1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-06 15:41:27 -08:00
Commit graph

4697 commits

Author SHA1 Message Date
Richard M. Stallman
0bc395d481 (Fwhere_is_internal): If FIRSTONLY is not nil or non-ascii,
completely ignore menu bindings.
1995-02-23 09:07:36 +00:00
Richard M. Stallman
9257760577 (menu_item_equiv_key): Delete the code that rejected
menu bindings returned by Fwhere_is_internal.
1995-02-23 09:05:08 +00:00
Richard M. Stallman
3548e13846 (window_loop): Handle special display buffer frames
for DELETE_BUFFER_WINDOWS as for UNSHOW_BUFFER.

(syms_of_window): Doc fixes.
1995-02-23 09:04:34 +00:00
Richard M. Stallman
824977b67e (Fcall_interactively): Use markers temporarily in
args vector to stand for point and mark values; replace them
with integers just before calling the command.
1995-02-23 04:54:59 +00:00
Karl Heuer
beecf6a1d1 (kbd_buffer_frame_or_window): Restored old var.
(kbd_buffer, kbd_fetch_ptr, kbd_store_ptr): Likewise.
(read_char_perdisplay): New var.
(read_char): Search all appropriate perdisplay objects, and do the right thing
if the next event comes from a different source.
(read_key_sequence): If there's a change of display in mid-stream, retreat and
try reading the new display.
(find_active_event_queue): Function deleted.  All callers changed to just test
the main kbd_buffer instead.
(kbd_buffer_store_event): Write to the main kbd_buffer again.
(kbd_buffer_get_event): Read from the main kbd_buffer again.
Now returns a perdisplay pointer in addition to a lispy event.
(Fdiscard_input, swallow_events): Use the main kbd_buffer again.
(stuff_buffered_input): Likewise.
(init_perdisplay): Initialize member kbd_queue.
Remove references to obsolete members.
(wipe_perdisplay): Remove obsolete reference.
(init_keyboard, syms_of_keyboard): Restore initialization of vars.
1995-02-22 07:26:40 +00:00
Karl Heuer
4cb35c394a (menubar_selection_callback): frame_or_window field of a menu-bar event now
includes both the frame and the magic cookie.
1995-02-22 06:07:20 +00:00
Karl Heuer
b90afe71c8 Update comments to reflect changes in xmenu.c. 1995-02-22 06:05:32 +00:00
Karl Heuer
89d8f2460d (struct PERDISPLAY): New member kbd_queue.
Delete obsolescent members kbd_buffer_frame_or_window, kbd_buffer,
kbd_fetch_ptr, kbd_store_ptr; these are regular vars again.
1995-02-22 03:06:08 +00:00
Karl Heuer
cc4c29808c (mark_perdisplays): Mark kbd_queue.
Remove reference to obsolescent kbd_buffer_frame_or_window.
1995-02-22 03:03:10 +00:00
Richard M. Stallman
4908183440 (r_alloc_init): Set __malloc_extra_blocks. 1995-02-19 19:12:17 +00:00
Richard M. Stallman
4bc7e3ad62 (Fmake_terminal_frame): Doc fix. 1995-02-19 19:08:38 +00:00
Richard M. Stallman
0dee0e2d65 (LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Add #undef's to cancel hpux8.h's definitions.
1995-02-18 09:07:07 +00:00
Richard M. Stallman
001e1e477d [__GNUC__] (C_SWITCH_SYSTEM): Defined. 1995-02-17 10:30:31 +00:00
Richard M. Stallman
5c3c0887e7 (STACK_DIRECTION): Undef before defining.
[__GNUC__] (C_SWITCH_MACHINE): Remove -cckr.
Add -32, only if IRIX_FORCE_32_BITS.
1995-02-17 10:29:46 +00:00
Richard M. Stallman
da149a8fb6 New alternative specified by WAIT_USE_INT. 1995-02-17 10:27:34 +00:00
Richard M. Stallman
ed0ce9537b (MULTI_FRAME): Define unconditionally. 1995-02-17 08:48:02 +00:00
Richard M. Stallman
8dd0c7cbf7 (calculate_costs): Update max_frame_height, max_frame_width.
They determine length of chars_wasted, copybuf and char_ins_del_vector.
1995-02-17 08:42:18 +00:00
Richard M. Stallman
45140e01dc (change_frame_size_1): New subroutine.
(change_frame_size): If f is termcap frame, change size of all of them.
(remake_frame_glyphs): No longer static.
Don't mark nonselected termcap frame as garbaged.
1995-02-17 08:40:18 +00:00
Richard M. Stallman
9769686d8b (redisplay): Don't display nonselected terminal frames. 1995-02-17 08:36:04 +00:00
Richard M. Stallman
bb1513c959 (Fmake_terminal_frame): New function.
(syms_of_frame): defsubr it.
(make_terminal_frame): Init Vframe_list only the first time.
Set visible and async_visible directly.
(redisplay): Don't display nonselected terminal frames.
1995-02-17 08:09:33 +00:00
Richard M. Stallman
44d3dec071 (r_alloc_check): Return void.
(r_alloc_freeze): Initialize if it hasn't been done.
(r_re_alloc, r_alloc_free, r_alloc_sbrk): Likewise.
1995-02-16 06:45:36 +00:00
Richard M. Stallman
6d16dd06fb Whitespace fixes. 1995-02-16 06:36:19 +00:00
Richard M. Stallman
e481f9604f (redisplay_window): If we update the mode line,
switch to the buffer for real, and switch back for real.
1995-02-15 22:23:18 +00:00
Paul Reilly
37849f292c (LIB_MOTIF): Add -lgen to provide provide the symbols
`regcmp' and `regex'.
1995-02-15 12:13:14 +00:00
Richard M. Stallman
9685a93f32 (xmenu_show, both versions): New arg for_click.
(Fx_popup_menu): Compute it and pass it.
1995-02-15 08:06:32 +00:00
Richard M. Stallman
b631003ba9 Doc fix. 1995-02-15 00:02:48 +00:00
Paul Reilly
5bf01b68c7 (x_bitmap_icon): Fix test for unallocated icon bitmap. 1995-02-14 21:48:14 +00:00
Richard M. Stallman
95c74a10a4 Comment changed. 1995-02-14 17:12:41 +00:00
Richard M. Stallman
5757b805f1 (unlock_buffer, unlock_all_files, Flock_buffer)
(Funlock_buffer): Use buffer's file_truename, not filename.
1995-02-14 16:33:49 +00:00
Richard M. Stallman
f6ed2e848d (syms_of_buffer): Set up Lisp var buffer-file-truename.
(init_buffer_once): Set up flag and default value for file_truename.
(reset_buffer): Init file_truename slot.
1995-02-14 16:33:19 +00:00
Richard M. Stallman
8eb34fb9f5 (struct buffer): New field file_truename. 1995-02-14 16:32:01 +00:00
Richard M. Stallman
d5179accb2 (r_alloc_free): Call refill_memory_reserve only if emacs.
Include getpagesize.h unconditionally.
(free_bloc): Don't die if bloc->next or bloc->prev is null.
[!emacs] (bzero): New macro definition.
1995-02-14 14:27:18 +00:00
Richard M. Stallman
91c049d44f (input_poll_signal): Add ignored argument.
(interrupt_signal): Likewise.
1995-02-14 14:25:36 +00:00
Richard M. Stallman
61cbef47fe (window_change_signal): Add ignored argument. 1995-02-14 14:24:43 +00:00
Richard M. Stallman
7af71e17c1 (Fstart_process): Make process marker point into proc buf. 1995-02-14 14:23:49 +00:00
Richard M. Stallman
92e2441bd1 (x_display_bar_cursor): Use frame's cursor_width.
(x_connection_signal): New function.
(x_initialize): Use it as signal handler.
1995-02-14 14:22:29 +00:00
Richard M. Stallman
c32112069d (x_set_cursor_type): Set cursor_width field.
Handle args of form (bar . WIDTH).
1995-02-14 09:42:14 +00:00
Richard M. Stallman
e36a27114e (struct x_display): New element cursor_width. 1995-02-14 09:41:37 +00:00
Richard M. Stallman
0c0b6c7911 (speeds): Make it ints. Add some higher speeds.
(tputs) [emacs]: If speed is high, convert to smaller units.
(tputs): Really use SPEED to calculate PADCOUNT.
1995-02-14 07:43:44 +00:00
Richard M. Stallman
a2a9c59e60 Initial revision 1995-02-14 00:54:29 +00:00
Richard M. Stallman
58fc958791 (Fexpand_file_name): Copy default-directory
before looking for a handler on the directory arg.
1995-02-14 00:13:20 +00:00
Richard M. Stallman
189fad68dd (Vself_insert_face, Vself_insert_face_command): New variables.
(syms_of_cmds): Set up Lisp variables.  Doc syntax fix.
(internal_self_insert): Handle Vself_insert_face.
1995-02-13 16:54:58 +00:00
Richard M. Stallman
6efad63b18 (Qprocessp): Declared. 1995-02-13 06:53:07 +00:00
Richard M. Stallman
39bcc759ed Rename arg OBJ to OBJECT in all type predicates.
(Ftype_of): New function.
1995-02-13 05:28:47 +00:00
Richard M. Stallman
273e08292b (Fexpand_file_name): Look for a handler for defalt.
(syms_of_fileio): Minor rearrangement.
1995-02-12 04:29:53 +00:00
Richard M. Stallman
1f98e9ea8b (load_color): Ignore failure from XAllocColor. 1995-02-12 01:25:58 +00:00
Richard M. Stallman
58387771b5 (x_decode_color): Ignore failure from defined_color. 1995-02-12 01:25:14 +00:00
Richard M. Stallman
86e00a8a09 (menu_item_equiv_key): If command is an alias,
check only the underlying command for a keyboard equivalent.
1995-02-12 01:22:28 +00:00
Richard M. Stallman
a5425c8d9a Test WAIT_USE_INT. 1995-02-11 22:07:09 +00:00
Richard M. Stallman
2c32be5080 (WAIT_USE_INT): Defined. 1995-02-11 22:05:56 +00:00