0.9.10claws71
authorLuke Plant <L.Plant.98@cantab.net>
Tue, 25 May 2004 18:32:39 +0000 (18:32 +0000)
committerLuke Plant <L.Plant.98@cantab.net>
Tue, 25 May 2004 18:32:39 +0000 (18:32 +0000)
* AUTHORS
* src/mimeview.c
* src/stockpixmap.[ch]
* src/Makefile.am
* src/pixmaps/privacy_emblem_encrypted.xpm ** NEW **
* src/pixmaps/privacy_emblem_failed.xpm ** NEW **
* src/pixmaps/privacy_emblem_passed.xpm ** NEW **
* src/pixmaps/privacy_emblem_signed.xpm ** NEW **
* src/pixmaps/privacy_emblem_warn.xpm ** NEW **

o  Added privacy emblems from Jesper Shultz
   <jesper@schultz-net.dk>
o  Overlay emblems onto mimeview icons to indicate
           status of signature and if a message is encrypted

* src/textview.c
o  remove unused color definitions (were used to
   indicate sig status)

ChangeLog.claws
configure.ac

index dd613e6b82ab5440ad376a6a7d491858a7fe139d..3bb5e1da54e2bd312a5a2edb9d00b13e8d9444b9 100644 (file)
@@ -1,3 +1,24 @@
+2004-05-25 [luke]      0.9.10claws71
+
+       * AUTHORS
+       * src/mimeview.c
+       * src/stockpixmap.[ch]
+       * src/Makefile.am
+       * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
+       * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
+       * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
+       * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
+       * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
+
+               o Added privacy emblems from Jesper Shultz 
+                 <jesper@schultz-net.dk>
+               o Overlay emblems onto mimeview icons to indicate
+                 status of signature and if a message is encrypted
+       
+       * src/textview.c
+               remove unused color definitions (were used to 
+               indicate sig status)
+
 2004-05-25 [paul]      0.9.10claws70
 
        * AUTHORS
index 7a0b0832ad8023a177587b6d0e8ee7ffc54aa70b..25d2609c5401aef58d13d70cd33f2c2ff6bb487c 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=10
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=70
+EXTRA_VERSION=71
 
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws