]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.17
Dired recognize dirs when file size in human units
[gnu-emacs] / lisp / ChangeLog.17
index a40f8f3d67ac1b9870b51330e1292823a3912bd0..f0b2651f870a760e5aeddd07fdd8973a69ff27ca 100644 (file)
 2015-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * net/shr.el (shr-insert): Remove soft hyphens.
-       (shr-insert): Also remove soft hypens from non-folded text.
+       (shr-insert): Also remove soft hyphens from non-folded text.
 
 2015-02-28  Eli Zaretskii  <eliz@gnu.org>
 
 
        * net/shr.el (shr-insert): Make sure the space inserted has the
        right font (for width).
-       (shr-fill-line): Preserve background colours when indenting/folding.
+       (shr-fill-line): Preserve background colors when indenting/folding.
        (shr-ensure-paragraph): Don't insert a new paragraph as the first
        item in a <li>.
 
        * net/tramp.el (tramp-read-passwd): Ignore errors from `auth-source-*'.
 
        * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use "\n"
-       as end-of-line delimeter for passwords, when running on MS Windows.
+       as end-of-line delimiter for passwords, when running on MS Windows.
 
 2014-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2014-12-22  Artur Malabarba  <bruce.connor.am@gmail.com>
 
-       * 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  <michael.albinus@gmx.de>
 
 
 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
 
-       * 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  <acm@muc.de>
 
 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
 
-       * 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  <sds@gnu.org>
 
 
 2014-12-14  Artur Malabarba  <bruce.connor.am@gmail.com>
 
-       * let-alist.el: Add lexical binding.
+       * emacs-lisp/let-alist.el: Add lexical binding.
 
 2014-12-14  Steve Purcell  <steve@sanityinc.com>  (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  <camdez@gmail.com>
 
 
 2014-12-10  Artur Malabarba  <bruce.connor.am@gmail.com>
 
-       * let-alist.el: Add new package and macro.
+       * emacs-lisp/let-alist.el: Add new package and macro.
 
 2014-12-10  Eric S. Raymond  <esr@snark.thyrsus.com>
 
 
 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * 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.
 
        console as well (bug#18629).
        * w32-common-fns.el: Remove.
        * loadup.el: Don't load w32-common-fns.el.
-       * w32-fns.elc: Don't require w32-common-fns.
+       * w32-fns.el: Don't require w32-common-fns.
 
        * icomplete.el: Move Iswitchb autoload here.  Much simpler.
        * obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie.
        (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.
 2014-06-30  GrĂ©goire Jadi  <daimrod@gmail.com>
 
        * net/rcirc.el (rcirc-buffer-process): Restore previous
-       behaviour.  (Bug#17772)
+       behavior.  (Bug#17772)
 
 2014-06-29  Alan Mackenzie  <acm@muc.de>
 
        (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.
 
        * 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  <monnier@iro.umontreal.ca>
 
@@ -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.