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