From: Eli Zaretskii Date: Sat, 26 Dec 2015 14:30:22 +0000 (+0200) Subject: ; * etc/NEWS: Document new features of SQL Mode. X-Git-Tag: emacs-25.0.90~371 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=388f193be7c1064f22eae5469e1efeb8f14099b9;p=emacs.git ; * etc/NEWS: Document new features of SQL Mode. --- diff --git a/etc/NEWS b/etc/NEWS index ed88b1a9fd6..09b8c8824d1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -797,14 +797,18 @@ filesystem notifications. ** SQL mode +--- *** New user variable `sql-default-directory' enables remote connections using Tramp. -*** New command `sql-send-line-and-next' sends the current line to the -interactive buffer and advances to the next line, skipping whitespace -and comments. +--- +*** New command `sql-send-line-and-next'. +This command, bound to `C-c C-n' by default, sends the current line to +the SQL process and advances to the next line, skipping whitespace and +comments. -*** Add support for Vertica SQL. +--- +*** Added support for Vertica SQL. ** VC and related modes