summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAge
* Improve wording of recently changed documentationEli Zaretskii2021-08-06
* Add function minibuffer-restore-windows (bug#45072)Juri Linkov2021-08-06
* Add new user option 'read-minibuffer-restore-windows'martin rudalics2021-08-04
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-20
* In read_minibuf_unwind don't try to select dead window (Bug#49248)Martin Rudalics2021-06-29
* `minibuffer-exit-hook' doc string clarificationLars Ingebrigtsen2021-05-30
* Fix segfaults when byte-compiling with native-compilationEli Zaretskii2021-05-15
* Miscellaneous corrections to src/minibuf.c for bug #48337Alan Mackenzie2021-05-15
* Various detailed fixes to minibuf.c, etc., to fix bug #48337Alan Mackenzie2021-05-14
* Fix assertions in nth_minibufferEli Zaretskii2021-05-11
* Prevent the selected window being a dead mini-window when switching framesAlan Mackenzie2021-05-08
* Fix wrong handling of minibuffers when frames get iconified/made invisibleAlan Mackenzie2021-05-06
* Fix unclean "can't happen" error handling in read_minibuf_unwindAlan Mackenzie2021-04-22
* * src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`Stefan Monnier2021-04-20
* * src/minibuf.c (read_minibuf): Change multibyte more safelyStefan Monnier2021-04-20
* Introduce and use minibuffer-mode. This fixes bug #47150Alan Mackenzie2021-04-20
* completing-read: If HIST is the symbol `t', history is not recorded.Daniel Mendler2021-04-19
* Check minibuffer windows are live windows, rather than assuming itAlan Mackenzie2021-04-16
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-24
* Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-21
* Make recursive minibuffers and recursive edits work togetherAlan Mackenzie2021-02-11
* Minimise the time Vminibuffer_list is in an inconsistent state (src/minibuf.c)Alan Mackenzie2021-01-31
* With minibuffer-follows-selected-frame `hybrid', preserve recursive MbuffersAlan Mackenzie2021-01-30
* Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-12
* Fix build breakage if Lisp_Object is not a primitive type.Philipp Stephani2021-01-10
* Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-10
* Remove unused DEFSYMStefan Kangas2021-01-08
* Update copyright year to 2021Paul Eggert2021-01-01
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* minibuffer code: restore original frame after using minibuffer-only frame, etcAlan Mackenzie2020-11-23
* In attempted recursive minibuffer use, display error message in correct frameAlan Mackenzie2020-11-19
* Merge from origin/emacs-27Glenn Morris2020-11-13
|\
| * Avoid crashes in the daemon due to user interactionEli Zaretskii2020-11-11
* | Don't set the selected window to the miniwindow on a frame change.Alan Mackenzie2020-11-08
* | * src/minibuf.c (move_minibuffer_onto_frame): Fix comparisonPhilipp Stephani2020-11-05
* | Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-05
* | Fread_variable doc string clarificationLars Ingebrigtsen2020-08-21
* | Signal an end-of-file error upon errors when reading from stdinLars Ingebrigtsen2020-08-19
* | Rehash hash tables eagerly after loading a dumpPip Cet2020-08-11
* | Merge from origin/emacs-27Glenn Morris2020-02-01
|\|
| * Ensure minibuffer input is added to history in read_minibufFederico Tedin2020-01-31
* | Merge from origin/emacs-27Paul Eggert2020-01-01
|\|
| * Update copyright year to 2020Paul Eggert2020-01-01
* | Fix error message about recursive use of minibufferEli Zaretskii2019-12-27
* | * src/minibuf.c (read_minibuf): Use `user-error`Stefan Monnier2019-12-23
|/
* Simplify call to add-to-history in read_minibufFederico Tedin2019-12-10
* Make HIST arg of read-from-minibuffer work with buffer-local varsFederico Tedin2019-12-05
* Fix case-insensitive completion of buffer namesEli Zaretskii2019-11-09
* Signal `invalid-read-syntax' for "trailing garbage"Lars Ingebrigtsen2019-08-23
* Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier2019-07-26