Mercurial > emacs
changeset 37410:614c29893879
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 20 Apr 2001 10:03:48 +0000 |
parents | 9781f3a3c955 |
children | 1f10c9e1b850 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 20 10:03:14 2001 +0000 +++ b/lisp/ChangeLog Fri Apr 20 10:03:48 2001 +0000 @@ -1,3 +1,26 @@ +2001-04-20 Alex Schroeder <alex@gnu.org> + + * sql.el (sql-escape-newlines-and-send): New function. + (sql-db2): Set comint-input-sender to + sql-escape-newlines-and-send. + +2001-04-20 Alex Schroeder <alex@gnu.org> + + * sql.el (sql-db2-program): New option. + (sql-db2-options): New option. + (sql-db2): New function. + +2001-04-20 Alex Schroeder <alex@gnu.org> + + * sql.el (sql-mode-menu): Added highlighting entries. + (sql-highlight-oracle-keywords): New function. + (sql-highlight-postgres-keywords): New function. + (sql-highlight-ansi-keywords): New function. + +2001-04-20 Alex Schroeder <alex@gnu.org> + + * sql.el (sql-help): Doc change. + 2001-04-19 Stefan Monnier <monnier@cs.yale.edu> * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.