Spelling fixes.
[bpt/emacs.git] / lisp / ChangeLog.7
index df2f5cc..5036cf1 100644 (file)
 1998-07-21  Kenichi Handa  <handa@etl.go.jp>
 
        * international/kkc.el (kkc-region): Handled the case that
-       conversion is cancelled.
+       conversion is canceled.
        (kkc-terminate): Update kkc-overlay-head correctly.
        (kkc-cancel): Don't call kkc-terminate, but set kkc-converting to nil.
 
 
        * cc-mode.el (c-buffer-is-cc-mode):
        Definition moved here from cc-vars.el.  Also,
-       put permanent-local property on variable so it's value won't get
+       put permanent-local property on variable so its value won't get
        killed by kill-all-local-variables.
 
        * cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode):
 
 1997-07-25  Simon Marshall  <simon@frobnitz.gnu.ai.mit.edu>
 
-       * complete.el: Customise; as subgroup of minibuffer.
+       * complete.el: Customize; as subgroup of minibuffer.
        (partial-completion-mode): New option to toggle mode.
        (partial-completion-mode): New command to toggle mode.
        Add and remove hooks here, i.e., not at the top-level.
 
 1997-07-15  Simon Marshall  <simon@albert.gnu.ai.mit.edu>
 
-       * mouse-sel.el: Customise; create mouse-sel as subgroup of mouse.
+       * mouse-sel.el: Customize; create mouse-sel as subgroup of mouse.
        (mouse-sel-mode): New option to toggle mode.
        (mouse-sel-mode): New command to toggle mode.
        (mouse-sel-set-selection-function): If mouse-sel-default-bindings is
        (mouse-sel-bindings): New function to install/restore mouse bindings.
        This is called by mouse-sel-mode, i.e., not at the top-level.
 
-       * delsel.el: Customise; as part of editing-basics group.
+       * delsel.el: Customize; as part of editing-basics group.
        (delete-selection-mode): Convert to autoloaded option.  Default to nil.
        (delete-selection-mode): Define before option.
        Modify pre-command-hook here, i.e., not at the top-level.
        (isearch-toggle-specified-input-method): Set the above variables.
        (isearch-toggle-input-method): Likewise.
        (isearch-process-search-multibyte-characters): Give
-       iseach-input-method as arg to read-multilingual-string.
+       isearch-input-method as arg to read-multilingual-string.
 
        * international/mule-cmds.el (read-multilingual-string): Adjusted
        for the previous change of variables related to input methods.
        paren-matching) and put all blink-matching-paren variables in the
        former (as opposed to the latter) group.
 
-       * paren.el: Customise; paren-showing as a subgroup of paren-matching.
+       * paren.el: Customize; paren-showing as a subgroup of paren-matching.
        (show-paren-style): New variable.
        (show-paren-match-face)
        (show-paren-mismatch-face): New faces.
 1997-06-16  Dan Nicolaescu  <done@ece.arizona.edu>
 
        * icon.el (icon-indent-line): A comment ends at the end of the
-       line, delete call to inexistent function.
+       line, delete call to nonexistent function.
 
        * icon.el (icon-font-lock-keywords-1): Improved regexp.
        (icon-font-lock-keywords-2): Likewise.
        have KEY.
        (current-input-method-title): Doc-string modified.
        (select-input-method): Set current-input-method to nil even if
-       inactivation of the current input method failed.
+       deactivation of the current input method failed.
        (set-language-environment): Doc-string modified.
        (describe-language-support): Doc-string modified.  Calls an
        appropriate function for each language.
 
 1997-04-16  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
 
-       * font-lock.el: Customise.
+       * font-lock.el: Customize.
        (font-lock-defaults-alist): Leave ~ syntax alone in C++.
        (font-lock-match-c++-style-declaration-item-and-skip-to-next): Match ~
        characters here.
        (font-lock-compile-keywords): Don't set font-lock-keywords.
        (font-lock-fontify-keywords-region): Set it here.
 
-       * fast-lock.el: Customise.
+       * fast-lock.el: Customize.
        (fast-lock-cache-data): Simplify calls of font-lock-compile-keywords.
 
-       * lazy-lock.el: Customise.
+       * lazy-lock.el: Customize.
        (lazy-lock-fontify-conservatively): Fontify around WINDOW's point.
 
        * shell.el (shell-font-lock-keywords): Use EVAL form for prompt.
        the innermost test.  This catches GNU-style comments.
 
        * cc-mode.el (c-add-syntax):
-       Move macro definition to before it's first use.
+       Move macro definition to before its first use.
 
        * cc-mode.el (c-submit-bug-report):
        Capture buffer local variable values which are
        * term.el: Added a lot of new faces, they all start with
        term- and follow a simple lexicographical convention.  Note that
        each change is commented: just search for -mm in the source.
-       (term-char-mode): Added all the "grey-keys" to term-raw-map.
+       (term-char-mode): Added all the "gray-keys" to term-raw-map.
        (term-send-up): Similar, decided to go for the more xterm-like
        \eOA bindings in place of the previous \e[A.
        (term-buffer-maximum-size): New variable.