summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* * src/minibuf.c (history-length): Increase default from 30 to 100.Glenn Morris2014-10-20
* * lisp/emacs-lisp/timer.el (timer-event-handler): Don't run if canceled.Stefan Monnier2014-05-18
* * minibuf.c (read_minibuf): Avoid C99ism in previous patch.Paul Eggert2014-05-07
* Fix initialization of minibuffer history variable, bug #17430.Jarek Czekalski2014-05-07
* * minibuf.c (Fread_string): Doc clarification.Lars Ingebrigtsen2014-02-07
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-28
* * lisp/loadhist.el (read-feature): Get rid of fake feature nil. Leo Liu2013-11-15
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-05
* Cleanup frame flushing.Dmitry Antipov2013-09-09
* Do not reset window modification event counters excessively.Dmitry Antipov2013-08-08
* New macro to iterate over live buffers similar to frames.Dmitry Antipov2013-08-05
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* * lisp/simple.el (read-expression-map): Use completion-at-point.Stefan Monnier2013-05-04
* src/minibuf.c (Ftest_completion): Silence compiler warning.Juanma Barranquero2013-04-16
* * src/minibuf.c (Ftest_completion): Ignore non-string/symbol keys in hashStefan Monnier2013-04-09
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-01
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-28
* Reorder conditions that are written backwardsAndreas Schwab2013-03-24
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Simplify via eabs.Paul Eggert2013-01-01
|/
* Install fixes for Bug#12764 and Bug#12766.Martin Rudalics2012-10-31
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-11
* Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.caGlenn Morris2012-10-05
|\
| * * src/minibuf.c (Fcompleting_read): Doc fix (tiny change)Ikumi Keita2012-10-04
* | Misc doc fixes.Chong Yidong2012-09-22
* | Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* | Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-11
* | Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* | Clean up some extern decls.Paul Eggert2012-09-02
* | Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-28
* | * buffer.h (BSET): Remove.Paul Eggert2012-08-17
* | * src/minibuf.c (read_minibuf): Ignore caller's inhibit-read-only.Stefan Monnier2012-08-15
* | Don't call Fset_window_buffer from C code.Martin Rudalics2012-08-14
* | Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-13
* | Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-07
* | Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-07
* | Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-06
* | Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-06
* | Remove unnecessary casts involving pointers.Paul Eggert2012-08-03
* | Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-01
* | Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-31
* | * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-11
* | Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-10
* | Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-09
* | Do not use Fdelete_overlay in delete_all_overlaysDmitry Antipov2012-07-06
* | Cleanup xmalloc.Dmitry Antipov2012-07-05