diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 50efe9c45c2..f59908ef353 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -69,7 +69,7 @@ | |||
| 69 | * version.el (emacs-bzr-version): Name changed to | 69 | * version.el (emacs-bzr-version): Name changed to |
| 70 | emacs-repository-version. Obsolete-variable alias made. | 70 | emacs-repository-version. Obsolete-variable alias made. |
| 71 | * loadup.el: Follow through on this name change. | 71 | * loadup.el: Follow through on this name change. |
| 72 | * lisp/mail/emacsbug.el (report-emacs-bug): Factor out any | 72 | * mail/emacsbug.el (report-emacs-bug): Factor out any |
| 73 | assumption about the version control system in use. | 73 | assumption about the version control system in use. |
| 74 | 74 | ||
| 75 | 2014-01-08 David Engster <deng@randomsample.de> | 75 | 2014-01-08 David Engster <deng@randomsample.de> |
| @@ -3421,7 +3421,7 @@ | |||
| 3421 | 3421 | ||
| 3422 | 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> | 3422 | 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> |
| 3423 | 3423 | ||
| 3424 | * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave | 3424 | * subr.el (sit-for): Call (input-pending-p t) so as to behave |
| 3425 | as before. | 3425 | as before. |
| 3426 | 3426 | ||
| 3427 | 2013-10-18 Reuben Thomas <rrt@sc3d.org> | 3427 | 2013-10-18 Reuben Thomas <rrt@sc3d.org> |
| @@ -4194,13 +4194,13 @@ | |||
| 4194 | 4194 | ||
| 4195 | 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 4195 | 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de> |
| 4196 | 4196 | ||
| 4197 | * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer. | 4197 | * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer. |
| 4198 | (octave-mode-menu): Add octave-send-buffer. | 4198 | (octave-mode-menu): Add octave-send-buffer. |
| 4199 | (octave-send-buffer): New function. | 4199 | (octave-send-buffer): New function. |
| 4200 | 4200 | ||
| 4201 | 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 4201 | 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de> |
| 4202 | 4202 | ||
| 4203 | * lisp/progmodes/octave.el (octave-mode-map): Add key binding for | 4203 | * progmodes/octave.el (octave-mode-map): Add key binding for |
| 4204 | octave-lookfor. | 4204 | octave-lookfor. |
| 4205 | (octave-mode-menu): Add octave-lookfor. | 4205 | (octave-mode-menu): Add octave-lookfor. |
| 4206 | (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to | 4206 | (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to |
| @@ -6202,7 +6202,7 @@ | |||
| 6202 | * isearch.el (isearch-done): | 6202 | * isearch.el (isearch-done): |
| 6203 | * jit-lock.el (jit-lock-stealth-fontify): | 6203 | * jit-lock.el (jit-lock-stealth-fontify): |
| 6204 | * mail/rmailsum.el (rmail-summary-scroll-msg-up): | 6204 | * mail/rmailsum.el (rmail-summary-scroll-msg-up): |
| 6205 | * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling): | 6205 | * mouse-drag.el (mouse-drag-should-do-col-scrolling): |
| 6206 | * mpc.el (mpc-tagbrowser, mpc): | 6206 | * mpc.el (mpc-tagbrowser, mpc): |
| 6207 | * net/rcirc.el (rcirc-any-buffer): | 6207 | * net/rcirc.el (rcirc-any-buffer): |
| 6208 | * play/gomoku.el (gomoku-max-width, gomoku-max-height): | 6208 | * play/gomoku.el (gomoku-max-width, gomoku-max-height): |
| @@ -7573,12 +7573,12 @@ | |||
| 7573 | 7573 | ||
| 7574 | * files.el (find-file-noselect): Simplify conditional expression. | 7574 | * files.el (find-file-noselect): Simplify conditional expression. |
| 7575 | 7575 | ||
| 7576 | * remember.el (remember-append-to-file): | 7576 | * textmodes/remember.el (remember-append-to-file): |
| 7577 | Don't mix `find-buffer-visiting' and `get-file-buffer'. | 7577 | Don't mix `find-buffer-visiting' and `get-file-buffer'. |
| 7578 | 7578 | ||
| 7579 | Add `remember-notes' function to store random notes across Emacs | 7579 | Add `remember-notes' function to store random notes across Emacs |
| 7580 | restarts. | 7580 | restarts. |
| 7581 | * remember.el (remember-data-file): Add :set callback to affect | 7581 | * textmodes/remember.el (remember-data-file): Add :set callback to affect |
| 7582 | notes buffer (if any). | 7582 | notes buffer (if any). |
| 7583 | (remember-notes): New command. | 7583 | (remember-notes): New command. |
| 7584 | (remember-notes-buffer-name, bury-remember-notes-on-kill): | 7584 | (remember-notes-buffer-name, bury-remember-notes-on-kill): |
| @@ -9156,7 +9156,7 @@ | |||
| 9156 | 9156 | ||
| 9157 | 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca> | 9157 | 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 9158 | 9158 | ||
| 9159 | * lisp/subr.el: Convert to lexical binding. | 9159 | * subr.el: Convert to lexical binding. |
| 9160 | (overriding-local-map): Make obsolete. | 9160 | (overriding-local-map): Make obsolete. |
| 9161 | (add-to-list): Doc fix. Add compiler macro. | 9161 | (add-to-list): Doc fix. Add compiler macro. |
| 9162 | (read-key): Swap values of local maps. | 9162 | (read-key): Swap values of local maps. |
| @@ -9811,16 +9811,16 @@ | |||
| 9811 | 9811 | ||
| 9812 | 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 9812 | 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de> |
| 9813 | 9813 | ||
| 9814 | * lisp/textmodes/reftex.el (reftex-ref-style-toggle): | 9814 | * textmodes/reftex.el (reftex-ref-style-toggle): |
| 9815 | Fix deactivate action. | 9815 | Fix deactivate action. |
| 9816 | 9816 | ||
| 9817 | * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist): | 9817 | * textmodes/reftex-vars.el (reftex-ref-style-alist): |
| 9818 | Add cleveref macros. | 9818 | Add cleveref macros. |
| 9819 | 9819 | ||
| 9820 | * lisp/textmodes/reftex-parse.el | 9820 | * textmodes/reftex-parse.el |
| 9821 | (reftex-locate-bibliography-files): Accept options for | 9821 | (reftex-locate-bibliography-files): Accept options for |
| 9822 | bibliography commands. | 9822 | bibliography commands. |
| 9823 | * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands): | 9823 | * textmodes/reftex-vars.el (reftex-bibliography-commands): |
| 9824 | Add addbibresource. Basic Biblatex support. | 9824 | Add addbibresource. Basic Biblatex support. |
| 9825 | 9825 | ||
| 9826 | 2013-05-23 Michael Albinus <michael.albinus@gmx.de> | 9826 | 2013-05-23 Michael Albinus <michael.albinus@gmx.de> |