From e49aa397e852ffb6826439a728497e2d05cfbb48 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 5 Aug 2000 20:10:32 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 +++++++++ src/ChangeLog | 18 +++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 504f1477670..54d733a4ecc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2000-08-05 Gerd Moellmann + + * pcvs.el (require): Require `cl' during compilation, only. + + * emacs-lisp/cl.el (first, ..., tenth): Make them macros. + (toplevel): Remove `remq' and `remove' from autoloads. + (cl-fake-autoloads): New variable. If set, arrange for an error + when CL functions etc. are autoloaded. + 2000-08-04 Eli Zaretskii * play/zone.el (zone, zone-pgm-stress): Don't use window-system. diff --git a/src/ChangeLog b/src/ChangeLog index 73c682ee27e..5caced48c41 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,25 @@ 2000-08-05 Gerd Moellmann + * xmenu.c (popup_get_selection): Use xfree instead of free. + + * fileio.c (Finsert_file_contents): Use xfree instead of free. + + * editfns.c (Ftranspose_regions): Use xfree instead of free. + + * callproc.c (child_setup): Use xfree instead of free. + + * sysdep.c (opendir, GetTempDirName, run_mac_command): Use xmalloc + instead of malloc. + (run_mac_command, closedir): Use `xfree' instead of `free'. + + * keymap.c (current_minor_maps): Use xmalloc instead of malloc. + + * eval.c (error): Use xfree instead of free. + * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'. * fns.c: Replace `illegal' with `invalid'. - (Fmake_hash_table, amke_hash_table): Allow table size of 0. + (Fmake_hash_table, make_hash_table): Allow table size of 0. 2000-08-05 Kenichi Handa -- 2.39.2