]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS
Add window-full-height-p.
[gnu-emacs] / etc / NEWS
index a252139e164988f0c5eb2210080e0e157c7ba3f2..7a8c58d83cde4a1674d3b0c50d30c5aaa57d7d87 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -39,8 +39,10 @@ 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.
@@ -244,6 +246,10 @@ Command*'.
 \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.
 
@@ -300,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
 
 ---