zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
To: zsh-workers@sunsite.auc.dk (Zsh hackers list)
Subject: 3.1.6-pws-12 on archive
Date: Wed, 15 Dec 1999 21:05:50 +0000	[thread overview]
Message-ID: <E11yLbM-0007io-00.1999-12-15-21-04-48@mail6.svr.pol.co.uk> (raw)

I have uploaded zsh-3.1.6-pws-12 to the main archive, in the development
subdirectory.  Thus the URL for this is

  ftp://ftp.zsh.org/pub/zsh/devlopment/zsh-3.1.6-pws-12.tar.gz

although it should make its way to the other archives.

I haven't massaged Sven's profile module yet, and Zefram's improved module
naming won't be included until it's backward compatible (it seems pointless
having to make people change if in the long run they won't have to).

I shall now be away until Monday.

1999-12-15  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>

	* Clint: 9065: Src/builtin.c: change order of tests in 9028.

	* Bart: 9064: Functions/Zle/predict-on: shouldn't use _style any
	more.

	* 9058: Completion/Base/_arguments, Completion/Base/_combination,
	Completion/Base/_command_names, Completion/Base/_jobs,
	Completion/Base/_tilde, Completion/Builtins/_cd,
	Completion/Builtins/_kill, Completion/Builtins/_stat,
	Completion/Builtins/_wait, Completion/Core/_path_files,
	Completion/Core/_sort_tags, Completion/Core/_tags,
	Completion/Core/compinit, Doc/Zsh/compsys.yo, Src/Makemod.in:
	Many small cleanups, plus change sort-tags to tag-order and
	add to syntax a bit.

	* Tanaka Akira: 9054: Test/50cd.ztst: get PWD without symlinks, to
	avoid messing up cd tests.

1999-12-14  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>

	* Oliver: 9047: zsh-3.1.6-pws-11.new/Src/Zle/compcore.c,
	zsh-3.1.6-pws-11.new/Src/Zle/compresult.c,
	zsh-3.1.6-pws-11.new/Src/Zle/zle_thingy.c,
	zsh-3.1.6-pws-11.new/Src/Zle/zle_tricky.c,
	zsh-3.1.6-pws-11.new/Src/mkmakemod.sh: hack .export files to
	be made in time for use.

	* Sven: 9039: Doc/Zsh/mod_compctl.yo: description change.

	* Sven: 9035: Completion/Core/_main_complete,
	Completion/Core/_normal, Completion/Core/compdump,
	Completion/Core/compinit: more small optimisations: _patcomps,
	postpatcomps are assocs; avoid post-processing in _main_complete;
	fix command name in _normal.

	* Sven: 9031: Completion/Core/_path_files, Doc/Zsh/compsys.yo:
	complete .. only for special-dirs.

	* Clint: 9028: Src/builtin.c: hack to be able to change to
	subdirectories even when the current directory is renamed.
	Hopefully to be replaced by something more elegant eventually.

	* pws: 9048: Completion/Core/_sort_tags, Completion/Core/compinit,
	Completion/User/_mh, Doc/Zsh/compsys.yo,
	Functions/Zle/incremental-complete-word: assorted completion
	fixes, documentation improvement, plus sort-tags style.
	
1999-12-13  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>

	* Zefram: 9023: Doc/Makefile.in, Doc/Zsh/.cvsignore,
	Doc/Zsh/.distfiles, Doc/Zsh/manual.yo, Doc/Zsh/mod_cap.yo,
	Doc/Zsh/mod_clone.yo, Doc/Zsh/mod_compctl.yo,
	Doc/Zsh/mod_complete.yo, Doc/Zsh/mod_complist.yo,
	Doc/Zsh/mod_computil.yo, Doc/Zsh/mod_deltochar.yo,
	Doc/Zsh/mod_example.yo, Doc/Zsh/mod_files.yo,
	Doc/Zsh/mod_mapfile.yo, Doc/Zsh/mod_mathfunc.yo,
	Doc/Zsh/mod_parameter.yo, Doc/Zsh/mod_sched.yo,
	Doc/Zsh/mod_stat.yo, Doc/Zsh/mod_zftp.yo, Doc/Zsh/mod_zle.yo,
	Doc/Zsh/mod_zleparameter.yo, Doc/Zsh/mod_zutil.yo,
	Doc/Zsh/modules.yo: generate module documentation automatically
	from a single list in the makefile.

	* Sven: 9020: Completion/Core/_path_files, Doc/Zsh/compsys.yo:
	special-dirs style allows completion of . and ..

	* Sven: 9018: Completion/Builtins/_pids,
	Completion/Core/_path_files, Completion/User/_cvs,
	Completion/User/_pbm: completion optimisations.

	* Zefram: 9013: patching file Doc/Zsh/mod_files.yo,
	Src/Modules/files.c: use . as alternative to : for user and group
	separator.

	* Sven: 2776: Completion/Core/_path_files: handling of . and .. in
	path.

	* Felix: (most of) 9007: Src/Modules/parameter.c,
	Src/modules/parameter.mdd, mod_parameter.yo: jobdirs special assoc
	array.

	* Bart: 9005: Src/exec.c: problem backgrounding shell script.

	* Tanaka Akira: 9004: Test/Makefile.in: run tests with zsh -f.

	* pws: 9024: Etc/zsh-development-guide, Test/.distfiles,
	Test/01grammar.ztst, Test/02alias.ztst, Test/03quoting.ztst,
	Test/50cd.ztst, Test/cd.ztst, Test/ztst.zsh: new tests for basic
	shell stuff.

1999-12-10  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>

	* pws: 8997: Src/builtin.c, Src/exec.c, Src/params.c: exported
	  values respect upper-/lowercase flags at the point at which they
	  are set.

	* Alexandre: 8994: Functions/Zftp/zftp_chpwd, Etc/FAQ.yo,
	  Doc/Zsh/zftpsys.yo: extend 8993.

	* Clint: 8993: Functions/Zftp/zftp_chpwd: titlebar support in more
	  general xterm-like emulators.

	* Sven: 8992: Completion/Base/_arguments,
	  Completion/Base/_combination, Completion/Base/_describe,
	  Completion/Base/_first, Completion/Base/_jobs,
	  Completion/Base/_regex_arguments, Completion/Base/_subscript,
	  Completion/Base/_tilde, Completion/Builtins/_pids,
	  Completion/Builtins/_popd, Completion/Builtins/_sched,
	  Completion/Builtins/_signals, Completion/Builtins/_stat,
	  Completion/Commands/_history_complete_word,
	  Completion/Core/_approximate, Completion/Core/_description,
	  Completion/Core/_expand, Completion/Core/_list,
	  Completion/Core/_main_complete, Completion/Core/_match,
	  Completion/Core/_message, Completion/Core/_oldlist,
	  Completion/Core/_path_files, Completion/Core/_requested,
	  Completion/Core/_setup, Completion/Core/_tags,
	  Completion/Core/compinit, Completion/Debian/_apt,
	  Completion/User/_cvs, Completion/User/_groups,
	  Completion/User/_hosts, Completion/User/_ports,
	  Completion/User/_socket, Completion/User/_urls,
	  Completion/User/_users, Completion/X/_x_color, Doc/Zsh/compsys.yo,
	  Doc/Zsh/mod_clone.yo, Doc/Zsh/mod_complete.yo,
	  Doc/Zsh/mod_computil.yo, Doc/Zsh/mod_zutil.yo, Doc/Zsh/modules.yo,
	  Etc/completion-style-guide,
	  Functions/Zle/incremental-complete-word, Src/Modules/zutil.c,
	  Src/Modules/zutil.mdd, Src/Zle/complist.c, Src/Zle/computil.c,
	  Src/Zle/computil.mdd, Src/xmods.conf: compstyle is now
	  implemented in terms of the new zstyle and zformat commands in
	  the new zutil module.

	* Tanaka Akira: 8990: Completion/User/_ports,
	Completion/User/_socket: completion after `socket hosts'.

1999-12-09  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>

	* Zefram: 8982: Doc/Zsh/mod_files.yo, Src/Modules/files.c,
	  Src/Modules/files.mdd, Src/system.h, configure.in: chown and
	  chgrp are implemented as builtins in the files module.

	* Sven: 8981: Src/Zle/complist.c: don't use old list with
	  accept-and-infer-next-history's completion form.

	* Andrej: 8973: Completion/User/_sudo: revised version.

	* Zefram: 8968: Config/config.mk: dependencies for rebuilding
	  defs.mk from defs.mk.in.

	* Zefram: 8966: Config/defs.mk.in, Doc/Makefile.in, Makefile.in:
	  proper install.html.

	* Sven: 8965: Completion/Core/_description,
	  Completion/Core/_files, Completion/Core/_main_complete,
	  Completion/Core/_multi_parts, Completion/Core/_path_files,
	  Completion/Core/_sep_parts, Doc/Zsh/compsys.yo,
	  Etc/completion-style-guide: doc cleanup and tweak some option
	  passing.

	* Tanaka Akira: 8962: cd to test directory before removing
	  temporaries.

	* Tanaka Akira: 8957: Completion/User/.distfiles, Src/Makefile.in:
	  _sudo missed out of 3.1.6-pws-11, and Src/Makefile.in didn't
	  get patched properly.

-- 
Peter Stephenson <pws@pwstephenson.fsnet.co.uk>


             reply	other threads:[~1999-12-15 21:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-15 21:05 Peter Stephenson [this message]
1999-12-15 21:19 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E11yLbM-0007io-00.1999-12-15-21-04-48@mail6.svr.pol.co.uk \
    --to=pws@pwstephenson.fsnet.co.uk \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).