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