X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0e963201d03d9229bb8ac4323291d2b0119526ed..7095596ac3ece75b7fb98be7a47e4715a54842c2:/lisp/ChangeLog.17 diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index 10a466361e..f0b2651f87 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 @@ -1254,7 +1254,7 @@ 2015-03-01 Lars Magne Ingebrigtsen * 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 @@ -1758,7 +1758,7 @@ * 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
  • . @@ -3737,7 +3737,7 @@ * 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 @@ -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,7 +4142,7 @@ 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) @@ -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. @@ -6834,7 +6835,7 @@ 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. @@ -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