edf60819c0b06d629ab56fe9992f6ed217f07969
[claws.git] / ChangeLog
1 2006-08-27 [colin]      2.4.0cvs100
2
3         * src/folder.c
4                 Don't use F_UNKNOWN folders for any default
5                 outbox/trash/etc
6         * src/plugins/bogofilter/bogofilter.c
7         * src/plugins/bogofilter/bogofilter.h
8         * src/plugins/bogofilter/bogofilter_gtk.c
9                 Add an option to specify the path to bogofilter
10                 Use single-quotes to be able to learn in folders
11                 with spaces in their names
12                 Verify learning status
13
14 2006-08-27 [colin]      2.4.0cvs99
15
16         * manual/faq.xml
17         * manual/plugins.xml
18                 Document Bogofilter plugin
19
20 2006-08-27 [colin]      2.4.0cvs98
21
22         * src/compose.c
23         * src/messageview.c
24         * src/procmsg.c
25         * src/procmsg.h
26                 When possible, copy the queued mail to sent folder
27                 instead of re-adding. Much faster on IMAP.
28
29 2006-08-27 [colin]      2.4.0cvs97
30
31         * src/msgcache.c
32                 Disable mmaped caches - huge metadata loss
33                 here after a power failure.
34         * src/summaryview.c
35                 Add quicksearch timing
36         * src/common/plugin.c
37         * src/common/plugin.h
38                 Implement an interface to tell what plugins
39                 provide. Prevent loading of similar plugins.
40         * src/plugins/clamav/clamav_plugin.c
41         * src/plugins/demo/demo.c
42         * src/plugins/dillo_viewer/dillo_viewer.c
43         * src/plugins/pgpcore/plugin.c
44         * src/plugins/pgpinline/pgpinline.c
45         * src/plugins/pgpmime/pgpmime.c
46         * src/plugins/spamassassin/spamassassin.c
47         * src/plugins/trayicon/trayicon.c
48                 Implement plugin_provides()
49
50 2006-08-27 [colin]      2.4.0cvs96
51
52         * configure.ac
53         * src/plugins/Makefile.am
54         * src/plugins/bogofilter/.cvsignore
55         * src/plugins/bogofilter/Makefile.am
56         * src/plugins/bogofilter/bogofilter.c
57         * src/plugins/bogofilter/bogofilter.h
58         * src/plugins/bogofilter/bogofilter_gtk.c
59                 New Bogofilter plugin, provides filtering and
60                 learning. Spamassassin will go to extra plugins.
61
62 2006-08-26 [mones]      2.4.0cvs95
63
64         * manual/handling.xml
65                 Fix subfolder path in the example (thanks to Paul) 
66
67 2006-08-26 [mones]      2.4.0cvs94
68
69         * manual/glossary.xml
70                 2.2. + add ISP to the glossary
71                 7.5. + Add UIDL to glossary
72                 7.7. + Add TCP to glossary
73         * manual/handling.xml
74                 7.1. + Mentions GNU/Linux distribution, what about the non...
75                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
76                 7.3. + Mentions .bashrc, what about the non-bash ones? 
77                 7.4. = Use appropriate quotation for commands
78                 7.6. = change "" to <quote></quote>
79         * manual/plugins.xml
80                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
81         * manual/starting.xml
82                 2.1. + local mbox file: some examples of mbox file locations...
83                 Also reformatted files requiring it
84
85 2006-08-26 [wwp]        2.4.0cvs93
86
87         * src/summary_search.c
88                 disable find buttons while summary search is running.
89
90 2006-08-25 [colin]      2.4.0cvs92
91
92         * src/folder.c
93         * src/folderutils.c
94         * src/mh.c
95         * src/procmsg.h
96         * src/summaryview.c
97                 Speed up MH moving, and add progressbar
98                 for MH deletion
99         * src/msgcache.c
100                 Write cache files using mmap() too
101
102 2006-08-25 [wwp]        2.4.0cvs91
103
104         * src/summaryview.c
105                 switch spam<->ham button when a message has been marked as spam or ham
106                 and is still selected. Thanks to Colin.
107
108 2006-08-25 [paul]       2.4.0cvs90
109
110         * src/Makefile.am
111         * src/stock_pixmap.c
112         * src/stock_pixmap.h
113         * src/summaryview.c
114         * src/gtk/icon_legend.c
115         * src/pixmaps/copied.xpm
116         * src/pixmaps/moved.xpm
117                 add icons for delayed execution marked for
118                 copying, marked for moving
119
120 2006-08-25 [mones]      2.4.0cvs89
121
122         * manual/glossary.xml
123                 Fix the other glossary items:
124                 5.1. = Inmmediate execution -> <quote>immediate execution...
125                 5.2. = Fix MBOX capitalization -> Mbox
126                 5.3. + Improve Plugins def. w/ tech. ref.
127                 5.4. = Quotation -> replace '>' by <quote>></quote>
128                 5.5. - SMTP Server. -> remove dot
129         * po/es.po
130                 Updated translation
131
132 2006-08-25 [mones]      2.4.0cvs88
133
134         * manual/ack.xml
135                 Reformatted, changed email address
136         * manual/glossary.xml
137                 Reformatted, fixed MANUAL-TODO items:
138                 8.2. + add ROT-13 to glossary
139                 8.4. + add URL to glossary
140         * manual/es/advanced.xml
141                 Fixed <literal>s
142
143 2006-08-25 [paul]       2.4.0cvs87
144
145         * src/gtk/icon_legend.c
146                 add 'marked for deletion' icon
147                 arrange icons by containing column
148                 wrap long label text
149
150 2006-08-25 [colin]      2.4.0cvs86
151
152         * src/common/utils.c
153         * src/common/utils.h
154                 Add the sc_g_*list_bigger functions in
155                 a place everyone can use it
156         * src/summaryview.c
157                 Only freeze/thaw the list when working
158                 on the selection, if it's bigger than 1
159         * src/gtk/gtksctree.c
160                 Only freeze/thaw the list when unselec-
161                 ting 'all' if ('all' != 1)
162                 This avoids some flickering
163
164 2006-08-24 [colin]      2.4.0cvs85
165
166         * src/addressbook.c
167                 Fix strange list selection
168                 Fix random seg (Invalid read of freed memory)
169
170 2006-08-24 [colin]      2.4.0cvs84
171
172         * src/alertpanel.c
173         * src/gtk/inputdialog.c
174         * src/plugins/pgpcore/passphrase.c
175                 Revert minimal width patch of 2.4.0cvs67,
176                 as it is also a maximal width. Use 
177                 gtk_window_set_default_size instead.
178
179 2006-08-24 [colin]      2.4.0cvs83
180
181         * src/msgcache.c
182                 Write cache/mark to temp files before
183                 overwriting old ones (avoids metadata
184                 loss if writing the new files fail).
185                 Use mmap() to read cache/mark file, as
186                 this makes cache reading faster. Dis-
187                 abled for big-endian machines until it
188                 can be tested. (Big-endian users: set
189                 msgcache_use_mmap = TRUE in the relevant
190                 #if).
191         * src/procmsg.h
192                 Move rarely used fields of MsgInfo in 
193                 another structure, which will only be
194                 allocated if needed. Face, X-Face,
195                 Return receipt headers and List-*
196                 headers are moved. Mails having none
197                 of these occupy 52 bytes less with
198                 this patch, which makes 2.5MB of RAM
199                 saved on a 50k folder).
200         * src/headerview.c
201         * src/mainwindow.c
202         * src/messageview.c
203         * src/partial_download.c
204         * src/procheader.c
205         * src/procmsg.c
206         * src/textview.c
207                 Follow this structure change.
208
209 2006-08-24 [wwp]        2.4.0cvs82
210
211         * manual/es/.cvsignore
212         * manual/es/dist/.cvsignore
213         * manual/es/dist/html/.cvsignore
214         * manual/es/dist/pdf/.cvsignore
215         * manual/es/dist/ps/.cvsignore
216         * manual/es/dist/txt/.cvsignore
217                 more (generated) files to ignore.
218
219 2006-08-24 [colin]      2.4.0cvs81
220
221         * src/folder.c
222         * src/mh.c
223                 Fix possible problems with local delivery. Check the folder doesn't
224                 need scan before setting its mtime when saving cache (which can be
225                 done long after the folder's been modified by an external process);
226                 Check that the stored item's mtime didn't change in mh functions.
227
228 2006-08-24 [mones]      2.4.0cvs80
229
230         * manual/advanced.xml
231                 Rewrapping, some fixes and MANUAL-TODO items:
232                 8.1. = change "" to <quote></quote>
233                 8.3. = quote menu items
234                 8.5. - deploying -> new user ... ideally a new user (redundant)
235
236 2006-08-23 [colin]      2.4.0cvs79
237
238         * src/gtk/gtksctree.c
239                 When selecting or deselecting range, only
240                 freeze/thaw when selection is bigger than 10
241
242 2006-08-23 [colin]      2.4.0cvs78
243
244         * src/messageview.c
245         * src/mimeview.c
246         * src/mimeview.h
247         * src/plugins/dillo_viewer/dillo_viewer.c
248                 Provide an API for MimeViewer plugins to
249                 return a text selection for replying
250
251 2006-08-23 [colin]      2.4.0cvs77
252
253         * src/image_viewer.c
254         * src/textview.c
255                 Use gtk_pixbuf_new_from_file_at_scale(), which
256                 is faster than getting the pixbuf then resizing
257                 it.
258
259 2006-08-23 [colin]      2.4.0cvs76
260
261         * src/procmime.c
262                 UTF-8 should be sent Quoted-printable
263
264 2006-08-22 [colin]      2.4.0cvs75
265
266         * src/mh.c
267                 Check if scan is required before touching
268                 the folder (or it'll be required every time)
269
270 2006-08-22 [colin]      2.4.0cvs74
271
272         * configure.ac
273                 Require libetpan 0.46 (crasher fix when built
274                 against gnutls)
275
276 2006-08-22 [colin]      2.4.0cvs73
277
278         * src/folder.c
279                 Set folder's mtime after writing its
280                 cache
281         * src/folderview.c
282                 Add some timing
283         * src/procmsg.c
284                 Don't do useless stuff if we don't 
285                 thread by subject
286         * src/summaryview.c
287                 Add some timing, don't deselect prior
288                 to selecting (gtksctree does it itself),
289                 remove crash avoidance hacks as it's been
290                 properly fixed since a while
291         * src/common/utils.c
292                 Optimize to_human_readable(): _() is slow,
293                 do it only once, and avoid %f format for KB
294                 (the most common in a summaryview)
295         * src/gtk/gtksctree.c
296                 Don't uselessly freeze/thaw (fixes flicker
297                 on next unread and friends), reduce number
298                 of g_list_nth/g_list_position where possible
299         * src/gtk/gtkutils.c
300         * src/gtk/gtkutils.h
301                 Reduce number of g_list_nth/g_list_position
302                 where possible.
303                 All of this makes loading as 70k folder 2.1
304                 seconds instead of 3.2 (with hot FS caches).
305                 (1.3 seconds without Date and Size columns...)
306
307 2006-08-22 [paul]       2.4.0cvs72
308
309         wrap documents and do some items from mones' MANUAL-TODO:
310
311         * manual/account.xml
312                 4.1. = fix tabname references to <quote>tabname</quote>
313                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
314         * manual/faq.xml
315                 1.1. = mentioned options don't match UI
316                 Add information about the 'Never send Return Receipts'
317                 option
318         * manual/handling.xml
319                 6.2. = Mentions Extended symbols button, but now is
320                 named Information
321                 6.3. = Mentions ... button, which is now Edit
322
323 2006-08-22 [colin]      2.4.0cvs71
324
325         * src/gtk/pluginwindow.c
326                 Fix layout in verbose translations (such
327                 as french)
328
329 2006-08-22 [paul]       2.4.0cvs70
330
331         * manual/Makefile.am
332                 build manuals in alphabetical order
333         * src/addressbook.c
334         * src/prefs_themes.c
335                 replace/remove deprecated symbols
336         * src/gtk/gtkutils.c
337                 fix a warning
338         * src/gtk/pluginwindow.c
339                 replace deprecated symbol
340                 replace label text and move it
341         * src/plugins/pgpcore/prefs_gpg.c
342                 move the 'Generate...' button out of the
343                 Sign Key frame, replace the English used
344         * src/plugins/pgpcore/sgpgme.c
345                 fixes to the English
346
347 2006-08-21 [colin]      2.4.0cvs69
348
349         * src/plugins/trayicon/trayicon.c
350                 Add more strings for translation; patch
351                 by Pawel
352
353 2006-08-21 [colin]      2.4.0cvs68
354
355         * src/compose.c
356                 fix replied flag not set after drafting
357         * src/matcher.c
358                 fix body quicksearch in non-encoded bodies
359                 containing '='
360         * src/msgcache.c
361                 Get rid of the g_malloc workaround for
362                 corrupted caches, use g_try_malloc
363
364 2006-08-21 [colin]      2.4.0cvs67
365
366         * src/alertpanel.c
367         * src/gtk/inputdialog.c
368         * src/plugins/pgpcore/passphrase.c
369                 Set minimal width to 375
370         * src/mainwindow.c
371                 Fix switching to offline, asking if it 
372                 should be overriden for synchronising
373         * src/mimeview.c
374                 Don't offer to remember command on Open 
375                 with for text parts, as the browser or 
376                 text editor command isn't changed from 
377                 there
378
379 2006-08-20 [paul]       2.4.0cvs66
380
381         * po/ko.po
382         * po/zh_CN.po
383                 fix plural form errors. revealed by stricter
384                 checking of gettext 0.15
385
386 2006-08-18 [paul]       2.4.0cvs65
387
388         * src/stock_pixmap.c
389                 fix the fix of 2.4.0cvs64
390                 Thanks to Colin
391
392 2006-08-18 [paul]       2.4.0cvs64
393
394         * src/stock_pixmap.c
395                 fix leaks
396                 Thanks to Colin
397
398 2006-08-18 [paul]       2.4.0cvs63
399
400         * src/compose.c
401         * src/procmsg.c
402                 fix occasional IMAP bug where large msgs
403                 were left in the queue folder after sending
404                 Thanks to Colin
405
406 2006-08-18 [paul]       2.4.0cvs62
407
408         * src/folderview.c
409                 freeze the summaryview while quicksearch results
410                 are displayed
411                 (fixes bug 456 'current message is hidden when the
412                 view is refreshed and extended search is "unread 
413                 messages"')
414                 Thanks to Colin
415         * src/textview.c
416                 add missing #include "inputdialog.h"
417         * src/common/utils.h
418                 add missing mailcap_update_default() and improve
419                 readability
420
421 2006-08-17 [colin]      2.4.0cvs61
422
423         * src/plugins/pgpcore/select-keys.c
424                 Fix warnings :)
425
426 2006-08-17 [colin]      2.4.0cvs60
427
428         * src/compose.c
429                 Don't continue queuing if Cancel is clicked
430                 in select-keys
431
432 2006-08-17 [colin]      2.4.0cvs59
433
434         * src/plugins/pgpcore/select-keys.c
435                 When encrypting, if only one key matches and it 
436                 matches exactly, automatically use it.
437
438 2006-08-17 [colin]      2.4.0cvs58
439
440         * src/mimeview.c
441         * src/prefs_common.c
442         * src/prefs_common.h
443         * src/prefs_ext_prog.c
444         * src/textview.c
445                 Fix issues with previous patch (text/html)
446                 Remove outdated prefs
447
448 2006-08-17 [colin]      2.4.0cvs57
449
450         * src/imap.c
451                 Add View Log button on auth error
452         * src/procmsg.c
453                 Fix encrypted mail marked as new when
454                 saved in normal folders
455         * src/plugins/pgpinline/pgpinline.c
456                 Fix encrypt bug on IMAP
457         * src/mimeview.c
458         * src/common/utils.c
459         * src/common/utils.h
460         * src/gtk/inputdialog.c
461         * src/gtk/inputdialog.h
462                 Get rid of metamail stuff, simplify
463                 opening, and allow remembering of user's
464                 choices (by updating ~/.mailcap). There's
465                 still to drop "Audio player" and "Image
466                 viewer" preferences.
467
468 2006-08-17 [mones]      2.4.0cvs56
469
470         * manual/es/sylpheed-claws-manual.xml
471                 fix DTD path
472
473 2006-08-17 [mones]      2.4.0cvs55
474
475         * configure.ac
476         * manual/Makefile.am
477         * manual/es/Makefile.am
478         * manual/es/account.xml
479         * manual/es/ack.xml
480         * manual/es/addrbook.xml
481         * manual/es/advanced.xml
482         * manual/es/faq.xml
483         * manual/es/glossary.xml
484         * manual/es/gpl.xml
485         * manual/es/handling.xml
486         * manual/es/intro.xml
487         * manual/es/keyboard.xml
488         * manual/es/plugins.xml
489         * manual/es/starting.xml
490         * manual/es/sylpheed-claws-manual.xml
491         * manual/es/dist/Makefile.am
492         * manual/es/dist/html/Makefile.am
493         * manual/es/dist/pdf/Makefile.am
494         * manual/es/dist/ps/Makefile.am
495         * manual/es/dist/txt/Makefile.am
496                 Spanish translation for the manual
497
498 2006-08-16 [colin]      2.4.0cvs54
499
500         * src/compose.c
501         * src/main.c
502         * src/mainwindow.c
503                 Fix send button sensitivity at startup
504                 Set send menu sensitivity (patch by Fabien)
505         * src/ssl_manager.c
506                 Enable closing with esc (patch by Fabien)
507         * src/gtk/foldersort.c
508                 Enable closing with esc (patch by Fabien)
509         * src/procmime.c
510                 Optimisation (no need to copy to tempfile to
511                 "decode" 7bit and 8bit)
512         * src/summaryview.c
513                 Fix cruft in swap_from case
514         * src/textview.c
515                 Fix missing last line in some mail cases 
516                 (Fixes debian #381872)
517         * src/plugins/pgpcore/prefs_gpg.c
518         * src/plugins/pgpcore/sgpgme.c
519         * src/plugins/pgpcore/sgpgme.h
520                 Don't show "no key found" when user explicitely
521                 wants to create a key
522
523 2006-08-16 [paul]       2.4.0cvs53
524
525         * configure.ac
526         * src/account.c
527         * src/addressbook.c
528         * src/headerview.c
529         * src/prefs_account.c
530         * src/prefs_message.c
531         * src/gtk/gtkutils.c
532                 bump up minimum required versions of GTK+ and
533                 GLIB to 2.6.0
534
535 2006-08-16 [paul]       2.4.0cvs52
536
537         * src/toolbar.c
538                 workaround GTK+ Bug 351600 - 'Can't re-click
539                 on button after sensitivity update'
540                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
541                 Thanks to Colin
542
543 2006-08-15 [colin]      2.4.0cvs51
544
545         * src/plugins/pgpcore/prefs_gpg.c
546                 Set options sensitivity according to
547                 key existence
548         * src/plugins/pgpcore/sgpgme.c
549                 Allow to create key with no passphrase
550
551 2006-08-14 [cleroy]     2.4.0cvs50
552
553         * src/gtk/pluginwindow.c
554                 New layout (maybe to be changed?)
555         * src/gtk/gtkutils.c
556                 Fix a bit label_window
557         * src/plugins/pgpcore/passphrase.c
558         * src/plugins/pgpcore/passphrase.h
559         * src/plugins/pgpcore/plugin.c
560         * src/plugins/pgpcore/prefs_gpg.c
561         * src/plugins/pgpcore/prefs_gpg.h
562         * src/plugins/pgpcore/sgpgme.c
563         * src/plugins/pgpcore/sgpgme.h
564                 Allow to create a PGP private key via the GUI
565
566 2006-08-14 [wwp]        2.4.0cvs49
567
568         * src/addressbook_foldersel.c
569                 fix strict ISO C90 compliance.
570
571 2006-08-14 [paul]       2.4.0cvs48
572
573         * src/gtk/prefswindow.c
574                 re-set scrolled window on opening
575                 Patch by Ticho
576
577 2006-08-14 [paul]
578
579         2.5.0-rc1 released
580
581 2006-08-14 [paul]       2.4.0cvs47
582
583         * src/prefs_display_header.c
584                 re-enable user-defined Displayed Headers
585
586 2006-08-14 [paul]       2.4.0cvs46
587
588         * src/prefs_account.c
589                 use GTK_STOCK_EDIT
590
591 2006-08-13 [colin]      2.4.0cvs45
592
593         * src/common/utils.c
594                 Fix "a" in quote when the original message is empty,
595                 by using \0 instead of 'a' to test writability of
596                 temp files.
597
598 2006-08-13 [wwp]        2.4.0cvs44
599
600         * src/plugins/spamassassin/spamassassin.c
601                 fix capitalization of "SpamAssassin" in some debug, log and
602                 dialog messages.
603
604 2006-08-13 [paul]       2.4.0cvs43
605
606         * src/editldap.c
607                 fix overlapping widgets
608         * src/prefs_account.c
609                 fix translation of protocol_names[]
610                 fix label disappearing off the edge of the
611                 visible area
612
613 2006-08-12 [paul]       2.4.0cvs42
614
615         * manual/plugins.xml
616                 update IRC channel info before it gets forgotten
617                 about
618
619 2006-08-11 [colin]      2.4.0cvs41
620
621         * src/compose.c
622         * src/mainwindow.c
623         * src/mainwindow.h
624         * src/procmsg.c
625         * src/procmsg.h
626         * src/summaryview.c
627         * src/toolbar.c
628                 Grey out the Send button if
629                 - Queue folders are empty, or
630                 - We're sending already
631
632 2006-08-11 [wwp]        2.4.0cvs40
633
634         * src/main.c
635                 fix a logic issue when quitting while a compose window is
636                 still open, thanks to Colin.
637
638 2006-08-10 [colin]      2.4.0cvs39
639
640         * src/main.c
641                 Fix default font size setting after wizard run
642         * src/imap.c
643         * src/etpan/imap-thread.c
644         * src/etpan/imap-thread.h
645                 Fix bug #999 (Timing out on TSL cert validation 
646                 dialog makes ugly things happen). Also, STARTTLS
647                 unconditionnaly if initial capabilities contain
648                 LOGINDISABLED and STARTTLS.
649
650 2006-08-09 [colin]      2.4.0cvs38
651
652         * src/mainwindow.c
653         * src/mainwindow.h
654                 Fix Tools/Actions sensitivity when there are
655                 no actions
656
657 2006-08-09 [colin]      2.4.0cvs37
658
659         * src/prefs_filtering.c
660                 Warning fix, patch by Paul
661         * src/messageview.c
662         * src/prefs_actions.c
663         * src/prefs_filtering_action.c
664         * src/prefs_matcher.c
665                 Uniformisation of "Info ..." to "Info..." (for
666                 old gtk), patch by Fabien
667         * src/plugins/clamav/clamav_plugin_gtk.c
668                 Sensitivity fix by Fabien
669
670 2006-08-09 [colin]      2.4.0cvs36
671
672         * src/main.c
673         * src/main.h
674                 Add a function to know whether we're exiting
675         * src/plugins/trayicon/trayicon.c
676                 If exiting, don't do anything. Faster, and
677                 avoids gtk_main_iteration reentracy causing
678                 segfaults at exit
679
680 2006-08-09 [colin]      2.4.0cvs35
681
682         * src/messageview.c
683         * src/mimeview.c
684         * src/mimeview.h
685                 Fix lack of part selection when automatically 
686                 jumping to a specific part
687         * src/msgcache.c
688                 Little optimisation in cache reading
689
690 2006-08-09 [colin]      2.4.0cvs34
691
692         * src/compose.c
693                 Fix crash setting the priority on reedit
694                 (Accessing compose before creating it!)
695
696 2006-08-08 [colin]      2.4.0cvs33
697
698         * src/procmime.c
699                 Fix bug #998 (last attachment is not accessible)
700                 Bad RFC interpretation on multipart close-delimiters
701         * src/mimeview.c
702         * src/mimeview.h
703         * src/gtk/gtkvscrollbutton.c
704         * src/gtk/gtkvscrollbutton.h
705                 Make attachments list wheel-scrollable
706
707 2006-08-07 [colin]      2.4.0cvs32
708
709         * src/gtk/gtkaspell.c
710                 Fix bug #973 (Unicode punctation characters 
711                 are not recognized as separators by the
712                 spell checker); fix unsigned stuff
713
714 2006-08-07 [colin]      2.4.0cvs31
715
716         * src/compose.c
717                 Fix bug #956 (DnD text with accents in compose 
718                 text entry); fix gccc's signed/unsigned fuss
719
720 2006-08-06 [colin]      2.4.0cvs30
721
722         * src/main.c
723                 Fix bug #979 (Plugin crashes when exiting 
724                 sylpheed-claws) : handle exit request only 
725                 once
726
727 2006-08-05 [colin]      2.4.0cvs29
728
729         * src/news.c
730                 Just make sure we have a msgid.
731
732 2006-08-05 [colin]      2.4.0cvs28
733
734         * src/news.c
735         * src/summaryview.c
736                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
737                 by reimplementing it
738         * src/textview.c
739                 Fix bug when hiding quotes with level > 3 and quote
740                 colors are recycled
741
742 2006-08-04 [colin]      2.4.0cvs27
743
744         * src/compose.c
745         * src/undo.c
746         * src/undo.h
747                 Fix a bit replace-by-pasting undo
748         * src/mainwindow.c
749         * src/messageview.c
750                 Fix Fold quotes menu synchro in
751                 mainwindow when it changes in 
752                 messageview
753         * src/textview.c
754                 Fix right-click on quotes blocks
755         * src/common/utils.c
756                 Verify that the file created by
757                 my_tmpfile() is writable. Fixes
758                 bug #988 (very specific filesystem
759                 issue)
760         * src/plugins/pgpcore/sgpgme.c
761                 Fix file descriptor leak
762         * src/plugins/spamassassin/spamassassin.c
763                 Warn once if spamd isn't reachable
764
765 2006-08-04 [colin]      2.4.0cvs26
766
767         * src/toolbar.c
768                 i18n context patch by Fabien
769
770 2006-08-03 [colin]      2.4.0cvs25
771
772         * src/mainwindow.c
773         * src/messageview.c
774                 Rename "Hide quotes" to "Fold quotes"
775         * src/textview.c
776                 Don't use hand cursor on quotes. "all 
777                 the bonuses of the feature and none of 
778                 unwelcome side-effects"
779
780 2006-08-03 [colin]      2.4.0cvs24
781
782         * AUTHORS
783         * sylpheed-claws.desktop
784         * src/gtk/authors.h
785                 Bring the desktop file to XDG compliance
786                 Patch by Charles A. Edwards
787
788 2006-08-03 [colin]      2.4.0cvs23
789
790         * src/textview.c
791                 Fix links offset when they are preceded
792                 by accentued chars (g_utf8_strlen!)
793         * src/mainwindow.c
794                 Fix wrong status when starting offline
795
796
797 2006-08-03 [wwp]        2.4.0cvs22
798
799         * src/prefs_common.h
800                 ask what to do w/ filtering rules that belong to an account when
801                 applying filtering rules manually from the main window (skip,
802                 apply regardless of the account, use current account). This dialog
803                 can be skipped and the last reply used.
804                 (forgot that file)
805
806 2006-08-03 [wwp]        2.4.0cvs21
807
808         * src/filtering.c
809         * src/filtering.h
810         * src/prefs_common.c
811         * src/summaryview.c
812         * src/alertpanel.c
813         * src/alertpanel.h
814         * src/messageview.c
815                 ask what to do w/ filtering rules that belong to an account when
816                 applying filtering rules manually from the main window (skip,
817                 apply regardless of the account, use current account). This dialog
818                 can be skipped and the last reply used.
819
820
821 2006-08-03 [colin]      2.4.0cvs20
822
823         * src/textview.c
824                 Optimize previous patch
825
826 2006-08-03 [cleroy]     2.4.0cvs19
827
828         * src/textview.c
829                 Fix quotes getting toggled back when the
830                 mail has an even number of text parts
831
832 2006-08-02 [colin]      2.4.0cvs18
833
834         * src/messageview.c
835                 Add Hide quotes menu
836
837 2006-08-02 [colin]      2.4.0cvs17
838
839         * src/mainwindow.c
840         * src/prefs_common.c
841         * src/textview.c
842         * src/textview.h
843         * src/gtk/about.c
844                 Allow per-level quote hiding,
845                 Allow toggling quotes by double-clicking them
846                 Rename RemoteURI to ClickableText to reflect
847                 the fact it's used for a variety of things
848
849 2006-08-02 [wwp]        2.4.0cvs16
850
851         * src/mainwindow.c
852                 fix "View/Hide quotes" menu item status initialization.
853
854 2006-08-02 [wwp]        2.4.0cvs15
855
856         * src/matcher_parser_parse.y
857                 remove a debug trace.
858
859 2006-08-02 [paul]       2.4.0cvs14
860
861         * src/plugins/pgpcore/passphrase.c
862                 don't set initial dialog size
863                 make it resizable
864
865 2006-08-02 [paul]       2.4.0cvs13
866
867         * src/noticeview.c
868                 remove the rogue '/' character
869
870 2006-08-02 [paul]       2.4.0cvs12
871
872         * src/noticeview.c
873                 allow buttons to resize as necessary
874
875 2006-08-01 [wwp]        2.4.0cvs11
876
877         * src/mbox.c
878                 fix strict ISO C90 compliance.
879
880 2006-08-01 [wwp]        2.4.0cvs10
881
882         * tools/update-po
883                 updated update-po tool to work w/ context-dependent translations.
884                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
885
886 2006-08-01 [wwp]        2.4.0cvs9
887
888         * src/matcher.c
889         * src/prefs_filtering.c
890         * src/prefs_matcher.c
891                 allow context-dependent translations for "All",
892                 patch by Fabien Vantard <fzzzzz@gmail.com>.
893
894 2006-07-31 [colin]      2.4.0cvs8
895
896         * AUTHORS
897         * src/gtk/authors.h
898                 Add Rafal to authors
899
900 2006-07-31 [colin]      2.4.0cvs7
901
902         * src/compose.c
903         * src/mainwindow.c
904         * src/messageview.h
905         * src/prefs_common.c
906         * src/prefs_common.h
907         * src/textview.c
908                 Add 'View/Hide quotes'. Patch based on a patch
909                 by Rafal Weglarz
910
911 2006-07-31 [colin]      2.4.0cvs6
912
913         * src/action.c
914                 Fix problem with "> stuff >" actions
915
916 2006-07-31 [paul]       2.4.0cvs5
917
918         * po/nb.po
919                 updated by Geir Helland
920
921 2006-07-31 [wwp]        2.4.0cvs4
922
923         * src/mainwindow.c
924         * src/summaryview.c
925         * src/summaryview.h
926                 add "View/Go to/Parent message" and "View/Go to/Last read message",
927                 thanks to Colin.
928
929 2006-07-31 [wwp]        2.4.0cvs3
930
931         * src/Makefile.am
932         * src/addr_compl.c
933         * src/addr_compl.h
934         * src/addressbook.c
935         * src/addressbook.h
936         * src/addressbook_foldersel.c
937         * src/addressbook_foldersel.h
938         * src/addrindex.c
939         * src/addrindex.h
940         * src/matcher.c
941         * src/matcher.h
942         * src/matcher_parser_lex.l
943         * src/matcher_parser_parse.y
944         * src/prefs_common.c
945         * src/prefs_common.h
946         * src/prefs_filtering.c
947         * src/prefs_matcher.c
948         * src/prefs_matcher.h
949         * src/summaryview.c
950                 introduce filtering against the address book. It's now possible to add
951                 matched conditions to determine if any email address in a message matches
952                 or doesn't match any or all books or folders in the address book.
953
954 2006-07-31 [wwp]        2.4.0cvs2
955
956         * src/account.c
957         * src/filtering.c
958         * src/filtering.h
959         * src/folder.c
960         * src/folderview.c
961         * src/inc.c
962         * src/mainwindow.c
963         * src/matcher.c
964         * src/matcher_parser_lex.l
965         * src/matcher_parser_parse.y
966         * src/mbox.c
967         * src/prefs_filtering.c
968         * src/prefs_filtering.h
969         * src/procmsg.c
970         * src/procmsg.h
971         * src/summaryview.c
972                 introduce per-account filtering rules. Each filtering rule can now be assigned
973                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
974                 when applying filtering rules manually, as all rules will apply - even the ones
975                 assigned to an account. This issue will be addressed soon.
976  
977
978
979 2006-07-31 [wwp]        2.4.0cvs1
980
981         * src/quote_fmt.c
982                 make more strings translatable.
983
984 2006-07-31 [paul]       2.4.0
985
986         2.4.0 released
987
988 2006-07-31 [paul]       2.3.1cvs91
989
990         * po/ca.po
991                 updated by Miquel Oliete
992
993 2006-07-31 [paul]       2.3.1cvs90
994
995         * po/de.po
996         * po/el.po
997         * po/fr.po
998         * po/it.po
999         * po/pl.po
1000         * po/pt_BR.po
1001         * po/sr.po
1002         * po/zh_CN.po
1003                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1004                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1005                 Aleksandar Urosevic, and Ralgh Young
1006
1007 2006-07-31 [paul]       2.3.1cvs89
1008
1009         * src/account.c
1010         * src/main.c
1011         * src/mainwindow.c
1012         * src/mainwindow.h
1013                 Fix a race condition when, after an SC crash, rescanning
1014                 folders took more than 0.5 seconds
1015                 Thanks to Colin
1016
1017 2006-07-31 [paul]       2.3.1cvs88
1018
1019         * src/folderview.c
1020                 don't translate separator strings
1021
1022 2006-07-30 [mones]      2.3.1cvs87
1023
1024         * doc/man/sylpheed-claws.1
1025                 Fixed non-ASCII chars in Hoa's name
1026         * po/es.po
1027                 Updated for release
1028
1029 2006-07-27 [colin]      2.3.1cvs86
1030
1031         * src/textview.c
1032                 Don't include the leading \n in links
1033                 Patch by Fabien
1034
1035 2006-07-25 [colin]      2.3.1cvs85
1036
1037         * src/mainwindow.c
1038         * src/common/socket.h
1039         * src/etpan/imap-thread.c
1040                 Refresh resolvers before connecting
1041                 to IMAP servers, and after switching
1042                 to online. Thanks to Paul.
1043
1044 2006-07-18 [colin]
1045
1046         * 2.4.0-rc4 released
1047
1048 2006-07-17 [colin]      2.3.1cvs84
1049
1050         * src/inc.c
1051                 Show connection attempt in statusbar before
1052                 connecting (previously first message was
1053                 "Retrieving messages from ..." after the
1054                 connection succeeded.
1055
1056 2006-07-16 [wwp]        2.3.1cvs83
1057
1058         * sylpheed-claws.ico
1059                 Added .ico file (windows multi-size icon file, generated).
1060
1061 2006-07-12 [wwp]        2.3.1cvs82
1062
1063         * src/messageview.c
1064                 remove Message/Re-edit menu entry from messageview window,
1065                 as sent/draft/queued messages are opened in compose window when
1066                 re-edited and it's not possible to re-edit other msgs.
1067
1068 2006-07-12 [paul]       2.3.1cvs81
1069
1070         * AUTHORS
1071         * src/mainwindow.c
1072         * src/gtk/authors.h
1073                 check online state before resetting
1074                 mailcheck timer. Useful if some program
1075                 verifies connection state and updates
1076                 Claws.
1077                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1078
1079 2006-07-12 [paul]       2.3.1cvs80
1080
1081         * sylpheed-claws-128x128.png
1082         * sylpheed-claws-64x64.png
1083         * sylpheed-claws.png
1084         * src/Makefile.am
1085         * src/main.c
1086         * src/prefs_toolbar.c
1087         * src/stock_pixmap.c
1088         * src/stock_pixmap.h
1089         * src/wizard.c
1090         * src/gtk/about.c
1091         * src/gtk/gtkutils.c
1092         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1093         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1094         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1095         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1096         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1097         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1098                 updated and renamed logo/icon files and related
1099                 logo by Jesper Schultz
1100
1101 2006-07-11 [paul]       2.3.1cvs79
1102
1103         * src/main.c
1104                 fix the labels a smidgin
1105
1106 2006-07-09 [colin]      2.3.1cvs78
1107
1108         * src/textview.c
1109                 Show errors in textviewer's command
1110                 Patch by H. Merijn Brand
1111
1112 2006-07-09 [colin]      2.3.1cvs77
1113
1114         * src/compose.c
1115                 Save FMID in drafts too
1116
1117 2006-07-08 [colin]      2.3.1cvs76
1118
1119         * src/compose.c
1120                 Svae RMID in drafted mails too
1121                 Save quote_fmt vars for whole mails,
1122                 don't reset at each quote_fmt_init:
1123                 allows to use the same |i{var} in
1124                 various template fields
1125         * src/prefs_template.c
1126         * src/quote_fmt.h
1127         * src/quote_fmt_parse.y
1128                 Same
1129
1130 2006-07-08 [colin]      2.3.1cvs75
1131
1132         * src/textview.c
1133                 Fix highlighting of attached parts URIs
1134
1135 2006-07-08 [colin]      2.3.1cvs74
1136
1137         * src/main.c
1138                 Prevent bug #981 (sc 2.3.1 segfaults with 
1139                 gtk+ 2.10) from being reported again:
1140                 if Sylpheed-Claws has been compiled against
1141                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1142                 of if Sylpheed-Claws has been compiled against
1143                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1144                 error out.
1145
1146 2006-07-07 [colin]      2.3.1cvs73
1147
1148         * src/prefs_actions.c
1149                 Fix label
1150
1151 2006-07-07 [colin]      2.3.1cvs72
1152
1153         * src/prefs_actions.c
1154                 Fix compile on gtk < 2.8. argh :)
1155
1156 2006-07-07 [paul]       2.3.1cvs71
1157
1158         * src/common/defs.h
1159                 update DONATE_URI
1160
1161 2006-07-07 [colin]      2.3.1cvs70
1162
1163         * po/POTFILES.in
1164         * src/quote_fmt.c
1165         * src/quote_fmt_lex.l
1166         * src/quote_fmt_parse.y
1167                 Add |i{var}, a way to insert user-entered
1168                 text in a template
1169
1170 2006-07-07 [colin]
1171
1172         * 2.4.0-rc3 released
1173
1174 2006-07-07 [colin]      2.3.1cvs69
1175
1176         * src/folder.c
1177                 Don't consider inboxes of UNKNOWN folder 
1178                 classes to be useable as default inboxes
1179
1180 2006-07-07 [paul]       2.3.1cvs68
1181
1182         * src/textview.c
1183                 add missing #include <errno.h>
1184                 Thanks to René J. Blokland
1185
1186 2006-07-07 [paul]       2.3.1cvs67
1187
1188         * src/action.c
1189                 Return now Closes dialog
1190         * src/mimeview.c
1191         * src/mimeview.h
1192         * src/textview.c
1193                 add contextual menu to mime parts listed
1194                 in the textview
1195                 Thanks to Colin
1196         * src/common/utils.c
1197                 reversal: ' is a valid character in URLs
1198
1199 2006-07-06 [colin]      2.3.1cvs66
1200
1201         * src/remotefolder.h
1202                 Forgotten in previous commit
1203
1204 2006-07-06 [colin]      2.3.1cvs65
1205
1206         * src/folder.c
1207                 Set summary update flag whenever
1208                 totals changed
1209         * src/imap.c
1210         * src/prefs_account.c
1211         * src/common/utils.h
1212         * src/etpan/imap-thread.c
1213                 Fix warnings, thanks to Fabien and
1214                 Ricardo
1215
1216 2006-07-06 [wwp]        2.3.1cvs64
1217
1218         * src/gtk/gtkutils.c
1219                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1220
1221 2006-07-06 [wwp]        2.3.1cvs63
1222
1223         * src/account.c
1224         * src/addressbook.c
1225         * src/addressitem.h
1226         * src/folderview.c
1227         * src/mainwindow.c
1228         * src/manual.c
1229         * src/manual.h
1230         * src/message_search.c
1231         * src/prefs_actions.c
1232         * src/prefs_filtering.c
1233         * src/prefs_filtering.h
1234         * src/prefs_template.c
1235         * src/summary_search.c
1236         * src/summaryview.c
1237         * src/gtk/gtkutils.c
1238         * src/gtk/gtkutils.h
1239         * src/gtk/pluginwindow.c
1240                 add help buttons to some dialogs. Clicking such buttons opens a
1241                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1242
1243 2006-07-06 [paul]       2.3.1cvs62
1244
1245         * src/textview.c
1246                 fix attachments contextual menu
1247                 Thanks to Colin
1248
1249 2006-07-05 [colin]      2.3.1cvs61
1250
1251         * src/textview.c
1252         * src/compose.c
1253                 Handle sftp:// links
1254
1255 2006-07-05 [paul]       2.3.1cvs60
1256
1257         * src/gtk/filesel.c
1258                 grab save button by default
1259                 Thanks to Colin
1260
1261 2006-07-05 [wwp]        2.3.1cvs59
1262
1263         * manual/xml2pdf
1264                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1265
1266 2006-07-04 [colin]      2.3.1cvs58
1267
1268         * src/mimeview.c
1269         * src/textview.c
1270                 Use left click to select, middle click to open
1271                 on mimeparts links
1272         * src/common/utils.c
1273                 Fix segfault
1274
1275 2006-07-04 [colin]      2.3.1cvs57
1276
1277         * src/mainwindow.c
1278         * src/news.c
1279                 Warning fixes, thanks to Fabien
1280
1281 2006-07-04 [colin]      2.3.1cvs56
1282
1283         * src/mimeview.c
1284         * src/mimeview.h
1285         * src/textview.c
1286                 Allow parts to be selected via their text label
1287                 in textview
1288
1289 2006-07-04 [colin]      2.3.1cvs55
1290
1291         * src/folderview.c
1292                 Feedback when closing (for big folders)
1293         * src/prefs_actions.c
1294         * src/prefs_filtering.c
1295         * src/prefs_matcher.c
1296         * src/prefs_template.c
1297                 Fix default button when closing without
1298                 having saved
1299
1300 2006-07-04 [colin]      2.3.1cvs54
1301
1302         * src/news.c
1303                 Delete local file on deletion
1304
1305 2006-07-03 [colin]      2.3.1cvs53
1306
1307         * src/folderview.c
1308         * src/main.c
1309                 Don't freeze when rescanning after crash
1310
1311 2006-07-03 [wwp]        2.3.1cvs52
1312
1313         * src/compose.c
1314         * src/privacy.c
1315         * src/privacy.h
1316         * src/plugins/pgpinline/pgpinline.c
1317         * src/plugins/pgpmime/pgpmime.c
1318                 don't report an error when the user cancels the passphrase dialog.
1319
1320 2006-07-02 [colin]      2.3.1cvs51
1321
1322         * src/folderview.c
1323                 Open message when crossing folders with Space,
1324                 goto next unread and friends
1325
1326 2006-07-01 [colin]      2.3.1cvs50
1327
1328         * src/prefs_account.c
1329                 Typographic rules varying from language
1330                 to language (in french "Protocole :"),
1331                 we have to do that :)
1332
1333 2006-07-01 [ticho]      2.3.1cvs49
1334
1335         * src/prefs_account.c
1336                 Only use one temporary gchar* variable in
1337                 prefs_account_protocol_set_optmenu().
1338
1339 2006-07-01 [ticho]      2.3.1cvs48
1340
1341         * src/prefs_account.c
1342         * src/prefs_account.h
1343                 Use GtkLabel for existing account protocol name.
1344                 Created an array for protocol names and populate the
1345                 combobox from it in a for() cycle.
1346
1347 2006-06-30 [colin]      2.3.1cvs47
1348
1349         * src/compose.c
1350                 Block undo when changing signature (by changing
1351                 account)
1352
1353 2006-06-30 [paul]       2.3.1cvs46
1354
1355         * src/send_message.c
1356                 when editing From in the Compose window, use that address
1357                 in the Return-Path: header
1358                 Thanks to Colin
1359
1360 2006-06-30 [colin]      2.3.1cvs45
1361
1362         * src/compose.c
1363                 Fix signature replacement:
1364                 - when no newline before separator
1365                 - when reediting
1366
1367 2006-06-29 [colin]      2.3.1cvs44
1368
1369         * src/folderview.c
1370         * src/folderview.h
1371         * src/mainwindow.c
1372         * src/summaryview.c
1373                 Let 'View/Go to/Next marked' work like
1374                 Next new & Next unread: across folders
1375                 Change the select_on_entry pref to do
1376                 what we want when changing folder
1377         * src/common/utils.c
1378                 Fix single-quoted links 
1379
1380 2006-06-29 [colin]      2.3.1cvs43
1381
1382         * src/gtk/gtkaspell.c
1383                 "Sylpheed" and "Sylpheed-Claws" do exist !
1384
1385 2006-06-29 [colin]      2.3.1cvs42
1386
1387         * src/imap.c
1388                 Forgot to remove debug
1389
1390 2006-06-29 [colin]      2.3.1cvs41
1391
1392         * src/imap.c
1393         * src/imap.h
1394         * src/mainwindow.c
1395                 Disconnect from IMAP servers when going
1396                 offline. Fixes bug #978 (going to offline-mode 
1397                 won't close connections)
1398
1399 2006-06-29 [colin]      2.3.1cvs40
1400
1401         * src/main.c
1402                 Fix transient setting on failing plugins
1403                 Patch by Fabien
1404         * src/plugins/pgpcore/sgpgme.c
1405                 Only warn for OpenPGP. Most people don't
1406                 have CMS available.
1407
1408 2006-06-29 [colin]      2.3.1cvs39
1409
1410         * src/compose.c
1411                 Fix Spelling menu (discrepancy between context menu
1412                 and top menu when folder's dictionary isn't the 
1413                 default one)
1414         * src/plugins/pgpcore/sgpgme.c
1415                 More error reporting about why gpgme can fail
1416
1417 2006-06-29 [wwp]        2.3.1cvs38
1418
1419         * src/mainwindow.c
1420                 honor the display-header-pane setting even when the message view
1421                 is a separate window.
1422
1423 2006-06-29 [wwp]        2.3.1cvs37
1424
1425         * src/prefs_actions.c
1426                 forgot to commit that one (use of GTK_STOCK_INFO).
1427
1428 2006-06-29 [colin]      2.3.1cvs36
1429
1430         * src/imap.c
1431                 Better handling of login errors (ask the password
1432                 again once), alert in case of error. Fix three
1433                 signedness warnings.
1434
1435 2006-06-28 [wwp]        2.3.1cvs35
1436
1437         * src/prefs_template.c
1438         * src/prefs_matcher.c
1439         * src/prefs_filtering_action.c
1440         * src/prefs_quote.c
1441                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1442                 patch by Fabien Vantard, slightly modified.
1443
1444 2006-06-28 [paul]
1445
1446         2.4.0-rc2 released
1447
1448 2006-06-28 [colin]      2.3.1cvs34
1449
1450         * src/prefs_account.c
1451                 Fix bug #977 (Can't add or edit imap accounts)
1452
1453 2006-06-28 [colin]      2.3.1cvs33
1454
1455         * src/mimeview.c
1456                 Fix previous
1457
1458 2006-06-28 [colin]      2.3.1cvs32
1459
1460         * src/mimeview.c
1461                 Save named inlined attachments with "Save all"
1462         * src/main.c
1463         * src/mbox.c
1464         * src/common/plugin.c
1465         * src/common/plugin.h
1466         * src/common/sylpheed.c
1467         * src/common/utils.c
1468         * src/plugins/pgpcore/sylpheed.def
1469         * src/plugins/pgpinline/sylpheed.def
1470         * src/plugins/pgpmime/sylpheed.def
1471                 Win32 compatibility patch, by
1472                 Werner Koch
1473
1474 2006-06-28 [wwp]        2.3.1cvs31
1475
1476         * src/imap.c
1477         * src/prefs_folder_item.c
1478                 less compilation warnings (thanks to Fabien Vantard), less typos.
1479
1480 2006-06-28 [paul]       2.3.1cvs30
1481
1482         * src/gtk/gtkutils.c
1483                 gtk_combo_box_set_focus_on_click() is only
1484                 available since gtk 2.6.0
1485
1486 2006-06-28 [paul]       2.3.1cvs29
1487
1488         * src/prefs_ext_prog.c
1489                 fix engrish and add a tooltip for the
1490                 'command for 'Display as text' option
1491
1492 2006-06-28 [paul]
1493
1494         2.4.0-rc1 released
1495
1496 2006-06-28 [paul]       2.3.1cvs28
1497
1498         * ChangeLog
1499         * tools/Makefile.am
1500                 include textviewer.pl in releases
1501
1502 2006-06-28 [paul]       2.3.1cvs27
1503
1504         * src/prefs_ext_prog.c
1505                 hide Print command option if libgnomeprint
1506                 support is present
1507
1508 2006-06-27 [colin]      2.3.1cvs26
1509
1510         * src/compose.c
1511                 Fix Esc handling in insert/attach dialog
1512                 Don't show this dialog if dragging something
1513                 else than text/uri-list
1514                 Thanks to Fabien Vantard
1515         * tools/textviewer.pl
1516                 Filter script to display stuff as text
1517                 by H. Merijn Brand
1518
1519 2006-06-27 [wwp]        2.3.1cvs25
1520
1521         * src/messageview.c
1522                 use the exact product name (message view title), patch
1523                 by Fabien Vantard.
1524
1525 2006-06-27 [ticho]      2.3.1cvs24
1526
1527         * src/prefs_account.c
1528         * src/prefs_common.c
1529         * src/prefs_common.h
1530         * src/prefs_ext_prog.c
1531         * src/textview.c
1532                 Add a preference (Preferences/External programs)
1533                 to allow "Display as text" to be done via a script
1534                 (patch by H.Merijn Brand).
1535                 Use GtkComboBox for protocol selection in account
1536                 preferences.
1537                 Only include current choice for existing accounts, and
1538                 insensitivize the combobox.
1539
1540 2006-06-27 [paul]       2.3.1cvs23
1541
1542         * src/mbox.c
1543                 fix crasher introduced in cvs21.
1544                 Thanks to Colin
1545
1546 2006-06-26 [colin]      2.3.1cvs22
1547
1548         * src/mbox.c
1549                 Fix double-frees when leaving folders
1550                 after exporting to mbox
1551
1552 2006-06-26 [colin]      2.3.1cvs21
1553
1554         * src/mbox.c
1555                 More feedback (and optimisation)
1556                 on import/export
1557         * src/common/utils.c
1558                 Fix case when looking for mail addresses
1559         * src/gtk/gtkutils.c
1560                 Extra check for (X-)Face
1561
1562 2006-06-25 [ticho]      2.3.1cvs20
1563
1564         * src/compose.c
1565         * src/exphtmldlg.c
1566         * src/gtk/gtkutils.c
1567         * src/gtk/gtkutils.h
1568                 Added second argument to gtkut_sc_combobox_create() to
1569                 control focus-on-click for the widget.
1570                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1571
1572 2006-06-25 [ticho]      2.3.1cvs19
1573
1574         * src/compose.c
1575         * src/gtk/Makefile.am
1576         * src/gtk/combobox.c
1577         * src/gtk/combobox.h
1578         * src/gtk/gtkutils.c
1579         * src/gtk/gtkutils.h
1580                 Use GtkComboBox instead of deprecated GtkOptionMenu
1581                 for account selector in compose window and for encoding
1582                 selector in attachment properties.
1583                 Also factorise working with the new GtkComboBox somewhat.
1584
1585 2006-06-24 [paul]       2.3.1cvs18
1586
1587         * src/prefs_common.c
1588                 use the correct default value
1589
1590 2006-06-24 [paul]       2.3.1cvs17
1591
1592         * src/compose.c
1593         * src/prefs_common.c
1594         * src/prefs_common.h
1595         * src/prefs_compose_writing.c
1596                 enable setting of default action when
1597                 dnd'ing files in the compose window.
1598                 (Collaborative effort with wwp)
1599
1600 2006-06-23 [wwp]        2.3.1cvs16
1601
1602         * src/compose.c
1603                 i18n fix (thanks to Fabien Vantard)
1604
1605 2006-06-22 [colin]      2.3.1cvs15
1606
1607         * src/prefs_customheader.c
1608                 Don't use filters in custom headers' file 
1609                 selector. Remember, extensions mean nothing :)
1610
1611 2006-06-22 [paul]       2.3.1cvs14
1612
1613         * configure.ac
1614                 allow setting of man directory location
1615
1616 2006-06-22 [colin]      2.3.1cvs13
1617
1618         * src/mainwindow.c
1619                 Add 'View/Go to/Next unread folder'.
1620                 I missed that :)
1621
1622 2006-06-22 [colin]      2.3.1cvs12
1623
1624         * src/common/utils.c
1625                 Add some subject prefixes
1626                 Patch by Bjorn T Johansen <btj@havleik.no>
1627
1628 2006-06-22 [colin]      2.3.1cvs11
1629
1630         * manual/advanced.xml
1631                 Forgotten hidden pref
1632
1633 2006-06-21 [paul]       2.3.1cvs10
1634
1635         * src/prefs_account.c
1636                 complete the removal of 'Add date header' option
1637
1638 2006-06-21 [paul]       2.3.1cvs9
1639
1640         * src/account.c
1641         * src/compose.c
1642         * src/prefs_account.c
1643         * src/prefs_account.h
1644                 remove option to add date header - always
1645                 add date header
1646         * src/etpan/imap-thread.c
1647                 fix warnings (Thanks to Colin)
1648
1649 2006-06-21 [wwp]        2.3.1cvs8
1650
1651         * src/folder.c
1652                 set the attachment flag when inline text part are (file)named. This is more convenient
1653                 when receiving (for instance) inline source files or patches sent using thunderbird.
1654
1655 2006-06-21 [paul]       2.3.1cvs7
1656
1657         * src/inc.c
1658                 fix off-by-one count of current msg in
1659                 statusbar filtering progressbar
1660
1661 2006-06-21 [paul]       2.3.1cvs6
1662
1663         * src/folder.c
1664                 Show attachment icon even if the part is 'inline'
1665                 if the following conditions are met:
1666                 - content-type != 'text/plain'
1667                 - content-type != '*/pgp-signature'
1668                 - either 'name' or 'filename' parameter is not NULL
1669                 
1670                 Thanks to Colin
1671
1672 2006-06-21 [paul]       2.3.1cvs5
1673
1674         * src/messageview.c
1675         * src/prefs_common.c
1676         * src/prefs_common.h
1677         * src/prefs_other.c
1678                 add an option to 'Never send Return
1679                 Receipts'
1680                 Thanks to Colin
1681
1682 2006-06-20 [mones]      2.3.1cvs4
1683
1684         * po/es.po
1685                 updated
1686         * src/compose.c
1687                 typo fixed (space after comma)
1688         * tools/make.themes.project
1689                 remove exec mode from tarball files
1690
1691 2006-06-20 [colin]      2.3.1cvs3
1692
1693         * src/news.c
1694         * src/procheader.c
1695         * src/unmime.c
1696                 Better fix for \n's in headers (don't 
1697                 break Received: and others)
1698
1699 2006-06-20 [paul]       2.3.1cvs2
1700
1701         * src/alertpanel.c
1702         * src/textview.c
1703                 improve legibility of phishing attempt
1704                 dialog
1705
1706 2006-06-20 [paul]       2.3.1cvs1
1707
1708         * NEWS
1709         * README
1710         * configure.ac
1711                 Update version number following
1712                 stable release
1713
1714 2006-06-20 [colin]      2.3.0cvs26
1715
1716         * src/compose.c
1717                 When dragging a file to the text of the compose
1718                 window, ask whether we want to insert or attach
1719                 (I know lots of people who do that to attach)
1720
1721 2006-06-20 [colin]      2.3.0cvs25
1722
1723         * src/etpan/imap-thread.c
1724                 Fix threshold (the append command is often > 32 bytes)
1725
1726 2006-06-19 [colin]      2.3.0cvs24
1727
1728         * src/imap.c
1729         * src/etpan/imap-thread.c
1730                 Workaround Rockliffe IMAP server bug: replace
1731                 "x UID SEARCH (ANSWERED UID 1:*)" with
1732                 "x UID SEARCH ANSWERED"
1733                 (Rockliffe doesn't handle the parenthesis)
1734
1735 2006-06-19 [colin]      2.3.0cvs23
1736
1737         * src/compose.c
1738         * src/imap.c
1739         * src/etpan/imap-thread.c
1740                 Probably fix bug #972 (Freezes when adding 
1741                 an attachment to the message)
1742         * src/common/defs.h
1743                 Modernize Firefox cmd
1744
1745
1746 2006-06-18 [colin]      2.3.0cvs22
1747
1748         * src/prefs_customheader.c
1749                 Only allow correct filenames for various
1750                 custom headers
1751
1752 2006-06-18 [colin]      2.3.0cvs21
1753
1754         * src/prefs_customheader.c
1755                 Add a 'From File...' button in custom headers prefs, which
1756                 try to do the right thing: 
1757                 for normal headers, use file as plaintext,
1758                 for X-Face, calls compface,
1759                 for Face, encode to b64.
1760
1761 2006-06-17 [colin]      2.3.0cvs20
1762
1763         * src/mh.c
1764                 Warning fix
1765
1766 2006-06-16 [colin]      2.3.0cvs19
1767
1768         * src/summaryview.c
1769                 Recursive quicksearch: show message list
1770                 in current folder, *then* search children
1771                 in the background.
1772
1773 2006-06-16 [colin]      2.3.0cvs18
1774
1775         * src/main.c
1776                 Instead of ignoring SIGPIPE, save caches
1777                 when getting one. Will fix the fact that
1778                 hot caches are out-of-date when logging 
1779                 out of Xorg.
1780         * src/compose.c
1781         * src/prefs_compose_writing.c
1782                 Only save text (not attachments) when 
1783                 auto-saving to drafts
1784         * src/unmime.c
1785                 Always replace \n, \r and \t with spaces
1786                 in headers
1787         * manual/dist/html/Makefile.am
1788         * manual/dist/pdf/Makefile.am
1789         * manual/dist/ps/Makefile.am
1790         * manual/dist/txt/Makefile.am
1791         * manual/fr/dist/html/Makefile.am
1792         * manual/fr/dist/pdf/Makefile.am
1793         * manual/fr/dist/ps/Makefile.am
1794         * manual/fr/dist/txt/Makefile.am
1795         * manual/pl/dist/html/Makefile.am
1796         * manual/pl/dist/pdf/Makefile.am
1797         * manual/pl/dist/ps/Makefile.am
1798         * manual/pl/dist/txt/Makefile.am
1799                 Fix make clean removing pregenerated manuals
1800
1801
1802 2006-06-16 [colin]      2.3.0cvs17
1803
1804         * src/plugins/pgpcore/sgpgme.c
1805         * src/plugins/pgpmime/pgpmime.c
1806         * src/plugins/pgpinline/pgpinline.c
1807                 Better error reporting in setup_signers.
1808                 Don't fallback to default key if specified
1809                 key isn't found.
1810                 Don't allow signing if more than one secret
1811                 key matches the one specified in prefs.
1812
1813 2006-06-15 [colin]      2.3.0cvs16
1814
1815         * src/folderview.c
1816                 Add "Send queue" in the folder's contextual
1817                 menu
1818         * src/compose.c
1819         * src/messageview.c
1820         * src/privacy.c
1821         * src/privacy.h
1822         * src/procmime.c
1823         * src/procmsg.c
1824         * src/plugins/pgpcore/passphrase.c
1825         * src/plugins/pgpcore/sgpgme.c
1826         * src/plugins/pgpinline/pgpinline.c
1827         * src/plugins/pgpmime/pgpmime.c
1828                 Better error reporting
1829         * src/mbox.c
1830                 Probably fix bug #971 (2.2.3 cannot read mail 
1831                 from local mbox)
1832
1833
1834 2006-06-15 [mones]      2.3.0cvs15
1835
1836         * tools/make.themes.project
1837                 creates the themes project from the web page
1838
1839 2006-06-15 [colin]      2.3.0cvs14
1840
1841         * src/folder.c
1842                 Better fix (avoid losing the folder if scan_tree 
1843                 fails)
1844
1845 2006-06-15 [cleroy]     2.3.0cvs13
1846
1847         * src/folder.c
1848                 Probably fix Bug #969 (crash on rebuilding 
1849                 imap folder)
1850
1851 2006-06-14 [colin]      2.3.0cvs12
1852
1853         * manual/dtd/manual.xsl
1854         * manual/sylpheed-claws-manual.xml
1855         * manual/fr/sylpheed-claws-manual.xml
1856         * manual/pl/sylpheed-claws-manual.xml
1857                 Insert pagebreaks between sections
1858
1859 2006-06-14 [paul]       2.3.0cvs11
1860
1861         * configure.ac
1862                 better fix than 2.3.0cvs10
1863
1864 2006-06-14 [paul]       2.3.0cvs10
1865
1866         * configure.ac
1867                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1868                 (backwards compatible)
1869
1870 2006-06-13 [colin]      2.3.0cvs9
1871
1872         * src/messageview.c
1873                 Fix sending of return receipt with the new queue folders
1874
1875 2006-06-13 [wwp]        2.3.0cvs8
1876
1877         * src/quote_fmt_lex.l
1878                 fix wrong tokens returned in quote_fmt lexer, query not().
1879
1880 2006-06-13 [wwp]        2.3.0cvs7
1881
1882         * src/folder.c
1883         * src/prefs_folder_item.c
1884                 allow changing folder type even when folder is not a top-level one,
1885                 thanks to Colin.
1886
1887 2006-06-12 [colin]      2.3.0cvs6
1888
1889         * src/folderview.c
1890                 Fix double-ask of "Do you want to mark all
1891                 as read"
1892
1893 2006-06-12 [colin]      2.3.0cvs5
1894
1895         * src/compose.c
1896         * src/compose.h
1897         * src/folder.c
1898         * src/folder.h
1899         * src/imap.c
1900         * src/inc.c
1901         * src/main.c
1902         * src/messageview.c
1903         * src/mh.c
1904         * src/prefs_folder_item.c
1905         * src/procheader.c
1906         * src/procmime.c
1907         * src/procmsg.c
1908         * src/procmsg.h
1909         * src/send_message.c
1910         * src/summaryview.c
1911         * src/toolbar.c
1912                 Apply bug #964's patch (Queue and drafts aren't normal)
1913                 The Drafts and Queue folder now contain RFC-822 files,
1914                 allowing to move and copy mails from and to these 
1915                 folders. Moving from Drafts to Queue will prepare the
1916                 mail for sending (PGP signature, encryption, etc).
1917                 This patch also rework sending errors handling to try
1918                 to be more helpful.
1919                 Also, allow redefining folder types via the GUI 
1920                 (Folder type in its Properties)
1921
1922 2006-06-12 [colin]      2.3.0cvs4
1923
1924         * src/summaryview.c
1925         * src/prefs_common.c
1926         * src/prefs_common.h
1927         * src/gedit-print.c
1928                 Allow to define a specific print font - patch
1929                 by Bernhard Walle <bernhard.walle@gmx.de>
1930         * src/prefs_fonts.c
1931         * manual/advanced.xml
1932         * manual/fr/advanced.xml
1933                 Add a hidden pref to allow deletion without
1934                 confirmation
1935
1936 2006-06-12 [wwp]        2.3.0cvs3
1937
1938         * .cvsignore
1939                 more files to ignore.
1940
1941 2006-06-12 [wwp]        2.3.0cvs2
1942
1943         * src/quote_fmt.c
1944         * src/quote_fmt_lex.l
1945         * src/quote_fmt_parse.y
1946                 extend the quote_fmt parser (templates and quotes):
1947                 - allow limited sub-expressions in |p{} and |f{} expressions,
1948                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1949                 - implemented/fixed missing implementation of query_references and show_references,
1950                 - completed, fixed contents and format of the symbols help dialog,
1951                 - fix some compilation warnings.
1952
1953 2006-06-12 [wwp]        2.3.0cvs1
1954
1955         * manual/advanced.xml
1956         * manual/fr/advanced.xml
1957                 updates in the "templates" section of the manual (eng/fr):
1958                  - be more precise (both versions)
1959                  - completed to match the english reference (fr version)
1960                  - touchups (both versions)
1961
1962 2006-06-12 [paul]       2.3.0
1963
1964         2.3.0 released
1965
1966 2006-06-12 [paul]       2.2.3cvs14
1967
1968         * po/ca.po
1969         * po/cs.po
1970         * po/de.po
1971         * po/el.po
1972         * po/fr.po
1973         * po/it.po
1974         * po/pt_BR.po
1975         * po/sr.po
1976         * po/zh_CN.po
1977                 updated by Miquel Oliete, Tim, Stephan Sachse,
1978                 Stavros Giannouris, Fabien Vantard, Andrea
1979                 Spadaccini, Frederico Goncalves Guimaraes,
1980                 Aleksandar Urosevic, and Ralgh Young
1981
1982 2006-06-12 [colin]      2.2.3cvs13
1983
1984         * src/mbox.c
1985                 Add missing header
1986
1987 2006-06-11 [colin]      2.2.3cvs12
1988
1989         * src/msgcache.c
1990                 Verify that g_malloc() succeeded
1991
1992 2006-06-11 [colin]      2.2.3cvs11
1993
1994         * src/wizard.c
1995                 Add Face header to welcome mail
1996
1997 2006-06-10 [colin]      2.2.3cvs10
1998
1999         * src/textview.c
2000                 Revert previous (Forgot it changes the
2001                 margin on the whole mail)
2002
2003 2006-06-10 [colin]      2.2.3cvs9
2004
2005         * src/textview.c
2006                 Don't overlap long headers under (X-)Face
2007
2008 2006-06-10 [mones]      2.2.3cvs8
2009
2010         * manual/xml2pdf
2011                 allow generation of manual on systems lacking saxon binary
2012                 but with java and the saxon library installed
2013
2014         * po/es.po
2015                 updated for release
2016
2017 2006-06-09 [colin]      2.2.3cvs7
2018
2019         * src/summaryview.c
2020                 Fix leak when using Display Sender using Addressbook
2021
2022 2006-06-09 [colin]      2.2.3cvs6
2023
2024         * src/compose.c
2025         * src/folder.c
2026         * src/folderview.c
2027         * src/mimeview.c
2028         * src/summaryview.c
2029                 More leaks fixes
2030
2031 2006-06-09 [paul]       2.2.3cvs5
2032
2033         * AUTHORS
2034         * src/gtk/authors.h
2035         * tools/claws.i18n.status.pl
2036                 updated with new info
2037
2038 2006-06-09 [paul]       2.2.3cvs4
2039
2040         * README
2041                 updated
2042         * manual/ack.xml
2043                 add wwp to authors list
2044         * src/gtk/authors.h
2045                 update mine and Colin's addresses
2046
2047 2006-06-08 [colin]      2.2.3cvs3
2048
2049         * src/etpan/imap-thread.c
2050                 Fix leak on SSL cert check
2051
2052 2006-06-08 [colin]      2.2.3cvs2
2053
2054         * src/common/utils.c
2055                 Fix leak
2056
2057 2006-06-08 [paul]       2.2.3cvs1
2058
2059         * configure.ac
2060                 Update version number following
2061                 stable release
2062
2063 2006-06-07 [colin]      2.2.2cvs3
2064
2065         * src/msgcache.c
2066                 Fix catching cache read errors (guint instead of gint)
2067                 Prevent malloc'ing more than 8MB (means cache corruption)
2068
2069 2006-06-07 [paul]       2.2.2cvs2
2070
2071         * src/exporthtml.c
2072         * src/exportldif.c
2073         * src/mh.c
2074         * src/mutt.c
2075         * src/pine.c
2076         * src/common/utils.c
2077                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2078                 obey $HOME'
2079                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2080                 Thanks to Colin
2081
2082 2006-06-06 [paul]       2.2.2cvs1
2083
2084         * configure.ac
2085                 Update version number following
2086                 stable release
2087
2088 2006-06-06 [paul]       2.2.1cvs6
2089
2090         * src/matcher.c
2091                 fix  implicit declaration of
2092                 sylpheed_do_idle()
2093                 Patch by Fabien Vantard
2094
2095 2006-06-06 [paul]       2.2.1cvs5
2096
2097         * src/matcher.c
2098                 fix age_greater and age_lower so that they
2099                 mean what say and not '...or equal to'
2100                 Thanks to Colin
2101
2102 2006-06-06 [paul]       2.2.1cvs4
2103
2104         * src/textview.c
2105         * src/common/utils.c
2106                 fix URI check
2107                 Thanks to Colin
2108
2109 2006-06-05 [wwp]        2.2.1cvs3
2110
2111         * manual/fr/account.xml
2112                 minor language fixes (thanks to Fabien Vantard).
2113
2114 2006-06-05 [colin]      2.2.1cvs2
2115
2116         * src/prefs_folder_item.c
2117         * src/folderview.c
2118                 Allow recursive setting of properties 
2119                 for whole mailboxes
2120         * src/matcher.c
2121                 Don't freeze on 'test' filtering rule
2122
2123 2006-06-05 [colin]      2.2.1cvs1
2124
2125         * configure.ac
2126                 Update version number following
2127                 stable release
2128
2129 2006-06-04 [wwp]        2.2.0cvs82
2130
2131         * manual/glossary.xml
2132         * manual/account.xml
2133         * manual/fr/glossary.xml
2134         * manual/fr/account.xml
2135                 added glossary section and references/links related to the Face custom header.
2136
2137 2006-06-04 [colin]      2.2.0cvs81
2138
2139         * src/summaryview.c
2140                 Skip to next message on move with no
2141                 immediate execution
2142
2143 2006-06-04 [wwp]        2.2.0cvs80
2144
2145         * manual/xml2pdf
2146                 added sanity checks, exit when needed.
2147
2148 2006-06-03 [paul]       2.2.0cvs79
2149
2150         * src/prefs_receive.c
2151                 page name is now 'Receiving'
2152         * src/prefs_send.c
2153                 page name is now 'Sending'
2154
2155 2006-06-03 [colin]      2.2.0cvs78
2156
2157         * src/plugins/spamassassin/spamassassin_gtk.c
2158                 Autoswitch to Localhost if transport was previously
2159                 disabled. Else people had to check [] Enable, then
2160                 *reselect* transport.
2161
2162 2006-06-03 [colin]      2.2.0cvs77
2163
2164         * src/plugins/pgpinline/pgpinline.c
2165         * src/plugins/pgpmime/pgpmime.c
2166                 Check that gpg_data_release_and_get_mem 
2167                 didn't fail (now, why this happens...)
2168
2169 2006-06-03 [colin]      2.2.0cvs76
2170
2171         * src/mbox.c
2172                 Fix bug #962 (Manual and/or UI should 
2173                 warn about incompatible locking 
2174                 causing dataloss)
2175
2176 2006-06-02 [cleroy]     2.2.0cvs75
2177
2178         * src/filtering.c
2179         * src/folder.c
2180         * src/procmsg.c
2181         * src/summaryview.c
2182                 Fix a few leaks
2183
2184 2006-06-02 [colin]      2.2.0cvs74
2185
2186         * src/main.c
2187                 On exit, free caches after writing them
2188                 Shuts up some valgrind false positives
2189         * src/procmsg.c
2190         * src/send_message.c
2191                 Fix races when reusing existing SMTP connections
2192                 Fix inexistant session timeout
2193         * src/toolbar.c
2194                 Display alertpanel after all queues have
2195                 been processed, not after each
2196
2197 2006-06-02 [wwp]        2.2.0cvs73
2198
2199         * manual/fr/glossary.xml
2200         * manual/fr/ack.xml
2201         * manual/ack.xml
2202                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2203
2204 2006-06-02 [wwp]        2.2.0cvs72
2205
2206         * manual/xml2pdf
2207         * manual/dist/pdf/Makefile.am
2208         * manual/dtd/manual.xsl
2209         * manual/fr/dist/pdf/Makefile.am
2210         * manual/pl/dist/pdf/Makefile.am
2211                 we changed the procedure to generate the .pdf version of the manual.
2212                 The procedure is more modern and the .pdf we get now has a valid index.
2213                 Here are the new pre-requisites:
2214
2215                 - JRE 1.x (1.4 here): there must be one from your distro
2216                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2217                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2218                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2219
2220                 See my posts for further info about the installation of this toolchain:
2221
2222                 Date: Fri, 19 May 2006 19:40:06 +0200
2223                 From: wwp <subscript@free.fr>
2224                 To: sylpheed-claws-devel@lists.sourceforge.net
2225                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2226
2227                 and
2228
2229                 Date: Wed, 24 May 2006 12:58:49 +0200
2230                 From: wwp <subscript@free.fr>
2231                 To: sylpheed-claws-devel@lists.sourceforge.net
2232                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2233
2234 2006-06-01 [colin]      2.2.0cvs71
2235
2236         * src/compose.c
2237                 Better guards against IMAP races
2238         * src/main.c
2239         * src/prefs_common.c
2240         * src/prefs_common.h
2241         * src/common/ssl_certificate.c
2242         * src/etpan/imap-thread.c
2243         * src/etpan/imap-thread.h
2244         * src/gtk/sslcertwindow.c
2245                 New hidden option ssl_skip_cert_check to 
2246                 avoid dups of bug #959 (libetpan linked
2247                 against gnutls and gnutls buggy on 64bit)
2248                 Present expired warning only once per
2249                 session/server.
2250         * manual/advanced.xml
2251         * manual/fr/advanced.xml
2252                 Document new option
2253
2254 2006-06-01 [wwp]        2.2.0cvs70
2255
2256         * src/messageview.c
2257                 fix for bug #961 (return receipt dialog 
2258                 complains incorrectly about return-path 
2259                 email adress being different), thanks 
2260                 to Colin.
2261
2262 2006-05-31 [cleroy]     2.2.0cvs69
2263
2264         * src/common/ssl.c
2265                 Guard against NULLs, although this
2266                 should never be an issue
2267
2268 2006-05-31 [colin]      2.2.0cvs68
2269
2270         * src/filtering.c
2271                 Use g_slist_prepend
2272         * src/imap.c
2273                 Don't remove caches when destroying folder, it
2274                 could (should) be done at exit
2275         * src/inc.c
2276                 free processing cache after incorporation
2277         * src/etpan/imap-thread.c
2278                 Maybe fix bug #959 (Crash on moving to emails 
2279                 to a imap account per ssl with a expired 
2280                 certificate.)
2281
2282 2006-05-30 [colin]      2.2.0cvs67
2283
2284         * src/summaryview.c
2285                 Put back event flush when displaying message
2286                 It avoids reading a bunch of messages just
2287                 by hitting shift-n for too long ;)
2288
2289 2006-05-29 [colin]      2.2.0cvs66
2290
2291         * src/summaryview.c
2292                 Remove useless g_warnings
2293
2294 2006-05-29 [colin]      2.2.0cvs65
2295
2296         * src/imap.c
2297                 Fix g_slist_append()s for performance
2298
2299 2006-05-29 [colin]      2.2.0cvs64
2300
2301         * src/compose.c
2302         * src/common/utils.c
2303                 Fix extraneous tab at start of addresses
2304         * src/mainwindow.c
2305                 Fix warnings (thanks to Fabien)
2306                 Fix crash at exit when composing messages 
2307                 exist
2308         * src/pop.c
2309                 Fix progress bar when deleting expired mails
2310                 Thanks to Hiro
2311         * src/summaryview.c
2312         * src/gtk/gtksctree.c
2313                 Fix re-sorting slowness
2314
2315 2006-05-29 [paul]       2.2.0cvs63
2316
2317         * src/mh.c
2318                 fetch full message when moving mails
2319                 from another mailbox, (fixed data loss
2320                 when filtering from IMAP to MH, introduced
2321                 in 2.2.0cvs57).
2322                 Thanks to Colin
2323
2324 2006-05-29 [mones]      2.2.0cvs62
2325
2326         * src/gtk/gtksctree.c
2327                 Unselect faster (patch by Colin)        
2328
2329 2006-05-26 [colin]      2.2.0cvs61
2330
2331         * src/summaryview.c
2332                 Unplug MSGINFO_UPDATE callback on delete too.
2333
2334 2006-05-26 [colin]      2.2.0cvs60
2335
2336         * src/foldersel.c
2337                 Fix bold in folder selection window with glib2.10
2338                 thanks Hiro
2339
2340 2006-05-26 [colin]      2.2.0cvs59
2341
2342         * src/procheader.c
2343                 Convert date only if necessary (and don't
2344                 try to convert from utf8 to utf8, too)
2345         * src/summaryview.c
2346                 Only set column's text if the column's 
2347                 displayed
2348
2349 2006-05-26 [colin]      2.2.0cvs58
2350
2351         * src/summaryview.c
2352         * src/gtk/gtkutils.c
2353                 Fix useless warning
2354
2355 2006-05-26 [colin]      2.2.0cvs57
2356
2357         * src/mainwindow.c
2358                 Make summaryview selectable as long as 
2359                 no message has focus
2360         * src/mh.c
2361                 Faster deletion (by implementing mh_remove_msgs)
2362                 Faster copy (avoid using mh_fetch_msg just to get
2363                 the filename)
2364                 Faster move (using move_file instead of copy_file
2365                 if MSG_IS_MOVE)
2366                 No progressbar if total number of mails to cp/mv 
2367                 is less than 100
2368         * src/summaryview.c
2369                 Fix removal from subject_table when mail gets moved
2370                 Faster deletion (g_slist_prepend instead of append)
2371         * src/gtk/gtksctree.c
2372                 Remove useless code
2373
2374 2006-05-25 [colin]      2.2.0cvs56
2375
2376         * src/common/ssl_certificate.c
2377                 Fix leak in expired cert check
2378
2379 2006-05-25 [colin]      2.2.0cvs55
2380
2381         * src/mh.c
2382                 Disable flags syncing on .mh_sequences - it
2383                 is buggy and marks mails read under unknown
2384                 conditions.
2385
2386 2006-05-25 [paul]
2387
2388         * 2.3.0-rc4 released
2389
2390 2006-05-24 [colin]      2.2.0cvs54
2391
2392         attention cvs users: if you manage to crash
2393         Sylpheed-Claws while moving, copying or deleting
2394         mails, we *are* interested in stack traces and
2395         valgrind logs. It looks stable, but one never
2396         knows...
2397
2398         * src/folder.c
2399                 Add progressbar for cache updates
2400         * src/folderutils.c
2401                 Optimize Mark all read in the current
2402                 folder
2403         * src/mh.c
2404                 Add progressbar for copy/move
2405         * src/procmsg.c
2406                 Optimize O(n^2) in copy/move
2407         * src/summaryview.c
2408         * src/gtk/gtksctree.c
2409                 Optimize O(n^2) algos
2410         * src/common/timing.h
2411                 Display ms instead of us
2412
2413 2006-05-24 [wwp]        2.2.0cvs53
2414
2415         * manual/fr/advanced.xml
2416                 updates to the French manual.
2417
2418 2006-05-24 [wwp]        2.2.0cvs52
2419
2420         * src/common/utils.c
2421                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2422
2423 2006-05-24 [wwp]        2.2.0cvs51
2424
2425         * src/folderutils.c
2426                 fixed "mark all read" in MH folders (thanks to Colin).
2427
2428 2006-05-24 [paul]       2.2.0cvs50
2429
2430         * doc/man/sylpheed-claws.1
2431                 updated the man page
2432
2433 2006-05-23 [colin]      2.2.0cvs49
2434
2435         * src/folderview.c
2436         * src/imap.c
2437         * src/inc.c
2438         * src/mbox.c
2439         * src/messageview.c
2440         * src/news.c
2441         * src/send_message.c
2442         * src/summaryview.c
2443         * src/gtk/sslcertwindow.c
2444                 alertpanel fixes, by Fabien
2445
2446 2006-05-23 [colin]      2.2.0cvs48
2447
2448         * src/folder.c
2449         * src/folderview.c
2450         * src/msgcache.c
2451         * src/summaryview.c
2452         * src/gtk/gtksctree.c
2453         * src/gtk/gtksctree.h
2454                 More timings
2455                 Fix slow loading problem, which was caused by the
2456                 use of some gtk_ctree funcs and their use of
2457                 g_list_position while gtk_ctree_(un)link'ing.
2458                 Reap more functions from gtkctree.c to be sure we
2459                 use our (fast) version instead of theirs.
2460         * src/mh.c
2461                 Fix copy of unread mails
2462
2463
2464 2006-05-22 [wwp]        2.2.0cvs47
2465
2466         * manual/fr/advanced.xml
2467                 updated.
2468
2469 2006-05-22 [colin]      2.2.0cvs46
2470
2471         * src/filtering.c
2472                 Fix possible infinite loop. 'copy' is not a 
2473                 final action, so when encountering a 'copy',
2474                 we have to check if a previous one was set
2475                 and do it. In the same way, if we encounter
2476                 a 'move' we have to perform a possibly 
2477                 pending 'copy'. This will slow down filtering
2478                 on IMAP if move+copy or multiple copy actions
2479                 are to be done, but handling it via the batch
2480                 would be really too convoluted.
2481
2482 2006-05-22 [wwp]        2.2.0cvs45
2483
2484         * manual/fr/advanced.xml
2485         * manual/fr/faq.xml
2486         * manual/fr/glossary.xml
2487         * manual/fr/handling.xml
2488         * manual/fr/intro.xml
2489         * manual/fr/plugins.xml
2490         * manual/fr/sylpheed-claws-manual.xml
2491                 sync w/ the english manual: updates URIs, documented mailing-list
2492                 support, better explanation about the enabled/disabled feature
2493                 in filtering/processing rules by Paul.
2494
2495 2006-05-21 [colin]      2.2.0cvs44
2496
2497         * src/summaryview.c
2498                 Don't expand after building threads, but during
2499
2500 2006-05-21 [colin]      2.2.0cvs43
2501
2502         * src/procmsg.c
2503         * src/summaryview.c
2504                 More timing possibilities... For next time I have 
2505                 to find out how the hell some 3GHz computer takes
2506                 one minute to open a 30k folder...
2507
2508 2006-05-21 [colin]      2.2.0cvs42
2509
2510         * manual/pl/advanced.xml
2511         * manual/pl/faq.xml
2512         * manual/pl/glossary.xml
2513         * manual/pl/handling.xml
2514         * manual/pl/intro.xml
2515         * manual/pl/plugins.xml
2516         * manual/pl/sylpheed-claws-manual.xml
2517                 Polish manual updated by Pawel
2518
2519 2006-05-20 [colin]
2520
2521         * 2.3.0-rc3 released
2522
2523 2006-05-20 [colin]      2.2.0cvs41
2524
2525         * src/imap.c
2526                 Fix -rc2 problems:
2527                 - remove cache of moved messages from original folder
2528                 - apply new flags to messages even if they aren't appliable
2529                   via IMAP.
2530
2531 2006-05-20 [colin]
2532
2533         * 2.3.0-rc2 released
2534
2535 2006-05-19 [colin]      2.2.0cvs40
2536
2537         * src/imap.c
2538                 Don't issue SELECT in imap_change_flags
2539                 before having checked that we indeed have
2540                 some flags to change. MSG_POSTFILTERED for
2541                 example can't be used on IMAP.
2542                 Fixes bug #955 (copying messages between 
2543                 imap folders is extremely slow), which was
2544                 a regression.
2545
2546 2006-05-19 [colin]      2.2.0cvs39
2547
2548         * src/folder.c
2549         * src/folder.h
2550         * src/folderview.c
2551                 Try to fix bug #830 (Some unread messages 
2552                 get marked read in IMAP inbox):
2553                 - Prevent scanning a folder if it's being 
2554                   opened via the GUI
2555                 - Postpone opening via the GUI of a folder
2556                   currently scanned.
2557
2558
2559 2006-05-19 [wwp]        2.2.0cvs38
2560
2561         * manual/advanced.xml
2562                 fix English+typo (thanks to Paul).
2563
2564 2006-05-19 [wwp]        2.2.0cvs37
2565
2566         * manual/advanced.xml
2567         * manual/fr/advanced.xml
2568         * src/gtk/logwindow.c
2569         * src/prefs_common.c
2570         * src/prefs_common.h
2571                 added hidden prefs to allow customization of colors used in
2572                 protocol log window (useful for dark gtk+ themes).
2573
2574 2006-05-19 [wwp]        2.2.0cvs36
2575
2576         * ChangeLog
2577                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2578
2579 2006-05-19 [paul]       2.2.0cvs35
2580
2581         * src/textview.c
2582                 make Reply-To fully clickable
2583         * src/gtk/logwindow.c
2584                 more colouring (SMTP ESMTP)
2585         Both patches by Pawel Pekala
2586
2587 2006-05-19 [cleroy]     2.2.0cvs34
2588
2589         * src/mh.c
2590                 Don't update flags from current folder
2591                 Probably fixes bug #935 (Read Messages 
2592                 Revert to Being Marked as Unread)
2593
2594 2006-05-18 [colin]      2.2.0cvs33
2595
2596         * src/imap.c
2597                 Warning fix
2598         * src/compose.c
2599         * src/mainwindow.c
2600         * src/summaryview.c
2601         * src/toolbar.c
2602                 Allow replying to multiple emails
2603                 in multiple windows
2604         * src/mimeview.c
2605         * src/etpan/imap-thread.c
2606                 Leak fixes
2607
2608 2006-05-18 [paul]       2.2.0cvs32
2609
2610         * src/summaryview.c
2611                 keep Mailing-List menu refreshed
2612                 Thanks to Colin
2613
2614 2006-05-18 [paul]       2.2.0cvs31
2615
2616         * manual/advanced.xml
2617         * manual/faq.xml
2618         * manual/glossary.xml
2619         * manual/handling.xml
2620         * manual/intro.xml
2621         * manual/plugins.xml
2622         * manual/sylpheed-claws-manual.xml
2623                 update URLs
2624                 add info about mailing-list support
2625                 edit filtering info
2626         * src/wizard.c
2627         * src/common/defs.h
2628         * src/gtk/about.c
2629         * src/plugins/dillo_viewer/README
2630                 update URLs
2631
2632 2006-05-17 [wwp]        2.2.0cvs30
2633
2634         * manual/handling.xml
2635         * manual/fr/handling.xml
2636                 documented the ability to enabled/disable filtering/processing rules.
2637
2638 2006-05-17 [colin]      2.2.0cvs29
2639
2640         * src/main.c
2641                 Don't initialize g_thread subsystem if it's 
2642                 already done (thanks to Hiro)
2643         * src/mimeview.c
2644                 Fix saving of parts when there name can't be
2645                 converted from UTF-8.
2646
2647 2006-05-17 [paul]       2.2.0cvs28
2648
2649         * po/Makefile.in.in
2650                 fix config.status warning with autoconf 2.60
2651
2652 2006-05-17 [paul]       2.2.0cvs27
2653
2654         * po/POTFILES.in
2655                 add src/mbox.c
2656
2657 2006-05-17 [wwp]        2.2.0cvs26
2658
2659         * src/mainwindow.c
2660                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2661
2662 2006-05-17 [wwp]        2.2.0cvs25
2663
2664         * src/plugins/demo/demo.c
2665                 updated product name in plugin demo (many plugins need to be
2666                 sync'ed w/ that change).
2667
2668 2006-05-17 [colin]      2.2.0cvs24
2669
2670         * src/mh.c
2671                 Fix leak
2672
2673 2006-05-16 [colin]      2.2.0cvs23
2674
2675         * src/mainwindow.c
2676                 Stupid me hit again. Fix cvs22.
2677
2678 2006-05-16 [colin]      2.2.0cvs22
2679
2680         * src/mainwindow.c
2681                 Fix bug #922 (sylpheed-claws crashed after 
2682                 pushing on Inbox folder)
2683
2684 2006-05-16 [colin]      2.2.0cvs21
2685
2686         * src/compose.c
2687                 Make From header be copy/paste/select-able
2688
2689 2006-05-16 [wwp]        2.2.0cvs20
2690
2691         * src/export.c
2692         * src/matcher.c
2693         * src/summaryview.c
2694         * src/etpan/imap-thread.c
2695                 fix some compiler warnings (thanks to Colin).
2696
2697 2006-05-16 [wwp]        2.2.0cvs19
2698
2699         * src/action.c
2700         * src/gedit-print.c
2701         * src/inc.c
2702         * src/mainwindow.c
2703         * src/mh.c
2704         * src/statusbar.c
2705         * src/send_message.c
2706         * src/summaryview.c
2707                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2708
2709 2006-05-15 [colin]      2.2.0cvs18
2710
2711         * src/procmsg.c
2712                 Fix automatic rule creation with List-Post
2713
2714 2006-05-15 [paul]       2.2.0cvs17
2715
2716         * tools/filter_conv_new.pl
2717                 updated for rule enabling/disabling
2718                 claws version >= 2.3.x required
2719
2720 2006-05-15 [cleroy]     2.2.0cvs16
2721
2722         * src/main.c
2723                 Revert test
2724
2725 2006-05-15 [cleroy]     2.2.0cvs15
2726
2727         * src/main.c
2728                 test
2729
2730 2006-05-15 [wwp]        2.2.0cvs14
2731
2732         * manual/pl/.cvsignore
2733                 ignore generated files.
2734
2735 2006-05-14 [wwp]        2.3.0-rc1
2736
2737         * 2.3.0-rc1 released
2738
2739 2006-05-13 [wwp]        2.2.0cvs13
2740
2741         * src/filtering.c
2742         * src/filtering.h
2743         * src/matcher.c
2744         * src/matcher_parser_lex.l
2745         * src/matcher_parser_parse.y
2746         * src/prefs_filtering.c
2747                 new feature: provide the ability to disable filtering and processing
2748                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2749                 adaptations.
2750
2751 2006-05-13 [colin]      2.2.0cvs12
2752
2753         * src/compose.c
2754                 Remove useless if (a) b; else b;
2755                 Thanks to wwp
2756
2757 2006-05-13 [wwp]        2.2.0cvs11
2758
2759         * src/export.c
2760         * src/import.c
2761         * src/mainwindow.c
2762         * src/mbox.c
2763         * src/summaryview.c
2764         * src/summaryview.h
2765                 no more silent failures (or at least less ones) when importing
2766                 or exporting from/to mbox. Also start importing/exporting if
2767                 the necessary info is set.
2768
2769 2006-05-13 [wwp]        2.2.0cvs10
2770
2771         * RELEASE_NOTES
2772                 restored up-to-date release notes.
2773
2774 2006-05-13 [paul]       2.2.0cvs9
2775
2776         * po/nl.po
2777         * po/ru.po
2778                 updated by Tim Dijkstra and Pavlo Bohmat
2779
2780 2006-05-12 [colin]      2.2.0cvs8
2781
2782         * src/gtk/quicksearch.c
2783                 Add "k" as shortcut for "colorlabel". Patch
2784                 by ath42@users.sf.net.
2785
2786 2006-05-12 [paul]       2.2.0cvs7
2787
2788         * src/prefs_common.h
2789         * src/prefs_summaries.c
2790         * src/summaryview.c
2791                 when entering a folder also allow
2792                 going directly to first Marked message
2793
2794 2006-05-12 [paul]       2.2.0cvs6
2795
2796         * src/summaryview.c
2797                 always obey 'confirm before marking all
2798                 mails read' option
2799
2800 2006-05-12 [paul]       2.2.0cvs5
2801
2802         * src/textview.c
2803                 make Sender fully clickable
2804
2805 2006-05-12 [colin]      2.2.0cvs4
2806
2807         * src/compose.c
2808         * src/compose.h
2809                 Let From be editable
2810         * src/main.c
2811         * src/mh.c
2812                 Full support of .mh_sequences' Unseen seq
2813
2814 2006-05-12 [colin]      2.2.0cvs3
2815
2816         * src/folder.c
2817         * src/mainwindow.c
2818         * src/mainwindow.h
2819         * src/messageview.c
2820         * src/prefs_spelling.c
2821         * src/procheader.c
2822         * src/procmsg.c
2823         * src/procmsg.h
2824         * src/summaryview.c
2825         * src/toolbar.c
2826         * src/toolbar.h
2827                 Add contextual menu on Compose toolbar
2828                 button. Fixes bug #944 (Automatic
2829                 addresses not applied when changing account
2830                 from compose window)
2831                 add Mailing List support
2832                 based on the old 0.6.5claws25 patch by
2833                 Melvin Hadasht, with finishing touches
2834                 by Colin
2835                 Fix "ignore thread" when mails are threaded by
2836                 subject (and weren't ignored although appearing
2837                 in the thread).
2838                 GUI rework.
2839                 Both patches by Pawel.
2840
2841 2006-05-08 [paul]       2.2.0cvs2
2842
2843         * src/mainwindow.c
2844         * src/mainwindow.h
2845         * src/messageview.c
2846         * src/procheader.c
2847         * src/procmsg.c
2848         * src/procmsg.h
2849         * src/summaryview.c
2850                 add Mailing List support
2851                 based on the old 0.6.5claws25 patch by 
2852                 Melvin Hadasht, with finishing touches
2853                 by Colin
2854
2855 2006-05-08 [colin]      2.2.0cvs1
2856
2857         * src/mainwindow.c
2858         * src/toolbar.c
2859         * src/toolbar.h
2860                 Add contextual menu on Compose toolbar 
2861                 button. Fixes bug #944 (Automatic 
2862                 addresses not applied when changing account 
2863                 from compose window)
2864
2865 2006-05-08 [paul]       2.2.0
2866
2867         2.2.0 released
2868
2869 2006-05-08 [paul]       2.1.1cvs51
2870
2871         * po/cs.po
2872         * po/de.po
2873         * po/en_GB.po
2874         * po/fi.po
2875         * po/fr.po
2876         * po/pt_BR.po
2877         * po/sr.po
2878         * po/zh_CN.po
2879                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2880                 Fabien Vantard, Frederico Goncalves Guimaraes,
2881                 Aleksandar Urosevic, and Ralgh Young
2882
2883 2006-05-12 [colin]      2.1.1cvs50
2884
2885         * po/cs.po
2886         * po/de.po
2887         * po/en_GB.po
2888         * po/es.po
2889         * po/fi.po
2890         * po/fr.po
2891         * po/pt_BR.po
2892         * po/sr.po
2893         * po/zh_CN.po
2894                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2895                 Fabien Vantard, Frederico Goncalves Guimaraes,
2896                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2897
2898 2006-05-05 [colin]      2.1.1cvs49
2899
2900         * manual/Makefile.am
2901         * manual/pl/Makefile.am
2902         * manual/pl/account.xml
2903         * manual/pl/ack.xml
2904         * manual/pl/addrbook.xml
2905         * manual/pl/advanced.xml
2906         * manual/pl/faq.xml
2907         * manual/pl/glossary.xml
2908         * manual/pl/gpl.xml
2909         * manual/pl/handling.xml
2910         * manual/pl/intro.xml
2911         * manual/pl/keyboard.xml
2912         * manual/pl/plugins.xml
2913         * manual/pl/starting.xml
2914         * manual/pl/sylpheed-claws-manual.xml
2915         * manual/pl/dist/.cvsignore
2916         * manual/pl/dist/Makefile.am
2917         * manual/pl/dist/html/.cvsignore
2918         * manual/pl/dist/html/Makefile.am
2919         * manual/pl/dist/pdf/.cvsignore
2920         * manual/pl/dist/pdf/Makefile.am
2921         * manual/pl/dist/ps/.cvsignore
2922         * manual/pl/dist/ps/Makefile.am
2923         * manual/pl/dist/txt/.cvsignore
2924         * manual/pl/dist/txt/Makefile.am
2925                 Add the polish translation of the manual,
2926                 Authored by Pawel Pekala.
2927
2928 2006-05-05 [cleroy]     2.1.1cvs48
2929
2930         * src/main.c
2931                 Re-read matcherrc after loading plugins 
2932                 if some of them add folders.
2933
2934 2006-05-03 [colin]      2.1.1cvs47
2935
2936         * src/imap.c
2937                 I'm idiot
2938
2939 2006-05-03 [colin]      2.1.1cvs46
2940
2941         * src/imap.c
2942                 Be sure to have a session when
2943                 getting separator
2944
2945 2006-05-03 [colin]      2.1.1cvs45
2946
2947         * src/imap.c
2948         * src/imap.h
2949         * src/imap_gtk.c
2950                 Fix preventing renaming with namespace 
2951                 separator.
2952
2953 2006-05-01 [colin]      2.1.1cvs44
2954
2955         * src/action.c
2956                 Don't reload messageview when result of
2957                 action is piped.
2958
2959 2006-04-29 [colin]      2.1.1cvs43
2960
2961         * src/prefs_receive.c
2962         * src/plugins/spamassassin/spamassassin_gtk.c
2963         * src/plugins/clamav/clamav_plugin_gtk.c
2964                 GUI fixes by Pawel
2965
2966 2006-04-29 [colin]      2.1.1cvs42
2967
2968         * src/prefs_compose_writing.c
2969         * src/prefs_quote.c
2970                 Cleanups. Patch by Pawel
2971
2972 2006-04-28 [paul]       2.1.1cvs41
2973
2974         * src/matcher.c
2975                 fix returned quick search results when search
2976                 term contains an underscore.
2977                 Thanks to Colin
2978
2979 2006-04-28 [paul]       2.1.1cvs40
2980
2981         * src/prefs_message.c
2982         * src/prefs_receive.c
2983                 GUI cleanups
2984                 Patches by Pawel Pekala
2985
2986 2006-04-27 [colin]      2.1.1cvs39
2987
2988         * src/wizard.c
2989                 Differentiate subject Welcome from
2990                 window's title Welcome
2991
2992 2006-04-27 [paul]
2993
2994         2.2.0-rc1 released
2995
2996 2006-04-27 [paul]       2.1.1cvs38
2997
2998         * manual/advanced.xml
2999         * manual/fr/advanced.xml
3000                 add info about compose_no_markup hidden pref
3001
3002 2006-04-27 [paul]       2.1.1cvs37
3003
3004         * src/prefs_account.c
3005                 improve privacy labels
3006         * src/prefs_msg_colors.c
3007                 change some strings for translators' convenience
3008         * src/gtk/gtkutils.c
3009                 don't underline the link button text
3010
3011 2006-04-25 [colin]      2.1.1cvs36
3012
3013         * src/folder.c
3014                 Complete 2.1.1cvs33 (once more ;)
3015
3016 2006-04-25 [colin]      2.1.1cvs35
3017
3018         * src/editldap.c
3019                 Fix tooltip
3020
3021 2006-04-25 [cleroy]     2.1.1cvs34
3022
3023         * src/compose.c
3024         * src/gtk/gtkaspell.c
3025                 Fix crash on redirect (related to the return 
3026                 of the aspell menu in compose's toolbar)
3027         * src/prefs_msg_colors.c
3028                 Fix sensitivity widgets
3029         * src/image_viewer.c
3030         * src/gtk/pluginwindow.c
3031         * src/gtk/prefswindow.c
3032                 Change released signals to clicked (Fabien)
3033         * po/POTFILES.in
3034         * src/common/socket.c
3035         * src/plugins/spamassassin/spamassassin.c
3036                 Translate strings (Fabien)
3037
3038 2006-04-25 [paul]       2.1.1cvs33
3039
3040         * src/folder.c
3041         * src/folder.h
3042         * src/folderview.c
3043                 complete the fix of bug #912
3044                 Thanks to Colin
3045
3046 2006-04-25 [colin]      2.1.1cvs32
3047
3048         * src/news.c
3049                 Better progress bar
3050         * src/mimeview.c
3051         * src/summaryview.c
3052         * src/summaryview.h
3053                 Fix focus chain
3054                 Patches by Pawel Pekala
3055
3056 2006-04-24 [colin]      2.1.1cvs31
3057
3058         * src/compose.c
3059                 Fix compilation warnings (Fabien)
3060
3061 2006-04-24 [colin]      2.1.1cvs30
3062
3063         * src/addrindex.c
3064         * src/editldap.c
3065         * src/editldap_basedn.c
3066         * src/editldap_basedn.h
3067         * src/ldapctrl.c
3068         * src/ldapctrl.h
3069         * src/ldapquery.c
3070         * src/ldaputil.c
3071         * src/ldaputil.h
3072                 Fix bug #901 (LDAPS support)
3073
3074 2006-04-24 [colin]      2.1.1cvs29
3075
3076         * src/compose.c
3077                 Fix logic on error with send dialog on
3078         * src/imap.c
3079                 Fix compilation without libetpan, thanks
3080                 to Fabien
3081         * src/summaryview.c
3082                 Fix 'context-menu' key
3083
3084 2006-04-23 [colin]      2.1.1cvs28
3085
3086         * src/folder.c
3087                 Never free current's cache to free up 
3088                 memory. Fixes bug #912 (new count 
3089                 randomly set to message count)
3090
3091 2006-04-23 [colin]      2.1.1cvs27
3092
3093         * src/gtk/quicksearch.c
3094                 And remove printf...
3095
3096 2006-04-23 [colin]      2.1.1cvs26
3097
3098         * src/gtk/quicksearch.c
3099                 Fix replacing in quicksearch, and fix inserting
3100                 in the middle of the string. (introduced at 2.1.0cvs22)
3101
3102 2006-04-23 [colin]      2.1.1cvs25
3103
3104         * src/imap.c
3105                 Make sure uidnext is initialized in get_num_list
3106                 (not for stable, related to 2.1.1cvs8 and friends)
3107
3108 2006-04-23 [colin]      2.1.1cvs24
3109
3110         * src/imap.c
3111                 Output something when login is successful
3112                 too
3113
3114 2006-04-23 [colin]      2.1.1cvs23
3115
3116         * src/etpan/imap-thread.c
3117                 Better logging (line-per-line, hide data in fetch)
3118                 Fix a const warning
3119         * src/gtk/logwindow.c
3120         * src/gtk/logwindow.h
3121                 Better logging (color for input/output)
3122
3123 2006-04-21 [colin]      2.1.1cvs22
3124
3125         * src/gtk/quicksearch.c
3126                 On gtk+-2.8, use stock buttons in quicksearch
3127                 Based on a patch by Fabien and a design by Paul
3128
3129 2006-04-21 [colin]      2.1.1cvs21
3130
3131         * src/folderview.c
3132         * src/mainwindow.c
3133                 Fix occasional flicker in folderview
3134         * src/common/utils.c
3135                 Fix bug #943 (Incorrectly parsed email address 
3136                 list in short headers on message view and in 
3137                 printouts)
3138
3139 2006-04-20 [colin]      2.1.1cvs20
3140
3141         * src/imap.c
3142         * src/imap.h
3143         * src/prefs_account.c
3144                 Add ANONYMOUS auth for IMAP
3145
3146 2006-04-20 [paul]       2.1.1cvs19
3147
3148         * src/main.c
3149                 proper fix for 2.1.1cvs18
3150                 Thanks to Colin
3151
3152 2006-04-20 [paul]       2.1.1cvs18
3153
3154         * src/main.c
3155                 fix build warnings
3156
3157 2006-04-20 [paul]       2.1.1cvs17
3158
3159         * src/gtk/quicksearch.c
3160                 fix standard, non-extended Quick search,
3161                 was broken in 2.1.1cvs15.
3162                 Thanks to Colin.
3163
3164 2006-04-20 [colin]      2.1.1cvs16
3165
3166         * src/prefs_matcher.c
3167                 Fix values when reselecting a ~test
3168                 rule
3169
3170 2006-04-19 [colin]      2.1.1cvs15
3171
3172         * src/compose.c
3173         * src/compose.h
3174         * src/gtk/gtkaspell.c
3175         * src/gtk/gtkaspell.h
3176                 Put back Options menu in Spelling/
3177         * src/gtk/quicksearch.c
3178                 Don't search, and show error, if the
3179                 advanced search has a syntax error
3180
3181 2006-04-18 [colin]      2.1.1cvs14
3182
3183         * src/textview.c
3184                 Fix gdk warnings on set_cursor when textview
3185                 isn't visible
3186
3187 2006-04-18 [colin]      2.1.1cvs13
3188
3189         * src/gtk/gtksctree.c
3190                 Remove seemingly useless refresh that causes
3191                 flicker - watch this commit in case of 
3192                 problems before planned backport to stable
3193
3194 2006-04-18 [colin]      2.1.1cvs12
3195
3196         * src/imap.c
3197                 Factorize get/set_xml code
3198         * src/compose.c
3199         * src/prefs_account.c
3200         * src/prefs_account.h
3201         * src/procmsg.c
3202                 Add Encrypt to self option
3203
3204 2006-04-17 [colin]      2.1.1cvs11
3205
3206         * configure.ac
3207                 Fix search on encrpyt function on dragonfly
3208                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3209
3210 2006-04-17 [colin]      2.1.1cvs10
3211
3212         * src/prefs_account.c
3213                 Be safe by default: remove mails from POP3
3214                 after 7 days, not immediately
3215
3216 2006-04-17 [colin]      2.1.1cvs9
3217
3218         * src/etpan/imap-thread.c
3219                 Fix build on DragonFly - patch by 
3220                 Jonathan Buschmann <jonthn@agmact.com>
3221
3222 2006-04-17 [colin]      2.1.1cvs8
3223
3224         * src/imap.c
3225                 Save uidnext between sessions
3226
3227 2006-04-17 [colin]      2.1.1cvs7
3228
3229         * src/imap.c
3230                 scan is required when uid validity changes
3231
3232 2006-04-17 [colin]      2.1.1cvs6
3233
3234         * src/folderview.c
3235                 Don't scan if not necessary, apart in current
3236                 folder and INBOX to fetch flags.
3237         * src/imap.c
3238                 Scan is necessary if unread count changes
3239
3240 2006-04-17 [colin]      2.1.1cvs5
3241
3242         * src/imap.c
3243                 ...But always fetch ANSWERED and DELETED flags for
3244                 INBOX, as filtering can happen on these flags.
3245
3246 2006-04-17 [colin]      2.1.1cvs4
3247
3248         * src/imap.c
3249                 Don't fetch REPLIED and DELETED flags when synchronising
3250                 flags with a closed folder. We only need UNSEEN and FLAGGED
3251                 to update the folderview.
3252
3253 2006-04-17 [colin]      2.1.1cvs3
3254
3255         * src/imap.c
3256                 Faster flag search when there are new mails 
3257                 in a folder. We can do a full search if the 
3258                 folder contains less messages than the new
3259                 list.
3260
3261 2006-04-17 [colin]      2.1.1cvs2
3262
3263         * po/cs.po
3264         * po/de.po
3265         * po/fr.po
3266         * po/nl.po
3267         * po/pt_BR.po
3268                 Update translations from stable branch
3269
3270 2006-04-17 [colin]      2.1.1cvs1
3271
3272         * configure.ac
3273                 Bump version to follow stable release
3274
3275 2006-04-16 [mones]      2.1.0cvs50
3276
3277         * po/es.po
3278                 Updated for release
3279
3280 2006-04-16 [colin]      2.1.0cvs49
3281
3282         * src/textview.c
3283                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3284                 with gtk < 2.8. Thanks to Fabien Vantard.
3285
3286 2006-04-15 [colin]      2.1.0cvs48
3287
3288         * src/etpan/imap-thread.c
3289                 Fix bug #919 (libetpan: SEGV when connecting 
3290                 using command)
3291
3292 2006-04-14 [colin]      2.1.0cvs47
3293
3294         * src/main.c
3295                 Fix race on --select (should be done better)
3296
3297 2006-04-14 [wwp]        2.1.0cvs46
3298
3299         * src/send_message.c
3300                 enforce a check for domain in account prefs (a sending
3301                 error could be faced if domain was checked but no value set),
3302                 thanks to Colin.
3303
3304 2006-04-14 [colin]      2.1.0cvs45
3305
3306         * src/codeconv.c
3307                 when converting from unknown to unknown, if the
3308                 string is UTF8, don't convert it to the locale
3309                 (which breaks it)
3310
3311 2006-04-14 [colin]      2.1.0cvs44
3312
3313         * src/compose.c
3314                 Don't try to use ASCII for converting headers
3315                 (as done in body)
3316
3317 2006-04-14 [paul]       2.1.0cvs43
3318
3319         * src/crash.c
3320                 add locale/charset info to crash report
3321         * src/gtk/about.c
3322                 add wwp to doc team
3323                 replace 'e-mail' with preferred 'email'
3324         * src/gtk/authors.h
3325                 ensure contributors list is in alphabetical
3326                 order
3327
3328 2006-04-13 [colin]      2.1.0cvs42
3329
3330         * src/textview.c
3331                 Prevent gdk warnings
3332
3333 2006-04-13 [colin]      2.1.0cvs41
3334
3335         * src/common/ssl_certificate.c
3336         * src/common/ssl_certificate.h
3337         * src/gtk/sslcertwindow.c
3338                 Warn on expired certs, and display the expiration date
3339
3340 2006-04-13 [colin]      2.1.0cvs40
3341
3342         * src/plugins/spamassassin/spamassassin_gtk.c
3343                 Fix missing set_text on unix socket
3344
3345 2006-04-13 [wwp]        2.1.0cvs39
3346
3347         * manual/fr/advanced.xml
3348         * manual/fr/glossary.xml
3349                 applied new spam/ham/email lexicon (pourriel, courriel)
3350
3351 2006-04-13 [paul]       2.1.0cvs38
3352
3353         * src/plugins/pgpmime/plugin.c
3354                 remove the mention of S/MIME from the
3355                 description. This is now handled by the
3356                 S/MIME plugin.
3357
3358 2006-04-13 [paul]       2.1.0cvs37
3359
3360         * src/prefs_msg_colors.c
3361                 rework dialog
3362         * src/prefs_folder_item.c
3363         * src/prefs_spelling.c
3364                 add a tooltip to the colour selector buttons
3365
3366 2006-04-13 [wwp]        2.1.0cvs36
3367
3368         * manual/advanced.xml
3369         * manual/glossary.xml
3370         * manual/handling.xml
3371         * manual/keyboard.xml
3372         * manual/plugins.xml
3373         * manual/starting.xml
3374         * manual/fr/account.xml
3375         * manual/fr/ack.xml
3376         * manual/fr/addrbook.xml
3377         * manual/fr/advanced.xml
3378         * manual/fr/faq.xml
3379         * manual/fr/glossary.xml
3380         * manual/fr/gpl.xml
3381         * manual/fr/handling.xml
3382         * manual/fr/intro.xml
3383         * manual/fr/keyboard.xml
3384         * manual/fr/plugins.xml
3385         * manual/fr/starting.xml
3386         * manual/fr/sylpheed-claws-manual.xml
3387                 fixes to the manuals:
3388                  - summaryview -> Message List (same in French)
3389                  - translate key names
3390                  - fix French punctuation, use non-breakable spaces when
3391                    necessary, don't use &thinsp; which is not portable
3392                  - tell what maildir and mbox formats we support
3393
3394 2006-04-12 [wwp]        2.1.0cvs35
3395
3396         * src/prefs_toolbar.c
3397                 unified a replace button more,
3398                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3399
3400 2006-04-12 [wwp]        2.1.0cvs34
3401
3402         * src/prefs_common.c
3403         * src/prefs_msg_colors.c
3404                 make default color labels translatable,
3405                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3406                 thanks to Tim <timbrain@post.cz> for reporting.
3407
3408 2006-04-12 [wwp]        2.1.0cvs33
3409
3410         * manual/glossary.xml
3411         * manual/intro.xml
3412         * manual/plugins.xml
3413         * manual/starting.xml
3414         * manual/sylpheed-claws-manual.xml
3415         * manual/fr/.cvsignore
3416         * manual/fr/account.xml
3417         * manual/fr/ack.xml
3418         * manual/fr/addrbook.xml
3419         * manual/fr/advanced.xml
3420         * manual/fr/faq.xml
3421         * manual/fr/glossary.xml
3422         * manual/fr/handling.xml
3423         * manual/fr/intro.xml
3424         * manual/fr/keyboard.xml
3425         * manual/fr/plugins.xml
3426         * manual/fr/starting.xml
3427         * manual/fr/sylpheed-claws-manual.xml
3428                 various fixes: typos, missing .fr translations, punctuation,
3429                 capitalization, links, accents and some bad French more.
3430
3431 2006-04-12 [wwp]        2.1.0cvs32
3432
3433         * src/prefs_gtk.c
3434                 fix for bug #935: always store prefs files in UTF-8 (thanks
3435                 to Colin).
3436
3437 2006-04-11 [colin]      2.1.0cvs31
3438
3439         * src/compose.c
3440                 Fix inserting files not in utf8 when locale is utf8
3441
3442 2006-04-11 [colin]      2.1.0cvs30
3443
3444         * src/inc.c
3445                 Don't show error dialog when cancelling connection
3446                 Patch by Pawel
3447
3448 2006-04-11 [cleroy]     2.1.0cvs29
3449
3450         * src/compose.c
3451                 Implement multiple quote levels
3452         * src/prefs_common.c
3453                 Change a little bit the quote bgcolor for 2nd level
3454
3455 2006-04-11 [colin]      2.1.0cvs28
3456
3457         * src/gtk/about.c
3458                 Add locale and charset in the label
3459
3460 2006-04-10 [colin]      2.1.0cvs27
3461
3462         * src/compose.c
3463         * src/prefs_common.c
3464         * src/prefs_common.h
3465         * src/prefs_msg_colors.c
3466         * src/textview.c
3467                 Allow optional background color in quotes
3468                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3469                 GTK+-2.8.x feature
3470
3471 2006-04-10 [colin]      2.1.0cvs26
3472
3473         * src/main.c
3474         * src/mainwindow.c
3475         * src/mainwindow.h
3476                 Implement --select
3477
3478 2006-04-10 [colin]      2.1.0cvs25
3479
3480         * manual/plugins.xml
3481         * manual/fr/plugins.xml
3482                 Document libcurl's proxy variables
3483
3484 2006-04-09 [colin]      2.1.0cvs24
3485
3486         * src/prefs_common.c
3487                 gettext() returns statically allocated stuff. We have
3488                 to strdup it in order to be able to free it.
3489
3490 2006-04-09 [colin]      2.1.0cvs23
3491
3492         * AUTHORS
3493         * src/gtk/authors.h
3494                 Add Alexei
3495
3496 2006-04-09 [colin]      2.1.0cvs22
3497
3498         * src/mainwindow.c
3499         * src/gtk/quicksearch.c
3500                 Fix bug #859 (problems with cyrilic input in 
3501                 search panel) - Patch by Alexey Illarionov 
3502                 <littlesavage@rambler.ru>
3503
3504 2006-04-09 [colin]      2.1.0cvs21
3505
3506         * src/prefs_customheader.c
3507                 I prefer removing then freeing rather than the contrary
3508                 (even if it doesn't change anything ;-)
3509         * src/prefs_account.c
3510                 Fix bug #933 (Crash re-entering the custom headers list 
3511                 dialog in accounts prefs)
3512                 The problem happened when cancelling the Account 
3513                 Preferences' dialogs - in which case we didn't do 
3514                 anything to the PrefsAccount * struct. In case of applying,
3515                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3516                 working with in this dialog. The problem is that 
3517                 prefs_customheader.c, working on this tmp_ac_prefs, always
3518                 changes the ->customhdr_list pointer, even when cancelled. 
3519                 So in case of cancelling the prefs_account dialog, we still
3520                 have to update ->customhdr_list in the real account.
3521
3522 2006-04-08 [colin]      2.1.0cvs20
3523
3524         * manual/fr/glossary.xml
3525         * manual/fr/keyboard.xml
3526                 Forgot some headers :)
3527
3528 2006-04-08 [colin]      2.1.0cvs19
3529
3530         * manual/Makefile.am
3531         * manual/fr/Makefile.am
3532         * manual/fr/account.xml
3533         * manual/fr/ack.xml
3534         * manual/fr/addrbook.xml
3535         * manual/fr/advanced.xml
3536         * manual/fr/faq.xml
3537         * manual/fr/glossary.xml
3538         * manual/fr/gpl.xml
3539         * manual/fr/handling.xml
3540         * manual/fr/intro.xml
3541         * manual/fr/keyboard.xml
3542         * manual/fr/plugins.xml
3543         * manual/fr/starting.xml
3544         * manual/fr/sylpheed-claws-manual.xml
3545         * manual/fr/dist/.cvsignore
3546         * manual/fr/dist/Makefile.am
3547         * manual/fr/dist/html/.cvsignore
3548         * manual/fr/dist/html/Makefile.am
3549         * manual/fr/dist/pdf/.cvsignore
3550         * manual/fr/dist/pdf/Makefile.am
3551         * manual/fr/dist/ps/.cvsignore
3552         * manual/fr/dist/ps/Makefile.am
3553         * manual/fr/dist/txt/.cvsignore
3554         * manual/fr/dist/txt/Makefile.am
3555                 Add the french translation of the manual. Thanks to
3556                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3557                 account.xml, ack.xml, addrbook.xml and advanced.xml
3558
3559 2006-04-08 [colin]      2.1.0cvs18
3560
3561         * manual/plugins.xml
3562         * manual/starting.xml
3563                 More fixes
3564
3565 2006-04-07 [colin]      2.1.0cvs17
3566
3567         * manual/faq.xml
3568         * manual/intro.xml
3569         * manual/keyboard.xml
3570                 Little fixes
3571
3572 2006-04-07 [colin]      2.1.0cvs16
3573
3574         * README
3575         * src/compose.c
3576         * src/prefs_common.c
3577         * src/prefs_common.h
3578                 Add hidden compose_no_markup pref
3579
3580 2006-04-07 [wwp]        2.1.0cvs15
3581
3582         * src/summary_search.c
3583         * .cvsignore
3584                 Bugfix: stop button was sticky when searching in an empty folder.
3585                 Applied curly brackets code style to the whole file (summary_search.c).
3586                 More files to ignore.
3587
3588 2006-04-07 [wwp]        2.1.0cvs14
3589
3590         * src/message_search.c
3591         * src/summary_search.c
3592                 changed default button when search bumps at file/folder
3593                 beginning or end, for convenience (thanks to Colin).
3594
3595 2006-04-07 [paul]       2.1.0cvs13
3596
3597         * src/plugins/dillo_viewer/dillo_prefs.c
3598                 avoid future potential for namespace collision
3599                 Patch by Colin
3600
3601 2006-04-06 [wwp]        2.1.0cvs12
3602
3603         * src/summary_search.c
3604                 Unify extended/advanced searches names (and thus factorize labels),
3605                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3606
3607 2006-04-06 [wwp]        2.1.0cvs11
3608
3609         * src/folderview.c
3610         * src/prefs_themes.c
3611         * src/summaryview.c
3612                 Fixed some compilation warnings.
3613
3614 2006-04-06 [colin]      2.1.0cvs10
3615
3616         * manual/advanced.xml
3617                 Document the wizard template and how to deploy
3618                 Sylpheed-Claws effectively
3619
3620 2006-04-06 [colin]      2.1.0cvs9
3621
3622         * src/folderview.c
3623                 gettext patch to tell translators about _("#"),
3624                 by Maxim Britov
3625
3626 2006-04-06 [colin]      2.1.0cvs8
3627
3628         * src/textview.c
3629                 Fix invalid GtkTextBIter after clicking "Display as text"
3630
3631 2006-04-06 [mones]      2.1.0cvs7
3632
3633         * src/addr_compl.c
3634         * src/addrindex.c
3635         * src/addritem.c
3636         * src/codeconv.c
3637         * src/compose.c
3638         * src/filtering.c
3639         * src/folder.c
3640         * src/folder_item_prefs.c
3641         * src/folderview.c
3642         * src/localfolder.c
3643         * src/matcher.c
3644         * src/mimeview.c
3645         * src/prefs_msg_colors.c
3646         * src/prefs_spelling.c
3647         * src/prefs_themes.c
3648         * src/procmime.c
3649         * src/procmsg.c
3650         * src/stock_pixmap.c
3651         * src/summaryview.c
3652         * src/textview.c
3653         * src/toolbar.c
3654         * src/common/mgutils.c
3655         * src/common/prefs.c
3656         * src/common/ssl_certificate.c
3657         * src/gtk/colorlabel.c
3658         * src/gtk/quicksearch.c
3659         * src/plugins/pgpmime/pgpmime.c
3660         * src/plugins/spamassassin/spamassassin.c
3661                 Removed redundant NULL checks for g_free() calls.
3662                 Patch by Pawel Pekala.
3663
3664 2006-04-06 [mones]      2.1.0cvs6
3665
3666         * src/prefs_actions.c
3667         * src/prefs_filtering.c
3668         * src/prefs_filtering_action.c
3669         * src/prefs_matcher.c
3670         * src/prefs_template.c
3671         * src/gtk/gtkutils.c
3672         * src/gtk/gtkutils.h
3673                 Have a nice replace button. Patch by Pawel Pekala
3674
3675 2006-04-06 [colin]      2.1.0cvs5
3676
3677         * src/addressbook.c
3678                 Fix crash with empty columns
3679
3680 2006-04-05 [colin]      2.1.0cvs4
3681
3682         * src/wizard.c
3683         * src/prefs_gtk.c
3684                 Allow wizard customization with pre-filled values
3685
3686 2006-04-05 [colin]      2.1.0cvs3
3687
3688         * src/textview.c
3689         * src/mimeview.c
3690         * src/mimeview.h
3691                 Nicer messages in mimeview
3692
3693 2006-04-05 [colin]      2.1.0cvs2
3694
3695         * src/addressbook.c
3696         * src/prefs_summaries.c
3697                 i18n fix
3698
3699 2006-04-05 [colin]      2.1.0cvs1
3700
3701         * src/plugins/pgpcore/plugin.c
3702         * src/plugins/pgpcore/select-keys.c
3703         * src/plugins/pgpcore/select-keys.h
3704         * src/plugins/pgpcore/sgpgme.c
3705         * src/plugins/pgpcore/sgpgme.h
3706         * src/plugins/pgpinline/pgpinline.c
3707         * src/plugins/pgpinline/plugin.c
3708         * src/plugins/pgpmime/pgpmime.c
3709         * src/plugins/pgpmime/plugin.c
3710                 Factorize and generalize a bit 
3711                 Drop S/MIME signature verification from PGP/MIME
3712                 (adding it as another, more complete plugin)
3713
3714 2006-04-05 [paul]       2.1.0
3715
3716         2.1.0 released
3717
3718 2006-04-05 [paul]       2.0.0cvs186
3719
3720         * manual/advanced.xml
3721                 add info on colour labels
3722
3723 2006-04-05 [paul]       2.0.0cvs185
3724
3725         * po/bg.po
3726         * po/cs.po
3727         * po/de.po
3728         * po/el.po
3729         * po/en_GB.po
3730         * po/fi.po
3731         * po/fr.po
3732         * po/it.po
3733         * po/nl.po
3734         * po/pl.po
3735         * po/pt_BR.po
3736         * po/sr.po
3737         * po/zh_CN.po
3738                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3739                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3740                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3741                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3742         * src/gtk/authors.h
3743         * tools/claws.i18n.status.pl
3744                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3745                 and new Czech translator, Tim <timbrain@post.cz>
3746
3747 2006-04-05 [mones]      2.0.0cvs184
3748
3749         * po/es.po
3750                 Updated translation
3751
3752 2006-04-05 [colin]      2.0.0cvs183
3753
3754         * src/gtk/quicksearch.c
3755                 Fix bug #929 (unnecessary reload in quick search bar)
3756
3757 2006-04-05 [colin]      2.0.0cvs182
3758
3759         * src/compose.c
3760                 Fix crash on Reply with no From:
3761                 Show signature and conversion error on queuing 
3762                 (but not sending)
3763         * src/mainwindow.c
3764         * src/summaryview.c
3765         * src/summaryview.h
3766                 Factorize threading code and make sure msginfo 
3767                 is not null when it comes from a GtkCTreeRow's 
3768                 data
3769         * src/gtk/gtkaspell.c
3770                 Check for necessary things
3771         * src/gtk/gtksctree.c
3772         * src/gtk/gtksctree.h
3773                 Reset anchor if necessary when removing node
3774
3775 2006-03-29 [colin]      2.0.0cvs181
3776
3777         * src/folderview.c
3778                 Warn for disabled IMAP accounts (due to lack of
3779                 libetpan). Breaks string-freeze - sorry - but it
3780                 is kind of important ;)
3781
3782 2006-03-28 [colin]      2.0.0cvs180
3783
3784         * src/gtk/gtkutils.c
3785         * src/gtk/gtkutils.h
3786                 Add a gtkut_get_link_btn() function that
3787                 creates a button which acts like an URI
3788         * src/prefs_themes.c
3789         * src/gtk/about.c
3790                 Use this function (factorizes codes)
3791         * src/common/defs.h
3792         * src/gtk/pluginwindow.c
3793                 Add a "Get more..." in the plugins window
3794
3795 2006-03-28 [colin]      2.0.0cvs179
3796
3797         * src/common/smtp.c
3798         * src/common/passcrypt.c
3799         * src/undo.c
3800                 Warning fixes. Patch by Pawel Pekala
3801
3802 2006-03-27 [colin]      2.0.0cvs178
3803
3804         * src/undo.c
3805                 Fix undoing by blocks with spaces
3806
3807 2006-03-27 [colin]      2.0.0cvs177
3808
3809         * src/textview.c
3810                 Set margin to 3px for headers
3811
3812 2006-03-27 [paul]
3813
3814         2.1.0-rc2 released
3815
3816 2006-03-27 [wwp]        2.0.0cvs176
3817
3818         * src/summaryview.c
3819                 don't reset quicksearch when updating the message list.
3820                 Thanks to Colin.
3821
3822 2006-03-26 [wwp]        2.0.0cvs175
3823
3824         * src/compose.c
3825                 use a unified border width ('other' tab in the compose window,
3826                 patch by Pawel Pekala).
3827
3828
3829 2006-03-26 [wwp]        2.0.0cvs174
3830
3831         * src/common/quoted-printable.c
3832         * src/addressbook.c
3833                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3834
3835 2006-03-26 [colin]      2.0.0cvs173
3836
3837         * src/quote_fmt_parse.y
3838                 Fix non-UTF8 date formats messing up the whole quote a 
3839                 little bit
3840
3841 2006-03-26 [colin]      2.0.0cvs172
3842
3843         * src/procheader.c
3844                 Make sure the date is UTF8 valid, or try to make it
3845                 so. IncrediMail is really IncrediStupid.
3846         * src/compose.c
3847                 Fix possible conversions. 
3848                 
3849
3850 2006-03-26 [colin]      2.0.0cvs171
3851
3852         * src/matcher.c
3853                 Fix corner cases in body search. This is still a
3854                 hack... It seems impossible to make it good and 
3855                 reasonably fast at the same time.
3856
3857 2006-03-26 [colin]      2.0.0cvs170
3858
3859         * src/summaryview.c
3860                 I think I killed the twilight zone bug!
3861                 summary_select_node() flushes GTK events in order
3862                 to be able to center the view. But this also 
3863                 flushes keypresses like Ctrl-Alt-U, so this can
3864                 call summary_show from summary_select_node (itself
3865                 called from summary_show, etc.). And the summaryview
3866                 has to be unlocked in this function. So just locking
3867                 while processing GTK events, and bailing if locked, 
3868                 should fix it.
3869                 Fixes bug #927 (SIGSEGV during Update Summary)
3870
3871 2006-03-25 [colin]      2.0.0cvs169
3872
3873         * src/matcher.c
3874                 Fix search in QP-encoded bodies
3875                 Fix utf-8 searches in bodies encoded in the
3876                 locale's encoding
3877         * src/common/quoted-printable.c
3878         * src/common/quoted-printable.h
3879                 Add a decode function that doesn't overwrite
3880                 the original pointer
3881                 
3882
3883 2006-03-24 [colin]      2.0.0cvs168
3884
3885         * src/action.c
3886         * src/summaryview.c
3887         * src/summaryview.h
3888                 Update message cache after action
3889                 Patch by H. Merijn Brand
3890         * src/prefs_msg_colors.c
3891                 Factorize label 
3892                 Patch by Fabien Vantard
3893         * src/plugins/spamassassin/spamassassin_gtk.c
3894                 Remove useless translation
3895                 Patch by Fabien Vantard
3896
3897 2006-03-23 [colin]      2.0.0cvs167
3898
3899         * src/common/ssl.c
3900                 Let 30 seconds to SSL_connect
3901
3902 2006-03-23 [wwp]        2.0.0cvs166
3903
3904         * src/summaryview.c
3905         * src/gtk/description_window.c
3906                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3907                 and headers are translated; adjust description windows' width to fit their
3908                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3909
3910 2006-03-23 [paul]       2.0.0cvs165
3911
3912         * src/common/utils.c
3913                 fix highlighting of URIs containing "()"
3914                 (2.0.0cvs164's reversal fixed)
3915                 Thanks to Colin.
3916
3917 2006-03-23 [paul]       2.0.0cvs164
3918
3919         * src/common/utils.c
3920                 revert patch, (postponing a fix), at 2.0.0cvs120
3921                 as it breaks more URIs than it fixes.
3922                 Allow '-' to be a terminating character in a URI
3923
3924 2006-03-22 [colin]      2.0.0cvs163
3925
3926         * configure.ac
3927                 Require libetpan 0.45
3928                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3929
3930 2006-03-22 [paul]       2.0.0cvs162
3931
3932         * src/editgroup.c
3933                 replace '<-' and '->' buttons with GTK_STOCK graphical
3934                 buttons
3935         * src/summary_search.c
3936                 don't offer '...' for translation
3937                 add a tooltip to advanced search '...' button
3938         * src/gtk/quicksearch.c
3939                 don't offer '...' for translation
3940
3941 2006-03-21 [colin]      2.0.0cvs161
3942
3943         * src/compose.c
3944                 Fix middle-click pasting (insert at click
3945                 position instead of cursor position, don't
3946                 remove existing selection and allow pasting
3947                 our own selection)
3948         * src/addressbook.c
3949                 "LDAP Server" -> "LDAP servers"
3950
3951 2006-03-21 [wwp]        2.0.0cvs160
3952
3953         * src/etpan/imap-thread.c
3954                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3955
3956 2006-03-20 [colin]      2.0.0cvs159
3957
3958         * src/summaryview.c
3959                 Don't reload summaryview after an execute with no
3960                 move action
3961
3962 2006-03-19 [colin]      2.0.0cvs158
3963
3964         * src/addressbook.c
3965                 and put groups at the top, always
3966
3967 2006-03-19 [colin]      2.0.0cvs157
3968
3969         * src/addressbook.c
3970                 Order groups before names, as previously
3971
3972 2006-03-19 [colin]      2.0.0cvs156
3973
3974         * src/addressbook.c
3975                 - Sort case-unsensitive
3976                 - Put the sort arrow at opening too
3977
3978 2006-03-19 [wwp]        2.0.0cvs155
3979
3980         * src/addressbook.c
3981                 allow sorting by name/email/remarks, ensure that right-pane's contents
3982                 matches the left-pane selection (cleared when appropriate).
3983                 Patch by Pawel Pekala <c0rn@o2.pl>.
3984
3985 2006-03-18 [colin]      2.0.0cvs154
3986
3987         * src/textview.c
3988                 Fix text cursor ;)
3989
3990 2006-03-18 [colin]      2.0.0cvs153
3991
3992         * src/gtk/filesel.c
3993                 Make sure we hide the preview if we didn't get
3994                 a filename
3995
3996 2006-03-18 [colin]      2.0.0cvs152
3997
3998         * src/summaryview.c
3999                 Set cursor to watch for execution (fixes lack
4000                 of watch-cursor when dnd'ing hundreds of mails)
4001         * src/gtk/filesel.c
4002                 Check that mime type is 'image/*' before updating
4003                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4004
4005 2006-03-18 [colin]      2.0.0cvs151
4006
4007         * src/mainwindow.c
4008         * src/textview.c
4009         * src/textview.h
4010                 Put a watch cursor in textview too when the mainwindow's
4011                 cursor in a watch
4012
4013 2006-03-18 [colin]      2.0.0cvs150
4014
4015         * src/folder.c
4016                 Change wrong asserts to simple tests
4017
4018 2006-03-17 [colin]      2.0.0cvs149
4019
4020         * src/mainwindow.c
4021         * src/mainwindow.h
4022         * src/prefs_msg_colors.c
4023         * src/summaryview.c
4024         * src/summaryview.h
4025         * src/gtk/colorlabel.c
4026         * src/gtk/colorlabel.h
4027                 Add a color label menu in the main menubar
4028                 Add (fixed) accels Ctrl-{0-7} to change the color
4029                 They have to be fixed because the menu's dynamic,
4030                 the items are complex widgets, hence we can't use
4031                 a GtkItemFactory.
4032
4033
4034 2006-03-17 [wwp]        2.0.0cvs148
4035
4036         * src/compose.c
4037                 rollback few lines from my previous commit (those lines come from
4038                 a pending patch, accidentally commited, even if neutral as they are
4039                 commented out).
4040
4041 2006-03-17 [wwp]        2.0.0cvs147
4042
4043         * src/compose.c
4044                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4045                 applied code style/indentation to the modified function.
4046
4047 2006-03-17 [wwp]        2.0.0cvs146
4048
4049         * src/procmsg.c
4050         * src/compose.c
4051                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4052
4053 2006-03-17 [paul]
4054
4055         2.1.0-rc1 released
4056
4057 2006-03-17 [paul]       2.0.0cvs145
4058
4059         * src/main.c
4060                 addressbook_read_file() was called twice
4061         * src/textview.c
4062                 X-Mailer highlighting
4063
4064 2006-03-16 [colin]      2.0.0cvs144
4065
4066         * src/sourcewindow.c
4067         * src/sourcewindow.h
4068                 And the last one, in source window.
4069
4070 2006-03-16 [colin]      2.0.0cvs143
4071
4072         * src/compose.c
4073         * src/compose.h
4074                 Fix the same stuff in compose
4075
4076 2006-03-16 [colin]      2.0.0cvs142
4077
4078         * src/messageview.c
4079                 Complete the previous messageview crash fix
4080
4081 2006-03-16 [colin]      2.0.0cvs141
4082
4083         * src/procmsg.h
4084         * src/procmsg.c
4085         * src/folder.c
4086                 Fix POSTPROCESSING hook
4087                 Patch by H. Merijn Brand
4088
4089         * src/procmime.c
4090         * src/procmime.h
4091                 Parse Content-Location
4092
4093         * src/toolbar.c
4094         * src/messageview.c
4095         * src/messageview.h
4096                 Don't crash when a top-level MessageView has
4097                 been closed on us. Same problematic than
4098                 yesterday's quicksearch issue.
4099
4100 2006-03-15 [colin]      2.0.0cvs140
4101
4102         * src/gtk/quicksearch.c
4103                 Fix a bitchy race we didn't think about when we
4104                 added quicksearch cancellation:
4105                 If the search is not on cached fields, for example
4106                 body_part matchcase "stuff"
4107                 the matcher code has to get the whole message. If
4108                 we're on IMAP, that can be slow, and in order to
4109                 be non-blocking, the IMAP code idle loop processes
4110                 gtk events too. So it is possible to cancel a
4111                 quicksearch while the matcher is getting the mail's
4112                 body. After matcher got its body, it will start to
4113                 iterate over the matcher list that the Quicksearch's
4114                 clear_search_cb() just freed via prepare_matcher().
4115                 SIGSEGV ensues.
4116                 The fix consists of guarding the matcherlist_match()
4117                 call with a boolean 'matching'. If we reset the
4118                 quicksearch while matching is TRUE, we don't free
4119                 the matcherlist anymore like we did, but we set
4120                 another new flag, deferred_free, to TRUE. Then,
4121                 in quicksearch_match(), just after returning from
4122                 matcherlist_match() and unsetting the matching flag,
4123                 we check the deferred_free flag and do the
4124                 prepare_matcher() (which does the matcherlist_free)
4125                 for real, so we free the matcherlist once it's not
4126                 used anymore.
4127                 As all of this runs via the glib main loop, we
4128                 luckily don't need a mutex.
4129         * src/summaryview.c
4130                 Also, show progress while searching.
4131
4132
4133 2006-03-14 [colin]      2.0.0cvs139
4134
4135         * src/alertpanel.c
4136                 Make alertpanel_is_open non-static
4137
4138 2006-03-14 [colin]      2.0.0cvs138
4139
4140         * src/prefs_spelling.c
4141                 Cleanups - Fabien Vantard
4142
4143 2006-03-14 [wwp]        2.0.0cvs137
4144
4145         * src/main.c
4146                 code style normalization (curly braces, indentation).
4147
4148 2006-03-14 [wwp]        2.0.0cvs137
4149
4150         * src/main.c
4151                 code style (braces, indentation)
4152
4153 2006-03-12 [paul]       2.0.0cvs136
4154
4155         * src/prefs_common.c
4156                 trans_hdr defaults to FALSE to be RFC-savvy
4157         * src/prefs_summaries.c
4158                 add a tooltip to the trans_hdr option
4159                 
4160
4161 2006-03-12 [paul]       2.0.0cvs135
4162
4163         * src/prefs_matcher.c
4164                 give a little more width to the combos
4165         * src/prefs_display_header.c
4166         * src/textview.c
4167                 translate headers if prefs_common.trans_hdr
4168                 is TRUE
4169
4170         Patches by Pawel Pekala
4171
4172 2006-03-12 [paul]       2.0.0cvs134
4173
4174         * src/plugins/clamav/clamav_plugin.c
4175         * src/plugins/dillo_viewer/dillo_viewer.c
4176         * src/plugins/pgpcore/plugin.c
4177         * src/plugins/pgpinline/plugin.c
4178         * src/plugins/pgpmime/plugin.c
4179         * src/plugins/spamassassin/spamassassin.c
4180                 update/add to descriptions
4181         * src/plugins/spamassassin/spamassassin_gtk.c
4182                 fixes to the english, remove superfluous
4183                 tooltips, clean up a little
4184
4185 2006-03-12 [paul]       2.0.0cvs133
4186
4187         * src/compose.c
4188                 fix Bug 924, 'Account combo box shows up wrong 
4189                 if & is in account name'
4190
4191 2006-03-11 [colin]      2.0.0cvs132
4192
4193         * src/summaryview.c
4194                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4195                 messed up shift-selection because is slows down
4196                 moving around summaryview. thanks -users
4197
4198 2006-03-10 [colin]      2.0.0cvs131
4199
4200         * src/plugins/spamassassin/spamassassin_gtk.c
4201                 Put back Paul's engrish fixes
4202
4203 2006-03-10 [colin]      2.0.0cvs130
4204
4205         * src/plugins/spamassassin/spamassassin.c
4206         * src/plugins/spamassassin/spamassassin.h
4207         * src/plugins/spamassassin/spamassassin_gtk.c
4208                 Cleanup SA prefs page (more)
4209                 Patch by Fabien Vantard
4210
4211 2006-03-10 [paul]       2.0.0cvs129
4212
4213         * src/prefs_msg_colors.c
4214         * src/prefs_spelling.c
4215                 widget sensitivity
4216
4217 2006-03-09 [mones]      2.0.0cvs128
4218
4219         * po/es.po
4220                 Update for next RC
4221
4222 2006-03-09 [wwp]        2.0.0cvs127
4223
4224         * configure.ac
4225                 revert accidental commit (requirement for libetpan 0.43), this time
4226                 not in HEAD.
4227
4228 2006-03-09 [wwp]        2.0.0cvs125
4229
4230         * configure.ac
4231                 revert accidental commit (requirement for libetpan 0.43)
4232
4233 2006-03-09 [paul]       2.0.0cvs126
4234
4235         * src/prefs_receive.c
4236                 remove useless frame
4237                 replace 'incorporation' with 'receiving'
4238         * src/plugins/clamav/clamav_plugin_gtk.c
4239         * src/plugins/spamassassin/spamassassin_gtk.c
4240                 improve widget sensitivity
4241                 fix a bit his engrish
4242
4243 2006-03-09 [wwp]        2.0.0cvs125
4244
4245         * src/addressadd.c
4246         * src/foldersel.c
4247         * src/prefs_common.c
4248         * src/prefs_common.h
4249                 remember some more windows' sizes (add to addressbook and
4250                 select folder).
4251
4252 2006-03-09 [paul]       2.0.0cvs124
4253
4254         * src/plugins/pgpcore/prefs_gpg.c
4255                 normalise construction of dialogue
4256
4257 2006-03-09 [paul]       2.0.0cvs123
4258
4259         * src/plugins/trayicon/Makefile.am
4260                 add missing slash
4261
4262 2006-03-08 [colin]      2.0.0cvs122
4263
4264         * src/plugins/trayicon/Makefile.am
4265                 Fix build in separate dir 
4266                 Patch by Bamanzi <bamanzi@gmail.com>
4267
4268 2006-03-08 [colin]      2.0.0cvs121
4269
4270         * src/procmsg.c
4271                 Batch move and copies from summaryview with delayed execution
4272                 too
4273
4274 2006-03-07 [paul]       2.0.0cvs120
4275
4276         * src/common/utils.c
4277                 fix highlighting of URIs containing "()"
4278                 Patch by Pawel Pekala
4279
4280 2006-03-07 [paul]       2.0.0cvs119
4281
4282         * src/folder.c
4283         * src/folder.h
4284         * src/folderview.c
4285                 immediately do alphabetical resort when
4286                 changing a folder's name
4287                 Patch by Pawel Pekala
4288
4289 2006-03-07 [paul]       2.0.0cvs118
4290
4291         * src/news.c
4292         * src/news_gtk.c
4293                 when unsubscribing a newsgroup, remove the
4294                 folder and msgs in .sylpheed-claws/newscache
4295                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4296
4297 2006-03-07 [paul]       2.0.0cvs117
4298
4299         * src/textview.c
4300                 fix wrong Fake URL Warning
4301                 Thanks to Hiro
4302
4303 2006-03-07 [colin]      2.0.0cvs116
4304
4305         * src/imap.c
4306                 Return immediately when password dialog was
4307                 cancelled
4308         * src/gtk/inputdialog.c
4309                 Allow empty strings for passwords
4310
4311
4312 2006-03-06 [colin]      2.0.0cvs115
4313
4314         * src/imap.c
4315                 Prevent double-timeouts when connection fails
4316
4317 2006-03-06 [colin]
4318
4319         2.0.1-rc1 released
4320
4321 2006-03-06 [colin]      2.0.0cvs114
4322
4323         * src/imap.c
4324                 Refresh session during potentially long
4325                 operations
4326
4327 2006-03-06 [wwp]        2.0.0cvs113
4328
4329         * src/prefs_msg_colors.h
4330                 forgot that one (custom color labels).
4331
4332 2006-03-06 [wwp]        2.0.0cvs112
4333
4334         * src/prefs_common.c
4335         * src/prefs_common.h
4336         * src/prefs_msg_colors.c
4337         * src/summaryview.c
4338         * src/summaryview.h
4339         * src/gtk/colorlabel.c
4340         * src/gtk/colorlabel.h
4341                 colors in messages list are now customizable. Color values and names can
4342                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4343                 Thanks to Paul and Colin for their help with this longstanding patch!
4344
4345 2006-03-06 [wwp]        2.0.0cvs111
4346
4347         * src/textview.c
4348                 don't crash if (x)face is bad.
4349
4350 2006-03-05 [paul]       2.0.0cvs110
4351
4352         * AUTHORS
4353         * configure.ac
4354         * src/Makefile.am
4355         * src/common/Makefile.am
4356         * src/common/utils.h
4357         * src/etpan/imap-thread.c
4358         * src/gtk/authors.h
4359         * src/plugins/clamav/Makefile.am
4360         * src/plugins/demo/Makefile.am
4361         * src/plugins/dillo_viewer/Makefile.am
4362         * src/plugins/pgpcore/Makefile.am
4363         * src/plugins/pgpcore/passphrase.c
4364         * src/plugins/pgpinline/Makefile.am
4365         * src/plugins/pgpmime/Makefile.am
4366         * src/plugins/spamassassin/Makefile.am
4367         * src/plugins/trayicon/Makefile.am
4368                 fix builiding on cygwin
4369                 Patch by Ralgh Young <bamanzi@gmail.com>
4370
4371 2006-03-04 [wwp]        2.0.0cvs109
4372
4373         * manual/keyboard.xml
4374                 fix mixed up/down keys.
4375
4376 2006-03-04 [wwp]        2.0.0cvs108
4377
4378         * README
4379         * INSTALL
4380                 updated links to SpamAssassin.
4381
4382 2006-03-04 [wwp]        2.0.0cvs107
4383
4384         * manual/plugins.xml
4385         * src/plugins/spamassassin/README
4386                 updated SpamAssassin plugin docs to reflect new functional additions
4387                 (also fix/update/documents few technical stuff more, see the README).
4388
4389 2006-03-04 [wwp]        2.0.0cvs106
4390
4391         * src/prefs_message.c
4392                 normalized capitalization of message-prefs paths.
4393
4394 2006-03-04 [wwp]        2.0.0cvs105
4395
4396         * manual/advanced.xml
4397                 typo.
4398
4399 2006-03-03 [colin]      2.0.0cvs104
4400
4401         * src/plugins/clamav/clamav_plugin_gtk.c
4402                 Rework prefs page, patch by Fabien 
4403
4404 2006-03-03 [colin]      2.0.0cvs103
4405
4406         * src/plugins/clamav/clamav_plugin.c
4407                 Set error on all errors
4408
4409 2006-03-03 [colin]      2.0.0cvs102
4410
4411         * src/common/plugin.c
4412                 Initialize error to avoid crashing when a plugin fails
4413                 without setting error
4414
4415 2006-03-02 [wwp]        2.0.0cvs101
4416
4417         * configure.ac
4418                 fixed linker flags for libetpan support on Cygwin
4419                 (thanks to H.Merijn Brand).
4420
4421 2006-03-02 [wwp]        2.0.0cvs100
4422
4423         * src/addressbook.c
4424                 fix some AB error messages: one for punctuation and
4425                 one wrongly duplicate (thanks, maxbritov).
4426
4427 2006-03-02 [wwp]        2.0.0cvs99
4428
4429         * src/plugins/spamassassin/spamassassin.c
4430                 make sync calls to sa-learn/spamc to prevent
4431                 system (whatever local or client/server) overload.
4432
4433 2006-03-02 [colin]      2.0.0cvs98
4434
4435         * src/summaryview.c
4436                 Put the spam icon in the status column instead of the
4437                 mark one
4438
4439 2006-03-01 [colin]      2.0.0cvs97
4440
4441         * src/plugins/spamassassin/spamassassin.c
4442                 Fix segfault (g_file_set_contents fails for some 
4443                 reason and err==0x2f. Can't find out why with
4444                 valgrind, using working function :-)
4445
4446 2006-03-01 [colin]      2.0.0cvs96
4447
4448         * src/inc.c
4449                 Offline overriding: let 'No' be cached only 3 seconds
4450
4451 2006-03-01 [colin]      2.0.0cvs95
4452
4453         * src/addr_compl.c
4454         * src/addrbook.c
4455         * src/addressbook.c
4456         * src/addrindex.c
4457         * src/folder_item_prefs.c
4458         * src/headerview.c
4459         * src/imap.c
4460         * src/inc.c
4461         * src/ldif.c
4462         * src/mainwindow.c
4463         * src/mh.c
4464         * src/msgcache.c
4465         * src/prefs_common.h
4466         * src/prefs_msg_colors.c
4467         * src/procheader.c
4468         * src/procheader.h
4469         * src/procmime.c
4470         * src/procmsg.c
4471         * src/procmsg.h
4472         * src/send_message.h
4473         * src/simple-gettext.c
4474         * src/summaryview.c
4475         * src/summaryview.h
4476         * src/syldap.c
4477         * src/textview.c
4478         * src/undo.c
4479         * src/common/ssl_certificate.c
4480         * src/common/utils.c
4481         * src/gtk/colorsel.c
4482         * src/gtk/gtksctree.c
4483         * src/gtk/gtkshruler.c
4484         * src/plugins/trayicon/trayicon.c
4485                 #if 0 goes to /dev/null
4486
4487 2006-03-01 [colin]      2.0.0cvs94
4488
4489         * src/compose.c
4490         * src/imap.c
4491         * src/inc.c
4492         * src/inc.h
4493         * src/messageview.c
4494         * src/news.c
4495         * src/plugins/spamassassin/spamassassin.c
4496                 Allow to add information in the "working offline"
4497                 window
4498
4499 2006-03-01 [wwp]        2.0.0cvs93
4500
4501         * src/plugins/spamassassin/spamassassin.c
4502                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4503                 'cause it seems that calling `spamc ... < inputfile` with
4504                 g_spawn_(a)sync simply.. erm doesn't work :-).
4505
4506 2006-03-01 [wwp]        2.0.0cvs92
4507
4508         * src/toolbar.c
4509         * src/toolbar.h
4510                 simplify the adding of spam/ham button to the messageview toolbar
4511                 (it gets more clear now that the same button will be "Mark as spam"
4512                 or "Mark as ham" according to the current message status,
4513                 thanks to Colin).
4514
4515 2006-03-01 [wwp]        2.0.0cvs91
4516
4517         * src/messageview.c
4518         * src/procmsg.c
4519         * src/procmsg.h
4520         * src/summaryview.c
4521         * src/plugins/spamassassin/spamassassin.c
4522         * src/plugins/spamassassin/spamassassin.h
4523                 make learner callbacks return a status (0 for ok),
4524                 handle it in main code to avoid setting flags when learning failed,
4525                 don't learn on TCP if offline in spamassassin,
4526                 thanks to Colin.
4527
4528                 
4529
4530 2006-03-01 [wwp]        2.0.0cvs90
4531
4532         * src/compose.c
4533                 some work around the compose window's account menu,
4534                 patch by Fabien Vantard.
4535
4536 2006-03-01 [wwp]        2.0.0cvs89
4537
4538         * src/plugins/spamassassin/spamassassin.c
4539                 fixed bad logics, was using spamc in local mode and sa-learn
4540                 in remote mode (thanks, Colin).
4541
4542 2006-03-01 [wwp]        2.0.0cvs88
4543
4544         * src/plugins/spamassassin/spamassassin.c
4545         * src/plugins/spamassassin/spamassassin.h
4546         * src/plugins/spamassassin/spamassassin_gtk.c
4547                 made processing of emails w/ sa-plugin an option (default is TRUE),
4548                 fixed Engrish some tooltips, capitalization of some debug messages
4549                 and warnings. The spamassassin plugin now provides two separate
4550                 services: process emails upon incorporation and spamd training.
4551                 Both services (un)register independently but use some common
4552                 plugin settings (transport settings, spam storage location).
4553
4554 2006-02-28 [wwp]        2.0.0cvs87
4555
4556         * src/plugins/spamassassin/spamassassin.c
4557                 fix async flag to spamc cmdline execution (batch exec should
4558                 be asynchronous).
4559
4560 2006-02-27 [wwp]        2.0.0cvs86
4561
4562         * src/plugins/spamassassin/spamassassin.c
4563         * src/plugins/spamassassin/spamassassin.h
4564         * src/plugins/spamassassin/spamassassin_gtk.c
4565                 - added the ability to learn a remote spamassassin server (spamd),
4566                 using spamc.
4567                 - added the spamassassin option 'username', that applies to all
4568                 spamassassin operations (filtering, learning, local or remote).
4569                 The default username is the current unix user (if left blank
4570                 from gtk prefs or config file).
4571                 - commented out some unused code (notebook widget), removed unused
4572                 layout (hbox1).
4573                 - make more widgets sensitive to the transport type.
4574
4575 2006-02-27 [colin]      2.0.0cvs85
4576
4577         * src/plugins/spamassassin/spamassassin.c
4578                 Fix sa-learn call when offline
4579
4580 2006-02-27 [colin]      2.0.0cvs84
4581
4582         * configure.ac
4583         * src/Makefile.am
4584         * src/mainwindow.c
4585         * src/mainwindow.h
4586         * src/messageview.c
4587         * src/messageview.h
4588         * src/prefs_toolbar.c
4589         * src/procmsg.c
4590         * src/stock_pixmap.c
4591         * src/stock_pixmap.h
4592         * src/summaryview.c
4593         * src/toolbar.c
4594         * src/toolbar.h
4595         * src/pixmaps/ham_btn.xpm
4596         * src/pixmaps/spam.xpm
4597         * src/pixmaps/spam_btn.xpm
4598         * src/plugins/spamassassin/spamassassin.c
4599                 Add button in toolbar for spam learning
4600                 Fix a few bugs from the last related commit
4601                 Revert 1.9.6cvs23 which messed up shift-selection
4602
4603 2006-02-24 [colin]      2.0.0cvs83
4604
4605         * src/procmsg.c
4606         * src/summaryview.c
4607         * src/summaryview.h
4608         * src/plugins/spamassassin/spamassassin.c
4609         * src/plugins/spamassassin/spamassassin.h
4610         * src/plugins/spamassassin/spamassassin_gtk.c
4611                 Unregister learner when spamassassin is either
4612                 disabled or over tcp
4613
4614 2006-02-24 [colin]      2.0.0cvs82
4615
4616         * src/Makefile.am
4617         * src/mainwindow.c
4618         * src/mainwindow.h
4619         * src/procmsg.c
4620         * src/procmsg.h
4621         * src/stock_pixmap.c
4622         * src/stock_pixmap.h
4623         * src/summaryview.c
4624         * src/summaryview.h
4625         * src/gtk/icon_legend.c
4626         * src/pixmaps/spam.xpm  ** NEW FILE **
4627         * src/plugins/spamassassin/spamassassin.c
4628         * src/plugins/spamassassin/spamassassin_gtk.c
4629                 Add spam learning interface (Mark/Mark as 
4630                 (spam|ham) menus)
4631
4632 2006-02-24 [wwp]        2.0.0cvs81
4633
4634         * src/compose.c
4635         * src/compose.h
4636         * src/filtering.c
4637                 hide compose window when sending message in batch mode
4638                 (filtering: forward and redirect). Also fixed a wrong
4639                 value returned when sending failed, neutral anyway.
4640                 (Colin, me) 
4641
4642 2006-02-24 [wwp]        2.0.0cvs80
4643
4644         * src/mainwindow.c
4645                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4646
4647 2006-02-24 [paul]       2.0.0cvs79
4648
4649         * src/news.c
4650         * src/news.h
4651         * src/news_gtk.c
4652                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4653                 Thanks to Colin
4654
4655 2006-02-23 [colin]      2.0.0cvs78
4656
4657         * src/alertpanel.c
4658                 Change OK to Close in alertpanel with View log
4659                 button; add accel to View log. Patch by Fabien
4660                 Vantard
4661
4662 2006-02-23 [wwp]        2.0.0cvs77
4663
4664         * src/compose.c
4665                 silly me, there were much more tests to perform, since toolbars can
4666                 really have down to 1 element only.
4667
4668 2006-02-23 [wwp]        2.0.0cvs76
4669
4670         * commitHelper
4671                 fixed indentation from my previous commit. Fallback to VISUAL if
4672                 EDITOR is not set (and to vi, at last resort).
4673
4674 2006-02-23 [wwp]        2.0.0cvs75
4675
4676         * commitHelper
4677                 improved error detection (Colin, me).
4678
4679 2006-02-23 [wwp]        2.0.0cvs74
4680
4681         * src/prefs_toolbar.c
4682                 simplify and fix prefs/toolbars layouting. Combos' contents can
4683                 now be really displayed.
4684
4685 2006-02-23 [wwp]        2.0.0cvs73
4686         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4687         be really displayed.
4688
4689 2006-02-22 [wwp]        2.0.0cvs72
4690
4691         * src/compose.c
4692                 fix a typo in my previous commit (sorry!).
4693
4694 2006-02-22 [wwp]        2.0.0cvs71
4695
4696         * src/prefs_toolbar.c
4697                 fix a crash when adding separators to toolbars,
4698                 also fix some separator item information.
4699
4700 2006-02-22 [wwp]        2.0.0cvs70
4701
4702         * src/compose.c
4703                 fix a crash when redirecting (for instance) when compose window's
4704                 toolbar contents has been customized (when some buttons have been
4705                 removed in fact).
4706
4707 2006-02-21 [wwp]        2.0.0cvs69
4708
4709         * src/summaryview.c
4710         * src/gtk/pluginwindow.c
4711         * src/plugins/pgpcore/prefs_gpg.c
4712                 fix some compilation warnings (feat. remains of removed code).
4713
4714 2006-02-21 [wwp]        2.0.0cvs68
4715
4716         * src/gtk/gtkutils.c
4717                 fix two compilation issues, thanks to Stephan Sachse.
4718
4719 2006-02-20 [colin]      2.0.0cvs67
4720
4721         * src/mainwindow.c
4722                 Don't reselect displayed mail on refocus
4723                 This fixes actions misbehaving 
4724
4725 2006-02-20 [wwp]        2.0.0cvs66
4726
4727         * src/summaryview.c
4728         * src/gtk/gtksctree.c
4729         * src/gtk/gtkshruler.c
4730                 changed more runtime typecast checks.
4731
4732 2006-02-20 [wwp]        2.0.0cvs65
4733
4734         * src/summary_search.c
4735                 find all - summaryview refresh issue fixed, thanks to Colin.
4736
4737 2006-02-20 [wwp]        2.0.0cvs64
4738
4739         * src/gtk/gtkutils.c
4740                 better runtime typecast checks.
4741
4742 2006-02-20 [wwp]        2.0.0cvs63
4743
4744         * src/summary_search.c
4745                 enhancements to the summary search:
4746                         - add the ability to stop the running search
4747                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4748                         - don't search if no criteria (From/To/Subject/Body) is set
4749                         - ensure that a busy mouse pointer is always shown when searching,
4750                           show it even a bit earlier
4751
4752 2006-02-19 [colin]      2.0.0cvs62
4753
4754         * src/compose.c
4755         * src/imap.c
4756         * src/etpan/imap-thread.c
4757         * src/etpan/imap-thread.h
4758                 (Future) IMAP speed improvement on sending
4759                 Will require a libetpan update
4760         * src/summaryview.c
4761         * src/gtk/quicksearch.c
4762                 Make quicksearch clearable while running.
4763
4764 2006-02-17 [colin]      2.0.0cvs61
4765
4766         * src/imap.c
4767         * src/etpan/imap-thread.c
4768         * src/etpan/imap-thread.h
4769                 Check for IMAP certificates
4770                 ** Requires libetpan-0.42-cvs4 
4771                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4772
4773 2006-02-17 [colin]      2.0.0cvs60
4774
4775         * src/messageview.c
4776         * src/prefs_common.c
4777         * src/prefs_common.h
4778         * src/prefs_message.c
4779                 Add pref to display HTML-only mails with plugin, 
4780                 if possible (defaulting to FALSE of course).
4781
4782 2006-02-16 [colin]      2.0.0cvs59
4783
4784         * src/main.c
4785         * src/common/plugin.c
4786         * src/common/plugin.h
4787         * src/gtk/pluginwindow.c
4788                 Keep track of requested (but unloaded) plugins
4789                 in some error cases.
4790
4791 2006-02-16 [wwp]        2.0.0cvs58
4792
4793         * src/gtk/gtkaspell.c
4794         * src/gtk/gtkaspell.h
4795         * src/prefs_spelling.c
4796         * src/compose.c
4797         * src/prefs_common.c
4798         * src/prefs_common.h
4799                 implemented new optional spellchecker behaviour: re-check message when
4800                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4801
4802 2006-02-16 [wwp]        2.0.0cvs57
4803
4804         * src/quote_fmt_parse.y
4805                 pclose popen'ed pipe.
4806
4807 2006-02-15 [colin]      2.0.0cvs56
4808
4809         * src/mimeview.c
4810         * src/mimeview.h
4811                 Let MimeViewers know which MimeView they
4812                 depend of.
4813         * src/summaryview.c
4814                 Swap From/To columns in Sent/Queue/Drafts
4815                 folders
4816         * src/etpan/imap-thread.c
4817                 Use mailstream_low_tls_open() for STARTTLS
4818                 instead of mailstream_low_ssl_open()
4819                 ** REQUIRES libetpan 0.42cvs3 **
4820
4821 2006-02-15 [wwp]        2.0.0cvs55
4822
4823         * src/compose.c
4824         * src/compose.h
4825         * src/message_search.c
4826         * src/message_search.h
4827         * src/textview.c
4828         * src/gtk/gtkutils.c
4829         * src/gtk/gtkutils.h
4830                 added the ability to Find text in the compose window (and a bit
4831                 of code factorization).
4832
4833 2006-02-15 [wwp]        2.0.0cvs54
4834
4835         * src/prefs_gtk.c
4836                 yet another one file was missing (fix for some widgets' sensitivity).
4837                 Thanks Colin!
4838
4839 2006-02-15 [wwp]        2.0.0cvs53
4840
4841         * src/prefs_gtk.h
4842                 oops forgot that file (fix for some widgets' sensitivity).
4843
4844 2006-02-15 [wwp]        2.0.0cvs52
4845
4846         * src/summary_search.c
4847                 implemented advanced summary search options (added the ability
4848                 to use matcher conditions in an advanced search mode).
4849
4850 2006-02-15 [wwp]        2.0.0cvs51
4851
4852         * src/plugins/pgpcore/prefs_gpg.c
4853         * src/prefs_account.c
4854                 fix some widget sensitivity, mostly around some labels in
4855                 account prefs.
4856
4857 2006-02-15 [paul]       2.0.0cvs50
4858
4859         * manual/advanced.xml
4860                 improve Templates info
4861                 written by wwp
4862
4863 2006-02-14 [colin]      2.0.0cvs49
4864
4865         * src/pixmaps/address_book.xpm
4866         * src/pixmaps/preferences.xpm
4867         * src/pixmaps/properties.xpm
4868                 Fix pixmap size - patch by Fabien Vantard
4869
4870 2006-02-13 [colin]      2.0.0cvs48
4871
4872         * src/procmime.c
4873                 Add missing fclose()s on error
4874         * src/textview.c
4875                 Remove unused code
4876         * src/common/utils.c
4877                 Fix temp files not being deleted on windows
4878         Patches by Thomas Gilgin
4879
4880 2006-02-13 [colin]      2.0.0cvs47
4881
4882         * src/mainwindow.c
4883                 Fix exit crash
4884
4885 2006-02-13 [wwp]        2.0.0cvs46
4886
4887         * src/plugins/pgpcore/prefs_gpg.c
4888                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4889
4890 2006-02-12 [colin]      2.0.0cvs45
4891
4892         * src/folderview.c
4893         * src/main.c
4894         * src/mainwindow.c
4895                 Fix "stuff" when quitting
4896
4897 2006-02-12 [wwp]        2.0.0cvs44
4898
4899         * src/prefs_themes.c
4900                 fix typos in debug messages.
4901
4902 2006-02-11 [colin]      2.0.0cvs43
4903
4904         * src/summaryview.c
4905                 don't allow drag/drop from ourself
4906
4907 2006-02-10 [wwp]        2.0.0cvs42
4908
4909         * src/exporthtml.c
4910         * src/html.c
4911         * src/html.h
4912         * src/procmime.c
4913         * src/textview.c
4914                 renamed html_ prefixed functions and data structures to avoid
4915                 namespace clashes w/ other software (gtkhtml2 for instance).
4916                 Closes bug #907.
4917
4918
4919 2006-02-09 [colin]      2.0.0cvs41
4920
4921         * src/summaryview.c
4922                 Fix shitty logic messed up. Thanks Ticho for the hint!
4923
4924 2006-02-09 [wwp]        2.0.0cvs40
4925
4926         * src/gtk/about.c
4927         * src/compose.c
4928         * src/prefs_account.c
4929         * src/prefs_gtk.h
4930         * src/editaddress.c
4931                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4932                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4933                 Browse buttons in accounts prefs.
4934
4935 2006-02-09 [colin]      2.0.0cvs39
4936
4937         * src/matcher.c
4938                 Check for pointer before using its members
4939         * src/gtk/gtksourceprintjob.c
4940                 Fix a wrong warning
4941
4942 2006-02-09 [wwp]        2.0.0cvs38
4943
4944         * src/gtk/filesel.c
4945                 fix few compiler warnings (type mismatch).
4946
4947 2006-02-09 [paul]       2.0.0cvs37
4948
4949         * po/fr.po
4950                 updated by Fabien Vantard
4951
4952 2006-02-08 [colin]      2.0.0cvs36
4953
4954         * src/prefs_common.c
4955         * src/common/defs.h
4956         * src/common/plugin.c
4957                 allow windows and linux configurations to coexist
4958                 patch by Thomas Gilgin
4959
4960 2006-02-08 [colin]      2.0.0cvs35
4961
4962         * src/filtering.c
4963         * src/matcher.c
4964         * src/matcher.h
4965         * src/matcher_parser_parse.y
4966         * src/prefs_filtering_action.c
4967         * src/prefs_matcher.c
4968                 Add the "Ignore thread" filtering
4969                 action
4970
4971 2006-02-08 [colin]      2.0.0cvs34
4972
4973         * src/compose.c
4974         * src/procmime.c
4975         * src/procmime.h
4976                 Fix bug #905 (damaged attachment)
4977                 text files with raw \0's aren't really text files
4978         FOR_STABLE
4979
4980 2006-02-08 [colin]      2.0.0cvs33
4981
4982         * src/summaryview.c
4983                 Fix crasher introduced yesterday
4984
4985 2006-02-08 [wwp]        2.0.0cvs32
4986
4987         * src/compose.c
4988         * src/compose.h
4989                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4990
4991 2006-02-08 [wwp]        2.0.0cvs31
4992
4993         * src/prefs_template.c
4994                 templates enhancement: allow address completion for Cc and Bcc fields
4995                 (it was currently possible for the To field only)
4996
4997 2006-02-08 [colin]      2.0.0cvs30
4998
4999         * src/compose.c
5000                 Don't unblock if not blocked
5001         FOR_STABLE
5002
5003 2006-02-07 [colin]      2.0.0cvs29
5004
5005         * src/action.c
5006                 Forgot to refresh summaryview
5007
5008 2006-02-07 [colin]      2.0.0cvs28
5009
5010         * src/action.c
5011                 Freeze/thaw message list and folder list while
5012                 processing %as{} actions 
5013         * src/compose.c
5014                 Fix auto-wrap disabling after a middle-click
5015                 paste - FOR_STABLE
5016
5017 2006-02-07 [paul]       2.0.0cvs27
5018
5019         * src/folder.c
5020                 fix freeing of uninitialised pointers
5021                 Thanks to Colin
5022
5023 2006-02-06 [colin]      2.0.0cvs26
5024
5025         * src/folder.c
5026                 Use g_slist_prepend in potentially big list
5027
5028 2006-02-06 [colin]      2.0.0cvs25
5029
5030         * src/folder.c
5031                 Completely skip processing if it doesn't 
5032                 exist (faster!)
5033
5034 2006-02-06 [colin]      2.0.0cvs24
5035
5036         * src/folder.c
5037         * src/summaryview.c
5038                 Batch filtering in summaryview (from Tools menu)
5039                 and pre/post//-processing too
5040
5041 2006-02-06 [colin]      2.0.0cvs23
5042
5043         * src/procmsg.h
5044         * src/filtering.c
5045                 Use a special field for batch filtering instead
5046                 of stepping on deferred execution's toes
5047
5048 2006-02-06 [colin]      2.0.0cvs22
5049
5050         * src/action.c
5051         * src/filtering.c
5052         * src/filtering.h
5053         * src/folder.c
5054         * src/summaryview.c
5055                 Fix filtering via menus and actions
5056
5057 2006-02-06 [colin]      2.0.0cvs21
5058
5059         * src/imap.c
5060                 Put the added file directly to cache if possible (will work
5061                 with next libetpan)
5062         * src/filtering.c
5063         * src/filtering.h
5064         * src/inc.c
5065         * src/folder.c
5066         * src/mbox.c
5067         * src/procmsg.h
5068                 Move and copy filtered messages by batches instead of one
5069                 by one - faster on IMAP
5070         * src/procmsg.c
5071                 Add a function that'll possibly be useful later
5072
5073 2006-02-06 [colin]      2.0.0cvs20
5074
5075         * src/addressbook.c
5076                 Use internal mime-type instead of text/plain for d'n'd
5077         * src/compose.c
5078                 Allow attaching files from mimeview's icon list via d'n'd
5079         * src/folderview.c
5080         * src/folderview.h
5081                 Use internal mime-type instead of text/plain for d'n'd
5082                 Don't try to selected opened folder if none is
5083                 Factorize d'n'd from other apps code
5084         * src/headerview.c
5085         * src/textview.c
5086         * src/gtk/gtkutils.c
5087         * src/gtk/gtkutils.h
5088                 Factorize Face/X-Face stuff
5089         * src/mimeview.c
5090                 Fix d'n'd to other apps
5091         * src/prefs_message.c
5092                 Let the XFace pref be usable without libcompface as it also
5093                 applies to Face
5094         * src/summaryview.c
5095                 Fix d'n'd to other apps
5096                 Factorize d'n'd from other apps code
5097
5098 2006-02-06 [wwp]        2.0.0cvs19
5099
5100         * po/it.po
5101                 Italian translation fixes by Andrea Spadaccini (no more confusion
5102                 between filtering and processing, and few changes in the About
5103                 dialog).
5104
5105
5106 2006-02-06 [mones]      2.0.0cvs18
5107
5108         * src/gtk/icon_legend.c
5109                 Improved descriptions allowing better translations
5110
5111 2006-02-05 [colin]      2.0.0cvs17
5112
5113         * src/imap.c
5114                 Add the f*cking missing expunge that caused imap_fetch_env
5115                 to fail after an add_msgs ! :-///
5116         * src/etpan/imap-thread.c
5117                 Add a bit of debug
5118         FOR_STABLE
5119
5120 2006-02-05 [colin]      2.0.0cvs16
5121
5122         * src/common/utils.c
5123                 Don't check for return-path (or we can't put
5124                 back non-sent mails)
5125
5126 2006-02-05 [colin]      2.0.0cvs15
5127
5128         * src/textview.c
5129                 Don't try to display Face header in textview
5130                 when teh headerview's active
5131
5132 2006-02-05 [colin]      2.0.0cvs14
5133
5134         * tools/tbird2syl.py
5135         * tools/Makefile.am
5136                 Add script to import Thunderbird mails
5137
5138 2006-02-05 [colin]      2.0.0cvs13
5139
5140         * src/headerview.c
5141         * src/procheader.c
5142         * src/procmsg.c
5143         * src/procmsg.h
5144         * src/textview.c
5145                 Show Face headers - patch partially by Klaus Flittner
5146
5147 2006-02-05 [colin]      2.0.0cvs12
5148
5149         * src/folderview.c
5150         * src/summaryview.c
5151         * src/common/utils.c
5152         * src/common/utils.h
5153                 Let dnd work from mime icons to summaryview
5154                 and to folderview too
5155                 Add a crude test to avoid trying to add files
5156                 drag'n'dropped when they're not mails
5157
5158 2006-02-04 [colin]      2.0.0cvs11
5159
5160         * src/summaryview.c
5161         * src/mimeview.c
5162                 Fix utf8 conversion
5163
5164 2006-02-04 [colin]      2.0.0cvs10
5165
5166         * src/compose.c
5167         * src/folderview.c
5168         * src/mimeview.c
5169         * src/summaryview.c
5170         * src/summaryview.h
5171                 Added various drag and drop capas:
5172                 From                    To
5173                 summaryview             other apps
5174                 mimeview icons          other apps
5175                 other apps              summaryview
5176                 other apps              folderview
5177
5178                 This shouldn't have broken the existing:
5179                 From                    To
5180                 summaryview             folderview
5181                 folderview              folderview
5182                 summaryview             compose's attachments
5183
5184         Tests welcomed.
5185
5186 2006-02-02 [paul]       2.0.0cvs9
5187
5188         * src/mainwindow.c
5189                 move global option 'Set displayed columns...' out
5190                 of folder option grouping.
5191                 fix sensitivity of 'harvest addresses'
5192         FOR_STABLE
5193
5194 2006-02-01 [colin]      2.0.0cvs8
5195
5196         * src/mimeview.c
5197                 Revert the alertpanel patch, it sucks (intrusive
5198                 and gets in the way of "open")
5199
5200 2006-02-01 [colin]      2.0.0cvs7
5201
5202         * src/compose.c
5203         * src/prefs_account.c
5204         * src/prefs_common.c
5205         * src/common/defs.h
5206         * src/common/utils.c
5207         * src/common/utils.h
5208                 Add ability to edit the signature file
5209                 from the account preferences, and use
5210                 a default for the text editor.
5211                 Patch by Fabien Vantard
5212
5213 2006-02-01 [colin]      2.0.0cvs6
5214
5215         * src/mimeview.c
5216                 Try to get mime type by extension if it is
5217                 application/octet-stream
5218                 Display a window with possible choices when
5219                 encountering unknown mime types
5220         * src/gtk/filesel.c
5221         * src/gtk/filesel.h
5222                 Add preview
5223                 Allow multiple selection in filtered filesel
5224                 (patch by Fabien Vantard)
5225         * src/gtk/pluginwindow.c
5226                 Use it (patch by Fabien Vantard)
5227
5228 2006-02-01 [paul]       2.0.0cvs5
5229
5230         * src/jpilot.c
5231                 fix crash on creating jpilot address book
5232                 Thanks to Colin - FOR_STABLE
5233         * src/prefs_summaries.c
5234         * src/prefs_wrapping.c
5235         * src/gtk/icon_legend.c
5236         * src/gtk/quicksearch.c
5237                 string fixes and additions
5238
5239 2006-02-01 [paul]       2.0.0cvs4
5240
5241         * src/compose.c
5242         * src/mainwindow.c
5243         * src/messageview.c
5244         * src/prefs_send.c
5245                 add Arabic encoding option
5246                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5247
5248 2006-01-31 [colin]      2.0.0cvs3
5249
5250         * src/plugins/pgpcore/passphrase.c
5251                 Convert passphrase to locale encoding
5252         * src/compose.c
5253                 Fix drafting on IMAP. Crappy bug sneaked in
5254                 the release :-/
5255         FOR_STABLE
5256
5257 2006-01-30 [paul]       2.0.0cvs2
5258
5259         * src/gtk/icon_legend.c
5260                 show the new entries
5261
5262 2006-01-30 [colin]      2.0.0cvs1
5263
5264         * src/manual.c
5265                 Check for the file to be present before 
5266                 enabling the menu - FOR_STABLE
5267         * src/gtk/icon_legend.c
5268                 Add folders icons (not all of them, there
5269                 are too much, but the most intriguing ones)
5270
5271 2006-01-30 [paul]       2.0.0
5272
5273         version 2.0.0 released
5274
5275 2006-01-30 [paul]       1.9.100cvs200
5276
5277         * manual/faq.xml
5278         * manual/gpl.xml
5279         * manual/intro.xml
5280         * manual/starting.xml
5281         * manual/sylpheed-claws-manual.xml
5282                 fixes, additions
5283
5284 2006-01-29 [mones]      1.9.100cvs199
5285
5286         * manual/account.xml
5287         * manual/advanced.xml
5288         * manual/glossary.xml
5289                 Some typos fixed, added LDIF term to glossary
5290         * po/es.po
5291                 Fixed leading plus symbol
5292
5293 2006-01-29 [paul]       1.9.100cvs198
5294
5295         * po/fi.po
5296         * po/sk.po
5297                 updated by Tommi Pirinen and Andrej Kacian
5298
5299 2006-01-29 [paul]       1.9.100cvs197
5300
5301         * src/gtk/authors.h
5302                 remove duplicates
5303
5304 2006-01-29 [paul]       1.9.100cvs196
5305
5306         * AUTHORS
5307         * po/nl.po
5308         * src/gtk/authors.h
5309         * tools/claws.i18n.status.pl
5310                 nl translation updated by Tim Dijkstra
5311
5312 2006-01-29 [paul]       1.9.100cvs195
5313
5314         * po/sr.po
5315         * po/sv.po
5316                 updated by Aleksandar Urosevic and Anders Troback
5317
5318 2006-01-28 [colin]      1.9.100cvs194
5319
5320         * src/gtk/gtksourceprintjob.c
5321                 Don't fiddle with PangoLayout when we
5322                 have an image
5323
5324 2006-01-28 [paul]       1.9.100cvs193
5325
5326         * AUTHORS
5327         * po/el.po
5328         * po/zh_CN.po
5329         * src/gtk/authors.h
5330         * tools/claws.i18n.status.pl
5331                 updated translations submitted by Stavros Giannouris
5332                 and Ralgh Young
5333
5334 2006-01-27 [colin]      1.9.100cvs192
5335
5336         * src/summaryview.c
5337         * src/gtk/gtksourceprintjob.c
5338                 Add image printing 
5339                 (libgnomeprint only, of course)
5340
5341 2006-01-27 [paul]       1.9.100cvs191
5342
5343         * po/fr.po
5344         * po/it.po
5345                 updated by Fabien Vantard and Andrea Spadaccini
5346
5347 2006-01-26 [colin]      1.9.100cvs190
5348
5349         * manual/Makefile.am
5350         * configure.ac
5351                 Make building the manual optional 
5352                 (--disable-manual)
5353
5354 2006-01-26 [paul]       1.9.100cvs189
5355
5356         * manual/glossary.xml
5357         * manual/plugins.xml
5358                 edited
5359         * po/en_GB.po
5360                 updated
5361
5362 2006-01-26 [paul]       1.9.100cvs188
5363
5364         * src/prefs_display_header.c
5365         * src/prefs_folder_column.c
5366         * src/prefs_msg_colors.c
5367         * src/prefs_summaries.c
5368         * src/prefs_summary_column.c
5369                 HIGify
5370
5371 2006-01-25 [colin]      1.9.100cvs187
5372
5373         * src/imap.c
5374                 Don't allow moving/copying mails between
5375                 queue/drafts and non-queue/drafts folders
5376                 Fixes bug #897 (message header is resetted 
5377                 if one is copied to Drafts)
5378
5379 2006-01-25 [colin]      1.9.100cvs186
5380
5381         * src/folder.c
5382         * src/mainwindow.c
5383                 Fix subscribed folders not found
5384         * src/compose.c
5385                 Don't try to encode as original mail's charset
5386                 if it's ascii 
5387
5388 2006-01-25 [paul]       1.9.100cvs185
5389
5390         * AUTHORS
5391         * po/Makevars
5392                 updated
5393         * po/de.po
5394         * po/pl.po
5395         * po/pt_BR.po
5396         * po/sr.po
5397                 updates submitted by Stephan Sachse, Emilian Nowak
5398                 and Quar, Frederico Goncalves Guimaraes, and
5399                 Aleksandar Urosevic
5400                 Fix Bug 896, 'PT_BR locale broken'.
5401         * src/gtk/authors.h
5402                 updated
5403
5404 2006-01-24 [mones]      1.9.100cvs184
5405
5406         * manual/glossary.xml
5407                 All current terms finished. Reviewers welcome ;-)
5408         * manual/keyboard.xml
5409                 Fixed column width for pdf output.
5410         * po/es.po
5411                 Updated
5412
5413 2006-01-24 [paul]       1.9.100cvs183
5414
5415         * manual/glossary.xml
5416                 fix id name
5417         * manual/dist/html/Makefile.am
5418         * manual/dist/pdf/Makefile.am
5419         * manual/dist/ps/Makefile.am
5420         * manual/dist/txt/Makefile.am
5421                 fix make deps
5422                 Thanks to Colin
5423
5424 2006-01-24 [mones]      1.9.100cvs182
5425
5426         * manual/glossary.xml
5427                 Nearly finished, some terms missing.
5428
5429 2006-01-23 [paul]       1.9.100cvs181
5430
5431         * manual/dist/html/Makefile.am
5432         * manual/dist/pdf/Makefile.am
5433         * manual/dist/ps/Makefile.am
5434         * manual/dist/txt/Makefile.am
5435         * src/mainwindow.c
5436                 re-enable manual
5437                 Thanks to Colin
5438
5439 2006-01-22 [colin]      1.9.100cvs180
5440
5441         * src/compose.c
5442         * src/gtk/gtkaspell.c
5443                 Don't deselect stuff before right-clicking, with aspell.
5444                 (This prevented right-click Copy, for example).
5445                 Thanks to Clo!
5446
5447 2006-01-22 [paul]       1.9.100cvs179
5448
5449         * src/summary_search.c
5450                 don't fix the widget size as it causes problems
5451                 under localisation.
5452                 Thanks to Emilian Nowak
5453
5454 2006-01-21 [paul]       1.9.100cvs178
5455
5456         * src/prefs_themes.c
5457                 fix broken underlining of label text
5458                 with some translations
5459
5460 2006-01-21 [colin]      1.9.100cvs177
5461
5462         * po/fr.po
5463                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5464
5465 2006-01-20 [colin]      1.9.100cvs176
5466
5467         * configure.ac
5468         * Makefile.am
5469         * manual/Makefile
5470         * manual/dist/html/.cvsignore
5471         * manual/dist/html/Makefile.am
5472         * manual/dist/pdf/.cvsignore
5473         * manual/dist/pdf/Makefile.am
5474         * manual/dist/ps/.cvsignore
5475         * manual/dist/ps/Makefile.am
5476         * manual/dist/txt/.cvsignore
5477         * manual/dist/txt/Makefile.am
5478                 Autotool-ize manual
5479
5480 2006-01-20 [paul]       1.9.100cvs175
5481
5482         * manual/handling.xml
5483                 make Filtering and Searching entries easier to find
5484         * manual/keyboard.xml
5485                 add the remaining default keybinds
5486         * src/prefs_summaries.c
5487                 update the default keybinds
5488
5489 2006-01-20 [paul]       1.9.100cvs174
5490
5491         * src/addressbook.c
5492         * src/addrgather.c
5493         * src/addrharvest.c
5494         * src/editaddress.c
5495         * src/editgroup.c
5496         * src/exphtmldlg.c
5497         * src/expldifdlg.c
5498         * src/exporthtml.c
5499         * src/exportldif.c
5500         * src/ldif.c
5501                 replace 'e-mail' with 'email'
5502         * src/summary_search.c
5503                 add mnemonic to "Find all" button
5504
5505 2006-01-20 [wwp]        1.9.100cvs173
5506
5507         * src/export.c
5508         * src/import.c
5509                 touched mbox import/export buttons for HIG-compliance
5510
5511 2006-01-19 [paul]       1.9.100cvs172
5512
5513         * manual/account.xml
5514         * manual/addrbook.xml
5515         * manual/advanced.xml
5516         * manual/faq.xml
5517         * manual/handling.xml
5518         * manual/intro.xml
5519         * manual/plugins.xml
5520         * manual/starting.xml
5521                 more editing
5522
5523 2006-01-19 [paul]       1.9.100cvs171
5524
5525         * src/toolbar.c
5526                 allow use of trash button while receiving
5527                 Thanks to Colin
5528
5529 2006-01-19 [wwp]        1.9.100cvs170
5530
5531         * src/gtk/quicksearch.c
5532         * src/compose.c
5533                 force text color to black when yellow background is set
5534
5535 2006-01-19 [colin]      1.9.100cvs169
5536
5537         * src/plugins/trayicon/trayicon.c
5538                 Gray out Get Mail when already getting mail
5539
5540 2006-01-18 [paul]       1.9.100cvs168
5541
5542         * src/compose.c
5543                 give widget yellow background was To is
5544                 set via folder prefs
5545         * src/gtk/quicksearch.c
5546                 give widget yellow background when quick
5547                 search is active.
5548                 Thanks to Colin
5549
5550 2006-01-18 [paul]       1.9.100cvs167
5551
5552         * doc/man/sylpheed-claws.1
5553                 add --subscribe option
5554
5555 2006-01-18 [paul]       1.9.100cvs166
5556
5557         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5558         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5559                 use %U instead of %F (%F is broken for user installed
5560                 files in kde 3.5)
5561
5562 2006-01-18 [colin]      1.9.100cvs165
5563
5564         * src/summaryview.c
5565                 Default to Yes in "No more * messages" dialogs
5566
5567 2006-01-17 [colin]      1.9.100cvs164
5568
5569         * src/compose.c
5570                 Possibly fix an invalid iterator causing
5571                 crash
5572
5573 2006-01-17 [colin]      1.9.100cvs163
5574
5575         * src/mimeview.c
5576                 Fix crash when the image disappears under the
5577                 image viewer
5578
5579 2006-01-16 [colin]      1.9.100cvs162
5580
5581         * src/compose.c
5582                 Fix reenabling autowrap
5583
5584 2006-01-16 [colin]      1.9.100cvs161
5585
5586         * src/compose.c
5587                 reset quote_len before getting quote_str
5588
5589 2006-01-16 [colin]      1.9.100cvs160
5590
5591         * src/account.c
5592         * src/account.h
5593         * src/folder.c
5594         * src/imap_gtk.c
5595         * src/mh_gtk.c
5596                 Fix bug #883 (default inbox does not track folder move)
5597
5598 2006-01-16 [colin]      1.9.100cvs159
5599
5600         * src/compose.c
5601         * src/plugins/pgpcore/passphrase.c
5602                 More buttons fixes
5603
5604 2006-01-16 [paul]       1.9.100cvs158
5605
5606         * src/prefs_actions.c
5607         * src/prefs_filtering_action.c
5608         * src/prefs_matcher.c
5609         * src/quote_fmt.c
5610         * src/gtk/description_window.c
5611         * src/gtk/description_window.h
5612         * src/gtk/quicksearch.c
5613                 description window cleanups
5614
5615 2006-01-15 [colin]      1.9.100cvs157
5616
5617         * src/addressbook.c
5618         * src/prefs_filtering.c
5619                 Same here
5620
5621 2006-01-15 [colin]      1.9.100cvs156
5622
5623         * src/folderview.c
5624         * src/mainwindow.c
5625                 Same for "Empty trash"
5626
5627 2006-01-15 [colin]      1.9.100cvs155
5628
5629         * src/inc.c
5630                 Override offline dialog had Yes by default
5631
5632 2006-01-15 [colin]      1.9.100cvs154
5633
5634         * src/summaryview.c
5635                 Delete selected messages? previously had Yes the default
5636
5637 2006-01-15 [colin]      1.9.100cvs153
5638
5639         * src/folder.c
5640         * src/folder.h
5641         * src/main.c
5642                 Check if a mailbox is loaded after all
5643                 plugins are loaded.
5644
5645 2006-01-15 [colin]      1.9.100cvs152
5646
5647         * src/folder.c
5648                 Don't start wizard when there are unloaded folders (will help
5649                 people with only mbox or maildir mailboxes)
5650
5651 2006-01-14 [colin]      1.9.100cvs151
5652
5653         * src/addressbook.c
5654         * src/expldifdlg.c
5655         * src/importldif.c
5656         * src/importmutt.c
5657         * src/importpine.c
5658         * src/mh_gtk.c
5659                 More HIG compliance and fixes
5660
5661 2006-01-14 [colin]      1.9.100cvs150
5662
5663         * src/prefs_filtering_action.c
5664         * src/foldersel.c
5665                 Two forgotten button order changes
5666
5667 2006-01-14 [colin]      1.9.100cvs149
5668
5669         * src/account.c
5670         * src/addressbook.c
5671         * src/compose.c
5672         * src/folderview.c
5673         * src/imap_gtk.c
5674         * src/mainwindow.c
5675         * src/mh_gtk.c
5676         * src/news_gtk.c
5677         * src/prefs_actions.c
5678         * src/prefs_customheader.c
5679         * src/prefs_filtering.c
5680         * src/prefs_matcher.c
5681         * src/prefs_template.c
5682         * src/ssl_manager.c
5683         * src/summaryview.c
5684         * src/textview.c
5685         * src/toolbar.c
5686                 All deletion confirmations are now "Cancel, Delete" 
5687                 instead of "No, Yes"
5688                 Clarified most of the other "No, Yes" to 
5689                 "Cancel, Descriptive_action"
5690                 Rechanged the "Entry not saved" alerts to have 
5691                 "Close, Continue editing"
5692
5693
5694 2006-01-14 [paul]
5695
5696         * 2.0.0-rc4 released
5697
5698 2006-01-14 [paul]       1.9.100cvs148
5699
5700         * src/account.c
5701         * src/addressadd.c
5702         * src/addressbook.c
5703         * src/compose.c
5704         * src/editaddress.c
5705         * src/editbook.c
5706         * src/editgroup.c
5707         * src/editjpilot.c
5708         * src/editldap.c
5709         * src/editvcard.c
5710         * src/exphtmldlg.c
5711         * src/expldifdlg.c
5712         * src/folderview.c
5713         * src/grouplistdialog.c
5714         * src/imap_gtk.c
5715         * src/importmutt.c
5716         * src/importpine.c
5717         * src/inc.c
5718         * src/main.c
5719         * src/mainwindow.c
5720         * src/message_search.c
5721         * src/messageview.c
5722         * src/mh_gtk.c
5723         * src/mimeview.c
5724         * src/news_gtk.c
5725         * src/prefs_actions.c
5726         * src/prefs_customheader.c
5727         * src/prefs_filtering.c
5728         * src/prefs_matcher.c
5729         * src/prefs_template.c
5730         * src/prefs_themes.c
5731         * src/ssl_manager.c
5732         * src/summary_search.c
5733         * src/summaryview.c
5734         * src/textview.c
5735         * src/toolbar.c
5736         * src/gtk/foldersort.c
5737         * src/gtk/gtkaspell.c
5738         * src/gtk/inputdialog.c
5739         * src/gtk/prefswindow.c
5740         * src/plugins/pgpcore/select-keys.c
5741         * src/plugins/trayicon/trayicon.c
5742                 HIG compliant button order
5743
5744 2006-01-14 [mones]      1.9.100cvs147
5745
5746         * po/es.po
5747                 Updated translation
5748
5749 2006-01-13 [paul]       1.9.100cvs146
5750
5751         * AUTHORS
5752         * ChangeLog
5753         * src/gtk/authors.h
5754                 add Joshua M. Kwan to contributors list
5755
5756 2006-01-13 [colin]      1.9.100cvs145
5757
5758         * src/gtk/quicksearch.c
5759                 Don't refocus quick search after executing (Esc or Enter)
5760                 Allows to '/'search something then move up/down in 
5761                 summaryview, and to Esc a search and be back in the 
5762                 summaryview
5763
5764 2006-01-13 [paul]       1.9.100cvs144
5765
5766         * src/plugins/pgpinline/pgpinline.c
5767                 support Content-Type 'application/pgp'
5768                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5769
5770 2006-01-13 [paul]       1.9.100cvs143
5771
5772         * manual/account.xml
5773                 make mention of partial retrieval
5774                 thanks to Colin
5775
5776 2006-01-13 [paul]       1.9.100cvs142
5777
5778         * src/account.c
5779         * src/account.h
5780         * src/action.c
5781         * src/action.h
5782         * src/adbookbase.h
5783         * src/addr_compl.c
5784         * src/addr_compl.h
5785         * src/addrbook.c
5786         * src/addrcache.c
5787         * src/addrcache.h
5788         * src/addrcindex.c
5789         * src/addrcindex.h
5790         * src/addrclip.c
5791         * src/addrclip.h
5792         * src/addrdefs.h
5793         * src/addressadd.c
5794         * src/addressadd.h
5795         * src/addressbook.c
5796         * src/addressbook.h
5797         * src/addrgather.c
5798         * src/addrgather.h
5799         * src/addrharvest.c
5800         * src/addrharvest.h
5801         * src/addrindex.c
5802         * src/addrindex.h
5803         * src/addritem.c
5804         * src/addritem.h
5805         * src/addrquery.c
5806         * src/addrquery.h
5807         * src/addrselect.c
5808         * src/addrselect.h
5809         * src/alertpanel.c
5810         * src/alertpanel.h
5811         * src/browseldap.c
5812         * src/browseldap.h
5813         * src/codeconv.c
5814         * src/codeconv.h
5815         * src/compose.c
5816         * src/compose.h
5817         * src/customheader.c
5818         * src/customheader.h
5819         * src/displayheader.c
5820         * src/displayheader.h
5821         * src/editaddress.c
5822         * src/editaddress.h
5823         * src/editbook.c
5824         * src/editbook.h
5825         * src/editgroup.c
5826         * src/editgroup.h
5827         * src/editjpilot.c
5828         * src/editjpilot.h
5829         * src/editldap.c
5830         * src/editldap.h
5831         * src/editldap_basedn.c
5832         * src/editldap_basedn.h
5833         * src/editvcard.c
5834         * src/editvcard.h
5835         * src/exphtmldlg.c
5836         * src/exphtmldlg.h
5837         * src/expldifdlg.c
5838         * src/expldifdlg.h
5839         * src/export.h
5840         * src/exporthtml.c
5841         * src/exporthtml.h
5842         * src/exportldif.c
5843         * src/exportldif.h
5844         * src/filtering.c
5845         * src/filtering.h
5846         * src/folder.c
5847         * src/folder.h
5848         * src/folder_item_prefs.c
5849         * src/folder_item_prefs.h
5850         * src/foldersel.c
5851         * src/foldersel.h
5852         * src/folderutils.c
5853         * src/folderutils.h
5854         * src/folderview.c
5855         * src/folderview.h
5856         * src/grouplistdialog.c
5857         * src/grouplistdialog.h
5858         * src/headerview.c
5859         * src/html.c
5860         * src/html.h
5861         * src/image_viewer.c
5862         * src/image_viewer.h
5863         * src/imap.c
5864         * src/imap.h
5865         * src/imap_gtk.c
5866         * src/imap_gtk.h
5867         * src/import.h
5868         * src/importldif.c
5869         * src/importldif.h
5870         * src/importmutt.c
5871         * src/importmutt.h
5872         * src/importpine.c
5873         * src/importpine.h
5874         * src/inc.c
5875         * src/inc.h
5876         * src/jpilot.c
5877         * src/jpilot.h
5878         * src/ldapctrl.c
5879         * src/ldapctrl.h
5880         * src/ldaplocate.c
5881         * src/ldaplocate.h
5882         * src/ldapquery.c
5883         * src/ldapquery.h
5884         * src/ldapserver.c
5885         * src/ldapserver.h
5886         * src/ldaputil.c
5887         * src/ldaputil.h
5888         * src/ldif.c
5889         * src/ldif.h
5890         * src/main.c
5891         * src/main.h
5892         * src/mainwindow.c
5893         * src/mainwindow.h
5894         * src/manual.c
5895         * src/manual.h
5896         * src/mbox.c
5897         * src/mbox.h
5898         * src/message_search.c
5899         * src/message_search.h
5900         * src/messageview.c
5901         * src/messageview.h
5902         * src/mh.c
5903         * src/mh.h
5904         * src/mh_gtk.c
5905         * src/mh_gtk.h
5906         * src/mimeview.c
5907         * src/mimeview.h
5908         * src/msgcache.c
5909         * src/msgcache.h
5910         * src/mutt.c
5911         * src/mutt.h
5912         * src/news.c
5913         * src/news.h
5914         * src/news_gtk.c
5915         * src/news_gtk.h
5916         * src/partial_download.c
5917         * src/partial_download.h
5918         * src/pine.c
5919         * src/pine.h
5920         * src/pop.c
5921         * src/pop.h
5922         * src/prefs_account.c
5923         * src/prefs_account.h
5924         * src/prefs_actions.c
5925         * src/prefs_actions.h
5926         * src/prefs_common.c
5927         * src/prefs_common.h
5928         * src/prefs_compose_writing.c
5929         * src/prefs_compose_writing.h
5930         * src/prefs_customheader.c
5931         * src/prefs_customheader.h
5932         * src/prefs_display_header.c
5933         * src/prefs_display_header.h
5934         * src/prefs_filtering.c
5935         * src/prefs_filtering.h
5936         * src/prefs_filtering_action.c
5937         * src/prefs_filtering_action.h
5938         * src/prefs_folder_column.c
5939         * src/prefs_folder_column.h
5940         * src/prefs_folder_item.c
5941         * src/prefs_folder_item.h
5942         * src/prefs_fonts.c
5943         * src/prefs_fonts.h
5944         * src/prefs_gtk.c
5945         * src/prefs_gtk.h
5946         * src/prefs_image_viewer.c
5947         * src/prefs_image_viewer.h
5948         * src/prefs_matcher.c
5949         * src/prefs_matcher.h
5950         * src/prefs_message.c
5951         * src/prefs_msg_colors.c
5952         * src/prefs_msg_colors.h
5953         * src/prefs_other.c
5954         * src/prefs_quote.c
5955         * src/prefs_receive.c
5956         * src/prefs_send.c
5957         * src/prefs_spelling.c
5958         * src/prefs_spelling.h
5959         * src/prefs_summaries.c
5960         * src/prefs_summaries.h
5961         * src/prefs_summary_column.c
5962         * src/prefs_summary_column.h
5963         * src/prefs_template.c
5964         * src/prefs_template.h
5965         * src/prefs_themes.c
5966         * src/prefs_themes.h
5967         * src/prefs_toolbar.c
5968         * src/prefs_toolbar.h
5969         * src/prefs_wrapping.c
5970         * src/prefs_wrapping.h
5971         * src/privacy.c
5972         * src/privacy.h
5973         * src/procheader.c
5974         * src/procheader.h
5975         * src/procmime.c
5976         * src/procmime.h
5977         * src/procmsg.c
5978         * src/procmsg.h
5979         * src/quote_fmt.c
5980         * src/quote_fmt_parse.y
5981         * src/recv.c
5982         * src/recv.h
5983         * src/remotefolder.c
5984         * src/remotefolder.h
5985         * src/send_message.c
5986         * src/send_message.h
5987         * src/setup.c
5988         * src/setup.h
5989         * src/sourcewindow.c
5990         * src/sourcewindow.h
5991         * src/ssl_manager.c
5992         * src/ssl_manager.h
5993         * src/statusbar.c
5994         * src/statusbar.h
5995         * src/stock_pixmap.c
5996         * src/stock_pixmap.h
5997         * src/summary_search.c
5998         * src/summary_search.h
5999         * src/summaryview.c
6000         * src/summaryview.h
6001         * src/syldap.c
6002         * src/syldap.h
6003         * src/textview.c
6004         * src/textview.h
6005         * src/toolbar.c
6006         * src/toolbar.h
6007         * src/undo.c
6008         * src/undo.h
6009         * src/unmime.c
6010         * src/unmime.h
6011         * src/vcard.c
6012         * src/vcard.h
6013         * src/wizard.c
6014         * src/wizard.h
6015         * src/common/base64.c
6016         * src/common/base64.h
6017         * src/common/defs.h
6018         * src/common/hooks.c
6019         * src/common/hooks.h
6020         * src/common/log.c
6021         * src/common/log.h
6022         * src/common/mgutils.c
6023         * src/common/mgutils.h
6024         * src/common/nntp.c
6025         * src/common/nntp.h
6026         * src/common/passcrypt.c
6027         * src/common/passcrypt.h.in
6028         * src/common/plugin.c
6029         * src/common/plugin.h
6030         * src/common/prefs.c
6031         * src/common/prefs.h
6032         * src/common/progressindicator.c
6033         * src/common/progressindicator.h
6034         * src/common/quoted-printable.c
6035         * src/common/quoted-printable.h
6036         * src/common/session.c
6037         * src/common/session.h
6038         * src/common/smtp.c
6039         * src/common/smtp.h
6040         * src/common/socket.c
6041         * src/common/socket.h
6042         * src/common/ssl.c
6043         * src/common/ssl.h
6044         * src/common/ssl_certificate.c
6045         * src/common/ssl_certificate.h
6046         * src/common/stringtable.c
6047         * src/common/stringtable.h
6048         * src/common/sylpheed.c
6049         * src/common/sylpheed.h
6050         * src/common/template.c
6051         * src/common/template.h
6052         * src/common/timing.h
6053         * src/common/utils.c
6054         * src/common/utils.h
6055         * src/common/version.h.in
6056         * src/common/xml.c
6057         * src/common/xml.h
6058         * src/common/xmlprops.c
6059         * src/common/xmlprops.h
6060         * src/gtk/colorlabel.c
6061         * src/gtk/colorsel.c
6062         * src/gtk/colorsel.h
6063         * src/gtk/description_window.c
6064         * src/gtk/description_window.h
6065         * src/gtk/filesel.c
6066         * src/gtk/filesel.h
6067         * src/gtk/foldersort.c
6068         * src/gtk/foldersort.h
6069         * src/gtk/gtkutils.c
6070         * src/gtk/gtkutils.h
6071         * src/gtk/inputdialog.c
6072         * src/gtk/inputdialog.h
6073         * src/gtk/logwindow.c
6074         * src/gtk/logwindow.h
6075         * src/gtk/manage_window.c
6076         * src/gtk/manage_window.h
6077         * src/gtk/menu.c
6078         * src/gtk/menu.h
6079         * src/gtk/pluginwindow.c
6080         * src/gtk/pluginwindow.h
6081         * src/gtk/prefswindow.c
6082         * src/gtk/prefswindow.h
6083         * src/gtk/progressdialog.c
6084         * src/gtk/progressdialog.h
6085         * src/gtk/sslcertwindow.c
6086         * src/gtk/sslcertwindow.h
6087         * src/plugins/clamav/clamav_plugin.c
6088         * src/plugins/clamav/clamav_plugin.h
6089         * src/plugins/clamav/clamav_plugin_gtk.c
6090         * src/plugins/demo/demo.c
6091         * src/plugins/dillo_viewer/dillo_prefs.c
6092         * src/plugins/dillo_viewer/dillo_prefs.h
6093         * src/plugins/dillo_viewer/dillo_viewer.c
6094         * src/plugins/pgpcore/passphrase.c
6095         * src/plugins/pgpcore/passphrase.h
6096         * src/plugins/pgpcore/plugin.c
6097         * src/plugins/pgpcore/select-keys.c
6098         * src/plugins/pgpcore/select-keys.h
6099         * src/plugins/pgpcore/sgpgme.c
6100         * src/plugins/pgpcore/sgpgme.h
6101         * src/plugins/pgpinline/pgpinline.c
6102         * src/plugins/pgpinline/pgpinline.h
6103         * src/plugins/pgpinline/plugin.c
6104         * src/plugins/pgpmime/pgpmime.c
6105         * src/plugins/pgpmime/pgpmime.h
6106         * src/plugins/pgpmime/plugin.c
6107         * src/plugins/spamassassin/spamassassin.c
6108         * src/plugins/spamassassin/spamassassin.h
6109         * src/plugins/spamassassin/spamassassin_gtk.c
6110         * src/plugins/trayicon/trayicon.c
6111                 update copyright header
6112
6113 2006-01-13 [paul]       1.9.100cvs141
6114
6115         * src/account.c
6116         * src/export.c
6117         * src/import.c
6118         * src/mainwindow.c
6119         * src/prefs_account.c
6120         * src/prefs_display_header.c
6121         * src/prefs_receive.c
6122         * src/prefs_send.c
6123         * src/prefs_summaries.c
6124         * src/prefs_themes.c
6125         * src/prefs_toolbar.c
6126         * src/gtk/about.c
6127                 various cleanups
6128
6129 2006-01-12 [colin]      1.9.100cvs140
6130
6131         * src/folder.c
6132         * src/folder.h
6133         * src/main.c
6134                 Add --subscribe option
6135                 Let sylpheed-claws email@domain.com equivalent to --compose
6136                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6137
6138 2006-01-12 [paul]       1.9.100cvs139
6139
6140         * src/mainwindow.c
6141                 append 'Change folder order' label with '...'
6142         * src/prefs_actions.c
6143                 allow reordering of actions list by dnd
6144         * src/gtk/foldersort.c
6145                 make the dialog nicer
6146
6147 2006-01-11 [colin]      1.9.100cvs138
6148
6149         * src/compose.c
6150                 Allow templates without text
6151
6152 2006-01-11 [paul]       1.9.100cvs137
6153
6154         * tools/README
6155         * tools/filter_conv_new.pl
6156                 add info to README
6157                 also check .sylpheed for filter.xml
6158                 be a bit informative to the user
6159
6160 2006-01-11 [colin]      1.9.100cvs136
6161
6162         * src/textview.c
6163                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6164
6165 2006-01-10 [paul]       1.9.100cvs135
6166
6167         * tools/Makefile.am
6168         * tools/filter_conv_new.pl
6169                 add script to convert new style Sylpheed
6170                 filter rules (Sylpheed >= 0.9.99) to
6171                 Claws filtering rules
6172
6173 2006-01-10 [colin]      1.9.100cvs134
6174
6175         * src/compose.c
6176                 Fix broken line joins in certain conditions
6177                 (between two quoted lines: <enter><enter><up>
6178                  <type a wrapped sentence><go in the first line>
6179                  <insert more text><watch as line joining failed>)
6180
6181 2006-01-10 [paul]       1.9.100cvs133
6182
6183         * src/compose.c
6184                 don't report success in error dialog
6185                 thanks to Colin
6186         * src/common/utils.c
6187                 include some trailing punctuations as URI
6188                 thanks to Hiro
6189
6190 2006-01-10 [paul]       1.9.100cvs132
6191
6192         * src/mimeview.c
6193                 fix incompatible pointer type
6194                 warning
6195
6196 2006-01-10 [paul]       1.9.100cvs131
6197
6198         * src/compose.c
6199                 change Subject in window title
6200                 instantaneously
6201
6202 2006-01-09 [colin]      1.9.100cvs130
6203
6204         * src/addressbook.c
6205         * src/headerview.c
6206         * src/mainwindow.c
6207         * src/messageview.c
6208         * src/mimeview.c
6209         * src/noticeview.c
6210         * src/summaryview.c
6211                 Fix possible crashes on exit and in addressbook
6212
6213 2006-01-09 [paul]       1.9.100cvs129
6214
6215         * src/prefs_msg_colors.c
6216                 some cleanups that I forgot last time
6217
6218 2006-01-09 [paul]       1.9.100cvs128
6219
6220         * README
6221         * src/folderview.c
6222         * src/prefs_msg_colors.c
6223                 add previously hidden option, color_new, to
6224                 the gui
6225                 move the page to Display/
6226                 rework the gui
6227
6228 2006-01-09 [wwp]        1.9.100cvs127
6229
6230         * src/prefs_themes.c
6231                 made the prefs/display/themes layouts spacing less condensed
6232                 (and so they match other prefs/pages' look).
6233
6234 2006-01-09 [paul]       1.9.100cvs126
6235
6236         * src/compose.c
6237         * src/prefs_common.c
6238         * src/prefs_common.h
6239         * src/prefs_wrapping.c
6240                 remove 'wrap at send' option
6241
6242 2006-01-06 [colin]      1.9.100cvs125
6243
6244         * src/compose.c
6245                 Just make completely sure we don't insert "manual line breaks" 
6246                 when wrapping... 
6247
6248 2006-01-04 [paul]
6249
6250         * 2.0.0-rc3 released
6251
6252 2006-01-04 [paul]       1.9.100cvs124
6253
6254         * src/folderview.c
6255                 fix bug 882, 'quick scroll in folder list
6256                 displays wrong folder contents'
6257
6258 2006-01-04 [paul]       1.9.100cvs123
6259
6260         * src/plugins/pgpmime/pgpmime.c
6261                 better debug information when signing
6262                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6263
6264 2006-01-03 [colin]      1.9.100cvs122
6265
6266         * configure.ac
6267                 We need to recheck for gpgme 1.0.0 after checking
6268                 for 1.1.1, because if 1.1.1 isn't available, 
6269                 GPGME_LIBS and friends are blanked out by the 
6270                 second check.
6271
6272 2006-01-03 [colin]      1.9.100cvs121
6273
6274         * src/common/prefs.c
6275                 Windows unlink-before rename fix
6276         * src/plugins/pgpcore/sgpgme.c
6277                 Add support for PKA info if available
6278                 Both patches by Werner Koch
6279
6280 2006-01-03 [paul]       1.9.100cvs120
6281
6282         * src/messageview.c
6283                 fix bug 884, 'Send receipt' button visible in queue
6284                 Thanks to Colin
6285
6286 2006-01-02 [colin]      1.9.100cvs119
6287
6288         * src/compose.c
6289         * src/imap.c
6290                 Fix autosave on IMAP and more generally try to
6291                 return the correct ID on a newly added IMAP message
6292
6293 2006-01-02 [paul]       1.9.100cvs118
6294
6295         * manual/keyboard.xml
6296                 edited
6297
6298 2006-01-01 [paul]       1.9.100cvs117
6299
6300         * src/gtk/authors.h
6301                 alphabetical order
6302
6303 2005-12-30 [colin]      1.9.100cvs116
6304
6305         * manual/advanced.xml
6306                 Explain Pre/Post-processing differences.
6307
6308 2005-12-30 [colin]      1.9.100cvs115
6309
6310         * src/mh.c
6311                 Implement copy_msgs for a little optimization
6312         * src/imap.c
6313                 Finish yesterday's fix
6314
6315 2005-12-29 [colin]      1.9.100cvs114
6316
6317         * src/imap.c
6318                 Fix occasional failure in fetching a mail over
6319                 IMAP
6320
6321 2005-12-29 [colin]      1.9.100cvs113
6322
6323         * src/compose.c
6324                 Don't remove a draft when sending it, if it is 
6325                 locked.
6326
6327 2005-12-28 [colin]      1.9.100cvs112
6328
6329         * src/summaryview.c
6330                 Fix leak for real
6331
6332 2005-12-28 [wwp]        1.9.100cvs111
6333
6334         * doc/faq/.cvsignore
6335         * doc/faq/de/.cvsignore
6336         * doc/faq/en/.cvsignore
6337         * doc/faq/es/.cvsignore
6338         * doc/faq/fr/.cvsignore
6339         * doc/faq/it/.cvsignore
6340         * doc/manual/.cvsignore
6341         * doc/manual/de/.cvsignore
6342         * doc/manual/en/.cvsignore
6343         * doc/manual/es/.cvsignore
6344         * doc/manual/fr/.cvsignore
6345         * doc/manual/ja/.cvsignore
6346         * src/plugins/mathml_viewer/.cvsignore
6347                 rollback revival of those files (my bad, sorry for the noise).
6348
6349 2005-12-28 [wwp]        1.9.100cvs110
6350
6351         * src/compose.c
6352                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6353
6354 2005-12-28 [wwp]        1.9.100cvs109
6355
6356         * doc/faq/.cvsignore
6357         * doc/faq/de/.cvsignore
6358         * doc/faq/en/.cvsignore
6359         * doc/faq/es/.cvsignore
6360         * doc/faq/fr/.cvsignore
6361         * doc/faq/it/.cvsignore
6362         * doc/manual/.cvsignore
6363         * doc/manual/de/.cvsignore
6364         * doc/manual/en/.cvsignore
6365         * doc/manual/es/.cvsignore
6366         * doc/manual/fr/.cvsignore
6367         * doc/manual/ja/.cvsignore
6368         * src/plugins/mathml_viewer/.cvsignore
6369         * po/.cvsignore
6370                 more files to ignore.
6371
6372 2005-12-24 [colin]      1.9.100cvs108
6373
6374         * AUTHORS
6375         * src/gtk/authors.h
6376                 Update for Werner
6377
6378 2005-12-24 [colin]      1.9.100cvs107
6379
6380         * src/procmsg.c
6381                 Allow NULL src_msginfo in 
6382                 procmsg_msginfo_new_from_mimeinfo
6383
6384 2005-12-23 [paul]       1.9.100cvs106
6385
6386         * src/plugins/pgpinline/mypgpcore.def
6387                 add this forgotten file
6388
6389 2005-12-23 [colin]      1.9.100cvs105
6390
6391         * src/mainwindow.c
6392                 Fix missing break
6393
6394 2005-12-23 [colin]      1.9.100cvs104
6395
6396         * autogen.sh
6397         * src/folder.c
6398         * src/mh.c
6399         * src/common/plugin.c
6400         * src/common/socket.c
6401         * src/common/socket.h
6402         * src/common/utils.c
6403         * src/common/utils.h
6404         * src/gtk/pluginwindow.c
6405         * src/plugins/pgpcore/plugin.def
6406         * src/plugins/pgpcore/sylpheed.def
6407         * src/plugins/pgpinline/Makefile.am
6408         * src/plugins/pgpinline/plugin.def
6409         * src/plugins/pgpinline/sylpheed.def
6410         * src/plugins/pgpmime/plugin.def
6411         * src/plugins/pgpmime/sylpheed.def
6412                 Various w32 fixes by Werner Koch
6413
6414 2005-12-22 [paul]       1.9.100cvs103
6415
6416         * src/wizard.c
6417                 don't offer IMAP as 'server type' if
6418                 libetpan isn't built in
6419
6420 2005-12-22 [paul]       1.9.100cvs102
6421
6422         * AUTHORS
6423         * src/mainwindow.c
6424         * src/mainwindow.h
6425         * src/toolbar.c
6426         * src/gtk/authors.h
6427                 support GTK_TOOLBAR_BOTH_HORIZ (text
6428                 next to icon) Patch by Marien Zwart
6429                 marienz@users.sf.net
6430                 Also reword the text
6431
6432 2005-12-21 [colin]      1.9.100cvs101
6433
6434         * configure.ac
6435                 Fix DATADIRNAME
6436         * COPYING
6437                 Fix missing section and explicit the exception better
6438         * src/compose.c
6439                 Prevent mail from being lost without notice when an
6440                 SMTP error happens on trying to send an unmodified
6441                 drafted mail.
6442         * src/send_message.c
6443         * src/common/smtp.c
6444                 Fix password remembering when wrong, and add return
6445                 value checks where they should have been
6446         * src/plugins/pgpcore/sylpheed.def
6447         * src/plugins/pgpinline/sylpheed.def
6448         * src/plugins/pgpmime/sylpheed.def
6449                 Add a few symbols needed
6450
6451 2005-12-21 [paul]       1.9.100cvs100
6452
6453         * m4/codeset.m4
6454         * m4/glibc21.m4
6455         * m4/intdiv0.m4
6456         * m4/inttypes-pri.m4
6457         * m4/inttypes.m4
6458         * m4/inttypes_h.m4
6459         * m4/isc-posix.m4
6460         * m4/lcmessage.m4
6461         * m4/stdint_h.m4
6462         * m4/uintmax_t.m4
6463                 gettextization
6464                 thanks to Colin
6465
6466 2005-12-21 [paul]       1.9.100cvs99
6467
6468         * po/sv.po
6469                 fixed by Colin
6470
6471 2005-12-20 [paul]       1.9.100cvs98
6472
6473         * po/sv.po
6474                 updated by Anders Trobäck
6475
6476 2005-12-20 [colin]      1.9.100cvs97
6477
6478         * ABOUT-NLS
6479         * Makefile.am
6480         * autogen.sh
6481         * configure.ac
6482         * config/config.rpath
6483         * config/mkinstalldirs
6484         * m4/Makefile.am
6485         * m4/glibc2.m4
6486         * m4/gnupg.m4
6487         * m4/gpgme.m4
6488         * m4/intmax.m4
6489         * m4/longdouble.m4
6490         * m4/longlong.m4
6491         * m4/printf-posix.m4
6492         * m4/signed.m4
6493         * m4/size_max.m4
6494         * m4/ulonglong.m4
6495         * m4/wchar_t.m4
6496         * m4/wint_t.m4
6497         * m4/xsize.m4
6498         * po/Makefile.in.in
6499         * po/Makevars
6500         * po/bg.po
6501         * po/ca.po
6502         * po/cs.po
6503         * po/de.po
6504         * po/el.po
6505         * po/en_GB.po
6506         * po/es.po
6507         * po/fi.po
6508         * po/fr.po
6509         * po/hr.po
6510         * po/hu.po
6511         * po/it.po
6512         * po/ja.po
6513         * po/ko.po
6514         * po/nb.po
6515         * po/nl.po
6516         * po/pl.po
6517         * po/pt_BR.po
6518         * po/ru.po
6519         * po/sk.po
6520         * po/sr.po
6521         * po/stamp-po
6522         * po/sv.po
6523         * po/zh_CN.po
6524         * po/zh_TW.po
6525         * src/Makefile.am
6526         * src/codeconv.c
6527         * src/compose.c
6528         * src/exporthtml.c
6529         * src/exportldif.c
6530         * src/folder.c
6531         * src/main.c
6532         * src/manual.c
6533         * src/mh.c
6534         * src/mimeview.c
6535         * src/send_message.c
6536         * src/common/Makefile.am
6537         * src/common/fnmatch.c
6538         * src/common/fnmatch.h
6539         * src/common/fnmatch_loop.c
6540         * src/common/nntp.c
6541         * src/common/plugin.c
6542         * src/common/smtp.c
6543         * src/common/socket.c
6544         * src/common/string_match.c
6545         * src/common/sylpheed.c
6546         * src/common/utils.c
6547         * src/common/utils.h
6548         * src/common/w32_dirent.c
6549         * src/common/w32_reg.c
6550         * src/common/w32_signal.c
6551         * src/common/w32_stat.c
6552         * src/common/w32_stdio.c
6553         * src/common/w32_stdlib.c
6554         * src/common/w32_string.c
6555         * src/common/w32_time.c
6556         * src/common/w32_unistd.c
6557         * src/common/w32_wait.c
6558         * src/common/w32lib.h
6559         * src/etpan/Makefile.am
6560         * src/gtk/Makefile.am
6561         * src/plugins/clamav/Makefile.am
6562         * src/plugins/demo/Makefile.am
6563         * src/plugins/dillo_viewer/Makefile.am
6564         * src/plugins/pgpcore/Makefile.am
6565         * src/plugins/pgpcore/passphrase.c
6566         * src/plugins/pgpcore/plugin.def
6567         * src/plugins/pgpcore/sgpgme.c
6568         * src/plugins/pgpcore/sylpheed.def
6569         * src/plugins/pgpcore/version.rc
6570         * src/plugins/pgpinline/Makefile.am
6571         * src/plugins/pgpinline/plugin.def
6572         * src/plugins/pgpinline/sylpheed.def
6573         * src/plugins/pgpinline/version.rc
6574         * src/plugins/pgpmime/Makefile.am
6575         * src/plugins/pgpmime/mypgpcore.def
6576         * src/plugins/pgpmime/plugin.def
6577         * src/plugins/pgpmime/sylpheed.def
6578         * src/plugins/pgpmime/version.rc
6579         * src/plugins/spamassassin/Makefile.am
6580                 Very little ;-) patch from Werner Koch, providing
6581                 infrastructure for cross-compiling to Win32
6582
6583 2005-12-20 [paul]       1.9.100cvs96
6584
6585         * src/account.c
6586         * src/account.h
6587         * src/mainwindow.c
6588         * src/mainwindow.h
6589         * src/toolbar.c
6590         * src/toolbar.h
6591                 add a combo to the Get All button, allowing
6592                 quick retrieval from any account
6593                 Patch by Fabien Vantard, slightly modified
6594                 by Colin
6595         * src/gtk/about.c
6596                 i18n fix. Patch by Fabien Vantard
6597
6598 2005-12-19 [colin]      1.9.100cvs95
6599
6600         * src/compose.c
6601         * src/compose.h
6602                 Don't automatically join lines when they've 
6603                 been separated by the user and not automatically
6604
6605 2005-12-19 [paul]       1.9.100cvs94
6606
6607         * src/gtk/pluginwindow.c
6608                 i18n fix.
6609                 Patch by Fabien Vantard
6610
6611 2005-12-15 [paul]       1.9.100cvs93
6612
6613         * src/common/plugin.c
6614         * src/common/plugin.h
6615         * src/gtk/pluginwindow.c
6616         * src/plugins/clamav/clamav_plugin.c
6617         * src/plugins/demo/demo.c
6618         * src/plugins/dillo_viewer/dillo_viewer.c
6619         * src/plugins/pgpcore/plugin.c
6620         * src/plugins/pgpinline/plugin.c
6621         * src/plugins/pgpmime/plugin.c
6622         * src/plugins/spamassassin/spamassassin.c
6623         * src/plugins/trayicon/trayicon.c
6624                 add plugin_version()
6625
6626 2005-12-15 [colin]      1.9.100cvs92
6627
6628         * src/compose.c
6629                 Further fix bug #875
6630
6631 2005-12-15 [paul]       1.9.100cvs91
6632
6633         * src/gtk/filesel.c
6634                 fix attach_load_dir getting set to
6635                 PLUGINDIR on plugin load
6636
6637 2005-12-14 [mones]      1.9.100cvs90
6638
6639         * manual/ack.xml
6640         * manual/keyboard.xml
6641                 Initial draft and some shortcuts added
6642                 
6643         * po/es.po
6644                 Updated translation
6645
6646 2005-12-14 [colin]      1.9.100cvs89
6647
6648         * src/compose.c
6649         * src/imap.c
6650         * src/summaryview.c
6651         * src/gtk/gtkaspell.c
6652                 More leaks fixed
6653         * src/prefs_folder_item.c
6654                 Fix recursive prefs apply
6655
6656
6657 2005-12-14 [colin]      1.9.100cvs88
6658
6659         * src/compose.c
6660                 Fix bug #875 (Freeze On Inline Forward of 
6661                 Large Message)
6662
6663 2005-12-13 [colin]      1.9.100cvs87
6664
6665         * src/compose.c
6666                 Uniq-ify and sort the mimetypes list
6667                 Patch by Fabien Vantard
6668
6669 2005-12-13 [colin]      1.9.100cvs86
6670
6671         * src/imap.c
6672         * src/etpan/imap-thread.c
6673                 Fix leaks (patch by Hoa)
6674         * src/news.c
6675         * src/common/plugin.c
6676                 Fix leaks
6677
6678 2005-12-12 [colin]
6679
6680         * 2.0.0-rc2 released
6681
6682 2005-12-12 [colin]      1.9.100cvs85
6683
6684         * src/matcher.c
6685                 Fix a leak
6686
6687 2005-12-12 [wwp]        1.9.100cvs84
6688
6689         * src/gtk/icon_legend.c
6690                 fix misbehaviour and crash when closing the legend window
6691         using the Esc key (patch by Fabien Vantard).
6692
6693 2005-12-12 [paul]       1.9.100cvs83
6694
6695         * src/browseldap.c
6696         * src/foldersel.c
6697         * src/prefs_actions.c
6698         * src/prefs_filtering.c
6699         * src/prefs_matcher.c
6700         * src/prefs_spelling.glade      ** REMOVED **
6701         * src/prefs_template.c
6702         * src/gtk/foldersort.glade      ** REMOVED **
6703         * src/gtk/pluginwindow.c
6704         * src/gtk/pluginwindow.glade    ** REMOVED **
6705         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6706                 cleanups
6707
6708 2005-12-11 [paul]       1.9.100cvs82
6709
6710         * src/gtk/filesel.c
6711                 fix attach_load_dir crasher (double free)
6712
6713 2005-12-09 [paul]       1.9.100cvs81
6714
6715         * po/POTFILES.in
6716         * src/mainwindow.c
6717         * src/gtk/Makefile.am
6718         * src/gtk/icon_legend.c
6719         * src/gtk/icon_legend.h
6720                 add icon legend
6721         * src/manual.c
6722                 cleanup
6723
6724 2005-12-09 [paul]       1.9.100cvs80
6725
6726         * src/plugins/pgpcore/passphrase.c
6727                 wrap the label in the dialog
6728
6729 2005-12-09 [colin]      1.9.100cvs79
6730
6731         * src/plugins/pgpcore/sgpgme.c
6732                 Display (untrusted) on not trusted signatures
6733                 Patch by Michal Èihaø <michal@cihar.com>
6734                 Closes bug #867 (Report also key trust)
6735
6736 2005-12-09 [colin]      1.9.100cvs78
6737
6738         * src/common/plugin.c
6739                 Update licence check, following Eben Moglen's advice
6740
6741 2005-12-08 [colin]      1.9.100cvs77
6742
6743         * src/folder.c
6744                 Fix the occasionnal item->cache != NULL 
6745                 assertion failure. 
6746
6747 2005-12-08 [colin]      1.9.100cvs76
6748
6749         * src/mimeview.c
6750         * src/plugins/pgpcore/sgpgme.c
6751                 Print key id when unable to check it
6752                 Closes bug #866 (Show key id when missing)
6753
6754 2005-12-08 [paul]       1.9.100cvs75
6755
6756         * src/prefs_common.c
6757         * src/prefs_common.h
6758         * src/gtk/filesel.c
6759                 remember load attachment dir
6760
6761 2005-12-07 [colin]      1.9.100cvs74
6762
6763         * src/prefs_toolbar.c
6764                 Gtk fixes, patch by Fabien Vantard
6765
6766 2005-12-07 [colin]      1.9.100cvs73
6767
6768         * src/action.c
6769         * src/compose.c
6770         * src/compose.h
6771                 Fix bug #839 (Quoted text isn't colored after 
6772                 executing an action)
6773         * src/common/plugin.c
6774                 Require plugins to declare their licence in plugin_licence()
6775                 Refuse to load non-GPL plugins as they'd be illegal (as 
6776                 derived works of Sylpheed-Claws, they must be GPL).
6777         * src/plugins/clamav/clamav_plugin.c
6778         * src/plugins/demo/demo.c
6779         * src/plugins/dillo_viewer/dillo_viewer.c
6780         * src/plugins/pgpcore/plugin.c
6781         * src/plugins/pgpinline/plugin.c
6782         * src/plugins/pgpmime/plugin.c
6783         * src/plugins/spamassassin/spamassassin.c
6784         * src/plugins/trayicon/trayicon.c
6785                 Add plugin_licence()
6786
6787 2005-12-07 [paul]       1.9.100cvs72
6788
6789         * configure.ac
6790         * src/mainwindow.c
6791         * src/manual.c
6792         * src/manual.h
6793         * src/common/defs.h
6794                 clean up after local FAQ removal and
6795                 temporary manual removal
6796
6797 2005-12-06 [colin]      1.9.100cvs71
6798
6799         * configure.ac
6800         * doc/Makefile.am
6801         * doc/faq/.cvsignore
6802         * doc/faq/Makefile.am
6803         * doc/faq/de/.cvsignore
6804         * doc/faq/de/Makefile.am
6805         * doc/faq/de/sylpheed-faq-1.html
6806         * doc/faq/de/sylpheed-faq-2.html
6807         * doc/faq/de/sylpheed-faq-3.html
6808         * doc/faq/de/sylpheed-faq.html
6809         * doc/faq/en/.cvsignore
6810         * doc/faq/en/Makefile.am
6811         * doc/faq/en/sylpheed-faq-1.html
6812         * doc/faq/en/sylpheed-faq-2.html
6813         * doc/faq/en/sylpheed-faq-3.html
6814         * doc/faq/en/sylpheed-faq-4.html
6815         * doc/faq/en/sylpheed-faq.html
6816         * doc/faq/es/.cvsignore
6817         * doc/faq/es/Makefile.am
6818         * doc/faq/es/sylpheed-faq-1.html
6819         * doc/faq/es/sylpheed-faq-2.html
6820         * doc/faq/es/sylpheed-faq-3.html
6821         * doc/faq/es/sylpheed-faq-4.html
6822         * doc/faq/es/sylpheed-faq.html
6823         * doc/faq/fr/.cvsignore
6824         * doc/faq/fr/Makefile.am
6825         * doc/faq/fr/sylpheed-faq-1.html
6826         * doc/faq/fr/sylpheed-faq-2.html
6827         * doc/faq/fr/sylpheed-faq-3.html
6828         * doc/faq/fr/sylpheed-faq.html
6829         * doc/faq/it/.cvsignore
6830         * doc/faq/it/Makefile.am
6831         * doc/faq/it/sylpheed-faq-1.html
6832         * doc/faq/it/sylpheed-faq-2.html
6833         * doc/faq/it/sylpheed-faq-3.html
6834         * doc/faq/it/sylpheed-faq.html
6835         * doc/manual/.cvsignore
6836         * doc/manual/Makefile.am
6837         * doc/manual/de/.cvsignore
6838         * doc/manual/de/Makefile.am
6839         * doc/manual/de/sylpheed-1.html
6840         * doc/manual/de/sylpheed-10.html
6841         * doc/manual/de/sylpheed-11.html
6842         * doc/manual/de/sylpheed-12.html
6843         * doc/manual/de/sylpheed-13.html
6844         * doc/manual/de/sylpheed-14.html
6845         * doc/manual/de/sylpheed-15.html
6846         * doc/manual/de/sylpheed-16.html
6847         * doc/manual/de/sylpheed-17.html
6848         * doc/manual/de/sylpheed-18.html
6849         * doc/manual/de/sylpheed-19.html
6850         * doc/manual/de/sylpheed-2.html
6851         * doc/manual/de/sylpheed-20.html
6852         * doc/manual/de/sylpheed-3.html
6853         * doc/manual/de/sylpheed-4.html
6854         * doc/manual/de/sylpheed-5.html
6855         * doc/manual/de/sylpheed-6.html
6856         * doc/manual/de/sylpheed-7.html
6857         * doc/manual/de/sylpheed-8.html
6858         * doc/manual/de/sylpheed-9.html
6859         * doc/manual/de/sylpheed.html
6860         * doc/manual/en/.cvsignore
6861         * doc/manual/en/Makefile.am
6862         * doc/manual/en/sylpheed-1.html
6863         * doc/manual/en/sylpheed-10.html
6864         * doc/manual/en/sylpheed-11.html
6865         * doc/manual/en/sylpheed-12.html
6866         * doc/manual/en/sylpheed-13.html
6867         * doc/manual/en/sylpheed-14.html
6868         * doc/manual/en/sylpheed-15.html
6869         * doc/manual/en/sylpheed-16.html
6870         * doc/manual/en/sylpheed-17.html
6871         * doc/manual/en/sylpheed-18.html
6872         * doc/manual/en/sylpheed-19.html
6873         * doc/manual/en/sylpheed-2.html
6874         * doc/manual/en/sylpheed-20.html
6875         * doc/manual/en/sylpheed-21.html
6876         * doc/manual/en/sylpheed-22.html
6877         * doc/manual/en/sylpheed-3.html
6878         * doc/manual/en/sylpheed-4.html
6879         * doc/manual/en/sylpheed-5.html
6880         * doc/manual/en/sylpheed-6.html
6881         * doc/manual/en/sylpheed-7.html
6882         * doc/manual/en/sylpheed-8.html
6883         * doc/manual/en/sylpheed-9.html
6884         * doc/manual/en/sylpheed.html
6885         * doc/manual/es/.cvsignore
6886         * doc/manual/es/Makefile.am
6887         * doc/manual/es/sylpheed-1.html
6888         * doc/manual/es/sylpheed-10.html
6889         * doc/manual/es/sylpheed-11.html
6890         * doc/manual/es/sylpheed-12.html
6891         * doc/manual/es/sylpheed-13.html
6892         * doc/manual/es/sylpheed-14.html
6893         * doc/manual/es/sylpheed-15.html
6894         * doc/manual/es/sylpheed-16.html
6895         * doc/manual/es/sylpheed-17.html
6896         * doc/manual/es/sylpheed-18.html
6897         * doc/manual/es/sylpheed-19.html
6898         * doc/manual/es/sylpheed-2.html
6899         * doc/manual/es/sylpheed-20.html
6900         * doc/manual/es/sylpheed-3.html
6901         * doc/manual/es/sylpheed-4.html
6902         * doc/manual/es/sylpheed-5.html
6903         * doc/manual/es/sylpheed-6.html
6904         * doc/manual/es/sylpheed-7.html
6905         * doc/manual/es/sylpheed-8.html
6906         * doc/manual/es/sylpheed-9.html
6907         * doc/manual/es/sylpheed.html
6908         * doc/manual/fr/.cvsignore
6909         * doc/manual/fr/Makefile.am
6910         * doc/manual/fr/sylpheed-1.html
6911         * doc/manual/fr/sylpheed-10.html
6912         * doc/manual/fr/sylpheed-11.html
6913         * doc/manual/fr/sylpheed-12.html
6914         * doc/manual/fr/sylpheed-13.html
6915         * doc/manual/fr/sylpheed-14.html
6916         * doc/manual/fr/sylpheed-15.html
6917         * doc/manual/fr/sylpheed-16.html
6918         * doc/manual/fr/sylpheed-17.html
6919         * doc/manual/fr/sylpheed-18.html
6920         * doc/manual/fr/sylpheed-19.html
6921         * doc/manual/fr/sylpheed-2.html
6922         * doc/manual/fr/sylpheed-20.html
6923         * doc/manual/fr/sylpheed-3.html
6924         * doc/manual/fr/sylpheed-4.html
6925         * doc/manual/fr/sylpheed-5.html
6926         * doc/manual/fr/sylpheed-6.html
6927         * doc/manual/fr/sylpheed-7.html
6928         * doc/manual/fr/sylpheed-8.html
6929         * doc/manual/fr/sylpheed-9.html
6930         * doc/manual/fr/sylpheed.html
6931         * doc/manual/ja/.cvsignore
6932         * doc/manual/ja/Makefile.am
6933         * doc/manual/ja/sylpheed-1.html
6934         * doc/manual/ja/sylpheed-10.html
6935         * doc/manual/ja/sylpheed-11.html
6936         * doc/manual/ja/sylpheed-12.html
6937         * doc/manual/ja/sylpheed-13.html
6938         * doc/manual/ja/sylpheed-14.html
6939         * doc/manual/ja/sylpheed-15.html
6940         * doc/manual/ja/sylpheed-16.html
6941         * doc/manual/ja/sylpheed-17.html
6942         * doc/manual/ja/sylpheed-18.html
6943         * doc/manual/ja/sylpheed-19.html
6944         * doc/manual/ja/sylpheed-2.html
6945         * doc/manual/ja/sylpheed-20.html
6946         * doc/manual/ja/sylpheed-3.html
6947         * doc/manual/ja/sylpheed-4.html
6948         * doc/manual/ja/sylpheed-5.html
6949         * doc/manual/ja/sylpheed-6.html
6950         * doc/manual/ja/sylpheed-7.html
6951         * doc/manual/ja/sylpheed-8.html
6952         * doc/manual/ja/sylpheed-9.html
6953         * doc/manual/ja/sylpheed.html
6954         * doc/manual/ja/sylpheed.sgml
6955         * src/mainwindow.c
6956                 Remove outdated manual and faq. Noisy, eh?
6957
6958 2005-12-06 [colin]      1.9.100cvs70
6959
6960         * src/compose.c
6961         * src/quote_fmt_parse.y
6962         * src/undo.c
6963         * src/undo.h
6964                 Allow %X to position cursor at 0 
6965                 (no %X = before signature)
6966                 Fix paste as quotation putting the cursor at 0
6967                 Fix undo offsets when pasting
6968                 Insert the quote_fmt at once instead of line 
6969                 by line
6970                 Fix [Edited] when starting to reply/forward
6971
6972 2005-12-06 [paul]       1.9.100cvs69
6973
6974         * src/plugins/clamav/clamav_plugin_gtk.c
6975                 add another tooltip
6976         * src/plugins/spamassassin/spamassassin_gtk.c
6977                 rework spamassassin_create_widget_func()
6978
6979 2005-12-05 [colin]      1.9.100cvs68
6980
6981         * po/POTFILES.in
6982                 Fix make release ;-)
6983
6984 2005-12-05 [colin]      1.9.100cvs67
6985
6986         * src/compose.c
6987         * src/compose.h
6988                 Fix cursor positioning (not obeying %X)
6989
6990 2005-12-05 [paul]       1.9.100cvs66
6991
6992         * src/plugins/dillo_viewer/dillo_prefs.c
6993                 fix compilation warning
6994
6995 2005-12-05 [paul]       1.9.100cvs65
6996
6997         * src/prefs_spelling.c
6998         * src/plugins/trayicon/trayicon.c
6999                 cleanups - remove unused stuff
7000
7001 2005-12-05 [paul]       1.9.100cvs64
7002
7003         * README
7004         * manual/plugins.xml
7005                 remove info about removed mathml_viewer plugin
7006
7007 2005-12-05 [paul]       1.9.100cvs63
7008
7009         * configure.ac
7010         * src/plugins/Makefile.am
7011         * src/plugins/mathml_viewer/.cvsignore
7012         * src/plugins/mathml_viewer/Makefile.am
7013         * src/plugins/mathml_viewer/mathml_viewer.c
7014                 remove unmaintained mathml_viewer plugin
7015
7016 2005-12-05 [paul]       1.9.100cvs62
7017
7018         * src/summaryview.c
7019                 obey prefs_common.always_show_msg when
7020                 moving a msg
7021                 Thanks to Colin
7022
7023 2005-12-05 [paul]       1.9.100cvs61
7024
7025         * src/compose.c
7026         * src/prefs_account.c
7027         * src/prefs_filtering.c
7028         * src/prefs_quote.c
7029         * src/prefs_spelling.c
7030         * src/prefs_toolbar.c
7031         * src/summaryview.c
7032         * src/gtk/gtkutils.c
7033         * src/gtk/quicksearch.c
7034         * src/plugins/dillo_viewer/dillo_prefs.c
7035                 dialog cleanups
7036
7037 2005-12-04 [paul]       1.9.100cvs60
7038
7039         * src/inc.c
7040         * src/prefs_account.c
7041         * src/prefs_account.h
7042                 allow a Local account to specify a
7043                 default inbox
7044                 (closes bug 843 'Inbox cannot be changed for local
7045                  mailboxes')
7046
7047 2005-12-04 [colin]      1.9.100cvs59
7048
7049         * src/plugins/trayicon/trayicon.c
7050                 Remove Get, rename Get All to Get Mail in order to
7051                 be consistent with the default main toolbar
7052
7053 2005-12-03 [colin]      1.9.100cvs58
7054
7055         * manual/gpl.xml
7056         * manual/sylpheed-claws-manual.xml
7057                 Add GPL appendix
7058
7059 2005-12-03 [paul]       1.9.100cvs57
7060
7061         * AUTHORS
7062         * po/sv.po
7063         * src/gtk/authors.h
7064                 new (partially complete) Swedish translation
7065                 by Anders Troback <sylpheed@troback.com>
7066
7067 2005-12-02 [paul]       1.9.100cvs56
7068
7069         * configure.ac
7070                 libetpan 0.41 required
7071
7072 2005-12-02 [paul]       1.9.100cvs55
7073
7074         * src/plugins/clamav/clamav_plugin.c
7075         * src/plugins/clamav/clamav_plugin.h
7076         * src/plugins/clamav/clamav_plugin_gtk.c
7077         * src/plugins/spamassassin/spamassassin.c
7078         * src/plugins/spamassassin/spamassassin.h
7079         * src/plugins/spamassassin/spamassassin_gtk.c
7080                 unregister prefs pages on unloading, thus
7081                 preventing a crash
7082                 (thanks to Colin for the hint)
7083
7084 2005-12-02 [wwp]        1.9.100cvs54
7085
7086         * src/quote_fmt.h
7087         * src/quote_fmt_parse.y
7088                 fix misuse of gboolean*, use gboolean instead
7089                 (thanks to Paul, Colin, for pointing out that scaring one)
7090
7091 2005-12-02 [paul]       1.9.100cvs53
7092
7093         * src/plugins/clamav/clamav_plugin.c
7094                 int no --> unsigned int no
7095         * src/plugins/clamav/clamav_plugin_gtk.c
7096                 rework config page
7097
7098 2005-12-02 [wwp]        1.9.100cvs52
7099
7100         * src/compose.c
7101         * src/prefs_template.c
7102         * src/quote_fmt.h
7103         * src/quote_fmt_parse.y
7104                 prevent from executing |f and |p templates commands when
7105                 adding or replacing templates in prefs (avoids annoying and
7106                 potentially dangerous behaviours)
7107
7108 2005-12-02 [paul]       1.9.100cvs51
7109
7110         * src/prefs_common.c
7111                 allow translation of some default values
7112                 Patch by Fabien Vantard
7113
7114 2005-12-02 [paul]       1.9.100cvs50
7115
7116         * src/codeconv.c
7117         * src/codeconv.h
7118         * src/prefs_common.c
7119         * src/prefs_common.h
7120         * src/prefs_message.c
7121         * src/textview.c
7122                 remove obsolete 'convert_mb_alnum' option
7123                 and related stuff
7124         * src/gtk/about.c
7125                 remove unused 'about_textview_visibility_notify'
7126
7127 2005-12-02 [paul]       1.9.100cvs49
7128
7129         * src/prefs_account.c
7130         * src/prefs_compose_writing.c
7131         * src/prefs_fonts.c
7132         * src/prefs_gtk.h
7133         * src/prefs_image_viewer.c
7134         * src/prefs_message.c
7135         * src/prefs_other.c
7136         * src/prefs_receive.c
7137         * src/prefs_send.c
7138         * src/prefs_spelling.c
7139         * src/prefs_summaries.c
7140         * src/prefs_wrapping.c
7141         * src/plugins/dillo_viewer/dillo_prefs.c
7142         * src/plugins/pgpcore/prefs_gpg.c
7143                 several cleanups to the prefs dialogs
7144                 (slightly modified) patch by Fabien Vantard
7145
7146 2005-12-02 [paul]       1.9.100cvs48
7147
7148         * src/main.c
7149                 --exit means exit
7150         * src/send_message.c
7151                 fix crash on send when connection fails
7152
7153         Thanks to Colin
7154
7155 2005-12-01 [colin]      1.9.100cvs47
7156
7157         * src/html.c
7158                 Translate &hellip; to "..."
7159
7160 2005-11-30 [colin]      1.9.100cvs46
7161
7162         * src/matcher.c
7163         * src/matcher.h
7164                 Optimize back yesterday's fix.
7165
7166 2005-11-30 [paul]       1.9.100cvs45
7167
7168         * manual/faq.xml
7169                 standardised
7170         * manual/intro.xml
7171                 written by Colin, edited by me
7172
7173 2005-11-29 [colin]      1.9.100cvs44
7174
7175         * src/matcher.c
7176                 Skip headers unconditionnaly in match_body if the
7177                 rule is not message or ~message
7178
7179 2005-11-29 [colin]      1.9.100cvs43
7180
7181         * src/matcher.c
7182                 Fix body_part and such, not skipping headers 
7183                 if the matchcriteria wasn't the first in the rule
7184
7185 2005-11-29 [colin]      1.9.100cvs42
7186
7187         * src/compose.c
7188                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7189                 option missing from message view window)
7190                 Fix double text D'n'D with gtk-2.8
7191         * src/matcher.c
7192                 Fix ~message, ~headers_part, ~body_part rules
7193         * src/messageview.c
7194                 Add Windows-1252 (Closes bug #863)
7195                 Fix accels
7196         * src/gtk/gtkaspell.c
7197                 Properly destroy accels in all menus
7198
7199 2005-11-29 [mones]      1.9.100cvs41
7200
7201         * po/es.po
7202                 Updated.
7203
7204 2005-11-27 [colin]      1.9.100cvs40
7205
7206         * src/mh_gtk.c
7207                 "/Remove mailbox" -> "/Remove mailbox..."
7208
7209 2005-11-27 [paul]       1.9.100cvs39
7210
7211         * AUTHORS
7212         * po/de.po
7213         * src/gtk/authors.h
7214                 updated by new maintainer, Stephan Sachse
7215
7216 2005-11-27 [paul]       1.9.100cvs38
7217
7218         * manual/faq.xml
7219                 written by Colin, edited by me
7220
7221 2005-11-27 [paul]       1.9.100cvs37
7222
7223         * src/prefs_common.c
7224         * src/prefs_common.h
7225         * src/prefs_receive.c
7226         * src/prefs_summaries.c
7227                 move 'go to inbox after receiving new mail'
7228                 option from display/sumamaries to mail
7229                 handling/receive, and rework prefs_summaries
7230                 dialog a little
7231
7232 2005-11-25 [martin]     1.9.100cvs36
7233
7234         * po/de.po
7235             fixed windows-1252 translation;
7236             translated some new and fuzzy strings
7237
7238 2005-11-25 [paul]       1.9.100cvs35
7239
7240         * src/plugins/clamav/clamav_plugin.c
7241                 complete the update done in cvs34
7242
7243 2005-11-25 [paul]       1.9.100cvs34
7244
7245         * src/plugins/clamav/clamav_plugin.c
7246                 reflect upstream changes
7247
7248 2005-11-25 [paul]       1.9.100cvs33
7249
7250         * manual/ack.xml
7251         * manual/plugins.xml
7252         * manual/sylpheed-claws-manual.xml
7253                 written/updated by Colin, edited by me
7254         * tools/acroread2sylpheed.pl
7255                 update binary name
7256
7257 2005-11-24 [colin]      1.9.100cvs32
7258
7259         * src/compose.c
7260                 Fix bug #856 (reediting messages forgets Request
7261                 Return Receipt)
7262
7263 2005-11-24 [paul]       1.9.100cvs31
7264
7265         * manual/addrbook.xml
7266         * manual/starting.xml
7267                 written by Colin, proofread, edited, adapted by me
7268         * manual/advanced.xml
7269                 add some Actions examples
7270         * src/importldif.c
7271                 use a Save button instead of a Close button
7272         * src/wizard.c
7273                 indicate mandatory fields
7274                 fix page display
7275                 Thanks to Colin
7276
7277 2005-11-23 [colin]      1.9.100cvs30
7278
7279         * src/addressbook.c
7280                 Rename menu item, fix possible crash after
7281                 deletion of books
7282         * src/addrindex.c
7283                 Allow searching for '*' in ldap
7284         * src/browseldap.c
7285                 Fix "Browse Entry" (did anyone use it?)
7286         * src/wizard.c
7287                 Add guards for mandatory information
7288
7289 2005-11-23 [paul]       1.9.100cvs29
7290
7291         * manual/advanced.xml
7292                 corrections to the English
7293
7294 2005-11-23 [colin]      1.9.100cvs28
7295
7296         * src/mimeview.c
7297                 Fix possible crash at exit. After the call to
7298                 gtk_container_remove(), the Viewer's widget has no
7299                 more parent so gtk+ automatically frees it and its
7300                 sons. If destroy_viewer() then try to access it,
7301                 problems ensue.
7302
7303 2005-11-22 [colin]      1.9.100cvs27
7304
7305         * src/compose.c
7306         * src/gtk/gtkaspell.c
7307                 Fix right-clicking on a misspelled word
7308                 Fix More... in suggestions menu
7309
7310 2005-11-22 [wwp]        1.9.100cvs26
7311
7312         * src/prefs_template.c
7313                 templates works: re-sort templates list when adding or replacing,
7314                 prevent from adding or replacing when the template name is empty
7315
7316 2005-11-21 [colin]      1.9.100cvs25
7317
7318         * src/addressbook.c
7319                 Fix some addressbook suckage (dnd, select all)
7320         * src/compose.c
7321         * src/gtk/gtkaspell.c
7322         * src/gtk/gtkaspell.h
7323                 Make the spellchecker menu work with the 
7324                 GtkTextView one instead of overriding it
7325
7326 2005-11-20 [paul]       1.9.100cvs24
7327
7328         * manual/handling.xml
7329                 proofread and corrected
7330
7331 2005-11-20 [paul]       1.9.100cvs23
7332
7333         * manual/Makefile
7334                 generate html as one file
7335         * manual/advanced.xml
7336                 fix output generation
7337                 reformat hidden options list
7338         * manual/manual.xml     ** REMOVED **
7339         * manual/sylpheed-claws-manual.xml      ** ADDED **
7340                 renamed
7341
7342 2005-11-18 [colin]      1.9.100cvs22
7343
7344         * src/prefs_account.c
7345                 Fix layout in news and mbox accounts
7346         * manual/account.xml
7347         * manual/advanced.xml
7348                 New contents for Paul to check :)
7349
7350 2005-11-18 [wwp]        1.9.100cvs21
7351
7352         * src/gtk/quicksearch.c
7353                 don't update extended quicksearch buttons twice
7354
7355 2005-11-18 [paul]       1.9.100cvs20
7356
7357         * src/textview.c
7358                 complete 1.9.100cvs19
7359
7360 2005-11-18 [paul]       1.9.100cvs19
7361
7362         * src/compose.c
7363                 cosmetic improvements
7364         * src/textview.c
7365                 also list text/* attachments
7366
7367 2005-11-18 [colin]      1.9.100cvs18
7368
7369         * src/summaryview.c
7370                 Use column 0 instead of -1 in 
7371                 gtk_ctree_node_moveto, in a naive
7372                 hope it'll fix the gtk-related crashes
7373
7374 2005-11-18 [colin]      1.9.100cvs17
7375
7376         * src/gtk/inputdialog.c
7377                 Fix icon staying the first one
7378
7379 2005-11-17 [wwp]        1.9.100cvs16
7380                 fix possible problem showing some quicksearch buttons, and a bad
7381                 call to g_return_if_fail in a function that returns a value (both
7382                 fixes by Fabien Vantard)
7383
7384 2005-11-15 [wwp]        1.9.100cvs15
7385
7386         * src/gtk/quicksearch.c
7387                 added a tooltip to that obscure ... quicksearch button
7388
7389 2005-11-15 [wwp]        1.9.100cvs14
7390
7391         * src/gtk/quicksearch.c
7392                 add a quicksearch helper to filtering expression users: the ... button
7393                 raises the condition expr window. condition expressions set up w/ this
7394                 window are used by the quicksearch if the user closes it pressing OK.
7395
7396 2005-11-14 [paul]       1.9.100cvs13
7397
7398         * src/plugins/clamav/clamav_plugin.c
7399         * src/plugins/spamassassin/spamassassin.c
7400                 change plugin type following recent merging
7401
7402 2005-11-14 [wwp]        1.9.100cvs12
7403
7404         * src/folder.c
7405                 prevent from crashing when copying/moving message(s) from and
7406                 to the same folder
7407
7408 2005-11-14 [paul]       1.9.100cvs11
7409
7410         * src/plugins/clamav/Makefile.am
7411         * src/plugins/clamav/clamav_plugin.c
7412         * src/plugins/clamav/clamav_plugin.h
7413         * src/plugins/clamav/clamav_plugin_gtk.c
7414                 also merge clamav and clamav_gtk plugins
7415
7416 2005-11-13 [colin]      1.9.100cvs10
7417
7418         * configure.ac
7419         * src/plugins/spamassassin/Makefile.am
7420         * src/plugins/spamassassin/spamassassin.c
7421         * src/plugins/spamassassin/spamassassin.h
7422         * src/plugins/spamassassin/spamassassin_gtk.c
7423                 Merge spamassassin and spamassassin_gtk plugins,
7424                 and build it by default.
7425
7426 2005-11-12 [colin]      1.9.100cvs9
7427
7428         * src/etpan/imap-thread.c
7429                 Fix gcc warning
7430
7431 2005-11-12 [colin]      1.9.100cvs8
7432
7433         * src/procmime.c
7434                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7435
7436 2005-11-10 [colin]      1.9.100cvs7
7437
7438         * src/main.c
7439                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7440                 minimised state)
7441
7442 2005-11-10 [wwp]        1.9.100cvs6
7443
7444         * src/gtk/description_window.c
7445                 fix a crash when closing description windows using the WM's [X] button
7446
7447 2005-11-09 [colin]      1.9.100cvs5
7448
7449         * src/common/ssl.c
7450                 Update libetpan call to follow upstream
7451                 (yes, this requires libetpan-0.40cvs3)
7452
7453 2005-11-08 [colin]      1.9.100cvs4
7454
7455         * src/compose.c
7456         * src/textview.c
7457         * src/common/utils.c
7458         * src/common/utils.h
7459                 Enhance the email parser
7460
7461 2005-11-08 [colin]      1.9.100cvs3
7462
7463         * src/procmime.c
7464                 Fix what looks like an off-by-one (fixes 
7465                 attachments from the Bat)
7466
7467 2005-11-08 [wwp]        1.9.100cvs2
7468
7469         * src/main.c
7470                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7471
7472 2005-11-08 [wwp]        1.9.100cvs1
7473
7474         * src/main.c
7475                 allow exiting Sylpheed-Claws from command-line
7476
7477 2005-11-08 [paul]       1.9.100
7478
7479         1.9.100 released
7480
7481 2005-11-07 [colin]      1.9.99cvs17
7482
7483         * src/addritem.c
7484         * src/ldif.c
7485                 Fix import of base-64 encoded items
7486
7487 2005-11-07 [colin]      1.9.99cvs16
7488
7489         * src/send_message.c
7490                 Fix bug #314 (Queue does not empty under certain 
7491                 circumstances)
7492
7493 2005-11-07 [paul]       1.9.99cvs15
7494
7495         * src/mutt.c
7496         * src/pine.c
7497                 fix buffer overflows
7498                 Thanks to Colin
7499
7500 2005-11-07 [paul]       1.9.99cvs14
7501
7502         * doc/man/Makefile.am
7503         * doc/man/sylpheed-claws.1      ** ADDED **
7504         * doc/man/sylpheed.1            ** DELETED **
7505                 rename and update the man file
7506
7507 2005-11-06 [colin]      1.9.99cvs13
7508
7509         * src/ldif.c
7510                 Fix ldif_get_line() that returned empty strings
7511                 (Didn't understand why). Also fix a possible
7512                 buffer overflow.
7513
7514 2005-11-06 [wwp]        1.9.99cvs12
7515
7516         * src/textview.c
7517         * src/gtk/about.c
7518         * src/gtk/gtkutils.c
7519         * src/gtk/gtkutils.h
7520                 fix a compilation warning,
7521                 make links sensitive in the about dialog
7522
7523 2005-11-04 [wwp]        1.9.99cvs11
7524
7525         * src/gtk/about.c
7526                 don't wrap or translate URIs, and a bit text format cleanup
7527
7528 2005-11-04 [wwp]        1.9.99cvs10
7529
7530         * src/gtk/about.c
7531                 better textview tagging implementation (no more use of marks for
7532                 postponed tagging)
7533
7534 2005-11-02 [colin]      1.9.99cvs9
7535
7536         * src/common/ssl.c
7537                 Forgot an ifdef
7538
7539 2005-11-02 [colin]      1.9.99cvs8
7540
7541         * configure.ac
7542                 Require libetpan-0.40 due to upstream fix
7543         * src/common/ssl.c
7544                 Tell libetpan not to call SSL_Library_Init,
7545                 as we do it ourselves.
7546
7547 2005-11-02 [colin]      1.9.99cvs7
7548
7549         * po/POTFILES.in
7550                 Add missing files (thanks to Fabien Vantard)
7551
7552 2005-11-02 [colin]      1.9.99cvs6
7553
7554         * src/summaryview.c
7555                 Fix totals when read messages are hidden or quicksearch
7556                 is on
7557         * src/ssl_manager.c
7558         * src/ssl_manager.h
7559         * src/common/ssl_certificate.c
7560         * src/common/ssl_certificate.h
7561         * src/gtk/sslcertwindow.c
7562         * src/gtk/sslcertwindow.h
7563                 Fix copyright on my stuff
7564
7565 2005-11-02 [wwp]        1.9.99cvs5
7566
7567         * src/prefs_themes.c
7568                 fix directory name checking (theme installation/removal),
7569                 made related error a bit more verbose
7570
7571 2005-11-02 [colin]      1.9.99cvs4
7572
7573         * src/summaryview.c
7574                 Fix typo (probably fixes bug #841 (Sort by the From 
7575                 field doesn't work)
7576
7577 2005-11-02 [paul]       1.9.99cvs3
7578
7579         * po/ko.po
7580         * po/nb.po
7581                 updated by SungHyun Nam, Geir Helland
7582         * src/wizard.c
7583                 fix typo in welcome message. spotted by
7584                 Andrea Spadaccini
7585
7586 2005-11-01 [colin]      1.9.99cvs2
7587
7588         * src/compose.c
7589                 Fix replying to ml wen confirming subscription
7590         * src/messageview.c
7591         * src/mimeview.c
7592         * src/mimeview.h
7593         * src/privacy.h
7594         * src/summaryview.c
7595                 Make key check non blocking
7596
7597 2005-10-31 [paul]       1.9.99cvs1
7598
7599         * tools/claws.i18n.status.pl
7600                 updated for ChangeLog
7601
7602 2005-10-31 [paul]       1.9.99
7603
7604         1.9.99 released
7605
7606 2005-10-31 [paul]       1.9.15cvs131
7607
7608         * .cvsignore
7609         * ChangeLog
7610         * ChangeLog.claws       ** REMOVED **
7611         * ChangeLog-gtk2.claws  ** REMOVED **
7612         * ChangeLog.gtk1        ** ADDED **
7613         * INSTALL
7614         * Makefile.am
7615         * NEWS
7616         * README
7617         * README.claws          ** REMOVED **
7618         * README.jp             ** REMOVED **
7619         * RELEASE_NOTES         ** ADDED **
7620         * RELEASE_NOTES.claws   ** REMOVED **
7621         * commitHelper
7622         * configure.ac
7623         * sylpheed.spec.in      ** REMOVED **
7624                 tidy up and update the default docs:
7625                 ChangeLog.claws is renamed ChangeLog.gtk1
7626                 ChangeLog-gtk2.claws is renamed ChangeLog
7627                 README.claws is renamed README
7628                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7629
7630 2005-10-31 [paul]       1.9.15cvs130
7631
7632         * po/it.po
7633                 fix errors
7634
7635 2005-10-31 [paul]       1.9.15cvs129
7636
7637         * po/ca.po
7638         * po/de.po
7639         * po/en_GB.po
7640         * po/fr.po
7641         * po/it.po
7642         * po/pt_BR.po
7643         * po/sk.po
7644         * po/sr.po
7645         * po/zh_CN.po
7646                 updated by Miquel Oliete, Stephan Sachse and
7647                 Thomas Gilgin, me, Fabien Vantard, Andrea
7648                 Spadaccini, Frederico Goncalves Guimaraes,
7649                 Andrej Kacian, Aleksandar Urosevic, and
7650                 Ralgh Young.
7651
7652 2005-10-31 [mones]      1.9.15cvs128
7653
7654         * manual/faq.xml
7655                 More questions.
7656         
7657         * po/es.po
7658                 Updated for release.
7659
7660 2005-10-30 [colin]      1.9.15cvs127
7661
7662         * src/compose.c
7663                 Place cursor before rewrapping (fixes cursor
7664                 pos if quotation gets rewrapped)
7665
7666 2005-10-29 [paul]       1.9.15cvs126
7667
7668         * src/crash.c
7669         * src/foldersel.c
7670         * src/main.c
7671         * src/messageview.c
7672         * src/toolbar.c
7673         * src/gtk/authors.h
7674                 corrections to text items
7675
7676 2005-10-28 [colin]      1.9.15cvs125
7677
7678         * src/messageview.c
7679                 Make "hit 'C' to check sig" work from extern 
7680                 messageviews
7681
7682 2005-10-27 [colin]      1.9.15cvs124
7683
7684         * src/summaryview.c
7685                 Add a hack to avoid segfaulting when hammering 
7686                 on gtk's events
7687
7688 2005-10-27 [wwp]        1.9.15cvs123
7689
7690         * src/prefs_themes.c
7691                 sort list of themes names in themes prefs
7692
7693 2005-10-27 [paul]       1.9.15cvs122
7694
7695         * src/folder.c
7696         * src/prefs_account.c
7697                 fix building on Solaris
7698                 Patch by Alex Moore
7699
7700 2005-10-27 [wwp]        1.9.15cvs121
7701
7702         * src/summaryview.c
7703         * src/gtk/gtksctree.c
7704                 speed up unselecting messages in summary view (thanks to Colin)
7705
7706 2005-10-27 [paul]       1.9.15cvs120
7707
7708         * src/mainwindow.c
7709                 fix a compilation warning
7710         * src/summaryview.c
7711                 fix updating of 'n items selected' count
7712                 when deselecting
7713
7714 2005-10-27 [martin]     1.9.15cvs119
7715
7716         * src/action.c
7717                 ignore actions with a leading '/' in the action menu name
7718                 fixes a crash on menu creation
7719         * src/prefs_actions.c
7720                 do not allow a leading '/' in the action menu name
7721
7722 2005-10-27 [paul]       1.9.15cvs118
7723
7724         * src/main.c
7725                 fix compilation warning
7726
7727 2005-10-27 [paul]       1.9.15cvs117
7728
7729         * src/procmime.c
7730                 add #if HAVE_LOCALE_H
7731
7732 2005-10-27 [paul]       1.9.15cvs116
7733
7734         * src/plugins/clamav/clamav_plugin.c
7735         * src/plugins/dillo_viewer/dillo_viewer.c
7736         * src/plugins/mathml_viewer/mathml_viewer.c
7737         * src/plugins/pgpcore/plugin.c
7738         * src/plugins/pgpinline/plugin.c
7739         * src/plugins/pgpmime/plugin.c
7740         * src/plugins/spamassassin/spamassassin.c
7741         * src/plugins/trayicon/trayicon.c
7742                 plugin_init() : make error messages more
7743                 informative
7744
7745 2005-10-26 [wwp]        1.9.15cvs115
7746
7747         * src/prefs_matcher.c
7748                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7749
7750 2005-10-26 [wwp]        1.9.15cvs114
7751
7752         * src/procmime.c
7753         * src/gtk/gtksctree.c
7754         * src/plugins/spamassassin/libspamc.c
7755         * src/plugins/spamassassin/spamassassin.c
7756                 fix some compilation warnings more
7757
7758 2005-10-26 [mones]      1.9.15cvs113
7759
7760         * po/es.po
7761                 Updated translation
7762
7763 2005-10-26 [paul]       1.9.15cvs112
7764
7765         * src/prefs_message.c
7766                 give all display_xface stuff the
7767                 #if HAVE_LIBCOMPFACE treatment, thus
7768                 preventing a crash
7769                 (Thanks to Wolfgang Enderlein)
7770
7771 2005-10-26 [colin]      1.9.15cvs111
7772
7773         * src/gedit-print.c
7774                 Fix date format
7775         * src/imap_gtk.c
7776         * src/news_gtk.c
7777                 Remove context menu items that should not be there
7778         * src/jpilot.c
7779                 Fix encoding
7780         * src/main.c
7781         * src/mainwindow.c
7782                 Don't show the mainwindow too soon
7783
7784 2005-10-26 [wwp]        1.9.15cvs110
7785
7786         * src/folder.c
7787         * src/manual.c
7788         * src/summaryview.c
7789                 fix uninitialized pointers in the folder updating hook
7790                 (thanks to Colin)
7791
7792 2005-10-25 [mones]      1.9.15cvs109
7793
7794         * manual/faq.xml
7795                 General information subsection completed. 
7796                 Removed archaic references.
7797                 
7798         * manual/Makefile
7799         * manual/dtd/manual.dsl
7800                 Added customization stylesheet for getting paragraphs
7801                 fully justified in PDF output (as suggested by Colin).
7802
7803 2005-10-25 [colin]      1.9.15cvs108
7804
7805         * src/compose.c
7806                 Fix a second leak
7807
7808 2005-10-25 [colin]      1.9.15cvs107
7809
7810         * src/addrbook.c
7811         * src/addrindex.c
7812                 Fix leak (xml_get_element() allocates memory)
7813         * src/compose.c
7814                 Fix leak + dead code (shame!)
7815         * src/procmime.c
7816                 Fix leak
7817
7818 2005-10-25 [colin]      1.9.15cvs106
7819
7820         * src/mimeview.c
7821                 Fix encoding issue in Save all and in 
7822                 overwrite-confirmation alertpanel
7823
7824 2005-10-25 [colin]      1.9.15cvs105
7825
7826         * src/common/socket.c
7827                 Fix a leak - Thanks to Christopher Aillon
7828                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7829
7830 2005-10-25 [paul]       1.9.15cvs104
7831
7832         * src/wizard.c
7833                 Always guess servers from the right-hand
7834                 email part and guess username from the
7835                 left-hand part. (Thanks to Colin)
7836                 add an X-Face to the welcome message
7837
7838 2005-10-25 [paul]       1.9.15cvs103
7839
7840         * manual/handling.xml
7841                 written by Colin, edited by me
7842
7843 2005-10-25 [wwp]        1.9.15cvs102
7844
7845         * src/folderview.c
7846         * src/grouplistdialog.c
7847         * src/imap.c
7848         * src/noticeview.c
7849                 fix some compilation warnings
7850
7851 2005-10-24 [paul]
7852
7853         1.9.99-rc3 released
7854
7855 2005-10-24 [paul]       1.9.15cvs101
7856
7857         * src/gtk/about.c
7858                 fix window sizing
7859
7860 2005-10-24 [paul]       1.9.15cvs100
7861
7862         * src/pixmaps/offline.xpm
7863         * src/pixmaps/online.xpm
7864                 replace with last default versions
7865
7866 2005-10-24 [colin]      1.9.15cvs99
7867
7868         * src/imap.c
7869                 Fix bug when moving a folder
7870         * src/imap_gtk.c
7871         * src/mh_gtk.c
7872                 "Delete folder" pops up a window, so it 
7873                 should be suffixed with "..."
7874         * src/plugins/pgpcore/sgpgme.c
7875                 Include locale.h
7876
7877 2005-10-24 [mones]      1.9.15cvs98
7878
7879         * manual/Makefile
7880         * manual/account.xml
7881         * manual/ack.xml
7882         * manual/addrbook.xml
7883         * manual/advanced.xml
7884         * manual/faq.xml
7885         * manual/glossary.xml
7886         * manual/gpl.xml
7887         * manual/handling.xml
7888         * manual/intro.xml
7889         * manual/keyboard.xml
7890         * manual/manual.xml
7891         * manual/plugins.xml
7892         * manual/starting.xml
7893         * manual/dtd/sdocbook.dtd
7894                 Initial manual structure and some content.
7895
7896 2005-10-23 [wwp]        1.9.15cvs97
7897
7898         * src/gtk/about.c
7899                 fix a typo
7900
7901 2005-10-23 [wwp]        1.9.15cvs96
7902
7903         * src/gtk/about.c
7904         * src/gtk/authors.h
7905                 rework of the about window (main work by Paul), also featuring a few
7906                 fixes for typos and duplicate names
7907
7908 2005-10-23 [wwp]        1.9.15cvs95
7909
7910         * src/.cvsignore
7911                 Ignore the right binary name (sylpheed-claws now)
7912
7913 2005-10-23 [paul]       1.9.15cvs94
7914
7915         * src/compose.c
7916                 when using Folder Pref 'Default To for
7917                 replies' make the entry in the Compose
7918                 window bold
7919                 Patch by Fabien Vantard
7920
7921 2005-10-22 [colin]      1.9.15cvs93
7922
7923         * src/codeconv.c
7924                 Fix leak
7925
7926 2005-10-22 [colin]      1.9.15cvs92
7927
7928         * src/codeconv.c
7929                 try to convert using locale (apart utf8) if necessary
7930
7931 2005-10-22 [colin]      1.9.15cvs91
7932
7933         * src/pixmaps/new.xpm
7934         * src/pixmaps/unread.xpm
7935                 Make the unread envelope blue again and
7936                 saturate the new one a bit more.
7937
7938 2005-10-22 [colin]      1.9.15cvs90
7939
7940         * src/compose.c
7941                 When replying to a mail sent by one of our accounts,
7942                 use the original list of recipients. Let 'Reply All'
7943                 and 'Reply to sender' work like previously.
7944
7945 2005-10-21 [colin]      1.9.15cvs89
7946
7947         * src/prefs_filtering.c
7948                 Clear fields after add and replace
7949         * src/textview.c
7950                 Display xface differently (better)
7951         * src/plugins/pgpinline/pgpinline.c
7952                 Fix crappy encodings/recodings
7953
7954 2005-10-21 [paul]       1.9.15cvs88
7955
7956         * src/compose.c
7957         * src/prefs_folder_item.c
7958         * src/toolbar.c
7959                 fix news folder Folder Properties
7960                 (thanks to Colin)
7961         * src/folderview.c
7962                 update folderview after Themes change
7963                 keep selected folder selected
7964                 (thanks to Colin)
7965
7966 2005-10-21 [paul]       1.9.15cvs87
7967
7968         * tools/Makefile.am
7969         * tools/OOo2sylpheed.pl
7970         * tools/README
7971         * tools/README.sylprint
7972         * tools/asus_mailled.sh         ** REMOVED **
7973         * tools/filter_conv.pl
7974         * tools/freshmeat_search.pl
7975         * tools/google_search.pl
7976         * tools/gpg-sign-syl            ** REMOVED **
7977         * tools/kmail2sylpheed.pl
7978         * tools/kmail2sylpheed_v2.pl
7979         * tools/multiwebsearch.pl
7980         * tools/nautilus2sylpheed.sh
7981         * tools/newscache_clean.pl
7982         * tools/outlook2sylpheed.pl
7983         * tools/sylpheed-switcher       ** REMOVED **
7984         * tools/sylprint.pl
7985         * tools/sylprint.rc
7986         * tools/tb2sylpheed
7987         * tools/vcard2xml.py
7988         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7989                 update default config dir
7990                 update binary name (thanks to Fabien Vantard)
7991                 remove obsolete scripts
7992
7993 2005-10-21 [colin]      1.9.15cvs86
7994
7995         * src/inc.c
7996                 Fix possible leak and units. Based on a patch by
7997                 Fabien Vantard.
7998
7999 2005-10-20 [colin]      1.9.15cvs85
8000
8001         * src/textview.c
8002                 Clear xface when clearing textview
8003
8004 2005-10-20 [colin]      1.9.15cvs84
8005
8006         * configure.ac
8007         * src/folderview.c
8008         * src/headerview.c
8009         * src/main.c
8010         * src/prefs_common.c
8011         * src/prefs_common.h
8012         * src/prefs_message.c
8013         * src/textview.c
8014         * src/textview.h
8015         * src/common/defs.h
8016         * src/common/utils.c
8017         * src/common/utils.h
8018         * src/gtk/gtkutils.c
8019         * src/gtk/gtkutils.h
8020                 Migrate config to .sylpheed-claws (Automatically)
8021                 Add a way to get the Xface in the TextView
8022
8023 2005-10-20 [colin]      1.9.15cvs83
8024
8025         * src/gtk/Makefile.am
8026         * src/gtk/about.c
8027         * src/gtk/authors.h
8028                 Make the about dialog *grooovy*
8029
8030 2005-10-20 [colin]      1.9.15cvs82
8031
8032         * src/mimeview.c
8033                 Use "Open with" on double click if no command
8034                 was found
8035
8036 2005-10-20 [colin]      1.9.15cvs81
8037
8038         * src/imap.c
8039         * src/etpan/imap-thread.c
8040                 Fix possible crash.
8041
8042 2005-10-20 [paul]       1.9.15cvs80
8043
8044         * src/folder.c
8045                 don't show clipkey icon if the only
8046                 attachment is the signature
8047                 Patch by Colin
8048
8049 2005-10-20 [paul]       1.9.15cvs79
8050
8051         * AUTHORS
8052         * src/plugins/pgpmime/pgpmime.c
8053                 name the PGP/MIME signature 'signature.asc'
8054                 Patch by Andrew Nelson <freeandy@gmail.com>
8055
8056 2005-10-19 [colin]      1.9.15cvs78
8057
8058         * src/plugins/pgpmime/pgpmime.c
8059                 Oops, no need to double-check though
8060
8061 2005-10-19 [colin]      1.9.15cvs77
8062
8063         * src/plugins/pgpinline/pgpinline.c
8064         * src/plugins/pgpmime/pgpmime.c
8065                 Check that my_tmpfile() doesn't 
8066                 return NULL
8067
8068 2005-10-19 [colin]      1.9.15cvs76
8069
8070         * src/common/utils.c
8071                 Use shorter mime boundaries to avoid having
8072                 MTAs rewrapping our headers, breaking the
8073                 PGP signature in the process 
8074         * src/compose.c
8075         * src/plugins/pgpmime/pgpmime.c
8076                 Check for boundary uniqueness to be sure
8077                 it won't happen, instead of hoping for the
8078                 best
8079
8080 2005-10-19 [colin]      1.9.15cvs75
8081
8082         * sylpheed-claws.desktop
8083         * src/Makefile.am
8084         * src/main.c
8085                 Ship a sylpheed-claws binary instead
8086                 of a sylpheed one. Change the socket
8087                 name, too
8088         * src/folderview.c
8089                 Update folder only if it changed
8090         * src/wizard.c
8091                 Fix i18n in welcome mail, patch by
8092                 Fabien Vantard
8093
8094 2005-10-19 [paul]
8095
8096         1.9.99-rc2 released
8097
8098 2005-10-19 [paul]       1.9.15cvs74
8099
8100         * src/folder.c
8101         * src/folderview.c
8102                 fix summaryview update
8103                 Patch by Colin
8104
8105 2005-10-18 [colin]      1.9.15cvs73
8106
8107         * src/plugins/pgpcore/passphrase.c
8108                 Don't XGrabServer, and try a bit more to 
8109                 sync everything before grabbing mouse/keyboard
8110
8111 2005-10-18 [colin]      1.9.15cvs72
8112
8113         * src/Makefile.am
8114         * src/addressadd.c
8115         * src/addressbook.c
8116         * src/folderview.c
8117         * src/grouplistdialog.c
8118         * src/mimeview.c
8119         * src/stock_pixmap.c
8120         * src/stock_pixmap.h
8121         * src/summaryview.c
8122         * src/gtk/gtksctree.c
8123         * src/gtk/gtksctree.h
8124         * src/pixmaps/empty.xpm
8125                 Implement a wrapper call for gtk_ctree_set_node_info
8126                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8127                 pixmap instead of a NULL one. This works around some
8128                 memory problems deep inside gtk, revealed by valgrind,
8129                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8130                 as locked crashes sylpheed.), as well as, probably, 
8131                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8132
8133 2005-10-17 [colin]      1.9.15cvs71
8134
8135         * src/mimeview.c
8136                 Provide visual feedback when checking
8137                 signature
8138
8139 2005-10-17 [colin]      1.9.15cvs70
8140
8141         * src/main.c
8142                 Keep the folder list frozen while checking caches...
8143
8144 2005-10-17 [colin]      1.9.15cvs69
8145
8146         * src/addr_compl.c
8147                 Fi bug #833 (Autocompleting from addressbook 
8148                 fails with extended chars)
8149         * src/imap.c
8150                 Fix 'adding messages' staying in statusbar
8151                 after an error
8152
8153 2005-10-17 [wwp]        1.9.15cvs68
8154
8155         * src/ssl_manager.c
8156                 Fix buttons' layout resizing when window size changes
8157
8158 2005-10-17 [wwp]        1.9.15cvs67
8159
8160         * src/account.c
8161         * src/prefs_account.c
8162         * src/prefs_common.c
8163         * src/prefs_common.h
8164         * src/prefs_folder_item.c
8165         * src/prefs_gtk.c
8166         * src/gtk/logwindow.c
8167         * src/gtk/pluginwindow.c
8168         * src/gtk/prefswindow.c
8169         * src/gtk/prefswindow.h
8170                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8171
8172 2005-10-17 [paul]       1.9.15cvs66
8173
8174         * configure.ac
8175                 fix missing libetpan message
8176         * po/en_GB.po
8177                 updated
8178         * src/crash.c
8179         * src/manual.c
8180         * src/prefs_themes.c
8181         * src/common/defs.h
8182                 add some new URI defines, change some
8183                 others
8184         * src/wizard.c
8185                 make welcome message translatable
8186                 small improvements to english
8187                 other tweaks
8188         * src/gtk/menu.c
8189                 fix warnings
8190
8191 2005-10-17 [paul]       1.9.15cvs65
8192
8193         * src/summaryview.c
8194                 fix column titles
8195
8196 2005-10-16 [mones]      1.9.15cvs64
8197
8198         * po/es.po
8199                 Updated translation
8200
8201 2005-10-16 [colin]
8202
8203         1.9.99-rc1 released
8204
8205 2005-10-16 [colin]      1.9.15cvs63
8206
8207         * src/wizard.c
8208                 Fix whitespace
8209
8210 2005-10-16 [colin]      1.9.15cvs62
8211
8212         * src/toolbar.c
8213                 s/Get All/Get Mail/
8214         * src/wizard.c
8215                 Real welcome mail text, thanks Paul
8216
8217 2005-10-16 [colin]      1.9.15cvs61
8218
8219         * src/editldap.c
8220         * src/exporthtml.c
8221         * src/main.c
8222         * src/mainwindow.c
8223         * src/prefs_themes.c
8224         * src/prefs_toolbar.c
8225         * src/plugins/demo/demo.c
8226         * src/plugins/trayicon/trayicon.c
8227                 s/Sylpheed/Sylpheed-Claws/
8228
8229 2005-10-16 [colin]      1.9.15cvs60
8230
8231         * src/wizard.c
8232                 Add a welcome email in the first empty mailbox
8233         * src/prefs_common.c
8234                 Change one more default
8235
8236 2005-10-16 [colin]      1.9.15cvs59
8237
8238         * src/wizard.c
8239                 Remove printf
8240
8241 2005-10-16 [colin]      1.9.15cvs58
8242
8243         * src/toolbar.c
8244         * src/prefs_common.c
8245                 Change some defaults
8246
8247 2005-10-16 [colin]      1.9.15cvs57
8248
8249         * src/toolbar.c
8250         * src/prefs_common.c
8251                 Change some defaults
8252
8253 2005-10-16 [colin]      1.9.15cvs56
8254
8255         * src/wizard.c
8256                 By default, initialize fonts to have
8257                 the same size as normal GtkWidgets
8258
8259 2005-10-16 [colin]      1.9.15cvs55
8260
8261         * src/mimeview.c
8262                 Fix message a bit more
8263
8264 2005-10-16 [colin]      1.9.15cvs54
8265
8266         * src/addressbook.c
8267                 Second attempt at flicker fixing
8268
8269 2005-10-16 [colin]      1.9.15cvs53
8270
8271         * src/addressbook.c
8272                 Fix flicker
8273
8274 2005-10-16 [wwp]        1.9.15cvs52
8275
8276         * src/addressbook.c
8277         * src/editaddress.c
8278         * src/prefs_common.c
8279         * src/prefs_common.h
8280                 Remember window sizes (address book)
8281
8282 2005-10-16 [wwp]        1.9.15cvs51
8283
8284         * src/plugins/clamav/clamav_plugin_gtk.c
8285         * src/plugins/spamassassin/spamassassin_gtk.c
8286                 Fix compilation warnings (missing #include).
8287
8288 2005-10-16 [colin]      1.9.15cvs50
8289
8290         * src/mimeview.c
8291         * src/summaryview.c
8292         * src/textview.c
8293                 Make 'c' check signature, and forward
8294                 c, l, y, t from summaryview to mimeview
8295
8296 2005-10-16 [colin]      1.9.15cvs49
8297
8298         * src/addressbook.c
8299                 Put border around buttons
8300         * src/mainwindow.c
8301         * src/summaryview.c
8302                 Rework menus (Patch based on a patch
8303                 by Paul)
8304
8305 2005-10-15 [wwp]        1.9.15cvs48
8306
8307         * src/editjpilot.c
8308         * src/editldap.c
8309         * src/editvcard.c
8310         * src/exphtmldlg.c
8311         * src/expldifdlg.c
8312         * src/export.c
8313         * src/import.c
8314         * src/importldif.c
8315         * src/importmutt.c
8316         * src/importpine.c
8317         * src/prefs_account.c
8318         * src/prefs_spelling.c
8319         * src/gtk/gtkutils.c
8320         * src/gtk/gtkutils.h
8321         * src/plugins/clamav/clamav_plugin_gtk.c
8322         * src/plugins/spamassassin/spamassassin_gtk.c
8323                 use nicer browse-for-file/dir buttons than the "..." ones,
8324                 code factorizing more.
8325
8326 2005-10-14 [colin]      1.9.15cvs47
8327
8328         * src/mainwindow.c
8329                 set relief on the account switcher so that people see it
8330                 grey out Create processing rules when no message is selected
8331         * src/prefs_filtering.c
8332                 ask before closing if the rule has not been modified, even if
8333                 it's not valid
8334         * src/prefs_matcher.c
8335                 fix sensitivity when entering the dialog
8336         * src/gtk/inputdialog.c
8337                 display a better icon on password ask
8338         * src/plugins/pgpcore/passphrase.c
8339                 make the dialog look better
8340
8341 2005-10-14 [paul]       1.9.15cvs46
8342
8343         * src/folderview.c
8344                 indicate presense of marked msgs in
8345                 unexpanded subfolders
8346
8347 2005-10-14 [paul]       1.9.15cvs45
8348
8349         * src/prefs_actions.c
8350         * src/prefs_common.c
8351         * src/prefs_common.h
8352         * src/prefs_filtering_action.c
8353         * src/prefs_matcher.c
8354         * src/prefs_template.c
8355                 remember window sizes
8356                 fix Info button size
8357
8358         Patches by wwp
8359
8360 2005-10-13 [colin]      1.9.15cvs44
8361
8362         * src/mimeview.c
8363         * src/noticeview.c
8364         * src/noticeview.h
8365                 Add a tooltip on the icon (optional) 
8366                 Get rid of the signature buttons and only
8367                 use the icon+tooltip
8368
8369 2005-10-13 [colin]      1.9.15cvs43
8370
8371         * src/noticeview.c
8372         * src/noticeview.h
8373                 Add hand cursor for hovering over icon
8374
8375 2005-10-13 [colin]      1.9.15cvs42
8376
8377         * src/summaryview.c
8378                 Fix crash when quicksearch's hidden 
8379                 at startup
8380
8381 2005-10-13 [colin]      1.9.15cvs41
8382
8383         * src/compose.c
8384                 Set subject when forwarding multiple mails
8385                 Check that other recipient than the default Cc or Bcc
8386                 have been set before sending.
8387
8388 2005-10-13 [colin]      1.9.15cvs40
8389
8390         * src/imap.c
8391                 Batch per-folder
8392                 Introduce locking, but don't use it yet
8393
8394 2005-10-13 [colin]      1.9.15cvs39
8395
8396         * src/gtk/quicksearch.c
8397                 Reset quicksearch when hiding it
8398                 Make sticky a real pref
8399
8400 2005-10-13 [colin]      1.9.15cvs38
8401
8402         * src/summaryview.c
8403                 Faster prefs apply
8404
8405 2005-10-13 [colin]      1.9.15cvs37
8406
8407         * src/mimeview.c
8408         * src/noticeview.c
8409         * src/noticeview.h
8410         * src/plugins/pgpcore/sgpgme.c
8411                 Make privacy icon clickable
8412                 Move Trust field in Full info
8413                 When trust is less than full, don't display
8414                 a warning icon
8415
8416 2005-10-13 [colin]      1.9.15cvs36
8417
8418         * src/folder.c
8419                 Batch on flags sync
8420         * src/folderview.c
8421                 Revert speed hack which is dangerous in fact
8422                 Apply prefs faster
8423
8424 2005-10-13 [colin]      1.9.15cvs35
8425
8426         * src/folder_item_prefs.c
8427                 Fix pref corruption on folder move. Patch
8428                 by wwp
8429
8430 2005-10-13 [paul]       1.9.15cvs34
8431
8432         * src/export.c
8433         * src/import.c
8434                 fix typos in g_warnings
8435         * src/prefs_account.c
8436                 add a file selector for Signature file
8437
8438         Patches by wwp
8439
8440 2005-10-12 [colin]      1.9.15cvs33
8441
8442         * src/mimeview.c
8443                 Provide a quick way to go back from a
8444                 signature's full info to the email part
8445
8446 2005-10-12 [colin]      1.9.15cvs32
8447
8448         * src/compose.c
8449                 Remove old hack of encoding signed mails with base64.
8450                 QP works equally well.
8451
8452 2005-10-12 [colin]      1.9.15cvs31
8453
8454         * src/crash.c
8455                 Replace deprecated GtkText with GtkTextView
8456         * src/imap.c
8457                 Fix a logic bug about counts in imap_select
8458                 (previously un-triggered)
8459         * src/mainwindow.c
8460         * src/summaryview.c
8461         * src/news.c
8462                 Allow local deletion of news posts
8463         * src/mimeview.c
8464                 Show GPG noticeview on the message/rfc822 part
8465                 in addition to the text/plain one
8466         * src/prefs_image_viewer.c
8467           src/plugins/pgpcore/prefs_gpg.c
8468                 Polish (set the label as part of the checkbox)
8469         * src/wizard.c
8470                 Don't sit there doing nothing after destroying
8471                 the window - return err
8472
8473 2005-10-11 [colin]      1.9.15cvs30
8474
8475         * src/folderview.c
8476                 Apply processing rules before showing folders.
8477                 Early folder show (before flags sync) will only
8478                 be done when there are no processing rules (nor
8479                 pre- or post- ones)
8480         * src/imap.c
8481                 Fix stuff related to mail subdir, creation and 
8482                 deletion of folders 
8483         * src/imap_gtk.c
8484                 Don't allow creation of folders in NoInferior
8485                 folders, as it won't work
8486
8487 2005-10-10 [colin]      1.9.15cvs29
8488
8489         * src/compose.c
8490                 Reselect "None" Privacy system when selecting an
8491                 account with no privacy system defined
8492
8493 2005-10-10 [colin]      1.9.15cvs28
8494
8495         * src/mainwindow.c
8496                 Add Windows-1252 encoding
8497         * src/prefs_common.c
8498                 Rework some defaults:
8499                 - autosave to draft by default
8500                 - don't show header pane (it's already in the textview)
8501                 - Select first new or unread mail on entry
8502                 - Assume 'Yes' to change folder when there's no more
8503                   unread message
8504         * src/prefs_matcher.c
8505                 Fix a gtk assertion failure
8506         * src/gtk/colorlabel.c
8507                 Workaround bad repainting on selection
8508         * src/main.c
8509                 Freeze/thaw (a bit faster on ssh -X)
8510         * src/msgcache.c
8511                 Get rid of StrdupConverter that just adds an
8512                 extra strdup/free 
8513         * src/etpan/imap_thread.c
8514                 memset buf to 0
8515
8516 2005-10-10 [colin]      1.9.15cvs27
8517
8518         * src/export.c
8519         * src/import.c
8520                 Fix compile on gtk 2.4. Patch by wwp
8521
8522 2005-10-09 [colin]      1.9.15cvs26
8523
8524         * src/mainwindow.c
8525         * src/messageview.c
8526         * src/summaryview.c
8527                 Clarify forward menus. Patch by wwp
8528
8529 2005-10-09 [colin]      1.9.15cvs25
8530
8531         * src/compose.c
8532         * src/compose.h
8533                 Fix bug #829 (Non-working "Encrypt message by 
8534                 default when replying to an encrypted message")
8535
8536 2005-10-08 [colin]      1.9.15cvs24
8537
8538         * src/wizard.c
8539                 Fix bug #827 ("Welcome" setup wizard after a 
8540                 permission error gives up & forgets itself.)
8541
8542 2005-10-08 [colin]      1.9.15cvs23
8543
8544         * src/procmime.c
8545                 Fix bug #828 (Ignoring headers with spaces around = sign)
8546
8547 2005-10-08 [colin]      1.9.15cvs22
8548
8549         * src/export.c
8550                 Warning fix by wwp
8551
8552 2005-10-08 [colin]      1.9.15cvs21
8553
8554         * src/folder.c
8555         * src/folder.h
8556                 Add a processing_pending indicator, set on 
8557                 folder_item_open and cleared after 
8558                 folder_item_process_open
8559         * src/folderview.c
8560         * src/summaryview.c
8561                 wrap procmsg_msginfo_*_flags, and in the
8562                 wrapper check that there's no folder processing 
8563                 pending. If there is, defer the flags change until 
8564                 processing is done to avoid stepping over each
8565                 other's toes.
8566                 Freeze during processing, but not during scanning.
8567
8568 2005-10-07 [colin]      1.9.15cvs20
8569
8570         * src/plugins/pgpcore/passphrase.c
8571                 Fix bug #826 (X-Server hangs when 
8572                 right-clicking a PGP encrypted message)
8573
8574 2005-10-07 [paul]       1.9.15cvs19
8575
8576         * src/compose.c
8577                 fix compose_entries[]
8578                 patch by Fabien Vantard
8579
8580 2005-10-06 [colin]      1.9.15cvs18
8581
8582         * src/pixmaps/address.xpm
8583         * src/pixmaps/address_book.xpm
8584         * src/pixmaps/book.xpm
8585         * src/pixmaps/check_spelling.xpm
8586         * src/pixmaps/checkbox_off.xpm
8587         * src/pixmaps/checkbox_on.xpm
8588         * src/pixmaps/close.xpm
8589         * src/pixmaps/complete.xpm
8590         * src/pixmaps/continue.xpm
8591         * src/pixmaps/deleted.xpm
8592         * src/pixmaps/down_arrow.xpm
8593         * src/pixmaps/exec.xpm
8594         * src/pixmaps/forwarded.xpm
8595         * src/pixmaps/group.xpm
8596         * src/pixmaps/ignorethread.xpm
8597         * src/pixmaps/interface.xpm
8598         * src/pixmaps/jpilot.xpm
8599         * src/pixmaps/ldap.xpm
8600         * src/pixmaps/linewrap.xpm
8601         * src/pixmaps/linewrapcurrent.xpm
8602         * src/pixmaps/mail.xpm
8603         * src/pixmaps/mail_attach.xpm
8604         * src/pixmaps/mail_compose.xpm
8605         * src/pixmaps/mail_forward.xpm
8606         * src/pixmaps/mail_receive.xpm
8607         * src/pixmaps/mail_receive_all.xpm
8608         * src/pixmaps/mail_reply.xpm
8609         * src/pixmaps/mail_reply_to_all.xpm
8610         * src/pixmaps/mail_reply_to_author.xpm
8611         * src/pixmaps/mail_send.xpm
8612         * src/pixmaps/mail_send_queue.xpm
8613         * src/pixmaps/mime_application.xpm
8614         * src/pixmaps/mime_audio.xpm
8615         * src/pixmaps/mime_image.xpm
8616         * src/pixmaps/mime_message.xpm
8617         * src/pixmaps/mime_text_enriched.xpm
8618         * src/pixmaps/mime_text_html.xpm
8619         * src/pixmaps/mime_text_plain.xpm
8620         * src/pixmaps/mime_unknown.xpm
8621         * src/pixmaps/new.xpm
8622         * src/pixmaps/news_compose.xpm
8623         * src/pixmaps/offline.xpm
8624         * src/pixmaps/online.xpm
8625         * src/pixmaps/paste.xpm
8626         * src/pixmaps/preferences.xpm
8627         * src/pixmaps/privacy_emblem_encrypted.xpm
8628         * src/pixmaps/privacy_expired.xpm
8629         * src/pixmaps/privacy_failed.xpm
8630         * src/pixmaps/privacy_passed.xpm
8631         * src/pixmaps/privacy_signed.xpm
8632         * src/pixmaps/privacy_unknown.xpm
8633         * src/pixmaps/privacy_warn.xpm
8634         * src/pixmaps/properties.xpm
8635         * src/pixmaps/replied.xpm
8636         * src/pixmaps/search.xpm
8637         * src/pixmaps/unread.xpm
8638         * src/pixmaps/up_arrow.xpm
8639         * src/pixmaps/vcard.xpm
8640                 Modernize internal theme, with icons from the 
8641                 Gnomaws theme. Keep some of the old ones where
8642                 they were better.
8643
8644 2005-10-06 [colin]      1.9.15cvs17
8645
8646         * src/summaryview.c
8647                 Little optimisations + bugfix
8648         * src/toolbar.c
8649                 Remove default useless items - useless being defined
8650                 by the default relevant prefs
8651         * src/wizard.c
8652                 include config.h to make gettext work
8653         * src/prefs_themes.c
8654                 Fix selection of current theme in prefs
8655
8656 2005-10-06 [colin]      1.9.15cvs16
8657
8658         * src/prefs_common.c
8659         * src/prefs_common.h
8660         * src/prefs_summaries.c
8661         * src/folderview.c
8662                 Add a warning dialog on Mark all read 
8663                 (with pref to get rid of it)
8664
8665 2005-10-06 [paul]       1.9.15cvs15
8666
8667         * po/nb.po
8668         * po/pt_BR.po
8669                 updated by Geir Helland and Frederico
8670                 Goncalves Guimaraes
8671
8672 2005-10-05 [colin]      1.9.15cvs14
8673
8674         * src/folder.c
8675         * src/folder.h
8676         * src/folderview.c
8677         * src/folderview.h
8678         * src/imap_gtk.c
8679         * src/mh_gtk.c
8680         * src/mainwindow.c
8681         * src/setup.c
8682                 add a way to rescan without rebuilding
8683                 make moving a bit faster (less folders changes)
8684                 don't lock the tree on Get 
8685         * src/imap.c
8686                 Don't re-delete deleted messages before expunging
8687         * src/summaryview.c
8688                 Set batch mode when deleting mails
8689
8690 2005-10-05 [paul]       1.9.15cvs13
8691
8692         * src/mainwindow.c
8693         * src/mainwindow.h
8694                 fix disabled Execute menu item
8695         * src/toolbar.c
8696                 match the change in 1.9.15cvs10: use Compose
8697                 instead of News by default
8698
8699 2005-10-04 [colin]      1.9.15cvs12
8700
8701         * src/compose.c
8702                 When replying to an ML post with Reply-To set
8703                 to the poster's email, honor it (as before),
8704                 but also honor our user's request to reply to
8705                 the mailing list: set the ML address in the To
8706                 field and the Reply-To address in the Cc: 
8707                 field.
8708
8709 2005-10-04 [colin]      1.9.15cvs11
8710
8711         * src/plugins/trayicon/trayicon.c
8712                 Finish cosmetic change - thanks to wwp
8713
8714 2005-10-04 [colin]      1.9.15cvs10
8715
8716         * src/toolbar.c
8717                 Use Compose instead of Email by default.
8718                 Spotted by wwp.
8719
8720 2005-10-04 [colin]      1.9.15cvs9
8721
8722         * src/folder.c
8723         * src/folder.h
8724         * src/folderview.c
8725         * src/imap.c
8726         * src/etpan/imap-thread.c
8727         * src/etpan/imap-thread.h
8728                 Try to make IMAP faster, by simplifying SEARCH
8729                 commands, avoiding sending two STATUS in a row,
8730                 and deferring flags sync and processing just
8731                 after displaying the folder. 
8732                 This will update the SummaryView in certain
8733                 cases (new mails not already fetched, flags
8734                 changed from another client) but in a non-
8735                 blocking manner.
8736
8737 2005-10-04 [colin]      1.9.15cvs8
8738
8739         * src/plugins/trayicon/trayicon.c
8740                 Relabel "Offline" to "Work offline"
8741
8742 2005-10-04 [colin]      1.9.15cvs7
8743
8744         * src/export.c
8745         * src/import.c
8746         * src/mbox.c
8747                 Fix mbox import/export buglets
8748                 Patch by wwp
8749         * src/plugins/trayicon/trayicon.c
8750                 Add offline swithc
8751                 Patch by wwp
8752
8753 2005-10-04 [colin]      1.9.15cvs6
8754
8755         * src/folder.c
8756         * src/folderview.c
8757         * src/summaryview.c
8758                 Better fix (don't break mark all read) for cvs2
8759
8760 2005-10-03 [colin]      1.9.15cvs5
8761
8762         * src/folder.c
8763                 Use a sane sort by default
8764
8765 2005-10-03 [colin]      1.9.15cvs4
8766
8767         * src/inc.c
8768                 Add a 'Only once' button for overriding offline mode
8769         * src/prefs_account.c
8770         * src/wizard.c
8771                 Add Local mbox to the wizard
8772                 Add IMAP subdir to the wizard (or the wizard is useless
8773                 for such accounts, or even worse than useless)
8774                 Move IMAP subdir from Advanced to Receive tab, as it's
8775                 not that uncommon
8776
8777 2005-10-03 [colin]      1.9.15cvs3
8778
8779         * src/send_message.c
8780                 Forgot this one in cvs1
8781
8782 2005-10-03 [colin]      1.9.15cvs2
8783
8784         * src/folder.c
8785                 Faster close when leaving a folder with lots
8786                 of new mails. Idea by David Relson.
8787
8788 2005-10-03 [colin]      1.9.15cvs1
8789
8790         * src/compose.c
8791         * src/imap.c
8792         * src/inc.c
8793         * src/main.c
8794         * src/messageview.c
8795         * src/news.c
8796         * src/summaryview.c
8797         * src/gtk/sslcertwindow.c
8798         * src/plugins/trayicon/trayicon.c
8799                 Add accels to every AlertPanel. Patch by Fabien 
8800                 Vantard
8801
8802 2005-10-03 [paul]       1.9.15
8803
8804         1.9.15 released
8805
8806 2005-10-03 [paul]       1.9.14cvs68
8807
8808         * po/ca.po
8809         * po/de.po
8810         * po/es.po
8811         * po/fi.po
8812         * po/fr.po
8813         * po/sk.po
8814         * po/sr.po
8815         * po/zh_CN.po
8816                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8817                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8818                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8819
8820 2005-10-03 [paul]       1.9.14cvs67
8821
8822         * src/send_message.c
8823                 prevent hang on Cancel
8824                 patch by Colin
8825
8826 2005-10-03 [paul]       1.9.14cvs66
8827
8828         * src/main.c
8829                 fix crash in IMAP caused by discrepancy
8830                 between check_at_startup and offline mode
8831                 Patch by Colin
8832
8833 2005-10-01 [paul]       1.9.14cvs65
8834
8835         * src/inc.c
8836                 fix engrish
8837
8838 2005-10-01 [paul]       1.9.14cvs64
8839         * src/export.c
8840         * src/import.c
8841                 synchronise import_mbox() and export_mbox()
8842         * src/mbox.c
8843                 proc_mbox(): add alert if file cannot be opened
8844                 export_list_to_mbox(): test if dest file exists,
8845                 prompt user to overwrite if it does. add alert
8846                 if file cannot be created
8847                                                                 
8848         Patch by wwp
8849                                                                                                                 
8850
8851 2005-09-30 [paul]       1.9.14cvs63
8852
8853         * src/addressbook.c
8854                 Fix sensitivity of a menu
8855         * src/codeconv.c
8856                 Respect hidden pref for mails with no encoding
8857         * src/common/xml.c
8858                 Fix memory corruption
8859         * src/plugins/pgpcore/sgpgme.c
8860                 Fix segfault on incomplete sigs, and display
8861                 of S/Mime UIDs
8862
8863         Patches by Colin
8864
8865 2005-09-30 [colin]      1.9.14cvs62
8866
8867         * src/partial_download.c
8868                 Little logic fix in almost-dead code
8869         * src/pop.c
8870                 Fix partial download when there's no new mail
8871
8872 2005-09-29 [paul]       1.9.14cvs61
8873
8874         * src/plugins/pgpinline/pgpinline.c
8875                 fix bug 819, 'crash accessing sign message'
8876                 Patch by Colin
8877
8878 2005-09-28 [martin]     1.9.14cvs60
8879
8880         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8881                 fix bug #790 (Crash when restarting window manager (fluxbox))
8882
8883 2005-09-28 [paul]       1.9.14cvs59
8884
8885         * src/gtk/gtkaspell.c
8886                 fix off-by-one typo
8887
8888 2005-09-27 [colin]      1.9.14cvs58
8889
8890         * src/plugins/pgpcore/sgpgme.c
8891                 Report error when there's one, instead of
8892                 "Signature unchecked" 
8893
8894 2005-09-27 [colin]      1.9.14cvs57
8895
8896         * src/prefs_quote.c
8897                 Fix bug #816 (Weird quotation with spaces)
8898
8899 2005-09-27 [colin]      1.9.14cvs56
8900
8901         * src/codeconv.c
8902         * src/compose.c
8903         * src/compose.h
8904                 Put subject in compose's title
8905                 Fix Automatic encoding so that it's really automatic:
8906                 first try default locale's charset, then charset of the replied mail, 
8907                 then utf-8
8908                 Fix encoding of headers (must be in strict mode too)
8909
8910 2005-09-26 [colin]      1.9.14cvs55
8911
8912         * src/gtk/gtkaspell.c
8913                 Fix previous patch - don't color the space,
8914                 just uncolor it :)
8915
8916 2005-09-26 [colin]      1.9.14cvs54
8917
8918         * src/gtk/gtkaspell.c
8919                 Unmark space if possible
8920
8921 2005-09-26 [colin]      1.9.14cvs53
8922
8923         * src/imap.c
8924                 log_error instead of alertpanel according to the pref
8925         * src/etpan/imap-thread.c
8926                 Print connect status, copy only necessary size to 
8927                 logger
8928         * src/plugins/pgpmime/pgpmime.c
8929                 Handle S/Mime signatures (verification only). Patch based
8930                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8931
8932 2005-09-26 [paul]       1.9.14cvs52
8933
8934         * src/common/passcrypt.c
8935                 this 'workaround' not necessary on NetBSD.
8936                 Thanks to Daniel Gustafson
8937
8938 2005-09-26 [paul]
8939
8940         1.9.15-rc4 released
8941
8942 2005-09-26 [paul]       1.9.14cvs51
8943
8944         * src/summaryview.c
8945                 Skip currently selected message when
8946                 looking for next new or unread message
8947                 in current folder. Patch by Colin
8948         * src/common/passcrypt.c
8949                 eliminate warnings on *BSD. Patch by
8950                 Daniel Gustafson
8951
8952 2005-09-26 [colin]      1.9.14cvs50
8953
8954         * src/procmsg.c
8955                 Call postfiltering hook anyway
8956
8957 2005-09-22 [colin]      1.9.14cvs49
8958
8959         * src/codeconv.c
8960         * src/codeconv.h
8961                 Add a strict mode that doesn't replace with _
8962         * src/compose.c
8963         * src/compose.h
8964                 Use strict conversion while sending
8965                 Fix race when drafting while sending (happens
8966                 on IMAP)
8967                 Fix d'n'd of messages from summaryview
8968         * src/prefs_common.c
8969         * src/prefs_common.h
8970                 add hidden utf8_instead_of_locale_for_broken_mail 
8971                 pref for people that preferred the default charset 
8972                 to be utf8 for broken mails
8973         * src/quote_fmt_parse.y
8974                 fix bug #815 (No quote insert if "From:" fied 
8975                 contained Russian letters)
8976         * src/summaryview.c
8977                 Fix d'n'd of messages to compose
8978
8979 2005-09-22 [paul]       1.9.14cvs48
8980
8981         * src/compose.c
8982                 fix bug where attachments Name entry
8983                 would display Path instead
8984
8985 2005-09-21 [paul]       1.9.14cvs47
8986
8987         * README
8988         * README.jp
8989         * configure.ac
8990         * config/config.rpath
8991         * doc/manual/en/sylpheed-20.html
8992         * doc/manual/es/sylpheed-20.html
8993         * po/bg.po
8994         * po/ca.po
8995         * po/de.po
8996         * po/es.po
8997         * po/fr.po
8998         * po/it.po
8999         * po/pt_BR.po
9000         * po/sk.po
9001         * po/zh_TW.po
9002         * src/account.c
9003         * src/account.h
9004         * src/action.c
9005         * src/action.h
9006         * src/adbookbase.h
9007         * src/addr_compl.c
9008         * src/addr_compl.h
9009         * src/addrbook.c
9010         * src/addrbook.h
9011         * src/addrcache.c
9012         * src/addrcache.h
9013         * src/addrcindex.c
9014         * src/addrcindex.h
9015         * src/addrclip.c
9016         * src/addrclip.h
9017         * src/addrdefs.h
9018         * src/addressadd.c
9019         * src/addressadd.h
9020         * src/addressbook.c
9021         * src/addressbook.h
9022         * src/addressitem.h
9023         * src/addrgather.c
9024         * src/addrgather.h
9025         * src/addrharvest.c
9026         * src/addrharvest.h
9027         * src/addrindex.c
9028         * src/addrindex.h
9029         * src/addritem.c
9030         * src/addritem.h
9031         * src/addrquery.c
9032         * src/addrquery.h
9033         * src/addrselect.c
9034         * src/addrselect.h
9035         * src/alertpanel.c
9036         * src/alertpanel.h
9037         * src/browseldap.c
9038         * src/browseldap.h
9039         * src/codeconv.c
9040         * src/codeconv.h
9041         * src/compose.c
9042         * src/compose.h
9043         * src/crash.c
9044         * src/crash.h
9045         * src/customheader.c
9046         * src/customheader.h
9047         * src/displayheader.c
9048         * src/displayheader.h
9049         * src/editaddress.c
9050         * src/editaddress.h
9051         * src/editbook.c
9052         * src/editbook.h
9053         * src/editgroup.c
9054         * src/editgroup.h
9055         * src/editjpilot.c
9056         * src/editjpilot.h
9057         * src/editldap.c
9058         * src/editldap.h
9059         * src/editldap_basedn.c
9060         * src/editldap_basedn.h
9061         * src/editvcard.c
9062         * src/editvcard.h
9063         * src/enriched.c
9064         * src/enriched.h
9065         * src/exphtmldlg.c
9066         * src/exphtmldlg.h
9067         * src/expldifdlg.c
9068         * src/expldifdlg.h
9069         * src/export.c
9070         * src/export.h
9071         * src/exporthtml.c
9072         * src/exporthtml.h
9073         * src/exportldif.c
9074         * src/exportldif.h
9075         * src/filtering.c
9076         * src/filtering.h
9077         * src/folder.c
9078         * src/folder.h
9079         * src/folder_item_prefs.c
9080         * src/folder_item_prefs.h
9081         * src/foldersel.c
9082         * src/foldersel.h
9083         * src/folderutils.c
9084         * src/folderutils.h
9085         * src/folderview.c
9086         * src/folderview.h
9087         * src/grouplistdialog.c
9088         * src/grouplistdialog.h
9089         * src/headerview.c
9090         * src/headerview.h
9091         * src/html.c
9092         * src/html.h
9093         * src/image_viewer.c
9094         * src/image_viewer.h
9095         * src/imap.c
9096         * src/imap.h
9097         * src/imap_gtk.c
9098         * src/imap_gtk.h
9099         * src/import.c
9100         * src/import.h
9101         * src/importldif.c
9102         * src/importldif.h
9103         * src/importmutt.c
9104         * src/importmutt.h
9105         * src/importpine.c
9106         * src/importpine.h
9107         * src/inc.c
9108         * src/inc.h
9109         * src/jpilot.c
9110         * src/jpilot.h
9111         * src/ldapctrl.c
9112         * src/ldapctrl.h
9113         * src/ldaplocate.c
9114         * src/ldaplocate.h
9115         * src/ldapquery.c
9116         * src/ldapquery.h
9117         * src/ldapserver.c
9118         * src/ldapserver.h
9119         * src/ldaputil.c
9120         * src/ldaputil.h
9121         * src/ldif.c
9122         * src/ldif.h
9123         * src/localfolder.c
9124         * src/localfolder.h
9125         * src/main.c
9126         * src/main.h
9127         * src/mainwindow.c
9128         * src/mainwindow.h
9129         * src/manual.c
9130         * src/manual.h
9131         * src/matcher.c
9132         * src/matcher.h
9133         * src/matcher_parser.h
9134         * src/matcher_parser_lex.l
9135         * src/matcher_parser_parse.y
9136         * src/mbox.c
9137         * src/mbox.h
9138         * src/message_search.c
9139         * src/message_search.h
9140         * src/messageview.c
9141         * src/messageview.h
9142         * src/mh.c
9143         * src/mh.h
9144         * src/mh_gtk.c
9145         * src/mh_gtk.h
9146         * src/mimeview.c
9147         * src/mimeview.h
9148         * src/msgcache.c
9149         * src/msgcache.h
9150         * src/mutt.c
9151         * src/mutt.h
9152         * src/news.c
9153         * src/news.h
9154         * src/news_gtk.c
9155         * src/news_gtk.h
9156         * src/noticeview.c
9157         * src/noticeview.h
9158         * src/partial_download.c
9159         * src/partial_download.h
9160         * src/pine.c
9161         * src/pine.h
9162         * src/pop.c
9163         * src/pop.h
9164         * src/prefs_account.c
9165         * src/prefs_account.h
9166         * src/prefs_actions.c
9167         * src/prefs_actions.h
9168         * src/prefs_common.c
9169         * src/prefs_common.h
9170         * src/prefs_compose_writing.c
9171         * src/prefs_compose_writing.h
9172         * src/prefs_customheader.c
9173         * src/prefs_customheader.h
9174         * src/prefs_display_header.c
9175         * src/prefs_display_header.h
9176         * src/prefs_ext_prog.c
9177         * src/prefs_ext_prog.h
9178         * src/prefs_filtering.c
9179         * src/prefs_filtering.h
9180         * src/prefs_filtering_action.c
9181         * src/prefs_filtering_action.h
9182         * src/prefs_folder_column.c
9183         * src/prefs_folder_column.h
9184         * src/prefs_folder_item.c
9185         * src/prefs_folder_item.h
9186         * src/prefs_fonts.c
9187         * src/prefs_fonts.h
9188         * src/prefs_gtk.c
9189         * src/prefs_gtk.h
9190         * src/prefs_image_viewer.c
9191         * src/prefs_image_viewer.h
9192         * src/prefs_matcher.c
9193         * src/prefs_matcher.h
9194         * src/prefs_message.c
9195         * src/prefs_message.h
9196         * src/prefs_msg_colors.c
9197         * src/prefs_msg_colors.h
9198         * src/prefs_other.c
9199         * src/prefs_other.h
9200         * src/prefs_quote.c
9201         * src/prefs_quote.h
9202         * src/prefs_receive.c
9203         * src/prefs_receive.h
9204         * src/prefs_send.c
9205         * src/prefs_send.h
9206         * src/prefs_spelling.c
9207         * src/prefs_spelling.h
9208         * src/prefs_summaries.c
9209         * src/prefs_summaries.h
9210         * src/prefs_summary_column.c
9211         * src/prefs_summary_column.h
9212         * src/prefs_template.c
9213         * src/prefs_template.h
9214         * src/prefs_themes.c
9215         * src/prefs_themes.h
9216         * src/prefs_toolbar.c
9217         * src/prefs_toolbar.h
9218         * src/prefs_wrapping.c
9219         * src/prefs_wrapping.h
9220         * src/privacy.c
9221         * src/privacy.h
9222         * src/procheader.c
9223         * src/procheader.h
9224         * src/procmime.c
9225         * src/procmime.h
9226         * src/procmsg.c
9227         * src/procmsg.h
9228         * src/quote_fmt.c
9229         * src/quote_fmt_parse.y
9230         * src/recv.c
9231         * src/recv.h
9232         * src/remotefolder.c
9233         * src/remotefolder.h
9234         * src/send_message.c
9235         * src/send_message.h
9236         * src/setup.c
9237         * src/setup.h
9238         * src/simple-gettext.c
9239         * src/sourcewindow.c
9240         * src/sourcewindow.h
9241         * src/ssl_manager.c
9242         * src/ssl_manager.h
9243         * src/statusbar.c
9244         * src/statusbar.h
9245         * src/stock_pixmap.c
9246         * src/stock_pixmap.h
9247         * src/summary_search.c
9248         * src/summary_search.h
9249         * src/summaryview.c
9250         * src/summaryview.h
9251         * src/syldap.c
9252         * src/syldap.h
9253         * src/textview.c
9254         * src/textview.h
9255         * src/toolbar.c
9256         * src/toolbar.h
9257         * src/undo.c
9258         * src/undo.h
9259         * src/unmime.c
9260         * src/unmime.h
9261         * src/vcard.c
9262         * src/vcard.h
9263         * src/wizard.c
9264         * src/wizard.h
9265         * src/common/base64.c
9266         * src/common/base64.h
9267         * src/common/defs.h
9268         * src/common/hooks.c
9269         * src/common/hooks.h
9270         * src/common/log.c
9271         * src/common/log.h
9272         * src/common/md5.c
9273         * src/common/md5.h
9274         * src/common/mgutils.c
9275         * src/common/mgutils.h
9276         * src/common/nntp.c
9277         * src/common/nntp.h
9278         * src/common/passcrypt.c
9279         * src/common/passcrypt.h.in
9280         * src/common/plugin.c
9281         * src/common/plugin.h
9282         * src/common/prefs.c
9283         * src/common/prefs.h
9284         * src/common/progressindicator.c
9285         * src/common/progressindicator.h
9286         * src/common/quoted-printable.c
9287         * src/common/quoted-printable.h
9288         * src/common/session.c
9289         * src/common/session.h
9290         * src/common/smtp.c
9291         * src/common/smtp.h
9292         * src/common/socket.c
9293         * src/common/socket.h
9294         * src/common/ssl.c
9295         * src/common/ssl.h
9296         * src/common/ssl_certificate.c
9297         * src/common/ssl_certificate.h
9298         * src/common/string_match.c
9299         * src/common/string_match.h
9300         * src/common/stringtable.c
9301         * src/common/sylpheed.c
9302         * src/common/sylpheed.h
9303         * src/common/template.c
9304         * src/common/template.h
9305         * src/common/timing.h
9306         * src/common/utils.c
9307         * src/common/utils.h
9308         * src/common/uuencode.c
9309         * src/common/uuencode.h
9310         * src/common/version.h.in
9311         * src/common/xml.c
9312         * src/common/xml.h
9313         * src/common/xmlprops.c
9314         * src/common/xmlprops.h
9315         * src/gtk/about.c
9316         * src/gtk/about.h
9317         * src/gtk/colorlabel.c
9318         * src/gtk/colorlabel.h
9319         * src/gtk/colorsel.c
9320         * src/gtk/colorsel.h
9321         * src/gtk/description_window.c
9322         * src/gtk/description_window.h
9323         * src/gtk/filesel.c
9324         * src/gtk/filesel.h
9325         * src/gtk/foldersort.c
9326         * src/gtk/foldersort.h
9327         * src/gtk/gtkutils.c
9328         * src/gtk/gtkutils.h
9329         * src/gtk/inputdialog.c
9330         * src/gtk/inputdialog.h
9331         * src/gtk/logwindow.c
9332         * src/gtk/logwindow.h
9333         * src/gtk/manage_window.c
9334         * src/gtk/manage_window.h
9335         * src/gtk/menu.c
9336         * src/gtk/menu.h
9337         * src/gtk/pluginwindow.c
9338         * src/gtk/pluginwindow.h
9339         * src/gtk/prefswindow.c
9340         * src/gtk/prefswindow.h
9341         * src/gtk/progressdialog.c
9342         * src/gtk/progressdialog.h
9343         * src/gtk/quicksearch.c
9344         * src/gtk/quicksearch.h
9345         * src/gtk/sslcertwindow.c
9346         * src/gtk/sslcertwindow.h
9347         * src/plugins/clamav/clamav_plugin.c
9348         * src/plugins/clamav/clamav_plugin.h
9349         * src/plugins/clamav/clamav_plugin_gtk.c
9350         * src/plugins/demo/demo.c
9351         * src/plugins/dillo_viewer/dillo_prefs.c
9352         * src/plugins/dillo_viewer/dillo_prefs.h
9353         * src/plugins/dillo_viewer/dillo_viewer.c
9354         * src/plugins/mathml_viewer/mathml_viewer.c
9355         * src/plugins/pgpcore/passphrase.c
9356         * src/plugins/pgpcore/passphrase.h
9357         * src/plugins/pgpcore/plugin.c
9358         * src/plugins/pgpcore/prefs_gpg.c
9359         * src/plugins/pgpcore/prefs_gpg.h
9360         * src/plugins/pgpcore/select-keys.c
9361         * src/plugins/pgpcore/select-keys.h
9362         * src/plugins/pgpcore/sgpgme.c
9363         * src/plugins/pgpcore/sgpgme.h
9364         * src/plugins/pgpinline/pgpinline.c
9365         * src/plugins/pgpinline/pgpinline.h
9366         * src/plugins/pgpinline/plugin.c
9367         * src/plugins/pgpmime/pgpmime.c
9368         * src/plugins/pgpmime/pgpmime.h
9369         * src/plugins/pgpmime/plugin.c
9370         * src/plugins/spamassassin/spamassassin.c
9371         * src/plugins/spamassassin/spamassassin.h
9372         * src/plugins/spamassassin/spamassassin_gtk.c
9373         * src/plugins/trayicon/trayicon.c
9374         * tools/OOo2sylpheed.pl
9375         * tools/acroread2sylpheed.pl
9376         * tools/asus_mailled.sh
9377         * tools/filter_conv.pl
9378         * tools/freshmeat_search.pl
9379         * tools/google_search.pl
9380         * tools/kmail2sylpheed.pl
9381         * tools/kmail2sylpheed_v2.pl
9382         * tools/maildir2sylpheed.pl
9383         * tools/multiwebsearch.pl
9384         * tools/newscache_clean.pl
9385         * tools/outlook2sylpheed.pl
9386         * tools/sylpheed-switcher
9387         * tools/update-po
9388         * tools/vcard2xml.py
9389         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9390                 update FSF address
9391
9392 2005-09-21 [colin]      1.9.14cvs46
9393
9394         * src/gedit-print.c
9395         * src/procmsg.c
9396         * src/procmsg.h
9397         * src/textview.c
9398         * src/summaryview.c
9399                 Remove some printing hacks (deselection/reselection),
9400                 which by the way fix printing the currently 
9401                 displayed mime part (still only text)
9402                 Plus a little optimisation of summary_show
9403
9404
9405 2005-09-20 [colin]      1.9.14cvs45
9406
9407         * src/mainwindow.c
9408         * src/messageview.c
9409                 GUI fixups: add accels, set message
9410                 view title to displayed mail's subject
9411         * src/prefs_spelling.c
9412         * src/gtk/gtkaspell.c
9413                 GUI fixups: allow underlining misspelled
9414                 words instead of coloring them (a11y!)
9415
9416 2005-09-19 [colin]
9417
9418         1.9.15rc3 released
9419
9420 2005-09-19 [colin]      1.9.14cvs44
9421
9422         * src/compose.c
9423                 Fix draft message
9424         * src/gtk/gtkaspell.c
9425                 Fix wrong test ;-)
9426
9427 2005-09-19 [colin]      1.9.14cvs43
9428
9429         * src/addressbook.c
9430                 Fix sensitivity of Delete button
9431         * src/compose.c
9432                 Warn if the requested Privacy system
9433                 is not available
9434         * src/exphtmldlg.c
9435         * src/expldifdlg.c
9436         * src/importldif.c
9437         * src/importmutt.c
9438         * src/importpine.c
9439                 Fix crappy UI
9440         * src/
9441         * src/ssl.h
9442         * src/prefs_account.h
9443         * src/prefs_account.c
9444                 Save SSL prefs even in builds that have
9445                 SSL support disable
9446         * src/imap.c
9447         * src/inc.c
9448         * src/news.c
9449         * src/send_message.c
9450                 Warn if connection should be secure, but
9451                 SSL support isn't compiled in
9452         * src/gtkaspell.c
9453                 Fix word separation on UTF-8 systems
9454                 Fixes bug #812 (Strange inline spellchecking)
9455         * src/compose.c
9456                 Warn if the requested Privacy system
9457                 is not available
9458                 Factorize offline warning
9459         * src/imap.c
9460         * src/imap_gtk.c
9461         * src/imap_gtk.h
9462         * src/inc.h
9463         * src/news_gtk.c
9464         * src/news_gtk.h
9465         * src/messageview.c
9466                 Factorize offline warning
9467
9468 2005-09-19 [paul]
9469
9470         1.9.15-rc2 released
9471
9472 2005-09-18 [colin]      1.9.14cvs42
9473
9474         * src/codeconv.c
9475         * src/codeconv.h
9476         * src/procmime.c
9477                 Add a way to get locale's charset ignoring utf-8,
9478                 and use that as default encoding for broken mails
9479
9480 2005-09-18 [colin]      1.9.14cvs41
9481
9482         * src/gtk/logwindow.c
9483                 Translate string. Patch by Fabien Vantard
9484
9485 2005-09-18 [colin]      1.9.14cvs40
9486
9487         * configure.ac
9488                 Fix bug #803 (IMAP/SSL support breaks with 
9489                 GnuTLS libetpan 0.38)
9490
9491 2005-09-18 [colin]      1.9.14cvs39
9492
9493         * src/codeconv.c
9494         * src/compose.c
9495         * src/procmime.c
9496                 More charsets fixes. Fixes bug #806 (non
9497                 ascii characters in subject line)
9498
9499 2005-09-17 [paul]       1.9.14cvs38
9500
9501         * src/folderview.c
9502         * src/mainwindow.c
9503                 fix gcc-2.95 issues
9504                 Patch by Pawel Pekala
9505
9506 2005-09-17 [colin]      1.9.14cvs37
9507
9508         * src/addrindex.c
9509                 bugfix for NO-USE LDAP compilation, patch 
9510                 by Fabien Vantard
9511
9512 2005-09-17 [colin]      1.9.14cvs36
9513
9514         * src/prefs_actions.c
9515         * src/prefs_customheader.c
9516         * src/prefs_display_header.c
9517         * src/prefs_filtering_action.c
9518         * src/prefs_matcher.c
9519         * src/prefs_toolbar.c
9520                 Fix strange casts (less elegant but
9521                 works better)
9522
9523 2005-09-16 [colin]      1.9.14cvs35
9524
9525         * src/jpilot.c
9526                 Missed that one
9527
9528 2005-09-16 [colin]      1.9.14cvs34
9529
9530         * configure.ac
9531         * src/Makefile.am
9532         * src/addr_compl.c
9533         * src/addrindex.c
9534         * src/browseldap.c
9535         * src/editldap.c
9536         * src/ldaplocate.c
9537         * src/ldapquery.c
9538         * src/ldapquery.h
9539         * src/ldapserver.c
9540         * src/ldapserver.h
9541         * src/main.c
9542         * src/matcher_parser_parse.y
9543         * src/prefs_themes.c
9544         * src/etpan/Makefile.am
9545         * src/gtk/description_window.c
9546         * src/plugins/clamav/Makefile.am
9547         * src/plugins/clamav/clamav_plugin.c
9548         * src/plugins/dillo_viewer/Makefile.am
9549         * src/plugins/pgpcore/Makefile.am
9550         * src/plugins/pgpinline/Makefile.am
9551         * src/plugins/pgpmime/Makefile.am
9552         * src/plugins/trayicon/Makefile.am
9553                 Fix 100% cpu usage in address completion list
9554                 Fix little bugs (return with no values etc)
9555                 Fix all warnings (with common CFLAGS)
9556
9557 2005-09-15 [colin]      1.9.14cvs33
9558
9559         * src/addressbook.c
9560                 Fix bug where sometimes a group's email list is empty,
9561                 force its refresh (probably fixes "Re: how to create a 
9562                 distribution list")
9563         * src/ldapquery.c
9564                 Don't return to the callback in the main thread from the
9565                 fetch thread (or face segs!)
9566
9567 2005-09-15 [paul]       1.9.14cvs32
9568
9569         * src/prefs_matcher.c
9570                 forgotten in last commit
9571
9572 2005-09-15 [paul]       1.9.14cvs31
9573
9574         * src/prefs_actions.c
9575         * src/prefs_filtering_action.c
9576         * src/prefs_quote.c
9577         * src/quote_fmt.c
9578         * src/summaryview.c
9579         * src/gtk/description_window.c
9580         * src/gtk/description_window.h
9581         * src/gtk/quicksearch.c
9582                 allow interaction with the called
9583                 description window
9584                 Patch by Anders Hammar
9585
9586 2005-09-14 [paul]       1.9.14cvs30
9587
9588         * src/compose.c
9589                 fix a little annoyance when pasting with 3rd button 
9590                 with wrap_pastes=0 and wrap_input=1
9591                 Patch by Colin
9592
9593 2005-09-14 [paul]       1.9.14cvs29
9594
9595         * src/prefs_account.c
9596                 disable 'Filter messages on receiving' for
9597                 SMTP-only accounts
9598                 Patch  by Anders Hammar
9599
9600 2005-09-14 [paul]       1.9.14cvs28
9601
9602         * po/sk.po
9603                 fix crash
9604                 updated by Andrej Kacian
9605
9606 2005-09-14 [paul]
9607
9608         1.9.15-rc1 released
9609
9610 2005-09-14 [paul]       1.9.14cvs27
9611
9612         * po/es.po
9613                 updated by Ricardo Mones Lastra
9614         * src/compose.c
9615         * src/compose.h
9616                 associate no_wrap_tags to Compose windows
9617                 instead of using a static one
9618                 Patch by Colin
9619         * src/mbox.c
9620                 fix proc_mbox()
9621                 Patch by wwp
9622         * src/textview.c
9623                 remove unneeded printf()
9624
9625 2005-09-14 [paul]       1.9.14cvs26
9626
9627         * src/addrcache.c
9628         * src/codeconv.h
9629         * src/folder.h
9630         * src/mainwindow.h
9631         * src/mh.c
9632         * src/mimeview.h
9633         * src/partial_download.c
9634         * src/pop.c
9635         * src/prefs_account.c
9636         * src/prefs_account.h
9637         * src/prefs_actions.c
9638         * src/prefs_customheader.c
9639         * src/prefs_display_header.c
9640         * src/prefs_filtering_action.c
9641         * src/prefs_matcher.c
9642         * src/prefs_toolbar.c
9643         * src/privacy.h
9644         * src/procmime.c
9645         * src/procmime.h
9646         * src/procmsg.h
9647         * src/textview.c
9648         * src/undo.h
9649         * src/common/plugin.c
9650         * src/common/session.h
9651         * src/common/socket.c
9652         * src/common/socket.h
9653         * src/common/template.c
9654         * src/gtk/gtkaspell.c
9655         * src/gtk/quicksearch.h
9656         * src/plugins/pgpcore/passphrase.c
9657         * src/plugins/pgpcore/prefs_gpg.h
9658         * src/plugins/pgpcore/select-keys.c
9659         * src/plugins/pgpcore/select-keys.h
9660         * src/plugins/pgpcore/sgpgme.c
9661         * src/plugins/pgpinline/pgpinline.c
9662         * src/plugins/pgpmime/pgpmime.c
9663         * src/plugins/trayicon/trayicon.c
9664                 fix compilation warnings
9665                 Patch by Daniel Gustafson
9666
9667 2005-09-14 [paul]       1.9.14cvs25
9668
9669         * src/addressbook.c
9670                 add missing column header, and other small
9671                 bug fixes
9672                 Patch by Anders Hammar
9673
9674 2005-09-13 [colin]      1.9.14cvs24
9675
9676         * src/gtk/gtkaspell.c
9677                 Fix non-utf8 in menu
9678                 Fix little leaks
9679                 Nullify struct members after free()s
9680
9681 2005-09-13 [colin]      1.9.14cvs23
9682
9683         * src/compose.c
9684                 Test utf8 compliance before inserting to 
9685                 buffer, and try to convert if necessary
9686         * src/procmime.c
9687                 If no charset is present, use the locale 
9688                 one instead of us-ascii
9689         * src/procmsg.c
9690                 Add Sender, List-Post and To in the checked 
9691                 headers for automatic rules creation 
9692                 (thanks to wwp)
9693         * src/prefs_themes.c
9694         * src/gtk/gtkaspell.c
9695                 Remove deprecated functions. 
9696                 patch by Daniel Gustafson
9697
9698 2005-09-12 [colin]      1.9.14cvs22
9699
9700         * src/compose.c
9701                 Fix bug #448 (Scrolling/Redraw issue with 
9702                 address-fields in Header)
9703         * src/mainwindow.c
9704         * src/summaryview.c
9705         * src/summaryview.h
9706                 Fix loss of MSG_MARKED on move/copy
9707                 Fix bug #804 (Quicksearch togglebutton doesn't 
9708                 get depressed after '/' key is pressed)
9709
9710 2005-09-12 [paul]       1.9.14cvs21
9711
9712         * AUTHORS
9713         * src/gtk/logwindow.c
9714                 add 'Clear Log' to popup menu
9715                 Patch by Anders Hammar <anders.hammar@telia.com>
9716
9717 2005-09-12 [paul]       1.9.14cvs20
9718
9719         * src/compose.c
9720                 set correct sensitivity on attachments
9721                 popup menu
9722         * src/folder.c
9723                 fix typo
9724         * src/prefs_spelling.c
9725                 fix crash when no LANG env is set
9726         * src/common/xml.c
9727                 fix crash in wizard
9728                 don't use memeory after free
9729
9730         All patches by Daniel Gustafson
9731
9732 2005-09-12 [paul]       1.9.14cvs19
9733
9734         * src/prefs_themes.c
9735                 make theme info selectable
9736         * src/gtk/description_window.c
9737                 make window non-modal
9738         * tools/README
9739                 add details of asus_mailed.sh
9740         * tools/claws.i18n.status.pl
9741                 update for new zh_TW translator
9742                 widen the output
9743                 create alternate coloured lines
9744                 improve readability
9745
9746 2005-09-10 [colin]      1.9.14cvs18
9747
9748         * src/plugins/pgpcore/select-keys.c
9749                 Better order for the buttons
9750
9751 2005-09-10 [colin]      1.9.14cvs17
9752
9753         * src/compose.c
9754         * src/plugins/pgpcore/select-keys.c
9755         * src/plugins/pgpcore/select-keys.h
9756         * src/plugins/pgpcore/sgpgme.c
9757                 Add a "Don't encrypt" button to the key
9758                 selection dialog. Fixes bug #177 (There should be a 
9759                 'Don't encrypt button in the Select Keys dialog)
9760
9761 2005-09-10 [colin]      1.9.14cvs16
9762
9763         * src/compose.c
9764                 Fix bug #572 (%X option does not work with templates)
9765
9766 2005-09-10 [colin]      1.9.14cvs15
9767
9768         * src/toolbar.c 
9769                 Remove g_print
9770
9771 2005-09-10 [colin]      1.9.14cvs14
9772
9773         * src/imap.c
9774                 Fix a possible crash
9775
9776 2005-09-09 [colin]      1.9.14cvs13
9777
9778         * src/imap.c
9779         * src/etpan/imap-thread.c
9780         * src/etpan/imap-thread.h
9781                 Fix moving from queue or drafts to normal folders
9782                 Fix bug #794 (No way to delete without expunging)
9783                 Take flags unset by other mailers into account
9784                 Take deleted flag set by other mailers into account
9785                 Fix unsetting REPLIED flag
9786                 Fix crash when capabilities can't be retrieved
9787         * src/mainwindow.c
9788         * src/mainwindow.h
9789                 Add M_DELAYED_FLAGS condition, and let the user use
9790                 Execute in order to be able to expunge deleted mails,
9791                 even if he's not in delayed execute mode
9792         * src/prefs_spelling.c
9793                 Use 'en' dictionary by default if LANG is POSIX or C
9794         * src/gtk/prefswindow.c
9795                 Fix bug #767 (Preferences windows expanding) by making
9796                 the window a bit larger when the resolution is greater
9797                 than 640x480, and by putting the prefs in a
9798                 GtkScrolledWindow.
9799
9800 2005-09-09 [paul]       1.9.14cvs12
9801
9802         * AUTHORS
9803         * configure.ac
9804         * po/zh_TW.Big5.po      ** REMOVED **
9805         * po/zh_TW.po           ** ADDED **
9806                 updated by Wei-Lun Chao
9807
9808 2005-09-09 [paul]       1.9.14cvs11
9809
9810         * src/mainwindow.c
9811                 fix asserts
9812         * src/common/xml.c
9813                 delay memory allocation until file is
9814                 opened successfully
9815                 Patch by Daniel Gustafson
9816
9817 2005-09-09 [colin]      1.9.14cvs10
9818
9819         * src/imap.c
9820                 Add guards
9821
9822 2005-09-08 [colin]      1.9.14cvs9
9823
9824         * src/compose.c
9825                 Alert when we can't save draft
9826                 Fix various wrap/color issues
9827                 Add mid-click pasting respecting wrap_paste option
9828         * src/folder.c
9829         * src/folder.h
9830         * src/folder_item_prefs.c
9831         * src/folder_item_prefs.h
9832         * src/imap.c
9833         * src/imap_gtk.c
9834         * src/imap_gtk.h
9835         * src/main.c
9836         * src/mainwindow.c
9837         * src/mainwindow.h
9838         * src/news.c
9839         * src/news_gtk.c
9840         * src/news_gtk.h
9841         * src/prefs_folder_item.c
9842                 Fix the impossibility to synchronise folders for
9843                 offline use (IMAP and NNTP are concerned)
9844
9845 2005-09-08 [colin]      1.9.14cvs8
9846
9847         * configure.ac
9848                 Build LDAP and JPilot by default if available
9849         * src/textview.c
9850                 Fix use after free
9851
9852 2005-09-08 [paul]       1.9.14cvs7
9853
9854         * doc/manual/en/sylpheed-1.html
9855         * doc/manual/en/sylpheed-18.html
9856         * doc/manual/en/sylpheed-19.html
9857         * doc/manual/en/sylpheed-4.html
9858         * doc/manual/en/sylpheed-6.html
9859         * doc/manual/en/sylpheed.html
9860                 a few minor updates, plus include some
9861                 details about plugins and their requirements
9862         * src/mainwindow.c
9863                 minor changes to English in /View/Sort
9864
9865 2005-09-07 [colin]      1.9.14cvs6
9866
9867         * doc/manual/en/sylpheed-1.html
9868         * doc/manual/en/sylpheed-10.html
9869         * doc/manual/en/sylpheed-11.html
9870         * doc/manual/en/sylpheed-12.html
9871         * doc/manual/en/sylpheed-13.html
9872         * doc/manual/en/sylpheed-14.html
9873         * doc/manual/en/sylpheed-15.html
9874         * doc/manual/en/sylpheed-16.html
9875         * doc/manual/en/sylpheed-17.html
9876         * doc/manual/en/sylpheed-18.html
9877         * doc/manual/en/sylpheed-19.html
9878         * doc/manual/en/sylpheed-2.html
9879         * doc/manual/en/sylpheed-20.html
9880         * doc/manual/en/sylpheed-21.html
9881         * doc/manual/en/sylpheed-22.html
9882         * doc/manual/en/sylpheed-3.html
9883         * doc/manual/en/sylpheed-4.html
9884         * doc/manual/en/sylpheed-5.html
9885         * doc/manual/en/sylpheed-6.html
9886         * doc/manual/en/sylpheed-7.html
9887         * doc/manual/en/sylpheed-8.html
9888         * doc/manual/en/sylpheed-9.html
9889         * doc/manual/en/sylpheed.html
9890                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9891
9892 2005-09-07 [colin]      1.9.14cvs5
9893
9894         * src/mainwindow.c
9895                 Make labels more to-the-point
9896
9897 2005-09-07 [colin]      1.9.14cvs4
9898
9899         * doc/manual/en/sylpheed-1.html
9900         * doc/manual/en/sylpheed-12.html
9901         * doc/manual/en/sylpheed-13.html
9902         * doc/manual/en/sylpheed-14.html
9903         * doc/manual/en/sylpheed-15.html
9904         * doc/manual/en/sylpheed-16.html
9905         * doc/manual/en/sylpheed-17.html
9906         * doc/manual/en/sylpheed-18.html
9907         * doc/manual/en/sylpheed-19.html
9908         * doc/manual/en/sylpheed-2.html
9909         * doc/manual/en/sylpheed-20.html
9910         * doc/manual/en/sylpheed-21.html
9911         * doc/manual/en/sylpheed-22.html
9912         * doc/manual/en/sylpheed-4.html
9913         * doc/manual/en/sylpheed-5.html
9914         * doc/manual/en/sylpheed-6.html
9915         * doc/manual/en/sylpheed-7.html
9916         * doc/manual/en/sylpheed-8.html
9917         * doc/manual/en/sylpheed-9.html
9918         * doc/manual/en/sylpheed.html
9919                 Update manual
9920
9921 2005-09-07 [colin]      1.9.14cvs3
9922
9923         * doc/faq/en/sylpheed-faq-1.html
9924         * doc/faq/en/sylpheed-faq-2.html
9925         * doc/faq/en/sylpheed-faq-3.html
9926         * doc/faq/en/sylpheed-faq.html
9927                 Update FAQ
9928
9929 2005-09-07 [colin]      1.9.14cvs2
9930
9931         * src/folderview.c
9932         * src/procmsg.c
9933         * src/summaryview.c
9934         * src/toolbar.c
9935                 Fix special subfolders:
9936                 - Inherit parent's icon
9937                 - sent contents of queues subfolders
9938                 - empty subfolders of trashes
9939         * src/mainwindow.c
9940                 Remove outdated manual and faq entries
9941         * src/common/utils.c
9942                 Add quotes around %s coming from mailcap
9943
9944 2005-09-07 [colin]      1.9.14cvs1
9945
9946         * src/compose.c
9947                 After saving draft, set modified to FALSE
9948         * src/mimeview.c
9949         * src/common/utils.c
9950         * src/common/utils.h
9951                 Try to open mime parts using what is 
9952                 indicated in ~/.mailcap or /etc/mailcap,
9953                 if possible.
9954
9955 2005-09-05 [paul]       1.9.14
9956
9957         1.9.14 released
9958
9959         * po/sk.po
9960                 updated by Andrej Kacian
9961
9962 2005-09-05 [paul]       1.9.13cvs83
9963
9964         * po/de.po
9965         * po/es.po
9966         * po/fi.po
9967         * po/fr.po
9968         * po/nb.po
9969         * po/pt_BR.po
9970         * po/sr.po
9971                 updated translations by Thomas Gilgin, Ricardo Mones
9972                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9973                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9974
9975 2005-09-04 [paul]       1.9.13cvs82
9976
9977         * src/compose.c
9978                 only warn about exceeded line length limit
9979                 on send
9980
9981 2005-09-04 [paul]       1.9.13cvs81
9982
9983         * src/compose.c
9984                 fix crash in 'line length exceeded' dialogue
9985
9986 2005-09-02 [paul]       1.9.13cvs80
9987
9988         * src/imap.c
9989                 fix bug 795, 'Connection lost IMAP'
9990                 and add statusbar prints
9991                 Patch by Colin
9992
9993 2005-09-02 [paul]       1.9.13cvs79
9994
9995         * src/compose.c
9996                 compose_wrap_paragraph() becomes
9997                 compose_beautify_paragraph()
9998                 Patch by Colin
9999
10000 2005-09-02 [colin]      1.9.13cvs78
10001
10002         * src/folderview.c
10003                 Micro-fix
10004
10005 2005-09-01 [colin]      1.9.13cvs77
10006
10007         * src/imap.c
10008                 Maybe fix bug #795 (Connection lost IMAP)
10009                 Don't try to send logout when we're disconnected.
10010         * src/summaryview.c
10011                 Include locked and marked emails in HRM
10012                 view. Fixes bug #800 (Locked messages no longer 
10013                 show up when hide read messages is used)
10014
10015 2005-09-01 [paul]       1.9.13cvs76
10016
10017         * src/prefs_common.c
10018                 fix bad cutting
10019
10020 2005-08-31 [colin]      1.9.13cvs75
10021
10022         * src/folderview.c
10023         * src/folderview.h
10024         * src/prefs_summaries.c
10025         * src/summaryview.c
10026                 Fix "go to next new", fix preference
10027                 (Open unread/next swapped)
10028
10029 2005-08-31 [paul]       1.9.13cvs74
10030
10031         * src/compose.c
10032         * src/folderview.c
10033         * src/headerview.c
10034         * src/headerview.h
10035         * src/mainwindow.c
10036         * src/prefs_common.c
10037         * src/prefs_common.h
10038         * src/prefs_fonts.c
10039         * src/summaryview.c
10040         * src/textview.c
10041         * src/common/defs.h
10042                 remove obsolete BOLD_FONT setting
10043                 fix font update in headerview and textview
10044                 headers after prefs change
10045                 Patch By Colin
10046
10047 2005-08-31 [paul]
10048
10049         1.9.14-rc4 released
10050
10051 2005-08-30 [colin]      1.9.13cvs73
10052
10053         * src/summaryview.c
10054                 When Hide read messages is selected and we
10055                 refresh the summaryview, don't remove the 
10056                 currently displayed message. Fixes bug #797
10057                 (Summary view reloads when new mail is 
10058                 downloaded in 1.9.14 rc)
10059
10060 2005-08-30 [colin]      1.9.13cvs72
10061
10062         * src/folderview.c
10063                 Fix flickering
10064         * src/mainwindow.c
10065                 Remove useless callback
10066         * src/mimeview.c
10067         * src/gtk/filesel.c
10068         * src/gtk/filesel.h
10069                 Add a filesel_select_file_save_folder() - used by Save All
10070
10071 2005-08-29 [paul]       1.9.13cvs71
10072
10073         * AUTHORS
10074         * src/matcher_parser_parse.y
10075         * src/etpan/imap-thread.c
10076                 fix building on FreeBSD
10077                 Patch by Daniel Gustafson <daniel@hobbit.se>
10078
10079 2005-08-29 [paul]       1.9.13cvs70
10080
10081         * src/plugins/pgpinline/pgpinline.c
10082                 only initialise sig result if it's been handled
10083                 Patch by Colin
10084
10085 2005-08-29 [paul]       1.9.13cvs69
10086         
10087         Patches by Colin:
10088
10089         * src/imap.c
10090         * src/common.utils.c
10091         * src/common/utils.h
10092                 optimisation
10093         * src/stock_pixmap.h
10094                 fix wrong icon reference
10095         * src/pixmaps/trash_btn.xpm
10096                 replace with nicer image
10097
10098 2005-08-28 [colin]      1.9.13cvs68
10099
10100         * src/Makefile.am
10101         * src/stock_pixmap.c
10102         * src/stock_pixmap.h
10103         * src/toolbar.c
10104         * src/pixmaps/trash_btn.xpm
10105                 Add a specific trash xpm for the button
10106
10107 2005-08-28 [colin]      1.9.13cvs67
10108
10109         * src/imap.c
10110                 Fix leak
10111
10112 2005-08-27 [colin]      1.9.13cvs66
10113
10114         * src/imap.c
10115         * src/procmime.c
10116                 Correctly fix "Problem with replies", fixes
10117                 pgpmime encryption too. 
10118
10119 2005-08-27 [colin]      1.9.13cvs65
10120
10121         * src/folder.c
10122         * src/procmsg.c
10123         * src/procmsg.h
10124         * src/summaryview.c
10125                 Fix bug #517 (messages removed from summaryview 
10126                 when moving fails)
10127
10128 2005-08-27 [colin]      1.9.13cvs64
10129
10130         * tools/Makefile.am
10131         * tools/asus_mailled.sh
10132                 Add a script to blink ASUS laptops' mail LED where there
10133                 is unread mail.
10134
10135 2005-08-27 [colin]      1.9.13cvs63
10136
10137         * src/imap.c
10138         * src/etpan/imap-thread.c
10139         * src/etpan/imap-thread.h
10140                 Implement automatic choosing of login method
10141                 Fixes bug #791
10142         * src/gtk/.cvsignore
10143                 Add sylpheed-marshal.[ch]
10144
10145 2005-08-27 [colin]      1.9.13cvs62
10146
10147         * src/common/utils.c
10148                 Fix confusing perror
10149
10150 2005-08-27 [colin]      1.9.13cvs61
10151
10152         * src/toolbar.c
10153         * src/toolbar.h
10154                 Remove A_DELETE, replace it with 
10155                 A_TRASH and A_DELETE_REAL. Automatically
10156                 rewrite config files to replace A_DELETE
10157                 with A_TRASH (no functionality change).
10158                 Fixes half of #794
10159
10160 2005-08-26 [colin]      1.9.13cvs60
10161
10162         * src/procmime.c
10163                 Previous "Problem with replies" fix brought other
10164                 problems, fixing them
10165
10166 2005-08-26 [colin]      1.9.13cvs59
10167
10168         * src/procmime.c
10169                 Fix "Problem with replies". This happened only
10170                 on IMAP...
10171         * src/procmsg.c
10172                 Factorize code a bit
10173         * src/compose.c
10174                 Speed improvement on very long messages (wrapping)
10175                 Fix signature color on Reedit and Redirect
10176                 On Reedit, don't attach pgp-signatures parts, but
10177                 set signing to On.
10178
10179 2005-08-24 [paul]       1.9.13cvs58
10180
10181         * src/compose.c
10182                 don't claim success when clicking
10183                 Cancel on the passphrase box.
10184                 Patch by Colin
10185
10186 2005-08-24 [paul]       1.9.13cvs57
10187
10188         * src/main.c
10189                 fix misplaced sylpheed.log
10190         * src/common/defs.h
10191                 define UIDL_DIR
10192
10193 2005-08-24 [paul]       1.9.13cvs56
10194
10195         * src/imap.c
10196         * src/etpan/imap-thread.c
10197         * src/etpan/imap-thread.h
10198                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10199                 Patch by Colin
10200         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10201         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10202                 remove autogenerated files
10203         * tools/kdeservicemenu/README
10204         * tools/kdeservicemenu/install.sh
10205         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10206         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10207                 use Claws icon, use 'Sylpheed-Claws' in menu,
10208                 use kdialog, and other cleanups
10209
10210 2005-08-23 [paul]       1.9.13cvs55
10211
10212         * src/compose.c
10213                 fix paste/wrap crash
10214                 Patch by Colin
10215
10216 2005-08-23 [paul]       1.9.13cvs54
10217
10218         * src/main.c
10219                 fix crash recovery
10220                 Patch by Colin
10221
10222 2005-08-23 [paul]       1.9.13cvs53
10223
10224         * src/addressbook.c
10225         * src/editaddress.c
10226                 view all data of LDAP contacts
10227                 Patch by Colin
10228
10229 2005-08-23 [paul]       1.9.13cvs52
10230
10231         * src/addressbook.c
10232                 fix issues with the Search field
10233                 Patch by Colin
10234
10235 2005-08-22 [paul]       1.9.13cvs51
10236
10237         * src/folderview.c
10238                 put name of folder in processing dialog
10239                 title
10240         * src/prefs_folder_item.c
10241                 improve english usage
10242
10243 2005-08-22 [paul]       1.9.13cvs50
10244
10245         * src/filtering.c
10246         * src/filtering.h
10247         * src/matcher.c
10248         * src/matcher_parser_lex.l
10249         * src/matcher_parser_parse.y
10250         * src/prefs_filtering.c
10251                 add Filtering/Processing rule names feature.
10252                 (the incompatible old matcherrc is saved as
10253                 matcherrc.pre_names).
10254                 Patch by Colin
10255
10256 2005-08-22 [paul]       1.9.13cvs49
10257
10258         * src/procmsg.c
10259                 fix colour labelling
10260                 Patch by Colin
10261
10262 2005-08-22 [paul]       1.9.13cvs48
10263
10264         * src/textview.c
10265                 fix open_image_cb()
10266
10267 2005-08-22 [paul]       1.9.13cvs47
10268
10269         * src/imap.c
10270                 fix bug 789, 'SC crashes with imap (CVS ver)'
10271                 Patch by Colin
10272
10273 2005-08-22 [paul]       1.9.13cvs46
10274
10275         * src/mimeview.c
10276         * src/prefs_common.c
10277         * src/common/defs.h
10278                 define reused defaults in defs.h
10279         * src/textview.c
10280                 add 'Open image' to image popup menu
10281
10282 2005-08-21 [colin]      1.9.13cvs45
10283
10284         * src/summaryview.c
10285                 Fix bug #788 (Bogus "From" address displayed)
10286
10287 2005-08-20 [colin]      1.9.13cvs44
10288
10289         * src/folder.c
10290                 Fix buf #787 (multilevel delete causes SIGSEGV)
10291
10292 2005-08-19 [colin]      1.9.13cvs43
10293
10294         * src/inc.c
10295         * src/prefs_common.c
10296         * src/prefs_common.h
10297                 Add an hidden pref to allow modifying the
10298                 update stepping in incorporation.
10299                 Patch by wwp.
10300
10301 2005-08-19 [colin]      1.9.13cvs42
10302
10303         * src/compose.c
10304         * src/procmime.c
10305                 Workaround for broken MUAs: encode 
10306                 Content-type: name: as ASCII and 
10307                 Content-Disposition: filename: as
10308                 per rfc2231
10309         * src/prefs_account.c
10310                 Fix invisible-ness of SMTP SSL prefs
10311                 in NNTP accounts
10312
10313 2005-08-19 [paul]       1.9.13cvs41
10314
10315         * src/compose.c
10316         * src/prefs_common.c
10317         * src/prefs_common.h
10318         * src/prefs_wrapping.c
10319                 paste with or without wrapping.
10320                 patch by Colin
10321
10322 2005-08-19 [paul]       1.9.13cvs40
10323
10324         * src/prefs_common.c
10325         * src/prefs_common.h
10326         * src/summaryview.c
10327                 reintroduce enable_swap_from as a
10328                 hidden pref. patch by Colin
10329         * src/quote_fmt_parse.y
10330         * src/plugins/clamav/clamav_plugin.c
10331         * src/plugins/dillo_viewer/dillo_viewer.c
10332         * src/plugins/mathml_viewer/mathml_viewer.c
10333         * src/plugins/pgpcore/sgpgme.c
10334         * src/plugins/pgpinline/pgpinline.c
10335         * src/plugins/pgpmime/pgpmime.c
10336                 tidy up. patch by Colin
10337
10338 2005-08-19 [paul]       1.9.13cvs39
10339
10340         * configure.ac
10341                 complete cvs38's sync
10342         * src/editaddress.c
10343         * src/gedit-print.c
10344         * src/mutt.c
10345         * src/etpan/etpan-log.c
10346         * src/etpan/imap-thread.c
10347         * src/gtk/gtksourceprintjob.c
10348                 fix compilation warnings
10349                 (patch by Colin)
10350
10351 2005-08-19 [paul]       1.9.13cvs38
10352
10353         sync with main:
10354
10355         * src/account.c
10356         * src/action.c
10357         * src/addrbook.c
10358         * src/addrcache.c
10359         * src/addrharvest.c
10360         * src/addrindex.c
10361         * src/codeconv.c
10362         * src/compose.c
10363         * src/crash.c
10364         * src/exporthtml.c
10365         * src/exportldif.c
10366         * src/folder.c
10367         * src/image_viewer.c
10368         * src/inc.c
10369         * src/inc.h
10370         * src/jpilot.c
10371         * src/ldif.c
10372         * src/main.c
10373         * src/matcher.c
10374         * src/mbox.c
10375         * src/messageview.c
10376         * src/mh.c
10377         * src/mimeview.c
10378         * src/msgcache.c
10379         * src/mutt.c
10380         * src/news.c
10381         * src/partial_download.c
10382         * src/pine.c
10383         * src/pop.c
10384         * src/prefs_actions.c
10385         * src/prefs_common.c
10386         * src/prefs_customheader.c
10387         * src/prefs_display_header.c
10388         * src/prefs_gtk.c
10389         * src/prefs_themes.c
10390         * src/procheader.c
10391         * src/procmime.c
10392         * src/procmsg.c
10393         * src/recv.c
10394         * src/send_message.c
10395         * src/simple-gettext.c
10396         * src/sourcewindow.c
10397         * src/textview.c
10398         * src/vcard.c
10399         * src/common/defs.h
10400         * src/common/log.c
10401         * src/common/plugin.c
10402         * src/common/prefs.c
10403         * src/common/session.c
10404         * src/common/session.h
10405         * src/common/socket.c
10406         * src/common/socket.h
10407         * src/common/ssl_certificate.c
10408         * src/common/template.c
10409         * src/common/utils.c
10410         * src/common/utils.h
10411         * src/common/xml.c
10412         * src/gtk/about.c
10413         added wrappers for C library function that
10414                 take pathname arguments.
10415                 enabled compilation with MinGW.
10416                 use GDir instead of directly using opendir().
10417                 added rename_force().
10418
10419 2005-08-19 [paul]       1.9.13cvs37
10420         
10421         patches by Colin:
10422         * src/compose.c
10423                 fix privacy settings on re-editing
10424                 a sent message
10425         * src/jpilot.c
10426                 fix encoding bug
10427         * src/folder.c
10428         * src/procmsg.c
10429         * src/procmsg.h
10430         * src/summaryview.c
10431                 flag changing optimisation
10432
10433 2005-08-18 [martin]     1.9.13cvs36
10434
10435         * commitHelper
10436             added my login
10437         * src/addrcache.c
10438         * src/addrharvest.c
10439         * src/addrindex.c
10440         * src/compose.c
10441         * src/grouplistdialog.c
10442         * src/main.c
10443         * src/mainwindow.c
10444         * src/msgcache.c
10445         * src/mutt.c
10446         * src/pine.c
10447         * src/prefs_account.c
10448         * src/prefs_themes.c
10449         * src/stock_pixmap.c
10450         * src/summaryview.c
10451         * src/gtk/about.c
10452         * src/gtk/logwindow.c
10453             removed deprecated glib and gdk stuff
10454         * src/plugins/pgpcore/select-keys.c
10455             convert attributes from locale to utf8
10456
10457 2005-08-17 [paul]       1.9.13cvs35
10458
10459         * src/account.c
10460         * src/addressbook.c
10461                 use new GTK_STOCK_ icons if available
10462         * src/summaryview.c
10463         * src/gtk/gtksctree.c
10464         * src/gtk/gtksctree.h
10465                 faster range select. patch by Colin
10466
10467 2005-08-17 [paul]       1.9.13cvs34
10468
10469         patches by colin:
10470         * src/addressbook.c
10471         * src/addressitem.h
10472                 Add an edit button for contacts, fix selections
10473                 of gtksctree items
10474         * src/editaddress.c
10475                 Change labels, let Save be always possible in the
10476                 email and user atributes tabs
10477         * src/folderview.c
10478                 fix sort issues
10479         * src/summaryview.c
10480                 select next item instead of the displayed one
10481                 after deletion
10482
10483         * src/gtk/progressdialog.c
10484                 use prefs_common.enable_rules_hint
10485
10486 2005-08-13 [hoa]        1.9.13cvs33
10487
10488         * src/etpan/imap-thread.c
10489                 fixed build on Solaris.
10490
10491 2005-08-10 [colin]      1.9.13cvs32
10492
10493         * src/procmsg.c
10494                 Fix cvs31 (missing fclose before reading
10495                 the file)
10496
10497 2005-08-10 [colin]      1.9.13cvs31
10498
10499         * src/procmsg.c
10500                 Fix procmsg_msginfo_new_from_mimeinfo() when
10501                 the MimeInfo isn't stored in memory. This fixes
10502                 replying to an attached message.
10503
10504 2005-08-10 [colin]      1.9.13cvs30
10505
10506         * src/mainwindow.c
10507                 Fix slowness in account changing
10508
10509 2005-08-10 [colin]      1.9.13cvs29
10510
10511         * src/folder.c
10512         * src/folderutils.c
10513         * src/folderview.c
10514         * src/imap_gtk.c
10515         * src/mainwindow.c
10516         * src/mh_gtk.c
10517         * src/procmsg.c
10518         * src/summaryview.c
10519                 Optimize folder_has_parent_of_type
10520                 Prevent moving special sub-folders from contextual menus
10521                 Rework message a bit ("Empty all messages" -> "Delete all
10522                 messages")
10523                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10524                 and "Deleted Items" folders)
10525
10526 2005-08-08 [colin]      1.9.13cvs28
10527
10528         * src/summaryview.c
10529         * src/prefs_summaries.c
10530                 Make "Select first unread|new" more flexible
10531                 (just prioritize new or unread)
10532
10533 2005-08-08 [colin]      1.9.13cvs27
10534
10535         * src/summaryview.c
10536                 If "select first new" is selected and there only
10537                 are unread messages, fallback to "select first
10538                 unread".
10539
10540 2005-08-08 [colin]      1.9.13cvs26
10541
10542         * src/folder.c
10543                 Fix shameful bugs (and bug #779)
10544
10545 2005-08-08 [colin]      1.9.13cvs25
10546
10547         * src/folder.c
10548         * src/folder.h
10549                 Cache parents' type to make folder_has_parent_of_type
10550                 faster
10551         * src/folderview.c
10552                 Forbid DnD of special sub-folders
10553         * src/procmsg.c
10554         * src/procmsg.h
10555                 Add MAIL_POSTFILTERING_HOOK
10556         * src/summaryview.c
10557                 Revert over-zealous deletion of the use_addr_book 
10558                 code
10559
10560 2005-08-07 [colin]      1.9.13cvs24
10561
10562         * src/folder.c
10563                 Fix big mistake (passing MsgInfo instead 
10564                 of FolderItem)
10565
10566 2005-08-07 [colin]      1.9.13cvs23
10567
10568         * src/compose.c
10569         * src/folder.c
10570         * src/folder.h
10571         * src/foldersel.c
10572         * src/folderutils.c
10573         * src/folderview.c
10574         * src/imap.c
10575         * src/mainwindow.c
10576         * src/messageview.c
10577         * src/mh.c
10578         * src/msgcache.c
10579         * src/procmime.c
10580         * src/summaryview.c
10581                 Make subfolders of Drafts, Queue, Outbox, Trash
10582                 work like their parents. 
10583                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10584
10585 2005-08-07 [colin]      1.9.13cvs22
10586
10587         * src/addressbook.c
10588                 Fix bug #771 (Dragged contacts not saved)
10589
10590 2005-08-07 [paul]       1.9.13cvs21
10591
10592         * src/summaryview.c
10593                 fix bug 32 'Search Doesn't display results
10594                 if "Hide Read Messages" is chosen'
10595                 be more literal in interpreting 'Hide read
10596                 messages'
10597
10598 2005-08-07 [colin]      1.9.13cvs20
10599
10600         * src/folderview.c
10601                 Add debug
10602         * src/summaryview.c
10603                 Faster 'unthread_for_execution'
10604
10605 2005-08-06 [paul]       1.9.13cvs19
10606
10607         * src/mainwindow.c
10608                 add mnemonics to Set displayed columns
10609                 fix bug where msgview_visible option was
10610                 overwritten as TRUE on startup
10611
10612 2005-08-06 [paul]       1.9.13cvs18
10613
10614         * src/mainwindow.c
10615                 refer to 'displayed columns in folder/message
10616                 list' not 'displayed items in summary/message view'
10617         * src/prefs_display_header.c
10618                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10619                 be consistent with similar dialogues
10620         * src/prefs_folder_column.c
10621         * src/prefs_summary_column.c
10622                 'columns' not 'items', and folder and message lists,
10623                 instead of folder and summary views;
10624                 Use 'Hidden columns' as list heading not 'Available
10625                 items';
10626                 move the 'Remove' button to the right hand side;
10627                 top-align the buttons;
10628                 remove unneeded vbox
10629         * src/prefs_summaries.c
10630                 put the 2 column prefs buttons in a frame to reduce
10631                 overall width; refer to columns not items &c.
10632
10633 2005-08-05 [colin]      1.9.13cvs17
10634
10635         * src/prefs_common.c
10636         * src/prefs_common.h
10637         * src/mainwindow.c
10638         * src/compose.c
10639         * src/messageview.c
10640                 Add an hidden toolbar_detachable pref, so
10641                 that I can get rid of these painful handles
10642                 in the toolbars. Defaults to TRUE to avoid
10643                 changing the GUI on unsuspecting people...
10644
10645 2005-08-05 [colin]      1.9.13cvs16
10646
10647         * src/Makefile.am
10648         * src/prefs_folder_column.c
10649         * src/prefs_folder_column.h
10650                 Add prefs for folder columns
10651         * src/folderview.c
10652         * src/folderview.h
10653         * src/mainwindow.c
10654         * src/mainwindow.h
10655         * src/prefs_common.c
10656         * src/prefs_common.h
10657         * src/prefs_summaries.c
10658                 Use them
10659         * src/prefs_summary_column.c
10660         * src/summaryview.c
10661         * src/summaryview.h
10662                 Add a To column
10663         * src/textview.c
10664         * src/common/utils.c
10665         * src/common/utils.h
10666                 Move uri colourisation functions
10667                 to utils
10668         * src/compose.c
10669                 Colourise URIs
10670         * src/imap.c
10671                 Fix bug with LIST where we'd try
10672                 to get Folder//////[...]/// 
10673
10674 2005-08-05 [paul]       1.9.13cvs15
10675
10676         * src/prefs_summaries.c
10677                 improve the English usage
10678         * src/summaryview.c
10679                 set font on column change
10680                 thanks to Colin
10681
10682 2005-08-05 [paul]       1.9.13cvs14
10683
10684         * src/prefs_common.c
10685         * src/prefs_common.h
10686         * src/prefs_summaries.c
10687         * src/summaryview.c
10688                 replace 'open_unread_on_enter' option with
10689                 'select_on_entry' option. opening/not opening
10690                 is now exclusively controlled by 'always_show_msg'
10691
10692 2005-08-04 [colin]      1.9.13cvs13
10693
10694         * src/compose.c
10695                 Remove dead code
10696                 Add colourisation of quotes and signatures
10697         * src/folderview.c
10698                 Fix possible crashes
10699         * src/messageview.c
10700                 Change an assert that is no problem
10701         * src/news.c
10702         * src/news_gtk.c
10703         * src/news_gtk.h
10704                 Fix offline mode
10705         * src/gtk/quicksearch.c
10706                 Fix a possible crash
10707
10708 2005-08-03 [colin]      1.9.13cvs12
10709
10710         * src/prefs_account.c
10711                 Fix bug #777 (Sylpheed crash in account configuration)
10712
10713 2005-08-03 [colin]      1.9.13cvs11
10714
10715         * src/addressbook.c
10716         * src/editaddress.c
10717         * src/editgroup.c
10718                 Fixing addressbook, round 2
10719         * src/textview.c
10720                 Fix emphasis color on rechecking 'Colorize messages'
10721
10722 2005-08-03 [paul]       1.9.13cvs10
10723
10724         sync with main
10725
10726         * src/addr_compl.c
10727         * src/compose.c
10728         * src/main.c
10729         * src/pop.c
10730         * src/prefs_account.c
10731         * src/procmime.c
10732         * src/procmsg.c
10733         * src/quote_fmt_parse.y
10734         * src/textview.c
10735         * src/common/quoted-printable.c
10736         * src/common/utils.c
10737         * src/common/utils.h
10738         * src/common/xml.c
10739                 replaced incorrect locale-independent
10740                 ctype functions with GLib's. Corrected
10741                 signedness mismatch.
10742         * src/headerview.c
10743                 headerview_create(): added spacing for vbox.
10744         * src/gtk/about.c
10745                 set focus to the OK button.
10746
10747 2005-08-03 [colin]      1.9.13cvs9
10748
10749         * src/folderview.c
10750                 Fix possible crash
10751
10752 2005-08-02 [colin]      1.9.13cvs8
10753
10754         * src/mainwindow.c
10755                 Fix cast
10756         * src/addressbook.c
10757         * src/addressitem.h
10758                 Fix a cast and more generally, try to make the
10759                 GUI more intuitive and consistent (round 1)
10760
10761 2005-08-02 [paul]       1.9.13cvs7
10762
10763         * src/folder.h
10764                 missing in 1.9.13cvs6
10765
10766 2005-08-02 [colin]      1.9.13cvs6
10767
10768         * src/folder.c
10769                 Fix one more leak
10770
10771 2005-08-02 [colin]      1.9.13cvs5
10772
10773         * src/folder.c
10774         * src/folderview.c
10775         * src/imap.c
10776         * src/main.c
10777         * src/mbox.c
10778         * src/procmsg.c
10779         * src/summaryview.c
10780                 Fix a number of folder_item_get_msg_list()-related
10781                 leaks (missing procmsg_msginfo_free()s)
10782
10783 2005-08-01 [colin]      1.9.13cvs4
10784
10785         * src/folderview.c
10786         * src/folderview.h
10787         * src/mainwindow.c
10788         * src/prefs_fonts.c
10789         * src/prefs_summaries.c
10790         * src/prefs_themes.c
10791         * src/summaryview.c
10792         * src/summaryview.h
10793         * src/textview.c
10794         * src/textview.h
10795                 Fix instant-apply of summary and folderview-related prefs
10796                 Fix erroneous g_free and alertpanels in prefs_theme
10797                 Add instant-apply for fonts
10798                 Defer applying of prefs a little bit so it's done only
10799                 once even if requested by multiples prefs pages
10800
10801 2005-08-01 [paul]       1.9.13cvs3
10802
10803         * src/main.c
10804                 fix bug 776 'S.C. crashes on close'
10805                 thanks to Colin
10806         * src/etpan/etpan-thread-manager-types.h
10807                 add missing include
10808                 thanks to Hoa
10809
10810 2005-07-25 [paul]       1.9.13cvs2
10811
10812         * src/summaryview.c
10813                 fix typos. spotted by Fabien Vantard
10814
10815 2005-07-24 [paul]       1.9.13cvs1
10816
10817         * doc/man/sylpheed.1
10818                 update man page, incorporating fix of
10819                 bug 769 'Typo in manpage'
10820         * src/etpan/imap-thread.c
10821                 fix NetBSD openssl dependencies. patch by
10822                 George Michaelson <ggm@apnic.net>
10823         * po/pt_BR.po
10824                 updated by Frederico Goncalves Guimaraes
10825
10826 2005-07-22 [paul]       1.9.13
10827
10828         1.9.13 release
10829
10830 2005-07-22 [paul]       1.9.12cvs91
10831
10832         * AUTHORS
10833         * INSTALL
10834         * README.claws
10835         * RELEASE_NOTES.claws
10836                 updated for release
10837         * configure.ac
10838         * po/nb.po
10839         * tools/claws.i18n.status.pl
10840                 add Norwegian translation. submiited by
10841                 Geir Helland <pjallabais@users.sourceforge.net>
10842         * po/ca.po
10843         * po/de.po
10844         * po/es.po
10845         * po/fi.po
10846         * po/fr.po
10847         * po/it.po
10848         * po/sk.po
10849         * po/sr.po
10850         * po/zh_CN.po
10851                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10852                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10853                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10854                 Yang Guilong
10855         * src/plugins/clamav/clamav_plugin_gtk.c
10856         * src/plugins/spamassassin/spamassassin_gtk.c
10857                 replace outdated description strings
10858
10859 2005-07-21 [colin]      1.9.12cvs90
10860
10861         * src/folder.c
10862                 Set folder to batch mode when scanning it. Makes deletion
10863                 of unread mails on IMAP much faster (due to the UNREAD 
10864                 flag unsetting)
10865
10866 2005-07-21 [darko]      1.9.12cvs89
10867
10868         * configure.ac
10869                 link against libresolv if necessary (patch by Paul)
10870         * src/msgcache.c
10871                 use glib's portable macros to determine endianness
10872
10873 2005-07-21 [paul]       1.9.12cvs88
10874
10875         * src/crash.c
10876         * src/gtk/about.c
10877                 update compiled-in features list
10878
10879 2005-07-20 [colin]      1.9.12cvs87
10880
10881         * src/folder.c
10882         * src/textview.c
10883                 Gcc 2.9x compilation fixes, thanks to Darko
10884         * src/plugins/clamav/clamav_plugin.c
10885                 Little optimisation: load virus database only once
10886         * src/plugins/spamassassin/spamassassin.c
10887                 Big optimisation: filtering one mail took at least 1 second,
10888                 now it takes at least 50ms. Doesn't speed up spamassassin 
10889                 itself, but should already be much more tolerable.
10890
10891 2005-07-20 [colin]      1.9.12cvs86
10892
10893         * src/summaryview.c
10894                 Fix performance issue
10895
10896 2005-07-19 [colin]      1.9.12cvs85
10897
10898         * src/plugins/pgpinline/plugin.c
10899                 Fix warning
10900
10901 2005-07-19 [colin]      1.9.12cvs84
10902
10903         * configure.ac
10904         * src/plugins/Makefile.am
10905         * src/plugins/pgpinline/.cvsignore
10906         * src/plugins/pgpinline/Makefile.am
10907         * src/plugins/pgpinline/pgpinline.c
10908         * src/plugins/pgpinline/pgpinline.deps
10909         * src/plugins/pgpinline/pgpinline.h
10910         * src/plugins/pgpinline/plugin.c
10911                 Put pgpinline in the main tree
10912
10913 2005-07-19 [paul]       1.9.12cvs83
10914
10915         * src/prefs_actions.c
10916                 prevent '//' in menu names, which cause a crash
10917                 thanks to Colin
10918
10919 2005-07-19 [paul]       1.9.12cvs82
10920
10921         * configure.ac
10922                 be generally more informative in configure output.
10923                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10924                 '[ --disable-openssl ...', as --enable-openssl is default
10925                 PGP/MIME: don't check for GPGME again, check for
10926                 pgpcore instead. Therefore prevent the possibility of
10927                 attempting to build pgpmime if pgpcore dependencies are
10928                 not met
10929                 ClamAV: use pkgconfig to check for lib
10930                 libgnomeprint: revert logic on inner test to match
10931                 everything else
10932         * src/plugins/pgpcore/sgpgme.c
10933                 add missing include
10934
10935 2005-07-19 [colin]      1.9.12cvs81
10936
10937         * src/summaryview.c
10938                 Fix slow thread rebuilding in particular
10939                 cases
10940
10941 2005-07-19 [paul]       1.9.12cvs80
10942
10943         * sylpheed-claws.desktop
10944                 fix typo, spotted by Stephan Sachse
10945         * src/account.c
10946                 replace GTK_STOCK_ADD with
10947                 GTK_STOCK_NEW button
10948
10949 2005-07-18 [colin]      1.9.12cvs79
10950
10951         * src/etpan/imap-thread.c
10952                 Fix return value (Thanks Hoa)
10953
10954 2005-07-18 [colin]      1.9.12cvs78
10955
10956         * src/imap.c
10957                 Allow empty passwords
10958                 Create drafts/queue/outbox if necessary
10959         * src/summaryview.c
10960                 Remove old code
10961         * src/etpan/imap-thread.c
10962                 Fix STARTTLS (Thanks to Hoa)
10963
10964 2005-07-18 [paul]       1.9.12cvs77
10965
10966         * ChangeLog-gtk2.jp
10967         * ChangeLog.jp
10968                 removed
10969         * Makefile.am
10970                 updated to reflect additions and removals
10971         * TODO
10972                 updated to be claws-specific
10973         * TODO-gtk2
10974         * TODO-gtk2.jp
10975         * TODO.jp
10976         * sylpheed-128x128.png
10977         * sylpheed-64x64.png
10978                 removed
10979         * sylpheed-claws-128x128.png
10980         * sylpheed-claws-64x64.png
10981         * sylpheed-claws.desktop
10982         * sylpheed-claws.png
10983                 added
10984         * sylpheed.desktop
10985         * sylpheed.png
10986                 removed
10987
10988 2005-07-17 [paul]       1.9.12cvs76
10989
10990         * src/account.c
10991         * src/addressbook.c
10992         * src/alertpanel.c
10993         * src/alertpanel.h
10994         * src/compose.c
10995         * src/exphtmldlg.c
10996         * src/expldifdlg.c
10997         * src/folderview.c
10998         * src/imap_gtk.c
10999         * src/inc.c
11000         * src/message_search.c
11001         * src/messageview.c
11002         * src/mh_gtk.c
11003         * src/news_gtk.c
11004         * src/prefs_actions.c
11005         * src/prefs_filtering.c
11006         * src/prefs_matcher.c
11007         * src/prefs_template.c
11008         * src/prefs_themes.c
11009         * src/ssl_manager.c
11010         * src/summary_search.c
11011         * src/textview.c
11012         * src/toolbar.c
11013         * src/gtk/sslcertwindow.c
11014         * src/plugins/pgpcore/sgpgme.c
11015                 rework alertpanels
11016
11017 2005-07-17 [colin]      1.9.12cvs75
11018
11019         * src/privacy.c
11020                 add a PrivacySystem accessor that checks that
11021                 the system cached in a MimeInfo's privacydata
11022                 is still registered. Use this accessor instead
11023                 of directly using data->system. Fixes crashes
11024                 after unloading pgp plugins.
11025
11026 2005-07-17 [colin]      1.9.12cvs74
11027
11028         * src/alertpanel.c
11029                 Change geometry hints to a simple default size.
11030                 Fixes the certs dialogs.
11031
11032 2005-07-17 [colin]      1.9.12cvs73
11033
11034         * src/gtk/sslcertwindow.c
11035                 Use a gtkExpander
11036
11037 2005-07-17 [colin]      1.9.12cvs72
11038
11039         * src/plugins/pgpcore/Makefile.am
11040         * src/plugins/pgpmime/Makefile.am
11041                 Add gpgme libs
11042
11043 2005-07-17 [paul]       1.9.12cvs71
11044
11045         * configure.ac
11046                 add --disable-gnomeprint option
11047                 modified version of patch by Marius Mauch
11048
11049 2005-07-17 [paul]       1.9.12cvs70
11050
11051         * src/common/defs.h
11052                 update urls
11053         * src/account.c
11054         * src/action.c
11055         * src/addressbook.c
11056         * src/compose.c
11057         * src/foldersel.c
11058         * src/folderview.c
11059         * src/html.c
11060         * src/imap_gtk.c
11061         * src/main.c
11062         * src/mainwindow.c
11063         * src/messageview.c
11064         * src/mh_gtk.c
11065         * src/mimeview.c
11066         * src/news_gtk.c
11067         * src/prefs_account.c
11068         * src/prefs_send.c
11069         * src/prefs_summaries.c
11070         * src/procmsg.c
11071         * src/summaryview.c
11072         * src/common/utils.c
11073         * src/common/xml.c
11074         * src/plugins/pgpcore/passphrase.c
11075         * src/plugins/pgpcore/select-keys.c
11076                 replace inappropriately used backticks
11077                 with single quotes
11078
11079 2005-07-16 [colin]      1.9.12cvs69
11080
11081         * src/image_viewer.c
11082                 Add extra paranoid checks
11083
11084 2005-07-16 [colin]      1.9.12cvs68
11085
11086         * src/plugins/pgpcore/prefs_gpg.c
11087                 Don't auto-check sigs by default, as it
11088                 can be really slow.
11089
11090 2005-07-16 [colin]      1.9.12cvs67
11091
11092         * src/plugins/pgpcore/sgpgme.c
11093                 Make messages a bit better.
11094
11095 2005-07-16 [colin]      1.9.12cvs66
11096
11097         * src/imap.c
11098                 Remove pseudo-log
11099         * src/etpan/imap-thread.c
11100                 Add real log
11101
11102 2005-07-16 [colin]      1.9.12cvs65
11103
11104         * src/main.c
11105         * src/prefs_other.c
11106                 And now, fix build with libetpan :-/
11107
11108 2005-07-15 [colin]      1.9.12cvs64
11109
11110         * src/prefs_other.c
11111                 Continue fixing build without libetpan.
11112
11113 2005-07-15 [colin]      1.9.12cvs63
11114
11115         * src/main.c
11116                 Fix build with --disable-libetpan
11117
11118 2005-07-15 [colin]      1.9.12cvs62
11119
11120         * configure.ac
11121                 Bump libetpan's version
11122
11123 2005-07-15 [colin]      1.9.12cvs61
11124
11125         * src/etpan/imap-thread.c
11126                 Actually stop logging :)
11127
11128 2005-07-15 [colin]      1.9.12cvs60
11129
11130         * src/addressbook.c
11131                 Fix dnd of multiple addresses.
11132
11133 2005-07-15 [hoa]        1.9.12cvs59
11134
11135         * src/etpan/imap-thread.c
11136             disable login of IMAP password in libetpan log file.
11137
11138 2005-07-15 [paul]       1.9.12cvs58
11139
11140         * src/account.c
11141                 don't automatically sort
11142                 do allow drag n drop
11143
11144 2005-07-15 [paul]       1.9.12cvs57
11145
11146         * src/account.c
11147         * src/ssl_manager.c
11148                 alphabetical listing
11149
11150 2005-07-15 [paul]       1.9.12cvs56
11151
11152         * src/gtk/pluginwindow.c
11153                 sort plugin list alphabetically
11154
11155 2005-07-15 [paul]       1.9.12cvs55
11156
11157         * src/prefs_spelling.c
11158         * src/prefs_wrapping.c
11159                 unify English usage
11160
11161 2005-07-15 [colin]      1.9.12cvs54
11162
11163         * src/wizard.c
11164                 Typo fix
11165
11166 2005-07-15 [paul]       1.9.12cvs53
11167
11168         * src/prefs_message.c
11169                 make 'show cursor' a hidden option
11170
11171 2005-07-14 [colin]      1.9.12cvs52
11172
11173         * src/plugins/spamassassin/Makefile.am
11174         * src/plugins/clamav/Makefile.am
11175                 Fix double EXTRA_DISTs
11176
11177 2005-07-14 [colin]      1.9.12cvs51
11178
11179         * src/plugins/clamav/Makefile.am
11180         * src/plugins/clamav/clamav_plugin_gtk.deps
11181         * src/plugins/spamassassin/Makefile.am
11182         * src/plugins/spamassassin/spamassassin_gtk.deps
11183                 Make $plugin_gtk depend on $plugin
11184
11185 2005-07-14 [hoa]        1.9.12cvs50
11186
11187         * src/etpan/imap-thread.c
11188                 enable debug log of libetpan when running with --debug
11189
11190 2005-07-14 [colin]      1.9.12cvs49
11191
11192         * configure.ac
11193         * src/common/Makefile.am
11194         * src/common/plugin.c
11195         * src/common/plugin.h
11196                 Add a little plugin dependancy system.
11197                 Plugins can ship a $plugin_name.deps file
11198                 (near them in PLUGINDIR) so that their
11199                 dependancies are loaded if possible.
11200         * src/plugins/Makefile.am
11201         * src/plugins/pgpcore/Makefile.am
11202         * src/plugins/pgpcore/passphrase.c
11203         * src/plugins/pgpcore/passphrase.h
11204         * src/plugins/pgpcore/plugin.c
11205         * src/plugins/pgpcore/prefs_gpg.c
11206         * src/plugins/pgpcore/prefs_gpg.h
11207         * src/plugins/pgpcore/select-keys.c
11208         * src/plugins/pgpcore/select-keys.h
11209         * src/plugins/pgpcore/sgpgme.c
11210         * src/plugins/pgpcore/sgpgme.h
11211                 Introduce pgpcore, used by pgpmime and
11212                 pgpinline
11213         * src/plugins/pgpmime/Makefile.am
11214         * src/plugins/pgpmime/passphrase.c
11215         * src/plugins/pgpmime/passphrase.h
11216         * src/plugins/pgpmime/pgpmime.c
11217         * src/plugins/pgpmime/pgpmime.deps
11218         * src/plugins/pgpmime/plugin.c
11219         * src/plugins/pgpmime/prefs_gpg.c
11220         * src/plugins/pgpmime/prefs_gpg.h
11221         * src/plugins/pgpmime/select-keys.c
11222         * src/plugins/pgpmime/select-keys.h
11223         * src/plugins/pgpmime/sgpgme.c
11224         * src/plugins/pgpmime/sgpgme.h
11225                 Remove the core from pgpmime and add the
11226                 dependancy to pgpcore.
11227
11228 2005-07-14 [paul]       1.9.12cvs48
11229
11230         * src/stock_pixmap.c
11231                 forgot this in last commit
11232
11233 2005-07-14 [paul]       1.9.12cvs47
11234
11235         * src/account.c
11236         * src/addressbook.c
11237                 add accelerators for the buttons (sync with main)
11238         * src/compose.c
11239         * src/compose.h
11240                 add accelerators for the buttons.
11241                 fix editing with external editor.
11242                 replace gdk_input_*() with GIOChannel;
11243                 (sync with main)
11244         * src/foldersel.c
11245                 display folder names with new/unread
11246                 representation (sync with main)
11247         * src/main.c
11248                 specify default window icon (sync with main)
11249         * src/prefs_common.c
11250                 use_addr_book default to FALSE
11251         * src/summaryview.c
11252         * src/textview.c
11253                 add accelerators for the buttons (sync with main)
11254         * src/gtk/menu.c
11255                 fix typos
11256         * src/pixmaps/sylpheed_icon.xpm
11257                 updated
11258
11259 2005-07-13 [paul]       1.9.12cvs46
11260
11261         * src/plugins/pgpmime/pgpmime.c
11262         * src/plugins/pgpmime/sgpgme.c
11263                 (temporarily) use deprecated gpgme_data_rewind()
11264                 while largefile support is not present
11265                 (as suggested by Colin)
11266
11267 2005-07-13 [paul]       1.9.12cvs45
11268
11269         * configure.ac
11270                 remove large file support (for now):
11271                 it breaks too many things
11272
11273 2005-07-13 [paul]       1.9.12cvs44
11274
11275         * configure.ac
11276                 add large file support
11277         * src/html.c
11278                 fix bug #763 where href attribute was not
11279                 the very first attribute of a link
11280                 patch by Thomas Gilgin
11281
11282 2005-07-13 [colin]      1.9.12cvs43
11283
11284         * src/gtk/pluginwindow.c
11285                 Little portability fix
11286
11287 2005-07-13 [colin]      1.9.12cvs42
11288
11289         * src/plugins/pgpmime/sgpgme.c
11290                 Fix crasher.
11291
11292 2005-07-13 [colin]      1.9.12cvs41
11293
11294         * src/plugins/pgpmime/pgpmime.c
11295         * src/plugins/pgpmime/sgpgme.c
11296                 Use gpgme_data_release_and_get_mem instead
11297                 of gpgme_data_read.
11298
11299 2005-07-13 [colin]      1.9.12cvs40
11300
11301         * configure.ac
11302         * src/plugins/pgpmime/passphrase.c
11303         * src/plugins/pgpmime/passphrase.h
11304         * src/plugins/pgpmime/pgpmime.c
11305         * src/plugins/pgpmime/plugin.c
11306         * src/plugins/pgpmime/select-keys.c
11307         * src/plugins/pgpmime/select-keys.h
11308         * src/plugins/pgpmime/sgpgme.c
11309         * src/plugins/pgpmime/sgpgme.h
11310                 Port pgpmime to gpgme-1.0.
11311
11312 2005-07-12 [paul]       1.9.12cvs39
11313
11314         * AUTHORS
11315         * src/toolbar.c
11316         * src/toolbar.h
11317                 add a 'Go to Prev' button to the toolbar.
11318                 correct tooltip text of go to buttons.
11319                 based on patch by Yang Guilong <bamanzi@gmail.com>
11320
11321 2005-07-12 [colin]      1.9.12cvs38
11322
11323         * src/statusbar.c
11324                 Fix progress bar showing stuff at startup.
11325
11326 2005-07-12 [paul]       1.9.12cvs37
11327
11328         * src/editjpilot.c
11329                 fix building with jpilot support
11330
11331 2005-07-11 [colin]      1.9.12cvs36
11332
11333         * src/inc.c
11334                 Add visual indication that filtering is running
11335         * src/textview.c
11336                 Make {}[] uri delimiters
11337         * src/summaryview.c
11338                 Remove useless (and slow) calls
11339
11340 2005-07-11 [paul]       1.9.12cvs35
11341
11342         * src/plugins/clamav/clamav_plugin_gtk.c
11343         * src/plugins/dillo_viewer/dillo_prefs.c
11344         * src/plugins/pgpmime/prefs_gpg.c
11345         * src/plugins/spamassassin/spamassassin_gtk.c
11346                 gather plugins prefs together under their
11347                 own 'Plugins' heading
11348
11349 2005-07-11 [paul]       1.9.12cvs34
11350
11351         sync with main
11352
11353         * src/account.c
11354                 account_delete(): modified alert dialog
11355         * src/editjpilot.c
11356         * src/editvcard.c
11357                 fixed a crash when cancelling file selection
11358                 dialog by Escape key. Made non-ascii filename
11359                 selectable.
11360         * src/prefs_template.c
11361                 prefs_template_window_create(): make scrolled
11362                 window policy AUTOMATIC
11363
11364 2005-07-10 [hoa]        1.9.12cvs33
11365
11366         * src/etpan/imap-thread.c
11367                 workaround for old Courier IMAP servers.
11368
11369 2005-07-10 [colin]      1.9.12cvs32
11370
11371         * src/folder.c
11372         * src/statusbar.c
11373         * src/statusbar.h
11374                 Add visual progress indicator on filtering/processing
11375                 Factorize the progress bar code
11376         * src/imap.c
11377         * src/imap.h
11378         * src/etpan/imap-thread.c
11379                 Add a reference counter to avoid destroying the Folder
11380                 while it's in use by another callback.
11381
11382 2005-07-09 [hoa]        1.9.12cvs31
11383
11384         * src/imap.c
11385         * src/etpan/imap-thread.c
11386                 fixed deadlock when removing IMAP account.
11387
11388 2005-07-08 [colin]      1.9.12cvs30
11389
11390         * src/textview.c
11391         * src/unmime.c
11392                 Fix again problems decoding broken headers
11393         * src/gtk/inputdialog.c
11394                 Fix local variable shadowing a global one
11395
11396 2005-07-08 [colin]      1.9.12cvs29
11397
11398         * src/msgcache.c
11399                 Make the cache/mark files platform-agnostic by writing
11400                 them in little-endian format. Reading them is also done
11401                 in little-endian format, of course; however, in order
11402                 to avoid trashing mark data on big-endian machines, the
11403                 files are, at first, read from the native format if the
11404                 little-endian one doesn't exist. This is easy to deter-
11405                 mine by trying to open a file with a swapped data_ver
11406                 and seeing if it's the wanted version.
11407                 Little-endian using users should see absolutely no
11408                 difference, Big-endian users may get a very little
11409                 performance drop due to byte-swapping.
11410                 Tested on i386 and ppc32. 
11411                 Fixes bug #159 (The index file, in the mailboxes, is 
11412                 hardware depending).
11413
11414                 To have the cache/mark files updated to the new little-
11415                 endian format, "Check for new messages" or even
11416                 "Rebuild folder tree" aren't enough. Files will be
11417                 updated as soon as a folder has been opened/closed.
11418                 To update everything, just select all folders by
11419                 selecting them one by one.
11420
11421 2005-07-07 [colin]      1.9.12cvs28
11422
11423         * src/imap.c
11424                 Remember the folder separator per IMAPFolder
11425                 instead of globally.
11426                 Revive the Session on noop; fixes bug #761
11427                 (mark a bunch of unread messages as read takes 
11428                 forever)
11429
11430 2005-07-07 [darko]      1.9.12cvs27
11431
11432         * src/common/template.c
11433                 Sort templates alphabetically
11434
11435 2005-07-06 [colin]      1.9.12cvs26
11436
11437         * src/imap.c
11438                 Try to use the correct separator in
11439                 most cases. Possibly fixes bug #759
11440                 (only creates the INBOX folder when 
11441                 setting up new IMAP account) and 
11442                 bug #760 (Can't retrieve messages)
11443
11444 2005-07-06 [colin]      1.9.12cvs25
11445
11446         * src/imap.c
11447                 Use real_path in status command. This will
11448                 help later, when namespaces will be used.
11449
11450 2005-07-06 [colin]      1.9.12cvs24
11451
11452         * configure.ac
11453         * src/account.c
11454         * src/folder.c
11455         * src/imap.c
11456         * src/etpan/etpan-log.c
11457         * src/etpan/etpan-thread-manager.c
11458         * src/etpan/imap-thread.c
11459                 Add a --disable-libetpan parameter. With this,
11460                 users that don't want IMAP4 support can avoid
11461                 the new dependancy (and have no IMAP support).
11462                 Users that have IMAP4 accounts and use this
11463                 parameter won't lose their configuration, their
11464                 IMAP accounts will just be invisible and not
11465                 used.
11466         * src/textview.c
11467                 Make the "Copy ..." contextual menu items 
11468                 copy to both the X clipboard and the gtk 
11469                 clipboard - as most other apps do.
11470         * src/gtk/about.c
11471                 Add a notice about OpenSSL usage, in order to
11472                 comply with OpenSSL's license (point 6):
11473                 http://www.openssl.org/source/license.html
11474
11475 2005-07-06 [colin]      1.9.12cvs23
11476
11477         * src/alertpanel.c
11478                 Fix a minimum size for alertpanels
11479         * src/compose.c
11480                 Show 'No space left on device' type errors
11481                 when queuing/sending
11482         * src/imap_gtk.c
11483         * src/mh_gtk.c
11484                 Rework folder's deletion message (remove 
11485                 extra \n)
11486
11487 2005-07-05 [colin]      1.9.12cvs22
11488
11489         * src/imap.c
11490                 Add an alertpanel on auth error
11491                 Add pseudo-log
11492                 Remove pthread-related stuff
11493
11494 2005-07-05 [colin]      1.9.12cvs21
11495
11496         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11497                 Fix crash on plugin reloading (with a hack)
11498
11499 2005-07-05 [colin]      1.9.12cvs20
11500
11501         * src/prefs_account.c
11502         * src/prefs_account.h
11503                 Fix typo
11504         * src/gtk/filesel.c
11505         * src/gtk/filesel.h
11506                 Add a way to filter the view
11507         * src/gtk/pluginwindow.c
11508                 Filter loadable stuff
11509         * src/plugins/pgpmime/prefs_gpg.c
11510                 Fix missing unregistration
11511         * .cvsignore
11512         * src/etpan/.cvsignore
11513         * src/plugins/spamassassin/.cvsignore
11514                 Add more stuff to cvs ignored files
11515
11516 2005-07-04 [colin]      1.9.12cvs19
11517
11518         * src/imap.c
11519                 Fix scan_required returning FALSE when it
11520                 shouldn't. Maybe fix #760 (Can't retrieve
11521                 messages)
11522
11523 2005-07-04 [colin]      1.9.12cvs18
11524
11525         * src/summaryview.c
11526                 Fix always_show_msg pref
11527
11528 2005-07-04 [paul]       1.9.12cvs17
11529
11530         sync with main (forgotten in last commit)
11531         
11532         * src/common/utils.c
11533         * src/common/utils.h
11534                 check_line_length(): new.
11535                 is_dir_exist()
11536                 is_file_entry_exist()
11537                 dirent_is_regular_file()
11538                 dirent_is_directory(): use g_file_test() instead of stat().
11539
11540 2005-07-04 [paul]       1.9.12cvs16
11541
11542         sync with main:
11543
11544         * src/compose.c
11545                 compose_write_to_file(): check for line
11546                 length limit and display warning if exceeds
11547         * src/jpilot.c
11548                 use get_home_dir() instead of g_get_home_dir()
11549         * src/procheader.c
11550                 removed warning about invalid date
11551         * src/vcard.c
11552                 use get_home_dir() instead of g_get_home_dir()
11553
11554 2005-07-04 [paul]       1.9.12cvs15
11555
11556         * src/stock_pixmap.c
11557                 fix new pixmap naming errors
11558                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11559
11560 2005-07-04 [colin]      1.9.12cvs14
11561
11562         * src/imap.c
11563                 Fix debugging string with a warning
11564
11565 2005-07-04 [colin]      1.9.12cvs13
11566
11567         * configure.ac
11568                 Add a check for libetpan's version (>= 0.37)
11569
11570 2005-07-04 [hoa]        1.9.12cvs12
11571
11572         * commitHelper
11573         * src/imap.c
11574         * src/etpan/imap-thread.c
11575         * src/etpan/imap-thread.h
11576                 fixed IMAP implementation of check of mails.
11577
11578 2005-07-03 [hoa]        1.9.12cvs11
11579
11580         * src/etpan/Makefile.am
11581         * src/etpan/etpan-errors.h
11582         * src/etpan/etpan-log.[ch]
11583         * src/etpan/etpan-thread-manager-types.h
11584         * src/etpan/etpan-thread-manager.[ch]
11585         * src/etpan/imap-thread.[ch]
11586         * src/Makefile.am
11587         * src/imap.c
11588         * src/main.c
11589         * src/prefs_other.c
11590         * configure.ac
11591             merged imap branch.
11592             dependency on libetpan 0.37 is now added.
11593
11594 2005-07-01 [colin]      1.9.12cvs10
11595
11596         * src/Makefile.am
11597         * src/folder.c
11598         * src/folder.h
11599         * src/folderview.c
11600         * src/stock_pixmap.c
11601         * src/stock_pixmap.h
11602         * src/plugins/trayicon/trayicon.c
11603                 Add marked symbol on folders containing
11604                 marked messages
11605         * src/procmsg.c
11606         * src/procmsg.h
11607         * src/toolbar.c
11608         * src/prefs_common.c
11609         * src/prefs_common.h
11610         * src/prefs_send.c
11611                 Add an optional confirmation dialog on queue
11612                 sending. Patch by wwp.
11613         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11614         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11615         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11616         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11617         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11618         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11619         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11620         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11621         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11622         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11623         * src/pixmaps/trash_mark.xpm            ** ADDED **
11624                 New pixmaps
11625
11626 2005-07-01 [colin]      1.9.12cvs9
11627
11628         * src/summaryview.c
11629                 Fix a little threading bug
11630         * src/addrgather.c
11631         * src/mainwindow.c
11632                 A little bit of HIG normality never hurts
11633
11634 2005-07-01 [colin]      1.9.12cvs8
11635
11636         * src/compose.c
11637         * src/msgcache.c
11638         * src/pop.c
11639         * src/procmime.c
11640         * src/recv.c
11641         * src/common/log.c
11642         * src/common/template.c
11643         * src/common/utils.c
11644         * src/common/utils.h
11645                 Reverted the fwrite_atomic stuff. In fact
11646                 it is already atomic.
11647
11648 2005-06-30 [colin]      1.9.12cvs7
11649
11650         * src/common/utils.c
11651         * src/common/utils.h
11652                 Add an fwrite_atomic() function to make
11653                 sure we write everything: fwrite can make
11654                 short writes.
11655         * src/compose.c
11656         * src/msgcache.c
11657         * src/pop.c
11658         * src/procmime.c
11659         * src/recv.c
11660         * src/common/log.c
11661         * src/common/template.c
11662                 Use that (and fix swapping of size and nmemb).
11663                 Thanks to Rich Coe for the heads up.
11664
11665 2005-06-30 [colin]      1.9.12cvs6
11666
11667         * src/addressbook.c
11668                 Optimize addressbook opening 
11669
11670 2005-06-30 [colin]      1.9.12cvs5
11671
11672         * src/summaryview.c
11673                 Remove calls to summary_step after move/copy
11674
11675 2005-06-28 [paul]       1.9.12cvs4
11676
11677         * src/alertpanel.c
11678                 wrap and make the error msg selectable
11679
11680 2005-06-28 [paul]       1.9.12cvs3
11681
11682         * src/ssl_manager.c
11683                 replace the OK button with a Close button
11684         * src/gtk/foldersort.c
11685                 use GTK_STOCK_ icons/buttons
11686
11687 2005-06-28 [colin]      1.9.12cvs2
11688
11689         * src/gedit-print.c             ** ADDED **
11690         * src/gedit-print.h             ** ADDED **
11691         * src/gtk/gtksourceprintjob.c   ** ADDED **
11692         * src/gtk/gtksourceprintjob.h   ** ADDED **
11693                 I can't believe no one had enough time to tell
11694                 me I forgot the `cvs add`
11695
11696 2005-06-27 [colin]      1.9.12cvs1
11697
11698         * src/Makefile.am
11699         * src/gtk/Makefile.am
11700         * src/messageview.c
11701         * src/procmsg.c
11702         * src/summaryview.c
11703         * configure.ac
11704                 Add optional libgnomeprint-based printing
11705         * src/mainwindow.c
11706         * src/gtk/quicksearch.c
11707                 Add an Edit/Quick search menu item to show
11708                 and focus the quicksearch
11709
11710 2005-06-27 [paul]       1.9.12
11711
11712         1.9.12 release
11713
11714         * po/ca.po
11715         * po/de.po
11716         * po/es.po
11717         * po/fr.po
11718         * po/it.po
11719         * po/ko.po
11720         * po/pt_BR.po
11721         * po/sk.po
11722         * po/zh_CN.po
11723                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11724                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11725                 SungHyun Nam, Frederico Goncalves Guimaraes,
11726                 Andrej Kacian, and Yang Guilong
11727 2005-06-26 [colin]      1.9.11cvs106
11728
11729         * src/imap_gtk.c
11730                 Forgot one file for previous fix
11731
11732 2005-06-26 [colin]      1.9.11cvs105
11733
11734         * src/folder.c
11735         * src/imap.c
11736                 Fix problems with folder operations in no_select
11737                 imap folders. it applies only to mails, and 
11738                 creation/deletion/move/renaming of folders 
11739                 should be possible
11740
11741 2005-06-26 [paul]       1.9.11cvs104
11742
11743         * src/prefs_filtering.c
11744                 replace one more GTK_STOCK_REMOVE
11745                 with GTK_STOCK_DELETE
11746
11747 2005-06-25 [colin]      1.9.11cvs103
11748
11749         * src/imap.c
11750                 Optimize get_seq_set_from_seq_list
11751                 (Patch by Ricardo) 
11752
11753 2005-06-25 [colin]      1.9.11cvs102
11754
11755         * src/mh.c
11756                 If the directory exists, but not in the
11757                 correct encoding, rename it. This should
11758                 handle old-versions-induced bugs.
11759
11760 2005-06-25 [colin]      1.9.11cvs101
11761
11762         * src/mh.c
11763                 Fix path access with extended dir names
11764                 Fixes bug #589 (SC segfaults with wrong locale
11765                 settings)
11766
11767 2005-06-25 [colin]      1.9.11cvs100
11768
11769         * src/prefs_account.c
11770         * src/prefs_account.h
11771         * src/compose.c
11772                 Add an option to encrypt replies to
11773                 encrypted messages
11774
11775 2005-06-25 [colin]      1.9.11cvs99
11776
11777         * src/compose.c
11778         * src/quote_fmt_parse.y
11779                 ... And make it work with pgpinline.
11780
11781 2005-06-25 [colin]      1.9.11cvs98
11782
11783         * src/compose.c
11784         * src/procmime.c
11785         * src/procmime.h
11786         * src/quote_fmt_parse.y
11787                 o Make reedition of encrypted messages possible
11788                   (as long as it is encrypted to self too, no
11789                    magic there)
11790                 o Make replying with quote (and without selecting
11791                   text) possible for encrypted messages.
11792                 Closes bug #550 (Not possible to "reply with quote"
11793                 to gnupg encrypted messages)
11794
11795 2005-06-24 [paul]       1.9.11cvs97
11796
11797         * src/imap.c
11798                 add missing include
11799
11800 2005-06-24 [paul]       1.9.11cvs96
11801
11802         * src/editldap.c
11803                 made bind password entry invisible
11804                 (sync with main)
11805         * src/send_message.c
11806                 send_message_local(): check exit status
11807                 to detect errors (sync with main)
11808         * src/textview.c
11809                 use main's less ambiguous popup menu
11810                 wording
11811
11812 2005-06-24 [paul]       1.9.11cvs95
11813
11814         * src/prefs_actions.c
11815         * src/prefs_customheader.c
11816         * src/prefs_display_header.c
11817         * src/prefs_filtering_action.c
11818         * src/prefs_matcher.c
11819         * src/prefs_template.c
11820         * src/prefs_toolbar.c
11821                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11822         * src/gtk/description_window.c
11823                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11824
11825 2005-06-23 [colin]      1.9.11cvs94
11826
11827         * src/summaryview.c
11828                 Fix rough edges (be sure to call status_show whenever
11829                 necessary).
11830
11831 2005-06-23 [colin]      1.9.11cvs93
11832
11833         * src/summaryview.c
11834                 Optimize Select All
11835                 Before, in a 5K mails folder: 11s
11836                 After, in the same folder: 58000µs
11837                 The joys of locking... gtk_clist_select_all() fires a 
11838                 tree-select-row event for each selected row, which in 
11839                 summaryview, callbacks summary_selected which in turn,
11840                 calls summary_status_show, which walks the selected
11841                 rows. Hence, calling gtk_clist_select_all was 
11842                 exponential. Locking the summaryview makes 
11843                 summary_selected return early.
11844
11845 2005-06-23 [colin]      1.9.11cvs92
11846
11847         * src/imap.c
11848                 Move mutex at the important place to avoid
11849                 deadlocks
11850         * src/summaryview.c
11851                 Fix Del key deleting directly instead of
11852                 moving to trash
11853
11854 2005-06-22 [colin]      1.9.11cvs91
11855
11856         * src/plugins/spamassassin/libspamc.c
11857                 As we do spagetti code with assignations in multiple
11858                 places (see _message_read_raw where out = msg = raw),
11859                 let's be sure we don't free the same pointer twice.
11860                 Should fix bug #683 (Crash in libpam at 
11861                 message_cleanup).
11862
11863 2005-06-22 [colin]      1.9.11cvs90
11864
11865         * src/compose.c
11866         * src/messageview.c
11867         * src/toolbar.c
11868                 Make toolbar's delete use the move to trash stuff;
11869                 Add gtk_widget_realize to be sure pixmaps can get
11870                 created (that may fix an old worksforme bug which
11871                 I can't find back...)
11872
11873 2005-06-22 [colin]      1.9.11cvs89
11874
11875         * src/summaryview.c
11876         * src/summaryview.h
11877         * src/mainwindow.c
11878                 Rename "Message/Delete" to "Message/Move to trash"
11879                 Add "Message/Delete..." that directly destroys the
11880                 selected messages after asking for a confirmation.
11881
11882 2005-06-22 [colin]      1.9.11cvs88
11883
11884         * src/imap.c
11885                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11886                 o Fix a deadlock (thanks Darko)
11887
11888 2005-06-22 [colin]      1.9.11cvs87
11889
11890         * src/gtk/foldersort.c
11891                 Add missing include for the i18n;
11892                 patch by Fabien Vantard
11893
11894 2005-06-21 [colin]      1.9.11cvs86
11895
11896         * src/folder.c
11897         * src/folderview.c
11898                 Respect the no_select flag
11899         * src/imap.c
11900                 Fix recursive deletion
11901         * src/imap_gtk.c
11902         * src/mh_gtk.c
11903                 Make the folder deletion's warning
11904                 more explicit
11905
11906 2005-06-21 [colin]      1.9.11cvs85
11907
11908         * src/textview.c
11909                 Prevent email addresses from spanning accross
11910                 lines - fixes bug # 646 (newline-chars in 
11911                 email addresses)
11912
11913 2005-06-20 [colin]      1.9.11cvs84
11914
11915         * src/folder.c
11916                 Be sure not to remove source if copy failed
11917
11918 2005-06-20 [colin]      1.9.11cvs83
11919
11920         * src/folderview.c
11921         * src/imap_gtk.c
11922                 remove summaryview's lock
11923         * src/imap.c
11924                 introduce threads to avoid problems when foreground tasks
11925                 interfere with background tasks
11926         * src/mh.c
11927                 prevent moving to drafts/queue
11928         * src/mimeview.c
11929                 fix leak
11930
11931 2005-06-19 [colin]      1.9.11cvs82
11932
11933         * src/imap_gtk.c
11934                 Remember that the user doesn't want to override
11935                 offline mode, for 3 seconds. It avoid presenting
11936                 him with N popups in a really short time.
11937
11938 2005-06-17 [colin]      1.9.11cvs81
11939
11940         * src/imap.c
11941                 Fix IMAP breaking on folders containing '('
11942                 (Probably won't be enough)
11943
11944 2005-06-17 [colin]      1.9.11cvs80
11945
11946         Forgotten files on 1.9.11cvs79
11947         * src/summaryview.c
11948                 Fix stepping when not immediately executing
11949         * src/imap.c
11950                 Really prevent UID FETCH 0
11951         * src/codeconv.c
11952                 Fix outgoing charset never set to utf-8
11953         * src/mh.c
11954                 Fix leak
11955
11956 2005-06-16 [colin]      1.9.11cvs79
11957
11958         * src/compose.c
11959                 Fix bug #707 (Dash splits rows)
11960                 Only wrap if we're on a line break position and
11961                 the previous one was a "white" (space) char.
11962                 Pango stuff is weird.
11963
11964 2005-06-16 [colin]      1.9.11cvs78
11965
11966         * src/imap_gtk.c
11967                 Lock summaryview while downloading messages
11968                 on user demand
11969         * src/procheader.c
11970         * src/unmime.c
11971         * src/common/utils.c
11972         * src/common/utils.h
11973                 Replace \r and \n with spaces in From and
11974                 Subject headers
11975
11976 2005-06-16 [paul]       1.9.11cvs77
11977
11978         * src/procmime.c
11979                 liberalise the mime parser
11980         * src/gtk/about.c
11981                 add text wrapping
11982
11983 2005-06-16 [paul]       1.9.11cvs76
11984
11985         * src/gtk/about.c
11986                 reworked
11987
11988 2005-06-15 [colin]      1.9.11cvs75
11989
11990         * src/compose.c
11991                 Finish header encoding fix
11992         * src/summaryview.c
11993                 Fix segfault
11994         * src/headerview.c
11995                 Fix compilation (Thanks Stephan
11996                 Sachse)
11997
11998 2005-06-15 [colin]      1.9.11cvs74
11999
12000         * Makefile.am
12001                 Install gnome2 stuff rather than gnome1, 
12002                 if both are present
12003         * src/codeconv.c
12004         * src/codeconv.h
12005         * src/compose.c
12006                 Fix headers encoding
12007         * src/folder.c
12008                 Visual progress when fetching all messages
12009         * src/folderview.c
12010         * src/summaryview.c
12011         * src/summaryview.h
12012                 Prevent changing current message while
12013                 incorporating
12014
12015 2005-06-15 [paul]       1.9.11cvs73
12016
12017         * src/gtk/gtkaspell.c
12018         * src/gtk/gtkaspell.h
12019                 fix build warnings
12020
12021 2005-06-15 [paul]       1.9.11cvs72
12022
12023         * src/prefs_filtering.c
12024                 allow reordering of filter rules by
12025                 drag n drop
12026
12027 2005-06-15 [paul]       1.9.11cvs71
12028
12029         * COPYING
12030                 updated
12031         * src/codeconv.c
12032                 replace deprecated function
12033         * src/inc.c
12034         * src/send_message.c
12035         * src/gtk/progressdialog.c
12036         * src/gtk/progressdialog.h
12037                 salvage and reuse parts of reverted sync
12038
12039 2005-06-15 [paul]       1.9.11cvs70
12040
12041         * src/inc.c
12042         * src/send_message.c
12043         * src/gtk/progressdialog.c
12044         * src/gtk/progressdialog.h
12045                 revert yesterday's sync with main
12046                 it contains deprecated functions
12047
12048 2005-06-15 [colin]      1.9.11cvs69
12049
12050         * src/headerview.c
12051                 Fix bug #670 (multi user to: will corrupt message 
12052                 headers display)
12053
12054 2005-06-15 [colin]      1.9.11cvs68
12055
12056         * src/compose.c
12057                 Fix bug #421 (Fix undo on wrapping)
12058
12059 2005-06-15 [colin]      1.9.11cvs67
12060
12061         * src/folder.c
12062                 Provide visual feedback while processing
12063                 folder's rules.
12064         * src/imap.c
12065                 Provide visual feedback while getting
12066                 short headers (for uncached messages)
12067
12068
12069 2005-06-14 [paul]       1.9.11cvs66
12070
12071         * src/account.c
12072                 change a couple stock icons
12073         * src/inc.c
12074         * src/send_message.c
12075         * src/gtk/progressdialog.c
12076         * src/gtk/progressdialog.h
12077                 sync main's GtkTreeView implementation
12078
12079 2005-06-14 [colin]      1.9.11cvs65
12080
12081         * src/imap.c
12082                 Various little fixes, mainly on error paths
12083
12084 2005-06-13 [colin]      1.9.11cvs64
12085
12086         * matcher.c
12087         * procmsg.c
12088         * procmsg.h
12089                 Add a way to fetch only headers. This speeds
12090                 up filtering on headers for IMAP. Fixes:
12091                 bug #481 extraneous imap commands slow down 
12092                         imap filtering
12093                 bug #522 Sylpheed downloads all messages 
12094                         when opening mailbox (IMAP)
12095                 bug #677 IMAP fetch is soooooooooooooo slow
12096         * src/folder.c
12097         * src/folder.h
12098                 Add a folder set_batch method so that
12099                 implementations can speed up flags changes
12100         * src/folderutils.c
12101         * src/summaryview.c
12102                 Use that in mark as (un)read and mark all read
12103                 Refix bug #679
12104         * src/imap.c
12105                 Implement set_batch - brings back deferred
12106                 flags in a less buggy manner. Fixes:
12107                 bug #729 IMAP immediate expunge of deleted messages
12108                 bug #191 remove list of messages with one command
12109                 Fix login with strange chars
12110                 Implement fetch_msg_full
12111                 Fix copy (wrong counts)
12112
12113 2005-06-12 [colin]      1.9.11cvs63
12114
12115         * src/folder.c
12116                 lock incorporation during long operations.
12117                 Avoids fucking up the IMAP socket.
12118
12119 2005-06-12 [colin]      1.9.11cvs62
12120
12121         * src/imap.c
12122                 Fix harmful typo
12123                 Factorize remove_all_msg
12124                 Thread-ize expunge
12125         * src/summaryview.c
12126                 Don't update partial-download status if unnecessary
12127         * src/folder.c
12128                 Use remove_msgs everywhere possible
12129
12130 2005-06-12 [colin]      1.9.11cvs61
12131
12132         * src/folder.c
12133         * src/folder.h
12134                 Add a remove_msgs function to remove a 
12135                 list of messages
12136         * src/imap.c
12137                 Implement that.
12138
12139 2005-06-12 [colin]      1.9.11cvs60
12140
12141         * src/imap.c
12142                 Remove flags-processing deferring... Too hard
12143                 to get it to work in all cases.
12144
12145 2005-06-11 [colin]      1.9.11cvs59
12146
12147         * src/imap.c
12148                 printf -> debug_print
12149
12150 2005-06-11 [colin]      1.9.11cvs58
12151
12152         * src/imap.c
12153                 o Fix build without USE_PTHREAD
12154                 o Factorize imap_open
12155                 o Alertpanel in case of impossible connection
12156                 o Alertpanel in case of impossible login
12157                 o Fix deferred flags processing to force a 
12158                   flush before adding some more flags to process,
12159                   but in another folder.
12160
12161 2005-06-10 [colin]      1.9.11cvs57
12162
12163         * src/imap.c
12164                 o Fix a format string error
12165                 o init ssl socket outside of the thread 
12166                   (it possibly invokes gtk calls)
12167         * src/procmime.c
12168                 o Put back the buffer to its necessary size
12169                 o Fix changing a file pointer without keeping
12170                   track of it (thanks Valgrind)
12171         * src/common/smtp.c
12172                 o Fix automatic STARTTLS if login should be done
12173                   and the server only allows it after starting TLS
12174         * src/gtk/gtkinputdialog.c
12175                 o Eat GDK_Return so that the combo popup doesn't 
12176                   appear when we press Enter to validate the combo
12177                   input dialog (as seen in the Open with... dialog)
12178
12179 2005-06-10 [colin]      1.9.11cvs56
12180
12181         * src/imap.c
12182                 o A bit less debug
12183                 o Fix a crash on deletion
12184                 o Threadize imap_select (it's called outside of 
12185                   threads)
12186                 o Defer treatment of DELETED flags
12187
12188
12189 2005-06-09 [colin]      1.9.11cvs55
12190
12191         * src/imap.c
12192                 Make sure we check imap_gtk_should_override(), which
12193                 potentially calls gtk stuff, before creating thread.
12194                 That way it should't be called via imap_get_session()
12195                 inside a thread.
12196
12197 2005-06-09 [colin]      1.9.11cvs54
12198
12199         * src/imap.c
12200                 o add a bit of status output
12201                 o remove some dead code
12202                 o threadize get_list_of_uids
12203                 o threadize imap_get_flags
12204                 o defer flag changing by 500ms so that they
12205                   can be batched
12206
12207
12208 2005-06-08 [colin]      1.9.11cvs53
12209
12210         * src/imap.c
12211                 Thread-ize imap_cmd_fetch
12212
12213 2005-06-08 [colin]      1.9.11cvs52
12214
12215         * src/main.c
12216                 Mmh, that broke POP3...
12217
12218 2005-06-08 [colin]      1.9.11cvs51
12219
12220         * src/main.c
12221                 Stabilize IMAP patch (thanks to Hoa)
12222
12223 2005-06-08 [colin]      1.9.11cvs50
12224
12225         * src/imap.c
12226                 Test patch to speed up imap. 
12227
12228 2005-06-08 [colin]      1.9.11cvs49
12229
12230         * src/imap_gtk.c
12231                 Warning fix
12232         * src/procmime.c
12233                 Apply patch from gentoo to use /usr/share/mime/globs if 
12234                 available, after un-breaking it
12235         * src/common/log.c
12236         * src/common/log.h
12237                 Use g_timeout for invoking hooks that possibly use gtk
12238                 calls. This should leave gtk calls in the main thread.
12239
12240 2005-06-08 [paul]       1.9.11cvs48
12241
12242         * src/codeconv.c
12243                 conv_get_outgoing_charset_str(): don't
12244                 use prefs_common setting
12245         * src/compose.c
12246         * src/compose.h
12247                 add /Options/Character encoding/... to
12248                 temporarily change the outgoing encoding
12249
12250         (belated sync with main)
12251
12252 2005-06-08 [paul]       1.9.11cvs47
12253
12254         * src/compose.c
12255                 correction to/completion of last
12256                 sync with main
12257
12258 2005-06-08 [paul]       1.9.11cvs46
12259
12260         sync with main:
12261         
12262         * src/codeconv.c
12263         * src/codeconv.h
12264                 always enabled Japanese auto-detection
12265                 if the first letters of locale string
12266                 is "ja"
12267         * src/compose.c
12268                 don't use "destroy" signal to destroy
12269                 Compose object (fix rare crashes on discard?)
12270         * src/mainwindow.c
12271         * src/messageview.c
12272         * src/prefs_send.c
12273                 added Hebrew encodings
12274         * src/sourcewindow.c
12275                 don't use "destroy" signal to destroy
12276                 objects
12277
12278 2005-06-07 [colin]      1.9.11cvs45
12279
12280         * src/summaryview.c
12281                 Add missing unlocks/locks
12282
12283 2005-06-07 [paul]       1.9.11cvs44
12284
12285         * src/summaryview.c
12286                 restore bug #749 fix
12287
12288 2005-06-06 [colin]      1.9.11cvs43
12289
12290         * src/summaryview.c
12291                 Fix selection bug when prefs_common.open_unread 
12292                 is FALSE
12293
12294 2005-06-06 [colin]      1.9.11cvs42
12295
12296         * src/common/md5.c
12297                 Fix a warning
12298         * src/summaryview.c
12299         * src/folderview.c
12300                 Factorize long operations beginning and end
12301                 (locking, freezing/thawing, cursor, ...)
12302                 Check selection->data member in selection-
12303                 related loops; this avoids dying an awful
12304                 death if the selection changes on us while
12305                 we're marking a whole IMAP folder unread, 
12306                 for example.
12307
12308 2005-06-06 [paul]       1.9.11cvs41
12309
12310         * src/textview.c
12311                 don't g_free() a static gchar buffer
12312
12313 2005-06-05 [colin]      1.9.11cvs40
12314
12315         * src/mainwindow.c
12316         * src/messageview.c
12317         * src/summaryview.c
12318                 Fix bug #749 (Show all headers should be
12319                 sticky as the GUI suggests)
12320
12321 2005-06-03 [paul]       1.9.11cvs39
12322
12323         * src/compose.c
12324                 don't allow editing of mail while sending.
12325                 patch by Colin
12326
12327 2005-06-03 [paul]       1.9.11cvs38
12328
12329         * src/folderview.c
12330                 add a freeze/thaw to speed up 'mark all read'
12331
12332 2005-06-03 [paul]       1.9.11cvs37
12333
12334         * src/prefs_message.c
12335                 reflect changes immediately
12336
12337 2005-06-02 [colin]      1.9.11cvs36
12338
12339         * po/POTFILES.in
12340                 Patch by Fabien Vantard.
12341
12342 2005-06-02 [colin]      1.9.11cvs35
12343
12344         * src/imap.c
12345                 Use a non-blocking imap_getline() if possible.
12346                 This should completely prevent the interface
12347                 from freezin on imap operations, although it
12348                 may do strange stuff in case of folder switching
12349                 while a big imap operation is taking place...
12350
12351                 In addition, fix a leak in the case thread
12352                 creation fails on connection.
12353
12354 2005-06-02 [colin]      1.9.11cvs34
12355
12356         * src/crash.c
12357         * src/prefs_common.h
12358                 Fix build (prefs_common_init() doesn't exist
12359                 anymore)
12360
12361 2005-06-02 [colin]      1.9.11cvs33
12362
12363         * src/prefs_account.c
12364                 Fix bug #245 (filtering rules broken when
12365                 renaming a remote account (imap4 or nntp)
12366
12367 2005-06-02 [colin]      1.9.11cvs32
12368
12369         * src/imap.c
12370                 Try to fix IMAP shortcomings: 
12371                 o Multithread imap_open()
12372                 o allow offline-mode overriding instead of
12373                   just returning NULL
12374         * src/imap_gtk.c
12375         * src/imap_gtk.h
12376                 Add a function to ask whether we want to
12377                 override offline-mode for 10 minutes (one-shot
12378                 asking was painful)
12379         * src/procheader.c
12380                 Fix segfault when imap parser isn't happy about
12381                 a missing {
12382
12383 2005-06-01 [colin]      1.9.11cvs31
12384
12385         * src/addrharvest.c
12386         * src/compose.c
12387         * src/mbox.c
12388         * src/mbox.h
12389         * src/mh.c
12390         * src/msgcache.c
12391         * src/send_message.c
12392         * src/setup.c
12393         * src/undo.c
12394         * src/common/hooks.c
12395         * src/common/prefs.c
12396         * src/common/template.c
12397         * src/common/utils.c
12398         * src/gtk/gtkutils.c
12399         * src/gtk/inputdialog.c
12400         * src/gtk/menu.c
12401         * src/gtk/pluginwindow.c
12402         * src/gtk/prefswindow.c
12403         * src/plugins/pgpmime/passphrase.c
12404         * src/plugins/pgpmime/prefs_gpg.c
12405                 More -Wall fixes
12406
12407         * src/common/Makefile.am
12408         * src/common/timing.h
12409                 Add basic timing code
12410
12411         * src/summaryview.c
12412                 Fix a bug with unread messages when 
12413                 re-sorting folders, and by the way
12414                 fix a big performance hit when 
12415                 re-sorting (10k mails: before 5s,
12416                 after .5s)
12417
12418         * src/prefs_compose_writing.c
12419         * src/prefs_compose_writing.h
12420         * src/prefs_message.c
12421         * src/prefs_message.h
12422         * src/prefs_other.c
12423         * src/prefs_other.h
12424         * src/prefs_quote.c
12425         * src/prefs_quote.h
12426         * src/prefs_receive.c
12427         * src/prefs_receive.h
12428         * src/prefs_send.c
12429         * src/prefs_send.h
12430         * src/prefs_summaries.c
12431         * src/prefs_summaries.h
12432                 Fix copyright banner
12433
12434 2005-06-01 [paul]       1.9.11cvs30
12435
12436         * po/fi.po
12437                 updated by Flammie Pirinen
12438         * src/procmime.c
12439                 fix 'Bad BASE64 content' output
12440
12441 2005-05-31 [colin]      1.9.11cvs29
12442
12443         * src/procmime.c
12444                 Oops, where did my hunk go.
12445
12446 2005-05-31 [colin]      1.9.11cvs28
12447
12448         * src/Makefile.am
12449         * src/account.c
12450         * src/action.c
12451         * src/addr_compl.c
12452         * src/addressbook.c
12453         * src/codeconv.c
12454         * src/compose.c
12455         * src/export.c
12456         * src/folder.c
12457         * src/folderview.c
12458         * src/image_viewer.c
12459         * src/main.c
12460         * src/mainwindow.c
12461         * src/messageview.c
12462         * src/mimeview.c
12463         * src/msgcache.c
12464         * src/prefs_account.c
12465         * src/prefs_actions.c
12466         * src/prefs_common.c
12467         * src/prefs_compose_writing.c
12468         * src/prefs_customheader.c
12469         * src/prefs_ext_prog.c
12470         * src/prefs_filtering.c
12471         * src/prefs_filtering_action.c
12472         * src/prefs_fonts.c
12473         * src/prefs_image_viewer.c
12474         * src/prefs_message.c
12475         * src/prefs_message.h
12476         * src/prefs_msg_colors.c
12477         * src/prefs_other.c
12478         * src/prefs_other.h
12479         * src/prefs_quote.c
12480         * src/prefs_receive.c
12481         * src/prefs_receive.h
12482         * src/prefs_send.c
12483         * src/prefs_send.h
12484         * src/prefs_spelling.c
12485         * src/prefs_summaries.c
12486         * src/prefs_summary_column.c
12487         * src/prefs_template.c
12488         * src/prefs_themes.c
12489         * src/prefs_toolbar.c
12490         * src/prefs_wrapping.c
12491         * src/procmime.c
12492         * src/procmsg.c
12493         * src/send_message.h
12494         * src/ssl_manager.c
12495         * src/summary_search.c
12496         * src/summaryview.c
12497         * src/textview.c
12498         * src/wizard.c
12499         * src/common/smtp.c
12500         * src/common/smtp.h
12501         * src/gtk/gtkutils.h
12502                 o Move the rest of Common prefs to new style
12503                 o Lots of -Wall warning fixes
12504                 o fix FIXME in cache memusage calculation
12505                 o Let return receipts be sent from any account
12506                 o Little cache optimisation (read)
12507                 o Fix bug #746 (don't treat commas as separators
12508                   when inside a quoted string)
12509
12510 2005-05-31 [paul]       1.9.11cvs27
12511
12512         * src/prefs_common.c
12513                 fix 'off-by-one' typo
12514
12515 2005-05-31 [paul]       1.9.11cvs26
12516
12517         * src/account.c
12518         * src/addr_compl.c
12519         * src/compose.c
12520         * src/foldersel.c
12521         * src/prefs_actions.c
12522         * src/prefs_common.c
12523         * src/prefs_common.h
12524         * src/prefs_customheader.c
12525         * src/prefs_display_header.c
12526         * src/prefs_filtering.c
12527         * src/prefs_filtering_action.c
12528         * src/prefs_matcher.c
12529         * src/prefs_summaries.c
12530         * src/prefs_summary_column.c
12531         * src/prefs_template.c
12532         * src/prefs_toolbar.c
12533         * src/ssl_manager.c
12534         * src/gtk/pluginwindow.c
12535         * src/gtk/prefswindow.c
12536         * src/gtk/progressdialog.c
12537                 add hidden prefs 'enable_rules_hint'
12538                 for gtk_tree_view_set_rules_hint()
12539                 (sync with main)
12540                 
12541
12542 2005-05-31 [colin]      1.9.11cvs25
12543
12544         * src/Makefile.am
12545         * src/main.c
12546         * src/prefs_common.c
12547         * src/prefs_summaries.c ** ADDED **
12548         * src/prefs_summaries.h ** ADDED **
12549                 Common/Display -> Display/Summaries
12550
12551 2005-05-31 [colin]      1.9.11cvs24
12552
12553         * src/Makefile.am
12554         * src/main.c
12555         * src/prefs_quote.c ** ADDED **
12556         * src/prefs_quote.h ** ADDED **
12557                 Move Common/Quote to Compose/Quoting
12558         * src/prefs_common.c
12559         * src/prefs_common.h
12560                 Remove old quote stuff, add
12561                 convenience functions for GtkTextView prefs
12562         * src/gtk/prefswindow.c
12563                 Set default height higher
12564
12565 2005-05-30 [colin]      1.9.11cvs23
12566
12567         * src/Makefile.am
12568         * src/main.c
12569         * src/prefs_common.c
12570         * src/prefs_compose_writing.c ** ADDED **
12571         * src/prefs_compose_writing.h ** ADDED **
12572                 Move Common/Compose prefs to Compose/Writing
12573
12574 2005-05-30 [colin]      1.9.11cvs22
12575
12576         * src/common/utils.c
12577                 Fix bug #651 (Confused Attract by Subject)
12578                 Patch by M. Benkmann <haferfrost@web.de>
12579         * AUTHORS
12580
12581 2005-05-30 [colin]      1.9.11cvs21
12582
12583         * src/compose.c
12584                 Fix concatenation of different headers of
12585                 the same type (bug #645)
12586         * src/prefs_folder_item.c
12587                 Fix bug #699 (setting color to black doesn't
12588                 work immediately)
12589         * src/procmime.c
12590                 Print out decoding error only once per
12591                 block
12592
12593 2005-05-30 [paul]       1.9.11cvs20
12594
12595         * src/common/template.c
12596                 fix Bcc
12597
12598 2005-05-30 [paul]       1.9.11cvs19
12599
12600         * doc/src/rfc2368.txt   **NEW FILE**
12601         * src/compose.c
12602                 compose_entries_set(): don't interpret Bcc
12603                 header field (conform to RFC 2368)
12604                 (sync with main)
12605
12606 2005-05-29 [colin]      1.9.11cvs18
12607
12608         * src/prefs_common.c
12609                 Let the default reply format respect
12610                 netiquette by cutting the signature.
12611
12612 2005-05-29 [colin]      1.9.11cvs17
12613
12614         * src/summaryview.c
12615                 Don't let always_show_msg override
12616                 open_unread_on_enter when opening a new
12617                 directory.
12618
12619 2005-05-27 [paul]       1.9.11cvs16
12620
12621         sync with main:
12622
12623         * src/main.c
12624                 app_will_exit(): cleanup tmp directory when exit
12625         * src/message_search.c
12626                 improved the interface and made code cleanup.
12627                 removed Clear button
12628         * src/send_message.c
12629                 send_message_local(): use GSpawn, and detect errors
12630         * src/summary_search.c
12631                 improved the interface and made code cleanup
12632         * src/textview.c
12633                 textview_write_link(): also skip non-ascii space
12634                  at the head of link strings (phishing check
12635                  didn't work at the case)
12636         * src/common/utils.c
12637                 get_command_output(): use g_spawn_command_line_sync()
12638                 instead of popen()
12639
12640 2005-05-26 [colin]      1.9.11cvs15
12641
12642         * src/folder.c
12643                 remove printf
12644
12645 2005-05-26 [colin]      1.9.11cvs14
12646
12647         * src/common/nntp.c
12648                 Fix nntp mode reader (bug #611)
12649                 Patch by Florian Mickler <florian@mickler.org>
12650
12651 2005-05-26 [colin]      1.9.11cvs13
12652
12653         * src/plugins/pgpmime/passphrase.c
12654                 Fix mouse grabbing (bug #557)
12655
12656 2005-05-26 [colin]      1.9.11cvs12
12657
12658         * src/prefs_themes.c
12659                 Fix g_warning (bug #541)
12660
12661 2005-05-26 [colin]      1.9.11cvs11
12662
12663         * src/prefs_actions.c
12664         * src/prefs_template.c
12665                 Fix bug #506 (no warning if action/template
12666                 is not saved)
12667         * src/common/template.c
12668                 Fix a possible crash
12669
12670 2005-05-26 [colin]      1.9.11cvs10
12671
12672         * src/folder.c
12673         * src/folderview.c
12674         * src/procmsg.c
12675         * src/summaryview.c
12676                 Forbid locked messages to be moved or
12677                 deleted. Locked messages in trashes 
12678                 still get deleted, for performance
12679                 reason (mh.c::mh_remove_all_msgs)
12680
12681 2005-05-25 [colin]      1.9.11cvs9
12682
12683         * src/procmime.c
12684                 Use correct encoding when sending mails
12685                 with attachments that have accentued 
12686                 chars in their name
12687
12688 2005-05-24 [colin]      1.9.11cvs8
12689
12690         * src/summaryview.c
12691                 Fix bug #688 f) read/unread marker not
12692                 changed on first click
12693                 Also, optimize summary_status_show()
12694                 calls
12695         * src/folder.c
12696         * src/inc.c
12697         * src/procmime.c
12698                 Fix bug #688 b) and c) wrt message
12699                 attachments and signature
12700         * src/stock_pixmap.c
12701         * src/stock_pixmap.h
12702         * src/stock_pixmap.c
12703         * src/stock_pixmap.h
12704         * src/Makefile.am
12705         * src/pixmaps/clip_gpg_signed.xpm
12706                 Add clip/signed icon
12707
12708 2005-05-24 [colin]      1.9.11cvs7
12709
12710         * src/folder_item_prefs.c
12711                 whitespace fix
12712
12713 2005-05-24 [colin]      1.9.11cvs6
12714
12715         * src/folderview.c
12716         * src/prefs_common.c
12717         * src/prefs_common.h
12718                 Add a confirmation to folder drag and drop
12719                 fixes bug #156
12720         * src/alertpanel.c
12721         * src/alertpanel.h
12722                 fix _with_disable parameters so that
12723                 the buttons labels are specifiable too
12724         * src/plugins/pgpmime/sgpgme.c
12725                 reflect said change
12726                 
12727
12728 2005-05-24 [colin]      1.9.11cvs5
12729
12730         * src/folderview.c
12731                 Uncollapse/collapse folders on double-click
12732                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12733                 closes bug #108
12734
12735 2005-05-23 [colin]      1.9.11cvs4
12736
12737         * src/common/socket.c
12738                 Check another special SSL_peek() error.
12739                 Should help wrt bug #728
12740
12741 2005-05-23 [colin]      1.9.11cvs3
12742
12743         * src/plugins/pgpmime/pgpmime.c
12744                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12745                 breaking menu accelerators and stuff. Users will have to
12746                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12747                 account's privacy preferences if needed.
12748
12749 2005-05-22 [paul]
12750
12751         * tools/kdeservicemenu/install.sh
12752                 use kdesu to prompt for root password if doing
12753                 global install/uninstall
12754
12755 2005-05-20 [colin]      1.9.11cvs2
12756
12757         * src/procmsg.c
12758                 Fix another compilation error with gcc-2.9x
12759                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12760         * src/send_message.c
12761                 Don't send QUIT if we aren't connected
12762
12763 2005-05-19 [colin]      1.9.11cvs1
12764
12765         * src/procmsg.c
12766                 Fix compilation with gcc 2.9x
12767
12768 2005-05-19 [paul]       1.9.11
12769
12770         1.9.11 released
12771
12772 2005-05-19 [paul]       1.9.9cvs14
12773
12774         * src/gtk/inputdialog.c
12775                 prevent gettext warning
12776
12777 2005-05-19 [paul]       1.9.9cvs13
12778
12779         * src/mainwindow.c
12780         * src/prefs_common.c
12781         * src/prefs_common.h
12782         * src/textview.c
12783         * src/textview.h
12784                 add an option to toggle cursor in message
12785                 view (sync with main)
12786
12787 2005-05-18 [colin]      1.9.9cvs12
12788
12789         * src/compose.c
12790                 Dereference freed pointer
12791         * src/gtk/gtkaspell.c
12792                 Fix duplication of dictionaries (is it an aspell issue?)
12793
12794 2005-05-18 [colin]      1.9.9cvs11
12795
12796         * src/gtk/inputdialog.c
12797         * src/gtk/gtkaspell.c
12798                 HIGuify dialogs
12799         * src/alertpanel.c
12800                 Remove a double call
12801
12802 2005-05-17 [colin]      1.9.9cvs10
12803
12804         * src/gtk/gtkaspell.c
12805                 Fix dialogs, Ctrl-Enter accel
12806
12807 2005-05-17 [colin]      1.9.9cvs9
12808
12809         * src/gtk/gtkaspell.c
12810                 Fix some accelerators, escape in replace-window
12811
12812 2005-05-16 [colin]      1.9.9cvs8
12813
12814         * src/gtk/gtkaspell.c
12815                 Revert last commit, it was a mistake.
12816
12817 2005-05-16 [colin]      1.9.9cvs7
12818
12819         * src/gtk/gtkaspell.c
12820                 Remove buggy code while we're at it. It's a 
12821                 dead code path anyway.
12822
12823 2005-05-16 [colin]      1.9.9cvs6
12824
12825         * src/gtk/gtkaspell.c
12826                 Missed some gtk_menu_popup where deactivate
12827                 signal should be handled. Should fix bug
12828                 #629 a bit more.
12829
12830 2005-05-16 [colin]      1.9.9cvs5
12831
12832         * src/gtk/gtkaspell.c
12833                 Remove debug printf()s
12834
12835 2005-05-16 [colin]      1.9.9cvs4
12836
12837         * src/gtk/gtkaspell.c
12838                 Fix a bit aspell problems
12839                 (see bug #629)
12840
12841 2005-05-13 [colin]      1.9.9cvs3
12842
12843         * src/folderview.c
12844                 Fix the + appearing even when no subfolders
12845                 have unread messages. Thanks to wwp for the
12846                 bug report.
12847
12848 2005-05-11 [paul]       1.9.9cvs2
12849
12850         * src/folderview.c
12851                 correction to 1.9.9cvs1, only colour folders that
12852                 have new msgs (not unread msgs)
12853
12854 2005-05-10 [colin]      1.9.9cvs1
12855
12856         * src/folderview.c
12857         * src/summaryview.c
12858                 Try to fix bolding bugs again.
12859
12860 2005-05-09 [paul]
12861
12862         * tools/claws.i18n.status.pl
12863                 add Ricardo Mones Lastra's script that has been providing
12864                 the i18n status page for many months
12865
12866 2005-05-09 [paul]       1.9.9
12867
12868         1.9.9 release
12869
12870 2005-05-09 [paul]       1.9.6cvs58
12871
12872         * AUTHORS
12873         * INSTALL
12874         * README.claws
12875                 updated
12876         * Makefile.am 
12877         * RELEASE_NOTES.claws
12878                 add release notes to cvs to simplify release
12879                 procedure
12880         * configure.ac
12881                 add ca and fi to ALL_LINGUAS
12882         * po/Makefile.in.in
12883                 workaround for missing Makevars
12884         * po/ca.po
12885         * po/fi.po
12886                 add new Catalan and Finnish translations
12887                 submitted by Miquel Oliete and Flammie Pirinen
12888         * po/de.po
12889         * po/es.po
12890         * po/fr.po
12891         * po/it.po
12892         * po/pl.po
12893         * po/ru.po
12894         * po/sk.po
12895         * po/sr.po
12896         * po/zh_CN.po
12897                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12898                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12899                 Urke MMI, and Hansom Young
12900         * src/main.c
12901                 Fix drafting when quitting. compose_draft() closes the
12902                 compose windows, which modifies the compose_list GSList.
12903                 We have to refresh this list after echo drafting to avoid a
12904                 segfault
12905         * src/partial_download.c
12906                 fix segfault on exit
12907
12908 2005-05-06 [paul]       1.9.6cvs57
12909
12910         * src/grouplistdialog.c
12911                 quick fix/workaround for unresizeable newsgroup
12912                 name column 
12913
12914 2005-05-06 [paul]       1.9.6cvs56
12915
12916         * src/inc.c
12917         * src/mainwindow.c
12918                 use gettext plural forms
12919         * src/imap_gtk.c
12920         * src/mh_gtk.c
12921         * src/toolbar.c
12922                 small improvement to english usage
12923
12924 2005-05-05 [thorsten]   1.9.6cvs55
12925
12926         * src/folder.c
12927                 fix possible crash
12928
12929 2005-05-05 [paul]       1.9.6cvs54
12930         
12931         sync with HEAD
12932
12933         * AUTHORS
12934         * src/compose.c
12935                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12936                 patch by Tim Mann
12937
12938 2005-05-05 [paul]       1.9.6cvs53
12939
12940         * src/mainwindow.c
12941                 fix resizing of separate message and
12942                 folder views
12943
12944 2005-05-05 [paul]       1.9.6cvs52
12945
12946         * src/account.c
12947         * src/addrgather.c
12948         * src/browseldap.c
12949         * src/exphtmldlg.c
12950         * src/expldifdlg.c
12951         * src/importmutt.c
12952         * src/importpine.c
12953         * src/main.c
12954         * src/mainwindow.c
12955         * src/noticeview.c
12956         * src/prefs_filtering.c
12957         * src/prefs_filtering_action.c
12958         * src/prefs_matcher.c
12959         * src/prefs_spelling.c
12960         * src/prefs_toolbar.c
12961         * src/toolbar.c
12962         * src/wizard.c
12963         * src/gtk/description_window.c
12964         * src/gtk/gtkvscrollbutton.c
12965         * src/gtk/progressdialog.c
12966         * src/gtk/quicksearch.c
12967         * src/plugins/pgpmime/prefs_gpg.c
12968         * src/plugins/spamassassin/spamassassin_gtk.c
12969                 replace deprecated gtk_widget_set_usize
12970
12971 2005-05-04 [colin]      1.9.6cvs51
12972
12973         * src/common/utils.c
12974                 Fix crash when subst_for_filename is called
12975                 with a NULL parameter
12976
12977 2005-05-04 [colin]      1.9.6cvs50
12978
12979         * src/partial_download.c
12980         * src/pop.c
12981                 Escape login when writing uidl file
12982                 fixes bug #736
12983
12984 2005-05-03 [colin]      1.9.6cvs49
12985
12986         * src/procmime.c
12987                 Fix possible DOS in mime parser
12988                 (see bug #634)
12989
12990 2005-05-02 [colin]      1.9.6cvs48
12991
12992         * src/compose.c
12993                 Try to fix the copy/paste mess once again.
12994
12995
12996 2005-04-30 [colin]      1.9.6cvs47
12997
12998         * src/prefs_account.h
12999         * src/procmsg.c
13000         * src/send_message.c
13001         * src/common/smtp.c
13002         * src/common/smtp.h
13003                 Try to batch sending mails (per account) instead of
13004                 reconnecting to server every time.
13005
13006 2005-04-29 [colin]      1.9.6cvs46
13007
13008         * src/messageview.c
13009                 Fix window resizing that refused to size down
13010         * src/prefs_common.c
13011         * src/prefs_common.h
13012         * src/prefs_filtering.c
13013                 Save Filtering's window size
13014
13015 2005-04-21 [paul]       1.9.6cvs45
13016
13017         * ChangeLog-gtk2.claws
13018         * src/setup.c
13019                 correction to sync
13020
13021 2005-04-21 [paul]       1.9.6cvs44
13022
13023         sync with main:
13024
13025         * src/setup.c
13026         * src/statusbar.c
13027         * src/statusbar.h
13028                 use gtkut_widget_draw_now(). Improved performance
13029                 of the update of statusbar
13030         * src/textview.c
13031                 textview_smooth_scroll_do(): redraw it after scroll
13032                 is done (fixed incorrect display when a part of the
13033                 view is hidden).
13034         * src/gtk/gtkutils.c
13035         * src/gtk/gtkutils.h
13036                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13037                 to force update of widgets.
13038                 Removed gtkut_widget_wait_for_draw() which had a big
13039                 overhead  because of waiting for all events processed 
13040
13041 2005-04-20 [paul]       1.9.6cvs43
13042
13043         * src/codeconv.c
13044                 complete 1.9.6cvs42's sync:
13045                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13046
13047 2005-04-19 [paul]       1.9.6cvs42
13048
13049         sync with main:
13050
13051         * src/action.c
13052                 catch_output(): correctly select the insert text
13053                 (fix invalid iterator warnings).
13054         * src/codeconv.c
13055         * src/codeconv.h
13056         * src/mainwindow.c
13057         * src/messageview.c
13058         * src/prefs_common.c
13059                 support GBK encoding.
13060         * src/common/session.c
13061         * src/common/session.h
13062                 use separate buffer for large data to be sent,
13063                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13064
13065 2005-04-18 [paul]       1.9.6cvs41
13066
13067         * src/jpilot.c
13068                 convert unsigned long into guint32
13069                 patch by Paul LeoNerd Evans 
13070
13071 2005-04-17 [colin]      1.9.6cvs40
13072
13073         * src/compose.c
13074                 Fix 'Request return receipt' from folder
13075                 properties (bug #708)
13076
13077 2005-04-17 [colin]      1.9.6cvs39
13078
13079         * src/mainwindow.c
13080                 Fix duplicate hotkeys in Mainwindow's menu
13081
13082 2005-04-17 [colin]      1.9.6cvs38
13083
13084         * src/folderview.c
13085                 Fix duplicate hotkeys in Folderview's contextual
13086                 menu
13087
13088 2005-04-15 [colin]      1.9.6cvs37
13089
13090         * src/summaryview.c
13091                 Fix 'Save as...' with non-ascii filenames
13092
13093 2005-04-15 [colin]      1.9.6cvs36
13094
13095         * src/plugins/pgpmime/pgpmime.c
13096                 Fix bus error on 64bit. Spotted by 
13097                 macallan1888@gmail.com
13098
13099 2005-04-15 [colin]      1.9.6cvs35
13100
13101         * src/prefs_account.c
13102                 Fix cvs34.
13103
13104 2005-04-12 [colin]      1.9.6cvs34
13105
13106         * src/prefs_account.c
13107                 Fix smtp auth type off-by-one. We forgot to
13108                 add PLAIN in the prefs-to-gui setter func and
13109                 as a result, the selected auth when opening
13110                 account prefs was not the correct one.
13111
13112 2005-04-12 [paul]       1.9.6cvs33
13113
13114         * src/inc.c
13115                 if the recv dialog is visible, Cancel only
13116                 cancels the current account
13117
13118
13119 2005-04-10 [colin]      1.9.6cvs32
13120
13121         * src/filtering.c
13122                 Copy score when copying FilteringActions
13123                 Fix bug #674
13124
13125 2005-04-10 [colin]      1.9.6cvs31
13126
13127         * src/inc.c
13128                 Make Message -> Receive -> Cancel cancel 
13129                 incorporation on all accounts. Fixes
13130                 bug #693
13131
13132 2005-04-10 [colin]      1.9.6cvs30
13133
13134         * src/prefs_account.c
13135                 Update Privacy checkbuttons status based
13136                 on the selected privacy system
13137         * src/compose.c
13138                 Always connect the "None" privacy system; the
13139                 static boolean was probably there to avoid
13140                 reconnecting twice in the same compose window,
13141                 but as the parent function is only called once
13142                 per compose, it's only a bug - as a static is
13143                 initialized once per application instance.
13144                 Also, don't uncheck Sign and Encrypt when
13145                 selecting None as privacy system; just ignore
13146                 them when sending/queuing.
13147                 Should fix bug #695
13148
13149 2005-04-08 [colin]      1.9.6cvs29
13150
13151         * src/account.c
13152         * src/prefs_account.c
13153         * src/prefs_account.h
13154                 Add account preference to queue message in a certain
13155                 folder.
13156
13157 2005-04-06 [colin]      1.9.6cvs28
13158
13159         * src/prefs_account.c
13160                 Update old inbox path syntax
13161
13162 2005-04-06 [paul]       1.9.6cvs27
13163
13164         sync with main:
13165
13166         * configure.ac
13167                 changed -traditional-cpp to -no-cpp-precomp for newer
13168                 Mac OS X support
13169         * src/foldersel.c
13170                 made column resize automatically
13171         * src/send_message.c
13172                 send_message_smtp(): consider EOF right after QUIT
13173                 successful (workaround for Gmail SMTP server)
13174         * src/common/socket.c
13175                 ssl_read(), ssl_peek(): check EOF which violates the
13176                 SSL protocol
13177         * src/gtk/colorlabel.c
13178                 removed warnings when displaying colorlabel menu
13179                 (don't use GtkAlignment)
13180
13181 2005-04-05 [paul]       1.9.6cvs26
13182
13183         * src/plugins/trayicon/trayicon.c
13184                 fix clipping of icon under KDE3 
13185
13186 2005-04-05 [paul]       1.9.6cvs25
13187
13188         * src/summaryview.c
13189                 hide display of threading
13190                 patch by Alfons
13191
13192 2005-04-04 [thorsten]   1.9.6cvs24
13193
13194         * src/mh.c
13195                 marks lost on filesystems with different stat() results on
13196                 summer-/wintertime
13197
13198 2005-04-03 [colin]      1.9.6cvs23
13199
13200         * src/summaryview.c
13201                 Don't handle up/down. Patch by Alfons
13202
13203 2005-04-02 [colin]      1.9.6cvs22
13204
13205         * src/summaryview.c
13206                 Make scrolling faster. Patch by Alfons.
13207
13208 2005-04-01 [colin]      1.9.6cvs21
13209
13210         * src/Makefile.am
13211         * src/stock_pixmap.c
13212         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13213         * src/pixmaps/dir_noselect.xpm ** ADDED **
13214                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13215
13216 2005-04-01 [colin]      1.9.6cvs20
13217
13218         * src/image_viewer.c
13219         * src/image_viewer.h
13220         * src/procmime.c
13221         * src/procmime.h
13222         * src/textview.c
13223         * src/textview.h
13224                 Implement inline image resizing and right-clicking
13225
13226 2005-04-01 [paul]       1.9.6cvs19
13227
13228         * AUTHORS
13229         * Makefile.am
13230         * configure.ac
13231                 check for gnome2
13232                 patch by Luca Cavalli <loopback<AT>slackit.org>
13233         * po/ru.po
13234                 updated by Pavlo Bohmat
13235
13236 2005-03-31 [colin]      1.9.6cvs18
13237
13238         * src/news.c
13239                 Fix parsing references
13240         * src/msgcache.c
13241                 don't put nulls in the references list
13242         * src/procheader.c
13243                 commit that forgotten file in 1.9.6cvs14
13244
13245 2005-03-31 [colin]      1.9.6cvs17
13246
13247         * src/compose.c
13248                 Fix joining of signature separator again. 
13249                 Maybe Hiro could put it in main too...
13250
13251 2005-03-31 [colin]      1.9.6cvs16
13252
13253         * src/Makefile.am
13254         * src/foldersel.c
13255         * src/stock_pixmap.c
13256         * src/stock_pixmap.h
13257         * src/pixmaps/dir-noselect.xpm
13258                 Update foldersel.c (sync from main, patch by Alfons)
13259
13260 2005-03-30 [colin]      1.9.6cvs15
13261
13262         * src/imap.c
13263                 Fix handling of imap folders containing [] in 
13264                 their name. Thanks to Nahuel Angelinetti for
13265                 the detailed bugreport.
13266
13267 2005-03-30 [colin]      1.9.6cvs14
13268
13269         * src/common/utils.h
13270         * src/common/utils.c
13271         * src/common/defs.h
13272         * src/matcher.c
13273         * src/msgcache.c
13274         * src/news.c
13275         * src/procmsg.c
13276         * src/procmsg.h
13277         * src/quote_fmt_parse.y
13278         * src/summaryview.c
13279                 Update references system. Patch by Alfons
13280
13281 2005-03-30 [colin]      1.9.6cvs13
13282
13283         * src/common/socket.c
13284                 Force the glibc to read resolv.conf again when 
13285                 it has changed. Should fix issues when changing
13286                 networks on a laptop and not restarting sylpheed. 
13287
13288 2005-03-30 [paul]       1.9.6cvs12
13289
13290         partial sync with main:
13291
13292         * src/action.c
13293                 create_io_dialog(): use user-defined text font
13294                 (thanks to Alfons), and modified its appearance.
13295         * src/addrgather.c
13296         * src/addrharvest.c
13297         * src/browseldap.c
13298                 replace old code
13299         * src/compose.c
13300                 don't join (presumably) itemized lines on line-wrapping
13301                 fixed wrapping of quote when auto-wrapping is enabled
13302                 compose_destroy(): destroy paned only if it's not
13303                 attached to window. Fixed memory leak of popup menu.
13304         * src/exphtmldlg.c
13305         * src/expldifdlg.c
13306                 replace old code
13307         * src/html.c
13308         * src/html.h
13309         * src/importmutt.c
13310         * src/importpine.c
13311                 replace old code
13312         * src/main.c
13313                 removed redundant code
13314         * src/mainwindow.c
13315                 changed 'Code set' (which is rather incorrect)
13316                 in the menu to 'Character encoding'
13317                 main_window_set_widgets(): request size first
13318                 to prevent window size becoming wrong
13319                 fixed remembering of the state of the visibility
13320                 of MessageView
13321         * src/messageview.c
13322                 changed 'Code set' (which is rather incorrect)
13323                 in the menu to 'Character encoding'
13324         * src/prefs_common.c
13325         * src/prefs_common.h
13326                 added an option whether to render HTML as text or not
13327                 added separators to outgoing encoding menu
13328         * src/procheader.c
13329                 procheader_scan_date_string(): support header
13330                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13331         * src/summaryview.c
13332         * src/summaryview.h
13333                 minor code cleanup
13334         * src/textview.c
13335                 textview_show_html(): force output of newline
13336                 added an option whether to render HTML as text or not
13337         * src/common/utils.c
13338                 strncpy2(): optimized based on Alfons' code
13339         * src/gtk/gtkutils.c
13340         * src/gtk/gtkutils.h
13341                 removed non-used code
13342         * src/plugins/pgpmime/passphrase.c
13343                 partially fixed grab input of passphrase dialog
13344                 Confine pointer to window
13345
13346 2005-03-30 [colin]      1.9.6cvs11
13347
13348         * src/msgcache.c
13349         * src/msgcache.h
13350                 Read/write 32bit ints from cache & marks
13351                 From main.
13352
13353 2005-03-29 [paul]       1.9.6cvs10
13354
13355         * AUTHORS
13356         * ChangeLog.claws
13357         * src/compose.c
13358         * src/gtk/gtkaspell.c
13359                 sync with HEAD (don't pass NULL pointers) 
13360
13361 2005-03-24 [paul]
13362
13363         * tools/Makefile.am
13364         * tools/README
13365         * tools/acroread2sylpheed.pl
13366                 sync with HEAD (add script to send pdfs as
13367                 attachments from Adobe Reader 7)
13368
13369 2005-03-21 [paul]       1.9.6cvs9
13370
13371         * configure.ac
13372         * po/POTFILES.in
13373         * src/Makefile.am
13374         * src/crash.c
13375         * src/image_viewer.c ** ADDED **
13376         * src/image_viewer.h ** ADDED **
13377         * src/main.c
13378         * src/prefs_common.c
13379         * src/prefs_common.h
13380         * src/prefs_image_viewer.c ** ADDED **
13381         * src/prefs_image_viewer.h ** ADDED **
13382         * src/textview.c
13383         * src/gtk/about.c
13384         * src/pixmaps/sylpheed_logo.xpm
13385         * src/plugins/Makefile.am
13386         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13387         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13388         * src/plugins/image_viewer/plugin.c ** REMOVED **
13389         * src/plugins/image_viewer/viewer.c ** REMOVED **
13390         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13391         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13392         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13393         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13394         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13395                 as gdk-pixbuf is now built-in
13396                 remove image_viewer plugin and put code back into
13397                 main codebase
13398                 implement inline image display (sync with main)
13399
13400                 replace logo with newer, nicer, larger version  
13401
13402 2005-03-21 [paul]       1.9.6cvs8
13403
13404         * src/gtk/about.c
13405                 cosmetic improvement
13406
13407 2005-03-21 [holger]     1.9.6cvs7
13408
13409         * src/plugins/spamassassin/spamassassin.c
13410                 Sync with HEAD
13411                 (unregister hook on failed plugin init)
13412
13413 2005-03-20 [colin]      1.9.6cvs6
13414
13415         * src/common/plugin.c
13416                 Check that plugin isn't already loaded
13417                 Patch by Alfons
13418
13419 2005-03-20 [thorsten]   1.9.6cvs5
13420
13421         * src/compose.c
13422                 use a more compatible syntax
13423
13424 2005-03-20 [thorsten]   1.9.6cvs4
13425
13426         * src/prefs_toolbar.c
13427                 fix crash when selecting toolbar item (uninitialized pointer)
13428
13429 2005-03-20 [thorsten]   1.9.6cvs3
13430
13431         * src/procmime.c
13432                 fix mimetype detection (referenced free()d string)
13433
13434 2005-03-20 [paul]       1.9.6cvs2
13435
13436         * src/compose.c
13437                 sync with HEAD (1.0.3cvs5)
13438                 neglect Reply-To header if empty
13439                 Patch by Alfons 
13440
13441 2005-03-19 [holger]     1.9.6cvs1
13442
13443         * src/summaryview.c
13444         * src/summaryview.h
13445                 Sync with HEAD
13446
13447 2005-03-18 [paul]       1.9.6
13448
13449         initial GTK2 release
13450
13451 2005-03-18 [paul]       1.0.3cvs3.1
13452
13453         * AUTHORS
13454         * ChangeLog.claws
13455         * configure.ac
13456         * src/gtk/about.c
13457         * src/pixmaps/sylpheed_logo.xpm
13458                 sync with HEAD
13459
13460 2005-03-18 [colin]      1.0.3cvs2.6
13461
13462         * src/summaryview.c
13463                 Remove call to summary_step in summary_copy_selected_to
13464                 Can't see its purpose, and this causes bug when copying
13465                 a message if the next one is unread: it reads it.
13466
13467 2005-03-18 [paul]       1.0.3cvs2.5
13468
13469         * src/foldersel.c
13470                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13471
13472 2005-03-18 [paul]       1.0.3cvs2.4
13473
13474         * src/addrharvest.c
13475         * src/codeconv.c
13476         * src/codeconv.h
13477         * src/compose.c
13478         * src/news.c
13479         * src/procheader.c
13480         * src/procmime.c
13481         * src/unmime.c
13482         * src/unmime.h
13483                 fix buffer overflow, CAN-2005-0667, see
13484                 http://secunia.com/advisories/14491/
13485                 Patch by Alfons
13486
13487 2005-03-17 [colin]      1.0.3cvs2.3
13488
13489         * src/prefs_fonts.c
13490         * src/summaryview.c
13491                 Fix font bugs (both lists now officialy share 
13492                 the same font)
13493                 
13494
13495 2005-03-17 [paul]       1.0.3cvs2.2
13496
13497         * src/gtk/pluginwindow.c
13498                 make plugin descriptions uneditable
13499
13500 2005-03-11 [paul]       1.0.3cvs2.1
13501
13502         * ChangeLog.claws
13503         * configure.ac
13504         * po/POTFILES.in
13505         * src/plugins/trayicon/trayicon.c
13506                 sync with HEAD
13507                 add src/wizard.c to POTFILES.in
13508
13509 2005-03-11 [paul]       1.0.3cvs1.1
13510
13511         * ChangeLog
13512         * ChangeLog.claws
13513         * configure.ac
13514         * po/de.po
13515         * po/es.po
13516         * po/fr.po
13517         * po/it.po
13518         * po/pt_BR.po
13519         * po/ru.po
13520         * po/sk.po
13521         * po/sr.po
13522         * po/zh_CN.po
13523                 sync with HEAD
13524
13525 2005-03-04 [colin]      1.0.1cvs22.2
13526
13527         * src/compose.c
13528                 Fix signatures with accentued chars in it
13529
13530 2005-03-04 [colin]      1.0.1cvs22.1
13531
13532         * src/common/smtp.c
13533         * src/common/smtp.h
13534                 Don't use SIZE param in MAIL FROM: if server 
13535                 doesn't support it. Patch by Eugen Freiter
13536                 <eugen_f@users.sf.net>
13537
13538 2005-02-27 [paul]       1.0.1cvs20.1
13539
13540         * ChangeLog.claws
13541         * configure.ac
13542         * src/messageview.c
13543                 sync with HEAD
13544
13545 2005-02-27 [colin]      1.0.1cvs19.4
13546
13547         * src/procheader.c
13548         * src/procheader.h
13549                 Fix prototypes. Patch by Alfons
13550
13551 2005-02-27 [colin]      1.0.1cvs19.3
13552
13553         * src/compose.c
13554                 Don't auto-join the signature separator.
13555
13556 2005-02-26 [colin]      1.0.1cvs19.2
13557
13558         * src/summaryview.c
13559                 Fix 'mark all read' with collapsed threads.
13560                 Patch by Alfons.
13561
13562 2005-02-25 [paul]       1.0.1cvs19.1
13563
13564         * ChangeLog.claws
13565         * configure.ac
13566         * src/prefs_account.c
13567         * src/prefs_folder_item.c
13568         * src/gtk/prefswindow.c
13569         * src/gtk/prefswindow.h
13570                 sync with HEAD
13571
13572 2005-02-25 [paul]       1.0.1cvs15.12
13573
13574         * src/alertpanel.c
13575         * src/codeconv.c
13576         * src/compose.c
13577         * src/textview.c
13578         * src/gtk/gtkutils.c
13579         * src/gtk/gtkutils.h
13580         * src/gtk/logwindow.c
13581         * src/gtk/progressdialog.c
13582                 sync with main (revision 127)
13583                 and fix logwindow clipping
13584
13585 2005-02-24 [colin]      1.0.1cvs15.11
13586
13587         * src/plugins/pgpmime/passphrase.c
13588                 Disable input grabbing; it doesn't work yet.
13589
13590 2005-02-24 [colin]      1.0.1cvs15.10
13591
13592         * src/messageview.c
13593                 Don't send out receipts if offline. Ask.
13594
13595 2005-02-23 [colin]      1.0.1cvs15.9
13596
13597         * src/summaryview.c     
13598                 Fix expanding
13599
13600 2005-02-23 [colin]      1.0.1cvs15.8
13601
13602         * src/summaryview.c
13603                 Really fix Bug 568 by removing useless
13604                 calls. summary_thread_init() now called
13605                 in summary_sort(). This should please
13606                 Alfons as it should be faster than 
13607                 previously.
13608
13609 2005-02-23 [colin]      1.0.1cvs15.7
13610
13611         * src/compose.c
13612                 Encode parts as QP or B64 if signing
13613
13614 2005-02-23 [colin]      1.0.1cvs15.6
13615
13616         * src/compose.c
13617                 Fix Mimeinfo leakage (including tmp files)
13618         * src/procmsg.c
13619                 Fix tmp file leakage (spotted by Ivan Rayner)
13620
13621 2005-02-22 [colin]      1.0.1cvs15.5
13622
13623         * src/expldifdlg.c
13624                 Fix keyboard input. Patch by Alfons.
13625
13626 2005-02-21 [colin]      1.0.1cvs15.4
13627
13628         * src/compose.c
13629                 Fix Sign/Encrypt when unselecting privacy
13630                 system
13631         * src/prefs_common.c
13632                 Change default message font to Monospace
13633         * src/summaryview.c
13634                 More freezing during potentially large operations
13635
13636 2005-02-21 [paul]       1.0.1cvs15.3
13637
13638         * src/main.c
13639                 fix --help output
13640
13641 2005-02-21 [paul]       1.0.1cvs15.2
13642
13643         * po/Makefile.in.in
13644         * src/compose.c
13645         * src/summaryview.c
13646         * src/textview.c
13647         * src/common/utils.c
13648         * src/common/utils.h
13649                 sync with main (revision 117)
13650
13651 2005-02-20 [colin]      1.0.1cvs15.1
13652
13653         * src/common/defs.h
13654                 Change cache file to .sylpheed_claws_cache, as
13655                 suggested by Alfons. Allows people to switch
13656                 between Sylpheed and Sylpheed-Claws. it is
13657                 a good idea to "Check for new messages" at next
13658                 startup.
13659
13660
13661 2005-02-18 [colin]      1.0.1cvs14.1
13662
13663         * src/quote_fmt_lex.l
13664         * src/quote_fmt_parse.y
13665                 Fix parser initialisation. Patch by Ivan.
13666
13667 2005-02-18 [colin]      1.0.1cvs11.6
13668
13669         * src/folderview.c
13670                 Fix scrolldown (bug 662)
13671
13672 2005-02-17 [colin]      1.0.1cvs11.5
13673
13674         * src/codeconv.c
13675                 conv_filename_to_utf8: return clean 7bit instead
13676                 of broken utf8 if needed
13677         * src/mimeview.c
13678                 Fix display of parts with unclean 8bit names
13679
13680 2005-02-17 [paul]       1.0.1cvs11.4
13681
13682         * src/compose.c
13683         * src/exportldif.c
13684         * src/matcher_parser_parse.y
13685         * src/procmime.c
13686         * src/sourcewindow.c
13687         * src/common/Makefile.am
13688         * src/common/intl.h             ** REMOVED **
13689         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13690                 sync with main (revision 109)
13691                 and clean up
13692
13693 2005-02-16 [colin]      1.0.1cvs11.3
13694
13695         * src/summaryview.c
13696                 Fix collapsed thread not highlighting when new
13697                 messages in it (Bug 568) Patch by Stephan Sachse.
13698                 Fix messed up selection when reaching bounds (Bug 632)
13699         * src/prefs_themes.c
13700                 Fix theme installing (Bug 684)
13701
13702 2005-02-16 [colin]      1.0.1cvs11.2
13703
13704         * src/messageview.c
13705                 Fix messageview_select_all
13706
13707 2005-02-16 [colin]      1.0.1cvs11.1
13708
13709         * src/mh.c
13710                 Sync with HEAD (MH scan required function)
13711
13712 2005-02-15 [colin]      1.0.1cvs8.1
13713
13714         * src/mimeview.c
13715         * src/common/utils.c
13716                 Sync with HEAD (filename chars substitution)
13717
13718 2005-02-15 [colin]      1.0.1cvs7.3
13719
13720         * src/gtk/pluginwindow.c
13721                 Fix button spacing
13722
13723 2005-02-15 [colin]      1.0.1cvs7.2
13724
13725         * src/mimeview.c
13726                 Fix mime icons not reset across message when
13727                 scrolled down
13728
13729 2005-02-15 [colin]      1.0.1cvs7.1
13730
13731         * src/compose.c
13732         * src/procmime.c
13733                 Sync with HEAD (optimisation of cvs6)
13734
13735 2005-02-14 [colin]      1.0.1cvs6.1
13736
13737         * src/compose.c
13738         * src/procmime.c
13739                 Sync with HEAD (encode "From " at line beginning)
13740
13741 2005-02-14 [colin]      1.0.1cvs5.3
13742
13743         * src/compose.c
13744                 Fix wrapping with accentued chars.
13745
13746 2005-02-13 [colin]      1.0.1cvs5.2
13747
13748         * src/textview.c
13749                 Fix email informative part parsing with
13750                 accentued chars in it. ispunct() returns
13751                 true for them in utf8...
13752
13753 2005-02-12 [colin]      1.0.1cvs5.1
13754
13755         * src/filtering.c
13756                 Sync with HEAD (remove wrong use of compose after send)
13757
13758 2005-02-12 [paul]       1.0.1cvs4.5
13759
13760         * src/textview.c
13761                 remove unnecessary code (thanks to Alfons)
13762
13763 2005-02-12 [paul]       1.0.1cvs4.4
13764
13765         * src/textview.c
13766                 add 'Copy' to contextual menu on emails
13767
13768 2005-02-11 [colin]      1.0.1cvs4.3
13769
13770         * src/compose.c
13771                 revert 1.0.0cvs28.2, it doesn't work that well.
13772
13773 2005-02-11 [paul]       1.0.1cvs4.2
13774
13775         * po/Makefile.in.in
13776                 fix 'make release'
13777
13778 2005-02-10 [paul]       1.0.1cvs4.1
13779
13780         * ChangeLog
13781         * ChangeLog.claws
13782         * ChangeLog.jp
13783         * configure.ac
13784         * src/compose.c
13785                 sync with HEAD (sync with main)
13786
13787 2005-02-10 [paul]       1.0.1cvs3.2
13788
13789         * AUTHORS
13790         * Makefile.am
13791         * autogen.sh
13792         * configure.ac
13793         * config/mkinstalldirs
13794         * intl/.cvsignore
13795         * intl/ChangeLog
13796         * intl/VERSION
13797         * intl/bindtextdom.c
13798         * intl/config.charset
13799         * intl/dcgettext.c
13800         * intl/dcigettext.c
13801         * intl/dcngettext.c
13802         * intl/dgettext.c
13803         * intl/dngettext.c
13804         * intl/eval-plural.h
13805         * intl/explodename.c
13806         * intl/finddomain.c
13807         * intl/gettext.c
13808         * intl/gettextP.h
13809         * intl/gmo.h
13810         * intl/hash-string.h
13811         * intl/intl-compat.c
13812         * intl/l10nflist.c
13813         * intl/libgnuintl.h.in
13814         * intl/loadinfo.h
13815         * intl/loadmsgcat.c
13816         * intl/localcharset.c
13817         * intl/localcharset.h
13818         * intl/locale.alias
13819         * intl/localealias.c
13820         * intl/localename.c
13821         * intl/log.c
13822         * intl/ngettext.c
13823         * intl/os2compat.c
13824         * intl/os2compat.h
13825         * intl/osdep.c
13826         * intl/plural-exp.c
13827         * intl/plural-exp.h
13828         * intl/plural.c
13829         * intl/plural.y
13830         * intl/ref-add.sin
13831         * intl/ref-del.sin
13832         * intl/relocatable.c
13833         * intl/relocatable.h
13834         * intl/textdomain.c
13835         * m4/Makefile.am
13836         * po/Makefile.in.in
13837         * src/Makefile.am
13838         * src/account.c
13839         * src/action.c
13840         * src/addr_compl.c
13841         * src/addressadd.c
13842         * src/addressbook.c
13843         * src/addrgather.c
13844         * src/addrindex.c
13845         * src/alertpanel.c
13846         * src/browseldap.c
13847         * src/codeconv.c
13848         * src/codeconv.h
13849         * src/compose.c
13850         * src/compose.h
13851         * src/crash.c
13852         * src/editaddress.c
13853         * src/editbook.c
13854         * src/editgroup.c
13855         * src/editjpilot.c
13856         * src/editldap.c
13857         * src/editldap_basedn.c
13858         * src/editvcard.c
13859         * src/exphtmldlg.c
13860         * src/expldifdlg.c
13861         * src/export.c
13862         * src/exporthtml.c
13863         * src/filtering.c
13864         * src/folder.c
13865         * src/folder_item_prefs.c
13866         * src/foldersel.c
13867         * src/folderview.c
13868         * src/grouplistdialog.c
13869         * src/headerview.c
13870         * src/imap.c
13871         * src/imap_gtk.c
13872         * src/import.c
13873         * src/importldif.c
13874         * src/importmutt.c
13875         * src/importpine.c
13876         * src/inc.c
13877         * src/ldif.c
13878         * src/main.c
13879         * src/mainwindow.c
13880         * src/matcher.c
13881         * src/mbox.c
13882         * src/message_search.c
13883         * src/messageview.c
13884         * src/mh.c
13885         * src/mh_gtk.c
13886         * src/mimeview.c
13887         * src/msgcache.c
13888         * src/news.c
13889         * src/news_gtk.c
13890         * src/noticeview.c
13891         * src/partial_download.c
13892         * src/pop.c
13893         * src/prefs_account.c
13894         * src/prefs_actions.c
13895         * src/prefs_common.c
13896         * src/prefs_customheader.c
13897         * src/prefs_display_header.c
13898         * src/prefs_ext_prog.c
13899         * src/prefs_filtering.c
13900         * src/prefs_filtering_action.c
13901         * src/prefs_folder_item.c
13902         * src/prefs_fonts.c
13903         * src/prefs_gtk.c
13904         * src/prefs_matcher.c
13905         * src/prefs_msg_colors.c
13906         * src/prefs_spelling.c
13907         * src/prefs_summary_column.c
13908         * src/prefs_template.c
13909         * src/prefs_themes.c
13910         * src/prefs_toolbar.c
13911         * src/prefs_wrapping.c
13912         * src/privacy.c
13913         * src/procheader.c
13914         * src/procmime.c
13915         * src/procmsg.c
13916         * src/quote_fmt.c
13917         * src/recv.c
13918         * src/send_message.c
13919         * src/setup.c
13920         * src/sourcewindow.c
13921         * src/ssl_manager.c
13922         * src/statusbar.c
13923         * src/summary_search.c
13924         * src/summaryview.c
13925         * src/textview.c
13926         * src/toolbar.c
13927         * src/wizard.c
13928         * src/common/nntp.c
13929         * src/common/plugin.c
13930         * src/common/smtp.c
13931         * src/common/ssl.c
13932         * src/common/ssl_certificate.c
13933         * src/common/string_match.c
13934         * src/common/sylpheed.c
13935         * src/common/template.c
13936         * src/common/utils.c
13937         * src/gtk/about.c
13938         * src/gtk/colorlabel.c
13939         * src/gtk/description_window.c
13940         * src/gtk/filesel.c
13941         * src/gtk/foldersort.c
13942         * src/gtk/gtkaspell.c
13943         * src/gtk/gtkutils.c
13944         * src/gtk/inputdialog.c
13945         * src/gtk/logwindow.c
13946         * src/gtk/menu.c
13947         * src/gtk/pluginwindow.c
13948         * src/gtk/prefswindow.c
13949         * src/gtk/progressdialog.c
13950         * src/gtk/quicksearch.c
13951         * src/gtk/sslcertwindow.c
13952         * src/plugins/clamav/clamav_plugin.c
13953         * src/plugins/clamav/clamav_plugin_gtk.c
13954         * src/plugins/demo/demo.c
13955         * src/plugins/dillo_viewer/dillo_prefs.c
13956         * src/plugins/dillo_viewer/dillo_viewer.c
13957         * src/plugins/image_viewer/plugin.c
13958         * src/plugins/image_viewer/viewer.c
13959         * src/plugins/image_viewer/viewerprefs.c
13960         * src/plugins/mathml_viewer/mathml_viewer.c
13961         * src/plugins/pgpmime/passphrase.c
13962         * src/plugins/pgpmime/plugin.c
13963         * src/plugins/pgpmime/prefs_gpg.c
13964         * src/plugins/pgpmime/select-keys.c
13965         * src/plugins/pgpmime/sgpgme.c
13966         * src/plugins/spamassassin/spamassassin.c
13967         * src/plugins/spamassassin/spamassassin_gtk.c
13968         * src/plugins/trayicon/trayicon.c
13969                 sync with main (revision 104)
13970
13971 2005-02-10 [colin]      1.0.1cvs3.1
13972
13973         * src/mainwindow.c
13974                 Sync with HEAD (fix occasional crasher)
13975
13976 2005-02-10 [colin]      1.0.1cvs2.1
13977
13978         * src/messageview.c
13979                 Synw with HEAD (don't automatically display html)
13980
13981 2005-02-09 [colin]      1.0.1cvs1.3
13982
13983         * src/textview.c
13984         * src/textview.h
13985                 Add contextual menu on emails
13986
13987 2005-02-09 [colin]      1.0.1cvs1.2
13988
13989         * src/codeconv.c
13990                 Fix converting from broken headers and 
13991                 put back the _ in missing places
13992                 (feature broke with cvs24.2 sync, main 
13993                  possibly affected?)
13994
13995 2005-02-09 [colin]      1.0.1cvs1.1
13996
13997         * src/messageview.c
13998         * src/mimeview.c
13999         * src/mimeview.h
14000                 Sync with HEAD (display non text/plain mails with plugin)
14001
14002 2005-02-08 [colin]      1.0.1.1
14003
14004         * ChangeLog.claws
14005         * po/pt_BR.po
14006                 Sync with HEAD
14007         * configure.ac
14008                 Make default configuration directory 
14009                 be .sylpheed-gtk2
14010
14011 2005-02-08 [colin]      1.0.0cvs29.1
14012
14013         * po/de.po
14014         * po/es.po
14015         * po/fr.po
14016         * po/it.po
14017         * po/sk.po
14018         * po/sr.po
14019                 Sync translations with HEAD
14020
14021 2005-02-06 [colin]      1.0.0cvs28.3
14022
14023         * src/compose.c
14024                 Make compose a bit faster - patch by Alfons.
14025
14026 2005-02-06 [colin]      1.0.0cvs28.2
14027
14028         * src/compose.c
14029                 Make pasting via middle-click more reliable
14030
14031 2005-02-05 [paul]       1.0.0cvs28.1
14032
14033         * ChangeLog
14034         * ChangeLog.claws
14035         * ChangeLog.jp
14036         * configure.ac
14037         * src/compose.c
14038                 sync with HEAD
14039                 (fix bug 682 'redirect is broken'
14040
14041 2005-02-05 [torte]      1.0.0cvs27.1
14042
14043         * ChangeLog.claws
14044         * configure.ac
14045         * src/partial_download.c
14046                 Sync with HEAD (fix buf overflow)
14047
14048 2005-02-03 [colin]      1.0.0cvs26.1
14049
14050         * src/common/plugin.c
14051                 Sync with HEAD (avoid plugin mismatches)
14052
14053 2005-02-03 [paul]       1.0.0cvs25.3
14054
14055         * src/folderview.c
14056         * src/headerview.c
14057         * src/summaryview.c
14058         * src/textview.c
14059         * src/gtk/colorlabel.c
14060                 third and final part of initial sync with main-gtk2
14061
14062 2005-02-03 [paul]       1.0.0cvs25.2
14063
14064         * src/jpilot.c
14065                 fix building with jpilot support
14066
14067 2005-02-02 [colin]      1.0.0cvs25.1
14068
14069         * src/messageview.c
14070                 Sync with HEAD (fix dangerous typo)
14071
14072 2005-02-01 [colin]      1.0.0cvs24.3
14073
14074         * src/common/xml.c
14075                 Write file as advertised (UTF-8)
14076
14077 2005-02-01 [paul]       1.0.0cvs24.2
14078
14079         * src/addrbook.c
14080         * src/addrindex.c
14081         * src/alertpanel.h
14082         * src/codeconv.c
14083         * src/codeconv.h
14084         * src/compose.c
14085         * src/export.c
14086         * src/folder_item_prefs.c
14087         * src/html.c
14088         * src/imap.c
14089         * src/import.c
14090         * src/jpilot.c
14091         * src/mainwindow.c
14092         * src/matcher_parser_lex.l
14093         * src/messageview.c
14094         * src/mh.c
14095         * src/prefs_account.c
14096         * src/prefs_actions.c
14097         * src/prefs_common.c
14098         * src/prefs_gtk.c
14099         * src/prefs_gtk.h
14100         * src/prefs_themes.c
14101         * src/procheader.c
14102         * src/procmime.c
14103         * src/sourcewindow.c
14104         * src/statusbar.c
14105         * src/summaryview.c
14106         * src/textview.c
14107         * src/toolbar.c
14108         * src/unmime.c
14109         * src/common/template.c
14110         * src/common/utils.c
14111         * src/common/xml.c
14112         * src/common/xml.h
14113         * src/gtk/gtkaspell.c
14114         * src/plugins/clamav/clamav_plugin.c
14115         * src/plugins/dillo_viewer/dillo_prefs.c
14116         * src/plugins/image_viewer/viewerprefs.c
14117         * src/plugins/pgpmime/passphrase.c
14118         * src/plugins/pgpmime/prefs_gpg.c
14119         * src/plugins/pgpmime/select-keys.c
14120         * src/plugins/spamassassin/spamassassin.c
14121                 second part of initial sync with main-gtk2
14122                 (more to follow)
14123
14124 2005-01-31 [colin]      1.0.0cvs24.1
14125
14126         * src/compose.c
14127                 Sync with HEAD
14128
14129 2005-01-29 [paul]       1.0.0cvs23.2
14130
14131         * src/account.c
14132         * src/action.c
14133         * src/addressadd.c
14134         * src/addressbook.c
14135         * src/alertpanel.c
14136         * src/compose.c
14137         * src/editaddress.c
14138         * src/editbook.c
14139         * src/editgroup.c
14140         * src/editjpilot.c
14141         * src/editldap.c
14142         * src/editldap_basedn.c
14143         * src/editvcard.c
14144         * src/export.c
14145         * src/foldersel.c
14146         * src/grouplistdialog.c
14147         * src/import.c
14148         * src/importldif.c
14149         * src/inc.c
14150         * src/main.c
14151         * src/mainwindow.c
14152         * src/message_search.c
14153         * src/messageview.c
14154         * src/mimeview.c
14155         * src/prefs_actions.c
14156         * src/prefs_common.c
14157         * src/prefs_common.h
14158         * src/prefs_customheader.c
14159         * src/prefs_display_header.c
14160         * src/prefs_filtering.c
14161         * src/prefs_filtering_action.c
14162         * src/prefs_gtk.c
14163         * src/prefs_matcher.c
14164         * src/prefs_summary_column.c
14165         * src/prefs_template.c
14166         * src/sourcewindow.c
14167         * src/summary_search.c
14168         * src/summaryview.c
14169         * src/textview.c
14170         * src/gtk/about.c
14171         * src/gtk/description_window.c
14172         * src/gtk/gtkshruler.c
14173         * src/gtk/gtkutils.c
14174         * src/gtk/gtkutils.h
14175         * src/gtk/inputdialog.c
14176         * src/gtk/logwindow.c
14177         * src/gtk/prefswindow.c
14178         * src/gtk/progressdialog.c
14179         * src/gtk/progressdialog.h
14180                 first part of initial sync with main-gtk2
14181                 (more to follow)
14182
14183 2005-01-28 [colin]      1.0.0cvs23.1
14184
14185         * src/folderview.c
14186                 Sync with HEAD
14187
14188 2005-01-27 [colin]      1.0.0cvs21.1
14189
14190         * src/folder.c
14191         * src/folderview.c
14192                 Sync with HEAD
14193
14194 2005-01-27 [colin]      1.0.0cvs19.1
14195
14196         * src/procmime.c
14197                 Sync with HEAD
14198
14199 2005-01-27 [colin]      1.0.0cvs18.1
14200
14201         * src/messageview.c
14202         * src/summaryview.c
14203         * src/mainwindow.c
14204         * src/compose.c
14205         * src/compose.h
14206         * src/procmsg.c
14207         * src/procmsg.h
14208         * src/toolbar.c
14209                 Sync with HEAD
14210
14211 2005-01-26 [paul]       1.0.0cvs15.2
14212
14213         * src/compose.c
14214                 compose_entries_set(): convert subject and body to
14215                 utf8 if necessary. patch by Felix Eckhofer
14216
14217 2005-01-26 [paul]       1.0.0cvs15.1
14218
14219         * configure.ac
14220         * src/common/template.c
14221                 sync with HEAD (fix memory leak)
14222
14223 2005-01-25 [paul]       1.0.0cvs14.1
14224
14225         * configure.ac
14226         * src/compose.c
14227                 sync with HEAD
14228
14229 2005-01-24 [colin]      1.0.0cvs13.1
14230
14231         * src/summaryview.c
14232                 Sync with HEAD
14233
14234 2005-01-24 [paul]       1.0.0cvs12.1
14235
14236         * configure.ac
14237         * src/messageview.c
14238         * src/mh.c
14239         * src/common/utils.c
14240                 sync with HEAD
14241
14242 2005-01-24 [colin]      1.0.0cvs11.1
14243
14244         * src/procheader.c
14245                 Sync with HEAD
14246
14247 2005-01-24 [colin]      1.0.0cvs10.1
14248
14249         * src/folderview.c
14250                 Sync with HEAD
14251
14252 2005-01-23 [colin]      1.0.0cvs9.1
14253
14254         * src/crash.c
14255                 Sync with HEAD
14256
14257 2005-01-22 [colin]      1.0.0cvs8.1
14258
14259         * src/summaryview.c
14260         * src/gtk/quicksearch.c
14261                 Sync with HEAD
14262
14263 2005-01-21 [colin]      1.0.0cvs7.1
14264
14265         * src/summaryview.c
14266                 Sync with HEAD
14267
14268 2005-01-21 [colin]      1.0.0cvs6.1
14269
14270         * src/summaryview.c
14271                 Sync with HEAD
14272
14273 2005-01-21 [colin]      1.0.0cvs5.1
14274
14275         * src/gtk/quicksearch.c
14276         * src/prefs_common.c
14277         * src/prefs_common.h
14278                 Sync with HEAD (recurse option)
14279
14280 2005-01-21 [colin]      1.0.0cvs4.1
14281
14282         * src/folder.h
14283         * src/folderview.c
14284         * src/folderview.h
14285         * src/summaryview.c
14286         * src/gtk/quicksearch.c
14287         * src/gtk/quicksearch.h
14288                 Sync with HEAD (recursive quicksearch)
14289
14290 2005-01-20 [colin]      1.0.0cvs3.4
14291
14292         * src/ssl_manager.c
14293                 Remove useless code
14294
14295 2005-01-20 [colin]      1.0.0cvs3.3
14296
14297         * src/ssl_manager.c
14298                 Fix leak, thanks to Alfons.
14299
14300 2005-01-20 [colin]      1.0.0cvs3.2
14301
14302         * src/ssl_manager.c
14303                 Port SSL certificate window to GTK2.
14304
14305 2005-01-20 [paul]       1.0.0cvs3.1
14306
14307         * ChangeLog.claws
14308         * configure.ac
14309         * src/addrindex.c
14310         * src/addrindex.h
14311                 sync with HEAD
14312
14313 2005-01-19 [colin]      1.0.0cvs2.2
14314
14315         * src/plugins/trayicon/trayicon.c
14316                 Fix freeze with gtk-2.6, the easy way
14317                 (signal blocking helpless there...)
14318                 Closes bug #668.
14319
14320 2005-01-19 [colin]      1.0.0cvs2.1
14321
14322         * src/mbox.c
14323         * src/mbox.h
14324         * src/mainwindow.c
14325         * src/summaryview.c
14326         * src/summaryview.h
14327                 Sync with HEAD
14328
14329 2005-01-19 [paul]       1.0.0cvs1.1
14330
14331         * configure.ac
14332         * po/de.po
14333         * po/es.po
14334         * po/fr.po
14335         * po/hr.po
14336         * po/it.po
14337         * po/ja.po
14338         * po/ko.po
14339         * po/pt_BR.po
14340         * po/ru.po
14341         * po/sk.po
14342         * po/sr.po
14343                 sync with HEAD (update translations)
14344
14345 2005-01-18 [colin]      1.0.0cvs0.1
14346
14347         * src/foldersel.c
14348                 Specify search column - patch by Alfons
14349
14350 2005-01-18 [colin]      0.9.13cvs36.3
14351
14352         * src/prefs_toolbar.c
14353                 Change Delete to Remove
14354         * src/prefs_fonts.c
14355                 GTK2 version and leak fixes
14356         * src/prefs_actions.c
14357                 Add stock buttons.
14358                 All patches by Alfons
14359
14360 2005-01-17 [colin]      0.9.13cvs36.2
14361
14362         * src/compose.c
14363                 Fix DnD inserting twice. While at it,
14364                 add DnD support for text/plain in the
14365                 body, and add support in the headers.
14366
14367 2005-01-16 [colin]      0.9.13cvs36.1
14368
14369         * ChangeLog
14370         * ChangeLog.jp
14371         * ChangeLog.claws
14372                 Sync with HEAD (nothing applicable)
14373
14374 2005-01-16 [colin]      0.9.13cvs33.2
14375
14376         * src/prefs_toolbar.c
14377                 GTK2ize prefs_toolbar, by Alfons.
14378
14379 2005-01-14 [colin]      0.9.13cvs33.1
14380
14381         * src/html.c
14382         * src/msgcache.c
14383                 Sync with HEAD
14384
14385 2005-01-14 [colin]      0.9.13cvs32.1
14386
14387         * src/html.c
14388         * src/html.h
14389         * src/msgcache.c
14390         * AUTHORS
14391         * tools/calypso_convert.pl
14392                 Sync with HEAD
14393
14394 2005-01-08 [colin]      0.9.13cvs29.2
14395
14396         * src/prefs_filtering_action.c
14397         * src/prefs_filtering.c
14398                 2 more gtk2 patches by Alfons
14399
14400 2005-01-07 [paul]       0.9.13cvs29.1
14401
14402         * ChangeLog
14403         * ChangeLog.claws
14404         * ChangeLog.jp
14405         * configure.ac
14406         * src/pop.c
14407         * src/pop.h
14408                 sync with HEAD
14409
14410 2005-01-07 [colin]      0.9.13cvs28.3
14411
14412         * src/gtk/progressdialog.c
14413         * src/gtk/progressdialog.h
14414         * src/inc.c
14415         * src/send_message.c
14416                 GTK2 for the incorporation dialog. The CList isn't dead
14417                 yet, for a more smooth migration. Patch by Alfons.
14418
14419 2005-01-06 [colin]      0.9.13cvs28.2
14420
14421         * src/prefs_display_header.c
14422                 GTK2 conversion by Alfons
14423         * src/prefs_actions.c
14424         * src/prefs_matcher.c
14425                 Fix 2 leaks - patch by Alfons
14426
14427 2005-01-06 [colin]      0.9.13cvs28.1
14428
14429         * src/prefs_matcher.c
14430                 Sync with HEAD
14431
14432 2005-01-06 [colin]      0.9.13cvs27.4
14433
14434         * src/prefs_matcher.c
14435                 Fix double-free. Patch by Alfons
14436
14437 2005-01-06 [colin]      0.9.13cvs27.3
14438
14439         * src/prefs_matcher.c
14440                 GTK2 widgets + memleak
14441                 Patch by Alfons
14442
14443 2005-01-05 [colin]      0.9.13cvs27.2
14444
14445         * src/account.c
14446         * src/addr_compl.c
14447         * src/foldersel.c
14448         * src/stock_pixmap.c
14449         * src/stock_pixmap.h
14450                 3 more GTK2 patches by Alfons.
14451
14452 2005-01-04 [colin]      0.9.13cvs27.1
14453
14454         * src/folderview.c
14455         * src/imap_gtk.c
14456         * src/news_gtk.c
14457                 Sync with HEAD
14458
14459 2005-01-04 [colin]      0.9.13cvs25.9
14460
14461         * src/compose.c
14462                 Fix Show Ruler menuitem
14463         * src/prefs_template.c
14464                 Convert to GTK2
14465         * src/common/utils.c
14466                 Make auto pointer stuff handles NULLs
14467                 Patches by Alfons.
14468
14469 2005-01-04 [colin]      0.9.13cvs25.8
14470
14471         * src/compose.c
14472                 Move the attachment list to gtk2
14473                 Patch by Alfons.
14474
14475 2005-01-04 [colin]      0.9.13cvs25.7
14476
14477         * src/textview.c
14478                 Make some keys work again
14479                 Patch by SungHyun Nam <namsh@kldp.org>
14480
14481 2005-01-04 [colin]      0.9.13cvs25.6
14482
14483         * src/gtk/gtkshruler.c
14484                 Move the ruler to GTK2
14485                 Patch by Alfons
14486
14487 2005-01-03 [colin]      0.9.13cvs25.5
14488
14489         * src/compose.c
14490                 Fix my broken patch apply 
14491
14492 2005-01-03 [colin]      0.9.13cvs25.4
14493
14494         * src/common/utils.c
14495         * src/common/utils.h
14496         * src/gtk/prefswindow.c
14497                 Move auto pointer stuff to utils.c
14498                 Patch by Alfons again :)
14499
14500 2005-01-03 [colin]      0.9.13cvs25.3
14501
14502         * src/compose.c
14503         * src/prefs_gtk.c
14504         * src/prefs_template.c
14505         * src/textview.c
14506                 Empty text widgets with empty strings, not NULL char
14507                 Patch by SungHyun Nam <namsh@kldp_org>
14508
14509 2005-01-03 [colin]      0.9.13cvs25.2
14510
14511         * src/main.c
14512         * AUTHORS
14513                 Sync with HEAD
14514
14515 2005-01-03 [colin]      0.9.13cvs25.1
14516
14517         * src/pop.c
14518         * src/pop.h
14519                 Sync with HEAD
14520
14521 2005-01-03 [colin]      0.9.13cvs24.3
14522
14523         * src/account.c
14524                 Two patches from Alfons and Alex S Moore:
14525                 fix images, fix return value.
14526
14527 2005-01-01 [colin]      0.9.13cvs24.2
14528
14529         * src/prefs_actions.c
14530                 Fix over-zealous assertion. Patch by Alfons
14531
14532 2005-01-01 [colin]      0.9.13cvs24.1
14533
14534         * src/procmime.c
14535                 Sync with HEAD (leak fix)
14536
14537 2004-12-31 [colin]      0.9.13cvs23.2
14538
14539         * src/prefs_common.c
14540                 GTK2 widgets + stock buttons - patch by Alfons
14541
14542 2004-12-31 [paul]       0.9.13cvs23.1
14543
14544         * configure.ac
14545                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14546         * src/gtk/pluginwindow.c
14547                 use GTK2 widgets and plug memory leaks,
14548                 patches by Alfons
14549
14550 2004-12-30 [colin]      0.9.13cvs22.4
14551
14552         * src/account.c
14553         * src/action.c
14554         * src/export.c
14555         * src/foldersel.c
14556         * src/import.c
14557         * src/message_search.c
14558         * src/prefs_actions.c
14559         * src/prefs_common.c
14560         * src/prefs_customheader.c
14561         * src/prefs_filtering.c
14562         * src/prefs_summary_column.c
14563         * src/summary_search.c
14564         * src/gtk/about.c
14565         * src/gtk/description_window.c
14566         * src/gtk/gtkutils.c
14567         * src/gtk/gtkutils.h
14568         * src/gtk/inputdialog.c
14569         * src/gtk/prefswindow.c
14570                 Use GTK2 stock buttons. Patches by Alfons.
14571
14572 2004-12-30 [colin]      0.9.13cvs22.3
14573
14574         * src/account.c
14575                 Sync with HEAD
14576         * src/prefs_actions.c
14577         * src/prefs_customheader.c
14578         * src/prefs_filtering.c
14579         * src/prefs_msg_colors.c
14580         * src/prefs_summary_column.c
14581         * src/gtk/prefswindow.c
14582                 Use GtkTreeView instead of deprecated 
14583                 widgets. Patches by Alfons.
14584
14585 2004-12-30 [paul]       0.9.13cvs22.2
14586
14587         * src/foldersel.c
14588                 use GTK 2 Tree View
14589                 patch by Alfons, with root folder sorting fix
14590                 by Stephan Sachse
14591
14592 2004-12-30 [paul]       0.9.13cvs22.1
14593
14594         * ChangeLog
14595         * ChangeLog.claws
14596         * ChangeLog.jp
14597         * NEWS
14598         * configure.ac
14599         * src/account.c
14600                 sync with HEAD
14601
14602 2004-12-22 [martin]     0.9.13cvs21.2
14603
14604         * src/action.c
14605                 free the command line after its use
14606
14607 2004-12-18 [paul]       0.9.13cvs21.1
14608
14609         * AUTHORS
14610         * ChangeLog
14611         * ChangeLog.claws
14612         * ChangeLog.jp
14613         * NEWS
14614         * configure.ac
14615         * src/action.c
14616         * src/compose.c
14617         * src/syldap.c
14618                 sync with HEAD
14619
14620 2004-12-17 [martin]     0.9.13cvs17.2
14621
14622         * src/action.c
14623                 convert actions input to locale
14624         * src/inc.c
14625                 convert notification command to locale
14626         * src/plugins/pgpmime/select-keys.c
14627                 convert attributes to utf8
14628
14629 2004-12-14 [colin]      0.9.13cvs17.1
14630
14631         * ChangeLog
14632         * ChangeLog.jp
14633         * ChangeLog.claws
14634         * src/action.c
14635         * src/common/utils.c
14636         * src/gtk/prefswindow.c
14637         * src/gtk/gtkutils.c
14638         * src/gtk/gtkutils.h
14639         * src/plugins/spamassassin/libspamc.c
14640                 Sync with HEAD
14641
14642 2004-12-13 [colin]      0.9.13cvs14.1
14643
14644         * src/quote_fmt_parse.y
14645                 Sync with HEAD
14646
14647 2004-12-10 [colin]      0.9.13cvs12.1
14648
14649         * src/prefs_themes.c
14650         * src/mainwindow.c
14651         * src/messageview.c
14652                 Sync with HEAD
14653
14654 2004-12-09 [colin]      0.9.13cvs10.1
14655
14656         * src/procmime.c
14657                 Sync with HEAD (fix B64 encoding from memory)
14658
14659 2004-12-08 [colin]      0.9.13cvs9.1
14660
14661         * src/gtk/colorlabel.c
14662                 Sync with HEAD
14663
14664 2004-12-08 [paul]       0.9.13cvs8.2
14665
14666         * src/gtk/pluginwindow.c
14667                 fix window resizing oddities
14668
14669 2004-12-08 [colin]      0.9.13cvs8.1
14670
14671         * src/quote_fmt_parse.y
14672                 Sync with HEAD
14673
14674 2004-12-08 [colin]      0.9.13cvs7.1
14675
14676         * src/matcher_parser_parse.y
14677         * src/msgcache.c
14678         * src/prefs_matcher.c
14679         * src/procheader.c
14680         * src/matcher.c
14681         * src/common/defs.h
14682         * po/sr.po
14683                 Sync with HEAD
14684
14685 2004-12-08 [colin]      0.9.13cvs6.1
14686
14687         * src/quote_fmt_parse.y
14688         * src/textview.c
14689                 Sync with HEAD
14690         * src/gtk/prefswindow.c
14691         * src/gtk/pluginwindow.c
14692                 Fix G_CALLBACKS protos (thanks to Alfons)
14693
14694 2004-12-07 [torte]      0.9.13cvs2.2
14695
14696         * src/procmime.c
14697                 [Bug 650] reply button causes crash
14698                 Thanks to David Relson and Christoph
14699
14700 2004-12-07 [colin]      0.9.13cvs2.1
14701
14702         * ChangeLog.claws
14703         * AUTHORS
14704         * po/sk.po
14705         * src/procmime.c
14706         * src/prefs_account.c
14707         * src/common/smtp.c
14708         * src/common/smtp.h
14709                 Sync with HEAD
14710
14711 2004-12-06 [colin]      0.9.12cvs187.1
14712
14713         * ChangeLog.claws
14714         * INSTALL
14715         * Makefile.am
14716         * README.claws
14717         * TODO.claws
14718         * configure.ac
14719         * po/bg.po
14720         * po/cs.po
14721         * po/el.po
14722         * po/en_GB.po
14723         * po/es.po
14724         * po/fr.po
14725         * po/hr.po
14726         * po/hu.po
14727         * po/it.po
14728         * po/ja.po
14729         * po/ko.po
14730         * po/nl.po
14731         * po/pl.po
14732         * po/pt_BR.po
14733         * po/ru.po
14734         * po/sk.po
14735         * po/sr.po
14736         * po/sv.po
14737         * po/zh_CN.po
14738         * po/zh_TW.Big5.po
14739         * src/compose.c
14740         * tools/Makefile.am
14741         * tools/README
14742         * tools/filter_conv.pl
14743         * tools/kdeservicemenu/README
14744         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14745         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14746                 Sync with HEAD
14747
14748 2004-12-04 [colin]      0.9.12cvs183.1
14749
14750         * src/compose.c
14751                 Sync with HEAD (compose window position saving)
14752
14753 2004-12-04 [paul]       0.9.12cvs182.3
14754
14755         * src/messageview.c
14756         * src/mimeview.c
14757         * src/prefs_customheader.c
14758         * src/gtk/quicksearch.c
14759                 replace some forgotten GTK_SIGNAL_FUNCs
14760
14761 2004-12-04 [paul]       0.9.12cvs182.2
14762
14763         * src/Makefile.am
14764                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14765                 committed in error      
14766
14767 2004-12-04 [paul]       0.9.12cvs182.1
14768
14769         * ChangeLog
14770         * ChangeLog.claws
14771         * ChangeLog.jp
14772         * INSTALL
14773         * NEWS
14774         * README
14775         * README.jp
14776         * configure.ac
14777         * doc/manual/ja/Makefile.am
14778         * doc/manual/ja/sylpheed-1.html
14779         * doc/manual/ja/sylpheed-10.html
14780         * doc/manual/ja/sylpheed-11.html
14781         * doc/manual/ja/sylpheed-12.html
14782         * doc/manual/ja/sylpheed-13.html
14783         * doc/manual/ja/sylpheed-14.html
14784         * doc/manual/ja/sylpheed-15.html
14785         * doc/manual/ja/sylpheed-16.html
14786         * doc/manual/ja/sylpheed-17.html
14787         * doc/manual/ja/sylpheed-18.html
14788         * doc/manual/ja/sylpheed-19.html
14789         * doc/manual/ja/sylpheed-2.html
14790         * doc/manual/ja/sylpheed-20.html
14791         * doc/manual/ja/sylpheed-3.html
14792         * doc/manual/ja/sylpheed-4.html
14793         * doc/manual/ja/sylpheed-5.html
14794         * doc/manual/ja/sylpheed-6.html
14795         * doc/manual/ja/sylpheed-7.html
14796         * doc/manual/ja/sylpheed-8.html
14797         * doc/manual/ja/sylpheed-9.html
14798         * doc/manual/ja/sylpheed.html
14799         * doc/manual/ja/sylpheed.sgml
14800         * po/de.po
14801         * src/Makefile.am
14802         * src/compose.c
14803         * src/procmime.c
14804         * src/pixmaps/regular.xpm **REMOVED**
14805         * src/plugins/pgpmime/pgpmime.c
14806         * src/plugins/pgpmime/plugin.c
14807         * src/plugins/pgpmime/prefs_gpg.c
14808                 sync with HEAD
14809
14810 2004-12-03 [paul]       0.9.12cvs180.1
14811
14812         * ChangeLog
14813         * ChangeLog.claws
14814         * ChangeLog.jp
14815         * configure.ac
14816         * src/Makefile.am
14817         * src/pop.c
14818         * src/common/utils.c
14819         * src/common/utils.h
14820         * src/pixmaps/continue.xpm
14821         * src/pixmaps/dir_close.xpm
14822         * src/pixmaps/dir_open.xpm
14823         * src/pixmaps/drafts_close.xpm
14824         * src/pixmaps/drafts_open.xpm
14825         * src/pixmaps/folder.xpm **REMOVED**
14826         * src/pixmaps/group.xpm
14827         * src/pixmaps/unread.xpm
14828                 sync with HEAD
14829
14830 2004-12-02 [colin]      0.9.12cvs179.1
14831
14832         * src/compose.c
14833                 Sync with HEAD (non-duplicated reedition)
14834
14835 2004-12-02 [colin]      0.9.12cvs178.1
14836
14837         * src/compose.c
14838                 Sync with HEAD (linewrap_quote fix)
14839
14840 2004-12-01 [colin]      0.9.12cvs177.3
14841
14842         * src/addrharvest.c
14843                 Replace sizeof with strlen
14844
14845 2004-12-01 [paul]       0.9.12cvs177.2
14846
14847         * src/addrharvest.c
14848                 fix 'harvest addresses'
14849
14850 2004-11-30 [colin]      0.9.12cvs177.1
14851
14852         * src/gtk/prefswindow.c
14853         * src/gtk/pluginwindow.c
14854                 Sync with HEAD
14855
14856 2004-11-29 [colin]      0.9.12cvs176.1
14857
14858         * src/folderview.c
14859                 sync with HEAD (Fix disappearing separators in folderview's popup)
14860
14861 2004-11-29 [colin]      0.9.12cvs175.1
14862
14863         * src/procmime.c
14864                 Sync with head (another format fix)
14865
14866 2004-11-29 [colin]      0.9.12cvs174.1
14867
14868         * src/pop.c
14869                 Sync with HEAD (format string fix)
14870
14871 2004-11-26 [colin]      0.9.12cvs173.1
14872
14873         * src/common/smtp.c
14874         * src/common/smtp.h
14875                 Sync with HEAD
14876
14877 2004-11-24 [colin]      0.9.12cvs172.1
14878
14879         * src/plugins/pgpmime/pgpmime.c
14880                 Sync with HEAD
14881
14882 2004-11-24 [colin]      0.9.12cvs171.1
14883
14884         * src/plugins/pgpmime/pgpmime.c
14885                 Sync with head (gpgmectx leaks)
14886
14887 2004-11-24 [colin]      0.9.12cvs169.1
14888
14889         * src/plugins/pgpmime/plugin.c
14890         * src/plugins/trayicon/Makefile.am
14891         * src/plugins/trayicon/newmarkedmail.xpm
14892         * src/plugins/trayicon/trayicon.c
14893         * src/plugins/trayicon/unreadmarkedmail.xpm
14894                 Sync with HEAD
14895
14896 2004-11-23 [colin]      0.9.12cvs168.1
14897
14898         * src/partial_download.c
14899         * src/partial_download.h
14900         * src/plugins/pgpmime/plugin.c
14901                 Sync with HEAD
14902
14903 2004-11-23 [colin]      0.9.12cvs166.1
14904
14905         * src/Makefile.am
14906         * src/codeconv.c
14907         * src/compose.c
14908         * src/folderview.c
14909         * src/main.c
14910         * src/partial_download.c
14911         * src/partial_download.h
14912         * src/prefs_account.c
14913         * src/prefs_account.h
14914         * src/privacy.c
14915         * src/privacy.h
14916         * src/procmime.c
14917         * src/common/Makefile.am
14918         * src/common/base64.h
14919         * src/common/partial_download.c
14920         * src/common/partial_download.h
14921         * src/gtk/prefswindow.c
14922         * src/gtk/prefswindow.h
14923         * src/plugins/pgpmime/pgpmime.c
14924         * src/plugins/pgpmime/prefs_gpg.c
14925         * src/plugins/pgpmime/prefs_gpg.h
14926         * src/plugins/pgpmime/sgpgme.c
14927         * src/plugins/pgpmime/sgpgme.h
14928                 Sync with HEAD
14929
14930 2004-11-23 [colin]      0.9.12cvs163.1
14931
14932         * src/main.c
14933                 Sync with HEAD (cursor optimization)
14934
14935 2004-11-23 [colin]      0.9.12cvs162.1
14936
14937         * src/prefs_common.c
14938         * src/prefs_themes.c
14939         * src/procmsg.c
14940                 Sync with HEAD
14941
14942 2004-11-23 [colin]      0.9.12cvs158.9
14943
14944         * src/compose.c
14945                 Fix double-free when forwarding
14946         * src/msgcache.c
14947                 Fix leak on error path
14948                 
14949
14950 2004-11-23 [colin]      0.9.12cvs158.8
14951
14952         * src/compose.c
14953                 Fix possible double-free
14954                 Spotted by Alfons
14955
14956 2004-11-23 [colin]      0.9.12cvs158.7
14957
14958         * src/compose.c
14959                 Fix some signal handlers' prototypes
14960                 Spotted by Alfons
14961
14962 2004-11-22 [colin]      0.9.12cvs158.6
14963
14964         * src/compose.c
14965                 Remove unneeded code and duplicated
14966                 wrapping - patch by Alfons
14967
14968 2004-11-22 [colin]      0.9.12cvs158.5
14969
14970         * src/prefs_themes.c
14971                 Fix oversized selector
14972
14973 2004-11-22 [colin]      0.9.12cvs158.4
14974
14975         * src/compose.c
14976                 fix dump_text()
14977                 patch by Alfons
14978
14979 2004-11-19 [colin]      0.9.12cvs158.3
14980
14981         * src/textview.c
14982                 Add a context menu on links (open, copy)
14983
14984 2004-11-18 [paul]       0.9.12cvs158.2
14985
14986         * src/addrgather.c
14987         * src/exphtmldlg.c
14988         * src/expldifdlg.c
14989         * src/mimeview.c
14990         * src/prefs_common.c
14991         * src/plugins/image_viewer/viewer.c
14992         * src/plugins/spamassassin/spamassassin_gtk.c
14993                 replace deprecated gtk_notebook_set_page
14994                 and gtk_notebook_current_page
14995
14996 2004-11-18 [paul]       0.9.12cvs158.1
14997
14998         * configure.ac
14999         * src/compose.c
15000         * src/mainwindow.c
15001         * src/messageview.c
15002         * src/prefs_common.c
15003         * src/common/utils.c
15004         * src/common/utils.h
15005                 sync with HEAD
15006
15007 2004-11-17 [colin]      0.9.12cvs156.1
15008
15009         * src/prefs_account.c
15010         * src/prefs_account.h
15011         * src/procmsg.c
15012                 Sync with HEAD (add pref to store encrypted mails encrypted)
15013
15014 2004-11-17 [paul]       0.9.12cvs155.1
15015
15016         * ChangeLog
15017         * ChangeLog.claws
15018         * ChangeLog.jp
15019         * NEWS
15020         * configure.ac
15021         * src/compose.c
15022         * src/jpilot.c
15023         * src/privacy.c
15024         * src/procmime.c
15025         * src/procmime.h
15026         * src/procmsg.c
15027         * src/toolbar.c
15028         * src/pixmaps/error.xpm
15029                 sync with HEAD
15030
15031 2004-11-17 [colin]      0.9.12cvs151.1
15032
15033         * src/plugins/pgpmime/pgpmime.c
15034                 Sync with HEAD (remove debug printf)
15035
15036 2004-11-17 [colin]      0.9.12cvs150.1
15037
15038         * src/plugins/pgpmime/pgpmime.c
15039                 Sync with HEAD (off-by-one fix)
15040
15041 2004-11-17 [colin]      0.9.12cvs149.1
15042
15043         * src/procmsg.c
15044                 Sync with HEAD (coding style fixes)
15045
15046 2004-11-16 [colin]      0.9.12cvs148.1
15047
15048         * src/procmsg.c
15049                 Sync with head (Fix the fix)
15050
15051 2004-11-16 [colin]      0.9.12cvs147.1
15052
15053         * src/procmsg.c
15054                 Sync with Main (leak fix)
15055
15056 2004-11-16 [colin]      0.9.12cvs146.14
15057
15058         * src/compose.c
15059                 Remove useless chunk of code
15060                 Patch by Alfons
15061
15062 2004-11-15 [colin]      0.9.12cvs146.13
15063
15064         * src/compose.c
15065                 Fix drafting after insertion
15066                 Patch by Alfons
15067
15068 2004-11-15 [colin]      0.9.12cvs146.12
15069
15070         * src/compose.c
15071         * src/prefs_filtering.c
15072         * src/prefs_filtering_action.c
15073         * src/prefs_toolbar.c
15074                 Fix some const-correctness
15075
15076 2004-11-15 [colin]      0.9.12cvs146.11
15077
15078         * src/summaryview.c
15079         * src/prefs_themes.c
15080         * src/messageview.c
15081                 Fix some leaks
15082
15083 2004-11-15 [colin]      0.9.12cvs146.10
15084
15085         * src/codeconv.c
15086                 More unreadable locale fixes
15087
15088 2004-11-14 [colin]      0.9.12cvs146.9
15089
15090         * src/textview.c
15091                 Fix uri_security_check
15092                 Patch by Alfons
15093
15094 2004-11-13 [paul]       0.9.12cvs146.8
15095
15096         * src/folder.c
15097         * src/procmime.c
15098                 fix 2 bugs introduced in last commit
15099
15100 2004-11-13 [paul]       0.9.12cvs146.7
15101
15102         * src/compose.c
15103         * src/exporthtml.c
15104         * src/exportldif.c
15105         * src/folder.c
15106         * src/imap.c
15107         * src/imap_gtk.c
15108         * src/main.c
15109         * src/mainwindow.c
15110         * src/messageview.c
15111         * src/mh_gtk.c
15112         * src/prefs_themes.c
15113         * src/procmime.c
15114         * src/setup.c
15115         * src/summaryview.c
15116                 replace deprecated g_basename
15117
15118 2004-11-13 [paul]       0.9.12cvs146.6
15119
15120         * src/compose.c
15121         * src/imap.c
15122         * src/matcher_parser.h
15123         * src/matcher_parser_parse.y
15124         * src/prefs_filtering.c
15125         * src/prefs_filtering_action.c
15126         * src/prefs_themes.c
15127         * src/prefs_toolbar.c
15128         * src/common/utils.c
15129                 various small fixes/cleanups
15130
15131 2004-11-12 [colin]      0.9.12cvs146.5
15132
15133         * src/textview.c
15134                 Validate event's origin on visibility notify
15135                 Patch by Alfons.
15136
15137 2004-11-12 [paul]       0.9.12cvs146.4
15138
15139         * src/exporthtml.c
15140         * src/exportldif.c
15141         * src/imap.c
15142         * src/mh.c
15143         * src/mimeview.c
15144         * src/prefs_spelling.c
15145         * src/prefs_themes.c
15146                 replace deprecated g_dirname    
15147
15148 2004-11-12 [colin]      0.9.12cvs146.3
15149
15150         * src/textview.c
15151                 Some coding style fixes
15152
15153 2004-11-12 [colin]      0.9.12cvs146.2
15154
15155         * src/codeconv.c
15156                 We want to replace _all_ extended chars in
15157                 conv_unreadable_*, because any string containing
15158                 extended chars not parsing as UTF8 is 
15159                 undisplayed on gtk2.
15160
15161 2004-11-12 [paul]       0.9.12cvs146.1
15162
15163         * ChangeLog
15164         * ChangeLog.claws
15165         * ChangeLog.jp
15166         * NEWS
15167         * configure.ac
15168         * src/account.c
15169         * src/folderview.c
15170         * src/folderview.h
15171         * src/imap.c
15172         * src/imap_gtk.c
15173         * src/inc.c
15174         * src/mainwindow.c
15175         * src/mh_gtk.c
15176         * src/news_gtk.c
15177         * src/pop.c
15178         * src/prefs_account.c
15179         * src/prefs_account.h
15180         * src/prefs_ext_prog.c
15181         * src/procmime.c
15182         * src/procmime.h
15183         * src/procmsg.c
15184         * src/procmsg.h
15185         * src/summary_search.c
15186         * src/summaryview.c
15187         * src/textview.c
15188         * src/common/defs.h
15189         * src/common/utils.c
15190         * src/common/utils.h
15191         * src/gtk/menu.c
15192         * src/gtk/menu.h
15193                 sync with HEAD
15194
15195 2004-11-11 [colin]      0.9.12cvs144.2
15196
15197         * src/textview.c
15198                 Fix URI range selection (patch by Alfons)
15199
15200 2004-11-09 [colin]      0.9.12cvs144.1
15201
15202         * ChangeLog.claws
15203         * src/compose.c
15204         * src/folder.c
15205         * src/folder_item_prefs.c
15206         * src/prefs_account.c
15207         * src/prefs_account.h
15208         * src/plugins/pgpmime/pgpmime.c
15209                 Sync with HEAD
15210
15211 2004-11-08 [colin]      0.9.12cvs143.1
15212
15213         * src/summaryview.c
15214                 Sync with HEAD (optimize quicksearch)
15215
15216 2004-11-08 [colin]      0.9.12cvs142.2
15217
15218         * src/compose.c
15219                 Don't wrap when Edit/Auto wrapping is disabled
15220
15221 2004-11-08 [colin]      0.9.12cvs142.1
15222
15223         * src/textview.c
15224                 Sync with HEAD
15225
15226 2004-11-08 [colin]      0.9.12cvs141.1
15227
15228         * src/textview.c
15229                 Sync with HEAD (fix some mail URIs)
15230
15231 2004-11-08 [colin]      0.9.12cvs140.3
15232
15233         * src/textview.c
15234                 o Use text cursor instead of arrow when
15235                   not on a link
15236                 o Fix handling of contiguous links (as in
15237                   "colin@colino.net" <colin@colino.net>)
15238                   This one unveils a bug in get_email_part()
15239
15240 2004-11-07 [colin]      0.9.12cvs140.2
15241
15242         * src/textview.c
15243                 Fix memleak. Patch by Alfons.
15244
15245 2004-11-06 [colin]      0.9.12cvs140.1
15246
15247         * src/compose.c
15248                 Sync with HEAD (don't ask passphrase
15249                 when drafting)
15250
15251 2004-11-06 [paul]       0.9.12cvs139.2
15252
15253         * AUTHORS
15254         * src/textview.c
15255         * src/textview.h
15256                 textview URI handling. hovering over a 
15257                 link displays it in the status bar,
15258                 and changes the mouse pointer to a hand 
15259                 cursor. a link is activated with a single 
15260                 click. (Modified from the) patch by Jean-Yves 
15261                 Lefort <jylefort@users.sourceforge.net>
15262                 
15263
15264 2004-11-05 [colin]      0.9.12cvs139.1
15265
15266         * src/compose.c
15267         * src/procmime.c
15268                 Sync with HEAD again ^^
15269
15270 2004-11-05 [colin]      0.9.12cvs139.1
15271
15272         * src/compose.c
15273         * src/procmime.c
15274                 Sync with HEAD
15275
15276 2004-11-03 [paul]       0.9.12cvs138.1
15277
15278         * ChangeLog.claws
15279         * configure.ac
15280         * po/POTFILES.in
15281         * src/prefs_ext_prog.c
15282         * src/procmime.c
15283         * tools/kdeservicemenu/README
15284         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15285         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15286                 sync with HEAD
15287
15288 2004-11-01 [christoph]  0.9.12cvs136.2
15289
15290         * src/procmime.c
15291                 convert MIME parameters to UTF-8
15292
15293 2004-10-29 [colin]      0.9.12cvs136.1
15294
15295         * src/common/utils.c
15296                 Sync with HEAD (don't use '=' in mime boundary)
15297
15298 2004-10-29 [paul]       0.9.12cvs135.1
15299
15300         * configure.ac
15301         * doc/src/rfc2231.txt
15302         * src/procmime.c
15303         * src/common/quoted-printable.c
15304         * src/common/utils.c
15305         * src/common/utils.h
15306                 sync with HEAD
15307
15308 2004-10-27 [paul]       0.9.12cvs134.1
15309
15310         * configure.ac
15311         * src/main.c
15312         * src/procmime.c
15313         * src/plugins/pgpmime/pgpmime.c
15314                 sync with HEAD
15315
15316 2004-10-26 [paul]       0.9.12cvs132.3
15317
15318         * src/account.c
15319         * src/addressbook.c
15320         * src/addrgather.c
15321         * src/addrharvest.c
15322         * src/codeconv.c
15323         * src/compose.c
15324         * src/customheader.c
15325         * src/editaddress.c
15326         * src/editgroup.c
15327         * src/enriched.c
15328         * src/expldifdlg.c
15329         * src/exporthtml.c
15330         * src/exportldif.c
15331         * src/folder.c
15332         * src/foldersel.c
15333         * src/folderview.c
15334         * src/grouplistdialog.c
15335         * src/html.c
15336         * src/imap.c
15337         * src/jpilot.c
15338         * src/ldapserver.c
15339         * src/ldif.c
15340         * src/mimeview.c
15341         * src/news.c
15342         * src/news_gtk.c
15343         * src/pop.c
15344         * src/prefs_display_header.c
15345         * src/prefs_gtk.c
15346         * src/prefs_msg_colors.c
15347         * src/prefs_toolbar.c
15348         * src/procheader.c
15349         * src/procmime.c
15350         * src/summaryview.c
15351         * src/textview.c
15352         * src/toolbar.c
15353         * src/vcard.c
15354         * src/common/mgutils.c
15355         * src/common/nntp.c
15356         * src/common/smtp.c
15357         * src/common/template.c
15358         * src/common/utils.c
15359         * src/common/xmlprops.c
15360         * src/plugins/pgpmime/pgpmime.c
15361         * src/plugins/pgpmime/select-keys.c
15362         * src/plugins/pgpmime/sgpgme.c
15363                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15364                 g_string_sprintfa(), gtk_notebook_current_page()
15365
15366 2004-10-26 [colin]      0.9.12cvs132.2
15367
15368         * src/prefs_folder_item.c
15369                 Fix default-account selection
15370
15371 2004-10-21 [colin]      0.9.12cvs133
15372
15373         * src/compose.c
15374                 Sync with HEAD (Remove extra separator in compose's Options)
15375         * src/textview.c
15376                 Set wrapping to char
15377
15378 2004-10-21 [paul]       0.9.12cvs131.2
15379
15380         * src/compose.c
15381         * src/sourcewindow.c
15382                 fix wrapping
15383                 fix window shrinking 
15384
15385 2004-10-21 [colin]      0.9.12cvs131.1
15386
15387         * ChangeLog.claws
15388         * src/compose.c
15389                 Sync with HEAD
15390
15391 2004-10-21 [paul]       0.9.12cvs130.2
15392
15393         * src/prefs_folder_item.c
15394                 sync with HEAD (Apply to subfolders)
15395
15396 2004-10-19 [colin]      0.9.12cvs130.1
15397
15398         * ChangeLog.claws
15399         * src/compose.c
15400         * src/common/utils.c
15401         * src/gtk/menu.c
15402                 Sync with HEAD
15403
15404 2004-10-19 [colin]      0.9.12cvs128.1
15405
15406         * src/addrbook.c
15407         * src/addrcache.c
15408         * src/addressbook.c
15409         * src/codeconv.c
15410         * src/compose.c
15411         * src/customheader.c
15412         * src/editaddress.c
15413         * src/editgroup.c
15414         * src/exporthtml.c
15415         * src/folder.c
15416         * src/folderview.c
15417         * src/imap.c
15418         * src/jpilot.c
15419         * src/main.c
15420         * src/matcher_parser_parse.y
15421         * src/mbox.c
15422         * src/pop.c
15423         * src/prefs_account.c
15424         * src/prefs_gtk.c
15425         * src/prefs_msg_colors.c
15426         * src/procheader.c
15427         * src/procmime.c
15428         * src/procmime.h
15429         * src/procmsg.c
15430         * src/summaryview.c
15431         * src/textview.c
15432         * src/common/base64.c
15433         * src/common/partial_download.c
15434         * src/common/socket.c
15435         * src/common/sylpheed.c
15436         * src/common/utils.c
15437         * src/common/utils.h
15438         * src/gtk/pluginwindow.c
15439         * src/gtk/quicksearch.c
15440         * src/plugins/clamav/clamav_plugin.c
15441         * src/plugins/clamav/clamav_plugin.h
15442         * src/plugins/clamav/clamav_plugin_gtk.c
15443         * src/plugins/pgpmime/passphrase.c
15444         * src/plugins/pgpmime/pgpmime.c
15445         * src/plugins/pgpmime/plugin.c
15446         * src/plugins/pgpmime/prefs_gpg.c
15447         * src/plugins/pgpmime/prefs_gpg.h
15448         * src/plugins/pgpmime/select-keys.c
15449         * src/plugins/pgpmime/sgpgme.c
15450         * src/plugins/spamassassin/libspamc.c
15451         * src/plugins/spamassassin/spamassassin.c
15452         * src/plugins/spamassassin/spamassassin.h
15453         * src/plugins/spamassassin/spamassassin_gtk.c
15454         * src/plugins/trayicon/trayicon.c
15455         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15456                 Sync with HEAD
15457
15458 2004-10-14 [colin]      0.9.12cvs126.2
15459
15460         * src/codeconv.c
15461         * src/textview.c
15462                 Fix conv_unreadable_locale
15463
15464 2004-10-13 [colin]      0.9.12cvs126.1
15465
15466         * src/compose.c
15467                 Sync with HEAD (don't convert charset for 
15468                 drafted messages, minor cleanup)
15469
15470 2004-10-13 [colin]      0.9.12cvs125.1
15471
15472         * po/POTFILES.in
15473                 Sync with HEAD (POTFILES fix)
15474
15475 2004-10-12 [colin]      0.9.12cvs124.3
15476
15477         * src/compose.c
15478                 Fix encoding bug from latest sync
15479
15480 2004-10-12 [paul]       0.9.12cvs124.2
15481
15482         * src/plugins/pgpmime/prefs_gpg.c
15483         * src/plugins/pgpmime/prefs_gpg.h
15484                 forgotten in last commit        
15485
15486 2004-10-12 [paul]       0.9.12cvs124.1
15487
15488         * ChangeLog.claws
15489         * configure.ac
15490         * m4/spamassassin.m4
15491         * src/Makefile.am
15492         * src/account.c
15493         * src/compose.c
15494         * src/compose.h
15495         * src/crash.c
15496         * src/main.c
15497         * src/mimeview.c
15498         * src/passphrase.c
15499         * src/passphrase.h
15500         * src/prefs_account.c
15501         * src/prefs_account.h
15502         * src/prefs_common.c
15503         * src/privacy.c
15504         * src/privacy.h
15505         * src/procmime.c
15506         * src/procmime.h
15507         * src/procmsg.c
15508         * src/rfc2015.c
15509         * src/rfc2015.h
15510         * src/select-keys.c
15511         * src/select-keys.h
15512         * src/textview.c
15513         * src/common/utils.c
15514         * src/common/utils.h
15515         * src/gtk/about.c
15516         * src/plugins/pgpmime/Makefile.am
15517         * src/plugins/pgpmime/passphrase.c
15518         * src/plugins/pgpmime/passphrase.h
15519         * src/plugins/pgpmime/pgpmime.c
15520         * src/plugins/pgpmime/plugin.c
15521         * src/plugins/pgpmime/select-keys.c
15522         * src/plugins/pgpmime/select-keys.h
15523         * src/plugins/pgpmime/sgpgme.c
15524         * src/plugins/pgpmime/sgpgme.h
15525                 sync with HEAD
15526
15527 2004-10-04 [colin]      0.9.12cvs122.1
15528
15529         * src/mainwindow.c
15530         * src/messageview.c
15531         * src/messageview.h
15532         * src/textview.c
15533                 Sync with HEAD
15534
15535 2004-10-04 [colin]      0.9.12cvs121.1
15536
15537         * src/summaryview.c
15538                 Sync with HEAD
15539
15540 2004-10-04 [paul]       0.9.12cvs120.1
15541
15542         * configure.ac
15543                 sync with HEAD [don't try to build 
15544                 pgpmime plugin when gpgme is disabled]
15545
15546 2004-10-03 [colin]      0.9.12cvs119.3
15547
15548         * src/gtk/gtksctree.c
15549                 Lots of side effects. Put back as before 117.2.
15550         * src/summaryview.c
15551                 Fix bug #602
15552
15553 2004-10-03 [colin]      0.9.12cvs119.2
15554
15555         * src/gtk/gtksctree.c
15556                 Revert 608 fix that doesn't work that good
15557
15558 2004-10-02 [colin]      0.9.12cvs119.1
15559
15560         * src/mainwindow.c
15561         * src/messageview.c
15562         * src/prefs_common.h
15563         * src/procmime.c
15564         * src/procmime.h
15565         * src/textview.c
15566                 Sync with HEAD
15567         * src/gtk/gtksctree.c
15568                 Close bug #608
15569
15570 2004-10-01 [colin]      0.9.12cvs118.1
15571
15572         * src/mimeview.c
15573                 Sync with HEAD (better Save All fix)
15574
15575 2004-10-01 [colin]      0.9.12cvs117.2
15576
15577         * src/gtk/gtksctree.c
15578                 Faster on selection
15579
15580 2004-10-01 [colin]      0.9.12cvs117.1
15581
15582         * src/mimeview.c
15583                 Sync with HEAD (Save All: only attachments)
15584
15585 2004-10-01 [paul]       0.9.12cvs116.1
15586
15587         * ChangeLog.claws
15588         * configure.ac
15589         * src/account.c
15590         * src/prefs_common.c
15591         * src/gtk/colorlabel.c
15592                 sync with HEAD
15593
15594 2004-09-30 [colin]      0.9.12cvs115.1
15595
15596         * src/stock_pixmap.c
15597         * src/stock_pixmap.h
15598         * src/folderview.c
15599         * src/Makefile.am
15600         * src/pixmaps/read.xpm
15601                 Sync with HEAD (new pixmap)
15602
15603 2004-09-29 [colin]      0.9.12cvs114.1
15604
15605         * src/compose.c
15606                 Sync with HEAD
15607                 Fix focus handling in headers
15608
15609 2004-09-29 [paul]       0.9.12cvs113.1
15610
15611         * src/quote_fmt_parse.y
15612                 sync with HEAD
15613  
15614
15615 2004-09-28 [colin]      0.9.12cvs112.1
15616
15617         * src/folderview.c
15618         * src/mainwindow.c
15619                 Sync with HEAD
15620
15621 2004-09-28 [colin]      0.9.12cvs110.1
15622
15623         * src/folderview.c
15624                 Sync with HEAD (Contextual Empty trash menu)
15625
15626 2004-09-28 [colin]      0.9.12cvs108.1
15627
15628         * src/addressbook.c
15629                 Sync with HEAD (addressbook edit on double-click)
15630
15631 2004-09-28 [colin]      0.9.12cvs106.1
15632
15633         * src/inc.c
15634                 Sync with HEAD (folder_item freeze on inc)
15635
15636 2004-09-27 [colin]      0.9.12cvs105.1
15637
15638         * src/folderview.c
15639                 Sync with HEAD (right-align new and unread column)
15640
15641 2004-09-27 [colin]      0.9.12cvs104.1
15642
15643         * src/main.c
15644                 Sync with HEAD (revert 0.9.12cvs101)
15645
15646 2004-09-24 [colin]      0.9.12cvs103.2
15647
15648         * src/wizard.c
15649                 Fix gtk warnings and use domain part of the email address 
15650                 when domain detection fails (no dot in domain name)
15651
15652 2004-09-23 [colin]      0.9.12cvs103.1
15653
15654         * src/plugins/spamassassin/libspamc.c
15655         * src/plugins/spamassassin/libspamc.h
15656         * src/plugins/spamassassin/utils.c
15657         * src/plugins/spamassassin/utils.h
15658                 Sync with HEAD (Update spamassassin to 3.0)
15659
15660 2004-09-21 [colin]      0.9.12cvs102.3
15661
15662         * src/action.c
15663                 Add horizontal scrollbar in action io dialog as needed
15664                 Patch by Alfons.
15665
15666 2004-09-20 [colin]      0.9.12cvs102.2
15667
15668         * src/plugins/image_viewer/viewer.c
15669                 Remove imlib stuff
15670                 use gtk_pixmap_set when clearing
15671                 (would be better to use gtkImages, but causes size-allocate 
15672                 signals storm)
15673
15674 2004-09-17 [paul]       0.9.12cvs102.1
15675
15676         * ChangeLog
15677         * ChangeLog.claws
15678         * ChangeLog.jp
15679         * configure.ac
15680         * src/inc.c
15681                 sync with HEAD
15682
15683
15684 2004-09-17 [colin]      0.9.12cvs101.1
15685
15686         * ChangeLog.claws
15687         * src/main.c
15688                 Sync with HEAD (fix segs at exit)
15689
15690 2004-09-14 [colin]      0.9.12cvs99.5
15691
15692         * src/common/socket.c
15693         * AUTHORS
15694                 Fix send error on 64bit platforms
15695                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15696
15697 2004-09-14 [colin]      0.9.12cvs99.4
15698
15699         * src/action.c
15700                 Fix action output with utf8 
15701                 Patch by Alfons.
15702
15703 2004-09-14 [colin]      0.9.12cvs99.3
15704
15705         * ChangeLog.claws
15706         * src/folder.c
15707                 Sync with HEAD
15708
15709 2004-09-09 [colin]      0.9.12cvs99.2
15710
15711         * src/action.c
15712                 Fix progress bar (displaying "Completed %v/%u")
15713                 Patch by Alfons.
15714
15715 2004-09-08 [colin]      0.9.12cvs99.1
15716
15717         * src/account.c
15718         * src/folder.c
15719         * src/procmsg.c
15720         * src/procmsg.h
15721         * src/plugins/pgpmime/pgpmime.c
15722                 Sync with HEAD
15723
15724 2004-09-08 [colin]      0.9.12cvs97.2
15725
15726         * src/summaryview.c
15727                 Don't select mails in collapsed threads 
15728                 when navigating with up/down
15729
15730 2004-09-07 [colin]      0.9.12cvs97.1
15731
15732         * src/inc.c
15733                 Sync with HEAD (meaningful error messages)
15734
15735 2004-09-06 [colin]      0.9.12cvs96.1
15736
15737         * src/toolbar.c
15738                 Sync with HEAD (fix Redirect graying out)
15739
15740 2004-09-06 [colin]      0.9.12cvs95.1
15741
15742         * src/summaryview.c
15743         * src/mimeview.c
15744                 Sync with HEAD (fix dropped URIs)
15745
15746 2004-09-06 [colin]      0.9.12cvs94.1
15747
15748         * src/addressbook.c
15749         * src/addressitem.h
15750         * src/addritem.c
15751         * src/addritem.h
15752                 Sync with HEAD (addressbook DnD)
15753
15754 2004-09-03 [colin]      0.9.12cvs93.1
15755
15756         * src/summaryview.c
15757                 Sync with HEAD (next/prev unread)
15758
15759 2004-09-03 [colin]      0.9.12cvs92.1
15760
15761         * src/prefs_common.c
15762         * src/prefs_common.h
15763         * src/summaryview.c
15764                 Sync with HEAD ('mark_as_read_delay' pref)
15765
15766 2004-09-02 [colin]      0.9.12cvs91.2
15767
15768         * src/common/xml.c
15769                 Fix leak
15770
15771 2004-09-02 [colin]      0.9.12cvs91.1
15772
15773         * src/gtk/menu.c
15774                 Sync with HEAD (menu accel don't work, but whatever)
15775
15776 2004-09-02 [colin]      0.9.12cvs90.1
15777
15778         * src/account.c
15779                 Sync with HEAD (fix bug 582)
15780
15781 2004-09-02 [colin]      0.9.12cvs89.1
15782
15783         * src/addrindex.c
15784                 Sync with HEAD (free deleted queries)
15785
15786 2004-09-02 [colin]      0.9.12cvs88.1
15787
15788         * src/ldapquery.c
15789                 Sync with HEAD (fix LDAP freezes)
15790
15791 2004-09-02 [colin]      0.9.12cvs87.1
15792
15793         * src/prefs_spelling.c
15794                 Sync with HEAD (add default dictionary)
15795
15796 2004-09-01 [colin]      0.9.12cvs86.1
15797
15798         * src/filtering.c
15799         * src/folderview.c
15800         * src/imap.c
15801         * src/prefs_matcher.c
15802         * src/stock_pixmap.c
15803         * src/summary_search.c
15804         * src/summaryview.c
15805         * src/wizard.c
15806         * src/wizard.h
15807                 Sync with HEAD (uninitialized vars fixes)
15808                 + gtk2 specific warning fixes
15809
15810 2004-08-31 [colin]      0.9.12cvs85.1
15811
15812         * src/folder.c
15813                 Sync with HEAD (Fix memory corruption due to 
15814                 uninitialized var)
15815
15816 2004-08-31 [colin]      0.9.12cvs84.4
15817
15818         * src/summary_search.c
15819                 Fix segfaults when searching in folders with broken headers
15820
15821 2004-08-31 [colin]      0.9.12cvs84.3
15822
15823         * src/compose.c
15824         * src/textview.c
15825                 Fix some more encoding/decoding issues
15826
15827 2004-08-30 [colin]      0.9.12cvs84.2
15828
15829         * src/mimeview.c
15830         * src/prefs_themes.c
15831         * src/gtk/filesel.c
15832         * src/gtk/filesel.h
15833                 Add a folder-mode selection (fixes mimeview's "Save all")
15834
15835 2004-08-29 [colin]      0.9.12cvs84.1
15836
15837         * src/mimeview.c
15838                 Sync with HEAD (don't escape saved filenames)
15839
15840 2004-08-27 [colin]      0.9.12cvs83.1
15841
15842         * ChangeLog
15843         * ChangeLog.claws
15844         * ChangeLog.jp
15845         * src/mh.c
15846         * src/procheader.c
15847         * src/procmsg.c
15848         * src/procmsg.h
15849         * src/common/utils.c
15850         * src/gtk/menu.h
15851         * po/
15852                 Sync with HEAD 0.9.12cvs83 (sync with main)
15853
15854 2004-08-26 [colin]      0.9.12cvs82.4
15855
15856         * src/codeconv.c
15857                 Fix strange stack corruption
15858                 Convert to utf8 after unmime, not before
15859
15860 2004-08-26 [colin]      0.9.12cvs82.3
15861
15862         * src/main.c
15863         * src/wizard.c
15864                 Fix account folders duplication
15865
15866 2004-08-25 [colin]      0.9.12cvs82.2
15867
15868         * src/wizard.c
15869                 Remove ports
15870                 Add SSL selection
15871                 Use login@server as account name
15872
15873 2004-08-25 [colin]      0.9.12cvs82.1
15874
15875         * src/plugins/pgpmime/pgpmime.c
15876                 Sync with HEAD (leak fix).
15877
15878 2004-08-25 [colin]      0.9.12cvs81.1
15879
15880         * src/plugins/pgpmime/pgpmime.c
15881         * src/plugins/pgpmime/sgpgme.c
15882         * src/plugins/pgpmime/sgpgme.h
15883                 Sync with HEAD (Handle combined messages).
15884
15885 2004-08-24 [colin]      0.9.12cvs80.3
15886
15887         * src/wizard.c
15888                 Fix full name, ports, and imap
15889
15890 2004-08-24 [colin]      0.9.12cvs80.2
15891
15892         * src/Makefile.am
15893         * src/main.c
15894         * src/setup.c
15895         * src/setup.h
15896         * src/stock_pixmap.c
15897         * src/stock_pixmap.h
15898         * src/wizard.c ** ADDED **
15899         * src/wizard.h ** ADDED ** 
15900         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15901                 Add a setup wizard 
15902
15903 2004-08-24 [colin]      0.9.12cvs80.1
15904
15905         * src/folder.c
15906                 Sync with HEAD (set mimeflags on all messages)
15907
15908 2004-08-24 [colin]      0.9.12cvs79.3
15909
15910         * src/matcher_parser_lex.l
15911                 Fix 8bits strings not in utf8
15912
15913 2004-08-24 [colin]      0.9.12cvs79.2
15914
15915         * src/compose.c
15916                 Check conversion result before replacing buffer
15917
15918 2004-08-23 [colin]      0.9.12cvs79.1
15919
15920         * src/compose.c
15921                 Sync with HEAD (create message header in memory)
15922
15923 2004-08-23 [colin]      0.9.12cvs78.1
15924
15925         * src/rfc2015.c
15926         * src/rfc2015.h
15927                 Sync with HEAD (fix bug 197 again)
15928
15929 2004-08-23 [colin]      0.9.12cvs77.3
15930
15931         * src/compose.c
15932                 Fix again inline gpg signing (which outputs utf8
15933                 in gtk2). Not syncing this fix to HEAD as this 
15934                 code is meant to die.
15935
15936 2004-08-23 [colin]      0.9.12cvs77.2
15937
15938         * src/prefs_account.h
15939                 Remove useless include
15940
15941 2004-08-23 [colin]      0.9.12cvs77.1
15942
15943         * src/imap.c
15944         * po/es.po
15945         * po/fr.po
15946         * po/it.po
15947         * po/pl.po
15948         * po/pt_BR.po
15949         * po/sk.po
15950         * po/sr.po
15951                 Sync with HEAD (fix bug 577)
15952
15953 2004-08-22 [colin]      0.9.12cvs76.1
15954
15955         * src/plugins/trayicon/trayicon.c
15956                 Sync with HEAD (fix formatting bug)
15957
15958 2004-08-21 [colin]      0.9.12cvs74.2
15959
15960         * src/gtk/colorsel.c
15961                 Fix bug 564 (Folder color selection window exits on any
15962                 keypress)
15963
15964 2004-08-21 [colin]      0.9.12cvs74.1
15965
15966         * ChangeLog.claws
15967         * src/compose.c
15968         * src/summaryview.c
15969         * src/toolbar.c
15970                 Sync with HEAD (fix bug 576)
15971
15972 2004-08-21 [colin]      0.9.12cvs70.1
15973
15974         * src/compose.c
15975         * src/mainwindow.c
15976                 Sync with HEAD
15977                 
15978
15979 2004-08-21 [paul]       0.9.12cvs66.4
15980
15981         * src/mainwindow.c
15982         * src/messageview.c
15983         * src/gtk/menu.c
15984         * src/plugins/spamassassin/spamassassin_gtk.c
15985                 remove some deprecated gtk1 functions
15986
15987
15988 2004-08-21 [colin]      0.9.12cvs66.3
15989
15990         * src/compose.c
15991         * src/codeconv.c
15992                 Fix warnings
15993                 Remove encoding hacks
15994                 Fix bug 575 (Strange character messes up message)
15995                 Don't display conversion error when drafting
15996
15997 2004-08-21 [paul]       0.9.12cvs66.2
15998
15999         * src/prefs_account.c
16000                 fix GnuPG mode bugs
16001
16002
16003 2004-08-20 [colin]      0.9.12cvs66.1
16004
16005         * src/codeconv.c
16006                 Sync with HEAD 0.9.12cvs66
16007
16008 2004-08-20 [paul]
16009
16010         * src/plugins/pgpmime/plugin.c
16011                 modify PGP/MIME plugin's description
16012
16013 2004-08-17 [colin]      0.9.12cvs65.1
16014
16015         * src/common/ssl.c
16016         * src/plugins/pgpmime/plugin.c
16017                 Sync with HEAD
16018
16019 2004-08-14 [colin]      0.9.12cvs60.3
16020
16021         * src/plugins/trayicon/trayicon.c
16022                 Put back resize callback, on size-request signal
16023                 rather than size-allocate to avoid infinite 
16024                 callback loop
16025
16026 2004-08-13 [colin]      0.9.12cvs60.2
16027
16028         * src/common/defs.h
16029                 Cache versions have been fixed
16030
16031 2004-08-13 [colin]      0.9.12cvs60.1
16032
16033         * src/folderutils.c
16034                 Sync with HEAD
16035
16036 2004-08-12 [colin]      0.9.12cvs59.1
16037
16038         * src/plugins/trayicon/trayicon.c
16039                 Sync with HEAD
16040
16041 2004-08-12 [colin]      0.9.12cvs57.5
16042
16043         * sylpheed.desktop
16044         * configure.ac
16045         * src/Makefile.am
16046         * src/main.c
16047                 Add support for Freedesktop.org's startup notification
16048
16049 2004-08-11 [colin]      0.9.12cvs57.4
16050
16051         * src/textview.c
16052                 Fix off-by-one
16053
16054 2004-08-11 [colin]      0.9.12cvs57.3
16055
16056         * src/message_search.c
16057         * src/summary_search.c
16058                 Make searches case insensitive by default
16059         * src/textview.c
16060                 Fix case-insensitive search in message
16061
16062 2004-08-11 [colin]      0.9.12cvs57.2
16063
16064         * src/summary_search.c
16065                 Let case-sensitive be specified
16066
16067 2004-08-10 [colin]      0.9.12cvs55.4
16068
16069         * src/common/socket.c
16070                 Fix the possible race condition
16071
16072 2004-08-09 [paul]       0.9.12cvs55.3
16073
16074         * configure.ac
16075         * src/Makefile.am
16076         * src/common/Makefile.am
16077                 sync with HEAD
16078
16079
16080 2004-08-09 [paul]       0.9.12cvs55.2
16081
16082         * autogen.sh
16083         * po/poconv.sh
16084                 remove unneeded script
16085
16086         * configure.ac
16087                 add forgotten USE_LDAP_TLS (sync with HEAD)
16088
16089
16090 2004-08-09 [colin]      0.9.12cvs55.1
16091
16092         * src/main.c
16093         * src/common/ssl.c
16094         * src/common/sylpheed.c
16095         * src/common/sylpheed.h
16096                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16097
16098 2004-08-09 [paul]       0.9.12cvs54.1
16099
16100         * ChangeLog
16101         * ChangeLog.claws
16102         * ChangeLog.jp
16103         * configure.ac
16104         * po/POTFILES.in
16105         * src/Makefile.am
16106         * src/folderutils.c
16107         * src/main.c
16108         * src/pgpmime.c
16109         * src/pgpmime.h
16110         * src/sgpgme.c
16111         * src/sgpgme.h
16112         * src/plugins/Makefile.am
16113         * src/plugins/pgpmime/.cvsignore
16114         * src/plugins/pgpmime/Makefile.am
16115         * src/plugins/pgpmime/pgpmime.c
16116         * src/plugins/pgpmime/pgpmime.h
16117         * src/plugins/pgpmime/plugin.c
16118         * src/plugins/pgpmime/sgpgme.c
16119         * src/plugins/pgpmime/sgpgme.h
16120                 sync with HEAD
16121
16122 2004-08-08 [paul]       0.9.12cvs51.1
16123
16124         * configure.ac
16125         * src/folder.c
16126                 sync with HEAD
16127
16128 2004-08-07 [colin]      0.9.12cvs50.1
16129
16130         * src/pop.c
16131         * src/common/partial_download.c
16132                 fix warnings (sync from HEAD)
16133
16134 2004-08-07 [colin]      0.9.12cvs48.1
16135
16136         * src/prefs_folder_item.c
16137                 sync with HEAD 0.9.12cvs48
16138
16139 2004-08-06 [colin]      0.9.12cvs47.1
16140
16141         * src/compose.c
16142                 Sync with HEAD
16143
16144 2004-08-06 [christoph]  0.9.12cvs46.2
16145
16146         * src/main.c
16147         * src/plugins/clamav/clamav_plugin_gtk.c
16148         * src/plugins/dillo_viewer/dillo_viewer.c
16149         * src/plugins/image_viewer/plugin.c
16150         * src/plugins/mathml_viewer/mathml_viewer.c
16151         * src/plugins/spamassassin/spamassassin_gtk.c
16152         * src/plugins/trayicon/trayicon.c
16153                 don't mix GTK1.2 plugin with GTK2 plugins
16154
16155 2004-08-06 [colin]      0.9.12cvs46.1
16156
16157         * ChangeLog
16158         * ChangeLog.claws
16159         * ChangeLog.jp
16160         * configure.ac
16161         * sylpheed-claws.pc.in
16162         * src/folder.c
16163         * src/imap.c
16164         * src/localfolder.c
16165         * src/messageview.c
16166         * src/mimeview.c
16167         * src/mimeview.h
16168         * src/msgcache.c
16169         * src/news.c
16170         * src/prefs_ext_prog.c
16171         * src/prefs_folder_item.c
16172         * src/prefs_fonts.c
16173         * src/prefs_msg_colors.c
16174         * src/prefs_spelling.c
16175         * src/prefs_themes.c
16176         * src/prefs_toolbar.c
16177         * src/prefs_wrapping.c
16178         * src/procmime.h
16179         * src/common/defs.h
16180         * src/common/nntp.c
16181         * src/common/session.c
16182         * src/common/session.h
16183         * src/common/socket.c
16184         * src/common/utils.h
16185         * src/common/xml.c
16186         * src/common/xml.h
16187         * src/gtk/prefswindow.c
16188         * src/gtk/prefswindow.h
16189         * src/plugins/clamav/clamav_plugin_gtk.c
16190         * src/plugins/dillo_viewer/dillo_prefs.c
16191         * src/plugins/image_viewer/viewerprefs.c
16192         * src/plugins/spamassassin/spamassassin_gtk.c
16193         * m4/openssl.m4 *** REMOVED ***
16194                 Sync with HEAD 0.9.12cvs46
16195
16196 2004-08-03 [paul]       0.9.12cvs40.2
16197
16198         * src/action.c
16199         * src/addressadd.c
16200         * src/addressbook.c
16201         * src/addrgather.c
16202         * src/browseldap.c
16203         * src/compose.c
16204         * src/crash.c
16205         * src/editaddress.c
16206         * src/editgroup.c
16207         * src/editldap_basedn.c
16208         * src/foldersel.c
16209         * src/importldif.c
16210         * src/mimeview.c
16211         * src/prefs_common.c
16212         * src/prefs_template.c
16213         * src/sourcewindow.c
16214         * src/summaryview.c
16215         * src/gtk/about.c
16216         * src/gtk/foldersort.c
16217         * src/gtk/logwindow.c
16218         * src/gtk/pluginwindow.c
16219         * src/gtk/prefswindow.c
16220                 change all gtk_scrolled_window_set_policy from 
16221                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16222
16223 2004-08-02 [paul]       0.9.12cvs40.1
16224
16225         * AUTHORS
16226                 update translation team section
16227         * po/pt_BR.po
16228                 updated by Frederico Goncalves Guimaraes
16229                 <fggdebian@yahoo.com.br>
16230
16231 2004-07-31 [colin]      0.9.12cvs39.9
16232
16233         * src/exphtmldlg.c
16234                 Fix compilation
16235
16236 2004-07-31 [colin]      0.9.12cvs39.8
16237
16238         * src/exphtmldlg.c
16239                 Fix an alertpanel type
16240
16241 2004-07-30 [colin]      0.9.12cvs39.7
16242
16243         * src/alertpanel.c
16244                 Fix alertpanel_error_log's icon
16245
16246 2004-07-30 [colin]      0.9.12cvs39.6
16247
16248         * src/pop.c
16249                 Two of them should still be warnings
16250
16251 2004-07-30 [colin]      0.9.12cvs39.5
16252
16253         * src/pop.c
16254                 More warning -> error
16255 2004-07-29 [colin]      0.9.12cvs39.4
16256
16257         * src/pop.c
16258                 Warning -> error
16259
16260 2004-07-29 [colin]      0.9.12cvs39.3
16261
16262         * src/prefs_matcher.c
16263                 Fix segfault
16264
16265 2004-07-29 [colin]      0.9.12cvs39.2
16266
16267         * src/alertpanel.c
16268                 More nice-looking alertpanels
16269
16270 2004-07-29 [colin]      0.9.12cvs39.1
16271
16272         * src/messageview.c
16273                 sync with head
16274                 (inform user when partial mail is deleted on server)
16275
16276 2004-07-29 [colin]      0.9.12cvs38.1
16277
16278         * src/messageview.c
16279                 sync with head
16280
16281 2004-07-28 [paul]       0.9.12cvs37.7
16282
16283         * src/mainwindow.c
16284                 complete the replacement of deprecated gtk_progress_*
16285
16286 2004-07-28 [paul]       0.9.12cvs37.6
16287
16288         * src/action.c
16289         * src/inc.c
16290         * src/mainwindow.c
16291         * src/send_message.c
16292         * src/gtk/progressdialog.c
16293         * src/gtk/progressdialog.h
16294                 replace deprecated gtk_progress_*
16295
16296 2004-07-28 [paul]       0.9.12cvs37.5
16297
16298         * src/gtk/filesel.c
16299                 remove gtk_window_set_wmclass()
16300 2004-07-28 [paul]       0.9.12cvs37.4
16301
16302         * src/addressbook.c
16303         * src/compose.c
16304         * src/foldersel.c
16305         * src/mainwindow.c
16306         * src/messageview.c
16307         * src/sourcewindow.c
16308         * src/gtk/logwindow.c
16309                 remove gtk_window_set_wmclass()
16310                 
16311         * src/prefs_filtering.c
16312         * src/prefs_filtering_action.c
16313         * src/prefs_fonts.c
16314         * src/prefs_gtk.c
16315         * src/prefs_matcher.c
16316         * src/ssl_manager.c
16317         * src/gtk/prefswindow.c
16318                 replace gtk_window_position()
16319
16320 2004-07-28 [colin]      0.9.12cvs37.3
16321
16322         * src/alertpanel.c
16323         * src/alertpanel.h
16324                 Add a way to specify panel type for specific
16325                 panels (alertpanel())
16326         * src/account.c
16327         * src/addressbook.c
16328         * src/compose.c
16329         * src/expldifdlg.c
16330         * src/main.c
16331         * src/messageview.c
16332         * src/summaryview.c
16333         * src/textview.c
16334         * src/gtk/sslcertwindow.c
16335                 Fix alertpanel()s so that their icon match
16336                 their real type
16337
16338 2004-07-28 [paul]       0.9.12cvs37.2
16339
16340         * src/addr_compl.c
16341         * src/addressbook.c
16342         * src/alertpanel.c
16343         * src/compose.c
16344         * src/export.c
16345         * src/foldersel.c
16346         * src/folderview.c
16347         * src/grouplistdialog.c
16348         * src/import.c
16349         * src/mainwindow.c
16350         * src/message_search.c
16351         * src/messageview.c
16352         * src/passphrase.c
16353         * src/prefs_actions.c
16354         * src/prefs_common.c
16355         * src/prefs_customheader.c
16356         * src/prefs_display_header.c
16357         * src/prefs_filtering.c
16358         * src/prefs_filtering_action.c
16359         * src/prefs_gtk.c
16360         * src/prefs_matcher.c
16361         * src/prefs_msg_colors.c
16362         * src/prefs_summary_column.c
16363         * src/prefs_template.c
16364         * src/sourcewindow.c
16365         * src/ssl_manager.c
16366         * src/summary_search.c
16367         * src/gtk/colorsel.c
16368         * src/gtk/description_window.c
16369         * src/gtk/gtkaspell.c
16370         * src/gtk/inputdialog.c
16371         * src/gtk/logwindow.c
16372         * src/gtk/prefswindow.c
16373         * src/gtk/progressdialog.c
16374                 replace deprecated gtk_window_set_policy
16375
16376 2004-07-27 [colin]      0.9.12cvs37.1
16377
16378         * src/msgcache.c
16379                 More fixes (synced for head again)
16380
16381 2004-07-27 [colin]      0.9.12cvs35.3
16382
16383         * src/msgcache.c
16384                 Fix wrong test
16385
16386 2004-07-27 [colin]      0.9.12cvs35.2
16387
16388         * src/mimeview.c
16389                 Fix width a bit (by Paul)
16390         * src/alertpanel.c
16391         * src/alertpanel.h
16392                 Specialize icons, make alertpanel_message()
16393                 private
16394         * src/message_search.c
16395         * src/sgpgme.c
16396         * src/summary_search.c
16397                 Suit alertpanel changes
16398
16399 2004-07-27 [colin]      0.9.12cvs35.1
16400
16401         * src/alertpanel.c
16402                 Add an icon
16403         * src/passphrase.c
16404                 Add debug output - maybe someone will
16405                 want to look at the problem with Grab
16406                 Input :)
16407         Bump version as we're synced with HEAD
16408
16409 2004-07-26 [colin]      0.9.12cvs33.26
16410
16411         * src/pop.c
16412                 Fix uidl-file parsing when not in new
16413                 format
16414
16415 2004-07-26 [colin]      0.9.12cvs33.25
16416
16417         * src/gtk/menu.c
16418                 Move popup menu up if necessary (fixes 
16419                 account selector)
16420         * src/mainwindow.c
16421                 Set account selector's button height to
16422                 minimum
16423
16424 2004-07-26 [colin]      0.9.12cvs33.24
16425
16426         * src/alertpanel.c
16427                 Maybe fix 551 (Truncated font in alert window)
16428
16429 2004-07-26 [colin]      0.9.12cvs33.23
16430
16431         * po/de.po
16432         * po/es.po
16433         * po/fr.po
16434         * po/it.po
16435         * po/ja.po
16436         * po/pl.po
16437         * po/ru.po
16438         * po/sk.po
16439         * po/sr.po
16440         * po/zh_CN.po
16441                 Sync po files with HEAD
16442
16443 2004-07-26 [paul]       0.9.12cvs33.22
16444
16445         * src/compose.c
16446                 fix Bug 556 'Organisation-header is sent even if empty'
16447
16448 2004-07-24 [colin]      0.9.12cvs33.21
16449
16450         * src/compose.c
16451         * src/gtk/gtkaspell.c
16452         * src/gtk/gtkaspell.h
16453                 Fix speller accelerators (require hack)
16454
16455 2004-07-24 [colin]      0.9.12cvs33.20
16456
16457         * src/gtk/gtkaspell.c
16458                 Fix over-eager code deletion breaking
16459                 Check while typing
16460
16461 2004-07-24 [colin]      0.9.12cvs33.19
16462
16463         * src/browseldap.c
16464         * src/ldapctrl.c
16465         * src/ldapctrl.h
16466         * src/ldapserver.h
16467                 Sync ldap with HEAD
16468         (Fixes 546 LDAP completely broken)
16469
16470 2004-07-24 [colin]      0.9.12cvs33.18
16471
16472         * src/prefs_msg_colors.c
16473                 Fix prototype mismatch
16474         (Fixes 547 void function cannot return value)
16475
16476 2004-07-24 [colin]      0.9.12cvs33.17
16477
16478         * src/mainwindow.c
16479                 Fix sort going back to previous sort key
16480                 when changing sort direction
16481
16482 2004-07-24 [colin]      0.9.12cvs33.16
16483
16484         * src/compose.c
16485                 Fix space insertion when re-wrapping at 
16486                 cursor point
16487
16488 2004-07-24 [colin]      0.9.12cvs33.15
16489
16490         * src/gtk/gtkaspell.c
16491                 Don't change cursor position in insert-text
16492                 callback
16493         (Fixes 539 Word wrapping on input transposes letters)
16494
16495 2004-07-24 [colin]      0.9.12cvs33.14
16496
16497         * src/gtk/gtkaspell.c
16498                 Reencode non-ascii chars to dictionary's
16499                 encoding
16500         (Fixes 544 Spell check broken non english locale)
16501
16502 2004-07-24 [colin]      0.9.12cvs33.13
16503
16504         * src/summaryview.c
16505                 Fix Shift+Down, add Home/End/PgUp/PgDown
16506
16507 2004-07-21 [colin]      0.9.12cvs33.12
16508
16509         * src/prefs_common.c
16510                 Fix a gtk warning (Patch by Andrej Kacian)
16511
16512 2004-07-21 [colin]      0.9.12cvs33.11
16513
16514         * src/gtk/filesel.c
16515                 More check
16516
16517 2004-07-21 [colin]      0.9.12cvs33.10
16518
16519         * src/compose.c
16520         * src/crash.c
16521         * src/export.c
16522         * src/import.c
16523         * src/messageview.c
16524         * src/mimeview.c
16525         * src/prefs_spelling.c
16526         * src/prefs_themes.c
16527         * src/summaryview.c
16528         * src/gtk/filesel.c
16529         * src/gtk/filesel.h
16530         * src/gtk/pluginwindow.c
16531                 Untwist open/save mode guessing logic, make
16532                 it explicit
16533
16534 2004-07-20 [colin]      0.9.12cvs33.9
16535
16536         * src/codeconv.c
16537                 conv_encode_header: src_charset is UTF-8 on
16538                 gtk2
16539         * src/compose.c
16540                 Remove double encoding of the headers
16541
16542 2004-07-20 [colin]      0.9.12cvs33.8
16543
16544         * src/codeconv.c
16545                 Fix typo
16546
16547 2004-07-20 [colin]      0.9.12cvs33.7
16548
16549         * src/mainwindow.c
16550                 Set the separated messageview to the saved
16551                 size of Claws' messageview (Patch by Alfons)
16552                 Fix a callback prototype (me)
16553
16554 2004-07-20 [colin]      0.9.12cvs33.6
16555
16556         * src/codeconv.h
16557                 Forgot one hunk in 0.9.12cvs33.4
16558
16559 2004-07-19 [colin]      0.9.12cvs33.5
16560
16561         * src/action.c
16562                 Action output fix
16563                 Patch by Alfons
16564
16565 2004-07-19 [colin]      0.9.12cvs33.4
16566
16567         * src/compose.c
16568                 Fix outgoing charset bug in headers
16569         * src/codeconv.c
16570                 Clean for glib2 - Patch by Alfons
16571
16572 2004-07-19 [colin]      0.9.12cvs33.3
16573
16574         * src/statusbar.c
16575                 Remove grip from the statusbar
16576                 Patch by Alfons
16577
16578 2004-07-19 [colin]      0.9.12cvs33.2
16579
16580         * src/messageview.c
16581         * src/textview.c
16582                 Fix messageview remembering the previous
16583                 scroll position when loading a new message
16584                 Patch by Alfons
16585
16586 2004-07-19 [colin]      0.9.12cvs33.1
16587
16588         * src/folder.h
16589         * src/folderview.c
16590         * src/summaryview.c
16591                 Sync with HEAD
16592
16593 2004-07-18 [colin]      0.9.12cvs32.7
16594
16595         * configure.ac
16596                 Remove useless check for XIM - noticed
16597                 by Alfons
16598
16599 2004-07-18 [colin]      0.9.12cvs32.6
16600
16601         * src/summaryview.c
16602                 Remove non-modified and shift-modified
16603                 accelerators in summaryview's popup
16604                 menu, as that doesn't get catched by
16605                 the accel-activate signal catcher...
16606
16607 2004-07-18 [colin]      0.9.12cvs32.5
16608
16609         * src/prefs_common.c
16610                 Define sensible default prefs for 
16611                 wrapping
16612
16613 2004-07-18 [colin]      0.9.12cvs32.4
16614
16615         * src/compose.c
16616         * src/prefs_common.c
16617         * src/prefs_common.h
16618         * src/prefs_wrapping.c
16619                 Remove Smart Wrapping pref, which does
16620                 nothing on gtk2 branch
16621
16622 2004-07-18 [colin]      0.9.12cvs32.3
16623
16624         * src/sourcewindow.c
16625                 Proper utf8
16626
16627 2004-07-18 [colin]      0.9.12cvs32.2
16628
16629         * src/compose.c
16630                 Save attachment status when drafting
16631
16632 2004-07-18 [colin]      0.9.12cvs32.1
16633
16634         * src/gtk/filesel.c
16635                 Fix erratic folder selection in open mode
16636
16637 2004-07-18 [colin]      0.9.12cvs31.11
16638
16639         * src/pop.c
16640                 Don't let partial messages get deleted
16641                 even with "dowload all"
16642                 (0.9.12cvs31.8 fix extension)
16643 2004-07-18 [colin]      0.9.12cvs31.10
16644
16645         * src/gtk/logwindow.c
16646                 Fix log scrolling
16647
16648 2004-07-18 [colin]      0.9.12cvs31.9
16649
16650         * src/common/utils.c
16651                 Fix non-utf8 strings coming from commands
16652                 and files
16653
16654 2004-07-18 [colin]      0.9.12cvs31.8
16655
16656         * src/pop.c
16657                 Fix partial download bug with Download all
16658                 messages option
16659
16660 2004-07-18 [colin]      0.9.12cvs31.7
16661
16662         * src/textview.c
16663                 Fix bug introduced in 0.9.12cvs31.2
16664                 (blocked in select mode after double click)
16665
16666 2004-07-18 [colin]      0.9.12cvs31.6
16667
16668         * src/compose.c
16669         * src/gtk/menu.c
16670                 More glib-warning fixes
16671
16672 2004-07-18 [colin]      0.9.12cvs31.5
16673
16674         * src/compose.c
16675                 Fix trashing the primary clipboard when moving 
16676                 around with tab
16677         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16678
16679 2004-07-18 [colin]      0.9.12cvs31.4
16680
16681         * src/codeconv.c
16682                 convert unencoded iso headers to utf8
16683         (Fix Bug 538 Unencoded local characters in subject make it 
16684          disappear)
16685
16686 2004-07-18 [colin]      0.9.12cvs31.3
16687
16688         * src/compose.c
16689                 Fix tab char handling in wrapping
16690         (Fix Bug 537 Line wrap problem - TAB character treated as 
16691          one character instead of 8)
16692
16693 2004-07-18 [colin]      0.9.12cvs31.2
16694
16695         * src/textview.c
16696                 return FALSE on GDK_MOTION_NOTIFY
16697         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16698          (unable to highlight))
16699
16700 2004-07-18 [colin]      0.9.12cvs31.1
16701
16702         * src/folderview.c
16703                 Sync with 0.9.12cvs31
16704
16705 2004-07-18 [colin]      0.9.12cvs30.4
16706
16707         * src/compose.c
16708                 Also block text_inserted when inserting a file
16709
16710 2004-07-18 [colin]      0.9.12cvs30.3
16711
16712         * src/compose.c
16713                 Fix smart wrapping (block text_inserted handler
16714                 while putting quotation to avoid wrap on input,
16715                 don't join lines if next is sig separator)
16716
16717 2004-07-17 [colin]      0.9.12cvs30.2
16718
16719         * src/folderview.c
16720         * src/mainwindow.c
16721         * src/mimeview.c
16722         * src/summaryview.c
16723         * src/gtk/quicksearch.c
16724         * src/gtk/quicksearch.h
16725                 Block key events handlers *and* accels while
16726                 quicksearch is focused
16727         (Fixes Bug 534 quick-search bar not accepting certain letters)
16728
16729 2004-07-17 [colin]      0.9.12cvs30.1
16730
16731         * src/folder.h
16732         * src/folderview.c
16733         * src/summaryview.c
16734                 Sync with 0.9.12cvs30
16735
16736 2004-07-17 [colin]      0.9.12cvs28.2
16737
16738         * src/mimeview.c
16739         * src/procmime.c
16740         * src/summaryview.c
16741         * src/gtk/menu.c
16742                 Squash some compile and glib warnings
16743
16744 2004-07-17 [paul]       0.9.12cvs28.1
16745
16746         * src/mimeview.c
16747                 sync with 0.9.12cvs28 HEAD
16748
16749 2004-07-16 [paul]       0.9.12cvs26.1
16750         
16751         * src/gtk/quicksearch.c
16752         * src/account.c
16753         * src/account.h
16754         * src/compose.c
16755         * src/customheader.c
16756         * src/folder_item_prefs.c
16757         * src/main.c
16758         * src/mainwindow.c
16759         * src/messageview.c
16760         * src/mimeview.c
16761         * src/news.c
16762         * src/pgpmime.c
16763         * src/pop.c
16764         * src/pop.h
16765         * src/prefs_account.c
16766         * src/prefs_account.h
16767         * src/prefs_common.c
16768         * src/prefs_common.h
16769         * src/prefs_display_header.c
16770         * src/prefs_gtk.c
16771         * src/prefs_gtk.h
16772         * src/procheader.c
16773         * src/procmime.c
16774                 sync with 0.9.12cvs26 HEAD      
16775
16776 2004-07-15 [colin]      0.9.12cvs18.14
16777
16778         * src/folder.c
16779                 Disable GPG signature check during
16780                 folder move and scan
16781         (Closes Bug 521 Signature checking slows down Folder-Move)
16782
16783 2004-07-14 [colin]      0.9.12cvs18.13
16784
16785         * src/common/partial_download.c
16786                 update includes
16787
16788 2004-07-14 [colin]      0.9.12cvs18.12
16789
16790         * src/common/partial_download.c
16791         * src/common/partial_download.h
16792                 Move doc at top, add correct copyright
16793
16794 2004-07-14 [colin]      0.9.12cvs18.11
16795
16796         * src/folder.c
16797         * src/messageview.c
16798         * src/pop.c
16799         * src/pop.h
16800         * src/procmsg.c
16801         * src/summaryview.c
16802         * src/common/Makefile.am
16803         * src/common/partial_download.c ** NEW FILES **
16804         * src/common/partial_download.h ** NEW FILES **
16805                 Move partial-download related stuff to its
16806                 own file
16807
16808 2004-07-14 [colin]      0.9.12cvs18.10
16809
16810         * src/send_message.c
16811                 Fix smtp auth when user is null or empty
16812
16813 2004-07-13 [colin]      0.9.12cvs18.9
16814
16815         * src/gtk/quicksearch.c
16816                 Use alphabetic order
16817
16818 2004-07-13 [colin]      0.9.12cvs18.8
16819
16820         * src/pop.c
16821                 Be paranoid on the checks
16822
16823 2004-07-13 [colin]      0.9.12cvs18.7
16824
16825         * src/gtk/quicksearch.c
16826                 Fix Engrish once again
16827
16828 2004-07-13 [colin]      0.9.12cvs18.6
16829
16830         * src/procmsg.c
16831         * src/summaryview.c
16832                 Mark messages for deletion when they are about to
16833                 be removed from trash
16834
16835 2004-07-13 [colin]      0.9.12cvs18.5
16836
16837         * src/matcher.c
16838         * src/matcher.h
16839         * src/matcher_parser_parse.y
16840         * src/prefs_matcher.c
16841         * src/gtk/quicksearch.c
16842                 Add 'partial' ('p') match string to find partially
16843                 downloaded messages
16844
16845 2004-07-13 [colin]      0.9.12cvs18.4
16846
16847         * src/pop.c
16848                 Fix misplaced block
16849
16850 2004-07-13 [colin]      0.9.12cvs18.3
16851
16852         * src/pop.c
16853         * src/pop.h
16854         * src/messageview.c
16855                 Refactor API (to avoid passing 5+ params and code
16856                 duplication)
16857         * src/folder.c
16858         * src/msgcache.c
16859         * src/procheader.c
16860         * src/common/defs.h
16861                 Add planned_download to cache
16862                 Don't mess uidl file when moving partially downloaded
16863                 mails (they change folder, we should change it in the
16864                 uidl list too or we'll remove an incorrect message)
16865                 (this also helps removing hacks when changing 
16866                 planned_download in messageview.c)
16867
16868 2004-07-12 [colin]      0.9.12cvs18.2
16869
16870         * src/gtk/quicksearch.c
16871                 Fix missing status update in quicksearch
16872
16873 2004-07-12 [paul]       0.9.12cvs18.1
16874
16875         * po/POTFILES.in
16876         * src/Makefile.am
16877         * src/account.c
16878         * src/codeconv.c
16879         * src/compose.c
16880         * src/inc.c
16881         * src/main.c
16882         * src/prefs_common.c
16883         * src/procmsg.h
16884         * src/toolbar.c
16885         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16886         * src/prefs_wrapping.[ch]       ** NEW FILES **
16887         * src/common/intl.h
16888         * src/common/utils.[ch]
16889         * src/gtk/quicksearch.[ch]
16890                 sync with 0.9.12cvs18 HEAD
16891
16892 2004-07-12 [colin]      0.9.11cvs17.25
16893
16894         * src/folder.c
16895         * src/folder.h
16896                 Remove unused function added by me in 0.9.11cvs17.10
16897
16898 2004-07-11 [colin]      0.9.11cvs17.24
16899
16900         * src/inc.c
16901         * src/messageview.c
16902         * src/pop.c
16903         * src/pop.h
16904                 Use folderitem and msgnum instead of filename to
16905                 know which mail to delete
16906                 Move old partial mail deletion to pop.c
16907
16908 2004-07-10 [colin]      0.9.11cvs17.23
16909
16910         * src/inc.c
16911                 Add debug
16912         * src/pop.c
16913         * src/pop.h
16914                 Don't re-use same enums for unrelated stuff: it's 
16915                 completely misleading !
16916                 Document a bit
16917
16918 2004-07-09 [colin]      0.9.11cvs17.22
16919
16920         * src/inc.c
16921                 Remove folder-type check and do
16922                 more tests to be sure everything's
16923                 ok
16924         * src/messageview.c
16925                 Punctuation update, remove useless
16926                 code, fix two warnings
16927         * src/noticeview.c
16928                 Layout cleaning, reset 2nd button
16929                 when specifying one
16930
16931 2004-07-09 [colin]      0.9.11cvs17.21
16932
16933         * src/messageview.c
16934         * src/pop.c
16935         * src/pop.h
16936                 Allow user to change his mind
16937                 and postpone decision (by
16938                 unmarking the mail)
16939
16940 2004-07-09 [colin]      0.9.11cvs17.20
16941
16942         * src/messageview.c
16943                 Fix bug with delete state
16944         * src/pop.c
16945         * src/pop.h
16946                 Fix buffer leak (fread doesn't 
16947                 terminate buffers with \0)
16948                 Refactoring (remove magic 
16949                 numbers)
16950
16951 2004-07-09 [colin]      0.9.11cvs17.19
16952
16953         * src/pop.c
16954                 Don't log "Skipping message" if 
16955                 we're going to TOP it two lines
16956                 later
16957
16958 2004-07-09 [colin]      0.9.11cvs17.18
16959
16960         * src/messageview.c
16961                 Fix Engrish
16962
16963 2004-07-09 [colin]      0.9.11cvs17.17
16964
16965         * src/pop.c
16966                 strlen checking...
16967         * src/messageview.c
16968                 refactoring a bit
16969
16970 2004-07-08 [colin]      0.9.11cvs17.16
16971
16972         * src/noticeview.c
16973         * src/noticeview.h
16974                 Add an optional second button
16975         * src/messageview.c
16976         * src/pop.c
16977         * src/pop.h
16978                 Don't delete partially received mails after a certain
16979                 time; rather, let the user decide.
16980
16981 2004-07-08 [colin]      0.9.11cvs17.15
16982
16983         * src/common/smtp.h
16984                 Sync with HEAD
16985
16986 2004-07-08 [colin]      0.9.11cvs17.14
16987
16988         * src/messageview.c
16989         * src/common/smtp.c
16990                 Use to_human_readable() for sizes
16991
16992 2004-07-08 [colin]      0.9.11cvs17.13
16993
16994         * src/inc.c
16995         * src/messageview.c
16996         * src/pop.c
16997         * src/pop.h
16998         * src/procmsg.c
16999                 Fix partial-downloading issues:
17000                         catch unsupported TOP
17001                         don't delete partially downloaded mails before 5 days
17002                         don't update existing with non-MH folders; that'll
17003                         make dups, but it's better than trashing the folder
17004                         free new msginfo parts
17005                 Fix indentation ;-)
17006
17007 2004-07-08 [colin]      0.9.11cvs17.12
17008
17009         * src/common/smtp.c
17010         * src/common/smtp.h
17011                 Sync smtp size verification with HEAD
17012
17013 2004-07-08 [colin]      0.9.11cvs17.11
17014
17015         * src/summaryview.c
17016         * src/prefs_common.c
17017         * src/prefs_common.h
17018         * src/gtk/quicksearch.c
17019         * src/gtk/quicksearch.h
17020                 Sync sticky pref with HEAD
17021
17022 2004-07-08 [colin]      0.9.11cvs17.10
17023
17024         * src/folder.c [1.213.2.6]
17025         * src/folder.h [1.87.2.6]
17026         * src/inc.c [1.149.2.7]
17027         * src/messageview.c [1.94.2.8]
17028         * src/procheader.c [1.47.2.6]
17029         * src/procmsg.c [1.150.2.4]
17030         * src/procmsg.h [1.60.2.5]
17031         * src/pop.c [1.56.2.4]
17032         * src/pop.h [1.17.2.3]
17033                 Let too big messages get downloaded, but truncated
17034                 Add a button to download them completely
17035                 
17036 2004-07-06 [colin]      0.9.11cvs17.9
17037
17038         * src/gtk/quicksearch.c [1.1.2.3]
17039                 Add a Clear button
17040         * commitHelper
17041         * PATCHSETS
17042                 Add a script to help with cvs
17043
17044 2004-07-03 [colin]      0.9.11cvs17.8
17045
17046         * src/plugins/imageviewer/viewer.c
17047                 fix imageviewer (which was staying on the first
17048                 displayed image)
17049
17050 2004-07-03 [colin]      0.9.11cvs17.7
17051
17052         Removed FIXME_GTK2 warnings
17053         * src/gtk/gtkutils.c
17054                 useless #warnings
17055         * src/gtk/menu.c
17056                 useless #warnings (no need to mess with menu rc)
17057         * src/gtk/menu.h
17058                 unused functions
17059         
17060
17061 2004-07-03 [colin]      0.9.11cvs17.6
17062
17063         Removed FIXME_GTK2 warnings
17064         * src/codeconv.c
17065                 useless #warnings (rewrite needed)
17066         * src/compose.c
17067                 useless #warnings (rewrite needed)
17068                 useless #warnings (gtk2 is like that)
17069                 useless #warnings (previously fixed)
17070         * src/main.c
17071                 useless #warnings (previously fixed)
17072         * src/message_search.c
17073                 useless #warnings (gtk2 is like that)
17074                 Made apparent that search is case-sensitive
17075         * src/mimeview.c
17076                 useless #warnings (rewrite needed)
17077                 useless #warnings (gtk2 is like that)
17078                 reimplemented real warnings
17079         * src/prefs_common.c
17080                 Removed block cursor option (not it gtk2)
17081         * src/prefs_gtk.c
17082                 useless #warnings (rewrite needed)
17083         * src/procheader.c
17084                 useless #warnings (rewrite needed)
17085         * src/sourcewindow.c
17086                 useless #warnings (incorrect placing)
17087         * src/summary_search.c
17088                 useless #warnings (gtk2 is like that)
17089                 Made apparent that search is case-sensitive
17090         * src/action.c
17091                 useless #warnings (gtk2 is like that)
17092         * src/textview.c
17093                 useless #warnings (rewrite needed)
17094         * src/toolbar.c
17095                 useless #warnings (rewrite needed)
17096
17097 2004-07-03 [colin]      0.9.11cvs17.5
17098
17099         * src/textview.c
17100                 Fix mismerge which broke URI opening
17101                 
17102 2004-07-01 [colin]      0.9.11cvs17.4
17103
17104         * src/gtk/filesel.c
17105                 Fill filename when saving
17106                 
17107 2004-06-27 [colin]      0.9.11cvs17.3
17108
17109         * src/gtk/filesel.[ch]
17110                 Use the new GTK file selector
17111                 Update prototype to match the reality: multiple file
17112                 selection is open-only          
17113         * src/compose.c
17114                 Match the new prototypes        
17115         * configure.ac
17116                 Match the new requirements (gtk 2.4.0)
17117                         
17118 2004-06-26 [colin]      0.9.11cvs17.2
17119
17120         * src/plugins/trayicon/trayicon.c
17121                 Remove useless signal handler on resize, which causes
17122                 an infinite "loop"
17123         
17124 2004-06-26 [colin]      0.9.11cvs17.1
17125         
17126         * tools/Makefile.am
17127                 remove launch_firebird and add nautilus2sylpheed.sh
17128         * src/quicksearch.c
17129           src/summaryview.c
17130                 Fix show/hide "Extended symbols" button problem
17131                 Fix apparition at startup
17132                 Fix const warnings
17133         * src/plugins/image_viewer/Makefile.am
17134                 Fix configure 
17135         * common/ssl.c
17136                 Re-enable certificate check, as it doesn't seem to
17137                 cause Xlib errors anymore
17138
17139 2004-06-25 [paul]       0.9.11cvs17
17140
17141         * sync with 0.9.11cvs17 HEAD
17142         
17143         NOTE: QuickSearch is broken
17144
17145 2004-06-07 [colin]      0.9.10claws67.10
17146         * src/plugins/trayicon/trayicon.c
17147           src/plugins/trayicon/libeggtrayicon/Makefile.am
17148           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17149                 Fix gettextization in trayicon plugin
17150
17151 2004-06-07 [colin]      0.9.10claws67.9
17152         
17153         * src/summaryview.c
17154           src/gtk/gtksctree.[ch]
17155                 Let Shift+{Up,Down} work in summaryview
17156                 (well, Down "works" and Up works)
17157                 Let the list scroll when using these keys
17158
17159 2004-06-06 [colin]      0.9.10claws67.8
17160
17161         * src/plugins/trayicon/trayicon.c
17162                 Fix pixmap update
17163
17164 2004-06-06 [colin]      0.9.10claws67.7
17165
17166         * src/addressbook.c
17167                 Fix signal handling causing system-wide focus grab
17168
17169 2004-05-25 [paul]       0.9.10claws67.6
17170
17171         * Makefile.am
17172           src/Makefile.am
17173                 clean up
17174
17175 2004-05-25 [paul]       0.9.10claws67.5
17176
17177         * replace deprecated gtk_signal... functions
17178
17179 2004-05-23 [colin]      0.9.10claws67.4
17180
17181         * src/compose.c
17182                 Fix wrapping
17183
17184 2004-05-22 [colin]      0.9.10claws67.3
17185
17186         * src/compose.c
17187                 Re-fix [Edited] in compose.c::compose_reedit()
17188
17189 2004-05-22 [colin]      0.9.10claws67.2
17190
17191         * src/procmime.c
17192                 Fix parsing of multiparts mails
17193
17194 2004-05-22 [colin]      0.9.10claws67.1
17195
17196         * src/summaryview.c
17197                 Fix quicksearch
17198
17199 2004-05-22 [paul]       0.9.10claws67
17200
17201         * sync with 0.9.10claws67 HEAD
17202
17203 2004-05-14 [alfons]
17204
17205         * src/procmime.h
17206                 add forgotton prototype
17207
17208 2004-05-10 [paul]       0.9.10claws57
17209
17210         * sync with 0.9.10claws57 HEAD
17211
17212 2004-05-05 [paul]       0.9.9.claws1
17213
17214         * ChangeLog-gtk2        ** REMOVED **
17215           ChangeLog-gtk2.claws  ** ADDED **
17216                 rename and adopt the normal claws format
17217                 
17218         * configure.ac
17219                 require gtkmathview >= 0.5
17220
17221         * ac/*                          ** REMOVED **
17222           ac/                           ** REMOVED **
17223           intl/Makefile.in              ** REMOVED **
17224           m4/                           ** ADDED **
17225           m4/missing                    ** ADDED **
17226           m4/missing/gdk-pixbuf.m4      ** ADDED **
17227           m4/missing/gettext.m4         ** ADDED **
17228           m4/missing/gpgme.m4           ** ADDED **
17229           m4/missing/imlib.m4           ** ADDED **
17230           m4/.cvsignore                 ** ADDED **
17231           m4/Makefile.am                ** ADDED **
17232           m4/README                     ** ADDED **
17233           m4/aclocal-include.m4         ** ADDED **
17234           m4/aspell.m4                  ** ADDED **
17235           m4/check-type.m4              ** ADDED **
17236           m4/gnupg-check-typedef.m4     ** ADDED **
17237           m4/openssl.m4                 ** ADDED **
17238           m4/spamassassin.m4            ** ADDED **
17239           po/ChangeLog                  ** REMOVED **
17240           po/Makefile.in.in             ** REMOVED **
17241           po/Rules-quot                 ** REMOVED **
17242           po/boldquot.sed               ** REMOVED **
17243           po/en@boldquot.header         ** REMOVED **
17244           po/en@quot.header             ** REMOVED **
17245           po/insert-header.sin          ** REMOVED **
17246           po/quot.sed                   ** REMOVED **
17247           po/remove-potcdate.sed        ** REMOVED **
17248           po/remove-potcdate.sin        ** REMOVED **
17249           po/stamp-po                   ** REMOVED **
17250           Makefile.am
17251           autogen.sh
17252           configure.ac
17253                 enable building with automake 1.8.x
17254                 add 'autopoint --force' to autogen.sh and remove all
17255                 auto-generated files, remove ac/ directory and use
17256                 m4/ directory instead
17257                 
17258         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17259                 fix gettextization
17260
17261 2004-02-28 Colin Leroy <colin@colino.net>
17262         * src/prefs_matcher.c
17263           src/prefs_filtering.c
17264           src/prefs_filtering_action.c
17265                 Fix non-editable GtkEntries
17266
17267 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17268         * src/prefs_themes.c
17269                 utf8 conversion for theme info
17270
17271 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17272         * sync 0.9.9claws
17273
17274 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17275         * src/grouplistdialog.c
17276                 allow multiple selections without ctrl key
17277
17278 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17279         * src/main.c
17280                 enable customizable accelerators
17281
17282 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17283         * src/prefs_common.c
17284                 re-enable different font settings for gtk1/2
17285         * src/prefs_folder_item.c
17286                 fix folder prefs displayed wrong
17287         * src/textview.c
17288                 set 'sunken' shadow type
17289
17290 2004-02-07 Colin Leroy <colin@colino.net>
17291         * src/compose.c
17292                 Fix message being always [Edited]
17293                 Encode headers correctly (utf8 buf)
17294
17295 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17296         * src/socket.c
17297                 remove double g_source_attach()
17298                 (Thanks to Colin Leroy)
17299
17300 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17301         * src/gtk/gtksctree.c
17302                 Fix SSL certificate list not shown
17303         * src/mimeview.c
17304                 Fix clicks in mime tree
17305
17306 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17307         * src/common/socket.c
17308                 Fix SSL receive
17309         * src/compose.c
17310                 Fix clipboard menu hotkeys
17311
17312 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17313         * src/gtk/gtkaspell.[ch]
17314           src/compose.c
17315                 reimplement spellchecker
17316
17317 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17318         * src/gtk/filesel.c
17319                 crash when inserting file in compose window
17320                 (TODO: keep old selection on clicks)
17321         * src/main.c
17322                 use gtkrc-2.0 instead of gtkrc
17323
17324 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17325         * src/messageview.c
17326                 remove orphaned mimeview unref()
17327
17328 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17329         * src/grouplistdialog.c
17330                 expand nodes containing subscribed groups
17331
17332 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17333         * src/textview.c
17334                 textview: hide cursor, restore old click behaviour
17335
17336 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17337         * src/textview.c
17338                 variable names messed up
17339
17340 2004-01-17 Colin Leroy <colin@colino.net>
17341         * src/addr_compl.c
17342                 Fix completion address too thin
17343         * src/compose.c
17344                 Fix tab-to-subject behaviour
17345         * src/summaryview.c
17346                 Implement key up & down in summaryview
17347
17348 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17349
17350         * sync 098claws
17351
17352 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17353         * configure.ac
17354           Makefile.am
17355           doc/.cvsignore
17356           doc/Makefile.am
17357                 faq, man, manual moved to doc/
17358         * ac/aspell.m4
17359           ac/check-type.m4
17360           ac/gnupg-check-typedef.m4
17361           ac/openssl.m4
17362           ac/spamassassin.m4
17363           ac/missing/gdk-pixbuf.m4
17364           ac/missing/gpgme.m4
17365           ac/missing/imlib.m4
17366                 fix automake warnings
17367
17368 2003-12-06 Colin Leroy <colin@colino.net>
17369         * src/summaryview.c
17370                 Fix quicksearch
17371
17372 2003-12-05 Colin Leroy <colin@colino.net>
17373         * src/summaryview.c
17374                 Fix going to next unread folder
17375
17376 2003-12-05 Colin Leroy <colin@colino.net>
17377         * src/crash.c
17378                 Fix gtk2 compilation
17379         * src/session.c
17380                 Remove iotag source handler at disconnection
17381         * src/socket.[ch] 
17382                 Remove source handler when closing socket 
17383                 (fixes another seg)
17384
17385 2003-12-04 Colin Leroy <colin@colino.net>
17386         * src/compose.c
17387           src/prefs_account.c
17388           src/prefs_common.c
17389                 Fix some dropdown menus
17390
17391 2003-12-04 Colin Leroy <colin@colino.net>
17392         * src/compose.c
17393                 Fix event handlers on header fields
17394         * src/common/socket.c
17395           src/common/session.c
17396                 Fix segfault with callback (SSL)
17397                 Fix end of session 
17398
17399 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17400
17401         * Fix compile bug in src/compose.c
17402         * removed src/gtk/gtkstext.[ch]
17403
17404 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17405
17406         * Convert character set and escape "text" attributes in toolbar setting
17407         files.
17408         * Fixed bug in button-press-event handling.
17409
17410 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17411
17412         * Fixed bug in key-press-event handling.
17413
17414 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17415
17416         * Enabled to compile tray-icon plugin (Ad-hoc).
17417         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17418
17419 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17420
17421         * Enabled to compile on sylpheed-claws.
17422         (tray-icon plugin still cannot compile yet.)
17423
17424 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17425
17426         * Updated to 0.9.5.
17427
17428 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17429
17430         * Updated to 0.9.4.
17431         * Ported monitoring SSL mechanism to GSource of GLib2
17432         (I don't confirm it)
17433         * Added _gtk2 suffix to key name of font preference to avoid
17434         ovverwriting preference of Gtk+-1.2 version.
17435
17436 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17437
17438         * Updated to 0.9.2.
17439
17440 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17441
17442         * Updated to 0.9.1.
17443         * Translate po files into UTF-8 when execute autogen.sh.
17444
17445 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17446
17447         * Updated to 0.9.0.
17448
17449 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17450
17451         * Plugged GError related memory leaks.
17452
17453 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17454
17455         * Changed default size of fonts.
17456         * Enabled to set titile font size of warning dialog.
17457
17458 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17459
17460         * Embed a sylpheed icon into executable binary on Windows.
17461
17462 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17463
17464         * I forgot to traslate character set of element string in src/xml.c.
17465
17466 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17467
17468         * Fixed detecting bind_textdomain_codeset in configure.in.
17469         * The bug in which "Example" of "Date fromat" preference isn't displayed
17470         correctly has been fixed.
17471
17472 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17473
17474         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17475           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17476           glib-gettextize
17477           Removed intl directory.
17478           Translated po files into UTF-8.
17479           (Thanks! Ryuji Abe)
17480
17481 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17482
17483         * The bug which doesn't unscape string in xml.c has been fixed.
17484
17485 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17486
17487         * The bug which is failed to translate encoding of file name thorough
17488         file dialog has been fixed.
17489
17490 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17491
17492         * Modified to translate file names which is used in inporting/expoting
17493         mbox feature and "Save as" feature into locale encoding.
17494         * Translate file names into locale encoding when "Attache file" and
17495         "Insert file".
17496         * Force set G_BROKEN_FILENAMES environment variable.
17497         * Other minor fixes.
17498
17499 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17500
17501         * Modified to treat MH folder's name as locale encoding.
17502
17503 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17504
17505         * The bug which clash on switching candidates of auto completion of
17506         addresses, cannot use auto completion in Japanesse is fixed
17507         (Thanks! Tokunaga-san)¡¥
17508
17509 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17510
17511         * The bug which cannot switch key accelerator preference has been fixed
17512         (Thanks! smbd-san)¡¥
17513
17514 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17515
17516         * version 0.8.11-gtk2-20030314
17517
17518 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17519
17520         * The bug in which character set conversion of filtering messages has
17521         been fixed.(Thanks! COCOA-san).
17522
17523 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17524
17525         * Revived "Leave space on head" preference in "Message" category.
17526         * A bug which clash when put the cursor to end of buffer and execute
17527         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17528
17529 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17530
17531         * version 0.8.11-gtk2-20030312
17532
17533 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17534
17535         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17536         * Modified to use Pango's API directly for font preference.
17537         * Integrated GtkTextView of textview to one widget.
17538         * Set fonts of header title in textview by "header_title" tag.
17539         * Removed some deprecated codes.
17540
17541 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17542
17543         * Updated to 0.8.11.
17544         * Merged cygwin patch(Thanks! Sakai-san).
17545
17546 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17547
17548         * version 0.8.10-gtk2-20030309