log src/minibuf.c @ 109820:33724382fa3f

age author description
Sun, 08 Aug 2010 17:12:29 -0400 Chong Yidong Merge changes from emacs-23 branch
Wed, 28 Jul 2010 02:15:49 +0200 Juanma Barranquero Document arguments passed to `read-buffer-function' (bug#5625).
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Mon, 26 Jul 2010 20:52:35 -0700 Dan Nicolaescu Use const, move declarations to header files.
Tue, 27 Jul 2010 04:10:05 +0200 Juanma Barranquero Merge from emacs-23
Mon, 12 Jul 2010 19:47:17 +0200 Andreas Schwab Convert old-style definitions
Mon, 26 Jul 2010 01:56:56 +0200 Juanma Barranquero * minibuf.c (Fread_buffer): Doc fix (bug#6528).
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Tue, 08 Jun 2010 21:42:10 +0200 Andreas Schwab * minibuf.c (Fall_completions): Add more checks.
Tue, 08 Jun 2010 19:56:21 +0200 Andreas Schwab * minibuf.c (Fall_completions): Add more checks.
Tue, 08 Jun 2010 18:53:11 +0200 Juanma Barranquero * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Sun, 27 Dec 2009 08:11:12 +0000 Chong Yidong * minibuf.c (Fall_completions): Minor optimization.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Mon, 26 Oct 2009 16:20:44 +0000 Juanma Barranquero * minibuf.c (Fall_completions): Fix typos in docstring.
Mon, 26 Oct 2009 15:18:03 +0000 Juanma Barranquero Fix typos in comments.
Mon, 26 Oct 2009 03:39:15 +0000 Stefan Monnier (all-completions): Declare the 4th arg obsolete.
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Tue, 17 Mar 2009 04:37:41 +0000 Chong Yidong (Vminibuffer_completion_confirm): Doc fix.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Mon, 22 Dec 2008 20:45:52 +0000 Dan Nicolaescu (read_minibuf): Follow the non-interactive case when
Sat, 20 Dec 2008 10:25:19 +0000 Chong Yidong (Fread_buffer): Doc fix.
Mon, 24 Nov 2008 19:13:29 +0000 Chong Yidong (Fcompleting_read, Vminibuffer_completion_confirm): Document
Sun, 02 Nov 2008 10:41:28 +0000 Martin Rudalics (choose_minibuf_frame): Handle NORECORD in call of
Wed, 30 Jul 2008 15:33:38 +0000 Chong Yidong (Vread_buffer_function): Doc fix.
Wed, 30 Jul 2008 15:26:31 +0000 Chong Yidong (read_buffer_completion_ignore_case): New var.
Tue, 10 Jun 2008 18:41:01 +0000 Stefan Monnier * dired.c (file_name_completion): Don't return t if the match is exact
Thu, 05 Jun 2008 05:44:12 +0000 Stefan Monnier * keymap.c (Vminibuffer_local_filename_must_match_map):