2005-10-09 [colin] 1.9.15cvs26
[claws.git] / ChangeLog-gtk2.claws
1 2005-10-09 [colin]      1.9.15cvs26
2
3         * src/mainwindow.c
4         * src/messageview.c
5         * src/summaryview.c
6                 Clarify forward menus. Patch by wwp
7
8 2005-10-09 [colin]      1.9.15cvs25
9
10         * src/compose.c
11         * src/compose.h
12                 Fix bug #829 (Non-working "Encrypt message by 
13                 default when replying to an encrypted message")
14
15 2005-10-08 [colin]      1.9.15cvs24
16
17         * src/wizard.c
18                 Fix bug #827 ("Welcome" setup wizard after a 
19                 permission error gives up & forgets itself.)
20
21 2005-10-08 [colin]      1.9.15cvs23
22
23         * src/procmime.c
24                 Fix bug #828 (Ignoring headers with spaces around = sign)
25
26 2005-10-08 [colin]      1.9.15cvs22
27
28         * src/export.c
29                 Warning fix by wwp
30
31 2005-10-08 [colin]      1.9.15cvs21
32
33         * src/folder.c
34         * src/folder.h
35                 Add a processing_pending indicator, set on 
36                 folder_item_open and cleared after 
37                 folder_item_process_open
38         * src/folderview.c
39         * src/summaryview.c
40                 wrap procmsg_msginfo_*_flags, and in the
41                 wrapper check that there's no folder processing 
42                 pending. If there is, defer the flags change until 
43                 processing is done to avoid stepping over each
44                 other's toes.
45                 Freeze during processing, but not during scanning.
46
47 2005-10-07 [colin]      1.9.15cvs20
48
49         * src/plugins/pgpcore/passphrase.c
50                 Fix bug #826 (X-Server hangs when 
51                 right-clicking a PGP encrypted message)
52
53 2005-10-07 [paul]       1.9.15cvs19
54
55         * src/compose.c
56                 fix compose_entries[]
57                 patch by Fabien Vantard
58
59 2005-10-06 [colin]      1.9.15cvs18
60
61         * src/pixmaps/address.xpm
62         * src/pixmaps/address_book.xpm
63         * src/pixmaps/book.xpm
64         * src/pixmaps/check_spelling.xpm
65         * src/pixmaps/checkbox_off.xpm
66         * src/pixmaps/checkbox_on.xpm
67         * src/pixmaps/close.xpm
68         * src/pixmaps/complete.xpm
69         * src/pixmaps/continue.xpm
70         * src/pixmaps/deleted.xpm
71         * src/pixmaps/down_arrow.xpm
72         * src/pixmaps/exec.xpm
73         * src/pixmaps/forwarded.xpm
74         * src/pixmaps/group.xpm
75         * src/pixmaps/ignorethread.xpm
76         * src/pixmaps/interface.xpm
77         * src/pixmaps/jpilot.xpm
78         * src/pixmaps/ldap.xpm
79         * src/pixmaps/linewrap.xpm
80         * src/pixmaps/linewrapcurrent.xpm
81         * src/pixmaps/mail.xpm
82         * src/pixmaps/mail_attach.xpm
83         * src/pixmaps/mail_compose.xpm
84         * src/pixmaps/mail_forward.xpm
85         * src/pixmaps/mail_receive.xpm
86         * src/pixmaps/mail_receive_all.xpm
87         * src/pixmaps/mail_reply.xpm
88         * src/pixmaps/mail_reply_to_all.xpm
89         * src/pixmaps/mail_reply_to_author.xpm
90         * src/pixmaps/mail_send.xpm
91         * src/pixmaps/mail_send_queue.xpm
92         * src/pixmaps/mime_application.xpm
93         * src/pixmaps/mime_audio.xpm
94         * src/pixmaps/mime_image.xpm
95         * src/pixmaps/mime_message.xpm
96         * src/pixmaps/mime_text_enriched.xpm
97         * src/pixmaps/mime_text_html.xpm
98         * src/pixmaps/mime_text_plain.xpm
99         * src/pixmaps/mime_unknown.xpm
100         * src/pixmaps/new.xpm
101         * src/pixmaps/news_compose.xpm
102         * src/pixmaps/offline.xpm
103         * src/pixmaps/online.xpm
104         * src/pixmaps/paste.xpm
105         * src/pixmaps/preferences.xpm
106         * src/pixmaps/privacy_emblem_encrypted.xpm
107         * src/pixmaps/privacy_expired.xpm
108         * src/pixmaps/privacy_failed.xpm
109         * src/pixmaps/privacy_passed.xpm
110         * src/pixmaps/privacy_signed.xpm
111         * src/pixmaps/privacy_unknown.xpm
112         * src/pixmaps/privacy_warn.xpm
113         * src/pixmaps/properties.xpm
114         * src/pixmaps/replied.xpm
115         * src/pixmaps/search.xpm
116         * src/pixmaps/unread.xpm
117         * src/pixmaps/up_arrow.xpm
118         * src/pixmaps/vcard.xpm
119                 Modernize internal theme, with icons from the 
120                 Gnomaws theme. Keep some of the old ones where
121                 they were better.
122
123 2005-10-06 [colin]      1.9.15cvs17
124
125         * src/summaryview.c
126                 Little optimisations + bugfix
127         * src/toolbar.c
128                 Remove default useless items - useless being defined
129                 by the default relevant prefs
130         * src/wizard.c
131                 include config.h to make gettext work
132         * src/prefs_themes.c
133                 Fix selection of current theme in prefs
134
135 2005-10-06 [colin]      1.9.15cvs16
136
137         * src/prefs_common.c
138         * src/prefs_common.h
139         * src/prefs_summaries.c
140         * src/folderview.c
141                 Add a warning dialog on Mark all read 
142                 (with pref to get rid of it)
143
144 2005-10-06 [paul]       1.9.15cvs15
145
146         * po/nb.po
147         * po/pt_BR.po
148                 updated by Geir Helland and Frederico
149                 Goncalves Guimaraes
150
151 2005-10-05 [colin]      1.9.15cvs14
152
153         * src/folder.c
154         * src/folder.h
155         * src/folderview.c
156         * src/folderview.h
157         * src/imap_gtk.c
158         * src/mh_gtk.c
159         * src/mainwindow.c
160         * src/setup.c
161                 add a way to rescan without rebuilding
162                 make moving a bit faster (less folders changes)
163                 don't lock the tree on Get 
164         * src/imap.c
165                 Don't re-delete deleted messages before expunging
166         * src/summaryview.c
167                 Set batch mode when deleting mails
168
169 2005-10-05 [paul]       1.9.15cvs13
170
171         * src/mainwindow.c
172         * src/mainwindow.h
173                 fix disabled Execute menu item
174         * src/toolbar.c
175                 match the change in 1.9.15cvs10: use Compose
176                 instead of News by default
177
178 2005-10-04 [colin]      1.9.15cvs12
179
180         * src/compose.c
181                 When replying to an ML post with Reply-To set
182                 to the poster's email, honor it (as before),
183                 but also honor our user's request to reply to
184                 the mailing list: set the ML address in the To
185                 field and the Reply-To address in the Cc: 
186                 field.
187
188 2005-10-04 [colin]      1.9.15cvs11
189
190         * src/plugins/trayicon/trayicon.c
191                 Finish cosmetic change - thanks to wwp
192
193 2005-10-04 [colin]      1.9.15cvs10
194
195         * src/toolbar.c
196                 Use Compose instead of Email by default.
197                 Spotted by wwp.
198
199 2005-10-04 [colin]      1.9.15cvs9
200
201         * src/folder.c
202         * src/folder.h
203         * src/folderview.c
204         * src/imap.c
205         * src/etpan/imap-thread.c
206         * src/etpan/imap-thread.h
207                 Try to make IMAP faster, by simplifying SEARCH
208                 commands, avoiding sending two STATUS in a row,
209                 and deferring flags sync and processing just
210                 after displaying the folder. 
211                 This will update the SummaryView in certain
212                 cases (new mails not already fetched, flags
213                 changed from another client) but in a non-
214                 blocking manner.
215
216 2005-10-04 [colin]      1.9.15cvs8
217
218         * src/plugins/trayicon/trayicon.c
219                 Relabel "Offline" to "Work offline"
220
221 2005-10-04 [colin]      1.9.15cvs7
222
223         * src/export.c
224         * src/import.c
225         * src/mbox.c
226                 Fix mbox import/export buglets
227                 Patch by wwp
228         * src/plugins/trayicon/trayicon.c
229                 Add offline swithc
230                 Patch by wwp
231
232 2005-10-04 [colin]      1.9.15cvs6
233
234         * src/folder.c
235         * src/folderview.c
236         * src/summaryview.c
237                 Better fix (don't break mark all read) for cvs2
238
239 2005-10-03 [colin]      1.9.15cvs5
240
241         * src/folder.c
242                 Use a sane sort by default
243
244 2005-10-03 [colin]      1.9.15cvs4
245
246         * src/inc.c
247                 Add a 'Only once' button for overriding offline mode
248         * src/prefs_account.c
249         * src/wizard.c
250                 Add Local mbox to the wizard
251                 Add IMAP subdir to the wizard (or the wizard is useless
252                 for such accounts, or even worse than useless)
253                 Move IMAP subdir from Advanced to Receive tab, as it's
254                 not that uncommon
255
256 2005-10-03 [colin]      1.9.15cvs3
257
258         * src/send_message.c
259                 Forgot this one in cvs1
260
261 2005-10-03 [colin]      1.9.15cvs2
262
263         * src/folder.c
264                 Faster close when leaving a folder with lots
265                 of new mails. Idea by David Relson.
266
267 2005-10-03 [colin]      1.9.15cvs1
268
269         * src/compose.c
270         * src/imap.c
271         * src/inc.c
272         * src/main.c
273         * src/messageview.c
274         * src/news.c
275         * src/summaryview.c
276         * src/gtk/sslcertwindow.c
277         * src/plugins/trayicon/trayicon.c
278                 Add accels to every AlertPanel. Patch by Fabien 
279                 Vantard
280
281 2005-10-03 [paul]       1.9.15
282
283         1.9.15 released
284
285 2005-10-03 [paul]       1.9.14cvs68
286
287         * po/ca.po
288         * po/de.po
289         * po/es.po
290         * po/fi.po
291         * po/fr.po
292         * po/sk.po
293         * po/sr.po
294         * po/zh_CN.po
295                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
296                 Mones Lastra, Tommi Pirinen, Fabien vantard,
297                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
298
299 2005-10-03 [paul]       1.9.14cvs67
300
301         * src/send_message.c
302                 prevent hang on Cancel
303                 patch by Colin
304
305 2005-10-03 [paul]       1.9.14cvs66
306
307         * src/main.c
308                 fix crash in IMAP caused by discrepancy
309                 between check_at_startup and offline mode
310                 Patch by Colin
311
312 2005-10-01 [paul]       1.9.14cvs65
313
314         * src/inc.c
315                 fix engrish
316
317 2005-10-01 [paul]       1.9.14cvs64
318         * src/export.c
319         * src/import.c
320                 synchronise import_mbox() and export_mbox()
321         * src/mbox.c
322                 proc_mbox(): add alert if file cannot be opened
323                 export_list_to_mbox(): test if dest file exists,
324                 prompt user to overwrite if it does. add alert
325                 if file cannot be created
326                                                                 
327         Patch by wwp
328                                                                                                                 
329
330 2005-09-30 [paul]       1.9.14cvs63
331
332         * src/addressbook.c
333                 Fix sensitivity of a menu
334         * src/codeconv.c
335                 Respect hidden pref for mails with no encoding
336         * src/common/xml.c
337                 Fix memory corruption
338         * src/plugins/pgpcore/sgpgme.c
339                 Fix segfault on incomplete sigs, and display
340                 of S/Mime UIDs
341
342         Patches by Colin
343
344 2005-09-30 [colin]      1.9.14cvs62
345
346         * src/partial_download.c
347                 Little logic fix in almost-dead code
348         * src/pop.c
349                 Fix partial download when there's no new mail
350
351 2005-09-29 [paul]       1.9.14cvs61
352
353         * src/plugins/pgpinline/pgpinline.c
354                 fix bug 819, 'crash accessing sign message'
355                 Patch by Colin
356
357 2005-09-28 [martin]     1.9.14cvs60
358
359         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
360                 fix bug #790 (Crash when restarting window manager (fluxbox))
361
362 2005-09-28 [paul]       1.9.14cvs59
363
364         * src/gtk/gtkaspell.c
365                 fix off-by-one typo
366
367 2005-09-27 [colin]      1.9.14cvs58
368
369         * src/plugins/pgpcore/sgpgme.c
370                 Report error when there's one, instead of
371                 "Signature unchecked" 
372
373 2005-09-27 [colin]      1.9.14cvs57
374
375         * src/prefs_quote.c
376                 Fix bug #816 (Weird quotation with spaces)
377
378 2005-09-27 [colin]      1.9.14cvs56
379
380         * src/codeconv.c
381         * src/compose.c
382         * src/compose.h
383                 Put subject in compose's title
384                 Fix Automatic encoding so that it's really automatic:
385                 first try default locale's charset, then charset of the replied mail, 
386                 then utf-8
387                 Fix encoding of headers (must be in strict mode too)
388
389 2005-09-26 [colin]      1.9.14cvs55
390
391         * src/gtk/gtkaspell.c
392                 Fix previous patch - don't color the space,
393                 just uncolor it :)
394
395 2005-09-26 [colin]      1.9.14cvs54
396
397         * src/gtk/gtkaspell.c
398                 Unmark space if possible
399
400 2005-09-26 [colin]      1.9.14cvs53
401
402         * src/imap.c
403                 log_error instead of alertpanel according to the pref
404         * src/etpan/imap-thread.c
405                 Print connect status, copy only necessary size to 
406                 logger
407         * src/plugins/pgpmime/pgpmime.c
408                 Handle S/Mime signatures (verification only). Patch based
409                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
410
411 2005-09-26 [paul]       1.9.14cvs52
412
413         * src/common/passcrypt.c
414                 this 'workaround' not necessary on NetBSD.
415                 Thanks to Daniel Gustafson
416
417 2005-09-26 [paul]
418
419         1.9.15-rc4 released
420
421 2005-09-26 [paul]       1.9.14cvs51
422
423         * src/summaryview.c
424                 Skip currently selected message when
425                 looking for next new or unread message
426                 in current folder. Patch by Colin
427         * src/common/passcrypt.c
428                 eliminate warnings on *BSD. Patch by
429                 Daniel Gustafson
430
431 2005-09-26 [colin]      1.9.14cvs50
432
433         * src/procmsg.c
434                 Call postfiltering hook anyway
435
436 2005-09-22 [colin]      1.9.14cvs49
437
438         * src/codeconv.c
439         * src/codeconv.h
440                 Add a strict mode that doesn't replace with _
441         * src/compose.c
442         * src/compose.h
443                 Use strict conversion while sending
444                 Fix race when drafting while sending (happens
445                 on IMAP)
446                 Fix d'n'd of messages from summaryview
447         * src/prefs_common.c
448         * src/prefs_common.h
449                 add hidden utf8_instead_of_locale_for_broken_mail 
450                 pref for people that preferred the default charset 
451                 to be utf8 for broken mails
452         * src/quote_fmt_parse.y
453                 fix bug #815 (No quote insert if "From:" fied 
454                 contained Russian letters)
455         * src/summaryview.c
456                 Fix d'n'd of messages to compose
457
458 2005-09-22 [paul]       1.9.14cvs48
459
460         * src/compose.c
461                 fix bug where attachments Name entry
462                 would display Path instead
463
464 2005-09-21 [paul]       1.9.14cvs47
465
466         * README
467         * README.jp
468         * configure.ac
469         * config/config.rpath
470         * doc/manual/en/sylpheed-20.html
471         * doc/manual/es/sylpheed-20.html
472         * po/bg.po
473         * po/ca.po
474         * po/de.po
475         * po/es.po
476         * po/fr.po
477         * po/it.po
478         * po/pt_BR.po
479         * po/sk.po
480         * po/zh_TW.po
481         * src/account.c
482         * src/account.h
483         * src/action.c
484         * src/action.h
485         * src/adbookbase.h
486         * src/addr_compl.c
487         * src/addr_compl.h
488         * src/addrbook.c
489         * src/addrbook.h
490         * src/addrcache.c
491         * src/addrcache.h
492         * src/addrcindex.c
493         * src/addrcindex.h
494         * src/addrclip.c
495         * src/addrclip.h
496         * src/addrdefs.h
497         * src/addressadd.c
498         * src/addressadd.h
499         * src/addressbook.c
500         * src/addressbook.h
501         * src/addressitem.h
502         * src/addrgather.c
503         * src/addrgather.h
504         * src/addrharvest.c
505         * src/addrharvest.h
506         * src/addrindex.c
507         * src/addrindex.h
508         * src/addritem.c
509         * src/addritem.h
510         * src/addrquery.c
511         * src/addrquery.h
512         * src/addrselect.c
513         * src/addrselect.h
514         * src/alertpanel.c
515         * src/alertpanel.h
516         * src/browseldap.c
517         * src/browseldap.h
518         * src/codeconv.c
519         * src/codeconv.h
520         * src/compose.c
521         * src/compose.h
522         * src/crash.c
523         * src/crash.h
524         * src/customheader.c
525         * src/customheader.h
526         * src/displayheader.c
527         * src/displayheader.h
528         * src/editaddress.c
529         * src/editaddress.h
530         * src/editbook.c
531         * src/editbook.h
532         * src/editgroup.c
533         * src/editgroup.h
534         * src/editjpilot.c
535         * src/editjpilot.h
536         * src/editldap.c
537         * src/editldap.h
538         * src/editldap_basedn.c
539         * src/editldap_basedn.h
540         * src/editvcard.c
541         * src/editvcard.h
542         * src/enriched.c
543         * src/enriched.h
544         * src/exphtmldlg.c
545         * src/exphtmldlg.h
546         * src/expldifdlg.c
547         * src/expldifdlg.h
548         * src/export.c
549         * src/export.h
550         * src/exporthtml.c
551         * src/exporthtml.h
552         * src/exportldif.c
553         * src/exportldif.h
554         * src/filtering.c
555         * src/filtering.h
556         * src/folder.c
557         * src/folder.h
558         * src/folder_item_prefs.c
559         * src/folder_item_prefs.h
560         * src/foldersel.c
561         * src/foldersel.h
562         * src/folderutils.c
563         * src/folderutils.h
564         * src/folderview.c
565         * src/folderview.h
566         * src/grouplistdialog.c
567         * src/grouplistdialog.h
568         * src/headerview.c
569         * src/headerview.h
570         * src/html.c
571         * src/html.h
572         * src/image_viewer.c
573         * src/image_viewer.h
574         * src/imap.c
575         * src/imap.h
576         * src/imap_gtk.c
577         * src/imap_gtk.h
578         * src/import.c
579         * src/import.h
580         * src/importldif.c
581         * src/importldif.h
582         * src/importmutt.c
583         * src/importmutt.h
584         * src/importpine.c
585         * src/importpine.h
586         * src/inc.c
587         * src/inc.h
588         * src/jpilot.c
589         * src/jpilot.h
590         * src/ldapctrl.c
591         * src/ldapctrl.h
592         * src/ldaplocate.c
593         * src/ldaplocate.h
594         * src/ldapquery.c
595         * src/ldapquery.h
596         * src/ldapserver.c
597         * src/ldapserver.h
598         * src/ldaputil.c
599         * src/ldaputil.h
600         * src/ldif.c
601         * src/ldif.h
602         * src/localfolder.c
603         * src/localfolder.h
604         * src/main.c
605         * src/main.h
606         * src/mainwindow.c
607         * src/mainwindow.h
608         * src/manual.c
609         * src/manual.h
610         * src/matcher.c
611         * src/matcher.h
612         * src/matcher_parser.h
613         * src/matcher_parser_lex.l
614         * src/matcher_parser_parse.y
615         * src/mbox.c
616         * src/mbox.h
617         * src/message_search.c
618         * src/message_search.h
619         * src/messageview.c
620         * src/messageview.h
621         * src/mh.c
622         * src/mh.h
623         * src/mh_gtk.c
624         * src/mh_gtk.h
625         * src/mimeview.c
626         * src/mimeview.h
627         * src/msgcache.c
628         * src/msgcache.h
629         * src/mutt.c
630         * src/mutt.h
631         * src/news.c
632         * src/news.h
633         * src/news_gtk.c
634         * src/news_gtk.h
635         * src/noticeview.c
636         * src/noticeview.h
637         * src/partial_download.c
638         * src/partial_download.h
639         * src/pine.c
640         * src/pine.h
641         * src/pop.c
642         * src/pop.h
643         * src/prefs_account.c
644         * src/prefs_account.h
645         * src/prefs_actions.c
646         * src/prefs_actions.h
647         * src/prefs_common.c
648         * src/prefs_common.h
649         * src/prefs_compose_writing.c
650         * src/prefs_compose_writing.h
651         * src/prefs_customheader.c
652         * src/prefs_customheader.h
653         * src/prefs_display_header.c
654         * src/prefs_display_header.h
655         * src/prefs_ext_prog.c
656         * src/prefs_ext_prog.h
657         * src/prefs_filtering.c
658         * src/prefs_filtering.h
659         * src/prefs_filtering_action.c
660         * src/prefs_filtering_action.h
661         * src/prefs_folder_column.c
662         * src/prefs_folder_column.h
663         * src/prefs_folder_item.c
664         * src/prefs_folder_item.h
665         * src/prefs_fonts.c
666         * src/prefs_fonts.h
667         * src/prefs_gtk.c
668         * src/prefs_gtk.h
669         * src/prefs_image_viewer.c
670         * src/prefs_image_viewer.h
671         * src/prefs_matcher.c
672         * src/prefs_matcher.h
673         * src/prefs_message.c
674         * src/prefs_message.h
675         * src/prefs_msg_colors.c
676         * src/prefs_msg_colors.h
677         * src/prefs_other.c
678         * src/prefs_other.h
679         * src/prefs_quote.c
680         * src/prefs_quote.h
681         * src/prefs_receive.c
682         * src/prefs_receive.h
683         * src/prefs_send.c
684         * src/prefs_send.h
685         * src/prefs_spelling.c
686         * src/prefs_spelling.h
687         * src/prefs_summaries.c
688         * src/prefs_summaries.h
689         * src/prefs_summary_column.c
690         * src/prefs_summary_column.h
691         * src/prefs_template.c
692         * src/prefs_template.h
693         * src/prefs_themes.c
694         * src/prefs_themes.h
695         * src/prefs_toolbar.c
696         * src/prefs_toolbar.h
697         * src/prefs_wrapping.c
698         * src/prefs_wrapping.h
699         * src/privacy.c
700         * src/privacy.h
701         * src/procheader.c
702         * src/procheader.h
703         * src/procmime.c
704         * src/procmime.h
705         * src/procmsg.c
706         * src/procmsg.h
707         * src/quote_fmt.c
708         * src/quote_fmt_parse.y
709         * src/recv.c
710         * src/recv.h
711         * src/remotefolder.c
712         * src/remotefolder.h
713         * src/send_message.c
714         * src/send_message.h
715         * src/setup.c
716         * src/setup.h
717         * src/simple-gettext.c
718         * src/sourcewindow.c
719         * src/sourcewindow.h
720         * src/ssl_manager.c
721         * src/ssl_manager.h
722         * src/statusbar.c
723         * src/statusbar.h
724         * src/stock_pixmap.c
725         * src/stock_pixmap.h
726         * src/summary_search.c
727         * src/summary_search.h
728         * src/summaryview.c
729         * src/summaryview.h
730         * src/syldap.c
731         * src/syldap.h
732         * src/textview.c
733         * src/textview.h
734         * src/toolbar.c
735         * src/toolbar.h
736         * src/undo.c
737         * src/undo.h
738         * src/unmime.c
739         * src/unmime.h
740         * src/vcard.c
741         * src/vcard.h
742         * src/wizard.c
743         * src/wizard.h
744         * src/common/base64.c
745         * src/common/base64.h
746         * src/common/defs.h
747         * src/common/hooks.c
748         * src/common/hooks.h
749         * src/common/log.c
750         * src/common/log.h
751         * src/common/md5.c
752         * src/common/md5.h
753         * src/common/mgutils.c
754         * src/common/mgutils.h
755         * src/common/nntp.c
756         * src/common/nntp.h
757         * src/common/passcrypt.c
758         * src/common/passcrypt.h.in
759         * src/common/plugin.c
760         * src/common/plugin.h
761         * src/common/prefs.c
762         * src/common/prefs.h
763         * src/common/progressindicator.c
764         * src/common/progressindicator.h
765         * src/common/quoted-printable.c
766         * src/common/quoted-printable.h
767         * src/common/session.c
768         * src/common/session.h
769         * src/common/smtp.c
770         * src/common/smtp.h
771         * src/common/socket.c
772         * src/common/socket.h
773         * src/common/ssl.c
774         * src/common/ssl.h
775         * src/common/ssl_certificate.c
776         * src/common/ssl_certificate.h
777         * src/common/string_match.c
778         * src/common/string_match.h
779         * src/common/stringtable.c
780         * src/common/sylpheed.c
781         * src/common/sylpheed.h
782         * src/common/template.c
783         * src/common/template.h
784         * src/common/timing.h
785         * src/common/utils.c
786         * src/common/utils.h
787         * src/common/uuencode.c
788         * src/common/uuencode.h
789         * src/common/version.h.in
790         * src/common/xml.c
791         * src/common/xml.h
792         * src/common/xmlprops.c
793         * src/common/xmlprops.h
794         * src/gtk/about.c
795         * src/gtk/about.h
796         * src/gtk/colorlabel.c
797         * src/gtk/colorlabel.h
798         * src/gtk/colorsel.c
799         * src/gtk/colorsel.h
800         * src/gtk/description_window.c
801         * src/gtk/description_window.h
802         * src/gtk/filesel.c
803         * src/gtk/filesel.h
804         * src/gtk/foldersort.c
805         * src/gtk/foldersort.h
806         * src/gtk/gtkutils.c
807         * src/gtk/gtkutils.h
808         * src/gtk/inputdialog.c
809         * src/gtk/inputdialog.h
810         * src/gtk/logwindow.c
811         * src/gtk/logwindow.h
812         * src/gtk/manage_window.c
813         * src/gtk/manage_window.h
814         * src/gtk/menu.c
815         * src/gtk/menu.h
816         * src/gtk/pluginwindow.c
817         * src/gtk/pluginwindow.h
818         * src/gtk/prefswindow.c
819         * src/gtk/prefswindow.h
820         * src/gtk/progressdialog.c
821         * src/gtk/progressdialog.h
822         * src/gtk/quicksearch.c
823         * src/gtk/quicksearch.h
824         * src/gtk/sslcertwindow.c
825         * src/gtk/sslcertwindow.h
826         * src/plugins/clamav/clamav_plugin.c
827         * src/plugins/clamav/clamav_plugin.h
828         * src/plugins/clamav/clamav_plugin_gtk.c
829         * src/plugins/demo/demo.c
830         * src/plugins/dillo_viewer/dillo_prefs.c
831         * src/plugins/dillo_viewer/dillo_prefs.h
832         * src/plugins/dillo_viewer/dillo_viewer.c
833         * src/plugins/mathml_viewer/mathml_viewer.c
834         * src/plugins/pgpcore/passphrase.c
835         * src/plugins/pgpcore/passphrase.h
836         * src/plugins/pgpcore/plugin.c
837         * src/plugins/pgpcore/prefs_gpg.c
838         * src/plugins/pgpcore/prefs_gpg.h
839         * src/plugins/pgpcore/select-keys.c
840         * src/plugins/pgpcore/select-keys.h
841         * src/plugins/pgpcore/sgpgme.c
842         * src/plugins/pgpcore/sgpgme.h
843         * src/plugins/pgpinline/pgpinline.c
844         * src/plugins/pgpinline/pgpinline.h
845         * src/plugins/pgpinline/plugin.c
846         * src/plugins/pgpmime/pgpmime.c
847         * src/plugins/pgpmime/pgpmime.h
848         * src/plugins/pgpmime/plugin.c
849         * src/plugins/spamassassin/spamassassin.c
850         * src/plugins/spamassassin/spamassassin.h
851         * src/plugins/spamassassin/spamassassin_gtk.c
852         * src/plugins/trayicon/trayicon.c
853         * tools/OOo2sylpheed.pl
854         * tools/acroread2sylpheed.pl
855         * tools/asus_mailled.sh
856         * tools/filter_conv.pl
857         * tools/freshmeat_search.pl
858         * tools/google_search.pl
859         * tools/kmail2sylpheed.pl
860         * tools/kmail2sylpheed_v2.pl
861         * tools/maildir2sylpheed.pl
862         * tools/multiwebsearch.pl
863         * tools/newscache_clean.pl
864         * tools/outlook2sylpheed.pl
865         * tools/sylpheed-switcher
866         * tools/update-po
867         * tools/vcard2xml.py
868         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
869                 update FSF address
870
871 2005-09-21 [colin]      1.9.14cvs46
872
873         * src/gedit-print.c
874         * src/procmsg.c
875         * src/procmsg.h
876         * src/textview.c
877         * src/summaryview.c
878                 Remove some printing hacks (deselection/reselection),
879                 which by the way fix printing the currently 
880                 displayed mime part (still only text)
881                 Plus a little optimisation of summary_show
882
883
884 2005-09-20 [colin]      1.9.14cvs45
885
886         * src/mainwindow.c
887         * src/messageview.c
888                 GUI fixups: add accels, set message
889                 view title to displayed mail's subject
890         * src/prefs_spelling.c
891         * src/gtk/gtkaspell.c
892                 GUI fixups: allow underlining misspelled
893                 words instead of coloring them (a11y!)
894
895 2005-09-19 [colin]
896
897         1.9.15rc3 released
898
899 2005-09-19 [colin]      1.9.14cvs44
900
901         * src/compose.c
902                 Fix draft message
903         * src/gtk/gtkaspell.c
904                 Fix wrong test ;-)
905
906 2005-09-19 [colin]      1.9.14cvs43
907
908         * src/addressbook.c
909                 Fix sensitivity of Delete button
910         * src/compose.c
911                 Warn if the requested Privacy system
912                 is not available
913         * src/exphtmldlg.c
914         * src/expldifdlg.c
915         * src/importldif.c
916         * src/importmutt.c
917         * src/importpine.c
918                 Fix crappy UI
919         * src/
920         * src/ssl.h
921         * src/prefs_account.h
922         * src/prefs_account.c
923                 Save SSL prefs even in builds that have
924                 SSL support disable
925         * src/imap.c
926         * src/inc.c
927         * src/news.c
928         * src/send_message.c
929                 Warn if connection should be secure, but
930                 SSL support isn't compiled in
931         * src/gtkaspell.c
932                 Fix word separation on UTF-8 systems
933                 Fixes bug #812 (Strange inline spellchecking)
934         * src/compose.c
935                 Warn if the requested Privacy system
936                 is not available
937                 Factorize offline warning
938         * src/imap.c
939         * src/imap_gtk.c
940         * src/imap_gtk.h
941         * src/inc.h
942         * src/news_gtk.c
943         * src/news_gtk.h
944         * src/messageview.c
945                 Factorize offline warning
946
947 2005-09-19 [paul]
948
949         1.9.15-rc2 released
950
951 2005-09-18 [colin]      1.9.14cvs42
952
953         * src/codeconv.c
954         * src/codeconv.h
955         * src/procmime.c
956                 Add a way to get locale's charset ignoring utf-8,
957                 and use that as default encoding for broken mails
958
959 2005-09-18 [colin]      1.9.14cvs41
960
961         * src/gtk/logwindow.c
962                 Translate string. Patch by Fabien Vantard
963
964 2005-09-18 [colin]      1.9.14cvs40
965
966         * configure.ac
967                 Fix bug #803 (IMAP/SSL support breaks with 
968                 GnuTLS libetpan 0.38)
969
970 2005-09-18 [colin]      1.9.14cvs39
971
972         * src/codeconv.c
973         * src/compose.c
974         * src/procmime.c
975                 More charsets fixes. Fixes bug #806 (non
976                 ascii characters in subject line)
977
978 2005-09-17 [paul]       1.9.14cvs38
979
980         * src/folderview.c
981         * src/mainwindow.c
982                 fix gcc-2.95 issues
983                 Patch by Pawel Pekala
984
985 2005-09-17 [colin]      1.9.14cvs37
986
987         * src/addrindex.c
988                 bugfix for NO-USE LDAP compilation, patch 
989                 by Fabien Vantard
990
991 2005-09-17 [colin]      1.9.14cvs36
992
993         * src/prefs_actions.c
994         * src/prefs_customheader.c
995         * src/prefs_display_header.c
996         * src/prefs_filtering_action.c
997         * src/prefs_matcher.c
998         * src/prefs_toolbar.c
999                 Fix strange casts (less elegant but
1000                 works better)
1001
1002 2005-09-16 [colin]      1.9.14cvs35
1003
1004         * src/jpilot.c
1005                 Missed that one
1006
1007 2005-09-16 [colin]      1.9.14cvs34
1008
1009         * configure.ac
1010         * src/Makefile.am
1011         * src/addr_compl.c
1012         * src/addrindex.c
1013         * src/browseldap.c
1014         * src/editldap.c
1015         * src/ldaplocate.c
1016         * src/ldapquery.c
1017         * src/ldapquery.h
1018         * src/ldapserver.c
1019         * src/ldapserver.h
1020         * src/main.c
1021         * src/matcher_parser_parse.y
1022         * src/prefs_themes.c
1023         * src/etpan/Makefile.am
1024         * src/gtk/description_window.c
1025         * src/plugins/clamav/Makefile.am
1026         * src/plugins/clamav/clamav_plugin.c
1027         * src/plugins/dillo_viewer/Makefile.am
1028         * src/plugins/pgpcore/Makefile.am
1029         * src/plugins/pgpinline/Makefile.am
1030         * src/plugins/pgpmime/Makefile.am
1031         * src/plugins/trayicon/Makefile.am
1032                 Fix 100% cpu usage in address completion list
1033                 Fix little bugs (return with no values etc)
1034                 Fix all warnings (with common CFLAGS)
1035
1036 2005-09-15 [colin]      1.9.14cvs33
1037
1038         * src/addressbook.c
1039                 Fix bug where sometimes a group's email list is empty,
1040                 force its refresh (probably fixes "Re: how to create a 
1041                 distribution list")
1042         * src/ldapquery.c
1043                 Don't return to the callback in the main thread from the
1044                 fetch thread (or face segs!)
1045
1046 2005-09-15 [paul]       1.9.14cvs32
1047
1048         * src/prefs_matcher.c
1049                 forgotten in last commit
1050
1051 2005-09-15 [paul]       1.9.14cvs31
1052
1053         * src/prefs_actions.c
1054         * src/prefs_filtering_action.c
1055         * src/prefs_quote.c
1056         * src/quote_fmt.c
1057         * src/summaryview.c
1058         * src/gtk/description_window.c
1059         * src/gtk/description_window.h
1060         * src/gtk/quicksearch.c
1061                 allow interaction with the called
1062                 description window
1063                 Patch by Anders Hammar
1064
1065 2005-09-14 [paul]       1.9.14cvs30
1066
1067         * src/compose.c
1068                 fix a little annoyance when pasting with 3rd button 
1069                 with wrap_pastes=0 and wrap_input=1
1070                 Patch by Colin
1071
1072 2005-09-14 [paul]       1.9.14cvs29
1073
1074         * src/prefs_account.c
1075                 disable 'Filter messages on receiving' for
1076                 SMTP-only accounts
1077                 Patch  by Anders Hammar
1078
1079 2005-09-14 [paul]       1.9.14cvs28
1080
1081         * po/sk.po
1082                 fix crash
1083                 updated by Andrej Kacian
1084
1085 2005-09-14 [paul]
1086
1087         1.9.15-rc1 released
1088
1089 2005-09-14 [paul]       1.9.14cvs27
1090
1091         * po/es.po
1092                 updated by Ricardo Mones Lastra
1093         * src/compose.c
1094         * src/compose.h
1095                 associate no_wrap_tags to Compose windows
1096                 instead of using a static one
1097                 Patch by Colin
1098         * src/mbox.c
1099                 fix proc_mbox()
1100                 Patch by wwp
1101         * src/textview.c
1102                 remove unneeded printf()
1103
1104 2005-09-14 [paul]       1.9.14cvs26
1105
1106         * src/addrcache.c
1107         * src/codeconv.h
1108         * src/folder.h
1109         * src/mainwindow.h
1110         * src/mh.c
1111         * src/mimeview.h
1112         * src/partial_download.c
1113         * src/pop.c
1114         * src/prefs_account.c
1115         * src/prefs_account.h
1116         * src/prefs_actions.c
1117         * src/prefs_customheader.c
1118         * src/prefs_display_header.c
1119         * src/prefs_filtering_action.c
1120         * src/prefs_matcher.c
1121         * src/prefs_toolbar.c
1122         * src/privacy.h
1123         * src/procmime.c
1124         * src/procmime.h
1125         * src/procmsg.h
1126         * src/textview.c
1127         * src/undo.h
1128         * src/common/plugin.c
1129         * src/common/session.h
1130         * src/common/socket.c
1131         * src/common/socket.h
1132         * src/common/template.c
1133         * src/gtk/gtkaspell.c
1134         * src/gtk/quicksearch.h
1135         * src/plugins/pgpcore/passphrase.c
1136         * src/plugins/pgpcore/prefs_gpg.h
1137         * src/plugins/pgpcore/select-keys.c
1138         * src/plugins/pgpcore/select-keys.h
1139         * src/plugins/pgpcore/sgpgme.c
1140         * src/plugins/pgpinline/pgpinline.c
1141         * src/plugins/pgpmime/pgpmime.c
1142         * src/plugins/trayicon/trayicon.c
1143                 fix compilation warnings
1144                 Patch by Daniel Gustafson
1145
1146 2005-09-14 [paul]       1.9.14cvs25
1147
1148         * src/addressbook.c
1149                 add missing column header, and other small
1150                 bug fixes
1151                 Patch by Anders Hammar
1152
1153 2005-09-13 [colin]      1.9.14cvs24
1154
1155         * src/gtk/gtkaspell.c
1156                 Fix non-utf8 in menu
1157                 Fix little leaks
1158                 Nullify struct members after free()s
1159
1160 2005-09-13 [colin]      1.9.14cvs23
1161
1162         * src/compose.c
1163                 Test utf8 compliance before inserting to 
1164                 buffer, and try to convert if necessary
1165         * src/procmime.c
1166                 If no charset is present, use the locale 
1167                 one instead of us-ascii
1168         * src/procmsg.c
1169                 Add Sender, List-Post and To in the checked 
1170                 headers for automatic rules creation 
1171                 (thanks to wwp)
1172         * src/prefs_themes.c
1173         * src/gtk/gtkaspell.c
1174                 Remove deprecated functions. 
1175                 patch by Daniel Gustafson
1176
1177 2005-09-12 [colin]      1.9.14cvs22
1178
1179         * src/compose.c
1180                 Fix bug #448 (Scrolling/Redraw issue with 
1181                 address-fields in Header)
1182         * src/mainwindow.c
1183         * src/summaryview.c
1184         * src/summaryview.h
1185                 Fix loss of MSG_MARKED on move/copy
1186                 Fix bug #804 (Quicksearch togglebutton doesn't 
1187                 get depressed after '/' key is pressed)
1188
1189 2005-09-12 [paul]       1.9.14cvs21
1190
1191         * AUTHORS
1192         * src/gtk/logwindow.c
1193                 add 'Clear Log' to popup menu
1194                 Patch by Anders Hammar <anders.hammar@telia.com>
1195
1196 2005-09-12 [paul]       1.9.14cvs20
1197
1198         * src/compose.c
1199                 set correct sensitivity on attachments
1200                 popup menu
1201         * src/folder.c
1202                 fix typo
1203         * src/prefs_spelling.c
1204                 fix crash when no LANG env is set
1205         * src/common/xml.c
1206                 fix crash in wizard
1207                 don't use memeory after free
1208
1209         All patches by Daniel Gustafson
1210
1211 2005-09-12 [paul]       1.9.14cvs19
1212
1213         * src/prefs_themes.c
1214                 make theme info selectable
1215         * src/gtk/description_window.c
1216                 make window non-modal
1217         * tools/README
1218                 add details of asus_mailed.sh
1219         * tools/claws.i18n.status.pl
1220                 update for new zh_TW translator
1221                 widen the output
1222                 create alternate coloured lines
1223                 improve readability
1224
1225 2005-09-10 [colin]      1.9.14cvs18
1226
1227         * src/plugins/pgpcore/select-keys.c
1228                 Better order for the buttons
1229
1230 2005-09-10 [colin]      1.9.14cvs17
1231
1232         * src/compose.c
1233         * src/plugins/pgpcore/select-keys.c
1234         * src/plugins/pgpcore/select-keys.h
1235         * src/plugins/pgpcore/sgpgme.c
1236                 Add a "Don't encrypt" button to the key
1237                 selection dialog. Fixes bug #177 (There should be a 
1238                 'Don't encrypt button in the Select Keys dialog)
1239
1240 2005-09-10 [colin]      1.9.14cvs16
1241
1242         * src/compose.c
1243                 Fix bug #572 (%X option does not work with templates)
1244
1245 2005-09-10 [colin]      1.9.14cvs15
1246
1247         * src/toolbar.c 
1248                 Remove g_print
1249
1250 2005-09-10 [colin]      1.9.14cvs14
1251
1252         * src/imap.c
1253                 Fix a possible crash
1254
1255 2005-09-09 [colin]      1.9.14cvs13
1256
1257         * src/imap.c
1258         * src/etpan/imap-thread.c
1259         * src/etpan/imap-thread.h
1260                 Fix moving from queue or drafts to normal folders
1261                 Fix bug #794 (No way to delete without expunging)
1262                 Take flags unset by other mailers into account
1263                 Take deleted flag set by other mailers into account
1264                 Fix unsetting REPLIED flag
1265                 Fix crash when capabilities can't be retrieved
1266         * src/mainwindow.c
1267         * src/mainwindow.h
1268                 Add M_DELAYED_FLAGS condition, and let the user use
1269                 Execute in order to be able to expunge deleted mails,
1270                 even if he's not in delayed execute mode
1271         * src/prefs_spelling.c
1272                 Use 'en' dictionary by default if LANG is POSIX or C
1273         * src/gtk/prefswindow.c
1274                 Fix bug #767 (Preferences windows expanding) by making
1275                 the window a bit larger when the resolution is greater
1276                 than 640x480, and by putting the prefs in a
1277                 GtkScrolledWindow.
1278
1279 2005-09-09 [paul]       1.9.14cvs12
1280
1281         * AUTHORS
1282         * configure.ac
1283         * po/zh_TW.Big5.po      ** REMOVED **
1284         * po/zh_TW.po           ** ADDED **
1285                 updated by Wei-Lun Chao
1286
1287 2005-09-09 [paul]       1.9.14cvs11
1288
1289         * src/mainwindow.c
1290                 fix asserts
1291         * src/common/xml.c
1292                 delay memory allocation until file is
1293                 opened successfully
1294                 Patch by Daniel Gustafson
1295
1296 2005-09-09 [cleroy]     1.9.14cvs10
1297
1298         * src/imap.c
1299                 Add guards
1300
1301 2005-09-08 [colin]      1.9.14cvs9
1302
1303         * src/compose.c
1304                 Alert when we can't save draft
1305                 Fix various wrap/color issues
1306                 Add mid-click pasting respecting wrap_paste option
1307         * src/folder.c
1308         * src/folder.h
1309         * src/folder_item_prefs.c
1310         * src/folder_item_prefs.h
1311         * src/imap.c
1312         * src/imap_gtk.c
1313         * src/imap_gtk.h
1314         * src/main.c
1315         * src/mainwindow.c
1316         * src/mainwindow.h
1317         * src/news.c
1318         * src/news_gtk.c
1319         * src/news_gtk.h
1320         * src/prefs_folder_item.c
1321                 Fix the impossibility to synchronise folders for
1322                 offline use (IMAP and NNTP are concerned)
1323
1324 2005-09-08 [colin]      1.9.14cvs8
1325
1326         * configure.ac
1327                 Build LDAP and JPilot by default if available
1328         * src/textview.c
1329                 Fix use after free
1330
1331 2005-09-08 [paul]       1.9.14cvs7
1332
1333         * doc/manual/en/sylpheed-1.html
1334         * doc/manual/en/sylpheed-18.html
1335         * doc/manual/en/sylpheed-19.html
1336         * doc/manual/en/sylpheed-4.html
1337         * doc/manual/en/sylpheed-6.html
1338         * doc/manual/en/sylpheed.html
1339                 a few minor updates, plus include some
1340                 details about plugins and their requirements
1341         * src/mainwindow.c
1342                 minor changes to English in /View/Sort
1343
1344 2005-09-07 [colin]      1.9.14cvs6
1345
1346         * doc/manual/en/sylpheed-1.html
1347         * doc/manual/en/sylpheed-10.html
1348         * doc/manual/en/sylpheed-11.html
1349         * doc/manual/en/sylpheed-12.html
1350         * doc/manual/en/sylpheed-13.html
1351         * doc/manual/en/sylpheed-14.html
1352         * doc/manual/en/sylpheed-15.html
1353         * doc/manual/en/sylpheed-16.html
1354         * doc/manual/en/sylpheed-17.html
1355         * doc/manual/en/sylpheed-18.html
1356         * doc/manual/en/sylpheed-19.html
1357         * doc/manual/en/sylpheed-2.html
1358         * doc/manual/en/sylpheed-20.html
1359         * doc/manual/en/sylpheed-21.html
1360         * doc/manual/en/sylpheed-22.html
1361         * doc/manual/en/sylpheed-3.html
1362         * doc/manual/en/sylpheed-4.html
1363         * doc/manual/en/sylpheed-5.html
1364         * doc/manual/en/sylpheed-6.html
1365         * doc/manual/en/sylpheed-7.html
1366         * doc/manual/en/sylpheed-8.html
1367         * doc/manual/en/sylpheed-9.html
1368         * doc/manual/en/sylpheed.html
1369                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
1370
1371 2005-09-07 [colin]      1.9.14cvs5
1372
1373         * src/mainwindow.c
1374                 Make labels more to-the-point
1375
1376 2005-09-07 [colin]      1.9.14cvs4
1377
1378         * doc/manual/en/sylpheed-1.html
1379         * doc/manual/en/sylpheed-12.html
1380         * doc/manual/en/sylpheed-13.html
1381         * doc/manual/en/sylpheed-14.html
1382         * doc/manual/en/sylpheed-15.html
1383         * doc/manual/en/sylpheed-16.html
1384         * doc/manual/en/sylpheed-17.html
1385         * doc/manual/en/sylpheed-18.html
1386         * doc/manual/en/sylpheed-19.html
1387         * doc/manual/en/sylpheed-2.html
1388         * doc/manual/en/sylpheed-20.html
1389         * doc/manual/en/sylpheed-21.html
1390         * doc/manual/en/sylpheed-22.html
1391         * doc/manual/en/sylpheed-4.html
1392         * doc/manual/en/sylpheed-5.html
1393         * doc/manual/en/sylpheed-6.html
1394         * doc/manual/en/sylpheed-7.html
1395         * doc/manual/en/sylpheed-8.html
1396         * doc/manual/en/sylpheed-9.html
1397         * doc/manual/en/sylpheed.html
1398                 Update manual
1399
1400 2005-09-07 [colin]      1.9.14cvs3
1401
1402         * doc/faq/en/sylpheed-faq-1.html
1403         * doc/faq/en/sylpheed-faq-2.html
1404         * doc/faq/en/sylpheed-faq-3.html
1405         * doc/faq/en/sylpheed-faq.html
1406                 Update FAQ
1407
1408 2005-09-07 [colin]      1.9.14cvs2
1409
1410         * src/folderview.c
1411         * src/procmsg.c
1412         * src/summaryview.c
1413         * src/toolbar.c
1414                 Fix special subfolders:
1415                 - Inherit parent's icon
1416                 - sent contents of queues subfolders
1417                 - empty subfolders of trashes
1418         * src/mainwindow.c
1419                 Remove outdated manual and faq entries
1420         * src/common/utils.c
1421                 Add quotes around %s coming from mailcap
1422
1423 2005-09-07 [colin]      1.9.14cvs1
1424
1425         * src/compose.c
1426                 After saving draft, set modified to FALSE
1427         * src/mimeview.c
1428         * src/common/utils.c
1429         * src/common/utils.h
1430                 Try to open mime parts using what is 
1431                 indicated in ~/.mailcap or /etc/mailcap,
1432                 if possible.
1433
1434 2005-09-05 [paul]       1.9.14
1435
1436         1.9.14 released
1437
1438         * po/sk.po
1439                 updated by Andrej Kacian
1440
1441 2005-09-05 [paul]       1.9.13cvs83
1442
1443         * po/de.po
1444         * po/es.po
1445         * po/fi.po
1446         * po/fr.po
1447         * po/nb.po
1448         * po/pt_BR.po
1449         * po/sr.po
1450                 updated translations by Thomas Gilgin, Ricardo Mones
1451                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
1452                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
1453
1454 2005-09-04 [paul]       1.9.13cvs82
1455
1456         * src/compose.c
1457                 only warn about exceeded line length limit
1458                 on send
1459
1460 2005-09-04 [paul]       1.9.13cvs81
1461
1462         * src/compose.c
1463                 fix crash in 'line length exceeded' dialogue
1464
1465 2005-09-02 [paul]       1.9.13cvs80
1466
1467         * src/imap.c
1468                 fix bug 795, 'Connection lost IMAP'
1469                 and add statusbar prints
1470                 Patch by Colin
1471
1472 2005-09-02 [paul]       1.9.13cvs79
1473
1474         * src/compose.c
1475                 compose_wrap_paragraph() becomes
1476                 compose_beautify_paragraph()
1477                 Patch by Colin
1478
1479 2005-09-02 [cleroy]     1.9.13cvs78
1480
1481         * src/folderview.c
1482                 Micro-fix
1483
1484 2005-09-01 [colin]      1.9.13cvs77
1485
1486         * src/imap.c
1487                 Maybe fix bug #795 (Connection lost IMAP)
1488                 Don't try to send logout when we're disconnected.
1489         * src/summaryview.c
1490                 Include locked and marked emails in HRM
1491                 view. Fixes bug #800 (Locked messages no longer 
1492                 show up when hide read messages is used)
1493
1494 2005-09-01 [paul]       1.9.13cvs76
1495
1496         * src/prefs_common.c
1497                 fix bad cutting
1498
1499 2005-08-31 [colin]      1.9.13cvs75
1500
1501         * src/folderview.c
1502         * src/folderview.h
1503         * src/prefs_summaries.c
1504         * src/summaryview.c
1505                 Fix "go to next new", fix preference
1506                 (Open unread/next swapped)
1507
1508 2005-08-31 [paul]       1.9.13cvs74
1509
1510         * src/compose.c
1511         * src/folderview.c
1512         * src/headerview.c
1513         * src/headerview.h
1514         * src/mainwindow.c
1515         * src/prefs_common.c
1516         * src/prefs_common.h
1517         * src/prefs_fonts.c
1518         * src/summaryview.c
1519         * src/textview.c
1520         * src/common/defs.h
1521                 remove obsolete BOLD_FONT setting
1522                 fix font update in headerview and textview
1523                 headers after prefs change
1524                 Patch By Colin
1525
1526 2005-08-31 [paul]
1527
1528         1.9.14-rc4 released
1529
1530 2005-08-30 [colin]      1.9.13cvs73
1531
1532         * src/summaryview.c
1533                 When Hide read messages is selected and we
1534                 refresh the summaryview, don't remove the 
1535                 currently displayed message. Fixes bug #797
1536                 (Summary view reloads when new mail is 
1537                 downloaded in 1.9.14 rc)
1538
1539 2005-08-30 [colin]      1.9.13cvs72
1540
1541         * src/folderview.c
1542                 Fix flickering
1543         * src/mainwindow.c
1544                 Remove useless callback
1545         * src/mimeview.c
1546         * src/gtk/filesel.c
1547         * src/gtk/filesel.h
1548                 Add a filesel_select_file_save_folder() - used by Save All
1549
1550 2005-08-29 [paul]       1.9.13cvs71
1551
1552         * AUTHORS
1553         * src/matcher_parser_parse.y
1554         * src/etpan/imap-thread.c
1555                 fix building on FreeBSD
1556                 Patch by Daniel Gustafson <daniel@hobbit.se>
1557
1558 2005-08-29 [paul]       1.9.13cvs70
1559
1560         * src/plugins/pgpinline/pgpinline.c
1561                 only initialise sig result if it's been handled
1562                 Patch by Colin
1563
1564 2005-08-29 [paul]       1.9.13cvs69
1565         
1566         Patches by Colin:
1567
1568         * src/imap.c
1569         * src/common.utils.c
1570         * src/common/utils.h
1571                 optimisation
1572         * src/stock_pixmap.h
1573                 fix wrong icon reference
1574         * src/pixmaps/trash_btn.xpm
1575                 replace with nicer image
1576
1577 2005-08-28 [colin]      1.9.13cvs68
1578
1579         * src/Makefile.am
1580         * src/stock_pixmap.c
1581         * src/stock_pixmap.h
1582         * src/toolbar.c
1583         * src/pixmaps/trash_btn.xpm
1584                 Add a specific trash xpm for the button
1585
1586 2005-08-28 [colin]      1.9.13cvs67
1587
1588         * src/imap.c
1589                 Fix leak
1590
1591 2005-08-27 [colin]      1.9.13cvs66
1592
1593         * src/imap.c
1594         * src/procmime.c
1595                 Correctly fix "Problem with replies", fixes
1596                 pgpmime encryption too. 
1597
1598 2005-08-27 [colin]      1.9.13cvs65
1599
1600         * src/folder.c
1601         * src/procmsg.c
1602         * src/procmsg.h
1603         * src/summaryview.c
1604                 Fix bug #517 (messages removed from summaryview 
1605                 when moving fails)
1606
1607 2005-08-27 [colin]      1.9.13cvs64
1608
1609         * tools/Makefile.am
1610         * tools/asus_mailled.sh
1611                 Add a script to blink ASUS laptops' mail LED where there
1612                 is unread mail.
1613
1614 2005-08-27 [colin]      1.9.13cvs63
1615
1616         * src/imap.c
1617         * src/etpan/imap-thread.c
1618         * src/etpan/imap-thread.h
1619                 Implement automatic choosing of login method
1620                 Fixes bug #791
1621         * src/gtk/.cvsignore
1622                 Add sylpheed-marshal.[ch]
1623
1624 2005-08-27 [colin]      1.9.13cvs62
1625
1626         * src/common/utils.c
1627                 Fix confusing perror
1628
1629 2005-08-27 [colin]      1.9.13cvs61
1630
1631         * src/toolbar.c
1632         * src/toolbar.h
1633                 Remove A_DELETE, replace it with 
1634                 A_TRASH and A_DELETE_REAL. Automatically
1635                 rewrite config files to replace A_DELETE
1636                 with A_TRASH (no functionality change).
1637                 Fixes half of #794
1638
1639 2005-08-26 [colin]      1.9.13cvs60
1640
1641         * src/procmime.c
1642                 Previous "Problem with replies" fix brought other
1643                 problems, fixing them
1644
1645 2005-08-26 [colin]      1.9.13cvs59
1646
1647         * src/procmime.c
1648                 Fix "Problem with replies". This happened only
1649                 on IMAP...
1650         * src/procmsg.c
1651                 Factorize code a bit
1652         * src/compose.c
1653                 Speed improvement on very long messages (wrapping)
1654                 Fix signature color on Reedit and Redirect
1655                 On Reedit, don't attach pgp-signatures parts, but
1656                 set signing to On.
1657
1658 2005-08-24 [paul]       1.9.13cvs58
1659
1660         * src/compose.c
1661                 don't claim success when clicking
1662                 Cancel on the passphrase box.
1663                 Patch by Colin
1664
1665 2005-08-24 [paul]       1.9.13cvs57
1666
1667         * src/main.c
1668                 fix misplaced sylpheed.log
1669         * src/common/defs.h
1670                 define UIDL_DIR
1671
1672 2005-08-24 [paul]       1.9.13cvs56
1673
1674         * src/imap.c
1675         * src/etpan/imap-thread.c
1676         * src/etpan/imap-thread.h
1677                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
1678                 Patch by Colin
1679         * src/gtk/sylpheed-marshal.c    ** REMOVED **
1680         * src/gtk/sylpheed-marshal.h    ** REMOVED **
1681                 remove autogenerated files
1682         * tools/kdeservicemenu/README
1683         * tools/kdeservicemenu/install.sh
1684         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1685         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1686                 use Claws icon, use 'Sylpheed-Claws' in menu,
1687                 use kdialog, and other cleanups
1688
1689 2005-08-23 [paul]       1.9.13cvs55
1690
1691         * src/compose.c
1692                 fix paste/wrap crash
1693                 Patch by Colin
1694
1695 2005-08-23 [paul]       1.9.13cvs54
1696
1697         * src/main.c
1698                 fix crash recovery
1699                 Patch by Colin
1700
1701 2005-08-23 [paul]       1.9.13cvs53
1702
1703         * src/addressbook.c
1704         * src/editaddress.c
1705                 view all data of LDAP contacts
1706                 Patch by Colin
1707
1708 2005-08-23 [paul]       1.9.13cvs52
1709
1710         * src/addressbook.c
1711                 fix issues with the Search field
1712                 Patch by Colin
1713
1714 2005-08-22 [paul]       1.9.13cvs51
1715
1716         * src/folderview.c
1717                 put name of folder in processing dialog
1718                 title
1719         * src/prefs_folder_item.c
1720                 improve english usage
1721
1722 2005-08-22 [paul]       1.9.13cvs50
1723
1724         * src/filtering.c
1725         * src/filtering.h
1726         * src/matcher.c
1727         * src/matcher_parser_lex.l
1728         * src/matcher_parser_parse.y
1729         * src/prefs_filtering.c
1730                 add Filtering/Processing rule names feature.
1731                 (the incompatible old matcherrc is saved as
1732                 matcherrc.pre_names).
1733                 Patch by Colin
1734
1735 2005-08-22 [paul]       1.9.13cvs49
1736
1737         * src/procmsg.c
1738                 fix colour labelling
1739                 Patch by Colin
1740
1741 2005-08-22 [paul]       1.9.13cvs48
1742
1743         * src/textview.c
1744                 fix open_image_cb()
1745
1746 2005-08-22 [paul]       1.9.13cvs47
1747
1748         * src/imap.c
1749                 fix bug 789, 'SC crashes with imap (CVS ver)'
1750                 Patch by Colin
1751
1752 2005-08-22 [paul]       1.9.13cvs46
1753
1754         * src/mimeview.c
1755         * src/prefs_common.c
1756         * src/common/defs.h
1757                 define reused defaults in defs.h
1758         * src/textview.c
1759                 add 'Open image' to image popup menu
1760
1761 2005-08-21 [colin]      1.9.13cvs45
1762
1763         * src/summaryview.c
1764                 Fix bug #788 (Bogus "From" address displayed)
1765
1766 2005-08-20 [colin]      1.9.13cvs44
1767
1768         * src/folder.c
1769                 Fix buf #787 (multilevel delete causes SIGSEGV)
1770
1771 2005-08-19 [colin]      1.9.13cvs43
1772
1773         * src/inc.c
1774         * src/prefs_common.c
1775         * src/prefs_common.h
1776                 Add an hidden pref to allow modifying the
1777                 update stepping in incorporation.
1778                 Patch by wwp.
1779
1780 2005-08-19 [colin]      1.9.13cvs42
1781
1782         * src/compose.c
1783         * src/procmime.c
1784                 Workaround for broken MUAs: encode 
1785                 Content-type: name: as ASCII and 
1786                 Content-Disposition: filename: as
1787                 per rfc2231
1788         * src/prefs_account.c
1789                 Fix invisible-ness of SMTP SSL prefs
1790                 in NNTP accounts
1791
1792 2005-08-19 [paul]       1.9.13cvs41
1793
1794         * src/compose.c
1795         * src/prefs_common.c
1796         * src/prefs_common.h
1797         * src/prefs_wrapping.c
1798                 paste with or without wrapping.
1799                 patch by Colin
1800
1801 2005-08-19 [paul]       1.9.13cvs40
1802
1803         * src/prefs_common.c
1804         * src/prefs_common.h
1805         * src/summaryview.c
1806                 reintroduce enable_swap_from as a
1807                 hidden pref. patch by Colin
1808         * src/quote_fmt_parse.y
1809         * src/plugins/clamav/clamav_plugin.c
1810         * src/plugins/dillo_viewer/dillo_viewer.c
1811         * src/plugins/mathml_viewer/mathml_viewer.c
1812         * src/plugins/pgpcore/sgpgme.c
1813         * src/plugins/pgpinline/pgpinline.c
1814         * src/plugins/pgpmime/pgpmime.c
1815                 tidy up. patch by Colin
1816
1817 2005-08-19 [paul]       1.9.13cvs39
1818
1819         * configure.ac
1820                 complete cvs38's sync
1821         * src/editaddress.c
1822         * src/gedit-print.c
1823         * src/mutt.c
1824         * src/etpan/etpan-log.c
1825         * src/etpan/imap-thread.c
1826         * src/gtk/gtksourceprintjob.c
1827                 fix compilation warnings
1828                 (patch by Colin)
1829
1830 2005-08-19 [paul]       1.9.13cvs38
1831
1832         sync with main:
1833
1834         * src/account.c
1835         * src/action.c
1836         * src/addrbook.c
1837         * src/addrcache.c
1838         * src/addrharvest.c
1839         * src/addrindex.c
1840         * src/codeconv.c
1841         * src/compose.c
1842         * src/crash.c
1843         * src/exporthtml.c
1844         * src/exportldif.c
1845         * src/folder.c
1846         * src/image_viewer.c
1847         * src/inc.c
1848         * src/inc.h
1849         * src/jpilot.c
1850         * src/ldif.c
1851         * src/main.c
1852         * src/matcher.c
1853         * src/mbox.c
1854         * src/messageview.c
1855         * src/mh.c
1856         * src/mimeview.c
1857         * src/msgcache.c
1858         * src/mutt.c
1859         * src/news.c
1860         * src/partial_download.c
1861         * src/pine.c
1862         * src/pop.c
1863         * src/prefs_actions.c
1864         * src/prefs_common.c
1865         * src/prefs_customheader.c
1866         * src/prefs_display_header.c
1867         * src/prefs_gtk.c
1868         * src/prefs_themes.c
1869         * src/procheader.c
1870         * src/procmime.c
1871         * src/procmsg.c
1872         * src/recv.c
1873         * src/send_message.c
1874         * src/simple-gettext.c
1875         * src/sourcewindow.c
1876         * src/textview.c
1877         * src/vcard.c
1878         * src/common/defs.h
1879         * src/common/log.c
1880         * src/common/plugin.c
1881         * src/common/prefs.c
1882         * src/common/session.c
1883         * src/common/session.h
1884         * src/common/socket.c
1885         * src/common/socket.h
1886         * src/common/ssl_certificate.c
1887         * src/common/template.c
1888         * src/common/utils.c
1889         * src/common/utils.h
1890         * src/common/xml.c
1891         * src/gtk/about.c
1892         added wrappers for C library function that
1893                 take pathname arguments.
1894                 enabled compilation with MinGW.
1895                 use GDir instead of directly using opendir().
1896                 added rename_force().
1897
1898 2005-08-19 [paul]       1.9.13cvs37
1899         
1900         patches by Colin:
1901         * src/compose.c
1902                 fix privacy settings on re-editing
1903                 a sent message
1904         * src/jpilot.c
1905                 fix encoding bug
1906         * src/folder.c
1907         * src/procmsg.c
1908         * src/procmsg.h
1909         * src/summaryview.c
1910                 flag changing optimisation
1911
1912 2005-08-18 [martin]     1.9.13cvs36
1913
1914         * commitHelper
1915             added my login
1916         * src/addrcache.c
1917         * src/addrharvest.c
1918         * src/addrindex.c
1919         * src/compose.c
1920         * src/grouplistdialog.c
1921         * src/main.c
1922         * src/mainwindow.c
1923         * src/msgcache.c
1924         * src/mutt.c
1925         * src/pine.c
1926         * src/prefs_account.c
1927         * src/prefs_themes.c
1928         * src/stock_pixmap.c
1929         * src/summaryview.c
1930         * src/gtk/about.c
1931         * src/gtk/logwindow.c
1932             removed deprecated glib and gdk stuff
1933         * src/plugins/pgpcore/select-keys.c
1934             convert attributes from locale to utf8
1935
1936 2005-08-17 [paul]       1.9.13cvs35
1937
1938         * src/account.c
1939         * src/addressbook.c
1940                 use new GTK_STOCK_ icons if available
1941         * src/summaryview.c
1942         * src/gtk/gtksctree.c
1943         * src/gtk/gtksctree.h
1944                 faster range select. patch by Colin
1945
1946 2005-08-17 [paul]       1.9.13cvs34
1947
1948         patches by colin:
1949         * src/addressbook.c
1950         * src/addressitem.h
1951                 Add an edit button for contacts, fix selections
1952                 of gtksctree items
1953         * src/editaddress.c
1954                 Change labels, let Save be always possible in the
1955                 email and user atributes tabs
1956         * src/folderview.c
1957                 fix sort issues
1958         * src/summaryview.c
1959                 select next item instead of the displayed one
1960                 after deletion
1961
1962         * src/gtk/progressdialog.c
1963                 use prefs_common.enable_rules_hint
1964
1965 2005-08-13 [hoa]        1.9.13cvs33
1966
1967         * src/etpan/imap-thread.c
1968                 fixed build on Solaris.
1969
1970 2005-08-10 [colin]      1.9.13cvs32
1971
1972         * src/procmsg.c
1973                 Fix cvs31 (missing fclose before reading
1974                 the file)
1975
1976 2005-08-10 [colin]      1.9.13cvs31
1977
1978         * src/procmsg.c
1979                 Fix procmsg_msginfo_new_from_mimeinfo() when
1980                 the MimeInfo isn't stored in memory. This fixes
1981                 replying to an attached message.
1982
1983 2005-08-10 [colin]      1.9.13cvs30
1984
1985         * src/mainwindow.c
1986                 Fix slowness in account changing
1987
1988 2005-08-10 [colin]      1.9.13cvs29
1989
1990         * src/folder.c
1991         * src/folderutils.c
1992         * src/folderview.c
1993         * src/imap_gtk.c
1994         * src/mainwindow.c
1995         * src/mh_gtk.c
1996         * src/procmsg.c
1997         * src/summaryview.c
1998                 Optimize folder_has_parent_of_type
1999                 Prevent moving special sub-folders from contextual menus
2000                 Rework message a bit ("Empty all messages" -> "Delete all
2001                 messages")
2002                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
2003                 and "Deleted Items" folders)
2004
2005 2005-08-08 [colin]      1.9.13cvs28
2006
2007         * src/summaryview.c
2008         * src/prefs_summaries.c
2009                 Make "Select first unread|new" more flexible
2010                 (just prioritize new or unread)
2011
2012 2005-08-08 [colin]      1.9.13cvs27
2013
2014         * src/summaryview.c
2015                 If "select first new" is selected and there only
2016                 are unread messages, fallback to "select first
2017                 unread".
2018
2019 2005-08-08 [colin]      1.9.13cvs26
2020
2021         * src/folder.c
2022                 Fix shameful bugs (and bug #779)
2023
2024 2005-08-08 [colin]      1.9.13cvs25
2025
2026         * src/folder.c
2027         * src/folder.h
2028                 Cache parents' type to make folder_has_parent_of_type
2029                 faster
2030         * src/folderview.c
2031                 Forbid DnD of special sub-folders
2032         * src/procmsg.c
2033         * src/procmsg.h
2034                 Add MAIL_POSTFILTERING_HOOK
2035         * src/summaryview.c
2036                 Revert over-zealous deletion of the use_addr_book 
2037                 code
2038
2039 2005-08-07 [colin]      1.9.13cvs24
2040
2041         * src/folder.c
2042                 Fix big mistake (passing MsgInfo instead 
2043                 of FolderItem)
2044
2045 2005-08-07 [colin]      1.9.13cvs23
2046
2047         * src/compose.c
2048         * src/folder.c
2049         * src/folder.h
2050         * src/foldersel.c
2051         * src/folderutils.c
2052         * src/folderview.c
2053         * src/imap.c
2054         * src/mainwindow.c
2055         * src/messageview.c
2056         * src/mh.c
2057         * src/msgcache.c
2058         * src/procmime.c
2059         * src/summaryview.c
2060                 Make subfolders of Drafts, Queue, Outbox, Trash
2061                 work like their parents. 
2062                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
2063
2064 2005-08-07 [colin]      1.9.13cvs22
2065
2066         * src/addressbook.c
2067                 Fix bug #771 (Dragged contacts not saved)
2068
2069 2005-08-07 [paul]       1.9.13cvs21
2070
2071         * src/summaryview.c
2072                 fix bug 32 'Search Doesn't display results
2073                 if "Hide Read Messages" is chosen'
2074                 be more literal in interpreting 'Hide read
2075                 messages'
2076
2077 2005-08-07 [colin]      1.9.13cvs20
2078
2079         * src/folderview.c
2080                 Add debug
2081         * src/summaryview.c
2082                 Faster 'unthread_for_execution'
2083
2084 2005-08-06 [paul]       1.9.13cvs19
2085
2086         * src/mainwindow.c
2087                 add mnemonics to Set displayed columns
2088                 fix bug where msgview_visible option was
2089                 overwritten as TRUE on startup
2090
2091 2005-08-06 [paul]       1.9.13cvs18
2092
2093         * src/mainwindow.c
2094                 refer to 'displayed columns in folder/message
2095                 list' not 'displayed items in summary/message view'
2096         * src/prefs_display_header.c
2097                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
2098                 be consistent with similar dialogues
2099         * src/prefs_folder_column.c
2100         * src/prefs_summary_column.c
2101                 'columns' not 'items', and folder and message lists,
2102                 instead of folder and summary views;
2103                 Use 'Hidden columns' as list heading not 'Available
2104                 items';
2105                 move the 'Remove' button to the right hand side;
2106                 top-align the buttons;
2107                 remove unneeded vbox
2108         * src/prefs_summaries.c
2109                 put the 2 column prefs buttons in a frame to reduce
2110                 overall width; refer to columns not items &c.
2111
2112 2005-08-05 [colin]      1.9.13cvs17
2113
2114         * src/prefs_common.c
2115         * src/prefs_common.h
2116         * src/mainwindow.c
2117         * src/compose.c
2118         * src/messageview.c
2119                 Add an hidden toolbar_detachable pref, so
2120                 that I can get rid of these painful handles
2121                 in the toolbars. Defaults to TRUE to avoid
2122                 changing the GUI on unsuspecting people...
2123
2124 2005-08-05 [colin]      1.9.13cvs16
2125
2126         * src/Makefile.am
2127         * src/prefs_folder_column.c
2128         * src/prefs_folder_column.h
2129                 Add prefs for folder columns
2130         * src/folderview.c
2131         * src/folderview.h
2132         * src/mainwindow.c
2133         * src/mainwindow.h
2134         * src/prefs_common.c
2135         * src/prefs_common.h
2136         * src/prefs_summaries.c
2137                 Use them
2138         * src/prefs_summary_column.c
2139         * src/summaryview.c
2140         * src/summaryview.h
2141                 Add a To column
2142         * src/textview.c
2143         * src/common/utils.c
2144         * src/common/utils.h
2145                 Move uri colourisation functions
2146                 to utils
2147         * src/compose.c
2148                 Colourise URIs
2149         * src/imap.c
2150                 Fix bug with LIST where we'd try
2151                 to get Folder//////[...]/// 
2152
2153 2005-08-05 [paul]       1.9.13cvs15
2154
2155         * src/prefs_summaries.c
2156                 improve the English usage
2157         * src/summaryview.c
2158                 set font on column change
2159                 thanks to Colin
2160
2161 2005-08-05 [paul]       1.9.13cvs14
2162
2163         * src/prefs_common.c
2164         * src/prefs_common.h
2165         * src/prefs_summaries.c
2166         * src/summaryview.c
2167                 replace 'open_unread_on_enter' option with
2168                 'select_on_entry' option. opening/not opening
2169                 is now exclusively controlled by 'always_show_msg'
2170
2171 2005-08-04 [colin]      1.9.13cvs13
2172
2173         * src/compose.c
2174                 Remove dead code
2175                 Add colourisation of quotes and signatures
2176         * src/folderview.c
2177                 Fix possible crashes
2178         * src/messageview.c
2179                 Change an assert that is no problem
2180         * src/news.c
2181         * src/news_gtk.c
2182         * src/news_gtk.h
2183                 Fix offline mode
2184         * src/gtk/quicksearch.c
2185                 Fix a possible crash
2186
2187 2005-08-03 [colin]      1.9.13cvs12
2188
2189         * src/prefs_account.c
2190                 Fix bug #777 (Sylpheed crash in account configuration)
2191
2192 2005-08-03 [colin]      1.9.13cvs11
2193
2194         * src/addressbook.c
2195         * src/editaddress.c
2196         * src/editgroup.c
2197                 Fixing addressbook, round 2
2198         * src/textview.c
2199                 Fix emphasis color on rechecking 'Colorize messages'
2200
2201 2005-08-03 [paul]       1.9.13cvs10
2202
2203         sync with main
2204
2205         * src/addr_compl.c
2206         * src/compose.c
2207         * src/main.c
2208         * src/pop.c
2209         * src/prefs_account.c
2210         * src/procmime.c
2211         * src/procmsg.c
2212         * src/quote_fmt_parse.y
2213         * src/textview.c
2214         * src/common/quoted-printable.c
2215         * src/common/utils.c
2216         * src/common/utils.h
2217         * src/common/xml.c
2218                 replaced incorrect locale-independent
2219                 ctype functions with GLib's. Corrected
2220                 signedness mismatch.
2221         * src/headerview.c
2222                 headerview_create(): added spacing for vbox.
2223         * src/gtk/about.c
2224                 set focus to the OK button.
2225
2226 2005-08-03 [colin]      1.9.13cvs9
2227
2228         * src/folderview.c
2229                 Fix possible crash
2230
2231 2005-08-02 [colin]      1.9.13cvs8
2232
2233         * src/mainwindow.c
2234                 Fix cast
2235         * src/addressbook.c
2236         * src/addressitem.h
2237                 Fix a cast and more generally, try to make the
2238                 GUI more intuitive and consistent (round 1)
2239
2240 2005-08-02 [paul]       1.9.13cvs7
2241
2242         * src/folder.h
2243                 missing in 1.9.13cvs6
2244
2245 2005-08-02 [colin]      1.9.13cvs6
2246
2247         * src/folder.c
2248                 Fix one more leak
2249
2250 2005-08-02 [colin]      1.9.13cvs5
2251
2252         * src/folder.c
2253         * src/folderview.c
2254         * src/imap.c
2255         * src/main.c
2256         * src/mbox.c
2257         * src/procmsg.c
2258         * src/summaryview.c
2259                 Fix a number of folder_item_get_msg_list()-related
2260                 leaks (missing procmsg_msginfo_free()s)
2261
2262 2005-08-01 [colin]      1.9.13cvs4
2263
2264         * src/folderview.c
2265         * src/folderview.h
2266         * src/mainwindow.c
2267         * src/prefs_fonts.c
2268         * src/prefs_summaries.c
2269         * src/prefs_themes.c
2270         * src/summaryview.c
2271         * src/summaryview.h
2272         * src/textview.c
2273         * src/textview.h
2274                 Fix instant-apply of summary and folderview-related prefs
2275                 Fix erroneous g_free and alertpanels in prefs_theme
2276                 Add instant-apply for fonts
2277                 Defer applying of prefs a little bit so it's done only
2278                 once even if requested by multiples prefs pages
2279
2280 2005-08-01 [paul]       1.9.13cvs3
2281
2282         * src/main.c
2283                 fix bug 776 'S.C. crashes on close'
2284                 thanks to Colin
2285         * src/etpan/etpan-thread-manager-types.h
2286                 add missing include
2287                 thanks to Hoa
2288
2289 2005-07-25 [paul]       1.9.13cvs2
2290
2291         * src/summaryview.c
2292                 fix typos. spotted by Fabien Vantard
2293
2294 2005-07-24 [paul]       1.9.13cvs1
2295
2296         * doc/man/sylpheed.1
2297                 update man page, incorporating fix of
2298                 bug 769 'Typo in manpage'
2299         * src/etpan/imap-thread.c
2300                 fix NetBSD openssl dependencies. patch by
2301                 George Michaelson <ggm@apnic.net>
2302         * po/pt_BR.po
2303                 updated by Frederico Goncalves Guimaraes
2304
2305 2005-07-22 [paul]       1.9.13
2306
2307         1.9.13 release
2308
2309 2005-07-22 [paul]       1.9.12cvs91
2310
2311         * AUTHORS
2312         * INSTALL
2313         * README.claws
2314         * RELEASE_NOTES.claws
2315                 updated for release
2316         * configure.ac
2317         * po/nb.po
2318         * tools/claws.i18n.status.pl
2319                 add Norwegian translation. submiited by
2320                 Geir Helland <pjallabais@users.sourceforge.net>
2321         * po/ca.po
2322         * po/de.po
2323         * po/es.po
2324         * po/fi.po
2325         * po/fr.po
2326         * po/it.po
2327         * po/sk.po
2328         * po/sr.po
2329         * po/zh_CN.po
2330                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
2331                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
2332                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
2333                 Yang Guilong
2334         * src/plugins/clamav/clamav_plugin_gtk.c
2335         * src/plugins/spamassassin/spamassassin_gtk.c
2336                 replace outdated description strings
2337
2338 2005-07-21 [colin]      1.9.12cvs90
2339
2340         * src/folder.c
2341                 Set folder to batch mode when scanning it. Makes deletion
2342                 of unread mails on IMAP much faster (due to the UNREAD 
2343                 flag unsetting)
2344
2345 2005-07-21 [darko]      1.9.12cvs89
2346
2347         * configure.ac
2348                 link against libresolv if necessary (patch by Paul)
2349         * src/msgcache.c
2350                 use glib's portable macros to determine endianness
2351
2352 2005-07-21 [paul]       1.9.12cvs88
2353
2354         * src/crash.c
2355         * src/gtk/about.c
2356                 update compiled-in features list
2357
2358 2005-07-20 [colin]      1.9.12cvs87
2359
2360         * src/folder.c
2361         * src/textview.c
2362                 Gcc 2.9x compilation fixes, thanks to Darko
2363         * src/plugins/clamav/clamav_plugin.c
2364                 Little optimisation: load virus database only once
2365         * src/plugins/spamassassin/spamassassin.c
2366                 Big optimisation: filtering one mail took at least 1 second,
2367                 now it takes at least 50ms. Doesn't speed up spamassassin 
2368                 itself, but should already be much more tolerable.
2369
2370 2005-07-20 [colin]      1.9.12cvs86
2371
2372         * src/summaryview.c
2373                 Fix performance issue
2374
2375 2005-07-19 [colin]      1.9.12cvs85
2376
2377         * src/plugins/pgpinline/plugin.c
2378                 Fix warning
2379
2380 2005-07-19 [colin]      1.9.12cvs84
2381
2382         * configure.ac
2383         * src/plugins/Makefile.am
2384         * src/plugins/pgpinline/.cvsignore
2385         * src/plugins/pgpinline/Makefile.am
2386         * src/plugins/pgpinline/pgpinline.c
2387         * src/plugins/pgpinline/pgpinline.deps
2388         * src/plugins/pgpinline/pgpinline.h
2389         * src/plugins/pgpinline/plugin.c
2390                 Put pgpinline in the main tree
2391
2392 2005-07-19 [paul]       1.9.12cvs83
2393
2394         * src/prefs_actions.c
2395                 prevent '//' in menu names, which cause a crash
2396                 thanks to Colin
2397
2398 2005-07-19 [paul]       1.9.12cvs82
2399
2400         * configure.ac
2401                 be generally more informative in configure output.
2402                 OpenSSL: correction: '[ --enable-openssl ...' -> 
2403                 '[ --disable-openssl ...', as --enable-openssl is default
2404                 PGP/MIME: don't check for GPGME again, check for
2405                 pgpcore instead. Therefore prevent the possibility of
2406                 attempting to build pgpmime if pgpcore dependencies are
2407                 not met
2408                 ClamAV: use pkgconfig to check for lib
2409                 libgnomeprint: revert logic on inner test to match
2410                 everything else
2411         * src/plugins/pgpcore/sgpgme.c
2412                 add missing include
2413
2414 2005-07-19 [colin]      1.9.12cvs81
2415
2416         * src/summaryview.c
2417                 Fix slow thread rebuilding in particular
2418                 cases
2419
2420 2005-07-19 [paul]       1.9.12cvs80
2421
2422         * sylpheed-claws.desktop
2423                 fix typo, spotted by Stephan Sachse
2424         * src/account.c
2425                 replace GTK_STOCK_ADD with
2426                 GTK_STOCK_NEW button
2427
2428 2005-07-18 [colin]      1.9.12cvs79
2429
2430         * src/etpan/imap-thread.c
2431                 Fix return value (Thanks Hoa)
2432
2433 2005-07-18 [colin]      1.9.12cvs78
2434
2435         * src/imap.c
2436                 Allow empty passwords
2437                 Create drafts/queue/outbox if necessary
2438         * src/summaryview.c
2439                 Remove old code
2440         * src/etpan/imap-thread.c
2441                 Fix STARTTLS (Thanks to Hoa)
2442
2443 2005-07-18 [paul]       1.9.12cvs77
2444
2445         * ChangeLog-gtk2.jp
2446         * ChangeLog.jp
2447                 removed
2448         * Makefile.am
2449                 updated to reflect additions and removals
2450         * TODO
2451                 updated to be claws-specific
2452         * TODO-gtk2
2453         * TODO-gtk2.jp
2454         * TODO.jp
2455         * sylpheed-128x128.png
2456         * sylpheed-64x64.png
2457                 removed
2458         * sylpheed-claws-128x128.png
2459         * sylpheed-claws-64x64.png
2460         * sylpheed-claws.desktop
2461         * sylpheed-claws.png
2462                 added
2463         * sylpheed.desktop
2464         * sylpheed.png
2465                 removed
2466
2467 2005-07-17 [paul]       1.9.12cvs76
2468
2469         * src/account.c
2470         * src/addressbook.c
2471         * src/alertpanel.c
2472         * src/alertpanel.h
2473         * src/compose.c
2474         * src/exphtmldlg.c
2475         * src/expldifdlg.c
2476         * src/folderview.c
2477         * src/imap_gtk.c
2478         * src/inc.c
2479         * src/message_search.c
2480         * src/messageview.c
2481         * src/mh_gtk.c
2482         * src/news_gtk.c
2483         * src/prefs_actions.c
2484         * src/prefs_filtering.c
2485         * src/prefs_matcher.c
2486         * src/prefs_template.c
2487         * src/prefs_themes.c
2488         * src/ssl_manager.c
2489         * src/summary_search.c
2490         * src/textview.c
2491         * src/toolbar.c
2492         * src/gtk/sslcertwindow.c
2493         * src/plugins/pgpcore/sgpgme.c
2494                 rework alertpanels
2495
2496 2005-07-17 [colin]      1.9.12cvs75
2497
2498         * src/privacy.c
2499                 add a PrivacySystem accessor that checks that
2500                 the system cached in a MimeInfo's privacydata
2501                 is still registered. Use this accessor instead
2502                 of directly using data->system. Fixes crashes
2503                 after unloading pgp plugins.
2504
2505 2005-07-17 [colin]      1.9.12cvs74
2506
2507         * src/alertpanel.c
2508                 Change geometry hints to a simple default size.
2509                 Fixes the certs dialogs.
2510
2511 2005-07-17 [colin]      1.9.12cvs73
2512
2513         * src/gtk/sslcertwindow.c
2514                 Use a gtkExpander
2515
2516 2005-07-17 [colin]      1.9.12cvs72
2517
2518         * src/plugins/pgpcore/Makefile.am
2519         * src/plugins/pgpmime/Makefile.am
2520                 Add gpgme libs
2521
2522 2005-07-17 [paul]       1.9.12cvs71
2523
2524         * configure.ac
2525                 add --disable-gnomeprint option
2526                 modified version of patch by Marius Mauch
2527
2528 2005-07-17 [paul]       1.9.12cvs70
2529
2530         * src/common/defs.h
2531                 update urls
2532         * src/account.c
2533         * src/action.c
2534         * src/addressbook.c
2535         * src/compose.c
2536         * src/foldersel.c
2537         * src/folderview.c
2538         * src/html.c
2539         * src/imap_gtk.c
2540         * src/main.c
2541         * src/mainwindow.c
2542         * src/messageview.c
2543         * src/mh_gtk.c
2544         * src/mimeview.c
2545         * src/news_gtk.c
2546         * src/prefs_account.c
2547         * src/prefs_send.c
2548         * src/prefs_summaries.c
2549         * src/procmsg.c
2550         * src/summaryview.c
2551         * src/common/utils.c
2552         * src/common/xml.c
2553         * src/plugins/pgpcore/passphrase.c
2554         * src/plugins/pgpcore/select-keys.c
2555                 replace inappropriately used backticks
2556                 with single quotes
2557
2558 2005-07-16 [colin]      1.9.12cvs69
2559
2560         * src/image_viewer.c
2561                 Add extra paranoid checks
2562
2563 2005-07-16 [colin]      1.9.12cvs68
2564
2565         * src/plugins/pgpcore/prefs_gpg.c
2566                 Don't auto-check sigs by default, as it
2567                 can be really slow.
2568
2569 2005-07-16 [colin]      1.9.12cvs67
2570
2571         * src/plugins/pgpcore/sgpgme.c
2572                 Make messages a bit better.
2573
2574 2005-07-16 [colin]      1.9.12cvs66
2575
2576         * src/imap.c
2577                 Remove pseudo-log
2578         * src/etpan/imap-thread.c
2579                 Add real log
2580
2581 2005-07-16 [colin]      1.9.12cvs65
2582
2583         * src/main.c
2584         * src/prefs_other.c
2585                 And now, fix build with libetpan :-/
2586
2587 2005-07-15 [colin]      1.9.12cvs64
2588
2589         * src/prefs_other.c
2590                 Continue fixing build without libetpan.
2591
2592 2005-07-15 [colin]      1.9.12cvs63
2593
2594         * src/main.c
2595                 Fix build with --disable-libetpan
2596
2597 2005-07-15 [colin]      1.9.12cvs62
2598
2599         * configure.ac
2600                 Bump libetpan's version
2601
2602 2005-07-15 [colin]      1.9.12cvs61
2603
2604         * src/etpan/imap-thread.c
2605                 Actually stop logging :)
2606
2607 2005-07-15 [colin]      1.9.12cvs60
2608
2609         * src/addressbook.c
2610                 Fix dnd of multiple addresses.
2611
2612 2005-07-15 [hoa]        1.9.12cvs59
2613
2614         * src/etpan/imap-thread.c
2615             disable login of IMAP password in libetpan log file.
2616
2617 2005-07-15 [paul]       1.9.12cvs58
2618
2619         * src/account.c
2620                 don't automatically sort
2621                 do allow drag n drop
2622
2623 2005-07-15 [paul]       1.9.12cvs57
2624
2625         * src/account.c
2626         * src/ssl_manager.c
2627                 alphabetical listing
2628
2629 2005-07-15 [paul]       1.9.12cvs56
2630
2631         * src/gtk/pluginwindow.c
2632                 sort plugin list alphabetically
2633
2634 2005-07-15 [paul]       1.9.12cvs55
2635
2636         * src/prefs_spelling.c
2637         * src/prefs_wrapping.c
2638                 unify English usage
2639
2640 2005-07-15 [colin]      1.9.12cvs54
2641
2642         * src/wizard.c
2643                 Typo fix
2644
2645 2005-07-15 [paul]       1.9.12cvs53
2646
2647         * src/prefs_message.c
2648                 make 'show cursor' a hidden option
2649
2650 2005-07-14 [colin]      1.9.12cvs52
2651
2652         * src/plugins/spamassassin/Makefile.am
2653         * src/plugins/clamav/Makefile.am
2654                 Fix double EXTRA_DISTs
2655
2656 2005-07-14 [colin]      1.9.12cvs51
2657
2658         * src/plugins/clamav/Makefile.am
2659         * src/plugins/clamav/clamav_plugin_gtk.deps
2660         * src/plugins/spamassassin/Makefile.am
2661         * src/plugins/spamassassin/spamassassin_gtk.deps
2662                 Make $plugin_gtk depend on $plugin
2663
2664 2005-07-14 [hoa]        1.9.12cvs50
2665
2666         * src/etpan/imap-thread.c
2667                 enable debug log of libetpan when running with --debug
2668
2669 2005-07-14 [colin]      1.9.12cvs49
2670
2671         * configure.ac
2672         * src/common/Makefile.am
2673         * src/common/plugin.c
2674         * src/common/plugin.h
2675                 Add a little plugin dependancy system.
2676                 Plugins can ship a $plugin_name.deps file
2677                 (near them in PLUGINDIR) so that their
2678                 dependancies are loaded if possible.
2679         * src/plugins/Makefile.am
2680         * src/plugins/pgpcore/Makefile.am
2681         * src/plugins/pgpcore/passphrase.c
2682         * src/plugins/pgpcore/passphrase.h
2683         * src/plugins/pgpcore/plugin.c
2684         * src/plugins/pgpcore/prefs_gpg.c
2685         * src/plugins/pgpcore/prefs_gpg.h
2686         * src/plugins/pgpcore/select-keys.c
2687         * src/plugins/pgpcore/select-keys.h
2688         * src/plugins/pgpcore/sgpgme.c
2689         * src/plugins/pgpcore/sgpgme.h
2690                 Introduce pgpcore, used by pgpmime and
2691                 pgpinline
2692         * src/plugins/pgpmime/Makefile.am
2693         * src/plugins/pgpmime/passphrase.c
2694         * src/plugins/pgpmime/passphrase.h
2695         * src/plugins/pgpmime/pgpmime.c
2696         * src/plugins/pgpmime/pgpmime.deps
2697         * src/plugins/pgpmime/plugin.c
2698         * src/plugins/pgpmime/prefs_gpg.c
2699         * src/plugins/pgpmime/prefs_gpg.h
2700         * src/plugins/pgpmime/select-keys.c
2701         * src/plugins/pgpmime/select-keys.h
2702         * src/plugins/pgpmime/sgpgme.c
2703         * src/plugins/pgpmime/sgpgme.h
2704                 Remove the core from pgpmime and add the
2705                 dependancy to pgpcore.
2706
2707 2005-07-14 [paul]       1.9.12cvs48
2708
2709         * src/stock_pixmap.c
2710                 forgot this in last commit
2711
2712 2005-07-14 [paul]       1.9.12cvs47
2713
2714         * src/account.c
2715         * src/addressbook.c
2716                 add accelerators for the buttons (sync with main)
2717         * src/compose.c
2718         * src/compose.h
2719                 add accelerators for the buttons.
2720                 fix editing with external editor.
2721                 replace gdk_input_*() with GIOChannel;
2722                 (sync with main)
2723         * src/foldersel.c
2724                 display folder names with new/unread
2725                 representation (sync with main)
2726         * src/main.c
2727                 specify default window icon (sync with main)
2728         * src/prefs_common.c
2729                 use_addr_book default to FALSE
2730         * src/summaryview.c
2731         * src/textview.c
2732                 add accelerators for the buttons (sync with main)
2733         * src/gtk/menu.c
2734                 fix typos
2735         * src/pixmaps/sylpheed_icon.xpm
2736                 updated
2737
2738 2005-07-13 [paul]       1.9.12cvs46
2739
2740         * src/plugins/pgpmime/pgpmime.c
2741         * src/plugins/pgpmime/sgpgme.c
2742                 (temporarily) use deprecated gpgme_data_rewind()
2743                 while largefile support is not present
2744                 (as suggested by Colin)
2745
2746 2005-07-13 [paul]       1.9.12cvs45
2747
2748         * configure.ac
2749                 remove large file support (for now):
2750                 it breaks too many things
2751
2752 2005-07-13 [paul]       1.9.12cvs44
2753
2754         * configure.ac
2755                 add large file support
2756         * src/html.c
2757                 fix bug #763 where href attribute was not
2758                 the very first attribute of a link
2759                 patch by Thomas Gilgin
2760
2761 2005-07-13 [colin]      1.9.12cvs43
2762
2763         * src/gtk/pluginwindow.c
2764                 Little portability fix
2765
2766 2005-07-13 [colin]      1.9.12cvs42
2767
2768         * src/plugins/pgpmime/sgpgme.c
2769                 Fix crasher.
2770
2771 2005-07-13 [colin]      1.9.12cvs41
2772
2773         * src/plugins/pgpmime/pgpmime.c
2774         * src/plugins/pgpmime/sgpgme.c
2775                 Use gpgme_data_release_and_get_mem instead
2776                 of gpgme_data_read.
2777
2778 2005-07-13 [colin]      1.9.12cvs40
2779
2780         * configure.ac
2781         * src/plugins/pgpmime/passphrase.c
2782         * src/plugins/pgpmime/passphrase.h
2783         * src/plugins/pgpmime/pgpmime.c
2784         * src/plugins/pgpmime/plugin.c
2785         * src/plugins/pgpmime/select-keys.c
2786         * src/plugins/pgpmime/select-keys.h
2787         * src/plugins/pgpmime/sgpgme.c
2788         * src/plugins/pgpmime/sgpgme.h
2789                 Port pgpmime to gpgme-1.0.
2790
2791 2005-07-12 [paul]       1.9.12cvs39
2792
2793         * AUTHORS
2794         * src/toolbar.c
2795         * src/toolbar.h
2796                 add a 'Go to Prev' button to the toolbar.
2797                 correct tooltip text of go to buttons.
2798                 based on patch by Yang Guilong <bamanzi@gmail.com>
2799
2800 2005-07-12 [colin]      1.9.12cvs38
2801
2802         * src/statusbar.c
2803                 Fix progress bar showing stuff at startup.
2804
2805 2005-07-12 [paul]       1.9.12cvs37
2806
2807         * src/editjpilot.c
2808                 fix building with jpilot support
2809
2810 2005-07-11 [colin]      1.9.12cvs36
2811
2812         * src/inc.c
2813                 Add visual indication that filtering is running
2814         * src/textview.c
2815                 Make {}[] uri delimiters
2816         * src/summaryview.c
2817                 Remove useless (and slow) calls
2818
2819 2005-07-11 [paul]       1.9.12cvs35
2820
2821         * src/plugins/clamav/clamav_plugin_gtk.c
2822         * src/plugins/dillo_viewer/dillo_prefs.c
2823         * src/plugins/pgpmime/prefs_gpg.c
2824         * src/plugins/spamassassin/spamassassin_gtk.c
2825                 gather plugins prefs together under their
2826                 own 'Plugins' heading
2827
2828 2005-07-11 [paul]       1.9.12cvs34
2829
2830         sync with main
2831
2832         * src/account.c
2833                 account_delete(): modified alert dialog
2834         * src/editjpilot.c
2835         * src/editvcard.c
2836                 fixed a crash when cancelling file selection
2837                 dialog by Escape key. Made non-ascii filename
2838                 selectable.
2839         * src/prefs_template.c
2840                 prefs_template_window_create(): make scrolled
2841                 window policy AUTOMATIC
2842
2843 2005-07-10 [hoa]        1.9.12cvs33
2844
2845         * src/etpan/imap-thread.c
2846                 workaround for old Courier IMAP servers.
2847
2848 2005-07-10 [colin]      1.9.12cvs32
2849
2850         * src/folder.c
2851         * src/statusbar.c
2852         * src/statusbar.h
2853                 Add visual progress indicator on filtering/processing
2854                 Factorize the progress bar code
2855         * src/imap.c
2856         * src/imap.h
2857         * src/etpan/imap-thread.c
2858                 Add a reference counter to avoid destroying the Folder
2859                 while it's in use by another callback.
2860
2861 2005-07-09 [hoa]        1.9.12cvs31
2862
2863         * src/imap.c
2864         * src/etpan/imap-thread.c
2865                 fixed deadlock when removing IMAP account.
2866
2867 2005-07-08 [colin]      1.9.12cvs30
2868
2869         * src/textview.c
2870         * src/unmime.c
2871                 Fix again problems decoding broken headers
2872         * src/gtk/inputdialog.c
2873                 Fix local variable shadowing a global one
2874
2875 2005-07-08 [colin]      1.9.12cvs29
2876
2877         * src/msgcache.c
2878                 Make the cache/mark files platform-agnostic by writing
2879                 them in little-endian format. Reading them is also done
2880                 in little-endian format, of course; however, in order
2881                 to avoid trashing mark data on big-endian machines, the
2882                 files are, at first, read from the native format if the
2883                 little-endian one doesn't exist. This is easy to deter-
2884                 mine by trying to open a file with a swapped data_ver
2885                 and seeing if it's the wanted version.
2886                 Little-endian using users should see absolutely no
2887                 difference, Big-endian users may get a very little
2888                 performance drop due to byte-swapping.
2889                 Tested on i386 and ppc32. 
2890                 Fixes bug #159 (The index file, in the mailboxes, is 
2891                 hardware depending).
2892
2893                 To have the cache/mark files updated to the new little-
2894                 endian format, "Check for new messages" or even
2895                 "Rebuild folder tree" aren't enough. Files will be
2896                 updated as soon as a folder has been opened/closed.
2897                 To update everything, just select all folders by
2898                 selecting them one by one.
2899
2900 2005-07-07 [colin]      1.9.12cvs28
2901
2902         * src/imap.c
2903                 Remember the folder separator per IMAPFolder
2904                 instead of globally.
2905                 Revive the Session on noop; fixes bug #761
2906                 (mark a bunch of unread messages as read takes 
2907                 forever)
2908
2909 2005-07-07 [darko]      1.9.12cvs27
2910
2911         * src/common/template.c
2912                 Sort templates alphabetically
2913
2914 2005-07-06 [colin]      1.9.12cvs26
2915
2916         * src/imap.c
2917                 Try to use the correct separator in
2918                 most cases. Possibly fixes bug #759
2919                 (only creates the INBOX folder when 
2920                 setting up new IMAP account) and 
2921                 bug #760 (Can't retrieve messages)
2922
2923 2005-07-06 [colin]      1.9.12cvs25
2924
2925         * src/imap.c
2926                 Use real_path in status command. This will
2927                 help later, when namespaces will be used.
2928
2929 2005-07-06 [colin]      1.9.12cvs24
2930
2931         * configure.ac
2932         * src/account.c
2933         * src/folder.c
2934         * src/imap.c
2935         * src/etpan/etpan-log.c
2936         * src/etpan/etpan-thread-manager.c
2937         * src/etpan/imap-thread.c
2938                 Add a --disable-libetpan parameter. With this,
2939                 users that don't want IMAP4 support can avoid
2940                 the new dependancy (and have no IMAP support).
2941                 Users that have IMAP4 accounts and use this
2942                 parameter won't lose their configuration, their
2943                 IMAP accounts will just be invisible and not
2944                 used.
2945         * src/textview.c
2946                 Make the "Copy ..." contextual menu items 
2947                 copy to both the X clipboard and the gtk 
2948                 clipboard - as most other apps do.
2949         * src/gtk/about.c
2950                 Add a notice about OpenSSL usage, in order to
2951                 comply with OpenSSL's license (point 6):
2952                 http://www.openssl.org/source/license.html
2953
2954 2005-07-06 [colin]      1.9.12cvs23
2955
2956         * src/alertpanel.c
2957                 Fix a minimum size for alertpanels
2958         * src/compose.c
2959                 Show 'No space left on device' type errors
2960                 when queuing/sending
2961         * src/imap_gtk.c
2962         * src/mh_gtk.c
2963                 Rework folder's deletion message (remove 
2964                 extra \n)
2965
2966 2005-07-05 [colin]      1.9.12cvs22
2967
2968         * src/imap.c
2969                 Add an alertpanel on auth error
2970                 Add pseudo-log
2971                 Remove pthread-related stuff
2972
2973 2005-07-05 [colin]      1.9.12cvs21
2974
2975         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2976                 Fix crash on plugin reloading (with a hack)
2977
2978 2005-07-05 [colin]      1.9.12cvs20
2979
2980         * src/prefs_account.c
2981         * src/prefs_account.h
2982                 Fix typo
2983         * src/gtk/filesel.c
2984         * src/gtk/filesel.h
2985                 Add a way to filter the view
2986         * src/gtk/pluginwindow.c
2987                 Filter loadable stuff
2988         * src/plugins/pgpmime/prefs_gpg.c
2989                 Fix missing unregistration
2990         * .cvsignore
2991         * src/etpan/.cvsignore
2992         * src/plugins/spamassassin/.cvsignore
2993                 Add more stuff to cvs ignored files
2994
2995 2005-07-04 [colin]      1.9.12cvs19
2996
2997         * src/imap.c
2998                 Fix scan_required returning FALSE when it
2999                 shouldn't. Maybe fix #760 (Can't retrieve
3000                 messages)
3001
3002 2005-07-04 [colin]      1.9.12cvs18
3003
3004         * src/summaryview.c
3005                 Fix always_show_msg pref
3006
3007 2005-07-04 [paul]       1.9.12cvs17
3008
3009         sync with main (forgotten in last commit)
3010         
3011         * src/common/utils.c
3012         * src/common/utils.h
3013                 check_line_length(): new.
3014                 is_dir_exist()
3015                 is_file_entry_exist()
3016                 dirent_is_regular_file()
3017                 dirent_is_directory(): use g_file_test() instead of stat().
3018
3019 2005-07-04 [paul]       1.9.12cvs16
3020
3021         sync with main:
3022
3023         * src/compose.c
3024                 compose_write_to_file(): check for line
3025                 length limit and display warning if exceeds
3026         * src/jpilot.c
3027                 use get_home_dir() instead of g_get_home_dir()
3028         * src/procheader.c
3029                 removed warning about invalid date
3030         * src/vcard.c
3031                 use get_home_dir() instead of g_get_home_dir()
3032
3033 2005-07-04 [paul]       1.9.12cvs15
3034
3035         * src/stock_pixmap.c
3036                 fix new pixmap naming errors
3037                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
3038
3039 2005-07-04 [colin]      1.9.12cvs14
3040
3041         * src/imap.c
3042                 Fix debugging string with a warning
3043
3044 2005-07-04 [colin]      1.9.12cvs13
3045
3046         * configure.ac
3047                 Add a check for libetpan's version (>= 0.37)
3048
3049 2005-07-04 [hoa]        1.9.12cvs12
3050
3051         * commitHelper
3052         * src/imap.c
3053         * src/etpan/imap-thread.c
3054         * src/etpan/imap-thread.h
3055                 fixed IMAP implementation of check of mails.
3056
3057 2005-07-03 [hoa]        1.9.12cvs11
3058
3059         * src/etpan/Makefile.am
3060         * src/etpan/etpan-errors.h
3061         * src/etpan/etpan-log.[ch]
3062         * src/etpan/etpan-thread-manager-types.h
3063         * src/etpan/etpan-thread-manager.[ch]
3064         * src/etpan/imap-thread.[ch]
3065         * src/Makefile.am
3066         * src/imap.c
3067         * src/main.c
3068         * src/prefs_other.c
3069         * configure.ac
3070             merged imap branch.
3071             dependency on libetpan 0.37 is now added.
3072
3073 2005-07-01 [colin]      1.9.12cvs10
3074
3075         * src/Makefile.am
3076         * src/folder.c
3077         * src/folder.h
3078         * src/folderview.c
3079         * src/stock_pixmap.c
3080         * src/stock_pixmap.h
3081         * src/plugins/trayicon/trayicon.c
3082                 Add marked symbol on folders containing
3083                 marked messages
3084         * src/procmsg.c
3085         * src/procmsg.h
3086         * src/toolbar.c
3087         * src/prefs_common.c
3088         * src/prefs_common.h
3089         * src/prefs_send.c
3090                 Add an optional confirmation dialog on queue
3091                 sending. Patch by wwp.
3092         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
3093         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
3094         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
3095         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
3096         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
3097         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
3098         * src/pixmaps/inbox_mark.xpm            ** ADDED **
3099         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
3100         * src/pixmaps/outbox_mark.xpm           ** ADDED **
3101         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
3102         * src/pixmaps/trash_mark.xpm            ** ADDED **
3103                 New pixmaps
3104
3105 2005-07-01 [colin]      1.9.12cvs9
3106
3107         * src/summaryview.c
3108                 Fix a little threading bug
3109         * src/addrgather.c
3110         * src/mainwindow.c
3111                 A little bit of HIG normality never hurts
3112
3113 2005-07-01 [colin]      1.9.12cvs8
3114
3115         * src/compose.c
3116         * src/msgcache.c
3117         * src/pop.c
3118         * src/procmime.c
3119         * src/recv.c
3120         * src/common/log.c
3121         * src/common/template.c
3122         * src/common/utils.c
3123         * src/common/utils.h
3124                 Reverted the fwrite_atomic stuff. In fact
3125                 it is already atomic.
3126
3127 2005-06-30 [colin]      1.9.12cvs7
3128
3129         * src/common/utils.c
3130         * src/common/utils.h
3131                 Add an fwrite_atomic() function to make
3132                 sure we write everything: fwrite can make
3133                 short writes.
3134         * src/compose.c
3135         * src/msgcache.c
3136         * src/pop.c
3137         * src/procmime.c
3138         * src/recv.c
3139         * src/common/log.c
3140         * src/common/template.c
3141                 Use that (and fix swapping of size and nmemb).
3142                 Thanks to Rich Coe for the heads up.
3143
3144 2005-06-30 [colin]      1.9.12cvs6
3145
3146         * src/addressbook.c
3147                 Optimize addressbook opening 
3148
3149 2005-06-30 [colin]      1.9.12cvs5
3150
3151         * src/summaryview.c
3152                 Remove calls to summary_step after move/copy
3153
3154 2005-06-28 [paul]       1.9.12cvs4
3155
3156         * src/alertpanel.c
3157                 wrap and make the error msg selectable
3158
3159 2005-06-28 [paul]       1.9.12cvs3
3160
3161         * src/ssl_manager.c
3162                 replace the OK button with a Close button
3163         * src/gtk/foldersort.c
3164                 use GTK_STOCK_ icons/buttons
3165
3166 2005-06-28 [colin]      1.9.12cvs2
3167
3168         * src/gedit-print.c             ** ADDED **
3169         * src/gedit-print.h             ** ADDED **
3170         * src/gtk/gtksourceprintjob.c   ** ADDED **
3171         * src/gtk/gtksourceprintjob.h   ** ADDED **
3172                 I can't believe no one had enough time to tell
3173                 me I forgot the `cvs add`
3174
3175 2005-06-27 [colin]      1.9.12cvs1
3176
3177         * src/Makefile.am
3178         * src/gtk/Makefile.am
3179         * src/messageview.c
3180         * src/procmsg.c
3181         * src/summaryview.c
3182         * configure.ac
3183                 Add optional libgnomeprint-based printing
3184         * src/mainwindow.c
3185         * src/gtk/quicksearch.c
3186                 Add an Edit/Quick search menu item to show
3187                 and focus the quicksearch
3188
3189 2005-06-27 [paul]       1.9.12
3190
3191         1.9.12 release
3192
3193         * po/ca.po
3194         * po/de.po
3195         * po/es.po
3196         * po/fr.po
3197         * po/it.po
3198         * po/ko.po
3199         * po/pt_BR.po
3200         * po/sk.po
3201         * po/zh_CN.po
3202                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
3203                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
3204                 SungHyun Nam, Frederico Goncalves Guimaraes,
3205                 Andrej Kacian, and Yang Guilong
3206 2005-06-26 [colin]      1.9.11cvs106
3207
3208         * src/imap_gtk.c
3209                 Forgot one file for previous fix
3210
3211 2005-06-26 [colin]      1.9.11cvs105
3212
3213         * src/folder.c
3214         * src/imap.c
3215                 Fix problems with folder operations in no_select
3216                 imap folders. it applies only to mails, and 
3217                 creation/deletion/move/renaming of folders 
3218                 should be possible
3219
3220 2005-06-26 [paul]       1.9.11cvs104
3221
3222         * src/prefs_filtering.c
3223                 replace one more GTK_STOCK_REMOVE
3224                 with GTK_STOCK_DELETE
3225
3226 2005-06-25 [colin]      1.9.11cvs103
3227
3228         * src/imap.c
3229                 Optimize get_seq_set_from_seq_list
3230                 (Patch by Ricardo) 
3231
3232 2005-06-25 [colin]      1.9.11cvs102
3233
3234         * src/mh.c
3235                 If the directory exists, but not in the
3236                 correct encoding, rename it. This should
3237                 handle old-versions-induced bugs.
3238
3239 2005-06-25 [colin]      1.9.11cvs101
3240
3241         * src/mh.c
3242                 Fix path access with extended dir names
3243                 Fixes bug #589 (SC segfaults with wrong locale
3244                 settings)
3245
3246 2005-06-25 [colin]      1.9.11cvs100
3247
3248         * src/prefs_account.c
3249         * src/prefs_account.h
3250         * src/compose.c
3251                 Add an option to encrypt replies to
3252                 encrypted messages
3253
3254 2005-06-25 [colin]      1.9.11cvs99
3255
3256         * src/compose.c
3257         * src/quote_fmt_parse.y
3258                 ... And make it work with pgpinline.
3259
3260 2005-06-25 [colin]      1.9.11cvs98
3261
3262         * src/compose.c
3263         * src/procmime.c
3264         * src/procmime.h
3265         * src/quote_fmt_parse.y
3266                 o Make reedition of encrypted messages possible
3267                   (as long as it is encrypted to self too, no
3268                    magic there)
3269                 o Make replying with quote (and without selecting
3270                   text) possible for encrypted messages.
3271                 Closes bug #550 (Not possible to "reply with quote"
3272                 to gnupg encrypted messages)
3273
3274 2005-06-24 [paul]       1.9.11cvs97
3275
3276         * src/imap.c
3277                 add missing include
3278
3279 2005-06-24 [paul]       1.9.11cvs96
3280
3281         * src/editldap.c
3282                 made bind password entry invisible
3283                 (sync with main)
3284         * src/send_message.c
3285                 send_message_local(): check exit status
3286                 to detect errors (sync with main)
3287         * src/textview.c
3288                 use main's less ambiguous popup menu
3289                 wording
3290
3291 2005-06-24 [paul]       1.9.11cvs95
3292
3293         * src/prefs_actions.c
3294         * src/prefs_customheader.c
3295         * src/prefs_display_header.c
3296         * src/prefs_filtering_action.c
3297         * src/prefs_matcher.c
3298         * src/prefs_template.c
3299         * src/prefs_toolbar.c
3300                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
3301         * src/gtk/description_window.c
3302                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
3303
3304 2005-06-23 [colin]      1.9.11cvs94
3305
3306         * src/summaryview.c
3307                 Fix rough edges (be sure to call status_show whenever
3308                 necessary).
3309
3310 2005-06-23 [colin]      1.9.11cvs93
3311
3312         * src/summaryview.c
3313                 Optimize Select All
3314                 Before, in a 5K mails folder: 11s
3315                 After, in the same folder: 58000µs
3316                 The joys of locking... gtk_clist_select_all() fires a 
3317                 tree-select-row event for each selected row, which in 
3318                 summaryview, callbacks summary_selected which in turn,
3319                 calls summary_status_show, which walks the selected
3320                 rows. Hence, calling gtk_clist_select_all was 
3321                 exponential. Locking the summaryview makes 
3322                 summary_selected return early.
3323
3324 2005-06-23 [colin]      1.9.11cvs92
3325
3326         * src/imap.c
3327                 Move mutex at the important place to avoid
3328                 deadlocks
3329         * src/summaryview.c
3330                 Fix Del key deleting directly instead of
3331                 moving to trash
3332
3333 2005-06-22 [colin]      1.9.11cvs91
3334
3335         * src/plugins/spamassassin/libspamc.c
3336                 As we do spagetti code with assignations in multiple
3337                 places (see _message_read_raw where out = msg = raw),
3338                 let's be sure we don't free the same pointer twice.
3339                 Should fix bug #683 (Crash in libpam at 
3340                 message_cleanup).
3341
3342 2005-06-22 [colin]      1.9.11cvs90
3343
3344         * src/compose.c
3345         * src/messageview.c
3346         * src/toolbar.c
3347                 Make toolbar's delete use the move to trash stuff;
3348                 Add gtk_widget_realize to be sure pixmaps can get
3349                 created (that may fix an old worksforme bug which
3350                 I can't find back...)
3351
3352 2005-06-22 [colin]      1.9.11cvs89
3353
3354         * src/summaryview.c
3355         * src/summaryview.h
3356         * src/mainwindow.c
3357                 Rename "Message/Delete" to "Message/Move to trash"
3358                 Add "Message/Delete..." that directly destroys the
3359                 selected messages after asking for a confirmation.
3360
3361 2005-06-22 [colin]      1.9.11cvs88
3362
3363         * src/imap.c
3364                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
3365                 o Fix a deadlock (thanks Darko)
3366
3367 2005-06-22 [colin]      1.9.11cvs87
3368
3369         * src/gtk/foldersort.c
3370                 Add missing include for the i18n;
3371                 patch by Fabien Vantard
3372
3373 2005-06-21 [colin]      1.9.11cvs86
3374
3375         * src/folder.c
3376         * src/folderview.c
3377                 Respect the no_select flag
3378         * src/imap.c
3379                 Fix recursive deletion
3380         * src/imap_gtk.c
3381         * src/mh_gtk.c
3382                 Make the folder deletion's warning
3383                 more explicit
3384
3385 2005-06-21 [colin]      1.9.11cvs85
3386
3387         * src/textview.c
3388                 Prevent email addresses from spanning accross
3389                 lines - fixes bug # 646 (newline-chars in 
3390                 email addresses)
3391
3392 2005-06-20 [colin]      1.9.11cvs84
3393
3394         * src/folder.c
3395                 Be sure not to remove source if copy failed
3396
3397 2005-06-20 [colin]      1.9.11cvs83
3398
3399         * src/folderview.c
3400         * src/imap_gtk.c
3401                 remove summaryview's lock
3402         * src/imap.c
3403                 introduce threads to avoid problems when foreground tasks
3404                 interfere with background tasks
3405         * src/mh.c
3406                 prevent moving to drafts/queue
3407         * src/mimeview.c
3408                 fix leak
3409
3410 2005-06-19 [colin]      1.9.11cvs82
3411
3412         * src/imap_gtk.c
3413                 Remember that the user doesn't want to override
3414                 offline mode, for 3 seconds. It avoid presenting
3415                 him with N popups in a really short time.
3416
3417 2005-06-17 [colin]      1.9.11cvs81
3418
3419         * src/imap.c
3420                 Fix IMAP breaking on folders containing '('
3421                 (Probably won't be enough)
3422
3423 2005-06-17 [colin]      1.9.11cvs80
3424
3425         Forgotten files on 1.9.11cvs79
3426         * src/summaryview.c
3427                 Fix stepping when not immediately executing
3428         * src/imap.c
3429                 Really prevent UID FETCH 0
3430         * src/codeconv.c
3431                 Fix outgoing charset never set to utf-8
3432         * src/mh.c
3433                 Fix leak
3434
3435 2005-06-16 [colin]      1.9.11cvs79
3436
3437         * src/compose.c
3438                 Fix bug #707 (Dash splits rows)
3439                 Only wrap if we're on a line break position and
3440                 the previous one was a "white" (space) char.
3441                 Pango stuff is weird.
3442
3443 2005-06-16 [colin]      1.9.11cvs78
3444
3445         * src/imap_gtk.c
3446                 Lock summaryview while downloading messages
3447                 on user demand
3448         * src/procheader.c
3449         * src/unmime.c
3450         * src/common/utils.c
3451         * src/common/utils.h
3452                 Replace \r and \n with spaces in From and
3453                 Subject headers
3454
3455 2005-06-16 [paul]       1.9.11cvs77
3456
3457         * src/procmime.c
3458                 liberalise the mime parser
3459         * src/gtk/about.c
3460                 add text wrapping
3461
3462 2005-06-16 [paul]       1.9.11cvs76
3463
3464         * src/gtk/about.c
3465                 reworked
3466
3467 2005-06-15 [colin]      1.9.11cvs75
3468
3469         * src/compose.c
3470                 Finish header encoding fix
3471         * src/summaryview.c
3472                 Fix segfault
3473         * src/headerview.c
3474                 Fix compilation (Thanks Stephan
3475                 Sachse)
3476
3477 2005-06-15 [colin]      1.9.11cvs74
3478
3479         * Makefile.am
3480                 Install gnome2 stuff rather than gnome1, 
3481                 if both are present
3482         * src/codeconv.c
3483         * src/codeconv.h
3484         * src/compose.c
3485                 Fix headers encoding
3486         * src/folder.c
3487                 Visual progress when fetching all messages
3488         * src/folderview.c
3489         * src/summaryview.c
3490         * src/summaryview.h
3491                 Prevent changing current message while
3492                 incorporating
3493
3494 2005-06-15 [paul]       1.9.11cvs73
3495
3496         * src/gtk/gtkaspell.c
3497         * src/gtk/gtkaspell.h
3498                 fix build warnings
3499
3500 2005-06-15 [paul]       1.9.11cvs72
3501
3502         * src/prefs_filtering.c
3503                 allow reordering of filter rules by
3504                 drag n drop
3505
3506 2005-06-15 [paul]       1.9.11cvs71
3507
3508         * COPYING
3509                 updated
3510         * src/codeconv.c
3511                 replace deprecated function
3512         * src/inc.c
3513         * src/send_message.c
3514         * src/gtk/progressdialog.c
3515         * src/gtk/progressdialog.h
3516                 salvage and reuse parts of reverted sync
3517
3518 2005-06-15 [paul]       1.9.11cvs70
3519
3520         * src/inc.c
3521         * src/send_message.c
3522         * src/gtk/progressdialog.c
3523         * src/gtk/progressdialog.h
3524                 revert yesterday's sync with main
3525                 it contains deprecated functions
3526
3527 2005-06-15 [colin]      1.9.11cvs69
3528
3529         * src/headerview.c
3530                 Fix bug #670 (multi user to: will corrupt message 
3531                 headers display)
3532
3533 2005-06-15 [colin]      1.9.11cvs68
3534
3535         * src/compose.c
3536                 Fix bug #421 (Fix undo on wrapping)
3537
3538 2005-06-15 [colin]      1.9.11cvs67
3539
3540         * src/folder.c
3541                 Provide visual feedback while processing
3542                 folder's rules.
3543         * src/imap.c
3544                 Provide visual feedback while getting
3545                 short headers (for uncached messages)
3546
3547
3548 2005-06-14 [paul]       1.9.11cvs66
3549
3550         * src/account.c
3551                 change a couple stock icons
3552         * src/inc.c
3553         * src/send_message.c
3554         * src/gtk/progressdialog.c
3555         * src/gtk/progressdialog.h
3556                 sync main's GtkTreeView implementation
3557
3558 2005-06-14 [colin]      1.9.11cvs65
3559
3560         * src/imap.c
3561                 Various little fixes, mainly on error paths
3562
3563 2005-06-13 [colin]      1.9.11cvs64
3564
3565         * matcher.c
3566         * procmsg.c
3567         * procmsg.h
3568                 Add a way to fetch only headers. This speeds
3569                 up filtering on headers for IMAP. Fixes:
3570                 bug #481 extraneous imap commands slow down 
3571                         imap filtering
3572                 bug #522 Sylpheed downloads all messages 
3573                         when opening mailbox (IMAP)
3574                 bug #677 IMAP fetch is soooooooooooooo slow
3575         * src/folder.c
3576         * src/folder.h
3577                 Add a folder set_batch method so that
3578                 implementations can speed up flags changes
3579         * src/folderutils.c
3580         * src/summaryview.c
3581                 Use that in mark as (un)read and mark all read
3582                 Refix bug #679
3583         * src/imap.c
3584                 Implement set_batch - brings back deferred
3585                 flags in a less buggy manner. Fixes:
3586                 bug #729 IMAP immediate expunge of deleted messages
3587                 bug #191 remove list of messages with one command
3588                 Fix login with strange chars
3589                 Implement fetch_msg_full
3590                 Fix copy (wrong counts)
3591
3592 2005-06-12 [colin]      1.9.11cvs63
3593
3594         * src/folder.c
3595                 lock incorporation during long operations.
3596                 Avoids fucking up the IMAP socket.
3597
3598 2005-06-12 [colin]      1.9.11cvs62
3599
3600         * src/imap.c
3601                 Fix harmful typo
3602                 Factorize remove_all_msg
3603                 Thread-ize expunge
3604         * src/summaryview.c
3605                 Don't update partial-download status if unnecessary
3606         * src/folder.c
3607                 Use remove_msgs everywhere possible
3608
3609 2005-06-12 [colin]      1.9.11cvs61
3610
3611         * src/folder.c
3612         * src/folder.h
3613                 Add a remove_msgs function to remove a 
3614                 list of messages
3615         * src/imap.c
3616                 Implement that.
3617
3618 2005-06-12 [colin]      1.9.11cvs60
3619
3620         * src/imap.c
3621                 Remove flags-processing deferring... Too hard
3622                 to get it to work in all cases.
3623
3624 2005-06-11 [colin]      1.9.11cvs59
3625
3626         * src/imap.c
3627                 printf -> debug_print
3628
3629 2005-06-11 [colin]      1.9.11cvs58
3630
3631         * src/imap.c
3632                 o Fix build without USE_PTHREAD
3633                 o Factorize imap_open
3634                 o Alertpanel in case of impossible connection
3635                 o Alertpanel in case of impossible login
3636                 o Fix deferred flags processing to force a 
3637                   flush before adding some more flags to process,
3638                   but in another folder.
3639
3640 2005-06-10 [colin]      1.9.11cvs57
3641
3642         * src/imap.c
3643                 o Fix a format string error
3644                 o init ssl socket outside of the thread 
3645                   (it possibly invokes gtk calls)
3646         * src/procmime.c