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