From 7049bf113e6f1c9f87b67a82b41a2778a25961e2 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 17 May 1999 09:42:31 +0000 Subject: [PATCH] XEmacs 21.2.13 --- CHANGES-beta | 10 +++++++++- ChangeLog | 8 ++++++++ Makefile.in.in | 1 + etc/NEWS | 7 +++++++ version.sh | 4 ++-- 5 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGES-beta b/CHANGES-beta index c50d243..6924d6b 100644 --- a/CHANGES-beta +++ b/CHANGES-beta @@ -1,8 +1,16 @@ -*- 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 --- 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 diff --git a/ChangeLog b/ChangeLog index 6f853a9..7057cf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1999-03-12 XEmacs Build Bot + + * XEmacs 21.2.13 is released + +1999-03-09 SL Baur + + * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale. + 1999-03-05 XEmacs Build Bot * XEmacs 21.2.12 is released diff --git a/Makefile.in.in b/Makefile.in.in index 946eb07..92f8f30 100644 --- a/Makefile.in.in +++ b/Makefile.in.in @@ -58,6 +58,7 @@ RECURSIVE_MAKE=@RECURSIVE_MAKE@ SHELL = /bin/sh LANG = C +LC_ALL = C RM = rm -f pwd = /bin/pwd diff --git a/etc/NEWS b/etc/NEWS index 439f7c0..80f0f64 100644 --- 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. +** 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, diff --git a/version.sh b/version.sh index 83342a3..cc194b8 100644 --- a/version.sh +++ b/version.sh @@ -1,8 +1,8 @@ #!/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 -- 1.7.10.4