]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.17
Remove duplicate binding
[gnu-emacs] / lisp / ChangeLog.17
index 10a466361efd6d6832dbf512803504b060df74ab..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)
 
 
 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.
 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>