Mercurial > emacs
diff lisp/ChangeLog @ 109681:232ba164887b
* 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).
author | Michael Mauger <mmaug@yahoo.com> |
---|---|
date | Sat, 07 Aug 2010 19:57:07 -0400 |
parents | 14830418f9fc |
children | bc0b9af387a7 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Aug 07 16:26:55 2010 -0400 +++ b/lisp/ChangeLog Sat Aug 07 19:57:07 2010 -0400 @@ -1,3 +1,10 @@ +2010-08-07 Michael R. Mauger <mmaug@yahoo.com> + + * 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). + 2010-08-07 Chong Yidong <cyd@stupidchicken.com> * simple.el (select-active-regions): Move to keyboard.c.