add a forgotten '#if USE_GPGME ... #endif'
[claws.git] / ChangeLog.claws
index 00350cc66372dd069584e49a118544e4fca4b4c4..b4c73735422a540df8169eef8392484e3cf9dbdf 100644 (file)
@@ -1,3 +1,132 @@
+2002-11-07 [paul]      0.8.5claws86
+
+       * src/compose.c
+               add a forgotten '#if USE_GPGME ... #endif'
+
+2002-11-07 [paul]      0.8.5claws85
+
+       * sync with 0.8.5cvs20
+               see ChangeLog 2002-11-07
+
+2002-11-07 [colin]     0.8.5claws84
+
+       * src/folder.[ch]
+               Change folder_item_move_to to return the newly 
+               created folderitem.
+       * src/folderview.c
+               Select the new folderitem after moving.
+
+2002-11-07 [colin]     0.8.5claws83
+
+       * src/prefs_filtering.c
+               Fix rule rewriting when moving a leaf folder to a 
+               shorter path
+
+2002-11-07 [colin]     0.8.5claws82
+
+       * src/prefs_filtering.c
+               fix a leak
+
+2002-11-07 [colin]     0.8.5claws81
+
+       * src/folder.[ch]
+               Add folder_item_move_to() function to move a 
+               folderitem into another one (updates matcher etc)
+       * src/folderview.c
+               Add folder drag'n drop (context menu to come)
+               [Should be dataloss free, but Please backup before 
+                trying !]
+
+2002-11-06 [colin]     0.8.5claws80
+
+       * src/mh.c
+               mh_create_folder() returns NULL if can't create
+               directory hierarchy
+
+2002-11-06 [paul]      0.8.5claws79
+
+       * src/compose.[ch]
+               allow 'on-the-fly' changing of the type of encryption 
+               and/or signing used (mime/ascii) via the compose window
+
+2002-11-06 [paul]      0.8.5claws78
+
+       * sync with 0.8.5cvs19
+               see ChangeLog 2002-11-06 for src/account.c: 
+               account_get_special_folder()
+               
+2002-11-05 [alfons]    0.8.5claws77
+
+       * src/crash.c
+               very minor cleanups: nothing to see here, move on. :-)
+
+2002-11-05 [colin]     0.8.5claws76
+
+       * src/main.c
+               Changes choices if compose windows are opened to
+               Discard, Draft, Don't quit
+
+2002-11-05 [thorsten]  0.8.5claws75
+
+       * src/compose.c
+               reenabled default_reply_to folder option
+
+2002-11-05 [colin]     0.8.5claws74
+
+       * src/compose.[ch] 
+               add compose_draft()
+       * src/crash.c
+               add SIGTERM handler
+       * src/main.[ch]
+               add clean_quit() for the SIGTERM handler
+
+2002-11-05 [paul]      0.8.5claws73
+       
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-11-05 [melvin]    0.8.5claws72
+
+       * src/logwindow.c
+               Fixed log-clipping bug #616795.
+               To stop logging in the log window use 0 length.
+       * src/prefs_common.c
+               Added a label to inform about the 0 log length behaviour.
+
+2002-11-05 [paul]      0.8.5claws71
+
+       * sync with 0.8.5cvs17
+               see ChangeLog 2002-11-05
+
+2002-11-04 [paul]      0.8.5claws70
+
+       * sylpheed-128x128.png
+         sylpheed-64x64.png
+         sylpheed.png
+               replace with pngcrushed icons. Submitted by Nicolas Kaiser,
+               <nikai@users.sourceforge.net>
+               
+       * po/bg.po
+               updated by George Danchev
+
+2002-11-03 [thorsten]  0.8.5claws69
+
+       * src/main.c
+         src/mimeview.c
+         src/rfc2015.h
+               add check if gpg is active
+
+2002-11-03 [thorsten]  0.8.5claws68
+
+       * src/toolbar.h
+               removed GSList declaration causing trouble on MacOS-X
+               (submitted by alfons, reported by xfesty)
+
+2002-11-01 [paul]      0.8.5claws67
+
+       * src/mainwindow.c
+               remove last remnants of main's filter code
+
 2002-11-01 [paul]      0.8.5claws66
 
        * tools/filter_conv.pl