# HG changeset patch # User Gerd Moellmann # Date 987761028 0 # Node ID 614c29893879b21720913d0e10376fc9f72a658a # Parent 9781f3a3c955b0b7d3a5f38d69b2dd050c7fa2b1 *** empty log message *** diff -r 9781f3a3c955 -r 614c29893879 lisp/ChangeLog --- 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 + + * 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 + + * sql.el (sql-db2-program): New option. + (sql-db2-options): New option. + (sql-db2): New function. + +2001-04-20 Alex Schroeder + + * 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 + + * sql.el (sql-help): Doc change. + 2001-04-19 Stefan Monnier * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.