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