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