aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (make_lispy_event): Do mouse code only if HAVE_MOUSE.Karl Heuer1995-03-151-4/+6
* (Fmouse_position): Do work only if HAVE_MOUSE.Karl Heuer1995-03-151-0/+2
* (internal_self_insert): Do face code only if HAVE_FACES.Karl Heuer1995-03-151-0/+2
* [HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.Karl Heuer1995-03-151-0/+1
* (defvar_kboard): Renamed from defvar_display.Karl Heuer1995-03-151-4/+4
* (find_symbol_value): current_perdisplay now is never null.Karl Heuer1995-03-151-17/+11
* (mark_kboards): Renamed from mark_perdisplays.Karl Heuer1995-03-151-11/+11
* (make_frame): Initialize kboard member.Karl Heuer1995-03-151-0/+11
* (unlock_kboard): Renamed from unlock_display.Karl Heuer1995-03-151-162/+163
* (get_perdisplay): Deleted.Karl Heuer1995-03-151-27/+54
* (Fx_create_frame): set the frame's kboard member.Karl Heuer1995-03-151-0/+3
* (struct x_display_info): member kboard (formerly perdisplay) is now a pointer,Karl Heuer1995-03-151-11/+3
* (struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards,Karl Heuer1995-03-151-33/+37
* (display_mode_line): Rename perdisplay to kboard.Karl Heuer1995-03-151-6/+6
* (print): Rename perdisplay to kboard.Karl Heuer1995-03-151-4/+4
* Rename perdisplay to kboard.Karl Heuer1995-03-152-73/+73
* (read_minibuf): Rename perdisplay to kboard.Karl Heuer1995-03-151-2/+2
* (specbind): Rename perdisplay to kboard.Karl Heuer1995-03-151-1/+1
* (xkbobjfwd): Renamed from xdispobjfwd.Karl Heuer1995-03-151-6/+4
* (struct frame): New member kboard.Karl Heuer1995-03-151-0/+13
* (read_minibuf): Save Voverriding_local_map.Richard M. Stallman1995-03-141-1/+6
* (Fdisplay_buffer): Fix prev change--return selected window.Richard M. Stallman1995-03-141-4/+16
* (Fash): Fix previous change.Richard M. Stallman1995-03-141-2/+2
* (Fmake_indirect_buffer): Invert the arguments.Richard M. Stallman1995-03-141-5/+6
* (unchain_marker): Allow differing buffersRichard M. Stallman1995-03-141-2/+3
* (event_to_perdisplay): New function.Karl Heuer1995-03-141-23/+74
* (unexec): Adjust the file offset of sections locatedRichard M. Stallman1995-03-131-5/+13
* (print): current_perdisplay now is never null.Karl Heuer1995-03-131-6/+3
* (Fexecute_kbd_macro): current_perdisplay now is never null.Karl Heuer1995-03-131-2/+0
* (clear_prefix_arg): current_perdisplay now is never null.Karl Heuer1995-03-131-2/+0
* (unlock_display): current_perdisplay now is never null.Karl Heuer1995-03-131-106/+126
* (parse_modifiers_uncached): Delete the code forRichard M. Stallman1995-03-121-58/+98
* (reset_buffer_local_variables): Init invisibility.Richard M. Stallman1995-03-111-1/+15
* (struct buffer): New field `invisibility_spec'.Richard M. Stallman1995-03-111-0/+6
* (display_text_line): When setting selective_rlen,Richard M. Stallman1995-03-111-14/+72
* (compute_motion): Call recenter_overlay_lists sooner.Richard M. Stallman1995-03-111-16/+40
* (TEXT_PROP_MEANS_INVISIBLE): New macro.Richard M. Stallman1995-03-111-0/+17
* (Fnext_property_change): Handle LIMIT = t.Richard M. Stallman1995-03-111-1/+9
* (Vsame_window_buffer_names, Vsame_window_regexps): New vars.Richard M. Stallman1995-03-111-0/+60
* (Fash, Flsh): Change arg names.Richard M. Stallman1995-03-111-14/+14
* (Fforward_comment): Always clear immediate_quit for return.Richard M. Stallman1995-03-091-0/+1
* (read_input_waiting): Fix Lisp_Object vs. int problem.Karl Heuer1995-03-081-1/+1
* (unlock_display): If adding to kbd_queue, set kbd_queue_has_data.Karl Heuer1995-03-081-8/+16
* (struct PERDISPLAY): New member kbd_queue_has_data.Karl Heuer1995-03-081-1/+7
* Declare new var and functions.Karl Heuer1995-03-081-1/+6
* (current_prefix_partial): New var.Karl Heuer1995-03-081-0/+105
* Moved clear_prefix_arg, finalize_prefix_arg, describe_prefix_arg to callint.c.Karl Heuer1995-03-081-83/+2
* (init_perdisplay): Initialize Vlast_kbd_macro.Karl Heuer1995-03-081-0/+1
* (mark_perdisplays): Mark Vlast_kbd_macro.Karl Heuer1995-03-081-0/+1
* (Fstart_kbd_macro): Access Vlast_kbd_macro via perdisplay.Karl Heuer1995-03-081-13/+11