Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
adb3b353
Commit
adb3b353
authored
Mar 29, 2004
by
Stefan Monnier
Browse files
*** empty log message ***
parent
ed16fb98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletion
+24
-1
lisp/ChangeLog
lisp/ChangeLog
+12
-0
src/ChangeLog
src/ChangeLog
+12
-1
No files found.
lisp/ChangeLog
View file @
adb3b353
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.
...
...
src/ChangeLog
View file @
adb3b353
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):
i
ntern and staticpro it.
(syms_of_xdisp):
I
ntern and staticpro it.
(handle_single_display_prop): Allow space display property on all
platforms.
(display_mode_line): Set mode_line_p before displaying line.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment