diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-03-29 14:25:52 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-03-29 14:25:52 +0000 |
commit | ed31fabfe9123cdd84acd4429944182668f8d3e2 (patch) | |
tree | 319d3538b7941117cad7f1f1d4fe4b87e67e4230 | |
parent | 4ce7f03e2eec4447614847ded51567526e05c9ea (diff) | |
download | emacs-ed31fabfe9123cdd84acd4429944182668f8d3e2.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | etc/NEWS | 3 | ||||
-rw-r--r-- | leim/ChangeLog | 5 | ||||
-rw-r--r-- | src/ChangeLog | 3 |
4 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 54d68d1599d..d3175045921 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 @@ -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 <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 "`". 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 <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. |