aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2018-03-04 17:38:43 -0800
committerPaul Eggert2018-03-04 17:39:53 -0800
commit0e10b6fce7568077797c5a16cd2a584a8dcba46e (patch)
treeef351fd4b5c32f89acc67573926b13db661a5c94 /etc
parentbd6c1976fba03bd2e4ca0a52cea562c8ecf23ef8 (diff)
downloademacs-0e10b6fce7568077797c5a16cd2a584a8dcba46e.tar.gz
emacs-0e10b6fce7568077797c5a16cd2a584a8dcba46e.zip
Spelling fixes (Bug#10068)
* lisp/gnus/gnus-score.el (gnus-score-find-favorite-words): Rename from gnus-score-find-favourite-words. * lisp/hfy-cmap.el (hfy-fallback-color-map) (hfy-rgb-txt-color-map, hfy-fallback-color-values): * lisp/htmlfontify.el (hfy-color-vals, hfy-color): Rename from names that used 'colour' instead of 'color'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 08c7e7eb56c..c998ad6663e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -142,6 +142,16 @@ This can be controlled by the new `ecomplete-sort-predicate' variable.
142*** The 'ecompleterc' file is now placed in ~/.emacs.d/ecompleterc by default 142*** The 'ecompleterc' file is now placed in ~/.emacs.d/ecompleterc by default
143Of course it will still find it if you have it in ~/.ecompleterc 143Of course it will still find it if you have it in ~/.ecompleterc
144 144
145** Gnus
146*** The function 'gnus-score-find-favorite-words' has been renamed
147from 'gnus-score-find-favourite-words'.
148
149** Htmlfontify
150*** The functions 'hfy-color', 'hfy-color-vals' and
151'hfy-fallback-color-values' and the variables 'hfy-fallback-color-map'
152and 'hfy-rgb-txt-color-map' have been renamed from names that used
153'colour' instead of 'color'.
154
145** Smtpmail 155** Smtpmail
146Authentication mechanisms can be added via external packages, by 156Authentication mechanisms can be added via external packages, by
147defining new cl-defmethod of smtpmail-try-auth-method. 157defining new cl-defmethod of smtpmail-try-auth-method.