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