diff options
| author | Stefan Monnier | 2002-12-14 00:12:21 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-12-14 00:12:21 +0000 |
| commit | 2c568af5c7e671b76110f1269017d32b845b138b (patch) | |
| tree | dfc2a5f1717994239ca1d12c92b42e801605aa42 /lisp | |
| parent | bcf9734920b1aa59ec7e7d1860b7744eedbf2520 (diff) | |
| download | emacs-2c568af5c7e671b76110f1269017d32b845b138b.tar.gz emacs-2c568af5c7e671b76110f1269017d32b845b138b.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 46 |
1 files changed, 26 insertions, 20 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7bf434243e..ecc2ee2f3a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,14 +1,23 @@ | |||
| 1 | 2002-12-13 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer) | ||
| 4 | (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook): | ||
| 5 | Undo 2002/09/27 change because kill-buffer-hook is not permanent-local. | ||
| 6 | |||
| 7 | * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): | ||
| 8 | Optimize the remaining part of for-effect and/or expressions. | ||
| 9 | |||
| 1 | 2002-12-13 Markus Rost <rost@math.ohio-state.edu> | 10 | 2002-12-13 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 11 | ||
| 3 | * emacs-lisp/easy-mmode.el (define-minor-mode): Use | 12 | * emacs-lisp/easy-mmode.el (define-minor-mode): |
| 4 | `custom-current-group'. Pass all groups to the hook. | 13 | Use `custom-current-group'. Pass all groups to the hook. |
| 5 | (easy-mmode-define-global-mode): Use `custom-current-group'. | 14 | (easy-mmode-define-global-mode): Use `custom-current-group'. |
| 6 | 15 | ||
| 7 | * international/mule-cmds.el (current-language-environment): Set | 16 | * international/mule-cmds.el (current-language-environment): |
| 8 | type according to `language-info-alist' also here. | 17 | Set type according to `language-info-alist' also here. |
| 9 | 18 | ||
| 10 | * progmodes/compile.el (compilation-menu-map): Use | 19 | * progmodes/compile.el (compilation-menu-map): |
| 11 | `kill-compilation' to stop compilation. | 20 | Use `kill-compilation' to stop compilation. |
| 12 | 21 | ||
| 13 | 2002-12-13 Kenichi Handa <handa@m17n.org> | 22 | 2002-12-13 Kenichi Handa <handa@m17n.org> |
| 14 | 23 | ||
| @@ -36,15 +45,14 @@ | |||
| 36 | 45 | ||
| 37 | 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk> | 46 | 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 38 | 47 | ||
| 39 | * progmodes/fortran.el (fortran-mode-abbrev-table): Handle | 48 | * progmodes/fortran.el (fortran-mode-abbrev-table): |
| 40 | `define-abbrev' with either 5 or 6 arguments. | 49 | Handle `define-abbrev' with either 5 or 6 arguments. |
| 41 | 50 | ||
| 42 | 2002-12-12 Markus Rost <rost@math.ohio-state.edu> | 51 | 2002-12-12 Markus Rost <rost@math.ohio-state.edu> |
| 43 | 52 | ||
| 44 | * international/mule-cmds.el (current-language-environment): Fix | 53 | * international/mule-cmds.el (set-language-info): |
| 45 | custom type. | 54 | Update custom-type of current-language-environment. |
| 46 | (set-language-info): Update custom type of | 55 | (current-language-environment): Fix custom type. |
| 47 | `current-language-environment'. | ||
| 48 | 56 | ||
| 49 | 2002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 57 | 2002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 50 | 58 | ||
| @@ -52,8 +60,8 @@ | |||
| 52 | 60 | ||
| 53 | 2002-12-10 R. Bernstein <rocky@panix.com> | 61 | 2002-12-10 R. Bernstein <rocky@panix.com> |
| 54 | 62 | ||
| 55 | * gud.el (bashdb): Prompt now included parenthesis for subshell | 63 | * gud.el (bashdb): Prompt now included parenthesis for subshell levels. |
| 56 | levels. Fix erroneous print expression command, and fix typos. | 64 | Fix erroneous print expression command, and fix typos. |
| 57 | (perldb): Undo previous change in prompt regexp. | 65 | (perldb): Undo previous change in prompt regexp. |
| 58 | 66 | ||
| 59 | 2002-12-10 Steven Tamm <steventamm@mac.com> | 67 | 2002-12-10 Steven Tamm <steventamm@mac.com> |
| @@ -108,11 +116,10 @@ | |||
| 108 | 116 | ||
| 109 | 2002-12-08 Dave Love <fx@gnu.org> | 117 | 2002-12-08 Dave Love <fx@gnu.org> |
| 110 | 118 | ||
| 111 | * international/code-pages.el (mule-diag): Move where it's | 119 | * international/code-pages.el (mule-diag): Move where it's required. |
| 112 | required. | ||
| 113 | 120 | ||
| 114 | * international/ucs-tables.el: Add latin-jisx0201 characters. Fix | 121 | * international/ucs-tables.el: Add latin-jisx0201 characters. |
| 115 | translation-table-for-input for lao, thai, tibetan. | 122 | Fix translation-table-for-input for lao, thai, tibetan. |
| 116 | 123 | ||
| 117 | 2002-12-08 Andreas Schwab <schwab@suse.de> | 124 | 2002-12-08 Andreas Schwab <schwab@suse.de> |
| 118 | 125 | ||
| @@ -168,8 +175,7 @@ | |||
| 168 | 175 | ||
| 169 | 2002-12-07 Markus Rost <rost@math.ohio-state.edu> | 176 | 2002-12-07 Markus Rost <rost@math.ohio-state.edu> |
| 170 | 177 | ||
| 171 | * wid-edit.el (define-widget number): Clarify doc and error | 178 | * wid-edit.el (define-widget number): Clarify doc and error message. |
| 172 | message. | ||
| 173 | (define-widget float): New widget. | 179 | (define-widget float): New widget. |
| 174 | 180 | ||
| 175 | 2002-12-07 Andreas Schwab <schwab@suse.de> | 181 | 2002-12-07 Andreas Schwab <schwab@suse.de> |