- 14 Jul, 2000 7 commits
-
-
Kenichi Handa authored
default'face's fontset, not using the default fontset.
-
Kenichi Handa authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(syms_of_coding): Make it a Lisp variable. (detect_coding_iso2022): If inhibit_iso_escape_detection is nonzero, ignore ISO2022's escape sequence.
-
- 13 Jul, 2000 27 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(construct_drag_n_drop, x_scroll_bar_handle_click) (w32_read_socket): Always set `arg' member of input_events.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(x_scroll_bar_handle_click, SET_SAVED_MENU_EVENT, XTread_socket): Always set `arg' member of input_events. (construct_menu_click): Unused function removed.
-
Stefan Monnier authored
-
Dave Love authored
(easy-menu-remove): Defalias to ignore.
-
Dave Love authored
-
Dave Love authored
-
Gerd Moellmann authored
allow entering nil as value.
-
Gerd Moellmann authored
-
Dave Love authored
(fortran-mode-menu): Reinstate customize entries.
-
Dave Love authored
XEmacs code.
-
Gerd Moellmann authored
frame_or_window slot of TOOL_BAR_EVENT input events instead of consing. For prefix events, store the frame in the `arg' slot of the event, otherwise store the key there. (XTread_socket): Instead of consing, use the frame_or_window slot of HELP_EVENTs for the frame, and the `arg' slot for the help string.
-
Gerd Moellmann authored
`arg' member of the input event; don't cons. (menubar_selection_callback): Use the `arg' slot of input events to queue additional information, instead of consing.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
TOOL_BAR_EVENTs. (w32_read_socket): Adapt to changes in HELP_EVENTs.
-
Gerd Moellmann authored
input events to queue additional information, instead of consing.
-
Gerd Moellmann authored
kbd_buffer_frame_or_window. Now used for all Lisp objects referenced from the input queue. (kbd_buffer_store_event): Always use structure assignment for copying input events. Record all Lisp objects referenced from events in kbd_buffer_gcpro. (kbd_buffer_get_event): Construct Lisp `help-echo' events differently from input events. Test for prefix menu_bar_events and TOOL_BAR_EVENTs differently. Reset all slots used by an input event in kbd_buffer_gcpro to nil. (make_lispy_event) <TOOL_BAR_EVENT>: Treat an input event whose frame_or_window is equal to its arg member as prefix events. (stuff_buffered_input): Reset all slots in kbd_buffer_gcpro used by an input event to nil. (init_keyboard): Use two times the size of the input queue for kbd_buffer_gcpro. (syms_of_keyboard): Likewise.
-
Gerd Moellmann authored
USER_SIGNAL_EVENT.
-
Gerd Moellmann authored
(MENU_BAR_EVENT): Renamed from menu_bar_event. (USER_SIGNAL_EVENT): Renamed from user_signal.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
- 12 Jul, 2000 6 commits
-
-
Gerd Moellmann authored
event when deciding what to send to the terminal.
-
Dave Love authored
things new in v21. Remove load-path. Fix type of line-number-display-limit.
-
Gerd Moellmann authored
(scrolling_window): Remove debug code.
-
Dave Love authored
-
Gerd Moellmann authored
MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function. (clear_mouse_face): New function pointer member.
-
Gerd Moellmann authored
current glyph row. (update_window_line): Add parameter MOUSE_FACE_OVERWRITTEN_P. Set it when any row is written to that contains glyphs highlighted in mouse-face. (update_window): Call the window update end hook with new parameter MOUSE_FACE_OVERWRITTEN_P. (direct_output_for_insert): Give up if row contains mouse-face.
-