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