aboutsummaryrefslogtreecommitdiffstats
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* (Fcompleting_read): Doc fix.Richard M. Stallman2001-06-231-0/+1
* (read_minibuf): Clean up the binding stack ifGerd Moellmann2001-03-051-3/+6
* Use display_hourglass_p, start_hourglass,Gerd Moellmann2001-02-211-4/+4
* * minibuf.c: Include intervals.h.Ken Raeburn2000-12-051-0/+1
* (Vminibuffer_prompt_properties): New variable.Miles Bader2000-11-211-2/+17
* (read_minibuf): Reset the undo history just before starting the recursive-edit.Miles Bader2000-10-311-0/+3
* * lisp.h (KEYMAPP): New macro.Stefan Monnier2000-10-271-1/+1
* (Fminibuffer_complete): Pass nil for FULLY argument toMiles Bader2000-10-231-1/+1
* (Fminibuffer_complete): Call Fpos_visible_in_window_pEli Zaretskii2000-10-211-1/+1
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-8/+11
* (do_completion): Always use compare-string, not string-equal becauseKenichi Handa2000-08-241-2/+2
* (Vcompletion_auto_help): Renamed from `auto_help'.Stefan Monnier2000-08-221-5/+5
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-1/+1
* (do_completion): Try again if we rewrite the input string, but noMiles Bader2000-08-201-0/+11
* (do_completion): Use EQ instead of != to compareGerd Moellmann2000-08-181-1/+1
* (do_completion): Don't consider a simple change of case as `completion'.Miles Bader2000-08-081-6/+14
* make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILPKen Raeburn2000-04-051-13/+13
* (Fminibuffer_complete): Set point to ZV if findingGerd Moellmann2000-03-151-0/+2
* (Fminibuffer_complete): Move point to ZV when input isGerd Moellmann2000-03-071-0/+2
* (read_minibuf): Cancel busy-cursor.Gerd Moellmann2000-02-251-0/+4
* (Ftry_completion, Fall_completions): Add a reference toStefan Monnier2000-02-141-1/+5
* (read_minibuf_noninteractive): Remove undeclared gcpro1, gcpro2.Dave Love2000-02-041-2/+4
* (Ftry_completion): Doc fix.Richard M. Stallman2000-01-111-1/+1
* (Fcompleting_read): Doc fix.Gerd Moellmann2000-01-071-0/+1
* (Fcompleting_read): Rename arg INIT to INITIAL_INPUT.Richard M. Stallman1999-12-191-3/+5
* (Fall_completions): Doc fix.Richard M. Stallman1999-12-131-1/+1
* (do_completion, Fminibuffer_complete_word): UseGerd Moellmann1999-11-041-3/+3
* (string_to_object): New.Gerd Moellmann1999-11-031-24/+112
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-251-7/+7
* (Fminibuffer_complete_and_exit): Supply value for newGerd Moellmann1999-10-171-52/+26
* (Fminibuffer_complete_word): Calculate string byteKenichi Handa1999-09-301-2/+2
* (toplevel): Move include of stdio.h to other includes.Gerd Moellmann1999-09-201-2/+1
* (read_minibuf): Remove unused variables.Gerd Moellmann1999-09-161-7/+4
* (choose_minibuf_frame): Don't try to set theGerd Moellmann1999-09-131-11/+19
* (read_minibuf_unwind): Call resize_mini_window withGerd Moellmann1999-09-121-20/+17
* (read_minibuf): Put all three properties on the same range--the whole prompt.Richard M. Stallman1999-09-081-4/+5
* (read_minibuf_unwind): Resize mini-window whenGerd Moellmann1999-09-031-0/+5
* (read_minibuf): Flush display after setting cursor toGerd Moellmann1999-09-011-0/+2
* Remove conditional compilation onGerd Moellmann1999-08-211-53/+23
* (read_minibuf): Reset echo message strings to nil.Gerd Moellmann1999-07-211-15/+99
* (read_minibuf): Set the multibyteness of theRichard M. Stallman1999-07-021-4/+4
* Fix previous change.Richard M. Stallman1998-10-131-6/+21
* (Fdisplay_completion_list): Put on mouse-face properties.Richard M. Stallman1998-10-131-6/+27
* (Fminibuffer_complete): this_command renamed to Vthis_command.Richard M. Stallman1998-08-091-3/+3
* (Vminibuffer_completing_file_name): New var.Richard M. Stallman1998-07-021-2/+8
* (syms_of_minibuf): Initialize buffer-name-history.Karl Heuer1998-06-191-0/+1
* (Fcompleting_read): Escape bare newline in doc string.Erik Naggum1998-06-141-1/+1
* (syms_of_minibuf): Doc fix.Richard M. Stallman1998-05-201-1/+1
* (read_minibuf): If history list var is void, make it nil.Richard M. Stallman1998-05-191-2/+6
* (Fminibuffer_complete_word): Fix the string-comparison loop.Richard M. Stallman1998-05-131-3/+3