diff options
| author | Juanma Barranquero | 2010-03-08 14:00:18 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-03-08 14:00:18 +0100 |
| commit | f7e0618c1371ef9fd39e585716966b82190998c1 (patch) | |
| tree | 6ba94c0e4ec7db2b5b453405a23b65ac71b44f0c | |
| parent | ebc3ea5cb801b02a0e0a47f9faf983a997c0919f (diff) | |
| download | emacs-f7e0618c1371ef9fd39e585716966b82190998c1.tar.gz emacs-f7e0618c1371ef9fd39e585716966b82190998c1.zip | |
Fix typos in Changelogs.
| -rw-r--r-- | lib-src/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index fd7097c0956..77b227cd638 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | 2009-11-23 Tobias Ringström <tobias@ringis.se> (tiny change) | 22 | 2009-11-23 Tobias Ringström <tobias@ringis.se> (tiny change) |
| 23 | 23 | ||
| 24 | * etags.c (absolute_filename): Use memove if we have it for | 24 | * etags.c (absolute_filename): Use memmove if we have it for |
| 25 | overlapping copy. | 25 | overlapping copy. |
| 26 | 26 | ||
| 27 | 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu> | 27 | 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu> |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d90cb8a9271..cc3683eaa78 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change) | 11 | 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change) |
| 12 | 12 | ||
| 13 | * vc-git.el (vc-git-annotate-extract-revision-at-line): Use | 13 | * vc-git.el (vc-git-annotate-extract-revision-at-line): Use |
| 14 | vc-git-root as default direcotry for revision path (Bug#5657). | 14 | vc-git-root as default directory for revision path (Bug#5657). |
| 15 | 15 | ||
| 16 | 2010-03-06 Chong Yidong <cyd@stupidchicken.com> | 16 | 2010-03-06 Chong Yidong <cyd@stupidchicken.com> |
| 17 | 17 | ||
| @@ -81,7 +81,7 @@ | |||
| 81 | 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org> | 81 | 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org> |
| 82 | 82 | ||
| 83 | * cc-engine.el (c-remove-stale-state-cache): Take account of when | 83 | * cc-engine.el (c-remove-stale-state-cache): Take account of when |
| 84 | `good-pos' is in the same macro as `here'. Fixes bug 5649. | 84 | `good-pos' is in the same macro as `here'. Fixes bug#5649. |
| 85 | 85 | ||
| 86 | 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org> | 86 | 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org> |
| 87 | 87 | ||
| @@ -190,8 +190,8 @@ | |||
| 190 | 190 | ||
| 191 | 2010-02-20 Kevin Ryde <user42@zip.com.au> | 191 | 2010-02-20 Kevin Ryde <user42@zip.com.au> |
| 192 | 192 | ||
| 193 | * progmodes/compile.el (compilation-error-regexp-alist-alist): In | 193 | * progmodes/compile.el (compilation-error-regexp-alist-alist): |
| 194 | `watcom' anchor regexp to start of line, to avoid slowness | 194 | In `watcom' anchor regexp to start of line, to avoid slowness |
| 195 | (Bug#5599). | 195 | (Bug#5599). |
| 196 | 196 | ||
| 197 | 2010-02-20 Eli Zaretskii <eliz@gnu.org> | 197 | 2010-02-20 Eli Zaretskii <eliz@gnu.org> |
| @@ -256,9 +256,9 @@ | |||
| 256 | 256 | ||
| 257 | 2010-02-17 Mark A. Hershberger <mah@everybody.org> | 257 | 2010-02-17 Mark A. Hershberger <mah@everybody.org> |
| 258 | 258 | ||
| 259 | * vc-bzr.el: fix typo in Known Bugs section. | 259 | * vc-bzr.el: Fix typo in Known Bugs section. |
| 260 | 260 | ||
| 261 | * isearch.el (isearch-update-post-hook): New hook | 261 | * isearch.el (isearch-update-post-hook): New hook. |
| 262 | (isearch-update): Use the new hook. | 262 | (isearch-update): Use the new hook. |
| 263 | 263 | ||
| 264 | 2010-02-16 Michael Albinus <michael.albinus@gmx.de> | 264 | 2010-02-16 Michael Albinus <michael.albinus@gmx.de> |