summaryrefslogtreecommitdiff
path: root/lisp/edmacro.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/edmacro.el (edmacro-format-keys): Fix previous change.Glenn Morris2013-07-151-1/+2
* Remove some more reimplementations of cl-lib functionsGlenn Morris2013-07-111-59/+14
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-83/+85
* Use lexical-binding for all of CL, and clean up its namespace.Stefan Monnier2012-06-111-22/+13
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-2/+2
* edmacro.el trivia.Glenn Morris2011-02-191-9/+5
* 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
* | Declare and define in one step various mode maps.Dan Nicolaescu2010-10-101-5/+5
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * edmacro.el (edmacro-parse-keys): Fix 2008-08-19 change (Bug#3387).Chong Yidong2009-05-261-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.Juanma Barranquero2008-10-231-4/+5
* * help.el (view-lossage): Fix docstring, lossage is now 300 keys.Romain Francoise2008-10-111-2/+2
* (edmacro-parse-keys): Fix last change to omit macros of the <<foo>>Chong Yidong2008-09-101-1/+1
* (edmacro-parse-keys): Catch events with spaces in their names.Chong Yidong2008-08-191-5/+13
* 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
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-10-111-2/+2
|\ \ \ | |/ /
| * | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
| |\ \
| * \ \ Merge from emacs--devo--0Miles Bader2007-05-301-4/+1
| |\ \ \
| * \ \ \ Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
| |\ \ \ \
| * \ \ \ \ Merged from emacs@sv.gnu.org.Karoly Lorentey2007-01-011-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merged from emacs@sv.gnu.orgKaroly Lorentey2006-10-141-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Fix semantics of terminal-local variables. Remove `terminal-local-value' hack.Karoly Lorentey2005-10-291-4/+3
| * | | | | | | | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-1/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Rename function-key-map to local-function-key-map, and global-function-key-ma...Karoly Lorentey2005-07-121-3/+4
* | | | | | | | | | 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
|\ \ \ | |/ /