From: Glenn Morris Date: Tue, 22 Sep 2009 02:31:54 +0000 (+0000) Subject: elint stuff X-Git-Tag: emacs-pretest-23.1.90~1205 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49b289c04616e5ba9706a841aaee0904004de3d0;p=emacs.git elint stuff --- diff --git a/etc/NEWS b/etc/NEWS index e24bf091488..fcc48aacbc1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -199,6 +199,26 @@ their content displayed. *** log-edit-strip-single-file-name controls whether or not single filenames are stripped when copying text from the ChangeLog to the *VC-Log* buffer. +** Elint + +--- +*** Elint now uses compilation-mode. + +--- +*** Elint can now scan individual files and whole directories, +and can be run in batch mode. + +--- +*** Elint does a more thorough initialization, and recognizes more built-in +functions and variables. Customize `elint-scan-preloaded' if you want +to sacrifice some accuracy for a faster startup. + +--- +*** Elint attempts some basic understanding of featurep and (f)boundp tests. + +--- +*** Customize `elint-ignored-warnings' to suppress some warnings. + ** Miscellaneous *** The new command `async-shell-command' bound globally to `M-&' executes @@ -209,10 +229,6 @@ Command*'. +++ *** Autorevert Tail mode now works now for remote files. ---- -*** Elint now uses compilation-mode, and recognizes more built-in -functions and variables. - * New Modes and Packages in Emacs 23.2