diff options
| author | Kim F. Storm | 2005-08-18 15:06:09 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-08-18 15:06:09 +0000 |
| commit | 8573477e2feeece63f1f91e3491221ede7418471 (patch) | |
| tree | 35a5c1c94feedafafc73e899cea0c8e27fb4ecb8 /lisp | |
| parent | 94396ace8242eefeee0103070cdb8be412a0b1ef (diff) | |
| download | emacs-8573477e2feeece63f1f91e3491221ede7418471.tar.gz emacs-8573477e2feeece63f1f91e3491221ede7418471.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ef16c694cd1..63f49aff2e6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-08-18 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * scroll-lock.el: Fix errors due to incorrect line wrapping. | ||
| 4 | |||
| 1 | 2005-08-18 Richard M. Stallman <rms@gnu.org> | 5 | 2005-08-18 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * scroll-lock.el: New file. | 7 | * scroll-lock.el: New file. |
| @@ -53,8 +57,7 @@ | |||
| 53 | for backward compatibility for faces that did not appear in the | 57 | for backward compatibility for faces that did not appear in the |
| 54 | previous Emacs release. | 58 | previous Emacs release. |
| 55 | 59 | ||
| 56 | * simple.el (next-error-follow-minor-mode): Fix init value and | 60 | * simple.el (next-error-follow-minor-mode): Fix init value and lighter. |
| 57 | ligher. | ||
| 58 | 61 | ||
| 59 | 2005-08-15 Kim F. Storm <storm@cua.dk> | 62 | 2005-08-15 Kim F. Storm <storm@cua.dk> |
| 60 | 63 | ||
| @@ -117,12 +120,9 @@ | |||
| 117 | * progmodes/sh-script.el (sh-font-lock-keywords-var): Variable | 120 | * progmodes/sh-script.el (sh-font-lock-keywords-var): Variable |
| 118 | renamed from sh-font-lock-keywords. In the `shell' entry, don't | 121 | renamed from sh-font-lock-keywords. In the `shell' entry, don't |
| 119 | try to refer to executable-font-lock-keywords. | 122 | try to refer to executable-font-lock-keywords. |
| 120 | (sh-font-lock-keywords-var-1): Renamed from | 123 | (sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1. |
| 121 | sh-font-lock-keywords-1. | 124 | (sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2. |
| 122 | (sh-font-lock-keywords-var-2): Renamed from | 125 | (sh-font-lock-keywords): Append executable-font-lock-keywords here. |
| 123 | sh-font-lock-keywords-2. | ||
| 124 | (sh-font-lock-keywords): Append executable-font-lock-keywords | ||
| 125 | here. | ||
| 126 | (sh-mode): Set comment-start-skip, local-abbrev-table, | 126 | (sh-mode): Set comment-start-skip, local-abbrev-table, |
| 127 | imenu-case-fold-search. | 127 | imenu-case-fold-search. |
| 128 | (sh-set-shell): Don't set them here. | 128 | (sh-set-shell): Don't set them here. |