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