- 17 Mar, 1993 19 commits
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Richard M. Stallman authored
-
Jim Blandy authored
display the cursor on garbaged frames.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
(finder-by-keyword) Handle LFD as input gracefully.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
docs. (vc-finish-logentry, vc-next-comment, vc-previous-comment, vc-comment-search-forward, vc-comment-search-backward) The VC comment ring is now a separate buffer from *VC-log*; editing of old comments is no longer destructive.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 16 Mar, 1993 13 commits
-
-
Paul Eggert authored
Unfortunately this requires putting a carriage return in the source code. Don't assume that rlog will tolerate times like `10:10:60'; RCS 5.7 won't allow this.
-
Paul Eggert authored
(vc-backend-checkout, vc-backend-assign-name): Correct bogus messages.
-
Paul Eggert authored
change (from 1992/08/04 through 1993/02/24).
-
Jim Blandy authored
-
Jim Blandy authored
compiled code in binary overwrite mode.
-
Jim Blandy authored
as an octal character code. In binary overwrite mode, overwrite the characters instead of inserting them. (overwrite-mode-textual, overwrite-mode-binary): New symbols, for use in the mode line. (overwrite-mode): Doc fix. Use force-mode-line-update. (binary-overwrite-mode): New function. * loaddefs.el (minor-mode-alist): Make the mode line element for overwrite-mode be the symbol `overwrite-mode'.
-
Jim Blandy authored
wrong feature. (Qoverwrite_mode_binary): New variable. (internal_self_insert): If current_buffer->overwrite_mode is `overwrite-mode-binary', do as overwrite_binary_mode used to. (syms_of_cmds): Remove defvar of overwrite_binary_mode; initialize Qoverwrite_mode_binary. * buffer.c (syms_of_buffer): Doc fix for overwrite_mode. * buffer.h (struct buffer): Doc fix.
-
Eric S. Raymond authored
nonexistent file to work.
-
Eric S. Raymond authored
-
Jim Blandy authored
calendar.el loads, not in the defvar.
-
Jim Blandy authored
`frame-live-p'. * window.c (Fwindow_live_p): Renamed from Flive_window_p. * lisp.h (CHECK_LIVE_WINDOW): Change to use Qwindow_live_p. (Qwindow_live_p): Extern declaration renamed fom Qlive_window_p.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 15 Mar, 1993 8 commits
-
-
Jim Blandy authored
those of the multi-frame versions in frame.el. Accept an optional argument FRAME, also for consistency.
-
Jim Blandy authored
-
Jim Blandy authored
* floatfns.c (Flogb): Under SYSV, implement this using frexp.
-
Jim Wilson authored
-
Jim Blandy authored
properly display all the possible sorts of things one might find in a buffer.
-
Jim Blandy authored
* frame.el (current-frame-configuration): Return a list as before, but starting with `frame-configuration'. (set-frame-configuration): Check that CONFIGURATION is a list starting with `frame-configuration', strip it off, and do as before. (frame-configuration-p): New function. * register.el (jump-to-register): Use frame-configuration-p, instead of catching an error in set-frame-configuration. Really now.
-
Jim Blandy authored
-
Richard M. Stallman authored
till a given cons cell has a non-nil car. Delete vipc conditionals.
-