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