| Commit message (Expand) | Author | Age | Files | Lines |
| * | * xterm.h (x_screen_count, x_release, x_screen_height, | Jim Blandy | 1992-10-31 | 1 | -8/+8 |
| * | * xterm.c (x_convert_modifiers): Declare this to return an | Jim Blandy | 1992-10-31 | 1 | -10/+10 |
| * | * xselect.c (own_selection): selection_type is an X Atom value, | Jim Blandy | 1992-10-31 | 1 | -4/+9 |
| * | * xfns.c (x_decode_color, Fx_color_display_p): x_screen_planes is | Jim Blandy | 1992-10-31 | 1 | -17/+20 |
| * | * xdisp.c (redisplay): Use ! EQ to compare the old and new arrow | Jim Blandy | 1992-10-31 | 1 | -57/+48 |
| * | * window.h (make_window, window_from_coordinates, | Jim Blandy | 1992-10-31 | 1 | -0/+3 |
| * | * window.c (Fwindow_width, Fset_window_hscroll): Use accessors on | Jim Blandy | 1992-10-31 | 1 | -10/+10 |
| * | * undo.c (record_insert): Use accessors on BEG and LENGTH. | Jim Blandy | 1992-10-31 | 1 | -7/+8 |
| * | * search.c (Fstore_match_data): Don't assume Flength returns an | Jim Blandy | 1992-10-31 | 1 | -1/+1 |
| * | * process.c: (status_convert): Declare this to return a | Jim Blandy | 1992-10-31 | 1 | -13/+12 |
| * | * print.c (print): Cast the frame's address to an integer before | Jim Blandy | 1992-10-31 | 1 | -1/+1 |
| * | * minibuf.c (read_minibuf): Use EQ to compare, not ==. | Jim Blandy | 1992-10-31 | 1 | -2/+2 |
| * | * lread.c (read_char): Add an extern declaration for this, | Jim Blandy | 1992-10-31 | 1 | -0/+2 |
| * | * lisp.h (Fdefault_boundp, make_float, Ffloat, Fnth, Fcopy_alist, | Jim Blandy | 1992-10-31 | 1 | -8/+17 |
| * | * keymap.c (Fdefine_key, Flookup_key, describe_map): Don't assume | Jim Blandy | 1992-10-31 | 1 | -21/+52 |
| * | * keyboard.h (get_keymap_1, Fkeymapp, reorder_modifiers, | Jim Blandy | 1992-10-31 | 1 | -0/+5 |
| * | * 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 |