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