aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support display of line numbers nativelyEli Zaretskii2017-07-081-3/+18
|\
| * Fix vertical-motion across the place where line-number width changesEli Zaretskii2017-07-071-3/+18
* | Add absolute optional parameter to line-number-at-pos (Bug#26417)Damien Cassou2017-07-031-11/+18
* | Revert "Add current-line in simple.el"Nicolas Petton2017-06-191-18/+11
* | Add current-line in simple.elDamien Cassou2017-06-191-11/+18
* | primitive-undo: Update only the currently valid markersNitish Chandra2017-06-171-2/+6
|/
* Enable eldoc-mode explicitly inside read--expressionDmitry Gutov2017-06-061-0/+1
* Limit integers printed as characters (Bug#16828)Noam Postavsky2017-05-191-20/+38
* Refactor lisp eval result printingNoam Postavsky2017-05-191-28/+30
* Fix last change in line-move-finishEli Zaretskii2017-05-181-1/+2
* Fix vertical cursor motion when columns are of unequal sizeEli Zaretskii2017-05-101-1/+6
* Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel2017-04-281-2/+2
* Don't call 'kill-this-buffer' outside of menusEli Zaretskii2017-04-121-1/+16
* Stop `fixup-whitespace' adding trailing whitespace (Bug#18783)Niels Möller2017-03-301-1/+1
* Recomplexify ‘delete-trailing-whitespace’ by treating \n as whitespace againNoam Postavsky2017-03-141-4/+3
* Nix some useless uses of looking-at, looking-backMark Oteiza2017-02-121-1/+1
* Restore special setting of this-command-keys by M-xEli Zaretskii2017-02-101-0/+3
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* * lisp/simple.el (region-bounds): New function.Juri Linkov2017-01-221-1/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-01-011-0/+1
|\ \ | |/
| * Fix M-x hints on Mac portStefan Monnier2016-12-231-0/+1
* | Doc fix for recent changeGlenn Morris2016-12-071-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-12-071-14/+23
|\ \ | |/
| * Restore keystroke echo in 'C-q'Eli Zaretskii2016-11-251-8/+12
| * Improve documentation of 'current-word'Eli Zaretskii2016-11-251-6/+11
* | delete-trailing-whitespace: handle read-only text in bufferSam Steingold2016-12-071-1/+9
* | Merge from origin/emacs-25Paul Eggert2016-11-191-2/+2
|\ \ | |/
| * * lisp/simple.el (set-mark-command): Doc fix. (Bug#24890)Eli Zaretskii2016-11-071-2/+2
* | Update parameter :version to 26.1 in several defcustomTino Calancha2016-11-171-2/+2
* | Merge from origin/emacs-25Paul Eggert2016-11-041-3/+7
|\ \ | |/
| * Clarify doc string of 'transpose-sexps'Eli Zaretskii2016-11-041-3/+7
| * Revert "* lisp/simple.el (process-menu-mode, list-processes--refresh):"Eli Zaretskii2016-10-231-3/+1
* | Merge from origin/emacs-25Paul Eggert2016-10-231-2/+2
|\ \ | |/
| * Fix kill-line's docstringNoam Postavsky2016-10-211-2/+2
| * * lisp/simple.el (process-menu-mode, list-processes--refresh):Tino Calancha2016-10-161-1/+3
| * Document yank behavior in the right placeKarl Fogel2016-10-031-7/+31
* | Document yank behavior in the right placeKarl Fogel2016-10-021-7/+31
* | Merge from origin/emacs-25Paul Eggert2016-09-261-2/+4
|\ \ | |/
| * Improve documentation of 'expand-abbrev' and wrapper hooksEli Zaretskii2016-09-261-2/+4
| * Improve detectability of 'next-logical-line' and 'previous-logical-line'Eli Zaretskii2016-09-231-0/+2
* | Improve detectability of 'next-logical-line' and 'previous-logical-line'Eli Zaretskii2016-09-161-0/+2
* | Rename option to shell-command-dont-erase-bufferTino Calancha2016-08-261-10/+10
* | call-shell-region: New defunTino Calancha2016-08-251-6/+4
* | In ‘clone-indirect-buffer’ fix argument mixup (Bug#24306)Martin Rudalics2016-08-251-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-08-221-6/+6
|\ \ | |/
| * Fix docstring of eval-expressionNoam Postavsky2016-08-121-6/+6
| * Fix missing undo-boundary on revert-buffer.Phillip Lord2016-07-061-1/+9
* | Allow not erase output buffer in shell commandsTino Calancha2016-08-161-18/+89