diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d58fd9cdc08..04d57aa8125 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 2014-04-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dired.el (dired-initial-position-hook, dired-initial-position): | ||
| 4 | Doc string fixes. | ||
| 5 | |||
| 6 | 2014-04-30 Glenn Morris <rgm@gnu.org> | ||
| 7 | |||
| 8 | * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283) | ||
| 9 | |||
| 10 | 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu> | ||
| 11 | |||
| 12 | * faces.el (face-spec-recalc): Apply X resources only after the | ||
| 13 | defface spec has been applied. Thus, X resources are no longer | ||
| 14 | overriden by the defface spec which also fixes issues on win32 where | ||
| 15 | the toolbar coloring was wrong because it is set through X resources | ||
| 16 | and was (wrongfully) overriden. (Bug#16694) | ||
| 17 | |||
| 18 | 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 19 | |||
| 20 | * textmodes/rst.el (electric-pair-pairs): Declare. | ||
| 21 | (rst-mode): Set it (bug#17131). | ||
| 22 | |||
| 23 | 2014-04-30 Juri Linkov <juri@jurta.org> | ||
| 24 | |||
| 25 | * desktop.el (desktop-value-to-string): Let-bind `print-length' | ||
| 26 | and `print-level' to nil. (Bug#17351) | ||
| 27 | |||
| 28 | 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr> | ||
| 29 | |||
| 30 | * battery.el (battery-update): Handle the case where battery | ||
| 31 | status is "N/A" (bug#17319). | ||
| 32 | |||
| 1 | 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca> | 33 | 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 34 | ||
| 3 | * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition | 35 | * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition |