Mon Nov  6 22:32:19 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Zsh 2.6-beta11 released.

Sat Nov  4 23:49:15 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Fix whence/which/type so that commands added with
	  `hash foo=bar' are correctly reported.  From rc.

Thu Nov  2 03:04:09 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Delay setting up terminal and termcap in noninteractive
	  shells until needed.  From P.Stephenson (479).

Wed Nov  1 18:20:49 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Remove some arbitrary buffer limits in zle_tricky.c
	  From Zoltan (506).

	* Fix not clearing properly if more characters were
	  inserted than deleted.  Fix not clearing the last
	  character in the line if rprompt was printed.
	  From Geoff Wing (164,273).

	* Fix core dump in `bindkey'.  From P.Stephenson (514).

Mon Oct 30 01:49:10 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Added -L option to `alias' builtin.  From rc.

Sun Oct 29 04:34:51 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Removed hack of setting sourcelevel to 32768 to suppress
	  errexit and trapping of SIGZERR and SIGEXIT in init scripts.
	  Added global noerrexit for this.  From rc.

	* Added new command flag CFLAG_FAKE_EXEC.  This flag is used
	  when we can pretend this is an `exec' since this is the
	  last command in a subshell, or for `zsh -c'.  Rearranged code
	  to determine whether to do a fake exec.  Fixed code so that
	  fake exec (typically from command substitution) doesn't trash
	  the history file.  Also added code to save history file when
	  exec'ing a builtin.  From rc, Zoltan, and P.Stephenson.

Wed Oct 25 22:58:54 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Fixed hash -d foo=/usr/local/foo.  Also fixed hash -d foo
	  so that is doesn't try to free memory from the heap.  From rc.

Thu Oct 19 19:13:33 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Documentation fix for BRACE_CCL.  From P.Stephenson (173).

	* Add -Q option to compctl.  From Zefram (167).

	* New version of reporter script.  From Karl Vogel.

	* Add [[ str == pat ]].  From Zoltan (451).  The old
	  syntax remains, but this should be considered the
	  preferred form.

	* Add code to workaround a bug in in.rshd.  It is
	  not turned on by default.  You need to add the
	  #define RSH_BUG_WORKAROUND to turn on this code.

	* When you disable/enable a shell function
	  such as TRAPsig, the trapping of the signal
	  `sig' will also be disabled/enabled.  From rc.

Mon Oct  9 19:34:07 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Spelling correction changes.  From Zoltan.

	* Prompt code changes.  From Zefram (195,265) and
	  Zoltan (280).

Fri Oct  6 14:10:35 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Fix for input.c and hist.c when comparing
	  HISTSPACE.  From P.Stephenson (421).

Wed Oct  4 02:25:23 1995  Richard Coleman  <coleman@math.gatech.edu>

	* gettext2 wasn't printing text for pre-commands
	  noglob and `-'.  From Zefram.

	* Should do bitwise-or for CFLAG_DASH.  From Zefram
	  and Zoltan.

Mon Sep 25 00:18:08 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Rearrange things in setupvals() so that path is
	  set before cmdnamtable is built.  From Zoltan.

	* Only tokenize commas that are inside of
	  brace expansion.  From Zoltan (403).

	* Fix command resolution for commands (such as
	  typeset) that need automatic MAGIC_EQUAL_SUBST
	  substitution.  From Zefram.

Sun Sep 24 20:19:33 1995  Richard Coleman  <coleman@math.gatech.edu>

	* A small fix for compctl.  From Zefram.

	* Change phork to zfork.  From rc.

	* Fix core dump when setting trap.  Also remove
	  warning message about unsetting unset parameters.
	  From Zoltan.

Thu Sep 21 02:10:02 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Cleanups for glob.c.  From Zoltan (202).

	* Rearrange the checking of hash tables for
	  commands.  From Zefram and rc.

Tue Sep 19 21:23:54 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Fix to function restarthashtable so that if
	  restarting a table that is not re-allocated,
	  the memory will be re-zeroed.  This fix core dumps
	  when PATH is changed.  From rc.

	* Fix tty-opening code in init_io.
	  From P.Stephenson (391).

Mon Sep 18 18:58:23 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Change Z_* pipeline flags to be or'able.  This
	  cleans up pipeline code as well as making
	  `time command' work correctly in subshells.
	  From P.Stephenson (384).

	* Small patch to input routines for `eval'.
	  From P.Stephenson (385).

	* More cleanup of builtin `compctl'.  From Zefram
	  and rc.

Sun Sep 17 01:50:40 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Improvements and additions for the compctl's in
	  compctl-examples.  From Zefram.

Thu Sep 14 20:00:32 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Cleanup of printing text with special characters.
	  Move this printing into own function printquoted.
	  From Zefram (170,184).

	* Add man info for fc -i.  From Zefram.

	* Fix for signal trapping bug.  From P.Stephenson (119).

	* Fix bug of using spacejoin when IFS has changed.
	  From Zoltan (52).

Tue Sep 12 20:56:46 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Add code for unhash -d.  From Zefram.

	* Add back code for re-running autoloaded functions
	  that define themselves by name.  Also fix bug in
	  running autoloaded functions with parameters.
	  From P.Stephenson (379).

Sat Sep  9 00:28:02 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Corrected man page entry for hash, unhash, rehash,
	  function, unfunction, enable, disable, alias,
	  and unalias.  rc

