aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-26 16:30:22 +0200
committerEli Zaretskii2015-12-26 16:30:22 +0200
commit388f193be7c1064f22eae5469e1efeb8f14099b9 (patch)
tree145359bf69324334886ec4ab8c0edfb5c2349e21
parent4b5b3985add83e093f3c46e9276cb0da010c05ea (diff)
downloademacs-388f193be7c1064f22eae5469e1efeb8f14099b9.tar.gz
emacs-388f193be7c1064f22eae5469e1efeb8f14099b9.zip
; * etc/NEWS: Document new features of SQL Mode.
-rw-r--r--etc/NEWS12
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ed88b1a9fd6..09b8c8824d1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -797,14 +797,18 @@ filesystem notifications.
797 797
798** SQL mode 798** SQL mode
799 799
800---
800*** New user variable `sql-default-directory' enables remote 801*** New user variable `sql-default-directory' enables remote
801connections using Tramp. 802connections using Tramp.
802 803
803*** New command `sql-send-line-and-next' sends the current line to the 804---
804interactive buffer and advances to the next line, skipping whitespace 805*** New command `sql-send-line-and-next'.
805and comments. 806This command, bound to `C-c C-n' by default, sends the current line to
807the SQL process and advances to the next line, skipping whitespace and
808comments.
806 809
807*** Add support for Vertica SQL. 810---
811*** Added support for Vertica SQL.
808 812
809** VC and related modes 813** VC and related modes
810 814