| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fprevious_single_char_property_change): | Miles Bader | 2000-07-22 | 1 | -12/+23 |
| | | | | | | The initial property value should be from the position preceding POSITION, not following it. | ||||
| * | *** empty log message *** | Miles Bader | 2000-07-22 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2000-07-22 | 1 | -0/+5 |
| | | |||||
| * | (syms_of_coding): Doc fix for inhibit-iso-escape-detection. | Eli Zaretskii | 2000-07-22 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-07-21 | 1 | -0/+3 |
| | | |||||
| * | (note_mouse_highlight): Process overlays in the right | Gerd Moellmann | 2000-07-21 | 1 | -3/+4 |
| | | | | | order of priority. | ||||
| * | (note_mouse_highlight): If help-echo was found in an | Gerd Moellmann | 2000-07-21 | 2 | -3/+12 |
| | | | | | | overlay, use that overlay as the object in which the help was found. | ||||
| * | (show_help_echo, gen_help_event): Extend comments. | Gerd Moellmann | 2000-07-21 | 1 | -6/+12 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-07-21 | 1 | -0/+2 |
| | | |||||
| * | (foreach_window_1): Fix typo reversing an if-condition. | Gerd Moellmann | 2000-07-21 | 1 | -2/+2 |
| | | |||||
| * | (menu_help_callback): Call show_help_echo with | Gerd Moellmann | 2000-07-21 | 2 | -6/+52 |
| | | | | | additional arguments OBJECT and POS. | ||||
| * | (foreach_window): Instead of a fake variable argument | Gerd Moellmann | 2000-07-21 | 1 | -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 Moellmann | 2000-07-21 | 1 | -1/+3 |
| | | |||||
| * | (Fprevious_overlay_change): Avoid memory leak. | Gerd Moellmann | 2000-07-21 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-07-21 | 1 | -0/+3 |
| | | |||||
| * | (Faset): Allow storing any multibyte character in a string. Convert | Kenichi Handa | 2000-07-21 | 1 | -24/+69 |
| | | | | | unibyte string to multibyte if necessary. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-07-21 | 3 | -7/+25 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-07-21 | 1 | -16/+18 |
| | | |||||
| * | (x_encode_text): Add prototype. | Kenichi Handa | 2000-07-21 | 1 | -0/+2 |
| | | |||||
| * | (lisp_data_to_selection_data): Use x_encode_text. | Kenichi Handa | 2000-07-21 | 1 | -48/+13 |
| | | |||||
| * | (x_encode_text): New function. | Kenichi Handa | 2000-07-21 | 1 | -20/+100 |
| | | | | | | (x_set_name): Use x_encode_text. (x_set_title): Likewise. | ||||
| * | *** empty log message *** | Dave Love | 2000-07-20 | 1 | -0/+5 |
| | | |||||
| * | (Fccl_execute_on_string): Don't check xmalloc return. Use xfree, not | Dave Love | 2000-07-20 | 1 | -3/+1 |
| | | | | | free. | ||||
| * | Correct a typo in a comment. | Eli Zaretskii | 2000-07-20 | 1 | -1/+1 |
| | | |||||
| * | (IT_note_mode_line_highlight, IT_note_mouse_highlight): | Eli Zaretskii | 2000-07-20 | 2 | -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 Zaretskii | 2000-07-20 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2000-07-19 | 1 | -5/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-07-19 | 1 | -0/+11 |
| | | |||||
| * | (direct_output_for_insert): Remove confusing | Gerd Moellmann | 2000-07-19 | 1 | -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 Moellmann | 2000-07-19 | 1 | -0/+1 |
| | | |||||
| * | Add some more prototypes. | Gerd Moellmann | 2000-07-19 | 2 | -21/+30 |
| | | |||||
| * | (with_echo_area_buffer): Call FN with more arguments. | Gerd Moellmann | 2000-07-19 | 1 | -3/+15 |
| | | | | | Add some more prototypes. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-07-19 | 1 | -0/+4 |
| | | |||||
| * | (allocate_string_data): Don't copy old string contents. | Gerd Moellmann | 2000-07-19 | 1 | -2/+1 |
| | | |||||
| * | (code_convert_region): Delete text properties before shrinking the | Kenichi Handa | 2000-07-19 | 1 | -11/+9 |
| | | | | | conversion region. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-07-19 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-07-18 | 1 | -0/+3 |
| | | |||||
| * | (update_text_area): Write the whole row if it | Gerd Moellmann | 2000-07-18 | 1 | -0/+1 |
| | | | | | has mouse-face in it. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-07-18 | 1 | -0/+3 |
| | | |||||
| * | (face-alternative-font-family-alist): Remove | Gerd Moellmann | 2000-07-18 | 1 | -4/+3 |
| | | | | | DEFVAR_LISP; staticpro instead. | ||||
| * | (help_echo_window): New variable. | Gerd Moellmann | 2000-07-18 | 2 | -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 Moellmann | 2000-07-18 | 1 | -2/+3 |
| | | |||||
| * | (show_help_echo): Add parameter WINDOW. | Gerd Moellmann | 2000-07-18 | 1 | -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 with | Gerd Moellmann | 2000-07-18 | 1 | -1/+3 |
| | | | | | new arguments. | ||||
| * | *** empty log message *** | Dave Love | 2000-07-18 | 1 | -0/+5 |
| | | |||||
| * | Fix dependencies of blockinput.h on atimer.h, systime.h. | Dave Love | 2000-07-18 | 1 | -21/+22 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-07-18 | 1 | -0/+6 |
| | | |||||
| * | (allocate_string_data): If string had already data | Gerd Moellmann | 2000-07-18 | 1 | -12/+15 |
| | | | | | assigned, copy old contents to new string data. | ||||
| * | (syms_of_coding): Fix typo in spelling of variable | Gerd Moellmann | 2000-07-18 | 1 | -1/+1 |
| | | | | | `inhibit-iso-escape-detection'. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-07-18 | 1 | -0/+8 |
| | | |||||