diff options
| author | Gerd Moellmann | 2001-04-20 10:03:48 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-04-20 10:03:48 +0000 |
| commit | 624ef9b3c207db38614ae91f90e47e89c36817c9 (patch) | |
| tree | ff6ca800d0792133151eadb6d3c462b09f9e3a37 /lisp/ChangeLog | |
| parent | 939d70190345618e4f5300429be1b799106b2b27 (diff) | |
| download | emacs-624ef9b3c207db38614ae91f90e47e89c36817c9.tar.gz emacs-624ef9b3c207db38614ae91f90e47e89c36817c9.zip | |
(sql-escape-newlines-and-send): New function.
(sql-db2): Set comint-input-sender to
sql-escape-newlines-and-send.
(sql-db2-program): New option.
(sql-db2-options): New option.
(sql-db2): New function.
(sql-mode-menu): Added highlighting entries.
(sql-highlight-oracle-keywords): New function.
(sql-highlight-postgres-keywords): New function.
(sql-highlight-ansi-keywords): New function.
(sql-help): Doc change.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e8294dcc19..77744ca37eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2001-04-20 Alex Schroeder <alex@gnu.org> | ||
| 2 | |||
| 3 | * sql.el (sql-escape-newlines-and-send): New function. | ||
| 4 | (sql-db2): Set comint-input-sender to | ||
| 5 | sql-escape-newlines-and-send. | ||
| 6 | |||
| 7 | 2001-04-20 Alex Schroeder <alex@gnu.org> | ||
| 8 | |||
| 9 | * sql.el (sql-db2-program): New option. | ||
| 10 | (sql-db2-options): New option. | ||
| 11 | (sql-db2): New function. | ||
| 12 | |||
| 13 | 2001-04-20 Alex Schroeder <alex@gnu.org> | ||
| 14 | |||
| 15 | * sql.el (sql-mode-menu): Added highlighting entries. | ||
| 16 | (sql-highlight-oracle-keywords): New function. | ||
| 17 | (sql-highlight-postgres-keywords): New function. | ||
| 18 | (sql-highlight-ansi-keywords): New function. | ||
| 19 | |||
| 20 | 2001-04-20 Alex Schroeder <alex@gnu.org> | ||
| 21 | |||
| 22 | * sql.el (sql-help): Doc change. | ||
| 23 | |||
| 1 | 2001-04-19 Stefan Monnier <monnier@cs.yale.edu> | 24 | 2001-04-19 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 25 | ||
| 3 | * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'. | 26 | * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'. |