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