aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Mauger2010-08-07 19:57:07 -0400
committerMichael Mauger2010-08-07 19:57:07 -0400
commitb93d4f22cbb28c4efbb65fa4927e8b42b41ba00f (patch)
tree37192fadc264f2caeea633d117cdc305e131cccf /lisp/ChangeLog
parent746812d9da7e6e2437fcac311d18641748942213 (diff)
downloademacs-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/ChangeLog7
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 @@
12010-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
12010-08-07 Chong Yidong <cyd@stupidchicken.com> 82010-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.