diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de4f72cc020..14963f0ef8c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,38 @@ | |||
| 1 | 2004-01-04 Karl Berry <karl@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/copyright.el (copyright-regexp): allow the common | ||
| 4 | comment characters % and # in the copyright year notice, | ||
| 5 | as well as ;. | ||
| 6 | |||
| 7 | 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 8 | |||
| 9 | * wid-edit.el (default): Define dummy :value-delete. | ||
| 10 | Reported by Jesper Harder <harder@ifa.au.dk>. | ||
| 11 | |||
| 12 | 2004-01-03 Richard M. Stallman <rms@gnu.org> | ||
| 13 | |||
| 14 | * progmodes/compile.el (compile-internal): Use point, not point-min, | ||
| 15 | for set-window-point. | ||
| 16 | |||
| 17 | * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf. | ||
| 18 | |||
| 19 | * emacs-lisp/lisp-mnt.el (lm-section-end): require outline. | ||
| 20 | |||
| 21 | * progmodes/grep.el (grep-mode-map): | ||
| 22 | Don't remap next-line, previous-line. | ||
| 23 | |||
| 24 | 2004-01-03 Eric M. Ludlam <eric@siege-engine.com> | ||
| 25 | |||
| 26 | * speedbar.el (speedbar-edit-line): Change regexp to position | ||
| 27 | the cursor on the first character of this line's button. | ||
| 28 | |||
| 29 | 2004-01-03 Luc Teirlinck <teirllm@auburn.edu> | ||
| 30 | |||
| 31 | * subr.el (functionp): Doc fix. | ||
| 32 | |||
| 1 | 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change) | 33 | 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change) |
| 2 | 34 | ||
| 3 | * progmodes/idlwave.el (idlwave-make-tags): | 35 | * progmodes/idlwave.el (idlwave-make-tags): |
| 4 | * textmodes/flyspell.el (flyspell-large-region):. | 36 | * textmodes/flyspell.el (flyspell-large-region):. |
| 5 | * progmodes/make-mode.el (makefile-query-by-make-minus-q): | 37 | * progmodes/make-mode.el (makefile-query-by-make-minus-q): |
| 6 | * emulation/viper-util.el (viper-glob-unix-files): | 38 | * emulation/viper-util.el (viper-glob-unix-files): |
| @@ -69,6 +101,9 @@ | |||
| 69 | 101 | ||
| 70 | 2003-12-29 Richard M. Stallman <rms@gnu.org> | 102 | 2003-12-29 Richard M. Stallman <rms@gnu.org> |
| 71 | 103 | ||
| 104 | * mail/mail-utils.el (mail-unquote-printable-hexdigit): | ||
| 105 | Upcase the character. | ||
| 106 | |||
| 72 | * textmodes/flyspell.el (mail-mode-flyspell-verify): | 107 | * textmodes/flyspell.el (mail-mode-flyspell-verify): |
| 73 | Search for header separator alone on a line, literally, | 108 | Search for header separator alone on a line, literally, |
| 74 | and search for it backward, not forward. | 109 | and search for it backward, not forward. |