CVS update by aidan xemacs/tests/gtk ...
xemacs-cvs at xemacs.org
xemacs-cvs at xemacs.org
Sun Sep 30 14:39:45 EDT 2007
User: aidan =20
Date: 07/09/30 20:39:37
Branch: xemacs/dynodump carbon2
xemacs/etc carbon2
xemacs/etc/toolbar carbon2
xemacs/etc/unicode/unicode-consortium carbon2
xemacs/lib-src carbon2
xemacs/lisp carbon2
xemacs/lisp/mule carbon2
xemacs/lwlib carbon2
xemacs/man carbon2
xemacs/man/internals carbon2
xemacs/man/lispref carbon2
xemacs/man/new-users-guide carbon2
xemacs/man/xemacs carbon2
xemacs/modules carbon2
xemacs/modules/common carbon2
xemacs/modules/ldap carbon2
xemacs/modules/postgresql carbon2
xemacs/modules/sample/external carbon2
xemacs/modules/sample/internal carbon2
xemacs/netinstall carbon2
xemacs/nt carbon2
xemacs/nt/installer/Wise carbon2
xemacs/src carbon2
xemacs/src/m carbon2
xemacs/src/s carbon2
xemacs/tests carbon2
xemacs/tests/automated carbon2
xemacs/tests/gtk carbon2
Modified: xemacs/tests/gtk event-stream-tests.el
Log:
Sync carbon2 with the trunk
Revision Changes Path
1.12.26.1 +14 -5 XEmacs/xemacs/dynodump/Makefile.in.in
Index: Makefile.in.in
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/dynodump/Makefile.in.in,v
retrieving revision 1.12
retrieving revision 1.12.26.1
diff -u -p -r1.12 -r1.12.26.1
--- Makefile.in.in=092001/04/12 18:20:43=091.12
+++ Makefile.in.in=092007/09/30 18:31:19=091.12.26.1
@@ -1,6 +1,7 @@
## Makefile for dynodump subdirectory in XEmacs
## Copyright (C) 1995 Board of Trustees, University of Illinois
## Copyright (C) 1996, 1997 Sun Microsystems, Inc.
+## Copyright (C) 2005 Ben Wing.
=20
## This file is part of XEmacs.
=20
@@ -75,12 +76,20 @@ uninit.o: ${srcdir}/$(ARCH)/uninit.c
=09$(CC) -c $(ALL_CFLAGS) ${srcdir}/$(ARCH)/uninit.c
=20
.PHONY: mostlyclean clean distclean realclean extraclean
+.PHONY: distclean-noconfig realclean-noconfig extraclean-noconfig
mostlyclean:
-=09$(RM) *.o *.i core
+=09-$(RM) *.o *.i core
clean: mostlyclean
-=09$(RM) *.so *.so.1
-distclean: clean
-=09$(RM) GNUmakefile Makefile Makefile.in TAGS
+=09-$(RM) *.so *.so.1
+distclean-noconfig: clean
+=09-$(RM) TAGS
+## This is used in making a distribution.
+## Do not use it on development directories!
+distclean: distclean-noconfig
+=09-$(RM) GNUmakefile Makefile Makefile.in
+realclean-noconfig: distclean-noconfig
realclean: distclean
+extraclean-noconfig: realclean-noconfig
+=09-$(RM) *~ \#*
extraclean: realclean
-=09$(RM) *~ \#*
+=09-$(RM) *~ \#*
1.46.2.1 +224 -6 XEmacs/xemacs/etc/ChangeLog
Index: ChangeLog
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.46.2.1
diff -u -p -r1.46 -r1.46.2.1
--- ChangeLog=092004/10/22 05:17:31=091.46
+++ ChangeLog=092007/09/30 18:31:21=091.46.2.1
@@ -1,3 +1,222 @@
+2007-09-19 Didier Verna <didier at lrde.epita.fr>
+
+=09* photos/dv.png: Remove.
+=09* photos/didier.png: Add.
+
+2007-07-28 Aidan Kehoe <kehoea at parhasard.net>
+
+=09* unicode/unicode-consortium/BIG5.TXT:
+=09Don't map any characters to U+FFFD; for round trip compatibility,
+=09map those that were mapped to U+FFFD to the Unicode private use
+=09area.
+
+2007-05-21 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* XEmacs 21.5.28 "fuki" is released.
+
+2007-05-01 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* gdbinit.in (pobj): Nuke fc_fontset and fc_objectset, add fc_confi=
g.
+
+2007-03-24 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* ETAGS.EBNF: Sync to pot_etags_version 17.19.
+=09* etags.1: Sync to pot_etags_version 17.19.
+=09* ChangeLog.etags: New. Copy of upstream ChangeLog.
+
+2007-01-28 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09Thanks to Mike Fabian <mfabian at suse.de> for bringing the issue
+=09to my attention.
+
+=09* unicode/unicode-consortium/COPYING:
+=09* unicode/unicode-consortium/oreilly.html
+=09* unicode/unicode-consortium/unicode-consortium.html
+=09New files clarifying copying conditions for mapping tables.
+
+=09* unicode/unicode-consortium/GB12345.TXT
+=09* unicode/unicode-consortium/BIG5.TXT
+=09* unicode/unicode-consortium/CNS11643.TXT
+=09* unicode/unicode-consortium/HANGUL.TXT
+=09* unicode/unicode-consortium/JIS0201.TXT
+=09* unicode/unicode-consortium/JIS0208.TXT
+=09* unicode/unicode-consortium/JIS0212.TXT
+=09* unicode/unicode-consortium/JOHAB.TXT
+=09* unicode/unicode-consortium/KSC5601.TXT
+=09* unicode/unicode-consortium/KSX1001.TXT
+=09* unicode/unicode-consortium/OLD5601.TXT
+=09* unicode/unicode-consortium/SHIFTJIS.TXT
+=09Mapping tables downloaded from a Unicode, Inc. URL with
+=09permissive conditions.
+
+2006-12-21 Aidan Kehoe <kehoea at parhasard.net>
+
+=09* unicode/unicode-consortium/8859-7.TXT:
+=09Update the mapping to the 2003 version of ISO 8859-7.
+
+2006-11-11 Aidan Kehoe <kehoea at parhasard.net>
+
+=09* NEWS:
+=09Add information on set-charset-registries, and the change to
+=09define-specifier-tag.
+
+2006-10-08 Adrian Aichner <adrian at xemacs.org>
+
+=09* TUTORIAL.de: Small rephrasing as suggested by hroptatyr on
+=09#xemacs.
+
+2006-07-19 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* etags.1: Sync to pot_etags_version 17.19.
+=09Thanks to Morgon Kanter <morgon at surgo.net>.
+
+2006-05-23 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* gdbinit.in:
+=09* dbxrc.in:
+=09Moved from src/. Update FSF address. Improve comments.
+
+=09* gdbinit.in: Use XCOMM for "don't edit" comment and copyright.
+
+2006-05-16 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* XEmacs 21.5.27 "fiddleheads" is released.
+
+2006-03-31 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* XEmacs 21.5.26 "endive" is released.
+
+2006-02-26 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* XEmacs 21.5.25 "eggplant" is released.
+
+2005-12-18 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* XEmacs 21.5.24 "dandelion" is released.
+
+2005-12-10 Malcolm Purvis <malcolmp at xemacs.org>
+
+=09* photos/purvis.png, photos/purvism.png: Updated.
+
+2005-11-18 Aidan Kehoe <kehoea at parhasard.net>
+
+=09* HELLO: Add Irish, Tajik. Don't give the local name for the
+=09latter language, because we don't support CYRILLIC SMALL LETTER
+=09CHE WITH DESCENDER nor CYRILLIC SMALL LETTER I WITH MACRON by
+=09default.
+
+2005-11-16 Malcolm Purvis <malcolmp at xemacs.org>
+
+=09* .cvsignore: New
+
+2005-10-26 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* XEmacs 21.5.23 "daikon" is released.
+
+2005-09-17 Malcolm Purvis <malcolmp at xemacs.org>
+
+=09* configure-2.13: Remove. autoconf 2.59 support is stable.
+
+2005-09-14 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* XEmacs 21.5.22 "cucumber" is released.
+
+2005-07-17 Aidan Kehoe <kehoea at parhasard.net>
+
+=09* NEWS: Add information on the last argument to event-to-character
+=09being ignored.
+
+2005-05-28 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* XEmacs 21.5.21 "corn" is released.
+
+2005-05-05 Aidan Kehoe <kehoea at parhasard.net>
+
+=09* NEWS: reseource -> resources (spelling fix.)
+
+2005-03-24 Aidan Kehoe <kehoea at parhasard.net>
+
+=09* NEWS: Mention the move to XEmacs as the application class.
+=09* sample.Xresources: Emacs as app class -> XEmacs as app class
+
+2005-03-23 Adrian Aichner <adrian at xemacs.org>
+
+=09* TUTORIAL: Typo fixes from Jon Ericson.
+
+2005-03-11 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* XEmacs 21.5.20 "cilantro" is released.
+
+2005-03-11 Malcolm Purvis <malcolmp at xemacs.org>
+
+=09* configure-2.13: Added a copy of the old configure script in case
+=09of major problems.
+
+2005-02-18 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* XEmacs 21.5.19 "chives" is released.
+
+2005-02-03 Jerry James <james at xemacs.org>
+
+=09* ETAGS.EBNF: Update to author version 17.11.
+
+2005-01-31 Ben Wing <ben at xemacs.org>
+
+=09Delete stuff that is irrelevant, mislocated or woefully out-of-date=
.
+
+=09* GNU: Delete.
+=09* SERVICE: Delete.
+=09* ORDERS, ORDERS.EUROPE, ORDERS.JAPAN: Delete.
+=09* CHARSETS, CODINGS: Delete.
+=09* DEBUG, LPF, MORE.STUFF, MOTIVATION: Delete.
+=09* aliases.ksh: Delete. (moved to xemacs-builds/steve)
+=09* README.HYPERBOLE, README.OO-BROWSER: Delete.
+=09* chr.png, chrm.png: Move to photos/.
+=09* check_cygwin_setup.sh: Delete.
+=09* gnu.xpm, gnu.xbm, sink.xbm: Delete.
+=09* ms-kermit, ms-kermit-7bit: Delete.
+=09* TERMS: Delete.
+
+=09* DISTRIB, FTP, MACHINES, MAILINGLISTS, PACKAGES:
+=09Delete and move to FAQ.
+
+=09* BETA:
+=09Delete and move to man/beta.texi.
+
+=09* README: Update.
+
+2004-11-13 Ben Wing <ben at xemacs.org>
+
+=09* CODING-STANDARDS: Delete and incorporate into Internals manual.
+
+2004-11-16 Stephen J. Turnbull <stephen at xemacs.org>
+
+=09* gnuserv.1: Various fixes and improvements.
+=09* gnuserv.README: Strengthen self-deprecation.
+
+2004-11-22 Adrian Aichner <adrian at xemacs.org>
+
+=09* TUTORIAL: Typo fixes, courtesy of Andreas Eder
+=09<Andreas.Eder at gmx.net>.
+
+2004-11-07 Malcolm Purvis <malcolmp at xemacs.org>
+
+=09* photos/purvis.png, photos/purvism.png: New files.
+
+2004-10-26 Ben Wing <ben at xemacs.org>
+
+=09* BETA:
+=09* BETA (writing): Removed.
+=09* BETA (--error-checking): New.
+=09* BETA (--compiler): New.
+=09* BETA (--xemacs-compiler): New.
+=09* BETA (--package-path): New.
+=09* BETA (--srcdir): New.
+=09* BETA (--site-prefixes): New.
+=09* BETA (Mail):
+=09Rewrite section on configure to indicate what flags are important
+=09and what not.
+
2004-10-22 Stephen J. Turnbull <stephen at xemacs.org>
=20
=09* XEmacs 21.5.18 "chestnut" is released.
@@ -74,7 +293,7 @@
=20
2003-07-03 Stephen J. Turnbull <stephen at xemacs.org>
=20
-=09* etc/README.HYPERBOLE:=20
+=09* etc/README.HYPERBOLE:
=09* etc/README.OO-BROWSER:
=09Update.
=20
@@ -103,7 +322,7 @@
=09* package-index.LATEST.gpg: Updated to current reality.
=20
=09* package-index.LATEST.pgp: Removed, 21.5 uses
-=09'package-index.LATEST.gpg'.=20
+=09'package-index.LATEST.gpg'.
=20
2003-04-24 Steve Youngs <youngs at xemacs.org>
=20
@@ -622,12 +841,12 @@
1999-11-13 Jason R Mastaler <jason at mastaler.com>
=20
=09* FTP: Updated FTP mirrors list. Replaced GNU FTP document
- =09with a URL.
+=09with a URL.
=20
1999-11-13 Jason R Mastaler <jason at mastaler.com>
=20
=09* MAILINGLISTS: Updated mailing list subscription information.
- =09Replaced GNU MAILINGLISTS document with a URL.
+=09Replaced GNU MAILINGLISTS document with a URL.
=20
1999-08-01 Adrian Aichner <adrian at xemacs.org>
=20
@@ -714,7 +933,7 @@
=09* README: Bump version numbers.
=09* NEWS: Ditto and purge pre-21.0 stuff.
=20
- =09* XEmacs 21.0-pre5 is released.
+=09* XEmacs 21.0-pre5 is released.
=20
1998-07-09 SL Baur <steve at altair.xemacs.org>
=20
@@ -1727,4 +1946,3 @@ Tue Dec 10 19:25:25 1996 Steven L Baur=20
Thu Dec 5 20:42:35 1996 Steven L Baur <steve at altair.xemacs.org>
=20
=09* edt-user.doc (File): New file from Emacs 19.34.
-
1.2.4.1 +22 -1 XEmacs/xemacs/etc/ETAGS.EBNF
Index: ETAGS.EBNF
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/ETAGS.EBNF,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -p -r1.2 -r1.2.4.1
--- ETAGS.EBNF=092004/10/07 14:51:11=091.2
+++ ETAGS.EBNF=092007/09/30 18:31:22=091.2.4.1
@@ -1,8 +1,10 @@
-*- indented-text -*-
=20
+See the end of this file for copyright information.
+
This file contains two sections:
=20
-1) An EBNF (Extended Backus Normal Form) description of the format of
+1) An EBNF (Extended Backus-Naur Form) description of the format of
the tags file created by etags.c and interpreted by etags.el;
2) A discussion of tag names and implicit tag names.
=20
@@ -91,3 +93,22 @@ rightmost consecutive characters in the=20
those.
=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D end of=
discussion of tag names =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
+
+Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
+Free Software Foundation, Inc.
+
+COPYING PERMISSIONS:
+
+ This document is free software; you can redistribute it and/or mod=
ify
+ it under the terms of the GNU General Public License as published =
by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1=
301 USA
1.7.26.1 +14 -12 XEmacs/xemacs/etc/HELLO
Index: HELLO
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/HELLO,v
retrieving revision 1.7
retrieving revision 1.7.26.1
diff -u -p -r1.7 -r1.7.26.1
--- HELLO=092001/04/12 18:20:45=091.7
+++ HELLO=092007/09/30 18:31:22=091.7.26.1
@@ -5,34 +5,36 @@ Please correct this incomplete list and=20
Amharic=09(=1B$(3"c!<!N"^=1B(B)=09=1B$(3!A!,!>=1B(B
Arabic=09=09=09=1B[2]=1B(38R=1B(47d=1B(3T!JSa=1B(4W=1B(3W=1B[0]=1B(B
Croatian (Hrvatski)=09Bog (Bok), Dobar dan
-Czech (=1B.B=1BNhesky)=09=09Dobr=1BN} den
+Czech (=1B,Bh=1B(Besky)=09=09Dobr=1B,B}=1B(B den
Danish (Dansk)=09=09Hej, Goddag
English=09=09=09Hello
Esperanto=09=09Saluton
Estonian=09=09Tere, Tervist
FORTRAN=09=09=09PROGRAM
Finnish (Suomi)=09=09Hei
-French (Fran=1B.A=1BNgais)=09Bonjour, Salut
+French (Fran=1B,Ag=1B(Bais)=09Bonjour, Salut
German (Deutsch Nord)=09Guten Tag
-German (Deutsch S=1B.A=1BN|d)=09Gr=1BN|=1BN_ Gott
-Greek (=1B.F=1BNE=1BNk=1BNk=1BNg=1BNm=1BNi=1BNj=1BN\)=09=1BNC=1BNe=1BN=
i=1BN\ =1BNs=1BNa=1BNr
-Hebrew=09=09=09=1B[2]=1B.H=1BNy=1BNl=1BNe=1BNm=1B[0]
+German (Deutsch S=1B,A|=1B(Bd)=09Gr=1B,A|_=1B(B Gott
+Greek (=1B,FEkkgmij\=1B(B)=09=1B,FCei\=1B(B =1B,Fsar=1B(B
+Hebrew=09=09=09=1B[2]=1B,Hylem=1B[0]=1B(B
+Irish (Gaeilge)=09=09Dia duit, Cad =1B,Ai=1B(B mar a t=1B,Aa=1B(B t=1B=
,Az=1B(B?
Italiano=09=09Ciao, Buon giorno
Maltese=09=09=09Ciao
Nederlands, Vlaams=09Hallo, Hoi, Goedendag
Norwegian (Norsk)=09Hei, God dag
-Polish=09=09=09Cze=1B.B=1BN6=1BNf!
-Russian (=1B.L=1BN@=1BNc=1BNa=1BNa=1BNZ=1BNX=1BNY)=09=1BN7=1BNT=1BN`=1B=
NP=1BNR=1BNa=1BNb=1BNR=1BNc=1BNY=1BNb=1BNU!
-Slovak=09=09=09Dobr=1B.B=1BN} de=1BNr
-Spanish (Espa=1B.A=1BNqol)=09=1BN!Hola!
+Polish=09=09=09Cze=1B,B6f=1B(B!
+Russian (=1B,L at caaZXY=1B(B)=09=1B,L7T`PRabRcYbU=1B(B!
+Slovak=09=09=09Dobr=1B,B}=1B(B de=1B,Br=1B(B
+Spanish (Espa=1B,Aq=1B(Bol)=09=1B,A!=1B(BHola!
Swedish (Svenska)=09Hej, Goddag
+Tajik=09=09=09=1B,LAP[^\=1B(B
Thai (=1B$(?@0R0I0R0d070B0=1B(B)=09=09=1B$(?J0G8J04H$0C8:0=1B(B, =1B$(=
?J0G8J04H$2P0=1B(B
=20
Tigrigna (=1B$(3"8#r!N"^=1B(B)=09=1B$(3!Q!,!<"8=1B(B
-Turkish (T=1B.A=1BN|rk=1BNge)=09Merhaba
-Vietnamese (Ti=1B.1=1BN*ng Vi=1BN.t)=09Ch=1BN`o b=1BNUn
+Turkish (T=1B,A|=1B(Brk=1B,Ag=1B(Be)=09Merhaba
+Vietnamese (Ti=1B,1*=1B(Bng Vi=1B,1.=1B(Bt)=09Ch=1B,1`=1B(Bo b=1B,1U=1B=
(Bn
=20
-Japanese (=1B$BF|K\8l=1B(B)=09=09=1B$B$3$s$K$A$O=1B(B, =1B*I=1BN:=1BN]=
=1BNF=1BNA=1BNJ, =1B$BqV=1B$(DiQ=1B(B
+Japanese (=1B$BF|K\8l=1B(B)=09=09=1B$B$3$s$K$A$O=1B(B, =1B(I:]FAJ=1B(B=
, =1B$BqV=1B$(DiQ=1B(B
Chinese (=1B$AVPND=1B(B,=1B$AFUM(;0=1B(B,=1B$A::So=1B(B)=09=1B$ADc:C=1B=
(B
Cantonese (=1B$(0GnM$=1B(B,=1B$(0N]0*Hd=1B(B)=09=09=1B$(0*/=3D(=1B(B, =
=1B$(0+$)p=1B(B
Hangul (=1B$(CGQ1[=1B(B)=09=09=09=1B$(C>H3gGO<<?d=1B(B, =1B$(C>H3gGO=3D=
J4O1n=1B(B
1.73.8.1 +37 -0 XEmacs/xemacs/etc/NEWS
Index: NEWS
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/NEWS,v
retrieving revision 1.73
retrieving revision 1.73.8.1
diff -u -p -r1.73 -r1.73.8.1
--- NEWS=092004/09/21 09:24:11=091.73
+++ NEWS=092007/09/30 18:31:22=091.73.8.1
@@ -35,6 +35,7 @@ consulted for a more detailed list of ch
-- 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
=20
** Bignum implementation.
=20
@@ -42,6 +43,42 @@ Integer computations no longer overflow,
works", and very precise floating point calculation is available.
This also means that large buffers (over 2^30 =3D 1GB) can be
manipulated.
+
+** "XEmacs" used as X11 application class
+
+Previously, XEmacs checked the X11 resource database for resources sta=
rting
+with XEmacs, and used "XEmacs" as its application class if any existed=
;
+otherwise it used "Emacs", for backward compatibility. Because of
+divergence between the resources that GNU Emacs and XEmacs use, we've
+changed this. If you don't have the time to migrate your resource DB =
right
+now, set USE_EMACS_AS_DEFAULT_APPLICATION_CLASS in your environment be=
fore
+starting XEmacs, for the old behavior. This workaround will go away i=
n the
+course of the next major release, though, so you will have to migrate =
your
+resources at some point.
+
+=0C
+* Lisp and internal changes in XEmacs 21.5
+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
+
+** The ALLOW-NON-ASCII argument to event-to-character is not used.=20
+
+While it is still accepted, for compatibilty with older code,
+event-to-character no longer takes note of this argument, since the sp=
ecific
+type of mapping between characters and keysyms that it affected is no =
longer
+in place.=20
+
+** The set-charset-registry function is deprecated.
+
+set-charset-registries replaces it; this function takes a vector of X1=
1
+CHARSET_REGISTRY and CHARSET_ENCODINGs, and doesn't support regexp or =
XLFD
+wildcarding. It improves lookup performance (especially failures) for =
those
+X servers with large numbers of fonts.=20
+
+** define-specifier-tag now has an optional CHARSET-PREDICATE paramete=
r.=20
+
+This allows you to create specifier tags that match over Mule characte=
r sets
+when instantiating fonts, finally making it possible to explicitly set=
a
+font for a charset in given face with set-face-font.=20
=20
=0C
* Changes in XEmacs 21.4
1.9.4.1 +12 -35 XEmacs/xemacs/etc/README
Index: README
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/README,v
retrieving revision 1.9
retrieving revision 1.9.4.1
diff -u -p -r1.9 -r1.9.4.1
--- README=092003/03/27 12:57:44=091.9
+++ README=092007/09/30 18:31:23=091.9.4.1
@@ -3,40 +3,21 @@ This directory contains some text files=20
of interest to XEmacs users, some programs used by or with XEmacs, and=
the file of on-line documentation for XEmacs.
=20
-BETA=09=09=09Information about Beta versions
-CHARSETS=09=09Character set descriptions
-CODING-STANDARDS=09XEmacs C & Lisp coding standards
-CODINGS=09=09=09Character set codings
-COOKIES=09=09=09Urban Legend, or True Story? :-)
COPYING=09=09=09GNU Public License
-COPYING.LIB=09=09Library GNU Public License
-DEBUG=09=09=09Hints on how to debug XEmacs
-DISTRIB=09=09=09How to obtain copies of XEmacs and Emacs
+ChangeLog=09=09ChangeLog for etc/
+ETAGS.EBNF Description of TAGS file format
Emacs.ad=09=09Sample Resource file
-FTP=09=09=09XEmacs FTP Mirrors
-GNU=09=09=09GNU Manifesto
-GOATS=09=09=09Complete XEmacs internals documentation
+HELLO=09=09=09Hello in many languages (Mule test file)
InstallGuide=09=09Fast track to installation
-LPF=09=09=09Information about the League for Programming Freedom
-MACHINES=09=09List of known machines configurations (OLD)
-MAILINGLISTS=09=09List of available Mailing lists
-MORE.STUFF=09=09List of useful unbundled packages
-NEWS=09=09=09XEmacs 21.4 release information
-ORDERS
-ORDERS.EUROPE
-ORDERS.JAPAN=09=09Order forms for GNU software
-PACKAGES=09=09List of packages available for 21.4 release
+NEWS=09=09=09XEmacs 21.5 release information
+ONEWS=09=09=09Older release information
+OONEWS=09=09=09Even older release information
README=09=09=09This file
-README.HYPERBOLE
-README.OO-BROWSER=09How to obtain Hyperbole and the OO-Browser
-SERVICE=09=09=09How to obtain paid support for free software
-TERMS=09=09=09Information about termcap entries
TUTORIAL=09=09Tutorial for first time users (English version)
TUTORIAL.*=09=09Tutorials in non-English languages
+VEGETABLES=09=09XEmacs 21.5 code names
XKeysymDB=09=09X Keysym Database with Motif bindings
-aliases.sh=09=09Useful shell aliases
cbx.png=09=09=09"Created by XEmacs" logo
-check_cygwin_setup.sh=09Script to check for presence of Cygwin
ctags.1=09=09=09Ctags man page
custom/=09=09=09Images used in Custom mode
editclient.sh=09=09Either start up XEmacs or connect to a running one
@@ -44,18 +25,15 @@ emacskeys.sco=09=09
emacsstrs.sco=09=09Special files for running on an SCO console
eos/=09=09=09Images for EOS support (GUD)
etags.1=09=09=09Etags man page
-gnu.xbm=09=09=09
-gnu.xpm=09=09=09Image of a Gnu.
gnuattach.1=09=09Gnuattach man page
gnuclient.1=09=09Gnuclient man page
gnudoit.1=09=09Gnudoit man page
gnuserv.1=09=09Gnuserv man page
gnuserv.README=09=09Original README file from gnuserv
-gnusref.tex=09=09Gnus reference card
gray1.xbm=09=09Gray bitmap
-ms-kermit
-ms-kermit-7bit=09=09Files for running XEmacs through kermit
-photos/*.Z=09=09Various pictures of XEmacs developers
+idd/=09=09=09?
+package-index.LATEST.gpg ?
+photos/*=09=09Various pictures of XEmacs developers
recycle.xpm
recycle2.xpm=09=09Two versions of oversized Recycle cursor
refcard.ps.gz=09=09Postscript version of XEmacs reference card
@@ -63,19 +41,18 @@ refcard.tex=09=09XEmacs reference card
sample.Xdefaults=09(legacy -- to be removed)
sample.Xresources=09Example ~/.Xresources file
sample.init.el=09=09Example ~/.xemacs/init.el file
-sink.xbm=09=09A Gnu icon
sparcworks/=09=09Support files for Sparcworks
tests/=09=09=09Testcases for external widget
-time/=09=09=09Image files for display-time
toolbar/=09=09Image files for the toolbar
trash.xpm=09=09Garbage can icon
+unicode/=09=09Unicode conversion tables
xemacs-beta.xpm=09=09XEmacs Beta logo
+xemacs-enhanced.png=09"XEmacs-enhanced" logo
xemacs-fe.sh=09=09XEmacs frontend driver
xemacs-icon.xpm
xemacs-icon2.xbm
xemacs-icon2.xpm
xemacs-icon3.xpm=09Various versions of an XEmacs WM icon
-xemacs-ja.1=09=09Japanese XEmacs man page
xemacs.1=09=09XEmacs man page
xemacs.xbm
xemacs.xpm=09=09XEmacs logo used on the splash screen
1.7.14.1 +8 -8 XEmacs/xemacs/etc/TUTORIAL
Index: TUTORIAL
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/TUTORIAL,v
retrieving revision 1.7
retrieving revision 1.7.14.1
diff -u -p -r1.7 -r1.7.14.1
--- TUTORIAL=092002/03/13 08:51:24=091.7
+++ TUTORIAL=092007/09/30 18:31:23=091.7.14.1
@@ -2,8 +2,8 @@ You are looking at the XEmacs tutorial.=20
=20
XEmacs commands generally involve the CONTROL key (sometimes labeled
CTRL or CTL) or the META key. "META" is a traditional Emacs term; on
-most keyboards, the key is labelled "Alt". (On Sun keyboards, the META=
-key is labelled with a diamond, and is *NOT* the Alt key, which also
+most keyboards, the key is labeled "Alt". (On Sun keyboards, the META
+key is labeled with a diamond, and is *NOT* the Alt key, which also
exists.) On some TTY's, there is no META key; in this case, use ESC.
Rather than write out META or CONTROL each time we want you to prefix =
a
character, we'll use the following abbreviations:
@@ -45,7 +45,7 @@ keys are easier to remember and usually=20
it's useful to know the older bindings, either in case you ever use a =
TTY
or so that you can make sense of references to them. From now on, we =
will
mention the TTY bindings in parentheses, and expect that TTY users wil=
l
-subsitute them whenever we mention a cursor key.)
+substitute them whenever we mention a cursor key.)
=20
Now you may ask, what is a TTY? A TTY (or "TeleTYpe")is a text-only
connection, the kind you get when you use the "telnet" program to log =
into
@@ -107,7 +107,7 @@ M-=09=09A keystroke involving the META key.=20
META=09=09An abstract name for a particular modifier key, which has
=09=09different correspondences depending on your keyboard. On
=09=09most keyboards, META is the Alt key, but on Sun keyboards it's
-=09=09a key labelled with a diamond, and *NOT* the Alt key, which
+=09=09a key labeled with a diamond, and *NOT* the Alt key, which
=09=09also exists. META can also be simulated by pressing ESC before
=09=09the other key, but in reality this is just two separate keys,
=09=09not a modifier plus a key: If you want to do M-f M-f, normally
@@ -129,7 +129,7 @@ buffer=09=09A block of memory holding some t
cursor=09=09A block or bar showing where in the text the current inser=
tion
=09=09point is.
cursor key=09Any of the keys used for moving the cursor, such as the a=
rrow
-=09=09keys, <Next> and <Prior> (often labelled PgUp and PgDn),
+=09=09keys, <Next> and <Prior> (often labeled PgUp and PgDn),
=09=09<Home> and <End>, etc. Usually set off to the right of the
=09=09main part of the keyboard, often painted gray.
echo area=09A one-line area at the bottom of the frame where messages =
are
@@ -160,7 +160,7 @@ kill=09=09Standardly known as "cut". Remove
=09=09"kills" are remembered, not only the most recent, and can be
=09=09accessed using M-y. "kill" is also sometimes used in general
to refer to deleting anything other than text, e.g. bu=
ffers,
-=09=09toolbar items, local variables, subprocesses, abbrevations,
+=09=09toolbar items, local variables, subprocesses, abbreviations,
=09=09or to terminating the XEmacs process.
minibuffer=09A small buffer (usually one line, but it may expand as
=09=09necessary) at the bottom of the frame, used when commands need
@@ -283,7 +283,7 @@ without moving it off the screen.
=20
If moving by characters is too slow, you can move by words. C-<Right>=
(CONTROL + right-arrow key) moves forward a word and C-<Left> moves ba=
ck a
-word. On TTY's, use M-f instead of C-<Right> and M-p instead of C-<Le=
ft>.
+word. On TTY's, use M-f instead of C-<Right> and M-b instead of C-<Le=
ft>.
=20
>> Type a few C-<Right>'s and C-<Left>'s.
=20
@@ -474,7 +474,7 @@ to use ESC ESC ESC. The reasons for thi
Hitting ESC ESC will get you out of almost any weird mode, including
selected text, split windows, the minibuffer, recursive edits, "strand=
ed
minibuffer requests", and the like. If you have many problems at once=
,
-each invokation of ESC ESC will get rid of one, so keep repeating unti=
l
+each invocation of ESC ESC will get rid of one, so keep repeating unti=
l
everything's fixed. REMEMBER: ESC ESC does not work if XEmacs is hung=
doing some time-consuming operation or running broken code. Use C-g f=
or
that.
1.6.14.1 +3 -3 XEmacs/xemacs/etc/TUTORIAL.de
Index: TUTORIAL.de
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/TUTORIAL.de,v
retrieving revision 1.6
retrieving revision 1.6.14.1
diff -u -p -r1.6 -r1.6.14.1
--- TUTORIAL.de=092002/03/13 08:51:25=091.6
+++ TUTORIAL.de=092007/09/30 18:31:23=091.6.14.1
@@ -272,9 +272,9 @@ zeigt:
=20
>> Bewege den Textzeiger mittels <Down> oder <Up> auf die mittlere Zei=
le
der obigen Tabelle. Dann zentriere das Diagramm mittels C-l im
- Bildschirmfenster. (Bitte erinnere Dich, da=DF TTY Benutzer,wenn
- n=F6tig, die entsprechenden TTY-Befehle benutzen sollten. In diese=
m
- Fall sind dies C-n und C-p.)
+ Bildschirmfenster. (Zur Erinnerung: TTY Benutzer sollten, wenn
+ n=F6tig, die entsprechenden TTY-Befehle benutzen. In diesem Fall
+ sind dies C-n und C-p.)
=20
Bitte beachte die mnemonische Bedeutung der TTY-Befehle (im
Englischen): P f=FCr previous, N f=FCr next, B f=FCr backward und F f=FC=
r
1.7.8.1 +24 -25 XEmacs/xemacs/etc/etags.1
Index: etags.1
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/etags.1,v
retrieving revision 1.7
retrieving revision 1.7.8.1
diff -u -p -r1.7 -r1.7.8.1
--- etags.1=092004/10/07 14:51:11=091.7
+++ etags.1=092007/09/30 18:31:23=091.7.8.1
@@ -1,4 +1,5 @@
-.\" Copyright (c) 1992, 2001 Free Software Foundation
+.\" Copyright (C) 1992, 2001, 2002, 2003, 2004,
+.\" 2005, 2006, 2007 Free Software Foundation, Inc.
.\" See section COPYING for conditions for redistribution
.TH etags 1 "23nov2001" "GNU Tools" "GNU Tools"
.de BP
@@ -12,7 +13,7 @@ etags, ctags \- generate tag file for Em
.SH SYNOPSIS
.hy 0
.na
-\fBetags\fP [\|\-aCDGImRVh\|] [\|\-i \fIfile\fP\|] [\|\-l \fIlanguage\=
fP\|]
+\fBetags\fP [\|\-aCDGIRVh\|] [\|\-i \fIfile\fP\|] [\|\-l \fIlanguage\f=
P\|]
.if n .br
[\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|]
[\|\-\-parse\-stdin=3D\fIfile\fP\|]
@@ -20,12 +21,12 @@ etags, ctags \- generate tag file for Em
[\|\-\-append\|] [\|\-\-no\-defines\|]
[\|\-\-no\-globals\|] [\|\-\-include=3D\fIfile\fP\|]
[\|\-\-ignore\-indentation\|] [\|\-\-language=3D\fIlanguage\fP\|]
-[\|\-\-members\|] [\|\-\-output=3D\fItagfile\fP\|]
+[\|\-\-no\-members\|] [\|\-\-output=3D\fItagfile\fP\|]
[\|\-\-regex=3D\fIregexp\fP\|] [\|\-\-no\-regex\|]
[\|\-\-help\|] [\|\-\-version\|]
\fIfile\fP .\|.\|.
=20
-\fBctags\fP [\|\-aCdgImRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|]=
+\fBctags\fP [\|\-aCdgIRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|]
.if n .br
[\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|]
[\|\-\-parse\-stdin=3D\fIfile\fP\|]
@@ -36,7 +37,7 @@ etags, ctags \- generate tag file for Em
[\|\-\-language=3D\fIlanguage\fP\|] [\|\-\-members\|]
[\|\-\-output=3D\fItagfile\fP\|] [\|\-\-regex=3D\fIregexp\fP\|]
[\|\-\-typedefs\|] [\|\-\-typedefs\-and\-c++\|]
-[\|\-\-update\|] [\|\-\-no\-warn\|]
+[\|\-\-update\|]
[\|\-\-help\|] [\|\-\-version\|]
\fIfile\fP .\|.\|.
.ad b
@@ -92,28 +93,31 @@ and create tags for extern variables unl
.TP
.B \-d, \-\-defines
Create tag entries for C preprocessor constant definitions
-and enum constants, too. This is the
-default behavior for \fBetags\fP.
+and enum constants, too. Since this is the default behavior of
+\fBetags\fP, only \fBctags\fP accepts this option.
.TP
.B \-D, \-\-no\-defines
Do not create tag entries for C preprocessor constant definitions
and enum constants.
This may make the tags file much smaller if many header files are tagg=
ed.
-This is the default behavior for \fBctags\fP.
+Since this is the default behavior of \fBctags\fP, only \fBetags\fP
+accepts this option.
.TP
-.B \-g, \-\-globals
+.B \-\-globals
Create tag entries for global variables in C, C++, Objective C, Java,
and Perl.
-This is the default behavior for \fBetags\fP.
+Since this is the default behavior of \fBetags\fP, only \fBctags\fP
+accepts this option.
.TP
-.B \-G, \-\-no\-globals
+.B \-\-no\-globals
Do not tag global variables. Typically this reduces the file size by
-one fourth. This is the default behavior for \fBctags\fP.
+one fourth. Since this is the default behavior of \fBctags\fP, only
+\fBetags\fP accepts this option.
.TP
\fB\-i\fP \fIfile\fP, \fB\-\-include=3D\fIfile\fP
Include a note in the tag file indicating that, when searching for a
tag, one should also consult the tags file \fIfile\fP after checking t=
he
-current file. This options is only accepted by \fBetags\fP.
+current file. Only \fBetags\fP accepts this option.
.TP
.B \-I, \-\-ignore\-indentation
Don't rely on indentation as much as we normally do. Currently, this
@@ -129,12 +133,12 @@ detection of language based on the file=20
language may be used to disable language parsing altogether; only
regexp matching is done in this case (see the \fB\-\-regex\fP option).=
.TP
-.B \-m, \-\-members
+.B \-\-members
Create tag entries for variables that are members of structure-like
-constructs in C++, Objective C, Java.
+constructs in C++, Objective C, Java. This is the default for etags.
.TP
-.B \-M, \-\-no\-members
-Do not tag member variables. This is the default behavior.
+.B \-\-no\-members
+Do not tag member variables. This is the default for ctags.
.TP
.B \-\-packages\-only
Only tag packages in Ada files.
@@ -201,7 +205,7 @@ from shell interpretation.
=20
Tag the DEFVAR macros in the emacs source files:
.br
-\fI\-\-regex\=3D'/[ \\t]*DEFVAR_[A-Z_ \\t(]+"\\([^"]+\\)"\/'\fP
+\fI\-\-regex\=3D'/[ \\t]*DEFVAR_[A-Z_ \\t(]+"\\([^"]+\\)"/'\fP
.\"" This comment is to avoid confusion to Emacs syntax highlighting
.br
=20
@@ -220,7 +224,7 @@ Tag TCL files (this last example shows t
=20
.br
A regexp can be preceded by {\fIlang\fP}, thus restricting it to match=
-lines of files of the specified language. Use \fBetags --help\fP to o=
btain
+lines of files of the specified language. Use \fBetags \-\-help\fP to=
obtain
a list of the recognised languages. This feature is particularly usef=
ul inside
\fBregex files\fP. A regex file contains one regex per line. Empty l=
ines,
and those lines beginning with space or tab are ignored. Lines beginn=
ing
@@ -258,11 +262,6 @@ Only \fBctags\fP accepts this option.
Instead of generating a tag file, write index (in \fBvgrind\fP format)=
to standard output. Only \fBctags\fP accepts this option.
.TP
-.B \-w, \-\-no\-warn
-Suppress warning messages about duplicate entries. The \fBetags\fP
-program does not check for duplicate entries, so this option is not
-allowed with it.
-.TP
.B \-x, \-\-cxref
Instead of generating a tag file, write a cross reference (in
\fBcxref\fP format) to standard output. Only \fBctags\fP accepts this=
option.
@@ -288,7 +287,7 @@ Stallman.
Copyright
.if t \(co
.if n (c)
-1999, 2001 Free Software Foundation, Inc.
+1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundati=
on, Inc.
.PP
Permission is granted to make and distribute verbatim copies of this
document provided the copyright notice and this permission notice are
1.6.22.1 +55 -52 XEmacs/xemacs/etc/gnuserv.1
Index: gnuserv.1
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/gnuserv.1,v
retrieving revision 1.6
retrieving revision 1.6.22.1
diff -u -p -r1.6 -r1.6.22.1
--- gnuserv.1=092001/04/12 18:20:50=091.6
+++ gnuserv.1=092007/09/30 18:31:24=091.6.22.1
@@ -17,29 +17,32 @@ Removed as of gnuserv 3.x
.SH DESCRIPTION
=20
.PP
+\fIgnuserv\fP is a server program run as a subprocess of XEmacs to han=
dle
+all incoming and outgoing requests from \fIgnuclient\fP. It is not usu=
ally
+invoked directly, but is started from XEmacs by loading the \fIgnuserv=
\fP
+package and evaluating the Lisp form (gnuserv-start).
+.PP
\fIgnuclient\fP allows the user to request a running XEmacs process to=
edit the named files or directories and/or evaluate lisp forms.
-Depending on your environment, it can be an X frame or a TTY frame.
+Depending on your environment, TTY, X, GTK, or MS Windows frames, as w=
ell as
+batch (frameless) execution of Lisp may be available.
One typical use for this is with a dialup connection to a machine on
which an XEmacs process is currently running.
.PP
\fIgnudoit\fP is a shell script frontend to ``gnuclient -batch -eval f=
orm''.
Its use is deprecated. Try to get used to calling gnuclient directly.
.PP
-\fIgnuserv\fP is the server program that is set running by XEmacs to
-handle all incoming and outgoing requests. It is not usually invoked
-directly, but is started from XEmacs by loading the \fIgnuserv\fP
-package and evaluating the Lisp form (gnuserv-start).
-.PP
\fIgnuattach\fP no longer exists. Its functionality has been replaced =
by
\fIgnuclient -nw\fP.
.SH OPTIONS
.PP=20
-\fIgnuclient\fP supports as much of the command line options of Emacs =
as
-makes sense in this context. In addition it adds a few of its own.=20
+\fIgnuclient\fP supports as many of the command line options of Emacs =
as
+make sense in this context. In addition it adds a few of its own.=20
.br
-Options with long names can also be specified using a double
-hyphen instead of a single one.
+For backward compatibility, ``long'' options (\fi.e.\fP, with doubled =
hyphen)
+may be specified using a single hyphen instead of a doubled one. Simi=
larly,
+the ``-nw'' option is a historical artifact: a multiletter option with=
no
+double-hyphen version.
.TP 8
.BI \-nw
This option makes \fIgnuclient\fP act as a frontend such that XEmacs
@@ -49,7 +52,7 @@ the ``-nw'' option. It currently only wo
the same machine as gnuclient. This is the default if the `DISPLAY'
environment variable is not set.
.TP 8
-.BI \-display " display, " \--display " display"=20
+.BI \--display " display, " \-display " display"=20
If this option is given or the `DISPLAY' environment variable is set
then gnuclient will tell XEmacs to edit files in a frame on the
specified X device.
@@ -59,7 +62,8 @@ This option informs \fIgnuclient\fP to e
made with the XEmacs process. Normally \fIgnuclient\fP waits until
all of the files on the command line have been finished with (their
buffers killed) by the XEmacs process, and all the forms have been
-evaluated.
+evaluated. Note that this is \fIdifferent\fP from XEmacs itself, wher=
e
+this option means to inhibit loading of the user init file.
.TP 8
.BI \-v
When this option is specified \fIgnuclient\fP will request for the
@@ -81,26 +85,25 @@ options, then forms to eval are read fro
.BI \-f " function,"=20
Make Emacs execute the lisp function.
.TP 8
-.BI \-eval " form"
-Make Emacs execute the lisp form.
+.BI \--eval " form, " \-eval " form"=20
+Make Emacs execute the Lisp form.
.TP 8
.BI \-h " hostname"
Used only with Internet-domain sockets, this option specifies the host=
machine which should be running \fIgnuserv\fP. If this option is not
specified then the value of the environment variable GNU_HOST is used
if set. If no hostname is specified, and the GNU_HOST variable is not
-set, an internet connection will not be attempted. N\.B.:
-\fIgnuserv\fP does NOT allow internet connections unless XAUTH
+set, an Internet connection will not be attempted. N\.B.:
+\fIgnuserv\fP does NOT allow Internet connections unless XAUTH
authentication is used or the GNU_SECURE variable has been specified
and points at a file listing all trusted hosts. (See SECURITY below.)
=20
.br
-Note that an internet address may be specified instead of a hostname
-which can speed up connections to the server by quite a bit,
-especially if the client machine is running YP.
+An Internet address (``dotted-quad'') may be specified instead of a
+hostname. IPv6 support is not robust.
=20
.br
-Note also that a hostname of \fBunix\fP can be used to specify that
+A hostname of \fBunix\fP can be used to specify that
the connection to the server should use a Unix-domain socket (if
supported) rather than an Internet-domain socket.
.TP 8
@@ -133,16 +136,15 @@ the directory browsers dired or monkey a
The cursor is put at line number 'n' if specified.
=20
.SH SETUP
-\fIgnuserv\fP is packaged standardly with recent versions of XEmacs.
-Therefore, you should be able to start the server simply by evaluating=
-the XEmacs Lisp form (gnuserv-start), or equivalently by typing
-`M-x gnuserv-start'.
+\fIgnuserv\fP is included with recent versions of XEmacs; no installat=
ion
+is required. The server must be started before clients may attempt to=
+connect. Start the server by evaluating the Lisp form (gnuserv-start)=
, or
+interactively by typing `M-x gnuserv-start'.
=20
.SH CONFIGURATION
-The behavior of this suite of program is mostly controlled on the lisp=
=20
-side in Emacs and its behavior can be customized to a large extent.
-Type `M-x customize-group RET gnuserv RET' for easy access. More
-documentation can be found in the file `gnuserv.el'
+The behavior of this suite of programs can be customized to a large ex=
tent.
+Type `M-x customize-group RET gnuserv RET'. More documentation can be=
found
+in the file `gnuserv.el'
=20
.SH EXAMPLE
.RS 4
@@ -156,62 +158,63 @@ gnuclient -nw ../src/listproc.c
=20
.br
More examples and sample wrapper scripts are provided in the
-etc/gnuserv directory of the Emacs installation.
+etc/gnuserv directory of the XEmacs installation.
=20
=20
.SH SYSV IPC
-SysV IPC is used to communicate between \fIgnuclient\fP and
-\fIgnuserv\fP if the symbol SYSV_IPC is defined at the top of
-gnuserv.h. This is incompatible with both Unix-domain and
+SysV IPC is a build-time option, enabled by defining the symbol SYSV_I=
PC
+at the top of gnuserv.h. It is used to communicate between \fIgnuclie=
nt\fP
+and \fIgnuserv\fP. It is incompatible with both Unix-domain and
Internet-domain socket communication as described below. A file called=
/tmp/gsrv??? is created as a key for the message queue, and if removed=
will cause the communication between server and client to fail until
the server is restarted.
.SH UNIX-DOMAIN SOCKETS
-A Unix-domain socket is used to communicate between \fIgnuclient\fP
-and \fIgnuserv\fP if the symbol UNIX_DOMAIN_SOCKETS is defined at the
-top of gnuserv.h. A file called /tmp/gsrvdir????/gsrv is created for
+Unix-domain sockets are a build-time option, enabled by defining the s=
ymbol
+UNIX_DOMAIN_SOCKETS at the top of gnuserv.h. A Unix-domain socket is =
used
+to communicate between \fIgnuclient\fP
+and \fIgnuserv\fP. A file called /tmp/gsrvdir????/gsrv is created for=
communication. If the symbol USE_TMPDIR is set at the top of gnuserv.=
h,
$TMPDIR, when set, is used instead of /tmp. If that file is deleted,
or TMPDIR has different values for the server and the client, communic=
ation
between server and client will fail. Only the user running gnuserv wi=
ll be
able to connect to the socket.
.SH INTERNET-DOMAIN SOCKETS
-Internet-domain sockets are used to communicate between
-\fIgnuclient\fP and \fIgnuserv\fP if the symbol
-INTERNET_DOMAIN_SOCKETS is defined at the top of gnuserv.h. Both
-Internet-domain and Unix-domain sockets can be used at the same
-time. If a hostname is specified via -h or via the GNU_HOST
+Internet-domain sockets are a build-time option, enabled by defining t=
he
+symbol INTERNET_DOMAIN_SOCKETS at the top of gnuserv.h. Internet-doma=
in
+sockets are used to communicate between \fIgnuclient\fP and \fIgnuserv=
\fP.
+Both Internet-domain and Unix-domain sockets can be used at the same
+time. If a hostname is specified via -h or via the GNU_HOST
environment variable, \fIgnuclient\fP establish connections using an
-internet domain socket. If not, a local connection is attempted via
-either a unix-domain socket or SYSV IPC.
+Internet domain socket. If not, a local connection is attempted via
+either a Unix-domain socket or SYSV IPC.
.SH SECURITY
Using Internet-domain sockets, a more robust form of security is
needed that wasn't necessary with either Unix-domain sockets or SysV
IPC. Currently, two authentication protocols are supported to provide
this: MIT-MAGIC-COOKIE-1 (based on the X11 xauth(1) program) and a
simple host-based access control mechanism, hereafter called
-GNUSERV-1. The GNUSERV-1 protocol is always available, whereas support=
-for MIT-MAGIC-COOKIE-1 may or may not have been enabled (via a #define=
-at the top of gnuserv.h) at compile-time.
+GNUSERV-1. The GNUSERV-1 protocol is always available. Support
+for MIT-MAGIC-COOKIE-1 is enabled (by defining AUTH_MAGIC_COOKIE
+at the top of gnuserv.h.
.PP
\fIgnuserv\fP, using GNUSERV-1, performs a limited form of access
-control at the machine level. By default no internet-domain socket is
+control at the machine level. By default no Internet-domain socket is
opened. If the variable GNU_SECURE can be found in \fIgnuserv\fP's
environment, and it names a readable filename, then this file is
opened and assumed to be a list of hosts, one per line, from which the=
server will allow requests. Connections from any other host will be
rejected. Even the machine on which \fIgnuserv\fP is running is not
-permitted to make connections via the internet socket unless its
+permitted to make connections via the Internet socket unless its
hostname is explicitly specified in this file. Note that a host may
be either a numeric IP address or a hostname, and that
.I any
user on an approved host may connect to your gnuserv and execute arbit=
rary
-elisp (e.g., delete all your files).
+Lisp (e.g., delete all your files).
If this file contains a lot of
-hostnames then the server may take quite a time to start up.
+hostnames then the server may take quite a long time to start up.
.PP
-When the MIT-MAGIC-COOKIE-1 protocol is enabled, an internet socket
+When the MIT-MAGIC-COOKIE-1 protocol is enabled, an Internet socket
\fIis\fP opened by default. \fIgnuserv\fP will accept a connection fro=
m
any host, and will wait for a "magic cookie" (essentially, a password)=
to be presented by the client. If the client doesn't present the
@@ -267,7 +270,7 @@ significant!
.PP
.TP 8
.B DISPLAY
-Default X device to put edit frame.
+Default X (or GTK) device for display of edit frame.
=20
.SH FILES
.PP
@@ -278,7 +281,7 @@ Default X device to put edit frame.
.B /tmp/gsrvdir???/gsrv
(unix domain sockets only)
.TP 8
-.B ~/.emacs
+.B ~/.xemacs/init.el
XEmacs customization file, see xemacs(1).
.SH SEE ALSO
.PP
1.2.36.1 +3 -2 XEmacs/xemacs/etc/gnuserv.README
Index: gnuserv.README
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/gnuserv.README,v
retrieving revision 1.2
retrieving revision 1.2.36.1
diff -u -p -r1.2 -r1.2.36.1
--- gnuserv.README=091998/06/30 06:35:13=091.2
+++ gnuserv.README=092007/09/30 18:31:24=091.2.36.1
@@ -1,5 +1,6 @@
-This file is not meant to be proper documentation. See the file gnuser=
v.1 for
-more information.
+**** WARNING ****
+This file was never meant to be proper documentation, and now is bitro=
tted.
+See the file gnuserv.1 and/or the sources for more information.
=20
****
NOTE: This version of gnuserv has some enhancements over the original =
version=20
1.2.10.1 +61 -61 XEmacs/xemacs/etc/sample.Xresources
Index: sample.Xresources
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/sample.Xresources,v
retrieving revision 1.2
retrieving revision 1.2.10.1
diff -u -p -r1.2 -r1.2.10.1
--- sample.Xresources=092003/06/30 09:12:28=091.2
+++ sample.Xresources=092007/09/30 18:31:24=091.2.10.1
@@ -27,66 +27,66 @@
! one of "black" or "white" on monochrome systems.
!=20
! The valid color names on your system can be found by looking in the =
file
-! `rgb.txt', usually found in /usr/lib/X11/ or /usr/openwin/lib/X11/.
+! `rgb.txt', usually found in /usr/X11R6/lib/X11/ or /usr/openwin/lib/=
X11/.
=20
! Set the foreground and background colors of the `default' face.
! The default face colors are the base for most of the other faces'
! colors. The default background is gray80, and the default foregroun=
d
! is black.
-Emacs.default.attributeBackground:=09gray80
-Emacs.default.attributeForeground:=09black
+XEmacs.default.attributeBackground:=09gray80
+XEmacs.default.attributeForeground:=09black
=20
! Set the modeline colors.
-Emacs.modeline*attributeForeground:=09Black
-Emacs.modeline*attributeBackground:=09Gray75
+XEmacs.modeline*attributeForeground:=09Black
+XEmacs.modeline*attributeBackground:=09Gray75
=20
! Set the color of the text cursor.
-Emacs.text-cursor*attributeBackground:=09Red3
+XEmacs.text-cursor*attributeBackground:=09Red3
=20
! If you want to set the color of the mouse pointer, do this:
-! Emacs.pointer*attributeForeground:=09Black
+! XEmacs.pointer*attributeForeground:=09Black
! If you want to set the background of the mouse pointer, do this:
-! Emacs.pointer*attributeBackground:=09White
+! XEmacs.pointer*attributeBackground:=09White
! Note that by default, the pointer foreground and background are the =
same
! as the default face.
=20
! Set the menubar colors. This overrides the default foreground and
! background colors specified above.
-Emacs*menubar*Foreground:=09=09Gray30
-Emacs*menubar*Background:=09=09Gray75
+XEmacs*menubar*Foreground:=09=09Gray30
+XEmacs*menubar*Background:=09=09Gray75
! This is for buttons in the menubar. =20
! Yellow would be better, but that would map to white on monochrome.
-Emacs*menubar.buttonForeground:=09=09Blue
-Emacs*XlwMenu.selectColor:=09=09ForestGreen
-Emacs*XmToggleButton.selectColor:=09ForestGreen
+XEmacs*menubar.buttonForeground:=09=09Blue
+XEmacs*XlwMenu.selectColor:=09=09ForestGreen
+XEmacs*XmToggleButton.selectColor:=09ForestGreen
=20
! Specify the colors of popup menus.
-Emacs*popup*Foreground:=09=09=09Black
-Emacs*popup*Background:=09=09=09Gray75
+XEmacs*popup*Foreground:=09=09=09Black
+XEmacs*popup*Background:=09=09=09Gray75
=20
! Specify the colors of the various sub-widgets of the dialog boxes.
-Emacs*dialog*Foreground:=09=09Black
+XEmacs*dialog*Foreground:=09=09Black
! #A5C0C1 is a shade of blue
-Emacs*dialog*Background:=09=09#A5C0C1
+XEmacs*dialog*Background:=09=09#A5C0C1
! The following three are for Motif dialog boxes ...
-Emacs*dialog*XmTextField*Background:=09WhiteSmoke
-Emacs*dialog*XmText*Background:=09=09WhiteSmoke
-Emacs*dialog*XmList*Background:=09=09WhiteSmoke
+XEmacs*dialog*XmTextField*Background:=09WhiteSmoke
+XEmacs*dialog*XmText*Background:=09=09WhiteSmoke
+XEmacs*dialog*XmList*Background:=09=09WhiteSmoke
! While this one is for Athena dialog boxes.
-Emacs*dialog*Command*Background:=09WhiteSmoke
+XEmacs*dialog*Command*Background:=09WhiteSmoke
=20
! Athena dialog boxes are sometimes built with the Xaw3d
! variant of the Athena toolkit.
! XEmacs being nice to 8bit displays, it defaults to:
-Emacs*dialog*Command*beNiceToColormap:=09true
+XEmacs*dialog*Command*beNiceToColormap:=09true
! If you are shocked by the ugliness of the 3d rendition,
! you may want to set (even on 8bit displays) the above to false.
=20
! Xlw Scrollbar colors
-Emacs*XlwScrollBar.Foreground:=09=09Gray30
-Emacs*XlwScrollBar.Background:=09=09Gray75
-Emacs*XmScrollBar.Foreground:=09=09Gray30
-Emacs*XmScrollBar.Background:=09=09Gray75
+XEmacs*XlwScrollBar.Foreground:=09=09Gray30
+XEmacs*XlwScrollBar.Background:=09=09Gray75
+XEmacs*XmScrollBar.Foreground:=09=09Gray30
+XEmacs*XmScrollBar.Background:=09=09Gray75
=20
!
! The Lucid Scrollbar supports two added resources, SliderStyle is eit=
her
@@ -95,8 +95,8 @@ Emacs*XmScrollBar.Background:=09=09Gray75
! either "opposite" (default) or "same". Opposite puts the arrows at =
opposite
! of the scrollbar, same puts both arrows at the same end, like the Am=
iga.
!
-! Emacs*XlwScrollBar.SliderStyle: dimple
-! Emacs*XlwScrollBar.ArrowPosition: opposite
+! XEmacs*XlwScrollBar.SliderStyle: dimple
+! XEmacs*XlwScrollBar.ArrowPosition: opposite
=20
=20
!
@@ -107,53 +107,53 @@ Emacs*XmScrollBar.Background:=09=09Gray75
!
! To change the heights and widths of the toolbars:
!
-! Emacs.topToolBarHeight:=09=0937
-! Emacs.bottomToolBarHeight:=09=090
-! Emacs.leftToolBarWidth:=09=090
-! Emacs.rightToolBarWidth:=09=090
-
-Emacs*topToolBarShadowColor:=09=09Gray90
-Emacs*bottomToolBarShadowColor:=09=09Gray40
-Emacs*backgroundToolBarColor:=09=09Gray75
-Emacs*toolBarShadowThickness:=09=092
+! XEmacs.topToolBarHeight:=09=0937
+! XEmacs.bottomToolBarHeight:=09=090
+! XEmacs.leftToolBarWidth:=09=090
+! XEmacs.rightToolBarWidth:=09=090
+
+XEmacs*topToolBarShadowColor:=09=09Gray90
+XEmacs*bottomToolBarShadowColor:=09=09Gray40
+XEmacs*backgroundToolBarColor:=09=09Gray75
+XEmacs*toolBarShadowThickness:=09=092
=20
=20
! If you want to turn off vertical scrollbars, or change the default
! pixel width of the vertical scrollbars, do it like this (0 width
! means no vertical scrollbars):
!=20
-! Emacs.scrollBarWidth: 0
+! XEmacs.scrollBarWidth: 0
!=20
! To change it for a particular frame, do this:
!=20
-! Emacs*FRAME-NAME.scrollBarWidth: 0
+! XEmacs*FRAME-NAME.scrollBarWidth: 0
=20
=20
! If you want to turn off horizontal scrollbars, or change the default=
! pixel height of the horizontal scrollbars, do it like this (0 height=
! means no horizontal scrollbars):
!=20
-! Emacs.scrollBarHeight: 0
+! XEmacs.scrollBarHeight: 0
!=20
! To change it for a particular frame, do this:
!=20
-! Emacs*FRAME-NAME.scrollBarHeight: 0
+! XEmacs*FRAME-NAME.scrollBarHeight: 0
=20
=20
! To dynamically change the labels used for menubar buttons...
!=20
-! Emacs*XlwMenu.resourceLabels: True
-! Emacs*XlwMenu.newFrame.labelString: Open Another Window
+! XEmacs*XlwMenu.resourceLabels: True
+! XEmacs*XlwMenu.newFrame.labelString: Open Another Window
=20
! To have the Motif scrollbars on the left instead of the right, do th=
is:
!=20
-! Emacs*scrollBarPlacement: BOTTOM_LEFT
+! XEmacs*scrollBarPlacement: BOTTOM_LEFT
!
! To have the Athena scrollbars on the right, use `BOTTOM_RIGHT' inste=
ad
=20
! To have Motif scrollbars act more like Xt scrollbars...
!
-! Emacs*XmScrollBar.translations: #override \n\
+! XEmacs*XmScrollBar.translations: #override \n\
! <Btn1Down>: PageDownOrRight(0) \n\
! <Btn3Down>: PageUpOrLeft(0)
=20
@@ -179,22 +179,22 @@ Emacs*toolBarShadowThickness:=09=092
! by lisp code which tries a number of different possibilities in orde=
r
! of preference. If you wish to override it, use this:
!=20
-! Emacs.default.attributeFont: -*-courier-medium-r-*-*-*-120-*-*-*-*-=
iso8859-*
+! XEmacs.default.attributeFont: -*-courier-medium-r-*-*-*-120-*-*-*-*=
-iso8859-*
=20
! If you choose a font which does not have an italic version, you can =
specify
! some other font to use for it here:
!=20
-! Emacs.italic.attributeFont: -*-courier-medium-o-*-*-*-120-*-*-*-*-i=
so8859-*
+! XEmacs.italic.attributeFont: -*-courier-medium-o-*-*-*-120-*-*-*-*-=
iso8859-*
!=20
! If you choose a font which does not have a bold-italic version,
! you can specify some other font to use for it here:
!=20
-! Emacs.bold-italic.attributeFont: -*-courier-bold-o-*-*-*-120-*-*-*-=
*-iso8859-*
+! XEmacs.bold-italic.attributeFont: -*-courier-bold-o-*-*-*-120-*-*-*=
-*-iso8859-*
!=20
! And here is how you would set the background color of the `highlight=
' face,
! but only on the screen named `debugger':
!=20
-! Emacs*debugger.highlight.attributeBackground:=09=09PaleTurquoise
+! XEmacs*debugger.highlight.attributeBackground:=09=09PaleTurquoise
!=20
! See the NEWS file (C-h n) for a more complete description of the res=
ource
! syntax of faces.
@@ -230,29 +230,29 @@ Emacs*toolBarShadowThickness:=09=092
! (Motif uses `fontList' while most other things use `font' - if you d=
on't
! know why you probably don't want to.)
!=20
-Emacs*XmDialogShell*FontList:=09-*-helvetica-bold-r-*-*-*-120-*-*-*-*-=
iso8859-*
-Emacs*XmTextField*FontList:=09-*-courier-medium-r-*-*-*-120-*-*-*-*-is=
o8859-*
-Emacs*XmText*FontList:=09=09-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8=
859-*
-Emacs*XmList*FontList:=09=09-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8=
859-*
+XEmacs*XmDialogShell*FontList:=09-*-helvetica-bold-r-*-*-*-120-*-*-*-*=
-iso8859-*
+XEmacs*XmTextField*FontList:=09-*-courier-medium-r-*-*-*-120-*-*-*-*-i=
so8859-*
+XEmacs*XmText*FontList:=09=09-*-courier-medium-r-*-*-*-120-*-*-*-*-iso=
8859-*
+XEmacs*XmList*FontList:=09=09-*-courier-medium-r-*-*-*-120-*-*-*-*-iso=
8859-*
=20
! Font in the Athena dialog boxes.
! I think 14-point looks nicer than 12-point.
! Some people use 12-point anyway because you get more text, but
! there's no purpose at all in doing this for dialog boxes.
=20
-Emacs*Dialog*Font:=09=09-*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-=
*
+XEmacs*Dialog*Font:=09=09-*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859=
-*
=20
! Dialog box translations.
! =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=20
! This accelerator binds <return> in a dialog box to <activate> on but=
ton1
-Emacs*dialog*button1.accelerators:#override\
+XEmacs*dialog*button1.accelerators:#override\
<KeyPress>Return: ArmAndActivate()\n\
<KeyPress>KP_Enter: ArmAndActivate()\n\
Ctrl<KeyPress>m: ArmAndActivate()\n
=20
! Translations to make the TextField widget behave more like XEmacs
-Emacs*XmTextField.translations: #override\n\
+XEmacs*XmTextField.translations: #override\n\
=09!<Key>osfBackSpace:=09delete-previous-character()\n\
=09!<Key>osfDelete:=09delete-previous-character()\n\
=09!Ctrl<Key>h: =09=09delete-previous-character()\n\
@@ -280,7 +280,7 @@ Emacs*XmTextField.translations: #overrid
! ArmAndActivate() for buttons that appear in dialog boxes. This is
! not 100% Motif compliant but the benefits far outweight the
! compliancy problem. =20
-Emacs*dialog*XmPushButton.translations:#override\n\
+XEmacs*dialog*XmPushButton.translations:#override\n\
<Btn1Down>: Arm()\n\
<Btn1Down>,<Btn1Up>: Activate()\
=09=09=09Disarm()\n\
@@ -301,7 +301,7 @@ Emacs*dialog*XmPushButton.translations:#
! ximStyles is a (whitespace or comma-separated) list of XIMStyles in
! order of user's preference. =20
! Choose a subset of the following styles or reorder to taste
-Emacs*ximStyles: XIMPreeditPosition|XIMStatusArea\
+XEmacs*ximStyles: XIMPreeditPosition|XIMStatusArea\
XIMPreeditPosition|XIMStatusNothing\
XIMPreeditPosition|XIMStatusNone\
XIMPreeditNothing|XIMStatusArea\
@@ -312,8 +312,8 @@ Emacs*ximStyles: XIMPreeditPosition|XIMS
XIMPreeditNone|XIMStatusNone
=20
! XIM Preedit and Status foreground and background
-Emacs*EmacsFrame.ximForeground: black
-Emacs*EmacsFrame.ximBackground: white
+XEmacs*EmacsFrame.ximForeground: black
+XEmacs*EmacsFrame.ximBackground: white
=20
! XIM fontset (defaults to system fontset default)
-! Emacs*EmacsFrame.FontSet: -dt-interface user-medium-r-normal-s*-*-*-=
*-*-*-*-*-*
+! XEmacs*EmacsFrame.FontSet: -dt-interface user-medium-r-normal-s*-*-*=
-*-*-*-*-*-*
1.2.40.2 +42 -269 XEmacs/xemacs/etc/toolbar/compile-cap-up.xpm
Index: compile-cap-up.xpm
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/toolbar/compile-cap-up.xpm,=
v
retrieving revision 1.2.40.1
retrieving revision 1.2.40.2
diff -u -p -r1.2.40.1 -r1.2.40.2
--- compile-cap-up.xpm=092005/02/25 16:29:47=091.2.40.1
+++ compile-cap-up.xpm=092007/09/30 18:31:28=091.2.40.2
@@ -1,270 +1,43 @@
/* XPM */
-static char * compile_xpm[] =3D {
-"48 48 219 2",
-" =09c None",
-". =09c #000000",
-"+ =09c #090909",
-"@ =09c #414141",
-"# =09c #8F8F8F",
-"$ =09c #9F9F9F",
-"% =09c #666666",
-"& =09c #080808",
-"* =09c #373737",
-"=3D =09c #ACACAC",
-"- =09c #AFAFAF",
-"; =09c #949494",
-"> =09c #7D7D7D",
-", =09c #454545",
-"' =09c #0B0B0B",
-") =09c #808080",
-"! =09c #868686",
-"~ =09c #282828",
-"{ =09c #3B3B3B",
-"] =09c #D7D7D7",
-"^ =09c #6E6E6E",
-"/ =09c #838383",
-"( =09c #676767",
-"_ =09c #818181",
-": =09c #BEBEBE",
-"< =09c #919191",
-"[ =09c #797979",
-"} =09c #313131",
-"| =09c #2A2A2A",
-"1 =09c #474747",
-"2 =09c #5C5C5C",
-"3 =09c #CFCFCF",
-"4 =09c #7E7E7E",
-"5 =09c #939393",
-"6 =09c #979797",
-"7 =09c #C3C3C3",
-"8 =09c #B5B5B5",
-"9 =09c #8B8B8B",
-"0 =09c #9B9B9B",
-"a =09c #999999",
-"b =09c #434343",
-"c =09c #292929",
-"d =09c #CACACA",
-"e =09c #D3D3D3",
-"f =09c #545454",
-"g =09c #909090",
-"h =09c #B1B1B1",
-"i =09c #A8A8A8",
-"j =09c #8A8A8A",
-"k =09c #A2A2A2",
-"l =09c #A6A6A6",
-"m =09c #A4A4A4",
-"n =09c #959595",
-"o =09c #ABABAB",
-"p =09c #7C7C7C",
-"q =09c #1B1B1B",
-"r =09c #B2B2B2",
-"s =09c #898989",
-"t =09c #878787",
-"u =09c #B0B0B0",
-"v =09c #B4B4B4",
-"w =09c #B7B7B7",
-"x =09c #B9B9B9",
-"y =09c #BABABA",
-"z =09c #B8B8B8",
-"A =09c #AAAAAA",
-"B =09c #393939",
-"C =09c #8D8D8D",
-"D =09c #8E8E8E",
-"E =09c #848484",
-"F =09c #9A9A9A",
-"G =09c #A3A3A3",
-"H =09c #A5A5A5",
-"I =09c #BDBDBD",
-"J =09c #C0C0C0",
-"K =09c #C5C5C5",
-"L =09c #C6C6C6",
-"M =09c #555555",
-"N =09c #404040",
-"O =09c #9C9C9C",
-"P =09c #C8C8C8",
-"Q =09c #CBCBCB",
-"R =09c #CECECE",
-"S =09c #D0D0D0",
-"T =09c #D1D1D1",
-"U =09c #BFBFBF",
-"V =09c #656565",
-"W =09c #171717",
-"X =09c #262626",
-"Y =09c #6D6D6D",
-"Z =09c #6C6C6C",
-"` =09c #747474",
-" .=09c #A1A1A1",
-"..=09c #C1C1C1",
-"+.=09c #4D4D4D",
-"@.=09c #0D0D0D",
-"#.=09c #CCCCCC",
-"$.=09c #DADADA",
-"%.=09c #343434",
-"&.=09c #BCBCBC",
-"*.=09c #B6B6B6",
-"=3D.=09c #9D9D9D",
-"-.=09c #525252",
-";.=09c #131313",
-">.=09c #5F5F5F",
-",.=09c #1E1E1E",
-"'.=09c #323232",
-").=09c #888888",
-"!.=09c #2C2C2C",
-"~.=09c #DBDBDB",
-"{.=09c #7B7B7B",
-"].=09c #7A7A7A",
-"^.=09c #717171",
-"/.=09c #303030",
-"(.=09c #3E3E3E",
-"_.=09c #161616",
-":.=09c #D2D2D2",
-"<.=09c #353535",
-"[.=09c #585858",
-"}.=09c #A0A0A0",
-"|.=09c #777777",
-"1.=09c #DDDDDD",
-"2.=09c #828282",
-"3.=09c #C4C4C4",
-"4.=09c #A9A9A9",
-"5.=09c #3F3F3F",
-"6.=09c #222222",
-"7.=09c #B3B3B3",
-"8.=09c #BBBBBB",
-"9.=09c #969696",
-"0.=09c #363636",
-"a.=09c #D8D8D8",
-"b.=09c #737373",
-"c.=09c #D5D5D5",
-"d.=09c #8C8C8C",
-"e.=09c #929292",
-"f.=09c #C9C9C9",
-"g.=09c #5D5D5D",
-"h.=09c #AEAEAE",
-"i.=09c #C7C7C7",
-"j.=09c #595959",
-"k.=09c #616161",
-"l.=09c #232323",
-"m.=09c #4F4F4F",
-"n.=09c #2F2F2F",
-"o.=09c #C2C2C2",
-"p.=09c #D4D4D4",
-"q.=09c #ADADAD",
-"r.=09c #D9D9D9",
-"s.=09c #E1E1E1",
-"t.=09c #9E9E9E",
-"u.=09c #626262",
-"v.=09c #DCDCDC",
-"w.=09c #E3E3E3",
-"x.=09c #767676",
-"y.=09c #333333",
-"z.=09c #4C4C4C",
-"A.=09c #191919",
-"B.=09c #070707",
-"C.=09c #DEDEDE",
-"D.=09c #E5E5E5",
-"E.=09c #2E2E2E",
-"F.=09c #4A4A4A",
-"G.=09c #989898",
-"H.=09c #646464",
-"I.=09c #7F7F7F",
-"J.=09c #E0E0E0",
-"K.=09c #E7E7E7",
-"L.=09c #3C3C3C",
-"M.=09c #6B6B6B",
-"N.=09c #A7A7A7",
-"O.=09c #707070",
-"P.=09c #858585",
-"Q.=09c #575757",
-"R.=09c #535353",
-"S.=09c #272727",
-"T.=09c #D6D6D6",
-"U.=09c #0C0C0C",
-"V.=09c #2B2B2B",
-"W.=09c #0E0E0E",
-"X.=09c #CDCDCD",
-"Y.=09c #DFDFDF",
-"Z.=09c #181818",
-"`.=09c #050505",
-" +=09c #040404",
-".+=09c #696969",
-"++=09c #0F0F0F",
-"@+=09c #636363",
-"#+=09c #E4E4E4",
-"$+=09c #E2E2E2",
-"%+=09c #1D1D1D",
-"&+=09c #565656",
-"*+=09c #E8E8E8",
-"=3D+=09c #202020",
-"-+=09c #ECECEC",
-";+=09c #EBEBEB",
-">+=09c #EAEAEA",
-",+=09c #E9E9E9",
-"'+=09c #727272",
-")+=09c #383838",
-"!+=09c #1C1C1C",
-"~+=09c #EFEFEF",
-"{+=09c #EEEEEE",
-"]+=09c #EDEDED",
-"^+=09c #F1F1F1",
-"/+=09c #F0F0F0",
-"(+=09c #5E5E5E",
-"_+=09c #F2F2F2",
-":+=09c #787878",
-"<+=09c #5B5B5B",
-"[+=09c #3D3D3D",
-"}+=09c #484848",
-"|+=09c #4E4E4E",
-"1+=09c #101010",
-"2+=09c #E6E6E6",
-"3+=09c #2D2D2D",
-"4+=09c #111111",
-"5+=09c #686868",
-"6+=09c #4B4B4B",
-" =
",
-" =
",
-" =
",
-" =
",
-" =
",
-" . =
",
-" + @ # $ % . & & =
",
-" * =3D - ; > , ' ) ! ~ =
",
-" { ] ^ / ! ( _ : < [ } =
",
-" | 1 . . 2 3 4 5 6 ! 7 8 9 0 a b =
",
-" c d e f g h i j k l m n # =3D o i p . =
",
-" q r : $ s t < < o u v w x y x z A ' . =
",
-" B C D E F G H r z I J 7 K L L K p M ~ . =
",
-" . N [ O l - w : 7 P Q R S T U V W X Y Z N . .=
",
-" . ` .h y ..P J +. at .{ #.$.6 %.g &.K *.=3D.-.. ;=
.>.,.. ",
-" . '.).` y 7 d *. at . !.u ~.O {.8 . .s ].^./.' j a=
/ (.. ",
-" _.5 - I / C 7 Q :.<. [.u 3 }.|.1.# |./ ! )., 2.3.4=
.t p 5.. ",
-" 6.7.8.O 9.7.d :.I . . 0.4.a.V b.c.F d.# e.; s :.f.l=
! 6 n g.. ",
-" c h.< h I i.S a.l . . j.:.k.W l.m.k I F 6 0 =3D.}.j O A=
j G k .$ j.. ",
-" n.K ; *.o.#.c.1.c.W B ] p.#.b.9 x q. .# k H i o =3D h.=3D=
.- h.q.=3D A (.. ",
-" @.=3D 6 8.L T r.s.$ | *...J F ).j G l s t.=3D u r 8 *.z=
z z z w *.V . ",
-" . [.u.( G v.w._.x.$ H ; / 9.=3D.a C q.r *.x &.: J ...=
.o...J F y.z.A.. ",
-" B.+.g.p C.D.E.F.> ) ) G.$ l =3D h *.8.: o.3.i.P f.d=
d d f.o H.% % X . ",
-" { I.b...J.K.a.L.X M.G.}.N.h.v y U 7 L d #.R S T :.:=
.T T 3 O.M.P.O . ",
-" ' Q.m a.s.K.3.i.q R.0 i - *.&...L d ..( S. at .t c.a.r=
.a.a.T.c.:.3 #.U. ",
-" . [.a.J.8.V.Q.W.s Z =3D.w I 7 P X.O @. [.r v=
.Y.C.C.v.~.r.T.e %. ",
-" 0.=3D.Z.`. +[.# .+/ I 3.d 3 o ++ . @+u d=
#+#+w.$+J.C.v.r.~ ",
-" %+P.z R y ; &+- 7 d 3 p.~ . F u : *=
+*+*+K.D.w.s.C.. ",
-" =3D+I Y.d 8 e.) o.f.3 p.u . %.=3D =3D=
7 -+-+;+>+,+q.'+)+. ",
-" z.$ o 0 G.h J i.R p.r.^ !+n . .:.~=
+~+{+]+F.. ",
-" &+7.=3D.A v &.3.Q :.a.1.O.. . 6.).n 6 k ^=
+^+/+/+s.. ",
-" n.3.k h.z J P 3 c.~.J.h X '.(+E ).9 5 Y._+_=
+_+^+9.. ",
-" Z.7 4.r 8.3.Q :.a.C.w.K.; ( ^.[ > # 1._+_+_=
+_+_+_+:+. ",
-" ~ j 8 : L *.c.~.J.D.,+-+o.G.; o._+_+_+_+_=
+_+_+_+_+d.. ",
-" `.<+%.[+H.3 1.$+K.;+]+/+^+_+_+_+_+_+_+_=
+_+_+_+_+.+ ",
-" ++}+&+% t.Y.#+*+-+{+/+^+_+_+_+_+_+_+_=
+_+_+_+l . ",
-" . |+b.'+O.y J.D.,+]+~+^+_+_+_+_+_+_+.+.=
+_+_+3.1+ ",
-" . '+s E m ~.s.2+>+]+/+^+_+_+_+_+3.3+. .=
3+l 1+ ",
-" . g.; p.~.s.2+>+m i.:._+_+_+_+[ =
. ",
-" . -.p.~.s.2+% B [.^._+_+_+_+[ =
",
-" . <.X.J.# . 6.f O._+_+_+_+[ =
",
-" W.u.1+ . 4+5+^+_+$+6 3+ =
",
-" 6.6+3+. . =
",
-" =
",
-" =
",
-" =
",
-" =
",
-" =
"};
+static char * makefile[] =3D {
+"33 33 7 1",
+"X=09c Gray75 s backgroundToolBarColor",
+"u=09c #000000000000 s foregroundToolBarColor",
+"o=09c black",
+"O=09c white",
+"+=09c Gray40",
+"@=09c Gray90",
+"#=09c white",
+"XXXXXXXXXXoooXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXoooOoooXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXo++o++oXXXXXXXXXXXXXXXXXX",
+"XXXXXXXoo+ooo+ooXXXXXXXXXXXXXXXXX",
+"XXXXXXXo++o++++oXXXXXXXXXXXXXXXXX",
+"XXXXXXXoo++o++ooXXXXXXXXXXXXXXXXX",
+"XXXXXXXXo+++++ooooXXXXXXXXXXXXXXX",
+"XXXXXXXXooo+oooo at oXXoXXXXXXXXXXXX",
+"XXXXXXXXXXooo at o@@@oo at oXXXXXXXXXXX",
+"XXXXXXXXXXo@@@@@@@@@@ooXXXXXXXXXX",
+"XXXXXXXXXXXo@@o at o#o@@oXXXXXXXXXXX",
+"XXXXXXXXXoo@@o at o###o@@ooXXXXXXXXX",
+"XXXXXXXXXo@@@oo####o@@@oXXXXXXXXX",
+"XXXXXXXXXooo at o@o###o at oooXXXXXXXXX",
+"XXXXXXXXXXXo@@o at o#o@@oXXXXXXXXXXX",
+"XXXXXXXXXXo@@@@@@@@@@@oXXXXXXXXXX",
+"XXXXXXXXXXoo at oo@@oooooXXXXXXXXXXX",
+"XXXXXXXXoooXooo@@oXXoXXXXXXXXXXXX",
+"XXXXXXXXo++o++ooooXXXXXXXXXXXXXXX",
+"XXXXXXXoo+ooo+ooXXXXXXXXXXXXXXXXX",
+"XXXXXXXo++o++++oXXXXXXXXXXXXXXXXX",
+"XXXXXXXoo++o++ooXXXXXXXXXXXXXXXXX",
+"XXXXXXXXo+++++oXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXooo+oooXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXXXoooXXXXXXXXXXXuXuXXXXXX",
+"XXXuuuXXXXXXXXXXXXXXXXXXXXuXXXXXX",
+"XXuXXXuXXuuXXuuuuXXuuuXXuXuXXuXXX",
+"XXuXXXXXuXXuXuXuXuXuXXuXuXuXuXuXX",
+"XXuXXXXXuXXuXuXuXuXuXXuXuXuXuuuXX",
+"XXuXXXuXuXXuXuXuXuXuXXuXuXuXuXXXX",
+"XXXuuuXXXuuXXuXuXuXuuuXXuXuXXuuXX",
+"XXXXXXXXXXXXXXXXXXXuXXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"};
1.2.40.2 +40 -143 XEmacs/xemacs/etc/toolbar/copy-cap-up.xpm
Index: copy-cap-up.xpm
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/toolbar/copy-cap-up.xpm,v
retrieving revision 1.2.40.1
retrieving revision 1.2.40.2
diff -u -p -r1.2.40.1 -r1.2.40.2
--- copy-cap-up.xpm=092005/02/25 16:29:47=091.2.40.1
+++ copy-cap-up.xpm=092007/09/30 18:31:28=091.2.40.2
@@ -1,144 +1,41 @@
/* XPM */
-static char * copy_xpm[] =3D {
-"48 48 93 2",
-" =09c None",
-". =09c #000000",
-"+ =09c #393939",
-"@ =09c #E6E6E6",
-"# =09c #E7E7E7",
-"$ =09c #E8E8E8",
-"% =09c #E9E9E9",
-"& =09c #EAEAEA",
-"* =09c #EBEBEB",
-"=3D =09c #ECECEC",
-"- =09c #EDEDED",
-"; =09c #EEEEEE",
-"> =09c #EFEFEF",
-", =09c #F0F0F0",
-"' =09c #F1F1F1",
-") =09c #F2F2F2",
-"! =09c #F3F3F3",
-"~ =09c #3A3A3A",
-"{ =09c #F4F4F4",
-"] =09c #F5F5F5",
-"^ =09c #DCDCDC",
-"/ =09c #D7D7D7",
-"( =09c #D8D8D8",
-"_ =09c #D9D9D9",
-": =09c #DADADA",
-"< =09c #E0E0E0",
-"[ =09c #DDDDDD",
-"} =09c #E3E3E3",
-"| =09c #F6F6F6",
-"1 =09c #CDCDCD",
-"2 =09c #C3C3C3",
-"3 =09c #C4C4C4",
-"4 =09c #C5C5C5",
-"5 =09c #C6C6C6",
-"6 =09c #C7C7C7",
-"7 =09c #F7F7F7",
-"8 =09c #3B3B3B",
-"9 =09c #F8F8F8",
-"0 =09c #F9F9F9",
-"a =09c #DFDFDF",
-"b =09c #DBDBDB",
-"c =09c #DEDEDE",
-"d =09c #FAFAFA",
-"e =09c #D0D0D0",
-"f =09c #4E4E4E",
-"g =09c #3D3D3D",
-"h =09c #2C2C2C",
-"i =09c #262626",
-"j =09c #3E3E3E",
-"k =09c #3C3C3C",
-"l =09c #D2D2D2",
-"m =09c #C8C8C8",
-"n =09c #E1E1E1",
-"o =09c #D4D4D4",
-"p =09c #C9C9C9",
-"q =09c #CACACA",
-"r =09c #FBFBFB",
-"s =09c #FCFCFC",
-"t =09c #E2E2E2",
-"u =09c #E4E4E4",
-"v =09c #CBCBCB",
-"w =09c #CCCCCC",
-"x =09c #FDFDFD",
-"y =09c #FEFEFE",
-"z =09c #FFFFFF",
-"A =09c #3F3F3F",
-"B =09c #E5E5E5",
-"C =09c #A5A5A5",
-"D =09c #BEBEBE",
-"E =09c #A9A9A9",
-"F =09c #949494",
-"G =09c #CECECE",
-"H =09c #BABABA",
-"I =09c #AFAFAF",
-"J =09c #A4A4A4",
-"K =09c #4D4D4D",
-"L =09c #C2C2C2",
-"M =09c #B1B1B1",
-"N =09c #A7A7A7",
-"O =09c #8A8A8A",
-"P =09c #0A0A0A",
-"Q =09c #D3D3D3",
-"R =09c #B5B5B5",
-"S =09c #AEAEAE",
-"T =09c #A6A6A6",
-"U =09c #1C1C1C",
-"V =09c #ADADAD",
-"W =09c #A8A8A8",
-"X =09c #A2A2A2",
-"Y =09c #6B6B6B",
-"Z =09c #D5D5D5",
-"` =09c #A1A1A1",
-" .=09c #626262",
-" =
",
-" =
",
-" =
",
-" =
",
-" . . . . . . . . . . . . . . . . . . . . . . . . . . . . =
",
-" + @ @ # # $ $ % & & * * =3D =3D - - ; ; > > , , ' ' ) ) ! .=
",
-" + # # $ $ % & & * * =3D =3D - - ; ; > > , , ' ' ) ) ! ! ! .=
",
-" ~ $ % % & & * * =3D =3D - - ; ; > > , , ' ' ) ) ! ! { { { .=
",
-" ~ % & & * * =3D =3D - - ; ; > > , , ' ' ) ) ! ! { { { ] ] .=
",
-" ~ & * * ^ / ( ( ( _ _ : : < ' ' ) - ^ ^ [ [ [ } ] | | . =
",
-" ~ * =3D =3D 1 2 2 3 3 3 3 4 4 4 ) ) ! [ 5 5 6 6 6 6 | 7 7 .=
",
-" 8 =3D - - ; ; > > , , ' ' ) ) ! ! { { { ] ] | | 7 7 9 9 . =
",
-" 8 - ; ; > > , , ' ' ) ) ! ! { { { ] ] | | 7 7 9 9 9 0 . =
",
-" 8 ; > > a : b b b ^ # ! { % c c c c a a < < < # 0 0 d . =
",
-" 8 > , , e 4 4 5 5 5 f g g h i i i i i i i i i i j j j . . .=
. . . . . . . . ",
-" k , ' ' ) ) ! ! { { + @ @ # # $ $ % & & * * =3D =3D - - ; ;=
> > , , ' ' ) ) ! . ",
-" k ' ) ) ! ! { { ] ] + # # $ $ % & & * * =3D =3D - - ; ; > >=
, , ' ' ) ) ! ! ! . ",
-" k ) ! ! } [ c c c & ~ $ % % & & * * =3D =3D - - ; ; > > , ,=
' ' ) ) ! ! { { { . ",
-" k ! { { l 6 6 6 m a ~ % & & * * =3D =3D - - ; ; > > , , ' '=
) ) ! ! { { { ] ] . ",
-" g { ] ] | | | 7 7 9 ~ & * * ^ / ( ( ( _ _ : : < ' ' ) - ^ ^=
[ [ [ } ] | | . ",
-" g ] | | | 7 7 9 9 0 ~ * =3D =3D 1 2 2 3 3 3 3 4 4 4 ) ) ! [=
5 5 6 6 6 6 | 7 7 . ",
-" g | | 7 @ < < n n n 8 =3D - - ; ; > > , , ' ' ) ) ! ! { { {=
] ] | | 7 7 9 9 . ",
-" g 7 7 9 o p p p q q 8 - ; ; > > , , ' ' ) ) ! ! { { { ] ] |=
| 7 7 9 9 9 0 . ",
-" j 9 9 0 0 d d r r r 8 ; > > a : b b b ^ # ! { % c c c c a a=
< < < # 0 0 d . ",
-" j 0 0 d d r r r s s 8 > , , e 4 4 5 5 5 / { ] l 6 6 m m m m=
p p p p d d r . ",
-" j d d r t } } } u u k , ' ' ) ) ! ! { { ] ] ] | | 7 7 9 9 0=
0 0 d d r r s . ",
-" j r r r q v v v v w k ' ) ) ! ! { { ] ] ] | | 7 7 9 9 0 0 0=
d d r r s s x . ",
-" j r s s x x y y z z k ) ! ! } [ c c c & | ' < < < n # d $ t=
t } } % x x y . ",
-" A s x x y y z z z z k ! { { l 6 6 6 m a 7 @ p p p p p d e q=
q v v v y y y . ",
-" A x y y z z z z z z g { ] ] | | | 7 7 9 9 0 0 d d d r r s s=
x x y y y z z . ",
-" A y z z z z z z z z g ] | | | 7 7 9 9 0 0 d d d r r s s x x=
y y y z z z z . ",
-" A z z z z z z z z z g | | 7 @ < < n n n t t ] r } } u u u B=
B B B B 9 z z . ",
-" A z z z z z z z z z g 7 7 9 o p p p q q q q } s v v v w w w=
w w w w * z z . ",
-" . . . . . . . . . . j 9 9 0 0 d d r r r s s x x y y z z z z=
z z z z z z z . ",
-" j 0 0 d d r r r s s x x y y z z z z z z=
z z z z z z z . ",
-" j d d r t } } } u u u B B B B B B B * z=
z z z z z z =3D . ",
-" j r r r q v v v v w w w w w w w w w w z=
z z z z z a C . ",
-" j r s s x x y y z z z z z z z z z z z z=
z { ; a D E F . ",
-" A s x x y y z z z z z z z z z z z z z z=
s G 3 H I J K . ",
-" A x y y z z z z z z z z z z z z z z z z=
- L H M N O P ",
-" A y z z z z z z z z z z z z z z z z z z=
Q R S T F U ",
-" A z z z z z z z z z z z z z z z z z z <=
V W X Y P ",
-" A z z z z z z z z z z z z z z z z 9 Z `=
F .i . ",
-" . . . . . . . . . . . . . . . . . . . .=
. . ",
-" =
",
-" =
",
-" =
",
-" =
"};
+static char * copy[] =3D {
+"33 33 5 1",
+"X=09c Gray75 s backgroundToolBarColor",
+"u=09c #000000000000 s foregroundToolBarColor",
+"o=09c black",
+"O=09c white",
+"+=09c Gray60",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXoooooooooXXXXXXXXXXXXXXXX",
+"XXXXXXXXoOOOOOOOooXXXXXXXXXXXXXXX",
+"XXXXXXXXoOOOOOOOo+oXXXXXXXXXXXXXX",
+"XXXXXXXXoOoooooOooooXXXXXXXXXXXXX",
+"XXXXXXXXoOOOOOOOOOOoXXXXXXXXXXXXX",
+"XXXXXXXXoOooooOOOOOoXXXXXXXXXXXXX",
+"XXXXXXXXoOOOOOOOOOOoXXXXXXXXXXXXX",
+"XXXXXXXXoOOOOOoooooooooXXXXXXXXXX",
+"XXXXXXXXoOooOOoOOOOOOOooXXXXXXXXX",
+"XXXXXXXXoOOOOOoOOOOOOOo+oXXXXXXXX",
+"XXXXXXXXoOOOOOoOoooooOooooXXXXXXX",
+"XXXXXXXXoOOOOOoOOOOOOOOOOoXXXXXXX",
+"XXXXXXXXoOOOOOoOooooOOOOOoXXXXXXX",
+"XXXXXXXXoooooooOOOOOOOOOOoXXXXXXX",
+"XXXXXXXXXXXXXXoOOOOOOOOOOoXXXXXXX",
+"XXXXXXXXXXXXXXoOoooooooOOoXXXXXXX",
+"XXXXXXXXXXXXXXoOOOOOOOOOOoXXXXXXX",
+"XXXXXXXXXXXXXXoOOOOOOOOOOoXXXXXXX",
+"XXXXXXXXXXXXXXoOOOOOOOOOOoXXXXXXX",
+"XXXXXXXXXXXXXXoOOOOOOOOOOoXXXXXXX",
+"XXXXXXXXXXXXXXooooooooooooXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXuuuXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXuXXXuXXuuXXuuuXXuXXuXXXXXX",
+"XXXXXXXuXXXXXuXXuXuXXuXuXXuXXXXXX",
+"XXXXXXXuXXXXXuXXuXuXXuXuXXuXXXXXX",
+"XXXXXXXuXXXuXuXXuXuXXuXXuuXXXXXXX",
+"XXXXXXXXuuuXXXuuXXuuuXXXuXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXuXXXXuXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"};
1.2.40.2 +39 -366 XEmacs/xemacs/etc/toolbar/cut-cap-up.xpm
Index: cut-cap-up.xpm
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/toolbar/cut-cap-up.xpm,v
retrieving revision 1.2.40.1
retrieving revision 1.2.40.2
diff -u -p -r1.2.40.1 -r1.2.40.2
--- cut-cap-up.xpm=092005/02/25 16:29:47=091.2.40.1
+++ cut-cap-up.xpm=092007/09/30 18:31:28=091.2.40.2
@@ -1,367 +1,40 @@
/* XPM */
-static char * cut_xpm[] =3D {
-"48 48 316 2",
-" =09c None",
-". =09c #000000",
-"+ =09c #5F5F5F",
-"@ =09c #FEFEFE",
-"# =09c #BABABA",
-"$ =09c #686868",
-"% =09c #101010",
-"& =09c #1F1F1F",
-"* =09c #FFFFFF",
-"=3D =09c #FBFBFB",
-"- =09c #F1F1F1",
-"; =09c #CACACA",
-"> =09c #292929",
-", =09c #CFCFCF",
-"' =09c #FDFDFD",
-") =09c #F4F4F4",
-"! =09c #E9E9E9",
-"~ =09c #D1D1D1",
-"{ =09c #282828",
-"] =09c #393939",
-"^ =09c #E6E6E6",
-"/ =09c #E7E7E7",
-"( =09c #E8E8E8",
-"_ =09c #EAEAEA",
-": =09c #EBEBEB",
-"< =09c #ECECEC",
-"[ =09c #EDEDED",
-"} =09c #EEEEEE",
-"| =09c #EFEFEF",
-"1 =09c #F0F0F0",
-"2 =09c #878787",
-"3 =09c #7F7F7F",
-"4 =09c #F7F7F7",
-"5 =09c #E2E2E2",
-"6 =09c #0E0E0E",
-"7 =09c #D4D4D4",
-"8 =09c #2F2F2F",
-"9 =09c #FAFAFA",
-"0 =09c #E5E5E5",
-"a =09c #DADADA",
-"b =09c #838383",
-"c =09c #3A3A3A",
-"d =09c #F2F2F2",
-"e =09c #F3F3F3",
-"f =09c #2D2D2D",
-"g =09c #DFDFDF",
-"h =09c #FCFCFC",
-"i =09c #DDDDDD",
-"j =09c #D2D2D2",
-"k =09c #191919",
-"l =09c #7A7A7A",
-"m =09c #9F9F9F",
-"n =09c #F6F6F6",
-"o =09c #E0E0E0",
-"p =09c #D6D6D6",
-"q =09c #808080",
-"r =09c #B3B3B3",
-"s =09c #AEAEAE",
-"t =09c #E1E1E1",
-"u =09c #AFAFAF",
-"v =09c #F5F5F5",
-"w =09c #C7C7C7",
-"x =09c #4F4F4F",
-"y =09c #F9F9F9",
-"z =09c #E3E3E3",
-"A =09c #D9D9D9",
-"B =09c #C1C1C1",
-"C =09c #3B3B3B",
-"D =09c #1E1E1E",
-"E =09c #DCDCDC",
-"F =09c #3F3F3F",
-"G =09c #F8F8F8",
-"H =09c #5D5D5D",
-"I =09c #DBDBDB",
-"J =09c #DEDEDE",
-"K =09c #7C7C7C",
-"L =09c #D7D7D7",
-"M =09c #C0C0C0",
-"N =09c #C5C5C5",
-"O =09c #9E9E9E",
-"P =09c #6B6B6B",
-"Q =09c #D3D3D3",
-"R =09c #D8D8D8",
-"S =09c #C8C8C8",
-"T =09c #C9C9C9",
-"U =09c #7D7D7D",
-"V =09c #0F0F0F",
-"W =09c #D0D0D0",
-"X =09c #323232",
-"Y =09c #3C3C3C",
-"Z =09c #B6B6B6",
-"` =09c #6F6F6F",
-" .=09c #4C4C4C",
-"..=09c #999999",
-"+.=09c #656565",
-"@.=09c #6E6E6E",
-"#.=09c #4D4D4D",
-"$.=09c #8B8B8B",
-"%.=09c #7E7E7E",
-"&.=09c #B5B5B5",
-"*.=09c #B0B0B0",
-"=3D.=09c #2C2C2C",
-"-.=09c #2E2E2E",
-";.=09c #B7B7B7",
-">.=09c #E4E4E4",
-",.=09c #CECECE",
-"'.=09c #5C5C5C",
-").=09c #CBCBCB",
-"!.=09c #2A2A2A",
-"~.=09c #8E8E8E",
-"{.=09c #280D00",
-"].=09c #340E00",
-"^.=09c #330900",
-"/.=09c #3D3D3D",
-"(.=09c #797979",
-"_.=09c #272727",
-":.=09c #8F8F8F",
-"<.=09c #D5D5D5",
-"[.=09c #333333",
-"}.=09c #623100",
-"|.=09c #C35C00",
-"1.=09c #DC5E00",
-"2.=09c #D74D00",
-"3.=09c #D13600",
-"4.=09c #CB1B00",
-"5.=09c #6F0300",
-"6.=09c #0E0000",
-"7.=09c #6D6D6D",
-"8.=09c #727272",
-"9.=09c #3E3E3E",
-"0.=09c #896034",
-"a.=09c #381B00",
-"b.=09c #8F5200",
-"c.=09c #E78A00",
-"d.=09c #E78B00",
-"e.=09c #E47F00",
-"f.=09c #DE6900",
-"g.=09c #D74E00",
-"h.=09c #D03000",
-"i.=09c #C81000",
-"j.=09c #9F0000",
-"k.=09c #B1B1B1",
-"l.=09c #4B4B4B",
-"m.=09c #CDCDCD",
-"n.=09c #E58500",
-"o.=09c #E27900",
-"p.=09c #D16400",
-"q.=09c #713B00",
-"r.=09c #EA9900",
-"s.=09c #EFAD00",
-"t.=09c #F0AE00",
-"u.=09c #835500",
-"v.=09c #381E00",
-"w.=09c #5F2700",
-"x.=09c #B93500",
-"y.=09c #CB1C00",
-"z.=09c #C40200",
-"A.=09c #6E0000",
-"B.=09c #C6C6C6",
-"C.=09c #DCD8CD",
-"D.=09c #EA9700",
-"E.=09c #E68900",
-"F.=09c #E27800",
-"G.=09c #E58400",
-"H.=09c #F7CB00",
-"I.=09c #3E3300",
-"J.=09c #0E0300",
-"K.=09c #B21D00",
-"L.=09c #C50400",
-"M.=09c #B70000",
-"N.=09c #BEBEBE",
-"O.=09c #795C20",
-"P.=09c #DB8C00",
-"Q.=09c #E58300",
-"R.=09c #F0AD00",
-"S.=09c #AA8B00",
-"T.=09c #580B00",
-"U.=09c #C50500",
-"V.=09c #C40100",
-"W.=09c #310000",
-"X.=09c #CCCCCC",
-"Y.=09c #8C8C8C",
-"Z.=09c #C4C4C4",
-"`.=09c #2B1C00",
-" +=09c #D88100",
-".+=09c #EB9B00",
-"++=09c #775600",
-"@+=09c #320400",
-"#+=09c #1D1D1D",
-"$+=09c #666666",
-"%+=09c #ABABAB",
-"&+=09c #5B5B5B",
-"*+=09c #392100",
-"=3D+=09c #DF6B00",
-"-+=09c #E48000",
-";+=09c #BC7200",
-">+=09c #6F0500",
-",+=09c #240000",
-"'+=09c #515151",
-")+=09c #151515",
-"!+=09c #363636",
-"~+=09c #343434",
-"{+=09c #B78933",
-"]+=09c #E5B132",
-"^+=09c #F7D04F",
-"/+=09c #6E6B5F",
-"(+=09c #A44300",
-"_+=09c #DC6000",
-":+=09c #DF6A00",
-"<+=09c #6E3300",
-"[+=09c #AB0000",
-"}+=09c #B2B2B2",
-"|+=09c #A3A3A3",
-"1+=09c #262626",
-"2+=09c #A06400",
-"3+=09c #ECA000",
-"4+=09c #F0B000",
-"5+=09c #795C00",
-"6+=09c #1A0700",
-"7+=09c #C73B00",
-"8+=09c #D64700",
-"9+=09c #AB3100",
-"0+=09c #671400",
-"a+=09c #8B1100",
-"b+=09c #C50800",
-"c+=09c #490000",
-"d+=09c #C3C3C3",
-"e+=09c #AAAAAA",
-"f+=09c #563300",
-"g+=09c #E99200",
-"h+=09c #EC9F00",
-"i+=09c #EEA700",
-"j+=09c #593D00",
-"k+=09c #4D0E00",
-"l+=09c #C02200",
-"m+=09c #CD2300",
-"n+=09c #CB1D00",
-"o+=09c #C81100",
-"p+=09c #969696",
-"q+=09c #1C1C1C",
-"r+=09c #0E0700",
-"s+=09c #D57500",
-"t+=09c #E17500",
-"u+=09c #DF6E00",
-"v+=09c #DD6500",
-"w+=09c #862E00",
-"x+=09c #1A0800",
-"y+=09c #180100",
-"z+=09c #7B0400",
-"A+=09c #B80200",
-"B+=09c #860000",
-"C+=09c #A7A7A7",
-"D+=09c #959595",
-"E+=09c #713C00",
-"F+=09c #E17400",
-"G+=09c #DF6D00",
-"H+=09c #DB5C00",
-"I+=09c #D54600",
-"J+=09c #CF2B00",
-"K+=09c #BB0E00",
-"L+=09c #4E4E4E",
-"M+=09c #0A0A0A",
-"N+=09c #814C00",
-"O+=09c #E99300",
-"P+=09c #E78D00",
-"Q+=09c #DB5D00",
-"R+=09c #D33E00",
-"S+=09c #CB1E00",
-"T+=09c #C40300",
-"U+=09c #1C1100",
-"V+=09c #F1B200",
-"W+=09c #E4AE00",
-"X+=09c #0E0600",
-"Y+=09c #6B2300",
-"Z+=09c #CE2A00",
-"`+=09c #C60900",
-" @=09c #0D0000",
-".@=09c #824E00",
-"+@=09c #EEA600",
-"@@=09c #F6C800",
-"#@=09c #4E4300",
-"$@=09c #671300",
-"%@=09c #C70C00",
-"&@=09c #AC6300",
-"*@=09c #EDA100",
-"=3D@=09c #E5B300",
-"-@=09c #0C0200",
-";@=09c #C60B00",
-">@=09c #620000",
-",@=09c #A95700",
-"'@=09c #CF8C00",
-")@=09c #C50600",
-"!@=09c #7C3600",
-"~@=09c #E07200",
-"{@=09c #E48100",
-"]@=09c #391F00",
-"^@=09c #570500",
-"/@=09c #550000",
-"(@=09c #351300",
-"_@=09c #D95300",
-":@=09c #CE5B00",
-"<@=09c #361400",
-"[@=09c #3E0600",
-"}@=09c #B90500",
-"|@=09c #1A0000",
-"1@=09c #832200",
-"2@=09c #D33B00",
-"3@=09c #D23900",
-"4@=09c #B52600",
-"5@=09c #BE1800",
-"6@=09c #C50700",
-"7@=09c #7F1200",
-"8@=09c #CA1A00",
-"9@=09c #C91600",
-"0@=09c #930000",
-"a@=09c #180000",
-" =
",
-" =
",
-" =
",
-" =
",
-" =
",
-" =
",
-" . . . . =
",
-" + @ # $ % =
",
-" & * =3D - ; > =
",
-" . . . . . . . . . . . . . . . . . . . . . , ' ) ! ~ { =
",
-" ] ^ / / ( ( ! ! _ : : < < [ [ } | | 1 1 2 3 @ 4 < 5 ; 6 =
",
-" ] / ( ( ! ! _ : : < < [ [ } | | 1 1 - - 7 8 * 9 | 0 a b . =
",
-" c ( ! ! _ : : < < [ [ } | | 1 1 - - d e e f g h e ( i j k =
",
-" c _ _ : : < < [ } } | | 1 1 - - d e e ) ) l m @ n : o p q . =
",
-" c : : < r s s s s s s s - d t u u u u u v w x * y } z A B . =
",
-" C < < [ } } | | 1 1 - d d e e ) ) v v n n 4 D | h - ^ E ~ F =
",
-" C [ } } | | 1 1 - d d e e ) ) v v n n 4 4 G H u ' ) _ g 7 3 . =
",
-" C } | | g a I I E [ e ( i J J J g g g o G y K + @ 4 [ 5 L M . =
",
-" C | 1 - N N O 8 P Q ) R w w w S S S S T y 9 U V * 9 1 0 a W X =
",
-" Y - - d d e Z & ` & .../ 4 4 G G y y 9 9 =3D U . , ' e ( J Q +. =
",
-" Y d d e e ) p F * * , @.& #.$.a y 9 9 =3D =3D h %.. ` @ n : t p ...=
",
-" Y e e ) &.*.*.k * * * @ 9 w 2 =3D.-. at .O ;.h ' %. & * y } >.A ,.. =
",
-" Y ) ) v v n n '.u * * * h 4 d [ ).q !.8 ~.J 3 . g h d / E j . =
. {.].^.. . ",
-" /.v v n n 4 4 # 8 * * * @ y ) | : ^ t B (._.V . . :.@ v _ g <.[. =
. }.|.1.2.3.4.5.6. ",
-" /.n n 4 4 G G y 7.+ * * @ h 4 d [ ( z J a <.Z 8.9.8 @ G [ 5 R 0.a..=
. b.c.d.e.f.g.h.i.j.6. ",
-" /.4 4 G ;.k.k.k.k.l.+ * * ' y ) | _ 0 t E L j m.S ;.=3D =3D 1 ^ I n=
.o.p.q.r.s.t.u.v.w.x.y.z.A.. ",
-" 9.G G y y 9 9 =3D =3D h @.F , @ =3D n - [ ( z J A 7 , ; B.( ' e ! C=
.D.E.F.G.s.H.I.. J.K.L.M.. ",
-" 9.y y 9 9 =3D =3D h h ' ' N.8 + N.y ) | _ 0 o I L j m.S p @ 4 < B O=
.P.Q.d.R.S.. T.U.V.W. ",
-" 9.9 9 v ; ; ; ).).).).X.X.Y.8 & P Z.< / z J A 7 , ; N * 9 o { . `. =
+e..+++. @+z.V.W. ",
-" 9.=3D =3D h z >.>.0 0 0 0 0 0 0 0 I m x #+$+%+o I p ~ X.S < h &+ =
*+=3D+-+;+. . >+V.V.,+ ",
-" F h h ' ' @ @ * * * * * * * * * * * | m '+)+> !+~+{+]+^+/+. .=
(+_+:+<+. . . @+L.V.[+. ",
-" F ' ' @ @ * * * * * * * * * * * * | A w }+|+1+ . 2+3+4+5+. =
6+7+8+8+9+0+a+b+V.V.c+ ",
-" F @ @ * * * * * * * * * * * * * * t d+;.e+q . f+g+h+i+j+. =
. k+l+m+n+o+L.V.V.A.. ",
-" F * * * * * * * * * * * * * * * * N Z %+p+q+ r+s+t+u+v+w+x+. =
. y+z+A+V.V.B+W.. ",
-" F * * * * * * * * * * * * * * * t s C+D+#+ . E+F+G+H+I+J+K+c+.=
. . . . . ",
-" F * * * * * * * * * * * * * * I C+$.L+M+ . N+O+D.P+F.Q+R+S+T+c=
+ ",
-" . . . . . . . . . . . . . . . . . . U+r.V+W+j+. X+Y+Z+`+M=
. @ ",
-" . at +@@@#@ . $@%@V=
.c+ ",
-" . &@*@=3D at . -@;=
@V.>@. ",
-" . , at P+'@. . )@V=
.>@. ",
-" . !@~@{@]@ . ^@V.V=
./@ ",
-" (@_ at 1.:@<@. . [@}@V.V=
.|@ ",
-" . 1 at 2@R+3 at 4@5 at 6@V.V.>=
@. ",
-" . 7 at 8@9@%@T+V.V.>@.=
",
-" . ,+A.0 at 0@>@a at . =
",
-" . . =
",
-" =
",
-" =
"};
+static char * cut[] =3D {
+"33 33 4 1",
+"X=09c Gray75 s backgroundToolBarColor",
+"o=09c black s foregroundToolBarColor",
+"O=09c Gray90",
+"+=09c white",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXoooooXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXooXXXooXXXXXXXXXXXXXXXXXXXX",
+"XXXXXooXXXXXooXXXXXXXXXXoooXXXXXX",
+"XXXXXoXXXXXXXoXXXXXXXXooOOooXXXXX",
+"XXXXXooXXXXXoooXXXXXooOOooXXXXXXX",
+"XXXXXXooXXXoooooXXXoooooXXXXXXXXX",
+"XXXXXXXoooooXXXooooooXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXo+oXXXXXXXXXXXXXX",
+"XXXXXXXoooooXXXooooooXXXXXXXXXXXX",
+"XXXXXXooXXXoooooXXXoooooXXXXXXXXX",
+"XXXXXooXXXXXoooXXXXXooOOooXXXXXXX",
+"XXXXXoXXXXXXXoXXXXXXXXooOOooXXXXX",
+"XXXXXooXXXXXooXXXXXXXXXXoooXXXXXX",
+"XXXXXXooXXXooXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXoooooXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXoXXXXXXXXXXX",
+"XXXXXXXXXXXoooXXXXXXXoXXXXXXXXXXX",
+"XXXXXXXXXXoXXXoXoXoXoooXXXXXXXXXX",
+"XXXXXXXXXXoXXXXXoXoXXoXXXXXXXXXXX",
+"XXXXXXXXXXoXXXXXoXoXXoXXXXXXXXXXX",
+"XXXXXXXXXXoXXXoXoXoXXoXXXXXXXXXXX",
+"XXXXXXXXXXXoooXXXooXXoXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"};
1.2.40.2 +42 -476 XEmacs/xemacs/etc/toolbar/debug-cap-up.xpm
Index: debug-cap-up.xpm
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/toolbar/debug-cap-up.xpm,v
retrieving revision 1.2.40.1
retrieving revision 1.2.40.2
diff -u -p -r1.2.40.1 -r1.2.40.2
--- debug-cap-up.xpm=092005/02/25 16:29:47=091.2.40.1
+++ debug-cap-up.xpm=092007/09/30 18:31:28=091.2.40.2
@@ -1,477 +1,43 @@
/* XPM */
-static char * debug_xpm[] =3D {
-"48 48 426 2",
-" =09c None",
-". =09c #000000",
-"+ =09c #180000",
-"@ =09c #490000",
-"# =09c #7A0000",
-"$ =09c #888888",
-"% =09c #4A4A4A",
-"& =09c #0C0000",
-"* =09c #3D0000",
-"=3D =09c #AB0000",
-"- =09c #C40000",
-"; =09c #696969",
-"> =09c #EFEFEF",
-", =09c #E8E8E8",
-"' =09c #707070",
-") =09c #0D0000",
-"! =09c #6E0000",
-"~ =09c #9F0000",
-"{ =09c #B50000",
-"] =09c #A10000",
-"^ =09c #8D0000",
-"/ =09c #5C0000",
-"( =09c #111111",
-"_ =09c #CCCCCC",
-": =09c #E3E3E3",
-"< =09c #DCDCDC",
-"[ =09c #929292",
-"} =09c #AC0000",
-"| =09c #8C0000",
-"1 =09c #6C0000",
-"2 =09c #4C0000",
-"3 =09c #680000",
-"4 =09c #740000",
-"5 =09c #480000",
-"6 =09c #1D0000",
-"7 =09c #555555",
-"8 =09c #DDDDDD",
-"9 =09c #D7D7D7",
-"0 =09c #C4C4C4",
-"a =09c #353535",
-"b =09c #550000",
-"c =09c #C93636",
-"d =09c #D18787",
-"e =09c #D6BDBD",
-"f =09c #D5B0B0",
-"g =09c #C50D0D",
-"h =09c #450000",
-"i =09c #240000",
-"j =09c #3A3A3A",
-"k =09c #9E9E9E",
-"l =09c #C8C8C8",
-"m =09c #6E6E6E",
-"n =09c #BCBCBC",
-"o =09c #CACACA",
-"p =09c #B5B5B5",
-"q =09c #6C6C6C",
-"r =09c #CDB0B0",
-"s =09c #BDB0B0",
-"t =09c #987A7A",
-"u =09c #602828",
-"v =09c #270000",
-"w =09c #5B5B5B",
-"x =09c #B8B8B8",
-"y =09c #B0B0B0",
-"z =09c #310000",
-"A =09c #620000",
-"B =09c #930000",
-"C =09c #190C0C",
-"D =09c #6D6D6D",
-"E =09c #C1C1C1",
-"F =09c #ECECEC",
-"G =09c #5E5E5E",
-"H =09c #3A0000",
-"I =09c #3C0000",
-"J =09c #171717",
-"K =09c #BBBBBB",
-"L =09c #7B7B7B",
-"M =09c #C70000",
-"N =09c #800000",
-"O =09c #260000",
-"P =09c #F3F3F3",
-"Q =09c #F9F9F9",
-"R =09c #2D2D2D",
-"S =09c #2B0000",
-"T =09c #580000",
-"U =09c #730000",
-"V =09c #540000",
-"W =09c #656565",
-"X =09c #B4B4B4",
-"Y =09c #8B8B8B",
-"Z =09c #565656",
-"` =09c #1C1C1C",
-" .=09c #1F0000",
-"..=09c #EF0000",
-"+.=09c #F30000",
-"@.=09c #BB0000",
-"#.=09c #190000",
-"$.=09c #7D7D7D",
-"%.=09c #F5F5F5",
-"&.=09c #DADADA",
-"*.=09c #1B1B1B",
-"=3D.=09c #380000",
-"-.=09c #4F0000",
-";.=09c #650000",
-">.=09c #7E0000",
-",.=09c #AA0000",
-"'.=09c #AF0000",
-").=09c #590000",
-"!.=09c #6F6F6F",
-"~.=09c #E5E5E5",
-"{.=09c #393939",
-"].=09c #120000",
-"^.=09c #CF0000",
-"/.=09c #FF0000",
-"(.=09c #A20000",
-"_.=09c #959595",
-":.=09c #E4E4E4",
-"<.=09c #AFAFAF",
-"[.=09c #110C0C",
-"}.=09c #5F0000",
-"|.=09c #890000",
-"1.=09c #970000",
-"2.=09c #9C0000",
-"3.=09c #A00000",
-"4.=09c #A50000",
-"5.=09c #A90000",
-"6.=09c #A40000",
-"7.=09c #210000",
-"8.=09c #C7C7C7",
-"9.=09c #ABABAB",
-"0.=09c #777777",
-"a.=09c #727272",
-"b.=09c #3F0000",
-"c.=09c #400000",
-"d.=09c #080000",
-"e.=09c #D2D2D2",
-"f.=09c #949494",
-"g.=09c #830000",
-"h.=09c #8F0000",
-"i.=09c #9B0000",
-"j.=09c #200000",
-"k.=09c #8F8F8F",
-"l.=09c #C0C0C0",
-"m.=09c #CECECE",
-"n.=09c #D4D4D4",
-"o.=09c #E2E2E2",
-"p.=09c #ACACAC",
-"q.=09c #4B0000",
-"r.=09c #660000",
-"s.=09c #750000",
-"t.=09c #150D0D",
-"u.=09c #B3B3B3",
-"v.=09c #BDBDBD",
-"w.=09c #2C0000",
-"x.=09c #3E0000",
-"y.=09c #8E0000",
-"z.=09c #9A0000",
-"A.=09c #AAAAAA",
-"B.=09c #C3C3C3",
-"C.=09c #D9D9D9",
-"D.=09c #E0E0E0",
-"E.=09c #4A0000",
-"F.=09c #560000",
-"G.=09c #630000",
-"H.=09c #6F0000",
-"I.=09c #770000",
-"J.=09c #780000",
-"K.=09c #7C0000",
-"L.=09c #600000",
-"M.=09c #242424",
-"N.=09c #A5A5A5",
-"O.=09c #424033",
-"P.=09c #8D7800",
-"Q.=09c #8B6E00",
-"R.=09c #2F0000",
-"S.=09c #950000",
-"T.=09c #1E0000",
-"U.=09c #B6B6B6",
-"V.=09c #D1D1D1",
-"W.=09c #A8A8A8",
-"X.=09c #737373",
-"Y.=09c #0F0F0F",
-"Z.=09c #B90000",
-"`.=09c #760000",
-" +=09c #510000",
-".+=09c #918E81",
-"++=09c #E0C213",
-"@+=09c #FAC900",
-"#+=09c #D19A00",
-"$+=09c #130000",
-"%+=09c #D6D6D6",
-"&+=09c #292929",
-"*+=09c #060000",
-"=3D+=09c #7B0000",
-"-+=09c #7D0000",
-";+=09c #2F2900",
-">+=09c #EDCA00",
-",+=09c #FCCC00",
-"'+=09c #F4B900",
-")+=09c #C68600",
-"!+=09c #936F00",
-"~+=09c #7B6100",
-"{+=09c #BF0000",
-"]+=09c #940000",
-"^+=09c #530000",
-"/+=09c #AD9600",
-"(+=09c #FAC800",
-"_+=09c #F1B300",
-":+=09c #ECAA00",
-"<+=09c #EAA700",
-"[+=09c #DEA400",
-"}+=09c #AE7000",
-"|+=09c #7F5F00",
-"1+=09c #343434",
-"2+=09c #850000",
-"3+=09c #910000",
-"4+=09c #9E0000",
-"5+=09c #A70000",
-"6+=09c #AA0401",
-"7+=09c #B81806",
-"8+=09c #C62B0B",
-"9+=09c #A0300D",
-"0+=09c #1F1B00",
-"a+=09c #3B2D00",
-"b+=09c #BF9600",
-"c+=09c #F3BA00",
-"d+=09c #BE8200",
-"e+=09c #B57900",
-"f+=09c #B37600",
-"g+=09c #B87E00",
-"h+=09c #584200",
-"i+=09c #505050",
-"j+=09c #D5D5D5",
-"k+=09c #C5C5C5",
-"l+=09c #4D0000",
-"m+=09c #DF0000",
-"n+=09c #C30000",
-"o+=09c #900000",
-"p+=09c #9D0000",
-"q+=09c #D43F11",
-"r+=09c #DF4E15",
-"s+=09c #C73F11",
-"t+=09c #A82B0B",
-"u+=09c #821305",
-"v+=09c #E4C000",
-"w+=09c #D49A00",
-"x+=09c #B57A00",
-"y+=09c #AD7100",
-"z+=09c #BE8400",
-"A+=09c #B17400",
-"B+=09c #C38C00",
-"C+=09c #3A2C00",
-"D+=09c #535353",
-"E+=09c #181818",
-"F+=09c #3B0000",
-"G+=09c #5E0000",
-"H+=09c #5D0000",
-"I+=09c #D30000",
-"J+=09c #B51305",
-"K+=09c #C3270A",
-"L+=09c #D13A0F",
-"M+=09c #891806",
-"N+=09c #690401",
-"O+=09c #610000",
-"P+=09c #A78E00",
-"Q+=09c #BA8400",
-"R+=09c #B87D00",
-"S+=09c #B57B00",
-"T+=09c #B17700",
-"U+=09c #C48D00",
-"V+=09c #B47A00",
-"W+=09c #C49100",
-"X+=09c #2C2000",
-"Y+=09c #2E0000",
-"Z+=09c #5B0000",
-"`+=09c #5A0000",
-" @=09c #050000",
-".@=09c #D92C10",
-"+@=09c #A72B0B",
-"@@=09c #881806",
-"#@=09c #680401",
-"$@=09c #939393",
-"%@=09c #A2A2A2",
-"&@=09c #1A180B",
-"*@=09c #CCAA00",
-"=3D@=09c #B98300",
-"-@=09c #C28A00",
-";@=09c #B98000",
-">@=09c #B77F00",
-",@=09c #C99200",
-"'@=09c #B47C00",
-")@=09c #B18700",
-"!@=09c #140A00",
-"~@=09c #4E0000",
-"{@=09c #570000",
-"]@=09c #500000",
-"^@=09c #751E11",
-"/@=09c #B5160C",
-"(@=09c #C24326",
-"_@=09c #280000",
-":@=09c #676767",
-"<@=09c #B9B9B9",
-"[@=09c #8C8C8C",
-"}@=09c #2E2700",
-"|@=09c #D6AE00",
-"1@=09c #BC8700",
-"2@=09c #CA9400",
-"3@=09c #BB8600",
-"4@=09c #CD9800",
-"5@=09c #A98100",
-"6@=09c #100000",
-"7@=09c #520000",
-"8@=09c #7A1E11",
-"9@=09c #9E341E",
-"0@=09c #AC341E",
-"a@=09c #B8341E",
-"b@=09c #94160C",
-"c@=09c #B20000",
-"d@=09c #EB160C",
-"e@=09c #C04326",
-"f@=09c #7C7C7C",
-"g@=09c #3D3300",
-"h@=09c #DBAF00",
-"i@=09c #BF8B00",
-"j@=09c #CF9A00",
-"k@=09c #BD8900",
-"l@=09c #C69300",
-"m@=09c #CC9700",
-"n@=09c #BD8A00",
-"o@=09c #643200",
-"p@=09c #440000",
-"q@=09c #791E11",
-"r@=09c #9F341E",
-"s@=09c #B2341E",
-"t@=09c #C3341E",
-"u@=09c #A4160C",
-"v@=09c #8A0000",
-"w@=09c #7F0000",
-"x@=09c #E60000",
-"y@=09c #E4160C",
-"z@=09c #BE4326",
-"A@=09c #360000",
-"B@=09c #4F4F4F",
-"C@=09c #5C4C00",
-"D@=09c #D6AA00",
-"E@=09c #BA8500",
-"F@=09c #9C5F00",
-"G@=09c #823C04",
-"H@=09c #953C15",
-"I@=09c #AB3C22",
-"J@=09c #B9341E",
-"K@=09c #CF341E",
-"L@=09c #840000",
-"M@=09c #790000",
-"N@=09c #DE0000",
-"O@=09c #DE160C",
-"P@=09c #BD4326",
-"Q@=09c #2A0000",
-"R@=09c #100B0B",
-"S@=09c #390000",
-"T@=09c #474747",
-"U@=09c #C1B8B8",
-"V@=09c #A48787",
-"W@=09c #481512",
-"X@=09c #993E15",
-"Y@=09c #AD3C22",
-"Z@=09c #CA9282",
-"`@=09c #E2C0B4",
-" #=09c #CB3F35",
-".#=09c #B40000",
-"+#=09c #AE0000",
-"@#=09c #A30000",
-"##=09c #980000",
-"$#=09c #880000",
-"%#=09c #820000",
-"&#=09c #D50000",
-"*#=09c #DD2515",
-"=3D#=09c #BE4B2B",
-"-#=09c #330000",
-";#=09c #303030",
-">#=09c #410000",
-",#=09c #590704",
-"'#=09c #7A2515",
-")#=09c #A9341E",
-"!#=09c #C7341E",
-"~#=09c #DA2D19",
-"{#=09c #CB0F08",
-"]#=09c #CC8787",
-"^#=09c #AD0000",
-"/#=09c #860000",
-"(#=09c #810000",
-"_#=09c #CD0000",
-":#=09c #DC2D19",
-"<#=09c #BD4B2B",
-"[#=09c #440704",
-"}#=09c #7F2515",
-"|#=09c #D3A2A2",
-"1#=09c #CFA2A2",
-"2#=09c #B10000",
-"3#=09c #A60000",
-"4#=09c #C80000",
-"5#=09c #EB2D19",
-"6#=09c #B43C22",
-"7#=09c #CF8787",
-"8#=09c #C55151",
-"9#=09c #B00000",
-"0#=09c #E30000",
-"a#=09c #D10000",
-"b#=09c #C74343",
-"c#=09c #CB7A7A",
-"d#=09c #0F0000",
-"e#=09c #CF7A7A",
-"f#=09c #CC7A7A",
-"g#=09c #C24343",
-"h#=09c #300000",
-"i#=09c #070000",
-"j#=09c #B30000",
-"k#=09c #C10000",
-"l#=09c #BC0000",
-"m#=09c #B60000",
-"n#=09c #0E0000",
-"o#=09c #C00000",
-"p#=09c #BA0000",
-"q#=09c #140000",
-"r#=09c #B70000",
-"s#=09c #170000",
-" =
",
-" =
",
-" =
",
-" =
",
-" =
",
-" =
",
-" =
",
-" =
",
-" . =
",
-" . . . + @ # @=
. ",
-" . $ % . . . & * # =3D - - -=
- @ . ",
-" ; > , ' . . ) * ! ~ - - - - - { ] ^=
/ . ",
-" ( _ : < [ . . ) * ! ~ - - - - - } | 1 2 3 4 5=
6 . . ",
-" 7 8 9 0 a b ~ c d e f g } | 1 2 h h h h 3 i j=
k l m . ",
-" . . & n o p q * - g r s t u h h h h h h h h v w x=
y ' . ",
-" . . z A B - B C D E F G H 2 h h h h h h h h h h h I J K y=
L . ",
-" 2 M - - - - } N O 7 P Q R S h h h h h h h h h T U V W X p=
Y . . Z ` ",
-" ...+. at .| 1 2 h h h #.$.%.&.*.=3D.h h h h -.;.>.~ ,.'.).!.p=
K E . . . Z ~.{. ",
-" ].^././.(.h h h h h h h & _.:.<.[.h }.4 |.1.2.3.4.5.6.7.k K E=
8.9.0.a.~.~.` ",
-" b./././.(.h h h h h h h c.d.p e.f.#.g.h.B 1.i.3.6.~ j.k.8.y l=
.m.n.&.o.~.p.. ",
-" b./././.(.h h h h q.T r.s.r.t.u.v.q w.x.c.y.i.~ z. .k.8.A.<.B=
.C.&.D.~.9 ` ",
-" b./././.(.E.F.G.H.I.J.# K.>.L.M.9.N.O.P.Q.R.i.S.T.k.8.A.<.U.<=
V.W.p.X.Y. ",
-" b./././.Z.4 4 s.`.I.J.# K.>.N +a .+++ at +#+$+/ .k.8.A.<.U.< %=
+&+#.*+. ",
-" ./././.Z.4 4 s.`.I.J.# =3D+-+N ).;+>+,+'+)+!+~+` K A.<.U.< %=
+&+b.;. +*+ ",
-" . {+/./.Z.4 4 s.s.`.J.K.|.]+~ ^+/+(+_+:+<+[+}+|+1+<.U.< %+&+*=
G.A A -.*+ ",
-" -././.Z.4 4 J.2+3+4+5+6+7+8+9+0+a+b+c+d+e+f+g+h+i+j+k+&+I L=
.L.}.}.}.l+*+ ",
-" . m+/.n+o+p+5+6+7+8+q+r+s+t+u+F.].v+w+x+y+z+A+B+C+D+E+F+G+G=
+H+H+H+/ / E.*+ ",
-" R...I+J+K+L+r+s+t+M+N+O+O+I T.*+P+Q+R+S+T+U+V+W+X+Y+/ Z+Z=
+Z+`+`+`+).).5 @ ",
-" R.. at s++@@@#@L.L.}.}.}.6 j $@%@&@*@=3D at -@;@>@,@'@)@!@~@)=
.T T T {@{@F.^+]@^@. ",
-" . /@(@}.G+G+H+H+H+/ _@:@<@y p [@}@|@1 at 2@=3D at 3@4 at 1@5 at 6@ =
+F.V 7@]@8 at 9@0 at a@b at . ",
-" . c at d@e@/ Z+Z+`+`+~@J K y p K E f at g@h at i@j at k@l at m@n at o@p at q=
@r at s@t at u@v at 2+w@# . ",
-" . c at x@y at z@).T T T A at W X [ j q 9.m.B at C@D at E@F at G@H at I@J at K@/=
@~ z.]+y.|.L@>.M at . ",
-" . c at x@N at O@P at F.b b Q@!.[ R at S@T.T at U@V at W@X at Y@Z@`@ #.#+#5.@=
#4+##B ^ $#%#-+I.. ",
-" . c at x@N@&#*#=3D#^+7 at -#;#R@>#-.,#'#)#!#~#{#- C.C.]#c@^#5=
+(.2.1.3+| /#(#=3D+`.. ",
-" . c at x@N@&#_#:#<#-.~@[#}#)#!#~#{#- - - - |#C.C.1#2#=3D 3=
#3.i.S.o+v at 2+w@# 4 . ",
-" . c at x@N@&#_#4#5#6#!#~#{#- - - - - - - - |#7#8#1#9#,.6.~=
z.]+y.|.L@>