# HG changeset patch # User adrian # Date 1026656628 0 # Node ID 47ca978d6c75aa0f95bcabdc5d641b8c431b7c73 # Parent 111c4f2ed9c9afe324d171b1a84c2c87993b9e24 [xemacs-hg @ 2002-07-14 14:23:43 by adrian] [C] [PATCH] xemacs-21.5: It's XEmacs, not Xemacs diff -r 111c4f2ed9c9 -r 47ca978d6c75 etc/ChangeLog --- a/etc/ChangeLog Sun Jul 14 09:43:54 2002 +0000 +++ b/etc/ChangeLog Sun Jul 14 14:23:48 2002 +0000 @@ -1,3 +1,7 @@ +2002-07-14 Adrian Aichner + + * xemacs-icon.xpm: It's XEmacs, not Xemacs. + 2002-07-02 Stephen J. Turnbull * XEmacs 21.5.7 "broccoflower" is released. diff -r 111c4f2ed9c9 -r 47ca978d6c75 etc/xemacs-icon.xpm --- a/etc/xemacs-icon.xpm Sun Jul 14 09:43:54 2002 +0000 +++ b/etc/xemacs-icon.xpm Sun Jul 14 14:23:48 2002 +0000 @@ -1,5 +1,5 @@ /* XPM */ -static char *Xemacs48_xpm[] = { +static char *XEmacs48_xpm[] = { /* width height ncolors chars_per_pixel */ "48 48 12 1", /* colors */ diff -r 111c4f2ed9c9 -r 47ca978d6c75 lib-src/ChangeLog --- a/lib-src/ChangeLog Sun Jul 14 09:43:54 2002 +0000 +++ b/lib-src/ChangeLog Sun Jul 14 14:23:48 2002 +0000 @@ -1,3 +1,7 @@ +2002-07-14 Adrian Aichner + + * etags.c: It's XEmacs, not Xemacs. + 2002-07-02 Stephen J. Turnbull * XEmacs 21.5.7 "broccoflower" is released. @@ -272,7 +276,7 @@ 2001-01-30 Francesco Potorti` * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and - #define it for the sake of Xemacs. + #define it for the sake of XEmacs. [WINDOWSNT]: #undef HAVE_NTGUI even if built without HAVE_CONFIG_H. This change only affects a standalone etags. [WINDOWSNT]: #undef DOS_NT and #define it even if built with diff -r 111c4f2ed9c9 -r 47ca978d6c75 lib-src/etags.c --- a/lib-src/etags.c Sun Jul 14 09:43:54 2002 +0000 +++ b/lib-src/etags.c Sun Jul 14 14:23:48 2002 +0000 @@ -73,7 +73,7 @@ # define _GNU_SOURCE 1 /* enables some compiler checks on GNU */ #endif -/* WIN32_NATIVE is for Xemacs. +/* WIN32_NATIVE is for XEmacs. MSDOS, WINDOWSNT, DOS_NT are for Emacs. */ #ifdef WIN32_NATIVE # undef MSDOS diff -r 111c4f2ed9c9 -r 47ca978d6c75 lisp/ChangeLog --- a/lisp/ChangeLog Sun Jul 14 09:43:54 2002 +0000 +++ b/lisp/ChangeLog Sun Jul 14 14:23:48 2002 +0000 @@ -1,3 +1,7 @@ +2002-07-14 Adrian Aichner + + * ChangeLog: It's XEmacs, not Xemacs. + 2001-07-10 Katsumi Yamaoka * mule/kinsoku.el (kinsoku-bol-p): Work with ascii and non-ascii @@ -11732,7 +11736,7 @@ * faces.el: Most face initialization moved out of init-other-random-faces to the top level so that the - initialization happens before Xemacs is dumped. Much + initialization happens before XEmacs is dumped. Much of the fascist "face-differs-from-default-p or FROB!" code has been retired in favor of letting the user do what they want to do. Face initialization code changed