- 17 Mar, 1993 10 commits
-
-
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 17 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.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Xatom_emacs_selection, Xatom_clipboard, Xatom_clipboard_selection): (Xatom_wm_change_state, Xatom_incremental, Xatom_multiple): (Xatom_targets, Xatom_timestamp, Xatom_delete, Xatom_insert_selection): (Xatom_pair, Xatom_insert_property, Xatom_text): Decls deleted. (x_begin_selection_own): Decls deleted. (Fx_open_connection): Set up only the wm atoms here. Call Xatoms_of_xselect.
-
Richard M. Stallman authored
(SELECTION_EVENT_REQUESTOR, SELECTION_EVENT_SELECTION) (SELECTION_EVENT_TARGET, SELECTION_EVENT_PROPERTY) (SELECTION_EVENT_TIME): New macros. (struct selection_input_event): New structure.
-
Richard M. Stallman authored
(XTread_socket): Handle NEW_SELECTIONS alternative: queue events for SelectionRequest and SelectionClear; call functions for SelectionNotify and PropertyNotify.
-
Richard M. Stallman authored
Don't make boundary or touch last_undo_buffer if cur buf has no undo.
-
Richard M. Stallman authored
-
Jim Blandy authored
-
Richard M. Stallman authored
they make nonselectable lines. (single_keymap_panes): When storing in ENABLES, check def before enabled.
-