zsh-workers
 help / color / mirror / code / Atom feed
* 3.1.7-pre-3
@ 2000-05-08  9:57 Peter Stephenson
  2000-05-08 10:20 ` PATCH: zftp contexts Peter Stephenson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Peter Stephenson @ 2000-05-08  9:57 UTC (permalink / raw)
  To: Zsh hackers list

Sensors indicate I have uploaded
  ftp://ftp.zsh.org/zsh/development/zsh-3.1.7-pre-3.tar.gz
(forgot to mark it in the ChangeLog, sorry, I've just put the entry in in
the right place).  Bart & Akira's process group change just misses this.
Probably this is not so important for the people here, who are mostly using
CVS.  (Is anyone who considers themselves active on zsh-workers not using
CVS?)

There's nothing else I've got to do myself, except the reading through of
the documentation I keep meaning to do.  (I shall continue to add things to
Test, and I hope other people will, but that's not going to be finished by
3.1.7.)  Depending how strong I'm feeling on this, 3.1.7 could probably
appear next weekend.  As always I would expect the completion tweaking to
go on anyway.  It's time to think about not putting in any changes
affecting lots of files (even if not functionally substantial) until
afterwards.

It would be nice to get the print -s things sorted out, though presumably
this is a long-standing bug.  There were also some thoughts about
simplifying the behviour of cd which certainly won't happen before 3.1.7
now.


2000-05-08  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>

	* 11244: Completion/Builtins/_zstyle, Completion/Core/_description,
 	Completion/Core/_expand, Doc/Zsh/compsys.yo: make _expand call
 	_complete when called from _expand_word; add ignore-line style to
 	ignore words already on the line
	
	* 11242: Completion/Builtins/_pids, Completion/Builtins/_zstyle,
 	Completion/Commands/_complete_help, Completion/Core/_all_labels,
 	Completion/Core/_approximate, Completion/Core/_expand,
 	Completion/Core/_ignored, Completion/Core/_main_complete,
 	Completion/Core/_prefix, Completion/Core/_setup,
 	Doc/Zsh/compsys.yo, Src/Zle/complete.mdd, Src/Zle/complist.c:
 	misc. completion cleanups and changes
	
2000-05-06  Bart Schaefer  <schaefer@zsh.org>

	* 11236: Completion/Base/_arguments: Handle tabs between options
	and their descriptions when parsing --help output.

2000-05-06  Tanaka Akira  <akr@zsh.org>

	* 11224: Util/mkdisttree.sh: problem with pattern matching `.' in
	find.

	* 11223: Completion/Base/_regex_arguments, Completion/Debian/_apt,
	Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo:
	_regex_arguments use _alternative.

2000-05-05  Tanaka Akira  <akr@zsh.org>

	* 11219: Completion/User/_cvs, Completion/User/_diff_options: add
	option description to `_cvs' and fix typo in _diff_options.

2000-05-05  Oliver Kiddle  <opk@zsh.org>

	* 11216: Doc/Zsh/builtins.yo, Src/loop.c: small doc fix and AIX
	dependency fix

2000-05-05  Peter Stephenson  <pws@cambridgesiliconradio.com>

	* 11214: Completion/Core/compinstall: remember file in
	filename style for :compinstall context; make null matchers
	more obvious.

	* 11200: Src/subst.c, Doc/Zsh/expn.yo: backout change that
	${foo/$subst/repl} would allow # and % anchors inside $subst.

	* Andrej Borsenkow: 11194: Completion/Base/_arguments,
	Completion/User/_configure: use globsubst for substitutions
	via -s option to _arguments and hence use (#s) for anchor
	in _substitutions from _configure.

2000-05-05  Tanaka Akira  <akr@zsh.org>

	* 11213: Completion/User/_cvs: don't complete files which is
	already on command line for `cvs add', `cvs remove' and `cvs commit'.

	* 11204: Completion/User/_look: use more precise explanation and
	complete an optional second argument.

2000-05-05  Peter Stephenson  <pws@cambridgesiliconradio.com>

	* pws: 11196: Functions/Misc/zmv: allow (**/) to map to a
	parameter in the obvious way; allow automatic recognition of
	wildcards with -w flag; turn off glob qualifiers by default, use
	-Q to turn on; fix bug with empty match eliding a positional
	parameter; fix bug that empty `to' pattern wasn't picked up.

	* pws: unposted: fixes for Etc/CONTRIBUTORS based on suggestions
	in 11187 and 11197

