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