| Commit message (Expand) | Author | Age | Files | Lines |
* | (MAYBE_GC): New macro. | Richard M. Stallman | 1996-12-07 | 1 | -0/+17 |
* | (Vtemp_file_name_pattern): New variable. | Richard M. Stallman | 1996-12-07 | 1 | -11/+24 |
* | (IT_cmgoto): Don't update FRAME_CURSOR_X when the cursor | Karl Heuer | 1996-12-06 | 1 | -1/+0 |
* | (syms_of_keyboard): Doc fix. | Karl Heuer | 1996-12-05 | 1 | -1/+3 |
* | (w32_wnd_proc): Use dummy message to wake up thread on quit_char. | Geoff Voelker | 1996-11-21 | 1 | -8/+15 |
* | If no sys/param.h, default to 8k.libc-961120 | David J. MacKenzie | 1996-11-19 | 1 | -20/+24 |
* | Indent for readability. | David J. MacKenzie | 1996-11-19 | 1 | -32/+30 |
* | [__DJGPP__ >= 2] (dos_direct_output): Faster method of | Karl Heuer | 1996-11-19 | 1 | -9/+90 |
* | Use new names for w32 files | Geoff Voelker | 1996-11-19 | 9 | -111/+111 |
* | (init_display) [HAVE_NTGUI]: Use w32 for window-system. | Geoff Voelker | 1996-11-19 | 1 | -1/+1 |
* | Change identifiers of the form win32* to w32*. | Geoff Voelker | 1996-11-19 | 23 | -1078/+1078 |
* | (special-display-p, same-window-p): Add missing | Geoff Voelker | 1996-11-19 | 1 | -4/+4 |
* | (redisplay_window): When handling scroll_conservatively, | Richard M. Stallman | 1996-11-12 | 1 | -2/+11 |
* | (Fmodify_frame_parameters): Use alist in reverse order. | Richard M. Stallman | 1996-11-12 | 1 | -7/+29 |
* | (Fexpand_abbrev): If the abbrev's expansion is nil, | Richard M. Stallman | 1996-11-12 | 1 | -38/+48 |
* | (choose_minibuf_frame): Don't change selected_frame's | Richard M. Stallman | 1996-11-11 | 1 | -2/+5 |
* | (Fcall_last_kbd_macro): Set this_command from last_command | Richard M. Stallman | 1996-11-11 | 1 | -0/+10 |
* | Include frame.h and window.h. | Richard M. Stallman | 1996-11-11 | 1 | -0/+14 |
* | (scroll_margin): New variable. | Richard M. Stallman | 1996-11-11 | 1 | -1/+23 |
* | (window_scroll): Handle scroll_margin | Richard M. Stallman | 1996-11-11 | 1 | -3/+28 |
* | (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 |