diff options
| author | Markus Rost | 2002-12-13 23:58:55 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-12-13 23:58:55 +0000 |
| commit | 37554efff5f195d760000a900a285b03c494d66e (patch) | |
| tree | 84f18cf3902924b63c9e48f741f130dbf73e1591 | |
| parent | dce88ea679bbc59910a5c6d5dad579821c70cddf (diff) | |
| download | emacs-37554efff5f195d760000a900a285b03c494d66e.tar.gz emacs-37554efff5f195d760000a900a285b03c494d66e.zip | |
Besides adding an entry, do some minor white space fixes.
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 25a3dee2eeb..b7bf434243e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2002-12-13 Markus Rost <rost@math.ohio-state.edu> | 1 | 2002-12-13 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 2 | ||
| 3 | * emacs-lisp/easy-mmode.el (define-minor-mode): Use | ||
| 4 | `custom-current-group'. Pass all groups to the hook. | ||
| 5 | (easy-mmode-define-global-mode): Use `custom-current-group'. | ||
| 6 | |||
| 3 | * international/mule-cmds.el (current-language-environment): Set | 7 | * international/mule-cmds.el (current-language-environment): Set |
| 4 | type according to `language-info-alist' also here. | 8 | type according to `language-info-alist' also here. |
| 5 | 9 | ||
| @@ -22,7 +26,7 @@ | |||
| 22 | 26 | ||
| 23 | * international/subst-big5.el, international/subst-gb2312.el: | 27 | * international/subst-big5.el, international/subst-gb2312.el: |
| 24 | * international/subst-jis.el, international/subst-ksc.el: New. | 28 | * international/subst-jis.el, international/subst-ksc.el: New. |
| 25 | 29 | ||
| 26 | * custom.el (defcustom, custom-set-variables): Doc fix. | 30 | * custom.el (defcustom, custom-set-variables): Doc fix. |
| 27 | 31 | ||
| 28 | * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from | 32 | * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from |
| @@ -39,8 +43,8 @@ | |||
| 39 | 43 | ||
| 40 | * international/mule-cmds.el (current-language-environment): Fix | 44 | * international/mule-cmds.el (current-language-environment): Fix |
| 41 | custom type. | 45 | custom type. |
| 42 | (set-language-info): Update custom-type of | 46 | (set-language-info): Update custom type of |
| 43 | current-language-environment. | 47 | `current-language-environment'. |
| 44 | 48 | ||
| 45 | 2002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 49 | 2002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 46 | 50 | ||
| @@ -49,9 +53,9 @@ | |||
| 49 | 2002-12-10 R. Bernstein <rocky@panix.com> | 53 | 2002-12-10 R. Bernstein <rocky@panix.com> |
| 50 | 54 | ||
| 51 | * gud.el (bashdb): Prompt now included parenthesis for subshell | 55 | * gud.el (bashdb): Prompt now included parenthesis for subshell |
| 52 | levels. Fix erroneous print expression command, and fix typos. | 56 | levels. Fix erroneous print expression command, and fix typos. |
| 53 | (perldb): Undo previous change in prompt regexp. | 57 | (perldb): Undo previous change in prompt regexp. |
| 54 | 58 | ||
| 55 | 2002-12-10 Steven Tamm <steventamm@mac.com> | 59 | 2002-12-10 Steven Tamm <steventamm@mac.com> |
| 56 | 60 | ||
| 57 | * generic-x.el (javascript-generic-mode): Added C style block | 61 | * generic-x.el (javascript-generic-mode): Added C style block |