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