Mercurial > hg > xemacs-beta
changeset 920:47ca978d6c75
[xemacs-hg @ 2002-07-14 14:23:43 by adrian]
[C] [PATCH] xemacs-21.5: It's XEmacs, not Xemacs
author | adrian |
---|---|
date | Sun, 14 Jul 2002 14:23:48 +0000 |
parents | 111c4f2ed9c9 |
children | 5fc81edb7a38 |
files | etc/ChangeLog etc/xemacs-icon.xpm lib-src/ChangeLog lib-src/etags.c lisp/ChangeLog |
diffstat | 5 files changed, 16 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <adrian@xemacs.org> + + * xemacs-icon.xpm: It's XEmacs, not Xemacs. + 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> * XEmacs 21.5.7 "broccoflower" is released.
--- 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 */
--- 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 <adrian@xemacs.org> + + * etags.c: It's XEmacs, not Xemacs. + 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> * XEmacs 21.5.7 "broccoflower" is released. @@ -272,7 +276,7 @@ 2001-01-30 Francesco Potorti` <pot@gnu.org> * 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
--- 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
--- 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 <adrian@xemacs.org> + + * ChangeLog: It's XEmacs, not Xemacs. + 2001-07-10 Katsumi Yamaoka <yamaoka@jpl.org> * 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