diff options
| author | Michael Mauger | 2010-08-07 19:57:07 -0400 |
|---|---|---|
| committer | Michael Mauger | 2010-08-07 19:57:07 -0400 |
| commit | b93d4f22cbb28c4efbb65fa4927e8b42b41ba00f (patch) | |
| tree | 37192fadc264f2caeea633d117cdc305e131cccf /lisp/ChangeLog | |
| parent | 746812d9da7e6e2437fcac311d18641748942213 (diff) | |
| download | emacs-b93d4f22cbb28c4efbb65fa4927e8b42b41ba00f.tar.gz emacs-b93d4f22cbb28c4efbb65fa4927e8b42b41ba00f.zip | |
* progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): Added
SQLite 3 keywords, functions and datatypes.
(sql-interactive-mode): Removed `comint-process-echoes' set to t
(Bug#6686).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index af1be5e5b60..e457317c84a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-08-07 Michael R. Mauger <mmaug@yahoo.com> | ||
| 2 | |||
| 3 | * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): Added | ||
| 4 | SQLite 3 keywords, functions and datatypes. | ||
| 5 | (sql-interactive-mode): Removed `comint-process-echoes' set to t | ||
| 6 | (Bug#6686). | ||
| 7 | |||
| 1 | 2010-08-07 Chong Yidong <cyd@stupidchicken.com> | 8 | 2010-08-07 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * simple.el (select-active-regions): Move to keyboard.c. | 10 | * simple.el (select-active-regions): Move to keyboard.c. |