summaryrefslogtreecommitdiff
path: root/lisp/emulation/cua-rect.el
Commit message (Expand)AuthorAgeFilesLines
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Make `mouse-1' restart the cua-rect rectangleLars Ingebrigtsen2021-12-041-4/+2
|/
* ; Stylistic docfixes in emulation/*.el found by checkdocStefan Kangas2021-09-181-2/+4
* ; Fix typos in doc stringsMattias EngdegÄrd2021-03-121-1/+1
* * lisp/emulation/: Use lexical-bindingStefan Monnier2021-03-061-70/+70
* Prefer `declare` over a `put` of `list-indent-function`.Stefan Monnier2021-02-221-5/+3
* Prefer defvar-local in cuaStefan Kangas2021-01-311-4/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Add some missing docstrings in cua-rect.elBoruch Baum2020-10-271-26/+56
* Don't quote lambdas in several placesStefan Kangas2020-10-011-2/+2
* Use format-prompt in read-string calls (that have default values)Lars Ingebrigtsen2020-09-061-2/+2
* * lisp/emulation/cua-rect.el (cua--rectangle-region-insert): New function.Juri Linkov2020-06-101-1/+5
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* cua-rect help: check for 'control valuePierre-Yves Luyten2019-08-031-0/+1
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-061-1/+1
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* 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
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Support rectangular regions for more commandsJuri Linkov2015-11-141-2/+24
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * emulation/cua-rect.el (cua--highlight-rectangle): Avoid error at point-min.Glenn Morris2014-08-251-1/+1
* * cua-rect.el (cua--activate-rectangle): Avoid setting cua--rectangle to nil.Glenn Morris2014-07-061-4/+4
* 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-7/+23
* * lisp/emulation/cua-base.el (cua-paste): Add `delete-selection' propertyStefan Monnier2013-12-111-2/+4
* Make CUA-mode use shift-select-mode.Stefan Monnier2013-12-081-4/+10
* Use delete-selection-mode in cua-mode.Stefan Monnier2013-12-081-33/+25
* Silence cua-mode compilationGlenn Morris2013-05-281-2/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Merge from emacs-24; up to 2012-05-05T02:50:20Z!monnier@iro.umontreal.caGlenn Morris2012-09-051-0/+2
|\
| * Fix right and left key remapping issue (bug#12317)Glenn Morris2012-08-311-0/+2
* | Prefer typical American spelling for "acknowledgment".Paul Eggert2012-07-241-1/+1
* | lisp/*: Add declarations, remove unused bindings, mark unused args.Juanma Barranquero2012-04-191-39/+38
|/
* Add delete-forward-char to CUA remappings.Chong Yidong2012-03-101-0/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-051-2/+2
* Spelling fixes.Paul Eggert2011-11-181-1/+1
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-29/+29
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | Merge from emacs-23Andreas Schwab2010-06-101-1/+1
|\ \ | |/
| * Fix typos.Juanma Barranquero2010-06-031-1/+1
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-241-1/+1