]> code.delx.au - gnu-emacs/commitdiff
Spelling fix for 'hfy-optimizations'
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Apr 2015 06:40:54 +0000 (23:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Apr 2015 06:43:22 +0000 (23:43 -0700)
* htmlfontify.el (hfy-optimizations): Rename from hfy-optimisations,
with an obsolete alias.  All uses changed.

doc/misc/htmlfontify.texi
etc/NEWS
lisp/ChangeLog
lisp/ChangeLog.16
lisp/gnus/ChangeLog
lisp/htmlfontify.el
lisp/org/ox-odt.el

index 6579cd6c7d1e4b7ee580ab9067451348d8586d6c..8140b43e78315afd2e53a6c23a344d64db7ae11e 100644 (file)
@@ -840,7 +840,7 @@ See @ref{hfy-display-class} for details of valid values for @var{class}.
 @end lisp
 
 Find face in effect at point P@.  If overlays are to be considered
-(see @ref{hfy-optimisations}) then this may return a @code{defface} style
+(see @ref{hfy-optimizations}) then this may return a @code{defface} style
 list of face properties instead of a face symbol.
 
 @item hfy-bgcol
@@ -950,7 +950,7 @@ Is @var{srcdir}/@var{file} text?  Uses @ref{hfy-istext-command} to determine thi
 (hfy-opt @var{symbol})
 @end lisp
 
-Is @ref{hfy-optimisations} member @var{symbol} set or not?
+Is @ref{hfy-optimizations} member @var{symbol} set or not?
 
 @item hfy-dirname
 @findex hfy-dirname
@@ -1395,9 +1395,9 @@ for the more complex shell interactions needed by Htmlfontify.
 Currently this is only required/used when using GNU etags, see
 @ref{hfy-etags-cmd-alist} for details.
 
-@item hfy-optimisations
-@vindex hfy-optimisations
-@anchor{hfy-optimisations}
+@item hfy-optimizations
+@vindex hfy-optimizations
+@anchor{hfy-optimizations}
 
 Optimizations to turn on.  So far, the following have been implemented:
 
index 6de8f030d94218ffae51e3212c9ec75fe8918923..cc3c6d1c2359b51089f96c6649bd6c33e37e7483 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -756,6 +756,12 @@ integers.
 ** New function `set-binary-mode' allows to switch a standard stream
 of the Emacs process to binary I/O mode.
 
+** Miscellaneous name change
+
+For consistency with the usual Emacs spelling, the Lisp variable
+`hfy-optimisations' has been renamed to `hfy-optimizations'.
+The old name should still work, as an obsolescent alias.
+
 \f
 * Changes in Frames and Windows Code in Emacs 25.1
 
index c7d4dd5bac0a86350083f5da0542558221982c96..94b4be7458436449a5a4a753e5604756d80b5a86 100644 (file)
@@ -1,3 +1,9 @@
+2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Spelling fix for 'hfy-optimizations'
+       * htmlfontify.el (hfy-optimizations): Rename from hfy-optimisations,
+       with an obsolete alias.  All uses changed.
+
 2015-04-06  Fabián Ezequiel Gallina  <fgallina@gnu.org>
 
        python.el: Enhance docstring detection following PEP-257.
index bf8a97352c6a55edcf3dd0c098c58b2db2b3acb6..457c1511af85ab4cd97af1cb115c2be30cdbb1bc 100644 (file)
        c-set-fl-decl-start.
 
        * progmodes/cc-mode.el (c-common-init, c-after-change):
-       Changes due to pluralisation of c-before-font-lock-functions.
+       Changes due to pluralization of c-before-font-lock-functions.
        (c-set-fl-decl-start): New function, extracted from
        c-font-lock-enclosing-decls and enhanced.
 
index 591c6446ec0f7cf624b99aa1eb0f6b7f3c9ced66..442326cc7f0f175f9820a136d3a4dd463fa291e9 100644 (file)
 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * shr.el (shr-tag-table): Insert the images after the table, so that
-       they're not covered by the table colourisation, which often looked
+       they're not covered by the table colorization, which often looked
        awkward.
        (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
        <dd>.
index 719cb82b98946c09b60a9e6d4245c1832af4f03f..97e7d0f4446f0d022dfc3b0f3afe8b95d4384ea4 100644 (file)
@@ -440,7 +440,7 @@ and so on."
              (background (choice (const :tag "Dark"          dark     )
                                  (const :tag "Bright"        light    ))) ))
 
