| Commit message (Expand) | Author | Age | Files | Lines |
| * | * keyboard.h (EVENT_HAS_PARAMETERS): Definition changed - all events | Jim Blandy | 1992-10-02 | 1 | -10/+18 |
| * | * keyboard.c (echo_char, read_char): Apply EVENT_HEAD without first | Jim Blandy | 1992-10-02 | 1 | -133/+201 |
| * | * buffer.c: #include intervals.h. | Joseph Arceneaux | 1992-10-02 | 1 | -0/+1 |
| * | Fixed typos. | Joseph Arceneaux | 1992-10-02 | 1 | -6/+6 |
| * | * lisp.h: Declare Qbuffer_or_string_p. | Joseph Arceneaux | 1992-10-02 | 1 | -2/+3 |
| * | Fixed typeos. | Joseph Arceneaux | 1992-10-02 | 1 | -1/+1 |
| * | * xmenu.c: #include "keyboard.h". | Jim Blandy | 1992-10-02 | 1 | -3/+4 |
| * | * intervals.c: Removed #include of "screen.h". | Joseph Arceneaux | 1992-10-02 | 1 | -1/+0 |
| * | * textprop.c: Conditionalize all functions on | Joseph Arceneaux | 1992-10-02 | 1 | -0/+8 |
| * | * intervals.c: Conditionalize all functions on | Joseph Arceneaux | 1992-10-02 | 1 | -0/+5 |
| * | * alloc.c: #include "intervals.h". | Joseph Arceneaux | 1992-10-02 | 1 | -2/+150 |
| * | * fileio.c (Finsert_file_contents): Call offset_intervals() if | Joseph Arceneaux | 1992-10-02 | 1 | -0/+4 |
| * | (mark_object): Avoid car recursion on cons with nil in cdr. | Richard M. Stallman | 1992-10-01 | 1 | -15/+33 |
| * | Qbuffer_or_string_p added. | Joseph Arceneaux | 1992-10-01 | 1 | -0/+3 |
| * | (describe_syntax): Use insert_char to insert `match'. | Joseph Arceneaux | 1992-10-01 | 1 | -3/+1 |
| * | * buffer.c (reset_buffer): Do INITIALIZE_INTERVAL on the buffer's | Joseph Arceneaux | 1992-10-01 | 1 | -0/+8 |
| * | * lisp.h: Conditionally define interval structure and macros. | Joseph Arceneaux | 1992-10-01 | 1 | -0/+55 |
| * | * insdel.c: #include "intervals.h" | Joseph Arceneaux | 1992-10-01 | 1 | -4/+30 |
| * | Various comment changes. | Joseph Arceneaux | 1992-10-01 | 1 | -6/+5 |
| * | * intervals.h: Declare temp_set_point. | Joseph Arceneaux | 1992-10-01 | 1 | -6/+6 |
| * | * buffer.h: New macro TEMP_SET_PT. If intervals are used, SET_PT | Joseph Arceneaux | 1992-10-01 | 1 | -2/+17 |
| * | * editfns.c (make_buffer_string): Call copy_intervals_to_string(). | Joseph Arceneaux | 1992-10-01 | 1 | -3/+18 |
| * | *** empty log message *** | Joseph Arceneaux | 1992-10-01 | 1 | -0/+4 |
| * | Minor optimizations of Fset_text_properties and Ferase_text_properties. | Joseph Arceneaux | 1992-10-01 | 1 | -31/+27 |
| * | * buffer.c (Fother_buffer): Add back the VISIBLE_OK argument. It | Jim Blandy | 1992-09-30 | 1 | -5/+9 |
| * | * window.c (Fset_window_configuration): Don't select the frame | Jim Blandy | 1992-09-30 | 1 | -0/+9 |
| * | * xterm.c (x_meta_mod_mask): New variable, indicating which X | Jim Blandy | 1992-09-30 | 1 | -4/+91 |
| * | * data.c (Fmake_local_variable): If SYM forwards to a C variable, | Jim Blandy | 1992-09-30 | 1 | -1/+13 |
| * | * lisp.h: Doc elaboration for Lisp_Buffer_Local_Value. | Jim Blandy | 1992-09-30 | 1 | -1/+4 |
| * | Mods to Ferase_text_properties | Joseph Arceneaux | 1992-09-30 | 1 | -21/+59 |
| * | * xselect.c (Qcut_buffer0): Symbol removed; we're using a new | Jim Blandy | 1992-09-29 | 1 | -11/+208 |
| * | * keymap.c (access_keymap): Don't forget to QUIT while scanning | Jim Blandy | 1992-09-29 | 1 | -0/+2 |
| * | * data.c (swap_in_symval_forwarding): Formatting tweaked. | Jim Blandy | 1992-09-29 | 1 | -8/+11 |
| * | * keyboard.c: Initialize recent_keys in syms_of_keyboard, not | Jim Blandy | 1992-09-29 | 1 | -4/+4 |
| * | * keyboard.c (recent_keys): Turn this from an array, which is a | Jim Blandy | 1992-09-29 | 1 | -8/+12 |
| * | * frame.c (Fdelete_frame): Call Fselect_frame with the appropriate | Jim Blandy | 1992-09-29 | 1 | -1/+1 |
| * | * xterm.h (ROOT_WINDOW): Use the DefaultScreen macro, not the | Jim Blandy | 1992-09-29 | 1 | -1/+1 |
| * | * editfns.c (save_excursion_save, save_excursion_restore): | Jim Blandy | 1992-09-29 | 1 | -3/+6 |
| * | * data.c (Frem): Use the `fmod' function under SunOS, Ultrix, and | Jim Blandy | 1992-09-29 | 2 | -2/+2 |
| * | * buffer.c (Fbury_buffer): This used to undisplay the buffer being | Jim Blandy | 1992-09-29 | 1 | -14/+20 |
| * | * frame.c (Fselect_frame, Fframe_root_window, | Jim Blandy | 1992-09-29 | 1 | -10/+16 |
| * | * ralloc.c: Since the users of the relocating allocation code | Jim Blandy | 1992-09-29 | 1 | -29/+64 |
| * | (record_delete): Record pos before the deletion. | Richard M. Stallman | 1992-09-28 | 1 | -51/+72 |
| * | (del_range): Call record_delete before updating point. | Richard M. Stallman | 1992-09-28 | 1 | -3/+3 |
| * | (Finsert_file_contents): Do record_insert, then inc MODIFF. | Richard M. Stallman | 1992-09-28 | 1 | -2/+4 |
| * | * keyboard.c (read_char): If we're returning an event from a | Jim Blandy | 1992-09-28 | 1 | -21/+90 |
| * | * termhooks.h (alt_modifier, hyper_modifier, super_modifier, | Jim Blandy | 1992-09-28 | 1 | -5/+14 |
| * | * window.c (delete_all_subwindows): Save the window's buffer in | Jim Blandy | 1992-09-28 | 1 | -3/+13 |
| * | * keymap.c (access_keymap): Remove code to notice bindings for | Jim Blandy | 1992-09-28 | 1 | -12/+12 |
| * | (single_keymap_panes): Handle vectors properly. | Richard M. Stallman | 1992-09-25 | 1 | -11/+35 |