Eric S. Raymond
11838c0e24
Less klugey version of fix.
1993-03-17 23:50:29 +00:00
Eric S. Raymond
c3d80a4737
Add production to nuke binaries and doc files.
1993-03-17 22:31:58 +00:00
Eric S. Raymond
41b8542b36
Teach this to use help-screen.el.
1993-03-17 22:20:57 +00:00
Richard M. Stallman
8b235fde6d
Doc fix.
1993-03-17 21:40:14 +00:00
Jim Blandy
49d838ea4a
* xterm.c (x_display_box_cursor, x_display_bar_cursor): Don't
...
display the cursor on garbaged frames.
1993-03-17 20:11:00 +00:00
Eric S. Raymond
3109d63f84
Initial revision
1993-03-17 17:19:16 +00:00
Eric S. Raymond
76550a57f9
Add standard library headers.
1993-03-17 17:17:05 +00:00
Eric S. Raymond
aae56ea7ca
Add standard library headers.
1993-03-17 16:56:02 +00:00
Eric S. Raymond
c7986c1876
Initial revision
1993-03-17 16:26:48 +00:00
Eric S. Raymond
3b1e4dd1eb
Add standard library headers.
1993-03-17 15:58:09 +00:00
Eric S. Raymond
c84729481b
Added standard library headers.
1993-03-17 15:20:58 +00:00
Eric S. Raymond
c5d87135f5
(finder-compile-keywords) Treat nil in a path argument as $PWD.
...
(finder-by-keyword) Handle LFD as input gracefully.
1993-03-17 14:26:35 +00:00
Eric S. Raymond
d629242872
Increment version number to match vc.el's.
1993-03-17 14:01:56 +00:00
Eric S. Raymond
7b4f934d8f
(vc-header-strings) Name changed to vc-header-alist, to match the
...
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.
1993-03-17 13:58:48 +00:00
Eric S. Raymond
a34902abb8
Added `Developer's configuration' section.
1993-03-17 13:23:14 +00:00
Eric S. Raymond
1dd40212a5
Supply second arg for tgetstr() calls.
1993-03-17 13:11:50 +00:00
Richard M. Stallman
856c3dcba8
(_getpty): Declare this, not _get_pty.
1993-03-17 09:22:15 +00:00
Richard M. Stallman
dcf970e66f
Fix typo in previous change.
1993-03-17 09:19:47 +00:00
Richard M. Stallman
577d03d57f
(Fprocess_send_eof): Make sure proc is running.
1993-03-17 07:59:09 +00:00
Paul Eggert
f9155ea03e
Some awks don't understand "\r". Code around this.
...
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.
1993-03-16 22:49:00 +00:00
Paul Eggert
a9a5976656
(vc-version-diff): Use (message ...), not (message (format ...)).
...
(vc-backend-checkout, vc-backend-assign-name): Correct bogus messages.
1993-03-16 21:09:56 +00:00
Paul Eggert
18c8a18eff
Merge today's change by eric with everybody else's
...
change (from 1992/08/04 through 1993/02/24).
1993-03-16 20:21:05 +00:00
Jim Blandy
2e94b81346
Doc fix.
1993-03-16 18:36:27 +00:00
Jim Blandy
1db01b1ab5
* bytecomp.el (byte-compile-from-buffer): Put buffer containing
...
compiled code in binary overwrite mode.
1993-03-16 18:35:04 +00:00
Jim Blandy
b6a22db058
src/ * simple.el (quoted-insert): In overwrite mode, don't read digits
...
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'.
1993-03-16 18:18:47 +00:00
Jim Blandy
6bbb0d4aaa
* cmds.c (overwrite_binary_mode): Deleted; this implements the
...
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.
1993-03-16 18:18:05 +00:00
Eric S. Raymond
80169ab539
vc-error-occurred: moved to vc-hooks.el in order for ^X^F of a
...
nonexistent file to work.
1993-03-16 15:47:45 +00:00
Eric S. Raymond
2dd8d31b2f
vc-error-occurred needs to be in vc-hooks.
1993-03-16 15:44:52 +00:00
Jim Blandy
aecd648672
* calendar.el (calendar-time-zone): Initialize this when
...
calendar.el loads, not in the defvar.
1993-03-16 09:13:53 +00:00
Jim Blandy
806b4d9b90
Rename live-window-p' to window-live-p', for consistency with
...
`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.
1993-03-16 05:55:57 +00:00
Richard M. Stallman
10c48c955d
(xmenu_show): Do BLOCK_INPUT; unblock just before returning.
1993-03-16 05:55:12 +00:00
Richard M. Stallman
63e1efd4b3
[SIGIO] (UNBLOCK_INPUT): Resignal if x_pending_input.
1993-03-16 05:54:56 +00:00
Jim Blandy
48c9d487f8
* frame.c (Fframe_height, Fframe_width): Fix doc strings to match
...
those of the multi-frame versions in frame.el. Accept an optional
argument FRAME, also for consistency.
1993-03-15 21:41:36 +00:00
Jim Blandy
7d18d35c95
*** empty log message ***
1993-03-15 20:40:34 +00:00
Jim Blandy
c26406fef2
* floatfns.c (logb): Add extern declaration for this.
...
* floatfns.c (Flogb): Under SYSV, implement this using frexp.
1993-03-15 20:17:07 +00:00
Jim Wilson
6758394b09
(sparclite, sparclite-*): New configuration.
1993-03-15 19:36:54 +00:00
Jim Blandy
ed83b19287
* register.el (view-register): Neglect not to avoid failing to
...
properly display all the possible sorts of things one might find
in a buffer.
1993-03-15 09:02:00 +00:00
Jim Blandy
376a7584de
Make frame configurations start with a distinctive symbol.
...
* 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.
1993-03-15 08:51:02 +00:00
Jim Blandy
797d8537f2
* indent.el (indent-region, indent-region-function): Doc fix.
1993-03-15 06:37:33 +00:00
Richard M. Stallman
84aa3ace66
(wait_reading_process_input): New option to wait
...
till a given cons cell has a non-nil car.
Delete vipc conditionals.
1993-03-15 06:09:04 +00:00
Richard M. Stallman
ed5af96f60
(FRAMEP): Macro deleted.
1993-03-15 06:07:40 +00:00
Richard M. Stallman
3be08bead7
Include termhooks.h.
1993-03-15 06:06:56 +00:00
Richard M. Stallman
99e720680a
(Xatom_wm_change_state): Just declare.
...
(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.
1993-03-15 06:06:07 +00:00
Richard M. Stallman
c352056c41
(SELECTION_EVENT_DISPLAY): New macro.
...
(SELECTION_EVENT_REQUESTOR, SELECTION_EVENT_SELECTION)
(SELECTION_EVENT_TARGET, SELECTION_EVENT_PROPERTY)
(SELECTION_EVENT_TIME): New macros.
(struct selection_input_event): New structure.
1993-03-15 06:05:17 +00:00
Richard M. Stallman
d56a553a20
(Xatom_wm_change_state): Define here.
...
(XTread_socket): Handle NEW_SELECTIONS alternative:
queue events for SelectionRequest and SelectionClear;
call functions for SelectionNotify and PropertyNotify.
1993-03-15 06:04:31 +00:00
Richard M. Stallman
bdbe6f2856
(record_property_change, record_delete, record_insert):
...
Don't make boundary or touch last_undo_buffer if cur buf has no undo.
1993-03-15 06:03:33 +00:00
Richard M. Stallman
cdaa87fd06
(PRINTPREPARE): Handle marker that points nowhere.
1993-03-15 06:02:29 +00:00
Jim Blandy
7cf2444d4f
* indent.el (indent-line-function): Doc fix.
1993-03-15 06:01:50 +00:00
Richard M. Stallman
24af387fb2
(list_of_items): Allow strings among the alist items;
...
they make nonselectable lines.
(single_keymap_panes): When storing in ENABLES, check def before enabled.
1993-03-15 06:00:04 +00:00
Richard M. Stallman
70728a80cb
(Fdelete_other_windows): Handle FRAME_MENU_BAR_LINES.
1993-03-15 05:50:55 +00:00