diff options
| author | Glenn Morris | 2007-04-10 03:53:49 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-04-10 03:53:49 +0000 |
| commit | 760c1f3c569e59cc069cfae215dbce446b1c6493 (patch) | |
| tree | 0250448f5d23956b06b5e5cb8857b53ccc979306 /lisp | |
| parent | 785064ad958ed86554f22a02f218b19f76c9e036 (diff) | |
| download | emacs-760c1f3c569e59cc069cfae215dbce446b1c6493.tar.gz emacs-760c1f3c569e59cc069cfae215dbce446b1c6493.zip | |
Fix typos.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e313ac9b7b6..99d9518beb7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,14 +1,21 @@ | |||
| 1 | 2007-04-08 Alan Mackenzie <acm@muc.de> | 1 | 2007-04-10 Markus Triska <markus.triska@gmx.at> |
| 2 | |||
| 3 | * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move | ||
| 4 | to bytecomp.el as byte-compile-char-before). | ||
| 5 | * emacs-lisp/bytecomp.el (byte-compile-char-before): New | ||
| 6 | function (modified replacement for byte-optimize-char-before in | ||
| 7 | byte-opt.el). | ||
| 8 | |||
| 9 | 2007-04-09 Alan Mackenzie <acm@muc.de> | ||
| 2 | 10 | ||
| 3 | * startup.el (inhibit-splash-screen): Emphatically state that it | 11 | * startup.el (inhibit-splash-screen): Emphatically state that it |
| 4 | can't be set in site-start.el. | 12 | can't be set in site-start.el. |
| 5 | 13 | ||
| 6 | 2007-04-09 Masatake YAMATO <jet@gyve.org> | 14 | 2007-04-09 Masatake YAMATO <jet@gyve.org> |
| 7 | 15 | ||
| 8 | * progmodes/cc-subword.el (c-capitalize-subword): Implement | 16 | * progmodes/cc-subword.el (c-capitalize-subword): More closely |
| 9 | better mimic the behavior of `capitalize-word'. They no longer | 17 | mimic the behavior of `capitalize-word'. Do not move point with a |
| 10 | move point with a negative argument. | 18 | negative argument. Based on tiny change by Paul Curry. |
| 11 | Based on code by Paul Curry. | ||
| 12 | 19 | ||
| 13 | 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change) | 20 | 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change) |
| 14 | 21 | ||