Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
[bpt/emacs.git] / src / minibuf.c
2001-10-05 Gerd MoellmannUse SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of...
2001-09-11 Gerd Moellmann(read_minibuf_unwind): Bind inhibit-modification-hooks.
2001-09-11 Gerd Moellmann(read_minibuf): Bind inhibit-modification-hooks to t,
2001-06-23 Richard M. Stallman(Fcompleting_read): Doc fix.
2001-03-05 Gerd Moellmann(read_minibuf): Clean up the binding stack if
2001-02-21 Gerd MoellmannUse display_hourglass_p, start_hourglass,
2000-12-05 Ken Raeburn* minibuf.c: Include intervals.h.
2000-11-21 Miles Bader(Vminibuffer_prompt_properties): New variable.
2000-10-31 Miles Bader(read_minibuf): Reset the undo history just before...
2000-10-27 Stefan Monnier* lisp.h (KEYMAPP): New macro.
2000-10-23 Miles Bader(Fminibuffer_complete): Pass nil for FULLY argument to
2000-10-21 Eli Zaretskii(Fminibuffer_complete): Call Fpos_visible_in_window_p
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-08-24 Kenichi Handa(do_completion): Always use compare-string, not string...
2000-08-22 Stefan Monnier(Vcompletion_auto_help): Renamed from `auto_help'.
2000-08-22 Andrew InnesInclude keyboard.h before frame.h.
2000-08-20 Miles Bader(do_completion): Try again if we rewrite the input...
2000-08-18 Gerd Moellmann(do_completion): Use EQ instead of != to compare
2000-08-08 Miles Bader(do_completion): Don't consider a simple change of...
2000-04-05 Ken Raeburnmake_number/XINT/XUINT conversions; EQ/== fixes; =...
2000-03-15 Gerd Moellmann(Fminibuffer_complete): Set point to ZV if finding
2000-03-07 Gerd Moellmann(Fminibuffer_complete): Move point to ZV when input is
2000-02-25 Gerd Moellmann(read_minibuf): Cancel busy-cursor.
2000-02-14 Stefan Monnier(Ftry_completion, Fall_completions): Add a reference to
2000-02-04 Dave Love(read_minibuf_noninteractive): Remove undeclared gcpro1...
2000-01-11 Richard M. Stallman(Ftry_completion): Doc fix.
2000-01-07 Gerd Moellmann(Fcompleting_read): Doc fix.
1999-12-19 Richard M. Stallman(Fcompleting_read): Rename arg INIT to INITIAL_INPUT.
1999-12-13 Richard M. Stallman(Fall_completions): Doc fix.
1999-11-04 Gerd Moellmann(do_completion, Fminibuffer_complete_word): Use
1999-11-03 Gerd Moellmann(string_to_object): New.
1999-10-25 Ken Raeburnmore XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp...
1999-10-17 Gerd Moellmann(Fminibuffer_complete_and_exit): Supply value for new
1999-09-30 Kenichi Handa(Fminibuffer_complete_word): Calculate string byte
1999-09-20 Gerd Moellmann(toplevel): Move include of stdio.h to other includes.
1999-09-16 Gerd Moellmann(read_minibuf): Remove unused variables.
1999-09-13 Gerd Moellmann(choose_minibuf_frame): Don't try to set the
1999-09-12 Gerd Moellmann(read_minibuf_unwind): Call resize_mini_window with
1999-09-08 Richard M. Stallman(read_minibuf): Put all three properties on the same...
1999-09-03 Gerd Moellmann(read_minibuf_unwind): Resize mini-window when
1999-09-01 Gerd Moellmann(read_minibuf): Flush display after setting cursor to
1999-08-21 Gerd MoellmannRemove conditional compilation on
1999-07-21 Gerd Moellmann(read_minibuf): Reset echo message strings to nil.
1999-07-02 Richard M. Stallman(read_minibuf): Set the multibyteness of the
1998-10-13 Richard M. StallmanFix previous change.
1998-10-13 Richard M. Stallman(Fdisplay_completion_list): Put on mouse-face properties.
1998-08-09 Richard M. Stallman(Fminibuffer_complete): this_command renamed to Vthis_c...
1998-07-02 Richard M. Stallman(Vminibuffer_completing_file_name): New var.
1998-06-19 Karl Heuer(syms_of_minibuf): Initialize buffer-name-history.
1998-06-14 Erik Naggum(Fcompleting_read): Escape bare newline in doc string.
1998-05-20 Richard M. Stallman(syms_of_minibuf): Doc fix.
1998-05-19 Richard M. Stallman(read_minibuf): If history list var is void, make it...
1998-05-13 Richard M. Stallman(Fminibuffer_complete_word): Fix the string-comparison...
1998-05-12 Richard M. Stallman(Fall_completions, Ftry_completion): Compare char sizes...
1998-05-12 Richard M. Stallman(assoc_for_completion): Use Fcompare_strings.
1998-05-09 Richard M. Stallman(Qbuffer_name_history): New variable.
1998-04-30 Richard M. Stallman(minibuf_conform_representation): New function.
1998-04-20 Richard M. Stallman(Ftry_completion): Use Fcompare_strings.
1998-04-14 Andreas Schwab(Fself_insert_and_exit): Fix mixing of Lisp_Object and
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-02-25 Karl HeuerReorder args of del_range_both.
1998-02-17 Richard M. Stallman(read_minibuf): Do use DEFALT in place of empty input
1998-02-08 Richard M. Stallman(read_minibuf): If input is empty, return empty string.
1998-01-22 Stephen Eglen(Fread-string): Doc fix.
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-12 Kenichi Handa(Fminibuffer_complete_word): Fix a bug of refering
1998-01-05 Richard M. Stallman(read_minibuf): Handle bytes vs chars
1998-01-05 Richard M. Stallman(test_completion): Pass both kinds of size to oblookup.
1998-01-02 Richard M. Stallman(Fcompleting_read): Doc fix.
1997-12-31 Richard M. Stallman(Fminibuffer_complete_word): Handle bytes vs characters
1997-12-27 Richard M. Stallman(Fread_command, Fread_variable): Fix previous change.
1997-12-21 Richard M. Stallman(Fread_variable): If DEFAULT_VALUE is symbol, use its...
1997-12-19 Karl Heuer(Vread_buffer_function): New var.
1997-11-21 Andreas Schwab(read_minibuf_unwind): Fix return type and return nil.
1997-10-16 Karl Heuer(read_minibuf): Return DEFALT here, if minibuffer is...
1997-09-13 Richard M. Stallman(syms_of_minibuf): Doc fix.
1997-09-03 Richard M. Stallman(read_minibuf): Fix use of Ffboundp.
1997-09-02 Richard M. Stallman(Fread_from_minibuffer, Fread_string): Doc fixes.
1997-08-27 Richard M. StallmanFix previous change.
1997-08-26 Richard M. Stallman(read_minibuf): Inherit enable-multibyte-characters
1997-08-26 Kenichi Handa(Qcurrent_input_method, Qactivate_input_method): New
1997-08-18 Richard M. Stallman(read_minibuf): New arg disable_multibyte.
1997-07-22 Richard M. Stallman(choose_minibuf_frame_1): New function.
1997-07-19 Richard M. Stallman(Fcompleting_read): gcpro def.
1997-07-12 Richard M. Stallman(Fread_from_minibuffer): Remove extra get_keymap argument.
1997-07-04 Richard M. StallmanFix bugs with inappropriate mixing of Lisp_Object with...
1997-06-25 Richard M. StallmanFix previous change.
1997-06-25 Richard M. Stallman(read_minibuf): New arg allow_props.
1997-05-15 Richard M. Stallman(Fread_from_minibuffer): Add gcpro.
1997-05-10 Richard M. Stallman(Fread_command): New optional arg DEFAULT-VALUE. Calle...
1997-04-11 Richard M. Stallman(read_minibuf): Get the string from the minibuffer
1997-04-10 Karl Heuer(scmp, Fdisplay_completion_list): Fix Lisp_Object/integ...
1997-02-20 Karl HeuerInclude charset.h.
1997-02-10 Richard M. Stallman(Fminibuffer_message): New function.
1996-12-08 Richard M. Stallman(syms_of_minibuf): Doc fix.
1996-11-11 Richard M. Stallman(choose_minibuf_frame): Don't change selected_frame's
1996-10-26 Richard M. Stallman(read_minibuf_unwind): Don't restore minibuf_window;
1996-09-21 Richard M. Stallman(read_minibuf): Use FRAME_LEFT_SCROLL_BAR_WIDTH
1996-09-18 Richard M. Stallman(Fcompleting_read): Doc fix.
1996-09-16 Richard M. Stallman(read_minibuf_unwind): Clear last_overlay_modified...
next