Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (c++-keywords): Add "typeid". | Karl Heuer | 1999-07-20 | 1 | -0/+1 | |
| | ||||||
* | (comint-arguments): Handle \ followed by space or tab. | Karl Heuer | 1999-07-20 | 1 | -2/+3 | |
| | ||||||
* | (shell-unquote-argument): New function. | Karl Heuer | 1999-07-20 | 1 | -0/+21 | |
| | | | | (shell-directory-tracker): Use shell-unquote-argument. | |||||
* | (ansi-term-fg-faces-vector): Added support for ANSI | Karl Heuer | 1999-07-20 | 1 | -0/+10 | |
| | | | | | color codes 39 and 49, which by the way lynx uses them seem to mean "foreground reset" and "background reset". | |||||
* | (dired-do-shell-command): Doc fix. | Karl Heuer | 1999-07-20 | 1 | -1/+4 | |
| | ||||||
* | (mouse-set-font): If user uses w32 dialog but | Karl Heuer | 1999-07-20 | 1 | -1/+2 | |
| | | | | selects no font, treat that as zero selections, not one. | |||||
* | (Info-search): Don't lose with empty regexp. | Dave Love | 1999-07-19 | 1 | -53/+54 | |
| | ||||||
* | Copyright update. | Dave Love | 1999-07-19 | 1 | -1/+1 | |
| | ||||||
* | Initial revision | Dave Love | 1999-07-19 | 1 | -0/+109 | |
| | ||||||
* | (mouse-major-mode-menu): Default to menu-bar-edit-menu | Dave Love | 1999-07-19 | 1 | -14/+20 | |
| | | | | for modes which don't define menus. | |||||
* | (tcl-typeword-list): Added `variable'. | Tom Tromey | 1999-07-19 | 1 | -4/+7 | |
| | ||||||
* | (tcl-keyword-list): Added method, body, configbody, class | Tom Tromey | 1999-07-19 | 1 | -4/+7 | |
| | ||||||
* | (tcl-mode): Set font-lock-defaults, not font-lock-keywords. | Tom Tromey | 1999-07-18 | 1 | -5/+9 | |
| | ||||||
* | (tcl-proc-list): Reverted; already had `body'. | Tom Tromey | 1999-07-18 | 1 | -4/+7 | |
| | ||||||
* | (tcl-proc-list): Added `body'. | Tom Tromey | 1999-07-18 | 1 | -4/+7 | |
| | ||||||
* | (webjump-sample-sites): Update some URLs. | Karl Heuer | 1999-07-17 | 1 | -3/+3 | |
| | ||||||
* | (compare-windows): Try to find the next window in | Andreas Schwab | 1999-07-14 | 1 | -1/+3 | |
| | | | | the current frame before looking at the other frames. | |||||
* | ("Cyrillic-KOI8", "Cyrillic-ALT"): Use cyrillic-jcuken as default input method. | Richard M. Stallman | 1999-07-13 | 1 | -2/+2 | |
| | ||||||
* | Comment fix. | Karl Heuer | 1999-07-13 | 1 | -3/+2 | |
| | ||||||
* | (pascal-beg-of-defun): More intuitive behavior when having nested functons. | Richard M. Stallman | 1999-07-12 | 1 | -44/+78 | |
| | | | | | | (pascal-indent-nested-functions) (pascal-indent-line) (pascal-calculate-indent) (pascal-get-lineup-indent): Support for indenting nested functions. | |||||
* | (flyspell-get-word): Add special handling for when ispell-otherchars is empty. | Richard M. Stallman | 1999-07-12 | 1 | -20/+24 | |
| | ||||||
* | (ispell-dictionary-alist-6): Change charset for Russian. | Richard M. Stallman | 1999-07-12 | 1 | -2/+3 | |
| | | | | (ispell-local-dictionary-alist): Add koi8-r for character set. | |||||
* | (add-log-current-defun): Remove trailing -=' in C modes. | Richard M. Stallman | 1999-07-09 | 1 | -0/+5 | |
| | ||||||
* | (hscroll-minibuffer-hook): New function. | Richard M. Stallman | 1999-07-09 | 1 | -1/+6 | |
| | | | | | (hscroll-global-mode): Add and remove that hook. Set hscroll-old-truncate-was-global's default value. | |||||
* | (term-emulate-terminal): Avoid infinite loop | Richard M. Stallman | 1999-07-09 | 1 | -1/+7 | |
| | | | | in strange case where minibuffer window is selected but not active. | |||||
* | (easy-mmode-define-keymap): Doc fix. | Richard M. Stallman | 1999-07-09 | 1 | -1/+1 | |
| | ||||||
* | inferior-octave-directory-tracker: Change regexp so that it doesn't | Stephen Eglen | 1999-07-07 | 1 | -3/+5 | |
| | | | | think functions beginning with `cd' are directory-changing commands. | |||||
* | (mail-unsent-separator): Add a missing \\|. | Richard M. Stallman | 1999-07-07 | 1 | -1/+1 | |
| | ||||||
* | (minibuffer-frame-alist): Use defcustom. | Richard M. Stallman | 1999-07-06 | 1 | -7/+16 | |
| | | | | | (pop-up-frame-alist): Likewise. (initial-frame-alist): Specify * in the doc string. | |||||
* | (revert-buffer): Don't preserve point here. | Richard M. Stallman | 1999-07-05 | 1 | -4/+5 | |
| | | | | (revert-buffer-insert-file-contents-function): Doc fix. | |||||
* | (isearch-process-search-char): Write octal 200 correctly. | Richard M. Stallman | 1999-07-05 | 1 | -1/+1 | |
| | ||||||
* | (normal-top-level-add-subdirs-to-load-path): Avoid doing a `stat' when | Richard M. Stallman | 1999-07-05 | 1 | -0/+4 | |
| | | | | it isn't necessary because that can cause trouble when an NFS server is down. | |||||
* | (hscroll-window-maybe): Do nothing in the minibuffer. | Richard M. Stallman | 1999-07-05 | 1 | -8/+19 | |
| | | | | | | (hscroll-mode): Make it a permanent local. (hscroll-mode): Don't cancel the timer if HScroll mode is enabled in some other buffer. | |||||
* | (isearch-quote-char): Call unibyte-char-to-multibyte for \200...\240 also. | Richard M. Stallman | 1999-07-03 | 1 | -3/+3 | |
| | | | | (isearch-printing-char): Use unibyte-char-to-multibyte. | |||||
* | (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 | |
| |