]> git.eshelyaron.com Git - emacs.git/commit
* progmodes/sql.el Version 3.2
authorMichael Mauger <mmaug@yahoo.com>
Mon, 11 Mar 2013 04:09:37 +0000 (00:09 -0400)
committerMichael Mauger <mmaug@yahoo.com>
Mon, 11 Mar 2013 04:09:37 +0000 (00:09 -0400)
commite18e61cf276880f658ab8cdf1f242a675b58cd71
tree1ed994ee4c6ed8f6342b11d41e2053071d4c1de1
parent307d0e95ee9da988333c9d373b9955300bbaa340
* progmodes/sql.el Version 3.2
Please note that my address changed to <michael@mauger.com>; the
<mmaug@yahoo.com> address remains active.
(sql-connection-alist): Updates documentation to fix bug#13715.
(sql-connect): Handle missing `sql-connection-alist' correctly.
(sql-mode-oracle-font-lock-keywords): Add missing keywords.
(sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
property.
(sql-default-value): New function.
(sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
values were not used.
(sql-rename-buffer): Make sure alternate buffer name has no text
properties.
(sql-input-sender, sql-execute-feature): Fetch variable with
`buffer-local-value' rather than `with-current-buffer'.
(sql-*): Use #' function syntax consistently.
(sql-*): Use message/error/user-error consistently.
lisp/ChangeLog
lisp/progmodes/sql.el