summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Support rectangular regions in capitalize-region and capitalize-dwim.Juri Linkov2019-09-221-1/+1
* Allow `process-contact' not to blockLars Ingebrigtsen2019-09-201-1/+1
* Put error output from M-! at the end of the error bufferLars Ingebrigtsen2019-08-231-9/+8
* Respect global-eldoc-mode in minibuffers (Bug#36886)Noam Postavsky2019-08-201-4/+2
* Make newline-and-indent take a numeric prefixLars Ingebrigtsen2019-08-171-5/+10
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-161-5/+3
* Include port numbers in `M-x list-processes'Lars Ingebrigtsen2019-08-151-6/+11
* Merge from origin/emacs-26Glenn Morris2019-08-101-6/+12
|\
| * Improve doc strings of 'append-to-buffer' and friendsEli Zaretskii2019-08-091-6/+12
* | Merge from origin/emacs-26Glenn Morris2019-08-101-1/+1
|\ \ | |/
| * * lisp/simple.el (kill-do-not-save-duplicates): Doc fix. (Bug#36827)Eli Zaretskii2019-08-031-1/+1
* | Add conditional operator xor to subr.elMattias Engdegård2019-08-061-2/+1
* | decode-time now returns subsec tooPaul Eggert2019-08-051-0/+3
* | delete-backward/forward-char doc string clarificationLars Ingebrigtsen2019-08-031-4/+6
* | decoded-time-dst doc fixLars Ingebrigtsen2019-07-311-1/+3
* | * lisp/simple.el (decoded-time): Use `cl-defstruct`Stefan Monnier2019-07-291-71/+19
* | Add support for dealing with decoded time structuresLars Ingebrigtsen2019-07-291-0/+76
* | Fix documentation of 'redisplay-highlight-region-function'Eli Zaretskii2019-07-271-8/+8
* | Add a doc string to redisplay-highlight-region-functionLars Ingebrigtsen2019-07-271-0/+7
* | Clarify yank-pop doc stringLars Ingebrigtsen2019-07-271-4/+5
* | Remove no-longer-needed integer overflow codePaul Eggert2019-07-221-11/+3
* | Mention `M-n' for VALUE in the `set-variable' commandLars Ingebrigtsen2019-07-131-1/+6
* | * lisp/simple.el (shell-command): Raise a user-error instead of an error.Michael Albinus2019-07-091-3/+3
* | Make two variables for extended command suggestions mention each otherLars Ingebrigtsen2019-07-091-2/+6
* | * lisp/minibuffer.el (minibuffer-message-properties): New variable.Juri Linkov2019-07-051-1/+2
* | * lisp/simple.el (undo): Make message less enthusiasticAlex Branham2019-06-271-1/+1
* | Use `default-indent-new-line' instead of `indent-new-comment-line'Dmitry Gutov2019-06-271-1/+1
* | * lisp/simple.el (forward-visible-line, end-of-visible-line): Use invisible-pStefan Monnier2019-06-251-32/+7
* | Fix list-processes typo with thread-namePip Cet2019-06-111-1/+2
* | User-friendly display of error messages at the end of minibufferJuri Linkov2019-06-031-0/+22
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* | Rename shell-command-width to async-shell-command-width (bug#35055)Juri Linkov2019-05-051-3/+3
* | Minor region-noncontiguous-p simplificationBasil L. Contovounesios2019-05-011-1/+1
* | * lisp/simple.el (eval-expression): Fix paren typo.Stefan Monnier2019-04-251-1/+1
* | Use lexical-binding by default for M-:, --eval, and *scratch*Stefan Monnier2019-04-251-2/+4
* | Merge commit '890440a44cd5f4f09742f521c7783785d114fffc'Stephen Leake2019-04-141-2/+17
|\ \
| * | Improve documentation of a recent commitEli Zaretskii2019-04-141-2/+3
| * | * lisp/simple.el (shell-command-width): New defcustom.Juri Linkov2019-04-141-2/+16
* | | Rename new user variable `next-error-verbosity' to `next-error-verbose'Stephen Leake2019-04-141-5/+5
|/ /
* | Merge commit 'de238b39e335c6814283faa171b35145f124edf2'Stephen Leake2019-04-111-3/+7
|\ \
| * \ Merge from origin/emacs-26Glenn Morris2019-04-101-0/+3
| |\ \ | | |/
| | * Note that choose-completion-string-functions funcs take four argsEric Abrahamsen2019-04-091-0/+3
| * | Define and use new procedure display-symbol-keys-pAlexander Gramiak2019-04-061-3/+4
* | | Make `next-error' output fewer messages about locusStephen Leake2019-04-111-9/+24
|/ /
* | Fix recently extended delete-indentation behaviorBasil L. Contovounesios2019-03-311-23/+31
* | Fix bug in delete-indentation when region is inactiveStephen Leake2019-03-221-1/+2
* | Minor fixes for the last changeEli Zaretskii2019-03-221-3/+4
* | If the region is active, join all the lines it spansŁukasz Stelmach2019-03-221-17/+25
* | Merge from origin/emacs-26Glenn Morris2019-02-201-1/+1
|\ \ | |/