aboutsummaryrefslogtreecommitdiffstats
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * src/minibuf.c (Fread_from_minibuffer): Doc fix.Chong Yidong2011-12-061-12/+22
* Fixes: debbugs:9903Andreas Schwab2011-10-291-2/+2
* * minibuf.c (Finternal_complete_buffer): Fix last change.Stefan Monnier2011-10-111-3/+4
* * src/minibuf.c (Finternal_complete_buffer): Only show internal buffers ifStefan Monnier2011-10-011-2/+2
* * src/minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)Glenn Morris2011-09-241-0/+4
* * minibuf.c (Fread_from_minibuffer): Doc fix.Chong Yidong2011-09-111-6/+5
* sprintf-related integer and memory overflow issues.Paul Eggert2011-08-291-4/+4
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-4/+1
* * minibuf.c (read_minibuf_noninteractive): Don't leak memoryPaul Eggert2011-07-281-1/+4
* Merge from intsign.Paul Eggert2011-07-191-13/+23
|\
| * Port to OpenBSD.Paul Eggert2011-07-191-13/+23
* | Use ptrdiff_t for hash table indexes.Paul Eggert2011-07-181-1/+1
|/
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-1/+0
* Merge from trunk.Paul Eggert2011-06-231-80/+1
|\
| * Move completing-read-function and completing-read-default to elispLeo Liu2011-06-231-80/+1
* | * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,Paul Eggert2011-06-221-8/+6
|/
* * minibuf.c (Fread_buffer): Don't assume strlen fits in int.Paul Eggert2011-06-191-2/+2
* Make identifiers static if they are not used in other modules.Paul Eggert2011-06-101-1/+1
* Move some window-related functions from frame.c to window.c.Martin Rudalics2011-06-061-0/+9
* Merge from trunk.Paul Eggert2011-06-021-34/+43
|\
| * Merge from trunk.Paul Eggert2011-06-021-31/+40
| |\
| | * * lisp/minibuffer.el (minibuffer-inactive-mode-map): New var.Stefan Monnier2011-06-011-31/+40
| * | Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-301-3/+3
| |/
* | Merge from trunk.Paul Eggert2011-05-301-52/+31
|\|
| * * lisp/minibuffer.el: Add metadata method to completion tables.Stefan Monnier2011-05-311-52/+31
* | [ChangeLog]Paul Eggert2011-05-301-1/+1
|/
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-3/+3
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-3/+3
* 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
|\|