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