aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 796d0935683..75cf583a864 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -146,6 +146,15 @@ protocols as well as for "telnet" and "ftp" are passed to Tramp.
146 146
147*** New connection method "nc", which allows to access dumb busyboxes. 147*** New connection method "nc", which allows to access dumb busyboxes.
148 148
149** SQL mode
150
151*** New user variable `sql-default-directory' enables remote
152connections using Tramp.
153
154*** New command `sql-send-line-and-next' sends the current line to the
155interactive buffer and advances to the next line, skipping whitespace
156and comments.
157
149** VC and related modes 158** VC and related modes
150 159
151*** New option `vc-annotate-background-mode' controls whether 160*** New option `vc-annotate-background-mode' controls whether
@@ -209,7 +218,7 @@ position list returned for such events is now nil.
209* Lisp Changes in Emacs 24.5 218* Lisp Changes in Emacs 24.5
210 219
211*** call-process-shell-command and process-file-shell-command 220*** call-process-shell-command and process-file-shell-command
212don't take "&rest args" an more. 221don't take "&rest args" any more.
213 222
214** New function `funcall-interactively', which works like `funcall' 223** New function `funcall-interactively', which works like `funcall'
215but makes `called-interactively-p' treat the function as (you guessed it) 224but makes `called-interactively-p' treat the function as (you guessed it)