| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | (Fprevious_window, Fnext_window): ALL_FRAMES = visible | Richard M. Stallman | 1994-03-08 | 1 | -30/+45 |
| * | (next_frame, prev_frame): If MINIBUF is `visible', | Richard M. Stallman | 1994-03-08 | 1 | -7/+28 |
| * | (Qvisible): Declared. | Richard M. Stallman | 1994-03-08 | 1 | -0/+1 |
| * | (Fwindow_width): Doc fix. | Richard M. Stallman | 1994-03-08 | 1 | -1/+4 |
| * | (doprnt): Do the right thing for negative size spec. | Karl Heuer | 1994-03-07 | 1 | -1/+2 |
| * | (get_minibuffer): Make name buffer large enough. | Karl Heuer | 1994-03-07 | 1 | -1/+1 |
| * | (Fminibuffer_complete, Fminibuffer_complete_word): Doc fix. | Karl Heuer | 1994-03-07 | 1 | -2/+4 |
| * | (temp_echo_area_glyphs): Use quit_char, not C-g. | Karl Heuer | 1994-03-07 | 1 | -1/+3 |
| * | (Fscroll_other_window): Doc fix. | Karl Heuer | 1994-03-07 | 1 | -1/+1 |
| * | (mark_object): Add no-op cast. | Richard M. Stallman | 1994-03-06 | 1 | -1/+3 |
| * | (error): Use doprnt. Make buffer larger as necessary. | Richard M. Stallman | 1994-03-06 | 1 | -2/+28 |
| * | (operate_on_word): Don't move point; store in *NEWPOINT. | Richard M. Stallman | 1994-03-06 | 1 | -14/+22 |
| * | (ARRAY_MARK_FLAG): Define here. | Richard M. Stallman | 1994-03-05 | 1 | -0/+27 |
| * | Include config.h, lisp.h, buffer.h, process.h, commands.h, errno.h and file.h. | Richard M. Stallman | 1994-03-05 | 1 | -6/+12 |
| * | (ARRAY_MARK_FLAG): Definition moved to lisp.h. | Richard M. Stallman | 1994-03-05 | 1 | -22/+0 |
| * | (shut_down_emacs): Set Vrun_hooks to nil. | Richard M. Stallman | 1994-03-05 | 1 | -0/+3 |
| * | (Fdo_auto_save): Doc fix. | Richard M. Stallman | 1994-03-05 | 1 | -3/+2 |
| * | (command_loop_1, read_key_sequence, Fcommand_execute): | Richard M. Stallman | 1994-03-05 | 1 | -6/+7 |
| * | (read_minibuf): Don't call Vrun_hooks if it is nil. | Richard M. Stallman | 1994-03-05 | 1 | -1/+2 |
| * | (save_excursion_restore): Don't call Vrun_hooks if nil. | Richard M. Stallman | 1994-03-05 | 1 | -4/+7 |
| * | (Fkill_buffer, Fkill_all_local_variables): | Richard M. Stallman | 1994-03-05 | 1 | -2/+4 |
| * | (command_loop_1): Fix misplaced assignment of last_point_position. | Karl Heuer | 1994-03-05 | 1 | -1/+1 |
| * | *** empty log message *** | Karl Heuer | 1994-03-04 | 1 | -1/+1 |
| * | (isnan): New macro. | Karl Heuer | 1994-03-04 | 1 | -2/+6 |
| * | (update_one_frame_psheets): Call EmacsFrameSetCharSize to | Fred Pierresteguy | 1994-03-04 | 1 | -1/+17 |
| * | (EmacsFrameSetCharSize): Don't call XtMakeResizeRequest. Use XtVaSetValues for | Fred Pierresteguy | 1994-03-04 | 1 | -5/+20 |
| * | [USE_X_TOOLKIT] (xmenu_show): Pass display to XtWindowToWidget. | Roland McGrath | 1994-03-04 | 1 | -2/+3 |
| * | (skip_chars): Treat `-' as alias for space, if syntaxp. | Richard M. Stallman | 1994-03-04 | 1 | -0/+3 |
| * | (Finsert_file_contents): Pass del_range_1 two ends, not a length. | Richard M. Stallman | 1994-03-04 | 1 | -1/+1 |