emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105761: Fix typos in ChangeLogs.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105761: Fix typos in ChangeLogs.
Date: Wed, 14 Sep 2011 01:42:21 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105761
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2011-09-14 01:42:21 +0200
message:
  Fix typos in ChangeLogs.
modified:
  ChangeLog
  lisp/ChangeLog
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-09-11 16:52:58 +0000
+++ b/ChangeLog 2011-09-13 23:42:21 +0000
@@ -240,7 +240,7 @@
 
        * m4/lstat.m4: Merge from gnulib (Bug#8878).
 
-2011-06-16  Miles Bader <address@hidden>
+2011-06-16  Miles Bader  <address@hidden>
 
        * configure.in: Try to determine CRT_DIR automatically when
        using gcc.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-09-13 21:02:27 +0000
+++ b/lisp/ChangeLog    2011-09-13 23:42:21 +0000
@@ -18,8 +18,7 @@
        (replace-buffer-in-windows): Delete buffer's window or frame if
        and only if window is dedicated.
        (quit-window): Handle quit-restore as before last change.
-       (bury-buffer): Delete window only if window-deletable-p returns
-       t.
+       (bury-buffer): Delete window only if window-deletable-p returns t.
 
 2011-09-13  Chong Yidong  <address@hidden>
 
@@ -848,14 +847,14 @@
 
        Resolve invalid use of a regexp in regexp-opt.
 
-       * cc-fonts.el (c-complex-decl-matchers): Add in special detection
-       for a java annotation.
-
-       * cc-engine.el (c-forward-decl-or-cast-1): Add in special
-       detection for a java annotation.
-
-       * cc-langs.el (c-prefix-spec-kwds-re): Remove the special handling
-       for java.
+       * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
+       detection for a java annotation.
+
+       * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
+       detection for a java annotation.
+
+       * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
+       handling for java.
        (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
 
 2011-08-20  Chong Yidong  <address@hidden>
@@ -1233,7 +1232,7 @@
        * progmodes/cc-mode.el: Remove two autoload forms which loaded
        cc-langs.
 
-       * /progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
+       * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
        "(require 'cc-langs)".  Quote a form so it will evaluate at
        (cc-mode's) compilation time.
 
@@ -3897,7 +3896,7 @@
 
 2011-05-31  Helmut Eller  <address@hidden>
 
-       * debug.el (debug): Restore the previous content of the
+       * emacs-lisp/debug.el (debug): Restore the previous content of the
        *Backtrace* buffer when we exit with C-M-c.
 
 2011-05-31  Stefan Monnier  <address@hidden>
@@ -4546,7 +4545,8 @@
 2011-05-13  Didier Verna  <address@hidden>
 
        Common Lisp indentation improvements on defmethod and lambda-lists.
-       * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
+       * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
+       TODO entries.
        (lisp-lambda-list-keyword-parameter-indentation)
        (lisp-lambda-list-keyword-parameter-alignment)
        (lisp-lambda-list-keyword-alignment): New customizable user options.
@@ -4596,7 +4596,7 @@
 
 2011-05-12  Eli Zaretskii  <address@hidden>
 
-       * smerge-mode.el (smerge-resolve): Use null-device rather than a
+       * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
        literal "/dev/null".
 
 2011-05-12  Stefan Monnier  <address@hidden>
@@ -6040,7 +6040,7 @@
 
 2011-04-08  Juanma Barranquero  <address@hidden>
 
-       * vc-annotate.el (vc-annotate-show-log-revision-at-line):
+       * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
        Fix typo in docstring.
 
 2011-04-08  Eli Zaretskii  <address@hidden>
@@ -6712,7 +6712,7 @@
 
 2011-03-19  Eli Zaretskii  <address@hidden>
 
-       * emerge.el (emerge-metachars): Separate value for ms-dos and
+       * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
        windows-nt systems.
        (emerge-protect-metachars): Quote correctly for ms-dos and
        windows-nt systems.


reply via email to

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