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