Mercurial > emacs
comparison lisp/ChangeLog @ 102542:1ed8eba93aec
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 14 Mar 2009 00:26:34 +0000 |
parents | cdeea75795b2 |
children | 78bd54d14660 |
comparison
equal
deleted
inserted
replaced
102541:cdeea75795b2 | 102542:1ed8eba93aec |
---|---|
5 2009-03-13 Alexandre Julliard <julliard@winehq.org> | 5 2009-03-13 Alexandre Julliard <julliard@winehq.org> |
6 | 6 |
7 * vc-git.el (vc-git-previous-revision, vc-git-next-revision): | 7 * vc-git.el (vc-git-previous-revision, vc-git-next-revision): |
8 Fall back to original commit if vc-git-symbolic-commit fails to | 8 Fall back to original commit if vc-git-symbolic-commit fails to |
9 find a symbolic name. | 9 find a symbolic name. |
10 (vc-git-symbolic-commit): Don't limit search to tags. Treat | 10 (vc-git-symbolic-commit): Don't limit search to tags. |
11 "undefined" as an error. (Bug #2110) | 11 Treat "undefined" as an error. (Bug #2110) |
12 | 12 |
13 2009-03-13 D. Goel <deego3@gmail.com> | 13 2009-03-13 D. Goel <deego3@gmail.com> |
14 | 14 |
15 | 15 * ibuf-ext.el: |
16 * ibuf-ext.el: | |
17 When calling (multiple-value-bind/setq .. ls) | 16 When calling (multiple-value-bind/setq .. ls) |
18 ls -> (values-list ls) throughout. | 17 ls -> (values-list ls) throughout. |
19 | 18 |
20 * progmodes/flymake.el (flymake-float-time): Ditto. | 19 * progmodes/flymake.el (flymake-float-time): Ditto. |
21 | 20 |
22 * progmodes/ebrowse.el: Ditto. | 21 * progmodes/ebrowse.el: Ditto. |
23 | 22 |
24 * midnight.el (midnight-next): Ditto. | 23 * midnight.el (midnight-next): Ditto. |
25 | 24 |
26 * org/org-bbdb.el: Ditto. | 25 * org/org-bbdb.el: Ditto. |
27 | 26 |
28 2009-03-13 Agustín Martín <agustin.martin@hispalinux.es> | 27 2009-03-13 Agustín Martín <agustin.martin@hispalinux.es> |
29 | 28 |
30 * textmodes/ispell.el (ispell-get-word): Initialize spellchecker | 29 * textmodes/ispell.el (ispell-get-word): Initialize spellchecker |
31 params. (Bug #2654) | 30 params. (Bug #2654) |
32 | 31 |
33 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca> | 32 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca> |
34 | 33 |
35 * files.el (auto-mode-alist): Add rules for OpenOffice extension | 34 * files.el (auto-mode-alist): Add rules for OpenOffice extension |
36 packages, as well as Opkg/Ipkg packages. | 35 packages, as well as Opkg/Ipkg packages. |