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