2006-08-28 [paul] 2.4.0cvs104
[claws.git] / ChangeLog
1 2006-08-28 [paul]       2.4.0cvs104
2
3         * src/mh.c
4                 fix data loss when moving to another
5                 mailbox fails
6         * src/prefs_spelling.c
7                 improve the english
8         * src/gtk/pluginwindow.c
9                 improve the layout of the dialog text
10         All thanks to Colin
11
12 2006-08-28 [paul]       2.4.0cvs103
13
14         * src/plugins/bogofilter/bogofilter.c
15         * src/plugins/bogofilter/bogofilter_gtk.c
16                 fix english up a bit, innit
17
18 2006-08-28 [paul]       2.4.0cvs102
19
20         * configure.ac
21         * po/Makefile.in.in
22         * po/Makevars
23                 require autoconf 2.60, enabling building
24                 with gettext 0.15 (gettext 0.14.x build still
25                 possible). Replace Makefiles with versions
26                 from gettext 0.15.
27                 Remove configure options --with-localedir and
28                 --with-mandir. The options that are provided
29                 directly by autoconf 2.60 can be used instead:
30                 --mandir --localedir
31
32 2006-08-27 [colin]      2.4.0cvs101
33
34         * src/plugins/bogofilter/Makefile.am
35                 Fix make dist (no README)
36
37 2006-08-27 [colin]      2.4.0cvs100
38
39         * src/folder.c
40                 Don't use F_UNKNOWN folders for any default
41                 outbox/trash/etc
42         * src/plugins/bogofilter/bogofilter.c
43         * src/plugins/bogofilter/bogofilter.h
44         * src/plugins/bogofilter/bogofilter_gtk.c
45                 Add an option to specify the path to bogofilter
46                 Use single-quotes to be able to learn in folders
47                 with spaces in their names
48                 Verify learning status
49
50 2006-08-27 [colin]      2.4.0cvs99
51
52         * manual/faq.xml
53         * manual/plugins.xml
54                 Document Bogofilter plugin
55
56 2006-08-27 [colin]      2.4.0cvs98
57
58         * src/compose.c
59         * src/messageview.c
60         * src/procmsg.c
61         * src/procmsg.h
62                 When possible, copy the queued mail to sent folder
63                 instead of re-adding. Much faster on IMAP.
64
65 2006-08-27 [colin]      2.4.0cvs97
66
67         * src/msgcache.c
68                 Disable mmaped caches - huge metadata loss
69                 here after a power failure.
70         * src/summaryview.c
71                 Add quicksearch timing
72         * src/common/plugin.c
73         * src/common/plugin.h
74                 Implement an interface to tell what plugins
75                 provide. Prevent loading of similar plugins.
76         * src/plugins/clamav/clamav_plugin.c
77         * src/plugins/demo/demo.c
78         * src/plugins/dillo_viewer/dillo_viewer.c
79         * src/plugins/pgpcore/plugin.c
80         * src/plugins/pgpinline/pgpinline.c
81         * src/plugins/pgpmime/pgpmime.c
82         * src/plugins/spamassassin/spamassassin.c
83         * src/plugins/trayicon/trayicon.c
84                 Implement plugin_provides()
85
86 2006-08-27 [colin]      2.4.0cvs96
87
88         * configure.ac
89         * src/plugins/Makefile.am
90         * src/plugins/bogofilter/.cvsignore
91         * src/plugins/bogofilter/Makefile.am
92         * src/plugins/bogofilter/bogofilter.c
93         * src/plugins/bogofilter/bogofilter.h
94         * src/plugins/bogofilter/bogofilter_gtk.c
95                 New Bogofilter plugin, provides filtering and
96                 learning. Spamassassin will go to extra plugins.
97
98 2006-08-26 [mones]      2.4.0cvs95
99
100         * manual/handling.xml
101                 Fix subfolder path in the example (thanks to Paul) 
102
103 2006-08-26 [mones]      2.4.0cvs94
104
105         * manual/glossary.xml
106                 2.2. + add ISP to the glossary
107                 7.5. + Add UIDL to glossary
108                 7.7. + Add TCP to glossary
109         * manual/handling.xml
110                 7.1. + Mentions GNU/Linux distribution, what about the non...
111                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
112                 7.3. + Mentions .bashrc, what about the non-bash ones? 
113                 7.4. = Use appropriate quotation for commands
114                 7.6. = change "" to <quote></quote>
115         * manual/plugins.xml
116                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
117         * manual/starting.xml
118                 2.1. + local mbox file: some examples of mbox file locations...
119                 Also reformatted files requiring it
120
121 2006-08-26 [wwp]        2.4.0cvs93
122
123         * src/summary_search.c
124                 disable find buttons while summary search is running.
125
126 2006-08-25 [colin]      2.4.0cvs92
127
128         * src/folder.c
129         * src/folderutils.c
130         * src/mh.c
131         * src/procmsg.h
132         * src/summaryview.c
133                 Speed up MH moving, and add progressbar
134                 for MH deletion
135         * src/msgcache.c
136                 Write cache files using mmap() too
137
138 2006-08-25 [wwp]        2.4.0cvs91
139
140         * src/summaryview.c
141                 switch spam<->ham button when a message has been marked as spam or ham
142                 and is still selected. Thanks to Colin.
143
144 2006-08-25 [paul]       2.4.0cvs90
145
146         * src/Makefile.am
147         * src/stock_pixmap.c
148         * src/stock_pixmap.h
149         * src/summaryview.c
150         * src/gtk/icon_legend.c
151         * src/pixmaps/copied.xpm
152         * src/pixmaps/moved.xpm
153                 add icons for delayed execution marked for
154                 copying, marked for moving
155
156 2006-08-25 [mones]      2.4.0cvs89
157
158         * manual/glossary.xml
159                 Fix the other glossary items:
160                 5.1. = Inmmediate execution -> <quote>immediate execution...
161                 5.2. = Fix MBOX capitalization -> Mbox
162                 5.3. + Improve Plugins def. w/ tech. ref.
163                 5.4. = Quotation -> replace '>' by <quote>></quote>
164                 5.5. - SMTP Server. -> remove dot
165         * po/es.po
166                 Updated translation
167
168 2006-08-25 [mones]      2.4.0cvs88
169
170         * manual/ack.xml
171                 Reformatted, changed email address
172         * manual/glossary.xml
173                 Reformatted, fixed MANUAL-TODO items:
174                 8.2. + add ROT-13 to glossary
175                 8.4. + add URL to glossary
176         * manual/es/advanced.xml
177                 Fixed <literal>s
178
179 2006-08-25 [paul]       2.4.0cvs87
180
181         * src/gtk/icon_legend.c
182                 add 'marked for deletion' icon
183                 arrange icons by containing column
184                 wrap long label text
185
186 2006-08-25 [colin]      2.4.0cvs86
187
188         * src/common/utils.c
189         * src/common/utils.h
190                 Add the sc_g_*list_bigger functions in
191                 a place everyone can use it
192         * src/summaryview.c
193                 Only freeze/thaw the list when working
194                 on the selection, if it's bigger than 1
195         * src/gtk/gtksctree.c
196                 Only freeze/thaw the list when unselec-
197                 ting 'all' if ('all' != 1)
198                 This avoids some flickering
199
200 2006-08-24 [colin]      2.4.0cvs85
201
202         * src/addressbook.c
203                 Fix strange list selection
204                 Fix random seg (Invalid read of freed memory)
205
206 2006-08-24 [colin]      2.4.0cvs84
207
208         * src/alertpanel.c
209         * src/gtk/inputdialog.c
210         * src/plugins/pgpcore/passphrase.c
211                 Revert minimal width patch of 2.4.0cvs67,
212                 as it is also a maximal width. Use 
213                 gtk_window_set_default_size instead.
214
215 2006-08-24 [colin]      2.4.0cvs83
216
217         * src/msgcache.c
218                 Write cache/mark to temp files before
219                 overwriting old ones (avoids metadata
220                 loss if writing the new files fail).
221                 Use mmap() to read cache/mark file, as
222                 this makes cache reading faster. Dis-
223                 abled for big-endian machines until it
224                 can be tested. (Big-endian users: set
225                 msgcache_use_mmap = TRUE in the relevant
226                 #if).
227         * src/procmsg.h
228                 Move rarely used fields of MsgInfo in 
229                 another structure, which will only be
230                 allocated if needed. Face, X-Face,
231                 Return receipt headers and List-*
232                 headers are moved. Mails having none
233                 of these occupy 52 bytes less with
234                 this patch, which makes 2.5MB of RAM
235                 saved on a 50k folder).
236         * src/headerview.c
237         * src/mainwindow.c
238         * src/messageview.c
239         * src/partial_download.c
240         * src/procheader.c
241         * src/procmsg.c
242         * src/textview.c
243                 Follow this structure change.
244
245 2006-08-24 [wwp]        2.4.0cvs82
246
247         * manual/es/.cvsignore
248         * manual/es/dist/.cvsignore
249         * manual/es/dist/html/.cvsignore
250         * manual/es/dist/pdf/.cvsignore
251         * manual/es/dist/ps/.cvsignore
252         * manual/es/dist/txt/.cvsignore
253                 more (generated) files to ignore.
254
255 2006-08-24 [colin]      2.4.0cvs81
256
257         * src/folder.c
258         * src/mh.c
259                 Fix possible problems with local delivery. Check the folder doesn't
260                 need scan before setting its mtime when saving cache (which can be
261                 done long after the folder's been modified by an external process);
262                 Check that the stored item's mtime didn't change in mh functions.
263
264 2006-08-24 [mones]      2.4.0cvs80
265
266         * manual/advanced.xml
267                 Rewrapping, some fixes and MANUAL-TODO items:
268                 8.1. = change "" to <quote></quote>
269                 8.3. = quote menu items
270                 8.5. - deploying -> new user ... ideally a new user (redundant)
271
272 2006-08-23 [colin]      2.4.0cvs79
273
274         * src/gtk/gtksctree.c
275                 When selecting or deselecting range, only
276                 freeze/thaw when selection is bigger than 10
277
278 2006-08-23 [colin]      2.4.0cvs78
279
280         * src/messageview.c
281         * src/mimeview.c
282         * src/mimeview.h
283         * src/plugins/dillo_viewer/dillo_viewer.c
284                 Provide an API for MimeViewer plugins to
285                 return a text selection for replying
286
287 2006-08-23 [colin]      2.4.0cvs77
288
289         * src/image_viewer.c
290         * src/textview.c
291                 Use gtk_pixbuf_new_from_file_at_scale(), which
292                 is faster than getting the pixbuf then resizing
293                 it.
294
295 2006-08-23 [colin]      2.4.0cvs76
296
297         * src/procmime.c
298                 UTF-8 should be sent Quoted-printable
299
300 2006-08-22 [colin]      2.4.0cvs75
301
302         * src/mh.c
303                 Check if scan is required before touching
304                 the folder (or it'll be required every time)
305
306 2006-08-22 [colin]      2.4.0cvs74
307
308         * configure.ac
309                 Require libetpan 0.46 (crasher fix when built
310                 against gnutls)
311
312 2006-08-22 [colin]      2.4.0cvs73
313
314         * src/folder.c
315                 Set folder's mtime after writing its
316                 cache
317         * src/folderview.c
318                 Add some timing
319         * src/procmsg.c
320                 Don't do useless stuff if we don't 
321                 thread by subject
322         * src/summaryview.c
323                 Add some timing, don't deselect prior
324                 to selecting (gtksctree does it itself),
325                 remove crash avoidance hacks as it's been
326                 properly fixed since a while
327         * src/common/utils.c
328                 Optimize to_human_readable(): _() is slow,
329                 do it only once, and avoid %f format for KB
330                 (the most common in a summaryview)
331         * src/gtk/gtksctree.c
332                 Don't uselessly freeze/thaw (fixes flicker
333                 on next unread and friends), reduce number
334                 of g_list_nth/g_list_position where possible
335         * src/gtk/gtkutils.c
336         * src/gtk/gtkutils.h
337                 Reduce number of g_list_nth/g_list_position
338                 where possible.
339                 All of this makes loading as 70k folder 2.1
340                 seconds instead of 3.2 (with hot FS caches).
341                 (1.3 seconds without Date and Size columns...)
342
343 2006-08-22 [paul]       2.4.0cvs72
344
345         wrap documents and do some items from mones' MANUAL-TODO:
346
347         * manual/account.xml
348                 4.1. = fix tabname references to <quote>tabname</quote>
349                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
350         * manual/faq.xml
351                 1.1. = mentioned options don't match UI
352                 Add information about the 'Never send Return Receipts'
353                 option
354         * manual/handling.xml
355                 6.2. = Mentions Extended symbols button, but now is
356                 named Information
357                 6.3. = Mentions ... button, which is now Edit
358
359 2006-08-22 [colin]      2.4.0cvs71
360
361         * src/gtk/pluginwindow.c
362                 Fix layout in verbose translations (such
363                 as french)
364
365 2006-08-22 [paul]       2.4.0cvs70
366
367         * manual/Makefile.am
368                 build manuals in alphabetical order
369         * src/addressbook.c
370         * src/prefs_themes.c
371                 replace/remove deprecated symbols
372         * src/gtk/gtkutils.c
373                 fix a warning
374         * src/gtk/pluginwindow.c
375                 replace deprecated symbol
376                 replace label text and move it
377         * src/plugins/pgpcore/prefs_gpg.c
378                 move the 'Generate...' button out of the
379                 Sign Key frame, replace the English used
380         * src/plugins/pgpcore/sgpgme.c
381                 fixes to the English
382
383 2006-08-21 [colin]      2.4.0cvs69
384
385         * src/plugins/trayicon/trayicon.c
386                 Add more strings for translation; patch
387                 by Pawel
388
389 2006-08-21 [colin]      2.4.0cvs68
390
391         * src/compose.c
392                 fix replied flag not set after drafting
393         * src/matcher.c
394                 fix body quicksearch in non-encoded bodies
395                 containing '='
396         * src/msgcache.c
397                 Get rid of the g_malloc workaround for
398                 corrupted caches, use g_try_malloc
399
400 2006-08-21 [colin]      2.4.0cvs67
401
402         * src/alertpanel.c
403         * src/gtk/inputdialog.c
404         * src/plugins/pgpcore/passphrase.c
405                 Set minimal width to 375
406         * src/mainwindow.c
407                 Fix switching to offline, asking if it 
408                 should be overriden for synchronising
409         * src/mimeview.c
410                 Don't offer to remember command on Open 
411                 with for text parts, as the browser or 
412                 text editor command isn't changed from 
413                 there
414
415 2006-08-20 [paul]       2.4.0cvs66
416
417         * po/ko.po
418         * po/zh_CN.po
419                 fix plural form errors. revealed by stricter
420                 checking of gettext 0.15
421
422 2006-08-18 [paul]       2.4.0cvs65
423
424         * src/stock_pixmap.c
425                 fix the fix of 2.4.0cvs64
426                 Thanks to Colin
427
428 2006-08-18 [paul]       2.4.0cvs64
429
430         * src/stock_pixmap.c
431                 fix leaks
432                 Thanks to Colin
433
434 2006-08-18 [paul]       2.4.0cvs63
435
436         * src/compose.c
437         * src/procmsg.c
438                 fix occasional IMAP bug where large msgs
439                 were left in the queue folder after sending
440                 Thanks to Colin
441
442 2006-08-18 [paul]       2.4.0cvs62
443
444         * src/folderview.c
445                 freeze the summaryview while quicksearch results
446                 are displayed
447                 (fixes bug 456 'current message is hidden when the
448                 view is refreshed and extended search is "unread 
449                 messages"')
450                 Thanks to Colin
451         * src/textview.c
452                 add missing #include "inputdialog.h"
453         * src/common/utils.h
454                 add missing mailcap_update_default() and improve
455                 readability
456
457 2006-08-17 [colin]      2.4.0cvs61
458
459         * src/plugins/pgpcore/select-keys.c
460                 Fix warnings :)
461
462 2006-08-17 [colin]      2.4.0cvs60
463
464         * src/compose.c
465                 Don't continue queuing if Cancel is clicked
466                 in select-keys
467
468 2006-08-17 [colin]      2.4.0cvs59
469
470         * src/plugins/pgpcore/select-keys.c
471                 When encrypting, if only one key matches and it 
472                 matches exactly, automatically use it.
473
474 2006-08-17 [colin]      2.4.0cvs58
475
476         * src/mimeview.c
477         * src/prefs_common.c
478         * src/prefs_common.h
479         * src/prefs_ext_prog.c
480         * src/textview.c
481                 Fix issues with previous patch (text/html)
482                 Remove outdated prefs
483
484 2006-08-17 [colin]      2.4.0cvs57
485
486         * src/imap.c
487                 Add View Log button on auth error
488         * src/procmsg.c
489                 Fix encrypted mail marked as new when
490                 saved in normal folders
491         * src/plugins/pgpinline/pgpinline.c
492                 Fix encrypt bug on IMAP
493         * src/mimeview.c
494         * src/common/utils.c
495         * src/common/utils.h
496         * src/gtk/inputdialog.c
497         * src/gtk/inputdialog.h
498                 Get rid of metamail stuff, simplify
499                 opening, and allow remembering of user's
500                 choices (by updating ~/.mailcap). There's
501                 still to drop "Audio player" and "Image
502                 viewer" preferences.
503
504 2006-08-17 [mones]      2.4.0cvs56
505
506         * manual/es/sylpheed-claws-manual.xml
507                 fix DTD path
508
509 2006-08-17 [mones]      2.4.0cvs55
510
511         * configure.ac
512         * manual/Makefile.am
513         * manual/es/Makefile.am
514         * manual/es/account.xml
515         * manual/es/ack.xml
516         * manual/es/addrbook.xml
517         * manual/es/advanced.xml
518         * manual/es/faq.xml
519         * manual/es/glossary.xml
520         * manual/es/gpl.xml
521         * manual/es/handling.xml
522         * manual/es/intro.xml
523         * manual/es/keyboard.xml
524         * manual/es/plugins.xml
525         * manual/es/starting.xml
526         * manual/es/sylpheed-claws-manual.xml
527         * manual/es/dist/Makefile.am
528         * manual/es/dist/html/Makefile.am
529         * manual/es/dist/pdf/Makefile.am
530         * manual/es/dist/ps/Makefile.am
531         * manual/es/dist/txt/Makefile.am
532                 Spanish translation for the manual
533
534 2006-08-16 [colin]      2.4.0cvs54
535
536         * src/compose.c
537         * src/main.c
538         * src/mainwindow.c
539                 Fix send button sensitivity at startup
540                 Set send menu sensitivity (patch by Fabien)
541         * src/ssl_manager.c
542                 Enable closing with esc (patch by Fabien)
543         * src/gtk/foldersort.c
544                 Enable closing with esc (patch by Fabien)
545         * src/procmime.c
546                 Optimisation (no need to copy to tempfile to
547                 "decode" 7bit and 8bit)
548         * src/summaryview.c
549                 Fix cruft in swap_from case
550         * src/textview.c
551                 Fix missing last line in some mail cases 
552                 (Fixes debian #381872)
553         * src/plugins/pgpcore/prefs_gpg.c
554         * src/plugins/pgpcore/sgpgme.c
555         * src/plugins/pgpcore/sgpgme.h
556                 Don't show "no key found" when user explicitely
557                 wants to create a key
558
559 2006-08-16 [paul]       2.4.0cvs53
560
561         * configure.ac
562         * src/account.c
563         * src/addressbook.c
564         * src/headerview.c
565         * src/prefs_account.c
566         * src/prefs_message.c
567         * src/gtk/gtkutils.c
568                 bump up minimum required versions of GTK+ and
569                 GLIB to 2.6.0
570
571 2006-08-16 [paul]       2.4.0cvs52
572
573         * src/toolbar.c
574                 workaround GTK+ Bug 351600 - 'Can't re-click
575                 on button after sensitivity update'
576                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
577                 Thanks to Colin
578
579 2006-08-15 [colin]      2.4.0cvs51
580
581         * src/plugins/pgpcore/prefs_gpg.c
582                 Set options sensitivity according to
583                 key existence
584         * src/plugins/pgpcore/sgpgme.c
585                 Allow to create key with no passphrase
586
587 2006-08-14 [cleroy]     2.4.0cvs50
588
589         * src/gtk/pluginwindow.c
590                 New layout (maybe to be changed?)
591         * src/gtk/gtkutils.c
592                 Fix a bit label_window
593         * src/plugins/pgpcore/passphrase.c
594         * src/plugins/pgpcore/passphrase.h
595         * src/plugins/pgpcore/plugin.c
596         * src/plugins/pgpcore/prefs_gpg.c
597         * src/plugins/pgpcore/prefs_gpg.h
598         * src/plugins/pgpcore/sgpgme.c
599         * src/plugins/pgpcore/sgpgme.h
600                 Allow to create a PGP private key via the GUI
601
602 2006-08-14 [wwp]        2.4.0cvs49
603
604         * src/addressbook_foldersel.c
605                 fix strict ISO C90 compliance.
606
607 2006-08-14 [paul]       2.4.0cvs48
608
609         * src/gtk/prefswindow.c
610                 re-set scrolled window on opening
611                 Patch by Ticho
612
613 2006-08-14 [paul]
614
615         2.5.0-rc1 released
616
617 2006-08-14 [paul]       2.4.0cvs47
618
619         * src/prefs_display_header.c
620                 re-enable user-defined Displayed Headers
621
622 2006-08-14 [paul]       2.4.0cvs46
623
624         * src/prefs_account.c
625                 use GTK_STOCK_EDIT
626
627 2006-08-13 [colin]      2.4.0cvs45
628
629         * src/common/utils.c
630                 Fix "a" in quote when the original message is empty,
631                 by using \0 instead of 'a' to test writability of
632                 temp files.
633
634 2006-08-13 [wwp]        2.4.0cvs44
635
636         * src/plugins/spamassassin/spamassassin.c
637                 fix capitalization of "SpamAssassin" in some debug, log and
638                 dialog messages.
639
640 2006-08-13 [paul]       2.4.0cvs43
641
642         * src/editldap.c
643                 fix overlapping widgets
644         * src/prefs_account.c
645                 fix translation of protocol_names[]
646                 fix label disappearing off the edge of the
647                 visible area
648
649 2006-08-12 [paul]       2.4.0cvs42
650
651         * manual/plugins.xml
652                 update IRC channel info before it gets forgotten
653                 about
654
655 2006-08-11 [colin]      2.4.0cvs41
656
657         * src/compose.c
658         * src/mainwindow.c
659         * src/mainwindow.h
660         * src/procmsg.c
661         * src/procmsg.h
662         * src/summaryview.c
663         * src/toolbar.c
664                 Grey out the Send button if
665                 - Queue folders are empty, or
666                 - We're sending already
667
668 2006-08-11 [wwp]        2.4.0cvs40
669
670         * src/main.c
671                 fix a logic issue when quitting while a compose window is
672                 still open, thanks to Colin.
673
674 2006-08-10 [colin]      2.4.0cvs39
675
676         * src/main.c
677                 Fix default font size setting after wizard run
678         * src/imap.c
679         * src/etpan/imap-thread.c
680         * src/etpan/imap-thread.h
681                 Fix bug #999 (Timing out on TSL cert validation 
682                 dialog makes ugly things happen). Also, STARTTLS
683                 unconditionnaly if initial capabilities contain
684                 LOGINDISABLED and STARTTLS.
685
686 2006-08-09 [colin]      2.4.0cvs38
687
688         * src/mainwindow.c
689         * src/mainwindow.h
690                 Fix Tools/Actions sensitivity when there are
691                 no actions
692
693 2006-08-09 [colin]      2.4.0cvs37
694
695         * src/prefs_filtering.c
696                 Warning fix, patch by Paul
697         * src/messageview.c
698         * src/prefs_actions.c
699         * src/prefs_filtering_action.c
700         * src/prefs_matcher.c
701                 Uniformisation of "Info ..." to "Info..." (for
702                 old gtk), patch by Fabien
703         * src/plugins/clamav/clamav_plugin_gtk.c
704                 Sensitivity fix by Fabien
705
706 2006-08-09 [colin]      2.4.0cvs36
707
708         * src/main.c
709         * src/main.h
710                 Add a function to know whether we're exiting
711         * src/plugins/trayicon/trayicon.c
712                 If exiting, don't do anything. Faster, and
713                 avoids gtk_main_iteration reentracy causing
714                 segfaults at exit
715
716 2006-08-09 [colin]      2.4.0cvs35
717
718         * src/messageview.c
719         * src/mimeview.c
720         * src/mimeview.h
721                 Fix lack of part selection when automatically 
722                 jumping to a specific part
723         * src/msgcache.c
724                 Little optimisation in cache reading
725
726 2006-08-09 [colin]      2.4.0cvs34
727
728         * src/compose.c
729                 Fix crash setting the priority on reedit
730                 (Accessing compose before creating it!)
731
732 2006-08-08 [colin]      2.4.0cvs33
733
734         * src/procmime.c
735                 Fix bug #998 (last attachment is not accessible)
736                 Bad RFC interpretation on multipart close-delimiters
737         * src/mimeview.c
738         * src/mimeview.h
739         * src/gtk/gtkvscrollbutton.c
740         * src/gtk/gtkvscrollbutton.h
741                 Make attachments list wheel-scrollable
742
743 2006-08-07 [colin]      2.4.0cvs32
744
745         * src/gtk/gtkaspell.c
746                 Fix bug #973 (Unicode punctation characters 
747                 are not recognized as separators by the
748                 spell checker); fix unsigned stuff
749
750 2006-08-07 [colin]      2.4.0cvs31
751
752         * src/compose.c
753                 Fix bug #956 (DnD text with accents in compose 
754                 text entry); fix gccc's signed/unsigned fuss
755
756 2006-08-06 [colin]      2.4.0cvs30
757
758         * src/main.c
759                 Fix bug #979 (Plugin crashes when exiting 
760                 sylpheed-claws) : handle exit request only 
761                 once
762
763 2006-08-05 [colin]      2.4.0cvs29
764
765         * src/news.c
766                 Just make sure we have a msgid.
767
768 2006-08-05 [colin]      2.4.0cvs28
769
770         * src/news.c
771         * src/summaryview.c
772                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
773                 by reimplementing it
774         * src/textview.c
775                 Fix bug when hiding quotes with level > 3 and quote
776                 colors are recycled
777
778 2006-08-04 [colin]      2.4.0cvs27
779
780         * src/compose.c
781         * src/undo.c
782         * src/undo.h
783                 Fix a bit replace-by-pasting undo
784         * src/mainwindow.c
785         * src/messageview.c
786                 Fix Fold quotes menu synchro in
787                 mainwindow when it changes in 
788                 messageview
789         * src/textview.c
790                 Fix right-click on quotes blocks
791         * src/common/utils.c
792                 Verify that the file created by
793                 my_tmpfile() is writable. Fixes
794                 bug #988 (very specific filesystem
795                 issue)
796         * src/plugins/pgpcore/sgpgme.c
797                 Fix file descriptor leak
798         * src/plugins/spamassassin/spamassassin.c
799                 Warn once if spamd isn't reachable
800
801 2006-08-04 [colin]      2.4.0cvs26
802
803         * src/toolbar.c
804                 i18n context patch by Fabien
805
806 2006-08-03 [colin]      2.4.0cvs25
807
808         * src/mainwindow.c
809         * src/messageview.c
810                 Rename "Hide quotes" to "Fold quotes"
811         * src/textview.c
812                 Don't use hand cursor on quotes. "all 
813                 the bonuses of the feature and none of 
814                 unwelcome side-effects"
815
816 2006-08-03 [colin]      2.4.0cvs24
817
818         * AUTHORS
819         * sylpheed-claws.desktop
820         * src/gtk/authors.h
821                 Bring the desktop file to XDG compliance
822                 Patch by Charles A. Edwards
823
824 2006-08-03 [colin]      2.4.0cvs23
825
826         * src/textview.c
827                 Fix links offset when they are preceded
828                 by accentued chars (g_utf8_strlen!)
829         * src/mainwindow.c
830                 Fix wrong status when starting offline
831
832
833 2006-08-03 [wwp]        2.4.0cvs22
834
835         * src/prefs_common.h
836                 ask what to do w/ filtering rules that belong to an account when
837                 applying filtering rules manually from the main window (skip,
838                 apply regardless of the account, use current account). This dialog
839                 can be skipped and the last reply used.
840                 (forgot that file)
841
842 2006-08-03 [wwp]        2.4.0cvs21
843
844         * src/filtering.c
845         * src/filtering.h
846         * src/prefs_common.c
847         * src/summaryview.c
848         * src/alertpanel.c
849         * src/alertpanel.h
850         * src/messageview.c
851                 ask what to do w/ filtering rules that belong to an account when
852                 applying filtering rules manually from the main window (skip,
853                 apply regardless of the account, use current account). This dialog
854                 can be skipped and the last reply used.
855
856
857 2006-08-03 [colin]      2.4.0cvs20
858
859         * src/textview.c
860                 Optimize previous patch
861
862 2006-08-03 [cleroy]     2.4.0cvs19
863
864         * src/textview.c
865                 Fix quotes getting toggled back when the
866                 mail has an even number of text parts
867
868 2006-08-02 [colin]      2.4.0cvs18
869
870         * src/messageview.c
871                 Add Hide quotes menu
872
873 2006-08-02 [colin]      2.4.0cvs17
874
875         * src/mainwindow.c
876         * src/prefs_common.c
877         * src/textview.c
878         * src/textview.h
879         * src/gtk/about.c
880                 Allow per-level quote hiding,
881                 Allow toggling quotes by double-clicking them
882                 Rename RemoteURI to ClickableText to reflect
883                 the fact it's used for a variety of things
884
885 2006-08-02 [wwp]        2.4.0cvs16
886
887         * src/mainwindow.c
888                 fix "View/Hide quotes" menu item status initialization.
889
890 2006-08-02 [wwp]        2.4.0cvs15
891
892         * src/matcher_parser_parse.y
893                 remove a debug trace.
894
895 2006-08-02 [paul]       2.4.0cvs14
896
897         * src/plugins/pgpcore/passphrase.c
898                 don't set initial dialog size
899                 make it resizable
900
901 2006-08-02 [paul]       2.4.0cvs13
902
903         * src/noticeview.c
904                 remove the rogue '/' character
905
906 2006-08-02 [paul]       2.4.0cvs12
907
908         * src/noticeview.c
909                 allow buttons to resize as necessary
910
911 2006-08-01 [wwp]        2.4.0cvs11
912
913         * src/mbox.c
914                 fix strict ISO C90 compliance.
915
916 2006-08-01 [wwp]        2.4.0cvs10
917
918         * tools/update-po
919                 updated update-po tool to work w/ context-dependent translations.
920                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
921
922 2006-08-01 [wwp]        2.4.0cvs9
923
924         * src/matcher.c
925         * src/prefs_filtering.c
926         * src/prefs_matcher.c
927                 allow context-dependent translations for "All",
928                 patch by Fabien Vantard <fzzzzz@gmail.com>.
929
930 2006-07-31 [colin]      2.4.0cvs8
931
932         * AUTHORS
933         * src/gtk/authors.h
934                 Add Rafal to authors
935
936 2006-07-31 [colin]      2.4.0cvs7
937
938         * src/compose.c
939         * src/mainwindow.c
940         * src/messageview.h
941         * src/prefs_common.c
942         * src/prefs_common.h
943         * src/textview.c
944                 Add 'View/Hide quotes'. Patch based on a patch
945                 by Rafal Weglarz
946
947 2006-07-31 [colin]      2.4.0cvs6
948
949         * src/action.c
950                 Fix problem with "> stuff >" actions
951
952 2006-07-31 [paul]       2.4.0cvs5
953
954         * po/nb.po
955                 updated by Geir Helland
956
957 2006-07-31 [wwp]        2.4.0cvs4
958
959         * src/mainwindow.c
960         * src/summaryview.c
961         * src/summaryview.h
962                 add "View/Go to/Parent message" and "View/Go to/Last read message",
963                 thanks to Colin.
964
965 2006-07-31 [wwp]        2.4.0cvs3
966
967         * src/Makefile.am
968         * src/addr_compl.c
969         * src/addr_compl.h
970         * src/addressbook.c
971         * src/addressbook.h
972         * src/addressbook_foldersel.c
973         * src/addressbook_foldersel.h
974         * src/addrindex.c
975         * src/addrindex.h
976         * src/matcher.c
977         * src/matcher.h
978         * src/matcher_parser_lex.l
979         * src/matcher_parser_parse.y
980         * src/prefs_common.c
981         * src/prefs_common.h
982         * src/prefs_filtering.c
983         * src/prefs_matcher.c
984         * src/prefs_matcher.h
985         * src/summaryview.c
986                 introduce filtering against the address book. It's now possible to add
987                 matched conditions to determine if any email address in a message matches
988                 or doesn't match any or all books or folders in the address book.
989
990 2006-07-31 [wwp]        2.4.0cvs2
991
992         * src/account.c
993         * src/filtering.c
994         * src/filtering.h
995         * src/folder.c
996         * src/folderview.c
997         * src/inc.c
998         * src/mainwindow.c
999         * src/matcher.c
1000         * src/matcher_parser_lex.l
1001         * src/matcher_parser_parse.y
1002         * src/mbox.c
1003         * src/prefs_filtering.c
1004         * src/prefs_filtering.h
1005         * src/procmsg.c
1006         * src/procmsg.h
1007         * src/summaryview.c
1008                 introduce per-account filtering rules. Each filtering rule can now be assigned
1009                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1010                 when applying filtering rules manually, as all rules will apply - even the ones
1011                 assigned to an account. This issue will be addressed soon.
1012  
1013
1014
1015 2006-07-31 [wwp]        2.4.0cvs1
1016
1017         * src/quote_fmt.c
1018                 make more strings translatable.
1019
1020 2006-07-31 [paul]       2.4.0
1021
1022         2.4.0 released
1023
1024 2006-07-31 [paul]       2.3.1cvs91
1025
1026         * po/ca.po
1027                 updated by Miquel Oliete
1028
1029 2006-07-31 [paul]       2.3.1cvs90
1030
1031         * po/de.po
1032         * po/el.po
1033         * po/fr.po
1034         * po/it.po
1035         * po/pl.po
1036         * po/pt_BR.po
1037         * po/sr.po
1038         * po/zh_CN.po
1039                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1040                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1041                 Aleksandar Urosevic, and Ralgh Young
1042
1043 2006-07-31 [paul]       2.3.1cvs89
1044
1045         * src/account.c
1046         * src/main.c
1047         * src/mainwindow.c
1048         * src/mainwindow.h
1049                 Fix a race condition when, after an SC crash, rescanning
1050                 folders took more than 0.5 seconds
1051                 Thanks to Colin
1052
1053 2006-07-31 [paul]       2.3.1cvs88
1054
1055         * src/folderview.c
1056                 don't translate separator strings
1057
1058 2006-07-30 [mones]      2.3.1cvs87
1059
1060         * doc/man/sylpheed-claws.1
1061                 Fixed non-ASCII chars in Hoa's name
1062         * po/es.po
1063                 Updated for release
1064
1065 2006-07-27 [colin]      2.3.1cvs86
1066
1067         * src/textview.c
1068                 Don't include the leading \n in links
1069                 Patch by Fabien
1070
1071 2006-07-25 [colin]      2.3.1cvs85
1072
1073         * src/mainwindow.c
1074         * src/common/socket.h
1075         * src/etpan/imap-thread.c
1076                 Refresh resolvers before connecting
1077                 to IMAP servers, and after switching
1078                 to online. Thanks to Paul.
1079
1080 2006-07-18 [colin]
1081
1082         * 2.4.0-rc4 released
1083
1084 2006-07-17 [colin]      2.3.1cvs84
1085
1086         * src/inc.c
1087                 Show connection attempt in statusbar before
1088                 connecting (previously first message was
1089                 "Retrieving messages from ..." after the
1090                 connection succeeded.
1091
1092 2006-07-16 [wwp]        2.3.1cvs83
1093
1094         * sylpheed-claws.ico
1095                 Added .ico file (windows multi-size icon file, generated).
1096
1097 2006-07-12 [wwp]        2.3.1cvs82
1098
1099         * src/messageview.c
1100                 remove Message/Re-edit menu entry from messageview window,
1101                 as sent/draft/queued messages are opened in compose window when
1102                 re-edited and it's not possible to re-edit other msgs.
1103
1104 2006-07-12 [paul]       2.3.1cvs81
1105
1106         * AUTHORS
1107         * src/mainwindow.c
1108         * src/gtk/authors.h
1109                 check online state before resetting
1110                 mailcheck timer. Useful if some program
1111                 verifies connection state and updates
1112                 Claws.
1113                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1114
1115 2006-07-12 [paul]       2.3.1cvs80
1116
1117         * sylpheed-claws-128x128.png
1118         * sylpheed-claws-64x64.png
1119         * sylpheed-claws.png
1120         * src/Makefile.am
1121         * src/main.c
1122         * src/prefs_toolbar.c
1123         * src/stock_pixmap.c
1124         * src/stock_pixmap.h
1125         * src/wizard.c
1126         * src/gtk/about.c
1127         * src/gtk/gtkutils.c
1128         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1129         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1130         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1131         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1132         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1133         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1134                 updated and renamed logo/icon files and related
1135                 logo by Jesper Schultz
1136
1137 2006-07-11 [paul]       2.3.1cvs79
1138
1139         * src/main.c
1140                 fix the labels a smidgin
1141
1142 2006-07-09 [colin]      2.3.1cvs78
1143
1144         * src/textview.c
1145                 Show errors in textviewer's command
1146                 Patch by H. Merijn Brand
1147
1148 2006-07-09 [colin]      2.3.1cvs77
1149
1150         * src/compose.c
1151                 Save FMID in drafts too
1152
1153 2006-07-08 [colin]      2.3.1cvs76
1154
1155         * src/compose.c
1156                 Svae RMID in drafted mails too
1157                 Save quote_fmt vars for whole mails,
1158                 don't reset at each quote_fmt_init:
1159                 allows to use the same |i{var} in
1160                 various template fields
1161         * src/prefs_template.c
1162         * src/quote_fmt.h
1163         * src/quote_fmt_parse.y
1164                 Same
1165
1166 2006-07-08 [colin]      2.3.1cvs75
1167
1168         * src/textview.c
1169                 Fix highlighting of attached parts URIs
1170
1171 2006-07-08 [colin]      2.3.1cvs74
1172
1173         * src/main.c
1174                 Prevent bug #981 (sc 2.3.1 segfaults with 
1175                 gtk+ 2.10) from being reported again:
1176                 if Sylpheed-Claws has been compiled against
1177                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1178                 of if Sylpheed-Claws has been compiled against
1179                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1180                 error out.
1181
1182 2006-07-07 [colin]      2.3.1cvs73
1183
1184         * src/prefs_actions.c
1185                 Fix label
1186
1187 2006-07-07 [colin]      2.3.1cvs72
1188
1189         * src/prefs_actions.c
1190                 Fix compile on gtk < 2.8. argh :)
1191
1192 2006-07-07 [paul]       2.3.1cvs71
1193
1194         * src/common/defs.h
1195                 update DONATE_URI
1196
1197 2006-07-07 [colin]      2.3.1cvs70
1198
1199         * po/POTFILES.in
1200         * src/quote_fmt.c
1201         * src/quote_fmt_lex.l
1202         * src/quote_fmt_parse.y
1203                 Add |i{var}, a way to insert user-entered
1204                 text in a template
1205
1206 2006-07-07 [colin]
1207
1208         * 2.4.0-rc3 released
1209
1210 2006-07-07 [colin]      2.3.1cvs69
1211
1212         * src/folder.c
1213                 Don't consider inboxes of UNKNOWN folder 
1214                 classes to be useable as default inboxes
1215
1216 2006-07-07 [paul]       2.3.1cvs68
1217
1218         * src/textview.c
1219                 add missing #include <errno.h>
1220                 Thanks to René J. Blokland
1221
1222 2006-07-07 [paul]       2.3.1cvs67
1223
1224         * src/action.c
1225                 Return now Closes dialog
1226         * src/mimeview.c
1227         * src/mimeview.h
1228         * src/textview.c
1229                 add contextual menu to mime parts listed
1230                 in the textview
1231                 Thanks to Colin
1232         * src/common/utils.c
1233                 reversal: ' is a valid character in URLs
1234
1235 2006-07-06 [colin]      2.3.1cvs66
1236
1237         * src/remotefolder.h
1238                 Forgotten in previous commit
1239
1240 2006-07-06 [colin]      2.3.1cvs65
1241
1242         * src/folder.c
1243                 Set summary update flag whenever
1244                 totals changed
1245         * src/imap.c
1246         * src/prefs_account.c
1247         * src/common/utils.h
1248         * src/etpan/imap-thread.c
1249                 Fix warnings, thanks to Fabien and
1250                 Ricardo
1251
1252 2006-07-06 [wwp]        2.3.1cvs64
1253
1254         * src/gtk/gtkutils.c
1255                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1256
1257 2006-07-06 [wwp]        2.3.1cvs63
1258
1259         * src/account.c
1260         * src/addressbook.c
1261         * src/addressitem.h
1262         * src/folderview.c
1263         * src/mainwindow.c
1264         * src/manual.c
1265         * src/manual.h
1266         * src/message_search.c
1267         * src/prefs_actions.c
1268         * src/prefs_filtering.c
1269         * src/prefs_filtering.h
1270         * src/prefs_template.c
1271         * src/summary_search.c
1272         * src/summaryview.c
1273         * src/gtk/gtkutils.c
1274         * src/gtk/gtkutils.h
1275         * src/gtk/pluginwindow.c
1276                 add help buttons to some dialogs. Clicking such buttons opens a
1277                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1278
1279 2006-07-06 [paul]       2.3.1cvs62
1280
1281         * src/textview.c
1282                 fix attachments contextual menu
1283                 Thanks to Colin
1284
1285 2006-07-05 [colin]      2.3.1cvs61
1286
1287         * src/textview.c
1288         * src/compose.c
1289                 Handle sftp:// links
1290
1291 2006-07-05 [paul]       2.3.1cvs60
1292
1293         * src/gtk/filesel.c
1294                 grab save button by default
1295                 Thanks to Colin
1296
1297 2006-07-05 [wwp]        2.3.1cvs59
1298
1299         * manual/xml2pdf
1300                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1301
1302 2006-07-04 [colin]      2.3.1cvs58
1303
1304         * src/mimeview.c
1305         * src/textview.c
1306                 Use left click to select, middle click to open
1307                 on mimeparts links
1308         * src/common/utils.c
1309                 Fix segfault
1310
1311 2006-07-04 [colin]      2.3.1cvs57
1312
1313         * src/mainwindow.c
1314         * src/news.c
1315                 Warning fixes, thanks to Fabien
1316
1317 2006-07-04 [colin]      2.3.1cvs56
1318
1319         * src/mimeview.c
1320         * src/mimeview.h
1321         * src/textview.c
1322                 Allow parts to be selected via their text label
1323                 in textview
1324
1325 2006-07-04 [colin]      2.3.1cvs55
1326
1327         * src/folderview.c
1328                 Feedback when closing (for big folders)
1329         * src/prefs_actions.c
1330         * src/prefs_filtering.c
1331         * src/prefs_matcher.c
1332         * src/prefs_template.c
1333                 Fix default button when closing without
1334                 having saved
1335
1336 2006-07-04 [colin]      2.3.1cvs54
1337
1338         * src/news.c
1339                 Delete local file on deletion
1340
1341 2006-07-03 [colin]      2.3.1cvs53
1342
1343         * src/folderview.c
1344         * src/main.c
1345                 Don't freeze when rescanning after crash
1346
1347 2006-07-03 [wwp]        2.3.1cvs52
1348
1349         * src/compose.c
1350         * src/privacy.c
1351         * src/privacy.h
1352         * src/plugins/pgpinline/pgpinline.c
1353         * src/plugins/pgpmime/pgpmime.c
1354                 don't report an error when the user cancels the passphrase dialog.
1355
1356 2006-07-02 [colin]      2.3.1cvs51
1357
1358         * src/folderview.c
1359                 Open message when crossing folders with Space,
1360                 goto next unread and friends
1361
1362 2006-07-01 [colin]      2.3.1cvs50
1363
1364         * src/prefs_account.c
1365                 Typographic rules varying from language
1366                 to language (in french "Protocole :"),
1367                 we have to do that :)
1368
1369 2006-07-01 [ticho]      2.3.1cvs49
1370
1371         * src/prefs_account.c
1372                 Only use one temporary gchar* variable in
1373                 prefs_account_protocol_set_optmenu().
1374
1375 2006-07-01 [ticho]      2.3.1cvs48
1376
1377         * src/prefs_account.c
1378         * src/prefs_account.h
1379                 Use GtkLabel for existing account protocol name.
1380                 Created an array for protocol names and populate the
1381                 combobox from it in a for() cycle.
1382
1383 2006-06-30 [colin]      2.3.1cvs47
1384
1385         * src/compose.c
1386                 Block undo when changing signature (by changing
1387                 account)
1388
1389 2006-06-30 [paul]       2.3.1cvs46
1390
1391         * src/send_message.c
1392                 when editing From in the Compose window, use that address
1393                 in the Return-Path: header
1394                 Thanks to Colin
1395
1396 2006-06-30 [colin]      2.3.1cvs45
1397
1398         * src/compose.c
1399                 Fix signature replacement:
1400                 - when no newline before separator
1401                 - when reediting
1402
1403 2006-06-29 [colin]      2.3.1cvs44
1404
1405         * src/folderview.c
1406         * src/folderview.h
1407         * src/mainwindow.c
1408         * src/summaryview.c
1409                 Let 'View/Go to/Next marked' work like
1410                 Next new & Next unread: across folders
1411                 Change the select_on_entry pref to do
1412                 what we want when changing folder
1413         * src/common/utils.c
1414                 Fix single-quoted links 
1415
1416 2006-06-29 [colin]      2.3.1cvs43
1417
1418         * src/gtk/gtkaspell.c
1419                 "Sylpheed" and "Sylpheed-Claws" do exist !
1420
1421 2006-06-29 [colin]      2.3.1cvs42
1422
1423         * src/imap.c
1424                 Forgot to remove debug
1425
1426 2006-06-29 [colin]      2.3.1cvs41
1427
1428         * src/imap.c
1429         * src/imap.h
1430         * src/mainwindow.c
1431                 Disconnect from IMAP servers when going
1432                 offline. Fixes bug #978 (going to offline-mode 
1433                 won't close connections)
1434
1435 2006-06-29 [colin]      2.3.1cvs40
1436
1437         * src/main.c
1438                 Fix transient setting on failing plugins
1439                 Patch by Fabien
1440         * src/plugins/pgpcore/sgpgme.c
1441                 Only warn for OpenPGP. Most people don't
1442                 have CMS available.
1443
1444 2006-06-29 [colin]      2.3.1cvs39
1445
1446         * src/compose.c
1447                 Fix Spelling menu (discrepancy between context menu
1448                 and top menu when folder's dictionary isn't the 
1449                 default one)
1450         * src/plugins/pgpcore/sgpgme.c
1451                 More error reporting about why gpgme can fail
1452
1453 2006-06-29 [wwp]        2.3.1cvs38
1454
1455         * src/mainwindow.c
1456                 honor the display-header-pane setting even when the message view
1457                 is a separate window.
1458
1459 2006-06-29 [wwp]        2.3.1cvs37
1460
1461         * src/prefs_actions.c
1462                 forgot to commit that one (use of GTK_STOCK_INFO).
1463
1464 2006-06-29 [colin]      2.3.1cvs36
1465
1466         * src/imap.c
1467                 Better handling of login errors (ask the password
1468                 again once), alert in case of error. Fix three
1469                 signedness warnings.
1470
1471 2006-06-28 [wwp]        2.3.1cvs35
1472
1473         * src/prefs_template.c
1474         * src/prefs_matcher.c
1475         * src/prefs_filtering_action.c
1476         * src/prefs_quote.c
1477                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1478                 patch by Fabien Vantard, slightly modified.
1479
1480 2006-06-28 [paul]
1481
1482         2.4.0-rc2 released
1483
1484 2006-06-28 [colin]      2.3.1cvs34
1485
1486         * src/prefs_account.c
1487                 Fix bug #977 (Can't add or edit imap accounts)
1488
1489 2006-06-28 [colin]      2.3.1cvs33
1490
1491         * src/mimeview.c
1492                 Fix previous
1493
1494 2006-06-28 [colin]      2.3.1cvs32
1495
1496         * src/mimeview.c
1497                 Save named inlined attachments with "Save all"
1498         * src/main.c
1499         * src/mbox.c
1500         * src/common/plugin.c
1501         * src/common/plugin.h
1502         * src/common/sylpheed.c
1503         * src/common/utils.c
1504         * src/plugins/pgpcore/sylpheed.def
1505         * src/plugins/pgpinline/sylpheed.def
1506         * src/plugins/pgpmime/sylpheed.def
1507                 Win32 compatibility patch, by
1508                 Werner Koch
1509
1510 2006-06-28 [wwp]        2.3.1cvs31
1511
1512         * src/imap.c
1513         * src/prefs_folder_item.c
1514                 less compilation warnings (thanks to Fabien Vantard), less typos.
1515
1516 2006-06-28 [paul]       2.3.1cvs30
1517
1518         * src/gtk/gtkutils.c
1519                 gtk_combo_box_set_focus_on_click() is only
1520                 available since gtk 2.6.0
1521
1522 2006-06-28 [paul]       2.3.1cvs29
1523
1524         * src/prefs_ext_prog.c
1525                 fix engrish and add a tooltip for the
1526                 'command for 'Display as text' option
1527
1528 2006-06-28 [paul]
1529
1530         2.4.0-rc1 released
1531
1532 2006-06-28 [paul]       2.3.1cvs28
1533
1534         * ChangeLog
1535         * tools/Makefile.am
1536                 include textviewer.pl in releases
1537
1538 2006-06-28 [paul]       2.3.1cvs27
1539
1540         * src/prefs_ext_prog.c
1541                 hide Print command option if libgnomeprint
1542                 support is present
1543
1544 2006-06-27 [colin]      2.3.1cvs26
1545
1546         * src/compose.c
1547                 Fix Esc handling in insert/attach dialog
1548                 Don't show this dialog if dragging something
1549                 else than text/uri-list
1550                 Thanks to Fabien Vantard
1551         * tools/textviewer.pl
1552                 Filter script to display stuff as text
1553                 by H. Merijn Brand
1554
1555 2006-06-27 [wwp]        2.3.1cvs25
1556
1557         * src/messageview.c
1558                 use the exact product name (message view title), patch
1559                 by Fabien Vantard.
1560
1561 2006-06-27 [ticho]      2.3.1cvs24
1562
1563         * src/prefs_account.c
1564         * src/prefs_common.c
1565         * src/prefs_common.h
1566         * src/prefs_ext_prog.c
1567         * src/textview.c
1568                 Add a preference (Preferences/External programs)
1569                 to allow "Display as text" to be done via a script
1570                 (patch by H.Merijn Brand).
1571                 Use GtkComboBox for protocol selection in account
1572                 preferences.
1573                 Only include current choice for existing accounts, and
1574                 insensitivize the combobox.
1575
1576 2006-06-27 [paul]       2.3.1cvs23
1577
1578         * src/mbox.c
1579                 fix crasher introduced in cvs21.
1580                 Thanks to Colin
1581
1582 2006-06-26 [colin]      2.3.1cvs22
1583
1584         * src/mbox.c
1585                 Fix double-frees when leaving folders
1586                 after exporting to mbox
1587
1588 2006-06-26 [colin]      2.3.1cvs21
1589
1590         * src/mbox.c
1591                 More feedback (and optimisation)
1592                 on import/export
1593         * src/common/utils.c
1594                 Fix case when looking for mail addresses
1595         * src/gtk/gtkutils.c
1596                 Extra check for (X-)Face
1597
1598 2006-06-25 [ticho]      2.3.1cvs20
1599
1600         * src/compose.c
1601         * src/exphtmldlg.c
1602         * src/gtk/gtkutils.c
1603         * src/gtk/gtkutils.h
1604                 Added second argument to gtkut_sc_combobox_create() to
1605                 control focus-on-click for the widget.
1606                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1607
1608 2006-06-25 [ticho]      2.3.1cvs19
1609
1610         * src/compose.c
1611         * src/gtk/Makefile.am
1612         * src/gtk/combobox.c
1613         * src/gtk/combobox.h
1614         * src/gtk/gtkutils.c
1615         * src/gtk/gtkutils.h
1616                 Use GtkComboBox instead of deprecated GtkOptionMenu
1617                 for account selector in compose window and for encoding
1618                 selector in attachment properties.
1619                 Also factorise working with the new GtkComboBox somewhat.
1620
1621 2006-06-24 [paul]       2.3.1cvs18
1622
1623         * src/prefs_common.c
1624                 use the correct default value
1625
1626 2006-06-24 [paul]       2.3.1cvs17
1627
1628         * src/compose.c
1629         * src/prefs_common.c
1630         * src/prefs_common.h
1631         * src/prefs_compose_writing.c
1632                 enable setting of default action when
1633                 dnd'ing files in the compose window.
1634                 (Collaborative effort with wwp)
1635
1636 2006-06-23 [wwp]        2.3.1cvs16
1637
1638         * src/compose.c
1639                 i18n fix (thanks to Fabien Vantard)
1640
1641 2006-06-22 [colin]      2.3.1cvs15
1642
1643         * src/prefs_customheader.c
1644                 Don't use filters in custom headers' file 
1645                 selector. Remember, extensions mean nothing :)
1646
1647 2006-06-22 [paul]       2.3.1cvs14
1648
1649         * configure.ac
1650                 allow setting of man directory location
1651
1652 2006-06-22 [colin]      2.3.1cvs13
1653
1654         * src/mainwindow.c
1655                 Add 'View/Go to/Next unread folder'.
1656                 I missed that :)
1657
1658 2006-06-22 [colin]      2.3.1cvs12
1659
1660         * src/common/utils.c
1661                 Add some subject prefixes
1662                 Patch by Bjorn T Johansen <btj@havleik.no>
1663
1664 2006-06-22 [colin]      2.3.1cvs11
1665
1666         * manual/advanced.xml
1667                 Forgotten hidden pref
1668
1669 2006-06-21 [paul]       2.3.1cvs10
1670
1671         * src/prefs_account.c
1672                 complete the removal of 'Add date header' option
1673
1674 2006-06-21 [paul]       2.3.1cvs9
1675
1676         * src/account.c
1677         * src/compose.c
1678         * src/prefs_account.c
1679         * src/prefs_account.h
1680                 remove option to add date header - always
1681                 add date header
1682         * src/etpan/imap-thread.c
1683                 fix warnings (Thanks to Colin)
1684
1685 2006-06-21 [wwp]        2.3.1cvs8
1686
1687         * src/folder.c
1688                 set the attachment flag when inline text part are (file)named. This is more convenient
1689                 when receiving (for instance) inline source files or patches sent using thunderbird.
1690
1691 2006-06-21 [paul]       2.3.1cvs7
1692
1693         * src/inc.c
1694                 fix off-by-one count of current msg in
1695                 statusbar filtering progressbar
1696
1697 2006-06-21 [paul]       2.3.1cvs6
1698
1699         * src/folder.c
1700                 Show attachment icon even if the part is 'inline'
1701                 if the following conditions are met:
1702                 - content-type != 'text/plain'
1703                 - content-type != '*/pgp-signature'
1704                 - either 'name' or 'filename' parameter is not NULL
1705                 
1706                 Thanks to Colin
1707
1708 2006-06-21 [paul]       2.3.1cvs5
1709
1710         * src/messageview.c
1711         * src/prefs_common.c
1712         * src/prefs_common.h
1713         * src/prefs_other.c
1714                 add an option to 'Never send Return
1715                 Receipts'
1716                 Thanks to Colin
1717
1718 2006-06-20 [mones]      2.3.1cvs4
1719
1720         * po/es.po
1721                 updated
1722         * src/compose.c
1723                 typo fixed (space after comma)
1724         * tools/make.themes.project
1725                 remove exec mode from tarball files
1726
1727 2006-06-20 [colin]      2.3.1cvs3
1728
1729         * src/news.c
1730         * src/procheader.c
1731         * src/unmime.c
1732                 Better fix for \n's in headers (don't 
1733                 break Received: and others)
1734
1735 2006-06-20 [paul]       2.3.1cvs2
1736
1737         * src/alertpanel.c
1738         * src/textview.c
1739                 improve legibility of phishing attempt
1740                 dialog
1741
1742 2006-06-20 [paul]       2.3.1cvs1
1743
1744         * NEWS
1745         * README
1746         * configure.ac
1747                 Update version number following
1748                 stable release
1749
1750 2006-06-20 [colin]      2.3.0cvs26
1751
1752         * src/compose.c
1753                 When dragging a file to the text of the compose
1754                 window, ask whether we want to insert or attach
1755                 (I know lots of people who do that to attach)
1756
1757 2006-06-20 [colin]      2.3.0cvs25
1758
1759         * src/etpan/imap-thread.c
1760                 Fix threshold (the append command is often > 32 bytes)
1761
1762 2006-06-19 [colin]      2.3.0cvs24
1763
1764         * src/imap.c
1765         * src/etpan/imap-thread.c
1766                 Workaround Rockliffe IMAP server bug: replace
1767                 "x UID SEARCH (ANSWERED UID 1:*)" with
1768                 "x UID SEARCH ANSWERED"
1769                 (Rockliffe doesn't handle the parenthesis)
1770
1771 2006-06-19 [colin]      2.3.0cvs23
1772
1773         * src/compose.c
1774         * src/imap.c
1775         * src/etpan/imap-thread.c
1776                 Probably fix bug #972 (Freezes when adding 
1777                 an attachment to the message)
1778         * src/common/defs.h
1779                 Modernize Firefox cmd
1780
1781
1782 2006-06-18 [colin]      2.3.0cvs22
1783
1784         * src/prefs_customheader.c
1785                 Only allow correct filenames for various
1786                 custom headers
1787
1788 2006-06-18 [colin]      2.3.0cvs21
1789
1790         * src/prefs_customheader.c
1791                 Add a 'From File...' button in custom headers prefs, which
1792                 try to do the right thing: 
1793                 for normal headers, use file as plaintext,
1794                 for X-Face, calls compface,
1795                 for Face, encode to b64.
1796
1797 2006-06-17 [colin]      2.3.0cvs20
1798
1799         * src/mh.c
1800                 Warning fix
1801
1802 2006-06-16 [colin]      2.3.0cvs19
1803
1804         * src/summaryview.c
1805                 Recursive quicksearch: show message list
1806                 in current folder, *then* search children
1807                 in the background.
1808
1809 2006-06-16 [colin]      2.3.0cvs18
1810
1811         * src/main.c
1812                 Instead of ignoring SIGPIPE, save caches
1813                 when getting one. Will fix the fact that
1814                 hot caches are out-of-date when logging 
1815                 out of Xorg.
1816         * src/compose.c
1817         * src/prefs_compose_writing.c
1818                 Only save text (not attachments) when 
1819                 auto-saving to drafts
1820         * src/unmime.c
1821                 Always replace \n, \r and \t with spaces
1822                 in headers
1823         * manual/dist/html/Makefile.am
1824         * manual/dist/pdf/Makefile.am
1825         * manual/dist/ps/Makefile.am
1826         * manual/dist/txt/Makefile.am
1827         * manual/fr/dist/html/Makefile.am
1828         * manual/fr/dist/pdf/Makefile.am
1829         * manual/fr/dist/ps/Makefile.am
1830         * manual/fr/dist/txt/Makefile.am
1831         * manual/pl/dist/html/Makefile.am
1832         * manual/pl/dist/pdf/Makefile.am
1833         * manual/pl/dist/ps/Makefile.am
1834         * manual/pl/dist/txt/Makefile.am
1835                 Fix make clean removing pregenerated manuals
1836
1837
1838 2006-06-16 [colin]      2.3.0cvs17
1839
1840         * src/plugins/pgpcore/sgpgme.c
1841         * src/plugins/pgpmime/pgpmime.c
1842         * src/plugins/pgpinline/pgpinline.c
1843                 Better error reporting in setup_signers.
1844                 Don't fallback to default key if specified
1845                 key isn't found.
1846                 Don't allow signing if more than one secret
1847                 key matches the one specified in prefs.
1848
1849 2006-06-15 [colin]      2.3.0cvs16
1850
1851         * src/folderview.c
1852                 Add "Send queue" in the folder's contextual
1853                 menu
1854         * src/compose.c
1855         * src/messageview.c
1856         * src/privacy.c
1857         * src/privacy.h
1858         * src/procmime.c
1859         * src/procmsg.c
1860         * src/plugins/pgpcore/passphrase.c
1861         * src/plugins/pgpcore/sgpgme.c
1862         * src/plugins/pgpinline/pgpinline.c
1863         * src/plugins/pgpmime/pgpmime.c
1864                 Better error reporting
1865         * src/mbox.c
1866                 Probably fix bug #971 (2.2.3 cannot read mail 
1867                 from local mbox)
1868
1869
1870 2006-06-15 [mones]      2.3.0cvs15
1871
1872         * tools/make.themes.project
1873                 creates the themes project from the web page
1874
1875 2006-06-15 [colin]      2.3.0cvs14
1876
1877         * src/folder.c
1878                 Better fix (avoid losing the folder if scan_tree 
1879                 fails)
1880
1881 2006-06-15 [cleroy]     2.3.0cvs13
1882
1883         * src/folder.c
1884                 Probably fix Bug #969 (crash on rebuilding 
1885                 imap folder)
1886
1887 2006-06-14 [colin]      2.3.0cvs12
1888
1889         * manual/dtd/manual.xsl
1890         * manual/sylpheed-claws-manual.xml
1891         * manual/fr/sylpheed-claws-manual.xml
1892         * manual/pl/sylpheed-claws-manual.xml
1893                 Insert pagebreaks between sections
1894
1895 2006-06-14 [paul]       2.3.0cvs11
1896
1897         * configure.ac
1898                 better fix than 2.3.0cvs10
1899
1900 2006-06-14 [paul]       2.3.0cvs10
1901
1902         * configure.ac
1903                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1904                 (backwards compatible)
1905
1906 2006-06-13 [colin]      2.3.0cvs9
1907
1908         * src/messageview.c
1909                 Fix sending of return receipt with the new queue folders
1910
1911 2006-06-13 [wwp]        2.3.0cvs8
1912
1913         * src/quote_fmt_lex.l
1914                 fix wrong tokens returned in quote_fmt lexer, query not().
1915
1916 2006-06-13 [wwp]        2.3.0cvs7
1917
1918         * src/folder.c
1919         * src/prefs_folder_item.c
1920                 allow changing folder type even when folder is not a top-level one,
1921                 thanks to Colin.
1922
1923 2006-06-12 [colin]      2.3.0cvs6
1924
1925         * src/folderview.c
1926                 Fix double-ask of "Do you want to mark all
1927                 as read"
1928
1929 2006-06-12 [colin]      2.3.0cvs5
1930
1931         * src/compose.c
1932         * src/compose.h
1933         * src/folder.c
1934         * src/folder.h
1935         * src/imap.c
1936         * src/inc.c
1937         * src/main.c
1938         * src/messageview.c
1939         * src/mh.c
1940         * src/prefs_folder_item.c
1941         * src/procheader.c
1942         * src/procmime.c
1943         * src/procmsg.c
1944         * src/procmsg.h
1945         * src/send_message.c
1946         * src/summaryview.c
1947         * src/toolbar.c
1948                 Apply bug #964's patch (Queue and drafts aren't normal)
1949                 The Drafts and Queue folder now contain RFC-822 files,
1950                 allowing to move and copy mails from and to these 
1951                 folders. Moving from Drafts to Queue will prepare the
1952                 mail for sending (PGP signature, encryption, etc).
1953                 This patch also rework sending errors handling to try
1954                 to be more helpful.
1955                 Also, allow redefining folder types via the GUI 
1956                 (Folder type in its Properties)
1957
1958 2006-06-12 [colin]      2.3.0cvs4
1959
1960         * src/summaryview.c
1961         * src/prefs_common.c
1962         * src/prefs_common.h
1963         * src/gedit-print.c
1964                 Allow to define a specific print font - patch
1965                 by Bernhard Walle <bernhard.walle@gmx.de>
1966         * src/prefs_fonts.c
1967         * manual/advanced.xml
1968         * manual/fr/advanced.xml
1969                 Add a hidden pref to allow deletion without
1970                 confirmation
1971
1972 2006-06-12 [wwp]        2.3.0cvs3
1973
1974         * .cvsignore
1975                 more files to ignore.
1976
1977 2006-06-12 [wwp]        2.3.0cvs2
1978
1979         * src/quote_fmt.c
1980         * src/quote_fmt_lex.l
1981         * src/quote_fmt_parse.y
1982                 extend the quote_fmt parser (templates and quotes):
1983                 - allow limited sub-expressions in |p{} and |f{} expressions,
1984                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1985                 - implemented/fixed missing implementation of query_references and show_references,
1986                 - completed, fixed contents and format of the symbols help dialog,
1987                 - fix some compilation warnings.
1988
1989 2006-06-12 [wwp]        2.3.0cvs1
1990
1991         * manual/advanced.xml
1992         * manual/fr/advanced.xml
1993                 updates in the "templates" section of the manual (eng/fr):
1994                  - be more precise (both versions)
1995                  - completed to match the english reference (fr version)
1996                  - touchups (both versions)
1997
1998 2006-06-12 [paul]       2.3.0
1999
2000         2.3.0 released
2001
2002 2006-06-12 [paul]       2.2.3cvs14
2003
2004         * po/ca.po
2005         * po/cs.po
2006         * po/de.po
2007         * po/el.po
2008         * po/fr.po
2009         * po/it.po
2010         * po/pt_BR.po
2011         * po/sr.po
2012         * po/zh_CN.po
2013                 updated by Miquel Oliete, Tim, Stephan Sachse,
2014                 Stavros Giannouris, Fabien Vantard, Andrea
2015                 Spadaccini, Frederico Goncalves Guimaraes,
2016                 Aleksandar Urosevic, and Ralgh Young
2017
2018 2006-06-12 [colin]      2.2.3cvs13
2019
2020         * src/mbox.c
2021                 Add missing header
2022
2023 2006-06-11 [colin]      2.2.3cvs12
2024
2025         * src/msgcache.c
2026                 Verify that g_malloc() succeeded
2027
2028 2006-06-11 [colin]      2.2.3cvs11
2029
2030         * src/wizard.c
2031                 Add Face header to welcome mail
2032
2033 2006-06-10 [colin]      2.2.3cvs10
2034
2035         * src/textview.c
2036                 Revert previous (Forgot it changes the
2037                 margin on the whole mail)
2038
2039 2006-06-10 [colin]      2.2.3cvs9
2040
2041         * src/textview.c
2042                 Don't overlap long headers under (X-)Face
2043
2044 2006-06-10 [mones]      2.2.3cvs8
2045
2046         * manual/xml2pdf
2047                 allow generation of manual on systems lacking saxon binary
2048                 but with java and the saxon library installed
2049
2050         * po/es.po
2051                 updated for release
2052
2053 2006-06-09 [colin]      2.2.3cvs7
2054
2055         * src/summaryview.c
2056                 Fix leak when using Display Sender using Addressbook
2057
2058 2006-06-09 [colin]      2.2.3cvs6
2059
2060         * src/compose.c
2061         * src/folder.c
2062         * src/folderview.c
2063         * src/mimeview.c
2064         * src/summaryview.c
2065                 More leaks fixes
2066
2067 2006-06-09 [paul]       2.2.3cvs5
2068
2069         * AUTHORS
2070         * src/gtk/authors.h
2071         * tools/claws.i18n.status.pl
2072                 updated with new info
2073
2074 2006-06-09 [paul]       2.2.3cvs4
2075
2076         * README
2077                 updated
2078         * manual/ack.xml
2079                 add wwp to authors list
2080         * src/gtk/authors.h
2081                 update mine and Colin's addresses
2082
2083 2006-06-08 [colin]      2.2.3cvs3
2084
2085         * src/etpan/imap-thread.c
2086                 Fix leak on SSL cert check
2087
2088 2006-06-08 [colin]      2.2.3cvs2
2089
2090         * src/common/utils.c
2091                 Fix leak
2092
2093 2006-06-08 [paul]       2.2.3cvs1
2094
2095         * configure.ac
2096                 Update version number following
2097                 stable release
2098
2099 2006-06-07 [colin]      2.2.2cvs3
2100
2101         * src/msgcache.c
2102                 Fix catching cache read errors (guint instead of gint)
2103                 Prevent malloc'ing more than 8MB (means cache corruption)
2104
2105 2006-06-07 [paul]       2.2.2cvs2
2106
2107         * src/exporthtml.c
2108         * src/exportldif.c
2109         * src/mh.c
2110         * src/mutt.c
2111         * src/pine.c
2112         * src/common/utils.c
2113                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2114                 obey $HOME'
2115                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2116                 Thanks to Colin
2117
2118 2006-06-06 [paul]       2.2.2cvs1
2119
2120         * configure.ac
2121                 Update version number following
2122                 stable release
2123
2124 2006-06-06 [paul]       2.2.1cvs6
2125
2126         * src/matcher.c
2127                 fix  implicit declaration of
2128                 sylpheed_do_idle()
2129                 Patch by Fabien Vantard
2130
2131 2006-06-06 [paul]       2.2.1cvs5
2132
2133         * src/matcher.c
2134                 fix age_greater and age_lower so that they
2135                 mean what say and not '...or equal to'
2136                 Thanks to Colin
2137
2138 2006-06-06 [paul]       2.2.1cvs4
2139
2140         * src/textview.c
2141         * src/common/utils.c
2142                 fix URI check
2143                 Thanks to Colin
2144
2145 2006-06-05 [wwp]        2.2.1cvs3
2146
2147         * manual/fr/account.xml
2148                 minor language fixes (thanks to Fabien Vantard).
2149
2150 2006-06-05 [colin]      2.2.1cvs2
2151
2152         * src/prefs_folder_item.c
2153         * src/folderview.c
2154                 Allow recursive setting of properties 
2155                 for whole mailboxes
2156         * src/matcher.c
2157                 Don't freeze on 'test' filtering rule
2158
2159 2006-06-05 [colin]      2.2.1cvs1
2160
2161         * configure.ac
2162                 Update version number following
2163                 stable release
2164
2165 2006-06-04 [wwp]        2.2.0cvs82
2166
2167         * manual/glossary.xml
2168         * manual/account.xml
2169         * manual/fr/glossary.xml
2170         * manual/fr/account.xml
2171                 added glossary section and references/links related to the Face custom header.
2172
2173 2006-06-04 [colin]      2.2.0cvs81
2174
2175         * src/summaryview.c
2176                 Skip to next message on move with no
2177                 immediate execution
2178
2179 2006-06-04 [wwp]        2.2.0cvs80
2180
2181         * manual/xml2pdf
2182                 added sanity checks, exit when needed.
2183
2184 2006-06-03 [paul]       2.2.0cvs79
2185
2186         * src/prefs_receive.c
2187                 page name is now 'Receiving'
2188         * src/prefs_send.c
2189                 page name is now 'Sending'
2190
2191 2006-06-03 [colin]      2.2.0cvs78
2192
2193         * src/plugins/spamassassin/spamassassin_gtk.c
2194                 Autoswitch to Localhost if transport was previously
2195                 disabled. Else people had to check [] Enable, then
2196                 *reselect* transport.
2197
2198 2006-06-03 [colin]      2.2.0cvs77
2199
2200         * src/plugins/pgpinline/pgpinline.c
2201         * src/plugins/pgpmime/pgpmime.c
2202                 Check that gpg_data_release_and_get_mem 
2203                 didn't fail (now, why this happens...)
2204
2205 2006-06-03 [colin]      2.2.0cvs76
2206
2207         * src/mbox.c
2208                 Fix bug #962 (Manual and/or UI should 
2209                 warn about incompatible locking 
2210                 causing dataloss)
2211
2212 2006-06-02 [cleroy]     2.2.0cvs75
2213
2214         * src/filtering.c
2215         * src/folder.c
2216         * src/procmsg.c
2217         * src/summaryview.c
2218                 Fix a few leaks
2219
2220 2006-06-02 [colin]      2.2.0cvs74
2221
2222         * src/main.c
2223                 On exit, free caches after writing them
2224                 Shuts up some valgrind false positives
2225         * src/procmsg.c
2226         * src/send_message.c
2227                 Fix races when reusing existing SMTP connections
2228                 Fix inexistant session timeout
2229         * src/toolbar.c
2230                 Display alertpanel after all queues have
2231                 been processed, not after each
2232
2233 2006-06-02 [wwp]        2.2.0cvs73
2234
2235         * manual/fr/glossary.xml
2236         * manual/fr/ack.xml
2237         * manual/ack.xml
2238                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2239
2240 2006-06-02 [wwp]        2.2.0cvs72
2241
2242         * manual/xml2pdf
2243         * manual/dist/pdf/Makefile.am
2244         * manual/dtd/manual.xsl
2245         * manual/fr/dist/pdf/Makefile.am
2246         * manual/pl/dist/pdf/Makefile.am
2247                 we changed the procedure to generate the .pdf version of the manual.
2248                 The procedure is more modern and the .pdf we get now has a valid index.
2249                 Here are the new pre-requisites:
2250
2251                 - JRE 1.x (1.4 here): there must be one from your distro
2252                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2253                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2254                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2255
2256                 See my posts for further info about the installation of this toolchain:
2257
2258                 Date: Fri, 19 May 2006 19:40:06 +0200
2259                 From: wwp <subscript@free.fr>
2260                 To: sylpheed-claws-devel@lists.sourceforge.net
2261                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2262
2263                 and
2264
2265                 Date: Wed, 24 May 2006 12:58:49 +0200
2266                 From: wwp <subscript@free.fr>
2267                 To: sylpheed-claws-devel@lists.sourceforge.net
2268                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2269
2270 2006-06-01 [colin]      2.2.0cvs71
2271
2272         * src/compose.c
2273                 Better guards against IMAP races
2274         * src/main.c
2275         * src/prefs_common.c
2276         * src/prefs_common.h
2277         * src/common/ssl_certificate.c
2278         * src/etpan/imap-thread.c
2279         * src/etpan/imap-thread.h
2280         * src/gtk/sslcertwindow.c
2281                 New hidden option ssl_skip_cert_check to 
2282                 avoid dups of bug #959 (libetpan linked
2283                 against gnutls and gnutls buggy on 64bit)
2284                 Present expired warning only once per
2285                 session/server.
2286         * manual/advanced.xml
2287         * manual/fr/advanced.xml
2288                 Document new option
2289
2290 2006-06-01 [wwp]        2.2.0cvs70
2291
2292         * src/messageview.c
2293                 fix for bug #961 (return receipt dialog 
2294                 complains incorrectly about return-path 
2295                 email adress being different), thanks 
2296                 to Colin.
2297
2298 2006-05-31 [cleroy]     2.2.0cvs69
2299
2300         * src/common/ssl.c
2301                 Guard against NULLs, although this
2302                 should never be an issue
2303
2304 2006-05-31 [colin]      2.2.0cvs68
2305
2306         * src/filtering.c
2307                 Use g_slist_prepend
2308         * src/imap.c
2309                 Don't remove caches when destroying folder, it
2310                 could (should) be done at exit
2311         * src/inc.c
2312                 free processing cache after incorporation
2313         * src/etpan/imap-thread.c
2314                 Maybe fix bug #959 (Crash on moving to emails 
2315                 to a imap account per ssl with a expired 
2316                 certificate.)
2317
2318 2006-05-30 [colin]      2.2.0cvs67
2319
2320         * src/summaryview.c
2321                 Put back event flush when displaying message
2322                 It avoids reading a bunch of messages just
2323                 by hitting shift-n for too long ;)
2324
2325 2006-05-29 [colin]      2.2.0cvs66
2326
2327         * src/summaryview.c
2328                 Remove useless g_warnings
2329
2330 2006-05-29 [colin]      2.2.0cvs65
2331
2332         * src/imap.c
2333                 Fix g_slist_append()s for performance
2334
2335 2006-05-29 [colin]      2.2.0cvs64
2336
2337         * src/compose.c
2338         * src/common/utils.c
2339                 Fix extraneous tab at start of addresses
2340         * src/mainwindow.c
2341                 Fix warnings (thanks to Fabien)
2342                 Fix crash at exit when composing messages 
2343                 exist
2344         * src/pop.c
2345                 Fix progress bar when deleting expired mails
2346                 Thanks to Hiro
2347         * src/summaryview.c
2348         * src/gtk/gtksctree.c
2349                 Fix re-sorting slowness
2350
2351 2006-05-29 [paul]       2.2.0cvs63
2352
2353         * src/mh.c
2354                 fetch full message when moving mails
2355                 from another mailbox, (fixed data loss
2356                 when filtering from IMAP to MH, introduced
2357                 in 2.2.0cvs57).
2358                 Thanks to Colin
2359
2360 2006-05-29 [mones]      2.2.0cvs62
2361
2362         * src/gtk/gtksctree.c
2363                 Unselect faster (patch by Colin)        
2364
2365 2006-05-26 [colin]      2.2.0cvs61
2366
2367         * src/summaryview.c
2368                 Unplug MSGINFO_UPDATE callback on delete too.
2369
2370 2006-05-26 [colin]      2.2.0cvs60
2371
2372         * src/foldersel.c
2373                 Fix bold in folder selection window with glib2.10
2374                 thanks Hiro
2375
2376 2006-05-26 [colin]      2.2.0cvs59
2377
2378         * src/procheader.c
2379                 Convert date only if necessary (and don't
2380                 try to convert from utf8 to utf8, too)
2381         * src/summaryview.c
2382                 Only set column's text if the column's 
2383                 displayed
2384
2385 2006-05-26 [colin]      2.2.0cvs58
2386
2387         * src/summaryview.c
2388         * src/gtk/gtkutils.c
2389                 Fix useless warning
2390
2391 2006-05-26 [colin]      2.2.0cvs57
2392
2393         * src/mainwindow.c
2394                 Make summaryview selectable as long as 
2395                 no message has focus
2396         * src/mh.c
2397                 Faster deletion (by implementing mh_remove_msgs)
2398                 Faster copy (avoid using mh_fetch_msg just to get
2399                 the filename)
2400                 Faster move (using move_file instead of copy_file
2401                 if MSG_IS_MOVE)
2402                 No progressbar if total number of mails to cp/mv 
2403                 is less than 100
2404         * src/summaryview.c
2405                 Fix removal from subject_table when mail gets moved
2406                 Faster deletion (g_slist_prepend instead of append)
2407         * src/gtk/gtksctree.c
2408                 Remove useless code
2409
2410 2006-05-25 [colin]      2.2.0cvs56
2411
2412         * src/common/ssl_certificate.c
2413                 Fix leak in expired cert check
2414
2415 2006-05-25 [colin]      2.2.0cvs55
2416
2417         * src/mh.c
2418                 Disable flags syncing on .mh_sequences - it
2419                 is buggy and marks mails read under unknown
2420                 conditions.
2421
2422 2006-05-25 [paul]
2423
2424         * 2.3.0-rc4 released
2425
2426 2006-05-24 [colin]      2.2.0cvs54
2427
2428         attention cvs users: if you manage to crash
2429         Sylpheed-Claws while moving, copying or deleting
2430         mails, we *are* interested in stack traces and
2431         valgrind logs. It looks stable, but one never
2432         knows...
2433
2434         * src/folder.c
2435                 Add progressbar for cache updates
2436         * src/folderutils.c
2437                 Optimize Mark all read in the current
2438                 folder
2439         * src/mh.c
2440                 Add progressbar for copy/move
2441         * src/procmsg.c
2442                 Optimize O(n^2) in copy/move
2443         * src/summaryview.c
2444         * src/gtk/gtksctree.c
2445                 Optimize O(n^2) algos
2446         * src/common/timing.h
2447                 Display ms instead of us
2448
2449 2006-05-24 [wwp]        2.2.0cvs53
2450
2451         * manual/fr/advanced.xml
2452                 updates to the French manual.
2453
2454 2006-05-24 [wwp]        2.2.0cvs52
2455
2456         * src/common/utils.c
2457                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2458
2459 2006-05-24 [wwp]        2.2.0cvs51
2460
2461         * src/folderutils.c
2462                 fixed "mark all read" in MH folders (thanks to Colin).
2463
2464 2006-05-24 [paul]       2.2.0cvs50
2465
2466         * doc/man/sylpheed-claws.1
2467                 updated the man page
2468
2469 2006-05-23 [colin]      2.2.0cvs49
2470
2471         * src/folderview.c
2472         * src/imap.c
2473         * src/inc.c
2474         * src/mbox.c
2475         * src/messageview.c
2476         * src/news.c
2477         * src/send_message.c
2478         * src/summaryview.c
2479         * src/gtk/sslcertwindow.c
2480                 alertpanel fixes, by Fabien
2481
2482 2006-05-23 [colin]      2.2.0cvs48
2483
2484         * src/folder.c
2485         * src/folderview.c
2486         * src/msgcache.c
2487         * src/summaryview.c
2488         * src/gtk/gtksctree.c
2489         * src/gtk/gtksctree.h
2490                 More timings
2491                 Fix slow loading problem, which was caused by the
2492                 use of some gtk_ctree funcs and their use of
2493                 g_list_position while gtk_ctree_(un)link'ing.
2494                 Reap more functions from gtkctree.c to be sure we
2495                 use our (fast) version instead of theirs.
2496         * src/mh.c
2497                 Fix copy of unread mails
2498
2499
2500 2006-05-22 [wwp]        2.2.0cvs47
2501
2502         * manual/fr/advanced.xml
2503                 updated.
2504
2505 2006-05-22 [colin]      2.2.0cvs46
2506
2507         * src/filtering.c
2508                 Fix possible infinite loop. 'copy' is not a 
2509                 final action, so when encountering a 'copy',
2510                 we have to check if a previous one was set
2511                 and do it. In the same way, if we encounter
2512                 a 'move' we have to perform a possibly 
2513                 pending 'copy'. This will slow down filtering
2514                 on IMAP if move+copy or multiple copy actions
2515                 are to be done, but handling it via the batch
2516                 would be really too convoluted.
2517
2518 2006-05-22 [wwp]        2.2.0cvs45
2519
2520         * manual/fr/advanced.xml
2521         * manual/fr/faq.xml
2522         * manual/fr/glossary.xml
2523         * manual/fr/handling.xml
2524         * manual/fr/intro.xml
2525         * manual/fr/plugins.xml
2526         * manual/fr/sylpheed-claws-manual.xml
2527                 sync w/ the english manual: updates URIs, documented mailing-list
2528                 support, better explanation about the enabled/disabled feature
2529                 in filtering/processing rules by Paul.
2530
2531 2006-05-21 [colin]      2.2.0cvs44
2532
2533         * src/summaryview.c
2534                 Don't expand after building threads, but during
2535
2536 2006-05-21 [colin]      2.2.0cvs43
2537
2538         * src/procmsg.c
2539         * src/summaryview.c
2540                 More timing possibilities... For next time I have 
2541                 to find out how the hell some 3GHz computer takes
2542                 one minute to open a 30k folder...
2543
2544 2006-05-21 [colin]      2.2.0cvs42
2545
2546         * manual/pl/advanced.xml
2547         * manual/pl/faq.xml
2548         * manual/pl/glossary.xml
2549         * manual/pl/handling.xml
2550         * manual/pl/intro.xml
2551         * manual/pl/plugins.xml
2552         * manual/pl/sylpheed-claws-manual.xml
2553                 Polish manual updated by Pawel
2554
2555 2006-05-20 [colin]
2556
2557         * 2.3.0-rc3 released
2558
2559 2006-05-20 [colin]      2.2.0cvs41
2560
2561         * src/imap.c
2562                 Fix -rc2 problems:
2563                 - remove cache of moved messages from original folder
2564                 - apply new flags to messages even if they aren't appliable
2565                   via IMAP.
2566
2567 2006-05-20 [colin]
2568
2569         * 2.3.0-rc2 released
2570
2571 2006-05-19 [colin]      2.2.0cvs40
2572
2573         * src/imap.c
2574                 Don't issue SELECT in imap_change_flags
2575                 before having checked that we indeed have
2576                 some flags to change. MSG_POSTFILTERED for
2577                 example can't be used on IMAP.
2578                 Fixes bug #955 (copying messages between 
2579                 imap folders is extremely slow), which was
2580                 a regression.
2581
2582 2006-05-19 [colin]      2.2.0cvs39
2583
2584         * src/folder.c
2585         * src/folder.h
2586         * src/folderview.c
2587                 Try to fix bug #830 (Some unread messages 
2588                 get marked read in IMAP inbox):
2589                 - Prevent scanning a folder if it's being 
2590                   opened via the GUI
2591                 - Postpone opening via the GUI of a folder
2592                   currently scanned.
2593
2594
2595 2006-05-19 [wwp]        2.2.0cvs38
2596
2597         * manual/advanced.xml
2598                 fix English+typo (thanks to Paul).
2599
2600 2006-05-19 [wwp]        2.2.0cvs37
2601
2602         * manual/advanced.xml
2603         * manual/fr/advanced.xml
2604         * src/gtk/logwindow.c
2605         * src/prefs_common.c
2606         * src/prefs_common.h
2607                 added hidden prefs to allow customization of colors used in
2608                 protocol log window (useful for dark gtk+ themes).
2609
2610 2006-05-19 [wwp]        2.2.0cvs36
2611
2612         * ChangeLog
2613                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2614
2615 2006-05-19 [paul]       2.2.0cvs35
2616
2617         * src/textview.c
2618                 make Reply-To fully clickable
2619         * src/gtk/logwindow.c
2620                 more colouring (SMTP ESMTP)
2621         Both patches by Pawel Pekala
2622
2623 2006-05-19 [cleroy]     2.2.0cvs34
2624
2625         * src/mh.c
2626                 Don't update flags from current folder
2627                 Probably fixes bug #935 (Read Messages 
2628                 Revert to Being Marked as Unread)
2629
2630 2006-05-18 [colin]      2.2.0cvs33
2631
2632         * src/imap.c
2633                 Warning fix
2634         * src/compose.c
2635         * src/mainwindow.c
2636         * src/summaryview.c
2637         * src/toolbar.c
2638                 Allow replying to multiple emails
2639                 in multiple windows
2640         * src/mimeview.c
2641         * src/etpan/imap-thread.c
2642                 Leak fixes
2643
2644 2006-05-18 [paul]       2.2.0cvs32
2645
2646         * src/summaryview.c
2647                 keep Mailing-List menu refreshed
2648                 Thanks to Colin
2649
2650 2006-05-18 [paul]       2.2.0cvs31
2651
2652         * manual/advanced.xml
2653         * manual/faq.xml
2654         * manual/glossary.xml
2655         * manual/handling.xml
2656         * manual/intro.xml
2657         * manual/plugins.xml
2658         * manual/sylpheed-claws-manual.xml
2659                 update URLs
2660                 add info about mailing-list support
2661                 edit filtering info
2662         * src/wizard.c
2663         * src/common/defs.h
2664         * src/gtk/about.c
2665         * src/plugins/dillo_viewer/README
2666                 update URLs
2667
2668 2006-05-17 [wwp]        2.2.0cvs30
2669
2670         * manual/handling.xml
2671         * manual/fr/handling.xml
2672                 documented the ability to enabled/disable filtering/processing rules.
2673
2674 2006-05-17 [colin]      2.2.0cvs29
2675
2676         * src/main.c
2677                 Don't initialize g_thread subsystem if it's 
2678                 already done (thanks to Hiro)
2679         * src/mimeview.c
2680                 Fix saving of parts when there name can't be
2681                 converted from UTF-8.
2682
2683 2006-05-17 [paul]       2.2.0cvs28
2684
2685         * po/Makefile.in.in
2686                 fix config.status warning with autoconf 2.60
2687
2688 2006-05-17 [paul]       2.2.0cvs27
2689
2690         * po/POTFILES.in
2691                 add src/mbox.c
2692
2693 2006-05-17 [wwp]        2.2.0cvs26
2694
2695         * src/mainwindow.c
2696                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2697
2698 2006-05-17 [wwp]        2.2.0cvs25
2699
2700         * src/plugins/demo/demo.c
2701                 updated product name in plugin demo (many plugins need to be
2702                 sync'ed w/ that change).
2703
2704 2006-05-17 [colin]      2.2.0cvs24
2705
2706         * src/mh.c
2707                 Fix leak
2708
2709 2006-05-16 [colin]      2.2.0cvs23
2710
2711         * src/mainwindow.c
2712                 Stupid me hit again. Fix cvs22.
2713
2714 2006-05-16 [colin]      2.2.0cvs22
2715
2716         * src/mainwindow.c
2717                 Fix bug #922 (sylpheed-claws crashed after 
2718                 pushing on Inbox folder)
2719
2720 2006-05-16 [colin]      2.2.0cvs21
2721
2722         * src/compose.c
2723                 Make From header be copy/paste/select-able
2724
2725 2006-05-16 [wwp]        2.2.0cvs20
2726
2727         * src/export.c
2728         * src/matcher.c
2729         * src/summaryview.c
2730         * src/etpan/imap-thread.c
2731                 fix some compiler warnings (thanks to Colin).
2732
2733 2006-05-16 [wwp]        2.2.0cvs19
2734
2735         * src/action.c
2736         * src/gedit-print.c
2737         * src/inc.c
2738         * src/mainwindow.c
2739         * src/mh.c
2740         * src/statusbar.c
2741         * src/send_message.c
2742         * src/summaryview.c
2743                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2744
2745 2006-05-15 [colin]      2.2.0cvs18
2746
2747         * src/procmsg.c
2748                 Fix automatic rule creation with List-Post
2749
2750 2006-05-15 [paul]       2.2.0cvs17
2751
2752         * tools/filter_conv_new.pl
2753                 updated for rule enabling/disabling
2754                 claws version >= 2.3.x required
2755
2756 2006-05-15 [cleroy]     2.2.0cvs16
2757
2758         * src/main.c
2759                 Revert test
2760
2761 2006-05-15 [cleroy]     2.2.0cvs15
2762
2763         * src/main.c
2764                 test
2765
2766 2006-05-15 [wwp]        2.2.0cvs14
2767
2768         * manual/pl/.cvsignore
2769                 ignore generated files.
2770
2771 2006-05-14 [wwp]        2.3.0-rc1
2772
2773         * 2.3.0-rc1 released
2774
2775 2006-05-13 [wwp]        2.2.0cvs13
2776
2777         * src/filtering.c
2778         * src/filtering.h
2779         * src/matcher.c
2780         * src/matcher_parser_lex.l
2781         * src/matcher_parser_parse.y
2782         * src/prefs_filtering.c
2783                 new feature: provide the ability to disable filtering and processing
2784                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2785                 adaptations.
2786
2787 2006-05-13 [colin]      2.2.0cvs12
2788
2789         * src/compose.c
2790                 Remove useless if (a) b; else b;
2791                 Thanks to wwp
2792
2793 2006-05-13 [wwp]        2.2.0cvs11
2794
2795         * src/export.c
2796         * src/import.c
2797         * src/mainwindow.c
2798         * src/mbox.c
2799         * src/summaryview.c
2800         * src/summaryview.h
2801                 no more silent failures (or at least less ones) when importing
2802                 or exporting from/to mbox. Also start importing/exporting if
2803                 the necessary info is set.
2804
2805 2006-05-13 [wwp]        2.2.0cvs10
2806
2807         * RELEASE_NOTES
2808                 restored up-to-date release notes.
2809
2810 2006-05-13 [paul]       2.2.0cvs9
2811
2812         * po/nl.po
2813         * po/ru.po
2814                 updated by Tim Dijkstra and Pavlo Bohmat
2815
2816 2006-05-12 [colin]      2.2.0cvs8
2817
2818         * src/gtk/quicksearch.c
2819                 Add "k" as shortcut for "colorlabel". Patch
2820                 by ath42@users.sf.net.
2821
2822 2006-05-12 [paul]       2.2.0cvs7
2823
2824         * src/prefs_common.h
2825         * src/prefs_summaries.c
2826         * src/summaryview.c
2827                 when entering a folder also allow
2828                 going directly to first Marked message
2829
2830 2006-05-12 [paul]       2.2.0cvs6
2831
2832         * src/summaryview.c
2833                 always obey 'confirm before marking all
2834                 mails read' option
2835
2836 2006-05-12 [paul]       2.2.0cvs5
2837
2838         * src/textview.c
2839                 make Sender fully clickable
2840
2841 2006-05-12 [colin]      2.2.0cvs4
2842
2843         * src/compose.c
2844         * src/compose.h
2845                 Let From be editable
2846         * src/main.c
2847         * src/mh.c
2848                 Full support of .mh_sequences' Unseen seq
2849
2850 2006-05-12 [colin]      2.2.0cvs3
2851
2852         * src/folder.c
2853         * src/mainwindow.c
2854         * src/mainwindow.h
2855         * src/messageview.c
2856         * src/prefs_spelling.c
2857         * src/procheader.c
2858         * src/procmsg.c
2859         * src/procmsg.h
2860         * src/summaryview.c
2861         * src/toolbar.c
2862         * src/toolbar.h
2863                 Add contextual menu on Compose toolbar
2864                 button. Fixes bug #944 (Automatic
2865                 addresses not applied when changing account
2866                 from compose window)
2867                 add Mailing List support
2868                 based on the old 0.6.5claws25 patch by
2869                 Melvin Hadasht, with finishing touches
2870                 by Colin
2871                 Fix "ignore thread" when mails are threaded by
2872                 subject (and weren't ignored although appearing
2873                 in the thread).
2874                 GUI rework.
2875                 Both patches by Pawel.
2876
2877 2006-05-08 [paul]       2.2.0cvs2
2878
2879         * src/mainwindow.c
2880         * src/mainwindow.h
2881         * src/messageview.c
2882         * src/procheader.c
2883         * src/procmsg.c
2884         * src/procmsg.h
2885         * src/summaryview.c
2886                 add Mailing List support
2887                 based on the old 0.6.5claws25 patch by 
2888                 Melvin Hadasht, with finishing touches
2889                 by Colin
2890
2891 2006-05-08 [colin]      2.2.0cvs1
2892
2893         * src/mainwindow.c
2894         * src/toolbar.c
2895         * src/toolbar.h
2896                 Add contextual menu on Compose toolbar 
2897                 button. Fixes bug #944 (Automatic 
2898                 addresses not applied when changing account 
2899                 from compose window)
2900
2901 2006-05-08 [paul]       2.2.0
2902
2903         2.2.0 released
2904
2905 2006-05-08 [paul]       2.1.1cvs51
2906
2907         * po/cs.po
2908         * po/de.po
2909         * po/en_GB.po
2910         * po/fi.po
2911         * po/fr.po
2912         * po/pt_BR.po
2913         * po/sr.po
2914         * po/zh_CN.po
2915                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2916                 Fabien Vantard, Frederico Goncalves Guimaraes,
2917                 Aleksandar Urosevic, and Ralgh Young
2918
2919 2006-05-12 [colin]      2.1.1cvs50
2920
2921         * po/cs.po
2922         * po/de.po
2923         * po/en_GB.po
2924         * po/es.po
2925         * po/fi.po
2926         * po/fr.po
2927         * po/pt_BR.po
2928         * po/sr.po
2929         * po/zh_CN.po
2930                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2931                 Fabien Vantard, Frederico Goncalves Guimaraes,
2932                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2933
2934 2006-05-05 [colin]      2.1.1cvs49
2935
2936         * manual/Makefile.am
2937         * manual/pl/Makefile.am
2938         * manual/pl/account.xml
2939         * manual/pl/ack.xml
2940         * manual/pl/addrbook.xml
2941         * manual/pl/advanced.xml
2942         * manual/pl/faq.xml
2943         * manual/pl/glossary.xml
2944         * manual/pl/gpl.xml
2945         * manual/pl/handling.xml
2946         * manual/pl/intro.xml
2947         * manual/pl/keyboard.xml
2948         * manual/pl/plugins.xml
2949         * manual/pl/starting.xml
2950         * manual/pl/sylpheed-claws-manual.xml
2951         * manual/pl/dist/.cvsignore
2952         * manual/pl/dist/Makefile.am
2953         * manual/pl/dist/html/.cvsignore
2954         * manual/pl/dist/html/Makefile.am
2955         * manual/pl/dist/pdf/.cvsignore
2956         * manual/pl/dist/pdf/Makefile.am
2957         * manual/pl/dist/ps/.cvsignore
2958         * manual/pl/dist/ps/Makefile.am
2959         * manual/pl/dist/txt/.cvsignore
2960         * manual/pl/dist/txt/Makefile.am
2961                 Add the polish translation of the manual,
2962                 Authored by Pawel Pekala.
2963
2964 2006-05-05 [cleroy]     2.1.1cvs48
2965
2966         * src/main.c
2967                 Re-read matcherrc after loading plugins 
2968                 if some of them add folders.
2969
2970 2006-05-03 [colin]      2.1.1cvs47
2971
2972         * src/imap.c
2973                 I'm idiot
2974
2975 2006-05-03 [colin]      2.1.1cvs46
2976
2977         * src/imap.c
2978                 Be sure to have a session when
2979                 getting separator
2980
2981 2006-05-03 [colin]      2.1.1cvs45
2982
2983         * src/imap.c
2984         * src/imap.h
2985         * src/imap_gtk.c
2986                 Fix preventing renaming with namespace 
2987                 separator.
2988
2989 2006-05-01 [colin]      2.1.1cvs44
2990
2991         * src/action.c
2992                 Don't reload messageview when result of
2993                 action is piped.
2994
2995 2006-04-29 [colin]      2.1.1cvs43
2996
2997         * src/prefs_receive.c
2998         * src/plugins/spamassassin/spamassassin_gtk.c
2999         * src/plugins/clamav/clamav_plugin_gtk.c
3000                 GUI fixes by Pawel
3001
3002 2006-04-29 [colin]      2.1.1cvs42
3003
3004         * src/prefs_compose_writing.c
3005         * src/prefs_quote.c
3006                 Cleanups. Patch by Pawel
3007
3008 2006-04-28 [paul]       2.1.1cvs41
3009
3010         * src/matcher.c
3011                 fix returned quick search results when search
3012                 term contains an underscore.
3013                 Thanks to Colin
3014
3015 2006-04-28 [paul]       2.1.1cvs40
3016
3017         * src/prefs_message.c
3018         * src/prefs_receive.c
3019                 GUI cleanups
3020                 Patches by Pawel Pekala
3021
3022 2006-04-27 [colin]      2.1.1cvs39
3023
3024         * src/wizard.c
3025                 Differentiate subject Welcome from
3026                 window's title Welcome
3027
3028 2006-04-27 [paul]
3029
3030         2.2.0-rc1 released
3031
3032 2006-04-27 [paul]       2.1.1cvs38
3033
3034         * manual/advanced.xml
3035         * manual/fr/advanced.xml
3036                 add info about compose_no_markup hidden pref
3037
3038 2006-04-27 [paul]       2.1.1cvs37
3039
3040         * src/prefs_account.c
3041                 improve privacy labels
3042         * src/prefs_msg_colors.c
3043                 change some strings for translators' convenience
3044         * src/gtk/gtkutils.c
3045                 don't underline the link button text
3046
3047 2006-04-25 [colin]      2.1.1cvs36
3048
3049         * src/folder.c
3050                 Complete 2.1.1cvs33 (once more ;)
3051
3052 2006-04-25 [colin]      2.1.1cvs35
3053
3054         * src/editldap.c
3055                 Fix tooltip
3056
3057 2006-04-25 [cleroy]     2.1.1cvs34
3058
3059         * src/compose.c
3060         * src/gtk/gtkaspell.c
3061                 Fix crash on redirect (related to the return 
3062                 of the aspell menu in compose's toolbar)
3063         * src/prefs_msg_colors.c
3064                 Fix sensitivity widgets
3065         * src/image_viewer.c
3066         * src/gtk/pluginwindow.c
3067         * src/gtk/prefswindow.c
3068                 Change released signals to clicked (Fabien)
3069         * po/POTFILES.in
3070         * src/common/socket.c
3071         * src/plugins/spamassassin/spamassassin.c
3072                 Translate strings (Fabien)
3073
3074 2006-04-25 [paul]       2.1.1cvs33
3075
3076         * src/folder.c
3077         * src/folder.h
3078         * src/folderview.c
3079                 complete the fix of bug #912
3080                 Thanks to Colin
3081
3082 2006-04-25 [colin]      2.1.1cvs32
3083
3084         * src/news.c
3085                 Better progress bar
3086         * src/mimeview.c
3087         * src/summaryview.c
3088         * src/summaryview.h
3089                 Fix focus chain
3090                 Patches by Pawel Pekala
3091
3092 2006-04-24 [colin]      2.1.1cvs31
3093
3094         * src/compose.c
3095                 Fix compilation warnings (Fabien)
3096
3097 2006-04-24 [colin]      2.1.1cvs30
3098
3099         * src/addrindex.c
3100         * src/editldap.c
3101         * src/editldap_basedn.c
3102         * src/editldap_basedn.h
3103         * src/ldapctrl.c
3104         * src/ldapctrl.h
3105         * src/ldapquery.c
3106         * src/ldaputil.c
3107         * src/ldaputil.h
3108                 Fix bug #901 (LDAPS support)
3109
3110 2006-04-24 [colin]      2.1.1cvs29
3111
3112         * src/compose.c
3113                 Fix logic on error with send dialog on
3114         * src/imap.c
3115                 Fix compilation without libetpan, thanks
3116                 to Fabien
3117         * src/summaryview.c
3118                 Fix 'context-menu' key
3119
3120 2006-04-23 [colin]      2.1.1cvs28
3121
3122         * src/folder.c
3123                 Never free current's cache to free up 
3124                 memory. Fixes bug #912 (new count 
3125                 randomly set to message count)
3126
3127 2006-04-23 [colin]      2.1.1cvs27
3128
3129         * src/gtk/quicksearch.c
3130                 And remove printf...
3131
3132 2006-04-23 [colin]      2.1.1cvs26
3133
3134         * src/gtk/quicksearch.c
3135                 Fix replacing in quicksearch, and fix inserting
3136                 in the middle of the string. (introduced at 2.1.0cvs22)
3137
3138 2006-04-23 [colin]      2.1.1cvs25
3139
3140         * src/imap.c
3141                 Make sure uidnext is initialized in get_num_list
3142                 (not for stable, related to 2.1.1cvs8 and friends)
3143
3144 2006-04-23 [colin]      2.1.1cvs24
3145
3146         * src/imap.c
3147                 Output something when login is successful
3148                 too
3149
3150 2006-04-23 [colin]      2.1.1cvs23
3151
3152         * src/etpan/imap-thread.c
3153                 Better logging (line-per-line, hide data in fetch)
3154                 Fix a const warning
3155         * src/gtk/logwindow.c
3156         * src/gtk/logwindow.h
3157                 Better logging (color for input/output)
3158
3159 2006-04-21 [colin]      2.1.1cvs22
3160
3161         * src/gtk/quicksearch.c
3162                 On gtk+-2.8, use stock buttons in quicksearch
3163                 Based on a patch by Fabien and a design by Paul
3164
3165 2006-04-21 [colin]      2.1.1cvs21
3166
3167         * src/folderview.c
3168         * src/mainwindow.c
3169                 Fix occasional flicker in folderview
3170         * src/common/utils.c
3171                 Fix bug #943 (Incorrectly parsed email address 
3172                 list in short headers on message view and in 
3173                 printouts)
3174
3175 2006-04-20 [colin]      2.1.1cvs20
3176
3177         * src/imap.c
3178         * src/imap.h
3179         * src/prefs_account.c
3180                 Add ANONYMOUS auth for IMAP
3181
3182 2006-04-20 [paul]       2.1.1cvs19
3183
3184         * src/main.c
3185                 proper fix for 2.1.1cvs18
3186                 Thanks to Colin
3187
3188 2006-04-20 [paul]       2.1.1cvs18
3189
3190         * src/main.c
3191                 fix build warnings
3192
3193 2006-04-20 [paul]       2.1.1cvs17
3194
3195         * src/gtk/quicksearch.c
3196                 fix standard, non-extended Quick search,
3197                 was broken in 2.1.1cvs15.
3198                 Thanks to Colin.
3199
3200 2006-04-20 [colin]      2.1.1cvs16
3201
3202         * src/prefs_matcher.c
3203                 Fix values when reselecting a ~test
3204                 rule
3205
3206 2006-04-19 [colin]      2.1.1cvs15
3207
3208         * src/compose.c
3209         * src/compose.h
3210         * src/gtk/gtkaspell.c
3211         * src/gtk/gtkaspell.h
3212                 Put back Options menu in Spelling/
3213         * src/gtk/quicksearch.c
3214                 Don't search, and show error, if the
3215                 advanced search has a syntax error
3216
3217 2006-04-18 [colin]      2.1.1cvs14
3218
3219         * src/textview.c
3220                 Fix gdk warnings on set_cursor when textview
3221                 isn't visible
3222
3223 2006-04-18 [colin]      2.1.1cvs13
3224
3225         * src/gtk/gtksctree.c
3226                 Remove seemingly useless refresh that causes
3227                 flicker - watch this commit in case of 
3228                 problems before planned backport to stable
3229
3230 2006-04-18 [colin]      2.1.1cvs12
3231
3232         * src/imap.c
3233                 Factorize get/set_xml code
3234         * src/compose.c
3235         * src/prefs_account.c
3236         * src/prefs_account.h
3237         * src/procmsg.c
3238                 Add Encrypt to self option
3239
3240 2006-04-17 [colin]      2.1.1cvs11
3241
3242         * configure.ac
3243                 Fix search on encrpyt function on dragonfly
3244                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3245
3246 2006-04-17 [colin]      2.1.1cvs10
3247
3248         * src/prefs_account.c
3249                 Be safe by default: remove mails from POP3
3250                 after 7 days, not immediately
3251
3252 2006-04-17 [colin]      2.1.1cvs9
3253
3254         * src/etpan/imap-thread.c
3255                 Fix build on DragonFly - patch by 
3256                 Jonathan Buschmann <jonthn@agmact.com>
3257
3258 2006-04-17 [colin]      2.1.1cvs8
3259
3260         * src/imap.c
3261                 Save uidnext between sessions
3262
3263 2006-04-17 [colin]      2.1.1cvs7
3264
3265         * src/imap.c
3266                 scan is required when uid validity changes
3267
3268 2006-04-17 [colin]      2.1.1cvs6
3269
3270         * src/folderview.c
3271                 Don't scan if not necessary, apart in current
3272                 folder and INBOX to fetch flags.
3273         * src/imap.c
3274                 Scan is necessary if unread count changes
3275
3276 2006-04-17 [colin]      2.1.1cvs5
3277
3278         * src/imap.c
3279                 ...But always fetch ANSWERED and DELETED flags for
3280                 INBOX, as filtering can happen on these flags.
3281
3282 2006-04-17 [colin]      2.1.1cvs4
3283
3284         * src/imap.c
3285                 Don't fetch REPLIED and DELETED flags when synchronising
3286                 flags with a closed folder. We only need UNSEEN and FLAGGED
3287                 to update the folderview.
3288
3289 2006-04-17 [colin]      2.1.1cvs3
3290
3291         * src/imap.c
3292                 Faster flag search when there are new mails 
3293                 in a folder. We can do a full search if the 
3294                 folder contains less messages than the new
3295                 list.
3296
3297 2006-04-17 [colin]      2.1.1cvs2
3298
3299         * po/cs.po
3300         * po/de.po
3301         * po/fr.po
3302         * po/nl.po
3303         * po/pt_BR.po
3304                 Update translations from stable branch
3305
3306 2006-04-17 [colin]      2.1.1cvs1
3307
3308         * configure.ac
3309                 Bump version to follow stable release
3310
3311 2006-04-16 [mones]      2.1.0cvs50
3312
3313         * po/es.po
3314                 Updated for release
3315
3316 2006-04-16 [colin]      2.1.0cvs49
3317
3318         * src/textview.c
3319                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3320                 with gtk < 2.8. Thanks to Fabien Vantard.
3321
3322 2006-04-15 [colin]      2.1.0cvs48
3323
3324         * src/etpan/imap-thread.c
3325                 Fix bug #919 (libetpan: SEGV when connecting 
3326                 using command)
3327
3328 2006-04-14 [colin]      2.1.0cvs47
3329
3330         * src/main.c
3331                 Fix race on --select (should be done better)
3332
3333 2006-04-14 [wwp]        2.1.0cvs46
3334
3335         * src/send_message.c
3336                 enforce a check for domain in account prefs (a sending
3337                 error could be faced if domain was checked but no value set),
3338                 thanks to Colin.
3339
3340 2006-04-14 [colin]      2.1.0cvs45
3341
3342         * src/codeconv.c
3343                 when converting from unknown to unknown, if the
3344                 string is UTF8, don't convert it to the locale
3345                 (which breaks it)
3346
3347 2006-04-14 [colin]      2.1.0cvs44
3348
3349         * src/compose.c
3350                 Don't try to use ASCII for converting headers
3351                 (as done in body)
3352
3353 2006-04-14 [paul]       2.1.0cvs43
3354
3355         * src/crash.c
3356                 add locale/charset info to crash report
3357         * src/gtk/about.c
3358                 add wwp to doc team
3359                 replace 'e-mail' with preferred 'email'
3360         * src/gtk/authors.h
3361                 ensure contributors list is in alphabetical
3362                 order
3363
3364 2006-04-13 [colin]      2.1.0cvs42
3365
3366         * src/textview.c
3367                 Prevent gdk warnings
3368
3369 2006-04-13 [colin]      2.1.0cvs41
3370
3371         * src/common/ssl_certificate.c
3372         * src/common/ssl_certificate.h
3373         * src/gtk/sslcertwindow.c
3374                 Warn on expired certs, and display the expiration date
3375
3376 2006-04-13 [colin]      2.1.0cvs40
3377
3378         * src/plugins/spamassassin/spamassassin_gtk.c
3379                 Fix missing set_text on unix socket
3380
3381 2006-04-13 [wwp]        2.1.0cvs39
3382
3383         * manual/fr/advanced.xml
3384         * manual/fr/glossary.xml
3385                 applied new spam/ham/email lexicon (pourriel, courriel)
3386
3387 2006-04-13 [paul]       2.1.0cvs38
3388
3389         * src/plugins/pgpmime/plugin.c
3390                 remove the mention of S/MIME from the
3391                 description. This is now handled by the
3392                 S/MIME plugin.
3393
3394 2006-04-13 [paul]       2.1.0cvs37
3395
3396         * src/prefs_msg_colors.c
3397                 rework dialog
3398         * src/prefs_folder_item.c
3399         * src/prefs_spelling.c
3400                 add a tooltip to the colour selector buttons
3401
3402 2006-04-13 [wwp]        2.1.0cvs36
3403
3404         * manual/advanced.xml
3405         * manual/glossary.xml
3406         * manual/handling.xml
3407         * manual/keyboard.xml
3408         * manual/plugins.xml
3409         * manual/starting.xml
3410         * manual/fr/account.xml
3411         * manual/fr/ack.xml
3412         * manual/fr/addrbook.xml
3413         * manual/fr/advanced.xml
3414         * manual/fr/faq.xml
3415         * manual/fr/glossary.xml
3416         * manual/fr/gpl.xml
3417         * manual/fr/handling.xml
3418         * manual/fr/intro.xml
3419         * manual/fr/keyboard.xml
3420         * manual/fr/plugins.xml
3421         * manual/fr/starting.xml
3422         * manual/fr/sylpheed-claws-manual.xml
3423                 fixes to the manuals:
3424                  - summaryview -> Message List (same in French)
3425                  - translate key names
3426                  - fix French punctuation, use non-breakable spaces when
3427                    necessary, don't use &thinsp; which is not portable
3428                  - tell what maildir and mbox formats we support
3429
3430 2006-04-12 [wwp]        2.1.0cvs35
3431
3432         * src/prefs_toolbar.c
3433                 unified a replace button more,
3434                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3435
3436 2006-04-12 [wwp]        2.1.0cvs34
3437
3438         * src/prefs_common.c
3439         * src/prefs_msg_colors.c
3440                 make default color labels translatable,
3441                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3442                 thanks to Tim <timbrain@post.cz> for reporting.
3443
3444 2006-04-12 [wwp]        2.1.0cvs33
3445
3446         * manual/glossary.xml
3447         * manual/intro.xml
3448         * manual/plugins.xml
3449         * manual/starting.xml
3450         * manual/sylpheed-claws-manual.xml
3451         * manual/fr/.cvsignore
3452         * manual/fr/account.xml
3453         * manual/fr/ack.xml
3454         * manual/fr/addrbook.xml
3455         * manual/fr/advanced.xml
3456         * manual/fr/faq.xml
3457         * manual/fr/glossary.xml
3458         * manual/fr/handling.xml
3459         * manual/fr/intro.xml
3460         * manual/fr/keyboard.xml
3461         * manual/fr/plugins.xml
3462         * manual/fr/starting.xml
3463         * manual/fr/sylpheed-claws-manual.xml
3464                 various fixes: typos, missing .fr translations, punctuation,
3465                 capitalization, links, accents and some bad French more.
3466
3467 2006-04-12 [wwp]        2.1.0cvs32
3468
3469         * src/prefs_gtk.c
3470                 fix for bug #935: always store prefs files in UTF-8 (thanks
3471                 to Colin).
3472
3473 2006-04-11 [colin]      2.1.0cvs31
3474
3475         * src/compose.c
3476                 Fix inserting files not in utf8 when locale is utf8
3477
3478 2006-04-11 [colin]      2.1.0cvs30
3479
3480         * src/inc.c
3481                 Don't show error dialog when cancelling connection
3482                 Patch by Pawel
3483
3484 2006-04-11 [cleroy]     2.1.0cvs29
3485
3486         * src/compose.c
3487                 Implement multiple quote levels
3488         * src/prefs_common.c
3489                 Change a little bit the quote bgcolor for 2nd level
3490
3491 2006-04-11 [colin]      2.1.0cvs28
3492
3493         * src/gtk/about.c
3494                 Add locale and charset in the label
3495
3496 2006-04-10 [colin]      2.1.0cvs27
3497
3498         * src/compose.c
3499         * src/prefs_common.c
3500         * src/prefs_common.h
3501         * src/prefs_msg_colors.c
3502         * src/textview.c
3503                 Allow optional background color in quotes
3504                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3505                 GTK+-2.8.x feature
3506
3507 2006-04-10 [colin]      2.1.0cvs26
3508
3509         * src/main.c
3510         * src/mainwindow.c
3511         * src/mainwindow.h
3512                 Implement --select
3513
3514 2006-04-10 [colin]      2.1.0cvs25
3515
3516         * manual/plugins.xml
3517         * manual/fr/plugins.xml
3518                 Document libcurl's proxy variables
3519
3520 2006-04-09 [colin]      2.1.0cvs24
3521
3522         * src/prefs_common.c
3523                 gettext() returns statically allocated stuff. We have
3524                 to strdup it in order to be able to free it.
3525
3526 2006-04-09 [colin]      2.1.0cvs23
3527
3528         * AUTHORS
3529         * src/gtk/authors.h
3530                 Add Alexei
3531
3532 2006-04-09 [colin]      2.1.0cvs22
3533
3534         * src/mainwindow.c
3535         * src/gtk/quicksearch.c
3536                 Fix bug #859 (problems with cyrilic input in 
3537                 search panel) - Patch by Alexey Illarionov 
3538                 <littlesavage@rambler.ru>
3539
3540 2006-04-09 [colin]      2.1.0cvs21
3541
3542         * src/prefs_customheader.c
3543                 I prefer removing then freeing rather than the contrary
3544                 (even if it doesn't change anything ;-)
3545         * src/prefs_account.c
3546                 Fix bug #933 (Crash re-entering the custom headers list 
3547                 dialog in accounts prefs)
3548                 The problem happened when cancelling the Account 
3549                 Preferences' dialogs - in which case we didn't do 
3550                 anything to the PrefsAccount * struct. In case of applying,
3551                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3552                 working with in this dialog. The problem is that 
3553                 prefs_customheader.c, working on this tmp_ac_prefs, always
3554                 changes the ->customhdr_list pointer, even when cancelled. 
3555                 So in case of cancelling the prefs_account dialog, we still
3556                 have to update ->customhdr_list in the real account.
3557
3558 2006-04-08 [colin]      2.1.0cvs20
3559
3560         * manual/fr/glossary.xml
3561         * manual/fr/keyboard.xml
3562                 Forgot some headers :)
3563
3564 2006-04-08 [colin]      2.1.0cvs19
3565
3566         * manual/Makefile.am
3567         * manual/fr/Makefile.am
3568         * manual/fr/account.xml
3569         * manual/fr/ack.xml
3570         * manual/fr/addrbook.xml
3571         * manual/fr/advanced.xml
3572         * manual/fr/faq.xml
3573         * manual/fr/glossary.xml
3574         * manual/fr/gpl.xml
3575         * manual/fr/handling.xml
3576         * manual/fr/intro.xml
3577         * manual/fr/keyboard.xml
3578         * manual/fr/plugins.xml
3579         * manual/fr/starting.xml
3580         * manual/fr/sylpheed-claws-manual.xml
3581         * manual/fr/dist/.cvsignore
3582         * manual/fr/dist/Makefile.am
3583         * manual/fr/dist/html/.cvsignore
3584         * manual/fr/dist/html/Makefile.am
3585         * manual/fr/dist/pdf/.cvsignore
3586         * manual/fr/dist/pdf/Makefile.am
3587         * manual/fr/dist/ps/.cvsignore
3588         * manual/fr/dist/ps/Makefile.am
3589         * manual/fr/dist/txt/.cvsignore
3590         * manual/fr/dist/txt/Makefile.am
3591                 Add the french translation of the manual. Thanks to
3592                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3593                 account.xml, ack.xml, addrbook.xml and advanced.xml
3594
3595 2006-04-08 [colin]      2.1.0cvs18
3596
3597         * manual/plugins.xml
3598         * manual/starting.xml
3599                 More fixes
3600
3601 2006-04-07 [colin]      2.1.0cvs17
3602
3603         * manual/faq.xml
3604         * manual/intro.xml
3605         * manual/keyboard.xml
3606                 Little fixes
3607
3608 2006-04-07 [colin]      2.1.0cvs16
3609
3610         * README
3611         * src/compose.c
3612         * src/prefs_common.c
3613         * src/prefs_common.h
3614                 Add hidden compose_no_markup pref
3615
3616 2006-04-07 [wwp]        2.1.0cvs15
3617
3618         * src/summary_search.c
3619         * .cvsignore
3620                 Bugfix: stop button was sticky when searching in an empty folder.
3621                 Applied curly brackets code style to the whole file (summary_search.c).
3622                 More files to ignore.
3623
3624 2006-04-07 [wwp]        2.1.0cvs14
3625
3626         * src/message_search.c
3627         * src/summary_search.c
3628                 changed default button when search bumps at file/folder
3629                 beginning or end, for convenience (thanks to Colin).
3630
3631 2006-04-07 [paul]       2.1.0cvs13
3632
3633         * src/plugins/dillo_viewer/dillo_prefs.c
3634                 avoid future potential for namespace collision
3635                 Patch by Colin
3636
3637 2006-04-06 [wwp]        2.1.0cvs12
3638
3639         * src/summary_search.c
3640                 Unify extended/advanced searches names (and thus factorize labels),
3641                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3642
3643 2006-04-06 [wwp]        2.1.0cvs11
3644
3645         * src/folderview.c
3646         * src/prefs_themes.c
3647         * src/summaryview.c
3648                 Fixed some compilation warnings.
3649
3650 2006-04-06 [colin]      2.1.0cvs10
3651
3652         * manual/advanced.xml
3653                 Document the wizard template and how to deploy
3654                 Sylpheed-Claws effectively
3655
3656 2006-04-06 [colin]      2.1.0cvs9
3657
3658         * src/folderview.c
3659                 gettext patch to tell translators about _("#"),
3660                 by Maxim Britov
3661
3662 2006-04-06 [colin]      2.1.0cvs8
3663
3664         * src/textview.c
3665                 Fix invalid GtkTextBIter after clicking "Display as text"
3666
3667 2006-04-06 [mones]      2.1.0cvs7
3668
3669         * src/addr_compl.c
3670         * src/addrindex.c
3671         * src/addritem.c
3672         * src/codeconv.c
3673         * src/compose.c
3674         * src/filtering.c
3675         * src/folder.c
3676         * src/folder_item_prefs.c
3677         * src/folderview.c
3678         * src/localfolder.c
3679         * src/matcher.c
3680         * src/mimeview.c
3681         * src/prefs_msg_colors.c
3682         * src/prefs_spelling.c
3683         * src/prefs_themes.c
3684         * src/procmime.c
3685         * src/procmsg.c
3686         * src/stock_pixmap.c
3687         * src/summaryview.c
3688         * src/textview.c
3689         * src/toolbar.c
3690         * src/common/mgutils.c
3691         * src/common/prefs.c
3692         * src/common/ssl_certificate.c
3693         * src/gtk/colorlabel.c
3694         * src/gtk/quicksearch.c
3695         * src/plugins/pgpmime/pgpmime.c
3696         * src/plugins/spamassassin/spamassassin.c
3697                 Removed redundant NULL checks for g_free() calls.
3698                 Patch by Pawel Pekala.
3699
3700 2006-04-06 [mones]      2.1.0cvs6
3701
3702         * src/prefs_actions.c
3703         * src/prefs_filtering.c
3704         * src/prefs_filtering_action.c
3705         * src/prefs_matcher.c
3706         * src/prefs_template.c
3707         * src/gtk/gtkutils.c
3708         * src/gtk/gtkutils.h
3709                 Have a nice replace button. Patch by Pawel Pekala
3710
3711 2006-04-06 [colin]      2.1.0cvs5
3712
3713         * src/addressbook.c
3714                 Fix crash with empty columns
3715
3716 2006-04-05 [colin]      2.1.0cvs4
3717
3718         * src/wizard.c
3719         * src/prefs_gtk.c
3720                 Allow wizard customization with pre-filled values
3721
3722 2006-04-05 [colin]      2.1.0cvs3
3723
3724         * src/textview.c
3725         * src/mimeview.c
3726         * src/mimeview.h
3727                 Nicer messages in mimeview
3728
3729 2006-04-05 [colin]      2.1.0cvs2
3730
3731         * src/addressbook.c
3732         * src/prefs_summaries.c
3733                 i18n fix
3734
3735 2006-04-05 [colin]      2.1.0cvs1
3736
3737         * src/plugins/pgpcore/plugin.c
3738         * src/plugins/pgpcore/select-keys.c
3739         * src/plugins/pgpcore/select-keys.h
3740         * src/plugins/pgpcore/sgpgme.c
3741         * src/plugins/pgpcore/sgpgme.h
3742         * src/plugins/pgpinline/pgpinline.c
3743         * src/plugins/pgpinline/plugin.c
3744         * src/plugins/pgpmime/pgpmime.c
3745         * src/plugins/pgpmime/plugin.c
3746                 Factorize and generalize a bit 
3747                 Drop S/MIME signature verification from PGP/MIME
3748                 (adding it as another, more complete plugin)
3749
3750 2006-04-05 [paul]       2.1.0
3751
3752         2.1.0 released
3753
3754 2006-04-05 [paul]       2.0.0cvs186
3755
3756         * manual/advanced.xml
3757                 add info on colour labels
3758
3759 2006-04-05 [paul]       2.0.0cvs185
3760
3761         * po/bg.po
3762         * po/cs.po
3763         * po/de.po
3764         * po/el.po
3765         * po/en_GB.po
3766         * po/fi.po
3767         * po/fr.po
3768         * po/it.po
3769         * po/nl.po
3770         * po/pl.po
3771         * po/pt_BR.po
3772         * po/sr.po
3773         * po/zh_CN.po
3774                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3775                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3776                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3777                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3778         * src/gtk/authors.h
3779         * tools/claws.i18n.status.pl
3780                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3781                 and new Czech translator, Tim <timbrain@post.cz>
3782
3783 2006-04-05 [mones]      2.0.0cvs184
3784
3785         * po/es.po
3786                 Updated translation
3787
3788 2006-04-05 [colin]      2.0.0cvs183
3789
3790         * src/gtk/quicksearch.c
3791                 Fix bug #929 (unnecessary reload in quick search bar)
3792
3793 2006-04-05 [colin]      2.0.0cvs182
3794
3795         * src/compose.c
3796                 Fix crash on Reply with no From:
3797                 Show signature and conversion error on queuing 
3798                 (but not sending)
3799         * src/mainwindow.c
3800         * src/summaryview.c
3801         * src/summaryview.h
3802                 Factorize threading code and make sure msginfo 
3803                 is not null when it comes from a GtkCTreeRow's 
3804                 data
3805         * src/gtk/gtkaspell.c
3806                 Check for necessary things
3807         * src/gtk/gtksctree.c
3808         * src/gtk/gtksctree.h
3809                 Reset anchor if necessary when removing node
3810
3811 2006-03-29 [colin]      2.0.0cvs181
3812
3813         * src/folderview.c
3814                 Warn for disabled IMAP accounts (due to lack of
3815                 libetpan). Breaks string-freeze - sorry - but it
3816                 is kind of important ;)
3817
3818 2006-03-28 [colin]      2.0.0cvs180
3819
3820         * src/gtk/gtkutils.c
3821         * src/gtk/gtkutils.h
3822                 Add a gtkut_get_link_btn() function that
3823                 creates a button which acts like an URI
3824         * src/prefs_themes.c
3825         * src/gtk/about.c
3826                 Use this function (factorizes codes)
3827         * src/common/defs.h
3828         * src/gtk/pluginwindow.c
3829                 Add a "Get more..." in the plugins window
3830
3831 2006-03-28 [colin]      2.0.0cvs179
3832
3833         * src/common/smtp.c
3834         * src/common/passcrypt.c
3835         * src/undo.c
3836                 Warning fixes. Patch by Pawel Pekala
3837
3838 2006-03-27 [colin]      2.0.0cvs178
3839
3840         * src/undo.c
3841                 Fix undoing by blocks with spaces
3842
3843 2006-03-27 [colin]      2.0.0cvs177
3844
3845         * src/textview.c
3846                 Set margin to 3px for headers
3847
3848 2006-03-27 [paul]
3849
3850         2.1.0-rc2 released
3851
3852 2006-03-27 [wwp]        2.0.0cvs176
3853
3854         * src/summaryview.c
3855                 don't reset quicksearch when updating the message list.
3856                 Thanks to Colin.
3857
3858 2006-03-26 [wwp]        2.0.0cvs175
3859
3860         * src/compose.c
3861                 use a unified border width ('other' tab in the compose window,
3862                 patch by Pawel Pekala).
3863
3864
3865 2006-03-26 [wwp]        2.0.0cvs174
3866
3867         * src/common/quoted-printable.c
3868         * src/addressbook.c
3869                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3870
3871 2006-03-26 [colin]      2.0.0cvs173
3872
3873         * src/quote_fmt_parse.y
3874                 Fix non-UTF8 date formats messing up the whole quote a 
3875                 little bit
3876
3877 2006-03-26 [colin]      2.0.0cvs172
3878
3879         * src/procheader.c
3880                 Make sure the date is UTF8 valid, or try to make it
3881                 so. IncrediMail is really IncrediStupid.
3882         * src/compose.c
3883                 Fix possible conversions. 
3884                 
3885
3886 2006-03-26 [colin]      2.0.0cvs171
3887
3888         * src/matcher.c
3889                 Fix corner cases in body search. This is still a
3890                 hack... It seems impossible to make it good and 
3891                 reasonably fast at the same time.
3892
3893 2006-03-26 [colin]      2.0.0cvs170
3894
3895         * src/summaryview.c
3896                 I think I killed the twilight zone bug!
3897                 summary_select_node() flushes GTK events in order
3898                 to be able to center the view. But this also 
3899                 flushes keypresses like Ctrl-Alt-U, so this can
3900                 call summary_show from summary_select_node (itself
3901                 called from summary_show, etc.). And the summaryview
3902                 has to be unlocked in this function. So just locking
3903                 while processing GTK events, and bailing if locked, 
3904                 should fix it.
3905                 Fixes bug #927 (SIGSEGV during Update Summary)
3906
3907 2006-03-25 [colin]      2.0.0cvs169
3908
3909         * src/matcher.c
3910                 Fix search in QP-encoded bodies
3911                 Fix utf-8 searches in bodies encoded in the
3912                 locale's encoding
3913         * src/common/quoted-printable.c
3914         * src/common/quoted-printable.h
3915                 Add a decode function that doesn't overwrite
3916                 the original pointer
3917                 
3918
3919 2006-03-24 [colin]      2.0.0cvs168
3920
3921         * src/action.c
3922         * src/summaryview.c
3923         * src/summaryview.h
3924                 Update message cache after action
3925                 Patch by H. Merijn Brand
3926         * src/prefs_msg_colors.c
3927                 Factorize label 
3928                 Patch by Fabien Vantard
3929         * src/plugins/spamassassin/spamassassin_gtk.c
3930                 Remove useless translation
3931                 Patch by Fabien Vantard
3932
3933 2006-03-23 [colin]      2.0.0cvs167
3934
3935         * src/common/ssl.c
3936                 Let 30 seconds to SSL_connect
3937
3938 2006-03-23 [wwp]        2.0.0cvs166
3939
3940         * src/summaryview.c
3941         * src/gtk/description_window.c
3942                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3943                 and headers are translated; adjust description windows' width to fit their
3944                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3945
3946 2006-03-23 [paul]       2.0.0cvs165
3947
3948         * src/common/utils.c
3949                 fix highlighting of URIs containing "()"
3950                 (2.0.0cvs164's reversal fixed)
3951                 Thanks to Colin.
3952
3953 2006-03-23 [paul]       2.0.0cvs164
3954
3955         * src/common/utils.c
3956                 revert patch, (postponing a fix), at 2.0.0cvs120
3957                 as it breaks more URIs than it fixes.
3958                 Allow '-' to be a terminating character in a URI
3959
3960 2006-03-22 [colin]      2.0.0cvs163
3961
3962         * configure.ac
3963                 Require libetpan 0.45
3964                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3965
3966 2006-03-22 [paul]       2.0.0cvs162
3967
3968         * src/editgroup.c
3969                 replace '<-' and '->' buttons with GTK_STOCK graphical
3970                 buttons
3971         * src/summary_search.c
3972                 don't offer '...' for translation
3973                 add a tooltip to advanced search '...' button
3974         * src/gtk/quicksearch.c
3975                 don't offer '...' for translation
3976
3977 2006-03-21 [colin]      2.0.0cvs161
3978
3979         * src/compose.c
3980                 Fix middle-click pasting (insert at click
3981                 position instead of cursor position, don't
3982                 remove existing selection and allow pasting
3983                 our own selection)
3984         * src/addressbook.c
3985                 "LDAP Server" -> "LDAP servers"
3986
3987 2006-03-21 [wwp]        2.0.0cvs160
3988
3989         * src/etpan/imap-thread.c
3990                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3991
3992 2006-03-20 [colin]      2.0.0cvs159
3993
3994         * src/summaryview.c
3995                 Don't reload summaryview after an execute with no
3996                 move action
3997
3998 2006-03-19 [colin]      2.0.0cvs158
3999
4000         * src/addressbook.c
4001                 and put groups at the top, always
4002
4003 2006-03-19 [colin]      2.0.0cvs157
4004
4005         * src/addressbook.c
4006                 Order groups before names, as previously
4007
4008 2006-03-19 [colin]      2.0.0cvs156
4009
4010         * src/addressbook.c
4011                 - Sort case-unsensitive
4012                 - Put the sort arrow at opening too
4013
4014 2006-03-19 [wwp]        2.0.0cvs155
4015
4016         * src/addressbook.c
4017                 allow sorting by name/email/remarks, ensure that right-pane's contents
4018                 matches the left-pane selection (cleared when appropriate).
4019                 Patch by Pawel Pekala <c0rn@o2.pl>.
4020
4021 2006-03-18 [colin]      2.0.0cvs154
4022
4023         * src/textview.c
4024                 Fix text cursor ;)
4025
4026 2006-03-18 [colin]      2.0.0cvs153
4027
4028         * src/gtk/filesel.c
4029                 Make sure we hide the preview if we didn't get
4030                 a filename
4031
4032 2006-03-18 [colin]      2.0.0cvs152
4033
4034         * src/summaryview.c
4035                 Set cursor to watch for execution (fixes lack
4036                 of watch-cursor when dnd'ing hundreds of mails)
4037         * src/gtk/filesel.c
4038                 Check that mime type is 'image/*' before updating
4039                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4040
4041 2006-03-18 [colin]      2.0.0cvs151
4042
4043         * src/mainwindow.c
4044         * src/textview.c
4045         * src/textview.h
4046                 Put a watch cursor in textview too when the mainwindow's
4047                 cursor in a watch
4048
4049 2006-03-18 [colin]      2.0.0cvs150
4050
4051         * src/folder.c
4052                 Change wrong asserts to simple tests
4053
4054 2006-03-17 [colin]      2.0.0cvs149
4055
4056         * src/mainwindow.c
4057         * src/mainwindow.h
4058         * src/prefs_msg_colors.c
4059         * src/summaryview.c
4060         * src/summaryview.h
4061         * src/gtk/colorlabel.c
4062         * src/gtk/colorlabel.h
4063                 Add a color label menu in the main menubar
4064                 Add (fixed) accels Ctrl-{0-7} to change the color
4065                 They have to be fixed because the menu's dynamic,
4066                 the items are complex widgets, hence we can't use
4067                 a GtkItemFactory.
4068
4069
4070 2006-03-17 [wwp]        2.0.0cvs148
4071
4072         * src/compose.c
4073                 rollback few lines from my previous commit (those lines come from
4074                 a pending patch, accidentally commited, even if neutral as they are
4075                 commented out).
4076
4077 2006-03-17 [wwp]        2.0.0cvs147
4078
4079         * src/compose.c
4080                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4081                 applied code style/indentation to the modified function.
4082
4083 2006-03-17 [wwp]        2.0.0cvs146
4084
4085         * src/procmsg.c
4086         * src/compose.c
4087                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4088
4089 2006-03-17 [paul]
4090
4091         2.1.0-rc1 released
4092
4093 2006-03-17 [paul]       2.0.0cvs145
4094
4095         * src/main.c
4096                 addressbook_read_file() was called twice
4097         * src/textview.c
4098                 X-Mailer highlighting
4099
4100 2006-03-16 [colin]      2.0.0cvs144
4101
4102         * src/sourcewindow.c
4103         * src/sourcewindow.h
4104                 And the last one, in source window.
4105
4106 2006-03-16 [colin]      2.0.0cvs143
4107
4108         * src/compose.c
4109         * src/compose.h
4110                 Fix the same stuff in compose
4111
4112 2006-03-16 [colin]      2.0.0cvs142
4113
4114         * src/messageview.c
4115                 Complete the previous messageview crash fix
4116
4117 2006-03-16 [colin]      2.0.0cvs141
4118
4119         * src/procmsg.h
4120         * src/procmsg.c
4121         * src/folder.c
4122                 Fix POSTPROCESSING hook
4123                 Patch by H. Merijn Brand
4124
4125         * src/procmime.c
4126         * src/procmime.h
4127                 Parse Content-Location
4128
4129         * src/toolbar.c
4130         * src/messageview.c
4131         * src/messageview.h
4132                 Don't crash when a top-level MessageView has
4133                 been closed on us. Same problematic than
4134                 yesterday's quicksearch issue.
4135
4136 2006-03-15 [colin]      2.0.0cvs140
4137
4138         * src/gtk/quicksearch.c
4139                 Fix a bitchy race we didn't think about when we
4140                 added quicksearch cancellation:
4141                 If the search is not on cached fields, for example
4142                 body_part matchcase "stuff"
4143                 the matcher code has to get the whole message. If
4144                 we're on IMAP, that can be slow, and in order to
4145                 be non-blocking, the IMAP code idle loop processes
4146                 gtk events too. So it is possible to cancel a
4147                 quicksearch while the matcher is getting the mail's
4148                 body. After matcher got its body, it will start to
4149                 iterate over the matcher list that the Quicksearch's
4150                 clear_search_cb() just freed via prepare_matcher().
4151                 SIGSEGV ensues.
4152                 The fix consists of guarding the matcherlist_match()
4153                 call with a boolean 'matching'. If we reset the
4154                 quicksearch while matching is TRUE, we don't free
4155                 the matcherlist anymore like we did, but we set
4156                 another new flag, deferred_free, to TRUE. Then,
4157                 in quicksearch_match(), just after returning from
4158                 matcherlist_match() and unsetting the matching flag,
4159                 we check the deferred_free flag and do the
4160                 prepare_matcher() (which does the matcherlist_free)
4161                 for real, so we free the matcherlist once it's not
4162                 used anymore.
4163                 As all of this runs via the glib main loop, we
4164                 luckily don't need a mutex.
4165         * src/summaryview.c
4166                 Also, show progress while searching.
4167
4168
4169 2006-03-14 [colin]      2.0.0cvs139
4170
4171         * src/alertpanel.c
4172                 Make alertpanel_is_open non-static
4173
4174 2006-03-14 [colin]      2.0.0cvs138
4175
4176         * src/prefs_spelling.c
4177                 Cleanups - Fabien Vantard
4178
4179 2006-03-14 [wwp]        2.0.0cvs137
4180
4181         * src/main.c
4182                 code style normalization (curly braces, indentation).
4183
4184 2006-03-14 [wwp]        2.0.0cvs137
4185
4186         * src/main.c
4187                 code style (braces, indentation)
4188
4189 2006-03-12 [paul]       2.0.0cvs136
4190
4191         * src/prefs_common.c
4192                 trans_hdr defaults to FALSE to be RFC-savvy
4193         * src/prefs_summaries.c
4194                 add a tooltip to the trans_hdr option
4195                 
4196
4197 2006-03-12 [paul]       2.0.0cvs135
4198
4199         * src/prefs_matcher.c
4200                 give a little more width to the combos
4201         * src/prefs_display_header.c
4202         * src/textview.c
4203                 translate headers if prefs_common.trans_hdr
4204                 is TRUE
4205
4206         Patches by Pawel Pekala
4207
4208 2006-03-12 [paul]       2.0.0cvs134
4209
4210         * src/plugins/clamav/clamav_plugin.c
4211         * src/plugins/dillo_viewer/dillo_viewer.c
4212         * src/plugins/pgpcore/plugin.c
4213         * src/plugins/pgpinline/plugin.c
4214         * src/plugins/pgpmime/plugin.c
4215         * src/plugins/spamassassin/spamassassin.c
4216                 update/add to descriptions
4217         * src/plugins/spamassassin/spamassassin_gtk.c
4218                 fixes to the english, remove superfluous
4219                 tooltips, clean up a little
4220
4221 2006-03-12 [paul]       2.0.0cvs133
4222
4223         * src/compose.c
4224                 fix Bug 924, 'Account combo box shows up wrong 
4225                 if & is in account name'
4226
4227 2006-03-11 [colin]      2.0.0cvs132
4228
4229         * src/summaryview.c
4230                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4231                 messed up shift-selection because is slows down
4232                 moving around summaryview. thanks -users
4233
4234 2006-03-10 [colin]      2.0.0cvs131
4235
4236         * src/plugins/spamassassin/spamassassin_gtk.c
4237                 Put back Paul's engrish fixes
4238
4239 2006-03-10 [colin]      2.0.0cvs130
4240
4241         * src/plugins/spamassassin/spamassassin.c
4242         * src/plugins/spamassassin/spamassassin.h
4243         * src/plugins/spamassassin/spamassassin_gtk.c
4244                 Cleanup SA prefs page (more)
4245                 Patch by Fabien Vantard
4246
4247 2006-03-10 [paul]       2.0.0cvs129
4248
4249         * src/prefs_msg_colors.c
4250         * src/prefs_spelling.c
4251                 widget sensitivity
4252
4253 2006-03-09 [mones]      2.0.0cvs128
4254
4255         * po/es.po
4256                 Update for next RC
4257
4258 2006-03-09 [wwp]        2.0.0cvs127
4259
4260         * configure.ac
4261                 revert accidental commit (requirement for libetpan 0.43), this time
4262                 not in HEAD.
4263
4264 2006-03-09 [wwp]        2.0.0cvs125
4265
4266         * configure.ac
4267                 revert accidental commit (requirement for libetpan 0.43)
4268
4269 2006-03-09 [paul]       2.0.0cvs126
4270
4271         * src/prefs_receive.c
4272                 remove useless frame
4273                 replace 'incorporation' with 'receiving'
4274         * src/plugins/clamav/clamav_plugin_gtk.c
4275         * src/plugins/spamassassin/spamassassin_gtk.c
4276                 improve widget sensitivity
4277                 fix a bit his engrish
4278
4279 2006-03-09 [wwp]        2.0.0cvs125
4280
4281         * src/addressadd.c
4282         * src/foldersel.c
4283         * src/prefs_common.c
4284         * src/prefs_common.h
4285                 remember some more windows' sizes (add to addressbook and
4286                 select folder).
4287
4288 2006-03-09 [paul]       2.0.0cvs124
4289
4290         * src/plugins/pgpcore/prefs_gpg.c
4291                 normalise construction of dialogue
4292
4293 2006-03-09 [paul]       2.0.0cvs123
4294
4295         * src/plugins/trayicon/Makefile.am
4296                 add missing slash
4297
4298 2006-03-08 [colin]      2.0.0cvs122
4299
4300         * src/plugins/trayicon/Makefile.am
4301                 Fix build in separate dir 
4302                 Patch by Bamanzi <bamanzi@gmail.com>
4303
4304 2006-03-08 [colin]      2.0.0cvs121
4305
4306         * src/procmsg.c
4307                 Batch move and copies from summaryview with delayed execution
4308                 too
4309
4310 2006-03-07 [paul]       2.0.0cvs120
4311
4312         * src/common/utils.c
4313                 fix highlighting of URIs containing "()"
4314                 Patch by Pawel Pekala
4315
4316 2006-03-07 [paul]       2.0.0cvs119
4317
4318         * src/folder.c
4319         * src/folder.h
4320         * src/folderview.c
4321                 immediately do alphabetical resort when
4322                 changing a folder's name
4323                 Patch by Pawel Pekala
4324
4325 2006-03-07 [paul]       2.0.0cvs118
4326
4327         * src/news.c
4328         * src/news_gtk.c
4329                 when unsubscribing a newsgroup, remove the
4330                 folder and msgs in .sylpheed-claws/newscache
4331                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4332
4333 2006-03-07 [paul]       2.0.0cvs117
4334
4335         * src/textview.c
4336                 fix wrong Fake URL Warning
4337                 Thanks to Hiro
4338
4339 2006-03-07 [colin]      2.0.0cvs116
4340
4341         * src/imap.c
4342                 Return immediately when password dialog was
4343                 cancelled
4344         * src/gtk/inputdialog.c
4345                 Allow empty strings for passwords
4346
4347
4348 2006-03-06 [colin]      2.0.0cvs115
4349
4350         * src/imap.c
4351                 Prevent double-timeouts when connection fails
4352
4353 2006-03-06 [colin]
4354
4355         2.0.1-rc1 released
4356
4357 2006-03-06 [colin]      2.0.0cvs114
4358
4359         * src/imap.c
4360                 Refresh session during potentially long
4361                 operations
4362
4363 2006-03-06 [wwp]        2.0.0cvs113
4364
4365         * src/prefs_msg_colors.h
4366                 forgot that one (custom color labels).
4367
4368 2006-03-06 [wwp]        2.0.0cvs112
4369
4370         * src/prefs_common.c
4371         * src/prefs_common.h
4372         * src/prefs_msg_colors.c
4373         * src/summaryview.c
4374         * src/summaryview.h
4375         * src/gtk/colorlabel.c
4376         * src/gtk/colorlabel.h
4377                 colors in messages list are now customizable. Color values and names can
4378                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4379                 Thanks to Paul and Colin for their help with this longstanding patch!
4380
4381 2006-03-06 [wwp]        2.0.0cvs111
4382
4383         * src/textview.c
4384                 don't crash if (x)face is bad.
4385
4386 2006-03-05 [paul]       2.0.0cvs110
4387
4388         * AUTHORS
4389         * configure.ac
4390         * src/Makefile.am
4391         * src/common/Makefile.am
4392         * src/common/utils.h
4393         * src/etpan/imap-thread.c
4394         * src/gtk/authors.h
4395         * src/plugins/clamav/Makefile.am
4396         * src/plugins/demo/Makefile.am
4397         * src/plugins/dillo_viewer/Makefile.am
4398         * src/plugins/pgpcore/Makefile.am
4399         * src/plugins/pgpcore/passphrase.c
4400         * src/plugins/pgpinline/Makefile.am
4401         * src/plugins/pgpmime/Makefile.am
4402         * src/plugins/spamassassin/Makefile.am
4403         * src/plugins/trayicon/Makefile.am
4404                 fix builiding on cygwin
4405                 Patch by Ralgh Young <bamanzi@gmail.com>
4406
4407 2006-03-04 [wwp]        2.0.0cvs109
4408
4409         * manual/keyboard.xml
4410                 fix mixed up/down keys.
4411
4412 2006-03-04 [wwp]        2.0.0cvs108
4413
4414         * README
4415         * INSTALL
4416                 updated links to SpamAssassin.
4417
4418 2006-03-04 [wwp]        2.0.0cvs107
4419
4420         * manual/plugins.xml
4421         * src/plugins/spamassassin/README
4422                 updated SpamAssassin plugin docs to reflect new functional additions
4423                 (also fix/update/documents few technical stuff more, see the README).
4424
4425 2006-03-04 [wwp]        2.0.0cvs106
4426
4427         * src/prefs_message.c
4428                 normalized capitalization of message-prefs paths.
4429
4430 2006-03-04 [wwp]        2.0.0cvs105
4431
4432         * manual/advanced.xml
4433                 typo.
4434
4435 2006-03-03 [colin]      2.0.0cvs104
4436
4437         * src/plugins/clamav/clamav_plugin_gtk.c
4438                 Rework prefs page, patch by Fabien 
4439
4440 2006-03-03 [colin]      2.0.0cvs103
4441
4442         * src/plugins/clamav/clamav_plugin.c
4443                 Set error on all errors
4444
4445 2006-03-03 [colin]      2.0.0cvs102
4446
4447         * src/common/plugin.c
4448                 Initialize error to avoid crashing when a plugin fails
4449                 without setting error
4450
4451 2006-03-02 [wwp]        2.0.0cvs101
4452
4453         * configure.ac
4454                 fixed linker flags for libetpan support on Cygwin
4455                 (thanks to H.Merijn Brand).
4456
4457 2006-03-02 [wwp]        2.0.0cvs100
4458
4459         * src/addressbook.c
4460                 fix some AB error messages: one for punctuation and
4461                 one wrongly duplicate (thanks, maxbritov).
4462
4463 2006-03-02 [wwp]        2.0.0cvs99
4464
4465         * src/plugins/spamassassin/spamassassin.c
4466                 make sync calls to sa-learn/spamc to prevent
4467                 system (whatever local or client/server) overload.
4468
4469 2006-03-02 [colin]      2.0.0cvs98
4470
4471         * src/summaryview.c
4472                 Put the spam icon in the status column instead of the
4473                 mark one
4474
4475 2006-03-01 [colin]      2.0.0cvs97
4476
4477         * src/plugins/spamassassin/spamassassin.c
4478                 Fix segfault (g_file_set_contents fails for some 
4479                 reason and err==0x2f. Can't find out why with
4480                 valgrind, using working function :-)
4481
4482 2006-03-01 [colin]      2.0.0cvs96
4483
4484         * src/inc.c
4485                 Offline overriding: let 'No' be cached only 3 seconds
4486
4487 2006-03-01 [colin]      2.0.0cvs95
4488
4489         * src/addr_compl.c
4490         * src/addrbook.c
4491         * src/addressbook.c
4492         * src/addrindex.c
4493         * src/folder_item_prefs.c
4494         * src/headerview.c
4495         * src/imap.c
4496         * src/inc.c
4497         * src/ldif.c
4498         * src/mainwindow.c
4499         * src/mh.c
4500         * src/msgcache.c
4501         * src/prefs_common.h
4502         * src/prefs_msg_colors.c
4503         * src/procheader.c
4504         * src/procheader.h
4505         * src/procmime.c
4506         * src/procmsg.c
4507         * src/procmsg.h
4508         * src/send_message.h
4509         * src/simple-gettext.c
4510         * src/summaryview.c
4511         * src/summaryview.h
4512         * src/syldap.c
4513         * src/textview.c
4514         * src/undo.c
4515         * src/common/ssl_certificate.c
4516         * src/common/utils.c
4517         * src/gtk/colorsel.c
4518         * src/gtk/gtksctree.c
4519         * src/gtk/gtkshruler.c
4520         * src/plugins/trayicon/trayicon.c
4521                 #if 0 goes to /dev/null
4522
4523 2006-03-01 [colin]      2.0.0cvs94
4524
4525         * src/compose.c
4526         * src/imap.c
4527         * src/inc.c
4528         * src/inc.h
4529         * src/messageview.c
4530         * src/news.c
4531         * src/plugins/spamassassin/spamassassin.c
4532                 Allow to add information in the "working offline"
4533                 window
4534
4535 2006-03-01 [wwp]        2.0.0cvs93
4536
4537         * src/plugins/spamassassin/spamassassin.c
4538                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4539                 'cause it seems that calling `spamc ... < inputfile` with
4540                 g_spawn_(a)sync simply.. erm doesn't work :-).
4541
4542 2006-03-01 [wwp]        2.0.0cvs92
4543
4544         * src/toolbar.c
4545         * src/toolbar.h
4546                 simplify the adding of spam/ham button to the messageview toolbar
4547                 (it gets more clear now that the same button will be "Mark as spam"
4548                 or "Mark as ham" according to the current message status,
4549                 thanks to Colin).
4550
4551 2006-03-01 [wwp]        2.0.0cvs91
4552
4553         * src/messageview.c
4554         * src/procmsg.c
4555         * src/procmsg.h
4556         * src/summaryview.c
4557         * src/plugins/spamassassin/spamassassin.c
4558         * src/plugins/spamassassin/spamassassin.h
4559                 make learner callbacks return a status (0 for ok),
4560                 handle it in main code to avoid setting flags when learning failed,
4561                 don't learn on TCP if offline in spamassassin,
4562                 thanks to Colin.
4563
4564                 
4565
4566 2006-03-01 [wwp]        2.0.0cvs90
4567
4568         * src/compose.c
4569                 some work around the compose window's account menu,
4570                 patch by Fabien Vantard.
4571
4572 2006-03-01 [wwp]        2.0.0cvs89
4573
4574         * src/plugins/spamassassin/spamassassin.c
4575                 fixed bad logics, was using spamc in local mode and sa-learn
4576                 in remote mode (thanks, Colin).
4577
4578 2006-03-01 [wwp]        2.0.0cvs88
4579
4580         * src/plugins/spamassassin/spamassassin.c
4581         * src/plugins/spamassassin/spamassassin.h
4582         * src/plugins/spamassassin/spamassassin_gtk.c
4583                 made processing of emails w/ sa-plugin an option (default is TRUE),
4584                 fixed Engrish some tooltips, capitalization of some debug messages
4585                 and warnings. The spamassassin plugin now provides two separate
4586                 services: process emails upon incorporation and spamd training.
4587                 Both services (un)register independently but use some common
4588                 plugin settings (transport settings, spam storage location).
4589
4590 2006-02-28 [wwp]        2.0.0cvs87
4591
4592         * src/plugins/spamassassin/spamassassin.c
4593                 fix async flag to spamc cmdline execution (batch exec should
4594                 be asynchronous).
4595
4596 2006-02-27 [wwp]        2.0.0cvs86
4597
4598         * src/plugins/spamassassin/spamassassin.c
4599         * src/plugins/spamassassin/spamassassin.h
4600         * src/plugins/spamassassin/spamassassin_gtk.c
4601                 - added the ability to learn a remote spamassassin server (spamd),
4602                 using spamc.
4603                 - added the spamassassin option 'username', that applies to all
4604                 spamassassin operations (filtering, learning, local or remote).
4605                 The default username is the current unix user (if left blank
4606                 from gtk prefs or config file).
4607                 - commented out some unused code (notebook widget), removed unused
4608                 layout (hbox1).
4609                 - make more widgets sensitive to the transport type.
4610
4611 2006-02-27 [colin]      2.0.0cvs85
4612
4613         * src/plugins/spamassassin/spamassassin.c
4614                 Fix sa-learn call when offline
4615
4616 2006-02-27 [colin]      2.0.0cvs84
4617
4618         * configure.ac
4619         * src/Makefile.am
4620         * src/mainwindow.c
4621         * src/mainwindow.h
4622         * src/messageview.c
4623         * src/messageview.h
4624         * src/prefs_toolbar.c
4625         * src/procmsg.c
4626         * src/stock_pixmap.c
4627         * src/stock_pixmap.h
4628         * src/summaryview.c
4629         * src/toolbar.c
4630         * src/toolbar.h
4631         * src/pixmaps/ham_btn.xpm
4632         * src/pixmaps/spam.xpm
4633         * src/pixmaps/spam_btn.xpm
4634         * src/plugins/spamassassin/spamassassin.c
4635                 Add button in toolbar for spam learning
4636                 Fix a few bugs from the last related commit
4637                 Revert 1.9.6cvs23 which messed up shift-selection
4638
4639 2006-02-24 [colin]      2.0.0cvs83
4640
4641         * src/procmsg.c
4642         * src/summaryview.c
4643         * src/summaryview.h
4644         * src/plugins/spamassassin/spamassassin.c
4645         * src/plugins/spamassassin/spamassassin.h
4646         * src/plugins/spamassassin/spamassassin_gtk.c
4647                 Unregister learner when spamassassin is either
4648                 disabled or over tcp
4649
4650 2006-02-24 [colin]      2.0.0cvs82
4651
4652         * src/Makefile.am
4653         * src/mainwindow.c
4654         * src/mainwindow.h
4655         * src/procmsg.c
4656         * src/procmsg.h
4657         * src/stock_pixmap.c
4658         * src/stock_pixmap.h
4659         * src/summaryview.c
4660         * src/summaryview.h
4661         * src/gtk/icon_legend.c
4662         * src/pixmaps/spam.xpm  ** NEW FILE **
4663         * src/plugins/spamassassin/spamassassin.c
4664         * src/plugins/spamassassin/spamassassin_gtk.c
4665                 Add spam learning interface (Mark/Mark as 
4666                 (spam|ham) menus)
4667
4668 2006-02-24 [wwp]        2.0.0cvs81
4669
4670         * src/compose.c
4671         * src/compose.h
4672         * src/filtering.c
4673                 hide compose window when sending message in batch mode
4674                 (filtering: forward and redirect). Also fixed a wrong
4675                 value returned when sending failed, neutral anyway.
4676                 (Colin, me) 
4677
4678 2006-02-24 [wwp]        2.0.0cvs80
4679
4680         * src/mainwindow.c
4681                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4682
4683 2006-02-24 [paul]       2.0.0cvs79
4684
4685         * src/news.c
4686         * src/news.h
4687         * src/news_gtk.c
4688                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4689                 Thanks to Colin
4690
4691 2006-02-23 [colin]      2.0.0cvs78
4692
4693         * src/alertpanel.c
4694                 Change OK to Close in alertpanel with View log
4695                 button; add accel to View log. Patch by Fabien
4696                 Vantard
4697
4698 2006-02-23 [wwp]        2.0.0cvs77
4699
4700         * src/compose.c
4701                 silly me, there were much more tests to perform, since toolbars can
4702                 really have down to 1 element only.
4703
4704 2006-02-23 [wwp]        2.0.0cvs76
4705
4706         * commitHelper
4707                 fixed indentation from my previous commit. Fallback to VISUAL if
4708                 EDITOR is not set (and to vi, at last resort).
4709
4710 2006-02-23 [wwp]        2.0.0cvs75
4711
4712         * commitHelper
4713                 improved error detection (Colin, me).
4714
4715 2006-02-23 [wwp]        2.0.0cvs74
4716
4717         * src/prefs_toolbar.c
4718                 simplify and fix prefs/toolbars layouting. Combos' contents can
4719                 now be really displayed.
4720
4721 2006-02-23 [wwp]        2.0.0cvs73
4722         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4723         be really displayed.
4724
4725 2006-02-22 [wwp]        2.0.0cvs72
4726
4727         * src/compose.c
4728                 fix a typo in my previous commit (sorry!).
4729
4730 2006-02-22 [wwp]        2.0.0cvs71
4731
4732         * src/prefs_toolbar.c
4733                 fix a crash when adding separators to toolbars,
4734                 also fix some separator item information.
4735
4736 2006-02-22 [wwp]        2.0.0cvs70
4737
4738         * src/compose.c
4739                 fix a crash when redirecting (for instance) when compose window's
4740                 toolbar contents has been customized (when some buttons have been
4741                 removed in fact).
4742
4743 2006-02-21 [wwp]        2.0.0cvs69
4744
4745         * src/summaryview.c
4746         * src/gtk/pluginwindow.c
4747         * src/plugins/pgpcore/prefs_gpg.c
4748                 fix some compilation warnings (feat. remains of removed code).
4749
4750 2006-02-21 [wwp]        2.0.0cvs68
4751
4752         * src/gtk/gtkutils.c
4753                 fix two compilation issues, thanks to Stephan Sachse.
4754
4755 2006-02-20 [colin]      2.0.0cvs67
4756
4757         * src/mainwindow.c
4758                 Don't reselect displayed mail on refocus
4759                 This fixes actions misbehaving 
4760
4761 2006-02-20 [wwp]        2.0.0cvs66
4762
4763         * src/summaryview.c
4764         * src/gtk/gtksctree.c
4765         * src/gtk/gtkshruler.c
4766                 changed more runtime typecast checks.
4767
4768 2006-02-20 [wwp]        2.0.0cvs65
4769
4770         * src/summary_search.c
4771                 find all - summaryview refresh issue fixed, thanks to Colin.
4772
4773 2006-02-20 [wwp]        2.0.0cvs64
4774
4775         * src/gtk/gtkutils.c
4776                 better runtime typecast checks.
4777
4778 2006-02-20 [wwp]        2.0.0cvs63
4779
4780         * src/summary_search.c
4781                 enhancements to the summary search:
4782                         - add the ability to stop the running search
4783                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4784                         - don't search if no criteria (From/To/Subject/Body) is set
4785                         - ensure that a busy mouse pointer is always shown when searching,
4786                           show it even a bit earlier
4787
4788 2006-02-19 [colin]      2.0.0cvs62
4789
4790         * src/compose.c
4791         * src/imap.c
4792         * src/etpan/imap-thread.c
4793         * src/etpan/imap-thread.h
4794                 (Future) IMAP speed improvement on sending
4795                 Will require a libetpan update
4796         * src/summaryview.c
4797         * src/gtk/quicksearch.c
4798                 Make quicksearch clearable while running.
4799
4800 2006-02-17 [colin]      2.0.0cvs61
4801
4802         * src/imap.c
4803         * src/etpan/imap-thread.c
4804         * src/etpan/imap-thread.h
4805                 Check for IMAP certificates
4806                 ** Requires libetpan-0.42-cvs4 
4807                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4808
4809 2006-02-17 [colin]      2.0.0cvs60
4810
4811         * src/messageview.c
4812         * src/prefs_common.c
4813         * src/prefs_common.h
4814         * src/prefs_message.c
4815                 Add pref to display HTML-only mails with plugin, 
4816                 if possible (defaulting to FALSE of course).
4817
4818 2006-02-16 [colin]      2.0.0cvs59
4819
4820         * src/main.c
4821         * src/common/plugin.c
4822         * src/common/plugin.h
4823         * src/gtk/pluginwindow.c
4824                 Keep track of requested (but unloaded) plugins
4825                 in some error cases.
4826
4827 2006-02-16 [wwp]        2.0.0cvs58
4828
4829         * src/gtk/gtkaspell.c
4830         * src/gtk/gtkaspell.h
4831         * src/prefs_spelling.c
4832         * src/compose.c
4833         * src/prefs_common.c
4834         * src/prefs_common.h
4835                 implemented new optional spellchecker behaviour: re-check message when
4836                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4837
4838 2006-02-16 [wwp]        2.0.0cvs57
4839
4840         * src/quote_fmt_parse.y
4841                 pclose popen'ed pipe.
4842
4843 2006-02-15 [colin]      2.0.0cvs56
4844
4845         * src/mimeview.c
4846         * src/mimeview.h
4847                 Let MimeViewers know which MimeView they
4848                 depend of.
4849         * src/summaryview.c
4850                 Swap From/To columns in Sent/Queue/Drafts
4851                 folders
4852         * src/etpan/imap-thread.c
4853                 Use mailstream_low_tls_open() for STARTTLS
4854                 instead of mailstream_low_ssl_open()
4855                 ** REQUIRES libetpan 0.42cvs3 **
4856
4857 2006-02-15 [wwp]        2.0.0cvs55
4858
4859         * src/compose.c
4860         * src/compose.h
4861         * src/message_search.c
4862         * src/message_search.h
4863         * src/textview.c
4864         * src/gtk/gtkutils.c
4865         * src/gtk/gtkutils.h
4866                 added the ability to Find text in the compose window (and a bit
4867                 of code factorization).
4868
4869 2006-02-15 [wwp]        2.0.0cvs54
4870
4871         * src/prefs_gtk.c
4872                 yet another one file was missing (fix for some widgets' sensitivity).
4873                 Thanks Colin!
4874
4875 2006-02-15 [wwp]        2.0.0cvs53
4876
4877         * src/prefs_gtk.h
4878                 oops forgot that file (fix for some widgets' sensitivity).
4879
4880 2006-02-15 [wwp]        2.0.0cvs52
4881
4882         * src/summary_search.c
4883                 implemented advanced summary search options (added the ability
4884                 to use matcher conditions in an advanced search mode).
4885
4886 2006-02-15 [wwp]        2.0.0cvs51
4887
4888         * src/plugins/pgpcore/prefs_gpg.c
4889         * src/prefs_account.c
4890                 fix some widget sensitivity, mostly around some labels in
4891                 account prefs.
4892
4893 2006-02-15 [paul]       2.0.0cvs50
4894
4895         * manual/advanced.xml
4896                 improve Templates info
4897                 written by wwp
4898
4899 2006-02-14 [colin]      2.0.0cvs49
4900
4901         * src/pixmaps/address_book.xpm
4902         * src/pixmaps/preferences.xpm
4903         * src/pixmaps/properties.xpm
4904                 Fix pixmap size - patch by Fabien Vantard
4905
4906 2006-02-13 [colin]      2.0.0cvs48
4907
4908         * src/procmime.c
4909                 Add missing fclose()s on error
4910         * src/textview.c
4911                 Remove unused code
4912         * src/common/utils.c
4913                 Fix temp files not being deleted on windows
4914         Patches by Thomas Gilgin
4915
4916 2006-02-13 [colin]      2.0.0cvs47
4917
4918         * src/mainwindow.c
4919                 Fix exit crash
4920
4921 2006-02-13 [wwp]        2.0.0cvs46
4922
4923         * src/plugins/pgpcore/prefs_gpg.c
4924                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4925
4926 2006-02-12 [colin]      2.0.0cvs45
4927
4928         * src/folderview.c
4929         * src/main.c
4930         * src/mainwindow.c
4931                 Fix "stuff" when quitting
4932
4933 2006-02-12 [wwp]        2.0.0cvs44
4934
4935         * src/prefs_themes.c
4936                 fix typos in debug messages.
4937
4938 2006-02-11 [colin]      2.0.0cvs43
4939
4940         * src/summaryview.c
4941                 don't allow drag/drop from ourself
4942
4943 2006-02-10 [wwp]        2.0.0cvs42
4944
4945         * src/exporthtml.c
4946         * src/html.c
4947         * src/html.h
4948         * src/procmime.c
4949         * src/textview.c
4950                 renamed html_ prefixed functions and data structures to avoid
4951                 namespace clashes w/ other software (gtkhtml2 for instance).
4952                 Closes bug #907.
4953
4954
4955 2006-02-09 [colin]      2.0.0cvs41
4956
4957         * src/summaryview.c
4958                 Fix shitty logic messed up. Thanks Ticho for the hint!
4959
4960 2006-02-09 [wwp]        2.0.0cvs40
4961
4962         * src/gtk/about.c
4963         * src/compose.c
4964         * src/prefs_account.c
4965         * src/prefs_gtk.h
4966         * src/editaddress.c
4967                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4968                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4969                 Browse buttons in accounts prefs.
4970
4971 2006-02-09 [colin]      2.0.0cvs39
4972
4973         * src/matcher.c
4974                 Check for pointer before using its members
4975         * src/gtk/gtksourceprintjob.c
4976                 Fix a wrong warning
4977
4978 2006-02-09 [wwp]        2.0.0cvs38
4979
4980         * src/gtk/filesel.c
4981                 fix few compiler warnings (type mismatch).
4982
4983 2006-02-09 [paul]       2.0.0cvs37
4984
4985         * po/fr.po
4986                 updated by Fabien Vantard
4987
4988 2006-02-08 [colin]      2.0.0cvs36
4989
4990         * src/prefs_common.c
4991         * src/common/defs.h
4992         * src/common/plugin.c
4993                 allow windows and linux configurations to coexist
4994                 patch by Thomas Gilgin
4995
4996 2006-02-08 [colin]      2.0.0cvs35
4997
4998         * src/filtering.c
4999         * src/matcher.c
5000         * src/matcher.h
5001         * src/matcher_parser_parse.y
5002         * src/prefs_filtering_action.c
5003         * src/prefs_matcher.c
5004                 Add the "Ignore thread" filtering
5005                 action
5006
5007 2006-02-08 [colin]      2.0.0cvs34
5008
5009         * src/compose.c
5010         * src/procmime.c
5011         * src/procmime.h
5012                 Fix bug #905 (damaged attachment)
5013                 text files with raw \0's aren't really text files
5014         FOR_STABLE
5015
5016 2006-02-08 [colin]      2.0.0cvs33
5017
5018         * src/summaryview.c
5019                 Fix crasher introduced yesterday
5020
5021 2006-02-08 [wwp]        2.0.0cvs32
5022
5023         * src/compose.c
5024         * src/compose.h
5025                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5026
5027 2006-02-08 [wwp]        2.0.0cvs31
5028
5029         * src/prefs_template.c
5030                 templates enhancement: allow address completion for Cc and Bcc fields
5031                 (it was currently possible for the To field only)
5032
5033 2006-02-08 [colin]      2.0.0cvs30
5034
5035         * src/compose.c
5036                 Don't unblock if not blocked
5037         FOR_STABLE
5038
5039 2006-02-07 [colin]      2.0.0cvs29
5040
5041         * src/action.c
5042                 Forgot to refresh summaryview
5043
5044 2006-02-07 [colin]      2.0.0cvs28
5045
5046         * src/action.c
5047                 Freeze/thaw message list and folder list while
5048                 processing %as{} actions 
5049         * src/compose.c
5050                 Fix auto-wrap disabling after a middle-click
5051                 paste - FOR_STABLE
5052
5053 2006-02-07 [paul]       2.0.0cvs27
5054
5055         * src/folder.c
5056                 fix freeing of uninitialised pointers
5057                 Thanks to Colin
5058
5059 2006-02-06 [colin]      2.0.0cvs26
5060
5061         * src/folder.c
5062                 Use g_slist_prepend in potentially big list
5063
5064 2006-02-06 [colin]      2.0.0cvs25
5065
5066         * src/folder.c
5067                 Completely skip processing if it doesn't 
5068                 exist (faster!)
5069
5070 2006-02-06 [colin]      2.0.0cvs24
5071
5072         * src/folder.c
5073         * src/summaryview.c
5074                 Batch filtering in summaryview (from Tools menu)
5075                 and pre/post//-processing too
5076
5077 2006-02-06 [colin]      2.0.0cvs23
5078
5079         * src/procmsg.h
5080         * src/filtering.c
5081                 Use a special field for batch filtering instead
5082                 of stepping on deferred execution's toes
5083
5084 2006-02-06 [colin]      2.0.0cvs22
5085
5086         * src/action.c
5087         * src/filtering.c
5088         * src/filtering.h
5089         * src/folder.c
5090         * src/summaryview.c
5091                 Fix filtering via menus and actions
5092
5093 2006-02-06 [colin]      2.0.0cvs21
5094
5095         * src/imap.c
5096                 Put the added file directly to cache if possible (will work
5097                 with next libetpan)
5098         * src/filtering.c
5099         * src/filtering.h
5100         * src/inc.c
5101         * src/folder.c
5102         * src/mbox.c
5103         * src/procmsg.h
5104                 Move and copy filtered messages by batches instead of one
5105                 by one - faster on IMAP
5106         * src/procmsg.c
5107                 Add a function that'll possibly be useful later
5108
5109 2006-02-06 [colin]      2.0.0cvs20
5110
5111         * src/addressbook.c
5112                 Use internal mime-type instead of text/plain for d'n'd
5113         * src/compose.c
5114                 Allow attaching files from mimeview's icon list via d'n'd
5115         * src/folderview.c
5116         * src/folderview.h
5117                 Use internal mime-type instead of text/plain for d'n'd
5118                 Don't try to selected opened folder if none is
5119                 Factorize d'n'd from other apps code
5120         * src/headerview.c
5121         * src/textview.c
5122         * src/gtk/gtkutils.c
5123         * src/gtk/gtkutils.h
5124                 Factorize Face/X-Face stuff
5125         * src/mimeview.c
5126                 Fix d'n'd to other apps
5127         * src/prefs_message.c
5128                 Let the XFace pref be usable without libcompface as it also
5129                 applies to Face
5130         * src/summaryview.c
5131                 Fix d'n'd to other apps
5132                 Factorize d'n'd from other apps code
5133
5134 2006-02-06 [wwp]        2.0.0cvs19
5135
5136         * po/it.po
5137                 Italian translation fixes by Andrea Spadaccini (no more confusion
5138                 between filtering and processing, and few changes in the About
5139                 dialog).
5140
5141
5142 2006-02-06 [mones]      2.0.0cvs18
5143
5144         * src/gtk/icon_legend.c
5145                 Improved descriptions allowing better translations
5146
5147 2006-02-05 [colin]      2.0.0cvs17
5148
5149         * src/imap.c
5150                 Add the f*cking missing expunge that caused imap_fetch_env
5151                 to fail after an add_msgs ! :-///
5152         * src/etpan/imap-thread.c
5153                 Add a bit of debug
5154         FOR_STABLE
5155
5156 2006-02-05 [colin]      2.0.0cvs16
5157
5158         * src/common/utils.c
5159                 Don't check for return-path (or we can't put
5160                 back non-sent mails)
5161
5162 2006-02-05 [colin]      2.0.0cvs15
5163
5164         * src/textview.c
5165                 Don't try to display Face header in textview
5166                 when teh headerview's active
5167
5168 2006-02-05 [colin]      2.0.0cvs14
5169
5170         * tools/tbird2syl.py
5171         * tools/Makefile.am
5172                 Add script to import Thunderbird mails
5173
5174 2006-02-05 [colin]      2.0.0cvs13
5175
5176         * src/headerview.c
5177         * src/procheader.c
5178         * src/procmsg.c
5179         * src/procmsg.h
5180         * src/textview.c
5181                 Show Face headers - patch partially by Klaus Flittner
5182
5183 2006-02-05 [colin]      2.0.0cvs12
5184
5185         * src/folderview.c
5186         * src/summaryview.c
5187         * src/common/utils.c
5188         * src/common/utils.h
5189                 Let dnd work from mime icons to summaryview
5190                 and to folderview too
5191                 Add a crude test to avoid trying to add files
5192                 drag'n'dropped when they're not mails
5193
5194 2006-02-04 [colin]      2.0.0cvs11
5195
5196         * src/summaryview.c
5197         * src/mimeview.c
5198                 Fix utf8 conversion
5199
5200 2006-02-04 [colin]      2.0.0cvs10
5201
5202         * src/compose.c
5203         * src/folderview.c
5204         * src/mimeview.c
5205         * src/summaryview.c
5206         * src/summaryview.h
5207                 Added various drag and drop capas:
5208                 From                    To
5209                 summaryview             other apps
5210                 mimeview icons          other apps
5211                 other apps              summaryview
5212                 other apps              folderview
5213
5214                 This shouldn't have broken the existing:
5215                 From                    To
5216                 summaryview             folderview
5217                 folderview              folderview
5218                 summaryview             compose's attachments
5219
5220         Tests welcomed.
5221
5222 2006-02-02 [paul]       2.0.0cvs9
5223
5224         * src/mainwindow.c
5225                 move global option 'Set displayed columns...' out
5226                 of folder option grouping.
5227                 fix sensitivity of 'harvest addresses'
5228         FOR_STABLE
5229
5230 2006-02-01 [colin]      2.0.0cvs8
5231
5232         * src/mimeview.c
5233                 Revert the alertpanel patch, it sucks (intrusive
5234                 and gets in the way of "open")
5235
5236 2006-02-01 [colin]      2.0.0cvs7
5237
5238         * src/compose.c
5239         * src/prefs_account.c
5240         * src/prefs_common.c
5241         * src/common/defs.h
5242         * src/common/utils.c
5243         * src/common/utils.h
5244                 Add ability to edit the signature file
5245                 from the account preferences, and use
5246                 a default for the text editor.
5247                 Patch by Fabien Vantard
5248
5249 2006-02-01 [colin]      2.0.0cvs6
5250
5251         * src/mimeview.c
5252                 Try to get mime type by extension if it is
5253                 application/octet-stream
5254                 Display a window with possible choices when
5255                 encountering unknown mime types
5256         * src/gtk/filesel.c
5257         * src/gtk/filesel.h
5258                 Add preview
5259                 Allow multiple selection in filtered filesel
5260                 (patch by Fabien Vantard)
5261         * src/gtk/pluginwindow.c
5262                 Use it (patch by Fabien Vantard)
5263
5264 2006-02-01 [paul]       2.0.0cvs5
5265
5266         * src/jpilot.c
5267                 fix crash on creating jpilot address book
5268                 Thanks to Colin - FOR_STABLE
5269         * src/prefs_summaries.c
5270         * src/prefs_wrapping.c
5271         * src/gtk/icon_legend.c
5272         * src/gtk/quicksearch.c
5273                 string fixes and additions
5274
5275 2006-02-01 [paul]       2.0.0cvs4
5276
5277         * src/compose.c
5278         * src/mainwindow.c
5279         * src/messageview.c
5280         * src/prefs_send.c
5281                 add Arabic encoding option
5282                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5283
5284 2006-01-31 [colin]      2.0.0cvs3
5285
5286         * src/plugins/pgpcore/passphrase.c
5287                 Convert passphrase to locale encoding
5288         * src/compose.c
5289                 Fix drafting on IMAP. Crappy bug sneaked in
5290                 the release :-/
5291         FOR_STABLE
5292
5293 2006-01-30 [paul]       2.0.0cvs2
5294
5295         * src/gtk/icon_legend.c
5296                 show the new entries
5297
5298 2006-01-30 [colin]      2.0.0cvs1
5299
5300         * src/manual.c
5301                 Check for the file to be present before 
5302                 enabling the menu - FOR_STABLE
5303         * src/gtk/icon_legend.c
5304                 Add folders icons (not all of them, there
5305                 are too much, but the most intriguing ones)
5306
5307 2006-01-30 [paul]       2.0.0
5308
5309         version 2.0.0 released
5310
5311 2006-01-30 [paul]       1.9.100cvs200
5312
5313         * manual/faq.xml
5314         * manual/gpl.xml
5315         * manual/intro.xml
5316         * manual/starting.xml
5317         * manual/sylpheed-claws-manual.xml
5318                 fixes, additions
5319
5320 2006-01-29 [mones]      1.9.100cvs199
5321
5322         * manual/account.xml
5323         * manual/advanced.xml
5324         * manual/glossary.xml
5325                 Some typos fixed, added LDIF term to glossary
5326         * po/es.po
5327                 Fixed leading plus symbol
5328
5329 2006-01-29 [paul]       1.9.100cvs198
5330
5331         * po/fi.po
5332         * po/sk.po
5333                 updated by Tommi Pirinen and Andrej Kacian
5334
5335 2006-01-29 [paul]       1.9.100cvs197
5336
5337         * src/gtk/authors.h
5338                 remove duplicates
5339
5340 2006-01-29 [paul]       1.9.100cvs196
5341
5342         * AUTHORS
5343         * po/nl.po
5344         * src/gtk/authors.h
5345         * tools/claws.i18n.status.pl
5346                 nl translation updated by Tim Dijkstra
5347
5348 2006-01-29 [paul]       1.9.100cvs195
5349
5350         * po/sr.po
5351         * po/sv.po
5352                 updated by Aleksandar Urosevic and Anders Troback
5353
5354 2006-01-28 [colin]      1.9.100cvs194
5355
5356         * src/gtk/gtksourceprintjob.c
5357                 Don't fiddle with PangoLayout when we
5358                 have an image
5359
5360 2006-01-28 [paul]       1.9.100cvs193
5361
5362         * AUTHORS
5363         * po/el.po
5364         * po/zh_CN.po
5365         * src/gtk/authors.h
5366         * tools/claws.i18n.status.pl
5367                 updated translations submitted by Stavros Giannouris
5368                 and Ralgh Young
5369
5370 2006-01-27 [colin]      1.9.100cvs192
5371
5372         * src/summaryview.c
5373         * src/gtk/gtksourceprintjob.c
5374                 Add image printing 
5375                 (libgnomeprint only, of course)
5376
5377 2006-01-27 [paul]       1.9.100cvs191
5378
5379         * po/fr.po
5380         * po/it.po
5381                 updated by Fabien Vantard and Andrea Spadaccini
5382
5383 2006-01-26 [colin]      1.9.100cvs190
5384
5385         * manual/Makefile.am
5386         * configure.ac
5387                 Make building the manual optional 
5388                 (--disable-manual)
5389
5390 2006-01-26 [paul]       1.9.100cvs189
5391
5392         * manual/glossary.xml
5393         * manual/plugins.xml
5394                 edited
5395         * po/en_GB.po
5396                 updated
5397
5398 2006-01-26 [paul]       1.9.100cvs188
5399
5400         * src/prefs_display_header.c
5401         * src/prefs_folder_column.c
5402         * src/prefs_msg_colors.c
5403         * src/prefs_summaries.c
5404         * src/prefs_summary_column.c
5405                 HIGify
5406
5407 2006-01-25 [colin]      1.9.100cvs187
5408
5409         * src/imap.c
5410                 Don't allow moving/copying mails between
5411                 queue/drafts and non-queue/drafts folders
5412                 Fixes bug #897 (message header is resetted 
5413                 if one is copied to Drafts)
5414
5415 2006-01-25 [colin]      1.9.100cvs186
5416
5417         * src/folder.c
5418         * src/mainwindow.c
5419                 Fix subscribed folders not found
5420         * src/compose.c
5421                 Don't try to encode as original mail's charset
5422                 if it's ascii 
5423
5424 2006-01-25 [paul]       1.9.100cvs185
5425
5426         * AUTHORS
5427         * po/Makevars
5428                 updated
5429         * po/de.po
5430         * po/pl.po
5431         * po/pt_BR.po
5432         * po/sr.po
5433                 updates submitted by Stephan Sachse, Emilian Nowak
5434                 and Quar, Frederico Goncalves Guimaraes, and
5435                 Aleksandar Urosevic
5436                 Fix Bug 896, 'PT_BR locale broken'.
5437         * src/gtk/authors.h
5438                 updated
5439
5440 2006-01-24 [mones]      1.9.100cvs184
5441
5442         * manual/glossary.xml
5443                 All current terms finished. Reviewers welcome ;-)
5444         * manual/keyboard.xml
5445                 Fixed column width for pdf output.
5446         * po/es.po
5447                 Updated
5448
5449 2006-01-24 [paul]       1.9.100cvs183
5450
5451         * manual/glossary.xml
5452                 fix id name
5453         * manual/dist/html/Makefile.am
5454         * manual/dist/pdf/Makefile.am
5455         * manual/dist/ps/Makefile.am
5456         * manual/dist/txt/Makefile.am
5457                 fix make deps
5458                 Thanks to Colin
5459
5460 2006-01-24 [mones]      1.9.100cvs182
5461
5462         * manual/glossary.xml
5463                 Nearly finished, some terms missing.
5464
5465 2006-01-23 [paul]       1.9.100cvs181
5466
5467         * manual/dist/html/Makefile.am
5468         * manual/dist/pdf/Makefile.am
5469         * manual/dist/ps/Makefile.am
5470         * manual/dist/txt/Makefile.am
5471         * src/mainwindow.c
5472                 re-enable manual
5473                 Thanks to Colin
5474
5475 2006-01-22 [colin]      1.9.100cvs180
5476
5477         * src/compose.c
5478         * src/gtk/gtkaspell.c
5479                 Don't deselect stuff before right-clicking, with aspell.
5480                 (This prevented right-click Copy, for example).
5481                 Thanks to Clo!
5482
5483 2006-01-22 [paul]       1.9.100cvs179
5484
5485         * src/summary_search.c
5486                 don't fix the widget size as it causes problems
5487                 under localisation.
5488                 Thanks to Emilian Nowak
5489
5490 2006-01-21 [paul]       1.9.100cvs178
5491
5492         * src/prefs_themes.c
5493                 fix broken underlining of label text
5494                 with some translations
5495
5496 2006-01-21 [colin]      1.9.100cvs177
5497
5498         * po/fr.po
5499                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5500
5501 2006-01-20 [colin]      1.9.100cvs176
5502
5503         * configure.ac
5504         * Makefile.am
5505         * manual/Makefile
5506         * manual/dist/html/.cvsignore
5507         * manual/dist/html/Makefile.am
5508         * manual/dist/pdf/.cvsignore
5509         * manual/dist/pdf/Makefile.am
5510         * manual/dist/ps/.cvsignore
5511         * manual/dist/ps/Makefile.am
5512         * manual/dist/txt/.cvsignore
5513         * manual/dist/txt/Makefile.am
5514                 Autotool-ize manual
5515
5516 2006-01-20 [paul]       1.9.100cvs175
5517
5518         * manual/handling.xml
5519                 make Filtering and Searching entries easier to find
5520         * manual/keyboard.xml
5521                 add the remaining default keybinds
5522         * src/prefs_summaries.c
5523                 update the default keybinds
5524
5525 2006-01-20 [paul]       1.9.100cvs174
5526
5527         * src/addressbook.c
5528         * src/addrgather.c
5529         * src/addrharvest.c
5530         * src/editaddress.c
5531         * src/editgroup.c
5532         * src/exphtmldlg.c
5533         * src/expldifdlg.c
5534         * src/exporthtml.c
5535         * src/exportldif.c
5536         * src/ldif.c
5537                 replace 'e-mail' with 'email'
5538         * src/summary_search.c
5539                 add mnemonic to "Find all" button
5540
5541 2006-01-20 [wwp]        1.9.100cvs173
5542
5543         * src/export.c
5544         * src/import.c
5545                 touched mbox import/export buttons for HIG-compliance
5546
5547 2006-01-19 [paul]       1.9.100cvs172
5548
5549         * manual/account.xml
5550         * manual/addrbook.xml
5551         * manual/advanced.xml
5552         * manual/faq.xml
5553         * manual/handling.xml
5554         * manual/intro.xml
5555         * manual/plugins.xml
5556         * manual/starting.xml
5557                 more editing
5558
5559 2006-01-19 [paul]       1.9.100cvs171
5560
5561         * src/toolbar.c
5562                 allow use of trash button while receiving
5563                 Thanks to Colin
5564
5565 2006-01-19 [wwp]        1.9.100cvs170
5566
5567         * src/gtk/quicksearch.c
5568         * src/compose.c
5569                 force text color to black when yellow background is set
5570
5571 2006-01-19 [colin]      1.9.100cvs169
5572
5573         * src/plugins/trayicon/trayicon.c
5574                 Gray out Get Mail when already getting mail
5575
5576 2006-01-18 [paul]       1.9.100cvs168
5577
5578         * src/compose.c
5579                 give widget yellow background was To is
5580                 set via folder prefs
5581         * src/gtk/quicksearch.c
5582                 give widget yellow background when quick
5583                 search is active.
5584                 Thanks to Colin
5585
5586 2006-01-18 [paul]       1.9.100cvs167
5587
5588         * doc/man/sylpheed-claws.1
5589                 add --subscribe option
5590
5591 2006-01-18 [paul]       1.9.100cvs166
5592
5593         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5594         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5595                 use %U instead of %F (%F is broken for user installed
5596                 files in kde 3.5)
5597
5598 2006-01-18 [colin]      1.9.100cvs165
5599
5600         * src/summaryview.c
5601                 Default to Yes in "No more * messages" dialogs
5602
5603 2006-01-17 [colin]      1.9.100cvs164
5604
5605         * src/compose.c
5606                 Possibly fix an invalid iterator causing
5607                 crash
5608
5609 2006-01-17 [colin]      1.9.100cvs163
5610
5611         * src/mimeview.c
5612                 Fix crash when the image disappears under the
5613                 image viewer
5614
5615 2006-01-16 [colin]      1.9.100cvs162
5616
5617         * src/compose.c
5618                 Fix reenabling autowrap
5619
5620 2006-01-16 [colin]      1.9.100cvs161
5621
5622         * src/compose.c
5623                 reset quote_len before getting quote_str
5624
5625 2006-01-16 [colin]      1.9.100cvs160
5626
5627         * src/account.c
5628         * src/account.h
5629         * src/folder.c
5630         * src/imap_gtk.c
5631         * src/mh_gtk.c
5632                 Fix bug #883 (default inbox does not track folder move)
5633
5634 2006-01-16 [colin]      1.9.100cvs159
5635
5636         * src/compose.c
5637         * src/plugins/pgpcore/passphrase.c
5638                 More buttons fixes
5639
5640 2006-01-16 [paul]       1.9.100cvs158
5641
5642         * src/prefs_actions.c
5643         * src/prefs_filtering_action.c
5644         * src/prefs_matcher.c
5645         * src/quote_fmt.c
5646         * src/gtk/description_window.c
5647         * src/gtk/description_window.h
5648         * src/gtk/quicksearch.c
5649                 description window cleanups
5650
5651 2006-01-15 [colin]      1.9.100cvs157
5652
5653         * src/addressbook.c
5654         * src/prefs_filtering.c
5655                 Same here
5656
5657 2006-01-15 [colin]      1.9.100cvs156
5658
5659         * src/folderview.c
5660         * src/mainwindow.c
5661                 Same for "Empty trash"
5662
5663 2006-01-15 [colin]      1.9.100cvs155
5664
5665         * src/inc.c
5666                 Override offline dialog had Yes by default
5667
5668 2006-01-15 [colin]      1.9.100cvs154
5669
5670         * src/summaryview.c
5671                 Delete selected messages? previously had Yes the default
5672
5673 2006-01-15 [colin]      1.9.100cvs153
5674
5675         * src/folder.c
5676         * src/folder.h
5677         * src/main.c
5678                 Check if a mailbox is loaded after all
5679                 plugins are loaded.
5680
5681 2006-01-15 [colin]      1.9.100cvs152
5682
5683         * src/folder.c
5684                 Don't start wizard when there are unloaded folders (will help
5685                 people with only mbox or maildir mailboxes)
5686
5687 2006-01-14 [colin]      1.9.100cvs151
5688
5689         * src/addressbook.c
5690         * src/expldifdlg.c
5691         * src/importldif.c
5692         * src/importmutt.c
5693         * src/importpine.c
5694         * src/mh_gtk.c
5695                 More HIG compliance and fixes
5696
5697 2006-01-14 [colin]      1.9.100cvs150
5698
5699         * src/prefs_filtering_action.c
5700         * src/foldersel.c
5701                 Two forgotten button order changes
5702
5703 2006-01-14 [colin]      1.9.100cvs149
5704
5705         * src/account.c
5706         * src/addressbook.c
5707         * src/compose.c
5708         * src/folderview.c
5709         * src/imap_gtk.c
5710         * src/mainwindow.c
5711         * src/mh_gtk.c
5712         * src/news_gtk.c
5713         * src/prefs_actions.c
5714         * src/prefs_customheader.c
5715         * src/prefs_filtering.c
5716         * src/prefs_matcher.c
5717         * src/prefs_template.c
5718         * src/ssl_manager.c
5719         * src/summaryview.c
5720         * src/textview.c
5721         * src/toolbar.c
5722                 All deletion confirmations are now "Cancel, Delete" 
5723                 instead of "No, Yes"
5724                 Clarified most of the other "No, Yes" to 
5725                 "Cancel, Descriptive_action"
5726                 Rechanged the "Entry not saved" alerts to have 
5727                 "Close, Continue editing"
5728
5729
5730 2006-01-14 [paul]
5731
5732         * 2.0.0-rc4 released
5733
5734 2006-01-14 [paul]       1.9.100cvs148
5735
5736         * src/account.c
5737         * src/addressadd.c
5738         * src/addressbook.c
5739         * src/compose.c
5740         * src/editaddress.c
5741         * src/editbook.c
5742         * src/editgroup.c
5743         * src/editjpilot.c
5744         * src/editldap.c
5745         * src/editvcard.c
5746         * src/exphtmldlg.c
5747         * src/expldifdlg.c
5748         * src/folderview.c
5749         * src/grouplistdialog.c
5750         * src/imap_gtk.c
5751         * src/importmutt.c
5752         * src/importpine.c
5753         * src/inc.c
5754         * src/main.c
5755         * src/mainwindow.c
5756         * src/message_search.c
5757         * src/messageview.c
5758         * src/mh_gtk.c
5759         * src/mimeview.c
5760         * src/news_gtk.c
5761         * src/prefs_actions.c
5762         * src/prefs_customheader.c
5763         * src/prefs_filtering.c
5764         * src/prefs_matcher.c
5765         * src/prefs_template.c
5766         * src/prefs_themes.c
5767         * src/ssl_manager.c
5768         * src/summary_search.c
5769         * src/summaryview.c
5770         * src/textview.c
5771         * src/toolbar.c
5772         * src/gtk/foldersort.c
5773         * src/gtk/gtkaspell.c
5774         * src/gtk/inputdialog.c
5775         * src/gtk/prefswindow.c
5776         * src/plugins/pgpcore/select-keys.c
5777         * src/plugins/trayicon/trayicon.c
5778                 HIG compliant button order
5779
5780 2006-01-14 [mones]      1.9.100cvs147
5781
5782         * po/es.po
5783                 Updated translation
5784
5785 2006-01-13 [paul]       1.9.100cvs146
5786
5787         * AUTHORS
5788         * ChangeLog
5789         * src/gtk/authors.h
5790                 add Joshua M. Kwan to contributors list
5791
5792 2006-01-13 [colin]      1.9.100cvs145
5793
5794         * src/gtk/quicksearch.c
5795                 Don't refocus quick search after executing (Esc or Enter)
5796                 Allows to '/'search something then move up/down in 
5797                 summaryview, and to Esc a search and be back in the 
5798                 summaryview
5799
5800 2006-01-13 [paul]       1.9.100cvs144
5801
5802         * src/plugins/pgpinline/pgpinline.c
5803                 support Content-Type 'application/pgp'
5804                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5805
5806 2006-01-13 [paul]       1.9.100cvs143
5807
5808         * manual/account.xml
5809                 make mention of partial retrieval
5810                 thanks to Colin
5811
5812 2006-01-13 [paul]       1.9.100cvs142
5813
5814         * src/account.c
5815         * src/account.h
5816         * src/action.c
5817         * src/action.h
5818         * src/adbookbase.h
5819         * src/addr_compl.c
5820         * src/addr_compl.h
5821         * src/addrbook.c
5822         * src/addrcache.c
5823         * src/addrcache.h
5824         * src/addrcindex.c
5825         * src/addrcindex.h
5826         * src/addrclip.c
5827         * src/addrclip.h
5828         * src/addrdefs.h
5829         * src/addressadd.c
5830         * src/addressadd.h
5831         * src/addressbook.c
5832         * src/addressbook.h
5833         * src/addrgather.c
5834         * src/addrgather.h
5835         * src/addrharvest.c
5836         * src/addrharvest.h
5837         * src/addrindex.c
5838         * src/addrindex.h
5839         * src/addritem.c
5840         * src/addritem.h
5841         * src/addrquery.c
5842         * src/addrquery.h
5843         * src/addrselect.c
5844         * src/addrselect.h
5845         * src/alertpanel.c
5846         * src/alertpanel.h
5847         * src/browseldap.c
5848         * src/browseldap.h
5849         * src/codeconv.c
5850         * src/codeconv.h
5851         * src/compose.c
5852         * src/compose.h
5853         * src/customheader.c
5854         * src/customheader.h
5855         * src/displayheader.c
5856         * src/displayheader.h
5857         * src/editaddress.c
5858         * src/editaddress.h
5859         * src/editbook.c
5860         * src/editbook.h
5861         * src/editgroup.c
5862         * src/editgroup.h
5863         * src/editjpilot.c
5864         * src/editjpilot.h
5865         * src/editldap.c
5866         * src/editldap.h
5867         * src/editldap_basedn.c
5868         * src/editldap_basedn.h
5869         * src/editvcard.c
5870         * src/editvcard.h
5871         * src/exphtmldlg.c
5872         * src/exphtmldlg.h
5873         * src/expldifdlg.c
5874         * src/expldifdlg.h
5875         * src/export.h
5876         * src/exporthtml.c
5877         * src/exporthtml.h
5878         * src/exportldif.c
5879         * src/exportldif.h
5880         * src/filtering.c
5881         * src/filtering.h
5882         * src/folder.c
5883         * src/folder.h
5884         * src/folder_item_prefs.c
5885         * src/folder_item_prefs.h
5886         * src/foldersel.c
5887         * src/foldersel.h
5888         * src/folderutils.c
5889         * src/folderutils.h
5890         * src/folderview.c
5891         * src/folderview.h
5892         * src/grouplistdialog.c
5893         * src/grouplistdialog.h
5894         * src/headerview.c
5895         * src/html.c
5896         * src/html.h
5897         * src/image_viewer.c
5898         * src/image_viewer.h
5899         * src/imap.c
5900         * src/imap.h
5901         * src/imap_gtk.c
5902         * src/imap_gtk.h
5903         * src/import.h
5904         * src/importldif.c
5905         * src/importldif.h
5906         * src/importmutt.c
5907         * src/importmutt.h
5908         * src/importpine.c
5909         * src/importpine.h
5910         * src/inc.c
5911         * src/inc.h
5912         * src/jpilot.c
5913         * src/jpilot.h
5914         * src/ldapctrl.c
5915         * src/ldapctrl.h
5916         * src/ldaplocate.c
5917         * src/ldaplocate.h
5918         * src/ldapquery.c
5919         * src/ldapquery.h
5920         * src/ldapserver.c
5921         * src/ldapserver.h
5922         * src/ldaputil.c
5923         * src/ldaputil.h
5924         * src/ldif.c
5925         * src/ldif.h
5926         * src/main.c
5927         * src/main.h
5928         * src/mainwindow.c
5929         * src/mainwindow.h
5930         * src/manual.c
5931         * src/manual.h
5932         * src/mbox.c
5933         * src/mbox.h
5934         * src/message_search.c
5935         * src/message_search.h
5936         * src/messageview.c
5937         * src/messageview.h
5938         * src/mh.c
5939         * src/mh.h
5940         * src/mh_gtk.c
5941         * src/mh_gtk.h
5942         * src/mimeview.c
5943         * src/mimeview.h
5944         * src/msgcache.c
5945         * src/msgcache.h
5946         * src/mutt.c
5947         * src/mutt.h
5948         * src/news.c
5949         * src/news.h
5950         * src/news_gtk.c
5951         * src/news_gtk.h
5952         * src/partial_download.c
5953         * src/partial_download.h
5954         * src/pine.c
5955         * src/pine.h
5956         * src/pop.c
5957         * src/pop.h
5958         * src/prefs_account.c
5959         * src/prefs_account.h
5960         * src/prefs_actions.c
5961         * src/prefs_actions.h
5962         * src/prefs_common.c
5963         * src/prefs_common.h
5964         * src/prefs_compose_writing.c
5965         * src/prefs_compose_writing.h
5966         * src/prefs_customheader.c
5967         * src/prefs_customheader.h
5968         * src/prefs_display_header.c
5969         * src/prefs_display_header.h
5970         * src/prefs_filtering.c
5971         * src/prefs_filtering.h
5972         * src/prefs_filtering_action.c
5973         * src/prefs_filtering_action.h
5974         * src/prefs_folder_column.c
5975         * src/prefs_folder_column.h
5976         * src/prefs_folder_item.c
5977         * src/prefs_folder_item.h
5978         * src/prefs_fonts.c
5979         * src/prefs_fonts.h
5980         * src/prefs_gtk.c
5981         * src/prefs_gtk.h
5982         * src/prefs_image_viewer.c
5983         * src/prefs_image_viewer.h
5984         * src/prefs_matcher.c
5985         * src/prefs_matcher.h
5986         * src/prefs_message.c
5987         * src/prefs_msg_colors.c
5988         * src/prefs_msg_colors.h
5989         * src/prefs_other.c
5990         * src/prefs_quote.c
5991         * src/prefs_receive.c
5992         * src/prefs_send.c
5993         * src/prefs_spelling.c
5994         * src/prefs_spelling.h
5995         * src/prefs_summaries.c
5996         * src/prefs_summaries.h
5997         * src/prefs_summary_column.c
5998         * src/prefs_summary_column.h
5999         * src/prefs_template.c
6000         * src/prefs_template.h
6001         * src/prefs_themes.c
6002         * src/prefs_themes.h
6003         * src/prefs_toolbar.c
6004         * src/prefs_toolbar.h
6005         * src/prefs_wrapping.c
6006         * src/prefs_wrapping.h
6007         * src/privacy.c
6008         * src/privacy.h
6009         * src/procheader.c
6010         * src/procheader.h
6011         * src/procmime.c
6012         * src/procmime.h
6013         * src/procmsg.c
6014         * src/procmsg.h
6015         * src/quote_fmt.c
6016         * src/quote_fmt_parse.y
6017         * src/recv.c
6018         * src/recv.h
6019         * src/remotefolder.c
6020         * src/remotefolder.h
6021         * src/send_message.c
6022         * src/send_message.h
6023         * src/setup.c
6024         * src/setup.h
6025         * src/sourcewindow.c
6026         * src/sourcewindow.h
6027         * src/ssl_manager.c
6028         * src/ssl_manager.h
6029         * src/statusbar.c
6030         * src/statusbar.h
6031         * src/stock_pixmap.c
6032         * src/stock_pixmap.h
6033         * src/summary_search.c
6034         * src/summary_search.h
6035         * src/summaryview.c
6036         * src/summaryview.h
6037         * src/syldap.c
6038         * src/syldap.h
6039         * src/textview.c
6040         * src/textview.h
6041         * src/toolbar.c
6042         * src/toolbar.h
6043         * src/undo.c
6044         * src/undo.h
6045         * src/unmime.c
6046         * src/unmime.h
6047         * src/vcard.c
6048         * src/vcard.h
6049         * src/wizard.c
6050         * src/wizard.h
6051         * src/common/base64.c
6052         * src/common/base64.h
6053         * src/common/defs.h
6054         * src/common/hooks.c
6055         * src/common/hooks.h
6056         * src/common/log.c
6057         * src/common/log.h
6058         * src/common/mgutils.c
6059         * src/common/mgutils.h
6060         * src/common/nntp.c
6061         * src/common/nntp.h
6062         * src/common/passcrypt.c
6063         * src/common/passcrypt.h.in
6064         * src/common/plugin.c
6065         * src/common/plugin.h
6066         * src/common/prefs.c
6067         * src/common/prefs.h
6068         * src/common/progressindicator.c
6069         * src/common/progressindicator.h
6070         * src/common/quoted-printable.c
6071         * src/common/quoted-printable.h
6072         * src/common/session.c
6073         * src/common/session.h
6074         * src/common/smtp.c
6075         * src/common/smtp.h
6076         * src/common/socket.c
6077         * src/common/socket.h
6078         * src/common/ssl.c
6079         * src/common/ssl.h
6080         * src/common/ssl_certificate.c
6081         * src/common/ssl_certificate.h
6082         * src/common/stringtable.c
6083         * src/common/stringtable.h
6084         * src/common/sylpheed.c
6085         * src/common/sylpheed.h
6086         * src/common/template.c
6087         * src/common/template.h
6088         * src/common/timing.h
6089         * src/common/utils.c
6090         * src/common/utils.h
6091         * src/common/version.h.in
6092         * src/common/xml.c
6093         * src/common/xml.h
6094         * src/common/xmlprops.c
6095         * src/common/xmlprops.h
6096         * src/gtk/colorlabel.c
6097         * src/gtk/colorsel.c
6098         * src/gtk/colorsel.h
6099         * src/gtk/description_window.c
6100         * src/gtk/description_window.h
6101         * src/gtk/filesel.c
6102         * src/gtk/filesel.h
6103         * src/gtk/foldersort.c
6104         * src/gtk/foldersort.h
6105         * src/gtk/gtkutils.c
6106         * src/gtk/gtkutils.h
6107         * src/gtk/inputdialog.c
6108         * src/gtk/inputdialog.h
6109         * src/gtk/logwindow.c
6110         * src/gtk/logwindow.h
6111         * src/gtk/manage_window.c
6112         * src/gtk/manage_window.h
6113         * src/gtk/menu.c
6114         * src/gtk/menu.h
6115         * src/gtk/pluginwindow.c
6116         * src/gtk/pluginwindow.h
6117         * src/gtk/prefswindow.c
6118         * src/gtk/prefswindow.h
6119         * src/gtk/progressdialog.c
6120         * src/gtk/progressdialog.h
6121         * src/gtk/sslcertwindow.c
6122         * src/gtk/sslcertwindow.h
6123         * src/plugins/clamav/clamav_plugin.c
6124         * src/plugins/clamav/clamav_plugin.h
6125         * src/plugins/clamav/clamav_plugin_gtk.c
6126         * src/plugins/demo/demo.c
6127         * src/plugins/dillo_viewer/dillo_prefs.c
6128         * src/plugins/dillo_viewer/dillo_prefs.h
6129         * src/plugins/dillo_viewer/dillo_viewer.c
6130         * src/plugins/pgpcore/passphrase.c
6131         * src/plugins/pgpcore/passphrase.h
6132         * src/plugins/pgpcore/plugin.c
6133         * src/plugins/pgpcore/select-keys.c
6134         * src/plugins/pgpcore/select-keys.h
6135         * src/plugins/pgpcore/sgpgme.c
6136         * src/plugins/pgpcore/sgpgme.h
6137         * src/plugins/pgpinline/pgpinline.c
6138         * src/plugins/pgpinline/pgpinline.h
6139         * src/plugins/pgpinline/plugin.c
6140         * src/plugins/pgpmime/pgpmime.c
6141         * src/plugins/pgpmime/pgpmime.h
6142         * src/plugins/pgpmime/plugin.c
6143         * src/plugins/spamassassin/spamassassin.c
6144         * src/plugins/spamassassin/spamassassin.h
6145         * src/plugins/spamassassin/spamassassin_gtk.c
6146         * src/plugins/trayicon/trayicon.c
6147                 update copyright header
6148
6149 2006-01-13 [paul]       1.9.100cvs141
6150
6151         * src/account.c
6152         * src/export.c
6153         * src/import.c
6154         * src/mainwindow.c
6155         * src/prefs_account.c
6156         * src/prefs_display_header.c
6157         * src/prefs_receive.c
6158         * src/prefs_send.c
6159         * src/prefs_summaries.c
6160         * src/prefs_themes.c
6161         * src/prefs_toolbar.c
6162         * src/gtk/about.c
6163                 various cleanups
6164
6165 2006-01-12 [colin]      1.9.100cvs140
6166
6167         * src/folder.c
6168         * src/folder.h
6169         * src/main.c
6170                 Add --subscribe option
6171                 Let sylpheed-claws email@domain.com equivalent to --compose
6172                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6173
6174 2006-01-12 [paul]       1.9.100cvs139
6175
6176         * src/mainwindow.c
6177                 append 'Change folder order' label with '...'
6178         * src/prefs_actions.c
6179                 allow reordering of actions list by dnd
6180         * src/gtk/foldersort.c
6181                 make the dialog nicer
6182
6183 2006-01-11 [colin]      1.9.100cvs138
6184
6185         * src/compose.c
6186                 Allow templates without text
6187
6188 2006-01-11 [paul]       1.9.100cvs137
6189
6190         * tools/README
6191         * tools/filter_conv_new.pl
6192                 add info to README
6193                 also check .sylpheed for filter.xml
6194                 be a bit informative to the user
6195
6196 2006-01-11 [colin]      1.9.100cvs136
6197
6198         * src/textview.c
6199                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6200
6201 2006-01-10 [paul]       1.9.100cvs135
6202
6203         * tools/Makefile.am
6204         * tools/filter_conv_new.pl
6205                 add script to convert new style Sylpheed
6206                 filter rules (Sylpheed >= 0.9.99) to
6207                 Claws filtering rules
6208
6209 2006-01-10 [colin]      1.9.100cvs134
6210
6211         * src/compose.c
6212                 Fix broken line joins in certain conditions
6213                 (between two quoted lines: <enter><enter><up>
6214                  <type a wrapped sentence><go in the first line>
6215                  <insert more text><watch as line joining failed>)
6216
6217 2006-01-10 [paul]       1.9.100cvs133
6218
6219         * src/compose.c
6220                 don't report success in error dialog
6221                 thanks to Colin
6222         * src/common/utils.c
6223                 include some trailing punctuations as URI
6224                 thanks to Hiro
6225
6226 2006-01-10 [paul]       1.9.100cvs132
6227
6228         * src/mimeview.c
6229                 fix incompatible pointer type
6230                 warning
6231
6232 2006-01-10 [paul]       1.9.100cvs131
6233
6234         * src/compose.c
6235                 change Subject in window title
6236                 instantaneously
6237
6238 2006-01-09 [colin]      1.9.100cvs130
6239
6240         * src/addressbook.c
6241         * src/headerview.c
6242         * src/mainwindow.c
6243         * src/messageview.c
6244         * src/mimeview.c
6245         * src/noticeview.c
6246         * src/summaryview.c
6247                 Fix possible crashes on exit and in addressbook
6248
6249 2006-01-09 [paul]       1.9.100cvs129
6250
6251         * src/prefs_msg_colors.c
6252                 some cleanups that I forgot last time
6253
6254 2006-01-09 [paul]       1.9.100cvs128
6255
6256         * README
6257         * src/folderview.c
6258         * src/prefs_msg_colors.c
6259                 add previously hidden option, color_new, to
6260                 the gui
6261                 move the page to Display/
6262                 rework the gui
6263
6264 2006-01-09 [wwp]        1.9.100cvs127
6265
6266         * src/prefs_themes.c
6267                 made the prefs/display/themes layouts spacing less condensed
6268                 (and so they match other prefs/pages' look).
6269
6270 2006-01-09 [paul]       1.9.100cvs126
6271
6272         * src/compose.c
6273         * src/prefs_common.c
6274         * src/prefs_common.h
6275         * src/prefs_wrapping.c
6276                 remove 'wrap at send' option
6277
6278 2006-01-06 [colin]      1.9.100cvs125
6279
6280         * src/compose.c
6281                 Just make completely sure we don't insert "manual line breaks" 
6282                 when wrapping... 
6283
6284 2006-01-04 [paul]
6285
6286         * 2.0.0-rc3 released
6287
6288 2006-01-04 [paul]       1.9.100cvs124
6289
6290         * src/folderview.c
6291                 fix bug 882, 'quick scroll in folder list
6292                 displays wrong folder contents'
6293
6294 2006-01-04 [paul]       1.9.100cvs123
6295
6296         * src/plugins/pgpmime/pgpmime.c
6297                 better debug information when signing
6298                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6299
6300 2006-01-03 [colin]      1.9.100cvs122
6301
6302         * configure.ac
6303                 We need to recheck for gpgme 1.0.0 after checking
6304                 for 1.1.1, because if 1.1.1 isn't available, 
6305                 GPGME_LIBS and friends are blanked out by the 
6306                 second check.
6307
6308 2006-01-03 [colin]      1.9.100cvs121
6309
6310         * src/common/prefs.c
6311                 Windows unlink-before rename fix
6312         * src/plugins/pgpcore/sgpgme.c
6313                 Add support for PKA info if available
6314                 Both patches by Werner Koch
6315
6316 2006-01-03 [paul]       1.9.100cvs120
6317
6318         * src/messageview.c
6319                 fix bug 884, 'Send receipt' button visible in queue
6320                 Thanks to Colin
6321
6322 2006-01-02 [colin]      1.9.100cvs119
6323
6324         * src/compose.c
6325         * src/imap.c
6326                 Fix autosave on IMAP and more generally try to
6327                 return the correct ID on a newly added IMAP message
6328
6329 2006-01-02 [paul]       1.9.100cvs118
6330
6331         * manual/keyboard.xml
6332                 edited
6333
6334 2006-01-01 [paul]       1.9.100cvs117
6335
6336         * src/gtk/authors.h
6337                 alphabetical order
6338
6339 2005-12-30 [colin]      1.9.100cvs116
6340
6341         * manual/advanced.xml
6342                 Explain Pre/Post-processing differences.
6343
6344 2005-12-30 [colin]      1.9.100cvs115
6345
6346         * src/mh.c
6347                 Implement copy_msgs for a little optimization
6348         * src/imap.c
6349                 Finish yesterday's fix
6350
6351 2005-12-29 [colin]      1.9.100cvs114
6352
6353         * src/imap.c
6354                 Fix occasional failure in fetching a mail over
6355                 IMAP
6356
6357 2005-12-29 [colin]      1.9.100cvs113
6358
6359         * src/compose.c
6360                 Don't remove a draft when sending it, if it is 
6361                 locked.
6362
6363 2005-12-28 [colin]      1.9.100cvs112
6364
6365         * src/summaryview.c
6366                 Fix leak for real
6367
6368 2005-12-28 [wwp]        1.9.100cvs111
6369
6370         * doc/faq/.cvsignore
6371         * doc/faq/de/.cvsignore
6372         * doc/faq/en/.cvsignore
6373         * doc/faq/es/.cvsignore
6374         * doc/faq/fr/.cvsignore
6375         * doc/faq/it/.cvsignore
6376         * doc/manual/.cvsignore
6377         * doc/manual/de/.cvsignore
6378         * doc/manual/en/.cvsignore
6379         * doc/manual/es/.cvsignore
6380         * doc/manual/fr/.cvsignore
6381         * doc/manual/ja/.cvsignore
6382         * src/plugins/mathml_viewer/.cvsignore
6383                 rollback revival of those files (my bad, sorry for the noise).
6384
6385 2005-12-28 [wwp]        1.9.100cvs110
6386
6387         * src/compose.c
6388                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6389
6390 2005-12-28 [wwp]        1.9.100cvs109
6391
6392         * doc/faq/.cvsignore
6393         * doc/faq/de/.cvsignore
6394         * doc/faq/en/.cvsignore
6395         * doc/faq/es/.cvsignore
6396         * doc/faq/fr/.cvsignore
6397         * doc/faq/it/.cvsignore
6398         * doc/manual/.cvsignore
6399         * doc/manual/de/.cvsignore
6400         * doc/manual/en/.cvsignore
6401         * doc/manual/es/.cvsignore
6402         * doc/manual/fr/.cvsignore
6403         * doc/manual/ja/.cvsignore
6404         * src/plugins/mathml_viewer/.cvsignore
6405         * po/.cvsignore
6406                 more files to ignore.
6407
6408 2005-12-24 [colin]      1.9.100cvs108
6409
6410         * AUTHORS
6411         * src/gtk/authors.h
6412                 Update for Werner
6413
6414 2005-12-24 [colin]      1.9.100cvs107
6415
6416         * src/procmsg.c
6417                 Allow NULL src_msginfo in 
6418                 procmsg_msginfo_new_from_mimeinfo
6419
6420 2005-12-23 [paul]       1.9.100cvs106
6421
6422         * src/plugins/pgpinline/mypgpcore.def
6423                 add this forgotten file
6424
6425 2005-12-23 [colin]      1.9.100cvs105
6426
6427         * src/mainwindow.c
6428                 Fix missing break
6429
6430 2005-12-23 [colin]      1.9.100cvs104
6431
6432         * autogen.sh
6433         * src/folder.c
6434         * src/mh.c
6435         * src/common/plugin.c
6436         * src/common/socket.c
6437         * src/common/socket.h
6438         * src/common/utils.c
6439         * src/common/utils.h
6440         * src/gtk/pluginwindow.c
6441         * src/plugins/pgpcore/plugin.def
6442         * src/plugins/pgpcore/sylpheed.def
6443         * src/plugins/pgpinline/Makefile.am
6444         * src/plugins/pgpinline/plugin.def
6445         * src/plugins/pgpinline/sylpheed.def
6446         * src/plugins/pgpmime/plugin.def
6447         * src/plugins/pgpmime/sylpheed.def
6448                 Various w32 fixes by Werner Koch
6449
6450 2005-12-22 [paul]       1.9.100cvs103
6451
6452         * src/wizard.c
6453                 don't offer IMAP as 'server type' if
6454                 libetpan isn't built in
6455
6456 2005-12-22 [paul]       1.9.100cvs102
6457
6458         * AUTHORS
6459         * src/mainwindow.c
6460         * src/mainwindow.h
6461         * src/toolbar.c
6462         * src/gtk/authors.h
6463                 support GTK_TOOLBAR_BOTH_HORIZ (text
6464                 next to icon) Patch by Marien Zwart
6465                 marienz@users.sf.net
6466                 Also reword the text
6467
6468 2005-12-21 [colin]      1.9.100cvs101
6469
6470         * configure.ac
6471                 Fix DATADIRNAME
6472         * COPYING
6473                 Fix missing section and explicit the exception better
6474         * src/compose.c
6475                 Prevent mail from being lost without notice when an
6476                 SMTP error happens on trying to send an unmodified
6477                 drafted mail.
6478         * src/send_message.c
6479         * src/common/smtp.c
6480                 Fix password remembering when wrong, and add return
6481                 value checks where they should have been
6482         * src/plugins/pgpcore/sylpheed.def
6483         * src/plugins/pgpinline/sylpheed.def
6484         * src/plugins/pgpmime/sylpheed.def
6485                 Add a few symbols needed
6486
6487 2005-12-21 [paul]       1.9.100cvs100
6488
6489         * m4/codeset.m4
6490         * m4/glibc21.m4
6491         * m4/intdiv0.m4
6492         * m4/inttypes-pri.m4
6493         * m4/inttypes.m4
6494         * m4/inttypes_h.m4
6495         * m4/isc-posix.m4
6496         * m4/lcmessage.m4
6497         * m4/stdint_h.m4
6498         * m4/uintmax_t.m4
6499                 gettextization
6500                 thanks to Colin
6501
6502 2005-12-21 [paul]       1.9.100cvs99
6503
6504         * po/sv.po
6505                 fixed by Colin
6506
6507 2005-12-20 [paul]       1.9.100cvs98
6508
6509         * po/sv.po
6510                 updated by Anders Trobäck
6511
6512 2005-12-20 [colin]      1.9.100cvs97
6513
6514         * ABOUT-NLS
6515         * Makefile.am
6516         * autogen.sh
6517         * configure.ac
6518         * config/config.rpath
6519         * config/mkinstalldirs
6520         * m4/Makefile.am
6521         * m4/glibc2.m4
6522         * m4/gnupg.m4
6523         * m4/gpgme.m4
6524         * m4/intmax.m4
6525         * m4/longdouble.m4
6526         * m4/longlong.m4
6527         * m4/printf-posix.m4
6528         * m4/signed.m4
6529         * m4/size_max.m4
6530         * m4/ulonglong.m4
6531         * m4/wchar_t.m4
6532         * m4/wint_t.m4
6533         * m4/xsize.m4
6534         * po/Makefile.in.in
6535         * po/Makevars
6536         * po/bg.po
6537         * po/ca.po
6538         * po/cs.po
6539         * po/de.po
6540         * po/el.po
6541         * po/en_GB.po
6542         * po/es.po
6543         * po/fi.po
6544         * po/fr.po
6545         * po/hr.po
6546         * po/hu.po
6547         * po/it.po
6548         * po/ja.po
6549         * po/ko.po
6550         * po/nb.po
6551         * po/nl.po
6552         * po/pl.po
6553         * po/pt_BR.po
6554         * po/ru.po
6555         * po/sk.po
6556         * po/sr.po
6557         * po/stamp-po
6558         * po/sv.po
6559         * po/zh_CN.po
6560         * po/zh_TW.po
6561         * src/Makefile.am
6562         * src/codeconv.c
6563         * src/compose.c
6564         * src/exporthtml.c
6565         * src/exportldif.c
6566         * src/folder.c
6567         * src/main.c
6568         * src/manual.c
6569         * src/mh.c
6570         * src/mimeview.c
6571         * src/send_message.c
6572         * src/common/Makefile.am
6573         * src/common/fnmatch.c
6574         * src/common/fnmatch.h
6575         * src/common/fnmatch_loop.c
6576         * src/common/nntp.c
6577         * src/common/plugin.c
6578         * src/common/smtp.c
6579         * src/common/socket.c
6580         * src/common/string_match.c
6581         * src/common/sylpheed.c
6582         * src/common/utils.c
6583         * src/common/utils.h
6584         * src/common/w32_dirent.c
6585         * src/common/w32_reg.c
6586         * src/common/w32_signal.c
6587         * src/common/w32_stat.c
6588         * src/common/w32_stdio.c
6589         * src/common/w32_stdlib.c
6590         * src/common/w32_string.c
6591         * src/common/w32_time.c
6592         * src/common/w32_unistd.c
6593         * src/common/w32_wait.c
6594         * src/common/w32lib.h
6595         * src/etpan/Makefile.am
6596         * src/gtk/Makefile.am
6597         * src/plugins/clamav/Makefile.am
6598         * src/plugins/demo/Makefile.am
6599         * src/plugins/dillo_viewer/Makefile.am
6600         * src/plugins/pgpcore/Makefile.am
6601         * src/plugins/pgpcore/passphrase.c
6602         * src/plugins/pgpcore/plugin.def
6603         * src/plugins/pgpcore/sgpgme.c
6604         * src/plugins/pgpcore/sylpheed.def
6605         * src/plugins/pgpcore/version.rc
6606         * src/plugins/pgpinline/Makefile.am
6607         * src/plugins/pgpinline/plugin.def
6608         * src/plugins/pgpinline/sylpheed.def
6609         * src/plugins/pgpinline/version.rc
6610         * src/plugins/pgpmime/Makefile.am
6611         * src/plugins/pgpmime/mypgpcore.def
6612         * src/plugins/pgpmime/plugin.def
6613         * src/plugins/pgpmime/sylpheed.def
6614         * src/plugins/pgpmime/version.rc
6615         * src/plugins/spamassassin/Makefile.am
6616                 Very little ;-) patch from Werner Koch, providing
6617                 infrastructure for cross-compiling to Win32
6618
6619 2005-12-20 [paul]       1.9.100cvs96
6620
6621         * src/account.c
6622         * src/account.h
6623         * src/mainwindow.c
6624         * src/mainwindow.h
6625         * src/toolbar.c
6626         * src/toolbar.h
6627                 add a combo to the Get All button, allowing
6628                 quick retrieval from any account
6629                 Patch by Fabien Vantard, slightly modified
6630                 by Colin
6631         * src/gtk/about.c
6632                 i18n fix. Patch by Fabien Vantard
6633
6634 2005-12-19 [colin]      1.9.100cvs95
6635
6636         * src/compose.c
6637         * src/compose.h
6638                 Don't automatically join lines when they've 
6639                 been separated by the user and not automatically
6640
6641 2005-12-19 [paul]       1.9.100cvs94
6642
6643         * src/gtk/pluginwindow.c
6644                 i18n fix.
6645                 Patch by Fabien Vantard
6646
6647 2005-12-15 [paul]       1.9.100cvs93
6648
6649         * src/common/plugin.c
6650         * src/common/plugin.h
6651         * src/gtk/pluginwindow.c
6652         * src/plugins/clamav/clamav_plugin.c
6653         * src/plugins/demo/demo.c
6654         * src/plugins/dillo_viewer/dillo_viewer.c
6655         * src/plugins/pgpcore/plugin.c
6656         * src/plugins/pgpinline/plugin.c
6657         * src/plugins/pgpmime/plugin.c
6658         * src/plugins/spamassassin/spamassassin.c
6659         * src/plugins/trayicon/trayicon.c
6660                 add plugin_version()
6661
6662 2005-12-15 [colin]      1.9.100cvs92
6663
6664         * src/compose.c
6665                 Further fix bug #875
6666
6667 2005-12-15 [paul]       1.9.100cvs91
6668
6669         * src/gtk/filesel.c
6670                 fix attach_load_dir getting set to
6671                 PLUGINDIR on plugin load
6672
6673 2005-12-14 [mones]      1.9.100cvs90
6674
6675         * manual/ack.xml
6676         * manual/keyboard.xml
6677                 Initial draft and some shortcuts added
6678                 
6679         * po/es.po
6680                 Updated translation
6681
6682 2005-12-14 [colin]      1.9.100cvs89
6683
6684         * src/compose.c
6685         * src/imap.c
6686         * src/summaryview.c
6687         * src/gtk/gtkaspell.c
6688                 More leaks fixed
6689         * src/prefs_folder_item.c
6690                 Fix recursive prefs apply
6691
6692
6693 2005-12-14 [colin]      1.9.100cvs88
6694
6695         * src/compose.c
6696                 Fix bug #875 (Freeze On Inline Forward of 
6697                 Large Message)
6698
6699 2005-12-13 [colin]      1.9.100cvs87
6700
6701         * src/compose.c
6702                 Uniq-ify and sort the mimetypes list
6703                 Patch by Fabien Vantard
6704
6705 2005-12-13 [colin]      1.9.100cvs86
6706
6707         * src/imap.c
6708         * src/etpan/imap-thread.c
6709                 Fix leaks (patch by Hoa)
6710         * src/news.c
6711         * src/common/plugin.c
6712                 Fix leaks
6713
6714 2005-12-12 [colin]
6715
6716         * 2.0.0-rc2 released
6717
6718 2005-12-12 [colin]      1.9.100cvs85
6719
6720         * src/matcher.c
6721                 Fix a leak
6722
6723 2005-12-12 [wwp]        1.9.100cvs84
6724
6725         * src/gtk/icon_legend.c
6726                 fix misbehaviour and crash when closing the legend window
6727         using the Esc key (patch by Fabien Vantard).
6728
6729 2005-12-12 [paul]       1.9.100cvs83
6730
6731         * src/browseldap.c
6732         * src/foldersel.c
6733         * src/prefs_actions.c
6734         * src/prefs_filtering.c
6735         * src/prefs_matcher.c
6736         * src/prefs_spelling.glade      ** REMOVED **
6737         * src/prefs_template.c
6738         * src/gtk/foldersort.glade      ** REMOVED **
6739         * src/gtk/pluginwindow.c
6740         * src/gtk/pluginwindow.glade    ** REMOVED **
6741         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6742                 cleanups
6743
6744 2005-12-11 [paul]       1.9.100cvs82
6745
6746         * src/gtk/filesel.c
6747                 fix attach_load_dir crasher (double free)
6748
6749 2005-12-09 [paul]       1.9.100cvs81
6750
6751         * po/POTFILES.in
6752         * src/mainwindow.c
6753         * src/gtk/Makefile.am
6754         * src/gtk/icon_legend.c
6755         * src/gtk/icon_legend.h
6756                 add icon legend
6757         * src/manual.c
6758                 cleanup
6759
6760 2005-12-09 [paul]       1.9.100cvs80
6761
6762         * src/plugins/pgpcore/passphrase.c
6763                 wrap the label in the dialog
6764
6765 2005-12-09 [colin]      1.9.100cvs79
6766
6767         * src/plugins/pgpcore/sgpgme.c
6768                 Display (untrusted) on not trusted signatures
6769                 Patch by Michal Èihaø <michal@cihar.com>
6770                 Closes bug #867 (Report also key trust)
6771
6772 2005-12-09 [colin]      1.9.100cvs78
6773
6774         * src/common/plugin.c
6775                 Update licence check, following Eben Moglen's advice
6776
6777 2005-12-08 [colin]      1.9.100cvs77
6778
6779         * src/folder.c
6780                 Fix the occasionnal item->cache != NULL 
6781                 assertion failure. 
6782
6783 2005-12-08 [colin]      1.9.100cvs76
6784
6785         * src/mimeview.c
6786         * src/plugins/pgpcore/sgpgme.c
6787                 Print key id when unable to check it
6788                 Closes bug #866 (Show key id when missing)
6789
6790 2005-12-08 [paul]       1.9.100cvs75
6791
6792         * src/prefs_common.c
6793         * src/prefs_common.h
6794         * src/gtk/filesel.c
6795                 remember load attachment dir
6796
6797 2005-12-07 [colin]      1.9.100cvs74
6798
6799         * src/prefs_toolbar.c
6800                 Gtk fixes, patch by Fabien Vantard
6801
6802 2005-12-07 [colin]      1.9.100cvs73
6803
6804         * src/action.c
6805         * src/compose.c
6806         * src/compose.h
6807                 Fix bug #839 (Quoted text isn't colored after 
6808                 executing an action)
6809         * src/common/plugin.c
6810                 Require plugins to declare their licence in plugin_licence()
6811                 Refuse to load non-GPL plugins as they'd be illegal (as 
6812                 derived works of Sylpheed-Claws, they must be GPL).
6813         * src/plugins/clamav/clamav_plugin.c
6814         * src/plugins/demo/demo.c
6815         * src/plugins/dillo_viewer/dillo_viewer.c
6816         * src/plugins/pgpcore/plugin.c
6817         * src/plugins/pgpinline/plugin.c
6818         * src/plugins/pgpmime/plugin.c
6819         * src/plugins/spamassassin/spamassassin.c
6820         * src/plugins/trayicon/trayicon.c
6821                 Add plugin_licence()
6822
6823 2005-12-07 [paul]       1.9.100cvs72
6824
6825         * configure.ac
6826         * src/mainwindow.c
6827         * src/manual.c
6828         * src/manual.h
6829         * src/common/defs.h
6830                 clean up after local FAQ removal and
6831                 temporary manual removal
6832
6833 2005-12-06 [colin]      1.9.100cvs71
6834
6835         * configure.ac
6836         * doc/Makefile.am
6837         * doc/faq/.cvsignore
6838         * doc/faq/Makefile.am
6839         * doc/faq/de/.cvsignore
6840         * doc/faq/de/Makefile.am
6841         * doc/faq/de/sylpheed-faq-1.html
6842         * doc/faq/de/sylpheed-faq-2.html
6843         * doc/faq/de/sylpheed-faq-3.html
6844         * doc/faq/de/sylpheed-faq.html
6845         * doc/faq/en/.cvsignore
6846         * doc/faq/en/Makefile.am
6847         * doc/faq/en/sylpheed-faq-1.html
6848         * doc/faq/en/sylpheed-faq-2.html
6849         * doc/faq/en/sylpheed-faq-3.html
6850         * doc/faq/en/sylpheed-faq-4.html
6851         * doc/faq/en/sylpheed-faq.html
6852         * doc/faq/es/.cvsignore
6853         * doc/faq/es/Makefile.am
6854         * doc/faq/es/sylpheed-faq-1.html
6855         * doc/faq/es/sylpheed-faq-2.html
6856         * doc/faq/es/sylpheed-faq-3.html
6857         * doc/faq/es/sylpheed-faq-4.html
6858         * doc/faq/es/sylpheed-faq.html
6859         * doc/faq/fr/.cvsignore
6860         * doc/faq/fr/Makefile.am
6861         * doc/faq/fr/sylpheed-faq-1.html
6862         * doc/faq/fr/sylpheed-faq-2.html
6863         * doc/faq/fr/sylpheed-faq-3.html
6864         * doc/faq/fr/sylpheed-faq.html
6865         * doc/faq/it/.cvsignore
6866         * doc/faq/it/Makefile.am
6867         * doc/faq/it/sylpheed-faq-1.html
6868         * doc/faq/it/sylpheed-faq-2.html
6869         * doc/faq/it/sylpheed-faq-3.html
6870         * doc/faq/it/sylpheed-faq.html
6871         * doc/manual/.cvsignore
6872         * doc/manual/Makefile.am
6873         * doc/manual/de/.cvsignore
6874         * doc/manual/de/Makefile.am
6875         * doc/manual/de/sylpheed-1.html
6876         * doc/manual/de/sylpheed-10.html
6877         * doc/manual/de/sylpheed-11.html
6878         * doc/manual/de/sylpheed-12.html
6879         * doc/manual/de/sylpheed-13.html
6880         * doc/manual/de/sylpheed-14.html
6881         * doc/manual/de/sylpheed-15.html
6882         * doc/manual/de/sylpheed-16.html
6883         * doc/manual/de/sylpheed-17.html
6884         * doc/manual/de/sylpheed-18.html
6885         * doc/manual/de/sylpheed-19.html
6886         * doc/manual/de/sylpheed-2.html
6887         * doc/manual/de/sylpheed-20.html
6888         * doc/manual/de/sylpheed-3.html
6889         * doc/manual/de/sylpheed-4.html
6890         * doc/manual/de/sylpheed-5.html
6891         * doc/manual/de/sylpheed-6.html
6892         * doc/manual/de/sylpheed-7.html
6893         * doc/manual/de/sylpheed-8.html
6894         * doc/manual/de/sylpheed-9.html
6895         * doc/manual/de/sylpheed.html
6896         * doc/manual/en/.cvsignore
6897         * doc/manual/en/Makefile.am
6898         * doc/manual/en/sylpheed-1.html
6899         * doc/manual/en/sylpheed-10.html
6900         * doc/manual/en/sylpheed-11.html
6901         * doc/manual/en/sylpheed-12.html
6902         * doc/manual/en/sylpheed-13.html
6903         * doc/manual/en/sylpheed-14.html
6904         * doc/manual/en/sylpheed-15.html
6905         * doc/manual/en/sylpheed-16.html
6906         * doc/manual/en/sylpheed-17.html
6907         * doc/manual/en/sylpheed-18.html
6908         * doc/manual/en/sylpheed-19.html
6909         * doc/manual/en/sylpheed-2.html
6910         * doc/manual/en/sylpheed-20.html
6911         * doc/manual/en/sylpheed-21.html
6912         * doc/manual/en/sylpheed-22.html
6913         * doc/manual/en/sylpheed-3.html
6914         * doc/manual/en/sylpheed-4.html
6915         * doc/manual/en/sylpheed-5.html
6916         * doc/manual/en/sylpheed-6.html
6917         * doc/manual/en/sylpheed-7.html
6918         * doc/manual/en/sylpheed-8.html
6919         * doc/manual/en/sylpheed-9.html
6920         * doc/manual/en/sylpheed.html
6921         * doc/manual/es/.cvsignore
6922         * doc/manual/es/Makefile.am
6923         * doc/manual/es/sylpheed-1.html
6924         * doc/manual/es/sylpheed-10.html
6925         * doc/manual/es/sylpheed-11.html
6926         * doc/manual/es/sylpheed-12.html
6927         * doc/manual/es/sylpheed-13.html
6928         * doc/manual/es/sylpheed-14.html
6929         * doc/manual/es/sylpheed-15.html
6930         * doc/manual/es/sylpheed-16.html
6931         * doc/manual/es/sylpheed-17.html
6932         * doc/manual/es/sylpheed-18.html
6933         * doc/manual/es/sylpheed-19.html
6934         * doc/manual/es/sylpheed-2.html
6935         * doc/manual/es/sylpheed-20.html
6936         * doc/manual/es/sylpheed-3.html
6937         * doc/manual/es/sylpheed-4.html
6938         * doc/manual/es/sylpheed-5.html
6939         * doc/manual/es/sylpheed-6.html
6940         * doc/manual/es/sylpheed-7.html
6941         * doc/manual/es/sylpheed-8.html
6942         * doc/manual/es/sylpheed-9.html
6943         * doc/manual/es/sylpheed.html
6944         * doc/manual/fr/.cvsignore
6945         * doc/manual/fr/Makefile.am
6946         * doc/manual/fr/sylpheed-1.html
6947         * doc/manual/fr/sylpheed-10.html
6948         * doc/manual/fr/sylpheed-11.html
6949         * doc/manual/fr/sylpheed-12.html
6950         * doc/manual/fr/sylpheed-13.html
6951         * doc/manual/fr/sylpheed-14.html
6952         * doc/manual/fr/sylpheed-15.html
6953         * doc/manual/fr/sylpheed-16.html
6954         * doc/manual/fr/sylpheed-17.html
6955         * doc/manual/fr/sylpheed-18.html
6956         * doc/manual/fr/sylpheed-19.html
6957         * doc/manual/fr/sylpheed-2.html
6958         * doc/manual/fr/sylpheed-20.html
6959         * doc/manual/fr/sylpheed-3.html
6960         * doc/manual/fr/sylpheed-4.html
6961         * doc/manual/fr/sylpheed-5.html
6962         * doc/manual/fr/sylpheed-6.html
6963         * doc/manual/fr/sylpheed-7.html
6964         * doc/manual/fr/sylpheed-8.html
6965         * doc/manual/fr/sylpheed-9.html
6966         * doc/manual/fr/sylpheed.html
6967         * doc/manual/ja/.cvsignore
6968         * doc/manual/ja/Makefile.am
6969         * doc/manual/ja/sylpheed-1.html
6970         * doc/manual/ja/sylpheed-10.html
6971         * doc/manual/ja/sylpheed-11.html
6972         * doc/manual/ja/sylpheed-12.html
6973         * doc/manual/ja/sylpheed-13.html
6974         * doc/manual/ja/sylpheed-14.html
6975         * doc/manual/ja/sylpheed-15.html
6976         * doc/manual/ja/sylpheed-16.html
6977         * doc/manual/ja/sylpheed-17.html
6978         * doc/manual/ja/sylpheed-18.html
6979         * doc/manual/ja/sylpheed-19.html
6980         * doc/manual/ja/sylpheed-2.html
6981         * doc/manual/ja/sylpheed-20.html
6982         * doc/manual/ja/sylpheed-3.html
6983         * doc/manual/ja/sylpheed-4.html
6984         * doc/manual/ja/sylpheed-5.html
6985         * doc/manual/ja/sylpheed-6.html
6986         * doc/manual/ja/sylpheed-7.html
6987         * doc/manual/ja/sylpheed-8.html
6988         * doc/manual/ja/sylpheed-9.html
6989         * doc/manual/ja/sylpheed.html
6990         * doc/manual/ja/sylpheed.sgml
6991         * src/mainwindow.c
6992                 Remove outdated manual and faq. Noisy, eh?
6993
6994 2005-12-06 [colin]      1.9.100cvs70
6995
6996         * src/compose.c
6997         * src/quote_fmt_parse.y
6998         * src/undo.c
6999         * src/undo.h
7000                 Allow %X to position cursor at 0 
7001                 (no %X = before signature)
7002                 Fix paste as quotation putting the cursor at 0
7003                 Fix undo offsets when pasting
7004                 Insert the quote_fmt at once instead of line 
7005                 by line
7006                 Fix [Edited] when starting to reply/forward
7007
7008 2005-12-06 [paul]       1.9.100cvs69
7009
7010         * src/plugins/clamav/clamav_plugin_gtk.c
7011                 add another tooltip
7012         * src/plugins/spamassassin/spamassassin_gtk.c
7013                 rework spamassassin_create_widget_func()
7014
7015 2005-12-05 [colin]      1.9.100cvs68
7016
7017         * po/POTFILES.in
7018                 Fix make release ;-)
7019
7020 2005-12-05 [colin]      1.9.100cvs67
7021
7022         * src/compose.c
7023         * src/compose.h
7024                 Fix cursor positioning (not obeying %X)
7025
7026 2005-12-05 [paul]       1.9.100cvs66
7027
7028         * src/plugins/dillo_viewer/dillo_prefs.c
7029                 fix compilation warning
7030
7031 2005-12-05 [paul]       1.9.100cvs65
7032
7033         * src/prefs_spelling.c
7034         * src/plugins/trayicon/trayicon.c
7035                 cleanups - remove unused stuff
7036
7037 2005-12-05 [paul]       1.9.100cvs64
7038
7039         * README
7040         * manual/plugins.xml
7041                 remove info about removed mathml_viewer plugin
7042
7043 2005-12-05 [paul]       1.9.100cvs63
7044
7045         * configure.ac
7046         * src/plugins/Makefile.am
7047         * src/plugins/mathml_viewer/.cvsignore
7048         * src/plugins/mathml_viewer/Makefile.am
7049         * src/plugins/mathml_viewer/mathml_viewer.c
7050                 remove unmaintained mathml_viewer plugin
7051
7052 2005-12-05 [paul]       1.9.100cvs62
7053
7054         * src/summaryview.c
7055                 obey prefs_common.always_show_msg when
7056                 moving a msg
7057                 Thanks to Colin
7058
7059 2005-12-05 [paul]       1.9.100cvs61
7060
7061         * src/compose.c
7062         * src/prefs_account.c
7063         * src/prefs_filtering.c
7064         * src/prefs_quote.c
7065         * src/prefs_spelling.c
7066         * src/prefs_toolbar.c
7067         * src/summaryview.c
7068         * src/gtk/gtkutils.c
7069         * src/gtk/quicksearch.c
7070         * src/plugins/dillo_viewer/dillo_prefs.c
7071                 dialog cleanups
7072
7073 2005-12-04 [paul]       1.9.100cvs60
7074
7075         * src/inc.c
7076         * src/prefs_account.c
7077         * src/prefs_account.h
7078                 allow a Local account to specify a
7079                 default inbox
7080                 (closes bug 843 'Inbox cannot be changed for local
7081                  mailboxes')
7082
7083 2005-12-04 [colin]      1.9.100cvs59
7084
7085         * src/plugins/trayicon/trayicon.c
7086                 Remove Get, rename Get All to Get Mail in order to
7087                 be consistent with the default main toolbar
7088
7089 2005-12-03 [colin]      1.9.100cvs58
7090
7091         * manual/gpl.xml
7092         * manual/sylpheed-claws-manual.xml
7093                 Add GPL appendix
7094
7095 2005-12-03 [paul]       1.9.100cvs57
7096
7097         * AUTHORS
7098         * po/sv.po
7099         * src/gtk/authors.h
7100                 new (partially complete) Swedish translation
7101                 by Anders Troback <sylpheed@troback.com>
7102
7103 2005-12-02 [paul]       1.9.100cvs56
7104
7105         * configure.ac
7106                 libetpan 0.41 required
7107
7108 2005-12-02 [paul]       1.9.100cvs55
7109
7110         * src/plugins/clamav/clamav_plugin.c
7111         * src/plugins/clamav/clamav_plugin.h
7112         * src/plugins/clamav/clamav_plugin_gtk.c
7113         * src/plugins/spamassassin/spamassassin.c
7114         * src/plugins/spamassassin/spamassassin.h
7115         * src/plugins/spamassassin/spamassassin_gtk.c
7116                 unregister prefs pages on unloading, thus
7117                 preventing a crash
7118                 (thanks to Colin for the hint)
7119
7120 2005-12-02 [wwp]        1.9.100cvs54
7121
7122         * src/quote_fmt.h
7123         * src/quote_fmt_parse.y
7124                 fix misuse of gboolean*, use gboolean instead
7125                 (thanks to Paul, Colin, for pointing out that scaring one)
7126
7127 2005-12-02 [paul]       1.9.100cvs53
7128
7129         * src/plugins/clamav/clamav_plugin.c
7130                 int no --> unsigned int no
7131         * src/plugins/clamav/clamav_plugin_gtk.c
7132                 rework config page
7133
7134 2005-12-02 [wwp]        1.9.100cvs52
7135
7136         * src/compose.c
7137         * src/prefs_template.c
7138         * src/quote_fmt.h
7139         * src/quote_fmt_parse.y
7140                 prevent from executing |f and |p templates commands when
7141                 adding or replacing templates in prefs (avoids annoying and
7142                 potentially dangerous behaviours)
7143
7144 2005-12-02 [paul]       1.9.100cvs51
7145
7146         * src/prefs_common.c
7147                 allow translation of some default values
7148                 Patch by Fabien Vantard
7149
7150 2005-12-02 [paul]       1.9.100cvs50
7151
7152         * src/codeconv.c
7153         * src/codeconv.h
7154         * src/prefs_common.c
7155         * src/prefs_common.h
7156         * src/prefs_message.c
7157         * src/textview.c
7158                 remove obsolete 'convert_mb_alnum' option
7159                 and related stuff
7160         * src/gtk/about.c
7161                 remove unused 'about_textview_visibility_notify'
7162
7163 2005-12-02 [paul]       1.9.100cvs49
7164
7165         * src/prefs_account.c
7166         * src/prefs_compose_writing.c
7167         * src/prefs_fonts.c
7168         * src/prefs_gtk.h
7169         * src/prefs_image_viewer.c
7170         * src/prefs_message.c
7171         * src/prefs_other.c
7172         * src/prefs_receive.c
7173         * src/prefs_send.c
7174         * src/prefs_spelling.c
7175         * src/prefs_summaries.c
7176         * src/prefs_wrapping.c
7177         * src/plugins/dillo_viewer/dillo_prefs.c
7178         * src/plugins/pgpcore/prefs_gpg.c
7179                 several cleanups to the prefs dialogs
7180                 (slightly modified) patch by Fabien Vantard
7181
7182 2005-12-02 [paul]       1.9.100cvs48
7183
7184         * src/main.c
7185                 --exit means exit
7186         * src/send_message.c
7187                 fix crash on send when connection fails
7188
7189         Thanks to Colin
7190
7191 2005-12-01 [colin]      1.9.100cvs47
7192
7193         * src/html.c
7194                 Translate &hellip; to "..."
7195
7196 2005-11-30 [colin]      1.9.100cvs46
7197
7198         * src/matcher.c
7199         * src/matcher.h
7200                 Optimize back yesterday's fix.
7201
7202 2005-11-30 [paul]       1.9.100cvs45
7203
7204         * manual/faq.xml
7205                 standardised
7206         * manual/intro.xml
7207                 written by Colin, edited by me
7208
7209 2005-11-29 [colin]      1.9.100cvs44
7210
7211         * src/matcher.c
7212                 Skip headers unconditionnaly in match_body if the
7213                 rule is not message or ~message
7214
7215 2005-11-29 [colin]      1.9.100cvs43
7216
7217         * src/matcher.c
7218                 Fix body_part and such, not skipping headers 
7219                 if the matchcriteria wasn't the first in the rule
7220
7221 2005-11-29 [colin]      1.9.100cvs42
7222
7223         * src/compose.c
7224                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7225                 option missing from message view window)
7226                 Fix double text D'n'D with gtk-2.8
7227         * src/matcher.c
7228                 Fix ~message, ~headers_part, ~body_part rules
7229         * src/messageview.c
7230                 Add Windows-1252 (Closes bug #863)
7231                 Fix accels
7232         * src/gtk/gtkaspell.c
7233                 Properly destroy accels in all menus
7234
7235 2005-11-29 [mones]      1.9.100cvs41
7236
7237         * po/es.po
7238                 Updated.
7239
7240 2005-11-27 [colin]      1.9.100cvs40
7241
7242         * src/mh_gtk.c
7243                 "/Remove mailbox" -> "/Remove mailbox..."
7244
7245 2005-11-27 [paul]       1.9.100cvs39
7246
7247         * AUTHORS
7248         * po/de.po
7249         * src/gtk/authors.h
7250                 updated by new maintainer, Stephan Sachse
7251
7252 2005-11-27 [paul]       1.9.100cvs38
7253
7254         * manual/faq.xml
7255                 written by Colin, edited by me
7256
7257 2005-11-27 [paul]       1.9.100cvs37
7258
7259         * src/prefs_common.c
7260         * src/prefs_common.h
7261         * src/prefs_receive.c
7262         * src/prefs_summaries.c
7263                 move 'go to inbox after receiving new mail'
7264                 option from display/sumamaries to mail
7265                 handling/receive, and rework prefs_summaries
7266                 dialog a little
7267
7268 2005-11-25 [martin]     1.9.100cvs36
7269
7270         * po/de.po
7271             fixed windows-1252 translation;
7272             translated some new and fuzzy strings
7273
7274 2005-11-25 [paul]       1.9.100cvs35
7275
7276         * src/plugins/clamav/clamav_plugin.c
7277                 complete the update done in cvs34
7278
7279 2005-11-25 [paul]       1.9.100cvs34
7280
7281         * src/plugins/clamav/clamav_plugin.c
7282                 reflect upstream changes
7283
7284 2005-11-25 [paul]       1.9.100cvs33
7285
7286         * manual/ack.xml
7287         * manual/plugins.xml
7288         * manual/sylpheed-claws-manual.xml
7289                 written/updated by Colin, edited by me
7290         * tools/acroread2sylpheed.pl
7291                 update binary name
7292
7293 2005-11-24 [colin]      1.9.100cvs32
7294
7295         * src/compose.c
7296                 Fix bug #856 (reediting messages forgets Request
7297                 Return Receipt)
7298
7299 2005-11-24 [paul]       1.9.100cvs31
7300
7301         * manual/addrbook.xml
7302         * manual/starting.xml
7303                 written by Colin, proofread, edited, adapted by me
7304         * manual/advanced.xml
7305                 add some Actions examples
7306         * src/importldif.c
7307                 use a Save button instead of a Close button
7308         * src/wizard.c
7309                 indicate mandatory fields
7310                 fix page display
7311                 Thanks to Colin
7312
7313 2005-11-23 [colin]      1.9.100cvs30
7314
7315         * src/addressbook.c
7316                 Rename menu item, fix possible crash after
7317                 deletion of books
7318         * src/addrindex.c
7319                 Allow searching for '*' in ldap
7320         * src/browseldap.c
7321                 Fix "Browse Entry" (did anyone use it?)
7322         * src/wizard.c
7323                 Add guards for mandatory information
7324
7325 2005-11-23 [paul]       1.9.100cvs29
7326
7327         * manual/advanced.xml
7328                 corrections to the English
7329
7330 2005-11-23 [colin]      1.9.100cvs28
7331
7332         * src/mimeview.c
7333                 Fix possible crash at exit. After the call to
7334                 gtk_container_remove(), the Viewer's widget has no
7335                 more parent so gtk+ automatically frees it and its
7336                 sons. If destroy_viewer() then try to access it,
7337                 problems ensue.
7338
7339 2005-11-22 [colin]      1.9.100cvs27
7340
7341         * src/compose.c
7342         * src/gtk/gtkaspell.c
7343                 Fix right-clicking on a misspelled word
7344                 Fix More... in suggestions menu
7345
7346 2005-11-22 [wwp]        1.9.100cvs26
7347
7348         * src/prefs_template.c
7349                 templates works: re-sort templates list when adding or replacing,
7350                 prevent from adding or replacing when the template name is empty
7351
7352 2005-11-21 [colin]      1.9.100cvs25
7353
7354         * src/addressbook.c
7355                 Fix some addressbook suckage (dnd, select all)
7356         * src/compose.c
7357         * src/gtk/gtkaspell.c
7358         * src/gtk/gtkaspell.h
7359                 Make the spellchecker menu work with the 
7360                 GtkTextView one instead of overriding it
7361
7362 2005-11-20 [paul]       1.9.100cvs24
7363
7364         * manual/handling.xml
7365                 proofread and corrected
7366
7367 2005-11-20 [paul]       1.9.100cvs23
7368
7369         * manual/Makefile
7370                 generate html as one file
7371         * manual/advanced.xml
7372                 fix output generation
7373                 reformat hidden options list
7374         * manual/manual.xml     ** REMOVED **
7375         * manual/sylpheed-claws-manual.xml      ** ADDED **
7376                 renamed
7377
7378 2005-11-18 [colin]      1.9.100cvs22
7379
7380         * src/prefs_account.c
7381                 Fix layout in news and mbox accounts
7382         * manual/account.xml
7383         * manual/advanced.xml
7384                 New contents for Paul to check :)
7385
7386 2005-11-18 [wwp]        1.9.100cvs21
7387
7388         * src/gtk/quicksearch.c
7389                 don't update extended quicksearch buttons twice
7390
7391 2005-11-18 [paul]       1.9.100cvs20
7392
7393         * src/textview.c
7394                 complete 1.9.100cvs19
7395
7396 2005-11-18 [paul]       1.9.100cvs19
7397
7398         * src/compose.c
7399                 cosmetic improvements
7400         * src/textview.c
7401                 also list text/* attachments
7402
7403 2005-11-18 [colin]      1.9.100cvs18
7404
7405         * src/summaryview.c
7406                 Use column 0 instead of -1 in 
7407                 gtk_ctree_node_moveto, in a naive
7408                 hope it'll fix the gtk-related crashes
7409
7410 2005-11-18 [colin]      1.9.100cvs17
7411
7412         * src/gtk/inputdialog.c
7413                 Fix icon staying the first one
7414
7415 2005-11-17 [wwp]        1.9.100cvs16
7416                 fix possible problem showing some quicksearch buttons, and a bad
7417                 call to g_return_if_fail in a function that returns a value (both
7418                 fixes by Fabien Vantard)
7419
7420 2005-11-15 [wwp]        1.9.100cvs15
7421
7422         * src/gtk/quicksearch.c
7423                 added a tooltip to that obscure ... quicksearch button
7424
7425 2005-11-15 [wwp]        1.9.100cvs14
7426
7427         * src/gtk/quicksearch.c
7428                 add a quicksearch helper to filtering expression users: the ... button
7429                 raises the condition expr window. condition expressions set up w/ this
7430                 window are used by the quicksearch if the user closes it pressing OK.
7431
7432 2005-11-14 [paul]       1.9.100cvs13
7433
7434         * src/plugins/clamav/clamav_plugin.c
7435         * src/plugins/spamassassin/spamassassin.c
7436                 change plugin type following recent merging
7437
7438 2005-11-14 [wwp]        1.9.100cvs12
7439
7440         * src/folder.c
7441                 prevent from crashing when copying/moving message(s) from and
7442                 to the same folder
7443
7444 2005-11-14 [paul]       1.9.100cvs11
7445
7446         * src/plugins/clamav/Makefile.am
7447         * src/plugins/clamav/clamav_plugin.c
7448         * src/plugins/clamav/clamav_plugin.h
7449         * src/plugins/clamav/clamav_plugin_gtk.c
7450                 also merge clamav and clamav_gtk plugins
7451
7452 2005-11-13 [colin]      1.9.100cvs10
7453
7454         * configure.ac
7455         * src/plugins/spamassassin/Makefile.am
7456         * src/plugins/spamassassin/spamassassin.c
7457         * src/plugins/spamassassin/spamassassin.h
7458         * src/plugins/spamassassin/spamassassin_gtk.c
7459                 Merge spamassassin and spamassassin_gtk plugins,
7460                 and build it by default.
7461
7462 2005-11-12 [colin]      1.9.100cvs9
7463
7464         * src/etpan/imap-thread.c
7465                 Fix gcc warning
7466
7467 2005-11-12 [colin]      1.9.100cvs8
7468
7469         * src/procmime.c
7470                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7471
7472 2005-11-10 [colin]      1.9.100cvs7
7473
7474         * src/main.c
7475                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7476                 minimised state)
7477
7478 2005-11-10 [wwp]        1.9.100cvs6
7479
7480         * src/gtk/description_window.c
7481                 fix a crash when closing description windows using the WM's [X] button
7482
7483 2005-11-09 [colin]      1.9.100cvs5
7484
7485         * src/common/ssl.c
7486                 Update libetpan call to follow upstream
7487                 (yes, this requires libetpan-0.40cvs3)
7488
7489 2005-11-08 [colin]      1.9.100cvs4
7490
7491         * src/compose.c
7492         * src/textview.c
7493         * src/common/utils.c
7494         * src/common/utils.h
7495                 Enhance the email parser
7496
7497 2005-11-08 [colin]      1.9.100cvs3
7498
7499         * src/procmime.c
7500                 Fix what looks like an off-by-one (fixes 
7501                 attachments from the Bat)
7502
7503 2005-11-08 [wwp]        1.9.100cvs2
7504
7505         * src/main.c
7506                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7507
7508 2005-11-08 [wwp]        1.9.100cvs1
7509
7510         * src/main.c
7511                 allow exiting Sylpheed-Claws from command-line
7512
7513 2005-11-08 [paul]       1.9.100
7514
7515         1.9.100 released
7516
7517 2005-11-07 [colin]      1.9.99cvs17
7518
7519         * src/addritem.c
7520         * src/ldif.c
7521                 Fix import of base-64 encoded items
7522
7523 2005-11-07 [colin]      1.9.99cvs16
7524
7525         * src/send_message.c
7526                 Fix bug #314 (Queue does not empty under certain 
7527                 circumstances)
7528
7529 2005-11-07 [paul]       1.9.99cvs15
7530
7531         * src/mutt.c
7532         * src/pine.c
7533                 fix buffer overflows
7534                 Thanks to Colin
7535
7536 2005-11-07 [paul]       1.9.99cvs14
7537
7538         * doc/man/Makefile.am
7539         * doc/man/sylpheed-claws.1      ** ADDED **
7540         * doc/man/sylpheed.1            ** DELETED **
7541                 rename and update the man file
7542
7543 2005-11-06 [colin]      1.9.99cvs13
7544
7545         * src/ldif.c
7546                 Fix ldif_get_line() that returned empty strings
7547                 (Didn't understand why). Also fix a possible
7548                 buffer overflow.
7549
7550 2005-11-06 [wwp]        1.9.99cvs12
7551
7552         * src/textview.c
7553         * src/gtk/about.c
7554         * src/gtk/gtkutils.c
7555         * src/gtk/gtkutils.h
7556                 fix a compilation warning,
7557                 make links sensitive in the about dialog
7558
7559 2005-11-04 [wwp]        1.9.99cvs11
7560
7561         * src/gtk/about.c
7562                 don't wrap or translate URIs, and a bit text format cleanup
7563
7564 2005-11-04 [wwp]        1.9.99cvs10
7565
7566         * src/gtk/about.c
7567                 better textview tagging implementation (no more use of marks for
7568                 postponed tagging)
7569
7570 2005-11-02 [colin]      1.9.99cvs9
7571
7572         * src/common/ssl.c
7573                 Forgot an ifdef
7574
7575 2005-11-02 [colin]      1.9.99cvs8
7576
7577         * configure.ac
7578                 Require libetpan-0.40 due to upstream fix
7579         * src/common/ssl.c
7580                 Tell libetpan not to call SSL_Library_Init,
7581                 as we do it ourselves.
7582
7583 2005-11-02 [colin]      1.9.99cvs7
7584
7585         * po/POTFILES.in
7586                 Add missing files (thanks to Fabien Vantard)
7587
7588 2005-11-02 [colin]      1.9.99cvs6
7589
7590         * src/summaryview.c
7591                 Fix totals when read messages are hidden or quicksearch
7592                 is on
7593         * src/ssl_manager.c
7594         * src/ssl_manager.h
7595         * src/common/ssl_certificate.c
7596         * src/common/ssl_certificate.h
7597         * src/gtk/sslcertwindow.c
7598         * src/gtk/sslcertwindow.h
7599                 Fix copyright on my stuff
7600
7601 2005-11-02 [wwp]        1.9.99cvs5
7602
7603         * src/prefs_themes.c
7604                 fix directory name checking (theme installation/removal),
7605                 made related error a bit more verbose
7606
7607 2005-11-02 [colin]      1.9.99cvs4
7608
7609         * src/summaryview.c
7610                 Fix typo (probably fixes bug #841 (Sort by the From 
7611                 field doesn't work)
7612
7613 2005-11-02 [paul]       1.9.99cvs3
7614
7615         * po/ko.po
7616         * po/nb.po
7617                 updated by SungHyun Nam, Geir Helland
7618         * src/wizard.c
7619                 fix typo in welcome message. spotted by
7620                 Andrea Spadaccini
7621
7622 2005-11-01 [colin]      1.9.99cvs2
7623
7624         * src/compose.c
7625                 Fix replying to ml wen confirming subscription
7626         * src/messageview.c
7627         * src/mimeview.c
7628         * src/mimeview.h
7629         * src/privacy.h
7630         * src/summaryview.c
7631                 Make key check non blocking
7632
7633 2005-10-31 [paul]       1.9.99cvs1
7634
7635         * tools/claws.i18n.status.pl
7636                 updated for ChangeLog
7637
7638 2005-10-31 [paul]       1.9.99
7639
7640         1.9.99 released
7641
7642 2005-10-31 [paul]       1.9.15cvs131
7643
7644         * .cvsignore
7645         * ChangeLog
7646         * ChangeLog.claws       ** REMOVED **
7647         * ChangeLog-gtk2.claws  ** REMOVED **
7648         * ChangeLog.gtk1        ** ADDED **
7649         * INSTALL
7650         * Makefile.am
7651         * NEWS
7652         * README
7653         * README.claws          ** REMOVED **
7654         * README.jp             ** REMOVED **
7655         * RELEASE_NOTES         ** ADDED **
7656         * RELEASE_NOTES.claws   ** REMOVED **
7657         * commitHelper
7658         * configure.ac
7659         * sylpheed.spec.in      ** REMOVED **
7660                 tidy up and update the default docs:
7661                 ChangeLog.claws is renamed ChangeLog.gtk1
7662                 ChangeLog-gtk2.claws is renamed ChangeLog
7663                 README.claws is renamed README
7664                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7665
7666 2005-10-31 [paul]       1.9.15cvs130
7667
7668         * po/it.po
7669                 fix errors
7670
7671 2005-10-31 [paul]       1.9.15cvs129
7672
7673         * po/ca.po
7674         * po/de.po
7675         * po/en_GB.po
7676         * po/fr.po
7677         * po/it.po
7678         * po/pt_BR.po
7679         * po/sk.po
7680         * po/sr.po
7681         * po/zh_CN.po
7682                 updated by Miquel Oliete, Stephan Sachse and
7683                 Thomas Gilgin, me, Fabien Vantard, Andrea
7684                 Spadaccini, Frederico Goncalves Guimaraes,
7685                 Andrej Kacian, Aleksandar Urosevic, and
7686                 Ralgh Young.
7687
7688 2005-10-31 [mones]      1.9.15cvs128
7689
7690         * manual/faq.xml
7691                 More questions.
7692         
7693         * po/es.po
7694                 Updated for release.
7695
7696 2005-10-30 [colin]      1.9.15cvs127
7697
7698         * src/compose.c
7699                 Place cursor before rewrapping (fixes cursor
7700                 pos if quotation gets rewrapped)
7701
7702 2005-10-29 [paul]       1.9.15cvs126
7703
7704         * src/crash.c
7705         * src/foldersel.c
7706         * src/main.c
7707         * src/messageview.c
7708         * src/toolbar.c
7709         * src/gtk/authors.h
7710                 corrections to text items
7711
7712 2005-10-28 [colin]      1.9.15cvs125
7713
7714         * src/messageview.c
7715                 Make "hit 'C' to check sig" work from extern 
7716                 messageviews
7717
7718 2005-10-27 [colin]      1.9.15cvs124
7719
7720         * src/summaryview.c
7721                 Add a hack to avoid segfaulting when hammering 
7722                 on gtk's events
7723
7724 2005-10-27 [wwp]        1.9.15cvs123
7725
7726         * src/prefs_themes.c
7727                 sort list of themes names in themes prefs
7728
7729 2005-10-27 [paul]       1.9.15cvs122
7730
7731         * src/folder.c
7732         * src/prefs_account.c
7733                 fix building on Solaris
7734                 Patch by Alex Moore
7735
7736 2005-10-27 [wwp]        1.9.15cvs121
7737
7738         * src/summaryview.c
7739         * src/gtk/gtksctree.c
7740                 speed up unselecting messages in summary view (thanks to Colin)
7741
7742 2005-10-27 [paul]       1.9.15cvs120
7743
7744         * src/mainwindow.c
7745                 fix a compilation warning
7746         * src/summaryview.c
7747                 fix updating of 'n items selected' count
7748                 when deselecting
7749
7750 2005-10-27 [martin]     1.9.15cvs119
7751
7752         * src/action.c
7753                 ignore actions with a leading '/' in the action menu name
7754                 fixes a crash on menu creation
7755         * src/prefs_actions.c
7756                 do not allow a leading '/' in the action menu name
7757
7758 2005-10-27 [paul]       1.9.15cvs118
7759
7760         * src/main.c
7761                 fix compilation warning
7762
7763 2005-10-27 [paul]       1.9.15cvs117
7764
7765         * src/procmime.c
7766                 add #if HAVE_LOCALE_H
7767
7768 2005-10-27 [paul]       1.9.15cvs116
7769
7770         * src/plugins/clamav/clamav_plugin.c
7771         * src/plugins/dillo_viewer/dillo_viewer.c
7772         * src/plugins/mathml_viewer/mathml_viewer.c
7773         * src/plugins/pgpcore/plugin.c
7774         * src/plugins/pgpinline/plugin.c
7775         * src/plugins/pgpmime/plugin.c
7776         * src/plugins/spamassassin/spamassassin.c
7777         * src/plugins/trayicon/trayicon.c
7778                 plugin_init() : make error messages more
7779                 informative
7780
7781 2005-10-26 [wwp]        1.9.15cvs115
7782
7783         * src/prefs_matcher.c
7784                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7785
7786 2005-10-26 [wwp]        1.9.15cvs114
7787
7788         * src/procmime.c
7789         * src/gtk/gtksctree.c
7790         * src/plugins/spamassassin/libspamc.c
7791         * src/plugins/spamassassin/spamassassin.c
7792                 fix some compilation warnings more
7793
7794 2005-10-26 [mones]      1.9.15cvs113
7795
7796         * po/es.po
7797                 Updated translation
7798
7799 2005-10-26 [paul]       1.9.15cvs112
7800
7801         * src/prefs_message.c
7802                 give all display_xface stuff the
7803                 #if HAVE_LIBCOMPFACE treatment, thus
7804                 preventing a crash
7805                 (Thanks to Wolfgang Enderlein)
7806
7807 2005-10-26 [colin]      1.9.15cvs111
7808
7809         * src/gedit-print.c
7810                 Fix date format
7811         * src/imap_gtk.c
7812         * src/news_gtk.c
7813                 Remove context menu items that should not be there
7814         * src/jpilot.c
7815                 Fix encoding
7816         * src/main.c
7817         * src/mainwindow.c
7818                 Don't show the mainwindow too soon
7819
7820 2005-10-26 [wwp]        1.9.15cvs110
7821
7822         * src/folder.c
7823         * src/manual.c
7824         * src/summaryview.c
7825                 fix uninitialized pointers in the folder updating hook
7826                 (thanks to Colin)
7827
7828 2005-10-25 [mones]      1.9.15cvs109
7829
7830         * manual/faq.xml
7831                 General information subsection completed. 
7832                 Removed archaic references.
7833                 
7834         * manual/Makefile
7835         * manual/dtd/manual.dsl
7836                 Added customization stylesheet for getting paragraphs
7837                 fully justified in PDF output (as suggested by Colin).
7838
7839 2005-10-25 [colin]      1.9.15cvs108
7840
7841         * src/compose.c
7842                 Fix a second leak
7843
7844 2005-10-25 [colin]      1.9.15cvs107
7845
7846         * src/addrbook.c
7847         * src/addrindex.c
7848                 Fix leak (xml_get_element() allocates memory)
7849         * src/compose.c
7850                 Fix leak + dead code (shame!)
7851         * src/procmime.c
7852                 Fix leak
7853
7854 2005-10-25 [colin]      1.9.15cvs106
7855
7856         * src/mimeview.c
7857                 Fix encoding issue in Save all and in 
7858                 overwrite-confirmation alertpanel
7859
7860 2005-10-25 [colin]      1.9.15cvs105
7861
7862         * src/common/socket.c
7863                 Fix a leak - Thanks to Christopher Aillon
7864                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7865
7866 2005-10-25 [paul]       1.9.15cvs104
7867
7868         * src/wizard.c
7869                 Always guess servers from the right-hand
7870                 email part and guess username from the
7871                 left-hand part. (Thanks to Colin)
7872                 add an X-Face to the welcome message
7873
7874 2005-10-25 [paul]       1.9.15cvs103
7875
7876         * manual/handling.xml
7877                 written by Colin, edited by me
7878
7879 2005-10-25 [wwp]        1.9.15cvs102
7880
7881         * src/folderview.c
7882         * src/grouplistdialog.c
7883         * src/imap.c
7884         * src/noticeview.c
7885                 fix some compilation warnings
7886
7887 2005-10-24 [paul]
7888
7889         1.9.99-rc3 released
7890
7891 2005-10-24 [paul]       1.9.15cvs101
7892
7893         * src/gtk/about.c
7894                 fix window sizing
7895
7896 2005-10-24 [paul]       1.9.15cvs100
7897
7898         * src/pixmaps/offline.xpm
7899         * src/pixmaps/online.xpm
7900                 replace with last default versions
7901
7902 2005-10-24 [colin]      1.9.15cvs99
7903
7904         * src/imap.c
7905                 Fix bug when moving a folder
7906         * src/imap_gtk.c
7907         * src/mh_gtk.c
7908                 "Delete folder" pops up a window, so it 
7909                 should be suffixed with "..."
7910         * src/plugins/pgpcore/sgpgme.c
7911                 Include locale.h
7912
7913 2005-10-24 [mones]      1.9.15cvs98
7914
7915         * manual/Makefile
7916         * manual/account.xml
7917         * manual/ack.xml
7918         * manual/addrbook.xml
7919         * manual/advanced.xml
7920         * manual/faq.xml
7921         * manual/glossary.xml
7922         * manual/gpl.xml
7923         * manual/handling.xml
7924         * manual/intro.xml
7925         * manual/keyboard.xml
7926         * manual/manual.xml
7927         * manual/plugins.xml
7928         * manual/starting.xml
7929         * manual/dtd/sdocbook.dtd
7930                 Initial manual structure and some content.
7931
7932 2005-10-23 [wwp]        1.9.15cvs97
7933
7934         * src/gtk/about.c
7935                 fix a typo
7936
7937 2005-10-23 [wwp]        1.9.15cvs96
7938
7939         * src/gtk/about.c
7940         * src/gtk/authors.h
7941                 rework of the about window (main work by Paul), also featuring a few
7942                 fixes for typos and duplicate names
7943
7944 2005-10-23 [wwp]        1.9.15cvs95
7945
7946         * src/.cvsignore
7947                 Ignore the right binary name (sylpheed-claws now)
7948
7949 2005-10-23 [paul]       1.9.15cvs94
7950
7951         * src/compose.c
7952                 when using Folder Pref 'Default To for
7953                 replies' make the entry in the Compose
7954                 window bold
7955                 Patch by Fabien Vantard
7956
7957 2005-10-22 [colin]      1.9.15cvs93
7958
7959         * src/codeconv.c
7960                 Fix leak
7961
7962 2005-10-22 [colin]      1.9.15cvs92
7963
7964         * src/codeconv.c
7965                 try to convert using locale (apart utf8) if necessary
7966
7967 2005-10-22 [colin]      1.9.15cvs91
7968
7969         * src/pixmaps/new.xpm
7970         * src/pixmaps/unread.xpm
7971                 Make the unread envelope blue again and
7972                 saturate the new one a bit more.
7973
7974 2005-10-22 [colin]      1.9.15cvs90
7975
7976         * src/compose.c
7977                 When replying to a mail sent by one of our accounts,
7978                 use the original list of recipients. Let 'Reply All'
7979                 and 'Reply to sender' work like previously.
7980
7981 2005-10-21 [colin]      1.9.15cvs89
7982
7983         * src/prefs_filtering.c
7984                 Clear fields after add and replace
7985         * src/textview.c
7986                 Display xface differently (better)
7987         * src/plugins/pgpinline/pgpinline.c
7988                 Fix crappy encodings/recodings
7989
7990 2005-10-21 [paul]       1.9.15cvs88
7991
7992         * src/compose.c
7993         * src/prefs_folder_item.c
7994         * src/toolbar.c
7995                 fix news folder Folder Properties
7996                 (thanks to Colin)
7997         * src/folderview.c
7998                 update folderview after Themes change
7999                 keep selected folder selected
8000                 (thanks to Colin)
8001
8002 2005-10-21 [paul]       1.9.15cvs87
8003
8004         * tools/Makefile.am
8005         * tools/OOo2sylpheed.pl
8006         * tools/README
8007         * tools/README.sylprint
8008         * tools/asus_mailled.sh         ** REMOVED **
8009         * tools/filter_conv.pl
8010         * tools/freshmeat_search.pl
8011         * tools/google_search.pl
8012         * tools/gpg-sign-syl            ** REMOVED **
8013         * tools/kmail2sylpheed.pl
8014         * tools/kmail2sylpheed_v2.pl
8015         * tools/multiwebsearch.pl
8016         * tools/nautilus2sylpheed.sh
8017         * tools/newscache_clean.pl
8018         * tools/outlook2sylpheed.pl
8019         * tools/sylpheed-switcher       ** REMOVED **
8020         * tools/sylprint.pl
8021         * tools/sylprint.rc
8022         * tools/tb2sylpheed
8023         * tools/vcard2xml.py
8024         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8025                 update default config dir
8026                 update binary name (thanks to Fabien Vantard)
8027                 remove obsolete scripts
8028
8029 2005-10-21 [colin]      1.9.15cvs86
8030
8031         * src/inc.c
8032                 Fix possible leak and units. Based on a patch by
8033                 Fabien Vantard.
8034
8035 2005-10-20 [colin]      1.9.15cvs85
8036
8037         * src/textview.c
8038                 Clear xface when clearing textview
8039
8040 2005-10-20 [colin]      1.9.15cvs84
8041
8042         * configure.ac
8043         * src/folderview.c
8044         * src/headerview.c
8045         * src/main.c
8046         * src/prefs_common.c
8047         * src/prefs_common.h
8048         * src/prefs_message.c
8049         * src/textview.c
8050         * src/textview.h
8051         * src/common/defs.h
8052         * src/common/utils.c
8053         * src/common/utils.h
8054         * src/gtk/gtkutils.c
8055         * src/gtk/gtkutils.h
8056                 Migrate config to .sylpheed-claws (Automatically)
8057                 Add a way to get the Xface in the TextView
8058
8059 2005-10-20 [colin]      1.9.15cvs83
8060
8061         * src/gtk/Makefile.am
8062         * src/gtk/about.c
8063         * src/gtk/authors.h
8064                 Make the about dialog *grooovy*
8065
8066 2005-10-20 [colin]      1.9.15cvs82
8067
8068         * src/mimeview.c
8069                 Use "Open with" on double click if no command
8070                 was found
8071
8072 2005-10-20 [colin]      1.9.15cvs81
8073
8074         * src/imap.c
8075         * src/etpan/imap-thread.c
8076                 Fix possible crash.
8077
8078 2005-10-20 [paul]       1.9.15cvs80
8079
8080         * src/folder.c
8081                 don't show clipkey icon if the only
8082                 attachment is the signature
8083                 Patch by Colin
8084
8085 2005-10-20 [paul]       1.9.15cvs79
8086
8087         * AUTHORS
8088         * src/plugins/pgpmime/pgpmime.c
8089                 name the PGP/MIME signature 'signature.asc'
8090                 Patch by Andrew Nelson <freeandy@gmail.com>
8091
8092 2005-10-19 [colin]      1.9.15cvs78
8093
8094         * src/plugins/pgpmime/pgpmime.c
8095                 Oops, no need to double-check though
8096
8097 2005-10-19 [colin]      1.9.15cvs77
8098
8099         * src/plugins/pgpinline/pgpinline.c
8100         * src/plugins/pgpmime/pgpmime.c
8101                 Check that my_tmpfile() doesn't 
8102                 return NULL
8103
8104 2005-10-19 [colin]      1.9.15cvs76
8105
8106         * src/common/utils.c
8107                 Use shorter mime boundaries to avoid having
8108                 MTAs rewrapping our headers, breaking the
8109                 PGP signature in the process 
8110         * src/compose.c
8111         * src/plugins/pgpmime/pgpmime.c
8112                 Check for boundary uniqueness to be sure
8113                 it won't happen, instead of hoping for the
8114                 best
8115
8116 2005-10-19 [colin]      1.9.15cvs75
8117
8118         * sylpheed-claws.desktop
8119         * src/Makefile.am
8120         * src/main.c
8121                 Ship a sylpheed-claws binary instead
8122                 of a sylpheed one. Change the socket
8123                 name, too
8124         * src/folderview.c
8125                 Update folder only if it changed
8126         * src/wizard.c
8127                 Fix i18n in welcome mail, patch by
8128                 Fabien Vantard
8129
8130 2005-10-19 [paul]
8131
8132         1.9.99-rc2 released
8133
8134 2005-10-19 [paul]       1.9.15cvs74
8135
8136         * src/folder.c
8137         * src/folderview.c
8138                 fix summaryview update
8139                 Patch by Colin
8140
8141 2005-10-18 [colin]      1.9.15cvs73
8142
8143         * src/plugins/pgpcore/passphrase.c
8144                 Don't XGrabServer, and try a bit more to 
8145                 sync everything before grabbing mouse/keyboard
8146
8147 2005-10-18 [colin]      1.9.15cvs72
8148
8149         * src/Makefile.am
8150         * src/addressadd.c
8151         * src/addressbook.c
8152         * src/folderview.c
8153         * src/grouplistdialog.c
8154         * src/mimeview.c
8155         * src/stock_pixmap.c
8156         * src/stock_pixmap.h
8157         * src/summaryview.c
8158         * src/gtk/gtksctree.c
8159         * src/gtk/gtksctree.h
8160         * src/pixmaps/empty.xpm
8161                 Implement a wrapper call for gtk_ctree_set_node_info
8162                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8163                 pixmap instead of a NULL one. This works around some
8164                 memory problems deep inside gtk, revealed by valgrind,
8165                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8166                 as locked crashes sylpheed.), as well as, probably, 
8167                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8168
8169 2005-10-17 [colin]      1.9.15cvs71
8170
8171         * src/mimeview.c
8172                 Provide visual feedback when checking
8173                 signature
8174
8175 2005-10-17 [colin]      1.9.15cvs70
8176
8177         * src/main.c
8178                 Keep the folder list frozen while checking caches...
8179
8180 2005-10-17 [colin]      1.9.15cvs69
8181
8182         * src/addr_compl.c
8183                 Fi bug #833 (Autocompleting from addressbook 
8184                 fails with extended chars)
8185         * src/imap.c
8186                 Fix 'adding messages' staying in statusbar
8187                 after an error
8188
8189 2005-10-17 [wwp]        1.9.15cvs68
8190
8191         * src/ssl_manager.c
8192                 Fix buttons' layout resizing when window size changes
8193
8194 2005-10-17 [wwp]        1.9.15cvs67
8195
8196         * src/account.c
8197         * src/prefs_account.c
8198         * src/prefs_common.c
8199         * src/prefs_common.h
8200         * src/prefs_folder_item.c
8201         * src/prefs_gtk.c
8202         * src/gtk/logwindow.c
8203         * src/gtk/pluginwindow.c
8204         * src/gtk/prefswindow.c
8205         * src/gtk/prefswindow.h
8206                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8207
8208 2005-10-17 [paul]       1.9.15cvs66
8209
8210         * configure.ac
8211                 fix missing libetpan message
8212         * po/en_GB.po
8213                 updated
8214         * src/crash.c
8215         * src/manual.c
8216         * src/prefs_themes.c
8217         * src/common/defs.h
8218                 add some new URI defines, change some
8219                 others
8220         * src/wizard.c
8221                 make welcome message translatable
8222                 small improvements to english
8223                 other tweaks
8224         * src/gtk/menu.c
8225                 fix warnings
8226
8227 2005-10-17 [paul]       1.9.15cvs65
8228
8229         * src/summaryview.c
8230                 fix column titles
8231
8232 2005-10-16 [mones]      1.9.15cvs64
8233
8234         * po/es.po
8235                 Updated translation
8236
8237 2005-10-16 [colin]
8238
8239         1.9.99-rc1 released
8240
8241 2005-10-16 [colin]      1.9.15cvs63
8242
8243         * src/wizard.c
8244                 Fix whitespace
8245
8246 2005-10-16 [colin]      1.9.15cvs62
8247
8248         * src/toolbar.c
8249                 s/Get All/Get Mail/
8250         * src/wizard.c
8251                 Real welcome mail text, thanks Paul
8252
8253 2005-10-16 [colin]      1.9.15cvs61
8254
8255         * src/editldap.c
8256         * src/exporthtml.c
8257         * src/main.c
8258         * src/mainwindow.c
8259         * src/prefs_themes.c
8260         * src/prefs_toolbar.c
8261         * src/plugins/demo/demo.c
8262         * src/plugins/trayicon/trayicon.c
8263                 s/Sylpheed/Sylpheed-Claws/
8264
8265 2005-10-16 [colin]      1.9.15cvs60
8266
8267         * src/wizard.c
8268                 Add a welcome email in the first empty mailbox
8269         * src/prefs_common.c
8270                 Change one more default
8271
8272 2005-10-16 [colin]      1.9.15cvs59
8273
8274         * src/wizard.c
8275                 Remove printf
8276
8277 2005-10-16 [colin]      1.9.15cvs58
8278
8279         * src/toolbar.c
8280         * src/prefs_common.c
8281                 Change some defaults
8282
8283 2005-10-16 [colin]      1.9.15cvs57
8284
8285         * src/toolbar.c
8286         * src/prefs_common.c
8287                 Change some defaults
8288
8289 2005-10-16 [colin]      1.9.15cvs56
8290
8291         * src/wizard.c
8292                 By default, initialize fonts to have
8293                 the same size as normal GtkWidgets
8294
8295 2005-10-16 [colin]      1.9.15cvs55
8296
8297         * src/mimeview.c
8298                 Fix message a bit more
8299
8300 2005-10-16 [colin]      1.9.15cvs54
8301
8302         * src/addressbook.c
8303                 Second attempt at flicker fixing
8304
8305 2005-10-16 [colin]      1.9.15cvs53
8306
8307         * src/addressbook.c
8308                 Fix flicker
8309
8310 2005-10-16 [wwp]        1.9.15cvs52
8311
8312         * src/addressbook.c
8313         * src/editaddress.c
8314         * src/prefs_common.c
8315         * src/prefs_common.h
8316                 Remember window sizes (address book)
8317
8318 2005-10-16 [wwp]        1.9.15cvs51
8319
8320         * src/plugins/clamav/clamav_plugin_gtk.c
8321         * src/plugins/spamassassin/spamassassin_gtk.c
8322                 Fix compilation warnings (missing #include).
8323
8324 2005-10-16 [colin]      1.9.15cvs50
8325
8326         * src/mimeview.c
8327         * src/summaryview.c
8328         * src/textview.c
8329                 Make 'c' check signature, and forward
8330                 c, l, y, t from summaryview to mimeview
8331
8332 2005-10-16 [colin]      1.9.15cvs49
8333
8334         * src/addressbook.c
8335                 Put border around buttons
8336         * src/mainwindow.c
8337         * src/summaryview.c
8338                 Rework menus (Patch based on a patch
8339                 by Paul)
8340
8341 2005-10-15 [wwp]        1.9.15cvs48
8342
8343         * src/editjpilot.c
8344         * src/editldap.c
8345         * src/editvcard.c
8346         * src/exphtmldlg.c
8347         * src/expldifdlg.c
8348         * src/export.c
8349         * src/import.c
8350         * src/importldif.c
8351         * src/importmutt.c
8352         * src/importpine.c
8353         * src/prefs_account.c
8354         * src/prefs_spelling.c
8355         * src/gtk/gtkutils.c
8356         * src/gtk/gtkutils.h
8357         * src/plugins/clamav/clamav_plugin_gtk.c
8358         * src/plugins/spamassassin/spamassassin_gtk.c
8359                 use nicer browse-for-file/dir buttons than the "..." ones,
8360                 code factorizing more.
8361
8362 2005-10-14 [colin]      1.9.15cvs47
8363
8364         * src/mainwindow.c
8365                 set relief on the account switcher so that people see it
8366                 grey out Create processing rules when no message is selected
8367         * src/prefs_filtering.c
8368                 ask before closing if the rule has not been modified, even if
8369                 it's not valid
8370         * src/prefs_matcher.c
8371                 fix sensitivity when entering the dialog
8372         * src/gtk/inputdialog.c
8373                 display a better icon on password ask
8374         * src/plugins/pgpcore/passphrase.c
8375                 make the dialog look better
8376
8377 2005-10-14 [paul]       1.9.15cvs46
8378
8379         * src/folderview.c
8380                 indicate presense of marked msgs in
8381                 unexpanded subfolders
8382
8383 2005-10-14 [paul]       1.9.15cvs45
8384
8385         * src/prefs_actions.c
8386         * src/prefs_common.c
8387         * src/prefs_common.h
8388         * src/prefs_filtering_action.c
8389         * src/prefs_matcher.c
8390         * src/prefs_template.c
8391                 remember window sizes
8392                 fix Info button size
8393
8394         Patches by wwp
8395
8396 2005-10-13 [colin]      1.9.15cvs44
8397
8398         * src/mimeview.c
8399         * src/noticeview.c
8400         * src/noticeview.h
8401                 Add a tooltip on the icon (optional) 
8402                 Get rid of the signature buttons and only
8403                 use the icon+tooltip
8404
8405 2005-10-13 [colin]      1.9.15cvs43
8406
8407         * src/noticeview.c
8408         * src/noticeview.h
8409                 Add hand cursor for hovering over icon
8410
8411 2005-10-13 [colin]      1.9.15cvs42
8412
8413         * src/summaryview.c
8414                 Fix crash when quicksearch's hidden 
8415                 at startup
8416
8417 2005-10-13 [colin]      1.9.15cvs41
8418
8419         * src/compose.c
8420                 Set subject when forwarding multiple mails
8421                 Check that other recipient than the default Cc or Bcc
8422                 have been set before sending.
8423
8424 2005-10-13 [colin]      1.9.15cvs40
8425
8426         * src/imap.c
8427                 Batch per-folder
8428                 Introduce locking, but don't use it yet
8429
8430 2005-10-13 [colin]      1.9.15cvs39
8431
8432         * src/gtk/quicksearch.c
8433                 Reset quicksearch when hiding it
8434                 Make sticky a real pref
8435
8436 2005-10-13 [colin]      1.9.15cvs38
8437
8438         * src/summaryview.c
8439                 Faster prefs apply
8440
8441 2005-10-13 [colin]      1.9.15cvs37
8442
8443         * src/mimeview.c
8444         * src/noticeview.c
8445         * src/noticeview.h
8446         * src/plugins/pgpcore/sgpgme.c
8447                 Make privacy icon clickable
8448                 Move Trust field in Full info
8449                 When trust is less than full, don't display
8450                 a warning icon
8451
8452 2005-10-13 [colin]      1.9.15cvs36
8453
8454         * src/folder.c
8455                 Batch on flags sync
8456         * src/folderview.c
8457                 Revert speed hack which is dangerous in fact
8458                 Apply prefs faster
8459
8460 2005-10-13 [colin]      1.9.15cvs35
8461
8462         * src/folder_item_prefs.c
8463                 Fix pref corruption on folder move. Patch
8464                 by wwp
8465
8466 2005-10-13 [paul]       1.9.15cvs34
8467
8468         * src/export.c
8469         * src/import.c
8470                 fix typos in g_warnings
8471         * src/prefs_account.c
8472                 add a file selector for Signature file
8473
8474         Patches by wwp
8475
8476 2005-10-12 [colin]      1.9.15cvs33
8477
8478         * src/mimeview.c
8479                 Provide a quick way to go back from a
8480                 signature's full info to the email part
8481
8482 2005-10-12 [colin]      1.9.15cvs32
8483
8484         * src/compose.c
8485                 Remove old hack of encoding signed mails with base64.
8486                 QP works equally well.
8487
8488 2005-10-12 [colin]      1.9.15cvs31
8489
8490         * src/crash.c
8491                 Replace deprecated GtkText with GtkTextView
8492         * src/imap.c
8493                 Fix a logic bug about counts in imap_select
8494                 (previously un-triggered)
8495         * src/mainwindow.c
8496         * src/summaryview.c
8497         * src/news.c
8498                 Allow local deletion of news posts
8499         * src/mimeview.c
8500                 Show GPG noticeview on the message/rfc822 part
8501                 in addition to the text/plain one
8502         * src/prefs_image_viewer.c
8503           src/plugins/pgpcore/prefs_gpg.c
8504                 Polish (set the label as part of the checkbox)
8505         * src/wizard.c
8506                 Don't sit there doing nothing after destroying
8507                 the window - return err
8508
8509 2005-10-11 [colin]      1.9.15cvs30
8510
8511         * src/folderview.c
8512                 Apply processing rules before showing folders.
8513                 Early folder show (before flags sync) will only
8514                 be done when there are no processing rules (nor
8515                 pre- or post- ones)
8516         * src/imap.c
8517                 Fix stuff related to mail subdir, creation and 
8518                 deletion of folders 
8519         * src/imap_gtk.c
8520                 Don't allow creation of folders in NoInferior
8521                 folders, as it won't work
8522
8523 2005-10-10 [colin]      1.9.15cvs29
8524
8525         * src/compose.c
8526                 Reselect "None" Privacy system when selecting an
8527                 account with no privacy system defined
8528
8529 2005-10-10 [colin]      1.9.15cvs28
8530
8531         * src/mainwindow.c
8532                 Add Windows-1252 encoding
8533         * src/prefs_common.c
8534                 Rework some defaults:
8535                 - autosave to draft by default
8536                 - don't show header pane (it's already in the textview)
8537                 - Select first new or unread mail on entry
8538                 - Assume 'Yes' to change folder when there's no more
8539                   unread message
8540         * src/prefs_matcher.c
8541                 Fix a gtk assertion failure
8542         * src/gtk/colorlabel.c
8543                 Workaround bad repainting on selection
8544         * src/main.c
8545                 Freeze/thaw (a bit faster on ssh -X)
8546         * src/msgcache.c
8547                 Get rid of StrdupConverter that just adds an
8548                 extra strdup/free 
8549         * src/etpan/imap_thread.c
8550                 memset buf to 0
8551
8552 2005-10-10 [colin]      1.9.15cvs27
8553
8554         * src/export.c
8555         * src/import.c
8556                 Fix compile on gtk 2.4. Patch by wwp
8557
8558 2005-10-09 [colin]      1.9.15cvs26
8559
8560         * src/mainwindow.c
8561         * src/messageview.c
8562         * src/summaryview.c
8563                 Clarify forward menus. Patch by wwp
8564
8565 2005-10-09 [colin]      1.9.15cvs25
8566
8567         * src/compose.c
8568         * src/compose.h
8569                 Fix bug #829 (Non-working "Encrypt message by 
8570                 default when replying to an encrypted message")
8571
8572 2005-10-08 [colin]      1.9.15cvs24
8573
8574         * src/wizard.c
8575                 Fix bug #827 ("Welcome" setup wizard after a 
8576                 permission error gives up & forgets itself.)
8577
8578 2005-10-08 [colin]      1.9.15cvs23
8579
8580         * src/procmime.c
8581                 Fix bug #828 (Ignoring headers with spaces around = sign)
8582
8583 2005-10-08 [colin]      1.9.15cvs22
8584
8585         * src/export.c
8586                 Warning fix by wwp
8587
8588 2005-10-08 [colin]      1.9.15cvs21
8589
8590         * src/folder.c
8591         * src/folder.h
8592                 Add a processing_pending indicator, set on 
8593                 folder_item_open and cleared after 
8594                 folder_item_process_open
8595         * src/folderview.c
8596         * src/summaryview.c
8597                 wrap procmsg_msginfo_*_flags, and in the
8598                 wrapper check that there's no folder processing 
8599                 pending. If there is, defer the flags change until 
8600                 processing is done to avoid stepping over each
8601                 other's toes.
8602                 Freeze during processing, but not during scanning.
8603
8604 2005-10-07 [colin]      1.9.15cvs20
8605
8606         * src/plugins/pgpcore/passphrase.c
8607                 Fix bug #826 (X-Server hangs when 
8608                 right-clicking a PGP encrypted message)
8609
8610 2005-10-07 [paul]       1.9.15cvs19
8611
8612         * src/compose.c
8613                 fix compose_entries[]
8614                 patch by Fabien Vantard
8615
8616 2005-10-06 [colin]      1.9.15cvs18
8617
8618         * src/pixmaps/address.xpm
8619         * src/pixmaps/address_book.xpm
8620         * src/pixmaps/book.xpm
8621         * src/pixmaps/check_spelling.xpm
8622         * src/pixmaps/checkbox_off.xpm
8623         * src/pixmaps/checkbox_on.xpm
8624         * src/pixmaps/close.xpm
8625         * src/pixmaps/complete.xpm
8626         * src/pixmaps/continue.xpm
8627         * src/pixmaps/deleted.xpm
8628         * src/pixmaps/down_arrow.xpm
8629         * src/pixmaps/exec.xpm
8630         * src/pixmaps/forwarded.xpm
8631         * src/pixmaps/group.xpm
8632         * src/pixmaps/ignorethread.xpm
8633         * src/pixmaps/interface.xpm
8634         * src/pixmaps/jpilot.xpm
8635         * src/pixmaps/ldap.xpm
8636         * src/pixmaps/linewrap.xpm
8637         * src/pixmaps/linewrapcurrent.xpm
8638         * src/pixmaps/mail.xpm
8639         * src/pixmaps/mail_attach.xpm
8640         * src/pixmaps/mail_compose.xpm
8641         * src/pixmaps/mail_forward.xpm
8642         * src/pixmaps/mail_receive.xpm
8643         * src/pixmaps/mail_receive_all.xpm
8644         * src/pixmaps/mail_reply.xpm
8645         * src/pixmaps/mail_reply_to_all.xpm
8646         * src/pixmaps/mail_reply_to_author.xpm
8647         * src/pixmaps/mail_send.xpm
8648         * src/pixmaps/mail_send_queue.xpm
8649         * src/pixmaps/mime_application.xpm
8650         * src/pixmaps/mime_audio.xpm
8651         * src/pixmaps/mime_image.xpm
8652         * src/pixmaps/mime_message.xpm
8653         * src/pixmaps/mime_text_enriched.xpm
8654         * src/pixmaps/mime_text_html.xpm
8655         * src/pixmaps/mime_text_plain.xpm
8656         * src/pixmaps/mime_unknown.xpm
8657         * src/pixmaps/new.xpm
8658         * src/pixmaps/news_compose.xpm
8659         * src/pixmaps/offline.xpm
8660         * src/pixmaps/online.xpm
8661         * src/pixmaps/paste.xpm
8662         * src/pixmaps/preferences.xpm
8663         * src/pixmaps/privacy_emblem_encrypted.xpm
8664         * src/pixmaps/privacy_expired.xpm
8665         * src/pixmaps/privacy_failed.xpm
8666         * src/pixmaps/privacy_passed.xpm
8667         * src/pixmaps/privacy_signed.xpm
8668         * src/pixmaps/privacy_unknown.xpm
8669         * src/pixmaps/privacy_warn.xpm
8670         * src/pixmaps/properties.xpm
8671         * src/pixmaps/replied.xpm
8672         * src/pixmaps/search.xpm
8673         * src/pixmaps/unread.xpm
8674         * src/pixmaps/up_arrow.xpm
8675         * src/pixmaps/vcard.xpm
8676                 Modernize internal theme, with icons from the 
8677                 Gnomaws theme. Keep some of the old ones where
8678                 they were better.
8679
8680 2005-10-06 [colin]      1.9.15cvs17
8681
8682         * src/summaryview.c
8683                 Little optimisations + bugfix
8684         * src/toolbar.c
8685                 Remove default useless items - useless being defined
8686                 by the default relevant prefs
8687         * src/wizard.c
8688                 include config.h to make gettext work
8689         * src/prefs_themes.c
8690                 Fix selection of current theme in prefs
8691
8692 2005-10-06 [colin]      1.9.15cvs16
8693
8694         * src/prefs_common.c
8695         * src/prefs_common.h
8696         * src/prefs_summaries.c
8697         * src/folderview.c
8698                 Add a warning dialog on Mark all read 
8699                 (with pref to get rid of it)
8700
8701 2005-10-06 [paul]       1.9.15cvs15
8702
8703         * po/nb.po
8704         * po/pt_BR.po
8705                 updated by Geir Helland and Frederico
8706                 Goncalves Guimaraes
8707
8708 2005-10-05 [colin]      1.9.15cvs14
8709
8710         * src/folder.c
8711         * src/folder.h
8712         * src/folderview.c
8713         * src/folderview.h
8714         * src/imap_gtk.c
8715         * src/mh_gtk.c
8716         * src/mainwindow.c
8717         * src/setup.c
8718                 add a way to rescan without rebuilding
8719                 make moving a bit faster (less folders changes)
8720                 don't lock the tree on Get 
8721         * src/imap.c
8722                 Don't re-delete deleted messages before expunging
8723         * src/summaryview.c
8724                 Set batch mode when deleting mails
8725
8726 2005-10-05 [paul]       1.9.15cvs13
8727
8728         * src/mainwindow.c
8729         * src/mainwindow.h
8730                 fix disabled Execute menu item
8731         * src/toolbar.c
8732                 match the change in 1.9.15cvs10: use Compose
8733                 instead of News by default
8734
8735 2005-10-04 [colin]      1.9.15cvs12
8736
8737         * src/compose.c
8738                 When replying to an ML post with Reply-To set
8739                 to the poster's email, honor it (as before),
8740                 but also honor our user's request to reply to
8741                 the mailing list: set the ML address in the To
8742                 field and the Reply-To address in the Cc: 
8743                 field.
8744
8745 2005-10-04 [colin]      1.9.15cvs11
8746
8747         * src/plugins/trayicon/trayicon.c
8748                 Finish cosmetic change - thanks to wwp
8749
8750 2005-10-04 [colin]      1.9.15cvs10
8751
8752         * src/toolbar.c
8753                 Use Compose instead of Email by default.
8754                 Spotted by wwp.
8755
8756 2005-10-04 [colin]      1.9.15cvs9
8757
8758         * src/folder.c
8759         * src/folder.h
8760         * src/folderview.c
8761         * src/imap.c
8762         * src/etpan/imap-thread.c
8763         * src/etpan/imap-thread.h
8764                 Try to make IMAP faster, by simplifying SEARCH
8765                 commands, avoiding sending two STATUS in a row,
8766                 and deferring flags sync and processing just
8767                 after displaying the folder. 
8768                 This will update the SummaryView in certain
8769                 cases (new mails not already fetched, flags
8770                 changed from another client) but in a non-
8771                 blocking manner.
8772
8773 2005-10-04 [colin]      1.9.15cvs8
8774
8775         * src/plugins/trayicon/trayicon.c
8776                 Relabel "Offline" to "Work offline"
8777
8778 2005-10-04 [colin]      1.9.15cvs7
8779
8780         * src/export.c
8781         * src/import.c
8782         * src/mbox.c
8783                 Fix mbox import/export buglets
8784                 Patch by wwp
8785         * src/plugins/trayicon/trayicon.c
8786                 Add offline swithc
8787                 Patch by wwp
8788
8789 2005-10-04 [colin]      1.9.15cvs6
8790
8791         * src/folder.c
8792         * src/folderview.c
8793         * src/summaryview.c
8794                 Better fix (don't break mark all read) for cvs2
8795
8796 2005-10-03 [colin]      1.9.15cvs5
8797
8798         * src/folder.c
8799                 Use a sane sort by default
8800
8801 2005-10-03 [colin]      1.9.15cvs4
8802
8803         * src/inc.c
8804                 Add a 'Only once' button for overriding offline mode
8805         * src/prefs_account.c
8806         * src/wizard.c
8807                 Add Local mbox to the wizard
8808                 Add IMAP subdir to the wizard (or the wizard is useless
8809                 for such accounts, or even worse than useless)
8810                 Move IMAP subdir from Advanced to Receive tab, as it's
8811                 not that uncommon
8812
8813 2005-10-03 [colin]      1.9.15cvs3
8814
8815         * src/send_message.c
8816                 Forgot this one in cvs1
8817
8818 2005-10-03 [colin]      1.9.15cvs2
8819
8820         * src/folder.c
8821                 Faster close when leaving a folder with lots
8822                 of new mails. Idea by David Relson.
8823
8824 2005-10-03 [colin]      1.9.15cvs1
8825
8826         * src/compose.c
8827         * src/imap.c
8828         * src/inc.c
8829         * src/main.c
8830         * src/messageview.c
8831         * src/news.c
8832         * src/summaryview.c
8833         * src/gtk/sslcertwindow.c
8834         * src/plugins/trayicon/trayicon.c
8835                 Add accels to every AlertPanel. Patch by Fabien 
8836                 Vantard
8837
8838 2005-10-03 [paul]       1.9.15
8839
8840         1.9.15 released
8841
8842 2005-10-03 [paul]       1.9.14cvs68
8843
8844         * po/ca.po
8845         * po/de.po
8846         * po/es.po
8847         * po/fi.po
8848         * po/fr.po
8849         * po/sk.po
8850         * po/sr.po
8851         * po/zh_CN.po
8852                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8853                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8854                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8855
8856 2005-10-03 [paul]       1.9.14cvs67
8857
8858         * src/send_message.c
8859                 prevent hang on Cancel
8860                 patch by Colin
8861
8862 2005-10-03 [paul]       1.9.14cvs66
8863
8864         * src/main.c
8865                 fix crash in IMAP caused by discrepancy
8866                 between check_at_startup and offline mode
8867                 Patch by Colin
8868
8869 2005-10-01 [paul]       1.9.14cvs65
8870
8871         * src/inc.c
8872                 fix engrish
8873
8874 2005-10-01 [paul]       1.9.14cvs64
8875         * src/export.c
8876         * src/import.c
8877                 synchronise import_mbox() and export_mbox()
8878         * src/mbox.c
8879                 proc_mbox(): add alert if file cannot be opened
8880                 export_list_to_mbox(): test if dest file exists,
8881                 prompt user to overwrite if it does. add alert
8882                 if file cannot be created
8883                                                                 
8884         Patch by wwp
8885                                                                                                                 
8886
8887 2005-09-30 [paul]       1.9.14cvs63
8888
8889         * src/addressbook.c
8890                 Fix sensitivity of a menu
8891         * src/codeconv.c
8892                 Respect hidden pref for mails with no encoding
8893         * src/common/xml.c
8894                 Fix memory corruption
8895         * src/plugins/pgpcore/sgpgme.c
8896                 Fix segfault on incomplete sigs, and display
8897                 of S/Mime UIDs
8898
8899         Patches by Colin
8900
8901 2005-09-30 [colin]      1.9.14cvs62
8902
8903         * src/partial_download.c
8904                 Little logic fix in almost-dead code
8905         * src/pop.c
8906                 Fix partial download when there's no new mail
8907
8908 2005-09-29 [paul]       1.9.14cvs61
8909
8910         * src/plugins/pgpinline/pgpinline.c
8911                 fix bug 819, 'crash accessing sign message'
8912                 Patch by Colin
8913
8914 2005-09-28 [martin]     1.9.14cvs60
8915
8916         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8917                 fix bug #790 (Crash when restarting window manager (fluxbox))
8918
8919 2005-09-28 [paul]       1.9.14cvs59
8920
8921         * src/gtk/gtkaspell.c
8922                 fix off-by-one typo
8923
8924 2005-09-27 [colin]      1.9.14cvs58
8925
8926         * src/plugins/pgpcore/sgpgme.c
8927                 Report error when there's one, instead of
8928                 "Signature unchecked" 
8929
8930 2005-09-27 [colin]      1.9.14cvs57
8931
8932         * src/prefs_quote.c
8933                 Fix bug #816 (Weird quotation with spaces)
8934
8935 2005-09-27 [colin]      1.9.14cvs56
8936
8937         * src/codeconv.c
8938         * src/compose.c
8939         * src/compose.h
8940                 Put subject in compose's title
8941                 Fix Automatic encoding so that it's really automatic:
8942                 first try default locale's charset, then charset of the replied mail, 
8943                 then utf-8
8944                 Fix encoding of headers (must be in strict mode too)
8945
8946 2005-09-26 [colin]      1.9.14cvs55
8947
8948         * src/gtk/gtkaspell.c
8949                 Fix previous patch - don't color the space,
8950                 just uncolor it :)
8951
8952 2005-09-26 [colin]      1.9.14cvs54
8953
8954         * src/gtk/gtkaspell.c
8955                 Unmark space if possible
8956
8957 2005-09-26 [colin]      1.9.14cvs53
8958
8959         * src/imap.c
8960                 log_error instead of alertpanel according to the pref
8961         * src/etpan/imap-thread.c
8962                 Print connect status, copy only necessary size to 
8963                 logger
8964         * src/plugins/pgpmime/pgpmime.c
8965                 Handle S/Mime signatures (verification only). Patch based
8966                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8967
8968 2005-09-26 [paul]       1.9.14cvs52
8969
8970         * src/common/passcrypt.c
8971                 this 'workaround' not necessary on NetBSD.
8972                 Thanks to Daniel Gustafson
8973
8974 2005-09-26 [paul]
8975
8976         1.9.15-rc4 released
8977
8978 2005-09-26 [paul]       1.9.14cvs51
8979
8980         * src/summaryview.c
8981                 Skip currently selected message when
8982                 looking for next new or unread message
8983                 in current folder. Patch by Colin
8984         * src/common/passcrypt.c
8985                 eliminate warnings on *BSD. Patch by
8986                 Daniel Gustafson
8987
8988 2005-09-26 [colin]      1.9.14cvs50
8989
8990         * src/procmsg.c
8991                 Call postfiltering hook anyway
8992
8993 2005-09-22 [colin]      1.9.14cvs49
8994
8995         * src/codeconv.c
8996         * src/codeconv.h
8997                 Add a strict mode that doesn't replace with _
8998         * src/compose.c
8999         * src/compose.h
9000                 Use strict conversion while sending
9001                 Fix race when drafting while sending (happens
9002                 on IMAP)
9003                 Fix d'n'd of messages from summaryview
9004         * src/prefs_common.c
9005         * src/prefs_common.h
9006                 add hidden utf8_instead_of_locale_for_broken_mail 
9007                 pref for people that preferred the default charset 
9008                 to be utf8 for broken mails
9009         * src/quote_fmt_parse.y
9010                 fix bug #815 (No quote insert if "From:" fied 
9011                 contained Russian letters)
9012         * src/summaryview.c
9013                 Fix d'n'd of messages to compose
9014
9015 2005-09-22 [paul]       1.9.14cvs48
9016
9017         * src/compose.c
9018                 fix bug where attachments Name entry
9019                 would display Path instead
9020
9021 2005-09-21 [paul]       1.9.14cvs47
9022
9023         * README
9024         * README.jp
9025         * configure.ac
9026         * config/config.rpath
9027         * doc/manual/en/sylpheed-20.html
9028         * doc/manual/es/sylpheed-20.html
9029         * po/bg.po
9030         * po/ca.po
9031         * po/de.po
9032         * po/es.po
9033         * po/fr.po
9034         * po/it.po
9035         * po/pt_BR.po
9036         * po/sk.po
9037         * po/zh_TW.po
9038         * src/account.c
9039         * src/account.h
9040         * src/action.c
9041         * src/action.h
9042         * src/adbookbase.h
9043         * src/addr_compl.c
9044         * src/addr_compl.h
9045         * src/addrbook.c
9046         * src/addrbook.h
9047         * src/addrcache.c
9048         * src/addrcache.h
9049         * src/addrcindex.c
9050         * src/addrcindex.h
9051         * src/addrclip.c
9052         * src/addrclip.h
9053         * src/addrdefs.h
9054         * src/addressadd.c
9055         * src/addressadd.h
9056         * src/addressbook.c
9057         * src/addressbook.h
9058         * src/addressitem.h
9059         * src/addrgather.c
9060         * src/addrgather.h
9061         * src/addrharvest.c
9062         * src/addrharvest.h
9063         * src/addrindex.c
9064         * src/addrindex.h
9065         * src/addritem.c
9066         * src/addritem.h
9067         * src/addrquery.c
9068         * src/addrquery.h
9069         * src/addrselect.c
9070         * src/addrselect.h
9071         * src/alertpanel.c
9072         * src/alertpanel.h
9073         * src/browseldap.c
9074         * src/browseldap.h
9075         * src/codeconv.c
9076         * src/codeconv.h
9077         * src/compose.c
9078         * src/compose.h
9079         * src/crash.c
9080         * src/crash.h
9081         * src/customheader.c
9082         * src/customheader.h
9083         * src/displayheader.c
9084         * src/displayheader.h
9085         * src/editaddress.c
9086         * src/editaddress.h
9087         * src/editbook.c
9088         * src/editbook.h
9089         * src/editgroup.c
9090         * src/editgroup.h
9091         * src/editjpilot.c
9092         * src/editjpilot.h
9093         * src/editldap.c
9094         * src/editldap.h
9095         * src/editldap_basedn.c
9096         * src/editldap_basedn.h
9097         * src/editvcard.c
9098         * src/editvcard.h
9099         * src/enriched.c
9100         * src/enriched.h
9101         * src/exphtmldlg.c
9102         * src/exphtmldlg.h
9103         * src/expldifdlg.c
9104         * src/expldifdlg.h
9105         * src/export.c
9106         * src/export.h
9107         * src/exporthtml.c
9108         * src/exporthtml.h
9109         * src/exportldif.c
9110         * src/exportldif.h
9111         * src/filtering.c
9112         * src/filtering.h
9113         * src/folder.c
9114         * src/folder.h
9115         * src/folder_item_prefs.c
9116         * src/folder_item_prefs.h
9117         * src/foldersel.c
9118         * src/foldersel.h
9119         * src/folderutils.c
9120         * src/folderutils.h
9121         * src/folderview.c
9122         * src/folderview.h
9123         * src/grouplistdialog.c
9124         * src/grouplistdialog.h
9125         * src/headerview.c
9126         * src/headerview.h
9127         * src/html.c
9128         * src/html.h
9129         * src/image_viewer.c
9130         * src/image_viewer.h
9131         * src/imap.c
9132         * src/imap.h
9133         * src/imap_gtk.c
9134         * src/imap_gtk.h
9135         * src/import.c
9136         * src/import.h
9137         * src/importldif.c
9138         * src/importldif.h
9139         * src/importmutt.c
9140         * src/importmutt.h
9141         * src/importpine.c
9142         * src/importpine.h
9143         * src/inc.c
9144         * src/inc.h
9145         * src/jpilot.c
9146         * src/jpilot.h
9147         * src/ldapctrl.c
9148         * src/ldapctrl.h
9149         * src/ldaplocate.c
9150         * src/ldaplocate.h
9151         * src/ldapquery.c
9152         * src/ldapquery.h
9153         * src/ldapserver.c
9154         * src/ldapserver.h
9155         * src/ldaputil.c
9156         * src/ldaputil.h
9157         * src/ldif.c
9158         * src/ldif.h
9159         * src/localfolder.c
9160         * src/localfolder.h
9161         * src/main.c
9162         * src/main.h
9163         * src/mainwindow.c
9164         * src/mainwindow.h
9165         * src/manual.c
9166         * src/manual.h
9167         * src/matcher.c
9168         * src/matcher.h
9169         * src/matcher_parser.h
9170         * src/matcher_parser_lex.l
9171         * src/matcher_parser_parse.y
9172         * src/mbox.c
9173         * src/mbox.h
9174         * src/message_search.c
9175         * src/message_search.h
9176         * src/messageview.c
9177         * src/messageview.h
9178         * src/mh.c
9179         * src/mh.h
9180         * src/mh_gtk.c
9181         * src/mh_gtk.h
9182         * src/mimeview.c
9183         * src/mimeview.h
9184         * src/msgcache.c
9185         * src/msgcache.h
9186         * src/mutt.c
9187         * src/mutt.h
9188         * src/news.c
9189         * src/news.h
9190         * src/news_gtk.c
9191         * src/news_gtk.h
9192         * src/noticeview.c
9193         * src/noticeview.h
9194         * src/partial_download.c
9195         * src/partial_download.h
9196         * src/pine.c
9197         * src/pine.h
9198         * src/pop.c
9199         * src/pop.h
9200         * src/prefs_account.c
9201         * src/prefs_account.h
9202         * src/prefs_actions.c
9203         * src/prefs_actions.h
9204         * src/prefs_common.c
9205         * src/prefs_common.h
9206         * src/prefs_compose_writing.c
9207         * src/prefs_compose_writing.h
9208         * src/prefs_customheader.c
9209         * src/prefs_customheader.h
9210         * src/prefs_display_header.c
9211         * src/prefs_display_header.h
9212         * src/prefs_ext_prog.c
9213         * src/prefs_ext_prog.h
9214         * src/prefs_filtering.c
9215         * src/prefs_filtering.h
9216         * src/prefs_filtering_action.c
9217         * src/prefs_filtering_action.h
9218         * src/prefs_folder_column.c
9219         * src/prefs_folder_column.h
9220         * src/prefs_folder_item.c
9221         * src/prefs_folder_item.h
9222         * src/prefs_fonts.c
9223         * src/prefs_fonts.h
9224         * src/prefs_gtk.c
9225         * src/prefs_gtk.h
9226         * src/prefs_image_viewer.c
9227         * src/prefs_image_viewer.h
9228         * src/prefs_matcher.c
9229         * src/prefs_matcher.h
9230         * src/prefs_message.c
9231         * src/prefs_message.h
9232         * src/prefs_msg_colors.c
9233         * src/prefs_msg_colors.h
9234         * src/prefs_other.c
9235         * src/prefs_other.h
9236         * src/prefs_quote.c
9237         * src/prefs_quote.h
9238         * src/prefs_receive.c
9239         * src/prefs_receive.h
9240         * src/prefs_send.c
9241         * src/prefs_send.h
9242         * src/prefs_spelling.c
9243         * src/prefs_spelling.h
9244         * src/prefs_summaries.c
9245         * src/prefs_summaries.h
9246         * src/prefs_summary_column.c
9247         * src/prefs_summary_column.h
9248         * src/prefs_template.c
9249         * src/prefs_template.h
9250         * src/prefs_themes.c
9251         * src/prefs_themes.h
9252         * src/prefs_toolbar.c
9253         * src/prefs_toolbar.h
9254         * src/prefs_wrapping.c
9255         * src/prefs_wrapping.h
9256         * src/privacy.c
9257         * src/privacy.h
9258         * src/procheader.c
9259         * src/procheader.h
9260         * src/procmime.c
9261         * src/procmime.h
9262         * src/procmsg.c
9263         * src/procmsg.h
9264         * src/quote_fmt.c
9265         * src/quote_fmt_parse.y
9266         * src/recv.c
9267         * src/recv.h
9268         * src/remotefolder.c
9269         * src/remotefolder.h
9270         * src/send_message.c
9271         * src/send_message.h
9272         * src/setup.c
9273         * src/setup.h
9274         * src/simple-gettext.c
9275         * src/sourcewindow.c
9276         * src/sourcewindow.h
9277         * src/ssl_manager.c
9278         * src/ssl_manager.h
9279         * src/statusbar.c
9280         * src/statusbar.h
9281         * src/stock_pixmap.c
9282         * src/stock_pixmap.h
9283         * src/summary_search.c
9284         * src/summary_search.h
9285         * src/summaryview.c
9286         * src/summaryview.h
9287         * src/syldap.c
9288         * src/syldap.h
9289         * src/textview.c
9290         * src/textview.h
9291         * src/toolbar.c
9292         * src/toolbar.h
9293         * src/undo.c
9294         * src/undo.h
9295         * src/unmime.c
9296         * src/unmime.h
9297         * src/vcard.c
9298         * src/vcard.h
9299         * src/wizard.c
9300         * src/wizard.h
9301         * src/common/base64.c
9302         * src/common/base64.h
9303         * src/common/defs.h
9304         * src/common/hooks.c
9305         * src/common/hooks.h
9306         * src/common/log.c
9307         * src/common/log.h
9308         * src/common/md5.c
9309         * src/common/md5.h
9310         * src/common/mgutils.c
9311         * src/common/mgutils.h
9312         * src/common/nntp.c
9313         * src/common/nntp.h
9314         * src/common/passcrypt.c
9315         * src/common/passcrypt.h.in
9316         * src/common/plugin.c
9317         * src/common/plugin.h
9318         * src/common/prefs.c
9319         * src/common/prefs.h
9320         * src/common/progressindicator.c
9321         * src/common/progressindicator.h
9322         * src/common/quoted-printable.c
9323         * src/common/quoted-printable.h
9324         * src/common/session.c
9325         * src/common/session.h
9326         * src/common/smtp.c
9327         * src/common/smtp.h
9328         * src/common/socket.c
9329         * src/common/socket.h
9330         * src/common/ssl.c
9331         * src/common/ssl.h
9332         * src/common/ssl_certificate.c
9333         * src/common/ssl_certificate.h
9334         * src/common/string_match.c
9335         * src/common/string_match.h
9336         * src/common/stringtable.c
9337         * src/common/sylpheed.c
9338         * src/common/sylpheed.h
9339         * src/common/template.c
9340         * src/common/template.h
9341         * src/common/timing.h
9342         * src/common/utils.c
9343         * src/common/utils.h
9344         * src/common/uuencode.c
9345         * src/common/uuencode.h
9346         * src/common/version.h.in
9347         * src/common/xml.c
9348         * src/common/xml.h
9349         * src/common/xmlprops.c
9350         * src/common/xmlprops.h
9351         * src/gtk/about.c
9352         * src/gtk/about.h
9353         * src/gtk/colorlabel.c
9354         * src/gtk/colorlabel.h
9355         * src/gtk/colorsel.c
9356         * src/gtk/colorsel.h
9357         * src/gtk/description_window.c
9358         * src/gtk/description_window.h
9359         * src/gtk/filesel.c
9360         * src/gtk/filesel.h
9361         * src/gtk/foldersort.c
9362         * src/gtk/foldersort.h
9363         * src/gtk/gtkutils.c
9364         * src/gtk/gtkutils.h
9365         * src/gtk/inputdialog.c
9366         * src/gtk/inputdialog.h
9367         * src/gtk/logwindow.c
9368         * src/gtk/logwindow.h
9369         * src/gtk/manage_window.c
9370         * src/gtk/manage_window.h
9371         * src/gtk/menu.c
9372         * src/gtk/menu.h
9373         * src/gtk/pluginwindow.c
9374         * src/gtk/pluginwindow.h
9375         * src/gtk/prefswindow.c
9376         * src/gtk/prefswindow.h
9377         * src/gtk/progressdialog.c
9378         * src/gtk/progressdialog.h
9379         * src/gtk/quicksearch.c
9380         * src/gtk/quicksearch.h
9381         * src/gtk/sslcertwindow.c
9382         * src/gtk/sslcertwindow.h
9383         * src/plugins/clamav/clamav_plugin.c
9384         * src/plugins/clamav/clamav_plugin.h
9385         * src/plugins/clamav/clamav_plugin_gtk.c
9386         * src/plugins/demo/demo.c
9387         * src/plugins/dillo_viewer/dillo_prefs.c
9388         * src/plugins/dillo_viewer/dillo_prefs.h
9389         * src/plugins/dillo_viewer/dillo_viewer.c
9390         * src/plugins/mathml_viewer/mathml_viewer.c
9391         * src/plugins/pgpcore/passphrase.c
9392         * src/plugins/pgpcore/passphrase.h
9393         * src/plugins/pgpcore/plugin.c
9394         * src/plugins/pgpcore/prefs_gpg.c
9395         * src/plugins/pgpcore/prefs_gpg.h
9396         * src/plugins/pgpcore/select-keys.c
9397         * src/plugins/pgpcore/select-keys.h
9398         * src/plugins/pgpcore/sgpgme.c
9399         * src/plugins/pgpcore/sgpgme.h
9400         * src/plugins/pgpinline/pgpinline.c
9401         * src/plugins/pgpinline/pgpinline.h
9402         * src/plugins/pgpinline/plugin.c
9403         * src/plugins/pgpmime/pgpmime.c
9404         * src/plugins/pgpmime/pgpmime.h
9405         * src/plugins/pgpmime/plugin.c
9406         * src/plugins/spamassassin/spamassassin.c
9407         * src/plugins/spamassassin/spamassassin.h
9408         * src/plugins/spamassassin/spamassassin_gtk.c
9409         * src/plugins/trayicon/trayicon.c
9410         * tools/OOo2sylpheed.pl
9411         * tools/acroread2sylpheed.pl
9412         * tools/asus_mailled.sh
9413         * tools/filter_conv.pl
9414         * tools/freshmeat_search.pl
9415         * tools/google_search.pl
9416         * tools/kmail2sylpheed.pl
9417         * tools/kmail2sylpheed_v2.pl
9418         * tools/maildir2sylpheed.pl
9419         * tools/multiwebsearch.pl
9420         * tools/newscache_clean.pl
9421         * tools/outlook2sylpheed.pl
9422         * tools/sylpheed-switcher
9423         * tools/update-po
9424         * tools/vcard2xml.py
9425         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9426                 update FSF address
9427
9428 2005-09-21 [colin]      1.9.14cvs46
9429
9430         * src/gedit-print.c
9431         * src/procmsg.c
9432         * src/procmsg.h
9433         * src/textview.c
9434         * src/summaryview.c
9435                 Remove some printing hacks (deselection/reselection),
9436                 which by the way fix printing the currently 
9437                 displayed mime part (still only text)
9438                 Plus a little optimisation of summary_show
9439
9440
9441 2005-09-20 [colin]      1.9.14cvs45
9442
9443         * src/mainwindow.c
9444         * src/messageview.c
9445                 GUI fixups: add accels, set message
9446                 view title to displayed mail's subject
9447         * src/prefs_spelling.c
9448         * src/gtk/gtkaspell.c
9449                 GUI fixups: allow underlining misspelled
9450                 words instead of coloring them (a11y!)
9451
9452 2005-09-19 [colin]
9453
9454         1.9.15rc3 released
9455
9456 2005-09-19 [colin]      1.9.14cvs44
9457
9458         * src/compose.c
9459                 Fix draft message
9460         * src/gtk/gtkaspell.c
9461                 Fix wrong test ;-)
9462
9463 2005-09-19 [colin]      1.9.14cvs43
9464
9465         * src/addressbook.c
9466                 Fix sensitivity of Delete button
9467         * src/compose.c
9468                 Warn if the requested Privacy system
9469                 is not available
9470         * src/exphtmldlg.c
9471         * src/expldifdlg.c
9472         * src/importldif.c
9473         * src/importmutt.c
9474         * src/importpine.c
9475                 Fix crappy UI
9476         * src/
9477         * src/ssl.h
9478         * src/prefs_account.h
9479         * src/prefs_account.c
9480                 Save SSL prefs even in builds that have
9481                 SSL support disable
9482         * src/imap.c
9483         * src/inc.c
9484         * src/news.c
9485         * src/send_message.c
9486                 Warn if connection should be secure, but
9487                 SSL support isn't compiled in
9488         * src/gtkaspell.c
9489                 Fix word separation on UTF-8 systems
9490                 Fixes bug #812 (Strange inline spellchecking)
9491         * src/compose.c
9492                 Warn if the requested Privacy system
9493                 is not available
9494                 Factorize offline warning
9495         * src/imap.c
9496         * src/imap_gtk.c
9497         * src/imap_gtk.h
9498         * src/inc.h
9499         * src/news_gtk.c
9500         * src/news_gtk.h
9501         * src/messageview.c
9502                 Factorize offline warning
9503
9504 2005-09-19 [paul]
9505
9506         1.9.15-rc2 released
9507
9508 2005-09-18 [colin]      1.9.14cvs42
9509
9510         * src/codeconv.c
9511         * src/codeconv.h
9512         * src/procmime.c
9513                 Add a way to get locale's charset ignoring utf-8,
9514                 and use that as default encoding for broken mails
9515
9516 2005-09-18 [colin]      1.9.14cvs41
9517
9518         * src/gtk/logwindow.c
9519                 Translate string. Patch by Fabien Vantard
9520
9521 2005-09-18 [colin]      1.9.14cvs40
9522
9523         * configure.ac
9524                 Fix bug #803 (IMAP/SSL support breaks with 
9525                 GnuTLS libetpan 0.38)
9526
9527 2005-09-18 [colin]      1.9.14cvs39
9528
9529         * src/codeconv.c
9530         * src/compose.c
9531         * src/procmime.c
9532                 More charsets fixes. Fixes bug #806 (non
9533                 ascii characters in subject line)
9534
9535 2005-09-17 [paul]       1.9.14cvs38
9536
9537         * src/folderview.c
9538         * src/mainwindow.c
9539                 fix gcc-2.95 issues
9540                 Patch by Pawel Pekala
9541
9542 2005-09-17 [colin]      1.9.14cvs37
9543
9544         * src/addrindex.c
9545                 bugfix for NO-USE LDAP compilation, patch 
9546                 by Fabien Vantard
9547
9548 2005-09-17 [colin]      1.9.14cvs36
9549
9550         * src/prefs_actions.c
9551         * src/prefs_customheader.c
9552         * src/prefs_display_header.c
9553         * src/prefs_filtering_action.c
9554         * src/prefs_matcher.c
9555         * src/prefs_toolbar.c
9556                 Fix strange casts (less elegant but
9557                 works better)
9558
9559 2005-09-16 [colin]      1.9.14cvs35
9560
9561         * src/jpilot.c
9562                 Missed that one
9563
9564 2005-09-16 [colin]      1.9.14cvs34
9565
9566         * configure.ac
9567         * src/Makefile.am
9568         * src/addr_compl.c
9569         * src/addrindex.c
9570         * src/browseldap.c
9571         * src/editldap.c
9572         * src/ldaplocate.c
9573         * src/ldapquery.c
9574         * src/ldapquery.h
9575         * src/ldapserver.c
9576         * src/ldapserver.h
9577         * src/main.c
9578         * src/matcher_parser_parse.y
9579         * src/prefs_themes.c
9580         * src/etpan/Makefile.am
9581         * src/gtk/description_window.c
9582         * src/plugins/clamav/Makefile.am
9583         * src/plugins/clamav/clamav_plugin.c
9584         * src/plugins/dillo_viewer/Makefile.am
9585         * src/plugins/pgpcore/Makefile.am
9586         * src/plugins/pgpinline/Makefile.am
9587         * src/plugins/pgpmime/Makefile.am
9588         * src/plugins/trayicon/Makefile.am
9589                 Fix 100% cpu usage in address completion list
9590                 Fix little bugs (return with no values etc)
9591                 Fix all warnings (with common CFLAGS)
9592
9593 2005-09-15 [colin]      1.9.14cvs33
9594
9595         * src/addressbook.c
9596                 Fix bug where sometimes a group's email list is empty,
9597                 force its refresh (probably fixes "Re: how to create a 
9598                 distribution list")
9599         * src/ldapquery.c
9600                 Don't return to the callback in the main thread from the
9601                 fetch thread (or face segs!)
9602
9603 2005-09-15 [paul]       1.9.14cvs32
9604
9605         * src/prefs_matcher.c
9606                 forgotten in last commit
9607
9608 2005-09-15 [paul]       1.9.14cvs31
9609
9610         * src/prefs_actions.c
9611         * src/prefs_filtering_action.c
9612         * src/prefs_quote.c
9613         * src/quote_fmt.c
9614         * src/summaryview.c
9615         * src/gtk/description_window.c
9616         * src/gtk/description_window.h
9617         * src/gtk/quicksearch.c
9618                 allow interaction with the called
9619                 description window
9620                 Patch by Anders Hammar
9621
9622 2005-09-14 [paul]       1.9.14cvs30
9623
9624         * src/compose.c
9625                 fix a little annoyance when pasting with 3rd button 
9626                 with wrap_pastes=0 and wrap_input=1
9627                 Patch by Colin
9628
9629 2005-09-14 [paul]       1.9.14cvs29
9630
9631         * src/prefs_account.c
9632                 disable 'Filter messages on receiving' for
9633                 SMTP-only accounts
9634                 Patch  by Anders Hammar
9635
9636 2005-09-14 [paul]       1.9.14cvs28
9637
9638         * po/sk.po
9639                 fix crash
9640                 updated by Andrej Kacian
9641
9642 2005-09-14 [paul]
9643
9644         1.9.15-rc1 released
9645
9646 2005-09-14 [paul]       1.9.14cvs27
9647
9648         * po/es.po
9649                 updated by Ricardo Mones Lastra
9650         * src/compose.c
9651         * src/compose.h
9652                 associate no_wrap_tags to Compose windows
9653                 instead of using a static one
9654                 Patch by Colin
9655         * src/mbox.c
9656                 fix proc_mbox()
9657                 Patch by wwp
9658         * src/textview.c
9659                 remove unneeded printf()
9660
9661 2005-09-14 [paul]       1.9.14cvs26
9662
9663         * src/addrcache.c
9664         * src/codeconv.h
9665         * src/folder.h
9666         * src/mainwindow.h
9667         * src/mh.c
9668         * src/mimeview.h
9669         * src/partial_download.c
9670         * src/pop.c
9671         * src/prefs_account.c
9672         * src/prefs_account.h
9673         * src/prefs_actions.c
9674         * src/prefs_customheader.c
9675         * src/prefs_display_header.c
9676         * src/prefs_filtering_action.c
9677         * src/prefs_matcher.c
9678         * src/prefs_toolbar.c
9679         * src/privacy.h
9680         * src/procmime.c
9681         * src/procmime.h
9682         * src/procmsg.h
9683         * src/textview.c
9684         * src/undo.h
9685         * src/common/plugin.c
9686         * src/common/session.h
9687         * src/common/socket.c
9688         * src/common/socket.h
9689         * src/common/template.c
9690         * src/gtk/gtkaspell.c
9691         * src/gtk/quicksearch.h
9692         * src/plugins/pgpcore/passphrase.c
9693         * src/plugins/pgpcore/prefs_gpg.h
9694         * src/plugins/pgpcore/select-keys.c
9695         * src/plugins/pgpcore/select-keys.h
9696         * src/plugins/pgpcore/sgpgme.c
9697         * src/plugins/pgpinline/pgpinline.c
9698         * src/plugins/pgpmime/pgpmime.c
9699         * src/plugins/trayicon/trayicon.c
9700                 fix compilation warnings
9701                 Patch by Daniel Gustafson
9702
9703 2005-09-14 [paul]       1.9.14cvs25
9704
9705         * src/addressbook.c
9706                 add missing column header, and other small
9707                 bug fixes
9708                 Patch by Anders Hammar
9709
9710 2005-09-13 [colin]      1.9.14cvs24
9711
9712         * src/gtk/gtkaspell.c
9713                 Fix non-utf8 in menu
9714                 Fix little leaks
9715                 Nullify struct members after free()s
9716
9717 2005-09-13 [colin]      1.9.14cvs23
9718
9719         * src/compose.c
9720                 Test utf8 compliance before inserting to 
9721                 buffer, and try to convert if necessary
9722         * src/procmime.c
9723                 If no charset is present, use the locale 
9724                 one instead of us-ascii
9725         * src/procmsg.c
9726                 Add Sender, List-Post and To in the checked 
9727                 headers for automatic rules creation 
9728                 (thanks to wwp)
9729         * src/prefs_themes.c
9730         * src/gtk/gtkaspell.c
9731                 Remove deprecated functions. 
9732                 patch by Daniel Gustafson
9733
9734 2005-09-12 [colin]      1.9.14cvs22
9735
9736         * src/compose.c
9737                 Fix bug #448 (Scrolling/Redraw issue with 
9738                 address-fields in Header)
9739         * src/mainwindow.c
9740         * src/summaryview.c
9741         * src/summaryview.h
9742                 Fix loss of MSG_MARKED on move/copy
9743                 Fix bug #804 (Quicksearch togglebutton doesn't 
9744                 get depressed after '/' key is pressed)
9745
9746 2005-09-12 [paul]       1.9.14cvs21
9747
9748         * AUTHORS
9749         * src/gtk/logwindow.c
9750                 add 'Clear Log' to popup menu
9751                 Patch by Anders Hammar <anders.hammar@telia.com>
9752
9753 2005-09-12 [paul]       1.9.14cvs20
9754
9755         * src/compose.c
9756                 set correct sensitivity on attachments
9757                 popup menu
9758         * src/folder.c
9759                 fix typo
9760         * src/prefs_spelling.c
9761                 fix crash when no LANG env is set
9762         * src/common/xml.c
9763                 fix crash in wizard
9764                 don't use memeory after free
9765
9766         All patches by Daniel Gustafson
9767
9768 2005-09-12 [paul]       1.9.14cvs19
9769
9770         * src/prefs_themes.c
9771                 make theme info selectable
9772         * src/gtk/description_window.c
9773                 make window non-modal
9774         * tools/README
9775                 add details of asus_mailed.sh
9776         * tools/claws.i18n.status.pl
9777                 update for new zh_TW translator
9778                 widen the output
9779                 create alternate coloured lines
9780                 improve readability
9781
9782 2005-09-10 [colin]      1.9.14cvs18
9783
9784         * src/plugins/pgpcore/select-keys.c
9785                 Better order for the buttons
9786
9787 2005-09-10 [colin]      1.9.14cvs17
9788
9789         * src/compose.c
9790         * src/plugins/pgpcore/select-keys.c
9791         * src/plugins/pgpcore/select-keys.h
9792         * src/plugins/pgpcore/sgpgme.c
9793                 Add a "Don't encrypt" button to the key
9794                 selection dialog. Fixes bug #177 (There should be a 
9795                 'Don't encrypt button in the Select Keys dialog)
9796
9797 2005-09-10 [colin]      1.9.14cvs16
9798
9799         * src/compose.c
9800                 Fix bug #572 (%X option does not work with templates)
9801
9802 2005-09-10 [colin]      1.9.14cvs15
9803
9804         * src/toolbar.c 
9805                 Remove g_print
9806
9807 2005-09-10 [colin]      1.9.14cvs14
9808
9809         * src/imap.c
9810                 Fix a possible crash
9811
9812 2005-09-09 [colin]      1.9.14cvs13
9813
9814         * src/imap.c
9815         * src/etpan/imap-thread.c
9816         * src/etpan/imap-thread.h
9817                 Fix moving from queue or drafts to normal folders
9818                 Fix bug #794 (No way to delete without expunging)
9819                 Take flags unset by other mailers into account
9820                 Take deleted flag set by other mailers into account
9821                 Fix unsetting REPLIED flag
9822                 Fix crash when capabilities can't be retrieved
9823         * src/mainwindow.c
9824         * src/mainwindow.h
9825                 Add M_DELAYED_FLAGS condition, and let the user use
9826                 Execute in order to be able to expunge deleted mails,
9827                 even if he's not in delayed execute mode
9828         * src/prefs_spelling.c
9829                 Use 'en' dictionary by default if LANG is POSIX or C
9830         * src/gtk/prefswindow.c
9831                 Fix bug #767 (Preferences windows expanding) by making
9832                 the window a bit larger when the resolution is greater
9833                 than 640x480, and by putting the prefs in a
9834                 GtkScrolledWindow.
9835
9836 2005-09-09 [paul]       1.9.14cvs12
9837
9838         * AUTHORS
9839         * configure.ac
9840         * po/zh_TW.Big5.po      ** REMOVED **
9841         * po/zh_TW.po           ** ADDED **
9842                 updated by Wei-Lun Chao
9843
9844 2005-09-09 [paul]       1.9.14cvs11
9845
9846         * src/mainwindow.c
9847                 fix asserts
9848         * src/common/xml.c
9849                 delay memory allocation until file is
9850                 opened successfully
9851                 Patch by Daniel Gustafson
9852
9853 2005-09-09 [colin]      1.9.14cvs10
9854
9855         * src/imap.c
9856                 Add guards
9857
9858 2005-09-08 [colin]      1.9.14cvs9
9859
9860         * src/compose.c
9861                 Alert when we can't save draft
9862                 Fix various wrap/color issues
9863                 Add mid-click pasting respecting wrap_paste option
9864         * src/folder.c
9865         * src/folder.h
9866         * src/folder_item_prefs.c
9867         * src/folder_item_prefs.h
9868         * src/imap.c
9869         * src/imap_gtk.c
9870         * src/imap_gtk.h
9871         * src/main.c
9872         * src/mainwindow.c
9873         * src/mainwindow.h
9874         * src/news.c
9875         * src/news_gtk.c
9876         * src/news_gtk.h
9877         * src/prefs_folder_item.c
9878                 Fix the impossibility to synchronise folders for
9879                 offline use (IMAP and NNTP are concerned)
9880
9881 2005-09-08 [colin]      1.9.14cvs8
9882
9883         * configure.ac
9884                 Build LDAP and JPilot by default if available
9885         * src/textview.c
9886                 Fix use after free
9887
9888 2005-09-08 [paul]       1.9.14cvs7
9889
9890         * doc/manual/en/sylpheed-1.html
9891         * doc/manual/en/sylpheed-18.html
9892         * doc/manual/en/sylpheed-19.html
9893         * doc/manual/en/sylpheed-4.html
9894         * doc/manual/en/sylpheed-6.html
9895         * doc/manual/en/sylpheed.html
9896                 a few minor updates, plus include some
9897                 details about plugins and their requirements
9898         * src/mainwindow.c
9899                 minor changes to English in /View/Sort
9900
9901 2005-09-07 [colin]      1.9.14cvs6
9902
9903         * doc/manual/en/sylpheed-1.html
9904         * doc/manual/en/sylpheed-10.html
9905         * doc/manual/en/sylpheed-11.html
9906         * doc/manual/en/sylpheed-12.html
9907         * doc/manual/en/sylpheed-13.html
9908         * doc/manual/en/sylpheed-14.html
9909         * doc/manual/en/sylpheed-15.html
9910         * doc/manual/en/sylpheed-16.html
9911         * doc/manual/en/sylpheed-17.html
9912         * doc/manual/en/sylpheed-18.html
9913         * doc/manual/en/sylpheed-19.html
9914         * doc/manual/en/sylpheed-2.html
9915         * doc/manual/en/sylpheed-20.html
9916         * doc/manual/en/sylpheed-21.html
9917         * doc/manual/en/sylpheed-22.html
9918         * doc/manual/en/sylpheed-3.html
9919         * doc/manual/en/sylpheed-4.html
9920         * doc/manual/en/sylpheed-5.html
9921         * doc/manual/en/sylpheed-6.html
9922         * doc/manual/en/sylpheed-7.html
9923         * doc/manual/en/sylpheed-8.html
9924         * doc/manual/en/sylpheed-9.html
9925         * doc/manual/en/sylpheed.html
9926                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9927
9928 2005-09-07 [colin]      1.9.14cvs5
9929
9930         * src/mainwindow.c
9931                 Make labels more to-the-point
9932
9933 2005-09-07 [colin]      1.9.14cvs4
9934
9935         * doc/manual/en/sylpheed-1.html
9936         * doc/manual/en/sylpheed-12.html
9937         * doc/manual/en/sylpheed-13.html
9938         * doc/manual/en/sylpheed-14.html
9939         * doc/manual/en/sylpheed-15.html
9940         * doc/manual/en/sylpheed-16.html
9941         * doc/manual/en/sylpheed-17.html
9942         * doc/manual/en/sylpheed-18.html
9943         * doc/manual/en/sylpheed-19.html
9944         * doc/manual/en/sylpheed-2.html
9945         * doc/manual/en/sylpheed-20.html
9946         * doc/manual/en/sylpheed-21.html
9947         * doc/manual/en/sylpheed-22.html
9948         * doc/manual/en/sylpheed-4.html
9949         * doc/manual/en/sylpheed-5.html
9950         * doc/manual/en/sylpheed-6.html
9951         * doc/manual/en/sylpheed-7.html
9952         * doc/manual/en/sylpheed-8.html
9953         * doc/manual/en/sylpheed-9.html
9954         * doc/manual/en/sylpheed.html
9955                 Update manual
9956
9957 2005-09-07 [colin]      1.9.14cvs3
9958
9959         * doc/faq/en/sylpheed-faq-1.html
9960         * doc/faq/en/sylpheed-faq-2.html
9961         * doc/faq/en/sylpheed-faq-3.html
9962         * doc/faq/en/sylpheed-faq.html
9963                 Update FAQ
9964
9965 2005-09-07 [colin]      1.9.14cvs2
9966
9967         * src/folderview.c
9968         * src/procmsg.c
9969         * src/summaryview.c
9970         * src/toolbar.c
9971                 Fix special subfolders:
9972                 - Inherit parent's icon
9973                 - sent contents of queues subfolders
9974                 - empty subfolders of trashes
9975         * src/mainwindow.c
9976                 Remove outdated manual and faq entries
9977         * src/common/utils.c
9978                 Add quotes around %s coming from mailcap
9979
9980 2005-09-07 [colin]      1.9.14cvs1
9981
9982         * src/compose.c
9983                 After saving draft, set modified to FALSE
9984         * src/mimeview.c
9985         * src/common/utils.c
9986         * src/common/utils.h
9987                 Try to open mime parts using what is 
9988                 indicated in ~/.mailcap or /etc/mailcap,
9989                 if possible.
9990
9991 2005-09-05 [paul]       1.9.14
9992
9993         1.9.14 released
9994
9995         * po/sk.po
9996                 updated by Andrej Kacian
9997
9998 2005-09-05 [paul]       1.9.13cvs83
9999
10000         * po/de.po
10001         * po/es.po
10002         * po/fi.po
10003         * po/fr.po
10004         * po/nb.po
10005         * po/pt_BR.po
10006         * po/sr.po
10007                 updated translations by Thomas Gilgin, Ricardo Mones
10008                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10009                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10010
10011 2005-09-04 [paul]       1.9.13cvs82
10012
10013         * src/compose.c
10014                 only warn about exceeded line length limit
10015                 on send
10016
10017 2005-09-04 [paul]       1.9.13cvs81
10018
10019         * src/compose.c
10020                 fix crash in 'line length exceeded' dialogue
10021
10022 2005-09-02 [paul]       1.9.13cvs80
10023
10024         * src/imap.c
10025                 fix bug 795, 'Connection lost IMAP'
10026                 and add statusbar prints
10027                 Patch by Colin
10028
10029 2005-09-02 [paul]       1.9.13cvs79
10030
10031         * src/compose.c
10032                 compose_wrap_paragraph() becomes
10033                 compose_beautify_paragraph()
10034                 Patch by Colin
10035
10036 2005-09-02 [colin]      1.9.13cvs78
10037
10038         * src/folderview.c
10039                 Micro-fix
10040
10041 2005-09-01 [colin]      1.9.13cvs77
10042
10043         * src/imap.c
10044                 Maybe fix bug #795 (Connection lost IMAP)
10045                 Don't try to send logout when we're disconnected.
10046         * src/summaryview.c
10047                 Include locked and marked emails in HRM
10048                 view. Fixes bug #800 (Locked messages no longer 
10049                 show up when hide read messages is used)
10050
10051 2005-09-01 [paul]       1.9.13cvs76
10052
10053         * src/prefs_common.c
10054                 fix bad cutting
10055
10056 2005-08-31 [colin]      1.9.13cvs75
10057
10058         * src/folderview.c
10059         * src/folderview.h
10060         * src/prefs_summaries.c
10061         * src/summaryview.c
10062                 Fix "go to next new", fix preference
10063                 (Open unread/next swapped)
10064
10065 2005-08-31 [paul]       1.9.13cvs74
10066
10067         * src/compose.c
10068         * src/folderview.c
10069         * src/headerview.c
10070         * src/headerview.h
10071         * src/mainwindow.c
10072         * src/prefs_common.c
10073         * src/prefs_common.h
10074         * src/prefs_fonts.c
10075         * src/summaryview.c
10076         * src/textview.c
10077         * src/common/defs.h
10078                 remove obsolete BOLD_FONT setting
10079                 fix font update in headerview and textview
10080                 headers after prefs change
10081                 Patch By Colin
10082
10083 2005-08-31 [paul]
10084
10085         1.9.14-rc4 released
10086
10087 2005-08-30 [colin]      1.9.13cvs73
10088
10089         * src/summaryview.c
10090                 When Hide read messages is selected and we
10091                 refresh the summaryview, don't remove the 
10092                 currently displayed message. Fixes bug #797
10093                 (Summary view reloads when new mail is 
10094                 downloaded in 1.9.14 rc)
10095
10096 2005-08-30 [colin]      1.9.13cvs72
10097
10098         * src/folderview.c
10099                 Fix flickering
10100         * src/mainwindow.c
10101                 Remove useless callback
10102         * src/mimeview.c
10103         * src/gtk/filesel.c
10104         * src/gtk/filesel.h
10105                 Add a filesel_select_file_save_folder() - used by Save All
10106
10107 2005-08-29 [paul]       1.9.13cvs71
10108
10109         * AUTHORS
10110         * src/matcher_parser_parse.y
10111         * src/etpan/imap-thread.c
10112                 fix building on FreeBSD
10113                 Patch by Daniel Gustafson <daniel@hobbit.se>
10114
10115 2005-08-29 [paul]       1.9.13cvs70
10116
10117         * src/plugins/pgpinline/pgpinline.c
10118                 only initialise sig result if it's been handled
10119                 Patch by Colin
10120
10121 2005-08-29 [paul]       1.9.13cvs69
10122         
10123         Patches by Colin:
10124
10125         * src/imap.c
10126         * src/common.utils.c
10127         * src/common/utils.h
10128                 optimisation
10129         * src/stock_pixmap.h
10130                 fix wrong icon reference
10131         * src/pixmaps/trash_btn.xpm
10132                 replace with nicer image
10133
10134 2005-08-28 [colin]      1.9.13cvs68
10135
10136         * src/Makefile.am
10137         * src/stock_pixmap.c
10138         * src/stock_pixmap.h
10139         * src/toolbar.c
10140         * src/pixmaps/trash_btn.xpm
10141                 Add a specific trash xpm for the button
10142
10143 2005-08-28 [colin]      1.9.13cvs67
10144
10145         * src/imap.c
10146                 Fix leak
10147
10148 2005-08-27 [colin]      1.9.13cvs66
10149
10150         * src/imap.c
10151         * src/procmime.c
10152                 Correctly fix "Problem with replies", fixes
10153                 pgpmime encryption too. 
10154
10155 2005-08-27 [colin]      1.9.13cvs65
10156
10157         * src/folder.c
10158         * src/procmsg.c
10159         * src/procmsg.h
10160         * src/summaryview.c
10161                 Fix bug #517 (messages removed from summaryview 
10162                 when moving fails)
10163
10164 2005-08-27 [colin]      1.9.13cvs64
10165
10166         * tools/Makefile.am
10167         * tools/asus_mailled.sh
10168                 Add a script to blink ASUS laptops' mail LED where there
10169                 is unread mail.
10170
10171 2005-08-27 [colin]      1.9.13cvs63
10172
10173         * src/imap.c
10174         * src/etpan/imap-thread.c
10175         * src/etpan/imap-thread.h
10176                 Implement automatic choosing of login method
10177                 Fixes bug #791
10178         * src/gtk/.cvsignore
10179                 Add sylpheed-marshal.[ch]
10180
10181 2005-08-27 [colin]      1.9.13cvs62
10182
10183         * src/common/utils.c
10184                 Fix confusing perror
10185
10186 2005-08-27 [colin]      1.9.13cvs61
10187
10188         * src/toolbar.c
10189         * src/toolbar.h
10190                 Remove A_DELETE, replace it with 
10191                 A_TRASH and A_DELETE_REAL. Automatically
10192                 rewrite config files to replace A_DELETE
10193                 with A_TRASH (no functionality change).
10194                 Fixes half of #794
10195
10196 2005-08-26 [colin]      1.9.13cvs60
10197
10198         * src/procmime.c
10199                 Previous "Problem with replies" fix brought other
10200                 problems, fixing them
10201
10202 2005-08-26 [colin]      1.9.13cvs59
10203
10204         * src/procmime.c
10205                 Fix "Problem with replies". This happened only
10206                 on IMAP...
10207         * src/procmsg.c
10208                 Factorize code a bit
10209         * src/compose.c
10210                 Speed improvement on very long messages (wrapping)
10211                 Fix signature color on Reedit and Redirect
10212                 On Reedit, don't attach pgp-signatures parts, but
10213                 set signing to On.
10214
10215 2005-08-24 [paul]       1.9.13cvs58
10216
10217         * src/compose.c
10218                 don't claim success when clicking
10219                 Cancel on the passphrase box.
10220                 Patch by Colin
10221
10222 2005-08-24 [paul]       1.9.13cvs57
10223
10224         * src/main.c
10225                 fix misplaced sylpheed.log
10226         * src/common/defs.h
10227                 define UIDL_DIR
10228
10229 2005-08-24 [paul]       1.9.13cvs56
10230
10231         * src/imap.c
10232         * src/etpan/imap-thread.c
10233         * src/etpan/imap-thread.h
10234                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10235                 Patch by Colin
10236         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10237         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10238                 remove autogenerated files
10239         * tools/kdeservicemenu/README
10240         * tools/kdeservicemenu/install.sh
10241         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10242         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10243                 use Claws icon, use 'Sylpheed-Claws' in menu,
10244                 use kdialog, and other cleanups
10245
10246 2005-08-23 [paul]       1.9.13cvs55
10247
10248         * src/compose.c
10249                 fix paste/wrap crash
10250                 Patch by Colin
10251
10252 2005-08-23 [paul]       1.9.13cvs54
10253
10254         * src/main.c
10255                 fix crash recovery
10256                 Patch by Colin
10257
10258 2005-08-23 [paul]       1.9.13cvs53
10259
10260         * src/addressbook.c
10261         * src/editaddress.c
10262                 view all data of LDAP contacts
10263                 Patch by Colin
10264
10265 2005-08-23 [paul]       1.9.13cvs52
10266
10267         * src/addressbook.c
10268                 fix issues with the Search field
10269                 Patch by Colin
10270
10271 2005-08-22 [paul]       1.9.13cvs51
10272
10273         * src/folderview.c
10274                 put name of folder in processing dialog
10275                 title
10276         * src/prefs_folder_item.c
10277                 improve english usage
10278
10279 2005-08-22 [paul]       1.9.13cvs50
10280
10281         * src/filtering.c
10282         * src/filtering.h
10283         * src/matcher.c
10284         * src/matcher_parser_lex.l
10285         * src/matcher_parser_parse.y
10286         * src/prefs_filtering.c
10287                 add Filtering/Processing rule names feature.
10288                 (the incompatible old matcherrc is saved as
10289                 matcherrc.pre_names).
10290                 Patch by Colin
10291
10292 2005-08-22 [paul]       1.9.13cvs49
10293
10294         * src/procmsg.c
10295                 fix colour labelling
10296                 Patch by Colin
10297
10298 2005-08-22 [paul]       1.9.13cvs48
10299
10300         * src/textview.c
10301                 fix open_image_cb()
10302
10303 2005-08-22 [paul]       1.9.13cvs47
10304
10305         * src/imap.c
10306                 fix bug 789, 'SC crashes with imap (CVS ver)'
10307                 Patch by Colin
10308
10309 2005-08-22 [paul]       1.9.13cvs46
10310
10311         * src/mimeview.c
10312         * src/prefs_common.c
10313         * src/common/defs.h
10314                 define reused defaults in defs.h
10315         * src/textview.c
10316                 add 'Open image' to image popup menu
10317
10318 2005-08-21 [colin]      1.9.13cvs45
10319
10320         * src/summaryview.c
10321                 Fix bug #788 (Bogus "From" address displayed)
10322
10323 2005-08-20 [colin]      1.9.13cvs44
10324
10325         * src/folder.c
10326                 Fix buf #787 (multilevel delete causes SIGSEGV)
10327
10328 2005-08-19 [colin]      1.9.13cvs43
10329
10330         * src/inc.c
10331         * src/prefs_common.c
10332         * src/prefs_common.h
10333                 Add an hidden pref to allow modifying the
10334                 update stepping in incorporation.
10335                 Patch by wwp.
10336
10337 2005-08-19 [colin]      1.9.13cvs42
10338
10339         * src/compose.c
10340         * src/procmime.c
10341                 Workaround for broken MUAs: encode 
10342                 Content-type: name: as ASCII and 
10343                 Content-Disposition: filename: as
10344                 per rfc2231
10345         * src/prefs_account.c
10346                 Fix invisible-ness of SMTP SSL prefs
10347                 in NNTP accounts
10348
10349 2005-08-19 [paul]       1.9.13cvs41
10350
10351         * src/compose.c
10352         * src/prefs_common.c
10353         * src/prefs_common.h
10354         * src/prefs_wrapping.c
10355                 paste with or without wrapping.
10356                 patch by Colin
10357
10358 2005-08-19 [paul]       1.9.13cvs40
10359
10360         * src/prefs_common.c
10361         * src/prefs_common.h
10362         * src/summaryview.c
10363                 reintroduce enable_swap_from as a
10364                 hidden pref. patch by Colin
10365         * src/quote_fmt_parse.y
10366         * src/plugins/clamav/clamav_plugin.c
10367         * src/plugins/dillo_viewer/dillo_viewer.c
10368         * src/plugins/mathml_viewer/mathml_viewer.c
10369         * src/plugins/pgpcore/sgpgme.c
10370         * src/plugins/pgpinline/pgpinline.c
10371         * src/plugins/pgpmime/pgpmime.c
10372                 tidy up. patch by Colin
10373
10374 2005-08-19 [paul]       1.9.13cvs39
10375
10376         * configure.ac
10377                 complete cvs38's sync
10378         * src/editaddress.c
10379         * src/gedit-print.c
10380         * src/mutt.c
10381         * src/etpan/etpan-log.c
10382         * src/etpan/imap-thread.c
10383         * src/gtk/gtksourceprintjob.c
10384                 fix compilation warnings
10385                 (patch by Colin)
10386
10387 2005-08-19 [paul]       1.9.13cvs38
10388
10389         sync with main:
10390
10391         * src/account.c
10392         * src/action.c
10393         * src/addrbook.c
10394         * src/addrcache.c
10395         * src/addrharvest.c
10396         * src/addrindex.c
10397         * src/codeconv.c
10398         * src/compose.c
10399         * src/crash.c
10400         * src/exporthtml.c
10401         * src/exportldif.c
10402         * src/folder.c
10403         * src/image_viewer.c
10404         * src/inc.c
10405         * src/inc.h
10406         * src/jpilot.c
10407         * src/ldif.c
10408         * src/main.c
10409         * src/matcher.c
10410         * src/mbox.c
10411         * src/messageview.c
10412         * src/mh.c
10413         * src/mimeview.c
10414         * src/msgcache.c
10415         * src/mutt.c
10416         * src/news.c
10417         * src/partial_download.c
10418         * src/pine.c
10419         * src/pop.c
10420         * src/prefs_actions.c
10421         * src/prefs_common.c
10422         * src/prefs_customheader.c
10423         * src/prefs_display_header.c
10424         * src/prefs_gtk.c
10425         * src/prefs_themes.c
10426         * src/procheader.c
10427         * src/procmime.c
10428         * src/procmsg.c
10429         * src/recv.c
10430         * src/send_message.c
10431         * src/simple-gettext.c
10432         * src/sourcewindow.c
10433         * src/textview.c
10434         * src/vcard.c
10435         * src/common/defs.h
10436         * src/common/log.c
10437         * src/common/plugin.c
10438         * src/common/prefs.c
10439         * src/common/session.c
10440         * src/common/session.h
10441         * src/common/socket.c
10442         * src/common/socket.h
10443         * src/common/ssl_certificate.c
10444         * src/common/template.c
10445         * src/common/utils.c
10446         * src/common/utils.h
10447         * src/common/xml.c
10448         * src/gtk/about.c
10449         added wrappers for C library function that
10450                 take pathname arguments.
10451                 enabled compilation with MinGW.
10452                 use GDir instead of directly using opendir().
10453                 added rename_force().
10454
10455 2005-08-19 [paul]       1.9.13cvs37
10456         
10457         patches by Colin:
10458         * src/compose.c
10459                 fix privacy settings on re-editing
10460                 a sent message
10461         * src/jpilot.c
10462                 fix encoding bug
10463         * src/folder.c
10464         * src/procmsg.c
10465         * src/procmsg.h
10466         * src/summaryview.c
10467                 flag changing optimisation
10468
10469 2005-08-18 [martin]     1.9.13cvs36
10470
10471         * commitHelper
10472             added my login
10473         * src/addrcache.c
10474         * src/addrharvest.c
10475         * src/addrindex.c
10476         * src/compose.c
10477         * src/grouplistdialog.c
10478         * src/main.c
10479         * src/mainwindow.c
10480         * src/msgcache.c
10481         * src/mutt.c
10482         * src/pine.c
10483         * src/prefs_account.c
10484         * src/prefs_themes.c
10485         * src/stock_pixmap.c
10486         * src/summaryview.c
10487         * src/gtk/about.c
10488         * src/gtk/logwindow.c
10489             removed deprecated glib and gdk stuff
10490         * src/plugins/pgpcore/select-keys.c
10491             convert attributes from locale to utf8
10492
10493 2005-08-17 [paul]       1.9.13cvs35
10494
10495         * src/account.c
10496         * src/addressbook.c
10497                 use new GTK_STOCK_ icons if available
10498         * src/summaryview.c
10499         * src/gtk/gtksctree.c
10500         * src/gtk/gtksctree.h
10501                 faster range select. patch by Colin
10502
10503 2005-08-17 [paul]       1.9.13cvs34
10504
10505         patches by colin:
10506         * src/addressbook.c
10507         * src/addressitem.h
10508                 Add an edit button for contacts, fix selections
10509                 of gtksctree items
10510         * src/editaddress.c
10511                 Change labels, let Save be always possible in the
10512                 email and user atributes tabs
10513         * src/folderview.c
10514                 fix sort issues
10515         * src/summaryview.c
10516                 select next item instead of the displayed one
10517                 after deletion
10518
10519         * src/gtk/progressdialog.c
10520                 use prefs_common.enable_rules_hint
10521
10522 2005-08-13 [hoa]        1.9.13cvs33
10523
10524         * src/etpan/imap-thread.c
10525                 fixed build on Solaris.
10526
10527 2005-08-10 [colin]      1.9.13cvs32
10528
10529         * src/procmsg.c
10530                 Fix cvs31 (missing fclose before reading
10531                 the file)
10532
10533 2005-08-10 [colin]      1.9.13cvs31
10534
10535         * src/procmsg.c
10536                 Fix procmsg_msginfo_new_from_mimeinfo() when
10537                 the MimeInfo isn't stored in memory. This fixes
10538                 replying to an attached message.
10539
10540 2005-08-10 [colin]      1.9.13cvs30
10541
10542         * src/mainwindow.c
10543                 Fix slowness in account changing
10544
10545 2005-08-10 [colin]      1.9.13cvs29
10546
10547         * src/folder.c
10548         * src/folderutils.c
10549         * src/folderview.c
10550         * src/imap_gtk.c
10551         * src/mainwindow.c
10552         * src/mh_gtk.c
10553         * src/procmsg.c
10554         * src/summaryview.c
10555                 Optimize folder_has_parent_of_type
10556                 Prevent moving special sub-folders from contextual menus
10557                 Rework message a bit ("Empty all messages" -> "Delete all
10558                 messages")
10559                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10560                 and "Deleted Items" folders)
10561
10562 2005-08-08 [colin]      1.9.13cvs28
10563
10564         * src/summaryview.c
10565         * src/prefs_summaries.c
10566                 Make "Select first unread|new" more flexible
10567                 (just prioritize new or unread)
10568
10569 2005-08-08 [colin]      1.9.13cvs27
10570
10571         * src/summaryview.c
10572                 If "select first new" is selected and there only
10573                 are unread messages, fallback to "select first
10574                 unread".
10575
10576 2005-08-08 [colin]      1.9.13cvs26
10577
10578         * src/folder.c
10579                 Fix shameful bugs (and bug #779)
10580
10581 2005-08-08 [colin]      1.9.13cvs25
10582
10583         * src/folder.c
10584         * src/folder.h
10585                 Cache parents' type to make folder_has_parent_of_type
10586                 faster
10587         * src/folderview.c
10588                 Forbid DnD of special sub-folders
10589         * src/procmsg.c
10590         * src/procmsg.h
10591                 Add MAIL_POSTFILTERING_HOOK
10592         * src/summaryview.c
10593                 Revert over-zealous deletion of the use_addr_book 
10594                 code
10595
10596 2005-08-07 [colin]      1.9.13cvs24
10597
10598         * src/folder.c
10599                 Fix big mistake (passing MsgInfo instead 
10600                 of FolderItem)
10601
10602 2005-08-07 [colin]      1.9.13cvs23
10603
10604         * src/compose.c
10605         * src/folder.c
10606         * src/folder.h
10607         * src/foldersel.c
10608         * src/folderutils.c
10609         * src/folderview.c
10610         * src/imap.c
10611         * src/mainwindow.c
10612         * src/messageview.c
10613         * src/mh.c
10614         * src/msgcache.c
10615         * src/procmime.c
10616         * src/summaryview.c
10617                 Make subfolders of Drafts, Queue, Outbox, Trash
10618                 work like their parents. 
10619                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10620
10621 2005-08-07 [colin]      1.9.13cvs22
10622
10623         * src/addressbook.c
10624                 Fix bug #771 (Dragged contacts not saved)
10625
10626 2005-08-07 [paul]       1.9.13cvs21
10627
10628         * src/summaryview.c
10629                 fix bug 32 'Search Doesn't display results
10630                 if "Hide Read Messages" is chosen'
10631                 be more literal in interpreting 'Hide read
10632                 messages'
10633
10634 2005-08-07 [colin]      1.9.13cvs20
10635
10636         * src/folderview.c
10637                 Add debug
10638         * src/summaryview.c
10639                 Faster 'unthread_for_execution'
10640
10641 2005-08-06 [paul]       1.9.13cvs19
10642
10643         * src/mainwindow.c
10644                 add mnemonics to Set displayed columns
10645                 fix bug where msgview_visible option was
10646                 overwritten as TRUE on startup
10647
10648 2005-08-06 [paul]       1.9.13cvs18
10649
10650         * src/mainwindow.c
10651                 refer to 'displayed columns in folder/message
10652                 list' not 'displayed items in summary/message view'
10653         * src/prefs_display_header.c
10654                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10655                 be consistent with similar dialogues
10656         * src/prefs_folder_column.c
10657         * src/prefs_summary_column.c
10658                 'columns' not 'items', and folder and message lists,
10659                 instead of folder and summary views;
10660                 Use 'Hidden columns' as list heading not 'Available
10661                 items';
10662                 move the 'Remove' button to the right hand side;
10663                 top-align the buttons;
10664                 remove unneeded vbox
10665         * src/prefs_summaries.c
10666                 put the 2 column prefs buttons in a frame to reduce
10667                 overall width; refer to columns not items &c.
10668
10669 2005-08-05 [colin]      1.9.13cvs17
10670
10671         * src/prefs_common.c
10672         * src/prefs_common.h
10673         * src/mainwindow.c
10674         * src/compose.c
10675         * src/messageview.c
10676                 Add an hidden toolbar_detachable pref, so
10677                 that I can get rid of these painful handles
10678                 in the toolbars. Defaults to TRUE to avoid
10679                 changing the GUI on unsuspecting people...
10680
10681 2005-08-05 [colin]      1.9.13cvs16
10682
10683         * src/Makefile.am
10684         * src/prefs_folder_column.c
10685         * src/prefs_folder_column.h
10686                 Add prefs for folder columns
10687         * src/folderview.c
10688         * src/folderview.h
10689         * src/mainwindow.c
10690         * src/mainwindow.h
10691         * src/prefs_common.c
10692         * src/prefs_common.h
10693         * src/prefs_summaries.c
10694                 Use them
10695         * src/prefs_summary_column.c
10696         * src/summaryview.c
10697         * src/summaryview.h
10698                 Add a To column
10699         * src/textview.c
10700         * src/common/utils.c
10701         * src/common/utils.h
10702                 Move uri colourisation functions
10703                 to utils
10704         * src/compose.c
10705                 Colourise URIs
10706         * src/imap.c
10707                 Fix bug with LIST where we'd try
10708                 to get Folder//////[...]/// 
10709
10710 2005-08-05 [paul]       1.9.13cvs15
10711
10712         * src/prefs_summaries.c
10713                 improve the English usage
10714         * src/summaryview.c
10715                 set font on column change
10716                 thanks to Colin
10717
10718 2005-08-05 [paul]       1.9.13cvs14
10719
10720         * src/prefs_common.c
10721         * src/prefs_common.h
10722         * src/prefs_summaries.c
10723         * src/summaryview.c
10724                 replace 'open_unread_on_enter' option with
10725                 'select_on_entry' option. opening/not opening
10726                 is now exclusively controlled by 'always_show_msg'
10727
10728 2005-08-04 [colin]      1.9.13cvs13
10729
10730         * src/compose.c
10731                 Remove dead code
10732                 Add colourisation of quotes and signatures
10733         * src/folderview.c
10734                 Fix possible crashes
10735         * src/messageview.c
10736                 Change an assert that is no problem
10737         * src/news.c
10738         * src/news_gtk.c
10739         * src/news_gtk.h
10740                 Fix offline mode
10741         * src/gtk/quicksearch.c
10742                 Fix a possible crash
10743
10744 2005-08-03 [colin]      1.9.13cvs12
10745
10746         * src/prefs_account.c
10747                 Fix bug #777 (Sylpheed crash in account configuration)
10748
10749 2005-08-03 [colin]      1.9.13cvs11
10750
10751         * src/addressbook.c
10752         * src/editaddress.c
10753         * src/editgroup.c
10754                 Fixing addressbook, round 2
10755         * src/textview.c
10756                 Fix emphasis color on rechecking 'Colorize messages'
10757
10758 2005-08-03 [paul]       1.9.13cvs10
10759
10760         sync with main
10761
10762         * src/addr_compl.c
10763         * src/compose.c
10764         * src/main.c
10765         * src/pop.c
10766         * src/prefs_account.c
10767         * src/procmime.c
10768         * src/procmsg.c
10769         * src/quote_fmt_parse.y
10770         * src/textview.c
10771         * src/common/quoted-printable.c
10772         * src/common/utils.c
10773         * src/common/utils.h
10774         * src/common/xml.c
10775                 replaced incorrect locale-independent
10776                 ctype functions with GLib's. Corrected
10777                 signedness mismatch.
10778         * src/headerview.c
10779                 headerview_create(): added spacing for vbox.
10780         * src/gtk/about.c
10781                 set focus to the OK button.
10782
10783 2005-08-03 [colin]      1.9.13cvs9
10784
10785         * src/folderview.c
10786                 Fix possible crash
10787
10788 2005-08-02 [colin]      1.9.13cvs8
10789
10790         * src/mainwindow.c
10791                 Fix cast
10792         * src/addressbook.c
10793         * src/addressitem.h
10794                 Fix a cast and more generally, try to make the
10795                 GUI more intuitive and consistent (round 1)
10796
10797 2005-08-02 [paul]       1.9.13cvs7
10798
10799         * src/folder.h
10800                 missing in 1.9.13cvs6
10801
10802 2005-08-02 [colin]      1.9.13cvs6
10803
10804         * src/folder.c
10805                 Fix one more leak
10806
10807 2005-08-02 [colin]      1.9.13cvs5
10808
10809         * src/folder.c
10810         * src/folderview.c
10811         * src/imap.c
10812         * src/main.c
10813         * src/mbox.c
10814         * src/procmsg.c
10815         * src/summaryview.c
10816                 Fix a number of folder_item_get_msg_list()-related
10817                 leaks (missing procmsg_msginfo_free()s)
10818
10819 2005-08-01 [colin]      1.9.13cvs4
10820
10821         * src/folderview.c
10822         * src/folderview.h
10823         * src/mainwindow.c
10824         * src/prefs_fonts.c
10825         * src/prefs_summaries.c
10826         * src/prefs_themes.c
10827         * src/summaryview.c
10828         * src/summaryview.h
10829         * src/textview.c
10830         * src/textview.h
10831                 Fix instant-apply of summary and folderview-related prefs
10832                 Fix erroneous g_free and alertpanels in prefs_theme
10833                 Add instant-apply for fonts
10834                 Defer applying of prefs a little bit so it's done only
10835                 once even if requested by multiples prefs pages
10836
10837 2005-08-01 [paul]       1.9.13cvs3
10838
10839         * src/main.c
10840                 fix bug 776 'S.C. crashes on close'
10841                 thanks to Colin
10842         * src/etpan/etpan-thread-manager-types.h
10843                 add missing include
10844                 thanks to Hoa
10845
10846 2005-07-25 [paul]       1.9.13cvs2
10847
10848         * src/summaryview.c
10849                 fix typos. spotted by Fabien Vantard
10850
10851 2005-07-24 [paul]       1.9.13cvs1
10852
10853         * doc/man/sylpheed.1
10854                 update man page, incorporating fix of
10855                 bug 769 'Typo in manpage'
10856         * src/etpan/imap-thread.c
10857                 fix NetBSD openssl dependencies. patch by
10858                 George Michaelson <ggm@apnic.net>
10859         * po/pt_BR.po
10860                 updated by Frederico Goncalves Guimaraes
10861
10862 2005-07-22 [paul]       1.9.13
10863
10864         1.9.13 release
10865
10866 2005-07-22 [paul]       1.9.12cvs91
10867
10868         * AUTHORS
10869         * INSTALL
10870         * README.claws
10871         * RELEASE_NOTES.claws
10872                 updated for release
10873         * configure.ac
10874         * po/nb.po
10875         * tools/claws.i18n.status.pl
10876                 add Norwegian translation. submiited by
10877                 Geir Helland <pjallabais@users.sourceforge.net>
10878         * po/ca.po
10879         * po/de.po
10880         * po/es.po
10881         * po/fi.po
10882         * po/fr.po
10883         * po/it.po
10884         * po/sk.po
10885         * po/sr.po
10886         * po/zh_CN.po
10887                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10888                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10889                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10890                 Yang Guilong
10891         * src/plugins/clamav/clamav_plugin_gtk.c
10892         * src/plugins/spamassassin/spamassassin_gtk.c
10893                 replace outdated description strings
10894
10895 2005-07-21 [colin]      1.9.12cvs90
10896
10897         * src/folder.c
10898                 Set folder to batch mode when scanning it. Makes deletion
10899                 of unread mails on IMAP much faster (due to the UNREAD 
10900                 flag unsetting)
10901
10902 2005-07-21 [darko]      1.9.12cvs89
10903
10904         * configure.ac
10905                 link against libresolv if necessary (patch by Paul)
10906         * src/msgcache.c
10907                 use glib's portable macros to determine endianness
10908
10909 2005-07-21 [paul]       1.9.12cvs88
10910
10911         * src/crash.c
10912         * src/gtk/about.c
10913                 update compiled-in features list
10914
10915 2005-07-20 [colin]      1.9.12cvs87
10916
10917         * src/folder.c
10918         * src/textview.c
10919                 Gcc 2.9x compilation fixes, thanks to Darko
10920         * src/plugins/clamav/clamav_plugin.c
10921                 Little optimisation: load virus database only once
10922         * src/plugins/spamassassin/spamassassin.c
10923                 Big optimisation: filtering one mail took at least 1 second,
10924                 now it takes at least 50ms. Doesn't speed up spamassassin 
10925                 itself, but should already be much more tolerable.
10926
10927 2005-07-20 [colin]      1.9.12cvs86
10928
10929         * src/summaryview.c
10930                 Fix performance issue
10931
10932 2005-07-19 [colin]      1.9.12cvs85
10933
10934         * src/plugins/pgpinline/plugin.c
10935                 Fix warning
10936
10937 2005-07-19 [colin]      1.9.12cvs84
10938
10939         * configure.ac
10940         * src/plugins/Makefile.am
10941         * src/plugins/pgpinline/.cvsignore
10942         * src/plugins/pgpinline/Makefile.am
10943         * src/plugins/pgpinline/pgpinline.c
10944         * src/plugins/pgpinline/pgpinline.deps
10945         * src/plugins/pgpinline/pgpinline.h
10946         * src/plugins/pgpinline/plugin.c
10947                 Put pgpinline in the main tree
10948
10949 2005-07-19 [paul]       1.9.12cvs83
10950
10951         * src/prefs_actions.c
10952                 prevent '//' in menu names, which cause a crash
10953                 thanks to Colin
10954
10955 2005-07-19 [paul]       1.9.12cvs82
10956
10957         * configure.ac
10958                 be generally more informative in configure output.
10959                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10960                 '[ --disable-openssl ...', as --enable-openssl is default
10961                 PGP/MIME: don't check for GPGME again, check for
10962                 pgpcore instead. Therefore prevent the possibility of
10963                 attempting to build pgpmime if pgpcore dependencies are
10964                 not met
10965                 ClamAV: use pkgconfig to check for lib
10966                 libgnomeprint: revert logic on inner test to match
10967                 everything else
10968         * src/plugins/pgpcore/sgpgme.c
10969                 add missing include
10970
10971 2005-07-19 [colin]      1.9.12cvs81
10972
10973         * src/summaryview.c
10974                 Fix slow thread rebuilding in particular
10975                 cases
10976
10977 2005-07-19 [paul]       1.9.12cvs80
10978
10979         * sylpheed-claws.desktop
10980                 fix typo, spotted by Stephan Sachse
10981         * src/account.c
10982                 replace GTK_STOCK_ADD with
10983                 GTK_STOCK_NEW button
10984
10985 2005-07-18 [colin]      1.9.12cvs79
10986
10987         * src/etpan/imap-thread.c
10988                 Fix return value (Thanks Hoa)
10989
10990 2005-07-18 [colin]      1.9.12cvs78
10991
10992         * src/imap.c
10993                 Allow empty passwords
10994                 Create drafts/queue/outbox if necessary
10995         * src/summaryview.c
10996                 Remove old code
10997         * src/etpan/imap-thread.c
10998                 Fix STARTTLS (Thanks to Hoa)
10999
11000 2005-07-18 [paul]       1.9.12cvs77
11001
11002         * ChangeLog-gtk2.jp
11003         * ChangeLog.jp
11004                 removed
11005         * Makefile.am
11006                 updated to reflect additions and removals
11007         * TODO
11008                 updated to be claws-specific
11009         * TODO-gtk2
11010         * TODO-gtk2.jp
11011         * TODO.jp
11012         * sylpheed-128x128.png
11013         * sylpheed-64x64.png
11014                 removed
11015         * sylpheed-claws-128x128.png
11016         * sylpheed-claws-64x64.png
11017         * sylpheed-claws.desktop
11018         * sylpheed-claws.png
11019                 added
11020         * sylpheed.desktop
11021         * sylpheed.png
11022                 removed
11023
11024 2005-07-17 [paul]       1.9.12cvs76
11025
11026         * src/account.c
11027         * src/addressbook.c
11028         * src/alertpanel.c
11029         * src/alertpanel.h
11030         * src/compose.c
11031         * src/exphtmldlg.c
11032         * src/expldifdlg.c
11033         * src/folderview.c
11034         * src/imap_gtk.c
11035         * src/inc.c
11036         * src/message_search.c
11037         * src/messageview.c
11038         * src/mh_gtk.c
11039         * src/news_gtk.c
11040         * src/prefs_actions.c
11041         * src/prefs_filtering.c
11042         * src/prefs_matcher.c
11043         * src/prefs_template.c
11044         * src/prefs_themes.c
11045         * src/ssl_manager.c
11046         * src/summary_search.c
11047         * src/textview.c
11048         * src/toolbar.c
11049         * src/gtk/sslcertwindow.c
11050         * src/plugins/pgpcore/sgpgme.c
11051                 rework alertpanels
11052
11053 2005-07-17 [colin]      1.9.12cvs75
11054
11055         * src/privacy.c
11056                 add a PrivacySystem accessor that checks that
11057                 the system cached in a MimeInfo's privacydata
11058                 is still registered. Use this accessor instead
11059                 of directly using data->system. Fixes crashes
11060                 after unloading pgp plugins.
11061
11062 2005-07-17 [colin]      1.9.12cvs74
11063
11064         * src/alertpanel.c
11065                 Change geometry hints to a simple default size.
11066                 Fixes the certs dialogs.
11067
11068 2005-07-17 [colin]      1.9.12cvs73
11069
11070         * src/gtk/sslcertwindow.c
11071                 Use a gtkExpander
11072
11073 2005-07-17 [colin]      1.9.12cvs72
11074
11075         * src/plugins/pgpcore/Makefile.am
11076         * src/plugins/pgpmime/Makefile.am
11077                 Add gpgme libs
11078
11079 2005-07-17 [paul]       1.9.12cvs71
11080
11081         * configure.ac
11082                 add --disable-gnomeprint option
11083                 modified version of patch by Marius Mauch
11084
11085 2005-07-17 [paul]       1.9.12cvs70
11086
11087         * src/common/defs.h
11088                 update urls
11089         * src/account.c
11090         * src/action.c
11091         * src/addressbook.c
11092         * src/compose.c
11093         * src/foldersel.c
11094         * src/folderview.c
11095         * src/html.c
11096         * src/imap_gtk.c
11097         * src/main.c
11098         * src/mainwindow.c
11099         * src/messageview.c
11100         * src/mh_gtk.c
11101         * src/mimeview.c
11102         * src/news_gtk.c
11103         * src/prefs_account.c
11104         * src/prefs_send.c
11105         * src/prefs_summaries.c
11106         * src/procmsg.c
11107         * src/summaryview.c
11108         * src/common/utils.c
11109         * src/common/xml.c
11110         * src/plugins/pgpcore/passphrase.c
11111         * src/plugins/pgpcore/select-keys.c
11112                 replace inappropriately used backticks
11113                 with single quotes
11114
11115 2005-07-16 [colin]      1.9.12cvs69
11116
11117         * src/image_viewer.c
11118                 Add extra paranoid checks
11119
11120 2005-07-16 [colin]      1.9.12cvs68
11121
11122         * src/plugins/pgpcore/prefs_gpg.c
11123                 Don't auto-check sigs by default, as it
11124                 can be really slow.
11125
11126 2005-07-16 [colin]      1.9.12cvs67
11127
11128         * src/plugins/pgpcore/sgpgme.c
11129                 Make messages a bit better.
11130
11131 2005-07-16 [colin]      1.9.12cvs66
11132
11133         * src/imap.c
11134                 Remove pseudo-log
11135         * src/etpan/imap-thread.c
11136                 Add real log
11137
11138 2005-07-16 [colin]      1.9.12cvs65
11139
11140         * src/main.c
11141         * src/prefs_other.c
11142                 And now, fix build with libetpan :-/
11143
11144 2005-07-15 [colin]      1.9.12cvs64
11145
11146         * src/prefs_other.c
11147                 Continue fixing build without libetpan.
11148
11149 2005-07-15 [colin]      1.9.12cvs63
11150
11151         * src/main.c
11152                 Fix build with --disable-libetpan
11153
11154 2005-07-15 [colin]      1.9.12cvs62
11155
11156         * configure.ac
11157                 Bump libetpan's version
11158
11159 2005-07-15 [colin]      1.9.12cvs61
11160
11161         * src/etpan/imap-thread.c
11162                 Actually stop logging :)
11163
11164 2005-07-15 [colin]      1.9.12cvs60
11165
11166         * src/addressbook.c
11167                 Fix dnd of multiple addresses.
11168
11169 2005-07-15 [hoa]        1.9.12cvs59
11170
11171         * src/etpan/imap-thread.c
11172             disable login of IMAP password in libetpan log file.
11173
11174 2005-07-15 [paul]       1.9.12cvs58
11175
11176         * src/account.c
11177                 don't automatically sort
11178                 do allow drag n drop
11179
11180 2005-07-15 [paul]       1.9.12cvs57
11181
11182         * src/account.c
11183         * src/ssl_manager.c
11184                 alphabetical listing
11185
11186 2005-07-15 [paul]       1.9.12cvs56
11187
11188         * src/gtk/pluginwindow.c
11189                 sort plugin list alphabetically
11190
11191 2005-07-15 [paul]       1.9.12cvs55
11192
11193         * src/prefs_spelling.c
11194         * src/prefs_wrapping.c
11195                 unify English usage
11196
11197 2005-07-15 [colin]      1.9.12cvs54
11198
11199         * src/wizard.c
11200                 Typo fix
11201
11202 2005-07-15 [paul]       1.9.12cvs53
11203
11204         * src/prefs_message.c
11205                 make 'show cursor' a hidden option
11206
11207 2005-07-14 [colin]      1.9.12cvs52
11208
11209         * src/plugins/spamassassin/Makefile.am
11210         * src/plugins/clamav/Makefile.am
11211                 Fix double EXTRA_DISTs
11212
11213 2005-07-14 [colin]      1.9.12cvs51
11214
11215         * src/plugins/clamav/Makefile.am
11216         * src/plugins/clamav/clamav_plugin_gtk.deps
11217         * src/plugins/spamassassin/Makefile.am
11218         * src/plugins/spamassassin/spamassassin_gtk.deps
11219                 Make $plugin_gtk depend on $plugin
11220
11221 2005-07-14 [hoa]        1.9.12cvs50
11222
11223         * src/etpan/imap-thread.c
11224                 enable debug log of libetpan when running with --debug
11225
11226 2005-07-14 [colin]      1.9.12cvs49
11227
11228         * configure.ac
11229         * src/common/Makefile.am
11230         * src/common/plugin.c
11231         * src/common/plugin.h
11232                 Add a little plugin dependancy system.
11233                 Plugins can ship a $plugin_name.deps file
11234                 (near them in PLUGINDIR) so that their
11235                 dependancies are loaded if possible.
11236         * src/plugins/Makefile.am
11237         * src/plugins/pgpcore/Makefile.am
11238         * src/plugins/pgpcore/passphrase.c
11239         * src/plugins/pgpcore/passphrase.h
11240         * src/plugins/pgpcore/plugin.c
11241         * src/plugins/pgpcore/prefs_gpg.c
11242         * src/plugins/pgpcore/prefs_gpg.h
11243         * src/plugins/pgpcore/select-keys.c
11244         * src/plugins/pgpcore/select-keys.h
11245         * src/plugins/pgpcore/sgpgme.c
11246         * src/plugins/pgpcore/sgpgme.h
11247                 Introduce pgpcore, used by pgpmime and
11248                 pgpinline
11249         * src/plugins/pgpmime/Makefile.am
11250         * src/plugins/pgpmime/passphrase.c
11251         * src/plugins/pgpmime/passphrase.h
11252         * src/plugins/pgpmime/pgpmime.c
11253         * src/plugins/pgpmime/pgpmime.deps
11254         * src/plugins/pgpmime/plugin.c
11255         * src/plugins/pgpmime/prefs_gpg.c
11256         * src/plugins/pgpmime/prefs_gpg.h
11257         * src/plugins/pgpmime/select-keys.c
11258         * src/plugins/pgpmime/select-keys.h
11259         * src/plugins/pgpmime/sgpgme.c
11260         * src/plugins/pgpmime/sgpgme.h
11261                 Remove the core from pgpmime and add the
11262                 dependancy to pgpcore.
11263
11264 2005-07-14 [paul]       1.9.12cvs48
11265
11266         * src/stock_pixmap.c
11267                 forgot this in last commit
11268
11269 2005-07-14 [paul]       1.9.12cvs47
11270
11271         * src/account.c
11272         * src/addressbook.c
11273                 add accelerators for the buttons (sync with main)
11274         * src/compose.c
11275         * src/compose.h
11276                 add accelerators for the buttons.
11277                 fix editing with external editor.
11278                 replace gdk_input_*() with GIOChannel;
11279                 (sync with main)
11280         * src/foldersel.c
11281                 display folder names with new/unread
11282                 representation (sync with main)
11283         * src/main.c
11284                 specify default window icon (sync with main)
11285         * src/prefs_common.c
11286                 use_addr_book default to FALSE
11287         * src/summaryview.c
11288         * src/textview.c
11289                 add accelerators for the buttons (sync with main)
11290         * src/gtk/menu.c
11291                 fix typos
11292         * src/pixmaps/sylpheed_icon.xpm
11293                 updated
11294
11295 2005-07-13 [paul]       1.9.12cvs46
11296
11297         * src/plugins/pgpmime/pgpmime.c
11298         * src/plugins/pgpmime/sgpgme.c
11299                 (temporarily) use deprecated gpgme_data_rewind()
11300                 while largefile support is not present
11301                 (as suggested by Colin)
11302
11303 2005-07-13 [paul]       1.9.12cvs45
11304
11305         * configure.ac
11306                 remove large file support (for now):
11307                 it breaks too many things
11308
11309 2005-07-13 [paul]       1.9.12cvs44
11310
11311         * configure.ac
11312                 add large file support
11313         * src/html.c
11314                 fix bug #763 where href attribute was not
11315                 the very first attribute of a link
11316                 patch by Thomas Gilgin
11317
11318 2005-07-13 [colin]      1.9.12cvs43
11319
11320         * src/gtk/pluginwindow.c
11321                 Little portability fix
11322
11323 2005-07-13 [colin]      1.9.12cvs42
11324
11325         * src/plugins/pgpmime/sgpgme.c
11326                 Fix crasher.
11327
11328 2005-07-13 [colin]      1.9.12cvs41
11329
11330         * src/plugins/pgpmime/pgpmime.c
11331         * src/plugins/pgpmime/sgpgme.c
11332                 Use gpgme_data_release_and_get_mem instead
11333                 of gpgme_data_read.
11334
11335 2005-07-13 [colin]      1.9.12cvs40
11336
11337         * configure.ac
11338         * src/plugins/pgpmime/passphrase.c
11339         * src/plugins/pgpmime/passphrase.h
11340         * src/plugins/pgpmime/pgpmime.c
11341         * src/plugins/pgpmime/plugin.c
11342         * src/plugins/pgpmime/select-keys.c
11343         * src/plugins/pgpmime/select-keys.h
11344         * src/plugins/pgpmime/sgpgme.c
11345         * src/plugins/pgpmime/sgpgme.h
11346                 Port pgpmime to gpgme-1.0.
11347
11348 2005-07-12 [paul]       1.9.12cvs39
11349
11350         * AUTHORS
11351         * src/toolbar.c
11352         * src/toolbar.h
11353                 add a 'Go to Prev' button to the toolbar.
11354                 correct tooltip text of go to buttons.
11355                 based on patch by Yang Guilong <bamanzi@gmail.com>
11356
11357 2005-07-12 [colin]      1.9.12cvs38
11358
11359         * src/statusbar.c
11360                 Fix progress bar showing stuff at startup.
11361
11362 2005-07-12 [paul]       1.9.12cvs37
11363
11364         * src/editjpilot.c
11365                 fix building with jpilot support
11366
11367 2005-07-11 [colin]      1.9.12cvs36
11368
11369         * src/inc.c
11370                 Add visual indication that filtering is running
11371         * src/textview.c
11372                 Make {}[] uri delimiters
11373         * src/summaryview.c
11374                 Remove useless (and slow) calls
11375
11376 2005-07-11 [paul]       1.9.12cvs35
11377
11378         * src/plugins/clamav/clamav_plugin_gtk.c
11379         * src/plugins/dillo_viewer/dillo_prefs.c
11380         * src/plugins/pgpmime/prefs_gpg.c
11381         * src/plugins/spamassassin/spamassassin_gtk.c
11382                 gather plugins prefs together under their
11383                 own 'Plugins' heading
11384
11385 2005-07-11 [paul]       1.9.12cvs34
11386
11387         sync with main
11388
11389         * src/account.c
11390                 account_delete(): modified alert dialog
11391         * src/editjpilot.c
11392         * src/editvcard.c
11393                 fixed a crash when cancelling file selection
11394                 dialog by Escape key. Made non-ascii filename
11395                 selectable.
11396         * src/prefs_template.c
11397                 prefs_template_window_create(): make scrolled
11398                 window policy AUTOMATIC
11399
11400 2005-07-10 [hoa]        1.9.12cvs33
11401
11402         * src/etpan/imap-thread.c
11403                 workaround for old Courier IMAP servers.
11404
11405 2005-07-10 [colin]      1.9.12cvs32
11406
11407         * src/folder.c
11408         * src/statusbar.c
11409         * src/statusbar.h
11410                 Add visual progress indicator on filtering/processing
11411                 Factorize the progress bar code
11412         * src/imap.c
11413         * src/imap.h
11414         * src/etpan/imap-thread.c
11415                 Add a reference counter to avoid destroying the Folder
11416                 while it's in use by another callback.
11417
11418 2005-07-09 [hoa]        1.9.12cvs31
11419
11420         * src/imap.c
11421         * src/etpan/imap-thread.c
11422                 fixed deadlock when removing IMAP account.
11423
11424 2005-07-08 [colin]      1.9.12cvs30
11425
11426         * src/textview.c
11427         * src/unmime.c
11428                 Fix again problems decoding broken headers
11429         * src/gtk/inputdialog.c
11430                 Fix local variable shadowing a global one
11431
11432 2005-07-08 [colin]      1.9.12cvs29
11433
11434         * src/msgcache.c
11435                 Make the cache/mark files platform-agnostic by writing
11436                 them in little-endian format. Reading them is also done
11437                 in little-endian format, of course; however, in order
11438                 to avoid trashing mark data on big-endian machines, the
11439                 files are, at first, read from the native format if the
11440                 little-endian one doesn't exist. This is easy to deter-
11441                 mine by trying to open a file with a swapped data_ver
11442                 and seeing if it's the wanted version.
11443                 Little-endian using users should see absolutely no
11444                 difference, Big-endian users may get a very little
11445                 performance drop due to byte-swapping.
11446                 Tested on i386 and ppc32. 
11447                 Fixes bug #159 (The index file, in the mailboxes, is 
11448                 hardware depending).
11449
11450                 To have the cache/mark files updated to the new little-
11451                 endian format, "Check for new messages" or even
11452                 "Rebuild folder tree" aren't enough. Files will be
11453                 updated as soon as a folder has been opened/closed.
11454                 To update everything, just select all folders by
11455                 selecting them one by one.
11456
11457 2005-07-07 [colin]      1.9.12cvs28
11458
11459         * src/imap.c
11460                 Remember the folder separator per IMAPFolder
11461                 instead of globally.
11462                 Revive the Session on noop; fixes bug #761
11463                 (mark a bunch of unread messages as read takes 
11464                 forever)
11465
11466 2005-07-07 [darko]      1.9.12cvs27
11467
11468         * src/common/template.c
11469                 Sort templates alphabetically
11470
11471 2005-07-06 [colin]      1.9.12cvs26
11472
11473         * src/imap.c
11474                 Try to use the correct separator in
11475                 most cases. Possibly fixes bug #759
11476                 (only creates the INBOX folder when 
11477                 setting up new IMAP account) and 
11478                 bug #760 (Can't retrieve messages)
11479
11480 2005-07-06 [colin]      1.9.12cvs25
11481
11482         * src/imap.c
11483                 Use real_path in status command. This will
11484                 help later, when namespaces will be used.
11485
11486 2005-07-06 [colin]      1.9.12cvs24
11487
11488         * configure.ac
11489         * src/account.c
11490         * src/folder.c
11491         * src/imap.c
11492         * src/etpan/etpan-log.c
11493         * src/etpan/etpan-thread-manager.c
11494         * src/etpan/imap-thread.c
11495                 Add a --disable-libetpan parameter. With this,
11496                 users that don't want IMAP4 support can avoid
11497                 the new dependancy (and have no IMAP support).
11498                 Users that have IMAP4 accounts and use this
11499                 parameter won't lose their configuration, their
11500                 IMAP accounts will just be invisible and not
11501                 used.
11502         * src/textview.c
11503                 Make the "Copy ..." contextual menu items 
11504                 copy to both the X clipboard and the gtk 
11505                 clipboard - as most other apps do.
11506         * src/gtk/about.c
11507                 Add a notice about OpenSSL usage, in order to
11508                 comply with OpenSSL's license (point 6):
11509                 http://www.openssl.org/source/license.html
11510
11511 2005-07-06 [colin]      1.9.12cvs23
11512
11513         * src/alertpanel.c
11514                 Fix a minimum size for alertpanels
11515         * src/compose.c
11516                 Show 'No space left on device' type errors
11517                 when queuing/sending
11518         * src/imap_gtk.c
11519         * src/mh_gtk.c
11520                 Rework folder's deletion message (remove 
11521                 extra \n)
11522
11523 2005-07-05 [colin]      1.9.12cvs22
11524
11525         * src/imap.c
11526                 Add an alertpanel on auth error
11527                 Add pseudo-log
11528                 Remove pthread-related stuff
11529
11530 2005-07-05 [colin]      1.9.12cvs21
11531
11532         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11533                 Fix crash on plugin reloading (with a hack)
11534
11535 2005-07-05 [colin]      1.9.12cvs20
11536
11537         * src/prefs_account.c
11538         * src/prefs_account.h
11539                 Fix typo
11540         * src/gtk/filesel.c
11541         * src/gtk/filesel.h
11542                 Add a way to filter the view
11543         * src/gtk/pluginwindow.c
11544                 Filter loadable stuff
11545         * src/plugins/pgpmime/prefs_gpg.c
11546                 Fix missing unregistration
11547         * .cvsignore
11548         * src/etpan/.cvsignore
11549         * src/plugins/spamassassin/.cvsignore
11550                 Add more stuff to cvs ignored files
11551
11552 2005-07-04 [colin]      1.9.12cvs19
11553
11554         * src/imap.c
11555                 Fix scan_required returning FALSE when it
11556                 shouldn't. Maybe fix #760 (Can't retrieve
11557                 messages)
11558
11559 2005-07-04 [colin]      1.9.12cvs18
11560
11561         * src/summaryview.c
11562                 Fix always_show_msg pref
11563
11564 2005-07-04 [paul]       1.9.12cvs17
11565
11566         sync with main (forgotten in last commit)
11567         
11568         * src/common/utils.c
11569         * src/common/utils.h
11570                 check_line_length(): new.
11571                 is_dir_exist()
11572                 is_file_entry_exist()
11573                 dirent_is_regular_file()
11574                 dirent_is_directory(): use g_file_test() instead of stat().
11575
11576 2005-07-04 [paul]       1.9.12cvs16
11577
11578         sync with main:
11579
11580         * src/compose.c
11581                 compose_write_to_file(): check for line
11582                 length limit and display warning if exceeds
11583         * src/jpilot.c
11584                 use get_home_dir() instead of g_get_home_dir()
11585         * src/procheader.c
11586                 removed warning about invalid date
11587         * src/vcard.c
11588                 use get_home_dir() instead of g_get_home_dir()
11589
11590 2005-07-04 [paul]       1.9.12cvs15
11591
11592         * src/stock_pixmap.c
11593                 fix new pixmap naming errors
11594                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11595
11596 2005-07-04 [colin]      1.9.12cvs14
11597
11598         * src/imap.c
11599                 Fix debugging string with a warning
11600
11601 2005-07-04 [colin]      1.9.12cvs13
11602
11603         * configure.ac
11604                 Add a check for libetpan's version (>= 0.37)
11605
11606 2005-07-04 [hoa]        1.9.12cvs12
11607
11608         * commitHelper
11609         * src/imap.c
11610         * src/etpan/imap-thread.c
11611         * src/etpan/imap-thread.h
11612                 fixed IMAP implementation of check of mails.
11613
11614 2005-07-03 [hoa]        1.9.12cvs11
11615
11616         * src/etpan/Makefile.am
11617         * src/etpan/etpan-errors.h
11618         * src/etpan/etpan-log.[ch]
11619         * src/etpan/etpan-thread-manager-types.h
11620         * src/etpan/etpan-thread-manager.[ch]
11621         * src/etpan/imap-thread.[ch]
11622         * src/Makefile.am
11623         * src/imap.c
11624         * src/main.c
11625         * src/prefs_other.c
11626         * configure.ac
11627             merged imap branch.
11628             dependency on libetpan 0.37 is now added.
11629
11630 2005-07-01 [colin]      1.9.12cvs10
11631
11632         * src/Makefile.am
11633         * src/folder.c
11634         * src/folder.h
11635         * src/folderview.c
11636         * src/stock_pixmap.c
11637         * src/stock_pixmap.h
11638         * src/plugins/trayicon/trayicon.c
11639                 Add marked symbol on folders containing
11640                 marked messages
11641         * src/procmsg.c
11642         * src/procmsg.h
11643         * src/toolbar.c
11644         * src/prefs_common.c
11645         * src/prefs_common.h
11646         * src/prefs_send.c
11647                 Add an optional confirmation dialog on queue
11648                 sending. Patch by wwp.
11649         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11650         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11651         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11652         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11653         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11654         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11655         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11656         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11657         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11658         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11659         * src/pixmaps/trash_mark.xpm            ** ADDED **
11660                 New pixmaps
11661
11662 2005-07-01 [colin]      1.9.12cvs9
11663
11664         * src/summaryview.c
11665                 Fix a little threading bug
11666         * src/addrgather.c
11667         * src/mainwindow.c
11668                 A little bit of HIG normality never hurts
11669
11670 2005-07-01 [colin]      1.9.12cvs8
11671
11672         * src/compose.c
11673         * src/msgcache.c
11674         * src/pop.c
11675         * src/procmime.c
11676         * src/recv.c
11677         * src/common/log.c
11678         * src/common/template.c
11679         * src/common/utils.c
11680         * src/common/utils.h
11681                 Reverted the fwrite_atomic stuff. In fact
11682                 it is already atomic.
11683
11684 2005-06-30 [colin]      1.9.12cvs7
11685
11686         * src/common/utils.c
11687         * src/common/utils.h
11688                 Add an fwrite_atomic() function to make
11689                 sure we write everything: fwrite can make
11690                 short writes.
11691         * src/compose.c
11692         * src/msgcache.c
11693         * src/pop.c
11694         * src/procmime.c
11695         * src/recv.c
11696         * src/common/log.c
11697         * src/common/template.c
11698                 Use that (and fix swapping of size and nmemb).
11699                 Thanks to Rich Coe for the heads up.
11700
11701 2005-06-30 [colin]      1.9.12cvs6
11702
11703         * src/addressbook.c
11704                 Optimize addressbook opening 
11705
11706 2005-06-30 [colin]      1.9.12cvs5
11707
11708         * src/summaryview.c
11709                 Remove calls to summary_step after move/copy
11710
11711 2005-06-28 [paul]       1.9.12cvs4
11712
11713         * src/alertpanel.c
11714                 wrap and make the error msg selectable
11715
11716 2005-06-28 [paul]       1.9.12cvs3
11717
11718         * src/ssl_manager.c
11719                 replace the OK button with a Close button
11720         * src/gtk/foldersort.c
11721                 use GTK_STOCK_ icons/buttons
11722
11723 2005-06-28 [colin]      1.9.12cvs2
11724
11725         * src/gedit-print.c             ** ADDED **
11726         * src/gedit-print.h             ** ADDED **
11727         * src/gtk/gtksourceprintjob.c   ** ADDED **
11728         * src/gtk/gtksourceprintjob.h   ** ADDED **
11729                 I can't believe no one had enough time to tell
11730                 me I forgot the `cvs add`
11731
11732 2005-06-27 [colin]      1.9.12cvs1
11733
11734         * src/Makefile.am
11735         * src/gtk/Makefile.am
11736         * src/messageview.c
11737         * src/procmsg.c
11738         * src/summaryview.c
11739         * configure.ac
11740                 Add optional libgnomeprint-based printing
11741         * src/mainwindow.c
11742         * src/gtk/quicksearch.c
11743                 Add an Edit/Quick search menu item to show
11744                 and focus the quicksearch
11745
11746 2005-06-27 [paul]       1.9.12
11747
11748         1.9.12 release
11749
11750         * po/ca.po
11751         * po/de.po
11752         * po/es.po
11753         * po/fr.po
11754         * po/it.po
11755         * po/ko.po
11756         * po/pt_BR.po
11757         * po/sk.po
11758         * po/zh_CN.po
11759                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11760                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11761                 SungHyun Nam, Frederico Goncalves Guimaraes,
11762                 Andrej Kacian, and Yang Guilong
11763 2005-06-26 [colin]      1.9.11cvs106
11764
11765         * src/imap_gtk.c
11766                 Forgot one file for previous fix
11767
11768 2005-06-26 [colin]      1.9.11cvs105
11769
11770         * src/folder.c
11771         * src/imap.c
11772                 Fix problems with folder operations in no_select
11773                 imap folders. it applies only to mails, and 
11774                 creation/deletion/move/renaming of folders 
11775                 should be possible
11776
11777 2005-06-26 [paul]       1.9.11cvs104
11778
11779         * src/prefs_filtering.c
11780                 replace one more GTK_STOCK_REMOVE
11781                 with GTK_STOCK_DELETE
11782
11783 2005-06-25 [colin]      1.9.11cvs103
11784
11785         * src/imap.c
11786                 Optimize get_seq_set_from_seq_list
11787                 (Patch by Ricardo) 
11788
11789 2005-06-25 [colin]      1.9.11cvs102
11790
11791         * src/mh.c
11792                 If the directory exists, but not in the
11793                 correct encoding, rename it. This should
11794                 handle old-versions-induced bugs.
11795
11796 2005-06-25 [colin]      1.9.11cvs101
11797
11798         * src/mh.c
11799                 Fix path access with extended dir names
11800                 Fixes bug #589 (SC segfaults with wrong locale
11801                 settings)
11802
11803 2005-06-25 [colin]      1.9.11cvs100
11804
11805         * src/prefs_account.c
11806         * src/prefs_account.h
11807         * src/compose.c
11808                 Add an option to encrypt replies to
11809                 encrypted messages
11810
11811 2005-06-25 [colin]      1.9.11cvs99
11812
11813         * src/compose.c
11814         * src/quote_fmt_parse.y
11815                 ... And make it work with pgpinline.
11816
11817 2005-06-25 [colin]      1.9.11cvs98
11818
11819         * src/compose.c
11820         * src/procmime.c
11821         * src/procmime.h
11822         * src/quote_fmt_parse.y
11823                 o Make reedition of encrypted messages possible
11824                   (as long as it is encrypted to self too, no
11825                    magic there)
11826                 o Make replying with quote (and without selecting
11827                   text) possible for encrypted messages.
11828                 Closes bug #550 (Not possible to "reply with quote"
11829                 to gnupg encrypted messages)
11830
11831 2005-06-24 [paul]       1.9.11cvs97
11832
11833         * src/imap.c
11834                 add missing include
11835
11836 2005-06-24 [paul]       1.9.11cvs96
11837
11838         * src/editldap.c
11839                 made bind password entry invisible
11840                 (sync with main)
11841         * src/send_message.c
11842                 send_message_local(): check exit status
11843                 to detect errors (sync with main)
11844         * src/textview.c
11845                 use main's less ambiguous popup menu
11846                 wording
11847
11848 2005-06-24 [paul]       1.9.11cvs95
11849
11850         * src/prefs_actions.c
11851         * src/prefs_customheader.c
11852         * src/prefs_display_header.c
11853         * src/prefs_filtering_action.c
11854         * src/prefs_matcher.c
11855         * src/prefs_template.c
11856         * src/prefs_toolbar.c
11857                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11858         * src/gtk/description_window.c
11859                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11860
11861 2005-06-23 [colin]      1.9.11cvs94
11862
11863         * src/summaryview.c
11864                 Fix rough edges (be sure to call status_show whenever
11865                 necessary).
11866
11867 2005-06-23 [colin]      1.9.11cvs93
11868
11869         * src/summaryview.c
11870                 Optimize Select All
11871                 Before, in a 5K mails folder: 11s
11872                 After, in the same folder: 58000µs
11873                 The joys of locking... gtk_clist_select_all() fires a 
11874                 tree-select-row event for each selected row, which in 
11875                 summaryview, callbacks summary_selected which in turn,
11876                 calls summary_status_show, which walks the selected
11877                 rows. Hence, calling gtk_clist_select_all was 
11878                 exponential. Locking the summaryview makes 
11879                 summary_selected return early.
11880
11881 2005-06-23 [colin]      1.9.11cvs92
11882
11883         * src/imap.c
11884                 Move mutex at the important place to avoid
11885                 deadlocks
11886         * src/summaryview.c
11887                 Fix Del key deleting directly instead of
11888                 moving to trash
11889
11890 2005-06-22 [colin]      1.9.11cvs91
11891
11892         * src/plugins/spamassassin/libspamc.c
11893                 As we do spagetti code with assignations in multiple
11894                 places (see _message_read_raw where out = msg = raw),
11895                 let's be sure we don't free the same pointer twice.
11896                 Should fix bug #683 (Crash in libpam at 
11897                 message_cleanup).
11898
11899 2005-06-22 [colin]      1.9.11cvs90
11900
11901         * src/compose.c
11902         * src/messageview.c
11903         * src/toolbar.c
11904                 Make toolbar's delete use the move to trash stuff;
11905                 Add gtk_widget_realize to be sure pixmaps can get
11906                 created (that may fix an old worksforme bug which
11907                 I can't find back...)
11908
11909 2005-06-22 [colin]      1.9.11cvs89
11910
11911         * src/summaryview.c
11912         * src/summaryview.h
11913         * src/mainwindow.c
11914                 Rename "Message/Delete" to "Message/Move to trash"
11915                 Add "Message/Delete..." that directly destroys the
11916                 selected messages after asking for a confirmation.
11917
11918 2005-06-22 [colin]      1.9.11cvs88
11919
11920         * src/imap.c
11921                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11922                 o Fix a deadlock (thanks Darko)
11923
11924 2005-06-22 [colin]      1.9.11cvs87
11925
11926         * src/gtk/foldersort.c
11927                 Add missing include for the i18n;
11928                 patch by Fabien Vantard
11929
11930 2005-06-21 [colin]      1.9.11cvs86
11931
11932         * src/folder.c
11933         * src/folderview.c
11934                 Respect the no_select flag
11935         * src/imap.c
11936                 Fix recursive deletion
11937         * src/imap_gtk.c
11938         * src/mh_gtk.c
11939                 Make the folder deletion's warning
11940                 more explicit
11941
11942 2005-06-21 [colin]      1.9.11cvs85
11943
11944         * src/textview.c
11945                 Prevent email addresses from spanning accross
11946                 lines - fixes bug # 646 (newline-chars in 
11947                 email addresses)
11948
11949 2005-06-20 [colin]      1.9.11cvs84
11950
11951         * src/folder.c
11952                 Be sure not to remove source if copy failed
11953
11954 2005-06-20 [colin]      1.9.11cvs83
11955
11956         * src/folderview.c
11957         * src/imap_gtk.c
11958                 remove summaryview's lock
11959         * src/imap.c
11960                 introduce threads to avoid problems when foreground tasks
11961                 interfere with background tasks
11962         * src/mh.c
11963                 prevent moving to drafts/queue
11964         * src/mimeview.c
11965                 fix leak
11966
11967 2005-06-19 [colin]      1.9.11cvs82
11968
11969         * src/imap_gtk.c
11970                 Remember that the user doesn't want to override
11971                 offline mode, for 3 seconds. It avoid presenting
11972                 him with N popups in a really short time.
11973
11974 2005-06-17 [colin]      1.9.11cvs81
11975
11976         * src/imap.c
11977                 Fix IMAP breaking on folders containing '('
11978                 (Probably won't be enough)
11979
11980 2005-06-17 [colin]      1.9.11cvs80
11981
11982         Forgotten files on 1.9.11cvs79
11983         * src/summaryview.c
11984                 Fix stepping when not immediately executing
11985         * src/imap.c
11986                 Really prevent UID FETCH 0
11987         * src/codeconv.c
11988                 Fix outgoing charset never set to utf-8
11989         * src/mh.c
11990                 Fix leak
11991
11992 2005-06-16 [colin]      1.9.11cvs79
11993
11994         * src/compose.c
11995                 Fix bug #707 (Dash splits rows)
11996                 Only wrap if we're on a line break position and
11997                 the previous one was a "white" (space) char.
11998                 Pango stuff is weird.
11999
12000 2005-06-16 [colin]      1.9.11cvs78
12001
12002         * src/imap_gtk.c
12003                 Lock summaryview while downloading messages
12004                 on user demand
12005         * src/procheader.c
12006         * src/unmime.c
12007         * src/common/utils.c
12008         * src/common/utils.h
12009                 Replace \r and \n with spaces in From and
12010                 Subject headers
12011
12012 2005-06-16 [paul]       1.9.11cvs77
12013
12014         * src/procmime.c
12015                 liberalise the mime parser
12016         * src/gtk/about.c
12017                 add text wrapping
12018
12019 2005-06-16 [paul]       1.9.11cvs76
12020
12021         * src/gtk/about.c
12022                 reworked
12023
12024 2005-06-15 [colin]      1.9.11cvs75
12025
12026         * src/compose.c
12027                 Finish header encoding fix
12028         * src/summaryview.c
12029                 Fix segfault
12030         * src/headerview.c
12031                 Fix compilation (Thanks Stephan
12032                 Sachse)
12033
12034 2005-06-15 [colin]      1.9.11cvs74
12035
12036         * Makefile.am
12037                 Install gnome2 stuff rather than gnome1, 
12038                 if both are present
12039         * src/codeconv.c
12040         * src/codeconv.h
12041         * src/compose.c
12042                 Fix headers encoding
12043         * src/folder.c
12044                 Visual progress when fetching all messages
12045         * src/folderview.c
12046         * src/summaryview.c
12047         * src/summaryview.h
12048                 Prevent changing current message while
12049                 incorporating
12050
12051 2005-06-15 [paul]       1.9.11cvs73
12052
12053         * src/gtk/gtkaspell.c
12054         * src/gtk/gtkaspell.h
12055                 fix build warnings
12056
12057 2005-06-15 [paul]       1.9.11cvs72
12058
12059         * src/prefs_filtering.c
12060                 allow reordering of filter rules by
12061                 drag n drop
12062
12063 2005-06-15 [paul]       1.9.11cvs71
12064
12065         * COPYING
12066                 updated
12067         * src/codeconv.c
12068                 replace deprecated function
12069         * src/inc.c
12070         * src/send_message.c
12071         * src/gtk/progressdialog.c
12072         * src/gtk/progressdialog.h
12073                 salvage and reuse parts of reverted sync
12074
12075 2005-06-15 [paul]       1.9.11cvs70
12076
12077         * src/inc.c
12078         * src/send_message.c
12079         * src/gtk/progressdialog.c
12080         * src/gtk/progressdialog.h
12081                 revert yesterday's sync with main
12082                 it contains deprecated functions
12083
12084 2005-06-15 [colin]      1.9.11cvs69
12085
12086         * src/headerview.c
12087                 Fix bug #670 (multi user to: will corrupt message 
12088                 headers display)
12089
12090 2005-06-15 [colin]      1.9.11cvs68
12091
12092         * src/compose.c
12093                 Fix bug #421 (Fix undo on wrapping)
12094
12095 2005-06-15 [colin]      1.9.11cvs67
12096
12097         * src/folder.c
12098                 Provide visual feedback while processing
12099                 folder's rules.
12100         * src/imap.c
12101                 Provide visual feedback while getting
12102                 short headers (for uncached messages)
12103
12104
12105 2005-06-14 [paul]       1.9.11cvs66
12106
12107         * src/account.c
12108                 change a couple stock icons
12109         * src/inc.c
12110         * src/send_message.c
12111         * src/gtk/progressdialog.c
12112         * src/gtk/progressdialog.h
12113                 sync main's GtkTreeView implementation
12114
12115 2005-06-14 [colin]      1.9.11cvs65
12116
12117         * src/imap.c
12118                 Various little fixes, mainly on error paths
12119
12120 2005-06-13 [colin]      1.9.11cvs64
12121
12122         * matcher.c
12123         * procmsg.c
12124         * procmsg.h
12125                 Add a way to fetch only headers. This speeds
12126                 up filtering on headers for IMAP. Fixes:
12127                 bug #481 extraneous imap commands slow down 
12128                         imap filtering
12129                 bug #522 Sylpheed downloads all messages 
12130                         when opening mailbox (IMAP)
12131                 bug #677 IMAP fetch is soooooooooooooo slow
12132         * src/folder.c
12133         * src/folder.h
12134                 Add a folder set_batch method so that
12135                 implementations can speed up flags changes
12136         * src/folderutils.c
12137         * src/summaryview.c
12138                 Use that in mark as (un)read and mark all read
12139                 Refix bug #679
12140         * src/imap.c
12141                 Implement set_batch - brings back deferred
12142                 flags in a less buggy manner. Fixes:
12143                 bug #729 IMAP immediate expunge of deleted messages
12144                 bug #191 remove list of messages with one command
12145                 Fix login with strange chars
12146                 Implement fetch_msg_full
12147                 Fix copy (wrong counts)
12148
12149 2005-06-12 [colin]      1.9.11cvs63
12150
12151         * src/folder.c
12152                 lock incorporation during long operations.
12153                 Avoids fucking up the IMAP socket.
12154
12155 2005-06-12 [colin]      1.9.11cvs62
12156
12157         * src/imap.c
12158                 Fix harmful typo
12159                 Factorize remove_all_msg
12160                 Thread-ize expunge
12161         * src/summaryview.c
12162                 Don't update partial-download status if unnecessary
12163         * src/folder.c
12164                 Use remove_msgs everywhere possible
12165
12166 2005-06-12 [colin]      1.9.11cvs61
12167
12168         * src/folder.c
12169         * src/folder.h
12170                 Add a remove_msgs function to remove a 
12171                 list of messages
12172         * src/imap.c
12173                 Implement that.
12174
12175 2005-06-12 [colin]      1.9.11cvs60
12176
12177         * src/imap.c
12178                 Remove flags-processing deferring... Too hard
12179                 to get it to work in all cases.
12180
12181 2005-06-11 [colin]      1.9.11cvs59
12182
12183         * src/imap.c
12184                 printf -> debug_print
12185
12186 2005-06-11 [colin]      1.9.11cvs58
12187
12188         * src/imap.c
12189                 o Fix build without USE_PTHREAD
12190                 o Factorize imap_open
12191                 o Alertpanel in case of impossible connection
12192                 o Alertpanel in case of impossible login
12193                 o Fix deferred flags processing to force a 
12194                   flush before adding some more flags to process,
12195                   but in another folder.
12196
12197 2005-06-10 [colin]      1.9.11cvs57
12198
12199         * src/imap.c
12200                 o Fix a format string error
12201                 o init ssl socket outside of the thread 
12202                   (it possibly invokes gtk calls)
12203         * src/procmime.c
12204                 o Put back the buffer to its necessary size
12205                 o Fix changing a file pointer without keeping
12206                   track of it (thanks Valgrind)
12207         * src/common/smtp.c
12208                 o Fix automatic STARTTLS if login should be done
12209                   and the server only allows it after starting TLS
12210         * src/gtk/gtkinputdialog.c
12211                 o Eat GDK_Return so that the combo popup doesn't 
12212                   appear when we press Enter to validate the combo
12213                   input dialog (as seen in the Open with... dialog)
12214
12215 2005-06-10 [colin]      1.9.11cvs56
12216
12217         * src/imap.c
12218                 o A bit less debug
12219                 o Fix a crash on deletion
12220                 o Threadize imap_select (it's called outside of 
12221                   threads)
12222                 o Defer treatment of DELETED flags
12223
12224
12225 2005-06-09 [colin]      1.9.11cvs55
12226
12227         * src/imap.c
12228                 Make sure we check imap_gtk_should_override(), which
12229                 potentially calls gtk stuff, before creating thread.
12230                 That way it should't be called via imap_get_session()
12231                 inside a thread.
12232
12233 2005-06-09 [colin]      1.9.11cvs54
12234
12235         * src/imap.c
12236                 o add a bit of status output
12237                 o remove some dead code
12238                 o threadize get_list_of_uids
12239                 o threadize imap_get_flags
12240                 o defer flag changing by 500ms so that they
12241                   can be batched
12242
12243
12244 2005-06-08 [colin]      1.9.11cvs53
12245
12246         * src/imap.c
12247                 Thread-ize imap_cmd_fetch
12248
12249 2005-06-08 [colin]      1.9.11cvs52
12250
12251         * src/main.c
12252                 Mmh, that broke POP3...
12253
12254 2005-06-08 [colin]      1.9.11cvs51
12255
12256         * src/main.c
12257                 Stabilize IMAP patch (thanks to Hoa)
12258
12259 2005-06-08 [colin]      1.9.11cvs50
12260
12261         * src/imap.c
12262                 Test patch to speed up imap. 
12263
12264 2005-06-08 [colin]      1.9.11cvs49
12265
12266         * src/imap_gtk.c
12267                 Warning fix
12268         * src/procmime.c
12269                 Apply patch from gentoo to use /usr/share/mime/globs if 
12270                 available, after un-breaking it
12271         * src/common/log.c
12272         * src/common/log.h
12273                 Use g_timeout for invoking hooks that possibly use gtk
12274                 calls. This should leave gtk calls in the main thread.
12275
12276 2005-06-08 [paul]       1.9.11cvs48
12277
12278         * src/codeconv.c
12279                 conv_get_outgoing_charset_str(): don't
12280                 use prefs_common setting
12281         * src/compose.c
12282         * src/compose.h
12283                 add /Options/Character encoding/... to
12284                 temporarily change the outgoing encoding
12285
12286         (belated sync with main)
12287
12288 2005-06-08 [paul]       1.9.11cvs47
12289
12290         * src/compose.c
12291                 correction to/completion of last
12292                 sync with main
12293
12294 2005-06-08 [paul]       1.9.11cvs46
12295
12296         sync with main:
12297         
12298         * src/codeconv.c
12299         * src/codeconv.h
12300                 always enabled Japanese auto-detection
12301                 if the first letters of locale string
12302                 is "ja"
12303         * src/compose.c
12304                 don't use "destroy" signal to destroy
12305                 Compose object (fix rare crashes on discard?)
12306         * src/mainwindow.c
12307         * src/messageview.c
12308         * src/prefs_send.c
12309                 added Hebrew encodings
12310         * src/sourcewindow.c
12311                 don't use "destroy" signal to destroy
12312                 objects
12313
12314 2005-06-07 [colin]      1.9.11cvs45
12315
12316         * src/summaryview.c
12317                 Add missing unlocks/locks
12318
12319 2005-06-07 [paul]       1.9.11cvs44
12320
12321         * src/summaryview.c
12322                 restore bug #749 fix
12323
12324 2005-06-06 [colin]      1.9.11cvs43
12325
12326         * src/summaryview.c
12327                 Fix selection bug when prefs_common.open_unread 
12328                 is FALSE
12329
12330 2005-06-06 [colin]      1.9.11cvs42
12331
12332         * src/common/md5.c
12333                 Fix a warning
12334         * src/summaryview.c
12335         * src/folderview.c
12336                 Factorize long operations beginning and end
12337                 (locking, freezing/thawing, cursor, ...)
12338                 Check selection->data member in selection-
12339                 related loops; this avoids dying an awful
12340                 death if the selection changes on us while
12341                 we're marking a whole IMAP folder unread, 
12342                 for example.
12343
12344 2005-06-06 [paul]       1.9.11cvs41
12345
12346         * src/textview.c
12347                 don't g_free() a static gchar buffer
12348
12349 2005-06-05 [colin]      1.9.11cvs40
12350
12351         * src/mainwindow.c
12352         * src/messageview.c
12353         * src/summaryview.c
12354                 Fix bug #749 (Show all headers should be
12355                 sticky as the GUI suggests)
12356
12357 2005-06-03 [paul]       1.9.11cvs39
12358
12359         * src/compose.c
12360                 don't allow editing of mail while sending.
12361                 patch by Colin
12362
12363 2005-06-03 [paul]       1.9.11cvs38
12364
12365         * src/folderview.c
12366                 add a freeze/thaw to speed up 'mark all read'
12367
12368 2005-06-03 [paul]       1.9.11cvs37
12369
12370         * src/prefs_message.c
12371                 reflect changes immediately
12372
12373 2005-06-02 [colin]      1.9.11cvs36
12374
12375         * po/POTFILES.in
12376                 Patch by Fabien Vantard.
12377
12378 2005-06-02 [colin]      1.9.11cvs35
12379
12380         * src/imap.c
12381                 Use a non-blocking imap_getline() if possible.
12382                 This should completely prevent the interface
12383                 from freezin on imap operations, although it
12384                 may do strange stuff in case of folder switching
12385                 while a big imap operation is taking place...
12386
12387                 In addition, fix a leak in the case thread
12388                 creation fails on connection.
12389
12390 2005-06-02 [colin]      1.9.11cvs34
12391
12392         * src/crash.c
12393         * src/prefs_common.h
12394                 Fix build (prefs_common_init() doesn't exist
12395                 anymore)
12396
12397 2005-06-02 [colin]      1.9.11cvs33
12398
12399         * src/prefs_account.c
12400                 Fix bug #245 (filtering rules broken when
12401                 renaming a remote account (imap4 or nntp)
12402
12403 2005-06-02 [colin]      1.9.11cvs32
12404
12405         * src/imap.c
12406                 Try to fix IMAP shortcomings: 
12407                 o Multithread imap_open()
12408                 o allow offline-mode overriding instead of
12409                   just returning NULL
12410         * src/imap_gtk.c
12411         * src/imap_gtk.h
12412                 Add a function to ask whether we want to
12413                 override offline-mode for 10 minutes (one-shot
12414                 asking was painful)
12415         * src/procheader.c
12416                 Fix segfault when imap parser isn't happy about
12417                 a missing {
12418
12419 2005-06-01 [colin]      1.9.11cvs31
12420
12421         * src/addrharvest.c
12422         * src/compose.c
12423         * src/mbox.c
12424         * src/mbox.h
12425         * src/mh.c
12426         * src/msgcache.c
12427         * src/send_message.c
12428         * src/setup.c
12429         * src/undo.c
12430         * src/common/hooks.c
12431         * src/common/prefs.c
12432         * src/common/template.c
12433         * src/common/utils.c
12434         * src/gtk/gtkutils.c
12435         * src/gtk/inputdialog.c
12436         * src/gtk/menu.c
12437         * src/gtk/pluginwindow.c
12438         * src/gtk/prefswindow.c
12439         * src/plugins/pgpmime/passphrase.c
12440         * src/plugins/pgpmime/prefs_gpg.c
12441                 More -Wall fixes
12442
12443         * src/common/Makefile.am
12444         * src/common/timing.h
12445                 Add basic timing code
12446
12447         * src/summaryview.c
12448                 Fix a bug with unread messages when 
12449                 re-sorting folders, and by the way
12450                 fix a big performance hit when 
12451                 re-sorting (10k mails: before 5s,
12452                 after .5s)
12453
12454         * src/prefs_compose_writing.c
12455         * src/prefs_compose_writing.h
12456         * src/prefs_message.c
12457         * src/prefs_message.h
12458         * src/prefs_other.c
12459         * src/prefs_other.h
12460         * src/prefs_quote.c
12461         * src/prefs_quote.h
12462         * src/prefs_receive.c
12463         * src/prefs_receive.h
12464         * src/prefs_send.c
12465         * src/prefs_send.h
12466         * src/prefs_summaries.c
12467         * src/prefs_summaries.h
12468                 Fix copyright banner
12469
12470 2005-06-01 [paul]       1.9.11cvs30
12471
12472         * po/fi.po
12473                 updated by Flammie Pirinen
12474         * src/procmime.c
12475                 fix 'Bad BASE64 content' output
12476
12477 2005-05-31 [colin]      1.9.11cvs29
12478
12479         * src/procmime.c
12480                 Oops, where did my hunk go.
12481
12482 2005-05-31 [colin]      1.9.11cvs28
12483
12484         * src/Makefile.am
12485         * src/account.c
12486         * src/action.c
12487         * src/addr_compl.c
12488         * src/addressbook.c
12489         * src/codeconv.c
12490         * src/compose.c
12491         * src/export.c
12492         * src/folder.c
12493         * src/folderview.c
12494         * src/image_viewer.c
12495         * src/main.c
12496         * src/mainwindow.c
12497         * src/messageview.c
12498         * src/mimeview.c
12499         * src/msgcache.c
12500         * src/prefs_account.c
12501         * src/prefs_actions.c
12502         * src/prefs_common.c
12503         * src/prefs_compose_writing.c
12504         * src/prefs_customheader.c
12505         * src/prefs_ext_prog.c
12506         * src/prefs_filtering.c
12507         * src/prefs_filtering_action.c
12508         * src/prefs_fonts.c
12509         * src/prefs_image_viewer.c
12510         * src/prefs_message.c
12511         * src/prefs_message.h
12512         * src/prefs_msg_colors.c
12513         * src/prefs_other.c
12514         * src/prefs_other.h
12515         * src/prefs_quote.c
12516         * src/prefs_receive.c
12517         * src/prefs_receive.h
12518         * src/prefs_send.c
12519         * src/prefs_send.h
12520         * src/prefs_spelling.c
12521         * src/prefs_summaries.c
12522         * src/prefs_summary_column.c
12523         * src/prefs_template.c
12524         * src/prefs_themes.c
12525         * src/prefs_toolbar.c
12526         * src/prefs_wrapping.c
12527         * src/procmime.c
12528         * src/procmsg.c
12529         * src/send_message.h
12530         * src/ssl_manager.c
12531         * src/summary_search.c
12532         * src/summaryview.c
12533         * src/textview.c
12534         * src/wizard.c
12535         * src/common/smtp.c
12536         * src/common/smtp.h
12537         * src/gtk/gtkutils.h
12538                 o Move the rest of Common prefs to new style
12539                 o Lots of -Wall warning fixes
12540                 o fix FIXME in cache memusage calculation
12541                 o Let return receipts be sent from any account
12542                 o Little cache optimisation (read)
12543                 o Fix bug #746 (don't treat commas as separators
12544                   when inside a quoted string)
12545
12546 2005-05-31 [paul]       1.9.11cvs27
12547
12548         * src/prefs_common.c
12549                 fix 'off-by-one' typo
12550
12551 2005-05-31 [paul]       1.9.11cvs26
12552
12553         * src/account.c
12554         * src/addr_compl.c
12555         * src/compose.c
12556         * src/foldersel.c
12557         * src/prefs_actions.c
12558         * src/prefs_common.c
12559         * src/prefs_common.h
12560         * src/prefs_customheader.c
12561         * src/prefs_display_header.c
12562         * src/prefs_filtering.c
12563         * src/prefs_filtering_action.c
12564         * src/prefs_matcher.c
12565         * src/prefs_summaries.c
12566         * src/prefs_summary_column.c
12567         * src/prefs_template.c
12568         * src/prefs_toolbar.c
12569         * src/ssl_manager.c
12570         * src/gtk/pluginwindow.c
12571         * src/gtk/prefswindow.c
12572         * src/gtk/progressdialog.c
12573                 add hidden prefs 'enable_rules_hint'
12574                 for gtk_tree_view_set_rules_hint()
12575                 (sync with main)
12576                 
12577
12578 2005-05-31 [colin]      1.9.11cvs25
12579
12580         * src/Makefile.am
12581         * src/main.c
12582         * src/prefs_common.c
12583         * src/prefs_summaries.c ** ADDED **
12584         * src/prefs_summaries.h ** ADDED **
12585                 Common/Display -> Display/Summaries
12586
12587 2005-05-31 [colin]      1.9.11cvs24
12588
12589         * src/Makefile.am
12590         * src/main.c
12591         * src/prefs_quote.c ** ADDED **
12592         * src/prefs_quote.h ** ADDED **
12593                 Move Common/Quote to Compose/Quoting
12594         * src/prefs_common.c
12595         * src/prefs_common.h
12596                 Remove old quote stuff, add
12597                 convenience functions for GtkTextView prefs
12598         * src/gtk/prefswindow.c
12599                 Set default height higher
12600
12601 2005-05-30 [colin]      1.9.11cvs23
12602
12603         * src/Makefile.am
12604         * src/main.c
12605         * src/prefs_common.c
12606         * src/prefs_compose_writing.c ** ADDED **
12607         * src/prefs_compose_writing.h ** ADDED **
12608                 Move Common/Compose prefs to Compose/Writing
12609
12610 2005-05-30 [colin]      1.9.11cvs22
12611
12612         * src/common/utils.c
12613                 Fix bug #651 (Confused Attract by Subject)
12614                 Patch by M. Benkmann <haferfrost@web.de>
12615         * AUTHORS
12616
12617 2005-05-30 [colin]      1.9.11cvs21
12618
12619         * src/compose.c
12620                 Fix concatenation of different headers of
12621                 the same type (bug #645)
12622         * src/prefs_folder_item.c
12623                 Fix bug #699 (setting color to black doesn't
12624                 work immediately)
12625         * src/procmime.c
12626                 Print out decoding error only once per
12627                 block
12628
12629 2005-05-30 [paul]       1.9.11cvs20
12630
12631         * src/common/template.c
12632                 fix Bcc
12633
12634 2005-05-30 [paul]       1.9.11cvs19
12635
12636         * doc/src/rfc2368.txt   **NEW FILE**
12637         * src/compose.c
12638                 compose_entries_set(): don't interpret Bcc
12639                 header field (conform to RFC 2368)
12640                 (sync with main)
12641
12642 2005-05-29 [colin]      1.9.11cvs18
12643
12644         * src/prefs_common.c
12645                 Let the default reply format respect
12646                 netiquette by cutting the signature.
12647
12648 2005-05-29 [colin]      1.9.11cvs17
12649
12650         * src/summaryview.c
12651                 Don't let always_show_msg override
12652                 open_unread_on_enter when opening a new
12653                 directory.
12654
12655 2005-05-27 [paul]       1.9.11cvs16
12656
12657         sync with main:
12658
12659         * src/main.c
12660                 app_will_exit(): cleanup tmp directory when exit
12661         * src/message_search.c
12662                 improved the interface and made code cleanup.
12663                 removed Clear button
12664         * src/send_message.c
12665                 send_message_local(): use GSpawn, and detect errors
12666         * src/summary_search.c
12667                 improved the interface and made code cleanup
12668         * src/textview.c
12669                 textview_write_link(): also skip non-ascii space
12670                  at the head of link strings (phishing check
12671                  didn't work at the case)
12672         * src/common/utils.c
12673                 get_command_output(): use g_spawn_command_line_sync()
12674                 instead of popen()
12675
12676 2005-05-26 [colin]      1.9.11cvs15
12677
12678         * src/folder.c
12679                 remove printf
12680
12681 2005-05-26 [colin]      1.9.11cvs14
12682
12683         * src/common/nntp.c
12684                 Fix nntp mode reader (bug #611)
12685                 Patch by Florian Mickler <florian@mickler.org>
12686
12687 2005-05-26 [colin]      1.9.11cvs13
12688
12689         * src/plugins/pgpmime/passphrase.c
12690                 Fix mouse grabbing (bug #557)
12691
12692 2005-05-26 [colin]      1.9.11cvs12
12693
12694         * src/prefs_themes.c
12695                 Fix g_warning (bug #541)
12696
12697 2005-05-26 [colin]      1.9.11cvs11
12698
12699         * src/prefs_actions.c
12700         * src/prefs_template.c
12701                 Fix bug #506 (no warning if action/template
12702                 is not saved)
12703         * src/common/template.c
12704                 Fix a possible crash
12705
12706 2005-05-26 [colin]      1.9.11cvs10
12707
12708         * src/folder.c
12709         * src/folderview.c
12710         * src/procmsg.c
12711         * src/summaryview.c
12712                 Forbid locked messages to be moved or
12713                 deleted. Locked messages in trashes 
12714                 still get deleted, for performance
12715                 reason (mh.c::mh_remove_all_msgs)
12716
12717 2005-05-25 [colin]      1.9.11cvs9
12718
12719         * src/procmime.c
12720                 Use correct encoding when sending mails
12721                 with attachments that have accentued 
12722                 chars in their name
12723
12724 2005-05-24 [colin]      1.9.11cvs8
12725
12726         * src/summaryview.c
12727                 Fix bug #688 f) read/unread marker not
12728                 changed on first click
12729                 Also, optimize summary_status_show()
12730                 calls
12731         * src/folder.c
12732         * src/inc.c
12733         * src/procmime.c
12734                 Fix bug #688 b) and c) wrt message
12735                 attachments and signature
12736         * src/stock_pixmap.c
12737         * src/stock_pixmap.h
12738         * src/stock_pixmap.c
12739         * src/stock_pixmap.h
12740         * src/Makefile.am
12741         * src/pixmaps/clip_gpg_signed.xpm
12742                 Add clip/signed icon
12743
12744 2005-05-24 [colin]      1.9.11cvs7
12745
12746         * src/folder_item_prefs.c
12747                 whitespace fix
12748
12749 2005-05-24 [colin]      1.9.11cvs6
12750
12751         * src/folderview.c
12752         * src/prefs_common.c
12753         * src/prefs_common.h
12754                 Add a confirmation to folder drag and drop
12755                 fixes bug #156
12756         * src/alertpanel.c
12757         * src/alertpanel.h
12758                 fix _with_disable parameters so that
12759                 the buttons labels are specifiable too
12760         * src/plugins/pgpmime/sgpgme.c
12761                 reflect said change
12762                 
12763
12764 2005-05-24 [colin]      1.9.11cvs5
12765
12766         * src/folderview.c
12767                 Uncollapse/collapse folders on double-click
12768                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12769                 closes bug #108
12770
12771 2005-05-23 [colin]      1.9.11cvs4
12772
12773         * src/common/socket.c
12774                 Check another special SSL_peek() error.
12775                 Should help wrt bug #728
12776
12777 2005-05-23 [colin]      1.9.11cvs3
12778
12779         * src/plugins/pgpmime/pgpmime.c
12780                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12781                 breaking menu accelerators and stuff. Users will have to
12782                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12783                 account's privacy preferences if needed.
12784
12785 2005-05-22 [paul]
12786
12787         * tools/kdeservicemenu/install.sh
12788                 use kdesu to prompt for root password if doing
12789                 global install/uninstall
12790
12791 2005-05-20 [colin]      1.9.11cvs2
12792
12793         * src/procmsg.c
12794                 Fix another compilation error with gcc-2.9x
12795                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12796         * src/send_message.c
12797                 Don't send QUIT if we aren't connected
12798
12799 2005-05-19 [colin]      1.9.11cvs1
12800
12801         * src/procmsg.c
12802                 Fix compilation with gcc 2.9x
12803
12804 2005-05-19 [paul]       1.9.11
12805
12806         1.9.11 released
12807
12808 2005-05-19 [paul]       1.9.9cvs14
12809
12810         * src/gtk/inputdialog.c
12811                 prevent gettext warning
12812
12813 2005-05-19 [paul]       1.9.9cvs13
12814
12815         * src/mainwindow.c
12816         * src/prefs_common.c
12817         * src/prefs_common.h
12818         * src/textview.c
12819         * src/textview.h
12820                 add an option to toggle cursor in message
12821                 view (sync with main)
12822
12823 2005-05-18 [colin]      1.9.9cvs12
12824
12825         * src/compose.c
12826                 Dereference freed pointer
12827         * src/gtk/gtkaspell.c
12828                 Fix duplication of dictionaries (is it an aspell issue?)
12829
12830 2005-05-18 [colin]      1.9.9cvs11
12831
12832         * src/gtk/inputdialog.c
12833         * src/gtk/gtkaspell.c
12834                 HIGuify dialogs
12835         * src/alertpanel.c
12836                 Remove a double call
12837
12838 2005-05-17 [colin]      1.9.9cvs10
12839
12840         * src/gtk/gtkaspell.c
12841                 Fix dialogs, Ctrl-Enter accel
12842
12843 2005-05-17 [colin]      1.9.9cvs9
12844
12845         * src/gtk/gtkaspell.c
12846                 Fix some accelerators, escape in replace-window
12847
12848 2005-05-16 [colin]      1.9.9cvs8
12849
12850         * src/gtk/gtkaspell.c
12851                 Revert last commit, it was a mistake.
12852
12853 2005-05-16 [colin]      1.9.9cvs7
12854
12855         * src/gtk/gtkaspell.c
12856                 Remove buggy code while we're at it. It's a 
12857                 dead code path anyway.
12858
12859 2005-05-16 [colin]      1.9.9cvs6
12860
12861         * src/gtk/gtkaspell.c
12862                 Missed some gtk_menu_popup where deactivate
12863                 signal should be handled. Should fix bug
12864                 #629 a bit more.
12865
12866 2005-05-16 [colin]      1.9.9cvs5
12867
12868         * src/gtk/gtkaspell.c
12869                 Remove debug printf()s
12870
12871 2005-05-16 [colin]      1.9.9cvs4
12872
12873         * src/gtk/gtkaspell.c
12874                 Fix a bit aspell problems
12875                 (see bug #629)
12876
12877 2005-05-13 [colin]      1.9.9cvs3
12878
12879         * src/folderview.c
12880                 Fix the + appearing even when no subfolders
12881                 have unread messages. Thanks to wwp for the
12882                 bug report.
12883
12884 2005-05-11 [paul]       1.9.9cvs2
12885
12886         * src/folderview.c
12887                 correction to 1.9.9cvs1, only colour folders that
12888                 have new msgs (not unread msgs)
12889
12890 2005-05-10 [colin]      1.9.9cvs1
12891
12892         * src/folderview.c
12893         * src/summaryview.c
12894                 Try to fix bolding bugs again.
12895
12896 2005-05-09 [paul]
12897
12898         * tools/claws.i18n.status.pl
12899                 add Ricardo Mones Lastra's script that has been providing
12900                 the i18n status page for many months
12901
12902 2005-05-09 [paul]       1.9.9
12903
12904         1.9.9 release
12905
12906 2005-05-09 [paul]       1.9.6cvs58
12907
12908         * AUTHORS
12909         * INSTALL
12910         * README.claws
12911                 updated
12912         * Makefile.am 
12913         * RELEASE_NOTES.claws
12914                 add release notes to cvs to simplify release
12915                 procedure
12916         * configure.ac
12917                 add ca and fi to ALL_LINGUAS
12918         * po/Makefile.in.in
12919                 workaround for missing Makevars
12920         * po/ca.po
12921         * po/fi.po
12922                 add new Catalan and Finnish translations
12923                 submitted by Miquel Oliete and Flammie Pirinen
12924         * po/de.po
12925         * po/es.po
12926         * po/fr.po
12927         * po/it.po
12928         * po/pl.po
12929         * po/ru.po
12930         * po/sk.po
12931         * po/sr.po
12932         * po/zh_CN.po
12933                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12934                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12935                 Urke MMI, and Hansom Young
12936         * src/main.c
12937                 Fix drafting when quitting. compose_draft() closes the
12938                 compose windows, which modifies the compose_list GSList.
12939                 We have to refresh this list after echo drafting to avoid a
12940                 segfault
12941         * src/partial_download.c
12942                 fix segfault on exit
12943
12944 2005-05-06 [paul]       1.9.6cvs57
12945
12946         * src/grouplistdialog.c
12947                 quick fix/workaround for unresizeable newsgroup
12948                 name column 
12949
12950 2005-05-06 [paul]       1.9.6cvs56
12951
12952         * src/inc.c
12953         * src/mainwindow.c
12954                 use gettext plural forms
12955         * src/imap_gtk.c
12956         * src/mh_gtk.c
12957         * src/toolbar.c
12958                 small improvement to english usage
12959
12960 2005-05-05 [thorsten]   1.9.6cvs55
12961
12962         * src/folder.c
12963                 fix possible crash
12964
12965 2005-05-05 [paul]       1.9.6cvs54
12966         
12967         sync with HEAD
12968
12969         * AUTHORS
12970         * src/compose.c
12971                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12972                 patch by Tim Mann
12973
12974 2005-05-05 [paul]       1.9.6cvs53
12975
12976         * src/mainwindow.c
12977                 fix resizing of separate message and
12978                 folder views
12979
12980 2005-05-05 [paul]       1.9.6cvs52
12981
12982         * src/account.c
12983         * src/addrgather.c
12984         * src/browseldap.c
12985         * src/exphtmldlg.c
12986         * src/expldifdlg.c
12987         * src/importmutt.c
12988         * src/importpine.c
12989         * src/main.c
12990         * src/mainwindow.c
12991         * src/noticeview.c
12992         * src/prefs_filtering.c
12993         * src/prefs_filtering_action.c
12994         * src/prefs_matcher.c
12995         * src/prefs_spelling.c
12996         * src/prefs_toolbar.c
12997         * src/toolbar.c
12998         * src/wizard.c
12999         * src/gtk/description_window.c
13000         * src/gtk/gtkvscrollbutton.c
13001         * src/gtk/progressdialog.c
13002         * src/gtk/quicksearch.c
13003         * src/plugins/pgpmime/prefs_gpg.c
13004         * src/plugins/spamassassin/spamassassin_gtk.c
13005                 replace deprecated gtk_widget_set_usize
13006
13007 2005-05-04 [colin]      1.9.6cvs51
13008
13009         * src/common/utils.c
13010                 Fix crash when subst_for_filename is called
13011                 with a NULL parameter
13012
13013 2005-05-04 [colin]      1.9.6cvs50
13014
13015         * src/partial_download.c
13016         * src/pop.c
13017                 Escape login when writing uidl file
13018                 fixes bug #736
13019
13020 2005-05-03 [colin]      1.9.6cvs49
13021
13022         * src/procmime.c
13023                 Fix possible DOS in mime parser
13024                 (see bug #634)
13025
13026 2005-05-02 [colin]      1.9.6cvs48
13027
13028         * src/compose.c
13029                 Try to fix the copy/paste mess once again.
13030
13031
13032 2005-04-30 [colin]      1.9.6cvs47
13033
13034         * src/prefs_account.h
13035         * src/procmsg.c
13036         * src/send_message.c
13037         * src/common/smtp.c
13038         * src/common/smtp.h
13039                 Try to batch sending mails (per account) instead of
13040                 reconnecting to server every time.
13041
13042 2005-04-29 [colin]      1.9.6cvs46
13043
13044         * src/messageview.c
13045                 Fix window resizing that refused to size down
13046         * src/prefs_common.c
13047         * src/prefs_common.h
13048         * src/prefs_filtering.c
13049                 Save Filtering's window size
13050
13051 2005-04-21 [paul]       1.9.6cvs45
13052
13053         * ChangeLog-gtk2.claws
13054         * src/setup.c
13055                 correction to sync
13056
13057 2005-04-21 [paul]       1.9.6cvs44
13058
13059         sync with main:
13060
13061         * src/setup.c
13062         * src/statusbar.c
13063         * src/statusbar.h
13064                 use gtkut_widget_draw_now(). Improved performance
13065                 of the update of statusbar
13066         * src/textview.c
13067                 textview_smooth_scroll_do(): redraw it after scroll
13068                 is done (fixed incorrect display when a part of the
13069                 view is hidden).
13070         * src/gtk/gtkutils.c
13071         * src/gtk/gtkutils.h
13072                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13073                 to force update of widgets.
13074                 Removed gtkut_widget_wait_for_draw() which had a big
13075                 overhead  because of waiting for all events processed 
13076
13077 2005-04-20 [paul]       1.9.6cvs43
13078
13079         * src/codeconv.c
13080                 complete 1.9.6cvs42's sync:
13081                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13082
13083 2005-04-19 [paul]       1.9.6cvs42
13084
13085         sync with main:
13086
13087         * src/action.c
13088                 catch_output(): correctly select the insert text
13089                 (fix invalid iterator warnings).
13090         * src/codeconv.c
13091         * src/codeconv.h
13092         * src/mainwindow.c
13093         * src/messageview.c
13094         * src/prefs_common.c
13095                 support GBK encoding.
13096         * src/common/session.c
13097         * src/common/session.h
13098                 use separate buffer for large data to be sent,
13099                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13100
13101 2005-04-18 [paul]       1.9.6cvs41
13102
13103         * src/jpilot.c
13104                 convert unsigned long into guint32
13105                 patch by Paul LeoNerd Evans 
13106
13107 2005-04-17 [colin]      1.9.6cvs40
13108
13109         * src/compose.c
13110                 Fix 'Request return receipt' from folder
13111                 properties (bug #708)
13112
13113 2005-04-17 [colin]      1.9.6cvs39
13114
13115         * src/mainwindow.c
13116                 Fix duplicate hotkeys in Mainwindow's menu
13117
13118 2005-04-17 [colin]      1.9.6cvs38
13119
13120         * src/folderview.c
13121                 Fix duplicate hotkeys in Folderview's contextual
13122                 menu
13123
13124 2005-04-15 [colin]      1.9.6cvs37
13125
13126         * src/summaryview.c
13127                 Fix 'Save as...' with non-ascii filenames
13128
13129 2005-04-15 [colin]      1.9.6cvs36
13130
13131         * src/plugins/pgpmime/pgpmime.c
13132                 Fix bus error on 64bit. Spotted by 
13133                 macallan1888@gmail.com
13134
13135 2005-04-15 [colin]      1.9.6cvs35
13136
13137         * src/prefs_account.c
13138                 Fix cvs34.
13139
13140 2005-04-12 [colin]      1.9.6cvs34
13141
13142         * src/prefs_account.c
13143                 Fix smtp auth type off-by-one. We forgot to
13144                 add PLAIN in the prefs-to-gui setter func and
13145                 as a result, the selected auth when opening
13146                 account prefs was not the correct one.
13147
13148 2005-04-12 [paul]       1.9.6cvs33
13149
13150         * src/inc.c
13151                 if the recv dialog is visible, Cancel only
13152                 cancels the current account
13153
13154
13155 2005-04-10 [colin]      1.9.6cvs32
13156
13157         * src/filtering.c
13158                 Copy score when copying FilteringActions
13159                 Fix bug #674
13160
13161 2005-04-10 [colin]      1.9.6cvs31
13162
13163         * src/inc.c
13164                 Make Message -> Receive -> Cancel cancel 
13165                 incorporation on all accounts. Fixes
13166                 bug #693
13167
13168 2005-04-10 [colin]      1.9.6cvs30
13169
13170         * src/prefs_account.c
13171                 Update Privacy checkbuttons status based
13172                 on the selected privacy system
13173         * src/compose.c
13174                 Always connect the "None" privacy system; the
13175                 static boolean was probably there to avoid
13176                 reconnecting twice in the same compose window,
13177                 but as the parent function is only called once
13178                 per compose, it's only a bug - as a static is
13179                 initialized once per application instance.
13180                 Also, don't uncheck Sign and Encrypt when
13181                 selecting None as privacy system; just ignore
13182                 them when sending/queuing.
13183                 Should fix bug #695
13184
13185 2005-04-08 [colin]      1.9.6cvs29
13186
13187         * src/account.c
13188         * src/prefs_account.c
13189         * src/prefs_account.h
13190                 Add account preference to queue message in a certain
13191                 folder.
13192
13193 2005-04-06 [colin]      1.9.6cvs28
13194
13195         * src/prefs_account.c
13196                 Update old inbox path syntax
13197
13198 2005-04-06 [paul]       1.9.6cvs27
13199
13200         sync with main:
13201
13202         * configure.ac
13203                 changed -traditional-cpp to -no-cpp-precomp for newer
13204                 Mac OS X support
13205         * src/foldersel.c
13206                 made column resize automatically
13207         * src/send_message.c
13208                 send_message_smtp(): consider EOF right after QUIT
13209                 successful (workaround for Gmail SMTP server)
13210         * src/common/socket.c
13211                 ssl_read(), ssl_peek(): check EOF which violates the
13212                 SSL protocol
13213         * src/gtk/colorlabel.c
13214                 removed warnings when displaying colorlabel menu
13215                 (don't use GtkAlignment)
13216
13217 2005-04-05 [paul]       1.9.6cvs26
13218
13219         * src/plugins/trayicon/trayicon.c
13220                 fix clipping of icon under KDE3 
13221
13222 2005-04-05 [paul]       1.9.6cvs25
13223
13224         * src/summaryview.c
13225                 hide display of threading
13226                 patch by Alfons
13227
13228 2005-04-04 [thorsten]   1.9.6cvs24
13229
13230         * src/mh.c
13231                 marks lost on filesystems with different stat() results on
13232                 summer-/wintertime
13233
13234 2005-04-03 [colin]      1.9.6cvs23
13235
13236         * src/summaryview.c
13237                 Don't handle up/down. Patch by Alfons
13238
13239 2005-04-02 [colin]      1.9.6cvs22
13240
13241         * src/summaryview.c
13242                 Make scrolling faster. Patch by Alfons.
13243
13244 2005-04-01 [colin]      1.9.6cvs21
13245
13246         * src/Makefile.am
13247         * src/stock_pixmap.c
13248         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13249         * src/pixmaps/dir_noselect.xpm ** ADDED **
13250                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13251
13252 2005-04-01 [colin]      1.9.6cvs20
13253
13254         * src/image_viewer.c
13255         * src/image_viewer.h
13256         * src/procmime.c
13257         * src/procmime.h
13258         * src/textview.c
13259         * src/textview.h
13260                 Implement inline image resizing and right-clicking
13261
13262 2005-04-01 [paul]       1.9.6cvs19
13263
13264         * AUTHORS
13265         * Makefile.am
13266         * configure.ac
13267                 check for gnome2
13268                 patch by Luca Cavalli <loopback<AT>slackit.org>
13269         * po/ru.po
13270                 updated by Pavlo Bohmat
13271
13272 2005-03-31 [colin]      1.9.6cvs18
13273
13274         * src/news.c
13275                 Fix parsing references
13276         * src/msgcache.c
13277                 don't put nulls in the references list
13278         * src/procheader.c
13279                 commit that forgotten file in 1.9.6cvs14
13280
13281 2005-03-31 [colin]      1.9.6cvs17
13282
13283         * src/compose.c
13284                 Fix joining of signature separator again. 
13285                 Maybe Hiro could put it in main too...
13286
13287 2005-03-31 [colin]      1.9.6cvs16
13288
13289         * src/Makefile.am
13290         * src/foldersel.c
13291         * src/stock_pixmap.c
13292         * src/stock_pixmap.h
13293         * src/pixmaps/dir-noselect.xpm
13294                 Update foldersel.c (sync from main, patch by Alfons)
13295
13296 2005-03-30 [colin]      1.9.6cvs15
13297
13298         * src/imap.c
13299                 Fix handling of imap folders containing [] in 
13300                 their name. Thanks to Nahuel Angelinetti for
13301                 the detailed bugreport.
13302
13303 2005-03-30 [colin]      1.9.6cvs14
13304
13305         * src/common/utils.h
13306         * src/common/utils.c
13307         * src/common/defs.h
13308         * src/matcher.c
13309         * src/msgcache.c
13310         * src/news.c
13311         * src/procmsg.c
13312         * src/procmsg.h
13313         * src/quote_fmt_parse.y
13314         * src/summaryview.c
13315                 Update references system. Patch by Alfons
13316
13317 2005-03-30 [colin]      1.9.6cvs13
13318
13319         * src/common/socket.c
13320                 Force the glibc to read resolv.conf again when 
13321                 it has changed. Should fix issues when changing
13322                 networks on a laptop and not restarting sylpheed. 
13323
13324 2005-03-30 [paul]       1.9.6cvs12
13325
13326         partial sync with main:
13327
13328         * src/action.c
13329                 create_io_dialog(): use user-defined text font
13330                 (thanks to Alfons), and modified its appearance.
13331         * src/addrgather.c
13332         * src/addrharvest.c
13333         * src/browseldap.c
13334                 replace old code
13335         * src/compose.c
13336                 don't join (presumably) itemized lines on line-wrapping
13337                 fixed wrapping of quote when auto-wrapping is enabled
13338                 compose_destroy(): destroy paned only if it's not
13339                 attached to window. Fixed memory leak of popup menu.
13340         * src/exphtmldlg.c
13341         * src/expldifdlg.c
13342                 replace old code
13343         * src/html.c
13344         * src/html.h
13345         * src/importmutt.c
13346         * src/importpine.c
13347                 replace old code
13348         * src/main.c
13349                 removed redundant code
13350         * src/mainwindow.c
13351                 changed 'Code set' (which is rather incorrect)
13352                 in the menu to 'Character encoding'
13353                 main_window_set_widgets(): request size first
13354                 to prevent window size becoming wrong
13355                 fixed remembering of the state of the visibility
13356                 of MessageView
13357         * src/messageview.c
13358                 changed 'Code set' (which is rather incorrect)
13359                 in the menu to 'Character encoding'
13360         * src/prefs_common.c
13361         * src/prefs_common.h
13362                 added an option whether to render HTML as text or not
13363                 added separators to outgoing encoding menu
13364         * src/procheader.c
13365                 procheader_scan_date_string(): support header
13366                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13367         * src/summaryview.c
13368         * src/summaryview.h
13369                 minor code cleanup
13370         * src/textview.c
13371                 textview_show_html(): force output of newline
13372                 added an option whether to render HTML as text or not
13373         * src/common/utils.c
13374                 strncpy2(): optimized based on Alfons' code
13375         * src/gtk/gtkutils.c
13376         * src/gtk/gtkutils.h
13377                 removed non-used code
13378         * src/plugins/pgpmime/passphrase.c
13379                 partially fixed grab input of passphrase dialog
13380                 Confine pointer to window
13381
13382 2005-03-30 [colin]      1.9.6cvs11
13383
13384         * src/msgcache.c
13385         * src/msgcache.h
13386                 Read/write 32bit ints from cache & marks
13387                 From main.
13388
13389 2005-03-29 [paul]       1.9.6cvs10
13390
13391         * AUTHORS
13392         * ChangeLog.claws
13393         * src/compose.c
13394         * src/gtk/gtkaspell.c
13395                 sync with HEAD (don't pass NULL pointers) 
13396
13397 2005-03-24 [paul]
13398
13399         * tools/Makefile.am
13400         * tools/README
13401         * tools/acroread2sylpheed.pl
13402                 sync with HEAD (add script to send pdfs as
13403                 attachments from Adobe Reader 7)
13404
13405 2005-03-21 [paul]       1.9.6cvs9
13406
13407         * configure.ac
13408         * po/POTFILES.in
13409         * src/Makefile.am
13410         * src/crash.c
13411         * src/image_viewer.c ** ADDED **
13412         * src/image_viewer.h ** ADDED **
13413         * src/main.c
13414         * src/prefs_common.c
13415         * src/prefs_common.h
13416         * src/prefs_image_viewer.c ** ADDED **
13417         * src/prefs_image_viewer.h ** ADDED **
13418         * src/textview.c
13419         * src/gtk/about.c
13420         * src/pixmaps/sylpheed_logo.xpm
13421         * src/plugins/Makefile.am
13422         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13423         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13424         * src/plugins/image_viewer/plugin.c ** REMOVED **
13425         * src/plugins/image_viewer/viewer.c ** REMOVED **
13426         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13427         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13428         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13429         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13430         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13431                 as gdk-pixbuf is now built-in
13432                 remove image_viewer plugin and put code back into
13433                 main codebase
13434                 implement inline image display (sync with main)
13435
13436                 replace logo with newer, nicer, larger version  
13437
13438 2005-03-21 [paul]       1.9.6cvs8
13439
13440         * src/gtk/about.c
13441                 cosmetic improvement
13442
13443 2005-03-21 [holger]     1.9.6cvs7
13444
13445         * src/plugins/spamassassin/spamassassin.c
13446                 Sync with HEAD
13447                 (unregister hook on failed plugin init)
13448
13449 2005-03-20 [colin]      1.9.6cvs6
13450
13451         * src/common/plugin.c
13452                 Check that plugin isn't already loaded
13453                 Patch by Alfons
13454
13455 2005-03-20 [thorsten]   1.9.6cvs5
13456
13457         * src/compose.c
13458                 use a more compatible syntax
13459
13460 2005-03-20 [thorsten]   1.9.6cvs4
13461
13462         * src/prefs_toolbar.c
13463                 fix crash when selecting toolbar item (uninitialized pointer)
13464
13465 2005-03-20 [thorsten]   1.9.6cvs3
13466
13467         * src/procmime.c
13468                 fix mimetype detection (referenced free()d string)
13469
13470 2005-03-20 [paul]       1.9.6cvs2
13471
13472         * src/compose.c
13473                 sync with HEAD (1.0.3cvs5)
13474                 neglect Reply-To header if empty
13475                 Patch by Alfons 
13476
13477 2005-03-19 [holger]     1.9.6cvs1
13478
13479         * src/summaryview.c
13480         * src/summaryview.h
13481                 Sync with HEAD
13482
13483 2005-03-18 [paul]       1.9.6
13484
13485         initial GTK2 release
13486
13487 2005-03-18 [paul]       1.0.3cvs3.1
13488
13489         * AUTHORS
13490         * ChangeLog.claws
13491         * configure.ac
13492         * src/gtk/about.c
13493         * src/pixmaps/sylpheed_logo.xpm
13494                 sync with HEAD
13495
13496 2005-03-18 [colin]      1.0.3cvs2.6
13497
13498         * src/summaryview.c
13499                 Remove call to summary_step in summary_copy_selected_to
13500                 Can't see its purpose, and this causes bug when copying
13501                 a message if the next one is unread: it reads it.
13502
13503 2005-03-18 [paul]       1.0.3cvs2.5
13504
13505         * src/foldersel.c
13506                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13507
13508 2005-03-18 [paul]       1.0.3cvs2.4
13509
13510         * src/addrharvest.c
13511         * src/codeconv.c
13512         * src/codeconv.h
13513         * src/compose.c
13514         * src/news.c
13515         * src/procheader.c
13516         * src/procmime.c
13517         * src/unmime.c
13518         * src/unmime.h
13519                 fix buffer overflow, CAN-2005-0667, see
13520                 http://secunia.com/advisories/14491/
13521                 Patch by Alfons
13522
13523 2005-03-17 [colin]      1.0.3cvs2.3
13524
13525         * src/prefs_fonts.c
13526         * src/summaryview.c
13527                 Fix font bugs (both lists now officialy share 
13528                 the same font)
13529                 
13530
13531 2005-03-17 [paul]       1.0.3cvs2.2
13532
13533         * src/gtk/pluginwindow.c
13534                 make plugin descriptions uneditable
13535
13536 2005-03-11 [paul]       1.0.3cvs2.1
13537
13538         * ChangeLog.claws
13539         * configure.ac
13540         * po/POTFILES.in
13541         * src/plugins/trayicon/trayicon.c
13542                 sync with HEAD
13543                 add src/wizard.c to POTFILES.in
13544
13545 2005-03-11 [paul]       1.0.3cvs1.1
13546
13547         * ChangeLog
13548         * ChangeLog.claws
13549         * configure.ac
13550         * po/de.po
13551         * po/es.po
13552         * po/fr.po
13553         * po/it.po
13554         * po/pt_BR.po
13555         * po/ru.po
13556         * po/sk.po
13557         * po/sr.po
13558         * po/zh_CN.po
13559                 sync with HEAD
13560
13561 2005-03-04 [colin]      1.0.1cvs22.2
13562
13563         * src/compose.c
13564                 Fix signatures with accentued chars in it
13565
13566 2005-03-04 [colin]      1.0.1cvs22.1
13567
13568         * src/common/smtp.c
13569         * src/common/smtp.h
13570                 Don't use SIZE param in MAIL FROM: if server 
13571                 doesn't support it. Patch by Eugen Freiter
13572                 <eugen_f@users.sf.net>
13573
13574 2005-02-27 [paul]       1.0.1cvs20.1
13575
13576         * ChangeLog.claws
13577         * configure.ac
13578         * src/messageview.c
13579                 sync with HEAD
13580
13581 2005-02-27 [colin]      1.0.1cvs19.4
13582
13583         * src/procheader.c
13584         * src/procheader.h
13585                 Fix prototypes. Patch by Alfons
13586
13587 2005-02-27 [colin]      1.0.1cvs19.3
13588
13589         * src/compose.c
13590                 Don't auto-join the signature separator.
13591
13592 2005-02-26 [colin]      1.0.1cvs19.2
13593
13594         * src/summaryview.c
13595                 Fix 'mark all read' with collapsed threads.
13596                 Patch by Alfons.
13597
13598 2005-02-25 [paul]       1.0.1cvs19.1
13599
13600         * ChangeLog.claws
13601         * configure.ac
13602         * src/prefs_account.c
13603         * src/prefs_folder_item.c
13604         * src/gtk/prefswindow.c
13605         * src/gtk/prefswindow.h
13606                 sync with HEAD
13607
13608 2005-02-25 [paul]       1.0.1cvs15.12
13609
13610         * src/alertpanel.c
13611         * src/codeconv.c
13612         * src/compose.c
13613         * src/textview.c
13614         * src/gtk/gtkutils.c
13615         * src/gtk/gtkutils.h
13616         * src/gtk/logwindow.c
13617         * src/gtk/progressdialog.c
13618                 sync with main (revision 127)
13619                 and fix logwindow clipping
13620
13621 2005-02-24 [colin]      1.0.1cvs15.11
13622
13623         * src/plugins/pgpmime/passphrase.c
13624                 Disable input grabbing; it doesn't work yet.
13625
13626 2005-02-24 [colin]      1.0.1cvs15.10
13627
13628         * src/messageview.c
13629                 Don't send out receipts if offline. Ask.
13630
13631 2005-02-23 [colin]      1.0.1cvs15.9
13632
13633         * src/summaryview.c     
13634                 Fix expanding
13635
13636 2005-02-23 [colin]      1.0.1cvs15.8
13637
13638         * src/summaryview.c
13639                 Really fix Bug 568 by removing useless
13640                 calls. summary_thread_init() now called
13641                 in summary_sort(). This should please
13642                 Alfons as it should be faster than 
13643                 previously.
13644
13645 2005-02-23 [colin]      1.0.1cvs15.7
13646
13647         * src/compose.c
13648                 Encode parts as QP or B64 if signing
13649
13650 2005-02-23 [colin]      1.0.1cvs15.6
13651
13652         * src/compose.c
13653                 Fix Mimeinfo leakage (including tmp files)
13654         * src/procmsg.c
13655                 Fix tmp file leakage (spotted by Ivan Rayner)
13656
13657 2005-02-22 [colin]      1.0.1cvs15.5
13658
13659         * src/expldifdlg.c
13660                 Fix keyboard input. Patch by Alfons.
13661
13662 2005-02-21 [colin]      1.0.1cvs15.4
13663
13664         * src/compose.c
13665                 Fix Sign/Encrypt when unselecting privacy
13666                 system
13667         * src/prefs_common.c
13668                 Change default message font to Monospace
13669         * src/summaryview.c
13670                 More freezing during potentially large operations
13671
13672 2005-02-21 [paul]       1.0.1cvs15.3
13673
13674         * src/main.c
13675                 fix --help output
13676
13677 2005-02-21 [paul]       1.0.1cvs15.2
13678
13679         * po/Makefile.in.in
13680         * src/compose.c
13681         * src/summaryview.c
13682         * src/textview.c
13683         * src/common/utils.c
13684         * src/common/utils.h
13685                 sync with main (revision 117)
13686
13687 2005-02-20 [colin]      1.0.1cvs15.1
13688
13689         * src/common/defs.h
13690                 Change cache file to .sylpheed_claws_cache, as
13691                 suggested by Alfons. Allows people to switch
13692                 between Sylpheed and Sylpheed-Claws. it is
13693                 a good idea to "Check for new messages" at next
13694                 startup.
13695
13696
13697 2005-02-18 [colin]      1.0.1cvs14.1
13698
13699         * src/quote_fmt_lex.l
13700         * src/quote_fmt_parse.y
13701                 Fix parser initialisation. Patch by Ivan.
13702
13703 2005-02-18 [colin]      1.0.1cvs11.6
13704
13705         * src/folderview.c
13706                 Fix scrolldown (bug 662)
13707
13708 2005-02-17 [colin]      1.0.1cvs11.5
13709
13710         * src/codeconv.c
13711                 conv_filename_to_utf8: return clean 7bit instead
13712                 of broken utf8 if needed
13713         * src/mimeview.c
13714                 Fix display of parts with unclean 8bit names
13715
13716 2005-02-17 [paul]       1.0.1cvs11.4
13717
13718         * src/compose.c
13719         * src/exportldif.c
13720         * src/matcher_parser_parse.y
13721         * src/procmime.c
13722         * src/sourcewindow.c
13723         * src/common/Makefile.am
13724         * src/common/intl.h             ** REMOVED **
13725         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13726                 sync with main (revision 109)
13727                 and clean up
13728
13729 2005-02-16 [colin]      1.0.1cvs11.3
13730
13731         * src/summaryview.c
13732                 Fix collapsed thread not highlighting when new
13733                 messages in it (Bug 568) Patch by Stephan Sachse.
13734                 Fix messed up selection when reaching bounds (Bug 632)
13735         * src/prefs_themes.c
13736                 Fix theme installing (Bug 684)
13737
13738 2005-02-16 [colin]      1.0.1cvs11.2
13739
13740         * src/messageview.c
13741                 Fix messageview_select_all
13742
13743 2005-02-16 [colin]      1.0.1cvs11.1
13744
13745         * src/mh.c
13746                 Sync with HEAD (MH scan required function)
13747
13748 2005-02-15 [colin]      1.0.1cvs8.1
13749
13750         * src/mimeview.c
13751         * src/common/utils.c
13752                 Sync with HEAD (filename chars substitution)
13753
13754 2005-02-15 [colin]      1.0.1cvs7.3
13755
13756         * src/gtk/pluginwindow.c
13757                 Fix button spacing
13758
13759 2005-02-15 [colin]      1.0.1cvs7.2
13760
13761         * src/mimeview.c
13762                 Fix mime icons not reset across message when
13763                 scrolled down
13764
13765 2005-02-15 [colin]      1.0.1cvs7.1
13766
13767         * src/compose.c
13768         * src/procmime.c
13769                 Sync with HEAD (optimisation of cvs6)
13770
13771 2005-02-14 [colin]      1.0.1cvs6.1
13772
13773         * src/compose.c
13774         * src/procmime.c
13775                 Sync with HEAD (encode "From " at line beginning)
13776
13777 2005-02-14 [colin]      1.0.1cvs5.3
13778
13779         * src/compose.c
13780                 Fix wrapping with accentued chars.
13781
13782 2005-02-13 [colin]      1.0.1cvs5.2
13783
13784         * src/textview.c
13785                 Fix email informative part parsing with
13786                 accentued chars in it. ispunct() returns
13787                 true for them in utf8...
13788
13789 2005-02-12 [colin]      1.0.1cvs5.1
13790
13791         * src/filtering.c
13792                 Sync with HEAD (remove wrong use of compose after send)
13793
13794 2005-02-12 [paul]       1.0.1cvs4.5
13795
13796         * src/textview.c
13797                 remove unnecessary code (thanks to Alfons)
13798
13799 2005-02-12 [paul]       1.0.1cvs4.4
13800
13801         * src/textview.c
13802                 add 'Copy' to contextual menu on emails
13803
13804 2005-02-11 [colin]      1.0.1cvs4.3
13805
13806         * src/compose.c
13807                 revert 1.0.0cvs28.2, it doesn't work that well.
13808
13809 2005-02-11 [paul]       1.0.1cvs4.2
13810
13811         * po/Makefile.in.in
13812                 fix 'make release'
13813
13814 2005-02-10 [paul]       1.0.1cvs4.1
13815
13816         * ChangeLog
13817         * ChangeLog.claws
13818         * ChangeLog.jp
13819         * configure.ac
13820         * src/compose.c
13821                 sync with HEAD (sync with main)
13822
13823 2005-02-10 [paul]       1.0.1cvs3.2
13824
13825         * AUTHORS
13826         * Makefile.am
13827         * autogen.sh
13828         * configure.ac
13829         * config/mkinstalldirs
13830         * intl/.cvsignore
13831         * intl/ChangeLog
13832         * intl/VERSION
13833         * intl/bindtextdom.c
13834         * intl/config.charset
13835         * intl/dcgettext.c
13836         * intl/dcigettext.c
13837         * intl/dcngettext.c
13838         * intl/dgettext.c
13839         * intl/dngettext.c
13840         * intl/eval-plural.h
13841         * intl/explodename.c
13842         * intl/finddomain.c
13843         * intl/gettext.c
13844         * intl/gettextP.h
13845         * intl/gmo.h
13846         * intl/hash-string.h
13847         * intl/intl-compat.c
13848         * intl/l10nflist.c
13849         * intl/libgnuintl.h.in
13850         * intl/loadinfo.h
13851         * intl/loadmsgcat.c
13852         * intl/localcharset.c
13853         * intl/localcharset.h
13854         * intl/locale.alias
13855         * intl/localealias.c
13856         * intl/localename.c
13857         * intl/log.c
13858         * intl/ngettext.c
13859         * intl/os2compat.c
13860         * intl/os2compat.h
13861         * intl/osdep.c
13862         * intl/plural-exp.c
13863         * intl/plural-exp.h
13864         * intl/plural.c
13865         * intl/plural.y
13866         * intl/ref-add.sin
13867         * intl/ref-del.sin
13868         * intl/relocatable.c
13869         * intl/relocatable.h
13870         * intl/textdomain.c
13871         * m4/Makefile.am
13872         * po/Makefile.in.in
13873         * src/Makefile.am
13874         * src/account.c
13875         * src/action.c
13876         * src/addr_compl.c
13877         * src/addressadd.c
13878         * src/addressbook.c
13879         * src/addrgather.c
13880         * src/addrindex.c
13881         * src/alertpanel.c
13882         * src/browseldap.c
13883         * src/codeconv.c
13884         * src/codeconv.h
13885         * src/compose.c
13886         * src/compose.h
13887         * src/crash.c
13888         * src/editaddress.c
13889         * src/editbook.c
13890         * src/editgroup.c
13891         * src/editjpilot.c
13892         * src/editldap.c
13893         * src/editldap_basedn.c
13894         * src/editvcard.c
13895         * src/exphtmldlg.c
13896         * src/expldifdlg.c
13897         * src/export.c
13898         * src/exporthtml.c
13899         * src/filtering.c
13900         * src/folder.c
13901         * src/folder_item_prefs.c
13902         * src/foldersel.c
13903         * src/folderview.c
13904         * src/grouplistdialog.c
13905         * src/headerview.c
13906         * src/imap.c
13907         * src/imap_gtk.c
13908         * src/import.c
13909         * src/importldif.c
13910         * src/importmutt.c
13911         * src/importpine.c
13912         * src/inc.c
13913         * src/ldif.c
13914         * src/main.c
13915         * src/mainwindow.c
13916         * src/matcher.c
13917         * src/mbox.c
13918         * src/message_search.c
13919         * src/messageview.c
13920         * src/mh.c
13921         * src/mh_gtk.c
13922         * src/mimeview.c
13923         * src/msgcache.c
13924         * src/news.c
13925         * src/news_gtk.c
13926         * src/noticeview.c
13927         * src/partial_download.c
13928         * src/pop.c
13929         * src/prefs_account.c
13930         * src/prefs_actions.c
13931         * src/prefs_common.c
13932         * src/prefs_customheader.c
13933         * src/prefs_display_header.c
13934         * src/prefs_ext_prog.c
13935         * src/prefs_filtering.c
13936         * src/prefs_filtering_action.c
13937         * src/prefs_folder_item.c
13938         * src/prefs_fonts.c
13939         * src/prefs_gtk.c
13940         * src/prefs_matcher.c
13941         * src/prefs_msg_colors.c
13942         * src/prefs_spelling.c
13943         * src/prefs_summary_column.c
13944         * src/prefs_template.c
13945         * src/prefs_themes.c
13946         * src/prefs_toolbar.c
13947         * src/prefs_wrapping.c
13948         * src/privacy.c
13949         * src/procheader.c
13950         * src/procmime.c
13951         * src/procmsg.c
13952         * src/quote_fmt.c
13953         * src/recv.c
13954         * src/send_message.c
13955         * src/setup.c
13956         * src/sourcewindow.c
13957         * src/ssl_manager.c
13958         * src/statusbar.c
13959         * src/summary_search.c
13960         * src/summaryview.c
13961         * src/textview.c
13962         * src/toolbar.c
13963         * src/wizard.c
13964         * src/common/nntp.c
13965         * src/common/plugin.c
13966         * src/common/smtp.c
13967         * src/common/ssl.c
13968         * src/common/ssl_certificate.c
13969         * src/common/string_match.c
13970         * src/common/sylpheed.c
13971         * src/common/template.c
13972         * src/common/utils.c
13973         * src/gtk/about.c
13974         * src/gtk/colorlabel.c
13975         * src/gtk/description_window.c
13976         * src/gtk/filesel.c
13977         * src/gtk/foldersort.c
13978         * src/gtk/gtkaspell.c
13979         * src/gtk/gtkutils.c
13980         * src/gtk/inputdialog.c
13981         * src/gtk/logwindow.c
13982         * src/gtk/menu.c
13983         * src/gtk/pluginwindow.c
13984         * src/gtk/prefswindow.c
13985         * src/gtk/progressdialog.c
13986         * src/gtk/quicksearch.c
13987         * src/gtk/sslcertwindow.c
13988         * src/plugins/clamav/clamav_plugin.c
13989         * src/plugins/clamav/clamav_plugin_gtk.c
13990         * src/plugins/demo/demo.c
13991         * src/plugins/dillo_viewer/dillo_prefs.c
13992         * src/plugins/dillo_viewer/dillo_viewer.c
13993         * src/plugins/image_viewer/plugin.c
13994         * src/plugins/image_viewer/viewer.c
13995         * src/plugins/image_viewer/viewerprefs.c
13996         * src/plugins/mathml_viewer/mathml_viewer.c
13997         * src/plugins/pgpmime/passphrase.c
13998         * src/plugins/pgpmime/plugin.c
13999         * src/plugins/pgpmime/prefs_gpg.c
14000         * src/plugins/pgpmime/select-keys.c
14001         * src/plugins/pgpmime/sgpgme.c
14002         * src/plugins/spamassassin/spamassassin.c
14003         * src/plugins/spamassassin/spamassassin_gtk.c
14004         * src/plugins/trayicon/trayicon.c
14005                 sync with main (revision 104)
14006
14007 2005-02-10 [colin]      1.0.1cvs3.1
14008
14009         * src/mainwindow.c
14010                 Sync with HEAD (fix occasional crasher)
14011
14012 2005-02-10 [colin]      1.0.1cvs2.1
14013
14014         * src/messageview.c
14015                 Synw with HEAD (don't automatically display html)
14016
14017 2005-02-09 [colin]      1.0.1cvs1.3
14018
14019         * src/textview.c
14020         * src/textview.h
14021                 Add contextual menu on emails
14022
14023 2005-02-09 [colin]      1.0.1cvs1.2
14024
14025         * src/codeconv.c
14026                 Fix converting from broken headers and 
14027                 put back the _ in missing places
14028                 (feature broke with cvs24.2 sync, main 
14029                  possibly affected?)
14030
14031 2005-02-09 [colin]      1.0.1cvs1.1
14032
14033         * src/messageview.c
14034         * src/mimeview.c
14035         * src/mimeview.h
14036                 Sync with HEAD (display non text/plain mails with plugin)
14037
14038 2005-02-08 [colin]      1.0.1.1
14039
14040         * ChangeLog.claws
14041         * po/pt_BR.po
14042                 Sync with HEAD
14043         * configure.ac
14044                 Make default configuration directory 
14045                 be .sylpheed-gtk2
14046
14047 2005-02-08 [colin]      1.0.0cvs29.1
14048
14049         * po/de.po
14050         * po/es.po
14051         * po/fr.po
14052         * po/it.po
14053         * po/sk.po
14054         * po/sr.po
14055                 Sync translations with HEAD
14056
14057 2005-02-06 [colin]      1.0.0cvs28.3
14058
14059         * src/compose.c
14060                 Make compose a bit faster - patch by Alfons.
14061
14062 2005-02-06 [colin]      1.0.0cvs28.2
14063
14064         * src/compose.c
14065                 Make pasting via middle-click more reliable
14066
14067 2005-02-05 [paul]       1.0.0cvs28.1
14068
14069         * ChangeLog
14070         * ChangeLog.claws
14071         * ChangeLog.jp
14072         * configure.ac
14073         * src/compose.c
14074                 sync with HEAD
14075                 (fix bug 682 'redirect is broken'
14076
14077 2005-02-05 [torte]      1.0.0cvs27.1
14078
14079         * ChangeLog.claws
14080         * configure.ac
14081         * src/partial_download.c
14082                 Sync with HEAD (fix buf overflow)
14083
14084 2005-02-03 [colin]      1.0.0cvs26.1
14085
14086         * src/common/plugin.c
14087                 Sync with HEAD (avoid plugin mismatches)
14088
14089 2005-02-03 [paul]       1.0.0cvs25.3
14090
14091         * src/folderview.c
14092         * src/headerview.c
14093         * src/summaryview.c
14094         * src/textview.c
14095         * src/gtk/colorlabel.c
14096                 third and final part of initial sync with main-gtk2
14097
14098 2005-02-03 [paul]       1.0.0cvs25.2
14099
14100         * src/jpilot.c
14101                 fix building with jpilot support
14102
14103 2005-02-02 [colin]      1.0.0cvs25.1
14104
14105         * src/messageview.c
14106                 Sync with HEAD (fix dangerous typo)
14107
14108 2005-02-01 [colin]      1.0.0cvs24.3
14109
14110         * src/common/xml.c
14111                 Write file as advertised (UTF-8)
14112
14113 2005-02-01 [paul]       1.0.0cvs24.2
14114
14115         * src/addrbook.c
14116         * src/addrindex.c
14117         * src/alertpanel.h
14118         * src/codeconv.c
14119         * src/codeconv.h
14120         * src/compose.c
14121         * src/export.c
14122         * src/folder_item_prefs.c
14123         * src/html.c
14124         * src/imap.c
14125         * src/import.c
14126         * src/jpilot.c
14127         * src/mainwindow.c
14128         * src/matcher_parser_lex.l
14129         * src/messageview.c
14130         * src/mh.c
14131         * src/prefs_account.c
14132         * src/prefs_actions.c
14133         * src/prefs_common.c
14134         * src/prefs_gtk.c
14135         * src/prefs_gtk.h
14136         * src/prefs_themes.c
14137         * src/procheader.c
14138         * src/procmime.c
14139         * src/sourcewindow.c
14140         * src/statusbar.c
14141         * src/summaryview.c
14142         * src/textview.c
14143         * src/toolbar.c
14144         * src/unmime.c
14145         * src/common/template.c
14146         * src/common/utils.c
14147         * src/common/xml.c
14148         * src/common/xml.h
14149         * src/gtk/gtkaspell.c
14150         * src/plugins/clamav/clamav_plugin.c
14151         * src/plugins/dillo_viewer/dillo_prefs.c
14152         * src/plugins/image_viewer/viewerprefs.c
14153         * src/plugins/pgpmime/passphrase.c
14154         * src/plugins/pgpmime/prefs_gpg.c
14155         * src/plugins/pgpmime/select-keys.c
14156         * src/plugins/spamassassin/spamassassin.c
14157                 second part of initial sync with main-gtk2
14158                 (more to follow)
14159
14160 2005-01-31 [colin]      1.0.0cvs24.1
14161
14162         * src/compose.c
14163                 Sync with HEAD
14164
14165 2005-01-29 [paul]       1.0.0cvs23.2
14166
14167         * src/account.c
14168         * src/action.c
14169         * src/addressadd.c
14170         * src/addressbook.c
14171         * src/alertpanel.c
14172         * src/compose.c
14173         * src/editaddress.c
14174         * src/editbook.c
14175         * src/editgroup.c
14176         * src/editjpilot.c
14177         * src/editldap.c
14178         * src/editldap_basedn.c
14179         * src/editvcard.c
14180         * src/export.c
14181         * src/foldersel.c
14182         * src/grouplistdialog.c
14183         * src/import.c
14184         * src/importldif.c
14185         * src/inc.c
14186         * src/main.c
14187         * src/mainwindow.c
14188         * src/message_search.c
14189         * src/messageview.c
14190         * src/mimeview.c
14191         * src/prefs_actions.c
14192         * src/prefs_common.c
14193         * src/prefs_common.h
14194         * src/prefs_customheader.c
14195         * src/prefs_display_header.c
14196         * src/prefs_filtering.c
14197         * src/prefs_filtering_action.c
14198         * src/prefs_gtk.c
14199         * src/prefs_matcher.c
14200         * src/prefs_summary_column.c
14201         * src/prefs_template.c
14202         * src/sourcewindow.c
14203         * src/summary_search.c
14204         * src/summaryview.c
14205         * src/textview.c
14206         * src/gtk/about.c
14207         * src/gtk/description_window.c
14208         * src/gtk/gtkshruler.c
14209         * src/gtk/gtkutils.c
14210         * src/gtk/gtkutils.h
14211         * src/gtk/inputdialog.c
14212         * src/gtk/logwindow.c
14213         * src/gtk/prefswindow.c
14214         * src/gtk/progressdialog.c
14215         * src/gtk/progressdialog.h
14216                 first part of initial sync with main-gtk2
14217                 (more to follow)
14218
14219 2005-01-28 [colin]      1.0.0cvs23.1
14220
14221         * src/folderview.c
14222                 Sync with HEAD
14223
14224 2005-01-27 [colin]      1.0.0cvs21.1
14225
14226         * src/folder.c
14227         * src/folderview.c
14228                 Sync with HEAD
14229
14230 2005-01-27 [colin]      1.0.0cvs19.1
14231
14232         * src/procmime.c
14233                 Sync with HEAD
14234
14235 2005-01-27 [colin]      1.0.0cvs18.1
14236
14237         * src/messageview.c
14238         * src/summaryview.c
14239         * src/mainwindow.c
14240         * src/compose.c
14241         * src/compose.h
14242         * src/procmsg.c
14243         * src/procmsg.h
14244         * src/toolbar.c
14245                 Sync with HEAD
14246
14247 2005-01-26 [paul]       1.0.0cvs15.2
14248
14249         * src/compose.c
14250                 compose_entries_set(): convert subject and body to
14251                 utf8 if necessary. patch by Felix Eckhofer
14252
14253 2005-01-26 [paul]       1.0.0cvs15.1
14254
14255         * configure.ac
14256         * src/common/template.c
14257                 sync with HEAD (fix memory leak)
14258
14259 2005-01-25 [paul]       1.0.0cvs14.1
14260
14261         * configure.ac
14262         * src/compose.c
14263                 sync with HEAD
14264
14265 2005-01-24 [colin]      1.0.0cvs13.1
14266
14267         * src/summaryview.c
14268                 Sync with HEAD
14269
14270 2005-01-24 [paul]       1.0.0cvs12.1
14271
14272         * configure.ac
14273         * src/messageview.c
14274         * src/mh.c
14275         * src/common/utils.c
14276                 sync with HEAD
14277
14278 2005-01-24 [colin]      1.0.0cvs11.1
14279
14280         * src/procheader.c
14281                 Sync with HEAD
14282
14283 2005-01-24 [colin]      1.0.0cvs10.1
14284
14285         * src/folderview.c
14286                 Sync with HEAD
14287
14288 2005-01-23 [colin]      1.0.0cvs9.1
14289
14290         * src/crash.c
14291                 Sync with HEAD
14292
14293 2005-01-22 [colin]      1.0.0cvs8.1
14294
14295         * src/summaryview.c
14296         * src/gtk/quicksearch.c
14297                 Sync with HEAD
14298
14299 2005-01-21 [colin]      1.0.0cvs7.1
14300
14301         * src/summaryview.c
14302                 Sync with HEAD
14303
14304 2005-01-21 [colin]      1.0.0cvs6.1
14305
14306         * src/summaryview.c
14307                 Sync with HEAD
14308
14309 2005-01-21 [colin]      1.0.0cvs5.1
14310
14311         * src/gtk/quicksearch.c
14312         * src/prefs_common.c
14313         * src/prefs_common.h
14314                 Sync with HEAD (recurse option)
14315
14316 2005-01-21 [colin]      1.0.0cvs4.1
14317
14318         * src/folder.h
14319         * src/folderview.c
14320         * src/folderview.h
14321         * src/summaryview.c
14322         * src/gtk/quicksearch.c
14323         * src/gtk/quicksearch.h
14324                 Sync with HEAD (recursive quicksearch)
14325
14326 2005-01-20 [colin]      1.0.0cvs3.4
14327
14328         * src/ssl_manager.c
14329                 Remove useless code
14330
14331 2005-01-20 [colin]      1.0.0cvs3.3
14332
14333         * src/ssl_manager.c
14334                 Fix leak, thanks to Alfons.
14335
14336 2005-01-20 [colin]      1.0.0cvs3.2
14337
14338         * src/ssl_manager.c
14339                 Port SSL certificate window to GTK2.
14340
14341 2005-01-20 [paul]       1.0.0cvs3.1
14342
14343         * ChangeLog.claws
14344         * configure.ac
14345         * src/addrindex.c
14346         * src/addrindex.h
14347                 sync with HEAD
14348
14349 2005-01-19 [colin]      1.0.0cvs2.2
14350
14351         * src/plugins/trayicon/trayicon.c
14352                 Fix freeze with gtk-2.6, the easy way
14353                 (signal blocking helpless there...)
14354                 Closes bug #668.
14355
14356 2005-01-19 [colin]      1.0.0cvs2.1
14357
14358         * src/mbox.c
14359         * src/mbox.h
14360         * src/mainwindow.c
14361         * src/summaryview.c
14362         * src/summaryview.h
14363                 Sync with HEAD
14364
14365 2005-01-19 [paul]       1.0.0cvs1.1
14366
14367         * configure.ac
14368         * po/de.po
14369         * po/es.po
14370         * po/fr.po
14371         * po/hr.po
14372         * po/it.po
14373         * po/ja.po
14374         * po/ko.po
14375         * po/pt_BR.po
14376         * po/ru.po
14377         * po/sk.po
14378         * po/sr.po
14379                 sync with HEAD (update translations)
14380
14381 2005-01-18 [colin]      1.0.0cvs0.1
14382
14383         * src/foldersel.c
14384                 Specify search column - patch by Alfons
14385
14386 2005-01-18 [colin]      0.9.13cvs36.3
14387
14388         * src/prefs_toolbar.c
14389                 Change Delete to Remove
14390         * src/prefs_fonts.c
14391                 GTK2 version and leak fixes
14392         * src/prefs_actions.c
14393                 Add stock buttons.
14394                 All patches by Alfons
14395
14396 2005-01-17 [colin]      0.9.13cvs36.2
14397
14398         * src/compose.c
14399                 Fix DnD inserting twice. While at it,
14400                 add DnD support for text/plain in the
14401                 body, and add support in the headers.
14402
14403 2005-01-16 [colin]      0.9.13cvs36.1
14404
14405         * ChangeLog
14406         * ChangeLog.jp
14407         * ChangeLog.claws
14408                 Sync with HEAD (nothing applicable)
14409
14410 2005-01-16 [colin]      0.9.13cvs33.2
14411
14412         * src/prefs_toolbar.c
14413                 GTK2ize prefs_toolbar, by Alfons.
14414
14415 2005-01-14 [colin]      0.9.13cvs33.1
14416
14417         * src/html.c
14418         * src/msgcache.c
14419                 Sync with HEAD
14420
14421 2005-01-14 [colin]      0.9.13cvs32.1
14422
14423         * src/html.c
14424         * src/html.h
14425         * src/msgcache.c
14426         * AUTHORS
14427         * tools/calypso_convert.pl
14428                 Sync with HEAD
14429
14430 2005-01-08 [colin]      0.9.13cvs29.2
14431
14432         * src/prefs_filtering_action.c
14433         * src/prefs_filtering.c
14434                 2 more gtk2 patches by Alfons
14435
14436 2005-01-07 [paul]       0.9.13cvs29.1
14437
14438         * ChangeLog
14439         * ChangeLog.claws
14440         * ChangeLog.jp
14441         * configure.ac
14442         * src/pop.c
14443         * src/pop.h
14444                 sync with HEAD
14445
14446 2005-01-07 [colin]      0.9.13cvs28.3
14447
14448         * src/gtk/progressdialog.c
14449         * src/gtk/progressdialog.h
14450         * src/inc.c
14451         * src/send_message.c
14452                 GTK2 for the incorporation dialog. The CList isn't dead
14453                 yet, for a more smooth migration. Patch by Alfons.
14454
14455 2005-01-06 [colin]      0.9.13cvs28.2
14456
14457         * src/prefs_display_header.c
14458                 GTK2 conversion by Alfons
14459         * src/prefs_actions.c
14460         * src/prefs_matcher.c
14461                 Fix 2 leaks - patch by Alfons
14462
14463 2005-01-06 [colin]      0.9.13cvs28.1
14464
14465         * src/prefs_matcher.c
14466                 Sync with HEAD
14467
14468 2005-01-06 [colin]      0.9.13cvs27.4
14469
14470         * src/prefs_matcher.c
14471                 Fix double-free. Patch by Alfons
14472
14473 2005-01-06 [colin]      0.9.13cvs27.3
14474
14475         * src/prefs_matcher.c
14476                 GTK2 widgets + memleak
14477                 Patch by Alfons
14478
14479 2005-01-05 [colin]      0.9.13cvs27.2
14480
14481         * src/account.c
14482         * src/addr_compl.c
14483         * src/foldersel.c
14484         * src/stock_pixmap.c
14485         * src/stock_pixmap.h
14486                 3 more GTK2 patches by Alfons.
14487
14488 2005-01-04 [colin]      0.9.13cvs27.1
14489
14490         * src/folderview.c
14491         * src/imap_gtk.c
14492         * src/news_gtk.c
14493                 Sync with HEAD
14494
14495 2005-01-04 [colin]      0.9.13cvs25.9
14496
14497         * src/compose.c
14498                 Fix Show Ruler menuitem
14499         * src/prefs_template.c
14500                 Convert to GTK2
14501         * src/common/utils.c
14502                 Make auto pointer stuff handles NULLs
14503                 Patches by Alfons.
14504
14505 2005-01-04 [colin]      0.9.13cvs25.8
14506
14507         * src/compose.c
14508                 Move the attachment list to gtk2
14509                 Patch by Alfons.
14510
14511 2005-01-04 [colin]      0.9.13cvs25.7
14512
14513         * src/textview.c
14514                 Make some keys work again
14515                 Patch by SungHyun Nam <namsh@kldp.org>
14516
14517 2005-01-04 [colin]      0.9.13cvs25.6
14518
14519         * src/gtk/gtkshruler.c
14520                 Move the ruler to GTK2
14521                 Patch by Alfons
14522
14523 2005-01-03 [colin]      0.9.13cvs25.5
14524
14525         * src/compose.c
14526                 Fix my broken patch apply 
14527
14528 2005-01-03 [colin]      0.9.13cvs25.4
14529
14530         * src/common/utils.c
14531         * src/common/utils.h
14532         * src/gtk/prefswindow.c
14533                 Move auto pointer stuff to utils.c
14534                 Patch by Alfons again :)
14535
14536 2005-01-03 [colin]      0.9.13cvs25.3
14537
14538         * src/compose.c
14539         * src/prefs_gtk.c
14540         * src/prefs_template.c
14541         * src/textview.c
14542                 Empty text widgets with empty strings, not NULL char
14543                 Patch by SungHyun Nam <namsh@kldp_org>
14544
14545 2005-01-03 [colin]      0.9.13cvs25.2
14546
14547         * src/main.c
14548         * AUTHORS
14549                 Sync with HEAD
14550
14551 2005-01-03 [colin]      0.9.13cvs25.1
14552
14553         * src/pop.c
14554         * src/pop.h
14555                 Sync with HEAD
14556
14557 2005-01-03 [colin]      0.9.13cvs24.3
14558
14559         * src/account.c
14560                 Two patches from Alfons and Alex S Moore:
14561                 fix images, fix return value.
14562
14563 2005-01-01 [colin]      0.9.13cvs24.2
14564
14565         * src/prefs_actions.c
14566                 Fix over-zealous assertion. Patch by Alfons
14567
14568 2005-01-01 [colin]      0.9.13cvs24.1
14569
14570         * src/procmime.c
14571                 Sync with HEAD (leak fix)
14572
14573 2004-12-31 [colin]      0.9.13cvs23.2
14574
14575         * src/prefs_common.c
14576                 GTK2 widgets + stock buttons - patch by Alfons
14577
14578 2004-12-31 [paul]       0.9.13cvs23.1
14579
14580         * configure.ac
14581                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14582         * src/gtk/pluginwindow.c
14583                 use GTK2 widgets and plug memory leaks,
14584                 patches by Alfons
14585
14586 2004-12-30 [colin]      0.9.13cvs22.4
14587
14588         * src/account.c
14589         * src/action.c
14590         * src/export.c
14591         * src/foldersel.c
14592         * src/import.c
14593         * src/message_search.c
14594         * src/prefs_actions.c
14595         * src/prefs_common.c
14596         * src/prefs_customheader.c
14597         * src/prefs_filtering.c
14598         * src/prefs_summary_column.c
14599         * src/summary_search.c
14600         * src/gtk/about.c
14601         * src/gtk/description_window.c
14602         * src/gtk/gtkutils.c
14603         * src/gtk/gtkutils.h
14604         * src/gtk/inputdialog.c
14605         * src/gtk/prefswindow.c
14606                 Use GTK2 stock buttons. Patches by Alfons.
14607
14608 2004-12-30 [colin]      0.9.13cvs22.3
14609
14610         * src/account.c
14611                 Sync with HEAD
14612         * src/prefs_actions.c
14613         * src/prefs_customheader.c
14614         * src/prefs_filtering.c
14615         * src/prefs_msg_colors.c
14616         * src/prefs_summary_column.c
14617         * src/gtk/prefswindow.c
14618                 Use GtkTreeView instead of deprecated 
14619                 widgets. Patches by Alfons.
14620
14621 2004-12-30 [paul]       0.9.13cvs22.2
14622
14623         * src/foldersel.c
14624                 use GTK 2 Tree View
14625                 patch by Alfons, with root folder sorting fix
14626                 by Stephan Sachse
14627
14628 2004-12-30 [paul]       0.9.13cvs22.1
14629
14630         * ChangeLog
14631         * ChangeLog.claws
14632         * ChangeLog.jp
14633         * NEWS
14634         * configure.ac
14635         * src/account.c
14636                 sync with HEAD
14637
14638 2004-12-22 [martin]     0.9.13cvs21.2
14639
14640         * src/action.c
14641                 free the command line after its use
14642
14643 2004-12-18 [paul]       0.9.13cvs21.1
14644
14645         * AUTHORS
14646         * ChangeLog
14647         * ChangeLog.claws
14648         * ChangeLog.jp
14649         * NEWS
14650         * configure.ac
14651         * src/action.c
14652         * src/compose.c
14653         * src/syldap.c
14654                 sync with HEAD
14655
14656 2004-12-17 [martin]     0.9.13cvs17.2
14657
14658         * src/action.c
14659                 convert actions input to locale
14660         * src/inc.c
14661                 convert notification command to locale
14662         * src/plugins/pgpmime/select-keys.c
14663                 convert attributes to utf8
14664
14665 2004-12-14 [colin]      0.9.13cvs17.1
14666
14667         * ChangeLog
14668         * ChangeLog.jp
14669         * ChangeLog.claws
14670         * src/action.c
14671         * src/common/utils.c
14672         * src/gtk/prefswindow.c
14673         * src/gtk/gtkutils.c
14674         * src/gtk/gtkutils.h
14675         * src/plugins/spamassassin/libspamc.c
14676                 Sync with HEAD
14677
14678 2004-12-13 [colin]      0.9.13cvs14.1
14679
14680         * src/quote_fmt_parse.y
14681                 Sync with HEAD
14682
14683 2004-12-10 [colin]      0.9.13cvs12.1
14684
14685         * src/prefs_themes.c
14686         * src/mainwindow.c
14687         * src/messageview.c
14688                 Sync with HEAD
14689
14690 2004-12-09 [colin]      0.9.13cvs10.1
14691
14692         * src/procmime.c
14693                 Sync with HEAD (fix B64 encoding from memory)
14694
14695 2004-12-08 [colin]      0.9.13cvs9.1
14696
14697         * src/gtk/colorlabel.c
14698                 Sync with HEAD
14699
14700 2004-12-08 [paul]       0.9.13cvs8.2
14701
14702         * src/gtk/pluginwindow.c
14703                 fix window resizing oddities
14704
14705 2004-12-08 [colin]      0.9.13cvs8.1
14706
14707         * src/quote_fmt_parse.y
14708                 Sync with HEAD
14709
14710 2004-12-08 [colin]      0.9.13cvs7.1
14711
14712         * src/matcher_parser_parse.y
14713         * src/msgcache.c
14714         * src/prefs_matcher.c
14715         * src/procheader.c
14716         * src/matcher.c
14717         * src/common/defs.h
14718         * po/sr.po
14719                 Sync with HEAD
14720
14721 2004-12-08 [colin]      0.9.13cvs6.1
14722
14723         * src/quote_fmt_parse.y
14724         * src/textview.c
14725                 Sync with HEAD
14726         * src/gtk/prefswindow.c
14727         * src/gtk/pluginwindow.c
14728                 Fix G_CALLBACKS protos (thanks to Alfons)
14729
14730 2004-12-07 [torte]      0.9.13cvs2.2
14731
14732         * src/procmime.c
14733                 [Bug 650] reply button causes crash
14734                 Thanks to David Relson and Christoph
14735
14736 2004-12-07 [colin]      0.9.13cvs2.1
14737
14738         * ChangeLog.claws
14739         * AUTHORS
14740         * po/sk.po
14741         * src/procmime.c
14742         * src/prefs_account.c
14743         * src/common/smtp.c
14744         * src/common/smtp.h
14745                 Sync with HEAD
14746
14747 2004-12-06 [colin]      0.9.12cvs187.1
14748
14749         * ChangeLog.claws
14750         * INSTALL
14751         * Makefile.am
14752         * README.claws
14753         * TODO.claws
14754         * configure.ac
14755         * po/bg.po
14756         * po/cs.po
14757         * po/el.po
14758         * po/en_GB.po
14759         * po/es.po
14760         * po/fr.po
14761         * po/hr.po
14762         * po/hu.po
14763         * po/it.po
14764         * po/ja.po
14765         * po/ko.po
14766         * po/nl.po
14767         * po/pl.po
14768         * po/pt_BR.po
14769         * po/ru.po
14770         * po/sk.po
14771         * po/sr.po
14772         * po/sv.po
14773         * po/zh_CN.po
14774         * po/zh_TW.Big5.po
14775         * src/compose.c
14776         * tools/Makefile.am
14777         * tools/README
14778         * tools/filter_conv.pl
14779         * tools/kdeservicemenu/README
14780         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14781         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14782                 Sync with HEAD
14783
14784 2004-12-04 [colin]      0.9.12cvs183.1
14785
14786         * src/compose.c
14787                 Sync with HEAD (compose window position saving)
14788
14789 2004-12-04 [paul]       0.9.12cvs182.3
14790
14791         * src/messageview.c
14792         * src/mimeview.c
14793         * src/prefs_customheader.c
14794         * src/gtk/quicksearch.c
14795                 replace some forgotten GTK_SIGNAL_FUNCs
14796
14797 2004-12-04 [paul]       0.9.12cvs182.2
14798
14799         * src/Makefile.am
14800                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14801                 committed in error      
14802
14803 2004-12-04 [paul]       0.9.12cvs182.1
14804
14805         * ChangeLog
14806         * ChangeLog.claws
14807         * ChangeLog.jp
14808         * INSTALL
14809         * NEWS
14810         * README
14811         * README.jp
14812         * configure.ac
14813         * doc/manual/ja/Makefile.am
14814         * doc/manual/ja/sylpheed-1.html
14815         * doc/manual/ja/sylpheed-10.html
14816         * doc/manual/ja/sylpheed-11.html
14817         * doc/manual/ja/sylpheed-12.html
14818         * doc/manual/ja/sylpheed-13.html
14819         * doc/manual/ja/sylpheed-14.html
14820         * doc/manual/ja/sylpheed-15.html
14821         * doc/manual/ja/sylpheed-16.html
14822         * doc/manual/ja/sylpheed-17.html
14823         * doc/manual/ja/sylpheed-18.html
14824         * doc/manual/ja/sylpheed-19.html
14825         * doc/manual/ja/sylpheed-2.html
14826         * doc/manual/ja/sylpheed-20.html
14827         * doc/manual/ja/sylpheed-3.html
14828         * doc/manual/ja/sylpheed-4.html
14829         * doc/manual/ja/sylpheed-5.html
14830         * doc/manual/ja/sylpheed-6.html
14831         * doc/manual/ja/sylpheed-7.html
14832         * doc/manual/ja/sylpheed-8.html
14833         * doc/manual/ja/sylpheed-9.html
14834         * doc/manual/ja/sylpheed.html
14835         * doc/manual/ja/sylpheed.sgml
14836         * po/de.po
14837         * src/Makefile.am
14838         * src/compose.c
14839         * src/procmime.c
14840         * src/pixmaps/regular.xpm **REMOVED**
14841         * src/plugins/pgpmime/pgpmime.c
14842         * src/plugins/pgpmime/plugin.c
14843         * src/plugins/pgpmime/prefs_gpg.c
14844                 sync with HEAD
14845
14846 2004-12-03 [paul]       0.9.12cvs180.1
14847
14848         * ChangeLog
14849         * ChangeLog.claws
14850         * ChangeLog.jp
14851         * configure.ac
14852         * src/Makefile.am
14853         * src/pop.c
14854         * src/common/utils.c
14855         * src/common/utils.h
14856         * src/pixmaps/continue.xpm
14857         * src/pixmaps/dir_close.xpm
14858         * src/pixmaps/dir_open.xpm
14859         * src/pixmaps/drafts_close.xpm
14860         * src/pixmaps/drafts_open.xpm
14861         * src/pixmaps/folder.xpm **REMOVED**
14862         * src/pixmaps/group.xpm
14863         * src/pixmaps/unread.xpm
14864                 sync with HEAD
14865
14866 2004-12-02 [colin]      0.9.12cvs179.1
14867
14868         * src/compose.c
14869                 Sync with HEAD (non-duplicated reedition)
14870
14871 2004-12-02 [colin]      0.9.12cvs178.1
14872
14873         * src/compose.c
14874                 Sync with HEAD (linewrap_quote fix)
14875
14876 2004-12-01 [colin]      0.9.12cvs177.3
14877
14878         * src/addrharvest.c
14879                 Replace sizeof with strlen
14880
14881 2004-12-01 [paul]       0.9.12cvs177.2
14882
14883         * src/addrharvest.c
14884                 fix 'harvest addresses'
14885
14886 2004-11-30 [colin]      0.9.12cvs177.1
14887
14888         * src/gtk/prefswindow.c
14889         * src/gtk/pluginwindow.c
14890                 Sync with HEAD
14891
14892 2004-11-29 [colin]      0.9.12cvs176.1
14893
14894         * src/folderview.c
14895                 sync with HEAD (Fix disappearing separators in folderview's popup)
14896
14897 2004-11-29 [colin]      0.9.12cvs175.1
14898
14899         * src/procmime.c
14900                 Sync with head (another format fix)
14901
14902 2004-11-29 [colin]      0.9.12cvs174.1
14903
14904         * src/pop.c
14905                 Sync with HEAD (format string fix)
14906
14907 2004-11-26 [colin]      0.9.12cvs173.1
14908
14909         * src/common/smtp.c
14910         * src/common/smtp.h
14911                 Sync with HEAD
14912
14913 2004-11-24 [colin]      0.9.12cvs172.1
14914
14915         * src/plugins/pgpmime/pgpmime.c
14916                 Sync with HEAD
14917
14918 2004-11-24 [colin]      0.9.12cvs171.1
14919
14920         * src/plugins/pgpmime/pgpmime.c
14921                 Sync with head (gpgmectx leaks)
14922
14923 2004-11-24 [colin]      0.9.12cvs169.1
14924
14925         * src/plugins/pgpmime/plugin.c
14926         * src/plugins/trayicon/Makefile.am
14927         * src/plugins/trayicon/newmarkedmail.xpm
14928         * src/plugins/trayicon/trayicon.c
14929         * src/plugins/trayicon/unreadmarkedmail.xpm
14930                 Sync with HEAD
14931
14932 2004-11-23 [colin]      0.9.12cvs168.1
14933
14934         * src/partial_download.c
14935         * src/partial_download.h
14936         * src/plugins/pgpmime/plugin.c
14937                 Sync with HEAD
14938
14939 2004-11-23 [colin]      0.9.12cvs166.1
14940
14941         * src/Makefile.am
14942         * src/codeconv.c
14943         * src/compose.c
14944         * src/folderview.c
14945         * src/main.c
14946         * src/partial_download.c
14947         * src/partial_download.h
14948         * src/prefs_account.c
14949         * src/prefs_account.h
14950         * src/privacy.c
14951         * src/privacy.h
14952         * src/procmime.c
14953         * src/common/Makefile.am
14954         * src/common/base64.h
14955         * src/common/partial_download.c
14956         * src/common/partial_download.h
14957         * src/gtk/prefswindow.c
14958         * src/gtk/prefswindow.h
14959         * src/plugins/pgpmime/pgpmime.c
14960         * src/plugins/pgpmime/prefs_gpg.c
14961         * src/plugins/pgpmime/prefs_gpg.h
14962         * src/plugins/pgpmime/sgpgme.c
14963         * src/plugins/pgpmime/sgpgme.h
14964                 Sync with HEAD
14965
14966 2004-11-23 [colin]      0.9.12cvs163.1
14967
14968         * src/main.c
14969                 Sync with HEAD (cursor optimization)
14970
14971 2004-11-23 [colin]      0.9.12cvs162.1
14972
14973         * src/prefs_common.c
14974         * src/prefs_themes.c
14975         * src/procmsg.c
14976                 Sync with HEAD
14977
14978 2004-11-23 [colin]      0.9.12cvs158.9
14979
14980         * src/compose.c
14981                 Fix double-free when forwarding
14982         * src/msgcache.c
14983                 Fix leak on error path
14984                 
14985
14986 2004-11-23 [colin]      0.9.12cvs158.8
14987
14988         * src/compose.c
14989                 Fix possible double-free
14990                 Spotted by Alfons
14991
14992 2004-11-23 [colin]      0.9.12cvs158.7
14993
14994         * src/compose.c
14995                 Fix some signal handlers' prototypes
14996                 Spotted by Alfons
14997
14998 2004-11-22 [colin]      0.9.12cvs158.6
14999
15000         * src/compose.c
15001                 Remove unneeded code and duplicated
15002                 wrapping - patch by Alfons
15003
15004 2004-11-22 [colin]      0.9.12cvs158.5
15005
15006         * src/prefs_themes.c
15007                 Fix oversized selector
15008
15009 2004-11-22 [colin]      0.9.12cvs158.4
15010
15011         * src/compose.c
15012                 fix dump_text()
15013                 patch by Alfons
15014
15015 2004-11-19 [colin]      0.9.12cvs158.3
15016
15017         * src/textview.c
15018                 Add a context menu on links (open, copy)
15019
15020 2004-11-18 [paul]       0.9.12cvs158.2
15021
15022         * src/addrgather.c
15023         * src/exphtmldlg.c
15024         * src/expldifdlg.c
15025         * src/mimeview.c
15026         * src/prefs_common.c
15027         * src/plugins/image_viewer/viewer.c
15028         * src/plugins/spamassassin/spamassassin_gtk.c
15029                 replace deprecated gtk_notebook_set_page
15030                 and gtk_notebook_current_page
15031
15032 2004-11-18 [paul]       0.9.12cvs158.1
15033
15034         * configure.ac
15035         * src/compose.c
15036         * src/mainwindow.c
15037         * src/messageview.c
15038         * src/prefs_common.c
15039         * src/common/utils.c
15040         * src/common/utils.h
15041                 sync with HEAD
15042
15043 2004-11-17 [colin]      0.9.12cvs156.1
15044
15045         * src/prefs_account.c
15046         * src/prefs_account.h
15047         * src/procmsg.c
15048                 Sync with HEAD (add pref to store encrypted mails encrypted)
15049
15050 2004-11-17 [paul]       0.9.12cvs155.1
15051
15052         * ChangeLog
15053         * ChangeLog.claws
15054         * ChangeLog.jp
15055         * NEWS
15056         * configure.ac
15057         * src/compose.c
15058         * src/jpilot.c
15059         * src/privacy.c
15060         * src/procmime.c
15061         * src/procmime.h
15062         * src/procmsg.c
15063         * src/toolbar.c
15064         * src/pixmaps/error.xpm
15065                 sync with HEAD
15066
15067 2004-11-17 [colin]      0.9.12cvs151.1
15068
15069         * src/plugins/pgpmime/pgpmime.c
15070                 Sync with HEAD (remove debug printf)
15071
15072 2004-11-17 [colin]      0.9.12cvs150.1
15073
15074         * src/plugins/pgpmime/pgpmime.c
15075                 Sync with HEAD (off-by-one fix)
15076
15077 2004-11-17 [colin]      0.9.12cvs149.1
15078
15079         * src/procmsg.c
15080                 Sync with HEAD (coding style fixes)
15081
15082 2004-11-16 [colin]      0.9.12cvs148.1
15083
15084         * src/procmsg.c
15085                 Sync with head (Fix the fix)
15086
15087 2004-11-16 [colin]      0.9.12cvs147.1
15088
15089         * src/procmsg.c
15090                 Sync with Main (leak fix)
15091
15092 2004-11-16 [colin]      0.9.12cvs146.14
15093
15094         * src/compose.c
15095                 Remove useless chunk of code
15096                 Patch by Alfons
15097
15098 2004-11-15 [colin]      0.9.12cvs146.13
15099
15100         * src/compose.c
15101                 Fix drafting after insertion
15102                 Patch by Alfons
15103
15104 2004-11-15 [colin]      0.9.12cvs146.12
15105
15106         * src/compose.c
15107         * src/prefs_filtering.c
15108         * src/prefs_filtering_action.c
15109         * src/prefs_toolbar.c
15110                 Fix some const-correctness
15111
15112 2004-11-15 [colin]      0.9.12cvs146.11
15113
15114         * src/summaryview.c
15115         * src/prefs_themes.c
15116         * src/messageview.c
15117                 Fix some leaks
15118
15119 2004-11-15 [colin]      0.9.12cvs146.10
15120
15121         * src/codeconv.c
15122                 More unreadable locale fixes
15123
15124 2004-11-14 [colin]      0.9.12cvs146.9
15125
15126         * src/textview.c
15127                 Fix uri_security_check
15128                 Patch by Alfons
15129
15130 2004-11-13 [paul]       0.9.12cvs146.8
15131
15132         * src/folder.c
15133         * src/procmime.c
15134                 fix 2 bugs introduced in last commit
15135
15136 2004-11-13 [paul]       0.9.12cvs146.7
15137
15138         * src/compose.c
15139         * src/exporthtml.c
15140         * src/exportldif.c
15141         * src/folder.c
15142         * src/imap.c
15143         * src/imap_gtk.c
15144         * src/main.c
15145         * src/mainwindow.c
15146         * src/messageview.c
15147         * src/mh_gtk.c
15148         * src/prefs_themes.c
15149         * src/procmime.c
15150         * src/setup.c
15151         * src/summaryview.c
15152                 replace deprecated g_basename
15153
15154 2004-11-13 [paul]       0.9.12cvs146.6
15155
15156         * src/compose.c
15157         * src/imap.c
15158         * src/matcher_parser.h
15159         * src/matcher_parser_parse.y
15160         * src/prefs_filtering.c
15161         * src/prefs_filtering_action.c
15162         * src/prefs_themes.c
15163         * src/prefs_toolbar.c
15164         * src/common/utils.c
15165                 various small fixes/cleanups
15166
15167 2004-11-12 [colin]      0.9.12cvs146.5
15168
15169         * src/textview.c
15170                 Validate event's origin on visibility notify
15171                 Patch by Alfons.
15172
15173 2004-11-12 [paul]       0.9.12cvs146.4
15174
15175         * src/exporthtml.c
15176         * src/exportldif.c
15177         * src/imap.c
15178         * src/mh.c
15179         * src/mimeview.c
15180         * src/prefs_spelling.c
15181         * src/prefs_themes.c
15182                 replace deprecated g_dirname    
15183
15184 2004-11-12 [colin]      0.9.12cvs146.3
15185
15186         * src/textview.c
15187                 Some coding style fixes
15188
15189 2004-11-12 [colin]      0.9.12cvs146.2
15190
15191         * src/codeconv.c
15192                 We want to replace _all_ extended chars in
15193                 conv_unreadable_*, because any string containing
15194                 extended chars not parsing as UTF8 is 
15195                 undisplayed on gtk2.
15196
15197 2004-11-12 [paul]       0.9.12cvs146.1
15198
15199         * ChangeLog
15200         * ChangeLog.claws
15201         * ChangeLog.jp
15202         * NEWS
15203         * configure.ac
15204         * src/account.c
15205         * src/folderview.c
15206         * src/folderview.h
15207         * src/imap.c
15208         * src/imap_gtk.c
15209         * src/inc.c
15210         * src/mainwindow.c
15211         * src/mh_gtk.c
15212         * src/news_gtk.c
15213         * src/pop.c
15214         * src/prefs_account.c
15215         * src/prefs_account.h
15216         * src/prefs_ext_prog.c
15217         * src/procmime.c
15218         * src/procmime.h
15219         * src/procmsg.c
15220         * src/procmsg.h
15221         * src/summary_search.c
15222         * src/summaryview.c
15223         * src/textview.c
15224         * src/common/defs.h
15225         * src/common/utils.c
15226         * src/common/utils.h
15227         * src/gtk/menu.c
15228         * src/gtk/menu.h
15229                 sync with HEAD
15230
15231 2004-11-11 [colin]      0.9.12cvs144.2
15232
15233         * src/textview.c
15234                 Fix URI range selection (patch by Alfons)
15235
15236 2004-11-09 [colin]      0.9.12cvs144.1
15237
15238         * ChangeLog.claws
15239         * src/compose.c
15240         * src/folder.c
15241         * src/folder_item_prefs.c
15242         * src/prefs_account.c
15243         * src/prefs_account.h
15244         * src/plugins/pgpmime/pgpmime.c
15245                 Sync with HEAD
15246
15247 2004-11-08 [colin]      0.9.12cvs143.1
15248
15249         * src/summaryview.c
15250                 Sync with HEAD (optimize quicksearch)
15251
15252 2004-11-08 [colin]      0.9.12cvs142.2
15253
15254         * src/compose.c
15255                 Don't wrap when Edit/Auto wrapping is disabled
15256
15257 2004-11-08 [colin]      0.9.12cvs142.1
15258
15259         * src/textview.c
15260                 Sync with HEAD
15261
15262 2004-11-08 [colin]      0.9.12cvs141.1
15263
15264         * src/textview.c
15265                 Sync with HEAD (fix some mail URIs)
15266
15267 2004-11-08 [colin]      0.9.12cvs140.3
15268
15269         * src/textview.c
15270                 o Use text cursor instead of arrow when
15271                   not on a link
15272                 o Fix handling of contiguous links (as in
15273                   "colin@colino.net" <colin@colino.net>)
15274                   This one unveils a bug in get_email_part()
15275
15276 2004-11-07 [colin]      0.9.12cvs140.2
15277
15278         * src/textview.c
15279                 Fix memleak. Patch by Alfons.
15280
15281 2004-11-06 [colin]      0.9.12cvs140.1
15282
15283         * src/compose.c
15284                 Sync with HEAD (don't ask passphrase
15285                 when drafting)
15286
15287 2004-11-06 [paul]       0.9.12cvs139.2
15288
15289         * AUTHORS
15290         * src/textview.c
15291         * src/textview.h
15292                 textview URI handling. hovering over a 
15293                 link displays it in the status bar,
15294                 and changes the mouse pointer to a hand 
15295                 cursor. a link is activated with a single 
15296                 click. (Modified from the) patch by Jean-Yves 
15297                 Lefort <jylefort@users.sourceforge.net>
15298                 
15299
15300 2004-11-05 [colin]      0.9.12cvs139.1
15301
15302         * src/compose.c
15303         * src/procmime.c
15304                 Sync with HEAD again ^^
15305
15306 2004-11-05 [colin]      0.9.12cvs139.1
15307
15308         * src/compose.c
15309         * src/procmime.c
15310                 Sync with HEAD
15311
15312 2004-11-03 [paul]       0.9.12cvs138.1
15313
15314         * ChangeLog.claws
15315         * configure.ac
15316         * po/POTFILES.in
15317         * src/prefs_ext_prog.c
15318         * src/procmime.c
15319         * tools/kdeservicemenu/README
15320         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15321         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15322                 sync with HEAD
15323
15324 2004-11-01 [christoph]  0.9.12cvs136.2
15325
15326         * src/procmime.c
15327                 convert MIME parameters to UTF-8
15328
15329 2004-10-29 [colin]      0.9.12cvs136.1
15330
15331         * src/common/utils.c
15332                 Sync with HEAD (don't use '=' in mime boundary)
15333
15334 2004-10-29 [paul]       0.9.12cvs135.1
15335
15336         * configure.ac
15337         * doc/src/rfc2231.txt
15338         * src/procmime.c
15339         * src/common/quoted-printable.c
15340         * src/common/utils.c
15341         * src/common/utils.h
15342                 sync with HEAD
15343
15344 2004-10-27 [paul]       0.9.12cvs134.1
15345
15346         * configure.ac
15347         * src/main.c
15348         * src/procmime.c
15349         * src/plugins/pgpmime/pgpmime.c
15350                 sync with HEAD
15351
15352 2004-10-26 [paul]       0.9.12cvs132.3
15353
15354         * src/account.c
15355         * src/addressbook.c
15356         * src/addrgather.c
15357         * src/addrharvest.c
15358         * src/codeconv.c
15359         * src/compose.c
15360         * src/customheader.c
15361         * src/editaddress.c
15362         * src/editgroup.c
15363         * src/enriched.c
15364         * src/expldifdlg.c
15365         * src/exporthtml.c
15366         * src/exportldif.c
15367         * src/folder.c
15368         * src/foldersel.c
15369         * src/folderview.c
15370         * src/grouplistdialog.c
15371         * src/html.c
15372         * src/imap.c
15373         * src/jpilot.c
15374         * src/ldapserver.c
15375         * src/ldif.c
15376         * src/mimeview.c
15377         * src/news.c
15378         * src/news_gtk.c
15379         * src/pop.c
15380         * src/prefs_display_header.c
15381         * src/prefs_gtk.c
15382         * src/prefs_msg_colors.c
15383         * src/prefs_toolbar.c
15384         * src/procheader.c
15385         * src/procmime.c
15386         * src/summaryview.c
15387         * src/textview.c
15388         * src/toolbar.c
15389         * src/vcard.c
15390         * src/common/mgutils.c
15391         * src/common/nntp.c
15392         * src/common/smtp.c
15393         * src/common/template.c
15394         * src/common/utils.c
15395         * src/common/xmlprops.c
15396         * src/plugins/pgpmime/pgpmime.c
15397         * src/plugins/pgpmime/select-keys.c
15398         * src/plugins/pgpmime/sgpgme.c
15399                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15400                 g_string_sprintfa(), gtk_notebook_current_page()
15401
15402 2004-10-26 [colin]      0.9.12cvs132.2
15403
15404         * src/prefs_folder_item.c
15405                 Fix default-account selection
15406
15407 2004-10-21 [colin]      0.9.12cvs133
15408
15409         * src/compose.c
15410                 Sync with HEAD (Remove extra separator in compose's Options)
15411         * src/textview.c
15412                 Set wrapping to char
15413
15414 2004-10-21 [paul]       0.9.12cvs131.2
15415
15416         * src/compose.c
15417         * src/sourcewindow.c
15418                 fix wrapping
15419                 fix window shrinking 
15420
15421 2004-10-21 [colin]      0.9.12cvs131.1
15422
15423         * ChangeLog.claws
15424         * src/compose.c
15425                 Sync with HEAD
15426
15427 2004-10-21 [paul]       0.9.12cvs130.2
15428
15429         * src/prefs_folder_item.c
15430                 sync with HEAD (Apply to subfolders)
15431
15432 2004-10-19 [colin]      0.9.12cvs130.1
15433
15434         * ChangeLog.claws
15435         * src/compose.c
15436         * src/common/utils.c
15437         * src/gtk/menu.c
15438                 Sync with HEAD
15439
15440 2004-10-19 [colin]      0.9.12cvs128.1
15441
15442         * src/addrbook.c
15443         * src/addrcache.c
15444         * src/addressbook.c
15445         * src/codeconv.c
15446         * src/compose.c
15447         * src/customheader.c
15448         * src/editaddress.c
15449         * src/editgroup.c
15450         * src/exporthtml.c
15451         * src/folder.c
15452         * src/folderview.c
15453         * src/imap.c
15454         * src/jpilot.c
15455         * src/main.c
15456         * src/matcher_parser_parse.y
15457         * src/mbox.c
15458         * src/pop.c
15459         * src/prefs_account.c
15460         * src/prefs_gtk.c
15461         * src/prefs_msg_colors.c
15462         * src/procheader.c
15463         * src/procmime.c
15464         * src/procmime.h
15465         * src/procmsg.c
15466         * src/summaryview.c
15467         * src/textview.c
15468         * src/common/base64.c
15469         * src/common/partial_download.c
15470         * src/common/socket.c
15471         * src/common/sylpheed.c
15472         * src/common/utils.c
15473         * src/common/utils.h
15474         * src/gtk/pluginwindow.c
15475         * src/gtk/quicksearch.c
15476         * src/plugins/clamav/clamav_plugin.c
15477         * src/plugins/clamav/clamav_plugin.h
15478         * src/plugins/clamav/clamav_plugin_gtk.c
15479         * src/plugins/pgpmime/passphrase.c
15480         * src/plugins/pgpmime/pgpmime.c
15481         * src/plugins/pgpmime/plugin.c
15482         * src/plugins/pgpmime/prefs_gpg.c
15483         * src/plugins/pgpmime/prefs_gpg.h
15484         * src/plugins/pgpmime/select-keys.c
15485         * src/plugins/pgpmime/sgpgme.c
15486         * src/plugins/spamassassin/libspamc.c
15487         * src/plugins/spamassassin/spamassassin.c
15488         * src/plugins/spamassassin/spamassassin.h
15489         * src/plugins/spamassassin/spamassassin_gtk.c
15490         * src/plugins/trayicon/trayicon.c
15491         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15492                 Sync with HEAD
15493
15494 2004-10-14 [colin]      0.9.12cvs126.2
15495
15496         * src/codeconv.c
15497         * src/textview.c
15498                 Fix conv_unreadable_locale
15499
15500 2004-10-13 [colin]      0.9.12cvs126.1
15501
15502         * src/compose.c
15503                 Sync with HEAD (don't convert charset for 
15504                 drafted messages, minor cleanup)
15505
15506 2004-10-13 [colin]      0.9.12cvs125.1
15507
15508         * po/POTFILES.in
15509                 Sync with HEAD (POTFILES fix)
15510
15511 2004-10-12 [colin]      0.9.12cvs124.3
15512
15513         * src/compose.c
15514                 Fix encoding bug from latest sync
15515
15516 2004-10-12 [paul]       0.9.12cvs124.2
15517
15518         * src/plugins/pgpmime/prefs_gpg.c
15519         * src/plugins/pgpmime/prefs_gpg.h
15520                 forgotten in last commit        
15521
15522 2004-10-12 [paul]       0.9.12cvs124.1
15523
15524         * ChangeLog.claws
15525         * configure.ac
15526         * m4/spamassassin.m4
15527         * src/Makefile.am
15528         * src/account.c
15529         * src/compose.c
15530         * src/compose.h
15531         * src/crash.c
15532         * src/main.c
15533         * src/mimeview.c
15534         * src/passphrase.c
15535         * src/passphrase.h
15536         * src/prefs_account.c
15537         * src/prefs_account.h
15538         * src/prefs_common.c
15539         * src/privacy.c
15540         * src/privacy.h
15541         * src/procmime.c
15542         * src/procmime.h
15543         * src/procmsg.c
15544         * src/rfc2015.c
15545         * src/rfc2015.h
15546         * src/select-keys.c
15547         * src/select-keys.h
15548         * src/textview.c
15549         * src/common/utils.c
15550         * src/common/utils.h
15551         * src/gtk/about.c
15552         * src/plugins/pgpmime/Makefile.am
15553         * src/plugins/pgpmime/passphrase.c
15554         * src/plugins/pgpmime/passphrase.h
15555         * src/plugins/pgpmime/pgpmime.c
15556         * src/plugins/pgpmime/plugin.c
15557         * src/plugins/pgpmime/select-keys.c
15558         * src/plugins/pgpmime/select-keys.h
15559         * src/plugins/pgpmime/sgpgme.c
15560         * src/plugins/pgpmime/sgpgme.h
15561                 sync with HEAD
15562
15563 2004-10-04 [colin]      0.9.12cvs122.1
15564
15565         * src/mainwindow.c
15566         * src/messageview.c
15567         * src/messageview.h
15568         * src/textview.c
15569                 Sync with HEAD
15570
15571 2004-10-04 [colin]      0.9.12cvs121.1
15572
15573         * src/summaryview.c
15574                 Sync with HEAD
15575
15576 2004-10-04 [paul]       0.9.12cvs120.1
15577
15578         * configure.ac
15579                 sync with HEAD [don't try to build 
15580                 pgpmime plugin when gpgme is disabled]
15581
15582 2004-10-03 [colin]      0.9.12cvs119.3
15583
15584         * src/gtk/gtksctree.c
15585                 Lots of side effects. Put back as before 117.2.
15586         * src/summaryview.c
15587                 Fix bug #602
15588
15589 2004-10-03 [colin]      0.9.12cvs119.2
15590
15591         * src/gtk/gtksctree.c
15592                 Revert 608 fix that doesn't work that good
15593
15594 2004-10-02 [colin]      0.9.12cvs119.1
15595
15596         * src/mainwindow.c
15597         * src/messageview.c
15598         * src/prefs_common.h
15599         * src/procmime.c
15600         * src/procmime.h
15601         * src/textview.c
15602                 Sync with HEAD
15603         * src/gtk/gtksctree.c
15604                 Close bug #608
15605
15606 2004-10-01 [colin]      0.9.12cvs118.1
15607
15608         * src/mimeview.c
15609                 Sync with HEAD (better Save All fix)
15610
15611 2004-10-01 [colin]      0.9.12cvs117.2
15612
15613         * src/gtk/gtksctree.c
15614                 Faster on selection
15615
15616 2004-10-01 [colin]      0.9.12cvs117.1
15617
15618         * src/mimeview.c
15619                 Sync with HEAD (Save All: only attachments)
15620
15621 2004-10-01 [paul]       0.9.12cvs116.1
15622
15623         * ChangeLog.claws
15624         * configure.ac
15625         * src/account.c
15626         * src/prefs_common.c
15627         * src/gtk/colorlabel.c
15628                 sync with HEAD
15629
15630 2004-09-30 [colin]      0.9.12cvs115.1
15631
15632         * src/stock_pixmap.c
15633         * src/stock_pixmap.h
15634         * src/folderview.c
15635         * src/Makefile.am
15636         * src/pixmaps/read.xpm
15637                 Sync with HEAD (new pixmap)
15638
15639 2004-09-29 [colin]      0.9.12cvs114.1
15640
15641         * src/compose.c
15642                 Sync with HEAD
15643                 Fix focus handling in headers
15644
15645 2004-09-29 [paul]       0.9.12cvs113.1
15646
15647         * src/quote_fmt_parse.y
15648                 sync with HEAD
15649  
15650
15651 2004-09-28 [colin]      0.9.12cvs112.1
15652
15653         * src/folderview.c
15654         * src/mainwindow.c
15655                 Sync with HEAD
15656
15657 2004-09-28 [colin]      0.9.12cvs110.1
15658
15659         * src/folderview.c
15660                 Sync with HEAD (Contextual Empty trash menu)
15661
15662 2004-09-28 [colin]      0.9.12cvs108.1
15663
15664         * src/addressbook.c
15665                 Sync with HEAD (addressbook edit on double-click)
15666
15667 2004-09-28 [colin]      0.9.12cvs106.1
15668
15669         * src/inc.c
15670                 Sync with HEAD (folder_item freeze on inc)
15671
15672 2004-09-27 [colin]      0.9.12cvs105.1
15673
15674         * src/folderview.c
15675                 Sync with HEAD (right-align new and unread column)
15676
15677 2004-09-27 [colin]      0.9.12cvs104.1
15678
15679         * src/main.c
15680                 Sync with HEAD (revert 0.9.12cvs101)
15681
15682 2004-09-24 [colin]      0.9.12cvs103.2
15683
15684         * src/wizard.c
15685                 Fix gtk warnings and use domain part of the email address 
15686                 when domain detection fails (no dot in domain name)
15687
15688 2004-09-23 [colin]      0.9.12cvs103.1
15689
15690         * src/plugins/spamassassin/libspamc.c
15691         * src/plugins/spamassassin/libspamc.h
15692         * src/plugins/spamassassin/utils.c
15693         * src/plugins/spamassassin/utils.h
15694                 Sync with HEAD (Update spamassassin to 3.0)
15695
15696 2004-09-21 [colin]      0.9.12cvs102.3
15697
15698         * src/action.c
15699                 Add horizontal scrollbar in action io dialog as needed
15700                 Patch by Alfons.
15701
15702 2004-09-20 [colin]      0.9.12cvs102.2
15703
15704         * src/plugins/image_viewer/viewer.c
15705                 Remove imlib stuff
15706                 use gtk_pixmap_set when clearing
15707                 (would be better to use gtkImages, but causes size-allocate 
15708                 signals storm)
15709
15710 2004-09-17 [paul]       0.9.12cvs102.1
15711
15712         * ChangeLog
15713         * ChangeLog.claws
15714         * ChangeLog.jp
15715         * configure.ac
15716         * src/inc.c
15717                 sync with HEAD
15718
15719
15720 2004-09-17 [colin]      0.9.12cvs101.1
15721
15722         * ChangeLog.claws
15723         * src/main.c
15724                 Sync with HEAD (fix segs at exit)
15725
15726 2004-09-14 [colin]      0.9.12cvs99.5
15727
15728         * src/common/socket.c
15729         * AUTHORS
15730                 Fix send error on 64bit platforms
15731                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15732
15733 2004-09-14 [colin]      0.9.12cvs99.4
15734
15735         * src/action.c
15736                 Fix action output with utf8 
15737                 Patch by Alfons.
15738
15739 2004-09-14 [colin]      0.9.12cvs99.3
15740
15741         * ChangeLog.claws
15742         * src/folder.c
15743                 Sync with HEAD
15744
15745 2004-09-09 [colin]      0.9.12cvs99.2
15746
15747         * src/action.c
15748                 Fix progress bar (displaying "Completed %v/%u")
15749                 Patch by Alfons.
15750
15751 2004-09-08 [colin]      0.9.12cvs99.1
15752
15753         * src/account.c
15754         * src/folder.c
15755         * src/procmsg.c
15756         * src/procmsg.h
15757         * src/plugins/pgpmime/pgpmime.c
15758                 Sync with HEAD
15759
15760 2004-09-08 [colin]      0.9.12cvs97.2
15761
15762         * src/summaryview.c
15763                 Don't select mails in collapsed threads 
15764                 when navigating with up/down
15765
15766 2004-09-07 [colin]      0.9.12cvs97.1
15767
15768         * src/inc.c
15769                 Sync with HEAD (meaningful error messages)
15770
15771 2004-09-06 [colin]      0.9.12cvs96.1
15772
15773         * src/toolbar.c
15774                 Sync with HEAD (fix Redirect graying out)
15775
15776 2004-09-06 [colin]      0.9.12cvs95.1
15777
15778         * src/summaryview.c
15779         * src/mimeview.c
15780                 Sync with HEAD (fix dropped URIs)
15781
15782 2004-09-06 [colin]      0.9.12cvs94.1
15783
15784         * src/addressbook.c
15785         * src/addressitem.h
15786         * src/addritem.c
15787         * src/addritem.h
15788                 Sync with HEAD (addressbook DnD)
15789
15790 2004-09-03 [colin]      0.9.12cvs93.1
15791
15792         * src/summaryview.c
15793                 Sync with HEAD (next/prev unread)
15794
15795 2004-09-03 [colin]      0.9.12cvs92.1
15796
15797         * src/prefs_common.c
15798         * src/prefs_common.h
15799         * src/summaryview.c
15800                 Sync with HEAD ('mark_as_read_delay' pref)
15801
15802 2004-09-02 [colin]      0.9.12cvs91.2
15803
15804         * src/common/xml.c
15805                 Fix leak
15806
15807 2004-09-02 [colin]      0.9.12cvs91.1
15808
15809         * src/gtk/menu.c
15810                 Sync with HEAD (menu accel don't work, but whatever)
15811
15812 2004-09-02 [colin]      0.9.12cvs90.1
15813
15814         * src/account.c
15815                 Sync with HEAD (fix bug 582)
15816
15817 2004-09-02 [colin]      0.9.12cvs89.1
15818
15819         * src/addrindex.c
15820                 Sync with HEAD (free deleted queries)
15821
15822 2004-09-02 [colin]      0.9.12cvs88.1
15823
15824         * src/ldapquery.c
15825                 Sync with HEAD (fix LDAP freezes)
15826
15827 2004-09-02 [colin]      0.9.12cvs87.1
15828
15829         * src/prefs_spelling.c
15830                 Sync with HEAD (add default dictionary)
15831
15832 2004-09-01 [colin]      0.9.12cvs86.1
15833
15834         * src/filtering.c
15835         * src/folderview.c
15836         * src/imap.c
15837         * src/prefs_matcher.c
15838         * src/stock_pixmap.c
15839         * src/summary_search.c
15840         * src/summaryview.c
15841         * src/wizard.c
15842         * src/wizard.h
15843                 Sync with HEAD (uninitialized vars fixes)
15844                 + gtk2 specific warning fixes
15845
15846 2004-08-31 [colin]      0.9.12cvs85.1
15847
15848         * src/folder.c
15849                 Sync with HEAD (Fix memory corruption due to 
15850                 uninitialized var)
15851
15852 2004-08-31 [colin]      0.9.12cvs84.4
15853
15854         * src/summary_search.c
15855                 Fix segfaults when searching in folders with broken headers
15856
15857 2004-08-31 [colin]      0.9.12cvs84.3
15858
15859         * src/compose.c
15860         * src/textview.c
15861                 Fix some more encoding/decoding issues
15862
15863 2004-08-30 [colin]      0.9.12cvs84.2
15864
15865         * src/mimeview.c
15866         * src/prefs_themes.c
15867         * src/gtk/filesel.c
15868         * src/gtk/filesel.h
15869                 Add a folder-mode selection (fixes mimeview's "Save all")
15870
15871 2004-08-29 [colin]      0.9.12cvs84.1
15872
15873         * src/mimeview.c
15874                 Sync with HEAD (don't escape saved filenames)
15875
15876 2004-08-27 [colin]      0.9.12cvs83.1
15877
15878         * ChangeLog
15879         * ChangeLog.claws
15880         * ChangeLog.jp
15881         * src/mh.c
15882         * src/procheader.c
15883         * src/procmsg.c
15884         * src/procmsg.h
15885         * src/common/utils.c
15886         * src/gtk/menu.h
15887         * po/
15888                 Sync with HEAD 0.9.12cvs83 (sync with main)
15889
15890 2004-08-26 [colin]      0.9.12cvs82.4
15891
15892         * src/codeconv.c
15893                 Fix strange stack corruption
15894                 Convert to utf8 after unmime, not before
15895
15896 2004-08-26 [colin]      0.9.12cvs82.3
15897
15898         * src/main.c
15899         * src/wizard.c
15900                 Fix account folders duplication
15901
15902 2004-08-25 [colin]      0.9.12cvs82.2
15903
15904         * src/wizard.c
15905                 Remove ports
15906                 Add SSL selection
15907                 Use login@server as account name
15908
15909 2004-08-25 [colin]      0.9.12cvs82.1
15910
15911         * src/plugins/pgpmime/pgpmime.c
15912                 Sync with HEAD (leak fix).
15913
15914 2004-08-25 [colin]      0.9.12cvs81.1
15915
15916         * src/plugins/pgpmime/pgpmime.c
15917         * src/plugins/pgpmime/sgpgme.c
15918         * src/plugins/pgpmime/sgpgme.h
15919                 Sync with HEAD (Handle combined messages).
15920
15921 2004-08-24 [colin]      0.9.12cvs80.3
15922
15923         * src/wizard.c
15924                 Fix full name, ports, and imap
15925
15926 2004-08-24 [colin]      0.9.12cvs80.2
15927
15928         * src/Makefile.am
15929         * src/main.c
15930         * src/setup.c
15931         * src/setup.h
15932         * src/stock_pixmap.c
15933         * src/stock_pixmap.h
15934         * src/wizard.c ** ADDED **
15935         * src/wizard.h ** ADDED ** 
15936         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15937                 Add a setup wizard 
15938
15939 2004-08-24 [colin]      0.9.12cvs80.1
15940
15941         * src/folder.c
15942                 Sync with HEAD (set mimeflags on all messages)
15943
15944 2004-08-24 [colin]      0.9.12cvs79.3
15945
15946         * src/matcher_parser_lex.l
15947                 Fix 8bits strings not in utf8
15948
15949 2004-08-24 [colin]      0.9.12cvs79.2
15950
15951         * src/compose.c
15952                 Check conversion result before replacing buffer
15953
15954 2004-08-23 [colin]      0.9.12cvs79.1
15955
15956         * src/compose.c
15957                 Sync with HEAD (create message header in memory)
15958
15959 2004-08-23 [colin]      0.9.12cvs78.1
15960
15961         * src/rfc2015.c
15962         * src/rfc2015.h
15963                 Sync with HEAD (fix bug 197 again)
15964
15965 2004-08-23 [colin]      0.9.12cvs77.3
15966
15967         * src/compose.c
15968                 Fix again inline gpg signing (which outputs utf8
15969                 in gtk2). Not syncing this fix to HEAD as this 
15970                 code is meant to die.
15971
15972 2004-08-23 [colin]      0.9.12cvs77.2
15973
15974         * src/prefs_account.h
15975                 Remove useless include
15976
15977 2004-08-23 [colin]      0.9.12cvs77.1
15978
15979         * src/imap.c
15980         * po/es.po
15981         * po/fr.po
15982         * po/it.po
15983         * po/pl.po
15984         * po/pt_BR.po
15985         * po/sk.po
15986         * po/sr.po
15987                 Sync with HEAD (fix bug 577)
15988
15989 2004-08-22 [colin]      0.9.12cvs76.1
15990
15991         * src/plugins/trayicon/trayicon.c
15992                 Sync with HEAD (fix formatting bug)
15993
15994 2004-08-21 [colin]      0.9.12cvs74.2
15995
15996         * src/gtk/colorsel.c
15997                 Fix bug 564 (Folder color selection window exits on any
15998                 keypress)
15999
16000 2004-08-21 [colin]      0.9.12cvs74.1
16001
16002         * ChangeLog.claws
16003         * src/compose.c
16004         * src/summaryview.c
16005         * src/toolbar.c
16006                 Sync with HEAD (fix bug 576)
16007
16008 2004-08-21 [colin]      0.9.12cvs70.1
16009
16010         * src/compose.c
16011         * src/mainwindow.c
16012                 Sync with HEAD
16013                 
16014
16015 2004-08-21 [paul]       0.9.12cvs66.4
16016
16017         * src/mainwindow.c
16018         * src/messageview.c
16019         * src/gtk/menu.c
16020         * src/plugins/spamassassin/spamassassin_gtk.c
16021                 remove some deprecated gtk1 functions
16022
16023
16024 2004-08-21 [colin]      0.9.12cvs66.3
16025
16026         * src/compose.c
16027         * src/codeconv.c
16028                 Fix warnings
16029                 Remove encoding hacks
16030                 Fix bug 575 (Strange character messes up message)
16031                 Don't display conversion error when drafting
16032
16033 2004-08-21 [paul]       0.9.12cvs66.2
16034
16035         * src/prefs_account.c
16036                 fix GnuPG mode bugs
16037
16038
16039 2004-08-20 [colin]      0.9.12cvs66.1
16040
16041         * src/codeconv.c
16042                 Sync with HEAD 0.9.12cvs66
16043
16044 2004-08-20 [paul]
16045
16046         * src/plugins/pgpmime/plugin.c
16047                 modify PGP/MIME plugin's description
16048
16049 2004-08-17 [colin]      0.9.12cvs65.1
16050
16051         * src/common/ssl.c
16052         * src/plugins/pgpmime/plugin.c
16053                 Sync with HEAD
16054
16055 2004-08-14 [colin]      0.9.12cvs60.3
16056
16057         * src/plugins/trayicon/trayicon.c
16058                 Put back resize callback, on size-request signal
16059                 rather than size-allocate to avoid infinite 
16060                 callback loop
16061
16062 2004-08-13 [colin]      0.9.12cvs60.2
16063
16064         * src/common/defs.h
16065                 Cache versions have been fixed
16066
16067 2004-08-13 [colin]      0.9.12cvs60.1
16068
16069         * src/folderutils.c
16070                 Sync with HEAD
16071
16072 2004-08-12 [colin]      0.9.12cvs59.1
16073
16074         * src/plugins/trayicon/trayicon.c
16075                 Sync with HEAD
16076
16077 2004-08-12 [colin]      0.9.12cvs57.5
16078
16079         * sylpheed.desktop
16080         * configure.ac
16081         * src/Makefile.am
16082         * src/main.c
16083                 Add support for Freedesktop.org's startup notification
16084
16085 2004-08-11 [colin]      0.9.12cvs57.4
16086
16087         * src/textview.c
16088                 Fix off-by-one
16089
16090 2004-08-11 [colin]      0.9.12cvs57.3
16091
16092         * src/message_search.c
16093         * src/summary_search.c
16094                 Make searches case insensitive by default
16095         * src/textview.c
16096                 Fix case-insensitive search in message
16097
16098 2004-08-11 [colin]      0.9.12cvs57.2
16099
16100         * src/summary_search.c
16101                 Let case-sensitive be specified
16102
16103 2004-08-10 [colin]      0.9.12cvs55.4
16104
16105         * src/common/socket.c
16106                 Fix the possible race condition
16107
16108 2004-08-09 [paul]       0.9.12cvs55.3
16109
16110         * configure.ac
16111         * src/Makefile.am
16112         * src/common/Makefile.am
16113                 sync with HEAD
16114
16115
16116 2004-08-09 [paul]       0.9.12cvs55.2
16117
16118         * autogen.sh
16119         * po/poconv.sh
16120                 remove unneeded script
16121
16122         * configure.ac
16123                 add forgotten USE_LDAP_TLS (sync with HEAD)
16124
16125
16126 2004-08-09 [colin]      0.9.12cvs55.1
16127
16128         * src/main.c
16129         * src/common/ssl.c
16130         * src/common/sylpheed.c
16131         * src/common/sylpheed.h
16132                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16133
16134 2004-08-09 [paul]       0.9.12cvs54.1
16135
16136         * ChangeLog
16137         * ChangeLog.claws
16138         * ChangeLog.jp
16139         * configure.ac
16140         * po/POTFILES.in
16141         * src/Makefile.am
16142         * src/folderutils.c
16143         * src/main.c
16144         * src/pgpmime.c
16145         * src/pgpmime.h
16146         * src/sgpgme.c
16147         * src/sgpgme.h
16148         * src/plugins/Makefile.am
16149         * src/plugins/pgpmime/.cvsignore
16150         * src/plugins/pgpmime/Makefile.am
16151         * src/plugins/pgpmime/pgpmime.c
16152         * src/plugins/pgpmime/pgpmime.h
16153         * src/plugins/pgpmime/plugin.c
16154         * src/plugins/pgpmime/sgpgme.c
16155         * src/plugins/pgpmime/sgpgme.h
16156                 sync with HEAD
16157
16158 2004-08-08 [paul]       0.9.12cvs51.1
16159
16160         * configure.ac
16161         * src/folder.c
16162                 sync with HEAD
16163
16164 2004-08-07 [colin]      0.9.12cvs50.1
16165
16166         * src/pop.c
16167         * src/common/partial_download.c
16168                 fix warnings (sync from HEAD)
16169
16170 2004-08-07 [colin]      0.9.12cvs48.1
16171
16172         * src/prefs_folder_item.c
16173                 sync with HEAD 0.9.12cvs48
16174
16175 2004-08-06 [colin]      0.9.12cvs47.1
16176
16177         * src/compose.c
16178                 Sync with HEAD
16179
16180 2004-08-06 [christoph]  0.9.12cvs46.2
16181
16182         * src/main.c
16183         * src/plugins/clamav/clamav_plugin_gtk.c
16184         * src/plugins/dillo_viewer/dillo_viewer.c
16185         * src/plugins/image_viewer/plugin.c
16186         * src/plugins/mathml_viewer/mathml_viewer.c
16187         * src/plugins/spamassassin/spamassassin_gtk.c
16188         * src/plugins/trayicon/trayicon.c
16189                 don't mix GTK1.2 plugin with GTK2 plugins
16190
16191 2004-08-06 [colin]      0.9.12cvs46.1
16192
16193         * ChangeLog
16194         * ChangeLog.claws
16195         * ChangeLog.jp
16196         * configure.ac
16197         * sylpheed-claws.pc.in
16198         * src/folder.c
16199         * src/imap.c
16200         * src/localfolder.c
16201         * src/messageview.c
16202         * src/mimeview.c
16203         * src/mimeview.h
16204         * src/msgcache.c
16205         * src/news.c
16206         * src/prefs_ext_prog.c
16207         * src/prefs_folder_item.c
16208         * src/prefs_fonts.c
16209         * src/prefs_msg_colors.c
16210         * src/prefs_spelling.c
16211         * src/prefs_themes.c
16212         * src/prefs_toolbar.c
16213         * src/prefs_wrapping.c
16214         * src/procmime.h
16215         * src/common/defs.h
16216         * src/common/nntp.c
16217         * src/common/session.c
16218         * src/common/session.h
16219         * src/common/socket.c
16220         * src/common/utils.h
16221         * src/common/xml.c
16222         * src/common/xml.h
16223         * src/gtk/prefswindow.c
16224         * src/gtk/prefswindow.h
16225         * src/plugins/clamav/clamav_plugin_gtk.c
16226         * src/plugins/dillo_viewer/dillo_prefs.c
16227         * src/plugins/image_viewer/viewerprefs.c
16228         * src/plugins/spamassassin/spamassassin_gtk.c
16229         * m4/openssl.m4 *** REMOVED ***
16230                 Sync with HEAD 0.9.12cvs46
16231
16232 2004-08-03 [paul]       0.9.12cvs40.2
16233
16234         * src/action.c
16235         * src/addressadd.c
16236         * src/addressbook.c
16237         * src/addrgather.c
16238         * src/browseldap.c
16239         * src/compose.c
16240         * src/crash.c
16241         * src/editaddress.c
16242         * src/editgroup.c
16243         * src/editldap_basedn.c
16244         * src/foldersel.c
16245         * src/importldif.c
16246         * src/mimeview.c
16247         * src/prefs_common.c
16248         * src/prefs_template.c
16249         * src/sourcewindow.c
16250         * src/summaryview.c
16251         * src/gtk/about.c
16252         * src/gtk/foldersort.c
16253         * src/gtk/logwindow.c
16254         * src/gtk/pluginwindow.c
16255         * src/gtk/prefswindow.c
16256                 change all gtk_scrolled_window_set_policy from 
16257                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16258
16259 2004-08-02 [paul]       0.9.12cvs40.1
16260
16261         * AUTHORS
16262                 update translation team section
16263         * po/pt_BR.po
16264                 updated by Frederico Goncalves Guimaraes
16265                 <fggdebian@yahoo.com.br>
16266
16267 2004-07-31 [colin]      0.9.12cvs39.9
16268
16269         * src/exphtmldlg.c
16270                 Fix compilation
16271
16272 2004-07-31 [colin]      0.9.12cvs39.8
16273
16274         * src/exphtmldlg.c
16275                 Fix an alertpanel type
16276
16277 2004-07-30 [colin]      0.9.12cvs39.7
16278
16279         * src/alertpanel.c
16280                 Fix alertpanel_error_log's icon
16281
16282 2004-07-30 [colin]      0.9.12cvs39.6
16283
16284         * src/pop.c
16285                 Two of them should still be warnings
16286
16287 2004-07-30 [colin]      0.9.12cvs39.5
16288
16289         * src/pop.c
16290                 More warning -> error
16291 2004-07-29 [colin]      0.9.12cvs39.4
16292
16293         * src/pop.c
16294                 Warning -> error
16295
16296 2004-07-29 [colin]      0.9.12cvs39.3
16297
16298         * src/prefs_matcher.c
16299                 Fix segfault
16300
16301 2004-07-29 [colin]      0.9.12cvs39.2
16302
16303         * src/alertpanel.c
16304                 More nice-looking alertpanels
16305
16306 2004-07-29 [colin]      0.9.12cvs39.1
16307
16308         * src/messageview.c
16309                 sync with head
16310                 (inform user when partial mail is deleted on server)
16311
16312 2004-07-29 [colin]      0.9.12cvs38.1
16313
16314         * src/messageview.c
16315                 sync with head
16316
16317 2004-07-28 [paul]       0.9.12cvs37.7
16318
16319         * src/mainwindow.c
16320                 complete the replacement of deprecated gtk_progress_*
16321
16322 2004-07-28 [paul]       0.9.12cvs37.6
16323
16324         * src/action.c
16325         * src/inc.c
16326         * src/mainwindow.c
16327         * src/send_message.c
16328         * src/gtk/progressdialog.c
16329         * src/gtk/progressdialog.h
16330                 replace deprecated gtk_progress_*
16331
16332 2004-07-28 [paul]       0.9.12cvs37.5
16333
16334         * src/gtk/filesel.c
16335                 remove gtk_window_set_wmclass()
16336 2004-07-28 [paul]       0.9.12cvs37.4
16337
16338         * src/addressbook.c
16339         * src/compose.c
16340         * src/foldersel.c
16341         * src/mainwindow.c
16342         * src/messageview.c
16343         * src/sourcewindow.c
16344         * src/gtk/logwindow.c
16345                 remove gtk_window_set_wmclass()
16346                 
16347         * src/prefs_filtering.c
16348         * src/prefs_filtering_action.c
16349         * src/prefs_fonts.c
16350         * src/prefs_gtk.c
16351         * src/prefs_matcher.c
16352         * src/ssl_manager.c
16353         * src/gtk/prefswindow.c
16354                 replace gtk_window_position()
16355
16356 2004-07-28 [colin]      0.9.12cvs37.3
16357
16358         * src/alertpanel.c
16359         * src/alertpanel.h
16360                 Add a way to specify panel type for specific
16361                 panels (alertpanel())
16362         * src/account.c
16363         * src/addressbook.c
16364         * src/compose.c
16365         * src/expldifdlg.c
16366         * src/main.c
16367         * src/messageview.c
16368         * src/summaryview.c
16369         * src/textview.c
16370         * src/gtk/sslcertwindow.c
16371                 Fix alertpanel()s so that their icon match
16372                 their real type
16373
16374 2004-07-28 [paul]       0.9.12cvs37.2
16375
16376         * src/addr_compl.c
16377         * src/addressbook.c
16378         * src/alertpanel.c
16379         * src/compose.c
16380         * src/export.c
16381         * src/foldersel.c
16382         * src/folderview.c
16383         * src/grouplistdialog.c
16384         * src/import.c
16385         * src/mainwindow.c
16386         * src/message_search.c
16387         * src/messageview.c
16388         * src/passphrase.c
16389         * src/prefs_actions.c
16390         * src/prefs_common.c
16391         * src/prefs_customheader.c
16392         * src/prefs_display_header.c
16393         * src/prefs_filtering.c
16394         * src/prefs_filtering_action.c
16395         * src/prefs_gtk.c
16396         * src/prefs_matcher.c
16397         * src/prefs_msg_colors.c
16398         * src/prefs_summary_column.c
16399         * src/prefs_template.c
16400         * src/sourcewindow.c
16401         * src/ssl_manager.c
16402         * src/summary_search.c
16403         * src/gtk/colorsel.c
16404         * src/gtk/description_window.c
16405         * src/gtk/gtkaspell.c
16406         * src/gtk/inputdialog.c
16407         * src/gtk/logwindow.c
16408         * src/gtk/prefswindow.c
16409         * src/gtk/progressdialog.c
16410                 replace deprecated gtk_window_set_policy
16411
16412 2004-07-27 [colin]      0.9.12cvs37.1
16413
16414         * src/msgcache.c
16415                 More fixes (synced for head again)
16416
16417 2004-07-27 [colin]      0.9.12cvs35.3
16418
16419         * src/msgcache.c
16420                 Fix wrong test
16421
16422 2004-07-27 [colin]      0.9.12cvs35.2
16423
16424         * src/mimeview.c
16425                 Fix width a bit (by Paul)
16426         * src/alertpanel.c
16427         * src/alertpanel.h
16428                 Specialize icons, make alertpanel_message()
16429                 private
16430         * src/message_search.c
16431         * src/sgpgme.c
16432         * src/summary_search.c
16433                 Suit alertpanel changes
16434
16435 2004-07-27 [colin]      0.9.12cvs35.1
16436
16437         * src/alertpanel.c
16438                 Add an icon
16439         * src/passphrase.c
16440                 Add debug output - maybe someone will
16441                 want to look at the problem with Grab
16442                 Input :)
16443         Bump version as we're synced with HEAD
16444
16445 2004-07-26 [colin]      0.9.12cvs33.26
16446
16447         * src/pop.c
16448                 Fix uidl-file parsing when not in new
16449                 format
16450
16451 2004-07-26 [colin]      0.9.12cvs33.25
16452
16453         * src/gtk/menu.c
16454                 Move popup menu up if necessary (fixes 
16455                 account selector)
16456         * src/mainwindow.c
16457                 Set account selector's button height to
16458                 minimum
16459
16460 2004-07-26 [colin]      0.9.12cvs33.24
16461
16462         * src/alertpanel.c
16463                 Maybe fix 551 (Truncated font in alert window)
16464
16465 2004-07-26 [colin]      0.9.12cvs33.23
16466
16467         * po/de.po
16468         * po/es.po
16469         * po/fr.po
16470         * po/it.po
16471         * po/ja.po
16472         * po/pl.po
16473         * po/ru.po
16474         * po/sk.po
16475         * po/sr.po
16476         * po/zh_CN.po
16477                 Sync po files with HEAD
16478
16479 2004-07-26 [paul]       0.9.12cvs33.22
16480
16481         * src/compose.c
16482                 fix Bug 556 'Organisation-header is sent even if empty'
16483
16484 2004-07-24 [colin]      0.9.12cvs33.21
16485
16486         * src/compose.c
16487         * src/gtk/gtkaspell.c
16488         * src/gtk/gtkaspell.h
16489                 Fix speller accelerators (require hack)
16490
16491 2004-07-24 [colin]      0.9.12cvs33.20
16492
16493         * src/gtk/gtkaspell.c
16494                 Fix over-eager code deletion breaking
16495                 Check while typing
16496
16497 2004-07-24 [colin]      0.9.12cvs33.19
16498
16499         * src/browseldap.c
16500         * src/ldapctrl.c
16501         * src/ldapctrl.h
16502         * src/ldapserver.h
16503                 Sync ldap with HEAD
16504         (Fixes 546 LDAP completely broken)
16505
16506 2004-07-24 [colin]      0.9.12cvs33.18
16507
16508         * src/prefs_msg_colors.c
16509                 Fix prototype mismatch
16510         (Fixes 547 void function cannot return value)
16511
16512 2004-07-24 [colin]      0.9.12cvs33.17
16513
16514         * src/mainwindow.c
16515                 Fix sort going back to previous sort key
16516                 when changing sort direction
16517
16518 2004-07-24 [colin]      0.9.12cvs33.16
16519
16520         * src/compose.c
16521                 Fix space insertion when re-wrapping at 
16522                 cursor point
16523
16524 2004-07-24 [colin]      0.9.12cvs33.15
16525
16526         * src/gtk/gtkaspell.c
16527                 Don't change cursor position in insert-text
16528                 callback
16529         (Fixes 539 Word wrapping on input transposes letters)
16530
16531 2004-07-24 [colin]      0.9.12cvs33.14
16532
16533         * src/gtk/gtkaspell.c
16534                 Reencode non-ascii chars to dictionary's
16535                 encoding
16536         (Fixes 544 Spell check broken non english locale)
16537
16538 2004-07-24 [colin]      0.9.12cvs33.13
16539
16540         * src/summaryview.c
16541                 Fix Shift+Down, add Home/End/PgUp/PgDown
16542
16543 2004-07-21 [colin]      0.9.12cvs33.12
16544
16545         * src/prefs_common.c
16546                 Fix a gtk warning (Patch by Andrej Kacian)
16547
16548 2004-07-21 [colin]      0.9.12cvs33.11
16549
16550         * src/gtk/filesel.c
16551                 More check
16552
16553 2004-07-21 [colin]      0.9.12cvs33.10
16554
16555         * src/compose.c
16556         * src/crash.c
16557         * src/export.c
16558         * src/import.c
16559         * src/messageview.c
16560         * src/mimeview.c
16561         * src/prefs_spelling.c
16562         * src/prefs_themes.c
16563         * src/summaryview.c
16564         * src/gtk/filesel.c
16565         * src/gtk/filesel.h
16566         * src/gtk/pluginwindow.c
16567                 Untwist open/save mode guessing logic, make
16568                 it explicit
16569
16570 2004-07-20 [colin]      0.9.12cvs33.9
16571
16572         * src/codeconv.c
16573                 conv_encode_header: src_charset is UTF-8 on
16574                 gtk2
16575         * src/compose.c
16576                 Remove double encoding of the headers
16577
16578 2004-07-20 [colin]      0.9.12cvs33.8
16579
16580         * src/codeconv.c
16581                 Fix typo
16582
16583 2004-07-20 [colin]      0.9.12cvs33.7
16584
16585         * src/mainwindow.c
16586                 Set the separated messageview to the saved
16587                 size of Claws' messageview (Patch by Alfons)
16588                 Fix a callback prototype (me)
16589
16590 2004-07-20 [colin]      0.9.12cvs33.6
16591
16592         * src/codeconv.h
16593                 Forgot one hunk in 0.9.12cvs33.4
16594
16595 2004-07-19 [colin]      0.9.12cvs33.5
16596
16597         * src/action.c
16598                 Action output fix
16599                 Patch by Alfons
16600
16601 2004-07-19 [colin]      0.9.12cvs33.4
16602
16603         * src/compose.c
16604                 Fix outgoing charset bug in headers
16605         * src/codeconv.c
16606                 Clean for glib2 - Patch by Alfons
16607
16608 2004-07-19 [colin]      0.9.12cvs33.3
16609
16610         * src/statusbar.c
16611                 Remove grip from the statusbar
16612                 Patch by Alfons
16613
16614 2004-07-19 [colin]      0.9.12cvs33.2
16615
16616         * src/messageview.c
16617         * src/textview.c
16618                 Fix messageview remembering the previous
16619                 scroll position when loading a new message
16620                 Patch by Alfons
16621
16622 2004-07-19 [colin]      0.9.12cvs33.1
16623
16624         * src/folder.h
16625         * src/folderview.c
16626         * src/summaryview.c
16627                 Sync with HEAD
16628
16629 2004-07-18 [colin]      0.9.12cvs32.7
16630
16631         * configure.ac
16632                 Remove useless check for XIM - noticed
16633                 by Alfons
16634
16635 2004-07-18 [colin]      0.9.12cvs32.6
16636
16637         * src/summaryview.c
16638                 Remove non-modified and shift-modified
16639                 accelerators in summaryview's popup
16640                 menu, as that doesn't get catched by
16641                 the accel-activate signal catcher...
16642
16643 2004-07-18 [colin]      0.9.12cvs32.5
16644
16645         * src/prefs_common.c
16646                 Define sensible default prefs for 
16647                 wrapping
16648
16649 2004-07-18 [colin]      0.9.12cvs32.4
16650
16651         * src/compose.c
16652         * src/prefs_common.c
16653         * src/prefs_common.h
16654         * src/prefs_wrapping.c
16655                 Remove Smart Wrapping pref, which does
16656                 nothing on gtk2 branch
16657
16658 2004-07-18 [colin]      0.9.12cvs32.3
16659
16660         * src/sourcewindow.c
16661                 Proper utf8
16662
16663 2004-07-18 [colin]      0.9.12cvs32.2
16664
16665         * src/compose.c
16666                 Save attachment status when drafting
16667
16668 2004-07-18 [colin]      0.9.12cvs32.1
16669
16670         * src/gtk/filesel.c
16671                 Fix erratic folder selection in open mode
16672
16673 2004-07-18 [colin]      0.9.12cvs31.11
16674
16675         * src/pop.c
16676                 Don't let partial messages get deleted
16677                 even with "dowload all"
16678                 (0.9.12cvs31.8 fix extension)
16679 2004-07-18 [colin]      0.9.12cvs31.10
16680
16681         * src/gtk/logwindow.c
16682                 Fix log scrolling
16683
16684 2004-07-18 [colin]      0.9.12cvs31.9
16685
16686         * src/common/utils.c
16687                 Fix non-utf8 strings coming from commands
16688                 and files
16689
16690 2004-07-18 [colin]      0.9.12cvs31.8
16691
16692         * src/pop.c
16693                 Fix partial download bug with Download all
16694                 messages option
16695
16696 2004-07-18 [colin]      0.9.12cvs31.7
16697
16698         * src/textview.c
16699                 Fix bug introduced in 0.9.12cvs31.2
16700                 (blocked in select mode after double click)
16701
16702 2004-07-18 [colin]      0.9.12cvs31.6
16703
16704         * src/compose.c
16705         * src/gtk/menu.c
16706                 More glib-warning fixes
16707
16708 2004-07-18 [colin]      0.9.12cvs31.5
16709
16710         * src/compose.c
16711                 Fix trashing the primary clipboard when moving 
16712                 around with tab
16713         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16714
16715 2004-07-18 [colin]      0.9.12cvs31.4
16716
16717         * src/codeconv.c
16718                 convert unencoded iso headers to utf8
16719         (Fix Bug 538 Unencoded local characters in subject make it 
16720          disappear)
16721
16722 2004-07-18 [colin]      0.9.12cvs31.3
16723
16724         * src/compose.c
16725                 Fix tab char handling in wrapping
16726         (Fix Bug 537 Line wrap problem - TAB character treated as 
16727          one character instead of 8)
16728
16729 2004-07-18 [colin]      0.9.12cvs31.2
16730
16731         * src/textview.c
16732                 return FALSE on GDK_MOTION_NOTIFY
16733         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16734          (unable to highlight))
16735
16736 2004-07-18 [colin]      0.9.12cvs31.1
16737
16738         * src/folderview.c
16739                 Sync with 0.9.12cvs31
16740
16741 2004-07-18 [colin]      0.9.12cvs30.4
16742
16743         * src/compose.c
16744                 Also block text_inserted when inserting a file
16745
16746 2004-07-18 [colin]      0.9.12cvs30.3
16747
16748         * src/compose.c
16749                 Fix smart wrapping (block text_inserted handler
16750                 while putting quotation to avoid wrap on input,
16751                 don't join lines if next is sig separator)
16752
16753 2004-07-17 [colin]      0.9.12cvs30.2
16754
16755         * src/folderview.c
16756         * src/mainwindow.c
16757         * src/mimeview.c
16758         * src/summaryview.c
16759         * src/gtk/quicksearch.c
16760         * src/gtk/quicksearch.h
16761                 Block key events handlers *and* accels while
16762                 quicksearch is focused
16763         (Fixes Bug 534 quick-search bar not accepting certain letters)
16764
16765 2004-07-17 [colin]      0.9.12cvs30.1
16766
16767         * src/folder.h
16768         * src/folderview.c
16769         * src/summaryview.c
16770                 Sync with 0.9.12cvs30
16771
16772 2004-07-17 [colin]      0.9.12cvs28.2
16773
16774         * src/mimeview.c
16775         * src/procmime.c
16776         * src/summaryview.c
16777         * src/gtk/menu.c
16778                 Squash some compile and glib warnings
16779
16780 2004-07-17 [paul]       0.9.12cvs28.1
16781
16782         * src/mimeview.c
16783                 sync with 0.9.12cvs28 HEAD
16784
16785 2004-07-16 [paul]       0.9.12cvs26.1
16786         
16787         * src/gtk/quicksearch.c
16788         * src/account.c
16789         * src/account.h
16790         * src/compose.c
16791         * src/customheader.c
16792         * src/folder_item_prefs.c
16793         * src/main.c
16794         * src/mainwindow.c
16795         * src/messageview.c
16796         * src/mimeview.c
16797         * src/news.c
16798         * src/pgpmime.c
16799         * src/pop.c
16800         * src/pop.h
16801         * src/prefs_account.c
16802         * src/prefs_account.h
16803         * src/prefs_common.c
16804         * src/prefs_common.h
16805         * src/prefs_display_header.c
16806         * src/prefs_gtk.c
16807         * src/prefs_gtk.h
16808         * src/procheader.c
16809         * src/procmime.c
16810                 sync with 0.9.12cvs26 HEAD      
16811
16812 2004-07-15 [colin]      0.9.12cvs18.14
16813
16814         * src/folder.c
16815                 Disable GPG signature check during
16816                 folder move and scan
16817         (Closes Bug 521 Signature checking slows down Folder-Move)
16818
16819 2004-07-14 [colin]      0.9.12cvs18.13
16820
16821         * src/common/partial_download.c
16822                 update includes
16823
16824 2004-07-14 [colin]      0.9.12cvs18.12
16825
16826         * src/common/partial_download.c
16827         * src/common/partial_download.h
16828                 Move doc at top, add correct copyright
16829
16830 2004-07-14 [colin]      0.9.12cvs18.11
16831
16832         * src/folder.c
16833         * src/messageview.c
16834         * src/pop.c
16835         * src/pop.h
16836         * src/procmsg.c
16837         * src/summaryview.c
16838         * src/common/Makefile.am
16839         * src/common/partial_download.c ** NEW FILES **
16840         * src/common/partial_download.h ** NEW FILES **
16841                 Move partial-download related stuff to its
16842                 own file
16843
16844 2004-07-14 [colin]      0.9.12cvs18.10
16845
16846         * src/send_message.c
16847                 Fix smtp auth when user is null or empty
16848
16849 2004-07-13 [colin]      0.9.12cvs18.9
16850
16851         * src/gtk/quicksearch.c
16852                 Use alphabetic order
16853
16854 2004-07-13 [colin]      0.9.12cvs18.8
16855
16856         * src/pop.c
16857                 Be paranoid on the checks
16858
16859 2004-07-13 [colin]      0.9.12cvs18.7
16860
16861         * src/gtk/quicksearch.c
16862                 Fix Engrish once again
16863
16864 2004-07-13 [colin]      0.9.12cvs18.6
16865
16866         * src/procmsg.c
16867         * src/summaryview.c
16868                 Mark messages for deletion when they are about to
16869                 be removed from trash
16870
16871 2004-07-13 [colin]      0.9.12cvs18.5
16872
16873         * src/matcher.c
16874         * src/matcher.h
16875         * src/matcher_parser_parse.y
16876         * src/prefs_matcher.c
16877         * src/gtk/quicksearch.c
16878                 Add 'partial' ('p') match string to find partially
16879                 downloaded messages
16880
16881 2004-07-13 [colin]      0.9.12cvs18.4
16882
16883         * src/pop.c
16884                 Fix misplaced block
16885
16886 2004-07-13 [colin]      0.9.12cvs18.3
16887
16888         * src/pop.c
16889         * src/pop.h
16890         * src/messageview.c
16891                 Refactor API (to avoid passing 5+ params and code
16892                 duplication)
16893         * src/folder.c
16894         * src/msgcache.c
16895         * src/procheader.c
16896         * src/common/defs.h
16897                 Add planned_download to cache
16898                 Don't mess uidl file when moving partially downloaded
16899                 mails (they change folder, we should change it in the
16900                 uidl list too or we'll remove an incorrect message)
16901                 (this also helps removing hacks when changing 
16902                 planned_download in messageview.c)
16903
16904 2004-07-12 [colin]      0.9.12cvs18.2
16905
16906         * src/gtk/quicksearch.c
16907                 Fix missing status update in quicksearch
16908
16909 2004-07-12 [paul]       0.9.12cvs18.1
16910
16911         * po/POTFILES.in
16912         * src/Makefile.am
16913         * src/account.c
16914         * src/codeconv.c
16915         * src/compose.c
16916         * src/inc.c
16917         * src/main.c
16918         * src/prefs_common.c
16919         * src/procmsg.h
16920         * src/toolbar.c
16921         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16922         * src/prefs_wrapping.[ch]       ** NEW FILES **
16923         * src/common/intl.h
16924         * src/common/utils.[ch]
16925         * src/gtk/quicksearch.[ch]
16926                 sync with 0.9.12cvs18 HEAD
16927
16928 2004-07-12 [colin]      0.9.11cvs17.25
16929
16930         * src/folder.c
16931         * src/folder.h
16932                 Remove unused function added by me in 0.9.11cvs17.10
16933
16934 2004-07-11 [colin]      0.9.11cvs17.24
16935
16936         * src/inc.c
16937         * src/messageview.c
16938         * src/pop.c
16939         * src/pop.h
16940                 Use folderitem and msgnum instead of filename to
16941                 know which mail to delete
16942                 Move old partial mail deletion to pop.c
16943
16944 2004-07-10 [colin]      0.9.11cvs17.23
16945
16946         * src/inc.c
16947                 Add debug
16948         * src/pop.c
16949         * src/pop.h
16950                 Don't re-use same enums for unrelated stuff: it's 
16951                 completely misleading !
16952                 Document a bit
16953
16954 2004-07-09 [colin]      0.9.11cvs17.22
16955
16956         * src/inc.c
16957                 Remove folder-type check and do
16958                 more tests to be sure everything's
16959                 ok
16960         * src/messageview.c
16961                 Punctuation update, remove useless
16962                 code, fix two warnings
16963         * src/noticeview.c
16964                 Layout cleaning, reset 2nd button
16965                 when specifying one
16966
16967 2004-07-09 [colin]      0.9.11cvs17.21
16968
16969         * src/messageview.c
16970         * src/pop.c
16971         * src/pop.h
16972                 Allow user to change his mind
16973                 and postpone decision (by
16974                 unmarking the mail)
16975
16976 2004-07-09 [colin]      0.9.11cvs17.20
16977
16978         * src/messageview.c
16979                 Fix bug with delete state
16980         * src/pop.c
16981         * src/pop.h
16982                 Fix buffer leak (fread doesn't 
16983                 terminate buffers with \0)
16984                 Refactoring (remove magic 
16985                 numbers)
16986
16987 2004-07-09 [colin]      0.9.11cvs17.19
16988
16989         * src/pop.c
16990                 Don't log "Skipping message" if 
16991                 we're going to TOP it two lines
16992                 later
16993
16994 2004-07-09 [colin]      0.9.11cvs17.18
16995
16996         * src/messageview.c
16997                 Fix Engrish
16998
16999 2004-07-09 [colin]      0.9.11cvs17.17
17000
17001         * src/pop.c
17002                 strlen checking...
17003         * src/messageview.c
17004                 refactoring a bit
17005
17006 2004-07-08 [colin]      0.9.11cvs17.16
17007
17008         * src/noticeview.c
17009         * src/noticeview.h
17010                 Add an optional second button
17011         * src/messageview.c
17012         * src/pop.c
17013         * src/pop.h
17014                 Don't delete partially received mails after a certain
17015                 time; rather, let the user decide.
17016
17017 2004-07-08 [colin]      0.9.11cvs17.15
17018
17019         * src/common/smtp.h
17020                 Sync with HEAD
17021
17022 2004-07-08 [colin]      0.9.11cvs17.14
17023
17024         * src/messageview.c
17025         * src/common/smtp.c
17026                 Use to_human_readable() for sizes
17027
17028 2004-07-08 [colin]      0.9.11cvs17.13
17029
17030         * src/inc.c
17031         * src/messageview.c
17032         * src/pop.c
17033         * src/pop.h
17034         * src/procmsg.c
17035                 Fix partial-downloading issues:
17036                         catch unsupported TOP
17037                         don't delete partially downloaded mails before 5 days
17038                         don't update existing with non-MH folders; that'll
17039                         make dups, but it's better than trashing the folder
17040                         free new msginfo parts
17041                 Fix indentation ;-)
17042
17043 2004-07-08 [colin]      0.9.11cvs17.12
17044
17045         * src/common/smtp.c
17046         * src/common/smtp.h
17047                 Sync smtp size verification with HEAD
17048
17049 2004-07-08 [colin]      0.9.11cvs17.11
17050
17051         * src/summaryview.c
17052         * src/prefs_common.c
17053         * src/prefs_common.h
17054         * src/gtk/quicksearch.c
17055         * src/gtk/quicksearch.h
17056                 Sync sticky pref with HEAD
17057
17058 2004-07-08 [colin]      0.9.11cvs17.10
17059
17060         * src/folder.c [1.213.2.6]
17061         * src/folder.h [1.87.2.6]
17062         * src/inc.c [1.149.2.7]
17063         * src/messageview.c [1.94.2.8]
17064         * src/procheader.c [1.47.2.6]
17065         * src/procmsg.c [1.150.2.4]
17066         * src/procmsg.h [1.60.2.5]
17067         * src/pop.c [1.56.2.4]
17068         * src/pop.h [1.17.2.3]
17069                 Let too big messages get downloaded, but truncated
17070                 Add a button to download them completely
17071                 
17072 2004-07-06 [colin]      0.9.11cvs17.9
17073
17074         * src/gtk/quicksearch.c [1.1.2.3]
17075                 Add a Clear button
17076         * commitHelper
17077         * PATCHSETS
17078                 Add a script to help with cvs
17079
17080 2004-07-03 [colin]      0.9.11cvs17.8
17081
17082         * src/plugins/imageviewer/viewer.c
17083                 fix imageviewer (which was staying on the first
17084                 displayed image)
17085
17086 2004-07-03 [colin]      0.9.11cvs17.7
17087
17088         Removed FIXME_GTK2 warnings
17089         * src/gtk/gtkutils.c
17090                 useless #warnings
17091         * src/gtk/menu.c
17092                 useless #warnings (no need to mess with menu rc)
17093         * src/gtk/menu.h
17094                 unused functions
17095         
17096
17097 2004-07-03 [colin]      0.9.11cvs17.6
17098
17099         Removed FIXME_GTK2 warnings
17100         * src/codeconv.c
17101                 useless #warnings (rewrite needed)
17102         * src/compose.c
17103                 useless #warnings (rewrite needed)
17104                 useless #warnings (gtk2 is like that)
17105                 useless #warnings (previously fixed)
17106         * src/main.c
17107                 useless #warnings (previously fixed)
17108         * src/message_search.c
17109                 useless #warnings (gtk2 is like that)
17110                 Made apparent that search is case-sensitive
17111         * src/mimeview.c
17112                 useless #warnings (rewrite needed)
17113                 useless #warnings (gtk2 is like that)
17114                 reimplemented real warnings
17115         * src/prefs_common.c
17116                 Removed block cursor option (not it gtk2)
17117         * src/prefs_gtk.c
17118                 useless #warnings (rewrite needed)
17119         * src/procheader.c
17120                 useless #warnings (rewrite needed)
17121         * src/sourcewindow.c
17122                 useless #warnings (incorrect placing)
17123         * src/summary_search.c
17124                 useless #warnings (gtk2 is like that)
17125                 Made apparent that search is case-sensitive
17126         * src/action.c
17127                 useless #warnings (gtk2 is like that)
17128         * src/textview.c
17129                 useless #warnings (rewrite needed)
17130         * src/toolbar.c
17131                 useless #warnings (rewrite needed)
17132
17133 2004-07-03 [colin]      0.9.11cvs17.5
17134
17135         * src/textview.c
17136                 Fix mismerge which broke URI opening
17137                 
17138 2004-07-01 [colin]      0.9.11cvs17.4
17139
17140         * src/gtk/filesel.c
17141                 Fill filename when saving
17142                 
17143 2004-06-27 [colin]      0.9.11cvs17.3
17144
17145         * src/gtk/filesel.[ch]
17146                 Use the new GTK file selector
17147                 Update prototype to match the reality: multiple file
17148                 selection is open-only          
17149         * src/compose.c
17150                 Match the new prototypes        
17151         * configure.ac
17152                 Match the new requirements (gtk 2.4.0)
17153                         
17154 2004-06-26 [colin]      0.9.11cvs17.2
17155
17156         * src/plugins/trayicon/trayicon.c
17157                 Remove useless signal handler on resize, which causes
17158                 an infinite "loop"
17159         
17160 2004-06-26 [colin]      0.9.11cvs17.1
17161         
17162         * tools/Makefile.am
17163                 remove launch_firebird and add nautilus2sylpheed.sh
17164         * src/quicksearch.c
17165           src/summaryview.c
17166                 Fix show/hide "Extended symbols" button problem
17167                 Fix apparition at startup
17168                 Fix const warnings
17169         * src/plugins/image_viewer/Makefile.am
17170                 Fix configure 
17171         * common/ssl.c
17172                 Re-enable certificate check, as it doesn't seem to
17173                 cause Xlib errors anymore
17174
17175 2004-06-25 [paul]       0.9.11cvs17
17176
17177         * sync with 0.9.11cvs17 HEAD
17178         
17179         NOTE: QuickSearch is broken
17180
17181 2004-06-07 [colin]      0.9.10claws67.10
17182         * src/plugins/trayicon/trayicon.c
17183           src/plugins/trayicon/libeggtrayicon/Makefile.am
17184           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17185                 Fix gettextization in trayicon plugin
17186
17187 2004-06-07 [colin]      0.9.10claws67.9
17188         
17189         * src/summaryview.c
17190           src/gtk/gtksctree.[ch]
17191                 Let Shift+{Up,Down} work in summaryview
17192                 (well, Down "works" and Up works)
17193                 Let the list scroll when using these keys
17194
17195 2004-06-06 [colin]      0.9.10claws67.8
17196
17197         * src/plugins/trayicon/trayicon.c
17198                 Fix pixmap update
17199
17200 2004-06-06 [colin]      0.9.10claws67.7
17201
17202         * src/addressbook.c
17203                 Fix signal handling causing system-wide focus grab
17204
17205 2004-05-25 [paul]       0.9.10claws67.6
17206
17207         * Makefile.am
17208           src/Makefile.am
17209                 clean up
17210
17211 2004-05-25 [paul]       0.9.10claws67.5
17212
17213         * replace deprecated gtk_signal... functions
17214
17215 2004-05-23 [colin]      0.9.10claws67.4
17216
17217         * src/compose.c
17218                 Fix wrapping
17219
17220 2004-05-22 [colin]      0.9.10claws67.3
17221
17222         * src/compose.c
17223                 Re-fix [Edited] in compose.c::compose_reedit()
17224
17225 2004-05-22 [colin]      0.9.10claws67.2
17226
17227         * src/procmime.c
17228                 Fix parsing of multiparts mails
17229
17230 2004-05-22 [colin]      0.9.10claws67.1
17231
17232         * src/summaryview.c
17233                 Fix quicksearch
17234
17235 2004-05-22 [paul]       0.9.10claws67
17236
17237         * sync with 0.9.10claws67 HEAD
17238
17239 2004-05-14 [alfons]
17240
17241         * src/procmime.h
17242                 add forgotton prototype
17243
17244 2004-05-10 [paul]       0.9.10claws57
17245
17246         * sync with 0.9.10claws57 HEAD
17247
17248 2004-05-05 [paul]       0.9.9.claws1
17249
17250         * ChangeLog-gtk2        ** REMOVED **
17251           ChangeLog-gtk2.claws  ** ADDED **
17252                 rename and adopt the normal claws format
17253                 
17254         * configure.ac
17255                 require gtkmathview >= 0.5
17256
17257         * ac/*                          ** REMOVED **
17258           ac/                           ** REMOVED **
17259           intl/Makefile.in              ** REMOVED **
17260           m4/                           ** ADDED **
17261           m4/missing                    ** ADDED **
17262           m4/missing/gdk-pixbuf.m4      ** ADDED **
17263           m4/missing/gettext.m4         ** ADDED **
17264           m4/missing/gpgme.m4           ** ADDED **
17265           m4/missing/imlib.m4           ** ADDED **
17266           m4/.cvsignore                 ** ADDED **
17267           m4/Makefile.am                ** ADDED **
17268           m4/README                     ** ADDED **
17269           m4/aclocal-include.m4         ** ADDED **
17270           m4/aspell.m4                  ** ADDED **
17271           m4/check-type.m4              ** ADDED **
17272           m4/gnupg-check-typedef.m4     ** ADDED **
17273           m4/openssl.m4                 ** ADDED **
17274           m4/spamassassin.m4            ** ADDED **
17275           po/ChangeLog                  ** REMOVED **
17276           po/Makefile.in.in             ** REMOVED **
17277           po/Rules-quot                 ** REMOVED **
17278           po/boldquot.sed               ** REMOVED **
17279           po/en@boldquot.header         ** REMOVED **
17280           po/en@quot.header             ** REMOVED **
17281           po/insert-header.sin          ** REMOVED **
17282           po/quot.sed                   ** REMOVED **
17283           po/remove-potcdate.sed        ** REMOVED **
17284           po/remove-potcdate.sin        ** REMOVED **
17285           po/stamp-po                   ** REMOVED **
17286           Makefile.am
17287           autogen.sh
17288           configure.ac
17289                 enable building with automake 1.8.x
17290                 add 'autopoint --force' to autogen.sh and remove all
17291                 auto-generated files, remove ac/ directory and use
17292                 m4/ directory instead
17293                 
17294         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17295                 fix gettextization
17296
17297 2004-02-28 Colin Leroy <colin@colino.net>
17298         * src/prefs_matcher.c
17299           src/prefs_filtering.c
17300           src/prefs_filtering_action.c
17301                 Fix non-editable GtkEntries
17302
17303 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17304         * src/prefs_themes.c
17305                 utf8 conversion for theme info
17306
17307 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17308         * sync 0.9.9claws
17309
17310 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17311         * src/grouplistdialog.c
17312                 allow multiple selections without ctrl key
17313
17314 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17315         * src/main.c
17316                 enable customizable accelerators
17317
17318 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17319         * src/prefs_common.c
17320                 re-enable different font settings for gtk1/2
17321         * src/prefs_folder_item.c
17322                 fix folder prefs displayed wrong
17323         * src/textview.c
17324                 set 'sunken' shadow type
17325
17326 2004-02-07 Colin Leroy <colin@colino.net>
17327         * src/compose.c
17328                 Fix message being always [Edited]
17329                 Encode headers correctly (utf8 buf)
17330
17331 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17332         * src/socket.c
17333                 remove double g_source_attach()
17334                 (Thanks to Colin Leroy)
17335
17336 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17337         * src/gtk/gtksctree.c
17338                 Fix SSL certificate list not shown
17339         * src/mimeview.c
17340                 Fix clicks in mime tree
17341
17342 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17343         * src/common/socket.c
17344                 Fix SSL receive
17345         * src/compose.c
17346                 Fix clipboard menu hotkeys
17347
17348 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17349         * src/gtk/gtkaspell.[ch]
17350           src/compose.c
17351                 reimplement spellchecker
17352
17353 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17354         * src/gtk/filesel.c
17355                 crash when inserting file in compose window
17356                 (TODO: keep old selection on clicks)
17357         * src/main.c
17358                 use gtkrc-2.0 instead of gtkrc
17359
17360 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17361         * src/messageview.c
17362                 remove orphaned mimeview unref()
17363
17364 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17365         * src/grouplistdialog.c
17366                 expand nodes containing subscribed groups
17367
17368 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17369         * src/textview.c
17370                 textview: hide cursor, restore old click behaviour
17371
17372 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17373         * src/textview.c
17374                 variable names messed up
17375
17376 2004-01-17 Colin Leroy <colin@colino.net>
17377         * src/addr_compl.c
17378                 Fix completion address too thin
17379         * src/compose.c
17380                 Fix tab-to-subject behaviour
17381         * src/summaryview.c
17382                 Implement key up & down in summaryview
17383
17384 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17385
17386         * sync 098claws
17387
17388 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17389         * configure.ac
17390           Makefile.am
17391           doc/.cvsignore
17392           doc/Makefile.am
17393                 faq, man, manual moved to doc/
17394         * ac/aspell.m4
17395           ac/check-type.m4
17396           ac/gnupg-check-typedef.m4
17397           ac/openssl.m4
17398           ac/spamassassin.m4
17399           ac/missing/gdk-pixbuf.m4
17400           ac/missing/gpgme.m4
17401           ac/missing/imlib.m4
17402                 fix automake warnings
17403
17404 2003-12-06 Colin Leroy <colin@colino.net>
17405         * src/summaryview.c
17406                 Fix quicksearch
17407
17408 2003-12-05 Colin Leroy <colin@colino.net>
17409         * src/summaryview.c
17410                 Fix going to next unread folder
17411
17412 2003-12-05 Colin Leroy <colin@colino.net>
17413         * src/crash.c
17414                 Fix gtk2 compilation
17415         * src/session.c
17416                 Remove iotag source handler at disconnection
17417         * src/socket.[ch] 
17418                 Remove source handler when closing socket 
17419                 (fixes another seg)
17420
17421 2003-12-04 Colin Leroy <colin@colino.net>
17422         * src/compose.c
17423           src/prefs_account.c
17424           src/prefs_common.c
17425                 Fix some dropdown menus
17426
17427 2003-12-04 Colin Leroy <colin@colino.net>
17428         * src/compose.c
17429                 Fix event handlers on header fields
17430         * src/common/socket.c
17431           src/common/session.c
17432                 Fix segfault with callback (SSL)
17433                 Fix end of session 
17434
17435 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17436
17437         * Fix compile bug in src/compose.c
17438         * removed src/gtk/gtkstext.[ch]
17439
17440 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17441
17442         * Convert character set and escape "text" attributes in toolbar setting
17443         files.
17444         * Fixed bug in button-press-event handling.
17445
17446 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17447
17448         * Fixed bug in key-press-event handling.
17449
17450 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17451
17452         * Enabled to compile tray-icon plugin (Ad-hoc).
17453         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17454
17455 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17456
17457         * Enabled to compile on sylpheed-claws.
17458         (tray-icon plugin still cannot compile yet.)
17459
17460 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17461
17462         * Updated to 0.9.5.
17463
17464 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17465
17466         * Updated to 0.9.4.
17467         * Ported monitoring SSL mechanism to GSource of GLib2
17468         (I don't confirm it)
17469         * Added _gtk2 suffix to key name of font preference to avoid
17470         ovverwriting preference of Gtk+-1.2 version.
17471
17472 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17473
17474         * Updated to 0.9.2.
17475
17476 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17477
17478         * Updated to 0.9.1.
17479         * Translate po files into UTF-8 when execute autogen.sh.
17480
17481 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17482
17483         * Updated to 0.9.0.
17484
17485 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17486
17487         * Plugged GError related memory leaks.
17488
17489 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17490
17491         * Changed default size of fonts.
17492         * Enabled to set titile font size of warning dialog.
17493
17494 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17495
17496         * Embed a sylpheed icon into executable binary on Windows.
17497
17498 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17499
17500         * I forgot to traslate character set of element string in src/xml.c.
17501
17502 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17503
17504         * Fixed detecting bind_textdomain_codeset in configure.in.
17505         * The bug in which "Example" of "Date fromat" preference isn't displayed
17506         correctly has been fixed.
17507
17508 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17509
17510         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17511           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17512           glib-gettextize
17513           Removed intl directory.
17514           Translated po files into UTF-8.
17515           (Thanks! Ryuji Abe)
17516
17517 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17518
17519         * The bug which doesn't unscape string in xml.c has been fixed.
17520
17521 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17522
17523         * The bug which is failed to translate encoding of file name thorough
17524         file dialog has been fixed.
17525
17526 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17527
17528         * Modified to translate file names which is used in inporting/expoting
17529         mbox feature and "Save as" feature into locale encoding.
17530         * Translate file names into locale encoding when "Attache file" and
17531         "Insert file".
17532         * Force set G_BROKEN_FILENAMES environment variable.
17533         * Other minor fixes.
17534
17535 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17536
17537         * Modified to treat MH folder's name as locale encoding.
17538
17539 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17540
17541         * The bug which clash on switching candidates of auto completion of
17542         addresses, cannot use auto completion in Japanesse is fixed
17543         (Thanks! Tokunaga-san)¡¥
17544
17545 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17546
17547         * The bug which cannot switch key accelerator preference has been fixed
17548         (Thanks! smbd-san)¡¥
17549
17550 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17551
17552         * version 0.8.11-gtk2-20030314
17553
17554 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17555
17556         * The bug in which character set conversion of filtering messages has
17557         been fixed.(Thanks! COCOA-san).
17558
17559 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17560
17561         * Revived "Leave space on head" preference in "Message" category.
17562         * A bug which clash when put the cursor to end of buffer and execute
17563         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17564
17565 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17566
17567         * version 0.8.11-gtk2-20030312
17568
17569 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17570
17571         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17572         * Modified to use Pango's API directly for font preference.
17573         * Integrated GtkTextView of textview to one widget.
17574         * Set fonts of header title in textview by "header_title" tag.
17575         * Removed some deprecated codes.
17576
17577 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17578
17579         * Updated to 0.8.11.
17580         * Merged cygwin patch(Thanks! Sakai-san).
17581
17582 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17583
17584         * version 0.8.10-gtk2-20030309