aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2014-04-30 21:54:52 +0200
committerJuanma Barranquero2014-04-30 21:54:52 +0200
commit09b911adf4e22bbcac8c588bc14ade801276732e (patch)
tree0d9eb9708479bb491d7e1e2bb030aa3e90299526 /lisp/ChangeLog
parentb0e36b7048c88aa24f6955c53fbe790bb9ebc54f (diff)
parent426b5dafdd837328d624a8ec5bfd567f2865c9f5 (diff)
downloademacs-09b911adf4e22bbcac8c588bc14ade801276732e.tar.gz
emacs-09b911adf4e22bbcac8c588bc14ade801276732e.zip
Merge from emacs-24; up to 2014-05-01T10:21:17Z!rgm@gnu.org
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog32
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 @@
12014-04-30 Eli Zaretskii <eliz@gnu.org>
2
3 * dired.el (dired-initial-position-hook, dired-initial-position):
4 Doc string fixes.
5
62014-04-30 Glenn Morris <rgm@gnu.org>
7
8 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
9
102014-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
182014-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
232014-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
282014-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
12014-04-28 Stefan Monnier <monnier@iro.umontreal.ca> 332014-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