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