Just to fix two small problems in the current teTeX-beta, I have created
a new (src) pretest release: 20001218. The diff is very short and I have
appended it to this mail.

Thomas

diff -ru teTeX-src-beta-20000807/ChangeLog teTeX-src-beta-20001218/ChangeLog
--- teTeX-src-beta-20000807/ChangeLog   Mon Aug  7 10:36:42 2000
+++ teTeX-src-beta-20001218/ChangeLog   Mon Dec 18 10:43:20 2000
@@ -1,3 +1,7 @@
+Mon Dec 18 10:38:25 CET 2000
+       * replace dialog by tcdialog in two more lines in texconfig
+       * work around bug of gcc-2.96 (RedHat) in texk/kpathsea/xdirname.c
+
 Mon Aug  7 09:30:37 CEST 2000
        * texconfig: create .mem before .fmt (initex might call mf)
        * bugfixes for the dialog -> tcdialog change
diff -ru teTeX-src-beta-20000807/texk/kpathsea/xdirname.c 
teTeX-src-beta-20001218/texk/kpathsea/xdirname.c
--- teTeX-src-beta-20000807/texk/kpathsea/xdirname.c    Thu Mar 11 17:07:08 1999
+++ teTeX-src-beta-20001218/texk/kpathsea/xdirname.c    Mon Dec 18 10:42:36 2000
@@ -29,7 +29,7 @@
 xdirname P1C(const_string, name)
 {
   string ret;
-  unsigned limit = 0, loc;
+  unsigned int limit = 0, loc;
 
   /* Ignore a NULL name. */
   if (!name)
diff -ru teTeX-src-beta-20000807/texk/tetex/texconfig 
teTeX-src-beta-20001218/texk/tetex/texconfig
--- teTeX-src-beta-20000807/texk/tetex/texconfig        Mon Aug  7 09:30:18 2000
+++ teTeX-src-beta-20001218/texk/tetex/texconfig        Mon Dec 18 10:38:20 2000
@@ -1264,7 +1264,7 @@
 do_print_setup()
 {
   echo '==================== binaries found by searching $PATH ==================='
-  echo_locate_binary tex etex pdftex omega mf mpost dialog dvips xdvi kpsewhich 
mktexpk mktextfm
+  echo_locate_binary tex etex pdftex omega mf mpost tcdialog dvips xdvi kpsewhich 
+mktexpk mktextfm
   echo
   echo '=========================== Kpathsea variables ==========================='
   echo_show_variable TEXMF TEXMFMAIN VARTEXMF
@@ -1715,7 +1715,7 @@
 EDIT=${VISUAL-${EDITOR-$std_editor}}
 PAGER=${PAGER-$std_pager}
 
-check_for_binary dialog >/dev/null
+check_for_binary tcdialog >/dev/null
 dialogok=$?
 
 # we have called some shellfunctions, so for HP-UX's shell, we need

Reply via email to