comparison src/ChangeLog @ 42389:931bbe0dc97d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 Dec 2001 22:14:38 +0000
parents 912e05870e4d
children 1035c3ac4b16
comparison
equal deleted inserted replaced
42388:b46d482b6ed2 42389:931bbe0dc97d
1 2001-12-28 Richard M. Stallman <rms@gnu.org> 1 2001-12-28 Richard M. Stallman <rms@gnu.org>
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.
2 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.
6 16