diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
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 @@ | |||
| 1 | 2014-11-01 Michael R. Mauger <michael@mauger.com> | 1 | 2014-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 | |||
| 9 | 2014-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. |