diff options
| author | Juanma Barranquero | 2008-02-27 10:25:55 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-27 10:25:55 +0000 |
| commit | 15d625634c6ec58d9855e21d038c4ccfdd1c2c4a (patch) | |
| tree | 6688b5a0aab670fbaff748e3cdee3b2e9e34433a | |
| parent | aadb686431ddfa210d76005280e81aa25ec5efb2 (diff) | |
| download | emacs-15d625634c6ec58d9855e21d038c4ccfdd1c2c4a.tar.gz emacs-15d625634c6ec58d9855e21d038c4ccfdd1c2c4a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e4ab2ba690f..30600317a79 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-02-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * tool-bar.el (tool-bar-setup): Doc fix. | ||
| 4 | |||
| 5 | * mail/supercite.el (sc-describe): | ||
| 6 | Fix typos in obsolescence declaration. | ||
| 7 | |||
| 1 | 2008-02-27 Glenn Morris <rgm@gnu.org> | 8 | 2008-02-27 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * autoinsert.el (auto-insert-alist): Change permission text to | 10 | * autoinsert.el (auto-insert-alist): Change permission text to |
| @@ -76,7 +83,7 @@ | |||
| 76 | 83 | ||
| 77 | 2008-02-25 Robert J. Chassell <bob@rattlesnake.com> | 84 | 2008-02-25 Robert J. Chassell <bob@rattlesnake.com> |
| 78 | 85 | ||
| 79 | * help-fns.el (describe-variable): Add phrases about | 86 | * help-fns.el (describe-variable): Add phrases about |
| 80 | initialization file with and without customization; | 87 | initialization file with and without customization; |
| 81 | use new button type help-info-variable. | 88 | use new button type help-info-variable. |
| 82 | 89 | ||