diff options
| author | Glenn Morris | 2011-05-12 09:30:17 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-12 09:30:17 -0700 |
| commit | 79b70037f64c47754d108701e285bf1b211bb6f5 (patch) | |
| tree | 72767b4cfc97323205679f9172d595979ac413dc | |
| parent | c89be45f2e6a1deed1204124fd2997002ed41a67 (diff) | |
| download | emacs-79b70037f64c47754d108701e285bf1b211bb6f5.tar.gz emacs-79b70037f64c47754d108701e285bf1b211bb6f5.zip | |
Put ChangeLog entries in the correct files.
| -rw-r--r-- | ChangeLog | 31 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 13 | ||||
| -rw-r--r-- | lisp/cedet/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 8 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
10 files changed, 55 insertions, 31 deletions
| @@ -3,37 +3,6 @@ | |||
| 3 | * Makefile.in (src, install-arch-indep, bootstrap-clean) | 3 | * Makefile.in (src, install-arch-indep, bootstrap-clean) |
| 4 | (check-declare): Shell portability fixes. (Bug#8642) | 4 | (check-declare): Shell portability fixes. (Bug#8642) |
| 5 | 5 | ||
| 6 | 2011-05-10 Jim Meyering <meyering@redhat.com> | ||
| 7 | |||
| 8 | Fix doubled-word typos. | ||
| 9 | * admin/notes/exit-value: the the -> the | ||
| 10 | * doc/lispref/minibuf.texi: in in -> in | ||
| 11 | * doc/misc/ede.texi: or or -> or | ||
| 12 | * etc/MH-E-NEWS: the the -> the | ||
| 13 | * etc/PROBLEMS: Likewise. | ||
| 14 | * lisp/cedet/ede/pmake.el (ede-proj-makefile-garbage-patterns): Likewise. | ||
| 15 | * lisp/cedet/semantic/complete.el | ||
| 16 | (semantic-complete-read-tag-local-members): Likewise. | ||
| 17 | * lisp/cedet/ede.el (ede-auto-add-method): then then -> then | ||
| 18 | * lisp/gnus/shr.el (shr-colorize-region): on on -> on | ||
| 19 | * lisp/international/quail.el (quail-insert-kbd-layout): and and -> and | ||
| 20 | * lisp/kermit.el: and and -> and | ||
| 21 | * lisp/mh-e/mh-alias.el (mh-alias-minibuffer-confirm-address): | ||
| 22 | if if -> if it | ||
| 23 | * lisp/mh-e/mh-scan.el (mh-scan-destination-width): in in -> in | ||
| 24 | * lisp/net/ldap.el (ldap-search-internal): to to -> to | ||
| 25 | * lisp/org/org-agenda.el (org-agenda-entry-types): the the -> the | ||
| 26 | * lisp/org/org-table.el (org-table-get-remote-range): or or -> or | ||
| 27 | * lisp/org/org-wl.el (org-wl-folder-type): the the -> the | ||
| 28 | * lisp/org/org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise. | ||
| 29 | * lisp/progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise. | ||
| 30 | * lisp/progmodes/js.el (js-mode): and and -> and | ||
| 31 | * lisp/textmodes/artist.el (artist-move-to-xy): at at -> at | ||
| 32 | (artist-draw-region-trim-line-endings): if if -> if | ||
| 33 | And Safetyc -> Safety. | ||
| 34 | * lisp/textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a | ||
| 35 | * src/xdisp.c (x_intersect_rectangles): the the -> the | ||
| 36 | |||
| 37 | 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com> | 6 | 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com> |
| 38 | 7 | ||
| 39 | * configure.in: Require GnuTLS 2.6.x or higher. | 8 | * configure.in: Require GnuTLS 2.6.x or higher. |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b23b9978d76..eb88c6ba4f9 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -14,6 +14,10 @@ | |||
| 14 | 14 | ||
| 15 | * modes.texi (Region to Fontify): Fix typo. | 15 | * modes.texi (Region to Fontify): Fix typo. |
| 16 | 16 | ||
| 17 | 2011-05-10 Jim Meyering <meyering@redhat.com> | ||
| 18 | |||
| 19 | * minibuf.texi: Fix typo "in in -> in". | ||
| 20 | |||
| 17 | 2011-05-06 Paul Eggert <eggert@cs.ucla.edu> | 21 | 2011-05-06 Paul Eggert <eggert@cs.ucla.edu> |
| 18 | 22 | ||
| 19 | * numbers.texi (Integer Basics): Large integers are treated as floats. | 23 | * numbers.texi (Integer Basics): Large integers are treated as floats. |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index ca9dbba9692..1174bc234f8 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-05-10 Jim Meyering <meyering@redhat.com> | ||
| 2 | |||
| 3 | * ede.texi: Fix typo "or or -> or". | ||
| 4 | |||
| 1 | 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change) | 5 | 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change) |
| 2 | 6 | ||
| 3 | * gnus.texi (Summary Buffer Lines): | 7 | * gnus.texi (Summary Buffer Lines): |
diff --git a/etc/ChangeLog b/etc/ChangeLog index 0eb21406105..7da86ac06a0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-05-10 Jim Meyering <meyering@redhat.com> | ||
| 2 | |||
| 3 | * MH-E-NEWS, PROBLEMS: Fix typo "the the -> the". | ||
| 4 | |||
| 1 | 2011-05-03 Leo Liu <sdl.web@gmail.com> | 5 | 2011-05-03 Leo Liu <sdl.web@gmail.com> |
| 2 | 6 | ||
| 3 | * NEWS: Mention the new command isearch-yank-pop. | 7 | * NEWS: Mention the new command isearch-yank-pop. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5204622f641..d9709edd163 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -71,6 +71,19 @@ | |||
| 71 | (footnote-style-alist): Add unicode style to the list. | 71 | (footnote-style-alist): Add unicode style to the list. |
| 72 | (footnote-style): Doc fix. | 72 | (footnote-style): Doc fix. |
| 73 | 73 | ||
| 74 | 2011-05-10 Jim Meyering <meyering@redhat.com> | ||
| 75 | |||
| 76 | Fix doubled-word typos. | ||
| 77 | * international/quail.el (quail-insert-kbd-layout): and and -> and | ||
| 78 | * kermit.el: and and -> and | ||
| 79 | * net/ldap.el (ldap-search-internal): to to -> to | ||
| 80 | * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise. | ||
| 81 | * progmodes/js.el (js-mode): and and -> and | ||
| 82 | * textmodes/artist.el (artist-move-to-xy): at at -> at | ||
| 83 | (artist-draw-region-trim-line-endings): if if -> if | ||
| 84 | And Safetyc -> Safety. | ||
| 85 | * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a | ||
| 86 | |||
| 74 | 2011-05-10 Glenn Morris <rgm@gnu.org> | 87 | 2011-05-10 Glenn Morris <rgm@gnu.org> |
| 75 | Stefan Monnier <monnier@iro.umontreal.ca> | 88 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 76 | 89 | ||
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 7899ed08a5e..8c12806df1e 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -3,6 +3,14 @@ | |||
| 3 | * semantic/wisent/javascript.el (semantic-get-local-variables): | 3 | * semantic/wisent/javascript.el (semantic-get-local-variables): |
| 4 | Use define-mode-local-override rather than its obsolete alias. | 4 | Use define-mode-local-override rather than its obsolete alias. |
| 5 | 5 | ||
| 6 | 2011-05-10 Jim Meyering <meyering@redhat.com> | ||
| 7 | |||
| 8 | Fix doubled-word typos. | ||
| 9 | * ede/pmake.el (ede-proj-makefile-garbage-patterns): the the -> the | ||
| 10 | * semantic/complete.el (semantic-complete-read-tag-local-members): | ||
| 11 | Likewise. | ||
| 12 | * ede.el (ede-auto-add-method): then then -> then | ||
| 13 | |||
| 6 | 2011-04-23 Juanma Barranquero <lekktu@gmail.com> | 14 | 2011-04-23 Juanma Barranquero <lekktu@gmail.com> |
| 7 | 15 | ||
| 8 | * ede/pconf.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf): | 16 | * ede/pconf.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf): |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 0405bf0eb59..44abbea8e94 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -8,6 +8,10 @@ | |||
| 8 | (registry-prune-soft-candidates): Helper methods for registry pruning. | 8 | (registry-prune-soft-candidates): Helper methods for registry pruning. |
| 9 | (registry-prune): Use them. Make the sort function optional. | 9 | (registry-prune): Use them. Make the sort function optional. |
| 10 | 10 | ||
| 11 | 2011-05-10 Jim Meyering <meyering@redhat.com> | ||
| 12 | |||
| 13 | * shr.el (shr-colorize-region): Fix typo "on on -> on". | ||
| 14 | |||
| 11 | 2011-05-10 Julien Danjou <julien@danjou.info> | 15 | 2011-05-10 Julien Danjou <julien@danjou.info> |
| 12 | 16 | ||
| 13 | * shr.el (shr-put-color-1): Do not bug out when old-props is a face | 17 | * shr.el (shr-put-color-1): Do not bug out when old-props is a face |
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 5228dc86fa2..93e486adb0f 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-05-10 Jim Meyering <meyering@redhat.com> | ||
| 2 | |||
| 3 | Fix doubled-word typos. | ||
| 4 | * mh-alias.el (mh-alias-minibuffer-confirm-address): if if -> if it | ||
| 5 | * mh-scan.el (mh-scan-destination-width): in in -> in | ||
| 6 | |||
| 1 | 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * mh-utils.el (mh-folder-completion-function): Make it work like | 9 | * mh-utils.el (mh-folder-completion-function): Make it work like |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index ba05f894d50..d9ca232c9d0 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-05-10 Jim Meyering <meyering@redhat.com> | ||
| 2 | |||
| 3 | Fix doubled-word typos. | ||
| 4 | * org-agenda.el (org-agenda-entry-types): the the -> the | ||
| 5 | * org-table.el (org-table-get-remote-range): or or -> or | ||
| 6 | * org-wl.el (org-wl-folder-type): the the -> the | ||
| 7 | * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise. | ||
| 8 | |||
| 1 | 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * org-src.el (org-src-switch-to-buffer): | 11 | * org-src.el (org-src-switch-to-buffer): |
diff --git a/src/ChangeLog b/src/ChangeLog index d8895a91a55..ceb45afebc5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -14,6 +14,10 @@ | |||
| 14 | (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe | 14 | (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe |
| 15 | background extension. | 15 | background extension. |
| 16 | 16 | ||
| 17 | 2011-05-10 Jim Meyering <meyering@redhat.com> | ||
| 18 | |||
| 19 | * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the". | ||
| 20 | |||
| 17 | 2011-05-10 Juanma Barranquero <lekktu@gmail.com> | 21 | 2011-05-10 Juanma Barranquero <lekktu@gmail.com> |
| 18 | 22 | ||
| 19 | * image.c (Finit_image_library): Return t for built-in image types, | 23 | * image.c (Finit_image_library): Return t for built-in image types, |