diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 10 insertions, 1 deletions
| @@ -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 | ||
| 152 | connections using Tramp. | ||
| 153 | |||
| 154 | *** New command `sql-send-line-and-next' sends the current line to the | ||
| 155 | interactive buffer and advances to the next line, skipping whitespace | ||
| 156 | and 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 |
| 212 | don't take "&rest args" an more. | 221 | don'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' |
| 215 | but makes `called-interactively-p' treat the function as (you guessed it) | 224 | but makes `called-interactively-p' treat the function as (you guessed it) |