aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (kbd_buffer_get_event, swallow_events): Remove selection_request eventRichard M. Stallman1995-02-021-2/+8
* (x_unqueue_events): Arg is now a Display *.Richard M. Stallman1995-02-021-8/+8
* (wait_for_property_change): Avoid unlikely timing error.Richard M. Stallman1995-02-021-17/+22
* (Fexecute_kbd_macro): Clear prefix arg here, not in command_loop_1.Karl Heuer1995-02-011-0/+3
* (cmd_error): Clear prefix arg here.Karl Heuer1995-02-011-16/+28
* (Fcall_interactively): Use perdisplay.Karl Heuer1995-02-011-6/+6
* (read_minibuf, read_minibuf_unwind): Use perdisplay.Karl Heuer1995-02-011-3/+3
* (Fml_provide_prefix_argument, Fml_prefix_argument_loop): Use perdisplay.Karl Heuer1995-02-011-4/+8
* (current_perdisplay): New var.Karl Heuer1995-02-011-5/+10
* [!MULTI_PERDISPLAY] (defvar_display): Use staticpro.Karl Heuer1995-01-311-0/+3
* Fix previous change.Richard M. Stallman1995-01-311-6/+9
* (main) [REL_ALLOC]: Set __malloc_extra_blocks.Richard M. Stallman1995-01-311-0/+6
* (syms_of_buffer): overwrite-mode doc fix.Richard M. Stallman1995-01-311-1/+3
* [MULTI_PERDISPLAY] (get_perdisplay): Define this as a macro, for sources thatKarl Heuer1995-01-311-0/+10
* [MULTI_PERDISPLAY] (get_perdisplay): Define this as an exported function.Karl Heuer1995-01-311-0/+13
* [MULTI_PERDISPLAY]: Declare get_perdisplay as a function.Karl Heuer1995-01-311-0/+4
* (DEFVAR_DISPLAY): New macro.Karl Heuer1995-01-311-0/+4
* (defvar_display): New function.Karl Heuer1995-01-311-1/+17
* (do_symval_forwarding): Handle display-local vars.Karl Heuer1995-01-311-13/+29
* (specbind): Handle display-local vars.Karl Heuer1995-01-311-2/+1
* Declare store_symval_forwarding here.Karl Heuer1995-01-311-0/+1
* (syms_of_keyboard): Fix missing backslashes.Karl Heuer1995-01-311-2/+2
* (Fcall_interactively): Pass new arg to Fread_string.Richard M. Stallman1995-01-302-7/+10
* (Frassoc): New function.Richard M. Stallman1995-01-291-1/+22
* (ecrt0.o): Target renamed from crt0.o.Richard M. Stallman1995-01-281-3/+3
* (print): Handle internal display-local object.Karl Heuer1995-01-281-2/+10
* (xdispobjfwd): New macro.Karl Heuer1995-01-281-0/+7
* (mark_object): Ignore Lisp_Misc_Display_Objfwd objects.Karl Heuer1995-01-281-0/+1
* (enum Lisp_Misc_Type): New enumeration Lisp_Misc_Display_Local.Karl Heuer1995-01-281-0/+14
* * keyboard.c (kbd_buffer_frame_or_window): Delete; now in perdisplay.Karl Heuer1995-01-281-94/+66
* (ECHOBUFSIZE): New constant, replaces sizeof (echobuf).Karl Heuer1995-01-281-1/+39
* (PERDISPLAY, the_only_perdisplay, get_perdisplay):Karl Heuer1995-01-281-3/+3
* (struct x_display_info): Rename display_perd to perdisplay.Karl Heuer1995-01-281-1/+1
* (printchar, strout): Use message_log_maybe_newline.Karl Heuer1995-01-271-13/+2
* (message_log_need_newline): This var is now static.Karl Heuer1995-01-271-5/+12
* Declare message_log_maybe_newline.Karl Heuer1995-01-271-0/+1
* (modify_region): Clear point_before_scroll field.Richard M. Stallman1995-01-271-0/+2
* (set_point): Set point_before_scroll to nil.Richard M. Stallman1995-01-271-0/+2
* (struct buffer): New field point_before_scroll.Richard M. Stallman1995-01-271-0/+4
* (init_buffer_once, syms_of_buffer):Richard M. Stallman1995-01-271-0/+5
* (struct x_display_info): New member display_perd.Karl Heuer1995-01-251-0/+1
* (the_only_perd): Define this var here.Karl Heuer1995-01-251-88/+84
* Add comments and `volatile' keyword to previous change.Karl Heuer1995-01-251-1/+22
* (PERD): New struct containing per-display data.Karl Heuer1995-01-251-0/+20
* (process_tick, update_tick): Make non-static.Karl Heuer1995-01-251-3/+4
* (x_destroy_window): Don't let frame being destroyed remain inRichard M. Stallman1995-01-251-2/+4
* (Flocal_set_key, Fglobal_set_key): Use K, not k.Richard M. Stallman1995-01-241-2/+2
* (Fcall_interactively): Define K mostly like k.Richard M. Stallman1995-01-241-2/+8
* (read_key_sequence): New arg dont_downcase_lastRichard M. Stallman1995-01-241-10/+30
* (compute_motion): Don't get hung in selective-display loop.Karl Heuer1995-01-241-13/+14