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