aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Fprevious_single_char_property_change):Miles Bader2000-07-221-12/+23
| | | | | The initial property value should be from the position preceding POSITION, not following it.
* *** empty log message ***Miles Bader2000-07-221-0/+6
|
* *** empty log message ***Eli Zaretskii2000-07-221-0/+5
|
* (syms_of_coding): Doc fix for inhibit-iso-escape-detection.Eli Zaretskii2000-07-221-0/+6
|
* *** empty log message ***Gerd Moellmann2000-07-211-0/+3
|
* (note_mouse_highlight): Process overlays in the rightGerd Moellmann2000-07-211-3/+4
| | | | order of priority.
* (note_mouse_highlight): If help-echo was found in anGerd Moellmann2000-07-212-3/+12
| | | | | overlay, use that overlay as the object in which the help was found.
* (show_help_echo, gen_help_event): Extend comments.Gerd Moellmann2000-07-211-6/+12
|
* *** empty log message ***Gerd Moellmann2000-07-211-0/+2
|
* (foreach_window_1): Fix typo reversing an if-condition.Gerd Moellmann2000-07-211-2/+2
|
* (menu_help_callback): Call show_help_echo withGerd Moellmann2000-07-212-6/+52
| | | | additional arguments OBJECT and POS.
* (foreach_window): Instead of a fake variable argumentGerd Moellmann2000-07-211-41/+50
| | | | | | | | | | | | list, take one USER_DATA argument. (foreach_window_1): Likewise, and call callback functions with two args, the window and USER_DATA. (struct check_window_data): New struct. (check_window_containing): Use it. (window_from_coordinates): Set up a struct check_window_data for foreach_window. (add_window_to_list, freeze_window_start): Change parameters according to new calling convention.
* (foreach_window): Change prototype.Gerd Moellmann2000-07-211-1/+3
|
* (Fprevious_overlay_change): Avoid memory leak.Gerd Moellmann2000-07-211-3/+3
|
* *** empty log message ***Kenichi Handa2000-07-211-0/+3
|
* (Faset): Allow storing any multibyte character in a string. ConvertKenichi Handa2000-07-211-24/+69
| | | | unibyte string to multibyte if necessary.
* *** empty log message ***Kenichi Handa2000-07-213-7/+25
|
* *** empty log message ***Kenichi Handa2000-07-211-16/+18
|
* (x_encode_text): Add prototype.Kenichi Handa2000-07-211-0/+2
|
* (lisp_data_to_selection_data): Use x_encode_text.Kenichi Handa2000-07-211-48/+13
|
* (x_encode_text): New function.Kenichi Handa2000-07-211-20/+100
| | | | | (x_set_name): Use x_encode_text. (x_set_title): Likewise.
* *** empty log message ***Dave Love2000-07-201-0/+5
|
* (Fccl_execute_on_string): Don't check xmalloc return. Use xfree, notDave Love2000-07-201-3/+1
| | | | free.
* Correct a typo in a comment.Eli Zaretskii2000-07-201-1/+1
|
* (IT_note_mode_line_highlight, IT_note_mouse_highlight):Eli Zaretskii2000-07-202-29/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (XMenuActivate): Update prototype.Eli Zaretskii2000-07-201-1/+1
|
* *** empty log message ***Richard M. Stallman2000-07-191-5/+5
|
* *** empty log message ***Gerd Moellmann2000-07-191-0/+11
|
* (direct_output_for_insert): Remove confusingGerd Moellmann2000-07-191-1/+5
| | | | | outer local variable mouse_face_overwritten_p. (glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG.
* (Fnext_single_char_property_change): Add prototype.Gerd Moellmann2000-07-191-0/+1
|
* Add some more prototypes.Gerd Moellmann2000-07-192-21/+30
|
* (with_echo_area_buffer): Call FN with more arguments.Gerd Moellmann2000-07-191-3/+15
| | | | Add some more prototypes.
* *** empty log message ***Gerd Moellmann2000-07-191-0/+4
|
* (allocate_string_data): Don't copy old string contents.Gerd Moellmann2000-07-191-2/+1
|
* (code_convert_region): Delete text properties before shrinking theKenichi Handa2000-07-191-11/+9
| | | | conversion region.
* *** empty log message ***Kenichi Handa2000-07-191-0/+5
|
* *** empty log message ***Gerd Moellmann2000-07-181-0/+3
|
* (update_text_area): Write the whole row if itGerd Moellmann2000-07-181-0/+1
| | | | has mouse-face in it.
* *** empty log message ***Gerd Moellmann2000-07-181-0/+3
|
* (face-alternative-font-family-alist): RemoveGerd Moellmann2000-07-181-4/+3
| | | | DEFVAR_LISP; staticpro instead.
* (help_echo_window): New variable.Gerd Moellmann2000-07-182-4/+29
| | | | | | | (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.
* (show_help_echo, gen_help_event): Change prototypes.Gerd Moellmann2000-07-181-2/+3
|
* (show_help_echo): Add parameter WINDOW.Gerd Moellmann2000-07-181-20/+26
| | | | | | (read_char): Call show_help_echo with window extracted from Lisp help event. (gen_help_event): Add parameter WINDOW.
* (menu_help_callback): Call show_help_echo withGerd Moellmann2000-07-181-1/+3
| | | | new arguments.
* *** empty log message ***Dave Love2000-07-181-0/+5
|
* Fix dependencies of blockinput.h on atimer.h, systime.h.Dave Love2000-07-181-21/+22
|
* *** empty log message ***Gerd Moellmann2000-07-181-0/+6
|
* (allocate_string_data): If string had already dataGerd Moellmann2000-07-181-12/+15
| | | | assigned, copy old contents to new string data.
* (syms_of_coding): Fix typo in spelling of variableGerd Moellmann2000-07-181-1/+1
| | | | `inhibit-iso-escape-detection'.
* *** empty log message ***Gerd Moellmann2000-07-181-0/+8
|