summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/simple.el (undo): Use undo--last-change-was-undo-pStefan Monnier2020-02-141-11/+6
* Merge from origin/emacs-27Glenn Morris2020-02-131-1/+1
|\
| * Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-091-1/+1
* | * lisp/simple.el (undo-redo): New commandStefan Monnier2020-02-081-0/+24
* | Show key bindings on M-x completion (bug#39035)Juri Linkov2020-01-301-10/+23
* | Merge from origin/emacs-27Glenn Morris2020-01-281-3/+4
|\ \ | |/
| * Improve doc string of 'newline'Stefan Kangas2020-01-251-3/+4
| * Backport: Fix bug 39218Tino Calancha2020-01-231-1/+2
* | Merge from origin/emacs-27Glenn Morris2020-01-241-3/+2
|\ \ | |/
| * * lisp/simple.el: Minor fixes to commentary.Paul Eggert2020-01-221-3/+2
* | Fix bug 39218Tino Calancha2020-01-231-1/+2
* | Merge from origin/emacs-27Glenn Morris2020-01-201-16/+41
|\ \ | |/
| * Fix shell-command-dont-erase-buffer featureTino Calancha2020-01-191-16/+41
* | Merge from origin/emacs-27Glenn Morris2020-01-151-1/+1
|\ \ | |/
| * ; * lisp/simple.el (messages-buffer): Doc fix. (Bug#39124)Eli Zaretskii2020-01-141-1/+1
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Make goto-line keep a separate input history per bufferFederico Tedin2019-12-241-1/+6
|/
* Spelling fixesPaul Eggert2019-12-091-1/+1
* * lisp/simple.el (shell-command-on-region): Use set-buffer-major-mode.Juri Linkov2019-12-091-0/+1
* Clarify documentation of functions that use the default faceEli Zaretskii2019-12-061-3/+9
* Make HIST arg of read-from-minibuffer work with buffer-local varsFederico Tedin2019-12-051-5/+13
* Document 'zap-up-to-char'Eli Zaretskii2019-11-291-1/+2
* Have what-cursor-position optionally show character nameRobert Pluim2019-11-231-10/+23
* * lisp/simple.el (process-file): Clarify doc string.Paul Eggert2019-11-171-8/+7
* ; Grammar in simple.el doc strings and commentsStephen Gildea2019-11-161-44/+44
* * lisp/simple.el (eval-expression-print-maximum-character): Use choice type.Juri Linkov2019-11-171-1/+3
* Make clone-buffer not unbind global variableBraun Gábor2019-11-141-1/+1
* Fix a few more minor quoting problems.Paul Eggert2019-11-111-1/+1
* Move read-char-from-minibuffer from simple.el to subr.el and document it.Juri Linkov2019-11-101-70/+0
* Add CHARS arg to read-char-from-minibuffer compatible with read-char-choice.Juri Linkov2019-11-101-21/+58
* Fix last changeEli Zaretskii2019-11-091-3/+3
* Mention future history in history-related minibuffer commandsHong Xu2019-11-091-2/+5
* Inhibit undo-in-region for mouse-drag-region (bug#37700)Mattias Engdegård2019-10-311-1/+6
* Rename read-char-with-history to read-char-from-minibuffer (bug#10477)Juri Linkov2019-10-301-19/+21
* Reimplement read-char-with-history based on read-from-minibufferJuri Linkov2019-10-301-65/+25
* Add doc for goto-history-elementHong Xu2019-10-281-1/+3
* Make <up> work in read-char-with-historyLars Ingebrigtsen2019-10-281-6/+10
* * lisp/loadup.el: Load minibuffer after cl-genericStefan Monnier2019-10-271-5/+2
* special-mode doc string clarificationHong Xu2019-10-191-1/+4
* Improve documentation of shell-command-prompt-show-cwdStefan Kangas2019-10-171-0/+2
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-1/+1
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-141-1/+2
* Allow zap-to-char to use a historyLars Ingebrigtsen2019-10-141-1/+69
* Make the previous-matching-history-element prompt clearerLars Ingebrigtsen2019-10-131-6/+9
* Support showing directory in shell command promptStefan Kangas2019-10-111-2/+19
* New variable amalgamating-undo-limitLars Ingebrigtsen2019-10-111-1/+9
* Clarify docs on newline and auto-fill-modeBasil L. Contovounesios2019-10-081-4/+5
* Avoid crashes when casifying noncontiguous regionsPaul Eggert2019-09-221-14/+2
* Support rectangular regions in capitalize-region and capitalize-dwim.Juri Linkov2019-09-221-1/+1