2000-05-05  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>

	* 11195: Completion/AIX/_lsdev, Completion/Builtins/_bindkey,
 	Completion/Builtins/_compdef, Completion/Builtins/_zcompile,
 	Completion/Builtins/_zpty, Completion/Builtins/_zstyle,
 	Completion/User/_archie, Completion/User/_bzip2,
 	Completion/User/_compress, Completion/User/_enscript,
 	Completion/User/_finger, Completion/User/_gzip,
 	Completion/User/_imagemagick, Completion/User/_look,
 	Completion/User/_lynx, Completion/User/_lzop,
 	Completion/User/_mutt, Completion/User/_nedit,
 	Completion/User/_nslookup, Completion/User/_socket,
 	Completion/User/_telnet, Completion/User/_wget,
 	Completion/User/_whois, Completion/X/_xauth: completion function
 	cleanup for `_arguments' with the `-C' option and using it's
 	return value
	
	* 11193: Src/Zle/comp.h, Src/Zle/compcore.c: some more memory
 	initialisation after allocation; shouldn't possibly have done any
 	harm
	
2000-05-05  Tanaka Akira  <akr@zsh.org>

	* 11190: Completion/User/_look: new completion for look.

2000-05-05  Peter Stephenson  <pws@cambridgesiliconradio.com>

	* 11185: Etc/CONTRIBUTORS: updated for 3.1.7.

