]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 29 Mar 2004 00:53:28 +0000 (00:53 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 29 Mar 2004 00:53:28 +0000 (00:53 +0000)
lisp/ChangeLog
src/ChangeLog

index b1675af3216f4e64db067618c13a14754e49cfa7..2857c041abaa0c8a7ad9bcdda262a195d6380b86 100644 (file)
@@ -1,3 +1,15 @@
+2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (interactive-form): Delete.  Now implemented in C.
+
+       * pcvs.el (cvs-parse-process): Workaround for Darwin.
+
+       * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
+       (vc-diff-label): New fun.
+       (vc-diff-internal): Use it.
+
+       * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
+
 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * printing.el (pr-update-menus): Modify interactive declaration.
index 357060188a5159a45eb56c266ef9cd1b4461134f..4e31798877234896e08ee0726c4fc5f31649d699 100644 (file)
@@ -1,3 +1,14 @@
+2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * eval.c (Fcommandp): Simplify.
+
+       * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
+       Extend to handle all kinds of functions.
+
+       * lisp.h (Finteractive_form): Declare.
+
+       * callint.c (Fcall_interactively): Use it.
+
 2004-03-26  Kim F. Storm  <storm@cua.dk>
 
        * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
@@ -39,7 +50,7 @@
        * image.c (Qcenter): Move to xdisp.c.
 
        * xdisp.c (Qcenter): Declare here.
-       (syms_of_xdisp): intern and staticpro it.
+       (syms_of_xdisp): Intern and staticpro it.
        (handle_single_display_prop): Allow space display property on all
        platforms.
        (display_mode_line): Set mode_line_p before displaying line.