comparison lisp/ChangeLog @ 37410:614c29893879

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 20 Apr 2001 10:03:48 +0000
parents c8fb52b4feff
children 4403ac6b58a3
comparison
equal deleted inserted replaced
37409:9781f3a3c955 37410:614c29893879
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'.
4 27
5 2001-04-18 Gerd Moellmann <gerd@gnu.org> 28 2001-04-18 Gerd Moellmann <gerd@gnu.org>