Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (print-region-1): Stop using binary-process-{in,out}put, | Eli Zaretskii | 1998-04-15 | 1 | -4/+6 |
| | | | | bind coding-system-for-{read,write} instead. | ||||
* | (dos-print-region-function): Except for binary files, | Eli Zaretskii | 1998-04-15 | 1 | -2/+8 |
| | | | | force conversion to DOS EOLs, but leave text conversions alone. | ||||
* | (find-binary-process-coding-system): Remove. | Eli Zaretskii | 1998-04-15 | 1 | -18/+4 |
| | | | | | (default-process-coding-system): Make it be raw-text-dos if async processes are supported, undecided-dos otherwise. | ||||
* | (hexlify-buffer, dehexlify-buffer): Don't bind | Eli Zaretskii | 1998-04-15 | 1 | -5/+12 |
| | | | | binary-process-{in,out}put; setup coding-systems instead. | ||||
* | (vc-dired-mode): Redefine dired-move-to-filename-regexp locally. | André Spiegel | 1998-04-15 | 1 | -21/+39 |
| | | | | | (vc-dired-reformat-line): Streamlined. Should handle all sorts of date formats now. | ||||
* | (vc-backend-revert): Fix missing argument for | Andreas Schwab | 1998-04-15 | 1 | -2/+2 |
| | | | | vc-file-setprop. | ||||
* | (coding-system-change-eol-coding): New function. | Kenichi Handa | 1998-04-15 | 1 | -0/+40 |
| | | | | (coding-system-change-text-coding): New function. | ||||
* | (mh-quit): mh-show-buffer can be nil. | Karl Heuer | 1998-04-15 | 1 | -3/+4 |
| | |||||
* | (mail-mode): Doc fix. | Karl Heuer | 1998-04-15 | 1 | -10/+10 |
| | |||||
* | (outline-font-lock-level): New function. | Karl Heuer | 1998-04-15 | 1 | -6/+17 |
| | |||||
* | (byte-compile-warn-about-unresolved-functions): Fix whitespace. | Karl Heuer | 1998-04-15 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Dan Nicolaescu | 1998-04-15 | 1 | -0/+1 |
| | |||||
* | Initial revision | Dan Nicolaescu | 1998-04-15 | 1 | -0/+49 |
| | |||||
* | Don't eval-*and*-compile font-lock stuff. | Dave Love | 1998-04-14 | 1 | -1/+1 |
| | |||||
* | (mspools-folder-directory): Takes default value of ~/MAIL/ if | Stephen Eglen | 1998-04-14 | 1 | -54/+40 |
| | | | | | | | | | | | | | | | | vm-folder-directory not bound. (mspools-vm-system-mail): Customize the variable so that if the environment variable $MAIL is not set, the user can easily set it. (mspools-vm-system-mail-crash): Variable deleted; we now use vm-crash-box. (mspools-set-vm-spool-files): Error if mspools-folder-directory hasn't been set. (mspools-set-vm-spool-files): Use mspools-folder-directory rather than vm-folder-directory. (mspools-get-spool-files): Error if mspools-folder-directory is nil. (mspools-get-spool-files): Add $ to regexp to ensure mspools-suffix matches the end of the filename. (mspools-mode-map): Bind n and p to next-line and previous-line. | ||||
* | (find-file-noselect): Set buffer-file-coding-system | Karl Heuer | 1998-04-14 | 1 | -0/+1 |
| | | | | if RAWFILE. | ||||
* | (vc-next-action-on-file): Don't check out after registering. This is | André Spiegel | 1998-04-14 | 1 | -11/+6 |
| | | | | | | two steps instead of one, and the second does not make sense under CVS. (vc-next-action): Changed doc string to reflect the above. | ||||
* | (ediff-autostore-merges): Doc fix. | Andreas Schwab | 1998-04-14 | 1 | -1/+1 |
| | |||||
* | (rmail-movemail-flags): Fix customize type. | Andreas Schwab | 1998-04-14 | 1 | -1/+1 |
| | |||||
* | (command-line-1): Better wording in mouse startup message. | André Spiegel | 1998-04-14 | 1 | -1/+1 |
| | |||||
* | (byte-compile-warnings): Fix customize | Andreas Schwab | 1998-04-14 | 1 | -4/+6 |
| | | | | type. | ||||
* | ("Korean"): Doc fix. | Andreas Schwab | 1998-04-14 | 1 | -1/+1 |
| | |||||
* | (titdic-convert): Message improved. | Kenichi Handa | 1998-04-14 | 1 | -3/+3 |
| | | | | | (tit-process-header): Change `Do byte-compile' to `Byte-compile'. (batch-titdic-convert): Likewise. | ||||
* | (report-emacs-bug-hook): Don't absolutely | Karl Heuer | 1998-04-13 | 1 | -2/+1 |
| | | | | reject non-ASCII characters. | ||||
* | (tmm-get-keymap): Handle `menu-item' menu items. | Karl Heuer | 1998-04-13 | 1 | -39/+45 |
| | |||||
* | Customize mail-use-rfc822. | Stephen Eglen | 1998-04-13 | 1 | -2/+4 |
| | |||||
* | (describe-function-1): New function. | Karl Heuer | 1998-04-13 | 1 | -66/+70 |
| | | | | | (describe-function): Use describe-function-1. (describe-key): Likewise. | ||||
* | (eval-defun): Arrange to use eval-region | Karl Heuer | 1998-04-13 | 1 | -5/+18 |
| | | | | even if we have to alter the form. | ||||
* | (coding-system-eol-type-mnemonic): Return correct eol-type mnemonics | Eli Zaretskii | 1998-04-13 | 1 | -2/+2 |
| | | | | for the nonunix cases. | ||||
* | Fix previous change. | Kenichi Handa | 1998-04-13 | 1 | -1/+1 |
| | |||||
* | (gnus-emphasis-alist): Use nth, not caddr. | Karl Heuer | 1998-04-12 | 1 | -1/+1 |
| | |||||
* | (cl-do-arglist): Intern initializes the | Karl Heuer | 1998-04-12 | 1 | -5/+1 |
| | | | | value of keyword symbols, so don't do it again. | ||||
* | (generate-autoload-section-header): Doc fix. | Karl Heuer | 1998-04-12 | 1 | -9/+42 |
| | | | | | | | | | | (update-file-autoloads): Use autoload-read-section-header. (update-autoloads-from-directories): Likewise. (generate-autoload-section-continuation): New variable. (autoload-read-section-header): New function. (update-file-autoloads): Don't call save-buffer if no changes. (generate-file-autoloads): Split the section header line into multiple comments. | ||||
* | (mail-extract-address-components): | Karl Heuer | 1998-04-12 | 1 | -6/+6 |
| | | | | Rename local :-pos to colon-pos. | ||||
* | Put Czech lang. env. under European.. | Kenichi Handa | 1998-04-11 | 1 | -1/+2 |
| | |||||
* | Put Slovak lang. env. under European. | Kenichi Handa | 1998-04-11 | 1 | -1/+2 |
| | |||||
* | (describe-language-environment): | Kenichi Handa | 1998-04-11 | 1 | -0/+1 |
| | | | | Print the languge environment at the head. | ||||
* | (generic-char-p): A character of code 0 is not a generic char. | Kenichi Handa | 1998-04-11 | 1 | -3/+4 |
| | |||||
* | (list-input-methods): Fix doc string. | Karl Heuer | 1998-04-11 | 1 | -18/+20 |
| | | | | | (describe-font, describe-fontset, list-fontsets, mule-diag): Don't use fontset-related features if global-fontset-alist is not bound. | ||||
* | Delete tutorial file entry. | Kenichi Handa | 1998-04-10 | 1 | -1/+0 |
| | |||||
* | (vhdl-loop, vhdl-while-loop): Add backslash. | Karl Heuer | 1998-04-10 | 1 | -2/+2 |
| | |||||
* | Don't defconst the colon symbols, since they | Karl Heuer | 1998-04-10 | 1 | -20/+0 |
| | | | | evaluate to themselves now anyway. | ||||
* | Fix previous change, TUTORIAL.ch > TUTORIAL.cs. | Kenichi Handa | 1998-04-10 | 1 | -1/+1 |
| | |||||
* | Tutorial file name changed to TUTORIAL.ch. | Kenichi Handa | 1998-04-10 | 1 | -1/+1 |
| | |||||
* | Tutorial file name changed to TUTORIAL.ja. | Kenichi Handa | 1998-04-10 | 1 | -1/+1 |
| | |||||
* | Tutorial file name changed to TUTORIAL.ka. | Kenichi Handa | 1998-04-10 | 1 | -1/+1 |
| | |||||
* | Tutorial file name changed to TUTORIAL.sk. | Kenichi Handa | 1998-04-10 | 1 | -1/+1 |
| | |||||
* | (newline): Mark as hard the newline that was just | Karl Heuer | 1998-04-09 | 1 | -4/+6 |
| | | | | | typed, not the previous one. Suppress optimization if there's a marker either before or after the newline. | ||||
* | (vc-next-action): Fixed bug that prevented registering files using C-x v v. | André Spiegel | 1998-04-09 | 1 | -3/+6 |
| | |||||
* | Customize | Stephen Eglen | 1998-04-09 | 3 | -33/+90 |
| |