Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
77e2fc7a
Commit
77e2fc7a
authored
May 10, 2010
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos and whitespace.
parent
c5eb971b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
19 deletions
+17
-19
lisp/ChangeLog
lisp/ChangeLog
+17
-19
No files found.
lisp/ChangeLog
View file @
77e2fc7a
...
...
@@ -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): Add
ed
"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): Update
d
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): Correct
ed
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment