| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Gerd Moellmann | 2000-06-08 | 1 | -0/+20 |
* | (handle_fontified_prop): Don't GCPRO local var `pos'; | Gerd Moellmann | 2000-06-08 | 1 | -3/+0 |
* | (enum event_kind): Add FOCUS_IN_EVENT. | Gerd Moellmann | 2000-06-08 | 1 | -1/+5 |
* | (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by | Gerd Moellmann | 2000-06-08 | 1 | -2/+20 |
* | (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which | Gerd Moellmann | 2000-06-08 | 1 | -1/+14 |
* | (Fset_fontset_font): The arg CHARACTER may be a charset. | Kenichi Handa | 2000-06-08 | 2 | -0/+15 |
* | (displayed_window_lines): Take empty lines at | Gerd Moellmann | 2000-06-07 | 2 | -1/+15 |
* | (readevalloop): If READCHARFUN sets point to ZV, arrange | Gerd Moellmann | 2000-06-07 | 2 | -3/+26 |
* | (displayed_window_lines): New function. | Gerd Moellmann | 2000-06-07 | 1 | -14/+34 |
* | (display_line): Fix code deciding in which line to | Gerd Moellmann | 2000-06-07 | 2 | -8/+17 |
* | *** empty log message *** | Kenichi Handa | 2000-06-07 | 1 | -0/+5 |
* | (e_write): Free composition data if stored in | Kenichi Handa | 2000-06-07 | 1 | -0/+4 |
* | (struct it): Add starts_in_middle_of_char_p. | Gerd Moellmann | 2000-06-06 | 2 | -2/+35 |
* | (display_line): Set row's and iterator's | Gerd Moellmann | 2000-06-06 | 1 | -17/+32 |
* | (append_glyph): Revert change of 2000-06-06. | Gerd Moellmann | 2000-06-06 | 2 | -1/+7 |
* | (display_line): Revert change of 2000-06-06. Treat | Gerd Moellmann | 2000-06-06 | 1 | -2/+25 |
* | *** empty log message *** | Gerd Moellmann | 2000-06-06 | 1 | -0/+5 |
* | (x_produce_glyphs): Don't xassert `it->descent > 0'; | Gerd Moellmann | 2000-06-06 | 1 | -2/+3 |
* | (Fset_buffer_multibyte): Don't make the current buffer as modified if | Kenichi Handa | 2000-06-06 | 2 | -0/+8 |
* | (display_line): While checking line continuation, pay attention to a | Kenichi Handa | 2000-06-06 | 2 | -0/+11 |
* | (encode_terminal_code): Change the way to check if | Kenichi Handa | 2000-06-06 | 1 | -2/+5 |
* | *** empty log message *** | Gerd Moellmann | 2000-06-05 | 1 | -1/+5 |
* | (redisplay_window): Always use set_buffer_internal_1. | Gerd Moellmann | 2000-06-05 | 1 | -34/+4 |
* | *** empty log message *** | Dave Love | 2000-06-05 | 1 | -0/+29 |
* | (DEFUN, EXFUN): Test PROTOTYPES. | Dave Love | 2000-06-05 | 1 | -2/+6 |
* | Protect against multiple inclusion. | Dave Love | 2000-06-05 | 1 | -1/+5 |
* | (menu_item_selection): Declare volatile unconditionally. | Dave Love | 2000-06-05 | 1 | -4/+0 |
* | Remove Vbefore_change_function, Vafter_change_function. | Dave Love | 2000-06-05 | 1 | -2/+0 |
* | (struct frame): Use volatile unconditionally. | Dave Love | 2000-06-05 | 1 | -9/+3 |
* | Declare code_convert_string_norecord. | Dave Love | 2000-06-05 | 1 | -0/+2 |
* | Conditionally include term.h. | Dave Love | 2000-06-05 | 1 | -0/+3 |
* | Copyright up-date. | Dave Love | 2000-06-05 | 1 | -1/+1 |
* | (x_calc_absolute_position): Declare nchildren unsigned. | Dave Love | 2000-06-05 | 1 | -2/+5 |
* | (x_real_positions): Declare tmp_nchildren as unsigned. | Dave Love | 2000-06-05 | 1 | -1/+1 |
* | Include fontset.h. | Dave Love | 2000-06-05 | 1 | -0/+1 |
* | (xdisp.o): Depend on fontset.h. | Dave Love | 2000-06-05 | 1 | -1/+1 |
* | Don't define MATHERR. | Dave Love | 2000-06-05 | 4 | -10/+6 |
* | Fix nested comment. | Dave Love | 2000-06-03 | 1 | -1/+1 |
* | *** empty log message *** | Dave Love | 2000-06-02 | 1 | -0/+4 |
* | *** empty log message *** | Gerd Moellmann | 2000-06-02 | 1 | -0/+9 |
* | (realize_x_face): When copying BASE_FACE bitwise to the | Gerd Moellmann | 2000-06-02 | 1 | -1/+11 |
* | (x_set_mouse_face_gc): If first glyph isn't a character | Gerd Moellmann | 2000-06-02 | 1 | -1/+4 |
* | (_XOPEN_SOURCE, __EXTENSIONS__): Don't define. | Dave Love | 2000-06-02 | 1 | -8/+0 |
* | *** empty log message *** | Dave Love | 2000-06-02 | 1 | -0/+7 |
* | Conditionally include stdlib.h, unistd.h. | Dave Love | 2000-06-02 | 1 | -4/+7 |
* | Add NO_MATHERR. | Dave Love | 2000-06-02 | 1 | -0/+3 |
* | *** empty log message *** | Dave Love | 2000-06-02 | 1 | -0/+8 |
* | (Vbefore_change_function, Vafter_change_function): | Dave Love | 2000-06-02 | 1 | -35/+0 |
* | (signal_before_change, signal_after_change): Don't check | Dave Love | 2000-06-02 | 1 | -19/+1 |
* | (internal_self_insert): Don't check | Dave Love | 2000-06-02 | 1 | -3/+1 |