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