aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (display_mode_line): Highlight partial-width mode linesRichard M. Stallman1994-03-101-0/+8
* (GLYPH_MODE_LINE_FACE): New macro.Richard M. Stallman1994-03-101-0/+2
* Don't kill remaining processes if child exits.Richard M. Stallman1994-03-091-0/+16
* Fix typo in previous change.Karl Heuer1994-03-091-2/+2
* (Fcall_interactively): Don't select an active minibuffer.Karl Heuer1994-03-091-1/+7
* (Fselect_window): Undo previous minibuffer change.Karl Heuer1994-03-091-4/+0
* (window_loop): Delete MULTI_FRAMERichard M. Stallman1994-03-091-21/+3
* (Fselect_window): Don't select an inactive minibuffer.Karl Heuer1994-03-091-0/+4
* (Fdisplay_buffer): If pop_up_frames != 0,Richard M. Stallman1994-03-081-2/+3
* Initial revisionKarl Heuer1994-03-081-0/+38
* (syms_of_undo): staticpro pending_boundary.Richard M. Stallman1994-03-081-1/+35
* (send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_FPATHCONF beforeRoland McGrath1994-03-081-1/+1
* Add #undef HAVE_FPATHCONF.Roland McGrath1994-03-081-0/+1
* (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address.Roland McGrath1994-03-081-1/+1
* (term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address.Roland McGrath1994-03-081-0/+2
* (term_get_fkeys_data): Variable removed.Roland McGrath1994-03-081-37/+33
* (Fprevious_window, Fnext_window): ALL_FRAMES = visibleRichard M. Stallman1994-03-081-30/+45
* (next_frame, prev_frame): If MINIBUF is `visible',Richard M. Stallman1994-03-081-7/+28
* (Qvisible): Declared.Richard M. Stallman1994-03-081-0/+1
* (Fwindow_width): Doc fix.Richard M. Stallman1994-03-081-1/+4
* (doprnt): Do the right thing for negative size spec.Karl Heuer1994-03-071-1/+2
* (get_minibuffer): Make name buffer large enough.Karl Heuer1994-03-071-1/+1
* (Fminibuffer_complete, Fminibuffer_complete_word): Doc fix.Karl Heuer1994-03-071-2/+4
* (temp_echo_area_glyphs): Use quit_char, not C-g.Karl Heuer1994-03-071-1/+3
* (Fscroll_other_window): Doc fix.Karl Heuer1994-03-071-1/+1
* (mark_object): Add no-op cast.Richard M. Stallman1994-03-061-1/+3
* (error): Use doprnt. Make buffer larger as necessary.Richard M. Stallman1994-03-061-2/+28
* (operate_on_word): Don't move point; store in *NEWPOINT.Richard M. Stallman1994-03-061-14/+22
* (ARRAY_MARK_FLAG): Define here.Richard M. Stallman1994-03-051-0/+27
* Include config.h, lisp.h, buffer.h, process.h, commands.h, errno.h and file.h.Richard M. Stallman1994-03-051-6/+12
* (ARRAY_MARK_FLAG): Definition moved to lisp.h.Richard M. Stallman1994-03-051-22/+0
* (shut_down_emacs): Set Vrun_hooks to nil.Richard M. Stallman1994-03-051-0/+3
* (Fdo_auto_save): Doc fix.Richard M. Stallman1994-03-051-3/+2
* (command_loop_1, read_key_sequence, Fcommand_execute):Richard M. Stallman1994-03-051-6/+7
* (read_minibuf): Don't call Vrun_hooks if it is nil.Richard M. Stallman1994-03-051-1/+2
* (save_excursion_restore): Don't call Vrun_hooks if nil.Richard M. Stallman1994-03-051-4/+7
* (Fkill_buffer, Fkill_all_local_variables):Richard M. Stallman1994-03-051-2/+4
* (command_loop_1): Fix misplaced assignment of last_point_position.Karl Heuer1994-03-051-1/+1
* *** empty log message ***Karl Heuer1994-03-041-1/+1
* (isnan): New macro.Karl Heuer1994-03-041-2/+6
* (update_one_frame_psheets): Call EmacsFrameSetCharSize toFred Pierresteguy1994-03-041-1/+17
* (EmacsFrameSetCharSize): Don't call XtMakeResizeRequest. Use XtVaSetValues forFred Pierresteguy1994-03-041-5/+20
* [USE_X_TOOLKIT] (xmenu_show): Pass display to XtWindowToWidget.Roland McGrath1994-03-041-2/+3
* (skip_chars): Treat `-' as alias for space, if syntaxp.Richard M. Stallman1994-03-041-0/+3
* (Finsert_file_contents): Pass del_range_1 two ends, not a length.Richard M. Stallman1994-03-041-1/+1
* (chan_process): Don't specify size.Karl Heuer1994-03-041-1/+1
* Fix typo in comment.Karl Heuer1994-03-031-1/+1
* (Fread_file_name): Do the right thing when insert-default-directory is nil.Karl Heuer1994-03-031-2/+6
* (record_delete): Save last_point_position in the undo record, rather than theKarl Heuer1994-03-031-3/+4
* New variable last_point_position.Karl Heuer1994-03-031-0/+3