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