From: Glenn Morris Date: Fri, 21 Feb 2014 20:24:02 +0000 (-0500) Subject: NEWS copyedits X-Git-Tag: emacs-24.3.90~173^2^2~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=363362c5cb752d9764cef33d3989d49687d1b4bc;p=emacs.git NEWS copyedits --- diff --git a/etc/NEWS b/etc/NEWS index 4b4b405cb2a..84ac2a558e4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -814,17 +814,16 @@ Emacs can learn the appropriate indentation settings if you provide it with an indented sample file. --- -** SQL -Improved login monitoring and appropriate response to login failures. -Includes `sql-login-delay' to define maximum wait for a connection. +** SQL mode + +*** Improved login monitoring and appropriate response to login failures. +New variable `sql-login-delay' defines maximum wait time for a connection. -*** Oracle support +*** Oracle support. SQL*Plus script placeholders are properly highlighted and identified -in `sql-placeholders-filter' correctly. When SQL*Plus is started, -options specified in `sql-oracle-options' are passed before the logon -parameter, as SQL*Plus expects. The default setting for -`sql-oracle-options' has been altered to pass the `-L' option to limit -the number of logon attempts per invocation. +in `sql-placeholders-filter'. When starting SQL*Plus, `sql-oracle-options' +are passed before the logon parameter, as required. The default now +includes `-L', to limit the number of logon attempts per invocation. --- ** New Term mode option `term-suppress-hard-newline'.