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