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.
|
Sun, 20 Aug 2000 17:10:13 +0000 |
Miles Bader |
(do_completion): Try again if we rewrite the input string, but no
|
Fri, 18 Aug 2000 04:55:09 +0000 |
Gerd Moellmann |
(do_completion): Use EQ instead of != to compare
|
Tue, 08 Aug 2000 16:26:31 +0000 |
Miles Bader |
(do_completion): Don't consider a simple change of case as `completion'.
|
Wed, 05 Apr 2000 17:29:31 +0000 |
Ken Raeburn |
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
|
Wed, 15 Mar 2000 19:58:19 +0000 |
Gerd Moellmann |
(Fminibuffer_complete): Set point to ZV if finding
|
Tue, 07 Mar 2000 10:27:07 +0000 |
Gerd Moellmann |
(Fminibuffer_complete): Move point to ZV when input is
|
Fri, 25 Feb 2000 13:31:28 +0000 |
Gerd Moellmann |
(read_minibuf): Cancel busy-cursor.
|
Mon, 14 Feb 2000 23:36:15 +0000 |
Stefan Monnier |
(Ftry_completion, Fall_completions): Add a reference to
|
Fri, 04 Feb 2000 17:31:33 +0000 |
Dave Love |
(read_minibuf_noninteractive): Remove undeclared gcpro1, gcpro2.
|
Tue, 11 Jan 2000 17:35:53 +0000 |
Richard M. Stallman |
(Ftry_completion): Doc fix.
|
Fri, 07 Jan 2000 13:54:24 +0000 |
Gerd Moellmann |
(Fcompleting_read): Doc fix.
|
Sun, 19 Dec 1999 19:13:08 +0000 |
Richard M. Stallman |
(Fcompleting_read): Rename arg INIT to INITIAL_INPUT.
|
Mon, 13 Dec 1999 03:50:00 +0000 |
Richard M. Stallman |
(Fall_completions): Doc fix.
|
Thu, 04 Nov 1999 20:30:49 +0000 |
Gerd Moellmann |
(do_completion, Fminibuffer_complete_word): Use
|
Wed, 03 Nov 1999 12:40:41 +0000 |
Gerd Moellmann |
(string_to_object): New.
|
Mon, 25 Oct 1999 04:58:18 +0000 |
Ken Raeburn |
more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
|
Sun, 17 Oct 1999 12:55:49 +0000 |
Gerd Moellmann |
(Fminibuffer_complete_and_exit): Supply value for new
|
Thu, 30 Sep 1999 04:19:45 +0000 |
Kenichi Handa |
(Fminibuffer_complete_word): Calculate string byte
|
Mon, 20 Sep 1999 23:18:49 +0000 |
Gerd Moellmann |
(toplevel): Move include of stdio.h to other includes.
|
Thu, 16 Sep 1999 12:52:20 +0000 |
Gerd Moellmann |
(read_minibuf): Remove unused variables.
|
Mon, 13 Sep 1999 11:13:47 +0000 |
Gerd Moellmann |
(choose_minibuf_frame): Don't try to set the
|
Sun, 12 Sep 1999 20:21:55 +0000 |
Gerd Moellmann |
(read_minibuf_unwind): Call resize_mini_window with
|
Wed, 08 Sep 1999 21:14:25 +0000 |
Richard M. Stallman |
(read_minibuf): Put all three properties on the same range--the whole prompt.
|
Fri, 03 Sep 1999 15:52:10 +0000 |
Gerd Moellmann |
(read_minibuf_unwind): Resize mini-window when
|
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.
|