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