1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 18:30:55 +01:00

Put reordered log entry back and corrected the date.

This commit is contained in:
Wayne Davison 2000-07-20 16:56:02 +00:00
parent 0ebef10483
commit fb4e11bb15

View file

@ -7,6 +7,10 @@
* 12326: Completion/User/_cvs: Discard stderr of a command subst.
2000-07-20 Wayne Davison <wayned@users.sourceforge.net>
* 12323: Src/hist.c: support "builtin" in HIST_NO_STORE check.
2000-07-19 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* 12319: Completion/User/_perl_builtin_funcs: Get also /usr/share/man.
@ -47,10 +51,6 @@
already removed from the history. Fixed remhist() to not remove
the wrong line in the above scenario. Got rid of "spaceflag".
2000-07-17 Wayne Davison <wayned@users.sourceforge.net>
* 12323: Src/hist.c: support "builtin" in HIST_NO_STORE check.
2000-07-17 Tanaka Akira <akr@zsh.org>
* 12274: Test/53completion.ztst, Test/55arguments.ztst,