emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100216: Fix typos and whitespace.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100216: Fix typos and whitespace.
Date: Mon, 10 May 2010 16:48:17 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100216
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2010-05-10 16:48:17 +0200
message:
  Fix typos and whitespace.
modified:
  lisp/ChangeLog
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-05-10 14:37:59 +0000
+++ b/lisp/ChangeLog    2010-05-10 14:48:17 +0000
@@ -9,14 +9,13 @@
 
 2010-05-09  Michael R. Mauger  <address@hidden>
 
-       * progmodes/sql.el: Version 2.1
-       (sql-product-alist): Redesigned structure of product info.
-        (sql-product, sql-user, sql-server, sql-database): Safe
-       variables.
+       * progmodes/sql.el: Version 2.1.
+       (sql-product-alist): Redesign structure of product info.
+       (sql-product, sql-user, sql-server, sql-database): Safe variables.
        (sql-port, sql-port-history): New variables.
        (sql-interactive-product): New variable.
        (sql-send-terminator): New variable.
-       (sql-imenu-generic-expression): Added "Types" imenu entry.
+       (sql-imenu-generic-expression): Add "Types" imenu entry.
        (sql-oracle-login-params, sql-sqlite-login-params)
        (sql-mysql-login-params, sql-solid-login-params)
        (sql-sybase-login-params, sql-informix-login-params)
@@ -24,10 +23,9 @@
        (sql-postgres-login-params, sql-interbase-login-params)
        (sql-db2-login-params, sql-linter-login-params)
        (sql-oracle-scan-on): New variables.
-       (sql-mode-map): Added C-c C-i to start interactive mode.
-       (sql-mode-menu): Updated existing menu entries.
-        (sql-font-lock-keywords-builder): Compile-time font-lock
-       optimization.
+       (sql-mode-map): Add C-c C-i to start interactive mode.
+       (sql-mode-menu): Update existing menu entries.
+       (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
        (sql-mode-oracle-font-lock-keywords)
        (sql-mode-postgres-font-lock-keywords)
        (sql-mode-ms-font-lock-keywords)
@@ -39,7 +37,7 @@
        (sql-mode-mysql-font-lock-keywords)
        (sql-mode-sqlite-font-lock-keywords)
        (sql-mode-db2-font-lock-keywords)
-       (sql-mode-linter-font-lock-keywords): Updated initialization to
+       (sql-mode-linter-font-lock-keywords): Update initialization to
        reduce run-time complexity.
        (sql-add-product, sql-del-product): New functions.
        (sql-set-product-feature, sql-get-product-feature): New functions.
@@ -48,12 +46,12 @@
        (sql-highlight-product): Update product API.
        (sql-help-list-products): New function.
        (sql-help): Dynamically lists free and non-free products.
-       (sql-get-login): Corrected bug in handling history and added
+       (sql-get-login): Correct bug in handling history and added
        prompt for port.
        (sql-copy-column): Copy without properties.
        (sqli-input-sender): Apply filters to SQLi input.
-       (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on'
-       setting.  Implement as a filter.
+       (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
+       Implement as a filter.
        (sql-escape-newlines-filter): Implement as a filter.
        (sql-remove-tabs-filter): New function.
        (sql-send-magic-terminator): New function.
@@ -68,8 +66,8 @@
        (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
        (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
        (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
-       (sql-connect-interbase, sql-connect-db2, sql-connect-linter): Use
-       `sql-connect'.
+       (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
+       Use `sql-connect'.
 
 2010-05-09  Stefan Monnier  <address@hidden>
 
@@ -118,7 +116,7 @@
 
 2010-05-08  Chong Yidong  <address@hidden>
 
-       * international/mule.el (auto-coding-alist):  Only purecopy
+       * international/mule.el (auto-coding-alist): Only purecopy
        car of each item, not the whole list (Bug#6083).
 
 2010-05-08  Chong Yidong  <address@hidden>
@@ -131,7 +129,7 @@
        * composite.el (compose-region, reference-point-alist): Fix typos
        in the doc strings.
 
-2010-05-08  Alexander Klimov <address@hidden> (tiny change)
+2010-05-08  Alexander Klimov  <address@hidden>  (tiny change)
 
        * calc/calc-graph.el (calc-graph-plot): Use the proper form for
        gnuplot's "set" command.
@@ -220,7 +218,7 @@
        * Version 23.2 released.
 
 2010-05-07  Deniz Dogan <address@hidden>  (tiny change)
-            Stefan Monnier  <address@hidden>
+           Stefan Monnier  <address@hidden>
 
        Highlight vendor specific properties.
        * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
@@ -983,7 +981,7 @@
        (calc-hyperbolic): Add "Option" to message, as appropriate.
        (calc-option, calc-is-option): New functions.
 
-       * calc-help.el (calc-full-help):  Add `calc-option-help'.
+       * calc-help.el (calc-full-help): Add `calc-option-help'.
        (calc-option-prefix-help): New function.
 
        * calc-misc.el (calc-help): Add "Option" entry.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]