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