summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAge
* Update copyright year to 2017Paul Eggert2016-12-31
* Fix M-x hints on Mac portStefan Monnier2016-12-23
* Restore keystroke echo in 'C-q'Eli Zaretskii2016-11-25
* Improve documentation of 'current-word'Eli Zaretskii2016-11-25
* * lisp/simple.el (set-mark-command): Doc fix. (Bug#24890)Eli Zaretskii2016-11-07
* Clarify doc string of 'transpose-sexps'Eli Zaretskii2016-11-04
* Revert "* lisp/simple.el (process-menu-mode, list-processes--refresh):"Eli Zaretskii2016-10-23
* Fix kill-line's docstringNoam Postavsky2016-10-21
* * lisp/simple.el (process-menu-mode, list-processes--refresh):Tino Calancha2016-10-16
* Document yank behavior in the right placeKarl Fogel2016-10-03
* Improve documentation of 'expand-abbrev' and wrapper hooksEli Zaretskii2016-09-26
* Improve detectability of 'next-logical-line' and 'previous-logical-line'Eli Zaretskii2016-09-23
* Fix docstring of eval-expressionNoam Postavsky2016-08-12
* Fix missing undo-boundary on revert-buffer.Phillip Lord2016-07-06
* Revert "Fix viper undo breakage from undo-boundary changes"Phillip Lord2016-06-11
* Fix undo boundary in recursive edit (Bug#23632)Phillip Lord2016-06-08
* Fix viper undo breakage from undo-boundary changesPhillip Lord2016-05-23
* Clarify the doc of eval-expression-print-formatLars Ingebrigtsen2016-05-01
* Doc fixed for next-error-buffer-pLars Ingebrigtsen2016-05-01
* Doc tweakLars Ingebrigtsen2016-05-01
* Improve doc string of 'set-goal-column'Eli Zaretskii2016-04-30
* Avoid errors in 'newline'Eli Zaretskii2016-03-19
* Improve doc string of 'shell-command'Eli Zaretskii2016-03-06
* Improve doc strings of 'forward/backward-word-strictly'Eli Zaretskii2016-02-10
* * lisp/simple.el (next-line-or-history-element): Reset temporary-goal-column.Juri Linkov2016-02-10
* Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-05
* ; Spelling fixes (American spelling)Glenn Morris2016-01-25
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix `display-buffer' call in `display-message-or-buffer' (Bug#22221)Martin Rudalics2015-12-22
* Clarify doc string of 'display-message-or-buffer'Eli Zaretskii2015-12-19
* Fix 'this-command-keys' wrt prefix argumentEli Zaretskii2015-12-11
* Improve documentation of kill commandsEli Zaretskii2015-12-07
* Externalize some symbols in undo-autoPhillip Lord2015-12-03
* ; Added documentation for undo-auto functionality.Phillip Lord2015-11-30
* After delete, record point location in undo.Phillip Lord2015-11-26
* Finish excising electric indent from `open-line'Karl Fogel2015-11-21
* Revert `open-line' electric-indent sensitivityKarl Fogel2015-11-19
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-17
* Support rectangular regions for more commandsJuri Linkov2015-11-14
* Fix point positioning after transposing with negative argEli Barzilay2015-11-13
* ; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord2015-11-12
|\
| * The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord2015-11-12
* | Fix documentation of 'beginning/end-of-buffer'Phil Sainty2015-10-30
* | (internal--syntax-propertize): Save match-data here (bug#21766)Stefan Monnier2015-10-28
* | Fix bug#21766 and add testJuanma Barranquero2015-10-28
* | * lisp/simple.el (open-line): Integrate with electric-indent-modeArtur Malabarba2015-10-26
* | * lisp/simple.el (open-line): Fix docstringArtur Malabarba2015-10-26
* | New DWIM commands for changing letter-caseZachary Kanfer2015-09-26
* | Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-07
* | Generalize the prefix-command machinery of C-uStefan Monnier2015-09-01