diff etc/NEWS @ 2681:f15523a6da7a

[xemacs-hg @ 2005-03-24 12:17:51 by aidan] Move to XEmacs for X11 app class, frame name.
author aidan
date Thu, 24 Mar 2005 12:18:02 +0000
parents 4e852279de88
children 7844ab77b582
line wrap: on
line diff
--- a/etc/NEWS	Thu Mar 24 00:27:40 2005 +0000
+++ b/etc/NEWS	Thu Mar 24 12:18:02 2005 +0000
@@ -35,6 +35,7 @@
   -- Bignums have been implemented.
   -- Windows users have benefit of the full Win32 Unicode API.
   -- (in process) Xft provides antialiased fonts on X11.
+  -- "XEmacs" used as X11 application class
 
 ** Bignum implementation.
 
@@ -43,6 +44,18 @@
 This also means that large buffers (over 2^30 = 1GB) can be
 manipulated.
 
+** "XEmacs" used as X11 application class
+
+Previously, XEmacs checked the X11 resource database for resources starting
+with XEmacs, and used "XEmacs" as its application class if any existed,
+otherwise using "Emacs" for backward compatibility.  Because of divergence
+between the reseource GNU Emacs and XEmacs use, this has been changed; if
+you don't have the time to migrate your resource DB right now, set
+USE_EMACS_AS_DEFAULT_APPLICATION_CLASS in your environment before starting
+XEmacs, for the old behavior.  This workaround will go away in the course of
+the next major release, though, so you will have to migrate your resources
+at some point. 
+
 
 * Changes in XEmacs 21.4
 ========================