# HG changeset patch # User Richard M. Stallman # Date 1009577678 0 # Node ID 931bbe0dc97db9b36b6a6f1382812c6e36aeb695 # Parent b46d482b6ed24317bd83a67b6680b3158f69944b *** empty log message *** diff -r b46d482b6ed2 -r 931bbe0dc97d src/ChangeLog --- 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 + * 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.