diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-12 22:59:04 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-12 22:59:04 +0000 |
commit | 8d1b4b1358db02d6c9426e4bb3553583e11bf112 (patch) | |
tree | a3095364536d55f8356ac99559e440cc91f33eb1 /patchlist.txt | |
parent | 5714953c514a5fea35dcd819caf1afef4d92a13b (diff) | |
download | zsh-8d1b4b1358db02d6c9426e4bb3553583e11bf112.tar.gz zsh-8d1b4b1358db02d6c9426e4bb3553583e11bf112.tar.xz zsh-8d1b4b1358db02d6c9426e4bb3553583e11bf112.zip |
Sync up with zsh-3_1_6-pws-1.
Diffstat (limited to 'patchlist.txt')
-rw-r--r-- | patchlist.txt | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/patchlist.txt b/patchlist.txt deleted file mode 100644 index fc471a727..000000000 --- a/patchlist.txt +++ /dev/null @@ -1,41 +0,0 @@ -This version of zsh is based on 3.1.5 and includes the following -patches. (The version number built into the shell has not been changed.) - - Old stuff: - -Zoli's AIX dynamic loading patch from 3933, slightly updated, without -some hunks which weren't needed on AIX 3.x so I don't know how to -update properly. - -My completion widgets patch - - Patches which have appeared since 3.1.5 (it's already a week, after - all...): - -Bart's addon collection 4473 (excluding the bit from 4105), 4475, 4476 - -My patch in 4477 to rename three functions to avoid clashes when -dynamic loading (particularly necessary on IRIX and AIX), including -the effect of Sven's additional fix in 4488 - -My patch 4513 for case-insensitive globbing via flags, plus fixlet 4552 - -Sven's magna opera patch-or 4510 and patch-match 4509 to add control of -alternative matches and arbitrary mapping between characters in the -command line and the matched, plus all known fixes 4526, 4527, 4534, -4555, 4557 - -My ~PWD patch 4533 - -My suggestion for fixing the suffix on a yank in 4564 - -Bart's deltochar patch including new flags to allow commands not to -interrupt cumulative effects in 4570 - -Bart's doc fiz 4574 - -Sven's latest word on the fixsuffix() horror in 4576, plus a -fixsuffix() added by hand in delcharorlist() which I've somehow missed -along the way - -My latest version of lete2ctl, not posted |