aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier2002-12-14 00:12:21 +0000
committerStefan Monnier2002-12-14 00:12:21 +0000
commit2c568af5c7e671b76110f1269017d32b845b138b (patch)
treedfc2a5f1717994239ca1d12c92b42e801605aa42 /lisp
parentbcf9734920b1aa59ec7e7d1860b7744eedbf2520 (diff)
downloademacs-2c568af5c7e671b76110f1269017d32b845b138b.tar.gz
emacs-2c568af5c7e671b76110f1269017d32b845b138b.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog46
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 @@
12002-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
12002-12-13 Markus Rost <rost@math.ohio-state.edu> 102002-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
132002-12-13 Kenichi Handa <handa@m17n.org> 222002-12-13 Kenichi Handa <handa@m17n.org>
14 23
@@ -36,15 +45,14 @@
36 45
372002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk> 462002-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
422002-12-12 Markus Rost <rost@math.ohio-state.edu> 512002-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
492002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 572002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
50 58
@@ -52,8 +60,8 @@
52 60
532002-12-10 R. Bernstein <rocky@panix.com> 612002-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
592002-12-10 Steven Tamm <steventamm@mac.com> 672002-12-10 Steven Tamm <steventamm@mac.com>
@@ -108,11 +116,10 @@
108 116
1092002-12-08 Dave Love <fx@gnu.org> 1172002-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
1172002-12-08 Andreas Schwab <schwab@suse.de> 1242002-12-08 Andreas Schwab <schwab@suse.de>
118 125
@@ -168,8 +175,7 @@
168 175
1692002-12-07 Markus Rost <rost@math.ohio-state.edu> 1762002-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
1752002-12-07 Andreas Schwab <schwab@suse.de> 1812002-12-07 Andreas Schwab <schwab@suse.de>