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