Tue May 30 01:55:51 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Zsh 2.6-beta9 released.

	* Add some optimisations to matheval.  From P. Stephenson (55).

	* Separate the I/O of zle from direct reliance on
	  stdin/stdout or fd's 0 and 1.  From P. Stephenson (26).

Fri May 26 00:01:52 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Merged setupparams and setparams into buildparamtab.
	  From Richard Coleman.

	* Split aliases and reserved words into two separate
	  hash tables.  From Peter Stephenson (33).

Thu May 25 00:27:55 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Tighten up permissions on temporary files and named
	  pipes that zsh creates.  From Duncan Sinclair (5298).

Mon May 22 23:54:52 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Use sed instead of cut in configure.  From Eskandar.

Fri May 19 00:08:52 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Add some casts to pacify noisy compilers.
	  From Zoltan (6123).

	* Fix for describe-key-briefly and where-is which
	  had problem with command lines spanning more than
	  one screen.  From Zoltan (6127).

	* Fix core dump in bindkey.  From Peter (6198).

	* Fix typo in exec.c code.  From Peter (6197).

	* Fix for redisplay from Zefram (6009).

	* Small fix for missing newlines in single_line_zle
	  mode. (6201).

Wed May 17 01:50:48 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Added function zrealloc to mimic POSIX realloc.

Wed May 10 19:13:34 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Fix so that with builtin at the end of a pipeline,
	  the return value of pipeline is return value of
	  builtin.  From P.Stephenson (6161).

	* Fix problem with exec.  From P.Stephenson (6160).

Tue May  9 00:35:45 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Fixes to read builtin.  From Dave Sainty (6142).

	* Vi mode fix.  From Zefram (6115).

Mon May  8 23:44:00 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Patch for exec.c so that execpline will correctly invert
	  return values of !foo, when foo is shell function.  From
	  P.Stephenson (6098).

Thu May  4 00:02:51 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Zsh 2.6-beta8 released.

	* Allow globbing of words beginning with %.  From
	  Zoltan (6002).

	* Add -T option to compctl.  From Sven (6028).

	* Patch to allow array subscripts in arithmetic
	  evaluations without $.  From Zoltan (5715).

	* Patch so that exec bit gets to execcursh by execcmd.
	  From P.Stephenson (6076).  Now zsh -c '{ foo }' will
	  exec last command instead of forking.

Wed May  3 23:56:21 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Fix bug in accept-and-menu-complete on variable
	  names.  From Zoltan (6078).

Tue May  2 00:17:47 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Remove redundant call to inittyptab in setupvals
	  in init.c.  (rc)

	* Setopt PROMPTSUBST if started as sh or ksh.  From
	  Zoltan (6070).

	* Check for /dev/fd filesystem with configure.  Don't
	  do /dev/fd simulation in conditional expressions
	  unless /dev/fd is not supported.  (rc)

	* Patch for job.c so that ^C-ing a job started by a
	  function stop the whole function.  From Sven (5837).

Mon May  1 23:50:05 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Patch so that zsh -c and subshells will exec last
	  command correctly.  From P.Stephenson (6057).

Sun Apr 30 04:28:57 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Fixed handling of ${foo+`echo hello`}.
	  From Zoltan (6019).

	* Fixed reversed arguments in difftime compatibility
	  function.  From Wayne Davison (6050).

Wed Apr 26 20:07:27 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Zsh 2.6-beta7 released.

Tue Apr 25 00:56:13 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Fix some memory leaks.  From Zoltan (5959).

	* Setopt NOBADPATTERN if started as sh or ksh.  From
	  P.Stephenson (6031).

	* Big patch for zle's vi mode.  From Zefram (6014).

	* Make test builtin compatible with /bin/test.
	  From P.Stephenson (6012).

Mon Apr 24 21:26:44 1995  Richard Coleman  <coleman@math.gatech.edu>

	* In arithmetic evaluation, numbers can now be entered
	  using C syntax (0xff and 077).  From Zoltan (5780).

Fri Apr 21 17:03:37 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Rearranged builtin.c to group things more logically.
	  From Zefram.

