Mercurial > emacs
comparison lisp/ChangeLog @ 49436:0055338cb706
Besides adding a log entry, do some white space fixes.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Sat, 25 Jan 2003 18:26:37 +0000 |
parents | 2a4281ca8fe4 |
children | d5ef8b62f209 |
comparison
equal
deleted
inserted
replaced
49435:f9953109e75c | 49436:0055338cb706 |
---|---|
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 |
4 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are | 10 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are |
5 only needed when the region is active. This also makes the output | 11 only needed when the region is active. This also makes the output |
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 |
18 item, don't stop at first ":"; instead, continue until trailing | 24 item, don't stop at first ":"; instead, continue until trailing |
19 context is either a space or newline. | 25 context is either a space or newline. |
2137 | 2143 |
2138 * bindings.el (mode-name): Mark it as risky-local-variable. | 2144 * bindings.el (mode-name): Mark it as risky-local-variable. |
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. |
2146 | 2153 |
2147 * international/quail.el (quail-input-string-to-events): | 2154 * international/quail.el (quail-input-string-to-events): |