summaryrefslogtreecommitdiff
path: root/src/minibuf.c
Commit message (Expand)AuthorAgeFilesLines
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-5/+4
* Refactor minibuffer abortingMiha Rihtaršič2021-09-201-2/+7
* ; * src/minibuf.c (Ftest_completion): Clarify doc string.Eli Zaretskii2021-09-161-2/+2
* Clarify test-completion doc stringLars Ingebrigtsen2021-09-161-0/+4
* Improve wording of recently changed documentationEli Zaretskii2021-08-061-3/+4
* Add function minibuffer-restore-windows (bug#45072)Juri Linkov2021-08-061-2/+5
* Add new user option 'read-minibuffer-restore-windows'martin rudalics2021-08-041-3/+15
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-201-1/+1
* In read_minibuf_unwind don't try to select dead window (Bug#49248)Martin Rudalics2021-06-291-1/+1
* `minibuffer-exit-hook' doc string clarificationLars Ingebrigtsen2021-05-301-1/+1
* Fix segfaults when byte-compiling with native-compilationEli Zaretskii2021-05-151-3/+9
* Miscellaneous corrections to src/minibuf.c for bug #48337Alan Mackenzie2021-05-151-7/+9
* Various detailed fixes to minibuf.c, etc., to fix bug #48337Alan Mackenzie2021-05-141-13/+22
* Fix assertions in nth_minibufferEli Zaretskii2021-05-111-0/+2
* Prevent the selected window being a dead mini-window when switching framesAlan Mackenzie2021-05-081-3/+11
* Fix wrong handling of minibuffers when frames get iconified/made invisibleAlan Mackenzie2021-05-061-1/+17
* Fix unclean "can't happen" error handling in read_minibuf_unwindAlan Mackenzie2021-04-221-11/+10
* * src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`Stefan Monnier2021-04-201-25/+0
* * src/minibuf.c (read_minibuf): Change multibyte more safelyStefan Monnier2021-04-201-9/+7
* Introduce and use minibuffer-mode. This fixes bug #47150Alan Mackenzie2021-04-201-8/+14
* completing-read: If HIST is the symbol `t', history is not recorded.Daniel Mendler2021-04-191-1/+2
* Check minibuffer windows are live windows, rather than assuming itAlan Mackenzie2021-04-161-14/+24
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-2/+2
* Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-211-108/+184
* Make recursive minibuffers and recursive edits work togetherAlan Mackenzie2021-02-111-31/+84
* Minimise the time Vminibuffer_list is in an inconsistent state (src/minibuf.c)Alan Mackenzie2021-01-311-2/+2
* With minibuffer-follows-selected-frame `hybrid', preserve recursive MbuffersAlan Mackenzie2021-01-301-21/+39
* Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-121-1/+28
* Fix build breakage if Lisp_Object is not a primitive type.Philipp Stephani2021-01-101-2/+2
* Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-101-21/+161
* Remove unused DEFSYMStefan Kangas2021-01-081-3/+0
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-1/+1
* minibuffer code: restore original frame after using minibuffer-only frame, etcAlan Mackenzie2020-11-231-1/+4
* In attempted recursive minibuffer use, display error message in correct frameAlan Mackenzie2020-11-191-2/+3
* Merge from origin/emacs-27Glenn Morris2020-11-131-1/+2
|\
| * Avoid crashes in the daemon due to user interactionEli Zaretskii2020-11-111-1/+2
* | Don't set the selected window to the miniwindow on a frame change.Alan Mackenzie2020-11-081-4/+0
* | * src/minibuf.c (move_minibuffer_onto_frame): Fix comparisonPhilipp Stephani2020-11-051-1/+1
* | Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-051-38/+126
* | Fread_variable doc string clarificationLars Ingebrigtsen2020-08-211-1/+1
* | Signal an end-of-file error upon errors when reading from stdinLars Ingebrigtsen2020-08-191-1/+1
* | Rehash hash tables eagerly after loading a dumpPip Cet2020-08-111-3/+0
* | Merge from origin/emacs-27Glenn Morris2020-02-011-4/+4
|\ \ | |/
| * Ensure minibuffer input is added to history in read_minibufFederico Tedin2020-01-311-4/+4
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Fix error message about recursive use of minibufferEli Zaretskii2019-12-271-2/+2
* | * src/minibuf.c (read_minibuf): Use `user-error`Stefan Monnier2019-12-231-3/+4
|/
* Simplify call to add-to-history in read_minibufFederico Tedin2019-12-101-19/+10