aboutsummaryrefslogtreecommitdiffstats
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* (get_minibuffer): Be careful when calling `reset_buffer'Stefan Monnier2003-07-221-1/+20
* (read_minibuf): UNGCPRO before returning.Stefan Monnier2003-07-061-3/+7
* Update Fset_window_buffer usage.Kim F. Storm2003-05-241-2/+2
* (Fselect_window): Add optional arg `norecord'.Stefan Monnier2003-05-171-1/+1
* (read_minibuf): If buffer is empty, record the default in the history.Richard M. Stallman2003-05-171-7/+21
* (temp_echo_area_glyphs): Change the arg to LispKenichi Handa2003-04-111-12/+12
* (Fminibuffer_message): Verify type of parameter.Andreas Schwab2003-01-241-1/+2
* (minibuffer_completion_contents): Error if point is inside prompt.Richard M. Stallman2003-01-131-0/+2
* (Fread_variable): Doc fix.Markus Rost2003-01-071-1/+1
* (Fcompleting_read): Doc fix.Richard M. Stallman2002-12-071-0/+3
* (Fminibufferp): Add an optional `buffer' argument.John Paul Wallington2002-09-261-4/+13
* (Fminibufferp): New function.Richard M. Stallman2002-08-131-2/+20
* (temp_echo_area_glyphs): String pointer args nowKen Raeburn2002-07-161-2/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-53/+53
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-4/+4
* Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero2002-07-101-1/+1
* (Ftry_completion, Fall_completions, Ftest_completion):Stefan Monnier2002-07-071-34/+77
* (Fminibuffer_complete_and_exit): Move to end of buffer for completion.Richard M. Stallman2002-07-011-0/+1
* (minibuffer_completion_contents): Add return type.Stefan Monnier2002-06-271-0/+1
* (do_completion, Fminibuffer_complete_word)Richard M. Stallman2002-06-261-24/+51
* (read_minibuf): Cast `current_column' return value to int.Thien-Thi Nguyen2002-06-031-22/+22
* * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME andKen Raeburn2002-05-201-2/+2
* (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