Fix bug #10263 with assertion violation using telugu-itrans input method.
[bpt/emacs.git] / lisp / ChangeLog.15
index 04133f1..ab1eb35 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>
 
        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.