aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-03-22 21:44:38 +0000
committerKim F. Storm2003-03-22 21:44:38 +0000
commit56c806b77e709c1c64889e4ddf2c03603b4bf3c0 (patch)
tree88f937c72599bdb80c517a40c9d05e238e5b9668
parent204ccab1d7d5dc45291551bb7a15cbd4ca9cd402 (diff)
downloademacs-56c806b77e709c1c64889e4ddf2c03603b4bf3c0.tar.gz
emacs-56c806b77e709c1c64889e4ddf2c03603b4bf3c0.zip
Cosmetic changes only.
-rw-r--r--lisp/ChangeLog18
1 files changed, 8 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2b11c80515f..f31cfbd03d8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,9 +1,7 @@
12003-03-22 Peter Breton <pbreton@cs.umb.edu> 12003-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.
@@ -21,8 +19,8 @@
21 19
222003-03-22 Kenichi Handa <handa@etlken2> 202003-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.
@@ -34,8 +32,8 @@
34 32
352003-03-22 Kim F. Storm <storm@cua.dk> 332003-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...
@@ -95,8 +93,8 @@
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):