# # # patch "NEWS" # from [0feb71c012d5de315b168b8d24563e7e10448b46] # to [d2ec16781fc257bb5cfb89fb4bd7cb50b9f66437] # # patch "src/view/dialogs/RevisionManifest.cpp" # from [e1d48f9707ef7086f7bae74a2bc1a110af2f6f5f] # to [4dd1a71a3937be591ba179bf12bb4d134f22c250] # ============================================================ --- NEWS 0feb71c012d5de315b168b8d24563e7e10448b46 +++ NEWS d2ec16781fc257bb5cfb89fb4bd7cb50b9f66437 @@ -1,6 +1,8 @@ ????-??-?? (0.7) - new: possibility to display the history of a single file in chronological - order (right-click on any tracked file and click "History") + order: In the workspace view, right-click on any tracked file and hit + "History"; the history is also available from the manifest view of a + revision - new: find unaccounted renames in your workspace (i.e. finds those renames which only happened in the filesystem). Matches files by content and directories by name (todo: implement actual renaming) ============================================================ --- src/view/dialogs/RevisionManifest.cpp e1d48f9707ef7086f7bae74a2bc1a110af2f6f5f +++ src/view/dialogs/RevisionManifest.cpp 4dd1a71a3937be591ba179bf12bb4d134f22c250 @@ -160,7 +160,7 @@ void RevisionManifest::contextMenuReques !static_cast(indexList.at(0).internalPointer())->is_directory) { actOpenFile = menu.addAction(tr("Open file")); - actFileHistory = menu.addAction(tr("File history")); + actFileHistory = menu.addAction(tr("History")); actOpenFile->setFont(activeFont); menu.addSeparator(); }