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