summaryrefslogtreecommitdiff
path: root/lisp/emulation/cua-base.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Remove redundant #' before lambdaStefan Kangas2021-10-211-11/+11
* | Change how cua-mode defined `C-x' and `C-c'Lars Ingebrigtsen2021-10-111-4/+7
|/
* ; Stylistic docfixes in emulation/*.el found by checkdocStefan Kangas2021-09-181-2/+2
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-5/+5
* * lisp/emulation/: Use lexical-bindingStefan Monnier2021-03-061-112/+99
* Prefer defvar-local in cuaStefan Kangas2021-01-311-5/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-191-5/+5
* Fix restoring data in visual-line-modeLars Ingebrigtsen2020-10-011-3/+4
* Fix bug with deactivation of mark in 'cua-cancel'Andrew Burgess2020-06-201-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Merge from origin/emacs-26Glenn Morris2019-04-211-0/+1
|\
| * Autoload cua-toggle-rectangle-mark (Bug#34947)Braun Gábor2019-04-191-0/+1
* | Introduce new defcustom for terminal CUA rectangle commandsAlexander Gramiak2019-04-061-5/+14
* | Fix defining keyboard macros in CUA modeEli Zaretskii2019-03-201-1/+2
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Remove uses of obsolete 'CUA' symbol propertyStefan Monnier2018-11-181-5/+3
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
* | * lisp/emulation/cua-base.el (cua-paste): Quieten compilation.Glenn Morris2018-03-151-6/+2
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* cua-prefix-override-inhibit-delay doc fixLars Ingebrigtsen2016-05-011-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Generalize the prefix-command machinery of C-uStefan Monnier2015-09-011-23/+30
* Silence some compilation warningsGlenn Morris2015-04-301-0/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from emacs-24; up to 117687Glenn Morris2014-11-081-3/+3
|\
| * * lisp/emulation/cua-base.el (cua--select-keymaps): Use region-active-p.Stefan Monnier2014-11-071-4/+4
* | Merge from emacs-24; up to 117656Glenn Morris2014-11-011-60/+12
|\ \ | |/
| * * lisp/emulation/cua-base.el (cua-delete-region): Use delete-active-region.Stefan Monnier2014-10-311-19/+2
| * Restore cua-delete-copy-to-register-0 and M-v command.Kim F. Storm2014-10-301-44/+10
* | * lisp/emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):Stefan Monnier2014-04-101-43/+0
|/
* * lisp/emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them asStefan Monnier2014-02-121-2/+2
* Small doc updates for CUA and diredGlenn Morris2014-01-271-6/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.Stefan Monnier2013-12-151-2/+1
* * lisp/emulation/cua-base.el (cua-paste): Add `delete-selection' propertyStefan Monnier2013-12-111-54/+14
* Make CUA-mode use shift-select-mode.Stefan Monnier2013-12-081-51/+9
* Use delete-selection-mode in cua-mode.Stefan Monnier2013-12-081-68/+22
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Face cleanups. Remove some uses of old-style face spec and :bold/:italic. Chong Yidong2012-06-091-1/+1
* Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-131-8/+14
|\
| * Fix for C-x C-x in cua-selection-mode.Chong Yidong2012-04-131-8/+14
* | * lisp/emulation/cua-base.el (cua--pre-command-handler-1): Don't activateStefan Monnier2012-04-131-16/+1
|/
* Add delete-forward-char to CUA remappings.Chong Yidong2012-03-101-0/+1