| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fdelete_other_windows): Set optional_new_start instead of force_start. | Richard M. Stallman | 1996-11-10 | 1 | -1/+2 |
| * | (redisplay_window): Handle optional_new_start. | Richard M. Stallman | 1996-11-10 | 1 | -0/+21 |
| * | (struct window): New field optional_new_start. | Richard M. Stallman | 1996-11-10 | 1 | -0/+3 |
| * | (main): Call syms_of_insdel. | Richard M. Stallman | 1996-11-09 | 1 | -0/+1 |
| * | (signal_after_change): If Vcombine_after_change_calls, | Richard M. Stallman | 1996-11-09 | 1 | -0/+138 |
| * | (fns.o): Depend on window.h. | Richard M. Stallman | 1996-11-09 | 1 | -1/+1 |
| * | (fns.o): Depend on frame.h. | Richard M. Stallman | 1996-11-09 | 1 | -1/+2 |
| * | (Fgarbage_collect): Use Vhistory_length for truncating Vcommand_history. | Richard M. Stallman | 1996-11-07 | 1 | -4/+9 |
| * | [emacs] (malloc, free): Define as xmalloc, and xfree. | Richard M. Stallman | 1996-11-07 | 1 | -0/+3 |
| * | (Fmodify_frame_parameters): Doc fix. | Richard M. Stallman | 1996-11-07 | 1 | -1/+3 |
| * | (USG5 or BSD_SYSTEM or LINUX): Include fcntl.h. | Richard M. Stallman | 1996-11-07 | 1 | -1/+22 |
| * | (Ffile_attributes): Represent inode number as a pair of | Richard M. Stallman | 1996-11-07 | 1 | -0/+7 |
| * | (scroll_conservatively): New variable. | Richard M. Stallman | 1996-11-06 | 1 | -0/+76 |
| * | (Fencode_time): Doc fix. | Richard M. Stallman | 1996-11-06 | 1 | -1/+1 |
| * | [__DJGPP_MINOR__ == 0] (_rename): New function, a | Richard M. Stallman | 1996-11-06 | 1 | -0/+116 |
| * | (window_loop, case GET_BUFFER_WINDOW): | Richard M. Stallman | 1996-11-06 | 1 | -1/+5 |
| * | (Fencode_time): Use xfree, not free. | Richard M. Stallman | 1996-11-05 | 1 | -1/+1 |
| * | (PRINTFINISH): Use xfree, not free. | Richard M. Stallman | 1996-11-05 | 1 | -1/+1 |
| * | (Fx_create_frame): Look for X-resource for minibuffer. | Richard M. Stallman | 1996-11-05 | 1 | -1/+1 |
| * | (PRINTPREPARE): Really do set free_print_buffer. | Richard M. Stallman | 1996-11-04 | 1 | -1/+1 |
| * | (PRINTDECLARE): Declare specpdl_count and free_print_buffer. | Richard M. Stallman | 1996-11-04 | 1 | -11/+31 |
| * | (command_loop_1): Update selected buffer again after read_key_sequence. | Richard M. Stallman | 1996-11-02 | 1 | -0/+4 |
| * | (printchar, strout): Do QUIT for echo area output. | Richard M. Stallman | 1996-11-02 | 1 | -8/+28 |
| * | (EmacsFrameResize): Use cancel_mouse_face. | Richard M. Stallman | 1996-10-31 | 1 | -0/+2 |
| * | (cancel_mouse_face): New function. Code copied from | Richard M. Stallman | 1996-10-31 | 1 | -8/+20 |
| * | (main): Clear out *Messages* before init_callproc. | Richard M. Stallman | 1996-10-31 | 1 | -7/+11 |
| * | (dir_warning): New function. | Richard M. Stallman | 1996-10-31 | 1 | -3/+17 |
| * | (init_callproc): Use dir_warning. | Richard M. Stallman | 1996-10-31 | 1 | -12/+4 |
| * | Reorganize function definitions so etags finds them. | Erik Naggum | 1996-10-31 | 5 | -23/+18 |
| * | (BROKEN_O_NONBLOCK): Define only if Ultrix. | Richard M. Stallman | 1996-10-30 | 1 | -2/+14 |
| * | (XTread_socket, KeyPress case): Clear compose_status | Richard M. Stallman | 1996-10-30 | 1 | -0/+8 |
| * | (Fmake_char_table): Doc fix. | Erik Naggum | 1996-10-28 | 1 | -1/+1 |
| * | (read_minibuf_unwind): Don't restore minibuf_window; | Richard M. Stallman | 1996-10-26 | 1 | -1/+20 |
| * | (Fexpand_file_name): No longer discard .../ before another / or ~. | Richard M. Stallman | 1996-10-26 | 1 | -23/+0 |
| * | (describe_buffer_bindings): Pass 1 for PARTIAL | Richard M. Stallman | 1996-10-26 | 1 | -3/+3 |
| * | (status_notify): Update p->tick again | Richard M. Stallman | 1996-10-26 | 1 | -0/+5 |
| * | (decode_mode_spec): In the `L' case, | Richard M. Stallman | 1996-10-26 | 1 | -0/+3 |
| * | (Vdebug_on_signal): Renamed from Vdebug_force. | Richard M. Stallman | 1996-10-14 | 1 | -5/+5 |
| * | Fix typo in comment. | Karl Heuer | 1996-10-14 | 1 | -1/+1 |
| * | (UNEXEC): Undef before defining. | Richard M. Stallman | 1996-10-13 | 1 | -0/+1 |
| * | (Fdefine_function): Function definition deleted. | Richard M. Stallman | 1996-10-12 | 1 | -24/+0 |
| * | (XTwrite_glyphs, XTclear_end_of_line, XTclear_frame) | Richard M. Stallman | 1996-10-12 | 1 | -20/+18 |
| * | (struct frame): New field phys_cursor_on. | Richard M. Stallman | 1996-10-12 | 1 | -0/+2 |
| * | (Fbuffer_has_markers_at): New function. | Richard M. Stallman | 1996-10-11 | 1 | -0/+27 |
| * | [__hpux]: Define hpux. From Eric Backus. | Jim Meyering | 1996-10-10 | 1 | -1/+9 |
| * | (init_display): If not yet initialized, | Richard M. Stallman | 1996-10-09 | 1 | -1/+1 |
| * | (Fx_popup_menu): Give the menu a title when the menu is a single keymap. | Richard M. Stallman | 1996-10-09 | 1 | -0/+2 |
| * | (struct position): New field ovstring_chars_done. | Richard M. Stallman | 1996-10-07 | 1 | -0/+3 |
| * | (POSIX_SIGNALS): New definition. | Richard M. Stallman | 1996-10-07 | 1 | -0/+3 |
| * | (display_text_line): New arg ovstr_done. (Callers changed). | Richard M. Stallman | 1996-10-06 | 1 | -9/+33 |