2006-08-29 [wwp] 2.4.0cvs110
[claws.git] / ChangeLog
1 2006-08-29 [wwp]        2.4.0cvs110
2
3         * src/plugins//bogofilter/bogofilter.c
4         * src/plugins//spamassassin/spamassassin.c
5                 make the bogofilter/spamassassin filtering error dialogs at
6         incorporation obey to the "don't popup error dialog on
7         receive error" option. If disabled, feed the log window w/
8         the error message.
9
10 2006-08-29 [paul]
11
12         2.5.0-rc2 released
13
14 2006-08-29 [paul]       2.4.0cvs109
15
16         * Makefile.am
17                 remove 'make release', it's not needed
18                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
19
20 2006-08-29 [paul]       2.4.0cvs108
21
22         * src/foldersel.c
23         * src/summary_search.c
24         * src/gtk/progressdialog.c
25         * src/plugins/pgpcore/passphrase.c
26                 replace deprecated gtk_window_set_policy()
27
28 2006-08-29 [colin]      2.4.0cvs107
29
30         * src/folder.c
31                 Fix data loss when copy fails during a move:
32                 only use fast remove_msgs if everything was
33                 copied OK; else use slow remove_msg on the
34                 mails that got copied only.
35
36 2006-08-28 [paul]       2.4.0cvs106
37
38         * src/mh.c
39                 revert change in 2.4.0cvs104, it breaks
40                 stuff
41
42 2006-08-28 [paul]       2.4.0cvs105
43
44         * src/plugins/spamassassin/spamassassin.c
45                 english fix
46
47 2006-08-28 [paul]       2.4.0cvs104
48
49         * src/mh.c
50                 fix data loss when moving to another
51                 mailbox fails
52         * src/prefs_spelling.c
53                 improve the english
54         * src/gtk/pluginwindow.c
55                 improve the layout of the dialog text
56         All thanks to Colin
57
58 2006-08-28 [paul]       2.4.0cvs103
59
60         * src/plugins/bogofilter/bogofilter.c
61         * src/plugins/bogofilter/bogofilter_gtk.c
62                 fix english up a bit, innit
63
64 2006-08-28 [paul]       2.4.0cvs102
65
66         * configure.ac
67         * po/Makefile.in.in
68         * po/Makevars
69                 require autoconf 2.60, enabling building
70                 with gettext 0.15 (gettext 0.14.x build still
71                 possible). Replace Makefiles with versions
72                 from gettext 0.15.
73                 Remove configure options --with-localedir and
74                 --with-mandir. The options that are provided
75                 directly by autoconf 2.60 can be used instead:
76                 --mandir --localedir
77
78 2006-08-27 [colin]      2.4.0cvs101
79
80         * src/plugins/bogofilter/Makefile.am
81                 Fix make dist (no README)
82
83 2006-08-27 [colin]      2.4.0cvs100
84
85         * src/folder.c
86                 Don't use F_UNKNOWN folders for any default
87                 outbox/trash/etc
88         * src/plugins/bogofilter/bogofilter.c
89         * src/plugins/bogofilter/bogofilter.h
90         * src/plugins/bogofilter/bogofilter_gtk.c
91                 Add an option to specify the path to bogofilter
92                 Use single-quotes to be able to learn in folders
93                 with spaces in their names
94                 Verify learning status
95
96 2006-08-27 [colin]      2.4.0cvs99
97
98         * manual/faq.xml
99         * manual/plugins.xml
100                 Document Bogofilter plugin
101
102 2006-08-27 [colin]      2.4.0cvs98
103
104         * src/compose.c
105         * src/messageview.c
106         * src/procmsg.c
107         * src/procmsg.h
108                 When possible, copy the queued mail to sent folder
109                 instead of re-adding. Much faster on IMAP.
110
111 2006-08-27 [colin]      2.4.0cvs97
112
113         * src/msgcache.c
114                 Disable mmaped caches - huge metadata loss
115                 here after a power failure.
116         * src/summaryview.c
117                 Add quicksearch timing
118         * src/common/plugin.c
119         * src/common/plugin.h
120                 Implement an interface to tell what plugins
121                 provide. Prevent loading of similar plugins.
122         * src/plugins/clamav/clamav_plugin.c
123         * src/plugins/demo/demo.c
124         * src/plugins/dillo_viewer/dillo_viewer.c
125         * src/plugins/pgpcore/plugin.c
126         * src/plugins/pgpinline/pgpinline.c
127         * src/plugins/pgpmime/pgpmime.c
128         * src/plugins/spamassassin/spamassassin.c
129         * src/plugins/trayicon/trayicon.c
130                 Implement plugin_provides()
131
132 2006-08-27 [colin]      2.4.0cvs96
133
134         * configure.ac
135         * src/plugins/Makefile.am
136         * src/plugins/bogofilter/.cvsignore
137         * src/plugins/bogofilter/Makefile.am
138         * src/plugins/bogofilter/bogofilter.c
139         * src/plugins/bogofilter/bogofilter.h
140         * src/plugins/bogofilter/bogofilter_gtk.c
141                 New Bogofilter plugin, provides filtering and
142                 learning. Spamassassin will go to extra plugins.
143
144 2006-08-26 [mones]      2.4.0cvs95
145
146         * manual/handling.xml
147                 Fix subfolder path in the example (thanks to Paul) 
148
149 2006-08-26 [mones]      2.4.0cvs94
150
151         * manual/glossary.xml
152                 2.2. + add ISP to the glossary
153                 7.5. + Add UIDL to glossary
154                 7.7. + Add TCP to glossary
155         * manual/handling.xml
156                 7.1. + Mentions GNU/Linux distribution, what about the non...
157                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
158                 7.3. + Mentions .bashrc, what about the non-bash ones? 
159                 7.4. = Use appropriate quotation for commands
160                 7.6. = change "" to <quote></quote>
161         * manual/plugins.xml
162                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
163         * manual/starting.xml
164                 2.1. + local mbox file: some examples of mbox file locations...
165                 Also reformatted files requiring it
166
167 2006-08-26 [wwp]        2.4.0cvs93
168
169         * src/summary_search.c
170                 disable find buttons while summary search is running.
171
172 2006-08-25 [colin]      2.4.0cvs92
173
174         * src/folder.c
175         * src/folderutils.c
176         * src/mh.c
177         * src/procmsg.h
178         * src/summaryview.c
179                 Speed up MH moving, and add progressbar
180                 for MH deletion
181         * src/msgcache.c
182                 Write cache files using mmap() too
183
184 2006-08-25 [wwp]        2.4.0cvs91
185
186         * src/summaryview.c
187                 switch spam<->ham button when a message has been marked as spam or ham
188                 and is still selected. Thanks to Colin.
189
190 2006-08-25 [paul]       2.4.0cvs90
191
192         * src/Makefile.am
193         * src/stock_pixmap.c
194         * src/stock_pixmap.h
195         * src/summaryview.c
196         * src/gtk/icon_legend.c
197         * src/pixmaps/copied.xpm
198         * src/pixmaps/moved.xpm
199                 add icons for delayed execution marked for
200                 copying, marked for moving
201
202 2006-08-25 [mones]      2.4.0cvs89
203
204         * manual/glossary.xml
205                 Fix the other glossary items:
206                 5.1. = Inmmediate execution -> <quote>immediate execution...
207                 5.2. = Fix MBOX capitalization -> Mbox
208                 5.3. + Improve Plugins def. w/ tech. ref.
209                 5.4. = Quotation -> replace '>' by <quote>></quote>
210                 5.5. - SMTP Server. -> remove dot
211         * po/es.po
212                 Updated translation
213
214 2006-08-25 [mones]      2.4.0cvs88
215
216         * manual/ack.xml
217                 Reformatted, changed email address
218         * manual/glossary.xml
219                 Reformatted, fixed MANUAL-TODO items:
220                 8.2. + add ROT-13 to glossary
221                 8.4. + add URL to glossary
222         * manual/es/advanced.xml
223                 Fixed <literal>s
224
225 2006-08-25 [paul]       2.4.0cvs87
226
227         * src/gtk/icon_legend.c
228                 add 'marked for deletion' icon
229                 arrange icons by containing column
230                 wrap long label text
231
232 2006-08-25 [colin]      2.4.0cvs86
233
234         * src/common/utils.c
235         * src/common/utils.h
236                 Add the sc_g_*list_bigger functions in
237                 a place everyone can use it
238         * src/summaryview.c
239                 Only freeze/thaw the list when working
240                 on the selection, if it's bigger than 1
241         * src/gtk/gtksctree.c
242                 Only freeze/thaw the list when unselec-
243                 ting 'all' if ('all' != 1)
244                 This avoids some flickering
245
246 2006-08-24 [colin]      2.4.0cvs85
247
248         * src/addressbook.c
249                 Fix strange list selection
250                 Fix random seg (Invalid read of freed memory)
251
252 2006-08-24 [colin]      2.4.0cvs84
253
254         * src/alertpanel.c
255         * src/gtk/inputdialog.c
256         * src/plugins/pgpcore/passphrase.c
257                 Revert minimal width patch of 2.4.0cvs67,
258                 as it is also a maximal width. Use 
259                 gtk_window_set_default_size instead.
260
261 2006-08-24 [colin]      2.4.0cvs83
262
263         * src/msgcache.c
264                 Write cache/mark to temp files before
265                 overwriting old ones (avoids metadata
266                 loss if writing the new files fail).
267                 Use mmap() to read cache/mark file, as
268                 this makes cache reading faster. Dis-
269                 abled for big-endian machines until it
270                 can be tested. (Big-endian users: set
271                 msgcache_use_mmap = TRUE in the relevant
272                 #if).
273         * src/procmsg.h
274                 Move rarely used fields of MsgInfo in 
275                 another structure, which will only be
276                 allocated if needed. Face, X-Face,
277                 Return receipt headers and List-*
278                 headers are moved. Mails having none
279                 of these occupy 52 bytes less with
280                 this patch, which makes 2.5MB of RAM
281                 saved on a 50k folder).
282         * src/headerview.c
283         * src/mainwindow.c
284         * src/messageview.c
285         * src/partial_download.c
286         * src/procheader.c
287         * src/procmsg.c
288         * src/textview.c
289                 Follow this structure change.
290
291 2006-08-24 [wwp]        2.4.0cvs82
292
293         * manual/es/.cvsignore
294         * manual/es/dist/.cvsignore
295         * manual/es/dist/html/.cvsignore
296         * manual/es/dist/pdf/.cvsignore
297         * manual/es/dist/ps/.cvsignore
298         * manual/es/dist/txt/.cvsignore
299                 more (generated) files to ignore.
300
301 2006-08-24 [colin]      2.4.0cvs81
302
303         * src/folder.c
304         * src/mh.c
305                 Fix possible problems with local delivery. Check the folder doesn't
306                 need scan before setting its mtime when saving cache (which can be
307                 done long after the folder's been modified by an external process);
308                 Check that the stored item's mtime didn't change in mh functions.
309
310 2006-08-24 [mones]      2.4.0cvs80
311
312         * manual/advanced.xml
313                 Rewrapping, some fixes and MANUAL-TODO items:
314                 8.1. = change "" to <quote></quote>
315                 8.3. = quote menu items
316                 8.5. - deploying -> new user ... ideally a new user (redundant)
317
318 2006-08-23 [colin]      2.4.0cvs79
319
320         * src/gtk/gtksctree.c
321                 When selecting or deselecting range, only
322                 freeze/thaw when selection is bigger than 10
323
324 2006-08-23 [colin]      2.4.0cvs78
325
326         * src/messageview.c
327         * src/mimeview.c
328         * src/mimeview.h
329         * src/plugins/dillo_viewer/dillo_viewer.c
330                 Provide an API for MimeViewer plugins to
331                 return a text selection for replying
332
333 2006-08-23 [colin]      2.4.0cvs77
334
335         * src/image_viewer.c
336         * src/textview.c
337                 Use gtk_pixbuf_new_from_file_at_scale(), which
338                 is faster than getting the pixbuf then resizing
339                 it.
340
341 2006-08-23 [colin]      2.4.0cvs76
342
343         * src/procmime.c
344                 UTF-8 should be sent Quoted-printable
345
346 2006-08-22 [colin]      2.4.0cvs75
347
348         * src/mh.c
349                 Check if scan is required before touching
350                 the folder (or it'll be required every time)
351
352 2006-08-22 [colin]      2.4.0cvs74
353
354         * configure.ac
355                 Require libetpan 0.46 (crasher fix when built
356                 against gnutls)
357
358 2006-08-22 [colin]      2.4.0cvs73
359
360         * src/folder.c
361                 Set folder's mtime after writing its
362                 cache
363         * src/folderview.c
364                 Add some timing
365         * src/procmsg.c
366                 Don't do useless stuff if we don't 
367                 thread by subject
368         * src/summaryview.c
369                 Add some timing, don't deselect prior
370                 to selecting (gtksctree does it itself),
371                 remove crash avoidance hacks as it's been
372                 properly fixed since a while
373         * src/common/utils.c
374                 Optimize to_human_readable(): _() is slow,
375                 do it only once, and avoid %f format for KB
376                 (the most common in a summaryview)
377         * src/gtk/gtksctree.c
378                 Don't uselessly freeze/thaw (fixes flicker
379                 on next unread and friends), reduce number
380                 of g_list_nth/g_list_position where possible
381         * src/gtk/gtkutils.c
382         * src/gtk/gtkutils.h
383                 Reduce number of g_list_nth/g_list_position
384                 where possible.
385                 All of this makes loading as 70k folder 2.1
386                 seconds instead of 3.2 (with hot FS caches).
387                 (1.3 seconds without Date and Size columns...)
388
389 2006-08-22 [paul]       2.4.0cvs72
390
391         wrap documents and do some items from mones' MANUAL-TODO:
392
393         * manual/account.xml
394                 4.1. = fix tabname references to <quote>tabname</quote>
395                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
396         * manual/faq.xml
397                 1.1. = mentioned options don't match UI
398                 Add information about the 'Never send Return Receipts'
399                 option
400         * manual/handling.xml
401                 6.2. = Mentions Extended symbols button, but now is
402                 named Information
403                 6.3. = Mentions ... button, which is now Edit
404
405 2006-08-22 [colin]      2.4.0cvs71
406
407         * src/gtk/pluginwindow.c
408                 Fix layout in verbose translations (such
409                 as french)
410
411 2006-08-22 [paul]       2.4.0cvs70
412
413         * manual/Makefile.am
414                 build manuals in alphabetical order
415         * src/addressbook.c
416         * src/prefs_themes.c
417                 replace/remove deprecated symbols
418         * src/gtk/gtkutils.c
419                 fix a warning
420         * src/gtk/pluginwindow.c
421                 replace deprecated symbol
422                 replace label text and move it
423         * src/plugins/pgpcore/prefs_gpg.c
424                 move the 'Generate...' button out of the
425                 Sign Key frame, replace the English used
426         * src/plugins/pgpcore/sgpgme.c
427                 fixes to the English
428
429 2006-08-21 [colin]      2.4.0cvs69
430
431         * src/plugins/trayicon/trayicon.c
432                 Add more strings for translation; patch
433                 by Pawel
434
435 2006-08-21 [colin]      2.4.0cvs68
436
437         * src/compose.c
438                 fix replied flag not set after drafting
439         * src/matcher.c
440                 fix body quicksearch in non-encoded bodies
441                 containing '='
442         * src/msgcache.c
443                 Get rid of the g_malloc workaround for
444                 corrupted caches, use g_try_malloc
445
446 2006-08-21 [colin]      2.4.0cvs67
447
448         * src/alertpanel.c
449         * src/gtk/inputdialog.c
450         * src/plugins/pgpcore/passphrase.c
451                 Set minimal width to 375
452         * src/mainwindow.c
453                 Fix switching to offline, asking if it 
454                 should be overriden for synchronising
455         * src/mimeview.c
456                 Don't offer to remember command on Open 
457                 with for text parts, as the browser or 
458                 text editor command isn't changed from 
459                 there
460
461 2006-08-20 [paul]       2.4.0cvs66
462
463         * po/ko.po
464         * po/zh_CN.po
465                 fix plural form errors. revealed by stricter
466                 checking of gettext 0.15
467
468 2006-08-18 [paul]       2.4.0cvs65
469
470         * src/stock_pixmap.c
471                 fix the fix of 2.4.0cvs64
472                 Thanks to Colin
473
474 2006-08-18 [paul]       2.4.0cvs64
475
476         * src/stock_pixmap.c
477                 fix leaks
478                 Thanks to Colin
479
480 2006-08-18 [paul]       2.4.0cvs63
481
482         * src/compose.c
483         * src/procmsg.c
484                 fix occasional IMAP bug where large msgs
485                 were left in the queue folder after sending
486                 Thanks to Colin
487
488 2006-08-18 [paul]       2.4.0cvs62
489
490         * src/folderview.c
491                 freeze the summaryview while quicksearch results
492                 are displayed
493                 (fixes bug 456 'current message is hidden when the
494                 view is refreshed and extended search is "unread 
495                 messages"')
496                 Thanks to Colin
497         * src/textview.c
498                 add missing #include "inputdialog.h"
499         * src/common/utils.h
500                 add missing mailcap_update_default() and improve
501                 readability
502
503 2006-08-17 [colin]      2.4.0cvs61
504
505         * src/plugins/pgpcore/select-keys.c
506                 Fix warnings :)
507
508 2006-08-17 [colin]      2.4.0cvs60
509
510         * src/compose.c
511                 Don't continue queuing if Cancel is clicked
512                 in select-keys
513
514 2006-08-17 [colin]      2.4.0cvs59
515
516         * src/plugins/pgpcore/select-keys.c
517                 When encrypting, if only one key matches and it 
518                 matches exactly, automatically use it.
519
520 2006-08-17 [colin]      2.4.0cvs58
521
522         * src/mimeview.c
523         * src/prefs_common.c
524         * src/prefs_common.h
525         * src/prefs_ext_prog.c
526         * src/textview.c
527                 Fix issues with previous patch (text/html)
528                 Remove outdated prefs
529
530 2006-08-17 [colin]      2.4.0cvs57
531
532         * src/imap.c
533                 Add View Log button on auth error
534         * src/procmsg.c
535                 Fix encrypted mail marked as new when
536                 saved in normal folders
537         * src/plugins/pgpinline/pgpinline.c
538                 Fix encrypt bug on IMAP
539         * src/mimeview.c
540         * src/common/utils.c
541         * src/common/utils.h
542         * src/gtk/inputdialog.c
543         * src/gtk/inputdialog.h
544                 Get rid of metamail stuff, simplify
545                 opening, and allow remembering of user's
546                 choices (by updating ~/.mailcap). There's
547                 still to drop "Audio player" and "Image
548                 viewer" preferences.
549
550 2006-08-17 [mones]      2.4.0cvs56
551
552         * manual/es/sylpheed-claws-manual.xml
553                 fix DTD path
554
555 2006-08-17 [mones]      2.4.0cvs55
556
557         * configure.ac
558         * manual/Makefile.am
559         * manual/es/Makefile.am
560         * manual/es/account.xml
561         * manual/es/ack.xml
562         * manual/es/addrbook.xml
563         * manual/es/advanced.xml
564         * manual/es/faq.xml
565         * manual/es/glossary.xml
566         * manual/es/gpl.xml
567         * manual/es/handling.xml
568         * manual/es/intro.xml
569         * manual/es/keyboard.xml
570         * manual/es/plugins.xml
571         * manual/es/starting.xml
572         * manual/es/sylpheed-claws-manual.xml
573         * manual/es/dist/Makefile.am
574         * manual/es/dist/html/Makefile.am
575         * manual/es/dist/pdf/Makefile.am
576         * manual/es/dist/ps/Makefile.am
577         * manual/es/dist/txt/Makefile.am
578                 Spanish translation for the manual
579
580 2006-08-16 [colin]      2.4.0cvs54
581
582         * src/compose.c
583         * src/main.c
584         * src/mainwindow.c
585                 Fix send button sensitivity at startup
586                 Set send menu sensitivity (patch by Fabien)
587         * src/ssl_manager.c
588                 Enable closing with esc (patch by Fabien)
589         * src/gtk/foldersort.c
590                 Enable closing with esc (patch by Fabien)
591         * src/procmime.c
592                 Optimisation (no need to copy to tempfile to
593                 "decode" 7bit and 8bit)
594         * src/summaryview.c
595                 Fix cruft in swap_from case
596         * src/textview.c
597                 Fix missing last line in some mail cases 
598                 (Fixes debian #381872)
599         * src/plugins/pgpcore/prefs_gpg.c
600         * src/plugins/pgpcore/sgpgme.c
601         * src/plugins/pgpcore/sgpgme.h
602                 Don't show "no key found" when user explicitely
603                 wants to create a key
604
605 2006-08-16 [paul]       2.4.0cvs53
606
607         * configure.ac
608         * src/account.c
609         * src/addressbook.c
610         * src/headerview.c
611         * src/prefs_account.c
612         * src/prefs_message.c
613         * src/gtk/gtkutils.c
614                 bump up minimum required versions of GTK+ and
615                 GLIB to 2.6.0
616
617 2006-08-16 [paul]       2.4.0cvs52
618
619         * src/toolbar.c
620                 workaround GTK+ Bug 351600 - 'Can't re-click
621                 on button after sensitivity update'
622                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
623                 Thanks to Colin
624
625 2006-08-15 [colin]      2.4.0cvs51
626
627         * src/plugins/pgpcore/prefs_gpg.c
628                 Set options sensitivity according to
629                 key existence
630         * src/plugins/pgpcore/sgpgme.c
631                 Allow to create key with no passphrase
632
633 2006-08-14 [cleroy]     2.4.0cvs50
634
635         * src/gtk/pluginwindow.c
636                 New layout (maybe to be changed?)
637         * src/gtk/gtkutils.c
638                 Fix a bit label_window
639         * src/plugins/pgpcore/passphrase.c
640         * src/plugins/pgpcore/passphrase.h
641         * src/plugins/pgpcore/plugin.c
642         * src/plugins/pgpcore/prefs_gpg.c
643         * src/plugins/pgpcore/prefs_gpg.h
644         * src/plugins/pgpcore/sgpgme.c
645         * src/plugins/pgpcore/sgpgme.h
646                 Allow to create a PGP private key via the GUI
647
648 2006-08-14 [wwp]        2.4.0cvs49
649
650         * src/addressbook_foldersel.c
651                 fix strict ISO C90 compliance.
652
653 2006-08-14 [paul]       2.4.0cvs48
654
655         * src/gtk/prefswindow.c
656                 re-set scrolled window on opening
657                 Patch by Ticho
658
659 2006-08-14 [paul]
660
661         2.5.0-rc1 released
662
663 2006-08-14 [paul]       2.4.0cvs47
664
665         * src/prefs_display_header.c
666                 re-enable user-defined Displayed Headers
667
668 2006-08-14 [paul]       2.4.0cvs46
669
670         * src/prefs_account.c
671                 use GTK_STOCK_EDIT
672
673 2006-08-13 [colin]      2.4.0cvs45
674
675         * src/common/utils.c
676                 Fix "a" in quote when the original message is empty,
677                 by using \0 instead of 'a' to test writability of
678                 temp files.
679
680 2006-08-13 [wwp]        2.4.0cvs44
681
682         * src/plugins/spamassassin/spamassassin.c
683                 fix capitalization of "SpamAssassin" in some debug, log and
684                 dialog messages.
685
686 2006-08-13 [paul]       2.4.0cvs43
687
688         * src/editldap.c
689                 fix overlapping widgets
690         * src/prefs_account.c
691                 fix translation of protocol_names[]
692                 fix label disappearing off the edge of the
693                 visible area
694
695 2006-08-12 [paul]       2.4.0cvs42
696
697         * manual/plugins.xml
698                 update IRC channel info before it gets forgotten
699                 about
700
701 2006-08-11 [colin]      2.4.0cvs41
702
703         * src/compose.c
704         * src/mainwindow.c
705         * src/mainwindow.h
706         * src/procmsg.c
707         * src/procmsg.h
708         * src/summaryview.c
709         * src/toolbar.c
710                 Grey out the Send button if
711                 - Queue folders are empty, or
712                 - We're sending already
713
714 2006-08-11 [wwp]        2.4.0cvs40
715
716         * src/main.c
717                 fix a logic issue when quitting while a compose window is
718                 still open, thanks to Colin.
719
720 2006-08-10 [colin]      2.4.0cvs39
721
722         * src/main.c
723                 Fix default font size setting after wizard run
724         * src/imap.c
725         * src/etpan/imap-thread.c
726         * src/etpan/imap-thread.h
727                 Fix bug #999 (Timing out on TSL cert validation 
728                 dialog makes ugly things happen). Also, STARTTLS
729                 unconditionnaly if initial capabilities contain
730                 LOGINDISABLED and STARTTLS.
731
732 2006-08-09 [colin]      2.4.0cvs38
733
734         * src/mainwindow.c
735         * src/mainwindow.h
736                 Fix Tools/Actions sensitivity when there are
737                 no actions
738
739 2006-08-09 [colin]      2.4.0cvs37
740
741         * src/prefs_filtering.c
742                 Warning fix, patch by Paul
743         * src/messageview.c
744         * src/prefs_actions.c
745         * src/prefs_filtering_action.c
746         * src/prefs_matcher.c
747                 Uniformisation of "Info ..." to "Info..." (for
748                 old gtk), patch by Fabien
749         * src/plugins/clamav/clamav_plugin_gtk.c
750                 Sensitivity fix by Fabien
751
752 2006-08-09 [colin]      2.4.0cvs36
753
754         * src/main.c
755         * src/main.h
756                 Add a function to know whether we're exiting
757         * src/plugins/trayicon/trayicon.c
758                 If exiting, don't do anything. Faster, and
759                 avoids gtk_main_iteration reentracy causing
760                 segfaults at exit
761
762 2006-08-09 [colin]      2.4.0cvs35
763
764         * src/messageview.c
765         * src/mimeview.c
766         * src/mimeview.h
767                 Fix lack of part selection when automatically 
768                 jumping to a specific part
769         * src/msgcache.c
770                 Little optimisation in cache reading
771
772 2006-08-09 [colin]      2.4.0cvs34
773
774         * src/compose.c
775                 Fix crash setting the priority on reedit
776                 (Accessing compose before creating it!)
777
778 2006-08-08 [colin]      2.4.0cvs33
779
780         * src/procmime.c
781                 Fix bug #998 (last attachment is not accessible)
782                 Bad RFC interpretation on multipart close-delimiters
783         * src/mimeview.c
784         * src/mimeview.h
785         * src/gtk/gtkvscrollbutton.c
786         * src/gtk/gtkvscrollbutton.h
787                 Make attachments list wheel-scrollable
788
789 2006-08-07 [colin]      2.4.0cvs32
790
791         * src/gtk/gtkaspell.c
792                 Fix bug #973 (Unicode punctation characters 
793                 are not recognized as separators by the
794                 spell checker); fix unsigned stuff
795
796 2006-08-07 [colin]      2.4.0cvs31
797
798         * src/compose.c
799                 Fix bug #956 (DnD text with accents in compose 
800                 text entry); fix gccc's signed/unsigned fuss
801
802 2006-08-06 [colin]      2.4.0cvs30
803
804         * src/main.c
805                 Fix bug #979 (Plugin crashes when exiting 
806                 sylpheed-claws) : handle exit request only 
807                 once
808
809 2006-08-05 [colin]      2.4.0cvs29
810
811         * src/news.c
812                 Just make sure we have a msgid.
813
814 2006-08-05 [colin]      2.4.0cvs28
815
816         * src/news.c
817         * src/summaryview.c
818                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
819                 by reimplementing it
820         * src/textview.c
821                 Fix bug when hiding quotes with level > 3 and quote
822                 colors are recycled
823
824 2006-08-04 [colin]      2.4.0cvs27
825
826         * src/compose.c
827         * src/undo.c
828         * src/undo.h
829                 Fix a bit replace-by-pasting undo
830         * src/mainwindow.c
831         * src/messageview.c
832                 Fix Fold quotes menu synchro in
833                 mainwindow when it changes in 
834                 messageview
835         * src/textview.c
836                 Fix right-click on quotes blocks
837         * src/common/utils.c
838                 Verify that the file created by
839                 my_tmpfile() is writable. Fixes
840                 bug #988 (very specific filesystem
841                 issue)
842         * src/plugins/pgpcore/sgpgme.c
843                 Fix file descriptor leak
844         * src/plugins/spamassassin/spamassassin.c
845                 Warn once if spamd isn't reachable
846
847 2006-08-04 [colin]      2.4.0cvs26
848
849         * src/toolbar.c
850                 i18n context patch by Fabien
851
852 2006-08-03 [colin]      2.4.0cvs25
853
854         * src/mainwindow.c
855         * src/messageview.c
856                 Rename "Hide quotes" to "Fold quotes"
857         * src/textview.c
858                 Don't use hand cursor on quotes. "all 
859                 the bonuses of the feature and none of 
860                 unwelcome side-effects"
861
862 2006-08-03 [colin]      2.4.0cvs24
863
864         * AUTHORS
865         * sylpheed-claws.desktop
866         * src/gtk/authors.h
867                 Bring the desktop file to XDG compliance
868                 Patch by Charles A. Edwards
869
870 2006-08-03 [colin]      2.4.0cvs23
871
872         * src/textview.c
873                 Fix links offset when they are preceded
874                 by accentued chars (g_utf8_strlen!)
875         * src/mainwindow.c
876                 Fix wrong status when starting offline
877
878
879 2006-08-03 [wwp]        2.4.0cvs22
880
881         * src/prefs_common.h
882                 ask what to do w/ filtering rules that belong to an account when
883                 applying filtering rules manually from the main window (skip,
884                 apply regardless of the account, use current account). This dialog
885                 can be skipped and the last reply used.
886                 (forgot that file)
887
888 2006-08-03 [wwp]        2.4.0cvs21
889
890         * src/filtering.c
891         * src/filtering.h
892         * src/prefs_common.c
893         * src/summaryview.c
894         * src/alertpanel.c
895         * src/alertpanel.h
896         * src/messageview.c
897                 ask what to do w/ filtering rules that belong to an account when
898                 applying filtering rules manually from the main window (skip,
899                 apply regardless of the account, use current account). This dialog
900                 can be skipped and the last reply used.
901
902
903 2006-08-03 [colin]      2.4.0cvs20
904
905         * src/textview.c
906                 Optimize previous patch
907
908 2006-08-03 [cleroy]     2.4.0cvs19
909
910         * src/textview.c
911                 Fix quotes getting toggled back when the
912                 mail has an even number of text parts
913
914 2006-08-02 [colin]      2.4.0cvs18
915
916         * src/messageview.c
917                 Add Hide quotes menu
918
919 2006-08-02 [colin]      2.4.0cvs17
920
921         * src/mainwindow.c
922         * src/prefs_common.c
923         * src/textview.c
924         * src/textview.h
925         * src/gtk/about.c
926                 Allow per-level quote hiding,
927                 Allow toggling quotes by double-clicking them
928                 Rename RemoteURI to ClickableText to reflect
929                 the fact it's used for a variety of things
930
931 2006-08-02 [wwp]        2.4.0cvs16
932
933         * src/mainwindow.c
934                 fix "View/Hide quotes" menu item status initialization.
935
936 2006-08-02 [wwp]        2.4.0cvs15
937
938         * src/matcher_parser_parse.y
939                 remove a debug trace.
940
941 2006-08-02 [paul]       2.4.0cvs14
942
943         * src/plugins/pgpcore/passphrase.c
944                 don't set initial dialog size
945                 make it resizable
946
947 2006-08-02 [paul]       2.4.0cvs13
948
949         * src/noticeview.c
950                 remove the rogue '/' character
951
952 2006-08-02 [paul]       2.4.0cvs12
953
954         * src/noticeview.c
955                 allow buttons to resize as necessary
956
957 2006-08-01 [wwp]        2.4.0cvs11
958
959         * src/mbox.c
960                 fix strict ISO C90 compliance.
961
962 2006-08-01 [wwp]        2.4.0cvs10
963
964         * tools/update-po
965                 updated update-po tool to work w/ context-dependent translations.
966                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
967
968 2006-08-01 [wwp]        2.4.0cvs9
969
970         * src/matcher.c
971         * src/prefs_filtering.c
972         * src/prefs_matcher.c
973                 allow context-dependent translations for "All",
974                 patch by Fabien Vantard <fzzzzz@gmail.com>.
975
976 2006-07-31 [colin]      2.4.0cvs8
977
978         * AUTHORS
979         * src/gtk/authors.h
980                 Add Rafal to authors
981
982 2006-07-31 [colin]      2.4.0cvs7
983
984         * src/compose.c
985         * src/mainwindow.c
986         * src/messageview.h
987         * src/prefs_common.c
988         * src/prefs_common.h
989         * src/textview.c
990                 Add 'View/Hide quotes'. Patch based on a patch
991                 by Rafal Weglarz
992
993 2006-07-31 [colin]      2.4.0cvs6
994
995         * src/action.c
996                 Fix problem with "> stuff >" actions
997
998 2006-07-31 [paul]       2.4.0cvs5
999
1000         * po/nb.po
1001                 updated by Geir Helland
1002
1003 2006-07-31 [wwp]        2.4.0cvs4
1004
1005         * src/mainwindow.c
1006         * src/summaryview.c
1007         * src/summaryview.h
1008                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1009                 thanks to Colin.
1010
1011 2006-07-31 [wwp]        2.4.0cvs3
1012
1013         * src/Makefile.am
1014         * src/addr_compl.c
1015         * src/addr_compl.h
1016         * src/addressbook.c
1017         * src/addressbook.h
1018         * src/addressbook_foldersel.c
1019         * src/addressbook_foldersel.h
1020         * src/addrindex.c
1021         * src/addrindex.h
1022         * src/matcher.c
1023         * src/matcher.h
1024         * src/matcher_parser_lex.l
1025         * src/matcher_parser_parse.y
1026         * src/prefs_common.c
1027         * src/prefs_common.h
1028         * src/prefs_filtering.c
1029         * src/prefs_matcher.c
1030         * src/prefs_matcher.h
1031         * src/summaryview.c
1032                 introduce filtering against the address book. It's now possible to add
1033                 matched conditions to determine if any email address in a message matches
1034                 or doesn't match any or all books or folders in the address book.
1035
1036 2006-07-31 [wwp]        2.4.0cvs2
1037
1038         * src/account.c
1039         * src/filtering.c
1040         * src/filtering.h
1041         * src/folder.c
1042         * src/folderview.c
1043         * src/inc.c
1044         * src/mainwindow.c
1045         * src/matcher.c
1046         * src/matcher_parser_lex.l
1047         * src/matcher_parser_parse.y
1048         * src/mbox.c
1049         * src/prefs_filtering.c
1050         * src/prefs_filtering.h
1051         * src/procmsg.c
1052         * src/procmsg.h
1053         * src/summaryview.c
1054                 introduce per-account filtering rules. Each filtering rule can now be assigned
1055                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1056                 when applying filtering rules manually, as all rules will apply - even the ones
1057                 assigned to an account. This issue will be addressed soon.
1058  
1059
1060
1061 2006-07-31 [wwp]        2.4.0cvs1
1062
1063         * src/quote_fmt.c
1064                 make more strings translatable.
1065
1066 2006-07-31 [paul]       2.4.0
1067
1068         2.4.0 released
1069
1070 2006-07-31 [paul]       2.3.1cvs91
1071
1072         * po/ca.po
1073                 updated by Miquel Oliete
1074
1075 2006-07-31 [paul]       2.3.1cvs90
1076
1077         * po/de.po
1078         * po/el.po
1079         * po/fr.po
1080         * po/it.po
1081         * po/pl.po
1082         * po/pt_BR.po
1083         * po/sr.po
1084         * po/zh_CN.po
1085                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1086                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1087                 Aleksandar Urosevic, and Ralgh Young
1088
1089 2006-07-31 [paul]       2.3.1cvs89
1090
1091         * src/account.c
1092         * src/main.c
1093         * src/mainwindow.c
1094         * src/mainwindow.h
1095                 Fix a race condition when, after an SC crash, rescanning
1096                 folders took more than 0.5 seconds
1097                 Thanks to Colin
1098
1099 2006-07-31 [paul]       2.3.1cvs88
1100
1101         * src/folderview.c
1102                 don't translate separator strings
1103
1104 2006-07-30 [mones]      2.3.1cvs87
1105
1106         * doc/man/sylpheed-claws.1
1107                 Fixed non-ASCII chars in Hoa's name
1108         * po/es.po
1109                 Updated for release
1110
1111 2006-07-27 [colin]      2.3.1cvs86
1112
1113         * src/textview.c
1114                 Don't include the leading \n in links
1115                 Patch by Fabien
1116
1117 2006-07-25 [colin]      2.3.1cvs85
1118
1119         * src/mainwindow.c
1120         * src/common/socket.h
1121         * src/etpan/imap-thread.c
1122                 Refresh resolvers before connecting
1123                 to IMAP servers, and after switching
1124                 to online. Thanks to Paul.
1125
1126 2006-07-18 [colin]
1127
1128         * 2.4.0-rc4 released
1129
1130 2006-07-17 [colin]      2.3.1cvs84
1131
1132         * src/inc.c
1133                 Show connection attempt in statusbar before
1134                 connecting (previously first message was
1135                 "Retrieving messages from ..." after the
1136                 connection succeeded.
1137
1138 2006-07-16 [wwp]        2.3.1cvs83
1139
1140         * sylpheed-claws.ico
1141                 Added .ico file (windows multi-size icon file, generated).
1142
1143 2006-07-12 [wwp]        2.3.1cvs82
1144
1145         * src/messageview.c
1146                 remove Message/Re-edit menu entry from messageview window,
1147                 as sent/draft/queued messages are opened in compose window when
1148                 re-edited and it's not possible to re-edit other msgs.
1149
1150 2006-07-12 [paul]       2.3.1cvs81
1151
1152         * AUTHORS
1153         * src/mainwindow.c
1154         * src/gtk/authors.h
1155                 check online state before resetting
1156                 mailcheck timer. Useful if some program
1157                 verifies connection state and updates
1158                 Claws.
1159                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1160
1161 2006-07-12 [paul]       2.3.1cvs80
1162
1163         * sylpheed-claws-128x128.png
1164         * sylpheed-claws-64x64.png
1165         * sylpheed-claws.png
1166         * src/Makefile.am
1167         * src/main.c
1168         * src/prefs_toolbar.c
1169         * src/stock_pixmap.c
1170         * src/stock_pixmap.h
1171         * src/wizard.c
1172         * src/gtk/about.c
1173         * src/gtk/gtkutils.c
1174         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1175         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1176         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1177         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1178         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1179         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1180                 updated and renamed logo/icon files and related
1181                 logo by Jesper Schultz
1182
1183 2006-07-11 [paul]       2.3.1cvs79
1184
1185         * src/main.c
1186                 fix the labels a smidgin
1187
1188 2006-07-09 [colin]      2.3.1cvs78
1189
1190         * src/textview.c
1191                 Show errors in textviewer's command
1192                 Patch by H. Merijn Brand
1193
1194 2006-07-09 [colin]      2.3.1cvs77
1195
1196         * src/compose.c
1197                 Save FMID in drafts too
1198
1199 2006-07-08 [colin]      2.3.1cvs76
1200
1201         * src/compose.c
1202                 Svae RMID in drafted mails too
1203                 Save quote_fmt vars for whole mails,
1204                 don't reset at each quote_fmt_init:
1205                 allows to use the same |i{var} in
1206                 various template fields
1207         * src/prefs_template.c
1208         * src/quote_fmt.h
1209         * src/quote_fmt_parse.y
1210                 Same
1211
1212 2006-07-08 [colin]      2.3.1cvs75
1213
1214         * src/textview.c
1215                 Fix highlighting of attached parts URIs
1216
1217 2006-07-08 [colin]      2.3.1cvs74
1218
1219         * src/main.c
1220                 Prevent bug #981 (sc 2.3.1 segfaults with 
1221                 gtk+ 2.10) from being reported again:
1222                 if Sylpheed-Claws has been compiled against
1223                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1224                 of if Sylpheed-Claws has been compiled against
1225                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1226                 error out.
1227
1228 2006-07-07 [colin]      2.3.1cvs73
1229
1230         * src/prefs_actions.c
1231                 Fix label
1232
1233 2006-07-07 [colin]      2.3.1cvs72
1234
1235         * src/prefs_actions.c
1236                 Fix compile on gtk < 2.8. argh :)
1237
1238 2006-07-07 [paul]       2.3.1cvs71
1239
1240         * src/common/defs.h
1241                 update DONATE_URI
1242
1243 2006-07-07 [colin]      2.3.1cvs70
1244
1245         * po/POTFILES.in
1246         * src/quote_fmt.c
1247         * src/quote_fmt_lex.l
1248         * src/quote_fmt_parse.y
1249                 Add |i{var}, a way to insert user-entered
1250                 text in a template
1251
1252 2006-07-07 [colin]
1253
1254         * 2.4.0-rc3 released
1255
1256 2006-07-07 [colin]      2.3.1cvs69
1257
1258         * src/folder.c
1259                 Don't consider inboxes of UNKNOWN folder 
1260                 classes to be useable as default inboxes
1261
1262 2006-07-07 [paul]       2.3.1cvs68
1263
1264         * src/textview.c
1265                 add missing #include <errno.h>
1266                 Thanks to René J. Blokland
1267
1268 2006-07-07 [paul]       2.3.1cvs67
1269
1270         * src/action.c
1271                 Return now Closes dialog
1272         * src/mimeview.c
1273         * src/mimeview.h
1274         * src/textview.c
1275                 add contextual menu to mime parts listed
1276                 in the textview
1277                 Thanks to Colin
1278         * src/common/utils.c
1279                 reversal: ' is a valid character in URLs
1280
1281 2006-07-06 [colin]      2.3.1cvs66
1282
1283         * src/remotefolder.h
1284                 Forgotten in previous commit
1285
1286 2006-07-06 [colin]      2.3.1cvs65
1287
1288         * src/folder.c
1289                 Set summary update flag whenever
1290                 totals changed
1291         * src/imap.c
1292         * src/prefs_account.c
1293         * src/common/utils.h
1294         * src/etpan/imap-thread.c
1295                 Fix warnings, thanks to Fabien and
1296                 Ricardo
1297
1298 2006-07-06 [wwp]        2.3.1cvs64
1299
1300         * src/gtk/gtkutils.c
1301                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1302
1303 2006-07-06 [wwp]        2.3.1cvs63
1304
1305         * src/account.c
1306         * src/addressbook.c
1307         * src/addressitem.h
1308         * src/folderview.c
1309         * src/mainwindow.c
1310         * src/manual.c
1311         * src/manual.h
1312         * src/message_search.c
1313         * src/prefs_actions.c
1314         * src/prefs_filtering.c
1315         * src/prefs_filtering.h
1316         * src/prefs_template.c
1317         * src/summary_search.c
1318         * src/summaryview.c
1319         * src/gtk/gtkutils.c
1320         * src/gtk/gtkutils.h
1321         * src/gtk/pluginwindow.c
1322                 add help buttons to some dialogs. Clicking such buttons opens a
1323                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1324
1325 2006-07-06 [paul]       2.3.1cvs62
1326
1327         * src/textview.c
1328                 fix attachments contextual menu
1329                 Thanks to Colin
1330
1331 2006-07-05 [colin]      2.3.1cvs61
1332
1333         * src/textview.c
1334         * src/compose.c
1335                 Handle sftp:// links
1336
1337 2006-07-05 [paul]       2.3.1cvs60
1338
1339         * src/gtk/filesel.c
1340                 grab save button by default
1341                 Thanks to Colin
1342
1343 2006-07-05 [wwp]        2.3.1cvs59
1344
1345         * manual/xml2pdf
1346                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1347
1348 2006-07-04 [colin]      2.3.1cvs58
1349
1350         * src/mimeview.c
1351         * src/textview.c
1352                 Use left click to select, middle click to open
1353                 on mimeparts links
1354         * src/common/utils.c
1355                 Fix segfault
1356
1357 2006-07-04 [colin]      2.3.1cvs57
1358
1359         * src/mainwindow.c
1360         * src/news.c
1361                 Warning fixes, thanks to Fabien
1362
1363 2006-07-04 [colin]      2.3.1cvs56
1364
1365         * src/mimeview.c
1366         * src/mimeview.h
1367         * src/textview.c
1368                 Allow parts to be selected via their text label
1369                 in textview
1370
1371 2006-07-04 [colin]      2.3.1cvs55
1372
1373         * src/folderview.c
1374                 Feedback when closing (for big folders)
1375         * src/prefs_actions.c
1376         * src/prefs_filtering.c
1377         * src/prefs_matcher.c
1378         * src/prefs_template.c
1379                 Fix default button when closing without
1380                 having saved
1381
1382 2006-07-04 [colin]      2.3.1cvs54
1383
1384         * src/news.c
1385                 Delete local file on deletion
1386
1387 2006-07-03 [colin]      2.3.1cvs53
1388
1389         * src/folderview.c
1390         * src/main.c
1391                 Don't freeze when rescanning after crash
1392
1393 2006-07-03 [wwp]        2.3.1cvs52
1394
1395         * src/compose.c
1396         * src/privacy.c
1397         * src/privacy.h
1398         * src/plugins/pgpinline/pgpinline.c
1399         * src/plugins/pgpmime/pgpmime.c
1400                 don't report an error when the user cancels the passphrase dialog.
1401
1402 2006-07-02 [colin]      2.3.1cvs51
1403
1404         * src/folderview.c
1405                 Open message when crossing folders with Space,
1406                 goto next unread and friends
1407
1408 2006-07-01 [colin]      2.3.1cvs50
1409
1410         * src/prefs_account.c
1411                 Typographic rules varying from language
1412                 to language (in french "Protocole :"),
1413                 we have to do that :)
1414
1415 2006-07-01 [ticho]      2.3.1cvs49
1416
1417         * src/prefs_account.c
1418                 Only use one temporary gchar* variable in
1419                 prefs_account_protocol_set_optmenu().
1420
1421 2006-07-01 [ticho]      2.3.1cvs48
1422
1423         * src/prefs_account.c
1424         * src/prefs_account.h
1425                 Use GtkLabel for existing account protocol name.
1426                 Created an array for protocol names and populate the
1427                 combobox from it in a for() cycle.
1428
1429 2006-06-30 [colin]      2.3.1cvs47
1430
1431         * src/compose.c
1432                 Block undo when changing signature (by changing
1433                 account)
1434
1435 2006-06-30 [paul]       2.3.1cvs46
1436
1437         * src/send_message.c
1438                 when editing From in the Compose window, use that address
1439                 in the Return-Path: header
1440                 Thanks to Colin
1441
1442 2006-06-30 [colin]      2.3.1cvs45
1443
1444         * src/compose.c
1445                 Fix signature replacement:
1446                 - when no newline before separator
1447                 - when reediting
1448
1449 2006-06-29 [colin]      2.3.1cvs44
1450
1451         * src/folderview.c
1452         * src/folderview.h
1453         * src/mainwindow.c
1454         * src/summaryview.c
1455                 Let 'View/Go to/Next marked' work like
1456                 Next new & Next unread: across folders
1457                 Change the select_on_entry pref to do
1458                 what we want when changing folder
1459         * src/common/utils.c
1460                 Fix single-quoted links 
1461
1462 2006-06-29 [colin]      2.3.1cvs43
1463
1464         * src/gtk/gtkaspell.c
1465                 "Sylpheed" and "Sylpheed-Claws" do exist !
1466
1467 2006-06-29 [colin]      2.3.1cvs42
1468
1469         * src/imap.c
1470                 Forgot to remove debug
1471
1472 2006-06-29 [colin]      2.3.1cvs41
1473
1474         * src/imap.c
1475         * src/imap.h
1476         * src/mainwindow.c
1477                 Disconnect from IMAP servers when going
1478                 offline. Fixes bug #978 (going to offline-mode 
1479                 won't close connections)
1480
1481 2006-06-29 [colin]      2.3.1cvs40
1482
1483         * src/main.c
1484                 Fix transient setting on failing plugins
1485                 Patch by Fabien
1486         * src/plugins/pgpcore/sgpgme.c
1487                 Only warn for OpenPGP. Most people don't
1488                 have CMS available.
1489
1490 2006-06-29 [colin]      2.3.1cvs39
1491
1492         * src/compose.c
1493                 Fix Spelling menu (discrepancy between context menu
1494                 and top menu when folder's dictionary isn't the 
1495                 default one)
1496         * src/plugins/pgpcore/sgpgme.c
1497                 More error reporting about why gpgme can fail
1498
1499 2006-06-29 [wwp]        2.3.1cvs38
1500
1501         * src/mainwindow.c
1502                 honor the display-header-pane setting even when the message view
1503                 is a separate window.
1504
1505 2006-06-29 [wwp]        2.3.1cvs37
1506
1507         * src/prefs_actions.c
1508                 forgot to commit that one (use of GTK_STOCK_INFO).
1509
1510 2006-06-29 [colin]      2.3.1cvs36
1511
1512         * src/imap.c
1513                 Better handling of login errors (ask the password
1514                 again once), alert in case of error. Fix three
1515                 signedness warnings.
1516
1517 2006-06-28 [wwp]        2.3.1cvs35
1518
1519         * src/prefs_template.c
1520         * src/prefs_matcher.c
1521         * src/prefs_filtering_action.c
1522         * src/prefs_quote.c
1523                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1524                 patch by Fabien Vantard, slightly modified.
1525
1526 2006-06-28 [paul]
1527
1528         2.4.0-rc2 released
1529
1530 2006-06-28 [colin]      2.3.1cvs34
1531
1532         * src/prefs_account.c
1533                 Fix bug #977 (Can't add or edit imap accounts)
1534
1535 2006-06-28 [colin]      2.3.1cvs33
1536
1537         * src/mimeview.c
1538                 Fix previous
1539
1540 2006-06-28 [colin]      2.3.1cvs32
1541
1542         * src/mimeview.c
1543                 Save named inlined attachments with "Save all"
1544         * src/main.c
1545         * src/mbox.c
1546         * src/common/plugin.c
1547         * src/common/plugin.h
1548         * src/common/sylpheed.c
1549         * src/common/utils.c
1550         * src/plugins/pgpcore/sylpheed.def
1551         * src/plugins/pgpinline/sylpheed.def
1552         * src/plugins/pgpmime/sylpheed.def
1553                 Win32 compatibility patch, by
1554                 Werner Koch
1555
1556 2006-06-28 [wwp]        2.3.1cvs31
1557
1558         * src/imap.c
1559         * src/prefs_folder_item.c
1560                 less compilation warnings (thanks to Fabien Vantard), less typos.
1561
1562 2006-06-28 [paul]       2.3.1cvs30
1563
1564         * src/gtk/gtkutils.c
1565                 gtk_combo_box_set_focus_on_click() is only
1566                 available since gtk 2.6.0
1567
1568 2006-06-28 [paul]       2.3.1cvs29
1569
1570         * src/prefs_ext_prog.c
1571                 fix engrish and add a tooltip for the
1572                 'command for 'Display as text' option
1573
1574 2006-06-28 [paul]
1575
1576         2.4.0-rc1 released
1577
1578 2006-06-28 [paul]       2.3.1cvs28
1579
1580         * ChangeLog
1581         * tools/Makefile.am
1582                 include textviewer.pl in releases
1583
1584 2006-06-28 [paul]       2.3.1cvs27
1585
1586         * src/prefs_ext_prog.c
1587                 hide Print command option if libgnomeprint
1588                 support is present
1589
1590 2006-06-27 [colin]      2.3.1cvs26
1591
1592         * src/compose.c
1593                 Fix Esc handling in insert/attach dialog
1594                 Don't show this dialog if dragging something
1595                 else than text/uri-list
1596                 Thanks to Fabien Vantard
1597         * tools/textviewer.pl
1598                 Filter script to display stuff as text
1599                 by H. Merijn Brand
1600
1601 2006-06-27 [wwp]        2.3.1cvs25
1602
1603         * src/messageview.c
1604                 use the exact product name (message view title), patch
1605                 by Fabien Vantard.
1606
1607 2006-06-27 [ticho]      2.3.1cvs24
1608
1609         * src/prefs_account.c
1610         * src/prefs_common.c
1611         * src/prefs_common.h
1612         * src/prefs_ext_prog.c
1613         * src/textview.c
1614                 Add a preference (Preferences/External programs)
1615                 to allow "Display as text" to be done via a script
1616                 (patch by H.Merijn Brand).
1617                 Use GtkComboBox for protocol selection in account
1618                 preferences.
1619                 Only include current choice for existing accounts, and
1620                 insensitivize the combobox.
1621
1622 2006-06-27 [paul]       2.3.1cvs23
1623
1624         * src/mbox.c
1625                 fix crasher introduced in cvs21.
1626                 Thanks to Colin
1627
1628 2006-06-26 [colin]      2.3.1cvs22
1629
1630         * src/mbox.c
1631                 Fix double-frees when leaving folders
1632                 after exporting to mbox
1633
1634 2006-06-26 [colin]      2.3.1cvs21
1635
1636         * src/mbox.c
1637                 More feedback (and optimisation)
1638                 on import/export
1639         * src/common/utils.c
1640                 Fix case when looking for mail addresses
1641         * src/gtk/gtkutils.c
1642                 Extra check for (X-)Face
1643
1644 2006-06-25 [ticho]      2.3.1cvs20
1645
1646         * src/compose.c
1647         * src/exphtmldlg.c
1648         * src/gtk/gtkutils.c
1649         * src/gtk/gtkutils.h
1650                 Added second argument to gtkut_sc_combobox_create() to
1651                 control focus-on-click for the widget.
1652                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1653
1654 2006-06-25 [ticho]      2.3.1cvs19
1655
1656         * src/compose.c
1657         * src/gtk/Makefile.am
1658         * src/gtk/combobox.c
1659         * src/gtk/combobox.h
1660         * src/gtk/gtkutils.c
1661         * src/gtk/gtkutils.h
1662                 Use GtkComboBox instead of deprecated GtkOptionMenu
1663                 for account selector in compose window and for encoding
1664                 selector in attachment properties.
1665                 Also factorise working with the new GtkComboBox somewhat.
1666
1667 2006-06-24 [paul]       2.3.1cvs18
1668
1669         * src/prefs_common.c
1670                 use the correct default value
1671
1672 2006-06-24 [paul]       2.3.1cvs17
1673
1674         * src/compose.c
1675         * src/prefs_common.c
1676         * src/prefs_common.h
1677         * src/prefs_compose_writing.c
1678                 enable setting of default action when
1679                 dnd'ing files in the compose window.
1680                 (Collaborative effort with wwp)
1681
1682 2006-06-23 [wwp]        2.3.1cvs16
1683
1684         * src/compose.c
1685                 i18n fix (thanks to Fabien Vantard)
1686
1687 2006-06-22 [colin]      2.3.1cvs15
1688
1689         * src/prefs_customheader.c
1690                 Don't use filters in custom headers' file 
1691                 selector. Remember, extensions mean nothing :)
1692
1693 2006-06-22 [paul]       2.3.1cvs14
1694
1695         * configure.ac
1696                 allow setting of man directory location
1697
1698 2006-06-22 [colin]      2.3.1cvs13
1699
1700         * src/mainwindow.c
1701                 Add 'View/Go to/Next unread folder'.
1702                 I missed that :)
1703
1704 2006-06-22 [colin]      2.3.1cvs12
1705
1706         * src/common/utils.c
1707                 Add some subject prefixes
1708                 Patch by Bjorn T Johansen <btj@havleik.no>
1709
1710 2006-06-22 [colin]      2.3.1cvs11
1711
1712         * manual/advanced.xml
1713                 Forgotten hidden pref
1714
1715 2006-06-21 [paul]       2.3.1cvs10
1716
1717         * src/prefs_account.c
1718                 complete the removal of 'Add date header' option
1719
1720 2006-06-21 [paul]       2.3.1cvs9
1721
1722         * src/account.c
1723         * src/compose.c
1724         * src/prefs_account.c
1725         * src/prefs_account.h
1726                 remove option to add date header - always
1727                 add date header
1728         * src/etpan/imap-thread.c
1729                 fix warnings (Thanks to Colin)
1730
1731 2006-06-21 [wwp]        2.3.1cvs8
1732
1733         * src/folder.c
1734                 set the attachment flag when inline text part are (file)named. This is more convenient
1735                 when receiving (for instance) inline source files or patches sent using thunderbird.
1736
1737 2006-06-21 [paul]       2.3.1cvs7
1738
1739         * src/inc.c
1740                 fix off-by-one count of current msg in
1741                 statusbar filtering progressbar
1742
1743 2006-06-21 [paul]       2.3.1cvs6
1744
1745         * src/folder.c
1746                 Show attachment icon even if the part is 'inline'
1747                 if the following conditions are met:
1748                 - content-type != 'text/plain'
1749                 - content-type != '*/pgp-signature'
1750                 - either 'name' or 'filename' parameter is not NULL
1751                 
1752                 Thanks to Colin
1753
1754 2006-06-21 [paul]       2.3.1cvs5
1755
1756         * src/messageview.c
1757         * src/prefs_common.c
1758         * src/prefs_common.h
1759         * src/prefs_other.c
1760                 add an option to 'Never send Return
1761                 Receipts'
1762                 Thanks to Colin
1763
1764 2006-06-20 [mones]      2.3.1cvs4
1765
1766         * po/es.po
1767                 updated
1768         * src/compose.c
1769                 typo fixed (space after comma)
1770         * tools/make.themes.project
1771                 remove exec mode from tarball files
1772
1773 2006-06-20 [colin]      2.3.1cvs3
1774
1775         * src/news.c
1776         * src/procheader.c
1777         * src/unmime.c
1778                 Better fix for \n's in headers (don't 
1779                 break Received: and others)
1780
1781 2006-06-20 [paul]       2.3.1cvs2
1782
1783         * src/alertpanel.c
1784         * src/textview.c
1785                 improve legibility of phishing attempt
1786                 dialog
1787
1788 2006-06-20 [paul]       2.3.1cvs1
1789
1790         * NEWS
1791         * README
1792         * configure.ac
1793                 Update version number following
1794                 stable release
1795
1796 2006-06-20 [colin]      2.3.0cvs26
1797
1798         * src/compose.c
1799                 When dragging a file to the text of the compose
1800                 window, ask whether we want to insert or attach
1801                 (I know lots of people who do that to attach)
1802
1803 2006-06-20 [colin]      2.3.0cvs25
1804
1805         * src/etpan/imap-thread.c
1806                 Fix threshold (the append command is often > 32 bytes)
1807
1808 2006-06-19 [colin]      2.3.0cvs24
1809
1810         * src/imap.c
1811         * src/etpan/imap-thread.c
1812                 Workaround Rockliffe IMAP server bug: replace
1813                 "x UID SEARCH (ANSWERED UID 1:*)" with
1814                 "x UID SEARCH ANSWERED"
1815                 (Rockliffe doesn't handle the parenthesis)
1816
1817 2006-06-19 [colin]      2.3.0cvs23
1818
1819         * src/compose.c
1820         * src/imap.c
1821         * src/etpan/imap-thread.c
1822                 Probably fix bug #972 (Freezes when adding 
1823                 an attachment to the message)
1824         * src/common/defs.h
1825                 Modernize Firefox cmd
1826
1827
1828 2006-06-18 [colin]      2.3.0cvs22
1829
1830         * src/prefs_customheader.c
1831                 Only allow correct filenames for various
1832                 custom headers
1833
1834 2006-06-18 [colin]      2.3.0cvs21
1835
1836         * src/prefs_customheader.c
1837                 Add a 'From File...' button in custom headers prefs, which
1838                 try to do the right thing: 
1839                 for normal headers, use file as plaintext,
1840                 for X-Face, calls compface,
1841                 for Face, encode to b64.
1842
1843 2006-06-17 [colin]      2.3.0cvs20
1844
1845         * src/mh.c
1846                 Warning fix
1847
1848 2006-06-16 [colin]      2.3.0cvs19
1849
1850         * src/summaryview.c
1851                 Recursive quicksearch: show message list
1852                 in current folder, *then* search children
1853                 in the background.
1854
1855 2006-06-16 [colin]      2.3.0cvs18
1856
1857         * src/main.c
1858                 Instead of ignoring SIGPIPE, save caches
1859                 when getting one. Will fix the fact that
1860                 hot caches are out-of-date when logging 
1861                 out of Xorg.
1862         * src/compose.c
1863         * src/prefs_compose_writing.c
1864                 Only save text (not attachments) when 
1865                 auto-saving to drafts
1866         * src/unmime.c
1867                 Always replace \n, \r and \t with spaces
1868                 in headers
1869         * manual/dist/html/Makefile.am
1870         * manual/dist/pdf/Makefile.am
1871         * manual/dist/ps/Makefile.am
1872         * manual/dist/txt/Makefile.am
1873         * manual/fr/dist/html/Makefile.am
1874         * manual/fr/dist/pdf/Makefile.am
1875         * manual/fr/dist/ps/Makefile.am
1876         * manual/fr/dist/txt/Makefile.am
1877         * manual/pl/dist/html/Makefile.am
1878         * manual/pl/dist/pdf/Makefile.am
1879         * manual/pl/dist/ps/Makefile.am
1880         * manual/pl/dist/txt/Makefile.am
1881                 Fix make clean removing pregenerated manuals
1882
1883
1884 2006-06-16 [colin]      2.3.0cvs17
1885
1886         * src/plugins/pgpcore/sgpgme.c
1887         * src/plugins/pgpmime/pgpmime.c
1888         * src/plugins/pgpinline/pgpinline.c
1889                 Better error reporting in setup_signers.
1890                 Don't fallback to default key if specified
1891                 key isn't found.
1892                 Don't allow signing if more than one secret
1893                 key matches the one specified in prefs.
1894
1895 2006-06-15 [colin]      2.3.0cvs16
1896
1897         * src/folderview.c
1898                 Add "Send queue" in the folder's contextual
1899                 menu
1900         * src/compose.c
1901         * src/messageview.c
1902         * src/privacy.c
1903         * src/privacy.h
1904         * src/procmime.c
1905         * src/procmsg.c
1906         * src/plugins/pgpcore/passphrase.c
1907         * src/plugins/pgpcore/sgpgme.c
1908         * src/plugins/pgpinline/pgpinline.c
1909         * src/plugins/pgpmime/pgpmime.c
1910                 Better error reporting
1911         * src/mbox.c
1912                 Probably fix bug #971 (2.2.3 cannot read mail 
1913                 from local mbox)
1914
1915
1916 2006-06-15 [mones]      2.3.0cvs15
1917
1918         * tools/make.themes.project
1919                 creates the themes project from the web page
1920
1921 2006-06-15 [colin]      2.3.0cvs14
1922
1923         * src/folder.c
1924                 Better fix (avoid losing the folder if scan_tree 
1925                 fails)
1926
1927 2006-06-15 [cleroy]     2.3.0cvs13
1928
1929         * src/folder.c
1930                 Probably fix Bug #969 (crash on rebuilding 
1931                 imap folder)
1932
1933 2006-06-14 [colin]      2.3.0cvs12
1934
1935         * manual/dtd/manual.xsl
1936         * manual/sylpheed-claws-manual.xml
1937         * manual/fr/sylpheed-claws-manual.xml
1938         * manual/pl/sylpheed-claws-manual.xml
1939                 Insert pagebreaks between sections
1940
1941 2006-06-14 [paul]       2.3.0cvs11
1942
1943         * configure.ac
1944                 better fix than 2.3.0cvs10
1945
1946 2006-06-14 [paul]       2.3.0cvs10
1947
1948         * configure.ac
1949                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1950                 (backwards compatible)
1951
1952 2006-06-13 [colin]      2.3.0cvs9
1953
1954         * src/messageview.c
1955                 Fix sending of return receipt with the new queue folders
1956
1957 2006-06-13 [wwp]        2.3.0cvs8
1958
1959         * src/quote_fmt_lex.l
1960                 fix wrong tokens returned in quote_fmt lexer, query not().
1961
1962 2006-06-13 [wwp]        2.3.0cvs7
1963
1964         * src/folder.c
1965         * src/prefs_folder_item.c
1966                 allow changing folder type even when folder is not a top-level one,
1967                 thanks to Colin.
1968
1969 2006-06-12 [colin]      2.3.0cvs6
1970
1971         * src/folderview.c
1972                 Fix double-ask of "Do you want to mark all
1973                 as read"
1974
1975 2006-06-12 [colin]      2.3.0cvs5
1976
1977         * src/compose.c
1978         * src/compose.h
1979         * src/folder.c
1980         * src/folder.h
1981         * src/imap.c
1982         * src/inc.c
1983         * src/main.c
1984         * src/messageview.c
1985         * src/mh.c
1986         * src/prefs_folder_item.c
1987         * src/procheader.c
1988         * src/procmime.c
1989         * src/procmsg.c
1990         * src/procmsg.h
1991         * src/send_message.c
1992         * src/summaryview.c
1993         * src/toolbar.c
1994                 Apply bug #964's patch (Queue and drafts aren't normal)
1995                 The Drafts and Queue folder now contain RFC-822 files,
1996                 allowing to move and copy mails from and to these 
1997                 folders. Moving from Drafts to Queue will prepare the
1998                 mail for sending (PGP signature, encryption, etc).
1999                 This patch also rework sending errors handling to try
2000                 to be more helpful.
2001                 Also, allow redefining folder types via the GUI 
2002                 (Folder type in its Properties)
2003
2004 2006-06-12 [colin]      2.3.0cvs4
2005
2006         * src/summaryview.c
2007         * src/prefs_common.c
2008         * src/prefs_common.h
2009         * src/gedit-print.c
2010                 Allow to define a specific print font - patch
2011                 by Bernhard Walle <bernhard.walle@gmx.de>
2012         * src/prefs_fonts.c
2013         * manual/advanced.xml
2014         * manual/fr/advanced.xml
2015                 Add a hidden pref to allow deletion without
2016                 confirmation
2017
2018 2006-06-12 [wwp]        2.3.0cvs3
2019
2020         * .cvsignore
2021                 more files to ignore.
2022
2023 2006-06-12 [wwp]        2.3.0cvs2
2024
2025         * src/quote_fmt.c
2026         * src/quote_fmt_lex.l
2027         * src/quote_fmt_parse.y
2028                 extend the quote_fmt parser (templates and quotes):
2029                 - allow limited sub-expressions in |p{} and |f{} expressions,
2030                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2031                 - implemented/fixed missing implementation of query_references and show_references,
2032                 - completed, fixed contents and format of the symbols help dialog,
2033                 - fix some compilation warnings.
2034
2035 2006-06-12 [wwp]        2.3.0cvs1
2036
2037         * manual/advanced.xml
2038         * manual/fr/advanced.xml
2039                 updates in the "templates" section of the manual (eng/fr):
2040                  - be more precise (both versions)
2041                  - completed to match the english reference (fr version)
2042                  - touchups (both versions)
2043
2044 2006-06-12 [paul]       2.3.0
2045
2046         2.3.0 released
2047
2048 2006-06-12 [paul]       2.2.3cvs14
2049
2050         * po/ca.po
2051         * po/cs.po
2052         * po/de.po
2053         * po/el.po
2054         * po/fr.po
2055         * po/it.po
2056         * po/pt_BR.po
2057         * po/sr.po
2058         * po/zh_CN.po
2059                 updated by Miquel Oliete, Tim, Stephan Sachse,
2060                 Stavros Giannouris, Fabien Vantard, Andrea
2061                 Spadaccini, Frederico Goncalves Guimaraes,
2062                 Aleksandar Urosevic, and Ralgh Young
2063
2064 2006-06-12 [colin]      2.2.3cvs13
2065
2066         * src/mbox.c
2067                 Add missing header
2068
2069 2006-06-11 [colin]      2.2.3cvs12
2070
2071         * src/msgcache.c
2072                 Verify that g_malloc() succeeded
2073
2074 2006-06-11 [colin]      2.2.3cvs11
2075
2076         * src/wizard.c
2077                 Add Face header to welcome mail
2078
2079 2006-06-10 [colin]      2.2.3cvs10
2080
2081         * src/textview.c
2082                 Revert previous (Forgot it changes the
2083                 margin on the whole mail)
2084
2085 2006-06-10 [colin]      2.2.3cvs9
2086
2087         * src/textview.c
2088                 Don't overlap long headers under (X-)Face
2089
2090 2006-06-10 [mones]      2.2.3cvs8
2091
2092         * manual/xml2pdf
2093                 allow generation of manual on systems lacking saxon binary
2094                 but with java and the saxon library installed
2095
2096         * po/es.po
2097                 updated for release
2098
2099 2006-06-09 [colin]      2.2.3cvs7
2100
2101         * src/summaryview.c
2102                 Fix leak when using Display Sender using Addressbook
2103
2104 2006-06-09 [colin]      2.2.3cvs6
2105
2106         * src/compose.c
2107         * src/folder.c
2108         * src/folderview.c
2109         * src/mimeview.c
2110         * src/summaryview.c
2111                 More leaks fixes
2112
2113 2006-06-09 [paul]       2.2.3cvs5
2114
2115         * AUTHORS
2116         * src/gtk/authors.h
2117         * tools/claws.i18n.status.pl
2118                 updated with new info
2119
2120 2006-06-09 [paul]       2.2.3cvs4
2121
2122         * README
2123                 updated
2124         * manual/ack.xml
2125                 add wwp to authors list
2126         * src/gtk/authors.h
2127                 update mine and Colin's addresses
2128
2129 2006-06-08 [colin]      2.2.3cvs3
2130
2131         * src/etpan/imap-thread.c
2132                 Fix leak on SSL cert check
2133
2134 2006-06-08 [colin]      2.2.3cvs2
2135
2136         * src/common/utils.c
2137                 Fix leak
2138
2139 2006-06-08 [paul]       2.2.3cvs1
2140
2141         * configure.ac
2142                 Update version number following
2143                 stable release
2144
2145 2006-06-07 [colin]      2.2.2cvs3
2146
2147         * src/msgcache.c
2148                 Fix catching cache read errors (guint instead of gint)
2149                 Prevent malloc'ing more than 8MB (means cache corruption)
2150
2151 2006-06-07 [paul]       2.2.2cvs2
2152
2153         * src/exporthtml.c
2154         * src/exportldif.c
2155         * src/mh.c
2156         * src/mutt.c
2157         * src/pine.c
2158         * src/common/utils.c
2159                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2160                 obey $HOME'
2161                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2162                 Thanks to Colin
2163
2164 2006-06-06 [paul]       2.2.2cvs1
2165
2166         * configure.ac
2167                 Update version number following
2168                 stable release
2169
2170 2006-06-06 [paul]       2.2.1cvs6
2171
2172         * src/matcher.c
2173                 fix  implicit declaration of
2174                 sylpheed_do_idle()
2175                 Patch by Fabien Vantard
2176
2177 2006-06-06 [paul]       2.2.1cvs5
2178
2179         * src/matcher.c
2180                 fix age_greater and age_lower so that they
2181                 mean what say and not '...or equal to'
2182                 Thanks to Colin
2183
2184 2006-06-06 [paul]       2.2.1cvs4
2185
2186         * src/textview.c
2187         * src/common/utils.c
2188                 fix URI check
2189                 Thanks to Colin
2190
2191 2006-06-05 [wwp]        2.2.1cvs3
2192
2193         * manual/fr/account.xml
2194                 minor language fixes (thanks to Fabien Vantard).
2195
2196 2006-06-05 [colin]      2.2.1cvs2
2197
2198         * src/prefs_folder_item.c
2199         * src/folderview.c
2200                 Allow recursive setting of properties 
2201                 for whole mailboxes
2202         * src/matcher.c
2203                 Don't freeze on 'test' filtering rule
2204
2205 2006-06-05 [colin]      2.2.1cvs1
2206
2207         * configure.ac
2208                 Update version number following
2209                 stable release
2210
2211 2006-06-04 [wwp]        2.2.0cvs82
2212
2213         * manual/glossary.xml
2214         * manual/account.xml
2215         * manual/fr/glossary.xml
2216         * manual/fr/account.xml
2217                 added glossary section and references/links related to the Face custom header.
2218
2219 2006-06-04 [colin]      2.2.0cvs81
2220
2221         * src/summaryview.c
2222                 Skip to next message on move with no
2223                 immediate execution
2224
2225 2006-06-04 [wwp]        2.2.0cvs80
2226
2227         * manual/xml2pdf
2228                 added sanity checks, exit when needed.
2229
2230 2006-06-03 [paul]       2.2.0cvs79
2231
2232         * src/prefs_receive.c
2233                 page name is now 'Receiving'
2234         * src/prefs_send.c
2235                 page name is now 'Sending'
2236
2237 2006-06-03 [colin]      2.2.0cvs78
2238
2239         * src/plugins/spamassassin/spamassassin_gtk.c
2240                 Autoswitch to Localhost if transport was previously
2241                 disabled. Else people had to check [] Enable, then
2242                 *reselect* transport.
2243
2244 2006-06-03 [colin]      2.2.0cvs77
2245
2246         * src/plugins/pgpinline/pgpinline.c
2247         * src/plugins/pgpmime/pgpmime.c
2248                 Check that gpg_data_release_and_get_mem 
2249                 didn't fail (now, why this happens...)
2250
2251 2006-06-03 [colin]      2.2.0cvs76
2252
2253         * src/mbox.c
2254                 Fix bug #962 (Manual and/or UI should 
2255                 warn about incompatible locking 
2256                 causing dataloss)
2257
2258 2006-06-02 [cleroy]     2.2.0cvs75
2259
2260         * src/filtering.c
2261         * src/folder.c
2262         * src/procmsg.c
2263         * src/summaryview.c
2264                 Fix a few leaks
2265
2266 2006-06-02 [colin]      2.2.0cvs74
2267
2268         * src/main.c
2269                 On exit, free caches after writing them
2270                 Shuts up some valgrind false positives
2271         * src/procmsg.c
2272         * src/send_message.c
2273                 Fix races when reusing existing SMTP connections
2274                 Fix inexistant session timeout
2275         * src/toolbar.c
2276                 Display alertpanel after all queues have
2277                 been processed, not after each
2278
2279 2006-06-02 [wwp]        2.2.0cvs73
2280
2281         * manual/fr/glossary.xml
2282         * manual/fr/ack.xml
2283         * manual/ack.xml
2284                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2285
2286 2006-06-02 [wwp]        2.2.0cvs72
2287
2288         * manual/xml2pdf
2289         * manual/dist/pdf/Makefile.am
2290         * manual/dtd/manual.xsl
2291         * manual/fr/dist/pdf/Makefile.am
2292         * manual/pl/dist/pdf/Makefile.am
2293                 we changed the procedure to generate the .pdf version of the manual.
2294                 The procedure is more modern and the .pdf we get now has a valid index.
2295                 Here are the new pre-requisites:
2296
2297                 - JRE 1.x (1.4 here): there must be one from your distro
2298                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2299                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2300                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2301
2302                 See my posts for further info about the installation of this toolchain:
2303
2304                 Date: Fri, 19 May 2006 19:40:06 +0200
2305                 From: wwp <subscript@free.fr>
2306                 To: sylpheed-claws-devel@lists.sourceforge.net
2307                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2308
2309                 and
2310
2311                 Date: Wed, 24 May 2006 12:58:49 +0200
2312                 From: wwp <subscript@free.fr>
2313                 To: sylpheed-claws-devel@lists.sourceforge.net
2314                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2315
2316 2006-06-01 [colin]      2.2.0cvs71
2317
2318         * src/compose.c
2319                 Better guards against IMAP races
2320         * src/main.c
2321         * src/prefs_common.c
2322         * src/prefs_common.h
2323         * src/common/ssl_certificate.c
2324         * src/etpan/imap-thread.c
2325         * src/etpan/imap-thread.h
2326         * src/gtk/sslcertwindow.c
2327                 New hidden option ssl_skip_cert_check to 
2328                 avoid dups of bug #959 (libetpan linked
2329                 against gnutls and gnutls buggy on 64bit)
2330                 Present expired warning only once per
2331                 session/server.
2332         * manual/advanced.xml
2333         * manual/fr/advanced.xml
2334                 Document new option
2335
2336 2006-06-01 [wwp]        2.2.0cvs70
2337
2338         * src/messageview.c
2339                 fix for bug #961 (return receipt dialog 
2340                 complains incorrectly about return-path 
2341                 email adress being different), thanks 
2342                 to Colin.
2343
2344 2006-05-31 [cleroy]     2.2.0cvs69
2345
2346         * src/common/ssl.c
2347                 Guard against NULLs, although this
2348                 should never be an issue
2349
2350 2006-05-31 [colin]      2.2.0cvs68
2351
2352         * src/filtering.c
2353                 Use g_slist_prepend
2354         * src/imap.c
2355                 Don't remove caches when destroying folder, it
2356                 could (should) be done at exit
2357         * src/inc.c
2358                 free processing cache after incorporation
2359         * src/etpan/imap-thread.c
2360                 Maybe fix bug #959 (Crash on moving to emails 
2361                 to a imap account per ssl with a expired 
2362                 certificate.)
2363
2364 2006-05-30 [colin]      2.2.0cvs67
2365
2366         * src/summaryview.c
2367                 Put back event flush when displaying message
2368                 It avoids reading a bunch of messages just
2369                 by hitting shift-n for too long ;)
2370
2371 2006-05-29 [colin]      2.2.0cvs66
2372
2373         * src/summaryview.c
2374                 Remove useless g_warnings
2375
2376 2006-05-29 [colin]      2.2.0cvs65
2377
2378         * src/imap.c
2379                 Fix g_slist_append()s for performance
2380
2381 2006-05-29 [colin]      2.2.0cvs64
2382
2383         * src/compose.c
2384         * src/common/utils.c
2385                 Fix extraneous tab at start of addresses
2386         * src/mainwindow.c
2387                 Fix warnings (thanks to Fabien)
2388                 Fix crash at exit when composing messages 
2389                 exist
2390         * src/pop.c
2391                 Fix progress bar when deleting expired mails
2392                 Thanks to Hiro
2393         * src/summaryview.c
2394         * src/gtk/gtksctree.c
2395                 Fix re-sorting slowness
2396
2397 2006-05-29 [paul]       2.2.0cvs63
2398
2399         * src/mh.c
2400                 fetch full message when moving mails
2401                 from another mailbox, (fixed data loss
2402                 when filtering from IMAP to MH, introduced
2403                 in 2.2.0cvs57).
2404                 Thanks to Colin
2405
2406 2006-05-29 [mones]      2.2.0cvs62
2407
2408         * src/gtk/gtksctree.c
2409                 Unselect faster (patch by Colin)        
2410
2411 2006-05-26 [colin]      2.2.0cvs61
2412
2413         * src/summaryview.c
2414                 Unplug MSGINFO_UPDATE callback on delete too.
2415
2416 2006-05-26 [colin]      2.2.0cvs60
2417
2418         * src/foldersel.c
2419                 Fix bold in folder selection window with glib2.10
2420                 thanks Hiro
2421
2422 2006-05-26 [colin]      2.2.0cvs59
2423
2424         * src/procheader.c
2425                 Convert date only if necessary (and don't
2426                 try to convert from utf8 to utf8, too)
2427         * src/summaryview.c
2428                 Only set column's text if the column's 
2429                 displayed
2430
2431 2006-05-26 [colin]      2.2.0cvs58
2432
2433         * src/summaryview.c
2434         * src/gtk/gtkutils.c
2435                 Fix useless warning
2436
2437 2006-05-26 [colin]      2.2.0cvs57
2438
2439         * src/mainwindow.c
2440                 Make summaryview selectable as long as 
2441                 no message has focus
2442         * src/mh.c
2443                 Faster deletion (by implementing mh_remove_msgs)
2444                 Faster copy (avoid using mh_fetch_msg just to get
2445                 the filename)
2446                 Faster move (using move_file instead of copy_file
2447                 if MSG_IS_MOVE)
2448                 No progressbar if total number of mails to cp/mv 
2449                 is less than 100
2450         * src/summaryview.c
2451                 Fix removal from subject_table when mail gets moved
2452                 Faster deletion (g_slist_prepend instead of append)
2453         * src/gtk/gtksctree.c
2454                 Remove useless code
2455
2456 2006-05-25 [colin]      2.2.0cvs56
2457
2458         * src/common/ssl_certificate.c
2459                 Fix leak in expired cert check
2460
2461 2006-05-25 [colin]      2.2.0cvs55
2462
2463         * src/mh.c
2464                 Disable flags syncing on .mh_sequences - it
2465                 is buggy and marks mails read under unknown
2466                 conditions.
2467
2468 2006-05-25 [paul]
2469
2470         * 2.3.0-rc4 released
2471
2472 2006-05-24 [colin]      2.2.0cvs54
2473
2474         attention cvs users: if you manage to crash
2475         Sylpheed-Claws while moving, copying or deleting
2476         mails, we *are* interested in stack traces and
2477         valgrind logs. It looks stable, but one never
2478         knows...
2479
2480         * src/folder.c
2481                 Add progressbar for cache updates
2482         * src/folderutils.c
2483                 Optimize Mark all read in the current
2484                 folder
2485         * src/mh.c
2486                 Add progressbar for copy/move
2487         * src/procmsg.c
2488                 Optimize O(n^2) in copy/move
2489         * src/summaryview.c
2490         * src/gtk/gtksctree.c
2491                 Optimize O(n^2) algos
2492         * src/common/timing.h
2493                 Display ms instead of us
2494
2495 2006-05-24 [wwp]        2.2.0cvs53
2496
2497         * manual/fr/advanced.xml
2498                 updates to the French manual.
2499
2500 2006-05-24 [wwp]        2.2.0cvs52
2501
2502         * src/common/utils.c
2503                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2504
2505 2006-05-24 [wwp]        2.2.0cvs51
2506
2507         * src/folderutils.c
2508                 fixed "mark all read" in MH folders (thanks to Colin).
2509
2510 2006-05-24 [paul]       2.2.0cvs50
2511
2512         * doc/man/sylpheed-claws.1
2513                 updated the man page
2514
2515 2006-05-23 [colin]      2.2.0cvs49
2516
2517         * src/folderview.c
2518         * src/imap.c
2519         * src/inc.c
2520         * src/mbox.c
2521         * src/messageview.c
2522         * src/news.c
2523         * src/send_message.c
2524         * src/summaryview.c
2525         * src/gtk/sslcertwindow.c
2526                 alertpanel fixes, by Fabien
2527
2528 2006-05-23 [colin]      2.2.0cvs48
2529
2530         * src/folder.c
2531         * src/folderview.c
2532         * src/msgcache.c
2533         * src/summaryview.c
2534         * src/gtk/gtksctree.c
2535         * src/gtk/gtksctree.h
2536                 More timings
2537                 Fix slow loading problem, which was caused by the
2538                 use of some gtk_ctree funcs and their use of
2539                 g_list_position while gtk_ctree_(un)link'ing.
2540                 Reap more functions from gtkctree.c to be sure we
2541                 use our (fast) version instead of theirs.
2542         * src/mh.c
2543                 Fix copy of unread mails
2544
2545
2546 2006-05-22 [wwp]        2.2.0cvs47
2547
2548         * manual/fr/advanced.xml
2549                 updated.
2550
2551 2006-05-22 [colin]      2.2.0cvs46
2552
2553         * src/filtering.c
2554                 Fix possible infinite loop. 'copy' is not a 
2555                 final action, so when encountering a 'copy',
2556                 we have to check if a previous one was set
2557                 and do it. In the same way, if we encounter
2558                 a 'move' we have to perform a possibly 
2559                 pending 'copy'. This will slow down filtering
2560                 on IMAP if move+copy or multiple copy actions
2561                 are to be done, but handling it via the batch
2562                 would be really too convoluted.
2563
2564 2006-05-22 [wwp]        2.2.0cvs45
2565
2566         * manual/fr/advanced.xml
2567         * manual/fr/faq.xml
2568         * manual/fr/glossary.xml
2569         * manual/fr/handling.xml
2570         * manual/fr/intro.xml
2571         * manual/fr/plugins.xml
2572         * manual/fr/sylpheed-claws-manual.xml
2573                 sync w/ the english manual: updates URIs, documented mailing-list
2574                 support, better explanation about the enabled/disabled feature
2575                 in filtering/processing rules by Paul.
2576
2577 2006-05-21 [colin]      2.2.0cvs44
2578
2579         * src/summaryview.c
2580                 Don't expand after building threads, but during
2581
2582 2006-05-21 [colin]      2.2.0cvs43
2583
2584         * src/procmsg.c
2585         * src/summaryview.c
2586                 More timing possibilities... For next time I have 
2587                 to find out how the hell some 3GHz computer takes
2588                 one minute to open a 30k folder...
2589
2590 2006-05-21 [colin]      2.2.0cvs42
2591
2592         * manual/pl/advanced.xml
2593         * manual/pl/faq.xml
2594         * manual/pl/glossary.xml
2595         * manual/pl/handling.xml
2596         * manual/pl/intro.xml
2597         * manual/pl/plugins.xml
2598         * manual/pl/sylpheed-claws-manual.xml
2599                 Polish manual updated by Pawel
2600
2601 2006-05-20 [colin]
2602
2603         * 2.3.0-rc3 released
2604
2605 2006-05-20 [colin]      2.2.0cvs41
2606
2607         * src/imap.c
2608                 Fix -rc2 problems:
2609                 - remove cache of moved messages from original folder
2610                 - apply new flags to messages even if they aren't appliable
2611                   via IMAP.
2612
2613 2006-05-20 [colin]
2614
2615         * 2.3.0-rc2 released
2616
2617 2006-05-19 [colin]      2.2.0cvs40
2618
2619         * src/imap.c
2620                 Don't issue SELECT in imap_change_flags
2621                 before having checked that we indeed have
2622                 some flags to change. MSG_POSTFILTERED for
2623                 example can't be used on IMAP.
2624                 Fixes bug #955 (copying messages between 
2625                 imap folders is extremely slow), which was
2626                 a regression.
2627
2628 2006-05-19 [colin]      2.2.0cvs39
2629
2630         * src/folder.c
2631         * src/folder.h
2632         * src/folderview.c
2633                 Try to fix bug #830 (Some unread messages 
2634                 get marked read in IMAP inbox):
2635                 - Prevent scanning a folder if it's being 
2636                   opened via the GUI
2637                 - Postpone opening via the GUI of a folder
2638                   currently scanned.
2639
2640
2641 2006-05-19 [wwp]        2.2.0cvs38
2642
2643         * manual/advanced.xml
2644                 fix English+typo (thanks to Paul).
2645
2646 2006-05-19 [wwp]        2.2.0cvs37
2647
2648         * manual/advanced.xml
2649         * manual/fr/advanced.xml
2650         * src/gtk/logwindow.c
2651         * src/prefs_common.c
2652         * src/prefs_common.h
2653                 added hidden prefs to allow customization of colors used in
2654                 protocol log window (useful for dark gtk+ themes).
2655
2656 2006-05-19 [wwp]        2.2.0cvs36
2657
2658         * ChangeLog
2659                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2660
2661 2006-05-19 [paul]       2.2.0cvs35
2662
2663         * src/textview.c
2664                 make Reply-To fully clickable
2665         * src/gtk/logwindow.c
2666                 more colouring (SMTP ESMTP)
2667         Both patches by Pawel Pekala
2668
2669 2006-05-19 [cleroy]     2.2.0cvs34
2670
2671         * src/mh.c
2672                 Don't update flags from current folder
2673                 Probably fixes bug #935 (Read Messages 
2674                 Revert to Being Marked as Unread)
2675
2676 2006-05-18 [colin]      2.2.0cvs33
2677
2678         * src/imap.c
2679                 Warning fix
2680         * src/compose.c
2681         * src/mainwindow.c
2682         * src/summaryview.c
2683         * src/toolbar.c
2684                 Allow replying to multiple emails
2685                 in multiple windows
2686         * src/mimeview.c
2687         * src/etpan/imap-thread.c
2688                 Leak fixes
2689
2690 2006-05-18 [paul]       2.2.0cvs32
2691
2692         * src/summaryview.c
2693                 keep Mailing-List menu refreshed
2694                 Thanks to Colin
2695
2696 2006-05-18 [paul]       2.2.0cvs31
2697
2698         * manual/advanced.xml
2699         * manual/faq.xml
2700         * manual/glossary.xml
2701         * manual/handling.xml
2702         * manual/intro.xml
2703         * manual/plugins.xml
2704         * manual/sylpheed-claws-manual.xml
2705                 update URLs
2706                 add info about mailing-list support
2707                 edit filtering info
2708         * src/wizard.c
2709         * src/common/defs.h
2710         * src/gtk/about.c
2711         * src/plugins/dillo_viewer/README
2712                 update URLs
2713
2714 2006-05-17 [wwp]        2.2.0cvs30
2715
2716         * manual/handling.xml
2717         * manual/fr/handling.xml
2718                 documented the ability to enabled/disable filtering/processing rules.
2719
2720 2006-05-17 [colin]      2.2.0cvs29
2721
2722         * src/main.c
2723                 Don't initialize g_thread subsystem if it's 
2724                 already done (thanks to Hiro)
2725         * src/mimeview.c
2726                 Fix saving of parts when there name can't be
2727                 converted from UTF-8.
2728
2729 2006-05-17 [paul]       2.2.0cvs28
2730
2731         * po/Makefile.in.in
2732                 fix config.status warning with autoconf 2.60
2733
2734 2006-05-17 [paul]       2.2.0cvs27
2735
2736         * po/POTFILES.in
2737                 add src/mbox.c
2738
2739 2006-05-17 [wwp]        2.2.0cvs26
2740
2741         * src/mainwindow.c
2742                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2743
2744 2006-05-17 [wwp]        2.2.0cvs25
2745
2746         * src/plugins/demo/demo.c
2747                 updated product name in plugin demo (many plugins need to be
2748                 sync'ed w/ that change).
2749
2750 2006-05-17 [colin]      2.2.0cvs24
2751
2752         * src/mh.c
2753                 Fix leak
2754
2755 2006-05-16 [colin]      2.2.0cvs23
2756
2757         * src/mainwindow.c
2758                 Stupid me hit again. Fix cvs22.
2759
2760 2006-05-16 [colin]      2.2.0cvs22
2761
2762         * src/mainwindow.c
2763                 Fix bug #922 (sylpheed-claws crashed after 
2764                 pushing on Inbox folder)
2765
2766 2006-05-16 [colin]      2.2.0cvs21
2767
2768         * src/compose.c
2769                 Make From header be copy/paste/select-able
2770
2771 2006-05-16 [wwp]        2.2.0cvs20
2772
2773         * src/export.c
2774         * src/matcher.c
2775         * src/summaryview.c
2776         * src/etpan/imap-thread.c
2777                 fix some compiler warnings (thanks to Colin).
2778
2779 2006-05-16 [wwp]        2.2.0cvs19
2780
2781         * src/action.c
2782         * src/gedit-print.c
2783         * src/inc.c
2784         * src/mainwindow.c
2785         * src/mh.c
2786         * src/statusbar.c
2787         * src/send_message.c
2788         * src/summaryview.c
2789                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2790
2791 2006-05-15 [colin]      2.2.0cvs18
2792
2793         * src/procmsg.c
2794                 Fix automatic rule creation with List-Post
2795
2796 2006-05-15 [paul]       2.2.0cvs17
2797
2798         * tools/filter_conv_new.pl
2799                 updated for rule enabling/disabling
2800                 claws version >= 2.3.x required
2801
2802 2006-05-15 [cleroy]     2.2.0cvs16
2803
2804         * src/main.c
2805                 Revert test
2806
2807 2006-05-15 [cleroy]     2.2.0cvs15
2808
2809         * src/main.c
2810                 test
2811
2812 2006-05-15 [wwp]        2.2.0cvs14
2813
2814         * manual/pl/.cvsignore
2815                 ignore generated files.
2816
2817 2006-05-14 [wwp]        2.3.0-rc1
2818
2819         * 2.3.0-rc1 released
2820
2821 2006-05-13 [wwp]        2.2.0cvs13
2822
2823         * src/filtering.c
2824         * src/filtering.h
2825         * src/matcher.c
2826         * src/matcher_parser_lex.l
2827         * src/matcher_parser_parse.y
2828         * src/prefs_filtering.c
2829                 new feature: provide the ability to disable filtering and processing
2830                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2831                 adaptations.
2832
2833 2006-05-13 [colin]      2.2.0cvs12
2834
2835         * src/compose.c
2836                 Remove useless if (a) b; else b;
2837                 Thanks to wwp
2838
2839 2006-05-13 [wwp]        2.2.0cvs11
2840
2841         * src/export.c
2842         * src/import.c
2843         * src/mainwindow.c
2844         * src/mbox.c
2845         * src/summaryview.c
2846         * src/summaryview.h
2847                 no more silent failures (or at least less ones) when importing
2848                 or exporting from/to mbox. Also start importing/exporting if
2849                 the necessary info is set.
2850
2851 2006-05-13 [wwp]        2.2.0cvs10
2852
2853         * RELEASE_NOTES
2854                 restored up-to-date release notes.
2855
2856 2006-05-13 [paul]       2.2.0cvs9
2857
2858         * po/nl.po
2859         * po/ru.po
2860                 updated by Tim Dijkstra and Pavlo Bohmat
2861
2862 2006-05-12 [colin]      2.2.0cvs8
2863
2864         * src/gtk/quicksearch.c
2865                 Add "k" as shortcut for "colorlabel". Patch
2866                 by ath42@users.sf.net.
2867
2868 2006-05-12 [paul]       2.2.0cvs7
2869
2870         * src/prefs_common.h
2871         * src/prefs_summaries.c
2872         * src/summaryview.c
2873                 when entering a folder also allow
2874                 going directly to first Marked message
2875
2876 2006-05-12 [paul]       2.2.0cvs6
2877
2878         * src/summaryview.c
2879                 always obey 'confirm before marking all
2880                 mails read' option
2881
2882 2006-05-12 [paul]       2.2.0cvs5
2883
2884         * src/textview.c
2885                 make Sender fully clickable
2886
2887 2006-05-12 [colin]      2.2.0cvs4
2888
2889         * src/compose.c
2890         * src/compose.h
2891                 Let From be editable
2892         * src/main.c
2893         * src/mh.c
2894                 Full support of .mh_sequences' Unseen seq
2895
2896 2006-05-12 [colin]      2.2.0cvs3
2897
2898         * src/folder.c
2899         * src/mainwindow.c
2900         * src/mainwindow.h
2901         * src/messageview.c
2902         * src/prefs_spelling.c
2903         * src/procheader.c
2904         * src/procmsg.c
2905         * src/procmsg.h
2906         * src/summaryview.c
2907         * src/toolbar.c
2908         * src/toolbar.h
2909                 Add contextual menu on Compose toolbar
2910                 button. Fixes bug #944 (Automatic
2911                 addresses not applied when changing account
2912                 from compose window)
2913                 add Mailing List support
2914                 based on the old 0.6.5claws25 patch by
2915                 Melvin Hadasht, with finishing touches
2916                 by Colin
2917                 Fix "ignore thread" when mails are threaded by
2918                 subject (and weren't ignored although appearing
2919                 in the thread).
2920                 GUI rework.
2921                 Both patches by Pawel.
2922
2923 2006-05-08 [paul]       2.2.0cvs2
2924
2925         * src/mainwindow.c
2926         * src/mainwindow.h
2927         * src/messageview.c
2928         * src/procheader.c
2929         * src/procmsg.c
2930         * src/procmsg.h
2931         * src/summaryview.c
2932                 add Mailing List support
2933                 based on the old 0.6.5claws25 patch by 
2934                 Melvin Hadasht, with finishing touches
2935                 by Colin
2936
2937 2006-05-08 [colin]      2.2.0cvs1
2938
2939         * src/mainwindow.c
2940         * src/toolbar.c
2941         * src/toolbar.h
2942                 Add contextual menu on Compose toolbar 
2943                 button. Fixes bug #944 (Automatic 
2944                 addresses not applied when changing account 
2945                 from compose window)
2946
2947 2006-05-08 [paul]       2.2.0
2948
2949         2.2.0 released
2950
2951 2006-05-08 [paul]       2.1.1cvs51
2952
2953         * po/cs.po
2954         * po/de.po
2955         * po/en_GB.po
2956         * po/fi.po
2957         * po/fr.po
2958         * po/pt_BR.po
2959         * po/sr.po
2960         * po/zh_CN.po
2961                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2962                 Fabien Vantard, Frederico Goncalves Guimaraes,
2963                 Aleksandar Urosevic, and Ralgh Young
2964
2965 2006-05-12 [colin]      2.1.1cvs50
2966
2967         * po/cs.po
2968         * po/de.po
2969         * po/en_GB.po
2970         * po/es.po
2971         * po/fi.po
2972         * po/fr.po
2973         * po/pt_BR.po
2974         * po/sr.po
2975         * po/zh_CN.po
2976                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2977                 Fabien Vantard, Frederico Goncalves Guimaraes,
2978                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2979
2980 2006-05-05 [colin]      2.1.1cvs49
2981
2982         * manual/Makefile.am
2983         * manual/pl/Makefile.am
2984         * manual/pl/account.xml
2985         * manual/pl/ack.xml
2986         * manual/pl/addrbook.xml
2987         * manual/pl/advanced.xml
2988         * manual/pl/faq.xml
2989         * manual/pl/glossary.xml
2990         * manual/pl/gpl.xml
2991         * manual/pl/handling.xml
2992         * manual/pl/intro.xml
2993         * manual/pl/keyboard.xml
2994         * manual/pl/plugins.xml
2995         * manual/pl/starting.xml
2996         * manual/pl/sylpheed-claws-manual.xml
2997         * manual/pl/dist/.cvsignore
2998         * manual/pl/dist/Makefile.am
2999         * manual/pl/dist/html/.cvsignore
3000         * manual/pl/dist/html/Makefile.am
3001         * manual/pl/dist/pdf/.cvsignore
3002         * manual/pl/dist/pdf/Makefile.am
3003         * manual/pl/dist/ps/.cvsignore
3004         * manual/pl/dist/ps/Makefile.am
3005         * manual/pl/dist/txt/.cvsignore
3006         * manual/pl/dist/txt/Makefile.am
3007                 Add the polish translation of the manual,
3008                 Authored by Pawel Pekala.
3009
3010 2006-05-05 [cleroy]     2.1.1cvs48
3011
3012         * src/main.c
3013                 Re-read matcherrc after loading plugins 
3014                 if some of them add folders.
3015
3016 2006-05-03 [colin]      2.1.1cvs47
3017
3018         * src/imap.c
3019                 I'm idiot
3020
3021 2006-05-03 [colin]      2.1.1cvs46
3022
3023         * src/imap.c
3024                 Be sure to have a session when
3025                 getting separator
3026
3027 2006-05-03 [colin]      2.1.1cvs45
3028
3029         * src/imap.c
3030         * src/imap.h
3031         * src/imap_gtk.c
3032                 Fix preventing renaming with namespace 
3033                 separator.
3034
3035 2006-05-01 [colin]      2.1.1cvs44
3036
3037         * src/action.c
3038                 Don't reload messageview when result of
3039                 action is piped.
3040
3041 2006-04-29 [colin]      2.1.1cvs43
3042
3043         * src/prefs_receive.c
3044         * src/plugins/spamassassin/spamassassin_gtk.c
3045         * src/plugins/clamav/clamav_plugin_gtk.c
3046                 GUI fixes by Pawel
3047
3048 2006-04-29 [colin]      2.1.1cvs42
3049
3050         * src/prefs_compose_writing.c
3051         * src/prefs_quote.c
3052                 Cleanups. Patch by Pawel
3053
3054 2006-04-28 [paul]       2.1.1cvs41
3055
3056         * src/matcher.c
3057                 fix returned quick search results when search
3058                 term contains an underscore.
3059                 Thanks to Colin
3060
3061 2006-04-28 [paul]       2.1.1cvs40
3062
3063         * src/prefs_message.c
3064         * src/prefs_receive.c
3065                 GUI cleanups
3066                 Patches by Pawel Pekala
3067
3068 2006-04-27 [colin]      2.1.1cvs39
3069
3070         * src/wizard.c
3071                 Differentiate subject Welcome from
3072                 window's title Welcome
3073
3074 2006-04-27 [paul]
3075
3076         2.2.0-rc1 released
3077
3078 2006-04-27 [paul]       2.1.1cvs38
3079
3080         * manual/advanced.xml
3081         * manual/fr/advanced.xml
3082                 add info about compose_no_markup hidden pref
3083
3084 2006-04-27 [paul]       2.1.1cvs37
3085
3086         * src/prefs_account.c
3087                 improve privacy labels
3088         * src/prefs_msg_colors.c
3089                 change some strings for translators' convenience
3090         * src/gtk/gtkutils.c
3091                 don't underline the link button text
3092
3093 2006-04-25 [colin]      2.1.1cvs36
3094
3095         * src/folder.c
3096                 Complete 2.1.1cvs33 (once more ;)
3097
3098 2006-04-25 [colin]      2.1.1cvs35
3099
3100         * src/editldap.c
3101                 Fix tooltip
3102
3103 2006-04-25 [cleroy]     2.1.1cvs34
3104
3105         * src/compose.c
3106         * src/gtk/gtkaspell.c
3107                 Fix crash on redirect (related to the return 
3108                 of the aspell menu in compose's toolbar)
3109         * src/prefs_msg_colors.c
3110                 Fix sensitivity widgets
3111         * src/image_viewer.c
3112         * src/gtk/pluginwindow.c
3113         * src/gtk/prefswindow.c
3114                 Change released signals to clicked (Fabien)
3115         * po/POTFILES.in
3116         * src/common/socket.c
3117         * src/plugins/spamassassin/spamassassin.c
3118                 Translate strings (Fabien)
3119
3120 2006-04-25 [paul]       2.1.1cvs33
3121
3122         * src/folder.c
3123         * src/folder.h
3124         * src/folderview.c
3125                 complete the fix of bug #912
3126                 Thanks to Colin
3127
3128 2006-04-25 [colin]      2.1.1cvs32
3129
3130         * src/news.c
3131                 Better progress bar
3132         * src/mimeview.c
3133         * src/summaryview.c
3134         * src/summaryview.h
3135                 Fix focus chain
3136                 Patches by Pawel Pekala
3137
3138 2006-04-24 [colin]      2.1.1cvs31
3139
3140         * src/compose.c
3141                 Fix compilation warnings (Fabien)
3142
3143 2006-04-24 [colin]      2.1.1cvs30
3144
3145         * src/addrindex.c
3146         * src/editldap.c
3147         * src/editldap_basedn.c
3148         * src/editldap_basedn.h
3149         * src/ldapctrl.c
3150         * src/ldapctrl.h
3151         * src/ldapquery.c
3152         * src/ldaputil.c
3153         * src/ldaputil.h
3154                 Fix bug #901 (LDAPS support)
3155
3156 2006-04-24 [colin]      2.1.1cvs29
3157
3158         * src/compose.c
3159                 Fix logic on error with send dialog on
3160         * src/imap.c
3161                 Fix compilation without libetpan, thanks
3162                 to Fabien
3163         * src/summaryview.c
3164                 Fix 'context-menu' key
3165
3166 2006-04-23 [colin]      2.1.1cvs28
3167
3168         * src/folder.c
3169                 Never free current's cache to free up 
3170                 memory. Fixes bug #912 (new count 
3171                 randomly set to message count)
3172
3173 2006-04-23 [colin]      2.1.1cvs27
3174
3175         * src/gtk/quicksearch.c
3176                 And remove printf...
3177
3178 2006-04-23 [colin]      2.1.1cvs26
3179
3180         * src/gtk/quicksearch.c
3181                 Fix replacing in quicksearch, and fix inserting
3182                 in the middle of the string. (introduced at 2.1.0cvs22)
3183
3184 2006-04-23 [colin]      2.1.1cvs25
3185
3186         * src/imap.c
3187                 Make sure uidnext is initialized in get_num_list
3188                 (not for stable, related to 2.1.1cvs8 and friends)
3189
3190 2006-04-23 [colin]      2.1.1cvs24
3191
3192         * src/imap.c
3193                 Output something when login is successful
3194                 too
3195
3196 2006-04-23 [colin]      2.1.1cvs23
3197
3198         * src/etpan/imap-thread.c
3199                 Better logging (line-per-line, hide data in fetch)
3200                 Fix a const warning
3201         * src/gtk/logwindow.c
3202         * src/gtk/logwindow.h
3203                 Better logging (color for input/output)
3204
3205 2006-04-21 [colin]      2.1.1cvs22
3206
3207         * src/gtk/quicksearch.c
3208                 On gtk+-2.8, use stock buttons in quicksearch
3209                 Based on a patch by Fabien and a design by Paul
3210
3211 2006-04-21 [colin]      2.1.1cvs21
3212
3213         * src/folderview.c
3214         * src/mainwindow.c
3215                 Fix occasional flicker in folderview
3216         * src/common/utils.c
3217                 Fix bug #943 (Incorrectly parsed email address 
3218                 list in short headers on message view and in 
3219                 printouts)
3220
3221 2006-04-20 [colin]      2.1.1cvs20
3222
3223         * src/imap.c
3224         * src/imap.h
3225         * src/prefs_account.c
3226                 Add ANONYMOUS auth for IMAP
3227
3228 2006-04-20 [paul]       2.1.1cvs19
3229
3230         * src/main.c
3231                 proper fix for 2.1.1cvs18
3232                 Thanks to Colin
3233
3234 2006-04-20 [paul]       2.1.1cvs18
3235
3236         * src/main.c
3237                 fix build warnings
3238
3239 2006-04-20 [paul]       2.1.1cvs17
3240
3241         * src/gtk/quicksearch.c
3242                 fix standard, non-extended Quick search,
3243                 was broken in 2.1.1cvs15.
3244                 Thanks to Colin.
3245
3246 2006-04-20 [colin]      2.1.1cvs16
3247
3248         * src/prefs_matcher.c
3249                 Fix values when reselecting a ~test
3250                 rule
3251
3252 2006-04-19 [colin]      2.1.1cvs15
3253
3254         * src/compose.c
3255         * src/compose.h
3256         * src/gtk/gtkaspell.c
3257         * src/gtk/gtkaspell.h
3258                 Put back Options menu in Spelling/
3259         * src/gtk/quicksearch.c
3260                 Don't search, and show error, if the
3261                 advanced search has a syntax error
3262
3263 2006-04-18 [colin]      2.1.1cvs14
3264
3265         * src/textview.c
3266                 Fix gdk warnings on set_cursor when textview
3267                 isn't visible
3268
3269 2006-04-18 [colin]      2.1.1cvs13
3270
3271         * src/gtk/gtksctree.c
3272                 Remove seemingly useless refresh that causes
3273                 flicker - watch this commit in case of 
3274                 problems before planned backport to stable
3275
3276 2006-04-18 [colin]      2.1.1cvs12
3277
3278         * src/imap.c
3279                 Factorize get/set_xml code
3280         * src/compose.c
3281         * src/prefs_account.c
3282         * src/prefs_account.h
3283         * src/procmsg.c
3284                 Add Encrypt to self option
3285
3286 2006-04-17 [colin]      2.1.1cvs11
3287
3288         * configure.ac
3289                 Fix search on encrpyt function on dragonfly
3290                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3291
3292 2006-04-17 [colin]      2.1.1cvs10
3293
3294         * src/prefs_account.c
3295                 Be safe by default: remove mails from POP3
3296                 after 7 days, not immediately
3297
3298 2006-04-17 [colin]      2.1.1cvs9
3299
3300         * src/etpan/imap-thread.c
3301                 Fix build on DragonFly - patch by 
3302                 Jonathan Buschmann <jonthn@agmact.com>
3303
3304 2006-04-17 [colin]      2.1.1cvs8
3305
3306         * src/imap.c
3307                 Save uidnext between sessions
3308
3309 2006-04-17 [colin]      2.1.1cvs7
3310
3311         * src/imap.c
3312                 scan is required when uid validity changes
3313
3314 2006-04-17 [colin]      2.1.1cvs6
3315
3316         * src/folderview.c
3317                 Don't scan if not necessary, apart in current
3318                 folder and INBOX to fetch flags.
3319         * src/imap.c
3320                 Scan is necessary if unread count changes
3321
3322 2006-04-17 [colin]      2.1.1cvs5
3323
3324         * src/imap.c
3325                 ...But always fetch ANSWERED and DELETED flags for
3326                 INBOX, as filtering can happen on these flags.
3327
3328 2006-04-17 [colin]      2.1.1cvs4
3329
3330         * src/imap.c
3331                 Don't fetch REPLIED and DELETED flags when synchronising
3332                 flags with a closed folder. We only need UNSEEN and FLAGGED
3333                 to update the folderview.
3334
3335 2006-04-17 [colin]      2.1.1cvs3
3336
3337         * src/imap.c
3338                 Faster flag search when there are new mails 
3339                 in a folder. We can do a full search if the 
3340                 folder contains less messages than the new
3341                 list.
3342
3343 2006-04-17 [colin]      2.1.1cvs2
3344
3345         * po/cs.po
3346         * po/de.po
3347         * po/fr.po
3348         * po/nl.po
3349         * po/pt_BR.po
3350                 Update translations from stable branch
3351
3352 2006-04-17 [colin]      2.1.1cvs1
3353
3354         * configure.ac
3355                 Bump version to follow stable release
3356
3357 2006-04-16 [mones]      2.1.0cvs50
3358
3359         * po/es.po
3360                 Updated for release
3361
3362 2006-04-16 [colin]      2.1.0cvs49
3363
3364         * src/textview.c
3365                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3366                 with gtk < 2.8. Thanks to Fabien Vantard.
3367
3368 2006-04-15 [colin]      2.1.0cvs48
3369
3370         * src/etpan/imap-thread.c
3371                 Fix bug #919 (libetpan: SEGV when connecting 
3372                 using command)
3373
3374 2006-04-14 [colin]      2.1.0cvs47
3375
3376         * src/main.c
3377                 Fix race on --select (should be done better)
3378
3379 2006-04-14 [wwp]        2.1.0cvs46
3380
3381         * src/send_message.c
3382                 enforce a check for domain in account prefs (a sending
3383                 error could be faced if domain was checked but no value set),
3384                 thanks to Colin.
3385
3386 2006-04-14 [colin]      2.1.0cvs45
3387
3388         * src/codeconv.c
3389                 when converting from unknown to unknown, if the
3390                 string is UTF8, don't convert it to the locale
3391                 (which breaks it)
3392
3393 2006-04-14 [colin]      2.1.0cvs44
3394
3395         * src/compose.c
3396                 Don't try to use ASCII for converting headers
3397                 (as done in body)
3398
3399 2006-04-14 [paul]       2.1.0cvs43
3400
3401         * src/crash.c
3402                 add locale/charset info to crash report
3403         * src/gtk/about.c
3404                 add wwp to doc team
3405                 replace 'e-mail' with preferred 'email'
3406         * src/gtk/authors.h
3407                 ensure contributors list is in alphabetical
3408                 order
3409
3410 2006-04-13 [colin]      2.1.0cvs42
3411
3412         * src/textview.c
3413                 Prevent gdk warnings
3414
3415 2006-04-13 [colin]      2.1.0cvs41
3416
3417         * src/common/ssl_certificate.c
3418         * src/common/ssl_certificate.h
3419         * src/gtk/sslcertwindow.c
3420                 Warn on expired certs, and display the expiration date
3421
3422 2006-04-13 [colin]      2.1.0cvs40
3423
3424         * src/plugins/spamassassin/spamassassin_gtk.c
3425                 Fix missing set_text on unix socket
3426
3427 2006-04-13 [wwp]        2.1.0cvs39
3428
3429         * manual/fr/advanced.xml
3430         * manual/fr/glossary.xml
3431                 applied new spam/ham/email lexicon (pourriel, courriel)
3432
3433 2006-04-13 [paul]       2.1.0cvs38
3434
3435         * src/plugins/pgpmime/plugin.c
3436                 remove the mention of S/MIME from the
3437                 description. This is now handled by the
3438                 S/MIME plugin.
3439
3440 2006-04-13 [paul]       2.1.0cvs37
3441
3442         * src/prefs_msg_colors.c
3443                 rework dialog
3444         * src/prefs_folder_item.c
3445         * src/prefs_spelling.c
3446                 add a tooltip to the colour selector buttons
3447
3448 2006-04-13 [wwp]        2.1.0cvs36
3449
3450         * manual/advanced.xml
3451         * manual/glossary.xml
3452         * manual/handling.xml
3453         * manual/keyboard.xml
3454         * manual/plugins.xml
3455         * manual/starting.xml
3456         * manual/fr/account.xml
3457         * manual/fr/ack.xml
3458         * manual/fr/addrbook.xml
3459         * manual/fr/advanced.xml
3460         * manual/fr/faq.xml
3461         * manual/fr/glossary.xml
3462         * manual/fr/gpl.xml
3463         * manual/fr/handling.xml
3464         * manual/fr/intro.xml
3465         * manual/fr/keyboard.xml
3466         * manual/fr/plugins.xml
3467         * manual/fr/starting.xml
3468         * manual/fr/sylpheed-claws-manual.xml
3469                 fixes to the manuals:
3470                  - summaryview -> Message List (same in French)
3471                  - translate key names
3472                  - fix French punctuation, use non-breakable spaces when
3473                    necessary, don't use &thinsp; which is not portable
3474                  - tell what maildir and mbox formats we support
3475
3476 2006-04-12 [wwp]        2.1.0cvs35
3477
3478         * src/prefs_toolbar.c
3479                 unified a replace button more,
3480                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3481
3482 2006-04-12 [wwp]        2.1.0cvs34
3483
3484         * src/prefs_common.c
3485         * src/prefs_msg_colors.c
3486                 make default color labels translatable,
3487                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3488                 thanks to Tim <timbrain@post.cz> for reporting.
3489
3490 2006-04-12 [wwp]        2.1.0cvs33
3491
3492         * manual/glossary.xml
3493         * manual/intro.xml
3494         * manual/plugins.xml
3495         * manual/starting.xml
3496         * manual/sylpheed-claws-manual.xml
3497         * manual/fr/.cvsignore
3498         * manual/fr/account.xml
3499         * manual/fr/ack.xml
3500         * manual/fr/addrbook.xml
3501         * manual/fr/advanced.xml
3502         * manual/fr/faq.xml
3503         * manual/fr/glossary.xml
3504         * manual/fr/handling.xml
3505         * manual/fr/intro.xml
3506         * manual/fr/keyboard.xml
3507         * manual/fr/plugins.xml
3508         * manual/fr/starting.xml
3509         * manual/fr/sylpheed-claws-manual.xml
3510                 various fixes: typos, missing .fr translations, punctuation,
3511                 capitalization, links, accents and some bad French more.
3512
3513 2006-04-12 [wwp]        2.1.0cvs32
3514
3515         * src/prefs_gtk.c
3516                 fix for bug #935: always store prefs files in UTF-8 (thanks
3517                 to Colin).
3518
3519 2006-04-11 [colin]      2.1.0cvs31
3520
3521         * src/compose.c
3522                 Fix inserting files not in utf8 when locale is utf8
3523
3524 2006-04-11 [colin]      2.1.0cvs30
3525
3526         * src/inc.c
3527                 Don't show error dialog when cancelling connection
3528                 Patch by Pawel
3529
3530 2006-04-11 [cleroy]     2.1.0cvs29
3531
3532         * src/compose.c
3533                 Implement multiple quote levels
3534         * src/prefs_common.c
3535                 Change a little bit the quote bgcolor for 2nd level
3536
3537 2006-04-11 [colin]      2.1.0cvs28
3538
3539         * src/gtk/about.c
3540                 Add locale and charset in the label
3541
3542 2006-04-10 [colin]      2.1.0cvs27
3543
3544         * src/compose.c
3545         * src/prefs_common.c
3546         * src/prefs_common.h
3547         * src/prefs_msg_colors.c
3548         * src/textview.c
3549                 Allow optional background color in quotes
3550                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3551                 GTK+-2.8.x feature
3552
3553 2006-04-10 [colin]      2.1.0cvs26
3554
3555         * src/main.c
3556         * src/mainwindow.c
3557         * src/mainwindow.h
3558                 Implement --select
3559
3560 2006-04-10 [colin]      2.1.0cvs25
3561
3562         * manual/plugins.xml
3563         * manual/fr/plugins.xml
3564                 Document libcurl's proxy variables
3565
3566 2006-04-09 [colin]      2.1.0cvs24
3567
3568         * src/prefs_common.c
3569                 gettext() returns statically allocated stuff. We have
3570                 to strdup it in order to be able to free it.
3571
3572 2006-04-09 [colin]      2.1.0cvs23
3573
3574         * AUTHORS
3575         * src/gtk/authors.h
3576                 Add Alexei
3577
3578 2006-04-09 [colin]      2.1.0cvs22
3579
3580         * src/mainwindow.c
3581         * src/gtk/quicksearch.c
3582                 Fix bug #859 (problems with cyrilic input in 
3583                 search panel) - Patch by Alexey Illarionov 
3584                 <littlesavage@rambler.ru>
3585
3586 2006-04-09 [colin]      2.1.0cvs21
3587
3588         * src/prefs_customheader.c
3589                 I prefer removing then freeing rather than the contrary
3590                 (even if it doesn't change anything ;-)
3591         * src/prefs_account.c
3592                 Fix bug #933 (Crash re-entering the custom headers list 
3593                 dialog in accounts prefs)
3594                 The problem happened when cancelling the Account 
3595                 Preferences' dialogs - in which case we didn't do 
3596                 anything to the PrefsAccount * struct. In case of applying,
3597                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3598                 working with in this dialog. The problem is that 
3599                 prefs_customheader.c, working on this tmp_ac_prefs, always
3600                 changes the ->customhdr_list pointer, even when cancelled. 
3601                 So in case of cancelling the prefs_account dialog, we still
3602                 have to update ->customhdr_list in the real account.
3603
3604 2006-04-08 [colin]      2.1.0cvs20
3605
3606         * manual/fr/glossary.xml
3607         * manual/fr/keyboard.xml
3608                 Forgot some headers :)
3609
3610 2006-04-08 [colin]      2.1.0cvs19
3611
3612         * manual/Makefile.am
3613         * manual/fr/Makefile.am
3614         * manual/fr/account.xml
3615         * manual/fr/ack.xml
3616         * manual/fr/addrbook.xml
3617         * manual/fr/advanced.xml
3618         * manual/fr/faq.xml
3619         * manual/fr/glossary.xml
3620         * manual/fr/gpl.xml
3621         * manual/fr/handling.xml
3622         * manual/fr/intro.xml
3623         * manual/fr/keyboard.xml
3624         * manual/fr/plugins.xml
3625         * manual/fr/starting.xml
3626         * manual/fr/sylpheed-claws-manual.xml
3627         * manual/fr/dist/.cvsignore
3628         * manual/fr/dist/Makefile.am
3629         * manual/fr/dist/html/.cvsignore
3630         * manual/fr/dist/html/Makefile.am
3631         * manual/fr/dist/pdf/.cvsignore
3632         * manual/fr/dist/pdf/Makefile.am
3633         * manual/fr/dist/ps/.cvsignore
3634         * manual/fr/dist/ps/Makefile.am
3635         * manual/fr/dist/txt/.cvsignore
3636         * manual/fr/dist/txt/Makefile.am
3637                 Add the french translation of the manual. Thanks to
3638                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3639                 account.xml, ack.xml, addrbook.xml and advanced.xml
3640
3641 2006-04-08 [colin]      2.1.0cvs18
3642
3643         * manual/plugins.xml
3644         * manual/starting.xml
3645                 More fixes
3646
3647 2006-04-07 [colin]      2.1.0cvs17
3648
3649         * manual/faq.xml
3650         * manual/intro.xml
3651         * manual/keyboard.xml
3652                 Little fixes
3653
3654 2006-04-07 [colin]      2.1.0cvs16
3655
3656         * README
3657         * src/compose.c
3658         * src/prefs_common.c
3659         * src/prefs_common.h
3660                 Add hidden compose_no_markup pref
3661
3662 2006-04-07 [wwp]        2.1.0cvs15
3663
3664         * src/summary_search.c
3665         * .cvsignore
3666                 Bugfix: stop button was sticky when searching in an empty folder.
3667                 Applied curly brackets code style to the whole file (summary_search.c).
3668                 More files to ignore.
3669
3670 2006-04-07 [wwp]        2.1.0cvs14
3671
3672         * src/message_search.c
3673         * src/summary_search.c
3674                 changed default button when search bumps at file/folder
3675                 beginning or end, for convenience (thanks to Colin).
3676
3677 2006-04-07 [paul]       2.1.0cvs13
3678
3679         * src/plugins/dillo_viewer/dillo_prefs.c
3680                 avoid future potential for namespace collision
3681                 Patch by Colin
3682
3683 2006-04-06 [wwp]        2.1.0cvs12
3684
3685         * src/summary_search.c
3686                 Unify extended/advanced searches names (and thus factorize labels),
3687                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3688
3689 2006-04-06 [wwp]        2.1.0cvs11
3690
3691         * src/folderview.c
3692         * src/prefs_themes.c
3693         * src/summaryview.c
3694                 Fixed some compilation warnings.
3695
3696 2006-04-06 [colin]      2.1.0cvs10
3697
3698         * manual/advanced.xml
3699                 Document the wizard template and how to deploy
3700                 Sylpheed-Claws effectively
3701
3702 2006-04-06 [colin]      2.1.0cvs9
3703
3704         * src/folderview.c
3705                 gettext patch to tell translators about _("#"),
3706                 by Maxim Britov
3707
3708 2006-04-06 [colin]      2.1.0cvs8
3709
3710         * src/textview.c
3711                 Fix invalid GtkTextBIter after clicking "Display as text"
3712
3713 2006-04-06 [mones]      2.1.0cvs7
3714
3715         * src/addr_compl.c
3716         * src/addrindex.c
3717         * src/addritem.c
3718         * src/codeconv.c
3719         * src/compose.c
3720         * src/filtering.c
3721         * src/folder.c
3722         * src/folder_item_prefs.c
3723         * src/folderview.c
3724         * src/localfolder.c
3725         * src/matcher.c
3726         * src/mimeview.c
3727         * src/prefs_msg_colors.c
3728         * src/prefs_spelling.c
3729         * src/prefs_themes.c
3730         * src/procmime.c
3731         * src/procmsg.c
3732         * src/stock_pixmap.c
3733         * src/summaryview.c
3734         * src/textview.c
3735         * src/toolbar.c
3736         * src/common/mgutils.c
3737         * src/common/prefs.c
3738         * src/common/ssl_certificate.c
3739         * src/gtk/colorlabel.c
3740         * src/gtk/quicksearch.c
3741         * src/plugins/pgpmime/pgpmime.c
3742         * src/plugins/spamassassin/spamassassin.c
3743                 Removed redundant NULL checks for g_free() calls.
3744                 Patch by Pawel Pekala.
3745
3746 2006-04-06 [mones]      2.1.0cvs6
3747
3748         * src/prefs_actions.c
3749         * src/prefs_filtering.c
3750         * src/prefs_filtering_action.c
3751         * src/prefs_matcher.c
3752         * src/prefs_template.c
3753         * src/gtk/gtkutils.c
3754         * src/gtk/gtkutils.h
3755                 Have a nice replace button. Patch by Pawel Pekala
3756
3757 2006-04-06 [colin]      2.1.0cvs5
3758
3759         * src/addressbook.c
3760                 Fix crash with empty columns
3761
3762 2006-04-05 [colin]      2.1.0cvs4
3763
3764         * src/wizard.c
3765         * src/prefs_gtk.c
3766                 Allow wizard customization with pre-filled values
3767
3768 2006-04-05 [colin]      2.1.0cvs3
3769
3770         * src/textview.c
3771         * src/mimeview.c
3772         * src/mimeview.h
3773                 Nicer messages in mimeview
3774
3775 2006-04-05 [colin]      2.1.0cvs2
3776
3777         * src/addressbook.c
3778         * src/prefs_summaries.c
3779                 i18n fix
3780
3781 2006-04-05 [colin]      2.1.0cvs1
3782
3783         * src/plugins/pgpcore/plugin.c
3784         * src/plugins/pgpcore/select-keys.c
3785         * src/plugins/pgpcore/select-keys.h
3786         * src/plugins/pgpcore/sgpgme.c
3787         * src/plugins/pgpcore/sgpgme.h
3788         * src/plugins/pgpinline/pgpinline.c
3789         * src/plugins/pgpinline/plugin.c
3790         * src/plugins/pgpmime/pgpmime.c
3791         * src/plugins/pgpmime/plugin.c
3792                 Factorize and generalize a bit 
3793                 Drop S/MIME signature verification from PGP/MIME
3794                 (adding it as another, more complete plugin)
3795
3796 2006-04-05 [paul]       2.1.0
3797
3798         2.1.0 released
3799
3800 2006-04-05 [paul]       2.0.0cvs186
3801
3802         * manual/advanced.xml
3803                 add info on colour labels
3804
3805 2006-04-05 [paul]       2.0.0cvs185
3806
3807         * po/bg.po
3808         * po/cs.po
3809         * po/de.po
3810         * po/el.po
3811         * po/en_GB.po
3812         * po/fi.po
3813         * po/fr.po
3814         * po/it.po
3815         * po/nl.po
3816         * po/pl.po
3817         * po/pt_BR.po
3818         * po/sr.po
3819         * po/zh_CN.po
3820                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3821                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3822                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3823                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3824         * src/gtk/authors.h
3825         * tools/claws.i18n.status.pl
3826                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3827                 and new Czech translator, Tim <timbrain@post.cz>
3828
3829 2006-04-05 [mones]      2.0.0cvs184
3830
3831         * po/es.po
3832                 Updated translation
3833
3834 2006-04-05 [colin]      2.0.0cvs183
3835
3836         * src/gtk/quicksearch.c
3837                 Fix bug #929 (unnecessary reload in quick search bar)
3838
3839 2006-04-05 [colin]      2.0.0cvs182
3840
3841         * src/compose.c
3842                 Fix crash on Reply with no From:
3843                 Show signature and conversion error on queuing 
3844                 (but not sending)
3845         * src/mainwindow.c
3846         * src/summaryview.c
3847         * src/summaryview.h
3848                 Factorize threading code and make sure msginfo 
3849                 is not null when it comes from a GtkCTreeRow's 
3850                 data
3851         * src/gtk/gtkaspell.c
3852                 Check for necessary things
3853         * src/gtk/gtksctree.c
3854         * src/gtk/gtksctree.h
3855                 Reset anchor if necessary when removing node
3856
3857 2006-03-29 [colin]      2.0.0cvs181
3858
3859         * src/folderview.c
3860                 Warn for disabled IMAP accounts (due to lack of
3861                 libetpan). Breaks string-freeze - sorry - but it
3862                 is kind of important ;)
3863
3864 2006-03-28 [colin]      2.0.0cvs180
3865
3866         * src/gtk/gtkutils.c
3867         * src/gtk/gtkutils.h
3868                 Add a gtkut_get_link_btn() function that
3869                 creates a button which acts like an URI
3870         * src/prefs_themes.c
3871         * src/gtk/about.c
3872                 Use this function (factorizes codes)
3873         * src/common/defs.h
3874         * src/gtk/pluginwindow.c
3875                 Add a "Get more..." in the plugins window
3876
3877 2006-03-28 [colin]      2.0.0cvs179
3878
3879         * src/common/smtp.c
3880         * src/common/passcrypt.c
3881         * src/undo.c
3882                 Warning fixes. Patch by Pawel Pekala
3883
3884 2006-03-27 [colin]      2.0.0cvs178
3885
3886         * src/undo.c
3887                 Fix undoing by blocks with spaces
3888
3889 2006-03-27 [colin]      2.0.0cvs177
3890
3891         * src/textview.c
3892                 Set margin to 3px for headers
3893
3894 2006-03-27 [paul]
3895
3896         2.1.0-rc2 released
3897
3898 2006-03-27 [wwp]        2.0.0cvs176
3899
3900         * src/summaryview.c
3901                 don't reset quicksearch when updating the message list.
3902                 Thanks to Colin.
3903
3904 2006-03-26 [wwp]        2.0.0cvs175
3905
3906         * src/compose.c
3907                 use a unified border width ('other' tab in the compose window,
3908                 patch by Pawel Pekala).
3909
3910
3911 2006-03-26 [wwp]        2.0.0cvs174
3912
3913         * src/common/quoted-printable.c
3914         * src/addressbook.c
3915                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3916
3917 2006-03-26 [colin]      2.0.0cvs173
3918
3919         * src/quote_fmt_parse.y
3920                 Fix non-UTF8 date formats messing up the whole quote a 
3921                 little bit
3922
3923 2006-03-26 [colin]      2.0.0cvs172
3924
3925         * src/procheader.c
3926                 Make sure the date is UTF8 valid, or try to make it
3927                 so. IncrediMail is really IncrediStupid.
3928         * src/compose.c
3929                 Fix possible conversions. 
3930                 
3931
3932 2006-03-26 [colin]      2.0.0cvs171
3933
3934         * src/matcher.c
3935                 Fix corner cases in body search. This is still a
3936                 hack... It seems impossible to make it good and 
3937                 reasonably fast at the same time.
3938
3939 2006-03-26 [colin]      2.0.0cvs170
3940
3941         * src/summaryview.c
3942                 I think I killed the twilight zone bug!
3943                 summary_select_node() flushes GTK events in order
3944                 to be able to center the view. But this also 
3945                 flushes keypresses like Ctrl-Alt-U, so this can
3946                 call summary_show from summary_select_node (itself
3947                 called from summary_show, etc.). And the summaryview
3948                 has to be unlocked in this function. So just locking
3949                 while processing GTK events, and bailing if locked, 
3950                 should fix it.
3951                 Fixes bug #927 (SIGSEGV during Update Summary)
3952
3953 2006-03-25 [colin]      2.0.0cvs169
3954
3955         * src/matcher.c
3956                 Fix search in QP-encoded bodies
3957                 Fix utf-8 searches in bodies encoded in the
3958                 locale's encoding
3959         * src/common/quoted-printable.c
3960         * src/common/quoted-printable.h
3961                 Add a decode function that doesn't overwrite
3962                 the original pointer
3963                 
3964
3965 2006-03-24 [colin]      2.0.0cvs168
3966
3967         * src/action.c
3968         * src/summaryview.c
3969         * src/summaryview.h
3970                 Update message cache after action
3971                 Patch by H. Merijn Brand
3972         * src/prefs_msg_colors.c
3973                 Factorize label 
3974                 Patch by Fabien Vantard
3975         * src/plugins/spamassassin/spamassassin_gtk.c
3976                 Remove useless translation
3977                 Patch by Fabien Vantard
3978
3979 2006-03-23 [colin]      2.0.0cvs167
3980
3981         * src/common/ssl.c
3982                 Let 30 seconds to SSL_connect
3983
3984 2006-03-23 [wwp]        2.0.0cvs166
3985
3986         * src/summaryview.c
3987         * src/gtk/description_window.c
3988                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3989                 and headers are translated; adjust description windows' width to fit their
3990                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3991
3992 2006-03-23 [paul]       2.0.0cvs165
3993
3994         * src/common/utils.c
3995                 fix highlighting of URIs containing "()"
3996                 (2.0.0cvs164's reversal fixed)
3997                 Thanks to Colin.
3998
3999 2006-03-23 [paul]       2.0.0cvs164
4000
4001         * src/common/utils.c
4002                 revert patch, (postponing a fix), at 2.0.0cvs120
4003                 as it breaks more URIs than it fixes.
4004                 Allow '-' to be a terminating character in a URI
4005
4006 2006-03-22 [colin]      2.0.0cvs163
4007
4008         * configure.ac
4009                 Require libetpan 0.45
4010                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4011
4012 2006-03-22 [paul]       2.0.0cvs162
4013
4014         * src/editgroup.c
4015                 replace '<-' and '->' buttons with GTK_STOCK graphical
4016                 buttons
4017         * src/summary_search.c
4018                 don't offer '...' for translation
4019                 add a tooltip to advanced search '...' button
4020         * src/gtk/quicksearch.c
4021                 don't offer '...' for translation
4022
4023 2006-03-21 [colin]      2.0.0cvs161
4024
4025         * src/compose.c
4026                 Fix middle-click pasting (insert at click
4027                 position instead of cursor position, don't
4028                 remove existing selection and allow pasting
4029                 our own selection)
4030         * src/addressbook.c
4031                 "LDAP Server" -> "LDAP servers"
4032
4033 2006-03-21 [wwp]        2.0.0cvs160
4034
4035         * src/etpan/imap-thread.c
4036                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4037
4038 2006-03-20 [colin]      2.0.0cvs159
4039
4040         * src/summaryview.c
4041                 Don't reload summaryview after an execute with no
4042                 move action
4043
4044 2006-03-19 [colin]      2.0.0cvs158
4045
4046         * src/addressbook.c
4047                 and put groups at the top, always
4048
4049 2006-03-19 [colin]      2.0.0cvs157
4050
4051         * src/addressbook.c
4052                 Order groups before names, as previously
4053
4054 2006-03-19 [colin]      2.0.0cvs156
4055
4056         * src/addressbook.c
4057                 - Sort case-unsensitive
4058                 - Put the sort arrow at opening too
4059
4060 2006-03-19 [wwp]        2.0.0cvs155
4061
4062         * src/addressbook.c
4063                 allow sorting by name/email/remarks, ensure that right-pane's contents
4064                 matches the left-pane selection (cleared when appropriate).
4065                 Patch by Pawel Pekala <c0rn@o2.pl>.
4066
4067 2006-03-18 [colin]      2.0.0cvs154
4068
4069         * src/textview.c
4070                 Fix text cursor ;)
4071
4072 2006-03-18 [colin]      2.0.0cvs153
4073
4074         * src/gtk/filesel.c
4075                 Make sure we hide the preview if we didn't get
4076                 a filename
4077
4078 2006-03-18 [colin]      2.0.0cvs152
4079
4080         * src/summaryview.c
4081                 Set cursor to watch for execution (fixes lack
4082                 of watch-cursor when dnd'ing hundreds of mails)
4083         * src/gtk/filesel.c
4084                 Check that mime type is 'image/*' before updating
4085                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4086
4087 2006-03-18 [colin]      2.0.0cvs151
4088
4089         * src/mainwindow.c
4090         * src/textview.c
4091         * src/textview.h
4092                 Put a watch cursor in textview too when the mainwindow's
4093                 cursor in a watch
4094
4095 2006-03-18 [colin]      2.0.0cvs150
4096
4097         * src/folder.c
4098                 Change wrong asserts to simple tests
4099
4100 2006-03-17 [colin]      2.0.0cvs149
4101
4102         * src/mainwindow.c
4103         * src/mainwindow.h
4104         * src/prefs_msg_colors.c
4105         * src/summaryview.c
4106         * src/summaryview.h
4107         * src/gtk/colorlabel.c
4108         * src/gtk/colorlabel.h
4109                 Add a color label menu in the main menubar
4110                 Add (fixed) accels Ctrl-{0-7} to change the color
4111                 They have to be fixed because the menu's dynamic,
4112                 the items are complex widgets, hence we can't use
4113                 a GtkItemFactory.
4114
4115
4116 2006-03-17 [wwp]        2.0.0cvs148
4117
4118         * src/compose.c
4119                 rollback few lines from my previous commit (those lines come from
4120                 a pending patch, accidentally commited, even if neutral as they are
4121                 commented out).
4122
4123 2006-03-17 [wwp]        2.0.0cvs147
4124
4125         * src/compose.c
4126                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4127                 applied code style/indentation to the modified function.
4128
4129 2006-03-17 [wwp]        2.0.0cvs146
4130
4131         * src/procmsg.c
4132         * src/compose.c
4133                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4134
4135 2006-03-17 [paul]
4136
4137         2.1.0-rc1 released
4138
4139 2006-03-17 [paul]       2.0.0cvs145
4140
4141         * src/main.c
4142                 addressbook_read_file() was called twice
4143         * src/textview.c
4144                 X-Mailer highlighting
4145
4146 2006-03-16 [colin]      2.0.0cvs144
4147
4148         * src/sourcewindow.c
4149         * src/sourcewindow.h
4150                 And the last one, in source window.
4151
4152 2006-03-16 [colin]      2.0.0cvs143
4153
4154         * src/compose.c
4155         * src/compose.h
4156                 Fix the same stuff in compose
4157
4158 2006-03-16 [colin]      2.0.0cvs142
4159
4160         * src/messageview.c
4161                 Complete the previous messageview crash fix
4162
4163 2006-03-16 [colin]      2.0.0cvs141
4164
4165         * src/procmsg.h
4166         * src/procmsg.c
4167         * src/folder.c
4168                 Fix POSTPROCESSING hook
4169                 Patch by H. Merijn Brand
4170
4171         * src/procmime.c
4172         * src/procmime.h
4173                 Parse Content-Location
4174
4175         * src/toolbar.c
4176         * src/messageview.c
4177         * src/messageview.h
4178                 Don't crash when a top-level MessageView has
4179                 been closed on us. Same problematic than
4180                 yesterday's quicksearch issue.
4181
4182 2006-03-15 [colin]      2.0.0cvs140
4183
4184         * src/gtk/quicksearch.c
4185                 Fix a bitchy race we didn't think about when we
4186                 added quicksearch cancellation:
4187                 If the search is not on cached fields, for example
4188                 body_part matchcase "stuff"
4189                 the matcher code has to get the whole message. If
4190                 we're on IMAP, that can be slow, and in order to
4191                 be non-blocking, the IMAP code idle loop processes
4192                 gtk events too. So it is possible to cancel a
4193                 quicksearch while the matcher is getting the mail's
4194                 body. After matcher got its body, it will start to
4195                 iterate over the matcher list that the Quicksearch's
4196                 clear_search_cb() just freed via prepare_matcher().
4197                 SIGSEGV ensues.
4198                 The fix consists of guarding the matcherlist_match()
4199                 call with a boolean 'matching'. If we reset the
4200                 quicksearch while matching is TRUE, we don't free
4201                 the matcherlist anymore like we did, but we set
4202                 another new flag, deferred_free, to TRUE. Then,
4203                 in quicksearch_match(), just after returning from
4204                 matcherlist_match() and unsetting the matching flag,
4205                 we check the deferred_free flag and do the
4206                 prepare_matcher() (which does the matcherlist_free)
4207                 for real, so we free the matcherlist once it's not
4208                 used anymore.
4209                 As all of this runs via the glib main loop, we
4210                 luckily don't need a mutex.
4211         * src/summaryview.c
4212                 Also, show progress while searching.
4213
4214
4215 2006-03-14 [colin]      2.0.0cvs139
4216
4217         * src/alertpanel.c
4218                 Make alertpanel_is_open non-static
4219
4220 2006-03-14 [colin]      2.0.0cvs138
4221
4222         * src/prefs_spelling.c
4223                 Cleanups - Fabien Vantard
4224
4225 2006-03-14 [wwp]        2.0.0cvs137
4226
4227         * src/main.c
4228                 code style normalization (curly braces, indentation).
4229
4230 2006-03-14 [wwp]        2.0.0cvs137
4231
4232         * src/main.c
4233                 code style (braces, indentation)
4234
4235 2006-03-12 [paul]       2.0.0cvs136
4236
4237         * src/prefs_common.c
4238                 trans_hdr defaults to FALSE to be RFC-savvy
4239         * src/prefs_summaries.c
4240                 add a tooltip to the trans_hdr option
4241                 
4242
4243 2006-03-12 [paul]       2.0.0cvs135
4244
4245         * src/prefs_matcher.c
4246                 give a little more width to the combos
4247         * src/prefs_display_header.c
4248         * src/textview.c
4249                 translate headers if prefs_common.trans_hdr
4250                 is TRUE
4251
4252         Patches by Pawel Pekala
4253
4254 2006-03-12 [paul]       2.0.0cvs134
4255
4256         * src/plugins/clamav/clamav_plugin.c
4257         * src/plugins/dillo_viewer/dillo_viewer.c
4258         * src/plugins/pgpcore/plugin.c
4259         * src/plugins/pgpinline/plugin.c
4260         * src/plugins/pgpmime/plugin.c
4261         * src/plugins/spamassassin/spamassassin.c
4262                 update/add to descriptions
4263         * src/plugins/spamassassin/spamassassin_gtk.c
4264                 fixes to the english, remove superfluous
4265                 tooltips, clean up a little
4266
4267 2006-03-12 [paul]       2.0.0cvs133
4268
4269         * src/compose.c
4270                 fix Bug 924, 'Account combo box shows up wrong 
4271                 if & is in account name'
4272
4273 2006-03-11 [colin]      2.0.0cvs132
4274
4275         * src/summaryview.c
4276                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4277                 messed up shift-selection because is slows down
4278                 moving around summaryview. thanks -users
4279
4280 2006-03-10 [colin]      2.0.0cvs131
4281
4282         * src/plugins/spamassassin/spamassassin_gtk.c
4283                 Put back Paul's engrish fixes
4284
4285 2006-03-10 [colin]      2.0.0cvs130
4286
4287         * src/plugins/spamassassin/spamassassin.c
4288         * src/plugins/spamassassin/spamassassin.h
4289         * src/plugins/spamassassin/spamassassin_gtk.c
4290                 Cleanup SA prefs page (more)
4291                 Patch by Fabien Vantard
4292
4293 2006-03-10 [paul]       2.0.0cvs129
4294
4295         * src/prefs_msg_colors.c
4296         * src/prefs_spelling.c
4297                 widget sensitivity
4298
4299 2006-03-09 [mones]      2.0.0cvs128
4300
4301         * po/es.po
4302                 Update for next RC
4303
4304 2006-03-09 [wwp]        2.0.0cvs127
4305
4306         * configure.ac
4307                 revert accidental commit (requirement for libetpan 0.43), this time
4308                 not in HEAD.
4309
4310 2006-03-09 [wwp]        2.0.0cvs125
4311
4312         * configure.ac
4313                 revert accidental commit (requirement for libetpan 0.43)
4314
4315 2006-03-09 [paul]       2.0.0cvs126
4316
4317         * src/prefs_receive.c
4318                 remove useless frame
4319                 replace 'incorporation' with 'receiving'
4320         * src/plugins/clamav/clamav_plugin_gtk.c
4321         * src/plugins/spamassassin/spamassassin_gtk.c
4322                 improve widget sensitivity
4323                 fix a bit his engrish
4324
4325 2006-03-09 [wwp]        2.0.0cvs125
4326
4327         * src/addressadd.c
4328         * src/foldersel.c
4329         * src/prefs_common.c
4330         * src/prefs_common.h
4331                 remember some more windows' sizes (add to addressbook and
4332                 select folder).
4333
4334 2006-03-09 [paul]       2.0.0cvs124
4335
4336         * src/plugins/pgpcore/prefs_gpg.c
4337                 normalise construction of dialogue
4338
4339 2006-03-09 [paul]       2.0.0cvs123
4340
4341         * src/plugins/trayicon/Makefile.am
4342                 add missing slash
4343
4344 2006-03-08 [colin]      2.0.0cvs122
4345
4346         * src/plugins/trayicon/Makefile.am
4347                 Fix build in separate dir 
4348                 Patch by Bamanzi <bamanzi@gmail.com>
4349
4350 2006-03-08 [colin]      2.0.0cvs121
4351
4352         * src/procmsg.c
4353                 Batch move and copies from summaryview with delayed execution
4354                 too
4355
4356 2006-03-07 [paul]       2.0.0cvs120
4357
4358         * src/common/utils.c
4359                 fix highlighting of URIs containing "()"
4360                 Patch by Pawel Pekala
4361
4362 2006-03-07 [paul]       2.0.0cvs119
4363
4364         * src/folder.c
4365         * src/folder.h
4366         * src/folderview.c
4367                 immediately do alphabetical resort when
4368                 changing a folder's name
4369                 Patch by Pawel Pekala
4370
4371 2006-03-07 [paul]       2.0.0cvs118
4372
4373         * src/news.c
4374         * src/news_gtk.c
4375                 when unsubscribing a newsgroup, remove the
4376                 folder and msgs in .sylpheed-claws/newscache
4377                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4378
4379 2006-03-07 [paul]       2.0.0cvs117
4380
4381         * src/textview.c
4382                 fix wrong Fake URL Warning
4383                 Thanks to Hiro
4384
4385 2006-03-07 [colin]      2.0.0cvs116
4386
4387         * src/imap.c
4388                 Return immediately when password dialog was
4389                 cancelled
4390         * src/gtk/inputdialog.c
4391                 Allow empty strings for passwords
4392
4393
4394 2006-03-06 [colin]      2.0.0cvs115
4395
4396         * src/imap.c
4397                 Prevent double-timeouts when connection fails
4398
4399 2006-03-06 [colin]
4400
4401         2.0.1-rc1 released
4402
4403 2006-03-06 [colin]      2.0.0cvs114
4404
4405         * src/imap.c
4406                 Refresh session during potentially long
4407                 operations
4408
4409 2006-03-06 [wwp]        2.0.0cvs113
4410
4411         * src/prefs_msg_colors.h
4412                 forgot that one (custom color labels).
4413
4414 2006-03-06 [wwp]        2.0.0cvs112
4415
4416         * src/prefs_common.c
4417         * src/prefs_common.h
4418         * src/prefs_msg_colors.c
4419         * src/summaryview.c
4420         * src/summaryview.h
4421         * src/gtk/colorlabel.c
4422         * src/gtk/colorlabel.h
4423                 colors in messages list are now customizable. Color values and names can
4424                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4425                 Thanks to Paul and Colin for their help with this longstanding patch!
4426
4427 2006-03-06 [wwp]        2.0.0cvs111
4428
4429         * src/textview.c
4430                 don't crash if (x)face is bad.
4431
4432 2006-03-05 [paul]       2.0.0cvs110
4433
4434         * AUTHORS
4435         * configure.ac
4436         * src/Makefile.am
4437         * src/common/Makefile.am
4438         * src/common/utils.h
4439         * src/etpan/imap-thread.c
4440         * src/gtk/authors.h
4441         * src/plugins/clamav/Makefile.am
4442         * src/plugins/demo/Makefile.am
4443         * src/plugins/dillo_viewer/Makefile.am
4444         * src/plugins/pgpcore/Makefile.am
4445         * src/plugins/pgpcore/passphrase.c
4446         * src/plugins/pgpinline/Makefile.am
4447         * src/plugins/pgpmime/Makefile.am
4448         * src/plugins/spamassassin/Makefile.am
4449         * src/plugins/trayicon/Makefile.am
4450                 fix builiding on cygwin
4451                 Patch by Ralgh Young <bamanzi@gmail.com>
4452
4453 2006-03-04 [wwp]        2.0.0cvs109
4454
4455         * manual/keyboard.xml
4456                 fix mixed up/down keys.
4457
4458 2006-03-04 [wwp]        2.0.0cvs108
4459
4460         * README
4461         * INSTALL
4462                 updated links to SpamAssassin.
4463
4464 2006-03-04 [wwp]        2.0.0cvs107
4465
4466         * manual/plugins.xml
4467         * src/plugins/spamassassin/README
4468                 updated SpamAssassin plugin docs to reflect new functional additions
4469                 (also fix/update/documents few technical stuff more, see the README).
4470
4471 2006-03-04 [wwp]        2.0.0cvs106
4472
4473         * src/prefs_message.c
4474                 normalized capitalization of message-prefs paths.
4475
4476 2006-03-04 [wwp]        2.0.0cvs105
4477
4478         * manual/advanced.xml
4479                 typo.
4480
4481 2006-03-03 [colin]      2.0.0cvs104
4482
4483         * src/plugins/clamav/clamav_plugin_gtk.c
4484                 Rework prefs page, patch by Fabien 
4485
4486 2006-03-03 [colin]      2.0.0cvs103
4487
4488         * src/plugins/clamav/clamav_plugin.c
4489                 Set error on all errors
4490
4491 2006-03-03 [colin]      2.0.0cvs102
4492
4493         * src/common/plugin.c
4494                 Initialize error to avoid crashing when a plugin fails
4495                 without setting error
4496
4497 2006-03-02 [wwp]        2.0.0cvs101
4498
4499         * configure.ac
4500                 fixed linker flags for libetpan support on Cygwin
4501                 (thanks to H.Merijn Brand).
4502
4503 2006-03-02 [wwp]        2.0.0cvs100
4504
4505         * src/addressbook.c
4506                 fix some AB error messages: one for punctuation and
4507                 one wrongly duplicate (thanks, maxbritov).
4508
4509 2006-03-02 [wwp]        2.0.0cvs99
4510
4511         * src/plugins/spamassassin/spamassassin.c
4512                 make sync calls to sa-learn/spamc to prevent
4513                 system (whatever local or client/server) overload.
4514
4515 2006-03-02 [colin]      2.0.0cvs98
4516
4517         * src/summaryview.c
4518                 Put the spam icon in the status column instead of the
4519                 mark one
4520
4521 2006-03-01 [colin]      2.0.0cvs97
4522
4523         * src/plugins/spamassassin/spamassassin.c
4524                 Fix segfault (g_file_set_contents fails for some 
4525                 reason and err==0x2f. Can't find out why with
4526                 valgrind, using working function :-)
4527
4528 2006-03-01 [colin]      2.0.0cvs96
4529
4530         * src/inc.c
4531                 Offline overriding: let 'No' be cached only 3 seconds
4532
4533 2006-03-01 [colin]      2.0.0cvs95
4534
4535         * src/addr_compl.c
4536         * src/addrbook.c
4537         * src/addressbook.c
4538         * src/addrindex.c
4539         * src/folder_item_prefs.c
4540         * src/headerview.c
4541         * src/imap.c
4542         * src/inc.c
4543         * src/ldif.c
4544         * src/mainwindow.c
4545         * src/mh.c
4546         * src/msgcache.c
4547         * src/prefs_common.h
4548         * src/prefs_msg_colors.c
4549         * src/procheader.c
4550         * src/procheader.h
4551         * src/procmime.c
4552         * src/procmsg.c
4553         * src/procmsg.h
4554         * src/send_message.h
4555         * src/simple-gettext.c
4556         * src/summaryview.c
4557         * src/summaryview.h
4558         * src/syldap.c
4559         * src/textview.c
4560         * src/undo.c
4561         * src/common/ssl_certificate.c
4562         * src/common/utils.c
4563         * src/gtk/colorsel.c
4564         * src/gtk/gtksctree.c
4565         * src/gtk/gtkshruler.c
4566         * src/plugins/trayicon/trayicon.c
4567                 #if 0 goes to /dev/null
4568
4569 2006-03-01 [colin]      2.0.0cvs94
4570
4571         * src/compose.c
4572         * src/imap.c
4573         * src/inc.c
4574         * src/inc.h
4575         * src/messageview.c
4576         * src/news.c
4577         * src/plugins/spamassassin/spamassassin.c
4578                 Allow to add information in the "working offline"
4579                 window
4580
4581 2006-03-01 [wwp]        2.0.0cvs93
4582
4583         * src/plugins/spamassassin/spamassassin.c
4584                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4585                 'cause it seems that calling `spamc ... < inputfile` with
4586                 g_spawn_(a)sync simply.. erm doesn't work :-).
4587
4588 2006-03-01 [wwp]        2.0.0cvs92
4589
4590         * src/toolbar.c
4591         * src/toolbar.h
4592                 simplify the adding of spam/ham button to the messageview toolbar
4593                 (it gets more clear now that the same button will be "Mark as spam"
4594                 or "Mark as ham" according to the current message status,
4595                 thanks to Colin).
4596
4597 2006-03-01 [wwp]        2.0.0cvs91
4598
4599         * src/messageview.c
4600         * src/procmsg.c
4601         * src/procmsg.h
4602         * src/summaryview.c
4603         * src/plugins/spamassassin/spamassassin.c
4604         * src/plugins/spamassassin/spamassassin.h
4605                 make learner callbacks return a status (0 for ok),
4606                 handle it in main code to avoid setting flags when learning failed,
4607                 don't learn on TCP if offline in spamassassin,
4608                 thanks to Colin.
4609
4610                 
4611
4612 2006-03-01 [wwp]        2.0.0cvs90
4613
4614         * src/compose.c
4615                 some work around the compose window's account menu,
4616                 patch by Fabien Vantard.
4617
4618 2006-03-01 [wwp]        2.0.0cvs89
4619
4620         * src/plugins/spamassassin/spamassassin.c
4621                 fixed bad logics, was using spamc in local mode and sa-learn
4622                 in remote mode (thanks, Colin).
4623
4624 2006-03-01 [wwp]        2.0.0cvs88
4625
4626         * src/plugins/spamassassin/spamassassin.c
4627         * src/plugins/spamassassin/spamassassin.h
4628         * src/plugins/spamassassin/spamassassin_gtk.c
4629                 made processing of emails w/ sa-plugin an option (default is TRUE),
4630                 fixed Engrish some tooltips, capitalization of some debug messages
4631                 and warnings. The spamassassin plugin now provides two separate
4632                 services: process emails upon incorporation and spamd training.
4633                 Both services (un)register independently but use some common
4634                 plugin settings (transport settings, spam storage location).
4635
4636 2006-02-28 [wwp]        2.0.0cvs87
4637
4638         * src/plugins/spamassassin/spamassassin.c
4639                 fix async flag to spamc cmdline execution (batch exec should
4640                 be asynchronous).
4641
4642 2006-02-27 [wwp]        2.0.0cvs86
4643
4644         * src/plugins/spamassassin/spamassassin.c
4645         * src/plugins/spamassassin/spamassassin.h
4646         * src/plugins/spamassassin/spamassassin_gtk.c
4647                 - added the ability to learn a remote spamassassin server (spamd),
4648                 using spamc.
4649                 - added the spamassassin option 'username', that applies to all
4650                 spamassassin operations (filtering, learning, local or remote).
4651                 The default username is the current unix user (if left blank
4652                 from gtk prefs or config file).
4653                 - commented out some unused code (notebook widget), removed unused
4654                 layout (hbox1).
4655                 - make more widgets sensitive to the transport type.
4656
4657 2006-02-27 [colin]      2.0.0cvs85
4658
4659         * src/plugins/spamassassin/spamassassin.c
4660                 Fix sa-learn call when offline
4661
4662 2006-02-27 [colin]      2.0.0cvs84
4663
4664         * configure.ac
4665         * src/Makefile.am
4666         * src/mainwindow.c
4667         * src/mainwindow.h
4668         * src/messageview.c
4669         * src/messageview.h
4670         * src/prefs_toolbar.c
4671         * src/procmsg.c
4672         * src/stock_pixmap.c
4673         * src/stock_pixmap.h
4674         * src/summaryview.c
4675         * src/toolbar.c
4676         * src/toolbar.h
4677         * src/pixmaps/ham_btn.xpm
4678         * src/pixmaps/spam.xpm
4679         * src/pixmaps/spam_btn.xpm
4680         * src/plugins/spamassassin/spamassassin.c
4681                 Add button in toolbar for spam learning
4682                 Fix a few bugs from the last related commit
4683                 Revert 1.9.6cvs23 which messed up shift-selection
4684
4685 2006-02-24 [colin]      2.0.0cvs83
4686
4687         * src/procmsg.c
4688         * src/summaryview.c
4689         * src/summaryview.h
4690         * src/plugins/spamassassin/spamassassin.c
4691         * src/plugins/spamassassin/spamassassin.h
4692         * src/plugins/spamassassin/spamassassin_gtk.c
4693                 Unregister learner when spamassassin is either
4694                 disabled or over tcp
4695
4696 2006-02-24 [colin]      2.0.0cvs82
4697
4698         * src/Makefile.am
4699         * src/mainwindow.c
4700         * src/mainwindow.h
4701         * src/procmsg.c
4702         * src/procmsg.h
4703         * src/stock_pixmap.c
4704         * src/stock_pixmap.h
4705         * src/summaryview.c
4706         * src/summaryview.h
4707         * src/gtk/icon_legend.c
4708         * src/pixmaps/spam.xpm  ** NEW FILE **
4709         * src/plugins/spamassassin/spamassassin.c
4710         * src/plugins/spamassassin/spamassassin_gtk.c
4711                 Add spam learning interface (Mark/Mark as 
4712                 (spam|ham) menus)
4713
4714 2006-02-24 [wwp]        2.0.0cvs81
4715
4716         * src/compose.c
4717         * src/compose.h
4718         * src/filtering.c
4719                 hide compose window when sending message in batch mode
4720                 (filtering: forward and redirect). Also fixed a wrong
4721                 value returned when sending failed, neutral anyway.
4722                 (Colin, me) 
4723
4724 2006-02-24 [wwp]        2.0.0cvs80
4725
4726         * src/mainwindow.c
4727                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4728
4729 2006-02-24 [paul]       2.0.0cvs79
4730
4731         * src/news.c
4732         * src/news.h
4733         * src/news_gtk.c
4734                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4735                 Thanks to Colin
4736
4737 2006-02-23 [colin]      2.0.0cvs78
4738
4739         * src/alertpanel.c
4740                 Change OK to Close in alertpanel with View log
4741                 button; add accel to View log. Patch by Fabien
4742                 Vantard
4743
4744 2006-02-23 [wwp]        2.0.0cvs77
4745
4746         * src/compose.c
4747                 silly me, there were much more tests to perform, since toolbars can
4748                 really have down to 1 element only.
4749
4750 2006-02-23 [wwp]        2.0.0cvs76
4751
4752         * commitHelper
4753                 fixed indentation from my previous commit. Fallback to VISUAL if
4754                 EDITOR is not set (and to vi, at last resort).
4755
4756 2006-02-23 [wwp]        2.0.0cvs75
4757
4758         * commitHelper
4759                 improved error detection (Colin, me).
4760
4761 2006-02-23 [wwp]        2.0.0cvs74
4762
4763         * src/prefs_toolbar.c
4764                 simplify and fix prefs/toolbars layouting. Combos' contents can
4765                 now be really displayed.
4766
4767 2006-02-23 [wwp]        2.0.0cvs73
4768         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4769         be really displayed.
4770
4771 2006-02-22 [wwp]        2.0.0cvs72
4772
4773         * src/compose.c
4774                 fix a typo in my previous commit (sorry!).
4775
4776 2006-02-22 [wwp]        2.0.0cvs71
4777
4778         * src/prefs_toolbar.c
4779                 fix a crash when adding separators to toolbars,
4780                 also fix some separator item information.
4781
4782 2006-02-22 [wwp]        2.0.0cvs70
4783
4784         * src/compose.c
4785                 fix a crash when redirecting (for instance) when compose window's
4786                 toolbar contents has been customized (when some buttons have been
4787                 removed in fact).
4788
4789 2006-02-21 [wwp]        2.0.0cvs69
4790
4791         * src/summaryview.c
4792         * src/gtk/pluginwindow.c
4793         * src/plugins/pgpcore/prefs_gpg.c
4794                 fix some compilation warnings (feat. remains of removed code).
4795
4796 2006-02-21 [wwp]        2.0.0cvs68
4797
4798         * src/gtk/gtkutils.c
4799                 fix two compilation issues, thanks to Stephan Sachse.
4800
4801 2006-02-20 [colin]      2.0.0cvs67
4802
4803         * src/mainwindow.c
4804                 Don't reselect displayed mail on refocus
4805                 This fixes actions misbehaving 
4806
4807 2006-02-20 [wwp]        2.0.0cvs66
4808
4809         * src/summaryview.c
4810         * src/gtk/gtksctree.c
4811         * src/gtk/gtkshruler.c
4812                 changed more runtime typecast checks.
4813
4814 2006-02-20 [wwp]        2.0.0cvs65
4815
4816         * src/summary_search.c
4817                 find all - summaryview refresh issue fixed, thanks to Colin.
4818
4819 2006-02-20 [wwp]        2.0.0cvs64
4820
4821         * src/gtk/gtkutils.c
4822                 better runtime typecast checks.
4823
4824 2006-02-20 [wwp]        2.0.0cvs63
4825
4826         * src/summary_search.c
4827                 enhancements to the summary search:
4828                         - add the ability to stop the running search
4829                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4830                         - don't search if no criteria (From/To/Subject/Body) is set
4831                         - ensure that a busy mouse pointer is always shown when searching,
4832                           show it even a bit earlier
4833
4834 2006-02-19 [colin]      2.0.0cvs62
4835
4836         * src/compose.c
4837         * src/imap.c
4838         * src/etpan/imap-thread.c
4839         * src/etpan/imap-thread.h
4840                 (Future) IMAP speed improvement on sending
4841                 Will require a libetpan update
4842         * src/summaryview.c
4843         * src/gtk/quicksearch.c
4844                 Make quicksearch clearable while running.
4845
4846 2006-02-17 [colin]      2.0.0cvs61
4847
4848         * src/imap.c
4849         * src/etpan/imap-thread.c
4850         * src/etpan/imap-thread.h
4851                 Check for IMAP certificates
4852                 ** Requires libetpan-0.42-cvs4 
4853                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4854
4855 2006-02-17 [colin]      2.0.0cvs60
4856
4857         * src/messageview.c
4858         * src/prefs_common.c
4859         * src/prefs_common.h
4860         * src/prefs_message.c
4861                 Add pref to display HTML-only mails with plugin, 
4862                 if possible (defaulting to FALSE of course).
4863
4864 2006-02-16 [colin]      2.0.0cvs59
4865
4866         * src/main.c
4867         * src/common/plugin.c
4868         * src/common/plugin.h
4869         * src/gtk/pluginwindow.c
4870                 Keep track of requested (but unloaded) plugins
4871                 in some error cases.
4872
4873 2006-02-16 [wwp]        2.0.0cvs58
4874
4875         * src/gtk/gtkaspell.c
4876         * src/gtk/gtkaspell.h
4877         * src/prefs_spelling.c
4878         * src/compose.c
4879         * src/prefs_common.c
4880         * src/prefs_common.h
4881                 implemented new optional spellchecker behaviour: re-check message when
4882                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4883
4884 2006-02-16 [wwp]        2.0.0cvs57
4885
4886         * src/quote_fmt_parse.y
4887                 pclose popen'ed pipe.
4888
4889 2006-02-15 [colin]      2.0.0cvs56
4890
4891         * src/mimeview.c
4892         * src/mimeview.h
4893                 Let MimeViewers know which MimeView they
4894                 depend of.
4895         * src/summaryview.c
4896                 Swap From/To columns in Sent/Queue/Drafts
4897                 folders
4898         * src/etpan/imap-thread.c
4899                 Use mailstream_low_tls_open() for STARTTLS
4900                 instead of mailstream_low_ssl_open()
4901                 ** REQUIRES libetpan 0.42cvs3 **
4902
4903 2006-02-15 [wwp]        2.0.0cvs55
4904
4905         * src/compose.c
4906         * src/compose.h
4907         * src/message_search.c
4908         * src/message_search.h
4909         * src/textview.c
4910         * src/gtk/gtkutils.c
4911         * src/gtk/gtkutils.h
4912                 added the ability to Find text in the compose window (and a bit
4913                 of code factorization).
4914
4915 2006-02-15 [wwp]        2.0.0cvs54
4916
4917         * src/prefs_gtk.c
4918                 yet another one file was missing (fix for some widgets' sensitivity).
4919                 Thanks Colin!
4920
4921 2006-02-15 [wwp]        2.0.0cvs53
4922
4923         * src/prefs_gtk.h
4924                 oops forgot that file (fix for some widgets' sensitivity).
4925
4926 2006-02-15 [wwp]        2.0.0cvs52
4927
4928         * src/summary_search.c
4929                 implemented advanced summary search options (added the ability
4930                 to use matcher conditions in an advanced search mode).
4931
4932 2006-02-15 [wwp]        2.0.0cvs51
4933
4934         * src/plugins/pgpcore/prefs_gpg.c
4935         * src/prefs_account.c
4936                 fix some widget sensitivity, mostly around some labels in
4937                 account prefs.
4938
4939 2006-02-15 [paul]       2.0.0cvs50
4940
4941         * manual/advanced.xml
4942                 improve Templates info
4943                 written by wwp
4944
4945 2006-02-14 [colin]      2.0.0cvs49
4946
4947         * src/pixmaps/address_book.xpm
4948         * src/pixmaps/preferences.xpm
4949         * src/pixmaps/properties.xpm
4950                 Fix pixmap size - patch by Fabien Vantard
4951
4952 2006-02-13 [colin]      2.0.0cvs48
4953
4954         * src/procmime.c
4955                 Add missing fclose()s on error
4956         * src/textview.c
4957                 Remove unused code
4958         * src/common/utils.c
4959                 Fix temp files not being deleted on windows
4960         Patches by Thomas Gilgin
4961
4962 2006-02-13 [colin]      2.0.0cvs47
4963
4964         * src/mainwindow.c
4965                 Fix exit crash
4966
4967 2006-02-13 [wwp]        2.0.0cvs46
4968
4969         * src/plugins/pgpcore/prefs_gpg.c
4970                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4971
4972 2006-02-12 [colin]      2.0.0cvs45
4973
4974         * src/folderview.c
4975         * src/main.c
4976         * src/mainwindow.c
4977                 Fix "stuff" when quitting
4978
4979 2006-02-12 [wwp]        2.0.0cvs44
4980
4981         * src/prefs_themes.c
4982                 fix typos in debug messages.
4983
4984 2006-02-11 [colin]      2.0.0cvs43
4985
4986         * src/summaryview.c
4987                 don't allow drag/drop from ourself
4988
4989 2006-02-10 [wwp]        2.0.0cvs42
4990
4991         * src/exporthtml.c
4992         * src/html.c
4993         * src/html.h
4994         * src/procmime.c
4995         * src/textview.c
4996                 renamed html_ prefixed functions and data structures to avoid
4997                 namespace clashes w/ other software (gtkhtml2 for instance).
4998                 Closes bug #907.
4999
5000
5001 2006-02-09 [colin]      2.0.0cvs41
5002
5003         * src/summaryview.c
5004                 Fix shitty logic messed up. Thanks Ticho for the hint!
5005
5006 2006-02-09 [wwp]        2.0.0cvs40
5007
5008         * src/gtk/about.c
5009         * src/compose.c
5010         * src/prefs_account.c
5011         * src/prefs_gtk.h
5012         * src/editaddress.c
5013                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5014                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5015                 Browse buttons in accounts prefs.
5016
5017 2006-02-09 [colin]      2.0.0cvs39
5018
5019         * src/matcher.c
5020                 Check for pointer before using its members
5021         * src/gtk/gtksourceprintjob.c
5022                 Fix a wrong warning
5023
5024 2006-02-09 [wwp]        2.0.0cvs38
5025
5026         * src/gtk/filesel.c
5027                 fix few compiler warnings (type mismatch).
5028
5029 2006-02-09 [paul]       2.0.0cvs37
5030
5031         * po/fr.po
5032                 updated by Fabien Vantard
5033
5034 2006-02-08 [colin]      2.0.0cvs36
5035
5036         * src/prefs_common.c
5037         * src/common/defs.h
5038         * src/common/plugin.c
5039                 allow windows and linux configurations to coexist
5040                 patch by Thomas Gilgin
5041
5042 2006-02-08 [colin]      2.0.0cvs35
5043
5044         * src/filtering.c
5045         * src/matcher.c
5046         * src/matcher.h
5047         * src/matcher_parser_parse.y
5048         * src/prefs_filtering_action.c
5049         * src/prefs_matcher.c
5050                 Add the "Ignore thread" filtering
5051                 action
5052
5053 2006-02-08 [colin]      2.0.0cvs34
5054
5055         * src/compose.c
5056         * src/procmime.c
5057         * src/procmime.h
5058                 Fix bug #905 (damaged attachment)
5059                 text files with raw \0's aren't really text files
5060         FOR_STABLE
5061
5062 2006-02-08 [colin]      2.0.0cvs33
5063
5064         * src/summaryview.c
5065                 Fix crasher introduced yesterday
5066
5067 2006-02-08 [wwp]        2.0.0cvs32
5068
5069         * src/compose.c
5070         * src/compose.h
5071                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5072
5073 2006-02-08 [wwp]        2.0.0cvs31
5074
5075         * src/prefs_template.c
5076                 templates enhancement: allow address completion for Cc and Bcc fields
5077                 (it was currently possible for the To field only)
5078
5079 2006-02-08 [colin]      2.0.0cvs30
5080
5081         * src/compose.c
5082                 Don't unblock if not blocked
5083         FOR_STABLE
5084
5085 2006-02-07 [colin]      2.0.0cvs29
5086
5087         * src/action.c
5088                 Forgot to refresh summaryview
5089
5090 2006-02-07 [colin]      2.0.0cvs28
5091
5092         * src/action.c
5093                 Freeze/thaw message list and folder list while
5094                 processing %as{} actions 
5095         * src/compose.c
5096                 Fix auto-wrap disabling after a middle-click
5097                 paste - FOR_STABLE
5098
5099 2006-02-07 [paul]       2.0.0cvs27
5100
5101         * src/folder.c
5102                 fix freeing of uninitialised pointers
5103                 Thanks to Colin
5104
5105 2006-02-06 [colin]      2.0.0cvs26
5106
5107         * src/folder.c
5108                 Use g_slist_prepend in potentially big list
5109
5110 2006-02-06 [colin]      2.0.0cvs25
5111
5112         * src/folder.c
5113                 Completely skip processing if it doesn't 
5114                 exist (faster!)
5115
5116 2006-02-06 [colin]      2.0.0cvs24
5117
5118         * src/folder.c
5119         * src/summaryview.c
5120                 Batch filtering in summaryview (from Tools menu)
5121                 and pre/post//-processing too
5122
5123 2006-02-06 [colin]      2.0.0cvs23
5124
5125         * src/procmsg.h
5126         * src/filtering.c
5127                 Use a special field for batch filtering instead
5128                 of stepping on deferred execution's toes
5129
5130 2006-02-06 [colin]      2.0.0cvs22
5131
5132         * src/action.c
5133         * src/filtering.c
5134         * src/filtering.h
5135         * src/folder.c
5136         * src/summaryview.c
5137                 Fix filtering via menus and actions
5138
5139 2006-02-06 [colin]      2.0.0cvs21
5140
5141         * src/imap.c
5142                 Put the added file directly to cache if possible (will work
5143                 with next libetpan)
5144         * src/filtering.c
5145         * src/filtering.h
5146         * src/inc.c
5147         * src/folder.c
5148         * src/mbox.c
5149         * src/procmsg.h
5150                 Move and copy filtered messages by batches instead of one
5151                 by one - faster on IMAP
5152         * src/procmsg.c
5153                 Add a function that'll possibly be useful later
5154
5155 2006-02-06 [colin]      2.0.0cvs20
5156
5157         * src/addressbook.c
5158                 Use internal mime-type instead of text/plain for d'n'd
5159         * src/compose.c
5160                 Allow attaching files from mimeview's icon list via d'n'd
5161         * src/folderview.c
5162         * src/folderview.h
5163                 Use internal mime-type instead of text/plain for d'n'd
5164                 Don't try to selected opened folder if none is
5165                 Factorize d'n'd from other apps code
5166         * src/headerview.c
5167         * src/textview.c
5168         * src/gtk/gtkutils.c
5169         * src/gtk/gtkutils.h
5170                 Factorize Face/X-Face stuff
5171         * src/mimeview.c
5172                 Fix d'n'd to other apps
5173         * src/prefs_message.c
5174                 Let the XFace pref be usable without libcompface as it also
5175                 applies to Face
5176         * src/summaryview.c
5177                 Fix d'n'd to other apps
5178                 Factorize d'n'd from other apps code
5179
5180 2006-02-06 [wwp]        2.0.0cvs19
5181
5182         * po/it.po
5183                 Italian translation fixes by Andrea Spadaccini (no more confusion
5184                 between filtering and processing, and few changes in the About
5185                 dialog).
5186
5187
5188 2006-02-06 [mones]      2.0.0cvs18
5189
5190         * src/gtk/icon_legend.c
5191                 Improved descriptions allowing better translations
5192
5193 2006-02-05 [colin]      2.0.0cvs17
5194
5195         * src/imap.c
5196                 Add the f*cking missing expunge that caused imap_fetch_env
5197                 to fail after an add_msgs ! :-///
5198         * src/etpan/imap-thread.c
5199                 Add a bit of debug
5200         FOR_STABLE
5201
5202 2006-02-05 [colin]      2.0.0cvs16
5203
5204         * src/common/utils.c
5205                 Don't check for return-path (or we can't put
5206                 back non-sent mails)
5207
5208 2006-02-05 [colin]      2.0.0cvs15
5209
5210         * src/textview.c
5211                 Don't try to display Face header in textview
5212                 when teh headerview's active
5213
5214 2006-02-05 [colin]      2.0.0cvs14
5215
5216         * tools/tbird2syl.py
5217         * tools/Makefile.am
5218                 Add script to import Thunderbird mails
5219
5220 2006-02-05 [colin]      2.0.0cvs13
5221
5222         * src/headerview.c
5223         * src/procheader.c
5224         * src/procmsg.c
5225         * src/procmsg.h
5226         * src/textview.c
5227                 Show Face headers - patch partially by Klaus Flittner
5228
5229 2006-02-05 [colin]      2.0.0cvs12
5230
5231         * src/folderview.c
5232         * src/summaryview.c
5233         * src/common/utils.c
5234         * src/common/utils.h
5235                 Let dnd work from mime icons to summaryview
5236                 and to folderview too
5237                 Add a crude test to avoid trying to add files
5238                 drag'n'dropped when they're not mails
5239
5240 2006-02-04 [colin]      2.0.0cvs11
5241
5242         * src/summaryview.c
5243         * src/mimeview.c
5244                 Fix utf8 conversion
5245
5246 2006-02-04 [colin]      2.0.0cvs10
5247
5248         * src/compose.c
5249         * src/folderview.c
5250         * src/mimeview.c
5251         * src/summaryview.c
5252         * src/summaryview.h
5253                 Added various drag and drop capas:
5254                 From                    To
5255                 summaryview             other apps
5256                 mimeview icons          other apps
5257                 other apps              summaryview
5258                 other apps              folderview
5259
5260                 This shouldn't have broken the existing:
5261                 From                    To
5262                 summaryview             folderview
5263                 folderview              folderview
5264                 summaryview             compose's attachments
5265
5266         Tests welcomed.
5267
5268 2006-02-02 [paul]       2.0.0cvs9
5269
5270         * src/mainwindow.c
5271                 move global option 'Set displayed columns...' out
5272                 of folder option grouping.
5273                 fix sensitivity of 'harvest addresses'
5274         FOR_STABLE
5275
5276 2006-02-01 [colin]      2.0.0cvs8
5277
5278         * src/mimeview.c
5279                 Revert the alertpanel patch, it sucks (intrusive
5280                 and gets in the way of "open")
5281
5282 2006-02-01 [colin]      2.0.0cvs7
5283
5284         * src/compose.c
5285         * src/prefs_account.c
5286         * src/prefs_common.c
5287         * src/common/defs.h
5288         * src/common/utils.c
5289         * src/common/utils.h
5290                 Add ability to edit the signature file
5291                 from the account preferences, and use
5292                 a default for the text editor.
5293                 Patch by Fabien Vantard
5294
5295 2006-02-01 [colin]      2.0.0cvs6
5296
5297         * src/mimeview.c
5298                 Try to get mime type by extension if it is
5299                 application/octet-stream
5300                 Display a window with possible choices when
5301                 encountering unknown mime types
5302         * src/gtk/filesel.c
5303         * src/gtk/filesel.h
5304                 Add preview
5305                 Allow multiple selection in filtered filesel
5306                 (patch by Fabien Vantard)
5307         * src/gtk/pluginwindow.c
5308                 Use it (patch by Fabien Vantard)
5309
5310 2006-02-01 [paul]       2.0.0cvs5
5311
5312         * src/jpilot.c
5313                 fix crash on creating jpilot address book
5314                 Thanks to Colin - FOR_STABLE
5315         * src/prefs_summaries.c
5316         * src/prefs_wrapping.c
5317         * src/gtk/icon_legend.c
5318         * src/gtk/quicksearch.c
5319                 string fixes and additions
5320
5321 2006-02-01 [paul]       2.0.0cvs4
5322
5323         * src/compose.c
5324         * src/mainwindow.c
5325         * src/messageview.c
5326         * src/prefs_send.c
5327                 add Arabic encoding option
5328                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5329
5330 2006-01-31 [colin]      2.0.0cvs3
5331
5332         * src/plugins/pgpcore/passphrase.c
5333                 Convert passphrase to locale encoding
5334         * src/compose.c
5335                 Fix drafting on IMAP. Crappy bug sneaked in
5336                 the release :-/
5337         FOR_STABLE
5338
5339 2006-01-30 [paul]       2.0.0cvs2
5340
5341         * src/gtk/icon_legend.c
5342                 show the new entries
5343
5344 2006-01-30 [colin]      2.0.0cvs1
5345
5346         * src/manual.c
5347                 Check for the file to be present before 
5348                 enabling the menu - FOR_STABLE
5349         * src/gtk/icon_legend.c
5350                 Add folders icons (not all of them, there
5351                 are too much, but the most intriguing ones)
5352
5353 2006-01-30 [paul]       2.0.0
5354
5355         version 2.0.0 released
5356
5357 2006-01-30 [paul]       1.9.100cvs200
5358
5359         * manual/faq.xml
5360         * manual/gpl.xml
5361         * manual/intro.xml
5362         * manual/starting.xml
5363         * manual/sylpheed-claws-manual.xml
5364                 fixes, additions
5365
5366 2006-01-29 [mones]      1.9.100cvs199
5367
5368         * manual/account.xml
5369         * manual/advanced.xml
5370         * manual/glossary.xml
5371                 Some typos fixed, added LDIF term to glossary
5372         * po/es.po
5373                 Fixed leading plus symbol
5374
5375 2006-01-29 [paul]       1.9.100cvs198
5376
5377         * po/fi.po
5378         * po/sk.po
5379                 updated by Tommi Pirinen and Andrej Kacian
5380
5381 2006-01-29 [paul]       1.9.100cvs197
5382
5383         * src/gtk/authors.h
5384                 remove duplicates
5385
5386 2006-01-29 [paul]       1.9.100cvs196
5387
5388         * AUTHORS
5389         * po/nl.po
5390         * src/gtk/authors.h
5391         * tools/claws.i18n.status.pl
5392                 nl translation updated by Tim Dijkstra
5393
5394 2006-01-29 [paul]       1.9.100cvs195
5395
5396         * po/sr.po
5397         * po/sv.po
5398                 updated by Aleksandar Urosevic and Anders Troback
5399
5400 2006-01-28 [colin]      1.9.100cvs194
5401
5402         * src/gtk/gtksourceprintjob.c
5403                 Don't fiddle with PangoLayout when we
5404                 have an image
5405
5406 2006-01-28 [paul]       1.9.100cvs193
5407
5408         * AUTHORS
5409         * po/el.po
5410         * po/zh_CN.po
5411         * src/gtk/authors.h
5412         * tools/claws.i18n.status.pl
5413                 updated translations submitted by Stavros Giannouris
5414                 and Ralgh Young
5415
5416 2006-01-27 [colin]      1.9.100cvs192
5417
5418         * src/summaryview.c
5419         * src/gtk/gtksourceprintjob.c
5420                 Add image printing 
5421                 (libgnomeprint only, of course)
5422
5423 2006-01-27 [paul]       1.9.100cvs191
5424
5425         * po/fr.po
5426         * po/it.po
5427                 updated by Fabien Vantard and Andrea Spadaccini
5428
5429 2006-01-26 [colin]      1.9.100cvs190
5430
5431         * manual/Makefile.am
5432         * configure.ac
5433                 Make building the manual optional 
5434                 (--disable-manual)
5435
5436 2006-01-26 [paul]       1.9.100cvs189
5437
5438         * manual/glossary.xml
5439         * manual/plugins.xml
5440                 edited
5441         * po/en_GB.po
5442                 updated
5443
5444 2006-01-26 [paul]       1.9.100cvs188
5445
5446         * src/prefs_display_header.c
5447         * src/prefs_folder_column.c
5448         * src/prefs_msg_colors.c
5449         * src/prefs_summaries.c
5450         * src/prefs_summary_column.c
5451                 HIGify
5452
5453 2006-01-25 [colin]      1.9.100cvs187
5454
5455         * src/imap.c
5456                 Don't allow moving/copying mails between
5457                 queue/drafts and non-queue/drafts folders
5458                 Fixes bug #897 (message header is resetted 
5459                 if one is copied to Drafts)
5460
5461 2006-01-25 [colin]      1.9.100cvs186
5462
5463         * src/folder.c
5464         * src/mainwindow.c
5465                 Fix subscribed folders not found
5466         * src/compose.c
5467                 Don't try to encode as original mail's charset
5468                 if it's ascii 
5469
5470 2006-01-25 [paul]       1.9.100cvs185
5471
5472         * AUTHORS
5473         * po/Makevars
5474                 updated
5475         * po/de.po
5476         * po/pl.po
5477         * po/pt_BR.po
5478         * po/sr.po
5479                 updates submitted by Stephan Sachse, Emilian Nowak
5480                 and Quar, Frederico Goncalves Guimaraes, and
5481                 Aleksandar Urosevic
5482                 Fix Bug 896, 'PT_BR locale broken'.
5483         * src/gtk/authors.h
5484                 updated
5485
5486 2006-01-24 [mones]      1.9.100cvs184
5487
5488         * manual/glossary.xml
5489                 All current terms finished. Reviewers welcome ;-)
5490         * manual/keyboard.xml
5491                 Fixed column width for pdf output.
5492         * po/es.po
5493                 Updated
5494
5495 2006-01-24 [paul]       1.9.100cvs183
5496
5497         * manual/glossary.xml
5498                 fix id name
5499         * manual/dist/html/Makefile.am
5500         * manual/dist/pdf/Makefile.am
5501         * manual/dist/ps/Makefile.am
5502         * manual/dist/txt/Makefile.am
5503                 fix make deps
5504                 Thanks to Colin
5505
5506 2006-01-24 [mones]      1.9.100cvs182
5507
5508         * manual/glossary.xml
5509                 Nearly finished, some terms missing.
5510
5511 2006-01-23 [paul]       1.9.100cvs181
5512
5513         * manual/dist/html/Makefile.am
5514         * manual/dist/pdf/Makefile.am
5515         * manual/dist/ps/Makefile.am
5516         * manual/dist/txt/Makefile.am
5517         * src/mainwindow.c
5518                 re-enable manual
5519                 Thanks to Colin
5520
5521 2006-01-22 [colin]      1.9.100cvs180
5522
5523         * src/compose.c
5524         * src/gtk/gtkaspell.c
5525                 Don't deselect stuff before right-clicking, with aspell.
5526                 (This prevented right-click Copy, for example).
5527                 Thanks to Clo!
5528
5529 2006-01-22 [paul]       1.9.100cvs179
5530
5531         * src/summary_search.c
5532                 don't fix the widget size as it causes problems
5533                 under localisation.
5534                 Thanks to Emilian Nowak
5535
5536 2006-01-21 [paul]       1.9.100cvs178
5537
5538         * src/prefs_themes.c
5539                 fix broken underlining of label text
5540                 with some translations
5541
5542 2006-01-21 [colin]      1.9.100cvs177
5543
5544         * po/fr.po
5545                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5546
5547 2006-01-20 [colin]      1.9.100cvs176
5548
5549         * configure.ac
5550         * Makefile.am
5551         * manual/Makefile
5552         * manual/dist/html/.cvsignore
5553         * manual/dist/html/Makefile.am
5554         * manual/dist/pdf/.cvsignore
5555         * manual/dist/pdf/Makefile.am
5556         * manual/dist/ps/.cvsignore
5557         * manual/dist/ps/Makefile.am
5558         * manual/dist/txt/.cvsignore
5559         * manual/dist/txt/Makefile.am
5560                 Autotool-ize manual
5561
5562 2006-01-20 [paul]       1.9.100cvs175
5563
5564         * manual/handling.xml
5565                 make Filtering and Searching entries easier to find
5566         * manual/keyboard.xml
5567                 add the remaining default keybinds
5568         * src/prefs_summaries.c
5569                 update the default keybinds
5570
5571 2006-01-20 [paul]       1.9.100cvs174
5572
5573         * src/addressbook.c
5574         * src/addrgather.c
5575         * src/addrharvest.c
5576         * src/editaddress.c
5577         * src/editgroup.c
5578         * src/exphtmldlg.c
5579         * src/expldifdlg.c
5580         * src/exporthtml.c
5581         * src/exportldif.c
5582         * src/ldif.c
5583                 replace 'e-mail' with 'email'
5584         * src/summary_search.c
5585                 add mnemonic to "Find all" button
5586
5587 2006-01-20 [wwp]        1.9.100cvs173
5588
5589         * src/export.c
5590         * src/import.c
5591                 touched mbox import/export buttons for HIG-compliance
5592
5593 2006-01-19 [paul]       1.9.100cvs172
5594
5595         * manual/account.xml
5596         * manual/addrbook.xml
5597         * manual/advanced.xml
5598         * manual/faq.xml
5599         * manual/handling.xml
5600         * manual/intro.xml
5601         * manual/plugins.xml
5602         * manual/starting.xml
5603                 more editing
5604
5605 2006-01-19 [paul]       1.9.100cvs171
5606
5607         * src/toolbar.c
5608                 allow use of trash button while receiving
5609                 Thanks to Colin
5610
5611 2006-01-19 [wwp]        1.9.100cvs170
5612
5613         * src/gtk/quicksearch.c
5614         * src/compose.c
5615                 force text color to black when yellow background is set
5616
5617 2006-01-19 [colin]      1.9.100cvs169
5618
5619         * src/plugins/trayicon/trayicon.c
5620                 Gray out Get Mail when already getting mail
5621
5622 2006-01-18 [paul]       1.9.100cvs168
5623
5624         * src/compose.c
5625                 give widget yellow background was To is
5626                 set via folder prefs
5627         * src/gtk/quicksearch.c
5628                 give widget yellow background when quick
5629                 search is active.
5630                 Thanks to Colin
5631
5632 2006-01-18 [paul]       1.9.100cvs167
5633
5634         * doc/man/sylpheed-claws.1
5635                 add --subscribe option
5636
5637 2006-01-18 [paul]       1.9.100cvs166
5638
5639         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5640         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5641                 use %U instead of %F (%F is broken for user installed
5642                 files in kde 3.5)
5643
5644 2006-01-18 [colin]      1.9.100cvs165
5645
5646         * src/summaryview.c
5647                 Default to Yes in "No more * messages" dialogs
5648
5649 2006-01-17 [colin]      1.9.100cvs164
5650
5651         * src/compose.c
5652                 Possibly fix an invalid iterator causing
5653                 crash
5654
5655 2006-01-17 [colin]      1.9.100cvs163
5656
5657         * src/mimeview.c
5658                 Fix crash when the image disappears under the
5659                 image viewer
5660
5661 2006-01-16 [colin]      1.9.100cvs162
5662
5663         * src/compose.c
5664                 Fix reenabling autowrap
5665
5666 2006-01-16 [colin]      1.9.100cvs161
5667
5668         * src/compose.c
5669                 reset quote_len before getting quote_str
5670
5671 2006-01-16 [colin]      1.9.100cvs160
5672
5673         * src/account.c
5674         * src/account.h
5675         * src/folder.c
5676         * src/imap_gtk.c
5677         * src/mh_gtk.c
5678                 Fix bug #883 (default inbox does not track folder move)
5679
5680 2006-01-16 [colin]      1.9.100cvs159
5681
5682         * src/compose.c
5683         * src/plugins/pgpcore/passphrase.c
5684                 More buttons fixes
5685
5686 2006-01-16 [paul]       1.9.100cvs158
5687
5688         * src/prefs_actions.c
5689         * src/prefs_filtering_action.c
5690         * src/prefs_matcher.c
5691         * src/quote_fmt.c
5692         * src/gtk/description_window.c
5693         * src/gtk/description_window.h
5694         * src/gtk/quicksearch.c
5695                 description window cleanups
5696
5697 2006-01-15 [colin]      1.9.100cvs157
5698
5699         * src/addressbook.c
5700         * src/prefs_filtering.c
5701                 Same here
5702
5703 2006-01-15 [colin]      1.9.100cvs156
5704
5705         * src/folderview.c
5706         * src/mainwindow.c
5707                 Same for "Empty trash"
5708
5709 2006-01-15 [colin]      1.9.100cvs155
5710
5711         * src/inc.c
5712                 Override offline dialog had Yes by default
5713
5714 2006-01-15 [colin]      1.9.100cvs154
5715
5716         * src/summaryview.c
5717                 Delete selected messages? previously had Yes the default
5718
5719 2006-01-15 [colin]      1.9.100cvs153
5720
5721         * src/folder.c
5722         * src/folder.h
5723         * src/main.c
5724                 Check if a mailbox is loaded after all
5725                 plugins are loaded.
5726
5727 2006-01-15 [colin]      1.9.100cvs152
5728
5729         * src/folder.c
5730                 Don't start wizard when there are unloaded folders (will help
5731                 people with only mbox or maildir mailboxes)
5732
5733 2006-01-14 [colin]      1.9.100cvs151
5734
5735         * src/addressbook.c
5736         * src/expldifdlg.c
5737         * src/importldif.c
5738         * src/importmutt.c
5739         * src/importpine.c
5740         * src/mh_gtk.c
5741                 More HIG compliance and fixes
5742
5743 2006-01-14 [colin]      1.9.100cvs150
5744
5745         * src/prefs_filtering_action.c
5746         * src/foldersel.c
5747                 Two forgotten button order changes
5748
5749 2006-01-14 [colin]      1.9.100cvs149
5750
5751         * src/account.c
5752         * src/addressbook.c
5753         * src/compose.c
5754         * src/folderview.c
5755         * src/imap_gtk.c
5756         * src/mainwindow.c
5757         * src/mh_gtk.c
5758         * src/news_gtk.c
5759         * src/prefs_actions.c
5760         * src/prefs_customheader.c
5761         * src/prefs_filtering.c
5762         * src/prefs_matcher.c
5763         * src/prefs_template.c
5764         * src/ssl_manager.c
5765         * src/summaryview.c
5766         * src/textview.c
5767         * src/toolbar.c
5768                 All deletion confirmations are now "Cancel, Delete" 
5769                 instead of "No, Yes"
5770                 Clarified most of the other "No, Yes" to 
5771                 "Cancel, Descriptive_action"
5772                 Rechanged the "Entry not saved" alerts to have 
5773                 "Close, Continue editing"
5774
5775
5776 2006-01-14 [paul]
5777
5778         * 2.0.0-rc4 released
5779
5780 2006-01-14 [paul]       1.9.100cvs148
5781
5782         * src/account.c
5783         * src/addressadd.c
5784         * src/addressbook.c
5785         * src/compose.c
5786         * src/editaddress.c
5787         * src/editbook.c
5788         * src/editgroup.c
5789         * src/editjpilot.c
5790         * src/editldap.c
5791         * src/editvcard.c
5792         * src/exphtmldlg.c
5793         * src/expldifdlg.c
5794         * src/folderview.c
5795         * src/grouplistdialog.c
5796         * src/imap_gtk.c
5797         * src/importmutt.c
5798         * src/importpine.c
5799         * src/inc.c
5800         * src/main.c
5801         * src/mainwindow.c
5802         * src/message_search.c
5803         * src/messageview.c
5804         * src/mh_gtk.c
5805         * src/mimeview.c
5806         * src/news_gtk.c
5807         * src/prefs_actions.c
5808         * src/prefs_customheader.c
5809         * src/prefs_filtering.c
5810         * src/prefs_matcher.c
5811         * src/prefs_template.c
5812         * src/prefs_themes.c
5813         * src/ssl_manager.c
5814         * src/summary_search.c
5815         * src/summaryview.c
5816         * src/textview.c
5817         * src/toolbar.c
5818         * src/gtk/foldersort.c
5819         * src/gtk/gtkaspell.c
5820         * src/gtk/inputdialog.c
5821         * src/gtk/prefswindow.c
5822         * src/plugins/pgpcore/select-keys.c
5823         * src/plugins/trayicon/trayicon.c
5824                 HIG compliant button order
5825
5826 2006-01-14 [mones]      1.9.100cvs147
5827
5828         * po/es.po
5829                 Updated translation
5830
5831 2006-01-13 [paul]       1.9.100cvs146
5832
5833         * AUTHORS
5834         * ChangeLog
5835         * src/gtk/authors.h
5836                 add Joshua M. Kwan to contributors list
5837
5838 2006-01-13 [colin]      1.9.100cvs145
5839
5840         * src/gtk/quicksearch.c
5841                 Don't refocus quick search after executing (Esc or Enter)
5842                 Allows to '/'search something then move up/down in 
5843                 summaryview, and to Esc a search and be back in the 
5844                 summaryview
5845
5846 2006-01-13 [paul]       1.9.100cvs144
5847
5848         * src/plugins/pgpinline/pgpinline.c
5849                 support Content-Type 'application/pgp'
5850                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5851
5852 2006-01-13 [paul]       1.9.100cvs143
5853
5854         * manual/account.xml
5855                 make mention of partial retrieval
5856                 thanks to Colin
5857
5858 2006-01-13 [paul]       1.9.100cvs142
5859
5860         * src/account.c
5861         * src/account.h
5862         * src/action.c
5863         * src/action.h
5864         * src/adbookbase.h
5865         * src/addr_compl.c
5866         * src/addr_compl.h
5867         * src/addrbook.c
5868         * src/addrcache.c
5869         * src/addrcache.h
5870         * src/addrcindex.c
5871         * src/addrcindex.h
5872         * src/addrclip.c
5873         * src/addrclip.h
5874         * src/addrdefs.h
5875         * src/addressadd.c
5876         * src/addressadd.h
5877         * src/addressbook.c
5878         * src/addressbook.h
5879         * src/addrgather.c
5880         * src/addrgather.h
5881         * src/addrharvest.c
5882         * src/addrharvest.h
5883         * src/addrindex.c
5884         * src/addrindex.h
5885         * src/addritem.c
5886         * src/addritem.h
5887         * src/addrquery.c
5888         * src/addrquery.h
5889         * src/addrselect.c
5890         * src/addrselect.h
5891         * src/alertpanel.c
5892         * src/alertpanel.h
5893         * src/browseldap.c
5894         * src/browseldap.h
5895         * src/codeconv.c
5896         * src/codeconv.h
5897         * src/compose.c
5898         * src/compose.h
5899         * src/customheader.c
5900         * src/customheader.h
5901         * src/displayheader.c
5902         * src/displayheader.h
5903         * src/editaddress.c
5904         * src/editaddress.h
5905         * src/editbook.c
5906         * src/editbook.h
5907         * src/editgroup.c
5908         * src/editgroup.h
5909         * src/editjpilot.c
5910         * src/editjpilot.h
5911         * src/editldap.c
5912         * src/editldap.h
5913         * src/editldap_basedn.c
5914         * src/editldap_basedn.h
5915         * src/editvcard.c
5916         * src/editvcard.h
5917         * src/exphtmldlg.c
5918         * src/exphtmldlg.h
5919         * src/expldifdlg.c
5920         * src/expldifdlg.h
5921         * src/export.h
5922         * src/exporthtml.c
5923         * src/exporthtml.h
5924         * src/exportldif.c
5925         * src/exportldif.h
5926         * src/filtering.c
5927         * src/filtering.h
5928         * src/folder.c
5929         * src/folder.h
5930         * src/folder_item_prefs.c
5931         * src/folder_item_prefs.h
5932         * src/foldersel.c
5933         * src/foldersel.h
5934         * src/folderutils.c
5935         * src/folderutils.h
5936         * src/folderview.c
5937         * src/folderview.h
5938         * src/grouplistdialog.c
5939         * src/grouplistdialog.h
5940         * src/headerview.c
5941         * src/html.c
5942         * src/html.h
5943         * src/image_viewer.c
5944         * src/image_viewer.h
5945         * src/imap.c
5946         * src/imap.h
5947         * src/imap_gtk.c
5948         * src/imap_gtk.h
5949         * src/import.h
5950         * src/importldif.c
5951         * src/importldif.h
5952         * src/importmutt.c
5953         * src/importmutt.h
5954         * src/importpine.c
5955         * src/importpine.h
5956         * src/inc.c
5957         * src/inc.h
5958         * src/jpilot.c
5959         * src/jpilot.h
5960         * src/ldapctrl.c
5961         * src/ldapctrl.h
5962         * src/ldaplocate.c
5963         * src/ldaplocate.h
5964         * src/ldapquery.c
5965         * src/ldapquery.h
5966         * src/ldapserver.c
5967         * src/ldapserver.h
5968         * src/ldaputil.c
5969         * src/ldaputil.h
5970         * src/ldif.c
5971         * src/ldif.h
5972         * src/main.c
5973         * src/main.h
5974         * src/mainwindow.c
5975         * src/mainwindow.h
5976         * src/manual.c
5977         * src/manual.h
5978         * src/mbox.c
5979         * src/mbox.h
5980         * src/message_search.c
5981         * src/message_search.h
5982         * src/messageview.c
5983         * src/messageview.h
5984         * src/mh.c
5985         * src/mh.h
5986         * src/mh_gtk.c
5987         * src/mh_gtk.h
5988         * src/mimeview.c
5989         * src/mimeview.h
5990         * src/msgcache.c
5991         * src/msgcache.h
5992         * src/mutt.c
5993         * src/mutt.h
5994         * src/news.c
5995         * src/news.h
5996         * src/news_gtk.c
5997         * src/news_gtk.h
5998         * src/partial_download.c
5999         * src/partial_download.h
6000         * src/pine.c
6001         * src/pine.h
6002         * src/pop.c
6003         * src/pop.h
6004         * src/prefs_account.c
6005         * src/prefs_account.h
6006         * src/prefs_actions.c
6007         * src/prefs_actions.h
6008         * src/prefs_common.c
6009         * src/prefs_common.h
6010         * src/prefs_compose_writing.c
6011         * src/prefs_compose_writing.h
6012         * src/prefs_customheader.c
6013         * src/prefs_customheader.h
6014         * src/prefs_display_header.c
6015         * src/prefs_display_header.h
6016         * src/prefs_filtering.c
6017         * src/prefs_filtering.h
6018         * src/prefs_filtering_action.c
6019         * src/prefs_filtering_action.h
6020         * src/prefs_folder_column.c
6021         * src/prefs_folder_column.h
6022         * src/prefs_folder_item.c
6023         * src/prefs_folder_item.h
6024         * src/prefs_fonts.c
6025         * src/prefs_fonts.h
6026         * src/prefs_gtk.c
6027         * src/prefs_gtk.h
6028         * src/prefs_image_viewer.c
6029         * src/prefs_image_viewer.h
6030         * src/prefs_matcher.c
6031         * src/prefs_matcher.h
6032         * src/prefs_message.c
6033         * src/prefs_msg_colors.c
6034         * src/prefs_msg_colors.h
6035         * src/prefs_other.c
6036         * src/prefs_quote.c
6037         * src/prefs_receive.c
6038         * src/prefs_send.c
6039         * src/prefs_spelling.c
6040         * src/prefs_spelling.h
6041         * src/prefs_summaries.c
6042         * src/prefs_summaries.h
6043         * src/prefs_summary_column.c
6044         * src/prefs_summary_column.h
6045         * src/prefs_template.c
6046         * src/prefs_template.h
6047         * src/prefs_themes.c
6048         * src/prefs_themes.h
6049         * src/prefs_toolbar.c
6050         * src/prefs_toolbar.h
6051         * src/prefs_wrapping.c
6052         * src/prefs_wrapping.h
6053         * src/privacy.c
6054         * src/privacy.h
6055         * src/procheader.c
6056         * src/procheader.h
6057         * src/procmime.c
6058         * src/procmime.h
6059         * src/procmsg.c
6060         * src/procmsg.h
6061         * src/quote_fmt.c
6062         * src/quote_fmt_parse.y
6063         * src/recv.c
6064         * src/recv.h
6065         * src/remotefolder.c
6066         * src/remotefolder.h
6067         * src/send_message.c
6068         * src/send_message.h
6069         * src/setup.c
6070         * src/setup.h
6071         * src/sourcewindow.c
6072         * src/sourcewindow.h
6073         * src/ssl_manager.c
6074         * src/ssl_manager.h
6075         * src/statusbar.c
6076         * src/statusbar.h
6077         * src/stock_pixmap.c
6078         * src/stock_pixmap.h
6079         * src/summary_search.c
6080         * src/summary_search.h
6081         * src/summaryview.c
6082         * src/summaryview.h
6083         * src/syldap.c
6084         * src/syldap.h
6085         * src/textview.c
6086         * src/textview.h
6087         * src/toolbar.c
6088         * src/toolbar.h
6089         * src/undo.c
6090         * src/undo.h
6091         * src/unmime.c
6092         * src/unmime.h
6093         * src/vcard.c
6094         * src/vcard.h
6095         * src/wizard.c
6096         * src/wizard.h
6097         * src/common/base64.c
6098         * src/common/base64.h
6099         * src/common/defs.h
6100         * src/common/hooks.c
6101         * src/common/hooks.h
6102         * src/common/log.c
6103         * src/common/log.h
6104         * src/common/mgutils.c
6105         * src/common/mgutils.h
6106         * src/common/nntp.c
6107         * src/common/nntp.h
6108         * src/common/passcrypt.c
6109         * src/common/passcrypt.h.in
6110         * src/common/plugin.c
6111         * src/common/plugin.h
6112         * src/common/prefs.c
6113         * src/common/prefs.h
6114         * src/common/progressindicator.c
6115         * src/common/progressindicator.h
6116         * src/common/quoted-printable.c
6117         * src/common/quoted-printable.h
6118         * src/common/session.c
6119         * src/common/session.h
6120         * src/common/smtp.c
6121         * src/common/smtp.h
6122         * src/common/socket.c
6123         * src/common/socket.h
6124         * src/common/ssl.c
6125         * src/common/ssl.h
6126         * src/common/ssl_certificate.c
6127         * src/common/ssl_certificate.h
6128         * src/common/stringtable.c
6129         * src/common/stringtable.h
6130         * src/common/sylpheed.c
6131         * src/common/sylpheed.h
6132         * src/common/template.c
6133         * src/common/template.h
6134         * src/common/timing.h
6135         * src/common/utils.c
6136         * src/common/utils.h
6137         * src/common/version.h.in
6138         * src/common/xml.c
6139         * src/common/xml.h
6140         * src/common/xmlprops.c
6141         * src/common/xmlprops.h
6142         * src/gtk/colorlabel.c
6143         * src/gtk/colorsel.c
6144         * src/gtk/colorsel.h
6145         * src/gtk/description_window.c
6146         * src/gtk/description_window.h
6147         * src/gtk/filesel.c
6148         * src/gtk/filesel.h
6149         * src/gtk/foldersort.c
6150         * src/gtk/foldersort.h
6151         * src/gtk/gtkutils.c
6152         * src/gtk/gtkutils.h
6153         * src/gtk/inputdialog.c
6154         * src/gtk/inputdialog.h
6155         * src/gtk/logwindow.c
6156         * src/gtk/logwindow.h
6157         * src/gtk/manage_window.c
6158         * src/gtk/manage_window.h
6159         * src/gtk/menu.c
6160         * src/gtk/menu.h
6161         * src/gtk/pluginwindow.c
6162         * src/gtk/pluginwindow.h
6163         * src/gtk/prefswindow.c
6164         * src/gtk/prefswindow.h
6165         * src/gtk/progressdialog.c
6166         * src/gtk/progressdialog.h
6167         * src/gtk/sslcertwindow.c
6168         * src/gtk/sslcertwindow.h
6169         * src/plugins/clamav/clamav_plugin.c
6170         * src/plugins/clamav/clamav_plugin.h
6171         * src/plugins/clamav/clamav_plugin_gtk.c
6172         * src/plugins/demo/demo.c
6173         * src/plugins/dillo_viewer/dillo_prefs.c
6174         * src/plugins/dillo_viewer/dillo_prefs.h
6175         * src/plugins/dillo_viewer/dillo_viewer.c
6176         * src/plugins/pgpcore/passphrase.c
6177         * src/plugins/pgpcore/passphrase.h
6178         * src/plugins/pgpcore/plugin.c
6179         * src/plugins/pgpcore/select-keys.c
6180         * src/plugins/pgpcore/select-keys.h
6181         * src/plugins/pgpcore/sgpgme.c
6182         * src/plugins/pgpcore/sgpgme.h
6183         * src/plugins/pgpinline/pgpinline.c
6184         * src/plugins/pgpinline/pgpinline.h
6185         * src/plugins/pgpinline/plugin.c
6186         * src/plugins/pgpmime/pgpmime.c
6187         * src/plugins/pgpmime/pgpmime.h
6188         * src/plugins/pgpmime/plugin.c
6189         * src/plugins/spamassassin/spamassassin.c
6190         * src/plugins/spamassassin/spamassassin.h
6191         * src/plugins/spamassassin/spamassassin_gtk.c
6192         * src/plugins/trayicon/trayicon.c
6193                 update copyright header
6194
6195 2006-01-13 [paul]       1.9.100cvs141
6196
6197         * src/account.c
6198         * src/export.c
6199         * src/import.c
6200         * src/mainwindow.c
6201         * src/prefs_account.c
6202         * src/prefs_display_header.c
6203         * src/prefs_receive.c
6204         * src/prefs_send.c
6205         * src/prefs_summaries.c
6206         * src/prefs_themes.c
6207         * src/prefs_toolbar.c
6208         * src/gtk/about.c
6209                 various cleanups
6210
6211 2006-01-12 [colin]      1.9.100cvs140
6212
6213         * src/folder.c
6214         * src/folder.h
6215         * src/main.c
6216                 Add --subscribe option
6217                 Let sylpheed-claws email@domain.com equivalent to --compose
6218                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6219
6220 2006-01-12 [paul]       1.9.100cvs139
6221
6222         * src/mainwindow.c
6223                 append 'Change folder order' label with '...'
6224         * src/prefs_actions.c
6225                 allow reordering of actions list by dnd
6226         * src/gtk/foldersort.c
6227                 make the dialog nicer
6228
6229 2006-01-11 [colin]      1.9.100cvs138
6230
6231         * src/compose.c
6232                 Allow templates without text
6233
6234 2006-01-11 [paul]       1.9.100cvs137
6235
6236         * tools/README
6237         * tools/filter_conv_new.pl
6238                 add info to README
6239                 also check .sylpheed for filter.xml
6240                 be a bit informative to the user
6241
6242 2006-01-11 [colin]      1.9.100cvs136
6243
6244         * src/textview.c
6245                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6246
6247 2006-01-10 [paul]       1.9.100cvs135
6248
6249         * tools/Makefile.am
6250         * tools/filter_conv_new.pl
6251                 add script to convert new style Sylpheed
6252                 filter rules (Sylpheed >= 0.9.99) to
6253                 Claws filtering rules
6254
6255 2006-01-10 [colin]      1.9.100cvs134
6256
6257         * src/compose.c
6258                 Fix broken line joins in certain conditions
6259                 (between two quoted lines: <enter><enter><up>
6260                  <type a wrapped sentence><go in the first line>
6261                  <insert more text><watch as line joining failed>)
6262
6263 2006-01-10 [paul]       1.9.100cvs133
6264
6265         * src/compose.c
6266                 don't report success in error dialog
6267                 thanks to Colin
6268         * src/common/utils.c
6269                 include some trailing punctuations as URI
6270                 thanks to Hiro
6271
6272 2006-01-10 [paul]       1.9.100cvs132
6273
6274         * src/mimeview.c
6275                 fix incompatible pointer type
6276                 warning
6277
6278 2006-01-10 [paul]       1.9.100cvs131
6279
6280         * src/compose.c
6281                 change Subject in window title
6282                 instantaneously
6283
6284 2006-01-09 [colin]      1.9.100cvs130
6285
6286         * src/addressbook.c
6287         * src/headerview.c
6288         * src/mainwindow.c
6289         * src/messageview.c
6290         * src/mimeview.c
6291         * src/noticeview.c
6292         * src/summaryview.c
6293                 Fix possible crashes on exit and in addressbook
6294
6295 2006-01-09 [paul]       1.9.100cvs129
6296
6297         * src/prefs_msg_colors.c
6298                 some cleanups that I forgot last time
6299
6300 2006-01-09 [paul]       1.9.100cvs128
6301
6302         * README
6303         * src/folderview.c
6304         * src/prefs_msg_colors.c
6305                 add previously hidden option, color_new, to
6306                 the gui
6307                 move the page to Display/
6308                 rework the gui
6309
6310 2006-01-09 [wwp]        1.9.100cvs127
6311
6312         * src/prefs_themes.c
6313                 made the prefs/display/themes layouts spacing less condensed
6314                 (and so they match other prefs/pages' look).
6315
6316 2006-01-09 [paul]       1.9.100cvs126
6317
6318         * src/compose.c
6319         * src/prefs_common.c
6320         * src/prefs_common.h
6321         * src/prefs_wrapping.c
6322                 remove 'wrap at send' option
6323
6324 2006-01-06 [colin]      1.9.100cvs125
6325
6326         * src/compose.c
6327                 Just make completely sure we don't insert "manual line breaks" 
6328                 when wrapping... 
6329
6330 2006-01-04 [paul]
6331
6332         * 2.0.0-rc3 released
6333
6334 2006-01-04 [paul]       1.9.100cvs124
6335
6336         * src/folderview.c
6337                 fix bug 882, 'quick scroll in folder list
6338                 displays wrong folder contents'
6339
6340 2006-01-04 [paul]       1.9.100cvs123
6341
6342         * src/plugins/pgpmime/pgpmime.c
6343                 better debug information when signing
6344                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6345
6346 2006-01-03 [colin]      1.9.100cvs122
6347
6348         * configure.ac
6349                 We need to recheck for gpgme 1.0.0 after checking
6350                 for 1.1.1, because if 1.1.1 isn't available, 
6351                 GPGME_LIBS and friends are blanked out by the 
6352                 second check.
6353
6354 2006-01-03 [colin]      1.9.100cvs121
6355
6356         * src/common/prefs.c
6357                 Windows unlink-before rename fix
6358         * src/plugins/pgpcore/sgpgme.c
6359                 Add support for PKA info if available
6360                 Both patches by Werner Koch
6361
6362 2006-01-03 [paul]       1.9.100cvs120
6363
6364         * src/messageview.c
6365                 fix bug 884, 'Send receipt' button visible in queue
6366                 Thanks to Colin
6367
6368 2006-01-02 [colin]      1.9.100cvs119
6369
6370         * src/compose.c
6371         * src/imap.c
6372                 Fix autosave on IMAP and more generally try to
6373                 return the correct ID on a newly added IMAP message
6374
6375 2006-01-02 [paul]       1.9.100cvs118
6376
6377         * manual/keyboard.xml
6378                 edited
6379
6380 2006-01-01 [paul]       1.9.100cvs117
6381
6382         * src/gtk/authors.h
6383                 alphabetical order
6384
6385 2005-12-30 [colin]      1.9.100cvs116
6386
6387         * manual/advanced.xml
6388                 Explain Pre/Post-processing differences.
6389
6390 2005-12-30 [colin]      1.9.100cvs115
6391
6392         * src/mh.c
6393                 Implement copy_msgs for a little optimization
6394         * src/imap.c
6395                 Finish yesterday's fix
6396
6397 2005-12-29 [colin]      1.9.100cvs114
6398
6399         * src/imap.c
6400                 Fix occasional failure in fetching a mail over
6401                 IMAP
6402
6403 2005-12-29 [colin]      1.9.100cvs113
6404
6405         * src/compose.c
6406                 Don't remove a draft when sending it, if it is 
6407                 locked.
6408
6409 2005-12-28 [colin]      1.9.100cvs112
6410
6411         * src/summaryview.c
6412                 Fix leak for real
6413
6414 2005-12-28 [wwp]        1.9.100cvs111
6415
6416         * doc/faq/.cvsignore
6417         * doc/faq/de/.cvsignore
6418         * doc/faq/en/.cvsignore
6419         * doc/faq/es/.cvsignore
6420         * doc/faq/fr/.cvsignore
6421         * doc/faq/it/.cvsignore
6422         * doc/manual/.cvsignore
6423         * doc/manual/de/.cvsignore
6424         * doc/manual/en/.cvsignore
6425         * doc/manual/es/.cvsignore
6426         * doc/manual/fr/.cvsignore
6427         * doc/manual/ja/.cvsignore
6428         * src/plugins/mathml_viewer/.cvsignore
6429                 rollback revival of those files (my bad, sorry for the noise).
6430
6431 2005-12-28 [wwp]        1.9.100cvs110
6432
6433         * src/compose.c
6434                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6435
6436 2005-12-28 [wwp]        1.9.100cvs109
6437
6438         * doc/faq/.cvsignore
6439         * doc/faq/de/.cvsignore
6440         * doc/faq/en/.cvsignore
6441         * doc/faq/es/.cvsignore
6442         * doc/faq/fr/.cvsignore
6443         * doc/faq/it/.cvsignore
6444         * doc/manual/.cvsignore
6445         * doc/manual/de/.cvsignore
6446         * doc/manual/en/.cvsignore
6447         * doc/manual/es/.cvsignore
6448         * doc/manual/fr/.cvsignore
6449         * doc/manual/ja/.cvsignore
6450         * src/plugins/mathml_viewer/.cvsignore
6451         * po/.cvsignore
6452                 more files to ignore.
6453
6454 2005-12-24 [colin]      1.9.100cvs108
6455
6456         * AUTHORS
6457         * src/gtk/authors.h
6458                 Update for Werner
6459
6460 2005-12-24 [colin]      1.9.100cvs107
6461
6462         * src/procmsg.c
6463                 Allow NULL src_msginfo in 
6464                 procmsg_msginfo_new_from_mimeinfo
6465
6466 2005-12-23 [paul]       1.9.100cvs106
6467
6468         * src/plugins/pgpinline/mypgpcore.def
6469                 add this forgotten file
6470
6471 2005-12-23 [colin]      1.9.100cvs105
6472
6473         * src/mainwindow.c
6474                 Fix missing break
6475
6476 2005-12-23 [colin]      1.9.100cvs104
6477
6478         * autogen.sh
6479         * src/folder.c
6480         * src/mh.c
6481         * src/common/plugin.c
6482         * src/common/socket.c
6483         * src/common/socket.h
6484         * src/common/utils.c
6485         * src/common/utils.h
6486         * src/gtk/pluginwindow.c
6487         * src/plugins/pgpcore/plugin.def
6488         * src/plugins/pgpcore/sylpheed.def
6489         * src/plugins/pgpinline/Makefile.am
6490         * src/plugins/pgpinline/plugin.def
6491         * src/plugins/pgpinline/sylpheed.def
6492         * src/plugins/pgpmime/plugin.def
6493         * src/plugins/pgpmime/sylpheed.def
6494                 Various w32 fixes by Werner Koch
6495
6496 2005-12-22 [paul]       1.9.100cvs103
6497
6498         * src/wizard.c
6499                 don't offer IMAP as 'server type' if
6500                 libetpan isn't built in
6501
6502 2005-12-22 [paul]       1.9.100cvs102
6503
6504         * AUTHORS
6505         * src/mainwindow.c
6506         * src/mainwindow.h
6507         * src/toolbar.c
6508         * src/gtk/authors.h
6509                 support GTK_TOOLBAR_BOTH_HORIZ (text
6510                 next to icon) Patch by Marien Zwart
6511                 marienz@users.sf.net
6512                 Also reword the text
6513
6514 2005-12-21 [colin]      1.9.100cvs101
6515
6516         * configure.ac
6517                 Fix DATADIRNAME
6518         * COPYING
6519                 Fix missing section and explicit the exception better
6520         * src/compose.c
6521                 Prevent mail from being lost without notice when an
6522                 SMTP error happens on trying to send an unmodified
6523                 drafted mail.
6524         * src/send_message.c
6525         * src/common/smtp.c
6526                 Fix password remembering when wrong, and add return
6527                 value checks where they should have been
6528         * src/plugins/pgpcore/sylpheed.def
6529         * src/plugins/pgpinline/sylpheed.def
6530         * src/plugins/pgpmime/sylpheed.def
6531                 Add a few symbols needed
6532
6533 2005-12-21 [paul]       1.9.100cvs100
6534
6535         * m4/codeset.m4
6536         * m4/glibc21.m4
6537         * m4/intdiv0.m4
6538         * m4/inttypes-pri.m4
6539         * m4/inttypes.m4
6540         * m4/inttypes_h.m4
6541         * m4/isc-posix.m4
6542         * m4/lcmessage.m4
6543         * m4/stdint_h.m4
6544         * m4/uintmax_t.m4
6545                 gettextization
6546                 thanks to Colin
6547
6548 2005-12-21 [paul]       1.9.100cvs99
6549
6550         * po/sv.po
6551                 fixed by Colin
6552
6553 2005-12-20 [paul]       1.9.100cvs98
6554
6555         * po/sv.po
6556                 updated by Anders Trobäck
6557
6558 2005-12-20 [colin]      1.9.100cvs97
6559
6560         * ABOUT-NLS
6561         * Makefile.am
6562         * autogen.sh
6563         * configure.ac
6564         * config/config.rpath
6565         * config/mkinstalldirs
6566         * m4/Makefile.am
6567         * m4/glibc2.m4
6568         * m4/gnupg.m4
6569         * m4/gpgme.m4
6570         * m4/intmax.m4
6571         * m4/longdouble.m4
6572         * m4/longlong.m4
6573         * m4/printf-posix.m4
6574         * m4/signed.m4
6575         * m4/size_max.m4
6576         * m4/ulonglong.m4
6577         * m4/wchar_t.m4
6578         * m4/wint_t.m4
6579         * m4/xsize.m4
6580         * po/Makefile.in.in
6581         * po/Makevars
6582         * po/bg.po
6583         * po/ca.po
6584         * po/cs.po
6585         * po/de.po
6586         * po/el.po
6587         * po/en_GB.po
6588         * po/es.po
6589         * po/fi.po
6590         * po/fr.po
6591         * po/hr.po
6592         * po/hu.po
6593         * po/it.po
6594         * po/ja.po
6595         * po/ko.po
6596         * po/nb.po
6597         * po/nl.po
6598         * po/pl.po
6599         * po/pt_BR.po
6600         * po/ru.po
6601         * po/sk.po
6602         * po/sr.po
6603         * po/stamp-po
6604         * po/sv.po
6605         * po/zh_CN.po
6606         * po/zh_TW.po
6607         * src/Makefile.am
6608         * src/codeconv.c
6609         * src/compose.c
6610         * src/exporthtml.c
6611         * src/exportldif.c
6612         * src/folder.c
6613         * src/main.c
6614         * src/manual.c
6615         * src/mh.c
6616         * src/mimeview.c
6617         * src/send_message.c
6618         * src/common/Makefile.am
6619         * src/common/fnmatch.c
6620         * src/common/fnmatch.h
6621         * src/common/fnmatch_loop.c
6622         * src/common/nntp.c
6623         * src/common/plugin.c
6624         * src/common/smtp.c
6625         * src/common/socket.c
6626         * src/common/string_match.c
6627         * src/common/sylpheed.c
6628         * src/common/utils.c
6629         * src/common/utils.h
6630         * src/common/w32_dirent.c
6631         * src/common/w32_reg.c
6632         * src/common/w32_signal.c
6633         * src/common/w32_stat.c
6634         * src/common/w32_stdio.c
6635         * src/common/w32_stdlib.c
6636         * src/common/w32_string.c
6637         * src/common/w32_time.c
6638         * src/common/w32_unistd.c
6639         * src/common/w32_wait.c
6640         * src/common/w32lib.h
6641         * src/etpan/Makefile.am
6642         * src/gtk/Makefile.am
6643         * src/plugins/clamav/Makefile.am
6644         * src/plugins/demo/Makefile.am
6645         * src/plugins/dillo_viewer/Makefile.am
6646         * src/plugins/pgpcore/Makefile.am
6647         * src/plugins/pgpcore/passphrase.c
6648         * src/plugins/pgpcore/plugin.def
6649         * src/plugins/pgpcore/sgpgme.c
6650         * src/plugins/pgpcore/sylpheed.def
6651         * src/plugins/pgpcore/version.rc
6652         * src/plugins/pgpinline/Makefile.am
6653         * src/plugins/pgpinline/plugin.def
6654         * src/plugins/pgpinline/sylpheed.def
6655         * src/plugins/pgpinline/version.rc
6656         * src/plugins/pgpmime/Makefile.am
6657         * src/plugins/pgpmime/mypgpcore.def
6658         * src/plugins/pgpmime/plugin.def
6659         * src/plugins/pgpmime/sylpheed.def
6660         * src/plugins/pgpmime/version.rc
6661         * src/plugins/spamassassin/Makefile.am
6662                 Very little ;-) patch from Werner Koch, providing
6663                 infrastructure for cross-compiling to Win32
6664
6665 2005-12-20 [paul]       1.9.100cvs96
6666
6667         * src/account.c
6668         * src/account.h
6669         * src/mainwindow.c
6670         * src/mainwindow.h
6671         * src/toolbar.c
6672         * src/toolbar.h
6673                 add a combo to the Get All button, allowing
6674                 quick retrieval from any account
6675                 Patch by Fabien Vantard, slightly modified
6676                 by Colin
6677         * src/gtk/about.c
6678                 i18n fix. Patch by Fabien Vantard
6679
6680 2005-12-19 [colin]      1.9.100cvs95
6681
6682         * src/compose.c
6683         * src/compose.h
6684                 Don't automatically join lines when they've 
6685                 been separated by the user and not automatically
6686
6687 2005-12-19 [paul]       1.9.100cvs94
6688
6689         * src/gtk/pluginwindow.c
6690                 i18n fix.
6691                 Patch by Fabien Vantard
6692
6693 2005-12-15 [paul]       1.9.100cvs93
6694
6695         * src/common/plugin.c
6696         * src/common/plugin.h
6697         * src/gtk/pluginwindow.c
6698         * src/plugins/clamav/clamav_plugin.c
6699         * src/plugins/demo/demo.c
6700         * src/plugins/dillo_viewer/dillo_viewer.c
6701         * src/plugins/pgpcore/plugin.c
6702         * src/plugins/pgpinline/plugin.c
6703         * src/plugins/pgpmime/plugin.c
6704         * src/plugins/spamassassin/spamassassin.c
6705         * src/plugins/trayicon/trayicon.c
6706                 add plugin_version()
6707
6708 2005-12-15 [colin]      1.9.100cvs92
6709
6710         * src/compose.c
6711                 Further fix bug #875
6712
6713 2005-12-15 [paul]       1.9.100cvs91
6714
6715         * src/gtk/filesel.c
6716                 fix attach_load_dir getting set to
6717                 PLUGINDIR on plugin load
6718
6719 2005-12-14 [mones]      1.9.100cvs90
6720
6721         * manual/ack.xml
6722         * manual/keyboard.xml
6723                 Initial draft and some shortcuts added
6724                 
6725         * po/es.po
6726                 Updated translation
6727
6728 2005-12-14 [colin]      1.9.100cvs89
6729
6730         * src/compose.c
6731         * src/imap.c
6732         * src/summaryview.c
6733         * src/gtk/gtkaspell.c
6734                 More leaks fixed
6735         * src/prefs_folder_item.c
6736                 Fix recursive prefs apply
6737
6738
6739 2005-12-14 [colin]      1.9.100cvs88
6740
6741         * src/compose.c
6742                 Fix bug #875 (Freeze On Inline Forward of 
6743                 Large Message)
6744
6745 2005-12-13 [colin]      1.9.100cvs87
6746
6747         * src/compose.c
6748                 Uniq-ify and sort the mimetypes list
6749                 Patch by Fabien Vantard
6750
6751 2005-12-13 [colin]      1.9.100cvs86
6752
6753         * src/imap.c
6754         * src/etpan/imap-thread.c
6755                 Fix leaks (patch by Hoa)
6756         * src/news.c
6757         * src/common/plugin.c
6758                 Fix leaks
6759
6760 2005-12-12 [colin]
6761
6762         * 2.0.0-rc2 released
6763
6764 2005-12-12 [colin]      1.9.100cvs85
6765
6766         * src/matcher.c
6767                 Fix a leak
6768
6769 2005-12-12 [wwp]        1.9.100cvs84
6770
6771         * src/gtk/icon_legend.c
6772                 fix misbehaviour and crash when closing the legend window
6773         using the Esc key (patch by Fabien Vantard).
6774
6775 2005-12-12 [paul]       1.9.100cvs83
6776
6777         * src/browseldap.c
6778         * src/foldersel.c
6779         * src/prefs_actions.c
6780         * src/prefs_filtering.c
6781         * src/prefs_matcher.c
6782         * src/prefs_spelling.glade      ** REMOVED **
6783         * src/prefs_template.c
6784         * src/gtk/foldersort.glade      ** REMOVED **
6785         * src/gtk/pluginwindow.c
6786         * src/gtk/pluginwindow.glade    ** REMOVED **
6787         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6788                 cleanups
6789
6790 2005-12-11 [paul]       1.9.100cvs82
6791
6792         * src/gtk/filesel.c
6793                 fix attach_load_dir crasher (double free)
6794
6795 2005-12-09 [paul]       1.9.100cvs81
6796
6797         * po/POTFILES.in
6798         * src/mainwindow.c
6799         * src/gtk/Makefile.am
6800         * src/gtk/icon_legend.c
6801         * src/gtk/icon_legend.h
6802                 add icon legend
6803         * src/manual.c
6804                 cleanup
6805
6806 2005-12-09 [paul]       1.9.100cvs80
6807
6808         * src/plugins/pgpcore/passphrase.c
6809                 wrap the label in the dialog
6810
6811 2005-12-09 [colin]      1.9.100cvs79
6812
6813         * src/plugins/pgpcore/sgpgme.c
6814                 Display (untrusted) on not trusted signatures
6815                 Patch by Michal Èihaø <michal@cihar.com>
6816                 Closes bug #867 (Report also key trust)
6817
6818 2005-12-09 [colin]      1.9.100cvs78
6819
6820         * src/common/plugin.c
6821                 Update licence check, following Eben Moglen's advice
6822
6823 2005-12-08 [colin]      1.9.100cvs77
6824
6825         * src/folder.c
6826                 Fix the occasionnal item->cache != NULL 
6827                 assertion failure. 
6828
6829 2005-12-08 [colin]      1.9.100cvs76
6830
6831         * src/mimeview.c
6832         * src/plugins/pgpcore/sgpgme.c
6833                 Print key id when unable to check it
6834                 Closes bug #866 (Show key id when missing)
6835
6836 2005-12-08 [paul]       1.9.100cvs75
6837
6838         * src/prefs_common.c
6839         * src/prefs_common.h
6840         * src/gtk/filesel.c
6841                 remember load attachment dir
6842
6843 2005-12-07 [colin]      1.9.100cvs74
6844
6845         * src/prefs_toolbar.c
6846                 Gtk fixes, patch by Fabien Vantard
6847
6848 2005-12-07 [colin]      1.9.100cvs73
6849
6850         * src/action.c
6851         * src/compose.c
6852         * src/compose.h
6853                 Fix bug #839 (Quoted text isn't colored after 
6854                 executing an action)
6855         * src/common/plugin.c
6856                 Require plugins to declare their licence in plugin_licence()
6857                 Refuse to load non-GPL plugins as they'd be illegal (as 
6858                 derived works of Sylpheed-Claws, they must be GPL).
6859         * src/plugins/clamav/clamav_plugin.c
6860         * src/plugins/demo/demo.c
6861         * src/plugins/dillo_viewer/dillo_viewer.c
6862         * src/plugins/pgpcore/plugin.c
6863         * src/plugins/pgpinline/plugin.c
6864         * src/plugins/pgpmime/plugin.c
6865         * src/plugins/spamassassin/spamassassin.c
6866         * src/plugins/trayicon/trayicon.c
6867                 Add plugin_licence()
6868
6869 2005-12-07 [paul]       1.9.100cvs72
6870
6871         * configure.ac
6872         * src/mainwindow.c
6873         * src/manual.c
6874         * src/manual.h
6875         * src/common/defs.h
6876                 clean up after local FAQ removal and
6877                 temporary manual removal
6878
6879 2005-12-06 [colin]      1.9.100cvs71
6880
6881         * configure.ac
6882         * doc/Makefile.am
6883         * doc/faq/.cvsignore
6884         * doc/faq/Makefile.am
6885         * doc/faq/de/.cvsignore
6886         * doc/faq/de/Makefile.am
6887         * doc/faq/de/sylpheed-faq-1.html
6888         * doc/faq/de/sylpheed-faq-2.html
6889         * doc/faq/de/sylpheed-faq-3.html
6890         * doc/faq/de/sylpheed-faq.html
6891         * doc/faq/en/.cvsignore
6892         * doc/faq/en/Makefile.am
6893         * doc/faq/en/sylpheed-faq-1.html
6894         * doc/faq/en/sylpheed-faq-2.html
6895         * doc/faq/en/sylpheed-faq-3.html
6896         * doc/faq/en/sylpheed-faq-4.html
6897         * doc/faq/en/sylpheed-faq.html
6898         * doc/faq/es/.cvsignore
6899         * doc/faq/es/Makefile.am
6900         * doc/faq/es/sylpheed-faq-1.html
6901         * doc/faq/es/sylpheed-faq-2.html
6902         * doc/faq/es/sylpheed-faq-3.html
6903         * doc/faq/es/sylpheed-faq-4.html
6904         * doc/faq/es/sylpheed-faq.html
6905         * doc/faq/fr/.cvsignore
6906         * doc/faq/fr/Makefile.am
6907         * doc/faq/fr/sylpheed-faq-1.html
6908         * doc/faq/fr/sylpheed-faq-2.html
6909         * doc/faq/fr/sylpheed-faq-3.html
6910         * doc/faq/fr/sylpheed-faq.html
6911         * doc/faq/it/.cvsignore
6912         * doc/faq/it/Makefile.am
6913         * doc/faq/it/sylpheed-faq-1.html
6914         * doc/faq/it/sylpheed-faq-2.html
6915         * doc/faq/it/sylpheed-faq-3.html
6916         * doc/faq/it/sylpheed-faq.html
6917         * doc/manual/.cvsignore
6918         * doc/manual/Makefile.am
6919         * doc/manual/de/.cvsignore
6920         * doc/manual/de/Makefile.am
6921         * doc/manual/de/sylpheed-1.html
6922         * doc/manual/de/sylpheed-10.html
6923         * doc/manual/de/sylpheed-11.html
6924         * doc/manual/de/sylpheed-12.html
6925         * doc/manual/de/sylpheed-13.html
6926         * doc/manual/de/sylpheed-14.html
6927         * doc/manual/de/sylpheed-15.html
6928         * doc/manual/de/sylpheed-16.html
6929         * doc/manual/de/sylpheed-17.html
6930         * doc/manual/de/sylpheed-18.html
6931         * doc/manual/de/sylpheed-19.html
6932         * doc/manual/de/sylpheed-2.html
6933         * doc/manual/de/sylpheed-20.html
6934         * doc/manual/de/sylpheed-3.html
6935         * doc/manual/de/sylpheed-4.html
6936         * doc/manual/de/sylpheed-5.html
6937         * doc/manual/de/sylpheed-6.html
6938         * doc/manual/de/sylpheed-7.html
6939         * doc/manual/de/sylpheed-8.html
6940         * doc/manual/de/sylpheed-9.html
6941         * doc/manual/de/sylpheed.html
6942         * doc/manual/en/.cvsignore
6943         * doc/manual/en/Makefile.am
6944         * doc/manual/en/sylpheed-1.html
6945         * doc/manual/en/sylpheed-10.html
6946         * doc/manual/en/sylpheed-11.html
6947         * doc/manual/en/sylpheed-12.html
6948         * doc/manual/en/sylpheed-13.html
6949         * doc/manual/en/sylpheed-14.html
6950         * doc/manual/en/sylpheed-15.html
6951         * doc/manual/en/sylpheed-16.html
6952         * doc/manual/en/sylpheed-17.html
6953         * doc/manual/en/sylpheed-18.html
6954         * doc/manual/en/sylpheed-19.html
6955         * doc/manual/en/sylpheed-2.html
6956         * doc/manual/en/sylpheed-20.html
6957         * doc/manual/en/sylpheed-21.html
6958         * doc/manual/en/sylpheed-22.html
6959         * doc/manual/en/sylpheed-3.html
6960         * doc/manual/en/sylpheed-4.html
6961         * doc/manual/en/sylpheed-5.html
6962         * doc/manual/en/sylpheed-6.html
6963         * doc/manual/en/sylpheed-7.html
6964         * doc/manual/en/sylpheed-8.html
6965         * doc/manual/en/sylpheed-9.html
6966         * doc/manual/en/sylpheed.html
6967         * doc/manual/es/.cvsignore
6968         * doc/manual/es/Makefile.am
6969         * doc/manual/es/sylpheed-1.html
6970         * doc/manual/es/sylpheed-10.html
6971         * doc/manual/es/sylpheed-11.html
6972         * doc/manual/es/sylpheed-12.html
6973         * doc/manual/es/sylpheed-13.html
6974         * doc/manual/es/sylpheed-14.html
6975         * doc/manual/es/sylpheed-15.html
6976         * doc/manual/es/sylpheed-16.html
6977         * doc/manual/es/sylpheed-17.html
6978         * doc/manual/es/sylpheed-18.html
6979         * doc/manual/es/sylpheed-19.html
6980         * doc/manual/es/sylpheed-2.html
6981         * doc/manual/es/sylpheed-20.html
6982         * doc/manual/es/sylpheed-3.html
6983         * doc/manual/es/sylpheed-4.html
6984         * doc/manual/es/sylpheed-5.html
6985         * doc/manual/es/sylpheed-6.html
6986         * doc/manual/es/sylpheed-7.html
6987         * doc/manual/es/sylpheed-8.html
6988         * doc/manual/es/sylpheed-9.html
6989         * doc/manual/es/sylpheed.html
6990         * doc/manual/fr/.cvsignore
6991         * doc/manual/fr/Makefile.am
6992         * doc/manual/fr/sylpheed-1.html
6993         * doc/manual/fr/sylpheed-10.html
6994         * doc/manual/fr/sylpheed-11.html
6995         * doc/manual/fr/sylpheed-12.html
6996         * doc/manual/fr/sylpheed-13.html
6997         * doc/manual/fr/sylpheed-14.html
6998         * doc/manual/fr/sylpheed-15.html
6999         * doc/manual/fr/sylpheed-16.html
7000         * doc/manual/fr/sylpheed-17.html
7001         * doc/manual/fr/sylpheed-18.html
7002         * doc/manual/fr/sylpheed-19.html
7003         * doc/manual/fr/sylpheed-2.html
7004         * doc/manual/fr/sylpheed-20.html
7005         * doc/manual/fr/sylpheed-3.html
7006         * doc/manual/fr/sylpheed-4.html
7007         * doc/manual/fr/sylpheed-5.html
7008         * doc/manual/fr/sylpheed-6.html
7009         * doc/manual/fr/sylpheed-7.html
7010         * doc/manual/fr/sylpheed-8.html
7011         * doc/manual/fr/sylpheed-9.html
7012         * doc/manual/fr/sylpheed.html
7013         * doc/manual/ja/.cvsignore
7014         * doc/manual/ja/Makefile.am
7015         * doc/manual/ja/sylpheed-1.html
7016         * doc/manual/ja/sylpheed-10.html
7017         * doc/manual/ja/sylpheed-11.html
7018         * doc/manual/ja/sylpheed-12.html
7019         * doc/manual/ja/sylpheed-13.html
7020         * doc/manual/ja/sylpheed-14.html
7021         * doc/manual/ja/sylpheed-15.html
7022         * doc/manual/ja/sylpheed-16.html
7023         * doc/manual/ja/sylpheed-17.html
7024         * doc/manual/ja/sylpheed-18.html
7025         * doc/manual/ja/sylpheed-19.html
7026         * doc/manual/ja/sylpheed-2.html
7027         * doc/manual/ja/sylpheed-20.html
7028         * doc/manual/ja/sylpheed-3.html
7029         * doc/manual/ja/sylpheed-4.html
7030         * doc/manual/ja/sylpheed-5.html
7031         * doc/manual/ja/sylpheed-6.html
7032         * doc/manual/ja/sylpheed-7.html
7033         * doc/manual/ja/sylpheed-8.html
7034         * doc/manual/ja/sylpheed-9.html
7035         * doc/manual/ja/sylpheed.html
7036         * doc/manual/ja/sylpheed.sgml
7037         * src/mainwindow.c
7038                 Remove outdated manual and faq. Noisy, eh?
7039
7040 2005-12-06 [colin]      1.9.100cvs70
7041
7042         * src/compose.c
7043         * src/quote_fmt_parse.y
7044         * src/undo.c
7045         * src/undo.h
7046                 Allow %X to position cursor at 0 
7047                 (no %X = before signature)
7048                 Fix paste as quotation putting the cursor at 0
7049                 Fix undo offsets when pasting
7050                 Insert the quote_fmt at once instead of line 
7051                 by line
7052                 Fix [Edited] when starting to reply/forward
7053
7054 2005-12-06 [paul]       1.9.100cvs69
7055
7056         * src/plugins/clamav/clamav_plugin_gtk.c
7057                 add another tooltip
7058         * src/plugins/spamassassin/spamassassin_gtk.c
7059                 rework spamassassin_create_widget_func()
7060
7061 2005-12-05 [colin]      1.9.100cvs68
7062
7063         * po/POTFILES.in
7064                 Fix make release ;-)
7065
7066 2005-12-05 [colin]      1.9.100cvs67
7067
7068         * src/compose.c
7069         * src/compose.h
7070                 Fix cursor positioning (not obeying %X)
7071
7072 2005-12-05 [paul]       1.9.100cvs66
7073
7074         * src/plugins/dillo_viewer/dillo_prefs.c
7075                 fix compilation warning
7076
7077 2005-12-05 [paul]       1.9.100cvs65
7078
7079         * src/prefs_spelling.c
7080         * src/plugins/trayicon/trayicon.c
7081                 cleanups - remove unused stuff
7082
7083 2005-12-05 [paul]       1.9.100cvs64
7084
7085         * README
7086         * manual/plugins.xml
7087                 remove info about removed mathml_viewer plugin
7088
7089 2005-12-05 [paul]       1.9.100cvs63
7090
7091         * configure.ac
7092         * src/plugins/Makefile.am
7093         * src/plugins/mathml_viewer/.cvsignore
7094         * src/plugins/mathml_viewer/Makefile.am
7095         * src/plugins/mathml_viewer/mathml_viewer.c
7096                 remove unmaintained mathml_viewer plugin
7097
7098 2005-12-05 [paul]       1.9.100cvs62
7099
7100         * src/summaryview.c
7101                 obey prefs_common.always_show_msg when
7102                 moving a msg
7103                 Thanks to Colin
7104
7105 2005-12-05 [paul]       1.9.100cvs61
7106
7107         * src/compose.c
7108         * src/prefs_account.c
7109         * src/prefs_filtering.c
7110         * src/prefs_quote.c
7111         * src/prefs_spelling.c
7112         * src/prefs_toolbar.c
7113         * src/summaryview.c
7114         * src/gtk/gtkutils.c
7115         * src/gtk/quicksearch.c
7116         * src/plugins/dillo_viewer/dillo_prefs.c
7117                 dialog cleanups
7118
7119 2005-12-04 [paul]       1.9.100cvs60
7120
7121         * src/inc.c
7122         * src/prefs_account.c
7123         * src/prefs_account.h
7124                 allow a Local account to specify a
7125                 default inbox
7126                 (closes bug 843 'Inbox cannot be changed for local
7127                  mailboxes')
7128
7129 2005-12-04 [colin]      1.9.100cvs59
7130
7131         * src/plugins/trayicon/trayicon.c
7132                 Remove Get, rename Get All to Get Mail in order to
7133                 be consistent with the default main toolbar
7134
7135 2005-12-03 [colin]      1.9.100cvs58
7136
7137         * manual/gpl.xml
7138         * manual/sylpheed-claws-manual.xml
7139                 Add GPL appendix
7140
7141 2005-12-03 [paul]       1.9.100cvs57
7142
7143         * AUTHORS
7144         * po/sv.po
7145         * src/gtk/authors.h
7146                 new (partially complete) Swedish translation
7147                 by Anders Troback <sylpheed@troback.com>
7148
7149 2005-12-02 [paul]       1.9.100cvs56
7150
7151         * configure.ac
7152                 libetpan 0.41 required
7153
7154 2005-12-02 [paul]       1.9.100cvs55
7155
7156         * src/plugins/clamav/clamav_plugin.c
7157         * src/plugins/clamav/clamav_plugin.h
7158         * src/plugins/clamav/clamav_plugin_gtk.c
7159         * src/plugins/spamassassin/spamassassin.c
7160         * src/plugins/spamassassin/spamassassin.h
7161         * src/plugins/spamassassin/spamassassin_gtk.c
7162                 unregister prefs pages on unloading, thus
7163                 preventing a crash
7164                 (thanks to Colin for the hint)
7165
7166 2005-12-02 [wwp]        1.9.100cvs54
7167
7168         * src/quote_fmt.h
7169         * src/quote_fmt_parse.y
7170                 fix misuse of gboolean*, use gboolean instead
7171                 (thanks to Paul, Colin, for pointing out that scaring one)
7172
7173 2005-12-02 [paul]       1.9.100cvs53
7174
7175         * src/plugins/clamav/clamav_plugin.c
7176                 int no --> unsigned int no
7177         * src/plugins/clamav/clamav_plugin_gtk.c
7178                 rework config page
7179
7180 2005-12-02 [wwp]        1.9.100cvs52
7181
7182         * src/compose.c
7183         * src/prefs_template.c
7184         * src/quote_fmt.h
7185         * src/quote_fmt_parse.y
7186                 prevent from executing |f and |p templates commands when
7187                 adding or replacing templates in prefs (avoids annoying and
7188                 potentially dangerous behaviours)
7189
7190 2005-12-02 [paul]       1.9.100cvs51
7191
7192         * src/prefs_common.c
7193                 allow translation of some default values
7194                 Patch by Fabien Vantard
7195
7196 2005-12-02 [paul]       1.9.100cvs50
7197
7198         * src/codeconv.c
7199         * src/codeconv.h
7200         * src/prefs_common.c
7201         * src/prefs_common.h
7202         * src/prefs_message.c
7203         * src/textview.c
7204                 remove obsolete 'convert_mb_alnum' option
7205                 and related stuff
7206         * src/gtk/about.c
7207                 remove unused 'about_textview_visibility_notify'
7208
7209 2005-12-02 [paul]       1.9.100cvs49
7210
7211         * src/prefs_account.c
7212         * src/prefs_compose_writing.c
7213         * src/prefs_fonts.c
7214         * src/prefs_gtk.h
7215         * src/prefs_image_viewer.c
7216         * src/prefs_message.c
7217         * src/prefs_other.c
7218         * src/prefs_receive.c
7219         * src/prefs_send.c
7220         * src/prefs_spelling.c
7221         * src/prefs_summaries.c
7222         * src/prefs_wrapping.c
7223         * src/plugins/dillo_viewer/dillo_prefs.c
7224         * src/plugins/pgpcore/prefs_gpg.c
7225                 several cleanups to the prefs dialogs
7226                 (slightly modified) patch by Fabien Vantard
7227
7228 2005-12-02 [paul]       1.9.100cvs48
7229
7230         * src/main.c
7231                 --exit means exit
7232         * src/send_message.c
7233                 fix crash on send when connection fails
7234
7235         Thanks to Colin
7236
7237 2005-12-01 [colin]      1.9.100cvs47
7238
7239         * src/html.c
7240                 Translate &hellip; to "..."
7241
7242 2005-11-30 [colin]      1.9.100cvs46
7243
7244         * src/matcher.c
7245         * src/matcher.h
7246                 Optimize back yesterday's fix.
7247
7248 2005-11-30 [paul]       1.9.100cvs45
7249
7250         * manual/faq.xml
7251                 standardised
7252         * manual/intro.xml
7253                 written by Colin, edited by me
7254
7255 2005-11-29 [colin]      1.9.100cvs44
7256
7257         * src/matcher.c
7258                 Skip headers unconditionnaly in match_body if the
7259                 rule is not message or ~message
7260
7261 2005-11-29 [colin]      1.9.100cvs43
7262
7263         * src/matcher.c
7264                 Fix body_part and such, not skipping headers 
7265                 if the matchcriteria wasn't the first in the rule
7266
7267 2005-11-29 [colin]      1.9.100cvs42
7268
7269         * src/compose.c
7270                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7271                 option missing from message view window)
7272                 Fix double text D'n'D with gtk-2.8
7273         * src/matcher.c
7274                 Fix ~message, ~headers_part, ~body_part rules
7275         * src/messageview.c
7276                 Add Windows-1252 (Closes bug #863)
7277                 Fix accels
7278         * src/gtk/gtkaspell.c
7279                 Properly destroy accels in all menus
7280
7281 2005-11-29 [mones]      1.9.100cvs41
7282
7283         * po/es.po
7284                 Updated.
7285
7286 2005-11-27 [colin]      1.9.100cvs40
7287
7288         * src/mh_gtk.c
7289                 "/Remove mailbox" -> "/Remove mailbox..."
7290
7291 2005-11-27 [paul]       1.9.100cvs39
7292
7293         * AUTHORS
7294         * po/de.po
7295         * src/gtk/authors.h
7296                 updated by new maintainer, Stephan Sachse
7297
7298 2005-11-27 [paul]       1.9.100cvs38
7299
7300         * manual/faq.xml
7301                 written by Colin, edited by me
7302
7303 2005-11-27 [paul]       1.9.100cvs37
7304
7305         * src/prefs_common.c
7306         * src/prefs_common.h
7307         * src/prefs_receive.c
7308         * src/prefs_summaries.c
7309                 move 'go to inbox after receiving new mail'
7310                 option from display/sumamaries to mail
7311                 handling/receive, and rework prefs_summaries
7312                 dialog a little
7313
7314 2005-11-25 [martin]     1.9.100cvs36
7315
7316         * po/de.po
7317             fixed windows-1252 translation;
7318             translated some new and fuzzy strings
7319
7320 2005-11-25 [paul]       1.9.100cvs35
7321
7322         * src/plugins/clamav/clamav_plugin.c
7323                 complete the update done in cvs34
7324
7325 2005-11-25 [paul]       1.9.100cvs34
7326
7327         * src/plugins/clamav/clamav_plugin.c
7328                 reflect upstream changes
7329
7330 2005-11-25 [paul]       1.9.100cvs33
7331
7332         * manual/ack.xml
7333         * manual/plugins.xml
7334         * manual/sylpheed-claws-manual.xml
7335                 written/updated by Colin, edited by me
7336         * tools/acroread2sylpheed.pl
7337                 update binary name
7338
7339 2005-11-24 [colin]      1.9.100cvs32
7340
7341         * src/compose.c
7342                 Fix bug #856 (reediting messages forgets Request
7343                 Return Receipt)
7344
7345 2005-11-24 [paul]       1.9.100cvs31
7346
7347         * manual/addrbook.xml
7348         * manual/starting.xml
7349                 written by Colin, proofread, edited, adapted by me
7350         * manual/advanced.xml
7351                 add some Actions examples
7352         * src/importldif.c
7353                 use a Save button instead of a Close button
7354         * src/wizard.c
7355                 indicate mandatory fields
7356                 fix page display
7357                 Thanks to Colin
7358
7359 2005-11-23 [colin]      1.9.100cvs30
7360
7361         * src/addressbook.c
7362                 Rename menu item, fix possible crash after
7363                 deletion of books
7364         * src/addrindex.c
7365                 Allow searching for '*' in ldap
7366         * src/browseldap.c
7367                 Fix "Browse Entry" (did anyone use it?)
7368         * src/wizard.c
7369                 Add guards for mandatory information
7370
7371 2005-11-23 [paul]       1.9.100cvs29
7372
7373         * manual/advanced.xml
7374                 corrections to the English
7375
7376 2005-11-23 [colin]      1.9.100cvs28
7377
7378         * src/mimeview.c
7379                 Fix possible crash at exit. After the call to
7380                 gtk_container_remove(), the Viewer's widget has no
7381                 more parent so gtk+ automatically frees it and its
7382                 sons. If destroy_viewer() then try to access it,
7383                 problems ensue.
7384
7385 2005-11-22 [colin]      1.9.100cvs27
7386
7387         * src/compose.c
7388         * src/gtk/gtkaspell.c
7389                 Fix right-clicking on a misspelled word
7390                 Fix More... in suggestions menu
7391
7392 2005-11-22 [wwp]        1.9.100cvs26
7393
7394         * src/prefs_template.c
7395                 templates works: re-sort templates list when adding or replacing,
7396                 prevent from adding or replacing when the template name is empty
7397
7398 2005-11-21 [colin]      1.9.100cvs25
7399
7400         * src/addressbook.c
7401                 Fix some addressbook suckage (dnd, select all)
7402         * src/compose.c
7403         * src/gtk/gtkaspell.c
7404         * src/gtk/gtkaspell.h
7405                 Make the spellchecker menu work with the 
7406                 GtkTextView one instead of overriding it
7407
7408 2005-11-20 [paul]       1.9.100cvs24
7409
7410         * manual/handling.xml
7411                 proofread and corrected
7412
7413 2005-11-20 [paul]       1.9.100cvs23
7414
7415         * manual/Makefile
7416                 generate html as one file
7417         * manual/advanced.xml
7418                 fix output generation
7419                 reformat hidden options list
7420         * manual/manual.xml     ** REMOVED **
7421         * manual/sylpheed-claws-manual.xml      ** ADDED **
7422                 renamed
7423
7424 2005-11-18 [colin]      1.9.100cvs22
7425
7426         * src/prefs_account.c
7427                 Fix layout in news and mbox accounts
7428         * manual/account.xml
7429         * manual/advanced.xml
7430                 New contents for Paul to check :)
7431
7432 2005-11-18 [wwp]        1.9.100cvs21
7433
7434         * src/gtk/quicksearch.c
7435                 don't update extended quicksearch buttons twice
7436
7437 2005-11-18 [paul]       1.9.100cvs20
7438
7439         * src/textview.c
7440                 complete 1.9.100cvs19
7441
7442 2005-11-18 [paul]       1.9.100cvs19
7443
7444         * src/compose.c
7445                 cosmetic improvements
7446         * src/textview.c
7447                 also list text/* attachments
7448
7449 2005-11-18 [colin]      1.9.100cvs18
7450
7451         * src/summaryview.c
7452                 Use column 0 instead of -1 in 
7453                 gtk_ctree_node_moveto, in a naive
7454                 hope it'll fix the gtk-related crashes
7455
7456 2005-11-18 [colin]      1.9.100cvs17
7457
7458         * src/gtk/inputdialog.c
7459                 Fix icon staying the first one
7460
7461 2005-11-17 [wwp]        1.9.100cvs16
7462                 fix possible problem showing some quicksearch buttons, and a bad
7463                 call to g_return_if_fail in a function that returns a value (both
7464                 fixes by Fabien Vantard)
7465
7466 2005-11-15 [wwp]        1.9.100cvs15
7467
7468         * src/gtk/quicksearch.c
7469                 added a tooltip to that obscure ... quicksearch button
7470
7471 2005-11-15 [wwp]        1.9.100cvs14
7472
7473         * src/gtk/quicksearch.c
7474                 add a quicksearch helper to filtering expression users: the ... button
7475                 raises the condition expr window. condition expressions set up w/ this
7476                 window are used by the quicksearch if the user closes it pressing OK.
7477
7478 2005-11-14 [paul]       1.9.100cvs13
7479
7480         * src/plugins/clamav/clamav_plugin.c
7481         * src/plugins/spamassassin/spamassassin.c
7482                 change plugin type following recent merging
7483
7484 2005-11-14 [wwp]        1.9.100cvs12
7485
7486         * src/folder.c
7487                 prevent from crashing when copying/moving message(s) from and
7488                 to the same folder
7489
7490 2005-11-14 [paul]       1.9.100cvs11
7491
7492         * src/plugins/clamav/Makefile.am
7493         * src/plugins/clamav/clamav_plugin.c
7494         * src/plugins/clamav/clamav_plugin.h
7495         * src/plugins/clamav/clamav_plugin_gtk.c
7496                 also merge clamav and clamav_gtk plugins
7497
7498 2005-11-13 [colin]      1.9.100cvs10
7499
7500         * configure.ac
7501         * src/plugins/spamassassin/Makefile.am
7502         * src/plugins/spamassassin/spamassassin.c
7503         * src/plugins/spamassassin/spamassassin.h
7504         * src/plugins/spamassassin/spamassassin_gtk.c
7505                 Merge spamassassin and spamassassin_gtk plugins,
7506                 and build it by default.
7507
7508 2005-11-12 [colin]      1.9.100cvs9
7509
7510         * src/etpan/imap-thread.c
7511                 Fix gcc warning
7512
7513 2005-11-12 [colin]      1.9.100cvs8
7514
7515         * src/procmime.c
7516                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7517
7518 2005-11-10 [colin]      1.9.100cvs7
7519
7520         * src/main.c
7521                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7522                 minimised state)
7523
7524 2005-11-10 [wwp]        1.9.100cvs6
7525
7526         * src/gtk/description_window.c
7527                 fix a crash when closing description windows using the WM's [X] button
7528
7529 2005-11-09 [colin]      1.9.100cvs5
7530
7531         * src/common/ssl.c
7532                 Update libetpan call to follow upstream
7533                 (yes, this requires libetpan-0.40cvs3)
7534
7535 2005-11-08 [colin]      1.9.100cvs4
7536
7537         * src/compose.c
7538         * src/textview.c
7539         * src/common/utils.c
7540         * src/common/utils.h
7541                 Enhance the email parser
7542
7543 2005-11-08 [colin]      1.9.100cvs3
7544
7545         * src/procmime.c
7546                 Fix what looks like an off-by-one (fixes 
7547                 attachments from the Bat)
7548
7549 2005-11-08 [wwp]        1.9.100cvs2
7550
7551         * src/main.c
7552                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7553
7554 2005-11-08 [wwp]        1.9.100cvs1
7555
7556         * src/main.c
7557                 allow exiting Sylpheed-Claws from command-line
7558
7559 2005-11-08 [paul]       1.9.100
7560
7561         1.9.100 released
7562
7563 2005-11-07 [colin]      1.9.99cvs17
7564
7565         * src/addritem.c
7566         * src/ldif.c
7567                 Fix import of base-64 encoded items
7568
7569 2005-11-07 [colin]      1.9.99cvs16
7570
7571         * src/send_message.c
7572                 Fix bug #314 (Queue does not empty under certain 
7573                 circumstances)
7574
7575 2005-11-07 [paul]       1.9.99cvs15
7576
7577         * src/mutt.c
7578         * src/pine.c
7579                 fix buffer overflows
7580                 Thanks to Colin
7581
7582 2005-11-07 [paul]       1.9.99cvs14
7583
7584         * doc/man/Makefile.am
7585         * doc/man/sylpheed-claws.1      ** ADDED **
7586         * doc/man/sylpheed.1            ** DELETED **
7587                 rename and update the man file
7588
7589 2005-11-06 [colin]      1.9.99cvs13
7590
7591         * src/ldif.c
7592                 Fix ldif_get_line() that returned empty strings
7593                 (Didn't understand why). Also fix a possible
7594                 buffer overflow.
7595
7596 2005-11-06 [wwp]        1.9.99cvs12
7597
7598         * src/textview.c
7599         * src/gtk/about.c
7600         * src/gtk/gtkutils.c
7601         * src/gtk/gtkutils.h
7602                 fix a compilation warning,
7603                 make links sensitive in the about dialog
7604
7605 2005-11-04 [wwp]        1.9.99cvs11
7606
7607         * src/gtk/about.c
7608                 don't wrap or translate URIs, and a bit text format cleanup
7609
7610 2005-11-04 [wwp]        1.9.99cvs10
7611
7612         * src/gtk/about.c
7613                 better textview tagging implementation (no more use of marks for
7614                 postponed tagging)
7615
7616 2005-11-02 [colin]      1.9.99cvs9
7617
7618         * src/common/ssl.c
7619                 Forgot an ifdef
7620
7621 2005-11-02 [colin]      1.9.99cvs8
7622
7623         * configure.ac
7624                 Require libetpan-0.40 due to upstream fix
7625         * src/common/ssl.c
7626                 Tell libetpan not to call SSL_Library_Init,
7627                 as we do it ourselves.
7628
7629 2005-11-02 [colin]      1.9.99cvs7
7630
7631         * po/POTFILES.in
7632                 Add missing files (thanks to Fabien Vantard)
7633
7634 2005-11-02 [colin]      1.9.99cvs6
7635
7636         * src/summaryview.c
7637                 Fix totals when read messages are hidden or quicksearch
7638                 is on
7639         * src/ssl_manager.c
7640         * src/ssl_manager.h
7641         * src/common/ssl_certificate.c
7642         * src/common/ssl_certificate.h
7643         * src/gtk/sslcertwindow.c
7644         * src/gtk/sslcertwindow.h
7645                 Fix copyright on my stuff
7646
7647 2005-11-02 [wwp]        1.9.99cvs5
7648
7649         * src/prefs_themes.c
7650                 fix directory name checking (theme installation/removal),
7651                 made related error a bit more verbose
7652
7653 2005-11-02 [colin]      1.9.99cvs4
7654
7655         * src/summaryview.c
7656                 Fix typo (probably fixes bug #841 (Sort by the From 
7657                 field doesn't work)
7658
7659 2005-11-02 [paul]       1.9.99cvs3
7660
7661         * po/ko.po
7662         * po/nb.po
7663                 updated by SungHyun Nam, Geir Helland
7664         * src/wizard.c
7665                 fix typo in welcome message. spotted by
7666                 Andrea Spadaccini
7667
7668 2005-11-01 [colin]      1.9.99cvs2
7669
7670         * src/compose.c
7671                 Fix replying to ml wen confirming subscription
7672         * src/messageview.c
7673         * src/mimeview.c
7674         * src/mimeview.h
7675         * src/privacy.h
7676         * src/summaryview.c
7677                 Make key check non blocking
7678
7679 2005-10-31 [paul]       1.9.99cvs1
7680
7681         * tools/claws.i18n.status.pl
7682                 updated for ChangeLog
7683
7684 2005-10-31 [paul]       1.9.99
7685
7686         1.9.99 released
7687
7688 2005-10-31 [paul]       1.9.15cvs131
7689
7690         * .cvsignore
7691         * ChangeLog
7692         * ChangeLog.claws       ** REMOVED **
7693         * ChangeLog-gtk2.claws  ** REMOVED **
7694         * ChangeLog.gtk1        ** ADDED **
7695         * INSTALL
7696         * Makefile.am
7697         * NEWS
7698         * README
7699         * README.claws          ** REMOVED **
7700         * README.jp             ** REMOVED **
7701         * RELEASE_NOTES         ** ADDED **
7702         * RELEASE_NOTES.claws   ** REMOVED **
7703         * commitHelper
7704         * configure.ac
7705         * sylpheed.spec.in      ** REMOVED **
7706                 tidy up and update the default docs:
7707                 ChangeLog.claws is renamed ChangeLog.gtk1
7708                 ChangeLog-gtk2.claws is renamed ChangeLog
7709                 README.claws is renamed README
7710                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7711
7712 2005-10-31 [paul]       1.9.15cvs130
7713
7714         * po/it.po
7715                 fix errors
7716
7717 2005-10-31 [paul]       1.9.15cvs129
7718
7719         * po/ca.po
7720         * po/de.po
7721         * po/en_GB.po
7722         * po/fr.po
7723         * po/it.po
7724         * po/pt_BR.po
7725         * po/sk.po
7726         * po/sr.po
7727         * po/zh_CN.po
7728                 updated by Miquel Oliete, Stephan Sachse and
7729                 Thomas Gilgin, me, Fabien Vantard, Andrea
7730                 Spadaccini, Frederico Goncalves Guimaraes,
7731                 Andrej Kacian, Aleksandar Urosevic, and
7732                 Ralgh Young.
7733
7734 2005-10-31 [mones]      1.9.15cvs128
7735
7736         * manual/faq.xml
7737                 More questions.
7738         
7739         * po/es.po
7740                 Updated for release.
7741
7742 2005-10-30 [colin]      1.9.15cvs127
7743
7744         * src/compose.c
7745                 Place cursor before rewrapping (fixes cursor
7746                 pos if quotation gets rewrapped)
7747
7748 2005-10-29 [paul]       1.9.15cvs126
7749
7750         * src/crash.c
7751         * src/foldersel.c
7752         * src/main.c
7753         * src/messageview.c
7754         * src/toolbar.c
7755         * src/gtk/authors.h
7756                 corrections to text items
7757
7758 2005-10-28 [colin]      1.9.15cvs125
7759
7760         * src/messageview.c
7761                 Make "hit 'C' to check sig" work from extern 
7762                 messageviews
7763
7764 2005-10-27 [colin]      1.9.15cvs124
7765
7766         * src/summaryview.c
7767                 Add a hack to avoid segfaulting when hammering 
7768                 on gtk's events
7769
7770 2005-10-27 [wwp]        1.9.15cvs123
7771
7772         * src/prefs_themes.c
7773                 sort list of themes names in themes prefs
7774
7775 2005-10-27 [paul]       1.9.15cvs122
7776
7777         * src/folder.c
7778         * src/prefs_account.c
7779                 fix building on Solaris
7780                 Patch by Alex Moore
7781
7782 2005-10-27 [wwp]        1.9.15cvs121
7783
7784         * src/summaryview.c
7785         * src/gtk/gtksctree.c
7786                 speed up unselecting messages in summary view (thanks to Colin)
7787
7788 2005-10-27 [paul]       1.9.15cvs120
7789
7790         * src/mainwindow.c
7791                 fix a compilation warning
7792         * src/summaryview.c
7793                 fix updating of 'n items selected' count
7794                 when deselecting
7795
7796 2005-10-27 [martin]     1.9.15cvs119
7797
7798         * src/action.c
7799                 ignore actions with a leading '/' in the action menu name
7800                 fixes a crash on menu creation
7801         * src/prefs_actions.c
7802                 do not allow a leading '/' in the action menu name
7803
7804 2005-10-27 [paul]       1.9.15cvs118
7805
7806         * src/main.c
7807                 fix compilation warning
7808
7809 2005-10-27 [paul]       1.9.15cvs117
7810
7811         * src/procmime.c
7812                 add #if HAVE_LOCALE_H
7813
7814 2005-10-27 [paul]       1.9.15cvs116
7815
7816         * src/plugins/clamav/clamav_plugin.c
7817         * src/plugins/dillo_viewer/dillo_viewer.c
7818         * src/plugins/mathml_viewer/mathml_viewer.c
7819         * src/plugins/pgpcore/plugin.c
7820         * src/plugins/pgpinline/plugin.c
7821         * src/plugins/pgpmime/plugin.c
7822         * src/plugins/spamassassin/spamassassin.c
7823         * src/plugins/trayicon/trayicon.c
7824                 plugin_init() : make error messages more
7825                 informative
7826
7827 2005-10-26 [wwp]        1.9.15cvs115
7828
7829         * src/prefs_matcher.c
7830                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7831
7832 2005-10-26 [wwp]        1.9.15cvs114
7833
7834         * src/procmime.c
7835         * src/gtk/gtksctree.c
7836         * src/plugins/spamassassin/libspamc.c
7837         * src/plugins/spamassassin/spamassassin.c
7838                 fix some compilation warnings more
7839
7840 2005-10-26 [mones]      1.9.15cvs113
7841
7842         * po/es.po
7843                 Updated translation
7844
7845 2005-10-26 [paul]       1.9.15cvs112
7846
7847         * src/prefs_message.c
7848                 give all display_xface stuff the
7849                 #if HAVE_LIBCOMPFACE treatment, thus
7850                 preventing a crash
7851                 (Thanks to Wolfgang Enderlein)
7852
7853 2005-10-26 [colin]      1.9.15cvs111
7854
7855         * src/gedit-print.c
7856                 Fix date format
7857         * src/imap_gtk.c
7858         * src/news_gtk.c
7859                 Remove context menu items that should not be there
7860         * src/jpilot.c
7861                 Fix encoding
7862         * src/main.c
7863         * src/mainwindow.c
7864                 Don't show the mainwindow too soon
7865
7866 2005-10-26 [wwp]        1.9.15cvs110
7867
7868         * src/folder.c
7869         * src/manual.c
7870         * src/summaryview.c
7871                 fix uninitialized pointers in the folder updating hook
7872                 (thanks to Colin)
7873
7874 2005-10-25 [mones]      1.9.15cvs109
7875
7876         * manual/faq.xml
7877                 General information subsection completed. 
7878                 Removed archaic references.
7879                 
7880         * manual/Makefile
7881         * manual/dtd/manual.dsl
7882                 Added customization stylesheet for getting paragraphs
7883                 fully justified in PDF output (as suggested by Colin).
7884
7885 2005-10-25 [colin]      1.9.15cvs108
7886
7887         * src/compose.c
7888                 Fix a second leak
7889
7890 2005-10-25 [colin]      1.9.15cvs107
7891
7892         * src/addrbook.c
7893         * src/addrindex.c
7894                 Fix leak (xml_get_element() allocates memory)
7895         * src/compose.c
7896                 Fix leak + dead code (shame!)
7897         * src/procmime.c
7898                 Fix leak
7899
7900 2005-10-25 [colin]      1.9.15cvs106
7901
7902         * src/mimeview.c
7903                 Fix encoding issue in Save all and in 
7904                 overwrite-confirmation alertpanel
7905
7906 2005-10-25 [colin]      1.9.15cvs105
7907
7908         * src/common/socket.c
7909                 Fix a leak - Thanks to Christopher Aillon
7910                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7911
7912 2005-10-25 [paul]       1.9.15cvs104
7913
7914         * src/wizard.c
7915                 Always guess servers from the right-hand
7916                 email part and guess username from the
7917                 left-hand part. (Thanks to Colin)
7918                 add an X-Face to the welcome message
7919
7920 2005-10-25 [paul]       1.9.15cvs103
7921
7922         * manual/handling.xml
7923                 written by Colin, edited by me
7924
7925 2005-10-25 [wwp]        1.9.15cvs102
7926
7927         * src/folderview.c
7928         * src/grouplistdialog.c
7929         * src/imap.c
7930         * src/noticeview.c
7931                 fix some compilation warnings
7932
7933 2005-10-24 [paul]
7934
7935         1.9.99-rc3 released
7936
7937 2005-10-24 [paul]       1.9.15cvs101
7938
7939         * src/gtk/about.c
7940                 fix window sizing
7941
7942 2005-10-24 [paul]       1.9.15cvs100
7943
7944         * src/pixmaps/offline.xpm
7945         * src/pixmaps/online.xpm
7946                 replace with last default versions
7947
7948 2005-10-24 [colin]      1.9.15cvs99
7949
7950         * src/imap.c
7951                 Fix bug when moving a folder
7952         * src/imap_gtk.c
7953         * src/mh_gtk.c
7954                 "Delete folder" pops up a window, so it 
7955                 should be suffixed with "..."
7956         * src/plugins/pgpcore/sgpgme.c
7957                 Include locale.h
7958
7959 2005-10-24 [mones]      1.9.15cvs98
7960
7961         * manual/Makefile
7962         * manual/account.xml
7963         * manual/ack.xml
7964         * manual/addrbook.xml
7965         * manual/advanced.xml
7966         * manual/faq.xml
7967         * manual/glossary.xml
7968         * manual/gpl.xml
7969         * manual/handling.xml
7970         * manual/intro.xml
7971         * manual/keyboard.xml
7972         * manual/manual.xml
7973         * manual/plugins.xml
7974         * manual/starting.xml
7975         * manual/dtd/sdocbook.dtd
7976                 Initial manual structure and some content.
7977
7978 2005-10-23 [wwp]        1.9.15cvs97
7979
7980         * src/gtk/about.c
7981                 fix a typo
7982
7983 2005-10-23 [wwp]        1.9.15cvs96
7984
7985         * src/gtk/about.c
7986         * src/gtk/authors.h
7987                 rework of the about window (main work by Paul), also featuring a few
7988                 fixes for typos and duplicate names
7989
7990 2005-10-23 [wwp]        1.9.15cvs95
7991
7992         * src/.cvsignore
7993                 Ignore the right binary name (sylpheed-claws now)
7994
7995 2005-10-23 [paul]       1.9.15cvs94
7996
7997         * src/compose.c
7998                 when using Folder Pref 'Default To for
7999                 replies' make the entry in the Compose
8000                 window bold
8001                 Patch by Fabien Vantard
8002
8003 2005-10-22 [colin]      1.9.15cvs93
8004
8005         * src/codeconv.c
8006                 Fix leak
8007
8008 2005-10-22 [colin]      1.9.15cvs92
8009
8010         * src/codeconv.c
8011                 try to convert using locale (apart utf8) if necessary
8012
8013 2005-10-22 [colin]      1.9.15cvs91
8014
8015         * src/pixmaps/new.xpm
8016         * src/pixmaps/unread.xpm
8017                 Make the unread envelope blue again and
8018                 saturate the new one a bit more.
8019
8020 2005-10-22 [colin]      1.9.15cvs90
8021
8022         * src/compose.c
8023                 When replying to a mail sent by one of our accounts,
8024                 use the original list of recipients. Let 'Reply All'
8025                 and 'Reply to sender' work like previously.
8026
8027 2005-10-21 [colin]      1.9.15cvs89
8028
8029         * src/prefs_filtering.c
8030                 Clear fields after add and replace
8031         * src/textview.c
8032                 Display xface differently (better)
8033         * src/plugins/pgpinline/pgpinline.c
8034                 Fix crappy encodings/recodings
8035
8036 2005-10-21 [paul]       1.9.15cvs88
8037
8038         * src/compose.c
8039         * src/prefs_folder_item.c
8040         * src/toolbar.c
8041                 fix news folder Folder Properties
8042                 (thanks to Colin)
8043         * src/folderview.c
8044                 update folderview after Themes change
8045                 keep selected folder selected
8046                 (thanks to Colin)
8047
8048 2005-10-21 [paul]       1.9.15cvs87
8049
8050         * tools/Makefile.am
8051         * tools/OOo2sylpheed.pl
8052         * tools/README
8053         * tools/README.sylprint
8054         * tools/asus_mailled.sh         ** REMOVED **
8055         * tools/filter_conv.pl
8056         * tools/freshmeat_search.pl
8057         * tools/google_search.pl
8058         * tools/gpg-sign-syl            ** REMOVED **
8059         * tools/kmail2sylpheed.pl
8060         * tools/kmail2sylpheed_v2.pl
8061         * tools/multiwebsearch.pl
8062         * tools/nautilus2sylpheed.sh
8063         * tools/newscache_clean.pl
8064         * tools/outlook2sylpheed.pl
8065         * tools/sylpheed-switcher       ** REMOVED **
8066         * tools/sylprint.pl
8067         * tools/sylprint.rc
8068         * tools/tb2sylpheed
8069         * tools/vcard2xml.py
8070         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8071                 update default config dir
8072                 update binary name (thanks to Fabien Vantard)
8073                 remove obsolete scripts
8074
8075 2005-10-21 [colin]      1.9.15cvs86
8076
8077         * src/inc.c
8078                 Fix possible leak and units. Based on a patch by
8079                 Fabien Vantard.
8080
8081 2005-10-20 [colin]      1.9.15cvs85
8082
8083         * src/textview.c
8084                 Clear xface when clearing textview
8085
8086 2005-10-20 [colin]      1.9.15cvs84
8087
8088         * configure.ac
8089         * src/folderview.c
8090         * src/headerview.c
8091         * src/main.c
8092         * src/prefs_common.c
8093         * src/prefs_common.h
8094         * src/prefs_message.c
8095         * src/textview.c
8096         * src/textview.h
8097         * src/common/defs.h
8098         * src/common/utils.c
8099         * src/common/utils.h
8100         * src/gtk/gtkutils.c
8101         * src/gtk/gtkutils.h
8102                 Migrate config to .sylpheed-claws (Automatically)
8103                 Add a way to get the Xface in the TextView
8104
8105 2005-10-20 [colin]      1.9.15cvs83
8106
8107         * src/gtk/Makefile.am
8108         * src/gtk/about.c
8109         * src/gtk/authors.h
8110                 Make the about dialog *grooovy*
8111
8112 2005-10-20 [colin]      1.9.15cvs82
8113
8114         * src/mimeview.c
8115                 Use "Open with" on double click if no command
8116                 was found
8117
8118 2005-10-20 [colin]      1.9.15cvs81
8119
8120         * src/imap.c
8121         * src/etpan/imap-thread.c
8122                 Fix possible crash.
8123
8124 2005-10-20 [paul]       1.9.15cvs80
8125
8126         * src/folder.c
8127                 don't show clipkey icon if the only
8128                 attachment is the signature
8129                 Patch by Colin
8130
8131 2005-10-20 [paul]       1.9.15cvs79
8132
8133         * AUTHORS
8134         * src/plugins/pgpmime/pgpmime.c
8135                 name the PGP/MIME signature 'signature.asc'
8136                 Patch by Andrew Nelson <freeandy@gmail.com>
8137
8138 2005-10-19 [colin]      1.9.15cvs78
8139
8140         * src/plugins/pgpmime/pgpmime.c
8141                 Oops, no need to double-check though
8142
8143 2005-10-19 [colin]      1.9.15cvs77
8144
8145         * src/plugins/pgpinline/pgpinline.c
8146         * src/plugins/pgpmime/pgpmime.c
8147                 Check that my_tmpfile() doesn't 
8148                 return NULL
8149
8150 2005-10-19 [colin]      1.9.15cvs76
8151
8152         * src/common/utils.c
8153                 Use shorter mime boundaries to avoid having
8154                 MTAs rewrapping our headers, breaking the
8155                 PGP signature in the process 
8156         * src/compose.c
8157         * src/plugins/pgpmime/pgpmime.c
8158                 Check for boundary uniqueness to be sure
8159                 it won't happen, instead of hoping for the
8160                 best
8161
8162 2005-10-19 [colin]      1.9.15cvs75
8163
8164         * sylpheed-claws.desktop
8165         * src/Makefile.am
8166         * src/main.c
8167                 Ship a sylpheed-claws binary instead
8168                 of a sylpheed one. Change the socket
8169                 name, too
8170         * src/folderview.c
8171                 Update folder only if it changed
8172         * src/wizard.c
8173                 Fix i18n in welcome mail, patch by
8174                 Fabien Vantard
8175
8176 2005-10-19 [paul]
8177
8178         1.9.99-rc2 released
8179
8180 2005-10-19 [paul]       1.9.15cvs74
8181
8182         * src/folder.c
8183         * src/folderview.c
8184                 fix summaryview update
8185                 Patch by Colin
8186
8187 2005-10-18 [colin]      1.9.15cvs73
8188
8189         * src/plugins/pgpcore/passphrase.c
8190                 Don't XGrabServer, and try a bit more to 
8191                 sync everything before grabbing mouse/keyboard
8192
8193 2005-10-18 [colin]      1.9.15cvs72
8194
8195         * src/Makefile.am
8196         * src/addressadd.c
8197         * src/addressbook.c
8198         * src/folderview.c
8199         * src/grouplistdialog.c
8200         * src/mimeview.c
8201         * src/stock_pixmap.c
8202         * src/stock_pixmap.h
8203         * src/summaryview.c
8204         * src/gtk/gtksctree.c
8205         * src/gtk/gtksctree.h
8206         * src/pixmaps/empty.xpm
8207                 Implement a wrapper call for gtk_ctree_set_node_info
8208                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8209                 pixmap instead of a NULL one. This works around some
8210                 memory problems deep inside gtk, revealed by valgrind,
8211                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8212                 as locked crashes sylpheed.), as well as, probably, 
8213                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8214
8215 2005-10-17 [colin]      1.9.15cvs71
8216
8217         * src/mimeview.c
8218                 Provide visual feedback when checking
8219                 signature
8220
8221 2005-10-17 [colin]      1.9.15cvs70
8222
8223         * src/main.c
8224                 Keep the folder list frozen while checking caches...
8225
8226 2005-10-17 [colin]      1.9.15cvs69
8227
8228         * src/addr_compl.c
8229                 Fi bug #833 (Autocompleting from addressbook 
8230                 fails with extended chars)
8231         * src/imap.c
8232                 Fix 'adding messages' staying in statusbar
8233                 after an error
8234
8235 2005-10-17 [wwp]        1.9.15cvs68
8236
8237         * src/ssl_manager.c
8238                 Fix buttons' layout resizing when window size changes
8239
8240 2005-10-17 [wwp]        1.9.15cvs67
8241
8242         * src/account.c
8243         * src/prefs_account.c
8244         * src/prefs_common.c
8245         * src/prefs_common.h
8246         * src/prefs_folder_item.c
8247         * src/prefs_gtk.c
8248         * src/gtk/logwindow.c
8249         * src/gtk/pluginwindow.c
8250         * src/gtk/prefswindow.c
8251         * src/gtk/prefswindow.h
8252                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8253
8254 2005-10-17 [paul]       1.9.15cvs66
8255
8256         * configure.ac
8257                 fix missing libetpan message
8258         * po/en_GB.po
8259                 updated
8260         * src/crash.c
8261         * src/manual.c
8262         * src/prefs_themes.c
8263         * src/common/defs.h
8264                 add some new URI defines, change some
8265                 others
8266         * src/wizard.c
8267                 make welcome message translatable
8268                 small improvements to english
8269                 other tweaks
8270         * src/gtk/menu.c
8271                 fix warnings
8272
8273 2005-10-17 [paul]       1.9.15cvs65
8274
8275         * src/summaryview.c
8276                 fix column titles
8277
8278 2005-10-16 [mones]      1.9.15cvs64
8279
8280         * po/es.po
8281                 Updated translation
8282
8283 2005-10-16 [colin]
8284
8285         1.9.99-rc1 released
8286
8287 2005-10-16 [colin]      1.9.15cvs63
8288
8289         * src/wizard.c
8290                 Fix whitespace
8291
8292 2005-10-16 [colin]      1.9.15cvs62
8293
8294         * src/toolbar.c
8295                 s/Get All/Get Mail/
8296         * src/wizard.c
8297                 Real welcome mail text, thanks Paul
8298
8299 2005-10-16 [colin]      1.9.15cvs61
8300
8301         * src/editldap.c
8302         * src/exporthtml.c
8303         * src/main.c
8304         * src/mainwindow.c
8305         * src/prefs_themes.c
8306         * src/prefs_toolbar.c
8307         * src/plugins/demo/demo.c
8308         * src/plugins/trayicon/trayicon.c
8309                 s/Sylpheed/Sylpheed-Claws/
8310
8311 2005-10-16 [colin]      1.9.15cvs60
8312
8313         * src/wizard.c
8314                 Add a welcome email in the first empty mailbox
8315         * src/prefs_common.c
8316                 Change one more default
8317
8318 2005-10-16 [colin]      1.9.15cvs59
8319
8320         * src/wizard.c
8321                 Remove printf
8322
8323 2005-10-16 [colin]      1.9.15cvs58
8324
8325         * src/toolbar.c
8326         * src/prefs_common.c
8327                 Change some defaults
8328
8329 2005-10-16 [colin]      1.9.15cvs57
8330
8331         * src/toolbar.c
8332         * src/prefs_common.c
8333                 Change some defaults
8334
8335 2005-10-16 [colin]      1.9.15cvs56
8336
8337         * src/wizard.c
8338                 By default, initialize fonts to have
8339                 the same size as normal GtkWidgets
8340
8341 2005-10-16 [colin]      1.9.15cvs55
8342
8343         * src/mimeview.c
8344                 Fix message a bit more
8345
8346 2005-10-16 [colin]      1.9.15cvs54
8347
8348         * src/addressbook.c
8349                 Second attempt at flicker fixing
8350
8351 2005-10-16 [colin]      1.9.15cvs53
8352
8353         * src/addressbook.c
8354                 Fix flicker
8355
8356 2005-10-16 [wwp]        1.9.15cvs52
8357
8358         * src/addressbook.c
8359         * src/editaddress.c
8360         * src/prefs_common.c
8361         * src/prefs_common.h
8362                 Remember window sizes (address book)
8363
8364 2005-10-16 [wwp]        1.9.15cvs51
8365
8366         * src/plugins/clamav/clamav_plugin_gtk.c
8367         * src/plugins/spamassassin/spamassassin_gtk.c
8368                 Fix compilation warnings (missing #include).
8369
8370 2005-10-16 [colin]      1.9.15cvs50
8371
8372         * src/mimeview.c
8373         * src/summaryview.c
8374         * src/textview.c
8375                 Make 'c' check signature, and forward
8376                 c, l, y, t from summaryview to mimeview
8377
8378 2005-10-16 [colin]      1.9.15cvs49
8379
8380         * src/addressbook.c
8381                 Put border around buttons
8382         * src/mainwindow.c
8383         * src/summaryview.c
8384                 Rework menus (Patch based on a patch
8385                 by Paul)
8386
8387 2005-10-15 [wwp]        1.9.15cvs48
8388
8389         * src/editjpilot.c
8390         * src/editldap.c
8391         * src/editvcard.c
8392         * src/exphtmldlg.c
8393         * src/expldifdlg.c
8394         * src/export.c
8395         * src/import.c
8396         * src/importldif.c
8397         * src/importmutt.c
8398         * src/importpine.c
8399         * src/prefs_account.c
8400         * src/prefs_spelling.c
8401         * src/gtk/gtkutils.c
8402         * src/gtk/gtkutils.h
8403         * src/plugins/clamav/clamav_plugin_gtk.c
8404         * src/plugins/spamassassin/spamassassin_gtk.c
8405                 use nicer browse-for-file/dir buttons than the "..." ones,
8406                 code factorizing more.
8407
8408 2005-10-14 [colin]      1.9.15cvs47
8409
8410         * src/mainwindow.c
8411                 set relief on the account switcher so that people see it
8412                 grey out Create processing rules when no message is selected
8413         * src/prefs_filtering.c
8414                 ask before closing if the rule has not been modified, even if
8415                 it's not valid
8416         * src/prefs_matcher.c
8417                 fix sensitivity when entering the dialog
8418         * src/gtk/inputdialog.c
8419                 display a better icon on password ask
8420         * src/plugins/pgpcore/passphrase.c
8421                 make the dialog look better
8422
8423 2005-10-14 [paul]       1.9.15cvs46
8424
8425         * src/folderview.c
8426                 indicate presense of marked msgs in
8427                 unexpanded subfolders
8428
8429 2005-10-14 [paul]       1.9.15cvs45
8430
8431         * src/prefs_actions.c
8432         * src/prefs_common.c
8433         * src/prefs_common.h
8434         * src/prefs_filtering_action.c
8435         * src/prefs_matcher.c
8436         * src/prefs_template.c
8437                 remember window sizes
8438                 fix Info button size
8439
8440         Patches by wwp
8441
8442 2005-10-13 [colin]      1.9.15cvs44
8443
8444         * src/mimeview.c
8445         * src/noticeview.c
8446         * src/noticeview.h
8447                 Add a tooltip on the icon (optional) 
8448                 Get rid of the signature buttons and only
8449                 use the icon+tooltip
8450
8451 2005-10-13 [colin]      1.9.15cvs43
8452
8453         * src/noticeview.c
8454         * src/noticeview.h
8455                 Add hand cursor for hovering over icon
8456
8457 2005-10-13 [colin]      1.9.15cvs42
8458
8459         * src/summaryview.c
8460                 Fix crash when quicksearch's hidden 
8461                 at startup
8462
8463 2005-10-13 [colin]      1.9.15cvs41
8464
8465         * src/compose.c
8466                 Set subject when forwarding multiple mails
8467                 Check that other recipient than the default Cc or Bcc
8468                 have been set before sending.
8469
8470 2005-10-13 [colin]      1.9.15cvs40
8471
8472         * src/imap.c
8473                 Batch per-folder
8474                 Introduce locking, but don't use it yet
8475
8476 2005-10-13 [colin]      1.9.15cvs39
8477
8478         * src/gtk/quicksearch.c
8479                 Reset quicksearch when hiding it
8480                 Make sticky a real pref
8481
8482 2005-10-13 [colin]      1.9.15cvs38
8483
8484         * src/summaryview.c
8485                 Faster prefs apply
8486
8487 2005-10-13 [colin]      1.9.15cvs37
8488
8489         * src/mimeview.c
8490         * src/noticeview.c
8491         * src/noticeview.h
8492         * src/plugins/pgpcore/sgpgme.c
8493                 Make privacy icon clickable
8494                 Move Trust field in Full info
8495                 When trust is less than full, don't display
8496                 a warning icon
8497
8498 2005-10-13 [colin]      1.9.15cvs36
8499
8500         * src/folder.c
8501                 Batch on flags sync
8502         * src/folderview.c
8503                 Revert speed hack which is dangerous in fact
8504                 Apply prefs faster
8505
8506 2005-10-13 [colin]      1.9.15cvs35
8507
8508         * src/folder_item_prefs.c
8509                 Fix pref corruption on folder move. Patch
8510                 by wwp
8511
8512 2005-10-13 [paul]       1.9.15cvs34
8513
8514         * src/export.c
8515         * src/import.c
8516                 fix typos in g_warnings
8517         * src/prefs_account.c
8518                 add a file selector for Signature file
8519
8520         Patches by wwp
8521
8522 2005-10-12 [colin]      1.9.15cvs33
8523
8524         * src/mimeview.c
8525                 Provide a quick way to go back from a
8526                 signature's full info to the email part
8527
8528 2005-10-12 [colin]      1.9.15cvs32
8529
8530         * src/compose.c
8531                 Remove old hack of encoding signed mails with base64.
8532                 QP works equally well.
8533
8534 2005-10-12 [colin]      1.9.15cvs31
8535
8536         * src/crash.c
8537                 Replace deprecated GtkText with GtkTextView
8538         * src/imap.c
8539                 Fix a logic bug about counts in imap_select
8540                 (previously un-triggered)
8541         * src/mainwindow.c
8542         * src/summaryview.c
8543         * src/news.c
8544                 Allow local deletion of news posts
8545         * src/mimeview.c
8546                 Show GPG noticeview on the message/rfc822 part
8547                 in addition to the text/plain one
8548         * src/prefs_image_viewer.c
8549           src/plugins/pgpcore/prefs_gpg.c
8550                 Polish (set the label as part of the checkbox)
8551         * src/wizard.c
8552                 Don't sit there doing nothing after destroying
8553                 the window - return err
8554
8555 2005-10-11 [colin]      1.9.15cvs30
8556
8557         * src/folderview.c
8558                 Apply processing rules before showing folders.
8559                 Early folder show (before flags sync) will only
8560                 be done when there are no processing rules (nor
8561                 pre- or post- ones)
8562         * src/imap.c
8563                 Fix stuff related to mail subdir, creation and 
8564                 deletion of folders 
8565         * src/imap_gtk.c
8566                 Don't allow creation of folders in NoInferior
8567                 folders, as it won't work
8568
8569 2005-10-10 [colin]      1.9.15cvs29
8570
8571         * src/compose.c
8572                 Reselect "None" Privacy system when selecting an
8573                 account with no privacy system defined
8574
8575 2005-10-10 [colin]      1.9.15cvs28
8576
8577         * src/mainwindow.c
8578                 Add Windows-1252 encoding
8579         * src/prefs_common.c
8580                 Rework some defaults:
8581                 - autosave to draft by default
8582                 - don't show header pane (it's already in the textview)
8583                 - Select first new or unread mail on entry
8584                 - Assume 'Yes' to change folder when there's no more
8585                   unread message
8586         * src/prefs_matcher.c
8587                 Fix a gtk assertion failure
8588         * src/gtk/colorlabel.c
8589                 Workaround bad repainting on selection
8590         * src/main.c
8591                 Freeze/thaw (a bit faster on ssh -X)
8592         * src/msgcache.c
8593                 Get rid of StrdupConverter that just adds an
8594                 extra strdup/free 
8595         * src/etpan/imap_thread.c
8596                 memset buf to 0
8597
8598 2005-10-10 [colin]      1.9.15cvs27
8599
8600         * src/export.c
8601         * src/import.c
8602                 Fix compile on gtk 2.4. Patch by wwp
8603
8604 2005-10-09 [colin]      1.9.15cvs26
8605
8606         * src/mainwindow.c
8607         * src/messageview.c
8608         * src/summaryview.c
8609                 Clarify forward menus. Patch by wwp
8610
8611 2005-10-09 [colin]      1.9.15cvs25
8612
8613         * src/compose.c
8614         * src/compose.h
8615                 Fix bug #829 (Non-working "Encrypt message by 
8616                 default when replying to an encrypted message")
8617
8618 2005-10-08 [colin]      1.9.15cvs24
8619
8620         * src/wizard.c
8621                 Fix bug #827 ("Welcome" setup wizard after a 
8622                 permission error gives up & forgets itself.)
8623
8624 2005-10-08 [colin]      1.9.15cvs23
8625
8626         * src/procmime.c
8627                 Fix bug #828 (Ignoring headers with spaces around = sign)
8628
8629 2005-10-08 [colin]      1.9.15cvs22
8630
8631         * src/export.c
8632                 Warning fix by wwp
8633
8634 2005-10-08 [colin]      1.9.15cvs21
8635
8636         * src/folder.c
8637         * src/folder.h
8638                 Add a processing_pending indicator, set on 
8639                 folder_item_open and cleared after 
8640                 folder_item_process_open
8641         * src/folderview.c
8642         * src/summaryview.c
8643                 wrap procmsg_msginfo_*_flags, and in the
8644                 wrapper check that there's no folder processing 
8645                 pending. If there is, defer the flags change until 
8646                 processing is done to avoid stepping over each
8647                 other's toes.
8648                 Freeze during processing, but not during scanning.
8649
8650 2005-10-07 [colin]      1.9.15cvs20
8651
8652         * src/plugins/pgpcore/passphrase.c
8653                 Fix bug #826 (X-Server hangs when 
8654                 right-clicking a PGP encrypted message)
8655
8656 2005-10-07 [paul]       1.9.15cvs19
8657
8658         * src/compose.c
8659                 fix compose_entries[]
8660                 patch by Fabien Vantard
8661
8662 2005-10-06 [colin]      1.9.15cvs18
8663
8664         * src/pixmaps/address.xpm
8665         * src/pixmaps/address_book.xpm
8666         * src/pixmaps/book.xpm
8667         * src/pixmaps/check_spelling.xpm
8668         * src/pixmaps/checkbox_off.xpm
8669         * src/pixmaps/checkbox_on.xpm
8670         * src/pixmaps/close.xpm
8671         * src/pixmaps/complete.xpm
8672         * src/pixmaps/continue.xpm
8673         * src/pixmaps/deleted.xpm
8674         * src/pixmaps/down_arrow.xpm
8675         * src/pixmaps/exec.xpm
8676         * src/pixmaps/forwarded.xpm
8677         * src/pixmaps/group.xpm
8678         * src/pixmaps/ignorethread.xpm
8679         * src/pixmaps/interface.xpm
8680         * src/pixmaps/jpilot.xpm
8681         * src/pixmaps/ldap.xpm
8682         * src/pixmaps/linewrap.xpm
8683         * src/pixmaps/linewrapcurrent.xpm
8684         * src/pixmaps/mail.xpm
8685         * src/pixmaps/mail_attach.xpm
8686         * src/pixmaps/mail_compose.xpm
8687         * src/pixmaps/mail_forward.xpm
8688         * src/pixmaps/mail_receive.xpm
8689         * src/pixmaps/mail_receive_all.xpm
8690         * src/pixmaps/mail_reply.xpm
8691         * src/pixmaps/mail_reply_to_all.xpm
8692         * src/pixmaps/mail_reply_to_author.xpm
8693         * src/pixmaps/mail_send.xpm
8694         * src/pixmaps/mail_send_queue.xpm
8695         * src/pixmaps/mime_application.xpm
8696         * src/pixmaps/mime_audio.xpm
8697         * src/pixmaps/mime_image.xpm
8698         * src/pixmaps/mime_message.xpm
8699         * src/pixmaps/mime_text_enriched.xpm
8700         * src/pixmaps/mime_text_html.xpm
8701         * src/pixmaps/mime_text_plain.xpm
8702         * src/pixmaps/mime_unknown.xpm
8703         * src/pixmaps/new.xpm
8704         * src/pixmaps/news_compose.xpm
8705         * src/pixmaps/offline.xpm
8706         * src/pixmaps/online.xpm
8707         * src/pixmaps/paste.xpm
8708         * src/pixmaps/preferences.xpm
8709         * src/pixmaps/privacy_emblem_encrypted.xpm
8710         * src/pixmaps/privacy_expired.xpm
8711         * src/pixmaps/privacy_failed.xpm
8712         * src/pixmaps/privacy_passed.xpm
8713         * src/pixmaps/privacy_signed.xpm
8714         * src/pixmaps/privacy_unknown.xpm
8715         * src/pixmaps/privacy_warn.xpm
8716         * src/pixmaps/properties.xpm
8717         * src/pixmaps/replied.xpm
8718         * src/pixmaps/search.xpm
8719         * src/pixmaps/unread.xpm
8720         * src/pixmaps/up_arrow.xpm
8721         * src/pixmaps/vcard.xpm
8722                 Modernize internal theme, with icons from the 
8723                 Gnomaws theme. Keep some of the old ones where
8724                 they were better.
8725
8726 2005-10-06 [colin]      1.9.15cvs17
8727
8728         * src/summaryview.c
8729                 Little optimisations + bugfix
8730         * src/toolbar.c
8731                 Remove default useless items - useless being defined
8732                 by the default relevant prefs
8733         * src/wizard.c
8734                 include config.h to make gettext work
8735         * src/prefs_themes.c
8736                 Fix selection of current theme in prefs
8737
8738 2005-10-06 [colin]      1.9.15cvs16
8739
8740         * src/prefs_common.c
8741         * src/prefs_common.h
8742         * src/prefs_summaries.c
8743         * src/folderview.c
8744                 Add a warning dialog on Mark all read 
8745                 (with pref to get rid of it)
8746
8747 2005-10-06 [paul]       1.9.15cvs15
8748
8749         * po/nb.po
8750         * po/pt_BR.po
8751                 updated by Geir Helland and Frederico
8752                 Goncalves Guimaraes
8753
8754 2005-10-05 [colin]      1.9.15cvs14
8755
8756         * src/folder.c
8757         * src/folder.h
8758         * src/folderview.c
8759         * src/folderview.h
8760         * src/imap_gtk.c
8761         * src/mh_gtk.c
8762         * src/mainwindow.c
8763         * src/setup.c
8764                 add a way to rescan without rebuilding
8765                 make moving a bit faster (less folders changes)
8766                 don't lock the tree on Get 
8767         * src/imap.c
8768                 Don't re-delete deleted messages before expunging
8769         * src/summaryview.c
8770                 Set batch mode when deleting mails
8771
8772 2005-10-05 [paul]       1.9.15cvs13
8773
8774         * src/mainwindow.c
8775         * src/mainwindow.h
8776                 fix disabled Execute menu item
8777         * src/toolbar.c
8778                 match the change in 1.9.15cvs10: use Compose
8779                 instead of News by default
8780
8781 2005-10-04 [colin]      1.9.15cvs12
8782
8783         * src/compose.c
8784                 When replying to an ML post with Reply-To set
8785                 to the poster's email, honor it (as before),
8786                 but also honor our user's request to reply to
8787                 the mailing list: set the ML address in the To
8788                 field and the Reply-To address in the Cc: 
8789                 field.
8790
8791 2005-10-04 [colin]      1.9.15cvs11
8792
8793         * src/plugins/trayicon/trayicon.c
8794                 Finish cosmetic change - thanks to wwp
8795
8796 2005-10-04 [colin]      1.9.15cvs10
8797
8798         * src/toolbar.c
8799                 Use Compose instead of Email by default.
8800                 Spotted by wwp.
8801
8802 2005-10-04 [colin]      1.9.15cvs9
8803
8804         * src/folder.c
8805         * src/folder.h
8806         * src/folderview.c
8807         * src/imap.c
8808         * src/etpan/imap-thread.c
8809         * src/etpan/imap-thread.h
8810                 Try to make IMAP faster, by simplifying SEARCH
8811                 commands, avoiding sending two STATUS in a row,
8812                 and deferring flags sync and processing just
8813                 after displaying the folder. 
8814                 This will update the SummaryView in certain
8815                 cases (new mails not already fetched, flags
8816                 changed from another client) but in a non-
8817                 blocking manner.
8818
8819 2005-10-04 [colin]      1.9.15cvs8
8820
8821         * src/plugins/trayicon/trayicon.c
8822                 Relabel "Offline" to "Work offline"
8823
8824 2005-10-04 [colin]      1.9.15cvs7
8825
8826         * src/export.c
8827         * src/import.c
8828         * src/mbox.c
8829                 Fix mbox import/export buglets
8830                 Patch by wwp
8831         * src/plugins/trayicon/trayicon.c
8832                 Add offline swithc
8833                 Patch by wwp
8834
8835 2005-10-04 [colin]      1.9.15cvs6
8836
8837         * src/folder.c
8838         * src/folderview.c
8839         * src/summaryview.c
8840                 Better fix (don't break mark all read) for cvs2
8841
8842 2005-10-03 [colin]      1.9.15cvs5
8843
8844         * src/folder.c
8845                 Use a sane sort by default
8846
8847 2005-10-03 [colin]      1.9.15cvs4
8848
8849         * src/inc.c
8850                 Add a 'Only once' button for overriding offline mode
8851         * src/prefs_account.c
8852         * src/wizard.c
8853                 Add Local mbox to the wizard
8854                 Add IMAP subdir to the wizard (or the wizard is useless
8855                 for such accounts, or even worse than useless)
8856                 Move IMAP subdir from Advanced to Receive tab, as it's
8857                 not that uncommon
8858
8859 2005-10-03 [colin]      1.9.15cvs3
8860
8861         * src/send_message.c
8862                 Forgot this one in cvs1
8863
8864 2005-10-03 [colin]      1.9.15cvs2
8865
8866         * src/folder.c
8867                 Faster close when leaving a folder with lots
8868                 of new mails. Idea by David Relson.
8869
8870 2005-10-03 [colin]      1.9.15cvs1
8871
8872         * src/compose.c
8873         * src/imap.c
8874         * src/inc.c
8875         * src/main.c
8876         * src/messageview.c
8877         * src/news.c
8878         * src/summaryview.c
8879         * src/gtk/sslcertwindow.c
8880         * src/plugins/trayicon/trayicon.c
8881                 Add accels to every AlertPanel. Patch by Fabien 
8882                 Vantard
8883
8884 2005-10-03 [paul]       1.9.15
8885
8886         1.9.15 released
8887
8888 2005-10-03 [paul]       1.9.14cvs68
8889
8890         * po/ca.po
8891         * po/de.po
8892         * po/es.po
8893         * po/fi.po
8894         * po/fr.po
8895         * po/sk.po
8896         * po/sr.po
8897         * po/zh_CN.po
8898                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8899                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8900                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8901
8902 2005-10-03 [paul]       1.9.14cvs67
8903
8904         * src/send_message.c
8905                 prevent hang on Cancel
8906                 patch by Colin
8907
8908 2005-10-03 [paul]       1.9.14cvs66
8909
8910         * src/main.c
8911                 fix crash in IMAP caused by discrepancy
8912                 between check_at_startup and offline mode
8913                 Patch by Colin
8914
8915 2005-10-01 [paul]       1.9.14cvs65
8916
8917         * src/inc.c
8918                 fix engrish
8919
8920 2005-10-01 [paul]       1.9.14cvs64
8921         * src/export.c
8922         * src/import.c
8923                 synchronise import_mbox() and export_mbox()
8924         * src/mbox.c
8925                 proc_mbox(): add alert if file cannot be opened
8926                 export_list_to_mbox(): test if dest file exists,
8927                 prompt user to overwrite if it does. add alert
8928                 if file cannot be created
8929                                                                 
8930         Patch by wwp
8931                                                                                                                 
8932
8933 2005-09-30 [paul]       1.9.14cvs63
8934
8935         * src/addressbook.c
8936                 Fix sensitivity of a menu
8937         * src/codeconv.c
8938                 Respect hidden pref for mails with no encoding
8939         * src/common/xml.c
8940                 Fix memory corruption
8941         * src/plugins/pgpcore/sgpgme.c
8942                 Fix segfault on incomplete sigs, and display
8943                 of S/Mime UIDs
8944
8945         Patches by Colin
8946
8947 2005-09-30 [colin]      1.9.14cvs62
8948
8949         * src/partial_download.c
8950                 Little logic fix in almost-dead code
8951         * src/pop.c
8952                 Fix partial download when there's no new mail
8953
8954 2005-09-29 [paul]       1.9.14cvs61
8955
8956         * src/plugins/pgpinline/pgpinline.c
8957                 fix bug 819, 'crash accessing sign message'
8958                 Patch by Colin
8959
8960 2005-09-28 [martin]     1.9.14cvs60
8961
8962         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8963                 fix bug #790 (Crash when restarting window manager (fluxbox))
8964
8965 2005-09-28 [paul]       1.9.14cvs59
8966
8967         * src/gtk/gtkaspell.c
8968                 fix off-by-one typo
8969
8970 2005-09-27 [colin]      1.9.14cvs58
8971
8972         * src/plugins/pgpcore/sgpgme.c
8973                 Report error when there's one, instead of
8974                 "Signature unchecked" 
8975
8976 2005-09-27 [colin]      1.9.14cvs57
8977
8978         * src/prefs_quote.c
8979                 Fix bug #816 (Weird quotation with spaces)
8980
8981 2005-09-27 [colin]      1.9.14cvs56
8982
8983         * src/codeconv.c
8984         * src/compose.c
8985         * src/compose.h
8986                 Put subject in compose's title
8987                 Fix Automatic encoding so that it's really automatic:
8988                 first try default locale's charset, then charset of the replied mail, 
8989                 then utf-8
8990                 Fix encoding of headers (must be in strict mode too)
8991
8992 2005-09-26 [colin]      1.9.14cvs55
8993
8994         * src/gtk/gtkaspell.c
8995                 Fix previous patch - don't color the space,
8996                 just uncolor it :)
8997
8998 2005-09-26 [colin]      1.9.14cvs54
8999
9000         * src/gtk/gtkaspell.c
9001                 Unmark space if possible
9002
9003 2005-09-26 [colin]      1.9.14cvs53
9004
9005         * src/imap.c
9006                 log_error instead of alertpanel according to the pref
9007         * src/etpan/imap-thread.c
9008                 Print connect status, copy only necessary size to 
9009                 logger
9010         * src/plugins/pgpmime/pgpmime.c
9011                 Handle S/Mime signatures (verification only). Patch based
9012                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9013
9014 2005-09-26 [paul]       1.9.14cvs52
9015
9016         * src/common/passcrypt.c
9017                 this 'workaround' not necessary on NetBSD.
9018                 Thanks to Daniel Gustafson
9019
9020 2005-09-26 [paul]
9021
9022         1.9.15-rc4 released
9023
9024 2005-09-26 [paul]       1.9.14cvs51
9025
9026         * src/summaryview.c
9027                 Skip currently selected message when
9028                 looking for next new or unread message
9029                 in current folder. Patch by Colin
9030         * src/common/passcrypt.c
9031                 eliminate warnings on *BSD. Patch by
9032                 Daniel Gustafson
9033
9034 2005-09-26 [colin]      1.9.14cvs50
9035
9036         * src/procmsg.c
9037                 Call postfiltering hook anyway
9038
9039 2005-09-22 [colin]      1.9.14cvs49
9040
9041         * src/codeconv.c
9042         * src/codeconv.h
9043                 Add a strict mode that doesn't replace with _
9044         * src/compose.c
9045         * src/compose.h
9046                 Use strict conversion while sending
9047                 Fix race when drafting while sending (happens
9048                 on IMAP)
9049                 Fix d'n'd of messages from summaryview
9050         * src/prefs_common.c
9051         * src/prefs_common.h
9052                 add hidden utf8_instead_of_locale_for_broken_mail 
9053                 pref for people that preferred the default charset 
9054                 to be utf8 for broken mails
9055         * src/quote_fmt_parse.y
9056                 fix bug #815 (No quote insert if "From:" fied 
9057                 contained Russian letters)
9058         * src/summaryview.c
9059                 Fix d'n'd of messages to compose
9060
9061 2005-09-22 [paul]       1.9.14cvs48
9062
9063         * src/compose.c
9064                 fix bug where attachments Name entry
9065                 would display Path instead
9066
9067 2005-09-21 [paul]       1.9.14cvs47
9068
9069         * README
9070         * README.jp
9071         * configure.ac
9072         * config/config.rpath
9073         * doc/manual/en/sylpheed-20.html
9074         * doc/manual/es/sylpheed-20.html
9075         * po/bg.po
9076         * po/ca.po
9077         * po/de.po
9078         * po/es.po
9079         * po/fr.po
9080         * po/it.po
9081         * po/pt_BR.po
9082         * po/sk.po
9083         * po/zh_TW.po
9084         * src/account.c
9085         * src/account.h
9086         * src/action.c
9087         * src/action.h
9088         * src/adbookbase.h
9089         * src/addr_compl.c
9090         * src/addr_compl.h
9091         * src/addrbook.c
9092         * src/addrbook.h
9093         * src/addrcache.c
9094         * src/addrcache.h
9095         * src/addrcindex.c
9096         * src/addrcindex.h
9097         * src/addrclip.c
9098         * src/addrclip.h
9099         * src/addrdefs.h
9100         * src/addressadd.c
9101         * src/addressadd.h
9102         * src/addressbook.c
9103         * src/addressbook.h
9104         * src/addressitem.h
9105         * src/addrgather.c
9106         * src/addrgather.h
9107         * src/addrharvest.c
9108         * src/addrharvest.h
9109         * src/addrindex.c
9110         * src/addrindex.h
9111         * src/addritem.c
9112         * src/addritem.h
9113         * src/addrquery.c
9114         * src/addrquery.h
9115         * src/addrselect.c
9116         * src/addrselect.h
9117         * src/alertpanel.c
9118         * src/alertpanel.h
9119         * src/browseldap.c
9120         * src/browseldap.h
9121         * src/codeconv.c
9122         * src/codeconv.h
9123         * src/compose.c
9124         * src/compose.h
9125         * src/crash.c
9126         * src/crash.h
9127         * src/customheader.c
9128         * src/customheader.h
9129         * src/displayheader.c
9130         * src/displayheader.h
9131         * src/editaddress.c
9132         * src/editaddress.h
9133         * src/editbook.c
9134         * src/editbook.h
9135         * src/editgroup.c
9136         * src/editgroup.h
9137         * src/editjpilot.c
9138         * src/editjpilot.h
9139         * src/editldap.c
9140         * src/editldap.h
9141         * src/editldap_basedn.c
9142         * src/editldap_basedn.h
9143         * src/editvcard.c
9144         * src/editvcard.h
9145         * src/enriched.c
9146         * src/enriched.h
9147         * src/exphtmldlg.c
9148         * src/exphtmldlg.h
9149         * src/expldifdlg.c
9150         * src/expldifdlg.h
9151         * src/export.c
9152         * src/export.h
9153         * src/exporthtml.c
9154         * src/exporthtml.h
9155         * src/exportldif.c
9156         * src/exportldif.h
9157         * src/filtering.c
9158         * src/filtering.h
9159         * src/folder.c
9160         * src/folder.h
9161         * src/folder_item_prefs.c
9162         * src/folder_item_prefs.h
9163         * src/foldersel.c
9164         * src/foldersel.h
9165         * src/folderutils.c
9166         * src/folderutils.h
9167         * src/folderview.c
9168         * src/folderview.h
9169         * src/grouplistdialog.c
9170         * src/grouplistdialog.h
9171         * src/headerview.c
9172         * src/headerview.h
9173         * src/html.c
9174         * src/html.h
9175         * src/image_viewer.c
9176         * src/image_viewer.h
9177         * src/imap.c
9178         * src/imap.h
9179         * src/imap_gtk.c
9180         * src/imap_gtk.h
9181         * src/import.c
9182         * src/import.h
9183         * src/importldif.c
9184         * src/importldif.h
9185         * src/importmutt.c
9186         * src/importmutt.h
9187         * src/importpine.c
9188         * src/importpine.h
9189         * src/inc.c
9190         * src/inc.h
9191         * src/jpilot.c
9192         * src/jpilot.h
9193         * src/ldapctrl.c
9194         * src/ldapctrl.h
9195         * src/ldaplocate.c
9196         * src/ldaplocate.h
9197         * src/ldapquery.c
9198         * src/ldapquery.h
9199         * src/ldapserver.c
9200         * src/ldapserver.h
9201         * src/ldaputil.c
9202         * src/ldaputil.h
9203         * src/ldif.c
9204         * src/ldif.h
9205         * src/localfolder.c
9206         * src/localfolder.h
9207         * src/main.c
9208         * src/main.h
9209         * src/mainwindow.c
9210         * src/mainwindow.h
9211         * src/manual.c
9212         * src/manual.h
9213         * src/matcher.c
9214         * src/matcher.h
9215         * src/matcher_parser.h
9216         * src/matcher_parser_lex.l
9217         * src/matcher_parser_parse.y
9218         * src/mbox.c
9219         * src/mbox.h
9220         * src/message_search.c
9221         * src/message_search.h
9222         * src/messageview.c
9223         * src/messageview.h
9224         * src/mh.c
9225         * src/mh.h
9226         * src/mh_gtk.c
9227         * src/mh_gtk.h
9228         * src/mimeview.c
9229         * src/mimeview.h
9230         * src/msgcache.c
9231         * src/msgcache.h
9232         * src/mutt.c
9233         * src/mutt.h
9234         * src/news.c
9235         * src/news.h
9236         * src/news_gtk.c
9237         * src/news_gtk.h
9238         * src/noticeview.c
9239         * src/noticeview.h
9240         * src/partial_download.c
9241         * src/partial_download.h
9242         * src/pine.c
9243         * src/pine.h
9244         * src/pop.c
9245         * src/pop.h
9246         * src/prefs_account.c
9247         * src/prefs_account.h
9248         * src/prefs_actions.c
9249         * src/prefs_actions.h
9250         * src/prefs_common.c
9251         * src/prefs_common.h
9252         * src/prefs_compose_writing.c
9253         * src/prefs_compose_writing.h
9254         * src/prefs_customheader.c
9255         * src/prefs_customheader.h
9256         * src/prefs_display_header.c
9257         * src/prefs_display_header.h
9258         * src/prefs_ext_prog.c
9259         * src/prefs_ext_prog.h
9260         * src/prefs_filtering.c
9261         * src/prefs_filtering.h
9262         * src/prefs_filtering_action.c
9263         * src/prefs_filtering_action.h
9264         * src/prefs_folder_column.c
9265         * src/prefs_folder_column.h
9266         * src/prefs_folder_item.c
9267         * src/prefs_folder_item.h
9268         * src/prefs_fonts.c
9269         * src/prefs_fonts.h
9270         * src/prefs_gtk.c
9271         * src/prefs_gtk.h
9272         * src/prefs_image_viewer.c
9273         * src/prefs_image_viewer.h
9274         * src/prefs_matcher.c
9275         * src/prefs_matcher.h
9276         * src/prefs_message.c
9277         * src/prefs_message.h
9278         * src/prefs_msg_colors.c
9279         * src/prefs_msg_colors.h
9280         * src/prefs_other.c
9281         * src/prefs_other.h
9282         * src/prefs_quote.c
9283         * src/prefs_quote.h
9284         * src/prefs_receive.c
9285         * src/prefs_receive.h
9286         * src/prefs_send.c
9287         * src/prefs_send.h
9288         * src/prefs_spelling.c
9289         * src/prefs_spelling.h
9290         * src/prefs_summaries.c
9291         * src/prefs_summaries.h
9292         * src/prefs_summary_column.c
9293         * src/prefs_summary_column.h
9294         * src/prefs_template.c
9295         * src/prefs_template.h
9296         * src/prefs_themes.c
9297         * src/prefs_themes.h
9298         * src/prefs_toolbar.c
9299         * src/prefs_toolbar.h
9300         * src/prefs_wrapping.c
9301         * src/prefs_wrapping.h
9302         * src/privacy.c
9303         * src/privacy.h
9304         * src/procheader.c
9305         * src/procheader.h
9306         * src/procmime.c
9307         * src/procmime.h
9308         * src/procmsg.c
9309         * src/procmsg.h
9310         * src/quote_fmt.c
9311         * src/quote_fmt_parse.y
9312         * src/recv.c
9313         * src/recv.h
9314         * src/remotefolder.c
9315         * src/remotefolder.h
9316         * src/send_message.c
9317         * src/send_message.h
9318         * src/setup.c
9319         * src/setup.h
9320         * src/simple-gettext.c
9321         * src/sourcewindow.c
9322         * src/sourcewindow.h
9323         * src/ssl_manager.c
9324         * src/ssl_manager.h
9325         * src/statusbar.c
9326         * src/statusbar.h
9327         * src/stock_pixmap.c
9328         * src/stock_pixmap.h
9329         * src/summary_search.c
9330         * src/summary_search.h
9331         * src/summaryview.c
9332         * src/summaryview.h
9333         * src/syldap.c
9334         * src/syldap.h
9335         * src/textview.c
9336         * src/textview.h
9337         * src/toolbar.c
9338         * src/toolbar.h
9339         * src/undo.c
9340         * src/undo.h
9341         * src/unmime.c
9342         * src/unmime.h
9343         * src/vcard.c
9344         * src/vcard.h
9345         * src/wizard.c
9346         * src/wizard.h
9347         * src/common/base64.c
9348         * src/common/base64.h
9349         * src/common/defs.h
9350         * src/common/hooks.c
9351         * src/common/hooks.h
9352         * src/common/log.c
9353         * src/common/log.h
9354         * src/common/md5.c
9355         * src/common/md5.h
9356         * src/common/mgutils.c
9357         * src/common/mgutils.h
9358         * src/common/nntp.c
9359         * src/common/nntp.h
9360         * src/common/passcrypt.c
9361         * src/common/passcrypt.h.in
9362         * src/common/plugin.c
9363         * src/common/plugin.h
9364         * src/common/prefs.c
9365         * src/common/prefs.h
9366         * src/common/progressindicator.c
9367         * src/common/progressindicator.h
9368         * src/common/quoted-printable.c
9369         * src/common/quoted-printable.h
9370         * src/common/session.c
9371         * src/common/session.h
9372         * src/common/smtp.c
9373         * src/common/smtp.h
9374         * src/common/socket.c
9375         * src/common/socket.h
9376         * src/common/ssl.c
9377         * src/common/ssl.h
9378         * src/common/ssl_certificate.c
9379         * src/common/ssl_certificate.h
9380         * src/common/string_match.c
9381         * src/common/string_match.h
9382         * src/common/stringtable.c
9383         * src/common/sylpheed.c
9384         * src/common/sylpheed.h
9385         * src/common/template.c
9386         * src/common/template.h
9387         * src/common/timing.h
9388         * src/common/utils.c
9389         * src/common/utils.h
9390         * src/common/uuencode.c
9391         * src/common/uuencode.h
9392         * src/common/version.h.in
9393         * src/common/xml.c
9394         * src/common/xml.h
9395         * src/common/xmlprops.c
9396         * src/common/xmlprops.h
9397         * src/gtk/about.c
9398         * src/gtk/about.h
9399         * src/gtk/colorlabel.c
9400         * src/gtk/colorlabel.h
9401         * src/gtk/colorsel.c
9402         * src/gtk/colorsel.h
9403         * src/gtk/description_window.c
9404         * src/gtk/description_window.h
9405         * src/gtk/filesel.c
9406         * src/gtk/filesel.h
9407         * src/gtk/foldersort.c
9408         * src/gtk/foldersort.h
9409         * src/gtk/gtkutils.c
9410         * src/gtk/gtkutils.h
9411         * src/gtk/inputdialog.c
9412         * src/gtk/inputdialog.h
9413         * src/gtk/logwindow.c
9414         * src/gtk/logwindow.h
9415         * src/gtk/manage_window.c
9416         * src/gtk/manage_window.h
9417         * src/gtk/menu.c
9418         * src/gtk/menu.h
9419         * src/gtk/pluginwindow.c
9420         * src/gtk/pluginwindow.h
9421         * src/gtk/prefswindow.c
9422         * src/gtk/prefswindow.h
9423         * src/gtk/progressdialog.c
9424         * src/gtk/progressdialog.h
9425         * src/gtk/quicksearch.c
9426         * src/gtk/quicksearch.h
9427         * src/gtk/sslcertwindow.c
9428         * src/gtk/sslcertwindow.h
9429         * src/plugins/clamav/clamav_plugin.c
9430         * src/plugins/clamav/clamav_plugin.h
9431         * src/plugins/clamav/clamav_plugin_gtk.c
9432         * src/plugins/demo/demo.c
9433         * src/plugins/dillo_viewer/dillo_prefs.c
9434         * src/plugins/dillo_viewer/dillo_prefs.h
9435         * src/plugins/dillo_viewer/dillo_viewer.c
9436         * src/plugins/mathml_viewer/mathml_viewer.c
9437         * src/plugins/pgpcore/passphrase.c
9438         * src/plugins/pgpcore/passphrase.h
9439         * src/plugins/pgpcore/plugin.c
9440         * src/plugins/pgpcore/prefs_gpg.c
9441         * src/plugins/pgpcore/prefs_gpg.h
9442         * src/plugins/pgpcore/select-keys.c
9443         * src/plugins/pgpcore/select-keys.h
9444         * src/plugins/pgpcore/sgpgme.c
9445         * src/plugins/pgpcore/sgpgme.h
9446         * src/plugins/pgpinline/pgpinline.c
9447         * src/plugins/pgpinline/pgpinline.h
9448         * src/plugins/pgpinline/plugin.c
9449         * src/plugins/pgpmime/pgpmime.c
9450         * src/plugins/pgpmime/pgpmime.h
9451         * src/plugins/pgpmime/plugin.c
9452         * src/plugins/spamassassin/spamassassin.c
9453         * src/plugins/spamassassin/spamassassin.h
9454         * src/plugins/spamassassin/spamassassin_gtk.c
9455         * src/plugins/trayicon/trayicon.c
9456         * tools/OOo2sylpheed.pl
9457         * tools/acroread2sylpheed.pl
9458         * tools/asus_mailled.sh
9459         * tools/filter_conv.pl
9460         * tools/freshmeat_search.pl
9461         * tools/google_search.pl
9462         * tools/kmail2sylpheed.pl
9463         * tools/kmail2sylpheed_v2.pl
9464         * tools/maildir2sylpheed.pl
9465         * tools/multiwebsearch.pl
9466         * tools/newscache_clean.pl
9467         * tools/outlook2sylpheed.pl
9468         * tools/sylpheed-switcher
9469         * tools/update-po
9470         * tools/vcard2xml.py
9471         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9472                 update FSF address
9473
9474 2005-09-21 [colin]      1.9.14cvs46
9475
9476         * src/gedit-print.c
9477         * src/procmsg.c
9478         * src/procmsg.h
9479         * src/textview.c
9480         * src/summaryview.c
9481                 Remove some printing hacks (deselection/reselection),
9482                 which by the way fix printing the currently 
9483                 displayed mime part (still only text)
9484                 Plus a little optimisation of summary_show
9485
9486
9487 2005-09-20 [colin]      1.9.14cvs45
9488
9489         * src/mainwindow.c
9490         * src/messageview.c
9491                 GUI fixups: add accels, set message
9492                 view title to displayed mail's subject
9493         * src/prefs_spelling.c
9494         * src/gtk/gtkaspell.c
9495                 GUI fixups: allow underlining misspelled
9496                 words instead of coloring them (a11y!)
9497
9498 2005-09-19 [colin]
9499
9500         1.9.15rc3 released
9501
9502 2005-09-19 [colin]      1.9.14cvs44
9503
9504         * src/compose.c
9505                 Fix draft message
9506         * src/gtk/gtkaspell.c
9507                 Fix wrong test ;-)
9508
9509 2005-09-19 [colin]      1.9.14cvs43
9510
9511         * src/addressbook.c
9512                 Fix sensitivity of Delete button
9513         * src/compose.c
9514                 Warn if the requested Privacy system
9515                 is not available
9516         * src/exphtmldlg.c
9517         * src/expldifdlg.c
9518         * src/importldif.c
9519         * src/importmutt.c
9520         * src/importpine.c
9521                 Fix crappy UI
9522         * src/
9523         * src/ssl.h
9524         * src/prefs_account.h
9525         * src/prefs_account.c
9526                 Save SSL prefs even in builds that have
9527                 SSL support disable
9528         * src/imap.c
9529         * src/inc.c
9530         * src/news.c
9531         * src/send_message.c
9532                 Warn if connection should be secure, but
9533                 SSL support isn't compiled in
9534         * src/gtkaspell.c
9535                 Fix word separation on UTF-8 systems
9536                 Fixes bug #812 (Strange inline spellchecking)
9537         * src/compose.c
9538                 Warn if the requested Privacy system
9539                 is not available
9540                 Factorize offline warning
9541         * src/imap.c
9542         * src/imap_gtk.c
9543         * src/imap_gtk.h
9544         * src/inc.h
9545         * src/news_gtk.c
9546         * src/news_gtk.h
9547         * src/messageview.c
9548                 Factorize offline warning
9549
9550 2005-09-19 [paul]
9551
9552         1.9.15-rc2 released
9553
9554 2005-09-18 [colin]      1.9.14cvs42
9555
9556         * src/codeconv.c
9557         * src/codeconv.h
9558         * src/procmime.c
9559                 Add a way to get locale's charset ignoring utf-8,
9560                 and use that as default encoding for broken mails
9561
9562 2005-09-18 [colin]      1.9.14cvs41
9563
9564         * src/gtk/logwindow.c
9565                 Translate string. Patch by Fabien Vantard
9566
9567 2005-09-18 [colin]      1.9.14cvs40
9568
9569         * configure.ac
9570                 Fix bug #803 (IMAP/SSL support breaks with 
9571                 GnuTLS libetpan 0.38)
9572
9573 2005-09-18 [colin]      1.9.14cvs39
9574
9575         * src/codeconv.c
9576         * src/compose.c
9577         * src/procmime.c
9578                 More charsets fixes. Fixes bug #806 (non
9579                 ascii characters in subject line)
9580
9581 2005-09-17 [paul]       1.9.14cvs38
9582
9583         * src/folderview.c
9584         * src/mainwindow.c
9585                 fix gcc-2.95 issues
9586                 Patch by Pawel Pekala
9587
9588 2005-09-17 [colin]      1.9.14cvs37
9589
9590         * src/addrindex.c
9591                 bugfix for NO-USE LDAP compilation, patch 
9592                 by Fabien Vantard
9593
9594 2005-09-17 [colin]      1.9.14cvs36
9595
9596         * src/prefs_actions.c
9597         * src/prefs_customheader.c
9598         * src/prefs_display_header.c
9599         * src/prefs_filtering_action.c
9600         * src/prefs_matcher.c
9601         * src/prefs_toolbar.c
9602                 Fix strange casts (less elegant but
9603                 works better)
9604
9605 2005-09-16 [colin]      1.9.14cvs35
9606
9607         * src/jpilot.c
9608                 Missed that one
9609
9610 2005-09-16 [colin]      1.9.14cvs34
9611
9612         * configure.ac
9613         * src/Makefile.am
9614         * src/addr_compl.c
9615         * src/addrindex.c
9616         * src/browseldap.c
9617         * src/editldap.c
9618         * src/ldaplocate.c
9619         * src/ldapquery.c
9620         * src/ldapquery.h
9621         * src/ldapserver.c
9622         * src/ldapserver.h
9623         * src/main.c
9624         * src/matcher_parser_parse.y
9625         * src/prefs_themes.c
9626         * src/etpan/Makefile.am
9627         * src/gtk/description_window.c
9628         * src/plugins/clamav/Makefile.am
9629         * src/plugins/clamav/clamav_plugin.c
9630         * src/plugins/dillo_viewer/Makefile.am
9631         * src/plugins/pgpcore/Makefile.am
9632         * src/plugins/pgpinline/Makefile.am
9633         * src/plugins/pgpmime/Makefile.am
9634         * src/plugins/trayicon/Makefile.am
9635                 Fix 100% cpu usage in address completion list
9636                 Fix little bugs (return with no values etc)
9637                 Fix all warnings (with common CFLAGS)
9638
9639 2005-09-15 [colin]      1.9.14cvs33
9640
9641         * src/addressbook.c
9642                 Fix bug where sometimes a group's email list is empty,
9643                 force its refresh (probably fixes "Re: how to create a 
9644                 distribution list")
9645         * src/ldapquery.c
9646                 Don't return to the callback in the main thread from the
9647                 fetch thread (or face segs!)
9648
9649 2005-09-15 [paul]       1.9.14cvs32
9650
9651         * src/prefs_matcher.c
9652                 forgotten in last commit
9653
9654 2005-09-15 [paul]       1.9.14cvs31
9655
9656         * src/prefs_actions.c
9657         * src/prefs_filtering_action.c
9658         * src/prefs_quote.c
9659         * src/quote_fmt.c
9660         * src/summaryview.c
9661         * src/gtk/description_window.c
9662         * src/gtk/description_window.h
9663         * src/gtk/quicksearch.c
9664                 allow interaction with the called
9665                 description window
9666                 Patch by Anders Hammar
9667
9668 2005-09-14 [paul]       1.9.14cvs30
9669
9670         * src/compose.c
9671                 fix a little annoyance when pasting with 3rd button 
9672                 with wrap_pastes=0 and wrap_input=1
9673                 Patch by Colin
9674
9675 2005-09-14 [paul]       1.9.14cvs29
9676
9677         * src/prefs_account.c
9678                 disable 'Filter messages on receiving' for
9679                 SMTP-only accounts
9680                 Patch  by Anders Hammar
9681
9682 2005-09-14 [paul]       1.9.14cvs28
9683
9684         * po/sk.po
9685                 fix crash
9686                 updated by Andrej Kacian
9687
9688 2005-09-14 [paul]
9689
9690         1.9.15-rc1 released
9691
9692 2005-09-14 [paul]       1.9.14cvs27
9693
9694         * po/es.po
9695                 updated by Ricardo Mones Lastra
9696         * src/compose.c
9697         * src/compose.h
9698                 associate no_wrap_tags to Compose windows
9699                 instead of using a static one
9700                 Patch by Colin
9701         * src/mbox.c
9702                 fix proc_mbox()
9703                 Patch by wwp
9704         * src/textview.c
9705                 remove unneeded printf()
9706
9707 2005-09-14 [paul]       1.9.14cvs26
9708
9709         * src/addrcache.c
9710         * src/codeconv.h
9711         * src/folder.h
9712         * src/mainwindow.h
9713         * src/mh.c
9714         * src/mimeview.h
9715         * src/partial_download.c
9716         * src/pop.c
9717         * src/prefs_account.c
9718         * src/prefs_account.h
9719         * src/prefs_actions.c
9720         * src/prefs_customheader.c
9721         * src/prefs_display_header.c
9722         * src/prefs_filtering_action.c
9723         * src/prefs_matcher.c
9724         * src/prefs_toolbar.c
9725         * src/privacy.h
9726         * src/procmime.c
9727         * src/procmime.h
9728         * src/procmsg.h
9729         * src/textview.c
9730         * src/undo.h
9731         * src/common/plugin.c
9732         * src/common/session.h
9733         * src/common/socket.c
9734         * src/common/socket.h
9735         * src/common/template.c
9736         * src/gtk/gtkaspell.c
9737         * src/gtk/quicksearch.h
9738         * src/plugins/pgpcore/passphrase.c
9739         * src/plugins/pgpcore/prefs_gpg.h
9740         * src/plugins/pgpcore/select-keys.c
9741         * src/plugins/pgpcore/select-keys.h
9742         * src/plugins/pgpcore/sgpgme.c
9743         * src/plugins/pgpinline/pgpinline.c
9744         * src/plugins/pgpmime/pgpmime.c
9745         * src/plugins/trayicon/trayicon.c
9746                 fix compilation warnings
9747                 Patch by Daniel Gustafson
9748
9749 2005-09-14 [paul]       1.9.14cvs25
9750
9751         * src/addressbook.c
9752                 add missing column header, and other small
9753                 bug fixes
9754                 Patch by Anders Hammar
9755
9756 2005-09-13 [colin]      1.9.14cvs24
9757
9758         * src/gtk/gtkaspell.c
9759                 Fix non-utf8 in menu
9760                 Fix little leaks
9761                 Nullify struct members after free()s
9762
9763 2005-09-13 [colin]      1.9.14cvs23
9764
9765         * src/compose.c
9766                 Test utf8 compliance before inserting to 
9767                 buffer, and try to convert if necessary
9768         * src/procmime.c
9769                 If no charset is present, use the locale 
9770                 one instead of us-ascii
9771         * src/procmsg.c
9772                 Add Sender, List-Post and To in the checked 
9773                 headers for automatic rules creation 
9774                 (thanks to wwp)
9775         * src/prefs_themes.c
9776         * src/gtk/gtkaspell.c
9777                 Remove deprecated functions. 
9778                 patch by Daniel Gustafson
9779
9780 2005-09-12 [colin]      1.9.14cvs22
9781
9782         * src/compose.c
9783                 Fix bug #448 (Scrolling/Redraw issue with 
9784                 address-fields in Header)
9785         * src/mainwindow.c
9786         * src/summaryview.c
9787         * src/summaryview.h
9788                 Fix loss of MSG_MARKED on move/copy
9789                 Fix bug #804 (Quicksearch togglebutton doesn't 
9790                 get depressed after '/' key is pressed)
9791
9792 2005-09-12 [paul]       1.9.14cvs21
9793
9794         * AUTHORS
9795         * src/gtk/logwindow.c
9796                 add 'Clear Log' to popup menu
9797                 Patch by Anders Hammar <anders.hammar@telia.com>
9798
9799 2005-09-12 [paul]       1.9.14cvs20
9800
9801         * src/compose.c
9802                 set correct sensitivity on attachments
9803                 popup menu
9804         * src/folder.c
9805                 fix typo
9806         * src/prefs_spelling.c
9807                 fix crash when no LANG env is set
9808         * src/common/xml.c
9809                 fix crash in wizard
9810                 don't use memeory after free
9811
9812         All patches by Daniel Gustafson
9813
9814 2005-09-12 [paul]       1.9.14cvs19
9815
9816         * src/prefs_themes.c
9817                 make theme info selectable
9818         * src/gtk/description_window.c
9819                 make window non-modal
9820         * tools/README
9821                 add details of asus_mailed.sh
9822         * tools/claws.i18n.status.pl
9823                 update for new zh_TW translator
9824                 widen the output
9825                 create alternate coloured lines
9826                 improve readability
9827
9828 2005-09-10 [colin]      1.9.14cvs18
9829
9830         * src/plugins/pgpcore/select-keys.c
9831                 Better order for the buttons
9832
9833 2005-09-10 [colin]      1.9.14cvs17
9834
9835         * src/compose.c
9836         * src/plugins/pgpcore/select-keys.c
9837         * src/plugins/pgpcore/select-keys.h
9838         * src/plugins/pgpcore/sgpgme.c
9839                 Add a "Don't encrypt" button to the key
9840                 selection dialog. Fixes bug #177 (There should be a 
9841                 'Don't encrypt button in the Select Keys dialog)
9842
9843 2005-09-10 [colin]      1.9.14cvs16
9844
9845         * src/compose.c
9846                 Fix bug #572 (%X option does not work with templates)
9847
9848 2005-09-10 [colin]      1.9.14cvs15
9849
9850         * src/toolbar.c 
9851                 Remove g_print
9852
9853 2005-09-10 [colin]      1.9.14cvs14
9854
9855         * src/imap.c
9856                 Fix a possible crash
9857
9858 2005-09-09 [colin]      1.9.14cvs13
9859
9860         * src/imap.c
9861         * src/etpan/imap-thread.c
9862         * src/etpan/imap-thread.h
9863                 Fix moving from queue or drafts to normal folders
9864                 Fix bug #794 (No way to delete without expunging)
9865                 Take flags unset by other mailers into account
9866                 Take deleted flag set by other mailers into account
9867                 Fix unsetting REPLIED flag
9868                 Fix crash when capabilities can't be retrieved
9869         * src/mainwindow.c
9870         * src/mainwindow.h
9871                 Add M_DELAYED_FLAGS condition, and let the user use
9872                 Execute in order to be able to expunge deleted mails,
9873                 even if he's not in delayed execute mode
9874         * src/prefs_spelling.c
9875                 Use 'en' dictionary by default if LANG is POSIX or C
9876         * src/gtk/prefswindow.c
9877                 Fix bug #767 (Preferences windows expanding) by making
9878                 the window a bit larger when the resolution is greater
9879                 than 640x480, and by putting the prefs in a
9880                 GtkScrolledWindow.
9881
9882 2005-09-09 [paul]       1.9.14cvs12
9883
9884         * AUTHORS
9885         * configure.ac
9886         * po/zh_TW.Big5.po      ** REMOVED **
9887         * po/zh_TW.po           ** ADDED **
9888                 updated by Wei-Lun Chao
9889
9890 2005-09-09 [paul]       1.9.14cvs11
9891
9892         * src/mainwindow.c
9893                 fix asserts
9894         * src/common/xml.c
9895                 delay memory allocation until file is
9896                 opened successfully
9897                 Patch by Daniel Gustafson
9898
9899 2005-09-09 [colin]      1.9.14cvs10
9900
9901         * src/imap.c
9902                 Add guards
9903
9904 2005-09-08 [colin]      1.9.14cvs9
9905
9906         * src/compose.c
9907                 Alert when we can't save draft
9908                 Fix various wrap/color issues
9909                 Add mid-click pasting respecting wrap_paste option
9910         * src/folder.c
9911         * src/folder.h
9912         * src/folder_item_prefs.c
9913         * src/folder_item_prefs.h
9914         * src/imap.c
9915         * src/imap_gtk.c
9916         * src/imap_gtk.h
9917         * src/main.c
9918         * src/mainwindow.c
9919         * src/mainwindow.h
9920         * src/news.c
9921         * src/news_gtk.c
9922         * src/news_gtk.h
9923         * src/prefs_folder_item.c
9924                 Fix the impossibility to synchronise folders for
9925                 offline use (IMAP and NNTP are concerned)
9926
9927 2005-09-08 [colin]      1.9.14cvs8
9928
9929         * configure.ac
9930                 Build LDAP and JPilot by default if available
9931         * src/textview.c
9932                 Fix use after free
9933
9934 2005-09-08 [paul]       1.9.14cvs7
9935
9936         * doc/manual/en/sylpheed-1.html
9937         * doc/manual/en/sylpheed-18.html
9938         * doc/manual/en/sylpheed-19.html
9939         * doc/manual/en/sylpheed-4.html
9940         * doc/manual/en/sylpheed-6.html
9941         * doc/manual/en/sylpheed.html
9942                 a few minor updates, plus include some
9943                 details about plugins and their requirements
9944         * src/mainwindow.c
9945                 minor changes to English in /View/Sort
9946
9947 2005-09-07 [colin]      1.9.14cvs6
9948
9949         * doc/manual/en/sylpheed-1.html
9950         * doc/manual/en/sylpheed-10.html
9951         * doc/manual/en/sylpheed-11.html
9952         * doc/manual/en/sylpheed-12.html
9953         * doc/manual/en/sylpheed-13.html
9954         * doc/manual/en/sylpheed-14.html
9955         * doc/manual/en/sylpheed-15.html
9956         * doc/manual/en/sylpheed-16.html
9957         * doc/manual/en/sylpheed-17.html
9958         * doc/manual/en/sylpheed-18.html
9959         * doc/manual/en/sylpheed-19.html
9960         * doc/manual/en/sylpheed-2.html
9961         * doc/manual/en/sylpheed-20.html
9962         * doc/manual/en/sylpheed-21.html
9963         * doc/manual/en/sylpheed-22.html
9964         * doc/manual/en/sylpheed-3.html
9965         * doc/manual/en/sylpheed-4.html
9966         * doc/manual/en/sylpheed-5.html
9967         * doc/manual/en/sylpheed-6.html
9968         * doc/manual/en/sylpheed-7.html
9969         * doc/manual/en/sylpheed-8.html
9970         * doc/manual/en/sylpheed-9.html
9971         * doc/manual/en/sylpheed.html
9972                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9973
9974 2005-09-07 [colin]      1.9.14cvs5
9975
9976         * src/mainwindow.c
9977                 Make labels more to-the-point
9978
9979 2005-09-07 [colin]      1.9.14cvs4
9980
9981         * doc/manual/en/sylpheed-1.html
9982         * doc/manual/en/sylpheed-12.html
9983         * doc/manual/en/sylpheed-13.html
9984         * doc/manual/en/sylpheed-14.html
9985         * doc/manual/en/sylpheed-15.html
9986         * doc/manual/en/sylpheed-16.html
9987         * doc/manual/en/sylpheed-17.html
9988         * doc/manual/en/sylpheed-18.html
9989         * doc/manual/en/sylpheed-19.html
9990         * doc/manual/en/sylpheed-2.html
9991         * doc/manual/en/sylpheed-20.html
9992         * doc/manual/en/sylpheed-21.html
9993         * doc/manual/en/sylpheed-22.html
9994         * doc/manual/en/sylpheed-4.html
9995         * doc/manual/en/sylpheed-5.html
9996         * doc/manual/en/sylpheed-6.html
9997         * doc/manual/en/sylpheed-7.html
9998         * doc/manual/en/sylpheed-8.html
9999         * doc/manual/en/sylpheed-9.html
10000         * doc/manual/en/sylpheed.html
10001                 Update manual
10002
10003 2005-09-07 [colin]      1.9.14cvs3
10004
10005         * doc/faq/en/sylpheed-faq-1.html
10006         * doc/faq/en/sylpheed-faq-2.html
10007         * doc/faq/en/sylpheed-faq-3.html
10008         * doc/faq/en/sylpheed-faq.html
10009                 Update FAQ
10010
10011 2005-09-07 [colin]      1.9.14cvs2
10012
10013         * src/folderview.c
10014         * src/procmsg.c
10015         * src/summaryview.c
10016         * src/toolbar.c
10017                 Fix special subfolders:
10018                 - Inherit parent's icon
10019                 - sent contents of queues subfolders
10020                 - empty subfolders of trashes
10021         * src/mainwindow.c
10022                 Remove outdated manual and faq entries
10023         * src/common/utils.c
10024                 Add quotes around %s coming from mailcap
10025
10026 2005-09-07 [colin]      1.9.14cvs1
10027
10028         * src/compose.c
10029                 After saving draft, set modified to FALSE
10030         * src/mimeview.c
10031         * src/common/utils.c
10032         * src/common/utils.h
10033                 Try to open mime parts using what is 
10034                 indicated in ~/.mailcap or /etc/mailcap,
10035                 if possible.
10036
10037 2005-09-05 [paul]       1.9.14
10038
10039         1.9.14 released
10040
10041         * po/sk.po
10042                 updated by Andrej Kacian
10043
10044 2005-09-05 [paul]       1.9.13cvs83
10045
10046         * po/de.po
10047         * po/es.po
10048         * po/fi.po
10049         * po/fr.po
10050         * po/nb.po
10051         * po/pt_BR.po
10052         * po/sr.po
10053                 updated translations by Thomas Gilgin, Ricardo Mones
10054                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10055                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10056
10057 2005-09-04 [paul]       1.9.13cvs82
10058
10059         * src/compose.c
10060                 only warn about exceeded line length limit
10061                 on send
10062
10063 2005-09-04 [paul]       1.9.13cvs81
10064
10065         * src/compose.c
10066                 fix crash in 'line length exceeded' dialogue
10067
10068 2005-09-02 [paul]       1.9.13cvs80
10069
10070         * src/imap.c
10071                 fix bug 795, 'Connection lost IMAP'
10072                 and add statusbar prints
10073                 Patch by Colin
10074
10075 2005-09-02 [paul]       1.9.13cvs79
10076
10077         * src/compose.c
10078                 compose_wrap_paragraph() becomes
10079                 compose_beautify_paragraph()
10080                 Patch by Colin
10081
10082 2005-09-02 [colin]      1.9.13cvs78
10083
10084         * src/folderview.c
10085                 Micro-fix
10086
10087 2005-09-01 [colin]      1.9.13cvs77
10088
10089         * src/imap.c
10090                 Maybe fix bug #795 (Connection lost IMAP)
10091                 Don't try to send logout when we're disconnected.
10092         * src/summaryview.c
10093                 Include locked and marked emails in HRM
10094                 view. Fixes bug #800 (Locked messages no longer 
10095                 show up when hide read messages is used)
10096
10097 2005-09-01 [paul]       1.9.13cvs76
10098
10099         * src/prefs_common.c
10100                 fix bad cutting
10101
10102 2005-08-31 [colin]      1.9.13cvs75
10103
10104         * src/folderview.c
10105         * src/folderview.h
10106         * src/prefs_summaries.c
10107         * src/summaryview.c
10108                 Fix "go to next new", fix preference
10109                 (Open unread/next swapped)
10110
10111 2005-08-31 [paul]       1.9.13cvs74
10112
10113         * src/compose.c
10114         * src/folderview.c
10115         * src/headerview.c
10116         * src/headerview.h
10117         * src/mainwindow.c
10118         * src/prefs_common.c
10119         * src/prefs_common.h
10120         * src/prefs_fonts.c
10121         * src/summaryview.c
10122         * src/textview.c
10123         * src/common/defs.h
10124                 remove obsolete BOLD_FONT setting
10125                 fix font update in headerview and textview
10126                 headers after prefs change
10127                 Patch By Colin
10128
10129 2005-08-31 [paul]
10130
10131         1.9.14-rc4 released
10132
10133 2005-08-30 [colin]      1.9.13cvs73
10134
10135         * src/summaryview.c
10136                 When Hide read messages is selected and we
10137                 refresh the summaryview, don't remove the 
10138                 currently displayed message. Fixes bug #797
10139                 (Summary view reloads when new mail is 
10140                 downloaded in 1.9.14 rc)
10141
10142 2005-08-30 [colin]      1.9.13cvs72
10143
10144         * src/folderview.c
10145                 Fix flickering
10146         * src/mainwindow.c
10147                 Remove useless callback
10148         * src/mimeview.c
10149         * src/gtk/filesel.c
10150         * src/gtk/filesel.h
10151                 Add a filesel_select_file_save_folder() - used by Save All
10152
10153 2005-08-29 [paul]       1.9.13cvs71
10154
10155         * AUTHORS
10156         * src/matcher_parser_parse.y
10157         * src/etpan/imap-thread.c
10158                 fix building on FreeBSD
10159                 Patch by Daniel Gustafson <daniel@hobbit.se>
10160
10161 2005-08-29 [paul]       1.9.13cvs70
10162
10163         * src/plugins/pgpinline/pgpinline.c
10164                 only initialise sig result if it's been handled
10165                 Patch by Colin
10166
10167 2005-08-29 [paul]       1.9.13cvs69
10168         
10169         Patches by Colin:
10170
10171         * src/imap.c
10172         * src/common.utils.c
10173         * src/common/utils.h
10174                 optimisation
10175         * src/stock_pixmap.h
10176                 fix wrong icon reference
10177         * src/pixmaps/trash_btn.xpm
10178                 replace with nicer image
10179
10180 2005-08-28 [colin]      1.9.13cvs68
10181
10182         * src/Makefile.am
10183         * src/stock_pixmap.c
10184         * src/stock_pixmap.h
10185         * src/toolbar.c
10186         * src/pixmaps/trash_btn.xpm
10187                 Add a specific trash xpm for the button
10188
10189 2005-08-28 [colin]      1.9.13cvs67
10190
10191         * src/imap.c
10192                 Fix leak
10193
10194 2005-08-27 [colin]      1.9.13cvs66
10195
10196         * src/imap.c
10197         * src/procmime.c
10198                 Correctly fix "Problem with replies", fixes
10199                 pgpmime encryption too. 
10200
10201 2005-08-27 [colin]      1.9.13cvs65
10202
10203         * src/folder.c
10204         * src/procmsg.c
10205         * src/procmsg.h
10206         * src/summaryview.c
10207                 Fix bug #517 (messages removed from summaryview 
10208                 when moving fails)
10209
10210 2005-08-27 [colin]      1.9.13cvs64
10211
10212         * tools/Makefile.am
10213         * tools/asus_mailled.sh
10214                 Add a script to blink ASUS laptops' mail LED where there
10215                 is unread mail.
10216
10217 2005-08-27 [colin]      1.9.13cvs63
10218
10219         * src/imap.c
10220         * src/etpan/imap-thread.c
10221         * src/etpan/imap-thread.h
10222                 Implement automatic choosing of login method
10223                 Fixes bug #791
10224         * src/gtk/.cvsignore
10225                 Add sylpheed-marshal.[ch]
10226
10227 2005-08-27 [colin]      1.9.13cvs62
10228
10229         * src/common/utils.c
10230                 Fix confusing perror
10231
10232 2005-08-27 [colin]      1.9.13cvs61
10233
10234         * src/toolbar.c
10235         * src/toolbar.h
10236                 Remove A_DELETE, replace it with 
10237                 A_TRASH and A_DELETE_REAL. Automatically
10238                 rewrite config files to replace A_DELETE
10239                 with A_TRASH (no functionality change).
10240                 Fixes half of #794
10241
10242 2005-08-26 [colin]      1.9.13cvs60
10243
10244         * src/procmime.c
10245                 Previous "Problem with replies" fix brought other
10246                 problems, fixing them
10247
10248 2005-08-26 [colin]      1.9.13cvs59
10249
10250         * src/procmime.c
10251                 Fix "Problem with replies". This happened only
10252                 on IMAP...
10253         * src/procmsg.c
10254                 Factorize code a bit
10255         * src/compose.c
10256                 Speed improvement on very long messages (wrapping)
10257                 Fix signature color on Reedit and Redirect
10258                 On Reedit, don't attach pgp-signatures parts, but
10259                 set signing to On.
10260
10261 2005-08-24 [paul]       1.9.13cvs58
10262
10263         * src/compose.c
10264                 don't claim success when clicking
10265                 Cancel on the passphrase box.
10266                 Patch by Colin
10267
10268 2005-08-24 [paul]       1.9.13cvs57
10269
10270         * src/main.c
10271                 fix misplaced sylpheed.log
10272         * src/common/defs.h
10273                 define UIDL_DIR
10274
10275 2005-08-24 [paul]       1.9.13cvs56
10276
10277         * src/imap.c
10278         * src/etpan/imap-thread.c
10279         * src/etpan/imap-thread.h
10280                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10281                 Patch by Colin
10282         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10283         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10284                 remove autogenerated files
10285         * tools/kdeservicemenu/README
10286         * tools/kdeservicemenu/install.sh
10287         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10288         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10289                 use Claws icon, use 'Sylpheed-Claws' in menu,
10290                 use kdialog, and other cleanups
10291
10292 2005-08-23 [paul]       1.9.13cvs55
10293
10294         * src/compose.c
10295                 fix paste/wrap crash
10296                 Patch by Colin
10297
10298 2005-08-23 [paul]       1.9.13cvs54
10299
10300         * src/main.c
10301                 fix crash recovery
10302                 Patch by Colin
10303
10304 2005-08-23 [paul]       1.9.13cvs53
10305
10306         * src/addressbook.c
10307         * src/editaddress.c
10308                 view all data of LDAP contacts
10309                 Patch by Colin
10310
10311 2005-08-23 [paul]       1.9.13cvs52
10312
10313         * src/addressbook.c
10314                 fix issues with the Search field
10315                 Patch by Colin
10316
10317 2005-08-22 [paul]       1.9.13cvs51
10318
10319         * src/folderview.c
10320                 put name of folder in processing dialog
10321                 title
10322         * src/prefs_folder_item.c
10323                 improve english usage
10324
10325 2005-08-22 [paul]       1.9.13cvs50
10326
10327         * src/filtering.c
10328         * src/filtering.h
10329         * src/matcher.c
10330         * src/matcher_parser_lex.l
10331         * src/matcher_parser_parse.y
10332         * src/prefs_filtering.c
10333                 add Filtering/Processing rule names feature.
10334                 (the incompatible old matcherrc is saved as
10335                 matcherrc.pre_names).
10336                 Patch by Colin
10337
10338 2005-08-22 [paul]       1.9.13cvs49
10339
10340         * src/procmsg.c
10341                 fix colour labelling
10342                 Patch by Colin
10343
10344 2005-08-22 [paul]       1.9.13cvs48
10345
10346         * src/textview.c
10347                 fix open_image_cb()
10348
10349 2005-08-22 [paul]       1.9.13cvs47
10350
10351         * src/imap.c
10352                 fix bug 789, 'SC crashes with imap (CVS ver)'
10353                 Patch by Colin
10354
10355 2005-08-22 [paul]       1.9.13cvs46
10356
10357         * src/mimeview.c
10358         * src/prefs_common.c
10359         * src/common/defs.h
10360                 define reused defaults in defs.h
10361         * src/textview.c
10362                 add 'Open image' to image popup menu
10363
10364 2005-08-21 [colin]      1.9.13cvs45
10365
10366         * src/summaryview.c
10367                 Fix bug #788 (Bogus "From" address displayed)
10368
10369 2005-08-20 [colin]      1.9.13cvs44
10370
10371         * src/folder.c
10372                 Fix buf #787 (multilevel delete causes SIGSEGV)
10373
10374 2005-08-19 [colin]      1.9.13cvs43
10375
10376         * src/inc.c
10377         * src/prefs_common.c
10378         * src/prefs_common.h
10379                 Add an hidden pref to allow modifying the
10380                 update stepping in incorporation.
10381                 Patch by wwp.
10382
10383 2005-08-19 [colin]      1.9.13cvs42
10384
10385         * src/compose.c
10386         * src/procmime.c
10387                 Workaround for broken MUAs: encode 
10388                 Content-type: name: as ASCII and 
10389                 Content-Disposition: filename: as
10390                 per rfc2231
10391         * src/prefs_account.c
10392                 Fix invisible-ness of SMTP SSL prefs
10393                 in NNTP accounts
10394
10395 2005-08-19 [paul]       1.9.13cvs41
10396
10397         * src/compose.c
10398         * src/prefs_common.c
10399         * src/prefs_common.h
10400         * src/prefs_wrapping.c
10401                 paste with or without wrapping.
10402                 patch by Colin
10403
10404 2005-08-19 [paul]       1.9.13cvs40
10405
10406         * src/prefs_common.c
10407         * src/prefs_common.h
10408         * src/summaryview.c
10409                 reintroduce enable_swap_from as a
10410                 hidden pref. patch by Colin
10411         * src/quote_fmt_parse.y
10412         * src/plugins/clamav/clamav_plugin.c
10413         * src/plugins/dillo_viewer/dillo_viewer.c
10414         * src/plugins/mathml_viewer/mathml_viewer.c
10415         * src/plugins/pgpcore/sgpgme.c
10416         * src/plugins/pgpinline/pgpinline.c
10417         * src/plugins/pgpmime/pgpmime.c
10418                 tidy up. patch by Colin
10419
10420 2005-08-19 [paul]       1.9.13cvs39
10421
10422         * configure.ac
10423                 complete cvs38's sync
10424         * src/editaddress.c
10425         * src/gedit-print.c
10426         * src/mutt.c
10427         * src/etpan/etpan-log.c
10428         * src/etpan/imap-thread.c
10429         * src/gtk/gtksourceprintjob.c
10430                 fix compilation warnings
10431                 (patch by Colin)
10432
10433 2005-08-19 [paul]       1.9.13cvs38
10434
10435         sync with main:
10436
10437         * src/account.c
10438         * src/action.c
10439         * src/addrbook.c
10440         * src/addrcache.c
10441         * src/addrharvest.c
10442         * src/addrindex.c
10443         * src/codeconv.c
10444         * src/compose.c
10445         * src/crash.c
10446         * src/exporthtml.c
10447         * src/exportldif.c
10448         * src/folder.c
10449         * src/image_viewer.c
10450         * src/inc.c
10451         * src/inc.h
10452         * src/jpilot.c
10453         * src/ldif.c
10454         * src/main.c
10455         * src/matcher.c
10456         * src/mbox.c
10457         * src/messageview.c
10458         * src/mh.c
10459         * src/mimeview.c
10460         * src/msgcache.c
10461         * src/mutt.c
10462         * src/news.c
10463         * src/partial_download.c
10464         * src/pine.c
10465         * src/pop.c
10466         * src/prefs_actions.c
10467         * src/prefs_common.c
10468         * src/prefs_customheader.c
10469         * src/prefs_display_header.c
10470         * src/prefs_gtk.c
10471         * src/prefs_themes.c
10472         * src/procheader.c
10473         * src/procmime.c
10474         * src/procmsg.c
10475         * src/recv.c
10476         * src/send_message.c
10477         * src/simple-gettext.c
10478         * src/sourcewindow.c
10479         * src/textview.c
10480         * src/vcard.c
10481         * src/common/defs.h
10482         * src/common/log.c
10483         * src/common/plugin.c
10484         * src/common/prefs.c
10485         * src/common/session.c
10486         * src/common/session.h
10487         * src/common/socket.c
10488         * src/common/socket.h
10489         * src/common/ssl_certificate.c
10490         * src/common/template.c
10491         * src/common/utils.c
10492         * src/common/utils.h
10493         * src/common/xml.c
10494         * src/gtk/about.c
10495         added wrappers for C library function that
10496                 take pathname arguments.
10497                 enabled compilation with MinGW.
10498                 use GDir instead of directly using opendir().
10499                 added rename_force().
10500
10501 2005-08-19 [paul]       1.9.13cvs37
10502         
10503         patches by Colin:
10504         * src/compose.c
10505                 fix privacy settings on re-editing
10506                 a sent message
10507         * src/jpilot.c
10508                 fix encoding bug
10509         * src/folder.c
10510         * src/procmsg.c
10511         * src/procmsg.h
10512         * src/summaryview.c
10513                 flag changing optimisation
10514
10515 2005-08-18 [martin]     1.9.13cvs36
10516
10517         * commitHelper
10518             added my login
10519         * src/addrcache.c
10520         * src/addrharvest.c
10521         * src/addrindex.c
10522         * src/compose.c
10523         * src/grouplistdialog.c
10524         * src/main.c
10525         * src/mainwindow.c
10526         * src/msgcache.c
10527         * src/mutt.c
10528         * src/pine.c
10529         * src/prefs_account.c
10530         * src/prefs_themes.c
10531         * src/stock_pixmap.c
10532         * src/summaryview.c
10533         * src/gtk/about.c
10534         * src/gtk/logwindow.c
10535             removed deprecated glib and gdk stuff
10536         * src/plugins/pgpcore/select-keys.c
10537             convert attributes from locale to utf8
10538
10539 2005-08-17 [paul]       1.9.13cvs35
10540
10541         * src/account.c
10542         * src/addressbook.c
10543                 use new GTK_STOCK_ icons if available
10544         * src/summaryview.c
10545         * src/gtk/gtksctree.c
10546         * src/gtk/gtksctree.h
10547                 faster range select. patch by Colin
10548
10549 2005-08-17 [paul]       1.9.13cvs34
10550
10551         patches by colin:
10552         * src/addressbook.c
10553         * src/addressitem.h
10554                 Add an edit button for contacts, fix selections
10555                 of gtksctree items
10556         * src/editaddress.c
10557                 Change labels, let Save be always possible in the
10558                 email and user atributes tabs
10559         * src/folderview.c
10560                 fix sort issues
10561         * src/summaryview.c
10562                 select next item instead of the displayed one
10563                 after deletion
10564
10565         * src/gtk/progressdialog.c
10566                 use prefs_common.enable_rules_hint
10567
10568 2005-08-13 [hoa]        1.9.13cvs33
10569
10570         * src/etpan/imap-thread.c
10571                 fixed build on Solaris.
10572
10573 2005-08-10 [colin]      1.9.13cvs32
10574
10575         * src/procmsg.c
10576                 Fix cvs31 (missing fclose before reading
10577                 the file)
10578
10579 2005-08-10 [colin]      1.9.13cvs31
10580
10581         * src/procmsg.c
10582                 Fix procmsg_msginfo_new_from_mimeinfo() when
10583                 the MimeInfo isn't stored in memory. This fixes
10584                 replying to an attached message.
10585
10586 2005-08-10 [colin]      1.9.13cvs30
10587
10588         * src/mainwindow.c
10589                 Fix slowness in account changing
10590
10591 2005-08-10 [colin]      1.9.13cvs29
10592
10593         * src/folder.c
10594         * src/folderutils.c
10595         * src/folderview.c
10596         * src/imap_gtk.c
10597         * src/mainwindow.c
10598         * src/mh_gtk.c
10599         * src/procmsg.c
10600         * src/summaryview.c
10601                 Optimize folder_has_parent_of_type
10602                 Prevent moving special sub-folders from contextual menus
10603                 Rework message a bit ("Empty all messages" -> "Delete all
10604                 messages")
10605                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10606                 and "Deleted Items" folders)
10607
10608 2005-08-08 [colin]      1.9.13cvs28
10609
10610         * src/summaryview.c
10611         * src/prefs_summaries.c
10612                 Make "Select first unread|new" more flexible
10613                 (just prioritize new or unread)
10614
10615 2005-08-08 [colin]      1.9.13cvs27
10616
10617         * src/summaryview.c
10618                 If "select first new" is selected and there only
10619                 are unread messages, fallback to "select first
10620                 unread".
10621
10622 2005-08-08 [colin]      1.9.13cvs26
10623
10624         * src/folder.c
10625                 Fix shameful bugs (and bug #779)
10626
10627 2005-08-08 [colin]      1.9.13cvs25
10628
10629         * src/folder.c
10630         * src/folder.h
10631                 Cache parents' type to make folder_has_parent_of_type
10632                 faster
10633         * src/folderview.c
10634                 Forbid DnD of special sub-folders
10635         * src/procmsg.c
10636         * src/procmsg.h
10637                 Add MAIL_POSTFILTERING_HOOK
10638         * src/summaryview.c
10639                 Revert over-zealous deletion of the use_addr_book 
10640                 code
10641
10642 2005-08-07 [colin]      1.9.13cvs24
10643
10644         * src/folder.c
10645                 Fix big mistake (passing MsgInfo instead 
10646                 of FolderItem)
10647
10648 2005-08-07 [colin]      1.9.13cvs23
10649
10650         * src/compose.c
10651         * src/folder.c
10652         * src/folder.h
10653         * src/foldersel.c
10654         * src/folderutils.c
10655         * src/folderview.c
10656         * src/imap.c
10657         * src/mainwindow.c
10658         * src/messageview.c
10659         * src/mh.c
10660         * src/msgcache.c
10661         * src/procmime.c
10662         * src/summaryview.c
10663                 Make subfolders of Drafts, Queue, Outbox, Trash
10664                 work like their parents. 
10665                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10666
10667 2005-08-07 [colin]      1.9.13cvs22
10668
10669         * src/addressbook.c
10670                 Fix bug #771 (Dragged contacts not saved)
10671
10672 2005-08-07 [paul]       1.9.13cvs21
10673
10674         * src/summaryview.c
10675                 fix bug 32 'Search Doesn't display results
10676                 if "Hide Read Messages" is chosen'
10677                 be more literal in interpreting 'Hide read
10678                 messages'
10679
10680 2005-08-07 [colin]      1.9.13cvs20
10681
10682         * src/folderview.c
10683                 Add debug
10684         * src/summaryview.c
10685                 Faster 'unthread_for_execution'
10686
10687 2005-08-06 [paul]       1.9.13cvs19
10688
10689         * src/mainwindow.c
10690                 add mnemonics to Set displayed columns
10691                 fix bug where msgview_visible option was
10692                 overwritten as TRUE on startup
10693
10694 2005-08-06 [paul]       1.9.13cvs18
10695
10696         * src/mainwindow.c
10697                 refer to 'displayed columns in folder/message
10698                 list' not 'displayed items in summary/message view'
10699         * src/prefs_display_header.c
10700                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10701                 be consistent with similar dialogues
10702         * src/prefs_folder_column.c
10703         * src/prefs_summary_column.c
10704                 'columns' not 'items', and folder and message lists,
10705                 instead of folder and summary views;
10706                 Use 'Hidden columns' as list heading not 'Available
10707                 items';
10708                 move the 'Remove' button to the right hand side;
10709                 top-align the buttons;
10710                 remove unneeded vbox
10711         * src/prefs_summaries.c
10712                 put the 2 column prefs buttons in a frame to reduce
10713                 overall width; refer to columns not items &c.
10714
10715 2005-08-05 [colin]      1.9.13cvs17
10716
10717         * src/prefs_common.c
10718         * src/prefs_common.h
10719         * src/mainwindow.c
10720         * src/compose.c
10721         * src/messageview.c
10722                 Add an hidden toolbar_detachable pref, so
10723                 that I can get rid of these painful handles
10724                 in the toolbars. Defaults to TRUE to avoid
10725                 changing the GUI on unsuspecting people...
10726
10727 2005-08-05 [colin]      1.9.13cvs16
10728
10729         * src/Makefile.am
10730         * src/prefs_folder_column.c
10731         * src/prefs_folder_column.h
10732                 Add prefs for folder columns
10733         * src/folderview.c
10734         * src/folderview.h
10735         * src/mainwindow.c
10736         * src/mainwindow.h
10737         * src/prefs_common.c
10738         * src/prefs_common.h
10739         * src/prefs_summaries.c
10740                 Use them
10741         * src/prefs_summary_column.c
10742         * src/summaryview.c
10743         * src/summaryview.h
10744                 Add a To column
10745         * src/textview.c
10746         * src/common/utils.c
10747         * src/common/utils.h
10748                 Move uri colourisation functions
10749                 to utils
10750         * src/compose.c
10751                 Colourise URIs
10752         * src/imap.c
10753                 Fix bug with LIST where we'd try
10754                 to get Folder//////[...]/// 
10755
10756 2005-08-05 [paul]       1.9.13cvs15
10757
10758         * src/prefs_summaries.c
10759                 improve the English usage
10760         * src/summaryview.c
10761                 set font on column change
10762                 thanks to Colin
10763
10764 2005-08-05 [paul]       1.9.13cvs14
10765
10766         * src/prefs_common.c
10767         * src/prefs_common.h
10768         * src/prefs_summaries.c
10769         * src/summaryview.c
10770                 replace 'open_unread_on_enter' option with
10771                 'select_on_entry' option. opening/not opening
10772                 is now exclusively controlled by 'always_show_msg'
10773
10774 2005-08-04 [colin]      1.9.13cvs13
10775
10776         * src/compose.c
10777                 Remove dead code
10778                 Add colourisation of quotes and signatures
10779         * src/folderview.c
10780                 Fix possible crashes
10781         * src/messageview.c
10782                 Change an assert that is no problem
10783         * src/news.c
10784         * src/news_gtk.c
10785         * src/news_gtk.h
10786                 Fix offline mode
10787         * src/gtk/quicksearch.c
10788                 Fix a possible crash
10789
10790 2005-08-03 [colin]      1.9.13cvs12
10791
10792         * src/prefs_account.c
10793                 Fix bug #777 (Sylpheed crash in account configuration)
10794
10795 2005-08-03 [colin]      1.9.13cvs11
10796
10797         * src/addressbook.c
10798         * src/editaddress.c
10799         * src/editgroup.c
10800                 Fixing addressbook, round 2
10801         * src/textview.c
10802                 Fix emphasis color on rechecking 'Colorize messages'
10803
10804 2005-08-03 [paul]       1.9.13cvs10
10805
10806         sync with main
10807
10808         * src/addr_compl.c
10809         * src/compose.c
10810         * src/main.c
10811         * src/pop.c
10812         * src/prefs_account.c
10813         * src/procmime.c
10814         * src/procmsg.c
10815         * src/quote_fmt_parse.y
10816         * src/textview.c
10817         * src/common/quoted-printable.c
10818         * src/common/utils.c
10819         * src/common/utils.h
10820         * src/common/xml.c
10821                 replaced incorrect locale-independent
10822                 ctype functions with GLib's. Corrected
10823                 signedness mismatch.
10824         * src/headerview.c
10825                 headerview_create(): added spacing for vbox.
10826         * src/gtk/about.c
10827                 set focus to the OK button.
10828
10829 2005-08-03 [colin]      1.9.13cvs9
10830
10831         * src/folderview.c
10832                 Fix possible crash
10833
10834 2005-08-02 [colin]      1.9.13cvs8
10835
10836         * src/mainwindow.c
10837                 Fix cast
10838         * src/addressbook.c
10839         * src/addressitem.h
10840                 Fix a cast and more generally, try to make the
10841                 GUI more intuitive and consistent (round 1)
10842
10843 2005-08-02 [paul]       1.9.13cvs7
10844
10845         * src/folder.h
10846                 missing in 1.9.13cvs6
10847
10848 2005-08-02 [colin]      1.9.13cvs6
10849
10850         * src/folder.c
10851                 Fix one more leak
10852
10853 2005-08-02 [colin]      1.9.13cvs5
10854
10855         * src/folder.c
10856         * src/folderview.c
10857         * src/imap.c
10858         * src/main.c
10859         * src/mbox.c
10860         * src/procmsg.c
10861         * src/summaryview.c
10862                 Fix a number of folder_item_get_msg_list()-related
10863                 leaks (missing procmsg_msginfo_free()s)
10864
10865 2005-08-01 [colin]      1.9.13cvs4
10866
10867         * src/folderview.c
10868         * src/folderview.h
10869         * src/mainwindow.c
10870         * src/prefs_fonts.c
10871         * src/prefs_summaries.c
10872         * src/prefs_themes.c
10873         * src/summaryview.c
10874         * src/summaryview.h
10875         * src/textview.c
10876         * src/textview.h
10877                 Fix instant-apply of summary and folderview-related prefs
10878                 Fix erroneous g_free and alertpanels in prefs_theme
10879                 Add instant-apply for fonts
10880                 Defer applying of prefs a little bit so it's done only
10881                 once even if requested by multiples prefs pages
10882
10883 2005-08-01 [paul]       1.9.13cvs3
10884
10885         * src/main.c
10886                 fix bug 776 'S.C. crashes on close'
10887                 thanks to Colin
10888         * src/etpan/etpan-thread-manager-types.h
10889                 add missing include
10890                 thanks to Hoa
10891
10892 2005-07-25 [paul]       1.9.13cvs2
10893
10894         * src/summaryview.c
10895                 fix typos. spotted by Fabien Vantard
10896
10897 2005-07-24 [paul]       1.9.13cvs1
10898
10899         * doc/man/sylpheed.1
10900                 update man page, incorporating fix of
10901                 bug 769 'Typo in manpage'
10902         * src/etpan/imap-thread.c
10903                 fix NetBSD openssl dependencies. patch by
10904                 George Michaelson <ggm@apnic.net>
10905         * po/pt_BR.po
10906                 updated by Frederico Goncalves Guimaraes
10907
10908 2005-07-22 [paul]       1.9.13
10909
10910         1.9.13 release
10911
10912 2005-07-22 [paul]       1.9.12cvs91
10913
10914         * AUTHORS
10915         * INSTALL
10916         * README.claws
10917         * RELEASE_NOTES.claws
10918                 updated for release
10919         * configure.ac
10920         * po/nb.po
10921         * tools/claws.i18n.status.pl
10922                 add Norwegian translation. submiited by
10923                 Geir Helland <pjallabais@users.sourceforge.net>
10924         * po/ca.po
10925         * po/de.po
10926         * po/es.po
10927         * po/fi.po
10928         * po/fr.po
10929         * po/it.po
10930         * po/sk.po
10931         * po/sr.po
10932         * po/zh_CN.po
10933                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10934                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10935                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10936                 Yang Guilong
10937         * src/plugins/clamav/clamav_plugin_gtk.c
10938         * src/plugins/spamassassin/spamassassin_gtk.c
10939                 replace outdated description strings
10940
10941 2005-07-21 [colin]      1.9.12cvs90
10942
10943         * src/folder.c
10944                 Set folder to batch mode when scanning it. Makes deletion
10945                 of unread mails on IMAP much faster (due to the UNREAD 
10946                 flag unsetting)
10947
10948 2005-07-21 [darko]      1.9.12cvs89
10949
10950         * configure.ac
10951                 link against libresolv if necessary (patch by Paul)
10952         * src/msgcache.c
10953                 use glib's portable macros to determine endianness
10954
10955 2005-07-21 [paul]       1.9.12cvs88
10956
10957         * src/crash.c
10958         * src/gtk/about.c
10959                 update compiled-in features list
10960
10961 2005-07-20 [colin]      1.9.12cvs87
10962
10963         * src/folder.c
10964         * src/textview.c
10965                 Gcc 2.9x compilation fixes, thanks to Darko
10966         * src/plugins/clamav/clamav_plugin.c
10967                 Little optimisation: load virus database only once
10968         * src/plugins/spamassassin/spamassassin.c
10969                 Big optimisation: filtering one mail took at least 1 second,
10970                 now it takes at least 50ms. Doesn't speed up spamassassin 
10971                 itself, but should already be much more tolerable.
10972
10973 2005-07-20 [colin]      1.9.12cvs86
10974
10975         * src/summaryview.c
10976                 Fix performance issue
10977
10978 2005-07-19 [colin]      1.9.12cvs85
10979
10980         * src/plugins/pgpinline/plugin.c
10981                 Fix warning
10982
10983 2005-07-19 [colin]      1.9.12cvs84
10984
10985         * configure.ac
10986         * src/plugins/Makefile.am
10987         * src/plugins/pgpinline/.cvsignore
10988         * src/plugins/pgpinline/Makefile.am
10989         * src/plugins/pgpinline/pgpinline.c
10990         * src/plugins/pgpinline/pgpinline.deps
10991         * src/plugins/pgpinline/pgpinline.h
10992         * src/plugins/pgpinline/plugin.c
10993                 Put pgpinline in the main tree
10994
10995 2005-07-19 [paul]       1.9.12cvs83
10996
10997         * src/prefs_actions.c
10998                 prevent '//' in menu names, which cause a crash
10999                 thanks to Colin
11000
11001 2005-07-19 [paul]       1.9.12cvs82
11002
11003         * configure.ac
11004                 be generally more informative in configure output.
11005                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11006                 '[ --disable-openssl ...', as --enable-openssl is default
11007                 PGP/MIME: don't check for GPGME again, check for
11008                 pgpcore instead. Therefore prevent the possibility of
11009                 attempting to build pgpmime if pgpcore dependencies are
11010                 not met
11011                 ClamAV: use pkgconfig to check for lib
11012                 libgnomeprint: revert logic on inner test to match
11013                 everything else
11014         * src/plugins/pgpcore/sgpgme.c
11015                 add missing include
11016
11017 2005-07-19 [colin]      1.9.12cvs81
11018
11019         * src/summaryview.c
11020                 Fix slow thread rebuilding in particular
11021                 cases
11022
11023 2005-07-19 [paul]       1.9.12cvs80
11024
11025         * sylpheed-claws.desktop
11026                 fix typo, spotted by Stephan Sachse
11027         * src/account.c
11028                 replace GTK_STOCK_ADD with
11029                 GTK_STOCK_NEW button
11030
11031 2005-07-18 [colin]      1.9.12cvs79
11032
11033         * src/etpan/imap-thread.c
11034                 Fix return value (Thanks Hoa)
11035
11036 2005-07-18 [colin]      1.9.12cvs78
11037
11038         * src/imap.c
11039                 Allow empty passwords
11040                 Create drafts/queue/outbox if necessary
11041         * src/summaryview.c
11042                 Remove old code
11043         * src/etpan/imap-thread.c
11044                 Fix STARTTLS (Thanks to Hoa)
11045
11046 2005-07-18 [paul]       1.9.12cvs77
11047
11048         * ChangeLog-gtk2.jp
11049         * ChangeLog.jp
11050                 removed
11051         * Makefile.am
11052                 updated to reflect additions and removals
11053         * TODO
11054                 updated to be claws-specific
11055         * TODO-gtk2
11056         * TODO-gtk2.jp
11057         * TODO.jp
11058         * sylpheed-128x128.png
11059         * sylpheed-64x64.png
11060                 removed
11061         * sylpheed-claws-128x128.png
11062         * sylpheed-claws-64x64.png
11063         * sylpheed-claws.desktop
11064         * sylpheed-claws.png
11065                 added
11066         * sylpheed.desktop
11067         * sylpheed.png
11068                 removed
11069
11070 2005-07-17 [paul]       1.9.12cvs76
11071
11072         * src/account.c
11073         * src/addressbook.c
11074         * src/alertpanel.c
11075         * src/alertpanel.h
11076         * src/compose.c
11077         * src/exphtmldlg.c
11078         * src/expldifdlg.c
11079         * src/folderview.c
11080         * src/imap_gtk.c
11081         * src/inc.c
11082         * src/message_search.c
11083         * src/messageview.c
11084         * src/mh_gtk.c
11085         * src/news_gtk.c
11086         * src/prefs_actions.c
11087         * src/prefs_filtering.c
11088         * src/prefs_matcher.c
11089         * src/prefs_template.c
11090         * src/prefs_themes.c
11091         * src/ssl_manager.c
11092         * src/summary_search.c
11093         * src/textview.c
11094         * src/toolbar.c
11095         * src/gtk/sslcertwindow.c
11096         * src/plugins/pgpcore/sgpgme.c
11097                 rework alertpanels
11098
11099 2005-07-17 [colin]      1.9.12cvs75
11100
11101         * src/privacy.c
11102                 add a PrivacySystem accessor that checks that
11103                 the system cached in a MimeInfo's privacydata
11104                 is still registered. Use this accessor instead
11105                 of directly using data->system. Fixes crashes
11106                 after unloading pgp plugins.
11107
11108 2005-07-17 [colin]      1.9.12cvs74
11109
11110         * src/alertpanel.c
11111                 Change geometry hints to a simple default size.
11112                 Fixes the certs dialogs.
11113
11114 2005-07-17 [colin]      1.9.12cvs73
11115
11116         * src/gtk/sslcertwindow.c
11117                 Use a gtkExpander
11118
11119 2005-07-17 [colin]      1.9.12cvs72
11120
11121         * src/plugins/pgpcore/Makefile.am
11122         * src/plugins/pgpmime/Makefile.am
11123                 Add gpgme libs
11124
11125 2005-07-17 [paul]       1.9.12cvs71
11126
11127         * configure.ac
11128                 add --disable-gnomeprint option
11129                 modified version of patch by Marius Mauch
11130
11131 2005-07-17 [paul]       1.9.12cvs70
11132
11133         * src/common/defs.h
11134                 update urls
11135         * src/account.c
11136         * src/action.c
11137         * src/addressbook.c
11138         * src/compose.c
11139         * src/foldersel.c
11140         * src/folderview.c
11141         * src/html.c
11142         * src/imap_gtk.c
11143         * src/main.c
11144         * src/mainwindow.c
11145         * src/messageview.c
11146         * src/mh_gtk.c
11147         * src/mimeview.c
11148         * src/news_gtk.c
11149         * src/prefs_account.c
11150         * src/prefs_send.c
11151         * src/prefs_summaries.c
11152         * src/procmsg.c
11153         * src/summaryview.c
11154         * src/common/utils.c
11155         * src/common/xml.c
11156         * src/plugins/pgpcore/passphrase.c
11157         * src/plugins/pgpcore/select-keys.c
11158                 replace inappropriately used backticks
11159                 with single quotes
11160
11161 2005-07-16 [colin]      1.9.12cvs69
11162
11163         * src/image_viewer.c
11164                 Add extra paranoid checks
11165
11166 2005-07-16 [colin]      1.9.12cvs68
11167
11168         * src/plugins/pgpcore/prefs_gpg.c
11169                 Don't auto-check sigs by default, as it
11170                 can be really slow.
11171
11172 2005-07-16 [colin]      1.9.12cvs67
11173
11174         * src/plugins/pgpcore/sgpgme.c
11175                 Make messages a bit better.
11176
11177 2005-07-16 [colin]      1.9.12cvs66
11178
11179         * src/imap.c
11180                 Remove pseudo-log
11181         * src/etpan/imap-thread.c
11182                 Add real log
11183
11184 2005-07-16 [colin]      1.9.12cvs65
11185
11186         * src/main.c
11187         * src/prefs_other.c
11188                 And now, fix build with libetpan :-/
11189
11190 2005-07-15 [colin]      1.9.12cvs64
11191
11192         * src/prefs_other.c
11193                 Continue fixing build without libetpan.
11194
11195 2005-07-15 [colin]      1.9.12cvs63
11196
11197         * src/main.c
11198                 Fix build with --disable-libetpan
11199
11200 2005-07-15 [colin]      1.9.12cvs62
11201
11202         * configure.ac
11203                 Bump libetpan's version
11204
11205 2005-07-15 [colin]      1.9.12cvs61
11206
11207         * src/etpan/imap-thread.c
11208                 Actually stop logging :)
11209
11210 2005-07-15 [colin]      1.9.12cvs60
11211
11212         * src/addressbook.c
11213                 Fix dnd of multiple addresses.
11214
11215 2005-07-15 [hoa]        1.9.12cvs59
11216
11217         * src/etpan/imap-thread.c
11218             disable login of IMAP password in libetpan log file.
11219
11220 2005-07-15 [paul]       1.9.12cvs58
11221
11222         * src/account.c
11223                 don't automatically sort
11224                 do allow drag n drop
11225
11226 2005-07-15 [paul]       1.9.12cvs57
11227
11228         * src/account.c
11229         * src/ssl_manager.c
11230                 alphabetical listing
11231
11232 2005-07-15 [paul]       1.9.12cvs56
11233
11234         * src/gtk/pluginwindow.c
11235                 sort plugin list alphabetically
11236
11237 2005-07-15 [paul]       1.9.12cvs55
11238
11239         * src/prefs_spelling.c
11240         * src/prefs_wrapping.c
11241                 unify English usage
11242
11243 2005-07-15 [colin]      1.9.12cvs54
11244
11245         * src/wizard.c
11246                 Typo fix
11247
11248 2005-07-15 [paul]       1.9.12cvs53
11249
11250         * src/prefs_message.c
11251                 make 'show cursor' a hidden option
11252
11253 2005-07-14 [colin]      1.9.12cvs52
11254
11255         * src/plugins/spamassassin/Makefile.am
11256         * src/plugins/clamav/Makefile.am
11257                 Fix double EXTRA_DISTs
11258
11259 2005-07-14 [colin]      1.9.12cvs51
11260
11261         * src/plugins/clamav/Makefile.am
11262         * src/plugins/clamav/clamav_plugin_gtk.deps
11263         * src/plugins/spamassassin/Makefile.am
11264         * src/plugins/spamassassin/spamassassin_gtk.deps
11265                 Make $plugin_gtk depend on $plugin
11266
11267 2005-07-14 [hoa]        1.9.12cvs50
11268
11269         * src/etpan/imap-thread.c
11270                 enable debug log of libetpan when running with --debug
11271
11272 2005-07-14 [colin]      1.9.12cvs49
11273
11274         * configure.ac
11275         * src/common/Makefile.am
11276         * src/common/plugin.c
11277         * src/common/plugin.h
11278                 Add a little plugin dependancy system.
11279                 Plugins can ship a $plugin_name.deps file
11280                 (near them in PLUGINDIR) so that their
11281                 dependancies are loaded if possible.
11282         * src/plugins/Makefile.am
11283         * src/plugins/pgpcore/Makefile.am
11284         * src/plugins/pgpcore/passphrase.c
11285         * src/plugins/pgpcore/passphrase.h
11286         * src/plugins/pgpcore/plugin.c
11287         * src/plugins/pgpcore/prefs_gpg.c
11288         * src/plugins/pgpcore/prefs_gpg.h
11289         * src/plugins/pgpcore/select-keys.c
11290         * src/plugins/pgpcore/select-keys.h
11291         * src/plugins/pgpcore/sgpgme.c
11292         * src/plugins/pgpcore/sgpgme.h
11293                 Introduce pgpcore, used by pgpmime and
11294                 pgpinline
11295         * src/plugins/pgpmime/Makefile.am
11296         * src/plugins/pgpmime/passphrase.c
11297         * src/plugins/pgpmime/passphrase.h
11298         * src/plugins/pgpmime/pgpmime.c
11299         * src/plugins/pgpmime/pgpmime.deps
11300         * src/plugins/pgpmime/plugin.c
11301         * src/plugins/pgpmime/prefs_gpg.c
11302         * src/plugins/pgpmime/prefs_gpg.h
11303         * src/plugins/pgpmime/select-keys.c
11304         * src/plugins/pgpmime/select-keys.h
11305         * src/plugins/pgpmime/sgpgme.c
11306         * src/plugins/pgpmime/sgpgme.h
11307                 Remove the core from pgpmime and add the
11308                 dependancy to pgpcore.
11309
11310 2005-07-14 [paul]       1.9.12cvs48
11311
11312         * src/stock_pixmap.c
11313                 forgot this in last commit
11314
11315 2005-07-14 [paul]       1.9.12cvs47
11316
11317         * src/account.c
11318         * src/addressbook.c
11319                 add accelerators for the buttons (sync with main)
11320         * src/compose.c
11321         * src/compose.h
11322                 add accelerators for the buttons.
11323                 fix editing with external editor.
11324                 replace gdk_input_*() with GIOChannel;
11325                 (sync with main)
11326         * src/foldersel.c
11327                 display folder names with new/unread
11328                 representation (sync with main)
11329         * src/main.c
11330                 specify default window icon (sync with main)
11331         * src/prefs_common.c
11332                 use_addr_book default to FALSE
11333         * src/summaryview.c
11334         * src/textview.c
11335                 add accelerators for the buttons (sync with main)
11336         * src/gtk/menu.c
11337                 fix typos
11338         * src/pixmaps/sylpheed_icon.xpm
11339                 updated
11340
11341 2005-07-13 [paul]       1.9.12cvs46
11342
11343         * src/plugins/pgpmime/pgpmime.c
11344         * src/plugins/pgpmime/sgpgme.c
11345                 (temporarily) use deprecated gpgme_data_rewind()
11346                 while largefile support is not present
11347                 (as suggested by Colin)
11348
11349 2005-07-13 [paul]       1.9.12cvs45
11350
11351         * configure.ac
11352                 remove large file support (for now):
11353                 it breaks too many things
11354
11355 2005-07-13 [paul]       1.9.12cvs44
11356
11357         * configure.ac
11358                 add large file support
11359         * src/html.c
11360                 fix bug #763 where href attribute was not
11361                 the very first attribute of a link
11362                 patch by Thomas Gilgin
11363
11364 2005-07-13 [colin]      1.9.12cvs43
11365
11366         * src/gtk/pluginwindow.c
11367                 Little portability fix
11368
11369 2005-07-13 [colin]      1.9.12cvs42
11370
11371         * src/plugins/pgpmime/sgpgme.c
11372                 Fix crasher.
11373
11374 2005-07-13 [colin]      1.9.12cvs41
11375
11376         * src/plugins/pgpmime/pgpmime.c
11377         * src/plugins/pgpmime/sgpgme.c
11378                 Use gpgme_data_release_and_get_mem instead
11379                 of gpgme_data_read.
11380
11381 2005-07-13 [colin]      1.9.12cvs40
11382
11383         * configure.ac
11384         * src/plugins/pgpmime/passphrase.c
11385         * src/plugins/pgpmime/passphrase.h
11386         * src/plugins/pgpmime/pgpmime.c
11387         * src/plugins/pgpmime/plugin.c
11388         * src/plugins/pgpmime/select-keys.c
11389         * src/plugins/pgpmime/select-keys.h
11390         * src/plugins/pgpmime/sgpgme.c
11391         * src/plugins/pgpmime/sgpgme.h
11392                 Port pgpmime to gpgme-1.0.
11393
11394 2005-07-12 [paul]       1.9.12cvs39
11395
11396         * AUTHORS
11397         * src/toolbar.c
11398         * src/toolbar.h
11399                 add a 'Go to Prev' button to the toolbar.
11400                 correct tooltip text of go to buttons.
11401                 based on patch by Yang Guilong <bamanzi@gmail.com>
11402
11403 2005-07-12 [colin]      1.9.12cvs38
11404
11405         * src/statusbar.c
11406                 Fix progress bar showing stuff at startup.
11407
11408 2005-07-12 [paul]       1.9.12cvs37
11409
11410         * src/editjpilot.c
11411                 fix building with jpilot support
11412
11413 2005-07-11 [colin]      1.9.12cvs36
11414
11415         * src/inc.c
11416                 Add visual indication that filtering is running
11417         * src/textview.c
11418                 Make {}[] uri delimiters
11419         * src/summaryview.c
11420                 Remove useless (and slow) calls
11421
11422 2005-07-11 [paul]       1.9.12cvs35
11423
11424         * src/plugins/clamav/clamav_plugin_gtk.c
11425         * src/plugins/dillo_viewer/dillo_prefs.c
11426         * src/plugins/pgpmime/prefs_gpg.c
11427         * src/plugins/spamassassin/spamassassin_gtk.c
11428                 gather plugins prefs together under their
11429                 own 'Plugins' heading
11430
11431 2005-07-11 [paul]       1.9.12cvs34
11432
11433         sync with main
11434
11435         * src/account.c
11436                 account_delete(): modified alert dialog
11437         * src/editjpilot.c
11438         * src/editvcard.c
11439                 fixed a crash when cancelling file selection
11440                 dialog by Escape key. Made non-ascii filename
11441                 selectable.
11442         * src/prefs_template.c
11443                 prefs_template_window_create(): make scrolled
11444                 window policy AUTOMATIC
11445
11446 2005-07-10 [hoa]        1.9.12cvs33
11447
11448         * src/etpan/imap-thread.c
11449                 workaround for old Courier IMAP servers.
11450
11451 2005-07-10 [colin]      1.9.12cvs32
11452
11453         * src/folder.c
11454         * src/statusbar.c
11455         * src/statusbar.h
11456                 Add visual progress indicator on filtering/processing
11457                 Factorize the progress bar code
11458         * src/imap.c
11459         * src/imap.h
11460         * src/etpan/imap-thread.c
11461                 Add a reference counter to avoid destroying the Folder
11462                 while it's in use by another callback.
11463
11464 2005-07-09 [hoa]        1.9.12cvs31
11465
11466         * src/imap.c
11467         * src/etpan/imap-thread.c
11468                 fixed deadlock when removing IMAP account.
11469
11470 2005-07-08 [colin]      1.9.12cvs30
11471
11472         * src/textview.c
11473         * src/unmime.c
11474                 Fix again problems decoding broken headers
11475         * src/gtk/inputdialog.c
11476                 Fix local variable shadowing a global one
11477
11478 2005-07-08 [colin]      1.9.12cvs29
11479
11480         * src/msgcache.c
11481                 Make the cache/mark files platform-agnostic by writing
11482                 them in little-endian format. Reading them is also done
11483                 in little-endian format, of course; however, in order
11484                 to avoid trashing mark data on big-endian machines, the
11485                 files are, at first, read from the native format if the
11486                 little-endian one doesn't exist. This is easy to deter-
11487                 mine by trying to open a file with a swapped data_ver
11488                 and seeing if it's the wanted version.
11489                 Little-endian using users should see absolutely no
11490                 difference, Big-endian users may get a very little
11491                 performance drop due to byte-swapping.
11492                 Tested on i386 and ppc32. 
11493                 Fixes bug #159 (The index file, in the mailboxes, is 
11494                 hardware depending).
11495
11496                 To have the cache/mark files updated to the new little-
11497                 endian format, "Check for new messages" or even
11498                 "Rebuild folder tree" aren't enough. Files will be
11499                 updated as soon as a folder has been opened/closed.
11500                 To update everything, just select all folders by
11501                 selecting them one by one.
11502
11503 2005-07-07 [colin]      1.9.12cvs28
11504
11505         * src/imap.c
11506                 Remember the folder separator per IMAPFolder
11507                 instead of globally.
11508                 Revive the Session on noop; fixes bug #761
11509                 (mark a bunch of unread messages as read takes 
11510                 forever)
11511
11512 2005-07-07 [darko]      1.9.12cvs27
11513
11514         * src/common/template.c
11515                 Sort templates alphabetically
11516
11517 2005-07-06 [colin]      1.9.12cvs26
11518
11519         * src/imap.c
11520                 Try to use the correct separator in
11521                 most cases. Possibly fixes bug #759
11522                 (only creates the INBOX folder when 
11523                 setting up new IMAP account) and 
11524                 bug #760 (Can't retrieve messages)
11525
11526 2005-07-06 [colin]      1.9.12cvs25
11527
11528         * src/imap.c
11529                 Use real_path in status command. This will
11530                 help later, when namespaces will be used.
11531
11532 2005-07-06 [colin]      1.9.12cvs24
11533
11534         * configure.ac
11535         * src/account.c
11536         * src/folder.c
11537         * src/imap.c
11538         * src/etpan/etpan-log.c
11539         * src/etpan/etpan-thread-manager.c
11540         * src/etpan/imap-thread.c
11541                 Add a --disable-libetpan parameter. With this,
11542                 users that don't want IMAP4 support can avoid
11543                 the new dependancy (and have no IMAP support).
11544                 Users that have IMAP4 accounts and use this
11545                 parameter won't lose their configuration, their
11546                 IMAP accounts will just be invisible and not
11547                 used.
11548         * src/textview.c
11549                 Make the "Copy ..." contextual menu items 
11550                 copy to both the X clipboard and the gtk 
11551                 clipboard - as most other apps do.
11552         * src/gtk/about.c
11553                 Add a notice about OpenSSL usage, in order to
11554                 comply with OpenSSL's license (point 6):
11555                 http://www.openssl.org/source/license.html
11556
11557 2005-07-06 [colin]      1.9.12cvs23
11558
11559         * src/alertpanel.c
11560                 Fix a minimum size for alertpanels
11561         * src/compose.c
11562                 Show 'No space left on device' type errors
11563                 when queuing/sending
11564         * src/imap_gtk.c
11565         * src/mh_gtk.c
11566                 Rework folder's deletion message (remove 
11567                 extra \n)
11568
11569 2005-07-05 [colin]      1.9.12cvs22
11570
11571         * src/imap.c
11572                 Add an alertpanel on auth error
11573                 Add pseudo-log
11574                 Remove pthread-related stuff
11575
11576 2005-07-05 [colin]      1.9.12cvs21
11577
11578         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11579                 Fix crash on plugin reloading (with a hack)
11580
11581 2005-07-05 [colin]      1.9.12cvs20
11582
11583         * src/prefs_account.c
11584         * src/prefs_account.h
11585                 Fix typo
11586         * src/gtk/filesel.c
11587         * src/gtk/filesel.h
11588                 Add a way to filter the view
11589         * src/gtk/pluginwindow.c
11590                 Filter loadable stuff
11591         * src/plugins/pgpmime/prefs_gpg.c
11592                 Fix missing unregistration
11593         * .cvsignore
11594         * src/etpan/.cvsignore
11595         * src/plugins/spamassassin/.cvsignore
11596                 Add more stuff to cvs ignored files
11597
11598 2005-07-04 [colin]      1.9.12cvs19
11599
11600         * src/imap.c
11601                 Fix scan_required returning FALSE when it
11602                 shouldn't. Maybe fix #760 (Can't retrieve
11603                 messages)
11604
11605 2005-07-04 [colin]      1.9.12cvs18
11606
11607         * src/summaryview.c
11608                 Fix always_show_msg pref
11609
11610 2005-07-04 [paul]       1.9.12cvs17
11611
11612         sync with main (forgotten in last commit)
11613         
11614         * src/common/utils.c
11615         * src/common/utils.h
11616                 check_line_length(): new.
11617                 is_dir_exist()
11618                 is_file_entry_exist()
11619                 dirent_is_regular_file()
11620                 dirent_is_directory(): use g_file_test() instead of stat().
11621
11622 2005-07-04 [paul]       1.9.12cvs16
11623
11624         sync with main:
11625
11626         * src/compose.c
11627                 compose_write_to_file(): check for line
11628                 length limit and display warning if exceeds
11629         * src/jpilot.c
11630                 use get_home_dir() instead of g_get_home_dir()
11631         * src/procheader.c
11632                 removed warning about invalid date
11633         * src/vcard.c
11634                 use get_home_dir() instead of g_get_home_dir()
11635
11636 2005-07-04 [paul]       1.9.12cvs15
11637
11638         * src/stock_pixmap.c
11639                 fix new pixmap naming errors
11640                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11641
11642 2005-07-04 [colin]      1.9.12cvs14
11643
11644         * src/imap.c
11645                 Fix debugging string with a warning
11646
11647 2005-07-04 [colin]      1.9.12cvs13
11648
11649         * configure.ac
11650                 Add a check for libetpan's version (>= 0.37)
11651
11652 2005-07-04 [hoa]        1.9.12cvs12
11653
11654         * commitHelper
11655         * src/imap.c
11656         * src/etpan/imap-thread.c
11657         * src/etpan/imap-thread.h
11658                 fixed IMAP implementation of check of mails.
11659
11660 2005-07-03 [hoa]        1.9.12cvs11
11661
11662         * src/etpan/Makefile.am
11663         * src/etpan/etpan-errors.h
11664         * src/etpan/etpan-log.[ch]
11665         * src/etpan/etpan-thread-manager-types.h
11666         * src/etpan/etpan-thread-manager.[ch]
11667         * src/etpan/imap-thread.[ch]
11668         * src/Makefile.am
11669         * src/imap.c
11670         * src/main.c
11671         * src/prefs_other.c
11672         * configure.ac
11673             merged imap branch.
11674             dependency on libetpan 0.37 is now added.
11675
11676 2005-07-01 [colin]      1.9.12cvs10
11677
11678         * src/Makefile.am
11679         * src/folder.c
11680         * src/folder.h
11681         * src/folderview.c
11682         * src/stock_pixmap.c
11683         * src/stock_pixmap.h
11684         * src/plugins/trayicon/trayicon.c
11685                 Add marked symbol on folders containing
11686                 marked messages
11687         * src/procmsg.c
11688         * src/procmsg.h
11689         * src/toolbar.c
11690         * src/prefs_common.c
11691         * src/prefs_common.h
11692         * src/prefs_send.c
11693                 Add an optional confirmation dialog on queue
11694                 sending. Patch by wwp.
11695         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11696         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11697         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11698         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11699         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11700         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11701         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11702         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11703         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11704         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11705         * src/pixmaps/trash_mark.xpm            ** ADDED **
11706                 New pixmaps
11707
11708 2005-07-01 [colin]      1.9.12cvs9
11709
11710         * src/summaryview.c
11711                 Fix a little threading bug
11712         * src/addrgather.c
11713         * src/mainwindow.c
11714                 A little bit of HIG normality never hurts
11715
11716 2005-07-01 [colin]      1.9.12cvs8
11717
11718         * src/compose.c
11719         * src/msgcache.c
11720         * src/pop.c
11721         * src/procmime.c
11722         * src/recv.c
11723         * src/common/log.c
11724         * src/common/template.c
11725         * src/common/utils.c
11726         * src/common/utils.h
11727                 Reverted the fwrite_atomic stuff. In fact
11728                 it is already atomic.
11729
11730 2005-06-30 [colin]      1.9.12cvs7
11731
11732         * src/common/utils.c
11733         * src/common/utils.h
11734                 Add an fwrite_atomic() function to make
11735                 sure we write everything: fwrite can make
11736                 short writes.
11737         * src/compose.c
11738         * src/msgcache.c
11739         * src/pop.c
11740         * src/procmime.c
11741         * src/recv.c
11742         * src/common/log.c
11743         * src/common/template.c
11744                 Use that (and fix swapping of size and nmemb).
11745                 Thanks to Rich Coe for the heads up.
11746
11747 2005-06-30 [colin]      1.9.12cvs6
11748
11749         * src/addressbook.c
11750                 Optimize addressbook opening 
11751
11752 2005-06-30 [colin]      1.9.12cvs5
11753
11754         * src/summaryview.c
11755                 Remove calls to summary_step after move/copy
11756
11757 2005-06-28 [paul]       1.9.12cvs4
11758
11759         * src/alertpanel.c
11760                 wrap and make the error msg selectable
11761
11762 2005-06-28 [paul]       1.9.12cvs3
11763
11764         * src/ssl_manager.c
11765                 replace the OK button with a Close button
11766         * src/gtk/foldersort.c
11767                 use GTK_STOCK_ icons/buttons
11768
11769 2005-06-28 [colin]      1.9.12cvs2
11770
11771         * src/gedit-print.c             ** ADDED **
11772         * src/gedit-print.h             ** ADDED **
11773         * src/gtk/gtksourceprintjob.c   ** ADDED **
11774         * src/gtk/gtksourceprintjob.h   ** ADDED **
11775                 I can't believe no one had enough time to tell
11776                 me I forgot the `cvs add`
11777
11778 2005-06-27 [colin]      1.9.12cvs1
11779
11780         * src/Makefile.am
11781         * src/gtk/Makefile.am
11782         * src/messageview.c
11783         * src/procmsg.c
11784         * src/summaryview.c
11785         * configure.ac
11786                 Add optional libgnomeprint-based printing
11787         * src/mainwindow.c
11788         * src/gtk/quicksearch.c
11789                 Add an Edit/Quick search menu item to show
11790                 and focus the quicksearch
11791
11792 2005-06-27 [paul]       1.9.12
11793
11794         1.9.12 release
11795
11796         * po/ca.po
11797         * po/de.po
11798         * po/es.po
11799         * po/fr.po
11800         * po/it.po
11801         * po/ko.po
11802         * po/pt_BR.po
11803         * po/sk.po
11804         * po/zh_CN.po
11805                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11806                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11807                 SungHyun Nam, Frederico Goncalves Guimaraes,
11808                 Andrej Kacian, and Yang Guilong
11809 2005-06-26 [colin]      1.9.11cvs106
11810
11811         * src/imap_gtk.c
11812                 Forgot one file for previous fix
11813
11814 2005-06-26 [colin]      1.9.11cvs105
11815
11816         * src/folder.c
11817         * src/imap.c
11818                 Fix problems with folder operations in no_select
11819                 imap folders. it applies only to mails, and 
11820                 creation/deletion/move/renaming of folders 
11821                 should be possible
11822
11823 2005-06-26 [paul]       1.9.11cvs104
11824
11825         * src/prefs_filtering.c
11826                 replace one more GTK_STOCK_REMOVE
11827                 with GTK_STOCK_DELETE
11828
11829 2005-06-25 [colin]      1.9.11cvs103
11830
11831         * src/imap.c
11832                 Optimize get_seq_set_from_seq_list
11833                 (Patch by Ricardo) 
11834
11835 2005-06-25 [colin]      1.9.11cvs102
11836
11837         * src/mh.c
11838                 If the directory exists, but not in the
11839                 correct encoding, rename it. This should
11840                 handle old-versions-induced bugs.
11841
11842 2005-06-25 [colin]      1.9.11cvs101
11843
11844         * src/mh.c
11845                 Fix path access with extended dir names
11846                 Fixes bug #589 (SC segfaults with wrong locale
11847                 settings)
11848
11849 2005-06-25 [colin]      1.9.11cvs100
11850
11851         * src/prefs_account.c
11852         * src/prefs_account.h
11853         * src/compose.c
11854                 Add an option to encrypt replies to
11855                 encrypted messages
11856
11857 2005-06-25 [colin]      1.9.11cvs99
11858
11859         * src/compose.c
11860         * src/quote_fmt_parse.y
11861                 ... And make it work with pgpinline.
11862
11863 2005-06-25 [colin]      1.9.11cvs98
11864
11865         * src/compose.c
11866         * src/procmime.c
11867         * src/procmime.h
11868         * src/quote_fmt_parse.y
11869                 o Make reedition of encrypted messages possible
11870                   (as long as it is encrypted to self too, no
11871                    magic there)
11872                 o Make replying with quote (and without selecting
11873                   text) possible for encrypted messages.
11874                 Closes bug #550 (Not possible to "reply with quote"
11875                 to gnupg encrypted messages)
11876
11877 2005-06-24 [paul]       1.9.11cvs97
11878
11879         * src/imap.c
11880                 add missing include
11881
11882 2005-06-24 [paul]       1.9.11cvs96
11883
11884         * src/editldap.c
11885                 made bind password entry invisible
11886                 (sync with main)
11887         * src/send_message.c
11888                 send_message_local(): check exit status
11889                 to detect errors (sync with main)
11890         * src/textview.c
11891                 use main's less ambiguous popup menu
11892                 wording
11893
11894 2005-06-24 [paul]       1.9.11cvs95
11895
11896         * src/prefs_actions.c
11897         * src/prefs_customheader.c
11898         * src/prefs_display_header.c
11899         * src/prefs_filtering_action.c
11900         * src/prefs_matcher.c
11901         * src/prefs_template.c
11902         * src/prefs_toolbar.c
11903                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11904         * src/gtk/description_window.c
11905                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11906
11907 2005-06-23 [colin]      1.9.11cvs94
11908
11909         * src/summaryview.c
11910                 Fix rough edges (be sure to call status_show whenever
11911                 necessary).
11912
11913 2005-06-23 [colin]      1.9.11cvs93
11914
11915         * src/summaryview.c
11916                 Optimize Select All
11917                 Before, in a 5K mails folder: 11s
11918                 After, in the same folder: 58000µs
11919                 The joys of locking... gtk_clist_select_all() fires a 
11920                 tree-select-row event for each selected row, which in 
11921                 summaryview, callbacks summary_selected which in turn,
11922                 calls summary_status_show, which walks the selected
11923                 rows. Hence, calling gtk_clist_select_all was 
11924                 exponential. Locking the summaryview makes 
11925                 summary_selected return early.
11926
11927 2005-06-23 [colin]      1.9.11cvs92
11928
11929         * src/imap.c
11930                 Move mutex at the important place to avoid
11931                 deadlocks
11932         * src/summaryview.c
11933                 Fix Del key deleting directly instead of
11934                 moving to trash
11935
11936 2005-06-22 [colin]      1.9.11cvs91
11937
11938         * src/plugins/spamassassin/libspamc.c
11939                 As we do spagetti code with assignations in multiple
11940                 places (see _message_read_raw where out = msg = raw),
11941                 let's be sure we don't free the same pointer twice.
11942                 Should fix bug #683 (Crash in libpam at 
11943                 message_cleanup).
11944
11945 2005-06-22 [colin]      1.9.11cvs90
11946
11947         * src/compose.c
11948         * src/messageview.c
11949         * src/toolbar.c
11950                 Make toolbar's delete use the move to trash stuff;
11951                 Add gtk_widget_realize to be sure pixmaps can get
11952                 created (that may fix an old worksforme bug which
11953                 I can't find back...)
11954
11955 2005-06-22 [colin]      1.9.11cvs89
11956
11957         * src/summaryview.c
11958         * src/summaryview.h
11959         * src/mainwindow.c
11960                 Rename "Message/Delete" to "Message/Move to trash"
11961                 Add "Message/Delete..." that directly destroys the
11962                 selected messages after asking for a confirmation.
11963
11964 2005-06-22 [colin]      1.9.11cvs88
11965
11966         * src/imap.c
11967                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11968                 o Fix a deadlock (thanks Darko)
11969
11970 2005-06-22 [colin]      1.9.11cvs87
11971
11972         * src/gtk/foldersort.c
11973                 Add missing include for the i18n;
11974                 patch by Fabien Vantard
11975
11976 2005-06-21 [colin]      1.9.11cvs86
11977
11978         * src/folder.c
11979         * src/folderview.c
11980                 Respect the no_select flag
11981         * src/imap.c
11982                 Fix recursive deletion
11983         * src/imap_gtk.c
11984         * src/mh_gtk.c
11985                 Make the folder deletion's warning
11986                 more explicit
11987
11988 2005-06-21 [colin]      1.9.11cvs85
11989
11990         * src/textview.c
11991                 Prevent email addresses from spanning accross
11992                 lines - fixes bug # 646 (newline-chars in 
11993                 email addresses)
11994
11995 2005-06-20 [colin]      1.9.11cvs84
11996
11997         * src/folder.c
11998                 Be sure not to remove source if copy failed
11999
12000 2005-06-20 [colin]      1.9.11cvs83
12001
12002         * src/folderview.c
12003         * src/imap_gtk.c
12004                 remove summaryview's lock
12005         * src/imap.c
12006                 introduce threads to avoid problems when foreground tasks
12007                 interfere with background tasks
12008         * src/mh.c
12009                 prevent moving to drafts/queue
12010         * src/mimeview.c
12011                 fix leak
12012
12013 2005-06-19 [colin]      1.9.11cvs82
12014
12015         * src/imap_gtk.c
12016                 Remember that the user doesn't want to override
12017                 offline mode, for 3 seconds. It avoid presenting
12018                 him with N popups in a really short time.
12019
12020 2005-06-17 [colin]      1.9.11cvs81
12021
12022         * src/imap.c
12023                 Fix IMAP breaking on folders containing '('
12024                 (Probably won't be enough)
12025
12026 2005-06-17 [colin]      1.9.11cvs80
12027
12028         Forgotten files on 1.9.11cvs79
12029         * src/summaryview.c
12030                 Fix stepping when not immediately executing
12031         * src/imap.c
12032                 Really prevent UID FETCH 0
12033         * src/codeconv.c
12034                 Fix outgoing charset never set to utf-8
12035         * src/mh.c
12036                 Fix leak
12037
12038 2005-06-16 [colin]      1.9.11cvs79
12039
12040         * src/compose.c
12041                 Fix bug #707 (Dash splits rows)
12042                 Only wrap if we're on a line break position and
12043                 the previous one was a "white" (space) char.
12044                 Pango stuff is weird.
12045
12046 2005-06-16 [colin]      1.9.11cvs78
12047
12048         * src/imap_gtk.c
12049                 Lock summaryview while downloading messages
12050                 on user demand
12051         * src/procheader.c
12052         * src/unmime.c
12053         * src/common/utils.c
12054         * src/common/utils.h
12055                 Replace \r and \n with spaces in From and
12056                 Subject headers
12057
12058 2005-06-16 [paul]       1.9.11cvs77
12059
12060         * src/procmime.c
12061                 liberalise the mime parser
12062         * src/gtk/about.c
12063                 add text wrapping
12064
12065 2005-06-16 [paul]       1.9.11cvs76
12066
12067         * src/gtk/about.c
12068                 reworked
12069
12070 2005-06-15 [colin]      1.9.11cvs75
12071
12072         * src/compose.c
12073                 Finish header encoding fix
12074         * src/summaryview.c
12075                 Fix segfault
12076         * src/headerview.c
12077                 Fix compilation (Thanks Stephan
12078                 Sachse)
12079
12080 2005-06-15 [colin]      1.9.11cvs74
12081
12082         * Makefile.am
12083                 Install gnome2 stuff rather than gnome1, 
12084                 if both are present
12085         * src/codeconv.c
12086         * src/codeconv.h
12087         * src/compose.c
12088                 Fix headers encoding
12089         * src/folder.c
12090                 Visual progress when fetching all messages
12091         * src/folderview.c
12092         * src/summaryview.c
12093         * src/summaryview.h
12094                 Prevent changing current message while
12095                 incorporating
12096
12097 2005-06-15 [paul]       1.9.11cvs73
12098
12099         * src/gtk/gtkaspell.c
12100         * src/gtk/gtkaspell.h
12101                 fix build warnings
12102
12103 2005-06-15 [paul]       1.9.11cvs72
12104
12105         * src/prefs_filtering.c
12106                 allow reordering of filter rules by
12107                 drag n drop
12108
12109 2005-06-15 [paul]       1.9.11cvs71
12110
12111         * COPYING
12112                 updated
12113         * src/codeconv.c
12114                 replace deprecated function
12115         * src/inc.c
12116         * src/send_message.c
12117         * src/gtk/progressdialog.c
12118         * src/gtk/progressdialog.h
12119                 salvage and reuse parts of reverted sync
12120
12121 2005-06-15 [paul]       1.9.11cvs70
12122
12123         * src/inc.c
12124         * src/send_message.c
12125         * src/gtk/progressdialog.c
12126         * src/gtk/progressdialog.h
12127                 revert yesterday's sync with main
12128                 it contains deprecated functions
12129
12130 2005-06-15 [colin]      1.9.11cvs69
12131
12132         * src/headerview.c
12133                 Fix bug #670 (multi user to: will corrupt message 
12134                 headers display)
12135
12136 2005-06-15 [colin]      1.9.11cvs68
12137
12138         * src/compose.c
12139                 Fix bug #421 (Fix undo on wrapping)
12140
12141 2005-06-15 [colin]      1.9.11cvs67
12142
12143         * src/folder.c
12144                 Provide visual feedback while processing
12145                 folder's rules.
12146         * src/imap.c
12147                 Provide visual feedback while getting
12148                 short headers (for uncached messages)
12149
12150
12151 2005-06-14 [paul]       1.9.11cvs66
12152
12153         * src/account.c
12154                 change a couple stock icons
12155         * src/inc.c
12156         * src/send_message.c
12157         * src/gtk/progressdialog.c
12158         * src/gtk/progressdialog.h
12159                 sync main's GtkTreeView implementation
12160
12161 2005-06-14 [colin]      1.9.11cvs65
12162
12163         * src/imap.c
12164                 Various little fixes, mainly on error paths
12165
12166 2005-06-13 [colin]      1.9.11cvs64
12167
12168         * matcher.c
12169         * procmsg.c
12170         * procmsg.h
12171                 Add a way to fetch only headers. This speeds
12172                 up filtering on headers for IMAP. Fixes:
12173                 bug #481 extraneous imap commands slow down 
12174                         imap filtering
12175                 bug #522 Sylpheed downloads all messages 
12176                         when opening mailbox (IMAP)
12177                 bug #677 IMAP fetch is soooooooooooooo slow
12178         * src/folder.c
12179         * src/folder.h
12180                 Add a folder set_batch method so that
12181                 implementations can speed up flags changes
12182         * src/folderutils.c
12183         * src/summaryview.c
12184                 Use that in mark as (un)read and mark all read
12185                 Refix bug #679
12186         * src/imap.c
12187                 Implement set_batch - brings back deferred
12188                 flags in a less buggy manner. Fixes:
12189                 bug #729 IMAP immediate expunge of deleted messages
12190                 bug #191 remove list of messages with one command
12191                 Fix login with strange chars
12192                 Implement fetch_msg_full
12193                 Fix copy (wrong counts)
12194
12195 2005-06-12 [colin]      1.9.11cvs63
12196
12197         * src/folder.c
12198                 lock incorporation during long operations.
12199                 Avoids fucking up the IMAP socket.
12200
12201 2005-06-12 [colin]      1.9.11cvs62
12202
12203         * src/imap.c
12204                 Fix harmful typo
12205                 Factorize remove_all_msg
12206                 Thread-ize expunge
12207         * src/summaryview.c
12208                 Don't update partial-download status if unnecessary
12209         * src/folder.c
12210                 Use remove_msgs everywhere possible
12211
12212 2005-06-12 [colin]      1.9.11cvs61
12213
12214         * src/folder.c
12215         * src/folder.h
12216                 Add a remove_msgs function to remove a 
12217                 list of messages
12218         * src/imap.c
12219                 Implement that.
12220
12221 2005-06-12 [colin]      1.9.11cvs60
12222
12223         * src/imap.c
12224                 Remove flags-processing deferring... Too hard
12225                 to get it to work in all cases.
12226
12227 2005-06-11 [colin]      1.9.11cvs59
12228
12229         * src/imap.c
12230                 printf -> debug_print
12231
12232 2005-06-11 [colin]      1.9.11cvs58
12233
12234         * src/imap.c
12235                 o Fix build without USE_PTHREAD
12236                 o Factorize imap_open
12237                 o Alertpanel in case of impossible connection
12238                 o Alertpanel in case of impossible login
12239                 o Fix deferred flags processing to force a 
12240                   flush before adding some more flags to process,
12241                   but in another folder.
12242
12243 2005-06-10 [colin]      1.9.11cvs57
12244
12245         * src/imap.c
12246                 o Fix a format string error
12247                 o init ssl socket outside of the thread 
12248                   (it possibly invokes gtk calls)
12249         * src/procmime.c
12250                 o Put back the buffer to its necessary size
12251                 o Fix changing a file pointer without keeping
12252                   track of it (thanks Valgrind)
12253         * src/common/smtp.c
12254                 o Fix automatic STARTTLS if login should be done
12255                   and the server only allows it after starting TLS
12256         * src/gtk/gtkinputdialog.c
12257                 o Eat GDK_Return so that the combo popup doesn't 
12258                   appear when we press Enter to validate the combo
12259                   input dialog (as seen in the Open with... dialog)
12260
12261 2005-06-10 [colin]      1.9.11cvs56
12262
12263         * src/imap.c
12264                 o A bit less debug
12265                 o Fix a crash on deletion
12266                 o Threadize imap_select (it's called outside of 
12267                   threads)
12268                 o Defer treatment of DELETED flags
12269
12270
12271 2005-06-09 [colin]      1.9.11cvs55
12272
12273         * src/imap.c
12274                 Make sure we check imap_gtk_should_override(), which
12275                 potentially calls gtk stuff, before creating thread.
12276                 That way it should't be called via imap_get_session()
12277                 inside a thread.
12278
12279 2005-06-09 [colin]      1.9.11cvs54
12280
12281         * src/imap.c
12282                 o add a bit of status output
12283                 o remove some dead code
12284                 o threadize get_list_of_uids
12285                 o threadize imap_get_flags
12286                 o defer flag changing by 500ms so that they
12287                   can be batched
12288
12289
12290 2005-06-08 [colin]      1.9.11cvs53
12291
12292         * src/imap.c
12293                 Thread-ize imap_cmd_fetch
12294
12295 2005-06-08 [colin]      1.9.11cvs52
12296
12297         * src/main.c
12298                 Mmh, that broke POP3...
12299
12300 2005-06-08 [colin]      1.9.11cvs51
12301
12302         * src/main.c
12303                 Stabilize IMAP patch (thanks to Hoa)
12304
12305 2005-06-08 [colin]      1.9.11cvs50
12306
12307         * src/imap.c
12308                 Test patch to speed up imap. 
12309
12310 2005-06-08 [colin]      1.9.11cvs49
12311
12312         * src/imap_gtk.c
12313                 Warning fix
12314         * src/procmime.c
12315                 Apply patch from gentoo to use /usr/share/mime/globs if 
12316                 available, after un-breaking it
12317         * src/common/log.c
12318         * src/common/log.h
12319                 Use g_timeout for invoking hooks that possibly use gtk
12320                 calls. This should leave gtk calls in the main thread.
12321
12322 2005-06-08 [paul]       1.9.11cvs48
12323
12324         * src/codeconv.c
12325                 conv_get_outgoing_charset_str(): don't
12326                 use prefs_common setting
12327         * src/compose.c
12328         * src/compose.h
12329                 add /Options/Character encoding/... to
12330                 temporarily change the outgoing encoding
12331
12332         (belated sync with main)
12333
12334 2005-06-08 [paul]       1.9.11cvs47
12335
12336         * src/compose.c
12337                 correction to/completion of last
12338                 sync with main
12339
12340 2005-06-08 [paul]       1.9.11cvs46
12341
12342         sync with main:
12343         
12344         * src/codeconv.c
12345         * src/codeconv.h
12346                 always enabled Japanese auto-detection
12347                 if the first letters of locale string
12348                 is "ja"
12349         * src/compose.c
12350                 don't use "destroy" signal to destroy
12351                 Compose object (fix rare crashes on discard?)
12352         * src/mainwindow.c
12353         * src/messageview.c
12354         * src/prefs_send.c
12355                 added Hebrew encodings
12356         * src/sourcewindow.c
12357                 don't use "destroy" signal to destroy
12358                 objects
12359
12360 2005-06-07 [colin]      1.9.11cvs45
12361
12362         * src/summaryview.c
12363                 Add missing unlocks/locks
12364
12365 2005-06-07 [paul]       1.9.11cvs44
12366
12367         * src/summaryview.c
12368                 restore bug #749 fix
12369
12370 2005-06-06 [colin]      1.9.11cvs43
12371
12372         * src/summaryview.c
12373                 Fix selection bug when prefs_common.open_unread 
12374                 is FALSE
12375
12376 2005-06-06 [colin]      1.9.11cvs42
12377
12378         * src/common/md5.c
12379                 Fix a warning
12380         * src/summaryview.c
12381         * src/folderview.c
12382                 Factorize long operations beginning and end
12383                 (locking, freezing/thawing, cursor, ...)
12384                 Check selection->data member in selection-
12385                 related loops; this avoids dying an awful
12386                 death if the selection changes on us while
12387                 we're marking a whole IMAP folder unread, 
12388                 for example.
12389
12390 2005-06-06 [paul]       1.9.11cvs41
12391
12392         * src/textview.c
12393                 don't g_free() a static gchar buffer
12394
12395 2005-06-05 [colin]      1.9.11cvs40
12396
12397         * src/mainwindow.c
12398         * src/messageview.c
12399         * src/summaryview.c
12400                 Fix bug #749 (Show all headers should be
12401                 sticky as the GUI suggests)
12402
12403 2005-06-03 [paul]       1.9.11cvs39
12404
12405         * src/compose.c
12406                 don't allow editing of mail while sending.
12407                 patch by Colin
12408
12409 2005-06-03 [paul]       1.9.11cvs38
12410
12411         * src/folderview.c
12412                 add a freeze/thaw to speed up 'mark all read'
12413
12414 2005-06-03 [paul]       1.9.11cvs37
12415
12416         * src/prefs_message.c
12417                 reflect changes immediately
12418
12419 2005-06-02 [colin]      1.9.11cvs36
12420
12421         * po/POTFILES.in
12422                 Patch by Fabien Vantard.
12423
12424 2005-06-02 [colin]      1.9.11cvs35
12425
12426         * src/imap.c
12427                 Use a non-blocking imap_getline() if possible.
12428                 This should completely prevent the interface
12429                 from freezin on imap operations, although it
12430                 may do strange stuff in case of folder switching
12431                 while a big imap operation is taking place...
12432
12433                 In addition, fix a leak in the case thread
12434                 creation fails on connection.
12435
12436 2005-06-02 [colin]      1.9.11cvs34
12437
12438         * src/crash.c
12439         * src/prefs_common.h
12440                 Fix build (prefs_common_init() doesn't exist
12441                 anymore)
12442
12443 2005-06-02 [colin]      1.9.11cvs33
12444
12445         * src/prefs_account.c
12446                 Fix bug #245 (filtering rules broken when
12447                 renaming a remote account (imap4 or nntp)
12448
12449 2005-06-02 [colin]      1.9.11cvs32
12450
12451         * src/imap.c
12452                 Try to fix IMAP shortcomings: 
12453                 o Multithread imap_open()
12454                 o allow offline-mode overriding instead of
12455                   just returning NULL
12456         * src/imap_gtk.c
12457         * src/imap_gtk.h
12458                 Add a function to ask whether we want to
12459                 override offline-mode for 10 minutes (one-shot
12460                 asking was painful)
12461         * src/procheader.c
12462                 Fix segfault when imap parser isn't happy about
12463                 a missing {
12464
12465 2005-06-01 [colin]      1.9.11cvs31
12466
12467         * src/addrharvest.c
12468         * src/compose.c
12469         * src/mbox.c
12470         * src/mbox.h
12471         * src/mh.c
12472         * src/msgcache.c
12473         * src/send_message.c
12474         * src/setup.c
12475         * src/undo.c
12476         * src/common/hooks.c
12477         * src/common/prefs.c
12478         * src/common/template.c
12479         * src/common/utils.c
12480         * src/gtk/gtkutils.c
12481         * src/gtk/inputdialog.c
12482         * src/gtk/menu.c
12483         * src/gtk/pluginwindow.c
12484         * src/gtk/prefswindow.c
12485         * src/plugins/pgpmime/passphrase.c
12486         * src/plugins/pgpmime/prefs_gpg.c
12487                 More -Wall fixes
12488
12489         * src/common/Makefile.am
12490         * src/common/timing.h
12491                 Add basic timing code
12492
12493         * src/summaryview.c
12494                 Fix a bug with unread messages when 
12495                 re-sorting folders, and by the way
12496                 fix a big performance hit when 
12497                 re-sorting (10k mails: before 5s,
12498                 after .5s)
12499
12500         * src/prefs_compose_writing.c
12501         * src/prefs_compose_writing.h
12502         * src/prefs_message.c
12503         * src/prefs_message.h
12504         * src/prefs_other.c
12505         * src/prefs_other.h
12506         * src/prefs_quote.c
12507         * src/prefs_quote.h
12508         * src/prefs_receive.c
12509         * src/prefs_receive.h
12510         * src/prefs_send.c
12511         * src/prefs_send.h
12512         * src/prefs_summaries.c
12513         * src/prefs_summaries.h
12514                 Fix copyright banner
12515
12516 2005-06-01 [paul]       1.9.11cvs30
12517
12518         * po/fi.po
12519                 updated by Flammie Pirinen
12520         * src/procmime.c
12521                 fix 'Bad BASE64 content' output
12522
12523 2005-05-31 [colin]      1.9.11cvs29
12524
12525         * src/procmime.c
12526                 Oops, where did my hunk go.
12527
12528 2005-05-31 [colin]      1.9.11cvs28
12529
12530         * src/Makefile.am
12531         * src/account.c
12532         * src/action.c
12533         * src/addr_compl.c
12534         * src/addressbook.c
12535         * src/codeconv.c
12536         * src/compose.c
12537         * src/export.c
12538         * src/folder.c
12539         * src/folderview.c
12540         * src/image_viewer.c
12541         * src/main.c
12542         * src/mainwindow.c
12543         * src/messageview.c
12544         * src/mimeview.c
12545         * src/msgcache.c
12546         * src/prefs_account.c
12547         * src/prefs_actions.c
12548         * src/prefs_common.c
12549         * src/prefs_compose_writing.c
12550         * src/prefs_customheader.c
12551         * src/prefs_ext_prog.c
12552         * src/prefs_filtering.c
12553         * src/prefs_filtering_action.c
12554         * src/prefs_fonts.c
12555         * src/prefs_image_viewer.c
12556         * src/prefs_message.c
12557         * src/prefs_message.h
12558         * src/prefs_msg_colors.c
12559         * src/prefs_other.c
12560         * src/prefs_other.h
12561         * src/prefs_quote.c
12562         * src/prefs_receive.c
12563         * src/prefs_receive.h
12564         * src/prefs_send.c
12565         * src/prefs_send.h
12566         * src/prefs_spelling.c
12567         * src/prefs_summaries.c
12568         * src/prefs_summary_column.c
12569         * src/prefs_template.c
12570         * src/prefs_themes.c
12571         * src/prefs_toolbar.c
12572         * src/prefs_wrapping.c
12573         * src/procmime.c
12574         * src/procmsg.c
12575         * src/send_message.h
12576         * src/ssl_manager.c
12577         * src/summary_search.c
12578         * src/summaryview.c
12579         * src/textview.c
12580         * src/wizard.c
12581         * src/common/smtp.c
12582         * src/common/smtp.h
12583         * src/gtk/gtkutils.h
12584                 o Move the rest of Common prefs to new style
12585                 o Lots of -Wall warning fixes
12586                 o fix FIXME in cache memusage calculation
12587                 o Let return receipts be sent from any account
12588                 o Little cache optimisation (read)
12589                 o Fix bug #746 (don't treat commas as separators
12590                   when inside a quoted string)
12591
12592 2005-05-31 [paul]       1.9.11cvs27
12593
12594         * src/prefs_common.c
12595                 fix 'off-by-one' typo
12596
12597 2005-05-31 [paul]       1.9.11cvs26
12598
12599         * src/account.c
12600         * src/addr_compl.c
12601         * src/compose.c
12602         * src/foldersel.c
12603         * src/prefs_actions.c
12604         * src/prefs_common.c
12605         * src/prefs_common.h
12606         * src/prefs_customheader.c
12607         * src/prefs_display_header.c
12608         * src/prefs_filtering.c
12609         * src/prefs_filtering_action.c
12610         * src/prefs_matcher.c
12611         * src/prefs_summaries.c
12612         * src/prefs_summary_column.c
12613         * src/prefs_template.c
12614         * src/prefs_toolbar.c
12615         * src/ssl_manager.c
12616         * src/gtk/pluginwindow.c
12617         * src/gtk/prefswindow.c
12618         * src/gtk/progressdialog.c
12619                 add hidden prefs 'enable_rules_hint'
12620                 for gtk_tree_view_set_rules_hint()
12621                 (sync with main)
12622                 
12623
12624 2005-05-31 [colin]      1.9.11cvs25
12625
12626         * src/Makefile.am
12627         * src/main.c
12628         * src/prefs_common.c
12629         * src/prefs_summaries.c ** ADDED **
12630         * src/prefs_summaries.h ** ADDED **
12631                 Common/Display -> Display/Summaries
12632
12633 2005-05-31 [colin]      1.9.11cvs24
12634
12635         * src/Makefile.am
12636         * src/main.c
12637         * src/prefs_quote.c ** ADDED **
12638         * src/prefs_quote.h ** ADDED **
12639                 Move Common/Quote to Compose/Quoting
12640         * src/prefs_common.c
12641         * src/prefs_common.h
12642                 Remove old quote stuff, add
12643                 convenience functions for GtkTextView prefs
12644         * src/gtk/prefswindow.c
12645                 Set default height higher
12646
12647 2005-05-30 [colin]      1.9.11cvs23
12648
12649         * src/Makefile.am
12650         * src/main.c
12651         * src/prefs_common.c
12652         * src/prefs_compose_writing.c ** ADDED **
12653         * src/prefs_compose_writing.h ** ADDED **
12654                 Move Common/Compose prefs to Compose/Writing
12655
12656 2005-05-30 [colin]      1.9.11cvs22
12657
12658         * src/common/utils.c
12659                 Fix bug #651 (Confused Attract by Subject)
12660                 Patch by M. Benkmann <haferfrost@web.de>
12661         * AUTHORS
12662
12663 2005-05-30 [colin]      1.9.11cvs21
12664
12665         * src/compose.c
12666                 Fix concatenation of different headers of
12667                 the same type (bug #645)
12668         * src/prefs_folder_item.c
12669                 Fix bug #699 (setting color to black doesn't
12670                 work immediately)
12671         * src/procmime.c
12672                 Print out decoding error only once per
12673                 block
12674
12675 2005-05-30 [paul]       1.9.11cvs20
12676
12677         * src/common/template.c
12678                 fix Bcc
12679
12680 2005-05-30 [paul]       1.9.11cvs19
12681
12682         * doc/src/rfc2368.txt   **NEW FILE**
12683         * src/compose.c
12684                 compose_entries_set(): don't interpret Bcc
12685                 header field (conform to RFC 2368)
12686                 (sync with main)
12687
12688 2005-05-29 [colin]      1.9.11cvs18
12689
12690         * src/prefs_common.c
12691                 Let the default reply format respect
12692                 netiquette by cutting the signature.
12693
12694 2005-05-29 [colin]      1.9.11cvs17
12695
12696         * src/summaryview.c
12697                 Don't let always_show_msg override
12698                 open_unread_on_enter when opening a new
12699                 directory.
12700
12701 2005-05-27 [paul]       1.9.11cvs16
12702
12703         sync with main:
12704
12705         * src/main.c
12706                 app_will_exit(): cleanup tmp directory when exit
12707         * src/message_search.c
12708                 improved the interface and made code cleanup.
12709                 removed Clear button
12710         * src/send_message.c
12711                 send_message_local(): use GSpawn, and detect errors
12712         * src/summary_search.c
12713                 improved the interface and made code cleanup
12714         * src/textview.c
12715                 textview_write_link(): also skip non-ascii space
12716                  at the head of link strings (phishing check
12717                  didn't work at the case)
12718         * src/common/utils.c
12719                 get_command_output(): use g_spawn_command_line_sync()
12720                 instead of popen()
12721
12722 2005-05-26 [colin]      1.9.11cvs15
12723
12724         * src/folder.c
12725                 remove printf
12726
12727 2005-05-26 [colin]      1.9.11cvs14
12728
12729         * src/common/nntp.c
12730                 Fix nntp mode reader (bug #611)
12731                 Patch by Florian Mickler <florian@mickler.org>
12732
12733 2005-05-26 [colin]      1.9.11cvs13
12734
12735         * src/plugins/pgpmime/passphrase.c
12736                 Fix mouse grabbing (bug #557)
12737
12738 2005-05-26 [colin]      1.9.11cvs12
12739
12740         * src/prefs_themes.c
12741                 Fix g_warning (bug #541)
12742
12743 2005-05-26 [colin]      1.9.11cvs11
12744
12745         * src/prefs_actions.c
12746         * src/prefs_template.c
12747                 Fix bug #506 (no warning if action/template
12748                 is not saved)
12749         * src/common/template.c
12750                 Fix a possible crash
12751
12752 2005-05-26 [colin]      1.9.11cvs10
12753
12754         * src/folder.c
12755         * src/folderview.c
12756         * src/procmsg.c
12757         * src/summaryview.c
12758                 Forbid locked messages to be moved or
12759                 deleted. Locked messages in trashes 
12760                 still get deleted, for performance
12761                 reason (mh.c::mh_remove_all_msgs)
12762
12763 2005-05-25 [colin]      1.9.11cvs9
12764
12765         * src/procmime.c
12766                 Use correct encoding when sending mails
12767                 with attachments that have accentued 
12768                 chars in their name
12769
12770 2005-05-24 [colin]      1.9.11cvs8
12771
12772         * src/summaryview.c
12773                 Fix bug #688 f) read/unread marker not
12774                 changed on first click
12775                 Also, optimize summary_status_show()
12776                 calls
12777         * src/folder.c
12778         * src/inc.c
12779         * src/procmime.c
12780                 Fix bug #688 b) and c) wrt message
12781                 attachments and signature
12782         * src/stock_pixmap.c
12783         * src/stock_pixmap.h
12784         * src/stock_pixmap.c
12785         * src/stock_pixmap.h
12786         * src/Makefile.am
12787         * src/pixmaps/clip_gpg_signed.xpm
12788                 Add clip/signed icon
12789
12790 2005-05-24 [colin]      1.9.11cvs7
12791
12792         * src/folder_item_prefs.c
12793                 whitespace fix
12794
12795 2005-05-24 [colin]      1.9.11cvs6
12796
12797         * src/folderview.c
12798         * src/prefs_common.c
12799         * src/prefs_common.h
12800                 Add a confirmation to folder drag and drop
12801                 fixes bug #156
12802         * src/alertpanel.c
12803         * src/alertpanel.h
12804                 fix _with_disable parameters so that
12805                 the buttons labels are specifiable too
12806         * src/plugins/pgpmime/sgpgme.c
12807                 reflect said change
12808                 
12809
12810 2005-05-24 [colin]      1.9.11cvs5
12811
12812         * src/folderview.c
12813                 Uncollapse/collapse folders on double-click
12814                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12815                 closes bug #108
12816
12817 2005-05-23 [colin]      1.9.11cvs4
12818
12819         * src/common/socket.c
12820                 Check another special SSL_peek() error.
12821                 Should help wrt bug #728
12822
12823 2005-05-23 [colin]      1.9.11cvs3
12824
12825         * src/plugins/pgpmime/pgpmime.c
12826                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12827                 breaking menu accelerators and stuff. Users will have to
12828                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12829                 account's privacy preferences if needed.
12830
12831 2005-05-22 [paul]
12832
12833         * tools/kdeservicemenu/install.sh
12834                 use kdesu to prompt for root password if doing
12835                 global install/uninstall
12836
12837 2005-05-20 [colin]      1.9.11cvs2
12838
12839         * src/procmsg.c
12840                 Fix another compilation error with gcc-2.9x
12841                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12842         * src/send_message.c
12843                 Don't send QUIT if we aren't connected
12844
12845 2005-05-19 [colin]      1.9.11cvs1
12846
12847         * src/procmsg.c
12848                 Fix compilation with gcc 2.9x
12849
12850 2005-05-19 [paul]       1.9.11
12851
12852         1.9.11 released
12853
12854 2005-05-19 [paul]       1.9.9cvs14
12855
12856         * src/gtk/inputdialog.c
12857                 prevent gettext warning
12858
12859 2005-05-19 [paul]       1.9.9cvs13
12860
12861         * src/mainwindow.c
12862         * src/prefs_common.c
12863         * src/prefs_common.h
12864         * src/textview.c
12865         * src/textview.h
12866                 add an option to toggle cursor in message
12867                 view (sync with main)
12868
12869 2005-05-18 [colin]      1.9.9cvs12
12870
12871         * src/compose.c
12872                 Dereference freed pointer
12873         * src/gtk/gtkaspell.c
12874                 Fix duplication of dictionaries (is it an aspell issue?)
12875
12876 2005-05-18 [colin]      1.9.9cvs11
12877
12878         * src/gtk/inputdialog.c
12879         * src/gtk/gtkaspell.c
12880                 HIGuify dialogs
12881         * src/alertpanel.c
12882                 Remove a double call
12883
12884 2005-05-17 [colin]      1.9.9cvs10
12885
12886         * src/gtk/gtkaspell.c
12887                 Fix dialogs, Ctrl-Enter accel
12888
12889 2005-05-17 [colin]      1.9.9cvs9
12890
12891         * src/gtk/gtkaspell.c
12892                 Fix some accelerators, escape in replace-window
12893
12894 2005-05-16 [colin]      1.9.9cvs8
12895
12896         * src/gtk/gtkaspell.c
12897                 Revert last commit, it was a mistake.
12898
12899 2005-05-16 [colin]      1.9.9cvs7
12900
12901         * src/gtk/gtkaspell.c
12902                 Remove buggy code while we're at it. It's a 
12903                 dead code path anyway.
12904
12905 2005-05-16 [colin]      1.9.9cvs6
12906
12907         * src/gtk/gtkaspell.c
12908                 Missed some gtk_menu_popup where deactivate
12909                 signal should be handled. Should fix bug
12910                 #629 a bit more.
12911
12912 2005-05-16 [colin]      1.9.9cvs5
12913
12914         * src/gtk/gtkaspell.c
12915                 Remove debug printf()s
12916
12917 2005-05-16 [colin]      1.9.9cvs4
12918
12919         * src/gtk/gtkaspell.c
12920                 Fix a bit aspell problems
12921                 (see bug #629)
12922
12923 2005-05-13 [colin]      1.9.9cvs3
12924
12925         * src/folderview.c
12926                 Fix the + appearing even when no subfolders
12927                 have unread messages. Thanks to wwp for the
12928                 bug report.
12929
12930 2005-05-11 [paul]       1.9.9cvs2
12931
12932         * src/folderview.c
12933                 correction to 1.9.9cvs1, only colour folders that
12934                 have new msgs (not unread msgs)
12935
12936 2005-05-10 [colin]      1.9.9cvs1
12937
12938         * src/folderview.c
12939         * src/summaryview.c
12940                 Try to fix bolding bugs again.
12941
12942 2005-05-09 [paul]
12943
12944         * tools/claws.i18n.status.pl
12945                 add Ricardo Mones Lastra's script that has been providing
12946                 the i18n status page for many months
12947
12948 2005-05-09 [paul]       1.9.9
12949
12950         1.9.9 release
12951
12952 2005-05-09 [paul]       1.9.6cvs58
12953
12954         * AUTHORS
12955         * INSTALL
12956         * README.claws
12957                 updated
12958         * Makefile.am 
12959         * RELEASE_NOTES.claws
12960                 add release notes to cvs to simplify release
12961                 procedure
12962         * configure.ac
12963                 add ca and fi to ALL_LINGUAS
12964         * po/Makefile.in.in
12965                 workaround for missing Makevars
12966         * po/ca.po
12967         * po/fi.po
12968                 add new Catalan and Finnish translations
12969                 submitted by Miquel Oliete and Flammie Pirinen
12970         * po/de.po
12971         * po/es.po
12972         * po/fr.po
12973         * po/it.po
12974         * po/pl.po
12975         * po/ru.po
12976         * po/sk.po
12977         * po/sr.po
12978         * po/zh_CN.po
12979                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12980                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12981                 Urke MMI, and Hansom Young
12982         * src/main.c
12983                 Fix drafting when quitting. compose_draft() closes the
12984                 compose windows, which modifies the compose_list GSList.
12985                 We have to refresh this list after echo drafting to avoid a
12986                 segfault
12987         * src/partial_download.c
12988                 fix segfault on exit
12989
12990 2005-05-06 [paul]       1.9.6cvs57
12991
12992         * src/grouplistdialog.c
12993                 quick fix/workaround for unresizeable newsgroup
12994                 name column 
12995
12996 2005-05-06 [paul]       1.9.6cvs56
12997
12998         * src/inc.c
12999         * src/mainwindow.c
13000                 use gettext plural forms
13001         * src/imap_gtk.c
13002         * src/mh_gtk.c
13003         * src/toolbar.c
13004                 small improvement to english usage
13005
13006 2005-05-05 [thorsten]   1.9.6cvs55
13007
13008         * src/folder.c
13009                 fix possible crash
13010
13011 2005-05-05 [paul]       1.9.6cvs54
13012         
13013         sync with HEAD
13014
13015         * AUTHORS
13016         * src/compose.c
13017                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13018                 patch by Tim Mann
13019
13020 2005-05-05 [paul]       1.9.6cvs53
13021
13022         * src/mainwindow.c
13023                 fix resizing of separate message and
13024                 folder views
13025
13026 2005-05-05 [paul]       1.9.6cvs52
13027
13028         * src/account.c
13029         * src/addrgather.c
13030         * src/browseldap.c
13031         * src/exphtmldlg.c
13032         * src/expldifdlg.c
13033         * src/importmutt.c
13034         * src/importpine.c
13035         * src/main.c
13036         * src/mainwindow.c
13037         * src/noticeview.c
13038         * src/prefs_filtering.c
13039         * src/prefs_filtering_action.c
13040         * src/prefs_matcher.c
13041         * src/prefs_spelling.c
13042         * src/prefs_toolbar.c
13043         * src/toolbar.c
13044         * src/wizard.c
13045         * src/gtk/description_window.c
13046         * src/gtk/gtkvscrollbutton.c
13047         * src/gtk/progressdialog.c
13048         * src/gtk/quicksearch.c
13049         * src/plugins/pgpmime/prefs_gpg.c
13050         * src/plugins/spamassassin/spamassassin_gtk.c
13051                 replace deprecated gtk_widget_set_usize
13052
13053 2005-05-04 [colin]      1.9.6cvs51
13054
13055         * src/common/utils.c
13056                 Fix crash when subst_for_filename is called
13057                 with a NULL parameter
13058
13059 2005-05-04 [colin]      1.9.6cvs50
13060
13061         * src/partial_download.c
13062         * src/pop.c
13063                 Escape login when writing uidl file
13064                 fixes bug #736
13065
13066 2005-05-03 [colin]      1.9.6cvs49
13067
13068         * src/procmime.c
13069                 Fix possible DOS in mime parser
13070                 (see bug #634)
13071
13072 2005-05-02 [colin]      1.9.6cvs48
13073
13074         * src/compose.c
13075                 Try to fix the copy/paste mess once again.
13076
13077
13078 2005-04-30 [colin]      1.9.6cvs47
13079
13080         * src/prefs_account.h
13081         * src/procmsg.c
13082         * src/send_message.c
13083         * src/common/smtp.c
13084         * src/common/smtp.h
13085                 Try to batch sending mails (per account) instead of
13086                 reconnecting to server every time.
13087
13088 2005-04-29 [colin]      1.9.6cvs46
13089
13090         * src/messageview.c
13091                 Fix window resizing that refused to size down
13092         * src/prefs_common.c
13093         * src/prefs_common.h
13094         * src/prefs_filtering.c
13095                 Save Filtering's window size
13096
13097 2005-04-21 [paul]       1.9.6cvs45
13098
13099         * ChangeLog-gtk2.claws
13100         * src/setup.c
13101                 correction to sync
13102
13103 2005-04-21 [paul]       1.9.6cvs44
13104
13105         sync with main:
13106
13107         * src/setup.c
13108         * src/statusbar.c
13109         * src/statusbar.h
13110                 use gtkut_widget_draw_now(). Improved performance
13111                 of the update of statusbar
13112         * src/textview.c
13113                 textview_smooth_scroll_do(): redraw it after scroll
13114                 is done (fixed incorrect display when a part of the
13115                 view is hidden).
13116         * src/gtk/gtkutils.c
13117         * src/gtk/gtkutils.h
13118                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13119                 to force update of widgets.
13120                 Removed gtkut_widget_wait_for_draw() which had a big
13121                 overhead  because of waiting for all events processed 
13122
13123 2005-04-20 [paul]       1.9.6cvs43
13124
13125         * src/codeconv.c
13126                 complete 1.9.6cvs42's sync:
13127                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13128
13129 2005-04-19 [paul]       1.9.6cvs42
13130
13131         sync with main:
13132
13133         * src/action.c
13134                 catch_output(): correctly select the insert text
13135                 (fix invalid iterator warnings).
13136         * src/codeconv.c
13137         * src/codeconv.h
13138         * src/mainwindow.c
13139         * src/messageview.c
13140         * src/prefs_common.c
13141                 support GBK encoding.
13142         * src/common/session.c
13143         * src/common/session.h
13144                 use separate buffer for large data to be sent,
13145                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13146
13147 2005-04-18 [paul]       1.9.6cvs41
13148
13149         * src/jpilot.c
13150                 convert unsigned long into guint32
13151                 patch by Paul LeoNerd Evans 
13152
13153 2005-04-17 [colin]      1.9.6cvs40
13154
13155         * src/compose.c
13156                 Fix 'Request return receipt' from folder
13157                 properties (bug #708)
13158
13159 2005-04-17 [colin]      1.9.6cvs39
13160
13161         * src/mainwindow.c
13162                 Fix duplicate hotkeys in Mainwindow's menu
13163
13164 2005-04-17 [colin]      1.9.6cvs38
13165
13166         * src/folderview.c
13167                 Fix duplicate hotkeys in Folderview's contextual
13168                 menu
13169
13170 2005-04-15 [colin]      1.9.6cvs37
13171
13172         * src/summaryview.c
13173                 Fix 'Save as...' with non-ascii filenames
13174
13175 2005-04-15 [colin]      1.9.6cvs36
13176
13177         * src/plugins/pgpmime/pgpmime.c
13178                 Fix bus error on 64bit. Spotted by 
13179                 macallan1888@gmail.com
13180
13181 2005-04-15 [colin]      1.9.6cvs35
13182
13183         * src/prefs_account.c
13184                 Fix cvs34.
13185
13186 2005-04-12 [colin]      1.9.6cvs34
13187
13188         * src/prefs_account.c
13189                 Fix smtp auth type off-by-one. We forgot to
13190                 add PLAIN in the prefs-to-gui setter func and
13191                 as a result, the selected auth when opening
13192                 account prefs was not the correct one.
13193
13194 2005-04-12 [paul]       1.9.6cvs33
13195
13196         * src/inc.c
13197                 if the recv dialog is visible, Cancel only
13198                 cancels the current account
13199
13200
13201 2005-04-10 [colin]      1.9.6cvs32
13202
13203         * src/filtering.c
13204                 Copy score when copying FilteringActions
13205                 Fix bug #674
13206
13207 2005-04-10 [colin]      1.9.6cvs31
13208
13209         * src/inc.c
13210                 Make Message -> Receive -> Cancel cancel 
13211                 incorporation on all accounts. Fixes
13212                 bug #693
13213
13214 2005-04-10 [colin]      1.9.6cvs30
13215
13216         * src/prefs_account.c
13217                 Update Privacy checkbuttons status based
13218                 on the selected privacy system
13219         * src/compose.c
13220                 Always connect the "None" privacy system; the
13221                 static boolean was probably there to avoid
13222                 reconnecting twice in the same compose window,
13223                 but as the parent function is only called once
13224                 per compose, it's only a bug - as a static is
13225                 initialized once per application instance.
13226                 Also, don't uncheck Sign and Encrypt when
13227                 selecting None as privacy system; just ignore
13228                 them when sending/queuing.
13229                 Should fix bug #695
13230
13231 2005-04-08 [colin]      1.9.6cvs29
13232
13233         * src/account.c
13234         * src/prefs_account.c
13235         * src/prefs_account.h
13236                 Add account preference to queue message in a certain
13237                 folder.
13238
13239 2005-04-06 [colin]      1.9.6cvs28
13240
13241         * src/prefs_account.c
13242                 Update old inbox path syntax
13243
13244 2005-04-06 [paul]       1.9.6cvs27
13245
13246         sync with main:
13247
13248         * configure.ac
13249                 changed -traditional-cpp to -no-cpp-precomp for newer
13250                 Mac OS X support
13251         * src/foldersel.c
13252                 made column resize automatically
13253         * src/send_message.c
13254                 send_message_smtp(): consider EOF right after QUIT
13255                 successful (workaround for Gmail SMTP server)
13256         * src/common/socket.c
13257                 ssl_read(), ssl_peek(): check EOF which violates the
13258                 SSL protocol
13259         * src/gtk/colorlabel.c
13260                 removed warnings when displaying colorlabel menu
13261                 (don't use GtkAlignment)
13262
13263 2005-04-05 [paul]       1.9.6cvs26
13264
13265         * src/plugins/trayicon/trayicon.c
13266                 fix clipping of icon under KDE3 
13267
13268 2005-04-05 [paul]       1.9.6cvs25
13269
13270         * src/summaryview.c
13271                 hide display of threading
13272                 patch by Alfons
13273
13274 2005-04-04 [thorsten]   1.9.6cvs24
13275
13276         * src/mh.c
13277                 marks lost on filesystems with different stat() results on
13278                 summer-/wintertime
13279
13280 2005-04-03 [colin]      1.9.6cvs23
13281
13282         * src/summaryview.c
13283                 Don't handle up/down. Patch by Alfons
13284
13285 2005-04-02 [colin]      1.9.6cvs22
13286
13287         * src/summaryview.c
13288                 Make scrolling faster. Patch by Alfons.
13289
13290 2005-04-01 [colin]      1.9.6cvs21
13291
13292         * src/Makefile.am
13293         * src/stock_pixmap.c
13294         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13295         * src/pixmaps/dir_noselect.xpm ** ADDED **
13296                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13297
13298 2005-04-01 [colin]      1.9.6cvs20
13299
13300         * src/image_viewer.c
13301         * src/image_viewer.h
13302         * src/procmime.c
13303         * src/procmime.h
13304         * src/textview.c
13305         * src/textview.h
13306                 Implement inline image resizing and right-clicking
13307
13308 2005-04-01 [paul]       1.9.6cvs19
13309
13310         * AUTHORS
13311         * Makefile.am
13312         * configure.ac
13313                 check for gnome2
13314                 patch by Luca Cavalli <loopback<AT>slackit.org>
13315         * po/ru.po
13316                 updated by Pavlo Bohmat
13317
13318 2005-03-31 [colin]      1.9.6cvs18
13319
13320         * src/news.c
13321                 Fix parsing references
13322         * src/msgcache.c
13323                 don't put nulls in the references list
13324         * src/procheader.c
13325                 commit that forgotten file in 1.9.6cvs14
13326
13327 2005-03-31 [colin]      1.9.6cvs17
13328
13329         * src/compose.c
13330                 Fix joining of signature separator again. 
13331                 Maybe Hiro could put it in main too...
13332
13333 2005-03-31 [colin]      1.9.6cvs16
13334
13335         * src/Makefile.am
13336         * src/foldersel.c
13337         * src/stock_pixmap.c
13338         * src/stock_pixmap.h
13339         * src/pixmaps/dir-noselect.xpm
13340                 Update foldersel.c (sync from main, patch by Alfons)
13341
13342 2005-03-30 [colin]      1.9.6cvs15
13343
13344         * src/imap.c
13345                 Fix handling of imap folders containing [] in 
13346                 their name. Thanks to Nahuel Angelinetti for
13347                 the detailed bugreport.
13348
13349 2005-03-30 [colin]      1.9.6cvs14
13350
13351         * src/common/utils.h
13352         * src/common/utils.c
13353         * src/common/defs.h
13354         * src/matcher.c
13355         * src/msgcache.c
13356         * src/news.c
13357         * src/procmsg.c
13358         * src/procmsg.h
13359         * src/quote_fmt_parse.y
13360         * src/summaryview.c
13361                 Update references system. Patch by Alfons
13362
13363 2005-03-30 [colin]      1.9.6cvs13
13364
13365         * src/common/socket.c
13366                 Force the glibc to read resolv.conf again when 
13367                 it has changed. Should fix issues when changing
13368                 networks on a laptop and not restarting sylpheed. 
13369
13370 2005-03-30 [paul]       1.9.6cvs12
13371
13372         partial sync with main:
13373
13374         * src/action.c
13375                 create_io_dialog(): use user-defined text font
13376                 (thanks to Alfons), and modified its appearance.
13377         * src/addrgather.c
13378         * src/addrharvest.c
13379         * src/browseldap.c
13380                 replace old code
13381         * src/compose.c
13382                 don't join (presumably) itemized lines on line-wrapping
13383                 fixed wrapping of quote when auto-wrapping is enabled
13384                 compose_destroy(): destroy paned only if it's not
13385                 attached to window. Fixed memory leak of popup menu.
13386         * src/exphtmldlg.c
13387         * src/expldifdlg.c
13388                 replace old code
13389         * src/html.c
13390         * src/html.h
13391         * src/importmutt.c
13392         * src/importpine.c
13393                 replace old code
13394         * src/main.c
13395                 removed redundant code
13396         * src/mainwindow.c
13397                 changed 'Code set' (which is rather incorrect)
13398                 in the menu to 'Character encoding'
13399                 main_window_set_widgets(): request size first
13400                 to prevent window size becoming wrong
13401                 fixed remembering of the state of the visibility
13402                 of MessageView
13403         * src/messageview.c
13404                 changed 'Code set' (which is rather incorrect)
13405                 in the menu to 'Character encoding'
13406         * src/prefs_common.c
13407         * src/prefs_common.h
13408                 added an option whether to render HTML as text or not
13409                 added separators to outgoing encoding menu
13410         * src/procheader.c
13411                 procheader_scan_date_string(): support header
13412                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13413         * src/summaryview.c
13414         * src/summaryview.h
13415                 minor code cleanup
13416         * src/textview.c
13417                 textview_show_html(): force output of newline
13418                 added an option whether to render HTML as text or not
13419         * src/common/utils.c
13420                 strncpy2(): optimized based on Alfons' code
13421         * src/gtk/gtkutils.c
13422         * src/gtk/gtkutils.h
13423                 removed non-used code
13424         * src/plugins/pgpmime/passphrase.c
13425                 partially fixed grab input of passphrase dialog
13426                 Confine pointer to window
13427
13428 2005-03-30 [colin]      1.9.6cvs11
13429
13430         * src/msgcache.c
13431         * src/msgcache.h
13432                 Read/write 32bit ints from cache & marks
13433                 From main.
13434
13435 2005-03-29 [paul]       1.9.6cvs10
13436
13437         * AUTHORS
13438         * ChangeLog.claws
13439         * src/compose.c
13440         * src/gtk/gtkaspell.c
13441                 sync with HEAD (don't pass NULL pointers) 
13442
13443 2005-03-24 [paul]
13444
13445         * tools/Makefile.am
13446         * tools/README
13447         * tools/acroread2sylpheed.pl
13448                 sync with HEAD (add script to send pdfs as
13449                 attachments from Adobe Reader 7)
13450
13451 2005-03-21 [paul]       1.9.6cvs9
13452
13453         * configure.ac
13454         * po/POTFILES.in
13455         * src/Makefile.am
13456         * src/crash.c
13457         * src/image_viewer.c ** ADDED **
13458         * src/image_viewer.h ** ADDED **
13459         * src/main.c
13460         * src/prefs_common.c
13461         * src/prefs_common.h
13462         * src/prefs_image_viewer.c ** ADDED **
13463         * src/prefs_image_viewer.h ** ADDED **
13464         * src/textview.c
13465         * src/gtk/about.c
13466         * src/pixmaps/sylpheed_logo.xpm
13467         * src/plugins/Makefile.am
13468         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13469         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13470         * src/plugins/image_viewer/plugin.c ** REMOVED **
13471         * src/plugins/image_viewer/viewer.c ** REMOVED **
13472         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13473         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13474         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13475         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13476         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13477                 as gdk-pixbuf is now built-in
13478                 remove image_viewer plugin and put code back into
13479                 main codebase
13480                 implement inline image display (sync with main)
13481
13482                 replace logo with newer, nicer, larger version  
13483
13484 2005-03-21 [paul]       1.9.6cvs8
13485
13486         * src/gtk/about.c
13487                 cosmetic improvement
13488
13489 2005-03-21 [holger]     1.9.6cvs7
13490
13491         * src/plugins/spamassassin/spamassassin.c
13492                 Sync with HEAD
13493                 (unregister hook on failed plugin init)
13494
13495 2005-03-20 [colin]      1.9.6cvs6
13496
13497         * src/common/plugin.c
13498                 Check that plugin isn't already loaded
13499                 Patch by Alfons
13500
13501 2005-03-20 [thorsten]   1.9.6cvs5
13502
13503         * src/compose.c
13504                 use a more compatible syntax
13505
13506 2005-03-20 [thorsten]   1.9.6cvs4
13507
13508         * src/prefs_toolbar.c
13509                 fix crash when selecting toolbar item (uninitialized pointer)
13510
13511 2005-03-20 [thorsten]   1.9.6cvs3
13512
13513         * src/procmime.c
13514                 fix mimetype detection (referenced free()d string)
13515
13516 2005-03-20 [paul]       1.9.6cvs2
13517
13518         * src/compose.c
13519                 sync with HEAD (1.0.3cvs5)
13520                 neglect Reply-To header if empty
13521                 Patch by Alfons 
13522
13523 2005-03-19 [holger]     1.9.6cvs1
13524
13525         * src/summaryview.c
13526         * src/summaryview.h
13527                 Sync with HEAD
13528
13529 2005-03-18 [paul]       1.9.6
13530
13531         initial GTK2 release
13532
13533 2005-03-18 [paul]       1.0.3cvs3.1
13534
13535         * AUTHORS
13536         * ChangeLog.claws
13537         * configure.ac
13538         * src/gtk/about.c
13539         * src/pixmaps/sylpheed_logo.xpm
13540                 sync with HEAD
13541
13542 2005-03-18 [colin]      1.0.3cvs2.6
13543
13544         * src/summaryview.c
13545                 Remove call to summary_step in summary_copy_selected_to
13546                 Can't see its purpose, and this causes bug when copying
13547                 a message if the next one is unread: it reads it.
13548
13549 2005-03-18 [paul]       1.0.3cvs2.5
13550
13551         * src/foldersel.c
13552                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13553
13554 2005-03-18 [paul]       1.0.3cvs2.4
13555
13556         * src/addrharvest.c
13557         * src/codeconv.c
13558         * src/codeconv.h
13559         * src/compose.c
13560         * src/news.c
13561         * src/procheader.c
13562         * src/procmime.c
13563         * src/unmime.c
13564         * src/unmime.h
13565                 fix buffer overflow, CAN-2005-0667, see
13566                 http://secunia.com/advisories/14491/
13567                 Patch by Alfons
13568
13569 2005-03-17 [colin]      1.0.3cvs2.3
13570
13571         * src/prefs_fonts.c
13572         * src/summaryview.c
13573                 Fix font bugs (both lists now officialy share 
13574                 the same font)
13575                 
13576
13577 2005-03-17 [paul]       1.0.3cvs2.2
13578
13579         * src/gtk/pluginwindow.c
13580                 make plugin descriptions uneditable
13581
13582 2005-03-11 [paul]       1.0.3cvs2.1
13583
13584         * ChangeLog.claws
13585         * configure.ac
13586         * po/POTFILES.in
13587         * src/plugins/trayicon/trayicon.c
13588                 sync with HEAD
13589                 add src/wizard.c to POTFILES.in
13590
13591 2005-03-11 [paul]       1.0.3cvs1.1
13592
13593         * ChangeLog
13594         * ChangeLog.claws
13595         * configure.ac
13596         * po/de.po
13597         * po/es.po
13598         * po/fr.po
13599         * po/it.po
13600         * po/pt_BR.po
13601         * po/ru.po
13602         * po/sk.po
13603         * po/sr.po
13604         * po/zh_CN.po
13605                 sync with HEAD
13606
13607 2005-03-04 [colin]      1.0.1cvs22.2
13608
13609         * src/compose.c
13610                 Fix signatures with accentued chars in it
13611
13612 2005-03-04 [colin]      1.0.1cvs22.1
13613
13614         * src/common/smtp.c
13615         * src/common/smtp.h
13616                 Don't use SIZE param in MAIL FROM: if server 
13617                 doesn't support it. Patch by Eugen Freiter
13618                 <eugen_f@users.sf.net>
13619
13620 2005-02-27 [paul]       1.0.1cvs20.1
13621
13622         * ChangeLog.claws
13623         * configure.ac
13624         * src/messageview.c
13625                 sync with HEAD
13626
13627 2005-02-27 [colin]      1.0.1cvs19.4
13628
13629         * src/procheader.c
13630         * src/procheader.h
13631                 Fix prototypes. Patch by Alfons
13632
13633 2005-02-27 [colin]      1.0.1cvs19.3
13634
13635         * src/compose.c
13636                 Don't auto-join the signature separator.
13637
13638 2005-02-26 [colin]      1.0.1cvs19.2
13639
13640         * src/summaryview.c
13641                 Fix 'mark all read' with collapsed threads.
13642                 Patch by Alfons.
13643
13644 2005-02-25 [paul]       1.0.1cvs19.1
13645
13646         * ChangeLog.claws
13647         * configure.ac
13648         * src/prefs_account.c
13649         * src/prefs_folder_item.c
13650         * src/gtk/prefswindow.c
13651         * src/gtk/prefswindow.h
13652                 sync with HEAD
13653
13654 2005-02-25 [paul]       1.0.1cvs15.12
13655
13656         * src/alertpanel.c
13657         * src/codeconv.c
13658         * src/compose.c
13659         * src/textview.c
13660         * src/gtk/gtkutils.c
13661         * src/gtk/gtkutils.h
13662         * src/gtk/logwindow.c
13663         * src/gtk/progressdialog.c
13664                 sync with main (revision 127)
13665                 and fix logwindow clipping
13666
13667 2005-02-24 [colin]      1.0.1cvs15.11
13668
13669         * src/plugins/pgpmime/passphrase.c
13670                 Disable input grabbing; it doesn't work yet.
13671
13672 2005-02-24 [colin]      1.0.1cvs15.10
13673
13674         * src/messageview.c
13675                 Don't send out receipts if offline. Ask.
13676
13677 2005-02-23 [colin]      1.0.1cvs15.9
13678
13679         * src/summaryview.c     
13680                 Fix expanding
13681
13682 2005-02-23 [colin]      1.0.1cvs15.8
13683
13684         * src/summaryview.c
13685                 Really fix Bug 568 by removing useless
13686                 calls. summary_thread_init() now called
13687                 in summary_sort(). This should please
13688                 Alfons as it should be faster than 
13689                 previously.
13690
13691 2005-02-23 [colin]      1.0.1cvs15.7
13692
13693         * src/compose.c
13694                 Encode parts as QP or B64 if signing
13695
13696 2005-02-23 [colin]      1.0.1cvs15.6
13697
13698         * src/compose.c
13699                 Fix Mimeinfo leakage (including tmp files)
13700         * src/procmsg.c
13701                 Fix tmp file leakage (spotted by Ivan Rayner)
13702
13703 2005-02-22 [colin]      1.0.1cvs15.5
13704
13705         * src/expldifdlg.c
13706                 Fix keyboard input. Patch by Alfons.
13707
13708 2005-02-21 [colin]      1.0.1cvs15.4
13709
13710         * src/compose.c
13711                 Fix Sign/Encrypt when unselecting privacy
13712                 system
13713         * src/prefs_common.c
13714                 Change default message font to Monospace
13715         * src/summaryview.c
13716                 More freezing during potentially large operations
13717
13718 2005-02-21 [paul]       1.0.1cvs15.3
13719
13720         * src/main.c
13721                 fix --help output
13722
13723 2005-02-21 [paul]       1.0.1cvs15.2
13724
13725         * po/Makefile.in.in
13726         * src/compose.c
13727         * src/summaryview.c
13728         * src/textview.c
13729         * src/common/utils.c
13730         * src/common/utils.h
13731                 sync with main (revision 117)
13732
13733 2005-02-20 [colin]      1.0.1cvs15.1
13734
13735         * src/common/defs.h
13736                 Change cache file to .sylpheed_claws_cache, as
13737                 suggested by Alfons. Allows people to switch
13738                 between Sylpheed and Sylpheed-Claws. it is
13739                 a good idea to "Check for new messages" at next
13740                 startup.
13741
13742
13743 2005-02-18 [colin]      1.0.1cvs14.1
13744
13745         * src/quote_fmt_lex.l
13746         * src/quote_fmt_parse.y
13747                 Fix parser initialisation. Patch by Ivan.
13748
13749 2005-02-18 [colin]      1.0.1cvs11.6
13750
13751         * src/folderview.c
13752                 Fix scrolldown (bug 662)
13753
13754 2005-02-17 [colin]      1.0.1cvs11.5
13755
13756         * src/codeconv.c
13757                 conv_filename_to_utf8: return clean 7bit instead
13758                 of broken utf8 if needed
13759         * src/mimeview.c
13760                 Fix display of parts with unclean 8bit names
13761
13762 2005-02-17 [paul]       1.0.1cvs11.4
13763
13764         * src/compose.c
13765         * src/exportldif.c
13766         * src/matcher_parser_parse.y
13767         * src/procmime.c
13768         * src/sourcewindow.c
13769         * src/common/Makefile.am
13770         * src/common/intl.h             ** REMOVED **
13771         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13772                 sync with main (revision 109)
13773                 and clean up
13774
13775 2005-02-16 [colin]      1.0.1cvs11.3
13776
13777         * src/summaryview.c
13778                 Fix collapsed thread not highlighting when new
13779                 messages in it (Bug 568) Patch by Stephan Sachse.
13780                 Fix messed up selection when reaching bounds (Bug 632)
13781         * src/prefs_themes.c
13782                 Fix theme installing (Bug 684)
13783
13784 2005-02-16 [colin]      1.0.1cvs11.2
13785
13786         * src/messageview.c
13787                 Fix messageview_select_all
13788
13789 2005-02-16 [colin]      1.0.1cvs11.1
13790
13791         * src/mh.c
13792                 Sync with HEAD (MH scan required function)
13793
13794 2005-02-15 [colin]      1.0.1cvs8.1
13795
13796         * src/mimeview.c
13797         * src/common/utils.c
13798                 Sync with HEAD (filename chars substitution)
13799
13800 2005-02-15 [colin]      1.0.1cvs7.3
13801
13802         * src/gtk/pluginwindow.c
13803                 Fix button spacing
13804
13805 2005-02-15 [colin]      1.0.1cvs7.2
13806
13807         * src/mimeview.c
13808                 Fix mime icons not reset across message when
13809                 scrolled down
13810
13811 2005-02-15 [colin]      1.0.1cvs7.1
13812
13813         * src/compose.c
13814         * src/procmime.c
13815                 Sync with HEAD (optimisation of cvs6)
13816
13817 2005-02-14 [colin]      1.0.1cvs6.1
13818
13819         * src/compose.c
13820         * src/procmime.c
13821                 Sync with HEAD (encode "From " at line beginning)
13822
13823 2005-02-14 [colin]      1.0.1cvs5.3
13824
13825         * src/compose.c
13826                 Fix wrapping with accentued chars.
13827
13828 2005-02-13 [colin]      1.0.1cvs5.2
13829
13830         * src/textview.c
13831                 Fix email informative part parsing with
13832                 accentued chars in it. ispunct() returns
13833                 true for them in utf8...
13834
13835 2005-02-12 [colin]      1.0.1cvs5.1
13836
13837         * src/filtering.c
13838                 Sync with HEAD (remove wrong use of compose after send)
13839
13840 2005-02-12 [paul]       1.0.1cvs4.5
13841
13842         * src/textview.c
13843                 remove unnecessary code (thanks to Alfons)
13844
13845 2005-02-12 [paul]       1.0.1cvs4.4
13846
13847         * src/textview.c
13848                 add 'Copy' to contextual menu on emails
13849
13850 2005-02-11 [colin]      1.0.1cvs4.3
13851
13852         * src/compose.c
13853                 revert 1.0.0cvs28.2, it doesn't work that well.
13854
13855 2005-02-11 [paul]       1.0.1cvs4.2
13856
13857         * po/Makefile.in.in
13858                 fix 'make release'
13859
13860 2005-02-10 [paul]       1.0.1cvs4.1
13861
13862         * ChangeLog
13863         * ChangeLog.claws
13864         * ChangeLog.jp
13865         * configure.ac
13866         * src/compose.c
13867                 sync with HEAD (sync with main)
13868
13869 2005-02-10 [paul]       1.0.1cvs3.2
13870
13871         * AUTHORS
13872         * Makefile.am
13873         * autogen.sh
13874         * configure.ac
13875         * config/mkinstalldirs
13876         * intl/.cvsignore
13877         * intl/ChangeLog
13878         * intl/VERSION
13879         * intl/bindtextdom.c
13880         * intl/config.charset
13881         * intl/dcgettext.c
13882         * intl/dcigettext.c
13883         * intl/dcngettext.c
13884         * intl/dgettext.c
13885         * intl/dngettext.c
13886         * intl/eval-plural.h
13887         * intl/explodename.c
13888         * intl/finddomain.c
13889         * intl/gettext.c
13890         * intl/gettextP.h
13891         * intl/gmo.h
13892         * intl/hash-string.h
13893         * intl/intl-compat.c
13894         * intl/l10nflist.c
13895         * intl/libgnuintl.h.in
13896         * intl/loadinfo.h
13897         * intl/loadmsgcat.c
13898         * intl/localcharset.c
13899         * intl/localcharset.h
13900         * intl/locale.alias
13901         * intl/localealias.c
13902         * intl/localename.c
13903         * intl/log.c
13904         * intl/ngettext.c
13905         * intl/os2compat.c
13906         * intl/os2compat.h
13907         * intl/osdep.c
13908         * intl/plural-exp.c
13909         * intl/plural-exp.h
13910         * intl/plural.c
13911         * intl/plural.y
13912         * intl/ref-add.sin
13913         * intl/ref-del.sin
13914         * intl/relocatable.c
13915         * intl/relocatable.h
13916         * intl/textdomain.c
13917         * m4/Makefile.am
13918         * po/Makefile.in.in
13919         * src/Makefile.am
13920         * src/account.c
13921         * src/action.c
13922         * src/addr_compl.c
13923         * src/addressadd.c
13924         * src/addressbook.c
13925         * src/addrgather.c
13926         * src/addrindex.c
13927         * src/alertpanel.c
13928         * src/browseldap.c
13929         * src/codeconv.c
13930         * src/codeconv.h
13931         * src/compose.c
13932         * src/compose.h
13933         * src/crash.c
13934         * src/editaddress.c
13935         * src/editbook.c
13936         * src/editgroup.c
13937         * src/editjpilot.c
13938         * src/editldap.c
13939         * src/editldap_basedn.c
13940         * src/editvcard.c
13941         * src/exphtmldlg.c
13942         * src/expldifdlg.c
13943         * src/export.c
13944         * src/exporthtml.c
13945         * src/filtering.c
13946         * src/folder.c
13947         * src/folder_item_prefs.c
13948         * src/foldersel.c
13949         * src/folderview.c
13950         * src/grouplistdialog.c
13951         * src/headerview.c
13952         * src/imap.c
13953         * src/imap_gtk.c
13954         * src/import.c
13955         * src/importldif.c
13956         * src/importmutt.c
13957         * src/importpine.c
13958         * src/inc.c
13959         * src/ldif.c
13960         * src/main.c
13961         * src/mainwindow.c
13962         * src/matcher.c
13963         * src/mbox.c
13964         * src/message_search.c
13965         * src/messageview.c
13966         * src/mh.c
13967         * src/mh_gtk.c
13968         * src/mimeview.c
13969         * src/msgcache.c
13970         * src/news.c
13971         * src/news_gtk.c
13972         * src/noticeview.c
13973         * src/partial_download.c
13974         * src/pop.c
13975         * src/prefs_account.c
13976         * src/prefs_actions.c
13977         * src/prefs_common.c
13978         * src/prefs_customheader.c
13979         * src/prefs_display_header.c
13980         * src/prefs_ext_prog.c
13981         * src/prefs_filtering.c
13982         * src/prefs_filtering_action.c
13983         * src/prefs_folder_item.c
13984         * src/prefs_fonts.c
13985         * src/prefs_gtk.c
13986         * src/prefs_matcher.c
13987         * src/prefs_msg_colors.c
13988         * src/prefs_spelling.c
13989         * src/prefs_summary_column.c
13990         * src/prefs_template.c
13991         * src/prefs_themes.c
13992         * src/prefs_toolbar.c
13993         * src/prefs_wrapping.c
13994         * src/privacy.c
13995         * src/procheader.c
13996         * src/procmime.c
13997         * src/procmsg.c
13998         * src/quote_fmt.c
13999         * src/recv.c
14000         * src/send_message.c
14001         * src/setup.c
14002         * src/sourcewindow.c
14003         * src/ssl_manager.c
14004         * src/statusbar.c
14005         * src/summary_search.c
14006         * src/summaryview.c
14007         * src/textview.c
14008         * src/toolbar.c
14009         * src/wizard.c
14010         * src/common/nntp.c
14011         * src/common/plugin.c
14012         * src/common/smtp.c
14013         * src/common/ssl.c
14014         * src/common/ssl_certificate.c
14015         * src/common/string_match.c
14016         * src/common/sylpheed.c
14017         * src/common/template.c
14018         * src/common/utils.c
14019         * src/gtk/about.c
14020         * src/gtk/colorlabel.c
14021         * src/gtk/description_window.c
14022         * src/gtk/filesel.c
14023         * src/gtk/foldersort.c
14024         * src/gtk/gtkaspell.c
14025         * src/gtk/gtkutils.c
14026         * src/gtk/inputdialog.c
14027         * src/gtk/logwindow.c
14028         * src/gtk/menu.c
14029         * src/gtk/pluginwindow.c
14030         * src/gtk/prefswindow.c
14031         * src/gtk/progressdialog.c
14032         * src/gtk/quicksearch.c
14033         * src/gtk/sslcertwindow.c
14034         * src/plugins/clamav/clamav_plugin.c
14035         * src/plugins/clamav/clamav_plugin_gtk.c
14036         * src/plugins/demo/demo.c
14037         * src/plugins/dillo_viewer/dillo_prefs.c
14038         * src/plugins/dillo_viewer/dillo_viewer.c
14039         * src/plugins/image_viewer/plugin.c
14040         * src/plugins/image_viewer/viewer.c
14041         * src/plugins/image_viewer/viewerprefs.c
14042         * src/plugins/mathml_viewer/mathml_viewer.c
14043         * src/plugins/pgpmime/passphrase.c
14044         * src/plugins/pgpmime/plugin.c
14045         * src/plugins/pgpmime/prefs_gpg.c
14046         * src/plugins/pgpmime/select-keys.c
14047         * src/plugins/pgpmime/sgpgme.c
14048         * src/plugins/spamassassin/spamassassin.c
14049         * src/plugins/spamassassin/spamassassin_gtk.c
14050         * src/plugins/trayicon/trayicon.c
14051                 sync with main (revision 104)
14052
14053 2005-02-10 [colin]      1.0.1cvs3.1
14054
14055         * src/mainwindow.c
14056                 Sync with HEAD (fix occasional crasher)
14057
14058 2005-02-10 [colin]      1.0.1cvs2.1
14059
14060         * src/messageview.c
14061                 Synw with HEAD (don't automatically display html)
14062
14063 2005-02-09 [colin]      1.0.1cvs1.3
14064
14065         * src/textview.c
14066         * src/textview.h
14067                 Add contextual menu on emails
14068
14069 2005-02-09 [colin]      1.0.1cvs1.2
14070
14071         * src/codeconv.c
14072                 Fix converting from broken headers and 
14073                 put back the _ in missing places
14074                 (feature broke with cvs24.2 sync, main 
14075                  possibly affected?)
14076
14077 2005-02-09 [colin]      1.0.1cvs1.1
14078
14079         * src/messageview.c
14080         * src/mimeview.c
14081         * src/mimeview.h
14082                 Sync with HEAD (display non text/plain mails with plugin)
14083
14084 2005-02-08 [colin]      1.0.1.1
14085
14086         * ChangeLog.claws
14087         * po/pt_BR.po
14088                 Sync with HEAD
14089         * configure.ac
14090                 Make default configuration directory 
14091                 be .sylpheed-gtk2
14092
14093 2005-02-08 [colin]      1.0.0cvs29.1
14094
14095         * po/de.po
14096         * po/es.po
14097         * po/fr.po
14098         * po/it.po
14099         * po/sk.po
14100         * po/sr.po
14101                 Sync translations with HEAD
14102
14103 2005-02-06 [colin]      1.0.0cvs28.3
14104
14105         * src/compose.c
14106                 Make compose a bit faster - patch by Alfons.
14107
14108 2005-02-06 [colin]      1.0.0cvs28.2
14109
14110         * src/compose.c
14111                 Make pasting via middle-click more reliable
14112
14113 2005-02-05 [paul]       1.0.0cvs28.1
14114
14115         * ChangeLog
14116         * ChangeLog.claws
14117         * ChangeLog.jp
14118         * configure.ac
14119         * src/compose.c
14120                 sync with HEAD
14121                 (fix bug 682 'redirect is broken'
14122
14123 2005-02-05 [torte]      1.0.0cvs27.1
14124
14125         * ChangeLog.claws
14126         * configure.ac
14127         * src/partial_download.c
14128                 Sync with HEAD (fix buf overflow)
14129
14130 2005-02-03 [colin]      1.0.0cvs26.1
14131
14132         * src/common/plugin.c
14133                 Sync with HEAD (avoid plugin mismatches)
14134
14135 2005-02-03 [paul]       1.0.0cvs25.3
14136
14137         * src/folderview.c
14138         * src/headerview.c
14139         * src/summaryview.c
14140         * src/textview.c
14141         * src/gtk/colorlabel.c
14142                 third and final part of initial sync with main-gtk2
14143
14144 2005-02-03 [paul]       1.0.0cvs25.2
14145
14146         * src/jpilot.c
14147                 fix building with jpilot support
14148
14149 2005-02-02 [colin]      1.0.0cvs25.1
14150
14151         * src/messageview.c
14152                 Sync with HEAD (fix dangerous typo)
14153
14154 2005-02-01 [colin]      1.0.0cvs24.3
14155
14156         * src/common/xml.c
14157                 Write file as advertised (UTF-8)
14158
14159 2005-02-01 [paul]       1.0.0cvs24.2
14160
14161         * src/addrbook.c
14162         * src/addrindex.c
14163         * src/alertpanel.h
14164         * src/codeconv.c
14165         * src/codeconv.h
14166         * src/compose.c
14167         * src/export.c
14168         * src/folder_item_prefs.c
14169         * src/html.c
14170         * src/imap.c
14171         * src/import.c
14172         * src/jpilot.c
14173         * src/mainwindow.c
14174         * src/matcher_parser_lex.l
14175         * src/messageview.c
14176         * src/mh.c
14177         * src/prefs_account.c
14178         * src/prefs_actions.c
14179         * src/prefs_common.c
14180         * src/prefs_gtk.c
14181         * src/prefs_gtk.h
14182         * src/prefs_themes.c
14183         * src/procheader.c
14184         * src/procmime.c
14185         * src/sourcewindow.c
14186         * src/statusbar.c
14187         * src/summaryview.c
14188         * src/textview.c
14189         * src/toolbar.c
14190         * src/unmime.c
14191         * src/common/template.c
14192         * src/common/utils.c
14193         * src/common/xml.c
14194         * src/common/xml.h
14195         * src/gtk/gtkaspell.c
14196         * src/plugins/clamav/clamav_plugin.c
14197         * src/plugins/dillo_viewer/dillo_prefs.c
14198         * src/plugins/image_viewer/viewerprefs.c
14199         * src/plugins/pgpmime/passphrase.c
14200         * src/plugins/pgpmime/prefs_gpg.c
14201         * src/plugins/pgpmime/select-keys.c
14202         * src/plugins/spamassassin/spamassassin.c
14203                 second part of initial sync with main-gtk2
14204                 (more to follow)
14205
14206 2005-01-31 [colin]      1.0.0cvs24.1
14207
14208         * src/compose.c
14209                 Sync with HEAD
14210
14211 2005-01-29 [paul]       1.0.0cvs23.2
14212
14213         * src/account.c
14214         * src/action.c
14215         * src/addressadd.c
14216         * src/addressbook.c
14217         * src/alertpanel.c
14218         * src/compose.c
14219         * src/editaddress.c
14220         * src/editbook.c
14221         * src/editgroup.c
14222         * src/editjpilot.c
14223         * src/editldap.c
14224         * src/editldap_basedn.c
14225         * src/editvcard.c
14226         * src/export.c
14227         * src/foldersel.c
14228         * src/grouplistdialog.c
14229         * src/import.c
14230         * src/importldif.c
14231         * src/inc.c
14232         * src/main.c
14233         * src/mainwindow.c
14234         * src/message_search.c
14235         * src/messageview.c
14236         * src/mimeview.c
14237         * src/prefs_actions.c
14238         * src/prefs_common.c
14239         * src/prefs_common.h
14240         * src/prefs_customheader.c
14241         * src/prefs_display_header.c
14242         * src/prefs_filtering.c
14243         * src/prefs_filtering_action.c
14244         * src/prefs_gtk.c
14245         * src/prefs_matcher.c
14246         * src/prefs_summary_column.c
14247         * src/prefs_template.c
14248         * src/sourcewindow.c
14249         * src/summary_search.c
14250         * src/summaryview.c
14251         * src/textview.c
14252         * src/gtk/about.c
14253         * src/gtk/description_window.c
14254         * src/gtk/gtkshruler.c
14255         * src/gtk/gtkutils.c
14256         * src/gtk/gtkutils.h
14257         * src/gtk/inputdialog.c
14258         * src/gtk/logwindow.c
14259         * src/gtk/prefswindow.c
14260         * src/gtk/progressdialog.c
14261         * src/gtk/progressdialog.h
14262                 first part of initial sync with main-gtk2
14263                 (more to follow)
14264
14265 2005-01-28 [colin]      1.0.0cvs23.1
14266
14267         * src/folderview.c
14268                 Sync with HEAD
14269
14270 2005-01-27 [colin]      1.0.0cvs21.1
14271
14272         * src/folder.c
14273         * src/folderview.c
14274                 Sync with HEAD
14275
14276 2005-01-27 [colin]      1.0.0cvs19.1
14277
14278         * src/procmime.c
14279                 Sync with HEAD
14280
14281 2005-01-27 [colin]      1.0.0cvs18.1
14282
14283         * src/messageview.c
14284         * src/summaryview.c
14285         * src/mainwindow.c
14286         * src/compose.c
14287         * src/compose.h
14288         * src/procmsg.c
14289         * src/procmsg.h
14290         * src/toolbar.c
14291                 Sync with HEAD
14292
14293 2005-01-26 [paul]       1.0.0cvs15.2
14294
14295         * src/compose.c
14296                 compose_entries_set(): convert subject and body to
14297                 utf8 if necessary. patch by Felix Eckhofer
14298
14299 2005-01-26 [paul]       1.0.0cvs15.1
14300
14301         * configure.ac
14302         * src/common/template.c
14303                 sync with HEAD (fix memory leak)
14304
14305 2005-01-25 [paul]       1.0.0cvs14.1
14306
14307         * configure.ac
14308         * src/compose.c
14309                 sync with HEAD
14310
14311 2005-01-24 [colin]      1.0.0cvs13.1
14312
14313         * src/summaryview.c
14314                 Sync with HEAD
14315
14316 2005-01-24 [paul]       1.0.0cvs12.1
14317
14318         * configure.ac
14319         * src/messageview.c
14320         * src/mh.c
14321         * src/common/utils.c
14322                 sync with HEAD
14323
14324 2005-01-24 [colin]      1.0.0cvs11.1
14325
14326         * src/procheader.c
14327                 Sync with HEAD
14328
14329 2005-01-24 [colin]      1.0.0cvs10.1
14330
14331         * src/folderview.c
14332                 Sync with HEAD
14333
14334 2005-01-23 [colin]      1.0.0cvs9.1
14335
14336         * src/crash.c
14337                 Sync with HEAD
14338
14339 2005-01-22 [colin]      1.0.0cvs8.1
14340
14341         * src/summaryview.c
14342         * src/gtk/quicksearch.c
14343                 Sync with HEAD
14344
14345 2005-01-21 [colin]      1.0.0cvs7.1
14346
14347         * src/summaryview.c
14348                 Sync with HEAD
14349
14350 2005-01-21 [colin]      1.0.0cvs6.1
14351
14352         * src/summaryview.c
14353                 Sync with HEAD
14354
14355 2005-01-21 [colin]      1.0.0cvs5.1
14356
14357         * src/gtk/quicksearch.c
14358         * src/prefs_common.c
14359         * src/prefs_common.h
14360                 Sync with HEAD (recurse option)
14361
14362 2005-01-21 [colin]      1.0.0cvs4.1
14363
14364         * src/folder.h
14365         * src/folderview.c
14366         * src/folderview.h
14367         * src/summaryview.c
14368         * src/gtk/quicksearch.c
14369         * src/gtk/quicksearch.h
14370                 Sync with HEAD (recursive quicksearch)
14371
14372 2005-01-20 [colin]      1.0.0cvs3.4
14373
14374         * src/ssl_manager.c
14375                 Remove useless code
14376
14377 2005-01-20 [colin]      1.0.0cvs3.3
14378
14379         * src/ssl_manager.c
14380                 Fix leak, thanks to Alfons.
14381
14382 2005-01-20 [colin]      1.0.0cvs3.2
14383
14384         * src/ssl_manager.c
14385                 Port SSL certificate window to GTK2.
14386
14387 2005-01-20 [paul]       1.0.0cvs3.1
14388
14389         * ChangeLog.claws
14390         * configure.ac
14391         * src/addrindex.c
14392         * src/addrindex.h
14393                 sync with HEAD
14394
14395 2005-01-19 [colin]      1.0.0cvs2.2
14396
14397         * src/plugins/trayicon/trayicon.c
14398                 Fix freeze with gtk-2.6, the easy way
14399                 (signal blocking helpless there...)
14400                 Closes bug #668.
14401
14402 2005-01-19 [colin]      1.0.0cvs2.1
14403
14404         * src/mbox.c
14405         * src/mbox.h
14406         * src/mainwindow.c
14407         * src/summaryview.c
14408         * src/summaryview.h
14409                 Sync with HEAD
14410
14411 2005-01-19 [paul]       1.0.0cvs1.1
14412
14413         * configure.ac
14414         * po/de.po
14415         * po/es.po
14416         * po/fr.po
14417         * po/hr.po
14418         * po/it.po
14419         * po/ja.po
14420         * po/ko.po
14421         * po/pt_BR.po
14422         * po/ru.po
14423         * po/sk.po
14424         * po/sr.po
14425                 sync with HEAD (update translations)
14426
14427 2005-01-18 [colin]      1.0.0cvs0.1
14428
14429         * src/foldersel.c
14430                 Specify search column - patch by Alfons
14431
14432 2005-01-18 [colin]      0.9.13cvs36.3
14433
14434         * src/prefs_toolbar.c
14435                 Change Delete to Remove
14436         * src/prefs_fonts.c
14437                 GTK2 version and leak fixes
14438         * src/prefs_actions.c
14439                 Add stock buttons.
14440                 All patches by Alfons
14441
14442 2005-01-17 [colin]      0.9.13cvs36.2
14443
14444         * src/compose.c
14445                 Fix DnD inserting twice. While at it,
14446                 add DnD support for text/plain in the
14447                 body, and add support in the headers.
14448
14449 2005-01-16 [colin]      0.9.13cvs36.1
14450
14451         * ChangeLog
14452         * ChangeLog.jp
14453         * ChangeLog.claws
14454                 Sync with HEAD (nothing applicable)
14455
14456 2005-01-16 [colin]      0.9.13cvs33.2
14457
14458         * src/prefs_toolbar.c
14459                 GTK2ize prefs_toolbar, by Alfons.
14460
14461 2005-01-14 [colin]      0.9.13cvs33.1
14462
14463         * src/html.c
14464         * src/msgcache.c
14465                 Sync with HEAD
14466
14467 2005-01-14 [colin]      0.9.13cvs32.1
14468
14469         * src/html.c
14470         * src/html.h
14471         * src/msgcache.c
14472         * AUTHORS
14473         * tools/calypso_convert.pl
14474                 Sync with HEAD
14475
14476 2005-01-08 [colin]      0.9.13cvs29.2
14477
14478         * src/prefs_filtering_action.c
14479         * src/prefs_filtering.c
14480                 2 more gtk2 patches by Alfons
14481
14482 2005-01-07 [paul]       0.9.13cvs29.1
14483
14484         * ChangeLog
14485         * ChangeLog.claws
14486         * ChangeLog.jp
14487         * configure.ac
14488         * src/pop.c
14489         * src/pop.h
14490                 sync with HEAD
14491
14492 2005-01-07 [colin]      0.9.13cvs28.3
14493
14494         * src/gtk/progressdialog.c
14495         * src/gtk/progressdialog.h
14496         * src/inc.c
14497         * src/send_message.c
14498                 GTK2 for the incorporation dialog. The CList isn't dead
14499                 yet, for a more smooth migration. Patch by Alfons.
14500
14501 2005-01-06 [colin]      0.9.13cvs28.2
14502
14503         * src/prefs_display_header.c
14504                 GTK2 conversion by Alfons
14505         * src/prefs_actions.c
14506         * src/prefs_matcher.c
14507                 Fix 2 leaks - patch by Alfons
14508
14509 2005-01-06 [colin]      0.9.13cvs28.1
14510
14511         * src/prefs_matcher.c
14512                 Sync with HEAD
14513
14514 2005-01-06 [colin]      0.9.13cvs27.4
14515
14516         * src/prefs_matcher.c
14517                 Fix double-free. Patch by Alfons
14518
14519 2005-01-06 [colin]      0.9.13cvs27.3
14520
14521         * src/prefs_matcher.c
14522                 GTK2 widgets + memleak
14523                 Patch by Alfons
14524
14525 2005-01-05 [colin]      0.9.13cvs27.2
14526
14527         * src/account.c
14528         * src/addr_compl.c
14529         * src/foldersel.c
14530         * src/stock_pixmap.c
14531         * src/stock_pixmap.h
14532                 3 more GTK2 patches by Alfons.
14533
14534 2005-01-04 [colin]      0.9.13cvs27.1
14535
14536         * src/folderview.c
14537         * src/imap_gtk.c
14538         * src/news_gtk.c
14539                 Sync with HEAD
14540
14541 2005-01-04 [colin]      0.9.13cvs25.9
14542
14543         * src/compose.c
14544                 Fix Show Ruler menuitem
14545         * src/prefs_template.c
14546                 Convert to GTK2
14547         * src/common/utils.c
14548                 Make auto pointer stuff handles NULLs
14549                 Patches by Alfons.
14550
14551 2005-01-04 [colin]      0.9.13cvs25.8
14552
14553         * src/compose.c
14554                 Move the attachment list to gtk2
14555                 Patch by Alfons.
14556
14557 2005-01-04 [colin]      0.9.13cvs25.7
14558
14559         * src/textview.c
14560                 Make some keys work again
14561                 Patch by SungHyun Nam <namsh@kldp.org>
14562
14563 2005-01-04 [colin]      0.9.13cvs25.6
14564
14565         * src/gtk/gtkshruler.c
14566                 Move the ruler to GTK2
14567                 Patch by Alfons
14568
14569 2005-01-03 [colin]      0.9.13cvs25.5
14570
14571         * src/compose.c
14572                 Fix my broken patch apply 
14573
14574 2005-01-03 [colin]      0.9.13cvs25.4
14575
14576         * src/common/utils.c
14577         * src/common/utils.h
14578         * src/gtk/prefswindow.c
14579                 Move auto pointer stuff to utils.c
14580                 Patch by Alfons again :)
14581
14582 2005-01-03 [colin]      0.9.13cvs25.3
14583
14584         * src/compose.c
14585         * src/prefs_gtk.c
14586         * src/prefs_template.c
14587         * src/textview.c
14588                 Empty text widgets with empty strings, not NULL char
14589                 Patch by SungHyun Nam <namsh@kldp_org>
14590
14591 2005-01-03 [colin]      0.9.13cvs25.2
14592
14593         * src/main.c
14594         * AUTHORS
14595                 Sync with HEAD
14596
14597 2005-01-03 [colin]      0.9.13cvs25.1
14598
14599         * src/pop.c
14600         * src/pop.h
14601                 Sync with HEAD
14602
14603 2005-01-03 [colin]      0.9.13cvs24.3
14604
14605         * src/account.c
14606                 Two patches from Alfons and Alex S Moore:
14607                 fix images, fix return value.
14608
14609 2005-01-01 [colin]      0.9.13cvs24.2
14610
14611         * src/prefs_actions.c
14612                 Fix over-zealous assertion. Patch by Alfons
14613
14614 2005-01-01 [colin]      0.9.13cvs24.1
14615
14616         * src/procmime.c
14617                 Sync with HEAD (leak fix)
14618
14619 2004-12-31 [colin]      0.9.13cvs23.2
14620
14621         * src/prefs_common.c
14622                 GTK2 widgets + stock buttons - patch by Alfons
14623
14624 2004-12-31 [paul]       0.9.13cvs23.1
14625
14626         * configure.ac
14627                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14628         * src/gtk/pluginwindow.c
14629                 use GTK2 widgets and plug memory leaks,
14630                 patches by Alfons
14631
14632 2004-12-30 [colin]      0.9.13cvs22.4
14633
14634         * src/account.c
14635         * src/action.c
14636         * src/export.c
14637         * src/foldersel.c
14638         * src/import.c
14639         * src/message_search.c
14640         * src/prefs_actions.c
14641         * src/prefs_common.c
14642         * src/prefs_customheader.c
14643         * src/prefs_filtering.c
14644         * src/prefs_summary_column.c
14645         * src/summary_search.c
14646         * src/gtk/about.c
14647         * src/gtk/description_window.c
14648         * src/gtk/gtkutils.c
14649         * src/gtk/gtkutils.h
14650         * src/gtk/inputdialog.c
14651         * src/gtk/prefswindow.c
14652                 Use GTK2 stock buttons. Patches by Alfons.
14653
14654 2004-12-30 [colin]      0.9.13cvs22.3
14655
14656         * src/account.c
14657                 Sync with HEAD
14658         * src/prefs_actions.c
14659         * src/prefs_customheader.c
14660         * src/prefs_filtering.c
14661         * src/prefs_msg_colors.c
14662         * src/prefs_summary_column.c
14663         * src/gtk/prefswindow.c
14664                 Use GtkTreeView instead of deprecated 
14665                 widgets. Patches by Alfons.
14666
14667 2004-12-30 [paul]       0.9.13cvs22.2
14668
14669         * src/foldersel.c
14670                 use GTK 2 Tree View
14671                 patch by Alfons, with root folder sorting fix
14672                 by Stephan Sachse
14673
14674 2004-12-30 [paul]       0.9.13cvs22.1
14675
14676         * ChangeLog
14677         * ChangeLog.claws
14678         * ChangeLog.jp
14679         * NEWS
14680         * configure.ac
14681         * src/account.c
14682                 sync with HEAD
14683
14684 2004-12-22 [martin]     0.9.13cvs21.2
14685
14686         * src/action.c
14687                 free the command line after its use
14688
14689 2004-12-18 [paul]       0.9.13cvs21.1
14690
14691         * AUTHORS
14692         * ChangeLog
14693         * ChangeLog.claws
14694         * ChangeLog.jp
14695         * NEWS
14696         * configure.ac
14697         * src/action.c
14698         * src/compose.c
14699         * src/syldap.c
14700                 sync with HEAD
14701
14702 2004-12-17 [martin]     0.9.13cvs17.2
14703
14704         * src/action.c
14705                 convert actions input to locale
14706         * src/inc.c
14707                 convert notification command to locale
14708         * src/plugins/pgpmime/select-keys.c
14709                 convert attributes to utf8
14710
14711 2004-12-14 [colin]      0.9.13cvs17.1
14712
14713         * ChangeLog
14714         * ChangeLog.jp
14715         * ChangeLog.claws
14716         * src/action.c
14717         * src/common/utils.c
14718         * src/gtk/prefswindow.c
14719         * src/gtk/gtkutils.c
14720         * src/gtk/gtkutils.h
14721         * src/plugins/spamassassin/libspamc.c
14722                 Sync with HEAD
14723
14724 2004-12-13 [colin]      0.9.13cvs14.1
14725
14726         * src/quote_fmt_parse.y
14727                 Sync with HEAD
14728
14729 2004-12-10 [colin]      0.9.13cvs12.1
14730
14731         * src/prefs_themes.c
14732         * src/mainwindow.c
14733         * src/messageview.c
14734                 Sync with HEAD
14735
14736 2004-12-09 [colin]      0.9.13cvs10.1
14737
14738         * src/procmime.c
14739                 Sync with HEAD (fix B64 encoding from memory)
14740
14741 2004-12-08 [colin]      0.9.13cvs9.1
14742
14743         * src/gtk/colorlabel.c
14744                 Sync with HEAD
14745
14746 2004-12-08 [paul]       0.9.13cvs8.2
14747
14748         * src/gtk/pluginwindow.c
14749                 fix window resizing oddities
14750
14751 2004-12-08 [colin]      0.9.13cvs8.1
14752
14753         * src/quote_fmt_parse.y
14754                 Sync with HEAD
14755
14756 2004-12-08 [colin]      0.9.13cvs7.1
14757
14758         * src/matcher_parser_parse.y
14759         * src/msgcache.c
14760         * src/prefs_matcher.c
14761         * src/procheader.c
14762         * src/matcher.c
14763         * src/common/defs.h
14764         * po/sr.po
14765                 Sync with HEAD
14766
14767 2004-12-08 [colin]      0.9.13cvs6.1
14768
14769         * src/quote_fmt_parse.y
14770         * src/textview.c
14771                 Sync with HEAD
14772         * src/gtk/prefswindow.c
14773         * src/gtk/pluginwindow.c
14774                 Fix G_CALLBACKS protos (thanks to Alfons)
14775
14776 2004-12-07 [torte]      0.9.13cvs2.2
14777
14778         * src/procmime.c
14779                 [Bug 650] reply button causes crash
14780                 Thanks to David Relson and Christoph
14781
14782 2004-12-07 [colin]      0.9.13cvs2.1
14783
14784         * ChangeLog.claws
14785         * AUTHORS
14786         * po/sk.po
14787         * src/procmime.c
14788         * src/prefs_account.c
14789         * src/common/smtp.c
14790         * src/common/smtp.h
14791                 Sync with HEAD
14792
14793 2004-12-06 [colin]      0.9.12cvs187.1
14794
14795         * ChangeLog.claws
14796         * INSTALL
14797         * Makefile.am
14798         * README.claws
14799         * TODO.claws
14800         * configure.ac
14801         * po/bg.po
14802         * po/cs.po
14803         * po/el.po
14804         * po/en_GB.po
14805         * po/es.po
14806         * po/fr.po
14807         * po/hr.po
14808         * po/hu.po
14809         * po/it.po
14810         * po/ja.po
14811         * po/ko.po
14812         * po/nl.po
14813         * po/pl.po
14814         * po/pt_BR.po
14815         * po/ru.po
14816         * po/sk.po
14817         * po/sr.po
14818         * po/sv.po
14819         * po/zh_CN.po
14820         * po/zh_TW.Big5.po
14821         * src/compose.c
14822         * tools/Makefile.am
14823         * tools/README
14824         * tools/filter_conv.pl
14825         * tools/kdeservicemenu/README
14826         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14827         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14828                 Sync with HEAD
14829
14830 2004-12-04 [colin]      0.9.12cvs183.1
14831
14832         * src/compose.c
14833                 Sync with HEAD (compose window position saving)
14834
14835 2004-12-04 [paul]       0.9.12cvs182.3
14836
14837         * src/messageview.c
14838         * src/mimeview.c
14839         * src/prefs_customheader.c
14840         * src/gtk/quicksearch.c
14841                 replace some forgotten GTK_SIGNAL_FUNCs
14842
14843 2004-12-04 [paul]       0.9.12cvs182.2
14844
14845         * src/Makefile.am
14846                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14847                 committed in error      
14848
14849 2004-12-04 [paul]       0.9.12cvs182.1
14850
14851         * ChangeLog
14852         * ChangeLog.claws
14853         * ChangeLog.jp
14854         * INSTALL
14855         * NEWS
14856         * README
14857         * README.jp
14858         * configure.ac
14859         * doc/manual/ja/Makefile.am
14860         * doc/manual/ja/sylpheed-1.html
14861         * doc/manual/ja/sylpheed-10.html
14862         * doc/manual/ja/sylpheed-11.html
14863         * doc/manual/ja/sylpheed-12.html
14864         * doc/manual/ja/sylpheed-13.html
14865         * doc/manual/ja/sylpheed-14.html
14866         * doc/manual/ja/sylpheed-15.html
14867         * doc/manual/ja/sylpheed-16.html
14868         * doc/manual/ja/sylpheed-17.html
14869         * doc/manual/ja/sylpheed-18.html
14870         * doc/manual/ja/sylpheed-19.html
14871         * doc/manual/ja/sylpheed-2.html
14872         * doc/manual/ja/sylpheed-20.html
14873         * doc/manual/ja/sylpheed-3.html
14874         * doc/manual/ja/sylpheed-4.html
14875         * doc/manual/ja/sylpheed-5.html
14876         * doc/manual/ja/sylpheed-6.html
14877         * doc/manual/ja/sylpheed-7.html
14878         * doc/manual/ja/sylpheed-8.html
14879         * doc/manual/ja/sylpheed-9.html
14880         * doc/manual/ja/sylpheed.html
14881         * doc/manual/ja/sylpheed.sgml
14882         * po/de.po
14883         * src/Makefile.am
14884         * src/compose.c
14885         * src/procmime.c
14886         * src/pixmaps/regular.xpm **REMOVED**
14887         * src/plugins/pgpmime/pgpmime.c
14888         * src/plugins/pgpmime/plugin.c
14889         * src/plugins/pgpmime/prefs_gpg.c
14890                 sync with HEAD
14891
14892 2004-12-03 [paul]       0.9.12cvs180.1
14893
14894         * ChangeLog
14895         * ChangeLog.claws
14896         * ChangeLog.jp
14897         * configure.ac
14898         * src/Makefile.am
14899         * src/pop.c
14900         * src/common/utils.c
14901         * src/common/utils.h
14902         * src/pixmaps/continue.xpm
14903         * src/pixmaps/dir_close.xpm
14904         * src/pixmaps/dir_open.xpm
14905         * src/pixmaps/drafts_close.xpm
14906         * src/pixmaps/drafts_open.xpm
14907         * src/pixmaps/folder.xpm **REMOVED**
14908         * src/pixmaps/group.xpm
14909         * src/pixmaps/unread.xpm
14910                 sync with HEAD
14911
14912 2004-12-02 [colin]      0.9.12cvs179.1
14913
14914         * src/compose.c
14915                 Sync with HEAD (non-duplicated reedition)
14916
14917 2004-12-02 [colin]      0.9.12cvs178.1
14918
14919         * src/compose.c
14920                 Sync with HEAD (linewrap_quote fix)
14921
14922 2004-12-01 [colin]      0.9.12cvs177.3
14923
14924         * src/addrharvest.c
14925                 Replace sizeof with strlen
14926
14927 2004-12-01 [paul]       0.9.12cvs177.2
14928
14929         * src/addrharvest.c
14930                 fix 'harvest addresses'
14931
14932 2004-11-30 [colin]      0.9.12cvs177.1
14933
14934         * src/gtk/prefswindow.c
14935         * src/gtk/pluginwindow.c
14936                 Sync with HEAD
14937
14938 2004-11-29 [colin]      0.9.12cvs176.1
14939
14940         * src/folderview.c
14941                 sync with HEAD (Fix disappearing separators in folderview's popup)
14942
14943 2004-11-29 [colin]      0.9.12cvs175.1
14944
14945         * src/procmime.c
14946                 Sync with head (another format fix)
14947
14948 2004-11-29 [colin]      0.9.12cvs174.1
14949
14950         * src/pop.c
14951                 Sync with HEAD (format string fix)
14952
14953 2004-11-26 [colin]      0.9.12cvs173.1
14954
14955         * src/common/smtp.c
14956         * src/common/smtp.h
14957                 Sync with HEAD
14958
14959 2004-11-24 [colin]      0.9.12cvs172.1
14960
14961         * src/plugins/pgpmime/pgpmime.c
14962                 Sync with HEAD
14963
14964 2004-11-24 [colin]      0.9.12cvs171.1
14965
14966         * src/plugins/pgpmime/pgpmime.c
14967                 Sync with head (gpgmectx leaks)
14968
14969 2004-11-24 [colin]      0.9.12cvs169.1
14970
14971         * src/plugins/pgpmime/plugin.c
14972         * src/plugins/trayicon/Makefile.am
14973         * src/plugins/trayicon/newmarkedmail.xpm
14974         * src/plugins/trayicon/trayicon.c
14975         * src/plugins/trayicon/unreadmarkedmail.xpm
14976                 Sync with HEAD
14977
14978 2004-11-23 [colin]      0.9.12cvs168.1
14979
14980         * src/partial_download.c
14981         * src/partial_download.h
14982         * src/plugins/pgpmime/plugin.c
14983                 Sync with HEAD
14984
14985 2004-11-23 [colin]      0.9.12cvs166.1
14986
14987         * src/Makefile.am
14988         * src/codeconv.c
14989         * src/compose.c
14990         * src/folderview.c
14991         * src/main.c
14992         * src/partial_download.c
14993         * src/partial_download.h
14994         * src/prefs_account.c
14995         * src/prefs_account.h
14996         * src/privacy.c
14997         * src/privacy.h
14998         * src/procmime.c
14999         * src/common/Makefile.am
15000         * src/common/base64.h
15001         * src/common/partial_download.c
15002         * src/common/partial_download.h
15003         * src/gtk/prefswindow.c
15004         * src/gtk/prefswindow.h
15005         * src/plugins/pgpmime/pgpmime.c
15006         * src/plugins/pgpmime/prefs_gpg.c
15007         * src/plugins/pgpmime/prefs_gpg.h
15008         * src/plugins/pgpmime/sgpgme.c
15009         * src/plugins/pgpmime/sgpgme.h
15010                 Sync with HEAD
15011
15012 2004-11-23 [colin]      0.9.12cvs163.1
15013
15014         * src/main.c
15015                 Sync with HEAD (cursor optimization)
15016
15017 2004-11-23 [colin]      0.9.12cvs162.1
15018
15019         * src/prefs_common.c
15020         * src/prefs_themes.c
15021         * src/procmsg.c
15022                 Sync with HEAD
15023
15024 2004-11-23 [colin]      0.9.12cvs158.9
15025
15026         * src/compose.c
15027                 Fix double-free when forwarding
15028         * src/msgcache.c
15029                 Fix leak on error path
15030                 
15031
15032 2004-11-23 [colin]      0.9.12cvs158.8
15033
15034         * src/compose.c
15035                 Fix possible double-free
15036                 Spotted by Alfons
15037
15038 2004-11-23 [colin]      0.9.12cvs158.7
15039
15040         * src/compose.c
15041                 Fix some signal handlers' prototypes
15042                 Spotted by Alfons
15043
15044 2004-11-22 [colin]      0.9.12cvs158.6
15045
15046         * src/compose.c
15047                 Remove unneeded code and duplicated
15048                 wrapping - patch by Alfons
15049
15050 2004-11-22 [colin]      0.9.12cvs158.5
15051
15052         * src/prefs_themes.c
15053                 Fix oversized selector
15054
15055 2004-11-22 [colin]      0.9.12cvs158.4
15056
15057         * src/compose.c
15058                 fix dump_text()
15059                 patch by Alfons
15060
15061 2004-11-19 [colin]      0.9.12cvs158.3
15062
15063         * src/textview.c
15064                 Add a context menu on links (open, copy)
15065
15066 2004-11-18 [paul]       0.9.12cvs158.2
15067
15068         * src/addrgather.c
15069         * src/exphtmldlg.c
15070         * src/expldifdlg.c
15071         * src/mimeview.c
15072         * src/prefs_common.c
15073         * src/plugins/image_viewer/viewer.c
15074         * src/plugins/spamassassin/spamassassin_gtk.c
15075                 replace deprecated gtk_notebook_set_page
15076                 and gtk_notebook_current_page
15077
15078 2004-11-18 [paul]       0.9.12cvs158.1
15079
15080         * configure.ac
15081         * src/compose.c
15082         * src/mainwindow.c
15083         * src/messageview.c
15084         * src/prefs_common.c
15085         * src/common/utils.c
15086         * src/common/utils.h
15087                 sync with HEAD
15088
15089 2004-11-17 [colin]      0.9.12cvs156.1
15090
15091         * src/prefs_account.c
15092         * src/prefs_account.h
15093         * src/procmsg.c
15094                 Sync with HEAD (add pref to store encrypted mails encrypted)
15095
15096 2004-11-17 [paul]       0.9.12cvs155.1
15097
15098         * ChangeLog
15099         * ChangeLog.claws
15100         * ChangeLog.jp
15101         * NEWS
15102         * configure.ac
15103         * src/compose.c
15104         * src/jpilot.c
15105         * src/privacy.c
15106         * src/procmime.c
15107         * src/procmime.h
15108         * src/procmsg.c
15109         * src/toolbar.c
15110         * src/pixmaps/error.xpm
15111                 sync with HEAD
15112
15113 2004-11-17 [colin]      0.9.12cvs151.1
15114
15115         * src/plugins/pgpmime/pgpmime.c
15116                 Sync with HEAD (remove debug printf)
15117
15118 2004-11-17 [colin]      0.9.12cvs150.1
15119
15120         * src/plugins/pgpmime/pgpmime.c
15121                 Sync with HEAD (off-by-one fix)
15122
15123 2004-11-17 [colin]      0.9.12cvs149.1
15124
15125         * src/procmsg.c
15126                 Sync with HEAD (coding style fixes)
15127
15128 2004-11-16 [colin]      0.9.12cvs148.1
15129
15130         * src/procmsg.c
15131                 Sync with head (Fix the fix)
15132
15133 2004-11-16 [colin]      0.9.12cvs147.1
15134
15135         * src/procmsg.c
15136                 Sync with Main (leak fix)
15137
15138 2004-11-16 [colin]      0.9.12cvs146.14
15139
15140         * src/compose.c
15141                 Remove useless chunk of code
15142                 Patch by Alfons
15143
15144 2004-11-15 [colin]      0.9.12cvs146.13
15145
15146         * src/compose.c
15147                 Fix drafting after insertion
15148                 Patch by Alfons
15149
15150 2004-11-15 [colin]      0.9.12cvs146.12
15151
15152         * src/compose.c
15153         * src/prefs_filtering.c
15154         * src/prefs_filtering_action.c
15155         * src/prefs_toolbar.c
15156                 Fix some const-correctness
15157
15158 2004-11-15 [colin]      0.9.12cvs146.11
15159
15160         * src/summaryview.c
15161         * src/prefs_themes.c
15162         * src/messageview.c
15163                 Fix some leaks
15164
15165 2004-11-15 [colin]      0.9.12cvs146.10
15166
15167         * src/codeconv.c
15168                 More unreadable locale fixes
15169
15170 2004-11-14 [colin]      0.9.12cvs146.9
15171
15172         * src/textview.c
15173                 Fix uri_security_check
15174                 Patch by Alfons
15175
15176 2004-11-13 [paul]       0.9.12cvs146.8
15177
15178         * src/folder.c
15179         * src/procmime.c
15180                 fix 2 bugs introduced in last commit
15181
15182 2004-11-13 [paul]       0.9.12cvs146.7
15183
15184         * src/compose.c
15185         * src/exporthtml.c
15186         * src/exportldif.c
15187         * src/folder.c
15188         * src/imap.c
15189         * src/imap_gtk.c
15190         * src/main.c
15191         * src/mainwindow.c
15192         * src/messageview.c
15193         * src/mh_gtk.c
15194         * src/prefs_themes.c
15195         * src/procmime.c
15196         * src/setup.c
15197         * src/summaryview.c
15198                 replace deprecated g_basename
15199
15200 2004-11-13 [paul]       0.9.12cvs146.6
15201
15202         * src/compose.c
15203         * src/imap.c
15204         * src/matcher_parser.h
15205         * src/matcher_parser_parse.y
15206         * src/prefs_filtering.c
15207         * src/prefs_filtering_action.c
15208         * src/prefs_themes.c
15209         * src/prefs_toolbar.c
15210         * src/common/utils.c
15211                 various small fixes/cleanups
15212
15213 2004-11-12 [colin]      0.9.12cvs146.5
15214
15215         * src/textview.c
15216                 Validate event's origin on visibility notify
15217                 Patch by Alfons.
15218
15219 2004-11-12 [paul]       0.9.12cvs146.4
15220
15221         * src/exporthtml.c
15222         * src/exportldif.c
15223         * src/imap.c
15224         * src/mh.c
15225         * src/mimeview.c
15226         * src/prefs_spelling.c
15227         * src/prefs_themes.c
15228                 replace deprecated g_dirname    
15229
15230 2004-11-12 [colin]      0.9.12cvs146.3
15231
15232         * src/textview.c
15233                 Some coding style fixes
15234
15235 2004-11-12 [colin]      0.9.12cvs146.2
15236
15237         * src/codeconv.c
15238                 We want to replace _all_ extended chars in
15239                 conv_unreadable_*, because any string containing
15240                 extended chars not parsing as UTF8 is 
15241                 undisplayed on gtk2.
15242
15243 2004-11-12 [paul]       0.9.12cvs146.1
15244
15245         * ChangeLog
15246         * ChangeLog.claws
15247         * ChangeLog.jp
15248         * NEWS
15249         * configure.ac
15250         * src/account.c
15251         * src/folderview.c
15252         * src/folderview.h
15253         * src/imap.c
15254         * src/imap_gtk.c
15255         * src/inc.c
15256         * src/mainwindow.c
15257         * src/mh_gtk.c
15258         * src/news_gtk.c
15259         * src/pop.c
15260         * src/prefs_account.c
15261         * src/prefs_account.h
15262         * src/prefs_ext_prog.c
15263         * src/procmime.c
15264         * src/procmime.h
15265         * src/procmsg.c
15266         * src/procmsg.h
15267         * src/summary_search.c
15268         * src/summaryview.c
15269         * src/textview.c
15270         * src/common/defs.h
15271         * src/common/utils.c
15272         * src/common/utils.h
15273         * src/gtk/menu.c
15274         * src/gtk/menu.h
15275                 sync with HEAD
15276
15277 2004-11-11 [colin]      0.9.12cvs144.2
15278
15279         * src/textview.c
15280                 Fix URI range selection (patch by Alfons)
15281
15282 2004-11-09 [colin]      0.9.12cvs144.1
15283
15284         * ChangeLog.claws
15285         * src/compose.c
15286         * src/folder.c
15287         * src/folder_item_prefs.c
15288         * src/prefs_account.c
15289         * src/prefs_account.h
15290         * src/plugins/pgpmime/pgpmime.c
15291                 Sync with HEAD
15292
15293 2004-11-08 [colin]      0.9.12cvs143.1
15294
15295         * src/summaryview.c
15296                 Sync with HEAD (optimize quicksearch)
15297
15298 2004-11-08 [colin]      0.9.12cvs142.2
15299
15300         * src/compose.c
15301                 Don't wrap when Edit/Auto wrapping is disabled
15302
15303 2004-11-08 [colin]      0.9.12cvs142.1
15304
15305         * src/textview.c
15306                 Sync with HEAD
15307
15308 2004-11-08 [colin]      0.9.12cvs141.1
15309
15310         * src/textview.c
15311                 Sync with HEAD (fix some mail URIs)
15312
15313 2004-11-08 [colin]      0.9.12cvs140.3
15314
15315         * src/textview.c
15316                 o Use text cursor instead of arrow when
15317                   not on a link
15318                 o Fix handling of contiguous links (as in
15319                   "colin@colino.net" <colin@colino.net>)
15320                   This one unveils a bug in get_email_part()
15321
15322 2004-11-07 [colin]      0.9.12cvs140.2
15323
15324         * src/textview.c
15325                 Fix memleak. Patch by Alfons.
15326
15327 2004-11-06 [colin]      0.9.12cvs140.1
15328
15329         * src/compose.c
15330                 Sync with HEAD (don't ask passphrase
15331                 when drafting)
15332
15333 2004-11-06 [paul]       0.9.12cvs139.2
15334
15335         * AUTHORS
15336         * src/textview.c
15337         * src/textview.h
15338                 textview URI handling. hovering over a 
15339                 link displays it in the status bar,
15340                 and changes the mouse pointer to a hand 
15341                 cursor. a link is activated with a single 
15342                 click. (Modified from the) patch by Jean-Yves 
15343                 Lefort <jylefort@users.sourceforge.net>
15344                 
15345
15346 2004-11-05 [colin]      0.9.12cvs139.1
15347
15348         * src/compose.c
15349         * src/procmime.c
15350                 Sync with HEAD again ^^
15351
15352 2004-11-05 [colin]      0.9.12cvs139.1
15353
15354         * src/compose.c
15355         * src/procmime.c
15356                 Sync with HEAD
15357
15358 2004-11-03 [paul]       0.9.12cvs138.1
15359
15360         * ChangeLog.claws
15361         * configure.ac
15362         * po/POTFILES.in
15363         * src/prefs_ext_prog.c
15364         * src/procmime.c
15365         * tools/kdeservicemenu/README
15366         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15367         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15368                 sync with HEAD
15369
15370 2004-11-01 [christoph]  0.9.12cvs136.2
15371
15372         * src/procmime.c
15373                 convert MIME parameters to UTF-8
15374
15375 2004-10-29 [colin]      0.9.12cvs136.1
15376
15377         * src/common/utils.c
15378                 Sync with HEAD (don't use '=' in mime boundary)
15379
15380 2004-10-29 [paul]       0.9.12cvs135.1
15381
15382         * configure.ac
15383         * doc/src/rfc2231.txt
15384         * src/procmime.c
15385         * src/common/quoted-printable.c
15386         * src/common/utils.c
15387         * src/common/utils.h
15388                 sync with HEAD
15389
15390 2004-10-27 [paul]       0.9.12cvs134.1
15391
15392         * configure.ac
15393         * src/main.c
15394         * src/procmime.c
15395         * src/plugins/pgpmime/pgpmime.c
15396                 sync with HEAD
15397
15398 2004-10-26 [paul]       0.9.12cvs132.3
15399
15400         * src/account.c
15401         * src/addressbook.c
15402         * src/addrgather.c
15403         * src/addrharvest.c
15404         * src/codeconv.c
15405         * src/compose.c
15406         * src/customheader.c
15407         * src/editaddress.c
15408         * src/editgroup.c
15409         * src/enriched.c
15410         * src/expldifdlg.c
15411         * src/exporthtml.c
15412         * src/exportldif.c
15413         * src/folder.c
15414         * src/foldersel.c
15415         * src/folderview.c
15416         * src/grouplistdialog.c
15417         * src/html.c
15418         * src/imap.c
15419         * src/jpilot.c
15420         * src/ldapserver.c
15421         * src/ldif.c
15422         * src/mimeview.c
15423         * src/news.c
15424         * src/news_gtk.c
15425         * src/pop.c
15426         * src/prefs_display_header.c
15427         * src/prefs_gtk.c
15428         * src/prefs_msg_colors.c
15429         * src/prefs_toolbar.c
15430         * src/procheader.c
15431         * src/procmime.c
15432         * src/summaryview.c
15433         * src/textview.c
15434         * src/toolbar.c
15435         * src/vcard.c
15436         * src/common/mgutils.c
15437         * src/common/nntp.c
15438         * src/common/smtp.c
15439         * src/common/template.c
15440         * src/common/utils.c
15441         * src/common/xmlprops.c
15442         * src/plugins/pgpmime/pgpmime.c
15443         * src/plugins/pgpmime/select-keys.c
15444         * src/plugins/pgpmime/sgpgme.c
15445                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15446                 g_string_sprintfa(), gtk_notebook_current_page()
15447
15448 2004-10-26 [colin]      0.9.12cvs132.2
15449
15450         * src/prefs_folder_item.c
15451                 Fix default-account selection
15452
15453 2004-10-21 [colin]      0.9.12cvs133
15454
15455         * src/compose.c
15456                 Sync with HEAD (Remove extra separator in compose's Options)
15457         * src/textview.c
15458                 Set wrapping to char
15459
15460 2004-10-21 [paul]       0.9.12cvs131.2
15461
15462         * src/compose.c
15463         * src/sourcewindow.c
15464                 fix wrapping
15465                 fix window shrinking 
15466
15467 2004-10-21 [colin]      0.9.12cvs131.1
15468
15469         * ChangeLog.claws
15470         * src/compose.c
15471                 Sync with HEAD
15472
15473 2004-10-21 [paul]       0.9.12cvs130.2
15474
15475         * src/prefs_folder_item.c
15476                 sync with HEAD (Apply to subfolders)
15477
15478 2004-10-19 [colin]      0.9.12cvs130.1
15479
15480         * ChangeLog.claws
15481         * src/compose.c
15482         * src/common/utils.c
15483         * src/gtk/menu.c
15484                 Sync with HEAD
15485
15486 2004-10-19 [colin]      0.9.12cvs128.1
15487
15488         * src/addrbook.c
15489         * src/addrcache.c
15490         * src/addressbook.c
15491         * src/codeconv.c
15492         * src/compose.c
15493         * src/customheader.c
15494         * src/editaddress.c
15495         * src/editgroup.c
15496         * src/exporthtml.c
15497         * src/folder.c
15498         * src/folderview.c
15499         * src/imap.c
15500         * src/jpilot.c
15501         * src/main.c
15502         * src/matcher_parser_parse.y
15503         * src/mbox.c
15504         * src/pop.c
15505         * src/prefs_account.c
15506         * src/prefs_gtk.c
15507         * src/prefs_msg_colors.c
15508         * src/procheader.c
15509         * src/procmime.c
15510         * src/procmime.h
15511         * src/procmsg.c
15512         * src/summaryview.c
15513         * src/textview.c
15514         * src/common/base64.c
15515         * src/common/partial_download.c
15516         * src/common/socket.c
15517         * src/common/sylpheed.c
15518         * src/common/utils.c
15519         * src/common/utils.h
15520         * src/gtk/pluginwindow.c
15521         * src/gtk/quicksearch.c
15522         * src/plugins/clamav/clamav_plugin.c
15523         * src/plugins/clamav/clamav_plugin.h
15524         * src/plugins/clamav/clamav_plugin_gtk.c
15525         * src/plugins/pgpmime/passphrase.c
15526         * src/plugins/pgpmime/pgpmime.c
15527         * src/plugins/pgpmime/plugin.c
15528         * src/plugins/pgpmime/prefs_gpg.c
15529         * src/plugins/pgpmime/prefs_gpg.h
15530         * src/plugins/pgpmime/select-keys.c
15531         * src/plugins/pgpmime/sgpgme.c
15532         * src/plugins/spamassassin/libspamc.c
15533         * src/plugins/spamassassin/spamassassin.c
15534         * src/plugins/spamassassin/spamassassin.h
15535         * src/plugins/spamassassin/spamassassin_gtk.c
15536         * src/plugins/trayicon/trayicon.c
15537         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15538                 Sync with HEAD
15539
15540 2004-10-14 [colin]      0.9.12cvs126.2
15541
15542         * src/codeconv.c
15543         * src/textview.c
15544                 Fix conv_unreadable_locale
15545
15546 2004-10-13 [colin]      0.9.12cvs126.1
15547
15548         * src/compose.c
15549                 Sync with HEAD (don't convert charset for 
15550                 drafted messages, minor cleanup)
15551
15552 2004-10-13 [colin]      0.9.12cvs125.1
15553
15554         * po/POTFILES.in
15555                 Sync with HEAD (POTFILES fix)
15556
15557 2004-10-12 [colin]      0.9.12cvs124.3
15558
15559         * src/compose.c
15560                 Fix encoding bug from latest sync
15561
15562 2004-10-12 [paul]       0.9.12cvs124.2
15563
15564         * src/plugins/pgpmime/prefs_gpg.c
15565         * src/plugins/pgpmime/prefs_gpg.h
15566                 forgotten in last commit        
15567
15568 2004-10-12 [paul]       0.9.12cvs124.1
15569
15570         * ChangeLog.claws
15571         * configure.ac
15572         * m4/spamassassin.m4
15573         * src/Makefile.am
15574         * src/account.c
15575         * src/compose.c
15576         * src/compose.h
15577         * src/crash.c
15578         * src/main.c
15579         * src/mimeview.c
15580         * src/passphrase.c
15581         * src/passphrase.h
15582         * src/prefs_account.c
15583         * src/prefs_account.h
15584         * src/prefs_common.c
15585         * src/privacy.c
15586         * src/privacy.h
15587         * src/procmime.c
15588         * src/procmime.h
15589         * src/procmsg.c
15590         * src/rfc2015.c
15591         * src/rfc2015.h
15592         * src/select-keys.c
15593         * src/select-keys.h
15594         * src/textview.c
15595         * src/common/utils.c
15596         * src/common/utils.h
15597         * src/gtk/about.c
15598         * src/plugins/pgpmime/Makefile.am
15599         * src/plugins/pgpmime/passphrase.c
15600         * src/plugins/pgpmime/passphrase.h
15601         * src/plugins/pgpmime/pgpmime.c
15602         * src/plugins/pgpmime/plugin.c
15603         * src/plugins/pgpmime/select-keys.c
15604         * src/plugins/pgpmime/select-keys.h
15605         * src/plugins/pgpmime/sgpgme.c
15606         * src/plugins/pgpmime/sgpgme.h
15607                 sync with HEAD
15608
15609 2004-10-04 [colin]      0.9.12cvs122.1
15610
15611         * src/mainwindow.c
15612         * src/messageview.c
15613         * src/messageview.h
15614         * src/textview.c
15615                 Sync with HEAD
15616
15617 2004-10-04 [colin]      0.9.12cvs121.1
15618
15619         * src/summaryview.c
15620                 Sync with HEAD
15621
15622 2004-10-04 [paul]       0.9.12cvs120.1
15623
15624         * configure.ac
15625                 sync with HEAD [don't try to build 
15626                 pgpmime plugin when gpgme is disabled]
15627
15628 2004-10-03 [colin]      0.9.12cvs119.3
15629
15630         * src/gtk/gtksctree.c
15631                 Lots of side effects. Put back as before 117.2.
15632         * src/summaryview.c
15633                 Fix bug #602
15634
15635 2004-10-03 [colin]      0.9.12cvs119.2
15636
15637         * src/gtk/gtksctree.c
15638                 Revert 608 fix that doesn't work that good
15639
15640 2004-10-02 [colin]      0.9.12cvs119.1
15641
15642         * src/mainwindow.c
15643         * src/messageview.c
15644         * src/prefs_common.h
15645         * src/procmime.c
15646         * src/procmime.h
15647         * src/textview.c
15648                 Sync with HEAD
15649         * src/gtk/gtksctree.c
15650                 Close bug #608
15651
15652 2004-10-01 [colin]      0.9.12cvs118.1
15653
15654         * src/mimeview.c
15655                 Sync with HEAD (better Save All fix)
15656
15657 2004-10-01 [colin]      0.9.12cvs117.2
15658
15659         * src/gtk/gtksctree.c
15660                 Faster on selection
15661
15662 2004-10-01 [colin]      0.9.12cvs117.1
15663
15664         * src/mimeview.c
15665                 Sync with HEAD (Save All: only attachments)
15666
15667 2004-10-01 [paul]       0.9.12cvs116.1
15668
15669         * ChangeLog.claws
15670         * configure.ac
15671         * src/account.c
15672         * src/prefs_common.c
15673         * src/gtk/colorlabel.c
15674                 sync with HEAD
15675
15676 2004-09-30 [colin]      0.9.12cvs115.1
15677
15678         * src/stock_pixmap.c
15679         * src/stock_pixmap.h
15680         * src/folderview.c
15681         * src/Makefile.am
15682         * src/pixmaps/read.xpm
15683                 Sync with HEAD (new pixmap)
15684
15685 2004-09-29 [colin]      0.9.12cvs114.1
15686
15687         * src/compose.c
15688                 Sync with HEAD
15689                 Fix focus handling in headers
15690
15691 2004-09-29 [paul]       0.9.12cvs113.1
15692
15693         * src/quote_fmt_parse.y
15694                 sync with HEAD
15695  
15696
15697 2004-09-28 [colin]      0.9.12cvs112.1
15698
15699         * src/folderview.c
15700         * src/mainwindow.c
15701                 Sync with HEAD
15702
15703 2004-09-28 [colin]      0.9.12cvs110.1
15704
15705         * src/folderview.c
15706                 Sync with HEAD (Contextual Empty trash menu)
15707
15708 2004-09-28 [colin]      0.9.12cvs108.1
15709
15710         * src/addressbook.c
15711                 Sync with HEAD (addressbook edit on double-click)
15712
15713 2004-09-28 [colin]      0.9.12cvs106.1
15714
15715         * src/inc.c
15716                 Sync with HEAD (folder_item freeze on inc)
15717
15718 2004-09-27 [colin]      0.9.12cvs105.1
15719
15720         * src/folderview.c
15721                 Sync with HEAD (right-align new and unread column)
15722
15723 2004-09-27 [colin]      0.9.12cvs104.1
15724
15725         * src/main.c
15726                 Sync with HEAD (revert 0.9.12cvs101)
15727
15728 2004-09-24 [colin]      0.9.12cvs103.2
15729
15730         * src/wizard.c
15731                 Fix gtk warnings and use domain part of the email address 
15732                 when domain detection fails (no dot in domain name)
15733
15734 2004-09-23 [colin]      0.9.12cvs103.1
15735
15736         * src/plugins/spamassassin/libspamc.c
15737         * src/plugins/spamassassin/libspamc.h
15738         * src/plugins/spamassassin/utils.c
15739         * src/plugins/spamassassin/utils.h
15740                 Sync with HEAD (Update spamassassin to 3.0)
15741
15742 2004-09-21 [colin]      0.9.12cvs102.3
15743
15744         * src/action.c
15745                 Add horizontal scrollbar in action io dialog as needed
15746                 Patch by Alfons.
15747
15748 2004-09-20 [colin]      0.9.12cvs102.2
15749
15750         * src/plugins/image_viewer/viewer.c
15751                 Remove imlib stuff
15752                 use gtk_pixmap_set when clearing
15753                 (would be better to use gtkImages, but causes size-allocate 
15754                 signals storm)
15755
15756 2004-09-17 [paul]       0.9.12cvs102.1
15757
15758         * ChangeLog
15759         * ChangeLog.claws
15760         * ChangeLog.jp
15761         * configure.ac
15762         * src/inc.c
15763                 sync with HEAD
15764
15765
15766 2004-09-17 [colin]      0.9.12cvs101.1
15767
15768         * ChangeLog.claws
15769         * src/main.c
15770                 Sync with HEAD (fix segs at exit)
15771
15772 2004-09-14 [colin]      0.9.12cvs99.5
15773
15774         * src/common/socket.c
15775         * AUTHORS
15776                 Fix send error on 64bit platforms
15777                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15778
15779 2004-09-14 [colin]      0.9.12cvs99.4
15780
15781         * src/action.c
15782                 Fix action output with utf8 
15783                 Patch by Alfons.
15784
15785 2004-09-14 [colin]      0.9.12cvs99.3
15786
15787         * ChangeLog.claws
15788         * src/folder.c
15789                 Sync with HEAD
15790
15791 2004-09-09 [colin]      0.9.12cvs99.2
15792
15793         * src/action.c
15794                 Fix progress bar (displaying "Completed %v/%u")
15795                 Patch by Alfons.
15796
15797 2004-09-08 [colin]      0.9.12cvs99.1
15798
15799         * src/account.c
15800         * src/folder.c
15801         * src/procmsg.c
15802         * src/procmsg.h
15803         * src/plugins/pgpmime/pgpmime.c
15804                 Sync with HEAD
15805
15806 2004-09-08 [colin]      0.9.12cvs97.2
15807
15808         * src/summaryview.c
15809                 Don't select mails in collapsed threads 
15810                 when navigating with up/down
15811
15812 2004-09-07 [colin]      0.9.12cvs97.1
15813
15814         * src/inc.c
15815                 Sync with HEAD (meaningful error messages)
15816
15817 2004-09-06 [colin]      0.9.12cvs96.1
15818
15819         * src/toolbar.c
15820                 Sync with HEAD (fix Redirect graying out)
15821
15822 2004-09-06 [colin]      0.9.12cvs95.1
15823
15824         * src/summaryview.c
15825         * src/mimeview.c
15826                 Sync with HEAD (fix dropped URIs)
15827
15828 2004-09-06 [colin]      0.9.12cvs94.1
15829
15830         * src/addressbook.c
15831         * src/addressitem.h
15832         * src/addritem.c
15833         * src/addritem.h
15834                 Sync with HEAD (addressbook DnD)
15835
15836 2004-09-03 [colin]      0.9.12cvs93.1
15837
15838         * src/summaryview.c
15839                 Sync with HEAD (next/prev unread)
15840
15841 2004-09-03 [colin]      0.9.12cvs92.1
15842
15843         * src/prefs_common.c
15844         * src/prefs_common.h
15845         * src/summaryview.c
15846                 Sync with HEAD ('mark_as_read_delay' pref)
15847
15848 2004-09-02 [colin]      0.9.12cvs91.2
15849
15850         * src/common/xml.c
15851                 Fix leak
15852
15853 2004-09-02 [colin]      0.9.12cvs91.1
15854
15855         * src/gtk/menu.c
15856                 Sync with HEAD (menu accel don't work, but whatever)
15857
15858 2004-09-02 [colin]      0.9.12cvs90.1
15859
15860         * src/account.c
15861                 Sync with HEAD (fix bug 582)
15862
15863 2004-09-02 [colin]      0.9.12cvs89.1
15864
15865         * src/addrindex.c
15866                 Sync with HEAD (free deleted queries)
15867
15868 2004-09-02 [colin]      0.9.12cvs88.1
15869
15870         * src/ldapquery.c
15871                 Sync with HEAD (fix LDAP freezes)
15872
15873 2004-09-02 [colin]      0.9.12cvs87.1
15874
15875         * src/prefs_spelling.c
15876                 Sync with HEAD (add default dictionary)
15877
15878 2004-09-01 [colin]      0.9.12cvs86.1
15879
15880         * src/filtering.c
15881         * src/folderview.c
15882         * src/imap.c
15883         * src/prefs_matcher.c
15884         * src/stock_pixmap.c
15885         * src/summary_search.c
15886         * src/summaryview.c
15887         * src/wizard.c
15888         * src/wizard.h
15889                 Sync with HEAD (uninitialized vars fixes)
15890                 + gtk2 specific warning fixes
15891
15892 2004-08-31 [colin]      0.9.12cvs85.1
15893
15894         * src/folder.c
15895                 Sync with HEAD (Fix memory corruption due to 
15896                 uninitialized var)
15897
15898 2004-08-31 [colin]      0.9.12cvs84.4
15899
15900         * src/summary_search.c
15901                 Fix segfaults when searching in folders with broken headers
15902
15903 2004-08-31 [colin]      0.9.12cvs84.3
15904
15905         * src/compose.c
15906         * src/textview.c
15907                 Fix some more encoding/decoding issues
15908
15909 2004-08-30 [colin]      0.9.12cvs84.2
15910
15911         * src/mimeview.c
15912         * src/prefs_themes.c
15913         * src/gtk/filesel.c
15914         * src/gtk/filesel.h
15915                 Add a folder-mode selection (fixes mimeview's "Save all")
15916
15917 2004-08-29 [colin]      0.9.12cvs84.1
15918
15919         * src/mimeview.c
15920                 Sync with HEAD (don't escape saved filenames)
15921
15922 2004-08-27 [colin]      0.9.12cvs83.1
15923
15924         * ChangeLog
15925         * ChangeLog.claws
15926         * ChangeLog.jp
15927         * src/mh.c
15928         * src/procheader.c
15929         * src/procmsg.c
15930         * src/procmsg.h
15931         * src/common/utils.c
15932         * src/gtk/menu.h
15933         * po/
15934                 Sync with HEAD 0.9.12cvs83 (sync with main)
15935
15936 2004-08-26 [colin]      0.9.12cvs82.4
15937
15938         * src/codeconv.c
15939                 Fix strange stack corruption
15940                 Convert to utf8 after unmime, not before
15941
15942 2004-08-26 [colin]      0.9.12cvs82.3
15943
15944         * src/main.c
15945         * src/wizard.c
15946                 Fix account folders duplication
15947
15948 2004-08-25 [colin]      0.9.12cvs82.2
15949
15950         * src/wizard.c
15951                 Remove ports
15952                 Add SSL selection
15953                 Use login@server as account name
15954
15955 2004-08-25 [colin]      0.9.12cvs82.1
15956
15957         * src/plugins/pgpmime/pgpmime.c
15958                 Sync with HEAD (leak fix).
15959
15960 2004-08-25 [colin]      0.9.12cvs81.1
15961
15962         * src/plugins/pgpmime/pgpmime.c
15963         * src/plugins/pgpmime/sgpgme.c
15964         * src/plugins/pgpmime/sgpgme.h
15965                 Sync with HEAD (Handle combined messages).
15966
15967 2004-08-24 [colin]      0.9.12cvs80.3
15968
15969         * src/wizard.c
15970                 Fix full name, ports, and imap
15971
15972 2004-08-24 [colin]      0.9.12cvs80.2
15973
15974         * src/Makefile.am
15975         * src/main.c
15976         * src/setup.c
15977         * src/setup.h
15978         * src/stock_pixmap.c
15979         * src/stock_pixmap.h
15980         * src/wizard.c ** ADDED **
15981         * src/wizard.h ** ADDED ** 
15982         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15983                 Add a setup wizard 
15984
15985 2004-08-24 [colin]      0.9.12cvs80.1
15986
15987         * src/folder.c
15988                 Sync with HEAD (set mimeflags on all messages)
15989
15990 2004-08-24 [colin]      0.9.12cvs79.3
15991
15992         * src/matcher_parser_lex.l
15993                 Fix 8bits strings not in utf8
15994
15995 2004-08-24 [colin]      0.9.12cvs79.2
15996
15997         * src/compose.c
15998                 Check conversion result before replacing buffer
15999
16000 2004-08-23 [colin]      0.9.12cvs79.1
16001
16002         * src/compose.c
16003                 Sync with HEAD (create message header in memory)
16004
16005 2004-08-23 [colin]      0.9.12cvs78.1
16006
16007         * src/rfc2015.c
16008         * src/rfc2015.h
16009                 Sync with HEAD (fix bug 197 again)
16010
16011 2004-08-23 [colin]      0.9.12cvs77.3
16012
16013         * src/compose.c
16014                 Fix again inline gpg signing (which outputs utf8
16015                 in gtk2). Not syncing this fix to HEAD as this 
16016                 code is meant to die.
16017
16018 2004-08-23 [colin]      0.9.12cvs77.2
16019
16020         * src/prefs_account.h
16021                 Remove useless include
16022
16023 2004-08-23 [colin]      0.9.12cvs77.1
16024
16025         * src/imap.c
16026         * po/es.po
16027         * po/fr.po
16028         * po/it.po
16029         * po/pl.po
16030         * po/pt_BR.po
16031         * po/sk.po
16032         * po/sr.po
16033                 Sync with HEAD (fix bug 577)
16034
16035 2004-08-22 [colin]      0.9.12cvs76.1
16036
16037         * src/plugins/trayicon/trayicon.c
16038                 Sync with HEAD (fix formatting bug)
16039
16040 2004-08-21 [colin]      0.9.12cvs74.2
16041
16042         * src/gtk/colorsel.c
16043                 Fix bug 564 (Folder color selection window exits on any
16044                 keypress)
16045
16046 2004-08-21 [colin]      0.9.12cvs74.1
16047
16048         * ChangeLog.claws
16049         * src/compose.c
16050         * src/summaryview.c
16051         * src/toolbar.c
16052                 Sync with HEAD (fix bug 576)
16053
16054 2004-08-21 [colin]      0.9.12cvs70.1
16055
16056         * src/compose.c
16057         * src/mainwindow.c
16058                 Sync with HEAD
16059                 
16060
16061 2004-08-21 [paul]       0.9.12cvs66.4
16062
16063         * src/mainwindow.c
16064         * src/messageview.c
16065         * src/gtk/menu.c
16066         * src/plugins/spamassassin/spamassassin_gtk.c
16067                 remove some deprecated gtk1 functions
16068
16069
16070 2004-08-21 [colin]      0.9.12cvs66.3
16071
16072         * src/compose.c
16073         * src/codeconv.c
16074                 Fix warnings
16075                 Remove encoding hacks
16076                 Fix bug 575 (Strange character messes up message)
16077                 Don't display conversion error when drafting
16078
16079 2004-08-21 [paul]       0.9.12cvs66.2
16080
16081         * src/prefs_account.c
16082                 fix GnuPG mode bugs
16083
16084
16085 2004-08-20 [colin]      0.9.12cvs66.1
16086
16087         * src/codeconv.c
16088                 Sync with HEAD 0.9.12cvs66
16089
16090 2004-08-20 [paul]
16091
16092         * src/plugins/pgpmime/plugin.c
16093                 modify PGP/MIME plugin's description
16094
16095 2004-08-17 [colin]      0.9.12cvs65.1
16096
16097         * src/common/ssl.c
16098         * src/plugins/pgpmime/plugin.c
16099                 Sync with HEAD
16100
16101 2004-08-14 [colin]      0.9.12cvs60.3
16102
16103         * src/plugins/trayicon/trayicon.c
16104                 Put back resize callback, on size-request signal
16105                 rather than size-allocate to avoid infinite 
16106                 callback loop
16107
16108 2004-08-13 [colin]      0.9.12cvs60.2
16109
16110         * src/common/defs.h
16111                 Cache versions have been fixed
16112
16113 2004-08-13 [colin]      0.9.12cvs60.1
16114
16115         * src/folderutils.c
16116                 Sync with HEAD
16117
16118 2004-08-12 [colin]      0.9.12cvs59.1
16119
16120         * src/plugins/trayicon/trayicon.c
16121                 Sync with HEAD
16122
16123 2004-08-12 [colin]      0.9.12cvs57.5
16124
16125         * sylpheed.desktop
16126         * configure.ac
16127         * src/Makefile.am
16128         * src/main.c
16129                 Add support for Freedesktop.org's startup notification
16130
16131 2004-08-11 [colin]      0.9.12cvs57.4
16132
16133         * src/textview.c
16134                 Fix off-by-one
16135
16136 2004-08-11 [colin]      0.9.12cvs57.3
16137
16138         * src/message_search.c
16139         * src/summary_search.c
16140                 Make searches case insensitive by default
16141         * src/textview.c
16142                 Fix case-insensitive search in message
16143
16144 2004-08-11 [colin]      0.9.12cvs57.2
16145
16146         * src/summary_search.c
16147                 Let case-sensitive be specified
16148
16149 2004-08-10 [colin]      0.9.12cvs55.4
16150
16151         * src/common/socket.c
16152                 Fix the possible race condition
16153
16154 2004-08-09 [paul]       0.9.12cvs55.3
16155
16156         * configure.ac
16157         * src/Makefile.am
16158         * src/common/Makefile.am
16159                 sync with HEAD
16160
16161
16162 2004-08-09 [paul]       0.9.12cvs55.2
16163
16164         * autogen.sh
16165         * po/poconv.sh
16166                 remove unneeded script
16167
16168         * configure.ac
16169                 add forgotten USE_LDAP_TLS (sync with HEAD)
16170
16171
16172 2004-08-09 [colin]      0.9.12cvs55.1
16173
16174         * src/main.c
16175         * src/common/ssl.c
16176         * src/common/sylpheed.c
16177         * src/common/sylpheed.h
16178                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16179
16180 2004-08-09 [paul]       0.9.12cvs54.1
16181
16182         * ChangeLog
16183         * ChangeLog.claws
16184         * ChangeLog.jp
16185         * configure.ac
16186         * po/POTFILES.in
16187         * src/Makefile.am
16188         * src/folderutils.c
16189         * src/main.c
16190         * src/pgpmime.c
16191         * src/pgpmime.h
16192         * src/sgpgme.c
16193         * src/sgpgme.h
16194         * src/plugins/Makefile.am
16195         * src/plugins/pgpmime/.cvsignore
16196         * src/plugins/pgpmime/Makefile.am
16197         * src/plugins/pgpmime/pgpmime.c
16198         * src/plugins/pgpmime/pgpmime.h
16199         * src/plugins/pgpmime/plugin.c
16200         * src/plugins/pgpmime/sgpgme.c
16201         * src/plugins/pgpmime/sgpgme.h
16202                 sync with HEAD
16203
16204 2004-08-08 [paul]       0.9.12cvs51.1
16205
16206         * configure.ac
16207         * src/folder.c
16208                 sync with HEAD
16209
16210 2004-08-07 [colin]      0.9.12cvs50.1
16211
16212         * src/pop.c
16213         * src/common/partial_download.c
16214                 fix warnings (sync from HEAD)
16215
16216 2004-08-07 [colin]      0.9.12cvs48.1
16217
16218         * src/prefs_folder_item.c
16219                 sync with HEAD 0.9.12cvs48
16220
16221 2004-08-06 [colin]      0.9.12cvs47.1
16222
16223         * src/compose.c
16224                 Sync with HEAD
16225
16226 2004-08-06 [christoph]  0.9.12cvs46.2
16227
16228         * src/main.c
16229         * src/plugins/clamav/clamav_plugin_gtk.c
16230         * src/plugins/dillo_viewer/dillo_viewer.c
16231         * src/plugins/image_viewer/plugin.c
16232         * src/plugins/mathml_viewer/mathml_viewer.c
16233         * src/plugins/spamassassin/spamassassin_gtk.c
16234         * src/plugins/trayicon/trayicon.c
16235                 don't mix GTK1.2 plugin with GTK2 plugins
16236
16237 2004-08-06 [colin]      0.9.12cvs46.1
16238
16239         * ChangeLog
16240         * ChangeLog.claws
16241         * ChangeLog.jp
16242         * configure.ac
16243         * sylpheed-claws.pc.in
16244         * src/folder.c
16245         * src/imap.c
16246         * src/localfolder.c
16247         * src/messageview.c
16248         * src/mimeview.c
16249         * src/mimeview.h
16250         * src/msgcache.c
16251         * src/news.c
16252         * src/prefs_ext_prog.c
16253         * src/prefs_folder_item.c
16254         * src/prefs_fonts.c
16255         * src/prefs_msg_colors.c
16256         * src/prefs_spelling.c
16257         * src/prefs_themes.c
16258         * src/prefs_toolbar.c
16259         * src/prefs_wrapping.c
16260         * src/procmime.h
16261         * src/common/defs.h
16262         * src/common/nntp.c
16263         * src/common/session.c
16264         * src/common/session.h
16265         * src/common/socket.c
16266         * src/common/utils.h
16267         * src/common/xml.c
16268         * src/common/xml.h
16269         * src/gtk/prefswindow.c
16270         * src/gtk/prefswindow.h
16271         * src/plugins/clamav/clamav_plugin_gtk.c
16272         * src/plugins/dillo_viewer/dillo_prefs.c
16273         * src/plugins/image_viewer/viewerprefs.c
16274         * src/plugins/spamassassin/spamassassin_gtk.c
16275         * m4/openssl.m4 *** REMOVED ***
16276                 Sync with HEAD 0.9.12cvs46
16277
16278 2004-08-03 [paul]       0.9.12cvs40.2
16279
16280         * src/action.c
16281         * src/addressadd.c
16282         * src/addressbook.c
16283         * src/addrgather.c
16284         * src/browseldap.c
16285         * src/compose.c
16286         * src/crash.c
16287         * src/editaddress.c
16288         * src/editgroup.c
16289         * src/editldap_basedn.c
16290         * src/foldersel.c
16291         * src/importldif.c
16292         * src/mimeview.c
16293         * src/prefs_common.c
16294         * src/prefs_template.c
16295         * src/sourcewindow.c
16296         * src/summaryview.c
16297         * src/gtk/about.c
16298         * src/gtk/foldersort.c
16299         * src/gtk/logwindow.c
16300         * src/gtk/pluginwindow.c
16301         * src/gtk/prefswindow.c
16302                 change all gtk_scrolled_window_set_policy from 
16303                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16304
16305 2004-08-02 [paul]       0.9.12cvs40.1
16306
16307         * AUTHORS
16308                 update translation team section
16309         * po/pt_BR.po
16310                 updated by Frederico Goncalves Guimaraes
16311                 <fggdebian@yahoo.com.br>
16312
16313 2004-07-31 [colin]      0.9.12cvs39.9
16314
16315         * src/exphtmldlg.c
16316                 Fix compilation
16317
16318 2004-07-31 [colin]      0.9.12cvs39.8
16319
16320         * src/exphtmldlg.c
16321                 Fix an alertpanel type
16322
16323 2004-07-30 [colin]      0.9.12cvs39.7
16324
16325         * src/alertpanel.c
16326                 Fix alertpanel_error_log's icon
16327
16328 2004-07-30 [colin]      0.9.12cvs39.6
16329
16330         * src/pop.c
16331                 Two of them should still be warnings
16332
16333 2004-07-30 [colin]      0.9.12cvs39.5
16334
16335         * src/pop.c
16336                 More warning -> error
16337 2004-07-29 [colin]      0.9.12cvs39.4
16338
16339         * src/pop.c
16340                 Warning -> error
16341
16342 2004-07-29 [colin]      0.9.12cvs39.3
16343
16344         * src/prefs_matcher.c
16345                 Fix segfault
16346
16347 2004-07-29 [colin]      0.9.12cvs39.2
16348
16349         * src/alertpanel.c
16350                 More nice-looking alertpanels
16351
16352 2004-07-29 [colin]      0.9.12cvs39.1
16353
16354         * src/messageview.c
16355                 sync with head
16356                 (inform user when partial mail is deleted on server)
16357
16358 2004-07-29 [colin]      0.9.12cvs38.1
16359
16360         * src/messageview.c
16361                 sync with head
16362
16363 2004-07-28 [paul]       0.9.12cvs37.7
16364
16365         * src/mainwindow.c
16366                 complete the replacement of deprecated gtk_progress_*
16367
16368 2004-07-28 [paul]       0.9.12cvs37.6
16369
16370         * src/action.c
16371         * src/inc.c
16372         * src/mainwindow.c
16373         * src/send_message.c
16374         * src/gtk/progressdialog.c
16375         * src/gtk/progressdialog.h
16376                 replace deprecated gtk_progress_*
16377
16378 2004-07-28 [paul]       0.9.12cvs37.5
16379
16380         * src/gtk/filesel.c
16381                 remove gtk_window_set_wmclass()
16382 2004-07-28 [paul]       0.9.12cvs37.4
16383
16384         * src/addressbook.c
16385         * src/compose.c
16386         * src/foldersel.c
16387         * src/mainwindow.c
16388         * src/messageview.c
16389         * src/sourcewindow.c
16390         * src/gtk/logwindow.c
16391                 remove gtk_window_set_wmclass()
16392                 
16393         * src/prefs_filtering.c
16394         * src/prefs_filtering_action.c
16395         * src/prefs_fonts.c
16396         * src/prefs_gtk.c
16397         * src/prefs_matcher.c
16398         * src/ssl_manager.c
16399         * src/gtk/prefswindow.c
16400                 replace gtk_window_position()
16401
16402 2004-07-28 [colin]      0.9.12cvs37.3
16403
16404         * src/alertpanel.c
16405         * src/alertpanel.h
16406                 Add a way to specify panel type for specific
16407                 panels (alertpanel())
16408         * src/account.c
16409         * src/addressbook.c
16410         * src/compose.c
16411         * src/expldifdlg.c
16412         * src/main.c
16413         * src/messageview.c
16414         * src/summaryview.c
16415         * src/textview.c
16416         * src/gtk/sslcertwindow.c
16417                 Fix alertpanel()s so that their icon match
16418                 their real type
16419
16420 2004-07-28 [paul]       0.9.12cvs37.2
16421
16422         * src/addr_compl.c
16423         * src/addressbook.c
16424         * src/alertpanel.c
16425         * src/compose.c
16426         * src/export.c
16427         * src/foldersel.c
16428         * src/folderview.c
16429         * src/grouplistdialog.c
16430         * src/import.c
16431         * src/mainwindow.c
16432         * src/message_search.c
16433         * src/messageview.c
16434         * src/passphrase.c
16435         * src/prefs_actions.c
16436         * src/prefs_common.c
16437         * src/prefs_customheader.c
16438         * src/prefs_display_header.c
16439         * src/prefs_filtering.c
16440         * src/prefs_filtering_action.c
16441         * src/prefs_gtk.c
16442         * src/prefs_matcher.c
16443         * src/prefs_msg_colors.c
16444         * src/prefs_summary_column.c
16445         * src/prefs_template.c
16446         * src/sourcewindow.c
16447         * src/ssl_manager.c
16448         * src/summary_search.c
16449         * src/gtk/colorsel.c
16450         * src/gtk/description_window.c
16451         * src/gtk/gtkaspell.c
16452         * src/gtk/inputdialog.c
16453         * src/gtk/logwindow.c
16454         * src/gtk/prefswindow.c
16455         * src/gtk/progressdialog.c
16456                 replace deprecated gtk_window_set_policy
16457
16458 2004-07-27 [colin]      0.9.12cvs37.1
16459
16460         * src/msgcache.c
16461                 More fixes (synced for head again)
16462
16463 2004-07-27 [colin]      0.9.12cvs35.3
16464
16465         * src/msgcache.c
16466                 Fix wrong test
16467
16468 2004-07-27 [colin]      0.9.12cvs35.2
16469
16470         * src/mimeview.c
16471                 Fix width a bit (by Paul)
16472         * src/alertpanel.c
16473         * src/alertpanel.h
16474                 Specialize icons, make alertpanel_message()
16475                 private
16476         * src/message_search.c
16477         * src/sgpgme.c
16478         * src/summary_search.c
16479                 Suit alertpanel changes
16480
16481 2004-07-27 [colin]      0.9.12cvs35.1
16482
16483         * src/alertpanel.c
16484                 Add an icon
16485         * src/passphrase.c
16486                 Add debug output - maybe someone will
16487                 want to look at the problem with Grab
16488                 Input :)
16489         Bump version as we're synced with HEAD
16490
16491 2004-07-26 [colin]      0.9.12cvs33.26
16492
16493         * src/pop.c
16494                 Fix uidl-file parsing when not in new
16495                 format
16496
16497 2004-07-26 [colin]      0.9.12cvs33.25
16498
16499         * src/gtk/menu.c
16500                 Move popup menu up if necessary (fixes 
16501                 account selector)
16502         * src/mainwindow.c
16503                 Set account selector's button height to
16504                 minimum
16505
16506 2004-07-26 [colin]      0.9.12cvs33.24
16507
16508         * src/alertpanel.c
16509                 Maybe fix 551 (Truncated font in alert window)
16510
16511 2004-07-26 [colin]      0.9.12cvs33.23
16512
16513         * po/de.po
16514         * po/es.po
16515         * po/fr.po
16516         * po/it.po
16517         * po/ja.po
16518         * po/pl.po
16519         * po/ru.po
16520         * po/sk.po
16521         * po/sr.po
16522         * po/zh_CN.po
16523                 Sync po files with HEAD
16524
16525 2004-07-26 [paul]       0.9.12cvs33.22
16526
16527         * src/compose.c
16528                 fix Bug 556 'Organisation-header is sent even if empty'
16529
16530 2004-07-24 [colin]      0.9.12cvs33.21
16531
16532         * src/compose.c
16533         * src/gtk/gtkaspell.c
16534         * src/gtk/gtkaspell.h
16535                 Fix speller accelerators (require hack)
16536
16537 2004-07-24 [colin]      0.9.12cvs33.20
16538
16539         * src/gtk/gtkaspell.c
16540                 Fix over-eager code deletion breaking
16541                 Check while typing
16542
16543 2004-07-24 [colin]      0.9.12cvs33.19
16544
16545         * src/browseldap.c
16546         * src/ldapctrl.c
16547         * src/ldapctrl.h
16548         * src/ldapserver.h
16549                 Sync ldap with HEAD
16550         (Fixes 546 LDAP completely broken)
16551
16552 2004-07-24 [colin]      0.9.12cvs33.18
16553
16554         * src/prefs_msg_colors.c
16555                 Fix prototype mismatch
16556         (Fixes 547 void function cannot return value)
16557
16558 2004-07-24 [colin]      0.9.12cvs33.17
16559
16560         * src/mainwindow.c
16561                 Fix sort going back to previous sort key
16562                 when changing sort direction
16563
16564 2004-07-24 [colin]      0.9.12cvs33.16
16565
16566         * src/compose.c
16567                 Fix space insertion when re-wrapping at 
16568                 cursor point
16569
16570 2004-07-24 [colin]      0.9.12cvs33.15
16571
16572         * src/gtk/gtkaspell.c
16573                 Don't change cursor position in insert-text
16574                 callback
16575         (Fixes 539 Word wrapping on input transposes letters)
16576
16577 2004-07-24 [colin]      0.9.12cvs33.14
16578
16579         * src/gtk/gtkaspell.c
16580                 Reencode non-ascii chars to dictionary's
16581                 encoding
16582         (Fixes 544 Spell check broken non english locale)
16583
16584 2004-07-24 [colin]      0.9.12cvs33.13
16585
16586         * src/summaryview.c
16587                 Fix Shift+Down, add Home/End/PgUp/PgDown
16588
16589 2004-07-21 [colin]      0.9.12cvs33.12
16590
16591         * src/prefs_common.c
16592                 Fix a gtk warning (Patch by Andrej Kacian)
16593
16594 2004-07-21 [colin]      0.9.12cvs33.11
16595
16596         * src/gtk/filesel.c
16597                 More check
16598
16599 2004-07-21 [colin]      0.9.12cvs33.10
16600
16601         * src/compose.c
16602         * src/crash.c
16603         * src/export.c
16604         * src/import.c
16605         * src/messageview.c
16606         * src/mimeview.c
16607         * src/prefs_spelling.c
16608         * src/prefs_themes.c
16609         * src/summaryview.c
16610         * src/gtk/filesel.c
16611         * src/gtk/filesel.h
16612         * src/gtk/pluginwindow.c
16613                 Untwist open/save mode guessing logic, make
16614                 it explicit
16615
16616 2004-07-20 [colin]      0.9.12cvs33.9
16617
16618         * src/codeconv.c
16619                 conv_encode_header: src_charset is UTF-8 on
16620                 gtk2
16621         * src/compose.c
16622                 Remove double encoding of the headers
16623
16624 2004-07-20 [colin]      0.9.12cvs33.8
16625
16626         * src/codeconv.c
16627                 Fix typo
16628
16629 2004-07-20 [colin]      0.9.12cvs33.7
16630
16631         * src/mainwindow.c
16632                 Set the separated messageview to the saved
16633                 size of Claws' messageview (Patch by Alfons)
16634                 Fix a callback prototype (me)
16635
16636 2004-07-20 [colin]      0.9.12cvs33.6
16637
16638         * src/codeconv.h
16639                 Forgot one hunk in 0.9.12cvs33.4
16640
16641 2004-07-19 [colin]      0.9.12cvs33.5
16642
16643         * src/action.c
16644                 Action output fix
16645                 Patch by Alfons
16646
16647 2004-07-19 [colin]      0.9.12cvs33.4
16648
16649         * src/compose.c
16650                 Fix outgoing charset bug in headers
16651         * src/codeconv.c
16652                 Clean for glib2 - Patch by Alfons
16653
16654 2004-07-19 [colin]      0.9.12cvs33.3
16655
16656         * src/statusbar.c
16657                 Remove grip from the statusbar
16658                 Patch by Alfons
16659
16660 2004-07-19 [colin]      0.9.12cvs33.2
16661
16662         * src/messageview.c
16663         * src/textview.c
16664                 Fix messageview remembering the previous
16665                 scroll position when loading a new message
16666                 Patch by Alfons
16667
16668 2004-07-19 [colin]      0.9.12cvs33.1
16669
16670         * src/folder.h
16671         * src/folderview.c
16672         * src/summaryview.c
16673                 Sync with HEAD
16674
16675 2004-07-18 [colin]      0.9.12cvs32.7
16676
16677         * configure.ac
16678                 Remove useless check for XIM - noticed
16679                 by Alfons
16680
16681 2004-07-18 [colin]      0.9.12cvs32.6
16682
16683         * src/summaryview.c
16684                 Remove non-modified and shift-modified
16685                 accelerators in summaryview's popup
16686                 menu, as that doesn't get catched by
16687                 the accel-activate signal catcher...
16688
16689 2004-07-18 [colin]      0.9.12cvs32.5
16690
16691         * src/prefs_common.c
16692                 Define sensible default prefs for 
16693                 wrapping
16694
16695 2004-07-18 [colin]      0.9.12cvs32.4
16696
16697         * src/compose.c
16698         * src/prefs_common.c
16699         * src/prefs_common.h
16700         * src/prefs_wrapping.c
16701                 Remove Smart Wrapping pref, which does
16702                 nothing on gtk2 branch
16703
16704 2004-07-18 [colin]      0.9.12cvs32.3
16705
16706         * src/sourcewindow.c
16707                 Proper utf8
16708
16709 2004-07-18 [colin]      0.9.12cvs32.2
16710
16711         * src/compose.c
16712                 Save attachment status when drafting
16713
16714 2004-07-18 [colin]      0.9.12cvs32.1
16715
16716         * src/gtk/filesel.c
16717                 Fix erratic folder selection in open mode
16718
16719 2004-07-18 [colin]      0.9.12cvs31.11
16720
16721         * src/pop.c
16722                 Don't let partial messages get deleted
16723                 even with "dowload all"
16724                 (0.9.12cvs31.8 fix extension)
16725 2004-07-18 [colin]      0.9.12cvs31.10
16726
16727         * src/gtk/logwindow.c
16728                 Fix log scrolling
16729
16730 2004-07-18 [colin]      0.9.12cvs31.9
16731
16732         * src/common/utils.c
16733                 Fix non-utf8 strings coming from commands
16734                 and files
16735
16736 2004-07-18 [colin]      0.9.12cvs31.8
16737
16738         * src/pop.c
16739                 Fix partial download bug with Download all
16740                 messages option
16741
16742 2004-07-18 [colin]      0.9.12cvs31.7
16743
16744         * src/textview.c
16745                 Fix bug introduced in 0.9.12cvs31.2
16746                 (blocked in select mode after double click)
16747
16748 2004-07-18 [colin]      0.9.12cvs31.6
16749
16750         * src/compose.c
16751         * src/gtk/menu.c
16752                 More glib-warning fixes
16753
16754 2004-07-18 [colin]      0.9.12cvs31.5
16755
16756         * src/compose.c
16757                 Fix trashing the primary clipboard when moving 
16758                 around with tab
16759         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16760
16761 2004-07-18 [colin]      0.9.12cvs31.4
16762
16763         * src/codeconv.c
16764                 convert unencoded iso headers to utf8
16765         (Fix Bug 538 Unencoded local characters in subject make it 
16766          disappear)
16767
16768 2004-07-18 [colin]      0.9.12cvs31.3
16769
16770         * src/compose.c
16771                 Fix tab char handling in wrapping
16772         (Fix Bug 537 Line wrap problem - TAB character treated as 
16773          one character instead of 8)
16774
16775 2004-07-18 [colin]      0.9.12cvs31.2
16776
16777         * src/textview.c
16778                 return FALSE on GDK_MOTION_NOTIFY
16779         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16780          (unable to highlight))
16781
16782 2004-07-18 [colin]      0.9.12cvs31.1
16783
16784         * src/folderview.c
16785                 Sync with 0.9.12cvs31
16786
16787 2004-07-18 [colin]      0.9.12cvs30.4
16788
16789         * src/compose.c
16790                 Also block text_inserted when inserting a file
16791
16792 2004-07-18 [colin]      0.9.12cvs30.3
16793
16794         * src/compose.c
16795                 Fix smart wrapping (block text_inserted handler
16796                 while putting quotation to avoid wrap on input,
16797                 don't join lines if next is sig separator)
16798
16799 2004-07-17 [colin]      0.9.12cvs30.2
16800
16801         * src/folderview.c
16802         * src/mainwindow.c
16803         * src/mimeview.c
16804         * src/summaryview.c
16805         * src/gtk/quicksearch.c
16806         * src/gtk/quicksearch.h
16807                 Block key events handlers *and* accels while
16808                 quicksearch is focused
16809         (Fixes Bug 534 quick-search bar not accepting certain letters)
16810
16811 2004-07-17 [colin]      0.9.12cvs30.1
16812
16813         * src/folder.h
16814         * src/folderview.c
16815         * src/summaryview.c
16816                 Sync with 0.9.12cvs30
16817
16818 2004-07-17 [colin]      0.9.12cvs28.2
16819
16820         * src/mimeview.c
16821         * src/procmime.c
16822         * src/summaryview.c
16823         * src/gtk/menu.c
16824                 Squash some compile and glib warnings
16825
16826 2004-07-17 [paul]       0.9.12cvs28.1
16827
16828         * src/mimeview.c
16829                 sync with 0.9.12cvs28 HEAD
16830
16831 2004-07-16 [paul]       0.9.12cvs26.1
16832         
16833         * src/gtk/quicksearch.c
16834         * src/account.c
16835         * src/account.h
16836         * src/compose.c
16837         * src/customheader.c
16838         * src/folder_item_prefs.c
16839         * src/main.c
16840         * src/mainwindow.c
16841         * src/messageview.c
16842         * src/mimeview.c
16843         * src/news.c
16844         * src/pgpmime.c
16845         * src/pop.c
16846         * src/pop.h
16847         * src/prefs_account.c
16848         * src/prefs_account.h
16849         * src/prefs_common.c
16850         * src/prefs_common.h
16851         * src/prefs_display_header.c
16852         * src/prefs_gtk.c
16853         * src/prefs_gtk.h
16854         * src/procheader.c
16855         * src/procmime.c
16856                 sync with 0.9.12cvs26 HEAD      
16857
16858 2004-07-15 [colin]      0.9.12cvs18.14
16859
16860         * src/folder.c
16861                 Disable GPG signature check during
16862                 folder move and scan
16863         (Closes Bug 521 Signature checking slows down Folder-Move)
16864
16865 2004-07-14 [colin]      0.9.12cvs18.13
16866
16867         * src/common/partial_download.c
16868                 update includes
16869
16870 2004-07-14 [colin]      0.9.12cvs18.12
16871
16872         * src/common/partial_download.c
16873         * src/common/partial_download.h
16874                 Move doc at top, add correct copyright
16875
16876 2004-07-14 [colin]      0.9.12cvs18.11
16877
16878         * src/folder.c
16879         * src/messageview.c
16880         * src/pop.c
16881         * src/pop.h
16882         * src/procmsg.c
16883         * src/summaryview.c
16884         * src/common/Makefile.am
16885         * src/common/partial_download.c ** NEW FILES **
16886         * src/common/partial_download.h ** NEW FILES **
16887                 Move partial-download related stuff to its
16888                 own file
16889
16890 2004-07-14 [colin]      0.9.12cvs18.10
16891
16892         * src/send_message.c
16893                 Fix smtp auth when user is null or empty
16894
16895 2004-07-13 [colin]      0.9.12cvs18.9
16896
16897         * src/gtk/quicksearch.c
16898                 Use alphabetic order
16899
16900 2004-07-13 [colin]      0.9.12cvs18.8
16901
16902         * src/pop.c
16903                 Be paranoid on the checks
16904
16905 2004-07-13 [colin]      0.9.12cvs18.7
16906
16907         * src/gtk/quicksearch.c
16908                 Fix Engrish once again
16909
16910 2004-07-13 [colin]      0.9.12cvs18.6
16911
16912         * src/procmsg.c
16913         * src/summaryview.c
16914                 Mark messages for deletion when they are about to
16915                 be removed from trash
16916
16917 2004-07-13 [colin]      0.9.12cvs18.5
16918
16919         * src/matcher.c
16920         * src/matcher.h
16921         * src/matcher_parser_parse.y
16922         * src/prefs_matcher.c
16923         * src/gtk/quicksearch.c
16924                 Add 'partial' ('p') match string to find partially
16925                 downloaded messages
16926
16927 2004-07-13 [colin]      0.9.12cvs18.4
16928
16929         * src/pop.c
16930                 Fix misplaced block
16931
16932 2004-07-13 [colin]      0.9.12cvs18.3
16933
16934         * src/pop.c
16935         * src/pop.h
16936         * src/messageview.c
16937                 Refactor API (to avoid passing 5+ params and code
16938                 duplication)
16939         * src/folder.c
16940         * src/msgcache.c
16941         * src/procheader.c
16942         * src/common/defs.h
16943                 Add planned_download to cache
16944                 Don't mess uidl file when moving partially downloaded
16945                 mails (they change folder, we should change it in the
16946                 uidl list too or we'll remove an incorrect message)
16947                 (this also helps removing hacks when changing 
16948                 planned_download in messageview.c)
16949
16950 2004-07-12 [colin]      0.9.12cvs18.2
16951
16952         * src/gtk/quicksearch.c
16953                 Fix missing status update in quicksearch
16954
16955 2004-07-12 [paul]       0.9.12cvs18.1
16956
16957         * po/POTFILES.in
16958         * src/Makefile.am
16959         * src/account.c
16960         * src/codeconv.c
16961         * src/compose.c
16962         * src/inc.c
16963         * src/main.c
16964         * src/prefs_common.c
16965         * src/procmsg.h
16966         * src/toolbar.c
16967         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16968         * src/prefs_wrapping.[ch]       ** NEW FILES **
16969         * src/common/intl.h
16970         * src/common/utils.[ch]
16971         * src/gtk/quicksearch.[ch]
16972                 sync with 0.9.12cvs18 HEAD
16973
16974 2004-07-12 [colin]      0.9.11cvs17.25
16975
16976         * src/folder.c
16977         * src/folder.h
16978                 Remove unused function added by me in 0.9.11cvs17.10
16979
16980 2004-07-11 [colin]      0.9.11cvs17.24
16981
16982         * src/inc.c
16983         * src/messageview.c
16984         * src/pop.c
16985         * src/pop.h
16986                 Use folderitem and msgnum instead of filename to
16987                 know which mail to delete
16988                 Move old partial mail deletion to pop.c
16989
16990 2004-07-10 [colin]      0.9.11cvs17.23
16991
16992         * src/inc.c
16993                 Add debug
16994         * src/pop.c
16995         * src/pop.h
16996                 Don't re-use same enums for unrelated stuff: it's 
16997                 completely misleading !
16998                 Document a bit
16999
17000 2004-07-09 [colin]      0.9.11cvs17.22
17001
17002         * src/inc.c
17003                 Remove folder-type check and do
17004                 more tests to be sure everything's
17005                 ok
17006         * src/messageview.c
17007                 Punctuation update, remove useless
17008                 code, fix two warnings
17009         * src/noticeview.c
17010                 Layout cleaning, reset 2nd button
17011                 when specifying one
17012
17013 2004-07-09 [colin]      0.9.11cvs17.21
17014
17015         * src/messageview.c
17016         * src/pop.c
17017         * src/pop.h
17018                 Allow user to change his mind
17019                 and postpone decision (by
17020                 unmarking the mail)
17021
17022 2004-07-09 [colin]      0.9.11cvs17.20
17023
17024         * src/messageview.c
17025                 Fix bug with delete state
17026         * src/pop.c
17027         * src/pop.h
17028                 Fix buffer leak (fread doesn't 
17029                 terminate buffers with \0)
17030                 Refactoring (remove magic 
17031                 numbers)
17032
17033 2004-07-09 [colin]      0.9.11cvs17.19
17034
17035         * src/pop.c
17036                 Don't log "Skipping message" if 
17037                 we're going to TOP it two lines
17038                 later
17039
17040 2004-07-09 [colin]      0.9.11cvs17.18
17041
17042         * src/messageview.c
17043                 Fix Engrish
17044
17045 2004-07-09 [colin]      0.9.11cvs17.17
17046
17047         * src/pop.c
17048                 strlen checking...
17049         * src/messageview.c
17050                 refactoring a bit
17051
17052 2004-07-08 [colin]      0.9.11cvs17.16
17053
17054         * src/noticeview.c
17055         * src/noticeview.h
17056                 Add an optional second button
17057         * src/messageview.c
17058         * src/pop.c
17059         * src/pop.h
17060                 Don't delete partially received mails after a certain
17061                 time; rather, let the user decide.
17062
17063 2004-07-08 [colin]      0.9.11cvs17.15
17064
17065         * src/common/smtp.h
17066                 Sync with HEAD
17067
17068 2004-07-08 [colin]      0.9.11cvs17.14
17069
17070         * src/messageview.c
17071         * src/common/smtp.c
17072                 Use to_human_readable() for sizes
17073
17074 2004-07-08 [colin]      0.9.11cvs17.13
17075
17076         * src/inc.c
17077         * src/messageview.c
17078         * src/pop.c
17079         * src/pop.h
17080         * src/procmsg.c
17081                 Fix partial-downloading issues:
17082                         catch unsupported TOP
17083                         don't delete partially downloaded mails before 5 days
17084                         don't update existing with non-MH folders; that'll
17085                         make dups, but it's better than trashing the folder
17086                         free new msginfo parts
17087                 Fix indentation ;-)
17088
17089 2004-07-08 [colin]      0.9.11cvs17.12
17090
17091         * src/common/smtp.c
17092         * src/common/smtp.h
17093                 Sync smtp size verification with HEAD
17094
17095 2004-07-08 [colin]      0.9.11cvs17.11
17096
17097         * src/summaryview.c
17098         * src/prefs_common.c
17099         * src/prefs_common.h
17100         * src/gtk/quicksearch.c
17101         * src/gtk/quicksearch.h
17102                 Sync sticky pref with HEAD
17103
17104 2004-07-08 [colin]      0.9.11cvs17.10
17105
17106         * src/folder.c [1.213.2.6]
17107         * src/folder.h [1.87.2.6]
17108         * src/inc.c [1.149.2.7]
17109         * src/messageview.c [1.94.2.8]
17110         * src/procheader.c [1.47.2.6]
17111         * src/procmsg.c [1.150.2.4]
17112         * src/procmsg.h [1.60.2.5]
17113         * src/pop.c [1.56.2.4]
17114         * src/pop.h [1.17.2.3]
17115                 Let too big messages get downloaded, but truncated
17116                 Add a button to download them completely
17117                 
17118 2004-07-06 [colin]      0.9.11cvs17.9
17119
17120         * src/gtk/quicksearch.c [1.1.2.3]
17121                 Add a Clear button
17122         * commitHelper
17123         * PATCHSETS
17124                 Add a script to help with cvs
17125
17126 2004-07-03 [colin]      0.9.11cvs17.8
17127
17128         * src/plugins/imageviewer/viewer.c
17129                 fix imageviewer (which was staying on the first
17130                 displayed image)
17131
17132 2004-07-03 [colin]      0.9.11cvs17.7
17133
17134         Removed FIXME_GTK2 warnings
17135         * src/gtk/gtkutils.c
17136                 useless #warnings
17137         * src/gtk/menu.c
17138                 useless #warnings (no need to mess with menu rc)
17139         * src/gtk/menu.h
17140                 unused functions
17141         
17142
17143 2004-07-03 [colin]      0.9.11cvs17.6
17144
17145         Removed FIXME_GTK2 warnings
17146         * src/codeconv.c
17147                 useless #warnings (rewrite needed)
17148         * src/compose.c
17149                 useless #warnings (rewrite needed)
17150                 useless #warnings (gtk2 is like that)
17151                 useless #warnings (previously fixed)
17152         * src/main.c
17153                 useless #warnings (previously fixed)
17154         * src/message_search.c
17155                 useless #warnings (gtk2 is like that)
17156                 Made apparent that search is case-sensitive
17157         * src/mimeview.c
17158                 useless #warnings (rewrite needed)
17159                 useless #warnings (gtk2 is like that)
17160                 reimplemented real warnings
17161         * src/prefs_common.c
17162                 Removed block cursor option (not it gtk2)
17163         * src/prefs_gtk.c
17164                 useless #warnings (rewrite needed)
17165         * src/procheader.c
17166                 useless #warnings (rewrite needed)
17167         * src/sourcewindow.c
17168                 useless #warnings (incorrect placing)
17169         * src/summary_search.c
17170                 useless #warnings (gtk2 is like that)
17171                 Made apparent that search is case-sensitive
17172         * src/action.c
17173                 useless #warnings (gtk2 is like that)
17174         * src/textview.c
17175                 useless #warnings (rewrite needed)
17176         * src/toolbar.c
17177                 useless #warnings (rewrite needed)
17178
17179 2004-07-03 [colin]      0.9.11cvs17.5
17180
17181         * src/textview.c
17182                 Fix mismerge which broke URI opening
17183                 
17184 2004-07-01 [colin]      0.9.11cvs17.4
17185
17186         * src/gtk/filesel.c
17187                 Fill filename when saving
17188                 
17189 2004-06-27 [colin]      0.9.11cvs17.3
17190
17191         * src/gtk/filesel.[ch]
17192                 Use the new GTK file selector
17193                 Update prototype to match the reality: multiple file
17194                 selection is open-only          
17195         * src/compose.c
17196                 Match the new prototypes        
17197         * configure.ac
17198                 Match the new requirements (gtk 2.4.0)
17199                         
17200 2004-06-26 [colin]      0.9.11cvs17.2
17201
17202         * src/plugins/trayicon/trayicon.c
17203                 Remove useless signal handler on resize, which causes
17204                 an infinite "loop"
17205         
17206 2004-06-26 [colin]      0.9.11cvs17.1
17207         
17208         * tools/Makefile.am
17209                 remove launch_firebird and add nautilus2sylpheed.sh
17210         * src/quicksearch.c
17211           src/summaryview.c
17212                 Fix show/hide "Extended symbols" button problem
17213                 Fix apparition at startup
17214                 Fix const warnings
17215         * src/plugins/image_viewer/Makefile.am
17216                 Fix configure 
17217         * common/ssl.c
17218                 Re-enable certificate check, as it doesn't seem to
17219                 cause Xlib errors anymore
17220
17221 2004-06-25 [paul]       0.9.11cvs17
17222
17223         * sync with 0.9.11cvs17 HEAD
17224         
17225         NOTE: QuickSearch is broken
17226
17227 2004-06-07 [colin]      0.9.10claws67.10
17228         * src/plugins/trayicon/trayicon.c
17229           src/plugins/trayicon/libeggtrayicon/Makefile.am
17230           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17231                 Fix gettextization in trayicon plugin
17232
17233 2004-06-07 [colin]      0.9.10claws67.9
17234         
17235         * src/summaryview.c
17236           src/gtk/gtksctree.[ch]
17237                 Let Shift+{Up,Down} work in summaryview
17238                 (well, Down "works" and Up works)
17239                 Let the list scroll when using these keys
17240
17241 2004-06-06 [colin]      0.9.10claws67.8
17242
17243         * src/plugins/trayicon/trayicon.c
17244                 Fix pixmap update
17245
17246 2004-06-06 [colin]      0.9.10claws67.7
17247
17248         * src/addressbook.c
17249                 Fix signal handling causing system-wide focus grab
17250
17251 2004-05-25 [paul]       0.9.10claws67.6
17252
17253         * Makefile.am
17254           src/Makefile.am
17255                 clean up
17256
17257 2004-05-25 [paul]       0.9.10claws67.5
17258
17259         * replace deprecated gtk_signal... functions
17260
17261 2004-05-23 [colin]      0.9.10claws67.4
17262
17263         * src/compose.c
17264                 Fix wrapping
17265
17266 2004-05-22 [colin]      0.9.10claws67.3
17267
17268         * src/compose.c
17269                 Re-fix [Edited] in compose.c::compose_reedit()
17270
17271 2004-05-22 [colin]      0.9.10claws67.2
17272
17273         * src/procmime.c
17274                 Fix parsing of multiparts mails
17275
17276 2004-05-22 [colin]      0.9.10claws67.1
17277
17278         * src/summaryview.c
17279                 Fix quicksearch
17280
17281 2004-05-22 [paul]       0.9.10claws67
17282
17283         * sync with 0.9.10claws67 HEAD
17284
17285 2004-05-14 [alfons]
17286
17287         * src/procmime.h
17288                 add forgotton prototype
17289
17290 2004-05-10 [paul]       0.9.10claws57
17291
17292         * sync with 0.9.10claws57 HEAD
17293
17294 2004-05-05 [paul]       0.9.9.claws1
17295
17296         * ChangeLog-gtk2        ** REMOVED **
17297           ChangeLog-gtk2.claws  ** ADDED **
17298                 rename and adopt the normal claws format
17299                 
17300         * configure.ac
17301                 require gtkmathview >= 0.5
17302
17303         * ac/*                          ** REMOVED **
17304           ac/                           ** REMOVED **
17305           intl/Makefile.in              ** REMOVED **
17306           m4/                           ** ADDED **
17307           m4/missing                    ** ADDED **
17308           m4/missing/gdk-pixbuf.m4      ** ADDED **
17309           m4/missing/gettext.m4         ** ADDED **
17310           m4/missing/gpgme.m4           ** ADDED **
17311           m4/missing/imlib.m4           ** ADDED **
17312           m4/.cvsignore                 ** ADDED **
17313           m4/Makefile.am                ** ADDED **
17314           m4/README                     ** ADDED **
17315           m4/aclocal-include.m4         ** ADDED **
17316           m4/aspell.m4                  ** ADDED **
17317           m4/check-type.m4              ** ADDED **
17318           m4/gnupg-check-typedef.m4     ** ADDED **
17319           m4/openssl.m4                 ** ADDED **
17320           m4/spamassassin.m4            ** ADDED **
17321           po/ChangeLog                  ** REMOVED **
17322           po/Makefile.in.in             ** REMOVED **
17323           po/Rules-quot                 ** REMOVED **
17324           po/boldquot.sed               ** REMOVED **
17325           po/en@boldquot.header         ** REMOVED **
17326           po/en@quot.header             ** REMOVED **
17327           po/insert-header.sin          ** REMOVED **
17328           po/quot.sed                   ** REMOVED **
17329           po/remove-potcdate.sed        ** REMOVED **
17330           po/remove-potcdate.sin        ** REMOVED **
17331           po/stamp-po                   ** REMOVED **
17332           Makefile.am
17333           autogen.sh
17334           configure.ac
17335                 enable building with automake 1.8.x
17336                 add 'autopoint --force' to autogen.sh and remove all
17337                 auto-generated files, remove ac/ directory and use
17338                 m4/ directory instead
17339                 
17340         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17341                 fix gettextization
17342
17343 2004-02-28 Colin Leroy <colin@colino.net>
17344         * src/prefs_matcher.c
17345           src/prefs_filtering.c
17346           src/prefs_filtering_action.c
17347                 Fix non-editable GtkEntries
17348
17349 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17350         * src/prefs_themes.c
17351                 utf8 conversion for theme info
17352
17353 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17354         * sync 0.9.9claws
17355
17356 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17357         * src/grouplistdialog.c
17358                 allow multiple selections without ctrl key
17359
17360 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17361         * src/main.c
17362                 enable customizable accelerators
17363
17364 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17365         * src/prefs_common.c
17366                 re-enable different font settings for gtk1/2
17367         * src/prefs_folder_item.c
17368                 fix folder prefs displayed wrong
17369         * src/textview.c
17370                 set 'sunken' shadow type
17371
17372 2004-02-07 Colin Leroy <colin@colino.net>
17373         * src/compose.c
17374                 Fix message being always [Edited]
17375                 Encode headers correctly (utf8 buf)
17376
17377 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17378         * src/socket.c
17379                 remove double g_source_attach()
17380                 (Thanks to Colin Leroy)
17381
17382 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17383         * src/gtk/gtksctree.c
17384                 Fix SSL certificate list not shown
17385         * src/mimeview.c
17386                 Fix clicks in mime tree
17387
17388 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17389         * src/common/socket.c
17390                 Fix SSL receive
17391         * src/compose.c
17392                 Fix clipboard menu hotkeys
17393
17394 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17395         * src/gtk/gtkaspell.[ch]
17396           src/compose.c
17397                 reimplement spellchecker
17398
17399 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17400         * src/gtk/filesel.c
17401                 crash when inserting file in compose window
17402                 (TODO: keep old selection on clicks)
17403         * src/main.c
17404                 use gtkrc-2.0 instead of gtkrc
17405
17406 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17407         * src/messageview.c
17408                 remove orphaned mimeview unref()
17409
17410 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17411         * src/grouplistdialog.c
17412                 expand nodes containing subscribed groups
17413
17414 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17415         * src/textview.c
17416                 textview: hide cursor, restore old click behaviour
17417
17418 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17419         * src/textview.c
17420                 variable names messed up
17421
17422 2004-01-17 Colin Leroy <colin@colino.net>
17423         * src/addr_compl.c
17424                 Fix completion address too thin
17425         * src/compose.c
17426                 Fix tab-to-subject behaviour
17427         * src/summaryview.c
17428                 Implement key up & down in summaryview
17429
17430 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17431
17432         * sync 098claws
17433
17434 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17435         * configure.ac
17436           Makefile.am
17437           doc/.cvsignore
17438           doc/Makefile.am
17439                 faq, man, manual moved to doc/
17440         * ac/aspell.m4
17441           ac/check-type.m4
17442           ac/gnupg-check-typedef.m4
17443           ac/openssl.m4
17444           ac/spamassassin.m4
17445           ac/missing/gdk-pixbuf.m4
17446           ac/missing/gpgme.m4
17447           ac/missing/imlib.m4
17448                 fix automake warnings
17449
17450 2003-12-06 Colin Leroy <colin@colino.net>
17451         * src/summaryview.c
17452                 Fix quicksearch
17453
17454 2003-12-05 Colin Leroy <colin@colino.net>
17455         * src/summaryview.c
17456                 Fix going to next unread folder
17457
17458 2003-12-05 Colin Leroy <colin@colino.net>
17459         * src/crash.c
17460                 Fix gtk2 compilation
17461         * src/session.c
17462                 Remove iotag source handler at disconnection
17463         * src/socket.[ch] 
17464                 Remove source handler when closing socket 
17465                 (fixes another seg)
17466
17467 2003-12-04 Colin Leroy <colin@colino.net>
17468         * src/compose.c
17469           src/prefs_account.c
17470           src/prefs_common.c
17471                 Fix some dropdown menus
17472
17473 2003-12-04 Colin Leroy <colin@colino.net>
17474         * src/compose.c
17475                 Fix event handlers on header fields
17476         * src/common/socket.c
17477           src/common/session.c
17478                 Fix segfault with callback (SSL)
17479                 Fix end of session 
17480
17481 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17482
17483         * Fix compile bug in src/compose.c
17484         * removed src/gtk/gtkstext.[ch]
17485
17486 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17487
17488         * Convert character set and escape "text" attributes in toolbar setting
17489         files.
17490         * Fixed bug in button-press-event handling.
17491
17492 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17493
17494         * Fixed bug in key-press-event handling.
17495
17496 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17497
17498         * Enabled to compile tray-icon plugin (Ad-hoc).
17499         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17500
17501 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17502
17503         * Enabled to compile on sylpheed-claws.
17504         (tray-icon plugin still cannot compile yet.)
17505
17506 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17507
17508         * Updated to 0.9.5.
17509
17510 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17511
17512         * Updated to 0.9.4.
17513         * Ported monitoring SSL mechanism to GSource of GLib2
17514         (I don't confirm it)
17515         * Added _gtk2 suffix to key name of font preference to avoid
17516         ovverwriting preference of Gtk+-1.2 version.
17517
17518 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17519
17520         * Updated to 0.9.2.
17521
17522 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17523
17524         * Updated to 0.9.1.
17525         * Translate po files into UTF-8 when execute autogen.sh.
17526
17527 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17528
17529         * Updated to 0.9.0.
17530
17531 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17532
17533         * Plugged GError related memory leaks.
17534
17535 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17536
17537         * Changed default size of fonts.
17538         * Enabled to set titile font size of warning dialog.
17539
17540 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17541
17542         * Embed a sylpheed icon into executable binary on Windows.
17543
17544 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17545
17546         * I forgot to traslate character set of element string in src/xml.c.
17547
17548 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17549
17550         * Fixed detecting bind_textdomain_codeset in configure.in.
17551         * The bug in which "Example" of "Date fromat" preference isn't displayed
17552         correctly has been fixed.
17553
17554 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17555
17556         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17557           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17558           glib-gettextize
17559           Removed intl directory.
17560           Translated po files into UTF-8.
17561           (Thanks! Ryuji Abe)
17562
17563 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17564
17565         * The bug which doesn't unscape string in xml.c has been fixed.
17566
17567 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17568
17569         * The bug which is failed to translate encoding of file name thorough
17570         file dialog has been fixed.
17571
17572 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17573
17574         * Modified to translate file names which is used in inporting/expoting
17575         mbox feature and "Save as" feature into locale encoding.
17576         * Translate file names into locale encoding when "Attache file" and
17577         "Insert file".
17578         * Force set G_BROKEN_FILENAMES environment variable.
17579         * Other minor fixes.
17580
17581 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17582
17583         * Modified to treat MH folder's name as locale encoding.
17584
17585 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17586
17587         * The bug which clash on switching candidates of auto completion of
17588         addresses, cannot use auto completion in Japanesse is fixed
17589         (Thanks! Tokunaga-san)¡¥
17590
17591 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17592
17593         * The bug which cannot switch key accelerator preference has been fixed
17594         (Thanks! smbd-san)¡¥
17595
17596 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17597
17598         * version 0.8.11-gtk2-20030314
17599
17600 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17601
17602         * The bug in which character set conversion of filtering messages has
17603         been fixed.(Thanks! COCOA-san).
17604
17605 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17606
17607         * Revived "Leave space on head" preference in "Message" category.
17608         * A bug which clash when put the cursor to end of buffer and execute
17609         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17610
17611 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17612
17613         * version 0.8.11-gtk2-20030312
17614
17615 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17616
17617         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17618         * Modified to use Pango's API directly for font preference.
17619         * Integrated GtkTextView of textview to one widget.
17620         * Set fonts of header title in textview by "header_title" tag.
17621         * Removed some deprecated codes.
17622
17623 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17624
17625         * Updated to 0.8.11.
17626         * Merged cygwin patch(Thanks! Sakai-san).
17627
17628 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17629
17630         * version 0.8.10-gtk2-20030309