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