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