]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.9
Merge from emacs-24; up to 2012-12-21T07:35:02Z!ueno@gnu.org
[gnu-emacs] / lisp / ChangeLog.9
index b15ee6078b02974dfa25b2770a782a8056e339ff..3d4d7e05b1bcd3f726beb7dff33ebc9f1d503a98 100644 (file)
@@ -40,7 +40,7 @@
 2001-10-17  Francesco Potortì  <pot@gnu.org>
 
        * comint.el (comint-password-prompt-regexp): Make it less
-       restrictive, letting comint recognise OpenSSH2 passphrase prompts.
+       restrictive, letting comint recognize OpenSSH2 passphrase prompts.
 
 2001-10-17  John Wiegley  <johnw@gnu.org>
 
        Don't bind mouse events or tab/backtab.
        (help-function, help-variable, help-face, help-coding-system)
        (help-input-method, help-character-set, help-back, help-info)
-       (help-customize-variable,  help-function-def, help-variable-def):
+       (help-customize-variable, help-function-def, help-variable-def):
        New button types.
        (help-button-action): New function.
        (describe-function-1): Pass help button-types to
        newbuffile out of the loop, in the newbuffile-nd local var.
        Use dolist (cosmetic change).  Compute the proposed name for the most
        common case and cache it in the fourth place in the item.
-       (uniquify-rationalize-file-buffer-names): Used to return a list
+       (uniquify-rationalize-file-buffer-names): Used to return a list
        of buffer whose name was changed, but that return value was never used.
        (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
        the cached proposed name, does much less consing and is quicker.
 
 2001-01-25  Dave Love  <fx@gnu.org>
 
-       * lisp/international/mule-diag.el (describe-char-after): Doc fix.
+       * international/mule-diag.el (describe-char-after): Doc fix.
        (describe-coding-system): Tweak the English text.
 
        * loadup.el: Preload international/ccl for utf-8.
        (ansi-color-process-output): New function.  It is automatically
        added to comint-output-filter-functions if this is XEmacs.
        (ansi-color-unfontify-region): New optional parameter for XEmacs
-       compatibility.  Check wether font-lock-syntactic-keywords is
+       compatibility.  Check whether font-lock-syntactic-keywords is
        boundp before removing the syntax table text property, as XEmacs
        doesn't have it.
        (ansi-color-filter-region): Doc change.
        * frame.el (show-cursor-in-non-selected-windows): Doc fix.
 
        * hi-lock.el (hi-lock-refontify): Don't call non-existent
-       jit-lock-fontify-buffer; it should anyway be unneccessary to
+       jit-lock-fontify-buffer; it should anyway be unnecessary to
        do anything special when jit-lock is active.
        (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
 
 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
 
        * faces.el (face-set-after-frame-default):
-       If `inhibit-default-face-x-resources' is bound, don't intialize the
+       If `inhibit-default-face-x-resources' is bound, don't initialize the
        default face from X resources.
 
 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
 2000-10-10  Dave Love  <fx@gnu.org>
 
        * toolbar/tool-bar.el (tool-bar-add-item)
-       (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
+       (tool-bar-add-item-from-menu): Don't favor XPM icons on mono display.
 
        * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
        * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
 
        * international/mule-cmds.el (help-xref-mule-regexp-template): New
        variable.
-       (describe-input-method): Temporarily activate the specfied input
+       (describe-input-method): Temporarily activate the specified input
        method to display the information.
        (describe-language-environment): Hyperlinks to mule related items.
 
 
 2000-07-16  John Wiegley  <johnw@gnu.org>
 
-       * lisp/align.el (align-newline-and-indent):
-       Adding new function.  for auto-aligning blocks of code on RET.
+       * align.el (align-newline-and-indent): Adding new function,
+       for auto-aligning blocks of code on RET.
        (align-region): Fixed badly formatted minibuffer message.
 
 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
        (antlr-downcase-literals): New command.
        (antlr-upcase-literals): Ditto.
 
-       * antlr-mode.el: Minor changes: indendation, mode-name.
+       * antlr-mode.el: Minor changes: indentation, mode-name.
        (antlr-indent-line): Indent cpp directive at column 0.
        (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
 
        (network-connection-mode-setup): New function, saves host and
        service information in local variables.
 
-       * lisp/locate.el:
-       (locate-word-at-point): Added this function.
+       * locate.el (locate-word-at-point): Added this function.
        (locate): Default to using locate-word-at-point as input
        Run dired-mode-hook
 
        * term/tty-colors.el (tty-defined-color-alist): Renamed from
        tty-color-alist.
        (tty-color-alist, tty-modify-color-alist): New functions.
-       (tty-color-define,  tty-color-clear, tty-color-approximate)
+       (tty-color-define, tty-color-clear, tty-color-approximate)
        (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
        optional parameter FRAME.
 
@@ -20693,7 +20692,7 @@ See ChangeLog.8 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-    Copyright (C) 2000-2011  Free Software Foundation, Inc.
+    Copyright (C) 2000-2011, 2013 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.