comparison RELEASE.gui @ 0:a84c32f131df 1.1.29

Import vendor version
author Peter Gervai <grin@grin.hu>
date Wed, 15 Oct 2008 23:28:56 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a84c32f131df
1 # Release notes/log for bins-edit-gui
2 # cvs log -rrelease_thok_0_8:: for logs, or
3 # cvs diff -u -rrelease_thok_0_8 for full diffs
4
5 20020611 - 0.9 - Fix grey-out of filename box. Force LATIN1 if 7-bit
6 ANSI is selected. Add charmap override box if either
7 conversion fails.
8
9 20020607 - 0.8 - more error checks. Primitive "current album" editor.
10 Free server-side pixmap correctly (oops.) Update man page.
11
12 20020602 - 0.7 - workaround non-debian LC_MESSAGES bug. Guess
13 encoding from locale. Add slider between tags and image
14 (which cleans up some other visual sizing bugs automatically.)
15
16 20020521 - 0.6 - handle bad/missing filenames, filter out .xml files
17 from argument list, updated french translation. Add
18 user-specified rotation to interface; cleaned up "revert" as a
19 side effect.
20
21 20020516 - 0.5 - i18n support, including an approximate french
22 translation. Added more list navigation, moved them all to a
23 separate menu.
24
25 20020512 - 0.4 - Support EXIF rotation tag. Stopped using GtkFixed
26 and improved the space usage significantly, especially in full
27 screen mode.
28
29 20020510 - 0.3 - First thok release. "real looking", including getopt
30 and about boxes; also has proper focus-row preservation and
31 properly frees previous images, and handles XML UTF correctly.