summaryrefslogtreecommitdiff
path: root/lisp/emulation/cua-base.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-281-3/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-301-1/+1
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* * emulation/cua-base.el (cua-set-mark): Fix case of string.Christoph Scholtes2011-10-191-1/+1
* Fix more minor mode docstrings.Chong Yidong2011-10-191-10/+11
* * lisp/emulation/cua-base.el (cua-selection-mode): Make it toggle again.Stefan Monnier2011-04-251-1/+5
* * lisp/emulation/cua-base.el (pc-selection-mode): Declare.Glenn Morris2011-02-181-0/+3
* Merge changes from emacs-23 branchChong Yidong2011-02-121-1/+1
|\
| * Fix trivial typos in comments and ChangeLogs.Juanma Barranquero2011-02-121-1/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Refill some copyright headers.Glenn Morris2011-01-151-2/+2
* | Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * emulation/cua-base.el (cua--init-keymaps):Kim F. Storm2011-01-141-1/+1
* | Support for systems without floats was removed a decade ago.Glenn Morris2010-10-211-5/+3
* | Remove leading `*' from docs of some defcustoms etc.Glenn Morris2010-09-221-27/+27
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-1/+1
|\ \ | |/
| * Fix typos in some Keywords comments.Glenn Morris2010-06-261-1/+1
* | emulation/cua-base.el: Recognize also `right-word' and `left-word'.Juanma Barranquero2010-05-301-0/+1
* | emulation/cua-base.el: Recognize `right-char', `left-char' as movement commands.Juanma Barranquero2010-05-301-0/+1
* | CUA mode: Fix use of `filter-buffer-substring' (rework previous change).Juanma Barranquero2010-05-101-4/+5
* | * cua-base.el, cua-gmrk.el: Fix use of `filter-buffer-substring'.Juanma Barranquero2010-05-071-1/+3