summaryrefslogtreecommitdiff
path: root/lisp/repeat.el
AgeCommit message (Collapse)Author
2012-10-23* lisp/repeat.el (repeat): Set real-this-command.Stefan Monnier
Fixes: debbugs:12232
2012-09-22Misc doc fixes.Chong Yidong
* searching.texi (Replacing Match): Minor clarification. * lisp/repeat.el (repeat): Doc fix. * lisp/simple.el (shell-command-on-region): Doc fix. * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. * cmds.c (Fforward_char, Fbackward_char): Doc fix. * editfns.c (Fline_beginning_position): Doc fix. (Fline_end_position): Doc fix. * minibuf.c (Finternal_complete_buffer): Doc fix. * search.c (Freplace_match): Doc fix. Fixes: debbugs:12325 debbugs:12391 debbugs:12416 debbugs:12414 debbugs:10909 debbugs:12348
2012-05-04Use set-temporary-overlay-map.Stefan Monnier
* lisp/repeat.el: Use lexical-binding. (repeat-last-self-insert, repeat-num-input-keys-at-self-insert) (repeat-undo-count): Remove. (repeat): * lisp/progmodes/octave-mod.el (octave-abbrev-start): * lisp/progmodes/f90.el (f90-abbrev-start): * lisp/face-remap.el (text-scale-adjust): * lisp/kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-11-22Spelling fixes.Paul Eggert
2011-11-19Spelling fixes.Paul Eggert
2011-06-08Merge from emacs-23; up to 2010-06-13T18:15:45Z!eliz@gnu.org.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-10-19Merge changes from emacs-23 branch.Juanma Barranquero
2010-10-18* lisp/repeat.el (repeat): Use read-key to ignore mouse-down events.Stefan Monnier
Fixes: debbugs:6256
2010-09-14Merge changes from emacs-23 branch.Juanma Barranquero
2010-09-11* repeat.el (repeat): Allow repeating when the last event is a click.Stefan Monnier
Suggested by Drew Adams (bug#6256).
2010-08-29Add "Package:" file headers to denote built-in packages.Chong Yidong
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-01-09Replace last-command-char with last-command-event.Glenn Morris
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-10Fix up comment convention on the arch-tag lines.Stefan Monnier
2008-01-20(repeat-undo-count): New variable.Martin Rudalics
(repeat): For self-insertions make undo boundary only after 20 repetitions. Inhibit point recording when repeat-repeat-char is non-nil.
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-08-29(repeat): Use last-repeatable-command instead ofMartin Rudalics
real-last-command. Run pre- and post-command hooks for self-insertion. Update doc-string.
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-12-05Update copyright years.Glenn Morris
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-04-16(repeat): Invoke pre-command-hook and post-command-hook.Eli Zaretskii
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2001-07-13Fix license commentary.Gerd Moellmann
2001-02-10(repeat): Don't let execute-kbd-macro alter real-last-command.Richard M. Stallman
1999-03-30Don't require advice.Karl Heuer
(repeat): Do function-indirection in check for kbd macro. In self-insert case, use the *last* char in INSERTION.
1999-02-26Don't require advice.Richard M. Stallman
(repeat-last-kill-command): Variable deleted.
1998-10-16(repeat): Handle keyboard macros properly.Richard M. Stallman
Handle new prefix arg after self-insert command. Don't include cl even at compile time. (repeat): Avoid using `loop'.
1998-08-26(repeat): Doc fix.Karl Heuer
1998-08-25(repeat): Doc fix.Dave Love
[From rms:] (repeat-previous-repeated-command): New variable. (repeat): Check for real-last-command being null or repeat. Set repeat-previous-repeated-command.
1998-08-07(repeat): Make an undo boundary between repetitions.Richard M. Stallman
1998-06-13(repeat): Don't set obsolete var repeat-num-input-keys-at-prefix.Richard M. Stallman
1998-06-11Renamed from vi-dot.el.Richard M. Stallman
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.
1998-05-18Customized.Richard M. Stallman
(vi-self-insert): New function. (vi-dot): Use that. (vi-dot-insertion-function): Variable deleted.
1998-05-18Initial revisionRichard M. Stallman