Mercurial > emacs
comparison lisp/ChangeLog @ 50269:7efe7c1f00f5
Cosmetic changes only.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 22 Mar 2003 21:44:38 +0000 |
parents | 8ea8d2ea83be |
children | 80c3a24e73d4 |
comparison
equal
deleted
inserted
replaced
50268:5c57c8538ddd | 50269:7efe7c1f00f5 |
---|---|
1 2003-03-22 Peter Breton <pbreton@cs.umb.edu> | 1 2003-03-22 Peter Breton <pbreton@cs.umb.edu> |
2 | 2 |
3 * filecache.el (file-cache-add-directory-recursively): New | 3 * filecache.el (file-cache-add-directory-recursively) |
4 function. | 4 (file-cache-complete, file-cache-display): New functions. |
5 (file-cache-complete): New function. | |
6 (file-cache-display): New function. | |
7 | 5 |
8 * generic-x.el (etc-modules-conf-generic-mode): New generic mode. | 6 * generic-x.el (etc-modules-conf-generic-mode): New generic mode. |
9 (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com. | 7 (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com. |
10 | 8 |
11 * dirtrack.el (dirtrack-cygwin-directory-function): New function. | 9 * dirtrack.el (dirtrack-cygwin-directory-function): New function. |
19 (ido-wide-find-file, ido-wide-find-dir, ido-make-directory): | 17 (ido-wide-find-file, ido-wide-find-dir, ido-make-directory): |
20 Let-bind enable-recursive-minibuffers to t around read-string. | 18 Let-bind enable-recursive-minibuffers to t around read-string. |
21 | 19 |
22 2003-03-22 Kenichi Handa <handa@etlken2> | 20 2003-03-22 Kenichi Handa <handa@etlken2> |
23 | 21 |
24 * international/fontset.el (setup-default-fontset): Use | 22 * international/fontset.el (setup-default-fontset): |
25 indian-font-char-range for specifying ranges of indian-glyph | 23 Use indian-font-char-range for specifying ranges of indian-glyph |
26 chars. Setup for AKRUTI fonts. | 24 chars. Setup for AKRUTI fonts. |
27 | 25 |
28 * language/indian.el (indian-font-foundry): New variable. | 26 * language/indian.el (indian-font-foundry): New variable. |
29 (indian-script-language-alist): New variable. | 27 (indian-script-language-alist): New variable. |
30 (indian-font-char-index-table): New variable. | 28 (indian-font-char-index-table): New variable. |
32 (indian-font-char-range): New function. | 30 (indian-font-char-range): New function. |
33 (font-ccl-encoder-alist): Add entry for AKRUTI font. | 31 (font-ccl-encoder-alist): Add entry for AKRUTI font. |
34 | 32 |
35 2003-03-22 Kim F. Storm <storm@cua.dk> | 33 2003-03-22 Kim F. Storm <storm@cua.dk> |
36 | 34 |
37 * progmodes/cperl-mode.el (cperl-electric-backspace): Add | 35 * progmodes/cperl-mode.el (cperl-electric-backspace): |
38 delete-selection property. | 36 Add delete-selection property. |
39 | 37 |
40 * simple.el (set-mark-command): Doc fixes. | 38 * simple.el (set-mark-command): Doc fixes. |
41 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC... | 39 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC... |
42 C-u C-u C-SPC now unconditionally sets the mark. | 40 C-u C-u C-SPC now unconditionally sets the mark. |
43 | 41 |
93 (register-char-codings): Make it obsolete. | 91 (register-char-codings): Make it obsolete. |
94 (char-coding-system-table): Defconst it here. | 92 (char-coding-system-table): Defconst it here. |
95 (make-coding-system): Don't call register-char-codings, call | 93 (make-coding-system): Don't call register-char-codings, call |
96 define-coding-system-internal. | 94 define-coding-system-internal. |
97 | 95 |
98 * international/mule-conf.el (no-conversion): Call | 96 * international/mule-conf.el (no-conversion): |
99 define-coding-system-internal on this coding system instead of | 97 Call define-coding-system-internal on this coding system instead of |
100 calling register-char-codings. | 98 calling register-char-codings. |
101 | 99 |
102 * international/mule-cmds.el (find-coding-systems-for-charsets): | 100 * international/mule-cmds.el (find-coding-systems-for-charsets): |
103 Use find-coding-systems-string instead of looking up | 101 Use find-coding-systems-string instead of looking up |
104 char-coding-system-table. | 102 char-coding-system-table. |