summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Install fixes for Bug#12764 and Bug#12766.Martin Rudalics2012-10-311-0/+4
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-111-19/+8
* Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.caGlenn Morris2012-10-051-1/+1
|\
| * * src/minibuf.c (Fcompleting_read): Doc fix (tiny change)Ikumi Keita2012-10-041-1/+1
* | Misc doc fixes.Chong Yidong2012-09-221-4/+4
* | Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* | Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-1/+1
* | Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1
* | Clean up some extern decls.Paul Eggert2012-09-021-1/+0
* | Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-1/+1
* | * buffer.h (BSET): Remove.Paul Eggert2012-08-171-7/+7
* | * src/minibuf.c (read_minibuf): Ignore caller's inhibit-read-only.Stefan Monnier2012-08-151-0/+1
* | Don't call Fset_window_buffer from C code.Martin Rudalics2012-08-141-3/+9
* | Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-6/+7
* | Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-4/+4
* | Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-4/+4
* | Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-4/+4
* | Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-4/+4
* | Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-1/+1
* | Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-4/+4
* | Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-4/+4
* | * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-111-1/+1
* | Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* | Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-2/+2
* | Do not use Fdelete_overlay in delete_all_overlaysDmitry Antipov2012-07-061-4/+3
* | Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* | * window.h (struct window): Change type of 'hscroll',Dmitry Antipov2012-06-281-3/+3
* | * src/minibuf.c (Fread_string): Bind minibuffer-completion-table.Stefan Monnier2012-06-191-1/+9
* | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-5/+5
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* | * minibuf.c (Fassoc_string): Remove duplicate declaration.Paul Eggert2012-06-021-2/+0
* | Merge from trunk.Paul Eggert2012-04-091-5/+6
|\ \
| * | Remove defining user variables via * in docstring.Chong Yidong2012-04-091-5/+6
| |/
* | Merge from trunk.Paul Eggert2012-02-101-9/+13
|\ \ | |/
| * * minibuf.c (syms_of_minibuf): Doc fix.Chong Yidong2012-01-281-9/+13
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-12/+22
|\ \ | |/
| * * src/minibuf.c (Fread_from_minibuffer): Doc fix.Chong Yidong2011-12-061-12/+22
* | Merge from trunk.Paul Eggert2011-10-291-2/+2
|\ \ | |/
| * Fixes: debbugs:9903Andreas Schwab2011-10-291-2/+2
* | Merge from trunk.Paul Eggert2011-10-121-3/+4
|\ \ | |/
| * * minibuf.c (Finternal_complete_buffer): Fix last change.Stefan Monnier2011-10-111-3/+4
* | Merge from trunk.Paul Eggert2011-10-011-2/+2
|\ \ | |/
| * * src/minibuf.c (Finternal_complete_buffer): Only show internal buffers ifStefan Monnier2011-10-011-2/+2
* | Merge from trunk.Paul Eggert2011-09-241-0/+4
|\ \ | |/
| * * src/minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)Glenn Morris2011-09-241-0/+4
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-26/+26
|/
* * minibuf.c (Fread_from_minibuffer): Doc fix.Chong Yidong2011-09-111-6/+5