diff options
| -rw-r--r-- | lisp/ChangeLog | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5176590dc8e..26b56bd7b69 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9,14 +9,13 @@ | |||
| 9 | 9 | ||
| 10 | 2010-05-09 Michael R. Mauger <mmaug@yahoo.com> | 10 | 2010-05-09 Michael R. Mauger <mmaug@yahoo.com> |
| 11 | 11 | ||
| 12 | * progmodes/sql.el: Version 2.1 | 12 | * progmodes/sql.el: Version 2.1. |
| 13 | (sql-product-alist): Redesigned structure of product info. | 13 | (sql-product-alist): Redesign structure of product info. |
| 14 | (sql-product, sql-user, sql-server, sql-database): Safe | 14 | (sql-product, sql-user, sql-server, sql-database): Safe variables. |
| 15 | variables. | ||
| 16 | (sql-port, sql-port-history): New variables. | 15 | (sql-port, sql-port-history): New variables. |
| 17 | (sql-interactive-product): New variable. | 16 | (sql-interactive-product): New variable. |
| 18 | (sql-send-terminator): New variable. | 17 | (sql-send-terminator): New variable. |
| 19 | (sql-imenu-generic-expression): Added "Types" imenu entry. | 18 | (sql-imenu-generic-expression): Add "Types" imenu entry. |
| 20 | (sql-oracle-login-params, sql-sqlite-login-params) | 19 | (sql-oracle-login-params, sql-sqlite-login-params) |
| 21 | (sql-mysql-login-params, sql-solid-login-params) | 20 | (sql-mysql-login-params, sql-solid-login-params) |
| 22 | (sql-sybase-login-params, sql-informix-login-params) | 21 | (sql-sybase-login-params, sql-informix-login-params) |
| @@ -24,10 +23,9 @@ | |||
| 24 | (sql-postgres-login-params, sql-interbase-login-params) | 23 | (sql-postgres-login-params, sql-interbase-login-params) |
| 25 | (sql-db2-login-params, sql-linter-login-params) | 24 | (sql-db2-login-params, sql-linter-login-params) |
| 26 | (sql-oracle-scan-on): New variables. | 25 | (sql-oracle-scan-on): New variables. |
| 27 | (sql-mode-map): Added C-c C-i to start interactive mode. | 26 | (sql-mode-map): Add C-c C-i to start interactive mode. |
| 28 | (sql-mode-menu): Updated existing menu entries. | 27 | (sql-mode-menu): Update existing menu entries. |
| 29 | (sql-font-lock-keywords-builder): Compile-time font-lock | 28 | (sql-font-lock-keywords-builder): Compile-time font-lock optimization. |
| 30 | optimization. | ||
| 31 | (sql-mode-oracle-font-lock-keywords) | 29 | (sql-mode-oracle-font-lock-keywords) |
| 32 | (sql-mode-postgres-font-lock-keywords) | 30 | (sql-mode-postgres-font-lock-keywords) |
| 33 | (sql-mode-ms-font-lock-keywords) | 31 | (sql-mode-ms-font-lock-keywords) |
| @@ -39,7 +37,7 @@ | |||
| 39 | (sql-mode-mysql-font-lock-keywords) | 37 | (sql-mode-mysql-font-lock-keywords) |
| 40 | (sql-mode-sqlite-font-lock-keywords) | 38 | (sql-mode-sqlite-font-lock-keywords) |
| 41 | (sql-mode-db2-font-lock-keywords) | 39 | (sql-mode-db2-font-lock-keywords) |
| 42 | (sql-mode-linter-font-lock-keywords): Updated initialization to | 40 | (sql-mode-linter-font-lock-keywords): Update initialization to |
| 43 | reduce run-time complexity. | 41 | reduce run-time complexity. |
| 44 | (sql-add-product, sql-del-product): New functions. | 42 | (sql-add-product, sql-del-product): New functions. |
| 45 | (sql-set-product-feature, sql-get-product-feature): New functions. | 43 | (sql-set-product-feature, sql-get-product-feature): New functions. |
| @@ -48,12 +46,12 @@ | |||
| 48 | (sql-highlight-product): Update product API. | 46 | (sql-highlight-product): Update product API. |
| 49 | (sql-help-list-products): New function. | 47 | (sql-help-list-products): New function. |
| 50 | (sql-help): Dynamically lists free and non-free products. | 48 | (sql-help): Dynamically lists free and non-free products. |
| 51 | (sql-get-login): Corrected bug in handling history and added | 49 | (sql-get-login): Correct bug in handling history and added |
| 52 | prompt for port. | 50 | prompt for port. |
| 53 | (sql-copy-column): Copy without properties. | 51 | (sql-copy-column): Copy without properties. |
| 54 | (sqli-input-sender): Apply filters to SQLi input. | 52 | (sqli-input-sender): Apply filters to SQLi input. |
| 55 | (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' | 53 | (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting. |
| 56 | setting. Implement as a filter. | 54 | Implement as a filter. |
| 57 | (sql-escape-newlines-filter): Implement as a filter. | 55 | (sql-escape-newlines-filter): Implement as a filter. |
| 58 | (sql-remove-tabs-filter): New function. | 56 | (sql-remove-tabs-filter): New function. |
| 59 | (sql-send-magic-terminator): New function. | 57 | (sql-send-magic-terminator): New function. |
| @@ -68,8 +66,8 @@ | |||
| 68 | (sql-connect-oracle, sql-connect-sybase, sql-connect-informix) | 66 | (sql-connect-oracle, sql-connect-sybase, sql-connect-informix) |
| 69 | (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid) | 67 | (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid) |
| 70 | (sql-connect-ingres, sql-connect-ms, sql-connect-postgres) | 68 | (sql-connect-ingres, sql-connect-ms, sql-connect-postgres) |
| 71 | (sql-connect-interbase, sql-connect-db2, sql-connect-linter): Use | 69 | (sql-connect-interbase, sql-connect-db2, sql-connect-linter): |
| 72 | `sql-connect'. | 70 | Use `sql-connect'. |
| 73 | 71 | ||
| 74 | 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca> | 72 | 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 75 | 73 | ||
| @@ -118,7 +116,7 @@ | |||
| 118 | 116 | ||
| 119 | 2010-05-08 Chong Yidong <cyd@stupidchicken.com> | 117 | 2010-05-08 Chong Yidong <cyd@stupidchicken.com> |
| 120 | 118 | ||
| 121 | * international/mule.el (auto-coding-alist): Only purecopy | 119 | * international/mule.el (auto-coding-alist): Only purecopy |
| 122 | car of each item, not the whole list (Bug#6083). | 120 | car of each item, not the whole list (Bug#6083). |
| 123 | 121 | ||
| 124 | 2010-05-08 Chong Yidong <cyd@stupidchicken.com> | 122 | 2010-05-08 Chong Yidong <cyd@stupidchicken.com> |
| @@ -131,7 +129,7 @@ | |||
| 131 | * composite.el (compose-region, reference-point-alist): Fix typos | 129 | * composite.el (compose-region, reference-point-alist): Fix typos |
| 132 | in the doc strings. | 130 | in the doc strings. |
| 133 | 131 | ||
| 134 | 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change) | 132 | 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change) |
| 135 | 133 | ||
| 136 | * calc/calc-graph.el (calc-graph-plot): Use the proper form for | 134 | * calc/calc-graph.el (calc-graph-plot): Use the proper form for |
| 137 | gnuplot's "set" command. | 135 | gnuplot's "set" command. |
| @@ -220,7 +218,7 @@ | |||
| 220 | * Version 23.2 released. | 218 | * Version 23.2 released. |
| 221 | 219 | ||
| 222 | 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change) | 220 | 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change) |
| 223 | Stefan Monnier <monnier@iro.umontreal.ca> | 221 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 224 | 222 | ||
| 225 | Highlight vendor specific properties. | 223 | Highlight vendor specific properties. |
| 226 | * textmodes/css-mode.el (css-proprietary-nmstart-re): New var. | 224 | * textmodes/css-mode.el (css-proprietary-nmstart-re): New var. |
| @@ -983,7 +981,7 @@ | |||
| 983 | (calc-hyperbolic): Add "Option" to message, as appropriate. | 981 | (calc-hyperbolic): Add "Option" to message, as appropriate. |
| 984 | (calc-option, calc-is-option): New functions. | 982 | (calc-option, calc-is-option): New functions. |
| 985 | 983 | ||
| 986 | * calc-help.el (calc-full-help): Add `calc-option-help'. | 984 | * calc-help.el (calc-full-help): Add `calc-option-help'. |
| 987 | (calc-option-prefix-help): New function. | 985 | (calc-option-prefix-help): New function. |
| 988 | 986 | ||
| 989 | * calc-misc.el (calc-help): Add "Option" entry. | 987 | * calc-misc.el (calc-help): Add "Option" entry. |