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