| Commit message (Expand) | Author | Age | Files | Lines |
| * | (VERTICAL_SCROLL_BAR_RIGHT_BORDER): Change from 3 to 2. | Karl Heuer | 1994-03-15 | 1 | -1/+1 |
| * | (x_scroll_bar_expose): Don't make the right border thicker. | Karl Heuer | 1994-03-15 | 1 | -6/+0 |
| * | (terminal-frame) [! MULTI_FRAME]: Create this variable. | Karl Heuer | 1994-03-15 | 1 | -4/+6 |
| * | (read_minibuf): Make minibuffer frame visible when minibuffer activated. | Karl Heuer | 1994-03-15 | 1 | -0/+5 |
| * | (Fhandle_switch_frame): Ignore switch to dead frame. | Karl Heuer | 1994-03-14 | 1 | -1/+6 |
| * | (Fredraw_frame) [! MULTI_FRAME]: Make noninteractive, to be consistent with | Karl Heuer | 1994-03-14 | 1 | -1/+1 |
| * | (buffer-display-table, buffer-undo-list): Delete docstring of second version | Karl Heuer | 1994-03-14 | 1 | -2/+2 |
| * | (Fread_file_name): Delete docstring of second version of function, to avoid | Karl Heuer | 1994-03-14 | 1 | -8/+3 |
| * | (framep, selected-frame, frame-char-height, frame-char-width, | Karl Heuer | 1994-03-14 | 1 | -26/+27 |
| * | (Fget_buffer_process): Fix typo in comment. | Karl Heuer | 1994-03-14 | 1 | -1/+1 |
| * | Whitespace change. | Richard M. Stallman | 1994-03-14 | 1 | -1/+1 |
| * | (search_buffer): Avoid boolean/integer mixing that confuses some compilers. | Karl Heuer | 1994-03-14 | 1 | -1/+4 |
| * | (redisplay_window): Avoid dividing negative numbers, since the rounding effect | Karl Heuer | 1994-03-14 | 1 | -1/+1 |
| * | (window_scroll, Fmove_to_window_line): Avoid dividing negative numbers, | Karl Heuer | 1994-03-14 | 1 | -2/+2 |
| * | (EmacsFrameSetCharSize): Set the values of left_pos and | Fred Pierresteguy | 1994-03-14 | 1 | -0/+3 |
| * | (Finsert_file_contents): Don't let same_at_end be less than same_at_start. | Richard M. Stallman | 1994-03-14 | 1 | -0/+9 |
| * | (Fvertical_motion): New optional arg WINDOW. | Richard M. Stallman | 1994-03-14 | 1 | -4/+10 |
| * | (Fdelete_other_windows): Pass new arg to Fvertical_motion. | Richard M. Stallman | 1994-03-14 | 1 | -8/+13 |
| * | Undo previous change. Instead: | Richard M. Stallman | 1994-03-14 | 1 | -5/+4 |
| * | (Fx_popup_dialog): Define only if USE_X_TOOLKIT. | Richard M. Stallman | 1994-03-14 | 1 | -0/+5 |
| * | (PURESIZE): Reduce to 230000. | Richard M. Stallman | 1994-03-13 | 1 | -1/+1 |
| * | (Fexpt): Delete extraneous `for' statement. | Karl Heuer | 1994-03-12 | 1 | -1/+0 |
| * | (get_process): Allow arg to be a buffer object. | Karl Heuer | 1994-03-12 | 1 | -13/+23 |
| * | Fix coding style. | Karl Heuer | 1994-03-12 | 1 | -3/+2 |
| * | (x_consider_frame_title): New function, extracted from display_mode_line. | Karl Heuer | 1994-03-11 | 1 | -17/+34 |
| * | (xdialog_show): New function to handle the display of dialog boxes. | Fred Pierresteguy | 1994-03-11 | 1 | -0/+337 |
| * | (EmacsFrameSetCharSize): Call XawPanedSetRefigureMode. | Fred Pierresteguy | 1994-03-11 | 1 | -1/+11 |
| * | (Fyes_or_no_p): Call Fx_popup_dialog instead of Fx_popup_menu. | Fred Pierresteguy | 1994-03-11 | 1 | -3/+3 |
| * | (lock_superlock): Synchronize NFS cache. | Karl Heuer | 1994-03-11 | 1 | -0/+25 |
| * | (Fre_search_forward, Fre_search_backward): Doc fix. | Karl Heuer | 1994-03-10 | 1 | -7/+7 |
| * | (compute_motion): Initialize prev_hpos. | Richard M. Stallman | 1994-03-10 | 1 | -1/+72 |
| * | (Fx_popup_menu): If POSITION is nil, | Richard M. Stallman | 1994-03-10 | 1 | -46/+164 |
| * | (command_loop_1): On entry, set this_command | Richard M. Stallman | 1994-03-10 | 1 | -1/+3 |
| * | (PURESIZE): Increment to 240000. | Richard M. Stallman | 1994-03-10 | 1 | -1/+1 |
| * | (display_mode_line): Highlight partial-width mode lines | Richard M. Stallman | 1994-03-10 | 1 | -0/+8 |
| * | (GLYPH_MODE_LINE_FACE): New macro. | Richard M. Stallman | 1994-03-10 | 1 | -0/+2 |
| * | Don't kill remaining processes if child exits. | Richard M. Stallman | 1994-03-09 | 1 | -0/+16 |
| * | Fix typo in previous change. | Karl Heuer | 1994-03-09 | 1 | -2/+2 |
| * | (Fcall_interactively): Don't select an active minibuffer. | Karl Heuer | 1994-03-09 | 1 | -1/+7 |
| * | (Fselect_window): Undo previous minibuffer change. | Karl Heuer | 1994-03-09 | 1 | -4/+0 |
| * | (window_loop): Delete MULTI_FRAME | Richard M. Stallman | 1994-03-09 | 1 | -21/+3 |
| * | (Fselect_window): Don't select an inactive minibuffer. | Karl Heuer | 1994-03-09 | 1 | -0/+4 |
| * | (Fdisplay_buffer): If pop_up_frames != 0, | Richard M. Stallman | 1994-03-08 | 1 | -2/+3 |
| * | Initial revision | Karl Heuer | 1994-03-08 | 1 | -0/+38 |
| * | (syms_of_undo): staticpro pending_boundary. | Richard M. Stallman | 1994-03-08 | 1 | -1/+35 |
| * | (send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_FPATHCONF before | Roland McGrath | 1994-03-08 | 1 | -1/+1 |
| * | Add #undef HAVE_FPATHCONF. | Roland McGrath | 1994-03-08 | 1 | -0/+1 |
| * | (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address. | Roland McGrath | 1994-03-08 | 1 | -1/+1 |
| * | (term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address. | Roland McGrath | 1994-03-08 | 1 | -0/+2 |
| * | (term_get_fkeys_data): Variable removed. | Roland McGrath | 1994-03-08 | 1 | -37/+33 |