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