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