aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael R. Mauger2014-11-01 22:04:26 -0400
committerMichael R. Mauger2014-11-01 22:04:26 -0400
commitee17a97bea5ed7315c85f1ca2bcd862f84dc5dd8 (patch)
tree4d2516d8c154859f187312f4c6f8cfc19f2450ab /lisp/ChangeLog
parentfcc5b488b91b8b809ed270d31d172ec18ba7fd89 (diff)
downloademacs-ee17a97bea5ed7315c85f1ca2bcd862f84dc5dd8.tar.gz
emacs-ee17a97bea5ed7315c85f1ca2bcd862f84dc5dd8.zip
sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
syntax, add new keywords, and parse longer keywords first. (sql-redirect-one): Protect against empty command. (sql-mode, sql-interactive-mode): Set `custom-mode-group\' property
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1195eb12757..d0256ff94b2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12014-11-01 Michael R. Mauger <michael@mauger.com> 12014-11-01 Michael R. Mauger <michael@mauger.com>
2 2
3 * sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
4 syntax, add new keywords, and parse longer keywords first.
5 (sql-redirect-one): Protect against empty command.
6 (sql-mode, sql-interactive-mode): Set `custom-mode-group' property
7 to SQL. (Bug#14759)
8
92014-11-01 Michael R. Mauger <michael@mauger.com>
10
3 * sql.el (sql-interactive-mode, sql-stop): Correct fix for 11 * sql.el (sql-interactive-mode, sql-stop): Correct fix for
4 Bug#16814 with let-bind of comint-input-ring variables around read 12 Bug#16814 with let-bind of comint-input-ring variables around read
5 and save functions. 13 and save functions.