diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d005c4e8a2..6f15ae942fc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2010-08-10 Michael R. Mauger <mmaug@yahoo.com> | ||
| 2 | |||
| 3 | * progmodes/sql.el: Version 2.5 | ||
| 4 | (sql-product-alist): Add :prompt-cont-regexp property for several | ||
| 5 | database products. | ||
| 6 | (sql-prompt-cont-regexp): New variable. | ||
| 7 | (sql-output-newline-count, sql-output-by-send): New | ||
| 8 | variables. Record number of newlines in input text. | ||
| 9 | (sql-send-string): Handle multiple filters and count newlines. | ||
| 10 | (sql-send-magic-terminator): Count terminator newline. | ||
| 11 | (sql-interactive-remove-continuation-prompt): Filters output to | ||
| 12 | remove continuation prompts; one for each newline. | ||
| 13 | (sql-interactive-mode): Set up new variables, prompt regexp and | ||
| 14 | output filter. | ||
| 15 | (sql-mode-sqlite-font-lock-keywords): Correct some keywords. | ||
| 16 | (sql-make-alternate-buffer-name): Correct buffer name in edge | ||
| 17 | cases. | ||
| 18 | |||
| 1 | 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca> | 19 | 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 20 | ||
| 3 | * emacs-lisp/pcase.el: New file. | 21 | * emacs-lisp/pcase.el: New file. |