diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 79 |
1 files changed, 67 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 401dc6a1c7e..795dec24bf1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,61 @@ | |||
| 3 | * mail/rmail.el (rmail-get-coding-system): Check | 3 | * mail/rmail.el (rmail-get-coding-system): Check |
| 4 | rmail-get-coding-function before "funcall"ing it. | 4 | rmail-get-coding-function before "funcall"ing it. |
| 5 | 5 | ||
| 6 | 2014-01-10 Glenn Morris <rgm@gnu.org> | ||
| 7 | |||
| 8 | * emacs-lisp/authors.el (authors-fixed-entries): | ||
| 9 | Update for files that no longer exist. | ||
| 10 | |||
| 11 | 2014-01-10 Eric S. Raymond <esr@thyrsus.com> | ||
| 12 | |||
| 13 | * version.el (emacs-bzr-get-version): Restore compatibilty with | ||
| 14 | 24.3 (Tested). | ||
| 15 | |||
| 16 | 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com> | ||
| 17 | |||
| 18 | * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec | ||
| 19 | and Podfile. | ||
| 20 | |||
| 21 | 2014-01-10 Eli Zaretskii <eliz@gnu.org> | ||
| 22 | |||
| 23 | * emacs-lisp/authors.el (authors-fixed-entries): Update my entry. | ||
| 24 | |||
| 25 | 2014-01-10 Chong Yidong <cyd@gnu.org> | ||
| 26 | |||
| 27 | * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is | ||
| 28 | loaded. | ||
| 29 | |||
| 30 | 2014-01-10 Anders Lindgren <andlind@gmail.com> | ||
| 31 | |||
| 32 | * follow.el (follow-cache-command-list): Include right-char and | ||
| 33 | left-char. | ||
| 34 | |||
| 35 | 2014-01-10 Paul Eggert <eggert@cs.ucla.edu> | ||
| 36 | |||
| 37 | Spelling fixes. | ||
| 38 | * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro. | ||
| 39 | * woman.el (woman-mark-horizontal-position): | ||
| 40 | Rename from woman-mark-horizonal-position. Use changed. | ||
| 41 | |||
| 42 | 2014-01-10 Glenn Morris <rgm@gnu.org> | ||
| 43 | |||
| 44 | * info.el (info-initialize): If running uninstalled, ensure our | ||
| 45 | own info files are always found first, even if INFOPATH is set. | ||
| 46 | |||
| 47 | * help.el (view-order-manuals): Open emacs.info rather than ORDERS. | ||
| 48 | |||
| 49 | 2014-01-09 David Engster <deng@randomsample.de> | ||
| 50 | |||
| 51 | * emacs-lisp/eieio-custom.el: | ||
| 52 | * emacs-lisp/eieio-opt.el: Set generated autoload file to | ||
| 53 | 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org. | ||
| 54 | * emacs-lisp/eieio.el: Regenerate autoloads. | ||
| 55 | |||
| 56 | 2014-01-09 Eric S. Raymond <esr@thyrsus.com> | ||
| 57 | |||
| 58 | * vc/vc-git.el (vc-git-print-log): Add --follow option to command, | ||
| 59 | following renames. (Bug#8756) | ||
| 60 | |||
| 6 | 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca> | 61 | 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | 62 | ||
| 8 | * simple.el (deactivate-mark, activate-mark): Force-mode-line-update | 63 | * simple.el (deactivate-mark, activate-mark): Force-mode-line-update |
| @@ -19,7 +74,7 @@ | |||
| 19 | * version.el (emacs-bzr-version): Name changed to | 74 | * version.el (emacs-bzr-version): Name changed to |
| 20 | emacs-repository-version. Obsolete-variable alias made. | 75 | emacs-repository-version. Obsolete-variable alias made. |
| 21 | * loadup.el: Follow through on this name change. | 76 | * loadup.el: Follow through on this name change. |
| 22 | * lisp/mail/emacsbug.el (report-emacs-bug): Factor out any | 77 | * mail/emacsbug.el (report-emacs-bug): Factor out any |
| 23 | assumption about the version control system in use. | 78 | assumption about the version control system in use. |
| 24 | 79 | ||
| 25 | 2014-01-08 David Engster <deng@randomsample.de> | 80 | 2014-01-08 David Engster <deng@randomsample.de> |
| @@ -3371,7 +3426,7 @@ | |||
| 3371 | 3426 | ||
| 3372 | 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> | 3427 | 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> |
| 3373 | 3428 | ||
| 3374 | * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave | 3429 | * subr.el (sit-for): Call (input-pending-p t) so as to behave |
| 3375 | as before. | 3430 | as before. |
| 3376 | 3431 | ||
| 3377 | 2013-10-18 Reuben Thomas <rrt@sc3d.org> | 3432 | 2013-10-18 Reuben Thomas <rrt@sc3d.org> |
| @@ -4144,13 +4199,13 @@ | |||
| 4144 | 4199 | ||
| 4145 | 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 4200 | 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de> |
| 4146 | 4201 | ||
| 4147 | * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer. | 4202 | * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer. |
| 4148 | (octave-mode-menu): Add octave-send-buffer. | 4203 | (octave-mode-menu): Add octave-send-buffer. |
| 4149 | (octave-send-buffer): New function. | 4204 | (octave-send-buffer): New function. |
| 4150 | 4205 | ||
| 4151 | 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 4206 | 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de> |
| 4152 | 4207 | ||
| 4153 | * lisp/progmodes/octave.el (octave-mode-map): Add key binding for | 4208 | * progmodes/octave.el (octave-mode-map): Add key binding for |
| 4154 | octave-lookfor. | 4209 | octave-lookfor. |
| 4155 | (octave-mode-menu): Add octave-lookfor. | 4210 | (octave-mode-menu): Add octave-lookfor. |
| 4156 | (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to | 4211 | (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to |
| @@ -6152,7 +6207,7 @@ | |||
| 6152 | * isearch.el (isearch-done): | 6207 | * isearch.el (isearch-done): |
| 6153 | * jit-lock.el (jit-lock-stealth-fontify): | 6208 | * jit-lock.el (jit-lock-stealth-fontify): |
| 6154 | * mail/rmailsum.el (rmail-summary-scroll-msg-up): | 6209 | * mail/rmailsum.el (rmail-summary-scroll-msg-up): |
| 6155 | * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling): | 6210 | * mouse-drag.el (mouse-drag-should-do-col-scrolling): |
| 6156 | * mpc.el (mpc-tagbrowser, mpc): | 6211 | * mpc.el (mpc-tagbrowser, mpc): |
| 6157 | * net/rcirc.el (rcirc-any-buffer): | 6212 | * net/rcirc.el (rcirc-any-buffer): |
| 6158 | * play/gomoku.el (gomoku-max-width, gomoku-max-height): | 6213 | * play/gomoku.el (gomoku-max-width, gomoku-max-height): |
| @@ -7523,12 +7578,12 @@ | |||
| 7523 | 7578 | ||
| 7524 | * files.el (find-file-noselect): Simplify conditional expression. | 7579 | * files.el (find-file-noselect): Simplify conditional expression. |
| 7525 | 7580 | ||
| 7526 | * remember.el (remember-append-to-file): | 7581 | * textmodes/remember.el (remember-append-to-file): |
| 7527 | Don't mix `find-buffer-visiting' and `get-file-buffer'. | 7582 | Don't mix `find-buffer-visiting' and `get-file-buffer'. |
| 7528 | 7583 | ||
| 7529 | Add `remember-notes' function to store random notes across Emacs | 7584 | Add `remember-notes' function to store random notes across Emacs |
| 7530 | restarts. | 7585 | restarts. |
| 7531 | * remember.el (remember-data-file): Add :set callback to affect | 7586 | * textmodes/remember.el (remember-data-file): Add :set callback to affect |
| 7532 | notes buffer (if any). | 7587 | notes buffer (if any). |
| 7533 | (remember-notes): New command. | 7588 | (remember-notes): New command. |
| 7534 | (remember-notes-buffer-name, bury-remember-notes-on-kill): | 7589 | (remember-notes-buffer-name, bury-remember-notes-on-kill): |
| @@ -9106,7 +9161,7 @@ | |||
| 9106 | 9161 | ||
| 9107 | 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca> | 9162 | 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 9108 | 9163 | ||
| 9109 | * lisp/subr.el: Convert to lexical binding. | 9164 | * subr.el: Convert to lexical binding. |
| 9110 | (overriding-local-map): Make obsolete. | 9165 | (overriding-local-map): Make obsolete. |
| 9111 | (add-to-list): Doc fix. Add compiler macro. | 9166 | (add-to-list): Doc fix. Add compiler macro. |
| 9112 | (read-key): Swap values of local maps. | 9167 | (read-key): Swap values of local maps. |
| @@ -9761,16 +9816,16 @@ | |||
| 9761 | 9816 | ||
| 9762 | 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 9817 | 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de> |
| 9763 | 9818 | ||
| 9764 | * lisp/textmodes/reftex.el (reftex-ref-style-toggle): | 9819 | * textmodes/reftex.el (reftex-ref-style-toggle): |
| 9765 | Fix deactivate action. | 9820 | Fix deactivate action. |
| 9766 | 9821 | ||
| 9767 | * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist): | 9822 | * textmodes/reftex-vars.el (reftex-ref-style-alist): |
| 9768 | Add cleveref macros. | 9823 | Add cleveref macros. |
| 9769 | 9824 | ||
| 9770 | * lisp/textmodes/reftex-parse.el | 9825 | * textmodes/reftex-parse.el |
| 9771 | (reftex-locate-bibliography-files): Accept options for | 9826 | (reftex-locate-bibliography-files): Accept options for |
| 9772 | bibliography commands. | 9827 | bibliography commands. |
| 9773 | * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands): | 9828 | * textmodes/reftex-vars.el (reftex-bibliography-commands): |
| 9774 | Add addbibresource. Basic Biblatex support. | 9829 | Add addbibresource. Basic Biblatex support. |
| 9775 | 9830 | ||
| 9776 | 2013-05-23 Michael Albinus <michael.albinus@gmx.de> | 9831 | 2013-05-23 Michael Albinus <michael.albinus@gmx.de> |