aboutsummaryrefslogtreecommitdiffstats
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* (Fall_completions, Ftry_completion): New arg to Fcommandp.Richard M. Stallman2002-04-281-2/+2
* (read_minibuf): Use empty_string.Stefan Monnier2002-04-091-46/+88
* (minibuf_selected_window): Renamed from Vminibuf_selected_window.Kim F. Storm2002-02-281-1/+1
* (read_minibuf): Set Vminibuf_selected_window on firstKim F. Storm2002-02-261-5/+2
* (Fcompleting_read): Doc fix.Richard M. Stallman2002-02-011-2/+5
* (Fread_from_minibuffer, Fread_command, Fread_function)Pavel Janík2002-01-271-10/+11
* (Fminibuffer_contents)Pavel Janík2002-01-211-6/+6
* (scmp): Function moved to dired.c.Richard M. Stallman2001-12-181-36/+0
* (Fminibuffer_prompt_end): Update args to Ffield_end.Miles Bader2001-11-151-1/+1
* (Fminibuffer_complete_word): Reindent.Pavel Janík2001-11-131-4/+4
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-16/+16
* (read_minibuf): Remove unused external declaration of variablePavel Janík2001-10-281-1/+1
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-171-148/+114
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-1/+1
* Put doc strings in comments.Pavel Janík2001-10-151-242/+261
* (keys_of_minibuf): Eliminate redundant bindings.Stefan Monnier2001-10-121-22/+0
* Include keymap.h.Stefan Monnier2001-10-081-0/+1
* Don't define min/max.Gerd Moellmann2001-10-081-2/+0
* * minibuf.c (Fminibuffer_prompt_end): Don't apply make_number to a Lisp_Object.Ken Raeburn2001-10-071-1/+1
* (Fminibuffer_prompt_end, Fminibuffer_contents)Miles Bader2001-10-051-18/+72
* Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessingGerd Moellmann2001-10-051-1/+1
* (read_minibuf_unwind): Bind inhibit-modification-hooks.Gerd Moellmann2001-09-111-0/+1
* (read_minibuf): Bind inhibit-modification-hooks to t,Gerd Moellmann2001-09-111-1/+2
* (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