diff options
| author | Stefan Monnier | 2004-09-07 04:15:56 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-09-07 04:15:56 +0000 |
| commit | 0c6ec103aba9d47d73f3f5ee31f7cffa113d37ad (patch) | |
| tree | 5065670b9a880d96190c3c610c235bb6770542c1 /lisp/gnus | |
| parent | c9d4c64bd7af15df92752478f096b7cc551804ce (diff) | |
| download | emacs-0c6ec103aba9d47d73f3f5ee31f7cffa113d37ad.tar.gz emacs-0c6ec103aba9d47d73f3f5ee31f7cffa113d37ad.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/gnus')
| -rw-r--r-- | lisp/gnus/ChangeLog | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 83c74fe118d..58842d7fa8d 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,7 +1,19 @@ | |||
| 1 | 2004-09-06 Stefan <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * message.el (message-tokenize-header, message-send-mail-with-qmail): | ||
| 4 | Use point-min rather than 1. | ||
| 5 | (message-send-mail): Use buffer-size rather than point-max. | ||
| 6 | |||
| 7 | * gnus-sum.el (gnus-summary-search-article-forward): | ||
| 8 | Signal a specific `search-failed' rather than a generic `error'. | ||
| 9 | |||
| 10 | * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min. | ||
| 11 | (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1. | ||
| 12 | (gnus-highlight-selected-tree): Use point-min rather than 1 and 2. | ||
| 13 | |||
| 1 | 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org> | 14 | 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 15 | ||
| 3 | * gnus-sum.el (gnus-summary-insert-subject): Remove list | 16 | * gnus-sum.el (gnus-summary-insert-subject): Remove list identifiers. |
| 4 | identifiers. | ||
| 5 | 17 | ||
| 6 | From Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change). | 18 | From Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change). |
| 7 | * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty. | 19 | * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty. |