comparison lisp/ChangeLog @ 55247:a6dca495fdcd

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 30 Apr 2004 13:53:01 +0000
parents e32598ba5e71
children 8b3e4d251e69
comparison
equal deleted inserted replaced
55246:33248295ffc4 55247:a6dca495fdcd
1 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca> 1 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/sql.el (sql-product-alist): Rename variable
4 `sql-product-support'. Add Postgres login parameters.
5 (sql-set-product, sql-product-feature): Update with renamed
6 variable.
7 (sql-connect-postgres): Add username prompt.
8 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
9 Make patterns less product specific.
10 (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
11 (sql-mode-abbrev-table): Modify initialization.
12 (sql-builtin-face): Add variable.
13 (sql-keywords-re): Add macro.
14 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
16 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
18 (sql-mode-linter-font-lock-keywords)
19 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
20 (sql-mode-sybase-font-lock-keywords)
21 (sql-mode-informix-font-lock-keywords)
22 (sql-mode-interbase-font-lock-keywords)
23 (sql-mode-ingres-font-lock-keywords)
24 (sql-mode-solid-font-lock-keywords)
25 (sql-mode-sqlite-font-lock-keywords)
26 (sql-mode-db2-font-lock-keywords): Default to nil.
27 (sql-product-font-lock): Always highlight ANSI keywords.
28 (sql-add-product-keywords): Made similar to
29 `font-lock-add-keywords'.
30 (sql-send-string): Add function.
31
32 * progmodes/python.el (python-send-command): New fun.
33 (python-send-region, python-load-file): Use it.
34
35 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2 36
3 * help-fns.el (help-C-file-name): Use new subr-name. 37 * help-fns.el (help-C-file-name): Use new subr-name.
4 Prepend `src/' to the file name. 38 Prepend `src/' to the file name.
5 (help-C-source-directory, help-subr-name, help-find-C-source): Remove. 39 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
6 (describe-function-1, describe-variable): Only find a C source file name 40 (describe-function-1, describe-variable): Only find a C source file name
11 Allow FILE to be `C-source'. 45 Allow FILE to be `C-source'.
12 46
13 * emacs-lisp/find-func.el (find-function-C-source-directory): New var. 47 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
14 (find-function-C-source): New fun. 48 (find-function-C-source): New fun.
15 (find-function-search-for-symbol): Use it. 49 (find-function-search-for-symbol): Use it.
50
51 2004-03-15 Michael Mauger <mmaug@yahoo.com>
52
53 2004-04-29 Dave Love <fx@gnu.org>
54
55 * progmodes/cfengine.el (cfengine-beginning-of-defun)
56 (cfengine-end-of-defun): Ensure progress through buffer.
57
58 * info-look.el (cfengine-mode): Accept a terminal ().
16 59
17 2004-04-29 Juri Linkov <juri@jurta.org> 60 2004-04-29 Juri Linkov <juri@jurta.org>
18 61
19 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word 62 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
20 instead of isearch-yank-word-or-char. Add new key bindings for 63 instead of isearch-yank-word-or-char. Add new key bindings for