emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104207: Put ChangeLog entries in the


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104207: Put ChangeLog entries in the correct files.
Date: Thu, 12 May 2011 09:30:17 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104207
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2011-05-12 09:30:17 -0700
message:
  Put ChangeLog entries in the correct files.
modified:
  ChangeLog
  doc/lispref/ChangeLog
  doc/misc/ChangeLog
  etc/ChangeLog
  lisp/ChangeLog
  lisp/cedet/ChangeLog
  lisp/gnus/ChangeLog
  lisp/mh-e/ChangeLog
  lisp/org/ChangeLog
  src/ChangeLog
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-05-12 07:24:14 +0000
+++ b/ChangeLog 2011-05-12 16:30:17 +0000
@@ -3,37 +3,6 @@
        * Makefile.in (src, install-arch-indep, bootstrap-clean)
        (check-declare): Shell portability fixes.  (Bug#8642)
 
-2011-05-10  Jim Meyering  <address@hidden>
-
-       Fix doubled-word typos.
-       * admin/notes/exit-value: the the -> the
-       * doc/lispref/minibuf.texi: in in -> in
-       * doc/misc/ede.texi: or or -> or
-       * etc/MH-E-NEWS: the the -> the
-       * etc/PROBLEMS: Likewise.
-       * lisp/cedet/ede/pmake.el (ede-proj-makefile-garbage-patterns): 
Likewise.
-       * lisp/cedet/semantic/complete.el
-       (semantic-complete-read-tag-local-members): Likewise.
-       * lisp/cedet/ede.el (ede-auto-add-method): then then -> then
-       * lisp/gnus/shr.el (shr-colorize-region): on on -> on
-       * lisp/international/quail.el (quail-insert-kbd-layout): and and -> and
-       * lisp/kermit.el: and and -> and
-       * lisp/mh-e/mh-alias.el (mh-alias-minibuffer-confirm-address):
-       if if -> if it
-       * lisp/mh-e/mh-scan.el (mh-scan-destination-width): in in -> in
-       * lisp/net/ldap.el (ldap-search-internal): to to -> to
-       * lisp/org/org-agenda.el (org-agenda-entry-types): the the -> the
-       * lisp/org/org-table.el (org-table-get-remote-range): or or -> or
-       * lisp/org/org-wl.el (org-wl-folder-type): the the -> the
-       * lisp/org/org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
-       * lisp/progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
-       * lisp/progmodes/js.el (js-mode): and and -> and
-       * lisp/textmodes/artist.el (artist-move-to-xy): at at -> at
-       (artist-draw-region-trim-line-endings): if if -> if
-       And Safetyc -> Safety.
-       * lisp/textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
-       * src/xdisp.c (x_intersect_rectangles): the the -> the
-
 2011-05-09  Teodor Zlatanov  <address@hidden>
 
        * configure.in: Require GnuTLS 2.6.x or higher.

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-05-12 07:27:35 +0000
+++ b/doc/lispref/ChangeLog     2011-05-12 16:30:17 +0000
@@ -14,6 +14,10 @@
 
        * modes.texi (Region to Fontify): Fix typo.
 
+2011-05-10  Jim Meyering  <address@hidden>
+
+       * minibuf.texi: Fix typo "in in -> in".
+
 2011-05-06  Paul Eggert  <address@hidden>
 
        * numbers.texi (Integer Basics): Large integers are treated as floats.

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2011-05-04 02:00:20 +0000
+++ b/doc/misc/ChangeLog        2011-05-12 16:30:17 +0000
@@ -1,3 +1,7 @@
+2011-05-10  Jim Meyering  <address@hidden>
+
+       * ede.texi: Fix typo "or or -> or".
+
 2011-05-03  Peter Münster  <address@hidden>  (tiny change)
 
        * gnus.texi (Summary Buffer Lines):

=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2011-05-05 06:31:14 +0000
+++ b/etc/ChangeLog     2011-05-12 16:30:17 +0000
@@ -1,3 +1,7 @@
+2011-05-10  Jim Meyering  <address@hidden>
+
+       * MH-E-NEWS, PROBLEMS: Fix typo "the the -> the".
+
 2011-05-03  Leo Liu  <address@hidden>
 
        * NEWS: Mention the new command isearch-yank-pop.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-12 15:10:17 +0000
+++ b/lisp/ChangeLog    2011-05-12 16:30:17 +0000
@@ -71,6 +71,19 @@
        (footnote-style-alist): Add unicode style to the list.
        (footnote-style): Doc fix.
 
+2011-05-10  Jim Meyering  <address@hidden>
+
+       Fix doubled-word typos.
+       * international/quail.el (quail-insert-kbd-layout): and and -> and
+       * kermit.el: and and -> and
+       * net/ldap.el (ldap-search-internal): to to -> to
+       * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
+       * progmodes/js.el (js-mode): and and -> and
+       * textmodes/artist.el (artist-move-to-xy): at at -> at
+       (artist-draw-region-trim-line-endings): if if -> if
+       And Safetyc -> Safety.
+       * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
+
 2011-05-10  Glenn Morris  <address@hidden>
           Stefan Monnier  <address@hidden>
 

=== modified file 'lisp/cedet/ChangeLog'
--- a/lisp/cedet/ChangeLog      2011-05-11 16:35:54 +0000
+++ b/lisp/cedet/ChangeLog      2011-05-12 16:30:17 +0000
@@ -3,6 +3,14 @@
        * semantic/wisent/javascript.el (semantic-get-local-variables):
        Use define-mode-local-override rather than its obsolete alias.
 
+2011-05-10  Jim Meyering  <address@hidden>
+
+       Fix doubled-word typos.
+       * ede/pmake.el (ede-proj-makefile-garbage-patterns): the the -> the
+       * semantic/complete.el (semantic-complete-read-tag-local-members):
+       Likewise.
+       * ede.el (ede-auto-add-method): then then -> then
+
 2011-04-23  Juanma Barranquero  <address@hidden>
 
        * ede/pconf.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2011-05-11 22:12:27 +0000
+++ b/lisp/gnus/ChangeLog       2011-05-12 16:30:17 +0000
@@ -8,6 +8,10 @@
        (registry-prune-soft-candidates): Helper methods for registry pruning.
        (registry-prune): Use them.  Make the sort function optional.
 
+2011-05-10  Jim Meyering  <address@hidden>
+
+       * shr.el (shr-colorize-region): Fix typo "on on -> on".
+
 2011-05-10  Julien Danjou  <address@hidden>
 
        * shr.el (shr-put-color-1): Do not bug out when old-props is a face

=== modified file 'lisp/mh-e/ChangeLog'
--- a/lisp/mh-e/ChangeLog       2011-04-28 15:32:28 +0000
+++ b/lisp/mh-e/ChangeLog       2011-05-12 16:30:17 +0000
@@ -1,3 +1,9 @@
+2011-05-10  Jim Meyering  <address@hidden>
+
+       Fix doubled-word typos.
+       * mh-alias.el (mh-alias-minibuffer-confirm-address): if if -> if it
+       * mh-scan.el (mh-scan-destination-width): in in -> in
+
 2011-04-28  Stefan Monnier  <address@hidden>
 
        * mh-utils.el (mh-folder-completion-function): Make it work like

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2011-04-06 12:18:10 +0000
+++ b/lisp/org/ChangeLog        2011-05-12 16:30:17 +0000
@@ -1,3 +1,11 @@
+2011-05-10  Jim Meyering  <address@hidden>
+
+       Fix doubled-word typos.
+       * org-agenda.el (org-agenda-entry-types): the the -> the
+       * org-table.el (org-table-get-remote-range): or or -> or
+       * org-wl.el (org-wl-folder-type): the the -> the
+       * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
+
 2011-03-15  Stefan Monnier  <address@hidden>
 
        * org-src.el (org-src-switch-to-buffer):

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-05-12 07:07:06 +0000
+++ b/src/ChangeLog     2011-05-12 16:30:17 +0000
@@ -14,6 +14,10 @@
        (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
        background extension.
 
+2011-05-10  Jim Meyering  <address@hidden>
+
+       * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
+
 2011-05-10  Juanma Barranquero  <address@hidden>
 
        * image.c (Finit_image_library): Return t for built-in image types,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]