| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | * repeat.el (repeat-message-function): Doc fix | Lars Ingebrigtsen | 2014-02-08 | 1 | -1/+3 |
* | * repeat.el (repeat-message-function): Reword doc slightly. | Lars Ingebrigtsen | 2014-02-08 | 1 | -3/+3 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Rename set-temporary-overlay-map -> set-transient-map | Chong Yidong | 2013-12-23 | 1 | -1/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | * lisp/repeat.el (repeat): Set real-this-command. | Stefan Monnier | 2012-10-23 | 1 | -0/+4 |
* | Misc doc fixes. | Chong Yidong | 2012-09-22 | 1 | -3/+3 |
* | Use set-temporary-overlay-map. | Stefan Monnier | 2012-05-04 | 1 | -102/+40 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-22 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
* | Merge from emacs-23; up to 2010-06-13T18:15:45Z!eliz@gnu.org. | Glenn Morris | 2011-06-08 | 1 | -1/+3 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | * lisp/repeat.el (repeat): Use read-key to ignore mouse-down events. | Stefan Monnier | 2010-10-18 | 1 | -1/+1 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-09-14 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | * repeat.el (repeat): Allow repeating when the last event is a click. | Stefan Monnier | 2010-09-11 | 1 | -1/+6 |
* | | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -1/+1 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Replace last-command-char with last-command-event. | Glenn Morris | 2009-01-09 | 1 | -6/+6 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | 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 |
* | (repeat-undo-count): New variable. | Martin Rudalics | 2008-01-20 | 1 | -11/+32 |
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
* | (repeat): Use last-repeatable-command instead of | Martin Rudalics | 2007-08-29 | 1 | -33/+54 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | Update copyright years. | Glenn Morris | 2006-12-05 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+2 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (repeat): Invoke pre-command-hook and post-command-hook. | Eli Zaretskii | 2005-04-16 | 1 | -1/+3 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -2/+2 |
* | Fix license commentary. | Gerd Moellmann | 2001-07-13 | 1 | -2/+2 |
* | (repeat): Don't let execute-kbd-macro alter real-last-command. | Richard M. Stallman | 2001-02-10 | 1 | -1/+4 |
* | Don't require advice. | Karl Heuer | 1999-03-30 | 1 | -5/+6 |
* | Don't require advice. | Richard M. Stallman | 1999-02-26 | 1 | -8/+0 |
* | (repeat): Handle keyboard macros properly. | Richard M. Stallman | 1998-10-16 | 1 | -5/+14 |
* | (repeat): Doc fix. | Karl Heuer | 1998-08-26 | 1 | -2/+2 |
* | (repeat): Doc fix. | Dave Love | 1998-08-25 | 1 | -3/+11 |
* | (repeat): Make an undo boundary between repetitions. | Richard M. Stallman | 1998-08-07 | 1 | -0/+2 |
* | (repeat): Don't set obsolete var repeat-num-input-keys-at-prefix. | Richard M. Stallman | 1998-06-13 | 1 | -2/+1 |
* | Renamed from vi-dot.el. | Richard M. Stallman | 1998-06-11 | 1 | -161/+96 |
* | Customized. | Richard M. Stallman | 1998-05-18 | 1 | -24/+17 |