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