# HG changeset patch # User Gerd Moellmann # Date 985875952 0 # Node ID e5b70de7b79422fb01eff358edb70cd4c04b305f # Parent 3504881e8057cb2bec1ac7b3c0e5b136d0bfba49 *** empty log message *** diff -r 3504881e8057 -r e5b70de7b794 ChangeLog --- a/ChangeLog Thu Mar 29 14:24:43 2001 +0000 +++ b/ChangeLog Thu Mar 29 14:25:52 2001 +0000 @@ -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 -r 3504881e8057 -r e5b70de7b794 etc/NEWS --- a/etc/NEWS Thu Mar 29 14:24:43 2001 +0000 +++ b/etc/NEWS Thu Mar 29 14:25:52 2001 +0000 @@ -2222,6 +2222,9 @@ * 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 -r 3504881e8057 -r e5b70de7b794 leim/ChangeLog --- a/leim/ChangeLog Thu Mar 29 14:24:43 2001 +0000 +++ b/leim/ChangeLog Thu Mar 29 14:25:52 2001 +0000 @@ -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 -r 3504881e8057 -r e5b70de7b794 src/ChangeLog --- a/src/ChangeLog Thu Mar 29 14:24:43 2001 +0000 +++ b/src/ChangeLog Thu Mar 29 14:25:52 2001 +0000 @@ -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.