aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMarkus Rost2003-01-25 18:26:37 +0000
committerMarkus Rost2003-01-25 18:26:37 +0000
commit418af859490625664780ba0d4e9abb5bc60b4d66 (patch)
tree37453dc7432045b801530532db29963b28b8cea9 /lisp/ChangeLog
parent756e055fe91632e21c96600eb6bb0f07c9bb266c (diff)
downloademacs-418af859490625664780ba0d4e9abb5bc60b4d66.tar.gz
emacs-418af859490625664780ba0d4e9abb5bc60b4d66.zip
Besides adding a log entry, do some white space fixes.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 12 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 16cf0bac0da..d52e997965e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12003-01-25 Markus Rost <rost@math.ohio-state.edu>
2
3 * international/mule-cmds.el (set-language-info)
4 (current-language-environment): Simplify setting the type of
5 current-language-environment.
6
12003-01-25 Kim F. Storm <storm@cua.dk> 72003-01-25 Kim F. Storm <storm@cua.dk>
2 8
3 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c 9 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
@@ -6,12 +12,12 @@
6 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings). 12 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
7 13
82003-01-25 Michael Kifer <kifer@cs.stonybrook.edu> 142003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
9 15
10 * ediff.el (ediff-revision): better defaults. 16 * ediff.el (ediff-revision): better defaults.
11 17
12 * ediff-vers.el (ediff-vc-latest-version): new function. 18 * ediff-vers.el (ediff-vc-latest-version): new function.
13 (ediff-vc-internal): use latest version instead of working version. 19 (ediff-vc-internal): use latest version instead of working version.
14 20
152003-01-24 Thien-Thi Nguyen <ttn@gnu.org> 212003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
16 22
17 * info.el (Info-extract-menu-node-name): When looking for end of menu 23 * info.el (Info-extract-menu-node-name): When looking for end of menu
@@ -2139,7 +2145,8 @@
2139 2145
21402002-11-09 Dave Love <fx@gnu.org> 21462002-11-09 Dave Love <fx@gnu.org>
2141 2147
2142 * international/mule-cmds.el (current-language-environment): Fix :type. 2148 * international/mule-cmds.el (current-language-environment):
2149 Fix :type.
2143 2150
2144 * international/ucs-tables.el: Revert to using 2151 * international/ucs-tables.el: Revert to using
2145 translation-table-for-input instead of keyboard-translate-table. 2152 translation-table-for-input instead of keyboard-translate-table.