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