]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 29 Mar 2001 14:25:52 +0000 (14:25 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 29 Mar 2001 14:25:52 +0000 (14:25 +0000)
ChangeLog
etc/NEWS
leim/ChangeLog
src/ChangeLog

index 54d68d1599d53f3d3156757d740d3555a610028d..d31750459217b488ce48b27e9f8d1d4785919859 100644 (file)
--- 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
index b2b69bb8ec07473508ed6b5954146a47954c2a0b..39fe61414161ab60b9c6acbf5dc7b2c0f0fecbaa 100644 (file)
--- 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:
 
index ff55fbcbc5c16fe0e01317615ae0deef946bfd98..a675b182e54ff93a6cdf182dc5af81dae0c9653a 100644 (file)
@@ -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 "`".
index 6a487b123e46dc068f2e3169c37d75b5a9cb5039..9dcfd21446da57eec2d33cb1e95a18dcbc45b9f4 100644 (file)
@@ -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.