aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2000-07-241-0/+7
|
* *** empty log message ***Eli Zaretskii2000-07-231-0/+6
|
* *** empty log message ***Miles Bader2000-07-221-0/+6
|
* *** empty log message ***Eli Zaretskii2000-07-221-0/+5
|
* *** empty log message ***Gerd Moellmann2000-07-211-0/+3
|
* (note_mouse_highlight): If help-echo was found in anGerd Moellmann2000-07-211-0/+6
| | | | | overlay, use that overlay as the object in which the help was found.
* *** empty log message ***Gerd Moellmann2000-07-211-0/+2
|
* (menu_help_callback): Call show_help_echo withGerd Moellmann2000-07-211-0/+22
| | | | additional arguments OBJECT and POS.
* *** empty log message ***Kenichi Handa2000-07-211-0/+3
|
* *** empty log message ***Kenichi Handa2000-07-211-0/+10
|
* *** empty log message ***Dave Love2000-07-201-0/+5
|
* (IT_note_mode_line_highlight, IT_note_mouse_highlight):Eli Zaretskii2000-07-201-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | Record the object that generated the help echo and the position of that object in help_echo_object and help_echo_pos. Record that some glyphs in a row are displayed in mouse-face. (IT_update_begin): Don't clear mouse highlight unless one of the enabled glyph rows is marked as being displayed in mouse-face. (dos_rawgetc): Generate 2 events for HELP_EVENT. Pass the object and position recorded in help_echo_object and help_echo_pos to the event queue. (IT_menu_display): Accept a new argument PN: the pane number of the current menu pane. Record the pane number and the item number of the item which has associated help string. (XMenuActivate): Update the prototype for help_callback in function declaration. Call IT_menu_display with the current menu pane number as an additional argument. Call help_callback with two additional arguments: the pane number and the item number of the menu item associated with the help text. (help_echo_object, help_echo_pos): New variables. (syms_of_msdos): Initialize them and staticpro help_echo_object. (help_echo_window): New variable. (syms_of_msdos): Initialize and staticpro it. (IT_note_mode_line_highlight): Set help_echo_window. (IT_note_mouse_highlight): Ditto. (dos_rawgetc): Store help_echo_window in the second event produced for HELP_EVENTs.
* *** empty log message ***Richard M. Stallman2000-07-191-5/+5
|
* *** empty log message ***Gerd Moellmann2000-07-191-0/+11
|
* *** empty log message ***Gerd Moellmann2000-07-191-0/+4
|
* *** empty log message ***Kenichi Handa2000-07-191-0/+5
|
* *** empty log message ***Gerd Moellmann2000-07-181-0/+3
|
* *** empty log message ***Gerd Moellmann2000-07-181-0/+3
|
* (help_echo_window): New variable.Gerd Moellmann2000-07-181-0/+18
| | | | | | | (note_mouse_highlight, note_tool_bar_highlight): Set help_echo_window. (XTread_socket): Pass help_echo_window to gen_help_event. (syms_of_xterm): Initialize and staticpro help_echo_window.
* *** empty log message ***Dave Love2000-07-181-0/+5
|
* *** empty log message ***Gerd Moellmann2000-07-181-0/+6
|
* *** empty log message ***Gerd Moellmann2000-07-181-0/+8
|
* *** empty log message ***Kenichi Handa2000-07-181-0/+5
|
* (Fwindow_list): Declare arg `window'.Dave Love2000-07-181-1/+5
|
* *** empty log message ***Kenichi Handa2000-07-181-0/+5
|
* dummyMiles Bader2000-07-151-0/+18
|
* *** empty log message ***Jason Rumney2000-07-151-0/+43
|
* check default_face before dereferencingSam Steingold2000-07-141-21/+26
|
* *** empty log message ***Gerd Moellmann2000-07-141-0/+2
|
* *** empty log message ***Dave Love2000-07-141-0/+4
|
* *** empty log message ***Gerd Moellmann2000-07-141-0/+6
|
* *** empty log message ***Gerd Moellmann2000-07-141-0/+37
|
* *** empty log message ***Kenichi Handa2000-07-141-0/+3
|
* *** empty log message ***Kenichi Handa2000-07-141-0/+7
|
* *** empty log message ***Gerd Moellmann2000-07-131-0/+19
|
* *** empty log message ***Stefan Monnier2000-07-131-79/+70
|
* (x_handle_tool_bar_click): Store the frame in theGerd Moellmann2000-07-131-0/+59
| | | | | | | | | 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.
* (redraw_overlapped_rows): Add missing local.Gerd Moellmann2000-07-121-0/+3
| | | | (scrolling_window): Remove debug code.
* (struct redisplay_interface): Add parameterGerd Moellmann2000-07-121-0/+25
| | | | | MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function. (clear_mouse_face): New function pointer member.
* (back_comment): Use one switch rather than a few `if's.Stefan Monnier2000-07-121-0/+10
| | | | | | | | | 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
|
* *** empty log message ***Eli Zaretskii2000-07-111-0/+13
|
* *** empty log message ***Gerd Moellmann2000-07-101-0/+10
|
* (get_keymap_1): Add comment that this function can GC.Gerd Moellmann2000-07-101-0/+7
| | | | | | (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-101-0/+5
| | | | echo area message and erase it.
* *** empty log message ***Kenichi Handa2000-07-101-0/+5
|
* *** empty log message ***Stefan Monnier2000-07-091-0/+1
|
* (Fsignal): Handle case that backtrace_list is null.Gerd Moellmann2000-07-071-0/+4
|
* *** empty log message ***Kenichi Handa2000-07-071-0/+4
|
* *** empty log message ***Gerd Moellmann2000-07-061-0/+2
|