XEmacs 21.2.13
authortomo <tomo>
Mon, 17 May 1999 09:42:31 +0000 (09:42 +0000)
committertomo <tomo>
Mon, 17 May 1999 09:42:31 +0000 (09:42 +0000)
CHANGES-beta
ChangeLog
Makefile.in.in
etc/NEWS
version.sh

index c50d243..6924d6b 100644 (file)
@@ -1,8 +1,16 @@
                                                        -*- indented-text -*-
                                                        -*- indented-text -*-
+to 21.2.13 "Demeter"
+-- Build fixes from Martin Buchholz
+-- experimental splash screen rewrite from Didier Verna
+-- Various patches from Jan Vroonhof and Andy Piper
+-- alist.el synched up with APEL 9.13 from MORIOKA Tomohiko
+-- MS Window build fixes from Jonathan Harris
+-- UCS-4/UTF-8 support from MORIOKA Tomohiko
+
 to 21.2.12 "Clio"
 -- event-stream unification for MS Windows from Andy Piper
 -- Determine best visual to use to avoid flashing from IENAGA Kazuyuki
 to 21.2.12 "Clio"
 -- event-stream unification for MS Windows from Andy Piper
 -- Determine best visual to use to avoid flashing from IENAGA Kazuyuki
--- Fix for new Berkeley DB library from Paul Keusemann/Gregory Neal Shapiro
+-- Fix for new Berkeley DB library from Paul Keusemann/Gregory Neil Shapiro
 -- Various package-ui fixes from Jan Vroonhof
 -- Fix for doubled font-locking during buffer reversion
 -- KFM browsing support from Neal Becker
 -- Various package-ui fixes from Jan Vroonhof
 -- Fix for doubled font-locking during buffer reversion
 -- KFM browsing support from Neal Becker
index 6f853a9..7057cf3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.13 is released
+
+1999-03-09  SL Baur  <steve@xemacs.org>
+
+       * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale.
+
 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
 
        * XEmacs 21.2.12 is released
 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
 
        * XEmacs 21.2.12 is released
index 946eb07..92f8f30 100644 (file)
@@ -58,6 +58,7 @@ RECURSIVE_MAKE=@RECURSIVE_MAKE@
 
 SHELL = /bin/sh
 LANG = C
 
 SHELL = /bin/sh
 LANG = C
+LC_ALL = C
 RM = rm -f
 pwd = /bin/pwd
 
 RM = rm -f
 pwd = /bin/pwd
 
index 439f7c0..80f0f64 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -255,6 +255,13 @@ commands attached to them.  To use it, add the following to `.emacs':
 It has been greatly enhanced with respect to the one once included
 with the ilisp package and should work well under XEmacs 21.0.
 
 It has been greatly enhanced with respect to the one once included
 with the ilisp package and should work well under XEmacs 21.0.
 
+** Gnuserv changes
+
+*** Like the old 'gnudoit' program. Gnuclient -batch now can read from stdin.
+
+*** Again like the old 'gnudoit' program, gnuclient now can return multiple
+lines.
+
 ** C mode changes
 
 *** Multiline macros are now handled, both as they affect indentation,
 ** C mode changes
 
 *** Multiline macros are now handled, both as they affect indentation,
index 83342a3..cc194b8 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/sh
 emacs_major_version=21
 emacs_minor_version=2
 #!/bin/sh
 emacs_major_version=21
 emacs_minor_version=2
-emacs_beta_version=12
-xemacs_codename="Clio"
+emacs_beta_version=13
+xemacs_codename="Demeter"
 infodock_major_version=4
 infodock_minor_version=0
 infodock_build_version=1
 infodock_major_version=4
 infodock_minor_version=0
 infodock_build_version=1