Mon Apr 17 21:22:26 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Zsh 2.6-beta6 released.

	* lots of fixes I don't remember.

	* new zle functions describe-key-briefly and
	  whereis.

	* precedents fixed in math mode.

	* lots of changes to named directory code, new options -r,
	  and -f to hash.

	* option NO_HIST_CLOBBER removed and HIST_ALLOW_CLOBBER
	  added.  It is not on by default.

	* most of signals.{c,h} rewritten.

	* lots of configurations changes.

	* history saved on exec and timeout.

Wed Mar  8 23:06:16 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Reversed -f and -F (again).

Fri Mar  3 20:48:34 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Fix a couple of memory leaks from Sven (5561).

	* Comments and minor changes to builtin.c from
	  Zefram (5495).

Mon Feb 27 23:14:45 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Zsh 2.6-beta5 released.

	* Builtin.c enhancements from Zefram (5428).

	* Added ksh style autoloaded functions from
	  P.Stephenson (5424).

	* Job.c and exec.c fixes from Sven Wischnowsky (5417,5491)

	* New version of cdmatch from Zoltan Hidvegi (5376).

	* Comments for builtin.c from Zefram (5378).

	* New version of zed from Zoltan Hidvegi (5372)

	* KSHPRIV changed to PRIVILEGED from Zoltan Hidvegi
	  (5370,5420).

	* New option BSD_ECHO from Zoltan Hidvegi (5391,5474)

	* Fix core dump on !<RET> from P.Stephenson (5410)

	* Compctl fixes from P.Stephenson (5373)

	* Enable ksh style redirection from Zoltan Hidvegi
	  (5374)

	* Fix partial command running on ^C from P. Stephenson
	  (5326)

	* History fixes from Zoltan Hidvegi (5300,5342)

	* Accept modifiers in glob patterns from Zoltan Hidvegi
	  (5272)

	* Bug fixes to completion code from Sven Wischnowsky and
	  Zoltan Hidvegi. (5263,5291,5327,5344,5352,5369,5386,
	  5403,5408,5422,5468)

	* More comments for zle_tricky.c from Sven Wischnowsky
	  (5258).

	* Fixed problem with signals.h coming after some prototypes.
	  (Richard).

	* Changed funcs.h to prototypes.h.  Moved a couple externs
	  from prototypes.h to zsh.h (Richard)

Sun Feb 12 22:51:19 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Zsh 2.6-beta4 released.

Sat Feb 11 00:06:51 1995  Richard Coleman  <coleman@math.gatech.edu>

	* patch for getopts.  From Peter Stephenson.

	* Add big patch of comments to zle_tricky.c from
	  Sven Wischnowsky.

Thu Feb  9 22:44:26 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Add Numeric brace expansion.

	* Added rlimit kludge for HP/UX.

	* Big patch to RPROMPT stuff from Eskandar Ensafi.

	* Lots of fixes for zle_tricky.c, zle_main.c, zle_misc.c
	  from Zoltan Hidvegi and Sven Wischnowsky.

Thu Feb  2 02:56:46 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Switched -f and -F options so that -f is noglob
	  and -F is norcs.  This for greater ksh compatibility.

Wed Feb  1 21:24:48 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Added option LOCAL_OPTIONS.  From Peter Stephenson.

Tue Jan 31 15:05:31 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Added manual entry for autoparamslash.

	* Updates to compctl code in builtin.c.  From Peter Stephenson.

	* Renamed signals.awk to signames.awk.  Move the signal
	  handling code out of jobs.c, utils.c, zsh.h into
	  signals.h and signals.c.

Mon Jan 30 00:49:37 1995  Richard Coleman  <coleman@math.gatech.edu>

	* changed GLOBAL_ZLOGOUT to be sourced after .zlogout

Sat Jan 28 04:22:04 1995  Richard Coleman  <coleman@math.gatech.edu>

	* added #define RLIM_T_IS_QUAD_T for real BSD4.4 systems.

Fri Jan 27 17:45:21 1995  Richard Coleman  <coleman@math.gatech.edu>

	* patch to exec.c for pipeline bug.  From
	  Sven Wischnowsky. (article 5063).

Thu Jan 26 22:00:27 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Added GLOBAL_ZLOGOUT

	* Changed configure.in so that libnsl is only linked
	  if needed to find getdomainname.

