Is there a way to see all the recently changed files in an eclipse project (including files recently changed by other CVS users)? Thanks.
The History view just shows the change log for a single file; there is no view to show the change log for all files in a folder or project.
You need to use a different tool.
If you use Maven, you can try the changelog plugin.
If you use WinCVS, there is an option to generate a changelog.
If that's also no option, try cvs2cl.