summaryrefslogtreecommitdiff
path: root/lisp/emulation/cua-base.el
Commit message (Expand)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (cua-paste): Handle x-clipboard-yank.Kim F. Storm2007-02-241-0/+3
* (cua-global-keymap, cua--region-keymap):Kim F. Storm2007-01-281-0/+3
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (cua-paste-pop-rotate-temporarily): Doc fix.Kim F. Storm2006-12-051-13/+14
* (cua-toggle-set-mark): Doc fix.Kim F. Storm2006-12-021-19/+100
* (cua--pre-command-handler-1): Rewrite.Kim F. Storm2006-09-051-67/+73
* (cua-delete-selection, cua-toggle-set-mark): New defcustoms.Kim F. Storm2006-07-141-3/+16
* Mention customizing cua-mode as alternativeKim F. Storm2006-05-201-2/+2
* (cua-delete-region, cua-paste)Kim F. Storm2006-04-091-4/+4
* (cua-rectangle-mark-key): New defcustom.Kim F. Storm2006-03-251-2/+19
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (cua-mode): Doc fix.Luc Teirlinck2006-02-021-1/+2
* (cua-mode): Mention that CUA enablesKim F. Storm2006-02-011-1/+5
* * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...Kim F. Storm2005-12-081-17/+26
* (cua--select-keymaps): Enable repeatKim F. Storm2005-12-081-3/+25
* * ibuf-ext.el (ibuffer-do-shell-command-pipe)Romain Francoise2005-10-071-1/+1
* Set CUA move property on additional commands:Kim F. Storm2005-09-281-0/+4
* (cua-delete-region): Return t ifKim F. Storm2005-08-151-6/+11
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-011-2/+2
* (cua-mode, cua-enable-register-prefix, cua-enable-cua-keys, cua-use-hyper-key,Juanma Barranquero2005-07-211-10/+10
* (cua-mode): Improve doc string.Kim F. Storm2005-07-201-4/+20
* (cua--pre-command-handler-1, cua--pre-command-handler)Kim F. Storm2005-07-141-99/+112
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (cua-check-pending-input, cua-repeat-replace-region, cua-mode, cua-debug,Juanma Barranquero2005-06-301-7/+7
* (cua-mode): Use add-to-ordered-list toKim F. Storm2005-06-131-1/+1
* (cua-normal-cursor-color, cua-read-only-cursor-color,Juanma Barranquero2005-06-101-8/+8
* * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)Kim F. Storm2005-06-061-3/+3
* (cua-use-hyper-key): Doc fix.Kim F. Storm2005-05-171-9/+9
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-05-171-1/+1
* (cua-copy-region, cua-cut-region)Kim F. Storm2005-05-081-6/+18
* Rework last fix.Kim F. Storm2005-05-021-4/+3
* Fix check for CUA-mode if no init file.Kim F. Storm2005-05-011-2/+4
* (cua--pre-command-handler): Add moreKim F. Storm2005-04-181-4/+14
* (cua-global-mark-face): Add special caseDan Nicolaescu2005-04-161-1/+2
* (cua-rectangle-face)Kim F. Storm2005-04-121-6/+9
* (cua-mode): Specify :group.Lute Kamstra2005-04-041-0/+1
* (cua-scroll-down): Add CUA property.Kim F. Storm2005-03-301-1/+1
* Put CUA move property on move-end-of-lineKim F. Storm2005-03-071-0/+1
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
* (cua-max-undo, cua-undo): Remove.Kim F. Storm2005-02-071-38/+20
* (cua--preserve-mark-commands): Remove.Kim F. Storm2004-12-141-16/+1
* (group cua): Add :version keyword.Kim F. Storm2004-10-301-1/+1
* Fix copyright.Kim F. Storm2004-10-281-1/+2
* (cua-auto-expand-rectangles): RemoveKim F. Storm2004-08-291-33/+58
* (cua--preserve-mark-commands): New defvar.Kim F. Storm2004-07-161-2/+19
* (cua-mode): Deactivate mark when cua-mode is enabled.Kim F. Storm2004-05-031-0/+1
* (cua--update-indications): Fix last change.Kim F. Storm2004-05-031-1/+1
* Change cursor-type block to hollow.Kim F. Storm2004-04-301-12/+12
* * emulation/cua-base.el: Add support for changing cursor types;Kim F. Storm2004-04-301-26/+106