aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (struct PERDISPLAY): New member Vlast_kbd_macro.Karl Heuer1995-03-081-2/+5
* (cmd_error): Bind Vprint_level and Vprint_length.Karl Heuer1995-03-081-0/+12
* (command_loop_1): Fix test for prefix arg.Karl Heuer1995-03-071-2/+3
* (textget): Check default_properties vbl too.Boris Goldowsky1995-03-061-2/+7
* Declare Vdefault_properties.Boris Goldowsky1995-03-061-0/+1
* (Vdefault_properties): New vbl.Boris Goldowsky1995-03-061-0/+7
* (x_connection_closed): Ignore non-X frames.Richard M. Stallman1995-03-061-3/+6
* (defined_color): If colormap is full, find closest match.Richard M. Stallman1995-03-061-8/+61
* (load_color): Call defined_color to allocate the color.Richard M. Stallman1995-03-061-10/+1
* (Fcall_interactively): Fix Feb 22 change.Richard M. Stallman1995-03-061-1/+1
* (Fpop_to_buffer): Call Fset_buffer_major_mode if we create a buffer.Richard M. Stallman1995-03-061-1/+8
* (read_key_sequence): Update orig_local_mapRichard M. Stallman1995-03-031-0/+3
* (exec_sentinel, read_process_output): If running filterRichard M. Stallman1995-03-031-6/+15
* (display_mode_line): Temporarily set current_perdisplay to reference the frameKarl Heuer1995-03-031-2/+14
* (defining_kbd_macro): Delete; now part of perdisplay. All uses changed.Karl Heuer1995-03-031-45/+36
* (defining_kbd_macro): Delete declaration.Karl Heuer1995-03-031-4/+0
* (struct PERDISPLAY): New members defining_kbd_macro, kbd_macro_buffer,Karl Heuer1995-03-031-4/+19
* (read_char_minibuf_menu_prompt): orig_defn_macro is now Lisp_Object, not int.Karl Heuer1995-03-031-11/+14
* (cmd_error): Allow current_perdisplay to be null.Karl Heuer1995-03-031-3/+7
* (Fcall_interactively): Disallow switch-frame events when reading `k' or `K'Karl Heuer1995-03-031-2/+2
* (read_key_sequence): New arg can_return_switch_frame. All callers changed.Karl Heuer1995-03-031-12/+20
* (syms_of_emacs): Doc fix.Richard M. Stallman1995-03-021-1/+2
* (use_hard_newlines): Variable definition moved to paragraphs.el.Boris Goldowsky1995-03-011-98/+7
* (cmd_error): Use clear_prefix_arg.Karl Heuer1995-03-011-73/+181
* (struct PERDISPLAY): Add prefix_factor, prefix_value, prefix_sign,Karl Heuer1995-03-011-16/+6
* (read_minibuf, read_minibuf_unwind): Undo Jan 31 change.Karl Heuer1995-03-011-2/+2
* (Fml_provide_prefix_argument, Fml_prefix_argument_loop): Undo Jan 31 change.Karl Heuer1995-03-011-7/+3
* (Fcall_interactively, syms_of_callint, Vprefix_arg, Vcurrent_prefix_arg): UndoKarl Heuer1995-03-011-2/+22
* (Fexecute_kbd_macro): Use clear_prefix_arg.Karl Heuer1995-03-011-1/+1
* (mark_perdisplays): Update to reflect current Lisp_Objects.Karl Heuer1995-03-011-3/+3
* (do_switch_frame): Undo Feb 6 change.Karl Heuer1995-02-281-1/+1
* (Fframep): Doc fix.Richard M. Stallman1995-02-281-1/+1
* (SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)'Jim Meyering1995-02-281-14/+16
* (Fcall_interactively): Lock the display before executing the command, noKarl Heuer1995-02-281-1/+9
* (convert_event_type_list): New function.Richard M. Stallman1995-02-261-66/+173