2006-06-29 [colin] 2.3.1cvs41
[claws.git] / ChangeLog
1 2006-06-29 [colin]      2.3.1cvs41
2
3         * src/imap.c
4         * src/imap.h
5         * src/mainwindow.c
6                 Disconnect from IMAP servers when going
7                 offline. Fixes bug #978 (going to offline-mode 
8                 won't close connections)
9
10 2006-06-29 [colin]      2.3.1cvs40
11
12         * src/main.c
13                 Fix transient setting on failing plugins
14                 Patch by Fabien
15         * src/plugins/pgpcore/sgpgme.c
16                 Only warn for OpenPGP. Most people don't
17                 have CMS available.
18
19 2006-06-29 [colin]      2.3.1cvs39
20
21         * src/compose.c
22                 Fix Spelling menu (discrepancy between context menu
23                 and top menu when folder's dictionary isn't the 
24                 default one)
25         * src/plugins/pgpcore/sgpgme.c
26                 More error reporting about why gpgme can fail
27
28 2006-06-29 [wwp]        2.3.1cvs38
29
30         * src/mainwindow.c
31                 honor the display-header-pane setting even when the message view
32                 is a separate window.
33
34 2006-06-29 [wwp]        2.3.1cvs37
35
36         * src/prefs_actions.c
37                 forgot to commit that one (use of GTK_STOCK_INFO).
38
39 2006-06-29 [colin]      2.3.1cvs36
40
41         * src/imap.c
42                 Better handling of login errors (ask the password
43                 again once), alert in case of error. Fix three
44                 signedness warnings.
45
46 2006-06-28 [wwp]        2.3.1cvs35
47
48         * src/prefs_template.c
49         * src/prefs_matcher.c
50         * src/prefs_filtering_action.c
51         * src/prefs_quote.c
52                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
53                 patch by Fabien Vantard, slightly modified.
54
55 2006-06-28 [paul]
56
57         2.4.0-rc2 released
58
59 2006-06-28 [colin]      2.3.1cvs34
60
61         * src/prefs_account.c
62                 Fix bug #977 (Can't add or edit imap accounts)
63
64 2006-06-28 [colin]      2.3.1cvs33
65
66         * src/mimeview.c
67                 Fix previous
68
69 2006-06-28 [colin]      2.3.1cvs32
70
71         * src/mimeview.c
72                 Save named inlined attachments with "Save all"
73         * src/main.c
74         * src/mbox.c
75         * src/common/plugin.c
76         * src/common/plugin.h
77         * src/common/sylpheed.c
78         * src/common/utils.c
79         * src/plugins/pgpcore/sylpheed.def
80         * src/plugins/pgpinline/sylpheed.def
81         * src/plugins/pgpmime/sylpheed.def
82                 Win32 compatibility patch, by
83                 Werner Koch
84
85 2006-06-28 [wwp]        2.3.1cvs31
86
87         * src/imap.c
88         * src/prefs_folder_item.c
89                 less compilation warnings (thanks to Fabien Vantard), less typos.
90
91 2006-06-28 [paul]       2.3.1cvs30
92
93         * src/gtk/gtkutils.c
94                 gtk_combo_box_set_focus_on_click() is only
95                 available since gtk 2.6.0
96
97 2006-06-28 [paul]       2.3.1cvs29
98
99         * src/prefs_ext_prog.c
100                 fix engrish and add a tooltip for the
101                 'command for 'Display as text' option
102
103 2006-06-28 [paul]
104
105         2.4.0-rc1 released
106
107 2006-06-28 [paul]       2.3.1cvs28
108
109         * ChangeLog
110         * tools/Makefile.am
111                 include textviewer.pl in releases
112
113 2006-06-28 [paul]       2.3.1cvs27
114
115         * src/prefs_ext_prog.c
116                 hide Print command option if libgnomeprint
117                 support is present
118
119 2006-06-27 [colin]      2.3.1cvs26
120
121         * src/compose.c
122                 Fix Esc handling in insert/attach dialog
123                 Don't show this dialog if dragging something
124                 else than text/uri-list
125                 Thanks to Fabien Vantard
126         * tools/textviewer.pl
127                 Filter script to display stuff as text
128                 by H. Merijn Brand
129
130 2006-06-27 [wwp]        2.3.1cvs25
131
132         * src/messageview.c
133                 use the exact product name (message view title), patch
134                 by Fabien Vantard.
135
136 2006-06-27 [ticho]      2.3.1cvs24
137
138         * src/prefs_account.c
139         * src/prefs_common.c
140         * src/prefs_common.h
141         * src/prefs_ext_prog.c
142         * src/textview.c
143                 Add a preference (Preferences/External programs)
144                 to allow "Display as text" to be done via a script
145                 (patch by H.Merijn Brand).
146                 Use GtkComboBox for protocol selection in account
147                 preferences.
148                 Only include current choice for existing accounts, and
149                 insensitivize the combobox.
150
151 2006-06-27 [paul]       2.3.1cvs23
152
153         * src/mbox.c
154                 fix crasher introduced in cvs21.
155                 Thanks to Colin
156
157 2006-06-26 [colin]      2.3.1cvs22
158
159         * src/mbox.c
160                 Fix double-frees when leaving folders
161                 after exporting to mbox
162
163 2006-06-26 [colin]      2.3.1cvs21
164
165         * src/mbox.c
166                 More feedback (and optimisation)
167                 on import/export
168         * src/common/utils.c
169                 Fix case when looking for mail addresses
170         * src/gtk/gtkutils.c
171                 Extra check for (X-)Face
172
173 2006-06-25 [ticho]      2.3.1cvs20
174
175         * src/compose.c
176         * src/exphtmldlg.c
177         * src/gtk/gtkutils.c
178         * src/gtk/gtkutils.h
179                 Added second argument to gtkut_sc_combobox_create() to
180                 control focus-on-click for the widget.
181                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
182
183 2006-06-25 [ticho]      2.3.1cvs19
184
185         * src/compose.c
186         * src/gtk/Makefile.am
187         * src/gtk/combobox.c
188         * src/gtk/combobox.h
189         * src/gtk/gtkutils.c
190         * src/gtk/gtkutils.h
191                 Use GtkComboBox instead of deprecated GtkOptionMenu
192                 for account selector in compose window and for encoding
193                 selector in attachment properties.
194                 Also factorise working with the new GtkComboBox somewhat.
195
196 2006-06-24 [paul]       2.3.1cvs18
197
198         * src/prefs_common.c
199                 use the correct default value
200
201 2006-06-24 [paul]       2.3.1cvs17
202
203         * src/compose.c
204         * src/prefs_common.c
205         * src/prefs_common.h
206         * src/prefs_compose_writing.c
207                 enable setting of default action when
208                 dnd'ing files in the compose window.
209                 (Collaborative effort with wwp)
210
211 2006-06-23 [wwp]        2.3.1cvs16
212
213         * src/compose.c
214                 i18n fix (thanks to Fabien Vantard)
215
216 2006-06-22 [colin]      2.3.1cvs15
217
218         * src/prefs_customheader.c
219                 Don't use filters in custom headers' file 
220                 selector. Remember, extensions mean nothing :)
221
222 2006-06-22 [paul]       2.3.1cvs14
223
224         * configure.ac
225                 allow setting of man directory location
226
227 2006-06-22 [colin]      2.3.1cvs13
228
229         * src/mainwindow.c
230                 Add 'View/Go to/Next unread folder'.
231                 I missed that :)
232
233 2006-06-22 [colin]      2.3.1cvs12
234
235         * src/common/utils.c
236                 Add some subject prefixes
237                 Patch by Bjorn T Johansen <btj@havleik.no>
238
239 2006-06-22 [colin]      2.3.1cvs11
240
241         * manual/advanced.xml
242                 Forgotten hidden pref
243
244 2006-06-21 [paul]       2.3.1cvs10
245
246         * src/prefs_account.c
247                 complete the removal of 'Add date header' option
248
249 2006-06-21 [paul]       2.3.1cvs9
250
251         * src/account.c
252         * src/compose.c
253         * src/prefs_account.c
254         * src/prefs_account.h
255                 remove option to add date header - always
256                 add date header
257         * src/etpan/imap-thread.c
258                 fix warnings (Thanks to Colin)
259
260 2006-06-21 [wwp]        2.3.1cvs8
261
262         * src/folder.c
263                 set the attachment flag when inline text part are (file)named. This is more convenient
264                 when receiving (for instance) inline source files or patches sent using thunderbird.
265
266 2006-06-21 [paul]       2.3.1cvs7
267
268         * src/inc.c
269                 fix off-by-one count of current msg in
270                 statusbar filtering progressbar
271
272 2006-06-21 [paul]       2.3.1cvs6
273
274         * src/folder.c
275                 Show attachment icon even if the part is 'inline'
276                 if the following conditions are met:
277                 - content-type != 'text/plain'
278                 - content-type != '*/pgp-signature'
279                 - either 'name' or 'filename' parameter is not NULL
280                 
281                 Thanks to Colin
282
283 2006-06-21 [paul]       2.3.1cvs5
284
285         * src/messageview.c
286         * src/prefs_common.c
287         * src/prefs_common.h
288         * src/prefs_other.c
289                 add an option to 'Never send Return
290                 Receipts'
291                 Thanks to Colin
292
293 2006-06-20 [mones]      2.3.1cvs4
294
295         * po/es.po
296                 updated
297         * src/compose.c
298                 typo fixed (space after comma)
299         * tools/make.themes.project
300                 remove exec mode from tarball files
301
302 2006-06-20 [colin]      2.3.1cvs3
303
304         * src/news.c
305         * src/procheader.c
306         * src/unmime.c
307                 Better fix for \n's in headers (don't 
308                 break Received: and others)
309
310 2006-06-20 [paul]       2.3.1cvs2
311
312         * src/alertpanel.c
313         * src/textview.c
314                 improve legibility of phishing attempt
315                 dialog
316
317 2006-06-20 [paul]       2.3.1cvs1
318
319         * NEWS
320         * README
321         * configure.ac
322                 Update version number following
323                 stable release
324
325 2006-06-20 [colin]      2.3.0cvs26
326
327         * src/compose.c
328                 When dragging a file to the text of the compose
329                 window, ask whether we want to insert or attach
330                 (I know lots of people who do that to attach)
331
332 2006-06-20 [colin]      2.3.0cvs25
333
334         * src/etpan/imap-thread.c
335                 Fix threshold (the append command is often > 32 bytes)
336
337 2006-06-19 [colin]      2.3.0cvs24
338
339         * src/imap.c
340         * src/etpan/imap-thread.c
341                 Workaround Rockliffe IMAP server bug: replace
342                 "x UID SEARCH (ANSWERED UID 1:*)" with
343                 "x UID SEARCH ANSWERED"
344                 (Rockliffe doesn't handle the parenthesis)
345
346 2006-06-19 [colin]      2.3.0cvs23
347
348         * src/compose.c
349         * src/imap.c
350         * src/etpan/imap-thread.c
351                 Probably fix bug #972 (Freezes when adding 
352                 an attachment to the message)
353         * src/common/defs.h
354                 Modernize Firefox cmd
355
356
357 2006-06-18 [colin]      2.3.0cvs22
358
359         * src/prefs_customheader.c
360                 Only allow correct filenames for various
361                 custom headers
362
363 2006-06-18 [colin]      2.3.0cvs21
364
365         * src/prefs_customheader.c
366                 Add a 'From File...' button in custom headers prefs, which
367                 try to do the right thing: 
368                 for normal headers, use file as plaintext,
369                 for X-Face, calls compface,
370                 for Face, encode to b64.
371
372 2006-06-17 [colin]      2.3.0cvs20
373
374         * src/mh.c
375                 Warning fix
376
377 2006-06-16 [colin]      2.3.0cvs19
378
379         * src/summaryview.c
380                 Recursive quicksearch: show message list
381                 in current folder, *then* search children
382                 in the background.
383
384 2006-06-16 [colin]      2.3.0cvs18
385
386         * src/main.c
387                 Instead of ignoring SIGPIPE, save caches
388                 when getting one. Will fix the fact that
389                 hot caches are out-of-date when logging 
390                 out of Xorg.
391         * src/compose.c
392         * src/prefs_compose_writing.c
393                 Only save text (not attachments) when 
394                 auto-saving to drafts
395         * src/unmime.c
396                 Always replace \n, \r and \t with spaces
397                 in headers
398         * manual/dist/html/Makefile.am
399         * manual/dist/pdf/Makefile.am
400         * manual/dist/ps/Makefile.am
401         * manual/dist/txt/Makefile.am
402         * manual/fr/dist/html/Makefile.am
403         * manual/fr/dist/pdf/Makefile.am
404         * manual/fr/dist/ps/Makefile.am
405         * manual/fr/dist/txt/Makefile.am
406         * manual/pl/dist/html/Makefile.am
407         * manual/pl/dist/pdf/Makefile.am
408         * manual/pl/dist/ps/Makefile.am
409         * manual/pl/dist/txt/Makefile.am
410                 Fix make clean removing pregenerated manuals
411
412
413 2006-06-16 [colin]      2.3.0cvs17
414
415         * src/plugins/pgpcore/sgpgme.c
416         * src/plugins/pgpmime/pgpmime.c
417         * src/plugins/pgpinline/pgpinline.c
418                 Better error reporting in setup_signers.
419                 Don't fallback to default key if specified
420                 key isn't found.
421                 Don't allow signing if more than one secret
422                 key matches the one specified in prefs.
423
424 2006-06-15 [colin]      2.3.0cvs16
425
426         * src/folderview.c
427                 Add "Send queue" in the folder's contextual
428                 menu
429         * src/compose.c
430         * src/messageview.c
431         * src/privacy.c
432         * src/privacy.h
433         * src/procmime.c
434         * src/procmsg.c
435         * src/plugins/pgpcore/passphrase.c
436         * src/plugins/pgpcore/sgpgme.c
437         * src/plugins/pgpinline/pgpinline.c
438         * src/plugins/pgpmime/pgpmime.c
439                 Better error reporting
440         * src/mbox.c
441                 Probably fix bug #971 (2.2.3 cannot read mail 
442                 from local mbox)
443
444
445 2006-06-15 [mones]      2.3.0cvs15
446
447         * tools/make.themes.project
448                 creates the themes project from the web page
449
450 2006-06-15 [colin]      2.3.0cvs14
451
452         * src/folder.c
453                 Better fix (avoid losing the folder if scan_tree 
454                 fails)
455
456 2006-06-15 [cleroy]     2.3.0cvs13
457
458         * src/folder.c
459                 Probably fix Bug #969 (crash on rebuilding 
460                 imap folder)
461
462 2006-06-14 [colin]      2.3.0cvs12
463
464         * manual/dtd/manual.xsl
465         * manual/sylpheed-claws-manual.xml
466         * manual/fr/sylpheed-claws-manual.xml
467         * manual/pl/sylpheed-claws-manual.xml
468                 Insert pagebreaks between sections
469
470 2006-06-14 [paul]       2.3.0cvs11
471
472         * configure.ac
473                 better fix than 2.3.0cvs10
474
475 2006-06-14 [paul]       2.3.0cvs10
476
477         * configure.ac
478                 fix setting of PACKAGE_DATA_DIR with newer autoconf
479                 (backwards compatible)
480
481 2006-06-13 [colin]      2.3.0cvs9
482
483         * src/messageview.c
484                 Fix sending of return receipt with the new queue folders
485
486 2006-06-13 [wwp]        2.3.0cvs8
487
488         * src/quote_fmt_lex.l
489                 fix wrong tokens returned in quote_fmt lexer, query not().
490
491 2006-06-13 [wwp]        2.3.0cvs7
492
493         * src/folder.c
494         * src/prefs_folder_item.c
495                 allow changing folder type even when folder is not a top-level one,
496                 thanks to Colin.
497
498 2006-06-12 [colin]      2.3.0cvs6
499
500         * src/folderview.c
501                 Fix double-ask of "Do you want to mark all
502                 as read"
503
504 2006-06-12 [colin]      2.3.0cvs5
505
506         * src/compose.c
507         * src/compose.h
508         * src/folder.c
509         * src/folder.h
510         * src/imap.c
511         * src/inc.c
512         * src/main.c
513         * src/messageview.c
514         * src/mh.c
515         * src/prefs_folder_item.c
516         * src/procheader.c
517         * src/procmime.c
518         * src/procmsg.c
519         * src/procmsg.h
520         * src/send_message.c
521         * src/summaryview.c
522         * src/toolbar.c
523                 Apply bug #964's patch (Queue and drafts aren't normal)
524                 The Drafts and Queue folder now contain RFC-822 files,
525                 allowing to move and copy mails from and to these 
526                 folders. Moving from Drafts to Queue will prepare the
527                 mail for sending (PGP signature, encryption, etc).
528                 This patch also rework sending errors handling to try
529                 to be more helpful.
530                 Also, allow redefining folder types via the GUI 
531                 (Folder type in its Properties)
532
533 2006-06-12 [colin]      2.3.0cvs4
534
535         * src/summaryview.c
536         * src/prefs_common.c
537         * src/prefs_common.h
538         * src/gedit-print.c
539                 Allow to define a specific print font - patch
540                 by Bernhard Walle <bernhard.walle@gmx.de>
541         * src/prefs_fonts.c
542         * manual/advanced.xml
543         * manual/fr/advanced.xml
544                 Add a hidden pref to allow deletion without
545                 confirmation
546
547 2006-06-12 [wwp]        2.3.0cvs3
548
549         * .cvsignore
550                 more files to ignore.
551
552 2006-06-12 [wwp]        2.3.0cvs2
553
554         * src/quote_fmt.c
555         * src/quote_fmt_lex.l
556         * src/quote_fmt_parse.y
557                 extend the quote_fmt parser (templates and quotes):
558                 - allow limited sub-expressions in |p{} and |f{} expressions,
559                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
560                 - implemented/fixed missing implementation of query_references and show_references,
561                 - completed, fixed contents and format of the symbols help dialog,
562                 - fix some compilation warnings.
563
564 2006-06-12 [wwp]        2.3.0cvs1
565
566         * manual/advanced.xml
567         * manual/fr/advanced.xml
568                 updates in the "templates" section of the manual (eng/fr):
569                  - be more precise (both versions)
570                  - completed to match the english reference (fr version)
571                  - touchups (both versions)
572
573 2006-06-12 [paul]       2.3.0
574
575         2.3.0 released
576
577 2006-06-12 [paul]       2.2.3cvs14
578
579         * po/ca.po
580         * po/cs.po
581         * po/de.po
582         * po/el.po
583         * po/fr.po
584         * po/it.po
585         * po/pt_BR.po
586         * po/sr.po
587         * po/zh_CN.po
588                 updated by Miquel Oliete, Tim, Stephan Sachse,
589                 Stavros Giannouris, Fabien Vantard, Andrea
590                 Spadaccini, Frederico Goncalves Guimaraes,
591                 Aleksandar Urosevic, and Ralgh Young
592
593 2006-06-12 [colin]      2.2.3cvs13
594
595         * src/mbox.c
596                 Add missing header
597
598 2006-06-11 [colin]      2.2.3cvs12
599
600         * src/msgcache.c
601                 Verify that g_malloc() succeeded
602
603 2006-06-11 [colin]      2.2.3cvs11
604
605         * src/wizard.c
606                 Add Face header to welcome mail
607
608 2006-06-10 [colin]      2.2.3cvs10
609
610         * src/textview.c
611                 Revert previous (Forgot it changes the
612                 margin on the whole mail)
613
614 2006-06-10 [colin]      2.2.3cvs9
615
616         * src/textview.c
617                 Don't overlap long headers under (X-)Face
618
619 2006-06-10 [mones]      2.2.3cvs8
620
621         * manual/xml2pdf
622                 allow generation of manual on systems lacking saxon binary
623                 but with java and the saxon library installed
624
625         * po/es.po
626                 updated for release
627
628 2006-06-09 [colin]      2.2.3cvs7
629
630         * src/summaryview.c
631                 Fix leak when using Display Sender using Addressbook
632
633 2006-06-09 [colin]      2.2.3cvs6
634
635         * src/compose.c
636         * src/folder.c
637         * src/folderview.c
638         * src/mimeview.c
639         * src/summaryview.c
640                 More leaks fixes
641
642 2006-06-09 [paul]       2.2.3cvs5
643
644         * AUTHORS
645         * src/gtk/authors.h
646         * tools/claws.i18n.status.pl
647                 updated with new info
648
649 2006-06-09 [paul]       2.2.3cvs4
650
651         * README
652                 updated
653         * manual/ack.xml
654                 add wwp to authors list
655         * src/gtk/authors.h
656                 update mine and Colin's addresses
657
658 2006-06-08 [colin]      2.2.3cvs3
659
660         * src/etpan/imap-thread.c
661                 Fix leak on SSL cert check
662
663 2006-06-08 [colin]      2.2.3cvs2
664
665         * src/common/utils.c
666                 Fix leak
667
668 2006-06-08 [paul]       2.2.3cvs1
669
670         * configure.ac
671                 Update version number following
672                 stable release
673
674 2006-06-07 [colin]      2.2.2cvs3
675
676         * src/msgcache.c
677                 Fix catching cache read errors (guint instead of gint)
678                 Prevent malloc'ing more than 8MB (means cache corruption)
679
680 2006-06-07 [paul]       2.2.2cvs2
681
682         * src/exporthtml.c
683         * src/exportldif.c
684         * src/mh.c
685         * src/mutt.c
686         * src/pine.c
687         * src/common/utils.c
688                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
689                 obey $HOME'
690                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
691                 Thanks to Colin
692
693 2006-06-06 [paul]       2.2.2cvs1
694
695         * configure.ac
696                 Update version number following
697                 stable release
698
699 2006-06-06 [paul]       2.2.1cvs6
700
701         * src/matcher.c
702                 fix  implicit declaration of
703                 sylpheed_do_idle()
704                 Patch by Fabien Vantard
705
706 2006-06-06 [paul]       2.2.1cvs5
707
708         * src/matcher.c
709                 fix age_greater and age_lower so that they
710                 mean what say and not '...or equal to'
711                 Thanks to Colin
712
713 2006-06-06 [paul]       2.2.1cvs4
714
715         * src/textview.c
716         * src/common/utils.c
717                 fix URI check
718                 Thanks to Colin
719
720 2006-06-05 [wwp]        2.2.1cvs3
721
722         * manual/fr/account.xml
723                 minor language fixes (thanks to Fabien Vantard).
724
725 2006-06-05 [colin]      2.2.1cvs2
726
727         * src/prefs_folder_item.c
728         * src/folderview.c
729                 Allow recursive setting of properties 
730                 for whole mailboxes
731         * src/matcher.c
732                 Don't freeze on 'test' filtering rule
733
734 2006-06-05 [colin]      2.2.1cvs1
735
736         * configure.ac
737                 Update version number following
738                 stable release
739
740 2006-06-04 [wwp]        2.2.0cvs82
741
742         * manual/glossary.xml
743         * manual/account.xml
744         * manual/fr/glossary.xml
745         * manual/fr/account.xml
746                 added glossary section and references/links related to the Face custom header.
747
748 2006-06-04 [colin]      2.2.0cvs81
749
750         * src/summaryview.c
751                 Skip to next message on move with no
752                 immediate execution
753
754 2006-06-04 [wwp]        2.2.0cvs80
755
756         * manual/xml2pdf
757                 added sanity checks, exit when needed.
758
759 2006-06-03 [paul]       2.2.0cvs79
760
761         * src/prefs_receive.c
762                 page name is now 'Receiving'
763         * src/prefs_send.c
764                 page name is now 'Sending'
765
766 2006-06-03 [colin]      2.2.0cvs78
767
768         * src/plugins/spamassassin/spamassassin_gtk.c
769                 Autoswitch to Localhost if transport was previously
770                 disabled. Else people had to check [] Enable, then
771                 *reselect* transport.
772
773 2006-06-03 [colin]      2.2.0cvs77
774
775         * src/plugins/pgpinline/pgpinline.c
776         * src/plugins/pgpmime/pgpmime.c
777                 Check that gpg_data_release_and_get_mem 
778                 didn't fail (now, why this happens...)
779
780 2006-06-03 [colin]      2.2.0cvs76
781
782         * src/mbox.c
783                 Fix bug #962 (Manual and/or UI should 
784                 warn about incompatible locking 
785                 causing dataloss)
786
787 2006-06-02 [cleroy]     2.2.0cvs75
788
789         * src/filtering.c
790         * src/folder.c
791         * src/procmsg.c
792         * src/summaryview.c
793                 Fix a few leaks
794
795 2006-06-02 [colin]      2.2.0cvs74
796
797         * src/main.c
798                 On exit, free caches after writing them
799                 Shuts up some valgrind false positives
800         * src/procmsg.c
801         * src/send_message.c
802                 Fix races when reusing existing SMTP connections
803                 Fix inexistant session timeout
804         * src/toolbar.c
805                 Display alertpanel after all queues have
806                 been processed, not after each
807
808 2006-06-02 [wwp]        2.2.0cvs73
809
810         * manual/fr/glossary.xml
811         * manual/fr/ack.xml
812         * manual/ack.xml
813                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
814
815 2006-06-02 [wwp]        2.2.0cvs72
816
817         * manual/xml2pdf
818         * manual/dist/pdf/Makefile.am
819         * manual/dtd/manual.xsl
820         * manual/fr/dist/pdf/Makefile.am
821         * manual/pl/dist/pdf/Makefile.am
822                 we changed the procedure to generate the .pdf version of the manual.
823                 The procedure is more modern and the .pdf we get now has a valid index.
824                 Here are the new pre-requisites:
825
826                 - JRE 1.x (1.4 here): there must be one from your distro
827                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
828                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
829                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
830
831                 See my posts for further info about the installation of this toolchain:
832
833                 Date: Fri, 19 May 2006 19:40:06 +0200
834                 From: wwp <subscript@free.fr>
835                 To: sylpheed-claws-devel@lists.sourceforge.net
836                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
837
838                 and
839
840                 Date: Wed, 24 May 2006 12:58:49 +0200
841                 From: wwp <subscript@free.fr>
842                 To: sylpheed-claws-devel@lists.sourceforge.net
843                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
844
845 2006-06-01 [colin]      2.2.0cvs71
846
847         * src/compose.c
848                 Better guards against IMAP races
849         * src/main.c
850         * src/prefs_common.c
851         * src/prefs_common.h
852         * src/common/ssl_certificate.c
853         * src/etpan/imap-thread.c
854         * src/etpan/imap-thread.h
855         * src/gtk/sslcertwindow.c
856                 New hidden option ssl_skip_cert_check to 
857                 avoid dups of bug #959 (libetpan linked
858                 against gnutls and gnutls buggy on 64bit)
859                 Present expired warning only once per
860                 session/server.
861         * manual/advanced.xml
862         * manual/fr/advanced.xml
863                 Document new option
864
865 2006-06-01 [wwp]        2.2.0cvs70
866
867         * src/messageview.c
868                 fix for bug #961 (return receipt dialog 
869                 complains incorrectly about return-path 
870                 email adress being different), thanks 
871                 to Colin.
872
873 2006-05-31 [cleroy]     2.2.0cvs69
874
875         * src/common/ssl.c
876                 Guard against NULLs, although this
877                 should never be an issue
878
879 2006-05-31 [colin]      2.2.0cvs68
880
881         * src/filtering.c
882                 Use g_slist_prepend
883         * src/imap.c
884                 Don't remove caches when destroying folder, it
885                 could (should) be done at exit
886         * src/inc.c
887                 free processing cache after incorporation
888         * src/etpan/imap-thread.c
889                 Maybe fix bug #959 (Crash on moving to emails 
890                 to a imap account per ssl with a expired 
891                 certificate.)
892
893 2006-05-30 [colin]      2.2.0cvs67
894
895         * src/summaryview.c
896                 Put back event flush when displaying message
897                 It avoids reading a bunch of messages just
898                 by hitting shift-n for too long ;)
899
900 2006-05-29 [colin]      2.2.0cvs66
901
902         * src/summaryview.c
903                 Remove useless g_warnings
904
905 2006-05-29 [colin]      2.2.0cvs65
906
907         * src/imap.c
908                 Fix g_slist_append()s for performance
909
910 2006-05-29 [colin]      2.2.0cvs64
911
912         * src/compose.c
913         * src/common/utils.c
914                 Fix extraneous tab at start of addresses
915         * src/mainwindow.c
916                 Fix warnings (thanks to Fabien)
917                 Fix crash at exit when composing messages 
918                 exist
919         * src/pop.c
920                 Fix progress bar when deleting expired mails
921                 Thanks to Hiro
922         * src/summaryview.c
923         * src/gtk/gtksctree.c
924                 Fix re-sorting slowness
925
926 2006-05-29 [paul]       2.2.0cvs63
927
928         * src/mh.c
929                 fetch full message when moving mails
930                 from another mailbox, (fixed data loss
931                 when filtering from IMAP to MH, introduced
932                 in 2.2.0cvs57).
933                 Thanks to Colin
934
935 2006-05-29 [mones]      2.2.0cvs62
936
937         * src/gtk/gtksctree.c
938                 Unselect faster (patch by Colin)        
939
940 2006-05-26 [colin]      2.2.0cvs61
941
942         * src/summaryview.c
943                 Unplug MSGINFO_UPDATE callback on delete too.
944
945 2006-05-26 [colin]      2.2.0cvs60
946
947         * src/foldersel.c
948                 Fix bold in folder selection window with glib2.10
949                 thanks Hiro
950
951 2006-05-26 [colin]      2.2.0cvs59
952
953         * src/procheader.c
954                 Convert date only if necessary (and don't
955                 try to convert from utf8 to utf8, too)
956         * src/summaryview.c
957                 Only set column's text if the column's 
958                 displayed
959
960 2006-05-26 [colin]      2.2.0cvs58
961
962         * src/summaryview.c
963         * src/gtk/gtkutils.c
964                 Fix useless warning
965
966 2006-05-26 [colin]      2.2.0cvs57
967
968         * src/mainwindow.c
969                 Make summaryview selectable as long as 
970                 no message has focus
971         * src/mh.c
972                 Faster deletion (by implementing mh_remove_msgs)
973                 Faster copy (avoid using mh_fetch_msg just to get
974                 the filename)
975                 Faster move (using move_file instead of copy_file
976                 if MSG_IS_MOVE)
977                 No progressbar if total number of mails to cp/mv 
978                 is less than 100
979         * src/summaryview.c
980                 Fix removal from subject_table when mail gets moved
981                 Faster deletion (g_slist_prepend instead of append)
982         * src/gtk/gtksctree.c
983                 Remove useless code
984
985 2006-05-25 [colin]      2.2.0cvs56
986
987         * src/common/ssl_certificate.c
988                 Fix leak in expired cert check
989
990 2006-05-25 [colin]      2.2.0cvs55
991
992         * src/mh.c
993                 Disable flags syncing on .mh_sequences - it
994                 is buggy and marks mails read under unknown
995                 conditions.
996
997 2006-05-25 [paul]
998
999         * 2.3.0-rc4 released
1000
1001 2006-05-24 [colin]      2.2.0cvs54
1002
1003         attention cvs users: if you manage to crash
1004         Sylpheed-Claws while moving, copying or deleting
1005         mails, we *are* interested in stack traces and
1006         valgrind logs. It looks stable, but one never
1007         knows...
1008
1009         * src/folder.c
1010                 Add progressbar for cache updates
1011         * src/folderutils.c
1012                 Optimize Mark all read in the current
1013                 folder
1014         * src/mh.c
1015                 Add progressbar for copy/move
1016         * src/procmsg.c
1017                 Optimize O(n^2) in copy/move
1018         * src/summaryview.c
1019         * src/gtk/gtksctree.c
1020                 Optimize O(n^2) algos
1021         * src/common/timing.h
1022                 Display ms instead of us
1023
1024 2006-05-24 [wwp]        2.2.0cvs53
1025
1026         * manual/fr/advanced.xml
1027                 updates to the French manual.
1028
1029 2006-05-24 [wwp]        2.2.0cvs52
1030
1031         * src/common/utils.c
1032                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1033
1034 2006-05-24 [wwp]        2.2.0cvs51
1035
1036         * src/folderutils.c
1037                 fixed "mark all read" in MH folders (thanks to Colin).
1038
1039 2006-05-24 [paul]       2.2.0cvs50
1040
1041         * doc/man/sylpheed-claws.1
1042                 updated the man page
1043
1044 2006-05-23 [colin]      2.2.0cvs49
1045
1046         * src/folderview.c
1047         * src/imap.c
1048         * src/inc.c
1049         * src/mbox.c
1050         * src/messageview.c
1051         * src/news.c
1052         * src/send_message.c
1053         * src/summaryview.c
1054         * src/gtk/sslcertwindow.c
1055                 alertpanel fixes, by Fabien
1056
1057 2006-05-23 [colin]      2.2.0cvs48
1058
1059         * src/folder.c
1060         * src/folderview.c
1061         * src/msgcache.c
1062         * src/summaryview.c
1063         * src/gtk/gtksctree.c
1064         * src/gtk/gtksctree.h
1065                 More timings
1066                 Fix slow loading problem, which was caused by the
1067                 use of some gtk_ctree funcs and their use of
1068                 g_list_position while gtk_ctree_(un)link'ing.
1069                 Reap more functions from gtkctree.c to be sure we
1070                 use our (fast) version instead of theirs.
1071         * src/mh.c
1072                 Fix copy of unread mails
1073
1074
1075 2006-05-22 [wwp]        2.2.0cvs47
1076
1077         * manual/fr/advanced.xml
1078                 updated.
1079
1080 2006-05-22 [colin]      2.2.0cvs46
1081
1082         * src/filtering.c
1083                 Fix possible infinite loop. 'copy' is not a 
1084                 final action, so when encountering a 'copy',
1085                 we have to check if a previous one was set
1086                 and do it. In the same way, if we encounter
1087                 a 'move' we have to perform a possibly 
1088                 pending 'copy'. This will slow down filtering
1089                 on IMAP if move+copy or multiple copy actions
1090                 are to be done, but handling it via the batch
1091                 would be really too convoluted.
1092
1093 2006-05-22 [wwp]        2.2.0cvs45
1094
1095         * manual/fr/advanced.xml
1096         * manual/fr/faq.xml
1097         * manual/fr/glossary.xml
1098         * manual/fr/handling.xml
1099         * manual/fr/intro.xml
1100         * manual/fr/plugins.xml
1101         * manual/fr/sylpheed-claws-manual.xml
1102                 sync w/ the english manual: updates URIs, documented mailing-list
1103                 support, better explanation about the enabled/disabled feature
1104                 in filtering/processing rules by Paul.
1105
1106 2006-05-21 [colin]      2.2.0cvs44
1107
1108         * src/summaryview.c
1109                 Don't expand after building threads, but during
1110
1111 2006-05-21 [colin]      2.2.0cvs43
1112
1113         * src/procmsg.c
1114         * src/summaryview.c
1115                 More timing possibilities... For next time I have 
1116                 to find out how the hell some 3GHz computer takes
1117                 one minute to open a 30k folder...
1118
1119 2006-05-21 [colin]      2.2.0cvs42
1120
1121         * manual/pl/advanced.xml
1122         * manual/pl/faq.xml
1123         * manual/pl/glossary.xml
1124         * manual/pl/handling.xml
1125         * manual/pl/intro.xml
1126         * manual/pl/plugins.xml
1127         * manual/pl/sylpheed-claws-manual.xml
1128                 Polish manual updated by Pawel
1129
1130 2006-05-20 [colin]
1131
1132         * 2.3.0-rc3 released
1133
1134 2006-05-20 [colin]      2.2.0cvs41
1135
1136         * src/imap.c
1137                 Fix -rc2 problems:
1138                 - remove cache of moved messages from original folder
1139                 - apply new flags to messages even if they aren't appliable
1140                   via IMAP.
1141
1142 2006-05-20 [colin]
1143
1144         * 2.3.0-rc2 released
1145
1146 2006-05-19 [colin]      2.2.0cvs40
1147
1148         * src/imap.c
1149                 Don't issue SELECT in imap_change_flags
1150                 before having checked that we indeed have
1151                 some flags to change. MSG_POSTFILTERED for
1152                 example can't be used on IMAP.
1153                 Fixes bug #955 (copying messages between 
1154                 imap folders is extremely slow), which was
1155                 a regression.
1156
1157 2006-05-19 [colin]      2.2.0cvs39
1158
1159         * src/folder.c
1160         * src/folder.h
1161         * src/folderview.c
1162                 Try to fix bug #830 (Some unread messages 
1163                 get marked read in IMAP inbox):
1164                 - Prevent scanning a folder if it's being 
1165                   opened via the GUI
1166                 - Postpone opening via the GUI of a folder
1167                   currently scanned.
1168
1169
1170 2006-05-19 [wwp]        2.2.0cvs38
1171
1172         * manual/advanced.xml
1173                 fix English+typo (thanks to Paul).
1174
1175 2006-05-19 [wwp]        2.2.0cvs37
1176
1177         * manual/advanced.xml
1178         * manual/fr/advanced.xml
1179         * src/gtk/logwindow.c
1180         * src/prefs_common.c
1181         * src/prefs_common.h
1182                 added hidden prefs to allow customization of colors used in
1183                 protocol log window (useful for dark gtk+ themes).
1184
1185 2006-05-19 [wwp]        2.2.0cvs36
1186
1187         * ChangeLog
1188                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1189
1190 2006-05-19 [paul]       2.2.0cvs35
1191
1192         * src/textview.c
1193                 make Reply-To fully clickable
1194         * src/gtk/logwindow.c
1195                 more colouring (SMTP ESMTP)
1196         Both patches by Pawel Pekala
1197
1198 2006-05-19 [cleroy]     2.2.0cvs34
1199
1200         * src/mh.c
1201                 Don't update flags from current folder
1202                 Probably fixes bug #935 (Read Messages 
1203                 Revert to Being Marked as Unread)
1204
1205 2006-05-18 [colin]      2.2.0cvs33
1206
1207         * src/imap.c
1208                 Warning fix
1209         * src/compose.c
1210         * src/mainwindow.c
1211         * src/summaryview.c
1212         * src/toolbar.c
1213                 Allow replying to multiple emails
1214                 in multiple windows
1215         * src/mimeview.c
1216         * src/etpan/imap-thread.c
1217                 Leak fixes
1218
1219 2006-05-18 [paul]       2.2.0cvs32
1220
1221         * src/summaryview.c
1222                 keep Mailing-List menu refreshed
1223                 Thanks to Colin
1224
1225 2006-05-18 [paul]       2.2.0cvs31
1226
1227         * manual/advanced.xml
1228         * manual/faq.xml
1229         * manual/glossary.xml
1230         * manual/handling.xml
1231         * manual/intro.xml
1232         * manual/plugins.xml
1233         * manual/sylpheed-claws-manual.xml
1234                 update URLs
1235                 add info about mailing-list support
1236                 edit filtering info
1237         * src/wizard.c
1238         * src/common/defs.h
1239         * src/gtk/about.c
1240         * src/plugins/dillo_viewer/README
1241                 update URLs
1242
1243 2006-05-17 [wwp]        2.2.0cvs30
1244
1245         * manual/handling.xml
1246         * manual/fr/handling.xml
1247                 documented the ability to enabled/disable filtering/processing rules.
1248
1249 2006-05-17 [colin]      2.2.0cvs29
1250
1251         * src/main.c
1252                 Don't initialize g_thread subsystem if it's 
1253                 already done (thanks to Hiro)
1254         * src/mimeview.c
1255                 Fix saving of parts when there name can't be
1256                 converted from UTF-8.
1257
1258 2006-05-17 [paul]       2.2.0cvs28
1259
1260         * po/Makefile.in.in
1261                 fix config.status warning with autoconf 2.60
1262
1263 2006-05-17 [paul]       2.2.0cvs27
1264
1265         * po/POTFILES.in
1266                 add src/mbox.c
1267
1268 2006-05-17 [wwp]        2.2.0cvs26
1269
1270         * src/mainwindow.c
1271                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1272
1273 2006-05-17 [wwp]        2.2.0cvs25
1274
1275         * src/plugins/demo/demo.c
1276                 updated product name in plugin demo (many plugins need to be
1277                 sync'ed w/ that change).
1278
1279 2006-05-17 [colin]      2.2.0cvs24
1280
1281         * src/mh.c
1282                 Fix leak
1283
1284 2006-05-16 [colin]      2.2.0cvs23
1285
1286         * src/mainwindow.c
1287                 Stupid me hit again. Fix cvs22.
1288
1289 2006-05-16 [colin]      2.2.0cvs22
1290
1291         * src/mainwindow.c
1292                 Fix bug #922 (sylpheed-claws crashed after 
1293                 pushing on Inbox folder)
1294
1295 2006-05-16 [colin]      2.2.0cvs21
1296
1297         * src/compose.c
1298                 Make From header be copy/paste/select-able
1299
1300 2006-05-16 [wwp]        2.2.0cvs20
1301
1302         * src/export.c
1303         * src/matcher.c
1304         * src/summaryview.c
1305         * src/etpan/imap-thread.c
1306                 fix some compiler warnings (thanks to Colin).
1307
1308 2006-05-16 [wwp]        2.2.0cvs19
1309
1310         * src/action.c
1311         * src/gedit-print.c
1312         * src/inc.c
1313         * src/mainwindow.c
1314         * src/mh.c
1315         * src/statusbar.c
1316         * src/send_message.c
1317         * src/summaryview.c
1318                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1319
1320 2006-05-15 [colin]      2.2.0cvs18
1321
1322         * src/procmsg.c
1323                 Fix automatic rule creation with List-Post
1324
1325 2006-05-15 [paul]       2.2.0cvs17
1326
1327         * tools/filter_conv_new.pl
1328                 updated for rule enabling/disabling
1329                 claws version >= 2.3.x required
1330
1331 2006-05-15 [cleroy]     2.2.0cvs16
1332
1333         * src/main.c
1334                 Revert test
1335
1336 2006-05-15 [cleroy]     2.2.0cvs15
1337
1338         * src/main.c
1339                 test
1340
1341 2006-05-15 [wwp]        2.2.0cvs14
1342
1343         * manual/pl/.cvsignore
1344                 ignore generated files.
1345
1346 2006-05-14 [wwp]        2.3.0-rc1
1347
1348         * 2.3.0-rc1 released
1349
1350 2006-05-13 [wwp]        2.2.0cvs13
1351
1352         * src/filtering.c
1353         * src/filtering.h
1354         * src/matcher.c
1355         * src/matcher_parser_lex.l
1356         * src/matcher_parser_parse.y
1357         * src/prefs_filtering.c
1358                 new feature: provide the ability to disable filtering and processing
1359                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1360                 adaptations.
1361
1362 2006-05-13 [colin]      2.2.0cvs12
1363
1364         * src/compose.c
1365                 Remove useless if (a) b; else b;
1366                 Thanks to wwp
1367
1368 2006-05-13 [wwp]        2.2.0cvs11
1369
1370         * src/export.c
1371         * src/import.c
1372         * src/mainwindow.c
1373         * src/mbox.c
1374         * src/summaryview.c
1375         * src/summaryview.h
1376                 no more silent failures (or at least less ones) when importing
1377                 or exporting from/to mbox. Also start importing/exporting if
1378                 the necessary info is set.
1379
1380 2006-05-13 [wwp]        2.2.0cvs10
1381
1382         * RELEASE_NOTES
1383                 restored up-to-date release notes.
1384
1385 2006-05-13 [paul]       2.2.0cvs9
1386
1387         * po/nl.po
1388         * po/ru.po
1389                 updated by Tim Dijkstra and Pavlo Bohmat
1390
1391 2006-05-12 [colin]      2.2.0cvs8
1392
1393         * src/gtk/quicksearch.c
1394                 Add "k" as shortcut for "colorlabel". Patch
1395                 by ath42@users.sf.net.
1396
1397 2006-05-12 [paul]       2.2.0cvs7
1398
1399         * src/prefs_common.h
1400         * src/prefs_summaries.c
1401         * src/summaryview.c
1402                 when entering a folder also allow
1403                 going directly to first Marked message
1404
1405 2006-05-12 [paul]       2.2.0cvs6
1406
1407         * src/summaryview.c
1408                 always obey 'confirm before marking all
1409                 mails read' option
1410
1411 2006-05-12 [paul]       2.2.0cvs5
1412
1413         * src/textview.c
1414                 make Sender fully clickable
1415
1416 2006-05-12 [colin]      2.2.0cvs4
1417
1418         * src/compose.c
1419         * src/compose.h
1420                 Let From be editable
1421         * src/main.c
1422         * src/mh.c
1423                 Full support of .mh_sequences' Unseen seq
1424
1425 2006-05-12 [colin]      2.2.0cvs3
1426
1427         * src/folder.c
1428         * src/mainwindow.c
1429         * src/mainwindow.h
1430         * src/messageview.c
1431         * src/prefs_spelling.c
1432         * src/procheader.c
1433         * src/procmsg.c
1434         * src/procmsg.h
1435         * src/summaryview.c
1436         * src/toolbar.c
1437         * src/toolbar.h
1438                 Add contextual menu on Compose toolbar
1439                 button. Fixes bug #944 (Automatic
1440                 addresses not applied when changing account
1441                 from compose window)
1442                 add Mailing List support
1443                 based on the old 0.6.5claws25 patch by
1444                 Melvin Hadasht, with finishing touches
1445                 by Colin
1446                 Fix "ignore thread" when mails are threaded by
1447                 subject (and weren't ignored although appearing
1448                 in the thread).
1449                 GUI rework.
1450                 Both patches by Pawel.
1451
1452 2006-05-08 [paul]       2.2.0cvs2
1453
1454         * src/mainwindow.c
1455         * src/mainwindow.h
1456         * src/messageview.c
1457         * src/procheader.c
1458         * src/procmsg.c
1459         * src/procmsg.h
1460         * src/summaryview.c
1461                 add Mailing List support
1462                 based on the old 0.6.5claws25 patch by 
1463                 Melvin Hadasht, with finishing touches
1464                 by Colin
1465
1466 2006-05-08 [colin]      2.2.0cvs1
1467
1468         * src/mainwindow.c
1469         * src/toolbar.c
1470         * src/toolbar.h
1471                 Add contextual menu on Compose toolbar 
1472                 button. Fixes bug #944 (Automatic 
1473                 addresses not applied when changing account 
1474                 from compose window)
1475
1476 2006-05-08 [paul]       2.2.0
1477
1478         2.2.0 released
1479
1480 2006-05-08 [paul]       2.1.1cvs51
1481
1482         * po/cs.po
1483         * po/de.po
1484         * po/en_GB.po
1485         * po/fi.po
1486         * po/fr.po
1487         * po/pt_BR.po
1488         * po/sr.po
1489         * po/zh_CN.po
1490                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1491                 Fabien Vantard, Frederico Goncalves Guimaraes,
1492                 Aleksandar Urosevic, and Ralgh Young
1493
1494 2006-05-12 [colin]      2.1.1cvs50
1495
1496         * po/cs.po
1497         * po/de.po
1498         * po/en_GB.po
1499         * po/es.po
1500         * po/fi.po
1501         * po/fr.po
1502         * po/pt_BR.po
1503         * po/sr.po
1504         * po/zh_CN.po
1505                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1506                 Fabien Vantard, Frederico Goncalves Guimaraes,
1507                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1508
1509 2006-05-05 [colin]      2.1.1cvs49
1510
1511         * manual/Makefile.am
1512         * manual/pl/Makefile.am
1513         * manual/pl/account.xml
1514         * manual/pl/ack.xml
1515         * manual/pl/addrbook.xml
1516         * manual/pl/advanced.xml
1517         * manual/pl/faq.xml
1518         * manual/pl/glossary.xml
1519         * manual/pl/gpl.xml
1520         * manual/pl/handling.xml
1521         * manual/pl/intro.xml
1522         * manual/pl/keyboard.xml
1523         * manual/pl/plugins.xml
1524         * manual/pl/starting.xml
1525         * manual/pl/sylpheed-claws-manual.xml
1526         * manual/pl/dist/.cvsignore
1527         * manual/pl/dist/Makefile.am
1528         * manual/pl/dist/html/.cvsignore
1529         * manual/pl/dist/html/Makefile.am
1530         * manual/pl/dist/pdf/.cvsignore
1531         * manual/pl/dist/pdf/Makefile.am
1532         * manual/pl/dist/ps/.cvsignore
1533         * manual/pl/dist/ps/Makefile.am
1534         * manual/pl/dist/txt/.cvsignore
1535         * manual/pl/dist/txt/Makefile.am
1536                 Add the polish translation of the manual,
1537                 Authored by Pawel Pekala.
1538
1539 2006-05-05 [cleroy]     2.1.1cvs48
1540
1541         * src/main.c
1542                 Re-read matcherrc after loading plugins 
1543                 if some of them add folders.
1544
1545 2006-05-03 [colin]      2.1.1cvs47
1546
1547         * src/imap.c
1548                 I'm idiot
1549
1550 2006-05-03 [colin]      2.1.1cvs46
1551
1552         * src/imap.c
1553                 Be sure to have a session when
1554                 getting separator
1555
1556 2006-05-03 [colin]      2.1.1cvs45
1557
1558         * src/imap.c
1559         * src/imap.h
1560         * src/imap_gtk.c
1561                 Fix preventing renaming with namespace 
1562                 separator.
1563
1564 2006-05-01 [colin]      2.1.1cvs44
1565
1566         * src/action.c
1567                 Don't reload messageview when result of
1568                 action is piped.
1569
1570 2006-04-29 [colin]      2.1.1cvs43
1571
1572         * src/prefs_receive.c
1573         * src/plugins/spamassassin/spamassassin_gtk.c
1574         * src/plugins/clamav/clamav_plugin_gtk.c
1575                 GUI fixes by Pawel
1576
1577 2006-04-29 [colin]      2.1.1cvs42
1578
1579         * src/prefs_compose_writing.c
1580         * src/prefs_quote.c
1581                 Cleanups. Patch by Pawel
1582
1583 2006-04-28 [paul]       2.1.1cvs41
1584
1585         * src/matcher.c
1586                 fix returned quick search results when search
1587                 term contains an underscore.
1588                 Thanks to Colin
1589
1590 2006-04-28 [paul]       2.1.1cvs40
1591
1592         * src/prefs_message.c
1593         * src/prefs_receive.c
1594                 GUI cleanups
1595                 Patches by Pawel Pekala
1596
1597 2006-04-27 [colin]      2.1.1cvs39
1598
1599         * src/wizard.c
1600                 Differentiate subject Welcome from
1601                 window's title Welcome
1602
1603 2006-04-27 [paul]
1604
1605         2.2.0-rc1 released
1606
1607 2006-04-27 [paul]       2.1.1cvs38
1608
1609         * manual/advanced.xml
1610         * manual/fr/advanced.xml
1611                 add info about compose_no_markup hidden pref
1612
1613 2006-04-27 [paul]       2.1.1cvs37
1614
1615         * src/prefs_account.c
1616                 improve privacy labels
1617         * src/prefs_msg_colors.c
1618                 change some strings for translators' convenience
1619         * src/gtk/gtkutils.c
1620                 don't underline the link button text
1621
1622 2006-04-25 [colin]      2.1.1cvs36
1623
1624         * src/folder.c
1625                 Complete 2.1.1cvs33 (once more ;)
1626
1627 2006-04-25 [colin]      2.1.1cvs35
1628
1629         * src/editldap.c
1630                 Fix tooltip
1631
1632 2006-04-25 [cleroy]     2.1.1cvs34
1633
1634         * src/compose.c
1635         * src/gtk/gtkaspell.c
1636                 Fix crash on redirect (related to the return 
1637                 of the aspell menu in compose's toolbar)
1638         * src/prefs_msg_colors.c
1639                 Fix sensitivity widgets
1640         * src/image_viewer.c
1641         * src/gtk/pluginwindow.c
1642         * src/gtk/prefswindow.c
1643                 Change released signals to clicked (Fabien)
1644         * po/POTFILES.in
1645         * src/common/socket.c
1646         * src/plugins/spamassassin/spamassassin.c
1647                 Translate strings (Fabien)
1648
1649 2006-04-25 [paul]       2.1.1cvs33
1650
1651         * src/folder.c
1652         * src/folder.h
1653         * src/folderview.c
1654                 complete the fix of bug #912
1655                 Thanks to Colin
1656
1657 2006-04-25 [colin]      2.1.1cvs32
1658
1659         * src/news.c
1660                 Better progress bar
1661         * src/mimeview.c
1662         * src/summaryview.c
1663         * src/summaryview.h
1664                 Fix focus chain
1665                 Patches by Pawel Pekala
1666
1667 2006-04-24 [colin]      2.1.1cvs31
1668
1669         * src/compose.c
1670                 Fix compilation warnings (Fabien)
1671
1672 2006-04-24 [colin]      2.1.1cvs30
1673
1674         * src/addrindex.c
1675         * src/editldap.c
1676         * src/editldap_basedn.c
1677         * src/editldap_basedn.h
1678         * src/ldapctrl.c
1679         * src/ldapctrl.h
1680         * src/ldapquery.c
1681         * src/ldaputil.c
1682         * src/ldaputil.h
1683                 Fix bug #901 (LDAPS support)
1684
1685 2006-04-24 [colin]      2.1.1cvs29
1686
1687         * src/compose.c
1688                 Fix logic on error with send dialog on
1689         * src/imap.c
1690                 Fix compilation without libetpan, thanks
1691                 to Fabien
1692         * src/summaryview.c
1693                 Fix 'context-menu' key
1694
1695 2006-04-23 [colin]      2.1.1cvs28
1696
1697         * src/folder.c
1698                 Never free current's cache to free up 
1699                 memory. Fixes bug #912 (new count 
1700                 randomly set to message count)
1701
1702 2006-04-23 [colin]      2.1.1cvs27
1703
1704         * src/gtk/quicksearch.c
1705                 And remove printf...
1706
1707 2006-04-23 [colin]      2.1.1cvs26
1708
1709         * src/gtk/quicksearch.c
1710                 Fix replacing in quicksearch, and fix inserting
1711                 in the middle of the string. (introduced at 2.1.0cvs22)
1712
1713 2006-04-23 [colin]      2.1.1cvs25
1714
1715         * src/imap.c
1716                 Make sure uidnext is initialized in get_num_list
1717                 (not for stable, related to 2.1.1cvs8 and friends)
1718
1719 2006-04-23 [colin]      2.1.1cvs24
1720
1721         * src/imap.c
1722                 Output something when login is successful
1723                 too
1724
1725 2006-04-23 [colin]      2.1.1cvs23
1726
1727         * src/etpan/imap-thread.c
1728                 Better logging (line-per-line, hide data in fetch)
1729                 Fix a const warning
1730         * src/gtk/logwindow.c
1731         * src/gtk/logwindow.h
1732                 Better logging (color for input/output)
1733
1734 2006-04-21 [colin]      2.1.1cvs22
1735
1736         * src/gtk/quicksearch.c
1737                 On gtk+-2.8, use stock buttons in quicksearch
1738                 Based on a patch by Fabien and a design by Paul
1739
1740 2006-04-21 [colin]      2.1.1cvs21
1741
1742         * src/folderview.c
1743         * src/mainwindow.c
1744                 Fix occasional flicker in folderview
1745         * src/common/utils.c
1746                 Fix bug #943 (Incorrectly parsed email address 
1747                 list in short headers on message view and in 
1748                 printouts)
1749
1750 2006-04-20 [colin]      2.1.1cvs20
1751
1752         * src/imap.c
1753         * src/imap.h
1754         * src/prefs_account.c
1755                 Add ANONYMOUS auth for IMAP
1756
1757 2006-04-20 [paul]       2.1.1cvs19
1758
1759         * src/main.c
1760                 proper fix for 2.1.1cvs18
1761                 Thanks to Colin
1762
1763 2006-04-20 [paul]       2.1.1cvs18
1764
1765         * src/main.c
1766                 fix build warnings
1767
1768 2006-04-20 [paul]       2.1.1cvs17
1769
1770         * src/gtk/quicksearch.c
1771                 fix standard, non-extended Quick search,
1772                 was broken in 2.1.1cvs15.
1773                 Thanks to Colin.
1774
1775 2006-04-20 [colin]      2.1.1cvs16
1776
1777         * src/prefs_matcher.c
1778                 Fix values when reselecting a ~test
1779                 rule
1780
1781 2006-04-19 [colin]      2.1.1cvs15
1782
1783         * src/compose.c
1784         * src/compose.h
1785         * src/gtk/gtkaspell.c
1786         * src/gtk/gtkaspell.h
1787                 Put back Options menu in Spelling/
1788         * src/gtk/quicksearch.c
1789                 Don't search, and show error, if the
1790                 advanced search has a syntax error
1791
1792 2006-04-18 [colin]      2.1.1cvs14
1793
1794         * src/textview.c
1795                 Fix gdk warnings on set_cursor when textview
1796                 isn't visible
1797
1798 2006-04-18 [colin]      2.1.1cvs13
1799
1800         * src/gtk/gtksctree.c
1801                 Remove seemingly useless refresh that causes
1802                 flicker - watch this commit in case of 
1803                 problems before planned backport to stable
1804
1805 2006-04-18 [colin]      2.1.1cvs12
1806
1807         * src/imap.c
1808                 Factorize get/set_xml code
1809         * src/compose.c
1810         * src/prefs_account.c
1811         * src/prefs_account.h
1812         * src/procmsg.c
1813                 Add Encrypt to self option
1814
1815 2006-04-17 [colin]      2.1.1cvs11
1816
1817         * configure.ac
1818                 Fix search on encrpyt function on dragonfly
1819                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1820
1821 2006-04-17 [colin]      2.1.1cvs10
1822
1823         * src/prefs_account.c
1824                 Be safe by default: remove mails from POP3
1825                 after 7 days, not immediately
1826
1827 2006-04-17 [colin]      2.1.1cvs9
1828
1829         * src/etpan/imap-thread.c
1830                 Fix build on DragonFly - patch by 
1831                 Jonathan Buschmann <jonthn@agmact.com>
1832
1833 2006-04-17 [colin]      2.1.1cvs8
1834
1835         * src/imap.c
1836                 Save uidnext between sessions
1837
1838 2006-04-17 [colin]      2.1.1cvs7
1839
1840         * src/imap.c
1841                 scan is required when uid validity changes
1842
1843 2006-04-17 [colin]      2.1.1cvs6
1844
1845         * src/folderview.c
1846                 Don't scan if not necessary, apart in current
1847                 folder and INBOX to fetch flags.
1848         * src/imap.c
1849                 Scan is necessary if unread count changes
1850
1851 2006-04-17 [colin]      2.1.1cvs5
1852
1853         * src/imap.c
1854                 ...But always fetch ANSWERED and DELETED flags for
1855                 INBOX, as filtering can happen on these flags.
1856
1857 2006-04-17 [colin]      2.1.1cvs4
1858
1859         * src/imap.c
1860                 Don't fetch REPLIED and DELETED flags when synchronising
1861                 flags with a closed folder. We only need UNSEEN and FLAGGED
1862                 to update the folderview.
1863
1864 2006-04-17 [colin]      2.1.1cvs3
1865
1866         * src/imap.c
1867                 Faster flag search when there are new mails 
1868                 in a folder. We can do a full search if the 
1869                 folder contains less messages than the new
1870                 list.
1871
1872 2006-04-17 [colin]      2.1.1cvs2
1873
1874         * po/cs.po
1875         * po/de.po
1876         * po/fr.po
1877         * po/nl.po
1878         * po/pt_BR.po
1879                 Update translations from stable branch
1880
1881 2006-04-17 [colin]      2.1.1cvs1
1882
1883         * configure.ac
1884                 Bump version to follow stable release
1885
1886 2006-04-16 [mones]      2.1.0cvs50
1887
1888         * po/es.po
1889                 Updated for release
1890
1891 2006-04-16 [colin]      2.1.0cvs49
1892
1893         * src/textview.c
1894                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
1895                 with gtk < 2.8. Thanks to Fabien Vantard.
1896
1897 2006-04-15 [colin]      2.1.0cvs48
1898
1899         * src/etpan/imap-thread.c
1900                 Fix bug #919 (libetpan: SEGV when connecting 
1901                 using command)
1902
1903 2006-04-14 [colin]      2.1.0cvs47
1904
1905         * src/main.c
1906                 Fix race on --select (should be done better)
1907
1908 2006-04-14 [wwp]        2.1.0cvs46
1909
1910         * src/send_message.c
1911                 enforce a check for domain in account prefs (a sending
1912                 error could be faced if domain was checked but no value set),
1913                 thanks to Colin.
1914
1915 2006-04-14 [colin]      2.1.0cvs45
1916
1917         * src/codeconv.c
1918                 when converting from unknown to unknown, if the
1919                 string is UTF8, don't convert it to the locale
1920                 (which breaks it)
1921
1922 2006-04-14 [colin]      2.1.0cvs44
1923
1924         * src/compose.c
1925                 Don't try to use ASCII for converting headers
1926                 (as done in body)
1927
1928 2006-04-14 [paul]       2.1.0cvs43
1929
1930         * src/crash.c
1931                 add locale/charset info to crash report
1932         * src/gtk/about.c
1933                 add wwp to doc team
1934                 replace 'e-mail' with preferred 'email'
1935         * src/gtk/authors.h
1936                 ensure contributors list is in alphabetical
1937                 order
1938
1939 2006-04-13 [colin]      2.1.0cvs42
1940
1941         * src/textview.c
1942                 Prevent gdk warnings
1943
1944 2006-04-13 [colin]      2.1.0cvs41
1945
1946         * src/common/ssl_certificate.c
1947         * src/common/ssl_certificate.h
1948         * src/gtk/sslcertwindow.c
1949                 Warn on expired certs, and display the expiration date
1950
1951 2006-04-13 [colin]      2.1.0cvs40
1952
1953         * src/plugins/spamassassin/spamassassin_gtk.c
1954                 Fix missing set_text on unix socket
1955
1956 2006-04-13 [wwp]        2.1.0cvs39
1957
1958         * manual/fr/advanced.xml
1959         * manual/fr/glossary.xml
1960                 applied new spam/ham/email lexicon (pourriel, courriel)
1961
1962 2006-04-13 [paul]       2.1.0cvs38
1963
1964         * src/plugins/pgpmime/plugin.c
1965                 remove the mention of S/MIME from the
1966                 description. This is now handled by the
1967                 S/MIME plugin.
1968
1969 2006-04-13 [paul]       2.1.0cvs37
1970
1971         * src/prefs_msg_colors.c
1972                 rework dialog
1973         * src/prefs_folder_item.c
1974         * src/prefs_spelling.c
1975                 add a tooltip to the colour selector buttons
1976
1977 2006-04-13 [wwp]        2.1.0cvs36
1978
1979         * manual/advanced.xml
1980         * manual/glossary.xml
1981         * manual/handling.xml
1982         * manual/keyboard.xml
1983         * manual/plugins.xml
1984         * manual/starting.xml
1985         * manual/fr/account.xml
1986         * manual/fr/ack.xml
1987         * manual/fr/addrbook.xml
1988         * manual/fr/advanced.xml
1989         * manual/fr/faq.xml
1990         * manual/fr/glossary.xml
1991         * manual/fr/gpl.xml
1992         * manual/fr/handling.xml
1993         * manual/fr/intro.xml
1994         * manual/fr/keyboard.xml
1995         * manual/fr/plugins.xml
1996         * manual/fr/starting.xml
1997         * manual/fr/sylpheed-claws-manual.xml
1998                 fixes to the manuals:
1999                  - summaryview -> Message List (same in French)
2000                  - translate key names
2001                  - fix French punctuation, use non-breakable spaces when
2002                    necessary, don't use &thinsp; which is not portable
2003                  - tell what maildir and mbox formats we support
2004
2005 2006-04-12 [wwp]        2.1.0cvs35
2006
2007         * src/prefs_toolbar.c
2008                 unified a replace button more,
2009                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2010
2011 2006-04-12 [wwp]        2.1.0cvs34
2012
2013         * src/prefs_common.c
2014         * src/prefs_msg_colors.c
2015                 make default color labels translatable,
2016                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2017                 thanks to Tim <timbrain@post.cz> for reporting.
2018
2019 2006-04-12 [wwp]        2.1.0cvs33
2020
2021         * manual/glossary.xml
2022         * manual/intro.xml
2023         * manual/plugins.xml
2024         * manual/starting.xml
2025         * manual/sylpheed-claws-manual.xml
2026         * manual/fr/.cvsignore
2027         * manual/fr/account.xml
2028         * manual/fr/ack.xml
2029         * manual/fr/addrbook.xml
2030         * manual/fr/advanced.xml
2031         * manual/fr/faq.xml
2032         * manual/fr/glossary.xml
2033         * manual/fr/handling.xml
2034         * manual/fr/intro.xml
2035         * manual/fr/keyboard.xml
2036         * manual/fr/plugins.xml
2037         * manual/fr/starting.xml
2038         * manual/fr/sylpheed-claws-manual.xml
2039                 various fixes: typos, missing .fr translations, punctuation,
2040                 capitalization, links, accents and some bad French more.
2041
2042 2006-04-12 [wwp]        2.1.0cvs32
2043
2044         * src/prefs_gtk.c
2045                 fix for bug #935: always store prefs files in UTF-8 (thanks
2046                 to Colin).
2047
2048 2006-04-11 [colin]      2.1.0cvs31
2049
2050         * src/compose.c
2051                 Fix inserting files not in utf8 when locale is utf8
2052
2053 2006-04-11 [colin]      2.1.0cvs30
2054
2055         * src/inc.c
2056                 Don't show error dialog when cancelling connection
2057                 Patch by Pawel
2058
2059 2006-04-11 [cleroy]     2.1.0cvs29
2060
2061         * src/compose.c
2062                 Implement multiple quote levels
2063         * src/prefs_common.c
2064                 Change a little bit the quote bgcolor for 2nd level
2065
2066 2006-04-11 [colin]      2.1.0cvs28
2067
2068         * src/gtk/about.c
2069                 Add locale and charset in the label
2070
2071 2006-04-10 [colin]      2.1.0cvs27
2072
2073         * src/compose.c
2074         * src/prefs_common.c
2075         * src/prefs_common.h
2076         * src/prefs_msg_colors.c
2077         * src/textview.c
2078                 Allow optional background color in quotes
2079                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2080                 GTK+-2.8.x feature
2081
2082 2006-04-10 [colin]      2.1.0cvs26
2083
2084         * src/main.c
2085         * src/mainwindow.c
2086         * src/mainwindow.h
2087                 Implement --select
2088
2089 2006-04-10 [colin]      2.1.0cvs25
2090
2091         * manual/plugins.xml
2092         * manual/fr/plugins.xml
2093                 Document libcurl's proxy variables
2094
2095 2006-04-09 [colin]      2.1.0cvs24
2096
2097         * src/prefs_common.c
2098                 gettext() returns statically allocated stuff. We have
2099                 to strdup it in order to be able to free it.
2100
2101 2006-04-09 [colin]      2.1.0cvs23
2102
2103         * AUTHORS
2104         * src/gtk/authors.h
2105                 Add Alexei
2106
2107 2006-04-09 [colin]      2.1.0cvs22
2108
2109         * src/mainwindow.c
2110         * src/gtk/quicksearch.c
2111                 Fix bug #859 (problems with cyrilic input in 
2112                 search panel) - Patch by Alexey Illarionov 
2113                 <littlesavage@rambler.ru>
2114
2115 2006-04-09 [colin]      2.1.0cvs21
2116
2117         * src/prefs_customheader.c
2118                 I prefer removing then freeing rather than the contrary
2119                 (even if it doesn't change anything ;-)
2120         * src/prefs_account.c
2121                 Fix bug #933 (Crash re-entering the custom headers list 
2122                 dialog in accounts prefs)
2123                 The problem happened when cancelling the Account 
2124                 Preferences' dialogs - in which case we didn't do 
2125                 anything to the PrefsAccount * struct. In case of applying,
2126                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2127                 working with in this dialog. The problem is that 
2128                 prefs_customheader.c, working on this tmp_ac_prefs, always
2129                 changes the ->customhdr_list pointer, even when cancelled. 
2130                 So in case of cancelling the prefs_account dialog, we still
2131                 have to update ->customhdr_list in the real account.
2132
2133 2006-04-08 [colin]      2.1.0cvs20
2134
2135         * manual/fr/glossary.xml
2136         * manual/fr/keyboard.xml
2137                 Forgot some headers :)
2138
2139 2006-04-08 [colin]      2.1.0cvs19
2140
2141         * manual/Makefile.am
2142         * manual/fr/Makefile.am
2143         * manual/fr/account.xml
2144         * manual/fr/ack.xml
2145         * manual/fr/addrbook.xml
2146         * manual/fr/advanced.xml
2147         * manual/fr/faq.xml
2148         * manual/fr/glossary.xml
2149         * manual/fr/gpl.xml
2150         * manual/fr/handling.xml
2151         * manual/fr/intro.xml
2152         * manual/fr/keyboard.xml
2153         * manual/fr/plugins.xml
2154         * manual/fr/starting.xml
2155         * manual/fr/sylpheed-claws-manual.xml
2156         * manual/fr/dist/.cvsignore
2157         * manual/fr/dist/Makefile.am
2158         * manual/fr/dist/html/.cvsignore
2159         * manual/fr/dist/html/Makefile.am
2160         * manual/fr/dist/pdf/.cvsignore
2161         * manual/fr/dist/pdf/Makefile.am
2162         * manual/fr/dist/ps/.cvsignore
2163         * manual/fr/dist/ps/Makefile.am
2164         * manual/fr/dist/txt/.cvsignore
2165         * manual/fr/dist/txt/Makefile.am
2166                 Add the french translation of the manual. Thanks to
2167                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2168                 account.xml, ack.xml, addrbook.xml and advanced.xml
2169
2170 2006-04-08 [colin]      2.1.0cvs18
2171
2172         * manual/plugins.xml
2173         * manual/starting.xml
2174                 More fixes
2175
2176 2006-04-07 [colin]      2.1.0cvs17
2177
2178         * manual/faq.xml
2179         * manual/intro.xml
2180         * manual/keyboard.xml
2181                 Little fixes
2182
2183 2006-04-07 [colin]      2.1.0cvs16
2184
2185         * README
2186         * src/compose.c
2187         * src/prefs_common.c
2188         * src/prefs_common.h
2189                 Add hidden compose_no_markup pref
2190
2191 2006-04-07 [wwp]        2.1.0cvs15
2192
2193         * src/summary_search.c
2194         * .cvsignore
2195                 Bugfix: stop button was sticky when searching in an empty folder.
2196                 Applied curly brackets code style to the whole file (summary_search.c).
2197                 More files to ignore.
2198
2199 2006-04-07 [wwp]        2.1.0cvs14
2200
2201         * src/message_search.c
2202         * src/summary_search.c
2203                 changed default button when search bumps at file/folder
2204                 beginning or end, for convenience (thanks to Colin).
2205
2206 2006-04-07 [paul]       2.1.0cvs13
2207
2208         * src/plugins/dillo_viewer/dillo_prefs.c
2209                 avoid future potential for namespace collision
2210                 Patch by Colin
2211
2212 2006-04-06 [wwp]        2.1.0cvs12
2213
2214         * src/summary_search.c
2215                 Unify extended/advanced searches names (and thus factorize labels),
2216                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2217
2218 2006-04-06 [wwp]        2.1.0cvs11
2219
2220         * src/folderview.c
2221         * src/prefs_themes.c
2222         * src/summaryview.c
2223                 Fixed some compilation warnings.
2224
2225 2006-04-06 [colin]      2.1.0cvs10
2226
2227         * manual/advanced.xml
2228                 Document the wizard template and how to deploy
2229                 Sylpheed-Claws effectively
2230
2231 2006-04-06 [colin]      2.1.0cvs9
2232
2233         * src/folderview.c
2234                 gettext patch to tell translators about _("#"),
2235                 by Maxim Britov
2236
2237 2006-04-06 [colin]      2.1.0cvs8
2238
2239         * src/textview.c
2240                 Fix invalid GtkTextBIter after clicking "Display as text"
2241
2242 2006-04-06 [mones]      2.1.0cvs7
2243
2244         * src/addr_compl.c
2245         * src/addrindex.c
2246         * src/addritem.c
2247         * src/codeconv.c
2248         * src/compose.c
2249         * src/filtering.c
2250         * src/folder.c
2251         * src/folder_item_prefs.c
2252         * src/folderview.c
2253         * src/localfolder.c
2254         * src/matcher.c
2255         * src/mimeview.c
2256         * src/prefs_msg_colors.c
2257         * src/prefs_spelling.c
2258         * src/prefs_themes.c
2259         * src/procmime.c
2260         * src/procmsg.c
2261         * src/stock_pixmap.c
2262         * src/summaryview.c
2263         * src/textview.c
2264         * src/toolbar.c
2265         * src/common/mgutils.c
2266         * src/common/prefs.c
2267         * src/common/ssl_certificate.c
2268         * src/gtk/colorlabel.c
2269         * src/gtk/quicksearch.c
2270         * src/plugins/pgpmime/pgpmime.c
2271         * src/plugins/spamassassin/spamassassin.c
2272                 Removed redundant NULL checks for g_free() calls.
2273                 Patch by Pawel Pekala.
2274
2275 2006-04-06 [mones]      2.1.0cvs6
2276
2277         * src/prefs_actions.c
2278         * src/prefs_filtering.c
2279         * src/prefs_filtering_action.c
2280         * src/prefs_matcher.c
2281         * src/prefs_template.c
2282         * src/gtk/gtkutils.c
2283         * src/gtk/gtkutils.h
2284                 Have a nice replace button. Patch by Pawel Pekala
2285
2286 2006-04-06 [colin]      2.1.0cvs5
2287
2288         * src/addressbook.c
2289                 Fix crash with empty columns
2290
2291 2006-04-05 [colin]      2.1.0cvs4
2292
2293         * src/wizard.c
2294         * src/prefs_gtk.c
2295                 Allow wizard customization with pre-filled values
2296
2297 2006-04-05 [colin]      2.1.0cvs3
2298
2299         * src/textview.c
2300         * src/mimeview.c
2301         * src/mimeview.h
2302                 Nicer messages in mimeview
2303
2304 2006-04-05 [colin]      2.1.0cvs2
2305
2306         * src/addressbook.c
2307         * src/prefs_summaries.c
2308                 i18n fix
2309
2310 2006-04-05 [colin]      2.1.0cvs1
2311
2312         * src/plugins/pgpcore/plugin.c
2313         * src/plugins/pgpcore/select-keys.c
2314         * src/plugins/pgpcore/select-keys.h
2315         * src/plugins/pgpcore/sgpgme.c
2316         * src/plugins/pgpcore/sgpgme.h
2317         * src/plugins/pgpinline/pgpinline.c
2318         * src/plugins/pgpinline/plugin.c
2319         * src/plugins/pgpmime/pgpmime.c
2320         * src/plugins/pgpmime/plugin.c
2321                 Factorize and generalize a bit 
2322                 Drop S/MIME signature verification from PGP/MIME
2323                 (adding it as another, more complete plugin)
2324
2325 2006-04-05 [paul]       2.1.0
2326
2327         2.1.0 released
2328
2329 2006-04-05 [paul]       2.0.0cvs186
2330
2331         * manual/advanced.xml
2332                 add info on colour labels
2333
2334 2006-04-05 [paul]       2.0.0cvs185
2335
2336         * po/bg.po
2337         * po/cs.po
2338         * po/de.po
2339         * po/el.po
2340         * po/en_GB.po
2341         * po/fi.po
2342         * po/fr.po
2343         * po/it.po
2344         * po/nl.po
2345         * po/pl.po
2346         * po/pt_BR.po
2347         * po/sr.po
2348         * po/zh_CN.po
2349                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2350                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2351                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2352                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2353         * src/gtk/authors.h
2354         * tools/claws.i18n.status.pl
2355                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2356                 and new Czech translator, Tim <timbrain@post.cz>
2357
2358 2006-04-05 [mones]      2.0.0cvs184
2359
2360         * po/es.po
2361                 Updated translation
2362
2363 2006-04-05 [colin]      2.0.0cvs183
2364
2365         * src/gtk/quicksearch.c
2366                 Fix bug #929 (unnecessary reload in quick search bar)
2367
2368 2006-04-05 [colin]      2.0.0cvs182
2369
2370         * src/compose.c
2371                 Fix crash on Reply with no From:
2372                 Show signature and conversion error on queuing 
2373                 (but not sending)
2374         * src/mainwindow.c
2375         * src/summaryview.c
2376         * src/summaryview.h
2377                 Factorize threading code and make sure msginfo 
2378                 is not null when it comes from a GtkCTreeRow's 
2379                 data
2380         * src/gtk/gtkaspell.c
2381                 Check for necessary things
2382         * src/gtk/gtksctree.c
2383         * src/gtk/gtksctree.h
2384                 Reset anchor if necessary when removing node
2385
2386 2006-03-29 [colin]      2.0.0cvs181
2387
2388         * src/folderview.c
2389                 Warn for disabled IMAP accounts (due to lack of
2390                 libetpan). Breaks string-freeze - sorry - but it
2391                 is kind of important ;)
2392
2393 2006-03-28 [colin]      2.0.0cvs180
2394
2395         * src/gtk/gtkutils.c
2396         * src/gtk/gtkutils.h
2397                 Add a gtkut_get_link_btn() function that
2398                 creates a button which acts like an URI
2399         * src/prefs_themes.c
2400         * src/gtk/about.c
2401                 Use this function (factorizes codes)
2402         * src/common/defs.h
2403         * src/gtk/pluginwindow.c
2404                 Add a "Get more..." in the plugins window
2405
2406 2006-03-28 [colin]      2.0.0cvs179
2407
2408         * src/common/smtp.c
2409         * src/common/passcrypt.c
2410         * src/undo.c
2411                 Warning fixes. Patch by Pawel Pekala
2412
2413 2006-03-27 [colin]      2.0.0cvs178
2414
2415         * src/undo.c
2416                 Fix undoing by blocks with spaces
2417
2418 2006-03-27 [colin]      2.0.0cvs177
2419
2420         * src/textview.c
2421                 Set margin to 3px for headers
2422
2423 2006-03-27 [paul]
2424
2425         2.1.0-rc2 released
2426
2427 2006-03-27 [wwp]        2.0.0cvs176
2428
2429         * src/summaryview.c
2430                 don't reset quicksearch when updating the message list.
2431                 Thanks to Colin.
2432
2433 2006-03-26 [wwp]        2.0.0cvs175
2434
2435         * src/compose.c
2436                 use a unified border width ('other' tab in the compose window,
2437                 patch by Pawel Pekala).
2438
2439
2440 2006-03-26 [wwp]        2.0.0cvs174
2441
2442         * src/common/quoted-printable.c
2443         * src/addressbook.c
2444                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2445
2446 2006-03-26 [colin]      2.0.0cvs173
2447
2448         * src/quote_fmt_parse.y
2449                 Fix non-UTF8 date formats messing up the whole quote a 
2450                 little bit
2451
2452 2006-03-26 [colin]      2.0.0cvs172
2453
2454         * src/procheader.c
2455                 Make sure the date is UTF8 valid, or try to make it
2456                 so. IncrediMail is really IncrediStupid.
2457         * src/compose.c
2458                 Fix possible conversions. 
2459                 
2460
2461 2006-03-26 [colin]      2.0.0cvs171
2462
2463         * src/matcher.c
2464                 Fix corner cases in body search. This is still a
2465                 hack... It seems impossible to make it good and 
2466                 reasonably fast at the same time.
2467
2468 2006-03-26 [colin]      2.0.0cvs170
2469
2470         * src/summaryview.c
2471                 I think I killed the twilight zone bug!
2472                 summary_select_node() flushes GTK events in order
2473                 to be able to center the view. But this also 
2474                 flushes keypresses like Ctrl-Alt-U, so this can
2475                 call summary_show from summary_select_node (itself
2476                 called from summary_show, etc.). And the summaryview
2477                 has to be unlocked in this function. So just locking
2478                 while processing GTK events, and bailing if locked, 
2479                 should fix it.
2480                 Fixes bug #927 (SIGSEGV during Update Summary)
2481
2482 2006-03-25 [colin]      2.0.0cvs169
2483
2484         * src/matcher.c
2485                 Fix search in QP-encoded bodies
2486                 Fix utf-8 searches in bodies encoded in the
2487                 locale's encoding
2488         * src/common/quoted-printable.c
2489         * src/common/quoted-printable.h
2490                 Add a decode function that doesn't overwrite
2491                 the original pointer
2492                 
2493
2494 2006-03-24 [colin]      2.0.0cvs168
2495
2496         * src/action.c
2497         * src/summaryview.c
2498         * src/summaryview.h
2499                 Update message cache after action
2500                 Patch by H. Merijn Brand
2501         * src/prefs_msg_colors.c
2502                 Factorize label 
2503                 Patch by Fabien Vantard
2504         * src/plugins/spamassassin/spamassassin_gtk.c
2505                 Remove useless translation
2506                 Patch by Fabien Vantard
2507
2508 2006-03-23 [colin]      2.0.0cvs167
2509
2510         * src/common/ssl.c
2511                 Let 30 seconds to SSL_connect
2512
2513 2006-03-23 [wwp]        2.0.0cvs166
2514
2515         * src/summaryview.c
2516         * src/gtk/description_window.c
2517                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2518                 and headers are translated; adjust description windows' width to fit their
2519                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2520
2521 2006-03-23 [paul]       2.0.0cvs165
2522
2523         * src/common/utils.c
2524                 fix highlighting of URIs containing "()"
2525                 (2.0.0cvs164's reversal fixed)
2526                 Thanks to Colin.
2527
2528 2006-03-23 [paul]       2.0.0cvs164
2529
2530         * src/common/utils.c
2531                 revert patch, (postponing a fix), at 2.0.0cvs120
2532                 as it breaks more URIs than it fixes.
2533                 Allow '-' to be a terminating character in a URI
2534
2535 2006-03-22 [colin]      2.0.0cvs163
2536
2537         * configure.ac
2538                 Require libetpan 0.45
2539                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2540
2541 2006-03-22 [paul]       2.0.0cvs162
2542
2543         * src/editgroup.c
2544                 replace '<-' and '->' buttons with GTK_STOCK graphical
2545                 buttons
2546         * src/summary_search.c
2547                 don't offer '...' for translation
2548                 add a tooltip to advanced search '...' button
2549         * src/gtk/quicksearch.c
2550                 don't offer '...' for translation
2551
2552 2006-03-21 [colin]      2.0.0cvs161
2553
2554         * src/compose.c
2555                 Fix middle-click pasting (insert at click
2556                 position instead of cursor position, don't
2557                 remove existing selection and allow pasting
2558                 our own selection)
2559         * src/addressbook.c
2560                 "LDAP Server" -> "LDAP servers"
2561
2562 2006-03-21 [wwp]        2.0.0cvs160
2563
2564         * src/etpan/imap-thread.c
2565                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2566
2567 2006-03-20 [colin]      2.0.0cvs159
2568
2569         * src/summaryview.c
2570                 Don't reload summaryview after an execute with no
2571                 move action
2572
2573 2006-03-19 [colin]      2.0.0cvs158
2574
2575         * src/addressbook.c
2576                 and put groups at the top, always
2577
2578 2006-03-19 [colin]      2.0.0cvs157
2579
2580         * src/addressbook.c
2581                 Order groups before names, as previously
2582
2583 2006-03-19 [colin]      2.0.0cvs156
2584
2585         * src/addressbook.c
2586                 - Sort case-unsensitive
2587                 - Put the sort arrow at opening too
2588
2589 2006-03-19 [wwp]        2.0.0cvs155
2590
2591         * src/addressbook.c
2592                 allow sorting by name/email/remarks, ensure that right-pane's contents
2593                 matches the left-pane selection (cleared when appropriate).
2594                 Patch by Pawel Pekala <c0rn@o2.pl>.
2595
2596 2006-03-18 [colin]      2.0.0cvs154
2597
2598         * src/textview.c
2599                 Fix text cursor ;)
2600
2601 2006-03-18 [colin]      2.0.0cvs153
2602
2603         * src/gtk/filesel.c
2604                 Make sure we hide the preview if we didn't get
2605                 a filename
2606
2607 2006-03-18 [colin]      2.0.0cvs152
2608
2609         * src/summaryview.c
2610                 Set cursor to watch for execution (fixes lack
2611                 of watch-cursor when dnd'ing hundreds of mails)
2612         * src/gtk/filesel.c
2613                 Check that mime type is 'image/*' before updating
2614                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2615
2616 2006-03-18 [colin]      2.0.0cvs151
2617
2618         * src/mainwindow.c
2619         * src/textview.c
2620         * src/textview.h
2621                 Put a watch cursor in textview too when the mainwindow's
2622                 cursor in a watch
2623
2624 2006-03-18 [colin]      2.0.0cvs150
2625
2626         * src/folder.c
2627                 Change wrong asserts to simple tests
2628
2629 2006-03-17 [colin]      2.0.0cvs149
2630
2631         * src/mainwindow.c
2632         * src/mainwindow.h
2633         * src/prefs_msg_colors.c
2634         * src/summaryview.c
2635         * src/summaryview.h
2636         * src/gtk/colorlabel.c
2637         * src/gtk/colorlabel.h
2638                 Add a color label menu in the main menubar
2639                 Add (fixed) accels Ctrl-{0-7} to change the color
2640                 They have to be fixed because the menu's dynamic,
2641                 the items are complex widgets, hence we can't use
2642                 a GtkItemFactory.
2643
2644
2645 2006-03-17 [wwp]        2.0.0cvs148
2646
2647         * src/compose.c
2648                 rollback few lines from my previous commit (those lines come from
2649                 a pending patch, accidentally commited, even if neutral as they are
2650                 commented out).
2651
2652 2006-03-17 [wwp]        2.0.0cvs147
2653
2654         * src/compose.c
2655                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2656                 applied code style/indentation to the modified function.
2657
2658 2006-03-17 [wwp]        2.0.0cvs146
2659
2660         * src/procmsg.c
2661         * src/compose.c
2662                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2663
2664 2006-03-17 [paul]
2665
2666         2.1.0-rc1 released
2667
2668 2006-03-17 [paul]       2.0.0cvs145
2669
2670         * src/main.c
2671                 addressbook_read_file() was called twice
2672         * src/textview.c
2673                 X-Mailer highlighting
2674
2675 2006-03-16 [colin]      2.0.0cvs144
2676
2677         * src/sourcewindow.c
2678         * src/sourcewindow.h
2679                 And the last one, in source window.
2680
2681 2006-03-16 [colin]      2.0.0cvs143
2682
2683         * src/compose.c
2684         * src/compose.h
2685                 Fix the same stuff in compose
2686
2687 2006-03-16 [colin]      2.0.0cvs142
2688
2689         * src/messageview.c
2690                 Complete the previous messageview crash fix
2691
2692 2006-03-16 [colin]      2.0.0cvs141
2693
2694         * src/procmsg.h
2695         * src/procmsg.c
2696         * src/folder.c
2697                 Fix POSTPROCESSING hook
2698                 Patch by H. Merijn Brand
2699
2700         * src/procmime.c
2701         * src/procmime.h
2702                 Parse Content-Location
2703
2704         * src/toolbar.c
2705         * src/messageview.c
2706         * src/messageview.h
2707                 Don't crash when a top-level MessageView has
2708                 been closed on us. Same problematic than
2709                 yesterday's quicksearch issue.
2710
2711 2006-03-15 [colin]      2.0.0cvs140
2712
2713         * src/gtk/quicksearch.c
2714                 Fix a bitchy race we didn't think about when we
2715                 added quicksearch cancellation:
2716                 If the search is not on cached fields, for example
2717                 body_part matchcase "stuff"
2718                 the matcher code has to get the whole message. If
2719                 we're on IMAP, that can be slow, and in order to
2720                 be non-blocking, the IMAP code idle loop processes
2721                 gtk events too. So it is possible to cancel a
2722                 quicksearch while the matcher is getting the mail's
2723                 body. After matcher got its body, it will start to
2724                 iterate over the matcher list that the Quicksearch's
2725                 clear_search_cb() just freed via prepare_matcher().
2726                 SIGSEGV ensues.
2727                 The fix consists of guarding the matcherlist_match()
2728                 call with a boolean 'matching'. If we reset the
2729                 quicksearch while matching is TRUE, we don't free
2730                 the matcherlist anymore like we did, but we set
2731                 another new flag, deferred_free, to TRUE. Then,
2732                 in quicksearch_match(), just after returning from
2733                 matcherlist_match() and unsetting the matching flag,
2734                 we check the deferred_free flag and do the
2735                 prepare_matcher() (which does the matcherlist_free)
2736                 for real, so we free the matcherlist once it's not
2737                 used anymore.
2738                 As all of this runs via the glib main loop, we
2739                 luckily don't need a mutex.
2740         * src/summaryview.c
2741                 Also, show progress while searching.
2742
2743
2744 2006-03-14 [colin]      2.0.0cvs139
2745
2746         * src/alertpanel.c
2747                 Make alertpanel_is_open non-static
2748
2749 2006-03-14 [colin]      2.0.0cvs138
2750
2751         * src/prefs_spelling.c
2752                 Cleanups - Fabien Vantard
2753
2754 2006-03-14 [wwp]        2.0.0cvs137
2755
2756         * src/main.c
2757                 code style normalization (curly braces, indentation).
2758
2759 2006-03-14 [wwp]        2.0.0cvs137
2760
2761         * src/main.c
2762                 code style (braces, indentation)
2763
2764 2006-03-12 [paul]       2.0.0cvs136
2765
2766         * src/prefs_common.c
2767                 trans_hdr defaults to FALSE to be RFC-savvy
2768         * src/prefs_summaries.c
2769                 add a tooltip to the trans_hdr option
2770                 
2771
2772 2006-03-12 [paul]       2.0.0cvs135
2773
2774         * src/prefs_matcher.c
2775                 give a little more width to the combos
2776         * src/prefs_display_header.c
2777         * src/textview.c
2778                 translate headers if prefs_common.trans_hdr
2779                 is TRUE
2780
2781         Patches by Pawel Pekala
2782
2783 2006-03-12 [paul]       2.0.0cvs134
2784
2785         * src/plugins/clamav/clamav_plugin.c
2786         * src/plugins/dillo_viewer/dillo_viewer.c
2787         * src/plugins/pgpcore/plugin.c
2788         * src/plugins/pgpinline/plugin.c
2789         * src/plugins/pgpmime/plugin.c
2790         * src/plugins/spamassassin/spamassassin.c
2791                 update/add to descriptions
2792         * src/plugins/spamassassin/spamassassin_gtk.c
2793                 fixes to the english, remove superfluous
2794                 tooltips, clean up a little
2795
2796 2006-03-12 [paul]       2.0.0cvs133
2797
2798         * src/compose.c
2799                 fix Bug 924, 'Account combo box shows up wrong 
2800                 if & is in account name'
2801
2802 2006-03-11 [colin]      2.0.0cvs132
2803
2804         * src/summaryview.c
2805                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2806                 messed up shift-selection because is slows down
2807                 moving around summaryview. thanks -users
2808
2809 2006-03-10 [colin]      2.0.0cvs131
2810
2811         * src/plugins/spamassassin/spamassassin_gtk.c
2812                 Put back Paul's engrish fixes
2813
2814 2006-03-10 [colin]      2.0.0cvs130
2815
2816         * src/plugins/spamassassin/spamassassin.c
2817         * src/plugins/spamassassin/spamassassin.h
2818         * src/plugins/spamassassin/spamassassin_gtk.c
2819                 Cleanup SA prefs page (more)
2820                 Patch by Fabien Vantard
2821
2822 2006-03-10 [paul]       2.0.0cvs129
2823
2824         * src/prefs_msg_colors.c
2825         * src/prefs_spelling.c
2826                 widget sensitivity
2827
2828 2006-03-09 [mones]      2.0.0cvs128
2829
2830         * po/es.po
2831                 Update for next RC
2832
2833 2006-03-09 [wwp]        2.0.0cvs127
2834
2835         * configure.ac
2836                 revert accidental commit (requirement for libetpan 0.43), this time
2837                 not in HEAD.
2838
2839 2006-03-09 [wwp]        2.0.0cvs125
2840
2841         * configure.ac
2842                 revert accidental commit (requirement for libetpan 0.43)
2843
2844 2006-03-09 [paul]       2.0.0cvs126
2845
2846         * src/prefs_receive.c
2847                 remove useless frame
2848                 replace 'incorporation' with 'receiving'
2849         * src/plugins/clamav/clamav_plugin_gtk.c
2850         * src/plugins/spamassassin/spamassassin_gtk.c
2851                 improve widget sensitivity
2852                 fix a bit his engrish
2853
2854 2006-03-09 [wwp]        2.0.0cvs125
2855
2856         * src/addressadd.c
2857         * src/foldersel.c
2858         * src/prefs_common.c
2859         * src/prefs_common.h
2860                 remember some more windows' sizes (add to addressbook and
2861                 select folder).
2862
2863 2006-03-09 [paul]       2.0.0cvs124
2864
2865         * src/plugins/pgpcore/prefs_gpg.c
2866                 normalise construction of dialogue
2867
2868 2006-03-09 [paul]       2.0.0cvs123
2869
2870         * src/plugins/trayicon/Makefile.am
2871                 add missing slash
2872
2873 2006-03-08 [colin]      2.0.0cvs122
2874
2875         * src/plugins/trayicon/Makefile.am
2876                 Fix build in separate dir 
2877                 Patch by Bamanzi <bamanzi@gmail.com>
2878
2879 2006-03-08 [colin]      2.0.0cvs121
2880
2881         * src/procmsg.c
2882                 Batch move and copies from summaryview with delayed execution
2883                 too
2884
2885 2006-03-07 [paul]       2.0.0cvs120
2886
2887         * src/common/utils.c
2888                 fix highlighting of URIs containing "()"
2889                 Patch by Pawel Pekala
2890
2891 2006-03-07 [paul]       2.0.0cvs119
2892
2893         * src/folder.c
2894         * src/folder.h
2895         * src/folderview.c
2896                 immediately do alphabetical resort when
2897                 changing a folder's name
2898                 Patch by Pawel Pekala
2899
2900 2006-03-07 [paul]       2.0.0cvs118
2901
2902         * src/news.c
2903         * src/news_gtk.c
2904                 when unsubscribing a newsgroup, remove the
2905                 folder and msgs in .sylpheed-claws/newscache
2906                 Patch by Pawel Pekala <c0rn@gazeta.pl>
2907
2908 2006-03-07 [paul]       2.0.0cvs117
2909
2910         * src/textview.c
2911                 fix wrong Fake URL Warning
2912                 Thanks to Hiro
2913
2914 2006-03-07 [colin]      2.0.0cvs116
2915
2916         * src/imap.c
2917                 Return immediately when password dialog was
2918                 cancelled
2919         * src/gtk/inputdialog.c
2920                 Allow empty strings for passwords
2921
2922
2923 2006-03-06 [colin]      2.0.0cvs115
2924
2925         * src/imap.c
2926                 Prevent double-timeouts when connection fails
2927
2928 2006-03-06 [colin]
2929
2930         2.0.1-rc1 released
2931
2932 2006-03-06 [colin]      2.0.0cvs114
2933
2934         * src/imap.c
2935                 Refresh session during potentially long
2936                 operations
2937
2938 2006-03-06 [wwp]        2.0.0cvs113
2939
2940         * src/prefs_msg_colors.h
2941                 forgot that one (custom color labels).
2942
2943 2006-03-06 [wwp]        2.0.0cvs112
2944
2945         * src/prefs_common.c
2946         * src/prefs_common.h
2947         * src/prefs_msg_colors.c
2948         * src/summaryview.c
2949         * src/summaryview.h
2950         * src/gtk/colorlabel.c
2951         * src/gtk/colorlabel.h
2952                 colors in messages list are now customizable. Color values and names can
2953                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2954                 Thanks to Paul and Colin for their help with this longstanding patch!
2955
2956 2006-03-06 [wwp]        2.0.0cvs111
2957
2958         * src/textview.c
2959                 don't crash if (x)face is bad.
2960
2961 2006-03-05 [paul]       2.0.0cvs110
2962
2963         * AUTHORS
2964         * configure.ac
2965         * src/Makefile.am
2966         * src/common/Makefile.am
2967         * src/common/utils.h
2968         * src/etpan/imap-thread.c
2969         * src/gtk/authors.h
2970         * src/plugins/clamav/Makefile.am
2971         * src/plugins/demo/Makefile.am
2972         * src/plugins/dillo_viewer/Makefile.am
2973         * src/plugins/pgpcore/Makefile.am
2974         * src/plugins/pgpcore/passphrase.c
2975         * src/plugins/pgpinline/Makefile.am
2976         * src/plugins/pgpmime/Makefile.am
2977         * src/plugins/spamassassin/Makefile.am
2978         * src/plugins/trayicon/Makefile.am
2979                 fix builiding on cygwin
2980                 Patch by Ralgh Young <bamanzi@gmail.com>
2981
2982 2006-03-04 [wwp]        2.0.0cvs109
2983
2984         * manual/keyboard.xml
2985                 fix mixed up/down keys.
2986
2987 2006-03-04 [wwp]        2.0.0cvs108
2988
2989         * README
2990         * INSTALL
2991                 updated links to SpamAssassin.
2992
2993 2006-03-04 [wwp]        2.0.0cvs107
2994
2995         * manual/plugins.xml
2996         * src/plugins/spamassassin/README
2997                 updated SpamAssassin plugin docs to reflect new functional additions
2998                 (also fix/update/documents few technical stuff more, see the README).
2999
3000 2006-03-04 [wwp]        2.0.0cvs106
3001
3002         * src/prefs_message.c
3003                 normalized capitalization of message-prefs paths.
3004
3005 2006-03-04 [wwp]        2.0.0cvs105
3006
3007         * manual/advanced.xml
3008                 typo.
3009
3010 2006-03-03 [colin]      2.0.0cvs104
3011
3012         * src/plugins/clamav/clamav_plugin_gtk.c
3013                 Rework prefs page, patch by Fabien 
3014
3015 2006-03-03 [colin]      2.0.0cvs103
3016
3017         * src/plugins/clamav/clamav_plugin.c
3018                 Set error on all errors
3019
3020 2006-03-03 [colin]      2.0.0cvs102
3021
3022         * src/common/plugin.c
3023                 Initialize error to avoid crashing when a plugin fails
3024                 without setting error
3025
3026 2006-03-02 [wwp]        2.0.0cvs101
3027
3028         * configure.ac
3029                 fixed linker flags for libetpan support on Cygwin
3030                 (thanks to H.Merijn Brand).
3031
3032 2006-03-02 [wwp]        2.0.0cvs100
3033
3034         * src/addressbook.c
3035                 fix some AB error messages: one for punctuation and
3036                 one wrongly duplicate (thanks, maxbritov).
3037
3038 2006-03-02 [wwp]        2.0.0cvs99
3039
3040         * src/plugins/spamassassin/spamassassin.c
3041                 make sync calls to sa-learn/spamc to prevent
3042                 system (whatever local or client/server) overload.
3043
3044 2006-03-02 [colin]      2.0.0cvs98
3045
3046         * src/summaryview.c
3047                 Put the spam icon in the status column instead of the
3048                 mark one
3049
3050 2006-03-01 [colin]      2.0.0cvs97
3051
3052         * src/plugins/spamassassin/spamassassin.c
3053                 Fix segfault (g_file_set_contents fails for some 
3054                 reason and err==0x2f. Can't find out why with
3055                 valgrind, using working function :-)
3056
3057 2006-03-01 [colin]      2.0.0cvs96
3058
3059         * src/inc.c
3060                 Offline overriding: let 'No' be cached only 3 seconds
3061
3062 2006-03-01 [colin]      2.0.0cvs95
3063
3064         * src/addr_compl.c
3065         * src/addrbook.c
3066         * src/addressbook.c
3067         * src/addrindex.c
3068         * src/folder_item_prefs.c
3069         * src/headerview.c
3070         * src/imap.c
3071         * src/inc.c
3072         * src/ldif.c
3073         * src/mainwindow.c
3074         * src/mh.c
3075         * src/msgcache.c
3076         * src/prefs_common.h
3077         * src/prefs_msg_colors.c
3078         * src/procheader.c
3079         * src/procheader.h
3080         * src/procmime.c
3081         * src/procmsg.c
3082         * src/procmsg.h
3083         * src/send_message.h
3084         * src/simple-gettext.c
3085         * src/summaryview.c
3086         * src/summaryview.h
3087         * src/syldap.c
3088         * src/textview.c
3089         * src/undo.c
3090         * src/common/ssl_certificate.c
3091         * src/common/utils.c
3092         * src/gtk/colorsel.c
3093         * src/gtk/gtksctree.c
3094         * src/gtk/gtkshruler.c
3095         * src/plugins/trayicon/trayicon.c
3096                 #if 0 goes to /dev/null
3097
3098 2006-03-01 [colin]      2.0.0cvs94
3099
3100         * src/compose.c
3101         * src/imap.c
3102         * src/inc.c
3103         * src/inc.h
3104         * src/messageview.c
3105         * src/news.c
3106         * src/plugins/spamassassin/spamassassin.c
3107                 Allow to add information in the "working offline"
3108                 window
3109
3110 2006-03-01 [wwp]        2.0.0cvs93
3111
3112         * src/plugins/spamassassin/spamassassin.c
3113                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3114                 'cause it seems that calling `spamc ... < inputfile` with
3115                 g_spawn_(a)sync simply.. erm doesn't work :-).
3116
3117 2006-03-01 [wwp]        2.0.0cvs92
3118
3119         * src/toolbar.c
3120         * src/toolbar.h
3121                 simplify the adding of spam/ham button to the messageview toolbar
3122                 (it gets more clear now that the same button will be "Mark as spam"
3123                 or "Mark as ham" according to the current message status,
3124                 thanks to Colin).
3125
3126 2006-03-01 [wwp]        2.0.0cvs91
3127
3128         * src/messageview.c
3129         * src/procmsg.c
3130         * src/procmsg.h
3131         * src/summaryview.c
3132         * src/plugins/spamassassin/spamassassin.c
3133         * src/plugins/spamassassin/spamassassin.h
3134                 make learner callbacks return a status (0 for ok),
3135                 handle it in main code to avoid setting flags when learning failed,
3136                 don't learn on TCP if offline in spamassassin,
3137                 thanks to Colin.
3138
3139                 
3140
3141 2006-03-01 [wwp]        2.0.0cvs90
3142
3143         * src/compose.c
3144                 some work around the compose window's account menu,
3145                 patch by Fabien Vantard.
3146
3147 2006-03-01 [wwp]        2.0.0cvs89
3148
3149         * src/plugins/spamassassin/spamassassin.c
3150                 fixed bad logics, was using spamc in local mode and sa-learn
3151                 in remote mode (thanks, Colin).
3152
3153 2006-03-01 [wwp]        2.0.0cvs88
3154
3155         * src/plugins/spamassassin/spamassassin.c
3156         * src/plugins/spamassassin/spamassassin.h
3157         * src/plugins/spamassassin/spamassassin_gtk.c
3158                 made processing of emails w/ sa-plugin an option (default is TRUE),
3159                 fixed Engrish some tooltips, capitalization of some debug messages
3160                 and warnings. The spamassassin plugin now provides two separate
3161                 services: process emails upon incorporation and spamd training.
3162                 Both services (un)register independently but use some common
3163                 plugin settings (transport settings, spam storage location).
3164
3165 2006-02-28 [wwp]        2.0.0cvs87
3166
3167         * src/plugins/spamassassin/spamassassin.c
3168                 fix async flag to spamc cmdline execution (batch exec should
3169                 be asynchronous).
3170
3171 2006-02-27 [wwp]        2.0.0cvs86
3172
3173         * src/plugins/spamassassin/spamassassin.c
3174         * src/plugins/spamassassin/spamassassin.h
3175         * src/plugins/spamassassin/spamassassin_gtk.c
3176                 - added the ability to learn a remote spamassassin server (spamd),
3177                 using spamc.
3178                 - added the spamassassin option 'username', that applies to all
3179                 spamassassin operations (filtering, learning, local or remote).
3180                 The default username is the current unix user (if left blank
3181                 from gtk prefs or config file).
3182                 - commented out some unused code (notebook widget), removed unused
3183                 layout (hbox1).
3184                 - make more widgets sensitive to the transport type.
3185
3186 2006-02-27 [colin]      2.0.0cvs85
3187
3188         * src/plugins/spamassassin/spamassassin.c
3189                 Fix sa-learn call when offline
3190
3191 2006-02-27 [colin]      2.0.0cvs84
3192
3193         * configure.ac
3194         * src/Makefile.am
3195         * src/mainwindow.c
3196         * src/mainwindow.h
3197         * src/messageview.c
3198         * src/messageview.h
3199         * src/prefs_toolbar.c
3200         * src/procmsg.c
3201         * src/stock_pixmap.c
3202         * src/stock_pixmap.h
3203         * src/summaryview.c
3204         * src/toolbar.c
3205         * src/toolbar.h
3206         * src/pixmaps/ham_btn.xpm
3207         * src/pixmaps/spam.xpm
3208         * src/pixmaps/spam_btn.xpm
3209         * src/plugins/spamassassin/spamassassin.c
3210                 Add button in toolbar for spam learning
3211                 Fix a few bugs from the last related commit
3212                 Revert 1.9.6cvs23 which messed up shift-selection
3213
3214 2006-02-24 [colin]      2.0.0cvs83
3215
3216         * src/procmsg.c
3217         * src/summaryview.c
3218         * src/summaryview.h
3219         * src/plugins/spamassassin/spamassassin.c
3220         * src/plugins/spamassassin/spamassassin.h
3221         * src/plugins/spamassassin/spamassassin_gtk.c
3222                 Unregister learner when spamassassin is either
3223                 disabled or over tcp
3224
3225 2006-02-24 [colin]      2.0.0cvs82
3226
3227         * src/Makefile.am
3228         * src/mainwindow.c
3229         * src/mainwindow.h
3230         * src/procmsg.c
3231         * src/procmsg.h
3232         * src/stock_pixmap.c
3233         * src/stock_pixmap.h
3234         * src/summaryview.c
3235         * src/summaryview.h
3236         * src/gtk/icon_legend.c
3237         * src/pixmaps/spam.xpm  ** NEW FILE **
3238         * src/plugins/spamassassin/spamassassin.c
3239         * src/plugins/spamassassin/spamassassin_gtk.c
3240                 Add spam learning interface (Mark/Mark as 
3241                 (spam|ham) menus)
3242
3243 2006-02-24 [wwp]        2.0.0cvs81
3244
3245         * src/compose.c
3246         * src/compose.h
3247         * src/filtering.c
3248                 hide compose window when sending message in batch mode
3249                 (filtering: forward and redirect). Also fixed a wrong
3250                 value returned when sending failed, neutral anyway.
3251                 (Colin, me) 
3252
3253 2006-02-24 [wwp]        2.0.0cvs80
3254
3255         * src/mainwindow.c
3256                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3257
3258 2006-02-24 [paul]       2.0.0cvs79
3259
3260         * src/news.c
3261         * src/news.h
3262         * src/news_gtk.c
3263                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3264                 Thanks to Colin
3265
3266 2006-02-23 [colin]      2.0.0cvs78
3267
3268         * src/alertpanel.c
3269                 Change OK to Close in alertpanel with View log
3270                 button; add accel to View log. Patch by Fabien
3271                 Vantard
3272
3273 2006-02-23 [wwp]        2.0.0cvs77
3274
3275         * src/compose.c
3276                 silly me, there were much more tests to perform, since toolbars can
3277                 really have down to 1 element only.
3278
3279 2006-02-23 [wwp]        2.0.0cvs76
3280
3281         * commitHelper
3282                 fixed indentation from my previous commit. Fallback to VISUAL if
3283                 EDITOR is not set (and to vi, at last resort).
3284
3285 2006-02-23 [wwp]        2.0.0cvs75
3286
3287         * commitHelper
3288                 improved error detection (Colin, me).
3289
3290 2006-02-23 [wwp]        2.0.0cvs74
3291
3292         * src/prefs_toolbar.c
3293                 simplify and fix prefs/toolbars layouting. Combos' contents can
3294                 now be really displayed.
3295
3296 2006-02-23 [wwp]        2.0.0cvs73
3297         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3298         be really displayed.
3299
3300 2006-02-22 [wwp]        2.0.0cvs72
3301
3302         * src/compose.c
3303                 fix a typo in my previous commit (sorry!).
3304
3305 2006-02-22 [wwp]        2.0.0cvs71
3306
3307         * src/prefs_toolbar.c
3308                 fix a crash when adding separators to toolbars,
3309                 also fix some separator item information.
3310
3311 2006-02-22 [wwp]        2.0.0cvs70
3312
3313         * src/compose.c
3314                 fix a crash when redirecting (for instance) when compose window's
3315                 toolbar contents has been customized (when some buttons have been
3316                 removed in fact).
3317
3318 2006-02-21 [wwp]        2.0.0cvs69
3319
3320         * src/summaryview.c
3321         * src/gtk/pluginwindow.c
3322         * src/plugins/pgpcore/prefs_gpg.c
3323                 fix some compilation warnings (feat. remains of removed code).
3324
3325 2006-02-21 [wwp]        2.0.0cvs68
3326
3327         * src/gtk/gtkutils.c
3328                 fix two compilation issues, thanks to Stephan Sachse.
3329
3330 2006-02-20 [colin]      2.0.0cvs67
3331
3332         * src/mainwindow.c
3333                 Don't reselect displayed mail on refocus
3334                 This fixes actions misbehaving 
3335
3336 2006-02-20 [wwp]        2.0.0cvs66
3337
3338         * src/summaryview.c
3339         * src/gtk/gtksctree.c
3340         * src/gtk/gtkshruler.c
3341                 changed more runtime typecast checks.
3342
3343 2006-02-20 [wwp]        2.0.0cvs65
3344
3345         * src/summary_search.c
3346                 find all - summaryview refresh issue fixed, thanks to Colin.
3347
3348 2006-02-20 [wwp]        2.0.0cvs64
3349
3350         * src/gtk/gtkutils.c
3351                 better runtime typecast checks.
3352
3353 2006-02-20 [wwp]        2.0.0cvs63
3354
3355         * src/summary_search.c
3356                 enhancements to the summary search:
3357                         - add the ability to stop the running search
3358                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3359                         - don't search if no criteria (From/To/Subject/Body) is set
3360                         - ensure that a busy mouse pointer is always shown when searching,
3361                           show it even a bit earlier
3362
3363 2006-02-19 [colin]      2.0.0cvs62
3364
3365         * src/compose.c
3366         * src/imap.c
3367         * src/etpan/imap-thread.c
3368         * src/etpan/imap-thread.h
3369                 (Future) IMAP speed improvement on sending
3370                 Will require a libetpan update
3371         * src/summaryview.c
3372         * src/gtk/quicksearch.c
3373                 Make quicksearch clearable while running.
3374
3375 2006-02-17 [colin]      2.0.0cvs61
3376
3377         * src/imap.c
3378         * src/etpan/imap-thread.c
3379         * src/etpan/imap-thread.h
3380                 Check for IMAP certificates
3381                 ** Requires libetpan-0.42-cvs4 
3382                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3383
3384 2006-02-17 [colin]      2.0.0cvs60
3385
3386         * src/messageview.c
3387         * src/prefs_common.c
3388         * src/prefs_common.h
3389         * src/prefs_message.c
3390                 Add pref to display HTML-only mails with plugin, 
3391                 if possible (defaulting to FALSE of course).
3392
3393 2006-02-16 [colin]      2.0.0cvs59
3394
3395         * src/main.c
3396         * src/common/plugin.c
3397         * src/common/plugin.h
3398         * src/gtk/pluginwindow.c
3399                 Keep track of requested (but unloaded) plugins
3400                 in some error cases.
3401
3402 2006-02-16 [wwp]        2.0.0cvs58
3403
3404         * src/gtk/gtkaspell.c
3405         * src/gtk/gtkaspell.h
3406         * src/prefs_spelling.c
3407         * src/compose.c
3408         * src/prefs_common.c
3409         * src/prefs_common.h
3410                 implemented new optional spellchecker behaviour: re-check message when
3411                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3412
3413 2006-02-16 [wwp]        2.0.0cvs57
3414
3415         * src/quote_fmt_parse.y
3416                 pclose popen'ed pipe.
3417
3418 2006-02-15 [colin]      2.0.0cvs56
3419
3420         * src/mimeview.c
3421         * src/mimeview.h
3422                 Let MimeViewers know which MimeView they
3423                 depend of.
3424         * src/summaryview.c
3425                 Swap From/To columns in Sent/Queue/Drafts
3426                 folders
3427         * src/etpan/imap-thread.c
3428                 Use mailstream_low_tls_open() for STARTTLS
3429                 instead of mailstream_low_ssl_open()
3430                 ** REQUIRES libetpan 0.42cvs3 **
3431
3432 2006-02-15 [wwp]        2.0.0cvs55
3433
3434         * src/compose.c
3435         * src/compose.h
3436         * src/message_search.c
3437         * src/message_search.h
3438         * src/textview.c
3439         * src/gtk/gtkutils.c
3440         * src/gtk/gtkutils.h
3441                 added the ability to Find text in the compose window (and a bit
3442                 of code factorization).
3443
3444 2006-02-15 [wwp]        2.0.0cvs54
3445
3446         * src/prefs_gtk.c
3447                 yet another one file was missing (fix for some widgets' sensitivity).
3448                 Thanks Colin!
3449
3450 2006-02-15 [wwp]        2.0.0cvs53
3451
3452         * src/prefs_gtk.h
3453                 oops forgot that file (fix for some widgets' sensitivity).
3454
3455 2006-02-15 [wwp]        2.0.0cvs52
3456
3457         * src/summary_search.c
3458                 implemented advanced summary search options (added the ability
3459                 to use matcher conditions in an advanced search mode).
3460
3461 2006-02-15 [wwp]        2.0.0cvs51
3462
3463         * src/plugins/pgpcore/prefs_gpg.c
3464         * src/prefs_account.c
3465                 fix some widget sensitivity, mostly around some labels in
3466                 account prefs.
3467
3468 2006-02-15 [paul]       2.0.0cvs50
3469
3470         * manual/advanced.xml
3471                 improve Templates info
3472                 written by wwp
3473
3474 2006-02-14 [colin]      2.0.0cvs49
3475
3476         * src/pixmaps/address_book.xpm
3477         * src/pixmaps/preferences.xpm
3478         * src/pixmaps/properties.xpm
3479                 Fix pixmap size - patch by Fabien Vantard
3480
3481 2006-02-13 [colin]      2.0.0cvs48
3482
3483         * src/procmime.c
3484                 Add missing fclose()s on error
3485         * src/textview.c
3486                 Remove unused code
3487         * src/common/utils.c
3488                 Fix temp files not being deleted on windows
3489         Patches by Thomas Gilgin
3490
3491 2006-02-13 [colin]      2.0.0cvs47
3492
3493         * src/mainwindow.c
3494                 Fix exit crash
3495
3496 2006-02-13 [wwp]        2.0.0cvs46
3497
3498         * src/plugins/pgpcore/prefs_gpg.c
3499                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3500
3501 2006-02-12 [colin]      2.0.0cvs45
3502
3503         * src/folderview.c
3504         * src/main.c
3505         * src/mainwindow.c
3506                 Fix "stuff" when quitting
3507
3508 2006-02-12 [wwp]        2.0.0cvs44
3509
3510         * src/prefs_themes.c
3511                 fix typos in debug messages.
3512
3513 2006-02-11 [colin]      2.0.0cvs43
3514
3515         * src/summaryview.c
3516                 don't allow drag/drop from ourself
3517
3518 2006-02-10 [wwp]        2.0.0cvs42
3519
3520         * src/exporthtml.c
3521         * src/html.c
3522         * src/html.h
3523         * src/procmime.c
3524         * src/textview.c
3525                 renamed html_ prefixed functions and data structures to avoid
3526                 namespace clashes w/ other software (gtkhtml2 for instance).
3527                 Closes bug #907.
3528
3529
3530 2006-02-09 [colin]      2.0.0cvs41
3531
3532         * src/summaryview.c
3533                 Fix shitty logic messed up. Thanks Ticho for the hint!
3534
3535 2006-02-09 [wwp]        2.0.0cvs40
3536
3537         * src/gtk/about.c
3538         * src/compose.c
3539         * src/prefs_account.c
3540         * src/prefs_gtk.h
3541         * src/editaddress.c
3542                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3543                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3544                 Browse buttons in accounts prefs.
3545
3546 2006-02-09 [colin]      2.0.0cvs39
3547
3548         * src/matcher.c
3549                 Check for pointer before using its members
3550         * src/gtk/gtksourceprintjob.c
3551                 Fix a wrong warning
3552
3553 2006-02-09 [wwp]        2.0.0cvs38
3554
3555         * src/gtk/filesel.c
3556                 fix few compiler warnings (type mismatch).
3557
3558 2006-02-09 [paul]       2.0.0cvs37
3559
3560         * po/fr.po
3561                 updated by Fabien Vantard
3562
3563 2006-02-08 [colin]      2.0.0cvs36
3564
3565         * src/prefs_common.c
3566         * src/common/defs.h
3567         * src/common/plugin.c
3568                 allow windows and linux configurations to coexist
3569                 patch by Thomas Gilgin
3570
3571 2006-02-08 [colin]      2.0.0cvs35
3572
3573         * src/filtering.c
3574         * src/matcher.c
3575         * src/matcher.h
3576         * src/matcher_parser_parse.y
3577         * src/prefs_filtering_action.c
3578         * src/prefs_matcher.c
3579                 Add the "Ignore thread" filtering
3580                 action
3581
3582 2006-02-08 [colin]      2.0.0cvs34
3583
3584         * src/compose.c
3585         * src/procmime.c
3586         * src/procmime.h
3587                 Fix bug #905 (damaged attachment)
3588                 text files with raw \0's aren't really text files
3589         FOR_STABLE
3590
3591 2006-02-08 [colin]      2.0.0cvs33
3592
3593         * src/summaryview.c
3594                 Fix crasher introduced yesterday
3595
3596 2006-02-08 [wwp]        2.0.0cvs32
3597
3598         * src/compose.c
3599         * src/compose.h
3600                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3601
3602 2006-02-08 [wwp]        2.0.0cvs31
3603
3604         * src/prefs_template.c
3605                 templates enhancement: allow address completion for Cc and Bcc fields
3606                 (it was currently possible for the To field only)
3607
3608 2006-02-08 [colin]      2.0.0cvs30
3609
3610         * src/compose.c
3611                 Don't unblock if not blocked
3612         FOR_STABLE
3613
3614 2006-02-07 [colin]      2.0.0cvs29
3615
3616         * src/action.c
3617                 Forgot to refresh summaryview
3618
3619 2006-02-07 [colin]      2.0.0cvs28
3620
3621         * src/action.c
3622                 Freeze/thaw message list and folder list while
3623                 processing %as{} actions 
3624         * src/compose.c
3625                 Fix auto-wrap disabling after a middle-click
3626                 paste - FOR_STABLE
3627
3628 2006-02-07 [paul]       2.0.0cvs27
3629
3630         * src/folder.c
3631                 fix freeing of uninitialised pointers
3632                 Thanks to Colin
3633
3634 2006-02-06 [colin]      2.0.0cvs26
3635
3636         * src/folder.c
3637                 Use g_slist_prepend in potentially big list
3638
3639 2006-02-06 [colin]      2.0.0cvs25
3640
3641         * src/folder.c
3642                 Completely skip processing if it doesn't 
3643                 exist (faster!)
3644
3645 2006-02-06 [colin]      2.0.0cvs24
3646
3647         * src/folder.c
3648         * src/summaryview.c
3649                 Batch filtering in summaryview (from Tools menu)
3650                 and pre/post//-processing too
3651
3652 2006-02-06 [colin]      2.0.0cvs23
3653
3654         * src/procmsg.h
3655         * src/filtering.c
3656                 Use a special field for batch filtering instead
3657                 of stepping on deferred execution's toes
3658
3659 2006-02-06 [colin]      2.0.0cvs22
3660
3661         * src/action.c
3662         * src/filtering.c
3663         * src/filtering.h
3664         * src/folder.c
3665         * src/summaryview.c
3666                 Fix filtering via menus and actions
3667
3668 2006-02-06 [colin]      2.0.0cvs21
3669
3670         * src/imap.c
3671                 Put the added file directly to cache if possible (will work
3672                 with next libetpan)
3673         * src/filtering.c
3674         * src/filtering.h
3675         * src/inc.c
3676         * src/folder.c
3677         * src/mbox.c
3678         * src/procmsg.h
3679                 Move and copy filtered messages by batches instead of one
3680                 by one - faster on IMAP
3681         * src/procmsg.c
3682                 Add a function that'll possibly be useful later
3683
3684 2006-02-06 [colin]      2.0.0cvs20
3685
3686         * src/addressbook.c
3687                 Use internal mime-type instead of text/plain for d'n'd
3688         * src/compose.c
3689                 Allow attaching files from mimeview's icon list via d'n'd
3690         * src/folderview.c
3691         * src/folderview.h
3692                 Use internal mime-type instead of text/plain for d'n'd
3693                 Don't try to selected opened folder if none is
3694                 Factorize d'n'd from other apps code
3695         * src/headerview.c
3696         * src/textview.c
3697         * src/gtk/gtkutils.c
3698         * src/gtk/gtkutils.h
3699                 Factorize Face/X-Face stuff
3700         * src/mimeview.c
3701                 Fix d'n'd to other apps
3702         * src/prefs_message.c
3703                 Let the XFace pref be usable without libcompface as it also
3704                 applies to Face
3705         * src/summaryview.c
3706                 Fix d'n'd to other apps
3707                 Factorize d'n'd from other apps code
3708
3709 2006-02-06 [wwp]        2.0.0cvs19
3710
3711         * po/it.po
3712                 Italian translation fixes by Andrea Spadaccini (no more confusion
3713                 between filtering and processing, and few changes in the About
3714                 dialog).
3715
3716
3717 2006-02-06 [mones]      2.0.0cvs18
3718
3719         * src/gtk/icon_legend.c
3720                 Improved descriptions allowing better translations
3721
3722 2006-02-05 [colin]      2.0.0cvs17
3723
3724         * src/imap.c
3725                 Add the f*cking missing expunge that caused imap_fetch_env
3726                 to fail after an add_msgs ! :-///
3727         * src/etpan/imap-thread.c
3728                 Add a bit of debug
3729         FOR_STABLE
3730
3731 2006-02-05 [colin]      2.0.0cvs16
3732
3733         * src/common/utils.c
3734                 Don't check for return-path (or we can't put
3735                 back non-sent mails)
3736
3737 2006-02-05 [colin]      2.0.0cvs15
3738
3739         * src/textview.c
3740                 Don't try to display Face header in textview
3741                 when teh headerview's active
3742
3743 2006-02-05 [colin]      2.0.0cvs14
3744
3745         * tools/tbird2syl.py
3746         * tools/Makefile.am
3747                 Add script to import Thunderbird mails
3748
3749 2006-02-05 [colin]      2.0.0cvs13
3750
3751         * src/headerview.c
3752         * src/procheader.c
3753         * src/procmsg.c
3754         * src/procmsg.h
3755         * src/textview.c
3756                 Show Face headers - patch partially by Klaus Flittner
3757
3758 2006-02-05 [colin]      2.0.0cvs12
3759
3760         * src/folderview.c
3761         * src/summaryview.c
3762         * src/common/utils.c
3763         * src/common/utils.h
3764                 Let dnd work from mime icons to summaryview
3765                 and to folderview too
3766                 Add a crude test to avoid trying to add files
3767                 drag'n'dropped when they're not mails
3768
3769 2006-02-04 [colin]      2.0.0cvs11
3770
3771         * src/summaryview.c
3772         * src/mimeview.c
3773                 Fix utf8 conversion
3774
3775 2006-02-04 [colin]      2.0.0cvs10
3776
3777         * src/compose.c
3778         * src/folderview.c
3779         * src/mimeview.c
3780         * src/summaryview.c
3781         * src/summaryview.h
3782                 Added various drag and drop capas:
3783                 From                    To
3784                 summaryview             other apps
3785                 mimeview icons          other apps
3786                 other apps              summaryview
3787                 other apps              folderview
3788
3789                 This shouldn't have broken the existing:
3790                 From                    To
3791                 summaryview             folderview
3792                 folderview              folderview
3793                 summaryview             compose's attachments
3794
3795         Tests welcomed.
3796
3797 2006-02-02 [paul]       2.0.0cvs9
3798
3799         * src/mainwindow.c
3800                 move global option 'Set displayed columns...' out
3801                 of folder option grouping.
3802                 fix sensitivity of 'harvest addresses'
3803         FOR_STABLE
3804
3805 2006-02-01 [colin]      2.0.0cvs8
3806
3807         * src/mimeview.c
3808                 Revert the alertpanel patch, it sucks (intrusive
3809                 and gets in the way of "open")
3810
3811 2006-02-01 [colin]      2.0.0cvs7
3812
3813         * src/compose.c
3814         * src/prefs_account.c
3815         * src/prefs_common.c
3816         * src/common/defs.h
3817         * src/common/utils.c
3818         * src/common/utils.h
3819                 Add ability to edit the signature file
3820                 from the account preferences, and use
3821                 a default for the text editor.
3822                 Patch by Fabien Vantard
3823
3824 2006-02-01 [colin]      2.0.0cvs6
3825
3826         * src/mimeview.c
3827                 Try to get mime type by extension if it is
3828                 application/octet-stream
3829                 Display a window with possible choices when
3830                 encountering unknown mime types
3831         * src/gtk/filesel.c
3832         * src/gtk/filesel.h
3833                 Add preview
3834                 Allow multiple selection in filtered filesel
3835                 (patch by Fabien Vantard)
3836         * src/gtk/pluginwindow.c
3837                 Use it (patch by Fabien Vantard)
3838
3839 2006-02-01 [paul]       2.0.0cvs5
3840
3841         * src/jpilot.c
3842                 fix crash on creating jpilot address book
3843                 Thanks to Colin - FOR_STABLE
3844         * src/prefs_summaries.c
3845         * src/prefs_wrapping.c
3846         * src/gtk/icon_legend.c
3847         * src/gtk/quicksearch.c
3848                 string fixes and additions
3849
3850 2006-02-01 [paul]       2.0.0cvs4
3851
3852         * src/compose.c
3853         * src/mainwindow.c
3854         * src/messageview.c
3855         * src/prefs_send.c
3856                 add Arabic encoding option
3857                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3858
3859 2006-01-31 [colin]      2.0.0cvs3
3860
3861         * src/plugins/pgpcore/passphrase.c
3862                 Convert passphrase to locale encoding
3863         * src/compose.c
3864                 Fix drafting on IMAP. Crappy bug sneaked in
3865                 the release :-/
3866         FOR_STABLE
3867
3868 2006-01-30 [paul]       2.0.0cvs2
3869
3870         * src/gtk/icon_legend.c
3871                 show the new entries
3872
3873 2006-01-30 [colin]      2.0.0cvs1
3874
3875         * src/manual.c
3876                 Check for the file to be present before 
3877                 enabling the menu - FOR_STABLE
3878         * src/gtk/icon_legend.c
3879                 Add folders icons (not all of them, there
3880                 are too much, but the most intriguing ones)
3881
3882 2006-01-30 [paul]       2.0.0
3883
3884         version 2.0.0 released
3885
3886 2006-01-30 [paul]       1.9.100cvs200
3887
3888         * manual/faq.xml
3889         * manual/gpl.xml
3890         * manual/intro.xml
3891         * manual/starting.xml
3892         * manual/sylpheed-claws-manual.xml
3893                 fixes, additions
3894
3895 2006-01-29 [mones]      1.9.100cvs199
3896
3897         * manual/account.xml
3898         * manual/advanced.xml
3899         * manual/glossary.xml
3900                 Some typos fixed, added LDIF term to glossary
3901         * po/es.po
3902                 Fixed leading plus symbol
3903
3904 2006-01-29 [paul]       1.9.100cvs198
3905
3906         * po/fi.po
3907         * po/sk.po
3908                 updated by Tommi Pirinen and Andrej Kacian
3909
3910 2006-01-29 [paul]       1.9.100cvs197
3911
3912         * src/gtk/authors.h
3913                 remove duplicates
3914
3915 2006-01-29 [paul]       1.9.100cvs196
3916
3917         * AUTHORS
3918         * po/nl.po
3919         * src/gtk/authors.h
3920         * tools/claws.i18n.status.pl
3921                 nl translation updated by Tim Dijkstra
3922
3923 2006-01-29 [paul]       1.9.100cvs195
3924
3925         * po/sr.po
3926         * po/sv.po
3927                 updated by Aleksandar Urosevic and Anders Troback
3928
3929 2006-01-28 [colin]      1.9.100cvs194
3930
3931         * src/gtk/gtksourceprintjob.c
3932                 Don't fiddle with PangoLayout when we
3933                 have an image
3934
3935 2006-01-28 [paul]       1.9.100cvs193
3936
3937         * AUTHORS
3938         * po/el.po
3939         * po/zh_CN.po
3940         * src/gtk/authors.h
3941         * tools/claws.i18n.status.pl
3942                 updated translations submitted by Stavros Giannouris
3943                 and Ralgh Young
3944
3945 2006-01-27 [colin]      1.9.100cvs192
3946
3947         * src/summaryview.c
3948         * src/gtk/gtksourceprintjob.c
3949                 Add image printing 
3950                 (libgnomeprint only, of course)
3951
3952 2006-01-27 [paul]       1.9.100cvs191
3953
3954         * po/fr.po
3955         * po/it.po
3956                 updated by Fabien Vantard and Andrea Spadaccini
3957
3958 2006-01-26 [colin]      1.9.100cvs190
3959
3960         * manual/Makefile.am
3961         * configure.ac
3962                 Make building the manual optional 
3963                 (--disable-manual)
3964
3965 2006-01-26 [paul]       1.9.100cvs189
3966
3967         * manual/glossary.xml
3968         * manual/plugins.xml
3969                 edited
3970         * po/en_GB.po
3971                 updated
3972
3973 2006-01-26 [paul]       1.9.100cvs188
3974
3975         * src/prefs_display_header.c
3976         * src/prefs_folder_column.c
3977         * src/prefs_msg_colors.c
3978         * src/prefs_summaries.c
3979         * src/prefs_summary_column.c
3980                 HIGify
3981
3982 2006-01-25 [colin]      1.9.100cvs187
3983
3984         * src/imap.c
3985                 Don't allow moving/copying mails between
3986                 queue/drafts and non-queue/drafts folders
3987                 Fixes bug #897 (message header is resetted 
3988                 if one is copied to Drafts)
3989
3990 2006-01-25 [colin]      1.9.100cvs186
3991
3992         * src/folder.c
3993         * src/mainwindow.c
3994                 Fix subscribed folders not found
3995         * src/compose.c
3996                 Don't try to encode as original mail's charset
3997                 if it's ascii 
3998
3999 2006-01-25 [paul]       1.9.100cvs185
4000
4001         * AUTHORS
4002         * po/Makevars
4003                 updated
4004         * po/de.po
4005         * po/pl.po
4006         * po/pt_BR.po
4007         * po/sr.po
4008                 updates submitted by Stephan Sachse, Emilian Nowak
4009                 and Quar, Frederico Goncalves Guimaraes, and
4010                 Aleksandar Urosevic
4011                 Fix Bug 896, 'PT_BR locale broken'.
4012         * src/gtk/authors.h
4013                 updated
4014
4015 2006-01-24 [mones]      1.9.100cvs184
4016
4017         * manual/glossary.xml
4018                 All current terms finished. Reviewers welcome ;-)
4019         * manual/keyboard.xml
4020                 Fixed column width for pdf output.
4021         * po/es.po
4022                 Updated
4023
4024 2006-01-24 [paul]       1.9.100cvs183
4025
4026         * manual/glossary.xml
4027                 fix id name
4028         * manual/dist/html/Makefile.am
4029         * manual/dist/pdf/Makefile.am
4030         * manual/dist/ps/Makefile.am
4031         * manual/dist/txt/Makefile.am
4032                 fix make deps
4033                 Thanks to Colin
4034
4035 2006-01-24 [mones]      1.9.100cvs182
4036
4037         * manual/glossary.xml
4038                 Nearly finished, some terms missing.
4039
4040 2006-01-23 [paul]       1.9.100cvs181
4041
4042         * manual/dist/html/Makefile.am
4043         * manual/dist/pdf/Makefile.am
4044         * manual/dist/ps/Makefile.am
4045         * manual/dist/txt/Makefile.am
4046         * src/mainwindow.c
4047                 re-enable manual
4048                 Thanks to Colin
4049
4050 2006-01-22 [colin]      1.9.100cvs180
4051
4052         * src/compose.c
4053         * src/gtk/gtkaspell.c
4054                 Don't deselect stuff before right-clicking, with aspell.
4055                 (This prevented right-click Copy, for example).
4056                 Thanks to Clo!
4057
4058 2006-01-22 [paul]       1.9.100cvs179
4059
4060         * src/summary_search.c
4061                 don't fix the widget size as it causes problems
4062                 under localisation.
4063                 Thanks to Emilian Nowak
4064
4065 2006-01-21 [paul]       1.9.100cvs178
4066
4067         * src/prefs_themes.c
4068                 fix broken underlining of label text
4069                 with some translations
4070
4071 2006-01-21 [colin]      1.9.100cvs177
4072
4073         * po/fr.po
4074                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4075
4076 2006-01-20 [colin]      1.9.100cvs176
4077
4078         * configure.ac
4079         * Makefile.am
4080         * manual/Makefile
4081         * manual/dist/html/.cvsignore
4082         * manual/dist/html/Makefile.am
4083         * manual/dist/pdf/.cvsignore
4084         * manual/dist/pdf/Makefile.am
4085         * manual/dist/ps/.cvsignore
4086         * manual/dist/ps/Makefile.am
4087         * manual/dist/txt/.cvsignore
4088         * manual/dist/txt/Makefile.am
4089                 Autotool-ize manual
4090
4091 2006-01-20 [paul]       1.9.100cvs175
4092
4093         * manual/handling.xml
4094                 make Filtering and Searching entries easier to find
4095         * manual/keyboard.xml
4096                 add the remaining default keybinds
4097         * src/prefs_summaries.c
4098                 update the default keybinds
4099
4100 2006-01-20 [paul]       1.9.100cvs174
4101
4102         * src/addressbook.c
4103         * src/addrgather.c
4104         * src/addrharvest.c
4105         * src/editaddress.c
4106         * src/editgroup.c
4107         * src/exphtmldlg.c
4108         * src/expldifdlg.c
4109         * src/exporthtml.c
4110         * src/exportldif.c
4111         * src/ldif.c
4112                 replace 'e-mail' with 'email'
4113         * src/summary_search.c
4114                 add mnemonic to "Find all" button
4115
4116 2006-01-20 [wwp]        1.9.100cvs173
4117
4118         * src/export.c
4119         * src/import.c
4120                 touched mbox import/export buttons for HIG-compliance
4121
4122 2006-01-19 [paul]       1.9.100cvs172
4123
4124         * manual/account.xml
4125         * manual/addrbook.xml
4126         * manual/advanced.xml
4127         * manual/faq.xml
4128         * manual/handling.xml
4129         * manual/intro.xml
4130         * manual/plugins.xml
4131         * manual/starting.xml
4132                 more editing
4133
4134 2006-01-19 [paul]       1.9.100cvs171
4135
4136         * src/toolbar.c
4137                 allow use of trash button while receiving
4138                 Thanks to Colin
4139
4140 2006-01-19 [wwp]        1.9.100cvs170
4141
4142         * src/gtk/quicksearch.c
4143         * src/compose.c
4144                 force text color to black when yellow background is set
4145
4146 2006-01-19 [colin]      1.9.100cvs169
4147
4148         * src/plugins/trayicon/trayicon.c
4149                 Gray out Get Mail when already getting mail
4150
4151 2006-01-18 [paul]       1.9.100cvs168
4152
4153         * src/compose.c
4154                 give widget yellow background was To is
4155                 set via folder prefs
4156         * src/gtk/quicksearch.c
4157                 give widget yellow background when quick
4158                 search is active.
4159                 Thanks to Colin
4160
4161 2006-01-18 [paul]       1.9.100cvs167
4162
4163         * doc/man/sylpheed-claws.1
4164                 add --subscribe option
4165
4166 2006-01-18 [paul]       1.9.100cvs166
4167
4168         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4169         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4170                 use %U instead of %F (%F is broken for user installed
4171                 files in kde 3.5)
4172
4173 2006-01-18 [colin]      1.9.100cvs165
4174
4175         * src/summaryview.c
4176                 Default to Yes in "No more * messages" dialogs
4177
4178 2006-01-17 [colin]      1.9.100cvs164
4179
4180         * src/compose.c
4181                 Possibly fix an invalid iterator causing
4182                 crash
4183
4184 2006-01-17 [colin]      1.9.100cvs163
4185
4186         * src/mimeview.c
4187                 Fix crash when the image disappears under the
4188                 image viewer
4189
4190 2006-01-16 [colin]      1.9.100cvs162
4191
4192         * src/compose.c
4193                 Fix reenabling autowrap
4194
4195 2006-01-16 [colin]      1.9.100cvs161
4196
4197         * src/compose.c
4198                 reset quote_len before getting quote_str
4199
4200 2006-01-16 [colin]      1.9.100cvs160
4201
4202         * src/account.c
4203         * src/account.h
4204         * src/folder.c
4205         * src/imap_gtk.c
4206         * src/mh_gtk.c
4207                 Fix bug #883 (default inbox does not track folder move)
4208
4209 2006-01-16 [colin]      1.9.100cvs159
4210
4211         * src/compose.c
4212         * src/plugins/pgpcore/passphrase.c
4213                 More buttons fixes
4214
4215 2006-01-16 [paul]       1.9.100cvs158
4216
4217         * src/prefs_actions.c
4218         * src/prefs_filtering_action.c
4219         * src/prefs_matcher.c
4220         * src/quote_fmt.c
4221         * src/gtk/description_window.c
4222         * src/gtk/description_window.h
4223         * src/gtk/quicksearch.c
4224                 description window cleanups
4225
4226 2006-01-15 [colin]      1.9.100cvs157
4227
4228         * src/addressbook.c
4229         * src/prefs_filtering.c
4230                 Same here
4231
4232 2006-01-15 [colin]      1.9.100cvs156
4233
4234         * src/folderview.c
4235         * src/mainwindow.c
4236                 Same for "Empty trash"
4237
4238 2006-01-15 [colin]      1.9.100cvs155
4239
4240         * src/inc.c
4241                 Override offline dialog had Yes by default
4242
4243 2006-01-15 [colin]      1.9.100cvs154
4244
4245         * src/summaryview.c
4246                 Delete selected messages? previously had Yes the default
4247
4248 2006-01-15 [colin]      1.9.100cvs153
4249
4250         * src/folder.c
4251         * src/folder.h
4252         * src/main.c
4253                 Check if a mailbox is loaded after all
4254                 plugins are loaded.
4255
4256 2006-01-15 [colin]      1.9.100cvs152
4257
4258         * src/folder.c
4259                 Don't start wizard when there are unloaded folders (will help
4260                 people with only mbox or maildir mailboxes)
4261
4262 2006-01-14 [colin]      1.9.100cvs151
4263
4264         * src/addressbook.c
4265         * src/expldifdlg.c
4266         * src/importldif.c
4267         * src/importmutt.c
4268         * src/importpine.c
4269         * src/mh_gtk.c
4270                 More HIG compliance and fixes
4271
4272 2006-01-14 [colin]      1.9.100cvs150
4273
4274         * src/prefs_filtering_action.c
4275         * src/foldersel.c
4276                 Two forgotten button order changes
4277
4278 2006-01-14 [colin]      1.9.100cvs149
4279
4280         * src/account.c
4281         * src/addressbook.c
4282         * src/compose.c
4283         * src/folderview.c
4284         * src/imap_gtk.c
4285         * src/mainwindow.c
4286         * src/mh_gtk.c
4287         * src/news_gtk.c
4288         * src/prefs_actions.c
4289         * src/prefs_customheader.c
4290         * src/prefs_filtering.c
4291         * src/prefs_matcher.c
4292         * src/prefs_template.c
4293         * src/ssl_manager.c
4294         * src/summaryview.c
4295         * src/textview.c
4296         * src/toolbar.c
4297                 All deletion confirmations are now "Cancel, Delete" 
4298                 instead of "No, Yes"
4299                 Clarified most of the other "No, Yes" to 
4300                 "Cancel, Descriptive_action"
4301                 Rechanged the "Entry not saved" alerts to have 
4302                 "Close, Continue editing"
4303
4304
4305 2006-01-14 [paul]
4306
4307         * 2.0.0-rc4 released
4308
4309 2006-01-14 [paul]       1.9.100cvs148
4310
4311         * src/account.c
4312         * src/addressadd.c
4313         * src/addressbook.c
4314         * src/compose.c
4315         * src/editaddress.c
4316         * src/editbook.c
4317         * src/editgroup.c
4318         * src/editjpilot.c
4319         * src/editldap.c
4320         * src/editvcard.c
4321         * src/exphtmldlg.c
4322         * src/expldifdlg.c
4323         * src/folderview.c
4324         * src/grouplistdialog.c
4325         * src/imap_gtk.c
4326         * src/importmutt.c
4327         * src/importpine.c
4328         * src/inc.c
4329         * src/main.c
4330         * src/mainwindow.c
4331         * src/message_search.c
4332         * src/messageview.c
4333         * src/mh_gtk.c
4334         * src/mimeview.c
4335         * src/news_gtk.c
4336         * src/prefs_actions.c
4337         * src/prefs_customheader.c
4338         * src/prefs_filtering.c
4339         * src/prefs_matcher.c
4340         * src/prefs_template.c
4341         * src/prefs_themes.c
4342         * src/ssl_manager.c
4343         * src/summary_search.c
4344         * src/summaryview.c
4345         * src/textview.c
4346         * src/toolbar.c
4347         * src/gtk/foldersort.c
4348         * src/gtk/gtkaspell.c
4349         * src/gtk/inputdialog.c
4350         * src/gtk/prefswindow.c
4351         * src/plugins/pgpcore/select-keys.c
4352         * src/plugins/trayicon/trayicon.c
4353                 HIG compliant button order
4354
4355 2006-01-14 [mones]      1.9.100cvs147
4356
4357         * po/es.po
4358                 Updated translation
4359
4360 2006-01-13 [paul]       1.9.100cvs146
4361
4362         * AUTHORS
4363         * ChangeLog
4364         * src/gtk/authors.h
4365                 add Joshua M. Kwan to contributors list
4366
4367 2006-01-13 [colin]      1.9.100cvs145
4368
4369         * src/gtk/quicksearch.c
4370                 Don't refocus quick search after executing (Esc or Enter)
4371                 Allows to '/'search something then move up/down in 
4372                 summaryview, and to Esc a search and be back in the 
4373                 summaryview
4374
4375 2006-01-13 [paul]       1.9.100cvs144
4376
4377         * src/plugins/pgpinline/pgpinline.c
4378                 support Content-Type 'application/pgp'
4379                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4380
4381 2006-01-13 [paul]       1.9.100cvs143
4382
4383         * manual/account.xml
4384                 make mention of partial retrieval
4385                 thanks to Colin
4386
4387 2006-01-13 [paul]       1.9.100cvs142
4388
4389         * src/account.c
4390         * src/account.h
4391         * src/action.c
4392         * src/action.h
4393         * src/adbookbase.h
4394         * src/addr_compl.c
4395         * src/addr_compl.h
4396         * src/addrbook.c
4397         * src/addrcache.c
4398         * src/addrcache.h
4399         * src/addrcindex.c
4400         * src/addrcindex.h
4401         * src/addrclip.c
4402         * src/addrclip.h
4403         * src/addrdefs.h
4404         * src/addressadd.c
4405         * src/addressadd.h
4406         * src/addressbook.c
4407         * src/addressbook.h
4408         * src/addrgather.c
4409         * src/addrgather.h
4410         * src/addrharvest.c
4411         * src/addrharvest.h
4412         * src/addrindex.c
4413         * src/addrindex.h
4414         * src/addritem.c
4415         * src/addritem.h
4416         * src/addrquery.c
4417         * src/addrquery.h
4418         * src/addrselect.c
4419         * src/addrselect.h
4420         * src/alertpanel.c
4421         * src/alertpanel.h
4422         * src/browseldap.c
4423         * src/browseldap.h
4424         * src/codeconv.c
4425         * src/codeconv.h
4426         * src/compose.c
4427         * src/compose.h
4428         * src/customheader.c
4429         * src/customheader.h
4430         * src/displayheader.c
4431         * src/displayheader.h
4432         * src/editaddress.c
4433         * src/editaddress.h
4434         * src/editbook.c
4435         * src/editbook.h
4436         * src/editgroup.c
4437         * src/editgroup.h
4438         * src/editjpilot.c
4439         * src/editjpilot.h
4440         * src/editldap.c
4441         * src/editldap.h
4442         * src/editldap_basedn.c
4443         * src/editldap_basedn.h
4444         * src/editvcard.c
4445         * src/editvcard.h
4446         * src/exphtmldlg.c
4447         * src/exphtmldlg.h
4448         * src/expldifdlg.c
4449         * src/expldifdlg.h
4450         * src/export.h
4451         * src/exporthtml.c
4452         * src/exporthtml.h
4453         * src/exportldif.c
4454         * src/exportldif.h
4455         * src/filtering.c
4456         * src/filtering.h
4457         * src/folder.c
4458         * src/folder.h
4459         * src/folder_item_prefs.c
4460         * src/folder_item_prefs.h
4461         * src/foldersel.c
4462         * src/foldersel.h
4463         * src/folderutils.c
4464         * src/folderutils.h
4465         * src/folderview.c
4466         * src/folderview.h
4467         * src/grouplistdialog.c
4468         * src/grouplistdialog.h
4469         * src/headerview.c
4470         * src/html.c
4471         * src/html.h
4472         * src/image_viewer.c
4473         * src/image_viewer.h
4474         * src/imap.c
4475         * src/imap.h
4476         * src/imap_gtk.c
4477         * src/imap_gtk.h
4478         * src/import.h
4479         * src/importldif.c
4480         * src/importldif.h
4481         * src/importmutt.c
4482         * src/importmutt.h
4483         * src/importpine.c
4484         * src/importpine.h
4485         * src/inc.c
4486         * src/inc.h
4487         * src/jpilot.c
4488         * src/jpilot.h
4489         * src/ldapctrl.c
4490         * src/ldapctrl.h
4491         * src/ldaplocate.c
4492         * src/ldaplocate.h
4493         * src/ldapquery.c
4494         * src/ldapquery.h
4495         * src/ldapserver.c
4496         * src/ldapserver.h
4497         * src/ldaputil.c
4498         * src/ldaputil.h
4499         * src/ldif.c
4500         * src/ldif.h
4501         * src/main.c
4502         * src/main.h
4503         * src/mainwindow.c
4504         * src/mainwindow.h
4505         * src/manual.c
4506         * src/manual.h
4507         * src/mbox.c
4508         * src/mbox.h
4509         * src/message_search.c
4510         * src/message_search.h
4511         * src/messageview.c
4512         * src/messageview.h
4513         * src/mh.c
4514         * src/mh.h
4515         * src/mh_gtk.c
4516         * src/mh_gtk.h
4517         * src/mimeview.c
4518         * src/mimeview.h
4519         * src/msgcache.c
4520         * src/msgcache.h
4521         * src/mutt.c
4522         * src/mutt.h
4523         * src/news.c
4524         * src/news.h
4525         * src/news_gtk.c
4526         * src/news_gtk.h
4527         * src/partial_download.c
4528         * src/partial_download.h
4529         * src/pine.c
4530         * src/pine.h
4531         * src/pop.c
4532         * src/pop.h
4533         * src/prefs_account.c
4534         * src/prefs_account.h
4535         * src/prefs_actions.c
4536         * src/prefs_actions.h
4537         * src/prefs_common.c
4538         * src/prefs_common.h
4539         * src/prefs_compose_writing.c
4540         * src/prefs_compose_writing.h
4541         * src/prefs_customheader.c
4542         * src/prefs_customheader.h
4543         * src/prefs_display_header.c
4544         * src/prefs_display_header.h
4545         * src/prefs_filtering.c
4546         * src/prefs_filtering.h
4547         * src/prefs_filtering_action.c
4548         * src/prefs_filtering_action.h
4549         * src/prefs_folder_column.c
4550         * src/prefs_folder_column.h
4551         * src/prefs_folder_item.c
4552         * src/prefs_folder_item.h
4553         * src/prefs_fonts.c
4554         * src/prefs_fonts.h
4555         * src/prefs_gtk.c
4556         * src/prefs_gtk.h
4557         * src/prefs_image_viewer.c
4558         * src/prefs_image_viewer.h
4559         * src/prefs_matcher.c
4560         * src/prefs_matcher.h
4561         * src/prefs_message.c
4562         * src/prefs_msg_colors.c
4563         * src/prefs_msg_colors.h
4564         * src/prefs_other.c
4565         * src/prefs_quote.c
4566         * src/prefs_receive.c
4567         * src/prefs_send.c
4568         * src/prefs_spelling.c
4569         * src/prefs_spelling.h
4570         * src/prefs_summaries.c
4571         * src/prefs_summaries.h
4572         * src/prefs_summary_column.c
4573         * src/prefs_summary_column.h
4574         * src/prefs_template.c
4575         * src/prefs_template.h
4576         * src/prefs_themes.c
4577         * src/prefs_themes.h
4578         * src/prefs_toolbar.c
4579         * src/prefs_toolbar.h
4580         * src/prefs_wrapping.c
4581         * src/prefs_wrapping.h
4582         * src/privacy.c
4583         * src/privacy.h
4584         * src/procheader.c
4585         * src/procheader.h
4586         * src/procmime.c
4587         * src/procmime.h
4588         * src/procmsg.c
4589         * src/procmsg.h
4590         * src/quote_fmt.c
4591         * src/quote_fmt_parse.y
4592         * src/recv.c
4593         * src/recv.h
4594         * src/remotefolder.c
4595         * src/remotefolder.h
4596         * src/send_message.c
4597         * src/send_message.h
4598         * src/setup.c
4599         * src/setup.h
4600         * src/sourcewindow.c
4601         * src/sourcewindow.h
4602         * src/ssl_manager.c
4603         * src/ssl_manager.h
4604         * src/statusbar.c
4605         * src/statusbar.h
4606         * src/stock_pixmap.c
4607         * src/stock_pixmap.h
4608         * src/summary_search.c
4609         * src/summary_search.h
4610         * src/summaryview.c
4611         * src/summaryview.h
4612         * src/syldap.c
4613         * src/syldap.h
4614         * src/textview.c
4615         * src/textview.h
4616         * src/toolbar.c
4617         * src/toolbar.h
4618         * src/undo.c
4619         * src/undo.h
4620         * src/unmime.c
4621         * src/unmime.h
4622         * src/vcard.c
4623         * src/vcard.h
4624         * src/wizard.c
4625         * src/wizard.h
4626         * src/common/base64.c
4627         * src/common/base64.h
4628         * src/common/defs.h
4629         * src/common/hooks.c
4630         * src/common/hooks.h
4631         * src/common/log.c
4632         * src/common/log.h
4633         * src/common/mgutils.c
4634         * src/common/mgutils.h
4635         * src/common/nntp.c
4636         * src/common/nntp.h
4637         * src/common/passcrypt.c
4638         * src/common/passcrypt.h.in
4639         * src/common/plugin.c
4640         * src/common/plugin.h
4641         * src/common/prefs.c
4642         * src/common/prefs.h
4643         * src/common/progressindicator.c
4644         * src/common/progressindicator.h
4645         * src/common/quoted-printable.c
4646         * src/common/quoted-printable.h
4647         * src/common/session.c
4648         * src/common/session.h
4649         * src/common/smtp.c
4650         * src/common/smtp.h
4651         * src/common/socket.c
4652         * src/common/socket.h
4653         * src/common/ssl.c
4654         * src/common/ssl.h
4655         * src/common/ssl_certificate.c
4656         * src/common/ssl_certificate.h
4657         * src/common/stringtable.c
4658         * src/common/stringtable.h
4659         * src/common/sylpheed.c
4660         * src/common/sylpheed.h
4661         * src/common/template.c
4662         * src/common/template.h
4663         * src/common/timing.h
4664         * src/common/utils.c
4665         * src/common/utils.h
4666         * src/common/version.h.in
4667         * src/common/xml.c
4668         * src/common/xml.h
4669         * src/common/xmlprops.c
4670         * src/common/xmlprops.h
4671         * src/gtk/colorlabel.c
4672         * src/gtk/colorsel.c
4673         * src/gtk/colorsel.h
4674         * src/gtk/description_window.c
4675         * src/gtk/description_window.h
4676         * src/gtk/filesel.c
4677         * src/gtk/filesel.h
4678         * src/gtk/foldersort.c
4679         * src/gtk/foldersort.h
4680         * src/gtk/gtkutils.c
4681         * src/gtk/gtkutils.h
4682         * src/gtk/inputdialog.c
4683         * src/gtk/inputdialog.h
4684         * src/gtk/logwindow.c
4685         * src/gtk/logwindow.h
4686         * src/gtk/manage_window.c
4687         * src/gtk/manage_window.h
4688         * src/gtk/menu.c
4689         * src/gtk/menu.h
4690         * src/gtk/pluginwindow.c
4691         * src/gtk/pluginwindow.h
4692         * src/gtk/prefswindow.c
4693         * src/gtk/prefswindow.h
4694         * src/gtk/progressdialog.c
4695         * src/gtk/progressdialog.h
4696         * src/gtk/sslcertwindow.c
4697         * src/gtk/sslcertwindow.h
4698         * src/plugins/clamav/clamav_plugin.c
4699         * src/plugins/clamav/clamav_plugin.h
4700         * src/plugins/clamav/clamav_plugin_gtk.c
4701         * src/plugins/demo/demo.c
4702         * src/plugins/dillo_viewer/dillo_prefs.c
4703         * src/plugins/dillo_viewer/dillo_prefs.h
4704         * src/plugins/dillo_viewer/dillo_viewer.c
4705         * src/plugins/pgpcore/passphrase.c
4706         * src/plugins/pgpcore/passphrase.h
4707         * src/plugins/pgpcore/plugin.c
4708         * src/plugins/pgpcore/select-keys.c
4709         * src/plugins/pgpcore/select-keys.h
4710         * src/plugins/pgpcore/sgpgme.c
4711         * src/plugins/pgpcore/sgpgme.h
4712         * src/plugins/pgpinline/pgpinline.c
4713         * src/plugins/pgpinline/pgpinline.h
4714         * src/plugins/pgpinline/plugin.c
4715         * src/plugins/pgpmime/pgpmime.c
4716         * src/plugins/pgpmime/pgpmime.h
4717         * src/plugins/pgpmime/plugin.c
4718         * src/plugins/spamassassin/spamassassin.c
4719         * src/plugins/spamassassin/spamassassin.h
4720         * src/plugins/spamassassin/spamassassin_gtk.c
4721         * src/plugins/trayicon/trayicon.c
4722                 update copyright header
4723
4724 2006-01-13 [paul]       1.9.100cvs141
4725
4726         * src/account.c
4727         * src/export.c
4728         * src/import.c
4729         * src/mainwindow.c
4730         * src/prefs_account.c
4731         * src/prefs_display_header.c
4732         * src/prefs_receive.c
4733         * src/prefs_send.c
4734         * src/prefs_summaries.c
4735         * src/prefs_themes.c
4736         * src/prefs_toolbar.c
4737         * src/gtk/about.c
4738                 various cleanups
4739
4740 2006-01-12 [colin]      1.9.100cvs140
4741
4742         * src/folder.c
4743         * src/folder.h
4744         * src/main.c
4745                 Add --subscribe option
4746                 Let sylpheed-claws email@domain.com equivalent to --compose
4747                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4748
4749 2006-01-12 [paul]       1.9.100cvs139
4750
4751         * src/mainwindow.c
4752                 append 'Change folder order' label with '...'
4753         * src/prefs_actions.c
4754                 allow reordering of actions list by dnd
4755         * src/gtk/foldersort.c
4756                 make the dialog nicer
4757
4758 2006-01-11 [colin]      1.9.100cvs138
4759
4760         * src/compose.c
4761                 Allow templates without text
4762
4763 2006-01-11 [paul]       1.9.100cvs137
4764
4765         * tools/README
4766         * tools/filter_conv_new.pl
4767                 add info to README
4768                 also check .sylpheed for filter.xml
4769                 be a bit informative to the user
4770
4771 2006-01-11 [colin]      1.9.100cvs136
4772
4773         * src/textview.c
4774                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4775
4776 2006-01-10 [paul]       1.9.100cvs135
4777
4778         * tools/Makefile.am
4779         * tools/filter_conv_new.pl
4780                 add script to convert new style Sylpheed
4781                 filter rules (Sylpheed >= 0.9.99) to
4782                 Claws filtering rules
4783
4784 2006-01-10 [colin]      1.9.100cvs134
4785
4786         * src/compose.c
4787                 Fix broken line joins in certain conditions
4788                 (between two quoted lines: <enter><enter><up>
4789                  <type a wrapped sentence><go in the first line>
4790                  <insert more text><watch as line joining failed>)
4791
4792 2006-01-10 [paul]       1.9.100cvs133
4793
4794         * src/compose.c
4795                 don't report success in error dialog
4796                 thanks to Colin
4797         * src/common/utils.c
4798                 include some trailing punctuations as URI
4799                 thanks to Hiro
4800
4801 2006-01-10 [paul]       1.9.100cvs132
4802
4803         * src/mimeview.c
4804                 fix incompatible pointer type
4805                 warning
4806
4807 2006-01-10 [paul]       1.9.100cvs131
4808
4809         * src/compose.c
4810                 change Subject in window title
4811                 instantaneously
4812
4813 2006-01-09 [colin]      1.9.100cvs130
4814
4815         * src/addressbook.c
4816         * src/headerview.c
4817         * src/mainwindow.c
4818         * src/messageview.c
4819         * src/mimeview.c
4820         * src/noticeview.c
4821         * src/summaryview.c
4822                 Fix possible crashes on exit and in addressbook
4823
4824 2006-01-09 [paul]       1.9.100cvs129
4825
4826         * src/prefs_msg_colors.c
4827                 some cleanups that I forgot last time
4828
4829 2006-01-09 [paul]       1.9.100cvs128
4830
4831         * README
4832         * src/folderview.c
4833         * src/prefs_msg_colors.c
4834                 add previously hidden option, color_new, to
4835                 the gui
4836                 move the page to Display/
4837                 rework the gui
4838
4839 2006-01-09 [wwp]        1.9.100cvs127
4840
4841         * src/prefs_themes.c
4842                 made the prefs/display/themes layouts spacing less condensed
4843                 (and so they match other prefs/pages' look).
4844
4845 2006-01-09 [paul]       1.9.100cvs126
4846
4847         * src/compose.c
4848         * src/prefs_common.c
4849         * src/prefs_common.h
4850         * src/prefs_wrapping.c
4851                 remove 'wrap at send' option
4852
4853 2006-01-06 [colin]      1.9.100cvs125
4854
4855         * src/compose.c
4856                 Just make completely sure we don't insert "manual line breaks" 
4857                 when wrapping... 
4858
4859 2006-01-04 [paul]
4860
4861         * 2.0.0-rc3 released
4862
4863 2006-01-04 [paul]       1.9.100cvs124
4864
4865         * src/folderview.c
4866                 fix bug 882, 'quick scroll in folder list
4867                 displays wrong folder contents'
4868
4869 2006-01-04 [paul]       1.9.100cvs123
4870
4871         * src/plugins/pgpmime/pgpmime.c
4872                 better debug information when signing
4873                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4874
4875 2006-01-03 [colin]      1.9.100cvs122
4876
4877         * configure.ac
4878                 We need to recheck for gpgme 1.0.0 after checking
4879                 for 1.1.1, because if 1.1.1 isn't available, 
4880                 GPGME_LIBS and friends are blanked out by the 
4881                 second check.
4882
4883 2006-01-03 [colin]      1.9.100cvs121
4884
4885         * src/common/prefs.c
4886                 Windows unlink-before rename fix
4887         * src/plugins/pgpcore/sgpgme.c
4888                 Add support for PKA info if available
4889                 Both patches by Werner Koch
4890
4891 2006-01-03 [paul]       1.9.100cvs120
4892
4893         * src/messageview.c
4894                 fix bug 884, 'Send receipt' button visible in queue
4895                 Thanks to Colin
4896
4897 2006-01-02 [colin]      1.9.100cvs119
4898
4899         * src/compose.c
4900         * src/imap.c
4901                 Fix autosave on IMAP and more generally try to
4902                 return the correct ID on a newly added IMAP message
4903
4904 2006-01-02 [paul]       1.9.100cvs118
4905
4906         * manual/keyboard.xml
4907                 edited
4908
4909 2006-01-01 [paul]       1.9.100cvs117
4910
4911         * src/gtk/authors.h
4912                 alphabetical order
4913
4914 2005-12-30 [colin]      1.9.100cvs116
4915
4916         * manual/advanced.xml
4917                 Explain Pre/Post-processing differences.
4918
4919 2005-12-30 [colin]      1.9.100cvs115
4920
4921         * src/mh.c
4922                 Implement copy_msgs for a little optimization
4923         * src/imap.c
4924                 Finish yesterday's fix
4925
4926 2005-12-29 [colin]      1.9.100cvs114
4927
4928         * src/imap.c
4929                 Fix occasional failure in fetching a mail over
4930                 IMAP
4931
4932 2005-12-29 [colin]      1.9.100cvs113
4933
4934         * src/compose.c
4935                 Don't remove a draft when sending it, if it is 
4936                 locked.
4937
4938 2005-12-28 [colin]      1.9.100cvs112
4939
4940         * src/summaryview.c
4941                 Fix leak for real
4942
4943 2005-12-28 [wwp]        1.9.100cvs111
4944
4945         * doc/faq/.cvsignore
4946         * doc/faq/de/.cvsignore
4947         * doc/faq/en/.cvsignore
4948         * doc/faq/es/.cvsignore
4949         * doc/faq/fr/.cvsignore
4950         * doc/faq/it/.cvsignore
4951         * doc/manual/.cvsignore
4952         * doc/manual/de/.cvsignore
4953         * doc/manual/en/.cvsignore
4954         * doc/manual/es/.cvsignore
4955         * doc/manual/fr/.cvsignore
4956         * doc/manual/ja/.cvsignore
4957         * src/plugins/mathml_viewer/.cvsignore
4958                 rollback revival of those files (my bad, sorry for the noise).
4959
4960 2005-12-28 [wwp]        1.9.100cvs110
4961
4962         * src/compose.c
4963                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4964
4965 2005-12-28 [wwp]        1.9.100cvs109
4966
4967         * doc/faq/.cvsignore
4968         * doc/faq/de/.cvsignore
4969         * doc/faq/en/.cvsignore
4970         * doc/faq/es/.cvsignore
4971         * doc/faq/fr/.cvsignore
4972         * doc/faq/it/.cvsignore
4973         * doc/manual/.cvsignore
4974         * doc/manual/de/.cvsignore
4975         * doc/manual/en/.cvsignore
4976         * doc/manual/es/.cvsignore
4977         * doc/manual/fr/.cvsignore
4978         * doc/manual/ja/.cvsignore
4979         * src/plugins/mathml_viewer/.cvsignore
4980         * po/.cvsignore
4981                 more files to ignore.
4982
4983 2005-12-24 [colin]      1.9.100cvs108
4984
4985         * AUTHORS
4986         * src/gtk/authors.h
4987                 Update for Werner
4988
4989 2005-12-24 [colin]      1.9.100cvs107
4990
4991         * src/procmsg.c
4992                 Allow NULL src_msginfo in 
4993                 procmsg_msginfo_new_from_mimeinfo
4994
4995 2005-12-23 [paul]       1.9.100cvs106
4996
4997         * src/plugins/pgpinline/mypgpcore.def
4998                 add this forgotten file
4999
5000 2005-12-23 [colin]      1.9.100cvs105
5001
5002         * src/mainwindow.c
5003                 Fix missing break
5004
5005 2005-12-23 [colin]      1.9.100cvs104
5006
5007         * autogen.sh
5008         * src/folder.c
5009         * src/mh.c
5010         * src/common/plugin.c
5011         * src/common/socket.c
5012         * src/common/socket.h
5013         * src/common/utils.c
5014         * src/common/utils.h
5015         * src/gtk/pluginwindow.c
5016         * src/plugins/pgpcore/plugin.def
5017         * src/plugins/pgpcore/sylpheed.def
5018         * src/plugins/pgpinline/Makefile.am
5019         * src/plugins/pgpinline/plugin.def
5020         * src/plugins/pgpinline/sylpheed.def
5021         * src/plugins/pgpmime/plugin.def
5022         * src/plugins/pgpmime/sylpheed.def
5023                 Various w32 fixes by Werner Koch
5024
5025 2005-12-22 [paul]       1.9.100cvs103
5026
5027         * src/wizard.c
5028                 don't offer IMAP as 'server type' if
5029                 libetpan isn't built in
5030
5031 2005-12-22 [paul]       1.9.100cvs102
5032
5033         * AUTHORS
5034         * src/mainwindow.c
5035         * src/mainwindow.h
5036         * src/toolbar.c
5037         * src/gtk/authors.h
5038                 support GTK_TOOLBAR_BOTH_HORIZ (text
5039                 next to icon) Patch by Marien Zwart
5040                 marienz@users.sf.net
5041                 Also reword the text
5042
5043 2005-12-21 [colin]      1.9.100cvs101
5044
5045         * configure.ac
5046                 Fix DATADIRNAME
5047         * COPYING
5048                 Fix missing section and explicit the exception better
5049         * src/compose.c
5050                 Prevent mail from being lost without notice when an
5051                 SMTP error happens on trying to send an unmodified
5052                 drafted mail.
5053         * src/send_message.c
5054         * src/common/smtp.c
5055                 Fix password remembering when wrong, and add return
5056                 value checks where they should have been
5057         * src/plugins/pgpcore/sylpheed.def
5058         * src/plugins/pgpinline/sylpheed.def
5059         * src/plugins/pgpmime/sylpheed.def
5060                 Add a few symbols needed
5061
5062 2005-12-21 [paul]       1.9.100cvs100
5063
5064         * m4/codeset.m4
5065         * m4/glibc21.m4
5066         * m4/intdiv0.m4
5067         * m4/inttypes-pri.m4
5068         * m4/inttypes.m4
5069         * m4/inttypes_h.m4
5070         * m4/isc-posix.m4
5071         * m4/lcmessage.m4
5072         * m4/stdint_h.m4
5073         * m4/uintmax_t.m4
5074                 gettextization
5075                 thanks to Colin
5076
5077 2005-12-21 [paul]       1.9.100cvs99
5078
5079         * po/sv.po
5080                 fixed by Colin
5081
5082 2005-12-20 [paul]       1.9.100cvs98
5083
5084         * po/sv.po
5085                 updated by Anders Trobäck
5086
5087 2005-12-20 [colin]      1.9.100cvs97
5088
5089         * ABOUT-NLS
5090         * Makefile.am
5091         * autogen.sh
5092         * configure.ac
5093         * config/config.rpath
5094         * config/mkinstalldirs
5095         * m4/Makefile.am
5096         * m4/glibc2.m4
5097         * m4/gnupg.m4
5098         * m4/gpgme.m4
5099         * m4/intmax.m4
5100         * m4/longdouble.m4
5101         * m4/longlong.m4
5102         * m4/printf-posix.m4
5103         * m4/signed.m4
5104         * m4/size_max.m4
5105         * m4/ulonglong.m4
5106         * m4/wchar_t.m4
5107         * m4/wint_t.m4
5108         * m4/xsize.m4
5109         * po/Makefile.in.in
5110         * po/Makevars
5111         * po/bg.po
5112         * po/ca.po
5113         * po/cs.po
5114         * po/de.po
5115         * po/el.po
5116         * po/en_GB.po
5117         * po/es.po
5118         * po/fi.po
5119         * po/fr.po
5120         * po/hr.po
5121         * po/hu.po
5122         * po/it.po
5123         * po/ja.po
5124         * po/ko.po
5125         * po/nb.po
5126         * po/nl.po
5127         * po/pl.po
5128         * po/pt_BR.po
5129         * po/ru.po
5130         * po/sk.po
5131         * po/sr.po
5132         * po/stamp-po
5133         * po/sv.po
5134         * po/zh_CN.po
5135         * po/zh_TW.po
5136         * src/Makefile.am
5137         * src/codeconv.c
5138         * src/compose.c
5139         * src/exporthtml.c
5140         * src/exportldif.c
5141         * src/folder.c
5142         * src/main.c
5143         * src/manual.c
5144         * src/mh.c
5145         * src/mimeview.c
5146         * src/send_message.c
5147         * src/common/Makefile.am
5148         * src/common/fnmatch.c
5149         * src/common/fnmatch.h
5150         * src/common/fnmatch_loop.c
5151         * src/common/nntp.c
5152         * src/common/plugin.c
5153         * src/common/smtp.c
5154         * src/common/socket.c
5155         * src/common/string_match.c
5156         * src/common/sylpheed.c
5157         * src/common/utils.c
5158         * src/common/utils.h
5159         * src/common/w32_dirent.c
5160         * src/common/w32_reg.c
5161         * src/common/w32_signal.c
5162         * src/common/w32_stat.c
5163         * src/common/w32_stdio.c
5164         * src/common/w32_stdlib.c
5165         * src/common/w32_string.c
5166         * src/common/w32_time.c
5167         * src/common/w32_unistd.c
5168         * src/common/w32_wait.c
5169         * src/common/w32lib.h
5170         * src/etpan/Makefile.am
5171         * src/gtk/Makefile.am
5172         * src/plugins/clamav/Makefile.am
5173         * src/plugins/demo/Makefile.am
5174         * src/plugins/dillo_viewer/Makefile.am
5175         * src/plugins/pgpcore/Makefile.am
5176         * src/plugins/pgpcore/passphrase.c
5177         * src/plugins/pgpcore/plugin.def
5178         * src/plugins/pgpcore/sgpgme.c
5179         * src/plugins/pgpcore/sylpheed.def
5180         * src/plugins/pgpcore/version.rc
5181         * src/plugins/pgpinline/Makefile.am
5182         * src/plugins/pgpinline/plugin.def
5183         * src/plugins/pgpinline/sylpheed.def
5184         * src/plugins/pgpinline/version.rc
5185         * src/plugins/pgpmime/Makefile.am
5186         * src/plugins/pgpmime/mypgpcore.def
5187         * src/plugins/pgpmime/plugin.def
5188         * src/plugins/pgpmime/sylpheed.def
5189         * src/plugins/pgpmime/version.rc
5190         * src/plugins/spamassassin/Makefile.am
5191                 Very little ;-) patch from Werner Koch, providing
5192                 infrastructure for cross-compiling to Win32
5193
5194 2005-12-20 [paul]       1.9.100cvs96
5195
5196         * src/account.c
5197         * src/account.h
5198         * src/mainwindow.c
5199         * src/mainwindow.h
5200         * src/toolbar.c
5201         * src/toolbar.h
5202                 add a combo to the Get All button, allowing
5203                 quick retrieval from any account
5204                 Patch by Fabien Vantard, slightly modified
5205                 by Colin
5206         * src/gtk/about.c
5207                 i18n fix. Patch by Fabien Vantard
5208
5209 2005-12-19 [colin]      1.9.100cvs95
5210
5211         * src/compose.c
5212         * src/compose.h
5213                 Don't automatically join lines when they've 
5214                 been separated by the user and not automatically
5215
5216 2005-12-19 [paul]       1.9.100cvs94
5217
5218         * src/gtk/pluginwindow.c
5219                 i18n fix.
5220                 Patch by Fabien Vantard
5221
5222 2005-12-15 [paul]       1.9.100cvs93
5223
5224         * src/common/plugin.c
5225         * src/common/plugin.h
5226         * src/gtk/pluginwindow.c
5227         * src/plugins/clamav/clamav_plugin.c
5228         * src/plugins/demo/demo.c
5229         * src/plugins/dillo_viewer/dillo_viewer.c
5230         * src/plugins/pgpcore/plugin.c
5231         * src/plugins/pgpinline/plugin.c
5232         * src/plugins/pgpmime/plugin.c
5233         * src/plugins/spamassassin/spamassassin.c
5234         * src/plugins/trayicon/trayicon.c
5235                 add plugin_version()
5236
5237 2005-12-15 [colin]      1.9.100cvs92
5238
5239         * src/compose.c
5240                 Further fix bug #875
5241
5242 2005-12-15 [paul]       1.9.100cvs91
5243
5244         * src/gtk/filesel.c
5245                 fix attach_load_dir getting set to
5246                 PLUGINDIR on plugin load
5247
5248 2005-12-14 [mones]      1.9.100cvs90
5249
5250         * manual/ack.xml
5251         * manual/keyboard.xml
5252                 Initial draft and some shortcuts added
5253                 
5254         * po/es.po
5255                 Updated translation
5256
5257 2005-12-14 [colin]      1.9.100cvs89
5258
5259         * src/compose.c
5260         * src/imap.c
5261         * src/summaryview.c
5262         * src/gtk/gtkaspell.c
5263                 More leaks fixed
5264         * src/prefs_folder_item.c
5265                 Fix recursive prefs apply
5266
5267
5268 2005-12-14 [colin]      1.9.100cvs88
5269
5270         * src/compose.c
5271                 Fix bug #875 (Freeze On Inline Forward of 
5272                 Large Message)
5273
5274 2005-12-13 [colin]      1.9.100cvs87
5275
5276         * src/compose.c
5277                 Uniq-ify and sort the mimetypes list
5278                 Patch by Fabien Vantard
5279
5280 2005-12-13 [colin]      1.9.100cvs86
5281
5282         * src/imap.c
5283         * src/etpan/imap-thread.c
5284                 Fix leaks (patch by Hoa)
5285         * src/news.c
5286         * src/common/plugin.c
5287                 Fix leaks
5288
5289 2005-12-12 [colin]
5290
5291         * 2.0.0-rc2 released
5292
5293 2005-12-12 [colin]      1.9.100cvs85
5294
5295         * src/matcher.c
5296                 Fix a leak
5297
5298 2005-12-12 [wwp]        1.9.100cvs84
5299
5300         * src/gtk/icon_legend.c
5301                 fix misbehaviour and crash when closing the legend window
5302         using the Esc key (patch by Fabien Vantard).
5303
5304 2005-12-12 [paul]       1.9.100cvs83
5305
5306         * src/browseldap.c
5307         * src/foldersel.c
5308         * src/prefs_actions.c
5309         * src/prefs_filtering.c
5310         * src/prefs_matcher.c
5311         * src/prefs_spelling.glade      ** REMOVED **
5312         * src/prefs_template.c
5313         * src/gtk/foldersort.glade      ** REMOVED **
5314         * src/gtk/pluginwindow.c
5315         * src/gtk/pluginwindow.glade    ** REMOVED **
5316         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5317                 cleanups
5318
5319 2005-12-11 [paul]       1.9.100cvs82
5320
5321         * src/gtk/filesel.c
5322                 fix attach_load_dir crasher (double free)
5323
5324 2005-12-09 [paul]       1.9.100cvs81
5325
5326         * po/POTFILES.in
5327         * src/mainwindow.c
5328         * src/gtk/Makefile.am
5329         * src/gtk/icon_legend.c
5330         * src/gtk/icon_legend.h
5331                 add icon legend
5332         * src/manual.c
5333                 cleanup
5334
5335 2005-12-09 [paul]       1.9.100cvs80
5336
5337         * src/plugins/pgpcore/passphrase.c
5338                 wrap the label in the dialog
5339
5340 2005-12-09 [colin]      1.9.100cvs79
5341
5342         * src/plugins/pgpcore/sgpgme.c
5343                 Display (untrusted) on not trusted signatures
5344                 Patch by Michal Èihaø <michal@cihar.com>
5345                 Closes bug #867 (Report also key trust)
5346
5347 2005-12-09 [colin]      1.9.100cvs78
5348
5349         * src/common/plugin.c
5350                 Update licence check, following Eben Moglen's advice
5351
5352 2005-12-08 [colin]      1.9.100cvs77
5353
5354         * src/folder.c
5355                 Fix the occasionnal item->cache != NULL 
5356                 assertion failure. 
5357
5358 2005-12-08 [colin]      1.9.100cvs76
5359
5360         * src/mimeview.c
5361         * src/plugins/pgpcore/sgpgme.c
5362                 Print key id when unable to check it
5363                 Closes bug #866 (Show key id when missing)
5364
5365 2005-12-08 [paul]       1.9.100cvs75
5366
5367         * src/prefs_common.c
5368         * src/prefs_common.h
5369         * src/gtk/filesel.c
5370                 remember load attachment dir
5371
5372 2005-12-07 [colin]      1.9.100cvs74
5373
5374         * src/prefs_toolbar.c
5375                 Gtk fixes, patch by Fabien Vantard
5376
5377 2005-12-07 [colin]      1.9.100cvs73
5378
5379         * src/action.c
5380         * src/compose.c
5381         * src/compose.h
5382                 Fix bug #839 (Quoted text isn't colored after 
5383                 executing an action)
5384         * src/common/plugin.c
5385                 Require plugins to declare their licence in plugin_licence()
5386                 Refuse to load non-GPL plugins as they'd be illegal (as 
5387                 derived works of Sylpheed-Claws, they must be GPL).
5388         * src/plugins/clamav/clamav_plugin.c
5389         * src/plugins/demo/demo.c
5390         * src/plugins/dillo_viewer/dillo_viewer.c
5391         * src/plugins/pgpcore/plugin.c
5392         * src/plugins/pgpinline/plugin.c
5393         * src/plugins/pgpmime/plugin.c
5394         * src/plugins/spamassassin/spamassassin.c
5395         * src/plugins/trayicon/trayicon.c
5396                 Add plugin_licence()
5397
5398 2005-12-07 [paul]       1.9.100cvs72
5399
5400         * configure.ac
5401         * src/mainwindow.c
5402         * src/manual.c
5403         * src/manual.h
5404         * src/common/defs.h
5405                 clean up after local FAQ removal and
5406                 temporary manual removal
5407
5408 2005-12-06 [colin]      1.9.100cvs71
5409
5410         * configure.ac
5411         * doc/Makefile.am
5412         * doc/faq/.cvsignore
5413         * doc/faq/Makefile.am
5414         * doc/faq/de/.cvsignore
5415         * doc/faq/de/Makefile.am
5416         * doc/faq/de/sylpheed-faq-1.html
5417         * doc/faq/de/sylpheed-faq-2.html
5418         * doc/faq/de/sylpheed-faq-3.html
5419         * doc/faq/de/sylpheed-faq.html
5420         * doc/faq/en/.cvsignore
5421         * doc/faq/en/Makefile.am
5422         * doc/faq/en/sylpheed-faq-1.html
5423         * doc/faq/en/sylpheed-faq-2.html
5424         * doc/faq/en/sylpheed-faq-3.html
5425         * doc/faq/en/sylpheed-faq-4.html
5426         * doc/faq/en/sylpheed-faq.html
5427         * doc/faq/es/.cvsignore
5428         * doc/faq/es/Makefile.am
5429         * doc/faq/es/sylpheed-faq-1.html
5430         * doc/faq/es/sylpheed-faq-2.html
5431         * doc/faq/es/sylpheed-faq-3.html
5432         * doc/faq/es/sylpheed-faq-4.html
5433         * doc/faq/es/sylpheed-faq.html
5434         * doc/faq/fr/.cvsignore
5435         * doc/faq/fr/Makefile.am
5436         * doc/faq/fr/sylpheed-faq-1.html
5437         * doc/faq/fr/sylpheed-faq-2.html
5438         * doc/faq/fr/sylpheed-faq-3.html
5439         * doc/faq/fr/sylpheed-faq.html
5440         * doc/faq/it/.cvsignore
5441         * doc/faq/it/Makefile.am
5442         * doc/faq/it/sylpheed-faq-1.html
5443         * doc/faq/it/sylpheed-faq-2.html
5444         * doc/faq/it/sylpheed-faq-3.html
5445         * doc/faq/it/sylpheed-faq.html
5446         * doc/manual/.cvsignore
5447         * doc/manual/Makefile.am
5448         * doc/manual/de/.cvsignore
5449         * doc/manual/de/Makefile.am
5450         * doc/manual/de/sylpheed-1.html
5451         * doc/manual/de/sylpheed-10.html
5452         * doc/manual/de/sylpheed-11.html
5453         * doc/manual/de/sylpheed-12.html
5454         * doc/manual/de/sylpheed-13.html
5455         * doc/manual/de/sylpheed-14.html
5456         * doc/manual/de/sylpheed-15.html
5457         * doc/manual/de/sylpheed-16.html
5458         * doc/manual/de/sylpheed-17.html
5459         * doc/manual/de/sylpheed-18.html
5460         * doc/manual/de/sylpheed-19.html
5461         * doc/manual/de/sylpheed-2.html
5462         * doc/manual/de/sylpheed-20.html
5463         * doc/manual/de/sylpheed-3.html
5464         * doc/manual/de/sylpheed-4.html
5465         * doc/manual/de/sylpheed-5.html
5466         * doc/manual/de/sylpheed-6.html
5467         * doc/manual/de/sylpheed-7.html
5468         * doc/manual/de/sylpheed-8.html
5469         * doc/manual/de/sylpheed-9.html
5470         * doc/manual/de/sylpheed.html
5471         * doc/manual/en/.cvsignore
5472         * doc/manual/en/Makefile.am
5473         * doc/manual/en/sylpheed-1.html
5474         * doc/manual/en/sylpheed-10.html
5475         * doc/manual/en/sylpheed-11.html
5476         * doc/manual/en/sylpheed-12.html
5477         * doc/manual/en/sylpheed-13.html
5478         * doc/manual/en/sylpheed-14.html
5479         * doc/manual/en/sylpheed-15.html
5480         * doc/manual/en/sylpheed-16.html
5481         * doc/manual/en/sylpheed-17.html
5482         * doc/manual/en/sylpheed-18.html
5483         * doc/manual/en/sylpheed-19.html
5484         * doc/manual/en/sylpheed-2.html
5485         * doc/manual/en/sylpheed-20.html
5486         * doc/manual/en/sylpheed-21.html
5487         * doc/manual/en/sylpheed-22.html
5488         * doc/manual/en/sylpheed-3.html
5489         * doc/manual/en/sylpheed-4.html
5490         * doc/manual/en/sylpheed-5.html
5491         * doc/manual/en/sylpheed-6.html
5492         * doc/manual/en/sylpheed-7.html
5493         * doc/manual/en/sylpheed-8.html
5494         * doc/manual/en/sylpheed-9.html
5495         * doc/manual/en/sylpheed.html
5496         * doc/manual/es/.cvsignore
5497         * doc/manual/es/Makefile.am
5498         * doc/manual/es/sylpheed-1.html
5499         * doc/manual/es/sylpheed-10.html
5500         * doc/manual/es/sylpheed-11.html
5501         * doc/manual/es/sylpheed-12.html
5502         * doc/manual/es/sylpheed-13.html
5503         * doc/manual/es/sylpheed-14.html
5504         * doc/manual/es/sylpheed-15.html
5505         * doc/manual/es/sylpheed-16.html
5506         * doc/manual/es/sylpheed-17.html
5507         * doc/manual/es/sylpheed-18.html
5508         * doc/manual/es/sylpheed-19.html
5509         * doc/manual/es/sylpheed-2.html
5510         * doc/manual/es/sylpheed-20.html
5511         * doc/manual/es/sylpheed-3.html
5512         * doc/manual/es/sylpheed-4.html
5513         * doc/manual/es/sylpheed-5.html
5514         * doc/manual/es/sylpheed-6.html
5515         * doc/manual/es/sylpheed-7.html
5516         * doc/manual/es/sylpheed-8.html
5517         * doc/manual/es/sylpheed-9.html
5518         * doc/manual/es/sylpheed.html
5519         * doc/manual/fr/.cvsignore
5520         * doc/manual/fr/Makefile.am
5521         * doc/manual/fr/sylpheed-1.html
5522         * doc/manual/fr/sylpheed-10.html
5523         * doc/manual/fr/sylpheed-11.html
5524         * doc/manual/fr/sylpheed-12.html
5525         * doc/manual/fr/sylpheed-13.html
5526         * doc/manual/fr/sylpheed-14.html
5527         * doc/manual/fr/sylpheed-15.html
5528         * doc/manual/fr/sylpheed-16.html
5529         * doc/manual/fr/sylpheed-17.html
5530         * doc/manual/fr/sylpheed-18.html
5531         * doc/manual/fr/sylpheed-19.html
5532         * doc/manual/fr/sylpheed-2.html
5533         * doc/manual/fr/sylpheed-20.html
5534         * doc/manual/fr/sylpheed-3.html
5535         * doc/manual/fr/sylpheed-4.html
5536         * doc/manual/fr/sylpheed-5.html
5537         * doc/manual/fr/sylpheed-6.html
5538         * doc/manual/fr/sylpheed-7.html
5539         * doc/manual/fr/sylpheed-8.html
5540         * doc/manual/fr/sylpheed-9.html
5541         * doc/manual/fr/sylpheed.html
5542         * doc/manual/ja/.cvsignore
5543         * doc/manual/ja/Makefile.am
5544         * doc/manual/ja/sylpheed-1.html
5545         * doc/manual/ja/sylpheed-10.html
5546         * doc/manual/ja/sylpheed-11.html
5547         * doc/manual/ja/sylpheed-12.html
5548         * doc/manual/ja/sylpheed-13.html
5549         * doc/manual/ja/sylpheed-14.html
5550         * doc/manual/ja/sylpheed-15.html
5551         * doc/manual/ja/sylpheed-16.html
5552         * doc/manual/ja/sylpheed-17.html
5553         * doc/manual/ja/sylpheed-18.html
5554         * doc/manual/ja/sylpheed-19.html
5555         * doc/manual/ja/sylpheed-2.html
5556         * doc/manual/ja/sylpheed-20.html
5557         * doc/manual/ja/sylpheed-3.html
5558         * doc/manual/ja/sylpheed-4.html
5559         * doc/manual/ja/sylpheed-5.html
5560         * doc/manual/ja/sylpheed-6.html
5561         * doc/manual/ja/sylpheed-7.html
5562         * doc/manual/ja/sylpheed-8.html
5563         * doc/manual/ja/sylpheed-9.html
5564         * doc/manual/ja/sylpheed.html
5565         * doc/manual/ja/sylpheed.sgml
5566         * src/mainwindow.c
5567                 Remove outdated manual and faq. Noisy, eh?
5568
5569 2005-12-06 [colin]      1.9.100cvs70
5570
5571         * src/compose.c
5572         * src/quote_fmt_parse.y
5573         * src/undo.c
5574         * src/undo.h
5575                 Allow %X to position cursor at 0 
5576                 (no %X = before signature)
5577                 Fix paste as quotation putting the cursor at 0
5578                 Fix undo offsets when pasting
5579                 Insert the quote_fmt at once instead of line 
5580                 by line
5581                 Fix [Edited] when starting to reply/forward
5582
5583 2005-12-06 [paul]       1.9.100cvs69
5584
5585         * src/plugins/clamav/clamav_plugin_gtk.c
5586                 add another tooltip
5587         * src/plugins/spamassassin/spamassassin_gtk.c
5588                 rework spamassassin_create_widget_func()
5589
5590 2005-12-05 [colin]      1.9.100cvs68
5591
5592         * po/POTFILES.in
5593                 Fix make release ;-)
5594
5595 2005-12-05 [colin]      1.9.100cvs67
5596
5597         * src/compose.c
5598         * src/compose.h
5599                 Fix cursor positioning (not obeying %X)
5600
5601 2005-12-05 [paul]       1.9.100cvs66
5602
5603         * src/plugins/dillo_viewer/dillo_prefs.c
5604                 fix compilation warning
5605
5606 2005-12-05 [paul]       1.9.100cvs65
5607
5608         * src/prefs_spelling.c
5609         * src/plugins/trayicon/trayicon.c
5610                 cleanups - remove unused stuff
5611
5612 2005-12-05 [paul]       1.9.100cvs64
5613
5614         * README
5615         * manual/plugins.xml
5616                 remove info about removed mathml_viewer plugin
5617
5618 2005-12-05 [paul]       1.9.100cvs63
5619
5620         * configure.ac
5621         * src/plugins/Makefile.am
5622         * src/plugins/mathml_viewer/.cvsignore
5623         * src/plugins/mathml_viewer/Makefile.am
5624         * src/plugins/mathml_viewer/mathml_viewer.c
5625                 remove unmaintained mathml_viewer plugin
5626
5627 2005-12-05 [paul]       1.9.100cvs62
5628
5629         * src/summaryview.c
5630                 obey prefs_common.always_show_msg when
5631                 moving a msg
5632                 Thanks to Colin
5633
5634 2005-12-05 [paul]       1.9.100cvs61
5635
5636         * src/compose.c
5637         * src/prefs_account.c
5638         * src/prefs_filtering.c
5639         * src/prefs_quote.c
5640         * src/prefs_spelling.c
5641         * src/prefs_toolbar.c
5642         * src/summaryview.c
5643         * src/gtk/gtkutils.c
5644         * src/gtk/quicksearch.c
5645         * src/plugins/dillo_viewer/dillo_prefs.c
5646                 dialog cleanups
5647
5648 2005-12-04 [paul]       1.9.100cvs60
5649
5650         * src/inc.c
5651         * src/prefs_account.c
5652         * src/prefs_account.h
5653                 allow a Local account to specify a
5654                 default inbox
5655                 (closes bug 843 'Inbox cannot be changed for local
5656                  mailboxes')
5657
5658 2005-12-04 [colin]      1.9.100cvs59
5659
5660         * src/plugins/trayicon/trayicon.c
5661                 Remove Get, rename Get All to Get Mail in order to
5662                 be consistent with the default main toolbar
5663
5664 2005-12-03 [colin]      1.9.100cvs58
5665
5666         * manual/gpl.xml
5667         * manual/sylpheed-claws-manual.xml
5668                 Add GPL appendix
5669
5670 2005-12-03 [paul]       1.9.100cvs57
5671
5672         * AUTHORS
5673         * po/sv.po
5674         * src/gtk/authors.h
5675                 new (partially complete) Swedish translation
5676                 by Anders Troback <sylpheed@troback.com>
5677
5678 2005-12-02 [paul]       1.9.100cvs56
5679
5680         * configure.ac
5681                 libetpan 0.41 required
5682
5683 2005-12-02 [paul]       1.9.100cvs55
5684
5685         * src/plugins/clamav/clamav_plugin.c
5686         * src/plugins/clamav/clamav_plugin.h
5687         * src/plugins/clamav/clamav_plugin_gtk.c
5688         * src/plugins/spamassassin/spamassassin.c
5689         * src/plugins/spamassassin/spamassassin.h
5690         * src/plugins/spamassassin/spamassassin_gtk.c
5691                 unregister prefs pages on unloading, thus
5692                 preventing a crash
5693                 (thanks to Colin for the hint)
5694
5695 2005-12-02 [wwp]        1.9.100cvs54
5696
5697         * src/quote_fmt.h
5698         * src/quote_fmt_parse.y
5699                 fix misuse of gboolean*, use gboolean instead
5700                 (thanks to Paul, Colin, for pointing out that scaring one)
5701
5702 2005-12-02 [paul]       1.9.100cvs53
5703
5704         * src/plugins/clamav/clamav_plugin.c
5705                 int no --> unsigned int no
5706         * src/plugins/clamav/clamav_plugin_gtk.c
5707                 rework config page
5708
5709 2005-12-02 [wwp]        1.9.100cvs52
5710
5711         * src/compose.c
5712         * src/prefs_template.c
5713         * src/quote_fmt.h
5714         * src/quote_fmt_parse.y
5715                 prevent from executing |f and |p templates commands when
5716                 adding or replacing templates in prefs (avoids annoying and
5717                 potentially dangerous behaviours)
5718
5719 2005-12-02 [paul]       1.9.100cvs51
5720
5721         * src/prefs_common.c
5722                 allow translation of some default values
5723                 Patch by Fabien Vantard
5724
5725 2005-12-02 [paul]       1.9.100cvs50
5726
5727         * src/codeconv.c
5728         * src/codeconv.h
5729         * src/prefs_common.c
5730         * src/prefs_common.h
5731         * src/prefs_message.c
5732         * src/textview.c
5733                 remove obsolete 'convert_mb_alnum' option
5734                 and related stuff
5735         * src/gtk/about.c
5736                 remove unused 'about_textview_visibility_notify'
5737
5738 2005-12-02 [paul]       1.9.100cvs49
5739
5740         * src/prefs_account.c
5741         * src/prefs_compose_writing.c
5742         * src/prefs_fonts.c
5743         * src/prefs_gtk.h
5744         * src/prefs_image_viewer.c
5745         * src/prefs_message.c
5746         * src/prefs_other.c
5747         * src/prefs_receive.c
5748         * src/prefs_send.c
5749         * src/prefs_spelling.c
5750         * src/prefs_summaries.c
5751         * src/prefs_wrapping.c
5752         * src/plugins/dillo_viewer/dillo_prefs.c
5753         * src/plugins/pgpcore/prefs_gpg.c
5754                 several cleanups to the prefs dialogs
5755                 (slightly modified) patch by Fabien Vantard
5756
5757 2005-12-02 [paul]       1.9.100cvs48
5758
5759         * src/main.c
5760                 --exit means exit
5761         * src/send_message.c
5762                 fix crash on send when connection fails
5763
5764         Thanks to Colin
5765
5766 2005-12-01 [colin]      1.9.100cvs47
5767
5768         * src/html.c
5769                 Translate &hellip; to "..."
5770
5771 2005-11-30 [colin]      1.9.100cvs46
5772
5773         * src/matcher.c
5774         * src/matcher.h
5775                 Optimize back yesterday's fix.
5776
5777 2005-11-30 [paul]       1.9.100cvs45
5778
5779         * manual/faq.xml
5780                 standardised
5781         * manual/intro.xml
5782                 written by Colin, edited by me
5783
5784 2005-11-29 [colin]      1.9.100cvs44
5785
5786         * src/matcher.c
5787                 Skip headers unconditionnaly in match_body if the
5788                 rule is not message or ~message
5789
5790 2005-11-29 [colin]      1.9.100cvs43
5791
5792         * src/matcher.c
5793                 Fix body_part and such, not skipping headers 
5794                 if the matchcriteria wasn't the first in the rule
5795
5796 2005-11-29 [colin]      1.9.100cvs42
5797
5798         * src/compose.c
5799                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5800                 option missing from message view window)
5801                 Fix double text D'n'D with gtk-2.8
5802         * src/matcher.c
5803                 Fix ~message, ~headers_part, ~body_part rules
5804         * src/messageview.c
5805                 Add Windows-1252 (Closes bug #863)
5806                 Fix accels
5807         * src/gtk/gtkaspell.c
5808                 Properly destroy accels in all menus
5809
5810 2005-11-29 [mones]      1.9.100cvs41
5811
5812         * po/es.po
5813                 Updated.
5814
5815 2005-11-27 [colin]      1.9.100cvs40
5816
5817         * src/mh_gtk.c
5818                 "/Remove mailbox" -> "/Remove mailbox..."
5819
5820 2005-11-27 [paul]       1.9.100cvs39
5821
5822         * AUTHORS
5823         * po/de.po
5824         * src/gtk/authors.h
5825                 updated by new maintainer, Stephan Sachse
5826
5827 2005-11-27 [paul]       1.9.100cvs38
5828
5829         * manual/faq.xml
5830                 written by Colin, edited by me
5831
5832 2005-11-27 [paul]       1.9.100cvs37
5833
5834         * src/prefs_common.c
5835         * src/prefs_common.h
5836         * src/prefs_receive.c
5837         * src/prefs_summaries.c
5838                 move 'go to inbox after receiving new mail'
5839                 option from display/sumamaries to mail
5840                 handling/receive, and rework prefs_summaries
5841                 dialog a little
5842
5843 2005-11-25 [martin]     1.9.100cvs36
5844
5845         * po/de.po
5846             fixed windows-1252 translation;
5847             translated some new and fuzzy strings
5848
5849 2005-11-25 [paul]       1.9.100cvs35
5850
5851         * src/plugins/clamav/clamav_plugin.c
5852                 complete the update done in cvs34
5853
5854 2005-11-25 [paul]       1.9.100cvs34
5855
5856         * src/plugins/clamav/clamav_plugin.c
5857                 reflect upstream changes
5858
5859 2005-11-25 [paul]       1.9.100cvs33
5860
5861         * manual/ack.xml
5862         * manual/plugins.xml
5863         * manual/sylpheed-claws-manual.xml
5864                 written/updated by Colin, edited by me
5865         * tools/acroread2sylpheed.pl
5866                 update binary name
5867
5868 2005-11-24 [colin]      1.9.100cvs32
5869
5870         * src/compose.c
5871                 Fix bug #856 (reediting messages forgets Request
5872                 Return Receipt)
5873
5874 2005-11-24 [paul]       1.9.100cvs31
5875
5876         * manual/addrbook.xml
5877         * manual/starting.xml
5878                 written by Colin, proofread, edited, adapted by me
5879         * manual/advanced.xml
5880                 add some Actions examples
5881         * src/importldif.c
5882                 use a Save button instead of a Close button
5883         * src/wizard.c
5884                 indicate mandatory fields
5885                 fix page display
5886                 Thanks to Colin
5887
5888 2005-11-23 [colin]      1.9.100cvs30
5889
5890         * src/addressbook.c
5891                 Rename menu item, fix possible crash after
5892                 deletion of books
5893         * src/addrindex.c
5894                 Allow searching for '*' in ldap
5895         * src/browseldap.c
5896                 Fix "Browse Entry" (did anyone use it?)
5897         * src/wizard.c
5898                 Add guards for mandatory information
5899
5900 2005-11-23 [paul]       1.9.100cvs29
5901
5902         * manual/advanced.xml
5903                 corrections to the English
5904
5905 2005-11-23 [colin]      1.9.100cvs28
5906
5907         * src/mimeview.c
5908                 Fix possible crash at exit. After the call to
5909                 gtk_container_remove(), the Viewer's widget has no
5910                 more parent so gtk+ automatically frees it and its
5911                 sons. If destroy_viewer() then try to access it,
5912                 problems ensue.
5913
5914 2005-11-22 [colin]      1.9.100cvs27
5915
5916         * src/compose.c
5917         * src/gtk/gtkaspell.c
5918                 Fix right-clicking on a misspelled word
5919                 Fix More... in suggestions menu
5920
5921 2005-11-22 [wwp]        1.9.100cvs26
5922
5923         * src/prefs_template.c
5924                 templates works: re-sort templates list when adding or replacing,
5925                 prevent from adding or replacing when the template name is empty
5926
5927 2005-11-21 [colin]      1.9.100cvs25
5928
5929         * src/addressbook.c
5930                 Fix some addressbook suckage (dnd, select all)
5931         * src/compose.c
5932         * src/gtk/gtkaspell.c
5933         * src/gtk/gtkaspell.h
5934                 Make the spellchecker menu work with the 
5935                 GtkTextView one instead of overriding it
5936
5937 2005-11-20 [paul]       1.9.100cvs24
5938
5939         * manual/handling.xml
5940                 proofread and corrected
5941
5942 2005-11-20 [paul]       1.9.100cvs23
5943
5944         * manual/Makefile
5945                 generate html as one file
5946         * manual/advanced.xml
5947                 fix output generation
5948                 reformat hidden options list
5949         * manual/manual.xml     ** REMOVED **
5950         * manual/sylpheed-claws-manual.xml      ** ADDED **
5951                 renamed
5952
5953 2005-11-18 [colin]      1.9.100cvs22
5954
5955         * src/prefs_account.c
5956                 Fix layout in news and mbox accounts
5957         * manual/account.xml
5958         * manual/advanced.xml
5959                 New contents for Paul to check :)
5960
5961 2005-11-18 [wwp]        1.9.100cvs21
5962
5963         * src/gtk/quicksearch.c
5964                 don't update extended quicksearch buttons twice
5965
5966 2005-11-18 [paul]       1.9.100cvs20
5967
5968         * src/textview.c
5969                 complete 1.9.100cvs19
5970
5971 2005-11-18 [paul]       1.9.100cvs19
5972
5973         * src/compose.c
5974                 cosmetic improvements
5975         * src/textview.c
5976                 also list text/* attachments
5977
5978 2005-11-18 [colin]      1.9.100cvs18
5979
5980         * src/summaryview.c
5981                 Use column 0 instead of -1 in 
5982                 gtk_ctree_node_moveto, in a naive
5983                 hope it'll fix the gtk-related crashes
5984
5985 2005-11-18 [colin]      1.9.100cvs17
5986
5987         * src/gtk/inputdialog.c
5988                 Fix icon staying the first one
5989
5990 2005-11-17 [wwp]        1.9.100cvs16
5991                 fix possible problem showing some quicksearch buttons, and a bad
5992                 call to g_return_if_fail in a function that returns a value (both
5993                 fixes by Fabien Vantard)
5994
5995 2005-11-15 [wwp]        1.9.100cvs15
5996
5997         * src/gtk/quicksearch.c
5998                 added a tooltip to that obscure ... quicksearch button
5999
6000 2005-11-15 [wwp]        1.9.100cvs14
6001
6002         * src/gtk/quicksearch.c
6003                 add a quicksearch helper to filtering expression users: the ... button
6004                 raises the condition expr window. condition expressions set up w/ this
6005                 window are used by the quicksearch if the user closes it pressing OK.
6006
6007 2005-11-14 [paul]       1.9.100cvs13
6008
6009         * src/plugins/clamav/clamav_plugin.c
6010         * src/plugins/spamassassin/spamassassin.c
6011                 change plugin type following recent merging
6012
6013 2005-11-14 [wwp]        1.9.100cvs12
6014
6015         * src/folder.c
6016                 prevent from crashing when copying/moving message(s) from and
6017                 to the same folder
6018
6019 2005-11-14 [paul]       1.9.100cvs11
6020
6021         * src/plugins/clamav/Makefile.am
6022         * src/plugins/clamav/clamav_plugin.c
6023         * src/plugins/clamav/clamav_plugin.h
6024         * src/plugins/clamav/clamav_plugin_gtk.c
6025                 also merge clamav and clamav_gtk plugins
6026
6027 2005-11-13 [colin]      1.9.100cvs10
6028
6029         * configure.ac
6030         * src/plugins/spamassassin/Makefile.am
6031         * src/plugins/spamassassin/spamassassin.c
6032         * src/plugins/spamassassin/spamassassin.h
6033         * src/plugins/spamassassin/spamassassin_gtk.c
6034                 Merge spamassassin and spamassassin_gtk plugins,
6035                 and build it by default.
6036
6037 2005-11-12 [colin]      1.9.100cvs9
6038
6039         * src/etpan/imap-thread.c
6040                 Fix gcc warning
6041
6042 2005-11-12 [colin]      1.9.100cvs8
6043
6044         * src/procmime.c
6045                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6046
6047 2005-11-10 [colin]      1.9.100cvs7
6048
6049         * src/main.c
6050                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6051                 minimised state)
6052
6053 2005-11-10 [wwp]        1.9.100cvs6
6054
6055         * src/gtk/description_window.c
6056                 fix a crash when closing description windows using the WM's [X] button
6057
6058 2005-11-09 [colin]      1.9.100cvs5
6059
6060         * src/common/ssl.c
6061                 Update libetpan call to follow upstream
6062                 (yes, this requires libetpan-0.40cvs3)
6063
6064 2005-11-08 [colin]      1.9.100cvs4
6065
6066         * src/compose.c
6067         * src/textview.c
6068         * src/common/utils.c
6069         * src/common/utils.h
6070                 Enhance the email parser
6071
6072 2005-11-08 [colin]      1.9.100cvs3
6073
6074         * src/procmime.c
6075                 Fix what looks like an off-by-one (fixes 
6076                 attachments from the Bat)
6077
6078 2005-11-08 [wwp]        1.9.100cvs2
6079
6080         * src/main.c
6081                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6082
6083 2005-11-08 [wwp]        1.9.100cvs1
6084
6085         * src/main.c
6086                 allow exiting Sylpheed-Claws from command-line
6087
6088 2005-11-08 [paul]       1.9.100
6089
6090         1.9.100 released
6091
6092 2005-11-07 [colin]      1.9.99cvs17
6093
6094         * src/addritem.c
6095         * src/ldif.c
6096                 Fix import of base-64 encoded items
6097
6098 2005-11-07 [colin]      1.9.99cvs16
6099
6100         * src/send_message.c
6101                 Fix bug #314 (Queue does not empty under certain 
6102                 circumstances)
6103
6104 2005-11-07 [paul]       1.9.99cvs15
6105
6106         * src/mutt.c
6107         * src/pine.c
6108                 fix buffer overflows
6109                 Thanks to Colin
6110
6111 2005-11-07 [paul]       1.9.99cvs14
6112
6113         * doc/man/Makefile.am
6114         * doc/man/sylpheed-claws.1      ** ADDED **
6115         * doc/man/sylpheed.1            ** DELETED **
6116                 rename and update the man file
6117
6118 2005-11-06 [colin]      1.9.99cvs13
6119
6120         * src/ldif.c
6121                 Fix ldif_get_line() that returned empty strings
6122                 (Didn't understand why). Also fix a possible
6123                 buffer overflow.
6124
6125 2005-11-06 [wwp]        1.9.99cvs12
6126
6127         * src/textview.c
6128         * src/gtk/about.c
6129         * src/gtk/gtkutils.c
6130         * src/gtk/gtkutils.h
6131                 fix a compilation warning,
6132                 make links sensitive in the about dialog
6133
6134 2005-11-04 [wwp]        1.9.99cvs11
6135
6136         * src/gtk/about.c
6137                 don't wrap or translate URIs, and a bit text format cleanup
6138
6139 2005-11-04 [wwp]        1.9.99cvs10
6140
6141         * src/gtk/about.c
6142                 better textview tagging implementation (no more use of marks for
6143                 postponed tagging)
6144
6145 2005-11-02 [colin]      1.9.99cvs9
6146
6147         * src/common/ssl.c
6148                 Forgot an ifdef
6149
6150 2005-11-02 [colin]      1.9.99cvs8
6151
6152         * configure.ac
6153                 Require libetpan-0.40 due to upstream fix
6154         * src/common/ssl.c
6155                 Tell libetpan not to call SSL_Library_Init,
6156                 as we do it ourselves.
6157
6158 2005-11-02 [colin]      1.9.99cvs7
6159
6160         * po/POTFILES.in
6161                 Add missing files (thanks to Fabien Vantard)
6162
6163 2005-11-02 [colin]      1.9.99cvs6
6164
6165         * src/summaryview.c
6166                 Fix totals when read messages are hidden or quicksearch
6167                 is on
6168         * src/ssl_manager.c
6169         * src/ssl_manager.h
6170         * src/common/ssl_certificate.c
6171         * src/common/ssl_certificate.h
6172         * src/gtk/sslcertwindow.c
6173         * src/gtk/sslcertwindow.h
6174                 Fix copyright on my stuff
6175
6176 2005-11-02 [wwp]        1.9.99cvs5
6177
6178         * src/prefs_themes.c
6179                 fix directory name checking (theme installation/removal),
6180                 made related error a bit more verbose
6181
6182 2005-11-02 [colin]      1.9.99cvs4
6183
6184         * src/summaryview.c
6185                 Fix typo (probably fixes bug #841 (Sort by the From 
6186                 field doesn't work)
6187
6188 2005-11-02 [paul]       1.9.99cvs3
6189
6190         * po/ko.po
6191         * po/nb.po
6192                 updated by SungHyun Nam, Geir Helland
6193         * src/wizard.c
6194                 fix typo in welcome message. spotted by
6195                 Andrea Spadaccini
6196
6197 2005-11-01 [colin]      1.9.99cvs2
6198
6199         * src/compose.c
6200                 Fix replying to ml wen confirming subscription
6201         * src/messageview.c
6202         * src/mimeview.c
6203         * src/mimeview.h
6204         * src/privacy.h
6205         * src/summaryview.c
6206                 Make key check non blocking
6207
6208 2005-10-31 [paul]       1.9.99cvs1
6209
6210         * tools/claws.i18n.status.pl
6211                 updated for ChangeLog
6212
6213 2005-10-31 [paul]       1.9.99
6214
6215         1.9.99 released
6216
6217 2005-10-31 [paul]       1.9.15cvs131
6218
6219         * .cvsignore
6220         * ChangeLog
6221         * ChangeLog.claws       ** REMOVED **
6222         * ChangeLog-gtk2.claws  ** REMOVED **
6223         * ChangeLog.gtk1        ** ADDED **
6224         * INSTALL
6225         * Makefile.am
6226         * NEWS
6227         * README
6228         * README.claws          ** REMOVED **
6229         * README.jp             ** REMOVED **
6230         * RELEASE_NOTES         ** ADDED **
6231         * RELEASE_NOTES.claws   ** REMOVED **
6232         * commitHelper
6233         * configure.ac
6234         * sylpheed.spec.in      ** REMOVED **
6235                 tidy up and update the default docs:
6236                 ChangeLog.claws is renamed ChangeLog.gtk1
6237                 ChangeLog-gtk2.claws is renamed ChangeLog
6238                 README.claws is renamed README
6239                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6240
6241 2005-10-31 [paul]       1.9.15cvs130
6242
6243         * po/it.po
6244                 fix errors
6245
6246 2005-10-31 [paul]       1.9.15cvs129
6247
6248         * po/ca.po
6249         * po/de.po
6250         * po/en_GB.po
6251         * po/fr.po
6252         * po/it.po
6253         * po/pt_BR.po
6254         * po/sk.po
6255         * po/sr.po
6256         * po/zh_CN.po
6257                 updated by Miquel Oliete, Stephan Sachse and
6258                 Thomas Gilgin, me, Fabien Vantard, Andrea
6259                 Spadaccini, Frederico Goncalves Guimaraes,
6260                 Andrej Kacian, Aleksandar Urosevic, and
6261                 Ralgh Young.
6262
6263 2005-10-31 [mones]      1.9.15cvs128
6264
6265         * manual/faq.xml
6266                 More questions.
6267         
6268         * po/es.po
6269                 Updated for release.
6270
6271 2005-10-30 [colin]      1.9.15cvs127
6272
6273         * src/compose.c
6274                 Place cursor before rewrapping (fixes cursor
6275                 pos if quotation gets rewrapped)
6276
6277 2005-10-29 [paul]       1.9.15cvs126
6278
6279         * src/crash.c
6280         * src/foldersel.c
6281         * src/main.c
6282         * src/messageview.c
6283         * src/toolbar.c
6284         * src/gtk/authors.h
6285                 corrections to text items
6286
6287 2005-10-28 [colin]      1.9.15cvs125
6288
6289         * src/messageview.c
6290                 Make "hit 'C' to check sig" work from extern 
6291                 messageviews
6292
6293 2005-10-27 [colin]      1.9.15cvs124
6294
6295         * src/summaryview.c
6296                 Add a hack to avoid segfaulting when hammering 
6297                 on gtk's events
6298
6299 2005-10-27 [wwp]        1.9.15cvs123
6300
6301         * src/prefs_themes.c
6302                 sort list of themes names in themes prefs
6303
6304 2005-10-27 [paul]       1.9.15cvs122
6305
6306         * src/folder.c
6307         * src/prefs_account.c
6308                 fix building on Solaris
6309                 Patch by Alex Moore
6310
6311 2005-10-27 [wwp]        1.9.15cvs121
6312
6313         * src/summaryview.c
6314         * src/gtk/gtksctree.c
6315                 speed up unselecting messages in summary view (thanks to Colin)
6316
6317 2005-10-27 [paul]       1.9.15cvs120
6318
6319         * src/mainwindow.c
6320                 fix a compilation warning
6321         * src/summaryview.c
6322                 fix updating of 'n items selected' count
6323                 when deselecting
6324
6325 2005-10-27 [martin]     1.9.15cvs119
6326
6327         * src/action.c
6328                 ignore actions with a leading '/' in the action menu name
6329                 fixes a crash on menu creation
6330         * src/prefs_actions.c
6331                 do not allow a leading '/' in the action menu name
6332
6333 2005-10-27 [paul]       1.9.15cvs118
6334
6335         * src/main.c
6336                 fix compilation warning
6337
6338 2005-10-27 [paul]       1.9.15cvs117
6339
6340         * src/procmime.c
6341                 add #if HAVE_LOCALE_H
6342
6343 2005-10-27 [paul]       1.9.15cvs116
6344
6345         * src/plugins/clamav/clamav_plugin.c
6346         * src/plugins/dillo_viewer/dillo_viewer.c
6347         * src/plugins/mathml_viewer/mathml_viewer.c
6348         * src/plugins/pgpcore/plugin.c
6349         * src/plugins/pgpinline/plugin.c
6350         * src/plugins/pgpmime/plugin.c
6351         * src/plugins/spamassassin/spamassassin.c
6352         * src/plugins/trayicon/trayicon.c
6353                 plugin_init() : make error messages more
6354                 informative
6355
6356 2005-10-26 [wwp]        1.9.15cvs115
6357
6358         * src/prefs_matcher.c
6359                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6360
6361 2005-10-26 [wwp]        1.9.15cvs114
6362
6363         * src/procmime.c
6364         * src/gtk/gtksctree.c
6365         * src/plugins/spamassassin/libspamc.c
6366         * src/plugins/spamassassin/spamassassin.c
6367                 fix some compilation warnings more
6368
6369 2005-10-26 [mones]      1.9.15cvs113
6370
6371         * po/es.po
6372                 Updated translation
6373
6374 2005-10-26 [paul]       1.9.15cvs112
6375
6376         * src/prefs_message.c
6377                 give all display_xface stuff the
6378                 #if HAVE_LIBCOMPFACE treatment, thus
6379                 preventing a crash
6380                 (Thanks to Wolfgang Enderlein)
6381
6382 2005-10-26 [colin]      1.9.15cvs111
6383
6384         * src/gedit-print.c
6385                 Fix date format
6386         * src/imap_gtk.c
6387         * src/news_gtk.c
6388                 Remove context menu items that should not be there
6389         * src/jpilot.c
6390                 Fix encoding
6391         * src/main.c
6392         * src/mainwindow.c
6393                 Don't show the mainwindow too soon
6394
6395 2005-10-26 [wwp]        1.9.15cvs110
6396
6397         * src/folder.c
6398         * src/manual.c
6399         * src/summaryview.c
6400                 fix uninitialized pointers in the folder updating hook
6401                 (thanks to Colin)
6402
6403 2005-10-25 [mones]      1.9.15cvs109
6404
6405         * manual/faq.xml
6406                 General information subsection completed. 
6407                 Removed archaic references.
6408                 
6409         * manual/Makefile
6410         * manual/dtd/manual.dsl
6411                 Added customization stylesheet for getting paragraphs
6412                 fully justified in PDF output (as suggested by Colin).
6413
6414 2005-10-25 [colin]      1.9.15cvs108
6415
6416         * src/compose.c
6417                 Fix a second leak
6418
6419 2005-10-25 [colin]      1.9.15cvs107
6420
6421         * src/addrbook.c
6422         * src/addrindex.c
6423                 Fix leak (xml_get_element() allocates memory)
6424         * src/compose.c
6425                 Fix leak + dead code (shame!)
6426         * src/procmime.c
6427                 Fix leak
6428
6429 2005-10-25 [colin]      1.9.15cvs106
6430
6431         * src/mimeview.c
6432                 Fix encoding issue in Save all and in 
6433                 overwrite-confirmation alertpanel
6434
6435 2005-10-25 [colin]      1.9.15cvs105
6436
6437         * src/common/socket.c
6438                 Fix a leak - Thanks to Christopher Aillon
6439                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6440
6441 2005-10-25 [paul]       1.9.15cvs104
6442
6443         * src/wizard.c
6444                 Always guess servers from the right-hand
6445                 email part and guess username from the
6446                 left-hand part. (Thanks to Colin)
6447                 add an X-Face to the welcome message
6448
6449 2005-10-25 [paul]       1.9.15cvs103
6450
6451         * manual/handling.xml
6452                 written by Colin, edited by me
6453
6454 2005-10-25 [wwp]        1.9.15cvs102
6455
6456         * src/folderview.c
6457         * src/grouplistdialog.c
6458         * src/imap.c
6459         * src/noticeview.c
6460                 fix some compilation warnings
6461
6462 2005-10-24 [paul]
6463
6464         1.9.99-rc3 released
6465
6466 2005-10-24 [paul]       1.9.15cvs101
6467
6468         * src/gtk/about.c
6469                 fix window sizing
6470
6471 2005-10-24 [paul]       1.9.15cvs100
6472
6473         * src/pixmaps/offline.xpm
6474         * src/pixmaps/online.xpm
6475                 replace with last default versions
6476
6477 2005-10-24 [colin]      1.9.15cvs99
6478
6479         * src/imap.c
6480                 Fix bug when moving a folder
6481         * src/imap_gtk.c
6482         * src/mh_gtk.c
6483                 "Delete folder" pops up a window, so it 
6484                 should be suffixed with "..."
6485         * src/plugins/pgpcore/sgpgme.c
6486                 Include locale.h
6487
6488 2005-10-24 [mones]      1.9.15cvs98
6489
6490         * manual/Makefile
6491         * manual/account.xml
6492         * manual/ack.xml
6493         * manual/addrbook.xml
6494         * manual/advanced.xml
6495         * manual/faq.xml
6496         * manual/glossary.xml
6497         * manual/gpl.xml
6498         * manual/handling.xml
6499         * manual/intro.xml
6500         * manual/keyboard.xml
6501         * manual/manual.xml
6502         * manual/plugins.xml
6503         * manual/starting.xml
6504         * manual/dtd/sdocbook.dtd
6505                 Initial manual structure and some content.
6506
6507 2005-10-23 [wwp]        1.9.15cvs97
6508
6509         * src/gtk/about.c
6510                 fix a typo
6511
6512 2005-10-23 [wwp]        1.9.15cvs96
6513
6514         * src/gtk/about.c
6515         * src/gtk/authors.h
6516                 rework of the about window (main work by Paul), also featuring a few
6517                 fixes for typos and duplicate names
6518
6519 2005-10-23 [wwp]        1.9.15cvs95
6520
6521         * src/.cvsignore
6522                 Ignore the right binary name (sylpheed-claws now)
6523
6524 2005-10-23 [paul]       1.9.15cvs94
6525
6526         * src/compose.c
6527                 when using Folder Pref 'Default To for
6528                 replies' make the entry in the Compose
6529                 window bold
6530                 Patch by Fabien Vantard
6531
6532 2005-10-22 [colin]      1.9.15cvs93
6533
6534         * src/codeconv.c
6535                 Fix leak
6536
6537 2005-10-22 [colin]      1.9.15cvs92
6538
6539         * src/codeconv.c
6540                 try to convert using locale (apart utf8) if necessary
6541
6542 2005-10-22 [colin]      1.9.15cvs91
6543
6544         * src/pixmaps/new.xpm
6545         * src/pixmaps/unread.xpm
6546                 Make the unread envelope blue again and
6547                 saturate the new one a bit more.
6548
6549 2005-10-22 [colin]      1.9.15cvs90
6550
6551         * src/compose.c
6552                 When replying to a mail sent by one of our accounts,
6553                 use the original list of recipients. Let 'Reply All'
6554                 and 'Reply to sender' work like previously.
6555
6556 2005-10-21 [colin]      1.9.15cvs89
6557
6558         * src/prefs_filtering.c
6559                 Clear fields after add and replace
6560         * src/textview.c
6561                 Display xface differently (better)
6562         * src/plugins/pgpinline/pgpinline.c
6563                 Fix crappy encodings/recodings
6564
6565 2005-10-21 [paul]       1.9.15cvs88
6566
6567         * src/compose.c
6568         * src/prefs_folder_item.c
6569         * src/toolbar.c
6570                 fix news folder Folder Properties
6571                 (thanks to Colin)
6572         * src/folderview.c
6573                 update folderview after Themes change
6574                 keep selected folder selected
6575                 (thanks to Colin)
6576
6577 2005-10-21 [paul]       1.9.15cvs87
6578
6579         * tools/Makefile.am
6580         * tools/OOo2sylpheed.pl
6581         * tools/README
6582         * tools/README.sylprint
6583         * tools/asus_mailled.sh         ** REMOVED **
6584         * tools/filter_conv.pl
6585         * tools/freshmeat_search.pl
6586         * tools/google_search.pl
6587         * tools/gpg-sign-syl            ** REMOVED **
6588         * tools/kmail2sylpheed.pl
6589         * tools/kmail2sylpheed_v2.pl
6590         * tools/multiwebsearch.pl
6591         * tools/nautilus2sylpheed.sh
6592         * tools/newscache_clean.pl
6593         * tools/outlook2sylpheed.pl
6594         * tools/sylpheed-switcher       ** REMOVED **
6595         * tools/sylprint.pl
6596         * tools/sylprint.rc
6597         * tools/tb2sylpheed
6598         * tools/vcard2xml.py
6599         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6600                 update default config dir
6601                 update binary name (thanks to Fabien Vantard)
6602                 remove obsolete scripts
6603
6604 2005-10-21 [colin]      1.9.15cvs86
6605
6606         * src/inc.c
6607                 Fix possible leak and units. Based on a patch by
6608                 Fabien Vantard.
6609
6610 2005-10-20 [colin]      1.9.15cvs85
6611
6612         * src/textview.c
6613                 Clear xface when clearing textview
6614
6615 2005-10-20 [colin]      1.9.15cvs84
6616
6617         * configure.ac
6618         * src/folderview.c
6619         * src/headerview.c
6620         * src/main.c
6621         * src/prefs_common.c
6622         * src/prefs_common.h
6623         * src/prefs_message.c
6624         * src/textview.c
6625         * src/textview.h
6626         * src/common/defs.h
6627         * src/common/utils.c
6628         * src/common/utils.h
6629         * src/gtk/gtkutils.c
6630         * src/gtk/gtkutils.h
6631                 Migrate config to .sylpheed-claws (Automatically)
6632                 Add a way to get the Xface in the TextView
6633
6634 2005-10-20 [colin]      1.9.15cvs83
6635
6636         * src/gtk/Makefile.am
6637         * src/gtk/about.c
6638         * src/gtk/authors.h
6639                 Make the about dialog *grooovy*
6640
6641 2005-10-20 [colin]      1.9.15cvs82
6642
6643         * src/mimeview.c
6644                 Use "Open with" on double click if no command
6645                 was found
6646
6647 2005-10-20 [colin]      1.9.15cvs81
6648
6649         * src/imap.c
6650         * src/etpan/imap-thread.c
6651                 Fix possible crash.
6652
6653 2005-10-20 [paul]       1.9.15cvs80
6654
6655         * src/folder.c
6656                 don't show clipkey icon if the only
6657                 attachment is the signature
6658                 Patch by Colin
6659
6660 2005-10-20 [paul]       1.9.15cvs79
6661
6662         * AUTHORS
6663         * src/plugins/pgpmime/pgpmime.c
6664                 name the PGP/MIME signature 'signature.asc'
6665                 Patch by Andrew Nelson <freeandy@gmail.com>
6666
6667 2005-10-19 [colin]      1.9.15cvs78
6668
6669         * src/plugins/pgpmime/pgpmime.c
6670                 Oops, no need to double-check though
6671
6672 2005-10-19 [colin]      1.9.15cvs77
6673
6674         * src/plugins/pgpinline/pgpinline.c
6675         * src/plugins/pgpmime/pgpmime.c
6676                 Check that my_tmpfile() doesn't 
6677                 return NULL
6678
6679 2005-10-19 [colin]      1.9.15cvs76
6680
6681         * src/common/utils.c
6682                 Use shorter mime boundaries to avoid having
6683                 MTAs rewrapping our headers, breaking the
6684                 PGP signature in the process 
6685         * src/compose.c
6686         * src/plugins/pgpmime/pgpmime.c
6687                 Check for boundary uniqueness to be sure
6688                 it won't happen, instead of hoping for the
6689                 best
6690
6691 2005-10-19 [colin]      1.9.15cvs75
6692
6693         * sylpheed-claws.desktop
6694         * src/Makefile.am
6695         * src/main.c
6696                 Ship a sylpheed-claws binary instead
6697                 of a sylpheed one. Change the socket
6698                 name, too
6699         * src/folderview.c
6700                 Update folder only if it changed
6701         * src/wizard.c
6702                 Fix i18n in welcome mail, patch by
6703                 Fabien Vantard
6704
6705 2005-10-19 [paul]
6706
6707         1.9.99-rc2 released
6708
6709 2005-10-19 [paul]       1.9.15cvs74
6710
6711         * src/folder.c
6712         * src/folderview.c
6713                 fix summaryview update
6714                 Patch by Colin
6715
6716 2005-10-18 [colin]      1.9.15cvs73
6717
6718         * src/plugins/pgpcore/passphrase.c
6719                 Don't XGrabServer, and try a bit more to 
6720                 sync everything before grabbing mouse/keyboard
6721
6722 2005-10-18 [colin]      1.9.15cvs72
6723
6724         * src/Makefile.am
6725         * src/addressadd.c
6726         * src/addressbook.c
6727         * src/folderview.c
6728         * src/grouplistdialog.c
6729         * src/mimeview.c
6730         * src/stock_pixmap.c
6731         * src/stock_pixmap.h
6732         * src/summaryview.c
6733         * src/gtk/gtksctree.c
6734         * src/gtk/gtksctree.h
6735         * src/pixmaps/empty.xpm
6736                 Implement a wrapper call for gtk_ctree_set_node_info
6737                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6738                 pixmap instead of a NULL one. This works around some
6739                 memory problems deep inside gtk, revealed by valgrind,
6740                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6741                 as locked crashes sylpheed.), as well as, probably, 
6742                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6743
6744 2005-10-17 [colin]      1.9.15cvs71
6745
6746         * src/mimeview.c
6747                 Provide visual feedback when checking
6748                 signature
6749
6750 2005-10-17 [colin]      1.9.15cvs70
6751
6752         * src/main.c
6753                 Keep the folder list frozen while checking caches...
6754
6755 2005-10-17 [colin]      1.9.15cvs69
6756
6757         * src/addr_compl.c
6758                 Fi bug #833 (Autocompleting from addressbook 
6759                 fails with extended chars)
6760         * src/imap.c
6761                 Fix 'adding messages' staying in statusbar
6762                 after an error
6763
6764 2005-10-17 [wwp]        1.9.15cvs68
6765
6766         * src/ssl_manager.c
6767                 Fix buttons' layout resizing when window size changes
6768
6769 2005-10-17 [wwp]        1.9.15cvs67
6770
6771         * src/account.c
6772         * src/prefs_account.c
6773         * src/prefs_common.c
6774         * src/prefs_common.h
6775         * src/prefs_folder_item.c
6776         * src/prefs_gtk.c
6777         * src/gtk/logwindow.c
6778         * src/gtk/pluginwindow.c
6779         * src/gtk/prefswindow.c
6780         * src/gtk/prefswindow.h
6781                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6782
6783 2005-10-17 [paul]       1.9.15cvs66
6784
6785         * configure.ac
6786                 fix missing libetpan message
6787         * po/en_GB.po
6788                 updated
6789         * src/crash.c
6790         * src/manual.c
6791         * src/prefs_themes.c
6792         * src/common/defs.h
6793                 add some new URI defines, change some
6794                 others
6795         * src/wizard.c
6796                 make welcome message translatable
6797                 small improvements to english
6798                 other tweaks
6799         * src/gtk/menu.c
6800                 fix warnings
6801
6802 2005-10-17 [paul]       1.9.15cvs65
6803
6804         * src/summaryview.c
6805                 fix column titles
6806
6807 2005-10-16 [mones]      1.9.15cvs64
6808
6809         * po/es.po
6810                 Updated translation
6811
6812 2005-10-16 [colin]
6813
6814         1.9.99-rc1 released
6815
6816 2005-10-16 [colin]      1.9.15cvs63
6817
6818         * src/wizard.c
6819                 Fix whitespace
6820
6821 2005-10-16 [colin]      1.9.15cvs62
6822
6823         * src/toolbar.c
6824                 s/Get All/Get Mail/
6825         * src/wizard.c
6826                 Real welcome mail text, thanks Paul
6827
6828 2005-10-16 [colin]      1.9.15cvs61
6829
6830         * src/editldap.c
6831         * src/exporthtml.c
6832         * src/main.c
6833         * src/mainwindow.c
6834         * src/prefs_themes.c
6835         * src/prefs_toolbar.c
6836         * src/plugins/demo/demo.c
6837         * src/plugins/trayicon/trayicon.c
6838                 s/Sylpheed/Sylpheed-Claws/
6839
6840 2005-10-16 [colin]      1.9.15cvs60
6841
6842         * src/wizard.c
6843                 Add a welcome email in the first empty mailbox
6844         * src/prefs_common.c
6845                 Change one more default
6846
6847 2005-10-16 [colin]      1.9.15cvs59
6848
6849         * src/wizard.c
6850                 Remove printf
6851
6852 2005-10-16 [colin]      1.9.15cvs58
6853
6854         * src/toolbar.c
6855         * src/prefs_common.c
6856                 Change some defaults
6857
6858 2005-10-16 [colin]      1.9.15cvs57
6859
6860         * src/toolbar.c
6861         * src/prefs_common.c
6862                 Change some defaults
6863
6864 2005-10-16 [colin]      1.9.15cvs56
6865
6866         * src/wizard.c
6867                 By default, initialize fonts to have
6868                 the same size as normal GtkWidgets
6869
6870 2005-10-16 [colin]      1.9.15cvs55
6871
6872         * src/mimeview.c
6873                 Fix message a bit more
6874
6875 2005-10-16 [colin]      1.9.15cvs54
6876
6877         * src/addressbook.c
6878                 Second attempt at flicker fixing
6879
6880 2005-10-16 [colin]      1.9.15cvs53
6881
6882         * src/addressbook.c
6883                 Fix flicker
6884
6885 2005-10-16 [wwp]        1.9.15cvs52
6886
6887         * src/addressbook.c
6888         * src/editaddress.c
6889         * src/prefs_common.c
6890         * src/prefs_common.h
6891                 Remember window sizes (address book)
6892
6893 2005-10-16 [wwp]        1.9.15cvs51
6894
6895         * src/plugins/clamav/clamav_plugin_gtk.c
6896         * src/plugins/spamassassin/spamassassin_gtk.c
6897                 Fix compilation warnings (missing #include).
6898
6899 2005-10-16 [colin]      1.9.15cvs50
6900
6901         * src/mimeview.c
6902         * src/summaryview.c
6903         * src/textview.c
6904                 Make 'c' check signature, and forward
6905                 c, l, y, t from summaryview to mimeview
6906
6907 2005-10-16 [colin]      1.9.15cvs49
6908
6909         * src/addressbook.c
6910                 Put border around buttons
6911         * src/mainwindow.c
6912         * src/summaryview.c
6913                 Rework menus (Patch based on a patch
6914                 by Paul)
6915
6916 2005-10-15 [wwp]        1.9.15cvs48
6917
6918         * src/editjpilot.c
6919         * src/editldap.c
6920         * src/editvcard.c
6921         * src/exphtmldlg.c
6922         * src/expldifdlg.c
6923         * src/export.c
6924         * src/import.c
6925         * src/importldif.c
6926         * src/importmutt.c
6927         * src/importpine.c
6928         * src/prefs_account.c
6929         * src/prefs_spelling.c
6930         * src/gtk/gtkutils.c
6931         * src/gtk/gtkutils.h
6932         * src/plugins/clamav/clamav_plugin_gtk.c
6933         * src/plugins/spamassassin/spamassassin_gtk.c
6934                 use nicer browse-for-file/dir buttons than the "..." ones,
6935                 code factorizing more.
6936
6937 2005-10-14 [colin]      1.9.15cvs47
6938
6939         * src/mainwindow.c
6940                 set relief on the account switcher so that people see it
6941                 grey out Create processing rules when no message is selected
6942         * src/prefs_filtering.c
6943                 ask before closing if the rule has not been modified, even if
6944                 it's not valid
6945         * src/prefs_matcher.c
6946                 fix sensitivity when entering the dialog
6947         * src/gtk/inputdialog.c
6948                 display a better icon on password ask
6949         * src/plugins/pgpcore/passphrase.c
6950                 make the dialog look better
6951
6952 2005-10-14 [paul]       1.9.15cvs46
6953
6954         * src/folderview.c
6955                 indicate presense of marked msgs in
6956                 unexpanded subfolders
6957
6958 2005-10-14 [paul]       1.9.15cvs45
6959
6960         * src/prefs_actions.c
6961         * src/prefs_common.c
6962         * src/prefs_common.h
6963         * src/prefs_filtering_action.c
6964         * src/prefs_matcher.c
6965         * src/prefs_template.c
6966                 remember window sizes
6967                 fix Info button size
6968
6969         Patches by wwp
6970
6971 2005-10-13 [colin]      1.9.15cvs44
6972
6973         * src/mimeview.c
6974         * src/noticeview.c
6975         * src/noticeview.h
6976                 Add a tooltip on the icon (optional) 
6977                 Get rid of the signature buttons and only
6978                 use the icon+tooltip
6979
6980 2005-10-13 [colin]      1.9.15cvs43
6981
6982         * src/noticeview.c
6983         * src/noticeview.h
6984                 Add hand cursor for hovering over icon
6985
6986 2005-10-13 [colin]      1.9.15cvs42
6987
6988         * src/summaryview.c
6989                 Fix crash when quicksearch's hidden 
6990                 at startup
6991
6992 2005-10-13 [colin]      1.9.15cvs41
6993
6994         * src/compose.c
6995                 Set subject when forwarding multiple mails
6996                 Check that other recipient than the default Cc or Bcc
6997                 have been set before sending.
6998
6999 2005-10-13 [colin]      1.9.15cvs40
7000
7001         * src/imap.c
7002                 Batch per-folder
7003                 Introduce locking, but don't use it yet
7004
7005 2005-10-13 [colin]      1.9.15cvs39
7006
7007         * src/gtk/quicksearch.c
7008                 Reset quicksearch when hiding it
7009                 Make sticky a real pref
7010
7011 2005-10-13 [colin]      1.9.15cvs38
7012
7013         * src/summaryview.c
7014                 Faster prefs apply
7015
7016 2005-10-13 [colin]      1.9.15cvs37
7017
7018         * src/mimeview.c
7019         * src/noticeview.c
7020         * src/noticeview.h
7021         * src/plugins/pgpcore/sgpgme.c
7022                 Make privacy icon clickable
7023                 Move Trust field in Full info
7024                 When trust is less than full, don't display
7025                 a warning icon
7026
7027 2005-10-13 [colin]      1.9.15cvs36
7028
7029         * src/folder.c
7030                 Batch on flags sync
7031         * src/folderview.c
7032                 Revert speed hack which is dangerous in fact
7033                 Apply prefs faster
7034
7035 2005-10-13 [colin]      1.9.15cvs35
7036
7037         * src/folder_item_prefs.c
7038                 Fix pref corruption on folder move. Patch
7039                 by wwp
7040
7041 2005-10-13 [paul]       1.9.15cvs34
7042
7043         * src/export.c
7044         * src/import.c
7045                 fix typos in g_warnings
7046         * src/prefs_account.c
7047                 add a file selector for Signature file
7048
7049         Patches by wwp
7050
7051 2005-10-12 [colin]      1.9.15cvs33
7052
7053         * src/mimeview.c
7054                 Provide a quick way to go back from a
7055                 signature's full info to the email part
7056
7057 2005-10-12 [colin]      1.9.15cvs32
7058
7059         * src/compose.c
7060                 Remove old hack of encoding signed mails with base64.
7061                 QP works equally well.
7062
7063 2005-10-12 [colin]      1.9.15cvs31
7064
7065         * src/crash.c
7066                 Replace deprecated GtkText with GtkTextView
7067         * src/imap.c
7068                 Fix a logic bug about counts in imap_select
7069                 (previously un-triggered)
7070         * src/mainwindow.c
7071         * src/summaryview.c
7072         * src/news.c
7073                 Allow local deletion of news posts
7074         * src/mimeview.c
7075                 Show GPG noticeview on the message/rfc822 part
7076                 in addition to the text/plain one
7077         * src/prefs_image_viewer.c
7078           src/plugins/pgpcore/prefs_gpg.c
7079                 Polish (set the label as part of the checkbox)
7080         * src/wizard.c
7081                 Don't sit there doing nothing after destroying
7082                 the window - return err
7083
7084 2005-10-11 [colin]      1.9.15cvs30
7085
7086         * src/folderview.c
7087                 Apply processing rules before showing folders.
7088                 Early folder show (before flags sync) will only
7089                 be done when there are no processing rules (nor
7090                 pre- or post- ones)
7091         * src/imap.c
7092                 Fix stuff related to mail subdir, creation and 
7093                 deletion of folders 
7094         * src/imap_gtk.c
7095                 Don't allow creation of folders in NoInferior
7096                 folders, as it won't work
7097
7098 2005-10-10 [colin]      1.9.15cvs29
7099
7100         * src/compose.c
7101                 Reselect "None" Privacy system when selecting an
7102                 account with no privacy system defined
7103
7104 2005-10-10 [colin]      1.9.15cvs28
7105
7106         * src/mainwindow.c
7107                 Add Windows-1252 encoding
7108         * src/prefs_common.c
7109                 Rework some defaults:
7110                 - autosave to draft by default
7111                 - don't show header pane (it's already in the textview)
7112                 - Select first new or unread mail on entry
7113                 - Assume 'Yes' to change folder when there's no more
7114                   unread message
7115         * src/prefs_matcher.c
7116                 Fix a gtk assertion failure
7117         * src/gtk/colorlabel.c
7118                 Workaround bad repainting on selection
7119         * src/main.c
7120                 Freeze/thaw (a bit faster on ssh -X)
7121         * src/msgcache.c
7122                 Get rid of StrdupConverter that just adds an
7123                 extra strdup/free 
7124         * src/etpan/imap_thread.c
7125                 memset buf to 0
7126
7127 2005-10-10 [colin]      1.9.15cvs27
7128
7129         * src/export.c
7130         * src/import.c
7131                 Fix compile on gtk 2.4. Patch by wwp
7132
7133 2005-10-09 [colin]      1.9.15cvs26
7134
7135         * src/mainwindow.c
7136         * src/messageview.c
7137         * src/summaryview.c
7138                 Clarify forward menus. Patch by wwp
7139
7140 2005-10-09 [colin]      1.9.15cvs25
7141
7142         * src/compose.c
7143         * src/compose.h
7144                 Fix bug #829 (Non-working "Encrypt message by 
7145                 default when replying to an encrypted message")
7146
7147 2005-10-08 [colin]      1.9.15cvs24
7148
7149         * src/wizard.c
7150                 Fix bug #827 ("Welcome" setup wizard after a 
7151                 permission error gives up & forgets itself.)
7152
7153 2005-10-08 [colin]      1.9.15cvs23
7154
7155         * src/procmime.c
7156                 Fix bug #828 (Ignoring headers with spaces around = sign)
7157
7158 2005-10-08 [colin]      1.9.15cvs22
7159
7160         * src/export.c
7161                 Warning fix by wwp
7162
7163 2005-10-08 [colin]      1.9.15cvs21
7164
7165         * src/folder.c
7166         * src/folder.h
7167                 Add a processing_pending indicator, set on 
7168                 folder_item_open and cleared after 
7169                 folder_item_process_open
7170         * src/folderview.c
7171         * src/summaryview.c
7172                 wrap procmsg_msginfo_*_flags, and in the
7173                 wrapper check that there's no folder processing 
7174                 pending. If there is, defer the flags change until 
7175                 processing is done to avoid stepping over each
7176                 other's toes.
7177                 Freeze during processing, but not during scanning.
7178
7179 2005-10-07 [colin]      1.9.15cvs20
7180
7181         * src/plugins/pgpcore/passphrase.c
7182                 Fix bug #826 (X-Server hangs when 
7183                 right-clicking a PGP encrypted message)
7184
7185 2005-10-07 [paul]       1.9.15cvs19
7186
7187         * src/compose.c
7188                 fix compose_entries[]
7189                 patch by Fabien Vantard
7190
7191 2005-10-06 [colin]      1.9.15cvs18
7192
7193         * src/pixmaps/address.xpm
7194         * src/pixmaps/address_book.xpm
7195         * src/pixmaps/book.xpm
7196         * src/pixmaps/check_spelling.xpm
7197         * src/pixmaps/checkbox_off.xpm
7198         * src/pixmaps/checkbox_on.xpm
7199         * src/pixmaps/close.xpm
7200         * src/pixmaps/complete.xpm
7201         * src/pixmaps/continue.xpm
7202         * src/pixmaps/deleted.xpm
7203         * src/pixmaps/down_arrow.xpm
7204         * src/pixmaps/exec.xpm
7205         * src/pixmaps/forwarded.xpm
7206         * src/pixmaps/group.xpm
7207         * src/pixmaps/ignorethread.xpm
7208         * src/pixmaps/interface.xpm
7209         * src/pixmaps/jpilot.xpm
7210         * src/pixmaps/ldap.xpm
7211         * src/pixmaps/linewrap.xpm
7212         * src/pixmaps/linewrapcurrent.xpm
7213         * src/pixmaps/mail.xpm
7214         * src/pixmaps/mail_attach.xpm
7215         * src/pixmaps/mail_compose.xpm
7216         * src/pixmaps/mail_forward.xpm
7217         * src/pixmaps/mail_receive.xpm
7218         * src/pixmaps/mail_receive_all.xpm
7219         * src/pixmaps/mail_reply.xpm
7220         * src/pixmaps/mail_reply_to_all.xpm
7221         * src/pixmaps/mail_reply_to_author.xpm
7222         * src/pixmaps/mail_send.xpm
7223         * src/pixmaps/mail_send_queue.xpm
7224         * src/pixmaps/mime_application.xpm
7225         * src/pixmaps/mime_audio.xpm
7226         * src/pixmaps/mime_image.xpm
7227         * src/pixmaps/mime_message.xpm
7228         * src/pixmaps/mime_text_enriched.xpm
7229         * src/pixmaps/mime_text_html.xpm
7230         * src/pixmaps/mime_text_plain.xpm
7231         * src/pixmaps/mime_unknown.xpm
7232         * src/pixmaps/new.xpm
7233         * src/pixmaps/news_compose.xpm
7234         * src/pixmaps/offline.xpm
7235         * src/pixmaps/online.xpm
7236         * src/pixmaps/paste.xpm
7237         * src/pixmaps/preferences.xpm
7238         * src/pixmaps/privacy_emblem_encrypted.xpm
7239         * src/pixmaps/privacy_expired.xpm
7240         * src/pixmaps/privacy_failed.xpm
7241         * src/pixmaps/privacy_passed.xpm
7242         * src/pixmaps/privacy_signed.xpm
7243         * src/pixmaps/privacy_unknown.xpm
7244         * src/pixmaps/privacy_warn.xpm
7245         * src/pixmaps/properties.xpm
7246         * src/pixmaps/replied.xpm
7247         * src/pixmaps/search.xpm
7248         * src/pixmaps/unread.xpm
7249         * src/pixmaps/up_arrow.xpm
7250         * src/pixmaps/vcard.xpm
7251                 Modernize internal theme, with icons from the 
7252                 Gnomaws theme. Keep some of the old ones where
7253                 they were better.
7254
7255 2005-10-06 [colin]      1.9.15cvs17
7256
7257         * src/summaryview.c
7258                 Little optimisations + bugfix
7259         * src/toolbar.c
7260                 Remove default useless items - useless being defined
7261                 by the default relevant prefs
7262         * src/wizard.c
7263                 include config.h to make gettext work
7264         * src/prefs_themes.c
7265                 Fix selection of current theme in prefs
7266
7267 2005-10-06 [colin]      1.9.15cvs16
7268
7269         * src/prefs_common.c
7270         * src/prefs_common.h
7271         * src/prefs_summaries.c
7272         * src/folderview.c
7273                 Add a warning dialog on Mark all read 
7274                 (with pref to get rid of it)
7275
7276 2005-10-06 [paul]       1.9.15cvs15
7277
7278         * po/nb.po
7279         * po/pt_BR.po
7280                 updated by Geir Helland and Frederico
7281                 Goncalves Guimaraes
7282
7283 2005-10-05 [colin]      1.9.15cvs14
7284
7285         * src/folder.c
7286         * src/folder.h
7287         * src/folderview.c
7288         * src/folderview.h
7289         * src/imap_gtk.c
7290         * src/mh_gtk.c
7291         * src/mainwindow.c
7292         * src/setup.c
7293                 add a way to rescan without rebuilding
7294                 make moving a bit faster (less folders changes)
7295                 don't lock the tree on Get 
7296         * src/imap.c
7297                 Don't re-delete deleted messages before expunging
7298         * src/summaryview.c
7299                 Set batch mode when deleting mails
7300
7301 2005-10-05 [paul]       1.9.15cvs13
7302
7303         * src/mainwindow.c
7304         * src/mainwindow.h
7305                 fix disabled Execute menu item
7306         * src/toolbar.c
7307                 match the change in 1.9.15cvs10: use Compose
7308                 instead of News by default
7309
7310 2005-10-04 [colin]      1.9.15cvs12
7311
7312         * src/compose.c
7313                 When replying to an ML post with Reply-To set
7314                 to the poster's email, honor it (as before),
7315                 but also honor our user's request to reply to
7316                 the mailing list: set the ML address in the To
7317                 field and the Reply-To address in the Cc: 
7318                 field.
7319
7320 2005-10-04 [colin]      1.9.15cvs11
7321
7322         * src/plugins/trayicon/trayicon.c
7323                 Finish cosmetic change - thanks to wwp
7324
7325 2005-10-04 [colin]      1.9.15cvs10
7326
7327         * src/toolbar.c
7328                 Use Compose instead of Email by default.
7329                 Spotted by wwp.
7330
7331 2005-10-04 [colin]      1.9.15cvs9
7332
7333         * src/folder.c
7334         * src/folder.h
7335         * src/folderview.c
7336         * src/imap.c
7337         * src/etpan/imap-thread.c
7338         * src/etpan/imap-thread.h
7339                 Try to make IMAP faster, by simplifying SEARCH
7340                 commands, avoiding sending two STATUS in a row,
7341                 and deferring flags sync and processing just
7342                 after displaying the folder. 
7343                 This will update the SummaryView in certain
7344                 cases (new mails not already fetched, flags
7345                 changed from another client) but in a non-
7346                 blocking manner.
7347
7348 2005-10-04 [colin]      1.9.15cvs8
7349
7350         * src/plugins/trayicon/trayicon.c
7351                 Relabel "Offline" to "Work offline"
7352
7353 2005-10-04 [colin]      1.9.15cvs7
7354
7355         * src/export.c
7356         * src/import.c
7357         * src/mbox.c
7358                 Fix mbox import/export buglets
7359                 Patch by wwp
7360         * src/plugins/trayicon/trayicon.c
7361                 Add offline swithc
7362                 Patch by wwp
7363
7364 2005-10-04 [colin]      1.9.15cvs6
7365
7366         * src/folder.c
7367         * src/folderview.c
7368         * src/summaryview.c
7369                 Better fix (don't break mark all read) for cvs2
7370
7371 2005-10-03 [colin]      1.9.15cvs5
7372
7373         * src/folder.c
7374                 Use a sane sort by default
7375
7376 2005-10-03 [colin]      1.9.15cvs4
7377
7378         * src/inc.c
7379                 Add a 'Only once' button for overriding offline mode
7380         * src/prefs_account.c
7381         * src/wizard.c
7382                 Add Local mbox to the wizard
7383                 Add IMAP subdir to the wizard (or the wizard is useless
7384                 for such accounts, or even worse than useless)
7385                 Move IMAP subdir from Advanced to Receive tab, as it's
7386                 not that uncommon
7387
7388 2005-10-03 [colin]      1.9.15cvs3
7389
7390         * src/send_message.c
7391                 Forgot this one in cvs1
7392
7393 2005-10-03 [colin]      1.9.15cvs2
7394
7395         * src/folder.c
7396                 Faster close when leaving a folder with lots
7397                 of new mails. Idea by David Relson.
7398
7399 2005-10-03 [colin]      1.9.15cvs1
7400
7401         * src/compose.c
7402         * src/imap.c
7403         * src/inc.c
7404         * src/main.c
7405         * src/messageview.c
7406         * src/news.c
7407         * src/summaryview.c
7408         * src/gtk/sslcertwindow.c
7409         * src/plugins/trayicon/trayicon.c
7410                 Add accels to every AlertPanel. Patch by Fabien 
7411                 Vantard
7412
7413 2005-10-03 [paul]       1.9.15
7414
7415         1.9.15 released
7416
7417 2005-10-03 [paul]       1.9.14cvs68
7418
7419         * po/ca.po
7420         * po/de.po
7421         * po/es.po
7422         * po/fi.po
7423         * po/fr.po
7424         * po/sk.po
7425         * po/sr.po
7426         * po/zh_CN.po
7427                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7428                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7429                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7430
7431 2005-10-03 [paul]       1.9.14cvs67
7432
7433         * src/send_message.c
7434                 prevent hang on Cancel
7435                 patch by Colin
7436
7437 2005-10-03 [paul]       1.9.14cvs66
7438
7439         * src/main.c
7440                 fix crash in IMAP caused by discrepancy
7441                 between check_at_startup and offline mode
7442                 Patch by Colin
7443
7444 2005-10-01 [paul]       1.9.14cvs65
7445
7446         * src/inc.c
7447                 fix engrish
7448
7449 2005-10-01 [paul]       1.9.14cvs64
7450         * src/export.c
7451         * src/import.c
7452                 synchronise import_mbox() and export_mbox()
7453         * src/mbox.c
7454                 proc_mbox(): add alert if file cannot be opened
7455                 export_list_to_mbox(): test if dest file exists,
7456                 prompt user to overwrite if it does. add alert
7457                 if file cannot be created
7458                                                                 
7459         Patch by wwp
7460                                                                                                                 
7461
7462 2005-09-30 [paul]       1.9.14cvs63
7463
7464         * src/addressbook.c
7465                 Fix sensitivity of a menu
7466         * src/codeconv.c
7467                 Respect hidden pref for mails with no encoding
7468         * src/common/xml.c
7469                 Fix memory corruption
7470         * src/plugins/pgpcore/sgpgme.c
7471                 Fix segfault on incomplete sigs, and display
7472                 of S/Mime UIDs
7473
7474         Patches by Colin
7475
7476 2005-09-30 [colin]      1.9.14cvs62
7477
7478         * src/partial_download.c
7479                 Little logic fix in almost-dead code
7480         * src/pop.c
7481                 Fix partial download when there's no new mail
7482
7483 2005-09-29 [paul]       1.9.14cvs61
7484
7485         * src/plugins/pgpinline/pgpinline.c
7486                 fix bug 819, 'crash accessing sign message'
7487                 Patch by Colin
7488
7489 2005-09-28 [martin]     1.9.14cvs60
7490
7491         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7492                 fix bug #790 (Crash when restarting window manager (fluxbox))
7493
7494 2005-09-28 [paul]       1.9.14cvs59
7495
7496         * src/gtk/gtkaspell.c
7497                 fix off-by-one typo
7498
7499 2005-09-27 [colin]      1.9.14cvs58
7500
7501         * src/plugins/pgpcore/sgpgme.c
7502                 Report error when there's one, instead of
7503                 "Signature unchecked" 
7504
7505 2005-09-27 [colin]      1.9.14cvs57
7506
7507         * src/prefs_quote.c
7508                 Fix bug #816 (Weird quotation with spaces)
7509
7510 2005-09-27 [colin]      1.9.14cvs56
7511
7512         * src/codeconv.c
7513         * src/compose.c
7514         * src/compose.h
7515                 Put subject in compose's title
7516                 Fix Automatic encoding so that it's really automatic:
7517                 first try default locale's charset, then charset of the replied mail, 
7518                 then utf-8
7519                 Fix encoding of headers (must be in strict mode too)
7520
7521 2005-09-26 [colin]      1.9.14cvs55
7522
7523         * src/gtk/gtkaspell.c
7524                 Fix previous patch - don't color the space,
7525                 just uncolor it :)
7526
7527 2005-09-26 [colin]      1.9.14cvs54
7528
7529         * src/gtk/gtkaspell.c
7530                 Unmark space if possible
7531
7532 2005-09-26 [colin]      1.9.14cvs53
7533
7534         * src/imap.c
7535                 log_error instead of alertpanel according to the pref
7536         * src/etpan/imap-thread.c
7537                 Print connect status, copy only necessary size to 
7538                 logger
7539         * src/plugins/pgpmime/pgpmime.c
7540                 Handle S/Mime signatures (verification only). Patch based
7541                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7542
7543 2005-09-26 [paul]       1.9.14cvs52
7544
7545         * src/common/passcrypt.c
7546                 this 'workaround' not necessary on NetBSD.
7547                 Thanks to Daniel Gustafson
7548
7549 2005-09-26 [paul]
7550
7551         1.9.15-rc4 released
7552
7553 2005-09-26 [paul]       1.9.14cvs51
7554
7555         * src/summaryview.c
7556                 Skip currently selected message when
7557                 looking for next new or unread message
7558                 in current folder. Patch by Colin
7559         * src/common/passcrypt.c
7560                 eliminate warnings on *BSD. Patch by
7561                 Daniel Gustafson
7562
7563 2005-09-26 [colin]      1.9.14cvs50
7564
7565         * src/procmsg.c
7566                 Call postfiltering hook anyway
7567
7568 2005-09-22 [colin]      1.9.14cvs49
7569
7570         * src/codeconv.c
7571         * src/codeconv.h
7572                 Add a strict mode that doesn't replace with _
7573         * src/compose.c
7574         * src/compose.h
7575                 Use strict conversion while sending
7576                 Fix race when drafting while sending (happens
7577                 on IMAP)
7578                 Fix d'n'd of messages from summaryview
7579         * src/prefs_common.c
7580         * src/prefs_common.h
7581                 add hidden utf8_instead_of_locale_for_broken_mail 
7582                 pref for people that preferred the default charset 
7583                 to be utf8 for broken mails
7584         * src/quote_fmt_parse.y
7585                 fix bug #815 (No quote insert if "From:" fied 
7586                 contained Russian letters)
7587         * src/summaryview.c
7588                 Fix d'n'd of messages to compose
7589
7590 2005-09-22 [paul]       1.9.14cvs48
7591
7592         * src/compose.c
7593                 fix bug where attachments Name entry
7594                 would display Path instead
7595
7596 2005-09-21 [paul]       1.9.14cvs47
7597
7598         * README
7599         * README.jp
7600         * configure.ac
7601         * config/config.rpath
7602         * doc/manual/en/sylpheed-20.html
7603         * doc/manual/es/sylpheed-20.html
7604         * po/bg.po
7605         * po/ca.po
7606         * po/de.po
7607         * po/es.po
7608         * po/fr.po
7609         * po/it.po
7610         * po/pt_BR.po
7611         * po/sk.po
7612         * po/zh_TW.po
7613         * src/account.c
7614         * src/account.h
7615         * src/action.c
7616         * src/action.h
7617         * src/adbookbase.h
7618         * src/addr_compl.c
7619         * src/addr_compl.h
7620         * src/addrbook.c
7621         * src/addrbook.h
7622         * src/addrcache.c
7623         * src/addrcache.h
7624         * src/addrcindex.c
7625         * src/addrcindex.h
7626         * src/addrclip.c
7627         * src/addrclip.h
7628         * src/addrdefs.h
7629         * src/addressadd.c
7630         * src/addressadd.h
7631         * src/addressbook.c
7632         * src/addressbook.h
7633         * src/addressitem.h
7634         * src/addrgather.c
7635         * src/addrgather.h
7636         * src/addrharvest.c
7637         * src/addrharvest.h
7638         * src/addrindex.c
7639         * src/addrindex.h
7640         * src/addritem.c
7641         * src/addritem.h
7642         * src/addrquery.c
7643         * src/addrquery.h
7644         * src/addrselect.c
7645         * src/addrselect.h
7646         * src/alertpanel.c
7647         * src/alertpanel.h
7648         * src/browseldap.c
7649         * src/browseldap.h
7650         * src/codeconv.c
7651         * src/codeconv.h
7652         * src/compose.c
7653         * src/compose.h
7654         * src/crash.c
7655         * src/crash.h
7656         * src/customheader.c
7657         * src/customheader.h
7658         * src/displayheader.c
7659         * src/displayheader.h
7660         * src/editaddress.c
7661         * src/editaddress.h
7662         * src/editbook.c
7663         * src/editbook.h
7664         * src/editgroup.c
7665         * src/editgroup.h
7666         * src/editjpilot.c
7667         * src/editjpilot.h
7668         * src/editldap.c
7669         * src/editldap.h
7670         * src/editldap_basedn.c
7671         * src/editldap_basedn.h
7672         * src/editvcard.c
7673         * src/editvcard.h
7674         * src/enriched.c
7675         * src/enriched.h
7676         * src/exphtmldlg.c
7677         * src/exphtmldlg.h
7678         * src/expldifdlg.c
7679         * src/expldifdlg.h
7680         * src/export.c
7681         * src/export.h
7682         * src/exporthtml.c
7683         * src/exporthtml.h
7684         * src/exportldif.c
7685         * src/exportldif.h
7686         * src/filtering.c
7687         * src/filtering.h
7688         * src/folder.c
7689         * src/folder.h
7690         * src/folder_item_prefs.c
7691         * src/folder_item_prefs.h
7692         * src/foldersel.c
7693         * src/foldersel.h
7694         * src/folderutils.c
7695         * src/folderutils.h
7696         * src/folderview.c
7697         * src/folderview.h
7698         * src/grouplistdialog.c
7699         * src/grouplistdialog.h
7700         * src/headerview.c
7701         * src/headerview.h
7702         * src/html.c
7703         * src/html.h
7704         * src/image_viewer.c
7705         * src/image_viewer.h
7706         * src/imap.c
7707         * src/imap.h
7708         * src/imap_gtk.c
7709         * src/imap_gtk.h
7710         * src/import.c
7711         * src/import.h
7712         * src/importldif.c
7713         * src/importldif.h
7714         * src/importmutt.c
7715         * src/importmutt.h
7716         * src/importpine.c
7717         * src/importpine.h
7718         * src/inc.c
7719         * src/inc.h
7720         * src/jpilot.c
7721         * src/jpilot.h
7722         * src/ldapctrl.c
7723         * src/ldapctrl.h
7724         * src/ldaplocate.c
7725         * src/ldaplocate.h
7726         * src/ldapquery.c
7727         * src/ldapquery.h
7728         * src/ldapserver.c
7729         * src/ldapserver.h
7730         * src/ldaputil.c
7731         * src/ldaputil.h
7732         * src/ldif.c
7733         * src/ldif.h
7734         * src/localfolder.c
7735         * src/localfolder.h
7736         * src/main.c
7737         * src/main.h
7738         * src/mainwindow.c
7739         * src/mainwindow.h
7740         * src/manual.c
7741         * src/manual.h
7742         * src/matcher.c
7743         * src/matcher.h
7744         * src/matcher_parser.h
7745         * src/matcher_parser_lex.l
7746         * src/matcher_parser_parse.y
7747         * src/mbox.c
7748         * src/mbox.h
7749         * src/message_search.c
7750         * src/message_search.h
7751         * src/messageview.c
7752         * src/messageview.h
7753         * src/mh.c
7754         * src/mh.h
7755         * src/mh_gtk.c
7756         * src/mh_gtk.h
7757         * src/mimeview.c
7758         * src/mimeview.h
7759         * src/msgcache.c
7760         * src/msgcache.h
7761         * src/mutt.c
7762         * src/mutt.h
7763         * src/news.c
7764         * src/news.h
7765         * src/news_gtk.c
7766         * src/news_gtk.h
7767         * src/noticeview.c
7768         * src/noticeview.h
7769         * src/partial_download.c
7770         * src/partial_download.h
7771         * src/pine.c
7772         * src/pine.h
7773         * src/pop.c
7774         * src/pop.h
7775         * src/prefs_account.c
7776         * src/prefs_account.h
7777         * src/prefs_actions.c
7778         * src/prefs_actions.h
7779         * src/prefs_common.c
7780         * src/prefs_common.h
7781         * src/prefs_compose_writing.c
7782         * src/prefs_compose_writing.h
7783         * src/prefs_customheader.c
7784         * src/prefs_customheader.h
7785         * src/prefs_display_header.c
7786         * src/prefs_display_header.h
7787         * src/prefs_ext_prog.c
7788         * src/prefs_ext_prog.h
7789         * src/prefs_filtering.c
7790         * src/prefs_filtering.h
7791         * src/prefs_filtering_action.c
7792         * src/prefs_filtering_action.h
7793         * src/prefs_folder_column.c
7794         * src/prefs_folder_column.h
7795         * src/prefs_folder_item.c
7796         * src/prefs_folder_item.h
7797         * src/prefs_fonts.c
7798         * src/prefs_fonts.h
7799         * src/prefs_gtk.c
7800         * src/prefs_gtk.h
7801         * src/prefs_image_viewer.c
7802         * src/prefs_image_viewer.h
7803         * src/prefs_matcher.c
7804         * src/prefs_matcher.h
7805         * src/prefs_message.c
7806         * src/prefs_message.h
7807         * src/prefs_msg_colors.c
7808         * src/prefs_msg_colors.h
7809         * src/prefs_other.c
7810         * src/prefs_other.h
7811         * src/prefs_quote.c
7812         * src/prefs_quote.h
7813         * src/prefs_receive.c
7814         * src/prefs_receive.h
7815         * src/prefs_send.c
7816         * src/prefs_send.h
7817         * src/prefs_spelling.c
7818         * src/prefs_spelling.h
7819         * src/prefs_summaries.c
7820         * src/prefs_summaries.h
7821         * src/prefs_summary_column.c
7822         * src/prefs_summary_column.h
7823         * src/prefs_template.c
7824         * src/prefs_template.h
7825         * src/prefs_themes.c
7826         * src/prefs_themes.h
7827         * src/prefs_toolbar.c
7828         * src/prefs_toolbar.h
7829         * src/prefs_wrapping.c
7830         * src/prefs_wrapping.h
7831         * src/privacy.c
7832         * src/privacy.h
7833         * src/procheader.c
7834         * src/procheader.h
7835         * src/procmime.c
7836         * src/procmime.h
7837         * src/procmsg.c
7838         * src/procmsg.h
7839         * src/quote_fmt.c
7840         * src/quote_fmt_parse.y
7841         * src/recv.c
7842         * src/recv.h
7843         * src/remotefolder.c
7844         * src/remotefolder.h
7845         * src/send_message.c
7846         * src/send_message.h
7847         * src/setup.c
7848         * src/setup.h
7849         * src/simple-gettext.c
7850         * src/sourcewindow.c
7851         * src/sourcewindow.h
7852         * src/ssl_manager.c
7853         * src/ssl_manager.h
7854         * src/statusbar.c
7855         * src/statusbar.h
7856         * src/stock_pixmap.c
7857         * src/stock_pixmap.h
7858         * src/summary_search.c
7859         * src/summary_search.h
7860         * src/summaryview.c
7861         * src/summaryview.h
7862         * src/syldap.c
7863         * src/syldap.h
7864         * src/textview.c
7865         * src/textview.h
7866         * src/toolbar.c
7867         * src/toolbar.h
7868         * src/undo.c
7869         * src/undo.h
7870         * src/unmime.c
7871         * src/unmime.h
7872         * src/vcard.c
7873         * src/vcard.h
7874         * src/wizard.c
7875         * src/wizard.h
7876         * src/common/base64.c
7877         * src/common/base64.h
7878         * src/common/defs.h
7879         * src/common/hooks.c
7880         * src/common/hooks.h
7881         * src/common/log.c
7882         * src/common/log.h
7883         * src/common/md5.c
7884         * src/common/md5.h
7885         * src/common/mgutils.c
7886         * src/common/mgutils.h
7887         * src/common/nntp.c
7888         * src/common/nntp.h
7889         * src/common/passcrypt.c
7890         * src/common/passcrypt.h.in
7891         * src/common/plugin.c
7892         * src/common/plugin.h
7893         * src/common/prefs.c
7894         * src/common/prefs.h
7895         * src/common/progressindicator.c
7896         * src/common/progressindicator.h
7897         * src/common/quoted-printable.c
7898         * src/common/quoted-printable.h
7899         * src/common/session.c
7900         * src/common/session.h
7901         * src/common/smtp.c
7902         * src/common/smtp.h
7903         * src/common/socket.c
7904         * src/common/socket.h
7905         * src/common/ssl.c
7906         * src/common/ssl.h
7907         * src/common/ssl_certificate.c
7908         * src/common/ssl_certificate.h
7909         * src/common/string_match.c
7910         * src/common/string_match.h
7911         * src/common/stringtable.c
7912         * src/common/sylpheed.c
7913         * src/common/sylpheed.h
7914         * src/common/template.c
7915         * src/common/template.h
7916         * src/common/timing.h
7917         * src/common/utils.c
7918         * src/common/utils.h
7919         * src/common/uuencode.c
7920         * src/common/uuencode.h
7921         * src/common/version.h.in
7922         * src/common/xml.c
7923         * src/common/xml.h
7924         * src/common/xmlprops.c
7925         * src/common/xmlprops.h
7926         * src/gtk/about.c
7927         * src/gtk/about.h
7928         * src/gtk/colorlabel.c
7929         * src/gtk/colorlabel.h
7930         * src/gtk/colorsel.c
7931         * src/gtk/colorsel.h
7932         * src/gtk/description_window.c
7933         * src/gtk/description_window.h
7934         * src/gtk/filesel.c
7935         * src/gtk/filesel.h
7936         * src/gtk/foldersort.c
7937         * src/gtk/foldersort.h
7938         * src/gtk/gtkutils.c
7939         * src/gtk/gtkutils.h
7940         * src/gtk/inputdialog.c
7941         * src/gtk/inputdialog.h
7942         * src/gtk/logwindow.c
7943         * src/gtk/logwindow.h
7944         * src/gtk/manage_window.c
7945         * src/gtk/manage_window.h
7946         * src/gtk/menu.c
7947         * src/gtk/menu.h
7948         * src/gtk/pluginwindow.c
7949         * src/gtk/pluginwindow.h
7950         * src/gtk/prefswindow.c
7951         * src/gtk/prefswindow.h
7952         * src/gtk/progressdialog.c
7953         * src/gtk/progressdialog.h
7954         * src/gtk/quicksearch.c
7955         * src/gtk/quicksearch.h
7956         * src/gtk/sslcertwindow.c
7957         * src/gtk/sslcertwindow.h
7958         * src/plugins/clamav/clamav_plugin.c
7959         * src/plugins/clamav/clamav_plugin.h
7960         * src/plugins/clamav/clamav_plugin_gtk.c
7961         * src/plugins/demo/demo.c
7962         * src/plugins/dillo_viewer/dillo_prefs.c
7963         * src/plugins/dillo_viewer/dillo_prefs.h
7964         * src/plugins/dillo_viewer/dillo_viewer.c
7965         * src/plugins/mathml_viewer/mathml_viewer.c
7966         * src/plugins/pgpcore/passphrase.c
7967         * src/plugins/pgpcore/passphrase.h
7968         * src/plugins/pgpcore/plugin.c
7969         * src/plugins/pgpcore/prefs_gpg.c
7970         * src/plugins/pgpcore/prefs_gpg.h
7971         * src/plugins/pgpcore/select-keys.c
7972         * src/plugins/pgpcore/select-keys.h
7973         * src/plugins/pgpcore/sgpgme.c
7974         * src/plugins/pgpcore/sgpgme.h
7975         * src/plugins/pgpinline/pgpinline.c
7976         * src/plugins/pgpinline/pgpinline.h
7977         * src/plugins/pgpinline/plugin.c
7978         * src/plugins/pgpmime/pgpmime.c
7979         * src/plugins/pgpmime/pgpmime.h
7980         * src/plugins/pgpmime/plugin.c
7981         * src/plugins/spamassassin/spamassassin.c
7982         * src/plugins/spamassassin/spamassassin.h
7983         * src/plugins/spamassassin/spamassassin_gtk.c
7984         * src/plugins/trayicon/trayicon.c
7985         * tools/OOo2sylpheed.pl
7986         * tools/acroread2sylpheed.pl
7987         * tools/asus_mailled.sh
7988         * tools/filter_conv.pl
7989         * tools/freshmeat_search.pl
7990         * tools/google_search.pl
7991         * tools/kmail2sylpheed.pl
7992         * tools/kmail2sylpheed_v2.pl
7993         * tools/maildir2sylpheed.pl
7994         * tools/multiwebsearch.pl
7995         * tools/newscache_clean.pl
7996         * tools/outlook2sylpheed.pl
7997         * tools/sylpheed-switcher
7998         * tools/update-po
7999         * tools/vcard2xml.py
8000         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8001                 update FSF address
8002
8003 2005-09-21 [colin]      1.9.14cvs46
8004
8005         * src/gedit-print.c
8006         * src/procmsg.c
8007         * src/procmsg.h
8008         * src/textview.c
8009         * src/summaryview.c
8010                 Remove some printing hacks (deselection/reselection),
8011                 which by the way fix printing the currently 
8012                 displayed mime part (still only text)
8013                 Plus a little optimisation of summary_show
8014
8015
8016 2005-09-20 [colin]      1.9.14cvs45
8017
8018         * src/mainwindow.c
8019         * src/messageview.c
8020                 GUI fixups: add accels, set message
8021                 view title to displayed mail's subject
8022         * src/prefs_spelling.c
8023         * src/gtk/gtkaspell.c
8024                 GUI fixups: allow underlining misspelled
8025                 words instead of coloring them (a11y!)
8026
8027 2005-09-19 [colin]
8028
8029         1.9.15rc3 released
8030
8031 2005-09-19 [colin]      1.9.14cvs44
8032
8033         * src/compose.c
8034                 Fix draft message
8035         * src/gtk/gtkaspell.c
8036                 Fix wrong test ;-)
8037
8038 2005-09-19 [colin]      1.9.14cvs43
8039
8040         * src/addressbook.c
8041                 Fix sensitivity of Delete button
8042         * src/compose.c
8043                 Warn if the requested Privacy system
8044                 is not available
8045         * src/exphtmldlg.c
8046         * src/expldifdlg.c
8047         * src/importldif.c
8048         * src/importmutt.c
8049         * src/importpine.c
8050                 Fix crappy UI
8051         * src/
8052         * src/ssl.h
8053         * src/prefs_account.h
8054         * src/prefs_account.c
8055                 Save SSL prefs even in builds that have
8056                 SSL support disable
8057         * src/imap.c
8058         * src/inc.c
8059         * src/news.c
8060         * src/send_message.c
8061                 Warn if connection should be secure, but
8062                 SSL support isn't compiled in
8063         * src/gtkaspell.c
8064                 Fix word separation on UTF-8 systems
8065                 Fixes bug #812 (Strange inline spellchecking)
8066         * src/compose.c
8067                 Warn if the requested Privacy system
8068                 is not available
8069                 Factorize offline warning
8070         * src/imap.c
8071         * src/imap_gtk.c
8072         * src/imap_gtk.h
8073         * src/inc.h
8074         * src/news_gtk.c
8075         * src/news_gtk.h
8076         * src/messageview.c
8077                 Factorize offline warning
8078
8079 2005-09-19 [paul]
8080
8081         1.9.15-rc2 released
8082
8083 2005-09-18 [colin]      1.9.14cvs42
8084
8085         * src/codeconv.c
8086         * src/codeconv.h
8087         * src/procmime.c
8088                 Add a way to get locale's charset ignoring utf-8,
8089                 and use that as default encoding for broken mails
8090
8091 2005-09-18 [colin]      1.9.14cvs41
8092
8093         * src/gtk/logwindow.c
8094                 Translate string. Patch by Fabien Vantard
8095
8096 2005-09-18 [colin]      1.9.14cvs40
8097
8098         * configure.ac
8099                 Fix bug #803 (IMAP/SSL support breaks with 
8100                 GnuTLS libetpan 0.38)
8101
8102 2005-09-18 [colin]      1.9.14cvs39
8103
8104         * src/codeconv.c
8105         * src/compose.c
8106         * src/procmime.c
8107                 More charsets fixes. Fixes bug #806 (non
8108                 ascii characters in subject line)
8109
8110 2005-09-17 [paul]       1.9.14cvs38
8111
8112         * src/folderview.c
8113         * src/mainwindow.c
8114                 fix gcc-2.95 issues
8115                 Patch by Pawel Pekala
8116
8117 2005-09-17 [colin]      1.9.14cvs37
8118
8119         * src/addrindex.c
8120                 bugfix for NO-USE LDAP compilation, patch 
8121                 by Fabien Vantard
8122
8123 2005-09-17 [colin]      1.9.14cvs36
8124
8125         * src/prefs_actions.c
8126         * src/prefs_customheader.c
8127         * src/prefs_display_header.c
8128         * src/prefs_filtering_action.c
8129         * src/prefs_matcher.c
8130         * src/prefs_toolbar.c
8131                 Fix strange casts (less elegant but
8132                 works better)
8133
8134 2005-09-16 [colin]      1.9.14cvs35
8135
8136         * src/jpilot.c
8137                 Missed that one
8138
8139 2005-09-16 [colin]      1.9.14cvs34
8140
8141         * configure.ac
8142         * src/Makefile.am
8143         * src/addr_compl.c
8144         * src/addrindex.c
8145         * src/browseldap.c
8146         * src/editldap.c
8147         * src/ldaplocate.c
8148         * src/ldapquery.c
8149         * src/ldapquery.h
8150         * src/ldapserver.c
8151         * src/ldapserver.h
8152         * src/main.c
8153         * src/matcher_parser_parse.y
8154         * src/prefs_themes.c
8155         * src/etpan/Makefile.am
8156         * src/gtk/description_window.c
8157         * src/plugins/clamav/Makefile.am
8158         * src/plugins/clamav/clamav_plugin.c
8159         * src/plugins/dillo_viewer/Makefile.am
8160         * src/plugins/pgpcore/Makefile.am
8161         * src/plugins/pgpinline/Makefile.am
8162         * src/plugins/pgpmime/Makefile.am
8163         * src/plugins/trayicon/Makefile.am
8164                 Fix 100% cpu usage in address completion list
8165                 Fix little bugs (return with no values etc)
8166                 Fix all warnings (with common CFLAGS)
8167
8168 2005-09-15 [colin]      1.9.14cvs33
8169
8170         * src/addressbook.c
8171                 Fix bug where sometimes a group's email list is empty,
8172                 force its refresh (probably fixes "Re: how to create a 
8173                 distribution list")
8174         * src/ldapquery.c
8175                 Don't return to the callback in the main thread from the
8176                 fetch thread (or face segs!)
8177
8178 2005-09-15 [paul]       1.9.14cvs32
8179
8180         * src/prefs_matcher.c
8181                 forgotten in last commit
8182
8183 2005-09-15 [paul]       1.9.14cvs31
8184
8185         * src/prefs_actions.c
8186         * src/prefs_filtering_action.c
8187         * src/prefs_quote.c
8188         * src/quote_fmt.c
8189         * src/summaryview.c
8190         * src/gtk/description_window.c
8191         * src/gtk/description_window.h
8192         * src/gtk/quicksearch.c
8193                 allow interaction with the called
8194                 description window
8195                 Patch by Anders Hammar
8196
8197 2005-09-14 [paul]       1.9.14cvs30
8198
8199         * src/compose.c
8200                 fix a little annoyance when pasting with 3rd button 
8201                 with wrap_pastes=0 and wrap_input=1
8202                 Patch by Colin
8203
8204 2005-09-14 [paul]       1.9.14cvs29
8205
8206         * src/prefs_account.c
8207                 disable 'Filter messages on receiving' for
8208                 SMTP-only accounts
8209                 Patch  by Anders Hammar
8210
8211 2005-09-14 [paul]       1.9.14cvs28
8212
8213         * po/sk.po
8214                 fix crash
8215                 updated by Andrej Kacian
8216
8217 2005-09-14 [paul]
8218
8219         1.9.15-rc1 released
8220
8221 2005-09-14 [paul]       1.9.14cvs27
8222
8223         * po/es.po
8224                 updated by Ricardo Mones Lastra
8225         * src/compose.c
8226         * src/compose.h
8227                 associate no_wrap_tags to Compose windows
8228                 instead of using a static one
8229                 Patch by Colin
8230         * src/mbox.c
8231                 fix proc_mbox()
8232                 Patch by wwp
8233         * src/textview.c
8234                 remove unneeded printf()
8235
8236 2005-09-14 [paul]       1.9.14cvs26
8237
8238         * src/addrcache.c
8239         * src/codeconv.h
8240         * src/folder.h
8241         * src/mainwindow.h
8242         * src/mh.c
8243         * src/mimeview.h
8244         * src/partial_download.c
8245         * src/pop.c
8246         * src/prefs_account.c
8247         * src/prefs_account.h
8248         * src/prefs_actions.c
8249         * src/prefs_customheader.c
8250         * src/prefs_display_header.c
8251         * src/prefs_filtering_action.c
8252         * src/prefs_matcher.c
8253         * src/prefs_toolbar.c
8254         * src/privacy.h
8255         * src/procmime.c
8256         * src/procmime.h
8257         * src/procmsg.h
8258         * src/textview.c
8259         * src/undo.h
8260         * src/common/plugin.c
8261         * src/common/session.h
8262         * src/common/socket.c
8263         * src/common/socket.h
8264         * src/common/template.c
8265         * src/gtk/gtkaspell.c
8266         * src/gtk/quicksearch.h
8267         * src/plugins/pgpcore/passphrase.c
8268         * src/plugins/pgpcore/prefs_gpg.h
8269         * src/plugins/pgpcore/select-keys.c
8270         * src/plugins/pgpcore/select-keys.h
8271         * src/plugins/pgpcore/sgpgme.c
8272         * src/plugins/pgpinline/pgpinline.c
8273         * src/plugins/pgpmime/pgpmime.c
8274         * src/plugins/trayicon/trayicon.c
8275                 fix compilation warnings
8276                 Patch by Daniel Gustafson
8277
8278 2005-09-14 [paul]       1.9.14cvs25
8279
8280         * src/addressbook.c
8281                 add missing column header, and other small
8282                 bug fixes
8283                 Patch by Anders Hammar
8284
8285 2005-09-13 [colin]      1.9.14cvs24
8286
8287         * src/gtk/gtkaspell.c
8288                 Fix non-utf8 in menu
8289                 Fix little leaks
8290                 Nullify struct members after free()s
8291
8292 2005-09-13 [colin]      1.9.14cvs23
8293
8294         * src/compose.c
8295                 Test utf8 compliance before inserting to 
8296                 buffer, and try to convert if necessary
8297         * src/procmime.c
8298                 If no charset is present, use the locale 
8299                 one instead of us-ascii
8300         * src/procmsg.c
8301                 Add Sender, List-Post and To in the checked 
8302                 headers for automatic rules creation 
8303                 (thanks to wwp)
8304         * src/prefs_themes.c
8305         * src/gtk/gtkaspell.c
8306                 Remove deprecated functions. 
8307                 patch by Daniel Gustafson
8308
8309 2005-09-12 [colin]      1.9.14cvs22
8310
8311         * src/compose.c
8312                 Fix bug #448 (Scrolling/Redraw issue with 
8313                 address-fields in Header)
8314         * src/mainwindow.c
8315         * src/summaryview.c
8316         * src/summaryview.h
8317                 Fix loss of MSG_MARKED on move/copy
8318                 Fix bug #804 (Quicksearch togglebutton doesn't 
8319                 get depressed after '/' key is pressed)
8320
8321 2005-09-12 [paul]       1.9.14cvs21
8322
8323         * AUTHORS
8324         * src/gtk/logwindow.c
8325                 add 'Clear Log' to popup menu
8326                 Patch by Anders Hammar <anders.hammar@telia.com>
8327
8328 2005-09-12 [paul]       1.9.14cvs20
8329
8330         * src/compose.c
8331                 set correct sensitivity on attachments
8332                 popup menu
8333         * src/folder.c
8334                 fix typo
8335         * src/prefs_spelling.c
8336                 fix crash when no LANG env is set
8337         * src/common/xml.c
8338                 fix crash in wizard
8339                 don't use memeory after free
8340
8341         All patches by Daniel Gustafson
8342
8343 2005-09-12 [paul]       1.9.14cvs19
8344
8345         * src/prefs_themes.c
8346                 make theme info selectable
8347         * src/gtk/description_window.c
8348                 make window non-modal
8349         * tools/README
8350                 add details of asus_mailed.sh
8351         * tools/claws.i18n.status.pl
8352                 update for new zh_TW translator
8353                 widen the output
8354                 create alternate coloured lines
8355                 improve readability
8356
8357 2005-09-10 [colin]      1.9.14cvs18
8358
8359         * src/plugins/pgpcore/select-keys.c
8360                 Better order for the buttons
8361
8362 2005-09-10 [colin]      1.9.14cvs17
8363
8364         * src/compose.c
8365         * src/plugins/pgpcore/select-keys.c
8366         * src/plugins/pgpcore/select-keys.h
8367         * src/plugins/pgpcore/sgpgme.c
8368                 Add a "Don't encrypt" button to the key
8369                 selection dialog. Fixes bug #177 (There should be a 
8370                 'Don't encrypt button in the Select Keys dialog)
8371
8372 2005-09-10 [colin]      1.9.14cvs16
8373
8374         * src/compose.c
8375                 Fix bug #572 (%X option does not work with templates)
8376
8377 2005-09-10 [colin]      1.9.14cvs15
8378
8379         * src/toolbar.c 
8380                 Remove g_print
8381
8382 2005-09-10 [colin]      1.9.14cvs14
8383
8384         * src/imap.c
8385                 Fix a possible crash
8386
8387 2005-09-09 [colin]      1.9.14cvs13
8388
8389         * src/imap.c
8390         * src/etpan/imap-thread.c
8391         * src/etpan/imap-thread.h
8392                 Fix moving from queue or drafts to normal folders
8393                 Fix bug #794 (No way to delete without expunging)
8394                 Take flags unset by other mailers into account
8395                 Take deleted flag set by other mailers into account
8396                 Fix unsetting REPLIED flag
8397                 Fix crash when capabilities can't be retrieved
8398         * src/mainwindow.c
8399         * src/mainwindow.h
8400                 Add M_DELAYED_FLAGS condition, and let the user use
8401                 Execute in order to be able to expunge deleted mails,
8402                 even if he's not in delayed execute mode
8403         * src/prefs_spelling.c
8404                 Use 'en' dictionary by default if LANG is POSIX or C
8405         * src/gtk/prefswindow.c
8406                 Fix bug #767 (Preferences windows expanding) by making
8407                 the window a bit larger when the resolution is greater
8408                 than 640x480, and by putting the prefs in a
8409                 GtkScrolledWindow.
8410
8411 2005-09-09 [paul]       1.9.14cvs12
8412
8413         * AUTHORS
8414         * configure.ac
8415         * po/zh_TW.Big5.po      ** REMOVED **
8416         * po/zh_TW.po           ** ADDED **
8417                 updated by Wei-Lun Chao
8418
8419 2005-09-09 [paul]       1.9.14cvs11
8420
8421         * src/mainwindow.c
8422                 fix asserts
8423         * src/common/xml.c
8424                 delay memory allocation until file is
8425                 opened successfully
8426                 Patch by Daniel Gustafson
8427
8428 2005-09-09 [colin]      1.9.14cvs10
8429
8430         * src/imap.c
8431                 Add guards
8432
8433 2005-09-08 [colin]      1.9.14cvs9
8434
8435         * src/compose.c
8436                 Alert when we can't save draft
8437                 Fix various wrap/color issues
8438                 Add mid-click pasting respecting wrap_paste option
8439         * src/folder.c
8440         * src/folder.h
8441         * src/folder_item_prefs.c
8442         * src/folder_item_prefs.h
8443         * src/imap.c
8444         * src/imap_gtk.c
8445         * src/imap_gtk.h
8446         * src/main.c
8447         * src/mainwindow.c
8448         * src/mainwindow.h
8449         * src/news.c
8450         * src/news_gtk.c
8451         * src/news_gtk.h
8452         * src/prefs_folder_item.c
8453                 Fix the impossibility to synchronise folders for
8454                 offline use (IMAP and NNTP are concerned)
8455
8456 2005-09-08 [colin]      1.9.14cvs8
8457
8458         * configure.ac
8459                 Build LDAP and JPilot by default if available
8460         * src/textview.c
8461                 Fix use after free
8462
8463 2005-09-08 [paul]       1.9.14cvs7
8464
8465         * doc/manual/en/sylpheed-1.html
8466         * doc/manual/en/sylpheed-18.html
8467         * doc/manual/en/sylpheed-19.html
8468         * doc/manual/en/sylpheed-4.html
8469         * doc/manual/en/sylpheed-6.html
8470         * doc/manual/en/sylpheed.html
8471                 a few minor updates, plus include some
8472                 details about plugins and their requirements
8473         * src/mainwindow.c
8474                 minor changes to English in /View/Sort
8475
8476 2005-09-07 [colin]      1.9.14cvs6
8477
8478         * doc/manual/en/sylpheed-1.html
8479         * doc/manual/en/sylpheed-10.html
8480         * doc/manual/en/sylpheed-11.html
8481         * doc/manual/en/sylpheed-12.html
8482         * doc/manual/en/sylpheed-13.html
8483         * doc/manual/en/sylpheed-14.html
8484         * doc/manual/en/sylpheed-15.html
8485         * doc/manual/en/sylpheed-16.html
8486         * doc/manual/en/sylpheed-17.html
8487         * doc/manual/en/sylpheed-18.html
8488         * doc/manual/en/sylpheed-19.html
8489         * doc/manual/en/sylpheed-2.html
8490         * doc/manual/en/sylpheed-20.html
8491         * doc/manual/en/sylpheed-21.html
8492         * doc/manual/en/sylpheed-22.html
8493         * doc/manual/en/sylpheed-3.html
8494         * doc/manual/en/sylpheed-4.html
8495         * doc/manual/en/sylpheed-5.html
8496         * doc/manual/en/sylpheed-6.html
8497         * doc/manual/en/sylpheed-7.html
8498         * doc/manual/en/sylpheed-8.html
8499         * doc/manual/en/sylpheed-9.html
8500         * doc/manual/en/sylpheed.html
8501                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8502
8503 2005-09-07 [colin]      1.9.14cvs5
8504
8505         * src/mainwindow.c
8506                 Make labels more to-the-point
8507
8508 2005-09-07 [colin]      1.9.14cvs4
8509
8510         * doc/manual/en/sylpheed-1.html
8511         * doc/manual/en/sylpheed-12.html
8512         * doc/manual/en/sylpheed-13.html
8513         * doc/manual/en/sylpheed-14.html
8514         * doc/manual/en/sylpheed-15.html
8515         * doc/manual/en/sylpheed-16.html
8516         * doc/manual/en/sylpheed-17.html
8517         * doc/manual/en/sylpheed-18.html
8518         * doc/manual/en/sylpheed-19.html
8519         * doc/manual/en/sylpheed-2.html
8520         * doc/manual/en/sylpheed-20.html
8521         * doc/manual/en/sylpheed-21.html
8522         * doc/manual/en/sylpheed-22.html
8523         * doc/manual/en/sylpheed-4.html
8524         * doc/manual/en/sylpheed-5.html
8525         * doc/manual/en/sylpheed-6.html
8526         * doc/manual/en/sylpheed-7.html
8527         * doc/manual/en/sylpheed-8.html
8528         * doc/manual/en/sylpheed-9.html
8529         * doc/manual/en/sylpheed.html
8530                 Update manual
8531
8532 2005-09-07 [colin]      1.9.14cvs3
8533
8534         * doc/faq/en/sylpheed-faq-1.html
8535         * doc/faq/en/sylpheed-faq-2.html
8536         * doc/faq/en/sylpheed-faq-3.html
8537         * doc/faq/en/sylpheed-faq.html
8538                 Update FAQ
8539
8540 2005-09-07 [colin]      1.9.14cvs2
8541
8542         * src/folderview.c
8543         * src/procmsg.c
8544         * src/summaryview.c
8545         * src/toolbar.c
8546                 Fix special subfolders:
8547                 - Inherit parent's icon
8548                 - sent contents of queues subfolders
8549                 - empty subfolders of trashes
8550         * src/mainwindow.c
8551                 Remove outdated manual and faq entries
8552         * src/common/utils.c
8553                 Add quotes around %s coming from mailcap
8554
8555 2005-09-07 [colin]      1.9.14cvs1
8556
8557         * src/compose.c
8558                 After saving draft, set modified to FALSE
8559         * src/mimeview.c
8560         * src/common/utils.c
8561         * src/common/utils.h
8562                 Try to open mime parts using what is 
8563                 indicated in ~/.mailcap or /etc/mailcap,
8564                 if possible.
8565
8566 2005-09-05 [paul]       1.9.14
8567
8568         1.9.14 released
8569
8570         * po/sk.po
8571                 updated by Andrej Kacian
8572
8573 2005-09-05 [paul]       1.9.13cvs83
8574
8575         * po/de.po
8576         * po/es.po
8577         * po/fi.po
8578         * po/fr.po
8579         * po/nb.po
8580         * po/pt_BR.po
8581         * po/sr.po
8582                 updated translations by Thomas Gilgin, Ricardo Mones
8583                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8584                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8585
8586 2005-09-04 [paul]       1.9.13cvs82
8587
8588         * src/compose.c
8589                 only warn about exceeded line length limit
8590                 on send
8591
8592 2005-09-04 [paul]       1.9.13cvs81
8593
8594         * src/compose.c
8595                 fix crash in 'line length exceeded' dialogue
8596
8597 2005-09-02 [paul]       1.9.13cvs80
8598
8599         * src/imap.c
8600                 fix bug 795, 'Connection lost IMAP'
8601                 and add statusbar prints
8602                 Patch by Colin
8603
8604 2005-09-02 [paul]       1.9.13cvs79
8605
8606         * src/compose.c
8607                 compose_wrap_paragraph() becomes
8608                 compose_beautify_paragraph()
8609                 Patch by Colin
8610
8611 2005-09-02 [colin]      1.9.13cvs78
8612
8613         * src/folderview.c
8614                 Micro-fix
8615
8616 2005-09-01 [colin]      1.9.13cvs77
8617
8618         * src/imap.c
8619                 Maybe fix bug #795 (Connection lost IMAP)
8620                 Don't try to send logout when we're disconnected.
8621         * src/summaryview.c
8622                 Include locked and marked emails in HRM
8623                 view. Fixes bug #800 (Locked messages no longer 
8624                 show up when hide read messages is used)
8625
8626 2005-09-01 [paul]       1.9.13cvs76
8627
8628         * src/prefs_common.c
8629                 fix bad cutting
8630
8631 2005-08-31 [colin]      1.9.13cvs75
8632
8633         * src/folderview.c
8634         * src/folderview.h
8635         * src/prefs_summaries.c
8636         * src/summaryview.c
8637                 Fix "go to next new", fix preference
8638                 (Open unread/next swapped)
8639
8640 2005-08-31 [paul]       1.9.13cvs74
8641
8642         * src/compose.c
8643         * src/folderview.c
8644         * src/headerview.c
8645         * src/headerview.h
8646         * src/mainwindow.c
8647         * src/prefs_common.c
8648         * src/prefs_common.h
8649         * src/prefs_fonts.c
8650         * src/summaryview.c
8651         * src/textview.c
8652         * src/common/defs.h
8653                 remove obsolete BOLD_FONT setting
8654                 fix font update in headerview and textview
8655                 headers after prefs change
8656                 Patch By Colin
8657
8658 2005-08-31 [paul]
8659
8660         1.9.14-rc4 released
8661
8662 2005-08-30 [colin]      1.9.13cvs73
8663
8664         * src/summaryview.c
8665                 When Hide read messages is selected and we
8666                 refresh the summaryview, don't remove the 
8667                 currently displayed message. Fixes bug #797
8668                 (Summary view reloads when new mail is 
8669                 downloaded in 1.9.14 rc)
8670
8671 2005-08-30 [colin]      1.9.13cvs72
8672
8673         * src/folderview.c
8674                 Fix flickering
8675         * src/mainwindow.c
8676                 Remove useless callback
8677         * src/mimeview.c
8678         * src/gtk/filesel.c
8679         * src/gtk/filesel.h
8680                 Add a filesel_select_file_save_folder() - used by Save All
8681
8682 2005-08-29 [paul]       1.9.13cvs71
8683
8684         * AUTHORS
8685         * src/matcher_parser_parse.y
8686         * src/etpan/imap-thread.c
8687                 fix building on FreeBSD
8688                 Patch by Daniel Gustafson <daniel@hobbit.se>
8689
8690 2005-08-29 [paul]       1.9.13cvs70
8691
8692         * src/plugins/pgpinline/pgpinline.c
8693                 only initialise sig result if it's been handled
8694                 Patch by Colin
8695
8696 2005-08-29 [paul]       1.9.13cvs69
8697         
8698         Patches by Colin:
8699
8700         * src/imap.c
8701         * src/common.utils.c
8702         * src/common/utils.h
8703                 optimisation
8704         * src/stock_pixmap.h
8705                 fix wrong icon reference
8706         * src/pixmaps/trash_btn.xpm
8707                 replace with nicer image
8708
8709 2005-08-28 [colin]      1.9.13cvs68
8710
8711         * src/Makefile.am
8712         * src/stock_pixmap.c
8713         * src/stock_pixmap.h
8714         * src/toolbar.c
8715         * src/pixmaps/trash_btn.xpm
8716                 Add a specific trash xpm for the button
8717
8718 2005-08-28 [colin]      1.9.13cvs67
8719
8720         * src/imap.c
8721                 Fix leak
8722
8723 2005-08-27 [colin]      1.9.13cvs66
8724
8725         * src/imap.c
8726         * src/procmime.c
8727                 Correctly fix "Problem with replies", fixes
8728                 pgpmime encryption too. 
8729
8730 2005-08-27 [colin]      1.9.13cvs65
8731
8732         * src/folder.c
8733         * src/procmsg.c
8734         * src/procmsg.h
8735         * src/summaryview.c
8736                 Fix bug #517 (messages removed from summaryview 
8737                 when moving fails)
8738
8739 2005-08-27 [colin]      1.9.13cvs64
8740
8741         * tools/Makefile.am
8742         * tools/asus_mailled.sh
8743                 Add a script to blink ASUS laptops' mail LED where there
8744                 is unread mail.
8745
8746 2005-08-27 [colin]      1.9.13cvs63
8747
8748         * src/imap.c
8749         * src/etpan/imap-thread.c
8750         * src/etpan/imap-thread.h
8751                 Implement automatic choosing of login method
8752                 Fixes bug #791
8753         * src/gtk/.cvsignore
8754                 Add sylpheed-marshal.[ch]
8755
8756 2005-08-27 [colin]      1.9.13cvs62
8757
8758         * src/common/utils.c
8759                 Fix confusing perror
8760
8761 2005-08-27 [colin]      1.9.13cvs61
8762
8763         * src/toolbar.c
8764         * src/toolbar.h
8765                 Remove A_DELETE, replace it with 
8766                 A_TRASH and A_DELETE_REAL. Automatically
8767                 rewrite config files to replace A_DELETE
8768                 with A_TRASH (no functionality change).
8769                 Fixes half of #794
8770
8771 2005-08-26 [colin]      1.9.13cvs60
8772
8773         * src/procmime.c
8774                 Previous "Problem with replies" fix brought other
8775                 problems, fixing them
8776
8777 2005-08-26 [colin]      1.9.13cvs59
8778
8779         * src/procmime.c
8780                 Fix "Problem with replies". This happened only
8781                 on IMAP...
8782         * src/procmsg.c
8783                 Factorize code a bit
8784         * src/compose.c
8785                 Speed improvement on very long messages (wrapping)
8786                 Fix signature color on Reedit and Redirect
8787                 On Reedit, don't attach pgp-signatures parts, but
8788                 set signing to On.
8789
8790 2005-08-24 [paul]       1.9.13cvs58
8791
8792         * src/compose.c
8793                 don't claim success when clicking
8794                 Cancel on the passphrase box.
8795                 Patch by Colin
8796
8797 2005-08-24 [paul]       1.9.13cvs57
8798
8799         * src/main.c
8800                 fix misplaced sylpheed.log
8801         * src/common/defs.h
8802                 define UIDL_DIR
8803
8804 2005-08-24 [paul]       1.9.13cvs56
8805
8806         * src/imap.c
8807         * src/etpan/imap-thread.c
8808         * src/etpan/imap-thread.h
8809                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8810                 Patch by Colin
8811         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8812         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8813                 remove autogenerated files
8814         * tools/kdeservicemenu/README
8815         * tools/kdeservicemenu/install.sh
8816         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8817         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8818                 use Claws icon, use 'Sylpheed-Claws' in menu,
8819                 use kdialog, and other cleanups
8820
8821 2005-08-23 [paul]       1.9.13cvs55
8822
8823         * src/compose.c
8824                 fix paste/wrap crash
8825                 Patch by Colin
8826
8827 2005-08-23 [paul]       1.9.13cvs54
8828
8829         * src/main.c
8830                 fix crash recovery
8831                 Patch by Colin
8832
8833 2005-08-23 [paul]       1.9.13cvs53
8834
8835         * src/addressbook.c
8836         * src/editaddress.c
8837                 view all data of LDAP contacts
8838                 Patch by Colin
8839
8840 2005-08-23 [paul]       1.9.13cvs52
8841
8842         * src/addressbook.c
8843                 fix issues with the Search field
8844                 Patch by Colin
8845
8846 2005-08-22 [paul]       1.9.13cvs51
8847
8848         * src/folderview.c
8849                 put name of folder in processing dialog
8850                 title
8851         * src/prefs_folder_item.c
8852                 improve english usage
8853
8854 2005-08-22 [paul]       1.9.13cvs50
8855
8856         * src/filtering.c
8857         * src/filtering.h
8858         * src/matcher.c
8859         * src/matcher_parser_lex.l
8860         * src/matcher_parser_parse.y
8861         * src/prefs_filtering.c
8862                 add Filtering/Processing rule names feature.
8863                 (the incompatible old matcherrc is saved as
8864                 matcherrc.pre_names).
8865                 Patch by Colin
8866
8867 2005-08-22 [paul]       1.9.13cvs49
8868
8869         * src/procmsg.c
8870                 fix colour labelling
8871                 Patch by Colin
8872
8873 2005-08-22 [paul]       1.9.13cvs48
8874
8875         * src/textview.c
8876                 fix open_image_cb()
8877
8878 2005-08-22 [paul]       1.9.13cvs47
8879
8880         * src/imap.c
8881                 fix bug 789, 'SC crashes with imap (CVS ver)'
8882                 Patch by Colin
8883
8884 2005-08-22 [paul]       1.9.13cvs46
8885
8886         * src/mimeview.c
8887         * src/prefs_common.c
8888         * src/common/defs.h
8889                 define reused defaults in defs.h
8890         * src/textview.c
8891                 add 'Open image' to image popup menu
8892
8893 2005-08-21 [colin]      1.9.13cvs45
8894
8895         * src/summaryview.c
8896                 Fix bug #788 (Bogus "From" address displayed)
8897
8898 2005-08-20 [colin]      1.9.13cvs44
8899
8900         * src/folder.c
8901                 Fix buf #787 (multilevel delete causes SIGSEGV)
8902
8903 2005-08-19 [colin]      1.9.13cvs43
8904
8905         * src/inc.c
8906         * src/prefs_common.c
8907         * src/prefs_common.h
8908                 Add an hidden pref to allow modifying the
8909                 update stepping in incorporation.
8910                 Patch by wwp.
8911
8912 2005-08-19 [colin]      1.9.13cvs42
8913
8914         * src/compose.c
8915         * src/procmime.c
8916                 Workaround for broken MUAs: encode 
8917                 Content-type: name: as ASCII and 
8918                 Content-Disposition: filename: as
8919                 per rfc2231
8920         * src/prefs_account.c
8921                 Fix invisible-ness of SMTP SSL prefs
8922                 in NNTP accounts
8923
8924 2005-08-19 [paul]       1.9.13cvs41
8925
8926         * src/compose.c
8927         * src/prefs_common.c
8928         * src/prefs_common.h
8929         * src/prefs_wrapping.c
8930                 paste with or without wrapping.
8931                 patch by Colin
8932
8933 2005-08-19 [paul]       1.9.13cvs40
8934
8935         * src/prefs_common.c
8936         * src/prefs_common.h
8937         * src/summaryview.c
8938                 reintroduce enable_swap_from as a
8939                 hidden pref. patch by Colin
8940         * src/quote_fmt_parse.y
8941         * src/plugins/clamav/clamav_plugin.c
8942         * src/plugins/dillo_viewer/dillo_viewer.c
8943         * src/plugins/mathml_viewer/mathml_viewer.c
8944         * src/plugins/pgpcore/sgpgme.c
8945         * src/plugins/pgpinline/pgpinline.c
8946         * src/plugins/pgpmime/pgpmime.c
8947                 tidy up. patch by Colin
8948
8949 2005-08-19 [paul]       1.9.13cvs39
8950
8951         * configure.ac
8952                 complete cvs38's sync
8953         * src/editaddress.c
8954         * src/gedit-print.c
8955         * src/mutt.c
8956         * src/etpan/etpan-log.c
8957         * src/etpan/imap-thread.c
8958         * src/gtk/gtksourceprintjob.c
8959                 fix compilation warnings
8960                 (patch by Colin)
8961
8962 2005-08-19 [paul]       1.9.13cvs38
8963
8964         sync with main:
8965
8966         * src/account.c
8967         * src/action.c
8968         * src/addrbook.c
8969         * src/addrcache.c
8970         * src/addrharvest.c
8971         * src/addrindex.c
8972         * src/codeconv.c
8973         * src/compose.c
8974         * src/crash.c
8975         * src/exporthtml.c
8976         * src/exportldif.c
8977         * src/folder.c
8978         * src/image_viewer.c
8979         * src/inc.c
8980         * src/inc.h
8981         * src/jpilot.c
8982         * src/ldif.c
8983         * src/main.c
8984         * src/matcher.c
8985         * src/mbox.c
8986         * src/messageview.c
8987         * src/mh.c
8988         * src/mimeview.c
8989         * src/msgcache.c
8990         * src/mutt.c
8991         * src/news.c
8992         * src/partial_download.c
8993         * src/pine.c
8994         * src/pop.c
8995         * src/prefs_actions.c
8996         * src/prefs_common.c
8997         * src/prefs_customheader.c
8998         * src/prefs_display_header.c
8999         * src/prefs_gtk.c
9000         * src/prefs_themes.c
9001         * src/procheader.c
9002         * src/procmime.c
9003         * src/procmsg.c
9004         * src/recv.c
9005         * src/send_message.c
9006         * src/simple-gettext.c
9007         * src/sourcewindow.c
9008         * src/textview.c
9009         * src/vcard.c
9010         * src/common/defs.h
9011         * src/common/log.c
9012         * src/common/plugin.c
9013         * src/common/prefs.c
9014         * src/common/session.c
9015         * src/common/session.h
9016         * src/common/socket.c
9017         * src/common/socket.h
9018         * src/common/ssl_certificate.c
9019         * src/common/template.c
9020         * src/common/utils.c
9021         * src/common/utils.h
9022         * src/common/xml.c
9023         * src/gtk/about.c
9024         added wrappers for C library function that
9025                 take pathname arguments.
9026                 enabled compilation with MinGW.
9027                 use GDir instead of directly using opendir().
9028                 added rename_force().
9029
9030 2005-08-19 [paul]       1.9.13cvs37
9031         
9032         patches by Colin:
9033         * src/compose.c
9034                 fix privacy settings on re-editing
9035                 a sent message
9036         * src/jpilot.c
9037                 fix encoding bug
9038         * src/folder.c
9039         * src/procmsg.c
9040         * src/procmsg.h
9041         * src/summaryview.c
9042                 flag changing optimisation
9043
9044 2005-08-18 [martin]     1.9.13cvs36
9045
9046         * commitHelper
9047             added my login
9048         * src/addrcache.c
9049         * src/addrharvest.c
9050         * src/addrindex.c
9051         * src/compose.c
9052         * src/grouplistdialog.c
9053         * src/main.c
9054         * src/mainwindow.c
9055         * src/msgcache.c
9056         * src/mutt.c
9057         * src/pine.c
9058         * src/prefs_account.c
9059         * src/prefs_themes.c
9060         * src/stock_pixmap.c
9061         * src/summaryview.c
9062         * src/gtk/about.c
9063         * src/gtk/logwindow.c
9064             removed deprecated glib and gdk stuff
9065         * src/plugins/pgpcore/select-keys.c
9066             convert attributes from locale to utf8
9067
9068 2005-08-17 [paul]       1.9.13cvs35
9069
9070         * src/account.c
9071         * src/addressbook.c
9072                 use new GTK_STOCK_ icons if available
9073         * src/summaryview.c
9074         * src/gtk/gtksctree.c
9075         * src/gtk/gtksctree.h
9076                 faster range select. patch by Colin
9077
9078 2005-08-17 [paul]       1.9.13cvs34
9079
9080         patches by colin:
9081         * src/addressbook.c
9082         * src/addressitem.h
9083                 Add an edit button for contacts, fix selections
9084                 of gtksctree items
9085         * src/editaddress.c
9086                 Change labels, let Save be always possible in the
9087                 email and user atributes tabs
9088         * src/folderview.c
9089                 fix sort issues
9090         * src/summaryview.c
9091                 select next item instead of the displayed one
9092                 after deletion
9093
9094         * src/gtk/progressdialog.c
9095                 use prefs_common.enable_rules_hint
9096
9097 2005-08-13 [hoa]        1.9.13cvs33
9098
9099         * src/etpan/imap-thread.c
9100                 fixed build on Solaris.
9101
9102 2005-08-10 [colin]      1.9.13cvs32
9103
9104         * src/procmsg.c
9105                 Fix cvs31 (missing fclose before reading
9106                 the file)
9107
9108 2005-08-10 [colin]      1.9.13cvs31
9109
9110         * src/procmsg.c
9111                 Fix procmsg_msginfo_new_from_mimeinfo() when
9112                 the MimeInfo isn't stored in memory. This fixes
9113                 replying to an attached message.
9114
9115 2005-08-10 [colin]      1.9.13cvs30
9116
9117         * src/mainwindow.c
9118                 Fix slowness in account changing
9119
9120 2005-08-10 [colin]      1.9.13cvs29
9121
9122         * src/folder.c
9123         * src/folderutils.c
9124         * src/folderview.c
9125         * src/imap_gtk.c
9126         * src/mainwindow.c
9127         * src/mh_gtk.c
9128         * src/procmsg.c
9129         * src/summaryview.c
9130                 Optimize folder_has_parent_of_type
9131                 Prevent moving special sub-folders from contextual menus
9132                 Rework message a bit ("Empty all messages" -> "Delete all
9133                 messages")
9134                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9135                 and "Deleted Items" folders)
9136
9137 2005-08-08 [colin]      1.9.13cvs28
9138
9139         * src/summaryview.c
9140         * src/prefs_summaries.c
9141                 Make "Select first unread|new" more flexible
9142                 (just prioritize new or unread)
9143
9144 2005-08-08 [colin]      1.9.13cvs27
9145
9146         * src/summaryview.c
9147                 If "select first new" is selected and there only
9148                 are unread messages, fallback to "select first
9149                 unread".
9150
9151 2005-08-08 [colin]      1.9.13cvs26
9152
9153         * src/folder.c
9154                 Fix shameful bugs (and bug #779)
9155
9156 2005-08-08 [colin]      1.9.13cvs25
9157
9158         * src/folder.c
9159         * src/folder.h
9160                 Cache parents' type to make folder_has_parent_of_type
9161                 faster
9162         * src/folderview.c
9163                 Forbid DnD of special sub-folders
9164         * src/procmsg.c
9165         * src/procmsg.h
9166                 Add MAIL_POSTFILTERING_HOOK
9167         * src/summaryview.c
9168                 Revert over-zealous deletion of the use_addr_book 
9169                 code
9170
9171 2005-08-07 [colin]      1.9.13cvs24
9172
9173         * src/folder.c
9174                 Fix big mistake (passing MsgInfo instead 
9175                 of FolderItem)
9176
9177 2005-08-07 [colin]      1.9.13cvs23
9178
9179         * src/compose.c
9180         * src/folder.c
9181         * src/folder.h
9182         * src/foldersel.c
9183         * src/folderutils.c
9184         * src/folderview.c
9185         * src/imap.c
9186         * src/mainwindow.c
9187         * src/messageview.c
9188         * src/mh.c
9189         * src/msgcache.c
9190         * src/procmime.c
9191         * src/summaryview.c
9192                 Make subfolders of Drafts, Queue, Outbox, Trash
9193                 work like their parents. 
9194                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9195
9196 2005-08-07 [colin]      1.9.13cvs22
9197
9198         * src/addressbook.c
9199                 Fix bug #771 (Dragged contacts not saved)
9200
9201 2005-08-07 [paul]       1.9.13cvs21
9202
9203         * src/summaryview.c
9204                 fix bug 32 'Search Doesn't display results
9205                 if "Hide Read Messages" is chosen'
9206                 be more literal in interpreting 'Hide read
9207                 messages'
9208
9209 2005-08-07 [colin]      1.9.13cvs20
9210
9211         * src/folderview.c
9212                 Add debug
9213         * src/summaryview.c
9214                 Faster 'unthread_for_execution'
9215
9216 2005-08-06 [paul]       1.9.13cvs19
9217
9218         * src/mainwindow.c
9219                 add mnemonics to Set displayed columns
9220                 fix bug where msgview_visible option was
9221                 overwritten as TRUE on startup
9222
9223 2005-08-06 [paul]       1.9.13cvs18
9224
9225         * src/mainwindow.c
9226                 refer to 'displayed columns in folder/message
9227                 list' not 'displayed items in summary/message view'
9228         * src/prefs_display_header.c
9229                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9230                 be consistent with similar dialogues
9231         * src/prefs_folder_column.c
9232         * src/prefs_summary_column.c
9233                 'columns' not 'items', and folder and message lists,
9234                 instead of folder and summary views;
9235                 Use 'Hidden columns' as list heading not 'Available
9236                 items';
9237                 move the 'Remove' button to the right hand side;
9238                 top-align the buttons;
9239                 remove unneeded vbox
9240         * src/prefs_summaries.c
9241                 put the 2 column prefs buttons in a frame to reduce
9242                 overall width; refer to columns not items &c.
9243
9244 2005-08-05 [colin]      1.9.13cvs17
9245
9246         * src/prefs_common.c
9247         * src/prefs_common.h
9248         * src/mainwindow.c
9249         * src/compose.c
9250         * src/messageview.c
9251                 Add an hidden toolbar_detachable pref, so
9252                 that I can get rid of these painful handles
9253                 in the toolbars. Defaults to TRUE to avoid
9254                 changing the GUI on unsuspecting people...
9255
9256 2005-08-05 [colin]      1.9.13cvs16
9257
9258         * src/Makefile.am
9259         * src/prefs_folder_column.c
9260         * src/prefs_folder_column.h
9261                 Add prefs for folder columns
9262         * src/folderview.c
9263         * src/folderview.h
9264         * src/mainwindow.c
9265         * src/mainwindow.h
9266         * src/prefs_common.c
9267         * src/prefs_common.h
9268         * src/prefs_summaries.c
9269                 Use them
9270         * src/prefs_summary_column.c
9271         * src/summaryview.c
9272         * src/summaryview.h
9273                 Add a To column
9274         * src/textview.c
9275         * src/common/utils.c
9276         * src/common/utils.h
9277                 Move uri colourisation functions
9278                 to utils
9279         * src/compose.c
9280                 Colourise URIs
9281         * src/imap.c
9282                 Fix bug with LIST where we'd try
9283                 to get Folder//////[...]/// 
9284
9285 2005-08-05 [paul]       1.9.13cvs15
9286
9287         * src/prefs_summaries.c
9288                 improve the English usage
9289         * src/summaryview.c
9290                 set font on column change
9291                 thanks to Colin
9292
9293 2005-08-05 [paul]       1.9.13cvs14
9294
9295         * src/prefs_common.c
9296         * src/prefs_common.h
9297         * src/prefs_summaries.c
9298         * src/summaryview.c
9299                 replace 'open_unread_on_enter' option with
9300                 'select_on_entry' option. opening/not opening
9301                 is now exclusively controlled by 'always_show_msg'
9302
9303 2005-08-04 [colin]      1.9.13cvs13
9304
9305         * src/compose.c
9306                 Remove dead code
9307                 Add colourisation of quotes and signatures
9308         * src/folderview.c
9309                 Fix possible crashes
9310         * src/messageview.c
9311                 Change an assert that is no problem
9312         * src/news.c
9313         * src/news_gtk.c
9314         * src/news_gtk.h
9315                 Fix offline mode
9316         * src/gtk/quicksearch.c
9317                 Fix a possible crash
9318
9319 2005-08-03 [colin]      1.9.13cvs12
9320
9321         * src/prefs_account.c
9322                 Fix bug #777 (Sylpheed crash in account configuration)
9323
9324 2005-08-03 [colin]      1.9.13cvs11
9325
9326         * src/addressbook.c
9327         * src/editaddress.c
9328         * src/editgroup.c
9329                 Fixing addressbook, round 2
9330         * src/textview.c
9331                 Fix emphasis color on rechecking 'Colorize messages'
9332
9333 2005-08-03 [paul]       1.9.13cvs10
9334
9335         sync with main
9336
9337         * src/addr_compl.c
9338         * src/compose.c
9339         * src/main.c
9340         * src/pop.c
9341         * src/prefs_account.c
9342         * src/procmime.c
9343         * src/procmsg.c
9344         * src/quote_fmt_parse.y
9345         * src/textview.c
9346         * src/common/quoted-printable.c
9347         * src/common/utils.c
9348         * src/common/utils.h
9349         * src/common/xml.c
9350                 replaced incorrect locale-independent
9351                 ctype functions with GLib's. Corrected
9352                 signedness mismatch.
9353         * src/headerview.c
9354                 headerview_create(): added spacing for vbox.
9355         * src/gtk/about.c
9356                 set focus to the OK button.
9357
9358 2005-08-03 [colin]      1.9.13cvs9
9359
9360         * src/folderview.c
9361                 Fix possible crash
9362
9363 2005-08-02 [colin]      1.9.13cvs8
9364
9365         * src/mainwindow.c
9366                 Fix cast
9367         * src/addressbook.c
9368         * src/addressitem.h
9369                 Fix a cast and more generally, try to make the
9370                 GUI more intuitive and consistent (round 1)
9371
9372 2005-08-02 [paul]       1.9.13cvs7
9373
9374         * src/folder.h
9375                 missing in 1.9.13cvs6
9376
9377 2005-08-02 [colin]      1.9.13cvs6
9378
9379         * src/folder.c
9380                 Fix one more leak
9381
9382 2005-08-02 [colin]      1.9.13cvs5
9383
9384         * src/folder.c
9385         * src/folderview.c
9386         * src/imap.c
9387         * src/main.c
9388         * src/mbox.c
9389         * src/procmsg.c
9390         * src/summaryview.c
9391                 Fix a number of folder_item_get_msg_list()-related
9392                 leaks (missing procmsg_msginfo_free()s)
9393
9394 2005-08-01 [colin]      1.9.13cvs4
9395
9396         * src/folderview.c
9397         * src/folderview.h
9398         * src/mainwindow.c
9399         * src/prefs_fonts.c
9400         * src/prefs_summaries.c
9401         * src/prefs_themes.c
9402         * src/summaryview.c
9403         * src/summaryview.h
9404         * src/textview.c
9405         * src/textview.h
9406                 Fix instant-apply of summary and folderview-related prefs
9407                 Fix erroneous g_free and alertpanels in prefs_theme
9408                 Add instant-apply for fonts
9409                 Defer applying of prefs a little bit so it's done only
9410                 once even if requested by multiples prefs pages
9411
9412 2005-08-01 [paul]       1.9.13cvs3
9413
9414         * src/main.c
9415                 fix bug 776 'S.C. crashes on close'
9416                 thanks to Colin
9417         * src/etpan/etpan-thread-manager-types.h
9418                 add missing include
9419                 thanks to Hoa
9420
9421 2005-07-25 [paul]       1.9.13cvs2
9422
9423         * src/summaryview.c
9424                 fix typos. spotted by Fabien Vantard
9425
9426 2005-07-24 [paul]       1.9.13cvs1
9427
9428         * doc/man/sylpheed.1
9429                 update man page, incorporating fix of
9430                 bug 769 'Typo in manpage'
9431         * src/etpan/imap-thread.c
9432                 fix NetBSD openssl dependencies. patch by
9433                 George Michaelson <ggm@apnic.net>
9434         * po/pt_BR.po
9435                 updated by Frederico Goncalves Guimaraes
9436
9437 2005-07-22 [paul]       1.9.13
9438
9439         1.9.13 release
9440
9441 2005-07-22 [paul]       1.9.12cvs91
9442
9443         * AUTHORS
9444         * INSTALL
9445         * README.claws
9446         * RELEASE_NOTES.claws
9447                 updated for release
9448         * configure.ac
9449         * po/nb.po
9450         * tools/claws.i18n.status.pl
9451                 add Norwegian translation. submiited by
9452                 Geir Helland <pjallabais@users.sourceforge.net>
9453         * po/ca.po
9454         * po/de.po
9455         * po/es.po
9456         * po/fi.po
9457         * po/fr.po
9458         * po/it.po
9459         * po/sk.po
9460         * po/sr.po
9461         * po/zh_CN.po
9462                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9463                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9464                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9465                 Yang Guilong
9466         * src/plugins/clamav/clamav_plugin_gtk.c
9467         * src/plugins/spamassassin/spamassassin_gtk.c
9468                 replace outdated description strings
9469
9470 2005-07-21 [colin]      1.9.12cvs90
9471
9472         * src/folder.c
9473                 Set folder to batch mode when scanning it. Makes deletion
9474                 of unread mails on IMAP much faster (due to the UNREAD 
9475                 flag unsetting)
9476
9477 2005-07-21 [darko]      1.9.12cvs89
9478
9479         * configure.ac
9480                 link against libresolv if necessary (patch by Paul)
9481         * src/msgcache.c
9482                 use glib's portable macros to determine endianness
9483
9484 2005-07-21 [paul]       1.9.12cvs88
9485
9486         * src/crash.c
9487         * src/gtk/about.c
9488                 update compiled-in features list
9489
9490 2005-07-20 [colin]      1.9.12cvs87
9491
9492         * src/folder.c
9493         * src/textview.c
9494                 Gcc 2.9x compilation fixes, thanks to Darko
9495         * src/plugins/clamav/clamav_plugin.c
9496                 Little optimisation: load virus database only once
9497         * src/plugins/spamassassin/spamassassin.c
9498                 Big optimisation: filtering one mail took at least 1 second,
9499                 now it takes at least 50ms. Doesn't speed up spamassassin 
9500                 itself, but should already be much more tolerable.
9501
9502 2005-07-20 [colin]      1.9.12cvs86
9503
9504         * src/summaryview.c
9505                 Fix performance issue
9506
9507 2005-07-19 [colin]      1.9.12cvs85
9508
9509         * src/plugins/pgpinline/plugin.c
9510                 Fix warning
9511
9512 2005-07-19 [colin]      1.9.12cvs84
9513
9514         * configure.ac
9515         * src/plugins/Makefile.am
9516         * src/plugins/pgpinline/.cvsignore
9517         * src/plugins/pgpinline/Makefile.am
9518         * src/plugins/pgpinline/pgpinline.c
9519         * src/plugins/pgpinline/pgpinline.deps
9520         * src/plugins/pgpinline/pgpinline.h
9521         * src/plugins/pgpinline/plugin.c
9522                 Put pgpinline in the main tree
9523
9524 2005-07-19 [paul]       1.9.12cvs83
9525
9526         * src/prefs_actions.c
9527                 prevent '//' in menu names, which cause a crash
9528                 thanks to Colin
9529
9530 2005-07-19 [paul]       1.9.12cvs82
9531
9532         * configure.ac
9533                 be generally more informative in configure output.
9534                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9535                 '[ --disable-openssl ...', as --enable-openssl is default
9536                 PGP/MIME: don't check for GPGME again, check for
9537                 pgpcore instead. Therefore prevent the possibility of
9538                 attempting to build pgpmime if pgpcore dependencies are
9539                 not met
9540                 ClamAV: use pkgconfig to check for lib
9541                 libgnomeprint: revert logic on inner test to match
9542                 everything else
9543         * src/plugins/pgpcore/sgpgme.c
9544                 add missing include
9545
9546 2005-07-19 [colin]      1.9.12cvs81
9547
9548         * src/summaryview.c
9549                 Fix slow thread rebuilding in particular
9550                 cases
9551
9552 2005-07-19 [paul]       1.9.12cvs80
9553
9554         * sylpheed-claws.desktop
9555                 fix typo, spotted by Stephan Sachse
9556         * src/account.c
9557                 replace GTK_STOCK_ADD with
9558                 GTK_STOCK_NEW button
9559
9560 2005-07-18 [colin]      1.9.12cvs79
9561
9562         * src/etpan/imap-thread.c
9563                 Fix return value (Thanks Hoa)
9564
9565 2005-07-18 [colin]      1.9.12cvs78
9566
9567         * src/imap.c
9568                 Allow empty passwords
9569                 Create drafts/queue/outbox if necessary
9570         * src/summaryview.c
9571                 Remove old code
9572         * src/etpan/imap-thread.c
9573                 Fix STARTTLS (Thanks to Hoa)
9574
9575 2005-07-18 [paul]       1.9.12cvs77
9576
9577         * ChangeLog-gtk2.jp
9578         * ChangeLog.jp
9579                 removed
9580         * Makefile.am
9581                 updated to reflect additions and removals
9582         * TODO
9583                 updated to be claws-specific
9584         * TODO-gtk2
9585         * TODO-gtk2.jp
9586         * TODO.jp
9587         * sylpheed-128x128.png
9588         * sylpheed-64x64.png
9589                 removed
9590         * sylpheed-claws-128x128.png
9591         * sylpheed-claws-64x64.png
9592         * sylpheed-claws.desktop
9593         * sylpheed-claws.png
9594                 added
9595         * sylpheed.desktop
9596         * sylpheed.png
9597                 removed
9598
9599 2005-07-17 [paul]       1.9.12cvs76
9600
9601         * src/account.c
9602         * src/addressbook.c
9603         * src/alertpanel.c
9604         * src/alertpanel.h
9605         * src/compose.c
9606         * src/exphtmldlg.c
9607         * src/expldifdlg.c
9608         * src/folderview.c
9609         * src/imap_gtk.c
9610         * src/inc.c
9611         * src/message_search.c
9612         * src/messageview.c
9613         * src/mh_gtk.c
9614         * src/news_gtk.c
9615         * src/prefs_actions.c
9616         * src/prefs_filtering.c
9617         * src/prefs_matcher.c
9618         * src/prefs_template.c
9619         * src/prefs_themes.c
9620         * src/ssl_manager.c
9621         * src/summary_search.c
9622         * src/textview.c
9623         * src/toolbar.c
9624         * src/gtk/sslcertwindow.c
9625         * src/plugins/pgpcore/sgpgme.c
9626                 rework alertpanels
9627
9628 2005-07-17 [colin]      1.9.12cvs75
9629
9630         * src/privacy.c
9631                 add a PrivacySystem accessor that checks that
9632                 the system cached in a MimeInfo's privacydata
9633                 is still registered. Use this accessor instead
9634                 of directly using data->system. Fixes crashes
9635                 after unloading pgp plugins.
9636
9637 2005-07-17 [colin]      1.9.12cvs74
9638
9639         * src/alertpanel.c
9640                 Change geometry hints to a simple default size.
9641                 Fixes the certs dialogs.
9642
9643 2005-07-17 [colin]      1.9.12cvs73
9644
9645         * src/gtk/sslcertwindow.c
9646                 Use a gtkExpander
9647
9648 2005-07-17 [colin]      1.9.12cvs72
9649
9650         * src/plugins/pgpcore/Makefile.am
9651         * src/plugins/pgpmime/Makefile.am
9652                 Add gpgme libs
9653
9654 2005-07-17 [paul]       1.9.12cvs71
9655
9656         * configure.ac
9657                 add --disable-gnomeprint option
9658                 modified version of patch by Marius Mauch
9659
9660 2005-07-17 [paul]       1.9.12cvs70
9661
9662         * src/common/defs.h
9663                 update urls
9664         * src/account.c
9665         * src/action.c
9666         * src/addressbook.c
9667         * src/compose.c
9668         * src/foldersel.c
9669         * src/folderview.c
9670         * src/html.c
9671         * src/imap_gtk.c
9672         * src/main.c
9673         * src/mainwindow.c
9674         * src/messageview.c
9675         * src/mh_gtk.c
9676         * src/mimeview.c
9677         * src/news_gtk.c
9678         * src/prefs_account.c
9679         * src/prefs_send.c
9680         * src/prefs_summaries.c
9681         * src/procmsg.c
9682         * src/summaryview.c
9683         * src/common/utils.c
9684         * src/common/xml.c
9685         * src/plugins/pgpcore/passphrase.c
9686         * src/plugins/pgpcore/select-keys.c
9687                 replace inappropriately used backticks
9688                 with single quotes
9689
9690 2005-07-16 [colin]      1.9.12cvs69
9691
9692         * src/image_viewer.c
9693                 Add extra paranoid checks
9694
9695 2005-07-16 [colin]      1.9.12cvs68
9696
9697         * src/plugins/pgpcore/prefs_gpg.c
9698                 Don't auto-check sigs by default, as it
9699                 can be really slow.
9700
9701 2005-07-16 [colin]      1.9.12cvs67
9702
9703         * src/plugins/pgpcore/sgpgme.c
9704                 Make messages a bit better.
9705
9706 2005-07-16 [colin]      1.9.12cvs66
9707
9708         * src/imap.c
9709                 Remove pseudo-log
9710         * src/etpan/imap-thread.c
9711                 Add real log
9712
9713 2005-07-16 [colin]      1.9.12cvs65
9714
9715         * src/main.c
9716         * src/prefs_other.c
9717                 And now, fix build with libetpan :-/
9718
9719 2005-07-15 [colin]      1.9.12cvs64
9720
9721         * src/prefs_other.c
9722                 Continue fixing build without libetpan.
9723
9724 2005-07-15 [colin]      1.9.12cvs63
9725
9726         * src/main.c
9727                 Fix build with --disable-libetpan
9728
9729 2005-07-15 [colin]      1.9.12cvs62
9730
9731         * configure.ac
9732                 Bump libetpan's version
9733
9734 2005-07-15 [colin]      1.9.12cvs61
9735
9736         * src/etpan/imap-thread.c
9737                 Actually stop logging :)
9738
9739 2005-07-15 [colin]      1.9.12cvs60
9740
9741         * src/addressbook.c
9742                 Fix dnd of multiple addresses.
9743
9744 2005-07-15 [hoa]        1.9.12cvs59
9745
9746         * src/etpan/imap-thread.c
9747             disable login of IMAP password in libetpan log file.
9748
9749 2005-07-15 [paul]       1.9.12cvs58
9750
9751         * src/account.c
9752                 don't automatically sort
9753                 do allow drag n drop
9754
9755 2005-07-15 [paul]       1.9.12cvs57
9756
9757         * src/account.c
9758         * src/ssl_manager.c
9759                 alphabetical listing
9760
9761 2005-07-15 [paul]       1.9.12cvs56
9762
9763         * src/gtk/pluginwindow.c
9764                 sort plugin list alphabetically
9765
9766 2005-07-15 [paul]       1.9.12cvs55
9767
9768         * src/prefs_spelling.c
9769         * src/prefs_wrapping.c
9770                 unify English usage
9771
9772 2005-07-15 [colin]      1.9.12cvs54
9773
9774         * src/wizard.c
9775                 Typo fix
9776
9777 2005-07-15 [paul]       1.9.12cvs53
9778
9779         * src/prefs_message.c
9780                 make 'show cursor' a hidden option
9781
9782 2005-07-14 [colin]      1.9.12cvs52
9783
9784         * src/plugins/spamassassin/Makefile.am
9785         * src/plugins/clamav/Makefile.am
9786                 Fix double EXTRA_DISTs
9787
9788 2005-07-14 [colin]      1.9.12cvs51
9789
9790         * src/plugins/clamav/Makefile.am
9791         * src/plugins/clamav/clamav_plugin_gtk.deps
9792         * src/plugins/spamassassin/Makefile.am
9793         * src/plugins/spamassassin/spamassassin_gtk.deps
9794                 Make $plugin_gtk depend on $plugin
9795
9796 2005-07-14 [hoa]        1.9.12cvs50
9797
9798         * src/etpan/imap-thread.c
9799                 enable debug log of libetpan when running with --debug
9800
9801 2005-07-14 [colin]      1.9.12cvs49
9802
9803         * configure.ac
9804         * src/common/Makefile.am
9805         * src/common/plugin.c
9806         * src/common/plugin.h
9807                 Add a little plugin dependancy system.
9808                 Plugins can ship a $plugin_name.deps file
9809                 (near them in PLUGINDIR) so that their
9810                 dependancies are loaded if possible.
9811         * src/plugins/Makefile.am
9812         * src/plugins/pgpcore/Makefile.am
9813         * src/plugins/pgpcore/passphrase.c
9814         * src/plugins/pgpcore/passphrase.h
9815         * src/plugins/pgpcore/plugin.c
9816         * src/plugins/pgpcore/prefs_gpg.c
9817         * src/plugins/pgpcore/prefs_gpg.h
9818         * src/plugins/pgpcore/select-keys.c
9819         * src/plugins/pgpcore/select-keys.h
9820         * src/plugins/pgpcore/sgpgme.c
9821         * src/plugins/pgpcore/sgpgme.h
9822                 Introduce pgpcore, used by pgpmime and
9823                 pgpinline
9824         * src/plugins/pgpmime/Makefile.am
9825         * src/plugins/pgpmime/passphrase.c
9826         * src/plugins/pgpmime/passphrase.h
9827         * src/plugins/pgpmime/pgpmime.c
9828         * src/plugins/pgpmime/pgpmime.deps
9829         * src/plugins/pgpmime/plugin.c
9830         * src/plugins/pgpmime/prefs_gpg.c
9831         * src/plugins/pgpmime/prefs_gpg.h
9832         * src/plugins/pgpmime/select-keys.c
9833         * src/plugins/pgpmime/select-keys.h
9834         * src/plugins/pgpmime/sgpgme.c
9835         * src/plugins/pgpmime/sgpgme.h
9836                 Remove the core from pgpmime and add the
9837                 dependancy to pgpcore.
9838
9839 2005-07-14 [paul]       1.9.12cvs48
9840
9841         * src/stock_pixmap.c
9842                 forgot this in last commit
9843
9844 2005-07-14 [paul]       1.9.12cvs47
9845
9846         * src/account.c
9847         * src/addressbook.c
9848                 add accelerators for the buttons (sync with main)
9849         * src/compose.c
9850         * src/compose.h
9851                 add accelerators for the buttons.
9852                 fix editing with external editor.
9853                 replace gdk_input_*() with GIOChannel;
9854                 (sync with main)
9855         * src/foldersel.c
9856                 display folder names with new/unread
9857                 representation (sync with main)
9858         * src/main.c
9859                 specify default window icon (sync with main)
9860         * src/prefs_common.c
9861                 use_addr_book default to FALSE
9862         * src/summaryview.c
9863         * src/textview.c
9864                 add accelerators for the buttons (sync with main)
9865         * src/gtk/menu.c
9866                 fix typos
9867         * src/pixmaps/sylpheed_icon.xpm
9868                 updated
9869
9870 2005-07-13 [paul]       1.9.12cvs46
9871
9872         * src/plugins/pgpmime/pgpmime.c
9873         * src/plugins/pgpmime/sgpgme.c
9874                 (temporarily) use deprecated gpgme_data_rewind()
9875                 while largefile support is not present
9876                 (as suggested by Colin)
9877
9878 2005-07-13 [paul]       1.9.12cvs45
9879
9880         * configure.ac
9881                 remove large file support (for now):
9882                 it breaks too many things
9883
9884 2005-07-13 [paul]       1.9.12cvs44
9885
9886         * configure.ac
9887                 add large file support
9888         * src/html.c
9889                 fix bug #763 where href attribute was not
9890                 the very first attribute of a link
9891                 patch by Thomas Gilgin
9892
9893 2005-07-13 [colin]      1.9.12cvs43
9894
9895         * src/gtk/pluginwindow.c
9896                 Little portability fix
9897
9898 2005-07-13 [colin]      1.9.12cvs42
9899
9900         * src/plugins/pgpmime/sgpgme.c
9901                 Fix crasher.
9902
9903 2005-07-13 [colin]      1.9.12cvs41
9904
9905         * src/plugins/pgpmime/pgpmime.c
9906         * src/plugins/pgpmime/sgpgme.c
9907                 Use gpgme_data_release_and_get_mem instead
9908                 of gpgme_data_read.
9909
9910 2005-07-13 [colin]      1.9.12cvs40
9911
9912         * configure.ac
9913         * src/plugins/pgpmime/passphrase.c
9914         * src/plugins/pgpmime/passphrase.h
9915         * src/plugins/pgpmime/pgpmime.c
9916         * src/plugins/pgpmime/plugin.c
9917         * src/plugins/pgpmime/select-keys.c
9918         * src/plugins/pgpmime/select-keys.h
9919         * src/plugins/pgpmime/sgpgme.c
9920         * src/plugins/pgpmime/sgpgme.h
9921                 Port pgpmime to gpgme-1.0.
9922
9923 2005-07-12 [paul]       1.9.12cvs39
9924
9925         * AUTHORS
9926         * src/toolbar.c
9927         * src/toolbar.h
9928                 add a 'Go to Prev' button to the toolbar.
9929                 correct tooltip text of go to buttons.
9930                 based on patch by Yang Guilong <bamanzi@gmail.com>
9931
9932 2005-07-12 [colin]      1.9.12cvs38
9933
9934         * src/statusbar.c
9935                 Fix progress bar showing stuff at startup.
9936
9937 2005-07-12 [paul]       1.9.12cvs37
9938
9939         * src/editjpilot.c
9940                 fix building with jpilot support
9941
9942 2005-07-11 [colin]      1.9.12cvs36
9943
9944         * src/inc.c
9945                 Add visual indication that filtering is running
9946         * src/textview.c
9947                 Make {}[] uri delimiters
9948         * src/summaryview.c
9949                 Remove useless (and slow) calls
9950
9951 2005-07-11 [paul]       1.9.12cvs35
9952
9953         * src/plugins/clamav/clamav_plugin_gtk.c
9954         * src/plugins/dillo_viewer/dillo_prefs.c
9955         * src/plugins/pgpmime/prefs_gpg.c
9956         * src/plugins/spamassassin/spamassassin_gtk.c
9957                 gather plugins prefs together under their
9958                 own 'Plugins' heading
9959
9960 2005-07-11 [paul]       1.9.12cvs34
9961
9962         sync with main
9963
9964         * src/account.c
9965                 account_delete(): modified alert dialog
9966         * src/editjpilot.c
9967         * src/editvcard.c
9968                 fixed a crash when cancelling file selection
9969                 dialog by Escape key. Made non-ascii filename
9970                 selectable.
9971         * src/prefs_template.c
9972                 prefs_template_window_create(): make scrolled
9973                 window policy AUTOMATIC
9974
9975 2005-07-10 [hoa]        1.9.12cvs33
9976
9977         * src/etpan/imap-thread.c
9978                 workaround for old Courier IMAP servers.
9979
9980 2005-07-10 [colin]      1.9.12cvs32
9981
9982         * src/folder.c
9983         * src/statusbar.c
9984         * src/statusbar.h
9985                 Add visual progress indicator on filtering/processing
9986                 Factorize the progress bar code
9987         * src/imap.c
9988         * src/imap.h
9989         * src/etpan/imap-thread.c
9990                 Add a reference counter to avoid destroying the Folder
9991                 while it's in use by another callback.
9992
9993 2005-07-09 [hoa]        1.9.12cvs31
9994
9995         * src/imap.c
9996         * src/etpan/imap-thread.c
9997                 fixed deadlock when removing IMAP account.
9998
9999 2005-07-08 [colin]      1.9.12cvs30
10000
10001         * src/textview.c
10002         * src/unmime.c
10003                 Fix again problems decoding broken headers
10004         * src/gtk/inputdialog.c
10005                 Fix local variable shadowing a global one
10006
10007 2005-07-08 [colin]      1.9.12cvs29
10008
10009         * src/msgcache.c
10010                 Make the cache/mark files platform-agnostic by writing
10011                 them in little-endian format. Reading them is also done
10012                 in little-endian format, of course; however, in order
10013                 to avoid trashing mark data on big-endian machines, the
10014                 files are, at first, read from the native format if the
10015                 little-endian one doesn't exist. This is easy to deter-
10016                 mine by trying to open a file with a swapped data_ver
10017                 and seeing if it's the wanted version.
10018                 Little-endian using users should see absolutely no
10019                 difference, Big-endian users may get a very little
10020                 performance drop due to byte-swapping.
10021                 Tested on i386 and ppc32. 
10022                 Fixes bug #159 (The index file, in the mailboxes, is 
10023                 hardware depending).
10024
10025                 To have the cache/mark files updated to the new little-
10026                 endian format, "Check for new messages" or even
10027                 "Rebuild folder tree" aren't enough. Files will be
10028                 updated as soon as a folder has been opened/closed.
10029                 To update everything, just select all folders by
10030                 selecting them one by one.
10031
10032 2005-07-07 [colin]      1.9.12cvs28
10033
10034         * src/imap.c
10035                 Remember the folder separator per IMAPFolder
10036                 instead of globally.
10037                 Revive the Session on noop; fixes bug #761
10038                 (mark a bunch of unread messages as read takes 
10039                 forever)
10040
10041 2005-07-07 [darko]      1.9.12cvs27
10042
10043         * src/common/template.c
10044                 Sort templates alphabetically
10045
10046 2005-07-06 [colin]      1.9.12cvs26
10047
10048         * src/imap.c
10049                 Try to use the correct separator in
10050                 most cases. Possibly fixes bug #759
10051                 (only creates the INBOX folder when 
10052                 setting up new IMAP account) and 
10053                 bug #760 (Can't retrieve messages)
10054
10055 2005-07-06 [colin]      1.9.12cvs25
10056
10057         * src/imap.c
10058                 Use real_path in status command. This will
10059                 help later, when namespaces will be used.
10060
10061 2005-07-06 [colin]      1.9.12cvs24
10062
10063         * configure.ac
10064         * src/account.c
10065         * src/folder.c
10066         * src/imap.c
10067         * src/etpan/etpan-log.c
10068         * src/etpan/etpan-thread-manager.c
10069         * src/etpan/imap-thread.c
10070                 Add a --disable-libetpan parameter. With this,
10071                 users that don't want IMAP4 support can avoid
10072                 the new dependancy (and have no IMAP support).
10073                 Users that have IMAP4 accounts and use this
10074                 parameter won't lose their configuration, their
10075                 IMAP accounts will just be invisible and not
10076                 used.
10077         * src/textview.c
10078                 Make the "Copy ..." contextual menu items 
10079                 copy to both the X clipboard and the gtk 
10080                 clipboard - as most other apps do.
10081         * src/gtk/about.c
10082                 Add a notice about OpenSSL usage, in order to
10083                 comply with OpenSSL's license (point 6):
10084                 http://www.openssl.org/source/license.html
10085
10086 2005-07-06 [colin]      1.9.12cvs23
10087
10088         * src/alertpanel.c
10089                 Fix a minimum size for alertpanels
10090         * src/compose.c
10091                 Show 'No space left on device' type errors
10092                 when queuing/sending
10093         * src/imap_gtk.c
10094         * src/mh_gtk.c
10095                 Rework folder's deletion message (remove 
10096                 extra \n)
10097
10098 2005-07-05 [colin]      1.9.12cvs22
10099
10100         * src/imap.c
10101                 Add an alertpanel on auth error
10102                 Add pseudo-log
10103                 Remove pthread-related stuff
10104
10105 2005-07-05 [colin]      1.9.12cvs21
10106
10107         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10108                 Fix crash on plugin reloading (with a hack)
10109
10110 2005-07-05 [colin]      1.9.12cvs20
10111
10112         * src/prefs_account.c
10113         * src/prefs_account.h
10114                 Fix typo
10115         * src/gtk/filesel.c
10116         * src/gtk/filesel.h
10117                 Add a way to filter the view
10118         * src/gtk/pluginwindow.c
10119                 Filter loadable stuff
10120         * src/plugins/pgpmime/prefs_gpg.c
10121                 Fix missing unregistration
10122         * .cvsignore
10123         * src/etpan/.cvsignore
10124         * src/plugins/spamassassin/.cvsignore
10125                 Add more stuff to cvs ignored files
10126
10127 2005-07-04 [colin]      1.9.12cvs19
10128
10129         * src/imap.c
10130                 Fix scan_required returning FALSE when it
10131                 shouldn't. Maybe fix #760 (Can't retrieve
10132                 messages)
10133
10134 2005-07-04 [colin]      1.9.12cvs18
10135
10136         * src/summaryview.c
10137                 Fix always_show_msg pref
10138
10139 2005-07-04 [paul]       1.9.12cvs17
10140
10141         sync with main (forgotten in last commit)
10142         
10143         * src/common/utils.c
10144         * src/common/utils.h
10145                 check_line_length(): new.
10146                 is_dir_exist()
10147                 is_file_entry_exist()
10148                 dirent_is_regular_file()
10149                 dirent_is_directory(): use g_file_test() instead of stat().
10150
10151 2005-07-04 [paul]       1.9.12cvs16
10152
10153         sync with main:
10154
10155         * src/compose.c
10156                 compose_write_to_file(): check for line
10157                 length limit and display warning if exceeds
10158         * src/jpilot.c
10159                 use get_home_dir() instead of g_get_home_dir()
10160         * src/procheader.c
10161                 removed warning about invalid date
10162         * src/vcard.c
10163                 use get_home_dir() instead of g_get_home_dir()
10164
10165 2005-07-04 [paul]       1.9.12cvs15
10166
10167         * src/stock_pixmap.c
10168                 fix new pixmap naming errors
10169                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10170
10171 2005-07-04 [colin]      1.9.12cvs14
10172
10173         * src/imap.c
10174                 Fix debugging string with a warning
10175
10176 2005-07-04 [colin]      1.9.12cvs13
10177
10178         * configure.ac
10179                 Add a check for libetpan's version (>= 0.37)
10180
10181 2005-07-04 [hoa]        1.9.12cvs12
10182
10183         * commitHelper
10184         * src/imap.c
10185         * src/etpan/imap-thread.c
10186         * src/etpan/imap-thread.h
10187                 fixed IMAP implementation of check of mails.
10188
10189 2005-07-03 [hoa]        1.9.12cvs11
10190
10191         * src/etpan/Makefile.am
10192         * src/etpan/etpan-errors.h
10193         * src/etpan/etpan-log.[ch]
10194         * src/etpan/etpan-thread-manager-types.h
10195         * src/etpan/etpan-thread-manager.[ch]
10196         * src/etpan/imap-thread.[ch]
10197         * src/Makefile.am
10198         * src/imap.c
10199         * src/main.c
10200         * src/prefs_other.c
10201         * configure.ac
10202             merged imap branch.
10203             dependency on libetpan 0.37 is now added.
10204
10205 2005-07-01 [colin]      1.9.12cvs10
10206
10207         * src/Makefile.am
10208         * src/folder.c
10209         * src/folder.h
10210         * src/folderview.c
10211         * src/stock_pixmap.c
10212         * src/stock_pixmap.h
10213         * src/plugins/trayicon/trayicon.c
10214                 Add marked symbol on folders containing
10215                 marked messages
10216         * src/procmsg.c
10217         * src/procmsg.h
10218         * src/toolbar.c
10219         * src/prefs_common.c
10220         * src/prefs_common.h
10221         * src/prefs_send.c
10222                 Add an optional confirmation dialog on queue
10223                 sending. Patch by wwp.
10224         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10225         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10226         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10227         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10228         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10229         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10230         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10231         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10232         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10233         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10234         * src/pixmaps/trash_mark.xpm            ** ADDED **
10235                 New pixmaps
10236
10237 2005-07-01 [colin]      1.9.12cvs9
10238
10239         * src/summaryview.c
10240                 Fix a little threading bug
10241         * src/addrgather.c
10242         * src/mainwindow.c
10243                 A little bit of HIG normality never hurts
10244
10245 2005-07-01 [colin]      1.9.12cvs8
10246
10247         * src/compose.c
10248         * src/msgcache.c
10249         * src/pop.c
10250         * src/procmime.c
10251         * src/recv.c
10252         * src/common/log.c
10253         * src/common/template.c
10254         * src/common/utils.c
10255         * src/common/utils.h
10256                 Reverted the fwrite_atomic stuff. In fact
10257                 it is already atomic.
10258
10259 2005-06-30 [colin]      1.9.12cvs7
10260
10261         * src/common/utils.c
10262         * src/common/utils.h
10263                 Add an fwrite_atomic() function to make
10264                 sure we write everything: fwrite can make
10265                 short writes.
10266         * src/compose.c
10267         * src/msgcache.c
10268         * src/pop.c
10269         * src/procmime.c
10270         * src/recv.c
10271         * src/common/log.c
10272         * src/common/template.c
10273                 Use that (and fix swapping of size and nmemb).
10274                 Thanks to Rich Coe for the heads up.
10275
10276 2005-06-30 [colin]      1.9.12cvs6
10277
10278         * src/addressbook.c
10279                 Optimize addressbook opening 
10280
10281 2005-06-30 [colin]      1.9.12cvs5
10282
10283         * src/summaryview.c
10284                 Remove calls to summary_step after move/copy
10285
10286 2005-06-28 [paul]       1.9.12cvs4
10287
10288         * src/alertpanel.c
10289                 wrap and make the error msg selectable
10290
10291 2005-06-28 [paul]       1.9.12cvs3
10292
10293         * src/ssl_manager.c
10294                 replace the OK button with a Close button
10295         * src/gtk/foldersort.c
10296                 use GTK_STOCK_ icons/buttons
10297
10298 2005-06-28 [colin]      1.9.12cvs2
10299
10300         * src/gedit-print.c             ** ADDED **
10301         * src/gedit-print.h             ** ADDED **
10302         * src/gtk/gtksourceprintjob.c   ** ADDED **
10303         * src/gtk/gtksourceprintjob.h   ** ADDED **
10304                 I can't believe no one had enough time to tell
10305                 me I forgot the `cvs add`
10306
10307 2005-06-27 [colin]      1.9.12cvs1
10308
10309         * src/Makefile.am
10310         * src/gtk/Makefile.am
10311         * src/messageview.c
10312         * src/procmsg.c
10313         * src/summaryview.c
10314         * configure.ac
10315                 Add optional libgnomeprint-based printing
10316         * src/mainwindow.c
10317         * src/gtk/quicksearch.c
10318                 Add an Edit/Quick search menu item to show
10319                 and focus the quicksearch
10320
10321 2005-06-27 [paul]       1.9.12
10322
10323         1.9.12 release
10324
10325         * po/ca.po
10326         * po/de.po
10327         * po/es.po
10328         * po/fr.po
10329         * po/it.po
10330         * po/ko.po
10331         * po/pt_BR.po
10332         * po/sk.po
10333         * po/zh_CN.po
10334                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10335                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10336                 SungHyun Nam, Frederico Goncalves Guimaraes,
10337                 Andrej Kacian, and Yang Guilong
10338 2005-06-26 [colin]      1.9.11cvs106
10339
10340         * src/imap_gtk.c
10341                 Forgot one file for previous fix
10342
10343 2005-06-26 [colin]      1.9.11cvs105
10344
10345         * src/folder.c
10346         * src/imap.c
10347                 Fix problems with folder operations in no_select
10348                 imap folders. it applies only to mails, and 
10349                 creation/deletion/move/renaming of folders 
10350                 should be possible
10351
10352 2005-06-26 [paul]       1.9.11cvs104
10353
10354         * src/prefs_filtering.c
10355                 replace one more GTK_STOCK_REMOVE
10356                 with GTK_STOCK_DELETE
10357
10358 2005-06-25 [colin]      1.9.11cvs103
10359
10360         * src/imap.c
10361                 Optimize get_seq_set_from_seq_list
10362                 (Patch by Ricardo) 
10363
10364 2005-06-25 [colin]      1.9.11cvs102
10365
10366         * src/mh.c
10367                 If the directory exists, but not in the
10368                 correct encoding, rename it. This should
10369                 handle old-versions-induced bugs.
10370
10371 2005-06-25 [colin]      1.9.11cvs101
10372
10373         * src/mh.c
10374                 Fix path access with extended dir names
10375                 Fixes bug #589 (SC segfaults with wrong locale
10376                 settings)
10377
10378 2005-06-25 [colin]      1.9.11cvs100
10379
10380         * src/prefs_account.c
10381         * src/prefs_account.h
10382         * src/compose.c
10383                 Add an option to encrypt replies to
10384                 encrypted messages
10385
10386 2005-06-25 [colin]      1.9.11cvs99
10387
10388         * src/compose.c
10389         * src/quote_fmt_parse.y
10390                 ... And make it work with pgpinline.
10391
10392 2005-06-25 [colin]      1.9.11cvs98
10393
10394         * src/compose.c
10395         * src/procmime.c
10396         * src/procmime.h
10397         * src/quote_fmt_parse.y
10398                 o Make reedition of encrypted messages possible
10399                   (as long as it is encrypted to self too, no
10400                    magic there)
10401                 o Make replying with quote (and without selecting
10402                   text) possible for encrypted messages.
10403                 Closes bug #550 (Not possible to "reply with quote"
10404                 to gnupg encrypted messages)
10405
10406 2005-06-24 [paul]       1.9.11cvs97
10407
10408         * src/imap.c
10409                 add missing include
10410
10411 2005-06-24 [paul]       1.9.11cvs96
10412
10413         * src/editldap.c
10414                 made bind password entry invisible
10415                 (sync with main)
10416         * src/send_message.c
10417                 send_message_local(): check exit status
10418                 to detect errors (sync with main)
10419         * src/textview.c
10420                 use main's less ambiguous popup menu
10421                 wording
10422
10423 2005-06-24 [paul]       1.9.11cvs95
10424
10425         * src/prefs_actions.c
10426         * src/prefs_customheader.c
10427         * src/prefs_display_header.c
10428         * src/prefs_filtering_action.c
10429         * src/prefs_matcher.c
10430         * src/prefs_template.c
10431         * src/prefs_toolbar.c
10432                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10433         * src/gtk/description_window.c
10434                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10435
10436 2005-06-23 [colin]      1.9.11cvs94
10437
10438         * src/summaryview.c
10439                 Fix rough edges (be sure to call status_show whenever
10440                 necessary).
10441
10442 2005-06-23 [colin]      1.9.11cvs93
10443
10444         * src/summaryview.c
10445                 Optimize Select All
10446                 Before, in a 5K mails folder: 11s
10447                 After, in the same folder: 58000µs
10448                 The joys of locking... gtk_clist_select_all() fires a 
10449                 tree-select-row event for each selected row, which in 
10450                 summaryview, callbacks summary_selected which in turn,
10451                 calls summary_status_show, which walks the selected
10452                 rows. Hence, calling gtk_clist_select_all was 
10453                 exponential. Locking the summaryview makes 
10454                 summary_selected return early.
10455
10456 2005-06-23 [colin]      1.9.11cvs92
10457
10458         * src/imap.c
10459                 Move mutex at the important place to avoid
10460                 deadlocks
10461         * src/summaryview.c
10462                 Fix Del key deleting directly instead of
10463                 moving to trash
10464
10465 2005-06-22 [colin]      1.9.11cvs91
10466
10467         * src/plugins/spamassassin/libspamc.c
10468                 As we do spagetti code with assignations in multiple
10469                 places (see _message_read_raw where out = msg = raw),
10470                 let's be sure we don't free the same pointer twice.
10471                 Should fix bug #683 (Crash in libpam at 
10472                 message_cleanup).
10473
10474 2005-06-22 [colin]      1.9.11cvs90
10475
10476         * src/compose.c
10477         * src/messageview.c
10478         * src/toolbar.c
10479                 Make toolbar's delete use the move to trash stuff;
10480                 Add gtk_widget_realize to be sure pixmaps can get
10481                 created (that may fix an old worksforme bug which
10482                 I can't find back...)
10483
10484 2005-06-22 [colin]      1.9.11cvs89
10485
10486         * src/summaryview.c
10487         * src/summaryview.h
10488         * src/mainwindow.c
10489                 Rename "Message/Delete" to "Message/Move to trash"
10490                 Add "Message/Delete..." that directly destroys the
10491                 selected messages after asking for a confirmation.
10492
10493 2005-06-22 [colin]      1.9.11cvs88
10494
10495         * src/imap.c
10496                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10497                 o Fix a deadlock (thanks Darko)
10498
10499 2005-06-22 [colin]      1.9.11cvs87
10500
10501         * src/gtk/foldersort.c
10502                 Add missing include for the i18n;
10503                 patch by Fabien Vantard
10504
10505 2005-06-21 [colin]      1.9.11cvs86
10506
10507         * src/folder.c
10508         * src/folderview.c
10509                 Respect the no_select flag
10510         * src/imap.c
10511                 Fix recursive deletion
10512         * src/imap_gtk.c
10513         * src/mh_gtk.c
10514                 Make the folder deletion's warning
10515                 more explicit
10516
10517 2005-06-21 [colin]      1.9.11cvs85
10518
10519         * src/textview.c
10520                 Prevent email addresses from spanning accross
10521                 lines - fixes bug # 646 (newline-chars in 
10522                 email addresses)
10523
10524 2005-06-20 [colin]      1.9.11cvs84
10525
10526         * src/folder.c
10527                 Be sure not to remove source if copy failed
10528
10529 2005-06-20 [colin]      1.9.11cvs83
10530
10531         * src/folderview.c
10532         * src/imap_gtk.c
10533                 remove summaryview's lock
10534         * src/imap.c
10535                 introduce threads to avoid problems when foreground tasks
10536                 interfere with background tasks
10537         * src/mh.c
10538                 prevent moving to drafts/queue
10539         * src/mimeview.c
10540                 fix leak
10541
10542 2005-06-19 [colin]      1.9.11cvs82
10543
10544         * src/imap_gtk.c
10545                 Remember that the user doesn't want to override
10546                 offline mode, for 3 seconds. It avoid presenting
10547                 him with N popups in a really short time.
10548
10549 2005-06-17 [colin]      1.9.11cvs81
10550
10551         * src/imap.c
10552                 Fix IMAP breaking on folders containing '('
10553                 (Probably won't be enough)
10554
10555 2005-06-17 [colin]      1.9.11cvs80
10556
10557         Forgotten files on 1.9.11cvs79
10558         * src/summaryview.c
10559                 Fix stepping when not immediately executing
10560         * src/imap.c
10561                 Really prevent UID FETCH 0
10562         * src/codeconv.c
10563                 Fix outgoing charset never set to utf-8
10564         * src/mh.c
10565                 Fix leak
10566
10567 2005-06-16 [colin]      1.9.11cvs79
10568
10569         * src/compose.c
10570                 Fix bug #707 (Dash splits rows)
10571                 Only wrap if we're on a line break position and
10572                 the previous one was a "white" (space) char.
10573                 Pango stuff is weird.
10574
10575 2005-06-16 [colin]      1.9.11cvs78
10576
10577         * src/imap_gtk.c
10578                 Lock summaryview while downloading messages
10579                 on user demand
10580         * src/procheader.c
10581         * src/unmime.c
10582         * src/common/utils.c
10583         * src/common/utils.h
10584                 Replace \r and \n with spaces in From and
10585                 Subject headers
10586
10587 2005-06-16 [paul]       1.9.11cvs77
10588
10589         * src/procmime.c
10590                 liberalise the mime parser
10591         * src/gtk/about.c
10592                 add text wrapping
10593
10594 2005-06-16 [paul]       1.9.11cvs76
10595
10596         * src/gtk/about.c
10597                 reworked
10598
10599 2005-06-15 [colin]      1.9.11cvs75
10600
10601         * src/compose.c
10602                 Finish header encoding fix
10603         * src/summaryview.c
10604                 Fix segfault
10605         * src/headerview.c
10606                 Fix compilation (Thanks Stephan
10607                 Sachse)
10608
10609 2005-06-15 [colin]      1.9.11cvs74
10610
10611         * Makefile.am
10612                 Install gnome2 stuff rather than gnome1, 
10613                 if both are present
10614         * src/codeconv.c
10615         * src/codeconv.h
10616         * src/compose.c
10617                 Fix headers encoding
10618         * src/folder.c
10619                 Visual progress when fetching all messages
10620         * src/folderview.c
10621         * src/summaryview.c
10622         * src/summaryview.h
10623                 Prevent changing current message while
10624                 incorporating
10625
10626 2005-06-15 [paul]       1.9.11cvs73
10627
10628         * src/gtk/gtkaspell.c
10629         * src/gtk/gtkaspell.h
10630                 fix build warnings
10631
10632 2005-06-15 [paul]       1.9.11cvs72
10633
10634         * src/prefs_filtering.c
10635                 allow reordering of filter rules by
10636                 drag n drop
10637
10638 2005-06-15 [paul]       1.9.11cvs71
10639
10640         * COPYING
10641                 updated
10642         * src/codeconv.c
10643                 replace deprecated function
10644         * src/inc.c
10645         * src/send_message.c
10646         * src/gtk/progressdialog.c
10647         * src/gtk/progressdialog.h
10648                 salvage and reuse parts of reverted sync
10649
10650 2005-06-15 [paul]       1.9.11cvs70
10651
10652         * src/inc.c
10653         * src/send_message.c
10654         * src/gtk/progressdialog.c
10655         * src/gtk/progressdialog.h
10656                 revert yesterday's sync with main
10657                 it contains deprecated functions
10658
10659 2005-06-15 [colin]      1.9.11cvs69
10660
10661         * src/headerview.c
10662                 Fix bug #670 (multi user to: will corrupt message 
10663                 headers display)
10664
10665 2005-06-15 [colin]      1.9.11cvs68
10666
10667         * src/compose.c
10668                 Fix bug #421 (Fix undo on wrapping)
10669
10670 2005-06-15 [colin]      1.9.11cvs67
10671
10672         * src/folder.c
10673                 Provide visual feedback while processing
10674                 folder's rules.
10675         * src/imap.c
10676                 Provide visual feedback while getting
10677                 short headers (for uncached messages)
10678
10679
10680 2005-06-14 [paul]       1.9.11cvs66
10681
10682         * src/account.c
10683                 change a couple stock icons
10684         * src/inc.c
10685         * src/send_message.c
10686         * src/gtk/progressdialog.c
10687         * src/gtk/progressdialog.h
10688                 sync main's GtkTreeView implementation
10689
10690 2005-06-14 [colin]      1.9.11cvs65
10691
10692         * src/imap.c
10693                 Various little fixes, mainly on error paths
10694
10695 2005-06-13 [colin]      1.9.11cvs64
10696
10697         * matcher.c
10698         * procmsg.c
10699         * procmsg.h
10700                 Add a way to fetch only headers. This speeds
10701                 up filtering on headers for IMAP. Fixes:
10702                 bug #481 extraneous imap commands slow down 
10703                         imap filtering
10704                 bug #522 Sylpheed downloads all messages 
10705                         when opening mailbox (IMAP)
10706                 bug #677 IMAP fetch is soooooooooooooo slow
10707         * src/folder.c
10708         * src/folder.h
10709                 Add a folder set_batch method so that
10710                 implementations can speed up flags changes
10711         * src/folderutils.c
10712         * src/summaryview.c
10713                 Use that in mark as (un)read and mark all read
10714                 Refix bug #679
10715         * src/imap.c
10716                 Implement set_batch - brings back deferred
10717                 flags in a less buggy manner. Fixes:
10718                 bug #729 IMAP immediate expunge of deleted messages
10719                 bug #191 remove list of messages with one command
10720                 Fix login with strange chars
10721                 Implement fetch_msg_full
10722                 Fix copy (wrong counts)
10723
10724 2005-06-12 [colin]      1.9.11cvs63
10725
10726         * src/folder.c
10727                 lock incorporation during long operations.
10728                 Avoids fucking up the IMAP socket.
10729
10730 2005-06-12 [colin]      1.9.11cvs62
10731
10732         * src/imap.c
10733                 Fix harmful typo
10734                 Factorize remove_all_msg
10735                 Thread-ize expunge
10736         * src/summaryview.c
10737                 Don't update partial-download status if unnecessary
10738         * src/folder.c
10739                 Use remove_msgs everywhere possible
10740
10741 2005-06-12 [colin]      1.9.11cvs61
10742
10743         * src/folder.c
10744         * src/folder.h
10745                 Add a remove_msgs function to remove a 
10746                 list of messages
10747         * src/imap.c
10748                 Implement that.
10749
10750 2005-06-12 [colin]      1.9.11cvs60
10751
10752         * src/imap.c
10753                 Remove flags-processing deferring... Too hard
10754                 to get it to work in all cases.
10755
10756 2005-06-11 [colin]      1.9.11cvs59
10757
10758         * src/imap.c
10759                 printf -> debug_print
10760
10761 2005-06-11 [colin]      1.9.11cvs58
10762
10763         * src/imap.c
10764                 o Fix build without USE_PTHREAD
10765                 o Factorize imap_open
10766                 o Alertpanel in case of impossible connection
10767                 o Alertpanel in case of impossible login
10768                 o Fix deferred flags processing to force a 
10769                   flush before adding some more flags to process,
10770                   but in another folder.
10771
10772 2005-06-10 [colin]      1.9.11cvs57
10773
10774         * src/imap.c
10775                 o Fix a format string error
10776                 o init ssl socket outside of the thread 
10777                   (it possibly invokes gtk calls)
10778         * src/procmime.c
10779                 o Put back the buffer to its necessary size
10780                 o Fix changing a file pointer without keeping
10781                   track of it (thanks Valgrind)
10782         * src/common/smtp.c
10783                 o Fix automatic STARTTLS if login should be done
10784                   and the server only allows it after starting TLS
10785         * src/gtk/gtkinputdialog.c
10786                 o Eat GDK_Return so that the combo popup doesn't 
10787                   appear when we press Enter to validate the combo
10788                   input dialog (as seen in the Open with... dialog)
10789
10790 2005-06-10 [colin]      1.9.11cvs56
10791
10792         * src/imap.c
10793                 o A bit less debug
10794                 o Fix a crash on deletion
10795                 o Threadize imap_select (it's called outside of 
10796                   threads)
10797                 o Defer treatment of DELETED flags
10798
10799
10800 2005-06-09 [colin]      1.9.11cvs55
10801
10802         * src/imap.c
10803                 Make sure we check imap_gtk_should_override(), which
10804                 potentially calls gtk stuff, before creating thread.
10805                 That way it should't be called via imap_get_session()
10806                 inside a thread.
10807
10808 2005-06-09 [colin]      1.9.11cvs54
10809
10810         * src/imap.c
10811                 o add a bit of status output
10812                 o remove some dead code
10813                 o threadize get_list_of_uids
10814                 o threadize imap_get_flags
10815                 o defer flag changing by 500ms so that they
10816                   can be batched
10817
10818
10819 2005-06-08 [colin]      1.9.11cvs53
10820
10821         * src/imap.c
10822                 Thread-ize imap_cmd_fetch
10823
10824 2005-06-08 [colin]      1.9.11cvs52
10825
10826         * src/main.c
10827                 Mmh, that broke POP3...
10828
10829 2005-06-08 [colin]      1.9.11cvs51
10830
10831         * src/main.c
10832                 Stabilize IMAP patch (thanks to Hoa)
10833
10834 2005-06-08 [colin]      1.9.11cvs50
10835
10836         * src/imap.c
10837                 Test patch to speed up imap. 
10838
10839 2005-06-08 [colin]      1.9.11cvs49
10840
10841         * src/imap_gtk.c
10842                 Warning fix
10843         * src/procmime.c
10844                 Apply patch from gentoo to use /usr/share/mime/globs if 
10845                 available, after un-breaking it
10846         * src/common/log.c
10847         * src/common/log.h
10848                 Use g_timeout for invoking hooks that possibly use gtk
10849                 calls. This should leave gtk calls in the main thread.
10850
10851 2005-06-08 [paul]       1.9.11cvs48
10852
10853         * src/codeconv.c
10854                 conv_get_outgoing_charset_str(): don't
10855                 use prefs_common setting
10856         * src/compose.c
10857         * src/compose.h
10858                 add /Options/Character encoding/... to
10859                 temporarily change the outgoing encoding
10860
10861         (belated sync with main)
10862
10863 2005-06-08 [paul]       1.9.11cvs47
10864
10865         * src/compose.c
10866                 correction to/completion of last
10867                 sync with main
10868
10869 2005-06-08 [paul]       1.9.11cvs46
10870
10871         sync with main:
10872         
10873         * src/codeconv.c
10874         * src/codeconv.h
10875                 always enabled Japanese auto-detection
10876                 if the first letters of locale string
10877                 is "ja"
10878         * src/compose.c
10879                 don't use "destroy" signal to destroy
10880                 Compose object (fix rare crashes on discard?)
10881         * src/mainwindow.c
10882         * src/messageview.c
10883         * src/prefs_send.c
10884                 added Hebrew encodings
10885         * src/sourcewindow.c
10886                 don't use "destroy" signal to destroy
10887                 objects
10888
10889 2005-06-07 [colin]      1.9.11cvs45
10890
10891         * src/summaryview.c
10892                 Add missing unlocks/locks
10893
10894 2005-06-07 [paul]       1.9.11cvs44
10895
10896         * src/summaryview.c
10897                 restore bug #749 fix
10898
10899 2005-06-06 [colin]      1.9.11cvs43
10900
10901         * src/summaryview.c
10902                 Fix selection bug when prefs_common.open_unread 
10903                 is FALSE
10904
10905 2005-06-06 [colin]      1.9.11cvs42
10906
10907         * src/common/md5.c
10908                 Fix a warning
10909         * src/summaryview.c
10910         * src/folderview.c
10911                 Factorize long operations beginning and end
10912                 (locking, freezing/thawing, cursor, ...)
10913                 Check selection->data member in selection-
10914                 related loops; this avoids dying an awful
10915                 death if the selection changes on us while
10916                 we're marking a whole IMAP folder unread, 
10917                 for example.
10918
10919 2005-06-06 [paul]       1.9.11cvs41
10920
10921         * src/textview.c
10922                 don't g_free() a static gchar buffer
10923
10924 2005-06-05 [colin]      1.9.11cvs40
10925
10926         * src/mainwindow.c
10927         * src/messageview.c
10928         * src/summaryview.c
10929                 Fix bug #749 (Show all headers should be
10930                 sticky as the GUI suggests)
10931
10932 2005-06-03 [paul]       1.9.11cvs39
10933
10934         * src/compose.c
10935                 don't allow editing of mail while sending.
10936                 patch by Colin
10937
10938 2005-06-03 [paul]       1.9.11cvs38
10939
10940         * src/folderview.c
10941                 add a freeze/thaw to speed up 'mark all read'
10942
10943 2005-06-03 [paul]       1.9.11cvs37
10944
10945         * src/prefs_message.c
10946                 reflect changes immediately
10947
10948 2005-06-02 [colin]      1.9.11cvs36
10949
10950         * po/POTFILES.in
10951                 Patch by Fabien Vantard.
10952
10953 2005-06-02 [colin]      1.9.11cvs35
10954
10955         * src/imap.c
10956                 Use a non-blocking imap_getline() if possible.
10957                 This should completely prevent the interface
10958                 from freezin on imap operations, although it
10959                 may do strange stuff in case of folder switching
10960                 while a big imap operation is taking place...
10961
10962                 In addition, fix a leak in the case thread
10963                 creation fails on connection.
10964
10965 2005-06-02 [colin]      1.9.11cvs34
10966
10967         * src/crash.c
10968         * src/prefs_common.h
10969                 Fix build (prefs_common_init() doesn't exist
10970                 anymore)
10971
10972 2005-06-02 [colin]      1.9.11cvs33
10973
10974         * src/prefs_account.c
10975                 Fix bug #245 (filtering rules broken when
10976                 renaming a remote account (imap4 or nntp)
10977
10978 2005-06-02 [colin]      1.9.11cvs32
10979
10980         * src/imap.c
10981                 Try to fix IMAP shortcomings: 
10982                 o Multithread imap_open()
10983                 o allow offline-mode overriding instead of
10984                   just returning NULL
10985         * src/imap_gtk.c
10986         * src/imap_gtk.h
10987                 Add a function to ask whether we want to
10988                 override offline-mode for 10 minutes (one-shot
10989                 asking was painful)
10990         * src/procheader.c
10991                 Fix segfault when imap parser isn't happy about
10992                 a missing {
10993
10994 2005-06-01 [colin]      1.9.11cvs31
10995
10996         * src/addrharvest.c
10997         * src/compose.c
10998         * src/mbox.c
10999         * src/mbox.h
11000         * src/mh.c
11001         * src/msgcache.c
11002         * src/send_message.c
11003         * src/setup.c
11004         * src/undo.c
11005         * src/common/hooks.c
11006         * src/common/prefs.c
11007         * src/common/template.c
11008         * src/common/utils.c
11009         * src/gtk/gtkutils.c
11010         * src/gtk/inputdialog.c
11011         * src/gtk/menu.c
11012         * src/gtk/pluginwindow.c
11013         * src/gtk/prefswindow.c
11014         * src/plugins/pgpmime/passphrase.c
11015         * src/plugins/pgpmime/prefs_gpg.c
11016                 More -Wall fixes
11017
11018         * src/common/Makefile.am
11019         * src/common/timing.h
11020                 Add basic timing code
11021
11022         * src/summaryview.c
11023                 Fix a bug with unread messages when 
11024                 re-sorting folders, and by the way
11025                 fix a big performance hit when 
11026                 re-sorting (10k mails: before 5s,
11027                 after .5s)
11028
11029         * src/prefs_compose_writing.c
11030         * src/prefs_compose_writing.h
11031         * src/prefs_message.c
11032         * src/prefs_message.h
11033         * src/prefs_other.c
11034         * src/prefs_other.h
11035         * src/prefs_quote.c
11036         * src/prefs_quote.h
11037         * src/prefs_receive.c
11038         * src/prefs_receive.h
11039         * src/prefs_send.c
11040         * src/prefs_send.h
11041         * src/prefs_summaries.c
11042         * src/prefs_summaries.h
11043                 Fix copyright banner
11044
11045 2005-06-01 [paul]       1.9.11cvs30
11046
11047         * po/fi.po
11048                 updated by Flammie Pirinen
11049         * src/procmime.c
11050                 fix 'Bad BASE64 content' output
11051
11052 2005-05-31 [colin]      1.9.11cvs29
11053
11054         * src/procmime.c
11055                 Oops, where did my hunk go.
11056
11057 2005-05-31 [colin]      1.9.11cvs28
11058
11059         * src/Makefile.am
11060         * src/account.c
11061         * src/action.c
11062         * src/addr_compl.c
11063         * src/addressbook.c
11064         * src/codeconv.c
11065         * src/compose.c
11066         * src/export.c
11067         * src/folder.c
11068         * src/folderview.c
11069         * src/image_viewer.c
11070         * src/main.c
11071         * src/mainwindow.c
11072         * src/messageview.c
11073         * src/mimeview.c
11074         * src/msgcache.c
11075         * src/prefs_account.c
11076         * src/prefs_actions.c
11077         * src/prefs_common.c
11078         * src/prefs_compose_writing.c
11079         * src/prefs_customheader.c
11080         * src/prefs_ext_prog.c
11081         * src/prefs_filtering.c
11082         * src/prefs_filtering_action.c
11083         * src/prefs_fonts.c
11084         * src/prefs_image_viewer.c
11085         * src/prefs_message.c
11086         * src/prefs_message.h
11087         * src/prefs_msg_colors.c
11088         * src/prefs_other.c
11089         * src/prefs_other.h
11090         * src/prefs_quote.c
11091         * src/prefs_receive.c
11092         * src/prefs_receive.h
11093         * src/prefs_send.c
11094         * src/prefs_send.h
11095         * src/prefs_spelling.c
11096         * src/prefs_summaries.c
11097         * src/prefs_summary_column.c
11098         * src/prefs_template.c
11099         * src/prefs_themes.c
11100         * src/prefs_toolbar.c
11101         * src/prefs_wrapping.c
11102         * src/procmime.c
11103         * src/procmsg.c
11104         * src/send_message.h
11105         * src/ssl_manager.c
11106         * src/summary_search.c
11107         * src/summaryview.c
11108         * src/textview.c
11109         * src/wizard.c
11110         * src/common/smtp.c
11111         * src/common/smtp.h
11112         * src/gtk/gtkutils.h
11113                 o Move the rest of Common prefs to new style
11114                 o Lots of -Wall warning fixes
11115                 o fix FIXME in cache memusage calculation
11116                 o Let return receipts be sent from any account
11117                 o Little cache optimisation (read)
11118                 o Fix bug #746 (don't treat commas as separators
11119                   when inside a quoted string)
11120
11121 2005-05-31 [paul]       1.9.11cvs27
11122
11123         * src/prefs_common.c
11124                 fix 'off-by-one' typo
11125
11126 2005-05-31 [paul]       1.9.11cvs26
11127
11128         * src/account.c
11129         * src/addr_compl.c
11130         * src/compose.c
11131         * src/foldersel.c
11132         * src/prefs_actions.c
11133         * src/prefs_common.c
11134         * src/prefs_common.h
11135         * src/prefs_customheader.c
11136         * src/prefs_display_header.c
11137         * src/prefs_filtering.c
11138         * src/prefs_filtering_action.c
11139         * src/prefs_matcher.c
11140         * src/prefs_summaries.c
11141         * src/prefs_summary_column.c
11142         * src/prefs_template.c
11143         * src/prefs_toolbar.c
11144         * src/ssl_manager.c
11145         * src/gtk/pluginwindow.c
11146         * src/gtk/prefswindow.c
11147         * src/gtk/progressdialog.c
11148                 add hidden prefs 'enable_rules_hint'
11149                 for gtk_tree_view_set_rules_hint()
11150                 (sync with main)
11151                 
11152
11153 2005-05-31 [colin]      1.9.11cvs25
11154
11155         * src/Makefile.am
11156         * src/main.c
11157         * src/prefs_common.c
11158         * src/prefs_summaries.c ** ADDED **
11159         * src/prefs_summaries.h ** ADDED **
11160                 Common/Display -> Display/Summaries
11161
11162 2005-05-31 [colin]      1.9.11cvs24
11163
11164         * src/Makefile.am
11165         * src/main.c
11166         * src/prefs_quote.c ** ADDED **
11167         * src/prefs_quote.h ** ADDED **
11168                 Move Common/Quote to Compose/Quoting
11169         * src/prefs_common.c
11170         * src/prefs_common.h
11171                 Remove old quote stuff, add
11172                 convenience functions for GtkTextView prefs
11173         * src/gtk/prefswindow.c
11174                 Set default height higher
11175
11176 2005-05-30 [colin]      1.9.11cvs23
11177
11178         * src/Makefile.am
11179         * src/main.c
11180         * src/prefs_common.c
11181         * src/prefs_compose_writing.c ** ADDED **
11182         * src/prefs_compose_writing.h ** ADDED **
11183                 Move Common/Compose prefs to Compose/Writing
11184
11185 2005-05-30 [colin]      1.9.11cvs22
11186
11187         * src/common/utils.c
11188                 Fix bug #651 (Confused Attract by Subject)
11189                 Patch by M. Benkmann <haferfrost@web.de>
11190         * AUTHORS
11191
11192 2005-05-30 [colin]      1.9.11cvs21
11193
11194         * src/compose.c
11195                 Fix concatenation of different headers of
11196                 the same type (bug #645)
11197         * src/prefs_folder_item.c
11198                 Fix bug #699 (setting color to black doesn't
11199                 work immediately)
11200         * src/procmime.c
11201                 Print out decoding error only once per
11202                 block
11203
11204 2005-05-30 [paul]       1.9.11cvs20
11205
11206         * src/common/template.c
11207                 fix Bcc
11208
11209 2005-05-30 [paul]       1.9.11cvs19
11210
11211         * doc/src/rfc2368.txt   **NEW FILE**
11212         * src/compose.c
11213                 compose_entries_set(): don't interpret Bcc
11214                 header field (conform to RFC 2368)
11215                 (sync with main)
11216
11217 2005-05-29 [colin]      1.9.11cvs18
11218
11219         * src/prefs_common.c
11220                 Let the default reply format respect
11221                 netiquette by cutting the signature.
11222
11223 2005-05-29 [colin]      1.9.11cvs17
11224
11225         * src/summaryview.c
11226                 Don't let always_show_msg override
11227                 open_unread_on_enter when opening a new
11228                 directory.
11229
11230 2005-05-27 [paul]       1.9.11cvs16
11231
11232         sync with main:
11233
11234         * src/main.c
11235                 app_will_exit(): cleanup tmp directory when exit
11236         * src/message_search.c
11237                 improved the interface and made code cleanup.
11238                 removed Clear button
11239         * src/send_message.c
11240                 send_message_local(): use GSpawn, and detect errors
11241         * src/summary_search.c
11242                 improved the interface and made code cleanup
11243         * src/textview.c
11244                 textview_write_link(): also skip non-ascii space
11245                  at the head of link strings (phishing check
11246                  didn't work at the case)
11247         * src/common/utils.c
11248                 get_command_output(): use g_spawn_command_line_sync()
11249                 instead of popen()
11250
11251 2005-05-26 [colin]      1.9.11cvs15
11252
11253         * src/folder.c
11254                 remove printf
11255
11256 2005-05-26 [colin]      1.9.11cvs14
11257
11258         * src/common/nntp.c
11259                 Fix nntp mode reader (bug #611)
11260                 Patch by Florian Mickler <florian@mickler.org>
11261
11262 2005-05-26 [colin]      1.9.11cvs13
11263
11264         * src/plugins/pgpmime/passphrase.c
11265                 Fix mouse grabbing (bug #557)
11266
11267 2005-05-26 [colin]      1.9.11cvs12
11268
11269         * src/prefs_themes.c
11270                 Fix g_warning (bug #541)
11271
11272 2005-05-26 [colin]      1.9.11cvs11
11273
11274         * src/prefs_actions.c
11275         * src/prefs_template.c
11276                 Fix bug #506 (no warning if action/template
11277                 is not saved)
11278         * src/common/template.c
11279                 Fix a possible crash
11280
11281 2005-05-26 [colin]      1.9.11cvs10
11282
11283         * src/folder.c
11284         * src/folderview.c
11285         * src/procmsg.c
11286         * src/summaryview.c
11287                 Forbid locked messages to be moved or
11288                 deleted. Locked messages in trashes 
11289                 still get deleted, for performance
11290                 reason (mh.c::mh_remove_all_msgs)
11291
11292 2005-05-25 [colin]      1.9.11cvs9
11293
11294         * src/procmime.c
11295                 Use correct encoding when sending mails
11296                 with attachments that have accentued 
11297                 chars in their name
11298
11299 2005-05-24 [colin]      1.9.11cvs8
11300
11301         * src/summaryview.c
11302                 Fix bug #688 f) read/unread marker not
11303                 changed on first click
11304                 Also, optimize summary_status_show()
11305                 calls
11306         * src/folder.c
11307         * src/inc.c
11308         * src/procmime.c
11309                 Fix bug #688 b) and c) wrt message
11310                 attachments and signature
11311         * src/stock_pixmap.c
11312         * src/stock_pixmap.h
11313         * src/stock_pixmap.c
11314         * src/stock_pixmap.h
11315         * src/Makefile.am
11316         * src/pixmaps/clip_gpg_signed.xpm
11317                 Add clip/signed icon
11318
11319 2005-05-24 [colin]      1.9.11cvs7
11320
11321         * src/folder_item_prefs.c
11322                 whitespace fix
11323
11324 2005-05-24 [colin]      1.9.11cvs6
11325
11326         * src/folderview.c
11327         * src/prefs_common.c
11328         * src/prefs_common.h
11329                 Add a confirmation to folder drag and drop
11330                 fixes bug #156
11331         * src/alertpanel.c
11332         * src/alertpanel.h
11333                 fix _with_disable parameters so that
11334                 the buttons labels are specifiable too
11335         * src/plugins/pgpmime/sgpgme.c
11336                 reflect said change
11337                 
11338
11339 2005-05-24 [colin]      1.9.11cvs5
11340
11341         * src/folderview.c
11342                 Uncollapse/collapse folders on double-click
11343                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11344                 closes bug #108
11345
11346 2005-05-23 [colin]      1.9.11cvs4
11347
11348         * src/common/socket.c
11349                 Check another special SSL_peek() error.
11350                 Should help wrt bug #728
11351
11352 2005-05-23 [colin]      1.9.11cvs3
11353
11354         * src/plugins/pgpmime/pgpmime.c
11355                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11356                 breaking menu accelerators and stuff. Users will have to
11357                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11358                 account's privacy preferences if needed.
11359
11360 2005-05-22 [paul]
11361
11362         * tools/kdeservicemenu/install.sh
11363                 use kdesu to prompt for root password if doing
11364                 global install/uninstall
11365
11366 2005-05-20 [colin]      1.9.11cvs2
11367
11368         * src/procmsg.c
11369                 Fix another compilation error with gcc-2.9x
11370                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11371         * src/send_message.c
11372                 Don't send QUIT if we aren't connected
11373
11374 2005-05-19 [colin]      1.9.11cvs1
11375
11376         * src/procmsg.c
11377                 Fix compilation with gcc 2.9x
11378
11379 2005-05-19 [paul]       1.9.11
11380
11381         1.9.11 released
11382
11383 2005-05-19 [paul]       1.9.9cvs14
11384
11385         * src/gtk/inputdialog.c
11386                 prevent gettext warning
11387
11388 2005-05-19 [paul]       1.9.9cvs13
11389
11390         * src/mainwindow.c
11391         * src/prefs_common.c
11392         * src/prefs_common.h
11393         * src/textview.c
11394         * src/textview.h
11395                 add an option to toggle cursor in message
11396                 view (sync with main)
11397
11398 2005-05-18 [colin]      1.9.9cvs12
11399
11400         * src/compose.c
11401                 Dereference freed pointer
11402         * src/gtk/gtkaspell.c
11403                 Fix duplication of dictionaries (is it an aspell issue?)
11404
11405 2005-05-18 [colin]      1.9.9cvs11
11406
11407         * src/gtk/inputdialog.c
11408         * src/gtk/gtkaspell.c
11409                 HIGuify dialogs
11410         * src/alertpanel.c
11411                 Remove a double call
11412
11413 2005-05-17 [colin]      1.9.9cvs10
11414
11415         * src/gtk/gtkaspell.c
11416                 Fix dialogs, Ctrl-Enter accel
11417
11418 2005-05-17 [colin]      1.9.9cvs9
11419
11420         * src/gtk/gtkaspell.c
11421                 Fix some accelerators, escape in replace-window
11422
11423 2005-05-16 [colin]      1.9.9cvs8
11424
11425         * src/gtk/gtkaspell.c
11426                 Revert last commit, it was a mistake.
11427
11428 2005-05-16 [colin]      1.9.9cvs7
11429
11430         * src/gtk/gtkaspell.c
11431                 Remove buggy code while we're at it. It's a 
11432                 dead code path anyway.
11433
11434 2005-05-16 [colin]      1.9.9cvs6
11435
11436         * src/gtk/gtkaspell.c
11437                 Missed some gtk_menu_popup where deactivate
11438                 signal should be handled. Should fix bug
11439                 #629 a bit more.
11440
11441 2005-05-16 [colin]      1.9.9cvs5
11442
11443         * src/gtk/gtkaspell.c
11444                 Remove debug printf()s
11445
11446 2005-05-16 [colin]      1.9.9cvs4
11447
11448         * src/gtk/gtkaspell.c
11449                 Fix a bit aspell problems
11450                 (see bug #629)
11451
11452 2005-05-13 [colin]      1.9.9cvs3
11453
11454         * src/folderview.c
11455                 Fix the + appearing even when no subfolders
11456                 have unread messages. Thanks to wwp for the
11457                 bug report.
11458
11459 2005-05-11 [paul]       1.9.9cvs2
11460
11461         * src/folderview.c
11462                 correction to 1.9.9cvs1, only colour folders that
11463                 have new msgs (not unread msgs)
11464
11465 2005-05-10 [colin]      1.9.9cvs1
11466
11467         * src/folderview.c
11468         * src/summaryview.c
11469                 Try to fix bolding bugs again.
11470
11471 2005-05-09 [paul]
11472
11473         * tools/claws.i18n.status.pl
11474                 add Ricardo Mones Lastra's script that has been providing
11475                 the i18n status page for many months
11476
11477 2005-05-09 [paul]       1.9.9
11478
11479         1.9.9 release
11480
11481 2005-05-09 [paul]       1.9.6cvs58
11482
11483         * AUTHORS
11484         * INSTALL
11485         * README.claws
11486                 updated
11487         * Makefile.am 
11488         * RELEASE_NOTES.claws
11489                 add release notes to cvs to simplify release
11490                 procedure
11491         * configure.ac
11492                 add ca and fi to ALL_LINGUAS
11493         * po/Makefile.in.in
11494                 workaround for missing Makevars
11495         * po/ca.po
11496         * po/fi.po
11497                 add new Catalan and Finnish translations
11498                 submitted by Miquel Oliete and Flammie Pirinen
11499         * po/de.po
11500         * po/es.po
11501         * po/fr.po
11502         * po/it.po
11503         * po/pl.po
11504         * po/ru.po
11505         * po/sk.po
11506         * po/sr.po
11507         * po/zh_CN.po
11508                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11509                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11510                 Urke MMI, and Hansom Young
11511         * src/main.c
11512                 Fix drafting when quitting. compose_draft() closes the
11513                 compose windows, which modifies the compose_list GSList.
11514                 We have to refresh this list after echo drafting to avoid a
11515                 segfault
11516         * src/partial_download.c
11517                 fix segfault on exit
11518
11519 2005-05-06 [paul]       1.9.6cvs57
11520
11521         * src/grouplistdialog.c
11522                 quick fix/workaround for unresizeable newsgroup
11523                 name column 
11524
11525 2005-05-06 [paul]       1.9.6cvs56
11526
11527         * src/inc.c
11528         * src/mainwindow.c
11529                 use gettext plural forms
11530         * src/imap_gtk.c
11531         * src/mh_gtk.c
11532         * src/toolbar.c
11533                 small improvement to english usage
11534
11535 2005-05-05 [thorsten]   1.9.6cvs55
11536
11537         * src/folder.c
11538                 fix possible crash
11539
11540 2005-05-05 [paul]       1.9.6cvs54
11541         
11542         sync with HEAD
11543
11544         * AUTHORS
11545         * src/compose.c
11546                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11547                 patch by Tim Mann
11548
11549 2005-05-05 [paul]       1.9.6cvs53
11550
11551         * src/mainwindow.c
11552                 fix resizing of separate message and
11553                 folder views
11554
11555 2005-05-05 [paul]       1.9.6cvs52
11556
11557         * src/account.c
11558         * src/addrgather.c
11559         * src/browseldap.c
11560         * src/exphtmldlg.c
11561         * src/expldifdlg.c
11562         * src/importmutt.c
11563         * src/importpine.c
11564         * src/main.c
11565         * src/mainwindow.c
11566         * src/noticeview.c
11567         * src/prefs_filtering.c
11568         * src/prefs_filtering_action.c
11569         * src/prefs_matcher.c
11570         * src/prefs_spelling.c
11571         * src/prefs_toolbar.c
11572         * src/toolbar.c
11573         * src/wizard.c
11574         * src/gtk/description_window.c
11575         * src/gtk/gtkvscrollbutton.c
11576         * src/gtk/progressdialog.c
11577         * src/gtk/quicksearch.c
11578         * src/plugins/pgpmime/prefs_gpg.c
11579         * src/plugins/spamassassin/spamassassin_gtk.c
11580                 replace deprecated gtk_widget_set_usize
11581
11582 2005-05-04 [colin]      1.9.6cvs51
11583
11584         * src/common/utils.c
11585                 Fix crash when subst_for_filename is called
11586                 with a NULL parameter
11587
11588 2005-05-04 [colin]      1.9.6cvs50
11589
11590         * src/partial_download.c
11591         * src/pop.c
11592                 Escape login when writing uidl file
11593                 fixes bug #736
11594
11595 2005-05-03 [colin]      1.9.6cvs49
11596
11597         * src/procmime.c
11598                 Fix possible DOS in mime parser
11599                 (see bug #634)
11600
11601 2005-05-02 [colin]      1.9.6cvs48
11602
11603         * src/compose.c
11604                 Try to fix the copy/paste mess once again.
11605
11606
11607 2005-04-30 [colin]      1.9.6cvs47
11608
11609         * src/prefs_account.h
11610         * src/procmsg.c
11611         * src/send_message.c
11612         * src/common/smtp.c
11613         * src/common/smtp.h
11614                 Try to batch sending mails (per account) instead of
11615                 reconnecting to server every time.
11616
11617 2005-04-29 [colin]      1.9.6cvs46
11618
11619         * src/messageview.c
11620                 Fix window resizing that refused to size down
11621         * src/prefs_common.c
11622         * src/prefs_common.h
11623         * src/prefs_filtering.c
11624                 Save Filtering's window size
11625
11626 2005-04-21 [paul]       1.9.6cvs45
11627
11628         * ChangeLog-gtk2.claws
11629         * src/setup.c
11630                 correction to sync
11631
11632 2005-04-21 [paul]       1.9.6cvs44
11633
11634         sync with main:
11635
11636         * src/setup.c
11637         * src/statusbar.c
11638         * src/statusbar.h
11639                 use gtkut_widget_draw_now(). Improved performance
11640                 of the update of statusbar
11641         * src/textview.c
11642                 textview_smooth_scroll_do(): redraw it after scroll
11643                 is done (fixed incorrect display when a part of the
11644                 view is hidden).
11645         * src/gtk/gtkutils.c
11646         * src/gtk/gtkutils.h
11647                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11648                 to force update of widgets.
11649                 Removed gtkut_widget_wait_for_draw() which had a big
11650                 overhead  because of waiting for all events processed 
11651
11652 2005-04-20 [paul]       1.9.6cvs43
11653
11654         * src/codeconv.c
11655                 complete 1.9.6cvs42's sync:
11656                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11657
11658 2005-04-19 [paul]       1.9.6cvs42
11659
11660         sync with main:
11661
11662         * src/action.c
11663                 catch_output(): correctly select the insert text
11664                 (fix invalid iterator warnings).
11665         * src/codeconv.c
11666         * src/codeconv.h
11667         * src/mainwindow.c
11668         * src/messageview.c
11669         * src/prefs_common.c
11670                 support GBK encoding.
11671         * src/common/session.c
11672         * src/common/session.h
11673                 use separate buffer for large data to be sent,
11674                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11675
11676 2005-04-18 [paul]       1.9.6cvs41
11677
11678         * src/jpilot.c
11679                 convert unsigned long into guint32
11680                 patch by Paul LeoNerd Evans 
11681
11682 2005-04-17 [colin]      1.9.6cvs40
11683
11684         * src/compose.c
11685                 Fix 'Request return receipt' from folder
11686                 properties (bug #708)
11687
11688 2005-04-17 [colin]      1.9.6cvs39
11689
11690         * src/mainwindow.c
11691                 Fix duplicate hotkeys in Mainwindow's menu
11692
11693 2005-04-17 [colin]      1.9.6cvs38
11694
11695         * src/folderview.c
11696                 Fix duplicate hotkeys in Folderview's contextual
11697                 menu
11698
11699 2005-04-15 [colin]      1.9.6cvs37
11700
11701         * src/summaryview.c
11702                 Fix 'Save as...' with non-ascii filenames
11703
11704 2005-04-15 [colin]      1.9.6cvs36
11705
11706         * src/plugins/pgpmime/pgpmime.c
11707                 Fix bus error on 64bit. Spotted by 
11708                 macallan1888@gmail.com
11709
11710 2005-04-15 [colin]      1.9.6cvs35
11711
11712         * src/prefs_account.c
11713                 Fix cvs34.
11714
11715 2005-04-12 [colin]      1.9.6cvs34
11716
11717         * src/prefs_account.c
11718                 Fix smtp auth type off-by-one. We forgot to
11719                 add PLAIN in the prefs-to-gui setter func and
11720                 as a result, the selected auth when opening
11721                 account prefs was not the correct one.
11722
11723 2005-04-12 [paul]       1.9.6cvs33
11724
11725         * src/inc.c
11726                 if the recv dialog is visible, Cancel only
11727                 cancels the current account
11728
11729
11730 2005-04-10 [colin]      1.9.6cvs32
11731
11732         * src/filtering.c
11733                 Copy score when copying FilteringActions
11734                 Fix bug #674
11735
11736 2005-04-10 [colin]      1.9.6cvs31
11737
11738         * src/inc.c
11739                 Make Message -> Receive -> Cancel cancel 
11740                 incorporation on all accounts. Fixes
11741                 bug #693
11742
11743 2005-04-10 [colin]      1.9.6cvs30
11744
11745         * src/prefs_account.c
11746                 Update Privacy checkbuttons status based
11747                 on the selected privacy system
11748         * src/compose.c
11749                 Always connect the "None" privacy system; the
11750                 static boolean was probably there to avoid
11751                 reconnecting twice in the same compose window,
11752                 but as the parent function is only called once
11753                 per compose, it's only a bug - as a static is
11754                 initialized once per application instance.
11755                 Also, don't uncheck Sign and Encrypt when
11756                 selecting None as privacy system; just ignore
11757                 them when sending/queuing.
11758                 Should fix bug #695
11759
11760 2005-04-08 [colin]      1.9.6cvs29
11761
11762         * src/account.c
11763         * src/prefs_account.c
11764         * src/prefs_account.h
11765                 Add account preference to queue message in a certain
11766                 folder.
11767
11768 2005-04-06 [colin]      1.9.6cvs28
11769
11770         * src/prefs_account.c
11771                 Update old inbox path syntax
11772
11773 2005-04-06 [paul]       1.9.6cvs27
11774
11775         sync with main:
11776
11777         * configure.ac
11778                 changed -traditional-cpp to -no-cpp-precomp for newer
11779                 Mac OS X support
11780         * src/foldersel.c
11781                 made column resize automatically
11782         * src/send_message.c
11783                 send_message_smtp(): consider EOF right after QUIT
11784                 successful (workaround for Gmail SMTP server)
11785         * src/common/socket.c
11786                 ssl_read(), ssl_peek(): check EOF which violates the
11787                 SSL protocol
11788         * src/gtk/colorlabel.c
11789                 removed warnings when displaying colorlabel menu
11790                 (don't use GtkAlignment)
11791
11792 2005-04-05 [paul]       1.9.6cvs26
11793
11794         * src/plugins/trayicon/trayicon.c
11795                 fix clipping of icon under KDE3 
11796
11797 2005-04-05 [paul]       1.9.6cvs25
11798
11799         * src/summaryview.c
11800                 hide display of threading
11801                 patch by Alfons
11802
11803 2005-04-04 [thorsten]   1.9.6cvs24
11804
11805         * src/mh.c
11806                 marks lost on filesystems with different stat() results on
11807                 summer-/wintertime
11808
11809 2005-04-03 [colin]      1.9.6cvs23
11810
11811         * src/summaryview.c
11812                 Don't handle up/down. Patch by Alfons
11813
11814 2005-04-02 [colin]      1.9.6cvs22
11815
11816         * src/summaryview.c
11817                 Make scrolling faster. Patch by Alfons.
11818
11819 2005-04-01 [colin]      1.9.6cvs21
11820
11821         * src/Makefile.am
11822         * src/stock_pixmap.c
11823         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11824         * src/pixmaps/dir_noselect.xpm ** ADDED **
11825                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11826
11827 2005-04-01 [colin]      1.9.6cvs20
11828
11829         * src/image_viewer.c
11830         * src/image_viewer.h
11831         * src/procmime.c
11832         * src/procmime.h
11833         * src/textview.c
11834         * src/textview.h
11835                 Implement inline image resizing and right-clicking
11836
11837 2005-04-01 [paul]       1.9.6cvs19
11838
11839         * AUTHORS
11840         * Makefile.am
11841         * configure.ac
11842                 check for gnome2
11843                 patch by Luca Cavalli <loopback<AT>slackit.org>
11844         * po/ru.po
11845                 updated by Pavlo Bohmat
11846
11847 2005-03-31 [colin]      1.9.6cvs18
11848
11849         * src/news.c
11850                 Fix parsing references
11851         * src/msgcache.c
11852                 don't put nulls in the references list
11853         * src/procheader.c
11854                 commit that forgotten file in 1.9.6cvs14
11855
11856 2005-03-31 [colin]      1.9.6cvs17
11857
11858         * src/compose.c
11859                 Fix joining of signature separator again. 
11860                 Maybe Hiro could put it in main too...
11861
11862 2005-03-31 [colin]      1.9.6cvs16
11863
11864         * src/Makefile.am
11865         * src/foldersel.c
11866         * src/stock_pixmap.c
11867         * src/stock_pixmap.h
11868         * src/pixmaps/dir-noselect.xpm
11869                 Update foldersel.c (sync from main, patch by Alfons)
11870
11871 2005-03-30 [colin]      1.9.6cvs15
11872
11873         * src/imap.c
11874                 Fix handling of imap folders containing [] in 
11875                 their name. Thanks to Nahuel Angelinetti for
11876                 the detailed bugreport.
11877
11878 2005-03-30 [colin]      1.9.6cvs14
11879
11880         * src/common/utils.h
11881         * src/common/utils.c
11882         * src/common/defs.h
11883         * src/matcher.c
11884         * src/msgcache.c
11885         * src/news.c
11886         * src/procmsg.c
11887         * src/procmsg.h
11888         * src/quote_fmt_parse.y
11889         * src/summaryview.c
11890                 Update references system. Patch by Alfons
11891
11892 2005-03-30 [colin]      1.9.6cvs13
11893
11894         * src/common/socket.c
11895                 Force the glibc to read resolv.conf again when 
11896                 it has changed. Should fix issues when changing
11897                 networks on a laptop and not restarting sylpheed. 
11898
11899 2005-03-30 [paul]       1.9.6cvs12
11900
11901         partial sync with main:
11902
11903         * src/action.c
11904                 create_io_dialog(): use user-defined text font
11905                 (thanks to Alfons), and modified its appearance.
11906         * src/addrgather.c
11907         * src/addrharvest.c
11908         * src/browseldap.c
11909                 replace old code
11910         * src/compose.c
11911                 don't join (presumably) itemized lines on line-wrapping
11912                 fixed wrapping of quote when auto-wrapping is enabled
11913                 compose_destroy(): destroy paned only if it's not
11914                 attached to window. Fixed memory leak of popup menu.
11915         * src/exphtmldlg.c
11916         * src/expldifdlg.c
11917                 replace old code
11918         * src/html.c
11919         * src/html.h
11920         * src/importmutt.c
11921         * src/importpine.c
11922                 replace old code
11923         * src/main.c
11924                 removed redundant code
11925         * src/mainwindow.c
11926                 changed 'Code set' (which is rather incorrect)
11927                 in the menu to 'Character encoding'
11928                 main_window_set_widgets(): request size first
11929                 to prevent window size becoming wrong
11930                 fixed remembering of the state of the visibility
11931                 of MessageView
11932         * src/messageview.c
11933                 changed 'Code set' (which is rather incorrect)
11934                 in the menu to 'Character encoding'
11935         * src/prefs_common.c
11936         * src/prefs_common.h
11937                 added an option whether to render HTML as text or not
11938                 added separators to outgoing encoding menu
11939         * src/procheader.c
11940                 procheader_scan_date_string(): support header
11941                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
11942         * src/summaryview.c
11943         * src/summaryview.h
11944                 minor code cleanup
11945         * src/textview.c
11946                 textview_show_html(): force output of newline
11947                 added an option whether to render HTML as text or not
11948         * src/common/utils.c
11949                 strncpy2(): optimized based on Alfons' code
11950         * src/gtk/gtkutils.c
11951         * src/gtk/gtkutils.h
11952                 removed non-used code
11953         * src/plugins/pgpmime/passphrase.c
11954                 partially fixed grab input of passphrase dialog
11955                 Confine pointer to window
11956
11957 2005-03-30 [colin]      1.9.6cvs11
11958
11959         * src/msgcache.c
11960         * src/msgcache.h
11961                 Read/write 32bit ints from cache & marks
11962                 From main.
11963
11964 2005-03-29 [paul]       1.9.6cvs10
11965
11966         * AUTHORS
11967         * ChangeLog.claws
11968         * src/compose.c
11969         * src/gtk/gtkaspell.c
11970                 sync with HEAD (don't pass NULL pointers) 
11971
11972 2005-03-24 [paul]
11973
11974         * tools/Makefile.am
11975         * tools/README
11976         * tools/acroread2sylpheed.pl
11977                 sync with HEAD (add script to send pdfs as
11978                 attachments from Adobe Reader 7)
11979
11980 2005-03-21 [paul]       1.9.6cvs9
11981
11982         * configure.ac
11983         * po/POTFILES.in
11984         * src/Makefile.am
11985         * src/crash.c
11986         * src/image_viewer.c ** ADDED **
11987         * src/image_viewer.h ** ADDED **
11988         * src/main.c
11989         * src/prefs_common.c
11990         * src/prefs_common.h
11991         * src/prefs_image_viewer.c ** ADDED **
11992         * src/prefs_image_viewer.h ** ADDED **
11993         * src/textview.c
11994         * src/gtk/about.c
11995         * src/pixmaps/sylpheed_logo.xpm
11996         * src/plugins/Makefile.am
11997         * src/plugins/image_viewer/.cvsignore ** REMOVED **
11998         * src/plugins/image_viewer/Makefile.am ** REMOVED **
11999         * src/plugins/image_viewer/plugin.c ** REMOVED **
12000         * src/plugins/image_viewer/viewer.c ** REMOVED **
12001         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12002         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12003         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12004         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12005         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12006                 as gdk-pixbuf is now built-in
12007                 remove image_viewer plugin and put code back into
12008                 main codebase
12009                 implement inline image display (sync with main)
12010
12011                 replace logo with newer, nicer, larger version  
12012
12013 2005-03-21 [paul]       1.9.6cvs8
12014
12015         * src/gtk/about.c
12016                 cosmetic improvement
12017
12018 2005-03-21 [holger]     1.9.6cvs7
12019
12020         * src/plugins/spamassassin/spamassassin.c
12021                 Sync with HEAD
12022                 (unregister hook on failed plugin init)
12023
12024 2005-03-20 [colin]      1.9.6cvs6
12025
12026         * src/common/plugin.c
12027                 Check that plugin isn't already loaded
12028                 Patch by Alfons
12029
12030 2005-03-20 [thorsten]   1.9.6cvs5
12031
12032         * src/compose.c
12033                 use a more compatible syntax
12034
12035 2005-03-20 [thorsten]   1.9.6cvs4
12036
12037         * src/prefs_toolbar.c
12038                 fix crash when selecting toolbar item (uninitialized pointer)
12039
12040 2005-03-20 [thorsten]   1.9.6cvs3
12041
12042         * src/procmime.c
12043                 fix mimetype detection (referenced free()d string)
12044
12045 2005-03-20 [paul]       1.9.6cvs2
12046
12047         * src/compose.c
12048                 sync with HEAD (1.0.3cvs5)
12049                 neglect Reply-To header if empty
12050                 Patch by Alfons 
12051
12052 2005-03-19 [holger]     1.9.6cvs1
12053
12054         * src/summaryview.c
12055         * src/summaryview.h
12056                 Sync with HEAD
12057
12058 2005-03-18 [paul]       1.9.6
12059
12060         initial GTK2 release
12061
12062 2005-03-18 [paul]       1.0.3cvs3.1
12063
12064         * AUTHORS
12065         * ChangeLog.claws
12066         * configure.ac
12067         * src/gtk/about.c
12068         * src/pixmaps/sylpheed_logo.xpm
12069                 sync with HEAD
12070
12071 2005-03-18 [colin]      1.0.3cvs2.6
12072
12073         * src/summaryview.c
12074                 Remove call to summary_step in summary_copy_selected_to
12075                 Can't see its purpose, and this causes bug when copying
12076                 a message if the next one is unread: it reads it.
12077
12078 2005-03-18 [paul]       1.0.3cvs2.5
12079
12080         * src/foldersel.c
12081                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12082
12083 2005-03-18 [paul]       1.0.3cvs2.4
12084
12085         * src/addrharvest.c
12086         * src/codeconv.c
12087         * src/codeconv.h
12088         * src/compose.c
12089         * src/news.c
12090         * src/procheader.c
12091         * src/procmime.c
12092         * src/unmime.c
12093         * src/unmime.h
12094                 fix buffer overflow, CAN-2005-0667, see
12095                 http://secunia.com/advisories/14491/
12096                 Patch by Alfons
12097
12098 2005-03-17 [colin]      1.0.3cvs2.3
12099
12100         * src/prefs_fonts.c
12101         * src/summaryview.c
12102                 Fix font bugs (both lists now officialy share 
12103                 the same font)
12104                 
12105
12106 2005-03-17 [paul]       1.0.3cvs2.2
12107
12108         * src/gtk/pluginwindow.c
12109                 make plugin descriptions uneditable
12110
12111 2005-03-11 [paul]       1.0.3cvs2.1
12112
12113         * ChangeLog.claws
12114         * configure.ac
12115         * po/POTFILES.in
12116         * src/plugins/trayicon/trayicon.c
12117                 sync with HEAD
12118                 add src/wizard.c to POTFILES.in
12119
12120 2005-03-11 [paul]       1.0.3cvs1.1
12121
12122         * ChangeLog
12123         * ChangeLog.claws
12124         * configure.ac
12125         * po/de.po
12126         * po/es.po
12127         * po/fr.po
12128         * po/it.po
12129         * po/pt_BR.po
12130         * po/ru.po
12131         * po/sk.po
12132         * po/sr.po
12133         * po/zh_CN.po
12134                 sync with HEAD
12135
12136 2005-03-04 [colin]      1.0.1cvs22.2
12137
12138         * src/compose.c
12139                 Fix signatures with accentued chars in it
12140
12141 2005-03-04 [colin]      1.0.1cvs22.1
12142
12143         * src/common/smtp.c
12144         * src/common/smtp.h
12145                 Don't use SIZE param in MAIL FROM: if server 
12146                 doesn't support it. Patch by Eugen Freiter
12147                 <eugen_f@users.sf.net>
12148
12149 2005-02-27 [paul]       1.0.1cvs20.1
12150
12151         * ChangeLog.claws
12152         * configure.ac
12153         * src/messageview.c
12154                 sync with HEAD
12155
12156 2005-02-27 [colin]      1.0.1cvs19.4
12157
12158         * src/procheader.c
12159         * src/procheader.h
12160                 Fix prototypes. Patch by Alfons
12161
12162 2005-02-27 [colin]      1.0.1cvs19.3
12163
12164         * src/compose.c
12165                 Don't auto-join the signature separator.
12166
12167 2005-02-26 [colin]      1.0.1cvs19.2
12168
12169         * src/summaryview.c
12170                 Fix 'mark all read' with collapsed threads.
12171                 Patch by Alfons.
12172
12173 2005-02-25 [paul]       1.0.1cvs19.1
12174
12175         * ChangeLog.claws
12176         * configure.ac
12177         * src/prefs_account.c
12178         * src/prefs_folder_item.c
12179         * src/gtk/prefswindow.c
12180         * src/gtk/prefswindow.h
12181                 sync with HEAD
12182
12183 2005-02-25 [paul]       1.0.1cvs15.12
12184
12185         * src/alertpanel.c
12186         * src/codeconv.c
12187         * src/compose.c
12188         * src/textview.c
12189         * src/gtk/gtkutils.c
12190         * src/gtk/gtkutils.h
12191         * src/gtk/logwindow.c
12192         * src/gtk/progressdialog.c
12193                 sync with main (revision 127)
12194                 and fix logwindow clipping
12195
12196 2005-02-24 [colin]      1.0.1cvs15.11
12197
12198         * src/plugins/pgpmime/passphrase.c
12199                 Disable input grabbing; it doesn't work yet.
12200
12201 2005-02-24 [colin]      1.0.1cvs15.10
12202
12203         * src/messageview.c
12204                 Don't send out receipts if offline. Ask.
12205
12206 2005-02-23 [colin]      1.0.1cvs15.9
12207
12208         * src/summaryview.c     
12209                 Fix expanding
12210
12211 2005-02-23 [colin]      1.0.1cvs15.8
12212
12213         * src/summaryview.c
12214                 Really fix Bug 568 by removing useless
12215                 calls. summary_thread_init() now called
12216                 in summary_sort(). This should please
12217                 Alfons as it should be faster than 
12218                 previously.
12219
12220 2005-02-23 [colin]      1.0.1cvs15.7
12221
12222         * src/compose.c
12223                 Encode parts as QP or B64 if signing
12224
12225 2005-02-23 [colin]      1.0.1cvs15.6
12226
12227         * src/compose.c
12228                 Fix Mimeinfo leakage (including tmp files)
12229         * src/procmsg.c
12230                 Fix tmp file leakage (spotted by Ivan Rayner)
12231
12232 2005-02-22 [colin]      1.0.1cvs15.5
12233
12234         * src/expldifdlg.c
12235                 Fix keyboard input. Patch by Alfons.
12236
12237 2005-02-21 [colin]      1.0.1cvs15.4
12238
12239         * src/compose.c
12240                 Fix Sign/Encrypt when unselecting privacy
12241                 system
12242         * src/prefs_common.c
12243                 Change default message font to Monospace
12244         * src/summaryview.c
12245                 More freezing during potentially large operations
12246
12247 2005-02-21 [paul]       1.0.1cvs15.3
12248
12249         * src/main.c
12250                 fix --help output
12251
12252 2005-02-21 [paul]       1.0.1cvs15.2
12253
12254         * po/Makefile.in.in
12255         * src/compose.c
12256         * src/summaryview.c
12257         * src/textview.c
12258         * src/common/utils.c
12259         * src/common/utils.h
12260                 sync with main (revision 117)
12261
12262 2005-02-20 [colin]      1.0.1cvs15.1
12263
12264         * src/common/defs.h
12265                 Change cache file to .sylpheed_claws_cache, as
12266                 suggested by Alfons. Allows people to switch
12267                 between Sylpheed and Sylpheed-Claws. it is
12268                 a good idea to "Check for new messages" at next
12269                 startup.
12270
12271
12272 2005-02-18 [colin]      1.0.1cvs14.1
12273
12274         * src/quote_fmt_lex.l
12275         * src/quote_fmt_parse.y
12276                 Fix parser initialisation. Patch by Ivan.
12277
12278 2005-02-18 [colin]      1.0.1cvs11.6
12279
12280         * src/folderview.c
12281                 Fix scrolldown (bug 662)
12282
12283 2005-02-17 [colin]      1.0.1cvs11.5
12284
12285         * src/codeconv.c
12286                 conv_filename_to_utf8: return clean 7bit instead
12287                 of broken utf8 if needed
12288         * src/mimeview.c
12289                 Fix display of parts with unclean 8bit names
12290
12291 2005-02-17 [paul]       1.0.1cvs11.4
12292
12293         * src/compose.c
12294         * src/exportldif.c
12295         * src/matcher_parser_parse.y
12296         * src/procmime.c
12297         * src/sourcewindow.c
12298         * src/common/Makefile.am
12299         * src/common/intl.h             ** REMOVED **
12300         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12301                 sync with main (revision 109)
12302                 and clean up
12303
12304 2005-02-16 [colin]      1.0.1cvs11.3
12305
12306         * src/summaryview.c
12307                 Fix collapsed thread not highlighting when new
12308                 messages in it (Bug 568) Patch by Stephan Sachse.
12309                 Fix messed up selection when reaching bounds (Bug 632)
12310         * src/prefs_themes.c
12311                 Fix theme installing (Bug 684)
12312
12313 2005-02-16 [colin]      1.0.1cvs11.2
12314
12315         * src/messageview.c
12316                 Fix messageview_select_all
12317
12318 2005-02-16 [colin]      1.0.1cvs11.1
12319
12320         * src/mh.c
12321                 Sync with HEAD (MH scan required function)
12322
12323 2005-02-15 [colin]      1.0.1cvs8.1
12324
12325         * src/mimeview.c
12326         * src/common/utils.c
12327                 Sync with HEAD (filename chars substitution)
12328
12329 2005-02-15 [colin]      1.0.1cvs7.3
12330
12331         * src/gtk/pluginwindow.c
12332                 Fix button spacing
12333
12334 2005-02-15 [colin]      1.0.1cvs7.2
12335
12336         * src/mimeview.c
12337                 Fix mime icons not reset across message when
12338                 scrolled down
12339
12340 2005-02-15 [colin]      1.0.1cvs7.1
12341
12342         * src/compose.c
12343         * src/procmime.c
12344                 Sync with HEAD (optimisation of cvs6)
12345
12346 2005-02-14 [colin]      1.0.1cvs6.1
12347
12348         * src/compose.c
12349         * src/procmime.c
12350                 Sync with HEAD (encode "From " at line beginning)
12351
12352 2005-02-14 [colin]      1.0.1cvs5.3
12353
12354         * src/compose.c
12355                 Fix wrapping with accentued chars.
12356
12357 2005-02-13 [colin]      1.0.1cvs5.2
12358
12359         * src/textview.c
12360                 Fix email informative part parsing with
12361                 accentued chars in it. ispunct() returns
12362                 true for them in utf8...
12363
12364 2005-02-12 [colin]      1.0.1cvs5.1
12365
12366         * src/filtering.c
12367                 Sync with HEAD (remove wrong use of compose after send)
12368
12369 2005-02-12 [paul]       1.0.1cvs4.5
12370
12371         * src/textview.c
12372                 remove unnecessary code (thanks to Alfons)
12373
12374 2005-02-12 [paul]       1.0.1cvs4.4
12375
12376         * src/textview.c
12377                 add 'Copy' to contextual menu on emails
12378
12379 2005-02-11 [colin]      1.0.1cvs4.3
12380
12381         * src/compose.c
12382                 revert 1.0.0cvs28.2, it doesn't work that well.
12383
12384 2005-02-11 [paul]       1.0.1cvs4.2
12385
12386         * po/Makefile.in.in
12387                 fix 'make release'
12388
12389 2005-02-10 [paul]       1.0.1cvs4.1
12390
12391         * ChangeLog
12392         * ChangeLog.claws
12393         * ChangeLog.jp
12394         * configure.ac
12395         * src/compose.c
12396                 sync with HEAD (sync with main)
12397
12398 2005-02-10 [paul]       1.0.1cvs3.2
12399
12400         * AUTHORS
12401         * Makefile.am
12402         * autogen.sh
12403         * configure.ac
12404         * config/mkinstalldirs
12405         * intl/.cvsignore
12406         * intl/ChangeLog
12407         * intl/VERSION
12408         * intl/bindtextdom.c
12409         * intl/config.charset
12410         * intl/dcgettext.c
12411         * intl/dcigettext.c
12412         * intl/dcngettext.c
12413         * intl/dgettext.c
12414         * intl/dngettext.c
12415         * intl/eval-plural.h
12416         * intl/explodename.c
12417         * intl/finddomain.c
12418         * intl/gettext.c
12419         * intl/gettextP.h
12420         * intl/gmo.h
12421         * intl/hash-string.h
12422         * intl/intl-compat.c
12423         * intl/l10nflist.c
12424         * intl/libgnuintl.h.in
12425         * intl/loadinfo.h
12426         * intl/loadmsgcat.c
12427         * intl/localcharset.c
12428         * intl/localcharset.h
12429         * intl/locale.alias
12430         * intl/localealias.c
12431         * intl/localename.c
12432         * intl/log.c
12433         * intl/ngettext.c
12434         * intl/os2compat.c
12435         * intl/os2compat.h
12436         * intl/osdep.c
12437         * intl/plural-exp.c
12438         * intl/plural-exp.h
12439         * intl/plural.c
12440         * intl/plural.y
12441         * intl/ref-add.sin
12442         * intl/ref-del.sin
12443         * intl/relocatable.c
12444         * intl/relocatable.h
12445         * intl/textdomain.c
12446         * m4/Makefile.am
12447         * po/Makefile.in.in
12448         * src/Makefile.am
12449         * src/account.c
12450         * src/action.c
12451         * src/addr_compl.c
12452         * src/addressadd.c
12453         * src/addressbook.c
12454         * src/addrgather.c
12455         * src/addrindex.c
12456         * src/alertpanel.c
12457         * src/browseldap.c
12458         * src/codeconv.c
12459         * src/codeconv.h
12460         * src/compose.c
12461         * src/compose.h
12462         * src/crash.c
12463         * src/editaddress.c
12464         * src/editbook.c
12465         * src/editgroup.c
12466         * src/editjpilot.c
12467         * src/editldap.c
12468         * src/editldap_basedn.c
12469         * src/editvcard.c
12470         * src/exphtmldlg.c
12471         * src/expldifdlg.c
12472         * src/export.c
12473         * src/exporthtml.c
12474         * src/filtering.c
12475         * src/folder.c
12476         * src/folder_item_prefs.c
12477         * src/foldersel.c
12478         * src/folderview.c
12479         * src/grouplistdialog.c
12480         * src/headerview.c
12481         * src/imap.c
12482         * src/imap_gtk.c
12483         * src/import.c
12484         * src/importldif.c
12485         * src/importmutt.c
12486         * src/importpine.c
12487         * src/inc.c
12488         * src/ldif.c
12489         * src/main.c
12490         * src/mainwindow.c
12491         * src/matcher.c
12492         * src/mbox.c
12493         * src/message_search.c
12494         * src/messageview.c
12495         * src/mh.c
12496         * src/mh_gtk.c
12497         * src/mimeview.c
12498         * src/msgcache.c
12499         * src/news.c
12500         * src/news_gtk.c
12501         * src/noticeview.c
12502         * src/partial_download.c
12503         * src/pop.c
12504         * src/prefs_account.c
12505         * src/prefs_actions.c
12506         * src/prefs_common.c
12507         * src/prefs_customheader.c
12508         * src/prefs_display_header.c
12509         * src/prefs_ext_prog.c
12510         * src/prefs_filtering.c
12511         * src/prefs_filtering_action.c
12512         * src/prefs_folder_item.c
12513         * src/prefs_fonts.c
12514         * src/prefs_gtk.c
12515         * src/prefs_matcher.c
12516         * src/prefs_msg_colors.c
12517         * src/prefs_spelling.c
12518         * src/prefs_summary_column.c
12519         * src/prefs_template.c
12520         * src/prefs_themes.c
12521         * src/prefs_toolbar.c
12522         * src/prefs_wrapping.c
12523         * src/privacy.c
12524         * src/procheader.c
12525         * src/procmime.c
12526         * src/procmsg.c
12527         * src/quote_fmt.c
12528         * src/recv.c
12529         * src/send_message.c
12530         * src/setup.c
12531         * src/sourcewindow.c
12532         * src/ssl_manager.c
12533         * src/statusbar.c
12534         * src/summary_search.c
12535         * src/summaryview.c
12536         * src/textview.c
12537         * src/toolbar.c
12538         * src/wizard.c
12539         * src/common/nntp.c
12540         * src/common/plugin.c
12541         * src/common/smtp.c
12542         * src/common/ssl.c
12543         * src/common/ssl_certificate.c
12544         * src/common/string_match.c
12545         * src/common/sylpheed.c
12546         * src/common/template.c
12547         * src/common/utils.c
12548         * src/gtk/about.c
12549         * src/gtk/colorlabel.c
12550         * src/gtk/description_window.c
12551         * src/gtk/filesel.c
12552         * src/gtk/foldersort.c
12553         * src/gtk/gtkaspell.c
12554         * src/gtk/gtkutils.c
12555         * src/gtk/inputdialog.c
12556         * src/gtk/logwindow.c
12557         * src/gtk/menu.c
12558         * src/gtk/pluginwindow.c
12559         * src/gtk/prefswindow.c
12560         * src/gtk/progressdialog.c
12561         * src/gtk/quicksearch.c
12562         * src/gtk/sslcertwindow.c
12563         * src/plugins/clamav/clamav_plugin.c
12564         * src/plugins/clamav/clamav_plugin_gtk.c
12565         * src/plugins/demo/demo.c
12566         * src/plugins/dillo_viewer/dillo_prefs.c
12567         * src/plugins/dillo_viewer/dillo_viewer.c
12568         * src/plugins/image_viewer/plugin.c
12569         * src/plugins/image_viewer/viewer.c
12570         * src/plugins/image_viewer/viewerprefs.c
12571         * src/plugins/mathml_viewer/mathml_viewer.c
12572         * src/plugins/pgpmime/passphrase.c
12573         * src/plugins/pgpmime/plugin.c
12574         * src/plugins/pgpmime/prefs_gpg.c
12575         * src/plugins/pgpmime/select-keys.c
12576         * src/plugins/pgpmime/sgpgme.c
12577         * src/plugins/spamassassin/spamassassin.c
12578         * src/plugins/spamassassin/spamassassin_gtk.c
12579         * src/plugins/trayicon/trayicon.c
12580                 sync with main (revision 104)
12581
12582 2005-02-10 [colin]      1.0.1cvs3.1
12583
12584         * src/mainwindow.c
12585                 Sync with HEAD (fix occasional crasher)
12586
12587 2005-02-10 [colin]      1.0.1cvs2.1
12588
12589         * src/messageview.c
12590                 Synw with HEAD (don't automatically display html)
12591
12592 2005-02-09 [colin]      1.0.1cvs1.3
12593
12594         * src/textview.c
12595         * src/textview.h
12596                 Add contextual menu on emails
12597
12598 2005-02-09 [colin]      1.0.1cvs1.2
12599
12600         * src/codeconv.c
12601                 Fix converting from broken headers and 
12602                 put back the _ in missing places
12603                 (feature broke with cvs24.2 sync, main 
12604                  possibly affected?)
12605
12606 2005-02-09 [colin]      1.0.1cvs1.1
12607
12608         * src/messageview.c
12609         * src/mimeview.c
12610         * src/mimeview.h
12611                 Sync with HEAD (display non text/plain mails with plugin)
12612
12613 2005-02-08 [colin]      1.0.1.1
12614
12615         * ChangeLog.claws
12616         * po/pt_BR.po
12617                 Sync with HEAD
12618         * configure.ac
12619                 Make default configuration directory 
12620                 be .sylpheed-gtk2
12621
12622 2005-02-08 [colin]      1.0.0cvs29.1
12623
12624         * po/de.po
12625         * po/es.po
12626         * po/fr.po
12627         * po/it.po
12628         * po/sk.po
12629         * po/sr.po
12630                 Sync translations with HEAD
12631
12632 2005-02-06 [colin]      1.0.0cvs28.3
12633
12634         * src/compose.c
12635                 Make compose a bit faster - patch by Alfons.
12636
12637 2005-02-06 [colin]      1.0.0cvs28.2
12638
12639         * src/compose.c
12640                 Make pasting via middle-click more reliable
12641
12642 2005-02-05 [paul]       1.0.0cvs28.1
12643
12644         * ChangeLog
12645         * ChangeLog.claws
12646         * ChangeLog.jp
12647         * configure.ac
12648         * src/compose.c
12649                 sync with HEAD
12650                 (fix bug 682 'redirect is broken'
12651
12652 2005-02-05 [torte]      1.0.0cvs27.1
12653
12654         * ChangeLog.claws
12655         * configure.ac
12656         * src/partial_download.c
12657                 Sync with HEAD (fix buf overflow)
12658
12659 2005-02-03 [colin]      1.0.0cvs26.1
12660
12661         * src/common/plugin.c
12662                 Sync with HEAD (avoid plugin mismatches)
12663
12664 2005-02-03 [paul]       1.0.0cvs25.3
12665
12666         * src/folderview.c
12667         * src/headerview.c
12668         * src/summaryview.c
12669         * src/textview.c
12670         * src/gtk/colorlabel.c
12671                 third and final part of initial sync with main-gtk2
12672
12673 2005-02-03 [paul]       1.0.0cvs25.2
12674
12675         * src/jpilot.c
12676                 fix building with jpilot support
12677
12678 2005-02-02 [colin]      1.0.0cvs25.1
12679
12680         * src/messageview.c
12681                 Sync with HEAD (fix dangerous typo)
12682
12683 2005-02-01 [colin]      1.0.0cvs24.3
12684
12685         * src/common/xml.c
12686                 Write file as advertised (UTF-8)
12687
12688 2005-02-01 [paul]       1.0.0cvs24.2
12689
12690         * src/addrbook.c
12691         * src/addrindex.c
12692         * src/alertpanel.h
12693         * src/codeconv.c
12694         * src/codeconv.h
12695         * src/compose.c
12696         * src/export.c
12697         * src/folder_item_prefs.c
12698         * src/html.c
12699         * src/imap.c
12700         * src/import.c
12701         * src/jpilot.c
12702         * src/mainwindow.c
12703         * src/matcher_parser_lex.l
12704         * src/messageview.c
12705         * src/mh.c
12706         * src/prefs_account.c
12707         * src/prefs_actions.c
12708         * src/prefs_common.c
12709         * src/prefs_gtk.c
12710         * src/prefs_gtk.h
12711         * src/prefs_themes.c
12712         * src/procheader.c
12713         * src/procmime.c
12714         * src/sourcewindow.c
12715         * src/statusbar.c
12716         * src/summaryview.c
12717         * src/textview.c
12718         * src/toolbar.c
12719         * src/unmime.c
12720         * src/common/template.c
12721         * src/common/utils.c
12722         * src/common/xml.c
12723         * src/common/xml.h
12724         * src/gtk/gtkaspell.c
12725         * src/plugins/clamav/clamav_plugin.c
12726         * src/plugins/dillo_viewer/dillo_prefs.c
12727         * src/plugins/image_viewer/viewerprefs.c
12728         * src/plugins/pgpmime/passphrase.c
12729         * src/plugins/pgpmime/prefs_gpg.c
12730         * src/plugins/pgpmime/select-keys.c
12731         * src/plugins/spamassassin/spamassassin.c
12732                 second part of initial sync with main-gtk2
12733                 (more to follow)
12734
12735 2005-01-31 [colin]      1.0.0cvs24.1
12736
12737         * src/compose.c
12738                 Sync with HEAD
12739
12740 2005-01-29 [paul]       1.0.0cvs23.2
12741
12742         * src/account.c
12743         * src/action.c
12744         * src/addressadd.c
12745         * src/addressbook.c
12746         * src/alertpanel.c
12747         * src/compose.c
12748         * src/editaddress.c
12749         * src/editbook.c
12750         * src/editgroup.c
12751         * src/editjpilot.c
12752         * src/editldap.c
12753         * src/editldap_basedn.c
12754         * src/editvcard.c
12755         * src/export.c
12756         * src/foldersel.c
12757         * src/grouplistdialog.c
12758         * src/import.c
12759         * src/importldif.c
12760         * src/inc.c
12761         * src/main.c
12762         * src/mainwindow.c
12763         * src/message_search.c
12764         * src/messageview.c
12765         * src/mimeview.c
12766         * src/prefs_actions.c
12767         * src/prefs_common.c
12768         * src/prefs_common.h
12769         * src/prefs_customheader.c
12770         * src/prefs_display_header.c
12771         * src/prefs_filtering.c
12772         * src/prefs_filtering_action.c
12773         * src/prefs_gtk.c
12774         * src/prefs_matcher.c
12775         * src/prefs_summary_column.c
12776         * src/prefs_template.c
12777         * src/sourcewindow.c
12778         * src/summary_search.c
12779         * src/summaryview.c
12780         * src/textview.c
12781         * src/gtk/about.c
12782         * src/gtk/description_window.c
12783         * src/gtk/gtkshruler.c
12784         * src/gtk/gtkutils.c
12785         * src/gtk/gtkutils.h
12786         * src/gtk/inputdialog.c
12787         * src/gtk/logwindow.c
12788         * src/gtk/prefswindow.c
12789         * src/gtk/progressdialog.c
12790         * src/gtk/progressdialog.h
12791                 first part of initial sync with main-gtk2
12792                 (more to follow)
12793
12794 2005-01-28 [colin]      1.0.0cvs23.1
12795
12796         * src/folderview.c
12797                 Sync with HEAD
12798
12799 2005-01-27 [colin]      1.0.0cvs21.1
12800
12801         * src/folder.c
12802         * src/folderview.c
12803                 Sync with HEAD
12804
12805 2005-01-27 [colin]      1.0.0cvs19.1
12806
12807         * src/procmime.c
12808                 Sync with HEAD
12809
12810 2005-01-27 [colin]      1.0.0cvs18.1
12811
12812         * src/messageview.c
12813         * src/summaryview.c
12814         * src/mainwindow.c
12815         * src/compose.c
12816         * src/compose.h
12817         * src/procmsg.c
12818         * src/procmsg.h
12819         * src/toolbar.c
12820                 Sync with HEAD
12821
12822 2005-01-26 [paul]       1.0.0cvs15.2
12823
12824         * src/compose.c
12825                 compose_entries_set(): convert subject and body to
12826                 utf8 if necessary. patch by Felix Eckhofer
12827
12828 2005-01-26 [paul]       1.0.0cvs15.1
12829
12830         * configure.ac
12831         * src/common/template.c
12832                 sync with HEAD (fix memory leak)
12833
12834 2005-01-25 [paul]       1.0.0cvs14.1
12835
12836         * configure.ac
12837         * src/compose.c
12838                 sync with HEAD
12839
12840 2005-01-24 [colin]      1.0.0cvs13.1
12841
12842         * src/summaryview.c
12843                 Sync with HEAD
12844
12845 2005-01-24 [paul]       1.0.0cvs12.1
12846
12847         * configure.ac
12848         * src/messageview.c
12849         * src/mh.c
12850         * src/common/utils.c
12851                 sync with HEAD
12852
12853 2005-01-24 [colin]      1.0.0cvs11.1
12854
12855         * src/procheader.c
12856                 Sync with HEAD
12857
12858 2005-01-24 [colin]      1.0.0cvs10.1
12859
12860         * src/folderview.c
12861                 Sync with HEAD
12862
12863 2005-01-23 [colin]      1.0.0cvs9.1
12864
12865         * src/crash.c
12866                 Sync with HEAD
12867
12868 2005-01-22 [colin]      1.0.0cvs8.1
12869
12870         * src/summaryview.c
12871         * src/gtk/quicksearch.c
12872                 Sync with HEAD
12873
12874 2005-01-21 [colin]      1.0.0cvs7.1
12875
12876         * src/summaryview.c
12877                 Sync with HEAD
12878
12879 2005-01-21 [colin]      1.0.0cvs6.1
12880
12881         * src/summaryview.c
12882                 Sync with HEAD
12883
12884 2005-01-21 [colin]      1.0.0cvs5.1
12885
12886         * src/gtk/quicksearch.c
12887         * src/prefs_common.c
12888         * src/prefs_common.h
12889                 Sync with HEAD (recurse option)
12890
12891 2005-01-21 [colin]      1.0.0cvs4.1
12892
12893         * src/folder.h
12894         * src/folderview.c
12895         * src/folderview.h
12896         * src/summaryview.c
12897         * src/gtk/quicksearch.c
12898         * src/gtk/quicksearch.h
12899                 Sync with HEAD (recursive quicksearch)
12900
12901 2005-01-20 [colin]      1.0.0cvs3.4
12902
12903         * src/ssl_manager.c
12904                 Remove useless code
12905
12906 2005-01-20 [colin]      1.0.0cvs3.3
12907
12908         * src/ssl_manager.c
12909                 Fix leak, thanks to Alfons.
12910
12911 2005-01-20 [colin]      1.0.0cvs3.2
12912
12913         * src/ssl_manager.c
12914                 Port SSL certificate window to GTK2.
12915
12916 2005-01-20 [paul]       1.0.0cvs3.1
12917
12918         * ChangeLog.claws
12919         * configure.ac
12920         * src/addrindex.c
12921         * src/addrindex.h
12922                 sync with HEAD
12923
12924 2005-01-19 [colin]      1.0.0cvs2.2
12925
12926         * src/plugins/trayicon/trayicon.c
12927                 Fix freeze with gtk-2.6, the easy way
12928                 (signal blocking helpless there...)
12929                 Closes bug #668.
12930
12931 2005-01-19 [colin]      1.0.0cvs2.1
12932
12933         * src/mbox.c
12934         * src/mbox.h
12935         * src/mainwindow.c
12936         * src/summaryview.c
12937         * src/summaryview.h
12938                 Sync with HEAD
12939
12940 2005-01-19 [paul]       1.0.0cvs1.1
12941
12942         * configure.ac
12943         * po/de.po
12944         * po/es.po
12945         * po/fr.po
12946         * po/hr.po
12947         * po/it.po
12948         * po/ja.po
12949         * po/ko.po
12950         * po/pt_BR.po
12951         * po/ru.po
12952         * po/sk.po
12953         * po/sr.po
12954                 sync with HEAD (update translations)
12955
12956 2005-01-18 [colin]      1.0.0cvs0.1
12957
12958         * src/foldersel.c
12959                 Specify search column - patch by Alfons
12960
12961 2005-01-18 [colin]      0.9.13cvs36.3
12962
12963         * src/prefs_toolbar.c
12964                 Change Delete to Remove
12965         * src/prefs_fonts.c
12966                 GTK2 version and leak fixes
12967         * src/prefs_actions.c
12968                 Add stock buttons.
12969                 All patches by Alfons
12970
12971 2005-01-17 [colin]      0.9.13cvs36.2
12972
12973         * src/compose.c
12974                 Fix DnD inserting twice. While at it,
12975                 add DnD support for text/plain in the
12976                 body, and add support in the headers.
12977
12978 2005-01-16 [colin]      0.9.13cvs36.1
12979
12980         * ChangeLog
12981         * ChangeLog.jp
12982         * ChangeLog.claws
12983                 Sync with HEAD (nothing applicable)
12984
12985 2005-01-16 [colin]      0.9.13cvs33.2
12986
12987         * src/prefs_toolbar.c
12988                 GTK2ize prefs_toolbar, by Alfons.
12989
12990 2005-01-14 [colin]      0.9.13cvs33.1
12991
12992         * src/html.c
12993         * src/msgcache.c
12994                 Sync with HEAD
12995
12996 2005-01-14 [colin]      0.9.13cvs32.1
12997
12998         * src/html.c
12999         * src/html.h
13000         * src/msgcache.c
13001         * AUTHORS
13002         * tools/calypso_convert.pl
13003                 Sync with HEAD
13004
13005 2005-01-08 [colin]      0.9.13cvs29.2
13006
13007         * src/prefs_filtering_action.c
13008         * src/prefs_filtering.c
13009                 2 more gtk2 patches by Alfons
13010
13011 2005-01-07 [paul]       0.9.13cvs29.1
13012
13013         * ChangeLog
13014         * ChangeLog.claws
13015         * ChangeLog.jp
13016         * configure.ac
13017         * src/pop.c
13018         * src/pop.h
13019                 sync with HEAD
13020
13021 2005-01-07 [colin]      0.9.13cvs28.3
13022
13023         * src/gtk/progressdialog.c
13024         * src/gtk/progressdialog.h
13025         * src/inc.c
13026         * src/send_message.c
13027                 GTK2 for the incorporation dialog. The CList isn't dead
13028                 yet, for a more smooth migration. Patch by Alfons.
13029
13030 2005-01-06 [colin]      0.9.13cvs28.2
13031
13032         * src/prefs_display_header.c
13033                 GTK2 conversion by Alfons
13034         * src/prefs_actions.c
13035         * src/prefs_matcher.c
13036                 Fix 2 leaks - patch by Alfons
13037
13038 2005-01-06 [colin]      0.9.13cvs28.1
13039
13040         * src/prefs_matcher.c
13041                 Sync with HEAD
13042
13043 2005-01-06 [colin]      0.9.13cvs27.4
13044
13045         * src/prefs_matcher.c
13046                 Fix double-free. Patch by Alfons
13047
13048 2005-01-06 [colin]      0.9.13cvs27.3
13049
13050         * src/prefs_matcher.c
13051                 GTK2 widgets + memleak
13052                 Patch by Alfons
13053
13054 2005-01-05 [colin]      0.9.13cvs27.2
13055
13056         * src/account.c
13057         * src/addr_compl.c
13058         * src/foldersel.c
13059         * src/stock_pixmap.c
13060         * src/stock_pixmap.h
13061                 3 more GTK2 patches by Alfons.
13062
13063 2005-01-04 [colin]      0.9.13cvs27.1
13064
13065         * src/folderview.c
13066         * src/imap_gtk.c
13067         * src/news_gtk.c
13068                 Sync with HEAD
13069
13070 2005-01-04 [colin]      0.9.13cvs25.9
13071
13072         * src/compose.c
13073                 Fix Show Ruler menuitem
13074         * src/prefs_template.c
13075                 Convert to GTK2
13076         * src/common/utils.c
13077                 Make auto pointer stuff handles NULLs
13078                 Patches by Alfons.
13079
13080 2005-01-04 [colin]      0.9.13cvs25.8
13081
13082         * src/compose.c
13083                 Move the attachment list to gtk2
13084                 Patch by Alfons.
13085
13086 2005-01-04 [colin]      0.9.13cvs25.7
13087
13088         * src/textview.c
13089                 Make some keys work again
13090                 Patch by SungHyun Nam <namsh@kldp.org>
13091
13092 2005-01-04 [colin]      0.9.13cvs25.6
13093
13094         * src/gtk/gtkshruler.c
13095                 Move the ruler to GTK2
13096                 Patch by Alfons
13097
13098 2005-01-03 [colin]      0.9.13cvs25.5
13099
13100         * src/compose.c
13101                 Fix my broken patch apply 
13102
13103 2005-01-03 [colin]      0.9.13cvs25.4
13104
13105         * src/common/utils.c
13106         * src/common/utils.h
13107         * src/gtk/prefswindow.c
13108                 Move auto pointer stuff to utils.c
13109                 Patch by Alfons again :)
13110
13111 2005-01-03 [colin]      0.9.13cvs25.3
13112
13113         * src/compose.c
13114         * src/prefs_gtk.c
13115         * src/prefs_template.c
13116         * src/textview.c
13117                 Empty text widgets with empty strings, not NULL char
13118                 Patch by SungHyun Nam <namsh@kldp_org>
13119
13120 2005-01-03 [colin]      0.9.13cvs25.2
13121
13122         * src/main.c
13123         * AUTHORS
13124                 Sync with HEAD
13125
13126 2005-01-03 [colin]      0.9.13cvs25.1
13127
13128         * src/pop.c
13129         * src/pop.h
13130                 Sync with HEAD
13131
13132 2005-01-03 [colin]      0.9.13cvs24.3
13133
13134         * src/account.c
13135                 Two patches from Alfons and Alex S Moore:
13136                 fix images, fix return value.
13137
13138 2005-01-01 [colin]      0.9.13cvs24.2
13139
13140         * src/prefs_actions.c
13141                 Fix over-zealous assertion. Patch by Alfons
13142
13143 2005-01-01 [colin]      0.9.13cvs24.1
13144
13145         * src/procmime.c
13146                 Sync with HEAD (leak fix)
13147
13148 2004-12-31 [colin]      0.9.13cvs23.2
13149
13150         * src/prefs_common.c
13151                 GTK2 widgets + stock buttons - patch by Alfons
13152
13153 2004-12-31 [paul]       0.9.13cvs23.1
13154
13155         * configure.ac
13156                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13157         * src/gtk/pluginwindow.c
13158                 use GTK2 widgets and plug memory leaks,
13159                 patches by Alfons
13160
13161 2004-12-30 [colin]      0.9.13cvs22.4
13162
13163         * src/account.c
13164         * src/action.c
13165         * src/export.c
13166         * src/foldersel.c
13167         * src/import.c
13168         * src/message_search.c
13169         * src/prefs_actions.c
13170         * src/prefs_common.c
13171         * src/prefs_customheader.c
13172         * src/prefs_filtering.c
13173         * src/prefs_summary_column.c
13174         * src/summary_search.c
13175         * src/gtk/about.c
13176         * src/gtk/description_window.c
13177         * src/gtk/gtkutils.c
13178         * src/gtk/gtkutils.h
13179         * src/gtk/inputdialog.c
13180         * src/gtk/prefswindow.c
13181                 Use GTK2 stock buttons. Patches by Alfons.
13182
13183 2004-12-30 [colin]      0.9.13cvs22.3
13184
13185         * src/account.c
13186                 Sync with HEAD
13187         * src/prefs_actions.c
13188         * src/prefs_customheader.c
13189         * src/prefs_filtering.c
13190         * src/prefs_msg_colors.c
13191         * src/prefs_summary_column.c
13192         * src/gtk/prefswindow.c
13193                 Use GtkTreeView instead of deprecated 
13194                 widgets. Patches by Alfons.
13195
13196 2004-12-30 [paul]       0.9.13cvs22.2
13197
13198         * src/foldersel.c
13199                 use GTK 2 Tree View
13200                 patch by Alfons, with root folder sorting fix
13201                 by Stephan Sachse
13202
13203 2004-12-30 [paul]       0.9.13cvs22.1
13204
13205         * ChangeLog
13206         * ChangeLog.claws
13207         * ChangeLog.jp
13208         * NEWS
13209         * configure.ac
13210         * src/account.c
13211                 sync with HEAD
13212
13213 2004-12-22 [martin]     0.9.13cvs21.2
13214
13215         * src/action.c
13216                 free the command line after its use
13217
13218 2004-12-18 [paul]       0.9.13cvs21.1
13219
13220         * AUTHORS
13221         * ChangeLog
13222         * ChangeLog.claws
13223         * ChangeLog.jp
13224         * NEWS
13225         * configure.ac
13226         * src/action.c
13227         * src/compose.c
13228         * src/syldap.c
13229                 sync with HEAD
13230
13231 2004-12-17 [martin]     0.9.13cvs17.2
13232
13233         * src/action.c
13234                 convert actions input to locale
13235         * src/inc.c
13236                 convert notification command to locale
13237         * src/plugins/pgpmime/select-keys.c
13238                 convert attributes to utf8
13239
13240 2004-12-14 [colin]      0.9.13cvs17.1
13241
13242         * ChangeLog
13243         * ChangeLog.jp
13244         * ChangeLog.claws
13245         * src/action.c
13246         * src/common/utils.c
13247         * src/gtk/prefswindow.c
13248         * src/gtk/gtkutils.c
13249         * src/gtk/gtkutils.h
13250         * src/plugins/spamassassin/libspamc.c
13251                 Sync with HEAD
13252
13253 2004-12-13 [colin]      0.9.13cvs14.1
13254
13255         * src/quote_fmt_parse.y
13256                 Sync with HEAD
13257
13258 2004-12-10 [colin]      0.9.13cvs12.1
13259
13260         * src/prefs_themes.c
13261         * src/mainwindow.c
13262         * src/messageview.c
13263                 Sync with HEAD
13264
13265 2004-12-09 [colin]      0.9.13cvs10.1
13266
13267         * src/procmime.c
13268                 Sync with HEAD (fix B64 encoding from memory)
13269
13270 2004-12-08 [colin]      0.9.13cvs9.1
13271
13272         * src/gtk/colorlabel.c
13273                 Sync with HEAD
13274
13275 2004-12-08 [paul]       0.9.13cvs8.2
13276
13277         * src/gtk/pluginwindow.c
13278                 fix window resizing oddities
13279
13280 2004-12-08 [colin]      0.9.13cvs8.1
13281
13282         * src/quote_fmt_parse.y
13283                 Sync with HEAD
13284
13285 2004-12-08 [colin]      0.9.13cvs7.1
13286
13287         * src/matcher_parser_parse.y
13288         * src/msgcache.c
13289         * src/prefs_matcher.c
13290         * src/procheader.c
13291         * src/matcher.c
13292         * src/common/defs.h
13293         * po/sr.po
13294                 Sync with HEAD
13295
13296 2004-12-08 [colin]      0.9.13cvs6.1
13297
13298         * src/quote_fmt_parse.y
13299         * src/textview.c
13300                 Sync with HEAD
13301         * src/gtk/prefswindow.c
13302         * src/gtk/pluginwindow.c
13303                 Fix G_CALLBACKS protos (thanks to Alfons)
13304
13305 2004-12-07 [torte]      0.9.13cvs2.2
13306
13307         * src/procmime.c
13308                 [Bug 650] reply button causes crash
13309                 Thanks to David Relson and Christoph
13310
13311 2004-12-07 [colin]      0.9.13cvs2.1
13312
13313         * ChangeLog.claws
13314         * AUTHORS
13315         * po/sk.po
13316         * src/procmime.c
13317         * src/prefs_account.c
13318         * src/common/smtp.c
13319         * src/common/smtp.h
13320                 Sync with HEAD
13321
13322 2004-12-06 [colin]      0.9.12cvs187.1
13323
13324         * ChangeLog.claws
13325         * INSTALL
13326         * Makefile.am
13327         * README.claws
13328         * TODO.claws
13329         * configure.ac
13330         * po/bg.po
13331         * po/cs.po
13332         * po/el.po
13333         * po/en_GB.po
13334         * po/es.po
13335         * po/fr.po
13336         * po/hr.po
13337         * po/hu.po
13338         * po/it.po
13339         * po/ja.po
13340         * po/ko.po
13341         * po/nl.po
13342         * po/pl.po
13343         * po/pt_BR.po
13344         * po/ru.po
13345         * po/sk.po
13346         * po/sr.po
13347         * po/sv.po
13348         * po/zh_CN.po
13349         * po/zh_TW.Big5.po
13350         * src/compose.c
13351         * tools/Makefile.am
13352         * tools/README
13353         * tools/filter_conv.pl
13354         * tools/kdeservicemenu/README
13355         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13356         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13357                 Sync with HEAD
13358
13359 2004-12-04 [colin]      0.9.12cvs183.1
13360
13361         * src/compose.c
13362                 Sync with HEAD (compose window position saving)
13363
13364 2004-12-04 [paul]       0.9.12cvs182.3
13365
13366         * src/messageview.c
13367         * src/mimeview.c
13368         * src/prefs_customheader.c
13369         * src/gtk/quicksearch.c
13370                 replace some forgotten GTK_SIGNAL_FUNCs
13371
13372 2004-12-04 [paul]       0.9.12cvs182.2
13373
13374         * src/Makefile.am
13375                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13376                 committed in error      
13377
13378 2004-12-04 [paul]       0.9.12cvs182.1
13379
13380         * ChangeLog
13381         * ChangeLog.claws
13382         * ChangeLog.jp
13383         * INSTALL
13384         * NEWS
13385         * README
13386         * README.jp
13387         * configure.ac
13388         * doc/manual/ja/Makefile.am
13389         * doc/manual/ja/sylpheed-1.html
13390         * doc/manual/ja/sylpheed-10.html
13391         * doc/manual/ja/sylpheed-11.html
13392         * doc/manual/ja/sylpheed-12.html
13393         * doc/manual/ja/sylpheed-13.html
13394         * doc/manual/ja/sylpheed-14.html
13395         * doc/manual/ja/sylpheed-15.html
13396         * doc/manual/ja/sylpheed-16.html
13397         * doc/manual/ja/sylpheed-17.html
13398         * doc/manual/ja/sylpheed-18.html
13399         * doc/manual/ja/sylpheed-19.html
13400         * doc/manual/ja/sylpheed-2.html
13401         * doc/manual/ja/sylpheed-20.html
13402         * doc/manual/ja/sylpheed-3.html
13403         * doc/manual/ja/sylpheed-4.html
13404         * doc/manual/ja/sylpheed-5.html
13405         * doc/manual/ja/sylpheed-6.html
13406         * doc/manual/ja/sylpheed-7.html
13407         * doc/manual/ja/sylpheed-8.html
13408         * doc/manual/ja/sylpheed-9.html
13409         * doc/manual/ja/sylpheed.html
13410         * doc/manual/ja/sylpheed.sgml
13411         * po/de.po
13412         * src/Makefile.am
13413         * src/compose.c
13414         * src/procmime.c
13415         * src/pixmaps/regular.xpm **REMOVED**
13416         * src/plugins/pgpmime/pgpmime.c
13417         * src/plugins/pgpmime/plugin.c
13418         * src/plugins/pgpmime/prefs_gpg.c
13419                 sync with HEAD
13420
13421 2004-12-03 [paul]       0.9.12cvs180.1
13422
13423         * ChangeLog
13424         * ChangeLog.claws
13425         * ChangeLog.jp
13426         * configure.ac
13427         * src/Makefile.am
13428         * src/pop.c
13429         * src/common/utils.c
13430         * src/common/utils.h
13431         * src/pixmaps/continue.xpm
13432         * src/pixmaps/dir_close.xpm
13433         * src/pixmaps/dir_open.xpm
13434         * src/pixmaps/drafts_close.xpm
13435         * src/pixmaps/drafts_open.xpm
13436         * src/pixmaps/folder.xpm **REMOVED**
13437         * src/pixmaps/group.xpm
13438         * src/pixmaps/unread.xpm
13439                 sync with HEAD
13440
13441 2004-12-02 [colin]      0.9.12cvs179.1
13442
13443         * src/compose.c
13444                 Sync with HEAD (non-duplicated reedition)
13445
13446 2004-12-02 [colin]      0.9.12cvs178.1
13447
13448         * src/compose.c
13449                 Sync with HEAD (linewrap_quote fix)
13450
13451 2004-12-01 [colin]      0.9.12cvs177.3
13452
13453         * src/addrharvest.c
13454                 Replace sizeof with strlen
13455
13456 2004-12-01 [paul]       0.9.12cvs177.2
13457
13458         * src/addrharvest.c
13459                 fix 'harvest addresses'
13460
13461 2004-11-30 [colin]      0.9.12cvs177.1
13462
13463         * src/gtk/prefswindow.c
13464         * src/gtk/pluginwindow.c
13465                 Sync with HEAD
13466
13467 2004-11-29 [colin]      0.9.12cvs176.1
13468
13469         * src/folderview.c
13470                 sync with HEAD (Fix disappearing separators in folderview's popup)
13471
13472 2004-11-29 [colin]      0.9.12cvs175.1
13473
13474         * src/procmime.c
13475                 Sync with head (another format fix)
13476
13477 2004-11-29 [colin]      0.9.12cvs174.1
13478
13479         * src/pop.c
13480                 Sync with HEAD (format string fix)
13481
13482 2004-11-26 [colin]      0.9.12cvs173.1
13483
13484         * src/common/smtp.c
13485         * src/common/smtp.h
13486                 Sync with HEAD
13487
13488 2004-11-24 [colin]      0.9.12cvs172.1
13489
13490         * src/plugins/pgpmime/pgpmime.c
13491                 Sync with HEAD
13492
13493 2004-11-24 [colin]      0.9.12cvs171.1
13494
13495         * src/plugins/pgpmime/pgpmime.c
13496                 Sync with head (gpgmectx leaks)
13497
13498 2004-11-24 [colin]      0.9.12cvs169.1
13499
13500         * src/plugins/pgpmime/plugin.c
13501         * src/plugins/trayicon/Makefile.am
13502         * src/plugins/trayicon/newmarkedmail.xpm
13503         * src/plugins/trayicon/trayicon.c
13504         * src/plugins/trayicon/unreadmarkedmail.xpm
13505                 Sync with HEAD
13506
13507 2004-11-23 [colin]      0.9.12cvs168.1
13508
13509         * src/partial_download.c
13510         * src/partial_download.h
13511         * src/plugins/pgpmime/plugin.c
13512                 Sync with HEAD
13513
13514 2004-11-23 [colin]      0.9.12cvs166.1
13515
13516         * src/Makefile.am
13517         * src/codeconv.c
13518         * src/compose.c
13519         * src/folderview.c
13520         * src/main.c
13521         * src/partial_download.c
13522         * src/partial_download.h
13523         * src/prefs_account.c
13524         * src/prefs_account.h
13525         * src/privacy.c
13526         * src/privacy.h
13527         * src/procmime.c
13528         * src/common/Makefile.am
13529         * src/common/base64.h
13530         * src/common/partial_download.c
13531         * src/common/partial_download.h
13532         * src/gtk/prefswindow.c
13533         * src/gtk/prefswindow.h
13534         * src/plugins/pgpmime/pgpmime.c
13535         * src/plugins/pgpmime/prefs_gpg.c
13536         * src/plugins/pgpmime/prefs_gpg.h
13537         * src/plugins/pgpmime/sgpgme.c
13538         * src/plugins/pgpmime/sgpgme.h
13539                 Sync with HEAD
13540
13541 2004-11-23 [colin]      0.9.12cvs163.1
13542
13543         * src/main.c
13544                 Sync with HEAD (cursor optimization)
13545
13546 2004-11-23 [colin]      0.9.12cvs162.1
13547
13548         * src/prefs_common.c
13549         * src/prefs_themes.c
13550         * src/procmsg.c
13551                 Sync with HEAD
13552
13553 2004-11-23 [colin]      0.9.12cvs158.9
13554
13555         * src/compose.c
13556                 Fix double-free when forwarding
13557         * src/msgcache.c
13558                 Fix leak on error path
13559                 
13560
13561 2004-11-23 [colin]      0.9.12cvs158.8
13562
13563         * src/compose.c
13564                 Fix possible double-free
13565                 Spotted by Alfons
13566
13567 2004-11-23 [colin]      0.9.12cvs158.7
13568
13569         * src/compose.c
13570                 Fix some signal handlers' prototypes
13571                 Spotted by Alfons
13572
13573 2004-11-22 [colin]      0.9.12cvs158.6
13574
13575         * src/compose.c
13576                 Remove unneeded code and duplicated
13577                 wrapping - patch by Alfons
13578
13579 2004-11-22 [colin]      0.9.12cvs158.5
13580
13581         * src/prefs_themes.c
13582                 Fix oversized selector
13583
13584 2004-11-22 [colin]      0.9.12cvs158.4
13585
13586         * src/compose.c
13587                 fix dump_text()
13588                 patch by Alfons
13589
13590 2004-11-19 [colin]      0.9.12cvs158.3
13591
13592         * src/textview.c
13593                 Add a context menu on links (open, copy)
13594
13595 2004-11-18 [paul]       0.9.12cvs158.2
13596
13597         * src/addrgather.c
13598         * src/exphtmldlg.c
13599         * src/expldifdlg.c
13600         * src/mimeview.c
13601         * src/prefs_common.c
13602         * src/plugins/image_viewer/viewer.c
13603         * src/plugins/spamassassin/spamassassin_gtk.c
13604                 replace deprecated gtk_notebook_set_page
13605                 and gtk_notebook_current_page
13606
13607 2004-11-18 [paul]       0.9.12cvs158.1
13608
13609         * configure.ac
13610         * src/compose.c
13611         * src/mainwindow.c
13612         * src/messageview.c
13613         * src/prefs_common.c
13614         * src/common/utils.c
13615         * src/common/utils.h
13616                 sync with HEAD
13617
13618 2004-11-17 [colin]      0.9.12cvs156.1
13619
13620         * src/prefs_account.c
13621         * src/prefs_account.h
13622         * src/procmsg.c
13623                 Sync with HEAD (add pref to store encrypted mails encrypted)
13624
13625 2004-11-17 [paul]       0.9.12cvs155.1
13626
13627         * ChangeLog
13628         * ChangeLog.claws
13629         * ChangeLog.jp
13630         * NEWS
13631         * configure.ac
13632         * src/compose.c
13633         * src/jpilot.c
13634         * src/privacy.c
13635         * src/procmime.c
13636         * src/procmime.h
13637         * src/procmsg.c
13638         * src/toolbar.c
13639         * src/pixmaps/error.xpm
13640                 sync with HEAD
13641
13642 2004-11-17 [colin]      0.9.12cvs151.1
13643
13644         * src/plugins/pgpmime/pgpmime.c
13645                 Sync with HEAD (remove debug printf)
13646
13647 2004-11-17 [colin]      0.9.12cvs150.1
13648
13649         * src/plugins/pgpmime/pgpmime.c
13650                 Sync with HEAD (off-by-one fix)
13651
13652 2004-11-17 [colin]      0.9.12cvs149.1
13653
13654         * src/procmsg.c
13655                 Sync with HEAD (coding style fixes)
13656
13657 2004-11-16 [colin]      0.9.12cvs148.1
13658
13659         * src/procmsg.c
13660                 Sync with head (Fix the fix)
13661
13662 2004-11-16 [colin]      0.9.12cvs147.1
13663
13664         * src/procmsg.c
13665                 Sync with Main (leak fix)
13666
13667 2004-11-16 [colin]      0.9.12cvs146.14
13668
13669         * src/compose.c
13670                 Remove useless chunk of code
13671                 Patch by Alfons
13672
13673 2004-11-15 [colin]      0.9.12cvs146.13
13674
13675         * src/compose.c
13676                 Fix drafting after insertion
13677                 Patch by Alfons
13678
13679 2004-11-15 [colin]      0.9.12cvs146.12
13680
13681         * src/compose.c
13682         * src/prefs_filtering.c
13683         * src/prefs_filtering_action.c
13684         * src/prefs_toolbar.c
13685                 Fix some const-correctness
13686
13687 2004-11-15 [colin]      0.9.12cvs146.11
13688
13689         * src/summaryview.c
13690         * src/prefs_themes.c
13691         * src/messageview.c
13692                 Fix some leaks
13693
13694 2004-11-15 [colin]      0.9.12cvs146.10
13695
13696         * src/codeconv.c
13697                 More unreadable locale fixes
13698
13699 2004-11-14 [colin]      0.9.12cvs146.9
13700
13701         * src/textview.c
13702                 Fix uri_security_check
13703                 Patch by Alfons
13704
13705 2004-11-13 [paul]       0.9.12cvs146.8
13706
13707         * src/folder.c
13708         * src/procmime.c
13709                 fix 2 bugs introduced in last commit
13710
13711 2004-11-13 [paul]       0.9.12cvs146.7
13712
13713         * src/compose.c
13714         * src/exporthtml.c
13715         * src/exportldif.c
13716         * src/folder.c
13717         * src/imap.c
13718         * src/imap_gtk.c
13719         * src/main.c
13720         * src/mainwindow.c
13721         * src/messageview.c
13722         * src/mh_gtk.c
13723         * src/prefs_themes.c
13724         * src/procmime.c
13725         * src/setup.c
13726         * src/summaryview.c
13727                 replace deprecated g_basename
13728
13729 2004-11-13 [paul]       0.9.12cvs146.6
13730
13731         * src/compose.c
13732         * src/imap.c
13733         * src/matcher_parser.h
13734         * src/matcher_parser_parse.y
13735         * src/prefs_filtering.c
13736         * src/prefs_filtering_action.c
13737         * src/prefs_themes.c
13738         * src/prefs_toolbar.c
13739         * src/common/utils.c
13740                 various small fixes/cleanups
13741
13742 2004-11-12 [colin]      0.9.12cvs146.5
13743
13744         * src/textview.c
13745                 Validate event's origin on visibility notify
13746                 Patch by Alfons.
13747
13748 2004-11-12 [paul]       0.9.12cvs146.4
13749
13750         * src/exporthtml.c
13751         * src/exportldif.c
13752         * src/imap.c
13753         * src/mh.c
13754         * src/mimeview.c
13755         * src/prefs_spelling.c
13756         * src/prefs_themes.c
13757                 replace deprecated g_dirname    
13758
13759 2004-11-12 [colin]      0.9.12cvs146.3
13760
13761         * src/textview.c
13762                 Some coding style fixes
13763
13764 2004-11-12 [colin]      0.9.12cvs146.2
13765
13766         * src/codeconv.c
13767                 We want to replace _all_ extended chars in
13768                 conv_unreadable_*, because any string containing
13769                 extended chars not parsing as UTF8 is 
13770                 undisplayed on gtk2.
13771
13772 2004-11-12 [paul]       0.9.12cvs146.1
13773
13774         * ChangeLog
13775         * ChangeLog.claws
13776         * ChangeLog.jp
13777         * NEWS
13778         * configure.ac
13779         * src/account.c
13780         * src/folderview.c
13781         * src/folderview.h
13782         * src/imap.c
13783         * src/imap_gtk.c
13784         * src/inc.c
13785         * src/mainwindow.c
13786         * src/mh_gtk.c
13787         * src/news_gtk.c
13788         * src/pop.c
13789         * src/prefs_account.c
13790         * src/prefs_account.h
13791         * src/prefs_ext_prog.c
13792         * src/procmime.c
13793         * src/procmime.h
13794         * src/procmsg.c
13795         * src/procmsg.h
13796         * src/summary_search.c
13797         * src/summaryview.c
13798         * src/textview.c
13799         * src/common/defs.h
13800         * src/common/utils.c
13801         * src/common/utils.h
13802         * src/gtk/menu.c
13803         * src/gtk/menu.h
13804                 sync with HEAD
13805
13806 2004-11-11 [colin]      0.9.12cvs144.2
13807
13808         * src/textview.c
13809                 Fix URI range selection (patch by Alfons)
13810
13811 2004-11-09 [colin]      0.9.12cvs144.1
13812
13813         * ChangeLog.claws
13814         * src/compose.c
13815         * src/folder.c
13816         * src/folder_item_prefs.c
13817         * src/prefs_account.c
13818         * src/prefs_account.h
13819         * src/plugins/pgpmime/pgpmime.c
13820                 Sync with HEAD
13821
13822 2004-11-08 [colin]      0.9.12cvs143.1
13823
13824         * src/summaryview.c
13825                 Sync with HEAD (optimize quicksearch)
13826
13827 2004-11-08 [colin]      0.9.12cvs142.2
13828
13829         * src/compose.c
13830                 Don't wrap when Edit/Auto wrapping is disabled
13831
13832 2004-11-08 [colin]      0.9.12cvs142.1
13833
13834         * src/textview.c
13835                 Sync with HEAD
13836
13837 2004-11-08 [colin]      0.9.12cvs141.1
13838
13839         * src/textview.c
13840                 Sync with HEAD (fix some mail URIs)
13841
13842 2004-11-08 [colin]      0.9.12cvs140.3
13843
13844         * src/textview.c
13845                 o Use text cursor instead of arrow when
13846                   not on a link
13847                 o Fix handling of contiguous links (as in
13848                   "colin@colino.net" <colin@colino.net>)
13849                   This one unveils a bug in get_email_part()
13850
13851 2004-11-07 [colin]      0.9.12cvs140.2
13852
13853         * src/textview.c
13854                 Fix memleak. Patch by Alfons.
13855
13856 2004-11-06 [colin]      0.9.12cvs140.1
13857
13858         * src/compose.c
13859                 Sync with HEAD (don't ask passphrase
13860                 when drafting)
13861
13862 2004-11-06 [paul]       0.9.12cvs139.2
13863
13864         * AUTHORS
13865         * src/textview.c
13866         * src/textview.h
13867                 textview URI handling. hovering over a 
13868                 link displays it in the status bar,
13869                 and changes the mouse pointer to a hand 
13870                 cursor. a link is activated with a single 
13871                 click. (Modified from the) patch by Jean-Yves 
13872                 Lefort <jylefort@users.sourceforge.net>
13873                 
13874
13875 2004-11-05 [colin]      0.9.12cvs139.1
13876
13877         * src/compose.c
13878         * src/procmime.c
13879                 Sync with HEAD again ^^
13880
13881 2004-11-05 [colin]      0.9.12cvs139.1
13882
13883         * src/compose.c
13884         * src/procmime.c
13885                 Sync with HEAD
13886
13887 2004-11-03 [paul]       0.9.12cvs138.1
13888
13889         * ChangeLog.claws
13890         * configure.ac
13891         * po/POTFILES.in
13892         * src/prefs_ext_prog.c
13893         * src/procmime.c
13894         * tools/kdeservicemenu/README
13895         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13896         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13897                 sync with HEAD
13898
13899 2004-11-01 [christoph]  0.9.12cvs136.2
13900
13901         * src/procmime.c
13902                 convert MIME parameters to UTF-8
13903
13904 2004-10-29 [colin]      0.9.12cvs136.1
13905
13906         * src/common/utils.c
13907                 Sync with HEAD (don't use '=' in mime boundary)
13908
13909 2004-10-29 [paul]       0.9.12cvs135.1
13910
13911         * configure.ac
13912         * doc/src/rfc2231.txt
13913         * src/procmime.c
13914         * src/common/quoted-printable.c
13915         * src/common/utils.c
13916         * src/common/utils.h
13917                 sync with HEAD
13918
13919 2004-10-27 [paul]       0.9.12cvs134.1
13920
13921         * configure.ac
13922         * src/main.c
13923         * src/procmime.c
13924         * src/plugins/pgpmime/pgpmime.c
13925                 sync with HEAD
13926
13927 2004-10-26 [paul]       0.9.12cvs132.3
13928
13929         * src/account.c
13930         * src/addressbook.c
13931         * src/addrgather.c
13932         * src/addrharvest.c
13933         * src/codeconv.c
13934         * src/compose.c
13935         * src/customheader.c
13936         * src/editaddress.c
13937         * src/editgroup.c
13938         * src/enriched.c
13939         * src/expldifdlg.c
13940         * src/exporthtml.c
13941         * src/exportldif.c
13942         * src/folder.c
13943         * src/foldersel.c
13944         * src/folderview.c
13945         * src/grouplistdialog.c
13946         * src/html.c
13947         * src/imap.c
13948         * src/jpilot.c
13949         * src/ldapserver.c
13950         * src/ldif.c
13951         * src/mimeview.c
13952         * src/news.c
13953         * src/news_gtk.c
13954         * src/pop.c
13955         * src/prefs_display_header.c
13956         * src/prefs_gtk.c
13957         * src/prefs_msg_colors.c
13958         * src/prefs_toolbar.c
13959         * src/procheader.c
13960         * src/procmime.c
13961         * src/summaryview.c
13962         * src/textview.c
13963         * src/toolbar.c
13964         * src/vcard.c
13965         * src/common/mgutils.c
13966         * src/common/nntp.c
13967         * src/common/smtp.c
13968         * src/common/template.c
13969         * src/common/utils.c
13970         * src/common/xmlprops.c
13971         * src/plugins/pgpmime/pgpmime.c
13972         * src/plugins/pgpmime/select-keys.c
13973         * src/plugins/pgpmime/sgpgme.c
13974                 replace deprecated g_strcasecmp(), g_strncasecmp(),
13975                 g_string_sprintfa(), gtk_notebook_current_page()
13976
13977 2004-10-26 [colin]      0.9.12cvs132.2
13978
13979         * src/prefs_folder_item.c
13980                 Fix default-account selection
13981
13982 2004-10-21 [colin]      0.9.12cvs133
13983
13984         * src/compose.c
13985                 Sync with HEAD (Remove extra separator in compose's Options)
13986         * src/textview.c
13987                 Set wrapping to char
13988
13989 2004-10-21 [paul]       0.9.12cvs131.2
13990
13991         * src/compose.c
13992         * src/sourcewindow.c
13993                 fix wrapping
13994                 fix window shrinking 
13995
13996 2004-10-21 [colin]      0.9.12cvs131.1
13997
13998         * ChangeLog.claws
13999         * src/compose.c
14000                 Sync with HEAD
14001
14002 2004-10-21 [paul]       0.9.12cvs130.2
14003
14004         * src/prefs_folder_item.c
14005                 sync with HEAD (Apply to subfolders)
14006
14007 2004-10-19 [colin]      0.9.12cvs130.1
14008
14009         * ChangeLog.claws
14010         * src/compose.c
14011         * src/common/utils.c
14012         * src/gtk/menu.c
14013                 Sync with HEAD
14014
14015 2004-10-19 [colin]      0.9.12cvs128.1
14016
14017         * src/addrbook.c
14018         * src/addrcache.c
14019         * src/addressbook.c
14020         * src/codeconv.c
14021         * src/compose.c
14022         * src/customheader.c
14023         * src/editaddress.c
14024         * src/editgroup.c
14025         * src/exporthtml.c
14026         * src/folder.c
14027         * src/folderview.c
14028         * src/imap.c
14029         * src/jpilot.c
14030         * src/main.c
14031         * src/matcher_parser_parse.y
14032         * src/mbox.c
14033         * src/pop.c
14034         * src/prefs_account.c
14035         * src/prefs_gtk.c
14036         * src/prefs_msg_colors.c
14037         * src/procheader.c
14038         * src/procmime.c
14039         * src/procmime.h
14040         * src/procmsg.c
14041         * src/summaryview.c
14042         * src/textview.c
14043         * src/common/base64.c
14044         * src/common/partial_download.c
14045         * src/common/socket.c
14046         * src/common/sylpheed.c
14047         * src/common/utils.c
14048         * src/common/utils.h
14049         * src/gtk/pluginwindow.c
14050         * src/gtk/quicksearch.c
14051         * src/plugins/clamav/clamav_plugin.c
14052         * src/plugins/clamav/clamav_plugin.h
14053         * src/plugins/clamav/clamav_plugin_gtk.c
14054         * src/plugins/pgpmime/passphrase.c
14055         * src/plugins/pgpmime/pgpmime.c
14056         * src/plugins/pgpmime/plugin.c
14057         * src/plugins/pgpmime/prefs_gpg.c
14058         * src/plugins/pgpmime/prefs_gpg.h
14059         * src/plugins/pgpmime/select-keys.c
14060         * src/plugins/pgpmime/sgpgme.c
14061         * src/plugins/spamassassin/libspamc.c
14062         * src/plugins/spamassassin/spamassassin.c
14063         * src/plugins/spamassassin/spamassassin.h
14064         * src/plugins/spamassassin/spamassassin_gtk.c
14065         * src/plugins/trayicon/trayicon.c
14066         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14067                 Sync with HEAD
14068
14069 2004-10-14 [colin]      0.9.12cvs126.2
14070
14071         * src/codeconv.c
14072         * src/textview.c
14073                 Fix conv_unreadable_locale
14074
14075 2004-10-13 [colin]      0.9.12cvs126.1
14076
14077         * src/compose.c
14078                 Sync with HEAD (don't convert charset for 
14079                 drafted messages, minor cleanup)
14080
14081 2004-10-13 [colin]      0.9.12cvs125.1
14082
14083         * po/POTFILES.in
14084                 Sync with HEAD (POTFILES fix)
14085
14086 2004-10-12 [colin]      0.9.12cvs124.3
14087
14088         * src/compose.c
14089                 Fix encoding bug from latest sync
14090
14091 2004-10-12 [paul]       0.9.12cvs124.2
14092
14093         * src/plugins/pgpmime/prefs_gpg.c
14094         * src/plugins/pgpmime/prefs_gpg.h
14095                 forgotten in last commit        
14096
14097 2004-10-12 [paul]       0.9.12cvs124.1
14098
14099         * ChangeLog.claws
14100         * configure.ac
14101         * m4/spamassassin.m4
14102         * src/Makefile.am
14103         * src/account.c
14104         * src/compose.c
14105         * src/compose.h
14106         * src/crash.c
14107         * src/main.c
14108         * src/mimeview.c
14109         * src/passphrase.c
14110         * src/passphrase.h
14111         * src/prefs_account.c
14112         * src/prefs_account.h
14113         * src/prefs_common.c
14114         * src/privacy.c
14115         * src/privacy.h
14116         * src/procmime.c
14117         * src/procmime.h
14118         * src/procmsg.c
14119         * src/rfc2015.c
14120         * src/rfc2015.h
14121         * src/select-keys.c
14122         * src/select-keys.h
14123         * src/textview.c
14124         * src/common/utils.c
14125         * src/common/utils.h
14126         * src/gtk/about.c
14127         * src/plugins/pgpmime/Makefile.am
14128         * src/plugins/pgpmime/passphrase.c
14129         * src/plugins/pgpmime/passphrase.h
14130         * src/plugins/pgpmime/pgpmime.c
14131         * src/plugins/pgpmime/plugin.c
14132         * src/plugins/pgpmime/select-keys.c
14133         * src/plugins/pgpmime/select-keys.h
14134         * src/plugins/pgpmime/sgpgme.c
14135         * src/plugins/pgpmime/sgpgme.h
14136                 sync with HEAD
14137
14138 2004-10-04 [colin]      0.9.12cvs122.1
14139
14140         * src/mainwindow.c
14141         * src/messageview.c
14142         * src/messageview.h
14143         * src/textview.c
14144                 Sync with HEAD
14145
14146 2004-10-04 [colin]      0.9.12cvs121.1
14147
14148         * src/summaryview.c
14149                 Sync with HEAD
14150
14151 2004-10-04 [paul]       0.9.12cvs120.1
14152
14153         * configure.ac
14154                 sync with HEAD [don't try to build 
14155                 pgpmime plugin when gpgme is disabled]
14156
14157 2004-10-03 [colin]      0.9.12cvs119.3
14158
14159         * src/gtk/gtksctree.c
14160                 Lots of side effects. Put back as before 117.2.
14161         * src/summaryview.c
14162                 Fix bug #602
14163
14164 2004-10-03 [colin]      0.9.12cvs119.2
14165
14166         * src/gtk/gtksctree.c
14167                 Revert 608 fix that doesn't work that good
14168
14169 2004-10-02 [colin]      0.9.12cvs119.1
14170
14171         * src/mainwindow.c
14172         * src/messageview.c
14173         * src/prefs_common.h
14174         * src/procmime.c
14175         * src/procmime.h
14176         * src/textview.c
14177                 Sync with HEAD
14178         * src/gtk/gtksctree.c
14179                 Close bug #608
14180
14181 2004-10-01 [colin]      0.9.12cvs118.1
14182
14183         * src/mimeview.c
14184                 Sync with HEAD (better Save All fix)
14185
14186 2004-10-01 [colin]      0.9.12cvs117.2
14187
14188         * src/gtk/gtksctree.c
14189                 Faster on selection
14190
14191 2004-10-01 [colin]      0.9.12cvs117.1
14192
14193         * src/mimeview.c
14194                 Sync with HEAD (Save All: only attachments)
14195
14196 2004-10-01 [paul]       0.9.12cvs116.1
14197
14198         * ChangeLog.claws
14199         * configure.ac
14200         * src/account.c
14201         * src/prefs_common.c
14202         * src/gtk/colorlabel.c
14203                 sync with HEAD
14204
14205 2004-09-30 [colin]      0.9.12cvs115.1
14206
14207         * src/stock_pixmap.c
14208         * src/stock_pixmap.h
14209         * src/folderview.c
14210         * src/Makefile.am
14211         * src/pixmaps/read.xpm
14212                 Sync with HEAD (new pixmap)
14213
14214 2004-09-29 [colin]      0.9.12cvs114.1
14215
14216         * src/compose.c
14217                 Sync with HEAD
14218                 Fix focus handling in headers
14219
14220 2004-09-29 [paul]       0.9.12cvs113.1
14221
14222         * src/quote_fmt_parse.y
14223                 sync with HEAD
14224  
14225
14226 2004-09-28 [colin]      0.9.12cvs112.1
14227
14228         * src/folderview.c
14229         * src/mainwindow.c
14230                 Sync with HEAD
14231
14232 2004-09-28 [colin]      0.9.12cvs110.1
14233
14234         * src/folderview.c
14235                 Sync with HEAD (Contextual Empty trash menu)
14236
14237 2004-09-28 [colin]      0.9.12cvs108.1
14238
14239         * src/addressbook.c
14240                 Sync with HEAD (addressbook edit on double-click)
14241
14242 2004-09-28 [colin]      0.9.12cvs106.1
14243
14244         * src/inc.c
14245                 Sync with HEAD (folder_item freeze on inc)
14246
14247 2004-09-27 [colin]      0.9.12cvs105.1
14248
14249         * src/folderview.c
14250                 Sync with HEAD (right-align new and unread column)
14251
14252 2004-09-27 [colin]      0.9.12cvs104.1
14253
14254         * src/main.c
14255                 Sync with HEAD (revert 0.9.12cvs101)
14256
14257 2004-09-24 [colin]      0.9.12cvs103.2
14258
14259         * src/wizard.c
14260                 Fix gtk warnings and use domain part of the email address 
14261                 when domain detection fails (no dot in domain name)
14262
14263 2004-09-23 [colin]      0.9.12cvs103.1
14264
14265         * src/plugins/spamassassin/libspamc.c
14266         * src/plugins/spamassassin/libspamc.h
14267         * src/plugins/spamassassin/utils.c
14268         * src/plugins/spamassassin/utils.h
14269                 Sync with HEAD (Update spamassassin to 3.0)
14270
14271 2004-09-21 [colin]      0.9.12cvs102.3
14272
14273         * src/action.c
14274                 Add horizontal scrollbar in action io dialog as needed
14275                 Patch by Alfons.
14276
14277 2004-09-20 [colin]      0.9.12cvs102.2
14278
14279         * src/plugins/image_viewer/viewer.c
14280                 Remove imlib stuff
14281                 use gtk_pixmap_set when clearing
14282                 (would be better to use gtkImages, but causes size-allocate 
14283                 signals storm)
14284
14285 2004-09-17 [paul]       0.9.12cvs102.1
14286
14287         * ChangeLog
14288         * ChangeLog.claws
14289         * ChangeLog.jp
14290         * configure.ac
14291         * src/inc.c
14292                 sync with HEAD
14293
14294
14295 2004-09-17 [colin]      0.9.12cvs101.1
14296
14297         * ChangeLog.claws
14298         * src/main.c
14299                 Sync with HEAD (fix segs at exit)
14300
14301 2004-09-14 [colin]      0.9.12cvs99.5
14302
14303         * src/common/socket.c
14304         * AUTHORS
14305                 Fix send error on 64bit platforms
14306                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14307
14308 2004-09-14 [colin]      0.9.12cvs99.4
14309
14310         * src/action.c
14311                 Fix action output with utf8 
14312                 Patch by Alfons.
14313
14314 2004-09-14 [colin]      0.9.12cvs99.3
14315
14316         * ChangeLog.claws
14317         * src/folder.c
14318                 Sync with HEAD
14319
14320 2004-09-09 [colin]      0.9.12cvs99.2
14321
14322         * src/action.c
14323                 Fix progress bar (displaying "Completed %v/%u")
14324                 Patch by Alfons.
14325
14326 2004-09-08 [colin]      0.9.12cvs99.1
14327
14328         * src/account.c
14329         * src/folder.c
14330         * src/procmsg.c
14331         * src/procmsg.h
14332         * src/plugins/pgpmime/pgpmime.c
14333                 Sync with HEAD
14334
14335 2004-09-08 [colin]      0.9.12cvs97.2
14336
14337         * src/summaryview.c
14338                 Don't select mails in collapsed threads 
14339                 when navigating with up/down
14340
14341 2004-09-07 [colin]      0.9.12cvs97.1
14342
14343         * src/inc.c
14344                 Sync with HEAD (meaningful error messages)
14345
14346 2004-09-06 [colin]      0.9.12cvs96.1
14347
14348         * src/toolbar.c
14349                 Sync with HEAD (fix Redirect graying out)
14350
14351 2004-09-06 [colin]      0.9.12cvs95.1
14352
14353         * src/summaryview.c
14354         * src/mimeview.c
14355                 Sync with HEAD (fix dropped URIs)
14356
14357 2004-09-06 [colin]      0.9.12cvs94.1
14358
14359         * src/addressbook.c
14360         * src/addressitem.h
14361         * src/addritem.c
14362         * src/addritem.h
14363                 Sync with HEAD (addressbook DnD)
14364
14365 2004-09-03 [colin]      0.9.12cvs93.1
14366
14367         * src/summaryview.c
14368                 Sync with HEAD (next/prev unread)
14369
14370 2004-09-03 [colin]      0.9.12cvs92.1
14371
14372         * src/prefs_common.c
14373         * src/prefs_common.h
14374         * src/summaryview.c
14375                 Sync with HEAD ('mark_as_read_delay' pref)
14376
14377 2004-09-02 [colin]      0.9.12cvs91.2
14378
14379         * src/common/xml.c
14380                 Fix leak
14381
14382 2004-09-02 [colin]      0.9.12cvs91.1
14383
14384         * src/gtk/menu.c
14385                 Sync with HEAD (menu accel don't work, but whatever)
14386
14387 2004-09-02 [colin]      0.9.12cvs90.1
14388
14389         * src/account.c
14390                 Sync with HEAD (fix bug 582)
14391
14392 2004-09-02 [colin]      0.9.12cvs89.1
14393
14394         * src/addrindex.c
14395                 Sync with HEAD (free deleted queries)
14396
14397 2004-09-02 [colin]      0.9.12cvs88.1
14398
14399         * src/ldapquery.c
14400                 Sync with HEAD (fix LDAP freezes)
14401
14402 2004-09-02 [colin]      0.9.12cvs87.1
14403
14404         * src/prefs_spelling.c
14405                 Sync with HEAD (add default dictionary)
14406
14407 2004-09-01 [colin]      0.9.12cvs86.1
14408
14409         * src/filtering.c
14410         * src/folderview.c
14411         * src/imap.c
14412         * src/prefs_matcher.c
14413         * src/stock_pixmap.c
14414         * src/summary_search.c
14415         * src/summaryview.c
14416         * src/wizard.c
14417         * src/wizard.h
14418                 Sync with HEAD (uninitialized vars fixes)
14419                 + gtk2 specific warning fixes
14420
14421 2004-08-31 [colin]      0.9.12cvs85.1
14422
14423         * src/folder.c
14424                 Sync with HEAD (Fix memory corruption due to 
14425                 uninitialized var)
14426
14427 2004-08-31 [colin]      0.9.12cvs84.4
14428
14429         * src/summary_search.c
14430                 Fix segfaults when searching in folders with broken headers
14431
14432 2004-08-31 [colin]      0.9.12cvs84.3
14433
14434         * src/compose.c
14435         * src/textview.c
14436                 Fix some more encoding/decoding issues
14437
14438 2004-08-30 [colin]      0.9.12cvs84.2
14439
14440         * src/mimeview.c
14441         * src/prefs_themes.c
14442         * src/gtk/filesel.c
14443         * src/gtk/filesel.h
14444                 Add a folder-mode selection (fixes mimeview's "Save all")
14445
14446 2004-08-29 [colin]      0.9.12cvs84.1
14447
14448         * src/mimeview.c
14449                 Sync with HEAD (don't escape saved filenames)
14450
14451 2004-08-27 [colin]      0.9.12cvs83.1
14452
14453         * ChangeLog
14454         * ChangeLog.claws
14455         * ChangeLog.jp
14456         * src/mh.c
14457         * src/procheader.c
14458         * src/procmsg.c
14459         * src/procmsg.h
14460         * src/common/utils.c
14461         * src/gtk/menu.h
14462         * po/
14463                 Sync with HEAD 0.9.12cvs83 (sync with main)
14464
14465 2004-08-26 [colin]      0.9.12cvs82.4
14466
14467         * src/codeconv.c
14468                 Fix strange stack corruption
14469                 Convert to utf8 after unmime, not before
14470
14471 2004-08-26 [colin]      0.9.12cvs82.3
14472
14473         * src/main.c
14474         * src/wizard.c
14475                 Fix account folders duplication
14476
14477 2004-08-25 [colin]      0.9.12cvs82.2
14478
14479         * src/wizard.c
14480                 Remove ports
14481                 Add SSL selection
14482                 Use login@server as account name
14483
14484 2004-08-25 [colin]      0.9.12cvs82.1
14485
14486         * src/plugins/pgpmime/pgpmime.c
14487                 Sync with HEAD (leak fix).
14488
14489 2004-08-25 [colin]      0.9.12cvs81.1
14490
14491         * src/plugins/pgpmime/pgpmime.c
14492         * src/plugins/pgpmime/sgpgme.c
14493         * src/plugins/pgpmime/sgpgme.h
14494                 Sync with HEAD (Handle combined messages).
14495
14496 2004-08-24 [colin]      0.9.12cvs80.3
14497
14498         * src/wizard.c
14499                 Fix full name, ports, and imap
14500
14501 2004-08-24 [colin]      0.9.12cvs80.2
14502
14503         * src/Makefile.am
14504         * src/main.c
14505         * src/setup.c
14506         * src/setup.h
14507         * src/stock_pixmap.c
14508         * src/stock_pixmap.h
14509         * src/wizard.c ** ADDED **
14510         * src/wizard.h ** ADDED ** 
14511         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14512                 Add a setup wizard 
14513
14514 2004-08-24 [colin]      0.9.12cvs80.1
14515
14516         * src/folder.c
14517                 Sync with HEAD (set mimeflags on all messages)
14518
14519 2004-08-24 [colin]      0.9.12cvs79.3
14520
14521         * src/matcher_parser_lex.l
14522                 Fix 8bits strings not in utf8
14523
14524 2004-08-24 [colin]      0.9.12cvs79.2
14525
14526         * src/compose.c
14527                 Check conversion result before replacing buffer
14528
14529 2004-08-23 [colin]      0.9.12cvs79.1
14530
14531         * src/compose.c
14532                 Sync with HEAD (create message header in memory)
14533
14534 2004-08-23 [colin]      0.9.12cvs78.1
14535
14536         * src/rfc2015.c
14537         * src/rfc2015.h
14538                 Sync with HEAD (fix bug 197 again)
14539
14540 2004-08-23 [colin]      0.9.12cvs77.3
14541
14542         * src/compose.c
14543                 Fix again inline gpg signing (which outputs utf8
14544                 in gtk2). Not syncing this fix to HEAD as this 
14545                 code is meant to die.
14546
14547 2004-08-23 [colin]      0.9.12cvs77.2
14548
14549         * src/prefs_account.h
14550                 Remove useless include
14551
14552 2004-08-23 [colin]      0.9.12cvs77.1
14553
14554         * src/imap.c
14555         * po/es.po
14556         * po/fr.po
14557         * po/it.po
14558         * po/pl.po
14559         * po/pt_BR.po
14560         * po/sk.po
14561         * po/sr.po
14562                 Sync with HEAD (fix bug 577)
14563
14564 2004-08-22 [colin]      0.9.12cvs76.1
14565
14566         * src/plugins/trayicon/trayicon.c
14567                 Sync with HEAD (fix formatting bug)
14568
14569 2004-08-21 [colin]      0.9.12cvs74.2
14570
14571         * src/gtk/colorsel.c
14572                 Fix bug 564 (Folder color selection window exits on any
14573                 keypress)
14574
14575 2004-08-21 [colin]      0.9.12cvs74.1
14576
14577         * ChangeLog.claws
14578         * src/compose.c
14579         * src/summaryview.c
14580         * src/toolbar.c
14581                 Sync with HEAD (fix bug 576)
14582
14583 2004-08-21 [colin]      0.9.12cvs70.1
14584
14585         * src/compose.c
14586         * src/mainwindow.c
14587                 Sync with HEAD
14588                 
14589
14590 2004-08-21 [paul]       0.9.12cvs66.4
14591
14592         * src/mainwindow.c
14593         * src/messageview.c
14594         * src/gtk/menu.c
14595         * src/plugins/spamassassin/spamassassin_gtk.c
14596                 remove some deprecated gtk1 functions
14597
14598
14599 2004-08-21 [colin]      0.9.12cvs66.3
14600
14601         * src/compose.c
14602         * src/codeconv.c
14603                 Fix warnings
14604                 Remove encoding hacks
14605                 Fix bug 575 (Strange character messes up message)
14606                 Don't display conversion error when drafting
14607
14608 2004-08-21 [paul]       0.9.12cvs66.2
14609
14610         * src/prefs_account.c
14611                 fix GnuPG mode bugs
14612
14613
14614 2004-08-20 [colin]      0.9.12cvs66.1
14615
14616         * src/codeconv.c
14617                 Sync with HEAD 0.9.12cvs66
14618
14619 2004-08-20 [paul]
14620
14621         * src/plugins/pgpmime/plugin.c
14622                 modify PGP/MIME plugin's description
14623
14624 2004-08-17 [colin]      0.9.12cvs65.1
14625
14626         * src/common/ssl.c
14627         * src/plugins/pgpmime/plugin.c
14628                 Sync with HEAD
14629
14630 2004-08-14 [colin]      0.9.12cvs60.3
14631
14632         * src/plugins/trayicon/trayicon.c
14633                 Put back resize callback, on size-request signal
14634                 rather than size-allocate to avoid infinite 
14635                 callback loop
14636
14637 2004-08-13 [colin]      0.9.12cvs60.2
14638
14639         * src/common/defs.h
14640                 Cache versions have been fixed
14641
14642 2004-08-13 [colin]      0.9.12cvs60.1
14643
14644         * src/folderutils.c
14645                 Sync with HEAD
14646
14647 2004-08-12 [colin]      0.9.12cvs59.1
14648
14649         * src/plugins/trayicon/trayicon.c
14650                 Sync with HEAD
14651
14652 2004-08-12 [colin]      0.9.12cvs57.5
14653
14654         * sylpheed.desktop
14655         * configure.ac
14656         * src/Makefile.am
14657         * src/main.c
14658                 Add support for Freedesktop.org's startup notification
14659
14660 2004-08-11 [colin]      0.9.12cvs57.4
14661
14662         * src/textview.c
14663                 Fix off-by-one
14664
14665 2004-08-11 [colin]      0.9.12cvs57.3
14666
14667         * src/message_search.c
14668         * src/summary_search.c
14669                 Make searches case insensitive by default
14670         * src/textview.c
14671                 Fix case-insensitive search in message
14672
14673 2004-08-11 [colin]      0.9.12cvs57.2
14674
14675         * src/summary_search.c
14676                 Let case-sensitive be specified
14677
14678 2004-08-10 [colin]      0.9.12cvs55.4
14679
14680         * src/common/socket.c
14681                 Fix the possible race condition
14682
14683 2004-08-09 [paul]       0.9.12cvs55.3
14684
14685         * configure.ac
14686         * src/Makefile.am
14687         * src/common/Makefile.am
14688                 sync with HEAD
14689
14690
14691 2004-08-09 [paul]       0.9.12cvs55.2
14692
14693         * autogen.sh
14694         * po/poconv.sh
14695                 remove unneeded script
14696
14697         * configure.ac
14698                 add forgotten USE_LDAP_TLS (sync with HEAD)
14699
14700
14701 2004-08-09 [colin]      0.9.12cvs55.1
14702
14703         * src/main.c
14704         * src/common/ssl.c
14705         * src/common/sylpheed.c
14706         * src/common/sylpheed.h
14707                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14708
14709 2004-08-09 [paul]       0.9.12cvs54.1
14710
14711         * ChangeLog
14712         * ChangeLog.claws
14713         * ChangeLog.jp
14714         * configure.ac
14715         * po/POTFILES.in
14716         * src/Makefile.am
14717         * src/folderutils.c
14718         * src/main.c
14719         * src/pgpmime.c
14720         * src/pgpmime.h
14721         * src/sgpgme.c
14722         * src/sgpgme.h
14723         * src/plugins/Makefile.am
14724         * src/plugins/pgpmime/.cvsignore
14725         * src/plugins/pgpmime/Makefile.am
14726         * src/plugins/pgpmime/pgpmime.c
14727         * src/plugins/pgpmime/pgpmime.h
14728         * src/plugins/pgpmime/plugin.c
14729         * src/plugins/pgpmime/sgpgme.c
14730         * src/plugins/pgpmime/sgpgme.h
14731                 sync with HEAD
14732
14733 2004-08-08 [paul]       0.9.12cvs51.1
14734
14735         * configure.ac
14736         * src/folder.c
14737                 sync with HEAD
14738
14739 2004-08-07 [colin]      0.9.12cvs50.1
14740
14741         * src/pop.c
14742         * src/common/partial_download.c
14743                 fix warnings (sync from HEAD)
14744
14745 2004-08-07 [colin]      0.9.12cvs48.1
14746
14747         * src/prefs_folder_item.c
14748                 sync with HEAD 0.9.12cvs48
14749
14750 2004-08-06 [colin]      0.9.12cvs47.1
14751
14752         * src/compose.c
14753                 Sync with HEAD
14754
14755 2004-08-06 [christoph]  0.9.12cvs46.2
14756
14757         * src/main.c
14758         * src/plugins/clamav/clamav_plugin_gtk.c
14759         * src/plugins/dillo_viewer/dillo_viewer.c
14760         * src/plugins/image_viewer/plugin.c
14761         * src/plugins/mathml_viewer/mathml_viewer.c
14762         * src/plugins/spamassassin/spamassassin_gtk.c
14763         * src/plugins/trayicon/trayicon.c
14764                 don't mix GTK1.2 plugin with GTK2 plugins
14765
14766 2004-08-06 [colin]      0.9.12cvs46.1
14767
14768         * ChangeLog
14769         * ChangeLog.claws
14770         * ChangeLog.jp
14771         * configure.ac
14772         * sylpheed-claws.pc.in
14773         * src/folder.c
14774         * src/imap.c
14775         * src/localfolder.c
14776         * src/messageview.c
14777         * src/mimeview.c
14778         * src/mimeview.h
14779         * src/msgcache.c
14780         * src/news.c
14781         * src/prefs_ext_prog.c
14782         * src/prefs_folder_item.c
14783         * src/prefs_fonts.c
14784         * src/prefs_msg_colors.c
14785         * src/prefs_spelling.c
14786         * src/prefs_themes.c
14787         * src/prefs_toolbar.c
14788         * src/prefs_wrapping.c
14789         * src/procmime.h
14790         * src/common/defs.h
14791         * src/common/nntp.c
14792         * src/common/session.c
14793         * src/common/session.h
14794         * src/common/socket.c
14795         * src/common/utils.h
14796         * src/common/xml.c
14797         * src/common/xml.h
14798         * src/gtk/prefswindow.c
14799         * src/gtk/prefswindow.h
14800         * src/plugins/clamav/clamav_plugin_gtk.c
14801         * src/plugins/dillo_viewer/dillo_prefs.c
14802         * src/plugins/image_viewer/viewerprefs.c
14803         * src/plugins/spamassassin/spamassassin_gtk.c
14804         * m4/openssl.m4 *** REMOVED ***
14805                 Sync with HEAD 0.9.12cvs46
14806
14807 2004-08-03 [paul]       0.9.12cvs40.2
14808
14809         * src/action.c
14810         * src/addressadd.c
14811         * src/addressbook.c
14812         * src/addrgather.c
14813         * src/browseldap.c
14814         * src/compose.c
14815         * src/crash.c
14816         * src/editaddress.c
14817         * src/editgroup.c
14818         * src/editldap_basedn.c
14819         * src/foldersel.c
14820         * src/importldif.c
14821         * src/mimeview.c
14822         * src/prefs_common.c
14823         * src/prefs_template.c
14824         * src/sourcewindow.c
14825         * src/summaryview.c
14826         * src/gtk/about.c
14827         * src/gtk/foldersort.c
14828         * src/gtk/logwindow.c
14829         * src/gtk/pluginwindow.c
14830         * src/gtk/prefswindow.c
14831                 change all gtk_scrolled_window_set_policy from 
14832                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14833
14834 2004-08-02 [paul]       0.9.12cvs40.1
14835
14836         * AUTHORS
14837                 update translation team section
14838         * po/pt_BR.po
14839                 updated by Frederico Goncalves Guimaraes
14840                 <fggdebian@yahoo.com.br>
14841
14842 2004-07-31 [colin]      0.9.12cvs39.9
14843
14844         * src/exphtmldlg.c
14845                 Fix compilation
14846
14847 2004-07-31 [colin]      0.9.12cvs39.8
14848
14849         * src/exphtmldlg.c
14850                 Fix an alertpanel type
14851
14852 2004-07-30 [colin]      0.9.12cvs39.7
14853
14854         * src/alertpanel.c
14855                 Fix alertpanel_error_log's icon
14856
14857 2004-07-30 [colin]      0.9.12cvs39.6
14858
14859         * src/pop.c
14860                 Two of them should still be warnings
14861
14862 2004-07-30 [colin]      0.9.12cvs39.5
14863
14864         * src/pop.c
14865                 More warning -> error
14866 2004-07-29 [colin]      0.9.12cvs39.4
14867
14868         * src/pop.c
14869                 Warning -> error
14870
14871 2004-07-29 [colin]      0.9.12cvs39.3
14872
14873         * src/prefs_matcher.c
14874                 Fix segfault
14875
14876 2004-07-29 [colin]      0.9.12cvs39.2
14877
14878         * src/alertpanel.c
14879                 More nice-looking alertpanels
14880
14881 2004-07-29 [colin]      0.9.12cvs39.1
14882
14883         * src/messageview.c
14884                 sync with head
14885                 (inform user when partial mail is deleted on server)
14886
14887 2004-07-29 [colin]      0.9.12cvs38.1
14888
14889         * src/messageview.c
14890                 sync with head
14891
14892 2004-07-28 [paul]       0.9.12cvs37.7
14893
14894         * src/mainwindow.c
14895                 complete the replacement of deprecated gtk_progress_*
14896
14897 2004-07-28 [paul]       0.9.12cvs37.6
14898
14899         * src/action.c
14900         * src/inc.c
14901         * src/mainwindow.c
14902         * src/send_message.c
14903         * src/gtk/progressdialog.c
14904         * src/gtk/progressdialog.h
14905                 replace deprecated gtk_progress_*
14906
14907 2004-07-28 [paul]       0.9.12cvs37.5
14908
14909         * src/gtk/filesel.c
14910                 remove gtk_window_set_wmclass()
14911 2004-07-28 [paul]       0.9.12cvs37.4
14912
14913         * src/addressbook.c
14914         * src/compose.c
14915         * src/foldersel.c
14916         * src/mainwindow.c
14917         * src/messageview.c
14918         * src/sourcewindow.c
14919         * src/gtk/logwindow.c
14920                 remove gtk_window_set_wmclass()
14921                 
14922         * src/prefs_filtering.c
14923         * src/prefs_filtering_action.c
14924         * src/prefs_fonts.c
14925         * src/prefs_gtk.c
14926         * src/prefs_matcher.c
14927         * src/ssl_manager.c
14928         * src/gtk/prefswindow.c
14929                 replace gtk_window_position()
14930
14931 2004-07-28 [colin]      0.9.12cvs37.3
14932
14933         * src/alertpanel.c
14934         * src/alertpanel.h
14935                 Add a way to specify panel type for specific
14936                 panels (alertpanel())
14937         * src/account.c
14938         * src/addressbook.c
14939         * src/compose.c
14940         * src/expldifdlg.c
14941         * src/main.c
14942         * src/messageview.c
14943         * src/summaryview.c
14944         * src/textview.c
14945         * src/gtk/sslcertwindow.c
14946                 Fix alertpanel()s so that their icon match
14947                 their real type
14948
14949 2004-07-28 [paul]       0.9.12cvs37.2
14950
14951         * src/addr_compl.c
14952         * src/addressbook.c
14953         * src/alertpanel.c
14954         * src/compose.c
14955         * src/export.c
14956         * src/foldersel.c
14957         * src/folderview.c
14958         * src/grouplistdialog.c
14959         * src/import.c
14960         * src/mainwindow.c
14961         * src/message_search.c
14962         * src/messageview.c
14963         * src/passphrase.c
14964         * src/prefs_actions.c
14965         * src/prefs_common.c
14966         * src/prefs_customheader.c
14967         * src/prefs_display_header.c
14968         * src/prefs_filtering.c
14969         * src/prefs_filtering_action.c
14970         * src/prefs_gtk.c
14971         * src/prefs_matcher.c
14972         * src/prefs_msg_colors.c
14973         * src/prefs_summary_column.c
14974         * src/prefs_template.c
14975         * src/sourcewindow.c
14976         * src/ssl_manager.c
14977         * src/summary_search.c
14978         * src/gtk/colorsel.c
14979         * src/gtk/description_window.c
14980         * src/gtk/gtkaspell.c
14981         * src/gtk/inputdialog.c
14982         * src/gtk/logwindow.c
14983         * src/gtk/prefswindow.c
14984         * src/gtk/progressdialog.c
14985                 replace deprecated gtk_window_set_policy
14986
14987 2004-07-27 [colin]      0.9.12cvs37.1
14988
14989         * src/msgcache.c
14990                 More fixes (synced for head again)
14991
14992 2004-07-27 [colin]      0.9.12cvs35.3
14993
14994         * src/msgcache.c
14995                 Fix wrong test
14996
14997 2004-07-27 [colin]      0.9.12cvs35.2
14998
14999         * src/mimeview.c
15000                 Fix width a bit (by Paul)
15001         * src/alertpanel.c
15002         * src/alertpanel.h
15003                 Specialize icons, make alertpanel_message()
15004                 private
15005         * src/message_search.c
15006         * src/sgpgme.c
15007         * src/summary_search.c
15008                 Suit alertpanel changes
15009
15010 2004-07-27 [colin]      0.9.12cvs35.1
15011
15012         * src/alertpanel.c
15013                 Add an icon
15014         * src/passphrase.c
15015                 Add debug output - maybe someone will
15016                 want to look at the problem with Grab
15017                 Input :)
15018         Bump version as we're synced with HEAD
15019
15020 2004-07-26 [colin]      0.9.12cvs33.26
15021
15022         * src/pop.c
15023                 Fix uidl-file parsing when not in new
15024                 format
15025
15026 2004-07-26 [colin]      0.9.12cvs33.25
15027
15028         * src/gtk/menu.c
15029                 Move popup menu up if necessary (fixes 
15030                 account selector)
15031         * src/mainwindow.c
15032                 Set account selector's button height to
15033                 minimum
15034
15035 2004-07-26 [colin]      0.9.12cvs33.24
15036
15037         * src/alertpanel.c
15038                 Maybe fix 551 (Truncated font in alert window)
15039
15040 2004-07-26 [colin]      0.9.12cvs33.23
15041
15042         * po/de.po
15043         * po/es.po
15044         * po/fr.po
15045         * po/it.po
15046         * po/ja.po
15047         * po/pl.po
15048         * po/ru.po
15049         * po/sk.po
15050         * po/sr.po
15051         * po/zh_CN.po
15052                 Sync po files with HEAD
15053
15054 2004-07-26 [paul]       0.9.12cvs33.22
15055
15056         * src/compose.c
15057                 fix Bug 556 'Organisation-header is sent even if empty'
15058
15059 2004-07-24 [colin]      0.9.12cvs33.21
15060
15061         * src/compose.c
15062         * src/gtk/gtkaspell.c
15063         * src/gtk/gtkaspell.h
15064                 Fix speller accelerators (require hack)
15065
15066 2004-07-24 [colin]      0.9.12cvs33.20
15067
15068         * src/gtk/gtkaspell.c
15069                 Fix over-eager code deletion breaking
15070                 Check while typing
15071
15072 2004-07-24 [colin]      0.9.12cvs33.19
15073
15074         * src/browseldap.c
15075         * src/ldapctrl.c
15076         * src/ldapctrl.h
15077         * src/ldapserver.h
15078                 Sync ldap with HEAD
15079         (Fixes 546 LDAP completely broken)
15080
15081 2004-07-24 [colin]      0.9.12cvs33.18
15082
15083         * src/prefs_msg_colors.c
15084                 Fix prototype mismatch
15085         (Fixes 547 void function cannot return value)
15086
15087 2004-07-24 [colin]      0.9.12cvs33.17
15088
15089         * src/mainwindow.c
15090                 Fix sort going back to previous sort key
15091                 when changing sort direction
15092
15093 2004-07-24 [colin]      0.9.12cvs33.16
15094
15095         * src/compose.c
15096                 Fix space insertion when re-wrapping at 
15097                 cursor point
15098
15099 2004-07-24 [colin]      0.9.12cvs33.15
15100
15101         * src/gtk/gtkaspell.c
15102                 Don't change cursor position in insert-text
15103                 callback
15104         (Fixes 539 Word wrapping on input transposes letters)
15105
15106 2004-07-24 [colin]      0.9.12cvs33.14
15107
15108         * src/gtk/gtkaspell.c
15109                 Reencode non-ascii chars to dictionary's
15110                 encoding
15111         (Fixes 544 Spell check broken non english locale)
15112
15113 2004-07-24 [colin]      0.9.12cvs33.13
15114
15115         * src/summaryview.c
15116                 Fix Shift+Down, add Home/End/PgUp/PgDown
15117
15118 2004-07-21 [colin]      0.9.12cvs33.12
15119
15120         * src/prefs_common.c
15121                 Fix a gtk warning (Patch by Andrej Kacian)
15122
15123 2004-07-21 [colin]      0.9.12cvs33.11
15124
15125         * src/gtk/filesel.c
15126                 More check
15127
15128 2004-07-21 [colin]      0.9.12cvs33.10
15129
15130         * src/compose.c
15131         * src/crash.c
15132         * src/export.c
15133         * src/import.c
15134         * src/messageview.c
15135         * src/mimeview.c
15136         * src/prefs_spelling.c
15137         * src/prefs_themes.c
15138         * src/summaryview.c
15139         * src/gtk/filesel.c
15140         * src/gtk/filesel.h
15141         * src/gtk/pluginwindow.c
15142                 Untwist open/save mode guessing logic, make
15143                 it explicit
15144
15145 2004-07-20 [colin]      0.9.12cvs33.9
15146
15147         * src/codeconv.c
15148                 conv_encode_header: src_charset is UTF-8 on
15149                 gtk2
15150         * src/compose.c
15151                 Remove double encoding of the headers
15152
15153 2004-07-20 [colin]      0.9.12cvs33.8
15154
15155         * src/codeconv.c
15156                 Fix typo
15157
15158 2004-07-20 [colin]      0.9.12cvs33.7
15159
15160         * src/mainwindow.c
15161                 Set the separated messageview to the saved
15162                 size of Claws' messageview (Patch by Alfons)
15163                 Fix a callback prototype (me)
15164
15165 2004-07-20 [colin]      0.9.12cvs33.6
15166
15167         * src/codeconv.h
15168                 Forgot one hunk in 0.9.12cvs33.4
15169
15170 2004-07-19 [colin]      0.9.12cvs33.5
15171
15172         * src/action.c
15173                 Action output fix
15174                 Patch by Alfons
15175
15176 2004-07-19 [colin]      0.9.12cvs33.4
15177
15178         * src/compose.c
15179                 Fix outgoing charset bug in headers
15180         * src/codeconv.c
15181                 Clean for glib2 - Patch by Alfons
15182
15183 2004-07-19 [colin]      0.9.12cvs33.3
15184
15185         * src/statusbar.c
15186                 Remove grip from the statusbar
15187                 Patch by Alfons
15188
15189 2004-07-19 [colin]      0.9.12cvs33.2
15190
15191         * src/messageview.c
15192         * src/textview.c
15193                 Fix messageview remembering the previous
15194                 scroll position when loading a new message
15195                 Patch by Alfons
15196
15197 2004-07-19 [colin]      0.9.12cvs33.1
15198
15199         * src/folder.h
15200         * src/folderview.c
15201         * src/summaryview.c
15202                 Sync with HEAD
15203
15204 2004-07-18 [colin]      0.9.12cvs32.7
15205
15206         * configure.ac
15207                 Remove useless check for XIM - noticed
15208                 by Alfons
15209
15210 2004-07-18 [colin]      0.9.12cvs32.6
15211
15212         * src/summaryview.c
15213                 Remove non-modified and shift-modified
15214                 accelerators in summaryview's popup
15215                 menu, as that doesn't get catched by
15216                 the accel-activate signal catcher...
15217
15218 2004-07-18 [colin]      0.9.12cvs32.5
15219
15220         * src/prefs_common.c
15221                 Define sensible default prefs for 
15222                 wrapping
15223
15224 2004-07-18 [colin]      0.9.12cvs32.4
15225
15226         * src/compose.c
15227         * src/prefs_common.c
15228         * src/prefs_common.h
15229         * src/prefs_wrapping.c
15230                 Remove Smart Wrapping pref, which does
15231                 nothing on gtk2 branch
15232
15233 2004-07-18 [colin]      0.9.12cvs32.3
15234
15235         * src/sourcewindow.c
15236                 Proper utf8
15237
15238 2004-07-18 [colin]      0.9.12cvs32.2
15239
15240         * src/compose.c
15241                 Save attachment status when drafting
15242
15243 2004-07-18 [colin]      0.9.12cvs32.1
15244
15245         * src/gtk/filesel.c
15246                 Fix erratic folder selection in open mode
15247
15248 2004-07-18 [colin]      0.9.12cvs31.11
15249
15250         * src/pop.c
15251                 Don't let partial messages get deleted
15252                 even with "dowload all"
15253                 (0.9.12cvs31.8 fix extension)
15254 2004-07-18 [colin]      0.9.12cvs31.10
15255
15256         * src/gtk/logwindow.c
15257                 Fix log scrolling
15258
15259 2004-07-18 [colin]      0.9.12cvs31.9
15260
15261         * src/common/utils.c
15262                 Fix non-utf8 strings coming from commands
15263                 and files
15264
15265 2004-07-18 [colin]      0.9.12cvs31.8
15266
15267         * src/pop.c
15268                 Fix partial download bug with Download all
15269                 messages option
15270
15271 2004-07-18 [colin]      0.9.12cvs31.7
15272
15273         * src/textview.c
15274                 Fix bug introduced in 0.9.12cvs31.2
15275                 (blocked in select mode after double click)
15276
15277 2004-07-18 [colin]      0.9.12cvs31.6
15278
15279         * src/compose.c
15280         * src/gtk/menu.c
15281                 More glib-warning fixes
15282
15283 2004-07-18 [colin]      0.9.12cvs31.5
15284
15285         * src/compose.c
15286                 Fix trashing the primary clipboard when moving 
15287                 around with tab
15288         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15289
15290 2004-07-18 [colin]      0.9.12cvs31.4
15291
15292         * src/codeconv.c
15293                 convert unencoded iso headers to utf8
15294         (Fix Bug 538 Unencoded local characters in subject make it 
15295          disappear)
15296
15297 2004-07-18 [colin]      0.9.12cvs31.3
15298
15299         * src/compose.c
15300                 Fix tab char handling in wrapping
15301         (Fix Bug 537 Line wrap problem - TAB character treated as 
15302          one character instead of 8)
15303
15304 2004-07-18 [colin]      0.9.12cvs31.2
15305
15306         * src/textview.c
15307                 return FALSE on GDK_MOTION_NOTIFY
15308         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15309          (unable to highlight))
15310
15311 2004-07-18 [colin]      0.9.12cvs31.1
15312
15313         * src/folderview.c
15314                 Sync with 0.9.12cvs31
15315
15316 2004-07-18 [colin]      0.9.12cvs30.4
15317
15318         * src/compose.c
15319                 Also block text_inserted when inserting a file
15320
15321 2004-07-18 [colin]      0.9.12cvs30.3
15322
15323         * src/compose.c
15324                 Fix smart wrapping (block text_inserted handler
15325                 while putting quotation to avoid wrap on input,
15326                 don't join lines if next is sig separator)
15327
15328 2004-07-17 [colin]      0.9.12cvs30.2
15329
15330         * src/folderview.c
15331         * src/mainwindow.c
15332         * src/mimeview.c
15333         * src/summaryview.c
15334         * src/gtk/quicksearch.c
15335         * src/gtk/quicksearch.h
15336                 Block key events handlers *and* accels while
15337                 quicksearch is focused
15338         (Fixes Bug 534 quick-search bar not accepting certain letters)
15339
15340 2004-07-17 [colin]      0.9.12cvs30.1
15341
15342         * src/folder.h
15343         * src/folderview.c
15344         * src/summaryview.c
15345                 Sync with 0.9.12cvs30
15346
15347 2004-07-17 [colin]      0.9.12cvs28.2
15348
15349         * src/mimeview.c
15350         * src/procmime.c
15351         * src/summaryview.c
15352         * src/gtk/menu.c
15353                 Squash some compile and glib warnings
15354
15355 2004-07-17 [paul]       0.9.12cvs28.1
15356
15357         * src/mimeview.c
15358                 sync with 0.9.12cvs28 HEAD
15359
15360 2004-07-16 [paul]       0.9.12cvs26.1
15361         
15362         * src/gtk/quicksearch.c
15363         * src/account.c
15364         * src/account.h
15365         * src/compose.c
15366         * src/customheader.c
15367         * src/folder_item_prefs.c
15368         * src/main.c
15369         * src/mainwindow.c
15370         * src/messageview.c
15371         * src/mimeview.c
15372         * src/news.c
15373         * src/pgpmime.c
15374         * src/pop.c
15375         * src/pop.h
15376         * src/prefs_account.c
15377         * src/prefs_account.h
15378         * src/prefs_common.c
15379         * src/prefs_common.h
15380         * src/prefs_display_header.c
15381         * src/prefs_gtk.c
15382         * src/prefs_gtk.h
15383         * src/procheader.c
15384         * src/procmime.c
15385                 sync with 0.9.12cvs26 HEAD      
15386
15387 2004-07-15 [colin]      0.9.12cvs18.14
15388
15389         * src/folder.c
15390                 Disable GPG signature check during
15391                 folder move and scan
15392         (Closes Bug 521 Signature checking slows down Folder-Move)
15393
15394 2004-07-14 [colin]      0.9.12cvs18.13
15395
15396         * src/common/partial_download.c
15397                 update includes
15398
15399 2004-07-14 [colin]      0.9.12cvs18.12
15400
15401         * src/common/partial_download.c
15402         * src/common/partial_download.h
15403                 Move doc at top, add correct copyright
15404
15405 2004-07-14 [colin]      0.9.12cvs18.11
15406
15407         * src/folder.c
15408         * src/messageview.c
15409         * src/pop.c
15410         * src/pop.h
15411         * src/procmsg.c
15412         * src/summaryview.c
15413         * src/common/Makefile.am
15414         * src/common/partial_download.c ** NEW FILES **
15415         * src/common/partial_download.h ** NEW FILES **
15416                 Move partial-download related stuff to its
15417                 own file
15418
15419 2004-07-14 [colin]      0.9.12cvs18.10
15420
15421         * src/send_message.c
15422                 Fix smtp auth when user is null or empty
15423
15424 2004-07-13 [colin]      0.9.12cvs18.9
15425
15426         * src/gtk/quicksearch.c
15427                 Use alphabetic order
15428
15429 2004-07-13 [colin]      0.9.12cvs18.8
15430
15431         * src/pop.c
15432                 Be paranoid on the checks
15433
15434 2004-07-13 [colin]      0.9.12cvs18.7
15435
15436         * src/gtk/quicksearch.c
15437                 Fix Engrish once again
15438
15439 2004-07-13 [colin]      0.9.12cvs18.6
15440
15441         * src/procmsg.c
15442         * src/summaryview.c
15443                 Mark messages for deletion when they are about to
15444                 be removed from trash
15445
15446 2004-07-13 [colin]      0.9.12cvs18.5
15447
15448         * src/matcher.c
15449         * src/matcher.h
15450         * src/matcher_parser_parse.y
15451         * src/prefs_matcher.c
15452         * src/gtk/quicksearch.c
15453                 Add 'partial' ('p') match string to find partially
15454                 downloaded messages
15455
15456 2004-07-13 [colin]      0.9.12cvs18.4
15457
15458         * src/pop.c
15459                 Fix misplaced block
15460
15461 2004-07-13 [colin]      0.9.12cvs18.3
15462
15463         * src/pop.c
15464         * src/pop.h
15465         * src/messageview.c
15466                 Refactor API (to avoid passing 5+ params and code
15467                 duplication)
15468         * src/folder.c
15469         * src/msgcache.c
15470         * src/procheader.c
15471         * src/common/defs.h
15472                 Add planned_download to cache
15473                 Don't mess uidl file when moving partially downloaded
15474                 mails (they change folder, we should change it in the
15475                 uidl list too or we'll remove an incorrect message)
15476                 (this also helps removing hacks when changing 
15477                 planned_download in messageview.c)
15478
15479 2004-07-12 [colin]      0.9.12cvs18.2
15480
15481         * src/gtk/quicksearch.c
15482                 Fix missing status update in quicksearch
15483
15484 2004-07-12 [paul]       0.9.12cvs18.1
15485
15486         * po/POTFILES.in
15487         * src/Makefile.am
15488         * src/account.c
15489         * src/codeconv.c
15490         * src/compose.c
15491         * src/inc.c
15492         * src/main.c
15493         * src/prefs_common.c
15494         * src/procmsg.h
15495         * src/toolbar.c
15496         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15497         * src/prefs_wrapping.[ch]       ** NEW FILES **
15498         * src/common/intl.h
15499         * src/common/utils.[ch]
15500         * src/gtk/quicksearch.[ch]
15501                 sync with 0.9.12cvs18 HEAD
15502
15503 2004-07-12 [colin]      0.9.11cvs17.25
15504
15505         * src/folder.c
15506         * src/folder.h
15507                 Remove unused function added by me in 0.9.11cvs17.10
15508
15509 2004-07-11 [colin]      0.9.11cvs17.24
15510
15511         * src/inc.c
15512         * src/messageview.c
15513         * src/pop.c
15514         * src/pop.h
15515                 Use folderitem and msgnum instead of filename to
15516                 know which mail to delete
15517                 Move old partial mail deletion to pop.c
15518
15519 2004-07-10 [colin]      0.9.11cvs17.23
15520
15521         * src/inc.c
15522                 Add debug
15523         * src/pop.c
15524         * src/pop.h
15525                 Don't re-use same enums for unrelated stuff: it's 
15526                 completely misleading !
15527                 Document a bit
15528
15529 2004-07-09 [colin]      0.9.11cvs17.22
15530
15531         * src/inc.c
15532                 Remove folder-type check and do
15533                 more tests to be sure everything's
15534                 ok
15535         * src/messageview.c
15536                 Punctuation update, remove useless
15537                 code, fix two warnings
15538         * src/noticeview.c
15539                 Layout cleaning, reset 2nd button
15540                 when specifying one
15541
15542 2004-07-09 [colin]      0.9.11cvs17.21
15543
15544         * src/messageview.c
15545         * src/pop.c
15546         * src/pop.h
15547                 Allow user to change his mind
15548                 and postpone decision (by
15549                 unmarking the mail)
15550
15551 2004-07-09 [colin]      0.9.11cvs17.20
15552
15553         * src/messageview.c
15554                 Fix bug with delete state
15555         * src/pop.c
15556         * src/pop.h
15557                 Fix buffer leak (fread doesn't 
15558                 terminate buffers with \0)
15559                 Refactoring (remove magic 
15560                 numbers)
15561
15562 2004-07-09 [colin]      0.9.11cvs17.19
15563
15564         * src/pop.c
15565                 Don't log "Skipping message" if 
15566                 we're going to TOP it two lines
15567                 later
15568
15569 2004-07-09 [colin]      0.9.11cvs17.18
15570
15571         * src/messageview.c
15572                 Fix Engrish
15573
15574 2004-07-09 [colin]      0.9.11cvs17.17
15575
15576         * src/pop.c
15577                 strlen checking...
15578         * src/messageview.c
15579                 refactoring a bit
15580
15581 2004-07-08 [colin]      0.9.11cvs17.16
15582
15583         * src/noticeview.c
15584         * src/noticeview.h
15585                 Add an optional second button
15586         * src/messageview.c
15587         * src/pop.c
15588         * src/pop.h
15589                 Don't delete partially received mails after a certain
15590                 time; rather, let the user decide.
15591
15592 2004-07-08 [colin]      0.9.11cvs17.15
15593
15594         * src/common/smtp.h
15595                 Sync with HEAD
15596
15597 2004-07-08 [colin]      0.9.11cvs17.14
15598
15599         * src/messageview.c
15600         * src/common/smtp.c
15601                 Use to_human_readable() for sizes
15602
15603 2004-07-08 [colin]      0.9.11cvs17.13
15604
15605         * src/inc.c
15606         * src/messageview.c
15607         * src/pop.c
15608         * src/pop.h
15609         * src/procmsg.c
15610                 Fix partial-downloading issues:
15611                         catch unsupported TOP
15612                         don't delete partially downloaded mails before 5 days
15613                         don't update existing with non-MH folders; that'll
15614                         make dups, but it's better than trashing the folder
15615                         free new msginfo parts
15616                 Fix indentation ;-)
15617
15618 2004-07-08 [colin]      0.9.11cvs17.12
15619
15620         * src/common/smtp.c
15621         * src/common/smtp.h
15622                 Sync smtp size verification with HEAD
15623
15624 2004-07-08 [colin]      0.9.11cvs17.11
15625
15626         * src/summaryview.c
15627         * src/prefs_common.c
15628         * src/prefs_common.h
15629         * src/gtk/quicksearch.c
15630         * src/gtk/quicksearch.h
15631                 Sync sticky pref with HEAD
15632
15633 2004-07-08 [colin]      0.9.11cvs17.10
15634
15635         * src/folder.c [1.213.2.6]
15636         * src/folder.h [1.87.2.6]
15637         * src/inc.c [1.149.2.7]
15638         * src/messageview.c [1.94.2.8]
15639         * src/procheader.c [1.47.2.6]
15640         * src/procmsg.c [1.150.2.4]
15641         * src/procmsg.h [1.60.2.5]
15642         * src/pop.c [1.56.2.4]
15643         * src/pop.h [1.17.2.3]
15644                 Let too big messages get downloaded, but truncated
15645                 Add a button to download them completely
15646                 
15647 2004-07-06 [colin]      0.9.11cvs17.9
15648
15649         * src/gtk/quicksearch.c [1.1.2.3]
15650                 Add a Clear button
15651         * commitHelper
15652         * PATCHSETS
15653                 Add a script to help with cvs
15654
15655 2004-07-03 [colin]      0.9.11cvs17.8
15656
15657         * src/plugins/imageviewer/viewer.c
15658                 fix imageviewer (which was staying on the first
15659                 displayed image)
15660
15661 2004-07-03 [colin]      0.9.11cvs17.7
15662
15663         Removed FIXME_GTK2 warnings
15664         * src/gtk/gtkutils.c
15665                 useless #warnings
15666         * src/gtk/menu.c
15667                 useless #warnings (no need to mess with menu rc)
15668         * src/gtk/menu.h
15669                 unused functions
15670         
15671
15672 2004-07-03 [colin]      0.9.11cvs17.6
15673
15674         Removed FIXME_GTK2 warnings
15675         * src/codeconv.c
15676                 useless #warnings (rewrite needed)
15677         * src/compose.c
15678                 useless #warnings (rewrite needed)
15679                 useless #warnings (gtk2 is like that)
15680                 useless #warnings (previously fixed)
15681         * src/main.c
15682                 useless #warnings (previously fixed)
15683         * src/message_search.c
15684                 useless #warnings (gtk2 is like that)
15685                 Made apparent that search is case-sensitive
15686         * src/mimeview.c
15687                 useless #warnings (rewrite needed)
15688                 useless #warnings (gtk2 is like that)
15689                 reimplemented real warnings
15690         * src/prefs_common.c
15691                 Removed block cursor option (not it gtk2)
15692         * src/prefs_gtk.c
15693                 useless #warnings (rewrite needed)
15694         * src/procheader.c
15695                 useless #warnings (rewrite needed)
15696         * src/sourcewindow.c
15697                 useless #warnings (incorrect placing)
15698         * src/summary_search.c
15699                 useless #warnings (gtk2 is like that)
15700                 Made apparent that search is case-sensitive
15701         * src/action.c
15702                 useless #warnings (gtk2 is like that)
15703         * src/textview.c
15704                 useless #warnings (rewrite needed)
15705         * src/toolbar.c
15706                 useless #warnings (rewrite needed)
15707
15708 2004-07-03 [colin]      0.9.11cvs17.5
15709
15710         * src/textview.c
15711                 Fix mismerge which broke URI opening
15712                 
15713 2004-07-01 [colin]      0.9.11cvs17.4
15714
15715         * src/gtk/filesel.c
15716                 Fill filename when saving
15717                 
15718 2004-06-27 [colin]      0.9.11cvs17.3
15719
15720         * src/gtk/filesel.[ch]
15721                 Use the new GTK file selector
15722                 Update prototype to match the reality: multiple file
15723                 selection is open-only          
15724         * src/compose.c
15725                 Match the new prototypes        
15726         * configure.ac
15727                 Match the new requirements (gtk 2.4.0)
15728                         
15729 2004-06-26 [colin]      0.9.11cvs17.2
15730
15731         * src/plugins/trayicon/trayicon.c
15732                 Remove useless signal handler on resize, which causes
15733                 an infinite "loop"
15734         
15735 2004-06-26 [colin]      0.9.11cvs17.1
15736         
15737         * tools/Makefile.am
15738                 remove launch_firebird and add nautilus2sylpheed.sh
15739         * src/quicksearch.c
15740           src/summaryview.c
15741                 Fix show/hide "Extended symbols" button problem
15742                 Fix apparition at startup
15743                 Fix const warnings
15744         * src/plugins/image_viewer/Makefile.am
15745                 Fix configure 
15746         * common/ssl.c
15747                 Re-enable certificate check, as it doesn't seem to
15748                 cause Xlib errors anymore
15749
15750 2004-06-25 [paul]       0.9.11cvs17
15751
15752         * sync with 0.9.11cvs17 HEAD
15753         
15754         NOTE: QuickSearch is broken
15755
15756 2004-06-07 [colin]      0.9.10claws67.10
15757         * src/plugins/trayicon/trayicon.c
15758           src/plugins/trayicon/libeggtrayicon/Makefile.am
15759           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15760                 Fix gettextization in trayicon plugin
15761
15762 2004-06-07 [colin]      0.9.10claws67.9
15763         
15764         * src/summaryview.c
15765           src/gtk/gtksctree.[ch]
15766                 Let Shift+{Up,Down} work in summaryview
15767                 (well, Down "works" and Up works)
15768                 Let the list scroll when using these keys
15769
15770 2004-06-06 [colin]      0.9.10claws67.8
15771
15772         * src/plugins/trayicon/trayicon.c
15773                 Fix pixmap update
15774
15775 2004-06-06 [colin]      0.9.10claws67.7
15776
15777         * src/addressbook.c
15778                 Fix signal handling causing system-wide focus grab
15779
15780 2004-05-25 [paul]       0.9.10claws67.6
15781
15782         * Makefile.am
15783           src/Makefile.am
15784                 clean up
15785
15786 2004-05-25 [paul]       0.9.10claws67.5
15787
15788         * replace deprecated gtk_signal... functions
15789
15790 2004-05-23 [colin]      0.9.10claws67.4
15791
15792         * src/compose.c
15793                 Fix wrapping
15794
15795 2004-05-22 [colin]      0.9.10claws67.3
15796
15797         * src/compose.c
15798                 Re-fix [Edited] in compose.c::compose_reedit()
15799
15800 2004-05-22 [colin]      0.9.10claws67.2
15801
15802         * src/procmime.c
15803                 Fix parsing of multiparts mails
15804
15805 2004-05-22 [colin]      0.9.10claws67.1
15806
15807         * src/summaryview.c
15808                 Fix quicksearch
15809
15810 2004-05-22 [paul]       0.9.10claws67
15811
15812         * sync with 0.9.10claws67 HEAD
15813
15814 2004-05-14 [alfons]
15815
15816         * src/procmime.h
15817                 add forgotton prototype
15818
15819 2004-05-10 [paul]       0.9.10claws57
15820
15821         * sync with 0.9.10claws57 HEAD
15822
15823 2004-05-05 [paul]       0.9.9.claws1
15824
15825         * ChangeLog-gtk2        ** REMOVED **
15826           ChangeLog-gtk2.claws  ** ADDED **
15827                 rename and adopt the normal claws format
15828                 
15829         * configure.ac
15830                 require gtkmathview >= 0.5
15831
15832         * ac/*                          ** REMOVED **
15833           ac/                           ** REMOVED **
15834           intl/Makefile.in              ** REMOVED **
15835           m4/                           ** ADDED **
15836           m4/missing                    ** ADDED **
15837           m4/missing/gdk-pixbuf.m4      ** ADDED **
15838           m4/missing/gettext.m4         ** ADDED **
15839           m4/missing/gpgme.m4           ** ADDED **
15840           m4/missing/imlib.m4           ** ADDED **
15841           m4/.cvsignore                 ** ADDED **
15842           m4/Makefile.am                ** ADDED **
15843           m4/README                     ** ADDED **
15844           m4/aclocal-include.m4         ** ADDED **
15845           m4/aspell.m4                  ** ADDED **
15846           m4/check-type.m4              ** ADDED **
15847           m4/gnupg-check-typedef.m4     ** ADDED **
15848           m4/openssl.m4                 ** ADDED **
15849           m4/spamassassin.m4            ** ADDED **
15850           po/ChangeLog                  ** REMOVED **
15851           po/Makefile.in.in             ** REMOVED **
15852           po/Rules-quot                 ** REMOVED **
15853           po/boldquot.sed               ** REMOVED **
15854           po/en@boldquot.header         ** REMOVED **
15855           po/en@quot.header             ** REMOVED **
15856           po/insert-header.sin          ** REMOVED **
15857           po/quot.sed                   ** REMOVED **
15858           po/remove-potcdate.sed        ** REMOVED **
15859           po/remove-potcdate.sin        ** REMOVED **
15860           po/stamp-po                   ** REMOVED **
15861           Makefile.am
15862           autogen.sh
15863           configure.ac
15864                 enable building with automake 1.8.x
15865                 add 'autopoint --force' to autogen.sh and remove all
15866                 auto-generated files, remove ac/ directory and use
15867                 m4/ directory instead
15868                 
15869         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15870                 fix gettextization
15871
15872 2004-02-28 Colin Leroy <colin@colino.net>
15873         * src/prefs_matcher.c
15874           src/prefs_filtering.c
15875           src/prefs_filtering_action.c
15876                 Fix non-editable GtkEntries
15877
15878 2004-02-22 Thorsten Maerz <torte@netztorte.de>
15879         * src/prefs_themes.c
15880                 utf8 conversion for theme info
15881
15882 2004-02-21 Thorsten Maerz <torte@netztorte.de>
15883         * sync 0.9.9claws
15884
15885 2004-02-14 Thorsten Maerz <torte@netztorte.de>
15886         * src/grouplistdialog.c
15887                 allow multiple selections without ctrl key
15888
15889 2004-02-09 Thorsten Maerz <torte@netztorte.de>
15890         * src/main.c
15891                 enable customizable accelerators
15892
15893 2004-02-08 Thorsten Maerz <torte@netztorte.de>
15894         * src/prefs_common.c
15895                 re-enable different font settings for gtk1/2
15896         * src/prefs_folder_item.c
15897                 fix folder prefs displayed wrong
15898         * src/textview.c
15899                 set 'sunken' shadow type
15900
15901 2004-02-07 Colin Leroy <colin@colino.net>
15902         * src/compose.c
15903                 Fix message being always [Edited]
15904                 Encode headers correctly (utf8 buf)
15905
15906 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15907         * src/socket.c
15908                 remove double g_source_attach()
15909                 (Thanks to Colin Leroy)
15910
15911 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15912         * src/gtk/gtksctree.c
15913                 Fix SSL certificate list not shown
15914         * src/mimeview.c
15915                 Fix clicks in mime tree
15916
15917 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15918         * src/common/socket.c
15919                 Fix SSL receive
15920         * src/compose.c
15921                 Fix clipboard menu hotkeys
15922
15923 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15924         * src/gtk/gtkaspell.[ch]
15925           src/compose.c
15926                 reimplement spellchecker
15927
15928 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15929         * src/gtk/filesel.c
15930                 crash when inserting file in compose window
15931                 (TODO: keep old selection on clicks)
15932         * src/main.c
15933                 use gtkrc-2.0 instead of gtkrc
15934
15935 2004-01-25 Thorsten Maerz <torte@netztorte.de>
15936         * src/messageview.c
15937                 remove orphaned mimeview unref()
15938
15939 2004-01-20 Thorsten Maerz <torte@netztorte.de>
15940         * src/grouplistdialog.c
15941                 expand nodes containing subscribed groups
15942
15943 2004-01-19 Thorsten Maerz <torte@netztorte.de>
15944         * src/textview.c
15945                 textview: hide cursor, restore old click behaviour
15946
15947 2004-01-18 Thorsten Maerz <torte@netztorte.de>
15948         * src/textview.c
15949                 variable names messed up
15950
15951 2004-01-17 Colin Leroy <colin@colino.net>
15952         * src/addr_compl.c
15953                 Fix completion address too thin
15954         * src/compose.c
15955                 Fix tab-to-subject behaviour
15956         * src/summaryview.c
15957                 Implement key up & down in summaryview
15958
15959 2004-01-12 Thorsten Maerz <torte@netztorte.de>
15960
15961         * sync 098claws
15962
15963 2004-01-08 Thorsten Maerz <torte@netztorte.de>
15964         * configure.ac
15965           Makefile.am
15966           doc/.cvsignore
15967           doc/Makefile.am
15968                 faq, man, manual moved to doc/
15969         * ac/aspell.m4
15970           ac/check-type.m4
15971           ac/gnupg-check-typedef.m4
15972           ac/openssl.m4
15973           ac/spamassassin.m4
15974           ac/missing/gdk-pixbuf.m4
15975           ac/missing/gpgme.m4
15976           ac/missing/imlib.m4
15977                 fix automake warnings
15978
15979 2003-12-06 Colin Leroy <colin@colino.net>
15980         * src/summaryview.c
15981                 Fix quicksearch
15982
15983 2003-12-05 Colin Leroy <colin@colino.net>
15984         * src/summaryview.c
15985                 Fix going to next unread folder
15986
15987 2003-12-05 Colin Leroy <colin@colino.net>
15988         * src/crash.c
15989                 Fix gtk2 compilation
15990         * src/session.c
15991                 Remove iotag source handler at disconnection
15992         * src/socket.[ch] 
15993                 Remove source handler when closing socket 
15994                 (fixes another seg)
15995
15996 2003-12-04 Colin Leroy <colin@colino.net>
15997         * src/compose.c
15998           src/prefs_account.c
15999           src/prefs_common.c
16000                 Fix some dropdown menus
16001
16002 2003-12-04 Colin Leroy <colin@colino.net>
16003         * src/compose.c
16004                 Fix event handlers on header fields
16005         * src/common/socket.c
16006           src/common/session.c
16007                 Fix segfault with callback (SSL)
16008                 Fix end of session 
16009
16010 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16011
16012         * Fix compile bug in src/compose.c
16013         * removed src/gtk/gtkstext.[ch]
16014
16015 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16016
16017         * Convert character set and escape "text" attributes in toolbar setting
16018         files.
16019         * Fixed bug in button-press-event handling.
16020
16021 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16022
16023         * Fixed bug in key-press-event handling.
16024
16025 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16026
16027         * Enabled to compile tray-icon plugin (Ad-hoc).
16028         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16029
16030 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16031
16032         * Enabled to compile on sylpheed-claws.
16033         (tray-icon plugin still cannot compile yet.)
16034
16035 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16036
16037         * Updated to 0.9.5.
16038
16039 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16040
16041         * Updated to 0.9.4.
16042         * Ported monitoring SSL mechanism to GSource of GLib2
16043         (I don't confirm it)
16044         * Added _gtk2 suffix to key name of font preference to avoid
16045         ovverwriting preference of Gtk+-1.2 version.
16046
16047 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16048
16049         * Updated to 0.9.2.
16050
16051 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16052
16053         * Updated to 0.9.1.
16054         * Translate po files into UTF-8 when execute autogen.sh.
16055
16056 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16057
16058         * Updated to 0.9.0.
16059
16060 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16061
16062         * Plugged GError related memory leaks.
16063
16064 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16065
16066         * Changed default size of fonts.
16067         * Enabled to set titile font size of warning dialog.
16068
16069 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16070
16071         * Embed a sylpheed icon into executable binary on Windows.
16072
16073 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16074
16075         * I forgot to traslate character set of element string in src/xml.c.
16076
16077 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16078
16079         * Fixed detecting bind_textdomain_codeset in configure.in.
16080         * The bug in which "Example" of "Date fromat" preference isn't displayed
16081         correctly has been fixed.
16082
16083 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16084
16085         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16086           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16087           glib-gettextize
16088           Removed intl directory.
16089           Translated po files into UTF-8.
16090           (Thanks! Ryuji Abe)
16091
16092 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16093
16094         * The bug which doesn't unscape string in xml.c has been fixed.
16095
16096 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16097
16098         * The bug which is failed to translate encoding of file name thorough
16099         file dialog has been fixed.
16100
16101 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16102
16103         * Modified to translate file names which is used in inporting/expoting
16104         mbox feature and "Save as" feature into locale encoding.
16105         * Translate file names into locale encoding when "Attache file" and
16106         "Insert file".
16107         * Force set G_BROKEN_FILENAMES environment variable.
16108         * Other minor fixes.
16109
16110 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16111
16112         * Modified to treat MH folder's name as locale encoding.
16113
16114 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16115
16116         * The bug which clash on switching candidates of auto completion of
16117         addresses, cannot use auto completion in Japanesse is fixed
16118         (Thanks! Tokunaga-san)¡¥
16119
16120 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16121
16122         * The bug which cannot switch key accelerator preference has been fixed
16123         (Thanks! smbd-san)¡¥
16124
16125 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16126
16127         * version 0.8.11-gtk2-20030314
16128
16129 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16130
16131         * The bug in which character set conversion of filtering messages has
16132         been fixed.(Thanks! COCOA-san).
16133
16134 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16135
16136         * Revived "Leave space on head" preference in "Message" category.
16137         * A bug which clash when put the cursor to end of buffer and execute
16138         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16139
16140 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16141
16142         * version 0.8.11-gtk2-20030312
16143
16144 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16145
16146         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16147         * Modified to use Pango's API directly for font preference.
16148         * Integrated GtkTextView of textview to one widget.
16149         * Set fonts of header title in textview by "header_title" tag.
16150         * Removed some deprecated codes.
16151
16152 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16153
16154         * Updated to 0.8.11.
16155         * Merged cygwin patch(Thanks! Sakai-san).
16156
16157 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16158
16159         * version 0.8.10-gtk2-20030309