log src/minibuf.c @ 52014:292d2d0762b8

age author description
Tue, 22 Jul 2003 19:03:45 +0000 Stefan Monnier (get_minibuffer): Use it.
Tue, 22 Jul 2003 16:12:45 +0000 Stefan Monnier (get_minibuffer): Be careful when calling `reset_buffer'
Sun, 06 Jul 2003 23:26:09 +0000 Stefan Monnier (read_minibuf): UNGCPRO before returning.
Sat, 24 May 2003 22:02:14 +0000 Kim F. Storm Update Fset_window_buffer usage.
Sat, 17 May 2003 21:17:45 +0000 Stefan Monnier (Fselect_window): Add optional arg `norecord'.
Sat, 17 May 2003 15:52:54 +0000 Richard M. Stallman (read_minibuf): If buffer is empty, record the default in the history.
Fri, 11 Apr 2003 02:06:15 +0000 Kenichi Handa (temp_echo_area_glyphs): Change the arg to Lisp
Fri, 24 Jan 2003 19:15:05 +0000 Andreas Schwab (Fminibuffer_message): Verify type of parameter.
Mon, 13 Jan 2003 08:22:44 +0000 Richard M. Stallman (minibuffer_completion_contents): Error if point is inside prompt.
Tue, 07 Jan 2003 19:35:29 +0000 Markus Rost (Fread_variable): Doc fix.
Sat, 07 Dec 2002 21:41:00 +0000 Richard M. Stallman (Fcompleting_read): Doc fix.
Thu, 26 Sep 2002 09:59:44 +0000 John Paul Wallington (Fminibufferp): Add an optional `buffer' argument.
Tue, 13 Aug 2002 22:52:05 +0000 Richard M. Stallman (Fminibufferp): New function.
Tue, 16 Jul 2002 19:48:51 +0000 Ken Raeburn (temp_echo_area_glyphs): String pointer args now
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Wed, 10 Jul 2002 08:45:24 +0000 Juanma Barranquero Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
Sun, 07 Jul 2002 21:09:14 +0000 Stefan Monnier (Ftry_completion, Fall_completions, Ftest_completion):
Mon, 01 Jul 2002 07:50:37 +0000 Richard M. Stallman (Fminibuffer_complete_and_exit): Move to end of buffer for completion.
Thu, 27 Jun 2002 16:22:31 +0000 Stefan Monnier (minibuffer_completion_contents): Add return type.
Wed, 26 Jun 2002 08:42:22 +0000 Richard M. Stallman (do_completion, Fminibuffer_complete_word)
Mon, 03 Jun 2002 01:42:52 +0000 Thien-Thi Nguyen (read_minibuf): Cast `current_column' return value to int.
Mon, 20 May 2002 08:06:21 +0000 Ken Raeburn * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
Sun, 28 Apr 2002 22:05:02 +0000 Richard M. Stallman (Fall_completions, Ftry_completion): New arg to Fcommandp.
Tue, 09 Apr 2002 19:28:42 +0000 Stefan Monnier (read_minibuf): Use empty_string.
Thu, 28 Feb 2002 22:09:53 +0000 Kim F. Storm (minibuf_selected_window): Renamed from Vminibuf_selected_window.
Tue, 26 Feb 2002 22:52:56 +0000 Kim F. Storm (read_minibuf): Set Vminibuf_selected_window on first
Fri, 01 Feb 2002 04:32:56 +0000 Richard M. Stallman (Fcompleting_read): Doc fix.
Sun, 27 Jan 2002 18:20:46 +0000 Pavel Jank (Fread_from_minibuffer, Fread_command, Fread_function)
Mon, 21 Jan 2002 16:15:12 +0000 Pavel Jank (Fminibuffer_contents)
Tue, 18 Dec 2001 22:49:19 +0000 Richard M. Stallman (scmp): Function moved to dired.c.
Thu, 15 Nov 2001 08:06:06 +0000 Miles Bader (Fminibuffer_prompt_end): Update args to Ffield_end.
Tue, 13 Nov 2001 07:03:31 +0000 Pavel Jank (Fminibuffer_complete_word): Reindent.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Sun, 28 Oct 2001 10:54:56 +0000 Pavel Jank (read_minibuf): Remove unused external declaration of variable
Wed, 17 Oct 2001 03:17:18 +0000 Miles Bader Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Mon, 15 Oct 2001 15:04:22 +0000 Pavel Jank Put doc strings in comments.
Fri, 12 Oct 2001 18:54:53 +0000 Stefan Monnier (keys_of_minibuf): Eliminate redundant bindings.
Mon, 08 Oct 2001 11:39:52 +0000 Stefan Monnier Include keymap.h.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Sun, 07 Oct 2001 11:03:59 +0000 Ken Raeburn * minibuf.c (Fminibuffer_prompt_end): Don't apply make_number to a Lisp_Object.
Fri, 05 Oct 2001 12:25:26 +0000 Miles Bader (Fminibuffer_prompt_end, Fminibuffer_contents)
Fri, 05 Oct 2001 09:49:39 +0000 Gerd Moellmann Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
Tue, 11 Sep 2001 16:10:41 +0000 Gerd Moellmann (read_minibuf_unwind): Bind inhibit-modification-hooks.
Tue, 11 Sep 2001 13:08:48 +0000 Gerd Moellmann (read_minibuf): Bind inhibit-modification-hooks to t,
Sat, 23 Jun 2001 16:19:29 +0000 Richard M. Stallman (Fcompleting_read): Doc fix.
Mon, 21 May 2001 12:34:11 +0000 Gerd Moellmann Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
Mon, 05 Mar 2001 11:29:51 +0000 Gerd Moellmann (read_minibuf): Clean up the binding stack if
Wed, 21 Feb 2001 13:57:40 +0000 Gerd Moellmann Use display_hourglass_p, start_hourglass,
Tue, 05 Dec 2000 20:36:44 +0000 Ken Raeburn * minibuf.c: Include intervals.h.
Tue, 21 Nov 2000 15:57:34 +0000 Miles Bader (Vminibuffer_prompt_properties): New variable.
Tue, 31 Oct 2000 06:37:31 +0000 Miles Bader (read_minibuf): Reset the undo history just before starting the recursive-edit.
Fri, 27 Oct 2000 22:20:19 +0000 Stefan Monnier * lisp.h (KEYMAPP): New macro.
Mon, 23 Oct 2000 13:46:41 +0000 Miles Bader (Fminibuffer_complete): Pass nil for FULLY argument to
Sat, 21 Oct 2000 08:56:09 +0000 Eli Zaretskii (Fminibuffer_complete): Call Fpos_visible_in_window_p
Thu, 21 Sep 2000 20:54:57 +0000 Gerd Moellmann Avoid some more compiler warnings.
Thu, 24 Aug 2000 03:24:13 +0000 Kenichi Handa (do_completion): Always use compare-string, not string-equal because
Tue, 22 Aug 2000 22:49:22 +0000 Stefan Monnier (Vcompletion_auto_help): Renamed from `auto_help'.
Tue, 22 Aug 2000 22:41:00 +0000 Andrew Innes Include keyboard.h before frame.h.