Recent changes to this wiki:

Add my own looks.
diff --git a/local.css b/local.css
index 632936a..79a8bf6 100644
--- a/local.css
+++ b/local.css
@@ -1,6 +1 @@
-.recentchanges .desc {
-	display: inline;
-}
-.recentchanges .diff {
-	display: block;
-}
+@import "http://files.liw.fi/ikiwiki-theme/local.css";

no message given
diff --git a/index.mdwn b/index.mdwn
index a13c28e..7d90fc7 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -7,7 +7,7 @@ Dimbola
 
 Dimbola is, or will be, a free Linux/GNOME application for
 **managing digital photographs.** It is aimed at serious
-photographers. It is currently **nearing alpha sate**,
+photographers. It is currently **nearing alpha state**,
 some basic functionality is there and works, but lots is
 still missing.
 

no message given
diff --git a/branches.mdwn b/branches.mdwn
new file mode 100644
index 0000000..c6e92a8
--- /dev/null
+++ b/branches.mdwn
@@ -0,0 +1,8 @@
+These are the publically announced [bzr](http://bazaar.canonical.com/en/)
+branches for Dimbola. To check out the code, run this command:
+
+    bzr get http://code.liw.fi/dimbola/bzr/trunk/
+
+(replace the URL with whatever branch you want, of course).
+
+* [liw trunk](http://code.liw.fi/dimbola/bzr/trunk/)

no message given
diff --git a/index.mdwn b/index.mdwn
index 41e706e..a13c28e 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -32,11 +32,9 @@ sending e-mail to `announce-subscribe@dimbola.org` (you will get further
 instructions in reply).
 
 See [NEWS file](http://bazaar.launchpad.net/%7Edimbola-team/dimbola/trunk/annotate/head%3A/NEWS)
-for what's new in each reelase. It is also available as Help/News in the program.
+for what's new in each release. It is also available as Help/News in the program.
 
-See <https://launchpad.net/dimbola> for version control
-branches, and <http://code.liw.fi/ubuntu/pool/main/d/dimbola/>
-for packages for Ubuntu (jaunty and karmic).
+See [[branches]] for version control branches.
 
 The program is developed under Ubuntu 9.04 (jaunty) and
 9.10 (karmic), but should work elsewhere with Python 2.6,

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 6936245..f796cff 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -65,7 +65,7 @@ Stuff to fix some time later in the future
   it requires Sqlite 3.6.19 and Ubuntu karmic only has 3.6.16.
   (Suggested by jiivonen)
 
-[Online essay](http://www.bestessays.ca) help for Dimbola:
+Help for Dimbola:
 -------------------------------------------
 *  [Overview of dimbola](https://launchpad.net/dimbola)
 *  [Bazaar branches of dimbola](https://code.launchpad.net/dimbola)

no message given
diff --git a/problems.mdwn b/problems.mdwn
index cc49191..6936245 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -64,3 +64,8 @@ Stuff to fix some time later in the future
 * Database schema should use FOREIGN KEYs. Can't be fixed yet, since
   it requires Sqlite 3.6.19 and Ubuntu karmic only has 3.6.16.
   (Suggested by jiivonen)
+
+[Online essay](http://www.bestessays.ca) help for Dimbola:
+-------------------------------------------
+*  [Overview of dimbola](https://launchpad.net/dimbola)
+*  [Bazaar branches of dimbola](https://code.launchpad.net/dimbola)

no message given
diff --git a/index.mdwn b/index.mdwn
index eb2765a..41e706e 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -7,8 +7,9 @@ Dimbola
 
 Dimbola is, or will be, a free Linux/GNOME application for
 **managing digital photographs.** It is aimed at serious
-photographers. It is currently in **pre-alpha** stage,
-some basic functionality barely works yet.
+photographers. It is currently **nearing alpha sate**,
+some basic functionality is there and works, but lots is
+still missing.
 
 This page is a placeholder for until there is some real
 content. (Help wanted! This is a wiki, just fix things

no message given
diff --git a/problems.mdwn b/problems.mdwn
index f15c57c..cc49191 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -41,6 +41,12 @@ Current
   changing to a folder.
 * Is not internationalized (i18n) and therefore not localized (l10n). 
   **Help needed.**
+* Database schema should be more systematic about how tables are named.
+  photos and folders are main tables, but tags just references two other
+  tables. (Suggested by jiivonen)
+* Database should build indexes for things to keep things speed. Exactly
+  what needs indexing should be determined by benchmarks. (Suggested by
+  jiivonen)
 
 
 Bugs in other people's code that Dimbola users may hit upon
@@ -50,3 +56,11 @@ Bugs in other people's code that Dimbola users may hit upon
   See <https://bugzilla.gnome.org/show_bug.cgi?id=557689>.
   Workaround: go to parent directly, and select the desired directory
   there.
+
+
+Stuff to fix some time later in the future
+-------------------------------------------
+
+* Database schema should use FOREIGN KEYs. Can't be fixed yet, since
+  it requires Sqlite 3.6.19 and Ubuntu karmic only has 3.6.16.
+  (Suggested by jiivonen)

no message given
diff --git a/problems.mdwn b/problems.mdwn
index db4019c..f15c57c 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -25,6 +25,7 @@ Fixed in bzr, but not yet in a release
   - have dcraw type caching silently handle the case of there not
     being dcraw installed by return "does not support" for everything
 * Folders are not sorted by name in the folder tree.
+* Photo's tags not sorted case-insensitively.
 
 Current
 -------
@@ -34,7 +35,6 @@ Current
 * Cannot drag-and-drop tags to image preview.
 * Can't enter ä into tag name. This is perhaps an indication that unicode
   is not enforced properly in the database layer.
-* Photo's tags not sorted case-insensitively.
 * When changing folder, selection should be reset in grid, and
   photo's info should be updated accordingly.
 * Grid's scrollbar does not seem to be set correctly when

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 5e59362..db4019c 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -24,13 +24,13 @@ Fixed in bzr, but not yet in a release
   - demote dcraw dependency in .deb to a recommendation
   - have dcraw type caching silently handle the case of there not
     being dcraw installed by return "does not support" for everything
+* Folders are not sorted by name in the folder tree.
 
 Current
 -------
 
 * Does not build a working .deb under Debian (works under Ubuntu).
   **Help needed.**
-* Folders are not sorted by name in the folder tree.
 * Cannot drag-and-drop tags to image preview.
 * Can't enter ä into tag name. This is perhaps an indication that unicode
   is not enforced properly in the database layer.

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 3ce91d3..5e59362 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -14,12 +14,6 @@ Fixed in bzr, but not yet in a release
 * dimbola-gtk needs a manual page.
 * Drag-and-dropping tags from tree should be possible from tag name,
   currently it just starts editing immediately.
-
-Current
--------
-
-* Does not build a working .deb under Debian (works under Ubuntu).
-  **Help needed.**
 * If dcraw is not installed, the error message is quite mysterious,
   and should instead say something sensible like dcraw not being
   installed. Requiring it to be installed is perhaps not entirely
@@ -30,6 +24,12 @@ Current
   - demote dcraw dependency in .deb to a recommendation
   - have dcraw type caching silently handle the case of there not
     being dcraw installed by return "does not support" for everything
+
+Current
+-------
+
+* Does not build a working .deb under Debian (works under Ubuntu).
+  **Help needed.**
 * Folders are not sorted by name in the folder tree.
 * Cannot drag-and-drop tags to image preview.
 * Can't enter ä into tag name. This is perhaps an indication that unicode

no message given
diff --git a/index.mdwn b/index.mdwn
index 0eaf193..eb2765a 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -1,5 +1,7 @@
 [[!meta title="Dimbola photo manager"]]
 
+Helping Linux-using photographers be awesome at finding their photos.
+
 Dimbola
 -------
 

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index c6364aa..7567480 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -22,6 +22,8 @@ Website
 -------
 
 * Website wants to be loved by a web designer. **Help needed.**
+* Make a feedback form for each release, using ikiwiki polling features.
+
 
 Importing photos
 ----------------

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index fca0797..c6364aa 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -136,6 +136,9 @@ New features
 * When no photo is selected, say so in the photo info and other sidebar sections, rather
   than just making them insensitive. This would provide a hint to the user what the
   reason for the insensitivity is.
+* Do some database stress testing: add logging of what requests are done to the db.py module,
+  then make a dummy database that is very large, and do the requests on that many times.
+  Does it work? What's slow? Memory usage?
 
 Definitely not until after 1.0
 ------------------------------

no message given
diff --git a/problems.mdwn b/problems.mdwn
index d805755..3ce91d3 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -32,8 +32,6 @@ Current
     being dcraw installed by return "does not support" for everything
 * Folders are not sorted by name in the folder tree.
 * Cannot drag-and-drop tags to image preview.
-* Thumbnail grid shows images in semi-random order (photoid).
-  Order by mtime, if nothing else.
 * Can't enter ä into tag name. This is perhaps an indication that unicode
   is not enforced properly in the database layer.
 * Photo's tags not sorted case-insensitively.

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 88f2cc1..fca0797 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -44,6 +44,9 @@ Thumbnail grid
 * Thumbnails should have some basic metadata displayed: stars for ratings,
   at the very least.
 * Thumbnail grid should allow selecting by painting with the mouse.
+* Thumbnail grid shows images in semi-random order (photoid). Order by mtime, if nothing else.
+  Ideally user should be able to choose from different orderings, such as 
+  Exif timestamp, camera photo serial number, or file mtime.
 
 Tag and tag management
 ----------------------

no message given
diff --git a/problems.mdwn b/problems.mdwn
index d133251..d805755 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -34,13 +34,15 @@ Current
 * Cannot drag-and-drop tags to image preview.
 * Thumbnail grid shows images in semi-random order (photoid).
   Order by mtime, if nothing else.
-* Can't enter ä into tag name.
+* Can't enter ä into tag name. This is perhaps an indication that unicode
+  is not enforced properly in the database layer.
 * Photo's tags not sorted case-insensitively.
 * When changing folder, selection should be reset in grid, and
   photo's info should be updated accordingly.
 * Grid's scrollbar does not seem to be set correctly when
   changing to a folder.
-* Is not internationalized (i18n). **Help needed.**
+* Is not internationalized (i18n) and therefore not localized (l10n). 
+  **Help needed.**
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 907bb2f..d133251 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -25,6 +25,11 @@ Current
   installed. Requiring it to be installed is perhaps not entirely
   warranted, in case people only want to use JPEGs or PNGs or
   other formats that GdkPixbuf supports natively.
+  - catch OSError when running external programs with subprocess
+    and report error to user in a clear fashion
+  - demote dcraw dependency in .deb to a recommendation
+  - have dcraw type caching silently handle the case of there not
+    being dcraw installed by return "does not support" for everything
 * Folders are not sorted by name in the folder tree.
 * Cannot drag-and-drop tags to image preview.
 * Thumbnail grid shows images in semi-random order (photoid).

no message given
diff --git a/problems.mdwn b/problems.mdwn
index a7f1f61..907bb2f 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -27,7 +27,7 @@ Current
   other formats that GdkPixbuf supports natively.
 * Folders are not sorted by name in the folder tree.
 * Cannot drag-and-drop tags to image preview.
-* Thumbnail grid shows images in semi-reandom order (photoid).
+* Thumbnail grid shows images in semi-random order (photoid).
   Order by mtime, if nothing else.
 * Can't enter ä into tag name.
 * Photo's tags not sorted case-insensitively.

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 3efb8a3..a7f1f61 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -35,6 +35,7 @@ Current
   photo's info should be updated accordingly.
 * Grid's scrollbar does not seem to be set correctly when
   changing to a folder.
+* Is not internationalized (i18n). **Help needed.**
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 97da359..3efb8a3 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -33,6 +33,8 @@ Current
 * Photo's tags not sorted case-insensitively.
 * When changing folder, selection should be reset in grid, and
   photo's info should be updated accordingly.
+* Grid's scrollbar does not seem to be set correctly when
+  changing to a folder.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 57c0252..97da359 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -31,6 +31,8 @@ Current
   Order by mtime, if nothing else.
 * Can't enter ä into tag name.
 * Photo's tags not sorted case-insensitively.
+* When changing folder, selection should be reset in grid, and
+  photo's info should be updated accordingly.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/problems.mdwn b/problems.mdwn
index f54ad88..57c0252 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -30,6 +30,7 @@ Current
 * Thumbnail grid shows images in semi-reandom order (photoid).
   Order by mtime, if nothing else.
 * Can't enter ä into tag name.
+* Photo's tags not sorted case-insensitively.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/problems.mdwn b/problems.mdwn
index e40f994..f54ad88 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -29,6 +29,7 @@ Current
 * Cannot drag-and-drop tags to image preview.
 * Thumbnail grid shows images in semi-reandom order (photoid).
   Order by mtime, if nothing else.
+* Can't enter ä into tag name.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 576b2da..e40f994 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -27,6 +27,8 @@ Current
   other formats that GdkPixbuf supports natively.
 * Folders are not sorted by name in the folder tree.
 * Cannot drag-and-drop tags to image preview.
+* Thumbnail grid shows images in semi-reandom order (photoid).
+  Order by mtime, if nothing else.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 30ac414..576b2da 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -26,6 +26,7 @@ Current
   warranted, in case people only want to use JPEGs or PNGs or
   other formats that GdkPixbuf supports natively.
 * Folders are not sorted by name in the folder tree.
+* Cannot drag-and-drop tags to image preview.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 87d8344..30ac414 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -25,6 +25,7 @@ Current
   installed. Requiring it to be installed is perhaps not entirely
   warranted, in case people only want to use JPEGs or PNGs or
   other formats that GdkPixbuf supports natively.
+* Folders are not sorted by name in the folder tree.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index e657cb9..88f2cc1 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -21,9 +21,7 @@ Planned for the next release
 Website
 -------
 
-* Website wants to be loved by a web designer.
-* Should there be a mailing list for announcments? And a Dimbola blog for
-  them as well?
+* Website wants to be loved by a web designer. **Help needed.**
 
 Importing photos
 ----------------

no message given
diff --git a/index.mdwn b/index.mdwn
index ea747b3..0eaf193 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -24,6 +24,10 @@ Download
 
 The **current version is 0.0.3.**
 
+To hear about new releases, subscribe to the announcement mailing list by
+sending e-mail to `announce-subscribe@dimbola.org` (you will get further
+instructions in reply).
+
 See [NEWS file](http://bazaar.launchpad.net/%7Edimbola-team/dimbola/trunk/annotate/head%3A/NEWS)
 for what's new in each reelase. It is also available as Help/News in the program.
 

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index c51549c..e657cb9 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -66,6 +66,15 @@ Editing with the GIMP
 
 * When editing with gimp, can we export a .xcf? Or have gimp do raw conversion?
 
+Code reactoring
+---------------
+
+* When grid.photoids gets set, it should automatically trigger loading of thumbnails
+  from database, and also shouldn't forget thumbnails that are in the new value of
+  photoids.
+* remove_from_menu should be accompanied by method that just removes all menu entries
+  added by that plugin.
+
 New features
 ------------
 

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 6ee0654..c51549c 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -112,6 +112,20 @@ New features
   verify checksums of selected photos, or all photos.
 * Export metadata to photos (not doable for RAW images, mostly) or XMP files.
   Either manually, or automatically for each change.
+* Large thumbnail or small preview of the selected photo, a la Lightroom.
+* Film strip to show all photos on the grid, for non-grid views to show context.
+* View two photos at a time to compare them.
+* Survey mode: show all selected photos, then allow user to deselect
+  and make the remaining thumbs bigger (as big as they can be while
+  showing everything). does this emphasize "find faults" rather than "find good stuff"?
+  (see [Carl Weese on editing](http://theonlinephotographer.typepad.com/the_online_photographer/2009/10/editing-a-large-set-of-digital-captures.html)
+  and [followup](http://theonlinephotographer.typepad.com/the_online_photographer/2009/10/zen-slap.html),
+  both at [The Online Photographer blog](http://theonlinephotographer.com/))
+* Make a PDF, video file, and web slideshow of selected photos.
+* A "previous import" collection, or perhaps a way to show all imports as folders.
+* When no photo is selected, say so in the photo info and other sidebar sections, rather
+  than just making them insensitive. This would provide a hint to the user what the
+  reason for the insensitivity is.
 
 Definitely not until after 1.0
 ------------------------------

no message given
diff --git a/problems.mdwn b/problems.mdwn
index a94387a..87d8344 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -20,6 +20,11 @@ Current
 
 * Does not build a working .deb under Debian (works under Ubuntu).
   **Help needed.**
+* If dcraw is not installed, the error message is quite mysterious,
+  and should instead say something sensible like dcraw not being
+  installed. Requiring it to be installed is perhaps not entirely
+  warranted, in case people only want to use JPEGs or PNGs or
+  other formats that GdkPixbuf supports natively.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 32ee311..6ee0654 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -12,7 +12,10 @@ Done in bzr, but not in a release yet
 Planned for the next release
 ----------------------------
 
-* Nothing right now.
+* Dimbola should write (and rotate) a log file that could be added
+  to bug reports easily.
+* Add date of import. This could be used for an iPhoto-like "list of
+  imports" view. Perhaps a "import id" as well?
 
 
 Website
@@ -85,9 +88,7 @@ New features
 * Would be nice to handle offline images properly: indicate when they're
   not there, and warn (not crash) when doing things that would require
   them.
-* Would be nice to have an icon for Dimbola.
-* Dimbola should write (and rotate) a log file that could be added
-  to bug reports easily.
+* Would be nice to have an icon for Dimbola. **Help wanted.**
 * Add the functionality of dimbola-copy to dimbola-gtk.
 * A performance stress tester for the database would be good, so we know
   how big a photo set it can handle.
@@ -100,8 +101,6 @@ New features
 * Should use unicode only in the database, and not allow any other kind
   of text.
 * Synchronization between Dimbola databases would be really cool.
-* Add date of import. This could be used for an iPhoto-like "list of
-  imports" view. Perhaps a "import id" as well?
 * Add support for arbitrary key/value pairs as metadata?
 * Dimbola should have File/New, File/Open, File/Close. Not File/Save, since
   all changes are saved immediately and implicitly, but perhaps

no message given
diff --git a/roadmap.mdwn b/roadmap.mdwn
index 2cc4655..e06944f 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -2,22 +2,6 @@ Roadmap for Dimbola
 ===================
 
 
-Next alpha release
-------------------
-
-These are implemented in bzr, and will be in the next release:
-
-* Remove photos from database and optionally also from disk.
-* Add checksums of original photos to the database. This will
-  be useful for detecting duplicates and for finding files if
-  they are moved on the disk. Also add a way for the user to
-  trigger background jobs for computing checksums for photos
-  that are missing them.
-
-These are planned for the 0.0.4 alpha release.
-
-* Nothing right now.
-
 Dimbola 1.0
 -----------
 

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index aea10ea..32ee311 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -8,6 +8,13 @@ Done in bzr, but not in a release yet
 
 * Allow user to remove photos from database and optionally from disk as well.
 
+
+Planned for the next release
+----------------------------
+
+* Nothing right now.
+
+
 Website
 -------
 

no message given
diff --git a/roadmap.mdwn b/roadmap.mdwn
index bf44bb6..2cc4655 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -8,15 +8,15 @@ Next alpha release
 These are implemented in bzr, and will be in the next release:
 
 * Remove photos from database and optionally also from disk.
-
-These are planned for the 0.0.4 alpha release.
-
 * Add checksums of original photos to the database. This will
   be useful for detecting duplicates and for finding files if
   they are moved on the disk. Also add a way for the user to
   trigger background jobs for computing checksums for photos
   that are missing them.
 
+These are planned for the 0.0.4 alpha release.
+
+* Nothing right now.
 
 Dimbola 1.0
 -----------

no message given
diff --git a/roadmap.mdwn b/roadmap.mdwn
index 9f4e4ce..bf44bb6 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -32,23 +32,36 @@ possible.
   * Optionally copy files to two locations.
   * Also add to currently open database.
 * Add photos to database from hard disk.
-  * Individual, hand-picked images. **done**
+  * Individual, hand-picked images. **Done.**
   * Recursively for a whole directory tree.
 * Tag, rate, rotate photos efficiently.
-  * Everything can be done with only mouse or keyboard.
-* Display all/some EXIF fields.
-  * Three views: all, basic, user-selected fields.
+  * Tags can be created. **Done.**
+  * Tags can be arranged in a hierarchy. **Done.**
+  * One or more tags can be added to one or more photos in one operation.
+  * Tags can be added to photos when they're exported.
+  * Tag lists can be exported and imported (merged to current list),
+    so people can share them.
+  * Tags have flags for controlling export to photos, sharing.
+* Import and display EXIF fields.
+  * Display all fields.
+  * Display user-specified selection of fields.
+  * Display a basic, pre-configured set of fields. **Done.**
 * Display/edit all IPTC fields.
-  * Three views: all, basic, user-selected fields.
-* Search photos based on folders, tags, ratings, any EXIF or IPTC fields.
+  * Display all fields.
+  * Display user-specified selection of fields.
+  * Display a basic, pre-configured set of fields.
+* Search photos based on various criteria.
+  * Which folder they're in. **Done.**
+  * Tags they have. **Done.**
+  * Rating. **Done.**
+  * EXIF fields.
+  * IPTC fields.
   * Searches can be saved.
+  * Search results (saved or not) are updated automatically when something changes.
 * Virtual folders ("collections" in Lightroom).
 * View photos in another window, which can be made fullscreen (perhaps on
-  a second monitor).
-* Tags are hierarchical and have flags for controllering export and sharing.
-* Tags can be exported and imported, so (public) tag lists can be shared
-  and improved by many people.
-* Export original or JPEG versions of photos.
+  a second monitor). **Done.**
+* Export original or JPEG versions of photos. **Done.**
   * Exported files contain or are accompanied by metadata.
 * Generate a simple HTML gallery from selected photos.
 * Databases can be synchronized between different computers.
@@ -56,3 +69,4 @@ possible.
     two collaborating people (sync just some stuff).
   * Two-way synchronization: changes to either end will be combined to
     the other, without overwriting the other's changes.
+* Everything that sensibly can, can be done with only mouse or keyboard.

no message given
diff --git a/roadmap.mdwn b/roadmap.mdwn
index 862761f..9f4e4ce 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -32,8 +32,8 @@ possible.
   * Optionally copy files to two locations.
   * Also add to currently open database.
 * Add photos to database from hard disk.
-  * Single, selected images, or recursively for a whole 
-    directory tree.
+  * Individual, hand-picked images. **done**
+  * Recursively for a whole directory tree.
 * Tag, rate, rotate photos efficiently.
   * Everything can be done with only mouse or keyboard.
 * Display all/some EXIF fields.

no message given
diff --git a/roadmap.mdwn b/roadmap.mdwn
index a9e66fd..862761f 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -5,9 +5,12 @@ Roadmap for Dimbola
 Next alpha release
 ------------------
 
-These are planned for the 0.0.4 alpha release.
+These are implemented in bzr, and will be in the next release:
 
 * Remove photos from database and optionally also from disk.
+
+These are planned for the 0.0.4 alpha release.
+
 * Add checksums of original photos to the database. This will
   be useful for detecting duplicates and for finding files if
   they are moved on the disk. Also add a way for the user to

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 6d4a116..aea10ea 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -6,7 +6,7 @@ See also [[problems]] page.
 Done in bzr, but not in a release yet
 -------------------------------------
 
-* Nothing currently.
+* Allow user to remove photos from database and optionally from disk as well.
 
 Website
 -------
@@ -15,7 +15,6 @@ Website
 * Should there be a mailing list for announcments? And a Dimbola blog for
   them as well?
 
-
 Importing photos
 ----------------
 
@@ -31,7 +30,6 @@ Importing photos
   way for user to re-scan all files for Exif headers (useful for then (py)exiv2
   gets new features?).
 
-
 Thumbnail grid
 --------------
 
@@ -39,7 +37,6 @@ Thumbnail grid
   at the very least.
 * Thumbnail grid should allow selecting by painting with the mouse.
 
-
 Tag and tag management
 ----------------------
 
@@ -49,19 +46,16 @@ Tag and tag management
   explicitly added, or also their parents (and aliases if those are added).
 * Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
 
-
 Exporting photos
 ----------------
 
 * Add tags, exif to exported photos (jpegs, originals).
 
-
 Editing with the GIMP
 ---------------------
 
 * When editing with gimp, can we export a .xcf? Or have gimp do raw conversion?
 
-
 New features
 ------------
 
@@ -71,7 +65,6 @@ New features
 * It should be easy to copy tags from one photo to another.
 * Folders, tags (in tag tree), and grid should display photo counts.
 * Remember some settings across restarts, such as size of thumbnails.
-* Allow user to remove photos from database and optionally from disk as well.
 * Undo/redo: adding, renaming, removing tags in tag tree; adding, removing
   tags to photos; rotate; ratings; ...
 * Tags should perhaps have aliases, flags (export with photo, export when

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 382a4be..6d4a116 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -6,9 +6,7 @@ See also [[problems]] page.
 Done in bzr, but not in a release yet
 -------------------------------------
 
-* Replace use of netpbm with internal code (GdkPixbuf).
-* Separate photo viewer window: Esc should return it from fullscreen mode.
-
+* Nothing currently.
 
 Website
 -------

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 48ee8f8..a94387a 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -12,14 +12,14 @@ Fixed in bzr, but not yet in a release
 --------------------------------------
 
 * dimbola-gtk needs a manual page.
+* Drag-and-dropping tags from tree should be possible from tag name,
+  currently it just starts editing immediately.
 
 Current
 -------
 
 * Does not build a working .deb under Debian (works under Ubuntu).
   **Help needed.**
-* Drag-and-dropping tags from tree should be possible from tag name,
-  currently it just starts editing immediately.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/problems.mdwn b/problems.mdwn
index be35798..48ee8f8 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -11,9 +11,7 @@ Things that must be fixed before the next release
 Fixed in bzr, but not yet in a release
 --------------------------------------
 
-* Sometimes have to click twice to switch between grid/image tabs.
-  Even when once is enough, it's slow. (Is the tabbed interface
-  even sensible for this? A UI designer is needed...)
+* dimbola-gtk needs a manual page.
 
 Current
 -------
@@ -22,7 +20,6 @@ Current
   **Help needed.**
 * Drag-and-dropping tags from tree should be possible from tag name,
   currently it just starts editing immediately.
-* dimbola-gtk needs a manual page.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/index.mdwn b/index.mdwn
index 627eb43..ea747b3 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -22,7 +22,7 @@ the future.
 Download
 --------
 
-The **current version is 0.0.2.**
+The **current version is 0.0.3.**
 
 See [NEWS file](http://bazaar.launchpad.net/%7Edimbola-team/dimbola/trunk/annotate/head%3A/NEWS)
 for what's new in each reelase. It is also available as Help/News in the program.

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 1b66722..382a4be 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -113,6 +113,8 @@ New features
   will open them up in Dimbola without hassle. But not all Sqlite files!
 * Verify checksums of photos, at opportune moments. Also, a background job to
   verify checksums of selected photos, or all photos.
+* Export metadata to photos (not doable for RAW images, mostly) or XMP files.
+  Either manually, or automatically for each change.
 
 Definitely not until after 1.0
 ------------------------------

no message given
diff --git a/problems.mdwn b/problems.mdwn
index c7e2032..be35798 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -22,6 +22,7 @@ Current
   **Help needed.**
 * Drag-and-dropping tags from tree should be possible from tag name,
   currently it just starts editing immediately.
+* dimbola-gtk needs a manual page.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 9f455af..c7e2032 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -20,6 +20,8 @@ Current
 
 * Does not build a working .deb under Debian (works under Ubuntu).
   **Help needed.**
+* Drag-and-dropping tags from tree should be possible from tag name,
+  currently it just starts editing immediately.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/releasing.mdwn b/releasing.mdwn
index 5f18d71..3766355 100644
--- a/releasing.mdwn
+++ b/releasing.mdwn
@@ -4,7 +4,6 @@ This is a checklist of making a Dimbola release.
    release preparations:
 
         bzr branch trunk release-prep
-
 1. Make sure `make clean check` passes.
 1. Update `NEWS`.
 1. Update `debian/changelog`.
@@ -15,7 +14,6 @@ This is a checklist of making a Dimbola release.
 
         rm -rf ../build-area && bzr bd
         sudo dpkg -i ../build-area/*.deb
-
 1. Make sure Help/News is up to date when
    running the newly installed package.
 1. Upload `.deb` package to main upload target.
@@ -23,7 +21,6 @@ This is a checklist of making a Dimbola release.
 1. Tag:
 
         bzr tag version_x_y_z
-
 1. Push changes to trunk to master location.
 1. For each other Debian-like upload target,
    make a new temporary branch, update

no message given
diff --git a/releasing.mdwn b/releasing.mdwn
index 657f58c..5f18d71 100644
--- a/releasing.mdwn
+++ b/releasing.mdwn
@@ -6,11 +6,11 @@ This is a checklist of making a Dimbola release.
         bzr branch trunk release-prep
 
 1. Make sure `make clean check` passes.
+1. Update `NEWS`.
+1. Update `debian/changelog`.
 1. Run through the [[testing]] manuscript. If there
    are any serious bugs, abort release process.
 1. Increase version number in `dimbola/__init__.py`.
-1. Update `NEWS`.
-1. Update `debian/changelog`.
 1. Build `.deb` package, install it, and test it.
 
         rm -rf ../build-area && bzr bd

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 9614e52..1b66722 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -7,6 +7,7 @@ Done in bzr, but not in a release yet
 -------------------------------------
 
 * Replace use of netpbm with internal code (GdkPixbuf).
+* Separate photo viewer window: Esc should return it from fullscreen mode.
 
 
 Website
@@ -15,7 +16,6 @@ Website
 * Website wants to be loved by a web designer.
 * Should there be a mailing list for announcments? And a Dimbola blog for
   them as well?
-* Separate photo viewer window: Esc should return it from fullscreen mode.
 
 
 Importing photos

no message given
diff --git a/roadmap.mdwn b/roadmap.mdwn
index 18bb521..a9e66fd 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -5,7 +5,7 @@ Roadmap for Dimbola
 Next alpha release
 ------------------
 
-These are planned for the next alpha release.
+These are planned for the 0.0.4 alpha release.
 
 * Remove photos from database and optionally also from disk.
 * Add checksums of original photos to the database. This will

no message given
diff --git a/releasing.mdwn b/releasing.mdwn
index 43b6d43..657f58c 100644
--- a/releasing.mdwn
+++ b/releasing.mdwn
@@ -31,3 +31,5 @@ This is a checklist of making a Dimbola release.
    marked for the upload target, build package,
    and upload. (You may have to fix building
    on anything than Ubuntu first, though.)
+1. Make a new screenshot and put it on the 
+   front page.

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index cfb7b8b..9614e52 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -1,3 +1,5 @@
+[[!meta title="wishlist for Dimbola"]]
+
 This page lists wishes for new stuff to add to Dimbola.
 See also [[problems]] page.
 

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 6394c9f..cfb7b8b 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -109,6 +109,8 @@ New features
 * Need to add i18n and l10n.
 * .dimbola files need a MIME type of their own, so double-clicking on them
   will open them up in Dimbola without hassle. But not all Sqlite files!
+* Verify checksums of photos, at opportune moments. Also, a background job to
+  verify checksums of selected photos, or all photos.
 
 Definitely not until after 1.0
 ------------------------------

no message given
diff --git a/roadmap.mdwn b/roadmap.mdwn
index b4923ad..18bb521 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -2,6 +2,22 @@ Roadmap for Dimbola
 ===================
 
 
+Next alpha release
+------------------
+
+These are planned for the next alpha release.
+
+* Remove photos from database and optionally also from disk.
+* Add checksums of original photos to the database. This will
+  be useful for detecting duplicates and for finding files if
+  they are moved on the disk. Also add a way for the user to
+  trigger background jobs for computing checksums for photos
+  that are missing them.
+
+
+Dimbola 1.0
+-----------
+
 This is the feature set that 1.0 will hopefully have.
 Since Dimbola is a hobby project, changes are always
 possible.

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 18be896..6394c9f 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -6,6 +6,7 @@ Done in bzr, but not in a release yet
 
 * Replace use of netpbm with internal code (GdkPixbuf).
 
+
 Website
 -------
 
@@ -15,41 +16,58 @@ Website
 * Separate photo viewer window: Esc should return it from fullscreen mode.
 
 
-Code improvements (not visible in the UI)
-----------------------------
+Importing photos
+----------------
 
 * Importing should detect duplicate photos and optionally not add them.
+* Maybe importing should add photos really fast, and then add thumbnails,
+  previews in the background?
+* When importing images to database, the folders with the new images
+  should perhaps be selected so the images are visible immediately.
+* Import should optionally be recursive: everything in subdirectories
+  should be imported as well.
+* Add all exif fields into database, not just selected ones. Let user see a predefined set,
+  all of them, or a user-defined set (multiple user-defined sets?). Add
+  way for user to re-scan all files for Exif headers (useful for then (py)exiv2
+  gets new features?).
 
 
-Improvements to existing stuff
-------------------------------
+Thumbnail grid
+--------------
+
+* Thumbnails should have some basic metadata displayed: stars for ratings,
+  at the very least.
+* Thumbnail grid should allow selecting by painting with the mouse.
+
+
+Tag and tag management
+----------------------
 
 * Tag tree should allow showing all tags (expand all trees), only top level
   tags (close all trees), or close everything except a single tree.
 * Photo's tag list: should let user select whether to show only tags
   explicitly added, or also their parents (and aliases if those are added).
 * Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
-* Thumbnails should have some basic metadata displayed: stars for ratings,
-  at the very least.
+
+
+Exporting photos
+----------------
+
 * Add tags, exif to exported photos (jpegs, originals).
-* Tag tree should allow selecting several tags at a time.
-* When importing images to database, the folders with the new images
-  should perhaps be selected so the images are visible immediately.
-* Import should optionally be recursive: everything in subdirectories
-  should be imported as well.
-* Thumbnail grid should allow selecting by painting with the mouse.
-* Preview sizes should perhaps be user-configurable.
-* Searching based on Exif headers would be good. ("Find all photos taken
-  with this camera and that lense on this time of day.")
-* Maybe importing should add photos really fast, and then add thumbnails,
-  previews in the background?
-* Add all exif fields into database, not just selected ones. Let user see a predefined set,
-  all of them, or a user-defined set (multiple user-defined sets?).
+
+
+Editing with the GIMP
+---------------------
+
 * When editing with gimp, can we export a .xcf? Or have gimp do raw conversion?
 
+
 New features
 ------------
 
+* Preview sizes should perhaps be user-configurable.
+* Searching based on Exif headers would be good. ("Find all photos taken
+  with this camera and that lense on this time of day.")
 * It should be easy to copy tags from one photo to another.
 * Folders, tags (in tag tree), and grid should display photo counts.
 * Remember some settings across restarts, such as size of thumbnails.

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 7114189..18be896 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -12,6 +12,7 @@ Website
 * Website wants to be loved by a web designer.
 * Should there be a mailing list for announcments? And a Dimbola blog for
   them as well?
+* Separate photo viewer window: Esc should return it from fullscreen mode.
 
 
 Code improvements (not visible in the UI)
@@ -23,7 +24,6 @@ Code improvements (not visible in the UI)
 Improvements to existing stuff
 ------------------------------
 
-* Separate photo viewer window: Esc should return it from fullscreen mode.
 * Tag tree should allow showing all tags (expand all trees), only top level
   tags (close all trees), or close everything except a single tree.
 * Photo's tag list: should let user select whether to show only tags

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 0fe5b7b..7114189 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -1,6 +1,11 @@
 This page lists wishes for new stuff to add to Dimbola.
 See also [[problems]] page.
 
+Done in bzr, but not in a release yet
+-------------------------------------
+
+* Replace use of netpbm with internal code (GdkPixbuf).
+
 Website
 -------
 
@@ -12,7 +17,6 @@ Website
 Code improvements (not visible in the UI)
 ----------------------------
 
-* Replace use of netpbm with internal code (GdkPixbuf).
 * Importing should detect duplicate photos and optionally not add them.
 
 

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 9da4998..9f455af 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -8,13 +8,16 @@ Things that must be fixed before the next release
 
 * Nothing right now.
 
-Current
--------
+Fixed in bzr, but not yet in a release
+--------------------------------------
 
 * Sometimes have to click twice to switch between grid/image tabs.
   Even when once is enough, it's slow. (Is the tabbed interface
   even sensible for this? A UI designer is needed...)
-  **Help needed.**
+
+Current
+-------
+
 * Does not build a working .deb under Debian (works under Ubuntu).
   **Help needed.**
 

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index fd77312..0fe5b7b 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -8,35 +8,39 @@ Website
 * Should there be a mailing list for announcments? And a Dimbola blog for
   them as well?
 
+
+Code improvements (not visible in the UI)
+----------------------------
+
+* Replace use of netpbm with internal code (GdkPixbuf).
+* Importing should detect duplicate photos and optionally not add them.
+
+
 Improvements to existing stuff
 ------------------------------
 
-* Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
-* Thumbnails should have some basic metadata displayed: stars for ratings,
-  at the very least.
+* Separate photo viewer window: Esc should return it from fullscreen mode.
 * Tag tree should allow showing all tags (expand all trees), only top level
   tags (close all trees), or close everything except a single tree.
 * Photo's tag list: should let user select whether to show only tags
   explicitly added, or also their parents (and aliases if those are added).
+* Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
+* Thumbnails should have some basic metadata displayed: stars for ratings,
+  at the very least.
 * Add tags, exif to exported photos (jpegs, originals).
-* Would be nice to get rid of the need for netpbm and do things internally.
-* Make the + and - buttons for adding, removing tags a bit easier to
-  hit. Maybe move the - buttons to each line? Or just use the popup
-  menu?
 * Tag tree should allow selecting several tags at a time.
 * When importing images to database, the folders with the new images
   should perhaps be selected so the images are visible immediately.
 * Import should optionally be recursive: everything in subdirectories
   should be imported as well.
-* Separate photo viewer window: Esc should return it from fullscreen mode.
 * Thumbnail grid should allow selecting by painting with the mouse.
 * Preview sizes should perhaps be user-configurable.
 * Searching based on Exif headers would be good. ("Find all photos taken
   with this camera and that lense on this time of day.")
 * Maybe importing should add photos really fast, and then add thumbnails,
   previews in the background?
-* Importing should detect duplicate photos and optionally not add them.
-* Add all exif fields into database, not just selected ones.
+* Add all exif fields into database, not just selected ones. Let user see a predefined set,
+  all of them, or a user-defined set (multiple user-defined sets?).
 * When editing with gimp, can we export a .xcf? Or have gimp do raw conversion?
 
 New features

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 66b290c..fd77312 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -24,7 +24,6 @@ Improvements to existing stuff
   hit. Maybe move the - buttons to each line? Or just use the popup
   menu?
 * Tag tree should allow selecting several tags at a time.
-* Get rid of Makefile by having setup.py build dimbola/NEWS.html.
 * When importing images to database, the folders with the new images
   should perhaps be selected so the images are visible immediately.
 * Import should optionally be recursive: everything in subdirectories

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index e176d23..66b290c 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -14,7 +14,6 @@ Improvements to existing stuff
 * Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
 * Thumbnails should have some basic metadata displayed: stars for ratings,
   at the very least.
-* Default thumbnail size could be bigger.
 * Tag tree should allow showing all tags (expand all trees), only top level
   tags (close all trees), or close everything except a single tree.
 * Photo's tag list: should let user select whether to show only tags

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 300c96c..e176d23 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -11,7 +11,6 @@ Website
 Improvements to existing stuff
 ------------------------------
 
-* Should be able to change selection in grid with keyboard.
 * Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
 * Thumbnails should have some basic metadata displayed: stars for ratings,
   at the very least.

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 453ff7f..300c96c 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -11,8 +11,6 @@ Website
 Improvements to existing stuff
 ------------------------------
 
-* Changing the rating should be doable with single keypressed (0-5) in the
-  appropriate views.
 * Should be able to change selection in grid with keyboard.
 * Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
 * Thumbnails should have some basic metadata displayed: stars for ratings,

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index fc646ea..453ff7f 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -11,12 +11,12 @@ Website
 Improvements to existing stuff
 ------------------------------
 
+* Changing the rating should be doable with single keypressed (0-5) in the
+  appropriate views.
 * Should be able to change selection in grid with keyboard.
 * Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
 * Thumbnails should have some basic metadata displayed: stars for ratings,
   at the very least.
-* Changing the rating should be doable with single keypressed (0-5) in the
-  appropriate views.
 * Default thumbnail size could be bigger.
 * Tag tree should allow showing all tags (expand all trees), only top level
   tags (close all trees), or close everything except a single tree.

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 8d090f0..fc646ea 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -11,7 +11,6 @@ Website
 Improvements to existing stuff
 ------------------------------
 
-* Search section's stars should be stars, not asterisks.
 * Should be able to change selection in grid with keyboard.
 * Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
 * Thumbnails should have some basic metadata displayed: stars for ratings,

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 86434c7..9da4998 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -14,7 +14,9 @@ Current
 * Sometimes have to click twice to switch between grid/image tabs.
   Even when once is enough, it's slow. (Is the tabbed interface
   even sensible for this? A UI designer is needed...)
+  **Help needed.**
 * Does not build a working .deb under Debian (works under Ubuntu).
+  **Help needed.**
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 985953b..8d090f0 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -4,7 +4,6 @@ See also [[problems]] page.
 Website
 -------
 
-* Website has no screenshots.
 * Website wants to be loved by a web designer.
 * Should there be a mailing list for announcments? And a Dimbola blog for
   them as well?

no message given
diff --git a/index.mdwn b/index.mdwn
index 58c55af..627eb43 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -16,6 +16,9 @@ See the [[roadmap]] for what will hopefully happen in
 the future.
 
 
+[[dimbola-0.0.2.jpg]]
+
+
 Download
 --------
 

attachment upload
diff --git a/dimbola-0.0.2.jpg b/dimbola-0.0.2.jpg
new file mode 100644
index 0000000..80ccf2b
Binary files /dev/null and b/dimbola-0.0.2.jpg differ

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 2433a1f..86434c7 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -11,8 +11,6 @@ Things that must be fixed before the next release
 Current
 -------
 
-* "remove tag" button should be insensitive when no tag is selected
-  in the tag tree.
 * Sometimes have to click twice to switch between grid/image tabs.
   Even when once is enough, it's slow. (Is the tabbed interface
   even sensible for this? A UI designer is needed...)

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 86434c7..2433a1f 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -11,6 +11,8 @@ Things that must be fixed before the next release
 Current
 -------
 
+* "remove tag" button should be insensitive when no tag is selected
+  in the tag tree.
 * Sometimes have to click twice to switch between grid/image tabs.
   Even when once is enough, it's slow. (Is the tabbed interface
   even sensible for this? A UI designer is needed...)

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 209599d..86434c7 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -11,7 +11,6 @@ Things that must be fixed before the next release
 Current
 -------
 
-* Dialog windows are not marked as transient for the main window.
 * Sometimes have to click twice to switch between grid/image tabs.
   Even when once is enough, it's slow. (Is the tabbed interface
   even sensible for this? A UI designer is needed...)

no message given
diff --git a/problems.mdwn b/problems.mdwn
index ccd64b6..209599d 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -16,8 +16,6 @@ Current
   Even when once is enough, it's slow. (Is the tabbed interface
   even sensible for this? A UI designer is needed...)
 * Does not build a working .deb under Debian (works under Ubuntu).
-* Folder list needs a horizontal scrollbar for when the list is too
-  wide.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/problems.mdwn b/problems.mdwn
index ca4e599..ccd64b6 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -15,7 +15,6 @@ Current
 * Sometimes have to click twice to switch between grid/image tabs.
   Even when once is enough, it's slow. (Is the tabbed interface
   even sensible for this? A UI designer is needed...)
-* The "Stop" button does not seem to do anything.
 * Does not build a working .deb under Debian (works under Ubuntu).
 * Folder list needs a horizontal scrollbar for when the list is too
   wide.

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 94e460a..ca4e599 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -15,9 +15,6 @@ Current
 * Sometimes have to click twice to switch between grid/image tabs.
   Even when once is enough, it's slow. (Is the tabbed interface
   even sensible for this? A UI designer is needed...)
-* The "Stop" button at the bottom of the window for stopping
-  background processing should be insensitive when nothing is
-  running.
 * The "Stop" button does not seem to do anything.
 * Does not build a working .deb under Debian (works under Ubuntu).
 * Folder list needs a horizontal scrollbar for when the list is too

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 4006215..94e460a 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -18,6 +18,7 @@ Current
 * The "Stop" button at the bottom of the window for stopping
   background processing should be insensitive when nothing is
   running.
+* The "Stop" button does not seem to do anything.
 * Does not build a working .deb under Debian (works under Ubuntu).
 * Folder list needs a horizontal scrollbar for when the list is too
   wide.

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 3fb625b..4006215 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -18,9 +18,6 @@ Current
 * The "Stop" button at the bottom of the window for stopping
   background processing should be insensitive when nothing is
   running.
-* Photo's taglist popup should make "remove" entry insensitive
-  if nothing can be removed (no tags). If no tag is selected,
-  first select tag under cursor.
 * Does not build a working .deb under Debian (works under Ubuntu).
 * Folder list needs a horizontal scrollbar for when the list is too
   wide.

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 286dd35..985953b 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -12,6 +12,7 @@ Website
 Improvements to existing stuff
 ------------------------------
 
+* Search section's stars should be stars, not asterisks.
 * Should be able to change selection in grid with keyboard.
 * Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
 * Thumbnails should have some basic metadata displayed: stars for ratings,

no message given
diff --git a/problems.mdwn b/problems.mdwn
index e707854..3fb625b 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -11,7 +11,6 @@ Things that must be fixed before the next release
 Current
 -------
 
-* Photo's tag list sensitive when not exactly one photo is selected.
 * Dialog windows are not marked as transient for the main window.
 * Sometimes have to click twice to switch between grid/image tabs.
   Even when once is enough, it's slow. (Is the tabbed interface

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 5e7f7d7..e707854 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -25,8 +25,6 @@ Current
 * Does not build a working .deb under Debian (works under Ubuntu).
 * Folder list needs a horizontal scrollbar for when the list is too
   wide.
-* When a tag is removed from tag tree, it stays in photo's and search's
-  tag lists.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/problems.mdwn b/problems.mdwn
index e707854..5e7f7d7 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -25,6 +25,8 @@ Current
 * Does not build a working .deb under Debian (works under Ubuntu).
 * Folder list needs a horizontal scrollbar for when the list is too
   wide.
+* When a tag is removed from tag tree, it stays in photo's and search's
+  tag lists.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/problems.mdwn b/problems.mdwn
index b818162..e707854 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -25,8 +25,6 @@ Current
 * Does not build a working .deb under Debian (works under Ubuntu).
 * Folder list needs a horizontal scrollbar for when the list is too
   wide.
-* When renaming a tag in the tag tree, it does not get updated in
-  the photo's tag list.
 
 
 Bugs in other people's code that Dimbola users may hit upon

no message given
diff --git a/index.mdwn b/index.mdwn
index 6584d32..58c55af 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -36,10 +36,6 @@ Dimbola is licensed under the GNU General Public License,
 version 3 or later.
 
 
-News
-----
-
-
 Releasing
 ---------
 

no message given
diff --git a/index.mdwn b/index.mdwn
index 057c6b6..6584d32 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -19,6 +19,11 @@ the future.
 Download
 --------
 
+The **current version is 0.0.2.**
+
+See [NEWS file](http://bazaar.launchpad.net/%7Edimbola-team/dimbola/trunk/annotate/head%3A/NEWS)
+for what's new in each reelase. It is also available as Help/News in the program.
+
 See <https://launchpad.net/dimbola> for version control
 branches, and <http://code.liw.fi/ubuntu/pool/main/d/dimbola/>
 for packages for Ubuntu (jaunty and karmic).
@@ -34,9 +39,6 @@ version 3 or later.
 News
 ----
 
-See [NEWS file](http://bazaar.launchpad.net/%7Edimbola-team/dimbola/trunk/annotate/head%3A/NEWS)
-for news. It is also available as Help/News in the program.
-
 
 Releasing
 ---------

no message given
diff --git a/index.mdwn b/index.mdwn
index 6fd02e5..057c6b6 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -8,9 +8,6 @@ Dimbola is, or will be, a free Linux/GNOME application for
 photographers. It is currently in **pre-alpha** stage,
 some basic functionality barely works yet.
 
-Dimbola is licensed under the GNU General Public License,
-version 3 or later.
-
 This page is a placeholder for until there is some real
 content. (Help wanted! This is a wiki, just fix things
 if you see something broken.)
@@ -30,6 +27,9 @@ The program is developed under Ubuntu 9.04 (jaunty) and
 9.10 (karmic), but should work elsewhere with Python 2.6,
 PyGTK, dcraw, pyexiv2, and netpbm.
 
+Dimbola is licensed under the GNU General Public License,
+version 3 or later.
+
 
 News
 ----

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 91f2a2a..286dd35 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -52,14 +52,10 @@ New features
 * Folders, tags (in tag tree), and grid should display photo counts.
 * Remember some settings across restarts, such as size of thumbnails.
 * Allow user to remove photos from database and optionally from disk as well.
-* A plugin to export selected photos as a PDF formatted for printing as a
-  book would be nice.
 * Undo/redo: adding, renaming, removing tags in tag tree; adding, removing
   tags to photos; rotate; ratings; ...
 * Tags should perhaps have aliases, flags (export with photo, export when
   sharing tag lists). See also <http://blog.liw.fi/posts/dimbola-tag-system/>.
-* Support geo stuff: add location tags from GPS traces (match on timestamps),
-  find by location, perhaps show and search on maps.
 * Search tags in tag tree. Add a search box at the top.
 * Should handle the case when photos move in the filesystem: have a way to
   search for and reconnect with photos after they've moved. (Might happen
@@ -81,8 +77,6 @@ New features
 * Background jobs should estimate remaining time.
 * Smart collections or saved searches, a la Lightroom.
 * Collections or manually created virtual folders, a la Lightroom.
-* Some RAW processing support would be good. (Set parameters for dcraw
-  when it is run.)
 * Should use unicode only in the database, and not allow any other kind
   of text.
 * Synchronization between Dimbola databases would be really cool.
@@ -95,3 +89,13 @@ New features
 * Need to add i18n and l10n.
 * .dimbola files need a MIME type of their own, so double-clicking on them
   will open them up in Dimbola without hassle. But not all Sqlite files!
+
+Definitely not until after 1.0
+------------------------------
+
+* Some RAW processing support would be good. (Set parameters for dcraw
+  when it is run.)
+* Support geo stuff: add location tags from GPS traces (match on timestamps),
+  find by location, perhaps show and search on maps.
+* A plugin to export selected photos as a PDF formatted for printing as a
+  book would be nice.

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 543f13d..91f2a2a 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -35,6 +35,15 @@ Improvements to existing stuff
 * Import should optionally be recursive: everything in subdirectories
   should be imported as well.
 * Separate photo viewer window: Esc should return it from fullscreen mode.
+* Thumbnail grid should allow selecting by painting with the mouse.
+* Preview sizes should perhaps be user-configurable.
+* Searching based on Exif headers would be good. ("Find all photos taken
+  with this camera and that lense on this time of day.")
+* Maybe importing should add photos really fast, and then add thumbnails,
+  previews in the background?
+* Importing should detect duplicate photos and optionally not add them.
+* Add all exif fields into database, not just selected ones.
+* When editing with gimp, can we export a .xcf? Or have gimp do raw conversion?
 
 New features
 ------------
@@ -66,29 +75,17 @@ New features
 * Add the functionality of dimbola-copy to dimbola-gtk.
 * A performance stress tester for the database would be good, so we know
   how big a photo set it can handle.
-
-Other stuff
------------
-
-* Thumbnail grid should allow selecting by painting with the mouse.
-* Preview sizes should perhaps be user-configurable.
 * Support IPTC tags.
 * Make it possible to have "presets" of tags and other metadata that get
   added to images when they're imported, or later.
-* Searching based on Exif headers would be good. ("Find all photos taken
-  with this camera and that lense on this time of day.")
 * Background jobs should estimate remaining time.
 * Smart collections or saved searches, a la Lightroom.
 * Collections or manually created virtual folders, a la Lightroom.
 * Some RAW processing support would be good. (Set parameters for dcraw
   when it is run.)
-* Maybe importing should add photos really fast, and then add thumbnails,
-  previews in the background?
 * Should use unicode only in the database, and not allow any other kind
   of text.
-* Importing should detect duplicate photos and optionally not add them.
 * Synchronization between Dimbola databases would be really cool.
-* Add all exif fields into database, not just selected ones.
 * Add date of import. This could be used for an iPhoto-like "list of
   imports" view. Perhaps a "import id" as well?
 * Add support for arbitrary key/value pairs as metadata?
@@ -98,4 +95,3 @@ Other stuff
 * Need to add i18n and l10n.
 * .dimbola files need a MIME type of their own, so double-clicking on them
   will open them up in Dimbola without hassle. But not all Sqlite files!
-* When editing with gimp, can we export a .xcf? Or have gimp do raw conversion?

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index dc6c8d5..543f13d 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -6,6 +6,8 @@ Website
 
 * Website has no screenshots.
 * Website wants to be loved by a web designer.
+* Should there be a mailing list for announcments? And a Dimbola blog for
+  them as well?
 
 Improvements to existing stuff
 ------------------------------
@@ -21,6 +23,18 @@ Improvements to existing stuff
   tags (close all trees), or close everything except a single tree.
 * Photo's tag list: should let user select whether to show only tags
   explicitly added, or also their parents (and aliases if those are added).
+* Add tags, exif to exported photos (jpegs, originals).
+* Would be nice to get rid of the need for netpbm and do things internally.
+* Make the + and - buttons for adding, removing tags a bit easier to
+  hit. Maybe move the - buttons to each line? Or just use the popup
+  menu?
+* Tag tree should allow selecting several tags at a time.
+* Get rid of Makefile by having setup.py build dimbola/NEWS.html.
+* When importing images to database, the folders with the new images
+  should perhaps be selected so the images are visible immediately.
+* Import should optionally be recursive: everything in subdirectories
+  should be imported as well.
+* Separate photo viewer window: Esc should return it from fullscreen mode.
 
 New features
 ------------
@@ -35,41 +49,27 @@ New features
   tags to photos; rotate; ratings; ...
 * Tags should perhaps have aliases, flags (export with photo, export when
   sharing tag lists). See also <http://blog.liw.fi/posts/dimbola-tag-system/>.
-
-Other stuff
------------
-
 * Support geo stuff: add location tags from GPS traces (match on timestamps),
   find by location, perhaps show and search on maps.
 * Search tags in tag tree. Add a search box at the top.
-* Would be nice to have an icon for Dimbola.
 * Should handle the case when photos move in the filesystem: have a way to
   search for and reconnect with photos after they've moved. (Might happen
   'cause they're on an external disk and the mount point changes.) Store
   checksum, size of original files and use that to find the photos if they
   move.
-* Add tags, exif to exported photos (jpegs, originals).
-* Should there be a mailing list for announcments? And a Dimbola blog for
-  them as well?
-* Would be nice to get rid of the need for netpbm and do things internally.
 * Would be nice to handle offline images properly: indicate when they're
   not there, and warn (not crash) when doing things that would require
   them.
-* Make the + and - buttons for adding, removing tags a bit easier to
-  hit. Maybe move the - buttons to each line? Or just use the popup
-  menu?
-* Tag tree should allow selecting several tags at a time.
-* A performance stress test for the database would be good, so we know
-  how big a photo set it can handle.
+* Would be nice to have an icon for Dimbola.
 * Dimbola should write (and rotate) a log file that could be added
   to bug reports easily.
-* Get rid of Makefile by having setup.py build dimbola/NEWS.html.
 * Add the functionality of dimbola-copy to dimbola-gtk.
-* When importing images to database, the folders with the new images
-  should perhaps be selected so the images are visible immediately.
-* Import should optionally be recursive: everything in subdirectories
-  should be imported as well.
-* Separate photo viewer window: Esc should return it from fullscreen mode.
+* A performance stress tester for the database would be good, so we know
+  how big a photo set it can handle.
+
+Other stuff
+-----------
+
 * Thumbnail grid should allow selecting by painting with the mouse.
 * Preview sizes should perhaps be user-configurable.
 * Support IPTC tags.

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index dbd5962..dc6c8d5 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -12,26 +12,22 @@ Improvements to existing stuff
 
 * Should be able to change selection in grid with keyboard.
 * Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
-
-New features
-------------
-
-Other stuff
------------
-
-* It should be easy to copy tags from one photo to another.
-* Folders, tags (in tag tree), and grid should display photo counts.
 * Thumbnails should have some basic metadata displayed: stars for ratings,
   at the very least.
 * Changing the rating should be doable with single keypressed (0-5) in the
   appropriate views.
-* Default thumbnail size could be bigger, and the setting should perhaps
-  be remembered.
+* Default thumbnail size could be bigger.
+* Tag tree should allow showing all tags (expand all trees), only top level
+  tags (close all trees), or close everything except a single tree.
 * Photo's tag list: should let user select whether to show only tags
   explicitly added, or also their parents (and aliases if those are added).
-* Tag tree should allow showing all tags (expand all trees), only top level
-  tags (close all trees), or close everything except a single tree; also,
-  should eventually show aliases.
+
+New features
+------------
+
+* It should be easy to copy tags from one photo to another.
+* Folders, tags (in tag tree), and grid should display photo counts.
+* Remember some settings across restarts, such as size of thumbnails.
 * Allow user to remove photos from database and optionally from disk as well.
 * A plugin to export selected photos as a PDF formatted for printing as a
   book would be nice.
@@ -39,6 +35,10 @@ Other stuff
   tags to photos; rotate; ratings; ...
 * Tags should perhaps have aliases, flags (export with photo, export when
   sharing tag lists). See also <http://blog.liw.fi/posts/dimbola-tag-system/>.
+
+Other stuff
+-----------
+
 * Support geo stuff: add location tags from GPS traces (match on timestamps),
   find by location, perhaps show and search on maps.
 * Search tags in tag tree. Add a search box at the top.

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index 13afb46..dbd5962 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -7,13 +7,18 @@ Website
 * Website has no screenshots.
 * Website wants to be loved by a web designer.
 
+Improvements to existing stuff
+------------------------------
 
+* Should be able to change selection in grid with keyboard.
+* Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
+
+New features
+------------
 
 Other stuff
 -----------
 
-* Should be able to change selection in grid with keyboard.
-* Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
 * It should be easy to copy tags from one photo to another.
 * Folders, tags (in tag tree), and grid should display photo counts.
 * Thumbnails should have some basic metadata displayed: stars for ratings,
@@ -27,8 +32,6 @@ Other stuff
 * Tag tree should allow showing all tags (expand all trees), only top level
   tags (close all trees), or close everything except a single tree; also,
   should eventually show aliases.
-
-
 * Allow user to remove photos from database and optionally from disk as well.
 * A plugin to export selected photos as a PDF formatted for printing as a
   book would be nice.

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index ed033a0..13afb46 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -7,39 +7,38 @@ Website
 * Website has no screenshots.
 * Website wants to be loved by a web designer.
 
-User interface improvements
----------------------------
 
-* Cannot change selection in grid with keyboard.
-* Can only add a single tag for a single photo at a time with drag-and-drop
-  (or otherwise).
+
+Other stuff
+-----------
+
+* Should be able to change selection in grid with keyboard.
+* Should be able to add add multiple tags to multiple photos at a time with drag-and-drop.
+* It should be easy to copy tags from one photo to another.
+* Folders, tags (in tag tree), and grid should display photo counts.
 * Thumbnails should have some basic metadata displayed: stars for ratings,
   at the very least.
-* Folders, tags (in tag tree), and grid should display photo counts.
 * Changing the rating should be doable with single keypressed (0-5) in the
   appropriate views.
 * Default thumbnail size could be bigger, and the setting should perhaps
   be remembered.
+* Photo's tag list: should let user select whether to show only tags
+  explicitly added, or also their parents (and aliases if those are added).
+* Tag tree should allow showing all tags (expand all trees), only top level
+  tags (close all trees), or close everything except a single tree; also,
+  should eventually show aliases.
 
-Other stuff
------------
 
 * Allow user to remove photos from database and optionally from disk as well.
 * A plugin to export selected photos as a PDF formatted for printing as a
   book would be nice.
-* It should be easy to copy tags from one photo to another.
 * Undo/redo: adding, renaming, removing tags in tag tree; adding, removing
   tags to photos; rotate; ratings; ...
 * Tags should perhaps have aliases, flags (export with photo, export when
   sharing tag lists). See also <http://blog.liw.fi/posts/dimbola-tag-system/>.
-* Photo's tag list: should let user select whether to show only tags
-  explicitly added, or also their parents (and aliases if those are added).
 * Support geo stuff: add location tags from GPS traces (match on timestamps),
   find by location, perhaps show and search on maps.
 * Search tags in tag tree. Add a search box at the top.
-* Tag tree should allow showing all tags (expand all trees), only top level
-  tags (close all trees), or close everything except a single tree; also,
-  should eventually show aliases.
 * Would be nice to have an icon for Dimbola.
 * Should handle the case when photos move in the filesystem: have a way to
   search for and reconnect with photos after they've moved. (Might happen

no message given
diff --git a/wishlist.mdwn b/wishlist.mdwn
index c705088..ed033a0 100644
--- a/wishlist.mdwn
+++ b/wishlist.mdwn
@@ -1,21 +1,32 @@
 This page lists wishes for new stuff to add to Dimbola.
 See also [[problems]] page.
 
+Website
+-------
+
 * Website has no screenshots.
 * Website wants to be loved by a web designer.
+
+User interface improvements
+---------------------------
+
 * Cannot change selection in grid with keyboard.
 * Can only add a single tag for a single photo at a time with drag-and-drop
   (or otherwise).
-* Allow user to remove photos from database and optionally from disk as well.
 * Thumbnails should have some basic metadata displayed: stars for ratings,
   at the very least.
-* A plugin to export selected photos as a PDF formatted for printing as a
-  book would be nice.
 * Folders, tags (in tag tree), and grid should display photo counts.
 * Changing the rating should be doable with single keypressed (0-5) in the
   appropriate views.
 * Default thumbnail size could be bigger, and the setting should perhaps
   be remembered.
+
+Other stuff
+-----------
+
+* Allow user to remove photos from database and optionally from disk as well.
+* A plugin to export selected photos as a PDF formatted for printing as a
+  book would be nice.
 * It should be easy to copy tags from one photo to another.
 * Undo/redo: adding, renaming, removing tags in tag tree; adding, removing
   tags to photos; rotate; ratings; ...

no message given
diff --git a/roadmap.mdwn b/roadmap.mdwn
index 46a1042..b4923ad 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -26,10 +26,11 @@ possible.
 * Virtual folders ("collections" in Lightroom).
 * View photos in another window, which can be made fullscreen (perhaps on
   a second monitor).
-* Tags are hierarchical and have a private/public flag.
+* Tags are hierarchical and have flags for controllering export and sharing.
 * Tags can be exported and imported, so (public) tag lists can be shared
   and improved by many people.
 * Export original or JPEG versions of photos.
+  * Exported files contain or are accompanied by metadata.
 * Generate a simple HTML gallery from selected photos.
 * Databases can be synchronized between different computers.
   * For example, between desktop and laptop (sync everything), or 

no message given
diff --git a/roadmap.mdwn b/roadmap.mdwn
index 4757d38..46a1042 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -11,7 +11,6 @@ possible.
   integrated into the GUI.)
   * Optionally rename files.
   * Optionally copy files to two locations.
-  * Already works, but from the command line.
   * Also add to currently open database.
 * Add photos to database from hard disk.
   * Single, selected images, or recursively for a whole 

no message given
diff --git a/roadmap.mdwn b/roadmap.mdwn
index 63a79ef..4757d38 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -6,11 +6,13 @@ This is the feature set that 1.0 will hopefully have.
 Since Dimbola is a hobby project, changes are always
 possible.
 
-* Copy photos from camera/memory card to hard disk.
+* Copy photos from camera/memory card to hard disk. (dimbola-copy is
+  a command line program that most of this, but needs to be 
+  integrated into the GUI.)
   * Optionally rename files.
   * Optionally copy files to two locations.
   * Already works, but from the command line.
-  * Also add to currently open database. (Not in the command line version.)
+  * Also add to currently open database.
 * Add photos to database from hard disk.
   * Single, selected images, or recursively for a whole 
     directory tree.

no message given
diff --git a/index.mdwn b/index.mdwn
index faa5662..6fd02e5 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -4,7 +4,7 @@ Dimbola
 -------
 
 Dimbola is, or will be, a free Linux/GNOME application for
-managing digital photographs. It is aimed at serious
+**managing digital photographs.** It is aimed at serious
 photographers. It is currently in **pre-alpha** stage,
 some basic functionality barely works yet.
 

no message given
diff --git a/index.mdwn b/index.mdwn
index 2f7d5aa..faa5662 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -36,7 +36,6 @@ News
 
 See [NEWS file](http://bazaar.launchpad.net/%7Edimbola-team/dimbola/trunk/annotate/head%3A/NEWS)
 for news. It is also available as Help/News in the program.
-(Not working in 0.0.1, oops.)
 
 
 Releasing

no message given
diff --git a/index.mdwn b/index.mdwn
index 68388d8..2f7d5aa 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -53,47 +53,6 @@ See [[problems]] page for a list of problems (things
 that are done, but work badly) and the [[wishlist]]
 page for new things that would be nice to add.
 
-List bugs you find here, or file them in Launchpad.
-
-* Website has no screenshots.
-* Website wants to be loved by a web designer.
-* Cannot change selection in grid with keyboard.
-* Can only add a single tag for a single photo at a time with drag-and-drop
-  (or otherwise).
-* Photo's tag list sensitive when not exactly one photo is selected.
-* Dialog windows are not marked as transient for the main window.
-* Sometimes have to click twice to switch between grid/image tabs.
-  Even when once is enough, it's slow. (Is the tabbed interface
-  even sensible for this? A UI designer is needed...)
-* The "Stop" button at the bottom of the window for stopping
-  background processing should be insensitive when nothing is
-  running.
-
-The following need to be fixed before the next release:
-
-* Nothing!
-
-The following have been fixed, but a fixed release has not yet been
-made:
-
-* Help/News not working in 0.0.1 (fixed in bzr).
-* When clicking on grid outside images, exception traceback happens.
-* "Next" and "Previous" buttons in Image tab don't work. Also not in the
-  separate image window.
-* Rotating while in image tab does not update image.
-* When changing the rating, the "Basic info" section is not updated.
-* Remove most recently created tag, then add new tag results in new tag
-  having same tagid as the removed one. Photos that had the removed tag
-  get the new one.
-* When removing tag from tag tree, the photo's tag list is not updated.
-
-Bugs in other people's code that Dimbola users may hit upon:
-
-* When exporting, can't select the directory that opens as default.
-  See <https://bugzilla.gnome.org/show_bug.cgi?id=557689>.
-  Workaround: go to parent directly, and select the desired directory
-  there.
-
 
 Authors
 -------

no message given
diff --git a/problems.mdwn b/problems.mdwn
index 947cf8a..b818162 100644
--- a/problems.mdwn
+++ b/problems.mdwn
@@ -23,6 +23,10 @@ Current
   if nothing can be removed (no tags). If no tag is selected,
   first select tag under cursor.
 * Does not build a working .deb under Debian (works under Ubuntu).
+* Folder list needs a horizontal scrollbar for when the list is too
+  wide.
+* When renaming a tag in the tag tree, it does not get updated in
+  the photo's tag list.
 
 
 Bugs in other people's code that Dimbola users may hit upon