X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2211052bbf0ca2290216bf0f95348a7d71d4a5c7..dacde7ee5d37a1fe685a489c65678a8f2c2535ce:/lisp/ChangeLog.17 diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index a40f8f3d67..1785a33673 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 @@ -3951,7 +3951,8 @@ 2014-12-22 Artur Malabarba - * let-alist.el (let-alist): Use `make-symbol' instead of `gensym'. + * emacs-lisp/let-alist.el (let-alist): Use `make-symbol' + instead of `gensym'. 2014-12-20 Michael Albinus @@ -3963,7 +3964,7 @@ 2014-12-19 Artur Malabarba - * let-alist.el (let-alist): Enable access to deeper alists by + * emacs-lisp/let-alist.el (let-alist): Enable access to deeper alists by using dots inside the dotted symbols. 2014-12-19 Alan Mackenzie @@ -4005,7 +4006,7 @@ 2014-12-18 Artur Malabarba - * let-alist.el (let-alist): Evaluate the `alist' argument only once. + * emacs-lisp/let-alist.el (let-alist): Evaluate the `alist' argument only once. 2014-12-18 Sam Steingold @@ -4141,12 +4142,12 @@ 2014-12-14 Artur Malabarba - * let-alist.el: Add lexical binding. + * emacs-lisp/let-alist.el: Add lexical binding. 2014-12-14 Steve Purcell (tiny change) * emacs-lisp/package.el (package-menu-mode): Use an extra column - for the "Version" column, to accomodate date-and-time-based versions. + for the "Version" column, to accommodate date-and-time-based versions. 2014-12-14 Cameron Desautels @@ -4273,7 +4274,7 @@ 2014-12-10 Artur Malabarba - * let-alist.el: Add new package and macro. + * emacs-lisp/let-alist.el: Add new package and macro. 2014-12-10 Eric S. Raymond @@ -4436,7 +4437,7 @@ 2014-12-07 Lars Magne Ingebrigtsen - * net/eww.el (eww-follow-link): Revert prefix behaviour to + * net/eww.el (eww-follow-link): Revert prefix behavior to previous behavior. (eww-copy-page-url): Add doc string. @@ -8700,9 +8701,9 @@ (python-shell-prompt-detect) (python-shell-prompt-validate-regexps): New functions. (python-shell-prompt-set-calculated-regexps): New function. - (inferior-python-mode): Use it. Also honor overriden + (inferior-python-mode): Use it. Also honor overridden python-shell-interpreter and python-shell-interpreter-args. - (python-shell-make-comint): Honor overriden + (python-shell-make-comint): Honor overridden python-shell-interpreter and python-shell-interpreter-args. (python-shell-get-or-create-process): Make it testable by allowing to call run-python non-interactively. @@ -9139,7 +9140,7 @@ 2014-06-30 Grégoire Jadi * net/rcirc.el (rcirc-buffer-process): Restore previous - behaviour. (Bug#17772) + behavior. (Bug#17772) 2014-06-29 Alan Mackenzie @@ -10383,13 +10384,13 @@ (todo-move-category): Keep the moved category's name unless the file moved to already has a category with that name. If the numerically last category of the source file was moved, make the - first category current to avoid selecting a nonexisting category. + first category current to avoid selecting a nonexistent category. (todo-merge-category): Fix implementation to make merging to a category in another file work as documented. Eliminate now insufficient and unnecessary renaming of archive category, correct document string accordingly, and clarify it. If the numerically last category of the source file was merged, make the first - category current to avoid selecting a nonexisting category. + category current to avoid selecting a nonexistent category. (todo-archive-done-item): When there are marked items and point happens to be on an unmarked item, ignore the latter. Don't leave point below last item after archiving marked items. @@ -10975,9 +10976,9 @@ * faces.el (face-spec-recalc): Apply X resources only after the defface spec has been applied. Thus, X resources are no longer - overriden by the defface spec which also fixes issues on win32 where + overridden by the defface spec which also fixes issues on win32 where the toolbar coloring was wrong because it is set through X resources - and was (wrongfully) overriden. (Bug#16694) + and was (wrongfully) overridden. (Bug#16694) 2014-04-30 Stefan Monnier @@ -26293,7 +26294,7 @@ See ChangeLog.16 for earlier changes. ;; coding: utf-8 ;; End: - Copyright (C) 2011-2015 Free Software Foundation, Inc. + Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of GNU Emacs.