log src/minibuf.c @ 9644:2c7688eb344e

age author description
Thu, 20 Oct 1994 19:13:47 +0000 Karl Heuer (read_minibuf): Fix comment.
Thu, 20 Oct 1994 04:37:03 +0000 Richard M. Stallman (read_minibuf): Undo previous change.
Tue, 18 Oct 1994 03:05:34 +0000 Karl Heuer (read_minibuf): Store the object, not the string, into the history variable.
Wed, 12 Oct 1994 01:39:10 +0000 Karl Heuer (test_completion): Fix reversed condition.
Sat, 08 Oct 1994 09:51:31 +0000 Richard M. Stallman (test_completion): New function, extracted from do_completion.
Tue, 04 Oct 1994 16:08:54 +0000 Karl Heuer (read_minibuf, get_minibuffer, read_minibuf_unwind, Fread_from_minibuffer,
Thu, 29 Sep 1994 19:37:26 +0000 Karl Heuer (scmp): Use unsigned chars, to avoid confusing DOWNCASE.
Tue, 27 Sep 1994 02:12:02 +0000 Karl Heuer (read_minibuf, Fread_from_minibuffer, Fread_buffer, Ftry_completion,
Sat, 24 Sep 1994 01:41:54 +0000 Richard M. Stallman (read_minibuf_unwind): Preserve Vdeactivate_mark.
Thu, 22 Sep 1994 07:41:35 +0000 Richard M. Stallman (Fcompleting_read): Doc fix.
Mon, 19 Sep 1994 00:14:16 +0000 Karl Heuer (read_minibuf): Fix Lisp_Object vs. int problems.
Sun, 18 Sep 1994 08:45:56 +0000 Richard M. Stallman (get_minibuffer): Call Fkill_all_local_variables.
Fri, 16 Sep 1994 21:31:00 +0000 Karl Heuer (read_minibuf): Don't add to the history list if the minibuffer string is
Thu, 15 Sep 1994 03:31:52 +0000 Richard M. Stallman (Fcompleting_read): Doc fix.
Sun, 24 Jul 1994 04:04:36 +0000 Richard M. Stallman (Fdisplay_completion_list): gcpro `completions'.
Fri, 24 Jun 1994 14:14:43 +0000 Richard M. Stallman (Fcompleting_read): Doc fix.
Tue, 21 Jun 1994 20:49:12 +0000 Richard M. Stallman (read_minibuf_unwind): Run Qminibuffer_exit_hook here.
Sat, 18 Jun 1994 00:18:28 +0000 Karl Heuer (minibuf_save_list): New variable, replaces minibuf_save_vector.
Fri, 10 Jun 1994 20:33:03 +0000 Richard M. Stallman (Fdisplay_completion_list): Require at least two spaces between items.
Wed, 25 May 1994 02:39:20 +0000 Karl Heuer (Fminibuffer_complete_word): GCPRO completion and tem.
Wed, 04 May 1994 02:41:09 +0000 Karl Heuer Update copyright.
Tue, 03 May 1994 05:12:17 +0000 Richard M. Stallman (read_minibuf): Clear previous_echo_glyphs.
Fri, 29 Apr 1994 20:00:51 +0000 Richard M. Stallman (Fminibuffer_complete): Add third arg to Fset_window_start.
Fri, 29 Apr 1994 05:48:36 +0000 Karl Heuer (do_completion): Initialize vars before gcpro.
Tue, 26 Apr 1994 01:19:14 +0000 Richard M. Stallman (temp_echo_area_glyphs): Use Vunread_command_events.
Fri, 08 Apr 1994 01:38:48 +0000 Karl Heuer (Vminibuffer_exit_hook): New variable.
Thu, 07 Apr 1994 04:13:55 +0000 Karl Heuer (Fminibuffer_prompt_width): Undo previous change for negative values.
Wed, 06 Apr 1994 06:01:15 +0000 Karl Heuer (temp_echo_area_glyphs): Use PT, not point.
Wed, 06 Apr 1994 05:59:21 +0000 Karl Heuer (Fminibuffer_prompt_width): Allow for negative value.
Tue, 05 Apr 1994 22:53:54 +0000 Karl Heuer (do_completion): gcpro some things.