Mercurial > emacs
comparison lisp/ChangeLog @ 109460:597339bd6bef
SQL Mode V2.2 - Added sql-connect and sql-connection-alist
author | Michael Mauger <mmaug@yahoo.com> |
---|---|
date | Sun, 18 Jul 2010 14:44:32 -0400 |
parents | c581eca79ab5 |
children | d898f8a84d48 |
comparison
equal
deleted
inserted
replaced
109459:301190722b84 | 109460:597339bd6bef |
---|---|
1 2010-07-18 Michael R. Mauger <mmaug@yahoo.com> | |
2 | |
3 * progmodes/sql.el: Version 2.2. | |
4 (sql-product, sql-user, sql-database, sql-server, sql-port): Use | |
5 defcustom :safe keyword rather than putting safe-local-variable | |
6 property. | |
7 (sql-password): Use defcustom :risky keyword rather than putting | |
8 risky-local-variable property. | |
9 (sql-oracle-login-params, sql-sqlite-login-params) | |
10 (sql-solid-login-params, sql-sybase-login-params) | |
11 (sql-informix-login-params, sql-ingres-login-params) | |
12 (sql-ms-login-params, sql-postgres-login-params) | |
13 (sql-interbase-login-params, sql-db2-login-params) | |
14 (sql-linter-login-params): Add `port' option | |
15 (sql-get-product-feature): Added NO-INDIRECT parameter. | |
16 (sql-comint-oracle, sql-comint-sybase) | |
17 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql) | |
18 (sql-comint-solid, sql-comint-ingres, sql-comint-ms) | |
19 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2) | |
20 (sql-comint-linter): Renamed sql-connect-* functions to | |
21 sql-comint-*. | |
22 (sql-product-alist, sql-mode-menu): Renamed as above and | |
23 :sqli-connect-func to :sqli-comint-func. | |
24 (sql-connection): New variable | |
25 (sql-interactive-mode): Set it. | |
26 (sql-connection-alist): New variable. | |
27 (sql-connect): New function. | |
28 (sql--alt-buffer-part, sql--alt-if-not-empty) | |
29 (sql-make-alternate-buffer-name): Improved alternative buffer | |
30 name. | |
31 | |
1 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 32 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
2 | 33 |
3 * image-mode.el (image-bookmark-make-record): Do not set context | 34 * image-mode.el (image-bookmark-make-record): Do not set context |
4 in an image (Bug#6650). | 35 in an image (Bug#6650). |
5 | 36 |