summaryrefslogtreecommitdiff
path: root/lisp/repeat.el
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-11-221-1/+1
|
* Spelling fixes.Paul Eggert2011-11-191-1/+1
|
* Merge from emacs-23; up to 2010-06-13T18:15:45Z!eliz@gnu.org.Glenn Morris2011-06-081-1/+3
|
* 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
| |
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-191-1/+1
|\|
| * * lisp/repeat.el (repeat): Use read-key to ignore mouse-down events.Stefan Monnier2010-10-181-1/+1
| | | | | | | | Fixes: debbugs:6256
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-141-1/+6
|\|
| * * repeat.el (repeat): Allow repeating when the last event is a click.Stefan Monnier2010-09-111-1/+6
| | | | | | | | Suggested by Drew Adams (bug#6256).
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-6/+6
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* 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
|
* (repeat-undo-count): New variable.Martin Rudalics2008-01-201-11/+32
| | | | | | (repeat): For self-insertions make undo boundary only after 20 repetitions. Inhibit point recording when repeat-repeat-char is non-nil.
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* (repeat): Use last-repeatable-command instead ofMartin Rudalics2007-08-291-33/+54
| | | | | real-last-command. Run pre- and post-command hooks for self-insertion. Update doc-string.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (repeat): Invoke pre-command-hook and post-command-hook.Eli Zaretskii2005-04-161-1/+3
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* Fix license commentary.Gerd Moellmann2001-07-131-2/+2
|
* (repeat): Don't let execute-kbd-macro alter real-last-command.Richard M. Stallman2001-02-101-1/+4
|
* Don't require advice.Karl Heuer1999-03-301-5/+6
| | | | | (repeat): Do function-indirection in check for kbd macro. In self-insert case, use the *last* char in INSERTION.
* Don't require advice.Richard M. Stallman1999-02-261-8/+0
| | | | (repeat-last-kill-command): Variable deleted.
* (repeat): Handle keyboard macros properly.Richard M. Stallman1998-10-161-5/+14
| | | | | | | Handle new prefix arg after self-insert command. Don't include cl even at compile time. (repeat): Avoid using `loop'.
* (repeat): Doc fix.Karl Heuer1998-08-261-2/+2
|
* (repeat): Doc fix.Dave Love1998-08-251-3/+11
| | | | | | | [From rms:] (repeat-previous-repeated-command): New variable. (repeat): Check for real-last-command being null or repeat. Set repeat-previous-repeated-command.
* (repeat): Make an undo boundary between repetitions.Richard M. Stallman1998-08-071-0/+2
|
* (repeat): Don't set obsolete var repeat-num-input-keys-at-prefix.Richard M. Stallman1998-06-131-2/+1
|
* Renamed from vi-dot.el.Richard M. Stallman1998-06-111-161/+96
| | | | | | | | | | | | All functions and variables renamed. (repeat-last-kill-command): Variable deleted; use real-last-command instead. (kill-region): Advice definition deleted. (universal-argument-more, universal-argument-other-key) (typematic-universal-argument-more-or-less): Advice deleted. (repeat-prefix-arg): Variable deleted. (repeat-num-input-keys-at-prefix): Variable deleted. (repeat): Use last-prefix-arg.
* Customized.Richard M. Stallman1998-05-181-24/+17
| | | | | | (vi-self-insert): New function. (vi-dot): Use that. (vi-dot-insertion-function): Variable deleted.
* Initial revisionRichard M. Stallman1998-05-181-0/+405