| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
| | | | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'. | ||||
| * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now. | ||||
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | * repeat.el (repeat-message-function): Doc fix | Lars Ingebrigtsen | 2014-02-08 | 1 | -1/+3 |
| | | | | | Fixes: debbugs:11619 | ||||
| * | * repeat.el (repeat-message-function): Reword doc slightly. | Lars Ingebrigtsen | 2014-02-08 | 1 | -3/+3 |
| | | | | | Fixes: debbugs:11619 | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | * lisp/subr.el (set-transient-map): Rename from set-temporary-overlay-map. Doc fix. * lisp/face-remap.el (text-scale-adjust): * lisp/indent.el (indent-rigidly): * lisp/kmacro.el (kmacro-call-macro): * lisp/minibuffer.el (minibuffer-force-complete): * lisp/repeat.el (repeat): * lisp/simple.el (universal-argument--mode): * lisp/calendar/todo-mode.el (todo-insert-item--next-param): * lisp/progmodes/f90.el (f90-abbrev-start): Callers changed. * lisp/org/org.el (orgstruct-make-binding): Call set-transient-map instead of old name set-temporary-overlay-map. * doc/lispref/keymaps.texi (Controlling Active Maps): Renamed set-temporary-overlay-map to set-transient map. Doc fixes. (Searching Keymaps): The transient keymap takes precedence. | ||||
| * | 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 |
| | | | | | Fixes: debbugs:12232 | ||||
| * | Misc doc fixes. | Chong Yidong | 2012-09-22 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Use set-temporary-overlay-map. | Stefan Monnier | 2012-05-04 | 1 | -102/+40 |
| | | | | | | | | | | | | * 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. | ||||
| * | 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 |
| | | | | | | | | | Fixes: debbugs:6256 | ||||
| * | | 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 |
| | | | | | | | | | Suggested by Drew Adams (bug#6256). | ||||
| * | | 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 |
| | | | | | | | (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 Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
| * | (repeat): Use last-repeatable-command instead of | Martin Rudalics | 2007-08-29 | 1 | -33/+54 |
| | | | | | | real-last-command. Run pre- and post-command hooks for self-insertion. Update doc-string. | ||||
| * | 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 |
| | | | | | | (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. Stallman | 1999-02-26 | 1 | -8/+0 |
| | | | | | (repeat-last-kill-command): Variable deleted. | ||||
| * | (repeat): Handle keyboard macros properly. | Richard M. Stallman | 1998-10-16 | 1 | -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 Heuer | 1998-08-26 | 1 | -2/+2 |
| | | |||||