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