| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 'point-to-register' prompt with prefix arg | Charles A. Roelli | 2017-09-28 | 1 | -2/+5 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | register-read-with-preview: Quit if user input C-g or ESC | Tino Calancha | 2017-07-25 | 1 | -0/+4 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Don't quote symbols 'like-this' in docstrings etc. | Paul Eggert | 2015-08-20 | 1 | -1/+1 |
* | Push mark before goto-char in jump-to-register and check-parens | Kelly Dean | 2015-02-18 | 1 | -0/+3 |
* | Use user-error where error is inappropriate | Kelly Dean | 2015-02-18 | 1 | -7/+7 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Add code for "preserving" window sizes. | Martin Rudalics | 2014-12-18 | 1 | -1/+2 |
* | * lisp/subr.el (alist-get): New accessor. | Stefan Monnier | 2014-10-01 | 1 | -6/+4 |
* | * register.el (insert-register): Change default interactive insertion mode. | Daniel Colascione | 2014-09-14 | 1 | -2/+3 |
* | register.el: Add link to Emacs manual in Commentary. | RĂ¼diger Sonderfeld | 2014-06-03 | 1 | -1/+1 |
* | * lisp/register.el (register-read-with-preview): Don't burp on | Stefan Monnier | 2014-05-27 | 1 | -1/+1 |
* | Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007). | Martin Rudalics | 2014-03-16 | 1 | -1/+1 |
* | lisp/register.el (register-separator, copy-to-register): Doc fixes. | Juanma Barranquero | 2014-03-12 | 1 | -10/+9 |
* | * lisp/register.el (frame-configuration-to-register): Make obsolete. | Glenn Morris | 2014-02-22 | 1 | -0/+2 |
* | Replace "Maintainer: FSF" with the emacs-devel mailing address | Glenn Morris | 2014-02-09 | 1 | -1/+1 |
* | Tidy up some -to-register function argument specs | Glenn Morris | 2014-02-02 | 1 | -0/+8 |
* | Be more consistent in using register-read-with-preview to read registers | Glenn Morris | 2014-02-02 | 1 | -2/+5 |
* | register.el doc fixes | Glenn Morris | 2014-02-01 | 1 | -16/+39 |
* | register preview fixes | Glenn Morris | 2014-02-01 | 1 | -11/+15 |
* | Some doc related to register-preview | Glenn Morris | 2014-01-30 | 1 | -6/+9 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+2 |
* | Add missing custom :versions, plus small fixes | Glenn Morris | 2013-12-27 | 1 | -2/+2 |
* | Remove no more needed bindings of split-height-threshold. | Martin Rudalics | 2013-12-17 | 1 | -16/+15 |
* | Make registers and delete-selection-mode work on rectangles. | Stefan Monnier | 2013-12-07 | 1 | -6/+12 |
* | * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com. | Bastien Guerry | 2013-10-08 | 1 | -2/+2 |
* | * etc/NEWS: Mention new feature of register commands. | Leo Liu | 2013-10-07 | 1 | -2/+0 |
* | * register.el (register-preview-delay) | Leo Liu | 2013-10-07 | 1 | -13/+100 |
* | Move frameset-to-register stuff from register.el to frameset.el. | Juanma Barranquero | 2013-08-09 | 1 | -38/+1 |
* | * lisp/bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register. | Juanma Barranquero | 2013-08-08 | 1 | -4/+41 |
* | * lisp/register.el: Move semantic tag handling back to | Leo Liu | 2013-03-26 | 1 | -13/+0 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
* | * lisp/register.el (append-to-register, prepend-to-register): | Jambunathan K | 2012-10-06 | 1 | -0/+2 |
* | * lisp/register.el (register-separator): Rename from | Andreas Schwab | 2012-09-09 | 1 | -5/+5 |
* | * lisp/register.el (increment-register): Route it to `append-to-register', | Jambunathan K | 2012-09-08 | 1 | -11/+40 |
* | Deactivate the mark on more copy operations, and indicate the copied region. | Chong Yidong | 2012-07-29 | 1 | -7/+22 |
* | * rect.el (copy-rectangle-as-kill): New command. | Reuben Thomas | 2012-07-14 | 1 | -16/+0 |
* | Reduce use of (require 'cl). | Stefan Monnier | 2012-07-10 | 1 | -5/+5 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Restore accidental change to insert-register | Leo Liu | 2011-07-09 | 1 | -0/+2 |
* | Fix typos. | Juanma Barranquero | 2011-07-05 | 1 | -1/+1 |
* | Extend emacs register to accept value from registerv-make | Leo Liu | 2011-06-26 | 1 | -3/+45 |
* | lisp/*.el: Lexical-binding cleanup. | Juanma Barranquero | 2011-04-19 | 1 | -2/+2 |
* | 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 |
* | | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -0/+1 |
|/ |
|