* src/plugins/image_viewer/viewer.c, viewerprefs.c, viewerprefs.glade
authorLuke Plant <L.Plant.98@cantab.net>
Tue, 4 Nov 2003 01:17:59 +0000 (01:17 +0000)
committerLuke Plant <L.Plant.98@cantab.net>
Tue, 4 Nov 2003 01:17:59 +0000 (01:17 +0000)
        o  allow toggling of image scaling by clicking on image
        o  respond to image's container widget resize

* src/procmime.c
        o  fix bad parsing of message when re-editing/viewing a
           message saved to the drafts folder

ChangeLog.claws
configure.ac

index 0822b271475387a4bfad46b3d0bb7cf29fb67928..88ce0969d4d05c3ed413493fb69d572a5f3c30ec 100644 (file)
@@ -1,3 +1,14 @@
+2003-11-04 [luke]      0.9.6claws66
+        * src/plugins/image_viewer/viewer.c
+       * src/plugins/image_viewer/viewerprefs.c
+       * src/plugins/image_viewer/viewerprefs.glade
+                o  allow toggling of image scaling by clicking on image
+                o  respond to image's container widget resize
+
+        * src/procmime.c
+                o  fix bad parsing of message when re-editing/viewing a
+                  message saved to the drafts folder
+
 2003-11-02 [match]     0.9.6claws65
 
        * src/browseldap.h
index cbb8e4cf5f0e4eb00cd2222d7019e8ba73520ae1..a7e5b0e526a0bbce524ea03e90edcdf700c98dd4 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=6
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=65
+EXTRA_VERSION=66
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else