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