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