diff options
| author | Romain Francoise | 2005-10-10 17:32:57 +0000 |
|---|---|---|
| committer | Romain Francoise | 2005-10-10 17:32:57 +0000 |
| commit | e61d3a566185a12109ddab559718ebbd457a7815 (patch) | |
| tree | 16afa7e27f83bed9c0bb369c2a9c0fa174eb20ea | |
| parent | 86ac52df4968ab702ebd907393ae87d5cb1b4579 (diff) | |
| download | emacs-e61d3a566185a12109ddab559718ebbd457a7815.tar.gz emacs-e61d3a566185a12109ddab559718ebbd457a7815.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 306705ff042..4f61c1f4625 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | * textmodes/org.el: (org-mode-map): Explicit definition of `C-c | 23 | * textmodes/org.el: (org-mode-map): Explicit definition of `C-c |
| 24 | C-x' as a prefix. | 24 | C-x' as a prefix. |
| 25 | (orgtbl-mode-map): Full keymap instead of sparse, because all | 25 | (orgtbl-mode-map): Full keymap instead of sparse, because all |
| 26 | `self-insert-command' keys are redifined in this map. | 26 | `self-insert-command' keys are redefined in this map. |
| 27 | (org-export-as-html): Specify charset for HTML file, by taking it | 27 | (org-export-as-html): Specify charset for HTML file, by taking it |
| 28 | from the coding system. | 28 | from the coding system. |
| 29 | 29 | ||
| @@ -59,7 +59,7 @@ | |||
| 59 | 59 | ||
| 60 | * speedbar.el (speedbar-file-key-map): Fix typo. | 60 | * speedbar.el (speedbar-file-key-map): Fix typo. |
| 61 | 61 | ||
| 62 | 2005-10-09 Daniel Brockman <daniel@brockman.se> | 62 | 2005-10-09 Daniel Brockman <daniel@brockman.se> |
| 63 | 63 | ||
| 64 | * cus-start.el (line-spacing): Add custom spec. | 64 | * cus-start.el (line-spacing): Add custom spec. |
| 65 | 65 | ||
| @@ -79,7 +79,7 @@ | |||
| 79 | * progmodes/gud.el (gud-speedbar-menu-items): Use :visible | 79 | * progmodes/gud.el (gud-speedbar-menu-items): Use :visible |
| 80 | instead of :active. | 80 | instead of :active. |
| 81 | 81 | ||
| 82 | 2005-10-08 Eric Hanchrow <offby1@blarg.net> | 82 | 2005-10-08 Eric Hanchrow <offby1@blarg.net> |
| 83 | 83 | ||
| 84 | * textmodes/ispell.el (ispell-check-version): | 84 | * textmodes/ispell.el (ispell-check-version): |
| 85 | Ignore hyphen, and all that follows, in aspell's version text. | 85 | Ignore hyphen, and all that follows, in aspell's version text. |