diff options
| author | Markus Rost | 2003-01-25 18:26:37 +0000 |
|---|---|---|
| committer | Markus Rost | 2003-01-25 18:26:37 +0000 |
| commit | 418af859490625664780ba0d4e9abb5bc60b4d66 (patch) | |
| tree | 37453dc7432045b801530532db29963b28b8cea9 /lisp/ChangeLog | |
| parent | 756e055fe91632e21c96600eb6bb0f07c9bb266c (diff) | |
| download | emacs-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/ChangeLog | 17 |
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 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-01-25 Kim F. Storm <storm@cua.dk> | 7 | 2003-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 | ||
| 8 | 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu> | 14 | 2003-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 | ||
| 15 | 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org> | 21 | 2003-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 | ||
| 2140 | 2002-11-09 Dave Love <fx@gnu.org> | 2146 | 2002-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. |