Fri Sep  8 17:03:18 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Added zshall man page.  From P.Stephenson.

	* New version of zshcompctl man page from
	  P.Stephenson (234).

	* Fix completion code w.r.t the separated hash tables.
	  Also makes the disabled/enabled flags act as
	  modifiers.  From Zefram.

	* Moved code in execcmd to save/restore parameters
	  (for shell functions and buiiltins) to their own
	  functions.  Also cleaned it up some.  rc

	* Cleaned up bin_typeset some.  rc

Thu Aug 31 00:21:54 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Change configure to get right signal.h file for
	  Linux 1.3.x.  From Thorsten Meinecke and Zoltan
	  (196,289).

	* Eliminate ZLE_NAMEDBUFFER.  From Zefram (136).

	* Big patch to clean up base routines for history
	  input.  From P.Stephenson (140,334).

Mon Aug 28 21:01:03 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Add some detail to file globbing flags.  Mark Borges (323).

	* Split function handling code out of bin_typeset into
	  bin_functions.  rc

Tue Jul 18 05:13:01 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Changed syntax of hash builtin.  Use the syntax
	  "hash foo1=bar1 foo2=bar2" to add elements to the
	  cmdnam hash table.  Also added the -m option which
	  will print out all elements of cmdnam table matching
	  a glob pattern.  rc

Mon Jul 17 16:42:49 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Merged bin_enable and bin_disable.  rc

Sat Jul 15 04:46:03 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Merged bin_hash and bin_rehash.  Split named dir
	  code in bin_hash out into its own function
	  bin_nameddir_hash.  rc

Fri Jul 14 00:16:47 1995  Richard Coleman  <coleman@math.gatech.edu>

	* You can enable/disable reserved words with
	  "enable -r", and "disable -r".  You can enable/
	  disable aliases with "enable -a", and
	  "disable -a".  rc

Mon Jul 10 20:29:37 1995  Richard Coleman  <coleman@math.gatech.edu>

	* unhash only unhashed entries in hash table for external
	  commands.  Use "unhash -f" to unhash shell functions.  Added
	  option so that "unhash -a" will unhash elements of the
	  alias hash table.  unfunction is now equivalent to "unhash -f".
	  unalias is now equivalent to "unhash -a".  rc


	* enable/disable now only works on builtins.  You can use
	  "enable -f" or "disable -f" to enable/disable shell
	  functions.  rc

	* Split hash table cmdnamtab into 3 hash tables.  cmdnamtab
	  for external commands and hashed commands.  shfunctab for
	  shell functions.  builtintab for builtin commands.  This
	  of course entailed lots for changes in builtin.c.  rc

Fri Jun 30 05:10:13 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Zsh 2.6-beta10 released.

	* Make HOSTTYPE, OSTYPE, MACHTYPE, VENDOR, and
	  ZSH_VERSION non-special parameters.  From Zoltan (5827).

	* Added parameter ZSH_NAME.  From Zoltan (5615).

Wed Jun 28 17:25:23 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Build/installation parameters that are changed in the
	  top makefile are now passed down to recursive makefile
	  calls.  From rc.

Mon Jun 26 04:32:33 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Add some comments and some small cleanups of params.c.
	  From rc.

Fri Jun 23 03:37:55 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Assuming sufficient privileges (typically root), you can
	  change the username (and uid and gid) of the shell process
	  by assigning to USERNAME.  Also (again assuming sufficient
	  privileges) you can start an individual command under a
	  different username (and uid/gid) by:
	  USERNAME=username command
	  From rc.

	* Updated the man page entries for USERNAME, UID, GID,
	  EUID, EGID, and LOGNAME.  From rc and Zoltan.

Mon Jun 19 02:07:46 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Allow var[a,b]=c type string assignments  when b < a.
	  From Zoltan (5791).

Sun Jun 18 01:17:08 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Add a glob of comments (pun intended) to glob.c.
	  From P. Stephenson (101).

Fri Jun 16 00:30:41 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Use zsh's own zstrtol instead of vendor strtol
	  since a lot of them are broken.

	* Fix some problems dealing with 64 bit ints.
	  From Zoltan (5826).

	* Add new versions of config.sub and config.guess to
	  distribution.  Rebuilt configure with new autoconf 2.4.

Thu Jun 15 00:25:43 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Add new builtin called "hashinfo" which will dump
	  stats about the various internal hash tables.  You can enable
	  this command with the configure option --enable-zsh-hash-debug.
	  This will add the #define ZSH_HASH_DEBUG to config.h.

	* Add support for printing time report in HH:MM:SS
	  format.  From Zoltan (96).

	* Changed the DEFAULT_TIMEFMT to
	  "%J  %U user %S system %P cpu %*E total".
	  From rc.

	* Cleanup of code to print a condition.
	  From P. Stephenson (74).

	* Make errors in math evaluation in let are non-fatal.
	  Also fix some problems with multiple traps.  From
	  P.Stephenson (59).

	* Fix for redirection bug.  From Zefram (31).

	* Merge setmoreflags and initterm into init_io.
	  From P.Stephenson (64). 

	* Use _exit instead of exit when in subshell and
	  CFLAG_EXEC.  From P.Stephenson (72).

Wed Jun 14 23:17:55 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Add support for NIS+.  From Sven Wischnowsky (77).
	  ( No configure support yet )

Thu Jun  8 14:16:28 1995  Richard Coleman  <coleman@math.gatech.edu>

	* Small fix to vicmdmode.  From Zefram (86).

	* Add configure test for CLOBBERS_TYPEAHEAD.
	  From P. Stephenson (88).

	* Big reorganization of code dealing with the various
	  hash tables.  From rc.

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.
