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