changeset 42389:931bbe0dc97d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 Dec 2001 22:14:38 +0000
parents b46d482b6ed2
children 36edcfb696f9
files src/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Dec 28 22:14:23 2001 +0000
+++ b/src/ChangeLog	Fri Dec 28 22:14:38 2001 +0000
@@ -1,5 +1,15 @@
 2001-12-28  Richard M. Stallman  <rms@gnu.org>
 
+	* abbrev.c: 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.
+
 	* config.in (HAVE_MBSINIT): Add #undef.
 
 	* strftime.c (mbsinit): Define as no-op if not available.