diff options
| author | Glenn Morris | 2012-04-26 23:08:14 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-04-26 23:08:14 -0700 |
| commit | 578c1d4bf1e11476a030b8b3b49d879e8533ce03 (patch) | |
| tree | 71fbe0ecb079449cecaa0c726d139504a48fad48 | |
| parent | 15cd8efd049338ec4a42ba00e96d2baf2c3cc51a (diff) | |
| download | emacs-578c1d4bf1e11476a030b8b3b49d879e8533ce03.tar.gz emacs-578c1d4bf1e11476a030b8b3b49d879e8533ce03.zip | |
Fix dates of some merged ChangeLog entries
| -rw-r--r-- | doc/emacs/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 1 | ||||
| -rw-r--r-- | etc/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 |
4 files changed, 6 insertions, 7 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 50c3d868eb3..1a785ffa4c8 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | * emacs.texi: Some fixes for detailed menu. | 3 | * emacs.texi: Some fixes for detailed menu. |
| 4 | 4 | ||
| 5 | 2012-04-26 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * emacs.texi: Add "et al." to authors. | 5 | * emacs.texi: Add "et al." to authors. |
| 8 | 6 | ||
| 9 | * ack.texi, basic.texi, buffers.texi, building.texi: | 7 | * ack.texi, basic.texi, buffers.texi, building.texi: |
| @@ -14,10 +12,10 @@ | |||
| 14 | * search.texi, trouble.texi, windows.texi: | 12 | * search.texi, trouble.texi, windows.texi: |
| 15 | Use Texinfo recommended convention for quotes+punctuation. | 13 | Use Texinfo recommended convention for quotes+punctuation. |
| 16 | 14 | ||
| 17 | 2012-04-25 Eli Zaretskii <eliz@gnu.org> | 15 | 2012-04-27 Eli Zaretskii <eliz@gnu.org> |
| 18 | 16 | ||
| 19 | * mule.texi (Bidirectional Editing): Improve indexing. Minor | 17 | * mule.texi (Bidirectional Editing): Improve indexing. |
| 20 | wording tweaks. | 18 | Minor wording tweaks. |
| 21 | 19 | ||
| 22 | 2012-04-15 Chong Yidong <cyd@gnu.org> | 20 | 2012-04-15 Chong Yidong <cyd@gnu.org> |
| 23 | 21 | ||
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 3d0900db9e4..0a013e18364 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | * faq.texi (Major packages and programs): Remove section. | 8 | * faq.texi (Major packages and programs): Remove section. |
| 9 | There is no point listing 6 packages (cf etc/MORE.STUFF). | 9 | There is no point listing 6 packages (cf etc/MORE.STUFF). |
| 10 | (Finding Emacs and related packages): Move "Spell-checkers" here. | 10 | (Finding Emacs and related packages): Move "Spell-checkers" here. |
| 11 | |||
| 11 | 2012-04-22 Michael Albinus <michael.albinus@gmx.de> | 12 | 2012-04-22 Michael Albinus <michael.albinus@gmx.de> |
| 12 | 13 | ||
| 13 | * dbus.texi (Version): New node. | 14 | * dbus.texi (Version): New node. |
diff --git a/etc/ChangeLog b/etc/ChangeLog index 1200b991597..f34e5d6d688 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2012-04-26 Jambunathan K <kjambunathan@gmail.com> | 1 | 2012-04-27 Jambunathan K <kjambunathan@gmail.com> |
| 2 | 2 | ||
| 3 | * org/OrgOdtStyles.xml (OrgDescriptionList): Modify style. With | 3 | * org/OrgOdtStyles.xml (OrgDescriptionList): Modify style. With |
| 4 | this change, in a description list, if the description paragraph | 4 | this change, in a description list, if the description paragraph |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6710082665a..d8af3b5aaba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | * progmodes/which-func.el (which-func-current): Quote % | 34 | * progmodes/which-func.el (which-func-current): Quote % |
| 35 | characters for mode-line processing. | 35 | characters for mode-line processing. |
| 36 | 36 | ||
| 37 | 2012-04-21 Chong Yidong <cyd@gnu.org> | 37 | 2012-04-27 Chong Yidong <cyd@gnu.org> |
| 38 | 38 | ||
| 39 | * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to | 39 | * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to |
| 40 | reaching eob (Bug#11286). | 40 | reaching eob (Bug#11286). |