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