Mercurial > emacs
comparison lisp/ChangeLog @ 69146:86831ccdda1b
Typos.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 25 Feb 2006 00:31:44 +0000 |
parents | 3d8b060d10fb |
children | fd2452e681b8 |
comparison
equal
deleted
inserted
replaced
69145:b710715f099b | 69146:86831ccdda1b |
---|---|
46 | 46 |
47 * progmodes/cc-mode.el: | 47 * progmodes/cc-mode.el: |
48 [Supersedes patch to cc-engine.el V 1.45] | 48 [Supersedes patch to cc-engine.el V 1.45] |
49 (c-after-change): Protect the match data with save-match-data. It | 49 (c-after-change): Protect the match data with save-match-data. It |
50 was getting corrupted by c-after-change-check-<>-operators. | 50 was getting corrupted by c-after-change-check-<>-operators. |
51 | 51 |
52 * cc-defs.el: [Supersedes patch V1.38]: | 52 * cc-defs.el: [Supersedes patch V1.38]: |
53 (top level): Check for a buggy font-lock-compile-keywords ONLY in | 53 (top level): Check for a buggy font-lock-compile-keywords ONLY in |
54 XEmacs. GNU Emacs 22 now has a check which would throw an error | 54 XEmacs. GNU Emacs 22 now has a check which would throw an error |
55 here. | 55 here. |
56 | 56 |
5152 * view.el (view-inhibit-help-message): New defcustom. | 5152 * view.el (view-inhibit-help-message): New defcustom. |
5153 (view-mode-enter): Use it. | 5153 (view-mode-enter): Use it. |
5154 | 5154 |
5155 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu> | 5155 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu> |
5156 | 5156 |
5157 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display): | 5157 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display): |
5158 Preserve user position. | 5158 Preserve user position. |
5159 | 5159 |
5160 2005-11-28 Luc Teirlinck <teirllm@auburn.edu> | 5160 2005-11-28 Luc Teirlinck <teirllm@auburn.edu> |
5161 | 5161 |
5162 * font-lock.el: Throw error if facemenu is not loaded to prevent | 5162 * font-lock.el: Throw error if facemenu is not loaded to prevent |
5925 (rfn-eshadow-sifn-equal): New function. | 5925 (rfn-eshadow-sifn-equal): New function. |
5926 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name. | 5926 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name. |
5927 | 5927 |
5928 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu> | 5928 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu> |
5929 | 5929 |
5930 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in | 5930 * viper-utils.el (viper-non-word-characters-reformed-vi): |
5931 string. | 5931 Quote `-' in string. |
5932 | 5932 |
5933 * viper.el (viper-emacs-state-mode-list): Ensure that | 5933 * viper.el (viper-emacs-state-mode-list): Ensure that |
5934 rcirc-mode buffers come up in Emacs state. | 5934 rcirc-mode buffers come up in Emacs state. |
5935 | 5935 |
5936 * ediff-util (ediff-make-temp-file): Use proper file-name-handler | 5936 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler |
5937 operation. | 5937 operation. |
5938 | 5938 |
5939 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu> | 5939 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu> |
5940 | 5940 |
5941 * term.el (term-termcap-format): Fix typos. | 5941 * term.el (term-termcap-format): Fix typos. |