Fix typos and whitespace.

This commit is contained in:
Juanma Barranquero 2010-05-10 16:48:17 +02:00
parent c5eb971bec
commit 77e2fc7a44

View file

@ -9,14 +9,13 @@
2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
* 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 <monnier@iro.umontreal.ca>
@ -118,7 +116,7 @@
2010-05-08 Chong Yidong <cyd@stupidchicken.com>
* 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 <cyd@stupidchicken.com>
@ -131,7 +129,7 @@
* composite.el (compose-region, reference-point-alist): Fix typos
in the doc strings.
2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2010-05-08 Alexander Klimov <alserkli@inbox.ru> (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 <deniz.a.m.dogan@gmail.com> (tiny change)
Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier <monnier@iro.umontreal.ca>
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.