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