| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial revision | Richard M. Stallman | 1994-09-21 | 2 | -0/+308 |
* | (overlays_at): New arg PREV_PTR. | Richard M. Stallman | 1994-09-21 | 1 | -11/+68 |
* | (concat3): New function. | Richard M. Stallman | 1994-09-21 | 1 | -0/+16 |
* | (compute_char_face): Pass new arg to overlays_at. | Richard M. Stallman | 1994-09-21 | 1 | -2/+3 |
* | (note_mouse_highlight): Pass new arg to overlays_at. | Richard M. Stallman | 1994-09-21 | 1 | -3/+24 |
* | (Fget_char_property): Pass new arg to overlays_at. | Richard M. Stallman | 1994-09-21 | 1 | -2/+8 |
* | (Fx_get_resource): Doc fix. | Richard M. Stallman | 1994-09-21 | 1 | -3/+3 |
* | (report_error): Include reason in error message. | Karl Heuer | 1994-09-21 | 1 | -1/+2 |
* | (SUNOS4 or __FreeBSD__): Define UNDO_RELOCATION. | Richard M. Stallman | 1994-09-20 | 1 | -3/+22 |
* | (r_alloc_freeze_level): New variable. | Karl Heuer | 1994-09-20 | 1 | -2/+30 |
* | (trivial_regexp_p): New function. | Karl Heuer | 1994-09-20 | 1 | -26/+55 |
* | (FRAME_SCROLL_BAR_PIXEL_WIDTH): New macro, supersedes | Karl Heuer | 1994-09-20 | 1 | -4/+10 |
* | (VERTICAL_SCROLL_BAR_PIXEL_WIDTH): Deleted. | Karl Heuer | 1994-09-20 | 1 | -3/+0 |
* | (compute_motion): Fix comment. | Karl Heuer | 1994-09-20 | 1 | -1/+1 |
* | (set_frame_size, EmacsFrameSetCharSize): Change | Karl Heuer | 1994-09-20 | 1 | -2/+2 |
* | (window_internal_width): Change VERTICAL_SCROLL_BAR_WIDTH to | Karl Heuer | 1994-09-20 | 1 | -1/+1 |
* | (display_string): Change VERTICAL_SCROLL_BAR_WIDTH to FRAME_SCROLL_BAR_COLS. | Karl Heuer | 1994-09-20 | 1 | -1/+1 |
* | (x_set_scroll_bar_width): New function. | Karl Heuer | 1994-09-20 | 1 | -2/+23 |
* | * xterm.c (x_new_font): Compute number of scrollbar columns. | Karl Heuer | 1994-09-20 | 1 | -4/+12 |
* | (make_float, make_pure_float): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-20 | 1 | -2/+2 |
* | (Fset_window_buffer): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-20 | 1 | -2/+2 |
* | (kbd_store_ptr): Declare storage class before qualifier. | Karl Heuer | 1994-09-20 | 1 | -4/+6 |
* | (kbd_store_ptr): Declare storage class before qualifier. | Karl Heuer | 1994-09-20 | 1 | -4/+1 |
* | (set_file_times): Move this out of the USG conditional. | Karl Heuer | 1994-09-20 | 1 | -29/+29 |
* | (PURESIZE_RATIO, BASE_PURESIZE): Defined. | Richard M. Stallman | 1994-09-20 | 1 | -4/+20 |
* | (POSIX_SIGNALS): Defined. | Richard M. Stallman | 1994-09-20 | 1 | -0/+3 |
* | (struct saved_window_data): New slots min_width, min_height. | Richard M. Stallman | 1994-09-20 | 1 | -0/+14 |
* | (malloc, realloc): Declared. | Richard M. Stallman | 1994-09-20 | 1 | -0/+7 |
* | (syms_of_buffer): Doc fix. | Karl Heuer | 1994-09-19 | 1 | -1/+1 |
* | (Fkey_description): Reverse condition. | Karl Heuer | 1994-09-19 | 1 | -1/+1 |
* | Add a new element to display tables controlling side-by-side | Jim Blandy | 1994-09-19 | 3 | -4/+10 |
* | [!HAVE_X_WINDOWS] (store_frame_title): Dummy macro. | Karl Heuer | 1994-09-19 | 1 | -0/+1 |
* | (SYSTEM_TYPE): Delete definition. | Richard M. Stallman | 1994-09-19 | 1 | -3/+0 |
* | (RETURN_UNGCPRO): Use if (1) .. else, not do ... while (0). | Richard M. Stallman | 1994-09-19 | 1 | -2/+2 |
* | (validate_interval_range, property_value, Fget_char_property, | Karl Heuer | 1994-09-19 | 1 | -9/+13 |
* | (openp): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -3/+5 |
* | (vmotion, Fvertical_motion): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -19/+21 |
* | (Fframe_parameters): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -2/+6 |
* | (direct_output_for_insert, direct_output_forward_char): Fix Lisp_Object | Karl Heuer | 1994-09-19 | 1 | -2/+2 |
* | (Fsignal): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -1/+1 |
* | (Frandom): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -3/+5 |
* | [!MULTI_FRAME] (FOR_EACH_FRAME): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -1/+1 |
* | (read_minibuf): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -1/+1 |
* | Declare Fmake_sparse_keymap. | Karl Heuer | 1994-09-19 | 1 | -0/+2 |
* | Add #include "keyboard.h" | Karl Heuer | 1994-09-19 | 1 | -0/+1 |
* | (Fmember): Declare this function. | Karl Heuer | 1994-09-18 | 1 | -1/+1 |
* | (_ALL_SOURCE): Don't redefine if already defined. | Karl Heuer | 1994-09-18 | 1 | -0/+2 |
* | (HAVE_SELECT, HAVE_TIMEVAL): Add #undefs. | Karl Heuer | 1994-09-18 | 1 | -0/+4 |
* | Delete obsolete symbols. | Karl Heuer | 1994-09-18 | 99 | -729/+12 |
* | (struct process): New field tty_name. | Richard M. Stallman | 1994-09-18 | 1 | -0/+2 |