Mercurial > emacs
comparison lisp/ChangeLog @ 26577:a79d0d3d066f
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 24 Nov 1999 14:59:03 +0000 |
parents | 43e8fbbd472b |
children | c1df0a0b6ed1 |
comparison
equal
deleted
inserted
replaced
26576:0894b3c8dfd6 | 26577:a79d0d3d066f |
---|---|
1 1999-11-24 Alex Schroeder <alex@gnu.org> | |
2 | |
3 * sql.el (sql-find-sqli-buffer): New function. | |
4 (sql-set-sqli-buffer-generally): New function. | |
5 (sql-set-sqli-buffer): Better checking of new-buffer. | |
6 (sql-copy-column): Add comma after INTO clause, too. | |
7 | |
8 1999-11-24 Alex Schroeder <alex@gnu.org> | |
9 | |
10 * sql.el (sql-imenu-generic-expression): New, used to set | |
11 imenu-generic-expression. | |
12 | |
13 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when | |
14 setting font-lock-defaults' SYNTAX-ALIST. Set | |
15 imenu-generic-expression, imenu-case-fold-search, and | |
16 imenu-syntax-alist. | |
17 | |
18 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 | |
19 and 46 when setting font-lock-defaults' SYNTAX-ALIST. | |
20 | |
1 1999-11-23 Andrew Innes <andrewi@gnu.org> | 21 1999-11-23 Andrew Innes <andrewi@gnu.org> |
2 | 22 |
3 * w32-win.el (w32-drag-n-drop): Load files in current window, if | 23 * w32-win.el (w32-drag-n-drop): Load files in current window, if |
4 drop coords aren't over a specific window. | 24 drop coords aren't over a specific window. |
5 | 25 |