diff options
| author | Glenn Morris | 2011-02-12 17:01:11 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-12 17:01:11 -0800 |
| commit | 3c65e88d79763a0c36634bda79271982634eaa80 (patch) | |
| tree | 3dbeca719733f6612d31a96e1f402d763d9c5d8b | |
| parent | b8e0f0cd20799c025cf4d353c6b1ee74b3c44aad (diff) | |
| download | emacs-3c65e88d79763a0c36634bda79271982634eaa80.tar.gz emacs-3c65e88d79763a0c36634bda79271982634eaa80.zip | |
Fix date of merged ChangeLog entries.
| -rw-r--r-- | lisp/ChangeLog | 6 |
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 @@ | |||
| 1 | 2011-02-10 Glenn Morris <rgm@gnu.org> | 1 | 2011-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 | ||
| 9 | 2011-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 | ||
| 14 | 2011-02-07 Glenn Morris <rgm@gnu.org> | ||
| 15 | |||
| 16 | * simple.el (next-error): Doc fix. | 12 | * simple.el (next-error): Doc fix. |
| 17 | 13 | ||
| 18 | 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 14 | 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com> |