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