| Commit message (Expand) | Author | Age | Files | Lines |
* | * xdisp.c (redisplay_window): Compute the scrollbar start and end | Jim Blandy | 1993-05-19 | 1 | -2/+2 |
* | (syms_of_lread): Make Vcurrent_load_list ordinary Lisp var. | Richard M. Stallman | 1993-05-19 | 1 | -15/+19 |
* | (Fcurrent_input_mode): Return META as 3-way flag. | Richard M. Stallman | 1993-05-19 | 1 | -5/+8 |
* | Braino. | Jim Blandy | 1993-05-19 | 1 | -1/+1 |
* | * fileio.c (Ffind_file_name_handler): Check that FILENAME is a | Jim Blandy | 1993-05-19 | 1 | -0/+2 |
* | * process.c (wait_reading_process_input): Undo change of April | Jim Blandy | 1993-05-19 | 1 | -10/+15 |
* | * process.c (wait_reading_process_input): Don't forget to call | Jim Blandy | 1993-05-19 | 1 | -1/+4 |
* | (follow_key): Check char in range before UPPERCASEP. | Richard M. Stallman | 1993-05-19 | 1 | -9/+15 |
* | Changes for Silicon Graphics Iris 5D. | Jim Blandy | 1993-05-19 | 3 | -5/+28 |
* | Initial revision | Jim Blandy | 1993-05-19 | 3 | -0/+1024 |
* | * process.c [__sgi] (allocate_pty): Give up immediately if pty is | Jim Blandy | 1993-05-19 | 1 | -1/+1 |
* | Doc fix. | Jim Blandy | 1993-05-19 | 1 | -3/+3 |
* | (x_set_menu_bar_lines): Fix typo in last change. | Richard M. Stallman | 1993-05-19 | 1 | -1/+1 |
* | * xdisp.c (display_text_line): If the newline (or C-m, in | Jim Blandy | 1993-05-19 | 1 | -0/+14 |
* | Make sure that all the display faces use fonts of the | Jim Blandy | 1993-05-19 | 1 | -5/+26 |
* | * 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 |
* | * xfns.c (x_set_menu_bar_lines): Minibuffer-only frames can't have | Jim Blandy | 1993-05-19 | 1 | -0/+7 |
* | Initial revision | Jim Blandy | 1993-05-18 | 1 | -0/+2010 |
* | * xfaces.c (free_frame_faces): Don't free the resources from the | Jim Blandy | 1993-05-18 | 1 | -38/+6 |
* | * xdisp.c (redisplay_window): Make the scrollbar reflect the | Jim Blandy | 1993-05-18 | 1 | -1/+9 |
* | * sysdep.c (reset_sys_modes): Test the return value of | Jim Blandy | 1993-05-18 | 2 | -10/+8 |
* | * lisp.h (malloc, realloc): Declare these to return void *, to | Jim Blandy | 1993-05-18 | 1 | -1/+2 |
* | * config.h.in (STDC_HEADERS, TIME_WITH_SYS_TIME, | Jim Blandy | 1993-05-18 | 1 | -0/+4 |
* | * keyboard.c (read_key_sequence): Don't lay down an unwind_protect | Jim Blandy | 1993-05-18 | 1 | -8/+12 |
* | * xterm.c (XTread_socket): Turn off ControlMask for XLookupString. | Jim Blandy | 1993-05-18 | 1 | -5/+10 |
* | * window.c (window-dedicated-p): Doc fix. | Jim Blandy | 1993-05-18 | 1 | -1/+1 |
* | (struct window): New slot region_showing. | Richard M. Stallman | 1993-05-18 | 1 | -0/+3 |
* | (mark_window_display_accurate): Set region_showing fields. | Richard M. Stallman | 1993-05-17 | 1 | -6/+78 |
* | (x_set_cursor_color): Set cursor_foreground_pixel. | Richard M. Stallman | 1993-05-16 | 1 | -0/+1 |
* | (x_display): New field cursor_fore_pixel. | Richard M. Stallman | 1993-05-16 | 1 | -0/+1 |
* | (dumpglyphs): Create a temporary merged gc | Richard M. Stallman | 1993-05-16 | 1 | -8/+37 |
* | (overlays_at): New arg EXTEND. | Richard M. Stallman | 1993-05-16 | 1 | -12/+39 |
* | (compute_char_face): Pass 0 as EXTEND arg to overlays_at. | Richard M. Stallman | 1993-05-16 | 1 | -6/+18 |
* | Document sun change. | Jim Blandy | 1993-05-16 | 1 | -1/+7 |
* | (casify_region): Remove mistaken arg to record_change. | Richard M. Stallman | 1993-05-16 | 1 | -1/+1 |
* | * xfaces.c (Fset_face_attribute_internal): Jolt redisplay, so it | Jim Blandy | 1993-05-16 | 1 | -0/+11 |
* | * xfaces.c (unload_color): Don't try to unload the standard black | Jim Blandy | 1993-05-16 | 1 | -1/+3 |
* | Install David Mackenzie's patches to make ${srcdir} work. | Jim Blandy | 1993-05-15 | 1 | -3/+6 |
* | * process.c (wait_reading_process_input): If we're running | Jim Blandy | 1993-05-15 | 2 | -2/+3 |
* | * systime.h: Borrow CPP sequence from getdate.y to include the | Jim Blandy | 1993-05-15 | 1 | -2/+4 |
* | (Fx_selection_exists_p): Handle nil, t as SELECTION arg. | Richard M. Stallman | 1993-05-15 | 1 | -1/+7 |
* | (compute_char_face): New args REGION_BEG, REGION_END. | Richard M. Stallman | 1993-05-15 | 1 | -4/+28 |
* | (direct_output_forward_char): Just give up | Richard M. Stallman | 1993-05-15 | 1 | -1/+5 |
* | * buffer.c (Fmove_overlay): If the overlay is in no buffer and the | Jim Blandy | 1993-05-14 | 1 | -4/+8 |
* | (access_keymap): Handle any length vector. | Richard M. Stallman | 1993-05-14 | 1 | -12/+9 |
* | (command_loop_1): Don't do it here. | Richard M. Stallman | 1993-05-14 | 1 | -0/+2 |
* | * buffer.c (Foverlay_start, Foverlay_end, Foverlay_buffer, | Jim Blandy | 1993-05-14 | 1 | -0/+49 |
* | * xterm.c (dumpglyphs): Give the cursor higher priority than the | Jim Blandy | 1993-05-14 | 1 | -10/+14 |
* | * xfaces.c (compute_char_face): When merging the overlays, | Jim Blandy | 1993-05-14 | 1 | -18/+26 |