| Commit message (Expand) | Author | Age | Files | Lines |
| * | (read_minibuf, get_minibuffer, read_minibuf_unwind, Fread_from_minibuffer, | Karl Heuer | 1994-10-04 | 1 | -13/+13 |
| * | (scmp): Use unsigned chars, to avoid confusing DOWNCASE. | Karl Heuer | 1994-09-29 | 1 | -2/+4 |
| * | (read_minibuf, Fread_from_minibuffer, Fread_buffer, Ftry_completion, | Karl Heuer | 1994-09-27 | 1 | -26/+26 |
| * | (read_minibuf_unwind): Preserve Vdeactivate_mark. | Richard M. Stallman | 1994-09-24 | 1 | -0/+5 |
| * | (Fcompleting_read): Doc fix. | Richard M. Stallman | 1994-09-22 | 1 | -2/+8 |
| * | (read_minibuf): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -1/+1 |
| * | (get_minibuffer): Call Fkill_all_local_variables. | Richard M. Stallman | 1994-09-18 | 1 | -1/+4 |
| * | (read_minibuf): Don't add to the history list if the minibuffer string is | Karl Heuer | 1994-09-16 | 1 | -2/+3 |
| * | (Fcompleting_read): Doc fix. | Richard M. Stallman | 1994-09-15 | 1 | -0/+4 |
| * | (Fdisplay_completion_list): gcpro `completions'. | Richard M. Stallman | 1994-07-24 | 1 | -2/+8 |
| * | (Fcompleting_read): Doc fix. | Richard M. Stallman | 1994-06-24 | 1 | -1/+1 |
| * | (read_minibuf_unwind): Run Qminibuffer_exit_hook here. | Richard M. Stallman | 1994-06-21 | 1 | -4/+6 |
| * | (minibuf_save_list): New variable, replaces minibuf_save_vector. | Karl Heuer | 1994-06-18 | 1 | -49/+35 |
| * | (Fdisplay_completion_list): Require at least two spaces between items. | Richard M. Stallman | 1994-06-10 | 1 | -1/+1 |
| * | (Fminibuffer_complete_word): GCPRO completion and tem. | Karl Heuer | 1994-05-25 | 1 | -1/+3 |
| * | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
| * | (read_minibuf): Clear previous_echo_glyphs. | Richard M. Stallman | 1994-05-03 | 1 | -0/+2 |
| * | (Fminibuffer_complete): Add third arg to Fset_window_start. | Richard M. Stallman | 1994-04-29 | 1 | -1/+1 |
| * | (do_completion): Initialize vars before gcpro. | Karl Heuer | 1994-04-29 | 1 | -1/+2 |
| * | (temp_echo_area_glyphs): Use Vunread_command_events. | Richard M. Stallman | 1994-04-26 | 1 | -1/+1 |
| * | (Vminibuffer_exit_hook): New variable. | Karl Heuer | 1994-04-08 | 1 | -1/+13 |
| * | (Fminibuffer_prompt_width): Undo previous change for negative values. | Karl Heuer | 1994-04-07 | 1 | -4/+2 |
| * | (temp_echo_area_glyphs): Use PT, not point. | Karl Heuer | 1994-04-06 | 1 | -1/+1 |
| * | (Fminibuffer_prompt_width): Allow for negative value. | Karl Heuer | 1994-04-06 | 1 | -2/+4 |
| * | (do_completion): gcpro some things. | Karl Heuer | 1994-04-05 | 1 | -4/+19 |
| * | (Fminibuffer_prompt, Fminibuffer_prompt_width): New funcs. | Karl Heuer | 1994-03-30 | 1 | -0/+21 |
| * | (Vcompletion_regexp_list): New var. | Richard M. Stallman | 1994-03-30 | 1 | -4/+42 |
| * | (read_minibuf): Return val via unbind_to. | Richard M. Stallman | 1994-03-27 | 1 | -7/+40 |
| * | (read_minibuf): Use assignment instead of initialization. | Karl Heuer | 1994-03-23 | 1 | -1/+2 |
| * | (read_minibuf): Don't redirect focus unless minibuf is on another frame. | Karl Heuer | 1994-03-22 | 1 | -1/+2 |
| * | (read_minibuf): Disallow trailing junk. | Karl Heuer | 1994-03-16 | 1 | -1/+11 |
| * | (read_minibuf): Make minibuffer frame visible when minibuffer activated. | Karl Heuer | 1994-03-15 | 1 | -0/+5 |
| * | (get_minibuffer): Make name buffer large enough. | Karl Heuer | 1994-03-07 | 1 | -1/+1 |
| * | (Fminibuffer_complete, Fminibuffer_complete_word): Doc fix. | Karl Heuer | 1994-03-07 | 1 | -2/+4 |
| * | (temp_echo_area_glyphs): Use quit_char, not C-g. | Karl Heuer | 1994-03-07 | 1 | -1/+3 |
| * | (read_minibuf): Don't call Vrun_hooks if it is nil. | Richard M. Stallman | 1994-03-05 | 1 | -1/+2 |
| * | (Fdisplay_completion_list): Restore original buffer | Richard M. Stallman | 1994-03-02 | 1 | -3/+7 |
| * | (read_from_minibuffer): Rename arg initial_input to initial_contents. | Richard M. Stallman | 1993-12-30 | 1 | -9/+9 |
| * | (Fall_completions): Allow completions that start with space | Richard M. Stallman | 1993-12-30 | 1 | -5/+8 |
| * | (minibuffer_auto_raise): Really define it. | Richard M. Stallman | 1993-12-23 | 1 | -1/+11 |
| * | (read_minibuf): History list always gets strings, | Richard M. Stallman | 1993-11-19 | 1 | -9/+12 |
| * | (Fminibuffer_complete_word): GCPRO1 `completion' during calls to | Brian Fox | 1993-10-05 | 1 | -23/+43 |
| * | (read_minibuf): Don't add history item if it is | Brian Fox | 1993-09-22 | 1 | -1/+3 |
| * | (Fminibuffer_complete_word): Pass new arg to insert_from_string*. | Richard M. Stallman | 1993-09-14 | 1 | -2/+2 |
| * | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| * | (Qread_file_name_internal): New var. | Richard M. Stallman | 1993-08-15 | 1 | -0/+18 |
| * | (Qminibuffer_setup_hook, Vminibuffer_setup_hook): New vars. | Richard M. Stallman | 1993-08-11 | 1 | -0/+17 |
| * | (Fdisplay_completion_list): Run completion-setup-hook. | Richard M. Stallman | 1993-07-15 | 1 | -1/+5 |
| * | * minibuf.c (Fread_minibuffer): Add missing semicolon after | Jim Blandy | 1993-06-19 | 1 | -1/+1 |
| * | (read_minibuf): Set and use mini_frame only if MULTI_FRAME. | Richard M. Stallman | 1993-06-12 | 1 | -6/+7 |