| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (Vcompletion_auto_help): Renamed from `auto_help'. | Stefan Monnier | 2000-08-22 | 1 | -5/+5 |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -1/+1 |
* | (do_completion): Try again if we rewrite the input string, but no | Miles Bader | 2000-08-20 | 1 | -0/+11 |
* | (do_completion): Use EQ instead of != to compare | Gerd Moellmann | 2000-08-18 | 1 | -1/+1 |
* | (do_completion): Don't consider a simple change of case as `completion'. | Miles Bader | 2000-08-08 | 1 | -6/+14 |
* | make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP | Ken Raeburn | 2000-04-05 | 1 | -13/+13 |
* | (Fminibuffer_complete): Set point to ZV if finding | Gerd Moellmann | 2000-03-15 | 1 | -0/+2 |
* | (Fminibuffer_complete): Move point to ZV when input is | Gerd Moellmann | 2000-03-07 | 1 | -0/+2 |
* | (read_minibuf): Cancel busy-cursor. | Gerd Moellmann | 2000-02-25 | 1 | -0/+4 |
* | (Ftry_completion, Fall_completions): Add a reference to | Stefan Monnier | 2000-02-14 | 1 | -1/+5 |
* | (read_minibuf_noninteractive): Remove undeclared gcpro1, gcpro2. | Dave Love | 2000-02-04 | 1 | -2/+4 |
* | (Ftry_completion): Doc fix. | Richard M. Stallman | 2000-01-11 | 1 | -1/+1 |
* | (Fcompleting_read): Doc fix. | Gerd Moellmann | 2000-01-07 | 1 | -0/+1 |
* | (Fcompleting_read): Rename arg INIT to INITIAL_INPUT. | Richard M. Stallman | 1999-12-19 | 1 | -3/+5 |
* | (Fall_completions): Doc fix. | Richard M. Stallman | 1999-12-13 | 1 | -1/+1 |
* | (do_completion, Fminibuffer_complete_word): Use | Gerd Moellmann | 1999-11-04 | 1 | -3/+3 |
* | (string_to_object): New. | Gerd Moellmann | 1999-11-03 | 1 | -24/+112 |
* | more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine | Ken Raeburn | 1999-10-25 | 1 | -7/+7 |
* | (Fminibuffer_complete_and_exit): Supply value for new | Gerd Moellmann | 1999-10-17 | 1 | -52/+26 |
* | (Fminibuffer_complete_word): Calculate string byte | Kenichi Handa | 1999-09-30 | 1 | -2/+2 |
* | (toplevel): Move include of stdio.h to other includes. | Gerd Moellmann | 1999-09-20 | 1 | -2/+1 |
* | (read_minibuf): Remove unused variables. | Gerd Moellmann | 1999-09-16 | 1 | -7/+4 |
* | (choose_minibuf_frame): Don't try to set the | Gerd Moellmann | 1999-09-13 | 1 | -11/+19 |
* | (read_minibuf_unwind): Call resize_mini_window with | Gerd Moellmann | 1999-09-12 | 1 | -20/+17 |
* | (read_minibuf): Put all three properties on the same range--the whole prompt. | Richard M. Stallman | 1999-09-08 | 1 | -4/+5 |
* | (read_minibuf_unwind): Resize mini-window when | Gerd Moellmann | 1999-09-03 | 1 | -0/+5 |
* | (read_minibuf): Flush display after setting cursor to | Gerd Moellmann | 1999-09-01 | 1 | -0/+2 |
* | Remove conditional compilation on | Gerd Moellmann | 1999-08-21 | 1 | -53/+23 |
* | (read_minibuf): Reset echo message strings to nil. | Gerd Moellmann | 1999-07-21 | 1 | -15/+99 |
* | (read_minibuf): Set the multibyteness of the | Richard M. Stallman | 1999-07-02 | 1 | -4/+4 |
* | Fix previous change. | Richard M. Stallman | 1998-10-13 | 1 | -6/+21 |
* | (Fdisplay_completion_list): Put on mouse-face properties. | Richard M. Stallman | 1998-10-13 | 1 | -6/+27 |
* | (Fminibuffer_complete): this_command renamed to Vthis_command. | Richard M. Stallman | 1998-08-09 | 1 | -3/+3 |
* | (Vminibuffer_completing_file_name): New var. | Richard M. Stallman | 1998-07-02 | 1 | -2/+8 |
* | (syms_of_minibuf): Initialize buffer-name-history. | Karl Heuer | 1998-06-19 | 1 | -0/+1 |
* | (Fcompleting_read): Escape bare newline in doc string. | Erik Naggum | 1998-06-14 | 1 | -1/+1 |
* | (syms_of_minibuf): Doc fix. | Richard M. Stallman | 1998-05-20 | 1 | -1/+1 |
* | (read_minibuf): If history list var is void, make it nil. | Richard M. Stallman | 1998-05-19 | 1 | -2/+6 |
* | (Fminibuffer_complete_word): Fix the string-comparison loop. | Richard M. Stallman | 1998-05-13 | 1 | -3/+3 |
* | (Fall_completions, Ftry_completion): Compare char sizes, not STRING_BYTES. | Richard M. Stallman | 1998-05-12 | 1 | -2/+2 |