about summary refs log tree commit diff
path: root/Etc/CONTRIBUTORS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-05-05 11:13:01 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-05-05 11:13:01 +0000
commit3143ec4202a7a4f73ba1e9bdde0df459245b7ba0 (patch)
tree048bcd598b295a5e7304398d653f0e82b0ac0b67 /Etc/CONTRIBUTORS
parent126d3131e180d17d058f80b86f74dde5bfafffd5 (diff)
downloadzsh-3143ec4202a7a4f73ba1e9bdde0df459245b7ba0.tar.gz
zsh-3143ec4202a7a4f73ba1e9bdde0df459245b7ba0.tar.xz
zsh-3143ec4202a7a4f73ba1e9bdde0df459245b7ba0.zip
11185: Update contributors list for 3.1.7
Diffstat (limited to 'Etc/CONTRIBUTORS')
-rw-r--r--Etc/CONTRIBUTORS109
1 files changed, 99 insertions, 10 deletions
diff --git a/Etc/CONTRIBUTORS b/Etc/CONTRIBUTORS
index 52d664fad..849f9edc3 100644
--- a/Etc/CONTRIBUTORS
+++ b/Etc/CONTRIBUTORS
@@ -4,8 +4,8 @@ ZSH CONTRIBUTORS
 
 Zsh was originally written by Paul Falstad <pf@zsh.org>.  Zsh is
 now maintained by the members of the zsh-workers mailing list
-<zsh-workers@math.gatech.edu>.  The development is currently coordinated
-by Andrew Main (Zefram) <zefram@zsh.org>.
+<zsh-workers@sunsite.auc.dk>.  The development is currently coordinated
+by Peter Stephenson <pws@zsh.org>.
 
 This file credits only the major contributors to the current release.
 See the ChangeLog files for a complete list of people who have submitted
@@ -15,6 +15,95 @@ to be currently accurate.  If you feel that you or someone else have
 been unfairly omitted from this list please mail the current maintainer
 at <coordinator@zsh.org>.
 
+Version 3.1.7
+-------------
+
+* Clint Adams <schizo@debian.org>: configuration, various fixes esp. in
+  completion
+
+* Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>:design, testing and
+  patches for completion system, documentation, various other fixes
+
+* Chmouel Boudjnah <chmouel@mandrakesoft.com>: design, testing and patches
+  for completion system, documentation, various other fixes
+
+* Wayne Davison <wayne@clari.net>: History code
+
+* Alexandre Duret-Lutz <duret_g@epita.fr>: design, testing and patches for
+  completion system, documentation, various other fixes
+
+* Oliver Kiddle <opk@u.genie.co.uk>: AIX dynamic library support, various
+  completion functions, web page maintenance, documentation fixes
+
+* Andrew Main <zefram@zsh.org>: configuration and module/DLL code, IPv6
+  support, various other bits
+
+* Felix Rosencrantz <f_rosencrantz@yahoo.com>: design, testing and patches
+  for completion system, documentation, various other fixes
+
+* Bart Schaefer <bart@zsh.org>: documentation and many other bits, archive
+  maintainance
+
+* Adam Spiers <adam@spiers.net>: various completion functions, source code
+  archive maintenance, documentation fixes, prompt themes
+
+* Peter Stephenson <pws@zsh.org>: pattern matching code rewrite and
+  enhancements, typeset and local variables, zftp maintenance, general
+  configuration, floating point support
+
+* Tanaka Akira <akr@m17n.org>: CVS archive, numerous completion functions
+  for common commands, regex shell function state machine
+
+* Geoff Wing <geoff@zsh.org>: mailing list and FTP archive, various other
+  bits
+
+* Sven Wischnowsky <wischnow@zsh.org>: almost all completion code including
+  all comp* libraries, all core functions in completion function system;
+  styles; job control code; rewrite of internal shell code structures and
+  parsing and execution code to use word code; parameter code; repair roof,
+  fix guttering, put up shelves in study, recarpet hall, ...
+
+Other patches were submitted by Will Day, Irving Wolfe, John Williams, Vin
+Shelton, Akim Demaille, Helmut Jarausch, Gene Cohler, Johan Sundström.
+
+Version 3.1.6
+-------------
+
+* Sven Wischnowsky <wischnow@informatik.hu-berlin.de>: completion code,
+  major rewrite and enhancements, including matching control, completion
+  widgets and function system, complist module; zle code additions; job
+  control code changes; parameters code changes; parameter module;
+  additional autoloading code; general code changes for extra efficiency;
+  subscripting and ordering of globbing lists.
+
+* Peter Stephenson <pws@zsh.org>: zftp and mapfile modules and zf*
+  functions; local parameters and typeset changes; changes in autoconf
+  system; case-independent and approximate pattern matching; various
+  options; a few completion modules; some zle changes; FAQ.
+
+* Bart Schaefer <schaefer@zsh.org>: associative array implementation; other
+  parameter changes; keeping track of missing patches; function autoloading
+  changes.
+
+* Wayne Davison <wayne@clari.net>:  History code novelties and improvements
+  with new options.
+
+* Geoff Wing <gcw@zsh.org>:  Zle display code fixes, mailing list and patch
+  archive.
+
+* Zoltán Hidvégi <hzoli@cs.elte.hu>: AIX dynamic loading code.
+
+* Matt Armstrong: cygwin configuration changes.
+
+Other improvements, bug fixes and design suggestions from all the above
+plus Andrej Borsenkow, Oliver Kiddle, Tanaka Akira, Naoki Wakamatsu, Tatuso
+Furukawa, Ville Herva, Will Day, Lehti Rahmi, Larry P. Schrof, Helmut
+Jarausch, Phil Pennock, Wilfredo Sanchez, Bruce Stephens, Gene Cohler,
+Ollivier Robert, Felix Rosencrantz.
+
+Previous versions of zsh 3 were maintained by Zoltán Hidvégi and Andrew
+Main (Zefram).
+
 Version 3.0
 -----------
 
