emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99631: Fix typos in Changelogs.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99631: Fix typos in Changelogs.
Date: Mon, 08 Mar 2010 14:00:18 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99631
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2010-03-08 14:00:18 +0100
message:
  Fix typos in Changelogs.
modified:
  lib-src/ChangeLog
  lisp/ChangeLog
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2010-02-20 14:11:20 +0000
+++ b/lib-src/ChangeLog 2010-03-08 13:00:18 +0000
@@ -21,7 +21,7 @@
 
 2009-11-23  Tobias Ringström  <address@hidden>  (tiny change)
 
-       * etags.c (absolute_filename): Use memove if we have it for
+       * etags.c (absolute_filename): Use memmove if we have it for
        overlapping copy.
 
 2009-11-04  Dan Nicolaescu  <address@hidden>

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-03-08 11:39:36 +0000
+++ b/lisp/ChangeLog    2010-03-08 13:00:18 +0000
@@ -11,7 +11,7 @@
 2010-03-07  Štěpán Němec  <address@hidden>  (tiny change)
 
        * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
-       vc-git-root as default direcotry for revision path (Bug#5657).
+       vc-git-root as default directory for revision path (Bug#5657).
 
 2010-03-06  Chong Yidong  <address@hidden>
 
@@ -81,7 +81,7 @@
 2010-03-01  Alan Mackenzie  <address@hidden>
 
        * cc-engine.el (c-remove-stale-state-cache): Take account of when
-       `good-pos' is in the same macro as `here'.  Fixes bug 5649.
+       `good-pos' is in the same macro as `here'.  Fixes bug#5649.
 
 2010-02-28  Katsumi Yamaoka  <address@hidden>
 
@@ -190,8 +190,8 @@
 
 2010-02-20  Kevin Ryde  <address@hidden>
 
-       * progmodes/compile.el (compilation-error-regexp-alist-alist): In
-       `watcom' anchor regexp to start of line, to avoid slowness
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       In `watcom' anchor regexp to start of line, to avoid slowness
        (Bug#5599).
 
 2010-02-20  Eli Zaretskii  <address@hidden>
@@ -256,9 +256,9 @@
 
 2010-02-17  Mark A. Hershberger  <address@hidden>
 
-       * vc-bzr.el: fix typo in Known Bugs section.
+       * vc-bzr.el: Fix typo in Known Bugs section.
 
-       * isearch.el (isearch-update-post-hook): New hook
+       * isearch.el (isearch-update-post-hook): New hook.
        (isearch-update): Use the new hook.
 
 2010-02-16  Michael Albinus  <address@hidden>


reply via email to

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