]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS
Add window-full-height-p.
[gnu-emacs] / etc / NEWS
index 2e15249b5d5e80a0e22d13d4210b7393f6f455c3..7a8c58d83cde4a1674d3b0c50d30c5aaa57d7d87 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -39,14 +39,19 @@ world-readable install.
 * Startup Changes in Emacs 23.2
 
 ** Command-line option -Q (--quick) now also disables loading X resources.
-On Windows, this option causes Emacs to ignore Registry settings,
-though environment variables set on the Registry are still honored.
+Note however that this does not affect Lucid or Motif widgets, if you
+are using those toolkits.  On Windows, this option causes Emacs to
+ignore Registry settings, though environment variables set on the
+Registry are still honored.
 
 *** The new variable `inhibit-x-resources' shows whether X resources
 were loaded.
 
 * Changes in Emacs 23.2
 
+** Function arguments in *Help* buffers are now in uppercase by default.
+You can customize the new variable `help-downcase-arguments' to change it.
+
 ** Unibyte sessions are now considered obsolete.
 I.e. the use of the environment variable EMACS_UNIBYTE, or command line
 arguments --unibyte, --multibyte, --no-multibyte, and --no-unibyte
@@ -172,9 +177,9 @@ through a menu structure.
 
 +++
 ** New connection methods in Tramp.
-The new connection method "rsyncc" has been introduced.  On systems
-which support GVFS-Fuse, Tramp offers also the new connection methods
-"dav", "davs", "obex" and "synce".
+The new connection methods "rsyncc", "imap" and "imaps" have been
+introduced.  On systems which support GVFS-Fuse, Tramp offers also the
+new connection methods "dav", "davs", "obex" and "synce".
 
 ** nXML mode is now the default for editing XML files.
 
@@ -190,11 +195,35 @@ vc-root-print-log once they stabilize.
 **** The new variable vc-git-add-signoff can be used to add a
 Signed-off-by line when committing.
 
+**** Support for operating with stashes has been added to vc-dir: the stash list is
+displayed in the *vc-dir* header, stashes can be created, removed and
+their content displayed.
+
 **** vc-dir displays the stash status
 
 *** 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
@@ -205,18 +234,22 @@ Command*'.
 +++
 *** Autorevert Tail mode now works now for remote files.
 
----
-*** Elint now uses compilation-mode, and recognizes more built-in
-functions and variables.
-
 \f
 * New Modes and Packages in Emacs 23.2
 
+** FIXME CEDET
+
 ** js.el is a new major mode for JavaScript files.
 
+** imap-hash.el is a new library to address IMAP mailboxes as hashtables.
+
 \f
 * Lisp changes in Emacs 23.2
 
+** called-interactively-p now takes one argument and replaces interactive-p
+which is now marked obsolete.
+** New function set-advertised-calling-convention makes it possible
+to obsolete arguments as well as make some arguments mandatory.
 ** eval-next-after-load is obsolete.
 ** New hook `after-load-functions' run after loading an Elisp file.
 
@@ -273,6 +306,11 @@ be in use:
   time-stamp-yyyy-mm-dd, time-stamp-yymmdd, time-stamp-hh:mm:ss,
   time-stamp-hhmm, baud-rate
 
+** `delete-directory' has an optional parameter RECURSIVE.
+
+** New function `window-full-height-p', analogous to the full-width version.
+
+\f
 * Changes in Emacs 23.2 on non-free operating systems
 
 ---