Wed Jan 25 15:40:56 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Zsh version 2.6-beta3 released.

	* Added small patch for FCEDIT and POSTEDIT.  From
	  Geoff Wing.

	* Added new version of reporter script.  From
	  Karl Vogel.

Tue Jan 24 00:16:20 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Added patch so that shwordsplit doesn't toggle.
	  From Peter Stephenson.

	* Several patches for tty settings and some cleanup of
	  prompting.  From Eskandar Ensafi.

	* patch for builtin from Hegedus Peter.

	* patch for pipe bug.  From Sven Wischnowsky.

	* patch to zle_tricky.c for small completion bug.  From
	  Sven Wischnowsky.

	* Patch for math.c.  From Peter Stephenson.

	* Added new zle_refresh.c and followup patch.  From
	  Geoff Wing.

Mon Jan 23 22:42:17 1995  Richard Coleman  <coleman@math.gatech.edu>

	* patch to prevent job table from filling up.

	* Added patch for autoparamslash option.  From
	  Sven Wischnowsky.

Mon Dec 12 20:17:01 1994  Richard Coleman  <zsh@math.gatech.edu>

	* Fixed buglet in CSH_JUNKIE_PAREN.  From
	  Peter Stephenson.

Thu Nov 17 19:57:17 1994  Richard Coleman  <zsh@math.gatech.edu>

	* Spurious comma in configure.in.  Spurious spaces on
          blank lines in Makefile{.in} were causing problems
          on netbsd.

Wed Nov 16 00:24:33 1994  Richard Coleman  <zsh@math.gatech.edu>

	* Zsh version 2.6-beta2 released.

	* New version of aclocal.m4.  Borrowed from m4-1.4.
          Made a few changes since we're not strict ansi yet.

Wed Nov  9 20:29:21 1994  Richard Coleman  <zsh@math.gatech.edu>

	* Added updated replacement for zle_refresh.c from Geoff Wing.

Tue Nov  8 21:01:08 1994  Richard Coleman  <zsh@math.gatech.edu>

	* initialize tty modes in non-interactive shells.

	* fixed so expand-or-complete-prefix respects
	  always_last_prompt option. (Sven)

	* fix for pipes in for loops. (Sven)

	* Patch from  Peter Stephenson to fix <-> for case where
	  the file names are large.

	* Added 2 patches from Eskandar Ensafi for zle_misc.c,
	  watch.c,zsh.h, for cleaning up handling of termcap
	  strings and text attributes.

	* Added replacement for zle_refresh.c from Geoff Wing.

Mon Nov  7 01:00 1994 Richard Coleman <zsh@math.gatech.edu>

	* Reorganized the directory structure and renamed some of the
	  directories.

        * New targets dist and dist-rcs to automatically create
          zsh distributions.

Sun Nov  6 08:10 1994 Richard Coleman <zsh@math.gatech.edu>

        * Finished converting to autoconf 2.1.

Sun Oct 23 20:05 1994 Sven Wischnowsky <oberon@cs.tu-berlin.de>

	* exec.c,utils.c: fix problem with commands in pipeline not
	  able to attach to tty under certain conditions.

Sun Oct 23 03:25 1995 Richard Coleman <zsh@math.gatech.edu>

	* configure.in,jobs.c: removed configure test for sigsetjmp.
	  Use _POSIX_VERSION instead.

Sun Oct 23 03:20 1994 Peter Stephenson <P.Stephenson@swan.ac.uk>

	* builtin.c,exec.c,globals.h: big patch to fix problems with
	  typeset and variable assignment.

Mon Oct 17 18:28 1994 Martin Steed <msteed@tfs.com>

	* signals.awk: added change so that _SIGxxx will be
	  recognized in sys/signal.h.

Mon Oct 17 18:21 1994 Kunihiro Ishiguro <kunihiro@sramhb.sra.co.jp

	* zsh.h: replaced #elif since HP-UX 8.07 doesn't support it.

Sun Oct 16 22:23 1994 Richard Coleman <zsh@math.gatech.edu>

	* Created Makefile.in for rest of subdirectories.

Sun Oct 16 21:00 1994 Richard Coleman <zsh@math.gatech.edu>

	* Zsh version 2.6-beta1 released.
