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