summaryrefslogtreecommitdiff
path: root/lisp/emulation/cua-base.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Scrolling commands which does not signal errors at top/bottom.Juri Linkov2010-04-061-0/+3
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * emulation/cua-base.el: Add CUA property to some CC mode commandsChong Yidong2009-11-081-1/+6
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-1/+1
* * emulation/viper-init.el (viper-restore-cursor-type):Stefan Monnier2009-08-281-2/+2
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (cmd): Add beginning-of-visual-line andMartin Rudalics2008-12-181-0/+1
* American English spelling fix.Glenn Morris2008-06-271-1/+1
* Put isearch-scroll property on cua-scroll-up and cua-scroll-down.Juri Linkov2008-05-111-0/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* (cua-mode): Turn off shift-select-mode.Chong Yidong2008-04-021-1/+4
* (cua-paste): Signal an error in read-only buf.Stefan Monnier2008-03-191-1/+1
* (cua-remap-control-z): Fix typo in docstring.Juanma Barranquero2008-03-011-1/+1
* (cua-remap-control-v)Kim F. Storm2008-02-291-11/+20
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| * (cua-highlight-region-shift-only, cua-paste-pop): Fix typos in docstrings.Juanma Barranquero2007-11-151-3/+3
| * Move CUA-mode check to `bad-packages-alist'.Glenn Morris2007-08-141-17/+0
* | (top-level): Move (provide 'cua-base) to end.Glenn Morris2007-12-041-20/+23
* | (x-clipboard-yank): Fix declaration.Glenn Morris2007-11-221-1/+1