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