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