diff options
| author | Gerd Moellmann | 2000-08-05 20:10:32 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-05 20:10:32 +0000 |
| commit | e49aa397e852ffb6826439a728497e2d05cfbb48 (patch) | |
| tree | 22f1059a8aaa7eb7482611892d662a1e9dfecc99 /src/ChangeLog | |
| parent | ed590ca87cbbc46d3f474249108050ce8a74945c (diff) | |
| download | emacs-e49aa397e852ffb6826439a728497e2d05cfbb48.tar.gz emacs-e49aa397e852ffb6826439a728497e2d05cfbb48.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 73c682ee27e..5caced48c41 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,25 @@ | |||
| 1 | 2000-08-05 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xmenu.c (popup_get_selection): Use xfree instead of free. | ||
| 4 | |||
| 5 | * fileio.c (Finsert_file_contents): Use xfree instead of free. | ||
| 6 | |||
| 7 | * editfns.c (Ftranspose_regions): Use xfree instead of free. | ||
| 8 | |||
| 9 | * callproc.c (child_setup): Use xfree instead of free. | ||
| 10 | |||
| 11 | * sysdep.c (opendir, GetTempDirName, run_mac_command): Use xmalloc | ||
| 12 | instead of malloc. | ||
| 13 | (run_mac_command, closedir): Use `xfree' instead of `free'. | ||
| 14 | |||
| 15 | * keymap.c (current_minor_maps): Use xmalloc instead of malloc. | ||
| 16 | |||
| 17 | * eval.c (error): Use xfree instead of free. | ||
| 18 | |||
| 3 | * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'. | 19 | * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'. |
| 4 | 20 | ||
| 5 | * fns.c: Replace `illegal' with `invalid'. | 21 | * fns.c: Replace `illegal' with `invalid'. |
| 6 | (Fmake_hash_table, amke_hash_table): Allow table size of 0. | 22 | (Fmake_hash_table, make_hash_table): Allow table size of 0. |
| 7 | 23 | ||
| 8 | 2000-08-05 Kenichi Handa <handa@etl.go.jp> | 24 | 2000-08-05 Kenichi Handa <handa@etl.go.jp> |
| 9 | 25 | ||