Fri, 28 May 2004 20:52:05 +0000 |
Stefan Monnier |
(run_exit_minibuf_hook): New function.
|
Fri, 06 Feb 2004 04:49:55 +0000 |
Luc Teirlinck |
(Fminibufferp, Fread_from_minibuffer)
|
Mon, 29 Dec 2003 11:25:21 +0000 |
Richard M. Stallman |
(Fset_minibuffer_window): Doc fix.
|
Thu, 25 Dec 2003 17:31:23 +0000 |
Luc Teirlinck |
(Fcompleting_read): Undo previous change.
|
Tue, 23 Dec 2003 22:20:04 +0000 |
Luc Teirlinck |
(read_minibuf): Allow INITIAL to be a cons of a string and an integer.
|
Mon, 01 Sep 2003 15:45:59 +0000 |
Miles Bader |
Add arch taglines
|
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.
|