2006-04-17 [colin] 2.1.1cvs8
[claws.git] / ChangeLog
1 2006-04-17 [colin]      2.1.1cvs8
2
3         * src/imap.c
4                 Save uidnext between sessions
5
6 2006-04-17 [colin]      2.1.1cvs7
7
8         * src/imap.c
9                 scan is required when uid validity changes
10
11 2006-04-17 [colin]      2.1.1cvs6
12
13         * src/folderview.c
14                 Don't scan if not necessary, apart in current
15                 folder and INBOX to fetch flags.
16         * src/imap.c
17                 Scan is necessary if unread count changes
18
19 2006-04-17 [colin]      2.1.1cvs5
20
21         * src/imap.c
22                 ...But always fetch ANSWERED and DELETED flags for
23                 INBOX, as filtering can happen on these flags.
24
25 2006-04-17 [colin]      2.1.1cvs4
26
27         * src/imap.c
28                 Don't fetch REPLIED and DELETED flags when synchronising
29                 flags with a closed folder. We only need UNSEEN and FLAGGED
30                 to update the folderview.
31
32 2006-04-17 [colin]      2.1.1cvs3
33
34         * src/imap.c
35                 Faster flag search when there are new mails 
36                 in a folder. We can do a full search if the 
37                 folder contains less messages than the new
38                 list.
39
40 2006-04-17 [colin]      2.1.1cvs2
41
42         * po/cs.po
43         * po/de.po
44         * po/fr.po
45         * po/nl.po
46         * po/pt_BR.po
47                 Update translations from stable branch
48
49 2006-04-17 [colin]      2.1.1cvs1
50
51         * configure.ac
52                 Bump version to follow stable release
53
54 2006-04-16 [mones]      2.1.0cvs50
55
56         * po/es.po
57                 Updated for release
58
59 2006-04-16 [colin]      2.1.0cvs49
60
61         * src/textview.c
62                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
63                 with gtk < 2.8. Thanks to Fabien Vantard.
64
65 2006-04-15 [colin]      2.1.0cvs48
66
67         * src/etpan/imap-thread.c
68                 Fix bug #919 (libetpan: SEGV when connecting 
69                 using command)
70
71 2006-04-14 [colin]      2.1.0cvs47
72
73         * src/main.c
74                 Fix race on --select (should be done better)
75
76 2006-04-14 [wwp]        2.1.0cvs46
77
78         * src/send_message.c
79                 enforce a check for domain in account prefs (a sending
80                 error could be faced if domain was checked but no value set),
81                 thanks to Colin.
82
83 2006-04-14 [colin]      2.1.0cvs45
84
85         * src/codeconv.c
86                 when converting from unknown to unknown, if the
87                 string is UTF8, don't convert it to the locale
88                 (which breaks it)
89
90 2006-04-14 [colin]      2.1.0cvs44
91
92         * src/compose.c
93                 Don't try to use ASCII for converting headers
94                 (as done in body)
95
96 2006-04-14 [paul]       2.1.0cvs43
97
98         * src/crash.c
99                 add locale/charset info to crash report
100         * src/gtk/about.c
101                 add wwp to doc team
102                 replace 'e-mail' with preferred 'email'
103         * src/gtk/authors.h
104                 ensure contributors list is in alphabetical
105                 order
106
107 2006-04-13 [colin]      2.1.0cvs42
108
109         * src/textview.c
110                 Prevent gdk warnings
111
112 2006-04-13 [colin]      2.1.0cvs41
113
114         * src/common/ssl_certificate.c
115         * src/common/ssl_certificate.h
116         * src/gtk/sslcertwindow.c
117                 Warn on expired certs, and display the expiration date
118
119 2006-04-13 [colin]      2.1.0cvs40
120
121         * src/plugins/spamassassin/spamassassin_gtk.c
122                 Fix missing set_text on unix socket
123
124 2006-04-13 [wwp]        2.1.0cvs39
125
126         * manual/fr/advanced.xml
127         * manual/fr/glossary.xml
128                 applied new spam/ham/email lexicon (pourriel, courriel)
129
130 2006-04-13 [paul]       2.1.0cvs38
131
132         * src/plugins/pgpmime/plugin.c
133                 remove the mention of S/MIME from the
134                 description. This is now handled by the
135                 S/MIME plugin.
136
137 2006-04-13 [paul]       2.1.0cvs37
138
139         * src/prefs_msg_colors.c
140                 rework dialog
141         * src/prefs_folder_item.c
142         * src/prefs_spelling.c
143                 add a tooltip to the colour selector buttons
144
145 2006-04-13 [wwp]        2.1.0cvs36
146
147         * manual/advanced.xml
148         * manual/glossary.xml
149         * manual/handling.xml
150         * manual/keyboard.xml
151         * manual/plugins.xml
152         * manual/starting.xml
153         * manual/fr/account.xml
154         * manual/fr/ack.xml
155         * manual/fr/addrbook.xml
156         * manual/fr/advanced.xml
157         * manual/fr/faq.xml
158         * manual/fr/glossary.xml
159         * manual/fr/gpl.xml
160         * manual/fr/handling.xml
161         * manual/fr/intro.xml
162         * manual/fr/keyboard.xml
163         * manual/fr/plugins.xml
164         * manual/fr/starting.xml
165         * manual/fr/sylpheed-claws-manual.xml
166                 fixes to the manuals:
167                  - summaryview -> Message List (same in French)
168                  - translate key names
169                  - fix French punctuation, use non-breakable spaces when
170                    necessary, don't use &thinsp; which is not portable
171                  - tell what maildir and mbox formats we support
172
173 2006-04-12 [wwp]        2.1.0cvs35
174
175         * src/prefs_toolbar.c
176                 unified a replace button more,
177                 patch by Fabien Vantard <fzzzzz@gmail.com>.
178
179 2006-04-12 [wwp]        2.1.0cvs34
180
181         * src/prefs_common.c
182         * src/prefs_msg_colors.c
183                 make default color labels translatable,
184                 patch from Fabien Vantard <fzzzzz@gmail.com>,
185                 thanks to Tim <timbrain@post.cz> for reporting.
186
187 2006-04-12 [wwp]        2.1.0cvs33
188
189         * manual/glossary.xml
190         * manual/intro.xml
191         * manual/plugins.xml
192         * manual/starting.xml
193         * manual/sylpheed-claws-manual.xml
194         * manual/fr/.cvsignore
195         * manual/fr/account.xml
196         * manual/fr/ack.xml
197         * manual/fr/addrbook.xml
198         * manual/fr/advanced.xml
199         * manual/fr/faq.xml
200         * manual/fr/glossary.xml
201         * manual/fr/handling.xml
202         * manual/fr/intro.xml
203         * manual/fr/keyboard.xml
204         * manual/fr/plugins.xml
205         * manual/fr/starting.xml
206         * manual/fr/sylpheed-claws-manual.xml
207                 various fixes: typos, missing .fr translations, punctuation,
208                 capitalization, links, accents and some bad French more.
209
210 2006-04-12 [wwp]        2.1.0cvs32
211
212         * src/prefs_gtk.c
213                 fix for bug #935: always store prefs files in UTF-8 (thanks
214                 to Colin).
215
216 2006-04-11 [colin]      2.1.0cvs31
217
218         * src/compose.c
219                 Fix inserting files not in utf8 when locale is utf8
220
221 2006-04-11 [colin]      2.1.0cvs30
222
223         * src/inc.c
224                 Don't show error dialog when cancelling connection
225                 Patch by Pawel
226
227 2006-04-11 [cleroy]     2.1.0cvs29
228
229         * src/compose.c
230                 Implement multiple quote levels
231         * src/prefs_common.c
232                 Change a little bit the quote bgcolor for 2nd level
233
234 2006-04-11 [colin]      2.1.0cvs28
235
236         * src/gtk/about.c
237                 Add locale and charset in the label
238
239 2006-04-10 [colin]      2.1.0cvs27
240
241         * src/compose.c
242         * src/prefs_common.c
243         * src/prefs_common.h
244         * src/prefs_msg_colors.c
245         * src/textview.c
246                 Allow optional background color in quotes
247                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
248                 GTK+-2.8.x feature
249
250 2006-04-10 [colin]      2.1.0cvs26
251
252         * src/main.c
253         * src/mainwindow.c
254         * src/mainwindow.h
255                 Implement --select
256
257 2006-04-10 [colin]      2.1.0cvs25
258
259         * manual/plugins.xml
260         * manual/fr/plugins.xml
261                 Document libcurl's proxy variables
262
263 2006-04-09 [colin]      2.1.0cvs24
264
265         * src/prefs_common.c
266                 gettext() returns statically allocated stuff. We have
267                 to strdup it in order to be able to free it.
268
269 2006-04-09 [colin]      2.1.0cvs23
270
271         * AUTHORS
272         * src/gtk/authors.h
273                 Add Alexei
274
275 2006-04-09 [colin]      2.1.0cvs22
276
277         * src/mainwindow.c
278         * src/gtk/quicksearch.c
279                 Fix bug #859 (problems with cyrilic input in 
280                 search panel) - Patch by Alexey Illarionov 
281                 <littlesavage@rambler.ru>
282
283 2006-04-09 [colin]      2.1.0cvs21
284
285         * src/prefs_customheader.c
286                 I prefer removing then freeing rather than the contrary
287                 (even if it doesn't change anything ;-)
288         * src/prefs_account.c
289                 Fix bug #933 (Crash re-entering the custom headers list 
290                 dialog in accounts prefs)
291                 The problem happened when cancelling the Account 
292                 Preferences' dialogs - in which case we didn't do 
293                 anything to the PrefsAccount * struct. In case of applying,
294                 the old ac_prefs was replaced with the tmp_ac_prefs we were
295                 working with in this dialog. The problem is that 
296                 prefs_customheader.c, working on this tmp_ac_prefs, always
297                 changes the ->customhdr_list pointer, even when cancelled. 
298                 So in case of cancelling the prefs_account dialog, we still
299                 have to update ->customhdr_list in the real account.
300
301 2006-04-08 [colin]      2.1.0cvs20
302
303         * manual/fr/glossary.xml
304         * manual/fr/keyboard.xml
305                 Forgot some headers :)
306
307 2006-04-08 [colin]      2.1.0cvs19
308
309         * manual/Makefile.am
310         * manual/fr/Makefile.am
311         * manual/fr/account.xml
312         * manual/fr/ack.xml
313         * manual/fr/addrbook.xml
314         * manual/fr/advanced.xml
315         * manual/fr/faq.xml
316         * manual/fr/glossary.xml
317         * manual/fr/gpl.xml
318         * manual/fr/handling.xml
319         * manual/fr/intro.xml
320         * manual/fr/keyboard.xml
321         * manual/fr/plugins.xml
322         * manual/fr/starting.xml
323         * manual/fr/sylpheed-claws-manual.xml
324         * manual/fr/dist/.cvsignore
325         * manual/fr/dist/Makefile.am
326         * manual/fr/dist/html/.cvsignore
327         * manual/fr/dist/html/Makefile.am
328         * manual/fr/dist/pdf/.cvsignore
329         * manual/fr/dist/pdf/Makefile.am
330         * manual/fr/dist/ps/.cvsignore
331         * manual/fr/dist/ps/Makefile.am
332         * manual/fr/dist/txt/.cvsignore
333         * manual/fr/dist/txt/Makefile.am
334                 Add the french translation of the manual. Thanks to
335                 Olivier Delhomme <olivier.delhomme@free.fr> for 
336                 account.xml, ack.xml, addrbook.xml and advanced.xml
337
338 2006-04-08 [colin]      2.1.0cvs18
339
340         * manual/plugins.xml
341         * manual/starting.xml
342                 More fixes
343
344 2006-04-07 [colin]      2.1.0cvs17
345
346         * manual/faq.xml
347         * manual/intro.xml
348         * manual/keyboard.xml
349                 Little fixes
350
351 2006-04-07 [colin]      2.1.0cvs16
352
353         * README
354         * src/compose.c
355         * src/prefs_common.c
356         * src/prefs_common.h
357                 Add hidden compose_no_markup pref
358
359 2006-04-07 [wwp]        2.1.0cvs15
360
361         * src/summary_search.c
362         * .cvsignore
363                 Bugfix: stop button was sticky when searching in an empty folder.
364                 Applied curly brackets code style to the whole file (summary_search.c).
365                 More files to ignore.
366
367 2006-04-07 [wwp]        2.1.0cvs14
368
369         * src/message_search.c
370         * src/summary_search.c
371                 changed default button when search bumps at file/folder
372                 beginning or end, for convenience (thanks to Colin).
373
374 2006-04-07 [paul]       2.1.0cvs13
375
376         * src/plugins/dillo_viewer/dillo_prefs.c
377                 avoid future potential for namespace collision
378                 Patch by Colin
379
380 2006-04-06 [wwp]        2.1.0cvs12
381
382         * src/summary_search.c
383                 Unify extended/advanced searches names (and thus factorize labels),
384                 patch by Fabien Vantard <fzzzzz@gmail.com>.
385
386 2006-04-06 [wwp]        2.1.0cvs11
387
388         * src/folderview.c
389         * src/prefs_themes.c
390         * src/summaryview.c
391                 Fixed some compilation warnings.
392
393 2006-04-06 [colin]      2.1.0cvs10
394
395         * manual/advanced.xml
396                 Document the wizard template and how to deploy
397                 Sylpheed-Claws effectively
398
399 2006-04-06 [colin]      2.1.0cvs9
400
401         * src/folderview.c
402                 gettext patch to tell translators about _("#"),
403                 by Maxim Britov
404
405 2006-04-06 [colin]      2.1.0cvs8
406
407         * src/textview.c
408                 Fix invalid GtkTextBIter after clicking "Display as text"
409
410 2006-04-06 [mones]      2.1.0cvs7
411
412         * src/addr_compl.c
413         * src/addrindex.c
414         * src/addritem.c
415         * src/codeconv.c
416         * src/compose.c
417         * src/filtering.c
418         * src/folder.c
419         * src/folder_item_prefs.c
420         * src/folderview.c
421         * src/localfolder.c
422         * src/matcher.c
423         * src/mimeview.c
424         * src/prefs_msg_colors.c
425         * src/prefs_spelling.c
426         * src/prefs_themes.c
427         * src/procmime.c
428         * src/procmsg.c
429         * src/stock_pixmap.c
430         * src/summaryview.c
431         * src/textview.c
432         * src/toolbar.c
433         * src/common/mgutils.c
434         * src/common/prefs.c
435         * src/common/ssl_certificate.c
436         * src/gtk/colorlabel.c
437         * src/gtk/quicksearch.c
438         * src/plugins/pgpmime/pgpmime.c
439         * src/plugins/spamassassin/spamassassin.c
440                 Removed redundant NULL checks for g_free() calls.
441                 Patch by Pawel Pekala.
442
443 2006-04-06 [mones]      2.1.0cvs6
444
445         * src/prefs_actions.c
446         * src/prefs_filtering.c
447         * src/prefs_filtering_action.c
448         * src/prefs_matcher.c
449         * src/prefs_template.c
450         * src/gtk/gtkutils.c
451         * src/gtk/gtkutils.h
452                 Have a nice replace button. Patch by Pawel Pekala
453
454 2006-04-06 [colin]      2.1.0cvs5
455
456         * src/addressbook.c
457                 Fix crash with empty columns
458
459 2006-04-05 [colin]      2.1.0cvs4
460
461         * src/wizard.c
462         * src/prefs_gtk.c
463                 Allow wizard customization with pre-filled values
464
465 2006-04-05 [colin]      2.1.0cvs3
466
467         * src/textview.c
468         * src/mimeview.c
469         * src/mimeview.h
470                 Nicer messages in mimeview
471
472 2006-04-05 [colin]      2.1.0cvs2
473
474         * src/addressbook.c
475         * src/prefs_summaries.c
476                 i18n fix
477
478 2006-04-05 [colin]      2.1.0cvs1
479
480         * src/plugins/pgpcore/plugin.c
481         * src/plugins/pgpcore/select-keys.c
482         * src/plugins/pgpcore/select-keys.h
483         * src/plugins/pgpcore/sgpgme.c
484         * src/plugins/pgpcore/sgpgme.h
485         * src/plugins/pgpinline/pgpinline.c
486         * src/plugins/pgpinline/plugin.c
487         * src/plugins/pgpmime/pgpmime.c
488         * src/plugins/pgpmime/plugin.c
489                 Factorize and generalize a bit 
490                 Drop S/MIME signature verification from PGP/MIME
491                 (adding it as another, more complete plugin)
492
493 2006-04-05 [paul]       2.1.0
494
495         2.1.0 released
496
497 2006-04-05 [paul]       2.0.0cvs186
498
499         * manual/advanced.xml
500                 add info on colour labels
501
502 2006-04-05 [paul]       2.0.0cvs185
503
504         * po/bg.po
505         * po/cs.po
506         * po/de.po
507         * po/el.po
508         * po/en_GB.po
509         * po/fi.po
510         * po/fr.po
511         * po/it.po
512         * po/nl.po
513         * po/pl.po
514         * po/pt_BR.po
515         * po/sr.po
516         * po/zh_CN.po
517                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
518                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
519                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
520                 Guimaraes, Aleksandar Urosevic, Ralgh Young
521         * src/gtk/authors.h
522         * tools/claws.i18n.status.pl
523                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
524                 and new Czech translator, Tim <timbrain@post.cz>
525
526 2006-04-05 [mones]      2.0.0cvs184
527
528         * po/es.po
529                 Updated translation
530
531 2006-04-05 [colin]      2.0.0cvs183
532
533         * src/gtk/quicksearch.c
534                 Fix bug #929 (unnecessary reload in quick search bar)
535
536 2006-04-05 [colin]      2.0.0cvs182
537
538         * src/compose.c
539                 Fix crash on Reply with no From:
540                 Show signature and conversion error on queuing 
541                 (but not sending)
542         * src/mainwindow.c
543         * src/summaryview.c
544         * src/summaryview.h
545                 Factorize threading code and make sure msginfo 
546                 is not null when it comes from a GtkCTreeRow's 
547                 data
548         * src/gtk/gtkaspell.c
549                 Check for necessary things
550         * src/gtk/gtksctree.c
551         * src/gtk/gtksctree.h
552                 Reset anchor if necessary when removing node
553
554 2006-03-29 [colin]      2.0.0cvs181
555
556         * src/folderview.c
557                 Warn for disabled IMAP accounts (due to lack of
558                 libetpan). Breaks string-freeze - sorry - but it
559                 is kind of important ;)
560
561 2006-03-28 [colin]      2.0.0cvs180
562
563         * src/gtk/gtkutils.c
564         * src/gtk/gtkutils.h
565                 Add a gtkut_get_link_btn() function that
566                 creates a button which acts like an URI
567         * src/prefs_themes.c
568         * src/gtk/about.c
569                 Use this function (factorizes codes)
570         * src/common/defs.h
571         * src/gtk/pluginwindow.c
572                 Add a "Get more..." in the plugins window
573
574 2006-03-28 [colin]      2.0.0cvs179
575
576         * src/common/smtp.c
577         * src/common/passcrypt.c
578         * src/undo.c
579                 Warning fixes. Patch by Pawel Pekala
580
581 2006-03-27 [colin]      2.0.0cvs178
582
583         * src/undo.c
584                 Fix undoing by blocks with spaces
585
586 2006-03-27 [colin]      2.0.0cvs177
587
588         * src/textview.c
589                 Set margin to 3px for headers
590
591 2006-03-27 [paul]
592
593         2.1.0-rc2 released
594
595 2006-03-27 [wwp]        2.0.0cvs176
596
597         * src/summaryview.c
598                 don't reset quicksearch when updating the message list.
599                 Thanks to Colin.
600
601 2006-03-26 [wwp]        2.0.0cvs175
602
603         * src/compose.c
604                 use a unified border width ('other' tab in the compose window,
605                 patch by Pawel Pekala).
606
607
608 2006-03-26 [wwp]        2.0.0cvs174
609
610         * src/common/quoted-printable.c
611         * src/addressbook.c
612                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
613
614 2006-03-26 [colin]      2.0.0cvs173
615
616         * src/quote_fmt_parse.y
617                 Fix non-UTF8 date formats messing up the whole quote a 
618                 little bit
619
620 2006-03-26 [colin]      2.0.0cvs172
621
622         * src/procheader.c
623                 Make sure the date is UTF8 valid, or try to make it
624                 so. IncrediMail is really IncrediStupid.
625         * src/compose.c
626                 Fix possible conversions. 
627                 
628
629 2006-03-26 [colin]      2.0.0cvs171
630
631         * src/matcher.c
632                 Fix corner cases in body search. This is still a
633                 hack... It seems impossible to make it good and 
634                 reasonably fast at the same time.
635
636 2006-03-26 [colin]      2.0.0cvs170
637
638         * src/summaryview.c
639                 I think I killed the twilight zone bug!
640                 summary_select_node() flushes GTK events in order
641                 to be able to center the view. But this also 
642                 flushes keypresses like Ctrl-Alt-U, so this can
643                 call summary_show from summary_select_node (itself
644                 called from summary_show, etc.). And the summaryview
645                 has to be unlocked in this function. So just locking
646                 while processing GTK events, and bailing if locked, 
647                 should fix it.
648                 Fixes bug #927 (SIGSEGV during Update Summary)
649
650 2006-03-25 [colin]      2.0.0cvs169
651
652         * src/matcher.c
653                 Fix search in QP-encoded bodies
654                 Fix utf-8 searches in bodies encoded in the
655                 locale's encoding
656         * src/common/quoted-printable.c
657         * src/common/quoted-printable.h
658                 Add a decode function that doesn't overwrite
659                 the original pointer
660                 
661
662 2006-03-24 [colin]      2.0.0cvs168
663
664         * src/action.c
665         * src/summaryview.c
666         * src/summaryview.h
667                 Update message cache after action
668                 Patch by H. Merijn Brand
669         * src/prefs_msg_colors.c
670                 Factorize label 
671                 Patch by Fabien Vantard
672         * src/plugins/spamassassin/spamassassin_gtk.c
673                 Remove useless translation
674                 Patch by Fabien Vantard
675
676 2006-03-23 [colin]      2.0.0cvs167
677
678         * src/common/ssl.c
679                 Let 30 seconds to SSL_connect
680
681 2006-03-23 [wwp]        2.0.0cvs166
682
683         * src/summaryview.c
684         * src/gtk/description_window.c
685                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
686                 and headers are translated; adjust description windows' width to fit their
687                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
688
689 2006-03-23 [paul]       2.0.0cvs165
690
691         * src/common/utils.c
692                 fix highlighting of URIs containing "()"
693                 (2.0.0cvs164's reversal fixed)
694                 Thanks to Colin.
695
696 2006-03-23 [paul]       2.0.0cvs164
697
698         * src/common/utils.c
699                 revert patch, (postponing a fix), at 2.0.0cvs120
700                 as it breaks more URIs than it fixes.
701                 Allow '-' to be a terminating character in a URI
702
703 2006-03-22 [colin]      2.0.0cvs163
704
705         * configure.ac
706                 Require libetpan 0.45
707                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
708
709 2006-03-22 [paul]       2.0.0cvs162
710
711         * src/editgroup.c
712                 replace '<-' and '->' buttons with GTK_STOCK graphical
713                 buttons
714         * src/summary_search.c
715                 don't offer '...' for translation
716                 add a tooltip to advanced search '...' button
717         * src/gtk/quicksearch.c
718                 don't offer '...' for translation
719
720 2006-03-21 [colin]      2.0.0cvs161
721
722         * src/compose.c
723                 Fix middle-click pasting (insert at click
724                 position instead of cursor position, don't
725                 remove existing selection and allow pasting
726                 our own selection)
727         * src/addressbook.c
728                 "LDAP Server" -> "LDAP servers"
729
730 2006-03-21 [wwp]        2.0.0cvs160
731
732         * src/etpan/imap-thread.c
733                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
734
735 2006-03-20 [colin]      2.0.0cvs159
736
737         * src/summaryview.c
738                 Don't reload summaryview after an execute with no
739                 move action
740
741 2006-03-19 [colin]      2.0.0cvs158
742
743         * src/addressbook.c
744                 and put groups at the top, always
745
746 2006-03-19 [colin]      2.0.0cvs157
747
748         * src/addressbook.c
749                 Order groups before names, as previously
750
751 2006-03-19 [colin]      2.0.0cvs156
752
753         * src/addressbook.c
754                 - Sort case-unsensitive
755                 - Put the sort arrow at opening too
756
757 2006-03-19 [wwp]        2.0.0cvs155
758
759         * src/addressbook.c
760                 allow sorting by name/email/remarks, ensure that right-pane's contents
761                 matches the left-pane selection (cleared when appropriate).
762                 Patch by Pawel Pekala <c0rn@o2.pl>.
763
764 2006-03-18 [colin]      2.0.0cvs154
765
766         * src/textview.c
767                 Fix text cursor ;)
768
769 2006-03-18 [colin]      2.0.0cvs153
770
771         * src/gtk/filesel.c
772                 Make sure we hide the preview if we didn't get
773                 a filename
774
775 2006-03-18 [colin]      2.0.0cvs152
776
777         * src/summaryview.c
778                 Set cursor to watch for execution (fixes lack
779                 of watch-cursor when dnd'ing hundreds of mails)
780         * src/gtk/filesel.c
781                 Check that mime type is 'image/*' before updating
782                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
783
784 2006-03-18 [colin]      2.0.0cvs151
785
786         * src/mainwindow.c
787         * src/textview.c
788         * src/textview.h
789                 Put a watch cursor in textview too when the mainwindow's
790                 cursor in a watch
791
792 2006-03-18 [colin]      2.0.0cvs150
793
794         * src/folder.c
795                 Change wrong asserts to simple tests
796
797 2006-03-17 [colin]      2.0.0cvs149
798
799         * src/mainwindow.c
800         * src/mainwindow.h
801         * src/prefs_msg_colors.c
802         * src/summaryview.c
803         * src/summaryview.h
804         * src/gtk/colorlabel.c
805         * src/gtk/colorlabel.h
806                 Add a color label menu in the main menubar
807                 Add (fixed) accels Ctrl-{0-7} to change the color
808                 They have to be fixed because the menu's dynamic,
809                 the items are complex widgets, hence we can't use
810                 a GtkItemFactory.
811
812
813 2006-03-17 [wwp]        2.0.0cvs148
814
815         * src/compose.c
816                 rollback few lines from my previous commit (those lines come from
817                 a pending patch, accidentally commited, even if neutral as they are
818                 commented out).
819
820 2006-03-17 [wwp]        2.0.0cvs147
821
822         * src/compose.c
823                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
824                 applied code style/indentation to the modified function.
825
826 2006-03-17 [wwp]        2.0.0cvs146
827
828         * src/procmsg.c
829         * src/compose.c
830                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
831
832 2006-03-17 [paul]
833
834         2.1.0-rc1 released
835
836 2006-03-17 [paul]       2.0.0cvs145
837
838         * src/main.c
839                 addressbook_read_file() was called twice
840         * src/textview.c
841                 X-Mailer highlighting
842
843 2006-03-16 [colin]      2.0.0cvs144
844
845         * src/sourcewindow.c
846         * src/sourcewindow.h
847                 And the last one, in source window.
848
849 2006-03-16 [colin]      2.0.0cvs143
850
851         * src/compose.c
852         * src/compose.h
853                 Fix the same stuff in compose
854
855 2006-03-16 [colin]      2.0.0cvs142
856
857         * src/messageview.c
858                 Complete the previous messageview crash fix
859
860 2006-03-16 [colin]      2.0.0cvs141
861
862         * src/procmsg.h
863         * src/procmsg.c
864         * src/folder.c
865                 Fix POSTPROCESSING hook
866                 Patch by H. Merijn Brand
867
868         * src/procmime.c
869         * src/procmime.h
870                 Parse Content-Location
871
872         * src/toolbar.c
873         * src/messageview.c
874         * src/messageview.h
875                 Don't crash when a top-level MessageView has
876                 been closed on us. Same problematic than
877                 yesterday's quicksearch issue.
878
879 2006-03-15 [colin]      2.0.0cvs140
880
881         * src/gtk/quicksearch.c
882                 Fix a bitchy race we didn't think about when we
883                 added quicksearch cancellation:
884                 If the search is not on cached fields, for example
885                 body_part matchcase "stuff"
886                 the matcher code has to get the whole message. If
887                 we're on IMAP, that can be slow, and in order to
888                 be non-blocking, the IMAP code idle loop processes
889                 gtk events too. So it is possible to cancel a
890                 quicksearch while the matcher is getting the mail's
891                 body. After matcher got its body, it will start to
892                 iterate over the matcher list that the Quicksearch's
893                 clear_search_cb() just freed via prepare_matcher().
894                 SIGSEGV ensues.
895                 The fix consists of guarding the matcherlist_match()
896                 call with a boolean 'matching'. If we reset the
897                 quicksearch while matching is TRUE, we don't free
898                 the matcherlist anymore like we did, but we set
899                 another new flag, deferred_free, to TRUE. Then,
900                 in quicksearch_match(), just after returning from
901                 matcherlist_match() and unsetting the matching flag,
902                 we check the deferred_free flag and do the
903                 prepare_matcher() (which does the matcherlist_free)
904                 for real, so we free the matcherlist once it's not
905                 used anymore.
906                 As all of this runs via the glib main loop, we
907                 luckily don't need a mutex.
908         * src/summaryview.c
909                 Also, show progress while searching.
910
911
912 2006-03-14 [colin]      2.0.0cvs139
913
914         * src/alertpanel.c
915                 Make alertpanel_is_open non-static
916
917 2006-03-14 [colin]      2.0.0cvs138
918
919         * src/prefs_spelling.c
920                 Cleanups - Fabien Vantard
921
922 2006-03-14 [wwp]        2.0.0cvs137
923
924         * src/main.c
925                 code style normalization (curly braces, indentation).
926
927 2006-03-14 [wwp]        2.0.0cvs137
928
929         * src/main.c
930                 code style (braces, indentation)
931
932 2006-03-12 [paul]       2.0.0cvs136
933
934         * src/prefs_common.c
935                 trans_hdr defaults to FALSE to be RFC-savvy
936         * src/prefs_summaries.c
937                 add a tooltip to the trans_hdr option
938                 
939
940 2006-03-12 [paul]       2.0.0cvs135
941
942         * src/prefs_matcher.c
943                 give a little more width to the combos
944         * src/prefs_display_header.c
945         * src/textview.c
946                 translate headers if prefs_common.trans_hdr
947                 is TRUE
948
949         Patches by Pawel Pekala
950
951 2006-03-12 [paul]       2.0.0cvs134
952
953         * src/plugins/clamav/clamav_plugin.c
954         * src/plugins/dillo_viewer/dillo_viewer.c
955         * src/plugins/pgpcore/plugin.c
956         * src/plugins/pgpinline/plugin.c
957         * src/plugins/pgpmime/plugin.c
958         * src/plugins/spamassassin/spamassassin.c
959                 update/add to descriptions
960         * src/plugins/spamassassin/spamassassin_gtk.c
961                 fixes to the english, remove superfluous
962                 tooltips, clean up a little
963
964 2006-03-12 [paul]       2.0.0cvs133
965
966         * src/compose.c
967                 fix Bug 924, 'Account combo box shows up wrong 
968                 if & is in account name'
969
970 2006-03-11 [colin]      2.0.0cvs132
971
972         * src/summaryview.c
973                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
974                 messed up shift-selection because is slows down
975                 moving around summaryview. thanks -users
976
977 2006-03-10 [colin]      2.0.0cvs131
978
979         * src/plugins/spamassassin/spamassassin_gtk.c
980                 Put back Paul's engrish fixes
981
982 2006-03-10 [colin]      2.0.0cvs130
983
984         * src/plugins/spamassassin/spamassassin.c
985         * src/plugins/spamassassin/spamassassin.h
986         * src/plugins/spamassassin/spamassassin_gtk.c
987                 Cleanup SA prefs page (more)
988                 Patch by Fabien Vantard
989
990 2006-03-10 [paul]       2.0.0cvs129
991
992         * src/prefs_msg_colors.c
993         * src/prefs_spelling.c
994                 widget sensitivity
995
996 2006-03-09 [mones]      2.0.0cvs128
997
998         * po/es.po
999                 Update for next RC
1000
1001 2006-03-09 [wwp]        2.0.0cvs127
1002
1003         * configure.ac
1004                 revert accidental commit (requirement for libetpan 0.43), this time
1005                 not in HEAD.
1006
1007 2006-03-09 [wwp]        2.0.0cvs125
1008
1009         * configure.ac
1010                 revert accidental commit (requirement for libetpan 0.43)
1011
1012 2006-03-09 [paul]       2.0.0cvs126
1013
1014         * src/prefs_receive.c
1015                 remove useless frame
1016                 replace 'incorporation' with 'receiving'
1017         * src/plugins/clamav/clamav_plugin_gtk.c
1018         * src/plugins/spamassassin/spamassassin_gtk.c
1019                 improve widget sensitivity
1020                 fix a bit his engrish
1021
1022 2006-03-09 [wwp]        2.0.0cvs125
1023
1024         * src/addressadd.c
1025         * src/foldersel.c
1026         * src/prefs_common.c
1027         * src/prefs_common.h
1028                 remember some more windows' sizes (add to addressbook and
1029                 select folder).
1030
1031 2006-03-09 [paul]       2.0.0cvs124
1032
1033         * src/plugins/pgpcore/prefs_gpg.c
1034                 normalise construction of dialogue
1035
1036 2006-03-09 [paul]       2.0.0cvs123
1037
1038         * src/plugins/trayicon/Makefile.am
1039                 add missing slash
1040
1041 2006-03-08 [colin]      2.0.0cvs122
1042
1043         * src/plugins/trayicon/Makefile.am
1044                 Fix build in separate dir 
1045                 Patch by Bamanzi <bamanzi@gmail.com>
1046
1047 2006-03-08 [colin]      2.0.0cvs121
1048
1049         * src/procmsg.c
1050                 Batch move and copies from summaryview with delayed execution
1051                 too
1052
1053 2006-03-07 [paul]       2.0.0cvs120
1054
1055         * src/common/utils.c
1056                 fix highlighting of URIs containing "()"
1057                 Patch by Pawel Pekala
1058
1059 2006-03-07 [paul]       2.0.0cvs119
1060
1061         * src/folder.c
1062         * src/folder.h
1063         * src/folderview.c
1064                 immediately do alphabetical resort when
1065                 changing a folder's name
1066                 Patch by Pawel Pekala
1067
1068 2006-03-07 [paul]       2.0.0cvs118
1069
1070         * src/news.c
1071         * src/news_gtk.c
1072                 when unsubscribing a newsgroup, remove the
1073                 folder and msgs in .sylpheed-claws/newscache
1074                 Patch by Pawel Pekala <c0rn@gazeta.pl>
1075
1076 2006-03-07 [paul]       2.0.0cvs117
1077
1078         * src/textview.c
1079                 fix wrong Fake URL Warning
1080                 Thanks to Hiro
1081
1082 2006-03-07 [colin]      2.0.0cvs116
1083
1084         * src/imap.c
1085                 Return immediately when password dialog was
1086                 cancelled
1087         * src/gtk/inputdialog.c
1088                 Allow empty strings for passwords
1089
1090
1091 2006-03-06 [colin]      2.0.0cvs115
1092
1093         * src/imap.c
1094                 Prevent double-timeouts when connection fails
1095
1096 2006-03-06 [colin]
1097
1098         2.0.1-rc1 released
1099
1100 2006-03-06 [colin]      2.0.0cvs114
1101
1102         * src/imap.c
1103                 Refresh session during potentially long
1104                 operations
1105
1106 2006-03-06 [wwp]        2.0.0cvs113
1107
1108         * src/prefs_msg_colors.h
1109                 forgot that one (custom color labels).
1110
1111 2006-03-06 [wwp]        2.0.0cvs112
1112
1113         * src/prefs_common.c
1114         * src/prefs_common.h
1115         * src/prefs_msg_colors.c
1116         * src/summaryview.c
1117         * src/summaryview.h
1118         * src/gtk/colorlabel.c
1119         * src/gtk/colorlabel.h
1120                 colors in messages list are now customizable. Color values and names can
1121                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
1122                 Thanks to Paul and Colin for their help with this longstanding patch!
1123
1124 2006-03-06 [wwp]        2.0.0cvs111
1125
1126         * src/textview.c
1127                 don't crash if (x)face is bad.
1128
1129 2006-03-05 [paul]       2.0.0cvs110
1130
1131         * AUTHORS
1132         * configure.ac
1133         * src/Makefile.am
1134         * src/common/Makefile.am
1135         * src/common/utils.h
1136         * src/etpan/imap-thread.c
1137         * src/gtk/authors.h
1138         * src/plugins/clamav/Makefile.am
1139         * src/plugins/demo/Makefile.am
1140         * src/plugins/dillo_viewer/Makefile.am
1141         * src/plugins/pgpcore/Makefile.am
1142         * src/plugins/pgpcore/passphrase.c
1143         * src/plugins/pgpinline/Makefile.am
1144         * src/plugins/pgpmime/Makefile.am
1145         * src/plugins/spamassassin/Makefile.am
1146         * src/plugins/trayicon/Makefile.am
1147                 fix builiding on cygwin
1148                 Patch by Ralgh Young <bamanzi@gmail.com>
1149
1150 2006-03-04 [wwp]        2.0.0cvs109
1151
1152         * manual/keyboard.xml
1153                 fix mixed up/down keys.
1154
1155 2006-03-04 [wwp]        2.0.0cvs108
1156
1157         * README
1158         * INSTALL
1159                 updated links to SpamAssassin.
1160
1161 2006-03-04 [wwp]        2.0.0cvs107
1162
1163         * manual/plugins.xml
1164         * src/plugins/spamassassin/README
1165                 updated SpamAssassin plugin docs to reflect new functional additions
1166                 (also fix/update/documents few technical stuff more, see the README).
1167
1168 2006-03-04 [wwp]        2.0.0cvs106
1169
1170         * src/prefs_message.c
1171                 normalized capitalization of message-prefs paths.
1172
1173 2006-03-04 [wwp]        2.0.0cvs105
1174
1175         * manual/advanced.xml
1176                 typo.
1177
1178 2006-03-03 [colin]      2.0.0cvs104
1179
1180         * src/plugins/clamav/clamav_plugin_gtk.c
1181                 Rework prefs page, patch by Fabien 
1182
1183 2006-03-03 [colin]      2.0.0cvs103
1184
1185         * src/plugins/clamav/clamav_plugin.c
1186                 Set error on all errors
1187
1188 2006-03-03 [colin]      2.0.0cvs102
1189
1190         * src/common/plugin.c
1191                 Initialize error to avoid crashing when a plugin fails
1192                 without setting error
1193
1194 2006-03-02 [wwp]        2.0.0cvs101
1195
1196         * configure.ac
1197                 fixed linker flags for libetpan support on Cygwin
1198                 (thanks to H.Merijn Brand).
1199
1200 2006-03-02 [wwp]        2.0.0cvs100
1201
1202         * src/addressbook.c
1203                 fix some AB error messages: one for punctuation and
1204                 one wrongly duplicate (thanks, maxbritov).
1205
1206 2006-03-02 [wwp]        2.0.0cvs99
1207
1208         * src/plugins/spamassassin/spamassassin.c
1209                 make sync calls to sa-learn/spamc to prevent
1210                 system (whatever local or client/server) overload.
1211
1212 2006-03-02 [colin]      2.0.0cvs98
1213
1214         * src/summaryview.c
1215                 Put the spam icon in the status column instead of the
1216                 mark one
1217
1218 2006-03-01 [colin]      2.0.0cvs97
1219
1220         * src/plugins/spamassassin/spamassassin.c
1221                 Fix segfault (g_file_set_contents fails for some 
1222                 reason and err==0x2f. Can't find out why with
1223                 valgrind, using working function :-)
1224
1225 2006-03-01 [colin]      2.0.0cvs96
1226
1227         * src/inc.c
1228                 Offline overriding: let 'No' be cached only 3 seconds
1229
1230 2006-03-01 [colin]      2.0.0cvs95
1231
1232         * src/addr_compl.c
1233         * src/addrbook.c
1234         * src/addressbook.c
1235         * src/addrindex.c
1236         * src/folder_item_prefs.c
1237         * src/headerview.c
1238         * src/imap.c
1239         * src/inc.c
1240         * src/ldif.c
1241         * src/mainwindow.c
1242         * src/mh.c
1243         * src/msgcache.c
1244         * src/prefs_common.h
1245         * src/prefs_msg_colors.c
1246         * src/procheader.c
1247         * src/procheader.h
1248         * src/procmime.c
1249         * src/procmsg.c
1250         * src/procmsg.h
1251         * src/send_message.h
1252         * src/simple-gettext.c
1253         * src/summaryview.c
1254         * src/summaryview.h
1255         * src/syldap.c
1256         * src/textview.c
1257         * src/undo.c
1258         * src/common/ssl_certificate.c
1259         * src/common/utils.c
1260         * src/gtk/colorsel.c
1261         * src/gtk/gtksctree.c
1262         * src/gtk/gtkshruler.c
1263         * src/plugins/trayicon/trayicon.c
1264                 #if 0 goes to /dev/null
1265
1266 2006-03-01 [colin]      2.0.0cvs94
1267
1268         * src/compose.c
1269         * src/imap.c
1270         * src/inc.c
1271         * src/inc.h
1272         * src/messageview.c
1273         * src/news.c
1274         * src/plugins/spamassassin/spamassassin.c
1275                 Allow to add information in the "working offline"
1276                 window
1277
1278 2006-03-01 [wwp]        2.0.0cvs93
1279
1280         * src/plugins/spamassassin/spamassassin.c
1281                 fixed spamc invocation: use a tricky temporary mini shell wrapper
1282                 'cause it seems that calling `spamc ... < inputfile` with
1283                 g_spawn_(a)sync simply.. erm doesn't work :-).
1284
1285 2006-03-01 [wwp]        2.0.0cvs92
1286
1287         * src/toolbar.c
1288         * src/toolbar.h
1289                 simplify the adding of spam/ham button to the messageview toolbar
1290                 (it gets more clear now that the same button will be "Mark as spam"
1291                 or "Mark as ham" according to the current message status,
1292                 thanks to Colin).
1293
1294 2006-03-01 [wwp]        2.0.0cvs91
1295
1296         * src/messageview.c
1297         * src/procmsg.c
1298         * src/procmsg.h
1299         * src/summaryview.c
1300         * src/plugins/spamassassin/spamassassin.c
1301         * src/plugins/spamassassin/spamassassin.h
1302                 make learner callbacks return a status (0 for ok),
1303                 handle it in main code to avoid setting flags when learning failed,
1304                 don't learn on TCP if offline in spamassassin,
1305                 thanks to Colin.
1306
1307                 
1308
1309 2006-03-01 [wwp]        2.0.0cvs90
1310
1311         * src/compose.c
1312                 some work around the compose window's account menu,
1313                 patch by Fabien Vantard.
1314
1315 2006-03-01 [wwp]        2.0.0cvs89
1316
1317         * src/plugins/spamassassin/spamassassin.c
1318                 fixed bad logics, was using spamc in local mode and sa-learn
1319                 in remote mode (thanks, Colin).
1320
1321 2006-03-01 [wwp]        2.0.0cvs88
1322
1323         * src/plugins/spamassassin/spamassassin.c
1324         * src/plugins/spamassassin/spamassassin.h
1325         * src/plugins/spamassassin/spamassassin_gtk.c
1326                 made processing of emails w/ sa-plugin an option (default is TRUE),
1327                 fixed Engrish some tooltips, capitalization of some debug messages
1328                 and warnings. The spamassassin plugin now provides two separate
1329                 services: process emails upon incorporation and spamd training.
1330                 Both services (un)register independently but use some common
1331                 plugin settings (transport settings, spam storage location).
1332
1333 2006-02-28 [wwp]        2.0.0cvs87
1334
1335         * src/plugins/spamassassin/spamassassin.c
1336                 fix async flag to spamc cmdline execution (batch exec should
1337                 be asynchronous).
1338
1339 2006-02-27 [wwp]        2.0.0cvs86
1340
1341         * src/plugins/spamassassin/spamassassin.c
1342         * src/plugins/spamassassin/spamassassin.h
1343         * src/plugins/spamassassin/spamassassin_gtk.c
1344                 - added the ability to learn a remote spamassassin server (spamd),
1345                 using spamc.
1346                 - added the spamassassin option 'username', that applies to all
1347                 spamassassin operations (filtering, learning, local or remote).
1348                 The default username is the current unix user (if left blank
1349                 from gtk prefs or config file).
1350                 - commented out some unused code (notebook widget), removed unused
1351                 layout (hbox1).
1352                 - make more widgets sensitive to the transport type.
1353
1354 2006-02-27 [colin]      2.0.0cvs85
1355
1356         * src/plugins/spamassassin/spamassassin.c
1357                 Fix sa-learn call when offline
1358
1359 2006-02-27 [colin]      2.0.0cvs84
1360
1361         * configure.ac
1362         * src/Makefile.am
1363         * src/mainwindow.c
1364         * src/mainwindow.h
1365         * src/messageview.c
1366         * src/messageview.h
1367         * src/prefs_toolbar.c
1368         * src/procmsg.c
1369         * src/stock_pixmap.c
1370         * src/stock_pixmap.h
1371         * src/summaryview.c
1372         * src/toolbar.c
1373         * src/toolbar.h
1374         * src/pixmaps/ham_btn.xpm
1375         * src/pixmaps/spam.xpm
1376         * src/pixmaps/spam_btn.xpm
1377         * src/plugins/spamassassin/spamassassin.c
1378                 Add button in toolbar for spam learning
1379                 Fix a few bugs from the last related commit
1380                 Revert 1.9.6cvs23 which messed up shift-selection
1381
1382 2006-02-24 [colin]      2.0.0cvs83
1383
1384         * src/procmsg.c
1385         * src/summaryview.c
1386         * src/summaryview.h
1387         * src/plugins/spamassassin/spamassassin.c
1388         * src/plugins/spamassassin/spamassassin.h
1389         * src/plugins/spamassassin/spamassassin_gtk.c
1390                 Unregister learner when spamassassin is either
1391                 disabled or over tcp
1392
1393 2006-02-24 [colin]      2.0.0cvs82
1394
1395         * src/Makefile.am
1396         * src/mainwindow.c
1397         * src/mainwindow.h
1398         * src/procmsg.c
1399         * src/procmsg.h
1400         * src/stock_pixmap.c
1401         * src/stock_pixmap.h
1402         * src/summaryview.c
1403         * src/summaryview.h
1404         * src/gtk/icon_legend.c
1405         * src/pixmaps/spam.xpm  ** NEW FILE **
1406         * src/plugins/spamassassin/spamassassin.c
1407         * src/plugins/spamassassin/spamassassin_gtk.c
1408                 Add spam learning interface (Mark/Mark as 
1409                 (spam|ham) menus)
1410
1411 2006-02-24 [wwp]        2.0.0cvs81
1412
1413         * src/compose.c
1414         * src/compose.h
1415         * src/filtering.c
1416                 hide compose window when sending message in batch mode
1417                 (filtering: forward and redirect). Also fixed a wrong
1418                 value returned when sending failed, neutral anyway.
1419                 (Colin, me) 
1420
1421 2006-02-24 [wwp]        2.0.0cvs80
1422
1423         * src/mainwindow.c
1424                 use GTK+'s stock quit button. Patch by Fabien Vantard.
1425
1426 2006-02-24 [paul]       2.0.0cvs79
1427
1428         * src/news.c
1429         * src/news.h
1430         * src/news_gtk.c
1431                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
1432                 Thanks to Colin
1433
1434 2006-02-23 [colin]      2.0.0cvs78
1435
1436         * src/alertpanel.c
1437                 Change OK to Close in alertpanel with View log
1438                 button; add accel to View log. Patch by Fabien
1439                 Vantard
1440
1441 2006-02-23 [wwp]        2.0.0cvs77
1442
1443         * src/compose.c
1444                 silly me, there were much more tests to perform, since toolbars can
1445                 really have down to 1 element only.
1446
1447 2006-02-23 [wwp]        2.0.0cvs76
1448
1449         * commitHelper
1450                 fixed indentation from my previous commit. Fallback to VISUAL if
1451                 EDITOR is not set (and to vi, at last resort).
1452
1453 2006-02-23 [wwp]        2.0.0cvs75
1454
1455         * commitHelper
1456                 improved error detection (Colin, me).
1457
1458 2006-02-23 [wwp]        2.0.0cvs74
1459
1460         * src/prefs_toolbar.c
1461                 simplify and fix prefs/toolbars layouting. Combos' contents can
1462                 now be really displayed.
1463
1464 2006-02-23 [wwp]        2.0.0cvs73
1465         simplifies and fix prefs/toolbars layouting. Combos' contents can now
1466         be really displayed.
1467
1468 2006-02-22 [wwp]        2.0.0cvs72
1469
1470         * src/compose.c
1471                 fix a typo in my previous commit (sorry!).
1472
1473 2006-02-22 [wwp]        2.0.0cvs71
1474
1475         * src/prefs_toolbar.c
1476                 fix a crash when adding separators to toolbars,
1477                 also fix some separator item information.
1478
1479 2006-02-22 [wwp]        2.0.0cvs70
1480
1481         * src/compose.c
1482                 fix a crash when redirecting (for instance) when compose window's
1483                 toolbar contents has been customized (when some buttons have been
1484                 removed in fact).
1485
1486 2006-02-21 [wwp]        2.0.0cvs69
1487
1488         * src/summaryview.c
1489         * src/gtk/pluginwindow.c
1490         * src/plugins/pgpcore/prefs_gpg.c
1491                 fix some compilation warnings (feat. remains of removed code).
1492
1493 2006-02-21 [wwp]        2.0.0cvs68
1494
1495         * src/gtk/gtkutils.c
1496                 fix two compilation issues, thanks to Stephan Sachse.
1497
1498 2006-02-20 [colin]      2.0.0cvs67
1499
1500         * src/mainwindow.c
1501                 Don't reselect displayed mail on refocus
1502                 This fixes actions misbehaving 
1503
1504 2006-02-20 [wwp]        2.0.0cvs66
1505
1506         * src/summaryview.c
1507         * src/gtk/gtksctree.c
1508         * src/gtk/gtkshruler.c
1509                 changed more runtime typecast checks.
1510
1511 2006-02-20 [wwp]        2.0.0cvs65
1512
1513         * src/summary_search.c
1514                 find all - summaryview refresh issue fixed, thanks to Colin.
1515
1516 2006-02-20 [wwp]        2.0.0cvs64
1517
1518         * src/gtk/gtkutils.c
1519                 better runtime typecast checks.
1520
1521 2006-02-20 [wwp]        2.0.0cvs63
1522
1523         * src/summary_search.c
1524                 enhancements to the summary search:
1525                         - add the ability to stop the running search
1526                           (upon ESC-key press, new Stop button or when Clear button is pressed)
1527                         - don't search if no criteria (From/To/Subject/Body) is set
1528                         - ensure that a busy mouse pointer is always shown when searching,
1529                           show it even a bit earlier
1530
1531 2006-02-19 [colin]      2.0.0cvs62
1532
1533         * src/compose.c
1534         * src/imap.c
1535         * src/etpan/imap-thread.c
1536         * src/etpan/imap-thread.h
1537                 (Future) IMAP speed improvement on sending
1538                 Will require a libetpan update
1539         * src/summaryview.c
1540         * src/gtk/quicksearch.c
1541                 Make quicksearch clearable while running.
1542
1543 2006-02-17 [colin]      2.0.0cvs61
1544
1545         * src/imap.c
1546         * src/etpan/imap-thread.c
1547         * src/etpan/imap-thread.h
1548                 Check for IMAP certificates
1549                 ** Requires libetpan-0.42-cvs4 
1550                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
1551
1552 2006-02-17 [colin]      2.0.0cvs60
1553
1554         * src/messageview.c
1555         * src/prefs_common.c
1556         * src/prefs_common.h
1557         * src/prefs_message.c
1558                 Add pref to display HTML-only mails with plugin, 
1559                 if possible (defaulting to FALSE of course).
1560
1561 2006-02-16 [colin]      2.0.0cvs59
1562
1563         * src/main.c
1564         * src/common/plugin.c
1565         * src/common/plugin.h
1566         * src/gtk/pluginwindow.c
1567                 Keep track of requested (but unloaded) plugins
1568                 in some error cases.
1569
1570 2006-02-16 [wwp]        2.0.0cvs58
1571
1572         * src/gtk/gtkaspell.c
1573         * src/gtk/gtkaspell.h
1574         * src/prefs_spelling.c
1575         * src/compose.c
1576         * src/prefs_common.c
1577         * src/prefs_common.h
1578                 implemented new optional spellchecker behaviour: re-check message when
1579                 dictionary got changed (from compose-window/context-menu/Change dictionary).
1580
1581 2006-02-16 [wwp]        2.0.0cvs57
1582
1583         * src/quote_fmt_parse.y
1584                 pclose popen'ed pipe.
1585
1586 2006-02-15 [colin]      2.0.0cvs56
1587
1588         * src/mimeview.c
1589         * src/mimeview.h
1590                 Let MimeViewers know which MimeView they
1591                 depend of.
1592         * src/summaryview.c
1593                 Swap From/To columns in Sent/Queue/Drafts
1594                 folders
1595         * src/etpan/imap-thread.c
1596                 Use mailstream_low_tls_open() for STARTTLS
1597                 instead of mailstream_low_ssl_open()
1598                 ** REQUIRES libetpan 0.42cvs3 **
1599
1600 2006-02-15 [wwp]        2.0.0cvs55
1601
1602         * src/compose.c
1603         * src/compose.h
1604         * src/message_search.c
1605         * src/message_search.h
1606         * src/textview.c
1607         * src/gtk/gtkutils.c
1608         * src/gtk/gtkutils.h
1609                 added the ability to Find text in the compose window (and a bit
1610                 of code factorization).
1611
1612 2006-02-15 [wwp]        2.0.0cvs54
1613
1614         * src/prefs_gtk.c
1615                 yet another one file was missing (fix for some widgets' sensitivity).
1616                 Thanks Colin!
1617
1618 2006-02-15 [wwp]        2.0.0cvs53
1619
1620         * src/prefs_gtk.h
1621                 oops forgot that file (fix for some widgets' sensitivity).
1622
1623 2006-02-15 [wwp]        2.0.0cvs52
1624
1625         * src/summary_search.c
1626                 implemented advanced summary search options (added the ability
1627                 to use matcher conditions in an advanced search mode).
1628
1629 2006-02-15 [wwp]        2.0.0cvs51
1630
1631         * src/plugins/pgpcore/prefs_gpg.c
1632         * src/prefs_account.c
1633                 fix some widget sensitivity, mostly around some labels in
1634                 account prefs.
1635
1636 2006-02-15 [paul]       2.0.0cvs50
1637
1638         * manual/advanced.xml
1639                 improve Templates info
1640                 written by wwp
1641
1642 2006-02-14 [colin]      2.0.0cvs49
1643
1644         * src/pixmaps/address_book.xpm
1645         * src/pixmaps/preferences.xpm
1646         * src/pixmaps/properties.xpm
1647                 Fix pixmap size - patch by Fabien Vantard
1648
1649 2006-02-13 [colin]      2.0.0cvs48
1650
1651         * src/procmime.c
1652                 Add missing fclose()s on error
1653         * src/textview.c
1654                 Remove unused code
1655         * src/common/utils.c
1656                 Fix temp files not being deleted on windows
1657         Patches by Thomas Gilgin
1658
1659 2006-02-13 [colin]      2.0.0cvs47
1660
1661         * src/mainwindow.c
1662                 Fix exit crash
1663
1664 2006-02-13 [wwp]        2.0.0cvs46
1665
1666         * src/plugins/pgpcore/prefs_gpg.c
1667                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
1668
1669 2006-02-12 [colin]      2.0.0cvs45
1670
1671         * src/folderview.c
1672         * src/main.c
1673         * src/mainwindow.c
1674                 Fix "stuff" when quitting
1675
1676 2006-02-12 [wwp]        2.0.0cvs44
1677
1678         * src/prefs_themes.c
1679                 fix typos in debug messages.
1680
1681 2006-02-11 [colin]      2.0.0cvs43
1682
1683         * src/summaryview.c
1684                 don't allow drag/drop from ourself
1685
1686 2006-02-10 [wwp]        2.0.0cvs42
1687
1688         * src/exporthtml.c
1689         * src/html.c
1690         * src/html.h
1691         * src/procmime.c
1692         * src/textview.c
1693                 renamed html_ prefixed functions and data structures to avoid
1694                 namespace clashes w/ other software (gtkhtml2 for instance).
1695                 Closes bug #907.
1696
1697
1698 2006-02-09 [colin]      2.0.0cvs41
1699
1700         * src/summaryview.c
1701                 Fix shitty logic messed up. Thanks Ticho for the hint!
1702
1703 2006-02-09 [wwp]        2.0.0cvs40
1704
1705         * src/gtk/about.c
1706         * src/compose.c
1707         * src/prefs_account.c
1708         * src/prefs_gtk.h
1709         * src/editaddress.c
1710                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
1711                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
1712                 Browse buttons in accounts prefs.
1713
1714 2006-02-09 [colin]      2.0.0cvs39
1715
1716         * src/matcher.c
1717                 Check for pointer before using its members
1718         * src/gtk/gtksourceprintjob.c
1719                 Fix a wrong warning
1720
1721 2006-02-09 [wwp]        2.0.0cvs38
1722
1723         * src/gtk/filesel.c
1724                 fix few compiler warnings (type mismatch).
1725
1726 2006-02-09 [paul]       2.0.0cvs37
1727
1728         * po/fr.po
1729                 updated by Fabien Vantard
1730
1731 2006-02-08 [colin]      2.0.0cvs36
1732
1733         * src/prefs_common.c
1734         * src/common/defs.h
1735         * src/common/plugin.c
1736                 allow windows and linux configurations to coexist
1737                 patch by Thomas Gilgin
1738
1739 2006-02-08 [colin]      2.0.0cvs35
1740
1741         * src/filtering.c
1742         * src/matcher.c
1743         * src/matcher.h
1744         * src/matcher_parser_parse.y
1745         * src/prefs_filtering_action.c
1746         * src/prefs_matcher.c
1747                 Add the "Ignore thread" filtering
1748                 action
1749
1750 2006-02-08 [colin]      2.0.0cvs34
1751
1752         * src/compose.c
1753         * src/procmime.c
1754         * src/procmime.h
1755                 Fix bug #905 (damaged attachment)
1756                 text files with raw \0's aren't really text files
1757         FOR_STABLE
1758
1759 2006-02-08 [colin]      2.0.0cvs33
1760
1761         * src/summaryview.c
1762                 Fix crasher introduced yesterday
1763
1764 2006-02-08 [wwp]        2.0.0cvs32
1765
1766         * src/compose.c
1767         * src/compose.h
1768                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
1769
1770 2006-02-08 [wwp]        2.0.0cvs31
1771
1772         * src/prefs_template.c
1773                 templates enhancement: allow address completion for Cc and Bcc fields
1774                 (it was currently possible for the To field only)
1775
1776 2006-02-08 [colin]      2.0.0cvs30
1777
1778         * src/compose.c
1779                 Don't unblock if not blocked
1780         FOR_STABLE
1781
1782 2006-02-07 [colin]      2.0.0cvs29
1783
1784         * src/action.c
1785                 Forgot to refresh summaryview
1786
1787 2006-02-07 [colin]      2.0.0cvs28
1788
1789         * src/action.c
1790                 Freeze/thaw message list and folder list while
1791                 processing %as{} actions 
1792         * src/compose.c
1793                 Fix auto-wrap disabling after a middle-click
1794                 paste - FOR_STABLE
1795
1796 2006-02-07 [paul]       2.0.0cvs27
1797
1798         * src/folder.c
1799                 fix freeing of uninitialised pointers
1800                 Thanks to Colin
1801
1802 2006-02-06 [colin]      2.0.0cvs26
1803
1804         * src/folder.c
1805                 Use g_slist_prepend in potentially big list
1806
1807 2006-02-06 [colin]      2.0.0cvs25
1808
1809         * src/folder.c
1810                 Completely skip processing if it doesn't 
1811                 exist (faster!)
1812
1813 2006-02-06 [colin]      2.0.0cvs24
1814
1815         * src/folder.c
1816         * src/summaryview.c
1817                 Batch filtering in summaryview (from Tools menu)
1818                 and pre/post//-processing too
1819
1820 2006-02-06 [colin]      2.0.0cvs23
1821
1822         * src/procmsg.h
1823         * src/filtering.c
1824                 Use a special field for batch filtering instead
1825                 of stepping on deferred execution's toes
1826
1827 2006-02-06 [colin]      2.0.0cvs22
1828
1829         * src/action.c
1830         * src/filtering.c
1831         * src/filtering.h
1832         * src/folder.c
1833         * src/summaryview.c
1834                 Fix filtering via menus and actions
1835
1836 2006-02-06 [colin]      2.0.0cvs21
1837
1838         * src/imap.c
1839                 Put the added file directly to cache if possible (will work
1840                 with next libetpan)
1841         * src/filtering.c
1842         * src/filtering.h
1843         * src/inc.c
1844         * src/folder.c
1845         * src/mbox.c
1846         * src/procmsg.h
1847                 Move and copy filtered messages by batches instead of one
1848                 by one - faster on IMAP
1849         * src/procmsg.c
1850                 Add a function that'll possibly be useful later
1851
1852 2006-02-06 [colin]      2.0.0cvs20
1853
1854         * src/addressbook.c
1855                 Use internal mime-type instead of text/plain for d'n'd
1856         * src/compose.c
1857                 Allow attaching files from mimeview's icon list via d'n'd
1858         * src/folderview.c
1859         * src/folderview.h
1860                 Use internal mime-type instead of text/plain for d'n'd
1861                 Don't try to selected opened folder if none is
1862                 Factorize d'n'd from other apps code
1863         * src/headerview.c
1864         * src/textview.c
1865         * src/gtk/gtkutils.c
1866         * src/gtk/gtkutils.h
1867                 Factorize Face/X-Face stuff
1868         * src/mimeview.c
1869                 Fix d'n'd to other apps
1870         * src/prefs_message.c
1871                 Let the XFace pref be usable without libcompface as it also
1872                 applies to Face
1873         * src/summaryview.c
1874                 Fix d'n'd to other apps
1875                 Factorize d'n'd from other apps code
1876
1877 2006-02-06 [wwp]        2.0.0cvs19
1878
1879         * po/it.po
1880                 Italian translation fixes by Andrea Spadaccini (no more confusion
1881                 between filtering and processing, and few changes in the About
1882                 dialog).
1883
1884
1885 2006-02-06 [mones]      2.0.0cvs18
1886
1887         * src/gtk/icon_legend.c
1888                 Improved descriptions allowing better translations
1889
1890 2006-02-05 [colin]      2.0.0cvs17
1891
1892         * src/imap.c
1893                 Add the f*cking missing expunge that caused imap_fetch_env
1894                 to fail after an add_msgs ! :-///
1895         * src/etpan/imap-thread.c
1896                 Add a bit of debug
1897         FOR_STABLE
1898
1899 2006-02-05 [colin]      2.0.0cvs16
1900
1901         * src/common/utils.c
1902                 Don't check for return-path (or we can't put
1903                 back non-sent mails)
1904
1905 2006-02-05 [colin]      2.0.0cvs15
1906
1907         * src/textview.c
1908                 Don't try to display Face header in textview
1909                 when teh headerview's active
1910
1911 2006-02-05 [colin]      2.0.0cvs14
1912
1913         * tools/tbird2syl.py
1914         * tools/Makefile.am
1915                 Add script to import Thunderbird mails
1916
1917 2006-02-05 [colin]      2.0.0cvs13
1918
1919         * src/headerview.c
1920         * src/procheader.c
1921         * src/procmsg.c
1922         * src/procmsg.h
1923         * src/textview.c
1924                 Show Face headers - patch partially by Klaus Flittner
1925
1926 2006-02-05 [colin]      2.0.0cvs12
1927
1928         * src/folderview.c
1929         * src/summaryview.c
1930         * src/common/utils.c
1931         * src/common/utils.h
1932                 Let dnd work from mime icons to summaryview
1933                 and to folderview too
1934                 Add a crude test to avoid trying to add files
1935                 drag'n'dropped when they're not mails
1936
1937 2006-02-04 [colin]      2.0.0cvs11
1938
1939         * src/summaryview.c
1940         * src/mimeview.c
1941                 Fix utf8 conversion
1942
1943 2006-02-04 [colin]      2.0.0cvs10
1944
1945         * src/compose.c
1946         * src/folderview.c
1947         * src/mimeview.c
1948         * src/summaryview.c
1949         * src/summaryview.h
1950                 Added various drag and drop capas:
1951                 From                    To
1952                 summaryview             other apps
1953                 mimeview icons          other apps
1954                 other apps              summaryview
1955                 other apps              folderview
1956
1957                 This shouldn't have broken the existing:
1958                 From                    To
1959                 summaryview             folderview
1960                 folderview              folderview
1961                 summaryview             compose's attachments
1962
1963         Tests welcomed.
1964
1965 2006-02-02 [paul]       2.0.0cvs9
1966
1967         * src/mainwindow.c
1968                 move global option 'Set displayed columns...' out
1969                 of folder option grouping.
1970                 fix sensitivity of 'harvest addresses'
1971         FOR_STABLE
1972
1973 2006-02-01 [colin]      2.0.0cvs8
1974
1975         * src/mimeview.c
1976                 Revert the alertpanel patch, it sucks (intrusive
1977                 and gets in the way of "open")
1978
1979 2006-02-01 [colin]      2.0.0cvs7
1980
1981         * src/compose.c
1982         * src/prefs_account.c
1983         * src/prefs_common.c
1984         * src/common/defs.h
1985         * src/common/utils.c
1986         * src/common/utils.h
1987                 Add ability to edit the signature file
1988                 from the account preferences, and use
1989                 a default for the text editor.
1990                 Patch by Fabien Vantard
1991
1992 2006-02-01 [colin]      2.0.0cvs6
1993
1994         * src/mimeview.c
1995                 Try to get mime type by extension if it is
1996                 application/octet-stream
1997                 Display a window with possible choices when
1998                 encountering unknown mime types
1999         * src/gtk/filesel.c
2000         * src/gtk/filesel.h
2001                 Add preview
2002                 Allow multiple selection in filtered filesel
2003                 (patch by Fabien Vantard)
2004         * src/gtk/pluginwindow.c
2005                 Use it (patch by Fabien Vantard)
2006
2007 2006-02-01 [paul]       2.0.0cvs5
2008
2009         * src/jpilot.c
2010                 fix crash on creating jpilot address book
2011                 Thanks to Colin - FOR_STABLE
2012         * src/prefs_summaries.c
2013         * src/prefs_wrapping.c
2014         * src/gtk/icon_legend.c
2015         * src/gtk/quicksearch.c
2016                 string fixes and additions
2017
2018 2006-02-01 [paul]       2.0.0cvs4
2019
2020         * src/compose.c
2021         * src/mainwindow.c
2022         * src/messageview.c
2023         * src/prefs_send.c
2024                 add Arabic encoding option
2025                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
2026
2027 2006-01-31 [colin]      2.0.0cvs3
2028
2029         * src/plugins/pgpcore/passphrase.c
2030                 Convert passphrase to locale encoding
2031         * src/compose.c
2032                 Fix drafting on IMAP. Crappy bug sneaked in
2033                 the release :-/
2034         FOR_STABLE
2035
2036 2006-01-30 [paul]       2.0.0cvs2
2037
2038         * src/gtk/icon_legend.c
2039                 show the new entries
2040
2041 2006-01-30 [colin]      2.0.0cvs1
2042
2043         * src/manual.c
2044                 Check for the file to be present before 
2045                 enabling the menu - FOR_STABLE
2046         * src/gtk/icon_legend.c
2047                 Add folders icons (not all of them, there
2048                 are too much, but the most intriguing ones)
2049
2050 2006-01-30 [paul]       2.0.0
2051
2052         version 2.0.0 released
2053
2054 2006-01-30 [paul]       1.9.100cvs200
2055
2056         * manual/faq.xml
2057         * manual/gpl.xml
2058         * manual/intro.xml
2059         * manual/starting.xml
2060         * manual/sylpheed-claws-manual.xml
2061                 fixes, additions
2062
2063 2006-01-29 [mones]      1.9.100cvs199
2064
2065         * manual/account.xml
2066         * manual/advanced.xml
2067         * manual/glossary.xml
2068                 Some typos fixed, added LDIF term to glossary
2069         * po/es.po
2070                 Fixed leading plus symbol
2071
2072 2006-01-29 [paul]       1.9.100cvs198
2073
2074         * po/fi.po
2075         * po/sk.po
2076                 updated by Tommi Pirinen and Andrej Kacian
2077
2078 2006-01-29 [paul]       1.9.100cvs197
2079
2080         * src/gtk/authors.h
2081                 remove duplicates
2082
2083 2006-01-29 [paul]       1.9.100cvs196
2084
2085         * AUTHORS
2086         * po/nl.po
2087         * src/gtk/authors.h
2088         * tools/claws.i18n.status.pl
2089                 nl translation updated by Tim Dijkstra
2090
2091 2006-01-29 [paul]       1.9.100cvs195
2092
2093         * po/sr.po
2094         * po/sv.po
2095                 updated by Aleksandar Urosevic and Anders Troback
2096
2097 2006-01-28 [colin]      1.9.100cvs194
2098
2099         * src/gtk/gtksourceprintjob.c
2100                 Don't fiddle with PangoLayout when we
2101                 have an image
2102
2103 2006-01-28 [paul]       1.9.100cvs193
2104
2105         * AUTHORS
2106         * po/el.po
2107         * po/zh_CN.po
2108         * src/gtk/authors.h
2109         * tools/claws.i18n.status.pl
2110                 updated translations submitted by Stavros Giannouris
2111                 and Ralgh Young
2112
2113 2006-01-27 [colin]      1.9.100cvs192
2114
2115         * src/summaryview.c
2116         * src/gtk/gtksourceprintjob.c
2117                 Add image printing 
2118                 (libgnomeprint only, of course)
2119
2120 2006-01-27 [paul]       1.9.100cvs191
2121
2122         * po/fr.po
2123         * po/it.po
2124                 updated by Fabien Vantard and Andrea Spadaccini
2125
2126 2006-01-26 [colin]      1.9.100cvs190
2127
2128         * manual/Makefile.am
2129         * configure.ac
2130                 Make building the manual optional 
2131                 (--disable-manual)
2132
2133 2006-01-26 [paul]       1.9.100cvs189
2134
2135         * manual/glossary.xml
2136         * manual/plugins.xml
2137                 edited
2138         * po/en_GB.po
2139                 updated
2140
2141 2006-01-26 [paul]       1.9.100cvs188
2142
2143         * src/prefs_display_header.c
2144         * src/prefs_folder_column.c
2145         * src/prefs_msg_colors.c
2146         * src/prefs_summaries.c
2147         * src/prefs_summary_column.c
2148                 HIGify
2149
2150 2006-01-25 [colin]      1.9.100cvs187
2151
2152         * src/imap.c
2153                 Don't allow moving/copying mails between
2154                 queue/drafts and non-queue/drafts folders
2155                 Fixes bug #897 (message header is resetted 
2156                 if one is copied to Drafts)
2157
2158 2006-01-25 [colin]      1.9.100cvs186
2159
2160         * src/folder.c
2161         * src/mainwindow.c
2162                 Fix subscribed folders not found
2163         * src/compose.c
2164                 Don't try to encode as original mail's charset
2165                 if it's ascii 
2166
2167 2006-01-25 [paul]       1.9.100cvs185
2168
2169         * AUTHORS
2170         * po/Makevars
2171                 updated
2172         * po/de.po
2173         * po/pl.po
2174         * po/pt_BR.po
2175         * po/sr.po
2176                 updates submitted by Stephan Sachse, Emilian Nowak
2177                 and Quar, Frederico Goncalves Guimaraes, and
2178                 Aleksandar Urosevic
2179                 Fix Bug 896, 'PT_BR locale broken'.
2180         * src/gtk/authors.h
2181                 updated
2182
2183 2006-01-24 [mones]      1.9.100cvs184
2184
2185         * manual/glossary.xml
2186                 All current terms finished. Reviewers welcome ;-)
2187         * manual/keyboard.xml
2188                 Fixed column width for pdf output.
2189         * po/es.po
2190                 Updated
2191
2192 2006-01-24 [paul]       1.9.100cvs183
2193
2194         * manual/glossary.xml
2195                 fix id name
2196         * manual/dist/html/Makefile.am
2197         * manual/dist/pdf/Makefile.am
2198         * manual/dist/ps/Makefile.am
2199         * manual/dist/txt/Makefile.am
2200                 fix make deps
2201                 Thanks to Colin
2202
2203 2006-01-24 [mones]      1.9.100cvs182
2204
2205         * manual/glossary.xml
2206                 Nearly finished, some terms missing.
2207
2208 2006-01-23 [paul]       1.9.100cvs181
2209
2210         * manual/dist/html/Makefile.am
2211         * manual/dist/pdf/Makefile.am
2212         * manual/dist/ps/Makefile.am
2213         * manual/dist/txt/Makefile.am
2214         * src/mainwindow.c
2215                 re-enable manual
2216                 Thanks to Colin
2217
2218 2006-01-22 [colin]      1.9.100cvs180
2219
2220         * src/compose.c
2221         * src/gtk/gtkaspell.c
2222                 Don't deselect stuff before right-clicking, with aspell.
2223                 (This prevented right-click Copy, for example).
2224                 Thanks to Clo!
2225
2226 2006-01-22 [paul]       1.9.100cvs179
2227
2228         * src/summary_search.c
2229                 don't fix the widget size as it causes problems
2230                 under localisation.
2231                 Thanks to Emilian Nowak
2232
2233 2006-01-21 [paul]       1.9.100cvs178
2234
2235         * src/prefs_themes.c
2236                 fix broken underlining of label text
2237                 with some translations
2238
2239 2006-01-21 [colin]      1.9.100cvs177
2240
2241         * po/fr.po
2242                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
2243
2244 2006-01-20 [colin]      1.9.100cvs176
2245
2246         * configure.ac
2247         * Makefile.am
2248         * manual/Makefile
2249         * manual/dist/html/.cvsignore
2250         * manual/dist/html/Makefile.am
2251         * manual/dist/pdf/.cvsignore
2252         * manual/dist/pdf/Makefile.am
2253         * manual/dist/ps/.cvsignore
2254         * manual/dist/ps/Makefile.am
2255         * manual/dist/txt/.cvsignore
2256         * manual/dist/txt/Makefile.am
2257                 Autotool-ize manual
2258
2259 2006-01-20 [paul]       1.9.100cvs175
2260
2261         * manual/handling.xml
2262                 make Filtering and Searching entries easier to find
2263         * manual/keyboard.xml
2264                 add the remaining default keybinds
2265         * src/prefs_summaries.c
2266                 update the default keybinds
2267
2268 2006-01-20 [paul]       1.9.100cvs174
2269
2270         * src/addressbook.c
2271         * src/addrgather.c
2272         * src/addrharvest.c
2273         * src/editaddress.c
2274         * src/editgroup.c
2275         * src/exphtmldlg.c
2276         * src/expldifdlg.c
2277         * src/exporthtml.c
2278         * src/exportldif.c
2279         * src/ldif.c
2280                 replace 'e-mail' with 'email'
2281         * src/summary_search.c
2282                 add mnemonic to "Find all" button
2283
2284 2006-01-20 [wwp]        1.9.100cvs173
2285
2286         * src/export.c
2287         * src/import.c
2288                 touched mbox import/export buttons for HIG-compliance
2289
2290 2006-01-19 [paul]       1.9.100cvs172
2291
2292         * manual/account.xml
2293         * manual/addrbook.xml
2294         * manual/advanced.xml
2295         * manual/faq.xml
2296         * manual/handling.xml
2297         * manual/intro.xml
2298         * manual/plugins.xml
2299         * manual/starting.xml
2300                 more editing
2301
2302 2006-01-19 [paul]       1.9.100cvs171
2303
2304         * src/toolbar.c
2305                 allow use of trash button while receiving
2306                 Thanks to Colin
2307
2308 2006-01-19 [wwp]        1.9.100cvs170
2309
2310         * src/gtk/quicksearch.c
2311         * src/compose.c
2312                 force text color to black when yellow background is set
2313
2314 2006-01-19 [colin]      1.9.100cvs169
2315
2316         * src/plugins/trayicon/trayicon.c
2317                 Gray out Get Mail when already getting mail
2318
2319 2006-01-18 [paul]       1.9.100cvs168
2320
2321         * src/compose.c
2322                 give widget yellow background was To is
2323                 set via folder prefs
2324         * src/gtk/quicksearch.c
2325                 give widget yellow background when quick
2326                 search is active.
2327                 Thanks to Colin
2328
2329 2006-01-18 [paul]       1.9.100cvs167
2330
2331         * doc/man/sylpheed-claws.1
2332                 add --subscribe option
2333
2334 2006-01-18 [paul]       1.9.100cvs166
2335
2336         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2337         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2338                 use %U instead of %F (%F is broken for user installed
2339                 files in kde 3.5)
2340
2341 2006-01-18 [colin]      1.9.100cvs165
2342
2343         * src/summaryview.c
2344                 Default to Yes in "No more * messages" dialogs
2345
2346 2006-01-17 [colin]      1.9.100cvs164
2347
2348         * src/compose.c
2349                 Possibly fix an invalid iterator causing
2350                 crash
2351
2352 2006-01-17 [colin]      1.9.100cvs163
2353
2354         * src/mimeview.c
2355                 Fix crash when the image disappears under the
2356                 image viewer
2357
2358 2006-01-16 [colin]      1.9.100cvs162
2359
2360         * src/compose.c
2361                 Fix reenabling autowrap
2362
2363 2006-01-16 [colin]      1.9.100cvs161
2364
2365         * src/compose.c
2366                 reset quote_len before getting quote_str
2367
2368 2006-01-16 [colin]      1.9.100cvs160
2369
2370         * src/account.c
2371         * src/account.h
2372         * src/folder.c
2373         * src/imap_gtk.c
2374         * src/mh_gtk.c
2375                 Fix bug #883 (default inbox does not track folder move)
2376
2377 2006-01-16 [colin]      1.9.100cvs159
2378
2379         * src/compose.c
2380         * src/plugins/pgpcore/passphrase.c
2381                 More buttons fixes
2382
2383 2006-01-16 [paul]       1.9.100cvs158
2384
2385         * src/prefs_actions.c
2386         * src/prefs_filtering_action.c
2387         * src/prefs_matcher.c
2388         * src/quote_fmt.c
2389         * src/gtk/description_window.c
2390         * src/gtk/description_window.h
2391         * src/gtk/quicksearch.c
2392                 description window cleanups
2393
2394 2006-01-15 [colin]      1.9.100cvs157
2395
2396         * src/addressbook.c
2397         * src/prefs_filtering.c
2398                 Same here
2399
2400 2006-01-15 [colin]      1.9.100cvs156
2401
2402         * src/folderview.c
2403         * src/mainwindow.c
2404                 Same for "Empty trash"
2405
2406 2006-01-15 [colin]      1.9.100cvs155
2407
2408         * src/inc.c
2409                 Override offline dialog had Yes by default
2410
2411 2006-01-15 [colin]      1.9.100cvs154
2412
2413         * src/summaryview.c
2414                 Delete selected messages? previously had Yes the default
2415
2416 2006-01-15 [colin]      1.9.100cvs153
2417
2418         * src/folder.c
2419         * src/folder.h
2420         * src/main.c
2421                 Check if a mailbox is loaded after all
2422                 plugins are loaded.
2423
2424 2006-01-15 [colin]      1.9.100cvs152
2425
2426         * src/folder.c
2427                 Don't start wizard when there are unloaded folders (will help
2428                 people with only mbox or maildir mailboxes)
2429
2430 2006-01-14 [colin]      1.9.100cvs151
2431
2432         * src/addressbook.c
2433         * src/expldifdlg.c
2434         * src/importldif.c
2435         * src/importmutt.c
2436         * src/importpine.c
2437         * src/mh_gtk.c
2438                 More HIG compliance and fixes
2439
2440 2006-01-14 [colin]      1.9.100cvs150
2441
2442         * src/prefs_filtering_action.c
2443         * src/foldersel.c
2444                 Two forgotten button order changes
2445
2446 2006-01-14 [colin]      1.9.100cvs149
2447
2448         * src/account.c
2449         * src/addressbook.c
2450         * src/compose.c
2451         * src/folderview.c
2452         * src/imap_gtk.c
2453         * src/mainwindow.c
2454         * src/mh_gtk.c
2455         * src/news_gtk.c
2456         * src/prefs_actions.c
2457         * src/prefs_customheader.c
2458         * src/prefs_filtering.c
2459         * src/prefs_matcher.c
2460         * src/prefs_template.c
2461         * src/ssl_manager.c
2462         * src/summaryview.c
2463         * src/textview.c
2464         * src/toolbar.c
2465                 All deletion confirmations are now "Cancel, Delete" 
2466                 instead of "No, Yes"
2467                 Clarified most of the other "No, Yes" to 
2468                 "Cancel, Descriptive_action"
2469                 Rechanged the "Entry not saved" alerts to have 
2470                 "Close, Continue editing"
2471
2472
2473 2006-01-14 [paul]
2474
2475         * 2.0.0-rc4 released
2476
2477 2006-01-14 [paul]       1.9.100cvs148
2478
2479         * src/account.c
2480         * src/addressadd.c
2481         * src/addressbook.c
2482         * src/compose.c
2483         * src/editaddress.c
2484         * src/editbook.c
2485         * src/editgroup.c
2486         * src/editjpilot.c
2487         * src/editldap.c
2488         * src/editvcard.c
2489         * src/exphtmldlg.c
2490         * src/expldifdlg.c
2491         * src/folderview.c
2492         * src/grouplistdialog.c
2493         * src/imap_gtk.c
2494         * src/importmutt.c
2495         * src/importpine.c
2496         * src/inc.c
2497         * src/main.c
2498         * src/mainwindow.c
2499         * src/message_search.c
2500         * src/messageview.c
2501         * src/mh_gtk.c
2502         * src/mimeview.c
2503         * src/news_gtk.c
2504         * src/prefs_actions.c
2505         * src/prefs_customheader.c
2506         * src/prefs_filtering.c
2507         * src/prefs_matcher.c
2508         * src/prefs_template.c
2509         * src/prefs_themes.c
2510         * src/ssl_manager.c
2511         * src/summary_search.c
2512         * src/summaryview.c
2513         * src/textview.c
2514         * src/toolbar.c
2515         * src/gtk/foldersort.c
2516         * src/gtk/gtkaspell.c
2517         * src/gtk/inputdialog.c
2518         * src/gtk/prefswindow.c
2519         * src/plugins/pgpcore/select-keys.c
2520         * src/plugins/trayicon/trayicon.c
2521                 HIG compliant button order
2522
2523 2006-01-14 [mones]      1.9.100cvs147
2524
2525         * po/es.po
2526                 Updated translation
2527
2528 2006-01-13 [paul]       1.9.100cvs146
2529
2530         * AUTHORS
2531         * ChangeLog
2532         * src/gtk/authors.h
2533                 add Joshua M. Kwan to contributors list
2534
2535 2006-01-13 [colin]      1.9.100cvs145
2536
2537         * src/gtk/quicksearch.c
2538                 Don't refocus quick search after executing (Esc or Enter)
2539                 Allows to '/'search something then move up/down in 
2540                 summaryview, and to Esc a search and be back in the 
2541                 summaryview
2542
2543 2006-01-13 [paul]       1.9.100cvs144
2544
2545         * src/plugins/pgpinline/pgpinline.c
2546                 support Content-Type 'application/pgp'
2547                 patch by Joshua M. Kwan <joshuak@users.sf.net>
2548
2549 2006-01-13 [paul]       1.9.100cvs143
2550
2551         * manual/account.xml
2552                 make mention of partial retrieval
2553                 thanks to Colin
2554
2555 2006-01-13 [paul]       1.9.100cvs142
2556
2557         * src/account.c
2558         * src/account.h
2559         * src/action.c
2560         * src/action.h
2561         * src/adbookbase.h
2562         * src/addr_compl.c
2563         * src/addr_compl.h
2564         * src/addrbook.c
2565         * src/addrcache.c
2566         * src/addrcache.h
2567         * src/addrcindex.c
2568         * src/addrcindex.h
2569         * src/addrclip.c
2570         * src/addrclip.h
2571         * src/addrdefs.h
2572         * src/addressadd.c
2573         * src/addressadd.h
2574         * src/addressbook.c
2575         * src/addressbook.h
2576         * src/addrgather.c
2577         * src/addrgather.h
2578         * src/addrharvest.c
2579         * src/addrharvest.h
2580         * src/addrindex.c
2581         * src/addrindex.h
2582         * src/addritem.c
2583         * src/addritem.h
2584         * src/addrquery.c
2585         * src/addrquery.h
2586         * src/addrselect.c
2587         * src/addrselect.h
2588         * src/alertpanel.c
2589         * src/alertpanel.h
2590         * src/browseldap.c
2591         * src/browseldap.h
2592         * src/codeconv.c
2593         * src/codeconv.h
2594         * src/compose.c
2595         * src/compose.h
2596         * src/customheader.c
2597         * src/customheader.h
2598         * src/displayheader.c
2599         * src/displayheader.h
2600         * src/editaddress.c
2601         * src/editaddress.h
2602         * src/editbook.c
2603         * src/editbook.h
2604         * src/editgroup.c
2605         * src/editgroup.h
2606         * src/editjpilot.c
2607         * src/editjpilot.h
2608         * src/editldap.c
2609         * src/editldap.h
2610         * src/editldap_basedn.c
2611         * src/editldap_basedn.h
2612         * src/editvcard.c
2613         * src/editvcard.h
2614         * src/exphtmldlg.c
2615         * src/exphtmldlg.h
2616         * src/expldifdlg.c
2617         * src/expldifdlg.h
2618         * src/export.h
2619         * src/exporthtml.c
2620         * src/exporthtml.h
2621         * src/exportldif.c
2622         * src/exportldif.h
2623         * src/filtering.c
2624         * src/filtering.h
2625         * src/folder.c
2626         * src/folder.h
2627         * src/folder_item_prefs.c
2628         * src/folder_item_prefs.h
2629         * src/foldersel.c
2630         * src/foldersel.h
2631         * src/folderutils.c
2632         * src/folderutils.h
2633         * src/folderview.c
2634         * src/folderview.h
2635         * src/grouplistdialog.c
2636         * src/grouplistdialog.h
2637         * src/headerview.c
2638         * src/html.c
2639         * src/html.h
2640         * src/image_viewer.c
2641         * src/image_viewer.h
2642         * src/imap.c
2643         * src/imap.h
2644         * src/imap_gtk.c
2645         * src/imap_gtk.h
2646         * src/import.h
2647         * src/importldif.c
2648         * src/importldif.h
2649         * src/importmutt.c
2650         * src/importmutt.h
2651         * src/importpine.c
2652         * src/importpine.h
2653         * src/inc.c
2654         * src/inc.h
2655         * src/jpilot.c
2656         * src/jpilot.h
2657         * src/ldapctrl.c
2658         * src/ldapctrl.h
2659         * src/ldaplocate.c
2660         * src/ldaplocate.h
2661         * src/ldapquery.c
2662         * src/ldapquery.h
2663         * src/ldapserver.c
2664         * src/ldapserver.h
2665         * src/ldaputil.c
2666         * src/ldaputil.h
2667         * src/ldif.c
2668         * src/ldif.h
2669         * src/main.c
2670         * src/main.h
2671         * src/mainwindow.c
2672         * src/mainwindow.h
2673         * src/manual.c
2674         * src/manual.h
2675         * src/mbox.c
2676         * src/mbox.h
2677         * src/message_search.c
2678         * src/message_search.h
2679         * src/messageview.c
2680         * src/messageview.h
2681         * src/mh.c
2682         * src/mh.h
2683         * src/mh_gtk.c
2684         * src/mh_gtk.h
2685         * src/mimeview.c
2686         * src/mimeview.h
2687         * src/msgcache.c
2688         * src/msgcache.h
2689         * src/mutt.c
2690         * src/mutt.h
2691         * src/news.c
2692         * src/news.h
2693         * src/news_gtk.c
2694         * src/news_gtk.h
2695         * src/partial_download.c
2696         * src/partial_download.h
2697         * src/pine.c
2698         * src/pine.h
2699         * src/pop.c
2700         * src/pop.h
2701         * src/prefs_account.c
2702         * src/prefs_account.h
2703         * src/prefs_actions.c
2704         * src/prefs_actions.h
2705         * src/prefs_common.c
2706         * src/prefs_common.h
2707         * src/prefs_compose_writing.c
2708         * src/prefs_compose_writing.h
2709         * src/prefs_customheader.c
2710         * src/prefs_customheader.h
2711         * src/prefs_display_header.c
2712         * src/prefs_display_header.h
2713         * src/prefs_filtering.c
2714         * src/prefs_filtering.h
2715         * src/prefs_filtering_action.c
2716         * src/prefs_filtering_action.h
2717         * src/prefs_folder_column.c
2718         * src/prefs_folder_column.h
2719         * src/prefs_folder_item.c
2720         * src/prefs_folder_item.h
2721         * src/prefs_fonts.c
2722         * src/prefs_fonts.h
2723         * src/prefs_gtk.c
2724         * src/prefs_gtk.h
2725         * src/prefs_image_viewer.c
2726         * src/prefs_image_viewer.h
2727         * src/prefs_matcher.c
2728         * src/prefs_matcher.h
2729         * src/prefs_message.c
2730         * src/prefs_msg_colors.c
2731         * src/prefs_msg_colors.h
2732         * src/prefs_other.c
2733         * src/prefs_quote.c
2734         * src/prefs_receive.c
2735         * src/prefs_send.c
2736         * src/prefs_spelling.c
2737         * src/prefs_spelling.h
2738         * src/prefs_summaries.c
2739         * src/prefs_summaries.h
2740         * src/prefs_summary_column.c
2741         * src/prefs_summary_column.h
2742         * src/prefs_template.c
2743         * src/prefs_template.h
2744         * src/prefs_themes.c
2745         * src/prefs_themes.h
2746         * src/prefs_toolbar.c
2747         * src/prefs_toolbar.h
2748         * src/prefs_wrapping.c
2749         * src/prefs_wrapping.h
2750         * src/privacy.c
2751         * src/privacy.h
2752         * src/procheader.c
2753         * src/procheader.h
2754         * src/procmime.c
2755         * src/procmime.h
2756         * src/procmsg.c
2757         * src/procmsg.h
2758         * src/quote_fmt.c
2759         * src/quote_fmt_parse.y
2760         * src/recv.c
2761         * src/recv.h
2762         * src/remotefolder.c
2763         * src/remotefolder.h
2764         * src/send_message.c
2765         * src/send_message.h
2766         * src/setup.c
2767         * src/setup.h
2768         * src/sourcewindow.c
2769         * src/sourcewindow.h
2770         * src/ssl_manager.c
2771         * src/ssl_manager.h
2772         * src/statusbar.c
2773         * src/statusbar.h
2774         * src/stock_pixmap.c
2775         * src/stock_pixmap.h
2776         * src/summary_search.c
2777         * src/summary_search.h
2778         * src/summaryview.c
2779         * src/summaryview.h
2780         * src/syldap.c
2781         * src/syldap.h
2782         * src/textview.c
2783         * src/textview.h
2784         * src/toolbar.c
2785         * src/toolbar.h
2786         * src/undo.c
2787         * src/undo.h
2788         * src/unmime.c
2789         * src/unmime.h
2790         * src/vcard.c
2791         * src/vcard.h
2792         * src/wizard.c
2793         * src/wizard.h
2794         * src/common/base64.c
2795         * src/common/base64.h
2796         * src/common/defs.h
2797         * src/common/hooks.c
2798         * src/common/hooks.h
2799         * src/common/log.c
2800         * src/common/log.h
2801         * src/common/mgutils.c
2802         * src/common/mgutils.h
2803         * src/common/nntp.c
2804         * src/common/nntp.h
2805         * src/common/passcrypt.c
2806         * src/common/passcrypt.h.in
2807         * src/common/plugin.c
2808         * src/common/plugin.h
2809         * src/common/prefs.c
2810         * src/common/prefs.h
2811         * src/common/progressindicator.c
2812         * src/common/progressindicator.h
2813         * src/common/quoted-printable.c
2814         * src/common/quoted-printable.h
2815         * src/common/session.c
2816         * src/common/session.h
2817         * src/common/smtp.c
2818         * src/common/smtp.h
2819         * src/common/socket.c
2820         * src/common/socket.h
2821         * src/common/ssl.c
2822         * src/common/ssl.h
2823         * src/common/ssl_certificate.c
2824         * src/common/ssl_certificate.h
2825         * src/common/stringtable.c
2826         * src/common/stringtable.h
2827         * src/common/sylpheed.c
2828         * src/common/sylpheed.h
2829         * src/common/template.c
2830         * src/common/template.h
2831         * src/common/timing.h
2832         * src/common/utils.c
2833         * src/common/utils.h
2834         * src/common/version.h.in
2835         * src/common/xml.c
2836         * src/common/xml.h
2837         * src/common/xmlprops.c
2838         * src/common/xmlprops.h
2839         * src/gtk/colorlabel.c
2840         * src/gtk/colorsel.c
2841         * src/gtk/colorsel.h
2842         * src/gtk/description_window.c
2843         * src/gtk/description_window.h
2844         * src/gtk/filesel.c
2845         * src/gtk/filesel.h
2846         * src/gtk/foldersort.c
2847         * src/gtk/foldersort.h
2848         * src/gtk/gtkutils.c
2849         * src/gtk/gtkutils.h
2850         * src/gtk/inputdialog.c
2851         * src/gtk/inputdialog.h
2852         * src/gtk/logwindow.c
2853         * src/gtk/logwindow.h
2854         * src/gtk/manage_window.c
2855         * src/gtk/manage_window.h
2856         * src/gtk/menu.c
2857         * src/gtk/menu.h
2858         * src/gtk/pluginwindow.c
2859         * src/gtk/pluginwindow.h
2860         * src/gtk/prefswindow.c
2861         * src/gtk/prefswindow.h
2862         * src/gtk/progressdialog.c
2863         * src/gtk/progressdialog.h
2864         * src/gtk/sslcertwindow.c
2865         * src/gtk/sslcertwindow.h
2866         * src/plugins/clamav/clamav_plugin.c
2867         * src/plugins/clamav/clamav_plugin.h
2868         * src/plugins/clamav/clamav_plugin_gtk.c
2869         * src/plugins/demo/demo.c
2870         * src/plugins/dillo_viewer/dillo_prefs.c
2871         * src/plugins/dillo_viewer/dillo_prefs.h
2872         * src/plugins/dillo_viewer/dillo_viewer.c
2873         * src/plugins/pgpcore/passphrase.c
2874         * src/plugins/pgpcore/passphrase.h
2875         * src/plugins/pgpcore/plugin.c
2876         * src/plugins/pgpcore/select-keys.c
2877         * src/plugins/pgpcore/select-keys.h
2878         * src/plugins/pgpcore/sgpgme.c
2879         * src/plugins/pgpcore/sgpgme.h
2880         * src/plugins/pgpinline/pgpinline.c
2881         * src/plugins/pgpinline/pgpinline.h
2882         * src/plugins/pgpinline/plugin.c
2883         * src/plugins/pgpmime/pgpmime.c
2884         * src/plugins/pgpmime/pgpmime.h
2885         * src/plugins/pgpmime/plugin.c
2886         * src/plugins/spamassassin/spamassassin.c
2887         * src/plugins/spamassassin/spamassassin.h
2888         * src/plugins/spamassassin/spamassassin_gtk.c
2889         * src/plugins/trayicon/trayicon.c
2890                 update copyright header
2891
2892 2006-01-13 [paul]       1.9.100cvs141
2893
2894         * src/account.c
2895         * src/export.c
2896         * src/import.c
2897         * src/mainwindow.c
2898         * src/prefs_account.c
2899         * src/prefs_display_header.c
2900         * src/prefs_receive.c
2901         * src/prefs_send.c
2902         * src/prefs_summaries.c
2903         * src/prefs_themes.c
2904         * src/prefs_toolbar.c
2905         * src/gtk/about.c
2906                 various cleanups
2907
2908 2006-01-12 [colin]      1.9.100cvs140
2909
2910         * src/folder.c
2911         * src/folder.h
2912         * src/main.c
2913                 Add --subscribe option
2914                 Let sylpheed-claws email@domain.com equivalent to --compose
2915                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
2916
2917 2006-01-12 [paul]       1.9.100cvs139
2918
2919         * src/mainwindow.c
2920                 append 'Change folder order' label with '...'
2921         * src/prefs_actions.c
2922                 allow reordering of actions list by dnd
2923         * src/gtk/foldersort.c
2924                 make the dialog nicer
2925
2926 2006-01-11 [colin]      1.9.100cvs138
2927
2928         * src/compose.c
2929                 Allow templates without text
2930
2931 2006-01-11 [paul]       1.9.100cvs137
2932
2933         * tools/README
2934         * tools/filter_conv_new.pl
2935                 add info to README
2936                 also check .sylpheed for filter.xml
2937                 be a bit informative to the user
2938
2939 2006-01-11 [colin]      1.9.100cvs136
2940
2941         * src/textview.c
2942                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
2943
2944 2006-01-10 [paul]       1.9.100cvs135
2945
2946         * tools/Makefile.am
2947         * tools/filter_conv_new.pl
2948                 add script to convert new style Sylpheed
2949                 filter rules (Sylpheed >= 0.9.99) to
2950                 Claws filtering rules
2951
2952 2006-01-10 [colin]      1.9.100cvs134
2953
2954         * src/compose.c
2955                 Fix broken line joins in certain conditions
2956                 (between two quoted lines: <enter><enter><up>
2957                  <type a wrapped sentence><go in the first line>
2958                  <insert more text><watch as line joining failed>)
2959
2960 2006-01-10 [paul]       1.9.100cvs133
2961
2962         * src/compose.c
2963                 don't report success in error dialog
2964                 thanks to Colin
2965         * src/common/utils.c
2966                 include some trailing punctuations as URI
2967                 thanks to Hiro
2968
2969 2006-01-10 [paul]       1.9.100cvs132
2970
2971         * src/mimeview.c
2972                 fix incompatible pointer type
2973                 warning
2974
2975 2006-01-10 [paul]       1.9.100cvs131
2976
2977         * src/compose.c
2978                 change Subject in window title
2979                 instantaneously
2980
2981 2006-01-09 [colin]      1.9.100cvs130
2982
2983         * src/addressbook.c
2984         * src/headerview.c
2985         * src/mainwindow.c
2986         * src/messageview.c
2987         * src/mimeview.c
2988         * src/noticeview.c
2989         * src/summaryview.c
2990                 Fix possible crashes on exit and in addressbook
2991
2992 2006-01-09 [paul]       1.9.100cvs129
2993
2994         * src/prefs_msg_colors.c
2995                 some cleanups that I forgot last time
2996
2997 2006-01-09 [paul]       1.9.100cvs128
2998
2999         * README
3000         * src/folderview.c
3001         * src/prefs_msg_colors.c
3002                 add previously hidden option, color_new, to
3003                 the gui
3004                 move the page to Display/
3005                 rework the gui
3006
3007 2006-01-09 [wwp]        1.9.100cvs127
3008
3009         * src/prefs_themes.c
3010                 made the prefs/display/themes layouts spacing less condensed
3011                 (and so they match other prefs/pages' look).
3012
3013 2006-01-09 [paul]       1.9.100cvs126
3014
3015         * src/compose.c
3016         * src/prefs_common.c
3017         * src/prefs_common.h
3018         * src/prefs_wrapping.c
3019                 remove 'wrap at send' option
3020
3021 2006-01-06 [colin]      1.9.100cvs125
3022
3023         * src/compose.c
3024                 Just make completely sure we don't insert "manual line breaks" 
3025                 when wrapping... 
3026
3027 2006-01-04 [paul]
3028
3029         * 2.0.0-rc3 released
3030
3031 2006-01-04 [paul]       1.9.100cvs124
3032
3033         * src/folderview.c
3034                 fix bug 882, 'quick scroll in folder list
3035                 displays wrong folder contents'
3036
3037 2006-01-04 [paul]       1.9.100cvs123
3038
3039         * src/plugins/pgpmime/pgpmime.c
3040                 better debug information when signing
3041                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3042
3043 2006-01-03 [colin]      1.9.100cvs122
3044
3045         * configure.ac
3046                 We need to recheck for gpgme 1.0.0 after checking
3047                 for 1.1.1, because if 1.1.1 isn't available, 
3048                 GPGME_LIBS and friends are blanked out by the 
3049                 second check.
3050
3051 2006-01-03 [colin]      1.9.100cvs121
3052
3053         * src/common/prefs.c
3054                 Windows unlink-before rename fix
3055         * src/plugins/pgpcore/sgpgme.c
3056                 Add support for PKA info if available
3057                 Both patches by Werner Koch
3058
3059 2006-01-03 [paul]       1.9.100cvs120
3060
3061         * src/messageview.c
3062                 fix bug 884, 'Send receipt' button visible in queue
3063                 Thanks to Colin
3064
3065 2006-01-02 [colin]      1.9.100cvs119
3066
3067         * src/compose.c
3068         * src/imap.c
3069                 Fix autosave on IMAP and more generally try to
3070                 return the correct ID on a newly added IMAP message
3071
3072 2006-01-02 [paul]       1.9.100cvs118
3073
3074         * manual/keyboard.xml
3075                 edited
3076
3077 2006-01-01 [paul]       1.9.100cvs117
3078
3079         * src/gtk/authors.h
3080                 alphabetical order
3081
3082 2005-12-30 [colin]      1.9.100cvs116
3083
3084         * manual/advanced.xml
3085                 Explain Pre/Post-processing differences.
3086
3087 2005-12-30 [colin]      1.9.100cvs115
3088
3089         * src/mh.c
3090                 Implement copy_msgs for a little optimization
3091         * src/imap.c
3092                 Finish yesterday's fix
3093
3094 2005-12-29 [colin]      1.9.100cvs114
3095
3096         * src/imap.c
3097                 Fix occasional failure in fetching a mail over
3098                 IMAP
3099
3100 2005-12-29 [colin]      1.9.100cvs113
3101
3102         * src/compose.c
3103                 Don't remove a draft when sending it, if it is 
3104                 locked.
3105
3106 2005-12-28 [colin]      1.9.100cvs112
3107
3108         * src/summaryview.c
3109                 Fix leak for real
3110
3111 2005-12-28 [wwp]        1.9.100cvs111
3112
3113         * doc/faq/.cvsignore
3114         * doc/faq/de/.cvsignore
3115         * doc/faq/en/.cvsignore
3116         * doc/faq/es/.cvsignore
3117         * doc/faq/fr/.cvsignore
3118         * doc/faq/it/.cvsignore
3119         * doc/manual/.cvsignore
3120         * doc/manual/de/.cvsignore
3121         * doc/manual/en/.cvsignore
3122         * doc/manual/es/.cvsignore
3123         * doc/manual/fr/.cvsignore
3124         * doc/manual/ja/.cvsignore
3125         * src/plugins/mathml_viewer/.cvsignore
3126                 rollback revival of those files (my bad, sorry for the noise).
3127
3128 2005-12-28 [wwp]        1.9.100cvs110
3129
3130         * src/compose.c
3131                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
3132
3133 2005-12-28 [wwp]        1.9.100cvs109
3134
3135         * doc/faq/.cvsignore
3136         * doc/faq/de/.cvsignore
3137         * doc/faq/en/.cvsignore
3138         * doc/faq/es/.cvsignore
3139         * doc/faq/fr/.cvsignore
3140         * doc/faq/it/.cvsignore
3141         * doc/manual/.cvsignore
3142         * doc/manual/de/.cvsignore
3143         * doc/manual/en/.cvsignore
3144         * doc/manual/es/.cvsignore
3145         * doc/manual/fr/.cvsignore
3146         * doc/manual/ja/.cvsignore
3147         * src/plugins/mathml_viewer/.cvsignore
3148         * po/.cvsignore
3149                 more files to ignore.
3150
3151 2005-12-24 [colin]      1.9.100cvs108
3152
3153         * AUTHORS
3154         * src/gtk/authors.h
3155                 Update for Werner
3156
3157 2005-12-24 [colin]      1.9.100cvs107
3158
3159         * src/procmsg.c
3160                 Allow NULL src_msginfo in 
3161                 procmsg_msginfo_new_from_mimeinfo
3162
3163 2005-12-23 [paul]       1.9.100cvs106
3164
3165         * src/plugins/pgpinline/mypgpcore.def
3166                 add this forgotten file
3167
3168 2005-12-23 [colin]      1.9.100cvs105
3169
3170         * src/mainwindow.c
3171                 Fix missing break
3172
3173 2005-12-23 [colin]      1.9.100cvs104
3174
3175         * autogen.sh
3176         * src/folder.c
3177         * src/mh.c
3178         * src/common/plugin.c
3179         * src/common/socket.c
3180         * src/common/socket.h
3181         * src/common/utils.c
3182         * src/common/utils.h
3183         * src/gtk/pluginwindow.c
3184         * src/plugins/pgpcore/plugin.def
3185         * src/plugins/pgpcore/sylpheed.def
3186         * src/plugins/pgpinline/Makefile.am
3187         * src/plugins/pgpinline/plugin.def
3188         * src/plugins/pgpinline/sylpheed.def
3189         * src/plugins/pgpmime/plugin.def
3190         * src/plugins/pgpmime/sylpheed.def
3191                 Various w32 fixes by Werner Koch
3192
3193 2005-12-22 [paul]       1.9.100cvs103
3194
3195         * src/wizard.c
3196                 don't offer IMAP as 'server type' if
3197                 libetpan isn't built in
3198
3199 2005-12-22 [paul]       1.9.100cvs102
3200
3201         * AUTHORS
3202         * src/mainwindow.c
3203         * src/mainwindow.h
3204         * src/toolbar.c
3205         * src/gtk/authors.h
3206                 support GTK_TOOLBAR_BOTH_HORIZ (text
3207                 next to icon) Patch by Marien Zwart
3208                 marienz@users.sf.net
3209                 Also reword the text
3210
3211 2005-12-21 [colin]      1.9.100cvs101
3212
3213         * configure.ac
3214                 Fix DATADIRNAME
3215         * COPYING
3216                 Fix missing section and explicit the exception better
3217         * src/compose.c
3218                 Prevent mail from being lost without notice when an
3219                 SMTP error happens on trying to send an unmodified
3220                 drafted mail.
3221         * src/send_message.c
3222         * src/common/smtp.c
3223                 Fix password remembering when wrong, and add return
3224                 value checks where they should have been
3225         * src/plugins/pgpcore/sylpheed.def
3226         * src/plugins/pgpinline/sylpheed.def
3227         * src/plugins/pgpmime/sylpheed.def
3228                 Add a few symbols needed
3229
3230 2005-12-21 [paul]       1.9.100cvs100
3231
3232         * m4/codeset.m4
3233         * m4/glibc21.m4
3234         * m4/intdiv0.m4
3235         * m4/inttypes-pri.m4
3236         * m4/inttypes.m4
3237         * m4/inttypes_h.m4
3238         * m4/isc-posix.m4
3239         * m4/lcmessage.m4
3240         * m4/stdint_h.m4
3241         * m4/uintmax_t.m4
3242                 gettextization
3243                 thanks to Colin
3244
3245 2005-12-21 [paul]       1.9.100cvs99
3246
3247         * po/sv.po
3248                 fixed by Colin
3249
3250 2005-12-20 [paul]       1.9.100cvs98
3251
3252         * po/sv.po
3253                 updated by Anders Trobäck
3254
3255 2005-12-20 [colin]      1.9.100cvs97
3256
3257         * ABOUT-NLS
3258         * Makefile.am
3259         * autogen.sh
3260         * configure.ac
3261         * config/config.rpath
3262         * config/mkinstalldirs
3263         * m4/Makefile.am
3264         * m4/glibc2.m4
3265         * m4/gnupg.m4
3266         * m4/gpgme.m4
3267         * m4/intmax.m4
3268         * m4/longdouble.m4
3269         * m4/longlong.m4
3270         * m4/printf-posix.m4
3271         * m4/signed.m4
3272         * m4/size_max.m4
3273         * m4/ulonglong.m4
3274         * m4/wchar_t.m4
3275         * m4/wint_t.m4
3276         * m4/xsize.m4
3277         * po/Makefile.in.in
3278         * po/Makevars
3279         * po/bg.po
3280         * po/ca.po
3281         * po/cs.po
3282         * po/de.po
3283         * po/el.po
3284         * po/en_GB.po
3285         * po/es.po
3286         * po/fi.po
3287         * po/fr.po
3288         * po/hr.po
3289         * po/hu.po
3290         * po/it.po
3291         * po/ja.po
3292         * po/ko.po
3293         * po/nb.po
3294         * po/nl.po
3295         * po/pl.po
3296         * po/pt_BR.po
3297         * po/ru.po
3298         * po/sk.po
3299         * po/sr.po
3300         * po/stamp-po
3301         * po/sv.po
3302         * po/zh_CN.po
3303         * po/zh_TW.po
3304         * src/Makefile.am
3305         * src/codeconv.c
3306         * src/compose.c
3307         * src/exporthtml.c
3308         * src/exportldif.c
3309         * src/folder.c
3310         * src/main.c
3311         * src/manual.c
3312         * src/mh.c
3313         * src/mimeview.c
3314         * src/send_message.c
3315         * src/common/Makefile.am
3316         * src/common/fnmatch.c
3317         * src/common/fnmatch.h
3318         * src/common/fnmatch_loop.c
3319         * src/common/nntp.c
3320         * src/common/plugin.c
3321         * src/common/smtp.c
3322         * src/common/socket.c
3323         * src/common/string_match.c
3324         * src/common/sylpheed.c
3325         * src/common/utils.c
3326         * src/common/utils.h
3327         * src/common/w32_dirent.c
3328         * src/common/w32_reg.c
3329         * src/common/w32_signal.c
3330         * src/common/w32_stat.c
3331         * src/common/w32_stdio.c
3332         * src/common/w32_stdlib.c
3333         * src/common/w32_string.c
3334         * src/common/w32_time.c
3335         * src/common/w32_unistd.c
3336         * src/common/w32_wait.c
3337         * src/common/w32lib.h
3338         * src/etpan/Makefile.am
3339         * src/gtk/Makefile.am
3340         * src/plugins/clamav/Makefile.am
3341         * src/plugins/demo/Makefile.am
3342         * src/plugins/dillo_viewer/Makefile.am
3343         * src/plugins/pgpcore/Makefile.am
3344         * src/plugins/pgpcore/passphrase.c
3345         * src/plugins/pgpcore/plugin.def
3346         * src/plugins/pgpcore/sgpgme.c
3347         * src/plugins/pgpcore/sylpheed.def
3348         * src/plugins/pgpcore/version.rc
3349         * src/plugins/pgpinline/Makefile.am
3350         * src/plugins/pgpinline/plugin.def
3351         * src/plugins/pgpinline/sylpheed.def
3352         * src/plugins/pgpinline/version.rc
3353         * src/plugins/pgpmime/Makefile.am
3354         * src/plugins/pgpmime/mypgpcore.def
3355         * src/plugins/pgpmime/plugin.def
3356         * src/plugins/pgpmime/sylpheed.def
3357         * src/plugins/pgpmime/version.rc
3358         * src/plugins/spamassassin/Makefile.am
3359                 Very little ;-) patch from Werner Koch, providing
3360                 infrastructure for cross-compiling to Win32
3361
3362 2005-12-20 [paul]       1.9.100cvs96
3363
3364         * src/account.c
3365         * src/account.h
3366         * src/mainwindow.c
3367         * src/mainwindow.h
3368         * src/toolbar.c
3369         * src/toolbar.h
3370                 add a combo to the Get All button, allowing
3371                 quick retrieval from any account
3372                 Patch by Fabien Vantard, slightly modified
3373                 by Colin
3374         * src/gtk/about.c
3375                 i18n fix. Patch by Fabien Vantard
3376
3377 2005-12-19 [colin]      1.9.100cvs95
3378
3379         * src/compose.c
3380         * src/compose.h
3381                 Don't automatically join lines when they've 
3382                 been separated by the user and not automatically
3383
3384 2005-12-19 [paul]       1.9.100cvs94
3385
3386         * src/gtk/pluginwindow.c
3387                 i18n fix.
3388                 Patch by Fabien Vantard
3389
3390 2005-12-15 [paul]       1.9.100cvs93
3391
3392         * src/common/plugin.c
3393         * src/common/plugin.h
3394         * src/gtk/pluginwindow.c
3395         * src/plugins/clamav/clamav_plugin.c
3396         * src/plugins/demo/demo.c
3397         * src/plugins/dillo_viewer/dillo_viewer.c
3398         * src/plugins/pgpcore/plugin.c
3399         * src/plugins/pgpinline/plugin.c
3400         * src/plugins/pgpmime/plugin.c
3401         * src/plugins/spamassassin/spamassassin.c
3402         * src/plugins/trayicon/trayicon.c
3403                 add plugin_version()
3404
3405 2005-12-15 [colin]      1.9.100cvs92
3406
3407         * src/compose.c
3408                 Further fix bug #875
3409
3410 2005-12-15 [paul]       1.9.100cvs91
3411
3412         * src/gtk/filesel.c
3413                 fix attach_load_dir getting set to
3414                 PLUGINDIR on plugin load
3415
3416 2005-12-14 [mones]      1.9.100cvs90
3417
3418         * manual/ack.xml
3419         * manual/keyboard.xml
3420                 Initial draft and some shortcuts added
3421                 
3422         * po/es.po
3423                 Updated translation
3424
3425 2005-12-14 [colin]      1.9.100cvs89
3426
3427         * src/compose.c
3428         * src/imap.c
3429         * src/summaryview.c
3430         * src/gtk/gtkaspell.c
3431                 More leaks fixed
3432         * src/prefs_folder_item.c
3433                 Fix recursive prefs apply
3434
3435
3436 2005-12-14 [colin]      1.9.100cvs88
3437
3438         * src/compose.c
3439                 Fix bug #875 (Freeze On Inline Forward of 
3440                 Large Message)
3441
3442 2005-12-13 [colin]      1.9.100cvs87
3443
3444         * src/compose.c
3445                 Uniq-ify and sort the mimetypes list
3446                 Patch by Fabien Vantard
3447
3448 2005-12-13 [colin]      1.9.100cvs86
3449
3450         * src/imap.c
3451         * src/etpan/imap-thread.c
3452                 Fix leaks (patch by Hoa)
3453         * src/news.c
3454         * src/common/plugin.c
3455                 Fix leaks
3456
3457 2005-12-12 [colin]
3458
3459         * 2.0.0-rc2 released
3460
3461 2005-12-12 [colin]      1.9.100cvs85
3462
3463         * src/matcher.c
3464                 Fix a leak
3465
3466 2005-12-12 [wwp]        1.9.100cvs84
3467
3468         * src/gtk/icon_legend.c
3469                 fix misbehaviour and crash when closing the legend window
3470         using the Esc key (patch by Fabien Vantard).
3471
3472 2005-12-12 [paul]       1.9.100cvs83
3473
3474         * src/browseldap.c
3475         * src/foldersel.c
3476         * src/prefs_actions.c
3477         * src/prefs_filtering.c
3478         * src/prefs_matcher.c
3479         * src/prefs_spelling.glade      ** REMOVED **
3480         * src/prefs_template.c
3481         * src/gtk/foldersort.glade      ** REMOVED **
3482         * src/gtk/pluginwindow.c
3483         * src/gtk/pluginwindow.glade    ** REMOVED **
3484         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
3485                 cleanups
3486
3487 2005-12-11 [paul]       1.9.100cvs82
3488
3489         * src/gtk/filesel.c
3490                 fix attach_load_dir crasher (double free)
3491
3492 2005-12-09 [paul]       1.9.100cvs81
3493
3494         * po/POTFILES.in
3495         * src/mainwindow.c
3496         * src/gtk/Makefile.am
3497         * src/gtk/icon_legend.c
3498         * src/gtk/icon_legend.h
3499                 add icon legend
3500         * src/manual.c
3501                 cleanup
3502
3503 2005-12-09 [paul]       1.9.100cvs80
3504
3505         * src/plugins/pgpcore/passphrase.c
3506                 wrap the label in the dialog
3507
3508 2005-12-09 [colin]      1.9.100cvs79
3509
3510         * src/plugins/pgpcore/sgpgme.c
3511                 Display (untrusted) on not trusted signatures
3512                 Patch by Michal Èihaø <michal@cihar.com>
3513                 Closes bug #867 (Report also key trust)
3514
3515 2005-12-09 [colin]      1.9.100cvs78
3516
3517         * src/common/plugin.c
3518                 Update licence check, following Eben Moglen's advice
3519
3520 2005-12-08 [colin]      1.9.100cvs77
3521
3522         * src/folder.c
3523                 Fix the occasionnal item->cache != NULL 
3524                 assertion failure. 
3525
3526 2005-12-08 [colin]      1.9.100cvs76
3527
3528         * src/mimeview.c
3529         * src/plugins/pgpcore/sgpgme.c
3530                 Print key id when unable to check it
3531                 Closes bug #866 (Show key id when missing)
3532
3533 2005-12-08 [paul]       1.9.100cvs75
3534
3535         * src/prefs_common.c
3536         * src/prefs_common.h
3537         * src/gtk/filesel.c
3538                 remember load attachment dir
3539
3540 2005-12-07 [colin]      1.9.100cvs74
3541
3542         * src/prefs_toolbar.c
3543                 Gtk fixes, patch by Fabien Vantard
3544
3545 2005-12-07 [colin]      1.9.100cvs73
3546
3547         * src/action.c
3548         * src/compose.c
3549         * src/compose.h
3550                 Fix bug #839 (Quoted text isn't colored after 
3551                 executing an action)
3552         * src/common/plugin.c
3553                 Require plugins to declare their licence in plugin_licence()
3554                 Refuse to load non-GPL plugins as they'd be illegal (as 
3555                 derived works of Sylpheed-Claws, they must be GPL).
3556         * src/plugins/clamav/clamav_plugin.c
3557         * src/plugins/demo/demo.c
3558         * src/plugins/dillo_viewer/dillo_viewer.c
3559         * src/plugins/pgpcore/plugin.c
3560         * src/plugins/pgpinline/plugin.c
3561         * src/plugins/pgpmime/plugin.c
3562         * src/plugins/spamassassin/spamassassin.c
3563         * src/plugins/trayicon/trayicon.c
3564                 Add plugin_licence()
3565
3566 2005-12-07 [paul]       1.9.100cvs72
3567
3568         * configure.ac
3569         * src/mainwindow.c
3570         * src/manual.c
3571         * src/manual.h
3572         * src/common/defs.h
3573                 clean up after local FAQ removal and
3574                 temporary manual removal
3575
3576 2005-12-06 [colin]      1.9.100cvs71
3577
3578         * configure.ac
3579         * doc/Makefile.am
3580         * doc/faq/.cvsignore
3581         * doc/faq/Makefile.am
3582         * doc/faq/de/.cvsignore
3583         * doc/faq/de/Makefile.am
3584         * doc/faq/de/sylpheed-faq-1.html
3585         * doc/faq/de/sylpheed-faq-2.html
3586         * doc/faq/de/sylpheed-faq-3.html
3587         * doc/faq/de/sylpheed-faq.html
3588         * doc/faq/en/.cvsignore
3589         * doc/faq/en/Makefile.am
3590         * doc/faq/en/sylpheed-faq-1.html
3591         * doc/faq/en/sylpheed-faq-2.html
3592         * doc/faq/en/sylpheed-faq-3.html
3593         * doc/faq/en/sylpheed-faq-4.html
3594         * doc/faq/en/sylpheed-faq.html
3595         * doc/faq/es/.cvsignore
3596         * doc/faq/es/Makefile.am
3597         * doc/faq/es/sylpheed-faq-1.html
3598         * doc/faq/es/sylpheed-faq-2.html
3599         * doc/faq/es/sylpheed-faq-3.html
3600         * doc/faq/es/sylpheed-faq-4.html
3601         * doc/faq/es/sylpheed-faq.html
3602         * doc/faq/fr/.cvsignore
3603         * doc/faq/fr/Makefile.am
3604         * doc/faq/fr/sylpheed-faq-1.html
3605         * doc/faq/fr/sylpheed-faq-2.html
3606         * doc/faq/fr/sylpheed-faq-3.html
3607         * doc/faq/fr/sylpheed-faq.html
3608         * doc/faq/it/.cvsignore
3609         * doc/faq/it/Makefile.am
3610         * doc/faq/it/sylpheed-faq-1.html
3611         * doc/faq/it/sylpheed-faq-2.html
3612         * doc/faq/it/sylpheed-faq-3.html
3613         * doc/faq/it/sylpheed-faq.html
3614         * doc/manual/.cvsignore
3615         * doc/manual/Makefile.am
3616         * doc/manual/de/.cvsignore
3617         * doc/manual/de/Makefile.am
3618         * doc/manual/de/sylpheed-1.html
3619         * doc/manual/de/sylpheed-10.html
3620         * doc/manual/de/sylpheed-11.html
3621         * doc/manual/de/sylpheed-12.html
3622         * doc/manual/de/sylpheed-13.html
3623         * doc/manual/de/sylpheed-14.html
3624         * doc/manual/de/sylpheed-15.html
3625         * doc/manual/de/sylpheed-16.html
3626         * doc/manual/de/sylpheed-17.html
3627         * doc/manual/de/sylpheed-18.html
3628         * doc/manual/de/sylpheed-19.html
3629         * doc/manual/de/sylpheed-2.html
3630         * doc/manual/de/sylpheed-20.html
3631         * doc/manual/de/sylpheed-3.html
3632         * doc/manual/de/sylpheed-4.html
3633         * doc/manual/de/sylpheed-5.html
3634         * doc/manual/de/sylpheed-6.html
3635         * doc/manual/de/sylpheed-7.html
3636         * doc/manual/de/sylpheed-8.html
3637         * doc/manual/de/sylpheed-9.html
3638         * doc/manual/de/sylpheed.html
3639         * doc/manual/en/.cvsignore
3640         * doc/manual/en/Makefile.am
3641         * doc/manual/en/sylpheed-1.html
3642         * doc/manual/en/sylpheed-10.html
3643         * doc/manual/en/sylpheed-11.html
3644         * doc/manual/en/sylpheed-12.html
3645         * doc/manual/en/sylpheed-13.html
3646         * doc/manual/en/sylpheed-14.html
3647         * doc/manual/en/sylpheed-15.html
3648         * doc/manual/en/sylpheed-16.html
3649         * doc/manual/en/sylpheed-17.html
3650         * doc/manual/en/sylpheed-18.html
3651         * doc/manual/en/sylpheed-19.html
3652         * doc/manual/en/sylpheed-2.html
3653         * doc/manual/en/sylpheed-20.html
3654         * doc/manual/en/sylpheed-21.html
3655         * doc/manual/en/sylpheed-22.html
3656         * doc/manual/en/sylpheed-3.html
3657         * doc/manual/en/sylpheed-4.html
3658         * doc/manual/en/sylpheed-5.html
3659         * doc/manual/en/sylpheed-6.html
3660         * doc/manual/en/sylpheed-7.html
3661         * doc/manual/en/sylpheed-8.html
3662         * doc/manual/en/sylpheed-9.html
3663         * doc/manual/en/sylpheed.html
3664         * doc/manual/es/.cvsignore
3665         * doc/manual/es/Makefile.am
3666         * doc/manual/es/sylpheed-1.html
3667         * doc/manual/es/sylpheed-10.html
3668         * doc/manual/es/sylpheed-11.html
3669         * doc/manual/es/sylpheed-12.html
3670         * doc/manual/es/sylpheed-13.html
3671         * doc/manual/es/sylpheed-14.html
3672         * doc/manual/es/sylpheed-15.html
3673         * doc/manual/es/sylpheed-16.html
3674         * doc/manual/es/sylpheed-17.html
3675         * doc/manual/es/sylpheed-18.html
3676         * doc/manual/es/sylpheed-19.html
3677         * doc/manual/es/sylpheed-2.html
3678         * doc/manual/es/sylpheed-20.html
3679         * doc/manual/es/sylpheed-3.html
3680         * doc/manual/es/sylpheed-4.html
3681         * doc/manual/es/sylpheed-5.html
3682         * doc/manual/es/sylpheed-6.html
3683         * doc/manual/es/sylpheed-7.html
3684         * doc/manual/es/sylpheed-8.html
3685         * doc/manual/es/sylpheed-9.html
3686         * doc/manual/es/sylpheed.html
3687         * doc/manual/fr/.cvsignore
3688         * doc/manual/fr/Makefile.am
3689         * doc/manual/fr/sylpheed-1.html
3690         * doc/manual/fr/sylpheed-10.html
3691         * doc/manual/fr/sylpheed-11.html
3692         * doc/manual/fr/sylpheed-12.html
3693         * doc/manual/fr/sylpheed-13.html
3694         * doc/manual/fr/sylpheed-14.html
3695         * doc/manual/fr/sylpheed-15.html
3696         * doc/manual/fr/sylpheed-16.html
3697         * doc/manual/fr/sylpheed-17.html
3698         * doc/manual/fr/sylpheed-18.html
3699         * doc/manual/fr/sylpheed-19.html
3700         * doc/manual/fr/sylpheed-2.html
3701         * doc/manual/fr/sylpheed-20.html
3702         * doc/manual/fr/sylpheed-3.html
3703         * doc/manual/fr/sylpheed-4.html
3704         * doc/manual/fr/sylpheed-5.html
3705         * doc/manual/fr/sylpheed-6.html
3706         * doc/manual/fr/sylpheed-7.html
3707         * doc/manual/fr/sylpheed-8.html
3708         * doc/manual/fr/sylpheed-9.html
3709         * doc/manual/fr/sylpheed.html
3710         * doc/manual/ja/.cvsignore
3711         * doc/manual/ja/Makefile.am
3712         * doc/manual/ja/sylpheed-1.html
3713         * doc/manual/ja/sylpheed-10.html
3714         * doc/manual/ja/sylpheed-11.html
3715         * doc/manual/ja/sylpheed-12.html
3716         * doc/manual/ja/sylpheed-13.html
3717         * doc/manual/ja/sylpheed-14.html
3718         * doc/manual/ja/sylpheed-15.html
3719         * doc/manual/ja/sylpheed-16.html
3720         * doc/manual/ja/sylpheed-17.html
3721         * doc/manual/ja/sylpheed-18.html
3722         * doc/manual/ja/sylpheed-19.html
3723         * doc/manual/ja/sylpheed-2.html
3724         * doc/manual/ja/sylpheed-20.html
3725         * doc/manual/ja/sylpheed-3.html
3726         * doc/manual/ja/sylpheed-4.html
3727         * doc/manual/ja/sylpheed-5.html
3728         * doc/manual/ja/sylpheed-6.html
3729         * doc/manual/ja/sylpheed-7.html
3730         * doc/manual/ja/sylpheed-8.html
3731         * doc/manual/ja/sylpheed-9.html
3732         * doc/manual/ja/sylpheed.html
3733         * doc/manual/ja/sylpheed.sgml
3734         * src/mainwindow.c
3735                 Remove outdated manual and faq. Noisy, eh?
3736
3737 2005-12-06 [colin]      1.9.100cvs70
3738
3739         * src/compose.c
3740         * src/quote_fmt_parse.y
3741         * src/undo.c
3742         * src/undo.h
3743                 Allow %X to position cursor at 0 
3744                 (no %X = before signature)
3745                 Fix paste as quotation putting the cursor at 0
3746                 Fix undo offsets when pasting
3747                 Insert the quote_fmt at once instead of line 
3748                 by line
3749                 Fix [Edited] when starting to reply/forward
3750
3751 2005-12-06 [paul]       1.9.100cvs69
3752
3753         * src/plugins/clamav/clamav_plugin_gtk.c
3754                 add another tooltip
3755         * src/plugins/spamassassin/spamassassin_gtk.c
3756                 rework spamassassin_create_widget_func()
3757
3758 2005-12-05 [colin]      1.9.100cvs68
3759
3760         * po/POTFILES.in
3761                 Fix make release ;-)
3762
3763 2005-12-05 [colin]      1.9.100cvs67
3764
3765         * src/compose.c
3766         * src/compose.h
3767                 Fix cursor positioning (not obeying %X)
3768
3769 2005-12-05 [paul]       1.9.100cvs66
3770
3771         * src/plugins/dillo_viewer/dillo_prefs.c
3772                 fix compilation warning
3773
3774 2005-12-05 [paul]       1.9.100cvs65
3775
3776         * src/prefs_spelling.c
3777         * src/plugins/trayicon/trayicon.c
3778                 cleanups - remove unused stuff
3779
3780 2005-12-05 [paul]       1.9.100cvs64
3781
3782         * README
3783         * manual/plugins.xml
3784                 remove info about removed mathml_viewer plugin
3785
3786 2005-12-05 [paul]       1.9.100cvs63
3787
3788         * configure.ac
3789         * src/plugins/Makefile.am
3790         * src/plugins/mathml_viewer/.cvsignore
3791         * src/plugins/mathml_viewer/Makefile.am
3792         * src/plugins/mathml_viewer/mathml_viewer.c
3793                 remove unmaintained mathml_viewer plugin
3794
3795 2005-12-05 [paul]       1.9.100cvs62
3796
3797         * src/summaryview.c
3798                 obey prefs_common.always_show_msg when
3799                 moving a msg
3800                 Thanks to Colin
3801
3802 2005-12-05 [paul]       1.9.100cvs61
3803
3804         * src/compose.c
3805         * src/prefs_account.c
3806         * src/prefs_filtering.c
3807         * src/prefs_quote.c
3808         * src/prefs_spelling.c
3809         * src/prefs_toolbar.c
3810         * src/summaryview.c
3811         * src/gtk/gtkutils.c
3812         * src/gtk/quicksearch.c
3813         * src/plugins/dillo_viewer/dillo_prefs.c
3814                 dialog cleanups
3815
3816 2005-12-04 [paul]       1.9.100cvs60
3817
3818         * src/inc.c
3819         * src/prefs_account.c
3820         * src/prefs_account.h
3821                 allow a Local account to specify a
3822                 default inbox
3823                 (closes bug 843 'Inbox cannot be changed for local
3824                  mailboxes')
3825
3826 2005-12-04 [colin]      1.9.100cvs59
3827
3828         * src/plugins/trayicon/trayicon.c
3829                 Remove Get, rename Get All to Get Mail in order to
3830                 be consistent with the default main toolbar
3831
3832 2005-12-03 [colin]      1.9.100cvs58
3833
3834         * manual/gpl.xml
3835         * manual/sylpheed-claws-manual.xml
3836                 Add GPL appendix
3837
3838 2005-12-03 [paul]       1.9.100cvs57
3839
3840         * AUTHORS
3841         * po/sv.po
3842         * src/gtk/authors.h
3843                 new (partially complete) Swedish translation
3844                 by Anders Troback <sylpheed@troback.com>
3845
3846 2005-12-02 [paul]       1.9.100cvs56
3847
3848         * configure.ac
3849                 libetpan 0.41 required
3850
3851 2005-12-02 [paul]       1.9.100cvs55
3852
3853         * src/plugins/clamav/clamav_plugin.c
3854         * src/plugins/clamav/clamav_plugin.h
3855         * src/plugins/clamav/clamav_plugin_gtk.c
3856         * src/plugins/spamassassin/spamassassin.c
3857         * src/plugins/spamassassin/spamassassin.h
3858         * src/plugins/spamassassin/spamassassin_gtk.c
3859                 unregister prefs pages on unloading, thus
3860                 preventing a crash
3861                 (thanks to Colin for the hint)
3862
3863 2005-12-02 [wwp]        1.9.100cvs54
3864
3865         * src/quote_fmt.h
3866         * src/quote_fmt_parse.y
3867                 fix misuse of gboolean*, use gboolean instead
3868                 (thanks to Paul, Colin, for pointing out that scaring one)
3869
3870 2005-12-02 [paul]       1.9.100cvs53
3871
3872         * src/plugins/clamav/clamav_plugin.c
3873                 int no --> unsigned int no
3874         * src/plugins/clamav/clamav_plugin_gtk.c
3875                 rework config page
3876
3877 2005-12-02 [wwp]        1.9.100cvs52
3878
3879         * src/compose.c
3880         * src/prefs_template.c
3881         * src/quote_fmt.h
3882         * src/quote_fmt_parse.y
3883                 prevent from executing |f and |p templates commands when
3884                 adding or replacing templates in prefs (avoids annoying and
3885                 potentially dangerous behaviours)
3886
3887 2005-12-02 [paul]       1.9.100cvs51
3888
3889         * src/prefs_common.c
3890                 allow translation of some default values
3891                 Patch by Fabien Vantard
3892
3893 2005-12-02 [paul]       1.9.100cvs50
3894
3895         * src/codeconv.c
3896         * src/codeconv.h
3897         * src/prefs_common.c
3898         * src/prefs_common.h
3899         * src/prefs_message.c
3900         * src/textview.c
3901                 remove obsolete 'convert_mb_alnum' option
3902                 and related stuff
3903         * src/gtk/about.c
3904                 remove unused 'about_textview_visibility_notify'
3905
3906 2005-12-02 [paul]       1.9.100cvs49
3907
3908         * src/prefs_account.c
3909         * src/prefs_compose_writing.c
3910         * src/prefs_fonts.c
3911         * src/prefs_gtk.h
3912         * src/prefs_image_viewer.c
3913         * src/prefs_message.c
3914         * src/prefs_other.c
3915         * src/prefs_receive.c
3916         * src/prefs_send.c
3917         * src/prefs_spelling.c
3918         * src/prefs_summaries.c
3919         * src/prefs_wrapping.c
3920         * src/plugins/dillo_viewer/dillo_prefs.c
3921         * src/plugins/pgpcore/prefs_gpg.c
3922                 several cleanups to the prefs dialogs
3923                 (slightly modified) patch by Fabien Vantard
3924
3925 2005-12-02 [paul]       1.9.100cvs48
3926
3927         * src/main.c
3928                 --exit means exit
3929         * src/send_message.c
3930                 fix crash on send when connection fails
3931
3932         Thanks to Colin
3933
3934 2005-12-01 [colin]      1.9.100cvs47
3935
3936         * src/html.c
3937                 Translate &hellip; to "..."
3938
3939 2005-11-30 [colin]      1.9.100cvs46
3940
3941         * src/matcher.c
3942         * src/matcher.h
3943                 Optimize back yesterday's fix.
3944
3945 2005-11-30 [paul]       1.9.100cvs45
3946
3947         * manual/faq.xml
3948                 standardised
3949         * manual/intro.xml
3950                 written by Colin, edited by me
3951
3952 2005-11-29 [colin]      1.9.100cvs44
3953
3954         * src/matcher.c
3955                 Skip headers unconditionnaly in match_body if the
3956                 rule is not message or ~message
3957
3958 2005-11-29 [colin]      1.9.100cvs43
3959
3960         * src/matcher.c
3961                 Fix body_part and such, not skipping headers 
3962                 if the matchcriteria wasn't the first in the rule
3963
3964 2005-11-29 [colin]      1.9.100cvs42
3965
3966         * src/compose.c
3967                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
3968                 option missing from message view window)
3969                 Fix double text D'n'D with gtk-2.8
3970         * src/matcher.c
3971                 Fix ~message, ~headers_part, ~body_part rules
3972         * src/messageview.c
3973                 Add Windows-1252 (Closes bug #863)
3974                 Fix accels
3975         * src/gtk/gtkaspell.c
3976                 Properly destroy accels in all menus
3977
3978 2005-11-29 [mones]      1.9.100cvs41
3979
3980         * po/es.po
3981                 Updated.
3982
3983 2005-11-27 [colin]      1.9.100cvs40
3984
3985         * src/mh_gtk.c
3986                 "/Remove mailbox" -> "/Remove mailbox..."
3987
3988 2005-11-27 [paul]       1.9.100cvs39
3989
3990         * AUTHORS
3991         * po/de.po
3992         * src/gtk/authors.h
3993                 updated by new maintainer, Stephan Sachse
3994
3995 2005-11-27 [paul]       1.9.100cvs38
3996
3997         * manual/faq.xml
3998                 written by Colin, edited by me
3999
4000 2005-11-27 [paul]       1.9.100cvs37
4001
4002         * src/prefs_common.c
4003         * src/prefs_common.h
4004         * src/prefs_receive.c
4005         * src/prefs_summaries.c
4006                 move 'go to inbox after receiving new mail'
4007                 option from display/sumamaries to mail
4008                 handling/receive, and rework prefs_summaries
4009                 dialog a little
4010
4011 2005-11-25 [martin]     1.9.100cvs36
4012
4013         * po/de.po
4014             fixed windows-1252 translation;
4015             translated some new and fuzzy strings
4016
4017 2005-11-25 [paul]       1.9.100cvs35
4018
4019         * src/plugins/clamav/clamav_plugin.c
4020                 complete the update done in cvs34
4021
4022 2005-11-25 [paul]       1.9.100cvs34
4023
4024         * src/plugins/clamav/clamav_plugin.c
4025                 reflect upstream changes
4026
4027 2005-11-25 [paul]       1.9.100cvs33
4028
4029         * manual/ack.xml
4030         * manual/plugins.xml
4031         * manual/sylpheed-claws-manual.xml
4032                 written/updated by Colin, edited by me
4033         * tools/acroread2sylpheed.pl
4034                 update binary name
4035
4036 2005-11-24 [colin]      1.9.100cvs32
4037
4038         * src/compose.c
4039                 Fix bug #856 (reediting messages forgets Request
4040                 Return Receipt)
4041
4042 2005-11-24 [paul]       1.9.100cvs31
4043
4044         * manual/addrbook.xml
4045         * manual/starting.xml
4046                 written by Colin, proofread, edited, adapted by me
4047         * manual/advanced.xml
4048                 add some Actions examples
4049         * src/importldif.c
4050                 use a Save button instead of a Close button
4051         * src/wizard.c
4052                 indicate mandatory fields
4053                 fix page display
4054                 Thanks to Colin
4055
4056 2005-11-23 [colin]      1.9.100cvs30
4057
4058         * src/addressbook.c
4059                 Rename menu item, fix possible crash after
4060                 deletion of books
4061         * src/addrindex.c
4062                 Allow searching for '*' in ldap
4063         * src/browseldap.c
4064                 Fix "Browse Entry" (did anyone use it?)
4065         * src/wizard.c
4066                 Add guards for mandatory information
4067
4068 2005-11-23 [paul]       1.9.100cvs29
4069
4070         * manual/advanced.xml
4071                 corrections to the English
4072
4073 2005-11-23 [colin]      1.9.100cvs28
4074
4075         * src/mimeview.c
4076                 Fix possible crash at exit. After the call to
4077                 gtk_container_remove(), the Viewer's widget has no
4078                 more parent so gtk+ automatically frees it and its
4079                 sons. If destroy_viewer() then try to access it,
4080                 problems ensue.
4081
4082 2005-11-22 [colin]      1.9.100cvs27
4083
4084         * src/compose.c
4085         * src/gtk/gtkaspell.c
4086                 Fix right-clicking on a misspelled word
4087                 Fix More... in suggestions menu
4088
4089 2005-11-22 [wwp]        1.9.100cvs26
4090
4091         * src/prefs_template.c
4092                 templates works: re-sort templates list when adding or replacing,
4093                 prevent from adding or replacing when the template name is empty
4094
4095 2005-11-21 [colin]      1.9.100cvs25
4096
4097         * src/addressbook.c
4098                 Fix some addressbook suckage (dnd, select all)
4099         * src/compose.c
4100         * src/gtk/gtkaspell.c
4101         * src/gtk/gtkaspell.h
4102                 Make the spellchecker menu work with the 
4103                 GtkTextView one instead of overriding it
4104
4105 2005-11-20 [paul]       1.9.100cvs24
4106
4107         * manual/handling.xml
4108                 proofread and corrected
4109
4110 2005-11-20 [paul]       1.9.100cvs23
4111
4112         * manual/Makefile
4113                 generate html as one file
4114         * manual/advanced.xml
4115                 fix output generation
4116                 reformat hidden options list
4117         * manual/manual.xml     ** REMOVED **
4118         * manual/sylpheed-claws-manual.xml      ** ADDED **
4119                 renamed
4120
4121 2005-11-18 [colin]      1.9.100cvs22
4122
4123         * src/prefs_account.c
4124                 Fix layout in news and mbox accounts
4125         * manual/account.xml
4126         * manual/advanced.xml
4127                 New contents for Paul to check :)
4128
4129 2005-11-18 [wwp]        1.9.100cvs21
4130
4131         * src/gtk/quicksearch.c
4132                 don't update extended quicksearch buttons twice
4133
4134 2005-11-18 [paul]       1.9.100cvs20
4135
4136         * src/textview.c
4137                 complete 1.9.100cvs19
4138
4139 2005-11-18 [paul]       1.9.100cvs19
4140
4141         * src/compose.c
4142                 cosmetic improvements
4143         * src/textview.c
4144                 also list text/* attachments
4145
4146 2005-11-18 [colin]      1.9.100cvs18
4147
4148         * src/summaryview.c
4149                 Use column 0 instead of -1 in 
4150                 gtk_ctree_node_moveto, in a naive
4151                 hope it'll fix the gtk-related crashes
4152
4153 2005-11-18 [colin]      1.9.100cvs17
4154
4155         * src/gtk/inputdialog.c
4156                 Fix icon staying the first one
4157
4158 2005-11-17 [wwp]        1.9.100cvs16
4159                 fix possible problem showing some quicksearch buttons, and a bad
4160                 call to g_return_if_fail in a function that returns a value (both
4161                 fixes by Fabien Vantard)
4162
4163 2005-11-15 [wwp]        1.9.100cvs15
4164
4165         * src/gtk/quicksearch.c
4166                 added a tooltip to that obscure ... quicksearch button
4167
4168 2005-11-15 [wwp]        1.9.100cvs14
4169
4170         * src/gtk/quicksearch.c
4171                 add a quicksearch helper to filtering expression users: the ... button
4172                 raises the condition expr window. condition expressions set up w/ this
4173                 window are used by the quicksearch if the user closes it pressing OK.
4174
4175 2005-11-14 [paul]       1.9.100cvs13
4176
4177         * src/plugins/clamav/clamav_plugin.c
4178         * src/plugins/spamassassin/spamassassin.c
4179                 change plugin type following recent merging
4180
4181 2005-11-14 [wwp]        1.9.100cvs12
4182
4183         * src/folder.c
4184                 prevent from crashing when copying/moving message(s) from and
4185                 to the same folder
4186
4187 2005-11-14 [paul]       1.9.100cvs11
4188
4189         * src/plugins/clamav/Makefile.am
4190         * src/plugins/clamav/clamav_plugin.c
4191         * src/plugins/clamav/clamav_plugin.h
4192         * src/plugins/clamav/clamav_plugin_gtk.c
4193                 also merge clamav and clamav_gtk plugins
4194
4195 2005-11-13 [colin]      1.9.100cvs10
4196
4197         * configure.ac
4198         * src/plugins/spamassassin/Makefile.am
4199         * src/plugins/spamassassin/spamassassin.c
4200         * src/plugins/spamassassin/spamassassin.h
4201         * src/plugins/spamassassin/spamassassin_gtk.c
4202                 Merge spamassassin and spamassassin_gtk plugins,
4203                 and build it by default.
4204
4205 2005-11-12 [colin]      1.9.100cvs9
4206
4207         * src/etpan/imap-thread.c
4208                 Fix gcc warning
4209
4210 2005-11-12 [colin]      1.9.100cvs8
4211
4212         * src/procmime.c
4213                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
4214
4215 2005-11-10 [colin]      1.9.100cvs7
4216
4217         * src/main.c
4218                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
4219                 minimised state)
4220
4221 2005-11-10 [wwp]        1.9.100cvs6
4222
4223         * src/gtk/description_window.c
4224                 fix a crash when closing description windows using the WM's [X] button
4225
4226 2005-11-09 [colin]      1.9.100cvs5
4227
4228         * src/common/ssl.c
4229                 Update libetpan call to follow upstream
4230                 (yes, this requires libetpan-0.40cvs3)
4231
4232 2005-11-08 [colin]      1.9.100cvs4
4233
4234         * src/compose.c
4235         * src/textview.c
4236         * src/common/utils.c
4237         * src/common/utils.h
4238                 Enhance the email parser
4239
4240 2005-11-08 [colin]      1.9.100cvs3
4241
4242         * src/procmime.c
4243                 Fix what looks like an off-by-one (fixes 
4244                 attachments from the Bat)
4245
4246 2005-11-08 [wwp]        1.9.100cvs2
4247
4248         * src/main.c
4249                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
4250
4251 2005-11-08 [wwp]        1.9.100cvs1
4252
4253         * src/main.c
4254                 allow exiting Sylpheed-Claws from command-line
4255
4256 2005-11-08 [paul]       1.9.100
4257
4258         1.9.100 released
4259
4260 2005-11-07 [colin]      1.9.99cvs17
4261
4262         * src/addritem.c
4263         * src/ldif.c
4264                 Fix import of base-64 encoded items
4265
4266 2005-11-07 [colin]      1.9.99cvs16
4267
4268         * src/send_message.c
4269                 Fix bug #314 (Queue does not empty under certain 
4270                 circumstances)
4271
4272 2005-11-07 [paul]       1.9.99cvs15
4273
4274         * src/mutt.c
4275         * src/pine.c
4276                 fix buffer overflows
4277                 Thanks to Colin
4278
4279 2005-11-07 [paul]       1.9.99cvs14
4280
4281         * doc/man/Makefile.am
4282         * doc/man/sylpheed-claws.1      ** ADDED **
4283         * doc/man/sylpheed.1            ** DELETED **
4284                 rename and update the man file
4285
4286 2005-11-06 [colin]      1.9.99cvs13
4287
4288         * src/ldif.c
4289                 Fix ldif_get_line() that returned empty strings
4290                 (Didn't understand why). Also fix a possible
4291                 buffer overflow.
4292
4293 2005-11-06 [wwp]        1.9.99cvs12
4294
4295         * src/textview.c
4296         * src/gtk/about.c
4297         * src/gtk/gtkutils.c
4298         * src/gtk/gtkutils.h
4299                 fix a compilation warning,
4300                 make links sensitive in the about dialog
4301
4302 2005-11-04 [wwp]        1.9.99cvs11
4303
4304         * src/gtk/about.c
4305                 don't wrap or translate URIs, and a bit text format cleanup
4306
4307 2005-11-04 [wwp]        1.9.99cvs10
4308
4309         * src/gtk/about.c
4310                 better textview tagging implementation (no more use of marks for
4311                 postponed tagging)
4312
4313 2005-11-02 [colin]      1.9.99cvs9
4314
4315         * src/common/ssl.c
4316                 Forgot an ifdef
4317
4318 2005-11-02 [colin]      1.9.99cvs8
4319
4320         * configure.ac
4321                 Require libetpan-0.40 due to upstream fix
4322         * src/common/ssl.c
4323                 Tell libetpan not to call SSL_Library_Init,
4324                 as we do it ourselves.
4325
4326 2005-11-02 [colin]      1.9.99cvs7
4327
4328         * po/POTFILES.in
4329                 Add missing files (thanks to Fabien Vantard)
4330
4331 2005-11-02 [colin]      1.9.99cvs6
4332
4333         * src/summaryview.c
4334                 Fix totals when read messages are hidden or quicksearch
4335                 is on
4336         * src/ssl_manager.c
4337         * src/ssl_manager.h
4338         * src/common/ssl_certificate.c
4339         * src/common/ssl_certificate.h
4340         * src/gtk/sslcertwindow.c
4341         * src/gtk/sslcertwindow.h
4342                 Fix copyright on my stuff
4343
4344 2005-11-02 [wwp]        1.9.99cvs5
4345
4346         * src/prefs_themes.c
4347                 fix directory name checking (theme installation/removal),
4348                 made related error a bit more verbose
4349
4350 2005-11-02 [colin]      1.9.99cvs4
4351
4352         * src/summaryview.c
4353                 Fix typo (probably fixes bug #841 (Sort by the From 
4354                 field doesn't work)
4355
4356 2005-11-02 [paul]       1.9.99cvs3
4357
4358         * po/ko.po
4359         * po/nb.po
4360                 updated by SungHyun Nam, Geir Helland
4361         * src/wizard.c
4362                 fix typo in welcome message. spotted by
4363                 Andrea Spadaccini
4364
4365 2005-11-01 [colin]      1.9.99cvs2
4366
4367         * src/compose.c
4368                 Fix replying to ml wen confirming subscription
4369         * src/messageview.c
4370         * src/mimeview.c
4371         * src/mimeview.h
4372         * src/privacy.h
4373         * src/summaryview.c
4374                 Make key check non blocking
4375
4376 2005-10-31 [paul]       1.9.99cvs1
4377
4378         * tools/claws.i18n.status.pl
4379                 updated for ChangeLog
4380
4381 2005-10-31 [paul]       1.9.99
4382
4383         1.9.99 released
4384
4385 2005-10-31 [paul]       1.9.15cvs131
4386
4387         * .cvsignore
4388         * ChangeLog
4389         * ChangeLog.claws       ** REMOVED **
4390         * ChangeLog-gtk2.claws  ** REMOVED **
4391         * ChangeLog.gtk1        ** ADDED **
4392         * INSTALL
4393         * Makefile.am
4394         * NEWS
4395         * README
4396         * README.claws          ** REMOVED **
4397         * README.jp             ** REMOVED **
4398         * RELEASE_NOTES         ** ADDED **
4399         * RELEASE_NOTES.claws   ** REMOVED **
4400         * commitHelper
4401         * configure.ac
4402         * sylpheed.spec.in      ** REMOVED **
4403                 tidy up and update the default docs:
4404                 ChangeLog.claws is renamed ChangeLog.gtk1
4405                 ChangeLog-gtk2.claws is renamed ChangeLog
4406                 README.claws is renamed README
4407                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
4408
4409 2005-10-31 [paul]       1.9.15cvs130
4410
4411         * po/it.po
4412                 fix errors
4413
4414 2005-10-31 [paul]       1.9.15cvs129
4415
4416         * po/ca.po
4417         * po/de.po
4418         * po/en_GB.po
4419         * po/fr.po
4420         * po/it.po
4421         * po/pt_BR.po
4422         * po/sk.po
4423         * po/sr.po
4424         * po/zh_CN.po
4425                 updated by Miquel Oliete, Stephan Sachse and
4426                 Thomas Gilgin, me, Fabien Vantard, Andrea
4427                 Spadaccini, Frederico Goncalves Guimaraes,
4428                 Andrej Kacian, Aleksandar Urosevic, and
4429                 Ralgh Young.
4430
4431 2005-10-31 [mones]      1.9.15cvs128
4432
4433         * manual/faq.xml
4434                 More questions.
4435         
4436         * po/es.po
4437                 Updated for release.
4438
4439 2005-10-30 [colin]      1.9.15cvs127
4440
4441         * src/compose.c
4442                 Place cursor before rewrapping (fixes cursor
4443                 pos if quotation gets rewrapped)
4444
4445 2005-10-29 [paul]       1.9.15cvs126
4446
4447         * src/crash.c
4448         * src/foldersel.c
4449         * src/main.c
4450         * src/messageview.c
4451         * src/toolbar.c
4452         * src/gtk/authors.h
4453                 corrections to text items
4454
4455 2005-10-28 [colin]      1.9.15cvs125
4456
4457         * src/messageview.c
4458                 Make "hit 'C' to check sig" work from extern 
4459                 messageviews
4460
4461 2005-10-27 [colin]      1.9.15cvs124
4462
4463         * src/summaryview.c
4464                 Add a hack to avoid segfaulting when hammering 
4465                 on gtk's events
4466
4467 2005-10-27 [wwp]        1.9.15cvs123
4468
4469         * src/prefs_themes.c
4470                 sort list of themes names in themes prefs
4471
4472 2005-10-27 [paul]       1.9.15cvs122
4473
4474         * src/folder.c
4475         * src/prefs_account.c
4476                 fix building on Solaris
4477                 Patch by Alex Moore
4478
4479 2005-10-27 [wwp]        1.9.15cvs121
4480
4481         * src/summaryview.c
4482         * src/gtk/gtksctree.c
4483                 speed up unselecting messages in summary view (thanks to Colin)
4484
4485 2005-10-27 [paul]       1.9.15cvs120
4486
4487         * src/mainwindow.c
4488                 fix a compilation warning
4489         * src/summaryview.c
4490                 fix updating of 'n items selected' count
4491                 when deselecting
4492
4493 2005-10-27 [martin]     1.9.15cvs119
4494
4495         * src/action.c
4496                 ignore actions with a leading '/' in the action menu name
4497                 fixes a crash on menu creation
4498         * src/prefs_actions.c
4499                 do not allow a leading '/' in the action menu name
4500
4501 2005-10-27 [paul]       1.9.15cvs118
4502
4503         * src/main.c
4504                 fix compilation warning
4505
4506 2005-10-27 [paul]       1.9.15cvs117
4507
4508         * src/procmime.c
4509                 add #if HAVE_LOCALE_H
4510
4511 2005-10-27 [paul]       1.9.15cvs116
4512
4513         * src/plugins/clamav/clamav_plugin.c
4514         * src/plugins/dillo_viewer/dillo_viewer.c
4515         * src/plugins/mathml_viewer/mathml_viewer.c
4516         * src/plugins/pgpcore/plugin.c
4517         * src/plugins/pgpinline/plugin.c
4518         * src/plugins/pgpmime/plugin.c
4519         * src/plugins/spamassassin/spamassassin.c
4520         * src/plugins/trayicon/trayicon.c
4521                 plugin_init() : make error messages more
4522                 informative
4523
4524 2005-10-26 [wwp]        1.9.15cvs115
4525
4526         * src/prefs_matcher.c
4527                 enlarge boolean op widget width a bit (wasn't always showing text contents)
4528
4529 2005-10-26 [wwp]        1.9.15cvs114
4530
4531         * src/procmime.c
4532         * src/gtk/gtksctree.c
4533         * src/plugins/spamassassin/libspamc.c
4534         * src/plugins/spamassassin/spamassassin.c
4535                 fix some compilation warnings more
4536
4537 2005-10-26 [mones]      1.9.15cvs113
4538
4539         * po/es.po
4540                 Updated translation
4541
4542 2005-10-26 [paul]       1.9.15cvs112
4543
4544         * src/prefs_message.c
4545                 give all display_xface stuff the
4546                 #if HAVE_LIBCOMPFACE treatment, thus
4547                 preventing a crash
4548                 (Thanks to Wolfgang Enderlein)
4549
4550 2005-10-26 [colin]      1.9.15cvs111
4551
4552         * src/gedit-print.c
4553                 Fix date format
4554         * src/imap_gtk.c
4555         * src/news_gtk.c
4556                 Remove context menu items that should not be there
4557         * src/jpilot.c
4558                 Fix encoding
4559         * src/main.c
4560         * src/mainwindow.c
4561                 Don't show the mainwindow too soon
4562
4563 2005-10-26 [wwp]        1.9.15cvs110
4564
4565         * src/folder.c
4566         * src/manual.c
4567         * src/summaryview.c
4568                 fix uninitialized pointers in the folder updating hook
4569                 (thanks to Colin)
4570
4571 2005-10-25 [mones]      1.9.15cvs109
4572
4573         * manual/faq.xml
4574                 General information subsection completed. 
4575                 Removed archaic references.
4576                 
4577         * manual/Makefile
4578         * manual/dtd/manual.dsl
4579                 Added customization stylesheet for getting paragraphs
4580                 fully justified in PDF output (as suggested by Colin).
4581
4582 2005-10-25 [colin]      1.9.15cvs108
4583
4584         * src/compose.c
4585                 Fix a second leak
4586
4587 2005-10-25 [colin]      1.9.15cvs107
4588
4589         * src/addrbook.c
4590         * src/addrindex.c
4591                 Fix leak (xml_get_element() allocates memory)
4592         * src/compose.c
4593                 Fix leak + dead code (shame!)
4594         * src/procmime.c
4595                 Fix leak
4596
4597 2005-10-25 [colin]      1.9.15cvs106
4598
4599         * src/mimeview.c
4600                 Fix encoding issue in Save all and in 
4601                 overwrite-confirmation alertpanel
4602
4603 2005-10-25 [colin]      1.9.15cvs105
4604
4605         * src/common/socket.c
4606                 Fix a leak - Thanks to Christopher Aillon
4607                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
4608
4609 2005-10-25 [paul]       1.9.15cvs104
4610
4611         * src/wizard.c
4612                 Always guess servers from the right-hand
4613                 email part and guess username from the
4614                 left-hand part. (Thanks to Colin)
4615                 add an X-Face to the welcome message
4616
4617 2005-10-25 [paul]       1.9.15cvs103
4618
4619         * manual/handling.xml
4620                 written by Colin, edited by me
4621
4622 2005-10-25 [wwp]        1.9.15cvs102
4623
4624         * src/folderview.c
4625         * src/grouplistdialog.c
4626         * src/imap.c
4627         * src/noticeview.c
4628                 fix some compilation warnings
4629
4630 2005-10-24 [paul]
4631
4632         1.9.99-rc3 released
4633
4634 2005-10-24 [paul]       1.9.15cvs101
4635
4636         * src/gtk/about.c
4637                 fix window sizing
4638
4639 2005-10-24 [paul]       1.9.15cvs100
4640
4641         * src/pixmaps/offline.xpm
4642         * src/pixmaps/online.xpm
4643                 replace with last default versions
4644
4645 2005-10-24 [colin]      1.9.15cvs99
4646
4647         * src/imap.c
4648                 Fix bug when moving a folder
4649         * src/imap_gtk.c
4650         * src/mh_gtk.c
4651                 "Delete folder" pops up a window, so it 
4652                 should be suffixed with "..."
4653         * src/plugins/pgpcore/sgpgme.c
4654                 Include locale.h
4655
4656 2005-10-24 [mones]      1.9.15cvs98
4657
4658         * manual/Makefile
4659         * manual/account.xml
4660         * manual/ack.xml
4661         * manual/addrbook.xml
4662         * manual/advanced.xml
4663         * manual/faq.xml
4664         * manual/glossary.xml
4665         * manual/gpl.xml
4666         * manual/handling.xml
4667         * manual/intro.xml
4668         * manual/keyboard.xml
4669         * manual/manual.xml
4670         * manual/plugins.xml
4671         * manual/starting.xml
4672         * manual/dtd/sdocbook.dtd
4673                 Initial manual structure and some content.
4674
4675 2005-10-23 [wwp]        1.9.15cvs97
4676
4677         * src/gtk/about.c
4678                 fix a typo
4679
4680 2005-10-23 [wwp]        1.9.15cvs96
4681
4682         * src/gtk/about.c
4683         * src/gtk/authors.h
4684                 rework of the about window (main work by Paul), also featuring a few
4685                 fixes for typos and duplicate names
4686
4687 2005-10-23 [wwp]        1.9.15cvs95
4688
4689         * src/.cvsignore
4690                 Ignore the right binary name (sylpheed-claws now)
4691
4692 2005-10-23 [paul]       1.9.15cvs94
4693
4694         * src/compose.c
4695                 when using Folder Pref 'Default To for
4696                 replies' make the entry in the Compose
4697                 window bold
4698                 Patch by Fabien Vantard
4699
4700 2005-10-22 [colin]      1.9.15cvs93
4701
4702         * src/codeconv.c
4703                 Fix leak
4704
4705 2005-10-22 [colin]      1.9.15cvs92
4706
4707         * src/codeconv.c
4708                 try to convert using locale (apart utf8) if necessary
4709
4710 2005-10-22 [colin]      1.9.15cvs91
4711
4712         * src/pixmaps/new.xpm
4713         * src/pixmaps/unread.xpm
4714                 Make the unread envelope blue again and
4715                 saturate the new one a bit more.
4716
4717 2005-10-22 [colin]      1.9.15cvs90
4718
4719         * src/compose.c
4720                 When replying to a mail sent by one of our accounts,
4721                 use the original list of recipients. Let 'Reply All'
4722                 and 'Reply to sender' work like previously.
4723
4724 2005-10-21 [colin]      1.9.15cvs89
4725
4726         * src/prefs_filtering.c
4727                 Clear fields after add and replace
4728         * src/textview.c
4729                 Display xface differently (better)
4730         * src/plugins/pgpinline/pgpinline.c
4731                 Fix crappy encodings/recodings
4732
4733 2005-10-21 [paul]       1.9.15cvs88
4734
4735         * src/compose.c
4736         * src/prefs_folder_item.c
4737         * src/toolbar.c
4738                 fix news folder Folder Properties
4739                 (thanks to Colin)
4740         * src/folderview.c
4741                 update folderview after Themes change
4742                 keep selected folder selected
4743                 (thanks to Colin)
4744
4745 2005-10-21 [paul]       1.9.15cvs87
4746
4747         * tools/Makefile.am
4748         * tools/OOo2sylpheed.pl
4749         * tools/README
4750         * tools/README.sylprint
4751         * tools/asus_mailled.sh         ** REMOVED **
4752         * tools/filter_conv.pl
4753         * tools/freshmeat_search.pl
4754         * tools/google_search.pl
4755         * tools/gpg-sign-syl            ** REMOVED **
4756         * tools/kmail2sylpheed.pl
4757         * tools/kmail2sylpheed_v2.pl
4758         * tools/multiwebsearch.pl
4759         * tools/nautilus2sylpheed.sh
4760         * tools/newscache_clean.pl
4761         * tools/outlook2sylpheed.pl
4762         * tools/sylpheed-switcher       ** REMOVED **
4763         * tools/sylprint.pl
4764         * tools/sylprint.rc
4765         * tools/tb2sylpheed
4766         * tools/vcard2xml.py
4767         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
4768                 update default config dir
4769                 update binary name (thanks to Fabien Vantard)
4770                 remove obsolete scripts
4771
4772 2005-10-21 [colin]      1.9.15cvs86
4773
4774         * src/inc.c
4775                 Fix possible leak and units. Based on a patch by
4776                 Fabien Vantard.
4777
4778 2005-10-20 [colin]      1.9.15cvs85
4779
4780         * src/textview.c
4781                 Clear xface when clearing textview
4782
4783 2005-10-20 [colin]      1.9.15cvs84
4784
4785         * configure.ac
4786         * src/folderview.c
4787         * src/headerview.c
4788         * src/main.c
4789         * src/prefs_common.c
4790         * src/prefs_common.h
4791         * src/prefs_message.c
4792         * src/textview.c
4793         * src/textview.h
4794         * src/common/defs.h
4795         * src/common/utils.c
4796         * src/common/utils.h
4797         * src/gtk/gtkutils.c
4798         * src/gtk/gtkutils.h
4799                 Migrate config to .sylpheed-claws (Automatically)
4800                 Add a way to get the Xface in the TextView
4801
4802 2005-10-20 [colin]      1.9.15cvs83
4803
4804         * src/gtk/Makefile.am
4805         * src/gtk/about.c
4806         * src/gtk/authors.h
4807                 Make the about dialog *grooovy*
4808
4809 2005-10-20 [colin]      1.9.15cvs82
4810
4811         * src/mimeview.c
4812                 Use "Open with" on double click if no command
4813                 was found
4814
4815 2005-10-20 [colin]      1.9.15cvs81
4816
4817         * src/imap.c
4818         * src/etpan/imap-thread.c
4819                 Fix possible crash.
4820
4821 2005-10-20 [paul]       1.9.15cvs80
4822
4823         * src/folder.c
4824                 don't show clipkey icon if the only
4825                 attachment is the signature
4826                 Patch by Colin
4827
4828 2005-10-20 [paul]       1.9.15cvs79
4829
4830         * AUTHORS
4831         * src/plugins/pgpmime/pgpmime.c
4832                 name the PGP/MIME signature 'signature.asc'
4833                 Patch by Andrew Nelson <freeandy@gmail.com>
4834
4835 2005-10-19 [colin]      1.9.15cvs78
4836
4837         * src/plugins/pgpmime/pgpmime.c
4838                 Oops, no need to double-check though
4839
4840 2005-10-19 [colin]      1.9.15cvs77
4841
4842         * src/plugins/pgpinline/pgpinline.c
4843         * src/plugins/pgpmime/pgpmime.c
4844                 Check that my_tmpfile() doesn't 
4845                 return NULL
4846
4847 2005-10-19 [colin]      1.9.15cvs76
4848
4849         * src/common/utils.c
4850                 Use shorter mime boundaries to avoid having
4851                 MTAs rewrapping our headers, breaking the
4852                 PGP signature in the process 
4853         * src/compose.c
4854         * src/plugins/pgpmime/pgpmime.c
4855                 Check for boundary uniqueness to be sure
4856                 it won't happen, instead of hoping for the
4857                 best
4858
4859 2005-10-19 [colin]      1.9.15cvs75
4860
4861         * sylpheed-claws.desktop
4862         * src/Makefile.am
4863         * src/main.c
4864                 Ship a sylpheed-claws binary instead
4865                 of a sylpheed one. Change the socket
4866                 name, too
4867         * src/folderview.c
4868                 Update folder only if it changed
4869         * src/wizard.c
4870                 Fix i18n in welcome mail, patch by
4871                 Fabien Vantard
4872
4873 2005-10-19 [paul]
4874
4875         1.9.99-rc2 released
4876
4877 2005-10-19 [paul]       1.9.15cvs74
4878
4879         * src/folder.c
4880         * src/folderview.c
4881                 fix summaryview update
4882                 Patch by Colin
4883
4884 2005-10-18 [colin]      1.9.15cvs73
4885
4886         * src/plugins/pgpcore/passphrase.c
4887                 Don't XGrabServer, and try a bit more to 
4888                 sync everything before grabbing mouse/keyboard
4889
4890 2005-10-18 [colin]      1.9.15cvs72
4891
4892         * src/Makefile.am
4893         * src/addressadd.c
4894         * src/addressbook.c
4895         * src/folderview.c
4896         * src/grouplistdialog.c
4897         * src/mimeview.c
4898         * src/stock_pixmap.c
4899         * src/stock_pixmap.h
4900         * src/summaryview.c
4901         * src/gtk/gtksctree.c
4902         * src/gtk/gtksctree.h
4903         * src/pixmaps/empty.xpm
4904                 Implement a wrapper call for gtk_ctree_set_node_info
4905                 and gtk_ctree_insert_node, that uses a 1x1 transparent
4906                 pixmap instead of a NULL one. This works around some
4907                 memory problems deep inside gtk, revealed by valgrind,
4908                 and fixes bug #834 (Pressing CTRl-D on a message marked 
4909                 as locked crashes sylpheed.), as well as, probably, 
4910                 wwp's 4th dimension problems that happen in gtk_ctree_*.
4911
4912 2005-10-17 [colin]      1.9.15cvs71
4913
4914         * src/mimeview.c
4915                 Provide visual feedback when checking
4916                 signature
4917
4918 2005-10-17 [colin]      1.9.15cvs70
4919
4920         * src/main.c
4921                 Keep the folder list frozen while checking caches...
4922
4923 2005-10-17 [colin]      1.9.15cvs69
4924
4925         * src/addr_compl.c
4926                 Fi bug #833 (Autocompleting from addressbook 
4927                 fails with extended chars)
4928         * src/imap.c
4929                 Fix 'adding messages' staying in statusbar
4930                 after an error
4931
4932 2005-10-17 [wwp]        1.9.15cvs68
4933
4934         * src/ssl_manager.c
4935                 Fix buttons' layout resizing when window size changes
4936
4937 2005-10-17 [wwp]        1.9.15cvs67
4938
4939         * src/account.c
4940         * src/prefs_account.c
4941         * src/prefs_common.c
4942         * src/prefs_common.h
4943         * src/prefs_folder_item.c
4944         * src/prefs_gtk.c
4945         * src/gtk/logwindow.c
4946         * src/gtk/pluginwindow.c
4947         * src/gtk/prefswindow.c
4948         * src/gtk/prefswindow.h
4949                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
4950
4951 2005-10-17 [paul]       1.9.15cvs66
4952
4953         * configure.ac
4954                 fix missing libetpan message
4955         * po/en_GB.po
4956                 updated
4957         * src/crash.c
4958         * src/manual.c
4959         * src/prefs_themes.c
4960         * src/common/defs.h
4961                 add some new URI defines, change some
4962                 others
4963         * src/wizard.c
4964                 make welcome message translatable
4965                 small improvements to english
4966                 other tweaks
4967         * src/gtk/menu.c
4968                 fix warnings
4969
4970 2005-10-17 [paul]       1.9.15cvs65
4971
4972         * src/summaryview.c
4973                 fix column titles
4974
4975 2005-10-16 [mones]      1.9.15cvs64
4976
4977         * po/es.po
4978                 Updated translation
4979
4980 2005-10-16 [colin]
4981
4982         1.9.99-rc1 released
4983
4984 2005-10-16 [colin]      1.9.15cvs63
4985
4986         * src/wizard.c
4987                 Fix whitespace
4988
4989 2005-10-16 [colin]      1.9.15cvs62
4990
4991         * src/toolbar.c
4992                 s/Get All/Get Mail/
4993         * src/wizard.c
4994                 Real welcome mail text, thanks Paul
4995
4996 2005-10-16 [colin]      1.9.15cvs61
4997
4998         * src/editldap.c
4999         * src/exporthtml.c
5000         * src/main.c
5001         * src/mainwindow.c
5002         * src/prefs_themes.c
5003         * src/prefs_toolbar.c
5004         * src/plugins/demo/demo.c
5005         * src/plugins/trayicon/trayicon.c
5006                 s/Sylpheed/Sylpheed-Claws/
5007
5008 2005-10-16 [colin]      1.9.15cvs60
5009
5010         * src/wizard.c
5011                 Add a welcome email in the first empty mailbox
5012         * src/prefs_common.c
5013                 Change one more default
5014
5015 2005-10-16 [colin]      1.9.15cvs59
5016
5017         * src/wizard.c
5018                 Remove printf
5019
5020 2005-10-16 [colin]      1.9.15cvs58
5021
5022         * src/toolbar.c
5023         * src/prefs_common.c
5024                 Change some defaults
5025
5026 2005-10-16 [colin]      1.9.15cvs57
5027
5028         * src/toolbar.c
5029         * src/prefs_common.c
5030                 Change some defaults
5031
5032 2005-10-16 [colin]      1.9.15cvs56
5033
5034         * src/wizard.c
5035                 By default, initialize fonts to have
5036                 the same size as normal GtkWidgets
5037
5038 2005-10-16 [colin]      1.9.15cvs55
5039
5040         * src/mimeview.c
5041                 Fix message a bit more
5042
5043 2005-10-16 [colin]      1.9.15cvs54
5044
5045         * src/addressbook.c
5046                 Second attempt at flicker fixing
5047
5048 2005-10-16 [colin]      1.9.15cvs53
5049
5050         * src/addressbook.c
5051                 Fix flicker
5052
5053 2005-10-16 [wwp]        1.9.15cvs52
5054
5055         * src/addressbook.c
5056         * src/editaddress.c
5057         * src/prefs_common.c
5058         * src/prefs_common.h
5059                 Remember window sizes (address book)
5060
5061 2005-10-16 [wwp]        1.9.15cvs51
5062
5063         * src/plugins/clamav/clamav_plugin_gtk.c
5064         * src/plugins/spamassassin/spamassassin_gtk.c
5065                 Fix compilation warnings (missing #include).
5066
5067 2005-10-16 [colin]      1.9.15cvs50
5068
5069         * src/mimeview.c
5070         * src/summaryview.c
5071         * src/textview.c
5072                 Make 'c' check signature, and forward
5073                 c, l, y, t from summaryview to mimeview
5074
5075 2005-10-16 [colin]      1.9.15cvs49
5076
5077         * src/addressbook.c
5078                 Put border around buttons
5079         * src/mainwindow.c
5080         * src/summaryview.c
5081                 Rework menus (Patch based on a patch
5082                 by Paul)
5083
5084 2005-10-15 [wwp]        1.9.15cvs48
5085
5086         * src/editjpilot.c
5087         * src/editldap.c
5088         * src/editvcard.c
5089         * src/exphtmldlg.c
5090         * src/expldifdlg.c
5091         * src/export.c
5092         * src/import.c
5093         * src/importldif.c
5094         * src/importmutt.c
5095         * src/importpine.c
5096         * src/prefs_account.c
5097         * src/prefs_spelling.c
5098         * src/gtk/gtkutils.c
5099         * src/gtk/gtkutils.h
5100         * src/plugins/clamav/clamav_plugin_gtk.c
5101         * src/plugins/spamassassin/spamassassin_gtk.c
5102                 use nicer browse-for-file/dir buttons than the "..." ones,
5103                 code factorizing more.
5104
5105 2005-10-14 [colin]      1.9.15cvs47
5106
5107         * src/mainwindow.c
5108                 set relief on the account switcher so that people see it
5109                 grey out Create processing rules when no message is selected
5110         * src/prefs_filtering.c
5111                 ask before closing if the rule has not been modified, even if
5112                 it's not valid
5113         * src/prefs_matcher.c
5114                 fix sensitivity when entering the dialog
5115         * src/gtk/inputdialog.c
5116                 display a better icon on password ask
5117         * src/plugins/pgpcore/passphrase.c
5118                 make the dialog look better
5119
5120 2005-10-14 [paul]       1.9.15cvs46
5121
5122         * src/folderview.c
5123                 indicate presense of marked msgs in
5124                 unexpanded subfolders
5125
5126 2005-10-14 [paul]       1.9.15cvs45
5127
5128         * src/prefs_actions.c
5129         * src/prefs_common.c
5130         * src/prefs_common.h
5131         * src/prefs_filtering_action.c
5132         * src/prefs_matcher.c
5133         * src/prefs_template.c
5134                 remember window sizes
5135                 fix Info button size
5136
5137         Patches by wwp
5138
5139 2005-10-13 [colin]      1.9.15cvs44
5140
5141         * src/mimeview.c
5142         * src/noticeview.c
5143         * src/noticeview.h
5144                 Add a tooltip on the icon (optional) 
5145                 Get rid of the signature buttons and only
5146                 use the icon+tooltip
5147
5148 2005-10-13 [colin]      1.9.15cvs43
5149
5150         * src/noticeview.c
5151         * src/noticeview.h
5152                 Add hand cursor for hovering over icon
5153
5154 2005-10-13 [colin]      1.9.15cvs42
5155
5156         * src/summaryview.c
5157                 Fix crash when quicksearch's hidden 
5158                 at startup
5159
5160 2005-10-13 [colin]      1.9.15cvs41
5161
5162         * src/compose.c
5163                 Set subject when forwarding multiple mails
5164                 Check that other recipient than the default Cc or Bcc
5165                 have been set before sending.
5166
5167 2005-10-13 [colin]      1.9.15cvs40
5168
5169         * src/imap.c
5170                 Batch per-folder
5171                 Introduce locking, but don't use it yet
5172
5173 2005-10-13 [colin]      1.9.15cvs39
5174
5175         * src/gtk/quicksearch.c
5176                 Reset quicksearch when hiding it
5177                 Make sticky a real pref
5178
5179 2005-10-13 [colin]      1.9.15cvs38
5180
5181         * src/summaryview.c
5182                 Faster prefs apply
5183
5184 2005-10-13 [colin]      1.9.15cvs37
5185
5186         * src/mimeview.c
5187         * src/noticeview.c
5188         * src/noticeview.h
5189         * src/plugins/pgpcore/sgpgme.c
5190                 Make privacy icon clickable
5191                 Move Trust field in Full info
5192                 When trust is less than full, don't display
5193                 a warning icon
5194
5195 2005-10-13 [colin]      1.9.15cvs36
5196
5197         * src/folder.c
5198                 Batch on flags sync
5199         * src/folderview.c
5200                 Revert speed hack which is dangerous in fact
5201                 Apply prefs faster
5202
5203 2005-10-13 [colin]      1.9.15cvs35
5204
5205         * src/folder_item_prefs.c
5206                 Fix pref corruption on folder move. Patch
5207                 by wwp
5208
5209 2005-10-13 [paul]       1.9.15cvs34
5210
5211         * src/export.c
5212         * src/import.c
5213                 fix typos in g_warnings
5214         * src/prefs_account.c
5215                 add a file selector for Signature file
5216
5217         Patches by wwp
5218
5219 2005-10-12 [colin]      1.9.15cvs33
5220
5221         * src/mimeview.c
5222                 Provide a quick way to go back from a
5223                 signature's full info to the email part
5224
5225 2005-10-12 [colin]      1.9.15cvs32
5226
5227         * src/compose.c
5228                 Remove old hack of encoding signed mails with base64.
5229                 QP works equally well.
5230
5231 2005-10-12 [colin]      1.9.15cvs31
5232
5233         * src/crash.c
5234                 Replace deprecated GtkText with GtkTextView
5235         * src/imap.c
5236                 Fix a logic bug about counts in imap_select
5237                 (previously un-triggered)
5238         * src/mainwindow.c
5239         * src/summaryview.c
5240         * src/news.c
5241                 Allow local deletion of news posts
5242         * src/mimeview.c
5243                 Show GPG noticeview on the message/rfc822 part
5244                 in addition to the text/plain one
5245         * src/prefs_image_viewer.c
5246           src/plugins/pgpcore/prefs_gpg.c
5247                 Polish (set the label as part of the checkbox)
5248         * src/wizard.c
5249                 Don't sit there doing nothing after destroying
5250                 the window - return err
5251
5252 2005-10-11 [colin]      1.9.15cvs30
5253
5254         * src/folderview.c
5255                 Apply processing rules before showing folders.
5256                 Early folder show (before flags sync) will only
5257                 be done when there are no processing rules (nor
5258                 pre- or post- ones)
5259         * src/imap.c
5260                 Fix stuff related to mail subdir, creation and 
5261                 deletion of folders 
5262         * src/imap_gtk.c
5263                 Don't allow creation of folders in NoInferior
5264                 folders, as it won't work
5265
5266 2005-10-10 [colin]      1.9.15cvs29
5267
5268         * src/compose.c
5269                 Reselect "None" Privacy system when selecting an
5270                 account with no privacy system defined
5271
5272 2005-10-10 [colin]      1.9.15cvs28
5273
5274         * src/mainwindow.c
5275                 Add Windows-1252 encoding
5276         * src/prefs_common.c
5277                 Rework some defaults:
5278                 - autosave to draft by default
5279                 - don't show header pane (it's already in the textview)
5280                 - Select first new or unread mail on entry
5281                 - Assume 'Yes' to change folder when there's no more
5282                   unread message
5283         * src/prefs_matcher.c
5284                 Fix a gtk assertion failure
5285         * src/gtk/colorlabel.c
5286                 Workaround bad repainting on selection
5287         * src/main.c
5288                 Freeze/thaw (a bit faster on ssh -X)
5289         * src/msgcache.c
5290                 Get rid of StrdupConverter that just adds an
5291                 extra strdup/free 
5292         * src/etpan/imap_thread.c
5293                 memset buf to 0
5294
5295 2005-10-10 [colin]      1.9.15cvs27
5296
5297         * src/export.c
5298         * src/import.c
5299                 Fix compile on gtk 2.4. Patch by wwp
5300
5301 2005-10-09 [colin]      1.9.15cvs26
5302
5303         * src/mainwindow.c
5304         * src/messageview.c
5305         * src/summaryview.c
5306                 Clarify forward menus. Patch by wwp
5307
5308 2005-10-09 [colin]      1.9.15cvs25
5309
5310         * src/compose.c
5311         * src/compose.h
5312                 Fix bug #829 (Non-working "Encrypt message by 
5313                 default when replying to an encrypted message")
5314
5315 2005-10-08 [colin]      1.9.15cvs24
5316
5317         * src/wizard.c
5318                 Fix bug #827 ("Welcome" setup wizard after a 
5319                 permission error gives up & forgets itself.)
5320
5321 2005-10-08 [colin]      1.9.15cvs23
5322
5323         * src/procmime.c
5324                 Fix bug #828 (Ignoring headers with spaces around = sign)
5325
5326 2005-10-08 [colin]      1.9.15cvs22
5327
5328         * src/export.c
5329                 Warning fix by wwp
5330
5331 2005-10-08 [colin]      1.9.15cvs21
5332
5333         * src/folder.c
5334         * src/folder.h
5335                 Add a processing_pending indicator, set on 
5336                 folder_item_open and cleared after 
5337                 folder_item_process_open
5338         * src/folderview.c
5339         * src/summaryview.c
5340                 wrap procmsg_msginfo_*_flags, and in the
5341                 wrapper check that there's no folder processing 
5342                 pending. If there is, defer the flags change until 
5343                 processing is done to avoid stepping over each
5344                 other's toes.
5345                 Freeze during processing, but not during scanning.
5346
5347 2005-10-07 [colin]      1.9.15cvs20
5348
5349         * src/plugins/pgpcore/passphrase.c
5350                 Fix bug #826 (X-Server hangs when 
5351                 right-clicking a PGP encrypted message)
5352
5353 2005-10-07 [paul]       1.9.15cvs19
5354
5355         * src/compose.c
5356                 fix compose_entries[]
5357                 patch by Fabien Vantard
5358
5359 2005-10-06 [colin]      1.9.15cvs18
5360
5361         * src/pixmaps/address.xpm
5362         * src/pixmaps/address_book.xpm
5363         * src/pixmaps/book.xpm
5364         * src/pixmaps/check_spelling.xpm
5365         * src/pixmaps/checkbox_off.xpm
5366         * src/pixmaps/checkbox_on.xpm
5367         * src/pixmaps/close.xpm
5368         * src/pixmaps/complete.xpm
5369         * src/pixmaps/continue.xpm
5370         * src/pixmaps/deleted.xpm
5371         * src/pixmaps/down_arrow.xpm
5372         * src/pixmaps/exec.xpm
5373         * src/pixmaps/forwarded.xpm
5374         * src/pixmaps/group.xpm
5375         * src/pixmaps/ignorethread.xpm
5376         * src/pixmaps/interface.xpm
5377         * src/pixmaps/jpilot.xpm
5378         * src/pixmaps/ldap.xpm
5379         * src/pixmaps/linewrap.xpm
5380         * src/pixmaps/linewrapcurrent.xpm
5381         * src/pixmaps/mail.xpm
5382         * src/pixmaps/mail_attach.xpm
5383         * src/pixmaps/mail_compose.xpm
5384         * src/pixmaps/mail_forward.xpm
5385         * src/pixmaps/mail_receive.xpm
5386         * src/pixmaps/mail_receive_all.xpm
5387         * src/pixmaps/mail_reply.xpm
5388         * src/pixmaps/mail_reply_to_all.xpm
5389         * src/pixmaps/mail_reply_to_author.xpm
5390         * src/pixmaps/mail_send.xpm
5391         * src/pixmaps/mail_send_queue.xpm
5392         * src/pixmaps/mime_application.xpm
5393         * src/pixmaps/mime_audio.xpm
5394         * src/pixmaps/mime_image.xpm
5395         * src/pixmaps/mime_message.xpm
5396         * src/pixmaps/mime_text_enriched.xpm
5397         * src/pixmaps/mime_text_html.xpm
5398         * src/pixmaps/mime_text_plain.xpm
5399         * src/pixmaps/mime_unknown.xpm
5400         * src/pixmaps/new.xpm
5401         * src/pixmaps/news_compose.xpm
5402         * src/pixmaps/offline.xpm
5403         * src/pixmaps/online.xpm
5404         * src/pixmaps/paste.xpm
5405         * src/pixmaps/preferences.xpm
5406         * src/pixmaps/privacy_emblem_encrypted.xpm
5407         * src/pixmaps/privacy_expired.xpm
5408         * src/pixmaps/privacy_failed.xpm
5409         * src/pixmaps/privacy_passed.xpm
5410         * src/pixmaps/privacy_signed.xpm
5411         * src/pixmaps/privacy_unknown.xpm
5412         * src/pixmaps/privacy_warn.xpm
5413         * src/pixmaps/properties.xpm
5414         * src/pixmaps/replied.xpm
5415         * src/pixmaps/search.xpm
5416         * src/pixmaps/unread.xpm
5417         * src/pixmaps/up_arrow.xpm
5418         * src/pixmaps/vcard.xpm
5419                 Modernize internal theme, with icons from the 
5420                 Gnomaws theme. Keep some of the old ones where
5421                 they were better.
5422
5423 2005-10-06 [colin]      1.9.15cvs17
5424
5425         * src/summaryview.c
5426                 Little optimisations + bugfix
5427         * src/toolbar.c
5428                 Remove default useless items - useless being defined
5429                 by the default relevant prefs
5430         * src/wizard.c
5431                 include config.h to make gettext work
5432         * src/prefs_themes.c
5433                 Fix selection of current theme in prefs
5434
5435 2005-10-06 [colin]      1.9.15cvs16
5436
5437         * src/prefs_common.c
5438         * src/prefs_common.h
5439         * src/prefs_summaries.c
5440         * src/folderview.c
5441                 Add a warning dialog on Mark all read 
5442                 (with pref to get rid of it)
5443
5444 2005-10-06 [paul]       1.9.15cvs15
5445
5446         * po/nb.po
5447         * po/pt_BR.po
5448                 updated by Geir Helland and Frederico
5449                 Goncalves Guimaraes
5450
5451 2005-10-05 [colin]      1.9.15cvs14
5452
5453         * src/folder.c
5454         * src/folder.h
5455         * src/folderview.c
5456         * src/folderview.h
5457         * src/imap_gtk.c
5458         * src/mh_gtk.c
5459         * src/mainwindow.c
5460         * src/setup.c
5461                 add a way to rescan without rebuilding
5462                 make moving a bit faster (less folders changes)
5463                 don't lock the tree on Get 
5464         * src/imap.c
5465                 Don't re-delete deleted messages before expunging
5466         * src/summaryview.c
5467                 Set batch mode when deleting mails
5468
5469 2005-10-05 [paul]       1.9.15cvs13
5470
5471         * src/mainwindow.c
5472         * src/mainwindow.h
5473                 fix disabled Execute menu item
5474         * src/toolbar.c
5475                 match the change in 1.9.15cvs10: use Compose
5476                 instead of News by default
5477
5478 2005-10-04 [colin]      1.9.15cvs12
5479
5480         * src/compose.c
5481                 When replying to an ML post with Reply-To set
5482                 to the poster's email, honor it (as before),
5483                 but also honor our user's request to reply to
5484                 the mailing list: set the ML address in the To
5485                 field and the Reply-To address in the Cc: 
5486                 field.
5487
5488 2005-10-04 [colin]      1.9.15cvs11
5489
5490         * src/plugins/trayicon/trayicon.c
5491                 Finish cosmetic change - thanks to wwp
5492
5493 2005-10-04 [colin]      1.9.15cvs10
5494
5495         * src/toolbar.c
5496                 Use Compose instead of Email by default.
5497                 Spotted by wwp.
5498
5499 2005-10-04 [colin]      1.9.15cvs9
5500
5501         * src/folder.c
5502         * src/folder.h
5503         * src/folderview.c
5504         * src/imap.c
5505         * src/etpan/imap-thread.c
5506         * src/etpan/imap-thread.h
5507                 Try to make IMAP faster, by simplifying SEARCH
5508                 commands, avoiding sending two STATUS in a row,
5509                 and deferring flags sync and processing just
5510                 after displaying the folder. 
5511                 This will update the SummaryView in certain
5512                 cases (new mails not already fetched, flags
5513                 changed from another client) but in a non-
5514                 blocking manner.
5515
5516 2005-10-04 [colin]      1.9.15cvs8
5517
5518         * src/plugins/trayicon/trayicon.c
5519                 Relabel "Offline" to "Work offline"
5520
5521 2005-10-04 [colin]      1.9.15cvs7
5522
5523         * src/export.c
5524         * src/import.c
5525         * src/mbox.c
5526                 Fix mbox import/export buglets
5527                 Patch by wwp
5528         * src/plugins/trayicon/trayicon.c
5529                 Add offline swithc
5530                 Patch by wwp
5531
5532 2005-10-04 [colin]      1.9.15cvs6
5533
5534         * src/folder.c
5535         * src/folderview.c
5536         * src/summaryview.c
5537                 Better fix (don't break mark all read) for cvs2
5538
5539 2005-10-03 [colin]      1.9.15cvs5
5540
5541         * src/folder.c
5542                 Use a sane sort by default
5543
5544 2005-10-03 [colin]      1.9.15cvs4
5545
5546         * src/inc.c
5547                 Add a 'Only once' button for overriding offline mode
5548         * src/prefs_account.c
5549         * src/wizard.c
5550                 Add Local mbox to the wizard
5551                 Add IMAP subdir to the wizard (or the wizard is useless
5552                 for such accounts, or even worse than useless)
5553                 Move IMAP subdir from Advanced to Receive tab, as it's
5554                 not that uncommon
5555
5556 2005-10-03 [colin]      1.9.15cvs3
5557
5558         * src/send_message.c
5559                 Forgot this one in cvs1
5560
5561 2005-10-03 [colin]      1.9.15cvs2
5562
5563         * src/folder.c
5564                 Faster close when leaving a folder with lots
5565                 of new mails. Idea by David Relson.
5566
5567 2005-10-03 [colin]      1.9.15cvs1
5568
5569         * src/compose.c
5570         * src/imap.c
5571         * src/inc.c
5572         * src/main.c
5573         * src/messageview.c
5574         * src/news.c
5575         * src/summaryview.c
5576         * src/gtk/sslcertwindow.c
5577         * src/plugins/trayicon/trayicon.c
5578                 Add accels to every AlertPanel. Patch by Fabien 
5579                 Vantard
5580
5581 2005-10-03 [paul]       1.9.15
5582
5583         1.9.15 released
5584
5585 2005-10-03 [paul]       1.9.14cvs68
5586
5587         * po/ca.po
5588         * po/de.po
5589         * po/es.po
5590         * po/fi.po
5591         * po/fr.po
5592         * po/sk.po
5593         * po/sr.po
5594         * po/zh_CN.po
5595                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
5596                 Mones Lastra, Tommi Pirinen, Fabien vantard,
5597                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
5598
5599 2005-10-03 [paul]       1.9.14cvs67
5600
5601         * src/send_message.c
5602                 prevent hang on Cancel
5603                 patch by Colin
5604
5605 2005-10-03 [paul]       1.9.14cvs66
5606
5607         * src/main.c
5608                 fix crash in IMAP caused by discrepancy
5609                 between check_at_startup and offline mode
5610                 Patch by Colin
5611
5612 2005-10-01 [paul]       1.9.14cvs65
5613
5614         * src/inc.c
5615                 fix engrish
5616
5617 2005-10-01 [paul]       1.9.14cvs64
5618         * src/export.c
5619         * src/import.c
5620                 synchronise import_mbox() and export_mbox()
5621         * src/mbox.c
5622                 proc_mbox(): add alert if file cannot be opened
5623                 export_list_to_mbox(): test if dest file exists,
5624                 prompt user to overwrite if it does. add alert
5625                 if file cannot be created
5626                                                                 
5627         Patch by wwp
5628                                                                                                                 
5629
5630 2005-09-30 [paul]       1.9.14cvs63
5631
5632         * src/addressbook.c
5633                 Fix sensitivity of a menu
5634         * src/codeconv.c
5635                 Respect hidden pref for mails with no encoding
5636         * src/common/xml.c
5637                 Fix memory corruption
5638         * src/plugins/pgpcore/sgpgme.c
5639                 Fix segfault on incomplete sigs, and display
5640                 of S/Mime UIDs
5641
5642         Patches by Colin
5643
5644 2005-09-30 [colin]      1.9.14cvs62
5645
5646         * src/partial_download.c
5647                 Little logic fix in almost-dead code
5648         * src/pop.c
5649                 Fix partial download when there's no new mail
5650
5651 2005-09-29 [paul]       1.9.14cvs61
5652
5653         * src/plugins/pgpinline/pgpinline.c
5654                 fix bug 819, 'crash accessing sign message'
5655                 Patch by Colin
5656
5657 2005-09-28 [martin]     1.9.14cvs60
5658
5659         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5660                 fix bug #790 (Crash when restarting window manager (fluxbox))
5661
5662 2005-09-28 [paul]       1.9.14cvs59
5663
5664         * src/gtk/gtkaspell.c
5665                 fix off-by-one typo
5666
5667 2005-09-27 [colin]      1.9.14cvs58
5668
5669         * src/plugins/pgpcore/sgpgme.c
5670                 Report error when there's one, instead of
5671                 "Signature unchecked" 
5672
5673 2005-09-27 [colin]      1.9.14cvs57
5674
5675         * src/prefs_quote.c
5676                 Fix bug #816 (Weird quotation with spaces)
5677
5678 2005-09-27 [colin]      1.9.14cvs56
5679
5680         * src/codeconv.c
5681         * src/compose.c
5682         * src/compose.h
5683                 Put subject in compose's title
5684                 Fix Automatic encoding so that it's really automatic:
5685                 first try default locale's charset, then charset of the replied mail, 
5686                 then utf-8
5687                 Fix encoding of headers (must be in strict mode too)
5688
5689 2005-09-26 [colin]      1.9.14cvs55
5690
5691         * src/gtk/gtkaspell.c
5692                 Fix previous patch - don't color the space,
5693                 just uncolor it :)
5694
5695 2005-09-26 [colin]      1.9.14cvs54
5696
5697         * src/gtk/gtkaspell.c
5698                 Unmark space if possible
5699
5700 2005-09-26 [colin]      1.9.14cvs53
5701
5702         * src/imap.c
5703                 log_error instead of alertpanel according to the pref
5704         * src/etpan/imap-thread.c
5705                 Print connect status, copy only necessary size to 
5706                 logger
5707         * src/plugins/pgpmime/pgpmime.c
5708                 Handle S/Mime signatures (verification only). Patch based
5709                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
5710
5711 2005-09-26 [paul]       1.9.14cvs52
5712
5713         * src/common/passcrypt.c
5714                 this 'workaround' not necessary on NetBSD.
5715                 Thanks to Daniel Gustafson
5716
5717 2005-09-26 [paul]
5718
5719         1.9.15-rc4 released
5720
5721 2005-09-26 [paul]       1.9.14cvs51
5722
5723         * src/summaryview.c
5724                 Skip currently selected message when
5725                 looking for next new or unread message
5726                 in current folder. Patch by Colin
5727         * src/common/passcrypt.c
5728                 eliminate warnings on *BSD. Patch by
5729                 Daniel Gustafson
5730
5731 2005-09-26 [colin]      1.9.14cvs50
5732
5733         * src/procmsg.c
5734                 Call postfiltering hook anyway
5735
5736 2005-09-22 [colin]      1.9.14cvs49
5737
5738         * src/codeconv.c
5739         * src/codeconv.h
5740                 Add a strict mode that doesn't replace with _
5741         * src/compose.c
5742         * src/compose.h
5743                 Use strict conversion while sending
5744                 Fix race when drafting while sending (happens
5745                 on IMAP)
5746                 Fix d'n'd of messages from summaryview
5747         * src/prefs_common.c
5748         * src/prefs_common.h
5749                 add hidden utf8_instead_of_locale_for_broken_mail 
5750                 pref for people that preferred the default charset 
5751                 to be utf8 for broken mails
5752         * src/quote_fmt_parse.y
5753                 fix bug #815 (No quote insert if "From:" fied 
5754                 contained Russian letters)
5755         * src/summaryview.c
5756                 Fix d'n'd of messages to compose
5757
5758 2005-09-22 [paul]       1.9.14cvs48
5759
5760         * src/compose.c
5761                 fix bug where attachments Name entry
5762                 would display Path instead
5763
5764 2005-09-21 [paul]       1.9.14cvs47
5765
5766         * README
5767         * README.jp
5768         * configure.ac
5769         * config/config.rpath
5770         * doc/manual/en/sylpheed-20.html
5771         * doc/manual/es/sylpheed-20.html
5772         * po/bg.po
5773         * po/ca.po
5774         * po/de.po
5775         * po/es.po
5776         * po/fr.po
5777         * po/it.po
5778         * po/pt_BR.po
5779         * po/sk.po
5780         * po/zh_TW.po
5781         * src/account.c
5782         * src/account.h
5783         * src/action.c
5784         * src/action.h
5785         * src/adbookbase.h
5786         * src/addr_compl.c
5787         * src/addr_compl.h
5788         * src/addrbook.c
5789         * src/addrbook.h
5790         * src/addrcache.c
5791         * src/addrcache.h
5792         * src/addrcindex.c
5793         * src/addrcindex.h
5794         * src/addrclip.c
5795         * src/addrclip.h
5796         * src/addrdefs.h
5797         * src/addressadd.c
5798         * src/addressadd.h
5799         * src/addressbook.c
5800         * src/addressbook.h
5801         * src/addressitem.h
5802         * src/addrgather.c
5803         * src/addrgather.h
5804         * src/addrharvest.c
5805         * src/addrharvest.h
5806         * src/addrindex.c
5807         * src/addrindex.h
5808         * src/addritem.c
5809         * src/addritem.h
5810         * src/addrquery.c
5811         * src/addrquery.h
5812         * src/addrselect.c
5813         * src/addrselect.h
5814         * src/alertpanel.c
5815         * src/alertpanel.h
5816         * src/browseldap.c
5817         * src/browseldap.h
5818         * src/codeconv.c
5819         * src/codeconv.h
5820         * src/compose.c
5821         * src/compose.h
5822         * src/crash.c
5823         * src/crash.h
5824         * src/customheader.c
5825         * src/customheader.h
5826         * src/displayheader.c
5827         * src/displayheader.h
5828         * src/editaddress.c
5829         * src/editaddress.h
5830         * src/editbook.c
5831         * src/editbook.h
5832         * src/editgroup.c
5833         * src/editgroup.h
5834         * src/editjpilot.c
5835         * src/editjpilot.h
5836         * src/editldap.c
5837         * src/editldap.h
5838         * src/editldap_basedn.c
5839         * src/editldap_basedn.h
5840         * src/editvcard.c
5841         * src/editvcard.h
5842         * src/enriched.c
5843         * src/enriched.h
5844         * src/exphtmldlg.c
5845         * src/exphtmldlg.h
5846         * src/expldifdlg.c
5847         * src/expldifdlg.h
5848         * src/export.c
5849         * src/export.h
5850         * src/exporthtml.c
5851         * src/exporthtml.h
5852         * src/exportldif.c
5853         * src/exportldif.h
5854         * src/filtering.c
5855         * src/filtering.h
5856         * src/folder.c
5857         * src/folder.h
5858         * src/folder_item_prefs.c
5859         * src/folder_item_prefs.h
5860         * src/foldersel.c
5861         * src/foldersel.h
5862         * src/folderutils.c
5863         * src/folderutils.h
5864         * src/folderview.c
5865         * src/folderview.h
5866         * src/grouplistdialog.c
5867         * src/grouplistdialog.h
5868         * src/headerview.c
5869         * src/headerview.h
5870         * src/html.c
5871         * src/html.h
5872         * src/image_viewer.c
5873         * src/image_viewer.h
5874         * src/imap.c
5875         * src/imap.h
5876         * src/imap_gtk.c
5877         * src/imap_gtk.h
5878         * src/import.c
5879         * src/import.h
5880         * src/importldif.c
5881         * src/importldif.h
5882         * src/importmutt.c
5883         * src/importmutt.h
5884         * src/importpine.c
5885         * src/importpine.h
5886         * src/inc.c
5887         * src/inc.h
5888         * src/jpilot.c
5889         * src/jpilot.h
5890         * src/ldapctrl.c
5891         * src/ldapctrl.h
5892         * src/ldaplocate.c
5893         * src/ldaplocate.h
5894         * src/ldapquery.c
5895         * src/ldapquery.h
5896         * src/ldapserver.c
5897         * src/ldapserver.h
5898         * src/ldaputil.c
5899         * src/ldaputil.h
5900         * src/ldif.c
5901         * src/ldif.h
5902         * src/localfolder.c
5903         * src/localfolder.h
5904         * src/main.c
5905         * src/main.h
5906         * src/mainwindow.c
5907         * src/mainwindow.h
5908         * src/manual.c
5909         * src/manual.h
5910         * src/matcher.c
5911         * src/matcher.h
5912         * src/matcher_parser.h
5913         * src/matcher_parser_lex.l
5914         * src/matcher_parser_parse.y
5915         * src/mbox.c
5916         * src/mbox.h
5917         * src/message_search.c
5918         * src/message_search.h
5919         * src/messageview.c
5920         * src/messageview.h
5921         * src/mh.c
5922         * src/mh.h
5923         * src/mh_gtk.c
5924         * src/mh_gtk.h
5925         * src/mimeview.c
5926         * src/mimeview.h
5927         * src/msgcache.c
5928         * src/msgcache.h
5929         * src/mutt.c
5930         * src/mutt.h
5931         * src/news.c
5932         * src/news.h
5933         * src/news_gtk.c
5934         * src/news_gtk.h
5935         * src/noticeview.c
5936         * src/noticeview.h
5937         * src/partial_download.c
5938         * src/partial_download.h
5939         * src/pine.c
5940         * src/pine.h
5941         * src/pop.c
5942         * src/pop.h
5943         * src/prefs_account.c
5944         * src/prefs_account.h
5945         * src/prefs_actions.c
5946         * src/prefs_actions.h
5947         * src/prefs_common.c
5948         * src/prefs_common.h
5949         * src/prefs_compose_writing.c
5950         * src/prefs_compose_writing.h
5951         * src/prefs_customheader.c
5952         * src/prefs_customheader.h
5953         * src/prefs_display_header.c
5954         * src/prefs_display_header.h
5955         * src/prefs_ext_prog.c
5956         * src/prefs_ext_prog.h
5957         * src/prefs_filtering.c
5958         * src/prefs_filtering.h
5959         * src/prefs_filtering_action.c
5960         * src/prefs_filtering_action.h
5961         * src/prefs_folder_column.c
5962         * src/prefs_folder_column.h
5963         * src/prefs_folder_item.c
5964         * src/prefs_folder_item.h
5965         * src/prefs_fonts.c
5966         * src/prefs_fonts.h
5967         * src/prefs_gtk.c
5968         * src/prefs_gtk.h
5969         * src/prefs_image_viewer.c
5970         * src/prefs_image_viewer.h
5971         * src/prefs_matcher.c
5972         * src/prefs_matcher.h
5973         * src/prefs_message.c
5974         * src/prefs_message.h
5975         * src/prefs_msg_colors.c
5976         * src/prefs_msg_colors.h
5977         * src/prefs_other.c
5978         * src/prefs_other.h
5979         * src/prefs_quote.c
5980         * src/prefs_quote.h
5981         * src/prefs_receive.c
5982         * src/prefs_receive.h
5983         * src/prefs_send.c
5984         * src/prefs_send.h
5985         * src/prefs_spelling.c
5986         * src/prefs_spelling.h
5987         * src/prefs_summaries.c
5988         * src/prefs_summaries.h
5989         * src/prefs_summary_column.c
5990         * src/prefs_summary_column.h
5991         * src/prefs_template.c
5992         * src/prefs_template.h
5993         * src/prefs_themes.c
5994         * src/prefs_themes.h
5995         * src/prefs_toolbar.c
5996         * src/prefs_toolbar.h
5997         * src/prefs_wrapping.c
5998         * src/prefs_wrapping.h
5999         * src/privacy.c
6000         * src/privacy.h
6001         * src/procheader.c
6002         * src/procheader.h
6003         * src/procmime.c
6004         * src/procmime.h
6005         * src/procmsg.c
6006         * src/procmsg.h
6007         * src/quote_fmt.c
6008         * src/quote_fmt_parse.y
6009         * src/recv.c
6010         * src/recv.h
6011         * src/remotefolder.c
6012         * src/remotefolder.h
6013         * src/send_message.c
6014         * src/send_message.h
6015         * src/setup.c
6016         * src/setup.h
6017         * src/simple-gettext.c
6018         * src/sourcewindow.c
6019         * src/sourcewindow.h
6020         * src/ssl_manager.c
6021         * src/ssl_manager.h
6022         * src/statusbar.c
6023         * src/statusbar.h
6024         * src/stock_pixmap.c
6025         * src/stock_pixmap.h
6026         * src/summary_search.c
6027         * src/summary_search.h
6028         * src/summaryview.c
6029         * src/summaryview.h
6030         * src/syldap.c
6031         * src/syldap.h
6032         * src/textview.c
6033         * src/textview.h
6034         * src/toolbar.c
6035         * src/toolbar.h
6036         * src/undo.c
6037         * src/undo.h
6038         * src/unmime.c
6039         * src/unmime.h
6040         * src/vcard.c
6041         * src/vcard.h
6042         * src/wizard.c
6043         * src/wizard.h
6044         * src/common/base64.c
6045         * src/common/base64.h
6046         * src/common/defs.h
6047         * src/common/hooks.c
6048         * src/common/hooks.h
6049         * src/common/log.c
6050         * src/common/log.h
6051         * src/common/md5.c
6052         * src/common/md5.h
6053         * src/common/mgutils.c
6054         * src/common/mgutils.h
6055         * src/common/nntp.c
6056         * src/common/nntp.h
6057         * src/common/passcrypt.c
6058         * src/common/passcrypt.h.in
6059         * src/common/plugin.c
6060         * src/common/plugin.h
6061         * src/common/prefs.c
6062         * src/common/prefs.h
6063         * src/common/progressindicator.c
6064         * src/common/progressindicator.h
6065         * src/common/quoted-printable.c
6066         * src/common/quoted-printable.h
6067         * src/common/session.c
6068         * src/common/session.h
6069         * src/common/smtp.c
6070         * src/common/smtp.h
6071         * src/common/socket.c
6072         * src/common/socket.h
6073         * src/common/ssl.c
6074         * src/common/ssl.h
6075         * src/common/ssl_certificate.c
6076         * src/common/ssl_certificate.h
6077         * src/common/string_match.c
6078         * src/common/string_match.h
6079         * src/common/stringtable.c
6080         * src/common/sylpheed.c
6081         * src/common/sylpheed.h
6082         * src/common/template.c
6083         * src/common/template.h
6084         * src/common/timing.h
6085         * src/common/utils.c
6086         * src/common/utils.h
6087         * src/common/uuencode.c
6088         * src/common/uuencode.h
6089         * src/common/version.h.in
6090         * src/common/xml.c
6091         * src/common/xml.h
6092         * src/common/xmlprops.c
6093         * src/common/xmlprops.h
6094         * src/gtk/about.c
6095         * src/gtk/about.h
6096         * src/gtk/colorlabel.c
6097         * src/gtk/colorlabel.h
6098         * src/gtk/colorsel.c
6099         * src/gtk/colorsel.h
6100         * src/gtk/description_window.c
6101         * src/gtk/description_window.h
6102         * src/gtk/filesel.c
6103         * src/gtk/filesel.h
6104         * src/gtk/foldersort.c
6105         * src/gtk/foldersort.h
6106         * src/gtk/gtkutils.c
6107         * src/gtk/gtkutils.h
6108         * src/gtk/inputdialog.c
6109         * src/gtk/inputdialog.h
6110         * src/gtk/logwindow.c
6111         * src/gtk/logwindow.h
6112         * src/gtk/manage_window.c
6113         * src/gtk/manage_window.h
6114         * src/gtk/menu.c
6115         * src/gtk/menu.h
6116         * src/gtk/pluginwindow.c
6117         * src/gtk/pluginwindow.h
6118         * src/gtk/prefswindow.c
6119         * src/gtk/prefswindow.h
6120         * src/gtk/progressdialog.c
6121         * src/gtk/progressdialog.h
6122         * src/gtk/quicksearch.c
6123         * src/gtk/quicksearch.h
6124         * src/gtk/sslcertwindow.c
6125         * src/gtk/sslcertwindow.h
6126         * src/plugins/clamav/clamav_plugin.c
6127         * src/plugins/clamav/clamav_plugin.h
6128         * src/plugins/clamav/clamav_plugin_gtk.c
6129         * src/plugins/demo/demo.c
6130         * src/plugins/dillo_viewer/dillo_prefs.c
6131         * src/plugins/dillo_viewer/dillo_prefs.h
6132         * src/plugins/dillo_viewer/dillo_viewer.c
6133         * src/plugins/mathml_viewer/mathml_viewer.c
6134         * src/plugins/pgpcore/passphrase.c
6135         * src/plugins/pgpcore/passphrase.h
6136         * src/plugins/pgpcore/plugin.c
6137         * src/plugins/pgpcore/prefs_gpg.c
6138         * src/plugins/pgpcore/prefs_gpg.h
6139         * src/plugins/pgpcore/select-keys.c
6140         * src/plugins/pgpcore/select-keys.h
6141         * src/plugins/pgpcore/sgpgme.c
6142         * src/plugins/pgpcore/sgpgme.h
6143         * src/plugins/pgpinline/pgpinline.c
6144         * src/plugins/pgpinline/pgpinline.h
6145         * src/plugins/pgpinline/plugin.c
6146         * src/plugins/pgpmime/pgpmime.c
6147         * src/plugins/pgpmime/pgpmime.h
6148         * src/plugins/pgpmime/plugin.c
6149         * src/plugins/spamassassin/spamassassin.c
6150         * src/plugins/spamassassin/spamassassin.h
6151         * src/plugins/spamassassin/spamassassin_gtk.c
6152         * src/plugins/trayicon/trayicon.c
6153         * tools/OOo2sylpheed.pl
6154         * tools/acroread2sylpheed.pl
6155         * tools/asus_mailled.sh
6156         * tools/filter_conv.pl
6157         * tools/freshmeat_search.pl
6158         * tools/google_search.pl
6159         * tools/kmail2sylpheed.pl
6160         * tools/kmail2sylpheed_v2.pl
6161         * tools/maildir2sylpheed.pl
6162         * tools/multiwebsearch.pl
6163         * tools/newscache_clean.pl
6164         * tools/outlook2sylpheed.pl
6165         * tools/sylpheed-switcher
6166         * tools/update-po
6167         * tools/vcard2xml.py
6168         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6169                 update FSF address
6170
6171 2005-09-21 [colin]      1.9.14cvs46
6172
6173         * src/gedit-print.c
6174         * src/procmsg.c
6175         * src/procmsg.h
6176         * src/textview.c
6177         * src/summaryview.c
6178                 Remove some printing hacks (deselection/reselection),
6179                 which by the way fix printing the currently 
6180                 displayed mime part (still only text)
6181                 Plus a little optimisation of summary_show
6182
6183
6184 2005-09-20 [colin]      1.9.14cvs45
6185
6186         * src/mainwindow.c
6187         * src/messageview.c
6188                 GUI fixups: add accels, set message
6189                 view title to displayed mail's subject
6190         * src/prefs_spelling.c
6191         * src/gtk/gtkaspell.c
6192                 GUI fixups: allow underlining misspelled
6193                 words instead of coloring them (a11y!)
6194
6195 2005-09-19 [colin]
6196
6197         1.9.15rc3 released
6198
6199 2005-09-19 [colin]      1.9.14cvs44
6200
6201         * src/compose.c
6202                 Fix draft message
6203         * src/gtk/gtkaspell.c
6204                 Fix wrong test ;-)
6205
6206 2005-09-19 [colin]      1.9.14cvs43
6207
6208         * src/addressbook.c
6209                 Fix sensitivity of Delete button
6210         * src/compose.c
6211                 Warn if the requested Privacy system
6212                 is not available
6213         * src/exphtmldlg.c
6214         * src/expldifdlg.c
6215         * src/importldif.c
6216         * src/importmutt.c
6217         * src/importpine.c
6218                 Fix crappy UI
6219         * src/
6220         * src/ssl.h
6221         * src/prefs_account.h
6222         * src/prefs_account.c
6223                 Save SSL prefs even in builds that have
6224                 SSL support disable
6225         * src/imap.c
6226         * src/inc.c
6227         * src/news.c
6228         * src/send_message.c
6229                 Warn if connection should be secure, but
6230                 SSL support isn't compiled in
6231         * src/gtkaspell.c
6232                 Fix word separation on UTF-8 systems
6233                 Fixes bug #812 (Strange inline spellchecking)
6234         * src/compose.c
6235                 Warn if the requested Privacy system
6236                 is not available
6237                 Factorize offline warning
6238         * src/imap.c
6239         * src/imap_gtk.c
6240         * src/imap_gtk.h
6241         * src/inc.h
6242         * src/news_gtk.c
6243         * src/news_gtk.h
6244         * src/messageview.c
6245                 Factorize offline warning
6246
6247 2005-09-19 [paul]
6248
6249         1.9.15-rc2 released
6250
6251 2005-09-18 [colin]      1.9.14cvs42
6252
6253         * src/codeconv.c
6254         * src/codeconv.h
6255         * src/procmime.c
6256                 Add a way to get locale's charset ignoring utf-8,
6257                 and use that as default encoding for broken mails
6258
6259 2005-09-18 [colin]      1.9.14cvs41
6260
6261         * src/gtk/logwindow.c
6262                 Translate string. Patch by Fabien Vantard
6263
6264 2005-09-18 [colin]      1.9.14cvs40
6265
6266         * configure.ac
6267                 Fix bug #803 (IMAP/SSL support breaks with 
6268                 GnuTLS libetpan 0.38)
6269
6270 2005-09-18 [colin]      1.9.14cvs39
6271
6272         * src/codeconv.c
6273         * src/compose.c
6274         * src/procmime.c
6275                 More charsets fixes. Fixes bug #806 (non
6276                 ascii characters in subject line)
6277
6278 2005-09-17 [paul]       1.9.14cvs38
6279
6280         * src/folderview.c
6281         * src/mainwindow.c
6282                 fix gcc-2.95 issues
6283                 Patch by Pawel Pekala
6284
6285 2005-09-17 [colin]      1.9.14cvs37
6286
6287         * src/addrindex.c
6288                 bugfix for NO-USE LDAP compilation, patch 
6289                 by Fabien Vantard
6290
6291 2005-09-17 [colin]      1.9.14cvs36
6292
6293         * src/prefs_actions.c
6294         * src/prefs_customheader.c
6295         * src/prefs_display_header.c
6296         * src/prefs_filtering_action.c
6297         * src/prefs_matcher.c
6298         * src/prefs_toolbar.c
6299                 Fix strange casts (less elegant but
6300                 works better)
6301
6302 2005-09-16 [colin]      1.9.14cvs35
6303
6304         * src/jpilot.c
6305                 Missed that one
6306
6307 2005-09-16 [colin]      1.9.14cvs34
6308
6309         * configure.ac
6310         * src/Makefile.am
6311         * src/addr_compl.c
6312         * src/addrindex.c
6313         * src/browseldap.c
6314         * src/editldap.c
6315         * src/ldaplocate.c
6316         * src/ldapquery.c
6317         * src/ldapquery.h
6318         * src/ldapserver.c
6319         * src/ldapserver.h
6320         * src/main.c
6321         * src/matcher_parser_parse.y
6322         * src/prefs_themes.c
6323         * src/etpan/Makefile.am
6324         * src/gtk/description_window.c
6325         * src/plugins/clamav/Makefile.am
6326         * src/plugins/clamav/clamav_plugin.c
6327         * src/plugins/dillo_viewer/Makefile.am
6328         * src/plugins/pgpcore/Makefile.am
6329         * src/plugins/pgpinline/Makefile.am
6330         * src/plugins/pgpmime/Makefile.am
6331         * src/plugins/trayicon/Makefile.am
6332                 Fix 100% cpu usage in address completion list
6333                 Fix little bugs (return with no values etc)
6334                 Fix all warnings (with common CFLAGS)
6335
6336 2005-09-15 [colin]      1.9.14cvs33
6337
6338         * src/addressbook.c
6339                 Fix bug where sometimes a group's email list is empty,
6340                 force its refresh (probably fixes "Re: how to create a 
6341                 distribution list")
6342         * src/ldapquery.c
6343                 Don't return to the callback in the main thread from the
6344                 fetch thread (or face segs!)
6345
6346 2005-09-15 [paul]       1.9.14cvs32
6347
6348         * src/prefs_matcher.c
6349                 forgotten in last commit
6350
6351 2005-09-15 [paul]       1.9.14cvs31
6352
6353         * src/prefs_actions.c
6354         * src/prefs_filtering_action.c
6355         * src/prefs_quote.c
6356         * src/quote_fmt.c
6357         * src/summaryview.c
6358         * src/gtk/description_window.c
6359         * src/gtk/description_window.h
6360         * src/gtk/quicksearch.c
6361                 allow interaction with the called
6362                 description window
6363                 Patch by Anders Hammar
6364
6365 2005-09-14 [paul]       1.9.14cvs30
6366
6367         * src/compose.c
6368                 fix a little annoyance when pasting with 3rd button 
6369                 with wrap_pastes=0 and wrap_input=1
6370                 Patch by Colin
6371
6372 2005-09-14 [paul]       1.9.14cvs29
6373
6374         * src/prefs_account.c
6375                 disable 'Filter messages on receiving' for
6376                 SMTP-only accounts
6377                 Patch  by Anders Hammar
6378
6379 2005-09-14 [paul]       1.9.14cvs28
6380
6381         * po/sk.po
6382                 fix crash
6383                 updated by Andrej Kacian
6384
6385 2005-09-14 [paul]
6386
6387         1.9.15-rc1 released
6388
6389 2005-09-14 [paul]       1.9.14cvs27
6390
6391         * po/es.po
6392                 updated by Ricardo Mones Lastra
6393         * src/compose.c
6394         * src/compose.h
6395                 associate no_wrap_tags to Compose windows
6396                 instead of using a static one
6397                 Patch by Colin
6398         * src/mbox.c
6399                 fix proc_mbox()
6400                 Patch by wwp
6401         * src/textview.c
6402                 remove unneeded printf()
6403
6404 2005-09-14 [paul]       1.9.14cvs26
6405
6406         * src/addrcache.c
6407         * src/codeconv.h
6408         * src/folder.h
6409         * src/mainwindow.h
6410         * src/mh.c
6411         * src/mimeview.h
6412         * src/partial_download.c
6413         * src/pop.c
6414         * src/prefs_account.c
6415         * src/prefs_account.h
6416         * src/prefs_actions.c
6417         * src/prefs_customheader.c
6418         * src/prefs_display_header.c
6419         * src/prefs_filtering_action.c
6420         * src/prefs_matcher.c
6421         * src/prefs_toolbar.c
6422         * src/privacy.h
6423         * src/procmime.c
6424         * src/procmime.h
6425         * src/procmsg.h
6426         * src/textview.c
6427         * src/undo.h
6428         * src/common/plugin.c
6429         * src/common/session.h
6430         * src/common/socket.c
6431         * src/common/socket.h
6432         * src/common/template.c
6433         * src/gtk/gtkaspell.c
6434         * src/gtk/quicksearch.h
6435         * src/plugins/pgpcore/passphrase.c
6436         * src/plugins/pgpcore/prefs_gpg.h
6437         * src/plugins/pgpcore/select-keys.c
6438         * src/plugins/pgpcore/select-keys.h
6439         * src/plugins/pgpcore/sgpgme.c
6440         * src/plugins/pgpinline/pgpinline.c
6441         * src/plugins/pgpmime/pgpmime.c
6442         * src/plugins/trayicon/trayicon.c
6443                 fix compilation warnings
6444                 Patch by Daniel Gustafson
6445
6446 2005-09-14 [paul]       1.9.14cvs25
6447
6448         * src/addressbook.c
6449                 add missing column header, and other small
6450                 bug fixes
6451                 Patch by Anders Hammar
6452
6453 2005-09-13 [colin]      1.9.14cvs24
6454
6455         * src/gtk/gtkaspell.c
6456                 Fix non-utf8 in menu
6457                 Fix little leaks
6458                 Nullify struct members after free()s
6459
6460 2005-09-13 [colin]      1.9.14cvs23
6461
6462         * src/compose.c
6463                 Test utf8 compliance before inserting to 
6464                 buffer, and try to convert if necessary
6465         * src/procmime.c
6466                 If no charset is present, use the locale 
6467                 one instead of us-ascii
6468         * src/procmsg.c
6469                 Add Sender, List-Post and To in the checked 
6470                 headers for automatic rules creation 
6471                 (thanks to wwp)
6472         * src/prefs_themes.c
6473         * src/gtk/gtkaspell.c
6474                 Remove deprecated functions. 
6475                 patch by Daniel Gustafson
6476
6477 2005-09-12 [colin]      1.9.14cvs22
6478
6479         * src/compose.c
6480                 Fix bug #448 (Scrolling/Redraw issue with 
6481                 address-fields in Header)
6482         * src/mainwindow.c
6483         * src/summaryview.c
6484         * src/summaryview.h
6485                 Fix loss of MSG_MARKED on move/copy
6486                 Fix bug #804 (Quicksearch togglebutton doesn't 
6487                 get depressed after '/' key is pressed)
6488
6489 2005-09-12 [paul]       1.9.14cvs21
6490
6491         * AUTHORS
6492         * src/gtk/logwindow.c
6493                 add 'Clear Log' to popup menu
6494                 Patch by Anders Hammar <anders.hammar@telia.com>
6495
6496 2005-09-12 [paul]       1.9.14cvs20
6497
6498         * src/compose.c
6499                 set correct sensitivity on attachments
6500                 popup menu
6501         * src/folder.c
6502                 fix typo
6503         * src/prefs_spelling.c
6504                 fix crash when no LANG env is set
6505         * src/common/xml.c
6506                 fix crash in wizard
6507                 don't use memeory after free
6508
6509         All patches by Daniel Gustafson
6510
6511 2005-09-12 [paul]       1.9.14cvs19
6512
6513         * src/prefs_themes.c
6514                 make theme info selectable
6515         * src/gtk/description_window.c
6516                 make window non-modal
6517         * tools/README
6518                 add details of asus_mailed.sh
6519         * tools/claws.i18n.status.pl
6520                 update for new zh_TW translator
6521                 widen the output
6522                 create alternate coloured lines
6523                 improve readability
6524
6525 2005-09-10 [colin]      1.9.14cvs18
6526
6527         * src/plugins/pgpcore/select-keys.c
6528                 Better order for the buttons
6529
6530 2005-09-10 [colin]      1.9.14cvs17
6531
6532         * src/compose.c
6533         * src/plugins/pgpcore/select-keys.c
6534         * src/plugins/pgpcore/select-keys.h
6535         * src/plugins/pgpcore/sgpgme.c
6536                 Add a "Don't encrypt" button to the key
6537                 selection dialog. Fixes bug #177 (There should be a 
6538                 'Don't encrypt button in the Select Keys dialog)
6539
6540 2005-09-10 [colin]      1.9.14cvs16
6541
6542         * src/compose.c
6543                 Fix bug #572 (%X option does not work with templates)
6544
6545 2005-09-10 [colin]      1.9.14cvs15
6546
6547         * src/toolbar.c 
6548                 Remove g_print
6549
6550 2005-09-10 [colin]      1.9.14cvs14
6551
6552         * src/imap.c
6553                 Fix a possible crash
6554
6555 2005-09-09 [colin]      1.9.14cvs13
6556
6557         * src/imap.c
6558         * src/etpan/imap-thread.c
6559         * src/etpan/imap-thread.h
6560                 Fix moving from queue or drafts to normal folders
6561                 Fix bug #794 (No way to delete without expunging)
6562                 Take flags unset by other mailers into account
6563                 Take deleted flag set by other mailers into account
6564                 Fix unsetting REPLIED flag
6565                 Fix crash when capabilities can't be retrieved
6566         * src/mainwindow.c
6567         * src/mainwindow.h
6568                 Add M_DELAYED_FLAGS condition, and let the user use
6569                 Execute in order to be able to expunge deleted mails,
6570                 even if he's not in delayed execute mode
6571         * src/prefs_spelling.c
6572                 Use 'en' dictionary by default if LANG is POSIX or C
6573         * src/gtk/prefswindow.c
6574                 Fix bug #767 (Preferences windows expanding) by making
6575                 the window a bit larger when the resolution is greater
6576                 than 640x480, and by putting the prefs in a
6577                 GtkScrolledWindow.
6578
6579 2005-09-09 [paul]       1.9.14cvs12
6580
6581         * AUTHORS
6582         * configure.ac
6583         * po/zh_TW.Big5.po      ** REMOVED **
6584         * po/zh_TW.po           ** ADDED **
6585                 updated by Wei-Lun Chao
6586
6587 2005-09-09 [paul]       1.9.14cvs11
6588
6589         * src/mainwindow.c
6590                 fix asserts
6591         * src/common/xml.c
6592                 delay memory allocation until file is
6593                 opened successfully
6594                 Patch by Daniel Gustafson
6595
6596 2005-09-09 [colin]      1.9.14cvs10
6597
6598         * src/imap.c
6599                 Add guards
6600
6601 2005-09-08 [colin]      1.9.14cvs9
6602
6603         * src/compose.c
6604                 Alert when we can't save draft
6605                 Fix various wrap/color issues
6606                 Add mid-click pasting respecting wrap_paste option
6607         * src/folder.c
6608         * src/folder.h
6609         * src/folder_item_prefs.c
6610         * src/folder_item_prefs.h
6611         * src/imap.c
6612         * src/imap_gtk.c
6613         * src/imap_gtk.h
6614         * src/main.c
6615         * src/mainwindow.c
6616         * src/mainwindow.h
6617         * src/news.c
6618         * src/news_gtk.c
6619         * src/news_gtk.h
6620         * src/prefs_folder_item.c
6621                 Fix the impossibility to synchronise folders for
6622                 offline use (IMAP and NNTP are concerned)
6623
6624 2005-09-08 [colin]      1.9.14cvs8
6625
6626         * configure.ac
6627                 Build LDAP and JPilot by default if available
6628         * src/textview.c
6629                 Fix use after free
6630
6631 2005-09-08 [paul]       1.9.14cvs7
6632
6633         * doc/manual/en/sylpheed-1.html
6634         * doc/manual/en/sylpheed-18.html
6635         * doc/manual/en/sylpheed-19.html
6636         * doc/manual/en/sylpheed-4.html
6637         * doc/manual/en/sylpheed-6.html
6638         * doc/manual/en/sylpheed.html
6639                 a few minor updates, plus include some
6640                 details about plugins and their requirements
6641         * src/mainwindow.c
6642                 minor changes to English in /View/Sort
6643
6644 2005-09-07 [colin]      1.9.14cvs6
6645
6646         * doc/manual/en/sylpheed-1.html
6647         * doc/manual/en/sylpheed-10.html
6648         * doc/manual/en/sylpheed-11.html
6649         * doc/manual/en/sylpheed-12.html
6650         * doc/manual/en/sylpheed-13.html
6651         * doc/manual/en/sylpheed-14.html
6652         * doc/manual/en/sylpheed-15.html
6653         * doc/manual/en/sylpheed-16.html
6654         * doc/manual/en/sylpheed-17.html
6655         * doc/manual/en/sylpheed-18.html
6656         * doc/manual/en/sylpheed-19.html
6657         * doc/manual/en/sylpheed-2.html
6658         * doc/manual/en/sylpheed-20.html
6659         * doc/manual/en/sylpheed-21.html
6660         * doc/manual/en/sylpheed-22.html
6661         * doc/manual/en/sylpheed-3.html
6662         * doc/manual/en/sylpheed-4.html
6663         * doc/manual/en/sylpheed-5.html
6664         * doc/manual/en/sylpheed-6.html
6665         * doc/manual/en/sylpheed-7.html
6666         * doc/manual/en/sylpheed-8.html
6667         * doc/manual/en/sylpheed-9.html
6668         * doc/manual/en/sylpheed.html
6669                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
6670
6671 2005-09-07 [colin]      1.9.14cvs5
6672
6673         * src/mainwindow.c
6674                 Make labels more to-the-point
6675
6676 2005-09-07 [colin]      1.9.14cvs4
6677
6678         * doc/manual/en/sylpheed-1.html
6679         * doc/manual/en/sylpheed-12.html
6680         * doc/manual/en/sylpheed-13.html
6681         * doc/manual/en/sylpheed-14.html
6682         * doc/manual/en/sylpheed-15.html
6683         * doc/manual/en/sylpheed-16.html
6684         * doc/manual/en/sylpheed-17.html
6685         * doc/manual/en/sylpheed-18.html
6686         * doc/manual/en/sylpheed-19.html
6687         * doc/manual/en/sylpheed-2.html
6688         * doc/manual/en/sylpheed-20.html
6689         * doc/manual/en/sylpheed-21.html
6690         * doc/manual/en/sylpheed-22.html
6691         * doc/manual/en/sylpheed-4.html
6692         * doc/manual/en/sylpheed-5.html
6693         * doc/manual/en/sylpheed-6.html
6694         * doc/manual/en/sylpheed-7.html
6695         * doc/manual/en/sylpheed-8.html
6696         * doc/manual/en/sylpheed-9.html
6697         * doc/manual/en/sylpheed.html
6698                 Update manual
6699
6700 2005-09-07 [colin]      1.9.14cvs3
6701
6702         * doc/faq/en/sylpheed-faq-1.html
6703         * doc/faq/en/sylpheed-faq-2.html
6704         * doc/faq/en/sylpheed-faq-3.html
6705         * doc/faq/en/sylpheed-faq.html
6706                 Update FAQ
6707
6708 2005-09-07 [colin]      1.9.14cvs2
6709
6710         * src/folderview.c
6711         * src/procmsg.c
6712         * src/summaryview.c
6713         * src/toolbar.c
6714                 Fix special subfolders:
6715                 - Inherit parent's icon
6716                 - sent contents of queues subfolders
6717                 - empty subfolders of trashes
6718         * src/mainwindow.c
6719                 Remove outdated manual and faq entries
6720         * src/common/utils.c
6721                 Add quotes around %s coming from mailcap
6722
6723 2005-09-07 [colin]      1.9.14cvs1
6724
6725         * src/compose.c
6726                 After saving draft, set modified to FALSE
6727         * src/mimeview.c
6728         * src/common/utils.c
6729         * src/common/utils.h
6730                 Try to open mime parts using what is 
6731                 indicated in ~/.mailcap or /etc/mailcap,
6732                 if possible.
6733
6734 2005-09-05 [paul]       1.9.14
6735
6736         1.9.14 released
6737
6738         * po/sk.po
6739                 updated by Andrej Kacian
6740
6741 2005-09-05 [paul]       1.9.13cvs83
6742
6743         * po/de.po
6744         * po/es.po
6745         * po/fi.po
6746         * po/fr.po
6747         * po/nb.po
6748         * po/pt_BR.po
6749         * po/sr.po
6750                 updated translations by Thomas Gilgin, Ricardo Mones
6751                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
6752                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
6753
6754 2005-09-04 [paul]       1.9.13cvs82
6755
6756         * src/compose.c
6757                 only warn about exceeded line length limit
6758                 on send
6759
6760 2005-09-04 [paul]       1.9.13cvs81
6761
6762         * src/compose.c
6763                 fix crash in 'line length exceeded' dialogue
6764
6765 2005-09-02 [paul]       1.9.13cvs80
6766
6767         * src/imap.c
6768                 fix bug 795, 'Connection lost IMAP'
6769                 and add statusbar prints
6770                 Patch by Colin
6771
6772 2005-09-02 [paul]       1.9.13cvs79
6773
6774         * src/compose.c
6775                 compose_wrap_paragraph() becomes
6776                 compose_beautify_paragraph()
6777                 Patch by Colin
6778
6779 2005-09-02 [colin]      1.9.13cvs78
6780
6781         * src/folderview.c
6782                 Micro-fix
6783
6784 2005-09-01 [colin]      1.9.13cvs77
6785
6786         * src/imap.c
6787                 Maybe fix bug #795 (Connection lost IMAP)
6788                 Don't try to send logout when we're disconnected.
6789         * src/summaryview.c
6790                 Include locked and marked emails in HRM
6791                 view. Fixes bug #800 (Locked messages no longer 
6792                 show up when hide read messages is used)
6793
6794 2005-09-01 [paul]       1.9.13cvs76
6795
6796         * src/prefs_common.c
6797                 fix bad cutting
6798
6799 2005-08-31 [colin]      1.9.13cvs75
6800
6801         * src/folderview.c
6802         * src/folderview.h
6803         * src/prefs_summaries.c
6804         * src/summaryview.c
6805                 Fix "go to next new", fix preference
6806                 (Open unread/next swapped)
6807
6808 2005-08-31 [paul]       1.9.13cvs74
6809
6810         * src/compose.c
6811         * src/folderview.c
6812         * src/headerview.c
6813         * src/headerview.h
6814         * src/mainwindow.c
6815         * src/prefs_common.c
6816         * src/prefs_common.h
6817         * src/prefs_fonts.c
6818         * src/summaryview.c
6819         * src/textview.c
6820         * src/common/defs.h
6821                 remove obsolete BOLD_FONT setting
6822                 fix font update in headerview and textview
6823                 headers after prefs change
6824                 Patch By Colin
6825
6826 2005-08-31 [paul]
6827
6828         1.9.14-rc4 released
6829
6830 2005-08-30 [colin]      1.9.13cvs73
6831
6832         * src/summaryview.c
6833                 When Hide read messages is selected and we
6834                 refresh the summaryview, don't remove the 
6835                 currently displayed message. Fixes bug #797
6836                 (Summary view reloads when new mail is 
6837                 downloaded in 1.9.14 rc)
6838
6839 2005-08-30 [colin]      1.9.13cvs72
6840
6841         * src/folderview.c
6842                 Fix flickering
6843         * src/mainwindow.c
6844                 Remove useless callback
6845         * src/mimeview.c
6846         * src/gtk/filesel.c
6847         * src/gtk/filesel.h
6848                 Add a filesel_select_file_save_folder() - used by Save All
6849
6850 2005-08-29 [paul]       1.9.13cvs71
6851
6852         * AUTHORS
6853         * src/matcher_parser_parse.y
6854         * src/etpan/imap-thread.c
6855                 fix building on FreeBSD
6856                 Patch by Daniel Gustafson <daniel@hobbit.se>
6857
6858 2005-08-29 [paul]       1.9.13cvs70
6859
6860         * src/plugins/pgpinline/pgpinline.c
6861                 only initialise sig result if it's been handled
6862                 Patch by Colin
6863
6864 2005-08-29 [paul]       1.9.13cvs69
6865         
6866         Patches by Colin:
6867
6868         * src/imap.c
6869         * src/common.utils.c
6870         * src/common/utils.h
6871                 optimisation
6872         * src/stock_pixmap.h
6873                 fix wrong icon reference
6874         * src/pixmaps/trash_btn.xpm
6875                 replace with nicer image
6876
6877 2005-08-28 [colin]      1.9.13cvs68
6878
6879         * src/Makefile.am
6880         * src/stock_pixmap.c
6881         * src/stock_pixmap.h
6882         * src/toolbar.c
6883         * src/pixmaps/trash_btn.xpm
6884                 Add a specific trash xpm for the button
6885
6886 2005-08-28 [colin]      1.9.13cvs67
6887
6888         * src/imap.c
6889                 Fix leak
6890
6891 2005-08-27 [colin]      1.9.13cvs66
6892
6893         * src/imap.c
6894         * src/procmime.c
6895                 Correctly fix "Problem with replies", fixes
6896                 pgpmime encryption too. 
6897
6898 2005-08-27 [colin]      1.9.13cvs65
6899
6900         * src/folder.c
6901         * src/procmsg.c
6902         * src/procmsg.h
6903         * src/summaryview.c
6904                 Fix bug #517 (messages removed from summaryview 
6905                 when moving fails)
6906
6907 2005-08-27 [colin]      1.9.13cvs64
6908
6909         * tools/Makefile.am
6910         * tools/asus_mailled.sh
6911                 Add a script to blink ASUS laptops' mail LED where there
6912                 is unread mail.
6913
6914 2005-08-27 [colin]      1.9.13cvs63
6915
6916         * src/imap.c
6917         * src/etpan/imap-thread.c
6918         * src/etpan/imap-thread.h
6919                 Implement automatic choosing of login method
6920                 Fixes bug #791
6921         * src/gtk/.cvsignore
6922                 Add sylpheed-marshal.[ch]
6923
6924 2005-08-27 [colin]      1.9.13cvs62
6925
6926         * src/common/utils.c
6927                 Fix confusing perror
6928
6929 2005-08-27 [colin]      1.9.13cvs61
6930
6931         * src/toolbar.c
6932         * src/toolbar.h
6933                 Remove A_DELETE, replace it with 
6934                 A_TRASH and A_DELETE_REAL. Automatically
6935                 rewrite config files to replace A_DELETE
6936                 with A_TRASH (no functionality change).
6937                 Fixes half of #794
6938
6939 2005-08-26 [colin]      1.9.13cvs60
6940
6941         * src/procmime.c
6942                 Previous "Problem with replies" fix brought other
6943                 problems, fixing them
6944
6945 2005-08-26 [colin]      1.9.13cvs59
6946
6947         * src/procmime.c
6948                 Fix "Problem with replies". This happened only
6949                 on IMAP...
6950         * src/procmsg.c
6951                 Factorize code a bit
6952         * src/compose.c
6953                 Speed improvement on very long messages (wrapping)
6954                 Fix signature color on Reedit and Redirect
6955                 On Reedit, don't attach pgp-signatures parts, but
6956                 set signing to On.
6957
6958 2005-08-24 [paul]       1.9.13cvs58
6959
6960         * src/compose.c
6961                 don't claim success when clicking
6962                 Cancel on the passphrase box.
6963                 Patch by Colin
6964
6965 2005-08-24 [paul]       1.9.13cvs57
6966
6967         * src/main.c
6968                 fix misplaced sylpheed.log
6969         * src/common/defs.h
6970                 define UIDL_DIR
6971
6972 2005-08-24 [paul]       1.9.13cvs56
6973
6974         * src/imap.c
6975         * src/etpan/imap-thread.c
6976         * src/etpan/imap-thread.h
6977                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
6978                 Patch by Colin
6979         * src/gtk/sylpheed-marshal.c    ** REMOVED **
6980         * src/gtk/sylpheed-marshal.h    ** REMOVED **
6981                 remove autogenerated files
6982         * tools/kdeservicemenu/README
6983         * tools/kdeservicemenu/install.sh
6984         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6985         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6986                 use Claws icon, use 'Sylpheed-Claws' in menu,
6987                 use kdialog, and other cleanups
6988
6989 2005-08-23 [paul]       1.9.13cvs55
6990
6991         * src/compose.c
6992                 fix paste/wrap crash
6993                 Patch by Colin
6994
6995 2005-08-23 [paul]       1.9.13cvs54
6996
6997         * src/main.c
6998                 fix crash recovery
6999                 Patch by Colin
7000
7001 2005-08-23 [paul]       1.9.13cvs53
7002
7003         * src/addressbook.c
7004         * src/editaddress.c
7005                 view all data of LDAP contacts
7006                 Patch by Colin
7007
7008 2005-08-23 [paul]       1.9.13cvs52
7009
7010         * src/addressbook.c
7011                 fix issues with the Search field
7012                 Patch by Colin
7013
7014 2005-08-22 [paul]       1.9.13cvs51
7015
7016         * src/folderview.c
7017                 put name of folder in processing dialog
7018                 title
7019         * src/prefs_folder_item.c
7020                 improve english usage
7021
7022 2005-08-22 [paul]       1.9.13cvs50
7023
7024         * src/filtering.c
7025         * src/filtering.h
7026         * src/matcher.c
7027         * src/matcher_parser_lex.l
7028         * src/matcher_parser_parse.y
7029         * src/prefs_filtering.c
7030                 add Filtering/Processing rule names feature.
7031                 (the incompatible old matcherrc is saved as
7032                 matcherrc.pre_names).
7033                 Patch by Colin
7034
7035 2005-08-22 [paul]       1.9.13cvs49
7036
7037         * src/procmsg.c
7038                 fix colour labelling
7039                 Patch by Colin
7040
7041 2005-08-22 [paul]       1.9.13cvs48
7042
7043         * src/textview.c
7044                 fix open_image_cb()
7045
7046 2005-08-22 [paul]       1.9.13cvs47
7047
7048         * src/imap.c
7049                 fix bug 789, 'SC crashes with imap (CVS ver)'
7050                 Patch by Colin
7051
7052 2005-08-22 [paul]       1.9.13cvs46
7053
7054         * src/mimeview.c
7055         * src/prefs_common.c
7056         * src/common/defs.h
7057                 define reused defaults in defs.h
7058         * src/textview.c
7059                 add 'Open image' to image popup menu
7060
7061 2005-08-21 [colin]      1.9.13cvs45
7062
7063         * src/summaryview.c
7064                 Fix bug #788 (Bogus "From" address displayed)
7065
7066 2005-08-20 [colin]      1.9.13cvs44
7067
7068         * src/folder.c
7069                 Fix buf #787 (multilevel delete causes SIGSEGV)
7070
7071 2005-08-19 [colin]      1.9.13cvs43
7072
7073         * src/inc.c
7074         * src/prefs_common.c
7075         * src/prefs_common.h
7076                 Add an hidden pref to allow modifying the
7077                 update stepping in incorporation.
7078                 Patch by wwp.
7079
7080 2005-08-19 [colin]      1.9.13cvs42
7081
7082         * src/compose.c
7083         * src/procmime.c
7084                 Workaround for broken MUAs: encode 
7085                 Content-type: name: as ASCII and 
7086                 Content-Disposition: filename: as
7087                 per rfc2231
7088         * src/prefs_account.c
7089                 Fix invisible-ness of SMTP SSL prefs
7090                 in NNTP accounts
7091
7092 2005-08-19 [paul]       1.9.13cvs41
7093
7094         * src/compose.c
7095         * src/prefs_common.c
7096         * src/prefs_common.h
7097         * src/prefs_wrapping.c
7098                 paste with or without wrapping.
7099                 patch by Colin
7100
7101 2005-08-19 [paul]       1.9.13cvs40
7102
7103         * src/prefs_common.c
7104         * src/prefs_common.h
7105         * src/summaryview.c
7106                 reintroduce enable_swap_from as a
7107                 hidden pref. patch by Colin
7108         * src/quote_fmt_parse.y
7109         * src/plugins/clamav/clamav_plugin.c
7110         * src/plugins/dillo_viewer/dillo_viewer.c
7111         * src/plugins/mathml_viewer/mathml_viewer.c
7112         * src/plugins/pgpcore/sgpgme.c
7113         * src/plugins/pgpinline/pgpinline.c
7114         * src/plugins/pgpmime/pgpmime.c
7115                 tidy up. patch by Colin
7116
7117 2005-08-19 [paul]       1.9.13cvs39
7118
7119         * configure.ac
7120                 complete cvs38's sync
7121         * src/editaddress.c
7122         * src/gedit-print.c
7123         * src/mutt.c
7124         * src/etpan/etpan-log.c
7125         * src/etpan/imap-thread.c
7126         * src/gtk/gtksourceprintjob.c
7127                 fix compilation warnings
7128                 (patch by Colin)
7129
7130 2005-08-19 [paul]       1.9.13cvs38
7131
7132         sync with main:
7133
7134         * src/account.c
7135         * src/action.c
7136         * src/addrbook.c
7137         * src/addrcache.c
7138         * src/addrharvest.c
7139         * src/addrindex.c
7140         * src/codeconv.c
7141         * src/compose.c
7142         * src/crash.c
7143         * src/exporthtml.c
7144         * src/exportldif.c
7145         * src/folder.c
7146         * src/image_viewer.c
7147         * src/inc.c
7148         * src/inc.h
7149         * src/jpilot.c
7150         * src/ldif.c
7151         * src/main.c
7152         * src/matcher.c
7153         * src/mbox.c
7154         * src/messageview.c
7155         * src/mh.c
7156         * src/mimeview.c
7157         * src/msgcache.c
7158         * src/mutt.c
7159         * src/news.c
7160         * src/partial_download.c
7161         * src/pine.c
7162         * src/pop.c
7163         * src/prefs_actions.c
7164         * src/prefs_common.c
7165         * src/prefs_customheader.c
7166         * src/prefs_display_header.c
7167         * src/prefs_gtk.c
7168         * src/prefs_themes.c
7169         * src/procheader.c
7170         * src/procmime.c
7171         * src/procmsg.c
7172         * src/recv.c
7173         * src/send_message.c
7174         * src/simple-gettext.c
7175         * src/sourcewindow.c
7176         * src/textview.c
7177         * src/vcard.c
7178         * src/common/defs.h
7179         * src/common/log.c
7180         * src/common/plugin.c
7181         * src/common/prefs.c
7182         * src/common/session.c
7183         * src/common/session.h
7184         * src/common/socket.c
7185         * src/common/socket.h
7186         * src/common/ssl_certificate.c
7187         * src/common/template.c
7188         * src/common/utils.c
7189         * src/common/utils.h
7190         * src/common/xml.c
7191         * src/gtk/about.c
7192         added wrappers for C library function that
7193                 take pathname arguments.
7194                 enabled compilation with MinGW.
7195                 use GDir instead of directly using opendir().
7196                 added rename_force().
7197
7198 2005-08-19 [paul]       1.9.13cvs37
7199         
7200         patches by Colin:
7201         * src/compose.c
7202                 fix privacy settings on re-editing
7203                 a sent message
7204         * src/jpilot.c
7205                 fix encoding bug
7206         * src/folder.c
7207         * src/procmsg.c
7208         * src/procmsg.h
7209         * src/summaryview.c
7210                 flag changing optimisation
7211
7212 2005-08-18 [martin]     1.9.13cvs36
7213
7214         * commitHelper
7215             added my login
7216         * src/addrcache.c
7217         * src/addrharvest.c
7218         * src/addrindex.c
7219         * src/compose.c
7220         * src/grouplistdialog.c
7221         * src/main.c
7222         * src/mainwindow.c
7223         * src/msgcache.c
7224         * src/mutt.c
7225         * src/pine.c
7226         * src/prefs_account.c
7227         * src/prefs_themes.c
7228         * src/stock_pixmap.c
7229         * src/summaryview.c
7230         * src/gtk/about.c
7231         * src/gtk/logwindow.c
7232             removed deprecated glib and gdk stuff
7233         * src/plugins/pgpcore/select-keys.c
7234             convert attributes from locale to utf8
7235
7236 2005-08-17 [paul]       1.9.13cvs35
7237
7238         * src/account.c
7239         * src/addressbook.c
7240                 use new GTK_STOCK_ icons if available
7241         * src/summaryview.c
7242         * src/gtk/gtksctree.c
7243         * src/gtk/gtksctree.h
7244                 faster range select. patch by Colin
7245
7246 2005-08-17 [paul]       1.9.13cvs34
7247
7248         patches by colin:
7249         * src/addressbook.c
7250         * src/addressitem.h
7251                 Add an edit button for contacts, fix selections
7252                 of gtksctree items
7253         * src/editaddress.c
7254                 Change labels, let Save be always possible in the
7255                 email and user atributes tabs
7256         * src/folderview.c
7257                 fix sort issues
7258         * src/summaryview.c
7259                 select next item instead of the displayed one
7260                 after deletion
7261
7262         * src/gtk/progressdialog.c
7263                 use prefs_common.enable_rules_hint
7264
7265 2005-08-13 [hoa]        1.9.13cvs33
7266
7267         * src/etpan/imap-thread.c
7268                 fixed build on Solaris.
7269
7270 2005-08-10 [colin]      1.9.13cvs32
7271
7272         * src/procmsg.c
7273                 Fix cvs31 (missing fclose before reading
7274                 the file)
7275
7276 2005-08-10 [colin]      1.9.13cvs31
7277
7278         * src/procmsg.c
7279                 Fix procmsg_msginfo_new_from_mimeinfo() when
7280                 the MimeInfo isn't stored in memory. This fixes
7281                 replying to an attached message.
7282
7283 2005-08-10 [colin]      1.9.13cvs30
7284
7285         * src/mainwindow.c
7286                 Fix slowness in account changing
7287
7288 2005-08-10 [colin]      1.9.13cvs29
7289
7290         * src/folder.c
7291         * src/folderutils.c
7292         * src/folderview.c
7293         * src/imap_gtk.c
7294         * src/mainwindow.c
7295         * src/mh_gtk.c
7296         * src/procmsg.c
7297         * src/summaryview.c
7298                 Optimize folder_has_parent_of_type
7299                 Prevent moving special sub-folders from contextual menus
7300                 Rework message a bit ("Empty all messages" -> "Delete all
7301                 messages")
7302                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
7303                 and "Deleted Items" folders)
7304
7305 2005-08-08 [colin]      1.9.13cvs28
7306
7307         * src/summaryview.c
7308         * src/prefs_summaries.c
7309                 Make "Select first unread|new" more flexible
7310                 (just prioritize new or unread)
7311
7312 2005-08-08 [colin]      1.9.13cvs27
7313
7314         * src/summaryview.c
7315                 If "select first new" is selected and there only
7316                 are unread messages, fallback to "select first
7317                 unread".
7318
7319 2005-08-08 [colin]      1.9.13cvs26
7320
7321         * src/folder.c
7322                 Fix shameful bugs (and bug #779)
7323
7324 2005-08-08 [colin]      1.9.13cvs25
7325
7326         * src/folder.c
7327         * src/folder.h
7328                 Cache parents' type to make folder_has_parent_of_type
7329                 faster
7330         * src/folderview.c
7331                 Forbid DnD of special sub-folders
7332         * src/procmsg.c
7333         * src/procmsg.h
7334                 Add MAIL_POSTFILTERING_HOOK
7335         * src/summaryview.c
7336                 Revert over-zealous deletion of the use_addr_book 
7337                 code
7338
7339 2005-08-07 [colin]      1.9.13cvs24
7340
7341         * src/folder.c
7342                 Fix big mistake (passing MsgInfo instead 
7343                 of FolderItem)
7344
7345 2005-08-07 [colin]      1.9.13cvs23
7346
7347         * src/compose.c
7348         * src/folder.c
7349         * src/folder.h
7350         * src/foldersel.c
7351         * src/folderutils.c
7352         * src/folderview.c
7353         * src/imap.c
7354         * src/mainwindow.c
7355         * src/messageview.c
7356         * src/mh.c
7357         * src/msgcache.c
7358         * src/procmime.c
7359         * src/summaryview.c
7360                 Make subfolders of Drafts, Queue, Outbox, Trash
7361                 work like their parents. 
7362                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
7363
7364 2005-08-07 [colin]      1.9.13cvs22
7365
7366         * src/addressbook.c
7367                 Fix bug #771 (Dragged contacts not saved)
7368
7369 2005-08-07 [paul]       1.9.13cvs21
7370
7371         * src/summaryview.c
7372                 fix bug 32 'Search Doesn't display results
7373                 if "Hide Read Messages" is chosen'
7374                 be more literal in interpreting 'Hide read
7375                 messages'
7376
7377 2005-08-07 [colin]      1.9.13cvs20
7378
7379         * src/folderview.c
7380                 Add debug
7381         * src/summaryview.c
7382                 Faster 'unthread_for_execution'
7383
7384 2005-08-06 [paul]       1.9.13cvs19
7385
7386         * src/mainwindow.c
7387                 add mnemonics to Set displayed columns
7388                 fix bug where msgview_visible option was
7389                 overwritten as TRUE on startup
7390
7391 2005-08-06 [paul]       1.9.13cvs18
7392
7393         * src/mainwindow.c
7394                 refer to 'displayed columns in folder/message
7395                 list' not 'displayed items in summary/message view'
7396         * src/prefs_display_header.c
7397                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
7398                 be consistent with similar dialogues
7399         * src/prefs_folder_column.c
7400         * src/prefs_summary_column.c
7401                 'columns' not 'items', and folder and message lists,
7402                 instead of folder and summary views;
7403                 Use 'Hidden columns' as list heading not 'Available
7404                 items';
7405                 move the 'Remove' button to the right hand side;
7406                 top-align the buttons;
7407                 remove unneeded vbox
7408         * src/prefs_summaries.c
7409                 put the 2 column prefs buttons in a frame to reduce
7410                 overall width; refer to columns not items &c.
7411
7412 2005-08-05 [colin]      1.9.13cvs17
7413
7414         * src/prefs_common.c
7415         * src/prefs_common.h
7416         * src/mainwindow.c
7417         * src/compose.c
7418         * src/messageview.c
7419                 Add an hidden toolbar_detachable pref, so
7420                 that I can get rid of these painful handles
7421                 in the toolbars. Defaults to TRUE to avoid
7422                 changing the GUI on unsuspecting people...
7423
7424 2005-08-05 [colin]      1.9.13cvs16
7425
7426         * src/Makefile.am
7427         * src/prefs_folder_column.c
7428         * src/prefs_folder_column.h
7429                 Add prefs for folder columns
7430         * src/folderview.c
7431         * src/folderview.h
7432         * src/mainwindow.c
7433         * src/mainwindow.h
7434         * src/prefs_common.c
7435         * src/prefs_common.h
7436         * src/prefs_summaries.c
7437                 Use them
7438         * src/prefs_summary_column.c
7439         * src/summaryview.c
7440         * src/summaryview.h
7441                 Add a To column
7442         * src/textview.c
7443         * src/common/utils.c
7444         * src/common/utils.h
7445                 Move uri colourisation functions
7446                 to utils
7447         * src/compose.c
7448                 Colourise URIs
7449         * src/imap.c
7450                 Fix bug with LIST where we'd try
7451                 to get Folder//////[...]/// 
7452
7453 2005-08-05 [paul]       1.9.13cvs15
7454
7455         * src/prefs_summaries.c
7456                 improve the English usage
7457         * src/summaryview.c
7458                 set font on column change
7459                 thanks to Colin
7460
7461 2005-08-05 [paul]       1.9.13cvs14
7462
7463         * src/prefs_common.c
7464         * src/prefs_common.h
7465         * src/prefs_summaries.c
7466         * src/summaryview.c
7467                 replace 'open_unread_on_enter' option with
7468                 'select_on_entry' option. opening/not opening
7469                 is now exclusively controlled by 'always_show_msg'
7470
7471 2005-08-04 [colin]      1.9.13cvs13
7472
7473         * src/compose.c
7474                 Remove dead code
7475                 Add colourisation of quotes and signatures
7476         * src/folderview.c
7477                 Fix possible crashes
7478         * src/messageview.c
7479                 Change an assert that is no problem
7480         * src/news.c
7481         * src/news_gtk.c
7482         * src/news_gtk.h
7483                 Fix offline mode
7484         * src/gtk/quicksearch.c
7485                 Fix a possible crash
7486
7487 2005-08-03 [colin]      1.9.13cvs12
7488
7489         * src/prefs_account.c
7490                 Fix bug #777 (Sylpheed crash in account configuration)
7491
7492 2005-08-03 [colin]      1.9.13cvs11
7493
7494         * src/addressbook.c
7495         * src/editaddress.c
7496         * src/editgroup.c
7497                 Fixing addressbook, round 2
7498         * src/textview.c
7499                 Fix emphasis color on rechecking 'Colorize messages'
7500
7501 2005-08-03 [paul]       1.9.13cvs10
7502
7503         sync with main
7504
7505         * src/addr_compl.c
7506         * src/compose.c
7507         * src/main.c
7508         * src/pop.c
7509         * src/prefs_account.c
7510         * src/procmime.c
7511         * src/procmsg.c
7512         * src/quote_fmt_parse.y
7513         * src/textview.c
7514         * src/common/quoted-printable.c
7515         * src/common/utils.c
7516         * src/common/utils.h
7517         * src/common/xml.c
7518                 replaced incorrect locale-independent
7519                 ctype functions with GLib's. Corrected
7520                 signedness mismatch.
7521         * src/headerview.c
7522                 headerview_create(): added spacing for vbox.
7523         * src/gtk/about.c
7524                 set focus to the OK button.
7525
7526 2005-08-03 [colin]      1.9.13cvs9
7527
7528         * src/folderview.c
7529                 Fix possible crash
7530
7531 2005-08-02 [colin]      1.9.13cvs8
7532
7533         * src/mainwindow.c
7534                 Fix cast
7535         * src/addressbook.c
7536         * src/addressitem.h
7537                 Fix a cast and more generally, try to make the
7538                 GUI more intuitive and consistent (round 1)
7539
7540 2005-08-02 [paul]       1.9.13cvs7
7541
7542         * src/folder.h
7543                 missing in 1.9.13cvs6
7544
7545 2005-08-02 [colin]      1.9.13cvs6
7546
7547         * src/folder.c
7548                 Fix one more leak
7549
7550 2005-08-02 [colin]      1.9.13cvs5
7551
7552         * src/folder.c
7553         * src/folderview.c
7554         * src/imap.c
7555         * src/main.c
7556         * src/mbox.c
7557         * src/procmsg.c
7558         * src/summaryview.c
7559                 Fix a number of folder_item_get_msg_list()-related
7560                 leaks (missing procmsg_msginfo_free()s)
7561
7562 2005-08-01 [colin]      1.9.13cvs4
7563
7564         * src/folderview.c
7565         * src/folderview.h
7566         * src/mainwindow.c
7567         * src/prefs_fonts.c
7568         * src/prefs_summaries.c
7569         * src/prefs_themes.c
7570         * src/summaryview.c
7571         * src/summaryview.h
7572         * src/textview.c
7573         * src/textview.h
7574                 Fix instant-apply of summary and folderview-related prefs
7575                 Fix erroneous g_free and alertpanels in prefs_theme
7576                 Add instant-apply for fonts
7577                 Defer applying of prefs a little bit so it's done only
7578                 once even if requested by multiples prefs pages
7579
7580 2005-08-01 [paul]       1.9.13cvs3
7581
7582         * src/main.c
7583                 fix bug 776 'S.C. crashes on close'
7584                 thanks to Colin
7585         * src/etpan/etpan-thread-manager-types.h
7586                 add missing include
7587                 thanks to Hoa
7588
7589 2005-07-25 [paul]       1.9.13cvs2
7590
7591         * src/summaryview.c
7592                 fix typos. spotted by Fabien Vantard
7593
7594 2005-07-24 [paul]       1.9.13cvs1
7595
7596         * doc/man/sylpheed.1
7597                 update man page, incorporating fix of
7598                 bug 769 'Typo in manpage'
7599         * src/etpan/imap-thread.c
7600                 fix NetBSD openssl dependencies. patch by
7601                 George Michaelson <ggm@apnic.net>
7602         * po/pt_BR.po
7603                 updated by Frederico Goncalves Guimaraes
7604
7605 2005-07-22 [paul]       1.9.13
7606
7607         1.9.13 release
7608
7609 2005-07-22 [paul]       1.9.12cvs91
7610
7611         * AUTHORS
7612         * INSTALL
7613         * README.claws
7614         * RELEASE_NOTES.claws
7615                 updated for release
7616         * configure.ac
7617         * po/nb.po
7618         * tools/claws.i18n.status.pl
7619                 add Norwegian translation. submiited by
7620                 Geir Helland <pjallabais@users.sourceforge.net>
7621         * po/ca.po
7622         * po/de.po
7623         * po/es.po
7624         * po/fi.po
7625         * po/fr.po
7626         * po/it.po
7627         * po/sk.po
7628         * po/sr.po
7629         * po/zh_CN.po
7630                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7631                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
7632                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
7633                 Yang Guilong
7634         * src/plugins/clamav/clamav_plugin_gtk.c
7635         * src/plugins/spamassassin/spamassassin_gtk.c
7636                 replace outdated description strings
7637
7638 2005-07-21 [colin]      1.9.12cvs90
7639
7640         * src/folder.c
7641                 Set folder to batch mode when scanning it. Makes deletion
7642                 of unread mails on IMAP much faster (due to the UNREAD 
7643                 flag unsetting)
7644
7645 2005-07-21 [darko]      1.9.12cvs89
7646
7647         * configure.ac
7648                 link against libresolv if necessary (patch by Paul)
7649         * src/msgcache.c
7650                 use glib's portable macros to determine endianness
7651
7652 2005-07-21 [paul]       1.9.12cvs88
7653
7654         * src/crash.c
7655         * src/gtk/about.c
7656                 update compiled-in features list
7657
7658 2005-07-20 [colin]      1.9.12cvs87
7659
7660         * src/folder.c
7661         * src/textview.c
7662                 Gcc 2.9x compilation fixes, thanks to Darko
7663         * src/plugins/clamav/clamav_plugin.c
7664                 Little optimisation: load virus database only once
7665         * src/plugins/spamassassin/spamassassin.c
7666                 Big optimisation: filtering one mail took at least 1 second,
7667                 now it takes at least 50ms. Doesn't speed up spamassassin 
7668                 itself, but should already be much more tolerable.
7669
7670 2005-07-20 [colin]      1.9.12cvs86
7671
7672         * src/summaryview.c
7673                 Fix performance issue
7674
7675 2005-07-19 [colin]      1.9.12cvs85
7676
7677         * src/plugins/pgpinline/plugin.c
7678                 Fix warning
7679
7680 2005-07-19 [colin]      1.9.12cvs84
7681
7682         * configure.ac
7683         * src/plugins/Makefile.am
7684         * src/plugins/pgpinline/.cvsignore
7685         * src/plugins/pgpinline/Makefile.am
7686         * src/plugins/pgpinline/pgpinline.c
7687         * src/plugins/pgpinline/pgpinline.deps
7688         * src/plugins/pgpinline/pgpinline.h
7689         * src/plugins/pgpinline/plugin.c
7690                 Put pgpinline in the main tree
7691
7692 2005-07-19 [paul]       1.9.12cvs83
7693
7694         * src/prefs_actions.c
7695                 prevent '//' in menu names, which cause a crash
7696                 thanks to Colin
7697
7698 2005-07-19 [paul]       1.9.12cvs82
7699
7700         * configure.ac
7701                 be generally more informative in configure output.
7702                 OpenSSL: correction: '[ --enable-openssl ...' -> 
7703                 '[ --disable-openssl ...', as --enable-openssl is default
7704                 PGP/MIME: don't check for GPGME again, check for
7705                 pgpcore instead. Therefore prevent the possibility of
7706                 attempting to build pgpmime if pgpcore dependencies are
7707                 not met
7708                 ClamAV: use pkgconfig to check for lib
7709                 libgnomeprint: revert logic on inner test to match
7710                 everything else
7711         * src/plugins/pgpcore/sgpgme.c
7712                 add missing include
7713
7714 2005-07-19 [colin]      1.9.12cvs81
7715
7716         * src/summaryview.c
7717                 Fix slow thread rebuilding in particular
7718                 cases
7719
7720 2005-07-19 [paul]       1.9.12cvs80
7721
7722         * sylpheed-claws.desktop
7723                 fix typo, spotted by Stephan Sachse
7724         * src/account.c
7725                 replace GTK_STOCK_ADD with
7726                 GTK_STOCK_NEW button
7727
7728 2005-07-18 [colin]      1.9.12cvs79
7729
7730         * src/etpan/imap-thread.c
7731                 Fix return value (Thanks Hoa)
7732
7733 2005-07-18 [colin]      1.9.12cvs78
7734
7735         * src/imap.c
7736                 Allow empty passwords
7737                 Create drafts/queue/outbox if necessary
7738         * src/summaryview.c
7739                 Remove old code
7740         * src/etpan/imap-thread.c
7741                 Fix STARTTLS (Thanks to Hoa)
7742
7743 2005-07-18 [paul]       1.9.12cvs77
7744
7745         * ChangeLog-gtk2.jp
7746         * ChangeLog.jp
7747                 removed
7748         * Makefile.am
7749                 updated to reflect additions and removals
7750         * TODO
7751                 updated to be claws-specific
7752         * TODO-gtk2
7753         * TODO-gtk2.jp
7754         * TODO.jp
7755         * sylpheed-128x128.png
7756         * sylpheed-64x64.png
7757                 removed
7758         * sylpheed-claws-128x128.png
7759         * sylpheed-claws-64x64.png
7760         * sylpheed-claws.desktop
7761         * sylpheed-claws.png
7762                 added
7763         * sylpheed.desktop
7764         * sylpheed.png
7765                 removed
7766
7767 2005-07-17 [paul]       1.9.12cvs76
7768
7769         * src/account.c
7770         * src/addressbook.c
7771         * src/alertpanel.c
7772         * src/alertpanel.h
7773         * src/compose.c
7774         * src/exphtmldlg.c
7775         * src/expldifdlg.c
7776         * src/folderview.c
7777         * src/imap_gtk.c
7778         * src/inc.c
7779         * src/message_search.c
7780         * src/messageview.c
7781         * src/mh_gtk.c
7782         * src/news_gtk.c
7783         * src/prefs_actions.c
7784         * src/prefs_filtering.c
7785         * src/prefs_matcher.c
7786         * src/prefs_template.c
7787         * src/prefs_themes.c
7788         * src/ssl_manager.c
7789         * src/summary_search.c
7790         * src/textview.c
7791         * src/toolbar.c
7792         * src/gtk/sslcertwindow.c
7793         * src/plugins/pgpcore/sgpgme.c
7794                 rework alertpanels
7795
7796 2005-07-17 [colin]      1.9.12cvs75
7797
7798         * src/privacy.c
7799                 add a PrivacySystem accessor that checks that
7800                 the system cached in a MimeInfo's privacydata
7801                 is still registered. Use this accessor instead
7802                 of directly using data->system. Fixes crashes
7803                 after unloading pgp plugins.
7804
7805 2005-07-17 [colin]      1.9.12cvs74
7806
7807         * src/alertpanel.c
7808                 Change geometry hints to a simple default size.
7809                 Fixes the certs dialogs.
7810
7811 2005-07-17 [colin]      1.9.12cvs73
7812
7813         * src/gtk/sslcertwindow.c
7814                 Use a gtkExpander
7815
7816 2005-07-17 [colin]      1.9.12cvs72
7817
7818         * src/plugins/pgpcore/Makefile.am
7819         * src/plugins/pgpmime/Makefile.am
7820                 Add gpgme libs
7821
7822 2005-07-17 [paul]       1.9.12cvs71
7823
7824         * configure.ac
7825                 add --disable-gnomeprint option
7826                 modified version of patch by Marius Mauch
7827
7828 2005-07-17 [paul]       1.9.12cvs70
7829
7830         * src/common/defs.h
7831                 update urls
7832         * src/account.c
7833         * src/action.c
7834         * src/addressbook.c
7835         * src/compose.c
7836         * src/foldersel.c
7837         * src/folderview.c
7838         * src/html.c
7839         * src/imap_gtk.c
7840         * src/main.c
7841         * src/mainwindow.c
7842         * src/messageview.c
7843         * src/mh_gtk.c
7844         * src/mimeview.c
7845         * src/news_gtk.c
7846         * src/prefs_account.c
7847         * src/prefs_send.c
7848         * src/prefs_summaries.c
7849         * src/procmsg.c
7850         * src/summaryview.c
7851         * src/common/utils.c
7852         * src/common/xml.c
7853         * src/plugins/pgpcore/passphrase.c
7854         * src/plugins/pgpcore/select-keys.c
7855                 replace inappropriately used backticks
7856                 with single quotes
7857
7858 2005-07-16 [colin]      1.9.12cvs69
7859
7860         * src/image_viewer.c
7861                 Add extra paranoid checks
7862
7863 2005-07-16 [colin]      1.9.12cvs68
7864
7865         * src/plugins/pgpcore/prefs_gpg.c
7866                 Don't auto-check sigs by default, as it
7867                 can be really slow.
7868
7869 2005-07-16 [colin]      1.9.12cvs67
7870
7871         * src/plugins/pgpcore/sgpgme.c
7872                 Make messages a bit better.
7873
7874 2005-07-16 [colin]      1.9.12cvs66
7875
7876         * src/imap.c
7877                 Remove pseudo-log
7878         * src/etpan/imap-thread.c
7879                 Add real log
7880
7881 2005-07-16 [colin]      1.9.12cvs65
7882
7883         * src/main.c
7884         * src/prefs_other.c
7885                 And now, fix build with libetpan :-/
7886
7887 2005-07-15 [colin]      1.9.12cvs64
7888
7889         * src/prefs_other.c
7890                 Continue fixing build without libetpan.
7891
7892 2005-07-15 [colin]      1.9.12cvs63
7893
7894         * src/main.c
7895                 Fix build with --disable-libetpan
7896
7897 2005-07-15 [colin]      1.9.12cvs62
7898
7899         * configure.ac
7900                 Bump libetpan's version
7901
7902 2005-07-15 [colin]      1.9.12cvs61
7903
7904         * src/etpan/imap-thread.c
7905                 Actually stop logging :)
7906
7907 2005-07-15 [colin]      1.9.12cvs60
7908
7909         * src/addressbook.c
7910                 Fix dnd of multiple addresses.
7911
7912 2005-07-15 [hoa]        1.9.12cvs59
7913
7914         * src/etpan/imap-thread.c
7915             disable login of IMAP password in libetpan log file.
7916
7917 2005-07-15 [paul]       1.9.12cvs58
7918
7919         * src/account.c
7920                 don't automatically sort
7921                 do allow drag n drop
7922
7923 2005-07-15 [paul]       1.9.12cvs57
7924
7925         * src/account.c
7926         * src/ssl_manager.c
7927                 alphabetical listing
7928
7929 2005-07-15 [paul]       1.9.12cvs56
7930
7931         * src/gtk/pluginwindow.c
7932                 sort plugin list alphabetically
7933
7934 2005-07-15 [paul]       1.9.12cvs55
7935
7936         * src/prefs_spelling.c
7937         * src/prefs_wrapping.c
7938                 unify English usage
7939
7940 2005-07-15 [colin]      1.9.12cvs54
7941
7942         * src/wizard.c
7943                 Typo fix
7944
7945 2005-07-15 [paul]       1.9.12cvs53
7946
7947         * src/prefs_message.c
7948                 make 'show cursor' a hidden option
7949
7950 2005-07-14 [colin]      1.9.12cvs52
7951
7952         * src/plugins/spamassassin/Makefile.am
7953         * src/plugins/clamav/Makefile.am
7954                 Fix double EXTRA_DISTs
7955
7956 2005-07-14 [colin]      1.9.12cvs51
7957
7958         * src/plugins/clamav/Makefile.am
7959         * src/plugins/clamav/clamav_plugin_gtk.deps
7960         * src/plugins/spamassassin/Makefile.am
7961         * src/plugins/spamassassin/spamassassin_gtk.deps
7962                 Make $plugin_gtk depend on $plugin
7963
7964 2005-07-14 [hoa]        1.9.12cvs50
7965
7966         * src/etpan/imap-thread.c
7967                 enable debug log of libetpan when running with --debug
7968
7969 2005-07-14 [colin]      1.9.12cvs49
7970
7971         * configure.ac
7972         * src/common/Makefile.am
7973         * src/common/plugin.c
7974         * src/common/plugin.h
7975                 Add a little plugin dependancy system.
7976                 Plugins can ship a $plugin_name.deps file
7977                 (near them in PLUGINDIR) so that their
7978                 dependancies are loaded if possible.
7979         * src/plugins/Makefile.am
7980         * src/plugins/pgpcore/Makefile.am
7981         * src/plugins/pgpcore/passphrase.c
7982         * src/plugins/pgpcore/passphrase.h
7983         * src/plugins/pgpcore/plugin.c
7984         * src/plugins/pgpcore/prefs_gpg.c
7985         * src/plugins/pgpcore/prefs_gpg.h
7986         * src/plugins/pgpcore/select-keys.c
7987         * src/plugins/pgpcore/select-keys.h
7988         * src/plugins/pgpcore/sgpgme.c
7989         * src/plugins/pgpcore/sgpgme.h
7990                 Introduce pgpcore, used by pgpmime and
7991                 pgpinline
7992         * src/plugins/pgpmime/Makefile.am
7993         * src/plugins/pgpmime/passphrase.c
7994         * src/plugins/pgpmime/passphrase.h
7995         * src/plugins/pgpmime/pgpmime.c
7996         * src/plugins/pgpmime/pgpmime.deps
7997         * src/plugins/pgpmime/plugin.c
7998         * src/plugins/pgpmime/prefs_gpg.c
7999         * src/plugins/pgpmime/prefs_gpg.h
8000         * src/plugins/pgpmime/select-keys.c
8001         * src/plugins/pgpmime/select-keys.h
8002         * src/plugins/pgpmime/sgpgme.c
8003         * src/plugins/pgpmime/sgpgme.h
8004                 Remove the core from pgpmime and add the
8005                 dependancy to pgpcore.
8006
8007 2005-07-14 [paul]       1.9.12cvs48
8008
8009         * src/stock_pixmap.c
8010                 forgot this in last commit
8011
8012 2005-07-14 [paul]       1.9.12cvs47
8013
8014         * src/account.c
8015         * src/addressbook.c
8016                 add accelerators for the buttons (sync with main)
8017         * src/compose.c
8018         * src/compose.h
8019                 add accelerators for the buttons.
8020                 fix editing with external editor.
8021                 replace gdk_input_*() with GIOChannel;
8022                 (sync with main)
8023         * src/foldersel.c
8024                 display folder names with new/unread
8025                 representation (sync with main)
8026         * src/main.c
8027                 specify default window icon (sync with main)
8028         * src/prefs_common.c
8029                 use_addr_book default to FALSE
8030         * src/summaryview.c
8031         * src/textview.c
8032                 add accelerators for the buttons (sync with main)
8033         * src/gtk/menu.c
8034                 fix typos
8035         * src/pixmaps/sylpheed_icon.xpm
8036                 updated
8037
8038 2005-07-13 [paul]       1.9.12cvs46
8039
8040         * src/plugins/pgpmime/pgpmime.c
8041         * src/plugins/pgpmime/sgpgme.c
8042                 (temporarily) use deprecated gpgme_data_rewind()
8043                 while largefile support is not present
8044                 (as suggested by Colin)
8045
8046 2005-07-13 [paul]       1.9.12cvs45
8047
8048         * configure.ac
8049                 remove large file support (for now):
8050                 it breaks too many things
8051
8052 2005-07-13 [paul]       1.9.12cvs44
8053
8054         * configure.ac
8055                 add large file support
8056         * src/html.c
8057                 fix bug #763 where href attribute was not
8058                 the very first attribute of a link
8059                 patch by Thomas Gilgin
8060
8061 2005-07-13 [colin]      1.9.12cvs43
8062
8063         * src/gtk/pluginwindow.c
8064                 Little portability fix
8065
8066 2005-07-13 [colin]      1.9.12cvs42
8067
8068         * src/plugins/pgpmime/sgpgme.c
8069                 Fix crasher.
8070
8071 2005-07-13 [colin]      1.9.12cvs41
8072
8073         * src/plugins/pgpmime/pgpmime.c
8074         * src/plugins/pgpmime/sgpgme.c
8075                 Use gpgme_data_release_and_get_mem instead
8076                 of gpgme_data_read.
8077
8078 2005-07-13 [colin]      1.9.12cvs40
8079
8080         * configure.ac
8081         * src/plugins/pgpmime/passphrase.c
8082         * src/plugins/pgpmime/passphrase.h
8083         * src/plugins/pgpmime/pgpmime.c
8084         * src/plugins/pgpmime/plugin.c
8085         * src/plugins/pgpmime/select-keys.c
8086         * src/plugins/pgpmime/select-keys.h
8087         * src/plugins/pgpmime/sgpgme.c
8088         * src/plugins/pgpmime/sgpgme.h
8089                 Port pgpmime to gpgme-1.0.
8090
8091 2005-07-12 [paul]       1.9.12cvs39
8092
8093         * AUTHORS
8094         * src/toolbar.c
8095         * src/toolbar.h
8096                 add a 'Go to Prev' button to the toolbar.
8097                 correct tooltip text of go to buttons.
8098                 based on patch by Yang Guilong <bamanzi@gmail.com>
8099
8100 2005-07-12 [colin]      1.9.12cvs38
8101
8102         * src/statusbar.c
8103                 Fix progress bar showing stuff at startup.
8104
8105 2005-07-12 [paul]       1.9.12cvs37
8106
8107         * src/editjpilot.c
8108                 fix building with jpilot support
8109
8110 2005-07-11 [colin]      1.9.12cvs36
8111
8112         * src/inc.c
8113                 Add visual indication that filtering is running
8114         * src/textview.c
8115                 Make {}[] uri delimiters
8116         * src/summaryview.c
8117                 Remove useless (and slow) calls
8118
8119 2005-07-11 [paul]       1.9.12cvs35
8120
8121         * src/plugins/clamav/clamav_plugin_gtk.c
8122         * src/plugins/dillo_viewer/dillo_prefs.c
8123         * src/plugins/pgpmime/prefs_gpg.c
8124         * src/plugins/spamassassin/spamassassin_gtk.c
8125                 gather plugins prefs together under their
8126                 own 'Plugins' heading
8127
8128 2005-07-11 [paul]       1.9.12cvs34
8129
8130         sync with main
8131
8132         * src/account.c
8133                 account_delete(): modified alert dialog
8134         * src/editjpilot.c
8135         * src/editvcard.c
8136                 fixed a crash when cancelling file selection
8137                 dialog by Escape key. Made non-ascii filename
8138                 selectable.
8139         * src/prefs_template.c
8140                 prefs_template_window_create(): make scrolled
8141                 window policy AUTOMATIC
8142
8143 2005-07-10 [hoa]        1.9.12cvs33
8144
8145         * src/etpan/imap-thread.c
8146                 workaround for old Courier IMAP servers.
8147
8148 2005-07-10 [colin]      1.9.12cvs32
8149
8150         * src/folder.c
8151         * src/statusbar.c
8152         * src/statusbar.h
8153                 Add visual progress indicator on filtering/processing
8154                 Factorize the progress bar code
8155         * src/imap.c
8156         * src/imap.h
8157         * src/etpan/imap-thread.c
8158                 Add a reference counter to avoid destroying the Folder
8159                 while it's in use by another callback.
8160
8161 2005-07-09 [hoa]        1.9.12cvs31
8162
8163         * src/imap.c
8164         * src/etpan/imap-thread.c
8165                 fixed deadlock when removing IMAP account.
8166
8167 2005-07-08 [colin]      1.9.12cvs30
8168
8169         * src/textview.c
8170         * src/unmime.c
8171                 Fix again problems decoding broken headers
8172         * src/gtk/inputdialog.c
8173                 Fix local variable shadowing a global one
8174
8175 2005-07-08 [colin]      1.9.12cvs29
8176
8177         * src/msgcache.c
8178                 Make the cache/mark files platform-agnostic by writing
8179                 them in little-endian format. Reading them is also done
8180                 in little-endian format, of course; however, in order
8181                 to avoid trashing mark data on big-endian machines, the
8182                 files are, at first, read from the native format if the
8183                 little-endian one doesn't exist. This is easy to deter-
8184                 mine by trying to open a file with a swapped data_ver
8185                 and seeing if it's the wanted version.
8186                 Little-endian using users should see absolutely no
8187                 difference, Big-endian users may get a very little
8188                 performance drop due to byte-swapping.
8189                 Tested on i386 and ppc32. 
8190                 Fixes bug #159 (The index file, in the mailboxes, is 
8191                 hardware depending).
8192
8193                 To have the cache/mark files updated to the new little-
8194                 endian format, "Check for new messages" or even
8195                 "Rebuild folder tree" aren't enough. Files will be
8196                 updated as soon as a folder has been opened/closed.
8197                 To update everything, just select all folders by
8198                 selecting them one by one.
8199
8200 2005-07-07 [colin]      1.9.12cvs28
8201
8202         * src/imap.c
8203                 Remember the folder separator per IMAPFolder
8204                 instead of globally.
8205                 Revive the Session on noop; fixes bug #761
8206                 (mark a bunch of unread messages as read takes 
8207                 forever)
8208
8209 2005-07-07 [darko]      1.9.12cvs27
8210
8211         * src/common/template.c
8212                 Sort templates alphabetically
8213
8214 2005-07-06 [colin]      1.9.12cvs26
8215
8216         * src/imap.c
8217                 Try to use the correct separator in
8218                 most cases. Possibly fixes bug #759
8219                 (only creates the INBOX folder when 
8220                 setting up new IMAP account) and 
8221                 bug #760 (Can't retrieve messages)
8222
8223 2005-07-06 [colin]      1.9.12cvs25
8224
8225         * src/imap.c
8226                 Use real_path in status command. This will
8227                 help later, when namespaces will be used.
8228
8229 2005-07-06 [colin]      1.9.12cvs24
8230
8231         * configure.ac
8232         * src/account.c
8233         * src/folder.c
8234         * src/imap.c
8235         * src/etpan/etpan-log.c
8236         * src/etpan/etpan-thread-manager.c
8237         * src/etpan/imap-thread.c
8238                 Add a --disable-libetpan parameter. With this,
8239                 users that don't want IMAP4 support can avoid
8240                 the new dependancy (and have no IMAP support).
8241                 Users that have IMAP4 accounts and use this
8242                 parameter won't lose their configuration, their
8243                 IMAP accounts will just be invisible and not
8244                 used.
8245         * src/textview.c
8246                 Make the "Copy ..." contextual menu items 
8247                 copy to both the X clipboard and the gtk 
8248                 clipboard - as most other apps do.
8249         * src/gtk/about.c
8250                 Add a notice about OpenSSL usage, in order to
8251                 comply with OpenSSL's license (point 6):
8252                 http://www.openssl.org/source/license.html
8253
8254 2005-07-06 [colin]      1.9.12cvs23
8255
8256         * src/alertpanel.c
8257                 Fix a minimum size for alertpanels
8258         * src/compose.c
8259                 Show 'No space left on device' type errors
8260                 when queuing/sending
8261         * src/imap_gtk.c
8262         * src/mh_gtk.c
8263                 Rework folder's deletion message (remove 
8264                 extra \n)
8265
8266 2005-07-05 [colin]      1.9.12cvs22
8267
8268         * src/imap.c
8269                 Add an alertpanel on auth error
8270                 Add pseudo-log
8271                 Remove pthread-related stuff
8272
8273 2005-07-05 [colin]      1.9.12cvs21
8274
8275         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8276                 Fix crash on plugin reloading (with a hack)
8277
8278 2005-07-05 [colin]      1.9.12cvs20
8279
8280         * src/prefs_account.c
8281         * src/prefs_account.h
8282                 Fix typo
8283         * src/gtk/filesel.c
8284         * src/gtk/filesel.h
8285                 Add a way to filter the view
8286         * src/gtk/pluginwindow.c
8287                 Filter loadable stuff
8288         * src/plugins/pgpmime/prefs_gpg.c
8289                 Fix missing unregistration
8290         * .cvsignore
8291         * src/etpan/.cvsignore
8292         * src/plugins/spamassassin/.cvsignore
8293                 Add more stuff to cvs ignored files
8294
8295 2005-07-04 [colin]      1.9.12cvs19
8296
8297         * src/imap.c
8298                 Fix scan_required returning FALSE when it
8299                 shouldn't. Maybe fix #760 (Can't retrieve
8300                 messages)
8301
8302 2005-07-04 [colin]      1.9.12cvs18
8303
8304         * src/summaryview.c
8305                 Fix always_show_msg pref
8306
8307 2005-07-04 [paul]       1.9.12cvs17
8308
8309         sync with main (forgotten in last commit)
8310         
8311         * src/common/utils.c
8312         * src/common/utils.h
8313                 check_line_length(): new.
8314                 is_dir_exist()
8315                 is_file_entry_exist()
8316                 dirent_is_regular_file()
8317                 dirent_is_directory(): use g_file_test() instead of stat().
8318
8319 2005-07-04 [paul]       1.9.12cvs16
8320
8321         sync with main:
8322
8323         * src/compose.c
8324                 compose_write_to_file(): check for line
8325                 length limit and display warning if exceeds
8326         * src/jpilot.c
8327                 use get_home_dir() instead of g_get_home_dir()
8328         * src/procheader.c
8329                 removed warning about invalid date
8330         * src/vcard.c
8331                 use get_home_dir() instead of g_get_home_dir()
8332
8333 2005-07-04 [paul]       1.9.12cvs15
8334
8335         * src/stock_pixmap.c
8336                 fix new pixmap naming errors
8337                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
8338
8339 2005-07-04 [colin]      1.9.12cvs14
8340
8341         * src/imap.c
8342                 Fix debugging string with a warning
8343
8344 2005-07-04 [colin]      1.9.12cvs13
8345
8346         * configure.ac
8347                 Add a check for libetpan's version (>= 0.37)
8348
8349 2005-07-04 [hoa]        1.9.12cvs12
8350
8351         * commitHelper
8352         * src/imap.c
8353         * src/etpan/imap-thread.c
8354         * src/etpan/imap-thread.h
8355                 fixed IMAP implementation of check of mails.
8356
8357 2005-07-03 [hoa]        1.9.12cvs11
8358
8359         * src/etpan/Makefile.am
8360         * src/etpan/etpan-errors.h
8361         * src/etpan/etpan-log.[ch]
8362         * src/etpan/etpan-thread-manager-types.h
8363         * src/etpan/etpan-thread-manager.[ch]
8364         * src/etpan/imap-thread.[ch]
8365         * src/Makefile.am
8366         * src/imap.c
8367         * src/main.c
8368         * src/prefs_other.c
8369         * configure.ac
8370             merged imap branch.
8371             dependency on libetpan 0.37 is now added.
8372
8373 2005-07-01 [colin]      1.9.12cvs10
8374
8375         * src/Makefile.am
8376         * src/folder.c
8377         * src/folder.h
8378         * src/folderview.c
8379         * src/stock_pixmap.c
8380         * src/stock_pixmap.h
8381         * src/plugins/trayicon/trayicon.c
8382                 Add marked symbol on folders containing
8383                 marked messages
8384         * src/procmsg.c
8385         * src/procmsg.h
8386         * src/toolbar.c
8387         * src/prefs_common.c
8388         * src/prefs_common.h
8389         * src/prefs_send.c
8390                 Add an optional confirmation dialog on queue
8391                 sending. Patch by wwp.
8392         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
8393         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
8394         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
8395         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
8396         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
8397         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
8398         * src/pixmaps/inbox_mark.xpm            ** ADDED **
8399         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
8400         * src/pixmaps/outbox_mark.xpm           ** ADDED **
8401         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
8402         * src/pixmaps/trash_mark.xpm            ** ADDED **
8403                 New pixmaps
8404
8405 2005-07-01 [colin]      1.9.12cvs9
8406
8407         * src/summaryview.c
8408                 Fix a little threading bug
8409         * src/addrgather.c
8410         * src/mainwindow.c
8411                 A little bit of HIG normality never hurts
8412
8413 2005-07-01 [colin]      1.9.12cvs8
8414
8415         * src/compose.c
8416         * src/msgcache.c
8417         * src/pop.c
8418         * src/procmime.c
8419         * src/recv.c
8420         * src/common/log.c
8421         * src/common/template.c
8422         * src/common/utils.c
8423         * src/common/utils.h
8424                 Reverted the fwrite_atomic stuff. In fact
8425                 it is already atomic.
8426
8427 2005-06-30 [colin]      1.9.12cvs7
8428
8429         * src/common/utils.c
8430         * src/common/utils.h
8431                 Add an fwrite_atomic() function to make
8432                 sure we write everything: fwrite can make
8433                 short writes.
8434         * src/compose.c
8435         * src/msgcache.c
8436         * src/pop.c
8437         * src/procmime.c
8438         * src/recv.c
8439         * src/common/log.c
8440         * src/common/template.c
8441                 Use that (and fix swapping of size and nmemb).
8442                 Thanks to Rich Coe for the heads up.
8443
8444 2005-06-30 [colin]      1.9.12cvs6
8445
8446         * src/addressbook.c
8447                 Optimize addressbook opening 
8448
8449 2005-06-30 [colin]      1.9.12cvs5
8450
8451         * src/summaryview.c
8452                 Remove calls to summary_step after move/copy
8453
8454 2005-06-28 [paul]       1.9.12cvs4
8455
8456         * src/alertpanel.c
8457                 wrap and make the error msg selectable
8458
8459 2005-06-28 [paul]       1.9.12cvs3
8460
8461         * src/ssl_manager.c
8462                 replace the OK button with a Close button
8463         * src/gtk/foldersort.c
8464                 use GTK_STOCK_ icons/buttons
8465
8466 2005-06-28 [colin]      1.9.12cvs2
8467
8468         * src/gedit-print.c             ** ADDED **
8469         * src/gedit-print.h             ** ADDED **
8470         * src/gtk/gtksourceprintjob.c   ** ADDED **
8471         * src/gtk/gtksourceprintjob.h   ** ADDED **
8472                 I can't believe no one had enough time to tell
8473                 me I forgot the `cvs add`
8474
8475 2005-06-27 [colin]      1.9.12cvs1
8476
8477         * src/Makefile.am
8478         * src/gtk/Makefile.am
8479         * src/messageview.c
8480         * src/procmsg.c
8481         * src/summaryview.c
8482         * configure.ac
8483                 Add optional libgnomeprint-based printing
8484         * src/mainwindow.c
8485         * src/gtk/quicksearch.c
8486                 Add an Edit/Quick search menu item to show
8487                 and focus the quicksearch
8488
8489 2005-06-27 [paul]       1.9.12
8490
8491         1.9.12 release
8492
8493         * po/ca.po
8494         * po/de.po
8495         * po/es.po
8496         * po/fr.po
8497         * po/it.po
8498         * po/ko.po
8499         * po/pt_BR.po
8500         * po/sk.po
8501         * po/zh_CN.po
8502                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8503                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
8504                 SungHyun Nam, Frederico Goncalves Guimaraes,
8505                 Andrej Kacian, and Yang Guilong
8506 2005-06-26 [colin]      1.9.11cvs106
8507
8508         * src/imap_gtk.c
8509                 Forgot one file for previous fix
8510
8511 2005-06-26 [colin]      1.9.11cvs105
8512
8513         * src/folder.c
8514         * src/imap.c
8515                 Fix problems with folder operations in no_select
8516                 imap folders. it applies only to mails, and 
8517                 creation/deletion/move/renaming of folders 
8518                 should be possible
8519
8520 2005-06-26 [paul]       1.9.11cvs104
8521
8522         * src/prefs_filtering.c
8523                 replace one more GTK_STOCK_REMOVE
8524                 with GTK_STOCK_DELETE
8525
8526 2005-06-25 [colin]      1.9.11cvs103
8527
8528         * src/imap.c
8529                 Optimize get_seq_set_from_seq_list
8530                 (Patch by Ricardo) 
8531
8532 2005-06-25 [colin]      1.9.11cvs102
8533
8534         * src/mh.c
8535                 If the directory exists, but not in the
8536                 correct encoding, rename it. This should
8537                 handle old-versions-induced bugs.
8538
8539 2005-06-25 [colin]      1.9.11cvs101
8540
8541         * src/mh.c
8542                 Fix path access with extended dir names
8543                 Fixes bug #589 (SC segfaults with wrong locale
8544                 settings)
8545
8546 2005-06-25 [colin]      1.9.11cvs100
8547
8548         * src/prefs_account.c
8549         * src/prefs_account.h
8550         * src/compose.c
8551                 Add an option to encrypt replies to
8552                 encrypted messages
8553
8554 2005-06-25 [colin]      1.9.11cvs99
8555
8556         * src/compose.c
8557         * src/quote_fmt_parse.y
8558                 ... And make it work with pgpinline.
8559
8560 2005-06-25 [colin]      1.9.11cvs98
8561
8562         * src/compose.c
8563         * src/procmime.c
8564         * src/procmime.h
8565         * src/quote_fmt_parse.y
8566                 o Make reedition of encrypted messages possible
8567                   (as long as it is encrypted to self too, no
8568                    magic there)
8569                 o Make replying with quote (and without selecting
8570                   text) possible for encrypted messages.
8571                 Closes bug #550 (Not possible to "reply with quote"
8572                 to gnupg encrypted messages)
8573
8574 2005-06-24 [paul]       1.9.11cvs97
8575
8576         * src/imap.c
8577                 add missing include
8578
8579 2005-06-24 [paul]       1.9.11cvs96
8580
8581         * src/editldap.c
8582                 made bind password entry invisible
8583                 (sync with main)
8584         * src/send_message.c
8585                 send_message_local(): check exit status
8586                 to detect errors (sync with main)
8587         * src/textview.c
8588                 use main's less ambiguous popup menu
8589                 wording
8590
8591 2005-06-24 [paul]       1.9.11cvs95
8592
8593         * src/prefs_actions.c
8594         * src/prefs_customheader.c
8595         * src/prefs_display_header.c
8596         * src/prefs_filtering_action.c
8597         * src/prefs_matcher.c
8598         * src/prefs_template.c
8599         * src/prefs_toolbar.c
8600                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
8601         * src/gtk/description_window.c
8602                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
8603
8604 2005-06-23 [colin]      1.9.11cvs94
8605
8606         * src/summaryview.c
8607                 Fix rough edges (be sure to call status_show whenever
8608                 necessary).
8609
8610 2005-06-23 [colin]      1.9.11cvs93
8611
8612         * src/summaryview.c
8613                 Optimize Select All
8614                 Before, in a 5K mails folder: 11s
8615                 After, in the same folder: 58000µs
8616                 The joys of locking... gtk_clist_select_all() fires a 
8617                 tree-select-row event for each selected row, which in 
8618                 summaryview, callbacks summary_selected which in turn,
8619                 calls summary_status_show, which walks the selected
8620                 rows. Hence, calling gtk_clist_select_all was 
8621                 exponential. Locking the summaryview makes 
8622                 summary_selected return early.
8623
8624 2005-06-23 [colin]      1.9.11cvs92
8625
8626         * src/imap.c
8627                 Move mutex at the important place to avoid
8628                 deadlocks
8629         * src/summaryview.c
8630                 Fix Del key deleting directly instead of
8631                 moving to trash
8632
8633 2005-06-22 [colin]      1.9.11cvs91
8634
8635         * src/plugins/spamassassin/libspamc.c
8636                 As we do spagetti code with assignations in multiple
8637                 places (see _message_read_raw where out = msg = raw),
8638                 let's be sure we don't free the same pointer twice.
8639                 Should fix bug #683 (Crash in libpam at 
8640                 message_cleanup).
8641
8642 2005-06-22 [colin]      1.9.11cvs90
8643
8644         * src/compose.c
8645         * src/messageview.c
8646         * src/toolbar.c
8647                 Make toolbar's delete use the move to trash stuff;
8648                 Add gtk_widget_realize to be sure pixmaps can get
8649                 created (that may fix an old worksforme bug which
8650                 I can't find back...)
8651
8652 2005-06-22 [colin]      1.9.11cvs89
8653
8654         * src/summaryview.c
8655         * src/summaryview.h
8656         * src/mainwindow.c
8657                 Rename "Message/Delete" to "Message/Move to trash"
8658                 Add "Message/Delete..." that directly destroys the
8659                 selected messages after asking for a confirmation.
8660
8661 2005-06-22 [colin]      1.9.11cvs88
8662
8663         * src/imap.c
8664                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
8665                 o Fix a deadlock (thanks Darko)
8666
8667 2005-06-22 [colin]      1.9.11cvs87
8668
8669         * src/gtk/foldersort.c
8670                 Add missing include for the i18n;
8671                 patch by Fabien Vantard
8672
8673 2005-06-21 [colin]      1.9.11cvs86
8674
8675         * src/folder.c
8676         * src/folderview.c
8677                 Respect the no_select flag
8678         * src/imap.c
8679                 Fix recursive deletion
8680         * src/imap_gtk.c
8681         * src/mh_gtk.c
8682                 Make the folder deletion's warning
8683                 more explicit
8684
8685 2005-06-21 [colin]      1.9.11cvs85
8686
8687         * src/textview.c
8688                 Prevent email addresses from spanning accross
8689                 lines - fixes bug # 646 (newline-chars in 
8690                 email addresses)
8691
8692 2005-06-20 [colin]      1.9.11cvs84
8693
8694         * src/folder.c
8695                 Be sure not to remove source if copy failed
8696
8697 2005-06-20 [colin]      1.9.11cvs83
8698
8699         * src/folderview.c
8700         * src/imap_gtk.c
8701                 remove summaryview's lock
8702         * src/imap.c
8703                 introduce threads to avoid problems when foreground tasks
8704                 interfere with background tasks
8705         * src/mh.c
8706                 prevent moving to drafts/queue
8707         * src/mimeview.c
8708                 fix leak
8709
8710 2005-06-19 [colin]      1.9.11cvs82
8711
8712         * src/imap_gtk.c
8713                 Remember that the user doesn't want to override
8714                 offline mode, for 3 seconds. It avoid presenting
8715                 him with N popups in a really short time.
8716
8717 2005-06-17 [colin]      1.9.11cvs81
8718
8719         * src/imap.c
8720                 Fix IMAP breaking on folders containing '('
8721                 (Probably won't be enough)
8722
8723 2005-06-17 [colin]      1.9.11cvs80
8724
8725         Forgotten files on 1.9.11cvs79
8726         * src/summaryview.c
8727                 Fix stepping when not immediately executing
8728         * src/imap.c
8729                 Really prevent UID FETCH 0
8730         * src/codeconv.c
8731                 Fix outgoing charset never set to utf-8
8732         * src/mh.c
8733                 Fix leak
8734
8735 2005-06-16 [colin]      1.9.11cvs79
8736
8737         * src/compose.c
8738                 Fix bug #707 (Dash splits rows)
8739                 Only wrap if we're on a line break position and
8740                 the previous one was a "white" (space) char.
8741                 Pango stuff is weird.
8742
8743 2005-06-16 [colin]      1.9.11cvs78
8744
8745         * src/imap_gtk.c
8746                 Lock summaryview while downloading messages
8747                 on user demand
8748         * src/procheader.c
8749         * src/unmime.c
8750         * src/common/utils.c
8751         * src/common/utils.h
8752                 Replace \r and \n with spaces in From and
8753                 Subject headers
8754
8755 2005-06-16 [paul]       1.9.11cvs77
8756
8757         * src/procmime.c
8758                 liberalise the mime parser
8759         * src/gtk/about.c
8760                 add text wrapping
8761
8762 2005-06-16 [paul]       1.9.11cvs76
8763
8764         * src/gtk/about.c
8765                 reworked
8766
8767 2005-06-15 [colin]      1.9.11cvs75
8768
8769         * src/compose.c
8770                 Finish header encoding fix
8771         * src/summaryview.c
8772                 Fix segfault
8773         * src/headerview.c
8774                 Fix compilation (Thanks Stephan
8775                 Sachse)
8776
8777 2005-06-15 [colin]      1.9.11cvs74
8778
8779         * Makefile.am
8780                 Install gnome2 stuff rather than gnome1, 
8781                 if both are present
8782         * src/codeconv.c
8783         * src/codeconv.h
8784         * src/compose.c
8785                 Fix headers encoding
8786         * src/folder.c
8787                 Visual progress when fetching all messages
8788         * src/folderview.c
8789         * src/summaryview.c
8790         * src/summaryview.h
8791                 Prevent changing current message while
8792                 incorporating
8793
8794 2005-06-15 [paul]       1.9.11cvs73
8795
8796         * src/gtk/gtkaspell.c
8797         * src/gtk/gtkaspell.h
8798                 fix build warnings
8799
8800 2005-06-15 [paul]       1.9.11cvs72
8801
8802         * src/prefs_filtering.c
8803                 allow reordering of filter rules by
8804                 drag n drop
8805
8806 2005-06-15 [paul]       1.9.11cvs71
8807
8808         * COPYING
8809                 updated
8810         * src/codeconv.c
8811                 replace deprecated function
8812         * src/inc.c
8813         * src/send_message.c
8814         * src/gtk/progressdialog.c
8815         * src/gtk/progressdialog.h
8816                 salvage and reuse parts of reverted sync
8817
8818 2005-06-15 [paul]       1.9.11cvs70
8819
8820         * src/inc.c
8821         * src/send_message.c
8822         * src/gtk/progressdialog.c
8823         * src/gtk/progressdialog.h
8824                 revert yesterday's sync with main
8825                 it contains deprecated functions
8826
8827 2005-06-15 [colin]      1.9.11cvs69
8828
8829         * src/headerview.c
8830                 Fix bug #670 (multi user to: will corrupt message 
8831                 headers display)
8832
8833 2005-06-15 [colin]      1.9.11cvs68
8834
8835         * src/compose.c
8836                 Fix bug #421 (Fix undo on wrapping)
8837
8838 2005-06-15 [colin]      1.9.11cvs67
8839
8840         * src/folder.c
8841                 Provide visual feedback while processing
8842                 folder's rules.
8843         * src/imap.c
8844                 Provide visual feedback while getting
8845                 short headers (for uncached messages)
8846
8847
8848 2005-06-14 [paul]       1.9.11cvs66
8849
8850         * src/account.c
8851                 change a couple stock icons
8852         * src/inc.c
8853         * src/send_message.c
8854         * src/gtk/progressdialog.c
8855         * src/gtk/progressdialog.h
8856                 sync main's GtkTreeView implementation
8857
8858 2005-06-14 [colin]      1.9.11cvs65
8859
8860         * src/imap.c
8861                 Various little fixes, mainly on error paths
8862
8863 2005-06-13 [colin]      1.9.11cvs64
8864
8865         * matcher.c
8866         * procmsg.c
8867         * procmsg.h
8868                 Add a way to fetch only headers. This speeds
8869                 up filtering on headers for IMAP. Fixes:
8870                 bug #481 extraneous imap commands slow down 
8871                         imap filtering
8872                 bug #522 Sylpheed downloads all messages 
8873                         when opening mailbox (IMAP)
8874                 bug #677 IMAP fetch is soooooooooooooo slow
8875         * src/folder.c
8876         * src/folder.h
8877                 Add a folder set_batch method so that
8878                 implementations can speed up flags changes
8879         * src/folderutils.c
8880         * src/summaryview.c
8881                 Use that in mark as (un)read and mark all read
8882                 Refix bug #679
8883         * src/imap.c
8884                 Implement set_batch - brings back deferred
8885                 flags in a less buggy manner. Fixes:
8886                 bug #729 IMAP immediate expunge of deleted messages
8887                 bug #191 remove list of messages with one command
8888                 Fix login with strange chars
8889                 Implement fetch_msg_full
8890                 Fix copy (wrong counts)
8891
8892 2005-06-12 [colin]      1.9.11cvs63
8893
8894         * src/folder.c
8895                 lock incorporation during long operations.
8896                 Avoids fucking up the IMAP socket.
8897
8898 2005-06-12 [colin]      1.9.11cvs62
8899
8900         * src/imap.c
8901                 Fix harmful typo
8902                 Factorize remove_all_msg
8903                 Thread-ize expunge
8904         * src/summaryview.c
8905                 Don't update partial-download status if unnecessary
8906         * src/folder.c
8907                 Use remove_msgs everywhere possible
8908
8909 2005-06-12 [colin]      1.9.11cvs61
8910
8911         * src/folder.c
8912         * src/folder.h
8913                 Add a remove_msgs function to remove a 
8914                 list of messages
8915         * src/imap.c
8916                 Implement that.
8917
8918 2005-06-12 [colin]      1.9.11cvs60
8919
8920         * src/imap.c
8921                 Remove flags-processing deferring... Too hard
8922                 to get it to work in all cases.
8923
8924 2005-06-11 [colin]      1.9.11cvs59
8925
8926         * src/imap.c
8927                 printf -> debug_print
8928
8929 2005-06-11 [colin]      1.9.11cvs58
8930
8931         * src/imap.c
8932                 o Fix build without USE_PTHREAD
8933                 o Factorize imap_open
8934                 o Alertpanel in case of impossible connection
8935                 o Alertpanel in case of impossible login
8936                 o Fix deferred flags processing to force a 
8937                   flush before adding some more flags to process,
8938                   but in another folder.
8939
8940 2005-06-10 [colin]      1.9.11cvs57
8941
8942         * src/imap.c
8943                 o Fix a format string error
8944                 o init ssl socket outside of the thread 
8945                   (it possibly invokes gtk calls)
8946         * src/procmime.c
8947                 o Put back the buffer to its necessary size
8948                 o Fix changing a file pointer without keeping
8949                   track of it (thanks Valgrind)
8950         * src/common/smtp.c
8951                 o Fix automatic STARTTLS if login should be done
8952                   and the server only allows it after starting TLS
8953         * src/gtk/gtkinputdialog.c
8954                 o Eat GDK_Return so that the combo popup doesn't 
8955                   appear when we press Enter to validate the combo
8956                   input dialog (as seen in the Open with... dialog)
8957
8958 2005-06-10 [colin]      1.9.11cvs56
8959
8960         * src/imap.c
8961                 o A bit less debug
8962                 o Fix a crash on deletion
8963                 o Threadize imap_select (it's called outside of 
8964                   threads)
8965                 o Defer treatment of DELETED flags
8966
8967
8968 2005-06-09 [colin]      1.9.11cvs55
8969
8970         * src/imap.c
8971                 Make sure we check imap_gtk_should_override(), which
8972                 potentially calls gtk stuff, before creating thread.
8973                 That way it should't be called via imap_get_session()
8974                 inside a thread.
8975
8976 2005-06-09 [colin]      1.9.11cvs54
8977
8978         * src/imap.c
8979                 o add a bit of status output
8980                 o remove some dead code
8981                 o threadize get_list_of_uids
8982                 o threadize imap_get_flags
8983                 o defer flag changing by 500ms so that they
8984                   can be batched
8985
8986
8987 2005-06-08 [colin]      1.9.11cvs53
8988
8989         * src/imap.c
8990                 Thread-ize imap_cmd_fetch
8991
8992 2005-06-08 [colin]      1.9.11cvs52
8993
8994         * src/main.c
8995                 Mmh, that broke POP3...
8996
8997 2005-06-08 [colin]      1.9.11cvs51
8998
8999         * src/main.c
9000                 Stabilize IMAP patch (thanks to Hoa)
9001
9002 2005-06-08 [colin]      1.9.11cvs50
9003
9004         * src/imap.c
9005                 Test patch to speed up imap. 
9006
9007 2005-06-08 [colin]      1.9.11cvs49
9008
9009         * src/imap_gtk.c
9010                 Warning fix
9011         * src/procmime.c
9012                 Apply patch from gentoo to use /usr/share/mime/globs if 
9013                 available, after un-breaking it
9014         * src/common/log.c
9015         * src/common/log.h
9016                 Use g_timeout for invoking hooks that possibly use gtk
9017                 calls. This should leave gtk calls in the main thread.
9018
9019 2005-06-08 [paul]       1.9.11cvs48
9020
9021         * src/codeconv.c
9022                 conv_get_outgoing_charset_str(): don't
9023                 use prefs_common setting
9024         * src/compose.c
9025         * src/compose.h
9026                 add /Options/Character encoding/... to
9027                 temporarily change the outgoing encoding
9028
9029         (belated sync with main)
9030
9031 2005-06-08 [paul]       1.9.11cvs47
9032
9033         * src/compose.c
9034                 correction to/completion of last
9035                 sync with main
9036
9037 2005-06-08 [paul]       1.9.11cvs46
9038
9039         sync with main:
9040         
9041         * src/codeconv.c
9042         * src/codeconv.h
9043                 always enabled Japanese auto-detection
9044                 if the first letters of locale string
9045                 is "ja"
9046         * src/compose.c
9047                 don't use "destroy" signal to destroy
9048                 Compose object (fix rare crashes on discard?)
9049         * src/mainwindow.c
9050         * src/messageview.c
9051         * src/prefs_send.c
9052                 added Hebrew encodings
9053         * src/sourcewindow.c
9054                 don't use "destroy" signal to destroy
9055                 objects
9056
9057 2005-06-07 [colin]      1.9.11cvs45
9058
9059         * src/summaryview.c
9060                 Add missing unlocks/locks
9061
9062 2005-06-07 [paul]       1.9.11cvs44
9063
9064         * src/summaryview.c
9065                 restore bug #749 fix
9066
9067 2005-06-06 [colin]      1.9.11cvs43
9068
9069         * src/summaryview.c
9070                 Fix selection bug when prefs_common.open_unread 
9071                 is FALSE
9072
9073 2005-06-06 [colin]      1.9.11cvs42
9074
9075         * src/common/md5.c
9076                 Fix a warning
9077         * src/summaryview.c
9078         * src/folderview.c
9079                 Factorize long operations beginning and end
9080                 (locking, freezing/thawing, cursor, ...)
9081                 Check selection->data member in selection-
9082                 related loops; this avoids dying an awful
9083                 death if the selection changes on us while
9084                 we're marking a whole IMAP folder unread, 
9085                 for example.
9086
9087 2005-06-06 [paul]       1.9.11cvs41
9088
9089         * src/textview.c
9090                 don't g_free() a static gchar buffer
9091
9092 2005-06-05 [colin]      1.9.11cvs40
9093
9094         * src/mainwindow.c
9095         * src/messageview.c
9096         * src/summaryview.c
9097                 Fix bug #749 (Show all headers should be
9098                 sticky as the GUI suggests)
9099
9100 2005-06-03 [paul]       1.9.11cvs39
9101
9102         * src/compose.c
9103                 don't allow editing of mail while sending.
9104                 patch by Colin
9105
9106 2005-06-03 [paul]       1.9.11cvs38
9107
9108         * src/folderview.c
9109                 add a freeze/thaw to speed up 'mark all read'
9110
9111 2005-06-03 [paul]       1.9.11cvs37
9112
9113         * src/prefs_message.c
9114                 reflect changes immediately
9115
9116 2005-06-02 [colin]      1.9.11cvs36
9117
9118         * po/POTFILES.in
9119                 Patch by Fabien Vantard.
9120
9121 2005-06-02 [colin]      1.9.11cvs35
9122
9123         * src/imap.c
9124                 Use a non-blocking imap_getline() if possible.
9125                 This should completely prevent the interface
9126                 from freezin on imap operations, although it
9127                 may do strange stuff in case of folder switching
9128                 while a big imap operation is taking place...
9129
9130                 In addition, fix a leak in the case thread
9131                 creation fails on connection.
9132
9133 2005-06-02 [colin]      1.9.11cvs34
9134
9135         * src/crash.c
9136         * src/prefs_common.h
9137                 Fix build (prefs_common_init() doesn't exist
9138                 anymore)
9139
9140 2005-06-02 [colin]      1.9.11cvs33
9141
9142         * src/prefs_account.c
9143                 Fix bug #245 (filtering rules broken when
9144                 renaming a remote account (imap4 or nntp)
9145
9146 2005-06-02 [colin]      1.9.11cvs32
9147
9148         * src/imap.c
9149                 Try to fix IMAP shortcomings: 
9150                 o Multithread imap_open()
9151                 o allow offline-mode overriding instead of
9152                   just returning NULL
9153         * src/imap_gtk.c
9154         * src/imap_gtk.h
9155                 Add a function to ask whether we want to
9156                 override offline-mode for 10 minutes (one-shot
9157                 asking was painful)
9158         * src/procheader.c
9159                 Fix segfault when imap parser isn't happy about
9160                 a missing {
9161
9162 2005-06-01 [colin]      1.9.11cvs31
9163
9164         * src/addrharvest.c
9165         * src/compose.c
9166         * src/mbox.c
9167         * src/mbox.h
9168         * src/mh.c
9169         * src/msgcache.c
9170         * src/send_message.c
9171         * src/setup.c
9172         * src/undo.c
9173         * src/common/hooks.c
9174         * src/common/prefs.c
9175         * src/common/template.c
9176         * src/common/utils.c
9177         * src/gtk/gtkutils.c
9178         * src/gtk/inputdialog.c
9179         * src/gtk/menu.c
9180         * src/gtk/pluginwindow.c
9181         * src/gtk/prefswindow.c
9182         * src/plugins/pgpmime/passphrase.c
9183         * src/plugins/pgpmime/prefs_gpg.c
9184                 More -Wall fixes
9185
9186         * src/common/Makefile.am
9187         * src/common/timing.h
9188                 Add basic timing code
9189
9190         * src/summaryview.c
9191                 Fix a bug with unread messages when 
9192                 re-sorting folders, and by the way
9193                 fix a big performance hit when 
9194                 re-sorting (10k mails: before 5s,
9195                 after .5s)
9196
9197         * src/prefs_compose_writing.c
9198         * src/prefs_compose_writing.h
9199         * src/prefs_message.c
9200         * src/prefs_message.h
9201         * src/prefs_other.c
9202         * src/prefs_other.h
9203         * src/prefs_quote.c
9204         * src/prefs_quote.h
9205         * src/prefs_receive.c
9206         * src/prefs_receive.h
9207         * src/prefs_send.c
9208         * src/prefs_send.h
9209         * src/prefs_summaries.c
9210         * src/prefs_summaries.h
9211                 Fix copyright banner
9212
9213 2005-06-01 [paul]       1.9.11cvs30
9214
9215         * po/fi.po
9216                 updated by Flammie Pirinen
9217         * src/procmime.c
9218                 fix 'Bad BASE64 content' output
9219
9220 2005-05-31 [colin]      1.9.11cvs29
9221
9222         * src/procmime.c
9223                 Oops, where did my hunk go.
9224
9225 2005-05-31 [colin]      1.9.11cvs28
9226
9227         * src/Makefile.am
9228         * src/account.c
9229         * src/action.c
9230         * src/addr_compl.c
9231         * src/addressbook.c
9232         * src/codeconv.c
9233         * src/compose.c
9234         * src/export.c
9235         * src/folder.c
9236         * src/folderview.c
9237         * src/image_viewer.c
9238         * src/main.c
9239         * src/mainwindow.c
9240         * src/messageview.c
9241         * src/mimeview.c
9242         * src/msgcache.c
9243         * src/prefs_account.c
9244         * src/prefs_actions.c
9245         * src/prefs_common.c
9246         * src/prefs_compose_writing.c
9247         * src/prefs_customheader.c
9248         * src/prefs_ext_prog.c
9249         * src/prefs_filtering.c
9250         * src/prefs_filtering_action.c
9251         * src/prefs_fonts.c
9252         * src/prefs_image_viewer.c
9253         * src/prefs_message.c
9254         * src/prefs_message.h
9255         * src/prefs_msg_colors.c
9256         * src/prefs_other.c
9257         * src/prefs_other.h
9258         * src/prefs_quote.c
9259         * src/prefs_receive.c
9260         * src/prefs_receive.h
9261         * src/prefs_send.c
9262         * src/prefs_send.h
9263         * src/prefs_spelling.c
9264         * src/prefs_summaries.c
9265         * src/prefs_summary_column.c
9266         * src/prefs_template.c
9267         * src/prefs_themes.c
9268         * src/prefs_toolbar.c
9269         * src/prefs_wrapping.c
9270         * src/procmime.c
9271         * src/procmsg.c
9272         * src/send_message.h
9273         * src/ssl_manager.c
9274         * src/summary_search.c
9275         * src/summaryview.c
9276         * src/textview.c
9277         * src/wizard.c
9278         * src/common/smtp.c
9279         * src/common/smtp.h
9280         * src/gtk/gtkutils.h
9281                 o Move the rest of Common prefs to new style
9282                 o Lots of -Wall warning fixes
9283                 o fix FIXME in cache memusage calculation
9284                 o Let return receipts be sent from any account
9285                 o Little cache optimisation (read)
9286                 o Fix bug #746 (don't treat commas as separators
9287                   when inside a quoted string)
9288
9289 2005-05-31 [paul]       1.9.11cvs27
9290
9291         * src/prefs_common.c
9292                 fix 'off-by-one' typo
9293
9294 2005-05-31 [paul]       1.9.11cvs26
9295
9296         * src/account.c
9297         * src/addr_compl.c
9298         * src/compose.c
9299         * src/foldersel.c
9300         * src/prefs_actions.c
9301         * src/prefs_common.c
9302         * src/prefs_common.h
9303         * src/prefs_customheader.c
9304         * src/prefs_display_header.c
9305         * src/prefs_filtering.c
9306         * src/prefs_filtering_action.c
9307         * src/prefs_matcher.c
9308         * src/prefs_summaries.c
9309         * src/prefs_summary_column.c
9310         * src/prefs_template.c
9311         * src/prefs_toolbar.c
9312         * src/ssl_manager.c
9313         * src/gtk/pluginwindow.c
9314         * src/gtk/prefswindow.c
9315         * src/gtk/progressdialog.c
9316                 add hidden prefs 'enable_rules_hint'
9317                 for gtk_tree_view_set_rules_hint()
9318                 (sync with main)
9319                 
9320
9321 2005-05-31 [colin]      1.9.11cvs25
9322
9323         * src/Makefile.am
9324         * src/main.c
9325         * src/prefs_common.c
9326         * src/prefs_summaries.c ** ADDED **
9327         * src/prefs_summaries.h ** ADDED **
9328                 Common/Display -> Display/Summaries
9329
9330 2005-05-31 [colin]      1.9.11cvs24
9331
9332         * src/Makefile.am
9333         * src/main.c
9334         * src/prefs_quote.c ** ADDED **
9335         * src/prefs_quote.h ** ADDED **
9336                 Move Common/Quote to Compose/Quoting
9337         * src/prefs_common.c
9338         * src/prefs_common.h
9339                 Remove old quote stuff, add
9340                 convenience functions for GtkTextView prefs
9341         * src/gtk/prefswindow.c
9342                 Set default height higher
9343
9344 2005-05-30 [colin]      1.9.11cvs23
9345
9346         * src/Makefile.am
9347         * src/main.c
9348         * src/prefs_common.c
9349         * src/prefs_compose_writing.c ** ADDED **
9350         * src/prefs_compose_writing.h ** ADDED **
9351                 Move Common/Compose prefs to Compose/Writing
9352
9353 2005-05-30 [colin]      1.9.11cvs22
9354
9355         * src/common/utils.c
9356                 Fix bug #651 (Confused Attract by Subject)
9357                 Patch by M. Benkmann <haferfrost@web.de>
9358         * AUTHORS
9359
9360 2005-05-30 [colin]      1.9.11cvs21
9361
9362         * src/compose.c
9363                 Fix concatenation of different headers of
9364                 the same type (bug #645)
9365         * src/prefs_folder_item.c
9366                 Fix bug #699 (setting color to black doesn't
9367                 work immediately)
9368         * src/procmime.c
9369                 Print out decoding error only once per
9370                 block
9371
9372 2005-05-30 [paul]       1.9.11cvs20
9373
9374         * src/common/template.c
9375                 fix Bcc
9376
9377 2005-05-30 [paul]       1.9.11cvs19
9378
9379         * doc/src/rfc2368.txt   **NEW FILE**
9380         * src/compose.c
9381                 compose_entries_set(): don't interpret Bcc
9382                 header field (conform to RFC 2368)
9383                 (sync with main)
9384
9385 2005-05-29 [colin]      1.9.11cvs18
9386
9387         * src/prefs_common.c
9388                 Let the default reply format respect
9389                 netiquette by cutting the signature.
9390
9391 2005-05-29 [colin]      1.9.11cvs17
9392
9393         * src/summaryview.c
9394                 Don't let always_show_msg override
9395                 open_unread_on_enter when opening a new
9396                 directory.
9397
9398 2005-05-27 [paul]       1.9.11cvs16
9399
9400         sync with main:
9401
9402         * src/main.c
9403                 app_will_exit(): cleanup tmp directory when exit
9404         * src/message_search.c
9405                 improved the interface and made code cleanup.
9406                 removed Clear button
9407         * src/send_message.c
9408                 send_message_local(): use GSpawn, and detect errors
9409         * src/summary_search.c
9410                 improved the interface and made code cleanup
9411         * src/textview.c
9412                 textview_write_link(): also skip non-ascii space
9413                  at the head of link strings (phishing check
9414                  didn't work at the case)
9415         * src/common/utils.c
9416                 get_command_output(): use g_spawn_command_line_sync()
9417                 instead of popen()
9418
9419 2005-05-26 [colin]      1.9.11cvs15
9420
9421         * src/folder.c
9422                 remove printf
9423
9424 2005-05-26 [colin]      1.9.11cvs14
9425
9426         * src/common/nntp.c
9427                 Fix nntp mode reader (bug #611)
9428                 Patch by Florian Mickler <florian@mickler.org>
9429
9430 2005-05-26 [colin]      1.9.11cvs13
9431
9432         * src/plugins/pgpmime/passphrase.c
9433                 Fix mouse grabbing (bug #557)
9434
9435 2005-05-26 [colin]      1.9.11cvs12
9436
9437         * src/prefs_themes.c
9438                 Fix g_warning (bug #541)
9439
9440 2005-05-26 [colin]      1.9.11cvs11
9441
9442         * src/prefs_actions.c
9443         * src/prefs_template.c
9444                 Fix bug #506 (no warning if action/template
9445                 is not saved)
9446         * src/common/template.c
9447                 Fix a possible crash
9448
9449 2005-05-26 [colin]      1.9.11cvs10
9450
9451         * src/folder.c
9452         * src/folderview.c
9453         * src/procmsg.c
9454         * src/summaryview.c
9455                 Forbid locked messages to be moved or
9456                 deleted. Locked messages in trashes 
9457                 still get deleted, for performance
9458                 reason (mh.c::mh_remove_all_msgs)
9459
9460 2005-05-25 [colin]      1.9.11cvs9
9461
9462         * src/procmime.c
9463                 Use correct encoding when sending mails
9464                 with attachments that have accentued 
9465                 chars in their name
9466
9467 2005-05-24 [colin]      1.9.11cvs8
9468
9469         * src/summaryview.c
9470                 Fix bug #688 f) read/unread marker not
9471                 changed on first click
9472                 Also, optimize summary_status_show()
9473                 calls
9474         * src/folder.c
9475         * src/inc.c
9476         * src/procmime.c
9477                 Fix bug #688 b) and c) wrt message
9478                 attachments and signature
9479         * src/stock_pixmap.c
9480         * src/stock_pixmap.h
9481         * src/stock_pixmap.c
9482         * src/stock_pixmap.h
9483         * src/Makefile.am
9484         * src/pixmaps/clip_gpg_signed.xpm
9485                 Add clip/signed icon
9486
9487 2005-05-24 [colin]      1.9.11cvs7
9488
9489         * src/folder_item_prefs.c
9490                 whitespace fix
9491
9492 2005-05-24 [colin]      1.9.11cvs6
9493
9494         * src/folderview.c
9495         * src/prefs_common.c
9496         * src/prefs_common.h
9497                 Add a confirmation to folder drag and drop
9498                 fixes bug #156
9499         * src/alertpanel.c
9500         * src/alertpanel.h
9501                 fix _with_disable parameters so that
9502                 the buttons labels are specifiable too
9503         * src/plugins/pgpmime/sgpgme.c
9504                 reflect said change
9505                 
9506
9507 2005-05-24 [colin]      1.9.11cvs5
9508
9509         * src/folderview.c
9510                 Uncollapse/collapse folders on double-click
9511                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
9512                 closes bug #108
9513
9514 2005-05-23 [colin]      1.9.11cvs4
9515
9516         * src/common/socket.c
9517                 Check another special SSL_peek() error.
9518                 Should help wrt bug #728
9519
9520 2005-05-23 [colin]      1.9.11cvs3
9521
9522         * src/plugins/pgpmime/pgpmime.c
9523                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
9524                 breaking menu accelerators and stuff. Users will have to
9525                 reselect "PGP MIME" instead of "PGP/MIME" in their 
9526                 account's privacy preferences if needed.
9527
9528 2005-05-22 [paul]
9529
9530         * tools/kdeservicemenu/install.sh
9531                 use kdesu to prompt for root password if doing
9532                 global install/uninstall
9533
9534 2005-05-20 [colin]      1.9.11cvs2
9535
9536         * src/procmsg.c
9537                 Fix another compilation error with gcc-2.9x
9538                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
9539         * src/send_message.c
9540                 Don't send QUIT if we aren't connected
9541
9542 2005-05-19 [colin]      1.9.11cvs1
9543
9544         * src/procmsg.c
9545                 Fix compilation with gcc 2.9x
9546
9547 2005-05-19 [paul]       1.9.11
9548
9549         1.9.11 released
9550
9551 2005-05-19 [paul]       1.9.9cvs14
9552
9553         * src/gtk/inputdialog.c
9554                 prevent gettext warning
9555
9556 2005-05-19 [paul]       1.9.9cvs13
9557
9558         * src/mainwindow.c
9559         * src/prefs_common.c
9560         * src/prefs_common.h
9561         * src/textview.c
9562         * src/textview.h
9563                 add an option to toggle cursor in message
9564                 view (sync with main)
9565
9566 2005-05-18 [colin]      1.9.9cvs12
9567
9568         * src/compose.c
9569                 Dereference freed pointer
9570         * src/gtk/gtkaspell.c
9571                 Fix duplication of dictionaries (is it an aspell issue?)
9572
9573 2005-05-18 [colin]      1.9.9cvs11
9574
9575         * src/gtk/inputdialog.c
9576         * src/gtk/gtkaspell.c
9577                 HIGuify dialogs
9578         * src/alertpanel.c
9579                 Remove a double call
9580
9581 2005-05-17 [colin]      1.9.9cvs10
9582
9583         * src/gtk/gtkaspell.c
9584                 Fix dialogs, Ctrl-Enter accel
9585
9586 2005-05-17 [colin]      1.9.9cvs9
9587
9588         * src/gtk/gtkaspell.c
9589                 Fix some accelerators, escape in replace-window
9590
9591 2005-05-16 [colin]      1.9.9cvs8
9592
9593         * src/gtk/gtkaspell.c
9594                 Revert last commit, it was a mistake.
9595
9596 2005-05-16 [colin]      1.9.9cvs7
9597
9598         * src/gtk/gtkaspell.c
9599                 Remove buggy code while we're at it. It's a 
9600                 dead code path anyway.
9601
9602 2005-05-16 [colin]      1.9.9cvs6
9603
9604         * src/gtk/gtkaspell.c
9605                 Missed some gtk_menu_popup where deactivate
9606                 signal should be handled. Should fix bug
9607                 #629 a bit more.
9608
9609 2005-05-16 [colin]      1.9.9cvs5
9610
9611         * src/gtk/gtkaspell.c
9612                 Remove debug printf()s
9613
9614 2005-05-16 [colin]      1.9.9cvs4
9615
9616         * src/gtk/gtkaspell.c
9617                 Fix a bit aspell problems
9618                 (see bug #629)
9619
9620 2005-05-13 [colin]      1.9.9cvs3
9621
9622         * src/folderview.c
9623                 Fix the + appearing even when no subfolders
9624                 have unread messages. Thanks to wwp for the
9625                 bug report.
9626
9627 2005-05-11 [paul]       1.9.9cvs2
9628
9629         * src/folderview.c
9630                 correction to 1.9.9cvs1, only colour folders that
9631                 have new msgs (not unread msgs)
9632
9633 2005-05-10 [colin]      1.9.9cvs1
9634
9635         * src/folderview.c
9636         * src/summaryview.c
9637                 Try to fix bolding bugs again.
9638
9639 2005-05-09 [paul]
9640
9641         * tools/claws.i18n.status.pl
9642                 add Ricardo Mones Lastra's script that has been providing
9643                 the i18n status page for many months
9644
9645 2005-05-09 [paul]       1.9.9
9646
9647         1.9.9 release
9648
9649 2005-05-09 [paul]       1.9.6cvs58
9650
9651         * AUTHORS
9652         * INSTALL
9653         * README.claws
9654                 updated
9655         * Makefile.am 
9656         * RELEASE_NOTES.claws
9657                 add release notes to cvs to simplify release
9658                 procedure
9659         * configure.ac
9660                 add ca and fi to ALL_LINGUAS
9661         * po/Makefile.in.in
9662                 workaround for missing Makevars
9663         * po/ca.po
9664         * po/fi.po
9665                 add new Catalan and Finnish translations
9666                 submitted by Miquel Oliete and Flammie Pirinen
9667         * po/de.po
9668         * po/es.po
9669         * po/fr.po
9670         * po/it.po
9671         * po/pl.po
9672         * po/ru.po
9673         * po/sk.po
9674         * po/sr.po
9675         * po/zh_CN.po
9676                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
9677                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
9678                 Urke MMI, and Hansom Young
9679         * src/main.c
9680                 Fix drafting when quitting. compose_draft() closes the
9681                 compose windows, which modifies the compose_list GSList.
9682                 We have to refresh this list after echo drafting to avoid a
9683                 segfault
9684         * src/partial_download.c
9685                 fix segfault on exit
9686
9687 2005-05-06 [paul]       1.9.6cvs57
9688
9689         * src/grouplistdialog.c
9690                 quick fix/workaround for unresizeable newsgroup
9691                 name column 
9692
9693 2005-05-06 [paul]       1.9.6cvs56
9694
9695         * src/inc.c
9696         * src/mainwindow.c
9697                 use gettext plural forms
9698         * src/imap_gtk.c
9699         * src/mh_gtk.c
9700         * src/toolbar.c
9701                 small improvement to english usage
9702
9703 2005-05-05 [thorsten]   1.9.6cvs55
9704
9705         * src/folder.c
9706                 fix possible crash
9707
9708 2005-05-05 [paul]       1.9.6cvs54
9709         
9710         sync with HEAD
9711
9712         * AUTHORS
9713         * src/compose.c
9714                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
9715                 patch by Tim Mann
9716
9717 2005-05-05 [paul]       1.9.6cvs53
9718
9719         * src/mainwindow.c
9720                 fix resizing of separate message and
9721                 folder views
9722
9723 2005-05-05 [paul]       1.9.6cvs52
9724
9725         * src/account.c
9726         * src/addrgather.c
9727         * src/browseldap.c
9728         * src/exphtmldlg.c
9729         * src/expldifdlg.c
9730         * src/importmutt.c
9731         * src/importpine.c
9732         * src/main.c
9733         * src/mainwindow.c
9734         * src/noticeview.c
9735         * src/prefs_filtering.c
9736         * src/prefs_filtering_action.c
9737         * src/prefs_matcher.c
9738         * src/prefs_spelling.c
9739         * src/prefs_toolbar.c
9740         * src/toolbar.c
9741         * src/wizard.c
9742         * src/gtk/description_window.c
9743         * src/gtk/gtkvscrollbutton.c
9744         * src/gtk/progressdialog.c
9745         * src/gtk/quicksearch.c
9746         * src/plugins/pgpmime/prefs_gpg.c
9747         * src/plugins/spamassassin/spamassassin_gtk.c
9748                 replace deprecated gtk_widget_set_usize
9749
9750 2005-05-04 [colin]      1.9.6cvs51
9751
9752         * src/common/utils.c
9753                 Fix crash when subst_for_filename is called
9754                 with a NULL parameter
9755
9756 2005-05-04 [colin]      1.9.6cvs50
9757
9758         * src/partial_download.c
9759         * src/pop.c
9760                 Escape login when writing uidl file
9761                 fixes bug #736
9762
9763 2005-05-03 [colin]      1.9.6cvs49
9764
9765         * src/procmime.c
9766                 Fix possible DOS in mime parser
9767                 (see bug #634)
9768
9769 2005-05-02 [colin]      1.9.6cvs48
9770
9771         * src/compose.c
9772                 Try to fix the copy/paste mess once again.
9773
9774
9775 2005-04-30 [colin]      1.9.6cvs47
9776
9777         * src/prefs_account.h
9778         * src/procmsg.c
9779         * src/send_message.c
9780         * src/common/smtp.c
9781         * src/common/smtp.h
9782                 Try to batch sending mails (per account) instead of
9783                 reconnecting to server every time.
9784
9785 2005-04-29 [colin]      1.9.6cvs46
9786
9787         * src/messageview.c
9788                 Fix window resizing that refused to size down
9789         * src/prefs_common.c
9790         * src/prefs_common.h
9791         * src/prefs_filtering.c
9792                 Save Filtering's window size
9793
9794 2005-04-21 [paul]       1.9.6cvs45
9795
9796         * ChangeLog-gtk2.claws
9797         * src/setup.c
9798                 correction to sync
9799
9800 2005-04-21 [paul]       1.9.6cvs44
9801
9802         sync with main:
9803
9804         * src/setup.c
9805         * src/statusbar.c
9806         * src/statusbar.h
9807                 use gtkut_widget_draw_now(). Improved performance
9808                 of the update of statusbar
9809         * src/textview.c
9810                 textview_smooth_scroll_do(): redraw it after scroll
9811                 is done (fixed incorrect display when a part of the
9812                 view is hidden).
9813         * src/gtk/gtkutils.c
9814         * src/gtk/gtkutils.h
9815                 gtkut_widget_draw_now(): use gdk_window_process_updates()
9816                 to force update of widgets.
9817                 Removed gtkut_widget_wait_for_draw() which had a big
9818                 overhead  because of waiting for all events processed 
9819
9820 2005-04-20 [paul]       1.9.6cvs43
9821
9822         * src/codeconv.c
9823                 complete 1.9.6cvs42's sync:
9824                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
9825
9826 2005-04-19 [paul]       1.9.6cvs42
9827
9828         sync with main:
9829
9830         * src/action.c
9831                 catch_output(): correctly select the insert text
9832                 (fix invalid iterator warnings).
9833         * src/codeconv.c
9834         * src/codeconv.h
9835         * src/mainwindow.c
9836         * src/messageview.c
9837         * src/prefs_common.c
9838                 support GBK encoding.
9839         * src/common/session.c
9840         * src/common/session.h
9841                 use separate buffer for large data to be sent,
9842                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
9843
9844 2005-04-18 [paul]       1.9.6cvs41
9845
9846         * src/jpilot.c
9847                 convert unsigned long into guint32
9848                 patch by Paul LeoNerd Evans 
9849
9850 2005-04-17 [colin]      1.9.6cvs40
9851
9852         * src/compose.c
9853                 Fix 'Request return receipt' from folder
9854                 properties (bug #708)
9855
9856 2005-04-17 [colin]      1.9.6cvs39
9857
9858         * src/mainwindow.c
9859                 Fix duplicate hotkeys in Mainwindow's menu
9860
9861 2005-04-17 [colin]      1.9.6cvs38
9862
9863         * src/folderview.c
9864                 Fix duplicate hotkeys in Folderview's contextual
9865                 menu
9866
9867 2005-04-15 [colin]      1.9.6cvs37
9868
9869         * src/summaryview.c
9870                 Fix 'Save as...' with non-ascii filenames
9871
9872 2005-04-15 [colin]      1.9.6cvs36
9873
9874         * src/plugins/pgpmime/pgpmime.c
9875                 Fix bus error on 64bit. Spotted by 
9876                 macallan1888@gmail.com
9877
9878 2005-04-15 [colin]      1.9.6cvs35
9879
9880         * src/prefs_account.c
9881                 Fix cvs34.
9882
9883 2005-04-12 [colin]      1.9.6cvs34
9884
9885         * src/prefs_account.c
9886                 Fix smtp auth type off-by-one. We forgot to
9887                 add PLAIN in the prefs-to-gui setter func and
9888                 as a result, the selected auth when opening
9889                 account prefs was not the correct one.
9890
9891 2005-04-12 [paul]       1.9.6cvs33
9892
9893         * src/inc.c
9894                 if the recv dialog is visible, Cancel only
9895                 cancels the current account
9896
9897
9898 2005-04-10 [colin]      1.9.6cvs32
9899
9900         * src/filtering.c
9901                 Copy score when copying FilteringActions
9902                 Fix bug #674
9903
9904 2005-04-10 [colin]      1.9.6cvs31
9905
9906         * src/inc.c
9907                 Make Message -> Receive -> Cancel cancel 
9908                 incorporation on all accounts. Fixes
9909                 bug #693
9910
9911 2005-04-10 [colin]      1.9.6cvs30
9912
9913         * src/prefs_account.c
9914                 Update Privacy checkbuttons status based
9915                 on the selected privacy system
9916         * src/compose.c
9917                 Always connect the "None" privacy system; the
9918                 static boolean was probably there to avoid
9919                 reconnecting twice in the same compose window,
9920                 but as the parent function is only called once
9921                 per compose, it's only a bug - as a static is
9922                 initialized once per application instance.
9923                 Also, don't uncheck Sign and Encrypt when
9924                 selecting None as privacy system; just ignore
9925                 them when sending/queuing.
9926                 Should fix bug #695
9927
9928 2005-04-08 [colin]      1.9.6cvs29
9929
9930         * src/account.c
9931         * src/prefs_account.c
9932         * src/prefs_account.h
9933                 Add account preference to queue message in a certain
9934                 folder.
9935
9936 2005-04-06 [colin]      1.9.6cvs28
9937
9938         * src/prefs_account.c
9939                 Update old inbox path syntax
9940
9941 2005-04-06 [paul]       1.9.6cvs27
9942
9943         sync with main:
9944
9945         * configure.ac
9946                 changed -traditional-cpp to -no-cpp-precomp for newer
9947                 Mac OS X support
9948         * src/foldersel.c
9949                 made column resize automatically
9950         * src/send_message.c
9951                 send_message_smtp(): consider EOF right after QUIT
9952                 successful (workaround for Gmail SMTP server)
9953         * src/common/socket.c
9954                 ssl_read(), ssl_peek(): check EOF which violates the
9955                 SSL protocol
9956         * src/gtk/colorlabel.c
9957                 removed warnings when displaying colorlabel menu
9958                 (don't use GtkAlignment)
9959
9960 2005-04-05 [paul]       1.9.6cvs26
9961
9962         * src/plugins/trayicon/trayicon.c
9963                 fix clipping of icon under KDE3 
9964
9965 2005-04-05 [paul]       1.9.6cvs25
9966
9967         * src/summaryview.c
9968                 hide display of threading
9969                 patch by Alfons
9970
9971 2005-04-04 [thorsten]   1.9.6cvs24
9972
9973         * src/mh.c
9974                 marks lost on filesystems with different stat() results on
9975                 summer-/wintertime
9976
9977 2005-04-03 [colin]      1.9.6cvs23
9978
9979         * src/summaryview.c
9980                 Don't handle up/down. Patch by Alfons
9981
9982 2005-04-02 [colin]      1.9.6cvs22
9983
9984         * src/summaryview.c
9985                 Make scrolling faster. Patch by Alfons.
9986
9987 2005-04-01 [colin]      1.9.6cvs21
9988
9989         * src/Makefile.am
9990         * src/stock_pixmap.c
9991         * src/pixmaps/dir-noselect.xpm ** REMOVED **
9992         * src/pixmaps/dir_noselect.xpm ** ADDED **
9993                 Fix pixmap name mismatch (Thanks Stephan Sachse)
9994
9995 2005-04-01 [colin]      1.9.6cvs20
9996
9997         * src/image_viewer.c
9998         * src/image_viewer.h
9999         * src/procmime.c
10000         * src/procmime.h
10001         * src/textview.c
10002         * src/textview.h
10003                 Implement inline image resizing and right-clicking
10004
10005 2005-04-01 [paul]       1.9.6cvs19
10006
10007         * AUTHORS
10008         * Makefile.am
10009         * configure.ac
10010                 check for gnome2
10011                 patch by Luca Cavalli <loopback<AT>slackit.org>
10012         * po/ru.po
10013                 updated by Pavlo Bohmat
10014
10015 2005-03-31 [colin]      1.9.6cvs18
10016
10017         * src/news.c
10018                 Fix parsing references
10019         * src/msgcache.c
10020                 don't put nulls in the references list
10021         * src/procheader.c
10022                 commit that forgotten file in 1.9.6cvs14
10023
10024 2005-03-31 [colin]      1.9.6cvs17
10025
10026         * src/compose.c
10027                 Fix joining of signature separator again. 
10028                 Maybe Hiro could put it in main too...
10029
10030 2005-03-31 [colin]      1.9.6cvs16
10031
10032         * src/Makefile.am
10033         * src/foldersel.c
10034         * src/stock_pixmap.c
10035         * src/stock_pixmap.h
10036         * src/pixmaps/dir-noselect.xpm
10037                 Update foldersel.c (sync from main, patch by Alfons)
10038
10039 2005-03-30 [colin]      1.9.6cvs15
10040
10041         * src/imap.c
10042                 Fix handling of imap folders containing [] in 
10043                 their name. Thanks to Nahuel Angelinetti for
10044                 the detailed bugreport.
10045
10046 2005-03-30 [colin]      1.9.6cvs14
10047
10048         * src/common/utils.h
10049         * src/common/utils.c
10050         * src/common/defs.h
10051         * src/matcher.c
10052         * src/msgcache.c
10053         * src/news.c
10054         * src/procmsg.c
10055         * src/procmsg.h
10056         * src/quote_fmt_parse.y
10057         * src/summaryview.c
10058                 Update references system. Patch by Alfons
10059
10060 2005-03-30 [colin]      1.9.6cvs13
10061
10062         * src/common/socket.c
10063                 Force the glibc to read resolv.conf again when 
10064                 it has changed. Should fix issues when changing
10065                 networks on a laptop and not restarting sylpheed. 
10066
10067 2005-03-30 [paul]       1.9.6cvs12
10068
10069         partial sync with main:
10070
10071         * src/action.c
10072                 create_io_dialog(): use user-defined text font
10073                 (thanks to Alfons), and modified its appearance.
10074         * src/addrgather.c
10075         * src/addrharvest.c
10076         * src/browseldap.c
10077                 replace old code
10078         * src/compose.c
10079                 don't join (presumably) itemized lines on line-wrapping
10080                 fixed wrapping of quote when auto-wrapping is enabled
10081                 compose_destroy(): destroy paned only if it's not
10082                 attached to window. Fixed memory leak of popup menu.
10083         * src/exphtmldlg.c
10084         * src/expldifdlg.c
10085                 replace old code
10086         * src/html.c
10087         * src/html.h
10088         * src/importmutt.c
10089         * src/importpine.c
10090                 replace old code
10091         * src/main.c
10092                 removed redundant code
10093         * src/mainwindow.c
10094                 changed 'Code set' (which is rather incorrect)
10095                 in the menu to 'Character encoding'
10096                 main_window_set_widgets(): request size first
10097                 to prevent window size becoming wrong
10098                 fixed remembering of the state of the visibility
10099                 of MessageView
10100         * src/messageview.c
10101                 changed 'Code set' (which is rather incorrect)
10102                 in the menu to 'Character encoding'
10103         * src/prefs_common.c
10104         * src/prefs_common.h
10105                 added an option whether to render HTML as text or not
10106                 added separators to outgoing encoding menu
10107         * src/procheader.c
10108                 procheader_scan_date_string(): support header
10109                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
10110         * src/summaryview.c
10111         * src/summaryview.h
10112                 minor code cleanup
10113         * src/textview.c
10114                 textview_show_html(): force output of newline
10115                 added an option whether to render HTML as text or not
10116         * src/common/utils.c
10117                 strncpy2(): optimized based on Alfons' code
10118         * src/gtk/gtkutils.c
10119         * src/gtk/gtkutils.h
10120                 removed non-used code
10121         * src/plugins/pgpmime/passphrase.c
10122                 partially fixed grab input of passphrase dialog
10123                 Confine pointer to window
10124
10125 2005-03-30 [colin]      1.9.6cvs11
10126
10127         * src/msgcache.c
10128         * src/msgcache.h
10129                 Read/write 32bit ints from cache & marks
10130                 From main.
10131
10132 2005-03-29 [paul]       1.9.6cvs10
10133
10134         * AUTHORS
10135         * ChangeLog.claws
10136         * src/compose.c
10137         * src/gtk/gtkaspell.c
10138                 sync with HEAD (don't pass NULL pointers) 
10139
10140 2005-03-24 [paul]
10141
10142         * tools/Makefile.am
10143         * tools/README
10144         * tools/acroread2sylpheed.pl
10145                 sync with HEAD (add script to send pdfs as
10146                 attachments from Adobe Reader 7)
10147
10148 2005-03-21 [paul]       1.9.6cvs9
10149
10150         * configure.ac
10151         * po/POTFILES.in
10152         * src/Makefile.am
10153         * src/crash.c
10154         * src/image_viewer.c ** ADDED **
10155         * src/image_viewer.h ** ADDED **
10156         * src/main.c
10157         * src/prefs_common.c
10158         * src/prefs_common.h
10159         * src/prefs_image_viewer.c ** ADDED **
10160         * src/prefs_image_viewer.h ** ADDED **
10161         * src/textview.c
10162         * src/gtk/about.c
10163         * src/pixmaps/sylpheed_logo.xpm
10164         * src/plugins/Makefile.am
10165         * src/plugins/image_viewer/.cvsignore ** REMOVED **
10166         * src/plugins/image_viewer/Makefile.am ** REMOVED **
10167         * src/plugins/image_viewer/plugin.c ** REMOVED **
10168         * src/plugins/image_viewer/viewer.c ** REMOVED **
10169         * src/plugins/image_viewer/viewer.glade ** REMOVED **
10170         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
10171         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
10172         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
10173         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
10174                 as gdk-pixbuf is now built-in
10175                 remove image_viewer plugin and put code back into
10176                 main codebase
10177                 implement inline image display (sync with main)
10178
10179                 replace logo with newer, nicer, larger version  
10180
10181 2005-03-21 [paul]       1.9.6cvs8
10182
10183         * src/gtk/about.c
10184                 cosmetic improvement
10185
10186 2005-03-21 [holger]     1.9.6cvs7
10187
10188         * src/plugins/spamassassin/spamassassin.c
10189                 Sync with HEAD
10190                 (unregister hook on failed plugin init)
10191
10192 2005-03-20 [colin]      1.9.6cvs6
10193
10194         * src/common/plugin.c
10195                 Check that plugin isn't already loaded
10196                 Patch by Alfons
10197
10198 2005-03-20 [thorsten]   1.9.6cvs5
10199
10200         * src/compose.c
10201                 use a more compatible syntax
10202
10203 2005-03-20 [thorsten]   1.9.6cvs4
10204
10205         * src/prefs_toolbar.c
10206                 fix crash when selecting toolbar item (uninitialized pointer)
10207
10208 2005-03-20 [thorsten]   1.9.6cvs3
10209
10210         * src/procmime.c
10211                 fix mimetype detection (referenced free()d string)
10212
10213 2005-03-20 [paul]       1.9.6cvs2
10214
10215         * src/compose.c
10216                 sync with HEAD (1.0.3cvs5)
10217                 neglect Reply-To header if empty
10218                 Patch by Alfons 
10219
10220 2005-03-19 [holger]     1.9.6cvs1
10221
10222         * src/summaryview.c
10223         * src/summaryview.h
10224                 Sync with HEAD
10225
10226 2005-03-18 [paul]       1.9.6
10227
10228         initial GTK2 release
10229
10230 2005-03-18 [paul]       1.0.3cvs3.1
10231
10232         * AUTHORS
10233         * ChangeLog.claws
10234         * configure.ac
10235         * src/gtk/about.c
10236         * src/pixmaps/sylpheed_logo.xpm
10237                 sync with HEAD
10238
10239 2005-03-18 [colin]      1.0.3cvs2.6
10240
10241         * src/summaryview.c
10242                 Remove call to summary_step in summary_copy_selected_to
10243                 Can't see its purpose, and this causes bug when copying
10244                 a message if the next one is unread: it reads it.
10245
10246 2005-03-18 [paul]       1.0.3cvs2.5
10247
10248         * src/foldersel.c
10249                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
10250
10251 2005-03-18 [paul]       1.0.3cvs2.4
10252
10253         * src/addrharvest.c
10254         * src/codeconv.c
10255         * src/codeconv.h
10256         * src/compose.c
10257         * src/news.c
10258         * src/procheader.c
10259         * src/procmime.c
10260         * src/unmime.c
10261         * src/unmime.h
10262                 fix buffer overflow, CAN-2005-0667, see
10263                 http://secunia.com/advisories/14491/
10264                 Patch by Alfons
10265
10266 2005-03-17 [colin]      1.0.3cvs2.3
10267
10268         * src/prefs_fonts.c
10269         * src/summaryview.c
10270                 Fix font bugs (both lists now officialy share 
10271                 the same font)
10272                 
10273
10274 2005-03-17 [paul]       1.0.3cvs2.2
10275
10276         * src/gtk/pluginwindow.c
10277                 make plugin descriptions uneditable
10278
10279 2005-03-11 [paul]       1.0.3cvs2.1
10280
10281         * ChangeLog.claws
10282         * configure.ac
10283         * po/POTFILES.in
10284         * src/plugins/trayicon/trayicon.c
10285                 sync with HEAD
10286                 add src/wizard.c to POTFILES.in
10287
10288 2005-03-11 [paul]       1.0.3cvs1.1
10289
10290         * ChangeLog
10291         * ChangeLog.claws
10292         * configure.ac
10293         * po/de.po
10294         * po/es.po
10295         * po/fr.po
10296         * po/it.po
10297         * po/pt_BR.po
10298         * po/ru.po
10299         * po/sk.po
10300         * po/sr.po
10301         * po/zh_CN.po
10302                 sync with HEAD
10303
10304 2005-03-04 [colin]      1.0.1cvs22.2
10305
10306         * src/compose.c
10307                 Fix signatures with accentued chars in it
10308
10309 2005-03-04 [colin]      1.0.1cvs22.1
10310
10311         * src/common/smtp.c
10312         * src/common/smtp.h
10313                 Don't use SIZE param in MAIL FROM: if server 
10314                 doesn't support it. Patch by Eugen Freiter
10315                 <eugen_f@users.sf.net>
10316
10317 2005-02-27 [paul]       1.0.1cvs20.1
10318
10319         * ChangeLog.claws
10320         * configure.ac
10321         * src/messageview.c
10322                 sync with HEAD
10323
10324 2005-02-27 [colin]      1.0.1cvs19.4
10325
10326         * src/procheader.c
10327         * src/procheader.h
10328                 Fix prototypes. Patch by Alfons
10329
10330 2005-02-27 [colin]      1.0.1cvs19.3
10331
10332         * src/compose.c
10333                 Don't auto-join the signature separator.
10334
10335 2005-02-26 [colin]      1.0.1cvs19.2
10336
10337         * src/summaryview.c
10338                 Fix 'mark all read' with collapsed threads.
10339                 Patch by Alfons.
10340
10341 2005-02-25 [paul]       1.0.1cvs19.1
10342
10343         * ChangeLog.claws
10344         * configure.ac
10345         * src/prefs_account.c
10346         * src/prefs_folder_item.c
10347         * src/gtk/prefswindow.c
10348         * src/gtk/prefswindow.h
10349                 sync with HEAD
10350
10351 2005-02-25 [paul]       1.0.1cvs15.12
10352
10353         * src/alertpanel.c
10354         * src/codeconv.c
10355         * src/compose.c
10356         * src/textview.c
10357         * src/gtk/gtkutils.c
10358         * src/gtk/gtkutils.h
10359         * src/gtk/logwindow.c
10360         * src/gtk/progressdialog.c
10361                 sync with main (revision 127)
10362                 and fix logwindow clipping
10363
10364 2005-02-24 [colin]      1.0.1cvs15.11
10365
10366         * src/plugins/pgpmime/passphrase.c
10367                 Disable input grabbing; it doesn't work yet.
10368
10369 2005-02-24 [colin]      1.0.1cvs15.10
10370
10371         * src/messageview.c
10372                 Don't send out receipts if offline. Ask.
10373
10374 2005-02-23 [colin]      1.0.1cvs15.9
10375
10376         * src/summaryview.c     
10377                 Fix expanding
10378
10379 2005-02-23 [colin]      1.0.1cvs15.8
10380
10381         * src/summaryview.c
10382                 Really fix Bug 568 by removing useless
10383                 calls. summary_thread_init() now called
10384                 in summary_sort(). This should please
10385                 Alfons as it should be faster than 
10386                 previously.
10387
10388 2005-02-23 [colin]      1.0.1cvs15.7
10389
10390         * src/compose.c
10391                 Encode parts as QP or B64 if signing
10392
10393 2005-02-23 [colin]      1.0.1cvs15.6
10394
10395         * src/compose.c
10396                 Fix Mimeinfo leakage (including tmp files)
10397         * src/procmsg.c
10398                 Fix tmp file leakage (spotted by Ivan Rayner)
10399
10400 2005-02-22 [colin]      1.0.1cvs15.5
10401
10402         * src/expldifdlg.c
10403                 Fix keyboard input. Patch by Alfons.
10404
10405 2005-02-21 [colin]      1.0.1cvs15.4
10406
10407         * src/compose.c
10408                 Fix Sign/Encrypt when unselecting privacy
10409                 system
10410         * src/prefs_common.c
10411                 Change default message font to Monospace
10412         * src/summaryview.c
10413                 More freezing during potentially large operations
10414
10415 2005-02-21 [paul]       1.0.1cvs15.3
10416
10417         * src/main.c
10418                 fix --help output
10419
10420 2005-02-21 [paul]       1.0.1cvs15.2
10421
10422         * po/Makefile.in.in
10423         * src/compose.c
10424         * src/summaryview.c
10425         * src/textview.c
10426         * src/common/utils.c
10427         * src/common/utils.h
10428                 sync with main (revision 117)
10429
10430 2005-02-20 [colin]      1.0.1cvs15.1
10431
10432         * src/common/defs.h
10433                 Change cache file to .sylpheed_claws_cache, as
10434                 suggested by Alfons. Allows people to switch
10435                 between Sylpheed and Sylpheed-Claws. it is
10436                 a good idea to "Check for new messages" at next
10437                 startup.
10438
10439
10440 2005-02-18 [colin]      1.0.1cvs14.1
10441
10442         * src/quote_fmt_lex.l
10443         * src/quote_fmt_parse.y
10444                 Fix parser initialisation. Patch by Ivan.
10445
10446 2005-02-18 [colin]      1.0.1cvs11.6
10447
10448         * src/folderview.c
10449                 Fix scrolldown (bug 662)
10450
10451 2005-02-17 [colin]      1.0.1cvs11.5
10452
10453         * src/codeconv.c
10454                 conv_filename_to_utf8: return clean 7bit instead
10455                 of broken utf8 if needed
10456         * src/mimeview.c
10457                 Fix display of parts with unclean 8bit names
10458
10459 2005-02-17 [paul]       1.0.1cvs11.4
10460
10461         * src/compose.c
10462         * src/exportldif.c
10463         * src/matcher_parser_parse.y
10464         * src/procmime.c
10465         * src/sourcewindow.c
10466         * src/common/Makefile.am
10467         * src/common/intl.h             ** REMOVED **
10468         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10469                 sync with main (revision 109)
10470                 and clean up
10471
10472 2005-02-16 [colin]      1.0.1cvs11.3
10473
10474         * src/summaryview.c
10475                 Fix collapsed thread not highlighting when new
10476                 messages in it (Bug 568) Patch by Stephan Sachse.
10477                 Fix messed up selection when reaching bounds (Bug 632)
10478         * src/prefs_themes.c
10479                 Fix theme installing (Bug 684)
10480
10481 2005-02-16 [colin]      1.0.1cvs11.2
10482
10483         * src/messageview.c
10484                 Fix messageview_select_all
10485
10486 2005-02-16 [colin]      1.0.1cvs11.1
10487
10488         * src/mh.c
10489                 Sync with HEAD (MH scan required function)
10490
10491 2005-02-15 [colin]      1.0.1cvs8.1
10492
10493         * src/mimeview.c
10494         * src/common/utils.c
10495                 Sync with HEAD (filename chars substitution)
10496
10497 2005-02-15 [colin]      1.0.1cvs7.3
10498
10499         * src/gtk/pluginwindow.c
10500                 Fix button spacing
10501
10502 2005-02-15 [colin]      1.0.1cvs7.2
10503
10504         * src/mimeview.c
10505                 Fix mime icons not reset across message when
10506                 scrolled down
10507
10508 2005-02-15 [colin]      1.0.1cvs7.1
10509
10510         * src/compose.c
10511         * src/procmime.c
10512                 Sync with HEAD (optimisation of cvs6)
10513
10514 2005-02-14 [colin]      1.0.1cvs6.1
10515
10516         * src/compose.c
10517         * src/procmime.c
10518                 Sync with HEAD (encode "From " at line beginning)
10519
10520 2005-02-14 [colin]      1.0.1cvs5.3
10521
10522         * src/compose.c
10523                 Fix wrapping with accentued chars.
10524
10525 2005-02-13 [colin]      1.0.1cvs5.2
10526
10527         * src/textview.c
10528                 Fix email informative part parsing with
10529                 accentued chars in it. ispunct() returns
10530                 true for them in utf8...
10531
10532 2005-02-12 [colin]      1.0.1cvs5.1
10533
10534         * src/filtering.c
10535                 Sync with HEAD (remove wrong use of compose after send)
10536
10537 2005-02-12 [paul]       1.0.1cvs4.5
10538
10539         * src/textview.c
10540                 remove unnecessary code (thanks to Alfons)
10541
10542 2005-02-12 [paul]       1.0.1cvs4.4
10543
10544         * src/textview.c
10545                 add 'Copy' to contextual menu on emails
10546
10547 2005-02-11 [colin]      1.0.1cvs4.3
10548
10549         * src/compose.c
10550                 revert 1.0.0cvs28.2, it doesn't work that well.
10551
10552 2005-02-11 [paul]       1.0.1cvs4.2
10553
10554         * po/Makefile.in.in
10555                 fix 'make release'
10556
10557 2005-02-10 [paul]       1.0.1cvs4.1
10558
10559         * ChangeLog
10560         * ChangeLog.claws
10561         * ChangeLog.jp
10562         * configure.ac
10563         * src/compose.c
10564                 sync with HEAD (sync with main)
10565
10566 2005-02-10 [paul]       1.0.1cvs3.2
10567
10568         * AUTHORS
10569         * Makefile.am
10570         * autogen.sh
10571         * configure.ac
10572         * config/mkinstalldirs
10573         * intl/.cvsignore
10574         * intl/ChangeLog
10575         * intl/VERSION
10576         * intl/bindtextdom.c
10577         * intl/config.charset
10578         * intl/dcgettext.c
10579         * intl/dcigettext.c
10580         * intl/dcngettext.c
10581         * intl/dgettext.c
10582         * intl/dngettext.c
10583         * intl/eval-plural.h
10584         * intl/explodename.c
10585         * intl/finddomain.c
10586         * intl/gettext.c
10587         * intl/gettextP.h
10588         * intl/gmo.h
10589         * intl/hash-string.h
10590         * intl/intl-compat.c
10591         * intl/l10nflist.c
10592         * intl/libgnuintl.h.in
10593         * intl/loadinfo.h
10594         * intl/loadmsgcat.c
10595         * intl/localcharset.c
10596         * intl/localcharset.h
10597         * intl/locale.alias
10598         * intl/localealias.c
10599         * intl/localename.c
10600         * intl/log.c
10601         * intl/ngettext.c
10602         * intl/os2compat.c
10603         * intl/os2compat.h
10604         * intl/osdep.c
10605         * intl/plural-exp.c
10606         * intl/plural-exp.h
10607         * intl/plural.c
10608         * intl/plural.y
10609         * intl/ref-add.sin
10610         * intl/ref-del.sin
10611         * intl/relocatable.c
10612         * intl/relocatable.h
10613         * intl/textdomain.c
10614         * m4/Makefile.am
10615         * po/Makefile.in.in
10616         * src/Makefile.am
10617         * src/account.c
10618         * src/action.c
10619         * src/addr_compl.c
10620         * src/addressadd.c
10621         * src/addressbook.c
10622         * src/addrgather.c
10623         * src/addrindex.c
10624         * src/alertpanel.c
10625         * src/browseldap.c
10626         * src/codeconv.c
10627         * src/codeconv.h
10628         * src/compose.c
10629         * src/compose.h
10630         * src/crash.c
10631         * src/editaddress.c
10632         * src/editbook.c
10633         * src/editgroup.c
10634         * src/editjpilot.c
10635         * src/editldap.c
10636         * src/editldap_basedn.c
10637         * src/editvcard.c
10638         * src/exphtmldlg.c
10639         * src/expldifdlg.c
10640         * src/export.c
10641         * src/exporthtml.c
10642         * src/filtering.c
10643         * src/folder.c
10644         * src/folder_item_prefs.c
10645         * src/foldersel.c
10646         * src/folderview.c
10647         * src/grouplistdialog.c
10648         * src/headerview.c
10649         * src/imap.c
10650         * src/imap_gtk.c
10651         * src/import.c
10652         * src/importldif.c
10653         * src/importmutt.c
10654         * src/importpine.c
10655         * src/inc.c
10656         * src/ldif.c
10657         * src/main.c
10658         * src/mainwindow.c
10659         * src/matcher.c
10660         * src/mbox.c
10661         * src/message_search.c
10662         * src/messageview.c
10663         * src/mh.c
10664         * src/mh_gtk.c
10665         * src/mimeview.c
10666         * src/msgcache.c
10667         * src/news.c
10668         * src/news_gtk.c
10669         * src/noticeview.c
10670         * src/partial_download.c
10671         * src/pop.c
10672         * src/prefs_account.c
10673         * src/prefs_actions.c
10674         * src/prefs_common.c
10675         * src/prefs_customheader.c
10676         * src/prefs_display_header.c
10677         * src/prefs_ext_prog.c
10678         * src/prefs_filtering.c
10679         * src/prefs_filtering_action.c
10680         * src/prefs_folder_item.c
10681         * src/prefs_fonts.c
10682         * src/prefs_gtk.c
10683         * src/prefs_matcher.c
10684         * src/prefs_msg_colors.c
10685         * src/prefs_spelling.c
10686         * src/prefs_summary_column.c
10687         * src/prefs_template.c
10688         * src/prefs_themes.c
10689         * src/prefs_toolbar.c
10690         * src/prefs_wrapping.c
10691         * src/privacy.c
10692         * src/procheader.c
10693         * src/procmime.c
10694         * src/procmsg.c
10695         * src/quote_fmt.c
10696         * src/recv.c
10697         * src/send_message.c
10698         * src/setup.c
10699         * src/sourcewindow.c
10700         * src/ssl_manager.c
10701         * src/statusbar.c
10702         * src/summary_search.c
10703         * src/summaryview.c
10704         * src/textview.c
10705         * src/toolbar.c
10706         * src/wizard.c
10707         * src/common/nntp.c
10708         * src/common/plugin.c
10709         * src/common/smtp.c
10710         * src/common/ssl.c
10711         * src/common/ssl_certificate.c
10712         * src/common/string_match.c
10713         * src/common/sylpheed.c
10714         * src/common/template.c
10715         * src/common/utils.c
10716         * src/gtk/about.c
10717         * src/gtk/colorlabel.c
10718         * src/gtk/description_window.c
10719         * src/gtk/filesel.c
10720         * src/gtk/foldersort.c
10721         * src/gtk/gtkaspell.c
10722         * src/gtk/gtkutils.c
10723         * src/gtk/inputdialog.c
10724         * src/gtk/logwindow.c
10725         * src/gtk/menu.c
10726         * src/gtk/pluginwindow.c
10727         * src/gtk/prefswindow.c
10728         * src/gtk/progressdialog.c
10729         * src/gtk/quicksearch.c
10730         * src/gtk/sslcertwindow.c
10731         * src/plugins/clamav/clamav_plugin.c
10732         * src/plugins/clamav/clamav_plugin_gtk.c
10733         * src/plugins/demo/demo.c
10734         * src/plugins/dillo_viewer/dillo_prefs.c
10735         * src/plugins/dillo_viewer/dillo_viewer.c
10736         * src/plugins/image_viewer/plugin.c
10737         * src/plugins/image_viewer/viewer.c
10738         * src/plugins/image_viewer/viewerprefs.c
10739         * src/plugins/mathml_viewer/mathml_viewer.c
10740         * src/plugins/pgpmime/passphrase.c
10741         * src/plugins/pgpmime/plugin.c
10742         * src/plugins/pgpmime/prefs_gpg.c
10743         * src/plugins/pgpmime/select-keys.c
10744         * src/plugins/pgpmime/sgpgme.c
10745         * src/plugins/spamassassin/spamassassin.c
10746         * src/plugins/spamassassin/spamassassin_gtk.c
10747         * src/plugins/trayicon/trayicon.c
10748                 sync with main (revision 104)
10749
10750 2005-02-10 [colin]      1.0.1cvs3.1
10751
10752         * src/mainwindow.c
10753                 Sync with HEAD (fix occasional crasher)
10754
10755 2005-02-10 [colin]      1.0.1cvs2.1
10756
10757         * src/messageview.c
10758                 Synw with HEAD (don't automatically display html)
10759
10760 2005-02-09 [colin]      1.0.1cvs1.3
10761
10762         * src/textview.c
10763         * src/textview.h
10764                 Add contextual menu on emails
10765
10766 2005-02-09 [colin]      1.0.1cvs1.2
10767
10768         * src/codeconv.c
10769                 Fix converting from broken headers and 
10770                 put back the _ in missing places
10771                 (feature broke with cvs24.2 sync, main 
10772                  possibly affected?)
10773
10774 2005-02-09 [colin]      1.0.1cvs1.1
10775
10776         * src/messageview.c
10777         * src/mimeview.c
10778         * src/mimeview.h
10779                 Sync with HEAD (display non text/plain mails with plugin)
10780
10781 2005-02-08 [colin]      1.0.1.1
10782
10783         * ChangeLog.claws
10784         * po/pt_BR.po
10785                 Sync with HEAD
10786         * configure.ac
10787                 Make default configuration directory 
10788                 be .sylpheed-gtk2
10789
10790 2005-02-08 [colin]      1.0.0cvs29.1
10791
10792         * po/de.po
10793         * po/es.po
10794         * po/fr.po
10795         * po/it.po
10796         * po/sk.po
10797         * po/sr.po
10798                 Sync translations with HEAD
10799
10800 2005-02-06 [colin]      1.0.0cvs28.3
10801
10802         * src/compose.c
10803                 Make compose a bit faster - patch by Alfons.
10804
10805 2005-02-06 [colin]      1.0.0cvs28.2
10806
10807         * src/compose.c
10808                 Make pasting via middle-click more reliable
10809
10810 2005-02-05 [paul]       1.0.0cvs28.1
10811
10812         * ChangeLog
10813         * ChangeLog.claws
10814         * ChangeLog.jp
10815         * configure.ac
10816         * src/compose.c
10817                 sync with HEAD
10818                 (fix bug 682 'redirect is broken'
10819
10820 2005-02-05 [torte]      1.0.0cvs27.1
10821
10822         * ChangeLog.claws
10823         * configure.ac
10824         * src/partial_download.c
10825                 Sync with HEAD (fix buf overflow)
10826
10827 2005-02-03 [colin]      1.0.0cvs26.1
10828
10829         * src/common/plugin.c
10830                 Sync with HEAD (avoid plugin mismatches)
10831
10832 2005-02-03 [paul]       1.0.0cvs25.3
10833
10834         * src/folderview.c
10835         * src/headerview.c
10836         * src/summaryview.c
10837         * src/textview.c
10838         * src/gtk/colorlabel.c
10839                 third and final part of initial sync with main-gtk2
10840
10841 2005-02-03 [paul]       1.0.0cvs25.2
10842
10843         * src/jpilot.c
10844                 fix building with jpilot support
10845
10846 2005-02-02 [colin]      1.0.0cvs25.1
10847
10848         * src/messageview.c
10849                 Sync with HEAD (fix dangerous typo)
10850
10851 2005-02-01 [colin]      1.0.0cvs24.3
10852
10853         * src/common/xml.c
10854                 Write file as advertised (UTF-8)
10855
10856 2005-02-01 [paul]       1.0.0cvs24.2
10857
10858         * src/addrbook.c
10859         * src/addrindex.c
10860         * src/alertpanel.h
10861         * src/codeconv.c
10862         * src/codeconv.h
10863         * src/compose.c
10864         * src/export.c
10865         * src/folder_item_prefs.c
10866         * src/html.c
10867         * src/imap.c
10868         * src/import.c
10869         * src/jpilot.c
10870         * src/mainwindow.c
10871         * src/matcher_parser_lex.l
10872         * src/messageview.c
10873         * src/mh.c
10874         * src/prefs_account.c
10875         * src/prefs_actions.c
10876         * src/prefs_common.c
10877         * src/prefs_gtk.c
10878         * src/prefs_gtk.h
10879         * src/prefs_themes.c
10880         * src/procheader.c
10881         * src/procmime.c
10882         * src/sourcewindow.c
10883         * src/statusbar.c
10884         * src/summaryview.c
10885         * src/textview.c
10886         * src/toolbar.c
10887         * src/unmime.c
10888         * src/common/template.c
10889         * src/common/utils.c
10890         * src/common/xml.c
10891         * src/common/xml.h
10892         * src/gtk/gtkaspell.c
10893         * src/plugins/clamav/clamav_plugin.c
10894         * src/plugins/dillo_viewer/dillo_prefs.c
10895         * src/plugins/image_viewer/viewerprefs.c
10896         * src/plugins/pgpmime/passphrase.c
10897         * src/plugins/pgpmime/prefs_gpg.c
10898         * src/plugins/pgpmime/select-keys.c
10899         * src/plugins/spamassassin/spamassassin.c
10900                 second part of initial sync with main-gtk2
10901                 (more to follow)
10902
10903 2005-01-31 [colin]      1.0.0cvs24.1
10904
10905         * src/compose.c
10906                 Sync with HEAD
10907
10908 2005-01-29 [paul]       1.0.0cvs23.2
10909
10910         * src/account.c
10911         * src/action.c
10912         * src/addressadd.c
10913         * src/addressbook.c
10914         * src/alertpanel.c
10915         * src/compose.c
10916         * src/editaddress.c
10917         * src/editbook.c
10918         * src/editgroup.c
10919         * src/editjpilot.c
10920         * src/editldap.c
10921         * src/editldap_basedn.c
10922         * src/editvcard.c
10923         * src/export.c
10924         * src/foldersel.c
10925         * src/grouplistdialog.c
10926         * src/import.c
10927         * src/importldif.c
10928         * src/inc.c
10929         * src/main.c
10930         * src/mainwindow.c
10931         * src/message_search.c
10932         * src/messageview.c
10933         * src/mimeview.c
10934         * src/prefs_actions.c
10935         * src/prefs_common.c
10936         * src/prefs_common.h
10937         * src/prefs_customheader.c
10938         * src/prefs_display_header.c
10939         * src/prefs_filtering.c
10940         * src/prefs_filtering_action.c
10941         * src/prefs_gtk.c
10942         * src/prefs_matcher.c
10943         * src/prefs_summary_column.c
10944         * src/prefs_template.c
10945         * src/sourcewindow.c
10946         * src/summary_search.c
10947         * src/summaryview.c
10948         * src/textview.c
10949         * src/gtk/about.c
10950         * src/gtk/description_window.c
10951         * src/gtk/gtkshruler.c
10952         * src/gtk/gtkutils.c
10953         * src/gtk/gtkutils.h
10954         * src/gtk/inputdialog.c
10955         * src/gtk/logwindow.c
10956         * src/gtk/prefswindow.c
10957         * src/gtk/progressdialog.c
10958         * src/gtk/progressdialog.h
10959                 first part of initial sync with main-gtk2
10960                 (more to follow)
10961
10962 2005-01-28 [colin]      1.0.0cvs23.1
10963
10964         * src/folderview.c
10965                 Sync with HEAD
10966
10967 2005-01-27 [colin]      1.0.0cvs21.1
10968
10969         * src/folder.c
10970         * src/folderview.c
10971                 Sync with HEAD
10972
10973 2005-01-27 [colin]      1.0.0cvs19.1
10974
10975         * src/procmime.c
10976                 Sync with HEAD
10977
10978 2005-01-27 [colin]      1.0.0cvs18.1
10979
10980         * src/messageview.c
10981         * src/summaryview.c
10982         * src/mainwindow.c
10983         * src/compose.c
10984         * src/compose.h
10985         * src/procmsg.c
10986         * src/procmsg.h
10987         * src/toolbar.c
10988                 Sync with HEAD
10989
10990 2005-01-26 [paul]       1.0.0cvs15.2
10991
10992         * src/compose.c
10993                 compose_entries_set(): convert subject and body to
10994                 utf8 if necessary. patch by Felix Eckhofer
10995
10996 2005-01-26 [paul]       1.0.0cvs15.1
10997
10998         * configure.ac
10999         * src/common/template.c
11000                 sync with HEAD (fix memory leak)
11001
11002 2005-01-25 [paul]       1.0.0cvs14.1
11003
11004         * configure.ac
11005         * src/compose.c
11006                 sync with HEAD
11007
11008 2005-01-24 [colin]      1.0.0cvs13.1
11009
11010         * src/summaryview.c
11011                 Sync with HEAD
11012
11013 2005-01-24 [paul]       1.0.0cvs12.1
11014
11015         * configure.ac
11016         * src/messageview.c
11017         * src/mh.c
11018         * src/common/utils.c
11019                 sync with HEAD
11020
11021 2005-01-24 [colin]      1.0.0cvs11.1
11022
11023         * src/procheader.c
11024                 Sync with HEAD
11025
11026 2005-01-24 [colin]      1.0.0cvs10.1
11027
11028         * src/folderview.c
11029                 Sync with HEAD
11030
11031 2005-01-23 [colin]      1.0.0cvs9.1
11032
11033         * src/crash.c
11034                 Sync with HEAD
11035
11036 2005-01-22 [colin]      1.0.0cvs8.1
11037
11038         * src/summaryview.c
11039         * src/gtk/quicksearch.c
11040                 Sync with HEAD
11041
11042 2005-01-21 [colin]      1.0.0cvs7.1
11043
11044         * src/summaryview.c
11045                 Sync with HEAD
11046
11047 2005-01-21 [colin]      1.0.0cvs6.1
11048
11049         * src/summaryview.c
11050                 Sync with HEAD
11051
11052 2005-01-21 [colin]      1.0.0cvs5.1
11053
11054         * src/gtk/quicksearch.c
11055         * src/prefs_common.c
11056         * src/prefs_common.h
11057                 Sync with HEAD (recurse option)
11058
11059 2005-01-21 [colin]      1.0.0cvs4.1
11060
11061         * src/folder.h
11062         * src/folderview.c
11063         * src/folderview.h
11064         * src/summaryview.c
11065         * src/gtk/quicksearch.c
11066         * src/gtk/quicksearch.h
11067                 Sync with HEAD (recursive quicksearch)
11068
11069 2005-01-20 [colin]      1.0.0cvs3.4
11070
11071         * src/ssl_manager.c
11072                 Remove useless code
11073
11074 2005-01-20 [colin]      1.0.0cvs3.3
11075
11076         * src/ssl_manager.c
11077                 Fix leak, thanks to Alfons.
11078
11079 2005-01-20 [colin]      1.0.0cvs3.2
11080
11081         * src/ssl_manager.c
11082                 Port SSL certificate window to GTK2.
11083
11084 2005-01-20 [paul]       1.0.0cvs3.1
11085
11086         * ChangeLog.claws
11087         * configure.ac
11088         * src/addrindex.c
11089         * src/addrindex.h
11090                 sync with HEAD
11091
11092 2005-01-19 [colin]      1.0.0cvs2.2
11093
11094         * src/plugins/trayicon/trayicon.c
11095                 Fix freeze with gtk-2.6, the easy way
11096                 (signal blocking helpless there...)
11097                 Closes bug #668.
11098
11099 2005-01-19 [colin]      1.0.0cvs2.1
11100
11101         * src/mbox.c
11102         * src/mbox.h
11103         * src/mainwindow.c
11104         * src/summaryview.c
11105         * src/summaryview.h
11106                 Sync with HEAD
11107
11108 2005-01-19 [paul]       1.0.0cvs1.1
11109
11110         * configure.ac
11111         * po/de.po
11112         * po/es.po
11113         * po/fr.po
11114         * po/hr.po
11115         * po/it.po
11116         * po/ja.po
11117         * po/ko.po
11118         * po/pt_BR.po
11119         * po/ru.po
11120         * po/sk.po
11121         * po/sr.po
11122                 sync with HEAD (update translations)
11123
11124 2005-01-18 [colin]      1.0.0cvs0.1
11125
11126         * src/foldersel.c
11127                 Specify search column - patch by Alfons
11128
11129 2005-01-18 [colin]      0.9.13cvs36.3
11130
11131         * src/prefs_toolbar.c
11132                 Change Delete to Remove
11133         * src/prefs_fonts.c
11134                 GTK2 version and leak fixes
11135         * src/prefs_actions.c
11136                 Add stock buttons.
11137                 All patches by Alfons
11138
11139 2005-01-17 [colin]      0.9.13cvs36.2
11140
11141         * src/compose.c
11142                 Fix DnD inserting twice. While at it,
11143                 add DnD support for text/plain in the
11144                 body, and add support in the headers.
11145
11146 2005-01-16 [colin]      0.9.13cvs36.1
11147
11148         * ChangeLog
11149         * ChangeLog.jp
11150         * ChangeLog.claws
11151                 Sync with HEAD (nothing applicable)
11152
11153 2005-01-16 [colin]      0.9.13cvs33.2
11154
11155         * src/prefs_toolbar.c
11156                 GTK2ize prefs_toolbar, by Alfons.
11157
11158 2005-01-14 [colin]      0.9.13cvs33.1
11159
11160         * src/html.c
11161         * src/msgcache.c
11162                 Sync with HEAD
11163
11164 2005-01-14 [colin]      0.9.13cvs32.1
11165
11166         * src/html.c
11167         * src/html.h
11168         * src/msgcache.c
11169         * AUTHORS
11170         * tools/calypso_convert.pl
11171                 Sync with HEAD
11172
11173 2005-01-08 [colin]      0.9.13cvs29.2
11174
11175         * src/prefs_filtering_action.c
11176         * src/prefs_filtering.c
11177                 2 more gtk2 patches by Alfons
11178
11179 2005-01-07 [paul]       0.9.13cvs29.1
11180
11181         * ChangeLog
11182         * ChangeLog.claws
11183         * ChangeLog.jp
11184         * configure.ac
11185         * src/pop.c
11186         * src/pop.h
11187                 sync with HEAD
11188
11189 2005-01-07 [colin]      0.9.13cvs28.3
11190
11191         * src/gtk/progressdialog.c
11192         * src/gtk/progressdialog.h
11193         * src/inc.c
11194         * src/send_message.c
11195                 GTK2 for the incorporation dialog. The CList isn't dead
11196                 yet, for a more smooth migration. Patch by Alfons.
11197
11198 2005-01-06 [colin]      0.9.13cvs28.2
11199
11200         * src/prefs_display_header.c
11201                 GTK2 conversion by Alfons
11202         * src/prefs_actions.c
11203         * src/prefs_matcher.c
11204                 Fix 2 leaks - patch by Alfons
11205
11206 2005-01-06 [colin]      0.9.13cvs28.1
11207
11208         * src/prefs_matcher.c
11209                 Sync with HEAD
11210
11211 2005-01-06 [colin]      0.9.13cvs27.4
11212
11213         * src/prefs_matcher.c
11214                 Fix double-free. Patch by Alfons
11215
11216 2005-01-06 [colin]      0.9.13cvs27.3
11217
11218         * src/prefs_matcher.c
11219                 GTK2 widgets + memleak
11220                 Patch by Alfons
11221
11222 2005-01-05 [colin]      0.9.13cvs27.2
11223
11224         * src/account.c
11225         * src/addr_compl.c
11226         * src/foldersel.c
11227         * src/stock_pixmap.c
11228         * src/stock_pixmap.h
11229                 3 more GTK2 patches by Alfons.
11230
11231 2005-01-04 [colin]      0.9.13cvs27.1
11232
11233         * src/folderview.c
11234         * src/imap_gtk.c
11235         * src/news_gtk.c
11236                 Sync with HEAD
11237
11238 2005-01-04 [colin]      0.9.13cvs25.9
11239
11240         * src/compose.c
11241                 Fix Show Ruler menuitem
11242         * src/prefs_template.c
11243                 Convert to GTK2
11244         * src/common/utils.c
11245                 Make auto pointer stuff handles NULLs
11246                 Patches by Alfons.
11247
11248 2005-01-04 [colin]      0.9.13cvs25.8
11249
11250         * src/compose.c
11251                 Move the attachment list to gtk2
11252                 Patch by Alfons.
11253
11254 2005-01-04 [colin]      0.9.13cvs25.7
11255
11256         * src/textview.c
11257                 Make some keys work again
11258                 Patch by SungHyun Nam <namsh@kldp.org>
11259
11260 2005-01-04 [colin]      0.9.13cvs25.6
11261
11262         * src/gtk/gtkshruler.c
11263                 Move the ruler to GTK2
11264                 Patch by Alfons
11265
11266 2005-01-03 [colin]      0.9.13cvs25.5
11267
11268         * src/compose.c
11269                 Fix my broken patch apply 
11270
11271 2005-01-03 [colin]      0.9.13cvs25.4
11272
11273         * src/common/utils.c
11274         * src/common/utils.h
11275         * src/gtk/prefswindow.c
11276                 Move auto pointer stuff to utils.c
11277                 Patch by Alfons again :)
11278
11279 2005-01-03 [colin]      0.9.13cvs25.3
11280
11281         * src/compose.c
11282         * src/prefs_gtk.c
11283         * src/prefs_template.c
11284         * src/textview.c
11285                 Empty text widgets with empty strings, not NULL char
11286                 Patch by SungHyun Nam <namsh@kldp_org>
11287
11288 2005-01-03 [colin]      0.9.13cvs25.2
11289
11290         * src/main.c
11291         * AUTHORS
11292                 Sync with HEAD
11293
11294 2005-01-03 [colin]      0.9.13cvs25.1
11295
11296         * src/pop.c
11297         * src/pop.h
11298                 Sync with HEAD
11299
11300 2005-01-03 [colin]      0.9.13cvs24.3
11301
11302         * src/account.c
11303                 Two patches from Alfons and Alex S Moore:
11304                 fix images, fix return value.
11305
11306 2005-01-01 [colin]      0.9.13cvs24.2
11307
11308         * src/prefs_actions.c
11309                 Fix over-zealous assertion. Patch by Alfons
11310
11311 2005-01-01 [colin]      0.9.13cvs24.1
11312
11313         * src/procmime.c
11314                 Sync with HEAD (leak fix)
11315
11316 2004-12-31 [colin]      0.9.13cvs23.2
11317
11318         * src/prefs_common.c
11319                 GTK2 widgets + stock buttons - patch by Alfons
11320
11321 2004-12-31 [paul]       0.9.13cvs23.1
11322
11323         * configure.ac
11324                 bump up EXTRA_VERSION to match (sync'ed) HEAD
11325         * src/gtk/pluginwindow.c
11326                 use GTK2 widgets and plug memory leaks,
11327                 patches by Alfons
11328
11329 2004-12-30 [colin]      0.9.13cvs22.4
11330
11331         * src/account.c
11332         * src/action.c
11333         * src/export.c
11334         * src/foldersel.c
11335         * src/import.c
11336         * src/message_search.c
11337         * src/prefs_actions.c
11338         * src/prefs_common.c
11339         * src/prefs_customheader.c
11340         * src/prefs_filtering.c
11341         * src/prefs_summary_column.c
11342         * src/summary_search.c
11343         * src/gtk/about.c
11344         * src/gtk/description_window.c
11345         * src/gtk/gtkutils.c
11346         * src/gtk/gtkutils.h
11347         * src/gtk/inputdialog.c
11348         * src/gtk/prefswindow.c
11349                 Use GTK2 stock buttons. Patches by Alfons.
11350
11351 2004-12-30 [colin]      0.9.13cvs22.3
11352
11353         * src/account.c
11354                 Sync with HEAD
11355         * src/prefs_actions.c
11356         * src/prefs_customheader.c
11357         * src/prefs_filtering.c
11358         * src/prefs_msg_colors.c
11359         * src/prefs_summary_column.c
11360         * src/gtk/prefswindow.c
11361                 Use GtkTreeView instead of deprecated 
11362                 widgets. Patches by Alfons.
11363
11364 2004-12-30 [paul]       0.9.13cvs22.2
11365
11366         * src/foldersel.c
11367                 use GTK 2 Tree View
11368                 patch by Alfons, with root folder sorting fix
11369                 by Stephan Sachse
11370
11371 2004-12-30 [paul]       0.9.13cvs22.1
11372
11373         * ChangeLog
11374         * ChangeLog.claws
11375         * ChangeLog.jp
11376         * NEWS
11377         * configure.ac
11378         * src/account.c
11379                 sync with HEAD
11380
11381 2004-12-22 [martin]     0.9.13cvs21.2
11382
11383         * src/action.c
11384                 free the command line after its use
11385
11386 2004-12-18 [paul]       0.9.13cvs21.1
11387
11388         * AUTHORS
11389         * ChangeLog
11390         * ChangeLog.claws
11391         * ChangeLog.jp
11392         * NEWS
11393         * configure.ac
11394         * src/action.c
11395         * src/compose.c
11396         * src/syldap.c
11397                 sync with HEAD
11398
11399 2004-12-17 [martin]     0.9.13cvs17.2
11400
11401         * src/action.c
11402                 convert actions input to locale
11403         * src/inc.c
11404                 convert notification command to locale
11405         * src/plugins/pgpmime/select-keys.c
11406                 convert attributes to utf8
11407
11408 2004-12-14 [colin]      0.9.13cvs17.1
11409
11410         * ChangeLog
11411         * ChangeLog.jp
11412         * ChangeLog.claws
11413         * src/action.c
11414         * src/common/utils.c
11415         * src/gtk/prefswindow.c
11416         * src/gtk/gtkutils.c
11417         * src/gtk/gtkutils.h
11418         * src/plugins/spamassassin/libspamc.c
11419                 Sync with HEAD
11420
11421 2004-12-13 [colin]      0.9.13cvs14.1
11422
11423         * src/quote_fmt_parse.y
11424                 Sync with HEAD
11425
11426 2004-12-10 [colin]      0.9.13cvs12.1
11427
11428         * src/prefs_themes.c
11429         * src/mainwindow.c
11430         * src/messageview.c
11431                 Sync with HEAD
11432
11433 2004-12-09 [colin]      0.9.13cvs10.1
11434
11435         * src/procmime.c
11436                 Sync with HEAD (fix B64 encoding from memory)
11437
11438 2004-12-08 [colin]      0.9.13cvs9.1
11439
11440         * src/gtk/colorlabel.c
11441                 Sync with HEAD
11442
11443 2004-12-08 [paul]       0.9.13cvs8.2
11444
11445         * src/gtk/pluginwindow.c
11446                 fix window resizing oddities
11447
11448 2004-12-08 [colin]      0.9.13cvs8.1
11449
11450         * src/quote_fmt_parse.y
11451                 Sync with HEAD
11452
11453 2004-12-08 [colin]      0.9.13cvs7.1
11454
11455         * src/matcher_parser_parse.y
11456         * src/msgcache.c
11457         * src/prefs_matcher.c
11458         * src/procheader.c
11459         * src/matcher.c
11460         * src/common/defs.h
11461         * po/sr.po
11462                 Sync with HEAD
11463
11464 2004-12-08 [colin]      0.9.13cvs6.1
11465
11466         * src/quote_fmt_parse.y
11467         * src/textview.c
11468                 Sync with HEAD
11469         * src/gtk/prefswindow.c
11470         * src/gtk/pluginwindow.c
11471                 Fix G_CALLBACKS protos (thanks to Alfons)
11472
11473 2004-12-07 [torte]      0.9.13cvs2.2
11474
11475         * src/procmime.c
11476                 [Bug 650] reply button causes crash
11477                 Thanks to David Relson and Christoph
11478
11479 2004-12-07 [colin]      0.9.13cvs2.1
11480
11481         * ChangeLog.claws
11482         * AUTHORS
11483         * po/sk.po
11484         * src/procmime.c
11485         * src/prefs_account.c
11486         * src/common/smtp.c
11487         * src/common/smtp.h
11488                 Sync with HEAD
11489
11490 2004-12-06 [colin]      0.9.12cvs187.1
11491
11492         * ChangeLog.claws
11493         * INSTALL
11494         * Makefile.am
11495         * README.claws
11496         * TODO.claws
11497         * configure.ac
11498         * po/bg.po
11499         * po/cs.po
11500         * po/el.po
11501         * po/en_GB.po
11502         * po/es.po
11503         * po/fr.po
11504         * po/hr.po
11505         * po/hu.po
11506         * po/it.po
11507         * po/ja.po
11508         * po/ko.po
11509         * po/nl.po
11510         * po/pl.po
11511         * po/pt_BR.po
11512         * po/ru.po
11513         * po/sk.po
11514         * po/sr.po
11515         * po/sv.po
11516         * po/zh_CN.po
11517         * po/zh_TW.Big5.po
11518         * src/compose.c
11519         * tools/Makefile.am
11520         * tools/README
11521         * tools/filter_conv.pl
11522         * tools/kdeservicemenu/README
11523         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11524         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11525                 Sync with HEAD
11526
11527 2004-12-04 [colin]      0.9.12cvs183.1
11528
11529         * src/compose.c
11530                 Sync with HEAD (compose window position saving)
11531
11532 2004-12-04 [paul]       0.9.12cvs182.3
11533
11534         * src/messageview.c
11535         * src/mimeview.c
11536         * src/prefs_customheader.c
11537         * src/gtk/quicksearch.c
11538                 replace some forgotten GTK_SIGNAL_FUNCs
11539
11540 2004-12-04 [paul]       0.9.12cvs182.2
11541
11542         * src/Makefile.am
11543                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
11544                 committed in error      
11545
11546 2004-12-04 [paul]       0.9.12cvs182.1
11547
11548         * ChangeLog
11549         * ChangeLog.claws
11550         * ChangeLog.jp
11551         * INSTALL
11552         * NEWS
11553         * README
11554         * README.jp
11555         * configure.ac
11556         * doc/manual/ja/Makefile.am
11557         * doc/manual/ja/sylpheed-1.html
11558         * doc/manual/ja/sylpheed-10.html
11559         * doc/manual/ja/sylpheed-11.html
11560         * doc/manual/ja/sylpheed-12.html
11561         * doc/manual/ja/sylpheed-13.html
11562         * doc/manual/ja/sylpheed-14.html
11563         * doc/manual/ja/sylpheed-15.html
11564         * doc/manual/ja/sylpheed-16.html
11565         * doc/manual/ja/sylpheed-17.html
11566         * doc/manual/ja/sylpheed-18.html
11567         * doc/manual/ja/sylpheed-19.html
11568         * doc/manual/ja/sylpheed-2.html
11569         * doc/manual/ja/sylpheed-20.html
11570         * doc/manual/ja/sylpheed-3.html
11571         * doc/manual/ja/sylpheed-4.html
11572         * doc/manual/ja/sylpheed-5.html
11573         * doc/manual/ja/sylpheed-6.html
11574         * doc/manual/ja/sylpheed-7.html
11575         * doc/manual/ja/sylpheed-8.html
11576         * doc/manual/ja/sylpheed-9.html
11577         * doc/manual/ja/sylpheed.html
11578         * doc/manual/ja/sylpheed.sgml
11579         * po/de.po
11580         * src/Makefile.am
11581         * src/compose.c
11582         * src/procmime.c
11583         * src/pixmaps/regular.xpm **REMOVED**
11584         * src/plugins/pgpmime/pgpmime.c
11585         * src/plugins/pgpmime/plugin.c
11586         * src/plugins/pgpmime/prefs_gpg.c
11587                 sync with HEAD
11588
11589 2004-12-03 [paul]       0.9.12cvs180.1
11590
11591         * ChangeLog
11592         * ChangeLog.claws
11593         * ChangeLog.jp
11594         * configure.ac
11595         * src/Makefile.am
11596         * src/pop.c
11597         * src/common/utils.c
11598         * src/common/utils.h
11599         * src/pixmaps/continue.xpm
11600         * src/pixmaps/dir_close.xpm
11601         * src/pixmaps/dir_open.xpm
11602         * src/pixmaps/drafts_close.xpm
11603         * src/pixmaps/drafts_open.xpm
11604         * src/pixmaps/folder.xpm **REMOVED**
11605         * src/pixmaps/group.xpm
11606         * src/pixmaps/unread.xpm
11607                 sync with HEAD
11608
11609 2004-12-02 [colin]      0.9.12cvs179.1
11610
11611         * src/compose.c
11612                 Sync with HEAD (non-duplicated reedition)
11613
11614 2004-12-02 [colin]      0.9.12cvs178.1
11615
11616         * src/compose.c
11617                 Sync with HEAD (linewrap_quote fix)
11618
11619 2004-12-01 [colin]      0.9.12cvs177.3
11620
11621         * src/addrharvest.c
11622                 Replace sizeof with strlen
11623
11624 2004-12-01 [paul]       0.9.12cvs177.2
11625
11626         * src/addrharvest.c
11627                 fix 'harvest addresses'
11628
11629 2004-11-30 [colin]      0.9.12cvs177.1
11630
11631         * src/gtk/prefswindow.c
11632         * src/gtk/pluginwindow.c
11633                 Sync with HEAD
11634
11635 2004-11-29 [colin]      0.9.12cvs176.1
11636
11637         * src/folderview.c
11638                 sync with HEAD (Fix disappearing separators in folderview's popup)
11639
11640 2004-11-29 [colin]      0.9.12cvs175.1
11641
11642         * src/procmime.c
11643                 Sync with head (another format fix)
11644
11645 2004-11-29 [colin]      0.9.12cvs174.1
11646
11647         * src/pop.c
11648                 Sync with HEAD (format string fix)
11649
11650 2004-11-26 [colin]      0.9.12cvs173.1
11651
11652         * src/common/smtp.c
11653         * src/common/smtp.h
11654                 Sync with HEAD
11655
11656 2004-11-24 [colin]      0.9.12cvs172.1
11657
11658         * src/plugins/pgpmime/pgpmime.c
11659                 Sync with HEAD
11660
11661 2004-11-24 [colin]      0.9.12cvs171.1
11662
11663         * src/plugins/pgpmime/pgpmime.c
11664                 Sync with head (gpgmectx leaks)
11665
11666 2004-11-24 [colin]      0.9.12cvs169.1
11667
11668         * src/plugins/pgpmime/plugin.c
11669         * src/plugins/trayicon/Makefile.am
11670         * src/plugins/trayicon/newmarkedmail.xpm
11671         * src/plugins/trayicon/trayicon.c
11672         * src/plugins/trayicon/unreadmarkedmail.xpm
11673                 Sync with HEAD
11674
11675 2004-11-23 [colin]      0.9.12cvs168.1
11676
11677         * src/partial_download.c
11678         * src/partial_download.h
11679         * src/plugins/pgpmime/plugin.c
11680                 Sync with HEAD
11681
11682 2004-11-23 [colin]      0.9.12cvs166.1
11683
11684         * src/Makefile.am
11685         * src/codeconv.c
11686         * src/compose.c
11687         * src/folderview.c
11688         * src/main.c
11689         * src/partial_download.c
11690         * src/partial_download.h
11691         * src/prefs_account.c
11692         * src/prefs_account.h
11693         * src/privacy.c
11694         * src/privacy.h
11695         * src/procmime.c
11696         * src/common/Makefile.am
11697         * src/common/base64.h
11698         * src/common/partial_download.c
11699         * src/common/partial_download.h
11700         * src/gtk/prefswindow.c
11701         * src/gtk/prefswindow.h
11702         * src/plugins/pgpmime/pgpmime.c
11703         * src/plugins/pgpmime/prefs_gpg.c
11704         * src/plugins/pgpmime/prefs_gpg.h
11705         * src/plugins/pgpmime/sgpgme.c
11706         * src/plugins/pgpmime/sgpgme.h
11707                 Sync with HEAD
11708
11709 2004-11-23 [colin]      0.9.12cvs163.1
11710
11711         * src/main.c
11712                 Sync with HEAD (cursor optimization)
11713
11714 2004-11-23 [colin]      0.9.12cvs162.1
11715
11716         * src/prefs_common.c
11717         * src/prefs_themes.c
11718         * src/procmsg.c
11719                 Sync with HEAD
11720
11721 2004-11-23 [colin]      0.9.12cvs158.9
11722
11723         * src/compose.c
11724                 Fix double-free when forwarding
11725         * src/msgcache.c
11726                 Fix leak on error path
11727                 
11728
11729 2004-11-23 [colin]      0.9.12cvs158.8
11730
11731         * src/compose.c
11732                 Fix possible double-free
11733                 Spotted by Alfons
11734
11735 2004-11-23 [colin]      0.9.12cvs158.7
11736
11737         * src/compose.c
11738                 Fix some signal handlers' prototypes
11739                 Spotted by Alfons
11740
11741 2004-11-22 [colin]      0.9.12cvs158.6
11742
11743         * src/compose.c
11744                 Remove unneeded code and duplicated
11745                 wrapping - patch by Alfons
11746
11747 2004-11-22 [colin]      0.9.12cvs158.5
11748
11749         * src/prefs_themes.c
11750                 Fix oversized selector
11751
11752 2004-11-22 [colin]      0.9.12cvs158.4
11753
11754         * src/compose.c
11755                 fix dump_text()
11756                 patch by Alfons
11757
11758 2004-11-19 [colin]      0.9.12cvs158.3
11759
11760         * src/textview.c
11761                 Add a context menu on links (open, copy)
11762
11763 2004-11-18 [paul]       0.9.12cvs158.2
11764
11765         * src/addrgather.c
11766         * src/exphtmldlg.c
11767         * src/expldifdlg.c
11768         * src/mimeview.c
11769         * src/prefs_common.c
11770         * src/plugins/image_viewer/viewer.c
11771         * src/plugins/spamassassin/spamassassin_gtk.c
11772                 replace deprecated gtk_notebook_set_page
11773                 and gtk_notebook_current_page
11774
11775 2004-11-18 [paul]       0.9.12cvs158.1
11776
11777         * configure.ac
11778         * src/compose.c
11779         * src/mainwindow.c
11780         * src/messageview.c
11781         * src/prefs_common.c
11782         * src/common/utils.c
11783         * src/common/utils.h
11784                 sync with HEAD
11785
11786 2004-11-17 [colin]      0.9.12cvs156.1
11787
11788         * src/prefs_account.c
11789         * src/prefs_account.h
11790         * src/procmsg.c
11791                 Sync with HEAD (add pref to store encrypted mails encrypted)
11792
11793 2004-11-17 [paul]       0.9.12cvs155.1
11794
11795         * ChangeLog
11796         * ChangeLog.claws
11797         * ChangeLog.jp
11798         * NEWS
11799         * configure.ac
11800         * src/compose.c
11801         * src/jpilot.c
11802         * src/privacy.c
11803         * src/procmime.c
11804         * src/procmime.h
11805         * src/procmsg.c
11806         * src/toolbar.c
11807         * src/pixmaps/error.xpm
11808                 sync with HEAD
11809
11810 2004-11-17 [colin]      0.9.12cvs151.1
11811
11812         * src/plugins/pgpmime/pgpmime.c
11813                 Sync with HEAD (remove debug printf)
11814
11815 2004-11-17 [colin]      0.9.12cvs150.1
11816
11817         * src/plugins/pgpmime/pgpmime.c
11818                 Sync with HEAD (off-by-one fix)
11819
11820 2004-11-17 [colin]      0.9.12cvs149.1
11821
11822         * src/procmsg.c
11823                 Sync with HEAD (coding style fixes)
11824
11825 2004-11-16 [colin]      0.9.12cvs148.1
11826
11827         * src/procmsg.c
11828                 Sync with head (Fix the fix)
11829
11830 2004-11-16 [colin]      0.9.12cvs147.1
11831
11832         * src/procmsg.c
11833                 Sync with Main (leak fix)
11834
11835 2004-11-16 [colin]      0.9.12cvs146.14
11836
11837         * src/compose.c
11838                 Remove useless chunk of code
11839                 Patch by Alfons
11840
11841 2004-11-15 [colin]      0.9.12cvs146.13
11842
11843         * src/compose.c
11844                 Fix drafting after insertion
11845                 Patch by Alfons
11846
11847 2004-11-15 [colin]      0.9.12cvs146.12
11848
11849         * src/compose.c
11850         * src/prefs_filtering.c
11851         * src/prefs_filtering_action.c
11852         * src/prefs_toolbar.c
11853                 Fix some const-correctness
11854
11855 2004-11-15 [colin]      0.9.12cvs146.11
11856
11857         * src/summaryview.c
11858         * src/prefs_themes.c
11859         * src/messageview.c
11860                 Fix some leaks
11861
11862 2004-11-15 [colin]      0.9.12cvs146.10
11863
11864         * src/codeconv.c
11865                 More unreadable locale fixes
11866
11867 2004-11-14 [colin]      0.9.12cvs146.9
11868
11869         * src/textview.c
11870                 Fix uri_security_check
11871                 Patch by Alfons
11872
11873 2004-11-13 [paul]       0.9.12cvs146.8
11874
11875         * src/folder.c
11876         * src/procmime.c
11877                 fix 2 bugs introduced in last commit
11878
11879 2004-11-13 [paul]       0.9.12cvs146.7
11880
11881         * src/compose.c
11882         * src/exporthtml.c
11883         * src/exportldif.c
11884         * src/folder.c
11885         * src/imap.c
11886         * src/imap_gtk.c
11887         * src/main.c
11888         * src/mainwindow.c
11889         * src/messageview.c
11890         * src/mh_gtk.c
11891         * src/prefs_themes.c
11892         * src/procmime.c
11893         * src/setup.c
11894         * src/summaryview.c
11895                 replace deprecated g_basename
11896
11897 2004-11-13 [paul]       0.9.12cvs146.6
11898
11899         * src/compose.c
11900         * src/imap.c
11901         * src/matcher_parser.h
11902         * src/matcher_parser_parse.y
11903         * src/prefs_filtering.c
11904         * src/prefs_filtering_action.c
11905         * src/prefs_themes.c
11906         * src/prefs_toolbar.c
11907         * src/common/utils.c
11908                 various small fixes/cleanups
11909
11910 2004-11-12 [colin]      0.9.12cvs146.5
11911
11912         * src/textview.c
11913                 Validate event's origin on visibility notify
11914                 Patch by Alfons.
11915
11916 2004-11-12 [paul]       0.9.12cvs146.4
11917
11918         * src/exporthtml.c
11919         * src/exportldif.c
11920         * src/imap.c
11921         * src/mh.c
11922         * src/mimeview.c
11923         * src/prefs_spelling.c
11924         * src/prefs_themes.c
11925                 replace deprecated g_dirname    
11926
11927 2004-11-12 [colin]      0.9.12cvs146.3
11928
11929         * src/textview.c
11930                 Some coding style fixes
11931
11932 2004-11-12 [colin]      0.9.12cvs146.2
11933
11934         * src/codeconv.c
11935                 We want to replace _all_ extended chars in
11936                 conv_unreadable_*, because any string containing
11937                 extended chars not parsing as UTF8 is 
11938                 undisplayed on gtk2.
11939
11940 2004-11-12 [paul]       0.9.12cvs146.1
11941
11942         * ChangeLog
11943         * ChangeLog.claws
11944         * ChangeLog.jp
11945         * NEWS
11946         * configure.ac
11947         * src/account.c
11948         * src/folderview.c
11949         * src/folderview.h
11950         * src/imap.c
11951         * src/imap_gtk.c
11952         * src/inc.c
11953         * src/mainwindow.c
11954         * src/mh_gtk.c
11955         * src/news_gtk.c
11956         * src/pop.c
11957         * src/prefs_account.c
11958         * src/prefs_account.h
11959         * src/prefs_ext_prog.c
11960         * src/procmime.c
11961         * src/procmime.h
11962         * src/procmsg.c
11963         * src/procmsg.h
11964         * src/summary_search.c
11965         * src/summaryview.c
11966         * src/textview.c
11967         * src/common/defs.h
11968         * src/common/utils.c
11969         * src/common/utils.h
11970         * src/gtk/menu.c
11971         * src/gtk/menu.h
11972                 sync with HEAD
11973
11974 2004-11-11 [colin]      0.9.12cvs144.2
11975
11976         * src/textview.c
11977                 Fix URI range selection (patch by Alfons)
11978
11979 2004-11-09 [colin]      0.9.12cvs144.1
11980
11981         * ChangeLog.claws
11982         * src/compose.c
11983         * src/folder.c
11984         * src/folder_item_prefs.c
11985         * src/prefs_account.c
11986         * src/prefs_account.h
11987         * src/plugins/pgpmime/pgpmime.c
11988                 Sync with HEAD
11989
11990 2004-11-08 [colin]      0.9.12cvs143.1
11991
11992         * src/summaryview.c
11993                 Sync with HEAD (optimize quicksearch)
11994
11995 2004-11-08 [colin]      0.9.12cvs142.2
11996
11997         * src/compose.c
11998                 Don't wrap when Edit/Auto wrapping is disabled
11999
12000 2004-11-08 [colin]      0.9.12cvs142.1
12001
12002         * src/textview.c
12003                 Sync with HEAD
12004
12005 2004-11-08 [colin]      0.9.12cvs141.1
12006
12007         * src/textview.c
12008                 Sync with HEAD (fix some mail URIs)
12009
12010 2004-11-08 [colin]      0.9.12cvs140.3
12011
12012         * src/textview.c
12013                 o Use text cursor instead of arrow when
12014                   not on a link
12015                 o Fix handling of contiguous links (as in
12016                   "colin@colino.net" <colin@colino.net>)
12017                   This one unveils a bug in get_email_part()
12018
12019 2004-11-07 [colin]      0.9.12cvs140.2
12020
12021         * src/textview.c
12022                 Fix memleak. Patch by Alfons.
12023
12024 2004-11-06 [colin]      0.9.12cvs140.1
12025
12026         * src/compose.c
12027                 Sync with HEAD (don't ask passphrase
12028                 when drafting)
12029
12030 2004-11-06 [paul]       0.9.12cvs139.2
12031
12032         * AUTHORS
12033         * src/textview.c
12034         * src/textview.h
12035                 textview URI handling. hovering over a 
12036                 link displays it in the status bar,
12037                 and changes the mouse pointer to a hand 
12038                 cursor. a link is activated with a single 
12039                 click. (Modified from the) patch by Jean-Yves 
12040                 Lefort <jylefort@users.sourceforge.net>
12041                 
12042
12043 2004-11-05 [colin]      0.9.12cvs139.1
12044
12045         * src/compose.c
12046         * src/procmime.c
12047                 Sync with HEAD again ^^
12048
12049 2004-11-05 [colin]      0.9.12cvs139.1
12050
12051         * src/compose.c
12052         * src/procmime.c
12053                 Sync with HEAD
12054
12055 2004-11-03 [paul]       0.9.12cvs138.1
12056
12057         * ChangeLog.claws
12058         * configure.ac
12059         * po/POTFILES.in
12060         * src/prefs_ext_prog.c
12061         * src/procmime.c
12062         * tools/kdeservicemenu/README
12063         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12064         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12065                 sync with HEAD
12066
12067 2004-11-01 [christoph]  0.9.12cvs136.2
12068
12069         * src/procmime.c
12070                 convert MIME parameters to UTF-8
12071
12072 2004-10-29 [colin]      0.9.12cvs136.1
12073
12074         * src/common/utils.c
12075                 Sync with HEAD (don't use '=' in mime boundary)
12076
12077 2004-10-29 [paul]       0.9.12cvs135.1
12078
12079         * configure.ac
12080         * doc/src/rfc2231.txt
12081         * src/procmime.c
12082         * src/common/quoted-printable.c
12083         * src/common/utils.c
12084         * src/common/utils.h
12085                 sync with HEAD
12086
12087 2004-10-27 [paul]       0.9.12cvs134.1
12088
12089         * configure.ac
12090         * src/main.c
12091         * src/procmime.c
12092         * src/plugins/pgpmime/pgpmime.c
12093                 sync with HEAD
12094
12095 2004-10-26 [paul]       0.9.12cvs132.3
12096
12097         * src/account.c
12098         * src/addressbook.c
12099         * src/addrgather.c
12100         * src/addrharvest.c
12101         * src/codeconv.c
12102         * src/compose.c
12103         * src/customheader.c
12104         * src/editaddress.c
12105         * src/editgroup.c
12106         * src/enriched.c
12107         * src/expldifdlg.c
12108         * src/exporthtml.c
12109         * src/exportldif.c
12110         * src/folder.c
12111         * src/foldersel.c
12112         * src/folderview.c
12113         * src/grouplistdialog.c
12114         * src/html.c
12115         * src/imap.c
12116         * src/jpilot.c
12117         * src/ldapserver.c
12118         * src/ldif.c
12119         * src/mimeview.c
12120         * src/news.c
12121         * src/news_gtk.c
12122         * src/pop.c
12123         * src/prefs_display_header.c
12124         * src/prefs_gtk.c
12125         * src/prefs_msg_colors.c
12126         * src/prefs_toolbar.c
12127         * src/procheader.c
12128         * src/procmime.c
12129         * src/summaryview.c
12130         * src/textview.c
12131         * src/toolbar.c
12132         * src/vcard.c
12133         * src/common/mgutils.c
12134         * src/common/nntp.c
12135         * src/common/smtp.c
12136         * src/common/template.c
12137         * src/common/utils.c
12138         * src/common/xmlprops.c
12139         * src/plugins/pgpmime/pgpmime.c
12140         * src/plugins/pgpmime/select-keys.c
12141         * src/plugins/pgpmime/sgpgme.c
12142                 replace deprecated g_strcasecmp(), g_strncasecmp(),
12143                 g_string_sprintfa(), gtk_notebook_current_page()
12144
12145 2004-10-26 [colin]      0.9.12cvs132.2
12146
12147         * src/prefs_folder_item.c
12148                 Fix default-account selection
12149
12150 2004-10-21 [colin]      0.9.12cvs133
12151
12152         * src/compose.c
12153                 Sync with HEAD (Remove extra separator in compose's Options)
12154         * src/textview.c
12155                 Set wrapping to char
12156
12157 2004-10-21 [paul]       0.9.12cvs131.2
12158
12159         * src/compose.c
12160         * src/sourcewindow.c
12161                 fix wrapping
12162                 fix window shrinking 
12163
12164 2004-10-21 [colin]      0.9.12cvs131.1
12165
12166         * ChangeLog.claws
12167         * src/compose.c
12168                 Sync with HEAD
12169
12170 2004-10-21 [paul]       0.9.12cvs130.2
12171
12172         * src/prefs_folder_item.c
12173                 sync with HEAD (Apply to subfolders)
12174
12175 2004-10-19 [colin]      0.9.12cvs130.1
12176
12177         * ChangeLog.claws
12178         * src/compose.c
12179         * src/common/utils.c
12180         * src/gtk/menu.c
12181                 Sync with HEAD
12182
12183 2004-10-19 [colin]      0.9.12cvs128.1
12184
12185         * src/addrbook.c
12186         * src/addrcache.c
12187         * src/addressbook.c
12188         * src/codeconv.c
12189         * src/compose.c
12190         * src/customheader.c
12191         * src/editaddress.c
12192         * src/editgroup.c
12193         * src/exporthtml.c
12194         * src/folder.c
12195         * src/folderview.c
12196         * src/imap.c
12197         * src/jpilot.c
12198         * src/main.c
12199         * src/matcher_parser_parse.y
12200         * src/mbox.c
12201         * src/pop.c
12202         * src/prefs_account.c
12203         * src/prefs_gtk.c
12204         * src/prefs_msg_colors.c
12205         * src/procheader.c
12206         * src/procmime.c
12207         * src/procmime.h
12208         * src/procmsg.c
12209         * src/summaryview.c
12210         * src/textview.c
12211         * src/common/base64.c
12212         * src/common/partial_download.c
12213         * src/common/socket.c
12214         * src/common/sylpheed.c
12215         * src/common/utils.c
12216         * src/common/utils.h
12217         * src/gtk/pluginwindow.c
12218         * src/gtk/quicksearch.c
12219         * src/plugins/clamav/clamav_plugin.c
12220         * src/plugins/clamav/clamav_plugin.h
12221         * src/plugins/clamav/clamav_plugin_gtk.c
12222         * src/plugins/pgpmime/passphrase.c
12223         * src/plugins/pgpmime/pgpmime.c
12224         * src/plugins/pgpmime/plugin.c
12225         * src/plugins/pgpmime/prefs_gpg.c
12226         * src/plugins/pgpmime/prefs_gpg.h
12227         * src/plugins/pgpmime/select-keys.c
12228         * src/plugins/pgpmime/sgpgme.c
12229         * src/plugins/spamassassin/libspamc.c
12230         * src/plugins/spamassassin/spamassassin.c
12231         * src/plugins/spamassassin/spamassassin.h
12232         * src/plugins/spamassassin/spamassassin_gtk.c
12233         * src/plugins/trayicon/trayicon.c
12234         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
12235                 Sync with HEAD
12236
12237 2004-10-14 [colin]      0.9.12cvs126.2
12238
12239         * src/codeconv.c
12240         * src/textview.c
12241                 Fix conv_unreadable_locale
12242
12243 2004-10-13 [colin]      0.9.12cvs126.1
12244
12245         * src/compose.c
12246                 Sync with HEAD (don't convert charset for 
12247                 drafted messages, minor cleanup)
12248
12249 2004-10-13 [colin]      0.9.12cvs125.1
12250
12251         * po/POTFILES.in
12252                 Sync with HEAD (POTFILES fix)
12253
12254 2004-10-12 [colin]      0.9.12cvs124.3
12255
12256         * src/compose.c
12257                 Fix encoding bug from latest sync
12258
12259 2004-10-12 [paul]       0.9.12cvs124.2
12260
12261         * src/plugins/pgpmime/prefs_gpg.c
12262         * src/plugins/pgpmime/prefs_gpg.h
12263                 forgotten in last commit        
12264
12265 2004-10-12 [paul]       0.9.12cvs124.1
12266
12267         * ChangeLog.claws
12268         * configure.ac
12269         * m4/spamassassin.m4
12270         * src/Makefile.am
12271         * src/account.c
12272         * src/compose.c
12273         * src/compose.h
12274         * src/crash.c
12275         * src/main.c
12276         * src/mimeview.c
12277         * src/passphrase.c
12278         * src/passphrase.h
12279         * src/prefs_account.c
12280         * src/prefs_account.h
12281         * src/prefs_common.c
12282         * src/privacy.c
12283         * src/privacy.h
12284         * src/procmime.c
12285         * src/procmime.h
12286         * src/procmsg.c
12287         * src/rfc2015.c
12288         * src/rfc2015.h
12289         * src/select-keys.c
12290         * src/select-keys.h
12291         * src/textview.c
12292         * src/common/utils.c
12293         * src/common/utils.h
12294         * src/gtk/about.c
12295         * src/plugins/pgpmime/Makefile.am
12296         * src/plugins/pgpmime/passphrase.c
12297         * src/plugins/pgpmime/passphrase.h
12298         * src/plugins/pgpmime/pgpmime.c
12299         * src/plugins/pgpmime/plugin.c
12300         * src/plugins/pgpmime/select-keys.c
12301         * src/plugins/pgpmime/select-keys.h
12302         * src/plugins/pgpmime/sgpgme.c
12303         * src/plugins/pgpmime/sgpgme.h
12304                 sync with HEAD
12305
12306 2004-10-04 [colin]      0.9.12cvs122.1
12307
12308         * src/mainwindow.c
12309         * src/messageview.c
12310         * src/messageview.h
12311         * src/textview.c
12312                 Sync with HEAD
12313
12314 2004-10-04 [colin]      0.9.12cvs121.1
12315
12316         * src/summaryview.c
12317                 Sync with HEAD
12318
12319 2004-10-04 [paul]       0.9.12cvs120.1
12320
12321         * configure.ac
12322                 sync with HEAD [don't try to build 
12323                 pgpmime plugin when gpgme is disabled]
12324
12325 2004-10-03 [colin]      0.9.12cvs119.3
12326
12327         * src/gtk/gtksctree.c
12328                 Lots of side effects. Put back as before 117.2.
12329         * src/summaryview.c
12330                 Fix bug #602
12331
12332 2004-10-03 [colin]      0.9.12cvs119.2
12333
12334         * src/gtk/gtksctree.c
12335                 Revert 608 fix that doesn't work that good
12336
12337 2004-10-02 [colin]      0.9.12cvs119.1
12338
12339         * src/mainwindow.c
12340         * src/messageview.c
12341         * src/prefs_common.h
12342         * src/procmime.c
12343         * src/procmime.h
12344         * src/textview.c
12345                 Sync with HEAD
12346         * src/gtk/gtksctree.c
12347                 Close bug #608
12348
12349 2004-10-01 [colin]      0.9.12cvs118.1
12350
12351         * src/mimeview.c
12352                 Sync with HEAD (better Save All fix)
12353
12354 2004-10-01 [colin]      0.9.12cvs117.2
12355
12356         * src/gtk/gtksctree.c
12357                 Faster on selection
12358
12359 2004-10-01 [colin]      0.9.12cvs117.1
12360
12361         * src/mimeview.c
12362                 Sync with HEAD (Save All: only attachments)
12363
12364 2004-10-01 [paul]       0.9.12cvs116.1
12365
12366         * ChangeLog.claws
12367         * configure.ac
12368         * src/account.c
12369         * src/prefs_common.c
12370         * src/gtk/colorlabel.c
12371                 sync with HEAD
12372
12373 2004-09-30 [colin]      0.9.12cvs115.1
12374
12375         * src/stock_pixmap.c
12376         * src/stock_pixmap.h
12377         * src/folderview.c
12378         * src/Makefile.am
12379         * src/pixmaps/read.xpm
12380                 Sync with HEAD (new pixmap)
12381
12382 2004-09-29 [colin]      0.9.12cvs114.1
12383
12384         * src/compose.c
12385                 Sync with HEAD
12386                 Fix focus handling in headers
12387
12388 2004-09-29 [paul]       0.9.12cvs113.1
12389
12390         * src/quote_fmt_parse.y
12391                 sync with HEAD
12392  
12393
12394 2004-09-28 [colin]      0.9.12cvs112.1
12395
12396         * src/folderview.c
12397         * src/mainwindow.c
12398                 Sync with HEAD
12399
12400 2004-09-28 [colin]      0.9.12cvs110.1
12401
12402         * src/folderview.c
12403                 Sync with HEAD (Contextual Empty trash menu)
12404
12405 2004-09-28 [colin]      0.9.12cvs108.1
12406
12407         * src/addressbook.c
12408                 Sync with HEAD (addressbook edit on double-click)
12409
12410 2004-09-28 [colin]      0.9.12cvs106.1
12411
12412         * src/inc.c
12413                 Sync with HEAD (folder_item freeze on inc)
12414
12415 2004-09-27 [colin]      0.9.12cvs105.1
12416
12417         * src/folderview.c
12418                 Sync with HEAD (right-align new and unread column)
12419
12420 2004-09-27 [colin]      0.9.12cvs104.1
12421
12422         * src/main.c
12423                 Sync with HEAD (revert 0.9.12cvs101)
12424
12425 2004-09-24 [colin]      0.9.12cvs103.2
12426
12427         * src/wizard.c
12428                 Fix gtk warnings and use domain part of the email address 
12429                 when domain detection fails (no dot in domain name)
12430
12431 2004-09-23 [colin]      0.9.12cvs103.1
12432
12433         * src/plugins/spamassassin/libspamc.c
12434         * src/plugins/spamassassin/libspamc.h
12435         * src/plugins/spamassassin/utils.c
12436         * src/plugins/spamassassin/utils.h
12437                 Sync with HEAD (Update spamassassin to 3.0)
12438
12439 2004-09-21 [colin]      0.9.12cvs102.3
12440
12441         * src/action.c
12442                 Add horizontal scrollbar in action io dialog as needed
12443                 Patch by Alfons.
12444
12445 2004-09-20 [colin]      0.9.12cvs102.2
12446
12447         * src/plugins/image_viewer/viewer.c
12448                 Remove imlib stuff
12449                 use gtk_pixmap_set when clearing
12450                 (would be better to use gtkImages, but causes size-allocate 
12451                 signals storm)
12452
12453 2004-09-17 [paul]       0.9.12cvs102.1
12454
12455         * ChangeLog
12456         * ChangeLog.claws
12457         * ChangeLog.jp
12458         * configure.ac
12459         * src/inc.c
12460                 sync with HEAD
12461
12462
12463 2004-09-17 [colin]      0.9.12cvs101.1
12464
12465         * ChangeLog.claws
12466         * src/main.c
12467                 Sync with HEAD (fix segs at exit)
12468
12469 2004-09-14 [colin]      0.9.12cvs99.5
12470
12471         * src/common/socket.c
12472         * AUTHORS
12473                 Fix send error on 64bit platforms
12474                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
12475
12476 2004-09-14 [colin]      0.9.12cvs99.4
12477
12478         * src/action.c
12479                 Fix action output with utf8 
12480                 Patch by Alfons.
12481
12482 2004-09-14 [colin]      0.9.12cvs99.3
12483
12484         * ChangeLog.claws
12485         * src/folder.c
12486                 Sync with HEAD
12487
12488 2004-09-09 [colin]      0.9.12cvs99.2
12489
12490         * src/action.c
12491                 Fix progress bar (displaying "Completed %v/%u")
12492                 Patch by Alfons.
12493
12494 2004-09-08 [colin]      0.9.12cvs99.1
12495
12496         * src/account.c
12497         * src/folder.c
12498         * src/procmsg.c
12499         * src/procmsg.h
12500         * src/plugins/pgpmime/pgpmime.c
12501                 Sync with HEAD
12502
12503 2004-09-08 [colin]      0.9.12cvs97.2
12504
12505         * src/summaryview.c
12506                 Don't select mails in collapsed threads 
12507                 when navigating with up/down
12508
12509 2004-09-07 [colin]      0.9.12cvs97.1
12510
12511         * src/inc.c
12512                 Sync with HEAD (meaningful error messages)
12513
12514 2004-09-06 [colin]      0.9.12cvs96.1
12515
12516         * src/toolbar.c
12517                 Sync with HEAD (fix Redirect graying out)
12518
12519 2004-09-06 [colin]      0.9.12cvs95.1
12520
12521         * src/summaryview.c
12522         * src/mimeview.c
12523                 Sync with HEAD (fix dropped URIs)
12524
12525 2004-09-06 [colin]      0.9.12cvs94.1
12526
12527         * src/addressbook.c
12528         * src/addressitem.h
12529         * src/addritem.c
12530         * src/addritem.h
12531                 Sync with HEAD (addressbook DnD)
12532
12533 2004-09-03 [colin]      0.9.12cvs93.1
12534
12535         * src/summaryview.c
12536                 Sync with HEAD (next/prev unread)
12537
12538 2004-09-03 [colin]      0.9.12cvs92.1
12539
12540         * src/prefs_common.c
12541         * src/prefs_common.h
12542         * src/summaryview.c
12543                 Sync with HEAD ('mark_as_read_delay' pref)
12544
12545 2004-09-02 [colin]      0.9.12cvs91.2
12546
12547         * src/common/xml.c
12548                 Fix leak
12549
12550 2004-09-02 [colin]      0.9.12cvs91.1
12551
12552         * src/gtk/menu.c
12553                 Sync with HEAD (menu accel don't work, but whatever)
12554
12555 2004-09-02 [colin]      0.9.12cvs90.1
12556
12557         * src/account.c
12558                 Sync with HEAD (fix bug 582)
12559
12560 2004-09-02 [colin]      0.9.12cvs89.1
12561
12562         * src/addrindex.c
12563                 Sync with HEAD (free deleted queries)
12564
12565 2004-09-02 [colin]      0.9.12cvs88.1
12566
12567         * src/ldapquery.c
12568                 Sync with HEAD (fix LDAP freezes)
12569
12570 2004-09-02 [colin]      0.9.12cvs87.1
12571
12572         * src/prefs_spelling.c
12573                 Sync with HEAD (add default dictionary)
12574
12575 2004-09-01 [colin]      0.9.12cvs86.1
12576
12577         * src/filtering.c
12578         * src/folderview.c
12579         * src/imap.c
12580         * src/prefs_matcher.c
12581         * src/stock_pixmap.c
12582         * src/summary_search.c
12583         * src/summaryview.c
12584         * src/wizard.c
12585         * src/wizard.h
12586                 Sync with HEAD (uninitialized vars fixes)
12587                 + gtk2 specific warning fixes
12588
12589 2004-08-31 [colin]      0.9.12cvs85.1
12590
12591         * src/folder.c
12592                 Sync with HEAD (Fix memory corruption due to 
12593                 uninitialized var)
12594
12595 2004-08-31 [colin]      0.9.12cvs84.4
12596
12597         * src/summary_search.c
12598                 Fix segfaults when searching in folders with broken headers
12599
12600 2004-08-31 [colin]      0.9.12cvs84.3
12601
12602         * src/compose.c
12603         * src/textview.c
12604                 Fix some more encoding/decoding issues
12605
12606 2004-08-30 [colin]      0.9.12cvs84.2
12607
12608         * src/mimeview.c
12609         * src/prefs_themes.c
12610         * src/gtk/filesel.c
12611         * src/gtk/filesel.h
12612                 Add a folder-mode selection (fixes mimeview's "Save all")
12613
12614 2004-08-29 [colin]      0.9.12cvs84.1
12615
12616         * src/mimeview.c
12617                 Sync with HEAD (don't escape saved filenames)
12618
12619 2004-08-27 [colin]      0.9.12cvs83.1
12620
12621         * ChangeLog
12622         * ChangeLog.claws
12623         * ChangeLog.jp
12624         * src/mh.c
12625         * src/procheader.c
12626         * src/procmsg.c
12627         * src/procmsg.h
12628         * src/common/utils.c
12629         * src/gtk/menu.h
12630         * po/
12631                 Sync with HEAD 0.9.12cvs83 (sync with main)
12632
12633 2004-08-26 [colin]      0.9.12cvs82.4
12634
12635         * src/codeconv.c
12636                 Fix strange stack corruption
12637                 Convert to utf8 after unmime, not before
12638
12639 2004-08-26 [colin]      0.9.12cvs82.3
12640
12641         * src/main.c
12642         * src/wizard.c
12643                 Fix account folders duplication
12644
12645 2004-08-25 [colin]      0.9.12cvs82.2
12646
12647         * src/wizard.c
12648                 Remove ports
12649                 Add SSL selection
12650                 Use login@server as account name
12651
12652 2004-08-25 [colin]      0.9.12cvs82.1
12653
12654         * src/plugins/pgpmime/pgpmime.c
12655                 Sync with HEAD (leak fix).
12656
12657 2004-08-25 [colin]      0.9.12cvs81.1
12658
12659         * src/plugins/pgpmime/pgpmime.c
12660         * src/plugins/pgpmime/sgpgme.c
12661         * src/plugins/pgpmime/sgpgme.h
12662                 Sync with HEAD (Handle combined messages).
12663
12664 2004-08-24 [colin]      0.9.12cvs80.3
12665
12666         * src/wizard.c
12667                 Fix full name, ports, and imap
12668
12669 2004-08-24 [colin]      0.9.12cvs80.2
12670
12671         * src/Makefile.am
12672         * src/main.c
12673         * src/setup.c
12674         * src/setup.h
12675         * src/stock_pixmap.c
12676         * src/stock_pixmap.h
12677         * src/wizard.c ** ADDED **
12678         * src/wizard.h ** ADDED ** 
12679         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
12680                 Add a setup wizard 
12681
12682 2004-08-24 [colin]      0.9.12cvs80.1
12683
12684         * src/folder.c
12685                 Sync with HEAD (set mimeflags on all messages)
12686
12687 2004-08-24 [colin]      0.9.12cvs79.3
12688
12689         * src/matcher_parser_lex.l
12690                 Fix 8bits strings not in utf8
12691
12692 2004-08-24 [colin]      0.9.12cvs79.2
12693
12694         * src/compose.c
12695                 Check conversion result before replacing buffer
12696
12697 2004-08-23 [colin]      0.9.12cvs79.1
12698
12699         * src/compose.c
12700                 Sync with HEAD (create message header in memory)
12701
12702 2004-08-23 [colin]      0.9.12cvs78.1
12703
12704         * src/rfc2015.c
12705         * src/rfc2015.h
12706                 Sync with HEAD (fix bug 197 again)
12707
12708 2004-08-23 [colin]      0.9.12cvs77.3
12709
12710         * src/compose.c
12711                 Fix again inline gpg signing (which outputs utf8
12712                 in gtk2). Not syncing this fix to HEAD as this 
12713                 code is meant to die.
12714
12715 2004-08-23 [colin]      0.9.12cvs77.2
12716
12717         * src/prefs_account.h
12718                 Remove useless include
12719
12720 2004-08-23 [colin]      0.9.12cvs77.1
12721
12722         * src/imap.c
12723         * po/es.po
12724         * po/fr.po
12725         * po/it.po
12726         * po/pl.po
12727         * po/pt_BR.po
12728         * po/sk.po
12729         * po/sr.po
12730                 Sync with HEAD (fix bug 577)
12731
12732 2004-08-22 [colin]      0.9.12cvs76.1
12733
12734         * src/plugins/trayicon/trayicon.c
12735                 Sync with HEAD (fix formatting bug)
12736
12737 2004-08-21 [colin]      0.9.12cvs74.2
12738
12739         * src/gtk/colorsel.c
12740                 Fix bug 564 (Folder color selection window exits on any
12741                 keypress)
12742
12743 2004-08-21 [colin]      0.9.12cvs74.1
12744
12745         * ChangeLog.claws
12746         * src/compose.c
12747         * src/summaryview.c
12748         * src/toolbar.c
12749                 Sync with HEAD (fix bug 576)
12750
12751 2004-08-21 [colin]      0.9.12cvs70.1
12752
12753         * src/compose.c
12754         * src/mainwindow.c
12755                 Sync with HEAD
12756                 
12757
12758 2004-08-21 [paul]       0.9.12cvs66.4
12759
12760         * src/mainwindow.c
12761         * src/messageview.c
12762         * src/gtk/menu.c
12763         * src/plugins/spamassassin/spamassassin_gtk.c
12764                 remove some deprecated gtk1 functions
12765
12766
12767 2004-08-21 [colin]      0.9.12cvs66.3
12768
12769         * src/compose.c
12770         * src/codeconv.c
12771                 Fix warnings
12772                 Remove encoding hacks
12773                 Fix bug 575 (Strange character messes up message)
12774                 Don't display conversion error when drafting
12775
12776 2004-08-21 [paul]       0.9.12cvs66.2
12777
12778         * src/prefs_account.c
12779                 fix GnuPG mode bugs
12780
12781
12782 2004-08-20 [colin]      0.9.12cvs66.1
12783
12784         * src/codeconv.c
12785                 Sync with HEAD 0.9.12cvs66
12786
12787 2004-08-20 [paul]
12788
12789         * src/plugins/pgpmime/plugin.c
12790                 modify PGP/MIME plugin's description
12791
12792 2004-08-17 [colin]      0.9.12cvs65.1
12793
12794         * src/common/ssl.c
12795         * src/plugins/pgpmime/plugin.c
12796                 Sync with HEAD
12797
12798 2004-08-14 [colin]      0.9.12cvs60.3
12799
12800         * src/plugins/trayicon/trayicon.c
12801                 Put back resize callback, on size-request signal
12802                 rather than size-allocate to avoid infinite 
12803                 callback loop
12804
12805 2004-08-13 [colin]      0.9.12cvs60.2
12806
12807         * src/common/defs.h
12808                 Cache versions have been fixed
12809
12810 2004-08-13 [colin]      0.9.12cvs60.1
12811
12812         * src/folderutils.c
12813                 Sync with HEAD
12814
12815 2004-08-12 [colin]      0.9.12cvs59.1
12816
12817         * src/plugins/trayicon/trayicon.c
12818                 Sync with HEAD
12819
12820 2004-08-12 [colin]      0.9.12cvs57.5
12821
12822         * sylpheed.desktop
12823         * configure.ac
12824         * src/Makefile.am
12825         * src/main.c
12826                 Add support for Freedesktop.org's startup notification
12827
12828 2004-08-11 [colin]      0.9.12cvs57.4
12829
12830         * src/textview.c
12831                 Fix off-by-one
12832
12833 2004-08-11 [colin]      0.9.12cvs57.3
12834
12835         * src/message_search.c
12836         * src/summary_search.c
12837                 Make searches case insensitive by default
12838         * src/textview.c
12839                 Fix case-insensitive search in message
12840
12841 2004-08-11 [colin]      0.9.12cvs57.2
12842
12843         * src/summary_search.c
12844                 Let case-sensitive be specified
12845
12846 2004-08-10 [colin]      0.9.12cvs55.4
12847
12848         * src/common/socket.c
12849                 Fix the possible race condition
12850
12851 2004-08-09 [paul]       0.9.12cvs55.3
12852
12853         * configure.ac
12854         * src/Makefile.am
12855         * src/common/Makefile.am
12856                 sync with HEAD
12857
12858
12859 2004-08-09 [paul]       0.9.12cvs55.2
12860
12861         * autogen.sh
12862         * po/poconv.sh
12863                 remove unneeded script
12864
12865         * configure.ac
12866                 add forgotten USE_LDAP_TLS (sync with HEAD)
12867
12868
12869 2004-08-09 [colin]      0.9.12cvs55.1
12870
12871         * src/main.c
12872         * src/common/ssl.c
12873         * src/common/sylpheed.c
12874         * src/common/sylpheed.h
12875                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
12876
12877 2004-08-09 [paul]       0.9.12cvs54.1
12878
12879         * ChangeLog
12880         * ChangeLog.claws
12881         * ChangeLog.jp
12882         * configure.ac
12883         * po/POTFILES.in
12884         * src/Makefile.am
12885         * src/folderutils.c
12886         * src/main.c
12887         * src/pgpmime.c
12888         * src/pgpmime.h
12889         * src/sgpgme.c
12890         * src/sgpgme.h
12891         * src/plugins/Makefile.am
12892         * src/plugins/pgpmime/.cvsignore
12893         * src/plugins/pgpmime/Makefile.am
12894         * src/plugins/pgpmime/pgpmime.c
12895         * src/plugins/pgpmime/pgpmime.h
12896         * src/plugins/pgpmime/plugin.c
12897         * src/plugins/pgpmime/sgpgme.c
12898         * src/plugins/pgpmime/sgpgme.h
12899                 sync with HEAD
12900
12901 2004-08-08 [paul]       0.9.12cvs51.1
12902
12903         * configure.ac
12904         * src/folder.c
12905                 sync with HEAD
12906
12907 2004-08-07 [colin]      0.9.12cvs50.1
12908
12909         * src/pop.c
12910         * src/common/partial_download.c
12911                 fix warnings (sync from HEAD)
12912
12913 2004-08-07 [colin]      0.9.12cvs48.1
12914
12915         * src/prefs_folder_item.c
12916                 sync with HEAD 0.9.12cvs48
12917
12918 2004-08-06 [colin]      0.9.12cvs47.1
12919
12920         * src/compose.c
12921                 Sync with HEAD
12922
12923 2004-08-06 [christoph]  0.9.12cvs46.2
12924
12925         * src/main.c
12926         * src/plugins/clamav/clamav_plugin_gtk.c
12927         * src/plugins/dillo_viewer/dillo_viewer.c
12928         * src/plugins/image_viewer/plugin.c
12929         * src/plugins/mathml_viewer/mathml_viewer.c
12930         * src/plugins/spamassassin/spamassassin_gtk.c
12931         * src/plugins/trayicon/trayicon.c
12932                 don't mix GTK1.2 plugin with GTK2 plugins
12933
12934 2004-08-06 [colin]      0.9.12cvs46.1
12935
12936         * ChangeLog
12937         * ChangeLog.claws
12938         * ChangeLog.jp
12939         * configure.ac
12940         * sylpheed-claws.pc.in
12941         * src/folder.c
12942         * src/imap.c
12943         * src/localfolder.c
12944         * src/messageview.c
12945         * src/mimeview.c
12946         * src/mimeview.h
12947         * src/msgcache.c
12948         * src/news.c
12949         * src/prefs_ext_prog.c
12950         * src/prefs_folder_item.c
12951         * src/prefs_fonts.c
12952         * src/prefs_msg_colors.c
12953         * src/prefs_spelling.c
12954         * src/prefs_themes.c
12955         * src/prefs_toolbar.c
12956         * src/prefs_wrapping.c
12957         * src/procmime.h
12958         * src/common/defs.h
12959         * src/common/nntp.c
12960         * src/common/session.c
12961         * src/common/session.h
12962         * src/common/socket.c
12963         * src/common/utils.h
12964         * src/common/xml.c
12965         * src/common/xml.h
12966         * src/gtk/prefswindow.c
12967         * src/gtk/prefswindow.h
12968         * src/plugins/clamav/clamav_plugin_gtk.c
12969         * src/plugins/dillo_viewer/dillo_prefs.c
12970         * src/plugins/image_viewer/viewerprefs.c
12971         * src/plugins/spamassassin/spamassassin_gtk.c
12972         * m4/openssl.m4 *** REMOVED ***
12973                 Sync with HEAD 0.9.12cvs46
12974
12975 2004-08-03 [paul]       0.9.12cvs40.2
12976
12977         * src/action.c
12978         * src/addressadd.c
12979         * src/addressbook.c
12980         * src/addrgather.c
12981         * src/browseldap.c
12982         * src/compose.c
12983         * src/crash.c
12984         * src/editaddress.c
12985         * src/editgroup.c
12986         * src/editldap_basedn.c
12987         * src/foldersel.c
12988         * src/importldif.c
12989         * src/mimeview.c
12990         * src/prefs_common.c
12991         * src/prefs_template.c
12992         * src/sourcewindow.c
12993         * src/summaryview.c
12994         * src/gtk/about.c
12995         * src/gtk/foldersort.c
12996         * src/gtk/logwindow.c
12997         * src/gtk/pluginwindow.c
12998         * src/gtk/prefswindow.c
12999                 change all gtk_scrolled_window_set_policy from 
13000                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
13001
13002 2004-08-02 [paul]       0.9.12cvs40.1
13003
13004         * AUTHORS
13005                 update translation team section
13006         * po/pt_BR.po
13007                 updated by Frederico Goncalves Guimaraes
13008                 <fggdebian@yahoo.com.br>
13009
13010 2004-07-31 [colin]      0.9.12cvs39.9
13011
13012         * src/exphtmldlg.c
13013                 Fix compilation
13014
13015 2004-07-31 [colin]      0.9.12cvs39.8
13016
13017         * src/exphtmldlg.c
13018                 Fix an alertpanel type
13019
13020 2004-07-30 [colin]      0.9.12cvs39.7
13021
13022         * src/alertpanel.c
13023                 Fix alertpanel_error_log's icon
13024
13025 2004-07-30 [colin]      0.9.12cvs39.6
13026
13027         * src/pop.c
13028                 Two of them should still be warnings
13029
13030 2004-07-30 [colin]      0.9.12cvs39.5
13031
13032         * src/pop.c
13033                 More warning -> error
13034 2004-07-29 [colin]      0.9.12cvs39.4
13035
13036         * src/pop.c
13037                 Warning -> error
13038
13039 2004-07-29 [colin]      0.9.12cvs39.3
13040
13041         * src/prefs_matcher.c
13042                 Fix segfault
13043
13044 2004-07-29 [colin]      0.9.12cvs39.2
13045
13046         * src/alertpanel.c
13047                 More nice-looking alertpanels
13048
13049 2004-07-29 [colin]      0.9.12cvs39.1
13050
13051         * src/messageview.c
13052                 sync with head
13053                 (inform user when partial mail is deleted on server)
13054
13055 2004-07-29 [colin]      0.9.12cvs38.1
13056
13057         * src/messageview.c
13058                 sync with head
13059
13060 2004-07-28 [paul]       0.9.12cvs37.7
13061
13062         * src/mainwindow.c
13063                 complete the replacement of deprecated gtk_progress_*
13064
13065 2004-07-28 [paul]       0.9.12cvs37.6
13066
13067         * src/action.c
13068         * src/inc.c
13069         * src/mainwindow.c
13070         * src/send_message.c
13071         * src/gtk/progressdialog.c
13072         * src/gtk/progressdialog.h
13073                 replace deprecated gtk_progress_*
13074
13075 2004-07-28 [paul]       0.9.12cvs37.5
13076
13077         * src/gtk/filesel.c
13078                 remove gtk_window_set_wmclass()
13079 2004-07-28 [paul]       0.9.12cvs37.4
13080
13081         * src/addressbook.c
13082         * src/compose.c
13083         * src/foldersel.c
13084         * src/mainwindow.c
13085         * src/messageview.c
13086         * src/sourcewindow.c
13087         * src/gtk/logwindow.c
13088                 remove gtk_window_set_wmclass()
13089                 
13090         * src/prefs_filtering.c
13091         * src/prefs_filtering_action.c
13092         * src/prefs_fonts.c
13093         * src/prefs_gtk.c
13094         * src/prefs_matcher.c
13095         * src/ssl_manager.c
13096         * src/gtk/prefswindow.c
13097                 replace gtk_window_position()
13098
13099 2004-07-28 [colin]      0.9.12cvs37.3
13100
13101         * src/alertpanel.c
13102         * src/alertpanel.h
13103                 Add a way to specify panel type for specific
13104                 panels (alertpanel())
13105         * src/account.c
13106         * src/addressbook.c
13107         * src/compose.c
13108         * src/expldifdlg.c
13109         * src/main.c
13110         * src/messageview.c
13111         * src/summaryview.c
13112         * src/textview.c
13113         * src/gtk/sslcertwindow.c
13114                 Fix alertpanel()s so that their icon match
13115                 their real type
13116
13117 2004-07-28 [paul]       0.9.12cvs37.2
13118
13119         * src/addr_compl.c
13120         * src/addressbook.c
13121         * src/alertpanel.c
13122         * src/compose.c
13123         * src/export.c
13124         * src/foldersel.c
13125         * src/folderview.c
13126         * src/grouplistdialog.c
13127         * src/import.c
13128         * src/mainwindow.c
13129         * src/message_search.c
13130         * src/messageview.c
13131         * src/passphrase.c
13132         * src/prefs_actions.c
13133         * src/prefs_common.c
13134         * src/prefs_customheader.c
13135         * src/prefs_display_header.c
13136         * src/prefs_filtering.c
13137         * src/prefs_filtering_action.c
13138         * src/prefs_gtk.c
13139         * src/prefs_matcher.c
13140         * src/prefs_msg_colors.c
13141         * src/prefs_summary_column.c
13142         * src/prefs_template.c
13143         * src/sourcewindow.c
13144         * src/ssl_manager.c
13145         * src/summary_search.c
13146         * src/gtk/colorsel.c
13147         * src/gtk/description_window.c
13148         * src/gtk/gtkaspell.c
13149         * src/gtk/inputdialog.c
13150         * src/gtk/logwindow.c
13151         * src/gtk/prefswindow.c
13152         * src/gtk/progressdialog.c
13153                 replace deprecated gtk_window_set_policy
13154
13155 2004-07-27 [colin]      0.9.12cvs37.1
13156
13157         * src/msgcache.c
13158                 More fixes (synced for head again)
13159
13160 2004-07-27 [colin]      0.9.12cvs35.3
13161
13162         * src/msgcache.c
13163                 Fix wrong test
13164
13165 2004-07-27 [colin]      0.9.12cvs35.2
13166
13167         * src/mimeview.c
13168                 Fix width a bit (by Paul)
13169         * src/alertpanel.c
13170         * src/alertpanel.h
13171                 Specialize icons, make alertpanel_message()
13172                 private
13173         * src/message_search.c
13174         * src/sgpgme.c
13175         * src/summary_search.c
13176                 Suit alertpanel changes
13177
13178 2004-07-27 [colin]      0.9.12cvs35.1
13179
13180         * src/alertpanel.c
13181                 Add an icon
13182         * src/passphrase.c
13183                 Add debug output - maybe someone will
13184                 want to look at the problem with Grab
13185                 Input :)
13186         Bump version as we're synced with HEAD
13187
13188 2004-07-26 [colin]      0.9.12cvs33.26
13189
13190         * src/pop.c
13191                 Fix uidl-file parsing when not in new
13192                 format
13193
13194 2004-07-26 [colin]      0.9.12cvs33.25
13195
13196         * src/gtk/menu.c
13197                 Move popup menu up if necessary (fixes 
13198                 account selector)
13199         * src/mainwindow.c
13200                 Set account selector's button height to
13201                 minimum
13202
13203 2004-07-26 [colin]      0.9.12cvs33.24
13204
13205         * src/alertpanel.c
13206                 Maybe fix 551 (Truncated font in alert window)
13207
13208 2004-07-26 [colin]      0.9.12cvs33.23
13209
13210         * po/de.po
13211         * po/es.po
13212         * po/fr.po
13213         * po/it.po
13214         * po/ja.po
13215         * po/pl.po
13216         * po/ru.po
13217         * po/sk.po
13218         * po/sr.po
13219         * po/zh_CN.po
13220                 Sync po files with HEAD
13221
13222 2004-07-26 [paul]       0.9.12cvs33.22
13223
13224         * src/compose.c
13225                 fix Bug 556 'Organisation-header is sent even if empty'
13226
13227 2004-07-24 [colin]      0.9.12cvs33.21
13228
13229         * src/compose.c
13230         * src/gtk/gtkaspell.c
13231         * src/gtk/gtkaspell.h
13232                 Fix speller accelerators (require hack)
13233
13234 2004-07-24 [colin]      0.9.12cvs33.20
13235
13236         * src/gtk/gtkaspell.c
13237                 Fix over-eager code deletion breaking
13238                 Check while typing
13239
13240 2004-07-24 [colin]      0.9.12cvs33.19
13241
13242         * src/browseldap.c
13243         * src/ldapctrl.c
13244         * src/ldapctrl.h
13245         * src/ldapserver.h
13246                 Sync ldap with HEAD
13247         (Fixes 546 LDAP completely broken)
13248
13249 2004-07-24 [colin]      0.9.12cvs33.18
13250
13251         * src/prefs_msg_colors.c
13252                 Fix prototype mismatch
13253         (Fixes 547 void function cannot return value)
13254
13255 2004-07-24 [colin]      0.9.12cvs33.17
13256
13257         * src/mainwindow.c
13258                 Fix sort going back to previous sort key
13259                 when changing sort direction
13260
13261 2004-07-24 [colin]      0.9.12cvs33.16
13262
13263         * src/compose.c
13264                 Fix space insertion when re-wrapping at 
13265                 cursor point
13266
13267 2004-07-24 [colin]      0.9.12cvs33.15
13268
13269         * src/gtk/gtkaspell.c
13270                 Don't change cursor position in insert-text
13271                 callback
13272         (Fixes 539 Word wrapping on input transposes letters)
13273
13274 2004-07-24 [colin]      0.9.12cvs33.14
13275
13276         * src/gtk/gtkaspell.c
13277                 Reencode non-ascii chars to dictionary's
13278                 encoding
13279         (Fixes 544 Spell check broken non english locale)
13280
13281 2004-07-24 [colin]      0.9.12cvs33.13
13282
13283         * src/summaryview.c
13284                 Fix Shift+Down, add Home/End/PgUp/PgDown
13285
13286 2004-07-21 [colin]      0.9.12cvs33.12
13287
13288         * src/prefs_common.c
13289                 Fix a gtk warning (Patch by Andrej Kacian)
13290
13291 2004-07-21 [colin]      0.9.12cvs33.11
13292
13293         * src/gtk/filesel.c
13294                 More check
13295
13296 2004-07-21 [colin]      0.9.12cvs33.10
13297
13298         * src/compose.c
13299         * src/crash.c
13300         * src/export.c
13301         * src/import.c
13302         * src/messageview.c
13303         * src/mimeview.c
13304         * src/prefs_spelling.c
13305         * src/prefs_themes.c
13306         * src/summaryview.c
13307         * src/gtk/filesel.c
13308         * src/gtk/filesel.h
13309         * src/gtk/pluginwindow.c
13310                 Untwist open/save mode guessing logic, make
13311                 it explicit
13312
13313 2004-07-20 [colin]      0.9.12cvs33.9
13314
13315         * src/codeconv.c
13316                 conv_encode_header: src_charset is UTF-8 on
13317                 gtk2
13318         * src/compose.c
13319                 Remove double encoding of the headers
13320
13321 2004-07-20 [colin]      0.9.12cvs33.8
13322
13323         * src/codeconv.c
13324                 Fix typo
13325
13326 2004-07-20 [colin]      0.9.12cvs33.7
13327
13328         * src/mainwindow.c
13329                 Set the separated messageview to the saved
13330                 size of Claws' messageview (Patch by Alfons)
13331                 Fix a callback prototype (me)
13332
13333 2004-07-20 [colin]      0.9.12cvs33.6
13334
13335         * src/codeconv.h
13336                 Forgot one hunk in 0.9.12cvs33.4
13337
13338 2004-07-19 [colin]      0.9.12cvs33.5
13339
13340         * src/action.c
13341                 Action output fix
13342                 Patch by Alfons
13343
13344 2004-07-19 [colin]      0.9.12cvs33.4
13345
13346         * src/compose.c
13347                 Fix outgoing charset bug in headers
13348         * src/codeconv.c
13349                 Clean for glib2 - Patch by Alfons
13350
13351 2004-07-19 [colin]      0.9.12cvs33.3
13352
13353         * src/statusbar.c
13354                 Remove grip from the statusbar
13355                 Patch by Alfons
13356
13357 2004-07-19 [colin]      0.9.12cvs33.2
13358
13359         * src/messageview.c
13360         * src/textview.c
13361                 Fix messageview remembering the previous
13362                 scroll position when loading a new message
13363                 Patch by Alfons
13364
13365 2004-07-19 [colin]      0.9.12cvs33.1
13366
13367         * src/folder.h
13368         * src/folderview.c
13369         * src/summaryview.c
13370                 Sync with HEAD
13371
13372 2004-07-18 [colin]      0.9.12cvs32.7
13373
13374         * configure.ac
13375                 Remove useless check for XIM - noticed
13376                 by Alfons
13377
13378 2004-07-18 [colin]      0.9.12cvs32.6
13379
13380         * src/summaryview.c
13381                 Remove non-modified and shift-modified
13382                 accelerators in summaryview's popup
13383                 menu, as that doesn't get catched by
13384                 the accel-activate signal catcher...
13385
13386 2004-07-18 [colin]      0.9.12cvs32.5
13387
13388         * src/prefs_common.c
13389                 Define sensible default prefs for 
13390                 wrapping
13391
13392 2004-07-18 [colin]      0.9.12cvs32.4
13393
13394         * src/compose.c
13395         * src/prefs_common.c
13396         * src/prefs_common.h
13397         * src/prefs_wrapping.c
13398                 Remove Smart Wrapping pref, which does
13399                 nothing on gtk2 branch
13400
13401 2004-07-18 [colin]      0.9.12cvs32.3
13402
13403         * src/sourcewindow.c
13404                 Proper utf8
13405
13406 2004-07-18 [colin]      0.9.12cvs32.2
13407
13408         * src/compose.c
13409                 Save attachment status when drafting
13410
13411 2004-07-18 [colin]      0.9.12cvs32.1
13412
13413         * src/gtk/filesel.c
13414                 Fix erratic folder selection in open mode
13415
13416 2004-07-18 [colin]      0.9.12cvs31.11
13417
13418         * src/pop.c
13419                 Don't let partial messages get deleted
13420                 even with "dowload all"
13421                 (0.9.12cvs31.8 fix extension)
13422 2004-07-18 [colin]      0.9.12cvs31.10
13423
13424         * src/gtk/logwindow.c
13425                 Fix log scrolling
13426
13427 2004-07-18 [colin]      0.9.12cvs31.9
13428
13429         * src/common/utils.c
13430                 Fix non-utf8 strings coming from commands
13431                 and files
13432
13433 2004-07-18 [colin]      0.9.12cvs31.8
13434
13435         * src/pop.c
13436                 Fix partial download bug with Download all
13437                 messages option
13438
13439 2004-07-18 [colin]      0.9.12cvs31.7
13440
13441         * src/textview.c
13442                 Fix bug introduced in 0.9.12cvs31.2
13443                 (blocked in select mode after double click)
13444
13445 2004-07-18 [colin]      0.9.12cvs31.6
13446
13447         * src/compose.c
13448         * src/gtk/menu.c
13449                 More glib-warning fixes
13450
13451 2004-07-18 [colin]      0.9.12cvs31.5
13452
13453         * src/compose.c
13454                 Fix trashing the primary clipboard when moving 
13455                 around with tab
13456         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
13457
13458 2004-07-18 [colin]      0.9.12cvs31.4
13459
13460         * src/codeconv.c
13461                 convert unencoded iso headers to utf8
13462         (Fix Bug 538 Unencoded local characters in subject make it 
13463          disappear)
13464
13465 2004-07-18 [colin]      0.9.12cvs31.3
13466
13467         * src/compose.c
13468                 Fix tab char handling in wrapping
13469         (Fix Bug 537 Line wrap problem - TAB character treated as 
13470          one character instead of 8)
13471
13472 2004-07-18 [colin]      0.9.12cvs31.2
13473
13474         * src/textview.c
13475                 return FALSE on GDK_MOTION_NOTIFY
13476         (Fix Bug 535 Hyperlinks/addresses are not selectable 
13477          (unable to highlight))
13478
13479 2004-07-18 [colin]      0.9.12cvs31.1
13480
13481         * src/folderview.c
13482                 Sync with 0.9.12cvs31
13483
13484 2004-07-18 [colin]      0.9.12cvs30.4
13485
13486         * src/compose.c
13487                 Also block text_inserted when inserting a file
13488
13489 2004-07-18 [colin]      0.9.12cvs30.3
13490
13491         * src/compose.c
13492                 Fix smart wrapping (block text_inserted handler
13493                 while putting quotation to avoid wrap on input,
13494                 don't join lines if next is sig separator)
13495
13496 2004-07-17 [colin]      0.9.12cvs30.2
13497
13498         * src/folderview.c
13499         * src/mainwindow.c
13500         * src/mimeview.c
13501         * src/summaryview.c
13502         * src/gtk/quicksearch.c
13503         * src/gtk/quicksearch.h
13504                 Block key events handlers *and* accels while
13505                 quicksearch is focused
13506         (Fixes Bug 534 quick-search bar not accepting certain letters)
13507
13508 2004-07-17 [colin]      0.9.12cvs30.1
13509
13510         * src/folder.h
13511         * src/folderview.c
13512         * src/summaryview.c
13513                 Sync with 0.9.12cvs30
13514
13515 2004-07-17 [colin]      0.9.12cvs28.2
13516
13517         * src/mimeview.c
13518         * src/procmime.c
13519         * src/summaryview.c
13520         * src/gtk/menu.c
13521                 Squash some compile and glib warnings
13522
13523 2004-07-17 [paul]       0.9.12cvs28.1
13524
13525         * src/mimeview.c
13526                 sync with 0.9.12cvs28 HEAD
13527
13528 2004-07-16 [paul]       0.9.12cvs26.1
13529         
13530         * src/gtk/quicksearch.c
13531         * src/account.c
13532         * src/account.h
13533         * src/compose.c
13534         * src/customheader.c
13535         * src/folder_item_prefs.c
13536         * src/main.c
13537         * src/mainwindow.c
13538         * src/messageview.c
13539         * src/mimeview.c
13540         * src/news.c
13541         * src/pgpmime.c
13542         * src/pop.c
13543         * src/pop.h
13544         * src/prefs_account.c
13545         * src/prefs_account.h
13546         * src/prefs_common.c
13547         * src/prefs_common.h
13548         * src/prefs_display_header.c
13549         * src/prefs_gtk.c
13550         * src/prefs_gtk.h
13551         * src/procheader.c
13552         * src/procmime.c
13553                 sync with 0.9.12cvs26 HEAD      
13554
13555 2004-07-15 [colin]      0.9.12cvs18.14
13556
13557         * src/folder.c
13558                 Disable GPG signature check during
13559                 folder move and scan
13560         (Closes Bug 521 Signature checking slows down Folder-Move)
13561
13562 2004-07-14 [colin]      0.9.12cvs18.13
13563
13564         * src/common/partial_download.c
13565                 update includes
13566
13567 2004-07-14 [colin]      0.9.12cvs18.12
13568
13569         * src/common/partial_download.c
13570         * src/common/partial_download.h
13571                 Move doc at top, add correct copyright
13572
13573 2004-07-14 [colin]      0.9.12cvs18.11
13574
13575         * src/folder.c
13576         * src/messageview.c
13577         * src/pop.c
13578         * src/pop.h
13579         * src/procmsg.c
13580         * src/summaryview.c
13581         * src/common/Makefile.am
13582         * src/common/partial_download.c ** NEW FILES **
13583         * src/common/partial_download.h ** NEW FILES **
13584                 Move partial-download related stuff to its
13585                 own file
13586
13587 2004-07-14 [colin]      0.9.12cvs18.10
13588
13589         * src/send_message.c
13590                 Fix smtp auth when user is null or empty
13591
13592 2004-07-13 [colin]      0.9.12cvs18.9
13593
13594         * src/gtk/quicksearch.c
13595                 Use alphabetic order
13596
13597 2004-07-13 [colin]      0.9.12cvs18.8
13598
13599         * src/pop.c
13600                 Be paranoid on the checks
13601
13602 2004-07-13 [colin]      0.9.12cvs18.7
13603
13604         * src/gtk/quicksearch.c
13605                 Fix Engrish once again
13606
13607 2004-07-13 [colin]      0.9.12cvs18.6
13608
13609         * src/procmsg.c
13610         * src/summaryview.c
13611                 Mark messages for deletion when they are about to
13612                 be removed from trash
13613
13614 2004-07-13 [colin]      0.9.12cvs18.5
13615
13616         * src/matcher.c
13617         * src/matcher.h
13618         * src/matcher_parser_parse.y
13619         * src/prefs_matcher.c
13620         * src/gtk/quicksearch.c
13621                 Add 'partial' ('p') match string to find partially
13622                 downloaded messages
13623
13624 2004-07-13 [colin]      0.9.12cvs18.4
13625
13626         * src/pop.c
13627                 Fix misplaced block
13628
13629 2004-07-13 [colin]      0.9.12cvs18.3
13630
13631         * src/pop.c
13632         * src/pop.h
13633         * src/messageview.c
13634                 Refactor API (to avoid passing 5+ params and code
13635                 duplication)
13636         * src/folder.c
13637         * src/msgcache.c
13638         * src/procheader.c
13639         * src/common/defs.h
13640                 Add planned_download to cache
13641                 Don't mess uidl file when moving partially downloaded
13642                 mails (they change folder, we should change it in the
13643                 uidl list too or we'll remove an incorrect message)
13644                 (this also helps removing hacks when changing 
13645                 planned_download in messageview.c)
13646
13647 2004-07-12 [colin]      0.9.12cvs18.2
13648
13649         * src/gtk/quicksearch.c
13650                 Fix missing status update in quicksearch
13651
13652 2004-07-12 [paul]       0.9.12cvs18.1
13653
13654         * po/POTFILES.in
13655         * src/Makefile.am
13656         * src/account.c
13657         * src/codeconv.c
13658         * src/compose.c
13659         * src/inc.c
13660         * src/main.c
13661         * src/prefs_common.c
13662         * src/procmsg.h
13663         * src/toolbar.c
13664         * src/prefs_msg_colors.[ch]     ** NEW FILES **
13665         * src/prefs_wrapping.[ch]       ** NEW FILES **
13666         * src/common/intl.h
13667         * src/common/utils.[ch]
13668         * src/gtk/quicksearch.[ch]
13669                 sync with 0.9.12cvs18 HEAD
13670
13671 2004-07-12 [colin]      0.9.11cvs17.25
13672
13673         * src/folder.c
13674         * src/folder.h
13675                 Remove unused function added by me in 0.9.11cvs17.10
13676
13677 2004-07-11 [colin]      0.9.11cvs17.24
13678
13679         * src/inc.c
13680         * src/messageview.c
13681         * src/pop.c
13682         * src/pop.h
13683                 Use folderitem and msgnum instead of filename to
13684                 know which mail to delete
13685                 Move old partial mail deletion to pop.c
13686
13687 2004-07-10 [colin]      0.9.11cvs17.23
13688
13689         * src/inc.c
13690                 Add debug
13691         * src/pop.c
13692         * src/pop.h
13693                 Don't re-use same enums for unrelated stuff: it's 
13694                 completely misleading !
13695                 Document a bit
13696
13697 2004-07-09 [colin]      0.9.11cvs17.22
13698
13699         * src/inc.c
13700                 Remove folder-type check and do
13701                 more tests to be sure everything's
13702                 ok
13703         * src/messageview.c
13704                 Punctuation update, remove useless
13705                 code, fix two warnings
13706         * src/noticeview.c
13707                 Layout cleaning, reset 2nd button
13708                 when specifying one
13709
13710 2004-07-09 [colin]      0.9.11cvs17.21
13711
13712         * src/messageview.c
13713         * src/pop.c
13714         * src/pop.h
13715                 Allow user to change his mind
13716                 and postpone decision (by
13717                 unmarking the mail)
13718
13719 2004-07-09 [colin]      0.9.11cvs17.20
13720
13721         * src/messageview.c
13722                 Fix bug with delete state
13723         * src/pop.c
13724         * src/pop.h
13725                 Fix buffer leak (fread doesn't 
13726                 terminate buffers with \0)
13727                 Refactoring (remove magic 
13728                 numbers)
13729
13730 2004-07-09 [colin]      0.9.11cvs17.19
13731
13732         * src/pop.c
13733                 Don't log "Skipping message" if 
13734                 we're going to TOP it two lines
13735                 later
13736
13737 2004-07-09 [colin]      0.9.11cvs17.18
13738
13739         * src/messageview.c
13740                 Fix Engrish
13741
13742 2004-07-09 [colin]      0.9.11cvs17.17
13743
13744         * src/pop.c
13745                 strlen checking...
13746         * src/messageview.c
13747                 refactoring a bit
13748
13749 2004-07-08 [colin]      0.9.11cvs17.16
13750
13751         * src/noticeview.c
13752         * src/noticeview.h
13753                 Add an optional second button
13754         * src/messageview.c
13755         * src/pop.c
13756         * src/pop.h
13757                 Don't delete partially received mails after a certain
13758                 time; rather, let the user decide.
13759
13760 2004-07-08 [colin]      0.9.11cvs17.15
13761
13762         * src/common/smtp.h
13763                 Sync with HEAD
13764
13765 2004-07-08 [colin]      0.9.11cvs17.14
13766
13767         * src/messageview.c
13768         * src/common/smtp.c
13769                 Use to_human_readable() for sizes
13770
13771 2004-07-08 [colin]      0.9.11cvs17.13
13772
13773         * src/inc.c
13774         * src/messageview.c
13775         * src/pop.c
13776         * src/pop.h
13777         * src/procmsg.c
13778                 Fix partial-downloading issues:
13779                         catch unsupported TOP
13780                         don't delete partially downloaded mails before 5 days
13781                         don't update existing with non-MH folders; that'll
13782                         make dups, but it's better than trashing the folder
13783                         free new msginfo parts
13784                 Fix indentation ;-)
13785
13786 2004-07-08 [colin]      0.9.11cvs17.12
13787
13788         * src/common/smtp.c
13789         * src/common/smtp.h
13790                 Sync smtp size verification with HEAD
13791
13792 2004-07-08 [colin]      0.9.11cvs17.11
13793
13794         * src/summaryview.c
13795         * src/prefs_common.c
13796         * src/prefs_common.h
13797         * src/gtk/quicksearch.c
13798         * src/gtk/quicksearch.h
13799                 Sync sticky pref with HEAD
13800
13801 2004-07-08 [colin]      0.9.11cvs17.10
13802
13803         * src/folder.c [1.213.2.6]
13804         * src/folder.h [1.87.2.6]
13805         * src/inc.c [1.149.2.7]
13806         * src/messageview.c [1.94.2.8]
13807         * src/procheader.c [1.47.2.6]
13808         * src/procmsg.c [1.150.2.4]
13809         * src/procmsg.h [1.60.2.5]
13810         * src/pop.c [1.56.2.4]
13811         * src/pop.h [1.17.2.3]
13812                 Let too big messages get downloaded, but truncated
13813                 Add a button to download them completely
13814                 
13815 2004-07-06 [colin]      0.9.11cvs17.9
13816
13817         * src/gtk/quicksearch.c [1.1.2.3]
13818                 Add a Clear button
13819         * commitHelper
13820         * PATCHSETS
13821                 Add a script to help with cvs
13822
13823 2004-07-03 [colin]      0.9.11cvs17.8
13824
13825         * src/plugins/imageviewer/viewer.c
13826                 fix imageviewer (which was staying on the first
13827                 displayed image)
13828
13829 2004-07-03 [colin]      0.9.11cvs17.7
13830
13831         Removed FIXME_GTK2 warnings
13832         * src/gtk/gtkutils.c
13833                 useless #warnings
13834         * src/gtk/menu.c
13835                 useless #warnings (no need to mess with menu rc)
13836         * src/gtk/menu.h
13837                 unused functions
13838         
13839
13840 2004-07-03 [colin]      0.9.11cvs17.6
13841
13842         Removed FIXME_GTK2 warnings
13843         * src/codeconv.c
13844                 useless #warnings (rewrite needed)
13845         * src/compose.c
13846                 useless #warnings (rewrite needed)
13847                 useless #warnings (gtk2 is like that)
13848                 useless #warnings (previously fixed)
13849         * src/main.c
13850                 useless #warnings (previously fixed)
13851         * src/message_search.c
13852                 useless #warnings (gtk2 is like that)
13853                 Made apparent that search is case-sensitive
13854         * src/mimeview.c
13855                 useless #warnings (rewrite needed)
13856                 useless #warnings (gtk2 is like that)
13857                 reimplemented real warnings
13858         * src/prefs_common.c
13859                 Removed block cursor option (not it gtk2)
13860         * src/prefs_gtk.c
13861                 useless #warnings (rewrite needed)
13862         * src/procheader.c
13863                 useless #warnings (rewrite needed)
13864         * src/sourcewindow.c
13865                 useless #warnings (incorrect placing)
13866         * src/summary_search.c
13867                 useless #warnings (gtk2 is like that)
13868                 Made apparent that search is case-sensitive
13869         * src/action.c
13870                 useless #warnings (gtk2 is like that)
13871         * src/textview.c
13872                 useless #warnings (rewrite needed)
13873         * src/toolbar.c
13874                 useless #warnings (rewrite needed)
13875
13876 2004-07-03 [colin]      0.9.11cvs17.5
13877
13878         * src/textview.c
13879                 Fix mismerge which broke URI opening
13880                 
13881 2004-07-01 [colin]      0.9.11cvs17.4
13882
13883         * src/gtk/filesel.c
13884                 Fill filename when saving
13885                 
13886 2004-06-27 [colin]      0.9.11cvs17.3
13887
13888         * src/gtk/filesel.[ch]
13889                 Use the new GTK file selector
13890                 Update prototype to match the reality: multiple file
13891                 selection is open-only          
13892         * src/compose.c
13893                 Match the new prototypes        
13894         * configure.ac
13895                 Match the new requirements (gtk 2.4.0)
13896                         
13897 2004-06-26 [colin]      0.9.11cvs17.2
13898
13899         * src/plugins/trayicon/trayicon.c
13900                 Remove useless signal handler on resize, which causes
13901                 an infinite "loop"
13902         
13903 2004-06-26 [colin]      0.9.11cvs17.1
13904         
13905         * tools/Makefile.am
13906                 remove launch_firebird and add nautilus2sylpheed.sh
13907         * src/quicksearch.c
13908           src/summaryview.c
13909                 Fix show/hide "Extended symbols" button problem
13910                 Fix apparition at startup
13911                 Fix const warnings
13912         * src/plugins/image_viewer/Makefile.am
13913                 Fix configure 
13914         * common/ssl.c
13915                 Re-enable certificate check, as it doesn't seem to
13916                 cause Xlib errors anymore
13917
13918 2004-06-25 [paul]       0.9.11cvs17
13919
13920         * sync with 0.9.11cvs17 HEAD
13921         
13922         NOTE: QuickSearch is broken
13923
13924 2004-06-07 [colin]      0.9.10claws67.10
13925         * src/plugins/trayicon/trayicon.c
13926           src/plugins/trayicon/libeggtrayicon/Makefile.am
13927           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13928                 Fix gettextization in trayicon plugin
13929
13930 2004-06-07 [colin]      0.9.10claws67.9
13931         
13932         * src/summaryview.c
13933           src/gtk/gtksctree.[ch]
13934                 Let Shift+{Up,Down} work in summaryview
13935                 (well, Down "works" and Up works)
13936                 Let the list scroll when using these keys
13937
13938 2004-06-06 [colin]      0.9.10claws67.8
13939
13940         * src/plugins/trayicon/trayicon.c
13941                 Fix pixmap update
13942
13943 2004-06-06 [colin]      0.9.10claws67.7
13944
13945         * src/addressbook.c
13946                 Fix signal handling causing system-wide focus grab
13947
13948 2004-05-25 [paul]       0.9.10claws67.6
13949
13950         * Makefile.am
13951           src/Makefile.am
13952                 clean up
13953
13954 2004-05-25 [paul]       0.9.10claws67.5
13955
13956         * replace deprecated gtk_signal... functions
13957
13958 2004-05-23 [colin]      0.9.10claws67.4
13959
13960         * src/compose.c
13961                 Fix wrapping
13962
13963 2004-05-22 [colin]      0.9.10claws67.3
13964
13965         * src/compose.c
13966                 Re-fix [Edited] in compose.c::compose_reedit()
13967
13968 2004-05-22 [colin]      0.9.10claws67.2
13969
13970         * src/procmime.c
13971                 Fix parsing of multiparts mails
13972
13973 2004-05-22 [colin]      0.9.10claws67.1
13974
13975         * src/summaryview.c
13976                 Fix quicksearch
13977
13978 2004-05-22 [paul]       0.9.10claws67
13979
13980         * sync with 0.9.10claws67 HEAD
13981
13982 2004-05-14 [alfons]
13983
13984         * src/procmime.h
13985                 add forgotton prototype
13986
13987 2004-05-10 [paul]       0.9.10claws57
13988
13989         * sync with 0.9.10claws57 HEAD
13990
13991 2004-05-05 [paul]       0.9.9.claws1
13992
13993         * ChangeLog-gtk2        ** REMOVED **
13994           ChangeLog-gtk2.claws  ** ADDED **
13995                 rename and adopt the normal claws format
13996                 
13997         * configure.ac
13998                 require gtkmathview >= 0.5
13999
14000         * ac/*                          ** REMOVED **
14001           ac/                           ** REMOVED **
14002           intl/Makefile.in              ** REMOVED **
14003           m4/                           ** ADDED **
14004           m4/missing                    ** ADDED **
14005           m4/missing/gdk-pixbuf.m4      ** ADDED **
14006           m4/missing/gettext.m4         ** ADDED **
14007           m4/missing/gpgme.m4           ** ADDED **
14008           m4/missing/imlib.m4           ** ADDED **
14009           m4/.cvsignore                 ** ADDED **
14010           m4/Makefile.am                ** ADDED **
14011           m4/README                     ** ADDED **
14012           m4/aclocal-include.m4         ** ADDED **
14013           m4/aspell.m4                  ** ADDED **
14014           m4/check-type.m4              ** ADDED **
14015           m4/gnupg-check-typedef.m4     ** ADDED **
14016           m4/openssl.m4                 ** ADDED **
14017           m4/spamassassin.m4            ** ADDED **
14018           po/ChangeLog                  ** REMOVED **
14019           po/Makefile.in.in             ** REMOVED **
14020           po/Rules-quot                 ** REMOVED **
14021           po/boldquot.sed               ** REMOVED **
14022           po/en@boldquot.header         ** REMOVED **
14023           po/en@quot.header             ** REMOVED **
14024           po/insert-header.sin          ** REMOVED **
14025           po/quot.sed                   ** REMOVED **
14026           po/remove-potcdate.sed        ** REMOVED **
14027           po/remove-potcdate.sin        ** REMOVED **
14028           po/stamp-po                   ** REMOVED **
14029           Makefile.am
14030           autogen.sh
14031           configure.ac
14032                 enable building with automake 1.8.x
14033                 add 'autopoint --force' to autogen.sh and remove all
14034                 auto-generated files, remove ac/ directory and use
14035                 m4/ directory instead
14036                 
14037         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14038                 fix gettextization
14039
14040 2004-02-28 Colin Leroy <colin@colino.net>
14041         * src/prefs_matcher.c
14042           src/prefs_filtering.c
14043           src/prefs_filtering_action.c
14044                 Fix non-editable GtkEntries
14045
14046 2004-02-22 Thorsten Maerz <torte@netztorte.de>
14047         * src/prefs_themes.c
14048                 utf8 conversion for theme info
14049
14050 2004-02-21 Thorsten Maerz <torte@netztorte.de>
14051         * sync 0.9.9claws
14052
14053 2004-02-14 Thorsten Maerz <torte@netztorte.de>
14054         * src/grouplistdialog.c
14055                 allow multiple selections without ctrl key
14056
14057 2004-02-09 Thorsten Maerz <torte@netztorte.de>
14058         * src/main.c
14059                 enable customizable accelerators
14060
14061 2004-02-08 Thorsten Maerz <torte@netztorte.de>
14062         * src/prefs_common.c
14063                 re-enable different font settings for gtk1/2
14064         * src/prefs_folder_item.c
14065                 fix folder prefs displayed wrong
14066         * src/textview.c
14067                 set 'sunken' shadow type
14068
14069 2004-02-07 Colin Leroy <colin@colino.net>
14070         * src/compose.c
14071                 Fix message being always [Edited]
14072                 Encode headers correctly (utf8 buf)
14073
14074 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14075         * src/socket.c
14076                 remove double g_source_attach()
14077                 (Thanks to Colin Leroy)
14078
14079 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14080         * src/gtk/gtksctree.c
14081                 Fix SSL certificate list not shown
14082         * src/mimeview.c
14083                 Fix clicks in mime tree
14084
14085 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14086         * src/common/socket.c
14087                 Fix SSL receive
14088         * src/compose.c
14089                 Fix clipboard menu hotkeys
14090
14091 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14092         * src/gtk/gtkaspell.[ch]
14093           src/compose.c
14094                 reimplement spellchecker
14095
14096 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14097         * src/gtk/filesel.c
14098                 crash when inserting file in compose window
14099                 (TODO: keep old selection on clicks)
14100         * src/main.c
14101                 use gtkrc-2.0 instead of gtkrc
14102
14103 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14104         * src/messageview.c
14105                 remove orphaned mimeview unref()
14106
14107 2004-01-20 Thorsten Maerz <torte@netztorte.de>
14108         * src/grouplistdialog.c
14109                 expand nodes containing subscribed groups
14110
14111 2004-01-19 Thorsten Maerz <torte@netztorte.de>
14112         * src/textview.c
14113                 textview: hide cursor, restore old click behaviour
14114
14115 2004-01-18 Thorsten Maerz <torte@netztorte.de>
14116         * src/textview.c
14117                 variable names messed up
14118
14119 2004-01-17 Colin Leroy <colin@colino.net>
14120         * src/addr_compl.c
14121                 Fix completion address too thin
14122         * src/compose.c
14123                 Fix tab-to-subject behaviour
14124         * src/summaryview.c
14125                 Implement key up & down in summaryview
14126
14127 2004-01-12 Thorsten Maerz <torte@netztorte.de>
14128
14129         * sync 098claws
14130
14131 2004-01-08 Thorsten Maerz <torte@netztorte.de>
14132         * configure.ac
14133           Makefile.am
14134           doc/.cvsignore
14135           doc/Makefile.am
14136                 faq, man, manual moved to doc/
14137         * ac/aspell.m4
14138           ac/check-type.m4
14139           ac/gnupg-check-typedef.m4
14140           ac/openssl.m4
14141           ac/spamassassin.m4
14142           ac/missing/gdk-pixbuf.m4
14143           ac/missing/gpgme.m4
14144           ac/missing/imlib.m4
14145                 fix automake warnings
14146
14147 2003-12-06 Colin Leroy <colin@colino.net>
14148         * src/summaryview.c
14149                 Fix quicksearch
14150
14151 2003-12-05 Colin Leroy <colin@colino.net>
14152         * src/summaryview.c
14153                 Fix going to next unread folder
14154
14155 2003-12-05 Colin Leroy <colin@colino.net>
14156         * src/crash.c
14157                 Fix gtk2 compilation
14158         * src/session.c
14159                 Remove iotag source handler at disconnection
14160         * src/socket.[ch] 
14161                 Remove source handler when closing socket 
14162                 (fixes another seg)
14163
14164 2003-12-04 Colin Leroy <colin@colino.net>
14165         * src/compose.c
14166           src/prefs_account.c
14167           src/prefs_common.c
14168                 Fix some dropdown menus
14169
14170 2003-12-04 Colin Leroy <colin@colino.net>
14171         * src/compose.c
14172                 Fix event handlers on header fields
14173         * src/common/socket.c
14174           src/common/session.c
14175                 Fix segfault with callback (SSL)
14176                 Fix end of session 
14177
14178 2003-10-06 Thorsten Maerz <torte@netztorte.de>
14179
14180         * Fix compile bug in src/compose.c
14181         * removed src/gtk/gtkstext.[ch]
14182
14183 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
14184
14185         * Convert character set and escape "text" attributes in toolbar setting
14186         files.
14187         * Fixed bug in button-press-event handling.
14188
14189 2003-09-16 Thorsten Maerz <torte@netztorte.de>
14190
14191         * Fixed bug in key-press-event handling.
14192
14193 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
14194
14195         * Enabled to compile tray-icon plugin (Ad-hoc).
14196         * Avoid hang up bug of icon list in mime view (Ad-hoc).
14197
14198 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
14199
14200         * Enabled to compile on sylpheed-claws.
14201         (tray-icon plugin still cannot compile yet.)
14202
14203 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
14204
14205         * Updated to 0.9.5.
14206
14207 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
14208
14209         * Updated to 0.9.4.
14210         * Ported monitoring SSL mechanism to GSource of GLib2
14211         (I don't confirm it)
14212         * Added _gtk2 suffix to key name of font preference to avoid
14213         ovverwriting preference of Gtk+-1.2 version.
14214
14215 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
14216
14217         * Updated to 0.9.2.
14218
14219 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
14220
14221         * Updated to 0.9.1.
14222         * Translate po files into UTF-8 when execute autogen.sh.
14223
14224 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
14225
14226         * Updated to 0.9.0.
14227
14228 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
14229
14230         * Plugged GError related memory leaks.
14231
14232 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
14233
14234         * Changed default size of fonts.
14235         * Enabled to set titile font size of warning dialog.
14236
14237 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
14238
14239         * Embed a sylpheed icon into executable binary on Windows.
14240
14241 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
14242
14243         * I forgot to traslate character set of element string in src/xml.c.
14244
14245 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
14246
14247         * Fixed detecting bind_textdomain_codeset in configure.in.
14248         * The bug in which "Example" of "Date fromat" preference isn't displayed
14249         correctly has been fixed.
14250
14251 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
14252
14253         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
14254           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
14255           glib-gettextize
14256           Removed intl directory.
14257           Translated po files into UTF-8.
14258           (Thanks! Ryuji Abe)
14259
14260 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
14261
14262         * The bug which doesn't unscape string in xml.c has been fixed.
14263
14264 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
14265
14266         * The bug which is failed to translate encoding of file name thorough
14267         file dialog has been fixed.
14268
14269 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
14270
14271         * Modified to translate file names which is used in inporting/expoting
14272         mbox feature and "Save as" feature into locale encoding.
14273         * Translate file names into locale encoding when "Attache file" and
14274         "Insert file".
14275         * Force set G_BROKEN_FILENAMES environment variable.
14276         * Other minor fixes.
14277
14278 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
14279
14280         * Modified to treat MH folder's name as locale encoding.
14281
14282 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
14283
14284         * The bug which clash on switching candidates of auto completion of
14285         addresses, cannot use auto completion in Japanesse is fixed
14286         (Thanks! Tokunaga-san)¡¥
14287
14288 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14289
14290         * The bug which cannot switch key accelerator preference has been fixed
14291         (Thanks! smbd-san)¡¥
14292
14293 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14294
14295         * version 0.8.11-gtk2-20030314
14296
14297 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14298
14299         * The bug in which character set conversion of filtering messages has
14300         been fixed.(Thanks! COCOA-san).
14301
14302 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
14303
14304         * Revived "Leave space on head" preference in "Message" category.
14305         * A bug which clash when put the cursor to end of buffer and execute
14306         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
14307
14308 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
14309
14310         * version 0.8.11-gtk2-20030312
14311
14312 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
14313
14314         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
14315         * Modified to use Pango's API directly for font preference.
14316         * Integrated GtkTextView of textview to one widget.
14317         * Set fonts of header title in textview by "header_title" tag.
14318         * Removed some deprecated codes.
14319
14320 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
14321
14322         * Updated to 0.8.11.
14323         * Merged cygwin patch(Thanks! Sakai-san).
14324
14325 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
14326
14327         * version 0.8.10-gtk2-20030309