diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2001-12-28 Richard M. Stallman <rms@gnu.org> | 1 | 2001-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. |