diff options
| author | Stefan Monnier | 2001-05-01 13:49:59 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-05-01 13:49:59 +0000 |
| commit | a9d2fd1d6ba612cfe078a06600e7ee111e364aff (patch) | |
| tree | b9c8d8af45416ccb5ba6eddc6e3336c7e83e17ab /lisp/ChangeLog | |
| parent | 423e705d9c36a723ca3fcc70db2417af4d200042 (diff) | |
| download | emacs-a9d2fd1d6ba612cfe078a06600e7ee111e364aff.tar.gz emacs-a9d2fd1d6ba612cfe078a06600e7ee111e364aff.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index efa169f45f2..72ffb66d996 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-05-01 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * diff-mode.el (diff-nonexistant-face): New face. | ||
| 4 | (diff-font-lock-keywords): Use it. | ||
| 5 | |||
| 1 | 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * font-lock.el (font-lock-mode): Doc fix. | 8 | * font-lock.el (font-lock-mode): Doc fix. |
| @@ -7,8 +12,8 @@ | |||
| 7 | 12 | ||
| 8 | 2001-04-30 Gerd Moellmann <gerd@gnu.org> | 13 | 2001-04-30 Gerd Moellmann <gerd@gnu.org> |
| 9 | 14 | ||
| 10 | * progmodes/sh-script.el (sh-font-lock-heredoc): Allow | 15 | * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional |
| 11 | optional backslash at the start of the here-document delimiter. | 16 | backslash at the start of the here-document delimiter. |
| 12 | (sh-font-lock-syntactic-keywords): Likewise. | 17 | (sh-font-lock-syntactic-keywords): Likewise. |
| 13 | 18 | ||
| 14 | * mail/rmail.el (rmail-message-regexp-p): Yet another fix. | 19 | * mail/rmail.el (rmail-message-regexp-p): Yet another fix. |
| @@ -22,8 +27,8 @@ | |||
| 22 | 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il> | 27 | 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 23 | 28 | ||
| 24 | * dired-aux.el (dired-do-create-files, dired-do-copy) | 29 | * dired-aux.el (dired-do-create-files, dired-do-copy) |
| 25 | (dired-do-symlink, dired-do-hardlink, dired-do-rename): Mention | 30 | (dired-do-symlink, dired-do-hardlink, dired-do-rename): |
| 26 | dired-dwim-target in the doc string. | 31 | Mention dired-dwim-target in the doc string. |
| 27 | 32 | ||
| 28 | 2001-04-28 Miles Bader <miles@gnu.org> | 33 | 2001-04-28 Miles Bader <miles@gnu.org> |
| 29 | 34 | ||
| @@ -33,8 +38,7 @@ | |||
| 33 | 38 | ||
| 34 | 2001-04-27 Gerd Moellmann <gerd@gnu.org> | 39 | 2001-04-27 Gerd Moellmann <gerd@gnu.org> |
| 35 | 40 | ||
| 36 | * mail/rmail.el (rmail-message-regexp-p): Don't match before | 41 | * mail/rmail.el (rmail-message-regexp-p): Don't match before headers. |
| 37 | headers. | ||
| 38 | 42 | ||
| 39 | 2001-04-26 Richard M. Stallman <rms@gnu.org> | 43 | 2001-04-26 Richard M. Stallman <rms@gnu.org> |
| 40 | 44 | ||
| @@ -60,9 +64,8 @@ | |||
| 60 | (ps-print-quote): New fun. | 64 | (ps-print-quote): New fun. |
| 61 | (ps-setup, ps-output-frame-properties, ps-float-format) | 65 | (ps-setup, ps-output-frame-properties, ps-float-format) |
| 62 | (ps-format-color): Code fix. | 66 | (ps-format-color): Code fix. |
| 63 | (ps-plot-region): Eliminate redundant foreground color text | 67 | (ps-plot-region): Eliminate redundant foreground color text setting. |
| 64 | setting. | 68 | |
| 65 | |||
| 66 | 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il> | 69 | 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il> |
| 67 | 70 | ||
| 68 | * dabbrev.el (dabbrev--select-buffers): Add a doc string. | 71 | * dabbrev.el (dabbrev--select-buffers): Add a doc string. |
| @@ -76,8 +79,8 @@ | |||
| 76 | * info.el (Info-additional-directory-list): Doc fix. | 79 | * info.el (Info-additional-directory-list): Doc fix. |
| 77 | 80 | ||
| 78 | * find-lisp.el (find-lisp-find-dired-filter) | 81 | * find-lisp.el (find-lisp-find-dired-filter) |
| 79 | (find-lisp-find-dired-subdirectories, find-lisp-find-dired): Add | 82 | (find-lisp-find-dired-subdirectories, find-lisp-find-dired): |
| 80 | autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>. | 83 | Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>. |
| 81 | 84 | ||
| 82 | 2001-04-25 Stefan Monnier <monnier@cs.yale.edu> | 85 | 2001-04-25 Stefan Monnier <monnier@cs.yale.edu> |
| 83 | 86 | ||