Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | (cmd): Add beginning-of-visual-line and | Martin Rudalics | 2008-12-18 | 1 | -0/+1 |
* | American English spelling fix. | Glenn Morris | 2008-06-27 | 1 | -1/+1 |
* | Put isearch-scroll property on cua-scroll-up and cua-scroll-down. | Juri Linkov | 2008-05-11 | 1 | -0/+2 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
* | (cua-mode): Turn off shift-select-mode. | Chong Yidong | 2008-04-02 | 1 | -1/+4 |
* | (cua-paste): Signal an error in read-only buf. | Stefan Monnier | 2008-03-19 | 1 | -1/+1 |
* | (cua-remap-control-z): Fix typo in docstring. | Juanma Barranquero | 2008-03-01 | 1 | -1/+1 |
* | (cua-remap-control-v) | Kim F. Storm | 2008-02-29 | 1 | -11/+20 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ | |||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| * | (cua-highlight-region-shift-only, cua-paste-pop): Fix typos in docstrings. | Juanma Barranquero | 2007-11-15 | 1 | -3/+3 |
| * | Move CUA-mode check to `bad-packages-alist'. | Glenn Morris | 2007-08-14 | 1 | -17/+0 |
* | | (top-level): Move (provide 'cua-base) to end. | Glenn Morris | 2007-12-04 | 1 | -20/+23 |
* | | (x-clipboard-yank): Fix declaration. | Glenn Morris | 2007-11-22 | 1 | -1/+1 |
* | | (x-clipboard-yank): Declare as function. | Juanma Barranquero | 2007-11-22 | 1 | -0/+2 |
* | | (cua--keymaps-initialized): Rename from `cua--keymaps-initalized'. | Juanma Barranquero | 2007-11-15 | 1 | -10/+10 |
* | | (cua--pre-command-handler-1): | Stefan Monnier | 2007-11-15 | 1 | -10/+14 |
* | | (cua-paste): Check if mouse-region-match is fbound | Juri Linkov | 2007-10-06 | 1 | -0/+1 |
* | | Merge from emacs--devo--0 | Miles Bader | 2007-08-27 | 1 | -6/+3 |
|\ \ | |||||
| * | | (cua-paste): Use `mouse-region-match' instead of checking last-command. | Juri Linkov | 2007-08-21 | 1 | -6/+3 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-08-21 | 1 | -16/+0 |
|\ \ \ | |/ / | |||||
| * | | Move CUA-mode check to `bad-packages-alist'. | Glenn Morris | 2007-08-14 | 1 | -16/+0 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-07-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-07-24 | 1 | -5/+10 |
|\ \ \ | |/ / | |||||
| * | | (cua-paste): Before a yank command, | Juri Linkov | 2007-07-15 | 1 | -5/+10 |
| |/ | |||||
* | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-04-22 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | (cua-paste): Handle x-clipboard-yank. | Kim F. Storm | 2007-02-24 | 1 | -0/+3 |
* | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-01-29 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | (cua-global-keymap, cua--region-keymap): | Kim F. Storm | 2007-01-28 | 1 | -0/+3 |
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | | Merged from emacs@sv.gnu.org. | Karoly Lorentey | 2007-01-01 | 1 | -19/+101 |
|\ \ | |/ | |||||
| * | (cua-paste-pop-rotate-temporarily): Doc fix. | Kim F. Storm | 2006-12-05 | 1 | -13/+14 |
| * | (cua-toggle-set-mark): Doc fix. | Kim F. Storm | 2006-12-02 | 1 | -19/+100 |
* | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-10-14 | 1 | -67/+73 |
|\ \ | |/ | |||||
| * | (cua--pre-command-handler-1): Rewrite. | Kim F. Storm | 2006-09-05 | 1 | -67/+73 |
* | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-07-29 | 1 | -3/+16 |
|\ \ | |/ | |||||
| * | (cua-delete-selection, cua-toggle-set-mark): New defcustoms. | Kim F. Storm | 2006-07-14 | 1 | -3/+16 |
* | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-05-24 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Mention customizing cua-mode as alternative | Kim F. Storm | 2006-05-20 | 1 | -2/+2 |
* | | Merged from | Karoly Lorentey | 2006-04-10 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | (cua-delete-region, cua-paste) | Kim F. Storm | 2006-04-09 | 1 | -4/+4 |
* | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-04-01 | 1 | -2/+19 |
|\ \ | |/ | |||||
| * | (cua-rectangle-mark-key): New defcustom. | Kim F. Storm | 2006-03-25 | 1 | -2/+19 |
* | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-02-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | | Merged from | Karoly Lorentey | 2006-02-03 | 1 | -1/+6 |
|\ \ | |/ |