summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer name comparison in async shell-commandBasil L. Contovounesios2017-11-031-23/+17
* Fix doc typosGlenn Morris2017-10-281-1/+1
* Fix some duplicate words typosGlenn Morris2017-10-271-1/+1
* Fix doc strings in simple.elEli Zaretskii2017-10-211-5/+6
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Fix last doc string change in simple.elEli Zaretskii2017-09-291-4/+5
* Revert "bug#28609: simple.el"Eli Zaretskii2017-09-291-3/+2
* bug#28609: simple.elDevon Sean McCullough2017-09-291-2/+3
* lisp/simple.el: Indicate when a list of pairs is meant in a docstringJohn Wiegley2017-09-261-2/+2
* bug#28609: simple.elDevon Sean McCullough2017-09-261-10/+10
* Remove old cl-assert calls in 'newline'Paul Eggert2017-09-171-23/+16
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/simple.el (visual-line-mode): Doc fix. (Bug#28337)Eli Zaretskii2017-09-031-1/+1
* Do not split line before width of fill-prefixSamuel Freilich2017-08-301-15/+12
* Fix bugs merged with bug#25428Eli Zaretskii2017-08-261-6/+12
* Make list-processes support display-line-numbersEli Zaretskii2017-08-191-3/+3
* Fix vertical cursor motion when cursor is on the fringeEli Zaretskii2017-08-131-3/+4
* Improve doc strings of 2 functions in simple.elEli Zaretskii2017-08-121-0/+4
* Fix auto-filling regressionTom Tromey2017-08-091-1/+1
* Allow async command output buffer to be shown only on outputReuben Thomas2017-08-071-2/+21
* Respect comment-auto-fill-only-commentsTom Tromey2017-08-051-0/+7
* Improve documentation of 'region-extract-function'Eli Zaretskii2017-08-051-11/+12
* 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