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