aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-02-12 17:01:11 -0800
committerGlenn Morris2011-02-12 17:01:11 -0800
commit3c65e88d79763a0c36634bda79271982634eaa80 (patch)
tree3dbeca719733f6612d31a96e1f402d763d9c5d8b
parentb8e0f0cd20799c025cf4d353c6b1ee74b3c44aad (diff)
downloademacs-3c65e88d79763a0c36634bda79271982634eaa80.tar.gz
emacs-3c65e88d79763a0c36634bda79271982634eaa80.zip
Fix date of merged ChangeLog entries.
-rw-r--r--lisp/ChangeLog6
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 440354e0fd2..c29b62f078d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,4 @@
12011-02-10 Glenn Morris <rgm@gnu.org> 12011-02-12 Glenn Morris <rgm@gnu.org>
2 2
3 * emacs-lisp/cl-seq.el (union, nunion, intersection) 3 * emacs-lisp/cl-seq.el (union, nunion, intersection)
4 (nintersection, set-difference, nset-difference) 4 (nintersection, set-difference, nset-difference)
@@ -6,13 +6,9 @@
6 6
7 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix. 7 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
8 8
92011-02-08 Glenn Morris <rgm@gnu.org>
10
11 * faces.el (face-attr-match-p): Handle the obsolete :bold and 9 * faces.el (face-attr-match-p): Handle the obsolete :bold and
12 :italic props, so that frame-set-background-mode works. (Bug#7966) 10 :italic props, so that frame-set-background-mode works. (Bug#7966)
13 11
142011-02-07 Glenn Morris <rgm@gnu.org>
15
16 * simple.el (next-error): Doc fix. 12 * simple.el (next-error): Doc fix.
17 13
182011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com> 142011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>