summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAge
...
* Tweak how use-region-p works with `use-empty-active-region'Drew Adams2022-09-20
* Revert "Allow nil value for filter-buffer-substring-function"Stefan Kangas2022-09-20
* Allow nil value for filter-buffer-substring-functionStefan Kangas2022-09-19
* Remove the save-match-data from shell-commandLars Ingebrigtsen2022-09-14
* Move imagep in image.c from the debugging sectionLars Ingebrigtsen2022-09-13
* Add new function imagepLars Ingebrigtsen2022-09-13
* Use use-region-beginning/end in replacement commands (bug#45607)Juri Linkov2022-09-04
* Fix point adjustment in recreated *Messages* buffersEli Zaretskii2022-08-29
* Revert parts of 3f076a8e44 that caused test failuresJuri Linkov2022-08-28
* Use truncated-partial-width-window-p in more places (bug#56815)Juri Linkov2022-08-27
* Fix regression with cursor motion in Magit buffersEli Zaretskii2022-08-27
* ; * lisp/simple.el (read-only-mode): Fix wording of doc string.Eli Zaretskii2022-08-24
* When reverting, preserve the readedness state set by `C-x C-q'Lars Ingebrigtsen2022-08-24
* Fix indent-tabs-mode globalityLars Ingebrigtsen2022-08-22
* Display new keybinding in obsolete command warningStefan Kangas2022-08-19
* Fix region-extract-function compilation warningLars Ingebrigtsen2022-08-19
* Further speedups of redisplay of long and truncated linesEli Zaretskii2022-08-14
* Add new value `dont-save' to `deactivate-mark'Po Lu2022-08-13
* Add use-region-beginning and use-region-endLars Ingebrigtsen2022-08-09
* Fix time comparison in primitive-undoPaul Eggert2022-08-01
* ; Improve doc string of 'read-extended-command'Eli Zaretskii2022-07-26
* Don't bind `M-X' when doing general completionLars Ingebrigtsen2022-07-26
* Restore how (read-from-minibuffer ... read-expression-map) workedLars Ingebrigtsen2022-07-14
* Merge from origin/emacs-28Stefan Kangas2022-07-10
|\
| * ; Improve wording of recently-changed doc strings.Eli Zaretskii2022-07-09
* | Delete obsolete variable buffer-substring-filtersStefan Kangas2022-07-09
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-08
* | Fix undo of changes in cloned indirect buffersEli Zaretskii2022-07-07
* | Prefer defcustom :safe to putting 'safe-local-variable'Stefan Kangas2022-07-06
* | Make some additional defcustom types more restrictiveStefan Kangas2022-07-06
* | Merge from origin/emacs-28Stefan Kangas2022-07-05
|\|
| * Expand docstrings related to auto-savingStefan Kangas2022-07-05
* | Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-03
* | Fix deletion of composed textEli Zaretskii2022-06-27
* | Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-27
* | Make `signal-process' allow completing over signal namesLars Ingebrigtsen2022-06-26
* | * lisp/simple.el (delete-forward-char): Fix bug #56237.Eli Zaretskii2022-06-26
* | Re-fix build warnings about subr-x defsubstsLars Ingebrigtsen2022-06-25
* | Allow toggling completion modes for `M-x' with `M-X'Lars Ingebrigtsen2022-06-24
* | Allow `kill-buffer' query to save the buffer firstLars Ingebrigtsen2022-06-24
* | Make M-S-x output better in mode that have bindings for `undefined'Lars Ingebrigtsen2022-06-19
* | * lisp/simple.el (completion-auto-wrap): Rename from completion-wrap-movement.Juri Linkov2022-06-14
* | Default decoded-time dst slot to -1Paul Eggert2022-06-13
* | Fix execute-extended-command help text for remapped commandsLars Ingebrigtsen2022-06-06
* | Simplify set-goal-columnLars Ingebrigtsen2022-06-05
* | Make the goal column work for the scrolling commands, tooLars Ingebrigtsen2022-06-05
* | * lisp/simple.el (completion-setup-function): Use file-name-directory.Juri Linkov2022-06-01
* | Fix yank-in-context--transform after recent reversionLars Ingebrigtsen2022-05-31
* | Fix handling of windows/buffers for non-nil completion-auto-select (bug#55712)Juri Linkov2022-05-31
* | Document decoded-time-string issue on 6-elt argsPaul Eggert2022-05-29