Add 2012 to FSF copyright years for Emacs files
[bpt/emacs.git] / lisp / ChangeLog.15
index dfd9b94..6dbfff0 100644 (file)
        Consolidate layout provisions coce directly into the activation
        condition branch, now that we've removed those provisions.
        (allout-unload-function): Explicitly activate the mode before
-       deactivating, if it's initially deactivated.
+       deactivating, if it's initially inactive.
        (allout-set-buffer-multibyte): Properly prevent byte-compiler
        warnings for version of function used only where
        set-buffer-multibyte is unavailable.
 
        * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
        are handled by the menu-bar entries.  As before, don't use
-       :visibile to avoid changing the tool-bar.
+       :visible to avoid changing the tool-bar.
 
 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
 
 
 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
+       * net/gnutls.el: Improve docs.  Remove STARTTLS and SSL emulation.
        Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
        `gnutls-negotiate' (formerly `starttls-negotiate').
        Remove trivial wrapper `starttls-open-stream'.
 
 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * net/tls.el (tls-starttls-switches): Give up on using starttls with
+       * net/tls.el (tls-starttls-switches): Give up on using STARTTLS with
        gnutls-cli.
        (tls-program): Add --insecure to be consistent with the defaults from
        openssl s_client.  Now all three commands are insecure.
        (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
        syntax pattern.
        (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
-       (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
+       (sql-mode-sqlite-font-lock-keywords): Highlight sqlite commands.
 
 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        (menu-bar-showhide-tool-bar-menu-customize-enable-right)
        (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
        (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
-       (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
+       (menu-bar-showhide-tool-bar-menu): If tool bar is movable,
        make a menu for Options => toolbar that can move it.
 
 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
        Add new VC methods: vc-log-incoming and vc-log-outgoing.
        * vc.el (vc-print-log-setup-buttons): New function split out from
        vc-print-log-internal.
-       (vc-log-internal-common): New function, a parametrized version of
+       (vc-log-internal-common): New function, a parameterized version of
        vc-print-log-internal.
        (vc-print-log-internal): Just call vc-log-internal-common with the
        right arguments.
 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
 
        * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
-       `dired-uncache' for every elemnt which is an absolute file name.
+       `dired-uncache' for every element which is an absolute file name.
 
        * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
        directory, handle its directory component.
        (batch-update-autoloads): Handle autoload-excludes on windows-nt.
 
        * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
-       the headers cannot be located.  Simplify, subtracting superflous
+       the headers cannot be located.  Simplify, subtracting superfluous
        save-excursions.
 
 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
@@ -22792,7 +22792,7 @@ See ChangeLog.14 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2009-2011  Free Software Foundation, Inc.
+  Copyright (C) 2009-2012  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.