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