diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-10-08 23:23:19 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-10-08 23:23:19 +0000 |
commit | c05028c195325abcaa4dcb0d1a3d7dd9c3d7627d (patch) | |
tree | fc67c3ab3eb55a8635fa50da02b24f8a698c9299 /ChangeLog | |
parent | 45fe8e9205a33951b85be7cc0bf3e8bd72b3a68a (diff) | |
download | zsh-c05028c195325abcaa4dcb0d1a3d7dd9c3d7627d.tar.gz zsh-c05028c195325abcaa4dcb0d1a3d7dd9c3d7627d.tar.xz zsh-c05028c195325abcaa4dcb0d1a3d7dd9c3d7627d.zip |
23923: fold all other curses windowing builtins into zcurses.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 504810543..5f50cb29e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-10-08 Clint Adams <clint@zsh.org> + * 23923: Src/Modules/curses.c: fold all other curses windowing + builtins into zcurses. + * 23919: Src/Modules/curses.c, Src/Modules/curses.mdd: have new zcurses builtin replace 4 separate builtins. |