log src/minibuf.c @ 14083:3ac9d27214e4

age author description
Tue, 09 Jan 1996 00:33:22 +0000 Erik Naggum (Ftry_completion, Fall_completions, Fcompleting_read): Harmonize arguments
Thu, 21 Dec 1995 17:12:20 +0000 Karl Heuer (read_minibuf): Pass PROPS arg to make_buffer_string.
Wed, 13 Dec 1995 02:30:33 +0000 Karl Heuer (choose_minibuf_frame): Test HAVE_X_WINDOWS.
Mon, 20 Nov 1995 18:38:26 +0000 Richard M. Stallman (choose_minibuf_frame): On MSDOS, just use minibuf_window.
Sat, 04 Nov 1995 00:21:08 +0000 Karl Heuer (choose_minibuf_frame): Moved here from frame.c.
Mon, 30 Oct 1995 19:38:38 +0000 Richard M. Stallman (temp_echo_area_glyphs): Only delete the temporary message.
Tue, 24 Oct 1995 16:29:45 +0000 Richard M. Stallman (syms_of_minibuf): Doc fix.
Mon, 09 Oct 1995 16:36:59 +0000 Richard M. Stallman (temp_echo_area_glyphs): Restore the old point value.
Mon, 25 Sep 1995 18:42:00 +0000 Richard M. Stallman (read_minibuf_unwind): Use safe_run_hooks.
Thu, 31 Aug 1995 17:23:50 +0000 Richard M. Stallman (Fdisplay_completion_list): Clear all text properties
Sat, 05 Aug 1995 22:55:21 +0000 Richard M. Stallman (Fdisplay_completion_list): gcpro elt.
Fri, 21 Jul 1995 07:50:50 +0000 Richard M. Stallman (read_minibuf): Call choose_minibuffer_frame.
Fri, 09 Jun 1995 03:05:13 +0000 Karl Heuer (Fminibuffer_complete): Make last_command be kboard-local.
Mon, 10 Apr 1995 07:23:00 +0000 Richard M. Stallman Don't include keyboard.h.
Mon, 10 Apr 1995 05:33:58 +0000 Richard M. Stallman Include keyboard.h.
Wed, 15 Mar 1995 01:48:41 +0000 Karl Heuer (read_minibuf): Rename perdisplay to kboard.
Tue, 14 Mar 1995 21:15:08 +0000 Richard M. Stallman (read_minibuf): Save Voverriding_local_map.
Wed, 01 Mar 1995 03:44:26 +0000 Karl Heuer (read_minibuf, read_minibuf_unwind): Undo Jan 31 change.
Fri, 24 Feb 1995 02:28:20 +0000 Karl Heuer (read_minibuf): Make sure the display is locked.
Wed, 01 Feb 1995 02:33:04 +0000 Karl Heuer (read_minibuf, read_minibuf_unwind): Use perdisplay.
Mon, 30 Jan 1995 00:41:51 +0000 Richard M. Stallman (Fcall_interactively): Pass new arg to Fread_string.
Sun, 22 Jan 1995 17:11:23 +0000 Richard M. Stallman (read_minibuf): Don't print the prompt in batch mode.
Sun, 25 Dec 1994 21:14:46 +0000 Richard M. Stallman (read_minibuf): GCPRO things.
Thu, 15 Dec 1994 14:00:55 +0000 Richard M. Stallman (Fall_completions): New arg hide_spaces.
Mon, 28 Nov 1994 20:31:00 +0000 Richard M. Stallman (Fminibuffer_complete_and_exit): Catch errors in do_completion.
Sun, 13 Nov 1994 19:57:12 +0000 Richard M. Stallman (Fdisplay_completion_list): Update COLUMN unconditionally.
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.