diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 55ad3384402..9dfd021fdb5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * progmodes/python.el (python-send-command): New fun. | ||
| 4 | (python-send-region, python-load-file): Use it. | ||
| 5 | |||
| 6 | * progmodes/compile.el (compilation-last-buffer): Add var alias. | ||
| 7 | |||
| 3 | * help-fns.el (help-C-file-name): Use new subr-name. | 8 | * help-fns.el (help-C-file-name): Use new subr-name. |
| 4 | Prepend `src/' to the file name. | 9 | Prepend `src/' to the file name. |
| 5 | (help-C-source-directory, help-subr-name, help-find-C-source): Remove. | 10 | (help-C-source-directory, help-subr-name, help-find-C-source): Remove. |
| @@ -14,6 +19,44 @@ | |||
| 14 | (find-function-C-source): New fun. | 19 | (find-function-C-source): New fun. |
| 15 | (find-function-search-for-symbol): Use it. | 20 | (find-function-search-for-symbol): Use it. |
| 16 | 21 | ||
| 22 | 2004-03-15 Michael Mauger <mmaug@yahoo.com> | ||
| 23 | |||
| 24 | * progmodes/sql.el (sql-product-alist): Rename variable | ||
| 25 | `sql-product-support'. Add Postgres login parameters. | ||
| 26 | (sql-set-product, sql-product-feature): Update with renamed | ||
| 27 | variable. | ||
| 28 | (sql-connect-postgres): Add username prompt. | ||
| 29 | (sql-imenu-generic-expression, sql-mode-font-lock-object-name): | ||
| 30 | Make patterns less product specific. | ||
| 31 | (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants. | ||
| 32 | (sql-mode-abbrev-table): Modify initialization. | ||
| 33 | (sql-builtin-face): Add variable. | ||
| 34 | (sql-keywords-re): Add macro. | ||
| 35 | (sql-mode-ansi-font-lock-keywords): Update for ANSI-92. | ||
| 36 | (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i. | ||
| 37 | (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3. | ||
| 38 | (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0. | ||
| 39 | (sql-mode-linter-font-lock-keywords) | ||
| 40 | (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro. | ||
| 41 | (sql-mode-sybase-font-lock-keywords) | ||
| 42 | (sql-mode-informix-font-lock-keywords) | ||
| 43 | (sql-mode-interbase-font-lock-keywords) | ||
| 44 | (sql-mode-ingres-font-lock-keywords) | ||
| 45 | (sql-mode-solid-font-lock-keywords) | ||
| 46 | (sql-mode-sqlite-font-lock-keywords) | ||
| 47 | (sql-mode-db2-font-lock-keywords): Default to nil. | ||
| 48 | (sql-product-font-lock): Always highlight ANSI keywords. | ||
| 49 | (sql-add-product-keywords): Made similar to | ||
| 50 | `font-lock-add-keywords'. | ||
| 51 | (sql-send-string): Add function. | ||
| 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 (). | ||
| 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 |