| Commit message (Expand) | Author | Age | Files | Lines |
| * | Declare store_symval_forwarding here. | Karl Heuer | 1995-01-31 | 1 | -0/+1 |
| * | (syms_of_keyboard): Fix missing backslashes. | Karl Heuer | 1995-01-31 | 1 | -2/+2 |
| * | (Fcall_interactively): Pass new arg to Fread_string. | Richard M. Stallman | 1995-01-30 | 2 | -7/+10 |
| * | (Frassoc): New function. | Richard M. Stallman | 1995-01-29 | 1 | -1/+22 |
| * | (ecrt0.o): Target renamed from crt0.o. | Richard M. Stallman | 1995-01-28 | 1 | -3/+3 |
| * | (print): Handle internal display-local object. | Karl Heuer | 1995-01-28 | 1 | -2/+10 |
| * | (xdispobjfwd): New macro. | Karl Heuer | 1995-01-28 | 1 | -0/+7 |
| * | (mark_object): Ignore Lisp_Misc_Display_Objfwd objects. | Karl Heuer | 1995-01-28 | 1 | -0/+1 |
| * | (enum Lisp_Misc_Type): New enumeration Lisp_Misc_Display_Local. | Karl Heuer | 1995-01-28 | 1 | -0/+14 |
| * | * keyboard.c (kbd_buffer_frame_or_window): Delete; now in perdisplay. | Karl Heuer | 1995-01-28 | 1 | -94/+66 |
| * | (ECHOBUFSIZE): New constant, replaces sizeof (echobuf). | Karl Heuer | 1995-01-28 | 1 | -1/+39 |
| * | (PERDISPLAY, the_only_perdisplay, get_perdisplay): | Karl Heuer | 1995-01-28 | 1 | -3/+3 |
| * | (struct x_display_info): Rename display_perd to perdisplay. | Karl Heuer | 1995-01-28 | 1 | -1/+1 |
| * | (printchar, strout): Use message_log_maybe_newline. | Karl Heuer | 1995-01-27 | 1 | -13/+2 |
| * | (message_log_need_newline): This var is now static. | Karl Heuer | 1995-01-27 | 1 | -5/+12 |
| * | Declare message_log_maybe_newline. | Karl Heuer | 1995-01-27 | 1 | -0/+1 |
| * | (modify_region): Clear point_before_scroll field. | Richard M. Stallman | 1995-01-27 | 1 | -0/+2 |
| * | (set_point): Set point_before_scroll to nil. | Richard M. Stallman | 1995-01-27 | 1 | -0/+2 |
| * | (struct buffer): New field point_before_scroll. | Richard M. Stallman | 1995-01-27 | 1 | -0/+4 |
| * | (init_buffer_once, syms_of_buffer): | Richard M. Stallman | 1995-01-27 | 1 | -0/+5 |
| * | (struct x_display_info): New member display_perd. | Karl Heuer | 1995-01-25 | 1 | -0/+1 |
| * | (the_only_perd): Define this var here. | Karl Heuer | 1995-01-25 | 1 | -88/+84 |
| * | Add comments and `volatile' keyword to previous change. | Karl Heuer | 1995-01-25 | 1 | -1/+22 |
| * | (PERD): New struct containing per-display data. | Karl Heuer | 1995-01-25 | 1 | -0/+20 |
| * | (process_tick, update_tick): Make non-static. | Karl Heuer | 1995-01-25 | 1 | -3/+4 |
| * | (x_destroy_window): Don't let frame being destroyed remain in | Richard M. Stallman | 1995-01-25 | 1 | -2/+4 |
| * | (Flocal_set_key, Fglobal_set_key): Use K, not k. | Richard M. Stallman | 1995-01-24 | 1 | -2/+2 |
| * | (Fcall_interactively): Define K mostly like k. | Richard M. Stallman | 1995-01-24 | 1 | -2/+8 |
| * | (read_key_sequence): New arg dont_downcase_last | Richard M. Stallman | 1995-01-24 | 1 | -10/+30 |
| * | (compute_motion): Don't get hung in selective-display loop. | Karl Heuer | 1995-01-24 | 1 | -13/+14 |
| * | Don't use function prototypes. | Karl Heuer | 1995-01-24 | 1 | -6/+6 |
| * | (read_key_sequence): Don't wait for a possible key translation sequence if we | Karl Heuer | 1995-01-24 | 1 | -2/+4 |
| * | (HAVE_SYS_SELECT_H): Add #undef for configure. | Karl Heuer | 1995-01-23 | 1 | -0/+1 |
| * | Define BROKEN_SELECT_NON_X. | Karl Heuer | 1995-01-23 | 1 | -0/+3 |
| * | (sys_select): Renamed from select. Use SELECT_TYPE instead of int. Defer to | Karl Heuer | 1995-01-23 | 1 | -19/+39 |
| * | #include sysselect.h instead of defining things by hand. | Karl Heuer | 1995-01-23 | 1 | -20/+1 |
| * | Initial revision | Karl Heuer | 1995-01-23 | 1 | -0/+44 |
| * | [__GNUC__] (POSIX_SIGNALS): #define this. | Karl Heuer | 1995-01-23 | 1 | -7/+16 |
| * | (read_minibuf): Don't print the prompt in batch mode. | Richard M. Stallman | 1995-01-22 | 1 | -4/+0 |
| * | (sort_args): Ordinary args get priority 0. | Richard M. Stallman | 1995-01-22 | 1 | -12/+14 |
| * | [NO_REMAP]: #undef static. | Richard M. Stallman | 1995-01-21 | 1 | -0/+6 |
| * | Comment change. | Richard M. Stallman | 1995-01-21 | 2 | -12/+0 |
| * | (xmenu.o): Add msdos.h as dependency. | Richard M. Stallman | 1995-01-20 | 1 | -1/+1 |
| * | (syms_of_buffer) [DOS_NT]: Add missing ';'. | Richard M. Stallman | 1995-01-20 | 1 | -9/+9 |
| * | Comment change. | Richard M. Stallman | 1995-01-20 | 3 | -3/+3 |
| * | (x_mouse_leave): Add neutralizing define. | Richard M. Stallman | 1995-01-20 | 1 | -1/+10 |
| * | [MSDOS]: #include msdos.h. | Richard M. Stallman | 1995-01-20 | 1 | -0/+4 |
| * | (XMenuCreate, XMenuAddPane, XMenuAddSelection, XMenuLocate, | Richard M. Stallman | 1995-01-20 | 1 | -7/+10 |
| * | (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined. | Richard M. Stallman | 1995-01-20 | 1 | -0/+7 |
| * | (file_name_as_directory, Ffile_name_directory) | Richard M. Stallman | 1995-01-20 | 1 | -10/+0 |