aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-28 22:14:38 +0000
committerRichard M. Stallman2001-12-28 22:14:38 +0000
commit2d6c1fc09aa71d47fea2b7489837312a83893191 (patch)
tree13099cc0c533d7fdec6c2c6c217d3bfc627e7cde /src/ChangeLog
parent07025a551c4b398f6527a11505678a931da041f1 (diff)
downloademacs-2d6c1fc09aa71d47fea2b7489837312a83893191.tar.gz
emacs-2d6c1fc09aa71d47fea2b7489837312a83893191.zip
Use the plist of an abbrev for multiple params if nec.
(Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev. (Fdefine_global_abbrev, Fdefine_mode_abbrev): Update calls to Fdefine_abbrev. (write_abbrev): Update for changed data format. Don't list "system" abbrevs. (Fexpand_abbrev): Update use count with new data format. (describe_abbrev): Update for changed data format. (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ed80f7a59cd..116d8ec26e4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
12001-12-28 Richard M. Stallman <rms@gnu.org> 12001-12-28 Richard M. Stallman <rms@gnu.org>
2 2
3 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
4 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
5 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
6 Update calls to Fdefine_abbrev.
7 (write_abbrev): Update for changed data format.
8 Don't list "system" abbrevs.
9 (Fexpand_abbrev): Update use count with new data format.
10 (describe_abbrev): Update for changed data format.
11 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
12
3 * config.in (HAVE_MBSINIT): Add #undef. 13 * config.in (HAVE_MBSINIT): Add #undef.
4 14
5 * strftime.c (mbsinit): Define as no-op if not available. 15 * strftime.c (mbsinit): Define as no-op if not available.