| Commit message (Expand) | Author | Age | Files | Lines |
| * | * keyboard.c: #include dispextern.h. | Jim Blandy | 1992-10-31 | 1 | -151/+202 |
| * | * frame.c: #include buffer.h. | Jim Blandy | 1992-10-31 | 1 | -0/+1 |
| * | * fns.c: #include keyboard.h. | Jim Blandy | 1992-10-31 | 1 | -1/+2 |
| * | * floatfns.c (Flog): Don't forget to declare the BASE argument a | Jim Blandy | 1992-10-31 | 1 | -2/+3 |
| * | * doc.c: #include keyboard.h. | Jim Blandy | 1992-10-31 | 1 | -8/+17 |
| * | * dispextern.h (sit_for): Declare this extern. | Jim Blandy | 1992-10-31 | 1 | -0/+1 |
| * | * dired.c (find_file_handler): Declare this extern. | Jim Blandy | 1992-10-31 | 1 | -2/+4 |
| * | * data.c (Fset): See if current_alist_element points to itself | Jim Blandy | 1992-10-31 | 1 | -1/+4 |
| * | * commands.h (unread_command_char): Declare this to be a | Jim Blandy | 1992-10-31 | 1 | -1/+1 |
| * | * casetab.c (set_case_table): Declare this to be static, and | Jim Blandy | 1992-10-31 | 1 | -2/+5 |
| * | * casefiddle.c (operate_on_word): Declare end to be an int, not a | Jim Blandy | 1992-10-31 | 1 | -2/+2 |
| * | * callproc.c: Arrange for synchronous processes to get SIGINT the | Jim Blandy | 1992-10-31 | 1 | -7/+28 |
| * | * bytecode.c (Fbyte_code): Use EQ to compare string_saved with | Jim Blandy | 1992-10-31 | 1 | -1/+1 |
| * | * buffer.h (Fbuffer_name, Fget_file_buffer): Added external | Jim Blandy | 1992-10-31 | 1 | -1/+4 |
| * | * buffer.c (reset_buffer): Don't assign to b->save_length as if it | Jim Blandy | 1992-10-31 | 1 | -1/+1 |
| * | * alloc.c (Frope_elt): Declare arguments to be Lisp_Objects. | Jim Blandy | 1992-10-31 | 1 | -0/+1 |
| * | * abbrev.c (Funexpand_abbrev): Just assign the last abbrev's value | Jim Blandy | 1992-10-31 | 1 | -1/+3 |
| * | (preserved_fns): New var. | Richard M. Stallman | 1992-10-30 | 1 | -3/+47 |
| * | (get_system_name): Use gethostname for USG systems | Richard M. Stallman | 1992-10-29 | 1 | -2/+12 |
| * | (count_blanks): Leave argument r constant, and increment p. | Richard M. Stallman | 1992-10-29 | 1 | -4/+4 |
| * | Initial revision | Richard M. Stallman | 1992-10-28 | 1 | -0/+45 |
| * | (HAVE_GETHOSTNAME): Define it. | Richard M. Stallman | 1992-10-28 | 1 | -0/+4 |
| * | (HAVE_SETSID, IRIX): Defined. | Richard M. Stallman | 1992-10-28 | 1 | -0/+9 |
| * | [sony, IRIS_4D]: Include getpagesize.h and fcntl.h. | Richard M. Stallman | 1992-10-27 | 1 | -6/+12 |
| * | (relinquish): Adjust page_break_value by amount of memory actually given back. | Richard M. Stallman | 1992-10-24 | 1 | -14/+46 |
| * | * emacs.c (main): Correct spelling of HAVE_X_WINDOW to | Jim Blandy | 1992-10-23 | 1 | -1/+1 |
| * | (grow_specpdl): Increase max_specpdl_size before Fsignal. | Richard M. Stallman | 1992-10-20 | 1 | -1/+3 |
| * | [emacs]: Define POINTER and SIZE. | Richard M. Stallman | 1992-10-20 | 1 | -2/+11 |
| * | (get_lim_data): Make it static. | Richard M. Stallman | 1992-10-20 | 1 | -3/+3 |
| * | (syms_of_keyboard): Properly staticpro this_command_keys. | Richard M. Stallman | 1992-10-20 | 1 | -1/+1 |
| * | * xdisp.c (message): If M is zero, clear echo_area_glyphs and | Jim Blandy | 1992-10-19 | 1 | -19/+27 |
| * | * window.h (struct window): Doc fix. | Jim Blandy | 1992-10-19 | 1 | -1/+2 |
| * | * window.c: Try to deal coherently with deleted windows: | Jim Blandy | 1992-10-19 | 1 | -26/+79 |
| * | * minibuf.c (temp_echo_area_glyphs): Don't clear echo_area_glyphs | Jim Blandy | 1992-10-19 | 1 | -7/+2 |
| * | * lisp.h (CHECK_LIVE_WINDOW): New predicate. | Jim Blandy | 1992-10-19 | 1 | -1/+15 |
| * | * keymap.c (store_in_keymap): Don't forget to QUIT in the | Jim Blandy | 1992-10-19 | 1 | -0/+4 |
| * | * keyboard.h (this_command_keys): Extern declaration changed. Doc fix. | Jim Blandy | 1992-10-19 | 1 | -3/+6 |
| * | * keyboard.c (this_command_keys): Make this a vector, instead of | Jim Blandy | 1992-10-19 | 1 | -27/+38 |
| * | Same. * xfns.c (x_set_face): Dyked out this function; it has no callers, | Jim Blandy | 1992-10-19 | 1 | -0/+4 |
| * | * frame.c (make_frame_without_minibuffer, Fwindow_frame): Use | Jim Blandy | 1992-10-19 | 3 | -6/+6 |
| * | * xterm.c (compose_status): New variable. | Jim Blandy | 1992-10-19 | 1 | -26/+46 |
| * | (BROKEN_FIONREAD): Defined. | Richard M. Stallman | 1992-10-18 | 1 | -0/+3 |
| * | * * editfns.c (Fmessage): With no arguments, clear any active | Jim Blandy | 1992-10-17 | 1 | -6/+12 |
| * | * callint.c (Fcall_interactively): Change handling of 'e' spec; | Jim Blandy | 1992-10-17 | 1 | -2/+3 |
| * | (check_memory_limits): Declare __morecore. | Roland McGrath | 1992-10-15 | 1 | -1/+2 |
| * | (morecore_with_warning): Removed. | Roland McGrath | 1992-10-15 | 1 | -13/+5 |
| * | Comment fix. | Richard M. Stallman | 1992-10-15 | 1 | -1/+2 |
| * | * intervals.c (traverse_intervals): New parameter `depth'. | Joseph Arceneaux | 1992-10-14 | 1 | -10/+6 |
| * | * alloc.c (mark_interval_tree): Pass 0 as initial depth argument | Joseph Arceneaux | 1992-10-14 | 1 | -1/+1 |
| * | * scroll.c (do_scrolling): Don't bcopy non-existant `nruns' or | Joseph Arceneaux | 1992-10-14 | 1 | -4/+2 |