| Commit message (Expand) | Author | Age | Files | Lines |
| * | * xfaces.c (merge_faces): You can't tell if a font is a | Jim Blandy | 1993-05-25 | 1 | -0/+5 |
| * | (XTread_socket, ConfigureNotify case): | Richard M. Stallman | 1993-05-25 | 1 | -8/+11 |
| * | (XTread_socket): For ConfigureNotify event, | Richard M. Stallman | 1993-05-24 | 1 | -0/+27 |
| * | * xterm.c (x_new_font): Reject fonts with varying spacing. We | Jim Blandy | 1993-05-24 | 1 | -0/+12 |
| * | * xterm.c (x_scroll_bar_report_motion): Set *TIME whether or not | Jim Blandy | 1993-05-23 | 1 | -51/+47 |
| * | Move signal.h and stdio.h before config.h. | Richard M. Stallman | 1993-05-23 | 1 | -4/+6 |
| * | * xterm.c (x_scroll_bar_handle_click): Never grab the scroll bar; | Jim Blandy | 1993-05-22 | 1 | -2/+8 |
| * | * xterm.c (x_scroll_bar_handle_click): Never grab the scroll bar; | Jim Blandy | 1993-05-22 | 1 | -1/+5 |
| * | (x_find_modifier_meanings): If some keys are meta and alt, | Richard M. Stallman | 1993-05-20 | 1 | -0/+7 |
| * | * xterm.c (x_new_font): Tell the frame display faces about the | Jim Blandy | 1993-05-19 | 1 | -0/+1 |
| * | * xterm.c (XTread_socket): Turn off ControlMask for XLookupString. | Jim Blandy | 1993-05-19 | 1 | -0/+4 |
| * | (dumpglyphs): Create a temporary merged gc | Richard M. Stallman | 1993-05-16 | 1 | -8/+37 |
| * | * xterm.c (dumpglyphs): Give the cursor higher priority than the | Jim Blandy | 1993-05-14 | 1 | -10/+14 |
| * | * xdisp.c (display_text_line): Apply faces to characters | Jim Blandy | 1993-05-10 | 1 | -101/+109 |
| * | Implement extra_keyboard_modifiers properly. | Jim Blandy | 1993-05-04 | 1 | -17/+24 |
| * | Fix typo in comment delimiter. | Richard M. Stallman | 1993-04-07 | 1 | -1/+1 |
| * | * xterm.c (updating_frame): Declare this extern instead of static, | Jim Blandy | 1993-04-07 | 1 | -6/+3 |
| * | Put interrupt input blocking in a separate file from xterm.h. | Jim Blandy | 1993-03-31 | 1 | -16/+7 |
| * | * xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>. | Jim Blandy | 1993-03-25 | 1 | -0/+2 |
| * | * xterm.c (x_term_init): If the X connection is already in file | Jim Blandy | 1993-03-20 | 1 | -6/+9 |
| * | * emacs.c (Finvocation_name): New function. | Jim Blandy | 1993-03-20 | 1 | -9/+3 |
| * | * xterm.c (x_display_box_cursor, x_display_bar_cursor): Don't | Jim Blandy | 1993-03-17 | 1 | -2/+8 |
| * | (Xatom_wm_change_state): Define here. | Richard M. Stallman | 1993-03-15 | 1 | -6/+58 |
| * | * xterm.c (x_find_modifier_meanings): XDisplayKeycodes only | Jim Blandy | 1993-03-11 | 1 | -0/+6 |
| * | (XTread_socket): | Richard M. Stallman | 1993-03-08 | 1 | -12/+17 |
| * | (x_alt_mod_mask, x_super_mod_mask, x_hyper_mod_mask): New variables. | Richard M. Stallman | 1993-03-07 | 1 | -6/+29 |
| * | (XTread_socket): Set bufp->modifiers for all kinds of keys. | Richard M. Stallman | 1993-03-05 | 1 | -2/+2 |
| * | Use the term `scroll bar', instead of `scrollbar'. | Jim Blandy | 1993-03-02 | 1 | -201/+216 |
| * | * xterm.c (XTread_socket): Pass the proper number of arguments to | Jim Blandy | 1993-02-22 | 1 | -1/+1 |
| * | * xterm.c (x_set_window_size): Call change_frame_size instead of | Jim Blandy | 1993-02-14 | 1 | -6/+22 |
| * | (XTread_socket): Support extra_keyboard_modifiers. | Richard M. Stallman | 1993-02-07 | 1 | -1/+7 |
| * | JimB's changes since January 18th | Jim Blandy | 1993-01-26 | 1 | -170/+259 |
| * | * xterm.c (x_scrollbar_create): Set the scrollbars to use | Jim Blandy | 1993-01-22 | 1 | -13/+12 |
| * | * xterm.c (x_window_to_scrollbar): Search frames' | Jim Blandy | 1993-01-16 | 1 | -8/+18 |
| * | * xterm.c (x_scrollbar_create): Include PointerMotionHintMask in | Jim Blandy | 1993-01-14 | 1 | -1/+1 |
| * | Make scrollbar structures into lisp objects, so that they can be | Jim Blandy | 1993-01-14 | 1 | -476/+621 |
| * | Small changes to keep people from running Emacs under X. | Jim Blandy | 1993-01-07 | 1 | -0/+11 |
| * | * frame.h (struct frame): New fields `can_have_scrollbars' and | Jim Blandy | 1992-12-24 | 1 | -304/+699 |
| * | * xterm.c (XTread_socket): When we get MapNotify, UnmapNotify, | Jim Blandy | 1992-12-06 | 1 | -20/+20 |
| * | * xterm.c (x_convert_modifiers): Declare this to return an | Jim Blandy | 1992-10-31 | 1 | -10/+10 |
| * | * xterm.c (compose_status): New variable. | Jim Blandy | 1992-10-19 | 1 | -26/+46 |
| * | * xterm.c, xrdb.c: #include <stdio.h> before "xterm.h", to avoid | Jim Blandy | 1992-10-11 | 1 | -2/+2 |
| * | * xterm.c (x_find_modifier_meanings): If there are no | Jim Blandy | 1992-10-03 | 1 | -6/+22 |
| * | * xterm.c (x_meta_mod_mask): New variable, indicating which X | Jim Blandy | 1992-09-30 | 1 | -4/+91 |
| * | * xterm.c (x_wm_set_size_hint): Set the base_width and base_height | Jim Blandy | 1992-09-13 | 1 | -8/+36 |
| * | * xterm.c (x_catch_errors): Don't forget to initialize | Jim Blandy | 1992-09-04 | 1 | -0/+1 |
| * | * xterm.c (x_make_frame_invisible): Don't forget to check the | Jim Blandy | 1992-08-29 | 1 | -480/+297 |
| * | * xterm.c (x_wm_hints): Variable deleted. This has to be | Jim Blandy | 1992-08-19 | 1 | -127/+142 |
| * | * xterm.c (x_wm_hints): New variable. | Jim Blandy | 1992-08-12 | 1 | -37/+89 |
| * | entered into RCS | Jim Blandy | 1992-07-15 | 1 | -4/+4 |