# # # patch "NEWS" # from [ab18bdc27e43f967753f1aa1b7c9ff6487f85b27] # to [ad3c366ed398314b446d72165bf14c62233ac8e0] # # patch "notes/IDEAS" # from [0f7d32bac1e3d7405a733c7548508969064efe21] # to [bdf47a7c58a2a0c0f183ea9ef59290a46d7dbc3c] # # patch "notes/TODO" # from [3ee3d4b3fdb8924e09c4dd7bfd2717cef3eec4e6] # to [218f05af36269d6f5f71b2ba388fa537e3469b9d] # ============================================================ --- NEWS ab18bdc27e43f967753f1aa1b7c9ff6487f85b27 +++ NEWS ad3c366ed398314b446d72165bf14c62233ac8e0 @@ -1,3 +1,13 @@ +????-??-?? + - new: possibility to display the history of a single file in chronological + order (right-click on any tracked file and click "History") + - 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 (actual rename is not yet implemented due to a missing + version of mtn automate rename) + - new: add, drop and edit file attributes + - bugfix: the workspace is now properly updated after a commit + 2007-04-25 (0.6.3) - add RELEASE_CHECKLIST so I don't forget a dozen things for the next release - bugfix: no I() crash if an enclosure of appcast.xml is missing the ============================================================ --- notes/IDEAS 0f7d32bac1e3d7405a733c7548508969064efe21 +++ notes/IDEAS bdf47a7c58a2a0c0f183ea9ef59290a46d7dbc3c @@ -1,6 +1,7 @@ mid- to longterm, for a list of definite This file lists some ideas what could be improved / implemented in guitone mid- to longterm, for a list of definite changes see TODO: +* markdown-alike functionality for diff view * make changed items view configurable (currently they're just bold) * integrate support to make guitone a kpart module under KDE * add functionality which is currently missing from monotone (update, ...) ============================================================ --- notes/TODO 3ee3d4b3fdb8924e09c4dd7bfd2717cef3eec4e6 +++ notes/TODO 218f05af36269d6f5f71b2ba388fa537e3469b9d @@ -1,5 +1,6 @@ Current TODO, for "long-term" stuff see Current TODO, for "long-term" stuff see IDEAS. +* more testing with commit functionality (seems to make problems) * better version detection from rss * fix OSX' OpenDocumentAE bug in the initialization phase