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