aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (kbd_buffer_gcpro): Renamed fromGerd Moellmann2000-07-131-48/+75
| | | | | | | | | | | | | | | | | | | 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.
* (handle_USR2_signal, handle_USR1_signal): UseGerd Moellmann2000-07-131-2/+2
| | | | USER_SIGNAL_EVENT.
* (struct input_event): Add member `arg'.Gerd Moellmann2000-07-131-8/+13
| | | | | (MENU_BAR_EVENT): Renamed from menu_bar_event. (USER_SIGNAL_EVENT): Renamed from user_signal.
* (ASET): Remove definition.Gerd Moellmann2000-07-131-4/+0
|
* (AREF, ASET, ASIZE): New macros.Gerd Moellmann2000-07-131-1/+11
|
* (AREF, ASIZE): Remove definitions.Gerd Moellmann2000-07-131-4/+0
|
* (AREF): Remove definition.Gerd Moellmann2000-07-132-6/+0
|
* (redraw_overlapped_rows): Add missing local.Gerd Moellmann2000-07-122-1/+5
| | | | (scrolling_window): Remove debug code.
* (struct redisplay_interface): Add parameterGerd Moellmann2000-07-122-2/+34
| | | | | MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function. (clear_mouse_face): New function pointer member.
* (make_current): Preserve the mouse_face_p flag of theGerd Moellmann2000-07-121-33/+36
| | | | | | | | | | 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.
* (x_update_window_end): Add parameterGerd Moellmann2000-07-121-8/+49
| | | | | | | MOUSE_FACE_OVERWRITTEN_P. If set, arrange for a mouse-highlight redisplay in XTframe_up_to_date. (x_clear_mouse_face): New function. (x_redisplay_interface): Add pointer to x_clear_mouse_face.
* (try_window_reusing_current_matrix, try_window_id):Gerd Moellmann2000-07-121-3/+6
| | | | | Before scrolling, turn off a mouse-highlight in the window being scrolled.
* (back_comment): Use one switch rather than a few `if's.Stefan Monnier2000-07-122-40/+61
| | | | | | | | | Obey open_paren_in_column_0_is_defun_start. When reverting to the `slow' method, try to nicely handle the case of nested comments by checking that the comment-starter we found does indeed match the comment-ender. (scan_sexps_forward, scan_sexps_forward): Ignore excessive opening parenthesis rather than throwing an error.
* *** empty log message ***Gerd Moellmann2000-07-111-0/+19
|
* (Fsubstitute_command_keys): Handle case that a GCGerd Moellmann2000-07-111-1/+15
| | | | in Fwhere_is_internal or get_keymap_1 relocates string contents.
* (x_update_window_begin): No need to turn off the mouseGerd Moellmann2000-07-111-2/+13
| | | | | | | highlight here. (show_mouse_face): Set the mouse_face_p flag of glyph rows depending on whether they contain glyphs highlighted in mouse-face.
* (direct_output_forward_char): Give up if currentlyGerd Moellmann2000-07-111-6/+17
| | | | | | | displaying a message instead of the minibuffer contents. (row_equal_p): Add parameter MOUSE_FACE_P. If set, compare the mouse_face_p flags of both rows.
* (struct glyph_row): Add flag mouse_face_p.Gerd Moellmann2000-07-111-0/+3
|
* *** empty log message ***Eli Zaretskii2000-07-111-0/+13
|
* (w32_menu_display_help): Call show_help_echo withEli Zaretskii2000-07-111-1/+1
| | | | non-zero ok_to_overwrite_keystroke_echo argument.
* (menu_help_callback): Call show_help_echo with non-zeroEli Zaretskii2000-07-111-1/+1
| | | | ok_to_overwrite_keystroke_echo argument.
* (show_help_echo): Update prototype of show_help_echo.Eli Zaretskii2000-07-111-1/+1
|
* (show_help_echo): Accept additional parameterEli Zaretskii2000-07-111-3/+4
| | | | | | ok_to_overwrite_keystroke_echo. (read_char): Call show_help_echo with a zero ok_to_overwrite_keystroke_echo argument.
* *** empty log message ***Gerd Moellmann2000-07-101-0/+10
|
* (x_fill_stretch_glyph_string): Consume runs of stretchGerd Moellmann2000-07-101-13/+47
| | | | | | | glyphs instead of a single one. (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string with new argument list. (x_set_glyph_string_gc): Make sure the face's GC is valid.
* (try_window_id): If changes are all below what isGerd Moellmann2000-07-101-3/+8
| | | | | displayed in the window, and point is in the window, we still might have to find point on the display.
* (get_keymap_1): Add comment that this function can GC.Gerd Moellmann2000-07-102-12/+37
| | | | | | (where_is_internal_2, where_is_internal_1): Add GCPROs, add comment that functions can GC. (Fset_keymap_parent): GCPRO arg KEYMAP.
* (XMenuActivate): After exiting the menu, restore theEli Zaretskii2000-07-102-0/+31
| | | | echo area message and erase it.
* *** empty log message ***Kenichi Handa2000-07-101-0/+5
|
* (Ffontset_info): Make the return value more compatibleKenichi Handa2000-07-101-4/+17
| | | | with that of Emacs 20.
* *** empty log message ***Stefan Monnier2000-07-091-0/+1
|
* (Fsignal): Handle case that backtrace_list is null.Gerd Moellmann2000-07-072-4/+13
|
* (Fccl_execute): Typo fixed.Kenichi Handa2000-07-071-1/+1
|
* *** empty log message ***Kenichi Handa2000-07-071-0/+4
|
* *** empty log message ***Gerd Moellmann2000-07-061-0/+2
|
* (window_loop): Add missing gcpro1 local variable.Gerd Moellmann2000-07-061-0/+1
|
* *** empty log message ***Stefan Monnier2000-07-061-2/+2
|
* *** empty log message ***Gerd Moellmann2000-07-061-0/+9
|
* (TAGS-LISP): Don't pass `$(lispsource)' to make.Gerd Moellmann2000-07-061-2/+1
|
* (Fwindow_list): Reverse list at the end.Gerd Moellmann2000-07-061-144/+132
| | | | | | (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil means allow windows on OWINDOW's frame, only. (window_loop): Simplified; use Fwindow_list.
* *** empty log message ***Gerd Moellmann2000-07-051-0/+12
|
* (XTread_socket): Increment handling_signal at the start,Gerd Moellmann2000-07-051-0/+3
| | | | decrement it at the end.
* (WAITTYPE, WRETCODE): Put in #if 0.Gerd Moellmann2000-07-051-0/+3
|
* (handling_signal): External declaration.Gerd Moellmann2000-07-051-0/+1
|
* (handling_signal): New variable.Gerd Moellmann2000-07-051-29/+46
| | | | (Fsignal): Abort if handling_signal is non-zero.
* Sound support for NetBSD through "Linux emulation" support:Ken Raeburn2000-07-055-2/+33
| | | | | | | | | | | * config.in (HAVE_SOUNDCARD_H): Undef. (HAVE_SOUND): Define if HAVE_SOUNDCARD_H. * Makefile.in (LIBSOUND): New variable. (LIBES): Include it. * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and <soundcard.h>. (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined elsewhere. (vox_open): Use DEFAULT_SOUND_DEVICE. * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
* *** empty log message ***Gerd Moellmann2000-07-051-0/+11
|
* (Vsignaling_function): New variable.Gerd Moellmann2000-07-051-0/+17
| | | | | (Fsignal): Compute it. (syms_of_eval): Staticpro it.
* (Vsignaling_function): External declaration.Gerd Moellmann2000-07-051-0/+2
|
* (print_error_message): If Vsignaling_function is set,Gerd Moellmann2000-07-051-0/+10
| | | | show it in *Messages*.