| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fminibuffer_message): Verify type of parameter. | Andreas Schwab | 2003-01-24 | 1 | -1/+2 |
* | (minibuffer_completion_contents): Error if point is inside prompt. | Richard M. Stallman | 2003-01-13 | 1 | -0/+2 |
* | (Fread_variable): Doc fix. | Markus Rost | 2003-01-07 | 1 | -1/+1 |
* | (Fcompleting_read): Doc fix. | Richard M. Stallman | 2002-12-07 | 1 | -0/+3 |
* | (Fminibufferp): Add an optional `buffer' argument. | John Paul Wallington | 2002-09-26 | 1 | -4/+13 |
* | (Fminibufferp): New function. | Richard M. Stallman | 2002-08-13 | 1 | -2/+20 |
* | (temp_echo_area_glyphs): String pointer args now | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -53/+53 |
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -4/+4 |
* | Rename BINDING_STACK_SIZE to SPECPDL_INDEX. | Juanma Barranquero | 2002-07-10 | 1 | -1/+1 |
* | (Ftry_completion, Fall_completions, Ftest_completion): | Stefan Monnier | 2002-07-07 | 1 | -34/+77 |
* | (Fminibuffer_complete_and_exit): Move to end of buffer for completion. | Richard M. Stallman | 2002-07-01 | 1 | -0/+1 |
* | (minibuffer_completion_contents): Add return type. | Stefan Monnier | 2002-06-27 | 1 | -0/+1 |
* | (do_completion, Fminibuffer_complete_word) | Richard M. Stallman | 2002-06-26 | 1 | -24/+51 |
* | (read_minibuf): Cast `current_column' return value to int. | Thien-Thi Nguyen | 2002-06-03 | 1 | -22/+22 |
* | * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and | Ken Raeburn | 2002-05-20 | 1 | -2/+2 |
* | (Fall_completions, Ftry_completion): New arg to Fcommandp. | Richard M. Stallman | 2002-04-28 | 1 | -2/+2 |
* | (read_minibuf): Use empty_string. | Stefan Monnier | 2002-04-09 | 1 | -46/+88 |
* | (minibuf_selected_window): Renamed from Vminibuf_selected_window. | Kim F. Storm | 2002-02-28 | 1 | -1/+1 |
* | (read_minibuf): Set Vminibuf_selected_window on first | Kim F. Storm | 2002-02-26 | 1 | -5/+2 |
* | (Fcompleting_read): Doc fix. | Richard M. Stallman | 2002-02-01 | 1 | -2/+5 |
* | (Fread_from_minibuffer, Fread_command, Fread_function) | Pavel Janík | 2002-01-27 | 1 | -10/+11 |
* | (Fminibuffer_contents) | Pavel Janík | 2002-01-21 | 1 | -6/+6 |
* | (scmp): Function moved to dired.c. | Richard M. Stallman | 2001-12-18 | 1 | -36/+0 |
* | (Fminibuffer_prompt_end): Update args to Ffield_end. | Miles Bader | 2001-11-15 | 1 | -1/+1 |
* | (Fminibuffer_complete_word): Reindent. | Pavel Janík | 2001-11-13 | 1 | -4/+4 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -16/+16 |
* | (read_minibuf): Remove unused external declaration of variable | Pavel Janík | 2001-10-28 | 1 | -1/+1 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Miles Bader | 2001-10-17 | 1 | -148/+114 |
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -1/+1 |
* | Put doc strings in comments. | Pavel Janík | 2001-10-15 | 1 | -242/+261 |
* | (keys_of_minibuf): Eliminate redundant bindings. | Stefan Monnier | 2001-10-12 | 1 | -22/+0 |
* | Include keymap.h. | Stefan Monnier | 2001-10-08 | 1 | -0/+1 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -2/+0 |
* | * minibuf.c (Fminibuffer_prompt_end): Don't apply make_number to a Lisp_Object. | Ken Raeburn | 2001-10-07 | 1 | -1/+1 |
* | (Fminibuffer_prompt_end, Fminibuffer_contents) | Miles Bader | 2001-10-05 | 1 | -18/+72 |
* | Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing | Gerd Moellmann | 2001-10-05 | 1 | -1/+1 |
* | (read_minibuf_unwind): Bind inhibit-modification-hooks. | Gerd Moellmann | 2001-09-11 | 1 | -0/+1 |
* | (read_minibuf): Bind inhibit-modification-hooks to t, | Gerd Moellmann | 2001-09-11 | 1 | -1/+2 |
* | (Fcompleting_read): Doc fix. | Richard M. Stallman | 2001-06-23 | 1 | -0/+1 |
* | (read_minibuf): Clean up the binding stack if | Gerd Moellmann | 2001-03-05 | 1 | -3/+6 |
* | Use display_hourglass_p, start_hourglass, | Gerd Moellmann | 2001-02-21 | 1 | -4/+4 |
* | * minibuf.c: Include intervals.h. | Ken Raeburn | 2000-12-05 | 1 | -0/+1 |
* | (Vminibuffer_prompt_properties): New variable. | Miles Bader | 2000-11-21 | 1 | -2/+17 |
* | (read_minibuf): Reset the undo history just before starting the recursive-edit. | Miles Bader | 2000-10-31 | 1 | -0/+3 |
* | * lisp.h (KEYMAPP): New macro. | Stefan Monnier | 2000-10-27 | 1 | -1/+1 |
* | (Fminibuffer_complete): Pass nil for FULLY argument to | Miles Bader | 2000-10-23 | 1 | -1/+1 |
* | (Fminibuffer_complete): Call Fpos_visible_in_window_p | Eli Zaretskii | 2000-10-21 | 1 | -1/+1 |
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 1 | -8/+11 |
* | (do_completion): Always use compare-string, not string-equal because | Kenichi Handa | 2000-08-24 | 1 | -2/+2 |