diff options
| author | Gerd Moellmann | 2000-12-12 17:03:11 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-12 17:03:11 +0000 |
| commit | 2ebf6139fcdec22fb8426fc988d874c8c2b81f68 (patch) | |
| tree | d013222a2f606c89a341bac279f13a23343b12d2 /lisp/gnus | |
| parent | d6a1d28906986cfc7fefe41c88b5c686d3d9e1b8 (diff) | |
| download | emacs-2ebf6139fcdec22fb8426fc988d874c8c2b81f68.tar.gz emacs-2ebf6139fcdec22fb8426fc988d874c8c2b81f68.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/gnus')
| -rw-r--r-- | lisp/gnus/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 44e030d3608..6ce304d9978 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-12-12 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * smiley-ems.el (smiley-regexp-alist): Make regexps match | ||
| 4 | at the end of the buffer. | ||
| 5 | (smiley-region): In the loop, move to the end of the submatch | ||
| 6 | matching the smiley instead of using the end of the match | ||
| 7 | of the whole regexp. | ||
| 8 | |||
| 1 | 2000-12-12 Eli Zaretskii <eliz@is.elta.co.il> | 9 | 2000-12-12 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 10 | ||
| 3 | * message.el (message-mode): Doc fix. | 11 | * message.el (message-mode): Doc fix. |
| @@ -5,7 +13,7 @@ | |||
| 5 | 2000-12-12 Gerd Moellmann <gerd@gnu.org> | 13 | 2000-12-12 Gerd Moellmann <gerd@gnu.org> |
| 6 | 14 | ||
| 7 | * smiley-ems.el (smiley-region): Doc fix. | 15 | * smiley-ems.el (smiley-region): Doc fix. |
| 8 | 16 | ||
| 9 | 2000-12-11 Miles Bader <miles@gnu.org> | 17 | 2000-12-11 Miles Bader <miles@gnu.org> |
| 10 | 18 | ||
| 11 | * gnus-sum.el (gnus-summary-recenter): When trying to keep the | 19 | * gnus-sum.el (gnus-summary-recenter): When trying to keep the |