From 388f193be7c1064f22eae5469e1efeb8f14099b9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 26 Dec 2015 16:30:22 +0200 Subject: [PATCH] ; * etc/NEWS: Document new features of SQL Mode. --- etc/NEWS | 12 ++++++++---- 1 file 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. ** 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 -- 2.39.5