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