update src/Makefile.am to reflect the changes to the icons that happened in 0.9.6claws35
[claws.git] / ChangeLog.claws
index 5897cd395b50a434d7c9c3dd06919a04597ca865..1335655ed864481add1a9c6d9f982933c4ad3918 100644 (file)
@@ -1,3 +1,79 @@
+2003-10-22 [paul]      0.9.6claws45
+
+       * src/Makefile.am
+               update to reflect the changes to the icons that
+               happened in 0.9.6claws35
+
+2003-10-22 [alfons]    0.9.6claws44
+       
+       * src/carray.h
+               inline carray_count() 
+
+2003-10-21 [alfons]    0.9.6claws43
+
+       * src/carray.h
+               glib wrappers
+       * src/carray.c
+               disable
+       * src/mailmbox.[ch]
+       * src/mailmbox_folder.c
+       * src/mailmbox_parse.c
+       * src/mailmbox_types.[ch]
+               %s/uint32_t/guint
+
+2003-10-21 [luke]      0.9.6claws42
+
+       * src/stock_pixmaps.[ch]
+        * src/mimeview.c
+        * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
+        * src/pixmaps/messageview_text.xpm                      ** REMOVE **
+                o remove mime_application_octet_stream.xpm icon (it was never
+                  really needed)
+                o remove redundant icon messageview_text.xpm
+
+        * src/mainwindow.c
+                fix visibility of signature noticeview when toggling 'separate
+                message view'
+
+2003-10-21 [christoph] 0.9.6claws41
+
+       * src/procmime.c
+               decode multipart and rfc822 mime parts to allow further
+               parsing when required
+
+2003-10-21 [christoph] 0.9.6claws40
+
+       * src/procmime.[ch]
+       * src/textview.c
+               remove obsolete charset parameter in MimeInfo and fix
+               TextView to use the charset from the parameter hash table
+
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/trayicon/Makefile.am
+               add OPENSSL_CFLAGS to fix building with using
+               --with-openssl-* parameters
+
+2003-10-21 [paul]      0.9.6claws39
+
+       * src/prefs_matcher.[ch]
+               replace remnants of the old, renamed 'Execute' matchtype
+               add a brief description to the Info window
+
+2003-10-21 [hoa]       0.9.6claws38
+       
+       * src/Makefile.am
+       * src/carray.[ch]               * NEW *
+       * src/chash.[ch]                * NEW *
+       * src/folder.c
+       * src/maillock.[ch]             * NEW *
+       * src/mailmbox.[ch]             * NEW *
+       * src/mailmbox_folder.[ch]      * NEW *
+       * src/mailmbox_parse.[ch]       * NEW *
+       * src/mailmbox_types.[ch]       * NEW *
+               implementation of mbox folder with unique message numbers
+
+               made use of libEtPan! implementation of mbox for lower-layer.
+
 2003-10-20 [alfons]    0.9.6claws37
 
        * src/noticeview.c