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