7f971324b3852758ba5a893343032439ef1fdcf0
[claws.git] / ChangeLog-gtk2.claws
1 2005-08-19 [colin]      1.9.13cvs42
2
3         * src/compose.c
4         * src/procmime.c
5                 Workaround for broken MUAs: encode 
6                 Content-type: name: as ASCII and 
7                 Content-Disposition: filename: as
8                 per rfc2231
9         * src/prefs_account.c
10                 Fix invisible-ness of SMTP SSL prefs
11                 in NNTP accounts
12
13 2005-08-19 [paul]       1.9.13cvs41
14
15         * src/compose.c
16         * src/prefs_common.c
17         * src/prefs_common.h
18         * src/prefs_wrapping.c
19                 paste with or without wrapping.
20                 patch by Colin
21
22 2005-08-19 [paul]       1.9.13cvs40
23
24         * src/prefs_common.c
25         * src/prefs_common.h
26         * src/summaryview.c
27                 reintroduce enable_swap_from as a
28                 hidden pref. patch by Colin
29         * src/quote_fmt_parse.y
30         * src/plugins/clamav/clamav_plugin.c
31         * src/plugins/dillo_viewer/dillo_viewer.c
32         * src/plugins/mathml_viewer/mathml_viewer.c
33         * src/plugins/pgpcore/sgpgme.c
34         * src/plugins/pgpinline/pgpinline.c
35         * src/plugins/pgpmime/pgpmime.c
36                 tidy up. patch by Colin
37
38 2005-08-19 [paul]       1.9.13cvs39
39
40         * configure.ac
41                 complete cvs38's sync
42         * src/editaddress.c
43         * src/gedit-print.c
44         * src/mutt.c
45         * src/etpan/etpan-log.c
46         * src/etpan/imap-thread.c
47         * src/gtk/gtksourceprintjob.c
48                 fix compilation warnings
49                 (patch by Colin)
50
51 2005-08-19 [paul]       1.9.13cvs38
52
53         sync with main:
54
55         * src/account.c
56         * src/action.c
57         * src/addrbook.c
58         * src/addrcache.c
59         * src/addrharvest.c
60         * src/addrindex.c
61         * src/codeconv.c
62         * src/compose.c
63         * src/crash.c
64         * src/exporthtml.c
65         * src/exportldif.c
66         * src/folder.c
67         * src/image_viewer.c
68         * src/inc.c
69         * src/inc.h
70         * src/jpilot.c
71         * src/ldif.c
72         * src/main.c
73         * src/matcher.c
74         * src/mbox.c
75         * src/messageview.c
76         * src/mh.c
77         * src/mimeview.c
78         * src/msgcache.c
79         * src/mutt.c
80         * src/news.c
81         * src/partial_download.c
82         * src/pine.c
83         * src/pop.c
84         * src/prefs_actions.c
85         * src/prefs_common.c
86         * src/prefs_customheader.c
87         * src/prefs_display_header.c
88         * src/prefs_gtk.c
89         * src/prefs_themes.c
90         * src/procheader.c
91         * src/procmime.c
92         * src/procmsg.c
93         * src/recv.c
94         * src/send_message.c
95         * src/simple-gettext.c
96         * src/sourcewindow.c
97         * src/textview.c
98         * src/vcard.c
99         * src/common/defs.h
100         * src/common/log.c
101         * src/common/plugin.c
102         * src/common/prefs.c
103         * src/common/session.c
104         * src/common/session.h
105         * src/common/socket.c
106         * src/common/socket.h
107         * src/common/ssl_certificate.c
108         * src/common/template.c
109         * src/common/utils.c
110         * src/common/utils.h
111         * src/common/xml.c
112         * src/gtk/about.c
113         added wrappers for C library function that
114                 take pathname arguments.
115                 enabled compilation with MinGW.
116                 use GDir instead of directly using opendir().
117                 added rename_force().
118
119 2005-08-19 [paul]       1.9.13cvs37
120         
121         patches by Colin:
122         * src/compose.c
123                 fix privacy settings on re-editing
124                 a sent message
125         * src/jpilot.c
126                 fix encoding bug
127         * src/folder.c
128         * src/procmsg.c
129         * src/procmsg.h
130         * src/summaryview.c
131                 flag changing optimisation
132
133 2005-08-18 [martin]     1.9.13cvs36
134
135         * commitHelper
136             added my login
137         * src/addrcache.c
138         * src/addrharvest.c
139         * src/addrindex.c
140         * src/compose.c
141         * src/grouplistdialog.c
142         * src/main.c
143         * src/mainwindow.c
144         * src/msgcache.c
145         * src/mutt.c
146         * src/pine.c
147         * src/prefs_account.c
148         * src/prefs_themes.c
149         * src/stock_pixmap.c
150         * src/summaryview.c
151         * src/gtk/about.c
152         * src/gtk/logwindow.c
153             removed deprecated glib and gdk stuff
154         * src/plugins/pgpcore/select-keys.c
155             convert attributes from locale to utf8
156
157 2005-08-17 [paul]       1.9.13cvs35
158
159         * src/account.c
160         * src/addressbook.c
161                 use new GTK_STOCK_ icons if available
162         * src/summaryview.c
163         * src/gtk/gtksctree.c
164         * src/gtk/gtksctree.h
165                 faster range select. patch by Colin
166
167 2005-08-17 [paul]       1.9.13cvs34
168
169         patches by colin:
170         * src/addressbook.c
171         * src/addressitem.h
172                 Add an edit button for contacts, fix selections
173                 of gtksctree items
174         * src/editaddress.c
175                 Change labels, let Save be always possible in the
176                 email and user atributes tabs
177         * src/folderview.c
178                 fix sort issues
179         * src/summaryview.c
180                 select next item instead of the displayed one
181                 after deletion
182
183         * src/gtk/progressdialog.c
184                 use prefs_common.enable_rules_hint
185
186 2005-08-13 [hoa]        1.9.13cvs33
187
188         * src/etpan/imap-thread.c
189                 fixed build on Solaris.
190
191 2005-08-10 [colin]      1.9.13cvs32
192
193         * src/procmsg.c
194                 Fix cvs31 (missing fclose before reading
195                 the file)
196
197 2005-08-10 [colin]      1.9.13cvs31
198
199         * src/procmsg.c
200                 Fix procmsg_msginfo_new_from_mimeinfo() when
201                 the MimeInfo isn't stored in memory. This fixes
202                 replying to an attached message.
203
204 2005-08-10 [colin]      1.9.13cvs30
205
206         * src/mainwindow.c
207                 Fix slowness in account changing
208
209 2005-08-10 [colin]      1.9.13cvs29
210
211         * src/folder.c
212         * src/folderutils.c
213         * src/folderview.c
214         * src/imap_gtk.c
215         * src/mainwindow.c
216         * src/mh_gtk.c
217         * src/procmsg.c
218         * src/summaryview.c
219                 Optimize folder_has_parent_of_type
220                 Prevent moving special sub-folders from contextual menus
221                 Rework message a bit ("Empty all messages" -> "Delete all
222                 messages")
223                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
224                 and "Deleted Items" folders)
225
226 2005-08-08 [colin]      1.9.13cvs28
227
228         * src/summaryview.c
229         * src/prefs_summaries.c
230                 Make "Select first unread|new" more flexible
231                 (just prioritize new or unread)
232
233 2005-08-08 [colin]      1.9.13cvs27
234
235         * src/summaryview.c
236                 If "select first new" is selected and there only
237                 are unread messages, fallback to "select first
238                 unread".
239
240 2005-08-08 [colin]      1.9.13cvs26
241
242         * src/folder.c
243                 Fix shameful bugs (and bug #779)
244
245 2005-08-08 [colin]      1.9.13cvs25
246
247         * src/folder.c
248         * src/folder.h
249                 Cache parents' type to make folder_has_parent_of_type
250                 faster
251         * src/folderview.c
252                 Forbid DnD of special sub-folders
253         * src/procmsg.c
254         * src/procmsg.h
255                 Add MAIL_POSTFILTERING_HOOK
256         * src/summaryview.c
257                 Revert over-zealous deletion of the use_addr_book 
258                 code
259
260 2005-08-07 [colin]      1.9.13cvs24
261
262         * src/folder.c
263                 Fix big mistake (passing MsgInfo instead 
264                 of FolderItem)
265
266 2005-08-07 [colin]      1.9.13cvs23
267
268         * src/compose.c
269         * src/folder.c
270         * src/folder.h
271         * src/foldersel.c
272         * src/folderutils.c
273         * src/folderview.c
274         * src/imap.c
275         * src/mainwindow.c
276         * src/messageview.c
277         * src/mh.c
278         * src/msgcache.c
279         * src/procmime.c
280         * src/summaryview.c
281                 Make subfolders of Drafts, Queue, Outbox, Trash
282                 work like their parents. 
283                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
284
285 2005-08-07 [colin]      1.9.13cvs22
286
287         * src/addressbook.c
288                 Fix bug #771 (Dragged contacts not saved)
289
290 2005-08-07 [paul]       1.9.13cvs21
291
292         * src/summaryview.c
293                 fix bug 32 'Search Doesn't display results
294                 if "Hide Read Messages" is chosen'
295                 be more literal in interpreting 'Hide read
296                 messages'
297
298 2005-08-07 [colin]      1.9.13cvs20
299
300         * src/folderview.c
301                 Add debug
302         * src/summaryview.c
303                 Faster 'unthread_for_execution'
304
305 2005-08-06 [paul]       1.9.13cvs19
306
307         * src/mainwindow.c
308                 add mnemonics to Set displayed columns
309                 fix bug where msgview_visible option was
310                 overwritten as TRUE on startup
311
312 2005-08-06 [paul]       1.9.13cvs18
313
314         * src/mainwindow.c
315                 refer to 'displayed columns in folder/message
316                 list' not 'displayed items in summary/message view'
317         * src/prefs_display_header.c
318                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
319                 be consistent with similar dialogues
320         * src/prefs_folder_column.c
321         * src/prefs_summary_column.c
322                 'columns' not 'items', and folder and message lists,
323                 instead of folder and summary views;
324                 Use 'Hidden columns' as list heading not 'Available
325                 items';
326                 move the 'Remove' button to the right hand side;
327                 top-align the buttons;
328                 remove unneeded vbox
329         * src/prefs_summaries.c
330                 put the 2 column prefs buttons in a frame to reduce
331                 overall width; refer to columns not items &c.
332
333 2005-08-05 [colin]      1.9.13cvs17
334
335         * src/prefs_common.c
336         * src/prefs_common.h
337         * src/mainwindow.c
338         * src/compose.c
339         * src/messageview.c
340                 Add an hidden toolbar_detachable pref, so
341                 that I can get rid of these painful handles
342                 in the toolbars. Defaults to TRUE to avoid
343                 changing the GUI on unsuspecting people...
344
345 2005-08-05 [colin]      1.9.13cvs16
346
347         * src/Makefile.am
348         * src/prefs_folder_column.c
349         * src/prefs_folder_column.h
350                 Add prefs for folder columns
351         * src/folderview.c
352         * src/folderview.h
353         * src/mainwindow.c
354         * src/mainwindow.h
355         * src/prefs_common.c
356         * src/prefs_common.h
357         * src/prefs_summaries.c
358                 Use them
359         * src/prefs_summary_column.c
360         * src/summaryview.c
361         * src/summaryview.h
362                 Add a To column
363         * src/textview.c
364         * src/common/utils.c
365         * src/common/utils.h
366                 Move uri colourisation functions
367                 to utils
368         * src/compose.c
369                 Colourise URIs
370         * src/imap.c
371                 Fix bug with LIST where we'd try
372                 to get Folder//////[...]/// 
373
374 2005-08-05 [paul]       1.9.13cvs15
375
376         * src/prefs_summaries.c
377                 improve the English usage
378         * src/summaryview.c
379                 set font on column change
380                 thanks to Colin
381
382 2005-08-05 [paul]       1.9.13cvs14
383
384         * src/prefs_common.c
385         * src/prefs_common.h
386         * src/prefs_summaries.c
387         * src/summaryview.c
388                 replace 'open_unread_on_enter' option with
389                 'select_on_entry' option. opening/not opening
390                 is now exclusively controlled by 'always_show_msg'
391
392 2005-08-04 [colin]      1.9.13cvs13
393
394         * src/compose.c
395                 Remove dead code
396                 Add colourisation of quotes and signatures
397         * src/folderview.c
398                 Fix possible crashes
399         * src/messageview.c
400                 Change an assert that is no problem
401         * src/news.c
402         * src/news_gtk.c
403         * src/news_gtk.h
404                 Fix offline mode
405         * src/gtk/quicksearch.c
406                 Fix a possible crash
407
408 2005-08-03 [colin]      1.9.13cvs12
409
410         * src/prefs_account.c
411                 Fix bug #777 (Sylpheed crash in account configuration)
412
413 2005-08-03 [colin]      1.9.13cvs11
414
415         * src/addressbook.c
416         * src/editaddress.c
417         * src/editgroup.c
418                 Fixing addressbook, round 2
419         * src/textview.c
420                 Fix emphasis color on rechecking 'Colorize messages'
421
422 2005-08-03 [paul]       1.9.13cvs10
423
424         sync with main
425
426         * src/addr_compl.c
427         * src/compose.c
428         * src/main.c
429         * src/pop.c
430         * src/prefs_account.c
431         * src/procmime.c
432         * src/procmsg.c
433         * src/quote_fmt_parse.y
434         * src/textview.c
435         * src/common/quoted-printable.c
436         * src/common/utils.c
437         * src/common/utils.h
438         * src/common/xml.c
439                 replaced incorrect locale-independent
440                 ctype functions with GLib's. Corrected
441                 signedness mismatch.
442         * src/headerview.c
443                 headerview_create(): added spacing for vbox.
444         * src/gtk/about.c
445                 set focus to the OK button.
446
447 2005-08-03 [colin]      1.9.13cvs9
448
449         * src/folderview.c
450                 Fix possible crash
451
452 2005-08-02 [colin]      1.9.13cvs8
453
454         * src/mainwindow.c
455                 Fix cast
456         * src/addressbook.c
457         * src/addressitem.h
458                 Fix a cast and more generally, try to make the
459                 GUI more intuitive and consistent (round 1)
460
461 2005-08-02 [paul]       1.9.13cvs7
462
463         * src/folder.h
464                 missing in 1.9.13cvs6
465
466 2005-08-02 [colin]      1.9.13cvs6
467
468         * src/folder.c
469                 Fix one more leak
470
471 2005-08-02 [colin]      1.9.13cvs5
472
473         * src/folder.c
474         * src/folderview.c
475         * src/imap.c
476         * src/main.c
477         * src/mbox.c
478         * src/procmsg.c
479         * src/summaryview.c
480                 Fix a number of folder_item_get_msg_list()-related
481                 leaks (missing procmsg_msginfo_free()s)
482
483 2005-08-01 [colin]      1.9.13cvs4
484
485         * src/folderview.c
486         * src/folderview.h
487         * src/mainwindow.c
488         * src/prefs_fonts.c
489         * src/prefs_summaries.c
490         * src/prefs_themes.c
491         * src/summaryview.c
492         * src/summaryview.h
493         * src/textview.c
494         * src/textview.h
495                 Fix instant-apply of summary and folderview-related prefs
496                 Fix erroneous g_free and alertpanels in prefs_theme
497                 Add instant-apply for fonts
498                 Defer applying of prefs a little bit so it's done only
499                 once even if requested by multiples prefs pages
500
501 2005-08-01 [paul]       1.9.13cvs3
502
503         * src/main.c
504                 fix bug 776 'S.C. crashes on close'
505                 thanks to Colin
506         * src/etpan/etpan-thread-manager-types.h
507                 add missing include
508                 thanks to Hoa
509
510 2005-07-25 [paul]       1.9.13cvs2
511
512         * src/summaryview.c
513                 fix typos. spotted by Fabien Vantard
514
515 2005-07-24 [paul]       1.9.13cvs1
516
517         * doc/man/sylpheed.1
518                 update man page, incorporating fix of
519                 bug 769 'Typo in manpage'
520         * src/etpan/imap-thread.c
521                 fix NetBSD openssl dependencies. patch by
522                 George Michaelson <ggm@apnic.net>
523         * po/pt_BR.po
524                 updated by Frederico Goncalves Guimaraes
525
526 2005-07-22 [paul]       1.9.13
527
528         1.9.13 release
529
530 2005-07-22 [paul]       1.9.12cvs91
531
532         * AUTHORS
533         * INSTALL
534         * README.claws
535         * RELEASE_NOTES.claws
536                 updated for release
537         * configure.ac
538         * po/nb.po
539         * tools/claws.i18n.status.pl
540                 add Norwegian translation. submiited by
541                 Geir Helland <pjallabais@users.sourceforge.net>
542         * po/ca.po
543         * po/de.po
544         * po/es.po
545         * po/fi.po
546         * po/fr.po
547         * po/it.po
548         * po/sk.po
549         * po/sr.po
550         * po/zh_CN.po
551                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
552                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
553                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
554                 Yang Guilong
555         * src/plugins/clamav/clamav_plugin_gtk.c
556         * src/plugins/spamassassin/spamassassin_gtk.c
557                 replace outdated description strings
558
559 2005-07-21 [colin]      1.9.12cvs90
560
561         * src/folder.c
562                 Set folder to batch mode when scanning it. Makes deletion
563                 of unread mails on IMAP much faster (due to the UNREAD 
564                 flag unsetting)
565
566 2005-07-21 [darko]      1.9.12cvs89
567
568         * configure.ac
569                 link against libresolv if necessary (patch by Paul)
570         * src/msgcache.c
571                 use glib's portable macros to determine endianness
572
573 2005-07-21 [paul]       1.9.12cvs88
574
575         * src/crash.c
576         * src/gtk/about.c
577                 update compiled-in features list
578
579 2005-07-20 [colin]      1.9.12cvs87
580
581         * src/folder.c
582         * src/textview.c
583                 Gcc 2.9x compilation fixes, thanks to Darko
584         * src/plugins/clamav/clamav_plugin.c
585                 Little optimisation: load virus database only once
586         * src/plugins/spamassassin/spamassassin.c
587                 Big optimisation: filtering one mail took at least 1 second,
588                 now it takes at least 50ms. Doesn't speed up spamassassin 
589                 itself, but should already be much more tolerable.
590
591 2005-07-20 [colin]      1.9.12cvs86
592
593         * src/summaryview.c
594                 Fix performance issue
595
596 2005-07-19 [colin]      1.9.12cvs85
597
598         * src/plugins/pgpinline/plugin.c
599                 Fix warning
600
601 2005-07-19 [colin]      1.9.12cvs84
602
603         * configure.ac
604         * src/plugins/Makefile.am
605         * src/plugins/pgpinline/.cvsignore
606         * src/plugins/pgpinline/Makefile.am
607         * src/plugins/pgpinline/pgpinline.c
608         * src/plugins/pgpinline/pgpinline.deps
609         * src/plugins/pgpinline/pgpinline.h
610         * src/plugins/pgpinline/plugin.c
611                 Put pgpinline in the main tree
612
613 2005-07-19 [paul]       1.9.12cvs83
614
615         * src/prefs_actions.c
616                 prevent '//' in menu names, which cause a crash
617                 thanks to Colin
618
619 2005-07-19 [paul]       1.9.12cvs82
620
621         * configure.ac
622                 be generally more informative in configure output.
623                 OpenSSL: correction: '[ --enable-openssl ...' -> 
624                 '[ --disable-openssl ...', as --enable-openssl is default
625                 PGP/MIME: don't check for GPGME again, check for
626                 pgpcore instead. Therefore prevent the possibility of
627                 attempting to build pgpmime if pgpcore dependencies are
628                 not met
629                 ClamAV: use pkgconfig to check for lib
630                 libgnomeprint: revert logic on inner test to match
631                 everything else
632         * src/plugins/pgpcore/sgpgme.c
633                 add missing include
634
635 2005-07-19 [colin]      1.9.12cvs81
636
637         * src/summaryview.c
638                 Fix slow thread rebuilding in particular
639                 cases
640
641 2005-07-19 [paul]       1.9.12cvs80
642
643         * sylpheed-claws.desktop
644                 fix typo, spotted by Stephan Sachse
645         * src/account.c
646                 replace GTK_STOCK_ADD with
647                 GTK_STOCK_NEW button
648
649 2005-07-18 [colin]      1.9.12cvs79
650
651         * src/etpan/imap-thread.c
652                 Fix return value (Thanks Hoa)
653
654 2005-07-18 [colin]      1.9.12cvs78
655
656         * src/imap.c
657                 Allow empty passwords
658                 Create drafts/queue/outbox if necessary
659         * src/summaryview.c
660                 Remove old code
661         * src/etpan/imap-thread.c
662                 Fix STARTTLS (Thanks to Hoa)
663
664 2005-07-18 [paul]       1.9.12cvs77
665
666         * ChangeLog-gtk2.jp
667         * ChangeLog.jp
668                 removed
669         * Makefile.am
670                 updated to reflect additions and removals
671         * TODO
672                 updated to be claws-specific
673         * TODO-gtk2
674         * TODO-gtk2.jp
675         * TODO.jp
676         * sylpheed-128x128.png
677         * sylpheed-64x64.png
678                 removed
679         * sylpheed-claws-128x128.png
680         * sylpheed-claws-64x64.png
681         * sylpheed-claws.desktop
682         * sylpheed-claws.png
683                 added
684         * sylpheed.desktop
685         * sylpheed.png
686                 removed
687
688 2005-07-17 [paul]       1.9.12cvs76
689
690         * src/account.c
691         * src/addressbook.c
692         * src/alertpanel.c
693         * src/alertpanel.h
694         * src/compose.c
695         * src/exphtmldlg.c
696         * src/expldifdlg.c
697         * src/folderview.c
698         * src/imap_gtk.c
699         * src/inc.c
700         * src/message_search.c
701         * src/messageview.c
702         * src/mh_gtk.c
703         * src/news_gtk.c
704         * src/prefs_actions.c
705         * src/prefs_filtering.c
706         * src/prefs_matcher.c
707         * src/prefs_template.c
708         * src/prefs_themes.c
709         * src/ssl_manager.c
710         * src/summary_search.c
711         * src/textview.c
712         * src/toolbar.c
713         * src/gtk/sslcertwindow.c
714         * src/plugins/pgpcore/sgpgme.c
715                 rework alertpanels
716
717 2005-07-17 [colin]      1.9.12cvs75
718
719         * src/privacy.c
720                 add a PrivacySystem accessor that checks that
721                 the system cached in a MimeInfo's privacydata
722                 is still registered. Use this accessor instead
723                 of directly using data->system. Fixes crashes
724                 after unloading pgp plugins.
725
726 2005-07-17 [colin]      1.9.12cvs74
727
728         * src/alertpanel.c
729                 Change geometry hints to a simple default size.
730                 Fixes the certs dialogs.
731
732 2005-07-17 [colin]      1.9.12cvs73
733
734         * src/gtk/sslcertwindow.c
735                 Use a gtkExpander
736
737 2005-07-17 [colin]      1.9.12cvs72
738
739         * src/plugins/pgpcore/Makefile.am
740         * src/plugins/pgpmime/Makefile.am
741                 Add gpgme libs
742
743 2005-07-17 [paul]       1.9.12cvs71
744
745         * configure.ac
746                 add --disable-gnomeprint option
747                 modified version of patch by Marius Mauch
748
749 2005-07-17 [paul]       1.9.12cvs70
750
751         * src/common/defs.h
752                 update urls
753         * src/account.c
754         * src/action.c
755         * src/addressbook.c
756         * src/compose.c
757         * src/foldersel.c
758         * src/folderview.c
759         * src/html.c
760         * src/imap_gtk.c
761         * src/main.c
762         * src/mainwindow.c
763         * src/messageview.c
764         * src/mh_gtk.c
765         * src/mimeview.c
766         * src/news_gtk.c
767         * src/prefs_account.c
768         * src/prefs_send.c
769         * src/prefs_summaries.c
770         * src/procmsg.c
771         * src/summaryview.c
772         * src/common/utils.c
773         * src/common/xml.c
774         * src/plugins/pgpcore/passphrase.c
775         * src/plugins/pgpcore/select-keys.c
776                 replace inappropriately used backticks
777                 with single quotes
778
779 2005-07-16 [colin]      1.9.12cvs69
780
781         * src/image_viewer.c
782                 Add extra paranoid checks
783
784 2005-07-16 [colin]      1.9.12cvs68
785
786         * src/plugins/pgpcore/prefs_gpg.c
787                 Don't auto-check sigs by default, as it
788                 can be really slow.
789
790 2005-07-16 [colin]      1.9.12cvs67
791
792         * src/plugins/pgpcore/sgpgme.c
793                 Make messages a bit better.
794
795 2005-07-16 [colin]      1.9.12cvs66
796
797         * src/imap.c
798                 Remove pseudo-log
799         * src/etpan/imap-thread.c
800                 Add real log
801
802 2005-07-16 [colin]      1.9.12cvs65
803
804         * src/main.c
805         * src/prefs_other.c
806                 And now, fix build with libetpan :-/
807
808 2005-07-15 [colin]      1.9.12cvs64
809
810         * src/prefs_other.c
811                 Continue fixing build without libetpan.
812
813 2005-07-15 [colin]      1.9.12cvs63
814
815         * src/main.c
816                 Fix build with --disable-libetpan
817
818 2005-07-15 [colin]      1.9.12cvs62
819
820         * configure.ac
821                 Bump libetpan's version
822
823 2005-07-15 [colin]      1.9.12cvs61
824
825         * src/etpan/imap-thread.c
826                 Actually stop logging :)
827
828 2005-07-15 [colin]      1.9.12cvs60
829
830         * src/addressbook.c
831                 Fix dnd of multiple addresses.
832
833 2005-07-15 [hoa]        1.9.12cvs59
834
835         * src/etpan/imap-thread.c
836             disable login of IMAP password in libetpan log file.
837
838 2005-07-15 [paul]       1.9.12cvs58
839
840         * src/account.c
841                 don't automatically sort
842                 do allow drag n drop
843
844 2005-07-15 [paul]       1.9.12cvs57
845
846         * src/account.c
847         * src/ssl_manager.c
848                 alphabetical listing
849
850 2005-07-15 [paul]       1.9.12cvs56
851
852         * src/gtk/pluginwindow.c
853                 sort plugin list alphabetically
854
855 2005-07-15 [paul]       1.9.12cvs55
856
857         * src/prefs_spelling.c
858         * src/prefs_wrapping.c
859                 unify English usage
860
861 2005-07-15 [colin]      1.9.12cvs54
862
863         * src/wizard.c
864                 Typo fix
865
866 2005-07-15 [paul]       1.9.12cvs53
867
868         * src/prefs_message.c
869                 make 'show cursor' a hidden option
870
871 2005-07-14 [colin]      1.9.12cvs52
872
873         * src/plugins/spamassassin/Makefile.am
874         * src/plugins/clamav/Makefile.am
875                 Fix double EXTRA_DISTs
876
877 2005-07-14 [colin]      1.9.12cvs51
878
879         * src/plugins/clamav/Makefile.am
880         * src/plugins/clamav/clamav_plugin_gtk.deps
881         * src/plugins/spamassassin/Makefile.am
882         * src/plugins/spamassassin/spamassassin_gtk.deps
883                 Make $plugin_gtk depend on $plugin
884
885 2005-07-14 [hoa]        1.9.12cvs50
886
887         * src/etpan/imap-thread.c
888                 enable debug log of libetpan when running with --debug
889
890 2005-07-14 [colin]      1.9.12cvs49
891
892         * configure.ac
893         * src/common/Makefile.am
894         * src/common/plugin.c
895         * src/common/plugin.h
896                 Add a little plugin dependancy system.
897                 Plugins can ship a $plugin_name.deps file
898                 (near them in PLUGINDIR) so that their
899                 dependancies are loaded if possible.
900         * src/plugins/Makefile.am
901         * src/plugins/pgpcore/Makefile.am
902         * src/plugins/pgpcore/passphrase.c
903         * src/plugins/pgpcore/passphrase.h
904         * src/plugins/pgpcore/plugin.c
905         * src/plugins/pgpcore/prefs_gpg.c
906         * src/plugins/pgpcore/prefs_gpg.h
907         * src/plugins/pgpcore/select-keys.c
908         * src/plugins/pgpcore/select-keys.h
909         * src/plugins/pgpcore/sgpgme.c
910         * src/plugins/pgpcore/sgpgme.h
911                 Introduce pgpcore, used by pgpmime and
912                 pgpinline
913         * src/plugins/pgpmime/Makefile.am
914         * src/plugins/pgpmime/passphrase.c
915         * src/plugins/pgpmime/passphrase.h
916         * src/plugins/pgpmime/pgpmime.c
917         * src/plugins/pgpmime/pgpmime.deps
918         * src/plugins/pgpmime/plugin.c
919         * src/plugins/pgpmime/prefs_gpg.c
920         * src/plugins/pgpmime/prefs_gpg.h
921         * src/plugins/pgpmime/select-keys.c
922         * src/plugins/pgpmime/select-keys.h
923         * src/plugins/pgpmime/sgpgme.c
924         * src/plugins/pgpmime/sgpgme.h
925                 Remove the core from pgpmime and add the
926                 dependancy to pgpcore.
927
928 2005-07-14 [paul]       1.9.12cvs48
929
930         * src/stock_pixmap.c
931                 forgot this in last commit
932
933 2005-07-14 [paul]       1.9.12cvs47
934
935         * src/account.c
936         * src/addressbook.c
937                 add accelerators for the buttons (sync with main)
938         * src/compose.c
939         * src/compose.h
940                 add accelerators for the buttons.
941                 fix editing with external editor.
942                 replace gdk_input_*() with GIOChannel;
943                 (sync with main)
944         * src/foldersel.c
945                 display folder names with new/unread
946                 representation (sync with main)
947         * src/main.c
948                 specify default window icon (sync with main)
949         * src/prefs_common.c
950                 use_addr_book default to FALSE
951         * src/summaryview.c
952         * src/textview.c
953                 add accelerators for the buttons (sync with main)
954         * src/gtk/menu.c
955                 fix typos
956         * src/pixmaps/sylpheed_icon.xpm
957                 updated
958
959 2005-07-13 [paul]       1.9.12cvs46
960
961         * src/plugins/pgpmime/pgpmime.c
962         * src/plugins/pgpmime/sgpgme.c
963                 (temporarily) use deprecated gpgme_data_rewind()
964                 while largefile support is not present
965                 (as suggested by Colin)
966
967 2005-07-13 [paul]       1.9.12cvs45
968
969         * configure.ac
970                 remove large file support (for now):
971                 it breaks too many things
972
973 2005-07-13 [paul]       1.9.12cvs44
974
975         * configure.ac
976                 add large file support
977         * src/html.c
978                 fix bug #763 where href attribute was not
979                 the very first attribute of a link
980                 patch by Thomas Gilgin
981
982 2005-07-13 [colin]      1.9.12cvs43
983
984         * src/gtk/pluginwindow.c
985                 Little portability fix
986
987 2005-07-13 [colin]      1.9.12cvs42
988
989         * src/plugins/pgpmime/sgpgme.c
990                 Fix crasher.
991
992 2005-07-13 [colin]      1.9.12cvs41
993
994         * src/plugins/pgpmime/pgpmime.c
995         * src/plugins/pgpmime/sgpgme.c
996                 Use gpgme_data_release_and_get_mem instead
997                 of gpgme_data_read.
998
999 2005-07-13 [colin]      1.9.12cvs40
1000
1001         * configure.ac
1002         * src/plugins/pgpmime/passphrase.c
1003         * src/plugins/pgpmime/passphrase.h
1004         * src/plugins/pgpmime/pgpmime.c
1005         * src/plugins/pgpmime/plugin.c
1006         * src/plugins/pgpmime/select-keys.c
1007         * src/plugins/pgpmime/select-keys.h
1008         * src/plugins/pgpmime/sgpgme.c
1009         * src/plugins/pgpmime/sgpgme.h
1010                 Port pgpmime to gpgme-1.0.
1011
1012 2005-07-12 [paul]       1.9.12cvs39
1013
1014         * AUTHORS
1015         * src/toolbar.c
1016         * src/toolbar.h
1017                 add a 'Go to Prev' button to the toolbar.
1018                 correct tooltip text of go to buttons.
1019                 based on patch by Yang Guilong <bamanzi@gmail.com>
1020
1021 2005-07-12 [colin]      1.9.12cvs38
1022
1023         * src/statusbar.c
1024                 Fix progress bar showing stuff at startup.
1025
1026 2005-07-12 [paul]       1.9.12cvs37
1027
1028         * src/editjpilot.c
1029                 fix building with jpilot support
1030
1031 2005-07-11 [colin]      1.9.12cvs36
1032
1033         * src/inc.c
1034                 Add visual indication that filtering is running
1035         * src/textview.c
1036                 Make {}[] uri delimiters
1037         * src/summaryview.c
1038                 Remove useless (and slow) calls
1039
1040 2005-07-11 [paul]       1.9.12cvs35
1041
1042         * src/plugins/clamav/clamav_plugin_gtk.c
1043         * src/plugins/dillo_viewer/dillo_prefs.c
1044         * src/plugins/pgpmime/prefs_gpg.c
1045         * src/plugins/spamassassin/spamassassin_gtk.c
1046                 gather plugins prefs together under their
1047                 own 'Plugins' heading
1048
1049 2005-07-11 [paul]       1.9.12cvs34
1050
1051         sync with main
1052
1053         * src/account.c
1054                 account_delete(): modified alert dialog
1055         * src/editjpilot.c
1056         * src/editvcard.c
1057                 fixed a crash when cancelling file selection
1058                 dialog by Escape key. Made non-ascii filename
1059                 selectable.
1060         * src/prefs_template.c
1061                 prefs_template_window_create(): make scrolled
1062                 window policy AUTOMATIC
1063
1064 2005-07-10 [hoa]        1.9.12cvs33
1065
1066         * src/etpan/imap-thread.c
1067                 workaround for old Courier IMAP servers.
1068
1069 2005-07-10 [colin]      1.9.12cvs32
1070
1071         * src/folder.c
1072         * src/statusbar.c
1073         * src/statusbar.h
1074                 Add visual progress indicator on filtering/processing
1075                 Factorize the progress bar code
1076         * src/imap.c
1077         * src/imap.h
1078         * src/etpan/imap-thread.c
1079                 Add a reference counter to avoid destroying the Folder
1080                 while it's in use by another callback.
1081
1082 2005-07-09 [hoa]        1.9.12cvs31
1083
1084         * src/imap.c
1085         * src/etpan/imap-thread.c
1086                 fixed deadlock when removing IMAP account.
1087
1088 2005-07-08 [colin]      1.9.12cvs30
1089
1090         * src/textview.c
1091         * src/unmime.c
1092                 Fix again problems decoding broken headers
1093         * src/gtk/inputdialog.c
1094                 Fix local variable shadowing a global one
1095
1096 2005-07-08 [colin]      1.9.12cvs29
1097
1098         * src/msgcache.c
1099                 Make the cache/mark files platform-agnostic by writing
1100                 them in little-endian format. Reading them is also done
1101                 in little-endian format, of course; however, in order
1102                 to avoid trashing mark data on big-endian machines, the
1103                 files are, at first, read from the native format if the
1104                 little-endian one doesn't exist. This is easy to deter-
1105                 mine by trying to open a file with a swapped data_ver
1106                 and seeing if it's the wanted version.
1107                 Little-endian using users should see absolutely no
1108                 difference, Big-endian users may get a very little
1109                 performance drop due to byte-swapping.
1110                 Tested on i386 and ppc32. 
1111                 Fixes bug #159 (The index file, in the mailboxes, is 
1112                 hardware depending).
1113
1114                 To have the cache/mark files updated to the new little-
1115                 endian format, "Check for new messages" or even
1116                 "Rebuild folder tree" aren't enough. Files will be
1117                 updated as soon as a folder has been opened/closed.
1118                 To update everything, just select all folders by
1119                 selecting them one by one.
1120
1121 2005-07-07 [colin]      1.9.12cvs28
1122
1123         * src/imap.c
1124                 Remember the folder separator per IMAPFolder
1125                 instead of globally.
1126                 Revive the Session on noop; fixes bug #761
1127                 (mark a bunch of unread messages as read takes 
1128                 forever)
1129
1130 2005-07-07 [darko]      1.9.12cvs27
1131
1132         * src/common/template.c
1133                 Sort templates alphabetically
1134
1135 2005-07-06 [colin]      1.9.12cvs26
1136
1137         * src/imap.c
1138                 Try to use the correct separator in
1139                 most cases. Possibly fixes bug #759
1140                 (only creates the INBOX folder when 
1141                 setting up new IMAP account) and 
1142                 bug #760 (Can't retrieve messages)
1143
1144 2005-07-06 [colin]      1.9.12cvs25
1145
1146         * src/imap.c
1147                 Use real_path in status command. This will
1148                 help later, when namespaces will be used.
1149
1150 2005-07-06 [colin]      1.9.12cvs24
1151
1152         * configure.ac
1153         * src/account.c
1154         * src/folder.c
1155         * src/imap.c
1156         * src/etpan/etpan-log.c
1157         * src/etpan/etpan-thread-manager.c
1158         * src/etpan/imap-thread.c
1159                 Add a --disable-libetpan parameter. With this,
1160                 users that don't want IMAP4 support can avoid
1161                 the new dependancy (and have no IMAP support).
1162                 Users that have IMAP4 accounts and use this
1163                 parameter won't lose their configuration, their
1164                 IMAP accounts will just be invisible and not
1165                 used.
1166         * src/textview.c
1167                 Make the "Copy ..." contextual menu items 
1168                 copy to both the X clipboard and the gtk 
1169                 clipboard - as most other apps do.
1170         * src/gtk/about.c
1171                 Add a notice about OpenSSL usage, in order to
1172                 comply with OpenSSL's license (point 6):
1173                 http://www.openssl.org/source/license.html
1174
1175 2005-07-06 [colin]      1.9.12cvs23
1176
1177         * src/alertpanel.c
1178                 Fix a minimum size for alertpanels
1179         * src/compose.c
1180                 Show 'No space left on device' type errors
1181                 when queuing/sending
1182         * src/imap_gtk.c
1183         * src/mh_gtk.c
1184                 Rework folder's deletion message (remove 
1185                 extra \n)
1186
1187 2005-07-05 [colin]      1.9.12cvs22
1188
1189         * src/imap.c
1190                 Add an alertpanel on auth error
1191                 Add pseudo-log
1192                 Remove pthread-related stuff
1193
1194 2005-07-05 [colin]      1.9.12cvs21
1195
1196         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1197                 Fix crash on plugin reloading (with a hack)
1198
1199 2005-07-05 [colin]      1.9.12cvs20
1200
1201         * src/prefs_account.c
1202         * src/prefs_account.h
1203                 Fix typo
1204         * src/gtk/filesel.c
1205         * src/gtk/filesel.h
1206                 Add a way to filter the view
1207         * src/gtk/pluginwindow.c
1208                 Filter loadable stuff
1209         * src/plugins/pgpmime/prefs_gpg.c
1210                 Fix missing unregistration
1211         * .cvsignore
1212         * src/etpan/.cvsignore
1213         * src/plugins/spamassassin/.cvsignore
1214                 Add more stuff to cvs ignored files
1215
1216 2005-07-04 [colin]      1.9.12cvs19
1217
1218         * src/imap.c
1219                 Fix scan_required returning FALSE when it
1220                 shouldn't. Maybe fix #760 (Can't retrieve
1221                 messages)
1222
1223 2005-07-04 [colin]      1.9.12cvs18
1224
1225         * src/summaryview.c
1226                 Fix always_show_msg pref
1227
1228 2005-07-04 [paul]       1.9.12cvs17
1229
1230         sync with main (forgotten in last commit)
1231         
1232         * src/common/utils.c
1233         * src/common/utils.h
1234                 check_line_length(): new.
1235                 is_dir_exist()
1236                 is_file_entry_exist()
1237                 dirent_is_regular_file()
1238                 dirent_is_directory(): use g_file_test() instead of stat().
1239
1240 2005-07-04 [paul]       1.9.12cvs16
1241
1242         sync with main:
1243
1244         * src/compose.c
1245                 compose_write_to_file(): check for line
1246                 length limit and display warning if exceeds
1247         * src/jpilot.c
1248                 use get_home_dir() instead of g_get_home_dir()
1249         * src/procheader.c
1250                 removed warning about invalid date
1251         * src/vcard.c
1252                 use get_home_dir() instead of g_get_home_dir()
1253
1254 2005-07-04 [paul]       1.9.12cvs15
1255
1256         * src/stock_pixmap.c
1257                 fix new pixmap naming errors
1258                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
1259
1260 2005-07-04 [colin]      1.9.12cvs14
1261
1262         * src/imap.c
1263                 Fix debugging string with a warning
1264
1265 2005-07-04 [colin]      1.9.12cvs13
1266
1267         * configure.ac
1268                 Add a check for libetpan's version (>= 0.37)
1269
1270 2005-07-04 [hoa]        1.9.12cvs12
1271
1272         * commitHelper
1273         * src/imap.c
1274         * src/etpan/imap-thread.c
1275         * src/etpan/imap-thread.h
1276                 fixed IMAP implementation of check of mails.
1277
1278 2005-07-03 [hoa]        1.9.12cvs11
1279
1280         * src/etpan/Makefile.am
1281         * src/etpan/etpan-errors.h
1282         * src/etpan/etpan-log.[ch]
1283         * src/etpan/etpan-thread-manager-types.h
1284         * src/etpan/etpan-thread-manager.[ch]
1285         * src/etpan/imap-thread.[ch]
1286         * src/Makefile.am
1287         * src/imap.c
1288         * src/main.c
1289         * src/prefs_other.c
1290         * configure.ac
1291             merged imap branch.
1292             dependency on libetpan 0.37 is now added.
1293
1294 2005-07-01 [colin]      1.9.12cvs10
1295
1296         * src/Makefile.am
1297         * src/folder.c
1298         * src/folder.h
1299         * src/folderview.c
1300         * src/stock_pixmap.c
1301         * src/stock_pixmap.h
1302         * src/plugins/trayicon/trayicon.c
1303                 Add marked symbol on folders containing
1304                 marked messages
1305         * src/procmsg.c
1306         * src/procmsg.h
1307         * src/toolbar.c
1308         * src/prefs_common.c
1309         * src/prefs_common.h
1310         * src/prefs_send.c
1311                 Add an optional confirmation dialog on queue
1312                 sending. Patch by wwp.
1313         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
1314         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
1315         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
1316         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
1317         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
1318         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
1319         * src/pixmaps/inbox_mark.xpm            ** ADDED **
1320         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
1321         * src/pixmaps/outbox_mark.xpm           ** ADDED **
1322         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
1323         * src/pixmaps/trash_mark.xpm            ** ADDED **
1324                 New pixmaps
1325
1326 2005-07-01 [colin]      1.9.12cvs9
1327
1328         * src/summaryview.c
1329                 Fix a little threading bug
1330         * src/addrgather.c
1331         * src/mainwindow.c
1332                 A little bit of HIG normality never hurts
1333
1334 2005-07-01 [colin]      1.9.12cvs8
1335
1336         * src/compose.c
1337         * src/msgcache.c
1338         * src/pop.c
1339         * src/procmime.c
1340         * src/recv.c
1341         * src/common/log.c
1342         * src/common/template.c
1343         * src/common/utils.c
1344         * src/common/utils.h
1345                 Reverted the fwrite_atomic stuff. In fact
1346                 it is already atomic.
1347
1348 2005-06-30 [colin]      1.9.12cvs7
1349
1350         * src/common/utils.c
1351         * src/common/utils.h
1352                 Add an fwrite_atomic() function to make
1353                 sure we write everything: fwrite can make
1354                 short writes.
1355         * src/compose.c
1356         * src/msgcache.c
1357         * src/pop.c
1358         * src/procmime.c
1359         * src/recv.c
1360         * src/common/log.c
1361         * src/common/template.c
1362                 Use that (and fix swapping of size and nmemb).
1363                 Thanks to Rich Coe for the heads up.
1364
1365 2005-06-30 [colin]      1.9.12cvs6
1366
1367         * src/addressbook.c
1368                 Optimize addressbook opening 
1369
1370 2005-06-30 [colin]      1.9.12cvs5
1371
1372         * src/summaryview.c
1373                 Remove calls to summary_step after move/copy
1374
1375 2005-06-28 [paul]       1.9.12cvs4
1376
1377         * src/alertpanel.c
1378                 wrap and make the error msg selectable
1379
1380 2005-06-28 [paul]       1.9.12cvs3
1381
1382         * src/ssl_manager.c
1383                 replace the OK button with a Close button
1384         * src/gtk/foldersort.c
1385                 use GTK_STOCK_ icons/buttons
1386
1387 2005-06-28 [colin]      1.9.12cvs2
1388
1389         * src/gedit-print.c             ** ADDED **
1390         * src/gedit-print.h             ** ADDED **
1391         * src/gtk/gtksourceprintjob.c   ** ADDED **
1392         * src/gtk/gtksourceprintjob.h   ** ADDED **
1393                 I can't believe no one had enough time to tell
1394                 me I forgot the `cvs add`
1395
1396 2005-06-27 [colin]      1.9.12cvs1
1397
1398         * src/Makefile.am
1399         * src/gtk/Makefile.am
1400         * src/messageview.c
1401         * src/procmsg.c
1402         * src/summaryview.c
1403         * configure.ac
1404                 Add optional libgnomeprint-based printing
1405         * src/mainwindow.c
1406         * src/gtk/quicksearch.c
1407                 Add an Edit/Quick search menu item to show
1408                 and focus the quicksearch
1409
1410 2005-06-27 [paul]       1.9.12
1411
1412         1.9.12 release
1413
1414         * po/ca.po
1415         * po/de.po
1416         * po/es.po
1417         * po/fr.po
1418         * po/it.po
1419         * po/ko.po
1420         * po/pt_BR.po
1421         * po/sk.po
1422         * po/zh_CN.po
1423                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
1424                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
1425                 SungHyun Nam, Frederico Goncalves Guimaraes,
1426                 Andrej Kacian, and Yang Guilong
1427 2005-06-26 [colin]      1.9.11cvs106
1428
1429         * src/imap_gtk.c
1430                 Forgot one file for previous fix
1431
1432 2005-06-26 [colin]      1.9.11cvs105
1433
1434         * src/folder.c
1435         * src/imap.c
1436                 Fix problems with folder operations in no_select
1437                 imap folders. it applies only to mails, and 
1438                 creation/deletion/move/renaming of folders 
1439                 should be possible
1440
1441 2005-06-26 [paul]       1.9.11cvs104
1442
1443         * src/prefs_filtering.c
1444                 replace one more GTK_STOCK_REMOVE
1445                 with GTK_STOCK_DELETE
1446
1447 2005-06-25 [colin]      1.9.11cvs103
1448
1449         * src/imap.c
1450                 Optimize get_seq_set_from_seq_list
1451                 (Patch by Ricardo) 
1452
1453 2005-06-25 [colin]      1.9.11cvs102
1454
1455         * src/mh.c
1456                 If the directory exists, but not in the
1457                 correct encoding, rename it. This should
1458                 handle old-versions-induced bugs.
1459
1460 2005-06-25 [colin]      1.9.11cvs101
1461
1462         * src/mh.c
1463                 Fix path access with extended dir names
1464                 Fixes bug #589 (SC segfaults with wrong locale
1465                 settings)
1466
1467 2005-06-25 [colin]      1.9.11cvs100
1468
1469         * src/prefs_account.c
1470         * src/prefs_account.h
1471         * src/compose.c
1472                 Add an option to encrypt replies to
1473                 encrypted messages
1474
1475 2005-06-25 [colin]      1.9.11cvs99
1476
1477         * src/compose.c
1478         * src/quote_fmt_parse.y
1479                 ... And make it work with pgpinline.
1480
1481 2005-06-25 [colin]      1.9.11cvs98
1482
1483         * src/compose.c
1484         * src/procmime.c
1485         * src/procmime.h
1486         * src/quote_fmt_parse.y
1487                 o Make reedition of encrypted messages possible
1488                   (as long as it is encrypted to self too, no
1489                    magic there)
1490                 o Make replying with quote (and without selecting
1491                   text) possible for encrypted messages.
1492                 Closes bug #550 (Not possible to "reply with quote"
1493                 to gnupg encrypted messages)
1494
1495 2005-06-24 [paul]       1.9.11cvs97
1496
1497         * src/imap.c
1498                 add missing include
1499
1500 2005-06-24 [paul]       1.9.11cvs96
1501
1502         * src/editldap.c
1503                 made bind password entry invisible
1504                 (sync with main)
1505         * src/send_message.c
1506                 send_message_local(): check exit status
1507                 to detect errors (sync with main)
1508         * src/textview.c
1509                 use main's less ambiguous popup menu
1510                 wording
1511
1512 2005-06-24 [paul]       1.9.11cvs95
1513
1514         * src/prefs_actions.c
1515         * src/prefs_customheader.c
1516         * src/prefs_display_header.c
1517         * src/prefs_filtering_action.c
1518         * src/prefs_matcher.c
1519         * src/prefs_template.c
1520         * src/prefs_toolbar.c
1521                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
1522         * src/gtk/description_window.c
1523                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
1524
1525 2005-06-23 [colin]      1.9.11cvs94
1526
1527         * src/summaryview.c
1528                 Fix rough edges (be sure to call status_show whenever
1529                 necessary).
1530
1531 2005-06-23 [colin]      1.9.11cvs93
1532
1533         * src/summaryview.c
1534                 Optimize Select All
1535                 Before, in a 5K mails folder: 11s
1536                 After, in the same folder: 58000µs
1537                 The joys of locking... gtk_clist_select_all() fires a 
1538                 tree-select-row event for each selected row, which in 
1539                 summaryview, callbacks summary_selected which in turn,
1540                 calls summary_status_show, which walks the selected
1541                 rows. Hence, calling gtk_clist_select_all was 
1542                 exponential. Locking the summaryview makes 
1543                 summary_selected return early.
1544
1545 2005-06-23 [colin]      1.9.11cvs92
1546
1547         * src/imap.c
1548                 Move mutex at the important place to avoid
1549                 deadlocks
1550         * src/summaryview.c
1551                 Fix Del key deleting directly instead of
1552                 moving to trash
1553
1554 2005-06-22 [colin]      1.9.11cvs91
1555
1556         * src/plugins/spamassassin/libspamc.c
1557                 As we do spagetti code with assignations in multiple
1558                 places (see _message_read_raw where out = msg = raw),
1559                 let's be sure we don't free the same pointer twice.
1560                 Should fix bug #683 (Crash in libpam at 
1561                 message_cleanup).
1562
1563 2005-06-22 [colin]      1.9.11cvs90
1564
1565         * src/compose.c
1566         * src/messageview.c
1567         * src/toolbar.c
1568                 Make toolbar's delete use the move to trash stuff;
1569                 Add gtk_widget_realize to be sure pixmaps can get
1570                 created (that may fix an old worksforme bug which
1571                 I can't find back...)
1572
1573 2005-06-22 [colin]      1.9.11cvs89
1574
1575         * src/summaryview.c
1576         * src/summaryview.h
1577         * src/mainwindow.c
1578                 Rename "Message/Delete" to "Message/Move to trash"
1579                 Add "Message/Delete..." that directly destroys the
1580                 selected messages after asking for a confirmation.
1581
1582 2005-06-22 [colin]      1.9.11cvs88
1583
1584         * src/imap.c
1585                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
1586                 o Fix a deadlock (thanks Darko)
1587
1588 2005-06-22 [colin]      1.9.11cvs87
1589
1590         * src/gtk/foldersort.c
1591                 Add missing include for the i18n;
1592                 patch by Fabien Vantard
1593
1594 2005-06-21 [colin]      1.9.11cvs86
1595
1596         * src/folder.c
1597         * src/folderview.c
1598                 Respect the no_select flag
1599         * src/imap.c
1600                 Fix recursive deletion
1601         * src/imap_gtk.c
1602         * src/mh_gtk.c
1603                 Make the folder deletion's warning
1604                 more explicit
1605
1606 2005-06-21 [colin]      1.9.11cvs85
1607
1608         * src/textview.c
1609                 Prevent email addresses from spanning accross
1610                 lines - fixes bug # 646 (newline-chars in 
1611                 email addresses)
1612
1613 2005-06-20 [colin]      1.9.11cvs84
1614
1615         * src/folder.c
1616                 Be sure not to remove source if copy failed
1617
1618 2005-06-20 [colin]      1.9.11cvs83
1619
1620         * src/folderview.c
1621         * src/imap_gtk.c
1622                 remove summaryview's lock
1623         * src/imap.c
1624                 introduce threads to avoid problems when foreground tasks
1625                 interfere with background tasks
1626         * src/mh.c
1627                 prevent moving to drafts/queue
1628         * src/mimeview.c
1629                 fix leak
1630
1631 2005-06-19 [colin]      1.9.11cvs82
1632
1633         * src/imap_gtk.c
1634                 Remember that the user doesn't want to override
1635                 offline mode, for 3 seconds. It avoid presenting
1636                 him with N popups in a really short time.
1637
1638 2005-06-17 [colin]      1.9.11cvs81
1639
1640         * src/imap.c
1641                 Fix IMAP breaking on folders containing '('
1642                 (Probably won't be enough)
1643
1644 2005-06-17 [colin]      1.9.11cvs80
1645
1646         Forgotten files on 1.9.11cvs79
1647         * src/summaryview.c
1648                 Fix stepping when not immediately executing
1649         * src/imap.c
1650                 Really prevent UID FETCH 0
1651         * src/codeconv.c
1652                 Fix outgoing charset never set to utf-8
1653         * src/mh.c
1654                 Fix leak
1655
1656 2005-06-16 [colin]      1.9.11cvs79
1657
1658         * src/compose.c
1659                 Fix bug #707 (Dash splits rows)
1660                 Only wrap if we're on a line break position and
1661                 the previous one was a "white" (space) char.
1662                 Pango stuff is weird.
1663
1664 2005-06-16 [colin]      1.9.11cvs78
1665
1666         * src/imap_gtk.c
1667                 Lock summaryview while downloading messages
1668                 on user demand
1669         * src/procheader.c
1670         * src/unmime.c
1671         * src/common/utils.c
1672         * src/common/utils.h
1673                 Replace \r and \n with spaces in From and
1674                 Subject headers
1675
1676 2005-06-16 [paul]       1.9.11cvs77
1677
1678         * src/procmime.c
1679                 liberalise the mime parser
1680         * src/gtk/about.c
1681                 add text wrapping
1682
1683 2005-06-16 [paul]       1.9.11cvs76
1684
1685         * src/gtk/about.c
1686                 reworked
1687
1688 2005-06-15 [colin]      1.9.11cvs75
1689
1690         * src/compose.c
1691                 Finish header encoding fix
1692         * src/summaryview.c
1693                 Fix segfault
1694         * src/headerview.c
1695                 Fix compilation (Thanks Stephan
1696                 Sachse)
1697
1698 2005-06-15 [colin]      1.9.11cvs74
1699
1700         * Makefile.am
1701                 Install gnome2 stuff rather than gnome1, 
1702                 if both are present
1703         * src/codeconv.c
1704         * src/codeconv.h
1705         * src/compose.c
1706                 Fix headers encoding
1707         * src/folder.c
1708                 Visual progress when fetching all messages
1709         * src/folderview.c
1710         * src/summaryview.c
1711         * src/summaryview.h
1712                 Prevent changing current message while
1713                 incorporating
1714
1715 2005-06-15 [paul]       1.9.11cvs73
1716
1717         * src/gtk/gtkaspell.c
1718         * src/gtk/gtkaspell.h
1719                 fix build warnings
1720
1721 2005-06-15 [paul]       1.9.11cvs72
1722
1723         * src/prefs_filtering.c
1724                 allow reordering of filter rules by
1725                 drag n drop
1726
1727 2005-06-15 [paul]       1.9.11cvs71
1728
1729         * COPYING
1730                 updated
1731         * src/codeconv.c
1732                 replace deprecated function
1733         * src/inc.c
1734         * src/send_message.c
1735         * src/gtk/progressdialog.c
1736         * src/gtk/progressdialog.h
1737                 salvage and reuse parts of reverted sync
1738
1739 2005-06-15 [paul]       1.9.11cvs70
1740
1741         * src/inc.c
1742         * src/send_message.c
1743         * src/gtk/progressdialog.c
1744         * src/gtk/progressdialog.h
1745                 revert yesterday's sync with main
1746                 it contains deprecated functions
1747
1748 2005-06-15 [colin]      1.9.11cvs69
1749
1750         * src/headerview.c
1751                 Fix bug #670 (multi user to: will corrupt message 
1752                 headers display)
1753
1754 2005-06-15 [colin]      1.9.11cvs68
1755
1756         * src/compose.c
1757                 Fix bug #421 (Fix undo on wrapping)
1758
1759 2005-06-15 [colin]      1.9.11cvs67
1760
1761         * src/folder.c
1762                 Provide visual feedback while processing
1763                 folder's rules.
1764         * src/imap.c
1765                 Provide visual feedback while getting
1766                 short headers (for uncached messages)
1767
1768
1769 2005-06-14 [paul]       1.9.11cvs66
1770
1771         * src/account.c
1772                 change a couple stock icons
1773         * src/inc.c
1774         * src/send_message.c
1775         * src/gtk/progressdialog.c
1776         * src/gtk/progressdialog.h
1777                 sync main's GtkTreeView implementation
1778
1779 2005-06-14 [colin]      1.9.11cvs65
1780
1781         * src/imap.c
1782                 Various little fixes, mainly on error paths
1783
1784 2005-06-13 [colin]      1.9.11cvs64
1785
1786         * matcher.c
1787         * procmsg.c
1788         * procmsg.h
1789                 Add a way to fetch only headers. This speeds
1790                 up filtering on headers for IMAP. Fixes:
1791                 bug #481 extraneous imap commands slow down 
1792                         imap filtering
1793                 bug #522 Sylpheed downloads all messages 
1794                         when opening mailbox (IMAP)
1795                 bug #677 IMAP fetch is soooooooooooooo slow
1796         * src/folder.c
1797         * src/folder.h
1798                 Add a folder set_batch method so that
1799                 implementations can speed up flags changes
1800         * src/folderutils.c
1801         * src/summaryview.c
1802                 Use that in mark as (un)read and mark all read
1803                 Refix bug #679
1804         * src/imap.c
1805                 Implement set_batch - brings back deferred
1806                 flags in a less buggy manner. Fixes:
1807                 bug #729 IMAP immediate expunge of deleted messages
1808                 bug #191 remove list of messages with one command
1809                 Fix login with strange chars
1810                 Implement fetch_msg_full
1811                 Fix copy (wrong counts)
1812
1813 2005-06-12 [colin]      1.9.11cvs63
1814
1815         * src/folder.c
1816                 lock incorporation during long operations.
1817                 Avoids fucking up the IMAP socket.
1818
1819 2005-06-12 [colin]      1.9.11cvs62
1820
1821         * src/imap.c
1822                 Fix harmful typo
1823                 Factorize remove_all_msg
1824                 Thread-ize expunge
1825         * src/summaryview.c
1826                 Don't update partial-download status if unnecessary
1827         * src/folder.c
1828                 Use remove_msgs everywhere possible
1829
1830 2005-06-12 [colin]      1.9.11cvs61
1831
1832         * src/folder.c
1833         * src/folder.h
1834                 Add a remove_msgs function to remove a 
1835                 list of messages
1836         * src/imap.c
1837                 Implement that.
1838
1839 2005-06-12 [colin]      1.9.11cvs60
1840
1841         * src/imap.c
1842                 Remove flags-processing deferring... Too hard
1843                 to get it to work in all cases.
1844
1845 2005-06-11 [colin]      1.9.11cvs59
1846
1847         * src/imap.c
1848                 printf -> debug_print
1849
1850 2005-06-11 [colin]      1.9.11cvs58
1851
1852         * src/imap.c
1853                 o Fix build without USE_PTHREAD
1854                 o Factorize imap_open
1855                 o Alertpanel in case of impossible connection
1856                 o Alertpanel in case of impossible login
1857                 o Fix deferred flags processing to force a 
1858                   flush before adding some more flags to process,
1859                   but in another folder.
1860
1861 2005-06-10 [colin]      1.9.11cvs57
1862
1863         * src/imap.c
1864                 o Fix a format string error
1865                 o init ssl socket outside of the thread 
1866                   (it possibly invokes gtk calls)
1867         * src/procmime.c
1868                 o Put back the buffer to its necessary size
1869                 o Fix changing a file pointer without keeping
1870                   track of it (thanks Valgrind)
1871         * src/common/smtp.c
1872                 o Fix automatic STARTTLS if login should be done
1873                   and the server only allows it after starting TLS
1874         * src/gtk/gtkinputdialog.c
1875                 o Eat GDK_Return so that the combo popup doesn't 
1876                   appear when we press Enter to validate the combo
1877                   input dialog (as seen in the Open with... dialog)
1878
1879 2005-06-10 [colin]      1.9.11cvs56
1880
1881         * src/imap.c
1882                 o A bit less debug
1883                 o Fix a crash on deletion
1884                 o Threadize imap_select (it's called outside of 
1885                   threads)
1886                 o Defer treatment of DELETED flags
1887
1888
1889 2005-06-09 [colin]      1.9.11cvs55
1890
1891         * src/imap.c
1892                 Make sure we check imap_gtk_should_override(), which
1893                 potentially calls gtk stuff, before creating thread.
1894                 That way it should't be called via imap_get_session()
1895                 inside a thread.
1896
1897 2005-06-09 [colin]      1.9.11cvs54
1898
1899         * src/imap.c
1900                 o add a bit of status output
1901                 o remove some dead code
1902                 o threadize get_list_of_uids
1903                 o threadize imap_get_flags
1904                 o defer flag changing by 500ms so that they
1905                   can be batched
1906
1907
1908 2005-06-08 [colin]      1.9.11cvs53
1909
1910         * src/imap.c
1911                 Thread-ize imap_cmd_fetch
1912
1913 2005-06-08 [colin]      1.9.11cvs52
1914
1915         * src/main.c
1916                 Mmh, that broke POP3...
1917
1918 2005-06-08 [colin]      1.9.11cvs51
1919
1920         * src/main.c
1921                 Stabilize IMAP patch (thanks to Hoa)
1922
1923 2005-06-08 [colin]      1.9.11cvs50
1924
1925         * src/imap.c
1926                 Test patch to speed up imap. 
1927
1928 2005-06-08 [colin]      1.9.11cvs49
1929
1930         * src/imap_gtk.c
1931                 Warning fix
1932         * src/procmime.c
1933                 Apply patch from gentoo to use /usr/share/mime/globs if 
1934                 available, after un-breaking it
1935         * src/common/log.c
1936         * src/common/log.h
1937                 Use g_timeout for invoking hooks that possibly use gtk
1938                 calls. This should leave gtk calls in the main thread.
1939
1940 2005-06-08 [paul]       1.9.11cvs48
1941
1942         * src/codeconv.c
1943                 conv_get_outgoing_charset_str(): don't
1944                 use prefs_common setting
1945         * src/compose.c
1946         * src/compose.h
1947                 add /Options/Character encoding/... to
1948                 temporarily change the outgoing encoding
1949
1950         (belated sync with main)
1951
1952 2005-06-08 [paul]       1.9.11cvs47
1953
1954         * src/compose.c
1955                 correction to/completion of last
1956                 sync with main
1957
1958 2005-06-08 [paul]       1.9.11cvs46
1959
1960         sync with main:
1961         
1962         * src/codeconv.c
1963         * src/codeconv.h
1964                 always enabled Japanese auto-detection
1965                 if the first letters of locale string
1966                 is "ja"
1967         * src/compose.c
1968                 don't use "destroy" signal to destroy
1969                 Compose object (fix rare crashes on discard?)
1970         * src/mainwindow.c
1971         * src/messageview.c
1972         * src/prefs_send.c
1973                 added Hebrew encodings
1974         * src/sourcewindow.c
1975                 don't use "destroy" signal to destroy
1976                 objects
1977
1978 2005-06-07 [colin]      1.9.11cvs45
1979
1980         * src/summaryview.c
1981                 Add missing unlocks/locks
1982
1983 2005-06-07 [paul]       1.9.11cvs44
1984
1985         * src/summaryview.c
1986                 restore bug #749 fix
1987
1988 2005-06-06 [colin]      1.9.11cvs43
1989
1990         * src/summaryview.c
1991                 Fix selection bug when prefs_common.open_unread 
1992                 is FALSE
1993
1994 2005-06-06 [colin]      1.9.11cvs42
1995
1996         * src/common/md5.c
1997                 Fix a warning
1998         * src/summaryview.c
1999         * src/folderview.c
2000                 Factorize long operations beginning and end
2001                 (locking, freezing/thawing, cursor, ...)
2002                 Check selection->data member in selection-
2003                 related loops; this avoids dying an awful
2004                 death if the selection changes on us while
2005                 we're marking a whole IMAP folder unread, 
2006                 for example.
2007
2008 2005-06-06 [paul]       1.9.11cvs41
2009
2010         * src/textview.c
2011                 don't g_free() a static gchar buffer
2012
2013 2005-06-05 [colin]      1.9.11cvs40
2014
2015         * src/mainwindow.c
2016         * src/messageview.c
2017         * src/summaryview.c
2018                 Fix bug #749 (Show all headers should be
2019                 sticky as the GUI suggests)
2020
2021 2005-06-03 [paul]       1.9.11cvs39
2022
2023         * src/compose.c
2024                 don't allow editing of mail while sending.
2025                 patch by Colin
2026
2027 2005-06-03 [paul]       1.9.11cvs38
2028
2029         * src/folderview.c
2030                 add a freeze/thaw to speed up 'mark all read'
2031
2032 2005-06-03 [paul]       1.9.11cvs37
2033
2034         * src/prefs_message.c
2035                 reflect changes immediately
2036
2037 2005-06-02 [colin]      1.9.11cvs36
2038
2039         * po/POTFILES.in
2040                 Patch by Fabien Vantard.
2041
2042 2005-06-02 [colin]      1.9.11cvs35
2043
2044         * src/imap.c
2045                 Use a non-blocking imap_getline() if possible.
2046                 This should completely prevent the interface
2047                 from freezin on imap operations, although it
2048                 may do strange stuff in case of folder switching
2049                 while a big imap operation is taking place...
2050
2051                 In addition, fix a leak in the case thread
2052                 creation fails on connection.
2053
2054 2005-06-02 [colin]      1.9.11cvs34
2055
2056         * src/crash.c
2057         * src/prefs_common.h
2058                 Fix build (prefs_common_init() doesn't exist
2059                 anymore)
2060
2061 2005-06-02 [colin]      1.9.11cvs33
2062
2063         * src/prefs_account.c
2064                 Fix bug #245 (filtering rules broken when
2065                 renaming a remote account (imap4 or nntp)
2066
2067 2005-06-02 [colin]      1.9.11cvs32
2068
2069         * src/imap.c
2070                 Try to fix IMAP shortcomings: 
2071                 o Multithread imap_open()
2072                 o allow offline-mode overriding instead of
2073                   just returning NULL
2074         * src/imap_gtk.c
2075         * src/imap_gtk.h
2076                 Add a function to ask whether we want to
2077                 override offline-mode for 10 minutes (one-shot
2078                 asking was painful)
2079         * src/procheader.c
2080                 Fix segfault when imap parser isn't happy about
2081                 a missing {
2082
2083 2005-06-01 [colin]      1.9.11cvs31
2084
2085         * src/addrharvest.c
2086         * src/compose.c
2087         * src/mbox.c
2088         * src/mbox.h
2089         * src/mh.c
2090         * src/msgcache.c
2091         * src/send_message.c
2092         * src/setup.c
2093         * src/undo.c
2094         * src/common/hooks.c
2095         * src/common/prefs.c
2096         * src/common/template.c
2097         * src/common/utils.c
2098         * src/gtk/gtkutils.c
2099         * src/gtk/inputdialog.c
2100         * src/gtk/menu.c
2101         * src/gtk/pluginwindow.c
2102         * src/gtk/prefswindow.c
2103         * src/plugins/pgpmime/passphrase.c
2104         * src/plugins/pgpmime/prefs_gpg.c
2105                 More -Wall fixes
2106
2107         * src/common/Makefile.am
2108         * src/common/timing.h
2109                 Add basic timing code
2110
2111         * src/summaryview.c
2112                 Fix a bug with unread messages when 
2113                 re-sorting folders, and by the way
2114                 fix a big performance hit when 
2115                 re-sorting (10k mails: before 5s,
2116                 after .5s)
2117
2118         * src/prefs_compose_writing.c
2119         * src/prefs_compose_writing.h
2120         * src/prefs_message.c
2121         * src/prefs_message.h
2122         * src/prefs_other.c
2123         * src/prefs_other.h
2124         * src/prefs_quote.c
2125         * src/prefs_quote.h
2126         * src/prefs_receive.c
2127         * src/prefs_receive.h
2128         * src/prefs_send.c
2129         * src/prefs_send.h
2130         * src/prefs_summaries.c
2131         * src/prefs_summaries.h
2132                 Fix copyright banner
2133
2134 2005-06-01 [paul]       1.9.11cvs30
2135
2136         * po/fi.po
2137                 updated by Flammie Pirinen
2138         * src/procmime.c
2139                 fix 'Bad BASE64 content' output
2140
2141 2005-05-31 [colin]      1.9.11cvs29
2142
2143         * src/procmime.c
2144                 Oops, where did my hunk go.
2145
2146 2005-05-31 [colin]      1.9.11cvs28
2147
2148         * src/Makefile.am
2149         * src/account.c
2150         * src/action.c
2151         * src/addr_compl.c
2152         * src/addressbook.c
2153         * src/codeconv.c
2154         * src/compose.c
2155         * src/export.c
2156         * src/folder.c
2157         * src/folderview.c
2158         * src/image_viewer.c
2159         * src/main.c
2160         * src/mainwindow.c
2161         * src/messageview.c
2162         * src/mimeview.c
2163         * src/msgcache.c
2164         * src/prefs_account.c
2165         * src/prefs_actions.c
2166         * src/prefs_common.c
2167         * src/prefs_compose_writing.c
2168         * src/prefs_customheader.c
2169         * src/prefs_ext_prog.c
2170         * src/prefs_filtering.c
2171         * src/prefs_filtering_action.c
2172         * src/prefs_fonts.c
2173         * src/prefs_image_viewer.c
2174         * src/prefs_message.c
2175         * src/prefs_message.h
2176         * src/prefs_msg_colors.c
2177         * src/prefs_other.c
2178         * src/prefs_other.h
2179         * src/prefs_quote.c
2180         * src/prefs_receive.c
2181         * src/prefs_receive.h
2182         * src/prefs_send.c
2183         * src/prefs_send.h
2184         * src/prefs_spelling.c
2185         * src/prefs_summaries.c
2186         * src/prefs_summary_column.c
2187         * src/prefs_template.c
2188         * src/prefs_themes.c
2189         * src/prefs_toolbar.c
2190         * src/prefs_wrapping.c
2191         * src/procmime.c
2192         * src/procmsg.c
2193         * src/send_message.h
2194         * src/ssl_manager.c
2195         * src/summary_search.c
2196         * src/summaryview.c
2197         * src/textview.c
2198         * src/wizard.c
2199         * src/common/smtp.c
2200         * src/common/smtp.h
2201         * src/gtk/gtkutils.h
2202                 o Move the rest of Common prefs to new style
2203                 o Lots of -Wall warning fixes
2204                 o fix FIXME in cache memusage calculation
2205                 o Let return receipts be sent from any account
2206                 o Little cache optimisation (read)
2207                 o Fix bug #746 (don't treat commas as separators
2208                   when inside a quoted string)
2209
2210 2005-05-31 [paul]       1.9.11cvs27
2211
2212         * src/prefs_common.c
2213                 fix 'off-by-one' typo
2214
2215 2005-05-31 [paul]       1.9.11cvs26
2216
2217         * src/account.c
2218         * src/addr_compl.c
2219         * src/compose.c
2220         * src/foldersel.c
2221         * src/prefs_actions.c
2222         * src/prefs_common.c
2223         * src/prefs_common.h
2224         * src/prefs_customheader.c
2225         * src/prefs_display_header.c
2226         * src/prefs_filtering.c
2227         * src/prefs_filtering_action.c
2228         * src/prefs_matcher.c
2229         * src/prefs_summaries.c
2230         * src/prefs_summary_column.c
2231         * src/prefs_template.c
2232         * src/prefs_toolbar.c
2233         * src/ssl_manager.c
2234         * src/gtk/pluginwindow.c
2235         * src/gtk/prefswindow.c
2236         * src/gtk/progressdialog.c
2237                 add hidden prefs 'enable_rules_hint'
2238                 for gtk_tree_view_set_rules_hint()
2239                 (sync with main)
2240                 
2241
2242 2005-05-31 [colin]      1.9.11cvs25
2243
2244         * src/Makefile.am
2245         * src/main.c
2246         * src/prefs_common.c
2247         * src/prefs_summaries.c ** ADDED **
2248         * src/prefs_summaries.h ** ADDED **
2249                 Common/Display -> Display/Summaries
2250
2251 2005-05-31 [colin]      1.9.11cvs24
2252
2253         * src/Makefile.am
2254         * src/main.c
2255         * src/prefs_quote.c ** ADDED **
2256         * src/prefs_quote.h ** ADDED **
2257                 Move Common/Quote to Compose/Quoting
2258         * src/prefs_common.c
2259         * src/prefs_common.h
2260                 Remove old quote stuff, add
2261                 convenience functions for GtkTextView prefs
2262         * src/gtk/prefswindow.c
2263                 Set default height higher
2264
2265 2005-05-30 [colin]      1.9.11cvs23
2266
2267         * src/Makefile.am
2268         * src/main.c
2269         * src/prefs_common.c
2270         * src/prefs_compose_writing.c ** ADDED **
2271         * src/prefs_compose_writing.h ** ADDED **
2272                 Move Common/Compose prefs to Compose/Writing
2273
2274 2005-05-30 [colin]      1.9.11cvs22
2275
2276         * src/common/utils.c
2277                 Fix bug #651 (Confused Attract by Subject)
2278                 Patch by M. Benkmann <haferfrost@web.de>
2279         * AUTHORS
2280
2281 2005-05-30 [colin]      1.9.11cvs21
2282
2283         * src/compose.c
2284                 Fix concatenation of different headers of
2285                 the same type (bug #645)
2286         * src/prefs_folder_item.c
2287                 Fix bug #699 (setting color to black doesn't
2288                 work immediately)
2289         * src/procmime.c
2290                 Print out decoding error only once per
2291                 block
2292
2293 2005-05-30 [paul]       1.9.11cvs20
2294
2295         * src/common/template.c
2296                 fix Bcc
2297
2298 2005-05-30 [paul]       1.9.11cvs19
2299
2300         * doc/src/rfc2368.txt   **NEW FILE**
2301         * src/compose.c
2302                 compose_entries_set(): don't interpret Bcc
2303                 header field (conform to RFC 2368)
2304                 (sync with main)
2305
2306 2005-05-29 [colin]      1.9.11cvs18
2307
2308         * src/prefs_common.c
2309                 Let the default reply format respect
2310                 netiquette by cutting the signature.
2311
2312 2005-05-29 [colin]      1.9.11cvs17
2313
2314         * src/summaryview.c
2315                 Don't let always_show_msg override
2316                 open_unread_on_enter when opening a new
2317                 directory.
2318
2319 2005-05-27 [paul]       1.9.11cvs16
2320
2321         sync with main:
2322
2323         * src/main.c
2324                 app_will_exit(): cleanup tmp directory when exit
2325         * src/message_search.c
2326                 improved the interface and made code cleanup.
2327                 removed Clear button
2328         * src/send_message.c
2329                 send_message_local(): use GSpawn, and detect errors
2330         * src/summary_search.c
2331                 improved the interface and made code cleanup
2332         * src/textview.c
2333                 textview_write_link(): also skip non-ascii space
2334                  at the head of link strings (phishing check
2335                  didn't work at the case)
2336         * src/common/utils.c
2337                 get_command_output(): use g_spawn_command_line_sync()
2338                 instead of popen()
2339
2340 2005-05-26 [colin]      1.9.11cvs15
2341
2342         * src/folder.c
2343                 remove printf
2344
2345 2005-05-26 [colin]      1.9.11cvs14
2346
2347         * src/common/nntp.c
2348                 Fix nntp mode reader (bug #611)
2349                 Patch by Florian Mickler <florian@mickler.org>
2350
2351 2005-05-26 [colin]      1.9.11cvs13
2352
2353         * src/plugins/pgpmime/passphrase.c
2354                 Fix mouse grabbing (bug #557)
2355
2356 2005-05-26 [colin]      1.9.11cvs12
2357
2358         * src/prefs_themes.c
2359                 Fix g_warning (bug #541)
2360
2361 2005-05-26 [colin]      1.9.11cvs11
2362
2363         * src/prefs_actions.c
2364         * src/prefs_template.c
2365                 Fix bug #506 (no warning if action/template
2366                 is not saved)
2367         * src/common/template.c
2368                 Fix a possible crash
2369
2370 2005-05-26 [colin]      1.9.11cvs10
2371
2372         * src/folder.c
2373         * src/folderview.c
2374         * src/procmsg.c
2375         * src/summaryview.c
2376                 Forbid locked messages to be moved or
2377                 deleted. Locked messages in trashes 
2378                 still get deleted, for performance
2379                 reason (mh.c::mh_remove_all_msgs)
2380
2381 2005-05-25 [colin]      1.9.11cvs9
2382
2383         * src/procmime.c
2384                 Use correct encoding when sending mails
2385                 with attachments that have accentued 
2386                 chars in their name
2387
2388 2005-05-24 [colin]      1.9.11cvs8
2389
2390         * src/summaryview.c
2391                 Fix bug #688 f) read/unread marker not
2392                 changed on first click
2393                 Also, optimize summary_status_show()
2394                 calls
2395         * src/folder.c
2396         * src/inc.c
2397         * src/procmime.c
2398                 Fix bug #688 b) and c) wrt message
2399                 attachments and signature
2400         * src/stock_pixmap.c
2401         * src/stock_pixmap.h
2402         * src/stock_pixmap.c
2403         * src/stock_pixmap.h
2404         * src/Makefile.am
2405         * src/pixmaps/clip_gpg_signed.xpm
2406                 Add clip/signed icon
2407
2408 2005-05-24 [colin]      1.9.11cvs7
2409
2410         * src/folder_item_prefs.c
2411                 whitespace fix
2412
2413 2005-05-24 [colin]      1.9.11cvs6
2414
2415         * src/folderview.c
2416         * src/prefs_common.c
2417         * src/prefs_common.h
2418                 Add a confirmation to folder drag and drop
2419                 fixes bug #156
2420         * src/alertpanel.c
2421         * src/alertpanel.h
2422                 fix _with_disable parameters so that
2423                 the buttons labels are specifiable too
2424         * src/plugins/pgpmime/sgpgme.c
2425                 reflect said change
2426                 
2427
2428 2005-05-24 [colin]      1.9.11cvs5
2429
2430         * src/folderview.c
2431                 Uncollapse/collapse folders on double-click
2432                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
2433                 closes bug #108
2434
2435 2005-05-23 [colin]      1.9.11cvs4
2436
2437         * src/common/socket.c
2438                 Check another special SSL_peek() error.
2439                 Should help wrt bug #728
2440
2441 2005-05-23 [colin]      1.9.11cvs3
2442
2443         * src/plugins/pgpmime/pgpmime.c
2444                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
2445                 breaking menu accelerators and stuff. Users will have to
2446                 reselect "PGP MIME" instead of "PGP/MIME" in their 
2447                 account's privacy preferences if needed.
2448
2449 2005-05-22 [paul]
2450
2451         * tools/kdeservicemenu/install.sh
2452                 use kdesu to prompt for root password if doing
2453                 global install/uninstall
2454
2455 2005-05-20 [colin]      1.9.11cvs2
2456
2457         * src/procmsg.c
2458                 Fix another compilation error with gcc-2.9x
2459                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
2460         * src/send_message.c
2461                 Don't send QUIT if we aren't connected
2462
2463 2005-05-19 [colin]      1.9.11cvs1
2464
2465         * src/procmsg.c
2466                 Fix compilation with gcc 2.9x
2467
2468 2005-05-19 [paul]       1.9.11
2469
2470         1.9.11 released
2471
2472 2005-05-19 [paul]       1.9.9cvs14
2473
2474         * src/gtk/inputdialog.c
2475                 prevent gettext warning
2476
2477 2005-05-19 [paul]       1.9.9cvs13
2478
2479         * src/mainwindow.c
2480         * src/prefs_common.c
2481         * src/prefs_common.h
2482         * src/textview.c
2483         * src/textview.h
2484                 add an option to toggle cursor in message
2485                 view (sync with main)
2486
2487 2005-05-18 [colin]      1.9.9cvs12
2488
2489         * src/compose.c
2490                 Dereference freed pointer
2491         * src/gtk/gtkaspell.c
2492                 Fix duplication of dictionaries (is it an aspell issue?)
2493
2494 2005-05-18 [colin]      1.9.9cvs11
2495
2496         * src/gtk/inputdialog.c
2497         * src/gtk/gtkaspell.c
2498                 HIGuify dialogs
2499         * src/alertpanel.c
2500                 Remove a double call
2501
2502 2005-05-17 [colin]      1.9.9cvs10
2503
2504         * src/gtk/gtkaspell.c
2505                 Fix dialogs, Ctrl-Enter accel
2506
2507 2005-05-17 [colin]      1.9.9cvs9
2508
2509         * src/gtk/gtkaspell.c
2510                 Fix some accelerators, escape in replace-window
2511
2512 2005-05-16 [colin]      1.9.9cvs8
2513
2514         * src/gtk/gtkaspell.c
2515                 Revert last commit, it was a mistake.
2516
2517 2005-05-16 [colin]      1.9.9cvs7
2518
2519         * src/gtk/gtkaspell.c
2520                 Remove buggy code while we're at it. It's a 
2521                 dead code path anyway.
2522
2523 2005-05-16 [colin]      1.9.9cvs6
2524
2525         * src/gtk/gtkaspell.c
2526                 Missed some gtk_menu_popup where deactivate
2527                 signal should be handled. Should fix bug
2528                 #629 a bit more.
2529
2530 2005-05-16 [colin]      1.9.9cvs5
2531
2532         * src/gtk/gtkaspell.c
2533                 Remove debug printf()s
2534
2535 2005-05-16 [colin]      1.9.9cvs4
2536
2537         * src/gtk/gtkaspell.c
2538                 Fix a bit aspell problems
2539                 (see bug #629)
2540
2541 2005-05-13 [colin]      1.9.9cvs3
2542
2543         * src/folderview.c
2544                 Fix the + appearing even when no subfolders
2545                 have unread messages. Thanks to wwp for the
2546                 bug report.
2547
2548 2005-05-11 [paul]       1.9.9cvs2
2549
2550         * src/folderview.c
2551                 correction to 1.9.9cvs1, only colour folders that
2552                 have new msgs (not unread msgs)
2553
2554 2005-05-10 [colin]      1.9.9cvs1
2555
2556         * src/folderview.c
2557         * src/summaryview.c
2558                 Try to fix bolding bugs again.
2559
2560 2005-05-09 [paul]
2561
2562         * tools/claws.i18n.status.pl
2563                 add Ricardo Mones Lastra's script that has been providing
2564                 the i18n status page for many months
2565
2566 2005-05-09 [paul]       1.9.9
2567
2568         1.9.9 release
2569
2570 2005-05-09 [paul]       1.9.6cvs58
2571
2572         * AUTHORS
2573         * INSTALL
2574         * README.claws
2575                 updated
2576         * Makefile.am 
2577         * RELEASE_NOTES.claws
2578                 add release notes to cvs to simplify release
2579                 procedure
2580         * configure.ac
2581                 add ca and fi to ALL_LINGUAS
2582         * po/Makefile.in.in
2583                 workaround for missing Makevars
2584         * po/ca.po
2585         * po/fi.po
2586                 add new Catalan and Finnish translations
2587                 submitted by Miquel Oliete and Flammie Pirinen
2588         * po/de.po
2589         * po/es.po
2590         * po/fr.po
2591         * po/it.po
2592         * po/pl.po
2593         * po/ru.po
2594         * po/sk.po
2595         * po/sr.po
2596         * po/zh_CN.po
2597                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
2598                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
2599                 Urke MMI, and Hansom Young
2600         * src/main.c
2601                 Fix drafting when quitting. compose_draft() closes the
2602                 compose windows, which modifies the compose_list GSList.
2603                 We have to refresh this list after echo drafting to avoid a
2604                 segfault
2605         * src/partial_download.c
2606                 fix segfault on exit
2607
2608 2005-05-06 [paul]       1.9.6cvs57
2609
2610         * src/grouplistdialog.c
2611                 quick fix/workaround for unresizeable newsgroup
2612                 name column 
2613
2614 2005-05-06 [paul]       1.9.6cvs56
2615
2616         * src/inc.c
2617         * src/mainwindow.c
2618                 use gettext plural forms
2619         * src/imap_gtk.c
2620         * src/mh_gtk.c
2621         * src/toolbar.c
2622                 small improvement to english usage
2623
2624 2005-05-05 [thorsten]   1.9.6cvs55
2625
2626         * src/folder.c
2627                 fix possible crash
2628
2629 2005-05-05 [paul]       1.9.6cvs54
2630         
2631         sync with HEAD
2632
2633         * AUTHORS
2634         * src/compose.c
2635                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
2636                 patch by Tim Mann
2637
2638 2005-05-05 [paul]       1.9.6cvs53
2639
2640         * src/mainwindow.c
2641                 fix resizing of separate message and
2642                 folder views
2643
2644 2005-05-05 [paul]       1.9.6cvs52
2645
2646         * src/account.c
2647         * src/addrgather.c
2648         * src/browseldap.c
2649         * src/exphtmldlg.c
2650         * src/expldifdlg.c
2651         * src/importmutt.c
2652         * src/importpine.c
2653         * src/main.c
2654         * src/mainwindow.c
2655         * src/noticeview.c
2656         * src/prefs_filtering.c
2657         * src/prefs_filtering_action.c
2658         * src/prefs_matcher.c
2659         * src/prefs_spelling.c
2660         * src/prefs_toolbar.c
2661         * src/toolbar.c
2662         * src/wizard.c
2663         * src/gtk/description_window.c
2664         * src/gtk/gtkvscrollbutton.c
2665         * src/gtk/progressdialog.c
2666         * src/gtk/quicksearch.c
2667         * src/plugins/pgpmime/prefs_gpg.c
2668         * src/plugins/spamassassin/spamassassin_gtk.c
2669                 replace deprecated gtk_widget_set_usize
2670
2671 2005-05-04 [colin]      1.9.6cvs51
2672
2673         * src/common/utils.c
2674                 Fix crash when subst_for_filename is called
2675                 with a NULL parameter
2676
2677 2005-05-04 [colin]      1.9.6cvs50
2678
2679         * src/partial_download.c
2680         * src/pop.c
2681                 Escape login when writing uidl file
2682                 fixes bug #736
2683
2684 2005-05-03 [colin]      1.9.6cvs49
2685
2686         * src/procmime.c
2687                 Fix possible DOS in mime parser
2688                 (see bug #634)
2689
2690 2005-05-02 [colin]      1.9.6cvs48
2691
2692         * src/compose.c
2693                 Try to fix the copy/paste mess once again.
2694
2695
2696 2005-04-30 [colin]      1.9.6cvs47
2697
2698         * src/prefs_account.h
2699         * src/procmsg.c
2700         * src/send_message.c
2701         * src/common/smtp.c
2702         * src/common/smtp.h
2703                 Try to batch sending mails (per account) instead of
2704                 reconnecting to server every time.
2705
2706 2005-04-29 [colin]      1.9.6cvs46
2707
2708         * src/messageview.c
2709                 Fix window resizing that refused to size down
2710         * src/prefs_common.c
2711         * src/prefs_common.h
2712         * src/prefs_filtering.c
2713                 Save Filtering's window size
2714
2715 2005-04-21 [paul]       1.9.6cvs45
2716
2717         * ChangeLog-gtk2.claws
2718         * src/setup.c
2719                 correction to sync
2720
2721 2005-04-21 [paul]       1.9.6cvs44
2722
2723         sync with main:
2724
2725         * src/setup.c
2726         * src/statusbar.c
2727         * src/statusbar.h
2728                 use gtkut_widget_draw_now(). Improved performance
2729                 of the update of statusbar
2730         * src/textview.c
2731                 textview_smooth_scroll_do(): redraw it after scroll
2732                 is done (fixed incorrect display when a part of the
2733                 view is hidden).
2734         * src/gtk/gtkutils.c
2735         * src/gtk/gtkutils.h
2736                 gtkut_widget_draw_now(): use gdk_window_process_updates()
2737                 to force update of widgets.
2738                 Removed gtkut_widget_wait_for_draw() which had a big
2739                 overhead  because of waiting for all events processed 
2740
2741 2005-04-20 [paul]       1.9.6cvs43
2742
2743         * src/codeconv.c
2744                 complete 1.9.6cvs42's sync:
2745                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
2746
2747 2005-04-19 [paul]       1.9.6cvs42
2748
2749         sync with main:
2750
2751         * src/action.c
2752                 catch_output(): correctly select the insert text
2753                 (fix invalid iterator warnings).
2754         * src/codeconv.c
2755         * src/codeconv.h
2756         * src/mainwindow.c
2757         * src/messageview.c
2758         * src/prefs_common.c
2759                 support GBK encoding.
2760         * src/common/session.c
2761         * src/common/session.h
2762                 use separate buffer for large data to be sent,
2763                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
2764
2765 2005-04-18 [paul]       1.9.6cvs41
2766
2767         * src/jpilot.c
2768                 convert unsigned long into guint32
2769                 patch by Paul LeoNerd Evans 
2770
2771 2005-04-17 [colin]      1.9.6cvs40
2772
2773         * src/compose.c
2774                 Fix 'Request return receipt' from folder
2775                 properties (bug #708)
2776
2777 2005-04-17 [colin]      1.9.6cvs39
2778
2779         * src/mainwindow.c
2780                 Fix duplicate hotkeys in Mainwindow's menu
2781
2782 2005-04-17 [colin]      1.9.6cvs38
2783
2784         * src/folderview.c
2785                 Fix duplicate hotkeys in Folderview's contextual
2786                 menu
2787
2788 2005-04-15 [colin]      1.9.6cvs37
2789
2790         * src/summaryview.c
2791                 Fix 'Save as...' with non-ascii filenames
2792
2793 2005-04-15 [colin]      1.9.6cvs36
2794
2795         * src/plugins/pgpmime/pgpmime.c
2796                 Fix bus error on 64bit. Spotted by 
2797                 macallan1888@gmail.com
2798
2799 2005-04-15 [colin]      1.9.6cvs35
2800
2801         * src/prefs_account.c
2802                 Fix cvs34.
2803
2804 2005-04-12 [colin]      1.9.6cvs34
2805
2806         * src/prefs_account.c
2807                 Fix smtp auth type off-by-one. We forgot to
2808                 add PLAIN in the prefs-to-gui setter func and
2809                 as a result, the selected auth when opening
2810                 account prefs was not the correct one.
2811
2812 2005-04-12 [paul]       1.9.6cvs33
2813
2814         * src/inc.c
2815                 if the recv dialog is visible, Cancel only
2816                 cancels the current account
2817
2818
2819 2005-04-10 [colin]      1.9.6cvs32
2820
2821         * src/filtering.c
2822                 Copy score when copying FilteringActions
2823                 Fix bug #674
2824
2825 2005-04-10 [colin]      1.9.6cvs31
2826
2827         * src/inc.c
2828                 Make Message -> Receive -> Cancel cancel 
2829                 incorporation on all accounts. Fixes
2830                 bug #693
2831
2832 2005-04-10 [colin]      1.9.6cvs30
2833
2834         * src/prefs_account.c
2835                 Update Privacy checkbuttons status based
2836                 on the selected privacy system
2837         * src/compose.c
2838                 Always connect the "None" privacy system; the
2839                 static boolean was probably there to avoid
2840                 reconnecting twice in the same compose window,
2841                 but as the parent function is only called once
2842                 per compose, it's only a bug - as a static is
2843                 initialized once per application instance.
2844                 Also, don't uncheck Sign and Encrypt when
2845                 selecting None as privacy system; just ignore
2846                 them when sending/queuing.
2847                 Should fix bug #695
2848
2849 2005-04-08 [colin]      1.9.6cvs29
2850
2851         * src/account.c
2852         * src/prefs_account.c
2853         * src/prefs_account.h
2854                 Add account preference to queue message in a certain
2855                 folder.
2856
2857 2005-04-06 [colin]      1.9.6cvs28
2858
2859         * src/prefs_account.c
2860                 Update old inbox path syntax
2861
2862 2005-04-06 [paul]       1.9.6cvs27
2863
2864         sync with main:
2865
2866         * configure.ac
2867                 changed -traditional-cpp to -no-cpp-precomp for newer
2868                 Mac OS X support
2869         * src/foldersel.c
2870                 made column resize automatically
2871         * src/send_message.c
2872                 send_message_smtp(): consider EOF right after QUIT
2873                 successful (workaround for Gmail SMTP server)
2874         * src/common/socket.c
2875                 ssl_read(), ssl_peek(): check EOF which violates the
2876                 SSL protocol
2877         * src/gtk/colorlabel.c
2878                 removed warnings when displaying colorlabel menu
2879                 (don't use GtkAlignment)
2880
2881 2005-04-05 [paul]       1.9.6cvs26
2882
2883         * src/plugins/trayicon/trayicon.c
2884                 fix clipping of icon under KDE3 
2885
2886 2005-04-05 [paul]       1.9.6cvs25
2887
2888         * src/summaryview.c
2889                 hide display of threading
2890                 patch by Alfons
2891
2892 2005-04-04 [thorsten]   1.9.6cvs24
2893
2894         * src/mh.c
2895                 marks lost on filesystems with different stat() results on
2896                 summer-/wintertime
2897
2898 2005-04-03 [colin]      1.9.6cvs23
2899
2900         * src/summaryview.c
2901                 Don't handle up/down. Patch by Alfons
2902
2903 2005-04-02 [colin]      1.9.6cvs22
2904
2905         * src/summaryview.c
2906                 Make scrolling faster. Patch by Alfons.
2907
2908 2005-04-01 [colin]      1.9.6cvs21
2909
2910         * src/Makefile.am
2911         * src/stock_pixmap.c
2912         * src/pixmaps/dir-noselect.xpm ** REMOVED **
2913         * src/pixmaps/dir_noselect.xpm ** ADDED **
2914                 Fix pixmap name mismatch (Thanks Stephan Sachse)
2915
2916 2005-04-01 [colin]      1.9.6cvs20
2917
2918         * src/image_viewer.c
2919         * src/image_viewer.h
2920         * src/procmime.c
2921         * src/procmime.h
2922         * src/textview.c
2923         * src/textview.h
2924                 Implement inline image resizing and right-clicking
2925
2926 2005-04-01 [paul]       1.9.6cvs19
2927
2928         * AUTHORS
2929         * Makefile.am
2930         * configure.ac
2931                 check for gnome2
2932                 patch by Luca Cavalli <loopback<AT>slackit.org>
2933         * po/ru.po
2934                 updated by Pavlo Bohmat
2935
2936 2005-03-31 [colin]      1.9.6cvs18
2937
2938         * src/news.c
2939                 Fix parsing references
2940         * src/msgcache.c
2941                 don't put nulls in the references list
2942         * src/procheader.c
2943                 commit that forgotten file in 1.9.6cvs14
2944
2945 2005-03-31 [colin]      1.9.6cvs17
2946
2947         * src/compose.c
2948                 Fix joining of signature separator again. 
2949                 Maybe Hiro could put it in main too...
2950
2951 2005-03-31 [colin]      1.9.6cvs16
2952
2953         * src/Makefile.am
2954         * src/foldersel.c
2955         * src/stock_pixmap.c
2956         * src/stock_pixmap.h
2957         * src/pixmaps/dir-noselect.xpm
2958                 Update foldersel.c (sync from main, patch by Alfons)
2959
2960 2005-03-30 [colin]      1.9.6cvs15
2961
2962         * src/imap.c
2963                 Fix handling of imap folders containing [] in 
2964                 their name. Thanks to Nahuel Angelinetti for
2965                 the detailed bugreport.
2966
2967 2005-03-30 [colin]      1.9.6cvs14
2968
2969         * src/common/utils.h
2970         * src/common/utils.c
2971         * src/common/defs.h
2972         * src/matcher.c
2973         * src/msgcache.c
2974         * src/news.c
2975         * src/procmsg.c
2976         * src/procmsg.h
2977         * src/quote_fmt_parse.y
2978         * src/summaryview.c
2979                 Update references system. Patch by Alfons
2980
2981 2005-03-30 [colin]      1.9.6cvs13
2982
2983         * src/common/socket.c
2984                 Force the glibc to read resolv.conf again when 
2985                 it has changed. Should fix issues when changing
2986                 networks on a laptop and not restarting sylpheed. 
2987
2988 2005-03-30 [paul]       1.9.6cvs12
2989
2990         partial sync with main:
2991
2992         * src/action.c
2993                 create_io_dialog(): use user-defined text font
2994                 (thanks to Alfons), and modified its appearance.
2995         * src/addrgather.c
2996         * src/addrharvest.c
2997         * src/browseldap.c
2998                 replace old code
2999         * src/compose.c
3000                 don't join (presumably) itemized lines on line-wrapping
3001                 fixed wrapping of quote when auto-wrapping is enabled
3002                 compose_destroy(): destroy paned only if it's not
3003                 attached to window. Fixed memory leak of popup menu.
3004         * src/exphtmldlg.c
3005         * src/expldifdlg.c
3006                 replace old code
3007         * src/html.c
3008         * src/html.h
3009         * src/importmutt.c
3010         * src/importpine.c
3011                 replace old code
3012         * src/main.c
3013                 removed redundant code
3014         * src/mainwindow.c
3015                 changed 'Code set' (which is rather incorrect)
3016                 in the menu to 'Character encoding'
3017                 main_window_set_widgets(): request size first
3018                 to prevent window size becoming wrong
3019                 fixed remembering of the state of the visibility
3020                 of MessageView
3021         * src/messageview.c
3022                 changed 'Code set' (which is rather incorrect)
3023                 in the menu to 'Character encoding'
3024         * src/prefs_common.c
3025         * src/prefs_common.h
3026                 added an option whether to render HTML as text or not
3027                 added separators to outgoing encoding menu
3028         * src/procheader.c
3029                 procheader_scan_date_string(): support header
3030                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
3031         * src/summaryview.c
3032         * src/summaryview.h
3033                 minor code cleanup
3034         * src/textview.c
3035                 textview_show_html(): force output of newline
3036                 added an option whether to render HTML as text or not
3037         * src/common/utils.c
3038                 strncpy2(): optimized based on Alfons' code
3039         * src/gtk/gtkutils.c
3040         * src/gtk/gtkutils.h
3041                 removed non-used code
3042         * src/plugins/pgpmime/passphrase.c
3043                 partially fixed grab input of passphrase dialog
3044                 Confine pointer to window
3045
3046 2005-03-30 [colin]      1.9.6cvs11
3047
3048         * src/msgcache.c
3049         * src/msgcache.h
3050                 Read/write 32bit ints from cache & marks
3051                 From main.
3052
3053 2005-03-29 [paul]       1.9.6cvs10
3054
3055         * AUTHORS
3056         * ChangeLog.claws
3057         * src/compose.c
3058         * src/gtk/gtkaspell.c
3059                 sync with HEAD (don't pass NULL pointers) 
3060
3061 2005-03-24 [paul]
3062
3063         * tools/Makefile.am
3064         * tools/README
3065         * tools/acroread2sylpheed.pl
3066                 sync with HEAD (add script to send pdfs as
3067                 attachments from Adobe Reader 7)
3068
3069 2005-03-21 [paul]       1.9.6cvs9
3070
3071         * configure.ac
3072         * po/POTFILES.in
3073         * src/Makefile.am
3074         * src/crash.c
3075         * src/image_viewer.c ** ADDED **
3076         * src/image_viewer.h ** ADDED **
3077         * src/main.c
3078         * src/prefs_common.c
3079         * src/prefs_common.h
3080         * src/prefs_image_viewer.c ** ADDED **
3081         * src/prefs_image_viewer.h ** ADDED **
3082         * src/textview.c
3083         * src/gtk/about.c
3084         * src/pixmaps/sylpheed_logo.xpm
3085         * src/plugins/Makefile.am
3086         * src/plugins/image_viewer/.cvsignore ** REMOVED **
3087         * src/plugins/image_viewer/Makefile.am ** REMOVED **
3088         * src/plugins/image_viewer/plugin.c ** REMOVED **
3089         * src/plugins/image_viewer/viewer.c ** REMOVED **
3090         * src/plugins/image_viewer/viewer.glade ** REMOVED **
3091         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
3092         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
3093         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
3094         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
3095                 as gdk-pixbuf is now built-in
3096                 remove image_viewer plugin and put code back into
3097                 main codebase
3098                 implement inline image display (sync with main)
3099
3100                 replace logo with newer, nicer, larger version  
3101
3102 2005-03-21 [paul]       1.9.6cvs8
3103
3104         * src/gtk/about.c
3105                 cosmetic improvement
3106
3107 2005-03-21 [holger]     1.9.6cvs7
3108
3109         * src/plugins/spamassassin/spamassassin.c
3110                 Sync with HEAD
3111                 (unregister hook on failed plugin init)
3112
3113 2005-03-20 [colin]      1.9.6cvs6
3114
3115         * src/common/plugin.c
3116                 Check that plugin isn't already loaded
3117                 Patch by Alfons
3118
3119 2005-03-20 [thorsten]   1.9.6cvs5
3120
3121         * src/compose.c
3122                 use a more compatible syntax
3123
3124 2005-03-20 [thorsten]   1.9.6cvs4
3125
3126         * src/prefs_toolbar.c
3127                 fix crash when selecting toolbar item (uninitialized pointer)
3128
3129 2005-03-20 [thorsten]   1.9.6cvs3
3130
3131         * src/procmime.c
3132                 fix mimetype detection (referenced free()d string)
3133
3134 2005-03-20 [paul]       1.9.6cvs2
3135
3136         * src/compose.c
3137                 sync with HEAD (1.0.3cvs5)
3138                 neglect Reply-To header if empty
3139                 Patch by Alfons 
3140
3141 2005-03-19 [holger]     1.9.6cvs1
3142
3143         * src/summaryview.c
3144         * src/summaryview.h
3145                 Sync with HEAD
3146
3147 2005-03-18 [paul]       1.9.6
3148
3149         initial GTK2 release
3150
3151 2005-03-18 [paul]       1.0.3cvs3.1
3152
3153         * AUTHORS
3154         * ChangeLog.claws
3155         * configure.ac
3156         * src/gtk/about.c
3157         * src/pixmaps/sylpheed_logo.xpm
3158                 sync with HEAD
3159
3160 2005-03-18 [colin]      1.0.3cvs2.6
3161
3162         * src/summaryview.c
3163                 Remove call to summary_step in summary_copy_selected_to
3164                 Can't see its purpose, and this causes bug when copying
3165                 a message if the next one is unread: it reads it.
3166
3167 2005-03-18 [paul]       1.0.3cvs2.5
3168
3169         * src/foldersel.c
3170                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
3171
3172 2005-03-18 [paul]       1.0.3cvs2.4
3173
3174         * src/addrharvest.c
3175         * src/codeconv.c
3176         * src/codeconv.h
3177         * src/compose.c
3178         * src/news.c
3179         * src/procheader.c
3180         * src/procmime.c
3181         * src/unmime.c
3182         * src/unmime.h
3183                 fix buffer overflow, CAN-2005-0667, see
3184                 http://secunia.com/advisories/14491/
3185                 Patch by Alfons
3186
3187 2005-03-17 [colin]      1.0.3cvs2.3
3188
3189         * src/prefs_fonts.c
3190         * src/summaryview.c
3191                 Fix font bugs (both lists now officialy share 
3192                 the same font)
3193                 
3194
3195 2005-03-17 [paul]       1.0.3cvs2.2
3196
3197         * src/gtk/pluginwindow.c
3198                 make plugin descriptions uneditable
3199
3200 2005-03-11 [paul]       1.0.3cvs2.1
3201
3202         * ChangeLog.claws
3203         * configure.ac
3204         * po/POTFILES.in
3205         * src/plugins/trayicon/trayicon.c
3206                 sync with HEAD
3207                 add src/wizard.c to POTFILES.in
3208
3209 2005-03-11 [paul]       1.0.3cvs1.1
3210
3211         * ChangeLog
3212         * ChangeLog.claws
3213         * configure.ac
3214         * po/de.po
3215         * po/es.po
3216         * po/fr.po
3217         * po/it.po
3218         * po/pt_BR.po
3219         * po/ru.po
3220         * po/sk.po
3221         * po/sr.po
3222         * po/zh_CN.po
3223                 sync with HEAD
3224
3225 2005-03-04 [colin]      1.0.1cvs22.2
3226
3227         * src/compose.c
3228                 Fix signatures with accentued chars in it
3229
3230 2005-03-04 [colin]      1.0.1cvs22.1
3231
3232         * src/common/smtp.c
3233         * src/common/smtp.h
3234                 Don't use SIZE param in MAIL FROM: if server 
3235                 doesn't support it. Patch by Eugen Freiter
3236                 <eugen_f@users.sf.net>
3237
3238 2005-02-27 [paul]       1.0.1cvs20.1
3239
3240         * ChangeLog.claws
3241         * configure.ac
3242         * src/messageview.c
3243                 sync with HEAD
3244
3245 2005-02-27 [colin]      1.0.1cvs19.4
3246
3247         * src/procheader.c
3248         * src/procheader.h
3249                 Fix prototypes. Patch by Alfons
3250
3251 2005-02-27 [colin]      1.0.1cvs19.3
3252
3253         * src/compose.c
3254                 Don't auto-join the signature separator.
3255
3256 2005-02-26 [colin]      1.0.1cvs19.2
3257
3258         * src/summaryview.c
3259                 Fix 'mark all read' with collapsed threads.
3260                 Patch by Alfons.
3261
3262 2005-02-25 [paul]       1.0.1cvs19.1
3263
3264         * ChangeLog.claws
3265         * configure.ac
3266         * src/prefs_account.c
3267         * src/prefs_folder_item.c
3268         * src/gtk/prefswindow.c
3269         * src/gtk/prefswindow.h
3270                 sync with HEAD
3271
3272 2005-02-25 [paul]       1.0.1cvs15.12
3273
3274         * src/alertpanel.c
3275         * src/codeconv.c
3276         * src/compose.c
3277         * src/textview.c
3278         * src/gtk/gtkutils.c
3279         * src/gtk/gtkutils.h
3280         * src/gtk/logwindow.c
3281         * src/gtk/progressdialog.c
3282                 sync with main (revision 127)
3283                 and fix logwindow clipping
3284
3285 2005-02-24 [colin]      1.0.1cvs15.11
3286
3287         * src/plugins/pgpmime/passphrase.c
3288                 Disable input grabbing; it doesn't work yet.
3289
3290 2005-02-24 [colin]      1.0.1cvs15.10
3291
3292         * src/messageview.c
3293                 Don't send out receipts if offline. Ask.
3294
3295 2005-02-23 [colin]      1.0.1cvs15.9
3296
3297         * src/summaryview.c     
3298                 Fix expanding
3299
3300 2005-02-23 [colin]      1.0.1cvs15.8
3301
3302         * src/summaryview.c
3303                 Really fix Bug 568 by removing useless
3304                 calls. summary_thread_init() now called
3305                 in summary_sort(). This should please
3306                 Alfons as it should be faster than 
3307                 previously.
3308
3309 2005-02-23 [colin]      1.0.1cvs15.7
3310
3311         * src/compose.c
3312                 Encode parts as QP or B64 if signing
3313
3314 2005-02-23 [colin]      1.0.1cvs15.6
3315
3316         * src/compose.c
3317                 Fix Mimeinfo leakage (including tmp files)
3318         * src/procmsg.c
3319                 Fix tmp file leakage (spotted by Ivan Rayner)
3320
3321 2005-02-22 [colin]      1.0.1cvs15.5
3322
3323         * src/expldifdlg.c
3324                 Fix keyboard input. Patch by Alfons.
3325
3326 2005-02-21 [colin]      1.0.1cvs15.4
3327
3328         * src/compose.c
3329                 Fix Sign/Encrypt when unselecting privacy
3330                 system
3331         * src/prefs_common.c
3332                 Change default message font to Monospace
3333         * src/summaryview.c
3334                 More freezing during potentially large operations
3335
3336 2005-02-21 [paul]       1.0.1cvs15.3
3337
3338         * src/main.c
3339                 fix --help output
3340
3341 2005-02-21 [paul]       1.0.1cvs15.2
3342
3343         * po/Makefile.in.in
3344         * src/compose.c
3345         * src/summaryview.c
3346         * src/textview.c
3347         * src/common/utils.c
3348         * src/common/utils.h
3349                 sync with main (revision 117)
3350
3351 2005-02-20 [colin]      1.0.1cvs15.1
3352
3353         * src/common/defs.h
3354                 Change cache file to .sylpheed_claws_cache, as
3355                 suggested by Alfons. Allows people to switch
3356                 between Sylpheed and Sylpheed-Claws. it is
3357                 a good idea to "Check for new messages" at next
3358                 startup.
3359
3360
3361 2005-02-18 [colin]      1.0.1cvs14.1
3362
3363         * src/quote_fmt_lex.l
3364         * src/quote_fmt_parse.y
3365                 Fix parser initialisation. Patch by Ivan.
3366
3367 2005-02-18 [colin]      1.0.1cvs11.6
3368
3369         * src/folderview.c
3370                 Fix scrolldown (bug 662)
3371
3372 2005-02-17 [colin]      1.0.1cvs11.5
3373
3374         * src/codeconv.c
3375                 conv_filename_to_utf8: return clean 7bit instead
3376                 of broken utf8 if needed
3377         * src/mimeview.c
3378                 Fix display of parts with unclean 8bit names
3379
3380 2005-02-17 [paul]       1.0.1cvs11.4
3381
3382         * src/compose.c
3383         * src/exportldif.c
3384         * src/matcher_parser_parse.y
3385         * src/procmime.c
3386         * src/sourcewindow.c
3387         * src/common/Makefile.am
3388         * src/common/intl.h             ** REMOVED **
3389         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3390                 sync with main (revision 109)
3391                 and clean up
3392
3393 2005-02-16 [colin]      1.0.1cvs11.3
3394
3395         * src/summaryview.c
3396                 Fix collapsed thread not highlighting when new
3397                 messages in it (Bug 568) Patch by Stephan Sachse.
3398                 Fix messed up selection when reaching bounds (Bug 632)
3399         * src/prefs_themes.c
3400                 Fix theme installing (Bug 684)
3401
3402 2005-02-16 [colin]      1.0.1cvs11.2
3403
3404         * src/messageview.c
3405                 Fix messageview_select_all
3406
3407 2005-02-16 [colin]      1.0.1cvs11.1
3408
3409         * src/mh.c
3410                 Sync with HEAD (MH scan required function)
3411
3412 2005-02-15 [colin]      1.0.1cvs8.1
3413
3414         * src/mimeview.c
3415         * src/common/utils.c
3416                 Sync with HEAD (filename chars substitution)
3417
3418 2005-02-15 [colin]      1.0.1cvs7.3
3419
3420         * src/gtk/pluginwindow.c
3421                 Fix button spacing
3422
3423 2005-02-15 [colin]      1.0.1cvs7.2
3424
3425         * src/mimeview.c
3426                 Fix mime icons not reset across message when
3427                 scrolled down
3428
3429 2005-02-15 [colin]      1.0.1cvs7.1
3430
3431         * src/compose.c
3432         * src/procmime.c
3433                 Sync with HEAD (optimisation of cvs6)
3434
3435 2005-02-14 [colin]      1.0.1cvs6.1
3436
3437         * src/compose.c
3438         * src/procmime.c
3439                 Sync with HEAD (encode "From " at line beginning)
3440
3441 2005-02-14 [colin]      1.0.1cvs5.3
3442
3443         * src/compose.c
3444                 Fix wrapping with accentued chars.
3445
3446 2005-02-13 [colin]      1.0.1cvs5.2
3447
3448         * src/textview.c
3449                 Fix email informative part parsing with
3450                 accentued chars in it. ispunct() returns
3451                 true for them in utf8...
3452
3453 2005-02-12 [colin]      1.0.1cvs5.1
3454
3455         * src/filtering.c
3456                 Sync with HEAD (remove wrong use of compose after send)
3457
3458 2005-02-12 [paul]       1.0.1cvs4.5
3459
3460         * src/textview.c
3461                 remove unnecessary code (thanks to Alfons)
3462
3463 2005-02-12 [paul]       1.0.1cvs4.4
3464
3465         * src/textview.c
3466                 add 'Copy' to contextual menu on emails
3467
3468 2005-02-11 [colin]      1.0.1cvs4.3
3469
3470         * src/compose.c
3471                 revert 1.0.0cvs28.2, it doesn't work that well.
3472
3473 2005-02-11 [paul]       1.0.1cvs4.2
3474
3475         * po/Makefile.in.in
3476                 fix 'make release'
3477
3478 2005-02-10 [paul]       1.0.1cvs4.1
3479
3480         * ChangeLog
3481         * ChangeLog.claws
3482         * ChangeLog.jp
3483         * configure.ac
3484         * src/compose.c
3485                 sync with HEAD (sync with main)
3486
3487 2005-02-10 [paul]       1.0.1cvs3.2
3488
3489         * AUTHORS
3490         * Makefile.am
3491         * autogen.sh
3492         * configure.ac
3493         * config/mkinstalldirs
3494         * intl/.cvsignore
3495         * intl/ChangeLog
3496         * intl/VERSION
3497         * intl/bindtextdom.c
3498         * intl/config.charset
3499         * intl/dcgettext.c
3500         * intl/dcigettext.c
3501         * intl/dcngettext.c
3502         * intl/dgettext.c
3503         * intl/dngettext.c
3504         * intl/eval-plural.h
3505         * intl/explodename.c
3506         * intl/finddomain.c
3507         * intl/gettext.c
3508         * intl/gettextP.h
3509         * intl/gmo.h
3510         * intl/hash-string.h
3511         * intl/intl-compat.c
3512         * intl/l10nflist.c
3513         * intl/libgnuintl.h.in
3514         * intl/loadinfo.h
3515         * intl/loadmsgcat.c
3516         * intl/localcharset.c
3517         * intl/localcharset.h
3518         * intl/locale.alias
3519         * intl/localealias.c
3520         * intl/localename.c
3521         * intl/log.c
3522         * intl/ngettext.c
3523         * intl/os2compat.c
3524         * intl/os2compat.h
3525         * intl/osdep.c
3526         * intl/plural-exp.c
3527         * intl/plural-exp.h
3528         * intl/plural.c
3529         * intl/plural.y
3530         * intl/ref-add.sin
3531         * intl/ref-del.sin
3532         * intl/relocatable.c
3533         * intl/relocatable.h
3534         * intl/textdomain.c
3535         * m4/Makefile.am
3536         * po/Makefile.in.in
3537         * src/Makefile.am
3538         * src/account.c
3539         * src/action.c
3540         * src/addr_compl.c
3541         * src/addressadd.c
3542         * src/addressbook.c
3543         * src/addrgather.c
3544         * src/addrindex.c
3545         * src/alertpanel.c
3546         * src/browseldap.c
3547         * src/codeconv.c
3548         * src/codeconv.h
3549         * src/compose.c
3550         * src/compose.h
3551         * src/crash.c
3552         * src/editaddress.c
3553         * src/editbook.c
3554         * src/editgroup.c
3555         * src/editjpilot.c
3556         * src/editldap.c
3557         * src/editldap_basedn.c
3558         * src/editvcard.c
3559         * src/exphtmldlg.c
3560         * src/expldifdlg.c
3561         * src/export.c
3562         * src/exporthtml.c
3563         * src/filtering.c
3564         * src/folder.c
3565         * src/folder_item_prefs.c
3566         * src/foldersel.c
3567         * src/folderview.c
3568         * src/grouplistdialog.c
3569         * src/headerview.c
3570         * src/imap.c
3571         * src/imap_gtk.c
3572         * src/import.c
3573         * src/importldif.c
3574         * src/importmutt.c
3575         * src/importpine.c
3576         * src/inc.c
3577         * src/ldif.c
3578         * src/main.c
3579         * src/mainwindow.c
3580         * src/matcher.c
3581         * src/mbox.c
3582         * src/message_search.c
3583         * src/messageview.c
3584         * src/mh.c
3585         * src/mh_gtk.c
3586         * src/mimeview.c
3587         * src/msgcache.c
3588         * src/news.c
3589         * src/news_gtk.c
3590         * src/noticeview.c
3591         * src/partial_download.c
3592         * src/pop.c
3593         * src/prefs_account.c
3594         * src/prefs_actions.c
3595         * src/prefs_common.c
3596         * src/prefs_customheader.c
3597         * src/prefs_display_header.c
3598         * src/prefs_ext_prog.c
3599         * src/prefs_filtering.c
3600         * src/prefs_filtering_action.c
3601         * src/prefs_folder_item.c
3602         * src/prefs_fonts.c
3603         * src/prefs_gtk.c
3604         * src/prefs_matcher.c
3605         * src/prefs_msg_colors.c
3606         * src/prefs_spelling.c
3607         * src/prefs_summary_column.c
3608         * src/prefs_template.c
3609         * src/prefs_themes.c
3610         * src/prefs_toolbar.c
3611         * src/prefs_wrapping.c
3612         * src/privacy.c
3613         * src/procheader.c
3614         * src/procmime.c
3615         * src/procmsg.c
3616         * src/quote_fmt.c
3617         * src/recv.c
3618         * src/send_message.c
3619         * src/setup.c
3620         * src/sourcewindow.c
3621         * src/ssl_manager.c
3622         * src/statusbar.c
3623         * src/summary_search.c
3624         * src/summaryview.c
3625         * src/textview.c
3626         * src/toolbar.c
3627         * src/wizard.c
3628         * src/common/nntp.c
3629         * src/common/plugin.c
3630         * src/common/smtp.c
3631         * src/common/ssl.c
3632         * src/common/ssl_certificate.c
3633         * src/common/string_match.c
3634         * src/common/sylpheed.c
3635         * src/common/template.c
3636         * src/common/utils.c
3637         * src/gtk/about.c
3638         * src/gtk/colorlabel.c
3639         * src/gtk/description_window.c
3640         * src/gtk/filesel.c
3641         * src/gtk/foldersort.c
3642         * src/gtk/gtkaspell.c
3643         * src/gtk/gtkutils.c
3644         * src/gtk/inputdialog.c
3645         * src/gtk/logwindow.c
3646         * src/gtk/menu.c
3647         * src/gtk/pluginwindow.c
3648         * src/gtk/prefswindow.c
3649         * src/gtk/progressdialog.c
3650         * src/gtk/quicksearch.c
3651         * src/gtk/sslcertwindow.c
3652         * src/plugins/clamav/clamav_plugin.c
3653         * src/plugins/clamav/clamav_plugin_gtk.c
3654         * src/plugins/demo/demo.c
3655         * src/plugins/dillo_viewer/dillo_prefs.c
3656         * src/plugins/dillo_viewer/dillo_viewer.c
3657         * src/plugins/image_viewer/plugin.c
3658         * src/plugins/image_viewer/viewer.c
3659         * src/plugins/image_viewer/viewerprefs.c
3660         * src/plugins/mathml_viewer/mathml_viewer.c
3661         * src/plugins/pgpmime/passphrase.c
3662         * src/plugins/pgpmime/plugin.c
3663         * src/plugins/pgpmime/prefs_gpg.c
3664         * src/plugins/pgpmime/select-keys.c
3665         * src/plugins/pgpmime/sgpgme.c
3666         * src/plugins/spamassassin/spamassassin.c
3667         * src/plugins/spamassassin/spamassassin_gtk.c
3668         * src/plugins/trayicon/trayicon.c
3669                 sync with main (revision 104)
3670
3671 2005-02-10 [colin]      1.0.1cvs3.1
3672
3673         * src/mainwindow.c
3674                 Sync with HEAD (fix occasional crasher)
3675
3676 2005-02-10 [colin]      1.0.1cvs2.1
3677
3678         * src/messageview.c
3679                 Synw with HEAD (don't automatically display html)
3680
3681 2005-02-09 [colin]      1.0.1cvs1.3
3682
3683         * src/textview.c
3684         * src/textview.h
3685                 Add contextual menu on emails
3686
3687 2005-02-09 [colin]      1.0.1cvs1.2
3688
3689         * src/codeconv.c
3690                 Fix converting from broken headers and 
3691                 put back the _ in missing places
3692                 (feature broke with cvs24.2 sync, main 
3693                  possibly affected?)
3694
3695 2005-02-09 [colin]      1.0.1cvs1.1
3696
3697         * src/messageview.c
3698         * src/mimeview.c
3699         * src/mimeview.h
3700                 Sync with HEAD (display non text/plain mails with plugin)
3701
3702 2005-02-08 [colin]      1.0.1.1
3703
3704         * ChangeLog.claws
3705         * po/pt_BR.po
3706                 Sync with HEAD
3707         * configure.ac
3708                 Make default configuration directory 
3709                 be .sylpheed-gtk2
3710
3711 2005-02-08 [colin]      1.0.0cvs29.1
3712
3713         * po/de.po
3714         * po/es.po
3715         * po/fr.po
3716         * po/it.po
3717         * po/sk.po
3718         * po/sr.po
3719                 Sync translations with HEAD
3720
3721 2005-02-06 [colin]      1.0.0cvs28.3
3722
3723         * src/compose.c
3724                 Make compose a bit faster - patch by Alfons.
3725
3726 2005-02-06 [colin]      1.0.0cvs28.2
3727
3728         * src/compose.c
3729                 Make pasting via middle-click more reliable
3730
3731 2005-02-05 [paul]       1.0.0cvs28.1
3732
3733         * ChangeLog
3734         * ChangeLog.claws
3735         * ChangeLog.jp
3736         * configure.ac
3737         * src/compose.c
3738                 sync with HEAD
3739                 (fix bug 682 'redirect is broken'
3740
3741 2005-02-05 [torte]      1.0.0cvs27.1
3742
3743         * ChangeLog.claws
3744         * configure.ac
3745         * src/partial_download.c
3746                 Sync with HEAD (fix buf overflow)
3747
3748 2005-02-03 [colin]      1.0.0cvs26.1
3749
3750         * src/common/plugin.c
3751                 Sync with HEAD (avoid plugin mismatches)
3752
3753 2005-02-03 [paul]       1.0.0cvs25.3
3754
3755         * src/folderview.c
3756         * src/headerview.c
3757         * src/summaryview.c
3758         * src/textview.c
3759         * src/gtk/colorlabel.c
3760                 third and final part of initial sync with main-gtk2
3761
3762 2005-02-03 [paul]       1.0.0cvs25.2
3763
3764         * src/jpilot.c
3765                 fix building with jpilot support
3766
3767 2005-02-02 [colin]      1.0.0cvs25.1
3768
3769         * src/messageview.c
3770                 Sync with HEAD (fix dangerous typo)
3771
3772 2005-02-01 [colin]      1.0.0cvs24.3
3773
3774         * src/common/xml.c
3775                 Write file as advertised (UTF-8)
3776
3777 2005-02-01 [paul]       1.0.0cvs24.2
3778
3779         * src/addrbook.c
3780         * src/addrindex.c
3781         * src/alertpanel.h
3782         * src/codeconv.c
3783         * src/codeconv.h
3784         * src/compose.c
3785         * src/export.c
3786         * src/folder_item_prefs.c
3787         * src/html.c
3788         * src/imap.c
3789         * src/import.c
3790         * src/jpilot.c
3791         * src/mainwindow.c
3792         * src/matcher_parser_lex.l
3793         * src/messageview.c
3794         * src/mh.c
3795         * src/prefs_account.c
3796         * src/prefs_actions.c
3797         * src/prefs_common.c
3798         * src/prefs_gtk.c
3799         * src/prefs_gtk.h
3800         * src/prefs_themes.c
3801         * src/procheader.c
3802         * src/procmime.c
3803         * src/sourcewindow.c
3804         * src/statusbar.c
3805         * src/summaryview.c
3806         * src/textview.c
3807         * src/toolbar.c
3808         * src/unmime.c
3809         * src/common/template.c
3810         * src/common/utils.c
3811         * src/common/xml.c
3812         * src/common/xml.h
3813         * src/gtk/gtkaspell.c
3814         * src/plugins/clamav/clamav_plugin.c
3815         * src/plugins/dillo_viewer/dillo_prefs.c
3816         * src/plugins/image_viewer/viewerprefs.c
3817         * src/plugins/pgpmime/passphrase.c
3818         * src/plugins/pgpmime/prefs_gpg.c
3819         * src/plugins/pgpmime/select-keys.c
3820         * src/plugins/spamassassin/spamassassin.c
3821                 second part of initial sync with main-gtk2
3822                 (more to follow)
3823
3824 2005-01-31 [colin]      1.0.0cvs24.1
3825
3826         * src/compose.c
3827                 Sync with HEAD
3828
3829 2005-01-29 [paul]       1.0.0cvs23.2
3830
3831         * src/account.c
3832         * src/action.c
3833         * src/addressadd.c
3834         * src/addressbook.c
3835         * src/alertpanel.c
3836         * src/compose.c
3837         * src/editaddress.c
3838         * src/editbook.c
3839         * src/editgroup.c
3840         * src/editjpilot.c
3841         * src/editldap.c
3842         * src/editldap_basedn.c
3843         * src/editvcard.c
3844         * src/export.c
3845         * src/foldersel.c
3846         * src/grouplistdialog.c
3847         * src/import.c
3848         * src/importldif.c
3849         * src/inc.c
3850         * src/main.c
3851         * src/mainwindow.c
3852         * src/message_search.c
3853         * src/messageview.c
3854         * src/mimeview.c
3855         * src/prefs_actions.c
3856         * src/prefs_common.c
3857         * src/prefs_common.h
3858         * src/prefs_customheader.c
3859         * src/prefs_display_header.c
3860         * src/prefs_filtering.c
3861         * src/prefs_filtering_action.c
3862         * src/prefs_gtk.c
3863         * src/prefs_matcher.c
3864         * src/prefs_summary_column.c
3865         * src/prefs_template.c
3866         * src/sourcewindow.c
3867         * src/summary_search.c
3868         * src/summaryview.c
3869         * src/textview.c
3870         * src/gtk/about.c
3871         * src/gtk/description_window.c
3872         * src/gtk/gtkshruler.c
3873         * src/gtk/gtkutils.c
3874         * src/gtk/gtkutils.h
3875         * src/gtk/inputdialog.c
3876         * src/gtk/logwindow.c
3877         * src/gtk/prefswindow.c
3878         * src/gtk/progressdialog.c
3879         * src/gtk/progressdialog.h
3880                 first part of initial sync with main-gtk2
3881                 (more to follow)
3882
3883 2005-01-28 [colin]      1.0.0cvs23.1
3884
3885         * src/folderview.c
3886                 Sync with HEAD
3887
3888 2005-01-27 [colin]      1.0.0cvs21.1
3889
3890         * src/folder.c
3891         * src/folderview.c
3892                 Sync with HEAD
3893
3894 2005-01-27 [colin]      1.0.0cvs19.1
3895
3896         * src/procmime.c
3897                 Sync with HEAD
3898
3899 2005-01-27 [colin]      1.0.0cvs18.1
3900
3901         * src/messageview.c
3902         * src/summaryview.c
3903         * src/mainwindow.c
3904         * src/compose.c
3905         * src/compose.h
3906         * src/procmsg.c
3907         * src/procmsg.h
3908         * src/toolbar.c
3909                 Sync with HEAD
3910
3911 2005-01-26 [paul]       1.0.0cvs15.2
3912
3913         * src/compose.c
3914                 compose_entries_set(): convert subject and body to
3915                 utf8 if necessary. patch by Felix Eckhofer
3916
3917 2005-01-26 [paul]       1.0.0cvs15.1
3918
3919         * configure.ac
3920         * src/common/template.c
3921                 sync with HEAD (fix memory leak)
3922
3923 2005-01-25 [paul]       1.0.0cvs14.1
3924
3925         * configure.ac
3926         * src/compose.c
3927                 sync with HEAD
3928
3929 2005-01-24 [colin]      1.0.0cvs13.1
3930
3931         * src/summaryview.c
3932                 Sync with HEAD
3933
3934 2005-01-24 [paul]       1.0.0cvs12.1
3935
3936         * configure.ac
3937         * src/messageview.c
3938         * src/mh.c
3939         * src/common/utils.c
3940                 sync with HEAD
3941
3942 2005-01-24 [colin]      1.0.0cvs11.1
3943
3944         * src/procheader.c
3945                 Sync with HEAD
3946
3947 2005-01-24 [colin]      1.0.0cvs10.1
3948
3949         * src/folderview.c
3950                 Sync with HEAD
3951
3952 2005-01-23 [colin]      1.0.0cvs9.1
3953
3954         * src/crash.c
3955                 Sync with HEAD
3956
3957 2005-01-22 [colin]      1.0.0cvs8.1
3958
3959         * src/summaryview.c
3960         * src/gtk/quicksearch.c
3961                 Sync with HEAD
3962
3963 2005-01-21 [colin]      1.0.0cvs7.1
3964
3965         * src/summaryview.c
3966                 Sync with HEAD
3967
3968 2005-01-21 [colin]      1.0.0cvs6.1
3969
3970         * src/summaryview.c
3971                 Sync with HEAD
3972
3973 2005-01-21 [colin]      1.0.0cvs5.1
3974
3975         * src/gtk/quicksearch.c
3976         * src/prefs_common.c
3977         * src/prefs_common.h
3978                 Sync with HEAD (recurse option)
3979
3980 2005-01-21 [colin]      1.0.0cvs4.1
3981
3982         * src/folder.h
3983         * src/folderview.c
3984         * src/folderview.h
3985         * src/summaryview.c
3986         * src/gtk/quicksearch.c
3987         * src/gtk/quicksearch.h
3988                 Sync with HEAD (recursive quicksearch)
3989
3990 2005-01-20 [colin]      1.0.0cvs3.4
3991
3992         * src/ssl_manager.c
3993                 Remove useless code
3994
3995 2005-01-20 [colin]      1.0.0cvs3.3
3996
3997         * src/ssl_manager.c
3998                 Fix leak, thanks to Alfons.
3999
4000 2005-01-20 [colin]      1.0.0cvs3.2
4001
4002         * src/ssl_manager.c
4003                 Port SSL certificate window to GTK2.
4004
4005 2005-01-20 [paul]       1.0.0cvs3.1
4006
4007         * ChangeLog.claws
4008         * configure.ac
4009         * src/addrindex.c
4010         * src/addrindex.h
4011                 sync with HEAD
4012
4013 2005-01-19 [colin]      1.0.0cvs2.2
4014
4015         * src/plugins/trayicon/trayicon.c
4016                 Fix freeze with gtk-2.6, the easy way
4017                 (signal blocking helpless there...)
4018                 Closes bug #668.
4019
4020 2005-01-19 [colin]      1.0.0cvs2.1
4021
4022         * src/mbox.c
4023         * src/mbox.h
4024         * src/mainwindow.c
4025         * src/summaryview.c
4026         * src/summaryview.h
4027                 Sync with HEAD
4028
4029 2005-01-19 [paul]       1.0.0cvs1.1
4030
4031         * configure.ac
4032         * po/de.po
4033         * po/es.po
4034         * po/fr.po
4035         * po/hr.po
4036         * po/it.po
4037         * po/ja.po
4038         * po/ko.po
4039         * po/pt_BR.po
4040         * po/ru.po
4041         * po/sk.po
4042         * po/sr.po
4043                 sync with HEAD (update translations)
4044
4045 2005-01-18 [colin]      1.0.0cvs0.1
4046
4047         * src/foldersel.c
4048                 Specify search column - patch by Alfons
4049
4050 2005-01-18 [colin]      0.9.13cvs36.3
4051
4052         * src/prefs_toolbar.c
4053                 Change Delete to Remove
4054         * src/prefs_fonts.c
4055                 GTK2 version and leak fixes
4056         * src/prefs_actions.c
4057                 Add stock buttons.
4058                 All patches by Alfons
4059
4060 2005-01-17 [colin]      0.9.13cvs36.2
4061
4062         * src/compose.c
4063                 Fix DnD inserting twice. While at it,
4064                 add DnD support for text/plain in the
4065                 body, and add support in the headers.
4066
4067 2005-01-16 [colin]      0.9.13cvs36.1
4068
4069         * ChangeLog
4070         * ChangeLog.jp
4071         * ChangeLog.claws
4072                 Sync with HEAD (nothing applicable)
4073
4074 2005-01-16 [colin]      0.9.13cvs33.2
4075
4076         * src/prefs_toolbar.c
4077                 GTK2ize prefs_toolbar, by Alfons.
4078
4079 2005-01-14 [colin]      0.9.13cvs33.1
4080
4081         * src/html.c
4082         * src/msgcache.c
4083                 Sync with HEAD
4084
4085 2005-01-14 [colin]      0.9.13cvs32.1
4086
4087         * src/html.c
4088         * src/html.h
4089         * src/msgcache.c
4090         * AUTHORS
4091         * tools/calypso_convert.pl
4092                 Sync with HEAD
4093
4094 2005-01-08 [colin]      0.9.13cvs29.2
4095
4096         * src/prefs_filtering_action.c
4097         * src/prefs_filtering.c
4098                 2 more gtk2 patches by Alfons
4099
4100 2005-01-07 [paul]       0.9.13cvs29.1
4101
4102         * ChangeLog
4103         * ChangeLog.claws
4104         * ChangeLog.jp
4105         * configure.ac
4106         * src/pop.c
4107         * src/pop.h
4108                 sync with HEAD
4109
4110 2005-01-07 [colin]      0.9.13cvs28.3
4111
4112         * src/gtk/progressdialog.c
4113         * src/gtk/progressdialog.h
4114         * src/inc.c
4115         * src/send_message.c
4116                 GTK2 for the incorporation dialog. The CList isn't dead
4117                 yet, for a more smooth migration. Patch by Alfons.
4118
4119 2005-01-06 [colin]      0.9.13cvs28.2
4120
4121         * src/prefs_display_header.c
4122                 GTK2 conversion by Alfons
4123         * src/prefs_actions.c
4124         * src/prefs_matcher.c
4125                 Fix 2 leaks - patch by Alfons
4126
4127 2005-01-06 [colin]      0.9.13cvs28.1
4128
4129         * src/prefs_matcher.c
4130                 Sync with HEAD
4131
4132 2005-01-06 [colin]      0.9.13cvs27.4
4133
4134         * src/prefs_matcher.c
4135                 Fix double-free. Patch by Alfons
4136
4137 2005-01-06 [colin]      0.9.13cvs27.3
4138
4139         * src/prefs_matcher.c
4140                 GTK2 widgets + memleak
4141                 Patch by Alfons
4142
4143 2005-01-05 [colin]      0.9.13cvs27.2
4144
4145         * src/account.c
4146         * src/addr_compl.c
4147         * src/foldersel.c
4148         * src/stock_pixmap.c
4149         * src/stock_pixmap.h
4150                 3 more GTK2 patches by Alfons.
4151
4152 2005-01-04 [colin]      0.9.13cvs27.1
4153
4154         * src/folderview.c
4155         * src/imap_gtk.c
4156         * src/news_gtk.c
4157                 Sync with HEAD
4158
4159 2005-01-04 [colin]      0.9.13cvs25.9
4160
4161         * src/compose.c
4162                 Fix Show Ruler menuitem
4163         * src/prefs_template.c
4164                 Convert to GTK2
4165         * src/common/utils.c
4166                 Make auto pointer stuff handles NULLs
4167                 Patches by Alfons.
4168
4169 2005-01-04 [colin]      0.9.13cvs25.8
4170
4171         * src/compose.c
4172                 Move the attachment list to gtk2
4173                 Patch by Alfons.
4174
4175 2005-01-04 [colin]      0.9.13cvs25.7
4176
4177         * src/textview.c
4178                 Make some keys work again
4179                 Patch by SungHyun Nam <namsh@kldp.org>
4180
4181 2005-01-04 [colin]      0.9.13cvs25.6
4182
4183         * src/gtk/gtkshruler.c
4184                 Move the ruler to GTK2
4185                 Patch by Alfons
4186
4187 2005-01-03 [colin]      0.9.13cvs25.5
4188
4189         * src/compose.c
4190                 Fix my broken patch apply 
4191
4192 2005-01-03 [colin]      0.9.13cvs25.4
4193
4194         * src/common/utils.c
4195         * src/common/utils.h
4196         * src/gtk/prefswindow.c
4197                 Move auto pointer stuff to utils.c
4198                 Patch by Alfons again :)
4199
4200 2005-01-03 [colin]      0.9.13cvs25.3
4201
4202         * src/compose.c
4203         * src/prefs_gtk.c
4204         * src/prefs_template.c
4205         * src/textview.c
4206                 Empty text widgets with empty strings, not NULL char
4207                 Patch by SungHyun Nam <namsh@kldp_org>
4208
4209 2005-01-03 [colin]      0.9.13cvs25.2
4210
4211         * src/main.c
4212         * AUTHORS
4213                 Sync with HEAD
4214
4215 2005-01-03 [colin]      0.9.13cvs25.1
4216
4217         * src/pop.c
4218         * src/pop.h
4219                 Sync with HEAD
4220
4221 2005-01-03 [colin]      0.9.13cvs24.3
4222
4223         * src/account.c
4224                 Two patches from Alfons and Alex S Moore:
4225                 fix images, fix return value.
4226
4227 2005-01-01 [colin]      0.9.13cvs24.2
4228
4229         * src/prefs_actions.c
4230                 Fix over-zealous assertion. Patch by Alfons
4231
4232 2005-01-01 [colin]      0.9.13cvs24.1
4233
4234         * src/procmime.c
4235                 Sync with HEAD (leak fix)
4236
4237 2004-12-31 [colin]      0.9.13cvs23.2
4238
4239         * src/prefs_common.c
4240                 GTK2 widgets + stock buttons - patch by Alfons
4241
4242 2004-12-31 [paul]       0.9.13cvs23.1
4243
4244         * configure.ac
4245                 bump up EXTRA_VERSION to match (sync'ed) HEAD
4246         * src/gtk/pluginwindow.c
4247                 use GTK2 widgets and plug memory leaks,
4248                 patches by Alfons
4249
4250 2004-12-30 [colin]      0.9.13cvs22.4
4251
4252         * src/account.c
4253         * src/action.c
4254         * src/export.c
4255         * src/foldersel.c
4256         * src/import.c
4257         * src/message_search.c
4258         * src/prefs_actions.c
4259         * src/prefs_common.c
4260         * src/prefs_customheader.c
4261         * src/prefs_filtering.c
4262         * src/prefs_summary_column.c
4263         * src/summary_search.c
4264         * src/gtk/about.c
4265         * src/gtk/description_window.c
4266         * src/gtk/gtkutils.c
4267         * src/gtk/gtkutils.h
4268         * src/gtk/inputdialog.c
4269         * src/gtk/prefswindow.c
4270                 Use GTK2 stock buttons. Patches by Alfons.
4271
4272 2004-12-30 [colin]      0.9.13cvs22.3
4273
4274         * src/account.c
4275                 Sync with HEAD
4276         * src/prefs_actions.c
4277         * src/prefs_customheader.c
4278         * src/prefs_filtering.c
4279         * src/prefs_msg_colors.c
4280         * src/prefs_summary_column.c
4281         * src/gtk/prefswindow.c
4282                 Use GtkTreeView instead of deprecated 
4283                 widgets. Patches by Alfons.
4284
4285 2004-12-30 [paul]       0.9.13cvs22.2
4286
4287         * src/foldersel.c
4288                 use GTK 2 Tree View
4289                 patch by Alfons, with root folder sorting fix
4290                 by Stephan Sachse
4291
4292 2004-12-30 [paul]       0.9.13cvs22.1
4293
4294         * ChangeLog
4295         * ChangeLog.claws
4296         * ChangeLog.jp
4297         * NEWS
4298         * configure.ac
4299         * src/account.c
4300                 sync with HEAD
4301
4302 2004-12-22 [martin]     0.9.13cvs21.2
4303
4304         * src/action.c
4305                 free the command line after its use
4306
4307 2004-12-18 [paul]       0.9.13cvs21.1
4308
4309         * AUTHORS
4310         * ChangeLog
4311         * ChangeLog.claws
4312         * ChangeLog.jp
4313         * NEWS
4314         * configure.ac
4315         * src/action.c
4316         * src/compose.c
4317         * src/syldap.c
4318                 sync with HEAD
4319
4320 2004-12-17 [martin]     0.9.13cvs17.2
4321
4322         * src/action.c
4323                 convert actions input to locale
4324         * src/inc.c
4325                 convert notification command to locale
4326         * src/plugins/pgpmime/select-keys.c
4327                 convert attributes to utf8
4328
4329 2004-12-14 [colin]      0.9.13cvs17.1
4330
4331         * ChangeLog
4332         * ChangeLog.jp
4333         * ChangeLog.claws
4334         * src/action.c
4335         * src/common/utils.c
4336         * src/gtk/prefswindow.c
4337         * src/gtk/gtkutils.c
4338         * src/gtk/gtkutils.h
4339         * src/plugins/spamassassin/libspamc.c
4340                 Sync with HEAD
4341
4342 2004-12-13 [colin]      0.9.13cvs14.1
4343
4344         * src/quote_fmt_parse.y
4345                 Sync with HEAD
4346
4347 2004-12-10 [colin]      0.9.13cvs12.1
4348
4349         * src/prefs_themes.c
4350         * src/mainwindow.c
4351         * src/messageview.c
4352                 Sync with HEAD
4353
4354 2004-12-09 [colin]      0.9.13cvs10.1
4355
4356         * src/procmime.c
4357                 Sync with HEAD (fix B64 encoding from memory)
4358
4359 2004-12-08 [colin]      0.9.13cvs9.1
4360
4361         * src/gtk/colorlabel.c
4362                 Sync with HEAD
4363
4364 2004-12-08 [paul]       0.9.13cvs8.2
4365
4366         * src/gtk/pluginwindow.c
4367                 fix window resizing oddities
4368
4369 2004-12-08 [colin]      0.9.13cvs8.1
4370
4371         * src/quote_fmt_parse.y
4372                 Sync with HEAD
4373
4374 2004-12-08 [colin]      0.9.13cvs7.1
4375
4376         * src/matcher_parser_parse.y
4377         * src/msgcache.c
4378         * src/prefs_matcher.c
4379         * src/procheader.c
4380         * src/matcher.c
4381         * src/common/defs.h
4382         * po/sr.po
4383                 Sync with HEAD
4384
4385 2004-12-08 [colin]      0.9.13cvs6.1
4386
4387         * src/quote_fmt_parse.y
4388         * src/textview.c
4389                 Sync with HEAD
4390         * src/gtk/prefswindow.c
4391         * src/gtk/pluginwindow.c
4392                 Fix G_CALLBACKS protos (thanks to Alfons)
4393
4394 2004-12-07 [torte]      0.9.13cvs2.2
4395
4396         * src/procmime.c
4397                 [Bug 650] reply button causes crash
4398                 Thanks to David Relson and Christoph
4399
4400 2004-12-07 [colin]      0.9.13cvs2.1
4401
4402         * ChangeLog.claws
4403         * AUTHORS
4404         * po/sk.po
4405         * src/procmime.c
4406         * src/prefs_account.c
4407         * src/common/smtp.c
4408         * src/common/smtp.h
4409                 Sync with HEAD
4410
4411 2004-12-06 [colin]      0.9.12cvs187.1
4412
4413         * ChangeLog.claws
4414         * INSTALL
4415         * Makefile.am
4416         * README.claws
4417         * TODO.claws
4418         * configure.ac
4419         * po/bg.po
4420         * po/cs.po
4421         * po/el.po
4422         * po/en_GB.po
4423         * po/es.po
4424         * po/fr.po
4425         * po/hr.po
4426         * po/hu.po
4427         * po/it.po
4428         * po/ja.po
4429         * po/ko.po
4430         * po/nl.po
4431         * po/pl.po
4432         * po/pt_BR.po
4433         * po/ru.po
4434         * po/sk.po
4435         * po/sr.po
4436         * po/sv.po
4437         * po/zh_CN.po
4438         * po/zh_TW.Big5.po
4439         * src/compose.c
4440         * tools/Makefile.am
4441         * tools/README
4442         * tools/filter_conv.pl
4443         * tools/kdeservicemenu/README
4444         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4445         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4446                 Sync with HEAD
4447
4448 2004-12-04 [colin]      0.9.12cvs183.1
4449
4450         * src/compose.c
4451                 Sync with HEAD (compose window position saving)
4452
4453 2004-12-04 [paul]       0.9.12cvs182.3
4454
4455         * src/messageview.c
4456         * src/mimeview.c
4457         * src/prefs_customheader.c
4458         * src/gtk/quicksearch.c
4459                 replace some forgotten GTK_SIGNAL_FUNCs
4460
4461 2004-12-04 [paul]       0.9.12cvs182.2
4462
4463         * src/Makefile.am
4464                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
4465                 committed in error      
4466
4467 2004-12-04 [paul]       0.9.12cvs182.1
4468
4469         * ChangeLog
4470         * ChangeLog.claws
4471         * ChangeLog.jp
4472         * INSTALL
4473         * NEWS
4474         * README
4475         * README.jp
4476         * configure.ac
4477         * doc/manual/ja/Makefile.am
4478         * doc/manual/ja/sylpheed-1.html
4479         * doc/manual/ja/sylpheed-10.html
4480         * doc/manual/ja/sylpheed-11.html
4481         * doc/manual/ja/sylpheed-12.html
4482         * doc/manual/ja/sylpheed-13.html
4483         * doc/manual/ja/sylpheed-14.html
4484         * doc/manual/ja/sylpheed-15.html
4485         * doc/manual/ja/sylpheed-16.html
4486         * doc/manual/ja/sylpheed-17.html
4487         * doc/manual/ja/sylpheed-18.html
4488         * doc/manual/ja/sylpheed-19.html
4489         * doc/manual/ja/sylpheed-2.html
4490         * doc/manual/ja/sylpheed-20.html
4491         * doc/manual/ja/sylpheed-3.html
4492         * doc/manual/ja/sylpheed-4.html
4493         * doc/manual/ja/sylpheed-5.html
4494         * doc/manual/ja/sylpheed-6.html
4495         * doc/manual/ja/sylpheed-7.html
4496         * doc/manual/ja/sylpheed-8.html
4497         * doc/manual/ja/sylpheed-9.html
4498         * doc/manual/ja/sylpheed.html
4499         * doc/manual/ja/sylpheed.sgml
4500         * po/de.po
4501         * src/Makefile.am
4502         * src/compose.c
4503         * src/procmime.c
4504         * src/pixmaps/regular.xpm **REMOVED**
4505         * src/plugins/pgpmime/pgpmime.c
4506         * src/plugins/pgpmime/plugin.c
4507         * src/plugins/pgpmime/prefs_gpg.c
4508                 sync with HEAD
4509
4510 2004-12-03 [paul]       0.9.12cvs180.1
4511
4512         * ChangeLog
4513         * ChangeLog.claws
4514         * ChangeLog.jp
4515         * configure.ac
4516         * src/Makefile.am
4517         * src/pop.c
4518         * src/common/utils.c
4519         * src/common/utils.h
4520         * src/pixmaps/continue.xpm
4521         * src/pixmaps/dir_close.xpm
4522         * src/pixmaps/dir_open.xpm
4523         * src/pixmaps/drafts_close.xpm
4524         * src/pixmaps/drafts_open.xpm
4525         * src/pixmaps/folder.xpm **REMOVED**
4526         * src/pixmaps/group.xpm
4527         * src/pixmaps/unread.xpm
4528                 sync with HEAD
4529
4530 2004-12-02 [colin]      0.9.12cvs179.1
4531
4532         * src/compose.c
4533                 Sync with HEAD (non-duplicated reedition)
4534
4535 2004-12-02 [colin]      0.9.12cvs178.1
4536
4537         * src/compose.c
4538                 Sync with HEAD (linewrap_quote fix)
4539
4540 2004-12-01 [colin]      0.9.12cvs177.3
4541
4542         * src/addrharvest.c
4543                 Replace sizeof with strlen
4544
4545 2004-12-01 [paul]       0.9.12cvs177.2
4546
4547         * src/addrharvest.c
4548                 fix 'harvest addresses'
4549
4550 2004-11-30 [colin]      0.9.12cvs177.1
4551
4552         * src/gtk/prefswindow.c
4553         * src/gtk/pluginwindow.c
4554                 Sync with HEAD
4555
4556 2004-11-29 [colin]      0.9.12cvs176.1
4557
4558         * src/folderview.c
4559                 sync with HEAD (Fix disappearing separators in folderview's popup)
4560
4561 2004-11-29 [colin]      0.9.12cvs175.1
4562
4563         * src/procmime.c
4564                 Sync with head (another format fix)
4565
4566 2004-11-29 [colin]      0.9.12cvs174.1
4567
4568         * src/pop.c
4569                 Sync with HEAD (format string fix)
4570
4571 2004-11-26 [colin]      0.9.12cvs173.1
4572
4573         * src/common/smtp.c
4574         * src/common/smtp.h
4575                 Sync with HEAD
4576
4577 2004-11-24 [colin]      0.9.12cvs172.1
4578
4579         * src/plugins/pgpmime/pgpmime.c
4580                 Sync with HEAD
4581
4582 2004-11-24 [colin]      0.9.12cvs171.1
4583
4584         * src/plugins/pgpmime/pgpmime.c
4585                 Sync with head (gpgmectx leaks)
4586
4587 2004-11-24 [colin]      0.9.12cvs169.1
4588
4589         * src/plugins/pgpmime/plugin.c
4590         * src/plugins/trayicon/Makefile.am
4591         * src/plugins/trayicon/newmarkedmail.xpm
4592         * src/plugins/trayicon/trayicon.c
4593         * src/plugins/trayicon/unreadmarkedmail.xpm
4594                 Sync with HEAD
4595
4596 2004-11-23 [colin]      0.9.12cvs168.1
4597
4598         * src/partial_download.c
4599         * src/partial_download.h
4600         * src/plugins/pgpmime/plugin.c
4601                 Sync with HEAD
4602
4603 2004-11-23 [colin]      0.9.12cvs166.1
4604
4605         * src/Makefile.am
4606         * src/codeconv.c
4607         * src/compose.c
4608         * src/folderview.c
4609         * src/main.c
4610         * src/partial_download.c
4611         * src/partial_download.h
4612         * src/prefs_account.c
4613         * src/prefs_account.h
4614         * src/privacy.c
4615         * src/privacy.h
4616         * src/procmime.c
4617         * src/common/Makefile.am
4618         * src/common/base64.h
4619         * src/common/partial_download.c
4620         * src/common/partial_download.h
4621         * src/gtk/prefswindow.c
4622         * src/gtk/prefswindow.h
4623         * src/plugins/pgpmime/pgpmime.c
4624         * src/plugins/pgpmime/prefs_gpg.c
4625         * src/plugins/pgpmime/prefs_gpg.h
4626         * src/plugins/pgpmime/sgpgme.c
4627         * src/plugins/pgpmime/sgpgme.h
4628                 Sync with HEAD
4629
4630 2004-11-23 [colin]      0.9.12cvs163.1
4631
4632         * src/main.c
4633                 Sync with HEAD (cursor optimization)
4634
4635 2004-11-23 [colin]      0.9.12cvs162.1
4636
4637         * src/prefs_common.c
4638         * src/prefs_themes.c
4639         * src/procmsg.c
4640                 Sync with HEAD
4641
4642 2004-11-23 [colin]      0.9.12cvs158.9
4643
4644         * src/compose.c
4645                 Fix double-free when forwarding
4646         * src/msgcache.c
4647                 Fix leak on error path
4648                 
4649
4650 2004-11-23 [colin]      0.9.12cvs158.8
4651
4652         * src/compose.c
4653                 Fix possible double-free
4654                 Spotted by Alfons
4655
4656 2004-11-23 [colin]      0.9.12cvs158.7
4657
4658         * src/compose.c
4659                 Fix some signal handlers' prototypes
4660                 Spotted by Alfons
4661
4662 2004-11-22 [colin]      0.9.12cvs158.6
4663
4664         * src/compose.c
4665                 Remove unneeded code and duplicated
4666                 wrapping - patch by Alfons
4667
4668 2004-11-22 [colin]      0.9.12cvs158.5
4669
4670         * src/prefs_themes.c
4671                 Fix oversized selector
4672
4673 2004-11-22 [colin]      0.9.12cvs158.4
4674
4675         * src/compose.c
4676                 fix dump_text()
4677                 patch by Alfons
4678
4679 2004-11-19 [colin]      0.9.12cvs158.3
4680
4681         * src/textview.c
4682                 Add a context menu on links (open, copy)
4683
4684 2004-11-18 [paul]       0.9.12cvs158.2
4685
4686         * src/addrgather.c
4687         * src/exphtmldlg.c
4688         * src/expldifdlg.c
4689         * src/mimeview.c
4690         * src/prefs_common.c
4691         * src/plugins/image_viewer/viewer.c
4692         * src/plugins/spamassassin/spamassassin_gtk.c
4693                 replace deprecated gtk_notebook_set_page
4694                 and gtk_notebook_current_page
4695
4696 2004-11-18 [paul]       0.9.12cvs158.1
4697
4698         * configure.ac
4699         * src/compose.c
4700         * src/mainwindow.c
4701         * src/messageview.c
4702         * src/prefs_common.c
4703         * src/common/utils.c
4704         * src/common/utils.h
4705                 sync with HEAD
4706
4707 2004-11-17 [colin]      0.9.12cvs156.1
4708
4709         * src/prefs_account.c
4710         * src/prefs_account.h
4711         * src/procmsg.c
4712                 Sync with HEAD (add pref to store encrypted mails encrypted)
4713
4714 2004-11-17 [paul]       0.9.12cvs155.1
4715
4716         * ChangeLog
4717         * ChangeLog.claws
4718         * ChangeLog.jp
4719         * NEWS
4720         * configure.ac
4721         * src/compose.c
4722         * src/jpilot.c
4723         * src/privacy.c
4724         * src/procmime.c
4725         * src/procmime.h
4726         * src/procmsg.c
4727         * src/toolbar.c
4728         * src/pixmaps/error.xpm
4729                 sync with HEAD
4730
4731 2004-11-17 [colin]      0.9.12cvs151.1
4732
4733         * src/plugins/pgpmime/pgpmime.c
4734                 Sync with HEAD (remove debug printf)
4735
4736 2004-11-17 [colin]      0.9.12cvs150.1
4737
4738         * src/plugins/pgpmime/pgpmime.c
4739                 Sync with HEAD (off-by-one fix)
4740
4741 2004-11-17 [colin]      0.9.12cvs149.1
4742
4743         * src/procmsg.c
4744                 Sync with HEAD (coding style fixes)
4745
4746 2004-11-16 [colin]      0.9.12cvs148.1
4747
4748         * src/procmsg.c
4749                 Sync with head (Fix the fix)
4750
4751 2004-11-16 [colin]      0.9.12cvs147.1
4752
4753         * src/procmsg.c
4754                 Sync with Main (leak fix)
4755
4756 2004-11-16 [colin]      0.9.12cvs146.14
4757
4758         * src/compose.c
4759                 Remove useless chunk of code
4760                 Patch by Alfons
4761
4762 2004-11-15 [colin]      0.9.12cvs146.13
4763
4764         * src/compose.c
4765                 Fix drafting after insertion
4766                 Patch by Alfons
4767
4768 2004-11-15 [colin]      0.9.12cvs146.12
4769
4770         * src/compose.c
4771         * src/prefs_filtering.c
4772         * src/prefs_filtering_action.c
4773         * src/prefs_toolbar.c
4774                 Fix some const-correctness
4775
4776 2004-11-15 [colin]      0.9.12cvs146.11
4777
4778         * src/summaryview.c
4779         * src/prefs_themes.c
4780         * src/messageview.c
4781                 Fix some leaks
4782
4783 2004-11-15 [colin]      0.9.12cvs146.10
4784
4785         * src/codeconv.c
4786                 More unreadable locale fixes
4787
4788 2004-11-14 [colin]      0.9.12cvs146.9
4789
4790         * src/textview.c
4791                 Fix uri_security_check
4792                 Patch by Alfons
4793
4794 2004-11-13 [paul]       0.9.12cvs146.8
4795
4796         * src/folder.c
4797         * src/procmime.c
4798                 fix 2 bugs introduced in last commit
4799
4800 2004-11-13 [paul]       0.9.12cvs146.7
4801
4802         * src/compose.c
4803         * src/exporthtml.c
4804         * src/exportldif.c
4805         * src/folder.c
4806         * src/imap.c
4807         * src/imap_gtk.c
4808         * src/main.c
4809         * src/mainwindow.c
4810         * src/messageview.c
4811         * src/mh_gtk.c
4812         * src/prefs_themes.c
4813         * src/procmime.c
4814         * src/setup.c
4815         * src/summaryview.c
4816                 replace deprecated g_basename
4817
4818 2004-11-13 [paul]       0.9.12cvs146.6
4819
4820         * src/compose.c
4821         * src/imap.c
4822         * src/matcher_parser.h
4823         * src/matcher_parser_parse.y
4824         * src/prefs_filtering.c
4825         * src/prefs_filtering_action.c
4826         * src/prefs_themes.c
4827         * src/prefs_toolbar.c
4828         * src/common/utils.c
4829                 various small fixes/cleanups
4830
4831 2004-11-12 [colin]      0.9.12cvs146.5
4832
4833         * src/textview.c
4834                 Validate event's origin on visibility notify
4835                 Patch by Alfons.
4836
4837 2004-11-12 [paul]       0.9.12cvs146.4
4838
4839         * src/exporthtml.c
4840         * src/exportldif.c
4841         * src/imap.c
4842         * src/mh.c
4843         * src/mimeview.c
4844         * src/prefs_spelling.c
4845         * src/prefs_themes.c
4846                 replace deprecated g_dirname    
4847
4848 2004-11-12 [colin]      0.9.12cvs146.3
4849
4850         * src/textview.c
4851                 Some coding style fixes
4852
4853 2004-11-12 [colin]      0.9.12cvs146.2
4854
4855         * src/codeconv.c
4856                 We want to replace _all_ extended chars in
4857                 conv_unreadable_*, because any string containing
4858                 extended chars not parsing as UTF8 is 
4859                 undisplayed on gtk2.
4860
4861 2004-11-12 [paul]       0.9.12cvs146.1
4862
4863         * ChangeLog
4864         * ChangeLog.claws
4865         * ChangeLog.jp
4866         * NEWS
4867         * configure.ac
4868         * src/account.c
4869         * src/folderview.c
4870         * src/folderview.h
4871         * src/imap.c
4872         * src/imap_gtk.c
4873         * src/inc.c
4874         * src/mainwindow.c
4875         * src/mh_gtk.c
4876         * src/news_gtk.c
4877         * src/pop.c
4878         * src/prefs_account.c
4879         * src/prefs_account.h
4880         * src/prefs_ext_prog.c
4881         * src/procmime.c
4882         * src/procmime.h
4883         * src/procmsg.c
4884         * src/procmsg.h
4885         * src/summary_search.c
4886         * src/summaryview.c
4887         * src/textview.c
4888         * src/common/defs.h
4889         * src/common/utils.c
4890         * src/common/utils.h
4891         * src/gtk/menu.c
4892         * src/gtk/menu.h
4893                 sync with HEAD
4894
4895 2004-11-11 [colin]      0.9.12cvs144.2
4896
4897         * src/textview.c
4898                 Fix URI range selection (patch by Alfons)
4899
4900 2004-11-09 [colin]      0.9.12cvs144.1
4901
4902         * ChangeLog.claws
4903         * src/compose.c
4904         * src/folder.c
4905         * src/folder_item_prefs.c
4906         * src/prefs_account.c
4907         * src/prefs_account.h
4908         * src/plugins/pgpmime/pgpmime.c
4909                 Sync with HEAD
4910
4911 2004-11-08 [colin]      0.9.12cvs143.1
4912
4913         * src/summaryview.c
4914                 Sync with HEAD (optimize quicksearch)
4915
4916 2004-11-08 [colin]      0.9.12cvs142.2
4917
4918         * src/compose.c
4919                 Don't wrap when Edit/Auto wrapping is disabled
4920
4921 2004-11-08 [colin]      0.9.12cvs142.1
4922
4923         * src/textview.c
4924                 Sync with HEAD
4925
4926 2004-11-08 [colin]      0.9.12cvs141.1
4927
4928         * src/textview.c
4929                 Sync with HEAD (fix some mail URIs)
4930
4931 2004-11-08 [colin]      0.9.12cvs140.3
4932
4933         * src/textview.c
4934                 o Use text cursor instead of arrow when
4935                   not on a link
4936                 o Fix handling of contiguous links (as in
4937                   "colin@colino.net" <colin@colino.net>)
4938                   This one unveils a bug in get_email_part()
4939
4940 2004-11-07 [colin]      0.9.12cvs140.2
4941
4942         * src/textview.c
4943                 Fix memleak. Patch by Alfons.
4944
4945 2004-11-06 [colin]      0.9.12cvs140.1
4946
4947         * src/compose.c
4948                 Sync with HEAD (don't ask passphrase
4949                 when drafting)
4950
4951 2004-11-06 [paul]       0.9.12cvs139.2
4952
4953         * AUTHORS
4954         * src/textview.c
4955         * src/textview.h
4956                 textview URI handling. hovering over a 
4957                 link displays it in the status bar,
4958                 and changes the mouse pointer to a hand 
4959                 cursor. a link is activated with a single 
4960                 click. (Modified from the) patch by Jean-Yves 
4961                 Lefort <jylefort@users.sourceforge.net>
4962                 
4963
4964 2004-11-05 [colin]      0.9.12cvs139.1
4965
4966         * src/compose.c
4967         * src/procmime.c
4968                 Sync with HEAD again ^^
4969
4970 2004-11-05 [colin]      0.9.12cvs139.1
4971
4972         * src/compose.c
4973         * src/procmime.c
4974                 Sync with HEAD
4975
4976 2004-11-03 [paul]       0.9.12cvs138.1
4977
4978         * ChangeLog.claws
4979         * configure.ac
4980         * po/POTFILES.in
4981         * src/prefs_ext_prog.c
4982         * src/procmime.c
4983         * tools/kdeservicemenu/README
4984         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4985         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4986                 sync with HEAD
4987
4988 2004-11-01 [christoph]  0.9.12cvs136.2
4989
4990         * src/procmime.c
4991                 convert MIME parameters to UTF-8
4992
4993 2004-10-29 [colin]      0.9.12cvs136.1
4994
4995         * src/common/utils.c
4996                 Sync with HEAD (don't use '=' in mime boundary)
4997
4998 2004-10-29 [paul]       0.9.12cvs135.1
4999
5000         * configure.ac
5001         * doc/src/rfc2231.txt
5002         * src/procmime.c
5003         * src/common/quoted-printable.c
5004         * src/common/utils.c
5005         * src/common/utils.h
5006                 sync with HEAD
5007
5008 2004-10-27 [paul]       0.9.12cvs134.1
5009
5010         * configure.ac
5011         * src/main.c
5012         * src/procmime.c
5013         * src/plugins/pgpmime/pgpmime.c
5014                 sync with HEAD
5015
5016 2004-10-26 [paul]       0.9.12cvs132.3
5017
5018         * src/account.c
5019         * src/addressbook.c
5020         * src/addrgather.c
5021         * src/addrharvest.c
5022         * src/codeconv.c
5023         * src/compose.c
5024         * src/customheader.c
5025         * src/editaddress.c
5026         * src/editgroup.c
5027         * src/enriched.c
5028         * src/expldifdlg.c
5029         * src/exporthtml.c
5030         * src/exportldif.c
5031         * src/folder.c
5032         * src/foldersel.c
5033         * src/folderview.c
5034         * src/grouplistdialog.c
5035         * src/html.c
5036         * src/imap.c
5037         * src/jpilot.c
5038         * src/ldapserver.c
5039         * src/ldif.c
5040         * src/mimeview.c
5041         * src/news.c
5042         * src/news_gtk.c
5043         * src/pop.c
5044         * src/prefs_display_header.c
5045         * src/prefs_gtk.c
5046         * src/prefs_msg_colors.c
5047         * src/prefs_toolbar.c
5048         * src/procheader.c
5049         * src/procmime.c
5050         * src/summaryview.c
5051         * src/textview.c
5052         * src/toolbar.c
5053         * src/vcard.c
5054         * src/common/mgutils.c
5055         * src/common/nntp.c
5056         * src/common/smtp.c
5057         * src/common/template.c
5058         * src/common/utils.c
5059         * src/common/xmlprops.c
5060         * src/plugins/pgpmime/pgpmime.c
5061         * src/plugins/pgpmime/select-keys.c
5062         * src/plugins/pgpmime/sgpgme.c
5063                 replace deprecated g_strcasecmp(), g_strncasecmp(),
5064                 g_string_sprintfa(), gtk_notebook_current_page()
5065
5066 2004-10-26 [colin]      0.9.12cvs132.2
5067
5068         * src/prefs_folder_item.c
5069                 Fix default-account selection
5070
5071 2004-10-21 [colin]      0.9.12cvs133
5072
5073         * src/compose.c
5074                 Sync with HEAD (Remove extra separator in compose's Options)
5075         * src/textview.c
5076                 Set wrapping to char
5077
5078 2004-10-21 [paul]       0.9.12cvs131.2
5079
5080         * src/compose.c
5081         * src/sourcewindow.c
5082                 fix wrapping
5083                 fix window shrinking 
5084
5085 2004-10-21 [colin]      0.9.12cvs131.1
5086
5087         * ChangeLog.claws
5088         * src/compose.c
5089                 Sync with HEAD
5090
5091 2004-10-21 [paul]       0.9.12cvs130.2
5092
5093         * src/prefs_folder_item.c
5094                 sync with HEAD (Apply to subfolders)
5095
5096 2004-10-19 [colin]      0.9.12cvs130.1
5097
5098         * ChangeLog.claws
5099         * src/compose.c
5100         * src/common/utils.c
5101         * src/gtk/menu.c
5102                 Sync with HEAD
5103
5104 2004-10-19 [colin]      0.9.12cvs128.1
5105
5106         * src/addrbook.c
5107         * src/addrcache.c
5108         * src/addressbook.c
5109         * src/codeconv.c
5110         * src/compose.c
5111         * src/customheader.c
5112         * src/editaddress.c
5113         * src/editgroup.c
5114         * src/exporthtml.c
5115         * src/folder.c
5116         * src/folderview.c
5117         * src/imap.c
5118         * src/jpilot.c
5119         * src/main.c
5120         * src/matcher_parser_parse.y
5121         * src/mbox.c
5122         * src/pop.c
5123         * src/prefs_account.c
5124         * src/prefs_gtk.c
5125         * src/prefs_msg_colors.c
5126         * src/procheader.c
5127         * src/procmime.c
5128         * src/procmime.h
5129         * src/procmsg.c
5130         * src/summaryview.c
5131         * src/textview.c
5132         * src/common/base64.c
5133         * src/common/partial_download.c
5134         * src/common/socket.c
5135         * src/common/sylpheed.c
5136         * src/common/utils.c
5137         * src/common/utils.h
5138         * src/gtk/pluginwindow.c
5139         * src/gtk/quicksearch.c
5140         * src/plugins/clamav/clamav_plugin.c
5141         * src/plugins/clamav/clamav_plugin.h
5142         * src/plugins/clamav/clamav_plugin_gtk.c
5143         * src/plugins/pgpmime/passphrase.c
5144         * src/plugins/pgpmime/pgpmime.c
5145         * src/plugins/pgpmime/plugin.c
5146         * src/plugins/pgpmime/prefs_gpg.c
5147         * src/plugins/pgpmime/prefs_gpg.h
5148         * src/plugins/pgpmime/select-keys.c
5149         * src/plugins/pgpmime/sgpgme.c
5150         * src/plugins/spamassassin/libspamc.c
5151         * src/plugins/spamassassin/spamassassin.c
5152         * src/plugins/spamassassin/spamassassin.h
5153         * src/plugins/spamassassin/spamassassin_gtk.c
5154         * src/plugins/trayicon/trayicon.c
5155         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5156                 Sync with HEAD
5157
5158 2004-10-14 [colin]      0.9.12cvs126.2
5159
5160         * src/codeconv.c
5161         * src/textview.c
5162                 Fix conv_unreadable_locale
5163
5164 2004-10-13 [colin]      0.9.12cvs126.1
5165
5166         * src/compose.c
5167                 Sync with HEAD (don't convert charset for 
5168                 drafted messages, minor cleanup)
5169
5170 2004-10-13 [colin]      0.9.12cvs125.1
5171
5172         * po/POTFILES.in
5173                 Sync with HEAD (POTFILES fix)
5174
5175 2004-10-12 [colin]      0.9.12cvs124.3
5176
5177         * src/compose.c
5178                 Fix encoding bug from latest sync
5179
5180 2004-10-12 [paul]       0.9.12cvs124.2
5181
5182         * src/plugins/pgpmime/prefs_gpg.c
5183         * src/plugins/pgpmime/prefs_gpg.h
5184                 forgotten in last commit        
5185
5186 2004-10-12 [paul]       0.9.12cvs124.1
5187
5188         * ChangeLog.claws
5189         * configure.ac
5190         * m4/spamassassin.m4
5191         * src/Makefile.am
5192         * src/account.c
5193         * src/compose.c
5194         * src/compose.h
5195         * src/crash.c
5196         * src/main.c
5197         * src/mimeview.c
5198         * src/passphrase.c
5199         * src/passphrase.h
5200         * src/prefs_account.c
5201         * src/prefs_account.h
5202         * src/prefs_common.c
5203         * src/privacy.c
5204         * src/privacy.h
5205         * src/procmime.c
5206         * src/procmime.h
5207         * src/procmsg.c
5208         * src/rfc2015.c
5209         * src/rfc2015.h
5210         * src/select-keys.c
5211         * src/select-keys.h
5212         * src/textview.c
5213         * src/common/utils.c
5214         * src/common/utils.h
5215         * src/gtk/about.c
5216         * src/plugins/pgpmime/Makefile.am
5217         * src/plugins/pgpmime/passphrase.c
5218         * src/plugins/pgpmime/passphrase.h
5219         * src/plugins/pgpmime/pgpmime.c
5220         * src/plugins/pgpmime/plugin.c
5221         * src/plugins/pgpmime/select-keys.c
5222         * src/plugins/pgpmime/select-keys.h
5223         * src/plugins/pgpmime/sgpgme.c
5224         * src/plugins/pgpmime/sgpgme.h
5225                 sync with HEAD
5226
5227 2004-10-04 [colin]      0.9.12cvs122.1
5228
5229         * src/mainwindow.c
5230         * src/messageview.c
5231         * src/messageview.h
5232         * src/textview.c
5233                 Sync with HEAD
5234
5235 2004-10-04 [colin]      0.9.12cvs121.1
5236
5237         * src/summaryview.c
5238                 Sync with HEAD
5239
5240 2004-10-04 [paul]       0.9.12cvs120.1
5241
5242         * configure.ac
5243                 sync with HEAD [don't try to build 
5244                 pgpmime plugin when gpgme is disabled]
5245
5246 2004-10-03 [colin]      0.9.12cvs119.3
5247
5248         * src/gtk/gtksctree.c
5249                 Lots of side effects. Put back as before 117.2.
5250         * src/summaryview.c
5251                 Fix bug #602
5252
5253 2004-10-03 [colin]      0.9.12cvs119.2
5254
5255         * src/gtk/gtksctree.c
5256                 Revert 608 fix that doesn't work that good
5257
5258 2004-10-02 [colin]      0.9.12cvs119.1
5259
5260         * src/mainwindow.c
5261         * src/messageview.c
5262         * src/prefs_common.h
5263         * src/procmime.c
5264         * src/procmime.h
5265         * src/textview.c
5266                 Sync with HEAD
5267         * src/gtk/gtksctree.c
5268                 Close bug #608
5269
5270 2004-10-01 [colin]      0.9.12cvs118.1
5271
5272         * src/mimeview.c
5273                 Sync with HEAD (better Save All fix)
5274
5275 2004-10-01 [colin]      0.9.12cvs117.2
5276
5277         * src/gtk/gtksctree.c
5278                 Faster on selection
5279
5280 2004-10-01 [colin]      0.9.12cvs117.1
5281
5282         * src/mimeview.c
5283                 Sync with HEAD (Save All: only attachments)
5284
5285 2004-10-01 [paul]       0.9.12cvs116.1
5286
5287         * ChangeLog.claws
5288         * configure.ac
5289         * src/account.c
5290         * src/prefs_common.c
5291         * src/gtk/colorlabel.c
5292                 sync with HEAD
5293
5294 2004-09-30 [colin]      0.9.12cvs115.1
5295
5296         * src/stock_pixmap.c
5297         * src/stock_pixmap.h
5298         * src/folderview.c
5299         * src/Makefile.am
5300         * src/pixmaps/read.xpm
5301                 Sync with HEAD (new pixmap)
5302
5303 2004-09-29 [colin]      0.9.12cvs114.1
5304
5305         * src/compose.c
5306                 Sync with HEAD
5307                 Fix focus handling in headers
5308
5309 2004-09-29 [paul]       0.9.12cvs113.1
5310
5311         * src/quote_fmt_parse.y
5312                 sync with HEAD
5313  
5314
5315 2004-09-28 [colin]      0.9.12cvs112.1
5316
5317         * src/folderview.c
5318         * src/mainwindow.c
5319                 Sync with HEAD
5320
5321 2004-09-28 [colin]      0.9.12cvs110.1
5322
5323         * src/folderview.c
5324                 Sync with HEAD (Contextual Empty trash menu)
5325
5326 2004-09-28 [colin]      0.9.12cvs108.1
5327
5328         * src/addressbook.c
5329                 Sync with HEAD (addressbook edit on double-click)
5330
5331 2004-09-28 [colin]      0.9.12cvs106.1
5332
5333         * src/inc.c
5334                 Sync with HEAD (folder_item freeze on inc)
5335
5336 2004-09-27 [colin]      0.9.12cvs105.1
5337
5338         * src/folderview.c
5339                 Sync with HEAD (right-align new and unread column)
5340
5341 2004-09-27 [colin]      0.9.12cvs104.1
5342
5343         * src/main.c
5344                 Sync with HEAD (revert 0.9.12cvs101)
5345
5346 2004-09-24 [colin]      0.9.12cvs103.2
5347
5348         * src/wizard.c
5349                 Fix gtk warnings and use domain part of the email address 
5350                 when domain detection fails (no dot in domain name)
5351
5352 2004-09-23 [colin]      0.9.12cvs103.1
5353
5354         * src/plugins/spamassassin/libspamc.c
5355         * src/plugins/spamassassin/libspamc.h
5356         * src/plugins/spamassassin/utils.c
5357         * src/plugins/spamassassin/utils.h
5358                 Sync with HEAD (Update spamassassin to 3.0)
5359
5360 2004-09-21 [colin]      0.9.12cvs102.3
5361
5362         * src/action.c
5363                 Add horizontal scrollbar in action io dialog as needed
5364                 Patch by Alfons.
5365
5366 2004-09-20 [colin]      0.9.12cvs102.2
5367
5368         * src/plugins/image_viewer/viewer.c
5369                 Remove imlib stuff
5370                 use gtk_pixmap_set when clearing
5371                 (would be better to use gtkImages, but causes size-allocate 
5372                 signals storm)
5373
5374 2004-09-17 [paul]       0.9.12cvs102.1
5375
5376         * ChangeLog
5377         * ChangeLog.claws
5378         * ChangeLog.jp
5379         * configure.ac
5380         * src/inc.c
5381                 sync with HEAD
5382
5383
5384 2004-09-17 [colin]      0.9.12cvs101.1
5385
5386         * ChangeLog.claws
5387         * src/main.c
5388                 Sync with HEAD (fix segs at exit)
5389
5390 2004-09-14 [colin]      0.9.12cvs99.5
5391
5392         * src/common/socket.c
5393         * AUTHORS
5394                 Fix send error on 64bit platforms
5395                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
5396
5397 2004-09-14 [colin]      0.9.12cvs99.4
5398
5399         * src/action.c
5400                 Fix action output with utf8 
5401                 Patch by Alfons.
5402
5403 2004-09-14 [colin]      0.9.12cvs99.3
5404
5405         * ChangeLog.claws
5406         * src/folder.c
5407                 Sync with HEAD
5408
5409 2004-09-09 [colin]      0.9.12cvs99.2
5410
5411         * src/action.c
5412                 Fix progress bar (displaying "Completed %v/%u")
5413                 Patch by Alfons.
5414
5415 2004-09-08 [colin]      0.9.12cvs99.1
5416
5417         * src/account.c
5418         * src/folder.c
5419         * src/procmsg.c
5420         * src/procmsg.h
5421         * src/plugins/pgpmime/pgpmime.c
5422                 Sync with HEAD
5423
5424 2004-09-08 [colin]      0.9.12cvs97.2
5425
5426         * src/summaryview.c
5427                 Don't select mails in collapsed threads 
5428                 when navigating with up/down
5429
5430 2004-09-07 [colin]      0.9.12cvs97.1
5431
5432         * src/inc.c
5433                 Sync with HEAD (meaningful error messages)
5434
5435 2004-09-06 [colin]      0.9.12cvs96.1
5436
5437         * src/toolbar.c
5438                 Sync with HEAD (fix Redirect graying out)
5439
5440 2004-09-06 [colin]      0.9.12cvs95.1
5441
5442         * src/summaryview.c
5443         * src/mimeview.c
5444                 Sync with HEAD (fix dropped URIs)
5445
5446 2004-09-06 [colin]      0.9.12cvs94.1
5447
5448         * src/addressbook.c
5449         * src/addressitem.h
5450         * src/addritem.c
5451         * src/addritem.h
5452                 Sync with HEAD (addressbook DnD)
5453
5454 2004-09-03 [colin]      0.9.12cvs93.1
5455
5456         * src/summaryview.c
5457                 Sync with HEAD (next/prev unread)
5458
5459 2004-09-03 [colin]      0.9.12cvs92.1
5460
5461         * src/prefs_common.c
5462         * src/prefs_common.h
5463         * src/summaryview.c
5464                 Sync with HEAD ('mark_as_read_delay' pref)
5465
5466 2004-09-02 [colin]      0.9.12cvs91.2
5467
5468         * src/common/xml.c
5469                 Fix leak
5470
5471 2004-09-02 [colin]      0.9.12cvs91.1
5472
5473         * src/gtk/menu.c
5474                 Sync with HEAD (menu accel don't work, but whatever)
5475
5476 2004-09-02 [colin]      0.9.12cvs90.1
5477
5478         * src/account.c
5479                 Sync with HEAD (fix bug 582)
5480
5481 2004-09-02 [colin]      0.9.12cvs89.1
5482
5483         * src/addrindex.c
5484                 Sync with HEAD (free deleted queries)
5485
5486 2004-09-02 [colin]      0.9.12cvs88.1
5487
5488         * src/ldapquery.c
5489                 Sync with HEAD (fix LDAP freezes)
5490
5491 2004-09-02 [colin]      0.9.12cvs87.1
5492
5493         * src/prefs_spelling.c
5494                 Sync with HEAD (add default dictionary)
5495
5496 2004-09-01 [colin]      0.9.12cvs86.1
5497
5498         * src/filtering.c
5499         * src/folderview.c
5500         * src/imap.c
5501         * src/prefs_matcher.c
5502         * src/stock_pixmap.c
5503         * src/summary_search.c
5504         * src/summaryview.c
5505         * src/wizard.c
5506         * src/wizard.h
5507                 Sync with HEAD (uninitialized vars fixes)
5508                 + gtk2 specific warning fixes
5509
5510 2004-08-31 [colin]      0.9.12cvs85.1
5511
5512         * src/folder.c
5513                 Sync with HEAD (Fix memory corruption due to 
5514                 uninitialized var)
5515
5516 2004-08-31 [colin]      0.9.12cvs84.4
5517
5518         * src/summary_search.c
5519                 Fix segfaults when searching in folders with broken headers
5520
5521 2004-08-31 [colin]      0.9.12cvs84.3
5522
5523         * src/compose.c
5524         * src/textview.c
5525                 Fix some more encoding/decoding issues
5526
5527 2004-08-30 [colin]      0.9.12cvs84.2
5528
5529         * src/mimeview.c
5530         * src/prefs_themes.c
5531         * src/gtk/filesel.c
5532         * src/gtk/filesel.h
5533                 Add a folder-mode selection (fixes mimeview's "Save all")
5534
5535 2004-08-29 [colin]      0.9.12cvs84.1
5536
5537         * src/mimeview.c
5538                 Sync with HEAD (don't escape saved filenames)
5539
5540 2004-08-27 [colin]      0.9.12cvs83.1
5541
5542         * ChangeLog
5543         * ChangeLog.claws
5544         * ChangeLog.jp
5545         * src/mh.c
5546         * src/procheader.c
5547         * src/procmsg.c
5548         * src/procmsg.h
5549         * src/common/utils.c
5550         * src/gtk/menu.h
5551         * po/
5552                 Sync with HEAD 0.9.12cvs83 (sync with main)
5553
5554 2004-08-26 [colin]      0.9.12cvs82.4
5555
5556         * src/codeconv.c
5557                 Fix strange stack corruption
5558                 Convert to utf8 after unmime, not before
5559
5560 2004-08-26 [colin]      0.9.12cvs82.3
5561
5562         * src/main.c
5563         * src/wizard.c
5564                 Fix account folders duplication
5565
5566 2004-08-25 [colin]      0.9.12cvs82.2
5567
5568         * src/wizard.c
5569                 Remove ports
5570                 Add SSL selection
5571                 Use login@server as account name
5572
5573 2004-08-25 [colin]      0.9.12cvs82.1
5574
5575         * src/plugins/pgpmime/pgpmime.c
5576                 Sync with HEAD (leak fix).
5577
5578 2004-08-25 [colin]      0.9.12cvs81.1
5579
5580         * src/plugins/pgpmime/pgpmime.c
5581         * src/plugins/pgpmime/sgpgme.c
5582         * src/plugins/pgpmime/sgpgme.h
5583                 Sync with HEAD (Handle combined messages).
5584
5585 2004-08-24 [colin]      0.9.12cvs80.3
5586
5587         * src/wizard.c
5588                 Fix full name, ports, and imap
5589
5590 2004-08-24 [colin]      0.9.12cvs80.2
5591
5592         * src/Makefile.am
5593         * src/main.c
5594         * src/setup.c
5595         * src/setup.h
5596         * src/stock_pixmap.c
5597         * src/stock_pixmap.h
5598         * src/wizard.c ** ADDED **
5599         * src/wizard.h ** ADDED ** 
5600         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
5601                 Add a setup wizard 
5602
5603 2004-08-24 [colin]      0.9.12cvs80.1
5604
5605         * src/folder.c
5606                 Sync with HEAD (set mimeflags on all messages)
5607
5608 2004-08-24 [colin]      0.9.12cvs79.3
5609
5610         * src/matcher_parser_lex.l
5611                 Fix 8bits strings not in utf8
5612
5613 2004-08-24 [colin]      0.9.12cvs79.2
5614
5615         * src/compose.c
5616                 Check conversion result before replacing buffer
5617
5618 2004-08-23 [colin]      0.9.12cvs79.1
5619
5620         * src/compose.c
5621                 Sync with HEAD (create message header in memory)
5622
5623 2004-08-23 [colin]      0.9.12cvs78.1
5624
5625         * src/rfc2015.c
5626         * src/rfc2015.h
5627                 Sync with HEAD (fix bug 197 again)
5628
5629 2004-08-23 [colin]      0.9.12cvs77.3
5630
5631         * src/compose.c
5632                 Fix again inline gpg signing (which outputs utf8
5633                 in gtk2). Not syncing this fix to HEAD as this 
5634                 code is meant to die.
5635
5636 2004-08-23 [colin]      0.9.12cvs77.2
5637
5638         * src/prefs_account.h
5639                 Remove useless include
5640
5641 2004-08-23 [colin]      0.9.12cvs77.1
5642
5643         * src/imap.c
5644         * po/es.po
5645         * po/fr.po
5646         * po/it.po
5647         * po/pl.po
5648         * po/pt_BR.po
5649         * po/sk.po
5650         * po/sr.po
5651                 Sync with HEAD (fix bug 577)
5652
5653 2004-08-22 [colin]      0.9.12cvs76.1
5654
5655         * src/plugins/trayicon/trayicon.c
5656                 Sync with HEAD (fix formatting bug)
5657
5658 2004-08-21 [colin]      0.9.12cvs74.2
5659
5660         * src/gtk/colorsel.c
5661                 Fix bug 564 (Folder color selection window exits on any
5662                 keypress)
5663
5664 2004-08-21 [colin]      0.9.12cvs74.1
5665
5666         * ChangeLog.claws
5667         * src/compose.c
5668         * src/summaryview.c
5669         * src/toolbar.c
5670                 Sync with HEAD (fix bug 576)
5671
5672 2004-08-21 [colin]      0.9.12cvs70.1
5673
5674         * src/compose.c
5675         * src/mainwindow.c
5676                 Sync with HEAD
5677                 
5678
5679 2004-08-21 [paul]       0.9.12cvs66.4
5680
5681         * src/mainwindow.c
5682         * src/messageview.c
5683         * src/gtk/menu.c
5684         * src/plugins/spamassassin/spamassassin_gtk.c
5685                 remove some deprecated gtk1 functions
5686
5687
5688 2004-08-21 [colin]      0.9.12cvs66.3
5689
5690         * src/compose.c
5691         * src/codeconv.c
5692                 Fix warnings
5693                 Remove encoding hacks
5694                 Fix bug 575 (Strange character messes up message)
5695                 Don't display conversion error when drafting
5696
5697 2004-08-21 [paul]       0.9.12cvs66.2
5698
5699         * src/prefs_account.c
5700                 fix GnuPG mode bugs
5701
5702
5703 2004-08-20 [colin]      0.9.12cvs66.1
5704
5705         * src/codeconv.c
5706                 Sync with HEAD 0.9.12cvs66
5707
5708 2004-08-20 [paul]
5709
5710         * src/plugins/pgpmime/plugin.c
5711                 modify PGP/MIME plugin's description
5712
5713 2004-08-17 [colin]      0.9.12cvs65.1
5714
5715         * src/common/ssl.c
5716         * src/plugins/pgpmime/plugin.c
5717                 Sync with HEAD
5718
5719 2004-08-14 [colin]      0.9.12cvs60.3
5720
5721         * src/plugins/trayicon/trayicon.c
5722                 Put back resize callback, on size-request signal
5723                 rather than size-allocate to avoid infinite 
5724                 callback loop
5725
5726 2004-08-13 [colin]      0.9.12cvs60.2
5727
5728         * src/common/defs.h
5729                 Cache versions have been fixed
5730
5731 2004-08-13 [colin]      0.9.12cvs60.1
5732
5733         * src/folderutils.c
5734                 Sync with HEAD
5735
5736 2004-08-12 [colin]      0.9.12cvs59.1
5737
5738         * src/plugins/trayicon/trayicon.c
5739                 Sync with HEAD
5740
5741 2004-08-12 [colin]      0.9.12cvs57.5
5742
5743         * sylpheed.desktop
5744         * configure.ac
5745         * src/Makefile.am
5746         * src/main.c
5747                 Add support for Freedesktop.org's startup notification
5748
5749 2004-08-11 [colin]      0.9.12cvs57.4
5750
5751         * src/textview.c
5752                 Fix off-by-one
5753
5754 2004-08-11 [colin]      0.9.12cvs57.3
5755
5756         * src/message_search.c
5757         * src/summary_search.c
5758                 Make searches case insensitive by default
5759         * src/textview.c
5760                 Fix case-insensitive search in message
5761
5762 2004-08-11 [colin]      0.9.12cvs57.2
5763
5764         * src/summary_search.c
5765                 Let case-sensitive be specified
5766
5767 2004-08-10 [colin]      0.9.12cvs55.4
5768
5769         * src/common/socket.c
5770                 Fix the possible race condition
5771
5772 2004-08-09 [paul]       0.9.12cvs55.3
5773
5774         * configure.ac
5775         * src/Makefile.am
5776         * src/common/Makefile.am
5777                 sync with HEAD
5778
5779
5780 2004-08-09 [paul]       0.9.12cvs55.2
5781
5782         * autogen.sh
5783         * po/poconv.sh
5784                 remove unneeded script
5785
5786         * configure.ac
5787                 add forgotten USE_LDAP_TLS (sync with HEAD)
5788
5789
5790 2004-08-09 [colin]      0.9.12cvs55.1
5791
5792         * src/main.c
5793         * src/common/ssl.c
5794         * src/common/sylpheed.c
5795         * src/common/sylpheed.h
5796                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
5797
5798 2004-08-09 [paul]       0.9.12cvs54.1
5799
5800         * ChangeLog
5801         * ChangeLog.claws
5802         * ChangeLog.jp
5803         * configure.ac
5804         * po/POTFILES.in
5805         * src/Makefile.am
5806         * src/folderutils.c
5807         * src/main.c
5808         * src/pgpmime.c
5809         * src/pgpmime.h
5810         * src/sgpgme.c
5811         * src/sgpgme.h
5812         * src/plugins/Makefile.am
5813         * src/plugins/pgpmime/.cvsignore
5814         * src/plugins/pgpmime/Makefile.am
5815         * src/plugins/pgpmime/pgpmime.c
5816         * src/plugins/pgpmime/pgpmime.h
5817         * src/plugins/pgpmime/plugin.c
5818         * src/plugins/pgpmime/sgpgme.c
5819         * src/plugins/pgpmime/sgpgme.h
5820                 sync with HEAD
5821
5822 2004-08-08 [paul]       0.9.12cvs51.1
5823
5824         * configure.ac
5825         * src/folder.c
5826                 sync with HEAD
5827
5828 2004-08-07 [colin]      0.9.12cvs50.1
5829
5830         * src/pop.c
5831         * src/common/partial_download.c
5832                 fix warnings (sync from HEAD)
5833
5834 2004-08-07 [colin]      0.9.12cvs48.1
5835
5836         * src/prefs_folder_item.c
5837                 sync with HEAD 0.9.12cvs48
5838
5839 2004-08-06 [colin]      0.9.12cvs47.1
5840
5841         * src/compose.c
5842                 Sync with HEAD
5843
5844 2004-08-06 [christoph]  0.9.12cvs46.2
5845
5846         * src/main.c
5847         * src/plugins/clamav/clamav_plugin_gtk.c
5848         * src/plugins/dillo_viewer/dillo_viewer.c
5849         * src/plugins/image_viewer/plugin.c
5850         * src/plugins/mathml_viewer/mathml_viewer.c
5851         * src/plugins/spamassassin/spamassassin_gtk.c
5852         * src/plugins/trayicon/trayicon.c
5853                 don't mix GTK1.2 plugin with GTK2 plugins
5854
5855 2004-08-06 [colin]      0.9.12cvs46.1
5856
5857         * ChangeLog
5858         * ChangeLog.claws
5859         * ChangeLog.jp
5860         * configure.ac
5861         * sylpheed-claws.pc.in
5862         * src/folder.c
5863         * src/imap.c
5864         * src/localfolder.c
5865         * src/messageview.c
5866         * src/mimeview.c
5867         * src/mimeview.h
5868         * src/msgcache.c
5869         * src/news.c
5870         * src/prefs_ext_prog.c
5871         * src/prefs_folder_item.c
5872         * src/prefs_fonts.c
5873         * src/prefs_msg_colors.c
5874         * src/prefs_spelling.c
5875         * src/prefs_themes.c
5876         * src/prefs_toolbar.c
5877         * src/prefs_wrapping.c
5878         * src/procmime.h
5879         * src/common/defs.h
5880         * src/common/nntp.c
5881         * src/common/session.c
5882         * src/common/session.h
5883         * src/common/socket.c
5884         * src/common/utils.h
5885         * src/common/xml.c
5886         * src/common/xml.h
5887         * src/gtk/prefswindow.c
5888         * src/gtk/prefswindow.h
5889         * src/plugins/clamav/clamav_plugin_gtk.c
5890         * src/plugins/dillo_viewer/dillo_prefs.c
5891         * src/plugins/image_viewer/viewerprefs.c
5892         * src/plugins/spamassassin/spamassassin_gtk.c
5893         * m4/openssl.m4 *** REMOVED ***
5894                 Sync with HEAD 0.9.12cvs46
5895
5896 2004-08-03 [paul]       0.9.12cvs40.2
5897
5898         * src/action.c
5899         * src/addressadd.c
5900         * src/addressbook.c
5901         * src/addrgather.c
5902         * src/browseldap.c
5903         * src/compose.c
5904         * src/crash.c
5905         * src/editaddress.c
5906         * src/editgroup.c
5907         * src/editldap_basedn.c
5908         * src/foldersel.c
5909         * src/importldif.c
5910         * src/mimeview.c
5911         * src/prefs_common.c
5912         * src/prefs_template.c
5913         * src/sourcewindow.c
5914         * src/summaryview.c
5915         * src/gtk/about.c
5916         * src/gtk/foldersort.c
5917         * src/gtk/logwindow.c
5918         * src/gtk/pluginwindow.c
5919         * src/gtk/prefswindow.c
5920                 change all gtk_scrolled_window_set_policy from 
5921                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
5922
5923 2004-08-02 [paul]       0.9.12cvs40.1
5924
5925         * AUTHORS
5926                 update translation team section
5927         * po/pt_BR.po
5928                 updated by Frederico Goncalves Guimaraes
5929                 <fggdebian@yahoo.com.br>
5930
5931 2004-07-31 [colin]      0.9.12cvs39.9
5932
5933         * src/exphtmldlg.c
5934                 Fix compilation
5935
5936 2004-07-31 [colin]      0.9.12cvs39.8
5937
5938         * src/exphtmldlg.c
5939                 Fix an alertpanel type
5940
5941 2004-07-30 [colin]      0.9.12cvs39.7
5942
5943         * src/alertpanel.c
5944                 Fix alertpanel_error_log's icon
5945
5946 2004-07-30 [colin]      0.9.12cvs39.6
5947
5948         * src/pop.c
5949                 Two of them should still be warnings
5950
5951 2004-07-30 [colin]      0.9.12cvs39.5
5952
5953         * src/pop.c
5954                 More warning -> error
5955 2004-07-29 [colin]      0.9.12cvs39.4
5956
5957         * src/pop.c
5958                 Warning -> error
5959
5960 2004-07-29 [colin]      0.9.12cvs39.3
5961
5962         * src/prefs_matcher.c
5963                 Fix segfault
5964
5965 2004-07-29 [colin]      0.9.12cvs39.2
5966
5967         * src/alertpanel.c
5968                 More nice-looking alertpanels
5969
5970 2004-07-29 [colin]      0.9.12cvs39.1
5971
5972         * src/messageview.c
5973                 sync with head
5974                 (inform user when partial mail is deleted on server)
5975
5976 2004-07-29 [colin]      0.9.12cvs38.1
5977
5978         * src/messageview.c
5979                 sync with head
5980
5981 2004-07-28 [paul]       0.9.12cvs37.7
5982
5983         * src/mainwindow.c
5984                 complete the replacement of deprecated gtk_progress_*
5985
5986 2004-07-28 [paul]       0.9.12cvs37.6
5987
5988         * src/action.c
5989         * src/inc.c
5990         * src/mainwindow.c
5991         * src/send_message.c
5992         * src/gtk/progressdialog.c
5993         * src/gtk/progressdialog.h
5994                 replace deprecated gtk_progress_*
5995
5996 2004-07-28 [paul]       0.9.12cvs37.5
5997
5998         * src/gtk/filesel.c
5999                 remove gtk_window_set_wmclass()
6000 2004-07-28 [paul]       0.9.12cvs37.4
6001
6002         * src/addressbook.c
6003         * src/compose.c
6004         * src/foldersel.c
6005         * src/mainwindow.c
6006         * src/messageview.c
6007         * src/sourcewindow.c
6008         * src/gtk/logwindow.c
6009                 remove gtk_window_set_wmclass()
6010                 
6011         * src/prefs_filtering.c
6012         * src/prefs_filtering_action.c
6013         * src/prefs_fonts.c
6014         * src/prefs_gtk.c
6015         * src/prefs_matcher.c
6016         * src/ssl_manager.c
6017         * src/gtk/prefswindow.c
6018                 replace gtk_window_position()
6019
6020 2004-07-28 [colin]      0.9.12cvs37.3
6021
6022         * src/alertpanel.c
6023         * src/alertpanel.h
6024                 Add a way to specify panel type for specific
6025                 panels (alertpanel())
6026         * src/account.c
6027         * src/addressbook.c
6028         * src/compose.c
6029         * src/expldifdlg.c
6030         * src/main.c
6031         * src/messageview.c
6032         * src/summaryview.c
6033         * src/textview.c
6034         * src/gtk/sslcertwindow.c
6035                 Fix alertpanel()s so that their icon match
6036                 their real type
6037
6038 2004-07-28 [paul]       0.9.12cvs37.2
6039
6040         * src/addr_compl.c
6041         * src/addressbook.c
6042         * src/alertpanel.c
6043         * src/compose.c
6044         * src/export.c
6045         * src/foldersel.c
6046         * src/folderview.c
6047         * src/grouplistdialog.c
6048         * src/import.c
6049         * src/mainwindow.c
6050         * src/message_search.c
6051         * src/messageview.c
6052         * src/passphrase.c
6053         * src/prefs_actions.c
6054         * src/prefs_common.c
6055         * src/prefs_customheader.c
6056         * src/prefs_display_header.c
6057         * src/prefs_filtering.c
6058         * src/prefs_filtering_action.c
6059         * src/prefs_gtk.c
6060         * src/prefs_matcher.c
6061         * src/prefs_msg_colors.c
6062         * src/prefs_summary_column.c
6063         * src/prefs_template.c
6064         * src/sourcewindow.c
6065         * src/ssl_manager.c
6066         * src/summary_search.c
6067         * src/gtk/colorsel.c
6068         * src/gtk/description_window.c
6069         * src/gtk/gtkaspell.c
6070         * src/gtk/inputdialog.c
6071         * src/gtk/logwindow.c
6072         * src/gtk/prefswindow.c
6073         * src/gtk/progressdialog.c
6074                 replace deprecated gtk_window_set_policy
6075
6076 2004-07-27 [colin]      0.9.12cvs37.1
6077
6078         * src/msgcache.c
6079                 More fixes (synced for head again)
6080
6081 2004-07-27 [colin]      0.9.12cvs35.3
6082
6083         * src/msgcache.c
6084                 Fix wrong test
6085
6086 2004-07-27 [colin]      0.9.12cvs35.2
6087
6088         * src/mimeview.c
6089                 Fix width a bit (by Paul)
6090         * src/alertpanel.c
6091         * src/alertpanel.h
6092                 Specialize icons, make alertpanel_message()
6093                 private
6094         * src/message_search.c
6095         * src/sgpgme.c
6096         * src/summary_search.c
6097                 Suit alertpanel changes
6098
6099 2004-07-27 [colin]      0.9.12cvs35.1
6100
6101         * src/alertpanel.c
6102                 Add an icon
6103         * src/passphrase.c
6104                 Add debug output - maybe someone will
6105                 want to look at the problem with Grab
6106                 Input :)
6107         Bump version as we're synced with HEAD
6108
6109 2004-07-26 [colin]      0.9.12cvs33.26
6110
6111         * src/pop.c
6112                 Fix uidl-file parsing when not in new
6113                 format
6114
6115 2004-07-26 [colin]      0.9.12cvs33.25
6116
6117         * src/gtk/menu.c
6118                 Move popup menu up if necessary (fixes 
6119                 account selector)
6120         * src/mainwindow.c
6121                 Set account selector's button height to
6122                 minimum
6123
6124 2004-07-26 [colin]      0.9.12cvs33.24
6125
6126         * src/alertpanel.c
6127                 Maybe fix 551 (Truncated font in alert window)
6128
6129 2004-07-26 [colin]      0.9.12cvs33.23
6130
6131         * po/de.po
6132         * po/es.po
6133         * po/fr.po
6134         * po/it.po
6135         * po/ja.po
6136         * po/pl.po
6137         * po/ru.po
6138         * po/sk.po
6139         * po/sr.po
6140         * po/zh_CN.po
6141                 Sync po files with HEAD
6142
6143 2004-07-26 [paul]       0.9.12cvs33.22
6144
6145         * src/compose.c
6146                 fix Bug 556 'Organisation-header is sent even if empty'
6147
6148 2004-07-24 [colin]      0.9.12cvs33.21
6149
6150         * src/compose.c
6151         * src/gtk/gtkaspell.c
6152         * src/gtk/gtkaspell.h
6153                 Fix speller accelerators (require hack)
6154
6155 2004-07-24 [colin]      0.9.12cvs33.20
6156
6157         * src/gtk/gtkaspell.c
6158                 Fix over-eager code deletion breaking
6159                 Check while typing
6160
6161 2004-07-24 [colin]      0.9.12cvs33.19
6162
6163         * src/browseldap.c
6164         * src/ldapctrl.c
6165         * src/ldapctrl.h
6166         * src/ldapserver.h
6167                 Sync ldap with HEAD
6168         (Fixes 546 LDAP completely broken)
6169
6170 2004-07-24 [colin]      0.9.12cvs33.18
6171
6172         * src/prefs_msg_colors.c
6173                 Fix prototype mismatch
6174         (Fixes 547 void function cannot return value)
6175
6176 2004-07-24 [colin]      0.9.12cvs33.17
6177
6178         * src/mainwindow.c
6179                 Fix sort going back to previous sort key
6180                 when changing sort direction
6181
6182 2004-07-24 [colin]      0.9.12cvs33.16
6183
6184         * src/compose.c
6185                 Fix space insertion when re-wrapping at 
6186                 cursor point
6187
6188 2004-07-24 [colin]      0.9.12cvs33.15
6189
6190         * src/gtk/gtkaspell.c
6191                 Don't change cursor position in insert-text
6192                 callback
6193         (Fixes 539 Word wrapping on input transposes letters)
6194
6195 2004-07-24 [colin]      0.9.12cvs33.14
6196
6197         * src/gtk/gtkaspell.c
6198                 Reencode non-ascii chars to dictionary's
6199                 encoding
6200         (Fixes 544 Spell check broken non english locale)
6201
6202 2004-07-24 [colin]      0.9.12cvs33.13
6203
6204         * src/summaryview.c
6205                 Fix Shift+Down, add Home/End/PgUp/PgDown
6206
6207 2004-07-21 [colin]      0.9.12cvs33.12
6208
6209         * src/prefs_common.c
6210                 Fix a gtk warning (Patch by Andrej Kacian)
6211
6212 2004-07-21 [colin]      0.9.12cvs33.11
6213
6214         * src/gtk/filesel.c
6215                 More check
6216
6217 2004-07-21 [colin]      0.9.12cvs33.10
6218
6219         * src/compose.c
6220         * src/crash.c
6221         * src/export.c
6222         * src/import.c
6223         * src/messageview.c
6224         * src/mimeview.c
6225         * src/prefs_spelling.c
6226         * src/prefs_themes.c
6227         * src/summaryview.c
6228         * src/gtk/filesel.c
6229         * src/gtk/filesel.h
6230         * src/gtk/pluginwindow.c
6231                 Untwist open/save mode guessing logic, make
6232                 it explicit
6233
6234 2004-07-20 [colin]      0.9.12cvs33.9
6235
6236         * src/codeconv.c
6237                 conv_encode_header: src_charset is UTF-8 on
6238                 gtk2
6239         * src/compose.c
6240                 Remove double encoding of the headers
6241
6242 2004-07-20 [colin]      0.9.12cvs33.8
6243
6244         * src/codeconv.c
6245                 Fix typo
6246
6247 2004-07-20 [colin]      0.9.12cvs33.7
6248
6249         * src/mainwindow.c
6250                 Set the separated messageview to the saved
6251                 size of Claws' messageview (Patch by Alfons)
6252                 Fix a callback prototype (me)
6253
6254 2004-07-20 [colin]      0.9.12cvs33.6
6255
6256         * src/codeconv.h
6257                 Forgot one hunk in 0.9.12cvs33.4
6258
6259 2004-07-19 [colin]      0.9.12cvs33.5
6260
6261         * src/action.c
6262                 Action output fix
6263                 Patch by Alfons
6264
6265 2004-07-19 [colin]      0.9.12cvs33.4
6266
6267         * src/compose.c
6268                 Fix outgoing charset bug in headers
6269         * src/codeconv.c
6270                 Clean for glib2 - Patch by Alfons
6271
6272 2004-07-19 [colin]      0.9.12cvs33.3
6273
6274         * src/statusbar.c
6275                 Remove grip from the statusbar
6276                 Patch by Alfons
6277
6278 2004-07-19 [colin]      0.9.12cvs33.2
6279
6280         * src/messageview.c
6281         * src/textview.c
6282                 Fix messageview remembering the previous
6283                 scroll position when loading a new message
6284                 Patch by Alfons
6285
6286 2004-07-19 [colin]      0.9.12cvs33.1
6287
6288         * src/folder.h
6289         * src/folderview.c
6290         * src/summaryview.c
6291                 Sync with HEAD
6292
6293 2004-07-18 [colin]      0.9.12cvs32.7
6294
6295         * configure.ac
6296                 Remove useless check for XIM - noticed
6297                 by Alfons
6298
6299 2004-07-18 [colin]      0.9.12cvs32.6
6300
6301         * src/summaryview.c
6302                 Remove non-modified and shift-modified
6303                 accelerators in summaryview's popup
6304                 menu, as that doesn't get catched by
6305                 the accel-activate signal catcher...
6306
6307 2004-07-18 [colin]      0.9.12cvs32.5
6308
6309         * src/prefs_common.c
6310                 Define sensible default prefs for 
6311                 wrapping
6312
6313 2004-07-18 [colin]      0.9.12cvs32.4
6314
6315         * src/compose.c
6316         * src/prefs_common.c
6317         * src/prefs_common.h
6318         * src/prefs_wrapping.c
6319                 Remove Smart Wrapping pref, which does
6320                 nothing on gtk2 branch
6321
6322 2004-07-18 [colin]      0.9.12cvs32.3
6323
6324         * src/sourcewindow.c
6325                 Proper utf8
6326
6327 2004-07-18 [colin]      0.9.12cvs32.2
6328
6329         * src/compose.c
6330                 Save attachment status when drafting
6331
6332 2004-07-18 [colin]      0.9.12cvs32.1
6333
6334         * src/gtk/filesel.c
6335                 Fix erratic folder selection in open mode
6336
6337 2004-07-18 [colin]      0.9.12cvs31.11
6338
6339         * src/pop.c
6340                 Don't let partial messages get deleted
6341                 even with "dowload all"
6342                 (0.9.12cvs31.8 fix extension)
6343 2004-07-18 [colin]      0.9.12cvs31.10
6344
6345         * src/gtk/logwindow.c
6346                 Fix log scrolling
6347
6348 2004-07-18 [colin]      0.9.12cvs31.9
6349
6350         * src/common/utils.c
6351                 Fix non-utf8 strings coming from commands
6352                 and files
6353
6354 2004-07-18 [colin]      0.9.12cvs31.8
6355
6356         * src/pop.c
6357                 Fix partial download bug with Download all
6358                 messages option
6359
6360 2004-07-18 [colin]      0.9.12cvs31.7
6361
6362         * src/textview.c
6363                 Fix bug introduced in 0.9.12cvs31.2
6364                 (blocked in select mode after double click)
6365
6366 2004-07-18 [colin]      0.9.12cvs31.6
6367
6368         * src/compose.c
6369         * src/gtk/menu.c
6370                 More glib-warning fixes
6371
6372 2004-07-18 [colin]      0.9.12cvs31.5
6373
6374         * src/compose.c
6375                 Fix trashing the primary clipboard when moving 
6376                 around with tab
6377         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
6378
6379 2004-07-18 [colin]      0.9.12cvs31.4
6380
6381         * src/codeconv.c
6382                 convert unencoded iso headers to utf8
6383         (Fix Bug 538 Unencoded local characters in subject make it 
6384          disappear)
6385
6386 2004-07-18 [colin]      0.9.12cvs31.3
6387
6388         * src/compose.c
6389                 Fix tab char handling in wrapping
6390         (Fix Bug 537 Line wrap problem - TAB character treated as 
6391          one character instead of 8)
6392
6393 2004-07-18 [colin]      0.9.12cvs31.2
6394
6395         * src/textview.c
6396                 return FALSE on GDK_MOTION_NOTIFY
6397         (Fix Bug 535 Hyperlinks/addresses are not selectable 
6398          (unable to highlight))
6399
6400 2004-07-18 [colin]      0.9.12cvs31.1
6401
6402         * src/folderview.c
6403                 Sync with 0.9.12cvs31
6404
6405 2004-07-18 [colin]      0.9.12cvs30.4
6406
6407         * src/compose.c
6408                 Also block text_inserted when inserting a file
6409
6410 2004-07-18 [colin]      0.9.12cvs30.3
6411
6412         * src/compose.c
6413                 Fix smart wrapping (block text_inserted handler
6414                 while putting quotation to avoid wrap on input,
6415                 don't join lines if next is sig separator)
6416
6417 2004-07-17 [colin]      0.9.12cvs30.2
6418
6419         * src/folderview.c
6420         * src/mainwindow.c
6421         * src/mimeview.c
6422         * src/summaryview.c
6423         * src/gtk/quicksearch.c
6424         * src/gtk/quicksearch.h
6425                 Block key events handlers *and* accels while
6426                 quicksearch is focused
6427         (Fixes Bug 534 quick-search bar not accepting certain letters)
6428
6429 2004-07-17 [colin]      0.9.12cvs30.1
6430
6431         * src/folder.h
6432         * src/folderview.c
6433         * src/summaryview.c
6434                 Sync with 0.9.12cvs30
6435
6436 2004-07-17 [colin]      0.9.12cvs28.2
6437
6438         * src/mimeview.c
6439         * src/procmime.c
6440         * src/summaryview.c
6441         * src/gtk/menu.c
6442                 Squash some compile and glib warnings
6443
6444 2004-07-17 [paul]       0.9.12cvs28.1
6445
6446         * src/mimeview.c
6447                 sync with 0.9.12cvs28 HEAD
6448
6449 2004-07-16 [paul]       0.9.12cvs26.1
6450         
6451         * src/gtk/quicksearch.c
6452         * src/account.c
6453         * src/account.h
6454         * src/compose.c
6455         * src/customheader.c
6456         * src/folder_item_prefs.c
6457         * src/main.c
6458         * src/mainwindow.c
6459         * src/messageview.c
6460         * src/mimeview.c
6461         * src/news.c
6462         * src/pgpmime.c
6463         * src/pop.c
6464         * src/pop.h
6465         * src/prefs_account.c
6466         * src/prefs_account.h
6467         * src/prefs_common.c
6468         * src/prefs_common.h
6469         * src/prefs_display_header.c
6470         * src/prefs_gtk.c
6471         * src/prefs_gtk.h
6472         * src/procheader.c
6473         * src/procmime.c
6474                 sync with 0.9.12cvs26 HEAD      
6475
6476 2004-07-15 [colin]      0.9.12cvs18.14
6477
6478         * src/folder.c
6479                 Disable GPG signature check during
6480                 folder move and scan
6481         (Closes Bug 521 Signature checking slows down Folder-Move)
6482
6483 2004-07-14 [colin]      0.9.12cvs18.13
6484
6485         * src/common/partial_download.c
6486                 update includes
6487
6488 2004-07-14 [colin]      0.9.12cvs18.12
6489
6490         * src/common/partial_download.c
6491         * src/common/partial_download.h
6492                 Move doc at top, add correct copyright
6493
6494 2004-07-14 [colin]      0.9.12cvs18.11
6495
6496         * src/folder.c
6497         * src/messageview.c
6498         * src/pop.c
6499         * src/pop.h
6500         * src/procmsg.c
6501         * src/summaryview.c
6502         * src/common/Makefile.am
6503         * src/common/partial_download.c ** NEW FILES **
6504         * src/common/partial_download.h ** NEW FILES **
6505                 Move partial-download related stuff to its
6506                 own file
6507
6508 2004-07-14 [colin]      0.9.12cvs18.10
6509
6510         * src/send_message.c
6511                 Fix smtp auth when user is null or empty
6512
6513 2004-07-13 [colin]      0.9.12cvs18.9
6514
6515         * src/gtk/quicksearch.c
6516                 Use alphabetic order
6517
6518 2004-07-13 [colin]      0.9.12cvs18.8
6519
6520         * src/pop.c
6521                 Be paranoid on the checks
6522
6523 2004-07-13 [colin]      0.9.12cvs18.7
6524
6525         * src/gtk/quicksearch.c
6526                 Fix Engrish once again
6527
6528 2004-07-13 [colin]      0.9.12cvs18.6
6529
6530         * src/procmsg.c
6531         * src/summaryview.c
6532                 Mark messages for deletion when they are about to
6533                 be removed from trash
6534
6535 2004-07-13 [colin]      0.9.12cvs18.5
6536
6537         * src/matcher.c
6538         * src/matcher.h
6539         * src/matcher_parser_parse.y
6540         * src/prefs_matcher.c
6541         * src/gtk/quicksearch.c
6542                 Add 'partial' ('p') match string to find partially
6543                 downloaded messages
6544
6545 2004-07-13 [colin]      0.9.12cvs18.4
6546
6547         * src/pop.c
6548                 Fix misplaced block
6549
6550 2004-07-13 [colin]      0.9.12cvs18.3
6551
6552         * src/pop.c
6553         * src/pop.h
6554         * src/messageview.c
6555                 Refactor API (to avoid passing 5+ params and code
6556                 duplication)
6557         * src/folder.c
6558         * src/msgcache.c
6559         * src/procheader.c
6560         * src/common/defs.h
6561                 Add planned_download to cache
6562                 Don't mess uidl file when moving partially downloaded
6563                 mails (they change folder, we should change it in the
6564                 uidl list too or we'll remove an incorrect message)
6565                 (this also helps removing hacks when changing 
6566                 planned_download in messageview.c)
6567
6568 2004-07-12 [colin]      0.9.12cvs18.2
6569
6570         * src/gtk/quicksearch.c
6571                 Fix missing status update in quicksearch
6572
6573 2004-07-12 [paul]       0.9.12cvs18.1
6574
6575         * po/POTFILES.in
6576         * src/Makefile.am
6577         * src/account.c
6578         * src/codeconv.c
6579         * src/compose.c
6580         * src/inc.c
6581         * src/main.c
6582         * src/prefs_common.c
6583         * src/procmsg.h
6584         * src/toolbar.c
6585         * src/prefs_msg_colors.[ch]     ** NEW FILES **
6586         * src/prefs_wrapping.[ch]       ** NEW FILES **
6587         * src/common/intl.h
6588         * src/common/utils.[ch]
6589         * src/gtk/quicksearch.[ch]
6590                 sync with 0.9.12cvs18 HEAD
6591
6592 2004-07-12 [colin]      0.9.11cvs17.25
6593
6594         * src/folder.c
6595         * src/folder.h
6596                 Remove unused function added by me in 0.9.11cvs17.10
6597
6598 2004-07-11 [colin]      0.9.11cvs17.24
6599
6600         * src/inc.c
6601         * src/messageview.c
6602         * src/pop.c
6603         * src/pop.h
6604                 Use folderitem and msgnum instead of filename to
6605                 know which mail to delete
6606                 Move old partial mail deletion to pop.c
6607
6608 2004-07-10 [colin]      0.9.11cvs17.23
6609
6610         * src/inc.c
6611                 Add debug
6612         * src/pop.c
6613         * src/pop.h
6614                 Don't re-use same enums for unrelated stuff: it's 
6615                 completely misleading !
6616                 Document a bit
6617
6618 2004-07-09 [colin]      0.9.11cvs17.22
6619
6620         * src/inc.c
6621                 Remove folder-type check and do
6622                 more tests to be sure everything's
6623                 ok
6624         * src/messageview.c
6625                 Punctuation update, remove useless
6626                 code, fix two warnings
6627         * src/noticeview.c
6628                 Layout cleaning, reset 2nd button
6629                 when specifying one
6630
6631 2004-07-09 [colin]      0.9.11cvs17.21
6632
6633         * src/messageview.c
6634         * src/pop.c
6635         * src/pop.h
6636                 Allow user to change his mind
6637                 and postpone decision (by
6638                 unmarking the mail)
6639
6640 2004-07-09 [colin]      0.9.11cvs17.20
6641
6642         * src/messageview.c
6643                 Fix bug with delete state
6644         * src/pop.c
6645         * src/pop.h
6646                 Fix buffer leak (fread doesn't 
6647                 terminate buffers with \0)
6648                 Refactoring (remove magic 
6649                 numbers)
6650
6651 2004-07-09 [colin]      0.9.11cvs17.19
6652
6653         * src/pop.c
6654                 Don't log "Skipping message" if 
6655                 we're going to TOP it two lines
6656                 later
6657
6658 2004-07-09 [colin]      0.9.11cvs17.18
6659
6660         * src/messageview.c
6661                 Fix Engrish
6662
6663 2004-07-09 [colin]      0.9.11cvs17.17
6664
6665         * src/pop.c
6666                 strlen checking...
6667         * src/messageview.c
6668                 refactoring a bit
6669
6670 2004-07-08 [colin]      0.9.11cvs17.16
6671
6672         * src/noticeview.c
6673         * src/noticeview.h
6674                 Add an optional second button
6675         * src/messageview.c
6676         * src/pop.c
6677         * src/pop.h
6678                 Don't delete partially received mails after a certain
6679                 time; rather, let the user decide.
6680
6681 2004-07-08 [colin]      0.9.11cvs17.15
6682
6683         * src/common/smtp.h
6684                 Sync with HEAD
6685
6686 2004-07-08 [colin]      0.9.11cvs17.14
6687
6688         * src/messageview.c
6689         * src/common/smtp.c
6690                 Use to_human_readable() for sizes
6691
6692 2004-07-08 [colin]      0.9.11cvs17.13
6693
6694         * src/inc.c
6695         * src/messageview.c
6696         * src/pop.c
6697         * src/pop.h
6698         * src/procmsg.c
6699                 Fix partial-downloading issues:
6700                         catch unsupported TOP
6701                         don't delete partially downloaded mails before 5 days
6702                         don't update existing with non-MH folders; that'll
6703                         make dups, but it's better than trashing the folder
6704                         free new msginfo parts
6705                 Fix indentation ;-)
6706
6707 2004-07-08 [colin]      0.9.11cvs17.12
6708
6709         * src/common/smtp.c
6710         * src/common/smtp.h
6711                 Sync smtp size verification with HEAD
6712
6713 2004-07-08 [colin]      0.9.11cvs17.11
6714
6715         * src/summaryview.c
6716         * src/prefs_common.c
6717         * src/prefs_common.h
6718         * src/gtk/quicksearch.c
6719         * src/gtk/quicksearch.h
6720                 Sync sticky pref with HEAD
6721
6722 2004-07-08 [colin]      0.9.11cvs17.10
6723
6724         * src/folder.c [1.213.2.6]
6725         * src/folder.h [1.87.2.6]
6726         * src/inc.c [1.149.2.7]
6727         * src/messageview.c [1.94.2.8]
6728         * src/procheader.c [1.47.2.6]
6729         * src/procmsg.c [1.150.2.4]
6730         * src/procmsg.h [1.60.2.5]
6731         * src/pop.c [1.56.2.4]
6732         * src/pop.h [1.17.2.3]
6733                 Let too big messages get downloaded, but truncated
6734                 Add a button to download them completely
6735                 
6736 2004-07-06 [colin]      0.9.11cvs17.9
6737
6738         * src/gtk/quicksearch.c [1.1.2.3]
6739                 Add a Clear button
6740         * commitHelper
6741         * PATCHSETS
6742                 Add a script to help with cvs
6743
6744 2004-07-03 [colin]      0.9.11cvs17.8
6745
6746         * src/plugins/imageviewer/viewer.c
6747                 fix imageviewer (which was staying on the first
6748                 displayed image)
6749
6750 2004-07-03 [colin]      0.9.11cvs17.7
6751
6752         Removed FIXME_GTK2 warnings
6753         * src/gtk/gtkutils.c
6754                 useless #warnings
6755         * src/gtk/menu.c
6756                 useless #warnings (no need to mess with menu rc)
6757         * src/gtk/menu.h
6758                 unused functions
6759         
6760
6761 2004-07-03 [colin]      0.9.11cvs17.6
6762
6763         Removed FIXME_GTK2 warnings
6764         * src/codeconv.c
6765                 useless #warnings (rewrite needed)
6766         * src/compose.c
6767                 useless #warnings (rewrite needed)
6768                 useless #warnings (gtk2 is like that)
6769                 useless #warnings (previously fixed)
6770         * src/main.c
6771                 useless #warnings (previously fixed)
6772         * src/message_search.c
6773                 useless #warnings (gtk2 is like that)
6774                 Made apparent that search is case-sensitive
6775         * src/mimeview.c
6776                 useless #warnings (rewrite needed)
6777                 useless #warnings (gtk2 is like that)
6778                 reimplemented real warnings
6779         * src/prefs_common.c
6780                 Removed block cursor option (not it gtk2)
6781         * src/prefs_gtk.c
6782                 useless #warnings (rewrite needed)
6783         * src/procheader.c
6784                 useless #warnings (rewrite needed)
6785         * src/sourcewindow.c
6786                 useless #warnings (incorrect placing)
6787         * src/summary_search.c
6788                 useless #warnings (gtk2 is like that)
6789                 Made apparent that search is case-sensitive
6790         * src/action.c
6791                 useless #warnings (gtk2 is like that)
6792         * src/textview.c
6793                 useless #warnings (rewrite needed)
6794         * src/toolbar.c
6795                 useless #warnings (rewrite needed)
6796
6797 2004-07-03 [colin]      0.9.11cvs17.5
6798
6799         * src/textview.c
6800                 Fix mismerge which broke URI opening
6801                 
6802 2004-07-01 [colin]      0.9.11cvs17.4
6803
6804         * src/gtk/filesel.c
6805                 Fill filename when saving
6806                 
6807 2004-06-27 [colin]      0.9.11cvs17.3
6808
6809         * src/gtk/filesel.[ch]
6810                 Use the new GTK file selector
6811                 Update prototype to match the reality: multiple file
6812                 selection is open-only          
6813         * src/compose.c
6814                 Match the new prototypes        
6815         * configure.ac
6816                 Match the new requirements (gtk 2.4.0)
6817                         
6818 2004-06-26 [colin]      0.9.11cvs17.2
6819
6820         * src/plugins/trayicon/trayicon.c
6821                 Remove useless signal handler on resize, which causes
6822                 an infinite "loop"
6823         
6824 2004-06-26 [colin]      0.9.11cvs17.1
6825         
6826         * tools/Makefile.am
6827                 remove launch_firebird and add nautilus2sylpheed.sh
6828         * src/quicksearch.c
6829           src/summaryview.c
6830                 Fix show/hide "Extended symbols" button problem
6831                 Fix apparition at startup
6832                 Fix const warnings
6833         * src/plugins/image_viewer/Makefile.am
6834                 Fix configure 
6835         * common/ssl.c
6836                 Re-enable certificate check, as it doesn't seem to
6837                 cause Xlib errors anymore
6838
6839 2004-06-25 [paul]       0.9.11cvs17
6840
6841         * sync with 0.9.11cvs17 HEAD
6842         
6843         NOTE: QuickSearch is broken
6844
6845 2004-06-07 [colin]      0.9.10claws67.10
6846         * src/plugins/trayicon/trayicon.c
6847           src/plugins/trayicon/libeggtrayicon/Makefile.am
6848           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6849                 Fix gettextization in trayicon plugin
6850
6851 2004-06-07 [colin]      0.9.10claws67.9
6852         
6853         * src/summaryview.c
6854           src/gtk/gtksctree.[ch]
6855                 Let Shift+{Up,Down} work in summaryview
6856                 (well, Down "works" and Up works)
6857                 Let the list scroll when using these keys
6858
6859 2004-06-06 [colin]      0.9.10claws67.8
6860
6861         * src/plugins/trayicon/trayicon.c
6862                 Fix pixmap update
6863
6864 2004-06-06 [colin]      0.9.10claws67.7
6865
6866         * src/addressbook.c
6867                 Fix signal handling causing system-wide focus grab
6868
6869 2004-05-25 [paul]       0.9.10claws67.6
6870
6871         * Makefile.am
6872           src/Makefile.am
6873                 clean up
6874
6875 2004-05-25 [paul]       0.9.10claws67.5
6876
6877         * replace deprecated gtk_signal... functions
6878
6879 2004-05-23 [colin]      0.9.10claws67.4
6880
6881         * src/compose.c
6882                 Fix wrapping
6883
6884 2004-05-22 [colin]      0.9.10claws67.3
6885
6886         * src/compose.c
6887                 Re-fix [Edited] in compose.c::compose_reedit()
6888
6889 2004-05-22 [colin]      0.9.10claws67.2
6890
6891         * src/procmime.c
6892                 Fix parsing of multiparts mails
6893
6894 2004-05-22 [colin]      0.9.10claws67.1
6895
6896         * src/summaryview.c
6897                 Fix quicksearch
6898
6899 2004-05-22 [paul]       0.9.10claws67
6900
6901         * sync with 0.9.10claws67 HEAD
6902
6903 2004-05-14 [alfons]
6904
6905         * src/procmime.h
6906                 add forgotton prototype
6907
6908 2004-05-10 [paul]       0.9.10claws57
6909
6910         * sync with 0.9.10claws57 HEAD
6911
6912 2004-05-05 [paul]       0.9.9.claws1
6913
6914         * ChangeLog-gtk2        ** REMOVED **
6915           ChangeLog-gtk2.claws  ** ADDED **
6916                 rename and adopt the normal claws format
6917                 
6918         * configure.ac
6919                 require gtkmathview >= 0.5
6920
6921         * ac/*                          ** REMOVED **
6922           ac/                           ** REMOVED **
6923           intl/Makefile.in              ** REMOVED **
6924           m4/                           ** ADDED **
6925           m4/missing                    ** ADDED **
6926           m4/missing/gdk-pixbuf.m4      ** ADDED **
6927           m4/missing/gettext.m4         ** ADDED **
6928           m4/missing/gpgme.m4           ** ADDED **
6929           m4/missing/imlib.m4           ** ADDED **
6930           m4/.cvsignore                 ** ADDED **
6931           m4/Makefile.am                ** ADDED **
6932           m4/README                     ** ADDED **
6933           m4/aclocal-include.m4         ** ADDED **
6934           m4/aspell.m4                  ** ADDED **
6935           m4/check-type.m4              ** ADDED **
6936           m4/gnupg-check-typedef.m4     ** ADDED **
6937           m4/openssl.m4                 ** ADDED **
6938           m4/spamassassin.m4            ** ADDED **
6939           po/ChangeLog                  ** REMOVED **
6940           po/Makefile.in.in             ** REMOVED **
6941           po/Rules-quot                 ** REMOVED **
6942           po/boldquot.sed               ** REMOVED **
6943           po/en@boldquot.header         ** REMOVED **
6944           po/en@quot.header             ** REMOVED **
6945           po/insert-header.sin          ** REMOVED **
6946           po/quot.sed                   ** REMOVED **
6947           po/remove-potcdate.sed        ** REMOVED **
6948           po/remove-potcdate.sin        ** REMOVED **
6949           po/stamp-po                   ** REMOVED **
6950           Makefile.am
6951           autogen.sh
6952           configure.ac
6953                 enable building with automake 1.8.x
6954                 add 'autopoint --force' to autogen.sh and remove all
6955                 auto-generated files, remove ac/ directory and use
6956                 m4/ directory instead
6957                 
6958         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6959                 fix gettextization
6960
6961 2004-02-28 Colin Leroy <colin@colino.net>
6962         * src/prefs_matcher.c
6963           src/prefs_filtering.c
6964           src/prefs_filtering_action.c
6965                 Fix non-editable GtkEntries
6966
6967 2004-02-22 Thorsten Maerz <torte@netztorte.de>
6968         * src/prefs_themes.c
6969                 utf8 conversion for theme info
6970
6971 2004-02-21 Thorsten Maerz <torte@netztorte.de>
6972         * sync 0.9.9claws
6973
6974 2004-02-14 Thorsten Maerz <torte@netztorte.de>
6975         * src/grouplistdialog.c
6976                 allow multiple selections without ctrl key
6977
6978 2004-02-09 Thorsten Maerz <torte@netztorte.de>
6979         * src/main.c
6980                 enable customizable accelerators
6981
6982 2004-02-08 Thorsten Maerz <torte@netztorte.de>
6983         * src/prefs_common.c
6984                 re-enable different font settings for gtk1/2
6985         * src/prefs_folder_item.c
6986                 fix folder prefs displayed wrong
6987         * src/textview.c
6988                 set 'sunken' shadow type
6989
6990 2004-02-07 Colin Leroy <colin@colino.net>
6991         * src/compose.c
6992                 Fix message being always [Edited]
6993                 Encode headers correctly (utf8 buf)
6994
6995 2004-01-27 Thorsten Maerz <torte@netztorte.de>
6996         * src/socket.c
6997                 remove double g_source_attach()
6998                 (Thanks to Colin Leroy)
6999
7000 2004-01-27 Thorsten Maerz <torte@netztorte.de>
7001         * src/gtk/gtksctree.c
7002                 Fix SSL certificate list not shown
7003         * src/mimeview.c
7004                 Fix clicks in mime tree
7005
7006 2004-01-27 Thorsten Maerz <torte@netztorte.de>
7007         * src/common/socket.c
7008                 Fix SSL receive
7009         * src/compose.c
7010                 Fix clipboard menu hotkeys
7011
7012 2004-01-25 Thorsten Maerz <torte@netztorte.de>
7013         * src/gtk/gtkaspell.[ch]
7014           src/compose.c
7015                 reimplement spellchecker
7016
7017 2004-01-25 Thorsten Maerz <torte@netztorte.de>
7018         * src/gtk/filesel.c
7019                 crash when inserting file in compose window
7020                 (TODO: keep old selection on clicks)
7021         * src/main.c
7022                 use gtkrc-2.0 instead of gtkrc
7023
7024 2004-01-25 Thorsten Maerz <torte@netztorte.de>
7025         * src/messageview.c
7026                 remove orphaned mimeview unref()
7027
7028 2004-01-20 Thorsten Maerz <torte@netztorte.de>
7029         * src/grouplistdialog.c
7030                 expand nodes containing subscribed groups
7031
7032 2004-01-19 Thorsten Maerz <torte@netztorte.de>
7033         * src/textview.c
7034                 textview: hide cursor, restore old click behaviour
7035
7036 2004-01-18 Thorsten Maerz <torte@netztorte.de>
7037         * src/textview.c
7038                 variable names messed up
7039
7040 2004-01-17 Colin Leroy <colin@colino.net>
7041         * src/addr_compl.c
7042                 Fix completion address too thin
7043         * src/compose.c
7044                 Fix tab-to-subject behaviour
7045         * src/summaryview.c
7046                 Implement key up & down in summaryview
7047
7048 2004-01-12 Thorsten Maerz <torte@netztorte.de>
7049
7050         * sync 098claws
7051
7052 2004-01-08 Thorsten Maerz <torte@netztorte.de>
7053         * configure.ac
7054           Makefile.am
7055           doc/.cvsignore
7056           doc/Makefile.am
7057                 faq, man, manual moved to doc/
7058         * ac/aspell.m4
7059           ac/check-type.m4
7060           ac/gnupg-check-typedef.m4
7061           ac/openssl.m4
7062           ac/spamassassin.m4
7063           ac/missing/gdk-pixbuf.m4
7064           ac/missing/gpgme.m4
7065           ac/missing/imlib.m4
7066                 fix automake warnings
7067
7068 2003-12-06 Colin Leroy <colin@colino.net>
7069         * src/summaryview.c
7070                 Fix quicksearch
7071
7072 2003-12-05 Colin Leroy <colin@colino.net>
7073         * src/summaryview.c
7074                 Fix going to next unread folder
7075
7076 2003-12-05 Colin Leroy <colin@colino.net>
7077         * src/crash.c
7078                 Fix gtk2 compilation
7079         * src/session.c
7080                 Remove iotag source handler at disconnection
7081         * src/socket.[ch] 
7082                 Remove source handler when closing socket 
7083                 (fixes another seg)
7084
7085 2003-12-04 Colin Leroy <colin@colino.net>
7086         * src/compose.c
7087           src/prefs_account.c
7088           src/prefs_common.c
7089                 Fix some dropdown menus
7090
7091 2003-12-04 Colin Leroy <colin@colino.net>
7092         * src/compose.c
7093                 Fix event handlers on header fields
7094         * src/common/socket.c
7095           src/common/session.c
7096                 Fix segfault with callback (SSL)
7097                 Fix end of session 
7098
7099 2003-10-06 Thorsten Maerz <torte@netztorte.de>
7100
7101         * Fix compile bug in src/compose.c
7102         * removed src/gtk/gtkstext.[ch]
7103
7104 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
7105
7106         * Convert character set and escape "text" attributes in toolbar setting
7107         files.
7108         * Fixed bug in button-press-event handling.
7109
7110 2003-09-16 Thorsten Maerz <torte@netztorte.de>
7111
7112         * Fixed bug in key-press-event handling.
7113
7114 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
7115
7116         * Enabled to compile tray-icon plugin (Ad-hoc).
7117         * Avoid hang up bug of icon list in mime view (Ad-hoc).
7118
7119 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
7120
7121         * Enabled to compile on sylpheed-claws.
7122         (tray-icon plugin still cannot compile yet.)
7123
7124 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
7125
7126         * Updated to 0.9.5.
7127
7128 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
7129
7130         * Updated to 0.9.4.
7131         * Ported monitoring SSL mechanism to GSource of GLib2
7132         (I don't confirm it)
7133         * Added _gtk2 suffix to key name of font preference to avoid
7134         ovverwriting preference of Gtk+-1.2 version.
7135
7136 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
7137
7138         * Updated to 0.9.2.
7139
7140 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
7141
7142         * Updated to 0.9.1.
7143         * Translate po files into UTF-8 when execute autogen.sh.
7144
7145 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
7146
7147         * Updated to 0.9.0.
7148
7149 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
7150
7151         * Plugged GError related memory leaks.
7152
7153 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
7154
7155         * Changed default size of fonts.
7156         * Enabled to set titile font size of warning dialog.
7157
7158 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
7159
7160         * Embed a sylpheed icon into executable binary on Windows.
7161
7162 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
7163
7164         * I forgot to traslate character set of element string in src/xml.c.
7165
7166 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
7167
7168         * Fixed detecting bind_textdomain_codeset in configure.in.
7169         * The bug in which "Example" of "Date fromat" preference isn't displayed
7170         correctly has been fixed.
7171
7172 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
7173
7174         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
7175           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
7176           glib-gettextize
7177           Removed intl directory.
7178           Translated po files into UTF-8.
7179           (Thanks! Ryuji Abe)
7180
7181 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
7182
7183         * The bug which doesn't unscape string in xml.c has been fixed.
7184
7185 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
7186
7187         * The bug which is failed to translate encoding of file name thorough
7188         file dialog has been fixed.
7189
7190 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
7191
7192         * Modified to translate file names which is used in inporting/expoting
7193         mbox feature and "Save as" feature into locale encoding.
7194         * Translate file names into locale encoding when "Attache file" and
7195         "Insert file".
7196         * Force set G_BROKEN_FILENAMES environment variable.
7197         * Other minor fixes.
7198
7199 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
7200
7201         * Modified to treat MH folder's name as locale encoding.
7202
7203 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
7204
7205         * The bug which clash on switching candidates of auto completion of
7206         addresses, cannot use auto completion in Japanesse is fixed
7207         (Thanks! Tokunaga-san)¡¥
7208
7209 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
7210
7211         * The bug which cannot switch key accelerator preference has been fixed
7212         (Thanks! smbd-san)¡¥
7213
7214 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
7215
7216         * version 0.8.11-gtk2-20030314
7217
7218 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
7219
7220         * The bug in which character set conversion of filtering messages has
7221         been fixed.(Thanks! COCOA-san).
7222
7223 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
7224
7225         * Revived "Leave space on head" preference in "Message" category.
7226         * A bug which clash when put the cursor to end of buffer and execute
7227         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
7228
7229 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
7230
7231         * version 0.8.11-gtk2-20030312
7232
7233 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
7234
7235         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
7236         * Modified to use Pango's API directly for font preference.
7237         * Integrated GtkTextView of textview to one widget.
7238         * Set fonts of header title in textview by "header_title" tag.
7239         * Removed some deprecated codes.
7240
7241 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
7242
7243         * Updated to 0.8.11.
7244         * Merged cygwin patch(Thanks! Sakai-san).
7245
7246 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
7247
7248         * version 0.8.10-gtk2-20030309