diff options
| author | Paul Eggert | 2018-03-04 17:38:43 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-03-04 17:39:53 -0800 |
| commit | 0e10b6fce7568077797c5a16cd2a584a8dcba46e (patch) | |
| tree | ef351fd4b5c32f89acc67573926b13db661a5c94 /etc | |
| parent | bd6c1976fba03bd2e4ca0a52cea562c8ecf23ef8 (diff) | |
| download | emacs-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/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -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 |
| 143 | Of course it will still find it if you have it in ~/.ecompleterc | 143 | Of 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 | ||
| 147 | from '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' | ||
| 152 | and 'hfy-rgb-txt-color-map' have been renamed from names that used | ||
| 153 | 'colour' instead of 'color'. | ||
| 154 | |||
| 145 | ** Smtpmail | 155 | ** Smtpmail |
| 146 | Authentication mechanisms can be added via external packages, by | 156 | Authentication mechanisms can be added via external packages, by |
| 147 | defining new cl-defmethod of smtpmail-try-auth-method. | 157 | defining new cl-defmethod of smtpmail-try-auth-method. |