diff options
| author | Gnus developers | 2014-01-31 01:56:00 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2014-01-31 01:56:00 +0000 |
| commit | 4e2b87d871a623ec36206dff573bf76df8eca12d (patch) | |
| tree | 8e9adbe3a247ce8dd8fe6801afa4a27bb729320a /etc | |
| parent | a1a04df94c2cdea0f24733aa9b1892ee7ba50b13 (diff) | |
| download | emacs-4e2b87d871a623ec36206dff573bf76df8eca12d.tar.gz emacs-4e2b87d871a623ec36206dff573bf76df8eca12d.zip | |
Misc bugfixes made in Gnus master
2014-01-31 Alex Schroeder <alex@gnu.org> (tiny change)
* gnus-tut.txt (Message-ID): Typo fix (bug#15556).
2014-01-31 Dave Abrahams <dave@boostpro.com>
* gnus-salt.el (gnus-tree-highlight-article): Don't move point around
in the summary buffer (bug#13769).
2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
* gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
name if we're using a single article buffer. Otherwise, it may point
to a killed buffer (bug#13756).
2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
* nnmail.el (nnmail-split-it): Instead of redoing the search to restore
the match data, just save and restore it explictly (bug#12375).
* gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
that's needed.
* spam.el (spam-initialize): Allow calling repeatedly, but only run the
the code once (bug#9069).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/gnus-tut.txt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 635f21d1621..f8d6cdcbdbf 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-01-31 Alex Schroeder <alex@gnu.org> (tiny change) | ||
| 2 | |||
| 3 | * gnus-tut.txt (Message-ID): Typo fix (bug#15556). | ||
| 4 | |||
| 1 | 2014-01-16 Fabrice Niessen <fniessen@pirilampo.org> | 5 | 2014-01-16 Fabrice Niessen <fniessen@pirilampo.org> |
| 2 | 6 | ||
| 3 | * themes/leuven-theme.el: Updates. (Bug#16442) | 7 | * themes/leuven-theme.el: Updates. (Bug#16442) |
diff --git a/etc/gnus-tut.txt b/etc/gnus-tut.txt index 4ffb51015ba..275fa5f5c1d 100644 --- a/etc/gnus-tut.txt +++ b/etc/gnus-tut.txt | |||
| @@ -273,7 +273,7 @@ If you want to report a bug, please type `M-x gnus-bug'. This will | |||
| 273 | give me a precise overview of your Gnus and Emacs version numbers, | 273 | give me a precise overview of your Gnus and Emacs version numbers, |
| 274 | along with a look at all Gnus variables you have changed. | 274 | along with a look at all Gnus variables you have changed. |
| 275 | 275 | ||
| 276 | Du not expect a reply back, but your bug should be fixed in the next | 276 | Do not expect a reply back, but your bug should be fixed in the next |
| 277 | version. If the bug persists, please re-submit your bug report. | 277 | version. If the bug persists, please re-submit your bug report. |
| 278 | 278 | ||
| 279 | When a bug occurs, I need a recipe for how to trigger the bug. You | 279 | When a bug occurs, I need a recipe for how to trigger the bug. You |