summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-8/+8
* * minibuf.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-2/+2
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-14/+14
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-8/+9
* * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.Paul Eggert2011-04-021-1/+3
* Merge from trunkStefan Monnier2011-03-311-10/+2
|\
| * Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-10/+2
* | Merge from trunkStefan Monnier2011-03-211-24/+53
|\ \ | |/
| * 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
* | Merge from trunkStefan Monnier2011-03-061-1/+10
|\ \ | |/
| * 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
* | Merge from trunkStefan Monnier2011-02-211-11/+11
|\ \ | |/
| * Change B_ to BVARTom Tromey2011-02-161-11/+11
| * Hide implementation of `struct buffer'Tom Tromey2011-02-141-11/+11
* | Merge from trunkStefan Monnier2011-02-111-2/+2
|\ \ | |/
| * * minibuf.c: conform to C89 pointer rulesPaul Eggert2011-02-061-2/+2
* | Merge from trunkStefan Monnier2011-02-011-91/+36
|\ \ | |/
| * 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
* | | Obey lexical-binding in interactive evaluation commands.Stefan Monnier2010-12-151-2/+2
* | | Try and be more careful about propagation of lexical environment.Stefan Monnier2010-12-131-0/+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