Spelling fixes.
[bpt/emacs.git] / lisp / ChangeLog.15
index 190be56..dfd9b94 100644 (file)
        Use define-derived-mode.
        * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
        (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
-       Move init into delcaration.
+       Move init into declaration.
        (reftex-index-mode, reftex-index-phrases-mode):
        Use define-derived-mode.
        * speedbar.el (speedbar-mode-syntax-table): Renaqme from
        * net/tramp-gw.el:
        * net/tramp-imap.el:
        * net/tramp-sh.el:
-       * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
+       * net/tramp-smb.el: Add tramp-autoload cookie for initialization
        code of `tramp-default-method-alist' and `tramp-default-user-alist'.
 
 2010-12-29  Karl Fogel  <kfogel@red-bean.com>
 
        * saveplace.el (save-place-alist-to-file): Save list sorted and
-       pretty-printed, so that it is mergeable by line-based text merging,
+       pretty-printed, so that it is mergable by line-based text merging,
        as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
 
 2010-12-28  Ken Manheimer  <ken.manheimer@gmail.com>
        * net/tramp-sh.el (tramp-sh-handle-start-file-process):
        Protect buffer-modified value.  (Bug#7557)
 
-2010-12-13   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
+2010-12-13  Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
 
        * log-edit.el (log-edit-changelog-entries):
        Regexp quote filename.  (Bug#7505)
        * locate.el (locate-default-make-command-line): Don't consider
        drive letter and root directory part of
        `directory-listing-before-filename-regexp'.  (Bug#7308)
-       (locate-post-command-hook, locate-post-command-hook): New defcustoms.
+       (locate-post-command-hook, locate-mode-hook): New defcustoms.
 
 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * newcomment.el (comment-dwim): Fix the intentation in the doc string.
+       * newcomment.el (comment-dwim): Fix the indentation in the doc string.
 
 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
 
        querying the password for.
 
        * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
-       behaviour, don't bury the ibuffer buffer when visiting other buffers.
+       behavior, don't bury the ibuffer buffer when visiting other buffers.
 
 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
 
        (post-self-insert-hook): Use it.
 
        * emacs-lisp/pcase.el (pcase-split-memq):
-       Fix overenthusiastic optimisation.
+       Fix overenthusiastic optimization.
        (pcase-u1): Handle the case of a lambda pred.
 
 2010-08-31  Kenichi Handa  <handa@m17n.org>
 
        Fix an indentation bug:
 
-       * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
+       * progmodes/cc-mode.el (c-common-init): Initialize c-new-BEG/END.
        (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
        of existing values.
 
        * bindings.el (complete-symbol): Move into minibuffer.el.
 
        * minibuffer.el (complete-tag): Move from etags.el.  If tags
-       completion cannot be performed, return nil instead of signalling
+       completion cannot be performed, return nil instead of signaling
        an error.
        (completion-at-point): Make it an alias for complete-symbol.
        (complete-symbol): Move from bindings.el, and replace with the
 
 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
 
-       Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
+       Restore GDB/MI functionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
        * progmodes/gdb-mi.el: Restore.
        * progmodes/gdb-ui.el: Remove.
        * progmodes/gud.el: Re-accommodate for gdb-mi.el.
        file has no read permissions for the owner, there might be
        problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
 
-22010-02-18  Glenn Morris  <rgm@gnu.org>
+2010-02-18  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp/authors.el (authors-renamed-files-alist):
        Add entries for INSTALL.CVS.
 
 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
 
-       * dirtrack.el (dirtrack): Warn instead of signalling error if the
+       * dirtrack.el (dirtrack): Warn instead of signaling error if the
        regexp is incorrect (Bug#5476).
 
 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
        * textmodes/artist.el (artist-compute-popup-menu-table):
        Remove duplicated words in doc-strings.
 
-2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
+2010-01-15  David Abrahams  <dave@boostpro.com>  (tiny change)
 
        * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
        to mairix-search to suppress threading (Bug#5342).
 2009-12-05  Kevin Ryde  <user42@zip.com.au>
 
        * textmodes/sgml-mode.el (sgml-lexical-context):
-       Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
+       Recognize comment-start-skip to comment-end-skip as comment (Bug#4781).
 
 2009-12-05  Juri Linkov  <juri@jurta.org>
 
        (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
        backend when calling vc-mode-line.
        (vc-register): Do not create a closure for calling the vc register
-       function, call it directly.
+       function, call it directly.  No longer obey vc-initial-comment.
 
 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>