From ed31fabfe9123cdd84acd4429944182668f8d3e2 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 29 Mar 2001 14:25:52 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 7 +++++++ etc/NEWS | 3 +++ leim/ChangeLog | 5 +++++ src/ChangeLog | 3 +++ 4 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 54d68d1599d..d3175045921 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-03-29 Eli Zaretskii + + * Makefile.in (SUBDIR): Remove leim. + (all, .RECURSIVE, extraclean): Add leim explicitly. + (leim): Provide separate rule which exports PARALLEL=0 into the + environment. + 2001-03-20 Gerd Moellmann * configure.in (HAVE_XPM): Don't print the result of the check for diff --git a/etc/NEWS b/etc/NEWS index b2b69bb8ec0..39fe6141416 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2222,6 +2222,9 @@ probably not be read correctly by Emacs 21. * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, (Display-related features are described in a page of their own below.) +** The new function `interactive-form' can be used to obtain the +interactive form of a function. + ** The keyword :set-after in defcustom allows to specify dependencies between custom options. Example: diff --git a/leim/ChangeLog b/leim/ChangeLog index ff55fbcbc5c..a675b182e54 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2001-03-29 Eli Zaretskii + + * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): New special targets. + (${TIT}): If the target file already exist, don't remake it. + 2001-03-21 Kenichi Handa * quail/slovak.el ("slovak"): Translate "=q" to "`". diff --git a/src/ChangeLog b/src/ChangeLog index 6a487b123e4..9dcfd21446d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-03-29 Gerd Moellmann + * data.c (Fsubr_interactive_form): New function. + (syms_of_data): Defsubr it. + * alloc.c (live_string_p, live_cons_p, live_symbol_p) (live_float_p, live_misc_p): Return 1 only if the offset of the pointer in its block is >= 0. -- 2.39.2