log src/minibuf.c @ 25478:e0cfeb5dc848

age author description
Wed, 01 Sep 1999 13:37:07 +0000 Gerd Moellmann (read_minibuf): Flush display after setting cursor to
Sat, 21 Aug 1999 19:30:16 +0000 Gerd Moellmann Remove conditional compilation on
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann (read_minibuf): Reset echo message strings to nil.
Fri, 02 Jul 1999 12:15:14 +0000 Richard M. Stallman (read_minibuf): Set the multibyteness of the
Tue, 13 Oct 1998 23:54:54 +0000 Richard M. Stallman Fix previous change.
Tue, 13 Oct 1998 21:10:10 +0000 Richard M. Stallman (Fdisplay_completion_list): Put on mouse-face properties.
Sun, 09 Aug 1998 21:56:16 +0000 Richard M. Stallman (Fminibuffer_complete): this_command renamed to Vthis_command.
Thu, 02 Jul 1998 07:01:21 +0000 Richard M. Stallman (Vminibuffer_completing_file_name): New var.
Fri, 19 Jun 1998 16:53:40 +0000 Karl Heuer (syms_of_minibuf): Initialize buffer-name-history.
Sun, 14 Jun 1998 08:37:52 +0000 Erik Naggum (Fcompleting_read): Escape bare newline in doc string.
Wed, 20 May 1998 03:01:19 +0000 Richard M. Stallman (syms_of_minibuf): Doc fix.
Tue, 19 May 1998 03:41:25 +0000 Richard M. Stallman (read_minibuf): If history list var is void, make it nil.
Wed, 13 May 1998 00:30:55 +0000 Richard M. Stallman (Fminibuffer_complete_word): Fix the string-comparison loop.
Tue, 12 May 1998 20:15:27 +0000 Richard M. Stallman (Fall_completions, Ftry_completion): Compare char sizes, not STRING_BYTES.
Tue, 12 May 1998 02:48:51 +0000 Richard M. Stallman (assoc_for_completion): Use Fcompare_strings.
Sat, 09 May 1998 23:55:27 +0000 Richard M. Stallman (Qbuffer_name_history): New variable.
Thu, 30 Apr 1998 03:16:00 +0000 Richard M. Stallman (minibuf_conform_representation): New function.
Mon, 20 Apr 1998 03:53:06 +0000 Richard M. Stallman (Ftry_completion): Use Fcompare_strings.
Tue, 14 Apr 1998 13:03:30 +0000 Andreas Schwab (Fself_insert_and_exit): Fix mixing of Lisp_Object and
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Wed, 25 Feb 1998 23:16:37 +0000 Karl Heuer Reorder args of del_range_both.
Tue, 17 Feb 1998 19:44:25 +0000 Richard M. Stallman (read_minibuf): Do use DEFALT in place of empty input
Sun, 08 Feb 1998 21:04:19 +0000 Richard M. Stallman (read_minibuf): If input is empty, return empty string.
Thu, 22 Jan 1998 17:28:56 +0000 Stephen Eglen (Fread-string): Doc fix.
Wed, 21 Jan 1998 23:32:12 +0000 Richard M. Stallman Update copyright year.
Mon, 12 Jan 1998 05:49:45 +0000 Kenichi Handa (Fminibuffer_complete_word): Fix a bug of refering
Mon, 05 Jan 1998 17:14:29 +0000 Richard M. Stallman (read_minibuf): Handle bytes vs chars
Mon, 05 Jan 1998 06:58:06 +0000 Richard M. Stallman (test_completion): Pass both kinds of size to oblookup.
Fri, 02 Jan 1998 21:31:46 +0000 Richard M. Stallman (Fcompleting_read): Doc fix.
Wed, 31 Dec 1997 21:56:00 +0000 Richard M. Stallman (Fminibuffer_complete_word): Handle bytes vs characters
Sat, 27 Dec 1997 08:16:00 +0000 Richard M. Stallman (Fread_command, Fread_variable): Fix previous change.
Sun, 21 Dec 1997 01:44:07 +0000 Richard M. Stallman (Fread_variable): If DEFAULT_VALUE is symbol, use its name.
Fri, 19 Dec 1997 14:54:55 +0000 Karl Heuer (Vread_buffer_function): New var.
Fri, 21 Nov 1997 13:50:47 +0000 Andreas Schwab (read_minibuf_unwind): Fix return type and return nil.
Thu, 16 Oct 1997 18:27:12 +0000 Karl Heuer (read_minibuf): Return DEFALT here, if minibuffer is empty.
Sat, 13 Sep 1997 06:02:11 +0000 Richard M. Stallman (syms_of_minibuf): Doc fix.
Wed, 03 Sep 1997 16:20:47 +0000 Richard M. Stallman (read_minibuf): Fix use of Ffboundp.
Tue, 02 Sep 1997 05:22:07 +0000 Richard M. Stallman (Fread_from_minibuffer, Fread_string): Doc fixes.
Wed, 27 Aug 1997 15:53:09 +0000 Richard M. Stallman Fix previous change.
Tue, 26 Aug 1997 22:16:09 +0000 Richard M. Stallman (read_minibuf): Inherit enable-multibyte-characters
Tue, 26 Aug 1997 11:42:33 +0000 Kenichi Handa (Qcurrent_input_method, Qactivate_input_method): New
Mon, 18 Aug 1997 18:57:32 +0000 Richard M. Stallman (read_minibuf): New arg disable_multibyte.
Tue, 22 Jul 1997 03:10:25 +0000 Richard M. Stallman (choose_minibuf_frame_1): New function.
Sat, 19 Jul 1997 03:26:48 +0000 Richard M. Stallman (Fcompleting_read): gcpro def.
Sat, 12 Jul 1997 06:41:07 +0000 Richard M. Stallman (Fread_from_minibuffer): Remove extra get_keymap argument.
Fri, 04 Jul 1997 20:44:52 +0000 Richard M. Stallman Fix bugs with inappropriate mixing of Lisp_Object with int.
Wed, 25 Jun 1997 06:42:38 +0000 Richard M. Stallman Fix previous change.
Wed, 25 Jun 1997 05:45:46 +0000 Richard M. Stallman (read_minibuf): New arg allow_props.
Thu, 15 May 1997 02:28:12 +0000 Richard M. Stallman (Fread_from_minibuffer): Add gcpro.
Sat, 10 May 1997 21:47:21 +0000 Richard M. Stallman (Fread_command): New optional arg DEFAULT-VALUE. Callers changed.
Fri, 11 Apr 1997 06:04:27 +0000 Richard M. Stallman (read_minibuf): Get the string from the minibuffer
Thu, 10 Apr 1997 22:42:34 +0000 Karl Heuer (scmp, Fdisplay_completion_list): Fix Lisp_Object/integer confusion.
Thu, 20 Feb 1997 06:52:47 +0000 Karl Heuer Include charset.h.
Mon, 10 Feb 1997 09:46:16 +0000 Richard M. Stallman (Fminibuffer_message): New function.
Sun, 08 Dec 1996 08:20:17 +0000 Richard M. Stallman (syms_of_minibuf): Doc fix.
Mon, 11 Nov 1996 23:25:46 +0000 Richard M. Stallman (choose_minibuf_frame): Don't change selected_frame's
Sat, 26 Oct 1996 18:16:50 +0000 Richard M. Stallman (read_minibuf_unwind): Don't restore minibuf_window;
Sat, 21 Sep 1996 04:10:21 +0000 Richard M. Stallman (read_minibuf): Use FRAME_LEFT_SCROLL_BAR_WIDTH
Wed, 18 Sep 1996 22:56:24 +0000 Richard M. Stallman (Fcompleting_read): Doc fix.
Mon, 16 Sep 1996 06:32:10 +0000 Richard M. Stallman (read_minibuf_unwind): Clear last_overlay_modified field.
Fri, 13 Sep 1996 18:25:17 +0000 Richard M. Stallman (read_minibuf): If not in minibuffer window,
Sun, 01 Sep 1996 21:04:32 +0000 Karl Heuer Removed support for !MULTI_FRAME.
Fri, 30 Aug 1996 00:04:33 +0000 Richard M. Stallman (Fminibuffer_complete_word): Check for
Thu, 29 Aug 1996 04:35:38 +0000 Richard M. Stallman (Vhistory_length, Qhistory_length): New variables.
Wed, 07 Aug 1996 18:28:03 +0000 Richard M. Stallman (Fread_from_minibuffer): Make position 0 in the initial
Mon, 10 Jun 1996 21:04:09 +0000 Richard M. Stallman (choose_minibuf_frame): Eliminate MSDOS-non-MULTI_FRAME conditional.
Mon, 10 Jun 1996 21:03:43 +0000 Richard M. Stallman (choose_minibuf_frame): Support multiple frames on MSDOS.
Wed, 10 Apr 1996 01:51:27 +0000 Richard M. Stallman (read_minibuf): GCPRO ambient_dir.
Sun, 07 Apr 1996 16:43:51 +0000 Richard M. Stallman (read_minibuf): Rearrange operations, mainly putting
Sun, 25 Feb 1996 20:46:59 +0000 Richard M. Stallman (read_minibuf): Bind inhibit-read-only to t around clearing the minibuffer.
Mon, 29 Jan 1996 23:26:11 +0000 Richard M. Stallman (Fset_minibuffer_window): New function.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
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.
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.