Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (isearch-done): If search ends in middle of intangible | Richard M. Stallman | 1999-07-02 | 1 | -6/+17 |
| | | | | text (due to text property), move on to the limit of that text. | ||||
* | (Man-build-man-command): Use value of null-device, | Andrew Innes | 1999-07-01 | 1 | -1/+1 |
| | | | | instead of hard-coding "/dev/null". | ||||
* | (untranslated-canonical-name): Avoid expanding | Andrew Innes | 1999-07-01 | 1 | -1/+4 |
| | | | | | ange-ftp file names, which might force ange-ftp to prompt for a password. | ||||
* | (ange-ftp-load): Bind load-force-doc-strings to t, | Andrew Innes | 1999-07-01 | 1 | -0/+2 |
| | | | | to prevent references to temp files. | ||||
* | (gnus-uu-decode-save-view): Fix typo. | Karl Heuer | 1999-07-01 | 1 | -1/+1 |
| | |||||
* | (sh-feature): If nothing is known about the given shell, use the | Richard M. Stallman | 1999-07-01 | 1 | -0/+4 |
| | | | | values for `sh'. | ||||
* | (vc-fetch-cvs-status): Use "-l" option for "cvs status", to make it | André Spiegel | 1999-06-30 | 1 | -2/+2 |
| | | | | non-recursive. | ||||
* | (vc-find-cvs-master): Set case-fold-search correctly. | André Spiegel | 1999-06-30 | 1 | -4/+5 |
| | |||||
* | (auto-show-mode): Fix Typo in :set. | Karl Heuer | 1999-06-29 | 1 | -1/+1 |
| | |||||
* | (sh-mode): When setting syntax | Karl Heuer | 1999-06-29 | 1 | -1/+2 |
| | | | | table, default to the standard one. | ||||
* | (reftex-pop-to-bibtex-entry): don't pop up | Karl Heuer | 1999-06-27 | 1 | -5/+6 |
| | | | | a frame when `return' is requested (even if pop-up-frames = t) | ||||
* | (bibtex-mode): `font-lock-mark-block-function' | Karl Heuer | 1999-06-27 | 1 | -19/+29 |
| | | | | should only be set for the bibtex buffer. | ||||
* | (generated-autoload-file): Doc fix. | Karl Heuer | 1999-06-27 | 1 | -1/+2 |
| | |||||
* | (eval-defun): Doc fix. | Karl Heuer | 1999-06-27 | 1 | -1/+7 |
| | |||||
* | Deal with compilation-error-screen-columns being buffer-local. | Karl Heuer | 1999-06-27 | 1 | -4/+6 |
| | |||||
* | (comint-password-prompt-regexp): Allow "(again)". | Karl Heuer | 1999-06-27 | 1 | -1/+3 |
| | |||||
* | (calendar): Call calendar-only-one-frame-setup if requested. | Karl Heuer | 1999-06-27 | 1 | -2/+5 |
| | |||||
* | (calendar-only-one-frame-setup): New function. | Karl Heuer | 1999-06-27 | 1 | -0/+19 |
| | |||||
* | (iso-8859-n-locale-regexp): Doc fix. | Karl Heuer | 1999-06-24 | 1 | -1/+1 |
| | |||||
* | (iso-8859-n-locale-regexp): Doc fix. | Karl Heuer | 1999-06-23 | 1 | -3/+5 |
| | |||||
* | (sc-emacs-features): Doc fix. | Karl Heuer | 1999-06-22 | 1 | -5/+5 |
| | |||||
* | Comment fix. | Karl Heuer | 1999-06-22 | 2 | -2/+2 |
| | |||||
* | (auto-mode-alist): Add pike-mode. | Karl Heuer | 1999-06-22 | 1 | -0/+1 |
| | |||||
* | (tar-header-block-tokenize): Don't assume that the last byte | Karl Heuer | 1999-06-20 | 1 | -8/+8 |
| | | | | | | of a numeric field is a space or a NUL. Parse it as potentially part of the number. This is used by GNU tar 1.12.64012 to handle larger values. | ||||
* | (custom-handle-keyword): Fix error message. | Karl Heuer | 1999-06-20 | 1 | -1/+1 |
| | |||||
* | (smtpmail-send-it): Use convert-standard-filename to make file names | Andrew Innes | 1999-06-18 | 1 | -1/+2 |
| | | | | | for queued mail safe on Windows (`:' is invalid in file names on Windows). | ||||
* | (coding-system-eol-type-mnemonic): | Kenichi Handa | 1999-06-17 | 1 | -7/+10 |
| | | | | Docstring modified. Return a string. | ||||
* | (describe-current-coding-system-briefly): Fix format string. | Kenichi Handa | 1999-06-17 | 1 | -1/+1 |
| | |||||
* | (describe-current-input-method): | Kenichi Handa | 1999-06-17 | 1 | -9/+9 |
| | | | | | Current-input-method is string. (toggle-input-method): Docstring fixed. | ||||
* | (sql-input-ring-file-name): Doc fix. | Karl Heuer | 1999-06-17 | 1 | -3/+9 |
| | |||||
* | (special-display-buffer-names): | Karl Heuer | 1999-06-17 | 1 | -1/+3 |
| | | | | Don't put (get-file-buffer diary-file) on this list. | ||||
* | (mpuz-try-proposal): Fix message call. | Karl Heuer | 1999-06-17 | 1 | -1/+3 |
| | | | | Don't penalize player for certain impossible guesses. | ||||
* | (ls-lisp-format-time): If timestamp is invalid, | Andrew Innes | 1999-06-16 | 1 | -1/+1 |
| | | | | | return the string "Unk 0 0000" so at least it appears to be a valid timestamp to `dired-move-to-filename-regexp'. | ||||
* | Undo previous undo -- spiegel's change already corrected rms's. | Karl Heuer | 1999-06-15 | 1 | -2/+2 |
| | |||||
* | (ps-control-character): Fix previous change. | Kenichi Handa | 1999-06-15 | 1 | -1/+1 |
| | |||||
* | (vc-dired-mode): Undo previous two changes. | Karl Heuer | 1999-06-15 | 1 | -2/+2 |
| | |||||
* | (rmail-summary-output-to-rmail-file): Avoid | Karl Heuer | 1999-06-15 | 1 | -3/+8 |
| | | | | multiple output of the last message. | ||||
* | (IT-display-table-setup): Do not remap \222 to | Eli Zaretskii | 1999-06-14 | 1 | -7/+3 |
| | | | | | the ASCII apostrophe, as most DOS codepages have some other glyph there. | ||||
* | (setup-ethiopic-environment-internal): | Kenichi Handa | 1999-06-14 | 1 | -2/+2 |
| | | | | | Use quail-activate-hook instead of obsolete hook quail-mode-hook. (exit-ethiopic-environment): Likewize. | ||||
* | (scroll-preserve-screen-position): Fix typo in type. | Karl Heuer | 1999-06-13 | 1 | -1/+1 |
| | |||||
* | (crisp-mode): (defcustom) Initialize with | Karl Heuer | 1999-06-13 | 1 | -12/+10 |
| | | | | | | | custom-initialize-default to avoid infinite loop. (crisp-mode): (defun) Call transient-mark-mode here, not when loading the file. Run crisp-mode-hook here, and run crisp-load-hook when loading the file. | ||||
* | (rmail-output-read-rmail-file-name): If in | Karl Heuer | 1999-06-13 | 1 | -0/+2 |
| | | | | rmail-summary buffer, search for pattern in rmail-file. | ||||
* | (rmail-summary-output-to-rmail-file): Fix typo. | Karl Heuer | 1999-06-13 | 1 | -1/+1 |
| | |||||
* | (cperl-invalid-face): Fix custom type. | Karl Heuer | 1999-06-12 | 1 | -1/+1 |
| | |||||
* | (vhdl-port-copy): Fix parsing bug. | Karl Heuer | 1999-06-12 | 1 | -8/+7 |
| | | | | | | (vhdl-port-paste-generic-map): Fix indentation bug. (vhdl-port-paste-port-map): Fix indentation bug. (vhdl-scan-file-contents): Make scanning case insensitive. | ||||
* | (gnus-permanently-visible-groups): Fix custom type. | Karl Heuer | 1999-06-12 | 1 | -1/+1 |
| | |||||
* | (ps-printer-name): Fix custom type. | Karl Heuer | 1999-06-12 | 1 | -2/+3 |
| | |||||
* | (write-file): When buffer is not already visiting a file, | Karl Heuer | 1999-06-12 | 1 | -13/+19 |
| | | | | | don't put buffer name in the minibuffer, just make it the default. Also handle just directory as arg usefully in that case. | ||||
* | (sendmail-user-agent-compose): | Karl Heuer | 1999-06-12 | 1 | -1/+2 |
| | | | | Ignore case when inserting the rest of the "other" headers. | ||||
* | (help-for-help): Mention C-h C-i. Clear up C-h n. | Karl Heuer | 1999-06-12 | 1 | -2/+4 |
| |