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