-(defcustom hfy-optimisations (list 'keep-overlays)
+(defcustom hfy-optimizations (list 'keep-overlays)
   "Optimizations to turn on: So far, the following have been implemented:\n
   merge-adjacent-tags: If two (or more) span tags are adjacent, identical and
                        separated by nothing more than whitespace, they will
@@ -475,6 +475,7 @@ which can never slow you down, but may result in incomplete fontification."
                (const :tag "body-text-only"       body-text-only      ))
   :group 'htmlfontify
   :tag   "optimizations")
+(define-obsolete-variable-alias 'hfy-optimisations 'hfy-optimizations "25.1")
 
 (defvar hfy-tags-cache nil
   "Alist of the form:\n
@@ -606,7 +607,7 @@ in a windowing system - try to trick it..."
 
 (defun hfy-opt (symbol)
   "Is option SYMBOL set."
-  (memq symbol hfy-optimisations))
+  (memq symbol hfy-optimizations))
 
 (defun hfy-default-header (file style)
   "Default value for `hfy-page-header'.
@@ -1197,7 +1198,7 @@ MAP is the invisibility map as returned by `hfy-find-invisible-ranges'."
 ;; -- v
 (defun hfy-face-at (p)
   "Find face in effect at point P.
-If overlays are to be considered (see `hfy-optimisations') then this may
+If overlays are to be considered (see `hfy-optimizations') then this may
 return a `defface' style list of face properties instead of a face symbol."
   ;;(message "hfy-face-at");;DBUG
   ;; Fix-me: clean up, remove face-name etc
@@ -1795,8 +1796,8 @@ FILE, if set, is the file name."
 It is assumed that STRING has text properties that allow it to be
 fontified.  This is a simple convenience wrapper around
 `htmlfontify-buffer'."
-  (let* ((hfy-optimisations-1 (copy-sequence hfy-optimisations))
-         (hfy-optimisations (add-to-list 'hfy-optimisations-1
+  (let* ((hfy-optimizations-1 (copy-sequence hfy-optimizations))
+         (hfy-optimizations (add-to-list 'hfy-optimizations-1
                                          'skip-refontification)))
     (with-temp-buffer
       (insert string)
index 29bc87875a1525edce367f32dd7d2bf281995d93..6c74fb3eabd169cc8e98c22d18dbed5df3547609 100644 (file)
@@ -262,7 +262,8 @@ This style is much the same as that of \"OrgFixedWidthBlock\"
 except that the foreground and background colors are set
 according to the default face identified by the `htmlfontify'.")
 
-(defvar hfy-optimisations)
+(defvar hfy-optimizations)
+(define-obsolete-variable-alias 'hfy-optimisations 'hfy-optimizations "25.1")
 (defvar org-odt-embedded-formulas-count 0)
 (defvar org-odt-embedded-images-count 0)
 (defvar org-odt-image-size-probe-method
@@ -3116,8 +3117,8 @@ and prefix with \"OrgSrc\".  For example,
                               (" " "<text:s/>")
                               ("       " "<text:tab/>")))
         (hfy-face-to-css 'org-odt-hfy-face-to-css)
-        (hfy-optimisations-1 (copy-sequence hfy-optimisations))
-        (hfy-optimisations (add-to-list 'hfy-optimisations-1
+        (hfy-optimizations-1 (copy-sequence hfy-optimizations))
+        (hfy-optimizations (add-to-list 'hfy-optimizations-1
                                         'body-text-only))
         (hfy-begin-span-handler
          (lambda (style text-block text-id text-begins-block-p)