| Commit message (Expand) | Author | Age | Files | Lines |
| * | (single_submenu, xmenu_show) [!HAVE_MULTILINGUAL_MENU]: | Gerd Moellmann | 2001-05-29 | 2 | -27/+54 |
| * | (Fsingle_key_description): NUL-terminate the string | Gerd Moellmann | 2001-05-29 | 2 | -1/+7 |
| * | (Fcall_process): Deal with decode_coding returning | Gerd Moellmann | 2001-05-29 | 2 | -1/+70 |
| * | (Fsingle_key_description): Create a multibyte string | Gerd Moellmann | 2001-05-28 | 2 | -8/+19 |
| * | (xmenu_show) [!HAVE_MULTILINGUAL_MENU]: Don't overwrite | Gerd Moellmann | 2001-05-28 | 1 | -1/+1 |
| * | *** empty log message *** | Gerd Moellmann | 2001-05-28 | 1 | -0/+2 |
| * | (Fstart_kbd_macro): Doc fix. | Gerd Moellmann | 2001-05-28 | 1 | -1/+1 |
| * | *** empty log message *** | Gerd Moellmann | 2001-05-28 | 1 | -0/+4 |
| * | (cursor_in_mouse_face_p): New function. | Gerd Moellmann | 2001-05-28 | 1 | -2/+41 |
| * | (Fload): Remove unused label. | Gerd Moellmann | 2001-05-28 | 2 | -2/+6 |
| * | (string_display_width): Put in #if 0. | Gerd Moellmann | 2001-05-28 | 1 | -0/+6 |
| * | (char_property_eq): Put in #if 0. | Gerd Moellmann | 2001-05-28 | 1 | -0/+4 |
| * | *** empty log message *** | Gerd Moellmann | 2001-05-28 | 1 | -0/+4 |
| * | (speeds): Put in #if 0. | Gerd Moellmann | 2001-05-28 | 1 | -1/+6 |
| * | *** empty log message *** | Gerd Moellmann | 2001-05-18 | 1 | -0/+2 |
| * | *** empty log message *** | Gerd Moellmann | 2001-05-18 | 1 | -0/+5 |
| * | (call_debugger): Don't bind inhibit-eval-during-redisplay. | Gerd Moellmann | 2001-05-18 | 1 | -0/+4 |
| * | (xlfd_point_size): Don't divide pixel size from | Gerd Moellmann | 2001-05-18 | 1 | -1/+1 |
| * | Add copyright notice for FSF. | Gerd Moellmann | 2001-05-17 | 1 | -0/+1 |
| * | (x_set_foreground_color): Change frame's cursor_pixel | Gerd Moellmann | 2001-05-16 | 2 | -129/+133 |
| * | (signal_before_change, signal_after_change): Consider a | Gerd Moellmann | 2001-05-16 | 2 | -8/+40 |
| * | (read_process_output): Don't call signal_after_change | Gerd Moellmann | 2001-05-16 | 2 | -2/+5 |
| * | *** empty log message *** | Gerd Moellmann | 2001-05-16 | 1 | -0/+3 |
| * | (split_font_name): Use the right field when | Gerd Moellmann | 2001-05-16 | 1 | -1/+1 |
| * | *** empty log message *** | Gerd Moellmann | 2001-05-16 | 1 | -0/+5 |
| * | (OVERLAY_PLIST): New macro. | Gerd Moellmann | 2001-05-16 | 1 | -1/+9 |
| * | (copy_overlays): New function. | Gerd Moellmann | 2001-05-16 | 1 | -2/+47 |
| * | *** empty log message *** | Gerd Moellmann | 2001-05-16 | 1 | -0/+3 |
| * | (Fsingle_key_description): Replace a build_string with | Gerd Moellmann | 2001-05-16 | 1 | -2/+6 |
| * | (Ffontset_info): Check that face is non-null | Gerd Moellmann | 2001-05-16 | 2 | -1/+6 |
| * | *** empty log message *** | Gerd Moellmann | 2001-05-15 | 1 | -0/+3 |
| * | (read_key_sequence): Prevent generating a fake | Gerd Moellmann | 2001-05-15 | 1 | -3/+5 |
| * | *** empty log message *** | Gerd Moellmann | 2001-05-15 | 1 | -0/+3 |
| * | (split_font_name): Handle `[...]' for the right | Gerd Moellmann | 2001-05-15 | 1 | -2/+2 |
| * | (ccl_driver): Don't copy remaining bytes in case | Gerd Moellmann | 2001-05-15 | 2 | -5/+19 |
| * | (Fdefvar): Only record (defvar <var>) in the load-history | Stefan Monnier | 2001-05-14 | 2 | -12/+22 |
| * | (note_mouse_highlight): Avoid changing the mouse | Gerd Moellmann | 2001-05-14 | 2 | -1/+7 |
| * | (try_alternative_families): First try the FAMILY. | Stefan Monnier | 2001-05-14 | 2 | -45/+56 |
| * | *** empty log message *** | Gerd Moellmann | 2001-05-14 | 1 | -0/+3 |
| * | (x_draw_glyphs): Fix compuation of rightmost x for | Gerd Moellmann | 2001-05-14 | 1 | -1/+1 |
| * | (split_font_name): Make sure to leave the loop | Gerd Moellmann | 2001-05-14 | 2 | -1/+5 |
| * | (split_font_name): Handle matrix transformations | Gerd Moellmann | 2001-05-14 | 2 | -8/+66 |
| * | (w32_to_x_font): Change prototype to fit the declaration. | Eli Zaretskii | 2001-05-12 | 2 | -2/+8 |
| * | (malloc, realloc, free) [emacs]: Undefine before | Eli Zaretskii | 2001-05-12 | 2 | -0/+12 |
| * | Include syssignal.h, to avoid compiler warnings. | Eli Zaretskii | 2001-05-12 | 2 | -0/+3 |
| * | (search_file_line, set_bdf_font_info, seek_char) | Eli Zaretskii | 2001-05-12 | 2 | -31/+64 |
| * | Include keyboard.h before frame.h, not after it. | Eli Zaretskii | 2001-05-12 | 1 | -1/+3 |
| * | Include keyboard.h before frame.h. | Eli Zaretskii | 2001-05-12 | 1 | -0/+1 |
| * | (struct image, struct face): Forward declaration, to avoid compiler warnings. | Eli Zaretskii | 2001-05-12 | 1 | -0/+3 |
| * | *** empty log message *** | Stefan Monnier | 2001-05-11 | 2 | -20/+18 |