@@ -31,13 +120,13 @@ Version 3.0
   8-bit clean.  Made some reorganizations in exec.c.  Fixed signal
   handling bugs.  Fixed lots of bugs in various places.
 
-* Peter W. Stephenson <pws@ifh.de> the maintainer of the zsh FAQ.
+* Peter W. Stephenson <pws@zsh.org> the maintainer of the zsh FAQ.
   Reorganizations in exec.c.  Rewrote and reorganized the history code.
   Rewrote the zshcompctl manual page.  Fixed several bugs related to
   programmable completion.  Fixed several signal handling bugs.  Rewrote
   test and read builtins.  Lots of other bugfixes.
 
-* Andrew Main (Zefram) <zefram@fysh.org> reorganized builtin.c.
+* Andrew Main (Zefram) <zefram@zsh.org> reorganized builtin.c.
   Rewrote large parts of the zle vi mode.  Redirection fixes.  Reorganized
   parts of the completion code, added some enhancements and fixed lots of
   bugs.  Made zle fully 8-bit clean.  Fixed several zle bugs.  Reorganized
@@ -47,21 +136,21 @@ Version 3.0
   programmable completion code in zsh-2.5.0.  Several bugfixes in exec.c
   and jobs.c.  Lots of completion bugfixes and enhancements.
 
-* Geoff Wing <mason@werple.net.au> rewrote most of zle_refresh.c.  Some
+* Geoff Wing <gcw@zsh.org> rewrote most of zle_refresh.c.  Some
   other bugfixes.
 
 * Clive Messer <clive@epos.demon.co.uk> brought the texinfo documentation
   up-to-date.
 
-* Mark Borges <mdb@cdc.noaa.gov> maintains the zsh web page
-  (http://www.mal.com/zsh/).  Several documentation fixes.  Maintains the
-  texinfo documentation together with Clive.
+* Mark Borges <mdb@cdc.noaa.gov> contributed several documentation fixes
+  including further texinfo documentation updates and maintained the zsh
+  web pages during their tenure at www.mal.com.
 
 * Wayne Davison <wayne@clari.net> improved the the zle search functions
   and made them 8-bit clean.  Some other little bugfixes.
 
-* Bart Schaefer <schaefer@candle.brasslantern.com> submitted several
-  bugfixes, reported lots of bugs and gave many very useful suggestions.
+* Bart Schaefer <schaefer@zsh.org> submitted several bugfixes, reported
+  lots of bugs and gave many very useful suggestions.
 
 Version 2.5
 -----------