Mercurial > emacs
changeset 37061:e5b70de7b794
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 29 Mar 2001 14:25:52 +0000 |
parents | 3504881e8057 |
children | 3e8707a64e46 |
files | ChangeLog etc/NEWS leim/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <a34785@is.elta.co.il> + + * 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 <gerd@gnu.org> * configure.in (HAVE_XPM): Don't print the result of the check for
--- 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:
--- 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 <a34785@is.elta.co.il> + + * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): New special targets. + (${TIT}): If the target file already exist, don't remake it. + 2001-03-21 Kenichi Handa <handa@etl.go.jp> * quail/slovak.el ("slovak"): Translate "=q" to "`".
--- 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 <gerd@gnu.org> + * 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.