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