Mercurial > emacs
comparison lisp/ChangeLog @ 107356:76b07c83bb0f
Fix typos in Changelogs.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 08 Mar 2010 14:00:18 +0100 |
parents | 14a34dbaa721 |
children | 0f6a30c8d91a |
comparison
equal
deleted
inserted
replaced
107355:95b7dcf7243a | 107356:76b07c83bb0f |
---|---|
9 call to rfc822-bad-address. (Bug#5692) | 9 call to rfc822-bad-address. (Bug#5692) |
10 | 10 |
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 |
18 * calculator.el (calculator): Don't bind split-window-keep-point | 18 * calculator.el (calculator): Don't bind split-window-keep-point |
19 (Bug#5674). | 19 (Bug#5674). |
79 (setup-default-fontset): Likewise. Re-fix :otf spec. | 79 (setup-default-fontset): Likewise. Re-fix :otf spec. |
80 | 80 |
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 |
88 * menu-bar.el (menu-bar-manuals-menu): Fix typo. | 88 * menu-bar.el (menu-bar-manuals-menu): Fix typo. |
89 | 89 |
188 * startup.el (fancy-about-screen): In mode-line, apply | 188 * startup.el (fancy-about-screen): In mode-line, apply |
189 mode-line-buffer-id face only to the buffer name (Bug#5613). | 189 mode-line-buffer-id face only to the buffer name (Bug#5613). |
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> |
198 | 198 |
199 * subr.el (remove-yank-excluded-properties): Explain in a comment | 199 * subr.el (remove-yank-excluded-properties): Explain in a comment |
254 * emacs-lisp/authors.el (authors-renamed-files-alist): | 254 * emacs-lisp/authors.el (authors-renamed-files-alist): |
255 Add entries for INSTALL.CVS. | 255 Add entries for INSTALL.CVS. |
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> |
265 | 265 |
266 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): | 266 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): |