From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15055 invoked from network); 26 Jun 2001 14:58:19 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Jun 2001 14:58:18 -0000 Received: (qmail 493 invoked by alias); 26 Jun 2001 14:57:23 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3956 Received: (qmail 456 invoked from network); 26 Jun 2001 14:57:22 -0000 Message-ID: To: zsh-users@sunsite.dk (Zsh users list) Subject: zsh 4.0.2 released Date: Tue, 26 Jun 2001 15:57:36 +0100 From: Peter Stephenson I have finally succeeded in uploading zsh 4.0.2 to ftp.zsh.org and sourceforge. It will eventually reach the mirrors. This is a maintenance release for the (stable) 4.0 branch. Most of the changes are bug fixes, including a fix for a bug which caused the test suite to fail. On fully supported systems, all tests should now pass. There is one new feature: the option KSH_TYPESET provides compatibility with other shells for assignment arguments of `typeset', `export' and related builtins. (This is based on this morning's code. Any later changes to the 4.0 branch will not have been incorporated.) One slight hickup is that the formatted HTML documentation in the zsh-doc bundle doesn't use my hacked version of texi2html, which means there is no pargraph formatting inside list items. This makes the builtins manual page, for example, look rather less neat. I suspect this was the case with 4.0.1, however. -- Peter Stephenson Software Engineer CSR Ltd., Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. ********************************************************************** From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3824 invoked from network); 28 Jun 2001 13:02:40 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 Jun 2001 13:02:40 -0000 Received: (qmail 13966 invoked by alias); 28 Jun 2001 13:01:29 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3972 Received: (qmail 13922 invoked from network); 28 Jun 2001 13:01:27 -0000 Date: Thu, 28 Jun 2001 16:02:10 +0300 (IDT) From: "Zvi Har'El" To: ZSH Users Subject: Re: zsh 4.0.2 released In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 26 Jun 2001, Peter Stephenson wrote: > I have finally succeeded in uploading zsh 4.0.2 to ftp.zsh.org and > sourceforge. It will eventually reach the mirrors. > Hi, I didn't notice this before, but the `make install.html'' does not install the zsh.html file. Texi2html generates from zsh.texi the top page zsh.html, and a lot of zsh_*.html files. However, only the latter are installed. Since they all have links like Top all these links do not work unless the former is also installed. Therefore, Doc/Makefile should be changed so that the loop `for file in zsh_*.html' should be replaced by `for file in zsh*.html' (underscore omitted). Same comment refers to `make uninstall.html' Best, Zvi. -- Dr. Zvi Har'El mailto:rl@math.technion.ac.il Department of Mathematics tel:+972-54-227607 Technion - Israel Institute of Technology fax:+972-4-8324654 http://www.math.technion.ac.il/~rl/ Haifa 32000, ISRAEL "If you can't say somethin' nice, don't say nothin' at all." -- Thumper (1942) Thursday, 7 Tammuz 5761, 28 June 2001, 3:49PM From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3936 invoked from network); 28 Jun 2001 13:16:56 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 Jun 2001 13:16:56 -0000 Received: (qmail 25269 invoked by alias); 28 Jun 2001 13:15:04 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3973 Received: (qmail 25255 invoked from network); 28 Jun 2001 13:15:03 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Zvi Har'El" , "ZSH Users" Subject: RE: zsh 4.0.2 released Date: Thu, 28 Jun 2001 17:15:45 +0400 Message-ID: <001501c0ffd4$70841d70$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 Importance: Normal > > I didn't notice this before, but the `make install.html'' does > not install the > zsh.html file. Texi2html generates from zsh.texi the top page > zsh.html, and a > lot of zsh_*.html files. However, only the latter are installed. > Since they all > have links like Top all these > links do not work > unless the former is also installed. Therefore, Doc/Makefile > should be changed > so that the loop `for file in zsh_*.html' should be replaced by > `for file in > zsh*.html' (underscore omitted). Same comment refers to `make > uninstall.html' > Does it help? Index: Doc/Makefile.in =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Makefile.in,v retrieving revision 1.9 diff -u -r1.9 Makefile.in --- Doc/Makefile.in 2001/05/31 11:58:40 1.9 +++ Doc/Makefile.in 2001/06/28 13:14:58 @@ -297,14 +297,14 @@ # install HTML manual install.html: html ${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(htmldir) - for file in zsh_*.html; do \ + for file in zsh*.html; do \ $(INSTALL_DATA) $$file $(DESTDIR)$(htmldir) || exit 1; \ done .PHONY: install.html # uninstall HTML manual uninstall.html: - rm -f $(DESTDIR)$(htmldir)/zsh_*.html + rm -f $(DESTDIR)$(htmldir)/zsh*.html .PHONY: uninstall.html # ========== DEPENDENCIES FOR CLEANUP ==========