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