2162a379865355e57d4b7abd882270fe4dea27a3
[claws.git] / ChangeLog-gtk2.claws
1 2005-10-31 [mones]      1.9.15cvs128
2
3         * manual/faq.xml
4                 More questions.
5         
6         * po/es.po
7                 Updated for release.
8
9 2005-10-30 [colin]      1.9.15cvs127
10
11         * src/compose.c
12                 Place cursor before rewrapping (fixes cursor
13                 pos if quotation gets rewrapped)
14
15 2005-10-29 [paul]       1.9.15cvs126
16
17         * src/crash.c
18         * src/foldersel.c
19         * src/main.c
20         * src/messageview.c
21         * src/toolbar.c
22         * src/gtk/authors.h
23                 corrections to text items
24
25 2005-10-28 [colin]      1.9.15cvs125
26
27         * src/messageview.c
28                 Make "hit 'C' to check sig" work from extern 
29                 messageviews
30
31 2005-10-27 [colin]      1.9.15cvs124
32
33         * src/summaryview.c
34                 Add a hack to avoid segfaulting when hammering 
35                 on gtk's events
36
37 2005-10-27 [wwp]        1.9.15cvs123
38
39         * src/prefs_themes.c
40                 sort list of themes names in themes prefs
41
42 2005-10-27 [paul]       1.9.15cvs122
43
44         * src/folder.c
45         * src/prefs_account.c
46                 fix building on Solaris
47                 Patch by Alex Moore
48
49 2005-10-27 [wwp]        1.9.15cvs121
50
51         * src/summaryview.c
52         * src/gtk/gtksctree.c
53                 speed up unselecting messages in summary view (thanks to Colin)
54
55 2005-10-27 [paul]       1.9.15cvs120
56
57         * src/mainwindow.c
58                 fix a compilation warning
59         * src/summaryview.c
60                 fix updating of 'n items selected' count
61                 when deselecting
62
63 2005-10-27 [martin]     1.9.15cvs119
64
65         * src/action.c
66                 ignore actions with a leading '/' in the action menu name
67                 fixes a crash on menu creation
68         * src/prefs_actions.c
69                 do not allow a leading '/' in the action menu name
70
71 2005-10-27 [paul]       1.9.15cvs118
72
73         * src/main.c
74                 fix compilation warning
75
76 2005-10-27 [paul]       1.9.15cvs117
77
78         * src/procmime.c
79                 add #if HAVE_LOCALE_H
80
81 2005-10-27 [paul]       1.9.15cvs116
82
83         * src/plugins/clamav/clamav_plugin.c
84         * src/plugins/dillo_viewer/dillo_viewer.c
85         * src/plugins/mathml_viewer/mathml_viewer.c
86         * src/plugins/pgpcore/plugin.c
87         * src/plugins/pgpinline/plugin.c
88         * src/plugins/pgpmime/plugin.c
89         * src/plugins/spamassassin/spamassassin.c
90         * src/plugins/trayicon/trayicon.c
91                 plugin_init() : make error messages more
92                 informative
93
94 2005-10-26 [wwp]        1.9.15cvs115
95
96         * src/prefs_matcher.c
97                 enlarge boolean op widget width a bit (wasn't always showing text contents)
98
99 2005-10-26 [wwp]        1.9.15cvs114
100
101         * src/procmime.c
102         * src/gtk/gtksctree.c
103         * src/plugins/spamassassin/libspamc.c
104         * src/plugins/spamassassin/spamassassin.c
105                 fix some compilation warnings more
106
107 2005-10-26 [mones]      1.9.15cvs113
108
109         * po/es.po
110                 Updated translation
111
112 2005-10-26 [paul]       1.9.15cvs112
113
114         * src/prefs_message.c
115                 give all display_xface stuff the
116                 #if HAVE_LIBCOMPFACE treatment, thus
117                 preventing a crash
118                 (Thanks to Wolfgang Enderlein)
119
120 2005-10-26 [colin]      1.9.15cvs111
121
122         * src/gedit-print.c
123                 Fix date format
124         * src/imap_gtk.c
125         * src/news_gtk.c
126                 Remove context menu items that should not be there
127         * src/jpilot.c
128                 Fix encoding
129         * src/main.c
130         * src/mainwindow.c
131                 Don't show the mainwindow too soon
132
133 2005-10-26 [wwp]        1.9.15cvs110
134
135         * src/folder.c
136         * src/manual.c
137         * src/summaryview.c
138                 fix uninitialized pointers in the folder updating hook
139                 (thanks to Colin)
140
141 2005-10-25 [mones]      1.9.15cvs109
142
143         * manual/faq.xml
144                 General information subsection completed. 
145                 Removed archaic references.
146                 
147         * manual/Makefile
148         * manual/dtd/manual.dsl
149                 Added customization stylesheet for getting paragraphs
150                 fully justified in PDF output (as suggested by Colin).
151
152 2005-10-25 [colin]      1.9.15cvs108
153
154         * src/compose.c
155                 Fix a second leak
156
157 2005-10-25 [colin]      1.9.15cvs107
158
159         * src/addrbook.c
160         * src/addrindex.c
161                 Fix leak (xml_get_element() allocates memory)
162         * src/compose.c
163                 Fix leak + dead code (shame!)
164         * src/procmime.c
165                 Fix leak
166
167 2005-10-25 [colin]      1.9.15cvs106
168
169         * src/mimeview.c
170                 Fix encoding issue in Save all and in 
171                 overwrite-confirmation alertpanel
172
173 2005-10-25 [cleroy]     1.9.15cvs105
174
175         * src/common/socket.c
176                 Fix a leak - Thanks to Christopher Aillon
177                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
178
179 2005-10-25 [paul]       1.9.15cvs104
180
181         * src/wizard.c
182                 Always guess servers from the right-hand
183                 email part and guess username from the
184                 left-hand part. (Thanks to Colin)
185                 add an X-Face to the welcome message
186
187 2005-10-25 [paul]       1.9.15cvs103
188
189         * manual/handling.xml
190                 written by Colin, edited by me
191
192 2005-10-25 [wwp]        1.9.15cvs102
193
194         * src/folderview.c
195         * src/grouplistdialog.c
196         * src/imap.c
197         * src/noticeview.c
198                 fix some compilation warnings
199
200 2005-10-24 [paul]
201
202         1.9.99-rc3 released
203
204 2005-10-24 [paul]       1.9.15cvs101
205
206         * src/gtk/about.c
207                 fix window sizing
208
209 2005-10-24 [paul]       1.9.15cvs100
210
211         * src/pixmaps/offline.xpm
212         * src/pixmaps/online.xpm
213                 replace with last default versions
214
215 2005-10-24 [colin]      1.9.15cvs99
216
217         * src/imap.c
218                 Fix bug when moving a folder
219         * src/imap_gtk.c
220         * src/mh_gtk.c
221                 "Delete folder" pops up a window, so it 
222                 should be suffixed with "..."
223         * src/plugins/pgpcore/sgpgme.c
224                 Include locale.h
225
226 2005-10-24 [mones]      1.9.15cvs98
227
228         * manual/Makefile
229         * manual/account.xml
230         * manual/ack.xml
231         * manual/addrbook.xml
232         * manual/advanced.xml
233         * manual/faq.xml
234         * manual/glossary.xml
235         * manual/gpl.xml
236         * manual/handling.xml
237         * manual/intro.xml
238         * manual/keyboard.xml
239         * manual/manual.xml
240         * manual/plugins.xml
241         * manual/starting.xml
242         * manual/dtd/sdocbook.dtd
243                 Initial manual structure and some content.
244
245 2005-10-23 [wwp]        1.9.15cvs97
246
247         * src/gtk/about.c
248                 fix a typo
249
250 2005-10-23 [wwp]        1.9.15cvs96
251
252         * src/gtk/about.c
253         * src/gtk/authors.h
254                 rework of the about window (main work by Paul), also featuring a few
255                 fixes for typos and duplicate names
256
257 2005-10-23 [wwp]        1.9.15cvs95
258
259         * src/.cvsignore
260                 Ignore the right binary name (sylpheed-claws now)
261
262 2005-10-23 [paul]       1.9.15cvs94
263
264         * src/compose.c
265                 when using Folder Pref 'Default To for
266                 replies' make the entry in the Compose
267                 window bold
268                 Patch by Fabien Vantard
269
270 2005-10-22 [colin]      1.9.15cvs93
271
272         * src/codeconv.c
273                 Fix leak
274
275 2005-10-22 [colin]      1.9.15cvs92
276
277         * src/codeconv.c
278                 try to convert using locale (apart utf8) if necessary
279
280 2005-10-22 [colin]      1.9.15cvs91
281
282         * src/pixmaps/new.xpm
283         * src/pixmaps/unread.xpm
284                 Make the unread envelope blue again and
285                 saturate the new one a bit more.
286
287 2005-10-22 [colin]      1.9.15cvs90
288
289         * src/compose.c
290                 When replying to a mail sent by one of our accounts,
291                 use the original list of recipients. Let 'Reply All'
292                 and 'Reply to sender' work like previously.
293
294 2005-10-21 [colin]      1.9.15cvs89
295
296         * src/prefs_filtering.c
297                 Clear fields after add and replace
298         * src/textview.c
299                 Display xface differently (better)
300         * src/plugins/pgpinline/pgpinline.c
301                 Fix crappy encodings/recodings
302
303 2005-10-21 [paul]       1.9.15cvs88
304
305         * src/compose.c
306         * src/prefs_folder_item.c
307         * src/toolbar.c
308                 fix news folder Folder Properties
309                 (thanks to Colin)
310         * src/folderview.c
311                 update folderview after Themes change
312                 keep selected folder selected
313                 (thanks to Colin)
314
315 2005-10-21 [paul]       1.9.15cvs87
316
317         * tools/Makefile.am
318         * tools/OOo2sylpheed.pl
319         * tools/README
320         * tools/README.sylprint
321         * tools/asus_mailled.sh         ** REMOVED **
322         * tools/filter_conv.pl
323         * tools/freshmeat_search.pl
324         * tools/google_search.pl
325         * tools/gpg-sign-syl            ** REMOVED **
326         * tools/kmail2sylpheed.pl
327         * tools/kmail2sylpheed_v2.pl
328         * tools/multiwebsearch.pl
329         * tools/nautilus2sylpheed.sh
330         * tools/newscache_clean.pl
331         * tools/outlook2sylpheed.pl
332         * tools/sylpheed-switcher       ** REMOVED **
333         * tools/sylprint.pl
334         * tools/sylprint.rc
335         * tools/tb2sylpheed
336         * tools/vcard2xml.py
337         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
338                 update default config dir
339                 update binary name (thanks to Fabien Vantard)
340                 remove obsolete scripts
341
342 2005-10-21 [cleroy]     1.9.15cvs86
343
344         * src/inc.c
345                 Fix possible leak and units. Based on a patch by
346                 Fabien Vantard.
347
348 2005-10-20 [colin]      1.9.15cvs85
349
350         * src/textview.c
351                 Clear xface when clearing textview
352
353 2005-10-20 [colin]      1.9.15cvs84
354
355         * configure.ac
356         * src/folderview.c
357         * src/headerview.c
358         * src/main.c
359         * src/prefs_common.c
360         * src/prefs_common.h
361         * src/prefs_message.c
362         * src/textview.c
363         * src/textview.h
364         * src/common/defs.h
365         * src/common/utils.c
366         * src/common/utils.h
367         * src/gtk/gtkutils.c
368         * src/gtk/gtkutils.h
369                 Migrate config to .sylpheed-claws (Automatically)
370                 Add a way to get the Xface in the TextView
371
372 2005-10-20 [colin]      1.9.15cvs83
373
374         * src/gtk/Makefile.am
375         * src/gtk/about.c
376         * src/gtk/authors.h
377                 Make the about dialog *grooovy*
378
379 2005-10-20 [colin]      1.9.15cvs82
380
381         * src/mimeview.c
382                 Use "Open with" on double click if no command
383                 was found
384
385 2005-10-20 [colin]      1.9.15cvs81
386
387         * src/imap.c
388         * src/etpan/imap-thread.c
389                 Fix possible crash.
390
391 2005-10-20 [paul]       1.9.15cvs80
392
393         * src/folder.c
394                 don't show clipkey icon if the only
395                 attachment is the signature
396                 Patch by Colin
397
398 2005-10-20 [paul]       1.9.15cvs79
399
400         * AUTHORS
401         * src/plugins/pgpmime/pgpmime.c
402                 name the PGP/MIME signature 'signature.asc'
403                 Patch by Andrew Nelson <freeandy@gmail.com>
404
405 2005-10-19 [colin]      1.9.15cvs78
406
407         * src/plugins/pgpmime/pgpmime.c
408                 Oops, no need to double-check though
409
410 2005-10-19 [colin]      1.9.15cvs77
411
412         * src/plugins/pgpinline/pgpinline.c
413         * src/plugins/pgpmime/pgpmime.c
414                 Check that my_tmpfile() doesn't 
415                 return NULL
416
417 2005-10-19 [colin]      1.9.15cvs76
418
419         * src/common/utils.c
420                 Use shorter mime boundaries to avoid having
421                 MTAs rewrapping our headers, breaking the
422                 PGP signature in the process 
423         * src/compose.c
424         * src/plugins/pgpmime/pgpmime.c
425                 Check for boundary uniqueness to be sure
426                 it won't happen, instead of hoping for the
427                 best
428
429 2005-10-19 [colin]      1.9.15cvs75
430
431         * sylpheed-claws.desktop
432         * src/Makefile.am
433         * src/main.c
434                 Ship a sylpheed-claws binary instead
435                 of a sylpheed one. Change the socket
436                 name, too
437         * src/folderview.c
438                 Update folder only if it changed
439         * src/wizard.c
440                 Fix i18n in welcome mail, patch by
441                 Fabien Vantard
442
443 2005-10-19 [paul]
444
445         1.9.99-rc2 released
446
447 2005-10-19 [paul]       1.9.15cvs74
448
449         * src/folder.c
450         * src/folderview.c
451                 fix summaryview update
452                 Patch by Colin
453
454 2005-10-18 [colin]      1.9.15cvs73
455
456         * src/plugins/pgpcore/passphrase.c
457                 Don't XGrabServer, and try a bit more to 
458                 sync everything before grabbing mouse/keyboard
459
460 2005-10-18 [colin]      1.9.15cvs72
461
462         * src/Makefile.am
463         * src/addressadd.c
464         * src/addressbook.c
465         * src/folderview.c
466         * src/grouplistdialog.c
467         * src/mimeview.c
468         * src/stock_pixmap.c
469         * src/stock_pixmap.h
470         * src/summaryview.c
471         * src/gtk/gtksctree.c
472         * src/gtk/gtksctree.h
473         * src/pixmaps/empty.xpm
474                 Implement a wrapper call for gtk_ctree_set_node_info
475                 and gtk_ctree_insert_node, that uses a 1x1 transparent
476                 pixmap instead of a NULL one. This works around some
477                 memory problems deep inside gtk, revealed by valgrind,
478                 and fixes bug #834 (Pressing CTRl-D on a message marked 
479                 as locked crashes sylpheed.), as well as, probably, 
480                 wwp's 4th dimension problems that happen in gtk_ctree_*.
481
482 2005-10-17 [colin]      1.9.15cvs71
483
484         * src/mimeview.c
485                 Provide visual feedback when checking
486                 signature
487
488 2005-10-17 [colin]      1.9.15cvs70
489
490         * src/main.c
491                 Keep the folder list frozen while checking caches...
492
493 2005-10-17 [colin]      1.9.15cvs69
494
495         * src/addr_compl.c
496                 Fi bug #833 (Autocompleting from addressbook 
497                 fails with extended chars)
498         * src/imap.c
499                 Fix 'adding messages' staying in statusbar
500                 after an error
501
502 2005-10-17 [wwp]        1.9.15cvs68
503
504         * src/ssl_manager.c
505                 Fix buttons' layout resizing when window size changes
506
507 2005-10-17 [wwp]        1.9.15cvs67
508
509         * src/account.c
510         * src/prefs_account.c
511         * src/prefs_common.c
512         * src/prefs_common.h
513         * src/prefs_folder_item.c
514         * src/prefs_gtk.c
515         * src/gtk/logwindow.c
516         * src/gtk/pluginwindow.c
517         * src/gtk/prefswindow.c
518         * src/gtk/prefswindow.h
519                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
520
521 2005-10-17 [paul]       1.9.15cvs66
522
523         * configure.ac
524                 fix missing libetpan message
525         * po/en_GB.po
526                 updated
527         * src/crash.c
528         * src/manual.c
529         * src/prefs_themes.c
530         * src/common/defs.h
531                 add some new URI defines, change some
532                 others
533         * src/wizard.c
534                 make welcome message translatable
535                 small improvements to english
536                 other tweaks
537         * src/gtk/menu.c
538                 fix warnings
539
540 2005-10-17 [paul]       1.9.15cvs65
541
542         * src/summaryview.c
543                 fix column titles
544
545 2005-10-16 [mones]      1.9.15cvs64
546
547         * po/es.po
548                 Updated translation
549
550 2005-10-16 [colin]
551
552         1.9.99-rc1 released
553
554 2005-10-16 [colin]      1.9.15cvs63
555
556         * src/wizard.c
557                 Fix whitespace
558
559 2005-10-16 [colin]      1.9.15cvs62
560
561         * src/toolbar.c
562                 s/Get All/Get Mail/
563         * src/wizard.c
564                 Real welcome mail text, thanks Paul
565
566 2005-10-16 [colin]      1.9.15cvs61
567
568         * src/editldap.c
569         * src/exporthtml.c
570         * src/main.c
571         * src/mainwindow.c
572         * src/prefs_themes.c
573         * src/prefs_toolbar.c
574         * src/plugins/demo/demo.c
575         * src/plugins/trayicon/trayicon.c
576                 s/Sylpheed/Sylpheed-Claws/
577
578 2005-10-16 [colin]      1.9.15cvs60
579
580         * src/wizard.c
581                 Add a welcome email in the first empty mailbox
582         * src/prefs_common.c
583                 Change one more default
584
585 2005-10-16 [colin]      1.9.15cvs59
586
587         * src/wizard.c
588                 Remove printf
589
590 2005-10-16 [colin]      1.9.15cvs58
591
592         * src/toolbar.c
593         * src/prefs_common.c
594                 Change some defaults
595
596 2005-10-16 [colin]      1.9.15cvs57
597
598         * src/toolbar.c
599         * src/prefs_common.c
600                 Change some defaults
601
602 2005-10-16 [colin]      1.9.15cvs56
603
604         * src/wizard.c
605                 By default, initialize fonts to have
606                 the same size as normal GtkWidgets
607
608 2005-10-16 [colin]      1.9.15cvs55
609
610         * src/mimeview.c
611                 Fix message a bit more
612
613 2005-10-16 [colin]      1.9.15cvs54
614
615         * src/addressbook.c
616                 Second attempt at flicker fixing
617
618 2005-10-16 [colin]      1.9.15cvs53
619
620         * src/addressbook.c
621                 Fix flicker
622
623 2005-10-16 [wwp]        1.9.15cvs52
624
625         * src/addressbook.c
626         * src/editaddress.c
627         * src/prefs_common.c
628         * src/prefs_common.h
629                 Remember window sizes (address book)
630
631 2005-10-16 [wwp]        1.9.15cvs51
632
633         * src/plugins/clamav/clamav_plugin_gtk.c
634         * src/plugins/spamassassin/spamassassin_gtk.c
635                 Fix compilation warnings (missing #include).
636
637 2005-10-16 [colin]      1.9.15cvs50
638
639         * src/mimeview.c
640         * src/summaryview.c
641         * src/textview.c
642                 Make 'c' check signature, and forward
643                 c, l, y, t from summaryview to mimeview
644
645 2005-10-16 [colin]      1.9.15cvs49
646
647         * src/addressbook.c
648                 Put border around buttons
649         * src/mainwindow.c
650         * src/summaryview.c
651                 Rework menus (Patch based on a patch
652                 by Paul)
653
654 2005-10-15 [wwp]        1.9.15cvs48
655
656         * src/editjpilot.c
657         * src/editldap.c
658         * src/editvcard.c
659         * src/exphtmldlg.c
660         * src/expldifdlg.c
661         * src/export.c
662         * src/import.c
663         * src/importldif.c
664         * src/importmutt.c
665         * src/importpine.c
666         * src/prefs_account.c
667         * src/prefs_spelling.c
668         * src/gtk/gtkutils.c
669         * src/gtk/gtkutils.h
670         * src/plugins/clamav/clamav_plugin_gtk.c
671         * src/plugins/spamassassin/spamassassin_gtk.c
672                 use nicer browse-for-file/dir buttons than the "..." ones,
673                 code factorizing more.
674
675 2005-10-14 [colin]      1.9.15cvs47
676
677         * src/mainwindow.c
678                 set relief on the account switcher so that people see it
679                 grey out Create processing rules when no message is selected
680         * src/prefs_filtering.c
681                 ask before closing if the rule has not been modified, even if
682                 it's not valid
683         * src/prefs_matcher.c
684                 fix sensitivity when entering the dialog
685         * src/gtk/inputdialog.c
686                 display a better icon on password ask
687         * src/plugins/pgpcore/passphrase.c
688                 make the dialog look better
689
690 2005-10-14 [paul]       1.9.15cvs46
691
692         * src/folderview.c
693                 indicate presense of marked msgs in
694                 unexpanded subfolders
695
696 2005-10-14 [paul]       1.9.15cvs45
697
698         * src/prefs_actions.c
699         * src/prefs_common.c
700         * src/prefs_common.h
701         * src/prefs_filtering_action.c
702         * src/prefs_matcher.c
703         * src/prefs_template.c
704                 remember window sizes
705                 fix Info button size
706
707         Patches by wwp
708
709 2005-10-13 [colin]      1.9.15cvs44
710
711         * src/mimeview.c
712         * src/noticeview.c
713         * src/noticeview.h
714                 Add a tooltip on the icon (optional) 
715                 Get rid of the signature buttons and only
716                 use the icon+tooltip
717
718 2005-10-13 [colin]      1.9.15cvs43
719
720         * src/noticeview.c
721         * src/noticeview.h
722                 Add hand cursor for hovering over icon
723
724 2005-10-13 [colin]      1.9.15cvs42
725
726         * src/summaryview.c
727                 Fix crash when quicksearch's hidden 
728                 at startup
729
730 2005-10-13 [colin]      1.9.15cvs41
731
732         * src/compose.c
733                 Set subject when forwarding multiple mails
734                 Check that other recipient than the default Cc or Bcc
735                 have been set before sending.
736
737 2005-10-13 [colin]      1.9.15cvs40
738
739         * src/imap.c
740                 Batch per-folder
741                 Introduce locking, but don't use it yet
742
743 2005-10-13 [colin]      1.9.15cvs39
744
745         * src/gtk/quicksearch.c
746                 Reset quicksearch when hiding it
747                 Make sticky a real pref
748
749 2005-10-13 [colin]      1.9.15cvs38
750
751         * src/summaryview.c
752                 Faster prefs apply
753
754 2005-10-13 [colin]      1.9.15cvs37
755
756         * src/mimeview.c
757         * src/noticeview.c
758         * src/noticeview.h
759         * src/plugins/pgpcore/sgpgme.c
760                 Make privacy icon clickable
761                 Move Trust field in Full info
762                 When trust is less than full, don't display
763                 a warning icon
764
765 2005-10-13 [colin]      1.9.15cvs36
766
767         * src/folder.c
768                 Batch on flags sync
769         * src/folderview.c
770                 Revert speed hack which is dangerous in fact
771                 Apply prefs faster
772
773 2005-10-13 [colin]      1.9.15cvs35
774
775         * src/folder_item_prefs.c
776                 Fix pref corruption on folder move. Patch
777                 by wwp
778
779 2005-10-13 [paul]       1.9.15cvs34
780
781         * src/export.c
782         * src/import.c
783                 fix typos in g_warnings
784         * src/prefs_account.c
785                 add a file selector for Signature file
786
787         Patches by wwp
788
789 2005-10-12 [colin]      1.9.15cvs33
790
791         * src/mimeview.c
792                 Provide a quick way to go back from a
793                 signature's full info to the email part
794
795 2005-10-12 [colin]      1.9.15cvs32
796
797         * src/compose.c
798                 Remove old hack of encoding signed mails with base64.
799                 QP works equally well.
800
801 2005-10-12 [colin]      1.9.15cvs31
802
803         * src/crash.c
804                 Replace deprecated GtkText with GtkTextView
805         * src/imap.c
806                 Fix a logic bug about counts in imap_select
807                 (previously un-triggered)
808         * src/mainwindow.c
809         * src/summaryview.c
810         * src/news.c
811                 Allow local deletion of news posts
812         * src/mimeview.c
813                 Show GPG noticeview on the message/rfc822 part
814                 in addition to the text/plain one
815         * src/prefs_image_viewer.c
816           src/plugins/pgpcore/prefs_gpg.c
817                 Polish (set the label as part of the checkbox)
818         * src/wizard.c
819                 Don't sit there doing nothing after destroying
820                 the window - return err
821
822 2005-10-11 [colin]      1.9.15cvs30
823
824         * src/folderview.c
825                 Apply processing rules before showing folders.
826                 Early folder show (before flags sync) will only
827                 be done when there are no processing rules (nor
828                 pre- or post- ones)
829         * src/imap.c
830                 Fix stuff related to mail subdir, creation and 
831                 deletion of folders 
832         * src/imap_gtk.c
833                 Don't allow creation of folders in NoInferior
834                 folders, as it won't work
835
836 2005-10-10 [colin]      1.9.15cvs29
837
838         * src/compose.c
839                 Reselect "None" Privacy system when selecting an
840                 account with no privacy system defined
841
842 2005-10-10 [colin]      1.9.15cvs28
843
844         * src/mainwindow.c
845                 Add Windows-1252 encoding
846         * src/prefs_common.c
847                 Rework some defaults:
848                 - autosave to draft by default
849                 - don't show header pane (it's already in the textview)
850                 - Select first new or unread mail on entry
851                 - Assume 'Yes' to change folder when there's no more
852                   unread message
853         * src/prefs_matcher.c
854                 Fix a gtk assertion failure
855         * src/gtk/colorlabel.c
856                 Workaround bad repainting on selection
857         * src/main.c
858                 Freeze/thaw (a bit faster on ssh -X)
859         * src/msgcache.c
860                 Get rid of StrdupConverter that just adds an
861                 extra strdup/free 
862         * src/etpan/imap_thread.c
863                 memset buf to 0
864
865 2005-10-10 [colin]      1.9.15cvs27
866
867         * src/export.c
868         * src/import.c
869                 Fix compile on gtk 2.4. Patch by wwp
870
871 2005-10-09 [colin]      1.9.15cvs26
872
873         * src/mainwindow.c
874         * src/messageview.c
875         * src/summaryview.c
876                 Clarify forward menus. Patch by wwp
877
878 2005-10-09 [colin]      1.9.15cvs25
879
880         * src/compose.c
881         * src/compose.h
882                 Fix bug #829 (Non-working "Encrypt message by 
883                 default when replying to an encrypted message")
884
885 2005-10-08 [colin]      1.9.15cvs24
886
887         * src/wizard.c
888                 Fix bug #827 ("Welcome" setup wizard after a 
889                 permission error gives up & forgets itself.)
890
891 2005-10-08 [colin]      1.9.15cvs23
892
893         * src/procmime.c
894                 Fix bug #828 (Ignoring headers with spaces around = sign)
895
896 2005-10-08 [colin]      1.9.15cvs22
897
898         * src/export.c
899                 Warning fix by wwp
900
901 2005-10-08 [colin]      1.9.15cvs21
902
903         * src/folder.c
904         * src/folder.h
905                 Add a processing_pending indicator, set on 
906                 folder_item_open and cleared after 
907                 folder_item_process_open
908         * src/folderview.c
909         * src/summaryview.c
910                 wrap procmsg_msginfo_*_flags, and in the
911                 wrapper check that there's no folder processing 
912                 pending. If there is, defer the flags change until 
913                 processing is done to avoid stepping over each
914                 other's toes.
915                 Freeze during processing, but not during scanning.
916
917 2005-10-07 [colin]      1.9.15cvs20
918
919         * src/plugins/pgpcore/passphrase.c
920                 Fix bug #826 (X-Server hangs when 
921                 right-clicking a PGP encrypted message)
922
923 2005-10-07 [paul]       1.9.15cvs19
924
925         * src/compose.c
926                 fix compose_entries[]
927                 patch by Fabien Vantard
928
929 2005-10-06 [colin]      1.9.15cvs18
930
931         * src/pixmaps/address.xpm
932         * src/pixmaps/address_book.xpm
933         * src/pixmaps/book.xpm
934         * src/pixmaps/check_spelling.xpm
935         * src/pixmaps/checkbox_off.xpm
936         * src/pixmaps/checkbox_on.xpm
937         * src/pixmaps/close.xpm
938         * src/pixmaps/complete.xpm
939         * src/pixmaps/continue.xpm
940         * src/pixmaps/deleted.xpm
941         * src/pixmaps/down_arrow.xpm
942         * src/pixmaps/exec.xpm
943         * src/pixmaps/forwarded.xpm
944         * src/pixmaps/group.xpm
945         * src/pixmaps/ignorethread.xpm
946         * src/pixmaps/interface.xpm
947         * src/pixmaps/jpilot.xpm
948         * src/pixmaps/ldap.xpm
949         * src/pixmaps/linewrap.xpm
950         * src/pixmaps/linewrapcurrent.xpm
951         * src/pixmaps/mail.xpm
952         * src/pixmaps/mail_attach.xpm
953         * src/pixmaps/mail_compose.xpm
954         * src/pixmaps/mail_forward.xpm
955         * src/pixmaps/mail_receive.xpm
956         * src/pixmaps/mail_receive_all.xpm
957         * src/pixmaps/mail_reply.xpm
958         * src/pixmaps/mail_reply_to_all.xpm
959         * src/pixmaps/mail_reply_to_author.xpm
960         * src/pixmaps/mail_send.xpm
961         * src/pixmaps/mail_send_queue.xpm
962         * src/pixmaps/mime_application.xpm
963         * src/pixmaps/mime_audio.xpm
964         * src/pixmaps/mime_image.xpm
965         * src/pixmaps/mime_message.xpm
966         * src/pixmaps/mime_text_enriched.xpm
967         * src/pixmaps/mime_text_html.xpm
968         * src/pixmaps/mime_text_plain.xpm
969         * src/pixmaps/mime_unknown.xpm
970         * src/pixmaps/new.xpm
971         * src/pixmaps/news_compose.xpm
972         * src/pixmaps/offline.xpm
973         * src/pixmaps/online.xpm
974         * src/pixmaps/paste.xpm
975         * src/pixmaps/preferences.xpm
976         * src/pixmaps/privacy_emblem_encrypted.xpm
977         * src/pixmaps/privacy_expired.xpm
978         * src/pixmaps/privacy_failed.xpm
979         * src/pixmaps/privacy_passed.xpm
980         * src/pixmaps/privacy_signed.xpm
981         * src/pixmaps/privacy_unknown.xpm
982         * src/pixmaps/privacy_warn.xpm
983         * src/pixmaps/properties.xpm
984         * src/pixmaps/replied.xpm
985         * src/pixmaps/search.xpm
986         * src/pixmaps/unread.xpm
987         * src/pixmaps/up_arrow.xpm
988         * src/pixmaps/vcard.xpm
989                 Modernize internal theme, with icons from the 
990                 Gnomaws theme. Keep some of the old ones where
991                 they were better.
992
993 2005-10-06 [colin]      1.9.15cvs17
994
995         * src/summaryview.c
996                 Little optimisations + bugfix
997         * src/toolbar.c
998                 Remove default useless items - useless being defined
999                 by the default relevant prefs
1000         * src/wizard.c
1001                 include config.h to make gettext work
1002         * src/prefs_themes.c
1003                 Fix selection of current theme in prefs
1004
1005 2005-10-06 [colin]      1.9.15cvs16
1006
1007         * src/prefs_common.c
1008         * src/prefs_common.h
1009         * src/prefs_summaries.c
1010         * src/folderview.c
1011                 Add a warning dialog on Mark all read 
1012                 (with pref to get rid of it)
1013
1014 2005-10-06 [paul]       1.9.15cvs15
1015
1016         * po/nb.po
1017         * po/pt_BR.po
1018                 updated by Geir Helland and Frederico
1019                 Goncalves Guimaraes
1020
1021 2005-10-05 [colin]      1.9.15cvs14
1022
1023         * src/folder.c
1024         * src/folder.h
1025         * src/folderview.c
1026         * src/folderview.h
1027         * src/imap_gtk.c
1028         * src/mh_gtk.c
1029         * src/mainwindow.c
1030         * src/setup.c
1031                 add a way to rescan without rebuilding
1032                 make moving a bit faster (less folders changes)
1033                 don't lock the tree on Get 
1034         * src/imap.c
1035                 Don't re-delete deleted messages before expunging
1036         * src/summaryview.c
1037                 Set batch mode when deleting mails
1038
1039 2005-10-05 [paul]       1.9.15cvs13
1040
1041         * src/mainwindow.c
1042         * src/mainwindow.h
1043                 fix disabled Execute menu item
1044         * src/toolbar.c
1045                 match the change in 1.9.15cvs10: use Compose
1046                 instead of News by default
1047
1048 2005-10-04 [colin]      1.9.15cvs12
1049
1050         * src/compose.c
1051                 When replying to an ML post with Reply-To set
1052                 to the poster's email, honor it (as before),
1053                 but also honor our user's request to reply to
1054                 the mailing list: set the ML address in the To
1055                 field and the Reply-To address in the Cc: 
1056                 field.
1057
1058 2005-10-04 [colin]      1.9.15cvs11
1059
1060         * src/plugins/trayicon/trayicon.c
1061                 Finish cosmetic change - thanks to wwp
1062
1063 2005-10-04 [colin]      1.9.15cvs10
1064
1065         * src/toolbar.c
1066                 Use Compose instead of Email by default.
1067                 Spotted by wwp.
1068
1069 2005-10-04 [colin]      1.9.15cvs9
1070
1071         * src/folder.c
1072         * src/folder.h
1073         * src/folderview.c
1074         * src/imap.c
1075         * src/etpan/imap-thread.c
1076         * src/etpan/imap-thread.h
1077                 Try to make IMAP faster, by simplifying SEARCH
1078                 commands, avoiding sending two STATUS in a row,
1079                 and deferring flags sync and processing just
1080                 after displaying the folder. 
1081                 This will update the SummaryView in certain
1082                 cases (new mails not already fetched, flags
1083                 changed from another client) but in a non-
1084                 blocking manner.
1085
1086 2005-10-04 [colin]      1.9.15cvs8
1087
1088         * src/plugins/trayicon/trayicon.c
1089                 Relabel "Offline" to "Work offline"
1090
1091 2005-10-04 [colin]      1.9.15cvs7
1092
1093         * src/export.c
1094         * src/import.c
1095         * src/mbox.c
1096                 Fix mbox import/export buglets
1097                 Patch by wwp
1098         * src/plugins/trayicon/trayicon.c
1099                 Add offline swithc
1100                 Patch by wwp
1101
1102 2005-10-04 [colin]      1.9.15cvs6
1103
1104         * src/folder.c
1105         * src/folderview.c
1106         * src/summaryview.c
1107                 Better fix (don't break mark all read) for cvs2
1108
1109 2005-10-03 [colin]      1.9.15cvs5
1110
1111         * src/folder.c
1112                 Use a sane sort by default
1113
1114 2005-10-03 [colin]      1.9.15cvs4
1115
1116         * src/inc.c
1117                 Add a 'Only once' button for overriding offline mode
1118         * src/prefs_account.c
1119         * src/wizard.c
1120                 Add Local mbox to the wizard
1121                 Add IMAP subdir to the wizard (or the wizard is useless
1122                 for such accounts, or even worse than useless)
1123                 Move IMAP subdir from Advanced to Receive tab, as it's
1124                 not that uncommon
1125
1126 2005-10-03 [colin]      1.9.15cvs3
1127
1128         * src/send_message.c
1129                 Forgot this one in cvs1
1130
1131 2005-10-03 [colin]      1.9.15cvs2
1132
1133         * src/folder.c
1134                 Faster close when leaving a folder with lots
1135                 of new mails. Idea by David Relson.
1136
1137 2005-10-03 [colin]      1.9.15cvs1
1138
1139         * src/compose.c
1140         * src/imap.c
1141         * src/inc.c
1142         * src/main.c
1143         * src/messageview.c
1144         * src/news.c
1145         * src/summaryview.c
1146         * src/gtk/sslcertwindow.c
1147         * src/plugins/trayicon/trayicon.c
1148                 Add accels to every AlertPanel. Patch by Fabien 
1149                 Vantard
1150
1151 2005-10-03 [paul]       1.9.15
1152
1153         1.9.15 released
1154
1155 2005-10-03 [paul]       1.9.14cvs68
1156
1157         * po/ca.po
1158         * po/de.po
1159         * po/es.po
1160         * po/fi.po
1161         * po/fr.po
1162         * po/sk.po
1163         * po/sr.po
1164         * po/zh_CN.po
1165                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
1166                 Mones Lastra, Tommi Pirinen, Fabien vantard,
1167                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
1168
1169 2005-10-03 [paul]       1.9.14cvs67
1170
1171         * src/send_message.c
1172                 prevent hang on Cancel
1173                 patch by Colin
1174
1175 2005-10-03 [paul]       1.9.14cvs66
1176
1177         * src/main.c
1178                 fix crash in IMAP caused by discrepancy
1179                 between check_at_startup and offline mode
1180                 Patch by Colin
1181
1182 2005-10-01 [paul]       1.9.14cvs65
1183
1184         * src/inc.c
1185                 fix engrish
1186
1187 2005-10-01 [paul]       1.9.14cvs64
1188         * src/export.c
1189         * src/import.c
1190                 synchronise import_mbox() and export_mbox()
1191         * src/mbox.c
1192                 proc_mbox(): add alert if file cannot be opened
1193                 export_list_to_mbox(): test if dest file exists,
1194                 prompt user to overwrite if it does. add alert
1195                 if file cannot be created
1196                                                                 
1197         Patch by wwp
1198                                                                                                                 
1199
1200 2005-09-30 [paul]       1.9.14cvs63
1201
1202         * src/addressbook.c
1203                 Fix sensitivity of a menu
1204         * src/codeconv.c
1205                 Respect hidden pref for mails with no encoding
1206         * src/common/xml.c
1207                 Fix memory corruption
1208         * src/plugins/pgpcore/sgpgme.c
1209                 Fix segfault on incomplete sigs, and display
1210                 of S/Mime UIDs
1211
1212         Patches by Colin
1213
1214 2005-09-30 [colin]      1.9.14cvs62
1215
1216         * src/partial_download.c
1217                 Little logic fix in almost-dead code
1218         * src/pop.c
1219                 Fix partial download when there's no new mail
1220
1221 2005-09-29 [paul]       1.9.14cvs61
1222
1223         * src/plugins/pgpinline/pgpinline.c
1224                 fix bug 819, 'crash accessing sign message'
1225                 Patch by Colin
1226
1227 2005-09-28 [martin]     1.9.14cvs60
1228
1229         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1230                 fix bug #790 (Crash when restarting window manager (fluxbox))
1231
1232 2005-09-28 [paul]       1.9.14cvs59
1233
1234         * src/gtk/gtkaspell.c
1235                 fix off-by-one typo
1236
1237 2005-09-27 [colin]      1.9.14cvs58
1238
1239         * src/plugins/pgpcore/sgpgme.c
1240                 Report error when there's one, instead of
1241                 "Signature unchecked" 
1242
1243 2005-09-27 [colin]      1.9.14cvs57
1244
1245         * src/prefs_quote.c
1246                 Fix bug #816 (Weird quotation with spaces)
1247
1248 2005-09-27 [colin]      1.9.14cvs56
1249
1250         * src/codeconv.c
1251         * src/compose.c
1252         * src/compose.h
1253                 Put subject in compose's title
1254                 Fix Automatic encoding so that it's really automatic:
1255                 first try default locale's charset, then charset of the replied mail, 
1256                 then utf-8
1257                 Fix encoding of headers (must be in strict mode too)
1258
1259 2005-09-26 [colin]      1.9.14cvs55
1260
1261         * src/gtk/gtkaspell.c
1262                 Fix previous patch - don't color the space,
1263                 just uncolor it :)
1264
1265 2005-09-26 [colin]      1.9.14cvs54
1266
1267         * src/gtk/gtkaspell.c
1268                 Unmark space if possible
1269
1270 2005-09-26 [colin]      1.9.14cvs53
1271
1272         * src/imap.c
1273                 log_error instead of alertpanel according to the pref
1274         * src/etpan/imap-thread.c
1275                 Print connect status, copy only necessary size to 
1276                 logger
1277         * src/plugins/pgpmime/pgpmime.c
1278                 Handle S/Mime signatures (verification only). Patch based
1279                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
1280
1281 2005-09-26 [paul]       1.9.14cvs52
1282
1283         * src/common/passcrypt.c
1284                 this 'workaround' not necessary on NetBSD.
1285                 Thanks to Daniel Gustafson
1286
1287 2005-09-26 [paul]
1288
1289         1.9.15-rc4 released
1290
1291 2005-09-26 [paul]       1.9.14cvs51
1292
1293         * src/summaryview.c
1294                 Skip currently selected message when
1295                 looking for next new or unread message
1296                 in current folder. Patch by Colin
1297         * src/common/passcrypt.c
1298                 eliminate warnings on *BSD. Patch by
1299                 Daniel Gustafson
1300
1301 2005-09-26 [colin]      1.9.14cvs50
1302
1303         * src/procmsg.c
1304                 Call postfiltering hook anyway
1305
1306 2005-09-22 [colin]      1.9.14cvs49
1307
1308         * src/codeconv.c
1309         * src/codeconv.h
1310                 Add a strict mode that doesn't replace with _
1311         * src/compose.c
1312         * src/compose.h
1313                 Use strict conversion while sending
1314                 Fix race when drafting while sending (happens
1315                 on IMAP)
1316                 Fix d'n'd of messages from summaryview
1317         * src/prefs_common.c
1318         * src/prefs_common.h
1319                 add hidden utf8_instead_of_locale_for_broken_mail 
1320                 pref for people that preferred the default charset 
1321                 to be utf8 for broken mails
1322         * src/quote_fmt_parse.y
1323                 fix bug #815 (No quote insert if "From:" fied 
1324                 contained Russian letters)
1325         * src/summaryview.c
1326                 Fix d'n'd of messages to compose
1327
1328 2005-09-22 [paul]       1.9.14cvs48
1329
1330         * src/compose.c
1331                 fix bug where attachments Name entry
1332                 would display Path instead
1333
1334 2005-09-21 [paul]       1.9.14cvs47
1335
1336         * README
1337         * README.jp
1338         * configure.ac
1339         * config/config.rpath
1340         * doc/manual/en/sylpheed-20.html
1341         * doc/manual/es/sylpheed-20.html
1342         * po/bg.po
1343         * po/ca.po
1344         * po/de.po
1345         * po/es.po
1346         * po/fr.po
1347         * po/it.po
1348         * po/pt_BR.po
1349         * po/sk.po
1350         * po/zh_TW.po
1351         * src/account.c
1352         * src/account.h
1353         * src/action.c
1354         * src/action.h
1355         * src/adbookbase.h
1356         * src/addr_compl.c
1357         * src/addr_compl.h
1358         * src/addrbook.c
1359         * src/addrbook.h
1360         * src/addrcache.c
1361         * src/addrcache.h
1362         * src/addrcindex.c
1363         * src/addrcindex.h
1364         * src/addrclip.c
1365         * src/addrclip.h
1366         * src/addrdefs.h
1367         * src/addressadd.c
1368         * src/addressadd.h
1369         * src/addressbook.c
1370         * src/addressbook.h
1371         * src/addressitem.h
1372         * src/addrgather.c
1373         * src/addrgather.h
1374         * src/addrharvest.c
1375         * src/addrharvest.h
1376         * src/addrindex.c
1377         * src/addrindex.h
1378         * src/addritem.c
1379         * src/addritem.h
1380         * src/addrquery.c
1381         * src/addrquery.h
1382         * src/addrselect.c
1383         * src/addrselect.h
1384         * src/alertpanel.c
1385         * src/alertpanel.h
1386         * src/browseldap.c
1387         * src/browseldap.h
1388         * src/codeconv.c
1389         * src/codeconv.h
1390         * src/compose.c
1391         * src/compose.h
1392         * src/crash.c
1393         * src/crash.h
1394         * src/customheader.c
1395         * src/customheader.h
1396         * src/displayheader.c
1397         * src/displayheader.h
1398         * src/editaddress.c
1399         * src/editaddress.h
1400         * src/editbook.c
1401         * src/editbook.h
1402         * src/editgroup.c
1403         * src/editgroup.h
1404         * src/editjpilot.c
1405         * src/editjpilot.h
1406         * src/editldap.c
1407         * src/editldap.h
1408         * src/editldap_basedn.c
1409         * src/editldap_basedn.h
1410         * src/editvcard.c
1411         * src/editvcard.h
1412         * src/enriched.c
1413         * src/enriched.h
1414         * src/exphtmldlg.c
1415         * src/exphtmldlg.h
1416         * src/expldifdlg.c
1417         * src/expldifdlg.h
1418         * src/export.c
1419         * src/export.h
1420         * src/exporthtml.c
1421         * src/exporthtml.h
1422         * src/exportldif.c
1423         * src/exportldif.h
1424         * src/filtering.c
1425         * src/filtering.h
1426         * src/folder.c
1427         * src/folder.h
1428         * src/folder_item_prefs.c
1429         * src/folder_item_prefs.h
1430         * src/foldersel.c
1431         * src/foldersel.h
1432         * src/folderutils.c
1433         * src/folderutils.h
1434         * src/folderview.c
1435         * src/folderview.h
1436         * src/grouplistdialog.c
1437         * src/grouplistdialog.h
1438         * src/headerview.c
1439         * src/headerview.h
1440         * src/html.c
1441         * src/html.h
1442         * src/image_viewer.c
1443         * src/image_viewer.h
1444         * src/imap.c
1445         * src/imap.h
1446         * src/imap_gtk.c
1447         * src/imap_gtk.h
1448         * src/import.c
1449         * src/import.h
1450         * src/importldif.c
1451         * src/importldif.h
1452         * src/importmutt.c
1453         * src/importmutt.h
1454         * src/importpine.c
1455         * src/importpine.h
1456         * src/inc.c
1457         * src/inc.h
1458         * src/jpilot.c
1459         * src/jpilot.h
1460         * src/ldapctrl.c
1461         * src/ldapctrl.h
1462         * src/ldaplocate.c
1463         * src/ldaplocate.h
1464         * src/ldapquery.c
1465         * src/ldapquery.h
1466         * src/ldapserver.c
1467         * src/ldapserver.h
1468         * src/ldaputil.c
1469         * src/ldaputil.h
1470         * src/ldif.c
1471         * src/ldif.h
1472         * src/localfolder.c
1473         * src/localfolder.h
1474         * src/main.c
1475         * src/main.h
1476         * src/mainwindow.c
1477         * src/mainwindow.h
1478         * src/manual.c
1479         * src/manual.h
1480         * src/matcher.c
1481         * src/matcher.h
1482         * src/matcher_parser.h
1483         * src/matcher_parser_lex.l
1484         * src/matcher_parser_parse.y
1485         * src/mbox.c
1486         * src/mbox.h
1487         * src/message_search.c
1488         * src/message_search.h
1489         * src/messageview.c
1490         * src/messageview.h
1491         * src/mh.c
1492         * src/mh.h
1493         * src/mh_gtk.c
1494         * src/mh_gtk.h
1495         * src/mimeview.c
1496         * src/mimeview.h
1497         * src/msgcache.c
1498         * src/msgcache.h
1499         * src/mutt.c
1500         * src/mutt.h
1501         * src/news.c
1502         * src/news.h
1503         * src/news_gtk.c
1504         * src/news_gtk.h
1505         * src/noticeview.c
1506         * src/noticeview.h
1507         * src/partial_download.c
1508         * src/partial_download.h
1509         * src/pine.c
1510         * src/pine.h
1511         * src/pop.c
1512         * src/pop.h
1513         * src/prefs_account.c
1514         * src/prefs_account.h
1515         * src/prefs_actions.c
1516         * src/prefs_actions.h
1517         * src/prefs_common.c
1518         * src/prefs_common.h
1519         * src/prefs_compose_writing.c
1520         * src/prefs_compose_writing.h
1521         * src/prefs_customheader.c
1522         * src/prefs_customheader.h
1523         * src/prefs_display_header.c
1524         * src/prefs_display_header.h
1525         * src/prefs_ext_prog.c
1526         * src/prefs_ext_prog.h
1527         * src/prefs_filtering.c
1528         * src/prefs_filtering.h
1529         * src/prefs_filtering_action.c
1530         * src/prefs_filtering_action.h
1531         * src/prefs_folder_column.c
1532         * src/prefs_folder_column.h
1533         * src/prefs_folder_item.c
1534         * src/prefs_folder_item.h
1535         * src/prefs_fonts.c
1536         * src/prefs_fonts.h
1537         * src/prefs_gtk.c
1538         * src/prefs_gtk.h
1539         * src/prefs_image_viewer.c
1540         * src/prefs_image_viewer.h
1541         * src/prefs_matcher.c
1542         * src/prefs_matcher.h
1543         * src/prefs_message.c
1544         * src/prefs_message.h
1545         * src/prefs_msg_colors.c
1546         * src/prefs_msg_colors.h
1547         * src/prefs_other.c
1548         * src/prefs_other.h
1549         * src/prefs_quote.c
1550         * src/prefs_quote.h
1551         * src/prefs_receive.c
1552         * src/prefs_receive.h
1553         * src/prefs_send.c
1554         * src/prefs_send.h
1555         * src/prefs_spelling.c
1556         * src/prefs_spelling.h
1557         * src/prefs_summaries.c
1558         * src/prefs_summaries.h
1559         * src/prefs_summary_column.c
1560         * src/prefs_summary_column.h
1561         * src/prefs_template.c
1562         * src/prefs_template.h
1563         * src/prefs_themes.c
1564         * src/prefs_themes.h
1565         * src/prefs_toolbar.c
1566         * src/prefs_toolbar.h
1567         * src/prefs_wrapping.c
1568         * src/prefs_wrapping.h
1569         * src/privacy.c
1570         * src/privacy.h
1571         * src/procheader.c
1572         * src/procheader.h
1573         * src/procmime.c
1574         * src/procmime.h
1575         * src/procmsg.c
1576         * src/procmsg.h
1577         * src/quote_fmt.c
1578         * src/quote_fmt_parse.y
1579         * src/recv.c
1580         * src/recv.h
1581         * src/remotefolder.c
1582         * src/remotefolder.h
1583         * src/send_message.c
1584         * src/send_message.h
1585         * src/setup.c
1586         * src/setup.h
1587         * src/simple-gettext.c
1588         * src/sourcewindow.c
1589         * src/sourcewindow.h
1590         * src/ssl_manager.c
1591         * src/ssl_manager.h
1592         * src/statusbar.c
1593         * src/statusbar.h
1594         * src/stock_pixmap.c
1595         * src/stock_pixmap.h
1596         * src/summary_search.c
1597         * src/summary_search.h
1598         * src/summaryview.c
1599         * src/summaryview.h
1600         * src/syldap.c
1601         * src/syldap.h
1602         * src/textview.c
1603         * src/textview.h
1604         * src/toolbar.c
1605         * src/toolbar.h
1606         * src/undo.c
1607         * src/undo.h
1608         * src/unmime.c
1609         * src/unmime.h
1610         * src/vcard.c
1611         * src/vcard.h
1612         * src/wizard.c
1613         * src/wizard.h
1614         * src/common/base64.c
1615         * src/common/base64.h
1616         * src/common/defs.h
1617         * src/common/hooks.c
1618         * src/common/hooks.h
1619         * src/common/log.c
1620         * src/common/log.h
1621         * src/common/md5.c
1622         * src/common/md5.h
1623         * src/common/mgutils.c
1624         * src/common/mgutils.h
1625         * src/common/nntp.c
1626         * src/common/nntp.h
1627         * src/common/passcrypt.c
1628         * src/common/passcrypt.h.in
1629         * src/common/plugin.c
1630         * src/common/plugin.h
1631         * src/common/prefs.c
1632         * src/common/prefs.h
1633         * src/common/progressindicator.c
1634         * src/common/progressindicator.h
1635         * src/common/quoted-printable.c
1636         * src/common/quoted-printable.h
1637         * src/common/session.c
1638         * src/common/session.h
1639         * src/common/smtp.c
1640         * src/common/smtp.h
1641         * src/common/socket.c
1642         * src/common/socket.h
1643         * src/common/ssl.c
1644         * src/common/ssl.h
1645         * src/common/ssl_certificate.c
1646         * src/common/ssl_certificate.h
1647         * src/common/string_match.c
1648         * src/common/string_match.h
1649         * src/common/stringtable.c
1650         * src/common/sylpheed.c
1651         * src/common/sylpheed.h
1652         * src/common/template.c
1653         * src/common/template.h
1654         * src/common/timing.h
1655         * src/common/utils.c
1656         * src/common/utils.h
1657         * src/common/uuencode.c
1658         * src/common/uuencode.h
1659         * src/common/version.h.in
1660         * src/common/xml.c
1661         * src/common/xml.h
1662         * src/common/xmlprops.c
1663         * src/common/xmlprops.h
1664         * src/gtk/about.c
1665         * src/gtk/about.h
1666         * src/gtk/colorlabel.c
1667         * src/gtk/colorlabel.h
1668         * src/gtk/colorsel.c
1669         * src/gtk/colorsel.h
1670         * src/gtk/description_window.c
1671         * src/gtk/description_window.h
1672         * src/gtk/filesel.c
1673         * src/gtk/filesel.h
1674         * src/gtk/foldersort.c
1675         * src/gtk/foldersort.h
1676         * src/gtk/gtkutils.c
1677         * src/gtk/gtkutils.h
1678         * src/gtk/inputdialog.c
1679         * src/gtk/inputdialog.h
1680         * src/gtk/logwindow.c
1681         * src/gtk/logwindow.h
1682         * src/gtk/manage_window.c
1683         * src/gtk/manage_window.h
1684         * src/gtk/menu.c
1685         * src/gtk/menu.h
1686         * src/gtk/pluginwindow.c
1687         * src/gtk/pluginwindow.h
1688         * src/gtk/prefswindow.c
1689         * src/gtk/prefswindow.h
1690         * src/gtk/progressdialog.c
1691         * src/gtk/progressdialog.h
1692         * src/gtk/quicksearch.c
1693         * src/gtk/quicksearch.h
1694         * src/gtk/sslcertwindow.c
1695         * src/gtk/sslcertwindow.h
1696         * src/plugins/clamav/clamav_plugin.c
1697         * src/plugins/clamav/clamav_plugin.h
1698         * src/plugins/clamav/clamav_plugin_gtk.c
1699         * src/plugins/demo/demo.c
1700         * src/plugins/dillo_viewer/dillo_prefs.c
1701         * src/plugins/dillo_viewer/dillo_prefs.h
1702         * src/plugins/dillo_viewer/dillo_viewer.c
1703         * src/plugins/mathml_viewer/mathml_viewer.c
1704         * src/plugins/pgpcore/passphrase.c
1705         * src/plugins/pgpcore/passphrase.h
1706         * src/plugins/pgpcore/plugin.c
1707         * src/plugins/pgpcore/prefs_gpg.c
1708         * src/plugins/pgpcore/prefs_gpg.h
1709         * src/plugins/pgpcore/select-keys.c
1710         * src/plugins/pgpcore/select-keys.h
1711         * src/plugins/pgpcore/sgpgme.c
1712         * src/plugins/pgpcore/sgpgme.h
1713         * src/plugins/pgpinline/pgpinline.c
1714         * src/plugins/pgpinline/pgpinline.h
1715         * src/plugins/pgpinline/plugin.c
1716         * src/plugins/pgpmime/pgpmime.c
1717         * src/plugins/pgpmime/pgpmime.h
1718         * src/plugins/pgpmime/plugin.c
1719         * src/plugins/spamassassin/spamassassin.c
1720         * src/plugins/spamassassin/spamassassin.h
1721         * src/plugins/spamassassin/spamassassin_gtk.c
1722         * src/plugins/trayicon/trayicon.c
1723         * tools/OOo2sylpheed.pl
1724         * tools/acroread2sylpheed.pl
1725         * tools/asus_mailled.sh
1726         * tools/filter_conv.pl
1727         * tools/freshmeat_search.pl
1728         * tools/google_search.pl
1729         * tools/kmail2sylpheed.pl
1730         * tools/kmail2sylpheed_v2.pl
1731         * tools/maildir2sylpheed.pl
1732         * tools/multiwebsearch.pl
1733         * tools/newscache_clean.pl
1734         * tools/outlook2sylpheed.pl
1735         * tools/sylpheed-switcher
1736         * tools/update-po
1737         * tools/vcard2xml.py
1738         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1739                 update FSF address
1740
1741 2005-09-21 [colin]      1.9.14cvs46
1742
1743         * src/gedit-print.c
1744         * src/procmsg.c
1745         * src/procmsg.h
1746         * src/textview.c
1747         * src/summaryview.c
1748                 Remove some printing hacks (deselection/reselection),
1749                 which by the way fix printing the currently 
1750                 displayed mime part (still only text)
1751                 Plus a little optimisation of summary_show
1752
1753
1754 2005-09-20 [colin]      1.9.14cvs45
1755
1756         * src/mainwindow.c
1757         * src/messageview.c
1758                 GUI fixups: add accels, set message
1759                 view title to displayed mail's subject
1760         * src/prefs_spelling.c
1761         * src/gtk/gtkaspell.c
1762                 GUI fixups: allow underlining misspelled
1763                 words instead of coloring them (a11y!)
1764
1765 2005-09-19 [colin]
1766
1767         1.9.15rc3 released
1768
1769 2005-09-19 [colin]      1.9.14cvs44
1770
1771         * src/compose.c
1772                 Fix draft message
1773         * src/gtk/gtkaspell.c
1774                 Fix wrong test ;-)
1775
1776 2005-09-19 [colin]      1.9.14cvs43
1777
1778         * src/addressbook.c
1779                 Fix sensitivity of Delete button
1780         * src/compose.c
1781                 Warn if the requested Privacy system
1782                 is not available
1783         * src/exphtmldlg.c
1784         * src/expldifdlg.c
1785         * src/importldif.c
1786         * src/importmutt.c
1787         * src/importpine.c
1788                 Fix crappy UI
1789         * src/
1790         * src/ssl.h
1791         * src/prefs_account.h
1792         * src/prefs_account.c
1793                 Save SSL prefs even in builds that have
1794                 SSL support disable
1795         * src/imap.c
1796         * src/inc.c
1797         * src/news.c
1798         * src/send_message.c
1799                 Warn if connection should be secure, but
1800                 SSL support isn't compiled in
1801         * src/gtkaspell.c
1802                 Fix word separation on UTF-8 systems
1803                 Fixes bug #812 (Strange inline spellchecking)
1804         * src/compose.c
1805                 Warn if the requested Privacy system
1806                 is not available
1807                 Factorize offline warning
1808         * src/imap.c
1809         * src/imap_gtk.c
1810         * src/imap_gtk.h
1811         * src/inc.h
1812         * src/news_gtk.c
1813         * src/news_gtk.h
1814         * src/messageview.c
1815                 Factorize offline warning
1816
1817 2005-09-19 [paul]
1818
1819         1.9.15-rc2 released
1820
1821 2005-09-18 [colin]      1.9.14cvs42
1822
1823         * src/codeconv.c
1824         * src/codeconv.h
1825         * src/procmime.c
1826                 Add a way to get locale's charset ignoring utf-8,
1827                 and use that as default encoding for broken mails
1828
1829 2005-09-18 [colin]      1.9.14cvs41
1830
1831         * src/gtk/logwindow.c
1832                 Translate string. Patch by Fabien Vantard
1833
1834 2005-09-18 [colin]      1.9.14cvs40
1835
1836         * configure.ac
1837                 Fix bug #803 (IMAP/SSL support breaks with 
1838                 GnuTLS libetpan 0.38)
1839
1840 2005-09-18 [colin]      1.9.14cvs39
1841
1842         * src/codeconv.c
1843         * src/compose.c
1844         * src/procmime.c
1845                 More charsets fixes. Fixes bug #806 (non
1846                 ascii characters in subject line)
1847
1848 2005-09-17 [paul]       1.9.14cvs38
1849
1850         * src/folderview.c
1851         * src/mainwindow.c
1852                 fix gcc-2.95 issues
1853                 Patch by Pawel Pekala
1854
1855 2005-09-17 [colin]      1.9.14cvs37
1856
1857         * src/addrindex.c
1858                 bugfix for NO-USE LDAP compilation, patch 
1859                 by Fabien Vantard
1860
1861 2005-09-17 [colin]      1.9.14cvs36
1862
1863         * src/prefs_actions.c
1864         * src/prefs_customheader.c
1865         * src/prefs_display_header.c
1866         * src/prefs_filtering_action.c
1867         * src/prefs_matcher.c
1868         * src/prefs_toolbar.c
1869                 Fix strange casts (less elegant but
1870                 works better)
1871
1872 2005-09-16 [colin]      1.9.14cvs35
1873
1874         * src/jpilot.c
1875                 Missed that one
1876
1877 2005-09-16 [colin]      1.9.14cvs34
1878
1879         * configure.ac
1880         * src/Makefile.am
1881         * src/addr_compl.c
1882         * src/addrindex.c
1883         * src/browseldap.c
1884         * src/editldap.c
1885         * src/ldaplocate.c
1886         * src/ldapquery.c
1887         * src/ldapquery.h
1888         * src/ldapserver.c
1889         * src/ldapserver.h
1890         * src/main.c
1891         * src/matcher_parser_parse.y
1892         * src/prefs_themes.c
1893         * src/etpan/Makefile.am
1894         * src/gtk/description_window.c
1895         * src/plugins/clamav/Makefile.am
1896         * src/plugins/clamav/clamav_plugin.c
1897         * src/plugins/dillo_viewer/Makefile.am
1898         * src/plugins/pgpcore/Makefile.am
1899         * src/plugins/pgpinline/Makefile.am
1900         * src/plugins/pgpmime/Makefile.am
1901         * src/plugins/trayicon/Makefile.am
1902                 Fix 100% cpu usage in address completion list
1903                 Fix little bugs (return with no values etc)
1904                 Fix all warnings (with common CFLAGS)
1905
1906 2005-09-15 [colin]      1.9.14cvs33
1907
1908         * src/addressbook.c
1909                 Fix bug where sometimes a group's email list is empty,
1910                 force its refresh (probably fixes "Re: how to create a 
1911                 distribution list")
1912         * src/ldapquery.c
1913                 Don't return to the callback in the main thread from the
1914                 fetch thread (or face segs!)
1915
1916 2005-09-15 [paul]       1.9.14cvs32
1917
1918         * src/prefs_matcher.c
1919                 forgotten in last commit
1920
1921 2005-09-15 [paul]       1.9.14cvs31
1922
1923         * src/prefs_actions.c
1924         * src/prefs_filtering_action.c
1925         * src/prefs_quote.c
1926         * src/quote_fmt.c
1927         * src/summaryview.c
1928         * src/gtk/description_window.c
1929         * src/gtk/description_window.h
1930         * src/gtk/quicksearch.c
1931                 allow interaction with the called
1932                 description window
1933                 Patch by Anders Hammar
1934
1935 2005-09-14 [paul]       1.9.14cvs30
1936
1937         * src/compose.c
1938                 fix a little annoyance when pasting with 3rd button 
1939                 with wrap_pastes=0 and wrap_input=1
1940                 Patch by Colin
1941
1942 2005-09-14 [paul]       1.9.14cvs29
1943
1944         * src/prefs_account.c
1945                 disable 'Filter messages on receiving' for
1946                 SMTP-only accounts
1947                 Patch  by Anders Hammar
1948
1949 2005-09-14 [paul]       1.9.14cvs28
1950
1951         * po/sk.po
1952                 fix crash
1953                 updated by Andrej Kacian
1954
1955 2005-09-14 [paul]
1956
1957         1.9.15-rc1 released
1958
1959 2005-09-14 [paul]       1.9.14cvs27
1960
1961         * po/es.po
1962                 updated by Ricardo Mones Lastra
1963         * src/compose.c
1964         * src/compose.h
1965                 associate no_wrap_tags to Compose windows
1966                 instead of using a static one
1967                 Patch by Colin
1968         * src/mbox.c
1969                 fix proc_mbox()
1970                 Patch by wwp
1971         * src/textview.c
1972                 remove unneeded printf()
1973
1974 2005-09-14 [paul]       1.9.14cvs26
1975
1976         * src/addrcache.c
1977         * src/codeconv.h
1978         * src/folder.h
1979         * src/mainwindow.h
1980         * src/mh.c
1981         * src/mimeview.h
1982         * src/partial_download.c
1983         * src/pop.c
1984         * src/prefs_account.c
1985         * src/prefs_account.h
1986         * src/prefs_actions.c
1987         * src/prefs_customheader.c
1988         * src/prefs_display_header.c
1989         * src/prefs_filtering_action.c
1990         * src/prefs_matcher.c
1991         * src/prefs_toolbar.c
1992         * src/privacy.h
1993         * src/procmime.c
1994         * src/procmime.h
1995         * src/procmsg.h
1996         * src/textview.c
1997         * src/undo.h
1998         * src/common/plugin.c
1999         * src/common/session.h
2000         * src/common/socket.c
2001         * src/common/socket.h
2002         * src/common/template.c
2003         * src/gtk/gtkaspell.c
2004         * src/gtk/quicksearch.h
2005         * src/plugins/pgpcore/passphrase.c
2006         * src/plugins/pgpcore/prefs_gpg.h
2007         * src/plugins/pgpcore/select-keys.c
2008         * src/plugins/pgpcore/select-keys.h
2009         * src/plugins/pgpcore/sgpgme.c
2010         * src/plugins/pgpinline/pgpinline.c
2011         * src/plugins/pgpmime/pgpmime.c
2012         * src/plugins/trayicon/trayicon.c
2013                 fix compilation warnings
2014                 Patch by Daniel Gustafson
2015
2016 2005-09-14 [paul]       1.9.14cvs25
2017
2018         * src/addressbook.c
2019                 add missing column header, and other small
2020                 bug fixes
2021                 Patch by Anders Hammar
2022
2023 2005-09-13 [colin]      1.9.14cvs24
2024
2025         * src/gtk/gtkaspell.c
2026                 Fix non-utf8 in menu
2027                 Fix little leaks
2028                 Nullify struct members after free()s
2029
2030 2005-09-13 [colin]      1.9.14cvs23
2031
2032         * src/compose.c
2033                 Test utf8 compliance before inserting to 
2034                 buffer, and try to convert if necessary
2035         * src/procmime.c
2036                 If no charset is present, use the locale 
2037                 one instead of us-ascii
2038         * src/procmsg.c
2039                 Add Sender, List-Post and To in the checked 
2040                 headers for automatic rules creation 
2041                 (thanks to wwp)
2042         * src/prefs_themes.c
2043         * src/gtk/gtkaspell.c
2044                 Remove deprecated functions. 
2045                 patch by Daniel Gustafson
2046
2047 2005-09-12 [colin]      1.9.14cvs22
2048
2049         * src/compose.c
2050                 Fix bug #448 (Scrolling/Redraw issue with 
2051                 address-fields in Header)
2052         * src/mainwindow.c
2053         * src/summaryview.c
2054         * src/summaryview.h
2055                 Fix loss of MSG_MARKED on move/copy
2056                 Fix bug #804 (Quicksearch togglebutton doesn't 
2057                 get depressed after '/' key is pressed)
2058
2059 2005-09-12 [paul]       1.9.14cvs21
2060
2061         * AUTHORS
2062         * src/gtk/logwindow.c
2063                 add 'Clear Log' to popup menu
2064                 Patch by Anders Hammar <anders.hammar@telia.com>
2065
2066 2005-09-12 [paul]       1.9.14cvs20
2067
2068         * src/compose.c
2069                 set correct sensitivity on attachments
2070                 popup menu
2071         * src/folder.c
2072                 fix typo
2073         * src/prefs_spelling.c
2074                 fix crash when no LANG env is set
2075         * src/common/xml.c
2076                 fix crash in wizard
2077                 don't use memeory after free
2078
2079         All patches by Daniel Gustafson
2080
2081 2005-09-12 [paul]       1.9.14cvs19
2082
2083         * src/prefs_themes.c
2084                 make theme info selectable
2085         * src/gtk/description_window.c
2086                 make window non-modal
2087         * tools/README
2088                 add details of asus_mailed.sh
2089         * tools/claws.i18n.status.pl
2090                 update for new zh_TW translator
2091                 widen the output
2092                 create alternate coloured lines
2093                 improve readability
2094
2095 2005-09-10 [colin]      1.9.14cvs18
2096
2097         * src/plugins/pgpcore/select-keys.c
2098                 Better order for the buttons
2099
2100 2005-09-10 [colin]      1.9.14cvs17
2101
2102         * src/compose.c
2103         * src/plugins/pgpcore/select-keys.c
2104         * src/plugins/pgpcore/select-keys.h
2105         * src/plugins/pgpcore/sgpgme.c
2106                 Add a "Don't encrypt" button to the key
2107                 selection dialog. Fixes bug #177 (There should be a 
2108                 'Don't encrypt button in the Select Keys dialog)
2109
2110 2005-09-10 [colin]      1.9.14cvs16
2111
2112         * src/compose.c
2113                 Fix bug #572 (%X option does not work with templates)
2114
2115 2005-09-10 [colin]      1.9.14cvs15
2116
2117         * src/toolbar.c 
2118                 Remove g_print
2119
2120 2005-09-10 [colin]      1.9.14cvs14
2121
2122         * src/imap.c
2123                 Fix a possible crash
2124
2125 2005-09-09 [colin]      1.9.14cvs13
2126
2127         * src/imap.c
2128         * src/etpan/imap-thread.c
2129         * src/etpan/imap-thread.h
2130                 Fix moving from queue or drafts to normal folders
2131                 Fix bug #794 (No way to delete without expunging)
2132                 Take flags unset by other mailers into account
2133                 Take deleted flag set by other mailers into account
2134                 Fix unsetting REPLIED flag
2135                 Fix crash when capabilities can't be retrieved
2136         * src/mainwindow.c
2137         * src/mainwindow.h
2138                 Add M_DELAYED_FLAGS condition, and let the user use
2139                 Execute in order to be able to expunge deleted mails,
2140                 even if he's not in delayed execute mode
2141         * src/prefs_spelling.c
2142                 Use 'en' dictionary by default if LANG is POSIX or C
2143         * src/gtk/prefswindow.c
2144                 Fix bug #767 (Preferences windows expanding) by making
2145                 the window a bit larger when the resolution is greater
2146                 than 640x480, and by putting the prefs in a
2147                 GtkScrolledWindow.
2148
2149 2005-09-09 [paul]       1.9.14cvs12
2150
2151         * AUTHORS
2152         * configure.ac
2153         * po/zh_TW.Big5.po      ** REMOVED **
2154         * po/zh_TW.po           ** ADDED **
2155                 updated by Wei-Lun Chao
2156
2157 2005-09-09 [paul]       1.9.14cvs11
2158
2159         * src/mainwindow.c
2160                 fix asserts
2161         * src/common/xml.c
2162                 delay memory allocation until file is
2163                 opened successfully
2164                 Patch by Daniel Gustafson
2165
2166 2005-09-09 [cleroy]     1.9.14cvs10
2167
2168         * src/imap.c
2169                 Add guards
2170
2171 2005-09-08 [colin]      1.9.14cvs9
2172
2173         * src/compose.c
2174                 Alert when we can't save draft
2175                 Fix various wrap/color issues
2176                 Add mid-click pasting respecting wrap_paste option
2177         * src/folder.c
2178         * src/folder.h
2179         * src/folder_item_prefs.c
2180         * src/folder_item_prefs.h
2181         * src/imap.c
2182         * src/imap_gtk.c
2183         * src/imap_gtk.h
2184         * src/main.c
2185         * src/mainwindow.c
2186         * src/mainwindow.h
2187         * src/news.c
2188         * src/news_gtk.c
2189         * src/news_gtk.h
2190         * src/prefs_folder_item.c
2191                 Fix the impossibility to synchronise folders for
2192                 offline use (IMAP and NNTP are concerned)
2193
2194 2005-09-08 [colin]      1.9.14cvs8
2195
2196         * configure.ac
2197                 Build LDAP and JPilot by default if available
2198         * src/textview.c
2199                 Fix use after free
2200
2201 2005-09-08 [paul]       1.9.14cvs7
2202
2203         * doc/manual/en/sylpheed-1.html
2204         * doc/manual/en/sylpheed-18.html
2205         * doc/manual/en/sylpheed-19.html
2206         * doc/manual/en/sylpheed-4.html
2207         * doc/manual/en/sylpheed-6.html
2208         * doc/manual/en/sylpheed.html
2209                 a few minor updates, plus include some
2210                 details about plugins and their requirements
2211         * src/mainwindow.c
2212                 minor changes to English in /View/Sort
2213
2214 2005-09-07 [colin]      1.9.14cvs6
2215
2216         * doc/manual/en/sylpheed-1.html
2217         * doc/manual/en/sylpheed-10.html
2218         * doc/manual/en/sylpheed-11.html
2219         * doc/manual/en/sylpheed-12.html
2220         * doc/manual/en/sylpheed-13.html
2221         * doc/manual/en/sylpheed-14.html
2222         * doc/manual/en/sylpheed-15.html
2223         * doc/manual/en/sylpheed-16.html
2224         * doc/manual/en/sylpheed-17.html
2225         * doc/manual/en/sylpheed-18.html
2226         * doc/manual/en/sylpheed-19.html
2227         * doc/manual/en/sylpheed-2.html
2228         * doc/manual/en/sylpheed-20.html
2229         * doc/manual/en/sylpheed-21.html
2230         * doc/manual/en/sylpheed-22.html
2231         * doc/manual/en/sylpheed-3.html
2232         * doc/manual/en/sylpheed-4.html
2233         * doc/manual/en/sylpheed-5.html
2234         * doc/manual/en/sylpheed-6.html
2235         * doc/manual/en/sylpheed-7.html
2236         * doc/manual/en/sylpheed-8.html
2237         * doc/manual/en/sylpheed-9.html
2238         * doc/manual/en/sylpheed.html
2239                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
2240
2241 2005-09-07 [colin]      1.9.14cvs5
2242
2243         * src/mainwindow.c
2244                 Make labels more to-the-point
2245
2246 2005-09-07 [colin]      1.9.14cvs4
2247
2248         * doc/manual/en/sylpheed-1.html
2249         * doc/manual/en/sylpheed-12.html
2250         * doc/manual/en/sylpheed-13.html
2251         * doc/manual/en/sylpheed-14.html
2252         * doc/manual/en/sylpheed-15.html
2253         * doc/manual/en/sylpheed-16.html
2254         * doc/manual/en/sylpheed-17.html
2255         * doc/manual/en/sylpheed-18.html
2256         * doc/manual/en/sylpheed-19.html
2257         * doc/manual/en/sylpheed-2.html
2258         * doc/manual/en/sylpheed-20.html
2259         * doc/manual/en/sylpheed-21.html
2260         * doc/manual/en/sylpheed-22.html
2261         * doc/manual/en/sylpheed-4.html
2262         * doc/manual/en/sylpheed-5.html
2263         * doc/manual/en/sylpheed-6.html
2264         * doc/manual/en/sylpheed-7.html
2265         * doc/manual/en/sylpheed-8.html
2266         * doc/manual/en/sylpheed-9.html
2267         * doc/manual/en/sylpheed.html
2268                 Update manual
2269
2270 2005-09-07 [colin]      1.9.14cvs3
2271
2272         * doc/faq/en/sylpheed-faq-1.html
2273         * doc/faq/en/sylpheed-faq-2.html
2274         * doc/faq/en/sylpheed-faq-3.html
2275         * doc/faq/en/sylpheed-faq.html
2276                 Update FAQ
2277
2278 2005-09-07 [colin]      1.9.14cvs2
2279
2280         * src/folderview.c
2281         * src/procmsg.c
2282         * src/summaryview.c
2283         * src/toolbar.c
2284                 Fix special subfolders:
2285                 - Inherit parent's icon
2286                 - sent contents of queues subfolders
2287                 - empty subfolders of trashes
2288         * src/mainwindow.c
2289                 Remove outdated manual and faq entries
2290         * src/common/utils.c
2291                 Add quotes around %s coming from mailcap
2292
2293 2005-09-07 [colin]      1.9.14cvs1
2294
2295         * src/compose.c
2296                 After saving draft, set modified to FALSE
2297         * src/mimeview.c
2298         * src/common/utils.c
2299         * src/common/utils.h
2300                 Try to open mime parts using what is 
2301                 indicated in ~/.mailcap or /etc/mailcap,
2302                 if possible.
2303
2304 2005-09-05 [paul]       1.9.14
2305
2306         1.9.14 released
2307
2308         * po/sk.po
2309                 updated by Andrej Kacian
2310
2311 2005-09-05 [paul]       1.9.13cvs83
2312
2313         * po/de.po
2314         * po/es.po
2315         * po/fi.po
2316         * po/fr.po
2317         * po/nb.po
2318         * po/pt_BR.po
2319         * po/sr.po
2320                 updated translations by Thomas Gilgin, Ricardo Mones
2321                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
2322                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
2323
2324 2005-09-04 [paul]       1.9.13cvs82
2325
2326         * src/compose.c
2327                 only warn about exceeded line length limit
2328                 on send
2329
2330 2005-09-04 [paul]       1.9.13cvs81
2331
2332         * src/compose.c
2333                 fix crash in 'line length exceeded' dialogue
2334
2335 2005-09-02 [paul]       1.9.13cvs80
2336
2337         * src/imap.c
2338                 fix bug 795, 'Connection lost IMAP'
2339                 and add statusbar prints
2340                 Patch by Colin
2341
2342 2005-09-02 [paul]       1.9.13cvs79
2343
2344         * src/compose.c
2345                 compose_wrap_paragraph() becomes
2346                 compose_beautify_paragraph()
2347                 Patch by Colin
2348
2349 2005-09-02 [cleroy]     1.9.13cvs78
2350
2351         * src/folderview.c
2352                 Micro-fix
2353
2354 2005-09-01 [colin]      1.9.13cvs77
2355
2356         * src/imap.c
2357                 Maybe fix bug #795 (Connection lost IMAP)
2358                 Don't try to send logout when we're disconnected.
2359         * src/summaryview.c
2360                 Include locked and marked emails in HRM
2361                 view. Fixes bug #800 (Locked messages no longer 
2362                 show up when hide read messages is used)
2363
2364 2005-09-01 [paul]       1.9.13cvs76
2365
2366         * src/prefs_common.c
2367                 fix bad cutting
2368
2369 2005-08-31 [colin]      1.9.13cvs75
2370
2371         * src/folderview.c
2372         * src/folderview.h
2373         * src/prefs_summaries.c
2374         * src/summaryview.c
2375                 Fix "go to next new", fix preference
2376                 (Open unread/next swapped)
2377
2378 2005-08-31 [paul]       1.9.13cvs74
2379
2380         * src/compose.c
2381         * src/folderview.c
2382         * src/headerview.c
2383         * src/headerview.h
2384         * src/mainwindow.c
2385         * src/prefs_common.c
2386         * src/prefs_common.h
2387         * src/prefs_fonts.c
2388         * src/summaryview.c
2389         * src/textview.c
2390         * src/common/defs.h
2391                 remove obsolete BOLD_FONT setting
2392                 fix font update in headerview and textview
2393                 headers after prefs change
2394                 Patch By Colin
2395
2396 2005-08-31 [paul]
2397
2398         1.9.14-rc4 released
2399
2400 2005-08-30 [colin]      1.9.13cvs73
2401
2402         * src/summaryview.c
2403                 When Hide read messages is selected and we
2404                 refresh the summaryview, don't remove the 
2405                 currently displayed message. Fixes bug #797
2406                 (Summary view reloads when new mail is 
2407                 downloaded in 1.9.14 rc)
2408
2409 2005-08-30 [colin]      1.9.13cvs72
2410
2411         * src/folderview.c
2412                 Fix flickering
2413         * src/mainwindow.c
2414                 Remove useless callback
2415         * src/mimeview.c
2416         * src/gtk/filesel.c
2417         * src/gtk/filesel.h
2418                 Add a filesel_select_file_save_folder() - used by Save All
2419
2420 2005-08-29 [paul]       1.9.13cvs71
2421
2422         * AUTHORS
2423         * src/matcher_parser_parse.y
2424         * src/etpan/imap-thread.c
2425                 fix building on FreeBSD
2426                 Patch by Daniel Gustafson <daniel@hobbit.se>
2427
2428 2005-08-29 [paul]       1.9.13cvs70
2429
2430         * src/plugins/pgpinline/pgpinline.c
2431                 only initialise sig result if it's been handled
2432                 Patch by Colin
2433
2434 2005-08-29 [paul]       1.9.13cvs69
2435         
2436         Patches by Colin:
2437
2438         * src/imap.c
2439         * src/common.utils.c
2440         * src/common/utils.h
2441                 optimisation
2442         * src/stock_pixmap.h
2443                 fix wrong icon reference
2444         * src/pixmaps/trash_btn.xpm
2445                 replace with nicer image
2446
2447 2005-08-28 [colin]      1.9.13cvs68
2448
2449         * src/Makefile.am
2450         * src/stock_pixmap.c
2451         * src/stock_pixmap.h
2452         * src/toolbar.c
2453         * src/pixmaps/trash_btn.xpm
2454                 Add a specific trash xpm for the button
2455
2456 2005-08-28 [colin]      1.9.13cvs67
2457
2458         * src/imap.c
2459                 Fix leak
2460
2461 2005-08-27 [colin]      1.9.13cvs66
2462
2463         * src/imap.c
2464         * src/procmime.c
2465                 Correctly fix "Problem with replies", fixes
2466                 pgpmime encryption too. 
2467
2468 2005-08-27 [colin]      1.9.13cvs65
2469
2470         * src/folder.c
2471         * src/procmsg.c
2472         * src/procmsg.h
2473         * src/summaryview.c
2474                 Fix bug #517 (messages removed from summaryview 
2475                 when moving fails)
2476
2477 2005-08-27 [colin]      1.9.13cvs64
2478
2479         * tools/Makefile.am
2480         * tools/asus_mailled.sh
2481                 Add a script to blink ASUS laptops' mail LED where there
2482                 is unread mail.
2483
2484 2005-08-27 [colin]      1.9.13cvs63
2485
2486         * src/imap.c
2487         * src/etpan/imap-thread.c
2488         * src/etpan/imap-thread.h
2489                 Implement automatic choosing of login method
2490                 Fixes bug #791
2491         * src/gtk/.cvsignore
2492                 Add sylpheed-marshal.[ch]
2493
2494 2005-08-27 [colin]      1.9.13cvs62
2495
2496         * src/common/utils.c
2497                 Fix confusing perror
2498
2499 2005-08-27 [colin]      1.9.13cvs61
2500
2501         * src/toolbar.c
2502         * src/toolbar.h
2503                 Remove A_DELETE, replace it with 
2504                 A_TRASH and A_DELETE_REAL. Automatically
2505                 rewrite config files to replace A_DELETE
2506                 with A_TRASH (no functionality change).
2507                 Fixes half of #794
2508
2509 2005-08-26 [colin]      1.9.13cvs60
2510
2511         * src/procmime.c
2512                 Previous "Problem with replies" fix brought other
2513                 problems, fixing them
2514
2515 2005-08-26 [colin]      1.9.13cvs59
2516
2517         * src/procmime.c
2518                 Fix "Problem with replies". This happened only
2519                 on IMAP...
2520         * src/procmsg.c
2521                 Factorize code a bit
2522         * src/compose.c
2523                 Speed improvement on very long messages (wrapping)
2524                 Fix signature color on Reedit and Redirect
2525                 On Reedit, don't attach pgp-signatures parts, but
2526                 set signing to On.
2527
2528 2005-08-24 [paul]       1.9.13cvs58
2529
2530         * src/compose.c
2531                 don't claim success when clicking
2532                 Cancel on the passphrase box.
2533                 Patch by Colin
2534
2535 2005-08-24 [paul]       1.9.13cvs57
2536
2537         * src/main.c
2538                 fix misplaced sylpheed.log
2539         * src/common/defs.h
2540                 define UIDL_DIR
2541
2542 2005-08-24 [paul]       1.9.13cvs56
2543
2544         * src/imap.c
2545         * src/etpan/imap-thread.c
2546         * src/etpan/imap-thread.h
2547                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
2548                 Patch by Colin
2549         * src/gtk/sylpheed-marshal.c    ** REMOVED **
2550         * src/gtk/sylpheed-marshal.h    ** REMOVED **
2551                 remove autogenerated files
2552         * tools/kdeservicemenu/README
2553         * tools/kdeservicemenu/install.sh
2554         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2555         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2556                 use Claws icon, use 'Sylpheed-Claws' in menu,
2557                 use kdialog, and other cleanups
2558
2559 2005-08-23 [paul]       1.9.13cvs55
2560
2561         * src/compose.c
2562                 fix paste/wrap crash
2563                 Patch by Colin
2564
2565 2005-08-23 [paul]       1.9.13cvs54
2566
2567         * src/main.c
2568                 fix crash recovery
2569                 Patch by Colin
2570
2571 2005-08-23 [paul]       1.9.13cvs53
2572
2573         * src/addressbook.c
2574         * src/editaddress.c
2575                 view all data of LDAP contacts
2576                 Patch by Colin
2577
2578 2005-08-23 [paul]       1.9.13cvs52
2579
2580         * src/addressbook.c
2581                 fix issues with the Search field
2582                 Patch by Colin
2583
2584 2005-08-22 [paul]       1.9.13cvs51
2585
2586         * src/folderview.c
2587                 put name of folder in processing dialog
2588                 title
2589         * src/prefs_folder_item.c
2590                 improve english usage
2591
2592 2005-08-22 [paul]       1.9.13cvs50
2593
2594         * src/filtering.c
2595         * src/filtering.h
2596         * src/matcher.c
2597         * src/matcher_parser_lex.l
2598         * src/matcher_parser_parse.y
2599         * src/prefs_filtering.c
2600                 add Filtering/Processing rule names feature.
2601                 (the incompatible old matcherrc is saved as
2602                 matcherrc.pre_names).
2603                 Patch by Colin
2604
2605 2005-08-22 [paul]       1.9.13cvs49
2606
2607         * src/procmsg.c
2608                 fix colour labelling
2609                 Patch by Colin
2610
2611 2005-08-22 [paul]       1.9.13cvs48
2612
2613         * src/textview.c
2614                 fix open_image_cb()
2615
2616 2005-08-22 [paul]       1.9.13cvs47
2617
2618         * src/imap.c
2619                 fix bug 789, 'SC crashes with imap (CVS ver)'
2620                 Patch by Colin
2621
2622 2005-08-22 [paul]       1.9.13cvs46
2623
2624         * src/mimeview.c
2625         * src/prefs_common.c
2626         * src/common/defs.h
2627                 define reused defaults in defs.h
2628         * src/textview.c
2629                 add 'Open image' to image popup menu
2630
2631 2005-08-21 [colin]      1.9.13cvs45
2632
2633         * src/summaryview.c
2634                 Fix bug #788 (Bogus "From" address displayed)
2635
2636 2005-08-20 [colin]      1.9.13cvs44
2637
2638         * src/folder.c
2639                 Fix buf #787 (multilevel delete causes SIGSEGV)
2640
2641 2005-08-19 [colin]      1.9.13cvs43
2642
2643         * src/inc.c
2644         * src/prefs_common.c
2645         * src/prefs_common.h
2646                 Add an hidden pref to allow modifying the
2647                 update stepping in incorporation.
2648                 Patch by wwp.
2649
2650 2005-08-19 [colin]      1.9.13cvs42
2651
2652         * src/compose.c
2653         * src/procmime.c
2654                 Workaround for broken MUAs: encode 
2655                 Content-type: name: as ASCII and 
2656                 Content-Disposition: filename: as
2657                 per rfc2231
2658         * src/prefs_account.c
2659                 Fix invisible-ness of SMTP SSL prefs
2660                 in NNTP accounts
2661
2662 2005-08-19 [paul]       1.9.13cvs41
2663
2664         * src/compose.c
2665         * src/prefs_common.c
2666         * src/prefs_common.h
2667         * src/prefs_wrapping.c
2668                 paste with or without wrapping.
2669                 patch by Colin
2670
2671 2005-08-19 [paul]       1.9.13cvs40
2672
2673         * src/prefs_common.c
2674         * src/prefs_common.h
2675         * src/summaryview.c
2676                 reintroduce enable_swap_from as a
2677                 hidden pref. patch by Colin
2678         * src/quote_fmt_parse.y
2679         * src/plugins/clamav/clamav_plugin.c
2680         * src/plugins/dillo_viewer/dillo_viewer.c
2681         * src/plugins/mathml_viewer/mathml_viewer.c
2682         * src/plugins/pgpcore/sgpgme.c
2683         * src/plugins/pgpinline/pgpinline.c
2684         * src/plugins/pgpmime/pgpmime.c
2685                 tidy up. patch by Colin
2686
2687 2005-08-19 [paul]       1.9.13cvs39
2688
2689         * configure.ac
2690                 complete cvs38's sync
2691         * src/editaddress.c
2692         * src/gedit-print.c
2693         * src/mutt.c
2694         * src/etpan/etpan-log.c
2695         * src/etpan/imap-thread.c
2696         * src/gtk/gtksourceprintjob.c
2697                 fix compilation warnings
2698                 (patch by Colin)
2699
2700 2005-08-19 [paul]       1.9.13cvs38
2701
2702         sync with main:
2703
2704         * src/account.c
2705         * src/action.c
2706         * src/addrbook.c
2707         * src/addrcache.c
2708         * src/addrharvest.c
2709         * src/addrindex.c
2710         * src/codeconv.c
2711         * src/compose.c
2712         * src/crash.c
2713         * src/exporthtml.c
2714         * src/exportldif.c
2715         * src/folder.c
2716         * src/image_viewer.c
2717         * src/inc.c
2718         * src/inc.h
2719         * src/jpilot.c
2720         * src/ldif.c
2721         * src/main.c
2722         * src/matcher.c
2723         * src/mbox.c
2724         * src/messageview.c
2725         * src/mh.c
2726         * src/mimeview.c
2727         * src/msgcache.c
2728         * src/mutt.c
2729         * src/news.c
2730         * src/partial_download.c
2731         * src/pine.c
2732         * src/pop.c
2733         * src/prefs_actions.c
2734         * src/prefs_common.c
2735         * src/prefs_customheader.c
2736         * src/prefs_display_header.c
2737         * src/prefs_gtk.c
2738         * src/prefs_themes.c
2739         * src/procheader.c
2740         * src/procmime.c
2741         * src/procmsg.c
2742         * src/recv.c
2743         * src/send_message.c
2744         * src/simple-gettext.c
2745         * src/sourcewindow.c
2746         * src/textview.c
2747         * src/vcard.c
2748         * src/common/defs.h
2749         * src/common/log.c
2750         * src/common/plugin.c
2751         * src/common/prefs.c
2752         * src/common/session.c
2753         * src/common/session.h
2754         * src/common/socket.c
2755         * src/common/socket.h
2756         * src/common/ssl_certificate.c
2757         * src/common/template.c
2758         * src/common/utils.c
2759         * src/common/utils.h
2760         * src/common/xml.c
2761         * src/gtk/about.c
2762         added wrappers for C library function that
2763                 take pathname arguments.
2764                 enabled compilation with MinGW.
2765                 use GDir instead of directly using opendir().
2766                 added rename_force().
2767
2768 2005-08-19 [paul]       1.9.13cvs37
2769         
2770         patches by Colin:
2771         * src/compose.c
2772                 fix privacy settings on re-editing
2773                 a sent message
2774         * src/jpilot.c
2775                 fix encoding bug
2776         * src/folder.c
2777         * src/procmsg.c
2778         * src/procmsg.h
2779         * src/summaryview.c
2780                 flag changing optimisation
2781
2782 2005-08-18 [martin]     1.9.13cvs36
2783
2784         * commitHelper
2785             added my login
2786         * src/addrcache.c
2787         * src/addrharvest.c
2788         * src/addrindex.c
2789         * src/compose.c
2790         * src/grouplistdialog.c
2791         * src/main.c
2792         * src/mainwindow.c
2793         * src/msgcache.c
2794         * src/mutt.c
2795         * src/pine.c
2796         * src/prefs_account.c
2797         * src/prefs_themes.c
2798         * src/stock_pixmap.c
2799         * src/summaryview.c
2800         * src/gtk/about.c
2801         * src/gtk/logwindow.c
2802             removed deprecated glib and gdk stuff
2803         * src/plugins/pgpcore/select-keys.c
2804             convert attributes from locale to utf8
2805
2806 2005-08-17 [paul]       1.9.13cvs35
2807
2808         * src/account.c
2809         * src/addressbook.c
2810                 use new GTK_STOCK_ icons if available
2811         * src/summaryview.c
2812         * src/gtk/gtksctree.c
2813         * src/gtk/gtksctree.h
2814                 faster range select. patch by Colin
2815
2816 2005-08-17 [paul]       1.9.13cvs34
2817
2818         patches by colin:
2819         * src/addressbook.c
2820         * src/addressitem.h
2821                 Add an edit button for contacts, fix selections
2822                 of gtksctree items
2823         * src/editaddress.c
2824                 Change labels, let Save be always possible in the
2825                 email and user atributes tabs
2826         * src/folderview.c
2827                 fix sort issues
2828         * src/summaryview.c
2829                 select next item instead of the displayed one
2830                 after deletion
2831
2832         * src/gtk/progressdialog.c
2833                 use prefs_common.enable_rules_hint
2834
2835 2005-08-13 [hoa]        1.9.13cvs33
2836
2837         * src/etpan/imap-thread.c
2838                 fixed build on Solaris.
2839
2840 2005-08-10 [colin]      1.9.13cvs32
2841
2842         * src/procmsg.c
2843                 Fix cvs31 (missing fclose before reading
2844                 the file)
2845
2846 2005-08-10 [colin]      1.9.13cvs31
2847
2848         * src/procmsg.c
2849                 Fix procmsg_msginfo_new_from_mimeinfo() when
2850                 the MimeInfo isn't stored in memory. This fixes
2851                 replying to an attached message.
2852
2853 2005-08-10 [colin]      1.9.13cvs30
2854
2855         * src/mainwindow.c
2856                 Fix slowness in account changing
2857
2858 2005-08-10 [colin]      1.9.13cvs29
2859
2860         * src/folder.c
2861         * src/folderutils.c
2862         * src/folderview.c
2863         * src/imap_gtk.c
2864         * src/mainwindow.c
2865         * src/mh_gtk.c
2866         * src/procmsg.c
2867         * src/summaryview.c
2868                 Optimize folder_has_parent_of_type
2869                 Prevent moving special sub-folders from contextual menus
2870                 Rework message a bit ("Empty all messages" -> "Delete all
2871                 messages")
2872                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
2873                 and "Deleted Items" folders)
2874
2875 2005-08-08 [colin]      1.9.13cvs28
2876
2877         * src/summaryview.c
2878         * src/prefs_summaries.c
2879                 Make "Select first unread|new" more flexible
2880                 (just prioritize new or unread)
2881
2882 2005-08-08 [colin]      1.9.13cvs27
2883
2884         * src/summaryview.c
2885                 If "select first new" is selected and there only
2886                 are unread messages, fallback to "select first
2887                 unread".
2888
2889 2005-08-08 [colin]      1.9.13cvs26
2890
2891         * src/folder.c
2892                 Fix shameful bugs (and bug #779)
2893
2894 2005-08-08 [colin]      1.9.13cvs25
2895
2896         * src/folder.c
2897         * src/folder.h
2898                 Cache parents' type to make folder_has_parent_of_type
2899                 faster
2900         * src/folderview.c
2901                 Forbid DnD of special sub-folders
2902         * src/procmsg.c
2903         * src/procmsg.h
2904                 Add MAIL_POSTFILTERING_HOOK
2905         * src/summaryview.c
2906                 Revert over-zealous deletion of the use_addr_book 
2907                 code
2908
2909 2005-08-07 [colin]      1.9.13cvs24
2910
2911         * src/folder.c
2912                 Fix big mistake (passing MsgInfo instead 
2913                 of FolderItem)
2914
2915 2005-08-07 [colin]      1.9.13cvs23
2916
2917         * src/compose.c
2918         * src/folder.c
2919         * src/folder.h
2920         * src/foldersel.c
2921         * src/folderutils.c
2922         * src/folderview.c
2923         * src/imap.c
2924         * src/mainwindow.c
2925         * src/messageview.c
2926         * src/mh.c
2927         * src/msgcache.c
2928         * src/procmime.c
2929         * src/summaryview.c
2930                 Make subfolders of Drafts, Queue, Outbox, Trash
2931                 work like their parents. 
2932                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
2933
2934 2005-08-07 [colin]      1.9.13cvs22
2935
2936         * src/addressbook.c
2937                 Fix bug #771 (Dragged contacts not saved)
2938
2939 2005-08-07 [paul]       1.9.13cvs21
2940
2941         * src/summaryview.c
2942                 fix bug 32 'Search Doesn't display results
2943                 if "Hide Read Messages" is chosen'
2944                 be more literal in interpreting 'Hide read
2945                 messages'
2946
2947 2005-08-07 [colin]      1.9.13cvs20
2948
2949         * src/folderview.c
2950                 Add debug
2951         * src/summaryview.c
2952                 Faster 'unthread_for_execution'
2953
2954 2005-08-06 [paul]       1.9.13cvs19
2955
2956         * src/mainwindow.c
2957                 add mnemonics to Set displayed columns
2958                 fix bug where msgview_visible option was
2959                 overwritten as TRUE on startup
2960
2961 2005-08-06 [paul]       1.9.13cvs18
2962
2963         * src/mainwindow.c
2964                 refer to 'displayed columns in folder/message
2965                 list' not 'displayed items in summary/message view'
2966         * src/prefs_display_header.c
2967                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
2968                 be consistent with similar dialogues
2969         * src/prefs_folder_column.c
2970         * src/prefs_summary_column.c
2971                 'columns' not 'items', and folder and message lists,
2972                 instead of folder and summary views;
2973                 Use 'Hidden columns' as list heading not 'Available
2974                 items';
2975                 move the 'Remove' button to the right hand side;
2976                 top-align the buttons;
2977                 remove unneeded vbox
2978         * src/prefs_summaries.c
2979                 put the 2 column prefs buttons in a frame to reduce
2980                 overall width; refer to columns not items &c.
2981
2982 2005-08-05 [colin]      1.9.13cvs17
2983
2984         * src/prefs_common.c
2985         * src/prefs_common.h
2986         * src/mainwindow.c
2987         * src/compose.c
2988         * src/messageview.c
2989                 Add an hidden toolbar_detachable pref, so
2990                 that I can get rid of these painful handles
2991                 in the toolbars. Defaults to TRUE to avoid
2992                 changing the GUI on unsuspecting people...
2993
2994 2005-08-05 [colin]      1.9.13cvs16
2995
2996         * src/Makefile.am
2997         * src/prefs_folder_column.c
2998         * src/prefs_folder_column.h
2999                 Add prefs for folder columns
3000         * src/folderview.c
3001         * src/folderview.h
3002         * src/mainwindow.c
3003         * src/mainwindow.h
3004         * src/prefs_common.c
3005         * src/prefs_common.h
3006         * src/prefs_summaries.c
3007                 Use them
3008         * src/prefs_summary_column.c
3009         * src/summaryview.c
3010         * src/summaryview.h
3011                 Add a To column
3012         * src/textview.c
3013         * src/common/utils.c
3014         * src/common/utils.h
3015                 Move uri colourisation functions
3016                 to utils
3017         * src/compose.c
3018                 Colourise URIs
3019         * src/imap.c
3020                 Fix bug with LIST where we'd try
3021                 to get Folder//////[...]/// 
3022
3023 2005-08-05 [paul]       1.9.13cvs15
3024
3025         * src/prefs_summaries.c
3026                 improve the English usage
3027         * src/summaryview.c
3028                 set font on column change
3029                 thanks to Colin
3030
3031 2005-08-05 [paul]       1.9.13cvs14
3032
3033         * src/prefs_common.c
3034         * src/prefs_common.h
3035         * src/prefs_summaries.c
3036         * src/summaryview.c
3037                 replace 'open_unread_on_enter' option with
3038                 'select_on_entry' option. opening/not opening
3039                 is now exclusively controlled by 'always_show_msg'
3040
3041 2005-08-04 [colin]      1.9.13cvs13
3042
3043         * src/compose.c
3044                 Remove dead code
3045                 Add colourisation of quotes and signatures
3046         * src/folderview.c
3047                 Fix possible crashes
3048         * src/messageview.c
3049                 Change an assert that is no problem
3050         * src/news.c
3051         * src/news_gtk.c
3052         * src/news_gtk.h
3053                 Fix offline mode
3054         * src/gtk/quicksearch.c
3055                 Fix a possible crash
3056
3057 2005-08-03 [colin]      1.9.13cvs12
3058
3059         * src/prefs_account.c
3060                 Fix bug #777 (Sylpheed crash in account configuration)
3061
3062 2005-08-03 [colin]      1.9.13cvs11
3063
3064         * src/addressbook.c
3065         * src/editaddress.c
3066         * src/editgroup.c
3067                 Fixing addressbook, round 2
3068         * src/textview.c
3069                 Fix emphasis color on rechecking 'Colorize messages'
3070
3071 2005-08-03 [paul]       1.9.13cvs10
3072
3073         sync with main
3074
3075         * src/addr_compl.c
3076         * src/compose.c
3077         * src/main.c
3078         * src/pop.c
3079         * src/prefs_account.c
3080         * src/procmime.c
3081         * src/procmsg.c
3082         * src/quote_fmt_parse.y
3083         * src/textview.c
3084         * src/common/quoted-printable.c
3085         * src/common/utils.c
3086         * src/common/utils.h
3087         * src/common/xml.c
3088                 replaced incorrect locale-independent
3089                 ctype functions with GLib's. Corrected
3090                 signedness mismatch.
3091         * src/headerview.c
3092                 headerview_create(): added spacing for vbox.
3093         * src/gtk/about.c
3094                 set focus to the OK button.
3095
3096 2005-08-03 [colin]      1.9.13cvs9
3097
3098         * src/folderview.c
3099                 Fix possible crash
3100
3101 2005-08-02 [colin]      1.9.13cvs8
3102
3103         * src/mainwindow.c
3104                 Fix cast
3105         * src/addressbook.c
3106         * src/addressitem.h
3107                 Fix a cast and more generally, try to make the
3108                 GUI more intuitive and consistent (round 1)
3109
3110 2005-08-02 [paul]       1.9.13cvs7
3111
3112         * src/folder.h
3113                 missing in 1.9.13cvs6
3114
3115 2005-08-02 [colin]      1.9.13cvs6
3116
3117         * src/folder.c
3118                 Fix one more leak
3119
3120 2005-08-02 [colin]      1.9.13cvs5
3121
3122         * src/folder.c
3123         * src/folderview.c
3124         * src/imap.c
3125         * src/main.c
3126         * src/mbox.c
3127         * src/procmsg.c
3128         * src/summaryview.c
3129                 Fix a number of folder_item_get_msg_list()-related
3130                 leaks (missing procmsg_msginfo_free()s)
3131
3132 2005-08-01 [colin]      1.9.13cvs4
3133
3134         * src/folderview.c
3135         * src/folderview.h
3136         * src/mainwindow.c
3137         * src/prefs_fonts.c
3138         * src/prefs_summaries.c
3139         * src/prefs_themes.c
3140         * src/summaryview.c
3141         * src/summaryview.h
3142         * src/textview.c
3143         * src/textview.h
3144                 Fix instant-apply of summary and folderview-related prefs
3145                 Fix erroneous g_free and alertpanels in prefs_theme
3146                 Add instant-apply for fonts
3147                 Defer applying of prefs a little bit so it's done only
3148                 once even if requested by multiples prefs pages
3149
3150 2005-08-01 [paul]       1.9.13cvs3
3151
3152         * src/main.c
3153                 fix bug 776 'S.C. crashes on close'
3154                 thanks to Colin
3155         * src/etpan/etpan-thread-manager-types.h
3156                 add missing include
3157                 thanks to Hoa
3158
3159 2005-07-25 [paul]       1.9.13cvs2
3160
3161         * src/summaryview.c
3162                 fix typos. spotted by Fabien Vantard
3163
3164 2005-07-24 [paul]       1.9.13cvs1
3165
3166         * doc/man/sylpheed.1
3167                 update man page, incorporating fix of
3168                 bug 769 'Typo in manpage'
3169         * src/etpan/imap-thread.c
3170                 fix NetBSD openssl dependencies. patch by
3171                 George Michaelson <ggm@apnic.net>
3172         * po/pt_BR.po
3173                 updated by Frederico Goncalves Guimaraes
3174
3175 2005-07-22 [paul]       1.9.13
3176
3177         1.9.13 release
3178
3179 2005-07-22 [paul]       1.9.12cvs91
3180
3181         * AUTHORS
3182         * INSTALL
3183         * README.claws
3184         * RELEASE_NOTES.claws
3185                 updated for release
3186         * configure.ac
3187         * po/nb.po
3188         * tools/claws.i18n.status.pl
3189                 add Norwegian translation. submiited by
3190                 Geir Helland <pjallabais@users.sourceforge.net>
3191         * po/ca.po
3192         * po/de.po
3193         * po/es.po
3194         * po/fi.po
3195         * po/fr.po
3196         * po/it.po
3197         * po/sk.po
3198         * po/sr.po
3199         * po/zh_CN.po
3200                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
3201                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
3202                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
3203                 Yang Guilong
3204         * src/plugins/clamav/clamav_plugin_gtk.c
3205         * src/plugins/spamassassin/spamassassin_gtk.c
3206                 replace outdated description strings
3207
3208 2005-07-21 [colin]      1.9.12cvs90
3209
3210         * src/folder.c
3211                 Set folder to batch mode when scanning it. Makes deletion
3212                 of unread mails on IMAP much faster (due to the UNREAD 
3213                 flag unsetting)
3214
3215 2005-07-21 [darko]      1.9.12cvs89
3216
3217         * configure.ac
3218                 link against libresolv if necessary (patch by Paul)
3219         * src/msgcache.c
3220                 use glib's portable macros to determine endianness
3221
3222 2005-07-21 [paul]       1.9.12cvs88
3223
3224         * src/crash.c
3225         * src/gtk/about.c
3226                 update compiled-in features list
3227
3228 2005-07-20 [colin]      1.9.12cvs87
3229
3230         * src/folder.c
3231         * src/textview.c
3232                 Gcc 2.9x compilation fixes, thanks to Darko
3233         * src/plugins/clamav/clamav_plugin.c
3234                 Little optimisation: load virus database only once
3235         * src/plugins/spamassassin/spamassassin.c
3236                 Big optimisation: filtering one mail took at least 1 second,
3237                 now it takes at least 50ms. Doesn't speed up spamassassin 
3238                 itself, but should already be much more tolerable.
3239
3240 2005-07-20 [colin]      1.9.12cvs86
3241
3242         * src/summaryview.c
3243                 Fix performance issue
3244
3245 2005-07-19 [colin]      1.9.12cvs85
3246
3247         * src/plugins/pgpinline/plugin.c
3248                 Fix warning
3249
3250 2005-07-19 [colin]      1.9.12cvs84
3251
3252         * configure.ac
3253         * src/plugins/Makefile.am
3254         * src/plugins/pgpinline/.cvsignore
3255         * src/plugins/pgpinline/Makefile.am
3256         * src/plugins/pgpinline/pgpinline.c
3257         * src/plugins/pgpinline/pgpinline.deps
3258         * src/plugins/pgpinline/pgpinline.h
3259         * src/plugins/pgpinline/plugin.c
3260                 Put pgpinline in the main tree
3261
3262 2005-07-19 [paul]       1.9.12cvs83
3263
3264         * src/prefs_actions.c
3265                 prevent '//' in menu names, which cause a crash
3266                 thanks to Colin
3267
3268 2005-07-19 [paul]       1.9.12cvs82
3269
3270         * configure.ac
3271                 be generally more informative in configure output.
3272                 OpenSSL: correction: '[ --enable-openssl ...' -> 
3273                 '[ --disable-openssl ...', as --enable-openssl is default
3274                 PGP/MIME: don't check for GPGME again, check for
3275                 pgpcore instead. Therefore prevent the possibility of
3276                 attempting to build pgpmime if pgpcore dependencies are
3277                 not met
3278                 ClamAV: use pkgconfig to check for lib
3279                 libgnomeprint: revert logic on inner test to match
3280                 everything else
3281         * src/plugins/pgpcore/sgpgme.c
3282                 add missing include
3283
3284 2005-07-19 [colin]      1.9.12cvs81
3285
3286         * src/summaryview.c
3287                 Fix slow thread rebuilding in particular
3288                 cases
3289
3290 2005-07-19 [paul]       1.9.12cvs80
3291
3292         * sylpheed-claws.desktop
3293                 fix typo, spotted by Stephan Sachse
3294         * src/account.c
3295                 replace GTK_STOCK_ADD with
3296                 GTK_STOCK_NEW button
3297
3298 2005-07-18 [colin]      1.9.12cvs79
3299
3300         * src/etpan/imap-thread.c
3301                 Fix return value (Thanks Hoa)
3302
3303 2005-07-18 [colin]      1.9.12cvs78
3304
3305         * src/imap.c
3306                 Allow empty passwords
3307                 Create drafts/queue/outbox if necessary
3308         * src/summaryview.c
3309                 Remove old code
3310         * src/etpan/imap-thread.c
3311                 Fix STARTTLS (Thanks to Hoa)
3312
3313 2005-07-18 [paul]       1.9.12cvs77
3314
3315         * ChangeLog-gtk2.jp
3316         * ChangeLog.jp
3317                 removed
3318         * Makefile.am
3319                 updated to reflect additions and removals
3320         * TODO
3321                 updated to be claws-specific
3322         * TODO-gtk2
3323         * TODO-gtk2.jp
3324         * TODO.jp
3325         * sylpheed-128x128.png
3326         * sylpheed-64x64.png
3327                 removed
3328         * sylpheed-claws-128x128.png
3329         * sylpheed-claws-64x64.png
3330         * sylpheed-claws.desktop
3331         * sylpheed-claws.png
3332                 added
3333         * sylpheed.desktop
3334         * sylpheed.png
3335                 removed
3336
3337 2005-07-17 [paul]       1.9.12cvs76
3338
3339         * src/account.c
3340         * src/addressbook.c
3341         * src/alertpanel.c
3342         * src/alertpanel.h
3343         * src/compose.c
3344         * src/exphtmldlg.c
3345         * src/expldifdlg.c
3346         * src/folderview.c
3347         * src/imap_gtk.c
3348         * src/inc.c
3349         * src/message_search.c
3350         * src/messageview.c
3351         * src/mh_gtk.c
3352         * src/news_gtk.c
3353         * src/prefs_actions.c
3354         * src/prefs_filtering.c
3355         * src/prefs_matcher.c
3356         * src/prefs_template.c
3357         * src/prefs_themes.c
3358         * src/ssl_manager.c
3359         * src/summary_search.c
3360         * src/textview.c
3361         * src/toolbar.c
3362         * src/gtk/sslcertwindow.c
3363         * src/plugins/pgpcore/sgpgme.c
3364                 rework alertpanels
3365
3366 2005-07-17 [colin]      1.9.12cvs75
3367
3368         * src/privacy.c
3369                 add a PrivacySystem accessor that checks that
3370                 the system cached in a MimeInfo's privacydata
3371                 is still registered. Use this accessor instead
3372                 of directly using data->system. Fixes crashes
3373                 after unloading pgp plugins.
3374
3375 2005-07-17 [colin]      1.9.12cvs74
3376
3377         * src/alertpanel.c
3378                 Change geometry hints to a simple default size.
3379                 Fixes the certs dialogs.
3380
3381 2005-07-17 [colin]      1.9.12cvs73
3382
3383         * src/gtk/sslcertwindow.c
3384                 Use a gtkExpander
3385
3386 2005-07-17 [colin]      1.9.12cvs72
3387
3388         * src/plugins/pgpcore/Makefile.am
3389         * src/plugins/pgpmime/Makefile.am
3390                 Add gpgme libs
3391
3392 2005-07-17 [paul]       1.9.12cvs71
3393
3394         * configure.ac
3395                 add --disable-gnomeprint option
3396                 modified version of patch by Marius Mauch
3397
3398 2005-07-17 [paul]       1.9.12cvs70
3399
3400         * src/common/defs.h
3401                 update urls
3402         * src/account.c
3403         * src/action.c
3404         * src/addressbook.c
3405         * src/compose.c
3406         * src/foldersel.c
3407         * src/folderview.c
3408         * src/html.c
3409         * src/imap_gtk.c
3410         * src/main.c
3411         * src/mainwindow.c
3412         * src/messageview.c
3413         * src/mh_gtk.c
3414         * src/mimeview.c
3415         * src/news_gtk.c
3416         * src/prefs_account.c
3417         * src/prefs_send.c
3418         * src/prefs_summaries.c
3419         * src/procmsg.c
3420         * src/summaryview.c
3421         * src/common/utils.c
3422         * src/common/xml.c
3423         * src/plugins/pgpcore/passphrase.c
3424         * src/plugins/pgpcore/select-keys.c
3425                 replace inappropriately used backticks
3426                 with single quotes
3427
3428 2005-07-16 [colin]      1.9.12cvs69
3429
3430         * src/image_viewer.c
3431                 Add extra paranoid checks
3432
3433 2005-07-16 [colin]      1.9.12cvs68
3434
3435         * src/plugins/pgpcore/prefs_gpg.c
3436                 Don't auto-check sigs by default, as it
3437                 can be really slow.
3438
3439 2005-07-16 [colin]      1.9.12cvs67
3440
3441         * src/plugins/pgpcore/sgpgme.c
3442                 Make messages a bit better.
3443
3444 2005-07-16 [colin]      1.9.12cvs66
3445
3446         * src/imap.c
3447                 Remove pseudo-log
3448         * src/etpan/imap-thread.c
3449                 Add real log
3450
3451 2005-07-16 [colin]      1.9.12cvs65
3452
3453         * src/main.c
3454         * src/prefs_other.c
3455                 And now, fix build with libetpan :-/
3456
3457 2005-07-15 [colin]      1.9.12cvs64
3458
3459         * src/prefs_other.c
3460                 Continue fixing build without libetpan.
3461
3462 2005-07-15 [colin]      1.9.12cvs63
3463
3464         * src/main.c
3465                 Fix build with --disable-libetpan
3466
3467 2005-07-15 [colin]      1.9.12cvs62
3468
3469         * configure.ac
3470                 Bump libetpan's version
3471
3472 2005-07-15 [colin]      1.9.12cvs61
3473
3474         * src/etpan/imap-thread.c
3475                 Actually stop logging :)
3476
3477 2005-07-15 [colin]      1.9.12cvs60
3478
3479         * src/addressbook.c
3480                 Fix dnd of multiple addresses.
3481
3482 2005-07-15 [hoa]        1.9.12cvs59
3483
3484         * src/etpan/imap-thread.c
3485             disable login of IMAP password in libetpan log file.
3486
3487 2005-07-15 [paul]       1.9.12cvs58
3488
3489         * src/account.c
3490                 don't automatically sort
3491                 do allow drag n drop
3492
3493 2005-07-15 [paul]       1.9.12cvs57
3494
3495         * src/account.c
3496         * src/ssl_manager.c
3497                 alphabetical listing
3498
3499 2005-07-15 [paul]       1.9.12cvs56
3500
3501         * src/gtk/pluginwindow.c
3502                 sort plugin list alphabetically
3503
3504 2005-07-15 [paul]       1.9.12cvs55
3505
3506         * src/prefs_spelling.c
3507         * src/prefs_wrapping.c
3508                 unify English usage
3509
3510 2005-07-15 [colin]      1.9.12cvs54
3511
3512         * src/wizard.c
3513                 Typo fix
3514
3515 2005-07-15 [paul]       1.9.12cvs53
3516
3517         * src/prefs_message.c
3518                 make 'show cursor' a hidden option
3519
3520 2005-07-14 [colin]      1.9.12cvs52
3521
3522         * src/plugins/spamassassin/Makefile.am
3523         * src/plugins/clamav/Makefile.am
3524                 Fix double EXTRA_DISTs
3525
3526 2005-07-14 [colin]      1.9.12cvs51
3527
3528         * src/plugins/clamav/Makefile.am
3529         * src/plugins/clamav/clamav_plugin_gtk.deps
3530         * src/plugins/spamassassin/Makefile.am
3531         * src/plugins/spamassassin/spamassassin_gtk.deps
3532                 Make $plugin_gtk depend on $plugin
3533
3534 2005-07-14 [hoa]        1.9.12cvs50
3535
3536         * src/etpan/imap-thread.c
3537                 enable debug log of libetpan when running with --debug
3538
3539 2005-07-14 [colin]      1.9.12cvs49
3540
3541         * configure.ac
3542         * src/common/Makefile.am
3543         * src/common/plugin.c
3544         * src/common/plugin.h
3545                 Add a little plugin dependancy system.
3546                 Plugins can ship a $plugin_name.deps file
3547                 (near them in PLUGINDIR) so that their
3548                 dependancies are loaded if possible.
3549         * src/plugins/Makefile.am
3550         * src/plugins/pgpcore/Makefile.am
3551         * src/plugins/pgpcore/passphrase.c
3552         * src/plugins/pgpcore/passphrase.h
3553         * src/plugins/pgpcore/plugin.c
3554         * src/plugins/pgpcore/prefs_gpg.c
3555         * src/plugins/pgpcore/prefs_gpg.h
3556         * src/plugins/pgpcore/select-keys.c
3557         * src/plugins/pgpcore/select-keys.h
3558         * src/plugins/pgpcore/sgpgme.c
3559         * src/plugins/pgpcore/sgpgme.h
3560                 Introduce pgpcore, used by pgpmime and
3561                 pgpinline
3562         * src/plugins/pgpmime/Makefile.am
3563         * src/plugins/pgpmime/passphrase.c
3564         * src/plugins/pgpmime/passphrase.h
3565         * src/plugins/pgpmime/pgpmime.c
3566         * src/plugins/pgpmime/pgpmime.deps
3567         * src/plugins/pgpmime/plugin.c
3568         * src/plugins/pgpmime/prefs_gpg.c
3569         * src/plugins/pgpmime/prefs_gpg.h
3570         * src/plugins/pgpmime/select-keys.c
3571         * src/plugins/pgpmime/select-keys.h
3572         * src/plugins/pgpmime/sgpgme.c
3573         * src/plugins/pgpmime/sgpgme.h
3574                 Remove the core from pgpmime and add the
3575                 dependancy to pgpcore.
3576
3577 2005-07-14 [paul]       1.9.12cvs48
3578
3579         * src/stock_pixmap.c
3580                 forgot this in last commit
3581
3582 2005-07-14 [paul]       1.9.12cvs47
3583
3584         * src/account.c
3585         * src/addressbook.c
3586                 add accelerators for the buttons (sync with main)
3587         * src/compose.c
3588         * src/compose.h
3589                 add accelerators for the buttons.
3590                 fix editing with external editor.
3591                 replace gdk_input_*() with GIOChannel;
3592                 (sync with main)
3593         * src/foldersel.c
3594                 display folder names with new/unread
3595                 representation (sync with main)
3596         * src/main.c
3597                 specify default window icon (sync with main)
3598         * src/prefs_common.c
3599                 use_addr_book default to FALSE
3600         * src/summaryview.c
3601         * src/textview.c
3602                 add accelerators for the buttons (sync with main)
3603         * src/gtk/menu.c
3604                 fix typos
3605         * src/pixmaps/sylpheed_icon.xpm
3606                 updated
3607
3608 2005-07-13 [paul]       1.9.12cvs46
3609
3610         * src/plugins/pgpmime/pgpmime.c
3611         * src/plugins/pgpmime/sgpgme.c
3612                 (temporarily) use deprecated gpgme_data_rewind()
3613                 while largefile support is not present
3614                 (as suggested by Colin)
3615
3616 2005-07-13 [paul]       1.9.12cvs45
3617
3618         * configure.ac
3619                 remove large file support (for now):
3620                 it breaks too many things
3621
3622 2005-07-13 [paul]       1.9.12cvs44
3623
3624         * configure.ac
3625                 add large file support
3626         * src/html.c
3627                 fix bug #763 where href attribute was not
3628                 the very first attribute of a link
3629                 patch by Thomas Gilgin
3630
3631 2005-07-13 [colin]      1.9.12cvs43
3632
3633         * src/gtk/pluginwindow.c
3634                 Little portability fix
3635
3636 2005-07-13 [colin]      1.9.12cvs42
3637
3638         * src/plugins/pgpmime/sgpgme.c
3639                 Fix crasher.
3640
3641 2005-07-13 [colin]      1.9.12cvs41
3642
3643         * src/plugins/pgpmime/pgpmime.c
3644         * src/plugins/pgpmime/sgpgme.c
3645                 Use gpgme_data_release_and_get_mem instead
3646                 of gpgme_data_read.
3647
3648 2005-07-13 [colin]      1.9.12cvs40
3649
3650         * configure.ac
3651         * src/plugins/pgpmime/passphrase.c
3652         * src/plugins/pgpmime/passphrase.h
3653         * src/plugins/pgpmime/pgpmime.c
3654         * src/plugins/pgpmime/plugin.c
3655         * src/plugins/pgpmime/select-keys.c
3656         * src/plugins/pgpmime/select-keys.h
3657         * src/plugins/pgpmime/sgpgme.c
3658         * src/plugins/pgpmime/sgpgme.h
3659                 Port pgpmime to gpgme-1.0.
3660
3661 2005-07-12 [paul]       1.9.12cvs39
3662
3663         * AUTHORS
3664         * src/toolbar.c
3665         * src/toolbar.h
3666                 add a 'Go to Prev' button to the toolbar.
3667                 correct tooltip text of go to buttons.
3668                 based on patch by Yang Guilong <bamanzi@gmail.com>
3669
3670 2005-07-12 [colin]      1.9.12cvs38
3671
3672         * src/statusbar.c
3673                 Fix progress bar showing stuff at startup.
3674
3675 2005-07-12 [paul]       1.9.12cvs37
3676
3677         * src/editjpilot.c
3678                 fix building with jpilot support
3679
3680 2005-07-11 [colin]      1.9.12cvs36
3681
3682         * src/inc.c
3683                 Add visual indication that filtering is running
3684         * src/textview.c
3685                 Make {}[] uri delimiters
3686         * src/summaryview.c
3687                 Remove useless (and slow) calls
3688
3689 2005-07-11 [paul]       1.9.12cvs35
3690
3691         * src/plugins/clamav/clamav_plugin_gtk.c
3692         * src/plugins/dillo_viewer/dillo_prefs.c
3693         * src/plugins/pgpmime/prefs_gpg.c
3694         * src/plugins/spamassassin/spamassassin_gtk.c
3695                 gather plugins prefs together under their
3696                 own 'Plugins' heading
3697
3698 2005-07-11 [paul]       1.9.12cvs34
3699
3700         sync with main
3701
3702         * src/account.c
3703                 account_delete(): modified alert dialog
3704         * src/editjpilot.c
3705         * src/editvcard.c
3706                 fixed a crash when cancelling file selection
3707                 dialog by Escape key. Made non-ascii filename
3708                 selectable.
3709         * src/prefs_template.c
3710                 prefs_template_window_create(): make scrolled
3711                 window policy AUTOMATIC
3712
3713 2005-07-10 [hoa]        1.9.12cvs33
3714
3715         * src/etpan/imap-thread.c
3716                 workaround for old Courier IMAP servers.
3717
3718 2005-07-10 [colin]      1.9.12cvs32
3719
3720         * src/folder.c
3721         * src/statusbar.c
3722         * src/statusbar.h
3723                 Add visual progress indicator on filtering/processing
3724                 Factorize the progress bar code
3725         * src/imap.c
3726         * src/imap.h
3727         * src/etpan/imap-thread.c
3728                 Add a reference counter to avoid destroying the Folder
3729                 while it's in use by another callback.
3730
3731 2005-07-09 [hoa]        1.9.12cvs31
3732
3733         * src/imap.c
3734         * src/etpan/imap-thread.c
3735                 fixed deadlock when removing IMAP account.
3736
3737 2005-07-08 [colin]      1.9.12cvs30
3738
3739         * src/textview.c
3740         * src/unmime.c
3741                 Fix again problems decoding broken headers
3742         * src/gtk/inputdialog.c
3743                 Fix local variable shadowing a global one
3744
3745 2005-07-08 [colin]      1.9.12cvs29
3746
3747         * src/msgcache.c
3748                 Make the cache/mark files platform-agnostic by writing
3749                 them in little-endian format. Reading them is also done
3750                 in little-endian format, of course; however, in order
3751                 to avoid trashing mark data on big-endian machines, the
3752                 files are, at first, read from the native format if the
3753                 little-endian one doesn't exist. This is easy to deter-
3754                 mine by trying to open a file with a swapped data_ver
3755                 and seeing if it's the wanted version.
3756                 Little-endian using users should see absolutely no
3757                 difference, Big-endian users may get a very little
3758                 performance drop due to byte-swapping.
3759                 Tested on i386 and ppc32. 
3760                 Fixes bug #159 (The index file, in the mailboxes, is 
3761                 hardware depending).
3762
3763                 To have the cache/mark files updated to the new little-
3764                 endian format, "Check for new messages" or even
3765                 "Rebuild folder tree" aren't enough. Files will be
3766                 updated as soon as a folder has been opened/closed.
3767                 To update everything, just select all folders by
3768                 selecting them one by one.
3769
3770 2005-07-07 [colin]      1.9.12cvs28
3771
3772         * src/imap.c
3773                 Remember the folder separator per IMAPFolder
3774                 instead of globally.
3775                 Revive the Session on noop; fixes bug #761
3776                 (mark a bunch of unread messages as read takes 
3777                 forever)
3778
3779 2005-07-07 [darko]      1.9.12cvs27
3780
3781         * src/common/template.c
3782                 Sort templates alphabetically
3783
3784 2005-07-06 [colin]      1.9.12cvs26
3785
3786         * src/imap.c
3787                 Try to use the correct separator in
3788                 most cases. Possibly fixes bug #759
3789                 (only creates the INBOX folder when 
3790                 setting up new IMAP account) and 
3791                 bug #760 (Can't retrieve messages)
3792
3793 2005-07-06 [colin]      1.9.12cvs25
3794
3795         * src/imap.c
3796                 Use real_path in status command. This will
3797                 help later, when namespaces will be used.
3798
3799 2005-07-06 [colin]      1.9.12cvs24
3800
3801         * configure.ac
3802         * src/account.c
3803         * src/folder.c
3804         * src/imap.c
3805         * src/etpan/etpan-log.c
3806         * src/etpan/etpan-thread-manager.c
3807         * src/etpan/imap-thread.c
3808                 Add a --disable-libetpan parameter. With this,
3809                 users that don't want IMAP4 support can avoid
3810                 the new dependancy (and have no IMAP support).
3811                 Users that have IMAP4 accounts and use this
3812                 parameter won't lose their configuration, their
3813                 IMAP accounts will just be invisible and not
3814                 used.
3815         * src/textview.c
3816                 Make the "Copy ..." contextual menu items 
3817                 copy to both the X clipboard and the gtk 
3818                 clipboard - as most other apps do.
3819         * src/gtk/about.c
3820                 Add a notice about OpenSSL usage, in order to
3821                 comply with OpenSSL's license (point 6):
3822                 http://www.openssl.org/source/license.html
3823
3824 2005-07-06 [colin]      1.9.12cvs23
3825
3826         * src/alertpanel.c
3827                 Fix a minimum size for alertpanels
3828         * src/compose.c
3829                 Show 'No space left on device' type errors
3830                 when queuing/sending
3831         * src/imap_gtk.c
3832         * src/mh_gtk.c
3833                 Rework folder's deletion message (remove 
3834                 extra \n)
3835
3836 2005-07-05 [colin]      1.9.12cvs22
3837
3838         * src/imap.c
3839                 Add an alertpanel on auth error
3840                 Add pseudo-log
3841                 Remove pthread-related stuff
3842
3843 2005-07-05 [colin]      1.9.12cvs21
3844
3845         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3846                 Fix crash on plugin reloading (with a hack)
3847
3848 2005-07-05 [colin]      1.9.12cvs20
3849
3850         * src/prefs_account.c
3851         * src/prefs_account.h
3852                 Fix typo
3853         * src/gtk/filesel.c
3854         * src/gtk/filesel.h
3855                 Add a way to filter the view
3856         * src/gtk/pluginwindow.c
3857                 Filter loadable stuff
3858         * src/plugins/pgpmime/prefs_gpg.c
3859                 Fix missing unregistration
3860         * .cvsignore
3861         * src/etpan/.cvsignore
3862         * src/plugins/spamassassin/.cvsignore
3863                 Add more stuff to cvs ignored files
3864
3865 2005-07-04 [colin]      1.9.12cvs19
3866
3867         * src/imap.c
3868                 Fix scan_required returning FALSE when it
3869                 shouldn't. Maybe fix #760 (Can't retrieve
3870                 messages)
3871
3872 2005-07-04 [colin]      1.9.12cvs18
3873
3874         * src/summaryview.c
3875                 Fix always_show_msg pref
3876
3877 2005-07-04 [paul]       1.9.12cvs17
3878
3879         sync with main (forgotten in last commit)
3880         
3881         * src/common/utils.c
3882         * src/common/utils.h
3883                 check_line_length(): new.
3884                 is_dir_exist()
3885                 is_file_entry_exist()
3886                 dirent_is_regular_file()
3887                 dirent_is_directory(): use g_file_test() instead of stat().
3888
3889 2005-07-04 [paul]       1.9.12cvs16
3890
3891         sync with main:
3892
3893         * src/compose.c
3894                 compose_write_to_file(): check for line
3895                 length limit and display warning if exceeds
3896         * src/jpilot.c
3897                 use get_home_dir() instead of g_get_home_dir()
3898         * src/procheader.c
3899                 removed warning about invalid date
3900         * src/vcard.c
3901                 use get_home_dir() instead of g_get_home_dir()
3902
3903 2005-07-04 [paul]       1.9.12cvs15
3904
3905         * src/stock_pixmap.c
3906                 fix new pixmap naming errors
3907                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
3908
3909 2005-07-04 [colin]      1.9.12cvs14
3910
3911         * src/imap.c
3912                 Fix debugging string with a warning
3913
3914 2005-07-04 [colin]      1.9.12cvs13
3915
3916         * configure.ac
3917                 Add a check for libetpan's version (>= 0.37)
3918
3919 2005-07-04 [hoa]        1.9.12cvs12
3920
3921         * commitHelper
3922         * src/imap.c
3923         * src/etpan/imap-thread.c
3924         * src/etpan/imap-thread.h
3925                 fixed IMAP implementation of check of mails.
3926
3927 2005-07-03 [hoa]        1.9.12cvs11
3928
3929         * src/etpan/Makefile.am
3930         * src/etpan/etpan-errors.h
3931         * src/etpan/etpan-log.[ch]
3932         * src/etpan/etpan-thread-manager-types.h
3933         * src/etpan/etpan-thread-manager.[ch]
3934         * src/etpan/imap-thread.[ch]
3935         * src/Makefile.am
3936         * src/imap.c
3937         * src/main.c
3938         * src/prefs_other.c
3939         * configure.ac
3940             merged imap branch.
3941             dependency on libetpan 0.37 is now added.
3942
3943 2005-07-01 [colin]      1.9.12cvs10
3944
3945         * src/Makefile.am
3946         * src/folder.c
3947         * src/folder.h
3948         * src/folderview.c
3949         * src/stock_pixmap.c
3950         * src/stock_pixmap.h
3951         * src/plugins/trayicon/trayicon.c
3952                 Add marked symbol on folders containing
3953                 marked messages
3954         * src/procmsg.c
3955         * src/procmsg.h
3956         * src/toolbar.c
3957         * src/prefs_common.c
3958         * src/prefs_common.h
3959         * src/prefs_send.c
3960                 Add an optional confirmation dialog on queue
3961                 sending. Patch by wwp.
3962         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
3963         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
3964         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
3965         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
3966         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
3967         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
3968         * src/pixmaps/inbox_mark.xpm            ** ADDED **
3969         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
3970         * src/pixmaps/outbox_mark.xpm           ** ADDED **
3971         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
3972         * src/pixmaps/trash_mark.xpm            ** ADDED **
3973                 New pixmaps
3974
3975 2005-07-01 [colin]      1.9.12cvs9
3976
3977         * src/summaryview.c
3978                 Fix a little threading bug
3979         * src/addrgather.c
3980         * src/mainwindow.c
3981                 A little bit of HIG normality never hurts
3982
3983 2005-07-01 [colin]      1.9.12cvs8
3984
3985         * src/compose.c
3986         * src/msgcache.c
3987         * src/pop.c
3988         * src/procmime.c
3989         * src/recv.c
3990         * src/common/log.c
3991         * src/common/template.c
3992         * src/common/utils.c
3993         * src/common/utils.h
3994                 Reverted the fwrite_atomic stuff. In fact
3995                 it is already atomic.
3996
3997 2005-06-30 [colin]      1.9.12cvs7
3998
3999         * src/common/utils.c
4000         * src/common/utils.h
4001                 Add an fwrite_atomic() function to make
4002                 sure we write everything: fwrite can make
4003                 short writes.
4004         * src/compose.c
4005         * src/msgcache.c
4006         * src/pop.c
4007         * src/procmime.c
4008         * src/recv.c
4009         * src/common/log.c
4010         * src/common/template.c
4011                 Use that (and fix swapping of size and nmemb).
4012                 Thanks to Rich Coe for the heads up.
4013
4014 2005-06-30 [colin]      1.9.12cvs6
4015
4016         * src/addressbook.c
4017                 Optimize addressbook opening 
4018
4019 2005-06-30 [colin]      1.9.12cvs5
4020
4021         * src/summaryview.c
4022                 Remove calls to summary_step after move/copy
4023
4024 2005-06-28 [paul]       1.9.12cvs4
4025
4026         * src/alertpanel.c
4027                 wrap and make the error msg selectable
4028
4029 2005-06-28 [paul]       1.9.12cvs3
4030
4031         * src/ssl_manager.c
4032                 replace the OK button with a Close button
4033         * src/gtk/foldersort.c
4034                 use GTK_STOCK_ icons/buttons
4035
4036 2005-06-28 [colin]      1.9.12cvs2
4037
4038         * src/gedit-print.c             ** ADDED **
4039         * src/gedit-print.h             ** ADDED **
4040         * src/gtk/gtksourceprintjob.c   ** ADDED **
4041         * src/gtk/gtksourceprintjob.h   ** ADDED **
4042                 I can't believe no one had enough time to tell
4043                 me I forgot the `cvs add`
4044
4045 2005-06-27 [colin]      1.9.12cvs1
4046
4047         * src/Makefile.am
4048         * src/gtk/Makefile.am
4049         * src/messageview.c
4050         * src/procmsg.c
4051         * src/summaryview.c
4052         * configure.ac
4053                 Add optional libgnomeprint-based printing
4054         * src/mainwindow.c
4055         * src/gtk/quicksearch.c
4056                 Add an Edit/Quick search menu item to show
4057                 and focus the quicksearch
4058
4059 2005-06-27 [paul]       1.9.12
4060
4061         1.9.12 release
4062
4063         * po/ca.po
4064         * po/de.po
4065         * po/es.po
4066         * po/fr.po
4067         * po/it.po
4068         * po/ko.po
4069         * po/pt_BR.po
4070         * po/sk.po
4071         * po/zh_CN.po
4072                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
4073                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
4074                 SungHyun Nam, Frederico Goncalves Guimaraes,
4075                 Andrej Kacian, and Yang Guilong
4076 2005-06-26 [colin]      1.9.11cvs106
4077
4078         * src/imap_gtk.c
4079                 Forgot one file for previous fix
4080
4081 2005-06-26 [colin]      1.9.11cvs105
4082
4083         * src/folder.c
4084         * src/imap.c
4085                 Fix problems with folder operations in no_select
4086                 imap folders. it applies only to mails, and 
4087                 creation/deletion/move/renaming of folders 
4088                 should be possible
4089
4090 2005-06-26 [paul]       1.9.11cvs104
4091
4092         * src/prefs_filtering.c
4093                 replace one more GTK_STOCK_REMOVE
4094                 with GTK_STOCK_DELETE
4095
4096 2005-06-25 [colin]      1.9.11cvs103
4097
4098         * src/imap.c
4099                 Optimize get_seq_set_from_seq_list
4100                 (Patch by Ricardo) 
4101
4102 2005-06-25 [colin]      1.9.11cvs102
4103
4104         * src/mh.c
4105                 If the directory exists, but not in the
4106                 correct encoding, rename it. This should
4107                 handle old-versions-induced bugs.
4108
4109 2005-06-25 [colin]      1.9.11cvs101
4110
4111         * src/mh.c
4112                 Fix path access with extended dir names
4113                 Fixes bug #589 (SC segfaults with wrong locale
4114                 settings)
4115
4116 2005-06-25 [colin]      1.9.11cvs100
4117
4118         * src/prefs_account.c
4119         * src/prefs_account.h
4120         * src/compose.c
4121                 Add an option to encrypt replies to
4122                 encrypted messages
4123
4124 2005-06-25 [colin]      1.9.11cvs99
4125
4126         * src/compose.c
4127         * src/quote_fmt_parse.y
4128                 ... And make it work with pgpinline.
4129
4130 2005-06-25 [colin]      1.9.11cvs98
4131
4132         * src/compose.c
4133         * src/procmime.c
4134         * src/procmime.h
4135         * src/quote_fmt_parse.y
4136                 o Make reedition of encrypted messages possible
4137                   (as long as it is encrypted to self too, no
4138                    magic there)
4139                 o Make replying with quote (and without selecting
4140                   text) possible for encrypted messages.
4141                 Closes bug #550 (Not possible to "reply with quote"
4142                 to gnupg encrypted messages)
4143
4144 2005-06-24 [paul]       1.9.11cvs97
4145
4146         * src/imap.c
4147                 add missing include
4148
4149 2005-06-24 [paul]       1.9.11cvs96
4150
4151         * src/editldap.c
4152                 made bind password entry invisible
4153                 (sync with main)
4154         * src/send_message.c
4155                 send_message_local(): check exit status
4156                 to detect errors (sync with main)
4157         * src/textview.c
4158                 use main's less ambiguous popup menu
4159                 wording
4160
4161 2005-06-24 [paul]       1.9.11cvs95
4162
4163         * src/prefs_actions.c
4164         * src/prefs_customheader.c
4165         * src/prefs_display_header.c
4166         * src/prefs_filtering_action.c
4167         * src/prefs_matcher.c
4168         * src/prefs_template.c
4169         * src/prefs_toolbar.c
4170                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
4171         * src/gtk/description_window.c
4172                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
4173
4174 2005-06-23 [colin]      1.9.11cvs94
4175
4176         * src/summaryview.c
4177                 Fix rough edges (be sure to call status_show whenever
4178                 necessary).
4179
4180 2005-06-23 [colin]      1.9.11cvs93
4181
4182         * src/summaryview.c
4183                 Optimize Select All
4184                 Before, in a 5K mails folder: 11s
4185                 After, in the same folder: 58000µs
4186                 The joys of locking... gtk_clist_select_all() fires a 
4187                 tree-select-row event for each selected row, which in 
4188                 summaryview, callbacks summary_selected which in turn,
4189                 calls summary_status_show, which walks the selected
4190                 rows. Hence, calling gtk_clist_select_all was 
4191                 exponential. Locking the summaryview makes 
4192                 summary_selected return early.
4193
4194 2005-06-23 [colin]      1.9.11cvs92
4195
4196         * src/imap.c
4197                 Move mutex at the important place to avoid
4198                 deadlocks
4199         * src/summaryview.c
4200                 Fix Del key deleting directly instead of
4201                 moving to trash
4202
4203 2005-06-22 [colin]      1.9.11cvs91
4204
4205         * src/plugins/spamassassin/libspamc.c
4206                 As we do spagetti code with assignations in multiple
4207                 places (see _message_read_raw where out = msg = raw),
4208                 let's be sure we don't free the same pointer twice.
4209                 Should fix bug #683 (Crash in libpam at 
4210                 message_cleanup).
4211
4212 2005-06-22 [colin]      1.9.11cvs90
4213
4214         * src/compose.c
4215         * src/messageview.c
4216         * src/toolbar.c
4217                 Make toolbar's delete use the move to trash stuff;
4218                 Add gtk_widget_realize to be sure pixmaps can get
4219                 created (that may fix an old worksforme bug which
4220                 I can't find back...)
4221
4222 2005-06-22 [colin]      1.9.11cvs89
4223
4224         * src/summaryview.c
4225         * src/summaryview.h
4226         * src/mainwindow.c
4227                 Rename "Message/Delete" to "Message/Move to trash"
4228                 Add "Message/Delete..." that directly destroys the
4229                 selected messages after asking for a confirmation.
4230
4231 2005-06-22 [colin]      1.9.11cvs88
4232
4233         * src/imap.c
4234                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
4235                 o Fix a deadlock (thanks Darko)
4236
4237 2005-06-22 [colin]      1.9.11cvs87
4238
4239         * src/gtk/foldersort.c
4240                 Add missing include for the i18n;
4241                 patch by Fabien Vantard
4242
4243 2005-06-21 [colin]      1.9.11cvs86
4244
4245         * src/folder.c
4246         * src/folderview.c
4247                 Respect the no_select flag
4248         * src/imap.c
4249                 Fix recursive deletion
4250         * src/imap_gtk.c
4251         * src/mh_gtk.c
4252                 Make the folder deletion's warning
4253                 more explicit
4254
4255 2005-06-21 [colin]      1.9.11cvs85
4256
4257         * src/textview.c
4258                 Prevent email addresses from spanning accross
4259                 lines - fixes bug # 646 (newline-chars in 
4260                 email addresses)
4261
4262 2005-06-20 [colin]      1.9.11cvs84
4263
4264         * src/folder.c
4265                 Be sure not to remove source if copy failed
4266
4267 2005-06-20 [colin]      1.9.11cvs83
4268
4269         * src/folderview.c
4270         * src/imap_gtk.c
4271                 remove summaryview's lock
4272         * src/imap.c
4273                 introduce threads to avoid problems when foreground tasks
4274                 interfere with background tasks
4275         * src/mh.c
4276                 prevent moving to drafts/queue
4277         * src/mimeview.c
4278                 fix leak
4279
4280 2005-06-19 [colin]      1.9.11cvs82
4281
4282         * src/imap_gtk.c
4283                 Remember that the user doesn't want to override
4284                 offline mode, for 3 seconds. It avoid presenting
4285                 him with N popups in a really short time.
4286
4287 2005-06-17 [colin]      1.9.11cvs81
4288
4289         * src/imap.c
4290                 Fix IMAP breaking on folders containing '('
4291                 (Probably won't be enough)
4292
4293 2005-06-17 [colin]      1.9.11cvs80
4294
4295         Forgotten files on 1.9.11cvs79
4296         * src/summaryview.c
4297                 Fix stepping when not immediately executing
4298         * src/imap.c
4299                 Really prevent UID FETCH 0
4300         * src/codeconv.c
4301                 Fix outgoing charset never set to utf-8
4302         * src/mh.c
4303                 Fix leak
4304
4305 2005-06-16 [colin]      1.9.11cvs79
4306
4307         * src/compose.c
4308                 Fix bug #707 (Dash splits rows)
4309                 Only wrap if we're on a line break position and
4310                 the previous one was a "white" (space) char.
4311                 Pango stuff is weird.
4312
4313 2005-06-16 [colin]      1.9.11cvs78
4314
4315         * src/imap_gtk.c
4316                 Lock summaryview while downloading messages
4317                 on user demand
4318         * src/procheader.c
4319         * src/unmime.c
4320         * src/common/utils.c
4321         * src/common/utils.h
4322                 Replace \r and \n with spaces in From and
4323                 Subject headers
4324
4325 2005-06-16 [paul]       1.9.11cvs77
4326
4327         * src/procmime.c
4328                 liberalise the mime parser
4329         * src/gtk/about.c
4330                 add text wrapping
4331
4332 2005-06-16 [paul]       1.9.11cvs76
4333
4334         * src/gtk/about.c
4335                 reworked
4336
4337 2005-06-15 [colin]      1.9.11cvs75
4338
4339         * src/compose.c
4340                 Finish header encoding fix
4341         * src/summaryview.c
4342                 Fix segfault
4343         * src/headerview.c
4344                 Fix compilation (Thanks Stephan
4345                 Sachse)
4346
4347 2005-06-15 [colin]      1.9.11cvs74
4348
4349         * Makefile.am
4350                 Install gnome2 stuff rather than gnome1, 
4351                 if both are present
4352         * src/codeconv.c
4353         * src/codeconv.h
4354         * src/compose.c
4355                 Fix headers encoding
4356         * src/folder.c
4357                 Visual progress when fetching all messages
4358         * src/folderview.c
4359         * src/summaryview.c
4360         * src/summaryview.h
4361                 Prevent changing current message while
4362                 incorporating
4363
4364 2005-06-15 [paul]       1.9.11cvs73
4365
4366         * src/gtk/gtkaspell.c
4367         * src/gtk/gtkaspell.h
4368                 fix build warnings
4369
4370 2005-06-15 [paul]       1.9.11cvs72
4371
4372         * src/prefs_filtering.c
4373                 allow reordering of filter rules by
4374                 drag n drop
4375
4376 2005-06-15 [paul]       1.9.11cvs71
4377
4378         * COPYING
4379                 updated
4380         * src/codeconv.c
4381                 replace deprecated function
4382         * src/inc.c
4383         * src/send_message.c
4384         * src/gtk/progressdialog.c
4385         * src/gtk/progressdialog.h
4386                 salvage and reuse parts of reverted sync
4387
4388 2005-06-15 [paul]       1.9.11cvs70
4389
4390         * src/inc.c
4391         * src/send_message.c
4392         * src/gtk/progressdialog.c
4393         * src/gtk/progressdialog.h
4394                 revert yesterday's sync with main
4395                 it contains deprecated functions
4396
4397 2005-06-15 [colin]      1.9.11cvs69
4398
4399         * src/headerview.c
4400                 Fix bug #670 (multi user to: will corrupt message 
4401                 headers display)
4402
4403 2005-06-15 [colin]      1.9.11cvs68
4404
4405         * src/compose.c
4406                 Fix bug #421 (Fix undo on wrapping)
4407
4408 2005-06-15 [colin]      1.9.11cvs67
4409
4410         * src/folder.c
4411                 Provide visual feedback while processing
4412                 folder's rules.
4413         * src/imap.c
4414                 Provide visual feedback while getting
4415                 short headers (for uncached messages)
4416
4417
4418 2005-06-14 [paul]       1.9.11cvs66
4419
4420         * src/account.c
4421                 change a couple stock icons
4422         * src/inc.c
4423         * src/send_message.c
4424         * src/gtk/progressdialog.c
4425         * src/gtk/progressdialog.h
4426                 sync main's GtkTreeView implementation
4427
4428 2005-06-14 [colin]      1.9.11cvs65
4429
4430         * src/imap.c
4431                 Various little fixes, mainly on error paths
4432
4433 2005-06-13 [colin]      1.9.11cvs64
4434
4435         * matcher.c
4436         * procmsg.c
4437         * procmsg.h
4438                 Add a way to fetch only headers. This speeds
4439                 up filtering on headers for IMAP. Fixes:
4440                 bug #481 extraneous imap commands slow down 
4441                         imap filtering
4442                 bug #522 Sylpheed downloads all messages 
4443                         when opening mailbox (IMAP)
4444                 bug #677 IMAP fetch is soooooooooooooo slow
4445         * src/folder.c
4446         * src/folder.h
4447                 Add a folder set_batch method so that
4448                 implementations can speed up flags changes
4449         * src/folderutils.c
4450         * src/summaryview.c
4451                 Use that in mark as (un)read and mark all read
4452                 Refix bug #679
4453         * src/imap.c
4454                 Implement set_batch - brings back deferred
4455                 flags in a less buggy manner. Fixes:
4456                 bug #729 IMAP immediate expunge of deleted messages
4457                 bug #191 remove list of messages with one command
4458                 Fix login with strange chars
4459                 Implement fetch_msg_full
4460                 Fix copy (wrong counts)
4461
4462 2005-06-12 [colin]      1.9.11cvs63
4463
4464         * src/folder.c
4465                 lock incorporation during long operations.
4466                 Avoids fucking up the IMAP socket.
4467
4468 2005-06-12 [colin]      1.9.11cvs62
4469
4470         * src/imap.c
4471                 Fix harmful typo
4472                 Factorize remove_all_msg
4473                 Thread-ize expunge
4474         * src/summaryview.c
4475                 Don't update partial-download status if unnecessary
4476         * src/folder.c
4477                 Use remove_msgs everywhere possible
4478
4479 2005-06-12 [colin]      1.9.11cvs61
4480
4481         * src/folder.c
4482         * src/folder.h
4483                 Add a remove_msgs function to remove a 
4484                 list of messages
4485         * src/imap.c
4486                 Implement that.
4487
4488 2005-06-12 [colin]      1.9.11cvs60
4489
4490         * src/imap.c
4491                 Remove flags-processing deferring... Too hard
4492                 to get it to work in all cases.
4493
4494 2005-06-11 [colin]      1.9.11cvs59
4495
4496         * src/imap.c
4497                 printf -> debug_print
4498
4499 2005-06-11 [colin]      1.9.11cvs58
4500
4501         * src/imap.c
4502                 o Fix build without USE_PTHREAD
4503                 o Factorize imap_open
4504                 o Alertpanel in case of impossible connection
4505                 o Alertpanel in case of impossible login
4506                 o Fix deferred flags processing to force a 
4507                   flush before adding some more flags to process,
4508                   but in another folder.
4509
4510 2005-06-10 [colin]      1.9.11cvs57
4511
4512         * src/imap.c
4513                 o Fix a format string error
4514                 o init ssl socket outside of the thread 
4515                   (it possibly invokes gtk calls)
4516         * src/procmime.c
4517                 o Put back the buffer to its necessary size
4518                 o Fix changing a file pointer without keeping
4519                   track of it (thanks Valgrind)
4520         * src/common/smtp.c
4521                 o Fix automatic STARTTLS if login should be done
4522                   and the server only allows it after starting TLS
4523         * src/gtk/gtkinputdialog.c
4524                 o Eat GDK_Return so that the combo popup doesn't 
4525                   appear when we press Enter to validate the combo
4526                   input dialog (as seen in the Open with... dialog)
4527
4528 2005-06-10 [colin]      1.9.11cvs56
4529
4530         * src/imap.c
4531                 o A bit less debug
4532                 o Fix a crash on deletion
4533                 o Threadize imap_select (it's called outside of 
4534                   threads)
4535                 o Defer treatment of DELETED flags
4536
4537
4538 2005-06-09 [colin]      1.9.11cvs55
4539
4540         * src/imap.c
4541                 Make sure we check imap_gtk_should_override(), which
4542                 potentially calls gtk stuff, before creating thread.
4543                 That way it should't be called via imap_get_session()
4544                 inside a thread.
4545
4546 2005-06-09 [colin]      1.9.11cvs54
4547
4548         * src/imap.c
4549                 o add a bit of status output
4550                 o remove some dead code
4551                 o threadize get_list_of_uids
4552                 o threadize imap_get_flags
4553                 o defer flag changing by 500ms so that they
4554                   can be batched
4555
4556
4557 2005-06-08 [colin]      1.9.11cvs53
4558
4559         * src/imap.c
4560                 Thread-ize imap_cmd_fetch
4561
4562 2005-06-08 [colin]      1.9.11cvs52
4563
4564         * src/main.c
4565                 Mmh, that broke POP3...
4566
4567 2005-06-08 [colin]      1.9.11cvs51
4568
4569         * src/main.c
4570                 Stabilize IMAP patch (thanks to Hoa)
4571
4572 2005-06-08 [colin]      1.9.11cvs50
4573
4574         * src/imap.c
4575                 Test patch to speed up imap. 
4576
4577 2005-06-08 [colin]      1.9.11cvs49
4578
4579         * src/imap_gtk.c
4580                 Warning fix
4581         * src/procmime.c
4582                 Apply patch from gentoo to use /usr/share/mime/globs if 
4583                 available, after un-breaking it
4584         * src/common/log.c
4585         * src/common/log.h
4586                 Use g_timeout for invoking hooks that possibly use gtk
4587                 calls. This should leave gtk calls in the main thread.
4588
4589 2005-06-08 [paul]       1.9.11cvs48
4590
4591         * src/codeconv.c
4592                 conv_get_outgoing_charset_str(): don't
4593                 use prefs_common setting
4594         * src/compose.c
4595         * src/compose.h
4596                 add /Options/Character encoding/... to
4597                 temporarily change the outgoing encoding
4598
4599         (belated sync with main)
4600
4601 2005-06-08 [paul]       1.9.11cvs47
4602
4603         * src/compose.c
4604                 correction to/completion of last
4605                 sync with main
4606
4607 2005-06-08 [paul]       1.9.11cvs46
4608
4609         sync with main:
4610         
4611         * src/codeconv.c
4612         * src/codeconv.h
4613                 always enabled Japanese auto-detection
4614                 if the first letters of locale string
4615                 is "ja"
4616         * src/compose.c
4617                 don't use "destroy" signal to destroy
4618                 Compose object (fix rare crashes on discard?)
4619         * src/mainwindow.c
4620         * src/messageview.c
4621         * src/prefs_send.c
4622                 added Hebrew encodings
4623         * src/sourcewindow.c
4624                 don't use "destroy" signal to destroy
4625                 objects
4626
4627 2005-06-07 [colin]      1.9.11cvs45
4628
4629         * src/summaryview.c
4630                 Add missing unlocks/locks
4631
4632 2005-06-07 [paul]       1.9.11cvs44
4633
4634         * src/summaryview.c
4635                 restore bug #749 fix
4636
4637 2005-06-06 [colin]      1.9.11cvs43
4638
4639         * src/summaryview.c
4640                 Fix selection bug when prefs_common.open_unread 
4641                 is FALSE
4642
4643 2005-06-06 [colin]      1.9.11cvs42
4644
4645         * src/common/md5.c
4646                 Fix a warning
4647         * src/summaryview.c
4648         * src/folderview.c
4649                 Factorize long operations beginning and end
4650                 (locking, freezing/thawing, cursor, ...)
4651                 Check selection->data member in selection-
4652                 related loops; this avoids dying an awful
4653                 death if the selection changes on us while
4654                 we're marking a whole IMAP folder unread, 
4655                 for example.
4656
4657 2005-06-06 [paul]       1.9.11cvs41
4658
4659         * src/textview.c
4660                 don't g_free() a static gchar buffer
4661
4662 2005-06-05 [colin]      1.9.11cvs40
4663
4664         * src/mainwindow.c
4665         * src/messageview.c
4666         * src/summaryview.c
4667                 Fix bug #749 (Show all headers should be
4668                 sticky as the GUI suggests)
4669
4670 2005-06-03 [paul]       1.9.11cvs39
4671
4672         * src/compose.c
4673                 don't allow editing of mail while sending.
4674                 patch by Colin
4675
4676 2005-06-03 [paul]       1.9.11cvs38
4677
4678         * src/folderview.c
4679                 add a freeze/thaw to speed up 'mark all read'
4680
4681 2005-06-03 [paul]       1.9.11cvs37
4682
4683         * src/prefs_message.c
4684                 reflect changes immediately
4685
4686 2005-06-02 [colin]      1.9.11cvs36
4687
4688         * po/POTFILES.in
4689                 Patch by Fabien Vantard.
4690
4691 2005-06-02 [colin]      1.9.11cvs35
4692
4693         * src/imap.c
4694                 Use a non-blocking imap_getline() if possible.
4695                 This should completely prevent the interface
4696                 from freezin on imap operations, although it
4697                 may do strange stuff in case of folder switching
4698                 while a big imap operation is taking place...
4699
4700                 In addition, fix a leak in the case thread
4701                 creation fails on connection.
4702
4703 2005-06-02 [colin]      1.9.11cvs34
4704
4705         * src/crash.c
4706         * src/prefs_common.h
4707                 Fix build (prefs_common_init() doesn't exist
4708                 anymore)
4709
4710 2005-06-02 [colin]      1.9.11cvs33
4711
4712         * src/prefs_account.c
4713                 Fix bug #245 (filtering rules broken when
4714                 renaming a remote account (imap4 or nntp)
4715
4716 2005-06-02 [colin]      1.9.11cvs32
4717
4718         * src/imap.c
4719                 Try to fix IMAP shortcomings: 
4720                 o Multithread imap_open()
4721                 o allow offline-mode overriding instead of
4722                   just returning NULL
4723         * src/imap_gtk.c
4724         * src/imap_gtk.h
4725                 Add a function to ask whether we want to
4726                 override offline-mode for 10 minutes (one-shot
4727                 asking was painful)
4728         * src/procheader.c
4729                 Fix segfault when imap parser isn't happy about
4730                 a missing {
4731
4732 2005-06-01 [colin]      1.9.11cvs31
4733
4734         * src/addrharvest.c
4735         * src/compose.c
4736         * src/mbox.c
4737         * src/mbox.h
4738         * src/mh.c
4739         * src/msgcache.c
4740         * src/send_message.c
4741         * src/setup.c
4742         * src/undo.c
4743         * src/common/hooks.c
4744         * src/common/prefs.c
4745         * src/common/template.c
4746         * src/common/utils.c
4747         * src/gtk/gtkutils.c
4748         * src/gtk/inputdialog.c
4749         * src/gtk/menu.c
4750         * src/gtk/pluginwindow.c
4751         * src/gtk/prefswindow.c
4752         * src/plugins/pgpmime/passphrase.c
4753         * src/plugins/pgpmime/prefs_gpg.c
4754                 More -Wall fixes
4755
4756         * src/common/Makefile.am
4757         * src/common/timing.h
4758                 Add basic timing code
4759
4760         * src/summaryview.c
4761                 Fix a bug with unread messages when 
4762                 re-sorting folders, and by the way
4763                 fix a big performance hit when 
4764                 re-sorting (10k mails: before 5s,
4765                 after .5s)
4766
4767         * src/prefs_compose_writing.c
4768         * src/prefs_compose_writing.h
4769         * src/prefs_message.c
4770         * src/prefs_message.h
4771         * src/prefs_other.c
4772         * src/prefs_other.h
4773         * src/prefs_quote.c
4774         * src/prefs_quote.h
4775         * src/prefs_receive.c
4776         * src/prefs_receive.h
4777         * src/prefs_send.c
4778         * src/prefs_send.h
4779         * src/prefs_summaries.c
4780         * src/prefs_summaries.h
4781                 Fix copyright banner
4782
4783 2005-06-01 [paul]       1.9.11cvs30
4784
4785         * po/fi.po
4786                 updated by Flammie Pirinen
4787         * src/procmime.c
4788                 fix 'Bad BASE64 content' output
4789
4790 2005-05-31 [colin]      1.9.11cvs29
4791
4792         * src/procmime.c
4793                 Oops, where did my hunk go.
4794
4795 2005-05-31 [colin]      1.9.11cvs28
4796
4797         * src/Makefile.am
4798         * src/account.c
4799         * src/action.c
4800         * src/addr_compl.c
4801         * src/addressbook.c
4802         * src/codeconv.c
4803         * src/compose.c
4804         * src/export.c
4805         * src/folder.c
4806         * src/folderview.c
4807         * src/image_viewer.c
4808         * src/main.c
4809         * src/mainwindow.c
4810         * src/messageview.c
4811         * src/mimeview.c
4812         * src/msgcache.c
4813         * src/prefs_account.c
4814         * src/prefs_actions.c
4815         * src/prefs_common.c
4816         * src/prefs_compose_writing.c
4817         * src/prefs_customheader.c
4818         * src/prefs_ext_prog.c
4819         * src/prefs_filtering.c
4820         * src/prefs_filtering_action.c
4821         * src/prefs_fonts.c
4822         * src/prefs_image_viewer.c
4823         * src/prefs_message.c
4824         * src/prefs_message.h
4825         * src/prefs_msg_colors.c
4826         * src/prefs_other.c
4827         * src/prefs_other.h
4828         * src/prefs_quote.c
4829         * src/prefs_receive.c
4830         * src/prefs_receive.h
4831         * src/prefs_send.c
4832         * src/prefs_send.h
4833         * src/prefs_spelling.c
4834         * src/prefs_summaries.c
4835         * src/prefs_summary_column.c
4836         * src/prefs_template.c
4837         * src/prefs_themes.c
4838         * src/prefs_toolbar.c
4839         * src/prefs_wrapping.c
4840         * src/procmime.c
4841         * src/procmsg.c
4842         * src/send_message.h
4843         * src/ssl_manager.c
4844         * src/summary_search.c
4845         * src/summaryview.c
4846         * src/textview.c
4847         * src/wizard.c
4848         * src/common/smtp.c
4849         * src/common/smtp.h
4850         * src/gtk/gtkutils.h
4851                 o Move the rest of Common prefs to new style
4852                 o Lots of -Wall warning fixes
4853                 o fix FIXME in cache memusage calculation
4854                 o Let return receipts be sent from any account
4855                 o Little cache optimisation (read)
4856                 o Fix bug #746 (don't treat commas as separators
4857                   when inside a quoted string)
4858
4859 2005-05-31 [paul]       1.9.11cvs27
4860
4861         * src/prefs_common.c
4862                 fix 'off-by-one' typo
4863
4864 2005-05-31 [paul]       1.9.11cvs26
4865
4866         * src/account.c
4867         * src/addr_compl.c
4868         * src/compose.c
4869         * src/foldersel.c
4870         * src/prefs_actions.c
4871         * src/prefs_common.c
4872         * src/prefs_common.h
4873         * src/prefs_customheader.c
4874         * src/prefs_display_header.c
4875         * src/prefs_filtering.c
4876         * src/prefs_filtering_action.c
4877         * src/prefs_matcher.c
4878         * src/prefs_summaries.c
4879         * src/prefs_summary_column.c
4880         * src/prefs_template.c
4881         * src/prefs_toolbar.c
4882         * src/ssl_manager.c
4883         * src/gtk/pluginwindow.c
4884         * src/gtk/prefswindow.c
4885         * src/gtk/progressdialog.c
4886                 add hidden prefs 'enable_rules_hint'
4887                 for gtk_tree_view_set_rules_hint()
4888                 (sync with main)
4889                 
4890
4891 2005-05-31 [colin]      1.9.11cvs25
4892
4893         * src/Makefile.am
4894         * src/main.c
4895         * src/prefs_common.c
4896         * src/prefs_summaries.c ** ADDED **
4897         * src/prefs_summaries.h ** ADDED **
4898                 Common/Display -> Display/Summaries
4899
4900 2005-05-31 [colin]      1.9.11cvs24
4901
4902         * src/Makefile.am
4903         * src/main.c
4904         * src/prefs_quote.c ** ADDED **
4905         * src/prefs_quote.h ** ADDED **
4906                 Move Common/Quote to Compose/Quoting
4907         * src/prefs_common.c
4908         * src/prefs_common.h
4909                 Remove old quote stuff, add
4910                 convenience functions for GtkTextView prefs
4911         * src/gtk/prefswindow.c
4912                 Set default height higher
4913
4914 2005-05-30 [colin]      1.9.11cvs23
4915
4916         * src/Makefile.am
4917         * src/main.c
4918         * src/prefs_common.c
4919         * src/prefs_compose_writing.c ** ADDED **
4920         * src/prefs_compose_writing.h ** ADDED **
4921                 Move Common/Compose prefs to Compose/Writing
4922
4923 2005-05-30 [colin]      1.9.11cvs22
4924
4925         * src/common/utils.c
4926                 Fix bug #651 (Confused Attract by Subject)
4927                 Patch by M. Benkmann <haferfrost@web.de>
4928         * AUTHORS
4929
4930 2005-05-30 [colin]      1.9.11cvs21
4931
4932         * src/compose.c
4933                 Fix concatenation of different headers of
4934                 the same type (bug #645)
4935         * src/prefs_folder_item.c
4936                 Fix bug #699 (setting color to black doesn't
4937                 work immediately)
4938         * src/procmime.c
4939                 Print out decoding error only once per
4940                 block
4941
4942 2005-05-30 [paul]       1.9.11cvs20
4943
4944         * src/common/template.c
4945                 fix Bcc
4946
4947 2005-05-30 [paul]       1.9.11cvs19
4948
4949         * doc/src/rfc2368.txt   **NEW FILE**
4950         * src/compose.c
4951                 compose_entries_set(): don't interpret Bcc
4952                 header field (conform to RFC 2368)
4953                 (sync with main)
4954
4955 2005-05-29 [colin]      1.9.11cvs18
4956
4957         * src/prefs_common.c
4958                 Let the default reply format respect
4959                 netiquette by cutting the signature.
4960
4961 2005-05-29 [colin]      1.9.11cvs17
4962
4963         * src/summaryview.c
4964                 Don't let always_show_msg override
4965                 open_unread_on_enter when opening a new
4966                 directory.
4967
4968 2005-05-27 [paul]       1.9.11cvs16
4969
4970         sync with main:
4971
4972         * src/main.c
4973                 app_will_exit(): cleanup tmp directory when exit
4974         * src/message_search.c
4975                 improved the interface and made code cleanup.
4976                 removed Clear button
4977         * src/send_message.c
4978                 send_message_local(): use GSpawn, and detect errors
4979         * src/summary_search.c
4980                 improved the interface and made code cleanup
4981         * src/textview.c
4982                 textview_write_link(): also skip non-ascii space
4983                  at the head of link strings (phishing check
4984                  didn't work at the case)
4985         * src/common/utils.c
4986                 get_command_output(): use g_spawn_command_line_sync()
4987                 instead of popen()
4988
4989 2005-05-26 [colin]      1.9.11cvs15
4990
4991         * src/folder.c
4992                 remove printf
4993
4994 2005-05-26 [colin]      1.9.11cvs14
4995
4996         * src/common/nntp.c
4997                 Fix nntp mode reader (bug #611)
4998                 Patch by Florian Mickler <florian@mickler.org>
4999
5000 2005-05-26 [colin]      1.9.11cvs13
5001
5002         * src/plugins/pgpmime/passphrase.c
5003                 Fix mouse grabbing (bug #557)
5004
5005 2005-05-26 [colin]      1.9.11cvs12
5006
5007         * src/prefs_themes.c
5008                 Fix g_warning (bug #541)
5009
5010 2005-05-26 [colin]      1.9.11cvs11
5011
5012         * src/prefs_actions.c
5013         * src/prefs_template.c
5014                 Fix bug #506 (no warning if action/template
5015                 is not saved)
5016         * src/common/template.c
5017                 Fix a possible crash
5018
5019 2005-05-26 [colin]      1.9.11cvs10
5020
5021         * src/folder.c
5022         * src/folderview.c
5023         * src/procmsg.c
5024         * src/summaryview.c
5025                 Forbid locked messages to be moved or
5026                 deleted. Locked messages in trashes 
5027                 still get deleted, for performance
5028                 reason (mh.c::mh_remove_all_msgs)
5029
5030 2005-05-25 [colin]      1.9.11cvs9
5031
5032         * src/procmime.c
5033                 Use correct encoding when sending mails
5034                 with attachments that have accentued 
5035                 chars in their name
5036
5037 2005-05-24 [colin]      1.9.11cvs8
5038
5039         * src/summaryview.c
5040                 Fix bug #688 f) read/unread marker not
5041                 changed on first click
5042                 Also, optimize summary_status_show()
5043                 calls
5044         * src/folder.c
5045         * src/inc.c
5046         * src/procmime.c
5047                 Fix bug #688 b) and c) wrt message
5048                 attachments and signature
5049         * src/stock_pixmap.c
5050         * src/stock_pixmap.h
5051         * src/stock_pixmap.c
5052         * src/stock_pixmap.h
5053         * src/Makefile.am
5054         * src/pixmaps/clip_gpg_signed.xpm
5055                 Add clip/signed icon
5056
5057 2005-05-24 [colin]      1.9.11cvs7
5058
5059         * src/folder_item_prefs.c
5060                 whitespace fix
5061
5062 2005-05-24 [colin]      1.9.11cvs6
5063
5064         * src/folderview.c
5065         * src/prefs_common.c
5066         * src/prefs_common.h
5067                 Add a confirmation to folder drag and drop
5068                 fixes bug #156
5069         * src/alertpanel.c
5070         * src/alertpanel.h
5071                 fix _with_disable parameters so that
5072                 the buttons labels are specifiable too
5073         * src/plugins/pgpmime/sgpgme.c
5074                 reflect said change
5075                 
5076
5077 2005-05-24 [colin]      1.9.11cvs5
5078
5079         * src/folderview.c
5080                 Uncollapse/collapse folders on double-click
5081                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
5082                 closes bug #108
5083
5084 2005-05-23 [colin]      1.9.11cvs4
5085
5086         * src/common/socket.c
5087                 Check another special SSL_peek() error.
5088                 Should help wrt bug #728
5089
5090 2005-05-23 [colin]      1.9.11cvs3
5091
5092         * src/plugins/pgpmime/pgpmime.c
5093                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
5094                 breaking menu accelerators and stuff. Users will have to
5095                 reselect "PGP MIME" instead of "PGP/MIME" in their 
5096                 account's privacy preferences if needed.
5097
5098 2005-05-22 [paul]
5099
5100         * tools/kdeservicemenu/install.sh
5101                 use kdesu to prompt for root password if doing
5102                 global install/uninstall
5103
5104 2005-05-20 [colin]      1.9.11cvs2
5105
5106         * src/procmsg.c
5107                 Fix another compilation error with gcc-2.9x
5108                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
5109         * src/send_message.c
5110                 Don't send QUIT if we aren't connected
5111
5112 2005-05-19 [colin]      1.9.11cvs1
5113
5114         * src/procmsg.c
5115                 Fix compilation with gcc 2.9x
5116
5117 2005-05-19 [paul]       1.9.11
5118
5119         1.9.11 released
5120
5121 2005-05-19 [paul]       1.9.9cvs14
5122
5123         * src/gtk/inputdialog.c
5124                 prevent gettext warning
5125
5126 2005-05-19 [paul]       1.9.9cvs13
5127
5128         * src/mainwindow.c
5129         * src/prefs_common.c
5130         * src/prefs_common.h
5131         * src/textview.c
5132         * src/textview.h
5133                 add an option to toggle cursor in message
5134                 view (sync with main)
5135
5136 2005-05-18 [colin]      1.9.9cvs12
5137
5138         * src/compose.c
5139                 Dereference freed pointer
5140         * src/gtk/gtkaspell.c
5141                 Fix duplication of dictionaries (is it an aspell issue?)
5142
5143 2005-05-18 [colin]      1.9.9cvs11
5144
5145         * src/gtk/inputdialog.c
5146         * src/gtk/gtkaspell.c
5147                 HIGuify dialogs
5148         * src/alertpanel.c
5149                 Remove a double call
5150
5151 2005-05-17 [colin]      1.9.9cvs10
5152
5153         * src/gtk/gtkaspell.c
5154                 Fix dialogs, Ctrl-Enter accel
5155
5156 2005-05-17 [colin]      1.9.9cvs9
5157
5158         * src/gtk/gtkaspell.c
5159                 Fix some accelerators, escape in replace-window
5160
5161 2005-05-16 [colin]      1.9.9cvs8
5162
5163         * src/gtk/gtkaspell.c
5164                 Revert last commit, it was a mistake.
5165
5166 2005-05-16 [colin]      1.9.9cvs7
5167
5168         * src/gtk/gtkaspell.c
5169                 Remove buggy code while we're at it. It's a 
5170                 dead code path anyway.
5171
5172 2005-05-16 [colin]      1.9.9cvs6
5173
5174         * src/gtk/gtkaspell.c
5175                 Missed some gtk_menu_popup where deactivate
5176                 signal should be handled. Should fix bug
5177                 #629 a bit more.
5178
5179 2005-05-16 [colin]      1.9.9cvs5
5180
5181         * src/gtk/gtkaspell.c
5182                 Remove debug printf()s
5183
5184 2005-05-16 [colin]      1.9.9cvs4
5185
5186         * src/gtk/gtkaspell.c
5187                 Fix a bit aspell problems
5188                 (see bug #629)
5189
5190 2005-05-13 [colin]      1.9.9cvs3
5191
5192         * src/folderview.c
5193                 Fix the + appearing even when no subfolders
5194                 have unread messages. Thanks to wwp for the
5195                 bug report.
5196
5197 2005-05-11 [paul]       1.9.9cvs2
5198
5199         * src/folderview.c
5200                 correction to 1.9.9cvs1, only colour folders that
5201                 have new msgs (not unread msgs)
5202
5203 2005-05-10 [colin]      1.9.9cvs1
5204
5205         * src/folderview.c
5206         * src/summaryview.c
5207                 Try to fix bolding bugs again.
5208
5209 2005-05-09 [paul]
5210
5211         * tools/claws.i18n.status.pl
5212                 add Ricardo Mones Lastra's script that has been providing
5213                 the i18n status page for many months
5214
5215 2005-05-09 [paul]       1.9.9
5216
5217         1.9.9 release
5218
5219 2005-05-09 [paul]       1.9.6cvs58
5220
5221         * AUTHORS
5222         * INSTALL
5223         * README.claws
5224                 updated
5225         * Makefile.am 
5226         * RELEASE_NOTES.claws
5227                 add release notes to cvs to simplify release
5228                 procedure
5229         * configure.ac
5230                 add ca and fi to ALL_LINGUAS
5231         * po/Makefile.in.in
5232                 workaround for missing Makevars
5233         * po/ca.po
5234         * po/fi.po
5235                 add new Catalan and Finnish translations
5236                 submitted by Miquel Oliete and Flammie Pirinen
5237         * po/de.po
5238         * po/es.po
5239         * po/fr.po
5240         * po/it.po
5241         * po/pl.po
5242         * po/ru.po
5243         * po/sk.po
5244         * po/sr.po
5245         * po/zh_CN.po
5246                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
5247                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
5248                 Urke MMI, and Hansom Young
5249         * src/main.c
5250                 Fix drafting when quitting. compose_draft() closes the
5251                 compose windows, which modifies the compose_list GSList.
5252                 We have to refresh this list after echo drafting to avoid a
5253                 segfault
5254         * src/partial_download.c
5255                 fix segfault on exit
5256
5257 2005-05-06 [paul]       1.9.6cvs57
5258
5259         * src/grouplistdialog.c
5260                 quick fix/workaround for unresizeable newsgroup
5261                 name column 
5262
5263 2005-05-06 [paul]       1.9.6cvs56
5264
5265         * src/inc.c
5266         * src/mainwindow.c
5267                 use gettext plural forms
5268         * src/imap_gtk.c
5269         * src/mh_gtk.c
5270         * src/toolbar.c
5271                 small improvement to english usage
5272
5273 2005-05-05 [thorsten]   1.9.6cvs55
5274
5275         * src/folder.c
5276                 fix possible crash
5277
5278 2005-05-05 [paul]       1.9.6cvs54
5279         
5280         sync with HEAD
5281
5282         * AUTHORS
5283         * src/compose.c
5284                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
5285                 patch by Tim Mann
5286
5287 2005-05-05 [paul]       1.9.6cvs53
5288
5289         * src/mainwindow.c
5290                 fix resizing of separate message and
5291                 folder views
5292
5293 2005-05-05 [paul]       1.9.6cvs52
5294
5295         * src/account.c
5296         * src/addrgather.c
5297         * src/browseldap.c
5298         * src/exphtmldlg.c
5299         * src/expldifdlg.c
5300         * src/importmutt.c
5301         * src/importpine.c
5302         * src/main.c
5303         * src/mainwindow.c
5304         * src/noticeview.c
5305         * src/prefs_filtering.c
5306         * src/prefs_filtering_action.c
5307         * src/prefs_matcher.c
5308         * src/prefs_spelling.c
5309         * src/prefs_toolbar.c
5310         * src/toolbar.c
5311         * src/wizard.c
5312         * src/gtk/description_window.c
5313         * src/gtk/gtkvscrollbutton.c
5314         * src/gtk/progressdialog.c
5315         * src/gtk/quicksearch.c
5316         * src/plugins/pgpmime/prefs_gpg.c
5317         * src/plugins/spamassassin/spamassassin_gtk.c
5318                 replace deprecated gtk_widget_set_usize
5319
5320 2005-05-04 [colin]      1.9.6cvs51
5321
5322         * src/common/utils.c
5323                 Fix crash when subst_for_filename is called
5324                 with a NULL parameter
5325
5326 2005-05-04 [colin]      1.9.6cvs50
5327
5328         * src/partial_download.c
5329         * src/pop.c
5330                 Escape login when writing uidl file
5331                 fixes bug #736
5332
5333 2005-05-03 [colin]      1.9.6cvs49
5334
5335         * src/procmime.c
5336                 Fix possible DOS in mime parser
5337                 (see bug #634)
5338
5339 2005-05-02 [colin]      1.9.6cvs48
5340
5341         * src/compose.c
5342                 Try to fix the copy/paste mess once again.
5343
5344
5345 2005-04-30 [colin]      1.9.6cvs47
5346
5347         * src/prefs_account.h
5348         * src/procmsg.c
5349         * src/send_message.c
5350         * src/common/smtp.c
5351         * src/common/smtp.h
5352                 Try to batch sending mails (per account) instead of
5353                 reconnecting to server every time.
5354
5355 2005-04-29 [colin]      1.9.6cvs46
5356
5357         * src/messageview.c
5358                 Fix window resizing that refused to size down
5359         * src/prefs_common.c
5360         * src/prefs_common.h
5361         * src/prefs_filtering.c
5362                 Save Filtering's window size
5363
5364 2005-04-21 [paul]       1.9.6cvs45
5365
5366         * ChangeLog-gtk2.claws
5367         * src/setup.c
5368                 correction to sync
5369
5370 2005-04-21 [paul]       1.9.6cvs44
5371
5372         sync with main:
5373
5374         * src/setup.c
5375         * src/statusbar.c
5376         * src/statusbar.h
5377                 use gtkut_widget_draw_now(). Improved performance
5378                 of the update of statusbar
5379         * src/textview.c
5380                 textview_smooth_scroll_do(): redraw it after scroll
5381                 is done (fixed incorrect display when a part of the
5382                 view is hidden).
5383         * src/gtk/gtkutils.c
5384         * src/gtk/gtkutils.h
5385                 gtkut_widget_draw_now(): use gdk_window_process_updates()
5386                 to force update of widgets.
5387                 Removed gtkut_widget_wait_for_draw() which had a big
5388                 overhead  because of waiting for all events processed 
5389
5390 2005-04-20 [paul]       1.9.6cvs43
5391
5392         * src/codeconv.c
5393                 complete 1.9.6cvs42's sync:
5394                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
5395
5396 2005-04-19 [paul]       1.9.6cvs42
5397
5398         sync with main:
5399
5400         * src/action.c
5401                 catch_output(): correctly select the insert text
5402                 (fix invalid iterator warnings).
5403         * src/codeconv.c
5404         * src/codeconv.h
5405         * src/mainwindow.c
5406         * src/messageview.c
5407         * src/prefs_common.c
5408                 support GBK encoding.
5409         * src/common/session.c
5410         * src/common/session.h
5411                 use separate buffer for large data to be sent,
5412                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
5413
5414 2005-04-18 [paul]       1.9.6cvs41
5415
5416         * src/jpilot.c
5417                 convert unsigned long into guint32
5418                 patch by Paul LeoNerd Evans 
5419
5420 2005-04-17 [colin]      1.9.6cvs40
5421
5422         * src/compose.c
5423                 Fix 'Request return receipt' from folder
5424                 properties (bug #708)
5425
5426 2005-04-17 [colin]      1.9.6cvs39
5427
5428         * src/mainwindow.c
5429                 Fix duplicate hotkeys in Mainwindow's menu
5430
5431 2005-04-17 [colin]      1.9.6cvs38
5432
5433         * src/folderview.c
5434                 Fix duplicate hotkeys in Folderview's contextual
5435                 menu
5436
5437 2005-04-15 [colin]      1.9.6cvs37
5438
5439         * src/summaryview.c
5440                 Fix 'Save as...' with non-ascii filenames
5441
5442 2005-04-15 [colin]      1.9.6cvs36
5443
5444         * src/plugins/pgpmime/pgpmime.c
5445                 Fix bus error on 64bit. Spotted by 
5446                 macallan1888@gmail.com
5447
5448 2005-04-15 [colin]      1.9.6cvs35
5449
5450         * src/prefs_account.c
5451                 Fix cvs34.
5452
5453 2005-04-12 [colin]      1.9.6cvs34
5454
5455         * src/prefs_account.c
5456                 Fix smtp auth type off-by-one. We forgot to
5457                 add PLAIN in the prefs-to-gui setter func and
5458                 as a result, the selected auth when opening
5459                 account prefs was not the correct one.
5460
5461 2005-04-12 [paul]       1.9.6cvs33
5462
5463         * src/inc.c
5464                 if the recv dialog is visible, Cancel only
5465                 cancels the current account
5466
5467
5468 2005-04-10 [colin]      1.9.6cvs32
5469
5470         * src/filtering.c
5471                 Copy score when copying FilteringActions
5472                 Fix bug #674
5473
5474 2005-04-10 [colin]      1.9.6cvs31
5475
5476         * src/inc.c
5477                 Make Message -> Receive -> Cancel cancel 
5478                 incorporation on all accounts. Fixes
5479                 bug #693
5480
5481 2005-04-10 [colin]      1.9.6cvs30
5482
5483         * src/prefs_account.c
5484                 Update Privacy checkbuttons status based
5485                 on the selected privacy system
5486         * src/compose.c
5487                 Always connect the "None" privacy system; the
5488                 static boolean was probably there to avoid
5489                 reconnecting twice in the same compose window,
5490                 but as the parent function is only called once
5491                 per compose, it's only a bug - as a static is
5492                 initialized once per application instance.
5493                 Also, don't uncheck Sign and Encrypt when
5494                 selecting None as privacy system; just ignore
5495                 them when sending/queuing.
5496                 Should fix bug #695
5497
5498 2005-04-08 [colin]      1.9.6cvs29
5499
5500         * src/account.c
5501         * src/prefs_account.c
5502         * src/prefs_account.h
5503                 Add account preference to queue message in a certain
5504                 folder.
5505
5506 2005-04-06 [colin]      1.9.6cvs28
5507
5508         * src/prefs_account.c
5509                 Update old inbox path syntax
5510
5511 2005-04-06 [paul]       1.9.6cvs27
5512
5513         sync with main:
5514
5515         * configure.ac
5516                 changed -traditional-cpp to -no-cpp-precomp for newer
5517                 Mac OS X support
5518         * src/foldersel.c
5519                 made column resize automatically
5520         * src/send_message.c
5521                 send_message_smtp(): consider EOF right after QUIT
5522                 successful (workaround for Gmail SMTP server)
5523         * src/common/socket.c
5524                 ssl_read(), ssl_peek(): check EOF which violates the
5525                 SSL protocol
5526         * src/gtk/colorlabel.c
5527                 removed warnings when displaying colorlabel menu
5528                 (don't use GtkAlignment)
5529
5530 2005-04-05 [paul]       1.9.6cvs26
5531
5532         * src/plugins/trayicon/trayicon.c
5533                 fix clipping of icon under KDE3 
5534
5535 2005-04-05 [paul]       1.9.6cvs25
5536
5537         * src/summaryview.c
5538                 hide display of threading
5539                 patch by Alfons
5540
5541 2005-04-04 [thorsten]   1.9.6cvs24
5542
5543         * src/mh.c
5544                 marks lost on filesystems with different stat() results on
5545                 summer-/wintertime
5546
5547 2005-04-03 [colin]      1.9.6cvs23
5548
5549         * src/summaryview.c
5550                 Don't handle up/down. Patch by Alfons
5551
5552 2005-04-02 [colin]      1.9.6cvs22
5553
5554         * src/summaryview.c
5555                 Make scrolling faster. Patch by Alfons.
5556
5557 2005-04-01 [colin]      1.9.6cvs21
5558
5559         * src/Makefile.am
5560         * src/stock_pixmap.c
5561         * src/pixmaps/dir-noselect.xpm ** REMOVED **
5562         * src/pixmaps/dir_noselect.xpm ** ADDED **
5563                 Fix pixmap name mismatch (Thanks Stephan Sachse)
5564
5565 2005-04-01 [colin]      1.9.6cvs20
5566
5567         * src/image_viewer.c
5568         * src/image_viewer.h
5569         * src/procmime.c
5570         * src/procmime.h
5571         * src/textview.c
5572         * src/textview.h
5573                 Implement inline image resizing and right-clicking
5574
5575 2005-04-01 [paul]       1.9.6cvs19
5576
5577         * AUTHORS
5578         * Makefile.am
5579         * configure.ac
5580                 check for gnome2
5581                 patch by Luca Cavalli <loopback<AT>slackit.org>
5582         * po/ru.po
5583                 updated by Pavlo Bohmat
5584
5585 2005-03-31 [colin]      1.9.6cvs18
5586
5587         * src/news.c
5588                 Fix parsing references
5589         * src/msgcache.c
5590                 don't put nulls in the references list
5591         * src/procheader.c
5592                 commit that forgotten file in 1.9.6cvs14
5593
5594 2005-03-31 [colin]      1.9.6cvs17
5595
5596         * src/compose.c
5597                 Fix joining of signature separator again. 
5598                 Maybe Hiro could put it in main too...
5599
5600 2005-03-31 [colin]      1.9.6cvs16
5601
5602         * src/Makefile.am
5603         * src/foldersel.c
5604         * src/stock_pixmap.c
5605         * src/stock_pixmap.h
5606         * src/pixmaps/dir-noselect.xpm
5607                 Update foldersel.c (sync from main, patch by Alfons)
5608
5609 2005-03-30 [colin]      1.9.6cvs15
5610
5611         * src/imap.c
5612                 Fix handling of imap folders containing [] in 
5613                 their name. Thanks to Nahuel Angelinetti for
5614                 the detailed bugreport.
5615
5616 2005-03-30 [colin]      1.9.6cvs14
5617
5618         * src/common/utils.h
5619         * src/common/utils.c
5620         * src/common/defs.h
5621         * src/matcher.c
5622         * src/msgcache.c
5623         * src/news.c
5624         * src/procmsg.c
5625         * src/procmsg.h
5626         * src/quote_fmt_parse.y
5627         * src/summaryview.c
5628                 Update references system. Patch by Alfons
5629
5630 2005-03-30 [colin]      1.9.6cvs13
5631
5632         * src/common/socket.c
5633                 Force the glibc to read resolv.conf again when 
5634                 it has changed. Should fix issues when changing
5635                 networks on a laptop and not restarting sylpheed. 
5636
5637 2005-03-30 [paul]       1.9.6cvs12
5638
5639         partial sync with main:
5640
5641         * src/action.c
5642                 create_io_dialog(): use user-defined text font
5643                 (thanks to Alfons), and modified its appearance.
5644         * src/addrgather.c
5645         * src/addrharvest.c
5646         * src/browseldap.c
5647                 replace old code
5648         * src/compose.c
5649                 don't join (presumably) itemized lines on line-wrapping
5650                 fixed wrapping of quote when auto-wrapping is enabled
5651                 compose_destroy(): destroy paned only if it's not
5652                 attached to window. Fixed memory leak of popup menu.
5653         * src/exphtmldlg.c
5654         * src/expldifdlg.c
5655                 replace old code
5656         * src/html.c
5657         * src/html.h
5658         * src/importmutt.c
5659         * src/importpine.c
5660                 replace old code
5661         * src/main.c
5662                 removed redundant code
5663         * src/mainwindow.c
5664                 changed 'Code set' (which is rather incorrect)
5665                 in the menu to 'Character encoding'
5666                 main_window_set_widgets(): request size first
5667                 to prevent window size becoming wrong
5668                 fixed remembering of the state of the visibility
5669                 of MessageView
5670         * src/messageview.c
5671                 changed 'Code set' (which is rather incorrect)
5672                 in the menu to 'Character encoding'
5673         * src/prefs_common.c
5674         * src/prefs_common.h
5675                 added an option whether to render HTML as text or not
5676                 added separators to outgoing encoding menu
5677         * src/procheader.c
5678                 procheader_scan_date_string(): support header
5679                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
5680         * src/summaryview.c
5681         * src/summaryview.h
5682                 minor code cleanup
5683         * src/textview.c
5684                 textview_show_html(): force output of newline
5685                 added an option whether to render HTML as text or not
5686         * src/common/utils.c
5687                 strncpy2(): optimized based on Alfons' code
5688         * src/gtk/gtkutils.c
5689         * src/gtk/gtkutils.h
5690                 removed non-used code
5691         * src/plugins/pgpmime/passphrase.c
5692                 partially fixed grab input of passphrase dialog
5693                 Confine pointer to window
5694
5695 2005-03-30 [colin]      1.9.6cvs11
5696
5697         * src/msgcache.c
5698         * src/msgcache.h
5699                 Read/write 32bit ints from cache & marks
5700                 From main.
5701
5702 2005-03-29 [paul]       1.9.6cvs10
5703
5704         * AUTHORS
5705         * ChangeLog.claws
5706         * src/compose.c
5707         * src/gtk/gtkaspell.c
5708                 sync with HEAD (don't pass NULL pointers) 
5709
5710 2005-03-24 [paul]
5711
5712         * tools/Makefile.am
5713         * tools/README
5714         * tools/acroread2sylpheed.pl
5715                 sync with HEAD (add script to send pdfs as
5716                 attachments from Adobe Reader 7)
5717
5718 2005-03-21 [paul]       1.9.6cvs9
5719
5720         * configure.ac
5721         * po/POTFILES.in
5722         * src/Makefile.am
5723         * src/crash.c
5724         * src/image_viewer.c ** ADDED **
5725         * src/image_viewer.h ** ADDED **
5726         * src/main.c
5727         * src/prefs_common.c
5728         * src/prefs_common.h
5729         * src/prefs_image_viewer.c ** ADDED **
5730         * src/prefs_image_viewer.h ** ADDED **
5731         * src/textview.c
5732         * src/gtk/about.c
5733         * src/pixmaps/sylpheed_logo.xpm
5734         * src/plugins/Makefile.am
5735         * src/plugins/image_viewer/.cvsignore ** REMOVED **
5736         * src/plugins/image_viewer/Makefile.am ** REMOVED **
5737         * src/plugins/image_viewer/plugin.c ** REMOVED **
5738         * src/plugins/image_viewer/viewer.c ** REMOVED **
5739         * src/plugins/image_viewer/viewer.glade ** REMOVED **
5740         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
5741         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
5742         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
5743         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
5744                 as gdk-pixbuf is now built-in
5745                 remove image_viewer plugin and put code back into
5746                 main codebase
5747                 implement inline image display (sync with main)
5748
5749                 replace logo with newer, nicer, larger version  
5750
5751 2005-03-21 [paul]       1.9.6cvs8
5752
5753         * src/gtk/about.c
5754                 cosmetic improvement
5755
5756 2005-03-21 [holger]     1.9.6cvs7
5757
5758         * src/plugins/spamassassin/spamassassin.c
5759                 Sync with HEAD
5760                 (unregister hook on failed plugin init)
5761
5762 2005-03-20 [colin]      1.9.6cvs6
5763
5764         * src/common/plugin.c
5765                 Check that plugin isn't already loaded
5766                 Patch by Alfons
5767
5768 2005-03-20 [thorsten]   1.9.6cvs5
5769
5770         * src/compose.c
5771                 use a more compatible syntax
5772
5773 2005-03-20 [thorsten]   1.9.6cvs4
5774
5775         * src/prefs_toolbar.c
5776                 fix crash when selecting toolbar item (uninitialized pointer)
5777
5778 2005-03-20 [thorsten]   1.9.6cvs3
5779
5780         * src/procmime.c
5781                 fix mimetype detection (referenced free()d string)
5782
5783 2005-03-20 [paul]       1.9.6cvs2
5784
5785         * src/compose.c
5786                 sync with HEAD (1.0.3cvs5)
5787                 neglect Reply-To header if empty
5788                 Patch by Alfons 
5789
5790 2005-03-19 [holger]     1.9.6cvs1
5791
5792         * src/summaryview.c
5793         * src/summaryview.h
5794                 Sync with HEAD
5795
5796 2005-03-18 [paul]       1.9.6
5797
5798         initial GTK2 release
5799
5800 2005-03-18 [paul]       1.0.3cvs3.1
5801
5802         * AUTHORS
5803         * ChangeLog.claws
5804         * configure.ac
5805         * src/gtk/about.c
5806         * src/pixmaps/sylpheed_logo.xpm
5807                 sync with HEAD
5808
5809 2005-03-18 [colin]      1.0.3cvs2.6
5810
5811         * src/summaryview.c
5812                 Remove call to summary_step in summary_copy_selected_to
5813                 Can't see its purpose, and this causes bug when copying
5814                 a message if the next one is unread: it reads it.
5815
5816 2005-03-18 [paul]       1.0.3cvs2.5
5817
5818         * src/foldersel.c
5819                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
5820
5821 2005-03-18 [paul]       1.0.3cvs2.4
5822
5823         * src/addrharvest.c
5824         * src/codeconv.c
5825         * src/codeconv.h
5826         * src/compose.c
5827         * src/news.c
5828         * src/procheader.c
5829         * src/procmime.c
5830         * src/unmime.c
5831         * src/unmime.h
5832                 fix buffer overflow, CAN-2005-0667, see
5833                 http://secunia.com/advisories/14491/
5834                 Patch by Alfons
5835
5836 2005-03-17 [colin]      1.0.3cvs2.3
5837
5838         * src/prefs_fonts.c
5839         * src/summaryview.c
5840                 Fix font bugs (both lists now officialy share 
5841                 the same font)
5842                 
5843
5844 2005-03-17 [paul]       1.0.3cvs2.2
5845
5846         * src/gtk/pluginwindow.c
5847                 make plugin descriptions uneditable
5848
5849 2005-03-11 [paul]       1.0.3cvs2.1
5850
5851         * ChangeLog.claws
5852         * configure.ac
5853         * po/POTFILES.in
5854         * src/plugins/trayicon/trayicon.c
5855                 sync with HEAD
5856                 add src/wizard.c to POTFILES.in
5857
5858 2005-03-11 [paul]       1.0.3cvs1.1
5859
5860         * ChangeLog
5861         * ChangeLog.claws
5862         * configure.ac
5863         * po/de.po
5864         * po/es.po
5865         * po/fr.po
5866         * po/it.po
5867         * po/pt_BR.po
5868         * po/ru.po
5869         * po/sk.po
5870         * po/sr.po
5871         * po/zh_CN.po
5872                 sync with HEAD
5873
5874 2005-03-04 [colin]      1.0.1cvs22.2
5875
5876         * src/compose.c
5877                 Fix signatures with accentued chars in it
5878
5879 2005-03-04 [colin]      1.0.1cvs22.1
5880
5881         * src/common/smtp.c
5882         * src/common/smtp.h
5883                 Don't use SIZE param in MAIL FROM: if server 
5884                 doesn't support it. Patch by Eugen Freiter
5885                 <eugen_f@users.sf.net>
5886
5887 2005-02-27 [paul]       1.0.1cvs20.1
5888
5889         * ChangeLog.claws
5890         * configure.ac
5891         * src/messageview.c
5892                 sync with HEAD
5893
5894 2005-02-27 [colin]      1.0.1cvs19.4
5895
5896         * src/procheader.c
5897         * src/procheader.h
5898                 Fix prototypes. Patch by Alfons
5899
5900 2005-02-27 [colin]      1.0.1cvs19.3
5901
5902         * src/compose.c
5903                 Don't auto-join the signature separator.
5904
5905 2005-02-26 [colin]      1.0.1cvs19.2
5906
5907         * src/summaryview.c
5908                 Fix 'mark all read' with collapsed threads.
5909                 Patch by Alfons.
5910
5911 2005-02-25 [paul]       1.0.1cvs19.1
5912
5913         * ChangeLog.claws
5914         * configure.ac
5915         * src/prefs_account.c
5916         * src/prefs_folder_item.c
5917         * src/gtk/prefswindow.c
5918         * src/gtk/prefswindow.h
5919                 sync with HEAD
5920
5921 2005-02-25 [paul]       1.0.1cvs15.12
5922
5923         * src/alertpanel.c
5924         * src/codeconv.c
5925         * src/compose.c
5926         * src/textview.c
5927         * src/gtk/gtkutils.c
5928         * src/gtk/gtkutils.h
5929         * src/gtk/logwindow.c
5930         * src/gtk/progressdialog.c
5931                 sync with main (revision 127)
5932                 and fix logwindow clipping
5933
5934 2005-02-24 [colin]      1.0.1cvs15.11
5935
5936         * src/plugins/pgpmime/passphrase.c
5937                 Disable input grabbing; it doesn't work yet.
5938
5939 2005-02-24 [colin]      1.0.1cvs15.10
5940
5941         * src/messageview.c
5942                 Don't send out receipts if offline. Ask.
5943
5944 2005-02-23 [colin]      1.0.1cvs15.9
5945
5946         * src/summaryview.c     
5947                 Fix expanding
5948
5949 2005-02-23 [colin]      1.0.1cvs15.8
5950
5951         * src/summaryview.c
5952                 Really fix Bug 568 by removing useless
5953                 calls. summary_thread_init() now called
5954                 in summary_sort(). This should please
5955                 Alfons as it should be faster than 
5956                 previously.
5957
5958 2005-02-23 [colin]      1.0.1cvs15.7
5959
5960         * src/compose.c
5961                 Encode parts as QP or B64 if signing
5962
5963 2005-02-23 [colin]      1.0.1cvs15.6
5964
5965         * src/compose.c
5966                 Fix Mimeinfo leakage (including tmp files)
5967         * src/procmsg.c
5968                 Fix tmp file leakage (spotted by Ivan Rayner)
5969
5970 2005-02-22 [colin]      1.0.1cvs15.5
5971
5972         * src/expldifdlg.c
5973                 Fix keyboard input. Patch by Alfons.
5974
5975 2005-02-21 [colin]      1.0.1cvs15.4
5976
5977         * src/compose.c
5978                 Fix Sign/Encrypt when unselecting privacy
5979                 system
5980         * src/prefs_common.c
5981                 Change default message font to Monospace
5982         * src/summaryview.c
5983                 More freezing during potentially large operations
5984
5985 2005-02-21 [paul]       1.0.1cvs15.3
5986
5987         * src/main.c
5988                 fix --help output
5989
5990 2005-02-21 [paul]       1.0.1cvs15.2
5991
5992         * po/Makefile.in.in
5993         * src/compose.c
5994         * src/summaryview.c
5995         * src/textview.c
5996         * src/common/utils.c
5997         * src/common/utils.h
5998                 sync with main (revision 117)
5999
6000 2005-02-20 [colin]      1.0.1cvs15.1
6001
6002         * src/common/defs.h
6003                 Change cache file to .sylpheed_claws_cache, as
6004                 suggested by Alfons. Allows people to switch
6005                 between Sylpheed and Sylpheed-Claws. it is
6006                 a good idea to "Check for new messages" at next
6007                 startup.
6008
6009
6010 2005-02-18 [colin]      1.0.1cvs14.1
6011
6012         * src/quote_fmt_lex.l
6013         * src/quote_fmt_parse.y
6014                 Fix parser initialisation. Patch by Ivan.
6015
6016 2005-02-18 [colin]      1.0.1cvs11.6
6017
6018         * src/folderview.c
6019                 Fix scrolldown (bug 662)
6020
6021 2005-02-17 [colin]      1.0.1cvs11.5
6022
6023         * src/codeconv.c
6024                 conv_filename_to_utf8: return clean 7bit instead
6025                 of broken utf8 if needed
6026         * src/mimeview.c
6027                 Fix display of parts with unclean 8bit names
6028
6029 2005-02-17 [paul]       1.0.1cvs11.4
6030
6031         * src/compose.c
6032         * src/exportldif.c
6033         * src/matcher_parser_parse.y
6034         * src/procmime.c
6035         * src/sourcewindow.c
6036         * src/common/Makefile.am
6037         * src/common/intl.h             ** REMOVED **
6038         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6039                 sync with main (revision 109)
6040                 and clean up
6041
6042 2005-02-16 [colin]      1.0.1cvs11.3
6043
6044         * src/summaryview.c
6045                 Fix collapsed thread not highlighting when new
6046                 messages in it (Bug 568) Patch by Stephan Sachse.
6047                 Fix messed up selection when reaching bounds (Bug 632)
6048         * src/prefs_themes.c
6049                 Fix theme installing (Bug 684)
6050
6051 2005-02-16 [colin]      1.0.1cvs11.2
6052
6053         * src/messageview.c
6054                 Fix messageview_select_all
6055
6056 2005-02-16 [colin]      1.0.1cvs11.1
6057
6058         * src/mh.c
6059                 Sync with HEAD (MH scan required function)
6060
6061 2005-02-15 [colin]      1.0.1cvs8.1
6062
6063         * src/mimeview.c
6064         * src/common/utils.c
6065                 Sync with HEAD (filename chars substitution)
6066
6067 2005-02-15 [colin]      1.0.1cvs7.3
6068
6069         * src/gtk/pluginwindow.c
6070                 Fix button spacing
6071
6072 2005-02-15 [colin]      1.0.1cvs7.2
6073
6074         * src/mimeview.c
6075                 Fix mime icons not reset across message when
6076                 scrolled down
6077
6078 2005-02-15 [colin]      1.0.1cvs7.1
6079
6080         * src/compose.c
6081         * src/procmime.c
6082                 Sync with HEAD (optimisation of cvs6)
6083
6084 2005-02-14 [colin]      1.0.1cvs6.1
6085
6086         * src/compose.c
6087         * src/procmime.c
6088                 Sync with HEAD (encode "From " at line beginning)
6089
6090 2005-02-14 [colin]      1.0.1cvs5.3
6091
6092         * src/compose.c
6093                 Fix wrapping with accentued chars.
6094
6095 2005-02-13 [colin]      1.0.1cvs5.2
6096
6097         * src/textview.c
6098                 Fix email informative part parsing with
6099                 accentued chars in it. ispunct() returns
6100                 true for them in utf8...
6101
6102 2005-02-12 [colin]      1.0.1cvs5.1
6103
6104         * src/filtering.c
6105                 Sync with HEAD (remove wrong use of compose after send)
6106
6107 2005-02-12 [paul]       1.0.1cvs4.5
6108
6109         * src/textview.c
6110                 remove unnecessary code (thanks to Alfons)
6111
6112 2005-02-12 [paul]       1.0.1cvs4.4
6113
6114         * src/textview.c
6115                 add 'Copy' to contextual menu on emails
6116
6117 2005-02-11 [colin]      1.0.1cvs4.3
6118
6119         * src/compose.c
6120                 revert 1.0.0cvs28.2, it doesn't work that well.
6121
6122 2005-02-11 [paul]       1.0.1cvs4.2
6123
6124         * po/Makefile.in.in
6125                 fix 'make release'
6126
6127 2005-02-10 [paul]       1.0.1cvs4.1
6128
6129         * ChangeLog
6130         * ChangeLog.claws
6131         * ChangeLog.jp
6132         * configure.ac
6133         * src/compose.c
6134                 sync with HEAD (sync with main)
6135
6136 2005-02-10 [paul]       1.0.1cvs3.2
6137
6138         * AUTHORS
6139         * Makefile.am
6140         * autogen.sh
6141         * configure.ac
6142         * config/mkinstalldirs
6143         * intl/.cvsignore
6144         * intl/ChangeLog
6145         * intl/VERSION
6146         * intl/bindtextdom.c
6147         * intl/config.charset
6148         * intl/dcgettext.c
6149         * intl/dcigettext.c
6150         * intl/dcngettext.c
6151         * intl/dgettext.c
6152         * intl/dngettext.c
6153         * intl/eval-plural.h
6154         * intl/explodename.c
6155         * intl/finddomain.c
6156         * intl/gettext.c
6157         * intl/gettextP.h
6158         * intl/gmo.h
6159         * intl/hash-string.h
6160         * intl/intl-compat.c
6161         * intl/l10nflist.c
6162         * intl/libgnuintl.h.in
6163         * intl/loadinfo.h
6164         * intl/loadmsgcat.c
6165         * intl/localcharset.c
6166         * intl/localcharset.h
6167         * intl/locale.alias
6168         * intl/localealias.c
6169         * intl/localename.c
6170         * intl/log.c
6171         * intl/ngettext.c
6172         * intl/os2compat.c
6173         * intl/os2compat.h
6174         * intl/osdep.c
6175         * intl/plural-exp.c
6176         * intl/plural-exp.h
6177         * intl/plural.c
6178         * intl/plural.y
6179         * intl/ref-add.sin
6180         * intl/ref-del.sin
6181         * intl/relocatable.c
6182         * intl/relocatable.h
6183         * intl/textdomain.c
6184         * m4/Makefile.am
6185         * po/Makefile.in.in
6186         * src/Makefile.am
6187         * src/account.c
6188         * src/action.c
6189         * src/addr_compl.c
6190         * src/addressadd.c
6191         * src/addressbook.c
6192         * src/addrgather.c
6193         * src/addrindex.c
6194         * src/alertpanel.c
6195         * src/browseldap.c
6196         * src/codeconv.c
6197         * src/codeconv.h
6198         * src/compose.c
6199         * src/compose.h
6200         * src/crash.c
6201         * src/editaddress.c
6202         * src/editbook.c
6203         * src/editgroup.c
6204         * src/editjpilot.c
6205         * src/editldap.c
6206         * src/editldap_basedn.c
6207         * src/editvcard.c
6208         * src/exphtmldlg.c
6209         * src/expldifdlg.c
6210         * src/export.c
6211         * src/exporthtml.c
6212         * src/filtering.c
6213         * src/folder.c
6214         * src/folder_item_prefs.c
6215         * src/foldersel.c
6216         * src/folderview.c
6217         * src/grouplistdialog.c
6218         * src/headerview.c
6219         * src/imap.c
6220         * src/imap_gtk.c
6221         * src/import.c
6222         * src/importldif.c
6223         * src/importmutt.c
6224         * src/importpine.c
6225         * src/inc.c
6226         * src/ldif.c
6227         * src/main.c
6228         * src/mainwindow.c
6229         * src/matcher.c
6230         * src/mbox.c
6231         * src/message_search.c
6232         * src/messageview.c
6233         * src/mh.c
6234         * src/mh_gtk.c
6235         * src/mimeview.c
6236         * src/msgcache.c
6237         * src/news.c
6238         * src/news_gtk.c
6239         * src/noticeview.c
6240         * src/partial_download.c
6241         * src/pop.c
6242         * src/prefs_account.c
6243         * src/prefs_actions.c
6244         * src/prefs_common.c
6245         * src/prefs_customheader.c
6246         * src/prefs_display_header.c
6247         * src/prefs_ext_prog.c
6248         * src/prefs_filtering.c
6249         * src/prefs_filtering_action.c
6250         * src/prefs_folder_item.c
6251         * src/prefs_fonts.c
6252         * src/prefs_gtk.c
6253         * src/prefs_matcher.c
6254         * src/prefs_msg_colors.c
6255         * src/prefs_spelling.c
6256         * src/prefs_summary_column.c
6257         * src/prefs_template.c
6258         * src/prefs_themes.c
6259         * src/prefs_toolbar.c
6260         * src/prefs_wrapping.c
6261         * src/privacy.c
6262         * src/procheader.c
6263         * src/procmime.c
6264         * src/procmsg.c
6265         * src/quote_fmt.c
6266         * src/recv.c
6267         * src/send_message.c
6268         * src/setup.c
6269         * src/sourcewindow.c
6270         * src/ssl_manager.c
6271         * src/statusbar.c
6272         * src/summary_search.c
6273         * src/summaryview.c
6274         * src/textview.c
6275         * src/toolbar.c
6276         * src/wizard.c
6277         * src/common/nntp.c
6278         * src/common/plugin.c
6279         * src/common/smtp.c
6280         * src/common/ssl.c
6281         * src/common/ssl_certificate.c
6282         * src/common/string_match.c
6283         * src/common/sylpheed.c
6284         * src/common/template.c
6285         * src/common/utils.c
6286         * src/gtk/about.c
6287         * src/gtk/colorlabel.c
6288         * src/gtk/description_window.c
6289         * src/gtk/filesel.c
6290         * src/gtk/foldersort.c
6291         * src/gtk/gtkaspell.c
6292         * src/gtk/gtkutils.c
6293         * src/gtk/inputdialog.c
6294         * src/gtk/logwindow.c
6295         * src/gtk/menu.c
6296         * src/gtk/pluginwindow.c
6297         * src/gtk/prefswindow.c
6298         * src/gtk/progressdialog.c
6299         * src/gtk/quicksearch.c
6300         * src/gtk/sslcertwindow.c
6301         * src/plugins/clamav/clamav_plugin.c
6302         * src/plugins/clamav/clamav_plugin_gtk.c
6303         * src/plugins/demo/demo.c
6304         * src/plugins/dillo_viewer/dillo_prefs.c
6305         * src/plugins/dillo_viewer/dillo_viewer.c
6306         * src/plugins/image_viewer/plugin.c
6307         * src/plugins/image_viewer/viewer.c
6308         * src/plugins/image_viewer/viewerprefs.c
6309         * src/plugins/mathml_viewer/mathml_viewer.c
6310         * src/plugins/pgpmime/passphrase.c
6311         * src/plugins/pgpmime/plugin.c
6312         * src/plugins/pgpmime/prefs_gpg.c
6313         * src/plugins/pgpmime/select-keys.c
6314         * src/plugins/pgpmime/sgpgme.c
6315         * src/plugins/spamassassin/spamassassin.c
6316         * src/plugins/spamassassin/spamassassin_gtk.c
6317         * src/plugins/trayicon/trayicon.c
6318                 sync with main (revision 104)
6319
6320 2005-02-10 [colin]      1.0.1cvs3.1
6321
6322         * src/mainwindow.c
6323                 Sync with HEAD (fix occasional crasher)
6324
6325 2005-02-10 [colin]      1.0.1cvs2.1
6326
6327         * src/messageview.c
6328                 Synw with HEAD (don't automatically display html)
6329
6330 2005-02-09 [colin]      1.0.1cvs1.3
6331
6332         * src/textview.c
6333         * src/textview.h
6334                 Add contextual menu on emails
6335
6336 2005-02-09 [colin]      1.0.1cvs1.2
6337
6338         * src/codeconv.c
6339                 Fix converting from broken headers and 
6340                 put back the _ in missing places
6341                 (feature broke with cvs24.2 sync, main 
6342                  possibly affected?)
6343
6344 2005-02-09 [colin]      1.0.1cvs1.1
6345
6346         * src/messageview.c
6347         * src/mimeview.c
6348         * src/mimeview.h
6349                 Sync with HEAD (display non text/plain mails with plugin)
6350
6351 2005-02-08 [colin]      1.0.1.1
6352
6353         * ChangeLog.claws
6354         * po/pt_BR.po
6355                 Sync with HEAD
6356         * configure.ac
6357                 Make default configuration directory 
6358                 be .sylpheed-gtk2
6359
6360 2005-02-08 [colin]      1.0.0cvs29.1
6361
6362         * po/de.po
6363         * po/es.po
6364         * po/fr.po
6365         * po/it.po
6366         * po/sk.po
6367         * po/sr.po
6368                 Sync translations with HEAD
6369
6370 2005-02-06 [colin]      1.0.0cvs28.3
6371
6372         * src/compose.c
6373                 Make compose a bit faster - patch by Alfons.
6374
6375 2005-02-06 [colin]      1.0.0cvs28.2
6376
6377         * src/compose.c
6378                 Make pasting via middle-click more reliable
6379
6380 2005-02-05 [paul]       1.0.0cvs28.1
6381
6382         * ChangeLog
6383         * ChangeLog.claws
6384         * ChangeLog.jp
6385         * configure.ac
6386         * src/compose.c
6387                 sync with HEAD
6388                 (fix bug 682 'redirect is broken'
6389
6390 2005-02-05 [torte]      1.0.0cvs27.1
6391
6392         * ChangeLog.claws
6393         * configure.ac
6394         * src/partial_download.c
6395                 Sync with HEAD (fix buf overflow)
6396
6397 2005-02-03 [colin]      1.0.0cvs26.1
6398
6399         * src/common/plugin.c
6400                 Sync with HEAD (avoid plugin mismatches)
6401
6402 2005-02-03 [paul]       1.0.0cvs25.3
6403
6404         * src/folderview.c
6405         * src/headerview.c
6406         * src/summaryview.c
6407         * src/textview.c
6408         * src/gtk/colorlabel.c
6409                 third and final part of initial sync with main-gtk2
6410
6411 2005-02-03 [paul]       1.0.0cvs25.2
6412
6413         * src/jpilot.c
6414                 fix building with jpilot support
6415
6416 2005-02-02 [colin]      1.0.0cvs25.1
6417
6418         * src/messageview.c
6419                 Sync with HEAD (fix dangerous typo)
6420
6421 2005-02-01 [colin]      1.0.0cvs24.3
6422
6423         * src/common/xml.c
6424                 Write file as advertised (UTF-8)
6425
6426 2005-02-01 [paul]       1.0.0cvs24.2
6427
6428         * src/addrbook.c
6429         * src/addrindex.c
6430         * src/alertpanel.h
6431         * src/codeconv.c
6432         * src/codeconv.h
6433         * src/compose.c
6434         * src/export.c
6435         * src/folder_item_prefs.c
6436         * src/html.c
6437         * src/imap.c
6438         * src/import.c
6439         * src/jpilot.c
6440         * src/mainwindow.c
6441         * src/matcher_parser_lex.l
6442         * src/messageview.c
6443         * src/mh.c
6444         * src/prefs_account.c
6445         * src/prefs_actions.c
6446         * src/prefs_common.c
6447         * src/prefs_gtk.c
6448         * src/prefs_gtk.h
6449         * src/prefs_themes.c
6450         * src/procheader.c
6451         * src/procmime.c
6452         * src/sourcewindow.c
6453         * src/statusbar.c
6454         * src/summaryview.c
6455         * src/textview.c
6456         * src/toolbar.c
6457         * src/unmime.c
6458         * src/common/template.c
6459         * src/common/utils.c
6460         * src/common/xml.c
6461         * src/common/xml.h
6462         * src/gtk/gtkaspell.c
6463         * src/plugins/clamav/clamav_plugin.c
6464         * src/plugins/dillo_viewer/dillo_prefs.c
6465         * src/plugins/image_viewer/viewerprefs.c
6466         * src/plugins/pgpmime/passphrase.c
6467         * src/plugins/pgpmime/prefs_gpg.c
6468         * src/plugins/pgpmime/select-keys.c
6469         * src/plugins/spamassassin/spamassassin.c
6470                 second part of initial sync with main-gtk2
6471                 (more to follow)
6472
6473 2005-01-31 [colin]      1.0.0cvs24.1
6474
6475         * src/compose.c
6476                 Sync with HEAD
6477
6478 2005-01-29 [paul]       1.0.0cvs23.2
6479
6480         * src/account.c
6481         * src/action.c
6482         * src/addressadd.c
6483         * src/addressbook.c
6484         * src/alertpanel.c
6485         * src/compose.c
6486         * src/editaddress.c
6487         * src/editbook.c
6488         * src/editgroup.c
6489         * src/editjpilot.c
6490         * src/editldap.c
6491         * src/editldap_basedn.c
6492         * src/editvcard.c
6493         * src/export.c
6494         * src/foldersel.c
6495         * src/grouplistdialog.c
6496         * src/import.c
6497         * src/importldif.c
6498         * src/inc.c
6499         * src/main.c
6500         * src/mainwindow.c
6501         * src/message_search.c
6502         * src/messageview.c
6503         * src/mimeview.c
6504         * src/prefs_actions.c
6505         * src/prefs_common.c
6506         * src/prefs_common.h
6507         * src/prefs_customheader.c
6508         * src/prefs_display_header.c
6509         * src/prefs_filtering.c
6510         * src/prefs_filtering_action.c
6511         * src/prefs_gtk.c
6512         * src/prefs_matcher.c
6513         * src/prefs_summary_column.c
6514         * src/prefs_template.c
6515         * src/sourcewindow.c
6516         * src/summary_search.c
6517         * src/summaryview.c
6518         * src/textview.c
6519         * src/gtk/about.c
6520         * src/gtk/description_window.c
6521         * src/gtk/gtkshruler.c
6522         * src/gtk/gtkutils.c
6523         * src/gtk/gtkutils.h
6524         * src/gtk/inputdialog.c
6525         * src/gtk/logwindow.c
6526         * src/gtk/prefswindow.c
6527         * src/gtk/progressdialog.c
6528         * src/gtk/progressdialog.h
6529                 first part of initial sync with main-gtk2
6530                 (more to follow)
6531
6532 2005-01-28 [colin]      1.0.0cvs23.1
6533
6534         * src/folderview.c
6535                 Sync with HEAD
6536
6537 2005-01-27 [colin]      1.0.0cvs21.1
6538
6539         * src/folder.c
6540         * src/folderview.c
6541                 Sync with HEAD
6542
6543 2005-01-27 [colin]      1.0.0cvs19.1
6544
6545         * src/procmime.c
6546                 Sync with HEAD
6547
6548 2005-01-27 [colin]      1.0.0cvs18.1
6549
6550         * src/messageview.c
6551         * src/summaryview.c
6552         * src/mainwindow.c
6553         * src/compose.c
6554         * src/compose.h
6555         * src/procmsg.c
6556         * src/procmsg.h
6557         * src/toolbar.c
6558                 Sync with HEAD
6559
6560 2005-01-26 [paul]       1.0.0cvs15.2
6561
6562         * src/compose.c
6563                 compose_entries_set(): convert subject and body to
6564                 utf8 if necessary. patch by Felix Eckhofer
6565
6566 2005-01-26 [paul]       1.0.0cvs15.1
6567
6568         * configure.ac
6569         * src/common/template.c
6570                 sync with HEAD (fix memory leak)
6571
6572 2005-01-25 [paul]       1.0.0cvs14.1
6573
6574         * configure.ac
6575         * src/compose.c
6576                 sync with HEAD
6577
6578 2005-01-24 [colin]      1.0.0cvs13.1
6579
6580         * src/summaryview.c
6581                 Sync with HEAD
6582
6583 2005-01-24 [paul]       1.0.0cvs12.1
6584
6585         * configure.ac
6586         * src/messageview.c
6587         * src/mh.c
6588         * src/common/utils.c
6589                 sync with HEAD
6590
6591 2005-01-24 [colin]      1.0.0cvs11.1
6592
6593         * src/procheader.c
6594                 Sync with HEAD
6595
6596 2005-01-24 [colin]      1.0.0cvs10.1
6597
6598         * src/folderview.c
6599                 Sync with HEAD
6600
6601 2005-01-23 [colin]      1.0.0cvs9.1
6602
6603         * src/crash.c
6604                 Sync with HEAD
6605
6606 2005-01-22 [colin]      1.0.0cvs8.1
6607
6608         * src/summaryview.c
6609         * src/gtk/quicksearch.c
6610                 Sync with HEAD
6611
6612 2005-01-21 [colin]      1.0.0cvs7.1
6613
6614         * src/summaryview.c
6615                 Sync with HEAD
6616
6617 2005-01-21 [colin]      1.0.0cvs6.1
6618
6619         * src/summaryview.c
6620                 Sync with HEAD
6621
6622 2005-01-21 [colin]      1.0.0cvs5.1
6623
6624         * src/gtk/quicksearch.c
6625         * src/prefs_common.c
6626         * src/prefs_common.h
6627                 Sync with HEAD (recurse option)
6628
6629 2005-01-21 [colin]      1.0.0cvs4.1
6630
6631         * src/folder.h
6632         * src/folderview.c
6633         * src/folderview.h
6634         * src/summaryview.c
6635         * src/gtk/quicksearch.c
6636         * src/gtk/quicksearch.h
6637                 Sync with HEAD (recursive quicksearch)
6638
6639 2005-01-20 [colin]      1.0.0cvs3.4
6640
6641         * src/ssl_manager.c
6642                 Remove useless code
6643
6644 2005-01-20 [colin]      1.0.0cvs3.3
6645
6646         * src/ssl_manager.c
6647                 Fix leak, thanks to Alfons.
6648
6649 2005-01-20 [colin]      1.0.0cvs3.2
6650
6651         * src/ssl_manager.c
6652                 Port SSL certificate window to GTK2.
6653
6654 2005-01-20 [paul]       1.0.0cvs3.1
6655
6656         * ChangeLog.claws
6657         * configure.ac
6658         * src/addrindex.c
6659         * src/addrindex.h
6660                 sync with HEAD
6661
6662 2005-01-19 [colin]      1.0.0cvs2.2
6663
6664         * src/plugins/trayicon/trayicon.c
6665                 Fix freeze with gtk-2.6, the easy way
6666                 (signal blocking helpless there...)
6667                 Closes bug #668.
6668
6669 2005-01-19 [colin]      1.0.0cvs2.1
6670
6671         * src/mbox.c
6672         * src/mbox.h
6673         * src/mainwindow.c
6674         * src/summaryview.c
6675         * src/summaryview.h
6676                 Sync with HEAD
6677
6678 2005-01-19 [paul]       1.0.0cvs1.1
6679
6680         * configure.ac
6681         * po/de.po
6682         * po/es.po
6683         * po/fr.po
6684         * po/hr.po
6685         * po/it.po
6686         * po/ja.po
6687         * po/ko.po
6688         * po/pt_BR.po
6689         * po/ru.po
6690         * po/sk.po
6691         * po/sr.po
6692                 sync with HEAD (update translations)
6693
6694 2005-01-18 [colin]      1.0.0cvs0.1
6695
6696         * src/foldersel.c
6697                 Specify search column - patch by Alfons
6698
6699 2005-01-18 [colin]      0.9.13cvs36.3
6700
6701         * src/prefs_toolbar.c
6702                 Change Delete to Remove
6703         * src/prefs_fonts.c
6704                 GTK2 version and leak fixes
6705         * src/prefs_actions.c
6706                 Add stock buttons.
6707                 All patches by Alfons
6708
6709 2005-01-17 [colin]      0.9.13cvs36.2
6710
6711         * src/compose.c
6712                 Fix DnD inserting twice. While at it,
6713                 add DnD support for text/plain in the
6714                 body, and add support in the headers.
6715
6716 2005-01-16 [colin]      0.9.13cvs36.1
6717
6718         * ChangeLog
6719         * ChangeLog.jp
6720         * ChangeLog.claws
6721                 Sync with HEAD (nothing applicable)
6722
6723 2005-01-16 [colin]      0.9.13cvs33.2
6724
6725         * src/prefs_toolbar.c
6726                 GTK2ize prefs_toolbar, by Alfons.
6727
6728 2005-01-14 [colin]      0.9.13cvs33.1
6729
6730         * src/html.c
6731         * src/msgcache.c
6732                 Sync with HEAD
6733
6734 2005-01-14 [colin]      0.9.13cvs32.1
6735
6736         * src/html.c
6737         * src/html.h
6738         * src/msgcache.c
6739         * AUTHORS
6740         * tools/calypso_convert.pl
6741                 Sync with HEAD
6742
6743 2005-01-08 [colin]      0.9.13cvs29.2
6744
6745         * src/prefs_filtering_action.c
6746         * src/prefs_filtering.c
6747                 2 more gtk2 patches by Alfons
6748
6749 2005-01-07 [paul]       0.9.13cvs29.1
6750
6751         * ChangeLog
6752         * ChangeLog.claws
6753         * ChangeLog.jp
6754         * configure.ac
6755         * src/pop.c
6756         * src/pop.h
6757                 sync with HEAD
6758
6759 2005-01-07 [colin]      0.9.13cvs28.3
6760
6761         * src/gtk/progressdialog.c
6762         * src/gtk/progressdialog.h
6763         * src/inc.c
6764         * src/send_message.c
6765                 GTK2 for the incorporation dialog. The CList isn't dead
6766                 yet, for a more smooth migration. Patch by Alfons.
6767
6768 2005-01-06 [colin]      0.9.13cvs28.2
6769
6770         * src/prefs_display_header.c
6771                 GTK2 conversion by Alfons
6772         * src/prefs_actions.c
6773         * src/prefs_matcher.c
6774                 Fix 2 leaks - patch by Alfons
6775
6776 2005-01-06 [colin]      0.9.13cvs28.1
6777
6778         * src/prefs_matcher.c
6779                 Sync with HEAD
6780
6781 2005-01-06 [colin]      0.9.13cvs27.4
6782
6783         * src/prefs_matcher.c
6784                 Fix double-free. Patch by Alfons
6785
6786 2005-01-06 [colin]      0.9.13cvs27.3
6787
6788         * src/prefs_matcher.c
6789                 GTK2 widgets + memleak
6790                 Patch by Alfons
6791
6792 2005-01-05 [colin]      0.9.13cvs27.2
6793
6794         * src/account.c
6795         * src/addr_compl.c
6796         * src/foldersel.c
6797         * src/stock_pixmap.c
6798         * src/stock_pixmap.h
6799                 3 more GTK2 patches by Alfons.
6800
6801 2005-01-04 [colin]      0.9.13cvs27.1
6802
6803         * src/folderview.c
6804         * src/imap_gtk.c
6805         * src/news_gtk.c
6806                 Sync with HEAD
6807
6808 2005-01-04 [colin]      0.9.13cvs25.9
6809
6810         * src/compose.c
6811                 Fix Show Ruler menuitem
6812         * src/prefs_template.c
6813                 Convert to GTK2
6814         * src/common/utils.c
6815                 Make auto pointer stuff handles NULLs
6816                 Patches by Alfons.
6817
6818 2005-01-04 [colin]      0.9.13cvs25.8
6819
6820         * src/compose.c
6821                 Move the attachment list to gtk2
6822                 Patch by Alfons.
6823
6824 2005-01-04 [colin]      0.9.13cvs25.7
6825
6826         * src/textview.c
6827                 Make some keys work again
6828                 Patch by SungHyun Nam <namsh@kldp.org>
6829
6830 2005-01-04 [colin]      0.9.13cvs25.6
6831
6832         * src/gtk/gtkshruler.c
6833                 Move the ruler to GTK2
6834                 Patch by Alfons
6835
6836 2005-01-03 [colin]      0.9.13cvs25.5
6837
6838         * src/compose.c
6839                 Fix my broken patch apply 
6840
6841 2005-01-03 [colin]      0.9.13cvs25.4
6842
6843         * src/common/utils.c
6844         * src/common/utils.h
6845         * src/gtk/prefswindow.c
6846                 Move auto pointer stuff to utils.c
6847                 Patch by Alfons again :)
6848
6849 2005-01-03 [colin]      0.9.13cvs25.3
6850
6851         * src/compose.c
6852         * src/prefs_gtk.c
6853         * src/prefs_template.c
6854         * src/textview.c
6855                 Empty text widgets with empty strings, not NULL char
6856                 Patch by SungHyun Nam <namsh@kldp_org>
6857
6858 2005-01-03 [colin]      0.9.13cvs25.2
6859
6860         * src/main.c
6861         * AUTHORS
6862                 Sync with HEAD
6863
6864 2005-01-03 [colin]      0.9.13cvs25.1
6865
6866         * src/pop.c
6867         * src/pop.h
6868                 Sync with HEAD
6869
6870 2005-01-03 [colin]      0.9.13cvs24.3
6871
6872         * src/account.c
6873                 Two patches from Alfons and Alex S Moore:
6874                 fix images, fix return value.
6875
6876 2005-01-01 [colin]      0.9.13cvs24.2
6877
6878         * src/prefs_actions.c
6879                 Fix over-zealous assertion. Patch by Alfons
6880
6881 2005-01-01 [colin]      0.9.13cvs24.1
6882
6883         * src/procmime.c
6884                 Sync with HEAD (leak fix)
6885
6886 2004-12-31 [colin]      0.9.13cvs23.2
6887
6888         * src/prefs_common.c
6889                 GTK2 widgets + stock buttons - patch by Alfons
6890
6891 2004-12-31 [paul]       0.9.13cvs23.1
6892
6893         * configure.ac
6894                 bump up EXTRA_VERSION to match (sync'ed) HEAD
6895         * src/gtk/pluginwindow.c
6896                 use GTK2 widgets and plug memory leaks,
6897                 patches by Alfons
6898
6899 2004-12-30 [colin]      0.9.13cvs22.4
6900
6901         * src/account.c
6902         * src/action.c
6903         * src/export.c
6904         * src/foldersel.c
6905         * src/import.c
6906         * src/message_search.c
6907         * src/prefs_actions.c
6908         * src/prefs_common.c
6909         * src/prefs_customheader.c
6910         * src/prefs_filtering.c
6911         * src/prefs_summary_column.c
6912         * src/summary_search.c
6913         * src/gtk/about.c
6914         * src/gtk/description_window.c
6915         * src/gtk/gtkutils.c
6916         * src/gtk/gtkutils.h
6917         * src/gtk/inputdialog.c
6918         * src/gtk/prefswindow.c
6919                 Use GTK2 stock buttons. Patches by Alfons.
6920
6921 2004-12-30 [colin]      0.9.13cvs22.3
6922
6923         * src/account.c
6924                 Sync with HEAD
6925         * src/prefs_actions.c
6926         * src/prefs_customheader.c
6927         * src/prefs_filtering.c
6928         * src/prefs_msg_colors.c
6929         * src/prefs_summary_column.c
6930         * src/gtk/prefswindow.c
6931                 Use GtkTreeView instead of deprecated 
6932                 widgets. Patches by Alfons.
6933
6934 2004-12-30 [paul]       0.9.13cvs22.2
6935
6936         * src/foldersel.c
6937                 use GTK 2 Tree View
6938                 patch by Alfons, with root folder sorting fix
6939                 by Stephan Sachse
6940
6941 2004-12-30 [paul]       0.9.13cvs22.1
6942
6943         * ChangeLog
6944         * ChangeLog.claws
6945         * ChangeLog.jp
6946         * NEWS
6947         * configure.ac
6948         * src/account.c
6949                 sync with HEAD
6950
6951 2004-12-22 [martin]     0.9.13cvs21.2
6952
6953         * src/action.c
6954                 free the command line after its use
6955
6956 2004-12-18 [paul]       0.9.13cvs21.1
6957
6958         * AUTHORS
6959         * ChangeLog
6960         * ChangeLog.claws
6961         * ChangeLog.jp
6962         * NEWS
6963         * configure.ac
6964         * src/action.c
6965         * src/compose.c
6966         * src/syldap.c
6967                 sync with HEAD
6968
6969 2004-12-17 [martin]     0.9.13cvs17.2
6970
6971         * src/action.c
6972                 convert actions input to locale
6973         * src/inc.c
6974                 convert notification command to locale
6975         * src/plugins/pgpmime/select-keys.c
6976                 convert attributes to utf8
6977
6978 2004-12-14 [colin]      0.9.13cvs17.1
6979
6980         * ChangeLog
6981         * ChangeLog.jp
6982         * ChangeLog.claws
6983         * src/action.c
6984         * src/common/utils.c
6985         * src/gtk/prefswindow.c
6986         * src/gtk/gtkutils.c
6987         * src/gtk/gtkutils.h
6988         * src/plugins/spamassassin/libspamc.c
6989                 Sync with HEAD
6990
6991 2004-12-13 [colin]      0.9.13cvs14.1
6992
6993         * src/quote_fmt_parse.y
6994                 Sync with HEAD
6995
6996 2004-12-10 [colin]      0.9.13cvs12.1
6997
6998         * src/prefs_themes.c
6999         * src/mainwindow.c
7000         * src/messageview.c
7001                 Sync with HEAD
7002
7003 2004-12-09 [colin]      0.9.13cvs10.1
7004
7005         * src/procmime.c
7006                 Sync with HEAD (fix B64 encoding from memory)
7007
7008 2004-12-08 [colin]      0.9.13cvs9.1
7009
7010         * src/gtk/colorlabel.c
7011                 Sync with HEAD
7012
7013 2004-12-08 [paul]       0.9.13cvs8.2
7014
7015         * src/gtk/pluginwindow.c
7016                 fix window resizing oddities
7017
7018 2004-12-08 [colin]      0.9.13cvs8.1
7019
7020         * src/quote_fmt_parse.y
7021                 Sync with HEAD
7022
7023 2004-12-08 [colin]      0.9.13cvs7.1
7024
7025         * src/matcher_parser_parse.y
7026         * src/msgcache.c
7027         * src/prefs_matcher.c
7028         * src/procheader.c
7029         * src/matcher.c
7030         * src/common/defs.h
7031         * po/sr.po
7032                 Sync with HEAD
7033
7034 2004-12-08 [colin]      0.9.13cvs6.1
7035
7036         * src/quote_fmt_parse.y
7037         * src/textview.c
7038                 Sync with HEAD
7039         * src/gtk/prefswindow.c
7040         * src/gtk/pluginwindow.c
7041                 Fix G_CALLBACKS protos (thanks to Alfons)
7042
7043 2004-12-07 [torte]      0.9.13cvs2.2
7044
7045         * src/procmime.c
7046                 [Bug 650] reply button causes crash
7047                 Thanks to David Relson and Christoph
7048
7049 2004-12-07 [colin]      0.9.13cvs2.1
7050
7051         * ChangeLog.claws
7052         * AUTHORS
7053         * po/sk.po
7054         * src/procmime.c
7055         * src/prefs_account.c
7056         * src/common/smtp.c
7057         * src/common/smtp.h
7058                 Sync with HEAD
7059
7060 2004-12-06 [colin]      0.9.12cvs187.1
7061
7062         * ChangeLog.claws
7063         * INSTALL
7064         * Makefile.am
7065         * README.claws
7066         * TODO.claws
7067         * configure.ac
7068         * po/bg.po
7069         * po/cs.po
7070         * po/el.po
7071         * po/en_GB.po
7072         * po/es.po
7073         * po/fr.po
7074         * po/hr.po
7075         * po/hu.po
7076         * po/it.po
7077         * po/ja.po
7078         * po/ko.po
7079         * po/nl.po
7080         * po/pl.po
7081         * po/pt_BR.po
7082         * po/ru.po
7083         * po/sk.po
7084         * po/sr.po
7085         * po/sv.po
7086         * po/zh_CN.po
7087         * po/zh_TW.Big5.po
7088         * src/compose.c
7089         * tools/Makefile.am
7090         * tools/README
7091         * tools/filter_conv.pl
7092         * tools/kdeservicemenu/README
7093         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7094         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7095                 Sync with HEAD
7096
7097 2004-12-04 [colin]      0.9.12cvs183.1
7098
7099         * src/compose.c
7100                 Sync with HEAD (compose window position saving)
7101
7102 2004-12-04 [paul]       0.9.12cvs182.3
7103
7104         * src/messageview.c
7105         * src/mimeview.c
7106         * src/prefs_customheader.c
7107         * src/gtk/quicksearch.c
7108                 replace some forgotten GTK_SIGNAL_FUNCs
7109
7110 2004-12-04 [paul]       0.9.12cvs182.2
7111
7112         * src/Makefile.am
7113                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
7114                 committed in error      
7115
7116 2004-12-04 [paul]       0.9.12cvs182.1
7117
7118         * ChangeLog
7119         * ChangeLog.claws
7120         * ChangeLog.jp
7121         * INSTALL
7122         * NEWS
7123         * README
7124         * README.jp
7125         * configure.ac
7126         * doc/manual/ja/Makefile.am
7127         * doc/manual/ja/sylpheed-1.html
7128         * doc/manual/ja/sylpheed-10.html
7129         * doc/manual/ja/sylpheed-11.html
7130         * doc/manual/ja/sylpheed-12.html
7131         * doc/manual/ja/sylpheed-13.html
7132         * doc/manual/ja/sylpheed-14.html
7133         * doc/manual/ja/sylpheed-15.html
7134         * doc/manual/ja/sylpheed-16.html
7135         * doc/manual/ja/sylpheed-17.html
7136         * doc/manual/ja/sylpheed-18.html
7137         * doc/manual/ja/sylpheed-19.html
7138         * doc/manual/ja/sylpheed-2.html
7139         * doc/manual/ja/sylpheed-20.html
7140         * doc/manual/ja/sylpheed-3.html
7141         * doc/manual/ja/sylpheed-4.html
7142         * doc/manual/ja/sylpheed-5.html
7143         * doc/manual/ja/sylpheed-6.html
7144         * doc/manual/ja/sylpheed-7.html
7145         * doc/manual/ja/sylpheed-8.html
7146         * doc/manual/ja/sylpheed-9.html
7147         * doc/manual/ja/sylpheed.html
7148         * doc/manual/ja/sylpheed.sgml
7149         * po/de.po
7150         * src/Makefile.am
7151         * src/compose.c
7152         * src/procmime.c
7153         * src/pixmaps/regular.xpm **REMOVED**
7154         * src/plugins/pgpmime/pgpmime.c
7155         * src/plugins/pgpmime/plugin.c
7156         * src/plugins/pgpmime/prefs_gpg.c
7157                 sync with HEAD
7158
7159 2004-12-03 [paul]       0.9.12cvs180.1
7160
7161         * ChangeLog
7162         * ChangeLog.claws
7163         * ChangeLog.jp
7164         * configure.ac
7165         * src/Makefile.am
7166         * src/pop.c
7167         * src/common/utils.c
7168         * src/common/utils.h
7169         * src/pixmaps/continue.xpm
7170         * src/pixmaps/dir_close.xpm
7171         * src/pixmaps/dir_open.xpm
7172         * src/pixmaps/drafts_close.xpm
7173         * src/pixmaps/drafts_open.xpm
7174         * src/pixmaps/folder.xpm **REMOVED**
7175         * src/pixmaps/group.xpm
7176         * src/pixmaps/unread.xpm
7177                 sync with HEAD
7178
7179 2004-12-02 [colin]      0.9.12cvs179.1
7180
7181         * src/compose.c
7182                 Sync with HEAD (non-duplicated reedition)
7183
7184 2004-12-02 [colin]      0.9.12cvs178.1
7185
7186         * src/compose.c
7187                 Sync with HEAD (linewrap_quote fix)
7188
7189 2004-12-01 [colin]      0.9.12cvs177.3
7190
7191         * src/addrharvest.c
7192                 Replace sizeof with strlen
7193
7194 2004-12-01 [paul]       0.9.12cvs177.2
7195
7196         * src/addrharvest.c
7197                 fix 'harvest addresses'
7198
7199 2004-11-30 [colin]      0.9.12cvs177.1
7200
7201         * src/gtk/prefswindow.c
7202         * src/gtk/pluginwindow.c
7203                 Sync with HEAD
7204
7205 2004-11-29 [colin]      0.9.12cvs176.1
7206
7207         * src/folderview.c
7208                 sync with HEAD (Fix disappearing separators in folderview's popup)
7209
7210 2004-11-29 [colin]      0.9.12cvs175.1
7211
7212         * src/procmime.c
7213                 Sync with head (another format fix)
7214
7215 2004-11-29 [colin]      0.9.12cvs174.1
7216
7217         * src/pop.c
7218                 Sync with HEAD (format string fix)
7219
7220 2004-11-26 [colin]      0.9.12cvs173.1
7221
7222         * src/common/smtp.c
7223         * src/common/smtp.h
7224                 Sync with HEAD
7225
7226 2004-11-24 [colin]      0.9.12cvs172.1
7227
7228         * src/plugins/pgpmime/pgpmime.c
7229                 Sync with HEAD
7230
7231 2004-11-24 [colin]      0.9.12cvs171.1
7232
7233         * src/plugins/pgpmime/pgpmime.c
7234                 Sync with head (gpgmectx leaks)
7235
7236 2004-11-24 [colin]      0.9.12cvs169.1
7237
7238         * src/plugins/pgpmime/plugin.c
7239         * src/plugins/trayicon/Makefile.am
7240         * src/plugins/trayicon/newmarkedmail.xpm
7241         * src/plugins/trayicon/trayicon.c
7242         * src/plugins/trayicon/unreadmarkedmail.xpm
7243                 Sync with HEAD
7244
7245 2004-11-23 [colin]      0.9.12cvs168.1
7246
7247         * src/partial_download.c
7248         * src/partial_download.h
7249         * src/plugins/pgpmime/plugin.c
7250                 Sync with HEAD
7251
7252 2004-11-23 [colin]      0.9.12cvs166.1
7253
7254         * src/Makefile.am
7255         * src/codeconv.c
7256         * src/compose.c
7257         * src/folderview.c
7258         * src/main.c
7259         * src/partial_download.c
7260         * src/partial_download.h
7261         * src/prefs_account.c
7262         * src/prefs_account.h
7263         * src/privacy.c
7264         * src/privacy.h
7265         * src/procmime.c
7266         * src/common/Makefile.am
7267         * src/common/base64.h
7268         * src/common/partial_download.c
7269         * src/common/partial_download.h
7270         * src/gtk/prefswindow.c
7271         * src/gtk/prefswindow.h
7272         * src/plugins/pgpmime/pgpmime.c
7273         * src/plugins/pgpmime/prefs_gpg.c
7274         * src/plugins/pgpmime/prefs_gpg.h
7275         * src/plugins/pgpmime/sgpgme.c
7276         * src/plugins/pgpmime/sgpgme.h
7277                 Sync with HEAD
7278
7279 2004-11-23 [colin]      0.9.12cvs163.1
7280
7281         * src/main.c
7282                 Sync with HEAD (cursor optimization)
7283
7284 2004-11-23 [colin]      0.9.12cvs162.1
7285
7286         * src/prefs_common.c
7287         * src/prefs_themes.c
7288         * src/procmsg.c
7289                 Sync with HEAD
7290
7291 2004-11-23 [colin]      0.9.12cvs158.9
7292
7293         * src/compose.c
7294                 Fix double-free when forwarding
7295         * src/msgcache.c
7296                 Fix leak on error path
7297                 
7298
7299 2004-11-23 [colin]      0.9.12cvs158.8
7300
7301         * src/compose.c
7302                 Fix possible double-free
7303                 Spotted by Alfons
7304
7305 2004-11-23 [colin]      0.9.12cvs158.7
7306
7307         * src/compose.c
7308                 Fix some signal handlers' prototypes
7309                 Spotted by Alfons
7310
7311 2004-11-22 [colin]      0.9.12cvs158.6
7312
7313         * src/compose.c
7314                 Remove unneeded code and duplicated
7315                 wrapping - patch by Alfons
7316
7317 2004-11-22 [colin]      0.9.12cvs158.5
7318
7319         * src/prefs_themes.c
7320                 Fix oversized selector
7321
7322 2004-11-22 [colin]      0.9.12cvs158.4
7323
7324         * src/compose.c
7325                 fix dump_text()
7326                 patch by Alfons
7327
7328 2004-11-19 [colin]      0.9.12cvs158.3
7329
7330         * src/textview.c
7331                 Add a context menu on links (open, copy)
7332
7333 2004-11-18 [paul]       0.9.12cvs158.2
7334
7335         * src/addrgather.c
7336         * src/exphtmldlg.c
7337         * src/expldifdlg.c
7338         * src/mimeview.c
7339         * src/prefs_common.c
7340         * src/plugins/image_viewer/viewer.c
7341         * src/plugins/spamassassin/spamassassin_gtk.c
7342                 replace deprecated gtk_notebook_set_page
7343                 and gtk_notebook_current_page
7344
7345 2004-11-18 [paul]       0.9.12cvs158.1
7346
7347         * configure.ac
7348         * src/compose.c
7349         * src/mainwindow.c
7350         * src/messageview.c
7351         * src/prefs_common.c
7352         * src/common/utils.c
7353         * src/common/utils.h
7354                 sync with HEAD
7355
7356 2004-11-17 [colin]      0.9.12cvs156.1
7357
7358         * src/prefs_account.c
7359         * src/prefs_account.h
7360         * src/procmsg.c
7361                 Sync with HEAD (add pref to store encrypted mails encrypted)
7362
7363 2004-11-17 [paul]       0.9.12cvs155.1
7364
7365         * ChangeLog
7366         * ChangeLog.claws
7367         * ChangeLog.jp
7368         * NEWS
7369         * configure.ac
7370         * src/compose.c
7371         * src/jpilot.c
7372         * src/privacy.c
7373         * src/procmime.c
7374         * src/procmime.h
7375         * src/procmsg.c
7376         * src/toolbar.c
7377         * src/pixmaps/error.xpm
7378                 sync with HEAD
7379
7380 2004-11-17 [colin]      0.9.12cvs151.1
7381
7382         * src/plugins/pgpmime/pgpmime.c
7383                 Sync with HEAD (remove debug printf)
7384
7385 2004-11-17 [colin]      0.9.12cvs150.1
7386
7387         * src/plugins/pgpmime/pgpmime.c
7388                 Sync with HEAD (off-by-one fix)
7389
7390 2004-11-17 [colin]      0.9.12cvs149.1
7391
7392         * src/procmsg.c
7393                 Sync with HEAD (coding style fixes)
7394
7395 2004-11-16 [colin]      0.9.12cvs148.1
7396
7397         * src/procmsg.c
7398                 Sync with head (Fix the fix)
7399
7400 2004-11-16 [colin]      0.9.12cvs147.1
7401
7402         * src/procmsg.c
7403                 Sync with Main (leak fix)
7404
7405 2004-11-16 [colin]      0.9.12cvs146.14
7406
7407         * src/compose.c
7408                 Remove useless chunk of code
7409                 Patch by Alfons
7410
7411 2004-11-15 [colin]      0.9.12cvs146.13
7412
7413         * src/compose.c
7414                 Fix drafting after insertion
7415                 Patch by Alfons
7416
7417 2004-11-15 [colin]      0.9.12cvs146.12
7418
7419         * src/compose.c
7420         * src/prefs_filtering.c
7421         * src/prefs_filtering_action.c
7422         * src/prefs_toolbar.c
7423                 Fix some const-correctness
7424
7425 2004-11-15 [colin]      0.9.12cvs146.11
7426
7427         * src/summaryview.c
7428         * src/prefs_themes.c
7429         * src/messageview.c
7430                 Fix some leaks
7431
7432 2004-11-15 [colin]      0.9.12cvs146.10
7433
7434         * src/codeconv.c
7435                 More unreadable locale fixes
7436
7437 2004-11-14 [colin]      0.9.12cvs146.9
7438
7439         * src/textview.c
7440                 Fix uri_security_check
7441                 Patch by Alfons
7442
7443 2004-11-13 [paul]       0.9.12cvs146.8
7444
7445         * src/folder.c
7446         * src/procmime.c
7447                 fix 2 bugs introduced in last commit
7448
7449 2004-11-13 [paul]       0.9.12cvs146.7
7450
7451         * src/compose.c
7452         * src/exporthtml.c
7453         * src/exportldif.c
7454         * src/folder.c
7455         * src/imap.c
7456         * src/imap_gtk.c
7457         * src/main.c
7458         * src/mainwindow.c
7459         * src/messageview.c
7460         * src/mh_gtk.c
7461         * src/prefs_themes.c
7462         * src/procmime.c
7463         * src/setup.c
7464         * src/summaryview.c
7465                 replace deprecated g_basename
7466
7467 2004-11-13 [paul]       0.9.12cvs146.6
7468
7469         * src/compose.c
7470         * src/imap.c
7471         * src/matcher_parser.h
7472         * src/matcher_parser_parse.y
7473         * src/prefs_filtering.c
7474         * src/prefs_filtering_action.c
7475         * src/prefs_themes.c
7476         * src/prefs_toolbar.c
7477         * src/common/utils.c
7478                 various small fixes/cleanups
7479
7480 2004-11-12 [colin]      0.9.12cvs146.5
7481
7482         * src/textview.c
7483                 Validate event's origin on visibility notify
7484                 Patch by Alfons.
7485
7486 2004-11-12 [paul]       0.9.12cvs146.4
7487
7488         * src/exporthtml.c
7489         * src/exportldif.c
7490         * src/imap.c
7491         * src/mh.c
7492         * src/mimeview.c
7493         * src/prefs_spelling.c
7494         * src/prefs_themes.c
7495                 replace deprecated g_dirname    
7496
7497 2004-11-12 [colin]      0.9.12cvs146.3
7498
7499         * src/textview.c
7500                 Some coding style fixes
7501
7502 2004-11-12 [colin]      0.9.12cvs146.2
7503
7504         * src/codeconv.c
7505                 We want to replace _all_ extended chars in
7506                 conv_unreadable_*, because any string containing
7507                 extended chars not parsing as UTF8 is 
7508                 undisplayed on gtk2.
7509
7510 2004-11-12 [paul]       0.9.12cvs146.1
7511
7512         * ChangeLog
7513         * ChangeLog.claws
7514         * ChangeLog.jp
7515         * NEWS
7516         * configure.ac
7517         * src/account.c
7518         * src/folderview.c
7519         * src/folderview.h
7520         * src/imap.c
7521         * src/imap_gtk.c
7522         * src/inc.c
7523         * src/mainwindow.c
7524         * src/mh_gtk.c
7525         * src/news_gtk.c
7526         * src/pop.c
7527         * src/prefs_account.c
7528         * src/prefs_account.h
7529         * src/prefs_ext_prog.c
7530         * src/procmime.c
7531         * src/procmime.h
7532         * src/procmsg.c
7533         * src/procmsg.h
7534         * src/summary_search.c
7535         * src/summaryview.c
7536         * src/textview.c
7537         * src/common/defs.h
7538         * src/common/utils.c
7539         * src/common/utils.h
7540         * src/gtk/menu.c
7541         * src/gtk/menu.h
7542                 sync with HEAD
7543
7544 2004-11-11 [colin]      0.9.12cvs144.2
7545
7546         * src/textview.c
7547                 Fix URI range selection (patch by Alfons)
7548
7549 2004-11-09 [colin]      0.9.12cvs144.1
7550
7551         * ChangeLog.claws
7552         * src/compose.c
7553         * src/folder.c
7554         * src/folder_item_prefs.c
7555         * src/prefs_account.c
7556         * src/prefs_account.h
7557         * src/plugins/pgpmime/pgpmime.c
7558                 Sync with HEAD
7559
7560 2004-11-08 [colin]      0.9.12cvs143.1
7561
7562         * src/summaryview.c
7563                 Sync with HEAD (optimize quicksearch)
7564
7565 2004-11-08 [colin]      0.9.12cvs142.2
7566
7567         * src/compose.c
7568                 Don't wrap when Edit/Auto wrapping is disabled
7569
7570 2004-11-08 [colin]      0.9.12cvs142.1
7571
7572         * src/textview.c
7573                 Sync with HEAD
7574
7575 2004-11-08 [colin]      0.9.12cvs141.1
7576
7577         * src/textview.c
7578                 Sync with HEAD (fix some mail URIs)
7579
7580 2004-11-08 [colin]      0.9.12cvs140.3
7581
7582         * src/textview.c
7583                 o Use text cursor instead of arrow when
7584                   not on a link
7585                 o Fix handling of contiguous links (as in
7586                   "colin@colino.net" <colin@colino.net>)
7587                   This one unveils a bug in get_email_part()
7588
7589 2004-11-07 [colin]      0.9.12cvs140.2
7590
7591         * src/textview.c
7592                 Fix memleak. Patch by Alfons.
7593
7594 2004-11-06 [colin]      0.9.12cvs140.1
7595
7596         * src/compose.c
7597                 Sync with HEAD (don't ask passphrase
7598                 when drafting)
7599
7600 2004-11-06 [paul]       0.9.12cvs139.2
7601
7602         * AUTHORS
7603         * src/textview.c
7604         * src/textview.h
7605                 textview URI handling. hovering over a 
7606                 link displays it in the status bar,
7607                 and changes the mouse pointer to a hand 
7608                 cursor. a link is activated with a single 
7609                 click. (Modified from the) patch by Jean-Yves 
7610                 Lefort <jylefort@users.sourceforge.net>
7611                 
7612
7613 2004-11-05 [colin]      0.9.12cvs139.1
7614
7615         * src/compose.c
7616         * src/procmime.c
7617                 Sync with HEAD again ^^
7618
7619 2004-11-05 [colin]      0.9.12cvs139.1
7620
7621         * src/compose.c
7622         * src/procmime.c
7623                 Sync with HEAD
7624
7625 2004-11-03 [paul]       0.9.12cvs138.1
7626
7627         * ChangeLog.claws
7628         * configure.ac
7629         * po/POTFILES.in
7630         * src/prefs_ext_prog.c
7631         * src/procmime.c
7632         * tools/kdeservicemenu/README
7633         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7634         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7635                 sync with HEAD
7636
7637 2004-11-01 [christoph]  0.9.12cvs136.2
7638
7639         * src/procmime.c
7640                 convert MIME parameters to UTF-8
7641
7642 2004-10-29 [colin]      0.9.12cvs136.1
7643
7644         * src/common/utils.c
7645                 Sync with HEAD (don't use '=' in mime boundary)
7646
7647 2004-10-29 [paul]       0.9.12cvs135.1
7648
7649         * configure.ac
7650         * doc/src/rfc2231.txt
7651         * src/procmime.c
7652         * src/common/quoted-printable.c
7653         * src/common/utils.c
7654         * src/common/utils.h
7655                 sync with HEAD
7656
7657 2004-10-27 [paul]       0.9.12cvs134.1
7658
7659         * configure.ac
7660         * src/main.c
7661         * src/procmime.c
7662         * src/plugins/pgpmime/pgpmime.c
7663                 sync with HEAD
7664
7665 2004-10-26 [paul]       0.9.12cvs132.3
7666
7667         * src/account.c
7668         * src/addressbook.c
7669         * src/addrgather.c
7670         * src/addrharvest.c
7671         * src/codeconv.c
7672         * src/compose.c
7673         * src/customheader.c
7674         * src/editaddress.c
7675         * src/editgroup.c
7676         * src/enriched.c
7677         * src/expldifdlg.c
7678         * src/exporthtml.c
7679         * src/exportldif.c
7680         * src/folder.c
7681         * src/foldersel.c
7682         * src/folderview.c
7683         * src/grouplistdialog.c
7684         * src/html.c
7685         * src/imap.c
7686         * src/jpilot.c
7687         * src/ldapserver.c
7688         * src/ldif.c
7689         * src/mimeview.c
7690         * src/news.c
7691         * src/news_gtk.c
7692         * src/pop.c
7693         * src/prefs_display_header.c
7694         * src/prefs_gtk.c
7695         * src/prefs_msg_colors.c
7696         * src/prefs_toolbar.c
7697         * src/procheader.c
7698         * src/procmime.c
7699         * src/summaryview.c
7700         * src/textview.c
7701         * src/toolbar.c
7702         * src/vcard.c
7703         * src/common/mgutils.c
7704         * src/common/nntp.c
7705         * src/common/smtp.c
7706         * src/common/template.c
7707         * src/common/utils.c
7708         * src/common/xmlprops.c
7709         * src/plugins/pgpmime/pgpmime.c
7710         * src/plugins/pgpmime/select-keys.c
7711         * src/plugins/pgpmime/sgpgme.c
7712                 replace deprecated g_strcasecmp(), g_strncasecmp(),
7713                 g_string_sprintfa(), gtk_notebook_current_page()
7714
7715 2004-10-26 [colin]      0.9.12cvs132.2
7716
7717         * src/prefs_folder_item.c
7718                 Fix default-account selection
7719
7720 2004-10-21 [colin]      0.9.12cvs133
7721
7722         * src/compose.c
7723                 Sync with HEAD (Remove extra separator in compose's Options)
7724         * src/textview.c
7725                 Set wrapping to char
7726
7727 2004-10-21 [paul]       0.9.12cvs131.2
7728
7729         * src/compose.c
7730         * src/sourcewindow.c
7731                 fix wrapping
7732                 fix window shrinking 
7733
7734 2004-10-21 [colin]      0.9.12cvs131.1
7735
7736         * ChangeLog.claws
7737         * src/compose.c
7738                 Sync with HEAD
7739
7740 2004-10-21 [paul]       0.9.12cvs130.2
7741
7742         * src/prefs_folder_item.c
7743                 sync with HEAD (Apply to subfolders)
7744
7745 2004-10-19 [colin]      0.9.12cvs130.1
7746
7747         * ChangeLog.claws
7748         * src/compose.c
7749         * src/common/utils.c
7750         * src/gtk/menu.c
7751                 Sync with HEAD
7752
7753 2004-10-19 [colin]      0.9.12cvs128.1
7754
7755         * src/addrbook.c
7756         * src/addrcache.c
7757         * src/addressbook.c
7758         * src/codeconv.c
7759         * src/compose.c
7760         * src/customheader.c
7761         * src/editaddress.c
7762         * src/editgroup.c
7763         * src/exporthtml.c
7764         * src/folder.c
7765         * src/folderview.c
7766         * src/imap.c
7767         * src/jpilot.c
7768         * src/main.c
7769         * src/matcher_parser_parse.y
7770         * src/mbox.c
7771         * src/pop.c
7772         * src/prefs_account.c
7773         * src/prefs_gtk.c
7774         * src/prefs_msg_colors.c
7775         * src/procheader.c
7776         * src/procmime.c
7777         * src/procmime.h
7778         * src/procmsg.c
7779         * src/summaryview.c
7780         * src/textview.c
7781         * src/common/base64.c
7782         * src/common/partial_download.c
7783         * src/common/socket.c
7784         * src/common/sylpheed.c
7785         * src/common/utils.c
7786         * src/common/utils.h
7787         * src/gtk/pluginwindow.c
7788         * src/gtk/quicksearch.c
7789         * src/plugins/clamav/clamav_plugin.c
7790         * src/plugins/clamav/clamav_plugin.h
7791         * src/plugins/clamav/clamav_plugin_gtk.c
7792         * src/plugins/pgpmime/passphrase.c
7793         * src/plugins/pgpmime/pgpmime.c
7794         * src/plugins/pgpmime/plugin.c
7795         * src/plugins/pgpmime/prefs_gpg.c
7796         * src/plugins/pgpmime/prefs_gpg.h
7797         * src/plugins/pgpmime/select-keys.c
7798         * src/plugins/pgpmime/sgpgme.c
7799         * src/plugins/spamassassin/libspamc.c
7800         * src/plugins/spamassassin/spamassassin.c
7801         * src/plugins/spamassassin/spamassassin.h
7802         * src/plugins/spamassassin/spamassassin_gtk.c
7803         * src/plugins/trayicon/trayicon.c
7804         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
7805                 Sync with HEAD
7806
7807 2004-10-14 [colin]      0.9.12cvs126.2
7808
7809         * src/codeconv.c
7810         * src/textview.c
7811                 Fix conv_unreadable_locale
7812
7813 2004-10-13 [colin]      0.9.12cvs126.1
7814
7815         * src/compose.c
7816                 Sync with HEAD (don't convert charset for 
7817                 drafted messages, minor cleanup)
7818
7819 2004-10-13 [colin]      0.9.12cvs125.1
7820
7821         * po/POTFILES.in
7822                 Sync with HEAD (POTFILES fix)
7823
7824 2004-10-12 [colin]      0.9.12cvs124.3
7825
7826         * src/compose.c
7827                 Fix encoding bug from latest sync
7828
7829 2004-10-12 [paul]       0.9.12cvs124.2
7830
7831         * src/plugins/pgpmime/prefs_gpg.c
7832         * src/plugins/pgpmime/prefs_gpg.h
7833                 forgotten in last commit        
7834
7835 2004-10-12 [paul]       0.9.12cvs124.1
7836
7837         * ChangeLog.claws
7838         * configure.ac
7839         * m4/spamassassin.m4
7840         * src/Makefile.am
7841         * src/account.c
7842         * src/compose.c
7843         * src/compose.h
7844         * src/crash.c
7845         * src/main.c
7846         * src/mimeview.c
7847         * src/passphrase.c
7848         * src/passphrase.h
7849         * src/prefs_account.c
7850         * src/prefs_account.h
7851         * src/prefs_common.c
7852         * src/privacy.c
7853         * src/privacy.h
7854         * src/procmime.c
7855         * src/procmime.h
7856         * src/procmsg.c
7857         * src/rfc2015.c
7858         * src/rfc2015.h
7859         * src/select-keys.c
7860         * src/select-keys.h
7861         * src/textview.c
7862         * src/common/utils.c
7863         * src/common/utils.h
7864         * src/gtk/about.c
7865         * src/plugins/pgpmime/Makefile.am
7866         * src/plugins/pgpmime/passphrase.c
7867         * src/plugins/pgpmime/passphrase.h
7868         * src/plugins/pgpmime/pgpmime.c
7869         * src/plugins/pgpmime/plugin.c
7870         * src/plugins/pgpmime/select-keys.c
7871         * src/plugins/pgpmime/select-keys.h
7872         * src/plugins/pgpmime/sgpgme.c
7873         * src/plugins/pgpmime/sgpgme.h
7874                 sync with HEAD
7875
7876 2004-10-04 [colin]      0.9.12cvs122.1
7877
7878         * src/mainwindow.c
7879         * src/messageview.c
7880         * src/messageview.h
7881         * src/textview.c
7882                 Sync with HEAD
7883
7884 2004-10-04 [colin]      0.9.12cvs121.1
7885
7886         * src/summaryview.c
7887                 Sync with HEAD
7888
7889 2004-10-04 [paul]       0.9.12cvs120.1
7890
7891         * configure.ac
7892                 sync with HEAD [don't try to build 
7893                 pgpmime plugin when gpgme is disabled]
7894
7895 2004-10-03 [colin]      0.9.12cvs119.3
7896
7897         * src/gtk/gtksctree.c
7898                 Lots of side effects. Put back as before 117.2.
7899         * src/summaryview.c
7900                 Fix bug #602
7901
7902 2004-10-03 [colin]      0.9.12cvs119.2
7903
7904         * src/gtk/gtksctree.c
7905                 Revert 608 fix that doesn't work that good
7906
7907 2004-10-02 [colin]      0.9.12cvs119.1
7908
7909         * src/mainwindow.c
7910         * src/messageview.c
7911         * src/prefs_common.h
7912         * src/procmime.c
7913         * src/procmime.h
7914         * src/textview.c
7915                 Sync with HEAD
7916         * src/gtk/gtksctree.c
7917                 Close bug #608
7918
7919 2004-10-01 [colin]      0.9.12cvs118.1
7920
7921         * src/mimeview.c
7922                 Sync with HEAD (better Save All fix)
7923
7924 2004-10-01 [colin]      0.9.12cvs117.2
7925
7926         * src/gtk/gtksctree.c
7927                 Faster on selection
7928
7929 2004-10-01 [colin]      0.9.12cvs117.1
7930
7931         * src/mimeview.c
7932                 Sync with HEAD (Save All: only attachments)
7933
7934 2004-10-01 [paul]       0.9.12cvs116.1
7935
7936         * ChangeLog.claws
7937         * configure.ac
7938         * src/account.c
7939         * src/prefs_common.c
7940         * src/gtk/colorlabel.c
7941                 sync with HEAD
7942
7943 2004-09-30 [colin]      0.9.12cvs115.1
7944
7945         * src/stock_pixmap.c
7946         * src/stock_pixmap.h
7947         * src/folderview.c
7948         * src/Makefile.am
7949         * src/pixmaps/read.xpm
7950                 Sync with HEAD (new pixmap)
7951
7952 2004-09-29 [colin]      0.9.12cvs114.1
7953
7954         * src/compose.c
7955                 Sync with HEAD
7956                 Fix focus handling in headers
7957
7958 2004-09-29 [paul]       0.9.12cvs113.1
7959
7960         * src/quote_fmt_parse.y
7961                 sync with HEAD
7962  
7963
7964 2004-09-28 [colin]      0.9.12cvs112.1
7965
7966         * src/folderview.c
7967         * src/mainwindow.c
7968                 Sync with HEAD
7969
7970 2004-09-28 [colin]      0.9.12cvs110.1
7971
7972         * src/folderview.c
7973                 Sync with HEAD (Contextual Empty trash menu)
7974
7975 2004-09-28 [colin]      0.9.12cvs108.1
7976
7977         * src/addressbook.c
7978                 Sync with HEAD (addressbook edit on double-click)
7979
7980 2004-09-28 [colin]      0.9.12cvs106.1
7981
7982         * src/inc.c
7983                 Sync with HEAD (folder_item freeze on inc)
7984
7985 2004-09-27 [colin]      0.9.12cvs105.1
7986
7987         * src/folderview.c
7988                 Sync with HEAD (right-align new and unread column)
7989
7990 2004-09-27 [colin]      0.9.12cvs104.1
7991
7992         * src/main.c
7993                 Sync with HEAD (revert 0.9.12cvs101)
7994
7995 2004-09-24 [colin]      0.9.12cvs103.2
7996
7997         * src/wizard.c
7998                 Fix gtk warnings and use domain part of the email address 
7999                 when domain detection fails (no dot in domain name)
8000
8001 2004-09-23 [colin]      0.9.12cvs103.1
8002
8003         * src/plugins/spamassassin/libspamc.c
8004         * src/plugins/spamassassin/libspamc.h
8005         * src/plugins/spamassassin/utils.c
8006         * src/plugins/spamassassin/utils.h
8007                 Sync with HEAD (Update spamassassin to 3.0)
8008
8009 2004-09-21 [colin]      0.9.12cvs102.3
8010
8011         * src/action.c
8012                 Add horizontal scrollbar in action io dialog as needed
8013                 Patch by Alfons.
8014
8015 2004-09-20 [colin]      0.9.12cvs102.2
8016
8017         * src/plugins/image_viewer/viewer.c
8018                 Remove imlib stuff
8019                 use gtk_pixmap_set when clearing
8020                 (would be better to use gtkImages, but causes size-allocate 
8021                 signals storm)
8022
8023 2004-09-17 [paul]       0.9.12cvs102.1
8024
8025         * ChangeLog
8026         * ChangeLog.claws
8027         * ChangeLog.jp
8028         * configure.ac
8029         * src/inc.c
8030                 sync with HEAD
8031
8032
8033 2004-09-17 [colin]      0.9.12cvs101.1
8034
8035         * ChangeLog.claws
8036         * src/main.c
8037                 Sync with HEAD (fix segs at exit)
8038
8039 2004-09-14 [colin]      0.9.12cvs99.5
8040
8041         * src/common/socket.c
8042         * AUTHORS
8043                 Fix send error on 64bit platforms
8044                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
8045
8046 2004-09-14 [colin]      0.9.12cvs99.4
8047
8048         * src/action.c
8049                 Fix action output with utf8 
8050                 Patch by Alfons.
8051
8052 2004-09-14 [colin]      0.9.12cvs99.3
8053
8054         * ChangeLog.claws
8055         * src/folder.c
8056                 Sync with HEAD
8057
8058 2004-09-09 [colin]      0.9.12cvs99.2
8059
8060         * src/action.c
8061                 Fix progress bar (displaying "Completed %v/%u")
8062                 Patch by Alfons.
8063
8064 2004-09-08 [colin]      0.9.12cvs99.1
8065
8066         * src/account.c
8067         * src/folder.c
8068         * src/procmsg.c
8069         * src/procmsg.h
8070         * src/plugins/pgpmime/pgpmime.c
8071                 Sync with HEAD
8072
8073 2004-09-08 [colin]      0.9.12cvs97.2
8074
8075         * src/summaryview.c
8076                 Don't select mails in collapsed threads 
8077                 when navigating with up/down
8078
8079 2004-09-07 [colin]      0.9.12cvs97.1
8080
8081         * src/inc.c
8082                 Sync with HEAD (meaningful error messages)
8083
8084 2004-09-06 [colin]      0.9.12cvs96.1
8085
8086         * src/toolbar.c
8087                 Sync with HEAD (fix Redirect graying out)
8088
8089 2004-09-06 [colin]      0.9.12cvs95.1
8090
8091         * src/summaryview.c
8092         * src/mimeview.c
8093                 Sync with HEAD (fix dropped URIs)
8094
8095 2004-09-06 [colin]      0.9.12cvs94.1
8096
8097         * src/addressbook.c
8098         * src/addressitem.h
8099         * src/addritem.c
8100         * src/addritem.h
8101                 Sync with HEAD (addressbook DnD)
8102
8103 2004-09-03 [colin]      0.9.12cvs93.1
8104
8105         * src/summaryview.c
8106                 Sync with HEAD (next/prev unread)
8107
8108 2004-09-03 [colin]      0.9.12cvs92.1
8109
8110         * src/prefs_common.c
8111         * src/prefs_common.h
8112         * src/summaryview.c
8113                 Sync with HEAD ('mark_as_read_delay' pref)
8114
8115 2004-09-02 [colin]      0.9.12cvs91.2
8116
8117         * src/common/xml.c
8118                 Fix leak
8119
8120 2004-09-02 [colin]      0.9.12cvs91.1
8121
8122         * src/gtk/menu.c
8123                 Sync with HEAD (menu accel don't work, but whatever)
8124
8125 2004-09-02 [colin]      0.9.12cvs90.1
8126
8127         * src/account.c
8128                 Sync with HEAD (fix bug 582)
8129
8130 2004-09-02 [colin]      0.9.12cvs89.1
8131
8132         * src/addrindex.c
8133                 Sync with HEAD (free deleted queries)
8134
8135 2004-09-02 [colin]      0.9.12cvs88.1
8136
8137         * src/ldapquery.c
8138                 Sync with HEAD (fix LDAP freezes)
8139
8140 2004-09-02 [colin]      0.9.12cvs87.1
8141
8142         * src/prefs_spelling.c
8143                 Sync with HEAD (add default dictionary)
8144
8145 2004-09-01 [colin]      0.9.12cvs86.1
8146
8147         * src/filtering.c
8148         * src/folderview.c
8149         * src/imap.c
8150         * src/prefs_matcher.c
8151         * src/stock_pixmap.c
8152         * src/summary_search.c
8153         * src/summaryview.c
8154         * src/wizard.c
8155         * src/wizard.h
8156                 Sync with HEAD (uninitialized vars fixes)
8157                 + gtk2 specific warning fixes
8158
8159 2004-08-31 [colin]      0.9.12cvs85.1
8160
8161         * src/folder.c
8162                 Sync with HEAD (Fix memory corruption due to 
8163                 uninitialized var)
8164
8165 2004-08-31 [colin]      0.9.12cvs84.4
8166
8167         * src/summary_search.c
8168                 Fix segfaults when searching in folders with broken headers
8169
8170 2004-08-31 [colin]      0.9.12cvs84.3
8171
8172         * src/compose.c
8173         * src/textview.c
8174                 Fix some more encoding/decoding issues
8175
8176 2004-08-30 [colin]      0.9.12cvs84.2
8177
8178         * src/mimeview.c
8179         * src/prefs_themes.c
8180         * src/gtk/filesel.c
8181         * src/gtk/filesel.h
8182                 Add a folder-mode selection (fixes mimeview's "Save all")
8183
8184 2004-08-29 [colin]      0.9.12cvs84.1
8185
8186         * src/mimeview.c
8187                 Sync with HEAD (don't escape saved filenames)
8188
8189 2004-08-27 [colin]      0.9.12cvs83.1
8190
8191         * ChangeLog
8192         * ChangeLog.claws
8193         * ChangeLog.jp
8194         * src/mh.c
8195         * src/procheader.c
8196         * src/procmsg.c
8197         * src/procmsg.h
8198         * src/common/utils.c
8199         * src/gtk/menu.h
8200         * po/
8201                 Sync with HEAD 0.9.12cvs83 (sync with main)
8202
8203 2004-08-26 [colin]      0.9.12cvs82.4
8204
8205         * src/codeconv.c
8206                 Fix strange stack corruption
8207                 Convert to utf8 after unmime, not before
8208
8209 2004-08-26 [colin]      0.9.12cvs82.3
8210
8211         * src/main.c
8212         * src/wizard.c
8213                 Fix account folders duplication
8214
8215 2004-08-25 [colin]      0.9.12cvs82.2
8216
8217         * src/wizard.c
8218                 Remove ports
8219                 Add SSL selection
8220                 Use login@server as account name
8221
8222 2004-08-25 [colin]      0.9.12cvs82.1
8223
8224         * src/plugins/pgpmime/pgpmime.c
8225                 Sync with HEAD (leak fix).
8226
8227 2004-08-25 [colin]      0.9.12cvs81.1
8228
8229         * src/plugins/pgpmime/pgpmime.c
8230         * src/plugins/pgpmime/sgpgme.c
8231         * src/plugins/pgpmime/sgpgme.h
8232                 Sync with HEAD (Handle combined messages).
8233
8234 2004-08-24 [colin]      0.9.12cvs80.3
8235
8236         * src/wizard.c
8237                 Fix full name, ports, and imap
8238
8239 2004-08-24 [colin]      0.9.12cvs80.2
8240
8241         * src/Makefile.am
8242         * src/main.c
8243         * src/setup.c
8244         * src/setup.h
8245         * src/stock_pixmap.c
8246         * src/stock_pixmap.h
8247         * src/wizard.c ** ADDED **
8248         * src/wizard.h ** ADDED ** 
8249         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
8250                 Add a setup wizard 
8251
8252 2004-08-24 [colin]      0.9.12cvs80.1
8253
8254         * src/folder.c
8255                 Sync with HEAD (set mimeflags on all messages)
8256
8257 2004-08-24 [colin]      0.9.12cvs79.3
8258
8259         * src/matcher_parser_lex.l
8260                 Fix 8bits strings not in utf8
8261
8262 2004-08-24 [colin]      0.9.12cvs79.2
8263
8264         * src/compose.c
8265                 Check conversion result before replacing buffer
8266
8267 2004-08-23 [colin]      0.9.12cvs79.1
8268
8269         * src/compose.c
8270                 Sync with HEAD (create message header in memory)
8271
8272 2004-08-23 [colin]      0.9.12cvs78.1
8273
8274         * src/rfc2015.c
8275         * src/rfc2015.h
8276                 Sync with HEAD (fix bug 197 again)
8277
8278 2004-08-23 [colin]      0.9.12cvs77.3
8279
8280         * src/compose.c
8281                 Fix again inline gpg signing (which outputs utf8
8282                 in gtk2). Not syncing this fix to HEAD as this 
8283                 code is meant to die.
8284
8285 2004-08-23 [colin]      0.9.12cvs77.2
8286
8287         * src/prefs_account.h
8288                 Remove useless include
8289
8290 2004-08-23 [colin]      0.9.12cvs77.1
8291
8292         * src/imap.c
8293         * po/es.po
8294         * po/fr.po
8295         * po/it.po
8296         * po/pl.po
8297         * po/pt_BR.po
8298         * po/sk.po
8299         * po/sr.po
8300                 Sync with HEAD (fix bug 577)
8301
8302 2004-08-22 [colin]      0.9.12cvs76.1
8303
8304         * src/plugins/trayicon/trayicon.c
8305                 Sync with HEAD (fix formatting bug)
8306
8307 2004-08-21 [colin]      0.9.12cvs74.2
8308
8309         * src/gtk/colorsel.c
8310                 Fix bug 564 (Folder color selection window exits on any
8311                 keypress)
8312
8313 2004-08-21 [colin]      0.9.12cvs74.1
8314
8315         * ChangeLog.claws
8316         * src/compose.c
8317         * src/summaryview.c
8318         * src/toolbar.c
8319                 Sync with HEAD (fix bug 576)
8320
8321 2004-08-21 [colin]      0.9.12cvs70.1
8322
8323         * src/compose.c
8324         * src/mainwindow.c
8325                 Sync with HEAD
8326                 
8327
8328 2004-08-21 [paul]       0.9.12cvs66.4
8329
8330         * src/mainwindow.c
8331         * src/messageview.c
8332         * src/gtk/menu.c
8333         * src/plugins/spamassassin/spamassassin_gtk.c
8334                 remove some deprecated gtk1 functions
8335
8336
8337 2004-08-21 [colin]      0.9.12cvs66.3
8338
8339         * src/compose.c
8340         * src/codeconv.c
8341                 Fix warnings
8342                 Remove encoding hacks
8343                 Fix bug 575 (Strange character messes up message)
8344                 Don't display conversion error when drafting
8345
8346 2004-08-21 [paul]       0.9.12cvs66.2
8347
8348         * src/prefs_account.c
8349                 fix GnuPG mode bugs
8350
8351
8352 2004-08-20 [colin]      0.9.12cvs66.1
8353
8354         * src/codeconv.c
8355                 Sync with HEAD 0.9.12cvs66
8356
8357 2004-08-20 [paul]
8358
8359         * src/plugins/pgpmime/plugin.c
8360                 modify PGP/MIME plugin's description
8361
8362 2004-08-17 [colin]      0.9.12cvs65.1
8363
8364         * src/common/ssl.c
8365         * src/plugins/pgpmime/plugin.c
8366                 Sync with HEAD
8367
8368 2004-08-14 [colin]      0.9.12cvs60.3
8369
8370         * src/plugins/trayicon/trayicon.c
8371                 Put back resize callback, on size-request signal
8372                 rather than size-allocate to avoid infinite 
8373                 callback loop
8374
8375 2004-08-13 [colin]      0.9.12cvs60.2
8376
8377         * src/common/defs.h
8378                 Cache versions have been fixed
8379
8380 2004-08-13 [colin]      0.9.12cvs60.1
8381
8382         * src/folderutils.c
8383                 Sync with HEAD
8384
8385 2004-08-12 [colin]      0.9.12cvs59.1
8386
8387         * src/plugins/trayicon/trayicon.c
8388                 Sync with HEAD
8389
8390 2004-08-12 [colin]      0.9.12cvs57.5
8391
8392         * sylpheed.desktop
8393         * configure.ac
8394         * src/Makefile.am
8395         * src/main.c
8396                 Add support for Freedesktop.org's startup notification
8397
8398 2004-08-11 [colin]      0.9.12cvs57.4
8399
8400         * src/textview.c
8401                 Fix off-by-one
8402
8403 2004-08-11 [colin]      0.9.12cvs57.3
8404
8405         * src/message_search.c
8406         * src/summary_search.c
8407                 Make searches case insensitive by default
8408         * src/textview.c
8409                 Fix case-insensitive search in message
8410
8411 2004-08-11 [colin]      0.9.12cvs57.2
8412
8413         * src/summary_search.c
8414                 Let case-sensitive be specified
8415
8416 2004-08-10 [colin]      0.9.12cvs55.4
8417
8418         * src/common/socket.c
8419                 Fix the possible race condition
8420
8421 2004-08-09 [paul]       0.9.12cvs55.3
8422
8423         * configure.ac
8424         * src/Makefile.am
8425         * src/common/Makefile.am
8426                 sync with HEAD
8427
8428
8429 2004-08-09 [paul]       0.9.12cvs55.2
8430
8431         * autogen.sh
8432         * po/poconv.sh
8433                 remove unneeded script
8434
8435         * configure.ac
8436                 add forgotten USE_LDAP_TLS (sync with HEAD)
8437
8438
8439 2004-08-09 [colin]      0.9.12cvs55.1
8440
8441         * src/main.c
8442         * src/common/ssl.c
8443         * src/common/sylpheed.c
8444         * src/common/sylpheed.h
8445                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
8446
8447 2004-08-09 [paul]       0.9.12cvs54.1
8448
8449         * ChangeLog
8450         * ChangeLog.claws
8451         * ChangeLog.jp
8452         * configure.ac
8453         * po/POTFILES.in
8454         * src/Makefile.am
8455         * src/folderutils.c
8456         * src/main.c
8457         * src/pgpmime.c
8458         * src/pgpmime.h
8459         * src/sgpgme.c
8460         * src/sgpgme.h
8461         * src/plugins/Makefile.am
8462         * src/plugins/pgpmime/.cvsignore
8463         * src/plugins/pgpmime/Makefile.am
8464         * src/plugins/pgpmime/pgpmime.c
8465         * src/plugins/pgpmime/pgpmime.h
8466         * src/plugins/pgpmime/plugin.c
8467         * src/plugins/pgpmime/sgpgme.c
8468         * src/plugins/pgpmime/sgpgme.h
8469                 sync with HEAD
8470
8471 2004-08-08 [paul]       0.9.12cvs51.1
8472
8473         * configure.ac
8474         * src/folder.c
8475                 sync with HEAD
8476
8477 2004-08-07 [colin]      0.9.12cvs50.1
8478
8479         * src/pop.c
8480         * src/common/partial_download.c
8481                 fix warnings (sync from HEAD)
8482
8483 2004-08-07 [colin]      0.9.12cvs48.1
8484
8485         * src/prefs_folder_item.c
8486                 sync with HEAD 0.9.12cvs48
8487
8488 2004-08-06 [colin]      0.9.12cvs47.1
8489
8490         * src/compose.c
8491                 Sync with HEAD
8492
8493 2004-08-06 [christoph]  0.9.12cvs46.2
8494
8495         * src/main.c
8496         * src/plugins/clamav/clamav_plugin_gtk.c
8497         * src/plugins/dillo_viewer/dillo_viewer.c
8498         * src/plugins/image_viewer/plugin.c
8499         * src/plugins/mathml_viewer/mathml_viewer.c
8500         * src/plugins/spamassassin/spamassassin_gtk.c
8501         * src/plugins/trayicon/trayicon.c
8502                 don't mix GTK1.2 plugin with GTK2 plugins
8503
8504 2004-08-06 [colin]      0.9.12cvs46.1
8505
8506         * ChangeLog
8507         * ChangeLog.claws
8508         * ChangeLog.jp
8509         * configure.ac
8510         * sylpheed-claws.pc.in
8511         * src/folder.c
8512         * src/imap.c
8513         * src/localfolder.c
8514         * src/messageview.c
8515         * src/mimeview.c
8516         * src/mimeview.h
8517         * src/msgcache.c
8518         * src/news.c
8519         * src/prefs_ext_prog.c
8520         * src/prefs_folder_item.c
8521         * src/prefs_fonts.c
8522         * src/prefs_msg_colors.c
8523         * src/prefs_spelling.c
8524         * src/prefs_themes.c
8525         * src/prefs_toolbar.c
8526         * src/prefs_wrapping.c
8527         * src/procmime.h
8528         * src/common/defs.h
8529         * src/common/nntp.c
8530         * src/common/session.c
8531         * src/common/session.h
8532         * src/common/socket.c
8533         * src/common/utils.h
8534         * src/common/xml.c
8535         * src/common/xml.h
8536         * src/gtk/prefswindow.c
8537         * src/gtk/prefswindow.h
8538         * src/plugins/clamav/clamav_plugin_gtk.c
8539         * src/plugins/dillo_viewer/dillo_prefs.c
8540         * src/plugins/image_viewer/viewerprefs.c
8541         * src/plugins/spamassassin/spamassassin_gtk.c
8542         * m4/openssl.m4 *** REMOVED ***
8543                 Sync with HEAD 0.9.12cvs46
8544
8545 2004-08-03 [paul]       0.9.12cvs40.2
8546
8547         * src/action.c
8548         * src/addressadd.c
8549         * src/addressbook.c
8550         * src/addrgather.c
8551         * src/browseldap.c
8552         * src/compose.c
8553         * src/crash.c
8554         * src/editaddress.c
8555         * src/editgroup.c
8556         * src/editldap_basedn.c
8557         * src/foldersel.c
8558         * src/importldif.c
8559         * src/mimeview.c
8560         * src/prefs_common.c
8561         * src/prefs_template.c
8562         * src/sourcewindow.c
8563         * src/summaryview.c
8564         * src/gtk/about.c
8565         * src/gtk/foldersort.c
8566         * src/gtk/logwindow.c
8567         * src/gtk/pluginwindow.c
8568         * src/gtk/prefswindow.c
8569                 change all gtk_scrolled_window_set_policy from 
8570                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
8571
8572 2004-08-02 [paul]       0.9.12cvs40.1
8573
8574         * AUTHORS
8575                 update translation team section
8576         * po/pt_BR.po
8577                 updated by Frederico Goncalves Guimaraes
8578                 <fggdebian@yahoo.com.br>
8579
8580 2004-07-31 [colin]      0.9.12cvs39.9
8581
8582         * src/exphtmldlg.c
8583                 Fix compilation
8584
8585 2004-07-31 [colin]      0.9.12cvs39.8
8586
8587         * src/exphtmldlg.c
8588                 Fix an alertpanel type
8589
8590 2004-07-30 [colin]      0.9.12cvs39.7
8591
8592         * src/alertpanel.c
8593                 Fix alertpanel_error_log's icon
8594
8595 2004-07-30 [colin]      0.9.12cvs39.6
8596
8597         * src/pop.c
8598                 Two of them should still be warnings
8599
8600 2004-07-30 [colin]      0.9.12cvs39.5
8601
8602         * src/pop.c
8603                 More warning -> error
8604 2004-07-29 [colin]      0.9.12cvs39.4
8605
8606         * src/pop.c
8607                 Warning -> error
8608
8609 2004-07-29 [colin]      0.9.12cvs39.3
8610
8611         * src/prefs_matcher.c
8612                 Fix segfault
8613
8614 2004-07-29 [colin]      0.9.12cvs39.2
8615
8616         * src/alertpanel.c
8617                 More nice-looking alertpanels
8618
8619 2004-07-29 [colin]      0.9.12cvs39.1
8620
8621         * src/messageview.c
8622                 sync with head
8623                 (inform user when partial mail is deleted on server)
8624
8625 2004-07-29 [colin]      0.9.12cvs38.1
8626
8627         * src/messageview.c
8628                 sync with head
8629
8630 2004-07-28 [paul]       0.9.12cvs37.7
8631
8632         * src/mainwindow.c
8633                 complete the replacement of deprecated gtk_progress_*
8634
8635 2004-07-28 [paul]       0.9.12cvs37.6
8636
8637         * src/action.c
8638         * src/inc.c
8639         * src/mainwindow.c
8640         * src/send_message.c
8641         * src/gtk/progressdialog.c
8642         * src/gtk/progressdialog.h
8643                 replace deprecated gtk_progress_*
8644
8645 2004-07-28 [paul]       0.9.12cvs37.5
8646
8647         * src/gtk/filesel.c
8648                 remove gtk_window_set_wmclass()
8649 2004-07-28 [paul]       0.9.12cvs37.4
8650
8651         * src/addressbook.c
8652         * src/compose.c
8653         * src/foldersel.c
8654         * src/mainwindow.c
8655         * src/messageview.c
8656         * src/sourcewindow.c
8657         * src/gtk/logwindow.c
8658                 remove gtk_window_set_wmclass()
8659                 
8660         * src/prefs_filtering.c
8661         * src/prefs_filtering_action.c
8662         * src/prefs_fonts.c
8663         * src/prefs_gtk.c
8664         * src/prefs_matcher.c
8665         * src/ssl_manager.c
8666         * src/gtk/prefswindow.c
8667                 replace gtk_window_position()
8668
8669 2004-07-28 [colin]      0.9.12cvs37.3
8670
8671         * src/alertpanel.c
8672         * src/alertpanel.h
8673                 Add a way to specify panel type for specific
8674                 panels (alertpanel())
8675         * src/account.c
8676         * src/addressbook.c
8677         * src/compose.c
8678         * src/expldifdlg.c
8679         * src/main.c
8680         * src/messageview.c
8681         * src/summaryview.c
8682         * src/textview.c
8683         * src/gtk/sslcertwindow.c
8684                 Fix alertpanel()s so that their icon match
8685                 their real type
8686
8687 2004-07-28 [paul]       0.9.12cvs37.2
8688
8689         * src/addr_compl.c
8690         * src/addressbook.c
8691         * src/alertpanel.c
8692         * src/compose.c
8693         * src/export.c
8694         * src/foldersel.c
8695         * src/folderview.c
8696         * src/grouplistdialog.c
8697         * src/import.c
8698         * src/mainwindow.c
8699         * src/message_search.c
8700         * src/messageview.c
8701         * src/passphrase.c
8702         * src/prefs_actions.c
8703         * src/prefs_common.c
8704         * src/prefs_customheader.c
8705         * src/prefs_display_header.c
8706         * src/prefs_filtering.c
8707         * src/prefs_filtering_action.c
8708         * src/prefs_gtk.c
8709         * src/prefs_matcher.c
8710         * src/prefs_msg_colors.c
8711         * src/prefs_summary_column.c
8712         * src/prefs_template.c
8713         * src/sourcewindow.c
8714         * src/ssl_manager.c
8715         * src/summary_search.c
8716         * src/gtk/colorsel.c
8717         * src/gtk/description_window.c
8718         * src/gtk/gtkaspell.c
8719         * src/gtk/inputdialog.c
8720         * src/gtk/logwindow.c
8721         * src/gtk/prefswindow.c
8722         * src/gtk/progressdialog.c
8723                 replace deprecated gtk_window_set_policy
8724
8725 2004-07-27 [colin]      0.9.12cvs37.1
8726
8727         * src/msgcache.c
8728                 More fixes (synced for head again)
8729
8730 2004-07-27 [colin]      0.9.12cvs35.3
8731
8732         * src/msgcache.c
8733                 Fix wrong test
8734
8735 2004-07-27 [colin]      0.9.12cvs35.2
8736
8737         * src/mimeview.c
8738                 Fix width a bit (by Paul)
8739         * src/alertpanel.c
8740         * src/alertpanel.h
8741                 Specialize icons, make alertpanel_message()
8742                 private
8743         * src/message_search.c
8744         * src/sgpgme.c
8745         * src/summary_search.c
8746                 Suit alertpanel changes
8747
8748 2004-07-27 [colin]      0.9.12cvs35.1
8749
8750         * src/alertpanel.c
8751                 Add an icon
8752         * src/passphrase.c
8753                 Add debug output - maybe someone will
8754                 want to look at the problem with Grab
8755                 Input :)
8756         Bump version as we're synced with HEAD
8757
8758 2004-07-26 [colin]      0.9.12cvs33.26
8759
8760         * src/pop.c
8761                 Fix uidl-file parsing when not in new
8762                 format
8763
8764 2004-07-26 [colin]      0.9.12cvs33.25
8765
8766         * src/gtk/menu.c
8767                 Move popup menu up if necessary (fixes 
8768                 account selector)
8769         * src/mainwindow.c
8770                 Set account selector's button height to
8771                 minimum
8772
8773 2004-07-26 [colin]      0.9.12cvs33.24
8774
8775         * src/alertpanel.c
8776                 Maybe fix 551 (Truncated font in alert window)
8777
8778 2004-07-26 [colin]      0.9.12cvs33.23
8779
8780         * po/de.po
8781         * po/es.po
8782         * po/fr.po
8783         * po/it.po
8784         * po/ja.po
8785         * po/pl.po
8786         * po/ru.po
8787         * po/sk.po
8788         * po/sr.po
8789         * po/zh_CN.po
8790                 Sync po files with HEAD
8791
8792 2004-07-26 [paul]       0.9.12cvs33.22
8793
8794         * src/compose.c
8795                 fix Bug 556 'Organisation-header is sent even if empty'
8796
8797 2004-07-24 [colin]      0.9.12cvs33.21
8798
8799         * src/compose.c
8800         * src/gtk/gtkaspell.c
8801         * src/gtk/gtkaspell.h
8802                 Fix speller accelerators (require hack)
8803
8804 2004-07-24 [colin]      0.9.12cvs33.20
8805
8806         * src/gtk/gtkaspell.c
8807                 Fix over-eager code deletion breaking
8808                 Check while typing
8809
8810 2004-07-24 [colin]      0.9.12cvs33.19
8811
8812         * src/browseldap.c
8813         * src/ldapctrl.c
8814         * src/ldapctrl.h
8815         * src/ldapserver.h
8816                 Sync ldap with HEAD
8817         (Fixes 546 LDAP completely broken)
8818
8819 2004-07-24 [colin]      0.9.12cvs33.18
8820
8821         * src/prefs_msg_colors.c
8822                 Fix prototype mismatch
8823         (Fixes 547 void function cannot return value)
8824
8825 2004-07-24 [colin]      0.9.12cvs33.17
8826
8827         * src/mainwindow.c
8828                 Fix sort going back to previous sort key
8829                 when changing sort direction
8830
8831 2004-07-24 [colin]      0.9.12cvs33.16
8832
8833         * src/compose.c
8834                 Fix space insertion when re-wrapping at 
8835                 cursor point
8836
8837 2004-07-24 [colin]      0.9.12cvs33.15
8838
8839         * src/gtk/gtkaspell.c
8840                 Don't change cursor position in insert-text
8841                 callback
8842         (Fixes 539 Word wrapping on input transposes letters)
8843
8844 2004-07-24 [colin]      0.9.12cvs33.14
8845
8846         * src/gtk/gtkaspell.c
8847                 Reencode non-ascii chars to dictionary's
8848                 encoding
8849         (Fixes 544 Spell check broken non english locale)
8850
8851 2004-07-24 [colin]      0.9.12cvs33.13
8852
8853         * src/summaryview.c
8854                 Fix Shift+Down, add Home/End/PgUp/PgDown
8855
8856 2004-07-21 [colin]      0.9.12cvs33.12
8857
8858         * src/prefs_common.c
8859                 Fix a gtk warning (Patch by Andrej Kacian)
8860
8861 2004-07-21 [colin]      0.9.12cvs33.11
8862
8863         * src/gtk/filesel.c
8864                 More check
8865
8866 2004-07-21 [colin]      0.9.12cvs33.10
8867
8868         * src/compose.c
8869         * src/crash.c
8870         * src/export.c
8871         * src/import.c
8872         * src/messageview.c
8873         * src/mimeview.c
8874         * src/prefs_spelling.c
8875         * src/prefs_themes.c
8876         * src/summaryview.c
8877         * src/gtk/filesel.c
8878         * src/gtk/filesel.h
8879         * src/gtk/pluginwindow.c
8880                 Untwist open/save mode guessing logic, make
8881                 it explicit
8882
8883 2004-07-20 [colin]      0.9.12cvs33.9
8884
8885         * src/codeconv.c
8886                 conv_encode_header: src_charset is UTF-8 on
8887                 gtk2
8888         * src/compose.c
8889                 Remove double encoding of the headers
8890
8891 2004-07-20 [colin]      0.9.12cvs33.8
8892
8893         * src/codeconv.c
8894                 Fix typo
8895
8896 2004-07-20 [colin]      0.9.12cvs33.7
8897
8898         * src/mainwindow.c
8899                 Set the separated messageview to the saved
8900                 size of Claws' messageview (Patch by Alfons)
8901                 Fix a callback prototype (me)
8902
8903 2004-07-20 [colin]      0.9.12cvs33.6
8904
8905         * src/codeconv.h
8906                 Forgot one hunk in 0.9.12cvs33.4
8907
8908 2004-07-19 [colin]      0.9.12cvs33.5
8909
8910         * src/action.c
8911                 Action output fix
8912                 Patch by Alfons
8913
8914 2004-07-19 [colin]      0.9.12cvs33.4
8915
8916         * src/compose.c
8917                 Fix outgoing charset bug in headers
8918         * src/codeconv.c
8919                 Clean for glib2 - Patch by Alfons
8920
8921 2004-07-19 [colin]      0.9.12cvs33.3
8922
8923         * src/statusbar.c
8924                 Remove grip from the statusbar
8925                 Patch by Alfons
8926
8927 2004-07-19 [colin]      0.9.12cvs33.2
8928
8929         * src/messageview.c
8930         * src/textview.c
8931                 Fix messageview remembering the previous
8932                 scroll position when loading a new message
8933                 Patch by Alfons
8934
8935 2004-07-19 [colin]      0.9.12cvs33.1
8936
8937         * src/folder.h
8938         * src/folderview.c
8939         * src/summaryview.c
8940                 Sync with HEAD
8941
8942 2004-07-18 [colin]      0.9.12cvs32.7
8943
8944         * configure.ac
8945                 Remove useless check for XIM - noticed
8946                 by Alfons
8947
8948 2004-07-18 [colin]      0.9.12cvs32.6
8949
8950         * src/summaryview.c
8951                 Remove non-modified and shift-modified
8952                 accelerators in summaryview's popup
8953                 menu, as that doesn't get catched by
8954                 the accel-activate signal catcher...
8955
8956 2004-07-18 [colin]      0.9.12cvs32.5
8957
8958         * src/prefs_common.c
8959                 Define sensible default prefs for 
8960                 wrapping
8961
8962 2004-07-18 [colin]      0.9.12cvs32.4
8963
8964         * src/compose.c
8965         * src/prefs_common.c
8966         * src/prefs_common.h
8967         * src/prefs_wrapping.c
8968                 Remove Smart Wrapping pref, which does
8969                 nothing on gtk2 branch
8970
8971 2004-07-18 [colin]      0.9.12cvs32.3
8972
8973         * src/sourcewindow.c
8974                 Proper utf8
8975
8976 2004-07-18 [colin]      0.9.12cvs32.2
8977
8978         * src/compose.c
8979                 Save attachment status when drafting
8980
8981 2004-07-18 [colin]      0.9.12cvs32.1
8982
8983         * src/gtk/filesel.c
8984                 Fix erratic folder selection in open mode
8985
8986 2004-07-18 [colin]      0.9.12cvs31.11
8987
8988         * src/pop.c
8989                 Don't let partial messages get deleted
8990                 even with "dowload all"
8991                 (0.9.12cvs31.8 fix extension)
8992 2004-07-18 [colin]      0.9.12cvs31.10
8993
8994         * src/gtk/logwindow.c
8995                 Fix log scrolling
8996
8997 2004-07-18 [colin]      0.9.12cvs31.9
8998
8999         * src/common/utils.c
9000                 Fix non-utf8 strings coming from commands
9001                 and files
9002
9003 2004-07-18 [colin]      0.9.12cvs31.8
9004
9005         * src/pop.c
9006                 Fix partial download bug with Download all
9007                 messages option
9008
9009 2004-07-18 [colin]      0.9.12cvs31.7
9010
9011         * src/textview.c
9012                 Fix bug introduced in 0.9.12cvs31.2
9013                 (blocked in select mode after double click)
9014
9015 2004-07-18 [colin]      0.9.12cvs31.6
9016
9017         * src/compose.c
9018         * src/gtk/menu.c
9019                 More glib-warning fixes
9020
9021 2004-07-18 [colin]      0.9.12cvs31.5
9022
9023         * src/compose.c
9024                 Fix trashing the primary clipboard when moving 
9025                 around with tab
9026         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
9027
9028 2004-07-18 [colin]      0.9.12cvs31.4
9029
9030         * src/codeconv.c
9031                 convert unencoded iso headers to utf8
9032         (Fix Bug 538 Unencoded local characters in subject make it 
9033          disappear)
9034
9035 2004-07-18 [colin]      0.9.12cvs31.3
9036
9037         * src/compose.c
9038                 Fix tab char handling in wrapping
9039         (Fix Bug 537 Line wrap problem - TAB character treated as 
9040          one character instead of 8)
9041
9042 2004-07-18 [colin]      0.9.12cvs31.2
9043
9044         * src/textview.c
9045                 return FALSE on GDK_MOTION_NOTIFY
9046         (Fix Bug 535 Hyperlinks/addresses are not selectable 
9047          (unable to highlight))
9048
9049 2004-07-18 [colin]      0.9.12cvs31.1
9050
9051         * src/folderview.c
9052                 Sync with 0.9.12cvs31
9053
9054 2004-07-18 [colin]      0.9.12cvs30.4
9055
9056         * src/compose.c
9057                 Also block text_inserted when inserting a file
9058
9059 2004-07-18 [colin]      0.9.12cvs30.3
9060
9061         * src/compose.c
9062                 Fix smart wrapping (block text_inserted handler
9063                 while putting quotation to avoid wrap on input,
9064                 don't join lines if next is sig separator)
9065
9066 2004-07-17 [colin]      0.9.12cvs30.2
9067
9068         * src/folderview.c
9069         * src/mainwindow.c
9070         * src/mimeview.c
9071         * src/summaryview.c
9072         * src/gtk/quicksearch.c
9073         * src/gtk/quicksearch.h
9074                 Block key events handlers *and* accels while
9075                 quicksearch is focused
9076         (Fixes Bug 534 quick-search bar not accepting certain letters)
9077
9078 2004-07-17 [colin]      0.9.12cvs30.1
9079
9080         * src/folder.h
9081         * src/folderview.c
9082         * src/summaryview.c
9083                 Sync with 0.9.12cvs30
9084
9085 2004-07-17 [colin]      0.9.12cvs28.2
9086
9087         * src/mimeview.c
9088         * src/procmime.c
9089         * src/summaryview.c
9090         * src/gtk/menu.c
9091                 Squash some compile and glib warnings
9092
9093 2004-07-17 [paul]       0.9.12cvs28.1
9094
9095         * src/mimeview.c
9096                 sync with 0.9.12cvs28 HEAD
9097
9098 2004-07-16 [paul]       0.9.12cvs26.1
9099         
9100         * src/gtk/quicksearch.c
9101         * src/account.c
9102         * src/account.h
9103         * src/compose.c
9104         * src/customheader.c
9105         * src/folder_item_prefs.c
9106         * src/main.c
9107         * src/mainwindow.c
9108         * src/messageview.c
9109         * src/mimeview.c
9110         * src/news.c
9111         * src/pgpmime.c
9112         * src/pop.c
9113         * src/pop.h
9114         * src/prefs_account.c
9115         * src/prefs_account.h
9116         * src/prefs_common.c
9117         * src/prefs_common.h
9118         * src/prefs_display_header.c
9119         * src/prefs_gtk.c
9120         * src/prefs_gtk.h
9121         * src/procheader.c
9122         * src/procmime.c
9123                 sync with 0.9.12cvs26 HEAD      
9124
9125 2004-07-15 [colin]      0.9.12cvs18.14
9126
9127         * src/folder.c
9128                 Disable GPG signature check during
9129                 folder move and scan
9130         (Closes Bug 521 Signature checking slows down Folder-Move)
9131
9132 2004-07-14 [colin]      0.9.12cvs18.13
9133
9134         * src/common/partial_download.c
9135                 update includes
9136
9137 2004-07-14 [colin]      0.9.12cvs18.12
9138
9139         * src/common/partial_download.c
9140         * src/common/partial_download.h
9141                 Move doc at top, add correct copyright
9142
9143 2004-07-14 [colin]      0.9.12cvs18.11
9144
9145         * src/folder.c
9146         * src/messageview.c
9147         * src/pop.c
9148         * src/pop.h
9149         * src/procmsg.c
9150         * src/summaryview.c
9151         * src/common/Makefile.am
9152         * src/common/partial_download.c ** NEW FILES **
9153         * src/common/partial_download.h ** NEW FILES **
9154                 Move partial-download related stuff to its
9155                 own file
9156
9157 2004-07-14 [colin]      0.9.12cvs18.10
9158
9159         * src/send_message.c
9160                 Fix smtp auth when user is null or empty
9161
9162 2004-07-13 [colin]      0.9.12cvs18.9
9163
9164         * src/gtk/quicksearch.c
9165                 Use alphabetic order
9166
9167 2004-07-13 [colin]      0.9.12cvs18.8
9168
9169         * src/pop.c
9170                 Be paranoid on the checks
9171
9172 2004-07-13 [colin]      0.9.12cvs18.7
9173
9174         * src/gtk/quicksearch.c
9175                 Fix Engrish once again
9176
9177 2004-07-13 [colin]      0.9.12cvs18.6
9178
9179         * src/procmsg.c
9180         * src/summaryview.c
9181                 Mark messages for deletion when they are about to
9182                 be removed from trash
9183
9184 2004-07-13 [colin]      0.9.12cvs18.5
9185
9186         * src/matcher.c
9187         * src/matcher.h
9188         * src/matcher_parser_parse.y
9189         * src/prefs_matcher.c
9190         * src/gtk/quicksearch.c
9191                 Add 'partial' ('p') match string to find partially
9192                 downloaded messages
9193
9194 2004-07-13 [colin]      0.9.12cvs18.4
9195
9196         * src/pop.c
9197                 Fix misplaced block
9198
9199 2004-07-13 [colin]      0.9.12cvs18.3
9200
9201         * src/pop.c
9202         * src/pop.h
9203         * src/messageview.c
9204                 Refactor API (to avoid passing 5+ params and code
9205                 duplication)
9206         * src/folder.c
9207         * src/msgcache.c
9208         * src/procheader.c
9209         * src/common/defs.h
9210                 Add planned_download to cache
9211                 Don't mess uidl file when moving partially downloaded
9212                 mails (they change folder, we should change it in the
9213                 uidl list too or we'll remove an incorrect message)
9214                 (this also helps removing hacks when changing 
9215                 planned_download in messageview.c)
9216
9217 2004-07-12 [colin]      0.9.12cvs18.2
9218
9219         * src/gtk/quicksearch.c
9220                 Fix missing status update in quicksearch
9221
9222 2004-07-12 [paul]       0.9.12cvs18.1
9223
9224         * po/POTFILES.in
9225         * src/Makefile.am
9226         * src/account.c
9227         * src/codeconv.c
9228         * src/compose.c
9229         * src/inc.c
9230         * src/main.c
9231         * src/prefs_common.c
9232         * src/procmsg.h
9233         * src/toolbar.c
9234         * src/prefs_msg_colors.[ch]     ** NEW FILES **
9235         * src/prefs_wrapping.[ch]       ** NEW FILES **
9236         * src/common/intl.h
9237         * src/common/utils.[ch]
9238         * src/gtk/quicksearch.[ch]
9239                 sync with 0.9.12cvs18 HEAD
9240
9241 2004-07-12 [colin]      0.9.11cvs17.25
9242
9243         * src/folder.c
9244         * src/folder.h
9245                 Remove unused function added by me in 0.9.11cvs17.10
9246
9247 2004-07-11 [colin]      0.9.11cvs17.24
9248
9249         * src/inc.c
9250         * src/messageview.c
9251         * src/pop.c
9252         * src/pop.h
9253                 Use folderitem and msgnum instead of filename to
9254                 know which mail to delete
9255                 Move old partial mail deletion to pop.c
9256
9257 2004-07-10 [colin]      0.9.11cvs17.23
9258
9259         * src/inc.c
9260                 Add debug
9261         * src/pop.c
9262         * src/pop.h
9263                 Don't re-use same enums for unrelated stuff: it's 
9264                 completely misleading !
9265                 Document a bit
9266
9267 2004-07-09 [colin]      0.9.11cvs17.22
9268
9269         * src/inc.c
9270                 Remove folder-type check and do
9271                 more tests to be sure everything's
9272                 ok
9273         * src/messageview.c
9274                 Punctuation update, remove useless
9275                 code, fix two warnings
9276         * src/noticeview.c
9277                 Layout cleaning, reset 2nd button
9278                 when specifying one
9279
9280 2004-07-09 [colin]      0.9.11cvs17.21
9281
9282         * src/messageview.c
9283         * src/pop.c
9284         * src/pop.h
9285                 Allow user to change his mind
9286                 and postpone decision (by
9287                 unmarking the mail)
9288
9289 2004-07-09 [colin]      0.9.11cvs17.20
9290
9291         * src/messageview.c
9292                 Fix bug with delete state
9293         * src/pop.c
9294         * src/pop.h
9295                 Fix buffer leak (fread doesn't 
9296                 terminate buffers with \0)
9297                 Refactoring (remove magic 
9298                 numbers)
9299
9300 2004-07-09 [colin]      0.9.11cvs17.19
9301
9302         * src/pop.c
9303                 Don't log "Skipping message" if 
9304                 we're going to TOP it two lines
9305                 later
9306
9307 2004-07-09 [colin]      0.9.11cvs17.18
9308
9309         * src/messageview.c
9310                 Fix Engrish
9311
9312 2004-07-09 [colin]      0.9.11cvs17.17
9313
9314         * src/pop.c
9315                 strlen checking...
9316         * src/messageview.c
9317                 refactoring a bit
9318
9319 2004-07-08 [colin]      0.9.11cvs17.16
9320
9321         * src/noticeview.c
9322         * src/noticeview.h
9323                 Add an optional second button
9324         * src/messageview.c
9325         * src/pop.c
9326         * src/pop.h
9327                 Don't delete partially received mails after a certain
9328                 time; rather, let the user decide.
9329
9330 2004-07-08 [colin]      0.9.11cvs17.15
9331
9332         * src/common/smtp.h
9333                 Sync with HEAD
9334
9335 2004-07-08 [colin]      0.9.11cvs17.14
9336
9337         * src/messageview.c
9338         * src/common/smtp.c
9339                 Use to_human_readable() for sizes
9340
9341 2004-07-08 [colin]      0.9.11cvs17.13
9342
9343         * src/inc.c
9344         * src/messageview.c
9345         * src/pop.c
9346         * src/pop.h
9347         * src/procmsg.c
9348                 Fix partial-downloading issues:
9349                         catch unsupported TOP
9350                         don't delete partially downloaded mails before 5 days
9351                         don't update existing with non-MH folders; that'll
9352                         make dups, but it's better than trashing the folder
9353                         free new msginfo parts
9354                 Fix indentation ;-)
9355
9356 2004-07-08 [colin]      0.9.11cvs17.12
9357
9358         * src/common/smtp.c
9359         * src/common/smtp.h
9360                 Sync smtp size verification with HEAD
9361
9362 2004-07-08 [colin]      0.9.11cvs17.11
9363
9364         * src/summaryview.c
9365         * src/prefs_common.c
9366         * src/prefs_common.h
9367         * src/gtk/quicksearch.c
9368         * src/gtk/quicksearch.h
9369                 Sync sticky pref with HEAD
9370
9371 2004-07-08 [colin]      0.9.11cvs17.10
9372
9373         * src/folder.c [1.213.2.6]
9374         * src/folder.h [1.87.2.6]
9375         * src/inc.c [1.149.2.7]
9376         * src/messageview.c [1.94.2.8]
9377         * src/procheader.c [1.47.2.6]
9378         * src/procmsg.c [1.150.2.4]
9379         * src/procmsg.h [1.60.2.5]
9380         * src/pop.c [1.56.2.4]
9381         * src/pop.h [1.17.2.3]
9382                 Let too big messages get downloaded, but truncated
9383                 Add a button to download them completely
9384                 
9385 2004-07-06 [colin]      0.9.11cvs17.9
9386
9387         * src/gtk/quicksearch.c [1.1.2.3]
9388                 Add a Clear button
9389         * commitHelper
9390         * PATCHSETS
9391                 Add a script to help with cvs
9392
9393 2004-07-03 [colin]      0.9.11cvs17.8
9394
9395         * src/plugins/imageviewer/viewer.c
9396                 fix imageviewer (which was staying on the first
9397                 displayed image)
9398
9399 2004-07-03 [colin]      0.9.11cvs17.7
9400
9401         Removed FIXME_GTK2 warnings
9402         * src/gtk/gtkutils.c
9403                 useless #warnings
9404         * src/gtk/menu.c
9405                 useless #warnings (no need to mess with menu rc)
9406         * src/gtk/menu.h
9407                 unused functions
9408         
9409
9410 2004-07-03 [colin]      0.9.11cvs17.6
9411
9412         Removed FIXME_GTK2 warnings
9413         * src/codeconv.c
9414                 useless #warnings (rewrite needed)
9415         * src/compose.c
9416                 useless #warnings (rewrite needed)
9417                 useless #warnings (gtk2 is like that)
9418                 useless #warnings (previously fixed)
9419         * src/main.c
9420                 useless #warnings (previously fixed)
9421         * src/message_search.c
9422                 useless #warnings (gtk2 is like that)
9423                 Made apparent that search is case-sensitive
9424         * src/mimeview.c
9425                 useless #warnings (rewrite needed)
9426                 useless #warnings (gtk2 is like that)
9427                 reimplemented real warnings
9428         * src/prefs_common.c
9429                 Removed block cursor option (not it gtk2)
9430         * src/prefs_gtk.c
9431                 useless #warnings (rewrite needed)
9432         * src/procheader.c
9433                 useless #warnings (rewrite needed)
9434         * src/sourcewindow.c
9435                 useless #warnings (incorrect placing)
9436         * src/summary_search.c
9437                 useless #warnings (gtk2 is like that)
9438                 Made apparent that search is case-sensitive
9439         * src/action.c
9440                 useless #warnings (gtk2 is like that)
9441         * src/textview.c
9442                 useless #warnings (rewrite needed)
9443         * src/toolbar.c
9444                 useless #warnings (rewrite needed)
9445
9446 2004-07-03 [colin]      0.9.11cvs17.5
9447
9448         * src/textview.c
9449                 Fix mismerge which broke URI opening
9450                 
9451 2004-07-01 [colin]      0.9.11cvs17.4
9452
9453         * src/gtk/filesel.c
9454                 Fill filename when saving
9455                 
9456 2004-06-27 [colin]      0.9.11cvs17.3
9457
9458         * src/gtk/filesel.[ch]
9459                 Use the new GTK file selector
9460                 Update prototype to match the reality: multiple file
9461                 selection is open-only          
9462         * src/compose.c
9463                 Match the new prototypes        
9464         * configure.ac
9465                 Match the new requirements (gtk 2.4.0)
9466                         
9467 2004-06-26 [colin]      0.9.11cvs17.2
9468
9469         * src/plugins/trayicon/trayicon.c
9470                 Remove useless signal handler on resize, which causes
9471                 an infinite "loop"
9472         
9473 2004-06-26 [colin]      0.9.11cvs17.1
9474         
9475         * tools/Makefile.am
9476                 remove launch_firebird and add nautilus2sylpheed.sh
9477         * src/quicksearch.c
9478           src/summaryview.c
9479                 Fix show/hide "Extended symbols" button problem
9480                 Fix apparition at startup
9481                 Fix const warnings
9482         * src/plugins/image_viewer/Makefile.am
9483                 Fix configure 
9484         * common/ssl.c
9485                 Re-enable certificate check, as it doesn't seem to
9486                 cause Xlib errors anymore
9487
9488 2004-06-25 [paul]       0.9.11cvs17
9489
9490         * sync with 0.9.11cvs17 HEAD
9491         
9492         NOTE: QuickSearch is broken
9493
9494 2004-06-07 [colin]      0.9.10claws67.10
9495         * src/plugins/trayicon/trayicon.c
9496           src/plugins/trayicon/libeggtrayicon/Makefile.am
9497           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9498                 Fix gettextization in trayicon plugin
9499
9500 2004-06-07 [colin]      0.9.10claws67.9
9501         
9502         * src/summaryview.c
9503           src/gtk/gtksctree.[ch]
9504                 Let Shift+{Up,Down} work in summaryview
9505                 (well, Down "works" and Up works)
9506                 Let the list scroll when using these keys
9507
9508 2004-06-06 [colin]      0.9.10claws67.8
9509
9510         * src/plugins/trayicon/trayicon.c
9511                 Fix pixmap update
9512
9513 2004-06-06 [colin]      0.9.10claws67.7
9514
9515         * src/addressbook.c
9516                 Fix signal handling causing system-wide focus grab
9517
9518 2004-05-25 [paul]       0.9.10claws67.6
9519
9520         * Makefile.am
9521           src/Makefile.am
9522                 clean up
9523
9524 2004-05-25 [paul]       0.9.10claws67.5
9525
9526         * replace deprecated gtk_signal... functions
9527
9528 2004-05-23 [colin]      0.9.10claws67.4
9529
9530         * src/compose.c
9531                 Fix wrapping
9532
9533 2004-05-22 [colin]      0.9.10claws67.3
9534
9535         * src/compose.c
9536                 Re-fix [Edited] in compose.c::compose_reedit()
9537
9538 2004-05-22 [colin]      0.9.10claws67.2
9539
9540         * src/procmime.c
9541                 Fix parsing of multiparts mails
9542
9543 2004-05-22 [colin]      0.9.10claws67.1
9544
9545         * src/summaryview.c
9546                 Fix quicksearch
9547
9548 2004-05-22 [paul]       0.9.10claws67
9549
9550         * sync with 0.9.10claws67 HEAD
9551
9552 2004-05-14 [alfons]
9553
9554         * src/procmime.h
9555                 add forgotton prototype
9556
9557 2004-05-10 [paul]       0.9.10claws57
9558
9559         * sync with 0.9.10claws57 HEAD
9560
9561 2004-05-05 [paul]       0.9.9.claws1
9562
9563         * ChangeLog-gtk2        ** REMOVED **
9564           ChangeLog-gtk2.claws  ** ADDED **
9565                 rename and adopt the normal claws format
9566                 
9567         * configure.ac
9568                 require gtkmathview >= 0.5
9569
9570         * ac/*                          ** REMOVED **
9571           ac/                           ** REMOVED **
9572           intl/Makefile.in              ** REMOVED **
9573           m4/                           ** ADDED **
9574           m4/missing                    ** ADDED **
9575           m4/missing/gdk-pixbuf.m4      ** ADDED **
9576           m4/missing/gettext.m4         ** ADDED **
9577           m4/missing/gpgme.m4           ** ADDED **
9578           m4/missing/imlib.m4           ** ADDED **
9579           m4/.cvsignore                 ** ADDED **
9580           m4/Makefile.am                ** ADDED **
9581           m4/README                     ** ADDED **
9582           m4/aclocal-include.m4         ** ADDED **
9583           m4/aspell.m4                  ** ADDED **
9584           m4/check-type.m4              ** ADDED **
9585           m4/gnupg-check-typedef.m4     ** ADDED **
9586           m4/openssl.m4                 ** ADDED **
9587           m4/spamassassin.m4            ** ADDED **
9588           po/ChangeLog                  ** REMOVED **
9589           po/Makefile.in.in             ** REMOVED **
9590           po/Rules-quot                 ** REMOVED **
9591           po/boldquot.sed               ** REMOVED **
9592           po/en@boldquot.header         ** REMOVED **
9593           po/en@quot.header             ** REMOVED **
9594           po/insert-header.sin          ** REMOVED **
9595           po/quot.sed                   ** REMOVED **
9596           po/remove-potcdate.sed        ** REMOVED **
9597           po/remove-potcdate.sin        ** REMOVED **
9598           po/stamp-po                   ** REMOVED **
9599           Makefile.am
9600           autogen.sh
9601           configure.ac
9602                 enable building with automake 1.8.x
9603                 add 'autopoint --force' to autogen.sh and remove all
9604                 auto-generated files, remove ac/ directory and use
9605                 m4/ directory instead
9606                 
9607         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9608                 fix gettextization
9609
9610 2004-02-28 Colin Leroy <colin@colino.net>
9611         * src/prefs_matcher.c
9612           src/prefs_filtering.c
9613           src/prefs_filtering_action.c
9614                 Fix non-editable GtkEntries
9615
9616 2004-02-22 Thorsten Maerz <torte@netztorte.de>
9617         * src/prefs_themes.c
9618                 utf8 conversion for theme info
9619
9620 2004-02-21 Thorsten Maerz <torte@netztorte.de>
9621         * sync 0.9.9claws
9622
9623 2004-02-14 Thorsten Maerz <torte@netztorte.de>
9624         * src/grouplistdialog.c
9625                 allow multiple selections without ctrl key
9626
9627 2004-02-09 Thorsten Maerz <torte@netztorte.de>
9628         * src/main.c
9629                 enable customizable accelerators
9630
9631 2004-02-08 Thorsten Maerz <torte@netztorte.de>
9632         * src/prefs_common.c
9633                 re-enable different font settings for gtk1/2
9634         * src/prefs_folder_item.c
9635                 fix folder prefs displayed wrong
9636         * src/textview.c
9637                 set 'sunken' shadow type
9638
9639 2004-02-07 Colin Leroy <colin@colino.net>
9640         * src/compose.c
9641                 Fix message being always [Edited]
9642                 Encode headers correctly (utf8 buf)
9643
9644 2004-01-27 Thorsten Maerz <torte@netztorte.de>
9645         * src/socket.c
9646                 remove double g_source_attach()
9647                 (Thanks to Colin Leroy)
9648
9649 2004-01-27 Thorsten Maerz <torte@netztorte.de>
9650         * src/gtk/gtksctree.c
9651                 Fix SSL certificate list not shown
9652         * src/mimeview.c
9653                 Fix clicks in mime tree
9654
9655 2004-01-27 Thorsten Maerz <torte@netztorte.de>
9656         * src/common/socket.c
9657                 Fix SSL receive
9658         * src/compose.c
9659                 Fix clipboard menu hotkeys
9660
9661 2004-01-25 Thorsten Maerz <torte@netztorte.de>
9662         * src/gtk/gtkaspell.[ch]
9663           src/compose.c
9664                 reimplement spellchecker
9665
9666 2004-01-25 Thorsten Maerz <torte@netztorte.de>
9667         * src/gtk/filesel.c
9668                 crash when inserting file in compose window
9669                 (TODO: keep old selection on clicks)
9670         * src/main.c
9671                 use gtkrc-2.0 instead of gtkrc
9672
9673 2004-01-25 Thorsten Maerz <torte@netztorte.de>
9674         * src/messageview.c
9675                 remove orphaned mimeview unref()
9676
9677 2004-01-20 Thorsten Maerz <torte@netztorte.de>
9678         * src/grouplistdialog.c
9679                 expand nodes containing subscribed groups
9680
9681 2004-01-19 Thorsten Maerz <torte@netztorte.de>
9682         * src/textview.c
9683                 textview: hide cursor, restore old click behaviour
9684
9685 2004-01-18 Thorsten Maerz <torte@netztorte.de>
9686         * src/textview.c
9687                 variable names messed up
9688
9689 2004-01-17 Colin Leroy <colin@colino.net>
9690         * src/addr_compl.c
9691                 Fix completion address too thin
9692         * src/compose.c
9693                 Fix tab-to-subject behaviour
9694         * src/summaryview.c
9695                 Implement key up & down in summaryview
9696
9697 2004-01-12 Thorsten Maerz <torte@netztorte.de>
9698
9699         * sync 098claws
9700
9701 2004-01-08 Thorsten Maerz <torte@netztorte.de>
9702         * configure.ac
9703           Makefile.am
9704           doc/.cvsignore
9705           doc/Makefile.am
9706                 faq, man, manual moved to doc/
9707         * ac/aspell.m4
9708           ac/check-type.m4
9709           ac/gnupg-check-typedef.m4
9710           ac/openssl.m4
9711           ac/spamassassin.m4
9712           ac/missing/gdk-pixbuf.m4
9713           ac/missing/gpgme.m4
9714           ac/missing/imlib.m4
9715                 fix automake warnings
9716
9717 2003-12-06 Colin Leroy <colin@colino.net>
9718         * src/summaryview.c
9719                 Fix quicksearch
9720
9721 2003-12-05 Colin Leroy <colin@colino.net>
9722         * src/summaryview.c
9723                 Fix going to next unread folder
9724
9725 2003-12-05 Colin Leroy <colin@colino.net>
9726         * src/crash.c
9727                 Fix gtk2 compilation
9728         * src/session.c
9729                 Remove iotag source handler at disconnection
9730         * src/socket.[ch] 
9731                 Remove source handler when closing socket 
9732                 (fixes another seg)
9733
9734 2003-12-04 Colin Leroy <colin@colino.net>
9735         * src/compose.c
9736           src/prefs_account.c
9737           src/prefs_common.c
9738                 Fix some dropdown menus
9739
9740 2003-12-04 Colin Leroy <colin@colino.net>
9741         * src/compose.c
9742                 Fix event handlers on header fields
9743         * src/common/socket.c
9744           src/common/session.c
9745                 Fix segfault with callback (SSL)
9746                 Fix end of session 
9747
9748 2003-10-06 Thorsten Maerz <torte@netztorte.de>
9749
9750         * Fix compile bug in src/compose.c
9751         * removed src/gtk/gtkstext.[ch]
9752
9753 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
9754
9755         * Convert character set and escape "text" attributes in toolbar setting
9756         files.
9757         * Fixed bug in button-press-event handling.
9758
9759 2003-09-16 Thorsten Maerz <torte@netztorte.de>
9760
9761         * Fixed bug in key-press-event handling.
9762
9763 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
9764
9765         * Enabled to compile tray-icon plugin (Ad-hoc).
9766         * Avoid hang up bug of icon list in mime view (Ad-hoc).
9767
9768 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
9769
9770         * Enabled to compile on sylpheed-claws.
9771         (tray-icon plugin still cannot compile yet.)
9772
9773 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
9774
9775         * Updated to 0.9.5.
9776
9777 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
9778
9779         * Updated to 0.9.4.
9780         * Ported monitoring SSL mechanism to GSource of GLib2
9781         (I don't confirm it)
9782         * Added _gtk2 suffix to key name of font preference to avoid
9783         ovverwriting preference of Gtk+-1.2 version.
9784
9785 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
9786
9787         * Updated to 0.9.2.
9788
9789 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
9790
9791         * Updated to 0.9.1.
9792         * Translate po files into UTF-8 when execute autogen.sh.
9793
9794 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
9795
9796         * Updated to 0.9.0.
9797
9798 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
9799
9800         * Plugged GError related memory leaks.
9801
9802 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
9803
9804         * Changed default size of fonts.
9805         * Enabled to set titile font size of warning dialog.
9806
9807 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
9808
9809         * Embed a sylpheed icon into executable binary on Windows.
9810
9811 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
9812
9813         * I forgot to traslate character set of element string in src/xml.c.
9814
9815 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
9816
9817         * Fixed detecting bind_textdomain_codeset in configure.in.
9818         * The bug in which "Example" of "Date fromat" preference isn't displayed
9819         correctly has been fixed.
9820
9821 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
9822
9823         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
9824           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
9825           glib-gettextize
9826           Removed intl directory.
9827           Translated po files into UTF-8.
9828           (Thanks! Ryuji Abe)
9829
9830 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
9831
9832         * The bug which doesn't unscape string in xml.c has been fixed.
9833
9834 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
9835
9836         * The bug which is failed to translate encoding of file name thorough
9837         file dialog has been fixed.
9838
9839 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
9840
9841         * Modified to translate file names which is used in inporting/expoting
9842         mbox feature and "Save as" feature into locale encoding.
9843         * Translate file names into locale encoding when "Attache file" and
9844         "Insert file".
9845         * Force set G_BROKEN_FILENAMES environment variable.
9846         * Other minor fixes.
9847
9848 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
9849
9850         * Modified to treat MH folder's name as locale encoding.
9851
9852 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
9853
9854         * The bug which clash on switching candidates of auto completion of
9855         addresses, cannot use auto completion in Japanesse is fixed
9856         (Thanks! Tokunaga-san)¡¥
9857
9858 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
9859
9860         * The bug which cannot switch key accelerator preference has been fixed
9861         (Thanks! smbd-san)¡¥
9862
9863 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
9864
9865         * version 0.8.11-gtk2-20030314
9866
9867 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
9868
9869         * The bug in which character set conversion of filtering messages has
9870         been fixed.(Thanks! COCOA-san).
9871
9872 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
9873
9874         * Revived "Leave space on head" preference in "Message" category.
9875         * A bug which clash when put the cursor to end of buffer and execute
9876         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
9877
9878 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
9879
9880         * version 0.8.11-gtk2-20030312
9881
9882 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
9883
9884         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
9885         * Modified to use Pango's API directly for font preference.
9886         * Integrated GtkTextView of textview to one widget.
9887         * Set fonts of header title in textview by "header_title" tag.
9888         * Removed some deprecated codes.
9889
9890 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
9891
9892         * Updated to 0.8.11.
9893         * Merged cygwin patch(Thanks! Sakai-san).
9894
9895 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
9896
9897         * version 0.8.10-gtk2-20030309