diff etc/BETA @ 227:0e522484dd2a r20-5b12

Import from CVS: tag r20-5b12
author cvs
date Mon, 13 Aug 2007 10:12:37 +0200
parents 2c611d1463a6
children 434959a2fba3
line wrap: on
line diff
--- a/etc/BETA	Mon Aug 13 10:11:42 2007 +0200
+++ b/etc/BETA	Mon Aug 13 10:12:37 2007 +0200
@@ -89,12 +89,12 @@
 All beta releases of XEmacs are included with patches from the
 previous version in an attempt to keep bandwidth requirements down.
 Patches should be applied with the GNU patch program in something like
-the following.  Let's say you're upgrading XEmacs 20.4-beta10 to
-XEmacs 20.4-beta11 and you have a full unmodified XEmacs 20.4-beta10
+the following.  Let's say you're upgrading XEmacs 20.15-beta10 to
+XEmacs 20.15-beta11 and you have a full unmodified XEmacs 20.15-beta10
 source tree to work with.  Cd to the top level directory and issue the
 shell command:
 
-$ gunzip -c /tmp/xemacs-20.4-b10-20.4-b11.patch.gz | patch -p1
+$ gunzip -c /tmp/xemacs-20.15-b10-20.15-b11.patch.gz | patch -p1
 
 After patching, check to see that no patches were missed by doing
 $ find . -name \*.rej -print
@@ -116,9 +116,9 @@
 Locate a convenient place where you have at least 100MB of free space
 and issue the command
 
-$ gunzip -c /tmp/xemacs-20.4-b11.tar.gz | tar xvf -
+$ gunzip -c /tmp/xemacs-20.15-b11.tar.gz | tar xvf -
 
-(or simply `tar zxvf /tmp/xemacs-20.4-b11.tar.gz' if you use GNU tar).
+(or simply `tar zxvf /tmp/xemacs-20.15-b11.tar.gz' if you use GNU tar).
 
 cd to the top level directory and issue an appropriate configure
 command.  One maintainer uses the following at the time of this
@@ -134,35 +134,47 @@
 
 Part of the configure output is a summary that looks something like:
 
-Configured for `i586-unknown-linux2.0.28'.
+uname -a: Linux altair.xemacs.org 2.0.32 #2 Sun Nov 16 18:52:14 PST 1997 i586
+
+./configure  '--cflags=-Wall -Wno-switch -O6' '--error-checking=none' '--debug=no' '--with-mule=yes' '--with-dialogs=athena3d' '--with-scrollbars=athena3d' '--use-union-type=no' '--with-xim=xlib' '--with-xfs' '--mail-locking=file'
+
 
-  Where should the build process find the source code?    /usr/src/xemacs-20.4
+Configured for `i586-pc-linux'.
+
+  Where should the build process find the source code?    /usr/src/xemacs-20.15
   What installation prefix should install use?            /usr/local
-  Where should XEmacs look for packages?		  ~/.xemacs:/usr/local/lib/xemacs/packages
+  Where should XEmacs look for packages?                  ~/.xemacs:/usr/local/lib/xemacs/packages
   What operating system and machine description files should XEmacs use?
         `s/linux.h' and `m/intel386.h'
-  What compiler should XEmacs be built with?              gcc -m486 -g -O4 -fno-strength-reduce -malign-loops=2 -malign-jumps=2 -malign-functions=2
+  What compiler should XEmacs be built with?              gcc -Wall -Wno-switch -O6
   Should XEmacs use the GNU version of malloc?            yes
   Should XEmacs use the relocating allocator for buffers? yes
   What window system should XEmacs use?                   x11
   Where do we find X Windows header files?                /usr/X11R6/include
   Where do we find X Windows libraries?                   /usr/X11R6/lib
   Compiling in support for XAUTH.
-  Compiling in support for GIF image conversion.
   Compiling in support for XPM images.
   Compiling in support for X-Face message headers.
-  Compiling in support for JPEG image conversion.
-  Compiling in support for PNG image conversion.
-  Compiling in support for TIFF image conversion (not implemented).
+  Compiling in support for ImageMagick image conversion.
+   Using  -ljbig -ljpeg -lmpeg -lttf -lpng -lz -ltiff -ljpeg -lz for graphics libraries.
+  Compiling in native sound support.
   Compiling in support for Berkeley DB.
-  Compiling in support for GNU DBM.
+  Compiling in support for DBM.
+  Compiling in support for ncurses.
   Compiling in Mule (multi-lingual) support.
+  Compiling in XIM (X11R5+ I18N input method) support.
+    Using raw Xlib to provide XIM support.
+    Using XFontSet to provide bilingual menubar.
+  Compiling in support for Canna on Mule.
   Compiling in support for the WNN input method on Mule.
     Using WNN version 6.
   Compiling in support for OffiX.
-  Using the Lucid menubar.
-  Using the Athena-3d scrollbar.
-  Using the Athena-3d dialog boxes.
+  Using Lucid menubars.
+  Using Athena-3d scrollbars.
+  Using Athena-3d dialog boxes.
+  movemail will use "dot-locking" for locking mail spool files.
+  The `Info-default-directory-list' will be initialized from:
+  INFOPATH="/usr/local/info:/usr/info:/usr/local/lib/texmf/doc/info:/usr/lib/texmf/doc/info"
 
 Then type `make; make finder' and you should have a working XEmacs.
 
@@ -218,9 +230,9 @@
 M-x cd to the appropriate directory, and issue the command `C-u M-!' from
 within XEmacs.
 
-* XEmacs 20.4 packages
+* XEmacs 20.5 packages
 
-XEmacs 20.4 has added the concept of installable packages searched prior
+XEmacs 20.5 has added the concept of installable packages searched prior
 to dump time when building.
 
 Packages are searched by default under /usr/local/lib/xemacs/packages/.