2000-05-05  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>

	* 11188: Completion/Core/_main_complete, Completion/Core/_message:
 	make _message independent of when it is called
	
	* 11186: Functions/Misc/nslookup: use `eval' in nslookup for
 	pager, in case someone has PAGER='less -foo' or some such
	
2000-05-05  Oliver Kiddle  <opk@zsh.org>

	* 11184: Completion/User/.distfiles, Completion/User/_bzip2,
	Completion/User/_compress, Completion/User/_lzop,
	Completion/User/_pack, Completion/User/_zcat: Use one function for
	each of compress/uncompress and pack/unpack and new lzop completion

2000-05-05  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>

	* 11181: Src/Modules/zpty.c: make zpty -r stoppable even when
 	SIGINT is caught (and the handler calls return or some such)
	
	* 11177: Functions/Misc/nslookup: make nslookup page it's output
 	if too long for screen
	
	* Wayne: 11171: Src/builtin.c, Src/hist.c: fix for print -s when
	called from widget; added lines are not immediately available,
	though

	* 11172: Src/Zle/computil.c: fix for completion arguments of
 	options, don't use all of them at once
	
	* 11170: Src/jobs.c: fix for jobs -l -d, check if directory of job
 	is already set
	
2000-05-04  Tanaka Akira  <akr@zsh.org>

	* 11166: Completion/Base/_regex_arguments: remove debugging code.

	* 11165: Completion/Base/_regex_arguments, Completion/Debian/_apt,
	Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo,
	Src/Modules/zutil.c: _regex_arguments support tag stuff.

	* 11157: Completion/Core/_requested: fail if _all_labels is failed.

2000-05-04  Peter Stephenson  <pws@cambridgesiliconradio.com>

	* 11147: Test/08traps.ztst: test for trap bugs fixed in
	11026 and 11066.

2000-05-04  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>

	* 11151: Src/exec.c, Src/parse.c, Src/Modules/zpty.c: close dump
 	file descriptors in children
	
	* 11145: Src/lex.c: parse_subst_string() should use modified
 	version of `len'
	
	* 11144: Src/Modules/zpty.c: make pty the controlling terminal of
	their commands

	* 11142: Src/lex.c: save and restore `len' in lexsave/restore
	
	* 11140: Completion/Builtins/_zstyle, Completion/Core/_main_complete,
 	Doc/Zsh/compsys.yo, Src/Zle/compcore.c, Src/Zle/compctl.c: don't
 	list when all matches look the same; force-list style to give
 	users control over this
	
2000-05-03  Tanaka Akira  <akr@zsh.org>

	* 11137: Test/07cond.ztst: detect block device file using find.

2000-05-03  Bart Schaefer  <schaefer@zsh.org>

	* 11136: Doc/Zsh/expn.yo: Reorganize history expansion doc.

2000-05-03  Peter Stephenson  <pws@cambridgesiliconradio.com>

	* 11126: Doc/Zsh/expn.yo: typos in 11117.

2000-05-03  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>

	* 11121: Completion/User/_fakeroot, Completion/User/_rlogin,
 	Completion/User/_ssh, Completion/User/_sudo,
 	Completion/User/_xargs, Completion/X/_xutils, Doc/Zsh/compsys.yo,
 	Src/Zle/computil.c: allow `-' in exclusion lists for _arguments,
 	to avoid completing all options
	
	* 11117: Doc/Zsh/expn.yo, Src/hist.c: fix for the (z) flag: report
 	partial word (like `"foo', without a closing quote); mention in
 	manual that (z) is handled lately
	
	* Andrej: 11067: Completion/Builtins/_zcompile: handle -t option

	* 11113: Doc/Zsh/expn.yo, Src/hist.c, Src/subst.c,
 	Src/Modules/parameter.c, Src/Zle/zle_misc.c: new (z) parameter
 	flag to do shell-word splitting on the value
	
	* 11110: Completion/Core/_expand, Src/Zle/complist.c: remove
 	backslashes before `$' in _expand when `substitute' is unset; fix
 	for clearing end-of-list lines in menu-selection
	
2000-05-03  Tanaka Akira  <akr@zsh.org>

	* 11109: Completion/X/_xauth: new completion for xauth.

	* 11106: Completion/User/_mount: fix glob for device files.

2000-05-03  Peter Stephenson  <pws@cambridgesiliconradio.com>

	* 11096: Test/ztst.zsh, Test/13parameter.ztst: fix test output
	for C locale and ensure C locale is used

2000-05-03  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>

	* 11094: Doc/Zsh/compsys.yo: more doc fixes
	
	* 11092: Completion/Base/_arguments, Src/Zle/compcore.c: make sure
 	that completion messages are displayed even when there are no
 	matches
	
	* 11091: Functions/Zftp/zfcd_match: fix for completion of
 	directories for zftp suite
	
	* 11086: Src/builtin.c: allow calling `print -s' in widgets, avoid
 	duplicated history number
	
2000-05-02  Bart Schaefer  <schaefer@zsh.org>

	* 11077: Relocate misplaced redirection from 11043.

	* 11036, 11063: Always write the `read -q' prompt to shout;
	elminate some redundant close() calls.

2000-05-02  Oliver Kiddle  <opk@zsh.org>

	* 11078: README: update download location for yodl

2000-05-02  Tanaka Akira  <akr@zsh.org>

	* 11075: configure.in: install completion functions for AIX and BSD.

2000-05-02  Andrew Main  <zefram@zsh.org>

	* zefram103: Src/Makemod.in.in: make sure .{e,}pro files are
	non-empty, to keep the AIX compiler quiet.

2000-05-02  Peter Stephenson  <pws@cambridgesiliconradio.com>

	* 11066: Src/exec.c: suppress doing ZERR traps at the end
	of a sequence of &&/|| when another sublist follows.

2000-05-02  Oliver Kiddle  <opk@zsh.org>

	* 11065: Completion/Commands/_complete_debug: small fix to avoid
	using slashes in temporary file name

2000-05-02  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>

	* 11061: Functions/Misc/zrecompile: make zrecompile detect deleted
 	and new files
	
	* 11060: Doc/Zsh/compsys.yo: two more doc fixes
	
2000-05-02  Peter Stephenson  <pws@cambridgesiliconradio.com>

	* 11057: Src/builtin.c:  getopts for options with arguments
	miscounted $OPTIND and index into subsequent options (see 9095).

2000-05-02  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>

	* 11058: Completion/Core/_message, Doc/Zsh/compwid.yo, Src/Zle/comp.h,
 	Src/Zle/compcore.c, Src/Zle/complete.c: add -x option to compadd
 	to display message unconditionally
	
	* 11053: Completion/Commands/_complete_help: always use empty
 	matcher-list style in _complete_help
	
	* 11052: Src/Zle/computil.c: fix for _arguments, use
 	on-line-argument-numbers only for normal arguments, not for
 	arguments of options
	
	* 11049: Completion/Base/_arguments, Completion/Base/_first,
 	Completion/Builtins/_hash, Completion/Core/_expand,
 	Completion/User/_gprof, Completion/User/_mount,
 	Completion/User/_socket, Completion/User/_urls: completion
 	cleanup, mostly _wanted and $expl
	
	* 11048: Completion/Base/_first, Completion/Core/_complete,
 	Completion/Core/_path_files: make completion-in-vared complete
 	parameter values as default; cleanup for _path_files
	
	* 11047: Completion/Core/_sort_tags, Doc/Zsh/compsys.yo,
 	Doc/Zsh/compwid.yo: completion doc fixes and cleanup; _sort_tags
 	updated
	
2000-05-01  Bart Schaefer  <schaefer@zsh.org>

	* 11043: Completion/Core/_expand, Completion/User/_nedit: Catch
	an eval-time parse error by forcing the eval into a subshell;
	don't fail on nonexistent ~/.nedit file.

2000-05-01  Oliver Kiddle  <opk@zsh.org>

	* 11041: Completion/User/.distfiles, Completion/User/_bzip2:
	Use of _arguments for bzip2 completion

	* 11037: Etc/MACHINES, Etc/NEWS, Etc/completion-style-guide,
	Etc/zsh-development-guide: spelling corrections

-- 
Peter Stephenson <pws@cambridgesiliconradio.com>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


^ permalink raw reply	[flat|nested] 5+ messages in thread

* PATCH: zftp contexts
  2000-05-08  9:57 3.1.7-pre-3 Peter Stephenson
@ 2000-05-08 10:20 ` Peter Stephenson
  2000-05-08 16:00 ` 3.1.7-pre-3 Adam Spiers
  2000-05-16  0:34 ` 3.1.7-pre-3 Geoff Wing
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Stephenson @ 2000-05-08 10:20 UTC (permalink / raw)
  To: Zsh hackers list

someone wrote
> It's time to think about not putting in any changes
> affecting lots of files (even if not functionally substantial) until
> afterwards.

Humph.  I suggested to myself that it would be sensible to make contexts in
zftp consistent with others, i.e. not having a trailing colon.

Index: Doc/Zsh/zftpsys.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/zftpsys.yo,v
retrieving revision 1.2
diff -u -r1.2 zftpsys.yo
--- Doc/Zsh/zftpsys.yo	2000/04/01 20:43:44	1.2
+++ Doc/Zsh/zftpsys.yo	2000/05/08 10:18:04
@@ -522,14 +522,14 @@
 values will then be used throughout the zftp function system.  For more
 precise control, the first argument, which gives a context in which the
 style applies, can be modified to include a particular function, as for
-example `tt(:zftp:zfget:)': the style will then have the given value only
+example `tt(:zftp:zfget)': the style will then have the given value only
 in the tt(zfget) function.  Values for the same style in different contexts
 may be set; the most specific function will be used, where
 strings are held to be more specific than patterns, and longer patterns and
 shorter patterns.  Note that only the top level function name, as called by
 the user, is used; calling of lower level functions is transparent to the
 user.  Hence modifications to the title bar in tt(zftp_chpwd) use the
-contexts tt(:zftp:zfopen:), tt(:zftp:zfcd:), etc., depending where it was
+contexts tt(:zftp:zfopen), tt(:zftp:zfcd), etc., depending where it was
 called from.  The following styles are understood:
 
 startitem()
Index: Functions/Zftp/zfanon
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfanon,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 zfanon
--- Functions/Zftp/zfanon	1999/12/15 21:33:38	1.1.1.4
+++ Functions/Zftp/zfanon	2000/05/08 10:18:04
@@ -2,7 +2,7 @@
 
 emulate -L zsh
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zfanon:
+[[ $curcontext = :zf* ]] || local curcontext=:zfanon
 local opt opt_1 dir
 
 while getopts :1 opt; do
Index: Functions/Zftp/zfcd
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfcd,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 zfcd
--- Functions/Zftp/zfcd	1999/12/15 21:33:38	1.1.1.3
+++ Functions/Zftp/zfcd	2000/05/08 10:18:04
@@ -20,7 +20,7 @@
 #     work just as long as the directory structures under the home match.
 
 emulate -L zsh
-[[ $curcontext = :zf*: ]] || local curcontext=:zfcd:
+[[ $curcontext = :zf* ]] || local curcontext=:zfcd
 
 if [[ $1 = /* ]]; then
   zfautocheck -dn || return 1
Index: Functions/Zftp/zfcget
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfcget,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 zfcget
--- Functions/Zftp/zfcget	1999/12/15 21:33:38	1.1.1.3
+++ Functions/Zftp/zfcget	2000/05/08 10:18:04
@@ -12,7 +12,7 @@
 
 emulate -L zsh
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zfcget:
+[[ $curcontext = :zf* ]] || local curcontext=:zfcget
 local loc rem stat=0 opt opt_G opt_t remlist locst remst
 local tmpfile=${TMPPREFIX}zfcget$$ rstat tsize
 
Index: Functions/Zftp/zfclose
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfclose,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 zfclose
--- Functions/Zftp/zfclose	1999/12/15 21:33:38	1.1.1.2
+++ Functions/Zftp/zfclose	2000/05/08 10:18:04
@@ -1,4 +1,4 @@
 # function zfclose {
-[[ $curcontext = :zf*: ]] || local curcontext=:zfclose:
+[[ $curcontext = :zf* ]] || local curcontext=:zfclose
 zftp close
 # }
Index: Functions/Zftp/zfcput
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfcput,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 zfcput
--- Functions/Zftp/zfcput	1999/12/15 21:33:38	1.1.1.2
+++ Functions/Zftp/zfcput	2000/05/08 10:18:04
@@ -12,7 +12,7 @@
 
 emulate -L zsh
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zfcput:
+[[ $curcontext = :zf* ]] || local curcontext=:zfcput
 local loc rem stat=0 locst remst offs tailtype
 local tmpfile=${TMPPREFIX}zfcget$$ rstat
 
Index: Functions/Zftp/zfdir
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfdir,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 zfdir
--- Functions/Zftp/zfdir	1999/12/20 15:39:55	1.1.1.4
+++ Functions/Zftp/zfdir	2000/05/08 10:18:04
@@ -22,7 +22,7 @@
 emulate -L zsh
 setopt extendedglob
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zfdir:
+[[ $curcontext = :zf* ]] || local curcontext=:zfdir
 local file opt optlist redir i newargs force
 local curdir=$zfconfig[curdir_$ZFTP_SESSION]
 local otherdir=$zfconfig[otherdir_$ZFTP_SESSION]
Index: Functions/Zftp/zfgcp
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfgcp,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 zfgcp
--- Functions/Zftp/zfgcp	1999/12/15 21:33:38	1.1.1.3
+++ Functions/Zftp/zfgcp	2000/05/08 10:18:04
@@ -16,7 +16,7 @@
 
 emulate -L zsh
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zfgcp:
+[[ $curcontext = :zf* ]] || local curcontext=:zfgcp
 local opt remlist rem loc opt_G opt_t
 integer stat do_close
 
Index: Functions/Zftp/zfget
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfget,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 zfget
--- Functions/Zftp/zfget	1999/12/15 21:33:38	1.1.1.4
+++ Functions/Zftp/zfget	2000/05/08 10:18:04
@@ -19,7 +19,7 @@
 
 emulate -L zsh
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zfget:
+[[ $curcontext = :zf* ]] || local curcontext=:zfget
 local loc rem opt remlist opt_G opt_t opt_c
 integer stat do_close
 
Index: Functions/Zftp/zfgoto
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfgoto,v
retrieving revision 1.1.1.5
diff -u -r1.1.1.5 zfgoto
--- Functions/Zftp/zfgoto	1999/12/15 21:33:39	1.1.1.5
+++ Functions/Zftp/zfgoto	2000/05/08 10:18:04
@@ -8,7 +8,7 @@
 
 emulate -L zsh
 setopt extendedglob
-[[ $curcontext = :zf*: ]] || local curcontext=:zfgoto:
+[[ $curcontext = :zf* ]] || local curcontext=:zfgoto
 
 # Set ZFTP_BMFILE if not already set.  This should agree with
 # the corresponding line in zfmark.
Index: Functions/Zftp/zfhere
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfhere,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 zfhere
--- Functions/Zftp/zfhere	1999/12/15 21:33:39	1.1.1.2
+++ Functions/Zftp/zfhere	2000/05/08 10:18:04
@@ -1,6 +1,6 @@
 # function zfhere {
 # Change to the directory corresponding to $PWD on the server.
 # See zfcd for how this works.
-[[ $curcontext = :zf*: ]] || local curcontext=:zfhere:
+[[ $curcontext = :zf* ]] || local curcontext=:zfhere
 zfcd $PWD
 # }
Index: Functions/Zftp/zfls
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfls,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 zfls
--- Functions/Zftp/zfls	1999/12/15 21:33:39	1.1.1.2
+++ Functions/Zftp/zfls	2000/05/08 10:18:04
@@ -1,7 +1,7 @@
 # function zfls {
 
 emulate -L zsh
-[[ $curcontext = :zf*: ]] || local curcontext=:zfls:
+[[ $curcontext = :zf* ]] || local curcontext=:zfls
 
 # directory hack, see zfcd
 if [[ $1 = $HOME || $1 = $HOME/* ]]; then
Index: Functions/Zftp/zfmark
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfmark,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 zfmark
--- Functions/Zftp/zfmark	1999/12/15 21:33:39	1.1.1.4
+++ Functions/Zftp/zfmark	2000/05/08 10:18:04
@@ -7,7 +7,7 @@
 
 emulate -L zsh
 setopt extendedglob
-[[ $curcontext = :zf*: ]] || local curcontext=:zfmark:
+[[ $curcontext = :zf* ]] || local curcontext=:zfmark
 
 # Set ZFTP_BMFILE if not already set.  This should agree with
 # the corresponding line in zfgoto.
Index: Functions/Zftp/zfopen
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfopen,v
retrieving revision 1.1.1.5
diff -u -r1.1.1.5 zfopen
--- Functions/Zftp/zfopen	1999/12/15 21:33:39	1.1.1.5
+++ Functions/Zftp/zfopen	2000/05/08 10:18:04
@@ -7,7 +7,7 @@
 
 emulate -L zsh
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zfopen:
+[[ $curcontext = :zf* ]] || local curcontext=:zfopen
 local opt dir opt_1 setparams
 
 while getopts :1 opt; do
Index: Functions/Zftp/zfparams
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfparams,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 zfparams
--- Functions/Zftp/zfparams	1999/12/15 21:33:39	1.1.1.3
+++ Functions/Zftp/zfparams	2000/05/08 10:18:04
@@ -1,7 +1,7 @@
 # function zfparams {
 
 emulate -L zsh
-[[ $curcontext = :zf*: ]] || local curcontext=:zfparams:
+[[ $curcontext = :zf* ]] || local curcontext=:zfparams
 
 if [[ $# -eq 1 && $1 = - ]]; then
   # Delete existing parameter set.
Index: Functions/Zftp/zfpcp
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfpcp,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 zfpcp
--- Functions/Zftp/zfpcp	1999/12/15 21:33:39	1.1.1.3
+++ Functions/Zftp/zfpcp	2000/05/08 10:18:04
@@ -14,7 +14,7 @@
 
 emulate -L zsh
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zfpcp:
+[[ $curcontext = :zf* ]] || local curcontext=:zfpcp
 local rem loc
 integer stat do_close
 
Index: Functions/Zftp/zfput
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfput,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 zfput
--- Functions/Zftp/zfput	1999/12/15 21:33:39	1.1.1.2
+++ Functions/Zftp/zfput	2000/05/08 10:18:04
@@ -11,7 +11,7 @@
 
 emulate -L zsh
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zfput:
+[[ $curcontext = :zf* ]] || local curcontext=:zfput
 local opt opt_r
 integer stat do_close abort
 
Index: Functions/Zftp/zfsession
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfsession,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 zfsession
--- Functions/Zftp/zfsession	1999/12/15 21:33:39	1.1.1.2
+++ Functions/Zftp/zfsession	2000/05/08 10:18:05
@@ -3,7 +3,7 @@
 
 emulate -L zsh
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zfsession:
+[[ $curcontext = :zf* ]] || local curcontext=:zfsession
 local opt opt_l opt_v opt_o opt_d hadopts
 
 while getopts ":lovd" opt; do
Index: Functions/Zftp/zfstat
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfstat,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 zfstat
--- Functions/Zftp/zfstat	1999/12/15 21:33:39	1.1.1.3
+++ Functions/Zftp/zfstat	2000/05/08 10:18:05
@@ -6,7 +6,7 @@
 setopt localoptions unset
 unsetopt ksharrays
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zfstat:
+[[ $curcontext = :zf* ]] || local curcontext=:zfstat
 local i stat=0 opt opt_v
 
 while getopts :v opt; do
Index: Functions/Zftp/zftransfer
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zftransfer,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 zftransfer
--- Functions/Zftp/zftransfer	1999/12/15 21:33:39	1.1.1.2
+++ Functions/Zftp/zftransfer	2000/05/08 10:18:05
@@ -4,7 +4,7 @@
 
 emulate -L zsh
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zftransfer:
+[[ $curcontext = :zf* ]] || local curcontext=:zftransfer
 local sess1 sess2 file1 file2 oldsess=${ZFTP_SESSION}
 
 if [[ $# -ne 2 ]]; then
@@ -41,7 +41,7 @@
 # To avoid that, try to get the size and set it for the progress to
 # see.
 local style
-zstyle -s ':zftp:zftransfer:' progress style
+zstyle -s ':zftp:zftransfer' progress style
 if [[ -n $style && $style != none ]]; then
   local ZFTP_TSIZE array tmpfile=${TMPPREFIX}zft$$
   zftp remote $file1 >$tmpfile 2>/dev/null
Index: Functions/Zftp/zftype
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zftype,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 zftype
--- Functions/Zftp/zftype	1999/12/15 21:33:39	1.1.1.2
+++ Functions/Zftp/zftype	2000/05/08 10:18:05
@@ -1,6 +1,6 @@
 # function zftype {
 local type zftmp=${TMPPREFIX}zftype$$
-[[ $curcontext = :zf*: ]] || local curcontext=:zftype:
+[[ $curcontext = :zf* ]] || local curcontext=:zftype
 
 zfautocheck -d
 
Index: Functions/Zftp/zfuget
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfuget,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 zfuget
--- Functions/Zftp/zfuget	1999/12/15 21:33:39	1.1.1.3
+++ Functions/Zftp/zfuget	2000/05/08 10:18:05
@@ -25,7 +25,7 @@
 
 emulate -L zsh
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zfuget:
+[[ $curcontext = :zf* ]] || local curcontext=:zfuget
 local loc rem locstats remstats doit tmpfile=${TMPPREFIX}zfuget$$
 local rstat remlist opt opt_v opt_s opt_G opt_t
 integer stat do_close
Index: Functions/Zftp/zfuput
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfuput,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 zfuput
--- Functions/Zftp/zfuput	1999/12/15 21:33:39	1.1.1.3
+++ Functions/Zftp/zfuput	2000/05/08 10:18:05
@@ -11,7 +11,7 @@
 
 emulate -L zsh
 
-[[ $curcontext = :zf*: ]] || local curcontext=:zfuput:
+[[ $curcontext = :zf* ]] || local curcontext=:zfuput
 local loc rem locstats remstats doit tmpfile=${TMPPREFIX}zfuput$$
 local rstat opt opt_v opt_s
 integer stat do_close

-- 
Peter Stephenson <pws@cambridgesiliconradio.com>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 3.1.7-pre-3
  2000-05-08  9:57 3.1.7-pre-3 Peter Stephenson
  2000-05-08 10:20 ` PATCH: zftp contexts Peter Stephenson
@ 2000-05-08 16:00 ` Adam Spiers
  2000-05-08 17:00   ` 3.1.7-pre-3 Peter Stephenson
  2000-05-16  0:34 ` 3.1.7-pre-3 Geoff Wing
  2 siblings, 1 reply; 5+ messages in thread
From: Adam Spiers @ 2000-05-08 16:00 UTC (permalink / raw)
  To: Zsh hackers list

Peter Stephenson (pws@cambridgesiliconradio.com) wrote:
> There's nothing else I've got to do myself, except the reading through of
> the documentation I keep meaning to do.  (I shall continue to add things to
> Test, and I hope other people will, but that's not going to be finished by
> 3.1.7.)  Depending how strong I'm feeling on this, 3.1.7 could probably
> appear next weekend.

How keen are you that all the stuff on the sourceforge bug tracker
gets sorted out before 3.1.7?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 3.1.7-pre-3
  2000-05-08 16:00 ` 3.1.7-pre-3 Adam Spiers
@ 2000-05-08 17:00   ` Peter Stephenson
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Stephenson @ 2000-05-08 17:00 UTC (permalink / raw)
  To: Zsh hackers list

> How keen are you that all the stuff on the sourceforge bug tracker
> gets sorted out before 3.1.7?

There are only three open.

  feature request: position cursor to fix errors              Clint
 
This certainly isn't urgent, any time we want to think about it (it's not
necessarily Sven's problem since it's a more general editing issue --- the
errors are in spelling correction, not completion).

  Quoting in associative array indices is bad                 pws

It would be nice to do this properly, but it's not going to happen any time
soon.

  various issues with promptsys                               adamspiers

This looks like future development work.

-- 
Peter Stephenson <pws@cambridgesiliconradio.com>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 3.1.7-pre-3
  2000-05-08  9:57 3.1.7-pre-3 Peter Stephenson
  2000-05-08 10:20 ` PATCH: zftp contexts Peter Stephenson
  2000-05-08 16:00 ` 3.1.7-pre-3 Adam Spiers
@ 2000-05-16  0:34 ` Geoff Wing
  2 siblings, 0 replies; 5+ messages in thread
From: Geoff Wing @ 2000-05-16  0:34 UTC (permalink / raw)
  To: zsh-workers

On 08 May 2000 10:57:34 +0100, Peter Stephenson typed:
.....
:Depending how strong I'm feeling on this, 3.1.7 could probably
:appear next weekend.

Umm, so when are your next holidays? :-)

Regards,
-- 
Geoff Wing : <gcw@pobox.com>     Work URL: http://www.primenet.com.au/
Rxvt Stuff : <gcw@rxvt.org>      Ego URL : http://pobox.com/~gcw/
Zsh Stuff  : <gcw@zsh.org>       Phone   : (Australia) 0413 431 874


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-05-16  0:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-08  9:57 3.1.7-pre-3 Peter Stephenson
2000-05-08 10:20 ` PATCH: zftp contexts Peter Stephenson
2000-05-08 16:00 ` 3.1.7-pre-3 Adam Spiers
2000-05-08 17:00   ` 3.1.7-pre-3 Peter Stephenson
2000-05-16  0:34 ` 3.1.7-pre-3 Geoff Wing

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).