aboutsummaryrefslogtreecommitdiffstats
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-10/+2
* src/minibuf.c: Fix previous change.Juanma Barranquero2011-03-201-2/+1
* New variable completing-read-function to customize completing-readLeo Liu2011-03-201-1/+33
* * minibuf.c (Ftry_completion, Fall_completions): Rename or remove localsPaul Eggert2011-03-141-22/+20
* * minibuf.c (choose_minibuf_frame_1): Now static.Paul Eggert2011-03-141-1/+1
* current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert2011-03-061-2/+2
* * minibuf.c (minibuf_prompt, minibuf_prompt_width): Move herePaul Eggert2011-03-061-0/+9
* Change B_ to BVARTom Tromey2011-02-161-11/+11
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-11/+11
* * minibuf.c: conform to C89 pointer rulesPaul Eggert2011-02-061-2/+2
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-3/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Give read-expression-history a doc.Glenn Morris2011-01-191-3/+9
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-85/+27
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Move declarations from .c files to .h files.Dan Nicolaescu2010-11-181-4/+0
* | Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.cEli Zaretskii2010-09-251-2/+2
* | Fix some uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-3/+3
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-1/+2
|\|
| * Document arguments passed to `read-buffer-function' (bug#5625).Juanma Barranquero2010-07-281-1/+2
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-7/+0
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-2/+0
* | Merge from emacs-23Juanma Barranquero2010-07-271-1/+1
|\|
| * * minibuf.c (Fread_buffer): Doc fix (bug#6528).Christoph Scholtes2010-07-261-1/+1
* | Convert old-style definitionsAndreas Schwab2010-07-121-25/+10
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-44/+23
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-17/+11
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-13/+13
|/
* * minibuf.c (Fall_completions): Add more checks.Andreas Schwab2010-06-081-3/+4
* * minibuf.c (Fall_completions): Add more checks.Andreas Schwab2010-06-081-2/+4
* * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).Juanma Barranquero2010-06-081-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * minibuf.c (Fall_completions): Minor optimization.Chong Yidong2009-12-271-4/+4
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-17/+17
* * minibuf.c (Fall_completions): Fix typos in docstring.Juanma Barranquero2009-10-261-1/+1
* Fix typos in comments.Juanma Barranquero2009-10-261-1/+1
* (all-completions): Declare the 4th arg obsolete.Stefan Monnier2009-10-261-3/+3
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (Vminibuffer_completion_confirm): Doc fix.Chong Yidong2009-03-171-2/+2
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (read_minibuf): Follow the non-interactive case whenDan Nicolaescu2008-12-221-1/+5
* (Fread_buffer): Doc fix.Chong Yidong2008-12-201-2/+3
* (Fcompleting_read, Vminibuffer_completion_confirm): DocumentChong Yidong2008-11-241-3/+14
* (choose_minibuf_frame): Handle NORECORD in call ofMartin Rudalics2008-11-021-1/+1
* (Vread_buffer_function): Doc fix.Chong Yidong2008-07-301-2/+3
* (read_buffer_completion_ignore_case): New var.Chong Yidong2008-07-301-6/+21
* * dired.c (file_name_completion): Don't return t if the match is exactStefan Monnier2008-06-101-7/+1
* * keymap.c (Vminibuffer_local_filename_must_match_map):Stefan Monnier2008-06-051-1/+1
* * minibuf.c (keys_of_minibuf): Delete.Stefan Monnier2008-05-221-36/+0