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