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