[Cvsshell-devel] CVS: cvsshell ChangeLog,1.3,1.4
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-05-27 08:08:03
|
Update of /cvsroot/cvsshell/cvsshell In directory usw-pr-cvs1:/tmp/cvs-serv21991 Modified Files: ChangeLog Log Message: ChangeLog should now be ready for the release Index: ChangeLog =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog 28 Mar 2002 23:07:37 -0000 1.3 --- ChangeLog 27 May 2002 07:38:25 -0000 1.4 *************** *** 4,15 **** + New Features: + Bugfixes: + Enhancements: ! ! - etc/default-cvsshellrc: changed color settings ! ! + API Additions: ! ! - src/interactive_app.py: prompt supports default value for answer --- 4,27 ---- + New Features: + - Rename command. + - Automatic refresh of the file listing. This option can be turned on/off + with `auto-refresh on' or `auto-refresh off' + - Support for migration of cvsroot aliases from the old configuration file to + the new configurations file during the installation process. + - Shell commands can be embedded in cvsshell commands by enclosing them in + `...`. + Example: commit `find -name *.py` + - Commands can be sent directly to the underlying shell by prepending a '!'. + Bugfixes: + - Remove command now checks for existence before removing a file. + Enhancements: ! - Changed color settings. ! - Commit command asks you to continue if no files are given to commit ! to make sure not to commit a whole directory tree by mistake. ! ! + API Additions/Changes: ! - src/interactive_app.py: Prompt method now supports default value for answer. ! - src/app.py: shell method new raises a exception if the execution of the shell ! command fails. \ No newline at end of file |