summaryrefslogtreecommitdiff
path: root/lisp/edmacro.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-05-261-4/+1
|\ \ \ | |/ /
| * | (edmacro-format-keys): Use current-active-maps.Stefan Monnier2007-05-251-4/+1
| |/
* | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merge from emacs--devo--0Miles Bader2006-12-071-1/+1
|\ \ | |/
| * Update copyright years.Glenn Morris2006-12-051-1/+1
* | Merge from emacs--devo--0Miles Bader2006-08-031-0/+1
|\ \ | |/
| * (edmacro-fix-menu-commands): Ignore switch-frame.Kim F. Storm2006-08-021-0/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53Miles Bader2005-05-201-2/+2
|\ \ | |/
| * Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-2/+2
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-75Miles Bader2004-12-081-4/+5
|\ \ | |/
| * `edit-kbd-macro' is now bound to `C-x C-k e'.Luc Teirlinck2004-12-081-4/+5
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-50Miles Bader2004-10-041-8/+48
|\ \ | |/
| * Require kmacro to use the new kmacro-lambda-form andKim F. Storm2004-09-301-8/+48
* | Sync to HEADKenichi Handa2004-04-161-3/+15
* | (edmacro-parse-keys): Use characterp.Dave Love2003-09-101-1/+1
* | New directoryKenichi Handa2003-09-081-15/+3
|/
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (edmacro-format-keys): Use edmacro-sanitize-for-string.Richard M. Stallman2003-08-061-3/+14
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
* (edit-kbd-macro): Recognize new C-x e binding, kmacro-end-and-call-macro.Kim F. Storm2002-09-111-1/+2
* (edmacro-subseq): Don't use cl-push/cl-pop.Stefan Monnier2002-09-061-1/+1
* (edit-kbd-macro): Recognize new default binding forKim F. Storm2002-09-011-1/+1
* Remove C-x C-k binding (now in kmacro.el).Kim F. Storm2002-08-201-2/+0
* (edmacro-fix-menu-commands):Richard M. Stallman2002-06-211-12/+19
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+0
* (edmacro-parse-keys): Return vector if any elements are invalidDave Love2000-05-211-1/+1
* (edit-kbd-macro): Recognize electric-view-lossage.Richard M. Stallman1998-12-271-1/+1
* (edmacro-parse-keys): Remove redundant test for ?.Erik Naggum1997-02-051-2/+1
* (edmacro-parse-keys): Don't treat C-. or C-? as ASCII control char.Richard M. Stallman1997-01-311-1/+4
* (insert-kbd-macro): Duplicate definition deleted.Richard M. Stallman1996-09-221-35/+0
* (edmacro-original-buffer, edmacro-finish-hook)Richard M. Stallman1996-02-021-0/+4
* (edit-kbd-macro): Reject empty cmd name.Richard M. Stallman1996-01-281-0/+2
* Update FSF's address.Erik Naggum1996-01-141-2/+3
* Load cl only during compilation.Richard M. Stallman1995-08-271-20/+72
* (edit-kbd-macro): Better error messages for undefined keysKarl Heuer1995-05-221-1/+4
* (edmacro-format-keys, edmacro-parse-keys): Don't presume internal bit layoutKarl Heuer1995-02-081-13/+14
* (edmacro-format-keys): Cope if local keymap is nil.Richard M. Stallman1994-10-011-1/+3
* Update copyright.Karl Heuer1994-05-031-1/+1
* (edit-kbd-macro, edmacro-finish-edit, insert-kbd-macro):Richard M. Stallman1994-02-041-3/+3
* Don't repeat at load time any bindings that are autoloaded.Richard M. Stallman1993-12-231-1/+0