2006-08-30 [cleroy] 2.4.0cvs114
[claws.git] / ChangeLog
1 2006-08-30 [colin]      2.4.0cvs114
2
3         * src/procmsg.c
4         * src/procmsg.h
5                 Provide a way to filter a list of
6                 messages in an optimised manner, and
7                 add a list-filtering hook
8         * src/folder.c
9         * src/inc.c
10         * src/mbox.c
11                 Use the list filtering
12         * src/plugins/bogofilter/bogofilter.c
13                 Use the list-filtering hook
14                 Use -b (bulk) mode for more speed
15                 when learning and filtering
16         * src/etpan/imap-thread.c
17                 Make log output shorter in UID SEARCH
18
19
20 2006-08-30 [colin]      2.4.0cvs113
21
22         * src/plugins/bogofilter/bogofilter.c
23                 Really fast mass learning - thanks to David
24                 Relson for the options explanations :)
25
26 2006-08-30 [colin]      2.4.0cvs112
27
28         * src/msgcache.c
29                 Fix compilation on FreeBSD. Thanks
30                 to Michael Hugues
31
32 2006-08-29 [colin]      2.4.0cvs111
33
34         * src/folderview.c
35                 Handle "popup_menu" signal (for popping the 
36                 menu via the keyboard)
37         * src/mimeview.c
38         * src/mimeview.h
39         * src/summaryview.c
40         * src/textview.c
41         * src/gtk/gtkutils.c
42         * src/gtk/gtkutils.h
43                 Factorize scrolling code, and add an API 
44                 for MimeViewers to handle scroll orders
45
46 2006-08-29 [wwp]        2.4.0cvs110
47
48         * src/plugins//bogofilter/bogofilter.c
49         * src/plugins//spamassassin/spamassassin.c
50                 make the bogofilter/spamassassin filtering error dialogs at
51         incorporation obey to the "don't popup error dialog on
52         receive error" option. If disabled, feed the log window w/
53         the error message.
54
55 2006-08-29 [paul]
56
57         2.5.0-rc2 released
58
59 2006-08-29 [paul]       2.4.0cvs109
60
61         * Makefile.am
62                 remove 'make release', it's not needed
63                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
64
65 2006-08-29 [paul]       2.4.0cvs108
66
67         * src/foldersel.c
68         * src/summary_search.c
69         * src/gtk/progressdialog.c
70         * src/plugins/pgpcore/passphrase.c
71                 replace deprecated gtk_window_set_policy()
72
73 2006-08-29 [colin]      2.4.0cvs107
74
75         * src/folder.c
76                 Fix data loss when copy fails during a move:
77                 only use fast remove_msgs if everything was
78                 copied OK; else use slow remove_msg on the
79                 mails that got copied only.
80
81 2006-08-28 [paul]       2.4.0cvs106
82
83         * src/mh.c
84                 revert change in 2.4.0cvs104, it breaks
85                 stuff
86
87 2006-08-28 [paul]       2.4.0cvs105
88
89         * src/plugins/spamassassin/spamassassin.c
90                 english fix
91
92 2006-08-28 [paul]       2.4.0cvs104
93
94         * src/mh.c
95                 fix data loss when moving to another
96                 mailbox fails
97         * src/prefs_spelling.c
98                 improve the english
99         * src/gtk/pluginwindow.c
100                 improve the layout of the dialog text
101         All thanks to Colin
102
103 2006-08-28 [paul]       2.4.0cvs103
104
105         * src/plugins/bogofilter/bogofilter.c
106         * src/plugins/bogofilter/bogofilter_gtk.c
107                 fix english up a bit, innit
108
109 2006-08-28 [paul]       2.4.0cvs102
110
111         * configure.ac
112         * po/Makefile.in.in
113         * po/Makevars
114                 require autoconf 2.60, enabling building
115                 with gettext 0.15 (gettext 0.14.x build still
116                 possible). Replace Makefiles with versions
117                 from gettext 0.15.
118                 Remove configure options --with-localedir and
119                 --with-mandir. The options that are provided
120                 directly by autoconf 2.60 can be used instead:
121                 --mandir --localedir
122
123 2006-08-27 [colin]      2.4.0cvs101
124
125         * src/plugins/bogofilter/Makefile.am
126                 Fix make dist (no README)
127
128 2006-08-27 [colin]      2.4.0cvs100
129
130         * src/folder.c
131                 Don't use F_UNKNOWN folders for any default
132                 outbox/trash/etc
133         * src/plugins/bogofilter/bogofilter.c
134         * src/plugins/bogofilter/bogofilter.h
135         * src/plugins/bogofilter/bogofilter_gtk.c
136                 Add an option to specify the path to bogofilter
137                 Use single-quotes to be able to learn in folders
138                 with spaces in their names
139                 Verify learning status
140
141 2006-08-27 [colin]      2.4.0cvs99
142
143         * manual/faq.xml
144         * manual/plugins.xml
145                 Document Bogofilter plugin
146
147 2006-08-27 [colin]      2.4.0cvs98
148
149         * src/compose.c
150         * src/messageview.c
151         * src/procmsg.c
152         * src/procmsg.h
153                 When possible, copy the queued mail to sent folder
154                 instead of re-adding. Much faster on IMAP.
155
156 2006-08-27 [colin]      2.4.0cvs97
157
158         * src/msgcache.c
159                 Disable mmaped caches - huge metadata loss
160                 here after a power failure.
161         * src/summaryview.c
162                 Add quicksearch timing
163         * src/common/plugin.c
164         * src/common/plugin.h
165                 Implement an interface to tell what plugins
166                 provide. Prevent loading of similar plugins.
167         * src/plugins/clamav/clamav_plugin.c
168         * src/plugins/demo/demo.c
169         * src/plugins/dillo_viewer/dillo_viewer.c
170         * src/plugins/pgpcore/plugin.c
171         * src/plugins/pgpinline/pgpinline.c
172         * src/plugins/pgpmime/pgpmime.c
173         * src/plugins/spamassassin/spamassassin.c
174         * src/plugins/trayicon/trayicon.c
175                 Implement plugin_provides()
176
177 2006-08-27 [colin]      2.4.0cvs96
178
179         * configure.ac
180         * src/plugins/Makefile.am
181         * src/plugins/bogofilter/.cvsignore
182         * src/plugins/bogofilter/Makefile.am
183         * src/plugins/bogofilter/bogofilter.c
184         * src/plugins/bogofilter/bogofilter.h
185         * src/plugins/bogofilter/bogofilter_gtk.c
186                 New Bogofilter plugin, provides filtering and
187                 learning. Spamassassin will go to extra plugins.
188
189 2006-08-26 [mones]      2.4.0cvs95
190
191         * manual/handling.xml
192                 Fix subfolder path in the example (thanks to Paul) 
193
194 2006-08-26 [mones]      2.4.0cvs94
195
196         * manual/glossary.xml
197                 2.2. + add ISP to the glossary
198                 7.5. + Add UIDL to glossary
199                 7.7. + Add TCP to glossary
200         * manual/handling.xml
201                 7.1. + Mentions GNU/Linux distribution, what about the non...
202                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
203                 7.3. + Mentions .bashrc, what about the non-bash ones? 
204                 7.4. = Use appropriate quotation for commands
205                 7.6. = change "" to <quote></quote>
206         * manual/plugins.xml
207                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
208         * manual/starting.xml
209                 2.1. + local mbox file: some examples of mbox file locations...
210                 Also reformatted files requiring it
211
212 2006-08-26 [wwp]        2.4.0cvs93
213
214         * src/summary_search.c
215                 disable find buttons while summary search is running.
216
217 2006-08-25 [colin]      2.4.0cvs92
218
219         * src/folder.c
220         * src/folderutils.c
221         * src/mh.c
222         * src/procmsg.h
223         * src/summaryview.c
224                 Speed up MH moving, and add progressbar
225                 for MH deletion
226         * src/msgcache.c
227                 Write cache files using mmap() too
228
229 2006-08-25 [wwp]        2.4.0cvs91
230
231         * src/summaryview.c
232                 switch spam<->ham button when a message has been marked as spam or ham
233                 and is still selected. Thanks to Colin.
234
235 2006-08-25 [paul]       2.4.0cvs90
236
237         * src/Makefile.am
238         * src/stock_pixmap.c
239         * src/stock_pixmap.h
240         * src/summaryview.c
241         * src/gtk/icon_legend.c
242         * src/pixmaps/copied.xpm
243         * src/pixmaps/moved.xpm
244                 add icons for delayed execution marked for
245                 copying, marked for moving
246
247 2006-08-25 [mones]      2.4.0cvs89
248
249         * manual/glossary.xml
250                 Fix the other glossary items:
251                 5.1. = Inmmediate execution -> <quote>immediate execution...
252                 5.2. = Fix MBOX capitalization -> Mbox
253                 5.3. + Improve Plugins def. w/ tech. ref.
254                 5.4. = Quotation -> replace '>' by <quote>></quote>
255                 5.5. - SMTP Server. -> remove dot
256         * po/es.po
257                 Updated translation
258
259 2006-08-25 [mones]      2.4.0cvs88
260
261         * manual/ack.xml
262                 Reformatted, changed email address
263         * manual/glossary.xml
264                 Reformatted, fixed MANUAL-TODO items:
265                 8.2. + add ROT-13 to glossary
266                 8.4. + add URL to glossary
267         * manual/es/advanced.xml
268                 Fixed <literal>s
269
270 2006-08-25 [paul]       2.4.0cvs87
271
272         * src/gtk/icon_legend.c
273                 add 'marked for deletion' icon
274                 arrange icons by containing column
275                 wrap long label text
276
277 2006-08-25 [colin]      2.4.0cvs86
278
279         * src/common/utils.c
280         * src/common/utils.h
281                 Add the sc_g_*list_bigger functions in
282                 a place everyone can use it
283         * src/summaryview.c
284                 Only freeze/thaw the list when working
285                 on the selection, if it's bigger than 1
286         * src/gtk/gtksctree.c
287                 Only freeze/thaw the list when unselec-
288                 ting 'all' if ('all' != 1)
289                 This avoids some flickering
290
291 2006-08-24 [colin]      2.4.0cvs85
292
293         * src/addressbook.c
294                 Fix strange list selection
295                 Fix random seg (Invalid read of freed memory)
296
297 2006-08-24 [colin]      2.4.0cvs84
298
299         * src/alertpanel.c
300         * src/gtk/inputdialog.c
301         * src/plugins/pgpcore/passphrase.c
302                 Revert minimal width patch of 2.4.0cvs67,
303                 as it is also a maximal width. Use 
304                 gtk_window_set_default_size instead.
305
306 2006-08-24 [colin]      2.4.0cvs83
307
308         * src/msgcache.c
309                 Write cache/mark to temp files before
310                 overwriting old ones (avoids metadata
311                 loss if writing the new files fail).
312                 Use mmap() to read cache/mark file, as
313                 this makes cache reading faster. Dis-
314                 abled for big-endian machines until it
315                 can be tested. (Big-endian users: set
316                 msgcache_use_mmap = TRUE in the relevant
317                 #if).
318         * src/procmsg.h
319                 Move rarely used fields of MsgInfo in 
320                 another structure, which will only be
321                 allocated if needed. Face, X-Face,
322                 Return receipt headers and List-*
323                 headers are moved. Mails having none
324                 of these occupy 52 bytes less with
325                 this patch, which makes 2.5MB of RAM
326                 saved on a 50k folder).
327         * src/headerview.c
328         * src/mainwindow.c
329         * src/messageview.c
330         * src/partial_download.c
331         * src/procheader.c
332         * src/procmsg.c
333         * src/textview.c
334                 Follow this structure change.
335
336 2006-08-24 [wwp]        2.4.0cvs82
337
338         * manual/es/.cvsignore
339         * manual/es/dist/.cvsignore
340         * manual/es/dist/html/.cvsignore
341         * manual/es/dist/pdf/.cvsignore
342         * manual/es/dist/ps/.cvsignore
343         * manual/es/dist/txt/.cvsignore
344                 more (generated) files to ignore.
345
346 2006-08-24 [colin]      2.4.0cvs81
347
348         * src/folder.c
349         * src/mh.c
350                 Fix possible problems with local delivery. Check the folder doesn't
351                 need scan before setting its mtime when saving cache (which can be
352                 done long after the folder's been modified by an external process);
353                 Check that the stored item's mtime didn't change in mh functions.
354
355 2006-08-24 [mones]      2.4.0cvs80
356
357         * manual/advanced.xml
358                 Rewrapping, some fixes and MANUAL-TODO items:
359                 8.1. = change "" to <quote></quote>
360                 8.3. = quote menu items
361                 8.5. - deploying -> new user ... ideally a new user (redundant)
362
363 2006-08-23 [colin]      2.4.0cvs79
364
365         * src/gtk/gtksctree.c
366                 When selecting or deselecting range, only
367                 freeze/thaw when selection is bigger than 10
368
369 2006-08-23 [colin]      2.4.0cvs78
370
371         * src/messageview.c
372         * src/mimeview.c
373         * src/mimeview.h
374         * src/plugins/dillo_viewer/dillo_viewer.c
375                 Provide an API for MimeViewer plugins to
376                 return a text selection for replying
377
378 2006-08-23 [colin]      2.4.0cvs77
379
380         * src/image_viewer.c
381         * src/textview.c
382                 Use gtk_pixbuf_new_from_file_at_scale(), which
383                 is faster than getting the pixbuf then resizing
384                 it.
385
386 2006-08-23 [colin]      2.4.0cvs76
387
388         * src/procmime.c
389                 UTF-8 should be sent Quoted-printable
390
391 2006-08-22 [colin]      2.4.0cvs75
392
393         * src/mh.c
394                 Check if scan is required before touching
395                 the folder (or it'll be required every time)
396
397 2006-08-22 [colin]      2.4.0cvs74
398
399         * configure.ac
400                 Require libetpan 0.46 (crasher fix when built
401                 against gnutls)
402
403 2006-08-22 [colin]      2.4.0cvs73
404
405         * src/folder.c
406                 Set folder's mtime after writing its
407                 cache
408         * src/folderview.c
409                 Add some timing
410         * src/procmsg.c
411                 Don't do useless stuff if we don't 
412                 thread by subject
413         * src/summaryview.c
414                 Add some timing, don't deselect prior
415                 to selecting (gtksctree does it itself),
416                 remove crash avoidance hacks as it's been
417                 properly fixed since a while
418         * src/common/utils.c
419                 Optimize to_human_readable(): _() is slow,
420                 do it only once, and avoid %f format for KB
421                 (the most common in a summaryview)
422         * src/gtk/gtksctree.c
423                 Don't uselessly freeze/thaw (fixes flicker
424                 on next unread and friends), reduce number
425                 of g_list_nth/g_list_position where possible
426         * src/gtk/gtkutils.c
427         * src/gtk/gtkutils.h
428                 Reduce number of g_list_nth/g_list_position
429                 where possible.
430                 All of this makes loading as 70k folder 2.1
431                 seconds instead of 3.2 (with hot FS caches).
432                 (1.3 seconds without Date and Size columns...)
433
434 2006-08-22 [paul]       2.4.0cvs72
435
436         wrap documents and do some items from mones' MANUAL-TODO:
437
438         * manual/account.xml
439                 4.1. = fix tabname references to <quote>tabname</quote>
440                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
441         * manual/faq.xml
442                 1.1. = mentioned options don't match UI
443                 Add information about the 'Never send Return Receipts'
444                 option
445         * manual/handling.xml
446                 6.2. = Mentions Extended symbols button, but now is
447                 named Information
448                 6.3. = Mentions ... button, which is now Edit
449
450 2006-08-22 [colin]      2.4.0cvs71
451
452         * src/gtk/pluginwindow.c
453                 Fix layout in verbose translations (such
454                 as french)
455
456 2006-08-22 [paul]       2.4.0cvs70
457
458         * manual/Makefile.am
459                 build manuals in alphabetical order
460         * src/addressbook.c
461         * src/prefs_themes.c
462                 replace/remove deprecated symbols
463         * src/gtk/gtkutils.c
464                 fix a warning
465         * src/gtk/pluginwindow.c
466                 replace deprecated symbol
467                 replace label text and move it
468         * src/plugins/pgpcore/prefs_gpg.c
469                 move the 'Generate...' button out of the
470                 Sign Key frame, replace the English used
471         * src/plugins/pgpcore/sgpgme.c
472                 fixes to the English
473
474 2006-08-21 [colin]      2.4.0cvs69
475
476         * src/plugins/trayicon/trayicon.c
477                 Add more strings for translation; patch
478                 by Pawel
479
480 2006-08-21 [colin]      2.4.0cvs68
481
482         * src/compose.c
483                 fix replied flag not set after drafting
484         * src/matcher.c
485                 fix body quicksearch in non-encoded bodies
486                 containing '='
487         * src/msgcache.c
488                 Get rid of the g_malloc workaround for
489                 corrupted caches, use g_try_malloc
490
491 2006-08-21 [colin]      2.4.0cvs67
492
493         * src/alertpanel.c
494         * src/gtk/inputdialog.c
495         * src/plugins/pgpcore/passphrase.c
496                 Set minimal width to 375
497         * src/mainwindow.c
498                 Fix switching to offline, asking if it 
499                 should be overriden for synchronising
500         * src/mimeview.c
501                 Don't offer to remember command on Open 
502                 with for text parts, as the browser or 
503                 text editor command isn't changed from 
504                 there
505
506 2006-08-20 [paul]       2.4.0cvs66
507
508         * po/ko.po
509         * po/zh_CN.po
510                 fix plural form errors. revealed by stricter
511                 checking of gettext 0.15
512
513 2006-08-18 [paul]       2.4.0cvs65
514
515         * src/stock_pixmap.c
516                 fix the fix of 2.4.0cvs64
517                 Thanks to Colin
518
519 2006-08-18 [paul]       2.4.0cvs64
520
521         * src/stock_pixmap.c
522                 fix leaks
523                 Thanks to Colin
524
525 2006-08-18 [paul]       2.4.0cvs63
526
527         * src/compose.c
528         * src/procmsg.c
529                 fix occasional IMAP bug where large msgs
530                 were left in the queue folder after sending
531                 Thanks to Colin
532
533 2006-08-18 [paul]       2.4.0cvs62
534
535         * src/folderview.c
536                 freeze the summaryview while quicksearch results
537                 are displayed
538                 (fixes bug 456 'current message is hidden when the
539                 view is refreshed and extended search is "unread 
540                 messages"')
541                 Thanks to Colin
542         * src/textview.c
543                 add missing #include "inputdialog.h"
544         * src/common/utils.h
545                 add missing mailcap_update_default() and improve
546                 readability
547
548 2006-08-17 [colin]      2.4.0cvs61
549
550         * src/plugins/pgpcore/select-keys.c
551                 Fix warnings :)
552
553 2006-08-17 [colin]      2.4.0cvs60
554
555         * src/compose.c
556                 Don't continue queuing if Cancel is clicked
557                 in select-keys
558
559 2006-08-17 [colin]      2.4.0cvs59
560
561         * src/plugins/pgpcore/select-keys.c
562                 When encrypting, if only one key matches and it 
563                 matches exactly, automatically use it.
564
565 2006-08-17 [colin]      2.4.0cvs58
566
567         * src/mimeview.c
568         * src/prefs_common.c
569         * src/prefs_common.h
570         * src/prefs_ext_prog.c
571         * src/textview.c
572                 Fix issues with previous patch (text/html)
573                 Remove outdated prefs
574
575 2006-08-17 [colin]      2.4.0cvs57
576
577         * src/imap.c
578                 Add View Log button on auth error
579         * src/procmsg.c
580                 Fix encrypted mail marked as new when
581                 saved in normal folders
582         * src/plugins/pgpinline/pgpinline.c
583                 Fix encrypt bug on IMAP
584         * src/mimeview.c
585         * src/common/utils.c
586         * src/common/utils.h
587         * src/gtk/inputdialog.c
588         * src/gtk/inputdialog.h
589                 Get rid of metamail stuff, simplify
590                 opening, and allow remembering of user's
591                 choices (by updating ~/.mailcap). There's
592                 still to drop "Audio player" and "Image
593                 viewer" preferences.
594
595 2006-08-17 [mones]      2.4.0cvs56
596
597         * manual/es/sylpheed-claws-manual.xml
598                 fix DTD path
599
600 2006-08-17 [mones]      2.4.0cvs55
601
602         * configure.ac
603         * manual/Makefile.am
604         * manual/es/Makefile.am
605         * manual/es/account.xml
606         * manual/es/ack.xml
607         * manual/es/addrbook.xml
608         * manual/es/advanced.xml
609         * manual/es/faq.xml
610         * manual/es/glossary.xml
611         * manual/es/gpl.xml
612         * manual/es/handling.xml
613         * manual/es/intro.xml
614         * manual/es/keyboard.xml
615         * manual/es/plugins.xml
616         * manual/es/starting.xml
617         * manual/es/sylpheed-claws-manual.xml
618         * manual/es/dist/Makefile.am
619         * manual/es/dist/html/Makefile.am
620         * manual/es/dist/pdf/Makefile.am
621         * manual/es/dist/ps/Makefile.am
622         * manual/es/dist/txt/Makefile.am
623                 Spanish translation for the manual
624
625 2006-08-16 [colin]      2.4.0cvs54
626
627         * src/compose.c
628         * src/main.c
629         * src/mainwindow.c
630                 Fix send button sensitivity at startup
631                 Set send menu sensitivity (patch by Fabien)
632         * src/ssl_manager.c
633                 Enable closing with esc (patch by Fabien)
634         * src/gtk/foldersort.c
635                 Enable closing with esc (patch by Fabien)
636         * src/procmime.c
637                 Optimisation (no need to copy to tempfile to
638                 "decode" 7bit and 8bit)
639         * src/summaryview.c
640                 Fix cruft in swap_from case
641         * src/textview.c
642                 Fix missing last line in some mail cases 
643                 (Fixes debian #381872)
644         * src/plugins/pgpcore/prefs_gpg.c
645         * src/plugins/pgpcore/sgpgme.c
646         * src/plugins/pgpcore/sgpgme.h
647                 Don't show "no key found" when user explicitely
648                 wants to create a key
649
650 2006-08-16 [paul]       2.4.0cvs53
651
652         * configure.ac
653         * src/account.c
654         * src/addressbook.c
655         * src/headerview.c
656         * src/prefs_account.c
657         * src/prefs_message.c
658         * src/gtk/gtkutils.c
659                 bump up minimum required versions of GTK+ and
660                 GLIB to 2.6.0
661
662 2006-08-16 [paul]       2.4.0cvs52
663
664         * src/toolbar.c
665                 workaround GTK+ Bug 351600 - 'Can't re-click
666                 on button after sensitivity update'
667                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
668                 Thanks to Colin
669
670 2006-08-15 [colin]      2.4.0cvs51
671
672         * src/plugins/pgpcore/prefs_gpg.c
673                 Set options sensitivity according to
674                 key existence
675         * src/plugins/pgpcore/sgpgme.c
676                 Allow to create key with no passphrase
677
678 2006-08-14 [cleroy]     2.4.0cvs50
679
680         * src/gtk/pluginwindow.c
681                 New layout (maybe to be changed?)
682         * src/gtk/gtkutils.c
683                 Fix a bit label_window
684         * src/plugins/pgpcore/passphrase.c
685         * src/plugins/pgpcore/passphrase.h
686         * src/plugins/pgpcore/plugin.c
687         * src/plugins/pgpcore/prefs_gpg.c
688         * src/plugins/pgpcore/prefs_gpg.h
689         * src/plugins/pgpcore/sgpgme.c
690         * src/plugins/pgpcore/sgpgme.h
691                 Allow to create a PGP private key via the GUI
692
693 2006-08-14 [wwp]        2.4.0cvs49
694
695         * src/addressbook_foldersel.c
696                 fix strict ISO C90 compliance.
697
698 2006-08-14 [paul]       2.4.0cvs48
699
700         * src/gtk/prefswindow.c
701                 re-set scrolled window on opening
702                 Patch by Ticho
703
704 2006-08-14 [paul]
705
706         2.5.0-rc1 released
707
708 2006-08-14 [paul]       2.4.0cvs47
709
710         * src/prefs_display_header.c
711                 re-enable user-defined Displayed Headers
712
713 2006-08-14 [paul]       2.4.0cvs46
714
715         * src/prefs_account.c
716                 use GTK_STOCK_EDIT
717
718 2006-08-13 [colin]      2.4.0cvs45
719
720         * src/common/utils.c
721                 Fix "a" in quote when the original message is empty,
722                 by using \0 instead of 'a' to test writability of
723                 temp files.
724
725 2006-08-13 [wwp]        2.4.0cvs44
726
727         * src/plugins/spamassassin/spamassassin.c
728                 fix capitalization of "SpamAssassin" in some debug, log and
729                 dialog messages.
730
731 2006-08-13 [paul]       2.4.0cvs43
732
733         * src/editldap.c
734                 fix overlapping widgets
735         * src/prefs_account.c
736                 fix translation of protocol_names[]
737                 fix label disappearing off the edge of the
738                 visible area
739
740 2006-08-12 [paul]       2.4.0cvs42
741
742         * manual/plugins.xml
743                 update IRC channel info before it gets forgotten
744                 about
745
746 2006-08-11 [colin]      2.4.0cvs41
747
748         * src/compose.c
749         * src/mainwindow.c
750         * src/mainwindow.h
751         * src/procmsg.c
752         * src/procmsg.h
753         * src/summaryview.c
754         * src/toolbar.c
755                 Grey out the Send button if
756                 - Queue folders are empty, or
757                 - We're sending already
758
759 2006-08-11 [wwp]        2.4.0cvs40
760
761         * src/main.c
762                 fix a logic issue when quitting while a compose window is
763                 still open, thanks to Colin.
764
765 2006-08-10 [colin]      2.4.0cvs39
766
767         * src/main.c
768                 Fix default font size setting after wizard run
769         * src/imap.c
770         * src/etpan/imap-thread.c
771         * src/etpan/imap-thread.h
772                 Fix bug #999 (Timing out on TSL cert validation 
773                 dialog makes ugly things happen). Also, STARTTLS
774                 unconditionnaly if initial capabilities contain
775                 LOGINDISABLED and STARTTLS.
776
777 2006-08-09 [colin]      2.4.0cvs38
778
779         * src/mainwindow.c
780         * src/mainwindow.h
781                 Fix Tools/Actions sensitivity when there are
782                 no actions
783
784 2006-08-09 [colin]      2.4.0cvs37
785
786         * src/prefs_filtering.c
787                 Warning fix, patch by Paul
788         * src/messageview.c
789         * src/prefs_actions.c
790         * src/prefs_filtering_action.c
791         * src/prefs_matcher.c
792                 Uniformisation of "Info ..." to "Info..." (for
793                 old gtk), patch by Fabien
794         * src/plugins/clamav/clamav_plugin_gtk.c
795                 Sensitivity fix by Fabien
796
797 2006-08-09 [colin]      2.4.0cvs36
798
799         * src/main.c
800         * src/main.h
801                 Add a function to know whether we're exiting
802         * src/plugins/trayicon/trayicon.c
803                 If exiting, don't do anything. Faster, and
804                 avoids gtk_main_iteration reentracy causing
805                 segfaults at exit
806
807 2006-08-09 [colin]      2.4.0cvs35
808
809         * src/messageview.c
810         * src/mimeview.c
811         * src/mimeview.h
812                 Fix lack of part selection when automatically 
813                 jumping to a specific part
814         * src/msgcache.c
815                 Little optimisation in cache reading
816
817 2006-08-09 [colin]      2.4.0cvs34
818
819         * src/compose.c
820                 Fix crash setting the priority on reedit
821                 (Accessing compose before creating it!)
822
823 2006-08-08 [colin]      2.4.0cvs33
824
825         * src/procmime.c
826                 Fix bug #998 (last attachment is not accessible)
827                 Bad RFC interpretation on multipart close-delimiters
828         * src/mimeview.c
829         * src/mimeview.h
830         * src/gtk/gtkvscrollbutton.c
831         * src/gtk/gtkvscrollbutton.h
832                 Make attachments list wheel-scrollable
833
834 2006-08-07 [colin]      2.4.0cvs32
835
836         * src/gtk/gtkaspell.c
837                 Fix bug #973 (Unicode punctation characters 
838                 are not recognized as separators by the
839                 spell checker); fix unsigned stuff
840
841 2006-08-07 [colin]      2.4.0cvs31
842
843         * src/compose.c
844                 Fix bug #956 (DnD text with accents in compose 
845                 text entry); fix gccc's signed/unsigned fuss
846
847 2006-08-06 [colin]      2.4.0cvs30
848
849         * src/main.c
850                 Fix bug #979 (Plugin crashes when exiting 
851                 sylpheed-claws) : handle exit request only 
852                 once
853
854 2006-08-05 [colin]      2.4.0cvs29
855
856         * src/news.c
857                 Just make sure we have a msgid.
858
859 2006-08-05 [colin]      2.4.0cvs28
860
861         * src/news.c
862         * src/summaryview.c
863                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
864                 by reimplementing it
865         * src/textview.c
866                 Fix bug when hiding quotes with level > 3 and quote
867                 colors are recycled
868
869 2006-08-04 [colin]      2.4.0cvs27
870
871         * src/compose.c
872         * src/undo.c
873         * src/undo.h
874                 Fix a bit replace-by-pasting undo
875         * src/mainwindow.c
876         * src/messageview.c
877                 Fix Fold quotes menu synchro in
878                 mainwindow when it changes in 
879                 messageview
880         * src/textview.c
881                 Fix right-click on quotes blocks
882         * src/common/utils.c
883                 Verify that the file created by
884                 my_tmpfile() is writable. Fixes
885                 bug #988 (very specific filesystem
886                 issue)
887         * src/plugins/pgpcore/sgpgme.c
888                 Fix file descriptor leak
889         * src/plugins/spamassassin/spamassassin.c
890                 Warn once if spamd isn't reachable
891
892 2006-08-04 [colin]      2.4.0cvs26
893
894         * src/toolbar.c
895                 i18n context patch by Fabien
896
897 2006-08-03 [colin]      2.4.0cvs25
898
899         * src/mainwindow.c
900         * src/messageview.c
901                 Rename "Hide quotes" to "Fold quotes"
902         * src/textview.c
903                 Don't use hand cursor on quotes. "all 
904                 the bonuses of the feature and none of 
905                 unwelcome side-effects"
906
907 2006-08-03 [colin]      2.4.0cvs24
908
909         * AUTHORS
910         * sylpheed-claws.desktop
911         * src/gtk/authors.h
912                 Bring the desktop file to XDG compliance
913                 Patch by Charles A. Edwards
914
915 2006-08-03 [colin]      2.4.0cvs23
916
917         * src/textview.c
918                 Fix links offset when they are preceded
919                 by accentued chars (g_utf8_strlen!)
920         * src/mainwindow.c
921                 Fix wrong status when starting offline
922
923
924 2006-08-03 [wwp]        2.4.0cvs22
925
926         * src/prefs_common.h
927                 ask what to do w/ filtering rules that belong to an account when
928                 applying filtering rules manually from the main window (skip,
929                 apply regardless of the account, use current account). This dialog
930                 can be skipped and the last reply used.
931                 (forgot that file)
932
933 2006-08-03 [wwp]        2.4.0cvs21
934
935         * src/filtering.c
936         * src/filtering.h
937         * src/prefs_common.c
938         * src/summaryview.c
939         * src/alertpanel.c
940         * src/alertpanel.h
941         * src/messageview.c
942                 ask what to do w/ filtering rules that belong to an account when
943                 applying filtering rules manually from the main window (skip,
944                 apply regardless of the account, use current account). This dialog
945                 can be skipped and the last reply used.
946
947
948 2006-08-03 [colin]      2.4.0cvs20
949
950         * src/textview.c
951                 Optimize previous patch
952
953 2006-08-03 [cleroy]     2.4.0cvs19
954
955         * src/textview.c
956                 Fix quotes getting toggled back when the
957                 mail has an even number of text parts
958
959 2006-08-02 [colin]      2.4.0cvs18
960
961         * src/messageview.c
962                 Add Hide quotes menu
963
964 2006-08-02 [colin]      2.4.0cvs17
965
966         * src/mainwindow.c
967         * src/prefs_common.c
968         * src/textview.c
969         * src/textview.h
970         * src/gtk/about.c
971                 Allow per-level quote hiding,
972                 Allow toggling quotes by double-clicking them
973                 Rename RemoteURI to ClickableText to reflect
974                 the fact it's used for a variety of things
975
976 2006-08-02 [wwp]        2.4.0cvs16
977
978         * src/mainwindow.c
979                 fix "View/Hide quotes" menu item status initialization.
980
981 2006-08-02 [wwp]        2.4.0cvs15
982
983         * src/matcher_parser_parse.y
984                 remove a debug trace.
985
986 2006-08-02 [paul]       2.4.0cvs14
987
988         * src/plugins/pgpcore/passphrase.c
989                 don't set initial dialog size
990                 make it resizable
991
992 2006-08-02 [paul]       2.4.0cvs13
993
994         * src/noticeview.c
995                 remove the rogue '/' character
996
997 2006-08-02 [paul]       2.4.0cvs12
998
999         * src/noticeview.c
1000                 allow buttons to resize as necessary
1001
1002 2006-08-01 [wwp]        2.4.0cvs11
1003
1004         * src/mbox.c
1005                 fix strict ISO C90 compliance.
1006
1007 2006-08-01 [wwp]        2.4.0cvs10
1008
1009         * tools/update-po
1010                 updated update-po tool to work w/ context-dependent translations.
1011                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1012
1013 2006-08-01 [wwp]        2.4.0cvs9
1014
1015         * src/matcher.c
1016         * src/prefs_filtering.c
1017         * src/prefs_matcher.c
1018                 allow context-dependent translations for "All",
1019                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1020
1021 2006-07-31 [colin]      2.4.0cvs8
1022
1023         * AUTHORS
1024         * src/gtk/authors.h
1025                 Add Rafal to authors
1026
1027 2006-07-31 [colin]      2.4.0cvs7
1028
1029         * src/compose.c
1030         * src/mainwindow.c
1031         * src/messageview.h
1032         * src/prefs_common.c
1033         * src/prefs_common.h
1034         * src/textview.c
1035                 Add 'View/Hide quotes'. Patch based on a patch
1036                 by Rafal Weglarz
1037
1038 2006-07-31 [colin]      2.4.0cvs6
1039
1040         * src/action.c
1041                 Fix problem with "> stuff >" actions
1042
1043 2006-07-31 [paul]       2.4.0cvs5
1044
1045         * po/nb.po
1046                 updated by Geir Helland
1047
1048 2006-07-31 [wwp]        2.4.0cvs4
1049
1050         * src/mainwindow.c
1051         * src/summaryview.c
1052         * src/summaryview.h
1053                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1054                 thanks to Colin.
1055
1056 2006-07-31 [wwp]        2.4.0cvs3
1057
1058         * src/Makefile.am
1059         * src/addr_compl.c
1060         * src/addr_compl.h
1061         * src/addressbook.c
1062         * src/addressbook.h
1063         * src/addressbook_foldersel.c
1064         * src/addressbook_foldersel.h
1065         * src/addrindex.c
1066         * src/addrindex.h
1067         * src/matcher.c
1068         * src/matcher.h
1069         * src/matcher_parser_lex.l
1070         * src/matcher_parser_parse.y
1071         * src/prefs_common.c
1072         * src/prefs_common.h
1073         * src/prefs_filtering.c
1074         * src/prefs_matcher.c
1075         * src/prefs_matcher.h
1076         * src/summaryview.c
1077                 introduce filtering against the address book. It's now possible to add
1078                 matched conditions to determine if any email address in a message matches
1079                 or doesn't match any or all books or folders in the address book.
1080
1081 2006-07-31 [wwp]        2.4.0cvs2
1082
1083         * src/account.c
1084         * src/filtering.c
1085         * src/filtering.h
1086         * src/folder.c
1087         * src/folderview.c
1088         * src/inc.c
1089         * src/mainwindow.c
1090         * src/matcher.c
1091         * src/matcher_parser_lex.l
1092         * src/matcher_parser_parse.y
1093         * src/mbox.c
1094         * src/prefs_filtering.c
1095         * src/prefs_filtering.h
1096         * src/procmsg.c
1097         * src/procmsg.h
1098         * src/summaryview.c
1099                 introduce per-account filtering rules. Each filtering rule can now be assigned
1100                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1101                 when applying filtering rules manually, as all rules will apply - even the ones
1102                 assigned to an account. This issue will be addressed soon.
1103  
1104
1105
1106 2006-07-31 [wwp]        2.4.0cvs1
1107
1108         * src/quote_fmt.c
1109                 make more strings translatable.
1110
1111 2006-07-31 [paul]       2.4.0
1112
1113         2.4.0 released
1114
1115 2006-07-31 [paul]       2.3.1cvs91
1116
1117         * po/ca.po
1118                 updated by Miquel Oliete
1119
1120 2006-07-31 [paul]       2.3.1cvs90
1121
1122         * po/de.po
1123         * po/el.po
1124         * po/fr.po
1125         * po/it.po
1126         * po/pl.po
1127         * po/pt_BR.po
1128         * po/sr.po
1129         * po/zh_CN.po
1130                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1131                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1132                 Aleksandar Urosevic, and Ralgh Young
1133
1134 2006-07-31 [paul]       2.3.1cvs89
1135
1136         * src/account.c
1137         * src/main.c
1138         * src/mainwindow.c
1139         * src/mainwindow.h
1140                 Fix a race condition when, after an SC crash, rescanning
1141                 folders took more than 0.5 seconds
1142                 Thanks to Colin
1143
1144 2006-07-31 [paul]       2.3.1cvs88
1145
1146         * src/folderview.c
1147                 don't translate separator strings
1148
1149 2006-07-30 [mones]      2.3.1cvs87
1150
1151         * doc/man/sylpheed-claws.1
1152                 Fixed non-ASCII chars in Hoa's name
1153         * po/es.po
1154                 Updated for release
1155
1156 2006-07-27 [colin]      2.3.1cvs86
1157
1158         * src/textview.c
1159                 Don't include the leading \n in links
1160                 Patch by Fabien
1161
1162 2006-07-25 [colin]      2.3.1cvs85
1163
1164         * src/mainwindow.c
1165         * src/common/socket.h
1166         * src/etpan/imap-thread.c
1167                 Refresh resolvers before connecting
1168                 to IMAP servers, and after switching
1169                 to online. Thanks to Paul.
1170
1171 2006-07-18 [colin]
1172
1173         * 2.4.0-rc4 released
1174
1175 2006-07-17 [colin]      2.3.1cvs84
1176
1177         * src/inc.c
1178                 Show connection attempt in statusbar before
1179                 connecting (previously first message was
1180                 "Retrieving messages from ..." after the
1181                 connection succeeded.
1182
1183 2006-07-16 [wwp]        2.3.1cvs83
1184
1185         * sylpheed-claws.ico
1186                 Added .ico file (windows multi-size icon file, generated).
1187
1188 2006-07-12 [wwp]        2.3.1cvs82
1189
1190         * src/messageview.c
1191                 remove Message/Re-edit menu entry from messageview window,
1192                 as sent/draft/queued messages are opened in compose window when
1193                 re-edited and it's not possible to re-edit other msgs.
1194
1195 2006-07-12 [paul]       2.3.1cvs81
1196
1197         * AUTHORS
1198         * src/mainwindow.c
1199         * src/gtk/authors.h
1200                 check online state before resetting
1201                 mailcheck timer. Useful if some program
1202                 verifies connection state and updates
1203                 Claws.
1204                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1205
1206 2006-07-12 [paul]       2.3.1cvs80
1207
1208         * sylpheed-claws-128x128.png
1209         * sylpheed-claws-64x64.png
1210         * sylpheed-claws.png
1211         * src/Makefile.am
1212         * src/main.c
1213         * src/prefs_toolbar.c
1214         * src/stock_pixmap.c
1215         * src/stock_pixmap.h
1216         * src/wizard.c
1217         * src/gtk/about.c
1218         * src/gtk/gtkutils.c
1219         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1220         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1221         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1222         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1223         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1224         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1225                 updated and renamed logo/icon files and related
1226                 logo by Jesper Schultz
1227
1228 2006-07-11 [paul]       2.3.1cvs79
1229
1230         * src/main.c
1231                 fix the labels a smidgin
1232
1233 2006-07-09 [colin]      2.3.1cvs78
1234
1235         * src/textview.c
1236                 Show errors in textviewer's command
1237                 Patch by H. Merijn Brand
1238
1239 2006-07-09 [colin]      2.3.1cvs77
1240
1241         * src/compose.c
1242                 Save FMID in drafts too
1243
1244 2006-07-08 [colin]      2.3.1cvs76
1245
1246         * src/compose.c
1247                 Svae RMID in drafted mails too
1248                 Save quote_fmt vars for whole mails,
1249                 don't reset at each quote_fmt_init:
1250                 allows to use the same |i{var} in
1251                 various template fields
1252         * src/prefs_template.c
1253         * src/quote_fmt.h
1254         * src/quote_fmt_parse.y
1255                 Same
1256
1257 2006-07-08 [colin]      2.3.1cvs75
1258
1259         * src/textview.c
1260                 Fix highlighting of attached parts URIs
1261
1262 2006-07-08 [colin]      2.3.1cvs74
1263
1264         * src/main.c
1265                 Prevent bug #981 (sc 2.3.1 segfaults with 
1266                 gtk+ 2.10) from being reported again:
1267                 if Sylpheed-Claws has been compiled against
1268                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1269                 of if Sylpheed-Claws has been compiled against
1270                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1271                 error out.
1272
1273 2006-07-07 [colin]      2.3.1cvs73
1274
1275         * src/prefs_actions.c
1276                 Fix label
1277
1278 2006-07-07 [colin]      2.3.1cvs72
1279
1280         * src/prefs_actions.c
1281                 Fix compile on gtk < 2.8. argh :)
1282
1283 2006-07-07 [paul]       2.3.1cvs71
1284
1285         * src/common/defs.h
1286                 update DONATE_URI
1287
1288 2006-07-07 [colin]      2.3.1cvs70
1289
1290         * po/POTFILES.in
1291         * src/quote_fmt.c
1292         * src/quote_fmt_lex.l
1293         * src/quote_fmt_parse.y
1294                 Add |i{var}, a way to insert user-entered
1295                 text in a template
1296
1297 2006-07-07 [colin]
1298
1299         * 2.4.0-rc3 released
1300
1301 2006-07-07 [colin]      2.3.1cvs69
1302
1303         * src/folder.c
1304                 Don't consider inboxes of UNKNOWN folder 
1305                 classes to be useable as default inboxes
1306
1307 2006-07-07 [paul]       2.3.1cvs68
1308
1309         * src/textview.c
1310                 add missing #include <errno.h>
1311                 Thanks to René J. Blokland
1312
1313 2006-07-07 [paul]       2.3.1cvs67
1314
1315         * src/action.c
1316                 Return now Closes dialog
1317         * src/mimeview.c
1318         * src/mimeview.h
1319         * src/textview.c
1320                 add contextual menu to mime parts listed
1321                 in the textview
1322                 Thanks to Colin
1323         * src/common/utils.c
1324                 reversal: ' is a valid character in URLs
1325
1326 2006-07-06 [colin]      2.3.1cvs66
1327
1328         * src/remotefolder.h
1329                 Forgotten in previous commit
1330
1331 2006-07-06 [colin]      2.3.1cvs65
1332
1333         * src/folder.c
1334                 Set summary update flag whenever
1335                 totals changed
1336         * src/imap.c
1337         * src/prefs_account.c
1338         * src/common/utils.h
1339         * src/etpan/imap-thread.c
1340                 Fix warnings, thanks to Fabien and
1341                 Ricardo
1342
1343 2006-07-06 [wwp]        2.3.1cvs64
1344
1345         * src/gtk/gtkutils.c
1346                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1347
1348 2006-07-06 [wwp]        2.3.1cvs63
1349
1350         * src/account.c
1351         * src/addressbook.c
1352         * src/addressitem.h
1353         * src/folderview.c
1354         * src/mainwindow.c
1355         * src/manual.c
1356         * src/manual.h
1357         * src/message_search.c
1358         * src/prefs_actions.c
1359         * src/prefs_filtering.c
1360         * src/prefs_filtering.h
1361         * src/prefs_template.c
1362         * src/summary_search.c
1363         * src/summaryview.c
1364         * src/gtk/gtkutils.c
1365         * src/gtk/gtkutils.h
1366         * src/gtk/pluginwindow.c
1367                 add help buttons to some dialogs. Clicking such buttons opens a
1368                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1369
1370 2006-07-06 [paul]       2.3.1cvs62
1371
1372         * src/textview.c
1373                 fix attachments contextual menu
1374                 Thanks to Colin
1375
1376 2006-07-05 [colin]      2.3.1cvs61
1377
1378         * src/textview.c
1379         * src/compose.c
1380                 Handle sftp:// links
1381
1382 2006-07-05 [paul]       2.3.1cvs60
1383
1384         * src/gtk/filesel.c
1385                 grab save button by default
1386                 Thanks to Colin
1387
1388 2006-07-05 [wwp]        2.3.1cvs59
1389
1390         * manual/xml2pdf
1391                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1392
1393 2006-07-04 [colin]      2.3.1cvs58
1394
1395         * src/mimeview.c
1396         * src/textview.c
1397                 Use left click to select, middle click to open
1398                 on mimeparts links
1399         * src/common/utils.c
1400                 Fix segfault
1401
1402 2006-07-04 [colin]      2.3.1cvs57
1403
1404         * src/mainwindow.c
1405         * src/news.c
1406                 Warning fixes, thanks to Fabien
1407
1408 2006-07-04 [colin]      2.3.1cvs56
1409
1410         * src/mimeview.c
1411         * src/mimeview.h
1412         * src/textview.c
1413                 Allow parts to be selected via their text label
1414                 in textview
1415
1416 2006-07-04 [colin]      2.3.1cvs55
1417
1418         * src/folderview.c
1419                 Feedback when closing (for big folders)
1420         * src/prefs_actions.c
1421         * src/prefs_filtering.c
1422         * src/prefs_matcher.c
1423         * src/prefs_template.c
1424                 Fix default button when closing without
1425                 having saved
1426
1427 2006-07-04 [colin]      2.3.1cvs54
1428
1429         * src/news.c
1430                 Delete local file on deletion
1431
1432 2006-07-03 [colin]      2.3.1cvs53
1433
1434         * src/folderview.c
1435         * src/main.c
1436                 Don't freeze when rescanning after crash
1437
1438 2006-07-03 [wwp]        2.3.1cvs52
1439
1440         * src/compose.c
1441         * src/privacy.c
1442         * src/privacy.h
1443         * src/plugins/pgpinline/pgpinline.c
1444         * src/plugins/pgpmime/pgpmime.c
1445                 don't report an error when the user cancels the passphrase dialog.
1446
1447 2006-07-02 [colin]      2.3.1cvs51
1448
1449         * src/folderview.c
1450                 Open message when crossing folders with Space,
1451                 goto next unread and friends
1452
1453 2006-07-01 [colin]      2.3.1cvs50
1454
1455         * src/prefs_account.c
1456                 Typographic rules varying from language
1457                 to language (in french "Protocole :"),
1458                 we have to do that :)
1459
1460 2006-07-01 [ticho]      2.3.1cvs49
1461
1462         * src/prefs_account.c
1463                 Only use one temporary gchar* variable in
1464                 prefs_account_protocol_set_optmenu().
1465
1466 2006-07-01 [ticho]      2.3.1cvs48
1467
1468         * src/prefs_account.c
1469         * src/prefs_account.h
1470                 Use GtkLabel for existing account protocol name.
1471                 Created an array for protocol names and populate the
1472                 combobox from it in a for() cycle.
1473
1474 2006-06-30 [colin]      2.3.1cvs47
1475
1476         * src/compose.c
1477                 Block undo when changing signature (by changing
1478                 account)
1479
1480 2006-06-30 [paul]       2.3.1cvs46
1481
1482         * src/send_message.c
1483                 when editing From in the Compose window, use that address
1484                 in the Return-Path: header
1485                 Thanks to Colin
1486
1487 2006-06-30 [colin]      2.3.1cvs45
1488
1489         * src/compose.c
1490                 Fix signature replacement:
1491                 - when no newline before separator
1492                 - when reediting
1493
1494 2006-06-29 [colin]      2.3.1cvs44
1495
1496         * src/folderview.c
1497         * src/folderview.h
1498         * src/mainwindow.c
1499         * src/summaryview.c
1500                 Let 'View/Go to/Next marked' work like
1501                 Next new & Next unread: across folders
1502                 Change the select_on_entry pref to do
1503                 what we want when changing folder
1504         * src/common/utils.c
1505                 Fix single-quoted links 
1506
1507 2006-06-29 [colin]      2.3.1cvs43
1508
1509         * src/gtk/gtkaspell.c
1510                 "Sylpheed" and "Sylpheed-Claws" do exist !
1511
1512 2006-06-29 [colin]      2.3.1cvs42
1513
1514         * src/imap.c
1515                 Forgot to remove debug
1516
1517 2006-06-29 [colin]      2.3.1cvs41
1518
1519         * src/imap.c
1520         * src/imap.h
1521         * src/mainwindow.c
1522                 Disconnect from IMAP servers when going
1523                 offline. Fixes bug #978 (going to offline-mode 
1524                 won't close connections)
1525
1526 2006-06-29 [colin]      2.3.1cvs40
1527
1528         * src/main.c
1529                 Fix transient setting on failing plugins
1530                 Patch by Fabien
1531         * src/plugins/pgpcore/sgpgme.c
1532                 Only warn for OpenPGP. Most people don't
1533                 have CMS available.
1534
1535 2006-06-29 [colin]      2.3.1cvs39
1536
1537         * src/compose.c
1538                 Fix Spelling menu (discrepancy between context menu
1539                 and top menu when folder's dictionary isn't the 
1540                 default one)
1541         * src/plugins/pgpcore/sgpgme.c
1542                 More error reporting about why gpgme can fail
1543
1544 2006-06-29 [wwp]        2.3.1cvs38
1545
1546         * src/mainwindow.c
1547                 honor the display-header-pane setting even when the message view
1548                 is a separate window.
1549
1550 2006-06-29 [wwp]        2.3.1cvs37
1551
1552         * src/prefs_actions.c
1553                 forgot to commit that one (use of GTK_STOCK_INFO).
1554
1555 2006-06-29 [colin]      2.3.1cvs36
1556
1557         * src/imap.c
1558                 Better handling of login errors (ask the password
1559                 again once), alert in case of error. Fix three
1560                 signedness warnings.
1561
1562 2006-06-28 [wwp]        2.3.1cvs35
1563
1564         * src/prefs_template.c
1565         * src/prefs_matcher.c
1566         * src/prefs_filtering_action.c
1567         * src/prefs_quote.c
1568                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1569                 patch by Fabien Vantard, slightly modified.
1570
1571 2006-06-28 [paul]
1572
1573         2.4.0-rc2 released
1574
1575 2006-06-28 [colin]      2.3.1cvs34
1576
1577         * src/prefs_account.c
1578                 Fix bug #977 (Can't add or edit imap accounts)
1579
1580 2006-06-28 [colin]      2.3.1cvs33
1581
1582         * src/mimeview.c
1583                 Fix previous
1584
1585 2006-06-28 [colin]      2.3.1cvs32
1586
1587         * src/mimeview.c
1588                 Save named inlined attachments with "Save all"
1589         * src/main.c
1590         * src/mbox.c
1591         * src/common/plugin.c
1592         * src/common/plugin.h
1593         * src/common/sylpheed.c
1594         * src/common/utils.c
1595         * src/plugins/pgpcore/sylpheed.def
1596         * src/plugins/pgpinline/sylpheed.def
1597         * src/plugins/pgpmime/sylpheed.def
1598                 Win32 compatibility patch, by
1599                 Werner Koch
1600
1601 2006-06-28 [wwp]        2.3.1cvs31
1602
1603         * src/imap.c
1604         * src/prefs_folder_item.c
1605                 less compilation warnings (thanks to Fabien Vantard), less typos.
1606
1607 2006-06-28 [paul]       2.3.1cvs30
1608
1609         * src/gtk/gtkutils.c
1610                 gtk_combo_box_set_focus_on_click() is only
1611                 available since gtk 2.6.0
1612
1613 2006-06-28 [paul]       2.3.1cvs29
1614
1615         * src/prefs_ext_prog.c
1616                 fix engrish and add a tooltip for the
1617                 'command for 'Display as text' option
1618
1619 2006-06-28 [paul]
1620
1621         2.4.0-rc1 released
1622
1623 2006-06-28 [paul]       2.3.1cvs28
1624
1625         * ChangeLog
1626         * tools/Makefile.am
1627                 include textviewer.pl in releases
1628
1629 2006-06-28 [paul]       2.3.1cvs27
1630
1631         * src/prefs_ext_prog.c
1632                 hide Print command option if libgnomeprint
1633                 support is present
1634
1635 2006-06-27 [colin]      2.3.1cvs26
1636
1637         * src/compose.c
1638                 Fix Esc handling in insert/attach dialog
1639                 Don't show this dialog if dragging something
1640                 else than text/uri-list
1641                 Thanks to Fabien Vantard
1642         * tools/textviewer.pl
1643                 Filter script to display stuff as text
1644                 by H. Merijn Brand
1645
1646 2006-06-27 [wwp]        2.3.1cvs25
1647
1648         * src/messageview.c
1649                 use the exact product name (message view title), patch
1650                 by Fabien Vantard.
1651
1652 2006-06-27 [ticho]      2.3.1cvs24
1653
1654         * src/prefs_account.c
1655         * src/prefs_common.c
1656         * src/prefs_common.h
1657         * src/prefs_ext_prog.c
1658         * src/textview.c
1659                 Add a preference (Preferences/External programs)
1660                 to allow "Display as text" to be done via a script
1661                 (patch by H.Merijn Brand).
1662                 Use GtkComboBox for protocol selection in account
1663                 preferences.
1664                 Only include current choice for existing accounts, and
1665                 insensitivize the combobox.
1666
1667 2006-06-27 [paul]       2.3.1cvs23
1668
1669         * src/mbox.c
1670                 fix crasher introduced in cvs21.
1671                 Thanks to Colin
1672
1673 2006-06-26 [colin]      2.3.1cvs22
1674
1675         * src/mbox.c
1676                 Fix double-frees when leaving folders
1677                 after exporting to mbox
1678
1679 2006-06-26 [colin]      2.3.1cvs21
1680
1681         * src/mbox.c
1682                 More feedback (and optimisation)
1683                 on import/export
1684         * src/common/utils.c
1685                 Fix case when looking for mail addresses
1686         * src/gtk/gtkutils.c
1687                 Extra check for (X-)Face
1688
1689 2006-06-25 [ticho]      2.3.1cvs20
1690
1691         * src/compose.c
1692         * src/exphtmldlg.c
1693         * src/gtk/gtkutils.c
1694         * src/gtk/gtkutils.h
1695                 Added second argument to gtkut_sc_combobox_create() to
1696                 control focus-on-click for the widget.
1697                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1698
1699 2006-06-25 [ticho]      2.3.1cvs19
1700
1701         * src/compose.c
1702         * src/gtk/Makefile.am
1703         * src/gtk/combobox.c
1704         * src/gtk/combobox.h
1705         * src/gtk/gtkutils.c
1706         * src/gtk/gtkutils.h
1707                 Use GtkComboBox instead of deprecated GtkOptionMenu
1708                 for account selector in compose window and for encoding
1709                 selector in attachment properties.
1710                 Also factorise working with the new GtkComboBox somewhat.
1711
1712 2006-06-24 [paul]       2.3.1cvs18
1713
1714         * src/prefs_common.c
1715                 use the correct default value
1716
1717 2006-06-24 [paul]       2.3.1cvs17
1718
1719         * src/compose.c
1720         * src/prefs_common.c
1721         * src/prefs_common.h
1722         * src/prefs_compose_writing.c
1723                 enable setting of default action when
1724                 dnd'ing files in the compose window.
1725                 (Collaborative effort with wwp)
1726
1727 2006-06-23 [wwp]        2.3.1cvs16
1728
1729         * src/compose.c
1730                 i18n fix (thanks to Fabien Vantard)
1731
1732 2006-06-22 [colin]      2.3.1cvs15
1733
1734         * src/prefs_customheader.c
1735                 Don't use filters in custom headers' file 
1736                 selector. Remember, extensions mean nothing :)
1737
1738 2006-06-22 [paul]       2.3.1cvs14
1739
1740         * configure.ac
1741                 allow setting of man directory location
1742
1743 2006-06-22 [colin]      2.3.1cvs13
1744
1745         * src/mainwindow.c
1746                 Add 'View/Go to/Next unread folder'.
1747                 I missed that :)
1748
1749 2006-06-22 [colin]      2.3.1cvs12
1750
1751         * src/common/utils.c
1752                 Add some subject prefixes
1753                 Patch by Bjorn T Johansen <btj@havleik.no>
1754
1755 2006-06-22 [colin]      2.3.1cvs11
1756
1757         * manual/advanced.xml
1758                 Forgotten hidden pref
1759
1760 2006-06-21 [paul]       2.3.1cvs10
1761
1762         * src/prefs_account.c
1763                 complete the removal of 'Add date header' option
1764
1765 2006-06-21 [paul]       2.3.1cvs9
1766
1767         * src/account.c
1768         * src/compose.c
1769         * src/prefs_account.c
1770         * src/prefs_account.h
1771                 remove option to add date header - always
1772                 add date header
1773         * src/etpan/imap-thread.c
1774                 fix warnings (Thanks to Colin)
1775
1776 2006-06-21 [wwp]        2.3.1cvs8
1777
1778         * src/folder.c
1779                 set the attachment flag when inline text part are (file)named. This is more convenient
1780                 when receiving (for instance) inline source files or patches sent using thunderbird.
1781
1782 2006-06-21 [paul]       2.3.1cvs7
1783
1784         * src/inc.c
1785                 fix off-by-one count of current msg in
1786                 statusbar filtering progressbar
1787
1788 2006-06-21 [paul]       2.3.1cvs6
1789
1790         * src/folder.c
1791                 Show attachment icon even if the part is 'inline'
1792                 if the following conditions are met:
1793                 - content-type != 'text/plain'
1794                 - content-type != '*/pgp-signature'
1795                 - either 'name' or 'filename' parameter is not NULL
1796                 
1797                 Thanks to Colin
1798
1799 2006-06-21 [paul]       2.3.1cvs5
1800
1801         * src/messageview.c
1802         * src/prefs_common.c
1803         * src/prefs_common.h
1804         * src/prefs_other.c
1805                 add an option to 'Never send Return
1806                 Receipts'
1807                 Thanks to Colin
1808
1809 2006-06-20 [mones]      2.3.1cvs4
1810
1811         * po/es.po
1812                 updated
1813         * src/compose.c
1814                 typo fixed (space after comma)
1815         * tools/make.themes.project
1816                 remove exec mode from tarball files
1817
1818 2006-06-20 [colin]      2.3.1cvs3
1819
1820         * src/news.c
1821         * src/procheader.c
1822         * src/unmime.c
1823                 Better fix for \n's in headers (don't 
1824                 break Received: and others)
1825
1826 2006-06-20 [paul]       2.3.1cvs2
1827
1828         * src/alertpanel.c
1829         * src/textview.c
1830                 improve legibility of phishing attempt
1831                 dialog
1832
1833 2006-06-20 [paul]       2.3.1cvs1
1834
1835         * NEWS
1836         * README
1837         * configure.ac
1838                 Update version number following
1839                 stable release
1840
1841 2006-06-20 [colin]      2.3.0cvs26
1842
1843         * src/compose.c
1844                 When dragging a file to the text of the compose
1845                 window, ask whether we want to insert or attach
1846                 (I know lots of people who do that to attach)
1847
1848 2006-06-20 [colin]      2.3.0cvs25
1849
1850         * src/etpan/imap-thread.c
1851                 Fix threshold (the append command is often > 32 bytes)
1852
1853 2006-06-19 [colin]      2.3.0cvs24
1854
1855         * src/imap.c
1856         * src/etpan/imap-thread.c
1857                 Workaround Rockliffe IMAP server bug: replace
1858                 "x UID SEARCH (ANSWERED UID 1:*)" with
1859                 "x UID SEARCH ANSWERED"
1860                 (Rockliffe doesn't handle the parenthesis)
1861
1862 2006-06-19 [colin]      2.3.0cvs23
1863
1864         * src/compose.c
1865         * src/imap.c
1866         * src/etpan/imap-thread.c
1867                 Probably fix bug #972 (Freezes when adding 
1868                 an attachment to the message)
1869         * src/common/defs.h
1870                 Modernize Firefox cmd
1871
1872
1873 2006-06-18 [colin]      2.3.0cvs22
1874
1875         * src/prefs_customheader.c
1876                 Only allow correct filenames for various
1877                 custom headers
1878
1879 2006-06-18 [colin]      2.3.0cvs21
1880
1881         * src/prefs_customheader.c
1882                 Add a 'From File...' button in custom headers prefs, which
1883                 try to do the right thing: 
1884                 for normal headers, use file as plaintext,
1885                 for X-Face, calls compface,
1886                 for Face, encode to b64.
1887
1888 2006-06-17 [colin]      2.3.0cvs20
1889
1890         * src/mh.c
1891                 Warning fix
1892
1893 2006-06-16 [colin]      2.3.0cvs19
1894
1895         * src/summaryview.c
1896                 Recursive quicksearch: show message list
1897                 in current folder, *then* search children
1898                 in the background.
1899
1900 2006-06-16 [colin]      2.3.0cvs18
1901
1902         * src/main.c
1903                 Instead of ignoring SIGPIPE, save caches
1904                 when getting one. Will fix the fact that
1905                 hot caches are out-of-date when logging 
1906                 out of Xorg.
1907         * src/compose.c
1908         * src/prefs_compose_writing.c
1909                 Only save text (not attachments) when 
1910                 auto-saving to drafts
1911         * src/unmime.c
1912                 Always replace \n, \r and \t with spaces
1913                 in headers
1914         * manual/dist/html/Makefile.am
1915         * manual/dist/pdf/Makefile.am
1916         * manual/dist/ps/Makefile.am
1917         * manual/dist/txt/Makefile.am
1918         * manual/fr/dist/html/Makefile.am
1919         * manual/fr/dist/pdf/Makefile.am
1920         * manual/fr/dist/ps/Makefile.am
1921         * manual/fr/dist/txt/Makefile.am
1922         * manual/pl/dist/html/Makefile.am
1923         * manual/pl/dist/pdf/Makefile.am
1924         * manual/pl/dist/ps/Makefile.am
1925         * manual/pl/dist/txt/Makefile.am
1926                 Fix make clean removing pregenerated manuals
1927
1928
1929 2006-06-16 [colin]      2.3.0cvs17
1930
1931         * src/plugins/pgpcore/sgpgme.c
1932         * src/plugins/pgpmime/pgpmime.c
1933         * src/plugins/pgpinline/pgpinline.c
1934                 Better error reporting in setup_signers.
1935                 Don't fallback to default key if specified
1936                 key isn't found.
1937                 Don't allow signing if more than one secret
1938                 key matches the one specified in prefs.
1939
1940 2006-06-15 [colin]      2.3.0cvs16
1941
1942         * src/folderview.c
1943                 Add "Send queue" in the folder's contextual
1944                 menu
1945         * src/compose.c
1946         * src/messageview.c
1947         * src/privacy.c
1948         * src/privacy.h
1949         * src/procmime.c
1950         * src/procmsg.c
1951         * src/plugins/pgpcore/passphrase.c
1952         * src/plugins/pgpcore/sgpgme.c
1953         * src/plugins/pgpinline/pgpinline.c
1954         * src/plugins/pgpmime/pgpmime.c
1955                 Better error reporting
1956         * src/mbox.c
1957                 Probably fix bug #971 (2.2.3 cannot read mail 
1958                 from local mbox)
1959
1960
1961 2006-06-15 [mones]      2.3.0cvs15
1962
1963         * tools/make.themes.project
1964                 creates the themes project from the web page
1965
1966 2006-06-15 [colin]      2.3.0cvs14
1967
1968         * src/folder.c
1969                 Better fix (avoid losing the folder if scan_tree 
1970                 fails)
1971
1972 2006-06-15 [cleroy]     2.3.0cvs13
1973
1974         * src/folder.c
1975                 Probably fix Bug #969 (crash on rebuilding 
1976                 imap folder)
1977
1978 2006-06-14 [colin]      2.3.0cvs12
1979
1980         * manual/dtd/manual.xsl
1981         * manual/sylpheed-claws-manual.xml
1982         * manual/fr/sylpheed-claws-manual.xml
1983         * manual/pl/sylpheed-claws-manual.xml
1984                 Insert pagebreaks between sections
1985
1986 2006-06-14 [paul]       2.3.0cvs11
1987
1988         * configure.ac
1989                 better fix than 2.3.0cvs10
1990
1991 2006-06-14 [paul]       2.3.0cvs10
1992
1993         * configure.ac
1994                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1995                 (backwards compatible)
1996
1997 2006-06-13 [colin]      2.3.0cvs9
1998
1999         * src/messageview.c
2000                 Fix sending of return receipt with the new queue folders
2001
2002 2006-06-13 [wwp]        2.3.0cvs8
2003
2004         * src/quote_fmt_lex.l
2005                 fix wrong tokens returned in quote_fmt lexer, query not().
2006
2007 2006-06-13 [wwp]        2.3.0cvs7
2008
2009         * src/folder.c
2010         * src/prefs_folder_item.c
2011                 allow changing folder type even when folder is not a top-level one,
2012                 thanks to Colin.
2013
2014 2006-06-12 [colin]      2.3.0cvs6
2015
2016         * src/folderview.c
2017                 Fix double-ask of "Do you want to mark all
2018                 as read"
2019
2020 2006-06-12 [colin]      2.3.0cvs5
2021
2022         * src/compose.c
2023         * src/compose.h
2024         * src/folder.c
2025         * src/folder.h
2026         * src/imap.c
2027         * src/inc.c
2028         * src/main.c
2029         * src/messageview.c
2030         * src/mh.c
2031         * src/prefs_folder_item.c
2032         * src/procheader.c
2033         * src/procmime.c
2034         * src/procmsg.c
2035         * src/procmsg.h
2036         * src/send_message.c
2037         * src/summaryview.c
2038         * src/toolbar.c
2039                 Apply bug #964's patch (Queue and drafts aren't normal)
2040                 The Drafts and Queue folder now contain RFC-822 files,
2041                 allowing to move and copy mails from and to these 
2042                 folders. Moving from Drafts to Queue will prepare the
2043                 mail for sending (PGP signature, encryption, etc).
2044                 This patch also rework sending errors handling to try
2045                 to be more helpful.
2046                 Also, allow redefining folder types via the GUI 
2047                 (Folder type in its Properties)
2048
2049 2006-06-12 [colin]      2.3.0cvs4
2050
2051         * src/summaryview.c
2052         * src/prefs_common.c
2053         * src/prefs_common.h
2054         * src/gedit-print.c
2055                 Allow to define a specific print font - patch
2056                 by Bernhard Walle <bernhard.walle@gmx.de>
2057         * src/prefs_fonts.c
2058         * manual/advanced.xml
2059         * manual/fr/advanced.xml
2060                 Add a hidden pref to allow deletion without
2061                 confirmation
2062
2063 2006-06-12 [wwp]        2.3.0cvs3
2064
2065         * .cvsignore
2066                 more files to ignore.
2067
2068 2006-06-12 [wwp]        2.3.0cvs2
2069
2070         * src/quote_fmt.c
2071         * src/quote_fmt_lex.l
2072         * src/quote_fmt_parse.y
2073                 extend the quote_fmt parser (templates and quotes):
2074                 - allow limited sub-expressions in |p{} and |f{} expressions,
2075                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2076                 - implemented/fixed missing implementation of query_references and show_references,
2077                 - completed, fixed contents and format of the symbols help dialog,
2078                 - fix some compilation warnings.
2079
2080 2006-06-12 [wwp]        2.3.0cvs1
2081
2082         * manual/advanced.xml
2083         * manual/fr/advanced.xml
2084                 updates in the "templates" section of the manual (eng/fr):
2085                  - be more precise (both versions)
2086                  - completed to match the english reference (fr version)
2087                  - touchups (both versions)
2088
2089 2006-06-12 [paul]       2.3.0
2090
2091         2.3.0 released
2092
2093 2006-06-12 [paul]       2.2.3cvs14
2094
2095         * po/ca.po
2096         * po/cs.po
2097         * po/de.po
2098         * po/el.po
2099         * po/fr.po
2100         * po/it.po
2101         * po/pt_BR.po
2102         * po/sr.po
2103         * po/zh_CN.po
2104                 updated by Miquel Oliete, Tim, Stephan Sachse,
2105                 Stavros Giannouris, Fabien Vantard, Andrea
2106                 Spadaccini, Frederico Goncalves Guimaraes,
2107                 Aleksandar Urosevic, and Ralgh Young
2108
2109 2006-06-12 [colin]      2.2.3cvs13
2110
2111         * src/mbox.c
2112                 Add missing header
2113
2114 2006-06-11 [colin]      2.2.3cvs12
2115
2116         * src/msgcache.c
2117                 Verify that g_malloc() succeeded
2118
2119 2006-06-11 [colin]      2.2.3cvs11
2120
2121         * src/wizard.c
2122                 Add Face header to welcome mail
2123
2124 2006-06-10 [colin]      2.2.3cvs10
2125
2126         * src/textview.c
2127                 Revert previous (Forgot it changes the
2128                 margin on the whole mail)
2129
2130 2006-06-10 [colin]      2.2.3cvs9
2131
2132         * src/textview.c
2133                 Don't overlap long headers under (X-)Face
2134
2135 2006-06-10 [mones]      2.2.3cvs8
2136
2137         * manual/xml2pdf
2138                 allow generation of manual on systems lacking saxon binary
2139                 but with java and the saxon library installed
2140
2141         * po/es.po
2142                 updated for release
2143
2144 2006-06-09 [colin]      2.2.3cvs7
2145
2146         * src/summaryview.c
2147                 Fix leak when using Display Sender using Addressbook
2148
2149 2006-06-09 [colin]      2.2.3cvs6
2150
2151         * src/compose.c
2152         * src/folder.c
2153         * src/folderview.c
2154         * src/mimeview.c
2155         * src/summaryview.c
2156                 More leaks fixes
2157
2158 2006-06-09 [paul]       2.2.3cvs5
2159
2160         * AUTHORS
2161         * src/gtk/authors.h
2162         * tools/claws.i18n.status.pl
2163                 updated with new info
2164
2165 2006-06-09 [paul]       2.2.3cvs4
2166
2167         * README
2168                 updated
2169         * manual/ack.xml
2170                 add wwp to authors list
2171         * src/gtk/authors.h
2172                 update mine and Colin's addresses
2173
2174 2006-06-08 [colin]      2.2.3cvs3
2175
2176         * src/etpan/imap-thread.c
2177                 Fix leak on SSL cert check
2178
2179 2006-06-08 [colin]      2.2.3cvs2
2180
2181         * src/common/utils.c
2182                 Fix leak
2183
2184 2006-06-08 [paul]       2.2.3cvs1
2185
2186         * configure.ac
2187                 Update version number following
2188                 stable release
2189
2190 2006-06-07 [colin]      2.2.2cvs3
2191
2192         * src/msgcache.c
2193                 Fix catching cache read errors (guint instead of gint)
2194                 Prevent malloc'ing more than 8MB (means cache corruption)
2195
2196 2006-06-07 [paul]       2.2.2cvs2
2197
2198         * src/exporthtml.c
2199         * src/exportldif.c
2200         * src/mh.c
2201         * src/mutt.c
2202         * src/pine.c
2203         * src/common/utils.c
2204                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2205                 obey $HOME'
2206                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2207                 Thanks to Colin
2208
2209 2006-06-06 [paul]       2.2.2cvs1
2210
2211         * configure.ac
2212                 Update version number following
2213                 stable release
2214
2215 2006-06-06 [paul]       2.2.1cvs6
2216
2217         * src/matcher.c
2218                 fix  implicit declaration of
2219                 sylpheed_do_idle()
2220                 Patch by Fabien Vantard
2221
2222 2006-06-06 [paul]       2.2.1cvs5
2223
2224         * src/matcher.c
2225                 fix age_greater and age_lower so that they
2226                 mean what say and not '...or equal to'
2227                 Thanks to Colin
2228
2229 2006-06-06 [paul]       2.2.1cvs4
2230
2231         * src/textview.c
2232         * src/common/utils.c
2233                 fix URI check
2234                 Thanks to Colin
2235
2236 2006-06-05 [wwp]        2.2.1cvs3
2237
2238         * manual/fr/account.xml
2239                 minor language fixes (thanks to Fabien Vantard).
2240
2241 2006-06-05 [colin]      2.2.1cvs2
2242
2243         * src/prefs_folder_item.c
2244         * src/folderview.c
2245                 Allow recursive setting of properties 
2246                 for whole mailboxes
2247         * src/matcher.c
2248                 Don't freeze on 'test' filtering rule
2249
2250 2006-06-05 [colin]      2.2.1cvs1
2251
2252         * configure.ac
2253                 Update version number following
2254                 stable release
2255
2256 2006-06-04 [wwp]        2.2.0cvs82
2257
2258         * manual/glossary.xml
2259         * manual/account.xml
2260         * manual/fr/glossary.xml
2261         * manual/fr/account.xml
2262                 added glossary section and references/links related to the Face custom header.
2263
2264 2006-06-04 [colin]      2.2.0cvs81
2265
2266         * src/summaryview.c
2267                 Skip to next message on move with no
2268                 immediate execution
2269
2270 2006-06-04 [wwp]        2.2.0cvs80
2271
2272         * manual/xml2pdf
2273                 added sanity checks, exit when needed.
2274
2275 2006-06-03 [paul]       2.2.0cvs79
2276
2277         * src/prefs_receive.c
2278                 page name is now 'Receiving'
2279         * src/prefs_send.c
2280                 page name is now 'Sending'
2281
2282 2006-06-03 [colin]      2.2.0cvs78
2283
2284         * src/plugins/spamassassin/spamassassin_gtk.c
2285                 Autoswitch to Localhost if transport was previously
2286                 disabled. Else people had to check [] Enable, then
2287                 *reselect* transport.
2288
2289 2006-06-03 [colin]      2.2.0cvs77
2290
2291         * src/plugins/pgpinline/pgpinline.c
2292         * src/plugins/pgpmime/pgpmime.c
2293                 Check that gpg_data_release_and_get_mem 
2294                 didn't fail (now, why this happens...)
2295
2296 2006-06-03 [colin]      2.2.0cvs76
2297
2298         * src/mbox.c
2299                 Fix bug #962 (Manual and/or UI should 
2300                 warn about incompatible locking 
2301                 causing dataloss)
2302
2303 2006-06-02 [cleroy]     2.2.0cvs75
2304
2305         * src/filtering.c
2306         * src/folder.c
2307         * src/procmsg.c
2308         * src/summaryview.c
2309                 Fix a few leaks
2310
2311 2006-06-02 [colin]      2.2.0cvs74
2312
2313         * src/main.c
2314                 On exit, free caches after writing them
2315                 Shuts up some valgrind false positives
2316         * src/procmsg.c
2317         * src/send_message.c
2318                 Fix races when reusing existing SMTP connections
2319                 Fix inexistant session timeout
2320         * src/toolbar.c
2321                 Display alertpanel after all queues have
2322                 been processed, not after each
2323
2324 2006-06-02 [wwp]        2.2.0cvs73
2325
2326         * manual/fr/glossary.xml
2327         * manual/fr/ack.xml
2328         * manual/ack.xml
2329                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2330
2331 2006-06-02 [wwp]        2.2.0cvs72
2332
2333         * manual/xml2pdf
2334         * manual/dist/pdf/Makefile.am
2335         * manual/dtd/manual.xsl
2336         * manual/fr/dist/pdf/Makefile.am
2337         * manual/pl/dist/pdf/Makefile.am
2338                 we changed the procedure to generate the .pdf version of the manual.
2339                 The procedure is more modern and the .pdf we get now has a valid index.
2340                 Here are the new pre-requisites:
2341
2342                 - JRE 1.x (1.4 here): there must be one from your distro
2343                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2344                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2345                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2346
2347                 See my posts for further info about the installation of this toolchain:
2348
2349                 Date: Fri, 19 May 2006 19:40:06 +0200
2350                 From: wwp <subscript@free.fr>
2351                 To: sylpheed-claws-devel@lists.sourceforge.net
2352                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2353
2354                 and
2355
2356                 Date: Wed, 24 May 2006 12:58:49 +0200
2357                 From: wwp <subscript@free.fr>
2358                 To: sylpheed-claws-devel@lists.sourceforge.net
2359                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2360
2361 2006-06-01 [colin]      2.2.0cvs71
2362
2363         * src/compose.c
2364                 Better guards against IMAP races
2365         * src/main.c
2366         * src/prefs_common.c
2367         * src/prefs_common.h
2368         * src/common/ssl_certificate.c
2369         * src/etpan/imap-thread.c
2370         * src/etpan/imap-thread.h
2371         * src/gtk/sslcertwindow.c
2372                 New hidden option ssl_skip_cert_check to 
2373                 avoid dups of bug #959 (libetpan linked
2374                 against gnutls and gnutls buggy on 64bit)
2375                 Present expired warning only once per
2376                 session/server.
2377         * manual/advanced.xml
2378         * manual/fr/advanced.xml
2379                 Document new option
2380
2381 2006-06-01 [wwp]        2.2.0cvs70
2382
2383         * src/messageview.c
2384                 fix for bug #961 (return receipt dialog 
2385                 complains incorrectly about return-path 
2386                 email adress being different), thanks 
2387                 to Colin.
2388
2389 2006-05-31 [cleroy]     2.2.0cvs69
2390
2391         * src/common/ssl.c
2392                 Guard against NULLs, although this
2393                 should never be an issue
2394
2395 2006-05-31 [colin]      2.2.0cvs68
2396
2397         * src/filtering.c
2398                 Use g_slist_prepend
2399         * src/imap.c
2400                 Don't remove caches when destroying folder, it
2401                 could (should) be done at exit
2402         * src/inc.c
2403                 free processing cache after incorporation
2404         * src/etpan/imap-thread.c
2405                 Maybe fix bug #959 (Crash on moving to emails 
2406                 to a imap account per ssl with a expired 
2407                 certificate.)
2408
2409 2006-05-30 [colin]      2.2.0cvs67
2410
2411         * src/summaryview.c
2412                 Put back event flush when displaying message
2413                 It avoids reading a bunch of messages just
2414                 by hitting shift-n for too long ;)
2415
2416 2006-05-29 [colin]      2.2.0cvs66
2417
2418         * src/summaryview.c
2419                 Remove useless g_warnings
2420
2421 2006-05-29 [colin]      2.2.0cvs65
2422
2423         * src/imap.c
2424                 Fix g_slist_append()s for performance
2425
2426 2006-05-29 [colin]      2.2.0cvs64
2427
2428         * src/compose.c
2429         * src/common/utils.c
2430                 Fix extraneous tab at start of addresses
2431         * src/mainwindow.c
2432                 Fix warnings (thanks to Fabien)
2433                 Fix crash at exit when composing messages 
2434                 exist
2435         * src/pop.c
2436                 Fix progress bar when deleting expired mails
2437                 Thanks to Hiro
2438         * src/summaryview.c
2439         * src/gtk/gtksctree.c
2440                 Fix re-sorting slowness
2441
2442 2006-05-29 [paul]       2.2.0cvs63
2443
2444         * src/mh.c
2445                 fetch full message when moving mails
2446                 from another mailbox, (fixed data loss
2447                 when filtering from IMAP to MH, introduced
2448                 in 2.2.0cvs57).
2449                 Thanks to Colin
2450
2451 2006-05-29 [mones]      2.2.0cvs62
2452
2453         * src/gtk/gtksctree.c
2454                 Unselect faster (patch by Colin)        
2455
2456 2006-05-26 [colin]      2.2.0cvs61
2457
2458         * src/summaryview.c
2459                 Unplug MSGINFO_UPDATE callback on delete too.
2460
2461 2006-05-26 [colin]      2.2.0cvs60
2462
2463         * src/foldersel.c
2464                 Fix bold in folder selection window with glib2.10
2465                 thanks Hiro
2466
2467 2006-05-26 [colin]      2.2.0cvs59
2468
2469         * src/procheader.c
2470                 Convert date only if necessary (and don't
2471                 try to convert from utf8 to utf8, too)
2472         * src/summaryview.c
2473                 Only set column's text if the column's 
2474                 displayed
2475
2476 2006-05-26 [colin]      2.2.0cvs58
2477
2478         * src/summaryview.c
2479         * src/gtk/gtkutils.c
2480                 Fix useless warning
2481
2482 2006-05-26 [colin]      2.2.0cvs57
2483
2484         * src/mainwindow.c
2485                 Make summaryview selectable as long as 
2486                 no message has focus
2487         * src/mh.c
2488                 Faster deletion (by implementing mh_remove_msgs)
2489                 Faster copy (avoid using mh_fetch_msg just to get
2490                 the filename)
2491                 Faster move (using move_file instead of copy_file
2492                 if MSG_IS_MOVE)
2493                 No progressbar if total number of mails to cp/mv 
2494                 is less than 100
2495         * src/summaryview.c
2496                 Fix removal from subject_table when mail gets moved
2497                 Faster deletion (g_slist_prepend instead of append)
2498         * src/gtk/gtksctree.c
2499                 Remove useless code
2500
2501 2006-05-25 [colin]      2.2.0cvs56
2502
2503         * src/common/ssl_certificate.c
2504                 Fix leak in expired cert check
2505
2506 2006-05-25 [colin]      2.2.0cvs55
2507
2508         * src/mh.c
2509                 Disable flags syncing on .mh_sequences - it
2510                 is buggy and marks mails read under unknown
2511                 conditions.
2512
2513 2006-05-25 [paul]
2514
2515         * 2.3.0-rc4 released
2516
2517 2006-05-24 [colin]      2.2.0cvs54
2518
2519         attention cvs users: if you manage to crash
2520         Sylpheed-Claws while moving, copying or deleting
2521         mails, we *are* interested in stack traces and
2522         valgrind logs. It looks stable, but one never
2523         knows...
2524
2525         * src/folder.c
2526                 Add progressbar for cache updates
2527         * src/folderutils.c
2528                 Optimize Mark all read in the current
2529                 folder
2530         * src/mh.c
2531                 Add progressbar for copy/move
2532         * src/procmsg.c
2533                 Optimize O(n^2) in copy/move
2534         * src/summaryview.c
2535         * src/gtk/gtksctree.c
2536                 Optimize O(n^2) algos
2537         * src/common/timing.h
2538                 Display ms instead of us
2539
2540 2006-05-24 [wwp]        2.2.0cvs53
2541
2542         * manual/fr/advanced.xml
2543                 updates to the French manual.
2544
2545 2006-05-24 [wwp]        2.2.0cvs52
2546
2547         * src/common/utils.c
2548                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2549
2550 2006-05-24 [wwp]        2.2.0cvs51
2551
2552         * src/folderutils.c
2553                 fixed "mark all read" in MH folders (thanks to Colin).
2554
2555 2006-05-24 [paul]       2.2.0cvs50
2556
2557         * doc/man/sylpheed-claws.1
2558                 updated the man page
2559
2560 2006-05-23 [colin]      2.2.0cvs49
2561
2562         * src/folderview.c
2563         * src/imap.c
2564         * src/inc.c
2565         * src/mbox.c
2566         * src/messageview.c
2567         * src/news.c
2568         * src/send_message.c
2569         * src/summaryview.c
2570         * src/gtk/sslcertwindow.c
2571                 alertpanel fixes, by Fabien
2572
2573 2006-05-23 [colin]      2.2.0cvs48
2574
2575         * src/folder.c
2576         * src/folderview.c
2577         * src/msgcache.c
2578         * src/summaryview.c
2579         * src/gtk/gtksctree.c
2580         * src/gtk/gtksctree.h
2581                 More timings
2582                 Fix slow loading problem, which was caused by the
2583                 use of some gtk_ctree funcs and their use of
2584                 g_list_position while gtk_ctree_(un)link'ing.
2585                 Reap more functions from gtkctree.c to be sure we
2586                 use our (fast) version instead of theirs.
2587         * src/mh.c
2588                 Fix copy of unread mails
2589
2590
2591 2006-05-22 [wwp]        2.2.0cvs47
2592
2593         * manual/fr/advanced.xml
2594                 updated.
2595
2596 2006-05-22 [colin]      2.2.0cvs46
2597
2598         * src/filtering.c
2599                 Fix possible infinite loop. 'copy' is not a 
2600                 final action, so when encountering a 'copy',
2601                 we have to check if a previous one was set
2602                 and do it. In the same way, if we encounter
2603                 a 'move' we have to perform a possibly 
2604                 pending 'copy'. This will slow down filtering
2605                 on IMAP if move+copy or multiple copy actions
2606                 are to be done, but handling it via the batch
2607                 would be really too convoluted.
2608
2609 2006-05-22 [wwp]        2.2.0cvs45
2610
2611         * manual/fr/advanced.xml
2612         * manual/fr/faq.xml
2613         * manual/fr/glossary.xml
2614         * manual/fr/handling.xml
2615         * manual/fr/intro.xml
2616         * manual/fr/plugins.xml
2617         * manual/fr/sylpheed-claws-manual.xml
2618                 sync w/ the english manual: updates URIs, documented mailing-list
2619                 support, better explanation about the enabled/disabled feature
2620                 in filtering/processing rules by Paul.
2621
2622 2006-05-21 [colin]      2.2.0cvs44
2623
2624         * src/summaryview.c
2625                 Don't expand after building threads, but during
2626
2627 2006-05-21 [colin]      2.2.0cvs43
2628
2629         * src/procmsg.c
2630         * src/summaryview.c
2631                 More timing possibilities... For next time I have 
2632                 to find out how the hell some 3GHz computer takes
2633                 one minute to open a 30k folder...
2634
2635 2006-05-21 [colin]      2.2.0cvs42
2636
2637         * manual/pl/advanced.xml
2638         * manual/pl/faq.xml
2639         * manual/pl/glossary.xml
2640         * manual/pl/handling.xml
2641         * manual/pl/intro.xml
2642         * manual/pl/plugins.xml
2643         * manual/pl/sylpheed-claws-manual.xml
2644                 Polish manual updated by Pawel
2645
2646 2006-05-20 [colin]
2647
2648         * 2.3.0-rc3 released
2649
2650 2006-05-20 [colin]      2.2.0cvs41
2651
2652         * src/imap.c
2653                 Fix -rc2 problems:
2654                 - remove cache of moved messages from original folder
2655                 - apply new flags to messages even if they aren't appliable
2656                   via IMAP.
2657
2658 2006-05-20 [colin]
2659
2660         * 2.3.0-rc2 released
2661
2662 2006-05-19 [colin]      2.2.0cvs40
2663
2664         * src/imap.c
2665                 Don't issue SELECT in imap_change_flags
2666                 before having checked that we indeed have
2667                 some flags to change. MSG_POSTFILTERED for
2668                 example can't be used on IMAP.
2669                 Fixes bug #955 (copying messages between 
2670                 imap folders is extremely slow), which was
2671                 a regression.
2672
2673 2006-05-19 [colin]      2.2.0cvs39
2674
2675         * src/folder.c
2676         * src/folder.h
2677         * src/folderview.c
2678                 Try to fix bug #830 (Some unread messages 
2679                 get marked read in IMAP inbox):
2680                 - Prevent scanning a folder if it's being 
2681                   opened via the GUI
2682                 - Postpone opening via the GUI of a folder
2683                   currently scanned.
2684
2685
2686 2006-05-19 [wwp]        2.2.0cvs38
2687
2688         * manual/advanced.xml
2689                 fix English+typo (thanks to Paul).
2690
2691 2006-05-19 [wwp]        2.2.0cvs37
2692
2693         * manual/advanced.xml
2694         * manual/fr/advanced.xml
2695         * src/gtk/logwindow.c
2696         * src/prefs_common.c
2697         * src/prefs_common.h
2698                 added hidden prefs to allow customization of colors used in
2699                 protocol log window (useful for dark gtk+ themes).
2700
2701 2006-05-19 [wwp]        2.2.0cvs36
2702
2703         * ChangeLog
2704                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2705
2706 2006-05-19 [paul]       2.2.0cvs35
2707
2708         * src/textview.c
2709                 make Reply-To fully clickable
2710         * src/gtk/logwindow.c
2711                 more colouring (SMTP ESMTP)
2712         Both patches by Pawel Pekala
2713
2714 2006-05-19 [cleroy]     2.2.0cvs34
2715
2716         * src/mh.c
2717                 Don't update flags from current folder
2718                 Probably fixes bug #935 (Read Messages 
2719                 Revert to Being Marked as Unread)
2720
2721 2006-05-18 [colin]      2.2.0cvs33
2722
2723         * src/imap.c
2724                 Warning fix
2725         * src/compose.c
2726         * src/mainwindow.c
2727         * src/summaryview.c
2728         * src/toolbar.c
2729                 Allow replying to multiple emails
2730                 in multiple windows
2731         * src/mimeview.c
2732         * src/etpan/imap-thread.c
2733                 Leak fixes
2734
2735 2006-05-18 [paul]       2.2.0cvs32
2736
2737         * src/summaryview.c
2738                 keep Mailing-List menu refreshed
2739                 Thanks to Colin
2740
2741 2006-05-18 [paul]       2.2.0cvs31
2742
2743         * manual/advanced.xml
2744         * manual/faq.xml
2745         * manual/glossary.xml
2746         * manual/handling.xml
2747         * manual/intro.xml
2748         * manual/plugins.xml
2749         * manual/sylpheed-claws-manual.xml
2750                 update URLs
2751                 add info about mailing-list support
2752                 edit filtering info
2753         * src/wizard.c
2754         * src/common/defs.h
2755         * src/gtk/about.c
2756         * src/plugins/dillo_viewer/README
2757                 update URLs
2758
2759 2006-05-17 [wwp]        2.2.0cvs30
2760
2761         * manual/handling.xml
2762         * manual/fr/handling.xml
2763                 documented the ability to enabled/disable filtering/processing rules.
2764
2765 2006-05-17 [colin]      2.2.0cvs29
2766
2767         * src/main.c
2768                 Don't initialize g_thread subsystem if it's 
2769                 already done (thanks to Hiro)
2770         * src/mimeview.c
2771                 Fix saving of parts when there name can't be
2772                 converted from UTF-8.
2773
2774 2006-05-17 [paul]       2.2.0cvs28
2775
2776         * po/Makefile.in.in
2777                 fix config.status warning with autoconf 2.60
2778
2779 2006-05-17 [paul]       2.2.0cvs27
2780
2781         * po/POTFILES.in
2782                 add src/mbox.c
2783
2784 2006-05-17 [wwp]        2.2.0cvs26
2785
2786         * src/mainwindow.c
2787                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2788
2789 2006-05-17 [wwp]        2.2.0cvs25
2790
2791         * src/plugins/demo/demo.c
2792                 updated product name in plugin demo (many plugins need to be
2793                 sync'ed w/ that change).
2794
2795 2006-05-17 [colin]      2.2.0cvs24
2796
2797         * src/mh.c
2798                 Fix leak
2799
2800 2006-05-16 [colin]      2.2.0cvs23
2801
2802         * src/mainwindow.c
2803                 Stupid me hit again. Fix cvs22.
2804
2805 2006-05-16 [colin]      2.2.0cvs22
2806
2807         * src/mainwindow.c
2808                 Fix bug #922 (sylpheed-claws crashed after 
2809                 pushing on Inbox folder)
2810
2811 2006-05-16 [colin]      2.2.0cvs21
2812
2813         * src/compose.c
2814                 Make From header be copy/paste/select-able
2815
2816 2006-05-16 [wwp]        2.2.0cvs20
2817
2818         * src/export.c
2819         * src/matcher.c
2820         * src/summaryview.c
2821         * src/etpan/imap-thread.c
2822                 fix some compiler warnings (thanks to Colin).
2823
2824 2006-05-16 [wwp]        2.2.0cvs19
2825
2826         * src/action.c
2827         * src/gedit-print.c
2828         * src/inc.c
2829         * src/mainwindow.c
2830         * src/mh.c
2831         * src/statusbar.c
2832         * src/send_message.c
2833         * src/summaryview.c
2834                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2835
2836 2006-05-15 [colin]      2.2.0cvs18
2837
2838         * src/procmsg.c
2839                 Fix automatic rule creation with List-Post
2840
2841 2006-05-15 [paul]       2.2.0cvs17
2842
2843         * tools/filter_conv_new.pl
2844                 updated for rule enabling/disabling
2845                 claws version >= 2.3.x required
2846
2847 2006-05-15 [cleroy]     2.2.0cvs16
2848
2849         * src/main.c
2850                 Revert test
2851
2852 2006-05-15 [cleroy]     2.2.0cvs15
2853
2854         * src/main.c
2855                 test
2856
2857 2006-05-15 [wwp]        2.2.0cvs14
2858
2859         * manual/pl/.cvsignore
2860                 ignore generated files.
2861
2862 2006-05-14 [wwp]        2.3.0-rc1
2863
2864         * 2.3.0-rc1 released
2865
2866 2006-05-13 [wwp]        2.2.0cvs13
2867
2868         * src/filtering.c
2869         * src/filtering.h
2870         * src/matcher.c
2871         * src/matcher_parser_lex.l
2872         * src/matcher_parser_parse.y
2873         * src/prefs_filtering.c
2874                 new feature: provide the ability to disable filtering and processing
2875                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2876                 adaptations.
2877
2878 2006-05-13 [colin]      2.2.0cvs12
2879
2880         * src/compose.c
2881                 Remove useless if (a) b; else b;
2882                 Thanks to wwp
2883
2884 2006-05-13 [wwp]        2.2.0cvs11
2885
2886         * src/export.c
2887         * src/import.c
2888         * src/mainwindow.c
2889         * src/mbox.c
2890         * src/summaryview.c
2891         * src/summaryview.h
2892                 no more silent failures (or at least less ones) when importing
2893                 or exporting from/to mbox. Also start importing/exporting if
2894                 the necessary info is set.
2895
2896 2006-05-13 [wwp]        2.2.0cvs10
2897
2898         * RELEASE_NOTES
2899                 restored up-to-date release notes.
2900
2901 2006-05-13 [paul]       2.2.0cvs9
2902
2903         * po/nl.po
2904         * po/ru.po
2905                 updated by Tim Dijkstra and Pavlo Bohmat
2906
2907 2006-05-12 [colin]      2.2.0cvs8
2908
2909         * src/gtk/quicksearch.c
2910                 Add "k" as shortcut for "colorlabel". Patch
2911                 by ath42@users.sf.net.
2912
2913 2006-05-12 [paul]       2.2.0cvs7
2914
2915         * src/prefs_common.h
2916         * src/prefs_summaries.c
2917         * src/summaryview.c
2918                 when entering a folder also allow
2919                 going directly to first Marked message
2920
2921 2006-05-12 [paul]       2.2.0cvs6
2922
2923         * src/summaryview.c
2924                 always obey 'confirm before marking all
2925                 mails read' option
2926
2927 2006-05-12 [paul]       2.2.0cvs5
2928
2929         * src/textview.c
2930                 make Sender fully clickable
2931
2932 2006-05-12 [colin]      2.2.0cvs4
2933
2934         * src/compose.c
2935         * src/compose.h
2936                 Let From be editable
2937         * src/main.c
2938         * src/mh.c
2939                 Full support of .mh_sequences' Unseen seq
2940
2941 2006-05-12 [colin]      2.2.0cvs3
2942
2943         * src/folder.c
2944         * src/mainwindow.c
2945         * src/mainwindow.h
2946         * src/messageview.c
2947         * src/prefs_spelling.c
2948         * src/procheader.c
2949         * src/procmsg.c
2950         * src/procmsg.h
2951         * src/summaryview.c
2952         * src/toolbar.c
2953         * src/toolbar.h
2954                 Add contextual menu on Compose toolbar
2955                 button. Fixes bug #944 (Automatic
2956                 addresses not applied when changing account
2957                 from compose window)
2958                 add Mailing List support
2959                 based on the old 0.6.5claws25 patch by
2960                 Melvin Hadasht, with finishing touches
2961                 by Colin
2962                 Fix "ignore thread" when mails are threaded by
2963                 subject (and weren't ignored although appearing
2964                 in the thread).
2965                 GUI rework.
2966                 Both patches by Pawel.
2967
2968 2006-05-08 [paul]       2.2.0cvs2
2969
2970         * src/mainwindow.c
2971         * src/mainwindow.h
2972         * src/messageview.c
2973         * src/procheader.c
2974         * src/procmsg.c
2975         * src/procmsg.h
2976         * src/summaryview.c
2977                 add Mailing List support
2978                 based on the old 0.6.5claws25 patch by 
2979                 Melvin Hadasht, with finishing touches
2980                 by Colin
2981
2982 2006-05-08 [colin]      2.2.0cvs1
2983
2984         * src/mainwindow.c
2985         * src/toolbar.c
2986         * src/toolbar.h
2987                 Add contextual menu on Compose toolbar 
2988                 button. Fixes bug #944 (Automatic 
2989                 addresses not applied when changing account 
2990                 from compose window)
2991
2992 2006-05-08 [paul]       2.2.0
2993
2994         2.2.0 released
2995
2996 2006-05-08 [paul]       2.1.1cvs51
2997
2998         * po/cs.po
2999         * po/de.po
3000         * po/en_GB.po
3001         * po/fi.po
3002         * po/fr.po
3003         * po/pt_BR.po
3004         * po/sr.po
3005         * po/zh_CN.po
3006                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3007                 Fabien Vantard, Frederico Goncalves Guimaraes,
3008                 Aleksandar Urosevic, and Ralgh Young
3009
3010 2006-05-12 [colin]      2.1.1cvs50
3011
3012         * po/cs.po
3013         * po/de.po
3014         * po/en_GB.po
3015         * po/es.po
3016         * po/fi.po
3017         * po/fr.po
3018         * po/pt_BR.po
3019         * po/sr.po
3020         * po/zh_CN.po
3021                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3022                 Fabien Vantard, Frederico Goncalves Guimaraes,
3023                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3024
3025 2006-05-05 [colin]      2.1.1cvs49
3026
3027         * manual/Makefile.am
3028         * manual/pl/Makefile.am
3029         * manual/pl/account.xml
3030         * manual/pl/ack.xml
3031         * manual/pl/addrbook.xml
3032         * manual/pl/advanced.xml
3033         * manual/pl/faq.xml
3034         * manual/pl/glossary.xml
3035         * manual/pl/gpl.xml
3036         * manual/pl/handling.xml
3037         * manual/pl/intro.xml
3038         * manual/pl/keyboard.xml
3039         * manual/pl/plugins.xml
3040         * manual/pl/starting.xml
3041         * manual/pl/sylpheed-claws-manual.xml
3042         * manual/pl/dist/.cvsignore
3043         * manual/pl/dist/Makefile.am
3044         * manual/pl/dist/html/.cvsignore
3045         * manual/pl/dist/html/Makefile.am
3046         * manual/pl/dist/pdf/.cvsignore
3047         * manual/pl/dist/pdf/Makefile.am
3048         * manual/pl/dist/ps/.cvsignore
3049         * manual/pl/dist/ps/Makefile.am
3050         * manual/pl/dist/txt/.cvsignore
3051         * manual/pl/dist/txt/Makefile.am
3052                 Add the polish translation of the manual,
3053                 Authored by Pawel Pekala.
3054
3055 2006-05-05 [cleroy]     2.1.1cvs48
3056
3057         * src/main.c
3058                 Re-read matcherrc after loading plugins 
3059                 if some of them add folders.
3060
3061 2006-05-03 [colin]      2.1.1cvs47
3062
3063         * src/imap.c
3064                 I'm idiot
3065
3066 2006-05-03 [colin]      2.1.1cvs46
3067
3068         * src/imap.c
3069                 Be sure to have a session when
3070                 getting separator
3071
3072 2006-05-03 [colin]      2.1.1cvs45
3073
3074         * src/imap.c
3075         * src/imap.h
3076         * src/imap_gtk.c
3077                 Fix preventing renaming with namespace 
3078                 separator.
3079
3080 2006-05-01 [colin]      2.1.1cvs44
3081
3082         * src/action.c
3083                 Don't reload messageview when result of
3084                 action is piped.
3085
3086 2006-04-29 [colin]      2.1.1cvs43
3087
3088         * src/prefs_receive.c
3089         * src/plugins/spamassassin/spamassassin_gtk.c
3090         * src/plugins/clamav/clamav_plugin_gtk.c
3091                 GUI fixes by Pawel
3092
3093 2006-04-29 [colin]      2.1.1cvs42
3094
3095         * src/prefs_compose_writing.c
3096         * src/prefs_quote.c
3097                 Cleanups. Patch by Pawel
3098
3099 2006-04-28 [paul]       2.1.1cvs41
3100
3101         * src/matcher.c
3102                 fix returned quick search results when search
3103                 term contains an underscore.
3104                 Thanks to Colin
3105
3106 2006-04-28 [paul]       2.1.1cvs40
3107
3108         * src/prefs_message.c
3109         * src/prefs_receive.c
3110                 GUI cleanups
3111                 Patches by Pawel Pekala
3112
3113 2006-04-27 [colin]      2.1.1cvs39
3114
3115         * src/wizard.c
3116                 Differentiate subject Welcome from
3117                 window's title Welcome
3118
3119 2006-04-27 [paul]
3120
3121         2.2.0-rc1 released
3122
3123 2006-04-27 [paul]       2.1.1cvs38
3124
3125         * manual/advanced.xml
3126         * manual/fr/advanced.xml
3127                 add info about compose_no_markup hidden pref
3128
3129 2006-04-27 [paul]       2.1.1cvs37
3130
3131         * src/prefs_account.c
3132                 improve privacy labels
3133         * src/prefs_msg_colors.c
3134                 change some strings for translators' convenience
3135         * src/gtk/gtkutils.c
3136                 don't underline the link button text
3137
3138 2006-04-25 [colin]      2.1.1cvs36
3139
3140         * src/folder.c
3141                 Complete 2.1.1cvs33 (once more ;)
3142
3143 2006-04-25 [colin]      2.1.1cvs35
3144
3145         * src/editldap.c
3146                 Fix tooltip
3147
3148 2006-04-25 [cleroy]     2.1.1cvs34
3149
3150         * src/compose.c
3151         * src/gtk/gtkaspell.c
3152                 Fix crash on redirect (related to the return 
3153                 of the aspell menu in compose's toolbar)
3154         * src/prefs_msg_colors.c
3155                 Fix sensitivity widgets
3156         * src/image_viewer.c
3157         * src/gtk/pluginwindow.c
3158         * src/gtk/prefswindow.c
3159                 Change released signals to clicked (Fabien)
3160         * po/POTFILES.in
3161         * src/common/socket.c
3162         * src/plugins/spamassassin/spamassassin.c
3163                 Translate strings (Fabien)
3164
3165 2006-04-25 [paul]       2.1.1cvs33
3166
3167         * src/folder.c
3168         * src/folder.h
3169         * src/folderview.c
3170                 complete the fix of bug #912
3171                 Thanks to Colin
3172
3173 2006-04-25 [colin]      2.1.1cvs32
3174
3175         * src/news.c
3176                 Better progress bar
3177         * src/mimeview.c
3178         * src/summaryview.c
3179         * src/summaryview.h
3180                 Fix focus chain
3181                 Patches by Pawel Pekala
3182
3183 2006-04-24 [colin]      2.1.1cvs31
3184
3185         * src/compose.c
3186                 Fix compilation warnings (Fabien)
3187
3188 2006-04-24 [colin]      2.1.1cvs30
3189
3190         * src/addrindex.c
3191         * src/editldap.c
3192         * src/editldap_basedn.c
3193         * src/editldap_basedn.h
3194         * src/ldapctrl.c
3195         * src/ldapctrl.h
3196         * src/ldapquery.c
3197         * src/ldaputil.c
3198         * src/ldaputil.h
3199                 Fix bug #901 (LDAPS support)
3200
3201 2006-04-24 [colin]      2.1.1cvs29
3202
3203         * src/compose.c
3204                 Fix logic on error with send dialog on
3205         * src/imap.c
3206                 Fix compilation without libetpan, thanks
3207                 to Fabien
3208         * src/summaryview.c
3209                 Fix 'context-menu' key
3210
3211 2006-04-23 [colin]      2.1.1cvs28
3212
3213         * src/folder.c
3214                 Never free current's cache to free up 
3215                 memory. Fixes bug #912 (new count 
3216                 randomly set to message count)
3217
3218 2006-04-23 [colin]      2.1.1cvs27
3219
3220         * src/gtk/quicksearch.c
3221                 And remove printf...
3222
3223 2006-04-23 [colin]      2.1.1cvs26
3224
3225         * src/gtk/quicksearch.c
3226                 Fix replacing in quicksearch, and fix inserting
3227                 in the middle of the string. (introduced at 2.1.0cvs22)
3228
3229 2006-04-23 [colin]      2.1.1cvs25
3230
3231         * src/imap.c
3232                 Make sure uidnext is initialized in get_num_list
3233                 (not for stable, related to 2.1.1cvs8 and friends)
3234
3235 2006-04-23 [colin]      2.1.1cvs24
3236
3237         * src/imap.c
3238                 Output something when login is successful
3239                 too
3240
3241 2006-04-23 [colin]      2.1.1cvs23
3242
3243         * src/etpan/imap-thread.c
3244                 Better logging (line-per-line, hide data in fetch)
3245                 Fix a const warning
3246         * src/gtk/logwindow.c
3247         * src/gtk/logwindow.h
3248                 Better logging (color for input/output)
3249
3250 2006-04-21 [colin]      2.1.1cvs22
3251
3252         * src/gtk/quicksearch.c
3253                 On gtk+-2.8, use stock buttons in quicksearch
3254                 Based on a patch by Fabien and a design by Paul
3255
3256 2006-04-21 [colin]      2.1.1cvs21
3257
3258         * src/folderview.c
3259         * src/mainwindow.c
3260                 Fix occasional flicker in folderview
3261         * src/common/utils.c
3262                 Fix bug #943 (Incorrectly parsed email address 
3263                 list in short headers on message view and in 
3264                 printouts)
3265
3266 2006-04-20 [colin]      2.1.1cvs20
3267
3268         * src/imap.c
3269         * src/imap.h
3270         * src/prefs_account.c
3271                 Add ANONYMOUS auth for IMAP
3272
3273 2006-04-20 [paul]       2.1.1cvs19
3274
3275         * src/main.c
3276                 proper fix for 2.1.1cvs18
3277                 Thanks to Colin
3278
3279 2006-04-20 [paul]       2.1.1cvs18
3280
3281         * src/main.c
3282                 fix build warnings
3283
3284 2006-04-20 [paul]       2.1.1cvs17
3285
3286         * src/gtk/quicksearch.c
3287                 fix standard, non-extended Quick search,
3288                 was broken in 2.1.1cvs15.
3289                 Thanks to Colin.
3290
3291 2006-04-20 [colin]      2.1.1cvs16
3292
3293         * src/prefs_matcher.c
3294                 Fix values when reselecting a ~test
3295                 rule
3296
3297 2006-04-19 [colin]      2.1.1cvs15
3298
3299         * src/compose.c
3300         * src/compose.h
3301         * src/gtk/gtkaspell.c
3302         * src/gtk/gtkaspell.h
3303                 Put back Options menu in Spelling/
3304         * src/gtk/quicksearch.c
3305                 Don't search, and show error, if the
3306                 advanced search has a syntax error
3307
3308 2006-04-18 [colin]      2.1.1cvs14
3309
3310         * src/textview.c
3311                 Fix gdk warnings on set_cursor when textview
3312                 isn't visible
3313
3314 2006-04-18 [colin]      2.1.1cvs13
3315
3316         * src/gtk/gtksctree.c
3317                 Remove seemingly useless refresh that causes
3318                 flicker - watch this commit in case of 
3319                 problems before planned backport to stable
3320
3321 2006-04-18 [colin]      2.1.1cvs12
3322
3323         * src/imap.c
3324                 Factorize get/set_xml code
3325         * src/compose.c
3326         * src/prefs_account.c
3327         * src/prefs_account.h
3328         * src/procmsg.c
3329                 Add Encrypt to self option
3330
3331 2006-04-17 [colin]      2.1.1cvs11
3332
3333         * configure.ac
3334                 Fix search on encrpyt function on dragonfly
3335                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3336
3337 2006-04-17 [colin]      2.1.1cvs10
3338
3339         * src/prefs_account.c
3340                 Be safe by default: remove mails from POP3
3341                 after 7 days, not immediately
3342
3343 2006-04-17 [colin]      2.1.1cvs9
3344
3345         * src/etpan/imap-thread.c
3346                 Fix build on DragonFly - patch by 
3347                 Jonathan Buschmann <jonthn@agmact.com>
3348
3349 2006-04-17 [colin]      2.1.1cvs8
3350
3351         * src/imap.c
3352                 Save uidnext between sessions
3353
3354 2006-04-17 [colin]      2.1.1cvs7
3355
3356         * src/imap.c
3357                 scan is required when uid validity changes
3358
3359 2006-04-17 [colin]      2.1.1cvs6
3360
3361         * src/folderview.c
3362                 Don't scan if not necessary, apart in current
3363                 folder and INBOX to fetch flags.
3364         * src/imap.c
3365                 Scan is necessary if unread count changes
3366
3367 2006-04-17 [colin]      2.1.1cvs5
3368
3369         * src/imap.c
3370                 ...But always fetch ANSWERED and DELETED flags for
3371                 INBOX, as filtering can happen on these flags.
3372
3373 2006-04-17 [colin]      2.1.1cvs4
3374
3375         * src/imap.c
3376                 Don't fetch REPLIED and DELETED flags when synchronising
3377                 flags with a closed folder. We only need UNSEEN and FLAGGED
3378                 to update the folderview.
3379
3380 2006-04-17 [colin]      2.1.1cvs3
3381
3382         * src/imap.c
3383                 Faster flag search when there are new mails 
3384                 in a folder. We can do a full search if the 
3385                 folder contains less messages than the new
3386                 list.
3387
3388 2006-04-17 [colin]      2.1.1cvs2
3389
3390         * po/cs.po
3391         * po/de.po
3392         * po/fr.po
3393         * po/nl.po
3394         * po/pt_BR.po
3395                 Update translations from stable branch
3396
3397 2006-04-17 [colin]      2.1.1cvs1
3398
3399         * configure.ac
3400                 Bump version to follow stable release
3401
3402 2006-04-16 [mones]      2.1.0cvs50
3403
3404         * po/es.po
3405                 Updated for release
3406
3407 2006-04-16 [colin]      2.1.0cvs49
3408
3409         * src/textview.c
3410                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3411                 with gtk < 2.8. Thanks to Fabien Vantard.
3412
3413 2006-04-15 [colin]      2.1.0cvs48
3414
3415         * src/etpan/imap-thread.c
3416                 Fix bug #919 (libetpan: SEGV when connecting 
3417                 using command)
3418
3419 2006-04-14 [colin]      2.1.0cvs47
3420
3421         * src/main.c
3422                 Fix race on --select (should be done better)
3423
3424 2006-04-14 [wwp]        2.1.0cvs46
3425
3426         * src/send_message.c
3427                 enforce a check for domain in account prefs (a sending
3428                 error could be faced if domain was checked but no value set),
3429                 thanks to Colin.
3430
3431 2006-04-14 [colin]      2.1.0cvs45
3432
3433         * src/codeconv.c
3434                 when converting from unknown to unknown, if the
3435                 string is UTF8, don't convert it to the locale
3436                 (which breaks it)
3437
3438 2006-04-14 [colin]      2.1.0cvs44
3439
3440         * src/compose.c
3441                 Don't try to use ASCII for converting headers
3442                 (as done in body)
3443
3444 2006-04-14 [paul]       2.1.0cvs43
3445
3446         * src/crash.c
3447                 add locale/charset info to crash report
3448         * src/gtk/about.c
3449                 add wwp to doc team
3450                 replace 'e-mail' with preferred 'email'
3451         * src/gtk/authors.h
3452                 ensure contributors list is in alphabetical
3453                 order
3454
3455 2006-04-13 [colin]      2.1.0cvs42
3456
3457         * src/textview.c
3458                 Prevent gdk warnings
3459
3460 2006-04-13 [colin]      2.1.0cvs41
3461
3462         * src/common/ssl_certificate.c
3463         * src/common/ssl_certificate.h
3464         * src/gtk/sslcertwindow.c
3465                 Warn on expired certs, and display the expiration date
3466
3467 2006-04-13 [colin]      2.1.0cvs40
3468
3469         * src/plugins/spamassassin/spamassassin_gtk.c
3470                 Fix missing set_text on unix socket
3471
3472 2006-04-13 [wwp]        2.1.0cvs39
3473
3474         * manual/fr/advanced.xml
3475         * manual/fr/glossary.xml
3476                 applied new spam/ham/email lexicon (pourriel, courriel)
3477
3478 2006-04-13 [paul]       2.1.0cvs38
3479
3480         * src/plugins/pgpmime/plugin.c
3481                 remove the mention of S/MIME from the
3482                 description. This is now handled by the
3483                 S/MIME plugin.
3484
3485 2006-04-13 [paul]       2.1.0cvs37
3486
3487         * src/prefs_msg_colors.c
3488                 rework dialog
3489         * src/prefs_folder_item.c
3490         * src/prefs_spelling.c
3491                 add a tooltip to the colour selector buttons
3492
3493 2006-04-13 [wwp]        2.1.0cvs36
3494
3495         * manual/advanced.xml
3496         * manual/glossary.xml
3497         * manual/handling.xml
3498         * manual/keyboard.xml
3499         * manual/plugins.xml
3500         * manual/starting.xml
3501         * manual/fr/account.xml
3502         * manual/fr/ack.xml
3503         * manual/fr/addrbook.xml
3504         * manual/fr/advanced.xml
3505         * manual/fr/faq.xml
3506         * manual/fr/glossary.xml
3507         * manual/fr/gpl.xml
3508         * manual/fr/handling.xml
3509         * manual/fr/intro.xml
3510         * manual/fr/keyboard.xml
3511         * manual/fr/plugins.xml
3512         * manual/fr/starting.xml
3513         * manual/fr/sylpheed-claws-manual.xml
3514                 fixes to the manuals:
3515                  - summaryview -> Message List (same in French)
3516                  - translate key names
3517                  - fix French punctuation, use non-breakable spaces when
3518                    necessary, don't use &thinsp; which is not portable
3519                  - tell what maildir and mbox formats we support
3520
3521 2006-04-12 [wwp]        2.1.0cvs35
3522
3523         * src/prefs_toolbar.c
3524                 unified a replace button more,
3525                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3526
3527 2006-04-12 [wwp]        2.1.0cvs34
3528
3529         * src/prefs_common.c
3530         * src/prefs_msg_colors.c
3531                 make default color labels translatable,
3532                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3533                 thanks to Tim <timbrain@post.cz> for reporting.
3534
3535 2006-04-12 [wwp]        2.1.0cvs33
3536
3537         * manual/glossary.xml
3538         * manual/intro.xml
3539         * manual/plugins.xml
3540         * manual/starting.xml
3541         * manual/sylpheed-claws-manual.xml
3542         * manual/fr/.cvsignore
3543         * manual/fr/account.xml
3544         * manual/fr/ack.xml
3545         * manual/fr/addrbook.xml
3546         * manual/fr/advanced.xml
3547         * manual/fr/faq.xml
3548         * manual/fr/glossary.xml
3549         * manual/fr/handling.xml
3550         * manual/fr/intro.xml
3551         * manual/fr/keyboard.xml
3552         * manual/fr/plugins.xml
3553         * manual/fr/starting.xml
3554         * manual/fr/sylpheed-claws-manual.xml
3555                 various fixes: typos, missing .fr translations, punctuation,
3556                 capitalization, links, accents and some bad French more.
3557
3558 2006-04-12 [wwp]        2.1.0cvs32
3559
3560         * src/prefs_gtk.c
3561                 fix for bug #935: always store prefs files in UTF-8 (thanks
3562                 to Colin).
3563
3564 2006-04-11 [colin]      2.1.0cvs31
3565
3566         * src/compose.c
3567                 Fix inserting files not in utf8 when locale is utf8
3568
3569 2006-04-11 [colin]      2.1.0cvs30
3570
3571         * src/inc.c
3572                 Don't show error dialog when cancelling connection
3573                 Patch by Pawel
3574
3575 2006-04-11 [cleroy]     2.1.0cvs29
3576
3577         * src/compose.c
3578                 Implement multiple quote levels
3579         * src/prefs_common.c
3580                 Change a little bit the quote bgcolor for 2nd level
3581
3582 2006-04-11 [colin]      2.1.0cvs28
3583
3584         * src/gtk/about.c
3585                 Add locale and charset in the label
3586
3587 2006-04-10 [colin]      2.1.0cvs27
3588
3589         * src/compose.c
3590         * src/prefs_common.c
3591         * src/prefs_common.h
3592         * src/prefs_msg_colors.c
3593         * src/textview.c
3594                 Allow optional background color in quotes
3595                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3596                 GTK+-2.8.x feature
3597
3598 2006-04-10 [colin]      2.1.0cvs26
3599
3600         * src/main.c
3601         * src/mainwindow.c
3602         * src/mainwindow.h
3603                 Implement --select
3604
3605 2006-04-10 [colin]      2.1.0cvs25
3606
3607         * manual/plugins.xml
3608         * manual/fr/plugins.xml
3609                 Document libcurl's proxy variables
3610
3611 2006-04-09 [colin]      2.1.0cvs24
3612
3613         * src/prefs_common.c
3614                 gettext() returns statically allocated stuff. We have
3615                 to strdup it in order to be able to free it.
3616
3617 2006-04-09 [colin]      2.1.0cvs23
3618
3619         * AUTHORS
3620         * src/gtk/authors.h
3621                 Add Alexei
3622
3623 2006-04-09 [colin]      2.1.0cvs22
3624
3625         * src/mainwindow.c
3626         * src/gtk/quicksearch.c
3627                 Fix bug #859 (problems with cyrilic input in 
3628                 search panel) - Patch by Alexey Illarionov 
3629                 <littlesavage@rambler.ru>
3630
3631 2006-04-09 [colin]      2.1.0cvs21
3632
3633         * src/prefs_customheader.c
3634                 I prefer removing then freeing rather than the contrary
3635                 (even if it doesn't change anything ;-)
3636         * src/prefs_account.c
3637                 Fix bug #933 (Crash re-entering the custom headers list 
3638                 dialog in accounts prefs)
3639                 The problem happened when cancelling the Account 
3640                 Preferences' dialogs - in which case we didn't do 
3641                 anything to the PrefsAccount * struct. In case of applying,
3642                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3643                 working with in this dialog. The problem is that 
3644                 prefs_customheader.c, working on this tmp_ac_prefs, always
3645                 changes the ->customhdr_list pointer, even when cancelled. 
3646                 So in case of cancelling the prefs_account dialog, we still
3647                 have to update ->customhdr_list in the real account.
3648
3649 2006-04-08 [colin]      2.1.0cvs20
3650
3651         * manual/fr/glossary.xml
3652         * manual/fr/keyboard.xml
3653                 Forgot some headers :)
3654
3655 2006-04-08 [colin]      2.1.0cvs19
3656
3657         * manual/Makefile.am
3658         * manual/fr/Makefile.am
3659         * manual/fr/account.xml
3660         * manual/fr/ack.xml
3661         * manual/fr/addrbook.xml
3662         * manual/fr/advanced.xml
3663         * manual/fr/faq.xml
3664         * manual/fr/glossary.xml
3665         * manual/fr/gpl.xml
3666         * manual/fr/handling.xml
3667         * manual/fr/intro.xml
3668         * manual/fr/keyboard.xml
3669         * manual/fr/plugins.xml
3670         * manual/fr/starting.xml
3671         * manual/fr/sylpheed-claws-manual.xml
3672         * manual/fr/dist/.cvsignore
3673         * manual/fr/dist/Makefile.am
3674         * manual/fr/dist/html/.cvsignore
3675         * manual/fr/dist/html/Makefile.am
3676         * manual/fr/dist/pdf/.cvsignore
3677         * manual/fr/dist/pdf/Makefile.am
3678         * manual/fr/dist/ps/.cvsignore
3679         * manual/fr/dist/ps/Makefile.am
3680         * manual/fr/dist/txt/.cvsignore
3681         * manual/fr/dist/txt/Makefile.am
3682                 Add the french translation of the manual. Thanks to
3683                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3684                 account.xml, ack.xml, addrbook.xml and advanced.xml
3685
3686 2006-04-08 [colin]      2.1.0cvs18
3687
3688         * manual/plugins.xml
3689         * manual/starting.xml
3690                 More fixes
3691
3692 2006-04-07 [colin]      2.1.0cvs17
3693
3694         * manual/faq.xml
3695         * manual/intro.xml
3696         * manual/keyboard.xml
3697                 Little fixes
3698
3699 2006-04-07 [colin]      2.1.0cvs16
3700
3701         * README
3702         * src/compose.c
3703         * src/prefs_common.c
3704         * src/prefs_common.h
3705                 Add hidden compose_no_markup pref
3706
3707 2006-04-07 [wwp]        2.1.0cvs15
3708
3709         * src/summary_search.c
3710         * .cvsignore
3711                 Bugfix: stop button was sticky when searching in an empty folder.
3712                 Applied curly brackets code style to the whole file (summary_search.c).
3713                 More files to ignore.
3714
3715 2006-04-07 [wwp]        2.1.0cvs14
3716
3717         * src/message_search.c
3718         * src/summary_search.c
3719                 changed default button when search bumps at file/folder
3720                 beginning or end, for convenience (thanks to Colin).
3721
3722 2006-04-07 [paul]       2.1.0cvs13
3723
3724         * src/plugins/dillo_viewer/dillo_prefs.c
3725                 avoid future potential for namespace collision
3726                 Patch by Colin
3727
3728 2006-04-06 [wwp]        2.1.0cvs12
3729
3730         * src/summary_search.c
3731                 Unify extended/advanced searches names (and thus factorize labels),
3732                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3733
3734 2006-04-06 [wwp]        2.1.0cvs11
3735
3736         * src/folderview.c
3737         * src/prefs_themes.c
3738         * src/summaryview.c
3739                 Fixed some compilation warnings.
3740
3741 2006-04-06 [colin]      2.1.0cvs10
3742
3743         * manual/advanced.xml
3744                 Document the wizard template and how to deploy
3745                 Sylpheed-Claws effectively
3746
3747 2006-04-06 [colin]      2.1.0cvs9
3748
3749         * src/folderview.c
3750                 gettext patch to tell translators about _("#"),
3751                 by Maxim Britov
3752
3753 2006-04-06 [colin]      2.1.0cvs8
3754
3755         * src/textview.c
3756                 Fix invalid GtkTextBIter after clicking "Display as text"
3757
3758 2006-04-06 [mones]      2.1.0cvs7
3759
3760         * src/addr_compl.c
3761         * src/addrindex.c
3762         * src/addritem.c
3763         * src/codeconv.c
3764         * src/compose.c
3765         * src/filtering.c
3766         * src/folder.c
3767         * src/folder_item_prefs.c
3768         * src/folderview.c
3769         * src/localfolder.c
3770         * src/matcher.c
3771         * src/mimeview.c
3772         * src/prefs_msg_colors.c
3773         * src/prefs_spelling.c
3774         * src/prefs_themes.c
3775         * src/procmime.c
3776         * src/procmsg.c
3777         * src/stock_pixmap.c
3778         * src/summaryview.c
3779         * src/textview.c
3780         * src/toolbar.c
3781         * src/common/mgutils.c
3782         * src/common/prefs.c
3783         * src/common/ssl_certificate.c
3784         * src/gtk/colorlabel.c
3785         * src/gtk/quicksearch.c
3786         * src/plugins/pgpmime/pgpmime.c
3787         * src/plugins/spamassassin/spamassassin.c
3788                 Removed redundant NULL checks for g_free() calls.
3789                 Patch by Pawel Pekala.
3790
3791 2006-04-06 [mones]      2.1.0cvs6
3792
3793         * src/prefs_actions.c
3794         * src/prefs_filtering.c
3795         * src/prefs_filtering_action.c
3796         * src/prefs_matcher.c
3797         * src/prefs_template.c
3798         * src/gtk/gtkutils.c
3799         * src/gtk/gtkutils.h
3800                 Have a nice replace button. Patch by Pawel Pekala
3801
3802 2006-04-06 [colin]      2.1.0cvs5
3803
3804         * src/addressbook.c
3805                 Fix crash with empty columns
3806
3807 2006-04-05 [colin]      2.1.0cvs4
3808
3809         * src/wizard.c
3810         * src/prefs_gtk.c
3811                 Allow wizard customization with pre-filled values
3812
3813 2006-04-05 [colin]      2.1.0cvs3
3814
3815         * src/textview.c
3816         * src/mimeview.c
3817         * src/mimeview.h
3818                 Nicer messages in mimeview
3819
3820 2006-04-05 [colin]      2.1.0cvs2
3821
3822         * src/addressbook.c
3823         * src/prefs_summaries.c
3824                 i18n fix
3825
3826 2006-04-05 [colin]      2.1.0cvs1
3827
3828         * src/plugins/pgpcore/plugin.c
3829         * src/plugins/pgpcore/select-keys.c
3830         * src/plugins/pgpcore/select-keys.h
3831         * src/plugins/pgpcore/sgpgme.c
3832         * src/plugins/pgpcore/sgpgme.h
3833         * src/plugins/pgpinline/pgpinline.c
3834         * src/plugins/pgpinline/plugin.c
3835         * src/plugins/pgpmime/pgpmime.c
3836         * src/plugins/pgpmime/plugin.c
3837                 Factorize and generalize a bit 
3838                 Drop S/MIME signature verification from PGP/MIME
3839                 (adding it as another, more complete plugin)
3840
3841 2006-04-05 [paul]       2.1.0
3842
3843         2.1.0 released
3844
3845 2006-04-05 [paul]       2.0.0cvs186
3846
3847         * manual/advanced.xml
3848                 add info on colour labels
3849
3850 2006-04-05 [paul]       2.0.0cvs185
3851
3852         * po/bg.po
3853         * po/cs.po
3854         * po/de.po
3855         * po/el.po
3856         * po/en_GB.po
3857         * po/fi.po
3858         * po/fr.po
3859         * po/it.po
3860         * po/nl.po
3861         * po/pl.po
3862         * po/pt_BR.po
3863         * po/sr.po
3864         * po/zh_CN.po
3865                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3866                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3867                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3868                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3869         * src/gtk/authors.h
3870         * tools/claws.i18n.status.pl
3871                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3872                 and new Czech translator, Tim <timbrain@post.cz>
3873
3874 2006-04-05 [mones]      2.0.0cvs184
3875
3876         * po/es.po
3877                 Updated translation
3878
3879 2006-04-05 [colin]      2.0.0cvs183
3880
3881         * src/gtk/quicksearch.c
3882                 Fix bug #929 (unnecessary reload in quick search bar)
3883
3884 2006-04-05 [colin]      2.0.0cvs182
3885
3886         * src/compose.c
3887                 Fix crash on Reply with no From:
3888                 Show signature and conversion error on queuing 
3889                 (but not sending)
3890         * src/mainwindow.c
3891         * src/summaryview.c
3892         * src/summaryview.h
3893                 Factorize threading code and make sure msginfo 
3894                 is not null when it comes from a GtkCTreeRow's 
3895                 data
3896         * src/gtk/gtkaspell.c
3897                 Check for necessary things
3898         * src/gtk/gtksctree.c
3899         * src/gtk/gtksctree.h
3900                 Reset anchor if necessary when removing node
3901
3902 2006-03-29 [colin]      2.0.0cvs181
3903
3904         * src/folderview.c
3905                 Warn for disabled IMAP accounts (due to lack of
3906                 libetpan). Breaks string-freeze - sorry - but it
3907                 is kind of important ;)
3908
3909 2006-03-28 [colin]      2.0.0cvs180
3910
3911         * src/gtk/gtkutils.c
3912         * src/gtk/gtkutils.h
3913                 Add a gtkut_get_link_btn() function that
3914                 creates a button which acts like an URI
3915         * src/prefs_themes.c
3916         * src/gtk/about.c
3917                 Use this function (factorizes codes)
3918         * src/common/defs.h
3919         * src/gtk/pluginwindow.c
3920                 Add a "Get more..." in the plugins window
3921
3922 2006-03-28 [colin]      2.0.0cvs179
3923
3924         * src/common/smtp.c
3925         * src/common/passcrypt.c
3926         * src/undo.c
3927                 Warning fixes. Patch by Pawel Pekala
3928
3929 2006-03-27 [colin]      2.0.0cvs178
3930
3931         * src/undo.c
3932                 Fix undoing by blocks with spaces
3933
3934 2006-03-27 [colin]      2.0.0cvs177
3935
3936         * src/textview.c
3937                 Set margin to 3px for headers
3938
3939 2006-03-27 [paul]
3940
3941         2.1.0-rc2 released
3942
3943 2006-03-27 [wwp]        2.0.0cvs176
3944
3945         * src/summaryview.c
3946                 don't reset quicksearch when updating the message list.
3947                 Thanks to Colin.
3948
3949 2006-03-26 [wwp]        2.0.0cvs175
3950
3951         * src/compose.c
3952                 use a unified border width ('other' tab in the compose window,
3953                 patch by Pawel Pekala).
3954
3955
3956 2006-03-26 [wwp]        2.0.0cvs174
3957
3958         * src/common/quoted-printable.c
3959         * src/addressbook.c
3960                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3961
3962 2006-03-26 [colin]      2.0.0cvs173
3963
3964         * src/quote_fmt_parse.y
3965                 Fix non-UTF8 date formats messing up the whole quote a 
3966                 little bit
3967
3968 2006-03-26 [colin]      2.0.0cvs172
3969
3970         * src/procheader.c
3971                 Make sure the date is UTF8 valid, or try to make it
3972                 so. IncrediMail is really IncrediStupid.
3973         * src/compose.c
3974                 Fix possible conversions. 
3975                 
3976
3977 2006-03-26 [colin]      2.0.0cvs171
3978
3979         * src/matcher.c
3980                 Fix corner cases in body search. This is still a
3981                 hack... It seems impossible to make it good and 
3982                 reasonably fast at the same time.
3983
3984 2006-03-26 [colin]      2.0.0cvs170
3985
3986         * src/summaryview.c
3987                 I think I killed the twilight zone bug!
3988                 summary_select_node() flushes GTK events in order
3989                 to be able to center the view. But this also 
3990                 flushes keypresses like Ctrl-Alt-U, so this can
3991                 call summary_show from summary_select_node (itself
3992                 called from summary_show, etc.). And the summaryview
3993                 has to be unlocked in this function. So just locking
3994                 while processing GTK events, and bailing if locked, 
3995                 should fix it.
3996                 Fixes bug #927 (SIGSEGV during Update Summary)
3997
3998 2006-03-25 [colin]      2.0.0cvs169
3999
4000         * src/matcher.c
4001                 Fix search in QP-encoded bodies
4002                 Fix utf-8 searches in bodies encoded in the
4003                 locale's encoding
4004         * src/common/quoted-printable.c
4005         * src/common/quoted-printable.h
4006                 Add a decode function that doesn't overwrite
4007                 the original pointer
4008                 
4009
4010 2006-03-24 [colin]      2.0.0cvs168
4011
4012         * src/action.c
4013         * src/summaryview.c
4014         * src/summaryview.h
4015                 Update message cache after action
4016                 Patch by H. Merijn Brand
4017         * src/prefs_msg_colors.c
4018                 Factorize label 
4019                 Patch by Fabien Vantard
4020         * src/plugins/spamassassin/spamassassin_gtk.c
4021                 Remove useless translation
4022                 Patch by Fabien Vantard
4023
4024 2006-03-23 [colin]      2.0.0cvs167
4025
4026         * src/common/ssl.c
4027                 Let 30 seconds to SSL_connect
4028
4029 2006-03-23 [wwp]        2.0.0cvs166
4030
4031         * src/summaryview.c
4032         * src/gtk/description_window.c
4033                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4034                 and headers are translated; adjust description windows' width to fit their
4035                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4036
4037 2006-03-23 [paul]       2.0.0cvs165
4038
4039         * src/common/utils.c
4040                 fix highlighting of URIs containing "()"
4041                 (2.0.0cvs164's reversal fixed)
4042                 Thanks to Colin.
4043
4044 2006-03-23 [paul]       2.0.0cvs164
4045
4046         * src/common/utils.c
4047                 revert patch, (postponing a fix), at 2.0.0cvs120
4048                 as it breaks more URIs than it fixes.
4049                 Allow '-' to be a terminating character in a URI
4050
4051 2006-03-22 [colin]      2.0.0cvs163
4052
4053         * configure.ac
4054                 Require libetpan 0.45
4055                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4056
4057 2006-03-22 [paul]       2.0.0cvs162
4058
4059         * src/editgroup.c
4060                 replace '<-' and '->' buttons with GTK_STOCK graphical
4061                 buttons
4062         * src/summary_search.c
4063                 don't offer '...' for translation
4064                 add a tooltip to advanced search '...' button
4065         * src/gtk/quicksearch.c
4066                 don't offer '...' for translation
4067
4068 2006-03-21 [colin]      2.0.0cvs161
4069
4070         * src/compose.c
4071                 Fix middle-click pasting (insert at click
4072                 position instead of cursor position, don't
4073                 remove existing selection and allow pasting
4074                 our own selection)
4075         * src/addressbook.c
4076                 "LDAP Server" -> "LDAP servers"
4077
4078 2006-03-21 [wwp]        2.0.0cvs160
4079
4080         * src/etpan/imap-thread.c
4081                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4082
4083 2006-03-20 [colin]      2.0.0cvs159
4084
4085         * src/summaryview.c
4086                 Don't reload summaryview after an execute with no
4087                 move action
4088
4089 2006-03-19 [colin]      2.0.0cvs158
4090
4091         * src/addressbook.c
4092                 and put groups at the top, always
4093
4094 2006-03-19 [colin]      2.0.0cvs157
4095
4096         * src/addressbook.c
4097                 Order groups before names, as previously
4098
4099 2006-03-19 [colin]      2.0.0cvs156
4100
4101         * src/addressbook.c
4102                 - Sort case-unsensitive
4103                 - Put the sort arrow at opening too
4104
4105 2006-03-19 [wwp]        2.0.0cvs155
4106
4107         * src/addressbook.c
4108                 allow sorting by name/email/remarks, ensure that right-pane's contents
4109                 matches the left-pane selection (cleared when appropriate).
4110                 Patch by Pawel Pekala <c0rn@o2.pl>.
4111
4112 2006-03-18 [colin]      2.0.0cvs154
4113
4114         * src/textview.c
4115                 Fix text cursor ;)
4116
4117 2006-03-18 [colin]      2.0.0cvs153
4118
4119         * src/gtk/filesel.c
4120                 Make sure we hide the preview if we didn't get
4121                 a filename
4122
4123 2006-03-18 [colin]      2.0.0cvs152
4124
4125         * src/summaryview.c
4126                 Set cursor to watch for execution (fixes lack
4127                 of watch-cursor when dnd'ing hundreds of mails)
4128         * src/gtk/filesel.c
4129                 Check that mime type is 'image/*' before updating
4130                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4131
4132 2006-03-18 [colin]      2.0.0cvs151
4133
4134         * src/mainwindow.c
4135         * src/textview.c
4136         * src/textview.h
4137                 Put a watch cursor in textview too when the mainwindow's
4138                 cursor in a watch
4139
4140 2006-03-18 [colin]      2.0.0cvs150
4141
4142         * src/folder.c
4143                 Change wrong asserts to simple tests
4144
4145 2006-03-17 [colin]      2.0.0cvs149
4146
4147         * src/mainwindow.c
4148         * src/mainwindow.h
4149         * src/prefs_msg_colors.c
4150         * src/summaryview.c
4151         * src/summaryview.h
4152         * src/gtk/colorlabel.c
4153         * src/gtk/colorlabel.h
4154                 Add a color label menu in the main menubar
4155                 Add (fixed) accels Ctrl-{0-7} to change the color
4156                 They have to be fixed because the menu's dynamic,
4157                 the items are complex widgets, hence we can't use
4158                 a GtkItemFactory.
4159
4160
4161 2006-03-17 [wwp]        2.0.0cvs148
4162
4163         * src/compose.c
4164                 rollback few lines from my previous commit (those lines come from
4165                 a pending patch, accidentally commited, even if neutral as they are
4166                 commented out).
4167
4168 2006-03-17 [wwp]        2.0.0cvs147
4169
4170         * src/compose.c
4171                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4172                 applied code style/indentation to the modified function.
4173
4174 2006-03-17 [wwp]        2.0.0cvs146
4175
4176         * src/procmsg.c
4177         * src/compose.c
4178                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4179
4180 2006-03-17 [paul]
4181
4182         2.1.0-rc1 released
4183
4184 2006-03-17 [paul]       2.0.0cvs145
4185
4186         * src/main.c
4187                 addressbook_read_file() was called twice
4188         * src/textview.c
4189                 X-Mailer highlighting
4190
4191 2006-03-16 [colin]      2.0.0cvs144
4192
4193         * src/sourcewindow.c
4194         * src/sourcewindow.h
4195                 And the last one, in source window.
4196
4197 2006-03-16 [colin]      2.0.0cvs143
4198
4199         * src/compose.c
4200         * src/compose.h
4201                 Fix the same stuff in compose
4202
4203 2006-03-16 [colin]      2.0.0cvs142
4204
4205         * src/messageview.c
4206                 Complete the previous messageview crash fix
4207
4208 2006-03-16 [colin]      2.0.0cvs141
4209
4210         * src/procmsg.h
4211         * src/procmsg.c
4212         * src/folder.c
4213                 Fix POSTPROCESSING hook
4214                 Patch by H. Merijn Brand
4215
4216         * src/procmime.c
4217         * src/procmime.h
4218                 Parse Content-Location
4219
4220         * src/toolbar.c
4221         * src/messageview.c
4222         * src/messageview.h
4223                 Don't crash when a top-level MessageView has
4224                 been closed on us. Same problematic than
4225                 yesterday's quicksearch issue.
4226
4227 2006-03-15 [colin]      2.0.0cvs140
4228
4229         * src/gtk/quicksearch.c
4230                 Fix a bitchy race we didn't think about when we
4231                 added quicksearch cancellation:
4232                 If the search is not on cached fields, for example
4233                 body_part matchcase "stuff"
4234                 the matcher code has to get the whole message. If
4235                 we're on IMAP, that can be slow, and in order to
4236                 be non-blocking, the IMAP code idle loop processes
4237                 gtk events too. So it is possible to cancel a
4238                 quicksearch while the matcher is getting the mail's
4239                 body. After matcher got its body, it will start to
4240                 iterate over the matcher list that the Quicksearch's
4241                 clear_search_cb() just freed via prepare_matcher().
4242                 SIGSEGV ensues.
4243                 The fix consists of guarding the matcherlist_match()
4244                 call with a boolean 'matching'. If we reset the
4245                 quicksearch while matching is TRUE, we don't free
4246                 the matcherlist anymore like we did, but we set
4247                 another new flag, deferred_free, to TRUE. Then,
4248                 in quicksearch_match(), just after returning from
4249                 matcherlist_match() and unsetting the matching flag,
4250                 we check the deferred_free flag and do the
4251                 prepare_matcher() (which does the matcherlist_free)
4252                 for real, so we free the matcherlist once it's not
4253                 used anymore.
4254                 As all of this runs via the glib main loop, we
4255                 luckily don't need a mutex.
4256         * src/summaryview.c
4257                 Also, show progress while searching.
4258
4259
4260 2006-03-14 [colin]      2.0.0cvs139
4261
4262         * src/alertpanel.c
4263                 Make alertpanel_is_open non-static
4264
4265 2006-03-14 [colin]      2.0.0cvs138
4266
4267         * src/prefs_spelling.c
4268                 Cleanups - Fabien Vantard
4269
4270 2006-03-14 [wwp]        2.0.0cvs137
4271
4272         * src/main.c
4273                 code style normalization (curly braces, indentation).
4274
4275 2006-03-14 [wwp]        2.0.0cvs137
4276
4277         * src/main.c
4278                 code style (braces, indentation)
4279
4280 2006-03-12 [paul]       2.0.0cvs136
4281
4282         * src/prefs_common.c
4283                 trans_hdr defaults to FALSE to be RFC-savvy
4284         * src/prefs_summaries.c
4285                 add a tooltip to the trans_hdr option
4286                 
4287
4288 2006-03-12 [paul]       2.0.0cvs135
4289
4290         * src/prefs_matcher.c
4291                 give a little more width to the combos
4292         * src/prefs_display_header.c
4293         * src/textview.c
4294                 translate headers if prefs_common.trans_hdr
4295                 is TRUE
4296
4297         Patches by Pawel Pekala
4298
4299 2006-03-12 [paul]       2.0.0cvs134
4300
4301         * src/plugins/clamav/clamav_plugin.c
4302         * src/plugins/dillo_viewer/dillo_viewer.c
4303         * src/plugins/pgpcore/plugin.c
4304         * src/plugins/pgpinline/plugin.c
4305         * src/plugins/pgpmime/plugin.c
4306         * src/plugins/spamassassin/spamassassin.c
4307                 update/add to descriptions
4308         * src/plugins/spamassassin/spamassassin_gtk.c
4309                 fixes to the english, remove superfluous
4310                 tooltips, clean up a little
4311
4312 2006-03-12 [paul]       2.0.0cvs133
4313
4314         * src/compose.c
4315                 fix Bug 924, 'Account combo box shows up wrong 
4316                 if & is in account name'
4317
4318 2006-03-11 [colin]      2.0.0cvs132
4319
4320         * src/summaryview.c
4321                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4322                 messed up shift-selection because is slows down
4323                 moving around summaryview. thanks -users
4324
4325 2006-03-10 [colin]      2.0.0cvs131
4326
4327         * src/plugins/spamassassin/spamassassin_gtk.c
4328                 Put back Paul's engrish fixes
4329
4330 2006-03-10 [colin]      2.0.0cvs130
4331
4332         * src/plugins/spamassassin/spamassassin.c
4333         * src/plugins/spamassassin/spamassassin.h
4334         * src/plugins/spamassassin/spamassassin_gtk.c
4335                 Cleanup SA prefs page (more)
4336                 Patch by Fabien Vantard
4337
4338 2006-03-10 [paul]       2.0.0cvs129
4339
4340         * src/prefs_msg_colors.c
4341         * src/prefs_spelling.c
4342                 widget sensitivity
4343
4344 2006-03-09 [mones]      2.0.0cvs128
4345
4346         * po/es.po
4347                 Update for next RC
4348
4349 2006-03-09 [wwp]        2.0.0cvs127
4350
4351         * configure.ac
4352                 revert accidental commit (requirement for libetpan 0.43), this time
4353                 not in HEAD.
4354
4355 2006-03-09 [wwp]        2.0.0cvs125
4356
4357         * configure.ac
4358                 revert accidental commit (requirement for libetpan 0.43)
4359
4360 2006-03-09 [paul]       2.0.0cvs126
4361
4362         * src/prefs_receive.c
4363                 remove useless frame
4364                 replace 'incorporation' with 'receiving'
4365         * src/plugins/clamav/clamav_plugin_gtk.c
4366         * src/plugins/spamassassin/spamassassin_gtk.c
4367                 improve widget sensitivity
4368                 fix a bit his engrish
4369
4370 2006-03-09 [wwp]        2.0.0cvs125
4371
4372         * src/addressadd.c
4373         * src/foldersel.c
4374         * src/prefs_common.c
4375         * src/prefs_common.h
4376                 remember some more windows' sizes (add to addressbook and
4377                 select folder).
4378
4379 2006-03-09 [paul]       2.0.0cvs124
4380
4381         * src/plugins/pgpcore/prefs_gpg.c
4382                 normalise construction of dialogue
4383
4384 2006-03-09 [paul]       2.0.0cvs123
4385
4386         * src/plugins/trayicon/Makefile.am
4387                 add missing slash
4388
4389 2006-03-08 [colin]      2.0.0cvs122
4390
4391         * src/plugins/trayicon/Makefile.am
4392                 Fix build in separate dir 
4393                 Patch by Bamanzi <bamanzi@gmail.com>
4394
4395 2006-03-08 [colin]      2.0.0cvs121
4396
4397         * src/procmsg.c
4398                 Batch move and copies from summaryview with delayed execution
4399                 too
4400
4401 2006-03-07 [paul]       2.0.0cvs120
4402
4403         * src/common/utils.c
4404                 fix highlighting of URIs containing "()"
4405                 Patch by Pawel Pekala
4406
4407 2006-03-07 [paul]       2.0.0cvs119
4408
4409         * src/folder.c
4410         * src/folder.h
4411         * src/folderview.c
4412                 immediately do alphabetical resort when
4413                 changing a folder's name
4414                 Patch by Pawel Pekala
4415
4416 2006-03-07 [paul]       2.0.0cvs118
4417
4418         * src/news.c
4419         * src/news_gtk.c
4420                 when unsubscribing a newsgroup, remove the
4421                 folder and msgs in .sylpheed-claws/newscache
4422                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4423
4424 2006-03-07 [paul]       2.0.0cvs117
4425
4426         * src/textview.c
4427                 fix wrong Fake URL Warning
4428                 Thanks to Hiro
4429
4430 2006-03-07 [colin]      2.0.0cvs116
4431
4432         * src/imap.c
4433                 Return immediately when password dialog was
4434                 cancelled
4435         * src/gtk/inputdialog.c
4436                 Allow empty strings for passwords
4437
4438
4439 2006-03-06 [colin]      2.0.0cvs115
4440
4441         * src/imap.c
4442                 Prevent double-timeouts when connection fails
4443
4444 2006-03-06 [colin]
4445
4446         2.0.1-rc1 released
4447
4448 2006-03-06 [colin]      2.0.0cvs114
4449
4450         * src/imap.c
4451                 Refresh session during potentially long
4452                 operations
4453
4454 2006-03-06 [wwp]        2.0.0cvs113
4455
4456         * src/prefs_msg_colors.h
4457                 forgot that one (custom color labels).
4458
4459 2006-03-06 [wwp]        2.0.0cvs112
4460
4461         * src/prefs_common.c
4462         * src/prefs_common.h
4463         * src/prefs_msg_colors.c
4464         * src/summaryview.c
4465         * src/summaryview.h
4466         * src/gtk/colorlabel.c
4467         * src/gtk/colorlabel.h
4468                 colors in messages list are now customizable. Color values and names can
4469                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4470                 Thanks to Paul and Colin for their help with this longstanding patch!
4471
4472 2006-03-06 [wwp]        2.0.0cvs111
4473
4474         * src/textview.c
4475                 don't crash if (x)face is bad.
4476
4477 2006-03-05 [paul]       2.0.0cvs110
4478
4479         * AUTHORS
4480         * configure.ac
4481         * src/Makefile.am
4482         * src/common/Makefile.am
4483         * src/common/utils.h
4484         * src/etpan/imap-thread.c
4485         * src/gtk/authors.h
4486         * src/plugins/clamav/Makefile.am
4487         * src/plugins/demo/Makefile.am
4488         * src/plugins/dillo_viewer/Makefile.am
4489         * src/plugins/pgpcore/Makefile.am
4490         * src/plugins/pgpcore/passphrase.c
4491         * src/plugins/pgpinline/Makefile.am
4492         * src/plugins/pgpmime/Makefile.am
4493         * src/plugins/spamassassin/Makefile.am
4494         * src/plugins/trayicon/Makefile.am
4495                 fix builiding on cygwin
4496                 Patch by Ralgh Young <bamanzi@gmail.com>
4497
4498 2006-03-04 [wwp]        2.0.0cvs109
4499
4500         * manual/keyboard.xml
4501                 fix mixed up/down keys.
4502
4503 2006-03-04 [wwp]        2.0.0cvs108
4504
4505         * README
4506         * INSTALL
4507                 updated links to SpamAssassin.
4508
4509 2006-03-04 [wwp]        2.0.0cvs107
4510
4511         * manual/plugins.xml
4512         * src/plugins/spamassassin/README
4513                 updated SpamAssassin plugin docs to reflect new functional additions
4514                 (also fix/update/documents few technical stuff more, see the README).
4515
4516 2006-03-04 [wwp]        2.0.0cvs106
4517
4518         * src/prefs_message.c
4519                 normalized capitalization of message-prefs paths.
4520
4521 2006-03-04 [wwp]        2.0.0cvs105
4522
4523         * manual/advanced.xml
4524                 typo.
4525
4526 2006-03-03 [colin]      2.0.0cvs104
4527
4528         * src/plugins/clamav/clamav_plugin_gtk.c
4529                 Rework prefs page, patch by Fabien 
4530
4531 2006-03-03 [colin]      2.0.0cvs103
4532
4533         * src/plugins/clamav/clamav_plugin.c
4534                 Set error on all errors
4535
4536 2006-03-03 [colin]      2.0.0cvs102
4537
4538         * src/common/plugin.c
4539                 Initialize error to avoid crashing when a plugin fails
4540                 without setting error
4541
4542 2006-03-02 [wwp]        2.0.0cvs101
4543
4544         * configure.ac
4545                 fixed linker flags for libetpan support on Cygwin
4546                 (thanks to H.Merijn Brand).
4547
4548 2006-03-02 [wwp]        2.0.0cvs100
4549
4550         * src/addressbook.c
4551                 fix some AB error messages: one for punctuation and
4552                 one wrongly duplicate (thanks, maxbritov).
4553
4554 2006-03-02 [wwp]        2.0.0cvs99
4555
4556         * src/plugins/spamassassin/spamassassin.c
4557                 make sync calls to sa-learn/spamc to prevent
4558                 system (whatever local or client/server) overload.
4559
4560 2006-03-02 [colin]      2.0.0cvs98
4561
4562         * src/summaryview.c
4563                 Put the spam icon in the status column instead of the
4564                 mark one
4565
4566 2006-03-01 [colin]      2.0.0cvs97
4567
4568         * src/plugins/spamassassin/spamassassin.c
4569                 Fix segfault (g_file_set_contents fails for some 
4570                 reason and err==0x2f. Can't find out why with
4571                 valgrind, using working function :-)
4572
4573 2006-03-01 [colin]      2.0.0cvs96
4574
4575         * src/inc.c
4576                 Offline overriding: let 'No' be cached only 3 seconds
4577
4578 2006-03-01 [colin]      2.0.0cvs95
4579
4580         * src/addr_compl.c
4581         * src/addrbook.c
4582         * src/addressbook.c
4583         * src/addrindex.c
4584         * src/folder_item_prefs.c
4585         * src/headerview.c
4586         * src/imap.c
4587         * src/inc.c
4588         * src/ldif.c
4589         * src/mainwindow.c
4590         * src/mh.c
4591         * src/msgcache.c
4592         * src/prefs_common.h
4593         * src/prefs_msg_colors.c
4594         * src/procheader.c
4595         * src/procheader.h
4596         * src/procmime.c
4597         * src/procmsg.c
4598         * src/procmsg.h
4599         * src/send_message.h
4600         * src/simple-gettext.c
4601         * src/summaryview.c
4602         * src/summaryview.h
4603         * src/syldap.c
4604         * src/textview.c
4605         * src/undo.c
4606         * src/common/ssl_certificate.c
4607         * src/common/utils.c
4608         * src/gtk/colorsel.c
4609         * src/gtk/gtksctree.c
4610         * src/gtk/gtkshruler.c
4611         * src/plugins/trayicon/trayicon.c
4612                 #if 0 goes to /dev/null
4613
4614 2006-03-01 [colin]      2.0.0cvs94
4615
4616         * src/compose.c
4617         * src/imap.c
4618         * src/inc.c
4619         * src/inc.h
4620         * src/messageview.c
4621         * src/news.c
4622         * src/plugins/spamassassin/spamassassin.c
4623                 Allow to add information in the "working offline"
4624                 window
4625
4626 2006-03-01 [wwp]        2.0.0cvs93
4627
4628         * src/plugins/spamassassin/spamassassin.c
4629                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4630                 'cause it seems that calling `spamc ... < inputfile` with
4631                 g_spawn_(a)sync simply.. erm doesn't work :-).
4632
4633 2006-03-01 [wwp]        2.0.0cvs92
4634
4635         * src/toolbar.c
4636         * src/toolbar.h
4637                 simplify the adding of spam/ham button to the messageview toolbar
4638                 (it gets more clear now that the same button will be "Mark as spam"
4639                 or "Mark as ham" according to the current message status,
4640                 thanks to Colin).
4641
4642 2006-03-01 [wwp]        2.0.0cvs91
4643
4644         * src/messageview.c
4645         * src/procmsg.c
4646         * src/procmsg.h
4647         * src/summaryview.c
4648         * src/plugins/spamassassin/spamassassin.c
4649         * src/plugins/spamassassin/spamassassin.h
4650                 make learner callbacks return a status (0 for ok),
4651                 handle it in main code to avoid setting flags when learning failed,
4652                 don't learn on TCP if offline in spamassassin,
4653                 thanks to Colin.
4654
4655                 
4656
4657 2006-03-01 [wwp]        2.0.0cvs90
4658
4659         * src/compose.c
4660                 some work around the compose window's account menu,
4661                 patch by Fabien Vantard.
4662
4663 2006-03-01 [wwp]        2.0.0cvs89
4664
4665         * src/plugins/spamassassin/spamassassin.c
4666                 fixed bad logics, was using spamc in local mode and sa-learn
4667                 in remote mode (thanks, Colin).
4668
4669 2006-03-01 [wwp]        2.0.0cvs88
4670
4671         * src/plugins/spamassassin/spamassassin.c
4672         * src/plugins/spamassassin/spamassassin.h
4673         * src/plugins/spamassassin/spamassassin_gtk.c
4674                 made processing of emails w/ sa-plugin an option (default is TRUE),
4675                 fixed Engrish some tooltips, capitalization of some debug messages
4676                 and warnings. The spamassassin plugin now provides two separate
4677                 services: process emails upon incorporation and spamd training.
4678                 Both services (un)register independently but use some common
4679                 plugin settings (transport settings, spam storage location).
4680
4681 2006-02-28 [wwp]        2.0.0cvs87
4682
4683         * src/plugins/spamassassin/spamassassin.c
4684                 fix async flag to spamc cmdline execution (batch exec should
4685                 be asynchronous).
4686
4687 2006-02-27 [wwp]        2.0.0cvs86
4688
4689         * src/plugins/spamassassin/spamassassin.c
4690         * src/plugins/spamassassin/spamassassin.h
4691         * src/plugins/spamassassin/spamassassin_gtk.c
4692                 - added the ability to learn a remote spamassassin server (spamd),
4693                 using spamc.
4694                 - added the spamassassin option 'username', that applies to all
4695                 spamassassin operations (filtering, learning, local or remote).
4696                 The default username is the current unix user (if left blank
4697                 from gtk prefs or config file).
4698                 - commented out some unused code (notebook widget), removed unused
4699                 layout (hbox1).
4700                 - make more widgets sensitive to the transport type.
4701
4702 2006-02-27 [colin]      2.0.0cvs85
4703
4704         * src/plugins/spamassassin/spamassassin.c
4705                 Fix sa-learn call when offline
4706
4707 2006-02-27 [colin]      2.0.0cvs84
4708
4709         * configure.ac
4710         * src/Makefile.am
4711         * src/mainwindow.c
4712         * src/mainwindow.h
4713         * src/messageview.c
4714         * src/messageview.h
4715         * src/prefs_toolbar.c
4716         * src/procmsg.c
4717         * src/stock_pixmap.c
4718         * src/stock_pixmap.h
4719         * src/summaryview.c
4720         * src/toolbar.c
4721         * src/toolbar.h
4722         * src/pixmaps/ham_btn.xpm
4723         * src/pixmaps/spam.xpm
4724         * src/pixmaps/spam_btn.xpm
4725         * src/plugins/spamassassin/spamassassin.c
4726                 Add button in toolbar for spam learning
4727                 Fix a few bugs from the last related commit
4728                 Revert 1.9.6cvs23 which messed up shift-selection
4729
4730 2006-02-24 [colin]      2.0.0cvs83
4731
4732         * src/procmsg.c
4733         * src/summaryview.c
4734         * src/summaryview.h
4735         * src/plugins/spamassassin/spamassassin.c
4736         * src/plugins/spamassassin/spamassassin.h
4737         * src/plugins/spamassassin/spamassassin_gtk.c
4738                 Unregister learner when spamassassin is either
4739                 disabled or over tcp
4740
4741 2006-02-24 [colin]      2.0.0cvs82
4742
4743         * src/Makefile.am
4744         * src/mainwindow.c
4745         * src/mainwindow.h
4746         * src/procmsg.c
4747         * src/procmsg.h
4748         * src/stock_pixmap.c
4749         * src/stock_pixmap.h
4750         * src/summaryview.c
4751         * src/summaryview.h
4752         * src/gtk/icon_legend.c
4753         * src/pixmaps/spam.xpm  ** NEW FILE **
4754         * src/plugins/spamassassin/spamassassin.c
4755         * src/plugins/spamassassin/spamassassin_gtk.c
4756                 Add spam learning interface (Mark/Mark as 
4757                 (spam|ham) menus)
4758
4759 2006-02-24 [wwp]        2.0.0cvs81
4760
4761         * src/compose.c
4762         * src/compose.h
4763         * src/filtering.c
4764                 hide compose window when sending message in batch mode
4765                 (filtering: forward and redirect). Also fixed a wrong
4766                 value returned when sending failed, neutral anyway.
4767                 (Colin, me) 
4768
4769 2006-02-24 [wwp]        2.0.0cvs80
4770
4771         * src/mainwindow.c
4772                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4773
4774 2006-02-24 [paul]       2.0.0cvs79
4775
4776         * src/news.c
4777         * src/news.h
4778         * src/news_gtk.c
4779                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4780                 Thanks to Colin
4781
4782 2006-02-23 [colin]      2.0.0cvs78
4783
4784         * src/alertpanel.c
4785                 Change OK to Close in alertpanel with View log
4786                 button; add accel to View log. Patch by Fabien
4787                 Vantard
4788
4789 2006-02-23 [wwp]        2.0.0cvs77
4790
4791         * src/compose.c
4792                 silly me, there were much more tests to perform, since toolbars can
4793                 really have down to 1 element only.
4794
4795 2006-02-23 [wwp]        2.0.0cvs76
4796
4797         * commitHelper
4798                 fixed indentation from my previous commit. Fallback to VISUAL if
4799                 EDITOR is not set (and to vi, at last resort).
4800
4801 2006-02-23 [wwp]        2.0.0cvs75
4802
4803         * commitHelper
4804                 improved error detection (Colin, me).
4805
4806 2006-02-23 [wwp]        2.0.0cvs74
4807
4808         * src/prefs_toolbar.c
4809                 simplify and fix prefs/toolbars layouting. Combos' contents can
4810                 now be really displayed.
4811
4812 2006-02-23 [wwp]        2.0.0cvs73
4813         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4814         be really displayed.
4815
4816 2006-02-22 [wwp]        2.0.0cvs72
4817
4818         * src/compose.c
4819                 fix a typo in my previous commit (sorry!).
4820
4821 2006-02-22 [wwp]        2.0.0cvs71
4822
4823         * src/prefs_toolbar.c
4824                 fix a crash when adding separators to toolbars,
4825                 also fix some separator item information.
4826
4827 2006-02-22 [wwp]        2.0.0cvs70
4828
4829         * src/compose.c
4830                 fix a crash when redirecting (for instance) when compose window's
4831                 toolbar contents has been customized (when some buttons have been
4832                 removed in fact).
4833
4834 2006-02-21 [wwp]        2.0.0cvs69
4835
4836         * src/summaryview.c
4837         * src/gtk/pluginwindow.c
4838         * src/plugins/pgpcore/prefs_gpg.c
4839                 fix some compilation warnings (feat. remains of removed code).
4840
4841 2006-02-21 [wwp]        2.0.0cvs68
4842
4843         * src/gtk/gtkutils.c
4844                 fix two compilation issues, thanks to Stephan Sachse.
4845
4846 2006-02-20 [colin]      2.0.0cvs67
4847
4848         * src/mainwindow.c
4849                 Don't reselect displayed mail on refocus
4850                 This fixes actions misbehaving 
4851
4852 2006-02-20 [wwp]        2.0.0cvs66
4853
4854         * src/summaryview.c
4855         * src/gtk/gtksctree.c
4856         * src/gtk/gtkshruler.c
4857                 changed more runtime typecast checks.
4858
4859 2006-02-20 [wwp]        2.0.0cvs65
4860
4861         * src/summary_search.c
4862                 find all - summaryview refresh issue fixed, thanks to Colin.
4863
4864 2006-02-20 [wwp]        2.0.0cvs64
4865
4866         * src/gtk/gtkutils.c
4867                 better runtime typecast checks.
4868
4869 2006-02-20 [wwp]        2.0.0cvs63
4870
4871         * src/summary_search.c
4872                 enhancements to the summary search:
4873                         - add the ability to stop the running search
4874                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4875                         - don't search if no criteria (From/To/Subject/Body) is set
4876                         - ensure that a busy mouse pointer is always shown when searching,
4877                           show it even a bit earlier
4878
4879 2006-02-19 [colin]      2.0.0cvs62
4880
4881         * src/compose.c
4882         * src/imap.c
4883         * src/etpan/imap-thread.c
4884         * src/etpan/imap-thread.h
4885                 (Future) IMAP speed improvement on sending
4886                 Will require a libetpan update
4887         * src/summaryview.c
4888         * src/gtk/quicksearch.c
4889                 Make quicksearch clearable while running.
4890
4891 2006-02-17 [colin]      2.0.0cvs61
4892
4893         * src/imap.c
4894         * src/etpan/imap-thread.c
4895         * src/etpan/imap-thread.h
4896                 Check for IMAP certificates
4897                 ** Requires libetpan-0.42-cvs4 
4898                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4899
4900 2006-02-17 [colin]      2.0.0cvs60
4901
4902         * src/messageview.c
4903         * src/prefs_common.c
4904         * src/prefs_common.h
4905         * src/prefs_message.c
4906                 Add pref to display HTML-only mails with plugin, 
4907                 if possible (defaulting to FALSE of course).
4908
4909 2006-02-16 [colin]      2.0.0cvs59
4910
4911         * src/main.c
4912         * src/common/plugin.c
4913         * src/common/plugin.h
4914         * src/gtk/pluginwindow.c
4915                 Keep track of requested (but unloaded) plugins
4916                 in some error cases.
4917
4918 2006-02-16 [wwp]        2.0.0cvs58
4919
4920         * src/gtk/gtkaspell.c
4921         * src/gtk/gtkaspell.h
4922         * src/prefs_spelling.c
4923         * src/compose.c
4924         * src/prefs_common.c
4925         * src/prefs_common.h
4926                 implemented new optional spellchecker behaviour: re-check message when
4927                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4928
4929 2006-02-16 [wwp]        2.0.0cvs57
4930
4931         * src/quote_fmt_parse.y
4932                 pclose popen'ed pipe.
4933
4934 2006-02-15 [colin]      2.0.0cvs56
4935
4936         * src/mimeview.c
4937         * src/mimeview.h
4938                 Let MimeViewers know which MimeView they
4939                 depend of.
4940         * src/summaryview.c
4941                 Swap From/To columns in Sent/Queue/Drafts
4942                 folders
4943         * src/etpan/imap-thread.c
4944                 Use mailstream_low_tls_open() for STARTTLS
4945                 instead of mailstream_low_ssl_open()
4946                 ** REQUIRES libetpan 0.42cvs3 **
4947
4948 2006-02-15 [wwp]        2.0.0cvs55
4949
4950         * src/compose.c
4951         * src/compose.h
4952         * src/message_search.c
4953         * src/message_search.h
4954         * src/textview.c
4955         * src/gtk/gtkutils.c
4956         * src/gtk/gtkutils.h
4957                 added the ability to Find text in the compose window (and a bit
4958                 of code factorization).
4959
4960 2006-02-15 [wwp]        2.0.0cvs54
4961
4962         * src/prefs_gtk.c
4963                 yet another one file was missing (fix for some widgets' sensitivity).
4964                 Thanks Colin!
4965
4966 2006-02-15 [wwp]        2.0.0cvs53
4967
4968         * src/prefs_gtk.h
4969                 oops forgot that file (fix for some widgets' sensitivity).
4970
4971 2006-02-15 [wwp]        2.0.0cvs52
4972
4973         * src/summary_search.c
4974                 implemented advanced summary search options (added the ability
4975                 to use matcher conditions in an advanced search mode).
4976
4977 2006-02-15 [wwp]        2.0.0cvs51
4978
4979         * src/plugins/pgpcore/prefs_gpg.c
4980         * src/prefs_account.c
4981                 fix some widget sensitivity, mostly around some labels in
4982                 account prefs.
4983
4984 2006-02-15 [paul]       2.0.0cvs50
4985
4986         * manual/advanced.xml
4987                 improve Templates info
4988                 written by wwp
4989
4990 2006-02-14 [colin]      2.0.0cvs49
4991
4992         * src/pixmaps/address_book.xpm
4993         * src/pixmaps/preferences.xpm
4994         * src/pixmaps/properties.xpm
4995                 Fix pixmap size - patch by Fabien Vantard
4996
4997 2006-02-13 [colin]      2.0.0cvs48
4998
4999         * src/procmime.c
5000                 Add missing fclose()s on error
5001         * src/textview.c
5002                 Remove unused code
5003         * src/common/utils.c
5004                 Fix temp files not being deleted on windows
5005         Patches by Thomas Gilgin
5006
5007 2006-02-13 [colin]      2.0.0cvs47
5008
5009         * src/mainwindow.c
5010                 Fix exit crash
5011
5012 2006-02-13 [wwp]        2.0.0cvs46
5013
5014         * src/plugins/pgpcore/prefs_gpg.c
5015                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5016
5017 2006-02-12 [colin]      2.0.0cvs45
5018
5019         * src/folderview.c
5020         * src/main.c
5021         * src/mainwindow.c
5022                 Fix "stuff" when quitting
5023
5024 2006-02-12 [wwp]        2.0.0cvs44
5025
5026         * src/prefs_themes.c
5027                 fix typos in debug messages.
5028
5029 2006-02-11 [colin]      2.0.0cvs43
5030
5031         * src/summaryview.c
5032                 don't allow drag/drop from ourself
5033
5034 2006-02-10 [wwp]        2.0.0cvs42
5035
5036         * src/exporthtml.c
5037         * src/html.c
5038         * src/html.h
5039         * src/procmime.c
5040         * src/textview.c
5041                 renamed html_ prefixed functions and data structures to avoid
5042                 namespace clashes w/ other software (gtkhtml2 for instance).
5043                 Closes bug #907.
5044
5045
5046 2006-02-09 [colin]      2.0.0cvs41
5047
5048         * src/summaryview.c
5049                 Fix shitty logic messed up. Thanks Ticho for the hint!
5050
5051 2006-02-09 [wwp]        2.0.0cvs40
5052
5053         * src/gtk/about.c
5054         * src/compose.c
5055         * src/prefs_account.c
5056         * src/prefs_gtk.h
5057         * src/editaddress.c
5058                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5059                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5060                 Browse buttons in accounts prefs.
5061
5062 2006-02-09 [colin]      2.0.0cvs39
5063
5064         * src/matcher.c
5065                 Check for pointer before using its members
5066         * src/gtk/gtksourceprintjob.c
5067                 Fix a wrong warning
5068
5069 2006-02-09 [wwp]        2.0.0cvs38
5070
5071         * src/gtk/filesel.c
5072                 fix few compiler warnings (type mismatch).
5073
5074 2006-02-09 [paul]       2.0.0cvs37
5075
5076         * po/fr.po
5077                 updated by Fabien Vantard
5078
5079 2006-02-08 [colin]      2.0.0cvs36
5080
5081         * src/prefs_common.c
5082         * src/common/defs.h
5083         * src/common/plugin.c
5084                 allow windows and linux configurations to coexist
5085                 patch by Thomas Gilgin
5086
5087 2006-02-08 [colin]      2.0.0cvs35
5088
5089         * src/filtering.c
5090         * src/matcher.c
5091         * src/matcher.h
5092         * src/matcher_parser_parse.y
5093         * src/prefs_filtering_action.c
5094         * src/prefs_matcher.c
5095                 Add the "Ignore thread" filtering
5096                 action
5097
5098 2006-02-08 [colin]      2.0.0cvs34
5099
5100         * src/compose.c
5101         * src/procmime.c
5102         * src/procmime.h
5103                 Fix bug #905 (damaged attachment)
5104                 text files with raw \0's aren't really text files
5105         FOR_STABLE
5106
5107 2006-02-08 [colin]      2.0.0cvs33
5108
5109         * src/summaryview.c
5110                 Fix crasher introduced yesterday
5111
5112 2006-02-08 [wwp]        2.0.0cvs32
5113
5114         * src/compose.c
5115         * src/compose.h
5116                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5117
5118 2006-02-08 [wwp]        2.0.0cvs31
5119
5120         * src/prefs_template.c
5121                 templates enhancement: allow address completion for Cc and Bcc fields
5122                 (it was currently possible for the To field only)
5123
5124 2006-02-08 [colin]      2.0.0cvs30
5125
5126         * src/compose.c
5127                 Don't unblock if not blocked
5128         FOR_STABLE
5129
5130 2006-02-07 [colin]      2.0.0cvs29
5131
5132         * src/action.c
5133                 Forgot to refresh summaryview
5134
5135 2006-02-07 [colin]      2.0.0cvs28
5136
5137         * src/action.c
5138                 Freeze/thaw message list and folder list while
5139                 processing %as{} actions 
5140         * src/compose.c
5141                 Fix auto-wrap disabling after a middle-click
5142                 paste - FOR_STABLE
5143
5144 2006-02-07 [paul]       2.0.0cvs27
5145
5146         * src/folder.c
5147                 fix freeing of uninitialised pointers
5148                 Thanks to Colin
5149
5150 2006-02-06 [colin]      2.0.0cvs26
5151
5152         * src/folder.c
5153                 Use g_slist_prepend in potentially big list
5154
5155 2006-02-06 [colin]      2.0.0cvs25
5156
5157         * src/folder.c
5158                 Completely skip processing if it doesn't 
5159                 exist (faster!)
5160
5161 2006-02-06 [colin]      2.0.0cvs24
5162
5163         * src/folder.c
5164         * src/summaryview.c
5165                 Batch filtering in summaryview (from Tools menu)
5166                 and pre/post//-processing too
5167
5168 2006-02-06 [colin]      2.0.0cvs23
5169
5170         * src/procmsg.h
5171         * src/filtering.c
5172                 Use a special field for batch filtering instead
5173                 of stepping on deferred execution's toes
5174
5175 2006-02-06 [colin]      2.0.0cvs22
5176
5177         * src/action.c
5178         * src/filtering.c
5179         * src/filtering.h
5180         * src/folder.c
5181         * src/summaryview.c
5182                 Fix filtering via menus and actions
5183
5184 2006-02-06 [colin]      2.0.0cvs21
5185
5186         * src/imap.c
5187                 Put the added file directly to cache if possible (will work
5188                 with next libetpan)
5189         * src/filtering.c
5190         * src/filtering.h
5191         * src/inc.c
5192         * src/folder.c
5193         * src/mbox.c
5194         * src/procmsg.h
5195                 Move and copy filtered messages by batches instead of one
5196                 by one - faster on IMAP
5197         * src/procmsg.c
5198                 Add a function that'll possibly be useful later
5199
5200 2006-02-06 [colin]      2.0.0cvs20
5201
5202         * src/addressbook.c
5203                 Use internal mime-type instead of text/plain for d'n'd
5204         * src/compose.c
5205                 Allow attaching files from mimeview's icon list via d'n'd
5206         * src/folderview.c
5207         * src/folderview.h
5208                 Use internal mime-type instead of text/plain for d'n'd
5209                 Don't try to selected opened folder if none is
5210                 Factorize d'n'd from other apps code
5211         * src/headerview.c
5212         * src/textview.c
5213         * src/gtk/gtkutils.c
5214         * src/gtk/gtkutils.h
5215                 Factorize Face/X-Face stuff
5216         * src/mimeview.c
5217                 Fix d'n'd to other apps
5218         * src/prefs_message.c
5219                 Let the XFace pref be usable without libcompface as it also
5220                 applies to Face
5221         * src/summaryview.c
5222                 Fix d'n'd to other apps
5223                 Factorize d'n'd from other apps code
5224
5225 2006-02-06 [wwp]        2.0.0cvs19
5226
5227         * po/it.po
5228                 Italian translation fixes by Andrea Spadaccini (no more confusion
5229                 between filtering and processing, and few changes in the About
5230                 dialog).
5231
5232
5233 2006-02-06 [mones]      2.0.0cvs18
5234
5235         * src/gtk/icon_legend.c
5236                 Improved descriptions allowing better translations
5237
5238 2006-02-05 [colin]      2.0.0cvs17
5239
5240         * src/imap.c
5241                 Add the f*cking missing expunge that caused imap_fetch_env
5242                 to fail after an add_msgs ! :-///
5243         * src/etpan/imap-thread.c
5244                 Add a bit of debug
5245         FOR_STABLE
5246
5247 2006-02-05 [colin]      2.0.0cvs16
5248
5249         * src/common/utils.c
5250                 Don't check for return-path (or we can't put
5251                 back non-sent mails)
5252
5253 2006-02-05 [colin]      2.0.0cvs15
5254
5255         * src/textview.c
5256                 Don't try to display Face header in textview
5257                 when teh headerview's active
5258
5259 2006-02-05 [colin]      2.0.0cvs14
5260
5261         * tools/tbird2syl.py
5262         * tools/Makefile.am
5263                 Add script to import Thunderbird mails
5264
5265 2006-02-05 [colin]      2.0.0cvs13
5266
5267         * src/headerview.c
5268         * src/procheader.c
5269         * src/procmsg.c
5270         * src/procmsg.h
5271         * src/textview.c
5272                 Show Face headers - patch partially by Klaus Flittner
5273
5274 2006-02-05 [colin]      2.0.0cvs12
5275
5276         * src/folderview.c
5277         * src/summaryview.c
5278         * src/common/utils.c
5279         * src/common/utils.h
5280                 Let dnd work from mime icons to summaryview
5281                 and to folderview too
5282                 Add a crude test to avoid trying to add files
5283                 drag'n'dropped when they're not mails
5284
5285 2006-02-04 [colin]      2.0.0cvs11
5286
5287         * src/summaryview.c
5288         * src/mimeview.c
5289                 Fix utf8 conversion
5290
5291 2006-02-04 [colin]      2.0.0cvs10
5292
5293         * src/compose.c
5294         * src/folderview.c
5295         * src/mimeview.c
5296         * src/summaryview.c
5297         * src/summaryview.h
5298                 Added various drag and drop capas:
5299                 From                    To
5300                 summaryview             other apps
5301                 mimeview icons          other apps
5302                 other apps              summaryview
5303                 other apps              folderview
5304
5305                 This shouldn't have broken the existing:
5306                 From                    To
5307                 summaryview             folderview
5308                 folderview              folderview
5309                 summaryview             compose's attachments
5310
5311         Tests welcomed.
5312
5313 2006-02-02 [paul]       2.0.0cvs9
5314
5315         * src/mainwindow.c
5316                 move global option 'Set displayed columns...' out
5317                 of folder option grouping.
5318                 fix sensitivity of 'harvest addresses'
5319         FOR_STABLE
5320
5321 2006-02-01 [colin]      2.0.0cvs8
5322
5323         * src/mimeview.c
5324                 Revert the alertpanel patch, it sucks (intrusive
5325                 and gets in the way of "open")
5326
5327 2006-02-01 [colin]      2.0.0cvs7
5328
5329         * src/compose.c
5330         * src/prefs_account.c
5331         * src/prefs_common.c
5332         * src/common/defs.h
5333         * src/common/utils.c
5334         * src/common/utils.h
5335                 Add ability to edit the signature file
5336                 from the account preferences, and use
5337                 a default for the text editor.
5338                 Patch by Fabien Vantard
5339
5340 2006-02-01 [colin]      2.0.0cvs6
5341
5342         * src/mimeview.c
5343                 Try to get mime type by extension if it is
5344                 application/octet-stream
5345                 Display a window with possible choices when
5346                 encountering unknown mime types
5347         * src/gtk/filesel.c
5348         * src/gtk/filesel.h
5349                 Add preview
5350                 Allow multiple selection in filtered filesel
5351                 (patch by Fabien Vantard)
5352         * src/gtk/pluginwindow.c
5353                 Use it (patch by Fabien Vantard)
5354
5355 2006-02-01 [paul]       2.0.0cvs5
5356
5357         * src/jpilot.c
5358                 fix crash on creating jpilot address book
5359                 Thanks to Colin - FOR_STABLE
5360         * src/prefs_summaries.c
5361         * src/prefs_wrapping.c
5362         * src/gtk/icon_legend.c
5363         * src/gtk/quicksearch.c
5364                 string fixes and additions
5365
5366 2006-02-01 [paul]       2.0.0cvs4
5367
5368         * src/compose.c
5369         * src/mainwindow.c
5370         * src/messageview.c
5371         * src/prefs_send.c
5372                 add Arabic encoding option
5373                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5374
5375 2006-01-31 [colin]      2.0.0cvs3
5376
5377         * src/plugins/pgpcore/passphrase.c
5378                 Convert passphrase to locale encoding
5379         * src/compose.c
5380                 Fix drafting on IMAP. Crappy bug sneaked in
5381                 the release :-/
5382         FOR_STABLE
5383
5384 2006-01-30 [paul]       2.0.0cvs2
5385
5386         * src/gtk/icon_legend.c
5387                 show the new entries
5388
5389 2006-01-30 [colin]      2.0.0cvs1
5390
5391         * src/manual.c
5392                 Check for the file to be present before 
5393                 enabling the menu - FOR_STABLE
5394         * src/gtk/icon_legend.c
5395                 Add folders icons (not all of them, there
5396                 are too much, but the most intriguing ones)
5397
5398 2006-01-30 [paul]       2.0.0
5399
5400         version 2.0.0 released
5401
5402 2006-01-30 [paul]       1.9.100cvs200
5403
5404         * manual/faq.xml
5405         * manual/gpl.xml
5406         * manual/intro.xml
5407         * manual/starting.xml
5408         * manual/sylpheed-claws-manual.xml
5409                 fixes, additions
5410
5411 2006-01-29 [mones]      1.9.100cvs199
5412
5413         * manual/account.xml
5414         * manual/advanced.xml
5415         * manual/glossary.xml
5416                 Some typos fixed, added LDIF term to glossary
5417         * po/es.po
5418                 Fixed leading plus symbol
5419
5420 2006-01-29 [paul]       1.9.100cvs198
5421
5422         * po/fi.po
5423         * po/sk.po
5424                 updated by Tommi Pirinen and Andrej Kacian
5425
5426 2006-01-29 [paul]       1.9.100cvs197
5427
5428         * src/gtk/authors.h
5429                 remove duplicates
5430
5431 2006-01-29 [paul]       1.9.100cvs196
5432
5433         * AUTHORS
5434         * po/nl.po
5435         * src/gtk/authors.h
5436         * tools/claws.i18n.status.pl
5437                 nl translation updated by Tim Dijkstra
5438
5439 2006-01-29 [paul]       1.9.100cvs195
5440
5441         * po/sr.po
5442         * po/sv.po
5443                 updated by Aleksandar Urosevic and Anders Troback
5444
5445 2006-01-28 [colin]      1.9.100cvs194
5446
5447         * src/gtk/gtksourceprintjob.c
5448                 Don't fiddle with PangoLayout when we
5449                 have an image
5450
5451 2006-01-28 [paul]       1.9.100cvs193
5452
5453         * AUTHORS
5454         * po/el.po
5455         * po/zh_CN.po
5456         * src/gtk/authors.h
5457         * tools/claws.i18n.status.pl
5458                 updated translations submitted by Stavros Giannouris
5459                 and Ralgh Young
5460
5461 2006-01-27 [colin]      1.9.100cvs192
5462
5463         * src/summaryview.c
5464         * src/gtk/gtksourceprintjob.c
5465                 Add image printing 
5466                 (libgnomeprint only, of course)
5467
5468 2006-01-27 [paul]       1.9.100cvs191
5469
5470         * po/fr.po
5471         * po/it.po
5472                 updated by Fabien Vantard and Andrea Spadaccini
5473
5474 2006-01-26 [colin]      1.9.100cvs190
5475
5476         * manual/Makefile.am
5477         * configure.ac
5478                 Make building the manual optional 
5479                 (--disable-manual)
5480
5481 2006-01-26 [paul]       1.9.100cvs189
5482
5483         * manual/glossary.xml
5484         * manual/plugins.xml
5485                 edited
5486         * po/en_GB.po
5487                 updated
5488
5489 2006-01-26 [paul]       1.9.100cvs188
5490
5491         * src/prefs_display_header.c
5492         * src/prefs_folder_column.c
5493         * src/prefs_msg_colors.c
5494         * src/prefs_summaries.c
5495         * src/prefs_summary_column.c
5496                 HIGify
5497
5498 2006-01-25 [colin]      1.9.100cvs187
5499
5500         * src/imap.c
5501                 Don't allow moving/copying mails between
5502                 queue/drafts and non-queue/drafts folders
5503                 Fixes bug #897 (message header is resetted 
5504                 if one is copied to Drafts)
5505
5506 2006-01-25 [colin]      1.9.100cvs186
5507
5508         * src/folder.c
5509         * src/mainwindow.c
5510                 Fix subscribed folders not found
5511         * src/compose.c
5512                 Don't try to encode as original mail's charset
5513                 if it's ascii 
5514
5515 2006-01-25 [paul]       1.9.100cvs185
5516
5517         * AUTHORS
5518         * po/Makevars
5519                 updated
5520         * po/de.po
5521         * po/pl.po
5522         * po/pt_BR.po
5523         * po/sr.po
5524                 updates submitted by Stephan Sachse, Emilian Nowak
5525                 and Quar, Frederico Goncalves Guimaraes, and
5526                 Aleksandar Urosevic
5527                 Fix Bug 896, 'PT_BR locale broken'.
5528         * src/gtk/authors.h
5529                 updated
5530
5531 2006-01-24 [mones]      1.9.100cvs184
5532
5533         * manual/glossary.xml
5534                 All current terms finished. Reviewers welcome ;-)
5535         * manual/keyboard.xml
5536                 Fixed column width for pdf output.
5537         * po/es.po
5538                 Updated
5539
5540 2006-01-24 [paul]       1.9.100cvs183
5541
5542         * manual/glossary.xml
5543                 fix id name
5544         * manual/dist/html/Makefile.am
5545         * manual/dist/pdf/Makefile.am
5546         * manual/dist/ps/Makefile.am
5547         * manual/dist/txt/Makefile.am
5548                 fix make deps
5549                 Thanks to Colin
5550
5551 2006-01-24 [mones]      1.9.100cvs182
5552
5553         * manual/glossary.xml
5554                 Nearly finished, some terms missing.
5555
5556 2006-01-23 [paul]       1.9.100cvs181
5557
5558         * manual/dist/html/Makefile.am
5559         * manual/dist/pdf/Makefile.am
5560         * manual/dist/ps/Makefile.am
5561         * manual/dist/txt/Makefile.am
5562         * src/mainwindow.c
5563                 re-enable manual
5564                 Thanks to Colin
5565
5566 2006-01-22 [colin]      1.9.100cvs180
5567
5568         * src/compose.c
5569         * src/gtk/gtkaspell.c
5570                 Don't deselect stuff before right-clicking, with aspell.
5571                 (This prevented right-click Copy, for example).
5572                 Thanks to Clo!
5573
5574 2006-01-22 [paul]       1.9.100cvs179
5575
5576         * src/summary_search.c
5577                 don't fix the widget size as it causes problems
5578                 under localisation.
5579                 Thanks to Emilian Nowak
5580
5581 2006-01-21 [paul]       1.9.100cvs178
5582
5583         * src/prefs_themes.c
5584                 fix broken underlining of label text
5585                 with some translations
5586
5587 2006-01-21 [colin]      1.9.100cvs177
5588
5589         * po/fr.po
5590                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5591
5592 2006-01-20 [colin]      1.9.100cvs176
5593
5594         * configure.ac
5595         * Makefile.am
5596         * manual/Makefile
5597         * manual/dist/html/.cvsignore
5598         * manual/dist/html/Makefile.am
5599         * manual/dist/pdf/.cvsignore
5600         * manual/dist/pdf/Makefile.am
5601         * manual/dist/ps/.cvsignore
5602         * manual/dist/ps/Makefile.am
5603         * manual/dist/txt/.cvsignore
5604         * manual/dist/txt/Makefile.am
5605                 Autotool-ize manual
5606
5607 2006-01-20 [paul]       1.9.100cvs175
5608
5609         * manual/handling.xml
5610                 make Filtering and Searching entries easier to find
5611         * manual/keyboard.xml
5612                 add the remaining default keybinds
5613         * src/prefs_summaries.c
5614                 update the default keybinds
5615
5616 2006-01-20 [paul]       1.9.100cvs174
5617
5618         * src/addressbook.c
5619         * src/addrgather.c
5620         * src/addrharvest.c
5621         * src/editaddress.c
5622         * src/editgroup.c
5623         * src/exphtmldlg.c
5624         * src/expldifdlg.c
5625         * src/exporthtml.c
5626         * src/exportldif.c
5627         * src/ldif.c
5628                 replace 'e-mail' with 'email'
5629         * src/summary_search.c
5630                 add mnemonic to "Find all" button
5631
5632 2006-01-20 [wwp]        1.9.100cvs173
5633
5634         * src/export.c
5635         * src/import.c
5636                 touched mbox import/export buttons for HIG-compliance
5637
5638 2006-01-19 [paul]       1.9.100cvs172
5639
5640         * manual/account.xml
5641         * manual/addrbook.xml
5642         * manual/advanced.xml
5643         * manual/faq.xml
5644         * manual/handling.xml
5645         * manual/intro.xml
5646         * manual/plugins.xml
5647         * manual/starting.xml
5648                 more editing
5649
5650 2006-01-19 [paul]       1.9.100cvs171
5651
5652         * src/toolbar.c
5653                 allow use of trash button while receiving
5654                 Thanks to Colin
5655
5656 2006-01-19 [wwp]        1.9.100cvs170
5657
5658         * src/gtk/quicksearch.c
5659         * src/compose.c
5660                 force text color to black when yellow background is set
5661
5662 2006-01-19 [colin]      1.9.100cvs169
5663
5664         * src/plugins/trayicon/trayicon.c
5665                 Gray out Get Mail when already getting mail
5666
5667 2006-01-18 [paul]       1.9.100cvs168
5668
5669         * src/compose.c
5670                 give widget yellow background was To is
5671                 set via folder prefs
5672         * src/gtk/quicksearch.c
5673                 give widget yellow background when quick
5674                 search is active.
5675                 Thanks to Colin
5676
5677 2006-01-18 [paul]       1.9.100cvs167
5678
5679         * doc/man/sylpheed-claws.1
5680                 add --subscribe option
5681
5682 2006-01-18 [paul]       1.9.100cvs166
5683
5684         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5685         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5686                 use %U instead of %F (%F is broken for user installed
5687                 files in kde 3.5)
5688
5689 2006-01-18 [colin]      1.9.100cvs165
5690
5691         * src/summaryview.c
5692                 Default to Yes in "No more * messages" dialogs
5693
5694 2006-01-17 [colin]      1.9.100cvs164
5695
5696         * src/compose.c
5697                 Possibly fix an invalid iterator causing
5698                 crash
5699
5700 2006-01-17 [colin]      1.9.100cvs163
5701
5702         * src/mimeview.c
5703                 Fix crash when the image disappears under the
5704                 image viewer
5705
5706 2006-01-16 [colin]      1.9.100cvs162
5707
5708         * src/compose.c
5709                 Fix reenabling autowrap
5710
5711 2006-01-16 [colin]      1.9.100cvs161
5712
5713         * src/compose.c
5714                 reset quote_len before getting quote_str
5715
5716 2006-01-16 [colin]      1.9.100cvs160
5717
5718         * src/account.c
5719         * src/account.h
5720         * src/folder.c
5721         * src/imap_gtk.c
5722         * src/mh_gtk.c
5723                 Fix bug #883 (default inbox does not track folder move)
5724
5725 2006-01-16 [colin]      1.9.100cvs159
5726
5727         * src/compose.c
5728         * src/plugins/pgpcore/passphrase.c
5729                 More buttons fixes
5730
5731 2006-01-16 [paul]       1.9.100cvs158
5732
5733         * src/prefs_actions.c
5734         * src/prefs_filtering_action.c
5735         * src/prefs_matcher.c
5736         * src/quote_fmt.c
5737         * src/gtk/description_window.c
5738         * src/gtk/description_window.h
5739         * src/gtk/quicksearch.c
5740                 description window cleanups
5741
5742 2006-01-15 [colin]      1.9.100cvs157
5743
5744         * src/addressbook.c
5745         * src/prefs_filtering.c
5746                 Same here
5747
5748 2006-01-15 [colin]      1.9.100cvs156
5749
5750         * src/folderview.c
5751         * src/mainwindow.c
5752                 Same for "Empty trash"
5753
5754 2006-01-15 [colin]      1.9.100cvs155
5755
5756         * src/inc.c
5757                 Override offline dialog had Yes by default
5758
5759 2006-01-15 [colin]      1.9.100cvs154
5760
5761         * src/summaryview.c
5762                 Delete selected messages? previously had Yes the default
5763
5764 2006-01-15 [colin]      1.9.100cvs153
5765
5766         * src/folder.c
5767         * src/folder.h
5768         * src/main.c
5769                 Check if a mailbox is loaded after all
5770                 plugins are loaded.
5771
5772 2006-01-15 [colin]      1.9.100cvs152
5773
5774         * src/folder.c
5775                 Don't start wizard when there are unloaded folders (will help
5776                 people with only mbox or maildir mailboxes)
5777
5778 2006-01-14 [colin]      1.9.100cvs151
5779
5780         * src/addressbook.c
5781         * src/expldifdlg.c
5782         * src/importldif.c
5783         * src/importmutt.c
5784         * src/importpine.c
5785         * src/mh_gtk.c
5786                 More HIG compliance and fixes
5787
5788 2006-01-14 [colin]      1.9.100cvs150
5789
5790         * src/prefs_filtering_action.c
5791         * src/foldersel.c
5792                 Two forgotten button order changes
5793
5794 2006-01-14 [colin]      1.9.100cvs149
5795
5796         * src/account.c
5797         * src/addressbook.c
5798         * src/compose.c
5799         * src/folderview.c
5800         * src/imap_gtk.c
5801         * src/mainwindow.c
5802         * src/mh_gtk.c
5803         * src/news_gtk.c
5804         * src/prefs_actions.c
5805         * src/prefs_customheader.c
5806         * src/prefs_filtering.c
5807         * src/prefs_matcher.c
5808         * src/prefs_template.c
5809         * src/ssl_manager.c
5810         * src/summaryview.c
5811         * src/textview.c
5812         * src/toolbar.c
5813                 All deletion confirmations are now "Cancel, Delete" 
5814                 instead of "No, Yes"
5815                 Clarified most of the other "No, Yes" to 
5816                 "Cancel, Descriptive_action"
5817                 Rechanged the "Entry not saved" alerts to have 
5818                 "Close, Continue editing"
5819
5820
5821 2006-01-14 [paul]
5822
5823         * 2.0.0-rc4 released
5824
5825 2006-01-14 [paul]       1.9.100cvs148
5826
5827         * src/account.c
5828         * src/addressadd.c
5829         * src/addressbook.c
5830         * src/compose.c
5831         * src/editaddress.c
5832         * src/editbook.c
5833         * src/editgroup.c
5834         * src/editjpilot.c
5835         * src/editldap.c
5836         * src/editvcard.c
5837         * src/exphtmldlg.c
5838         * src/expldifdlg.c
5839         * src/folderview.c
5840         * src/grouplistdialog.c
5841         * src/imap_gtk.c
5842         * src/importmutt.c
5843         * src/importpine.c
5844         * src/inc.c
5845         * src/main.c
5846         * src/mainwindow.c
5847         * src/message_search.c
5848         * src/messageview.c
5849         * src/mh_gtk.c
5850         * src/mimeview.c
5851         * src/news_gtk.c
5852         * src/prefs_actions.c
5853         * src/prefs_customheader.c
5854         * src/prefs_filtering.c
5855         * src/prefs_matcher.c
5856         * src/prefs_template.c
5857         * src/prefs_themes.c
5858         * src/ssl_manager.c
5859         * src/summary_search.c
5860         * src/summaryview.c
5861         * src/textview.c
5862         * src/toolbar.c
5863         * src/gtk/foldersort.c
5864         * src/gtk/gtkaspell.c
5865         * src/gtk/inputdialog.c
5866         * src/gtk/prefswindow.c
5867         * src/plugins/pgpcore/select-keys.c
5868         * src/plugins/trayicon/trayicon.c
5869                 HIG compliant button order
5870
5871 2006-01-14 [mones]      1.9.100cvs147
5872
5873         * po/es.po
5874                 Updated translation
5875
5876 2006-01-13 [paul]       1.9.100cvs146
5877
5878         * AUTHORS
5879         * ChangeLog
5880         * src/gtk/authors.h
5881                 add Joshua M. Kwan to contributors list
5882
5883 2006-01-13 [colin]      1.9.100cvs145
5884
5885         * src/gtk/quicksearch.c
5886                 Don't refocus quick search after executing (Esc or Enter)
5887                 Allows to '/'search something then move up/down in 
5888                 summaryview, and to Esc a search and be back in the 
5889                 summaryview
5890
5891 2006-01-13 [paul]       1.9.100cvs144
5892
5893         * src/plugins/pgpinline/pgpinline.c
5894                 support Content-Type 'application/pgp'
5895                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5896
5897 2006-01-13 [paul]       1.9.100cvs143
5898
5899         * manual/account.xml
5900                 make mention of partial retrieval
5901                 thanks to Colin
5902
5903 2006-01-13 [paul]       1.9.100cvs142
5904
5905         * src/account.c
5906         * src/account.h
5907         * src/action.c
5908         * src/action.h
5909         * src/adbookbase.h
5910         * src/addr_compl.c
5911         * src/addr_compl.h
5912         * src/addrbook.c
5913         * src/addrcache.c
5914         * src/addrcache.h
5915         * src/addrcindex.c
5916         * src/addrcindex.h
5917         * src/addrclip.c
5918         * src/addrclip.h
5919         * src/addrdefs.h
5920         * src/addressadd.c
5921         * src/addressadd.h
5922         * src/addressbook.c
5923         * src/addressbook.h
5924         * src/addrgather.c
5925         * src/addrgather.h
5926         * src/addrharvest.c
5927         * src/addrharvest.h
5928         * src/addrindex.c
5929         * src/addrindex.h
5930         * src/addritem.c
5931         * src/addritem.h
5932         * src/addrquery.c
5933         * src/addrquery.h
5934         * src/addrselect.c
5935         * src/addrselect.h
5936         * src/alertpanel.c
5937         * src/alertpanel.h
5938         * src/browseldap.c
5939         * src/browseldap.h
5940         * src/codeconv.c
5941         * src/codeconv.h
5942         * src/compose.c
5943         * src/compose.h
5944         * src/customheader.c
5945         * src/customheader.h
5946         * src/displayheader.c
5947         * src/displayheader.h
5948         * src/editaddress.c
5949         * src/editaddress.h
5950         * src/editbook.c
5951         * src/editbook.h
5952         * src/editgroup.c
5953         * src/editgroup.h
5954         * src/editjpilot.c
5955         * src/editjpilot.h
5956         * src/editldap.c
5957         * src/editldap.h
5958         * src/editldap_basedn.c
5959         * src/editldap_basedn.h
5960         * src/editvcard.c
5961         * src/editvcard.h
5962         * src/exphtmldlg.c
5963         * src/exphtmldlg.h
5964         * src/expldifdlg.c
5965         * src/expldifdlg.h
5966         * src/export.h
5967         * src/exporthtml.c
5968         * src/exporthtml.h
5969         * src/exportldif.c
5970         * src/exportldif.h
5971         * src/filtering.c
5972         * src/filtering.h
5973         * src/folder.c
5974         * src/folder.h
5975         * src/folder_item_prefs.c
5976         * src/folder_item_prefs.h
5977         * src/foldersel.c
5978         * src/foldersel.h
5979         * src/folderutils.c
5980         * src/folderutils.h
5981         * src/folderview.c
5982         * src/folderview.h
5983         * src/grouplistdialog.c
5984         * src/grouplistdialog.h
5985         * src/headerview.c
5986         * src/html.c
5987         * src/html.h
5988         * src/image_viewer.c
5989         * src/image_viewer.h
5990         * src/imap.c
5991         * src/imap.h
5992         * src/imap_gtk.c
5993         * src/imap_gtk.h
5994         * src/import.h
5995         * src/importldif.c
5996         * src/importldif.h
5997         * src/importmutt.c
5998         * src/importmutt.h
5999         * src/importpine.c
6000         * src/importpine.h
6001         * src/inc.c
6002         * src/inc.h
6003         * src/jpilot.c
6004         * src/jpilot.h
6005         * src/ldapctrl.c
6006         * src/ldapctrl.h
6007         * src/ldaplocate.c
6008         * src/ldaplocate.h
6009         * src/ldapquery.c
6010         * src/ldapquery.h
6011         * src/ldapserver.c
6012         * src/ldapserver.h
6013         * src/ldaputil.c
6014         * src/ldaputil.h
6015         * src/ldif.c
6016         * src/ldif.h
6017         * src/main.c
6018         * src/main.h
6019         * src/mainwindow.c
6020         * src/mainwindow.h
6021         * src/manual.c
6022         * src/manual.h
6023         * src/mbox.c
6024         * src/mbox.h
6025         * src/message_search.c
6026         * src/message_search.h
6027         * src/messageview.c
6028         * src/messageview.h
6029         * src/mh.c
6030         * src/mh.h
6031         * src/mh_gtk.c
6032         * src/mh_gtk.h
6033         * src/mimeview.c
6034         * src/mimeview.h
6035         * src/msgcache.c
6036         * src/msgcache.h
6037         * src/mutt.c
6038         * src/mutt.h
6039         * src/news.c
6040         * src/news.h
6041         * src/news_gtk.c
6042         * src/news_gtk.h
6043         * src/partial_download.c
6044         * src/partial_download.h
6045         * src/pine.c
6046         * src/pine.h
6047         * src/pop.c
6048         * src/pop.h
6049         * src/prefs_account.c
6050         * src/prefs_account.h
6051         * src/prefs_actions.c
6052         * src/prefs_actions.h
6053         * src/prefs_common.c
6054         * src/prefs_common.h
6055         * src/prefs_compose_writing.c
6056         * src/prefs_compose_writing.h
6057         * src/prefs_customheader.c
6058         * src/prefs_customheader.h
6059         * src/prefs_display_header.c
6060         * src/prefs_display_header.h
6061         * src/prefs_filtering.c
6062         * src/prefs_filtering.h
6063         * src/prefs_filtering_action.c
6064         * src/prefs_filtering_action.h
6065         * src/prefs_folder_column.c
6066         * src/prefs_folder_column.h
6067         * src/prefs_folder_item.c
6068         * src/prefs_folder_item.h
6069         * src/prefs_fonts.c
6070         * src/prefs_fonts.h
6071         * src/prefs_gtk.c
6072         * src/prefs_gtk.h
6073         * src/prefs_image_viewer.c
6074         * src/prefs_image_viewer.h
6075         * src/prefs_matcher.c
6076         * src/prefs_matcher.h
6077         * src/prefs_message.c
6078         * src/prefs_msg_colors.c
6079         * src/prefs_msg_colors.h
6080         * src/prefs_other.c
6081         * src/prefs_quote.c
6082         * src/prefs_receive.c
6083         * src/prefs_send.c
6084         * src/prefs_spelling.c
6085         * src/prefs_spelling.h
6086         * src/prefs_summaries.c
6087         * src/prefs_summaries.h
6088         * src/prefs_summary_column.c
6089         * src/prefs_summary_column.h
6090         * src/prefs_template.c
6091         * src/prefs_template.h
6092         * src/prefs_themes.c
6093         * src/prefs_themes.h
6094         * src/prefs_toolbar.c
6095         * src/prefs_toolbar.h
6096         * src/prefs_wrapping.c
6097         * src/prefs_wrapping.h
6098         * src/privacy.c
6099         * src/privacy.h
6100         * src/procheader.c
6101         * src/procheader.h
6102         * src/procmime.c
6103         * src/procmime.h
6104         * src/procmsg.c
6105         * src/procmsg.h
6106         * src/quote_fmt.c
6107         * src/quote_fmt_parse.y
6108         * src/recv.c
6109         * src/recv.h
6110         * src/remotefolder.c
6111         * src/remotefolder.h
6112         * src/send_message.c
6113         * src/send_message.h
6114         * src/setup.c
6115         * src/setup.h
6116         * src/sourcewindow.c
6117         * src/sourcewindow.h
6118         * src/ssl_manager.c
6119         * src/ssl_manager.h
6120         * src/statusbar.c
6121         * src/statusbar.h
6122         * src/stock_pixmap.c
6123         * src/stock_pixmap.h
6124         * src/summary_search.c
6125         * src/summary_search.h
6126         * src/summaryview.c
6127         * src/summaryview.h
6128         * src/syldap.c
6129         * src/syldap.h
6130         * src/textview.c
6131         * src/textview.h
6132         * src/toolbar.c
6133         * src/toolbar.h
6134         * src/undo.c
6135         * src/undo.h
6136         * src/unmime.c
6137         * src/unmime.h
6138         * src/vcard.c
6139         * src/vcard.h
6140         * src/wizard.c
6141         * src/wizard.h
6142         * src/common/base64.c
6143         * src/common/base64.h
6144         * src/common/defs.h
6145         * src/common/hooks.c
6146         * src/common/hooks.h
6147         * src/common/log.c
6148         * src/common/log.h
6149         * src/common/mgutils.c
6150         * src/common/mgutils.h
6151         * src/common/nntp.c
6152         * src/common/nntp.h
6153         * src/common/passcrypt.c
6154         * src/common/passcrypt.h.in
6155         * src/common/plugin.c
6156         * src/common/plugin.h
6157         * src/common/prefs.c
6158         * src/common/prefs.h
6159         * src/common/progressindicator.c
6160         * src/common/progressindicator.h
6161         * src/common/quoted-printable.c
6162         * src/common/quoted-printable.h
6163         * src/common/session.c
6164         * src/common/session.h
6165         * src/common/smtp.c
6166         * src/common/smtp.h
6167         * src/common/socket.c
6168         * src/common/socket.h
6169         * src/common/ssl.c
6170         * src/common/ssl.h
6171         * src/common/ssl_certificate.c
6172         * src/common/ssl_certificate.h
6173         * src/common/stringtable.c
6174         * src/common/stringtable.h
6175         * src/common/sylpheed.c
6176         * src/common/sylpheed.h
6177         * src/common/template.c
6178         * src/common/template.h
6179         * src/common/timing.h
6180         * src/common/utils.c
6181         * src/common/utils.h
6182         * src/common/version.h.in
6183         * src/common/xml.c
6184         * src/common/xml.h
6185         * src/common/xmlprops.c
6186         * src/common/xmlprops.h
6187         * src/gtk/colorlabel.c
6188         * src/gtk/colorsel.c
6189         * src/gtk/colorsel.h
6190         * src/gtk/description_window.c
6191         * src/gtk/description_window.h
6192         * src/gtk/filesel.c
6193         * src/gtk/filesel.h
6194         * src/gtk/foldersort.c
6195         * src/gtk/foldersort.h
6196         * src/gtk/gtkutils.c
6197         * src/gtk/gtkutils.h
6198         * src/gtk/inputdialog.c
6199         * src/gtk/inputdialog.h
6200         * src/gtk/logwindow.c
6201         * src/gtk/logwindow.h
6202         * src/gtk/manage_window.c
6203         * src/gtk/manage_window.h
6204         * src/gtk/menu.c
6205         * src/gtk/menu.h
6206         * src/gtk/pluginwindow.c
6207         * src/gtk/pluginwindow.h
6208         * src/gtk/prefswindow.c
6209         * src/gtk/prefswindow.h
6210         * src/gtk/progressdialog.c
6211         * src/gtk/progressdialog.h
6212         * src/gtk/sslcertwindow.c
6213         * src/gtk/sslcertwindow.h
6214         * src/plugins/clamav/clamav_plugin.c
6215         * src/plugins/clamav/clamav_plugin.h
6216         * src/plugins/clamav/clamav_plugin_gtk.c
6217         * src/plugins/demo/demo.c
6218         * src/plugins/dillo_viewer/dillo_prefs.c
6219         * src/plugins/dillo_viewer/dillo_prefs.h
6220         * src/plugins/dillo_viewer/dillo_viewer.c
6221         * src/plugins/pgpcore/passphrase.c
6222         * src/plugins/pgpcore/passphrase.h
6223         * src/plugins/pgpcore/plugin.c
6224         * src/plugins/pgpcore/select-keys.c
6225         * src/plugins/pgpcore/select-keys.h
6226         * src/plugins/pgpcore/sgpgme.c
6227         * src/plugins/pgpcore/sgpgme.h
6228         * src/plugins/pgpinline/pgpinline.c
6229         * src/plugins/pgpinline/pgpinline.h
6230         * src/plugins/pgpinline/plugin.c
6231         * src/plugins/pgpmime/pgpmime.c
6232         * src/plugins/pgpmime/pgpmime.h
6233         * src/plugins/pgpmime/plugin.c
6234         * src/plugins/spamassassin/spamassassin.c
6235         * src/plugins/spamassassin/spamassassin.h
6236         * src/plugins/spamassassin/spamassassin_gtk.c
6237         * src/plugins/trayicon/trayicon.c
6238                 update copyright header
6239
6240 2006-01-13 [paul]       1.9.100cvs141
6241
6242         * src/account.c
6243         * src/export.c
6244         * src/import.c
6245         * src/mainwindow.c
6246         * src/prefs_account.c
6247         * src/prefs_display_header.c
6248         * src/prefs_receive.c
6249         * src/prefs_send.c
6250         * src/prefs_summaries.c
6251         * src/prefs_themes.c
6252         * src/prefs_toolbar.c
6253         * src/gtk/about.c
6254                 various cleanups
6255
6256 2006-01-12 [colin]      1.9.100cvs140
6257
6258         * src/folder.c
6259         * src/folder.h
6260         * src/main.c
6261                 Add --subscribe option
6262                 Let sylpheed-claws email@domain.com equivalent to --compose
6263                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6264
6265 2006-01-12 [paul]       1.9.100cvs139
6266
6267         * src/mainwindow.c
6268                 append 'Change folder order' label with '...'
6269         * src/prefs_actions.c
6270                 allow reordering of actions list by dnd
6271         * src/gtk/foldersort.c
6272                 make the dialog nicer
6273
6274 2006-01-11 [colin]      1.9.100cvs138
6275
6276         * src/compose.c
6277                 Allow templates without text
6278
6279 2006-01-11 [paul]       1.9.100cvs137
6280
6281         * tools/README
6282         * tools/filter_conv_new.pl
6283                 add info to README
6284                 also check .sylpheed for filter.xml
6285                 be a bit informative to the user
6286
6287 2006-01-11 [colin]      1.9.100cvs136
6288
6289         * src/textview.c
6290                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6291
6292 2006-01-10 [paul]       1.9.100cvs135
6293
6294         * tools/Makefile.am
6295         * tools/filter_conv_new.pl
6296                 add script to convert new style Sylpheed
6297                 filter rules (Sylpheed >= 0.9.99) to
6298                 Claws filtering rules
6299
6300 2006-01-10 [colin]      1.9.100cvs134
6301
6302         * src/compose.c
6303                 Fix broken line joins in certain conditions
6304                 (between two quoted lines: <enter><enter><up>
6305                  <type a wrapped sentence><go in the first line>
6306                  <insert more text><watch as line joining failed>)
6307
6308 2006-01-10 [paul]       1.9.100cvs133
6309
6310         * src/compose.c
6311                 don't report success in error dialog
6312                 thanks to Colin
6313         * src/common/utils.c
6314                 include some trailing punctuations as URI
6315                 thanks to Hiro
6316
6317 2006-01-10 [paul]       1.9.100cvs132
6318
6319         * src/mimeview.c
6320                 fix incompatible pointer type
6321                 warning
6322
6323 2006-01-10 [paul]       1.9.100cvs131
6324
6325         * src/compose.c
6326                 change Subject in window title
6327                 instantaneously
6328
6329 2006-01-09 [colin]      1.9.100cvs130
6330
6331         * src/addressbook.c
6332         * src/headerview.c
6333         * src/mainwindow.c
6334         * src/messageview.c
6335         * src/mimeview.c
6336         * src/noticeview.c
6337         * src/summaryview.c
6338                 Fix possible crashes on exit and in addressbook
6339
6340 2006-01-09 [paul]       1.9.100cvs129
6341
6342         * src/prefs_msg_colors.c
6343                 some cleanups that I forgot last time
6344
6345 2006-01-09 [paul]       1.9.100cvs128
6346
6347         * README
6348         * src/folderview.c
6349         * src/prefs_msg_colors.c
6350                 add previously hidden option, color_new, to
6351                 the gui
6352                 move the page to Display/
6353                 rework the gui
6354
6355 2006-01-09 [wwp]        1.9.100cvs127
6356
6357         * src/prefs_themes.c
6358                 made the prefs/display/themes layouts spacing less condensed
6359                 (and so they match other prefs/pages' look).
6360
6361 2006-01-09 [paul]       1.9.100cvs126
6362
6363         * src/compose.c
6364         * src/prefs_common.c
6365         * src/prefs_common.h
6366         * src/prefs_wrapping.c
6367                 remove 'wrap at send' option
6368
6369 2006-01-06 [colin]      1.9.100cvs125
6370
6371         * src/compose.c
6372                 Just make completely sure we don't insert "manual line breaks" 
6373                 when wrapping... 
6374
6375 2006-01-04 [paul]
6376
6377         * 2.0.0-rc3 released
6378
6379 2006-01-04 [paul]       1.9.100cvs124
6380
6381         * src/folderview.c
6382                 fix bug 882, 'quick scroll in folder list
6383                 displays wrong folder contents'
6384
6385 2006-01-04 [paul]       1.9.100cvs123
6386
6387         * src/plugins/pgpmime/pgpmime.c
6388                 better debug information when signing
6389                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6390
6391 2006-01-03 [colin]      1.9.100cvs122
6392
6393         * configure.ac
6394                 We need to recheck for gpgme 1.0.0 after checking
6395                 for 1.1.1, because if 1.1.1 isn't available, 
6396                 GPGME_LIBS and friends are blanked out by the 
6397                 second check.
6398
6399 2006-01-03 [colin]      1.9.100cvs121
6400
6401         * src/common/prefs.c
6402                 Windows unlink-before rename fix
6403         * src/plugins/pgpcore/sgpgme.c
6404                 Add support for PKA info if available
6405                 Both patches by Werner Koch
6406
6407 2006-01-03 [paul]       1.9.100cvs120
6408
6409         * src/messageview.c
6410                 fix bug 884, 'Send receipt' button visible in queue
6411                 Thanks to Colin
6412
6413 2006-01-02 [colin]      1.9.100cvs119
6414
6415         * src/compose.c
6416         * src/imap.c
6417                 Fix autosave on IMAP and more generally try to
6418                 return the correct ID on a newly added IMAP message
6419
6420 2006-01-02 [paul]       1.9.100cvs118
6421
6422         * manual/keyboard.xml
6423                 edited
6424
6425 2006-01-01 [paul]       1.9.100cvs117
6426
6427         * src/gtk/authors.h
6428                 alphabetical order
6429
6430 2005-12-30 [colin]      1.9.100cvs116
6431
6432         * manual/advanced.xml
6433                 Explain Pre/Post-processing differences.
6434
6435 2005-12-30 [colin]      1.9.100cvs115
6436
6437         * src/mh.c
6438                 Implement copy_msgs for a little optimization
6439         * src/imap.c
6440                 Finish yesterday's fix
6441
6442 2005-12-29 [colin]      1.9.100cvs114
6443
6444         * src/imap.c
6445                 Fix occasional failure in fetching a mail over
6446                 IMAP
6447
6448 2005-12-29 [colin]      1.9.100cvs113
6449
6450         * src/compose.c
6451                 Don't remove a draft when sending it, if it is 
6452                 locked.
6453
6454 2005-12-28 [colin]      1.9.100cvs112
6455
6456         * src/summaryview.c
6457                 Fix leak for real
6458
6459 2005-12-28 [wwp]        1.9.100cvs111
6460
6461         * doc/faq/.cvsignore
6462         * doc/faq/de/.cvsignore
6463         * doc/faq/en/.cvsignore
6464         * doc/faq/es/.cvsignore
6465         * doc/faq/fr/.cvsignore
6466         * doc/faq/it/.cvsignore
6467         * doc/manual/.cvsignore
6468         * doc/manual/de/.cvsignore
6469         * doc/manual/en/.cvsignore
6470         * doc/manual/es/.cvsignore
6471         * doc/manual/fr/.cvsignore
6472         * doc/manual/ja/.cvsignore
6473         * src/plugins/mathml_viewer/.cvsignore
6474                 rollback revival of those files (my bad, sorry for the noise).
6475
6476 2005-12-28 [wwp]        1.9.100cvs110
6477
6478         * src/compose.c
6479                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6480
6481 2005-12-28 [wwp]        1.9.100cvs109
6482
6483         * doc/faq/.cvsignore
6484         * doc/faq/de/.cvsignore
6485         * doc/faq/en/.cvsignore
6486         * doc/faq/es/.cvsignore
6487         * doc/faq/fr/.cvsignore
6488         * doc/faq/it/.cvsignore
6489         * doc/manual/.cvsignore
6490         * doc/manual/de/.cvsignore
6491         * doc/manual/en/.cvsignore
6492         * doc/manual/es/.cvsignore
6493         * doc/manual/fr/.cvsignore
6494         * doc/manual/ja/.cvsignore
6495         * src/plugins/mathml_viewer/.cvsignore
6496         * po/.cvsignore
6497                 more files to ignore.
6498
6499 2005-12-24 [colin]      1.9.100cvs108
6500
6501         * AUTHORS
6502         * src/gtk/authors.h
6503                 Update for Werner
6504
6505 2005-12-24 [colin]      1.9.100cvs107
6506
6507         * src/procmsg.c
6508                 Allow NULL src_msginfo in 
6509                 procmsg_msginfo_new_from_mimeinfo
6510
6511 2005-12-23 [paul]       1.9.100cvs106
6512
6513         * src/plugins/pgpinline/mypgpcore.def
6514                 add this forgotten file
6515
6516 2005-12-23 [colin]      1.9.100cvs105
6517
6518         * src/mainwindow.c
6519                 Fix missing break
6520
6521 2005-12-23 [colin]      1.9.100cvs104
6522
6523         * autogen.sh
6524         * src/folder.c
6525         * src/mh.c
6526         * src/common/plugin.c
6527         * src/common/socket.c
6528         * src/common/socket.h
6529         * src/common/utils.c
6530         * src/common/utils.h
6531         * src/gtk/pluginwindow.c
6532         * src/plugins/pgpcore/plugin.def
6533         * src/plugins/pgpcore/sylpheed.def
6534         * src/plugins/pgpinline/Makefile.am
6535         * src/plugins/pgpinline/plugin.def
6536         * src/plugins/pgpinline/sylpheed.def
6537         * src/plugins/pgpmime/plugin.def
6538         * src/plugins/pgpmime/sylpheed.def
6539                 Various w32 fixes by Werner Koch
6540
6541 2005-12-22 [paul]       1.9.100cvs103
6542
6543         * src/wizard.c
6544                 don't offer IMAP as 'server type' if
6545                 libetpan isn't built in
6546
6547 2005-12-22 [paul]       1.9.100cvs102
6548
6549         * AUTHORS
6550         * src/mainwindow.c
6551         * src/mainwindow.h
6552         * src/toolbar.c
6553         * src/gtk/authors.h
6554                 support GTK_TOOLBAR_BOTH_HORIZ (text
6555                 next to icon) Patch by Marien Zwart
6556                 marienz@users.sf.net
6557                 Also reword the text
6558
6559 2005-12-21 [colin]      1.9.100cvs101
6560
6561         * configure.ac
6562                 Fix DATADIRNAME
6563         * COPYING
6564                 Fix missing section and explicit the exception better
6565         * src/compose.c
6566                 Prevent mail from being lost without notice when an
6567                 SMTP error happens on trying to send an unmodified
6568                 drafted mail.
6569         * src/send_message.c
6570         * src/common/smtp.c
6571                 Fix password remembering when wrong, and add return
6572                 value checks where they should have been
6573         * src/plugins/pgpcore/sylpheed.def
6574         * src/plugins/pgpinline/sylpheed.def
6575         * src/plugins/pgpmime/sylpheed.def
6576                 Add a few symbols needed
6577
6578 2005-12-21 [paul]       1.9.100cvs100
6579
6580         * m4/codeset.m4
6581         * m4/glibc21.m4
6582         * m4/intdiv0.m4
6583         * m4/inttypes-pri.m4
6584         * m4/inttypes.m4
6585         * m4/inttypes_h.m4
6586         * m4/isc-posix.m4
6587         * m4/lcmessage.m4
6588         * m4/stdint_h.m4
6589         * m4/uintmax_t.m4
6590                 gettextization
6591                 thanks to Colin
6592
6593 2005-12-21 [paul]       1.9.100cvs99
6594
6595         * po/sv.po
6596                 fixed by Colin
6597
6598 2005-12-20 [paul]       1.9.100cvs98
6599
6600         * po/sv.po
6601                 updated by Anders Trobäck
6602
6603 2005-12-20 [colin]      1.9.100cvs97
6604
6605         * ABOUT-NLS
6606         * Makefile.am
6607         * autogen.sh
6608         * configure.ac
6609         * config/config.rpath
6610         * config/mkinstalldirs
6611         * m4/Makefile.am
6612         * m4/glibc2.m4
6613         * m4/gnupg.m4
6614         * m4/gpgme.m4
6615         * m4/intmax.m4
6616         * m4/longdouble.m4
6617         * m4/longlong.m4
6618         * m4/printf-posix.m4
6619         * m4/signed.m4
6620         * m4/size_max.m4
6621         * m4/ulonglong.m4
6622         * m4/wchar_t.m4
6623         * m4/wint_t.m4
6624         * m4/xsize.m4
6625         * po/Makefile.in.in
6626         * po/Makevars
6627         * po/bg.po
6628         * po/ca.po
6629         * po/cs.po
6630         * po/de.po
6631         * po/el.po
6632         * po/en_GB.po
6633         * po/es.po
6634         * po/fi.po
6635         * po/fr.po
6636         * po/hr.po
6637         * po/hu.po
6638         * po/it.po
6639         * po/ja.po
6640         * po/ko.po
6641         * po/nb.po
6642         * po/nl.po
6643         * po/pl.po
6644         * po/pt_BR.po
6645         * po/ru.po
6646         * po/sk.po
6647         * po/sr.po
6648         * po/stamp-po
6649         * po/sv.po
6650         * po/zh_CN.po
6651         * po/zh_TW.po
6652         * src/Makefile.am
6653         * src/codeconv.c
6654         * src/compose.c
6655         * src/exporthtml.c
6656         * src/exportldif.c
6657         * src/folder.c
6658         * src/main.c
6659         * src/manual.c
6660         * src/mh.c
6661         * src/mimeview.c
6662         * src/send_message.c
6663         * src/common/Makefile.am
6664         * src/common/fnmatch.c
6665         * src/common/fnmatch.h
6666         * src/common/fnmatch_loop.c
6667         * src/common/nntp.c
6668         * src/common/plugin.c
6669         * src/common/smtp.c
6670         * src/common/socket.c
6671         * src/common/string_match.c
6672         * src/common/sylpheed.c
6673         * src/common/utils.c
6674         * src/common/utils.h
6675         * src/common/w32_dirent.c
6676         * src/common/w32_reg.c
6677         * src/common/w32_signal.c
6678         * src/common/w32_stat.c
6679         * src/common/w32_stdio.c
6680         * src/common/w32_stdlib.c
6681         * src/common/w32_string.c
6682         * src/common/w32_time.c
6683         * src/common/w32_unistd.c
6684         * src/common/w32_wait.c
6685         * src/common/w32lib.h
6686         * src/etpan/Makefile.am
6687         * src/gtk/Makefile.am
6688         * src/plugins/clamav/Makefile.am
6689         * src/plugins/demo/Makefile.am
6690         * src/plugins/dillo_viewer/Makefile.am
6691         * src/plugins/pgpcore/Makefile.am
6692         * src/plugins/pgpcore/passphrase.c
6693         * src/plugins/pgpcore/plugin.def
6694         * src/plugins/pgpcore/sgpgme.c
6695         * src/plugins/pgpcore/sylpheed.def
6696         * src/plugins/pgpcore/version.rc
6697         * src/plugins/pgpinline/Makefile.am
6698         * src/plugins/pgpinline/plugin.def
6699         * src/plugins/pgpinline/sylpheed.def
6700         * src/plugins/pgpinline/version.rc
6701         * src/plugins/pgpmime/Makefile.am
6702         * src/plugins/pgpmime/mypgpcore.def
6703         * src/plugins/pgpmime/plugin.def
6704         * src/plugins/pgpmime/sylpheed.def
6705         * src/plugins/pgpmime/version.rc
6706         * src/plugins/spamassassin/Makefile.am
6707                 Very little ;-) patch from Werner Koch, providing
6708                 infrastructure for cross-compiling to Win32
6709
6710 2005-12-20 [paul]       1.9.100cvs96
6711
6712         * src/account.c
6713         * src/account.h
6714         * src/mainwindow.c
6715         * src/mainwindow.h
6716         * src/toolbar.c
6717         * src/toolbar.h
6718                 add a combo to the Get All button, allowing
6719                 quick retrieval from any account
6720                 Patch by Fabien Vantard, slightly modified
6721                 by Colin
6722         * src/gtk/about.c
6723                 i18n fix. Patch by Fabien Vantard
6724
6725 2005-12-19 [colin]      1.9.100cvs95
6726
6727         * src/compose.c
6728         * src/compose.h
6729                 Don't automatically join lines when they've 
6730                 been separated by the user and not automatically
6731
6732 2005-12-19 [paul]       1.9.100cvs94
6733
6734         * src/gtk/pluginwindow.c
6735                 i18n fix.
6736                 Patch by Fabien Vantard
6737
6738 2005-12-15 [paul]       1.9.100cvs93
6739
6740         * src/common/plugin.c
6741         * src/common/plugin.h
6742         * src/gtk/pluginwindow.c
6743         * src/plugins/clamav/clamav_plugin.c
6744         * src/plugins/demo/demo.c
6745         * src/plugins/dillo_viewer/dillo_viewer.c
6746         * src/plugins/pgpcore/plugin.c
6747         * src/plugins/pgpinline/plugin.c
6748         * src/plugins/pgpmime/plugin.c
6749         * src/plugins/spamassassin/spamassassin.c
6750         * src/plugins/trayicon/trayicon.c
6751                 add plugin_version()
6752
6753 2005-12-15 [colin]      1.9.100cvs92
6754
6755         * src/compose.c
6756                 Further fix bug #875
6757
6758 2005-12-15 [paul]       1.9.100cvs91
6759
6760         * src/gtk/filesel.c
6761                 fix attach_load_dir getting set to
6762                 PLUGINDIR on plugin load
6763
6764 2005-12-14 [mones]      1.9.100cvs90
6765
6766         * manual/ack.xml
6767         * manual/keyboard.xml
6768                 Initial draft and some shortcuts added
6769                 
6770         * po/es.po
6771                 Updated translation
6772
6773 2005-12-14 [colin]      1.9.100cvs89
6774
6775         * src/compose.c
6776         * src/imap.c
6777         * src/summaryview.c
6778         * src/gtk/gtkaspell.c
6779                 More leaks fixed
6780         * src/prefs_folder_item.c
6781                 Fix recursive prefs apply
6782
6783
6784 2005-12-14 [colin]      1.9.100cvs88
6785
6786         * src/compose.c
6787                 Fix bug #875 (Freeze On Inline Forward of 
6788                 Large Message)
6789
6790 2005-12-13 [colin]      1.9.100cvs87
6791
6792         * src/compose.c
6793                 Uniq-ify and sort the mimetypes list
6794                 Patch by Fabien Vantard
6795
6796 2005-12-13 [colin]      1.9.100cvs86
6797
6798         * src/imap.c
6799         * src/etpan/imap-thread.c
6800                 Fix leaks (patch by Hoa)
6801         * src/news.c
6802         * src/common/plugin.c
6803                 Fix leaks
6804
6805 2005-12-12 [colin]
6806
6807         * 2.0.0-rc2 released
6808
6809 2005-12-12 [colin]      1.9.100cvs85
6810
6811         * src/matcher.c
6812                 Fix a leak
6813
6814 2005-12-12 [wwp]        1.9.100cvs84
6815
6816         * src/gtk/icon_legend.c
6817                 fix misbehaviour and crash when closing the legend window
6818         using the Esc key (patch by Fabien Vantard).
6819
6820 2005-12-12 [paul]       1.9.100cvs83
6821
6822         * src/browseldap.c
6823         * src/foldersel.c
6824         * src/prefs_actions.c
6825         * src/prefs_filtering.c
6826         * src/prefs_matcher.c
6827         * src/prefs_spelling.glade      ** REMOVED **
6828         * src/prefs_template.c
6829         * src/gtk/foldersort.glade      ** REMOVED **
6830         * src/gtk/pluginwindow.c
6831         * src/gtk/pluginwindow.glade    ** REMOVED **
6832         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6833                 cleanups
6834
6835 2005-12-11 [paul]       1.9.100cvs82
6836
6837         * src/gtk/filesel.c
6838                 fix attach_load_dir crasher (double free)
6839
6840 2005-12-09 [paul]       1.9.100cvs81
6841
6842         * po/POTFILES.in
6843         * src/mainwindow.c
6844         * src/gtk/Makefile.am
6845         * src/gtk/icon_legend.c
6846         * src/gtk/icon_legend.h
6847                 add icon legend
6848         * src/manual.c
6849                 cleanup
6850
6851 2005-12-09 [paul]       1.9.100cvs80
6852
6853         * src/plugins/pgpcore/passphrase.c
6854                 wrap the label in the dialog
6855
6856 2005-12-09 [colin]      1.9.100cvs79
6857
6858         * src/plugins/pgpcore/sgpgme.c
6859                 Display (untrusted) on not trusted signatures
6860                 Patch by Michal Èihaø <michal@cihar.com>
6861                 Closes bug #867 (Report also key trust)
6862
6863 2005-12-09 [colin]      1.9.100cvs78
6864
6865         * src/common/plugin.c
6866                 Update licence check, following Eben Moglen's advice
6867
6868 2005-12-08 [colin]      1.9.100cvs77
6869
6870         * src/folder.c
6871                 Fix the occasionnal item->cache != NULL 
6872                 assertion failure. 
6873
6874 2005-12-08 [colin]      1.9.100cvs76
6875
6876         * src/mimeview.c
6877         * src/plugins/pgpcore/sgpgme.c
6878                 Print key id when unable to check it
6879                 Closes bug #866 (Show key id when missing)
6880
6881 2005-12-08 [paul]       1.9.100cvs75
6882
6883         * src/prefs_common.c
6884         * src/prefs_common.h
6885         * src/gtk/filesel.c
6886                 remember load attachment dir
6887
6888 2005-12-07 [colin]      1.9.100cvs74
6889
6890         * src/prefs_toolbar.c
6891                 Gtk fixes, patch by Fabien Vantard
6892
6893 2005-12-07 [colin]      1.9.100cvs73
6894
6895         * src/action.c
6896         * src/compose.c
6897         * src/compose.h
6898                 Fix bug #839 (Quoted text isn't colored after 
6899                 executing an action)
6900         * src/common/plugin.c
6901                 Require plugins to declare their licence in plugin_licence()
6902                 Refuse to load non-GPL plugins as they'd be illegal (as 
6903                 derived works of Sylpheed-Claws, they must be GPL).
6904         * src/plugins/clamav/clamav_plugin.c
6905         * src/plugins/demo/demo.c
6906         * src/plugins/dillo_viewer/dillo_viewer.c
6907         * src/plugins/pgpcore/plugin.c
6908         * src/plugins/pgpinline/plugin.c
6909         * src/plugins/pgpmime/plugin.c
6910         * src/plugins/spamassassin/spamassassin.c
6911         * src/plugins/trayicon/trayicon.c
6912                 Add plugin_licence()
6913
6914 2005-12-07 [paul]       1.9.100cvs72
6915
6916         * configure.ac
6917         * src/mainwindow.c
6918         * src/manual.c
6919         * src/manual.h
6920         * src/common/defs.h
6921                 clean up after local FAQ removal and
6922                 temporary manual removal
6923
6924 2005-12-06 [colin]      1.9.100cvs71
6925
6926         * configure.ac
6927         * doc/Makefile.am
6928         * doc/faq/.cvsignore
6929         * doc/faq/Makefile.am
6930         * doc/faq/de/.cvsignore
6931         * doc/faq/de/Makefile.am
6932         * doc/faq/de/sylpheed-faq-1.html
6933         * doc/faq/de/sylpheed-faq-2.html
6934         * doc/faq/de/sylpheed-faq-3.html
6935         * doc/faq/de/sylpheed-faq.html
6936         * doc/faq/en/.cvsignore
6937         * doc/faq/en/Makefile.am
6938         * doc/faq/en/sylpheed-faq-1.html
6939         * doc/faq/en/sylpheed-faq-2.html
6940         * doc/faq/en/sylpheed-faq-3.html
6941         * doc/faq/en/sylpheed-faq-4.html
6942         * doc/faq/en/sylpheed-faq.html
6943         * doc/faq/es/.cvsignore
6944         * doc/faq/es/Makefile.am
6945         * doc/faq/es/sylpheed-faq-1.html
6946         * doc/faq/es/sylpheed-faq-2.html
6947         * doc/faq/es/sylpheed-faq-3.html
6948         * doc/faq/es/sylpheed-faq-4.html
6949         * doc/faq/es/sylpheed-faq.html
6950         * doc/faq/fr/.cvsignore
6951         * doc/faq/fr/Makefile.am
6952         * doc/faq/fr/sylpheed-faq-1.html
6953         * doc/faq/fr/sylpheed-faq-2.html
6954         * doc/faq/fr/sylpheed-faq-3.html
6955         * doc/faq/fr/sylpheed-faq.html
6956         * doc/faq/it/.cvsignore
6957         * doc/faq/it/Makefile.am
6958         * doc/faq/it/sylpheed-faq-1.html
6959         * doc/faq/it/sylpheed-faq-2.html
6960         * doc/faq/it/sylpheed-faq-3.html
6961         * doc/faq/it/sylpheed-faq.html
6962         * doc/manual/.cvsignore
6963         * doc/manual/Makefile.am
6964         * doc/manual/de/.cvsignore
6965         * doc/manual/de/Makefile.am
6966         * doc/manual/de/sylpheed-1.html
6967         * doc/manual/de/sylpheed-10.html
6968         * doc/manual/de/sylpheed-11.html
6969         * doc/manual/de/sylpheed-12.html
6970         * doc/manual/de/sylpheed-13.html
6971         * doc/manual/de/sylpheed-14.html
6972         * doc/manual/de/sylpheed-15.html
6973         * doc/manual/de/sylpheed-16.html
6974         * doc/manual/de/sylpheed-17.html
6975         * doc/manual/de/sylpheed-18.html
6976         * doc/manual/de/sylpheed-19.html
6977         * doc/manual/de/sylpheed-2.html
6978         * doc/manual/de/sylpheed-20.html
6979         * doc/manual/de/sylpheed-3.html
6980         * doc/manual/de/sylpheed-4.html
6981         * doc/manual/de/sylpheed-5.html
6982         * doc/manual/de/sylpheed-6.html
6983         * doc/manual/de/sylpheed-7.html
6984         * doc/manual/de/sylpheed-8.html
6985         * doc/manual/de/sylpheed-9.html
6986         * doc/manual/de/sylpheed.html
6987         * doc/manual/en/.cvsignore
6988         * doc/manual/en/Makefile.am
6989         * doc/manual/en/sylpheed-1.html
6990         * doc/manual/en/sylpheed-10.html
6991         * doc/manual/en/sylpheed-11.html
6992         * doc/manual/en/sylpheed-12.html
6993         * doc/manual/en/sylpheed-13.html
6994         * doc/manual/en/sylpheed-14.html
6995         * doc/manual/en/sylpheed-15.html
6996         * doc/manual/en/sylpheed-16.html
6997         * doc/manual/en/sylpheed-17.html
6998         * doc/manual/en/sylpheed-18.html
6999         * doc/manual/en/sylpheed-19.html
7000         * doc/manual/en/sylpheed-2.html
7001         * doc/manual/en/sylpheed-20.html
7002         * doc/manual/en/sylpheed-21.html
7003         * doc/manual/en/sylpheed-22.html
7004         * doc/manual/en/sylpheed-3.html
7005         * doc/manual/en/sylpheed-4.html
7006         * doc/manual/en/sylpheed-5.html
7007         * doc/manual/en/sylpheed-6.html
7008         * doc/manual/en/sylpheed-7.html
7009         * doc/manual/en/sylpheed-8.html
7010         * doc/manual/en/sylpheed-9.html
7011         * doc/manual/en/sylpheed.html
7012         * doc/manual/es/.cvsignore
7013         * doc/manual/es/Makefile.am
7014         * doc/manual/es/sylpheed-1.html
7015         * doc/manual/es/sylpheed-10.html
7016         * doc/manual/es/sylpheed-11.html
7017         * doc/manual/es/sylpheed-12.html
7018         * doc/manual/es/sylpheed-13.html
7019         * doc/manual/es/sylpheed-14.html
7020         * doc/manual/es/sylpheed-15.html
7021         * doc/manual/es/sylpheed-16.html
7022         * doc/manual/es/sylpheed-17.html
7023         * doc/manual/es/sylpheed-18.html
7024         * doc/manual/es/sylpheed-19.html
7025         * doc/manual/es/sylpheed-2.html
7026         * doc/manual/es/sylpheed-20.html
7027         * doc/manual/es/sylpheed-3.html
7028         * doc/manual/es/sylpheed-4.html
7029         * doc/manual/es/sylpheed-5.html
7030         * doc/manual/es/sylpheed-6.html
7031         * doc/manual/es/sylpheed-7.html
7032         * doc/manual/es/sylpheed-8.html
7033         * doc/manual/es/sylpheed-9.html
7034         * doc/manual/es/sylpheed.html
7035         * doc/manual/fr/.cvsignore
7036         * doc/manual/fr/Makefile.am
7037         * doc/manual/fr/sylpheed-1.html
7038         * doc/manual/fr/sylpheed-10.html
7039         * doc/manual/fr/sylpheed-11.html
7040         * doc/manual/fr/sylpheed-12.html
7041         * doc/manual/fr/sylpheed-13.html
7042         * doc/manual/fr/sylpheed-14.html
7043         * doc/manual/fr/sylpheed-15.html
7044         * doc/manual/fr/sylpheed-16.html
7045         * doc/manual/fr/sylpheed-17.html
7046         * doc/manual/fr/sylpheed-18.html
7047         * doc/manual/fr/sylpheed-19.html
7048         * doc/manual/fr/sylpheed-2.html
7049         * doc/manual/fr/sylpheed-20.html
7050         * doc/manual/fr/sylpheed-3.html
7051         * doc/manual/fr/sylpheed-4.html
7052         * doc/manual/fr/sylpheed-5.html
7053         * doc/manual/fr/sylpheed-6.html
7054         * doc/manual/fr/sylpheed-7.html
7055         * doc/manual/fr/sylpheed-8.html
7056         * doc/manual/fr/sylpheed-9.html
7057         * doc/manual/fr/sylpheed.html
7058         * doc/manual/ja/.cvsignore
7059         * doc/manual/ja/Makefile.am
7060         * doc/manual/ja/sylpheed-1.html
7061         * doc/manual/ja/sylpheed-10.html
7062         * doc/manual/ja/sylpheed-11.html
7063         * doc/manual/ja/sylpheed-12.html
7064         * doc/manual/ja/sylpheed-13.html
7065         * doc/manual/ja/sylpheed-14.html
7066         * doc/manual/ja/sylpheed-15.html
7067         * doc/manual/ja/sylpheed-16.html
7068         * doc/manual/ja/sylpheed-17.html
7069         * doc/manual/ja/sylpheed-18.html
7070         * doc/manual/ja/sylpheed-19.html
7071         * doc/manual/ja/sylpheed-2.html
7072         * doc/manual/ja/sylpheed-20.html
7073         * doc/manual/ja/sylpheed-3.html
7074         * doc/manual/ja/sylpheed-4.html
7075         * doc/manual/ja/sylpheed-5.html
7076         * doc/manual/ja/sylpheed-6.html
7077         * doc/manual/ja/sylpheed-7.html
7078         * doc/manual/ja/sylpheed-8.html
7079         * doc/manual/ja/sylpheed-9.html
7080         * doc/manual/ja/sylpheed.html
7081         * doc/manual/ja/sylpheed.sgml
7082         * src/mainwindow.c
7083                 Remove outdated manual and faq. Noisy, eh?
7084
7085 2005-12-06 [colin]      1.9.100cvs70
7086
7087         * src/compose.c
7088         * src/quote_fmt_parse.y
7089         * src/undo.c
7090         * src/undo.h
7091                 Allow %X to position cursor at 0 
7092                 (no %X = before signature)
7093                 Fix paste as quotation putting the cursor at 0
7094                 Fix undo offsets when pasting
7095                 Insert the quote_fmt at once instead of line 
7096                 by line
7097                 Fix [Edited] when starting to reply/forward
7098
7099 2005-12-06 [paul]       1.9.100cvs69
7100
7101         * src/plugins/clamav/clamav_plugin_gtk.c
7102                 add another tooltip
7103         * src/plugins/spamassassin/spamassassin_gtk.c
7104                 rework spamassassin_create_widget_func()
7105
7106 2005-12-05 [colin]      1.9.100cvs68
7107
7108         * po/POTFILES.in
7109                 Fix make release ;-)
7110
7111 2005-12-05 [colin]      1.9.100cvs67
7112
7113         * src/compose.c
7114         * src/compose.h
7115                 Fix cursor positioning (not obeying %X)
7116
7117 2005-12-05 [paul]       1.9.100cvs66
7118
7119         * src/plugins/dillo_viewer/dillo_prefs.c
7120                 fix compilation warning
7121
7122 2005-12-05 [paul]       1.9.100cvs65
7123
7124         * src/prefs_spelling.c
7125         * src/plugins/trayicon/trayicon.c
7126                 cleanups - remove unused stuff
7127
7128 2005-12-05 [paul]       1.9.100cvs64
7129
7130         * README
7131         * manual/plugins.xml
7132                 remove info about removed mathml_viewer plugin
7133
7134 2005-12-05 [paul]       1.9.100cvs63
7135
7136         * configure.ac
7137         * src/plugins/Makefile.am
7138         * src/plugins/mathml_viewer/.cvsignore
7139         * src/plugins/mathml_viewer/Makefile.am
7140         * src/plugins/mathml_viewer/mathml_viewer.c
7141                 remove unmaintained mathml_viewer plugin
7142
7143 2005-12-05 [paul]       1.9.100cvs62
7144
7145         * src/summaryview.c
7146                 obey prefs_common.always_show_msg when
7147                 moving a msg
7148                 Thanks to Colin
7149
7150 2005-12-05 [paul]       1.9.100cvs61
7151
7152         * src/compose.c
7153         * src/prefs_account.c
7154         * src/prefs_filtering.c
7155         * src/prefs_quote.c
7156         * src/prefs_spelling.c
7157         * src/prefs_toolbar.c
7158         * src/summaryview.c
7159         * src/gtk/gtkutils.c
7160         * src/gtk/quicksearch.c
7161         * src/plugins/dillo_viewer/dillo_prefs.c
7162                 dialog cleanups
7163
7164 2005-12-04 [paul]       1.9.100cvs60
7165
7166         * src/inc.c
7167         * src/prefs_account.c
7168         * src/prefs_account.h
7169                 allow a Local account to specify a
7170                 default inbox
7171                 (closes bug 843 'Inbox cannot be changed for local
7172                  mailboxes')
7173
7174 2005-12-04 [colin]      1.9.100cvs59
7175
7176         * src/plugins/trayicon/trayicon.c
7177                 Remove Get, rename Get All to Get Mail in order to
7178                 be consistent with the default main toolbar
7179
7180 2005-12-03 [colin]      1.9.100cvs58
7181
7182         * manual/gpl.xml
7183         * manual/sylpheed-claws-manual.xml
7184                 Add GPL appendix
7185
7186 2005-12-03 [paul]       1.9.100cvs57
7187
7188         * AUTHORS
7189         * po/sv.po
7190         * src/gtk/authors.h
7191                 new (partially complete) Swedish translation
7192                 by Anders Troback <sylpheed@troback.com>
7193
7194 2005-12-02 [paul]       1.9.100cvs56
7195
7196         * configure.ac
7197                 libetpan 0.41 required
7198
7199 2005-12-02 [paul]       1.9.100cvs55
7200
7201         * src/plugins/clamav/clamav_plugin.c
7202         * src/plugins/clamav/clamav_plugin.h
7203         * src/plugins/clamav/clamav_plugin_gtk.c
7204         * src/plugins/spamassassin/spamassassin.c
7205         * src/plugins/spamassassin/spamassassin.h
7206         * src/plugins/spamassassin/spamassassin_gtk.c
7207                 unregister prefs pages on unloading, thus
7208                 preventing a crash
7209                 (thanks to Colin for the hint)
7210
7211 2005-12-02 [wwp]        1.9.100cvs54
7212
7213         * src/quote_fmt.h
7214         * src/quote_fmt_parse.y
7215                 fix misuse of gboolean*, use gboolean instead
7216                 (thanks to Paul, Colin, for pointing out that scaring one)
7217
7218 2005-12-02 [paul]       1.9.100cvs53
7219
7220         * src/plugins/clamav/clamav_plugin.c
7221                 int no --> unsigned int no
7222         * src/plugins/clamav/clamav_plugin_gtk.c
7223                 rework config page
7224
7225 2005-12-02 [wwp]        1.9.100cvs52
7226
7227         * src/compose.c
7228         * src/prefs_template.c
7229         * src/quote_fmt.h
7230         * src/quote_fmt_parse.y
7231                 prevent from executing |f and |p templates commands when
7232                 adding or replacing templates in prefs (avoids annoying and
7233                 potentially dangerous behaviours)
7234
7235 2005-12-02 [paul]       1.9.100cvs51
7236
7237         * src/prefs_common.c
7238                 allow translation of some default values
7239                 Patch by Fabien Vantard
7240
7241 2005-12-02 [paul]       1.9.100cvs50
7242
7243         * src/codeconv.c
7244         * src/codeconv.h
7245         * src/prefs_common.c
7246         * src/prefs_common.h
7247         * src/prefs_message.c
7248         * src/textview.c
7249                 remove obsolete 'convert_mb_alnum' option
7250                 and related stuff
7251         * src/gtk/about.c
7252                 remove unused 'about_textview_visibility_notify'
7253
7254 2005-12-02 [paul]       1.9.100cvs49
7255
7256         * src/prefs_account.c
7257         * src/prefs_compose_writing.c
7258         * src/prefs_fonts.c
7259         * src/prefs_gtk.h
7260         * src/prefs_image_viewer.c
7261         * src/prefs_message.c
7262         * src/prefs_other.c
7263         * src/prefs_receive.c
7264         * src/prefs_send.c
7265         * src/prefs_spelling.c
7266         * src/prefs_summaries.c
7267         * src/prefs_wrapping.c
7268         * src/plugins/dillo_viewer/dillo_prefs.c
7269         * src/plugins/pgpcore/prefs_gpg.c
7270                 several cleanups to the prefs dialogs
7271                 (slightly modified) patch by Fabien Vantard
7272
7273 2005-12-02 [paul]       1.9.100cvs48
7274
7275         * src/main.c
7276                 --exit means exit
7277         * src/send_message.c
7278                 fix crash on send when connection fails
7279
7280         Thanks to Colin
7281
7282 2005-12-01 [colin]      1.9.100cvs47
7283
7284         * src/html.c
7285                 Translate &hellip; to "..."
7286
7287 2005-11-30 [colin]      1.9.100cvs46
7288
7289         * src/matcher.c
7290         * src/matcher.h
7291                 Optimize back yesterday's fix.
7292
7293 2005-11-30 [paul]       1.9.100cvs45
7294
7295         * manual/faq.xml
7296                 standardised
7297         * manual/intro.xml
7298                 written by Colin, edited by me
7299
7300 2005-11-29 [colin]      1.9.100cvs44
7301
7302         * src/matcher.c
7303                 Skip headers unconditionnaly in match_body if the
7304                 rule is not message or ~message
7305
7306 2005-11-29 [colin]      1.9.100cvs43
7307
7308         * src/matcher.c
7309                 Fix body_part and such, not skipping headers 
7310                 if the matchcriteria wasn't the first in the rule
7311
7312 2005-11-29 [colin]      1.9.100cvs42
7313
7314         * src/compose.c
7315                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7316                 option missing from message view window)
7317                 Fix double text D'n'D with gtk-2.8
7318         * src/matcher.c
7319                 Fix ~message, ~headers_part, ~body_part rules
7320         * src/messageview.c
7321                 Add Windows-1252 (Closes bug #863)
7322                 Fix accels
7323         * src/gtk/gtkaspell.c
7324                 Properly destroy accels in all menus
7325
7326 2005-11-29 [mones]      1.9.100cvs41
7327
7328         * po/es.po
7329                 Updated.
7330
7331 2005-11-27 [colin]      1.9.100cvs40
7332
7333         * src/mh_gtk.c
7334                 "/Remove mailbox" -> "/Remove mailbox..."
7335
7336 2005-11-27 [paul]       1.9.100cvs39
7337
7338         * AUTHORS
7339         * po/de.po
7340         * src/gtk/authors.h
7341                 updated by new maintainer, Stephan Sachse
7342
7343 2005-11-27 [paul]       1.9.100cvs38
7344
7345         * manual/faq.xml
7346                 written by Colin, edited by me
7347
7348 2005-11-27 [paul]       1.9.100cvs37
7349
7350         * src/prefs_common.c
7351         * src/prefs_common.h
7352         * src/prefs_receive.c
7353         * src/prefs_summaries.c
7354                 move 'go to inbox after receiving new mail'
7355                 option from display/sumamaries to mail
7356                 handling/receive, and rework prefs_summaries
7357                 dialog a little
7358
7359 2005-11-25 [martin]     1.9.100cvs36
7360
7361         * po/de.po
7362             fixed windows-1252 translation;
7363             translated some new and fuzzy strings
7364
7365 2005-11-25 [paul]       1.9.100cvs35
7366
7367         * src/plugins/clamav/clamav_plugin.c
7368                 complete the update done in cvs34
7369
7370 2005-11-25 [paul]       1.9.100cvs34
7371
7372         * src/plugins/clamav/clamav_plugin.c
7373                 reflect upstream changes
7374
7375 2005-11-25 [paul]       1.9.100cvs33
7376
7377         * manual/ack.xml
7378         * manual/plugins.xml
7379         * manual/sylpheed-claws-manual.xml
7380                 written/updated by Colin, edited by me
7381         * tools/acroread2sylpheed.pl
7382                 update binary name
7383
7384 2005-11-24 [colin]      1.9.100cvs32
7385
7386         * src/compose.c
7387                 Fix bug #856 (reediting messages forgets Request
7388                 Return Receipt)
7389
7390 2005-11-24 [paul]       1.9.100cvs31
7391
7392         * manual/addrbook.xml
7393         * manual/starting.xml
7394                 written by Colin, proofread, edited, adapted by me
7395         * manual/advanced.xml
7396                 add some Actions examples
7397         * src/importldif.c
7398                 use a Save button instead of a Close button
7399         * src/wizard.c
7400                 indicate mandatory fields
7401                 fix page display
7402                 Thanks to Colin
7403
7404 2005-11-23 [colin]      1.9.100cvs30
7405
7406         * src/addressbook.c
7407                 Rename menu item, fix possible crash after
7408                 deletion of books
7409         * src/addrindex.c
7410                 Allow searching for '*' in ldap
7411         * src/browseldap.c
7412                 Fix "Browse Entry" (did anyone use it?)
7413         * src/wizard.c
7414                 Add guards for mandatory information
7415
7416 2005-11-23 [paul]       1.9.100cvs29
7417
7418         * manual/advanced.xml
7419                 corrections to the English
7420
7421 2005-11-23 [colin]      1.9.100cvs28
7422
7423         * src/mimeview.c
7424                 Fix possible crash at exit. After the call to
7425                 gtk_container_remove(), the Viewer's widget has no
7426                 more parent so gtk+ automatically frees it and its
7427                 sons. If destroy_viewer() then try to access it,
7428                 problems ensue.
7429
7430 2005-11-22 [colin]      1.9.100cvs27
7431
7432         * src/compose.c
7433         * src/gtk/gtkaspell.c
7434                 Fix right-clicking on a misspelled word
7435                 Fix More... in suggestions menu
7436
7437 2005-11-22 [wwp]        1.9.100cvs26
7438
7439         * src/prefs_template.c
7440                 templates works: re-sort templates list when adding or replacing,
7441                 prevent from adding or replacing when the template name is empty
7442
7443 2005-11-21 [colin]      1.9.100cvs25
7444
7445         * src/addressbook.c
7446                 Fix some addressbook suckage (dnd, select all)
7447         * src/compose.c
7448         * src/gtk/gtkaspell.c
7449         * src/gtk/gtkaspell.h
7450                 Make the spellchecker menu work with the 
7451                 GtkTextView one instead of overriding it
7452
7453 2005-11-20 [paul]       1.9.100cvs24
7454
7455         * manual/handling.xml
7456                 proofread and corrected
7457
7458 2005-11-20 [paul]       1.9.100cvs23
7459
7460         * manual/Makefile
7461                 generate html as one file
7462         * manual/advanced.xml
7463                 fix output generation
7464                 reformat hidden options list
7465         * manual/manual.xml     ** REMOVED **
7466         * manual/sylpheed-claws-manual.xml      ** ADDED **
7467                 renamed
7468
7469 2005-11-18 [colin]      1.9.100cvs22
7470
7471         * src/prefs_account.c
7472                 Fix layout in news and mbox accounts
7473         * manual/account.xml
7474         * manual/advanced.xml
7475                 New contents for Paul to check :)
7476
7477 2005-11-18 [wwp]        1.9.100cvs21
7478
7479         * src/gtk/quicksearch.c
7480                 don't update extended quicksearch buttons twice
7481
7482 2005-11-18 [paul]       1.9.100cvs20
7483
7484         * src/textview.c
7485                 complete 1.9.100cvs19
7486
7487 2005-11-18 [paul]       1.9.100cvs19
7488
7489         * src/compose.c
7490                 cosmetic improvements
7491         * src/textview.c
7492                 also list text/* attachments
7493
7494 2005-11-18 [colin]      1.9.100cvs18
7495
7496         * src/summaryview.c
7497                 Use column 0 instead of -1 in 
7498                 gtk_ctree_node_moveto, in a naive
7499                 hope it'll fix the gtk-related crashes
7500
7501 2005-11-18 [colin]      1.9.100cvs17
7502
7503         * src/gtk/inputdialog.c
7504                 Fix icon staying the first one
7505
7506 2005-11-17 [wwp]        1.9.100cvs16
7507                 fix possible problem showing some quicksearch buttons, and a bad
7508                 call to g_return_if_fail in a function that returns a value (both
7509                 fixes by Fabien Vantard)
7510
7511 2005-11-15 [wwp]        1.9.100cvs15
7512
7513         * src/gtk/quicksearch.c
7514                 added a tooltip to that obscure ... quicksearch button
7515
7516 2005-11-15 [wwp]        1.9.100cvs14
7517
7518         * src/gtk/quicksearch.c
7519                 add a quicksearch helper to filtering expression users: the ... button
7520                 raises the condition expr window. condition expressions set up w/ this
7521                 window are used by the quicksearch if the user closes it pressing OK.
7522
7523 2005-11-14 [paul]       1.9.100cvs13
7524
7525         * src/plugins/clamav/clamav_plugin.c
7526         * src/plugins/spamassassin/spamassassin.c
7527                 change plugin type following recent merging
7528
7529 2005-11-14 [wwp]        1.9.100cvs12
7530
7531         * src/folder.c
7532                 prevent from crashing when copying/moving message(s) from and
7533                 to the same folder
7534
7535 2005-11-14 [paul]       1.9.100cvs11
7536
7537         * src/plugins/clamav/Makefile.am
7538         * src/plugins/clamav/clamav_plugin.c
7539         * src/plugins/clamav/clamav_plugin.h
7540         * src/plugins/clamav/clamav_plugin_gtk.c
7541                 also merge clamav and clamav_gtk plugins
7542
7543 2005-11-13 [colin]      1.9.100cvs10
7544
7545         * configure.ac
7546         * src/plugins/spamassassin/Makefile.am
7547         * src/plugins/spamassassin/spamassassin.c
7548         * src/plugins/spamassassin/spamassassin.h
7549         * src/plugins/spamassassin/spamassassin_gtk.c
7550                 Merge spamassassin and spamassassin_gtk plugins,
7551                 and build it by default.
7552
7553 2005-11-12 [colin]      1.9.100cvs9
7554
7555         * src/etpan/imap-thread.c
7556                 Fix gcc warning
7557
7558 2005-11-12 [colin]      1.9.100cvs8
7559
7560         * src/procmime.c
7561                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7562
7563 2005-11-10 [colin]      1.9.100cvs7
7564
7565         * src/main.c
7566                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7567                 minimised state)
7568
7569 2005-11-10 [wwp]        1.9.100cvs6
7570
7571         * src/gtk/description_window.c
7572                 fix a crash when closing description windows using the WM's [X] button
7573
7574 2005-11-09 [colin]      1.9.100cvs5
7575
7576         * src/common/ssl.c
7577                 Update libetpan call to follow upstream
7578                 (yes, this requires libetpan-0.40cvs3)
7579
7580 2005-11-08 [colin]      1.9.100cvs4
7581
7582         * src/compose.c
7583         * src/textview.c
7584         * src/common/utils.c
7585         * src/common/utils.h
7586                 Enhance the email parser
7587
7588 2005-11-08 [colin]      1.9.100cvs3
7589
7590         * src/procmime.c
7591                 Fix what looks like an off-by-one (fixes 
7592                 attachments from the Bat)
7593
7594 2005-11-08 [wwp]        1.9.100cvs2
7595
7596         * src/main.c
7597                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7598
7599 2005-11-08 [wwp]        1.9.100cvs1
7600
7601         * src/main.c
7602                 allow exiting Sylpheed-Claws from command-line
7603
7604 2005-11-08 [paul]       1.9.100
7605
7606         1.9.100 released
7607
7608 2005-11-07 [colin]      1.9.99cvs17
7609
7610         * src/addritem.c
7611         * src/ldif.c
7612                 Fix import of base-64 encoded items
7613
7614 2005-11-07 [colin]      1.9.99cvs16
7615
7616         * src/send_message.c
7617                 Fix bug #314 (Queue does not empty under certain 
7618                 circumstances)
7619
7620 2005-11-07 [paul]       1.9.99cvs15
7621
7622         * src/mutt.c
7623         * src/pine.c
7624                 fix buffer overflows
7625                 Thanks to Colin
7626
7627 2005-11-07 [paul]       1.9.99cvs14
7628
7629         * doc/man/Makefile.am
7630         * doc/man/sylpheed-claws.1      ** ADDED **
7631         * doc/man/sylpheed.1            ** DELETED **
7632                 rename and update the man file
7633
7634 2005-11-06 [colin]      1.9.99cvs13
7635
7636         * src/ldif.c
7637                 Fix ldif_get_line() that returned empty strings
7638                 (Didn't understand why). Also fix a possible
7639                 buffer overflow.
7640
7641 2005-11-06 [wwp]        1.9.99cvs12
7642
7643         * src/textview.c
7644         * src/gtk/about.c
7645         * src/gtk/gtkutils.c
7646         * src/gtk/gtkutils.h
7647                 fix a compilation warning,
7648                 make links sensitive in the about dialog
7649
7650 2005-11-04 [wwp]        1.9.99cvs11
7651
7652         * src/gtk/about.c
7653                 don't wrap or translate URIs, and a bit text format cleanup
7654
7655 2005-11-04 [wwp]        1.9.99cvs10
7656
7657         * src/gtk/about.c
7658                 better textview tagging implementation (no more use of marks for
7659                 postponed tagging)
7660
7661 2005-11-02 [colin]      1.9.99cvs9
7662
7663         * src/common/ssl.c
7664                 Forgot an ifdef
7665
7666 2005-11-02 [colin]      1.9.99cvs8
7667
7668         * configure.ac
7669                 Require libetpan-0.40 due to upstream fix
7670         * src/common/ssl.c
7671                 Tell libetpan not to call SSL_Library_Init,
7672                 as we do it ourselves.
7673
7674 2005-11-02 [colin]      1.9.99cvs7
7675
7676         * po/POTFILES.in
7677                 Add missing files (thanks to Fabien Vantard)
7678
7679 2005-11-02 [colin]      1.9.99cvs6
7680
7681         * src/summaryview.c
7682                 Fix totals when read messages are hidden or quicksearch
7683                 is on
7684         * src/ssl_manager.c
7685         * src/ssl_manager.h
7686         * src/common/ssl_certificate.c
7687         * src/common/ssl_certificate.h
7688         * src/gtk/sslcertwindow.c
7689         * src/gtk/sslcertwindow.h
7690                 Fix copyright on my stuff
7691
7692 2005-11-02 [wwp]        1.9.99cvs5
7693
7694         * src/prefs_themes.c
7695                 fix directory name checking (theme installation/removal),
7696                 made related error a bit more verbose
7697
7698 2005-11-02 [colin]      1.9.99cvs4
7699
7700         * src/summaryview.c
7701                 Fix typo (probably fixes bug #841 (Sort by the From 
7702                 field doesn't work)
7703
7704 2005-11-02 [paul]       1.9.99cvs3
7705
7706         * po/ko.po
7707         * po/nb.po
7708                 updated by SungHyun Nam, Geir Helland
7709         * src/wizard.c
7710                 fix typo in welcome message. spotted by
7711                 Andrea Spadaccini
7712
7713 2005-11-01 [colin]      1.9.99cvs2
7714
7715         * src/compose.c
7716                 Fix replying to ml wen confirming subscription
7717         * src/messageview.c
7718         * src/mimeview.c
7719         * src/mimeview.h
7720         * src/privacy.h
7721         * src/summaryview.c
7722                 Make key check non blocking
7723
7724 2005-10-31 [paul]       1.9.99cvs1
7725
7726         * tools/claws.i18n.status.pl
7727                 updated for ChangeLog
7728
7729 2005-10-31 [paul]       1.9.99
7730
7731         1.9.99 released
7732
7733 2005-10-31 [paul]       1.9.15cvs131
7734
7735         * .cvsignore
7736         * ChangeLog
7737         * ChangeLog.claws       ** REMOVED **
7738         * ChangeLog-gtk2.claws  ** REMOVED **
7739         * ChangeLog.gtk1        ** ADDED **
7740         * INSTALL
7741         * Makefile.am
7742         * NEWS
7743         * README
7744         * README.claws          ** REMOVED **
7745         * README.jp             ** REMOVED **
7746         * RELEASE_NOTES         ** ADDED **
7747         * RELEASE_NOTES.claws   ** REMOVED **
7748         * commitHelper
7749         * configure.ac
7750         * sylpheed.spec.in      ** REMOVED **
7751                 tidy up and update the default docs:
7752                 ChangeLog.claws is renamed ChangeLog.gtk1
7753                 ChangeLog-gtk2.claws is renamed ChangeLog
7754                 README.claws is renamed README
7755                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7756
7757 2005-10-31 [paul]       1.9.15cvs130
7758
7759         * po/it.po
7760                 fix errors
7761
7762 2005-10-31 [paul]       1.9.15cvs129
7763
7764         * po/ca.po
7765         * po/de.po
7766         * po/en_GB.po
7767         * po/fr.po
7768         * po/it.po
7769         * po/pt_BR.po
7770         * po/sk.po
7771         * po/sr.po
7772         * po/zh_CN.po
7773                 updated by Miquel Oliete, Stephan Sachse and
7774                 Thomas Gilgin, me, Fabien Vantard, Andrea
7775                 Spadaccini, Frederico Goncalves Guimaraes,
7776                 Andrej Kacian, Aleksandar Urosevic, and
7777                 Ralgh Young.
7778
7779 2005-10-31 [mones]      1.9.15cvs128
7780
7781         * manual/faq.xml
7782                 More questions.
7783         
7784         * po/es.po
7785                 Updated for release.
7786
7787 2005-10-30 [colin]      1.9.15cvs127
7788
7789         * src/compose.c
7790                 Place cursor before rewrapping (fixes cursor
7791                 pos if quotation gets rewrapped)
7792
7793 2005-10-29 [paul]       1.9.15cvs126
7794
7795         * src/crash.c
7796         * src/foldersel.c
7797         * src/main.c
7798         * src/messageview.c
7799         * src/toolbar.c
7800         * src/gtk/authors.h
7801                 corrections to text items
7802
7803 2005-10-28 [colin]      1.9.15cvs125
7804
7805         * src/messageview.c
7806                 Make "hit 'C' to check sig" work from extern 
7807                 messageviews
7808
7809 2005-10-27 [colin]      1.9.15cvs124
7810
7811         * src/summaryview.c
7812                 Add a hack to avoid segfaulting when hammering 
7813                 on gtk's events
7814
7815 2005-10-27 [wwp]        1.9.15cvs123
7816
7817         * src/prefs_themes.c
7818                 sort list of themes names in themes prefs
7819
7820 2005-10-27 [paul]       1.9.15cvs122
7821
7822         * src/folder.c
7823         * src/prefs_account.c
7824                 fix building on Solaris
7825                 Patch by Alex Moore
7826
7827 2005-10-27 [wwp]        1.9.15cvs121
7828
7829         * src/summaryview.c
7830         * src/gtk/gtksctree.c
7831                 speed up unselecting messages in summary view (thanks to Colin)
7832
7833 2005-10-27 [paul]       1.9.15cvs120
7834
7835         * src/mainwindow.c
7836                 fix a compilation warning
7837         * src/summaryview.c
7838                 fix updating of 'n items selected' count
7839                 when deselecting
7840
7841 2005-10-27 [martin]     1.9.15cvs119
7842
7843         * src/action.c
7844                 ignore actions with a leading '/' in the action menu name
7845                 fixes a crash on menu creation
7846         * src/prefs_actions.c
7847                 do not allow a leading '/' in the action menu name
7848
7849 2005-10-27 [paul]       1.9.15cvs118
7850
7851         * src/main.c
7852                 fix compilation warning
7853
7854 2005-10-27 [paul]       1.9.15cvs117
7855
7856         * src/procmime.c
7857                 add #if HAVE_LOCALE_H
7858
7859 2005-10-27 [paul]       1.9.15cvs116
7860
7861         * src/plugins/clamav/clamav_plugin.c
7862         * src/plugins/dillo_viewer/dillo_viewer.c
7863         * src/plugins/mathml_viewer/mathml_viewer.c
7864         * src/plugins/pgpcore/plugin.c
7865         * src/plugins/pgpinline/plugin.c
7866         * src/plugins/pgpmime/plugin.c
7867         * src/plugins/spamassassin/spamassassin.c
7868         * src/plugins/trayicon/trayicon.c
7869                 plugin_init() : make error messages more
7870                 informative
7871
7872 2005-10-26 [wwp]        1.9.15cvs115
7873
7874         * src/prefs_matcher.c
7875                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7876
7877 2005-10-26 [wwp]        1.9.15cvs114
7878
7879         * src/procmime.c
7880         * src/gtk/gtksctree.c
7881         * src/plugins/spamassassin/libspamc.c
7882         * src/plugins/spamassassin/spamassassin.c
7883                 fix some compilation warnings more
7884
7885 2005-10-26 [mones]      1.9.15cvs113
7886
7887         * po/es.po
7888                 Updated translation
7889
7890 2005-10-26 [paul]       1.9.15cvs112
7891
7892         * src/prefs_message.c
7893                 give all display_xface stuff the
7894                 #if HAVE_LIBCOMPFACE treatment, thus
7895                 preventing a crash
7896                 (Thanks to Wolfgang Enderlein)
7897
7898 2005-10-26 [colin]      1.9.15cvs111
7899
7900         * src/gedit-print.c
7901                 Fix date format
7902         * src/imap_gtk.c
7903         * src/news_gtk.c
7904                 Remove context menu items that should not be there
7905         * src/jpilot.c
7906                 Fix encoding
7907         * src/main.c
7908         * src/mainwindow.c
7909                 Don't show the mainwindow too soon
7910
7911 2005-10-26 [wwp]        1.9.15cvs110
7912
7913         * src/folder.c
7914         * src/manual.c
7915         * src/summaryview.c
7916                 fix uninitialized pointers in the folder updating hook
7917                 (thanks to Colin)
7918
7919 2005-10-25 [mones]      1.9.15cvs109
7920
7921         * manual/faq.xml
7922                 General information subsection completed. 
7923                 Removed archaic references.
7924                 
7925         * manual/Makefile
7926         * manual/dtd/manual.dsl
7927                 Added customization stylesheet for getting paragraphs
7928                 fully justified in PDF output (as suggested by Colin).
7929
7930 2005-10-25 [colin]      1.9.15cvs108
7931
7932         * src/compose.c
7933                 Fix a second leak
7934
7935 2005-10-25 [colin]      1.9.15cvs107
7936
7937         * src/addrbook.c
7938         * src/addrindex.c
7939                 Fix leak (xml_get_element() allocates memory)
7940         * src/compose.c
7941                 Fix leak + dead code (shame!)
7942         * src/procmime.c
7943                 Fix leak
7944
7945 2005-10-25 [colin]      1.9.15cvs106
7946
7947         * src/mimeview.c
7948                 Fix encoding issue in Save all and in 
7949                 overwrite-confirmation alertpanel
7950
7951 2005-10-25 [colin]      1.9.15cvs105
7952
7953         * src/common/socket.c
7954                 Fix a leak - Thanks to Christopher Aillon
7955                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7956
7957 2005-10-25 [paul]       1.9.15cvs104
7958
7959         * src/wizard.c
7960                 Always guess servers from the right-hand
7961                 email part and guess username from the
7962                 left-hand part. (Thanks to Colin)
7963                 add an X-Face to the welcome message
7964
7965 2005-10-25 [paul]       1.9.15cvs103
7966
7967         * manual/handling.xml
7968                 written by Colin, edited by me
7969
7970 2005-10-25 [wwp]        1.9.15cvs102
7971
7972         * src/folderview.c
7973         * src/grouplistdialog.c
7974         * src/imap.c
7975         * src/noticeview.c
7976                 fix some compilation warnings
7977
7978 2005-10-24 [paul]
7979
7980         1.9.99-rc3 released
7981
7982 2005-10-24 [paul]       1.9.15cvs101
7983
7984         * src/gtk/about.c
7985                 fix window sizing
7986
7987 2005-10-24 [paul]       1.9.15cvs100
7988
7989         * src/pixmaps/offline.xpm
7990         * src/pixmaps/online.xpm
7991                 replace with last default versions
7992
7993 2005-10-24 [colin]      1.9.15cvs99
7994
7995         * src/imap.c
7996                 Fix bug when moving a folder
7997         * src/imap_gtk.c
7998         * src/mh_gtk.c
7999                 "Delete folder" pops up a window, so it 
8000                 should be suffixed with "..."
8001         * src/plugins/pgpcore/sgpgme.c
8002                 Include locale.h
8003
8004 2005-10-24 [mones]      1.9.15cvs98
8005
8006         * manual/Makefile
8007         * manual/account.xml
8008         * manual/ack.xml
8009         * manual/addrbook.xml
8010         * manual/advanced.xml
8011         * manual/faq.xml
8012         * manual/glossary.xml
8013         * manual/gpl.xml
8014         * manual/handling.xml
8015         * manual/intro.xml
8016         * manual/keyboard.xml
8017         * manual/manual.xml
8018         * manual/plugins.xml
8019         * manual/starting.xml
8020         * manual/dtd/sdocbook.dtd
8021                 Initial manual structure and some content.
8022
8023 2005-10-23 [wwp]        1.9.15cvs97
8024
8025         * src/gtk/about.c
8026                 fix a typo
8027
8028 2005-10-23 [wwp]        1.9.15cvs96
8029
8030         * src/gtk/about.c
8031         * src/gtk/authors.h
8032                 rework of the about window (main work by Paul), also featuring a few
8033                 fixes for typos and duplicate names
8034
8035 2005-10-23 [wwp]        1.9.15cvs95
8036
8037         * src/.cvsignore
8038                 Ignore the right binary name (sylpheed-claws now)
8039
8040 2005-10-23 [paul]       1.9.15cvs94
8041
8042         * src/compose.c
8043                 when using Folder Pref 'Default To for
8044                 replies' make the entry in the Compose
8045                 window bold
8046                 Patch by Fabien Vantard
8047
8048 2005-10-22 [colin]      1.9.15cvs93
8049
8050         * src/codeconv.c
8051                 Fix leak
8052
8053 2005-10-22 [colin]      1.9.15cvs92
8054
8055         * src/codeconv.c
8056                 try to convert using locale (apart utf8) if necessary
8057
8058 2005-10-22 [colin]      1.9.15cvs91
8059
8060         * src/pixmaps/new.xpm
8061         * src/pixmaps/unread.xpm
8062                 Make the unread envelope blue again and
8063                 saturate the new one a bit more.
8064
8065 2005-10-22 [colin]      1.9.15cvs90
8066
8067         * src/compose.c
8068                 When replying to a mail sent by one of our accounts,
8069                 use the original list of recipients. Let 'Reply All'
8070                 and 'Reply to sender' work like previously.
8071
8072 2005-10-21 [colin]      1.9.15cvs89
8073
8074         * src/prefs_filtering.c
8075                 Clear fields after add and replace
8076         * src/textview.c
8077                 Display xface differently (better)
8078         * src/plugins/pgpinline/pgpinline.c
8079                 Fix crappy encodings/recodings
8080
8081 2005-10-21 [paul]       1.9.15cvs88
8082
8083         * src/compose.c
8084         * src/prefs_folder_item.c
8085         * src/toolbar.c
8086                 fix news folder Folder Properties
8087                 (thanks to Colin)
8088         * src/folderview.c
8089                 update folderview after Themes change
8090                 keep selected folder selected
8091                 (thanks to Colin)
8092
8093 2005-10-21 [paul]       1.9.15cvs87
8094
8095         * tools/Makefile.am
8096         * tools/OOo2sylpheed.pl
8097         * tools/README
8098         * tools/README.sylprint
8099         * tools/asus_mailled.sh         ** REMOVED **
8100         * tools/filter_conv.pl
8101         * tools/freshmeat_search.pl
8102         * tools/google_search.pl
8103         * tools/gpg-sign-syl            ** REMOVED **
8104         * tools/kmail2sylpheed.pl
8105         * tools/kmail2sylpheed_v2.pl
8106         * tools/multiwebsearch.pl
8107         * tools/nautilus2sylpheed.sh
8108         * tools/newscache_clean.pl
8109         * tools/outlook2sylpheed.pl
8110         * tools/sylpheed-switcher       ** REMOVED **
8111         * tools/sylprint.pl
8112         * tools/sylprint.rc
8113         * tools/tb2sylpheed
8114         * tools/vcard2xml.py
8115         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8116                 update default config dir
8117                 update binary name (thanks to Fabien Vantard)
8118                 remove obsolete scripts
8119
8120 2005-10-21 [colin]      1.9.15cvs86
8121
8122         * src/inc.c
8123                 Fix possible leak and units. Based on a patch by
8124                 Fabien Vantard.
8125
8126 2005-10-20 [colin]      1.9.15cvs85
8127
8128         * src/textview.c
8129                 Clear xface when clearing textview
8130
8131 2005-10-20 [colin]      1.9.15cvs84
8132
8133         * configure.ac
8134         * src/folderview.c
8135         * src/headerview.c
8136         * src/main.c
8137         * src/prefs_common.c
8138         * src/prefs_common.h
8139         * src/prefs_message.c
8140         * src/textview.c
8141         * src/textview.h
8142         * src/common/defs.h
8143         * src/common/utils.c
8144         * src/common/utils.h
8145         * src/gtk/gtkutils.c
8146         * src/gtk/gtkutils.h
8147                 Migrate config to .sylpheed-claws (Automatically)
8148                 Add a way to get the Xface in the TextView
8149
8150 2005-10-20 [colin]      1.9.15cvs83
8151
8152         * src/gtk/Makefile.am
8153         * src/gtk/about.c
8154         * src/gtk/authors.h
8155                 Make the about dialog *grooovy*
8156
8157 2005-10-20 [colin]      1.9.15cvs82
8158
8159         * src/mimeview.c
8160                 Use "Open with" on double click if no command
8161                 was found
8162
8163 2005-10-20 [colin]      1.9.15cvs81
8164
8165         * src/imap.c
8166         * src/etpan/imap-thread.c
8167                 Fix possible crash.
8168
8169 2005-10-20 [paul]       1.9.15cvs80
8170
8171         * src/folder.c
8172                 don't show clipkey icon if the only
8173                 attachment is the signature
8174                 Patch by Colin
8175
8176 2005-10-20 [paul]       1.9.15cvs79
8177
8178         * AUTHORS
8179         * src/plugins/pgpmime/pgpmime.c
8180                 name the PGP/MIME signature 'signature.asc'
8181                 Patch by Andrew Nelson <freeandy@gmail.com>
8182
8183 2005-10-19 [colin]      1.9.15cvs78
8184
8185         * src/plugins/pgpmime/pgpmime.c
8186                 Oops, no need to double-check though
8187
8188 2005-10-19 [colin]      1.9.15cvs77
8189
8190         * src/plugins/pgpinline/pgpinline.c
8191         * src/plugins/pgpmime/pgpmime.c
8192                 Check that my_tmpfile() doesn't 
8193                 return NULL
8194
8195 2005-10-19 [colin]      1.9.15cvs76
8196
8197         * src/common/utils.c
8198                 Use shorter mime boundaries to avoid having
8199                 MTAs rewrapping our headers, breaking the
8200                 PGP signature in the process 
8201         * src/compose.c
8202         * src/plugins/pgpmime/pgpmime.c
8203                 Check for boundary uniqueness to be sure
8204                 it won't happen, instead of hoping for the
8205                 best
8206
8207 2005-10-19 [colin]      1.9.15cvs75
8208
8209         * sylpheed-claws.desktop
8210         * src/Makefile.am
8211         * src/main.c
8212                 Ship a sylpheed-claws binary instead
8213                 of a sylpheed one. Change the socket
8214                 name, too
8215         * src/folderview.c
8216                 Update folder only if it changed
8217         * src/wizard.c
8218                 Fix i18n in welcome mail, patch by
8219                 Fabien Vantard
8220
8221 2005-10-19 [paul]
8222
8223         1.9.99-rc2 released
8224
8225 2005-10-19 [paul]       1.9.15cvs74
8226
8227         * src/folder.c
8228         * src/folderview.c
8229                 fix summaryview update
8230                 Patch by Colin
8231
8232 2005-10-18 [colin]      1.9.15cvs73
8233
8234         * src/plugins/pgpcore/passphrase.c
8235                 Don't XGrabServer, and try a bit more to 
8236                 sync everything before grabbing mouse/keyboard
8237
8238 2005-10-18 [colin]      1.9.15cvs72
8239
8240         * src/Makefile.am
8241         * src/addressadd.c
8242         * src/addressbook.c
8243         * src/folderview.c
8244         * src/grouplistdialog.c
8245         * src/mimeview.c
8246         * src/stock_pixmap.c
8247         * src/stock_pixmap.h
8248         * src/summaryview.c
8249         * src/gtk/gtksctree.c
8250         * src/gtk/gtksctree.h
8251         * src/pixmaps/empty.xpm
8252                 Implement a wrapper call for gtk_ctree_set_node_info
8253                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8254                 pixmap instead of a NULL one. This works around some
8255                 memory problems deep inside gtk, revealed by valgrind,
8256                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8257                 as locked crashes sylpheed.), as well as, probably, 
8258                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8259
8260 2005-10-17 [colin]      1.9.15cvs71
8261
8262         * src/mimeview.c
8263                 Provide visual feedback when checking
8264                 signature
8265
8266 2005-10-17 [colin]      1.9.15cvs70
8267
8268         * src/main.c
8269                 Keep the folder list frozen while checking caches...
8270
8271 2005-10-17 [colin]      1.9.15cvs69
8272
8273         * src/addr_compl.c
8274                 Fi bug #833 (Autocompleting from addressbook 
8275                 fails with extended chars)
8276         * src/imap.c
8277                 Fix 'adding messages' staying in statusbar
8278                 after an error
8279
8280 2005-10-17 [wwp]        1.9.15cvs68
8281
8282         * src/ssl_manager.c
8283                 Fix buttons' layout resizing when window size changes
8284
8285 2005-10-17 [wwp]        1.9.15cvs67
8286
8287         * src/account.c
8288         * src/prefs_account.c
8289         * src/prefs_common.c
8290         * src/prefs_common.h
8291         * src/prefs_folder_item.c
8292         * src/prefs_gtk.c
8293         * src/gtk/logwindow.c
8294         * src/gtk/pluginwindow.c
8295         * src/gtk/prefswindow.c
8296         * src/gtk/prefswindow.h
8297                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8298
8299 2005-10-17 [paul]       1.9.15cvs66
8300
8301         * configure.ac
8302                 fix missing libetpan message
8303         * po/en_GB.po
8304                 updated
8305         * src/crash.c
8306         * src/manual.c
8307         * src/prefs_themes.c
8308         * src/common/defs.h
8309                 add some new URI defines, change some
8310                 others
8311         * src/wizard.c
8312                 make welcome message translatable
8313                 small improvements to english
8314                 other tweaks
8315         * src/gtk/menu.c
8316                 fix warnings
8317
8318 2005-10-17 [paul]       1.9.15cvs65
8319
8320         * src/summaryview.c
8321                 fix column titles
8322
8323 2005-10-16 [mones]      1.9.15cvs64
8324
8325         * po/es.po
8326                 Updated translation
8327
8328 2005-10-16 [colin]
8329
8330         1.9.99-rc1 released
8331
8332 2005-10-16 [colin]      1.9.15cvs63
8333
8334         * src/wizard.c
8335                 Fix whitespace
8336
8337 2005-10-16 [colin]      1.9.15cvs62
8338
8339         * src/toolbar.c
8340                 s/Get All/Get Mail/
8341         * src/wizard.c
8342                 Real welcome mail text, thanks Paul
8343
8344 2005-10-16 [colin]      1.9.15cvs61
8345
8346         * src/editldap.c
8347         * src/exporthtml.c
8348         * src/main.c
8349         * src/mainwindow.c
8350         * src/prefs_themes.c
8351         * src/prefs_toolbar.c
8352         * src/plugins/demo/demo.c
8353         * src/plugins/trayicon/trayicon.c
8354                 s/Sylpheed/Sylpheed-Claws/
8355
8356 2005-10-16 [colin]      1.9.15cvs60
8357
8358         * src/wizard.c
8359                 Add a welcome email in the first empty mailbox
8360         * src/prefs_common.c
8361                 Change one more default
8362
8363 2005-10-16 [colin]      1.9.15cvs59
8364
8365         * src/wizard.c
8366                 Remove printf
8367
8368 2005-10-16 [colin]      1.9.15cvs58
8369
8370         * src/toolbar.c
8371         * src/prefs_common.c
8372                 Change some defaults
8373
8374 2005-10-16 [colin]      1.9.15cvs57
8375
8376         * src/toolbar.c
8377         * src/prefs_common.c
8378                 Change some defaults
8379
8380 2005-10-16 [colin]      1.9.15cvs56
8381
8382         * src/wizard.c
8383                 By default, initialize fonts to have
8384                 the same size as normal GtkWidgets
8385
8386 2005-10-16 [colin]      1.9.15cvs55
8387
8388         * src/mimeview.c
8389                 Fix message a bit more
8390
8391 2005-10-16 [colin]      1.9.15cvs54
8392
8393         * src/addressbook.c
8394                 Second attempt at flicker fixing
8395
8396 2005-10-16 [colin]      1.9.15cvs53
8397
8398         * src/addressbook.c
8399                 Fix flicker
8400
8401 2005-10-16 [wwp]        1.9.15cvs52
8402
8403         * src/addressbook.c
8404         * src/editaddress.c
8405         * src/prefs_common.c
8406         * src/prefs_common.h
8407                 Remember window sizes (address book)
8408
8409 2005-10-16 [wwp]        1.9.15cvs51
8410
8411         * src/plugins/clamav/clamav_plugin_gtk.c
8412         * src/plugins/spamassassin/spamassassin_gtk.c
8413                 Fix compilation warnings (missing #include).
8414
8415 2005-10-16 [colin]      1.9.15cvs50
8416
8417         * src/mimeview.c
8418         * src/summaryview.c
8419         * src/textview.c
8420                 Make 'c' check signature, and forward
8421                 c, l, y, t from summaryview to mimeview
8422
8423 2005-10-16 [colin]      1.9.15cvs49
8424
8425         * src/addressbook.c
8426                 Put border around buttons
8427         * src/mainwindow.c
8428         * src/summaryview.c
8429                 Rework menus (Patch based on a patch
8430                 by Paul)
8431
8432 2005-10-15 [wwp]        1.9.15cvs48
8433
8434         * src/editjpilot.c
8435         * src/editldap.c
8436         * src/editvcard.c
8437         * src/exphtmldlg.c
8438         * src/expldifdlg.c
8439         * src/export.c
8440         * src/import.c
8441         * src/importldif.c
8442         * src/importmutt.c
8443         * src/importpine.c
8444         * src/prefs_account.c
8445         * src/prefs_spelling.c
8446         * src/gtk/gtkutils.c
8447         * src/gtk/gtkutils.h
8448         * src/plugins/clamav/clamav_plugin_gtk.c
8449         * src/plugins/spamassassin/spamassassin_gtk.c
8450                 use nicer browse-for-file/dir buttons than the "..." ones,
8451                 code factorizing more.
8452
8453 2005-10-14 [colin]      1.9.15cvs47
8454
8455         * src/mainwindow.c
8456                 set relief on the account switcher so that people see it
8457                 grey out Create processing rules when no message is selected
8458         * src/prefs_filtering.c
8459                 ask before closing if the rule has not been modified, even if
8460                 it's not valid
8461         * src/prefs_matcher.c
8462                 fix sensitivity when entering the dialog
8463         * src/gtk/inputdialog.c
8464                 display a better icon on password ask
8465         * src/plugins/pgpcore/passphrase.c
8466                 make the dialog look better
8467
8468 2005-10-14 [paul]       1.9.15cvs46
8469
8470         * src/folderview.c
8471                 indicate presense of marked msgs in
8472                 unexpanded subfolders
8473
8474 2005-10-14 [paul]       1.9.15cvs45
8475
8476         * src/prefs_actions.c
8477         * src/prefs_common.c
8478         * src/prefs_common.h
8479         * src/prefs_filtering_action.c
8480         * src/prefs_matcher.c
8481         * src/prefs_template.c
8482                 remember window sizes
8483                 fix Info button size
8484
8485         Patches by wwp
8486
8487 2005-10-13 [colin]      1.9.15cvs44
8488
8489         * src/mimeview.c
8490         * src/noticeview.c
8491         * src/noticeview.h
8492                 Add a tooltip on the icon (optional) 
8493                 Get rid of the signature buttons and only
8494                 use the icon+tooltip
8495
8496 2005-10-13 [colin]      1.9.15cvs43
8497
8498         * src/noticeview.c
8499         * src/noticeview.h
8500                 Add hand cursor for hovering over icon
8501
8502 2005-10-13 [colin]      1.9.15cvs42
8503
8504         * src/summaryview.c
8505                 Fix crash when quicksearch's hidden 
8506                 at startup
8507
8508 2005-10-13 [colin]      1.9.15cvs41
8509
8510         * src/compose.c
8511                 Set subject when forwarding multiple mails
8512                 Check that other recipient than the default Cc or Bcc
8513                 have been set before sending.
8514
8515 2005-10-13 [colin]      1.9.15cvs40
8516
8517         * src/imap.c
8518                 Batch per-folder
8519                 Introduce locking, but don't use it yet
8520
8521 2005-10-13 [colin]      1.9.15cvs39
8522
8523         * src/gtk/quicksearch.c
8524                 Reset quicksearch when hiding it
8525                 Make sticky a real pref
8526
8527 2005-10-13 [colin]      1.9.15cvs38
8528
8529         * src/summaryview.c
8530                 Faster prefs apply
8531
8532 2005-10-13 [colin]      1.9.15cvs37
8533
8534         * src/mimeview.c
8535         * src/noticeview.c
8536         * src/noticeview.h
8537         * src/plugins/pgpcore/sgpgme.c
8538                 Make privacy icon clickable
8539                 Move Trust field in Full info
8540                 When trust is less than full, don't display
8541                 a warning icon
8542
8543 2005-10-13 [colin]      1.9.15cvs36
8544
8545         * src/folder.c
8546                 Batch on flags sync
8547         * src/folderview.c
8548                 Revert speed hack which is dangerous in fact
8549                 Apply prefs faster
8550
8551 2005-10-13 [colin]      1.9.15cvs35
8552
8553         * src/folder_item_prefs.c
8554                 Fix pref corruption on folder move. Patch
8555                 by wwp
8556
8557 2005-10-13 [paul]       1.9.15cvs34
8558
8559         * src/export.c
8560         * src/import.c
8561                 fix typos in g_warnings
8562         * src/prefs_account.c
8563                 add a file selector for Signature file
8564
8565         Patches by wwp
8566
8567 2005-10-12 [colin]      1.9.15cvs33
8568
8569         * src/mimeview.c
8570                 Provide a quick way to go back from a
8571                 signature's full info to the email part
8572
8573 2005-10-12 [colin]      1.9.15cvs32
8574
8575         * src/compose.c
8576                 Remove old hack of encoding signed mails with base64.
8577                 QP works equally well.
8578
8579 2005-10-12 [colin]      1.9.15cvs31
8580
8581         * src/crash.c
8582                 Replace deprecated GtkText with GtkTextView
8583         * src/imap.c
8584                 Fix a logic bug about counts in imap_select
8585                 (previously un-triggered)
8586         * src/mainwindow.c
8587         * src/summaryview.c
8588         * src/news.c
8589                 Allow local deletion of news posts
8590         * src/mimeview.c
8591                 Show GPG noticeview on the message/rfc822 part
8592                 in addition to the text/plain one
8593         * src/prefs_image_viewer.c
8594           src/plugins/pgpcore/prefs_gpg.c
8595                 Polish (set the label as part of the checkbox)
8596         * src/wizard.c
8597                 Don't sit there doing nothing after destroying
8598                 the window - return err
8599
8600 2005-10-11 [colin]      1.9.15cvs30
8601
8602         * src/folderview.c
8603                 Apply processing rules before showing folders.
8604                 Early folder show (before flags sync) will only
8605                 be done when there are no processing rules (nor
8606                 pre- or post- ones)
8607         * src/imap.c
8608                 Fix stuff related to mail subdir, creation and 
8609                 deletion of folders 
8610         * src/imap_gtk.c
8611                 Don't allow creation of folders in NoInferior
8612                 folders, as it won't work
8613
8614 2005-10-10 [colin]      1.9.15cvs29
8615
8616         * src/compose.c
8617                 Reselect "None" Privacy system when selecting an
8618                 account with no privacy system defined
8619
8620 2005-10-10 [colin]      1.9.15cvs28
8621
8622         * src/mainwindow.c
8623                 Add Windows-1252 encoding
8624         * src/prefs_common.c
8625                 Rework some defaults:
8626                 - autosave to draft by default
8627                 - don't show header pane (it's already in the textview)
8628                 - Select first new or unread mail on entry
8629                 - Assume 'Yes' to change folder when there's no more
8630                   unread message
8631         * src/prefs_matcher.c
8632                 Fix a gtk assertion failure
8633         * src/gtk/colorlabel.c
8634                 Workaround bad repainting on selection
8635         * src/main.c
8636                 Freeze/thaw (a bit faster on ssh -X)
8637         * src/msgcache.c
8638                 Get rid of StrdupConverter that just adds an
8639                 extra strdup/free 
8640         * src/etpan/imap_thread.c
8641                 memset buf to 0
8642
8643 2005-10-10 [colin]      1.9.15cvs27
8644
8645         * src/export.c
8646         * src/import.c
8647                 Fix compile on gtk 2.4. Patch by wwp
8648
8649 2005-10-09 [colin]      1.9.15cvs26
8650
8651         * src/mainwindow.c
8652         * src/messageview.c
8653         * src/summaryview.c
8654                 Clarify forward menus. Patch by wwp
8655
8656 2005-10-09 [colin]      1.9.15cvs25
8657
8658         * src/compose.c
8659         * src/compose.h
8660                 Fix bug #829 (Non-working "Encrypt message by 
8661                 default when replying to an encrypted message")
8662
8663 2005-10-08 [colin]      1.9.15cvs24
8664
8665         * src/wizard.c
8666                 Fix bug #827 ("Welcome" setup wizard after a 
8667                 permission error gives up & forgets itself.)
8668
8669 2005-10-08 [colin]      1.9.15cvs23
8670
8671         * src/procmime.c
8672                 Fix bug #828 (Ignoring headers with spaces around = sign)
8673
8674 2005-10-08 [colin]      1.9.15cvs22
8675
8676         * src/export.c
8677                 Warning fix by wwp
8678
8679 2005-10-08 [colin]      1.9.15cvs21
8680
8681         * src/folder.c
8682         * src/folder.h
8683                 Add a processing_pending indicator, set on 
8684                 folder_item_open and cleared after 
8685                 folder_item_process_open
8686         * src/folderview.c
8687         * src/summaryview.c
8688                 wrap procmsg_msginfo_*_flags, and in the
8689                 wrapper check that there's no folder processing 
8690                 pending. If there is, defer the flags change until 
8691                 processing is done to avoid stepping over each
8692                 other's toes.
8693                 Freeze during processing, but not during scanning.
8694
8695 2005-10-07 [colin]      1.9.15cvs20
8696
8697         * src/plugins/pgpcore/passphrase.c
8698                 Fix bug #826 (X-Server hangs when 
8699                 right-clicking a PGP encrypted message)
8700
8701 2005-10-07 [paul]       1.9.15cvs19
8702
8703         * src/compose.c
8704                 fix compose_entries[]
8705                 patch by Fabien Vantard
8706
8707 2005-10-06 [colin]      1.9.15cvs18
8708
8709         * src/pixmaps/address.xpm
8710         * src/pixmaps/address_book.xpm
8711         * src/pixmaps/book.xpm
8712         * src/pixmaps/check_spelling.xpm
8713         * src/pixmaps/checkbox_off.xpm
8714         * src/pixmaps/checkbox_on.xpm
8715         * src/pixmaps/close.xpm
8716         * src/pixmaps/complete.xpm
8717         * src/pixmaps/continue.xpm
8718         * src/pixmaps/deleted.xpm
8719         * src/pixmaps/down_arrow.xpm
8720         * src/pixmaps/exec.xpm
8721         * src/pixmaps/forwarded.xpm
8722         * src/pixmaps/group.xpm
8723         * src/pixmaps/ignorethread.xpm
8724         * src/pixmaps/interface.xpm
8725         * src/pixmaps/jpilot.xpm
8726         * src/pixmaps/ldap.xpm
8727         * src/pixmaps/linewrap.xpm
8728         * src/pixmaps/linewrapcurrent.xpm
8729         * src/pixmaps/mail.xpm
8730         * src/pixmaps/mail_attach.xpm
8731         * src/pixmaps/mail_compose.xpm
8732         * src/pixmaps/mail_forward.xpm
8733         * src/pixmaps/mail_receive.xpm
8734         * src/pixmaps/mail_receive_all.xpm
8735         * src/pixmaps/mail_reply.xpm
8736         * src/pixmaps/mail_reply_to_all.xpm
8737         * src/pixmaps/mail_reply_to_author.xpm
8738         * src/pixmaps/mail_send.xpm
8739         * src/pixmaps/mail_send_queue.xpm
8740         * src/pixmaps/mime_application.xpm
8741         * src/pixmaps/mime_audio.xpm
8742         * src/pixmaps/mime_image.xpm
8743         * src/pixmaps/mime_message.xpm
8744         * src/pixmaps/mime_text_enriched.xpm
8745         * src/pixmaps/mime_text_html.xpm
8746         * src/pixmaps/mime_text_plain.xpm
8747         * src/pixmaps/mime_unknown.xpm
8748         * src/pixmaps/new.xpm
8749         * src/pixmaps/news_compose.xpm
8750         * src/pixmaps/offline.xpm
8751         * src/pixmaps/online.xpm
8752         * src/pixmaps/paste.xpm
8753         * src/pixmaps/preferences.xpm
8754         * src/pixmaps/privacy_emblem_encrypted.xpm
8755         * src/pixmaps/privacy_expired.xpm
8756         * src/pixmaps/privacy_failed.xpm
8757         * src/pixmaps/privacy_passed.xpm
8758         * src/pixmaps/privacy_signed.xpm
8759         * src/pixmaps/privacy_unknown.xpm
8760         * src/pixmaps/privacy_warn.xpm
8761         * src/pixmaps/properties.xpm
8762         * src/pixmaps/replied.xpm
8763         * src/pixmaps/search.xpm
8764         * src/pixmaps/unread.xpm
8765         * src/pixmaps/up_arrow.xpm
8766         * src/pixmaps/vcard.xpm
8767                 Modernize internal theme, with icons from the 
8768                 Gnomaws theme. Keep some of the old ones where
8769                 they were better.
8770
8771 2005-10-06 [colin]      1.9.15cvs17
8772
8773         * src/summaryview.c
8774                 Little optimisations + bugfix
8775         * src/toolbar.c
8776                 Remove default useless items - useless being defined
8777                 by the default relevant prefs
8778         * src/wizard.c
8779                 include config.h to make gettext work
8780         * src/prefs_themes.c
8781                 Fix selection of current theme in prefs
8782
8783 2005-10-06 [colin]      1.9.15cvs16
8784
8785         * src/prefs_common.c
8786         * src/prefs_common.h
8787         * src/prefs_summaries.c
8788         * src/folderview.c
8789                 Add a warning dialog on Mark all read 
8790                 (with pref to get rid of it)
8791
8792 2005-10-06 [paul]       1.9.15cvs15
8793
8794         * po/nb.po
8795         * po/pt_BR.po
8796                 updated by Geir Helland and Frederico
8797                 Goncalves Guimaraes
8798
8799 2005-10-05 [colin]      1.9.15cvs14
8800
8801         * src/folder.c
8802         * src/folder.h
8803         * src/folderview.c
8804         * src/folderview.h
8805         * src/imap_gtk.c
8806         * src/mh_gtk.c
8807         * src/mainwindow.c
8808         * src/setup.c
8809                 add a way to rescan without rebuilding
8810                 make moving a bit faster (less folders changes)
8811                 don't lock the tree on Get 
8812         * src/imap.c
8813                 Don't re-delete deleted messages before expunging
8814         * src/summaryview.c
8815                 Set batch mode when deleting mails
8816
8817 2005-10-05 [paul]       1.9.15cvs13
8818
8819         * src/mainwindow.c
8820         * src/mainwindow.h
8821                 fix disabled Execute menu item
8822         * src/toolbar.c
8823                 match the change in 1.9.15cvs10: use Compose
8824                 instead of News by default
8825
8826 2005-10-04 [colin]      1.9.15cvs12
8827
8828         * src/compose.c
8829                 When replying to an ML post with Reply-To set
8830                 to the poster's email, honor it (as before),
8831                 but also honor our user's request to reply to
8832                 the mailing list: set the ML address in the To
8833                 field and the Reply-To address in the Cc: 
8834                 field.
8835
8836 2005-10-04 [colin]      1.9.15cvs11
8837
8838         * src/plugins/trayicon/trayicon.c
8839                 Finish cosmetic change - thanks to wwp
8840
8841 2005-10-04 [colin]      1.9.15cvs10
8842
8843         * src/toolbar.c
8844                 Use Compose instead of Email by default.
8845                 Spotted by wwp.
8846
8847 2005-10-04 [colin]      1.9.15cvs9
8848
8849         * src/folder.c
8850         * src/folder.h
8851         * src/folderview.c
8852         * src/imap.c
8853         * src/etpan/imap-thread.c
8854         * src/etpan/imap-thread.h
8855                 Try to make IMAP faster, by simplifying SEARCH
8856                 commands, avoiding sending two STATUS in a row,
8857                 and deferring flags sync and processing just
8858                 after displaying the folder. 
8859                 This will update the SummaryView in certain
8860                 cases (new mails not already fetched, flags
8861                 changed from another client) but in a non-
8862                 blocking manner.
8863
8864 2005-10-04 [colin]      1.9.15cvs8
8865
8866         * src/plugins/trayicon/trayicon.c
8867                 Relabel "Offline" to "Work offline"
8868
8869 2005-10-04 [colin]      1.9.15cvs7
8870
8871         * src/export.c
8872         * src/import.c
8873         * src/mbox.c
8874                 Fix mbox import/export buglets
8875                 Patch by wwp
8876         * src/plugins/trayicon/trayicon.c
8877                 Add offline swithc
8878                 Patch by wwp
8879
8880 2005-10-04 [colin]      1.9.15cvs6
8881
8882         * src/folder.c
8883         * src/folderview.c
8884         * src/summaryview.c
8885                 Better fix (don't break mark all read) for cvs2
8886
8887 2005-10-03 [colin]      1.9.15cvs5
8888
8889         * src/folder.c
8890                 Use a sane sort by default
8891
8892 2005-10-03 [colin]      1.9.15cvs4
8893
8894         * src/inc.c
8895                 Add a 'Only once' button for overriding offline mode
8896         * src/prefs_account.c
8897         * src/wizard.c
8898                 Add Local mbox to the wizard
8899                 Add IMAP subdir to the wizard (or the wizard is useless
8900                 for such accounts, or even worse than useless)
8901                 Move IMAP subdir from Advanced to Receive tab, as it's
8902                 not that uncommon
8903
8904 2005-10-03 [colin]      1.9.15cvs3
8905
8906         * src/send_message.c
8907                 Forgot this one in cvs1
8908
8909 2005-10-03 [colin]      1.9.15cvs2
8910
8911         * src/folder.c
8912                 Faster close when leaving a folder with lots
8913                 of new mails. Idea by David Relson.
8914
8915 2005-10-03 [colin]      1.9.15cvs1
8916
8917         * src/compose.c
8918         * src/imap.c
8919         * src/inc.c
8920         * src/main.c
8921         * src/messageview.c
8922         * src/news.c
8923         * src/summaryview.c
8924         * src/gtk/sslcertwindow.c
8925         * src/plugins/trayicon/trayicon.c
8926                 Add accels to every AlertPanel. Patch by Fabien 
8927                 Vantard
8928
8929 2005-10-03 [paul]       1.9.15
8930
8931         1.9.15 released
8932
8933 2005-10-03 [paul]       1.9.14cvs68
8934
8935         * po/ca.po
8936         * po/de.po
8937         * po/es.po
8938         * po/fi.po
8939         * po/fr.po
8940         * po/sk.po
8941         * po/sr.po
8942         * po/zh_CN.po
8943                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8944                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8945                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8946
8947 2005-10-03 [paul]       1.9.14cvs67
8948
8949         * src/send_message.c
8950                 prevent hang on Cancel
8951                 patch by Colin
8952
8953 2005-10-03 [paul]       1.9.14cvs66
8954
8955         * src/main.c
8956                 fix crash in IMAP caused by discrepancy
8957                 between check_at_startup and offline mode
8958                 Patch by Colin
8959
8960 2005-10-01 [paul]       1.9.14cvs65
8961
8962         * src/inc.c
8963                 fix engrish
8964
8965 2005-10-01 [paul]       1.9.14cvs64
8966         * src/export.c
8967         * src/import.c
8968                 synchronise import_mbox() and export_mbox()
8969         * src/mbox.c
8970                 proc_mbox(): add alert if file cannot be opened
8971                 export_list_to_mbox(): test if dest file exists,
8972                 prompt user to overwrite if it does. add alert
8973                 if file cannot be created
8974                                                                 
8975         Patch by wwp
8976                                                                                                                 
8977
8978 2005-09-30 [paul]       1.9.14cvs63
8979
8980         * src/addressbook.c
8981                 Fix sensitivity of a menu
8982         * src/codeconv.c
8983                 Respect hidden pref for mails with no encoding
8984         * src/common/xml.c
8985                 Fix memory corruption
8986         * src/plugins/pgpcore/sgpgme.c
8987                 Fix segfault on incomplete sigs, and display
8988                 of S/Mime UIDs
8989
8990         Patches by Colin
8991
8992 2005-09-30 [colin]      1.9.14cvs62
8993
8994         * src/partial_download.c
8995                 Little logic fix in almost-dead code
8996         * src/pop.c
8997                 Fix partial download when there's no new mail
8998
8999 2005-09-29 [paul]       1.9.14cvs61
9000
9001         * src/plugins/pgpinline/pgpinline.c
9002                 fix bug 819, 'crash accessing sign message'
9003                 Patch by Colin
9004
9005 2005-09-28 [martin]     1.9.14cvs60
9006
9007         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9008                 fix bug #790 (Crash when restarting window manager (fluxbox))
9009
9010 2005-09-28 [paul]       1.9.14cvs59
9011
9012         * src/gtk/gtkaspell.c
9013                 fix off-by-one typo
9014
9015 2005-09-27 [colin]      1.9.14cvs58
9016
9017         * src/plugins/pgpcore/sgpgme.c
9018                 Report error when there's one, instead of
9019                 "Signature unchecked" 
9020
9021 2005-09-27 [colin]      1.9.14cvs57
9022
9023         * src/prefs_quote.c
9024                 Fix bug #816 (Weird quotation with spaces)
9025
9026 2005-09-27 [colin]      1.9.14cvs56
9027
9028         * src/codeconv.c
9029         * src/compose.c
9030         * src/compose.h
9031                 Put subject in compose's title
9032                 Fix Automatic encoding so that it's really automatic:
9033                 first try default locale's charset, then charset of the replied mail, 
9034                 then utf-8
9035                 Fix encoding of headers (must be in strict mode too)
9036
9037 2005-09-26 [colin]      1.9.14cvs55
9038
9039         * src/gtk/gtkaspell.c
9040                 Fix previous patch - don't color the space,
9041                 just uncolor it :)
9042
9043 2005-09-26 [colin]      1.9.14cvs54
9044
9045         * src/gtk/gtkaspell.c
9046                 Unmark space if possible
9047
9048 2005-09-26 [colin]      1.9.14cvs53
9049
9050         * src/imap.c
9051                 log_error instead of alertpanel according to the pref
9052         * src/etpan/imap-thread.c
9053                 Print connect status, copy only necessary size to 
9054                 logger
9055         * src/plugins/pgpmime/pgpmime.c
9056                 Handle S/Mime signatures (verification only). Patch based
9057                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9058
9059 2005-09-26 [paul]       1.9.14cvs52
9060
9061         * src/common/passcrypt.c
9062                 this 'workaround' not necessary on NetBSD.
9063                 Thanks to Daniel Gustafson
9064
9065 2005-09-26 [paul]
9066
9067         1.9.15-rc4 released
9068
9069 2005-09-26 [paul]       1.9.14cvs51
9070
9071         * src/summaryview.c
9072                 Skip currently selected message when
9073                 looking for next new or unread message
9074                 in current folder. Patch by Colin
9075         * src/common/passcrypt.c
9076                 eliminate warnings on *BSD. Patch by
9077                 Daniel Gustafson
9078
9079 2005-09-26 [colin]      1.9.14cvs50
9080
9081         * src/procmsg.c
9082                 Call postfiltering hook anyway
9083
9084 2005-09-22 [colin]      1.9.14cvs49
9085
9086         * src/codeconv.c
9087         * src/codeconv.h
9088                 Add a strict mode that doesn't replace with _
9089         * src/compose.c
9090         * src/compose.h
9091                 Use strict conversion while sending
9092                 Fix race when drafting while sending (happens
9093                 on IMAP)
9094                 Fix d'n'd of messages from summaryview
9095         * src/prefs_common.c
9096         * src/prefs_common.h
9097                 add hidden utf8_instead_of_locale_for_broken_mail 
9098                 pref for people that preferred the default charset 
9099                 to be utf8 for broken mails
9100         * src/quote_fmt_parse.y
9101                 fix bug #815 (No quote insert if "From:" fied 
9102                 contained Russian letters)
9103         * src/summaryview.c
9104                 Fix d'n'd of messages to compose
9105
9106 2005-09-22 [paul]       1.9.14cvs48
9107
9108         * src/compose.c
9109                 fix bug where attachments Name entry
9110                 would display Path instead
9111
9112 2005-09-21 [paul]       1.9.14cvs47
9113
9114         * README
9115         * README.jp
9116         * configure.ac
9117         * config/config.rpath
9118         * doc/manual/en/sylpheed-20.html
9119         * doc/manual/es/sylpheed-20.html
9120         * po/bg.po
9121         * po/ca.po
9122         * po/de.po
9123         * po/es.po
9124         * po/fr.po
9125         * po/it.po
9126         * po/pt_BR.po
9127         * po/sk.po
9128         * po/zh_TW.po
9129         * src/account.c
9130         * src/account.h
9131         * src/action.c
9132         * src/action.h
9133         * src/adbookbase.h
9134         * src/addr_compl.c
9135         * src/addr_compl.h
9136         * src/addrbook.c
9137         * src/addrbook.h
9138         * src/addrcache.c
9139         * src/addrcache.h
9140         * src/addrcindex.c
9141         * src/addrcindex.h
9142         * src/addrclip.c
9143         * src/addrclip.h
9144         * src/addrdefs.h
9145         * src/addressadd.c
9146         * src/addressadd.h
9147         * src/addressbook.c
9148         * src/addressbook.h
9149         * src/addressitem.h
9150         * src/addrgather.c
9151         * src/addrgather.h
9152         * src/addrharvest.c
9153         * src/addrharvest.h
9154         * src/addrindex.c
9155         * src/addrindex.h
9156         * src/addritem.c
9157         * src/addritem.h
9158         * src/addrquery.c
9159         * src/addrquery.h
9160         * src/addrselect.c
9161         * src/addrselect.h
9162         * src/alertpanel.c
9163         * src/alertpanel.h
9164         * src/browseldap.c
9165         * src/browseldap.h
9166         * src/codeconv.c
9167         * src/codeconv.h
9168         * src/compose.c
9169         * src/compose.h
9170         * src/crash.c
9171         * src/crash.h
9172         * src/customheader.c
9173         * src/customheader.h
9174         * src/displayheader.c
9175         * src/displayheader.h
9176         * src/editaddress.c
9177         * src/editaddress.h
9178         * src/editbook.c
9179         * src/editbook.h
9180         * src/editgroup.c
9181         * src/editgroup.h
9182         * src/editjpilot.c
9183         * src/editjpilot.h
9184         * src/editldap.c
9185         * src/editldap.h
9186         * src/editldap_basedn.c
9187         * src/editldap_basedn.h
9188         * src/editvcard.c
9189         * src/editvcard.h
9190         * src/enriched.c
9191         * src/enriched.h
9192         * src/exphtmldlg.c
9193         * src/exphtmldlg.h
9194         * src/expldifdlg.c
9195         * src/expldifdlg.h
9196         * src/export.c
9197         * src/export.h
9198         * src/exporthtml.c
9199         * src/exporthtml.h
9200         * src/exportldif.c
9201         * src/exportldif.h
9202         * src/filtering.c
9203         * src/filtering.h
9204         * src/folder.c
9205         * src/folder.h
9206         * src/folder_item_prefs.c
9207         * src/folder_item_prefs.h
9208         * src/foldersel.c
9209         * src/foldersel.h
9210         * src/folderutils.c
9211         * src/folderutils.h
9212         * src/folderview.c
9213         * src/folderview.h
9214         * src/grouplistdialog.c
9215         * src/grouplistdialog.h
9216         * src/headerview.c
9217         * src/headerview.h
9218         * src/html.c
9219         * src/html.h
9220         * src/image_viewer.c
9221         * src/image_viewer.h
9222         * src/imap.c
9223         * src/imap.h
9224         * src/imap_gtk.c
9225         * src/imap_gtk.h
9226         * src/import.c
9227         * src/import.h
9228         * src/importldif.c
9229         * src/importldif.h
9230         * src/importmutt.c
9231         * src/importmutt.h
9232         * src/importpine.c
9233         * src/importpine.h
9234         * src/inc.c
9235         * src/inc.h
9236         * src/jpilot.c
9237         * src/jpilot.h
9238         * src/ldapctrl.c
9239         * src/ldapctrl.h
9240         * src/ldaplocate.c
9241         * src/ldaplocate.h
9242         * src/ldapquery.c
9243         * src/ldapquery.h
9244         * src/ldapserver.c
9245         * src/ldapserver.h
9246         * src/ldaputil.c
9247         * src/ldaputil.h
9248         * src/ldif.c
9249         * src/ldif.h
9250         * src/localfolder.c
9251         * src/localfolder.h
9252         * src/main.c
9253         * src/main.h
9254         * src/mainwindow.c
9255         * src/mainwindow.h
9256         * src/manual.c
9257         * src/manual.h
9258         * src/matcher.c
9259         * src/matcher.h
9260         * src/matcher_parser.h
9261         * src/matcher_parser_lex.l
9262         * src/matcher_parser_parse.y
9263         * src/mbox.c
9264         * src/mbox.h
9265         * src/message_search.c
9266         * src/message_search.h
9267         * src/messageview.c
9268         * src/messageview.h
9269         * src/mh.c
9270         * src/mh.h
9271         * src/mh_gtk.c
9272         * src/mh_gtk.h
9273         * src/mimeview.c
9274         * src/mimeview.h
9275         * src/msgcache.c
9276         * src/msgcache.h
9277         * src/mutt.c
9278         * src/mutt.h
9279         * src/news.c
9280         * src/news.h
9281         * src/news_gtk.c
9282         * src/news_gtk.h
9283         * src/noticeview.c
9284         * src/noticeview.h
9285         * src/partial_download.c
9286         * src/partial_download.h
9287         * src/pine.c
9288         * src/pine.h
9289         * src/pop.c
9290         * src/pop.h
9291         * src/prefs_account.c
9292         * src/prefs_account.h
9293         * src/prefs_actions.c
9294         * src/prefs_actions.h
9295         * src/prefs_common.c
9296         * src/prefs_common.h
9297         * src/prefs_compose_writing.c
9298         * src/prefs_compose_writing.h
9299         * src/prefs_customheader.c
9300         * src/prefs_customheader.h
9301         * src/prefs_display_header.c
9302         * src/prefs_display_header.h
9303         * src/prefs_ext_prog.c
9304         * src/prefs_ext_prog.h
9305         * src/prefs_filtering.c
9306         * src/prefs_filtering.h
9307         * src/prefs_filtering_action.c
9308         * src/prefs_filtering_action.h
9309         * src/prefs_folder_column.c
9310         * src/prefs_folder_column.h
9311         * src/prefs_folder_item.c
9312         * src/prefs_folder_item.h
9313         * src/prefs_fonts.c
9314         * src/prefs_fonts.h
9315         * src/prefs_gtk.c
9316         * src/prefs_gtk.h
9317         * src/prefs_image_viewer.c
9318         * src/prefs_image_viewer.h
9319         * src/prefs_matcher.c
9320         * src/prefs_matcher.h
9321         * src/prefs_message.c
9322         * src/prefs_message.h
9323         * src/prefs_msg_colors.c
9324         * src/prefs_msg_colors.h
9325         * src/prefs_other.c
9326         * src/prefs_other.h
9327         * src/prefs_quote.c
9328         * src/prefs_quote.h
9329         * src/prefs_receive.c
9330         * src/prefs_receive.h
9331         * src/prefs_send.c
9332         * src/prefs_send.h
9333         * src/prefs_spelling.c
9334         * src/prefs_spelling.h
9335         * src/prefs_summaries.c
9336         * src/prefs_summaries.h
9337         * src/prefs_summary_column.c
9338         * src/prefs_summary_column.h
9339         * src/prefs_template.c
9340         * src/prefs_template.h
9341         * src/prefs_themes.c
9342         * src/prefs_themes.h
9343         * src/prefs_toolbar.c
9344         * src/prefs_toolbar.h
9345         * src/prefs_wrapping.c
9346         * src/prefs_wrapping.h
9347         * src/privacy.c
9348         * src/privacy.h
9349         * src/procheader.c
9350         * src/procheader.h
9351         * src/procmime.c
9352         * src/procmime.h
9353         * src/procmsg.c
9354         * src/procmsg.h
9355         * src/quote_fmt.c
9356         * src/quote_fmt_parse.y
9357         * src/recv.c
9358         * src/recv.h
9359         * src/remotefolder.c
9360         * src/remotefolder.h
9361         * src/send_message.c
9362         * src/send_message.h
9363         * src/setup.c
9364         * src/setup.h
9365         * src/simple-gettext.c
9366         * src/sourcewindow.c
9367         * src/sourcewindow.h
9368         * src/ssl_manager.c
9369         * src/ssl_manager.h
9370         * src/statusbar.c
9371         * src/statusbar.h
9372         * src/stock_pixmap.c
9373         * src/stock_pixmap.h
9374         * src/summary_search.c
9375         * src/summary_search.h
9376         * src/summaryview.c
9377         * src/summaryview.h
9378         * src/syldap.c
9379         * src/syldap.h
9380         * src/textview.c
9381         * src/textview.h
9382         * src/toolbar.c
9383         * src/toolbar.h
9384         * src/undo.c
9385         * src/undo.h
9386         * src/unmime.c
9387         * src/unmime.h
9388         * src/vcard.c
9389         * src/vcard.h
9390         * src/wizard.c
9391         * src/wizard.h
9392         * src/common/base64.c
9393         * src/common/base64.h
9394         * src/common/defs.h
9395         * src/common/hooks.c
9396         * src/common/hooks.h
9397         * src/common/log.c
9398         * src/common/log.h
9399         * src/common/md5.c
9400         * src/common/md5.h
9401         * src/common/mgutils.c
9402         * src/common/mgutils.h
9403         * src/common/nntp.c
9404         * src/common/nntp.h
9405         * src/common/passcrypt.c
9406         * src/common/passcrypt.h.in
9407         * src/common/plugin.c
9408         * src/common/plugin.h
9409         * src/common/prefs.c
9410         * src/common/prefs.h
9411         * src/common/progressindicator.c
9412         * src/common/progressindicator.h
9413         * src/common/quoted-printable.c
9414         * src/common/quoted-printable.h
9415         * src/common/session.c
9416         * src/common/session.h
9417         * src/common/smtp.c
9418         * src/common/smtp.h
9419         * src/common/socket.c
9420         * src/common/socket.h
9421         * src/common/ssl.c
9422         * src/common/ssl.h
9423         * src/common/ssl_certificate.c
9424         * src/common/ssl_certificate.h
9425         * src/common/string_match.c
9426         * src/common/string_match.h
9427         * src/common/stringtable.c
9428         * src/common/sylpheed.c
9429         * src/common/sylpheed.h
9430         * src/common/template.c
9431         * src/common/template.h
9432         * src/common/timing.h
9433         * src/common/utils.c
9434         * src/common/utils.h
9435         * src/common/uuencode.c
9436         * src/common/uuencode.h
9437         * src/common/version.h.in
9438         * src/common/xml.c
9439         * src/common/xml.h
9440         * src/common/xmlprops.c
9441         * src/common/xmlprops.h
9442         * src/gtk/about.c
9443         * src/gtk/about.h
9444         * src/gtk/colorlabel.c
9445         * src/gtk/colorlabel.h
9446         * src/gtk/colorsel.c
9447         * src/gtk/colorsel.h
9448         * src/gtk/description_window.c
9449         * src/gtk/description_window.h
9450         * src/gtk/filesel.c
9451         * src/gtk/filesel.h
9452         * src/gtk/foldersort.c
9453         * src/gtk/foldersort.h
9454         * src/gtk/gtkutils.c
9455         * src/gtk/gtkutils.h
9456         * src/gtk/inputdialog.c
9457         * src/gtk/inputdialog.h
9458         * src/gtk/logwindow.c
9459         * src/gtk/logwindow.h
9460         * src/gtk/manage_window.c
9461         * src/gtk/manage_window.h
9462         * src/gtk/menu.c
9463         * src/gtk/menu.h
9464         * src/gtk/pluginwindow.c
9465         * src/gtk/pluginwindow.h
9466         * src/gtk/prefswindow.c
9467         * src/gtk/prefswindow.h
9468         * src/gtk/progressdialog.c
9469         * src/gtk/progressdialog.h
9470         * src/gtk/quicksearch.c
9471         * src/gtk/quicksearch.h
9472         * src/gtk/sslcertwindow.c
9473         * src/gtk/sslcertwindow.h
9474         * src/plugins/clamav/clamav_plugin.c
9475         * src/plugins/clamav/clamav_plugin.h
9476         * src/plugins/clamav/clamav_plugin_gtk.c
9477         * src/plugins/demo/demo.c
9478         * src/plugins/dillo_viewer/dillo_prefs.c
9479         * src/plugins/dillo_viewer/dillo_prefs.h
9480         * src/plugins/dillo_viewer/dillo_viewer.c
9481         * src/plugins/mathml_viewer/mathml_viewer.c
9482         * src/plugins/pgpcore/passphrase.c
9483         * src/plugins/pgpcore/passphrase.h
9484         * src/plugins/pgpcore/plugin.c
9485         * src/plugins/pgpcore/prefs_gpg.c
9486         * src/plugins/pgpcore/prefs_gpg.h
9487         * src/plugins/pgpcore/select-keys.c
9488         * src/plugins/pgpcore/select-keys.h
9489         * src/plugins/pgpcore/sgpgme.c
9490         * src/plugins/pgpcore/sgpgme.h
9491         * src/plugins/pgpinline/pgpinline.c
9492         * src/plugins/pgpinline/pgpinline.h
9493         * src/plugins/pgpinline/plugin.c
9494         * src/plugins/pgpmime/pgpmime.c
9495         * src/plugins/pgpmime/pgpmime.h
9496         * src/plugins/pgpmime/plugin.c
9497         * src/plugins/spamassassin/spamassassin.c
9498         * src/plugins/spamassassin/spamassassin.h
9499         * src/plugins/spamassassin/spamassassin_gtk.c
9500         * src/plugins/trayicon/trayicon.c
9501         * tools/OOo2sylpheed.pl
9502         * tools/acroread2sylpheed.pl
9503         * tools/asus_mailled.sh
9504         * tools/filter_conv.pl
9505         * tools/freshmeat_search.pl
9506         * tools/google_search.pl
9507         * tools/kmail2sylpheed.pl
9508         * tools/kmail2sylpheed_v2.pl
9509         * tools/maildir2sylpheed.pl
9510         * tools/multiwebsearch.pl
9511         * tools/newscache_clean.pl
9512         * tools/outlook2sylpheed.pl
9513         * tools/sylpheed-switcher
9514         * tools/update-po
9515         * tools/vcard2xml.py
9516         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9517                 update FSF address
9518
9519 2005-09-21 [colin]      1.9.14cvs46
9520
9521         * src/gedit-print.c
9522         * src/procmsg.c
9523         * src/procmsg.h
9524         * src/textview.c
9525         * src/summaryview.c
9526                 Remove some printing hacks (deselection/reselection),
9527                 which by the way fix printing the currently 
9528                 displayed mime part (still only text)
9529                 Plus a little optimisation of summary_show
9530
9531
9532 2005-09-20 [colin]      1.9.14cvs45
9533
9534         * src/mainwindow.c
9535         * src/messageview.c
9536                 GUI fixups: add accels, set message
9537                 view title to displayed mail's subject
9538         * src/prefs_spelling.c
9539         * src/gtk/gtkaspell.c
9540                 GUI fixups: allow underlining misspelled
9541                 words instead of coloring them (a11y!)
9542
9543 2005-09-19 [colin]
9544
9545         1.9.15rc3 released
9546
9547 2005-09-19 [colin]      1.9.14cvs44
9548
9549         * src/compose.c
9550                 Fix draft message
9551         * src/gtk/gtkaspell.c
9552                 Fix wrong test ;-)
9553
9554 2005-09-19 [colin]      1.9.14cvs43
9555
9556         * src/addressbook.c
9557                 Fix sensitivity of Delete button
9558         * src/compose.c
9559                 Warn if the requested Privacy system
9560                 is not available
9561         * src/exphtmldlg.c
9562         * src/expldifdlg.c
9563         * src/importldif.c
9564         * src/importmutt.c
9565         * src/importpine.c
9566                 Fix crappy UI
9567         * src/
9568         * src/ssl.h
9569         * src/prefs_account.h
9570         * src/prefs_account.c
9571                 Save SSL prefs even in builds that have
9572                 SSL support disable
9573         * src/imap.c
9574         * src/inc.c
9575         * src/news.c
9576         * src/send_message.c
9577                 Warn if connection should be secure, but
9578                 SSL support isn't compiled in
9579         * src/gtkaspell.c
9580                 Fix word separation on UTF-8 systems
9581                 Fixes bug #812 (Strange inline spellchecking)
9582         * src/compose.c
9583                 Warn if the requested Privacy system
9584                 is not available
9585                 Factorize offline warning
9586         * src/imap.c
9587         * src/imap_gtk.c
9588         * src/imap_gtk.h
9589         * src/inc.h
9590         * src/news_gtk.c
9591         * src/news_gtk.h
9592         * src/messageview.c
9593                 Factorize offline warning
9594
9595 2005-09-19 [paul]
9596
9597         1.9.15-rc2 released
9598
9599 2005-09-18 [colin]      1.9.14cvs42
9600
9601         * src/codeconv.c
9602         * src/codeconv.h
9603         * src/procmime.c
9604                 Add a way to get locale's charset ignoring utf-8,
9605                 and use that as default encoding for broken mails
9606
9607 2005-09-18 [colin]      1.9.14cvs41
9608
9609         * src/gtk/logwindow.c
9610                 Translate string. Patch by Fabien Vantard
9611
9612 2005-09-18 [colin]      1.9.14cvs40
9613
9614         * configure.ac
9615                 Fix bug #803 (IMAP/SSL support breaks with 
9616                 GnuTLS libetpan 0.38)
9617
9618 2005-09-18 [colin]      1.9.14cvs39
9619
9620         * src/codeconv.c
9621         * src/compose.c
9622         * src/procmime.c
9623                 More charsets fixes. Fixes bug #806 (non
9624                 ascii characters in subject line)
9625
9626 2005-09-17 [paul]       1.9.14cvs38
9627
9628         * src/folderview.c
9629         * src/mainwindow.c
9630                 fix gcc-2.95 issues
9631                 Patch by Pawel Pekala
9632
9633 2005-09-17 [colin]      1.9.14cvs37
9634
9635         * src/addrindex.c
9636                 bugfix for NO-USE LDAP compilation, patch 
9637                 by Fabien Vantard
9638
9639 2005-09-17 [colin]      1.9.14cvs36
9640
9641         * src/prefs_actions.c
9642         * src/prefs_customheader.c
9643         * src/prefs_display_header.c
9644         * src/prefs_filtering_action.c
9645         * src/prefs_matcher.c
9646         * src/prefs_toolbar.c
9647                 Fix strange casts (less elegant but
9648                 works better)
9649
9650 2005-09-16 [colin]      1.9.14cvs35
9651
9652         * src/jpilot.c
9653                 Missed that one
9654
9655 2005-09-16 [colin]      1.9.14cvs34
9656
9657         * configure.ac
9658         * src/Makefile.am
9659         * src/addr_compl.c
9660         * src/addrindex.c
9661         * src/browseldap.c
9662         * src/editldap.c
9663         * src/ldaplocate.c
9664         * src/ldapquery.c
9665         * src/ldapquery.h
9666         * src/ldapserver.c
9667         * src/ldapserver.h
9668         * src/main.c
9669         * src/matcher_parser_parse.y
9670         * src/prefs_themes.c
9671         * src/etpan/Makefile.am
9672         * src/gtk/description_window.c
9673         * src/plugins/clamav/Makefile.am
9674         * src/plugins/clamav/clamav_plugin.c
9675         * src/plugins/dillo_viewer/Makefile.am
9676         * src/plugins/pgpcore/Makefile.am
9677         * src/plugins/pgpinline/Makefile.am
9678         * src/plugins/pgpmime/Makefile.am
9679         * src/plugins/trayicon/Makefile.am
9680                 Fix 100% cpu usage in address completion list
9681                 Fix little bugs (return with no values etc)
9682                 Fix all warnings (with common CFLAGS)
9683
9684 2005-09-15 [colin]      1.9.14cvs33
9685
9686         * src/addressbook.c
9687                 Fix bug where sometimes a group's email list is empty,
9688                 force its refresh (probably fixes "Re: how to create a 
9689                 distribution list")
9690         * src/ldapquery.c
9691                 Don't return to the callback in the main thread from the
9692                 fetch thread (or face segs!)
9693
9694 2005-09-15 [paul]       1.9.14cvs32
9695
9696         * src/prefs_matcher.c
9697                 forgotten in last commit
9698
9699 2005-09-15 [paul]       1.9.14cvs31
9700
9701         * src/prefs_actions.c
9702         * src/prefs_filtering_action.c
9703         * src/prefs_quote.c
9704         * src/quote_fmt.c
9705         * src/summaryview.c
9706         * src/gtk/description_window.c
9707         * src/gtk/description_window.h
9708         * src/gtk/quicksearch.c
9709                 allow interaction with the called
9710                 description window
9711                 Patch by Anders Hammar
9712
9713 2005-09-14 [paul]       1.9.14cvs30
9714
9715         * src/compose.c
9716                 fix a little annoyance when pasting with 3rd button 
9717                 with wrap_pastes=0 and wrap_input=1
9718                 Patch by Colin
9719
9720 2005-09-14 [paul]       1.9.14cvs29
9721
9722         * src/prefs_account.c
9723                 disable 'Filter messages on receiving' for
9724                 SMTP-only accounts
9725                 Patch  by Anders Hammar
9726
9727 2005-09-14 [paul]       1.9.14cvs28
9728
9729         * po/sk.po
9730                 fix crash
9731                 updated by Andrej Kacian
9732
9733 2005-09-14 [paul]
9734
9735         1.9.15-rc1 released
9736
9737 2005-09-14 [paul]       1.9.14cvs27
9738
9739         * po/es.po
9740                 updated by Ricardo Mones Lastra
9741         * src/compose.c
9742         * src/compose.h
9743                 associate no_wrap_tags to Compose windows
9744                 instead of using a static one
9745                 Patch by Colin
9746         * src/mbox.c
9747                 fix proc_mbox()
9748                 Patch by wwp
9749         * src/textview.c
9750                 remove unneeded printf()
9751
9752 2005-09-14 [paul]       1.9.14cvs26
9753
9754         * src/addrcache.c
9755         * src/codeconv.h
9756         * src/folder.h
9757         * src/mainwindow.h
9758         * src/mh.c
9759         * src/mimeview.h
9760         * src/partial_download.c
9761         * src/pop.c
9762         * src/prefs_account.c
9763         * src/prefs_account.h
9764         * src/prefs_actions.c
9765         * src/prefs_customheader.c
9766         * src/prefs_display_header.c
9767         * src/prefs_filtering_action.c
9768         * src/prefs_matcher.c
9769         * src/prefs_toolbar.c
9770         * src/privacy.h
9771         * src/procmime.c
9772         * src/procmime.h
9773         * src/procmsg.h
9774         * src/textview.c
9775         * src/undo.h
9776         * src/common/plugin.c
9777         * src/common/session.h
9778         * src/common/socket.c
9779         * src/common/socket.h
9780         * src/common/template.c
9781         * src/gtk/gtkaspell.c
9782         * src/gtk/quicksearch.h
9783         * src/plugins/pgpcore/passphrase.c
9784         * src/plugins/pgpcore/prefs_gpg.h
9785         * src/plugins/pgpcore/select-keys.c
9786         * src/plugins/pgpcore/select-keys.h
9787         * src/plugins/pgpcore/sgpgme.c
9788         * src/plugins/pgpinline/pgpinline.c
9789         * src/plugins/pgpmime/pgpmime.c
9790         * src/plugins/trayicon/trayicon.c
9791                 fix compilation warnings
9792                 Patch by Daniel Gustafson
9793
9794 2005-09-14 [paul]       1.9.14cvs25
9795
9796         * src/addressbook.c
9797                 add missing column header, and other small
9798                 bug fixes
9799                 Patch by Anders Hammar
9800
9801 2005-09-13 [colin]      1.9.14cvs24
9802
9803         * src/gtk/gtkaspell.c
9804                 Fix non-utf8 in menu
9805                 Fix little leaks
9806                 Nullify struct members after free()s
9807
9808 2005-09-13 [colin]      1.9.14cvs23
9809
9810         * src/compose.c
9811                 Test utf8 compliance before inserting to 
9812                 buffer, and try to convert if necessary
9813         * src/procmime.c
9814                 If no charset is present, use the locale 
9815                 one instead of us-ascii
9816         * src/procmsg.c
9817                 Add Sender, List-Post and To in the checked 
9818                 headers for automatic rules creation 
9819                 (thanks to wwp)
9820         * src/prefs_themes.c
9821         * src/gtk/gtkaspell.c
9822                 Remove deprecated functions. 
9823                 patch by Daniel Gustafson
9824
9825 2005-09-12 [colin]      1.9.14cvs22
9826
9827         * src/compose.c
9828                 Fix bug #448 (Scrolling/Redraw issue with 
9829                 address-fields in Header)
9830         * src/mainwindow.c
9831         * src/summaryview.c
9832         * src/summaryview.h
9833                 Fix loss of MSG_MARKED on move/copy
9834                 Fix bug #804 (Quicksearch togglebutton doesn't 
9835                 get depressed after '/' key is pressed)
9836
9837 2005-09-12 [paul]       1.9.14cvs21
9838
9839         * AUTHORS
9840         * src/gtk/logwindow.c
9841                 add 'Clear Log' to popup menu
9842                 Patch by Anders Hammar <anders.hammar@telia.com>
9843
9844 2005-09-12 [paul]       1.9.14cvs20
9845
9846         * src/compose.c
9847                 set correct sensitivity on attachments
9848                 popup menu
9849         * src/folder.c
9850                 fix typo
9851         * src/prefs_spelling.c
9852                 fix crash when no LANG env is set
9853         * src/common/xml.c
9854                 fix crash in wizard
9855                 don't use memeory after free
9856
9857         All patches by Daniel Gustafson
9858
9859 2005-09-12 [paul]       1.9.14cvs19
9860
9861         * src/prefs_themes.c
9862                 make theme info selectable
9863         * src/gtk/description_window.c
9864                 make window non-modal
9865         * tools/README
9866                 add details of asus_mailed.sh
9867         * tools/claws.i18n.status.pl
9868                 update for new zh_TW translator
9869                 widen the output
9870                 create alternate coloured lines
9871                 improve readability
9872
9873 2005-09-10 [colin]      1.9.14cvs18
9874
9875         * src/plugins/pgpcore/select-keys.c
9876                 Better order for the buttons
9877
9878 2005-09-10 [colin]      1.9.14cvs17
9879
9880         * src/compose.c
9881         * src/plugins/pgpcore/select-keys.c
9882         * src/plugins/pgpcore/select-keys.h
9883         * src/plugins/pgpcore/sgpgme.c
9884                 Add a "Don't encrypt" button to the key
9885                 selection dialog. Fixes bug #177 (There should be a 
9886                 'Don't encrypt button in the Select Keys dialog)
9887
9888 2005-09-10 [colin]      1.9.14cvs16
9889
9890         * src/compose.c
9891                 Fix bug #572 (%X option does not work with templates)
9892
9893 2005-09-10 [colin]      1.9.14cvs15
9894
9895         * src/toolbar.c 
9896                 Remove g_print
9897
9898 2005-09-10 [colin]      1.9.14cvs14
9899
9900         * src/imap.c
9901                 Fix a possible crash
9902
9903 2005-09-09 [colin]      1.9.14cvs13
9904
9905         * src/imap.c
9906         * src/etpan/imap-thread.c
9907         * src/etpan/imap-thread.h
9908                 Fix moving from queue or drafts to normal folders
9909                 Fix bug #794 (No way to delete without expunging)
9910                 Take flags unset by other mailers into account
9911                 Take deleted flag set by other mailers into account
9912                 Fix unsetting REPLIED flag
9913                 Fix crash when capabilities can't be retrieved
9914         * src/mainwindow.c
9915         * src/mainwindow.h
9916                 Add M_DELAYED_FLAGS condition, and let the user use
9917                 Execute in order to be able to expunge deleted mails,
9918                 even if he's not in delayed execute mode
9919         * src/prefs_spelling.c
9920                 Use 'en' dictionary by default if LANG is POSIX or C
9921         * src/gtk/prefswindow.c
9922                 Fix bug #767 (Preferences windows expanding) by making
9923                 the window a bit larger when the resolution is greater
9924                 than 640x480, and by putting the prefs in a
9925                 GtkScrolledWindow.
9926
9927 2005-09-09 [paul]       1.9.14cvs12
9928
9929         * AUTHORS
9930         * configure.ac
9931         * po/zh_TW.Big5.po      ** REMOVED **
9932         * po/zh_TW.po           ** ADDED **
9933                 updated by Wei-Lun Chao
9934
9935 2005-09-09 [paul]       1.9.14cvs11
9936
9937         * src/mainwindow.c
9938                 fix asserts
9939         * src/common/xml.c
9940                 delay memory allocation until file is
9941                 opened successfully
9942                 Patch by Daniel Gustafson
9943
9944 2005-09-09 [colin]      1.9.14cvs10
9945
9946         * src/imap.c
9947                 Add guards
9948
9949 2005-09-08 [colin]      1.9.14cvs9
9950
9951         * src/compose.c
9952                 Alert when we can't save draft
9953                 Fix various wrap/color issues
9954                 Add mid-click pasting respecting wrap_paste option
9955         * src/folder.c
9956         * src/folder.h
9957         * src/folder_item_prefs.c
9958         * src/folder_item_prefs.h
9959         * src/imap.c
9960         * src/imap_gtk.c
9961         * src/imap_gtk.h
9962         * src/main.c
9963         * src/mainwindow.c
9964         * src/mainwindow.h
9965         * src/news.c
9966         * src/news_gtk.c
9967         * src/news_gtk.h
9968         * src/prefs_folder_item.c
9969                 Fix the impossibility to synchronise folders for
9970                 offline use (IMAP and NNTP are concerned)
9971
9972 2005-09-08 [colin]      1.9.14cvs8
9973
9974         * configure.ac
9975                 Build LDAP and JPilot by default if available
9976         * src/textview.c
9977                 Fix use after free
9978
9979 2005-09-08 [paul]       1.9.14cvs7
9980
9981         * doc/manual/en/sylpheed-1.html
9982         * doc/manual/en/sylpheed-18.html
9983         * doc/manual/en/sylpheed-19.html
9984         * doc/manual/en/sylpheed-4.html
9985         * doc/manual/en/sylpheed-6.html
9986         * doc/manual/en/sylpheed.html
9987                 a few minor updates, plus include some
9988                 details about plugins and their requirements
9989         * src/mainwindow.c
9990                 minor changes to English in /View/Sort
9991
9992 2005-09-07 [colin]      1.9.14cvs6
9993
9994         * doc/manual/en/sylpheed-1.html
9995         * doc/manual/en/sylpheed-10.html
9996         * doc/manual/en/sylpheed-11.html
9997         * doc/manual/en/sylpheed-12.html
9998         * doc/manual/en/sylpheed-13.html
9999         * doc/manual/en/sylpheed-14.html
10000         * doc/manual/en/sylpheed-15.html
10001         * doc/manual/en/sylpheed-16.html
10002         * doc/manual/en/sylpheed-17.html
10003         * doc/manual/en/sylpheed-18.html
10004         * doc/manual/en/sylpheed-19.html
10005         * doc/manual/en/sylpheed-2.html
10006         * doc/manual/en/sylpheed-20.html
10007         * doc/manual/en/sylpheed-21.html
10008         * doc/manual/en/sylpheed-22.html
10009         * doc/manual/en/sylpheed-3.html
10010         * doc/manual/en/sylpheed-4.html
10011         * doc/manual/en/sylpheed-5.html
10012         * doc/manual/en/sylpheed-6.html
10013         * doc/manual/en/sylpheed-7.html
10014         * doc/manual/en/sylpheed-8.html
10015         * doc/manual/en/sylpheed-9.html
10016         * doc/manual/en/sylpheed.html
10017                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10018
10019 2005-09-07 [colin]      1.9.14cvs5
10020
10021         * src/mainwindow.c
10022                 Make labels more to-the-point
10023
10024 2005-09-07 [colin]      1.9.14cvs4
10025
10026         * doc/manual/en/sylpheed-1.html
10027         * doc/manual/en/sylpheed-12.html
10028         * doc/manual/en/sylpheed-13.html
10029         * doc/manual/en/sylpheed-14.html
10030         * doc/manual/en/sylpheed-15.html
10031         * doc/manual/en/sylpheed-16.html
10032         * doc/manual/en/sylpheed-17.html
10033         * doc/manual/en/sylpheed-18.html
10034         * doc/manual/en/sylpheed-19.html
10035         * doc/manual/en/sylpheed-2.html
10036         * doc/manual/en/sylpheed-20.html
10037         * doc/manual/en/sylpheed-21.html
10038         * doc/manual/en/sylpheed-22.html
10039         * doc/manual/en/sylpheed-4.html
10040         * doc/manual/en/sylpheed-5.html
10041         * doc/manual/en/sylpheed-6.html
10042         * doc/manual/en/sylpheed-7.html
10043         * doc/manual/en/sylpheed-8.html
10044         * doc/manual/en/sylpheed-9.html
10045         * doc/manual/en/sylpheed.html
10046                 Update manual
10047
10048 2005-09-07 [colin]      1.9.14cvs3
10049
10050         * doc/faq/en/sylpheed-faq-1.html
10051         * doc/faq/en/sylpheed-faq-2.html
10052         * doc/faq/en/sylpheed-faq-3.html
10053         * doc/faq/en/sylpheed-faq.html
10054                 Update FAQ
10055
10056 2005-09-07 [colin]      1.9.14cvs2
10057
10058         * src/folderview.c
10059         * src/procmsg.c
10060         * src/summaryview.c
10061         * src/toolbar.c
10062                 Fix special subfolders:
10063                 - Inherit parent's icon
10064                 - sent contents of queues subfolders
10065                 - empty subfolders of trashes
10066         * src/mainwindow.c
10067                 Remove outdated manual and faq entries
10068         * src/common/utils.c
10069                 Add quotes around %s coming from mailcap
10070
10071 2005-09-07 [colin]      1.9.14cvs1
10072
10073         * src/compose.c
10074                 After saving draft, set modified to FALSE
10075         * src/mimeview.c
10076         * src/common/utils.c
10077         * src/common/utils.h
10078                 Try to open mime parts using what is 
10079                 indicated in ~/.mailcap or /etc/mailcap,
10080                 if possible.
10081
10082 2005-09-05 [paul]       1.9.14
10083
10084         1.9.14 released
10085
10086         * po/sk.po
10087                 updated by Andrej Kacian
10088
10089 2005-09-05 [paul]       1.9.13cvs83
10090
10091         * po/de.po
10092         * po/es.po
10093         * po/fi.po
10094         * po/fr.po
10095         * po/nb.po
10096         * po/pt_BR.po
10097         * po/sr.po
10098                 updated translations by Thomas Gilgin, Ricardo Mones
10099                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10100                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10101
10102 2005-09-04 [paul]       1.9.13cvs82
10103
10104         * src/compose.c
10105                 only warn about exceeded line length limit
10106                 on send
10107
10108 2005-09-04 [paul]       1.9.13cvs81
10109
10110         * src/compose.c
10111                 fix crash in 'line length exceeded' dialogue
10112
10113 2005-09-02 [paul]       1.9.13cvs80
10114
10115         * src/imap.c
10116                 fix bug 795, 'Connection lost IMAP'
10117                 and add statusbar prints
10118                 Patch by Colin
10119
10120 2005-09-02 [paul]       1.9.13cvs79
10121
10122         * src/compose.c
10123                 compose_wrap_paragraph() becomes
10124                 compose_beautify_paragraph()
10125                 Patch by Colin
10126
10127 2005-09-02 [colin]      1.9.13cvs78
10128
10129         * src/folderview.c
10130                 Micro-fix
10131
10132 2005-09-01 [colin]      1.9.13cvs77
10133
10134         * src/imap.c
10135                 Maybe fix bug #795 (Connection lost IMAP)
10136                 Don't try to send logout when we're disconnected.
10137         * src/summaryview.c
10138                 Include locked and marked emails in HRM
10139                 view. Fixes bug #800 (Locked messages no longer 
10140                 show up when hide read messages is used)
10141
10142 2005-09-01 [paul]       1.9.13cvs76
10143
10144         * src/prefs_common.c
10145                 fix bad cutting
10146
10147 2005-08-31 [colin]      1.9.13cvs75
10148
10149         * src/folderview.c
10150         * src/folderview.h
10151         * src/prefs_summaries.c
10152         * src/summaryview.c
10153                 Fix "go to next new", fix preference
10154                 (Open unread/next swapped)
10155
10156 2005-08-31 [paul]       1.9.13cvs74
10157
10158         * src/compose.c
10159         * src/folderview.c
10160         * src/headerview.c
10161         * src/headerview.h
10162         * src/mainwindow.c
10163         * src/prefs_common.c
10164         * src/prefs_common.h
10165         * src/prefs_fonts.c
10166         * src/summaryview.c
10167         * src/textview.c
10168         * src/common/defs.h
10169                 remove obsolete BOLD_FONT setting
10170                 fix font update in headerview and textview
10171                 headers after prefs change
10172                 Patch By Colin
10173
10174 2005-08-31 [paul]
10175
10176         1.9.14-rc4 released
10177
10178 2005-08-30 [colin]      1.9.13cvs73
10179
10180         * src/summaryview.c
10181                 When Hide read messages is selected and we
10182                 refresh the summaryview, don't remove the 
10183                 currently displayed message. Fixes bug #797
10184                 (Summary view reloads when new mail is 
10185                 downloaded in 1.9.14 rc)
10186
10187 2005-08-30 [colin]      1.9.13cvs72
10188
10189         * src/folderview.c
10190                 Fix flickering
10191         * src/mainwindow.c
10192                 Remove useless callback
10193         * src/mimeview.c
10194         * src/gtk/filesel.c
10195         * src/gtk/filesel.h
10196                 Add a filesel_select_file_save_folder() - used by Save All
10197
10198 2005-08-29 [paul]       1.9.13cvs71
10199
10200         * AUTHORS
10201         * src/matcher_parser_parse.y
10202         * src/etpan/imap-thread.c
10203                 fix building on FreeBSD
10204                 Patch by Daniel Gustafson <daniel@hobbit.se>
10205
10206 2005-08-29 [paul]       1.9.13cvs70
10207
10208         * src/plugins/pgpinline/pgpinline.c
10209                 only initialise sig result if it's been handled
10210                 Patch by Colin
10211
10212 2005-08-29 [paul]       1.9.13cvs69
10213         
10214         Patches by Colin:
10215
10216         * src/imap.c
10217         * src/common.utils.c
10218         * src/common/utils.h
10219                 optimisation
10220         * src/stock_pixmap.h
10221                 fix wrong icon reference
10222         * src/pixmaps/trash_btn.xpm
10223                 replace with nicer image
10224
10225 2005-08-28 [colin]      1.9.13cvs68
10226
10227         * src/Makefile.am
10228         * src/stock_pixmap.c
10229         * src/stock_pixmap.h
10230         * src/toolbar.c
10231         * src/pixmaps/trash_btn.xpm
10232                 Add a specific trash xpm for the button
10233
10234 2005-08-28 [colin]      1.9.13cvs67
10235
10236         * src/imap.c
10237                 Fix leak
10238
10239 2005-08-27 [colin]      1.9.13cvs66
10240
10241         * src/imap.c
10242         * src/procmime.c
10243                 Correctly fix "Problem with replies", fixes
10244                 pgpmime encryption too. 
10245
10246 2005-08-27 [colin]      1.9.13cvs65
10247
10248         * src/folder.c
10249         * src/procmsg.c
10250         * src/procmsg.h
10251         * src/summaryview.c
10252                 Fix bug #517 (messages removed from summaryview 
10253                 when moving fails)
10254
10255 2005-08-27 [colin]      1.9.13cvs64
10256
10257         * tools/Makefile.am
10258         * tools/asus_mailled.sh
10259                 Add a script to blink ASUS laptops' mail LED where there
10260                 is unread mail.
10261
10262 2005-08-27 [colin]      1.9.13cvs63
10263
10264         * src/imap.c
10265         * src/etpan/imap-thread.c
10266         * src/etpan/imap-thread.h
10267                 Implement automatic choosing of login method
10268                 Fixes bug #791
10269         * src/gtk/.cvsignore
10270                 Add sylpheed-marshal.[ch]
10271
10272 2005-08-27 [colin]      1.9.13cvs62
10273
10274         * src/common/utils.c
10275                 Fix confusing perror
10276
10277 2005-08-27 [colin]      1.9.13cvs61
10278
10279         * src/toolbar.c
10280         * src/toolbar.h
10281                 Remove A_DELETE, replace it with 
10282                 A_TRASH and A_DELETE_REAL. Automatically
10283                 rewrite config files to replace A_DELETE
10284                 with A_TRASH (no functionality change).
10285                 Fixes half of #794
10286
10287 2005-08-26 [colin]      1.9.13cvs60
10288
10289         * src/procmime.c
10290                 Previous "Problem with replies" fix brought other
10291                 problems, fixing them
10292
10293 2005-08-26 [colin]      1.9.13cvs59
10294
10295         * src/procmime.c
10296                 Fix "Problem with replies". This happened only
10297                 on IMAP...
10298         * src/procmsg.c
10299                 Factorize code a bit
10300         * src/compose.c
10301                 Speed improvement on very long messages (wrapping)
10302                 Fix signature color on Reedit and Redirect
10303                 On Reedit, don't attach pgp-signatures parts, but
10304                 set signing to On.
10305
10306 2005-08-24 [paul]       1.9.13cvs58
10307
10308         * src/compose.c
10309                 don't claim success when clicking
10310                 Cancel on the passphrase box.
10311                 Patch by Colin
10312
10313 2005-08-24 [paul]       1.9.13cvs57
10314
10315         * src/main.c
10316                 fix misplaced sylpheed.log
10317         * src/common/defs.h
10318                 define UIDL_DIR
10319
10320 2005-08-24 [paul]       1.9.13cvs56
10321
10322         * src/imap.c
10323         * src/etpan/imap-thread.c
10324         * src/etpan/imap-thread.h
10325                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10326                 Patch by Colin
10327         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10328         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10329                 remove autogenerated files
10330         * tools/kdeservicemenu/README
10331         * tools/kdeservicemenu/install.sh
10332         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10333         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10334                 use Claws icon, use 'Sylpheed-Claws' in menu,
10335                 use kdialog, and other cleanups
10336
10337 2005-08-23 [paul]       1.9.13cvs55
10338
10339         * src/compose.c
10340                 fix paste/wrap crash
10341                 Patch by Colin
10342
10343 2005-08-23 [paul]       1.9.13cvs54
10344
10345         * src/main.c
10346                 fix crash recovery
10347                 Patch by Colin
10348
10349 2005-08-23 [paul]       1.9.13cvs53
10350
10351         * src/addressbook.c
10352         * src/editaddress.c
10353                 view all data of LDAP contacts
10354                 Patch by Colin
10355
10356 2005-08-23 [paul]       1.9.13cvs52
10357
10358         * src/addressbook.c
10359                 fix issues with the Search field
10360                 Patch by Colin
10361
10362 2005-08-22 [paul]       1.9.13cvs51
10363
10364         * src/folderview.c
10365                 put name of folder in processing dialog
10366                 title
10367         * src/prefs_folder_item.c
10368                 improve english usage
10369
10370 2005-08-22 [paul]       1.9.13cvs50
10371
10372         * src/filtering.c
10373         * src/filtering.h
10374         * src/matcher.c
10375         * src/matcher_parser_lex.l
10376         * src/matcher_parser_parse.y
10377         * src/prefs_filtering.c
10378                 add Filtering/Processing rule names feature.
10379                 (the incompatible old matcherrc is saved as
10380                 matcherrc.pre_names).
10381                 Patch by Colin
10382
10383 2005-08-22 [paul]       1.9.13cvs49
10384
10385         * src/procmsg.c
10386                 fix colour labelling
10387                 Patch by Colin
10388
10389 2005-08-22 [paul]       1.9.13cvs48
10390
10391         * src/textview.c
10392                 fix open_image_cb()
10393
10394 2005-08-22 [paul]       1.9.13cvs47
10395
10396         * src/imap.c
10397                 fix bug 789, 'SC crashes with imap (CVS ver)'
10398                 Patch by Colin
10399
10400 2005-08-22 [paul]       1.9.13cvs46
10401
10402         * src/mimeview.c
10403         * src/prefs_common.c
10404         * src/common/defs.h
10405                 define reused defaults in defs.h
10406         * src/textview.c
10407                 add 'Open image' to image popup menu
10408
10409 2005-08-21 [colin]      1.9.13cvs45
10410
10411         * src/summaryview.c
10412                 Fix bug #788 (Bogus "From" address displayed)
10413
10414 2005-08-20 [colin]      1.9.13cvs44
10415
10416         * src/folder.c
10417                 Fix buf #787 (multilevel delete causes SIGSEGV)
10418
10419 2005-08-19 [colin]      1.9.13cvs43
10420
10421         * src/inc.c
10422         * src/prefs_common.c
10423         * src/prefs_common.h
10424                 Add an hidden pref to allow modifying the
10425                 update stepping in incorporation.
10426                 Patch by wwp.
10427
10428 2005-08-19 [colin]      1.9.13cvs42
10429
10430         * src/compose.c
10431         * src/procmime.c
10432                 Workaround for broken MUAs: encode 
10433                 Content-type: name: as ASCII and 
10434                 Content-Disposition: filename: as
10435                 per rfc2231
10436         * src/prefs_account.c
10437                 Fix invisible-ness of SMTP SSL prefs
10438                 in NNTP accounts
10439
10440 2005-08-19 [paul]       1.9.13cvs41
10441
10442         * src/compose.c
10443         * src/prefs_common.c
10444         * src/prefs_common.h
10445         * src/prefs_wrapping.c
10446                 paste with or without wrapping.
10447                 patch by Colin
10448
10449 2005-08-19 [paul]       1.9.13cvs40
10450
10451         * src/prefs_common.c
10452         * src/prefs_common.h
10453         * src/summaryview.c
10454                 reintroduce enable_swap_from as a
10455                 hidden pref. patch by Colin
10456         * src/quote_fmt_parse.y
10457         * src/plugins/clamav/clamav_plugin.c
10458         * src/plugins/dillo_viewer/dillo_viewer.c
10459         * src/plugins/mathml_viewer/mathml_viewer.c
10460         * src/plugins/pgpcore/sgpgme.c
10461         * src/plugins/pgpinline/pgpinline.c
10462         * src/plugins/pgpmime/pgpmime.c
10463                 tidy up. patch by Colin
10464
10465 2005-08-19 [paul]       1.9.13cvs39
10466
10467         * configure.ac
10468                 complete cvs38's sync
10469         * src/editaddress.c
10470         * src/gedit-print.c
10471         * src/mutt.c
10472         * src/etpan/etpan-log.c
10473         * src/etpan/imap-thread.c
10474         * src/gtk/gtksourceprintjob.c
10475                 fix compilation warnings
10476                 (patch by Colin)
10477
10478 2005-08-19 [paul]       1.9.13cvs38
10479
10480         sync with main:
10481
10482         * src/account.c
10483         * src/action.c
10484         * src/addrbook.c
10485         * src/addrcache.c
10486         * src/addrharvest.c
10487         * src/addrindex.c
10488         * src/codeconv.c
10489         * src/compose.c
10490         * src/crash.c
10491         * src/exporthtml.c
10492         * src/exportldif.c
10493         * src/folder.c
10494         * src/image_viewer.c
10495         * src/inc.c
10496         * src/inc.h
10497         * src/jpilot.c
10498         * src/ldif.c
10499         * src/main.c
10500         * src/matcher.c
10501         * src/mbox.c
10502         * src/messageview.c
10503         * src/mh.c
10504         * src/mimeview.c
10505         * src/msgcache.c
10506         * src/mutt.c
10507         * src/news.c
10508         * src/partial_download.c
10509         * src/pine.c
10510         * src/pop.c
10511         * src/prefs_actions.c
10512         * src/prefs_common.c
10513         * src/prefs_customheader.c
10514         * src/prefs_display_header.c
10515         * src/prefs_gtk.c
10516         * src/prefs_themes.c
10517         * src/procheader.c
10518         * src/procmime.c
10519         * src/procmsg.c
10520         * src/recv.c
10521         * src/send_message.c
10522         * src/simple-gettext.c
10523         * src/sourcewindow.c
10524         * src/textview.c
10525         * src/vcard.c
10526         * src/common/defs.h
10527         * src/common/log.c
10528         * src/common/plugin.c
10529         * src/common/prefs.c
10530         * src/common/session.c
10531         * src/common/session.h
10532         * src/common/socket.c
10533         * src/common/socket.h
10534         * src/common/ssl_certificate.c
10535         * src/common/template.c
10536         * src/common/utils.c
10537         * src/common/utils.h
10538         * src/common/xml.c
10539         * src/gtk/about.c
10540         added wrappers for C library function that
10541                 take pathname arguments.
10542                 enabled compilation with MinGW.
10543                 use GDir instead of directly using opendir().
10544                 added rename_force().
10545
10546 2005-08-19 [paul]       1.9.13cvs37
10547         
10548         patches by Colin:
10549         * src/compose.c
10550                 fix privacy settings on re-editing
10551                 a sent message
10552         * src/jpilot.c
10553                 fix encoding bug
10554         * src/folder.c
10555         * src/procmsg.c
10556         * src/procmsg.h
10557         * src/summaryview.c
10558                 flag changing optimisation
10559
10560 2005-08-18 [martin]     1.9.13cvs36
10561
10562         * commitHelper
10563             added my login
10564         * src/addrcache.c
10565         * src/addrharvest.c
10566         * src/addrindex.c
10567         * src/compose.c
10568         * src/grouplistdialog.c
10569         * src/main.c
10570         * src/mainwindow.c
10571         * src/msgcache.c
10572         * src/mutt.c
10573         * src/pine.c
10574         * src/prefs_account.c
10575         * src/prefs_themes.c
10576         * src/stock_pixmap.c
10577         * src/summaryview.c
10578         * src/gtk/about.c
10579         * src/gtk/logwindow.c
10580             removed deprecated glib and gdk stuff
10581         * src/plugins/pgpcore/select-keys.c
10582             convert attributes from locale to utf8
10583
10584 2005-08-17 [paul]       1.9.13cvs35
10585
10586         * src/account.c
10587         * src/addressbook.c
10588                 use new GTK_STOCK_ icons if available
10589         * src/summaryview.c
10590         * src/gtk/gtksctree.c
10591         * src/gtk/gtksctree.h
10592                 faster range select. patch by Colin
10593
10594 2005-08-17 [paul]       1.9.13cvs34
10595
10596         patches by colin:
10597         * src/addressbook.c
10598         * src/addressitem.h
10599                 Add an edit button for contacts, fix selections
10600                 of gtksctree items
10601         * src/editaddress.c
10602                 Change labels, let Save be always possible in the
10603                 email and user atributes tabs
10604         * src/folderview.c
10605                 fix sort issues
10606         * src/summaryview.c
10607                 select next item instead of the displayed one
10608                 after deletion
10609
10610         * src/gtk/progressdialog.c
10611                 use prefs_common.enable_rules_hint
10612
10613 2005-08-13 [hoa]        1.9.13cvs33
10614
10615         * src/etpan/imap-thread.c
10616                 fixed build on Solaris.
10617
10618 2005-08-10 [colin]      1.9.13cvs32
10619
10620         * src/procmsg.c
10621                 Fix cvs31 (missing fclose before reading
10622                 the file)
10623
10624 2005-08-10 [colin]      1.9.13cvs31
10625
10626         * src/procmsg.c
10627                 Fix procmsg_msginfo_new_from_mimeinfo() when
10628                 the MimeInfo isn't stored in memory. This fixes
10629                 replying to an attached message.
10630
10631 2005-08-10 [colin]      1.9.13cvs30
10632
10633         * src/mainwindow.c
10634                 Fix slowness in account changing
10635
10636 2005-08-10 [colin]      1.9.13cvs29
10637
10638         * src/folder.c
10639         * src/folderutils.c
10640         * src/folderview.c
10641         * src/imap_gtk.c
10642         * src/mainwindow.c
10643         * src/mh_gtk.c
10644         * src/procmsg.c
10645         * src/summaryview.c
10646                 Optimize folder_has_parent_of_type
10647                 Prevent moving special sub-folders from contextual menus
10648                 Rework message a bit ("Empty all messages" -> "Delete all
10649                 messages")
10650                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10651                 and "Deleted Items" folders)
10652
10653 2005-08-08 [colin]      1.9.13cvs28
10654
10655         * src/summaryview.c
10656         * src/prefs_summaries.c
10657                 Make "Select first unread|new" more flexible
10658                 (just prioritize new or unread)
10659
10660 2005-08-08 [colin]      1.9.13cvs27
10661
10662         * src/summaryview.c
10663                 If "select first new" is selected and there only
10664                 are unread messages, fallback to "select first
10665                 unread".
10666
10667 2005-08-08 [colin]      1.9.13cvs26
10668
10669         * src/folder.c
10670                 Fix shameful bugs (and bug #779)
10671
10672 2005-08-08 [colin]      1.9.13cvs25
10673
10674         * src/folder.c
10675         * src/folder.h
10676                 Cache parents' type to make folder_has_parent_of_type
10677                 faster
10678         * src/folderview.c
10679                 Forbid DnD of special sub-folders
10680         * src/procmsg.c
10681         * src/procmsg.h
10682                 Add MAIL_POSTFILTERING_HOOK
10683         * src/summaryview.c
10684                 Revert over-zealous deletion of the use_addr_book 
10685                 code
10686
10687 2005-08-07 [colin]      1.9.13cvs24
10688
10689         * src/folder.c
10690                 Fix big mistake (passing MsgInfo instead 
10691                 of FolderItem)
10692
10693 2005-08-07 [colin]      1.9.13cvs23
10694
10695         * src/compose.c
10696         * src/folder.c
10697         * src/folder.h
10698         * src/foldersel.c
10699         * src/folderutils.c
10700         * src/folderview.c
10701         * src/imap.c
10702         * src/mainwindow.c
10703         * src/messageview.c
10704         * src/mh.c
10705         * src/msgcache.c
10706         * src/procmime.c
10707         * src/summaryview.c
10708                 Make subfolders of Drafts, Queue, Outbox, Trash
10709                 work like their parents. 
10710                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10711
10712 2005-08-07 [colin]      1.9.13cvs22
10713
10714         * src/addressbook.c
10715                 Fix bug #771 (Dragged contacts not saved)
10716
10717 2005-08-07 [paul]       1.9.13cvs21
10718
10719         * src/summaryview.c
10720                 fix bug 32 'Search Doesn't display results
10721                 if "Hide Read Messages" is chosen'
10722                 be more literal in interpreting 'Hide read
10723                 messages'
10724
10725 2005-08-07 [colin]      1.9.13cvs20
10726
10727         * src/folderview.c
10728                 Add debug
10729         * src/summaryview.c
10730                 Faster 'unthread_for_execution'
10731
10732 2005-08-06 [paul]       1.9.13cvs19
10733
10734         * src/mainwindow.c
10735                 add mnemonics to Set displayed columns
10736                 fix bug where msgview_visible option was
10737                 overwritten as TRUE on startup
10738
10739 2005-08-06 [paul]       1.9.13cvs18
10740
10741         * src/mainwindow.c
10742                 refer to 'displayed columns in folder/message
10743                 list' not 'displayed items in summary/message view'
10744         * src/prefs_display_header.c
10745                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10746                 be consistent with similar dialogues
10747         * src/prefs_folder_column.c
10748         * src/prefs_summary_column.c
10749                 'columns' not 'items', and folder and message lists,
10750                 instead of folder and summary views;
10751                 Use 'Hidden columns' as list heading not 'Available
10752                 items';
10753                 move the 'Remove' button to the right hand side;
10754                 top-align the buttons;
10755                 remove unneeded vbox
10756         * src/prefs_summaries.c
10757                 put the 2 column prefs buttons in a frame to reduce
10758                 overall width; refer to columns not items &c.
10759
10760 2005-08-05 [colin]      1.9.13cvs17
10761
10762         * src/prefs_common.c
10763         * src/prefs_common.h
10764         * src/mainwindow.c
10765         * src/compose.c
10766         * src/messageview.c
10767                 Add an hidden toolbar_detachable pref, so
10768                 that I can get rid of these painful handles
10769                 in the toolbars. Defaults to TRUE to avoid
10770                 changing the GUI on unsuspecting people...
10771
10772 2005-08-05 [colin]      1.9.13cvs16
10773
10774         * src/Makefile.am
10775         * src/prefs_folder_column.c
10776         * src/prefs_folder_column.h
10777                 Add prefs for folder columns
10778         * src/folderview.c
10779         * src/folderview.h
10780         * src/mainwindow.c
10781         * src/mainwindow.h
10782         * src/prefs_common.c
10783         * src/prefs_common.h
10784         * src/prefs_summaries.c
10785                 Use them
10786         * src/prefs_summary_column.c
10787         * src/summaryview.c
10788         * src/summaryview.h
10789                 Add a To column
10790         * src/textview.c
10791         * src/common/utils.c
10792         * src/common/utils.h
10793                 Move uri colourisation functions
10794                 to utils
10795         * src/compose.c
10796                 Colourise URIs
10797         * src/imap.c
10798                 Fix bug with LIST where we'd try
10799                 to get Folder//////[...]/// 
10800
10801 2005-08-05 [paul]       1.9.13cvs15
10802
10803         * src/prefs_summaries.c
10804                 improve the English usage
10805         * src/summaryview.c
10806                 set font on column change
10807                 thanks to Colin
10808
10809 2005-08-05 [paul]       1.9.13cvs14
10810
10811         * src/prefs_common.c
10812         * src/prefs_common.h
10813         * src/prefs_summaries.c
10814         * src/summaryview.c
10815                 replace 'open_unread_on_enter' option with
10816                 'select_on_entry' option. opening/not opening
10817                 is now exclusively controlled by 'always_show_msg'
10818
10819 2005-08-04 [colin]      1.9.13cvs13
10820
10821         * src/compose.c
10822                 Remove dead code
10823                 Add colourisation of quotes and signatures
10824         * src/folderview.c
10825                 Fix possible crashes
10826         * src/messageview.c
10827                 Change an assert that is no problem
10828         * src/news.c
10829         * src/news_gtk.c
10830         * src/news_gtk.h
10831                 Fix offline mode
10832         * src/gtk/quicksearch.c
10833                 Fix a possible crash
10834
10835 2005-08-03 [colin]      1.9.13cvs12
10836
10837         * src/prefs_account.c
10838                 Fix bug #777 (Sylpheed crash in account configuration)
10839
10840 2005-08-03 [colin]      1.9.13cvs11
10841
10842         * src/addressbook.c
10843         * src/editaddress.c
10844         * src/editgroup.c
10845                 Fixing addressbook, round 2
10846         * src/textview.c
10847                 Fix emphasis color on rechecking 'Colorize messages'
10848
10849 2005-08-03 [paul]       1.9.13cvs10
10850
10851         sync with main
10852
10853         * src/addr_compl.c
10854         * src/compose.c
10855         * src/main.c
10856         * src/pop.c
10857         * src/prefs_account.c
10858         * src/procmime.c
10859         * src/procmsg.c
10860         * src/quote_fmt_parse.y
10861         * src/textview.c
10862         * src/common/quoted-printable.c
10863         * src/common/utils.c
10864         * src/common/utils.h
10865         * src/common/xml.c
10866                 replaced incorrect locale-independent
10867                 ctype functions with GLib's. Corrected
10868                 signedness mismatch.
10869         * src/headerview.c
10870                 headerview_create(): added spacing for vbox.
10871         * src/gtk/about.c
10872                 set focus to the OK button.
10873
10874 2005-08-03 [colin]      1.9.13cvs9
10875
10876         * src/folderview.c
10877                 Fix possible crash
10878
10879 2005-08-02 [colin]      1.9.13cvs8
10880
10881         * src/mainwindow.c
10882                 Fix cast
10883         * src/addressbook.c
10884         * src/addressitem.h
10885                 Fix a cast and more generally, try to make the
10886                 GUI more intuitive and consistent (round 1)
10887
10888 2005-08-02 [paul]       1.9.13cvs7
10889
10890         * src/folder.h
10891                 missing in 1.9.13cvs6
10892
10893 2005-08-02 [colin]      1.9.13cvs6
10894
10895         * src/folder.c
10896                 Fix one more leak
10897
10898 2005-08-02 [colin]      1.9.13cvs5
10899
10900         * src/folder.c
10901         * src/folderview.c
10902         * src/imap.c
10903         * src/main.c
10904         * src/mbox.c
10905         * src/procmsg.c
10906         * src/summaryview.c
10907                 Fix a number of folder_item_get_msg_list()-related
10908                 leaks (missing procmsg_msginfo_free()s)
10909
10910 2005-08-01 [colin]      1.9.13cvs4
10911
10912         * src/folderview.c
10913         * src/folderview.h
10914         * src/mainwindow.c
10915         * src/prefs_fonts.c
10916         * src/prefs_summaries.c
10917         * src/prefs_themes.c
10918         * src/summaryview.c
10919         * src/summaryview.h
10920         * src/textview.c
10921         * src/textview.h
10922                 Fix instant-apply of summary and folderview-related prefs
10923                 Fix erroneous g_free and alertpanels in prefs_theme
10924                 Add instant-apply for fonts
10925                 Defer applying of prefs a little bit so it's done only
10926                 once even if requested by multiples prefs pages
10927
10928 2005-08-01 [paul]       1.9.13cvs3
10929
10930         * src/main.c
10931                 fix bug 776 'S.C. crashes on close'
10932                 thanks to Colin
10933         * src/etpan/etpan-thread-manager-types.h
10934                 add missing include
10935                 thanks to Hoa
10936
10937 2005-07-25 [paul]       1.9.13cvs2
10938
10939         * src/summaryview.c
10940                 fix typos. spotted by Fabien Vantard
10941
10942 2005-07-24 [paul]       1.9.13cvs1
10943
10944         * doc/man/sylpheed.1
10945                 update man page, incorporating fix of
10946                 bug 769 'Typo in manpage'
10947         * src/etpan/imap-thread.c
10948                 fix NetBSD openssl dependencies. patch by
10949                 George Michaelson <ggm@apnic.net>
10950         * po/pt_BR.po
10951                 updated by Frederico Goncalves Guimaraes
10952
10953 2005-07-22 [paul]       1.9.13
10954
10955         1.9.13 release
10956
10957 2005-07-22 [paul]       1.9.12cvs91
10958
10959         * AUTHORS
10960         * INSTALL
10961         * README.claws
10962         * RELEASE_NOTES.claws
10963                 updated for release
10964         * configure.ac
10965         * po/nb.po
10966         * tools/claws.i18n.status.pl
10967                 add Norwegian translation. submiited by
10968                 Geir Helland <pjallabais@users.sourceforge.net>
10969         * po/ca.po
10970         * po/de.po
10971         * po/es.po
10972         * po/fi.po
10973         * po/fr.po
10974         * po/it.po
10975         * po/sk.po
10976         * po/sr.po
10977         * po/zh_CN.po
10978                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10979                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10980                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10981                 Yang Guilong
10982         * src/plugins/clamav/clamav_plugin_gtk.c
10983         * src/plugins/spamassassin/spamassassin_gtk.c
10984                 replace outdated description strings
10985
10986 2005-07-21 [colin]      1.9.12cvs90
10987
10988         * src/folder.c
10989                 Set folder to batch mode when scanning it. Makes deletion
10990                 of unread mails on IMAP much faster (due to the UNREAD 
10991                 flag unsetting)
10992
10993 2005-07-21 [darko]      1.9.12cvs89
10994
10995         * configure.ac
10996                 link against libresolv if necessary (patch by Paul)
10997         * src/msgcache.c
10998                 use glib's portable macros to determine endianness
10999
11000 2005-07-21 [paul]       1.9.12cvs88
11001
11002         * src/crash.c
11003         * src/gtk/about.c
11004                 update compiled-in features list
11005
11006 2005-07-20 [colin]      1.9.12cvs87
11007
11008         * src/folder.c
11009         * src/textview.c
11010                 Gcc 2.9x compilation fixes, thanks to Darko
11011         * src/plugins/clamav/clamav_plugin.c
11012                 Little optimisation: load virus database only once
11013         * src/plugins/spamassassin/spamassassin.c
11014                 Big optimisation: filtering one mail took at least 1 second,
11015                 now it takes at least 50ms. Doesn't speed up spamassassin 
11016                 itself, but should already be much more tolerable.
11017
11018 2005-07-20 [colin]      1.9.12cvs86
11019
11020         * src/summaryview.c
11021                 Fix performance issue
11022
11023 2005-07-19 [colin]      1.9.12cvs85
11024
11025         * src/plugins/pgpinline/plugin.c
11026                 Fix warning
11027
11028 2005-07-19 [colin]      1.9.12cvs84
11029
11030         * configure.ac
11031         * src/plugins/Makefile.am
11032         * src/plugins/pgpinline/.cvsignore
11033         * src/plugins/pgpinline/Makefile.am
11034         * src/plugins/pgpinline/pgpinline.c
11035         * src/plugins/pgpinline/pgpinline.deps
11036         * src/plugins/pgpinline/pgpinline.h
11037         * src/plugins/pgpinline/plugin.c
11038                 Put pgpinline in the main tree
11039
11040 2005-07-19 [paul]       1.9.12cvs83
11041
11042         * src/prefs_actions.c
11043                 prevent '//' in menu names, which cause a crash
11044                 thanks to Colin
11045
11046 2005-07-19 [paul]       1.9.12cvs82
11047
11048         * configure.ac
11049                 be generally more informative in configure output.
11050                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11051                 '[ --disable-openssl ...', as --enable-openssl is default
11052                 PGP/MIME: don't check for GPGME again, check for
11053                 pgpcore instead. Therefore prevent the possibility of
11054                 attempting to build pgpmime if pgpcore dependencies are
11055                 not met
11056                 ClamAV: use pkgconfig to check for lib
11057                 libgnomeprint: revert logic on inner test to match
11058                 everything else
11059         * src/plugins/pgpcore/sgpgme.c
11060                 add missing include
11061
11062 2005-07-19 [colin]      1.9.12cvs81
11063
11064         * src/summaryview.c
11065                 Fix slow thread rebuilding in particular
11066                 cases
11067
11068 2005-07-19 [paul]       1.9.12cvs80
11069
11070         * sylpheed-claws.desktop
11071                 fix typo, spotted by Stephan Sachse
11072         * src/account.c
11073                 replace GTK_STOCK_ADD with
11074                 GTK_STOCK_NEW button
11075
11076 2005-07-18 [colin]      1.9.12cvs79
11077
11078         * src/etpan/imap-thread.c
11079                 Fix return value (Thanks Hoa)
11080
11081 2005-07-18 [colin]      1.9.12cvs78
11082
11083         * src/imap.c
11084                 Allow empty passwords
11085                 Create drafts/queue/outbox if necessary
11086         * src/summaryview.c
11087                 Remove old code
11088         * src/etpan/imap-thread.c
11089                 Fix STARTTLS (Thanks to Hoa)
11090
11091 2005-07-18 [paul]       1.9.12cvs77
11092
11093         * ChangeLog-gtk2.jp
11094         * ChangeLog.jp
11095                 removed
11096         * Makefile.am
11097                 updated to reflect additions and removals
11098         * TODO
11099                 updated to be claws-specific
11100         * TODO-gtk2
11101         * TODO-gtk2.jp
11102         * TODO.jp
11103         * sylpheed-128x128.png
11104         * sylpheed-64x64.png
11105                 removed
11106         * sylpheed-claws-128x128.png
11107         * sylpheed-claws-64x64.png
11108         * sylpheed-claws.desktop
11109         * sylpheed-claws.png
11110                 added
11111         * sylpheed.desktop
11112         * sylpheed.png
11113                 removed
11114
11115 2005-07-17 [paul]       1.9.12cvs76
11116
11117         * src/account.c
11118         * src/addressbook.c
11119         * src/alertpanel.c
11120         * src/alertpanel.h
11121         * src/compose.c
11122         * src/exphtmldlg.c
11123         * src/expldifdlg.c
11124         * src/folderview.c
11125         * src/imap_gtk.c
11126         * src/inc.c
11127         * src/message_search.c
11128         * src/messageview.c
11129         * src/mh_gtk.c
11130         * src/news_gtk.c
11131         * src/prefs_actions.c
11132         * src/prefs_filtering.c
11133         * src/prefs_matcher.c
11134         * src/prefs_template.c
11135         * src/prefs_themes.c
11136         * src/ssl_manager.c
11137         * src/summary_search.c
11138         * src/textview.c
11139         * src/toolbar.c
11140         * src/gtk/sslcertwindow.c
11141         * src/plugins/pgpcore/sgpgme.c
11142                 rework alertpanels
11143
11144 2005-07-17 [colin]      1.9.12cvs75
11145
11146         * src/privacy.c
11147                 add a PrivacySystem accessor that checks that
11148                 the system cached in a MimeInfo's privacydata
11149                 is still registered. Use this accessor instead
11150                 of directly using data->system. Fixes crashes
11151                 after unloading pgp plugins.
11152
11153 2005-07-17 [colin]      1.9.12cvs74
11154
11155         * src/alertpanel.c
11156                 Change geometry hints to a simple default size.
11157                 Fixes the certs dialogs.
11158
11159 2005-07-17 [colin]      1.9.12cvs73
11160
11161         * src/gtk/sslcertwindow.c
11162                 Use a gtkExpander
11163
11164 2005-07-17 [colin]      1.9.12cvs72
11165
11166         * src/plugins/pgpcore/Makefile.am
11167         * src/plugins/pgpmime/Makefile.am
11168                 Add gpgme libs
11169
11170 2005-07-17 [paul]       1.9.12cvs71
11171
11172         * configure.ac
11173                 add --disable-gnomeprint option
11174                 modified version of patch by Marius Mauch
11175
11176 2005-07-17 [paul]       1.9.12cvs70
11177
11178         * src/common/defs.h
11179                 update urls
11180         * src/account.c
11181         * src/action.c
11182         * src/addressbook.c
11183         * src/compose.c
11184         * src/foldersel.c
11185         * src/folderview.c
11186         * src/html.c
11187         * src/imap_gtk.c
11188         * src/main.c
11189         * src/mainwindow.c
11190         * src/messageview.c
11191         * src/mh_gtk.c
11192         * src/mimeview.c
11193         * src/news_gtk.c
11194         * src/prefs_account.c
11195         * src/prefs_send.c
11196         * src/prefs_summaries.c
11197         * src/procmsg.c
11198         * src/summaryview.c
11199         * src/common/utils.c
11200         * src/common/xml.c
11201         * src/plugins/pgpcore/passphrase.c
11202         * src/plugins/pgpcore/select-keys.c
11203                 replace inappropriately used backticks
11204                 with single quotes
11205
11206 2005-07-16 [colin]      1.9.12cvs69
11207
11208         * src/image_viewer.c
11209                 Add extra paranoid checks
11210
11211 2005-07-16 [colin]      1.9.12cvs68
11212
11213         * src/plugins/pgpcore/prefs_gpg.c
11214                 Don't auto-check sigs by default, as it
11215                 can be really slow.
11216
11217 2005-07-16 [colin]      1.9.12cvs67
11218
11219         * src/plugins/pgpcore/sgpgme.c
11220                 Make messages a bit better.
11221
11222 2005-07-16 [colin]      1.9.12cvs66
11223
11224         * src/imap.c
11225                 Remove pseudo-log
11226         * src/etpan/imap-thread.c
11227                 Add real log
11228
11229 2005-07-16 [colin]      1.9.12cvs65
11230
11231         * src/main.c
11232         * src/prefs_other.c
11233                 And now, fix build with libetpan :-/
11234
11235 2005-07-15 [colin]      1.9.12cvs64
11236
11237         * src/prefs_other.c
11238                 Continue fixing build without libetpan.
11239
11240 2005-07-15 [colin]      1.9.12cvs63
11241
11242         * src/main.c
11243                 Fix build with --disable-libetpan
11244
11245 2005-07-15 [colin]      1.9.12cvs62
11246
11247         * configure.ac
11248                 Bump libetpan's version
11249
11250 2005-07-15 [colin]      1.9.12cvs61
11251
11252         * src/etpan/imap-thread.c
11253                 Actually stop logging :)
11254
11255 2005-07-15 [colin]      1.9.12cvs60
11256
11257         * src/addressbook.c
11258                 Fix dnd of multiple addresses.
11259
11260 2005-07-15 [hoa]        1.9.12cvs59
11261
11262         * src/etpan/imap-thread.c
11263             disable login of IMAP password in libetpan log file.
11264
11265 2005-07-15 [paul]       1.9.12cvs58
11266
11267         * src/account.c
11268                 don't automatically sort
11269                 do allow drag n drop
11270
11271 2005-07-15 [paul]       1.9.12cvs57
11272
11273         * src/account.c
11274         * src/ssl_manager.c
11275                 alphabetical listing
11276
11277 2005-07-15 [paul]       1.9.12cvs56
11278
11279         * src/gtk/pluginwindow.c
11280                 sort plugin list alphabetically
11281
11282 2005-07-15 [paul]       1.9.12cvs55
11283
11284         * src/prefs_spelling.c
11285         * src/prefs_wrapping.c
11286                 unify English usage
11287
11288 2005-07-15 [colin]      1.9.12cvs54
11289
11290         * src/wizard.c
11291                 Typo fix
11292
11293 2005-07-15 [paul]       1.9.12cvs53
11294
11295         * src/prefs_message.c
11296                 make 'show cursor' a hidden option
11297
11298 2005-07-14 [colin]      1.9.12cvs52
11299
11300         * src/plugins/spamassassin/Makefile.am
11301         * src/plugins/clamav/Makefile.am
11302                 Fix double EXTRA_DISTs
11303
11304 2005-07-14 [colin]      1.9.12cvs51
11305
11306         * src/plugins/clamav/Makefile.am
11307         * src/plugins/clamav/clamav_plugin_gtk.deps
11308         * src/plugins/spamassassin/Makefile.am
11309         * src/plugins/spamassassin/spamassassin_gtk.deps
11310                 Make $plugin_gtk depend on $plugin
11311
11312 2005-07-14 [hoa]        1.9.12cvs50
11313
11314         * src/etpan/imap-thread.c
11315                 enable debug log of libetpan when running with --debug
11316
11317 2005-07-14 [colin]      1.9.12cvs49
11318
11319         * configure.ac
11320         * src/common/Makefile.am
11321         * src/common/plugin.c
11322         * src/common/plugin.h
11323                 Add a little plugin dependancy system.
11324                 Plugins can ship a $plugin_name.deps file
11325                 (near them in PLUGINDIR) so that their
11326                 dependancies are loaded if possible.
11327         * src/plugins/Makefile.am
11328         * src/plugins/pgpcore/Makefile.am
11329         * src/plugins/pgpcore/passphrase.c
11330         * src/plugins/pgpcore/passphrase.h
11331         * src/plugins/pgpcore/plugin.c
11332         * src/plugins/pgpcore/prefs_gpg.c
11333         * src/plugins/pgpcore/prefs_gpg.h
11334         * src/plugins/pgpcore/select-keys.c
11335         * src/plugins/pgpcore/select-keys.h
11336         * src/plugins/pgpcore/sgpgme.c
11337         * src/plugins/pgpcore/sgpgme.h
11338                 Introduce pgpcore, used by pgpmime and
11339                 pgpinline
11340         * src/plugins/pgpmime/Makefile.am
11341         * src/plugins/pgpmime/passphrase.c
11342         * src/plugins/pgpmime/passphrase.h
11343         * src/plugins/pgpmime/pgpmime.c
11344         * src/plugins/pgpmime/pgpmime.deps
11345         * src/plugins/pgpmime/plugin.c
11346         * src/plugins/pgpmime/prefs_gpg.c
11347         * src/plugins/pgpmime/prefs_gpg.h
11348         * src/plugins/pgpmime/select-keys.c
11349         * src/plugins/pgpmime/select-keys.h
11350         * src/plugins/pgpmime/sgpgme.c
11351         * src/plugins/pgpmime/sgpgme.h
11352                 Remove the core from pgpmime and add the
11353                 dependancy to pgpcore.
11354
11355 2005-07-14 [paul]       1.9.12cvs48
11356
11357         * src/stock_pixmap.c
11358                 forgot this in last commit
11359
11360 2005-07-14 [paul]       1.9.12cvs47
11361
11362         * src/account.c
11363         * src/addressbook.c
11364                 add accelerators for the buttons (sync with main)
11365         * src/compose.c
11366         * src/compose.h
11367                 add accelerators for the buttons.
11368                 fix editing with external editor.
11369                 replace gdk_input_*() with GIOChannel;
11370                 (sync with main)
11371         * src/foldersel.c
11372                 display folder names with new/unread
11373                 representation (sync with main)
11374         * src/main.c
11375                 specify default window icon (sync with main)
11376         * src/prefs_common.c
11377                 use_addr_book default to FALSE
11378         * src/summaryview.c
11379         * src/textview.c
11380                 add accelerators for the buttons (sync with main)
11381         * src/gtk/menu.c
11382                 fix typos
11383         * src/pixmaps/sylpheed_icon.xpm
11384                 updated
11385
11386 2005-07-13 [paul]       1.9.12cvs46
11387
11388         * src/plugins/pgpmime/pgpmime.c
11389         * src/plugins/pgpmime/sgpgme.c
11390                 (temporarily) use deprecated gpgme_data_rewind()
11391                 while largefile support is not present
11392                 (as suggested by Colin)
11393
11394 2005-07-13 [paul]       1.9.12cvs45
11395
11396         * configure.ac
11397                 remove large file support (for now):
11398                 it breaks too many things
11399
11400 2005-07-13 [paul]       1.9.12cvs44
11401
11402         * configure.ac
11403                 add large file support
11404         * src/html.c
11405                 fix bug #763 where href attribute was not
11406                 the very first attribute of a link
11407                 patch by Thomas Gilgin
11408
11409 2005-07-13 [colin]      1.9.12cvs43
11410
11411         * src/gtk/pluginwindow.c
11412                 Little portability fix
11413
11414 2005-07-13 [colin]      1.9.12cvs42
11415
11416         * src/plugins/pgpmime/sgpgme.c
11417                 Fix crasher.
11418
11419 2005-07-13 [colin]      1.9.12cvs41
11420
11421         * src/plugins/pgpmime/pgpmime.c
11422         * src/plugins/pgpmime/sgpgme.c
11423                 Use gpgme_data_release_and_get_mem instead
11424                 of gpgme_data_read.
11425
11426 2005-07-13 [colin]      1.9.12cvs40
11427
11428         * configure.ac
11429         * src/plugins/pgpmime/passphrase.c
11430         * src/plugins/pgpmime/passphrase.h
11431         * src/plugins/pgpmime/pgpmime.c
11432         * src/plugins/pgpmime/plugin.c
11433         * src/plugins/pgpmime/select-keys.c
11434         * src/plugins/pgpmime/select-keys.h
11435         * src/plugins/pgpmime/sgpgme.c
11436         * src/plugins/pgpmime/sgpgme.h
11437                 Port pgpmime to gpgme-1.0.
11438
11439 2005-07-12 [paul]       1.9.12cvs39
11440
11441         * AUTHORS
11442         * src/toolbar.c
11443         * src/toolbar.h
11444                 add a 'Go to Prev' button to the toolbar.
11445                 correct tooltip text of go to buttons.
11446                 based on patch by Yang Guilong <bamanzi@gmail.com>
11447
11448 2005-07-12 [colin]      1.9.12cvs38
11449
11450         * src/statusbar.c
11451                 Fix progress bar showing stuff at startup.
11452
11453 2005-07-12 [paul]       1.9.12cvs37
11454
11455         * src/editjpilot.c
11456                 fix building with jpilot support
11457
11458 2005-07-11 [colin]      1.9.12cvs36
11459
11460         * src/inc.c
11461                 Add visual indication that filtering is running
11462         * src/textview.c
11463                 Make {}[] uri delimiters
11464         * src/summaryview.c
11465                 Remove useless (and slow) calls
11466
11467 2005-07-11 [paul]       1.9.12cvs35
11468
11469         * src/plugins/clamav/clamav_plugin_gtk.c
11470         * src/plugins/dillo_viewer/dillo_prefs.c
11471         * src/plugins/pgpmime/prefs_gpg.c
11472         * src/plugins/spamassassin/spamassassin_gtk.c
11473                 gather plugins prefs together under their
11474                 own 'Plugins' heading
11475
11476 2005-07-11 [paul]       1.9.12cvs34
11477
11478         sync with main
11479
11480         * src/account.c
11481                 account_delete(): modified alert dialog
11482         * src/editjpilot.c
11483         * src/editvcard.c
11484                 fixed a crash when cancelling file selection
11485                 dialog by Escape key. Made non-ascii filename
11486                 selectable.
11487         * src/prefs_template.c
11488                 prefs_template_window_create(): make scrolled
11489                 window policy AUTOMATIC
11490
11491 2005-07-10 [hoa]        1.9.12cvs33
11492
11493         * src/etpan/imap-thread.c
11494                 workaround for old Courier IMAP servers.
11495
11496 2005-07-10 [colin]      1.9.12cvs32
11497
11498         * src/folder.c
11499         * src/statusbar.c
11500         * src/statusbar.h
11501                 Add visual progress indicator on filtering/processing
11502                 Factorize the progress bar code
11503         * src/imap.c
11504         * src/imap.h
11505         * src/etpan/imap-thread.c
11506                 Add a reference counter to avoid destroying the Folder
11507                 while it's in use by another callback.
11508
11509 2005-07-09 [hoa]        1.9.12cvs31
11510
11511         * src/imap.c
11512         * src/etpan/imap-thread.c
11513                 fixed deadlock when removing IMAP account.
11514
11515 2005-07-08 [colin]      1.9.12cvs30
11516
11517         * src/textview.c
11518         * src/unmime.c
11519                 Fix again problems decoding broken headers
11520         * src/gtk/inputdialog.c
11521                 Fix local variable shadowing a global one
11522
11523 2005-07-08 [colin]      1.9.12cvs29
11524
11525         * src/msgcache.c
11526                 Make the cache/mark files platform-agnostic by writing
11527                 them in little-endian format. Reading them is also done
11528                 in little-endian format, of course; however, in order
11529                 to avoid trashing mark data on big-endian machines, the
11530                 files are, at first, read from the native format if the
11531                 little-endian one doesn't exist. This is easy to deter-
11532                 mine by trying to open a file with a swapped data_ver
11533                 and seeing if it's the wanted version.
11534                 Little-endian using users should see absolutely no
11535                 difference, Big-endian users may get a very little
11536                 performance drop due to byte-swapping.
11537                 Tested on i386 and ppc32. 
11538                 Fixes bug #159 (The index file, in the mailboxes, is 
11539                 hardware depending).
11540
11541                 To have the cache/mark files updated to the new little-
11542                 endian format, "Check for new messages" or even
11543                 "Rebuild folder tree" aren't enough. Files will be
11544                 updated as soon as a folder has been opened/closed.
11545                 To update everything, just select all folders by
11546                 selecting them one by one.
11547
11548 2005-07-07 [colin]      1.9.12cvs28
11549
11550         * src/imap.c
11551                 Remember the folder separator per IMAPFolder
11552                 instead of globally.
11553                 Revive the Session on noop; fixes bug #761
11554                 (mark a bunch of unread messages as read takes 
11555                 forever)
11556
11557 2005-07-07 [darko]      1.9.12cvs27
11558
11559         * src/common/template.c
11560                 Sort templates alphabetically
11561
11562 2005-07-06 [colin]      1.9.12cvs26
11563
11564         * src/imap.c
11565                 Try to use the correct separator in
11566                 most cases. Possibly fixes bug #759
11567                 (only creates the INBOX folder when 
11568                 setting up new IMAP account) and 
11569                 bug #760 (Can't retrieve messages)
11570
11571 2005-07-06 [colin]      1.9.12cvs25
11572
11573         * src/imap.c
11574                 Use real_path in status command. This will
11575                 help later, when namespaces will be used.
11576
11577 2005-07-06 [colin]      1.9.12cvs24
11578
11579         * configure.ac
11580         * src/account.c
11581         * src/folder.c
11582         * src/imap.c
11583         * src/etpan/etpan-log.c
11584         * src/etpan/etpan-thread-manager.c
11585         * src/etpan/imap-thread.c
11586                 Add a --disable-libetpan parameter. With this,
11587                 users that don't want IMAP4 support can avoid
11588                 the new dependancy (and have no IMAP support).
11589                 Users that have IMAP4 accounts and use this
11590                 parameter won't lose their configuration, their
11591                 IMAP accounts will just be invisible and not
11592                 used.
11593         * src/textview.c
11594                 Make the "Copy ..." contextual menu items 
11595                 copy to both the X clipboard and the gtk 
11596                 clipboard - as most other apps do.
11597         * src/gtk/about.c
11598                 Add a notice about OpenSSL usage, in order to
11599                 comply with OpenSSL's license (point 6):
11600                 http://www.openssl.org/source/license.html
11601
11602 2005-07-06 [colin]      1.9.12cvs23
11603
11604         * src/alertpanel.c
11605                 Fix a minimum size for alertpanels
11606         * src/compose.c
11607                 Show 'No space left on device' type errors
11608                 when queuing/sending
11609         * src/imap_gtk.c
11610         * src/mh_gtk.c
11611                 Rework folder's deletion message (remove 
11612                 extra \n)
11613
11614 2005-07-05 [colin]      1.9.12cvs22
11615
11616         * src/imap.c
11617                 Add an alertpanel on auth error
11618                 Add pseudo-log
11619                 Remove pthread-related stuff
11620
11621 2005-07-05 [colin]      1.9.12cvs21
11622
11623         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11624                 Fix crash on plugin reloading (with a hack)
11625
11626 2005-07-05 [colin]      1.9.12cvs20
11627
11628         * src/prefs_account.c
11629         * src/prefs_account.h
11630                 Fix typo
11631         * src/gtk/filesel.c
11632         * src/gtk/filesel.h
11633                 Add a way to filter the view
11634         * src/gtk/pluginwindow.c
11635                 Filter loadable stuff
11636         * src/plugins/pgpmime/prefs_gpg.c
11637                 Fix missing unregistration
11638         * .cvsignore
11639         * src/etpan/.cvsignore
11640         * src/plugins/spamassassin/.cvsignore
11641                 Add more stuff to cvs ignored files
11642
11643 2005-07-04 [colin]      1.9.12cvs19
11644
11645         * src/imap.c
11646                 Fix scan_required returning FALSE when it
11647                 shouldn't. Maybe fix #760 (Can't retrieve
11648                 messages)
11649
11650 2005-07-04 [colin]      1.9.12cvs18
11651
11652         * src/summaryview.c
11653                 Fix always_show_msg pref
11654
11655 2005-07-04 [paul]       1.9.12cvs17
11656
11657         sync with main (forgotten in last commit)
11658         
11659         * src/common/utils.c
11660         * src/common/utils.h
11661                 check_line_length(): new.
11662                 is_dir_exist()
11663                 is_file_entry_exist()
11664                 dirent_is_regular_file()
11665                 dirent_is_directory(): use g_file_test() instead of stat().
11666
11667 2005-07-04 [paul]       1.9.12cvs16
11668
11669         sync with main:
11670
11671         * src/compose.c
11672                 compose_write_to_file(): check for line
11673                 length limit and display warning if exceeds
11674         * src/jpilot.c
11675                 use get_home_dir() instead of g_get_home_dir()
11676         * src/procheader.c
11677                 removed warning about invalid date
11678         * src/vcard.c
11679                 use get_home_dir() instead of g_get_home_dir()
11680
11681 2005-07-04 [paul]       1.9.12cvs15
11682
11683         * src/stock_pixmap.c
11684                 fix new pixmap naming errors
11685                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11686
11687 2005-07-04 [colin]      1.9.12cvs14
11688
11689         * src/imap.c
11690                 Fix debugging string with a warning
11691
11692 2005-07-04 [colin]      1.9.12cvs13
11693
11694         * configure.ac
11695                 Add a check for libetpan's version (>= 0.37)
11696
11697 2005-07-04 [hoa]        1.9.12cvs12
11698
11699         * commitHelper
11700         * src/imap.c
11701         * src/etpan/imap-thread.c
11702         * src/etpan/imap-thread.h
11703                 fixed IMAP implementation of check of mails.
11704
11705 2005-07-03 [hoa]        1.9.12cvs11
11706
11707         * src/etpan/Makefile.am
11708         * src/etpan/etpan-errors.h
11709         * src/etpan/etpan-log.[ch]
11710         * src/etpan/etpan-thread-manager-types.h
11711         * src/etpan/etpan-thread-manager.[ch]
11712         * src/etpan/imap-thread.[ch]
11713         * src/Makefile.am
11714         * src/imap.c
11715         * src/main.c
11716         * src/prefs_other.c
11717         * configure.ac
11718             merged imap branch.
11719             dependency on libetpan 0.37 is now added.
11720
11721 2005-07-01 [colin]      1.9.12cvs10
11722
11723         * src/Makefile.am
11724         * src/folder.c
11725         * src/folder.h
11726         * src/folderview.c
11727         * src/stock_pixmap.c
11728         * src/stock_pixmap.h
11729         * src/plugins/trayicon/trayicon.c
11730                 Add marked symbol on folders containing
11731                 marked messages
11732         * src/procmsg.c
11733         * src/procmsg.h
11734         * src/toolbar.c
11735         * src/prefs_common.c
11736         * src/prefs_common.h
11737         * src/prefs_send.c
11738                 Add an optional confirmation dialog on queue
11739                 sending. Patch by wwp.
11740         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11741         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11742         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11743         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11744         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11745         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11746         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11747         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11748         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11749         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11750         * src/pixmaps/trash_mark.xpm            ** ADDED **
11751                 New pixmaps
11752
11753 2005-07-01 [colin]      1.9.12cvs9
11754
11755         * src/summaryview.c
11756                 Fix a little threading bug
11757         * src/addrgather.c
11758         * src/mainwindow.c
11759                 A little bit of HIG normality never hurts
11760
11761 2005-07-01 [colin]      1.9.12cvs8
11762
11763         * src/compose.c
11764         * src/msgcache.c
11765         * src/pop.c
11766         * src/procmime.c
11767         * src/recv.c
11768         * src/common/log.c
11769         * src/common/template.c
11770         * src/common/utils.c
11771         * src/common/utils.h
11772                 Reverted the fwrite_atomic stuff. In fact
11773                 it is already atomic.
11774
11775 2005-06-30 [colin]      1.9.12cvs7
11776
11777         * src/common/utils.c
11778         * src/common/utils.h
11779                 Add an fwrite_atomic() function to make
11780                 sure we write everything: fwrite can make
11781                 short writes.
11782         * src/compose.c
11783         * src/msgcache.c
11784         * src/pop.c
11785         * src/procmime.c
11786         * src/recv.c
11787         * src/common/log.c
11788         * src/common/template.c
11789                 Use that (and fix swapping of size and nmemb).
11790                 Thanks to Rich Coe for the heads up.
11791
11792 2005-06-30 [colin]      1.9.12cvs6
11793
11794         * src/addressbook.c
11795                 Optimize addressbook opening 
11796
11797 2005-06-30 [colin]      1.9.12cvs5
11798
11799         * src/summaryview.c
11800                 Remove calls to summary_step after move/copy
11801
11802 2005-06-28 [paul]       1.9.12cvs4
11803
11804         * src/alertpanel.c
11805                 wrap and make the error msg selectable
11806
11807 2005-06-28 [paul]       1.9.12cvs3
11808
11809         * src/ssl_manager.c
11810                 replace the OK button with a Close button
11811         * src/gtk/foldersort.c
11812                 use GTK_STOCK_ icons/buttons
11813
11814 2005-06-28 [colin]      1.9.12cvs2
11815
11816         * src/gedit-print.c             ** ADDED **
11817         * src/gedit-print.h             ** ADDED **
11818         * src/gtk/gtksourceprintjob.c   ** ADDED **
11819         * src/gtk/gtksourceprintjob.h   ** ADDED **
11820                 I can't believe no one had enough time to tell
11821                 me I forgot the `cvs add`
11822
11823 2005-06-27 [colin]      1.9.12cvs1
11824
11825         * src/Makefile.am
11826         * src/gtk/Makefile.am
11827         * src/messageview.c
11828         * src/procmsg.c
11829         * src/summaryview.c
11830         * configure.ac
11831                 Add optional libgnomeprint-based printing
11832         * src/mainwindow.c
11833         * src/gtk/quicksearch.c
11834                 Add an Edit/Quick search menu item to show
11835                 and focus the quicksearch
11836
11837 2005-06-27 [paul]       1.9.12
11838
11839         1.9.12 release
11840
11841         * po/ca.po
11842         * po/de.po
11843         * po/es.po
11844         * po/fr.po
11845         * po/it.po
11846         * po/ko.po
11847         * po/pt_BR.po
11848         * po/sk.po
11849         * po/zh_CN.po
11850                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11851                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11852                 SungHyun Nam, Frederico Goncalves Guimaraes,
11853                 Andrej Kacian, and Yang Guilong
11854 2005-06-26 [colin]      1.9.11cvs106
11855
11856         * src/imap_gtk.c
11857                 Forgot one file for previous fix
11858
11859 2005-06-26 [colin]      1.9.11cvs105
11860
11861         * src/folder.c
11862         * src/imap.c
11863                 Fix problems with folder operations in no_select
11864                 imap folders. it applies only to mails, and 
11865                 creation/deletion/move/renaming of folders 
11866                 should be possible
11867
11868 2005-06-26 [paul]       1.9.11cvs104
11869
11870         * src/prefs_filtering.c
11871                 replace one more GTK_STOCK_REMOVE
11872                 with GTK_STOCK_DELETE
11873
11874 2005-06-25 [colin]      1.9.11cvs103
11875
11876         * src/imap.c
11877                 Optimize get_seq_set_from_seq_list
11878                 (Patch by Ricardo) 
11879
11880 2005-06-25 [colin]      1.9.11cvs102
11881
11882         * src/mh.c
11883                 If the directory exists, but not in the
11884                 correct encoding, rename it. This should
11885                 handle old-versions-induced bugs.
11886
11887 2005-06-25 [colin]      1.9.11cvs101
11888
11889         * src/mh.c
11890                 Fix path access with extended dir names
11891                 Fixes bug #589 (SC segfaults with wrong locale
11892                 settings)
11893
11894 2005-06-25 [colin]      1.9.11cvs100
11895
11896         * src/prefs_account.c
11897         * src/prefs_account.h
11898         * src/compose.c
11899                 Add an option to encrypt replies to
11900                 encrypted messages
11901
11902 2005-06-25 [colin]      1.9.11cvs99
11903
11904         * src/compose.c
11905         * src/quote_fmt_parse.y
11906                 ... And make it work with pgpinline.
11907
11908 2005-06-25 [colin]      1.9.11cvs98
11909
11910         * src/compose.c
11911         * src/procmime.c
11912         * src/procmime.h
11913         * src/quote_fmt_parse.y
11914                 o Make reedition of encrypted messages possible
11915                   (as long as it is encrypted to self too, no
11916                    magic there)
11917                 o Make replying with quote (and without selecting
11918                   text) possible for encrypted messages.
11919                 Closes bug #550 (Not possible to "reply with quote"
11920                 to gnupg encrypted messages)
11921
11922 2005-06-24 [paul]       1.9.11cvs97
11923
11924         * src/imap.c
11925                 add missing include
11926
11927 2005-06-24 [paul]       1.9.11cvs96
11928
11929         * src/editldap.c
11930                 made bind password entry invisible
11931                 (sync with main)
11932         * src/send_message.c
11933                 send_message_local(): check exit status
11934                 to detect errors (sync with main)
11935         * src/textview.c
11936                 use main's less ambiguous popup menu
11937                 wording
11938
11939 2005-06-24 [paul]       1.9.11cvs95
11940
11941         * src/prefs_actions.c
11942         * src/prefs_customheader.c
11943         * src/prefs_display_header.c
11944         * src/prefs_filtering_action.c
11945         * src/prefs_matcher.c
11946         * src/prefs_template.c
11947         * src/prefs_toolbar.c
11948                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11949         * src/gtk/description_window.c
11950                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11951
11952 2005-06-23 [colin]      1.9.11cvs94
11953
11954         * src/summaryview.c
11955                 Fix rough edges (be sure to call status_show whenever
11956                 necessary).
11957
11958 2005-06-23 [colin]      1.9.11cvs93
11959
11960         * src/summaryview.c
11961                 Optimize Select All
11962                 Before, in a 5K mails folder: 11s
11963                 After, in the same folder: 58000µs
11964                 The joys of locking... gtk_clist_select_all() fires a 
11965                 tree-select-row event for each selected row, which in 
11966                 summaryview, callbacks summary_selected which in turn,
11967                 calls summary_status_show, which walks the selected
11968                 rows. Hence, calling gtk_clist_select_all was 
11969                 exponential. Locking the summaryview makes 
11970                 summary_selected return early.
11971
11972 2005-06-23 [colin]      1.9.11cvs92
11973
11974         * src/imap.c
11975                 Move mutex at the important place to avoid
11976                 deadlocks
11977         * src/summaryview.c
11978                 Fix Del key deleting directly instead of
11979                 moving to trash
11980
11981 2005-06-22 [colin]      1.9.11cvs91
11982
11983         * src/plugins/spamassassin/libspamc.c
11984                 As we do spagetti code with assignations in multiple
11985                 places (see _message_read_raw where out = msg = raw),
11986                 let's be sure we don't free the same pointer twice.
11987                 Should fix bug #683 (Crash in libpam at 
11988                 message_cleanup).
11989
11990 2005-06-22 [colin]      1.9.11cvs90
11991
11992         * src/compose.c
11993         * src/messageview.c
11994         * src/toolbar.c
11995                 Make toolbar's delete use the move to trash stuff;
11996                 Add gtk_widget_realize to be sure pixmaps can get
11997                 created (that may fix an old worksforme bug which
11998                 I can't find back...)
11999
12000 2005-06-22 [colin]      1.9.11cvs89
12001
12002         * src/summaryview.c
12003         * src/summaryview.h
12004         * src/mainwindow.c
12005                 Rename "Message/Delete" to "Message/Move to trash"
12006                 Add "Message/Delete..." that directly destroys the
12007                 selected messages after asking for a confirmation.
12008
12009 2005-06-22 [colin]      1.9.11cvs88
12010
12011         * src/imap.c
12012                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12013                 o Fix a deadlock (thanks Darko)
12014
12015 2005-06-22 [colin]      1.9.11cvs87
12016
12017         * src/gtk/foldersort.c
12018                 Add missing include for the i18n;
12019                 patch by Fabien Vantard
12020
12021 2005-06-21 [colin]      1.9.11cvs86
12022
12023         * src/folder.c
12024         * src/folderview.c
12025                 Respect the no_select flag
12026         * src/imap.c
12027                 Fix recursive deletion
12028         * src/imap_gtk.c
12029         * src/mh_gtk.c
12030                 Make the folder deletion's warning
12031                 more explicit
12032
12033 2005-06-21 [colin]      1.9.11cvs85
12034
12035         * src/textview.c
12036                 Prevent email addresses from spanning accross
12037                 lines - fixes bug # 646 (newline-chars in 
12038                 email addresses)
12039
12040 2005-06-20 [colin]      1.9.11cvs84
12041
12042         * src/folder.c
12043                 Be sure not to remove source if copy failed
12044
12045 2005-06-20 [colin]      1.9.11cvs83
12046
12047         * src/folderview.c
12048         * src/imap_gtk.c
12049                 remove summaryview's lock
12050         * src/imap.c
12051                 introduce threads to avoid problems when foreground tasks
12052                 interfere with background tasks
12053         * src/mh.c
12054                 prevent moving to drafts/queue
12055         * src/mimeview.c
12056                 fix leak
12057
12058 2005-06-19 [colin]      1.9.11cvs82
12059
12060         * src/imap_gtk.c
12061                 Remember that the user doesn't want to override
12062                 offline mode, for 3 seconds. It avoid presenting
12063                 him with N popups in a really short time.
12064
12065 2005-06-17 [colin]      1.9.11cvs81
12066
12067         * src/imap.c
12068                 Fix IMAP breaking on folders containing '('
12069                 (Probably won't be enough)
12070
12071 2005-06-17 [colin]      1.9.11cvs80
12072
12073         Forgotten files on 1.9.11cvs79
12074         * src/summaryview.c
12075                 Fix stepping when not immediately executing
12076         * src/imap.c
12077                 Really prevent UID FETCH 0
12078         * src/codeconv.c
12079                 Fix outgoing charset never set to utf-8
12080         * src/mh.c
12081                 Fix leak
12082
12083 2005-06-16 [colin]      1.9.11cvs79
12084
12085         * src/compose.c
12086                 Fix bug #707 (Dash splits rows)
12087                 Only wrap if we're on a line break position and
12088                 the previous one was a "white" (space) char.
12089                 Pango stuff is weird.
12090
12091 2005-06-16 [colin]      1.9.11cvs78
12092
12093         * src/imap_gtk.c
12094                 Lock summaryview while downloading messages
12095                 on user demand
12096         * src/procheader.c
12097         * src/unmime.c
12098         * src/common/utils.c
12099         * src/common/utils.h
12100                 Replace \r and \n with spaces in From and
12101                 Subject headers
12102
12103 2005-06-16 [paul]       1.9.11cvs77
12104
12105         * src/procmime.c
12106                 liberalise the mime parser
12107         * src/gtk/about.c
12108                 add text wrapping
12109
12110 2005-06-16 [paul]       1.9.11cvs76
12111
12112         * src/gtk/about.c
12113                 reworked
12114
12115 2005-06-15 [colin]      1.9.11cvs75
12116
12117         * src/compose.c
12118                 Finish header encoding fix
12119         * src/summaryview.c
12120                 Fix segfault
12121         * src/headerview.c
12122                 Fix compilation (Thanks Stephan
12123                 Sachse)
12124
12125 2005-06-15 [colin]      1.9.11cvs74
12126
12127         * Makefile.am
12128                 Install gnome2 stuff rather than gnome1, 
12129                 if both are present
12130         * src/codeconv.c
12131         * src/codeconv.h
12132         * src/compose.c
12133                 Fix headers encoding
12134         * src/folder.c
12135                 Visual progress when fetching all messages
12136         * src/folderview.c
12137         * src/summaryview.c
12138         * src/summaryview.h
12139                 Prevent changing current message while
12140                 incorporating
12141
12142 2005-06-15 [paul]       1.9.11cvs73
12143
12144         * src/gtk/gtkaspell.c
12145         * src/gtk/gtkaspell.h
12146                 fix build warnings
12147
12148 2005-06-15 [paul]       1.9.11cvs72
12149
12150         * src/prefs_filtering.c
12151                 allow reordering of filter rules by
12152                 drag n drop
12153
12154 2005-06-15 [paul]       1.9.11cvs71
12155
12156         * COPYING
12157                 updated
12158         * src/codeconv.c
12159                 replace deprecated function
12160         * src/inc.c
12161         * src/send_message.c
12162         * src/gtk/progressdialog.c
12163         * src/gtk/progressdialog.h
12164                 salvage and reuse parts of reverted sync
12165
12166 2005-06-15 [paul]       1.9.11cvs70
12167
12168         * src/inc.c
12169         * src/send_message.c
12170         * src/gtk/progressdialog.c
12171         * src/gtk/progressdialog.h
12172                 revert yesterday's sync with main
12173                 it contains deprecated functions
12174
12175 2005-06-15 [colin]      1.9.11cvs69
12176
12177         * src/headerview.c
12178                 Fix bug #670 (multi user to: will corrupt message 
12179                 headers display)
12180
12181 2005-06-15 [colin]      1.9.11cvs68
12182
12183         * src/compose.c
12184                 Fix bug #421 (Fix undo on wrapping)
12185
12186 2005-06-15 [colin]      1.9.11cvs67
12187
12188         * src/folder.c
12189                 Provide visual feedback while processing
12190                 folder's rules.
12191         * src/imap.c
12192                 Provide visual feedback while getting
12193                 short headers (for uncached messages)
12194
12195
12196 2005-06-14 [paul]       1.9.11cvs66
12197
12198         * src/account.c
12199                 change a couple stock icons
12200         * src/inc.c
12201         * src/send_message.c
12202         * src/gtk/progressdialog.c
12203         * src/gtk/progressdialog.h
12204                 sync main's GtkTreeView implementation
12205
12206 2005-06-14 [colin]      1.9.11cvs65
12207
12208         * src/imap.c
12209                 Various little fixes, mainly on error paths
12210
12211 2005-06-13 [colin]      1.9.11cvs64
12212
12213         * matcher.c
12214         * procmsg.c
12215         * procmsg.h
12216                 Add a way to fetch only headers. This speeds
12217                 up filtering on headers for IMAP. Fixes:
12218                 bug #481 extraneous imap commands slow down 
12219                         imap filtering
12220                 bug #522 Sylpheed downloads all messages 
12221                         when opening mailbox (IMAP)
12222                 bug #677 IMAP fetch is soooooooooooooo slow
12223         * src/folder.c
12224         * src/folder.h
12225                 Add a folder set_batch method so that
12226                 implementations can speed up flags changes
12227         * src/folderutils.c
12228         * src/summaryview.c
12229                 Use that in mark as (un)read and mark all read
12230                 Refix bug #679
12231         * src/imap.c
12232                 Implement set_batch - brings back deferred
12233                 flags in a less buggy manner. Fixes:
12234                 bug #729 IMAP immediate expunge of deleted messages
12235                 bug #191 remove list of messages with one command
12236                 Fix login with strange chars
12237                 Implement fetch_msg_full
12238                 Fix copy (wrong counts)
12239
12240 2005-06-12 [colin]      1.9.11cvs63
12241
12242         * src/folder.c
12243                 lock incorporation during long operations.
12244                 Avoids fucking up the IMAP socket.
12245
12246 2005-06-12 [colin]      1.9.11cvs62
12247
12248         * src/imap.c
12249                 Fix harmful typo
12250                 Factorize remove_all_msg
12251                 Thread-ize expunge
12252         * src/summaryview.c
12253                 Don't update partial-download status if unnecessary
12254         * src/folder.c
12255                 Use remove_msgs everywhere possible
12256
12257 2005-06-12 [colin]      1.9.11cvs61
12258
12259         * src/folder.c
12260         * src/folder.h
12261                 Add a remove_msgs function to remove a 
12262                 list of messages
12263         * src/imap.c
12264                 Implement that.
12265
12266 2005-06-12 [colin]      1.9.11cvs60
12267
12268         * src/imap.c
12269                 Remove flags-processing deferring... Too hard
12270                 to get it to work in all cases.
12271
12272 2005-06-11 [colin]      1.9.11cvs59
12273
12274         * src/imap.c
12275                 printf -> debug_print
12276
12277 2005-06-11 [colin]      1.9.11cvs58
12278
12279         * src/imap.c
12280                 o Fix build without USE_PTHREAD
12281                 o Factorize imap_open
12282                 o Alertpanel in case of impossible connection
12283                 o Alertpanel in case of impossible login
12284                 o Fix deferred flags processing to force a 
12285                   flush before adding some more flags to process,
12286                   but in another folder.
12287
12288 2005-06-10 [colin]      1.9.11cvs57
12289
12290         * src/imap.c
12291                 o Fix a format string error
12292                 o init ssl socket outside of the thread 
12293                   (it possibly invokes gtk calls)
12294         * src/procmime.c
12295                 o Put back the buffer to its necessary size
12296                 o Fix changing a file pointer without keeping
12297                   track of it (thanks Valgrind)
12298         * src/common/smtp.c
12299                 o Fix automatic STARTTLS if login should be done
12300                   and the server only allows it after starting TLS
12301         * src/gtk/gtkinputdialog.c
12302                 o Eat GDK_Return so that the combo popup doesn't 
12303                   appear when we press Enter to validate the combo
12304                   input dialog (as seen in the Open with... dialog)
12305
12306 2005-06-10 [colin]      1.9.11cvs56
12307
12308         * src/imap.c
12309                 o A bit less debug
12310                 o Fix a crash on deletion
12311                 o Threadize imap_select (it's called outside of 
12312                   threads)
12313                 o Defer treatment of DELETED flags
12314
12315
12316 2005-06-09 [colin]      1.9.11cvs55
12317
12318         * src/imap.c
12319                 Make sure we check imap_gtk_should_override(), which
12320                 potentially calls gtk stuff, before creating thread.
12321                 That way it should't be called via imap_get_session()
12322                 inside a thread.
12323
12324 2005-06-09 [colin]      1.9.11cvs54
12325
12326         * src/imap.c
12327                 o add a bit of status output
12328                 o remove some dead code
12329                 o threadize get_list_of_uids
12330                 o threadize imap_get_flags
12331                 o defer flag changing by 500ms so that they
12332                   can be batched
12333
12334
12335 2005-06-08 [colin]      1.9.11cvs53
12336
12337         * src/imap.c
12338                 Thread-ize imap_cmd_fetch
12339
12340 2005-06-08 [colin]      1.9.11cvs52
12341
12342         * src/main.c
12343                 Mmh, that broke POP3...
12344
12345 2005-06-08 [colin]      1.9.11cvs51
12346
12347         * src/main.c
12348                 Stabilize IMAP patch (thanks to Hoa)
12349
12350 2005-06-08 [colin]      1.9.11cvs50
12351
12352         * src/imap.c
12353                 Test patch to speed up imap. 
12354
12355 2005-06-08 [colin]      1.9.11cvs49
12356
12357         * src/imap_gtk.c
12358                 Warning fix
12359         * src/procmime.c
12360                 Apply patch from gentoo to use /usr/share/mime/globs if 
12361                 available, after un-breaking it
12362         * src/common/log.c
12363         * src/common/log.h
12364                 Use g_timeout for invoking hooks that possibly use gtk
12365                 calls. This should leave gtk calls in the main thread.
12366
12367 2005-06-08 [paul]       1.9.11cvs48
12368
12369         * src/codeconv.c
12370                 conv_get_outgoing_charset_str(): don't
12371                 use prefs_common setting
12372         * src/compose.c
12373         * src/compose.h
12374                 add /Options/Character encoding/... to
12375                 temporarily change the outgoing encoding
12376
12377         (belated sync with main)
12378
12379 2005-06-08 [paul]       1.9.11cvs47
12380
12381         * src/compose.c
12382                 correction to/completion of last
12383                 sync with main
12384
12385 2005-06-08 [paul]       1.9.11cvs46
12386
12387         sync with main:
12388         
12389         * src/codeconv.c
12390         * src/codeconv.h
12391                 always enabled Japanese auto-detection
12392                 if the first letters of locale string
12393                 is "ja"
12394         * src/compose.c
12395                 don't use "destroy" signal to destroy
12396                 Compose object (fix rare crashes on discard?)
12397         * src/mainwindow.c
12398         * src/messageview.c
12399         * src/prefs_send.c
12400                 added Hebrew encodings
12401         * src/sourcewindow.c
12402                 don't use "destroy" signal to destroy
12403                 objects
12404
12405 2005-06-07 [colin]      1.9.11cvs45
12406
12407         * src/summaryview.c
12408                 Add missing unlocks/locks
12409
12410 2005-06-07 [paul]       1.9.11cvs44
12411
12412         * src/summaryview.c
12413                 restore bug #749 fix
12414
12415 2005-06-06 [colin]      1.9.11cvs43
12416
12417         * src/summaryview.c
12418                 Fix selection bug when prefs_common.open_unread 
12419                 is FALSE
12420
12421 2005-06-06 [colin]      1.9.11cvs42
12422
12423         * src/common/md5.c
12424                 Fix a warning
12425         * src/summaryview.c
12426         * src/folderview.c
12427                 Factorize long operations beginning and end
12428                 (locking, freezing/thawing, cursor, ...)
12429                 Check selection->data member in selection-
12430                 related loops; this avoids dying an awful
12431                 death if the selection changes on us while
12432                 we're marking a whole IMAP folder unread, 
12433                 for example.
12434
12435 2005-06-06 [paul]       1.9.11cvs41
12436
12437         * src/textview.c
12438                 don't g_free() a static gchar buffer
12439
12440 2005-06-05 [colin]      1.9.11cvs40
12441
12442         * src/mainwindow.c
12443         * src/messageview.c
12444         * src/summaryview.c
12445                 Fix bug #749 (Show all headers should be
12446                 sticky as the GUI suggests)
12447
12448 2005-06-03 [paul]       1.9.11cvs39
12449
12450         * src/compose.c
12451                 don't allow editing of mail while sending.
12452                 patch by Colin
12453
12454 2005-06-03 [paul]       1.9.11cvs38
12455
12456         * src/folderview.c
12457                 add a freeze/thaw to speed up 'mark all read'
12458
12459 2005-06-03 [paul]       1.9.11cvs37
12460
12461         * src/prefs_message.c
12462                 reflect changes immediately
12463
12464 2005-06-02 [colin]      1.9.11cvs36
12465
12466         * po/POTFILES.in
12467                 Patch by Fabien Vantard.
12468
12469 2005-06-02 [colin]      1.9.11cvs35
12470
12471         * src/imap.c
12472                 Use a non-blocking imap_getline() if possible.
12473                 This should completely prevent the interface
12474                 from freezin on imap operations, although it
12475                 may do strange stuff in case of folder switching
12476                 while a big imap operation is taking place...
12477
12478                 In addition, fix a leak in the case thread
12479                 creation fails on connection.
12480
12481 2005-06-02 [colin]      1.9.11cvs34
12482
12483         * src/crash.c
12484         * src/prefs_common.h
12485                 Fix build (prefs_common_init() doesn't exist
12486                 anymore)
12487
12488 2005-06-02 [colin]      1.9.11cvs33
12489
12490         * src/prefs_account.c
12491                 Fix bug #245 (filtering rules broken when
12492                 renaming a remote account (imap4 or nntp)
12493
12494 2005-06-02 [colin]      1.9.11cvs32
12495
12496         * src/imap.c
12497                 Try to fix IMAP shortcomings: 
12498                 o Multithread imap_open()
12499                 o allow offline-mode overriding instead of
12500                   just returning NULL
12501         * src/imap_gtk.c
12502         * src/imap_gtk.h
12503                 Add a function to ask whether we want to
12504                 override offline-mode for 10 minutes (one-shot
12505                 asking was painful)
12506         * src/procheader.c
12507                 Fix segfault when imap parser isn't happy about
12508                 a missing {
12509
12510 2005-06-01 [colin]      1.9.11cvs31
12511
12512         * src/addrharvest.c
12513         * src/compose.c
12514         * src/mbox.c
12515         * src/mbox.h
12516         * src/mh.c
12517         * src/msgcache.c
12518         * src/send_message.c
12519         * src/setup.c
12520         * src/undo.c
12521         * src/common/hooks.c
12522         * src/common/prefs.c
12523         * src/common/template.c
12524         * src/common/utils.c
12525         * src/gtk/gtkutils.c
12526         * src/gtk/inputdialog.c
12527         * src/gtk/menu.c
12528         * src/gtk/pluginwindow.c
12529         * src/gtk/prefswindow.c
12530         * src/plugins/pgpmime/passphrase.c
12531         * src/plugins/pgpmime/prefs_gpg.c
12532                 More -Wall fixes
12533
12534         * src/common/Makefile.am
12535         * src/common/timing.h
12536                 Add basic timing code
12537
12538         * src/summaryview.c
12539                 Fix a bug with unread messages when 
12540                 re-sorting folders, and by the way
12541                 fix a big performance hit when 
12542                 re-sorting (10k mails: before 5s,
12543                 after .5s)
12544
12545         * src/prefs_compose_writing.c
12546         * src/prefs_compose_writing.h
12547         * src/prefs_message.c
12548         * src/prefs_message.h
12549         * src/prefs_other.c
12550         * src/prefs_other.h
12551         * src/prefs_quote.c
12552         * src/prefs_quote.h
12553         * src/prefs_receive.c
12554         * src/prefs_receive.h
12555         * src/prefs_send.c
12556         * src/prefs_send.h
12557         * src/prefs_summaries.c
12558         * src/prefs_summaries.h
12559                 Fix copyright banner
12560
12561 2005-06-01 [paul]       1.9.11cvs30
12562
12563         * po/fi.po
12564                 updated by Flammie Pirinen
12565         * src/procmime.c
12566                 fix 'Bad BASE64 content' output
12567
12568 2005-05-31 [colin]      1.9.11cvs29
12569
12570         * src/procmime.c
12571                 Oops, where did my hunk go.
12572
12573 2005-05-31 [colin]      1.9.11cvs28
12574
12575         * src/Makefile.am
12576         * src/account.c
12577         * src/action.c
12578         * src/addr_compl.c
12579         * src/addressbook.c
12580         * src/codeconv.c
12581         * src/compose.c
12582         * src/export.c
12583         * src/folder.c
12584         * src/folderview.c
12585         * src/image_viewer.c
12586         * src/main.c
12587         * src/mainwindow.c
12588         * src/messageview.c
12589         * src/mimeview.c
12590         * src/msgcache.c
12591         * src/prefs_account.c
12592         * src/prefs_actions.c
12593         * src/prefs_common.c
12594         * src/prefs_compose_writing.c
12595         * src/prefs_customheader.c
12596         * src/prefs_ext_prog.c
12597         * src/prefs_filtering.c
12598         * src/prefs_filtering_action.c
12599         * src/prefs_fonts.c
12600         * src/prefs_image_viewer.c
12601         * src/prefs_message.c
12602         * src/prefs_message.h
12603         * src/prefs_msg_colors.c
12604         * src/prefs_other.c
12605         * src/prefs_other.h
12606         * src/prefs_quote.c
12607         * src/prefs_receive.c
12608         * src/prefs_receive.h
12609         * src/prefs_send.c
12610         * src/prefs_send.h
12611         * src/prefs_spelling.c
12612         * src/prefs_summaries.c
12613         * src/prefs_summary_column.c
12614         * src/prefs_template.c
12615         * src/prefs_themes.c
12616         * src/prefs_toolbar.c
12617         * src/prefs_wrapping.c
12618         * src/procmime.c
12619         * src/procmsg.c
12620         * src/send_message.h
12621         * src/ssl_manager.c
12622         * src/summary_search.c
12623         * src/summaryview.c
12624         * src/textview.c
12625         * src/wizard.c
12626         * src/common/smtp.c
12627         * src/common/smtp.h
12628         * src/gtk/gtkutils.h
12629                 o Move the rest of Common prefs to new style
12630                 o Lots of -Wall warning fixes
12631                 o fix FIXME in cache memusage calculation
12632                 o Let return receipts be sent from any account
12633                 o Little cache optimisation (read)
12634                 o Fix bug #746 (don't treat commas as separators
12635                   when inside a quoted string)
12636
12637 2005-05-31 [paul]       1.9.11cvs27
12638
12639         * src/prefs_common.c
12640                 fix 'off-by-one' typo
12641
12642 2005-05-31 [paul]       1.9.11cvs26
12643
12644         * src/account.c
12645         * src/addr_compl.c
12646         * src/compose.c
12647         * src/foldersel.c
12648         * src/prefs_actions.c
12649         * src/prefs_common.c
12650         * src/prefs_common.h
12651         * src/prefs_customheader.c
12652         * src/prefs_display_header.c
12653         * src/prefs_filtering.c
12654         * src/prefs_filtering_action.c
12655         * src/prefs_matcher.c
12656         * src/prefs_summaries.c
12657         * src/prefs_summary_column.c
12658         * src/prefs_template.c
12659         * src/prefs_toolbar.c
12660         * src/ssl_manager.c
12661         * src/gtk/pluginwindow.c
12662         * src/gtk/prefswindow.c
12663         * src/gtk/progressdialog.c
12664                 add hidden prefs 'enable_rules_hint'
12665                 for gtk_tree_view_set_rules_hint()
12666                 (sync with main)
12667                 
12668
12669 2005-05-31 [colin]      1.9.11cvs25
12670
12671         * src/Makefile.am
12672         * src/main.c
12673         * src/prefs_common.c
12674         * src/prefs_summaries.c ** ADDED **
12675         * src/prefs_summaries.h ** ADDED **
12676                 Common/Display -> Display/Summaries
12677
12678 2005-05-31 [colin]      1.9.11cvs24
12679
12680         * src/Makefile.am
12681         * src/main.c
12682         * src/prefs_quote.c ** ADDED **
12683         * src/prefs_quote.h ** ADDED **
12684                 Move Common/Quote to Compose/Quoting
12685         * src/prefs_common.c
12686         * src/prefs_common.h
12687                 Remove old quote stuff, add
12688                 convenience functions for GtkTextView prefs
12689         * src/gtk/prefswindow.c
12690                 Set default height higher
12691
12692 2005-05-30 [colin]      1.9.11cvs23
12693
12694         * src/Makefile.am
12695         * src/main.c
12696         * src/prefs_common.c
12697         * src/prefs_compose_writing.c ** ADDED **
12698         * src/prefs_compose_writing.h ** ADDED **
12699                 Move Common/Compose prefs to Compose/Writing
12700
12701 2005-05-30 [colin]      1.9.11cvs22
12702
12703         * src/common/utils.c
12704                 Fix bug #651 (Confused Attract by Subject)
12705                 Patch by M. Benkmann <haferfrost@web.de>
12706         * AUTHORS
12707
12708 2005-05-30 [colin]      1.9.11cvs21
12709
12710         * src/compose.c
12711                 Fix concatenation of different headers of
12712                 the same type (bug #645)
12713         * src/prefs_folder_item.c
12714                 Fix bug #699 (setting color to black doesn't
12715                 work immediately)
12716         * src/procmime.c
12717                 Print out decoding error only once per
12718                 block
12719
12720 2005-05-30 [paul]       1.9.11cvs20
12721
12722         * src/common/template.c
12723                 fix Bcc
12724
12725 2005-05-30 [paul]       1.9.11cvs19
12726
12727         * doc/src/rfc2368.txt   **NEW FILE**
12728         * src/compose.c
12729                 compose_entries_set(): don't interpret Bcc
12730                 header field (conform to RFC 2368)
12731                 (sync with main)
12732
12733 2005-05-29 [colin]      1.9.11cvs18
12734
12735         * src/prefs_common.c
12736                 Let the default reply format respect
12737                 netiquette by cutting the signature.
12738
12739 2005-05-29 [colin]      1.9.11cvs17
12740
12741         * src/summaryview.c
12742                 Don't let always_show_msg override
12743                 open_unread_on_enter when opening a new
12744                 directory.
12745
12746 2005-05-27 [paul]       1.9.11cvs16
12747
12748         sync with main:
12749
12750         * src/main.c
12751                 app_will_exit(): cleanup tmp directory when exit
12752         * src/message_search.c
12753                 improved the interface and made code cleanup.
12754                 removed Clear button
12755         * src/send_message.c
12756                 send_message_local(): use GSpawn, and detect errors
12757         * src/summary_search.c
12758                 improved the interface and made code cleanup
12759         * src/textview.c
12760                 textview_write_link(): also skip non-ascii space
12761                  at the head of link strings (phishing check
12762                  didn't work at the case)
12763         * src/common/utils.c
12764                 get_command_output(): use g_spawn_command_line_sync()
12765                 instead of popen()
12766
12767 2005-05-26 [colin]      1.9.11cvs15
12768
12769         * src/folder.c
12770                 remove printf
12771
12772 2005-05-26 [colin]      1.9.11cvs14
12773
12774         * src/common/nntp.c
12775                 Fix nntp mode reader (bug #611)
12776                 Patch by Florian Mickler <florian@mickler.org>
12777
12778 2005-05-26 [colin]      1.9.11cvs13
12779
12780         * src/plugins/pgpmime/passphrase.c
12781                 Fix mouse grabbing (bug #557)
12782
12783 2005-05-26 [colin]      1.9.11cvs12
12784
12785         * src/prefs_themes.c
12786                 Fix g_warning (bug #541)
12787
12788 2005-05-26 [colin]      1.9.11cvs11
12789
12790         * src/prefs_actions.c
12791         * src/prefs_template.c
12792                 Fix bug #506 (no warning if action/template
12793                 is not saved)
12794         * src/common/template.c
12795                 Fix a possible crash
12796
12797 2005-05-26 [colin]      1.9.11cvs10
12798
12799         * src/folder.c
12800         * src/folderview.c
12801         * src/procmsg.c
12802         * src/summaryview.c
12803                 Forbid locked messages to be moved or
12804                 deleted. Locked messages in trashes 
12805                 still get deleted, for performance
12806                 reason (mh.c::mh_remove_all_msgs)
12807
12808 2005-05-25 [colin]      1.9.11cvs9
12809
12810         * src/procmime.c
12811                 Use correct encoding when sending mails
12812                 with attachments that have accentued 
12813                 chars in their name
12814
12815 2005-05-24 [colin]      1.9.11cvs8
12816
12817         * src/summaryview.c
12818                 Fix bug #688 f) read/unread marker not
12819                 changed on first click
12820                 Also, optimize summary_status_show()
12821                 calls
12822         * src/folder.c
12823         * src/inc.c
12824         * src/procmime.c
12825                 Fix bug #688 b) and c) wrt message
12826                 attachments and signature
12827         * src/stock_pixmap.c
12828         * src/stock_pixmap.h
12829         * src/stock_pixmap.c
12830         * src/stock_pixmap.h
12831         * src/Makefile.am
12832         * src/pixmaps/clip_gpg_signed.xpm
12833                 Add clip/signed icon
12834
12835 2005-05-24 [colin]      1.9.11cvs7
12836
12837         * src/folder_item_prefs.c
12838                 whitespace fix
12839
12840 2005-05-24 [colin]      1.9.11cvs6
12841
12842         * src/folderview.c
12843         * src/prefs_common.c
12844         * src/prefs_common.h
12845                 Add a confirmation to folder drag and drop
12846                 fixes bug #156
12847         * src/alertpanel.c
12848         * src/alertpanel.h
12849                 fix _with_disable parameters so that
12850                 the buttons labels are specifiable too
12851         * src/plugins/pgpmime/sgpgme.c
12852                 reflect said change
12853                 
12854
12855 2005-05-24 [colin]      1.9.11cvs5
12856
12857         * src/folderview.c
12858                 Uncollapse/collapse folders on double-click
12859                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12860                 closes bug #108
12861
12862 2005-05-23 [colin]      1.9.11cvs4
12863
12864         * src/common/socket.c
12865                 Check another special SSL_peek() error.
12866                 Should help wrt bug #728
12867
12868 2005-05-23 [colin]      1.9.11cvs3
12869
12870         * src/plugins/pgpmime/pgpmime.c
12871                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12872                 breaking menu accelerators and stuff. Users will have to
12873                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12874                 account's privacy preferences if needed.
12875
12876 2005-05-22 [paul]
12877
12878         * tools/kdeservicemenu/install.sh
12879                 use kdesu to prompt for root password if doing
12880                 global install/uninstall
12881
12882 2005-05-20 [colin]      1.9.11cvs2
12883
12884         * src/procmsg.c
12885                 Fix another compilation error with gcc-2.9x
12886                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12887         * src/send_message.c
12888                 Don't send QUIT if we aren't connected
12889
12890 2005-05-19 [colin]      1.9.11cvs1
12891
12892         * src/procmsg.c
12893                 Fix compilation with gcc 2.9x
12894
12895 2005-05-19 [paul]       1.9.11
12896
12897         1.9.11 released
12898
12899 2005-05-19 [paul]       1.9.9cvs14
12900
12901         * src/gtk/inputdialog.c
12902                 prevent gettext warning
12903
12904 2005-05-19 [paul]       1.9.9cvs13
12905
12906         * src/mainwindow.c
12907         * src/prefs_common.c
12908         * src/prefs_common.h
12909         * src/textview.c
12910         * src/textview.h
12911                 add an option to toggle cursor in message
12912                 view (sync with main)
12913
12914 2005-05-18 [colin]      1.9.9cvs12
12915
12916         * src/compose.c
12917                 Dereference freed pointer
12918         * src/gtk/gtkaspell.c
12919                 Fix duplication of dictionaries (is it an aspell issue?)
12920
12921 2005-05-18 [colin]      1.9.9cvs11
12922
12923         * src/gtk/inputdialog.c
12924         * src/gtk/gtkaspell.c
12925                 HIGuify dialogs
12926         * src/alertpanel.c
12927                 Remove a double call
12928
12929 2005-05-17 [colin]      1.9.9cvs10
12930
12931         * src/gtk/gtkaspell.c
12932                 Fix dialogs, Ctrl-Enter accel
12933
12934 2005-05-17 [colin]      1.9.9cvs9
12935
12936         * src/gtk/gtkaspell.c
12937                 Fix some accelerators, escape in replace-window
12938
12939 2005-05-16 [colin]      1.9.9cvs8
12940
12941         * src/gtk/gtkaspell.c
12942                 Revert last commit, it was a mistake.
12943
12944 2005-05-16 [colin]      1.9.9cvs7
12945
12946         * src/gtk/gtkaspell.c
12947                 Remove buggy code while we're at it. It's a 
12948                 dead code path anyway.
12949
12950 2005-05-16 [colin]      1.9.9cvs6
12951
12952         * src/gtk/gtkaspell.c
12953                 Missed some gtk_menu_popup where deactivate
12954                 signal should be handled. Should fix bug
12955                 #629 a bit more.
12956
12957 2005-05-16 [colin]      1.9.9cvs5
12958
12959         * src/gtk/gtkaspell.c
12960                 Remove debug printf()s
12961
12962 2005-05-16 [colin]      1.9.9cvs4
12963
12964         * src/gtk/gtkaspell.c
12965                 Fix a bit aspell problems
12966                 (see bug #629)
12967
12968 2005-05-13 [colin]      1.9.9cvs3
12969
12970         * src/folderview.c
12971                 Fix the + appearing even when no subfolders
12972                 have unread messages. Thanks to wwp for the
12973                 bug report.
12974
12975 2005-05-11 [paul]       1.9.9cvs2
12976
12977         * src/folderview.c
12978                 correction to 1.9.9cvs1, only colour folders that
12979                 have new msgs (not unread msgs)
12980
12981 2005-05-10 [colin]      1.9.9cvs1
12982
12983         * src/folderview.c
12984         * src/summaryview.c
12985                 Try to fix bolding bugs again.
12986
12987 2005-05-09 [paul]
12988
12989         * tools/claws.i18n.status.pl
12990                 add Ricardo Mones Lastra's script that has been providing
12991                 the i18n status page for many months
12992
12993 2005-05-09 [paul]       1.9.9
12994
12995         1.9.9 release
12996
12997 2005-05-09 [paul]       1.9.6cvs58
12998
12999         * AUTHORS
13000         * INSTALL
13001         * README.claws
13002                 updated
13003         * Makefile.am 
13004         * RELEASE_NOTES.claws
13005                 add release notes to cvs to simplify release
13006                 procedure
13007         * configure.ac
13008                 add ca and fi to ALL_LINGUAS
13009         * po/Makefile.in.in
13010                 workaround for missing Makevars
13011         * po/ca.po
13012         * po/fi.po
13013                 add new Catalan and Finnish translations
13014                 submitted by Miquel Oliete and Flammie Pirinen
13015         * po/de.po
13016         * po/es.po
13017         * po/fr.po
13018         * po/it.po
13019         * po/pl.po
13020         * po/ru.po
13021         * po/sk.po
13022         * po/sr.po
13023         * po/zh_CN.po
13024                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13025                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13026                 Urke MMI, and Hansom Young
13027         * src/main.c
13028                 Fix drafting when quitting. compose_draft() closes the
13029                 compose windows, which modifies the compose_list GSList.
13030                 We have to refresh this list after echo drafting to avoid a
13031                 segfault
13032         * src/partial_download.c
13033                 fix segfault on exit
13034
13035 2005-05-06 [paul]       1.9.6cvs57
13036
13037         * src/grouplistdialog.c
13038                 quick fix/workaround for unresizeable newsgroup
13039                 name column 
13040
13041 2005-05-06 [paul]       1.9.6cvs56
13042
13043         * src/inc.c
13044         * src/mainwindow.c
13045                 use gettext plural forms
13046         * src/imap_gtk.c
13047         * src/mh_gtk.c
13048         * src/toolbar.c
13049                 small improvement to english usage
13050
13051 2005-05-05 [thorsten]   1.9.6cvs55
13052
13053         * src/folder.c
13054                 fix possible crash
13055
13056 2005-05-05 [paul]       1.9.6cvs54
13057         
13058         sync with HEAD
13059
13060         * AUTHORS
13061         * src/compose.c
13062                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13063                 patch by Tim Mann
13064
13065 2005-05-05 [paul]       1.9.6cvs53
13066
13067         * src/mainwindow.c
13068                 fix resizing of separate message and
13069                 folder views
13070
13071 2005-05-05 [paul]       1.9.6cvs52
13072
13073         * src/account.c
13074         * src/addrgather.c
13075         * src/browseldap.c
13076         * src/exphtmldlg.c
13077         * src/expldifdlg.c
13078         * src/importmutt.c
13079         * src/importpine.c
13080         * src/main.c
13081         * src/mainwindow.c
13082         * src/noticeview.c
13083         * src/prefs_filtering.c
13084         * src/prefs_filtering_action.c
13085         * src/prefs_matcher.c
13086         * src/prefs_spelling.c
13087         * src/prefs_toolbar.c
13088         * src/toolbar.c
13089         * src/wizard.c
13090         * src/gtk/description_window.c
13091         * src/gtk/gtkvscrollbutton.c
13092         * src/gtk/progressdialog.c
13093         * src/gtk/quicksearch.c
13094         * src/plugins/pgpmime/prefs_gpg.c
13095         * src/plugins/spamassassin/spamassassin_gtk.c
13096                 replace deprecated gtk_widget_set_usize
13097
13098 2005-05-04 [colin]      1.9.6cvs51
13099
13100         * src/common/utils.c
13101                 Fix crash when subst_for_filename is called
13102                 with a NULL parameter
13103
13104 2005-05-04 [colin]      1.9.6cvs50
13105
13106         * src/partial_download.c
13107         * src/pop.c
13108                 Escape login when writing uidl file
13109                 fixes bug #736
13110
13111 2005-05-03 [colin]      1.9.6cvs49
13112
13113         * src/procmime.c
13114                 Fix possible DOS in mime parser
13115                 (see bug #634)
13116
13117 2005-05-02 [colin]      1.9.6cvs48
13118
13119         * src/compose.c
13120                 Try to fix the copy/paste mess once again.
13121
13122
13123 2005-04-30 [colin]      1.9.6cvs47
13124
13125         * src/prefs_account.h
13126         * src/procmsg.c
13127         * src/send_message.c
13128         * src/common/smtp.c
13129         * src/common/smtp.h
13130                 Try to batch sending mails (per account) instead of
13131                 reconnecting to server every time.
13132
13133 2005-04-29 [colin]      1.9.6cvs46
13134
13135         * src/messageview.c
13136                 Fix window resizing that refused to size down
13137         * src/prefs_common.c
13138         * src/prefs_common.h
13139         * src/prefs_filtering.c
13140                 Save Filtering's window size
13141
13142 2005-04-21 [paul]       1.9.6cvs45
13143
13144         * ChangeLog-gtk2.claws
13145         * src/setup.c
13146                 correction to sync
13147
13148 2005-04-21 [paul]       1.9.6cvs44
13149
13150         sync with main:
13151
13152         * src/setup.c
13153         * src/statusbar.c
13154         * src/statusbar.h
13155                 use gtkut_widget_draw_now(). Improved performance
13156                 of the update of statusbar
13157         * src/textview.c
13158                 textview_smooth_scroll_do(): redraw it after scroll
13159                 is done (fixed incorrect display when a part of the
13160                 view is hidden).
13161         * src/gtk/gtkutils.c
13162         * src/gtk/gtkutils.h
13163                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13164                 to force update of widgets.
13165                 Removed gtkut_widget_wait_for_draw() which had a big
13166                 overhead  because of waiting for all events processed 
13167
13168 2005-04-20 [paul]       1.9.6cvs43
13169
13170         * src/codeconv.c
13171                 complete 1.9.6cvs42's sync:
13172                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13173
13174 2005-04-19 [paul]       1.9.6cvs42
13175
13176         sync with main:
13177
13178         * src/action.c
13179                 catch_output(): correctly select the insert text
13180                 (fix invalid iterator warnings).
13181         * src/codeconv.c
13182         * src/codeconv.h
13183         * src/mainwindow.c
13184         * src/messageview.c
13185         * src/prefs_common.c
13186                 support GBK encoding.
13187         * src/common/session.c
13188         * src/common/session.h
13189                 use separate buffer for large data to be sent,
13190                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13191
13192 2005-04-18 [paul]       1.9.6cvs41
13193
13194         * src/jpilot.c
13195                 convert unsigned long into guint32
13196                 patch by Paul LeoNerd Evans 
13197
13198 2005-04-17 [colin]      1.9.6cvs40
13199
13200         * src/compose.c
13201                 Fix 'Request return receipt' from folder
13202                 properties (bug #708)
13203
13204 2005-04-17 [colin]      1.9.6cvs39
13205
13206         * src/mainwindow.c
13207                 Fix duplicate hotkeys in Mainwindow's menu
13208
13209 2005-04-17 [colin]      1.9.6cvs38
13210
13211         * src/folderview.c
13212                 Fix duplicate hotkeys in Folderview's contextual
13213                 menu
13214
13215 2005-04-15 [colin]      1.9.6cvs37
13216
13217         * src/summaryview.c
13218                 Fix 'Save as...' with non-ascii filenames
13219
13220 2005-04-15 [colin]      1.9.6cvs36
13221
13222         * src/plugins/pgpmime/pgpmime.c
13223                 Fix bus error on 64bit. Spotted by 
13224                 macallan1888@gmail.com
13225
13226 2005-04-15 [colin]      1.9.6cvs35
13227
13228         * src/prefs_account.c
13229                 Fix cvs34.
13230
13231 2005-04-12 [colin]      1.9.6cvs34
13232
13233         * src/prefs_account.c
13234                 Fix smtp auth type off-by-one. We forgot to
13235                 add PLAIN in the prefs-to-gui setter func and
13236                 as a result, the selected auth when opening
13237                 account prefs was not the correct one.
13238
13239 2005-04-12 [paul]       1.9.6cvs33
13240
13241         * src/inc.c
13242                 if the recv dialog is visible, Cancel only
13243                 cancels the current account
13244
13245
13246 2005-04-10 [colin]      1.9.6cvs32
13247
13248         * src/filtering.c
13249                 Copy score when copying FilteringActions
13250                 Fix bug #674
13251
13252 2005-04-10 [colin]      1.9.6cvs31
13253
13254         * src/inc.c
13255                 Make Message -> Receive -> Cancel cancel 
13256                 incorporation on all accounts. Fixes
13257                 bug #693
13258
13259 2005-04-10 [colin]      1.9.6cvs30
13260
13261         * src/prefs_account.c
13262                 Update Privacy checkbuttons status based
13263                 on the selected privacy system
13264         * src/compose.c
13265                 Always connect the "None" privacy system; the
13266                 static boolean was probably there to avoid
13267                 reconnecting twice in the same compose window,
13268                 but as the parent function is only called once
13269                 per compose, it's only a bug - as a static is
13270                 initialized once per application instance.
13271                 Also, don't uncheck Sign and Encrypt when
13272                 selecting None as privacy system; just ignore
13273                 them when sending/queuing.
13274                 Should fix bug #695
13275
13276 2005-04-08 [colin]      1.9.6cvs29
13277
13278         * src/account.c
13279         * src/prefs_account.c
13280         * src/prefs_account.h
13281                 Add account preference to queue message in a certain
13282                 folder.
13283
13284 2005-04-06 [colin]      1.9.6cvs28
13285
13286         * src/prefs_account.c
13287                 Update old inbox path syntax
13288
13289 2005-04-06 [paul]       1.9.6cvs27
13290
13291         sync with main:
13292
13293         * configure.ac
13294                 changed -traditional-cpp to -no-cpp-precomp for newer
13295                 Mac OS X support
13296         * src/foldersel.c
13297                 made column resize automatically
13298         * src/send_message.c
13299                 send_message_smtp(): consider EOF right after QUIT
13300                 successful (workaround for Gmail SMTP server)
13301         * src/common/socket.c
13302                 ssl_read(), ssl_peek(): check EOF which violates the
13303                 SSL protocol
13304         * src/gtk/colorlabel.c
13305                 removed warnings when displaying colorlabel menu
13306                 (don't use GtkAlignment)
13307
13308 2005-04-05 [paul]       1.9.6cvs26
13309
13310         * src/plugins/trayicon/trayicon.c
13311                 fix clipping of icon under KDE3 
13312
13313 2005-04-05 [paul]       1.9.6cvs25
13314
13315         * src/summaryview.c
13316                 hide display of threading
13317                 patch by Alfons
13318
13319 2005-04-04 [thorsten]   1.9.6cvs24
13320
13321         * src/mh.c
13322                 marks lost on filesystems with different stat() results on
13323                 summer-/wintertime
13324
13325 2005-04-03 [colin]      1.9.6cvs23
13326
13327         * src/summaryview.c
13328                 Don't handle up/down. Patch by Alfons
13329
13330 2005-04-02 [colin]      1.9.6cvs22
13331
13332         * src/summaryview.c
13333                 Make scrolling faster. Patch by Alfons.
13334
13335 2005-04-01 [colin]      1.9.6cvs21
13336
13337         * src/Makefile.am
13338         * src/stock_pixmap.c
13339         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13340         * src/pixmaps/dir_noselect.xpm ** ADDED **
13341                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13342
13343 2005-04-01 [colin]      1.9.6cvs20
13344
13345         * src/image_viewer.c
13346         * src/image_viewer.h
13347         * src/procmime.c
13348         * src/procmime.h
13349         * src/textview.c
13350         * src/textview.h
13351                 Implement inline image resizing and right-clicking
13352
13353 2005-04-01 [paul]       1.9.6cvs19
13354
13355         * AUTHORS
13356         * Makefile.am
13357         * configure.ac
13358                 check for gnome2
13359                 patch by Luca Cavalli <loopback<AT>slackit.org>
13360         * po/ru.po
13361                 updated by Pavlo Bohmat
13362
13363 2005-03-31 [colin]      1.9.6cvs18
13364
13365         * src/news.c
13366                 Fix parsing references
13367         * src/msgcache.c
13368                 don't put nulls in the references list
13369         * src/procheader.c
13370                 commit that forgotten file in 1.9.6cvs14
13371
13372 2005-03-31 [colin]      1.9.6cvs17
13373
13374         * src/compose.c
13375                 Fix joining of signature separator again. 
13376                 Maybe Hiro could put it in main too...
13377
13378 2005-03-31 [colin]      1.9.6cvs16
13379
13380         * src/Makefile.am
13381         * src/foldersel.c
13382         * src/stock_pixmap.c
13383         * src/stock_pixmap.h
13384         * src/pixmaps/dir-noselect.xpm
13385                 Update foldersel.c (sync from main, patch by Alfons)
13386
13387 2005-03-30 [colin]      1.9.6cvs15
13388
13389         * src/imap.c
13390                 Fix handling of imap folders containing [] in 
13391                 their name. Thanks to Nahuel Angelinetti for
13392                 the detailed bugreport.
13393
13394 2005-03-30 [colin]      1.9.6cvs14
13395
13396         * src/common/utils.h
13397         * src/common/utils.c
13398         * src/common/defs.h
13399         * src/matcher.c
13400         * src/msgcache.c
13401         * src/news.c
13402         * src/procmsg.c
13403         * src/procmsg.h
13404         * src/quote_fmt_parse.y
13405         * src/summaryview.c
13406                 Update references system. Patch by Alfons
13407
13408 2005-03-30 [colin]      1.9.6cvs13
13409
13410         * src/common/socket.c
13411                 Force the glibc to read resolv.conf again when 
13412                 it has changed. Should fix issues when changing
13413                 networks on a laptop and not restarting sylpheed. 
13414
13415 2005-03-30 [paul]       1.9.6cvs12
13416
13417         partial sync with main:
13418
13419         * src/action.c
13420                 create_io_dialog(): use user-defined text font
13421                 (thanks to Alfons), and modified its appearance.
13422         * src/addrgather.c
13423         * src/addrharvest.c
13424         * src/browseldap.c
13425                 replace old code
13426         * src/compose.c
13427                 don't join (presumably) itemized lines on line-wrapping
13428                 fixed wrapping of quote when auto-wrapping is enabled
13429                 compose_destroy(): destroy paned only if it's not
13430                 attached to window. Fixed memory leak of popup menu.
13431         * src/exphtmldlg.c
13432         * src/expldifdlg.c
13433                 replace old code
13434         * src/html.c
13435         * src/html.h
13436         * src/importmutt.c
13437         * src/importpine.c
13438                 replace old code
13439         * src/main.c
13440                 removed redundant code
13441         * src/mainwindow.c
13442                 changed 'Code set' (which is rather incorrect)
13443                 in the menu to 'Character encoding'
13444                 main_window_set_widgets(): request size first
13445                 to prevent window size becoming wrong
13446                 fixed remembering of the state of the visibility
13447                 of MessageView
13448         * src/messageview.c
13449                 changed 'Code set' (which is rather incorrect)
13450                 in the menu to 'Character encoding'
13451         * src/prefs_common.c
13452         * src/prefs_common.h
13453                 added an option whether to render HTML as text or not
13454                 added separators to outgoing encoding menu
13455         * src/procheader.c
13456                 procheader_scan_date_string(): support header
13457                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13458         * src/summaryview.c
13459         * src/summaryview.h
13460                 minor code cleanup
13461         * src/textview.c
13462                 textview_show_html(): force output of newline
13463                 added an option whether to render HTML as text or not
13464         * src/common/utils.c
13465                 strncpy2(): optimized based on Alfons' code
13466         * src/gtk/gtkutils.c
13467         * src/gtk/gtkutils.h
13468                 removed non-used code
13469         * src/plugins/pgpmime/passphrase.c
13470                 partially fixed grab input of passphrase dialog
13471                 Confine pointer to window
13472
13473 2005-03-30 [colin]      1.9.6cvs11
13474
13475         * src/msgcache.c
13476         * src/msgcache.h
13477                 Read/write 32bit ints from cache & marks
13478                 From main.
13479
13480 2005-03-29 [paul]       1.9.6cvs10
13481
13482         * AUTHORS
13483         * ChangeLog.claws
13484         * src/compose.c
13485         * src/gtk/gtkaspell.c
13486                 sync with HEAD (don't pass NULL pointers) 
13487
13488 2005-03-24 [paul]
13489
13490         * tools/Makefile.am
13491         * tools/README
13492         * tools/acroread2sylpheed.pl
13493                 sync with HEAD (add script to send pdfs as
13494                 attachments from Adobe Reader 7)
13495
13496 2005-03-21 [paul]       1.9.6cvs9
13497
13498         * configure.ac
13499         * po/POTFILES.in
13500         * src/Makefile.am
13501         * src/crash.c
13502         * src/image_viewer.c ** ADDED **
13503         * src/image_viewer.h ** ADDED **
13504         * src/main.c
13505         * src/prefs_common.c
13506         * src/prefs_common.h
13507         * src/prefs_image_viewer.c ** ADDED **
13508         * src/prefs_image_viewer.h ** ADDED **
13509         * src/textview.c
13510         * src/gtk/about.c
13511         * src/pixmaps/sylpheed_logo.xpm
13512         * src/plugins/Makefile.am
13513         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13514         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13515         * src/plugins/image_viewer/plugin.c ** REMOVED **
13516         * src/plugins/image_viewer/viewer.c ** REMOVED **
13517         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13518         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13519         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13520         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13521         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13522                 as gdk-pixbuf is now built-in
13523                 remove image_viewer plugin and put code back into
13524                 main codebase
13525                 implement inline image display (sync with main)
13526
13527                 replace logo with newer, nicer, larger version  
13528
13529 2005-03-21 [paul]       1.9.6cvs8
13530
13531         * src/gtk/about.c
13532                 cosmetic improvement
13533
13534 2005-03-21 [holger]     1.9.6cvs7
13535
13536         * src/plugins/spamassassin/spamassassin.c
13537                 Sync with HEAD
13538                 (unregister hook on failed plugin init)
13539
13540 2005-03-20 [colin]      1.9.6cvs6
13541
13542         * src/common/plugin.c
13543                 Check that plugin isn't already loaded
13544                 Patch by Alfons
13545
13546 2005-03-20 [thorsten]   1.9.6cvs5
13547
13548         * src/compose.c
13549                 use a more compatible syntax
13550
13551 2005-03-20 [thorsten]   1.9.6cvs4
13552
13553         * src/prefs_toolbar.c
13554                 fix crash when selecting toolbar item (uninitialized pointer)
13555
13556 2005-03-20 [thorsten]   1.9.6cvs3
13557
13558         * src/procmime.c
13559                 fix mimetype detection (referenced free()d string)
13560
13561 2005-03-20 [paul]       1.9.6cvs2
13562
13563         * src/compose.c
13564                 sync with HEAD (1.0.3cvs5)
13565                 neglect Reply-To header if empty
13566                 Patch by Alfons 
13567
13568 2005-03-19 [holger]     1.9.6cvs1
13569
13570         * src/summaryview.c
13571         * src/summaryview.h
13572                 Sync with HEAD
13573
13574 2005-03-18 [paul]       1.9.6
13575
13576         initial GTK2 release
13577
13578 2005-03-18 [paul]       1.0.3cvs3.1
13579
13580         * AUTHORS
13581         * ChangeLog.claws
13582         * configure.ac
13583         * src/gtk/about.c
13584         * src/pixmaps/sylpheed_logo.xpm
13585                 sync with HEAD
13586
13587 2005-03-18 [colin]      1.0.3cvs2.6
13588
13589         * src/summaryview.c
13590                 Remove call to summary_step in summary_copy_selected_to
13591                 Can't see its purpose, and this causes bug when copying
13592                 a message if the next one is unread: it reads it.
13593
13594 2005-03-18 [paul]       1.0.3cvs2.5
13595
13596         * src/foldersel.c
13597                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13598
13599 2005-03-18 [paul]       1.0.3cvs2.4
13600
13601         * src/addrharvest.c
13602         * src/codeconv.c
13603         * src/codeconv.h
13604         * src/compose.c
13605         * src/news.c
13606         * src/procheader.c
13607         * src/procmime.c
13608         * src/unmime.c
13609         * src/unmime.h
13610                 fix buffer overflow, CAN-2005-0667, see
13611                 http://secunia.com/advisories/14491/
13612                 Patch by Alfons
13613
13614 2005-03-17 [colin]      1.0.3cvs2.3
13615
13616         * src/prefs_fonts.c
13617         * src/summaryview.c
13618                 Fix font bugs (both lists now officialy share 
13619                 the same font)
13620                 
13621
13622 2005-03-17 [paul]       1.0.3cvs2.2
13623
13624         * src/gtk/pluginwindow.c
13625                 make plugin descriptions uneditable
13626
13627 2005-03-11 [paul]       1.0.3cvs2.1
13628
13629         * ChangeLog.claws
13630         * configure.ac
13631         * po/POTFILES.in
13632         * src/plugins/trayicon/trayicon.c
13633                 sync with HEAD
13634                 add src/wizard.c to POTFILES.in
13635
13636 2005-03-11 [paul]       1.0.3cvs1.1
13637
13638         * ChangeLog
13639         * ChangeLog.claws
13640         * configure.ac
13641         * po/de.po
13642         * po/es.po
13643         * po/fr.po
13644         * po/it.po
13645         * po/pt_BR.po
13646         * po/ru.po
13647         * po/sk.po
13648         * po/sr.po
13649         * po/zh_CN.po
13650                 sync with HEAD
13651
13652 2005-03-04 [colin]      1.0.1cvs22.2
13653
13654         * src/compose.c
13655                 Fix signatures with accentued chars in it
13656
13657 2005-03-04 [colin]      1.0.1cvs22.1
13658
13659         * src/common/smtp.c
13660         * src/common/smtp.h
13661                 Don't use SIZE param in MAIL FROM: if server 
13662                 doesn't support it. Patch by Eugen Freiter
13663                 <eugen_f@users.sf.net>
13664
13665 2005-02-27 [paul]       1.0.1cvs20.1
13666
13667         * ChangeLog.claws
13668         * configure.ac
13669         * src/messageview.c
13670                 sync with HEAD
13671
13672 2005-02-27 [colin]      1.0.1cvs19.4
13673
13674         * src/procheader.c
13675         * src/procheader.h
13676                 Fix prototypes. Patch by Alfons
13677
13678 2005-02-27 [colin]      1.0.1cvs19.3
13679
13680         * src/compose.c
13681                 Don't auto-join the signature separator.
13682
13683 2005-02-26 [colin]      1.0.1cvs19.2
13684
13685         * src/summaryview.c
13686                 Fix 'mark all read' with collapsed threads.
13687                 Patch by Alfons.
13688
13689 2005-02-25 [paul]       1.0.1cvs19.1
13690
13691         * ChangeLog.claws
13692         * configure.ac
13693         * src/prefs_account.c
13694         * src/prefs_folder_item.c
13695         * src/gtk/prefswindow.c
13696         * src/gtk/prefswindow.h
13697                 sync with HEAD
13698
13699 2005-02-25 [paul]       1.0.1cvs15.12
13700
13701         * src/alertpanel.c
13702         * src/codeconv.c
13703         * src/compose.c
13704         * src/textview.c
13705         * src/gtk/gtkutils.c
13706         * src/gtk/gtkutils.h
13707         * src/gtk/logwindow.c
13708         * src/gtk/progressdialog.c
13709                 sync with main (revision 127)
13710                 and fix logwindow clipping
13711
13712 2005-02-24 [colin]      1.0.1cvs15.11
13713
13714         * src/plugins/pgpmime/passphrase.c
13715                 Disable input grabbing; it doesn't work yet.
13716
13717 2005-02-24 [colin]      1.0.1cvs15.10
13718
13719         * src/messageview.c
13720                 Don't send out receipts if offline. Ask.
13721
13722 2005-02-23 [colin]      1.0.1cvs15.9
13723
13724         * src/summaryview.c     
13725                 Fix expanding
13726
13727 2005-02-23 [colin]      1.0.1cvs15.8
13728
13729         * src/summaryview.c
13730                 Really fix Bug 568 by removing useless
13731                 calls. summary_thread_init() now called
13732                 in summary_sort(). This should please
13733                 Alfons as it should be faster than 
13734                 previously.
13735
13736 2005-02-23 [colin]      1.0.1cvs15.7
13737
13738         * src/compose.c
13739                 Encode parts as QP or B64 if signing
13740
13741 2005-02-23 [colin]      1.0.1cvs15.6
13742
13743         * src/compose.c
13744                 Fix Mimeinfo leakage (including tmp files)
13745         * src/procmsg.c
13746                 Fix tmp file leakage (spotted by Ivan Rayner)
13747
13748 2005-02-22 [colin]      1.0.1cvs15.5
13749
13750         * src/expldifdlg.c
13751                 Fix keyboard input. Patch by Alfons.
13752
13753 2005-02-21 [colin]      1.0.1cvs15.4
13754
13755         * src/compose.c
13756                 Fix Sign/Encrypt when unselecting privacy
13757                 system
13758         * src/prefs_common.c
13759                 Change default message font to Monospace
13760         * src/summaryview.c
13761                 More freezing during potentially large operations
13762
13763 2005-02-21 [paul]       1.0.1cvs15.3
13764
13765         * src/main.c
13766                 fix --help output
13767
13768 2005-02-21 [paul]       1.0.1cvs15.2
13769
13770         * po/Makefile.in.in
13771         * src/compose.c
13772         * src/summaryview.c
13773         * src/textview.c
13774         * src/common/utils.c
13775         * src/common/utils.h
13776                 sync with main (revision 117)
13777
13778 2005-02-20 [colin]      1.0.1cvs15.1
13779
13780         * src/common/defs.h
13781                 Change cache file to .sylpheed_claws_cache, as
13782                 suggested by Alfons. Allows people to switch
13783                 between Sylpheed and Sylpheed-Claws. it is
13784                 a good idea to "Check for new messages" at next
13785                 startup.
13786
13787
13788 2005-02-18 [colin]      1.0.1cvs14.1
13789
13790         * src/quote_fmt_lex.l
13791         * src/quote_fmt_parse.y
13792                 Fix parser initialisation. Patch by Ivan.
13793
13794 2005-02-18 [colin]      1.0.1cvs11.6
13795
13796         * src/folderview.c
13797                 Fix scrolldown (bug 662)
13798
13799 2005-02-17 [colin]      1.0.1cvs11.5
13800
13801         * src/codeconv.c
13802                 conv_filename_to_utf8: return clean 7bit instead
13803                 of broken utf8 if needed
13804         * src/mimeview.c
13805                 Fix display of parts with unclean 8bit names
13806
13807 2005-02-17 [paul]       1.0.1cvs11.4
13808
13809         * src/compose.c
13810         * src/exportldif.c
13811         * src/matcher_parser_parse.y
13812         * src/procmime.c
13813         * src/sourcewindow.c
13814         * src/common/Makefile.am
13815         * src/common/intl.h             ** REMOVED **
13816         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13817                 sync with main (revision 109)
13818                 and clean up
13819
13820 2005-02-16 [colin]      1.0.1cvs11.3
13821
13822         * src/summaryview.c
13823                 Fix collapsed thread not highlighting when new
13824                 messages in it (Bug 568) Patch by Stephan Sachse.
13825                 Fix messed up selection when reaching bounds (Bug 632)
13826         * src/prefs_themes.c
13827                 Fix theme installing (Bug 684)
13828
13829 2005-02-16 [colin]      1.0.1cvs11.2
13830
13831         * src/messageview.c
13832                 Fix messageview_select_all
13833
13834 2005-02-16 [colin]      1.0.1cvs11.1
13835
13836         * src/mh.c
13837                 Sync with HEAD (MH scan required function)
13838
13839 2005-02-15 [colin]      1.0.1cvs8.1
13840
13841         * src/mimeview.c
13842         * src/common/utils.c
13843                 Sync with HEAD (filename chars substitution)
13844
13845 2005-02-15 [colin]      1.0.1cvs7.3
13846
13847         * src/gtk/pluginwindow.c
13848                 Fix button spacing
13849
13850 2005-02-15 [colin]      1.0.1cvs7.2
13851
13852         * src/mimeview.c
13853                 Fix mime icons not reset across message when
13854                 scrolled down
13855
13856 2005-02-15 [colin]      1.0.1cvs7.1
13857
13858         * src/compose.c
13859         * src/procmime.c
13860                 Sync with HEAD (optimisation of cvs6)
13861
13862 2005-02-14 [colin]      1.0.1cvs6.1
13863
13864         * src/compose.c
13865         * src/procmime.c
13866                 Sync with HEAD (encode "From " at line beginning)
13867
13868 2005-02-14 [colin]      1.0.1cvs5.3
13869
13870         * src/compose.c
13871                 Fix wrapping with accentued chars.
13872
13873 2005-02-13 [colin]      1.0.1cvs5.2
13874
13875         * src/textview.c
13876                 Fix email informative part parsing with
13877                 accentued chars in it. ispunct() returns
13878                 true for them in utf8...
13879
13880 2005-02-12 [colin]      1.0.1cvs5.1
13881
13882         * src/filtering.c
13883                 Sync with HEAD (remove wrong use of compose after send)
13884
13885 2005-02-12 [paul]       1.0.1cvs4.5
13886
13887         * src/textview.c
13888                 remove unnecessary code (thanks to Alfons)
13889
13890 2005-02-12 [paul]       1.0.1cvs4.4
13891
13892         * src/textview.c
13893                 add 'Copy' to contextual menu on emails
13894
13895 2005-02-11 [colin]      1.0.1cvs4.3
13896
13897         * src/compose.c
13898                 revert 1.0.0cvs28.2, it doesn't work that well.
13899
13900 2005-02-11 [paul]       1.0.1cvs4.2
13901
13902         * po/Makefile.in.in
13903                 fix 'make release'
13904
13905 2005-02-10 [paul]       1.0.1cvs4.1
13906
13907         * ChangeLog
13908         * ChangeLog.claws
13909         * ChangeLog.jp
13910         * configure.ac
13911         * src/compose.c
13912                 sync with HEAD (sync with main)
13913
13914 2005-02-10 [paul]       1.0.1cvs3.2
13915
13916         * AUTHORS
13917         * Makefile.am
13918         * autogen.sh
13919         * configure.ac
13920         * config/mkinstalldirs
13921         * intl/.cvsignore
13922         * intl/ChangeLog
13923         * intl/VERSION
13924         * intl/bindtextdom.c
13925         * intl/config.charset
13926         * intl/dcgettext.c
13927         * intl/dcigettext.c
13928         * intl/dcngettext.c
13929         * intl/dgettext.c
13930         * intl/dngettext.c
13931         * intl/eval-plural.h
13932         * intl/explodename.c
13933         * intl/finddomain.c
13934         * intl/gettext.c
13935         * intl/gettextP.h
13936         * intl/gmo.h
13937         * intl/hash-string.h
13938         * intl/intl-compat.c
13939         * intl/l10nflist.c
13940         * intl/libgnuintl.h.in
13941         * intl/loadinfo.h
13942         * intl/loadmsgcat.c
13943         * intl/localcharset.c
13944         * intl/localcharset.h
13945         * intl/locale.alias
13946         * intl/localealias.c
13947         * intl/localename.c
13948         * intl/log.c
13949         * intl/ngettext.c
13950         * intl/os2compat.c
13951         * intl/os2compat.h
13952         * intl/osdep.c
13953         * intl/plural-exp.c
13954         * intl/plural-exp.h
13955         * intl/plural.c
13956         * intl/plural.y
13957         * intl/ref-add.sin
13958         * intl/ref-del.sin
13959         * intl/relocatable.c
13960         * intl/relocatable.h
13961         * intl/textdomain.c
13962         * m4/Makefile.am
13963         * po/Makefile.in.in
13964         * src/Makefile.am
13965         * src/account.c
13966         * src/action.c
13967         * src/addr_compl.c
13968         * src/addressadd.c
13969         * src/addressbook.c
13970         * src/addrgather.c
13971         * src/addrindex.c
13972         * src/alertpanel.c
13973         * src/browseldap.c
13974         * src/codeconv.c
13975         * src/codeconv.h
13976         * src/compose.c
13977         * src/compose.h
13978         * src/crash.c
13979         * src/editaddress.c
13980         * src/editbook.c
13981         * src/editgroup.c
13982         * src/editjpilot.c
13983         * src/editldap.c
13984         * src/editldap_basedn.c
13985         * src/editvcard.c
13986         * src/exphtmldlg.c
13987         * src/expldifdlg.c
13988         * src/export.c
13989         * src/exporthtml.c
13990         * src/filtering.c
13991         * src/folder.c
13992         * src/folder_item_prefs.c
13993         * src/foldersel.c
13994         * src/folderview.c
13995         * src/grouplistdialog.c
13996         * src/headerview.c
13997         * src/imap.c
13998         * src/imap_gtk.c
13999         * src/import.c
14000         * src/importldif.c
14001         * src/importmutt.c
14002         * src/importpine.c
14003         * src/inc.c
14004         * src/ldif.c
14005         * src/main.c
14006         * src/mainwindow.c
14007         * src/matcher.c
14008         * src/mbox.c
14009         * src/message_search.c
14010         * src/messageview.c
14011         * src/mh.c
14012         * src/mh_gtk.c
14013         * src/mimeview.c
14014         * src/msgcache.c
14015         * src/news.c
14016         * src/news_gtk.c
14017         * src/noticeview.c
14018         * src/partial_download.c
14019         * src/pop.c
14020         * src/prefs_account.c
14021         * src/prefs_actions.c
14022         * src/prefs_common.c
14023         * src/prefs_customheader.c
14024         * src/prefs_display_header.c
14025         * src/prefs_ext_prog.c
14026         * src/prefs_filtering.c
14027         * src/prefs_filtering_action.c
14028         * src/prefs_folder_item.c
14029         * src/prefs_fonts.c
14030         * src/prefs_gtk.c
14031         * src/prefs_matcher.c
14032         * src/prefs_msg_colors.c
14033         * src/prefs_spelling.c
14034         * src/prefs_summary_column.c
14035         * src/prefs_template.c
14036         * src/prefs_themes.c
14037         * src/prefs_toolbar.c
14038         * src/prefs_wrapping.c
14039         * src/privacy.c
14040         * src/procheader.c
14041         * src/procmime.c
14042         * src/procmsg.c
14043         * src/quote_fmt.c
14044         * src/recv.c
14045         * src/send_message.c
14046         * src/setup.c
14047         * src/sourcewindow.c
14048         * src/ssl_manager.c
14049         * src/statusbar.c
14050         * src/summary_search.c
14051         * src/summaryview.c
14052         * src/textview.c
14053         * src/toolbar.c
14054         * src/wizard.c
14055         * src/common/nntp.c
14056         * src/common/plugin.c
14057         * src/common/smtp.c
14058         * src/common/ssl.c
14059         * src/common/ssl_certificate.c
14060         * src/common/string_match.c
14061         * src/common/sylpheed.c
14062         * src/common/template.c
14063         * src/common/utils.c
14064         * src/gtk/about.c
14065         * src/gtk/colorlabel.c
14066         * src/gtk/description_window.c
14067         * src/gtk/filesel.c
14068         * src/gtk/foldersort.c
14069         * src/gtk/gtkaspell.c
14070         * src/gtk/gtkutils.c
14071         * src/gtk/inputdialog.c
14072         * src/gtk/logwindow.c
14073         * src/gtk/menu.c
14074         * src/gtk/pluginwindow.c
14075         * src/gtk/prefswindow.c
14076         * src/gtk/progressdialog.c
14077         * src/gtk/quicksearch.c
14078         * src/gtk/sslcertwindow.c
14079         * src/plugins/clamav/clamav_plugin.c
14080         * src/plugins/clamav/clamav_plugin_gtk.c
14081         * src/plugins/demo/demo.c
14082         * src/plugins/dillo_viewer/dillo_prefs.c
14083         * src/plugins/dillo_viewer/dillo_viewer.c
14084         * src/plugins/image_viewer/plugin.c
14085         * src/plugins/image_viewer/viewer.c
14086         * src/plugins/image_viewer/viewerprefs.c
14087         * src/plugins/mathml_viewer/mathml_viewer.c
14088         * src/plugins/pgpmime/passphrase.c
14089         * src/plugins/pgpmime/plugin.c
14090         * src/plugins/pgpmime/prefs_gpg.c
14091         * src/plugins/pgpmime/select-keys.c
14092         * src/plugins/pgpmime/sgpgme.c
14093         * src/plugins/spamassassin/spamassassin.c
14094         * src/plugins/spamassassin/spamassassin_gtk.c
14095         * src/plugins/trayicon/trayicon.c
14096                 sync with main (revision 104)
14097
14098 2005-02-10 [colin]      1.0.1cvs3.1
14099
14100         * src/mainwindow.c
14101                 Sync with HEAD (fix occasional crasher)
14102
14103 2005-02-10 [colin]      1.0.1cvs2.1
14104
14105         * src/messageview.c
14106                 Synw with HEAD (don't automatically display html)
14107
14108 2005-02-09 [colin]      1.0.1cvs1.3
14109
14110         * src/textview.c
14111         * src/textview.h
14112                 Add contextual menu on emails
14113
14114 2005-02-09 [colin]      1.0.1cvs1.2
14115
14116         * src/codeconv.c
14117                 Fix converting from broken headers and 
14118                 put back the _ in missing places
14119                 (feature broke with cvs24.2 sync, main 
14120                  possibly affected?)
14121
14122 2005-02-09 [colin]      1.0.1cvs1.1
14123
14124         * src/messageview.c
14125         * src/mimeview.c
14126         * src/mimeview.h
14127                 Sync with HEAD (display non text/plain mails with plugin)
14128
14129 2005-02-08 [colin]      1.0.1.1
14130
14131         * ChangeLog.claws
14132         * po/pt_BR.po
14133                 Sync with HEAD
14134         * configure.ac
14135                 Make default configuration directory 
14136                 be .sylpheed-gtk2
14137
14138 2005-02-08 [colin]      1.0.0cvs29.1
14139
14140         * po/de.po
14141         * po/es.po
14142         * po/fr.po
14143         * po/it.po
14144         * po/sk.po
14145         * po/sr.po
14146                 Sync translations with HEAD
14147
14148 2005-02-06 [colin]      1.0.0cvs28.3
14149
14150         * src/compose.c
14151                 Make compose a bit faster - patch by Alfons.
14152
14153 2005-02-06 [colin]      1.0.0cvs28.2
14154
14155         * src/compose.c
14156                 Make pasting via middle-click more reliable
14157
14158 2005-02-05 [paul]       1.0.0cvs28.1
14159
14160         * ChangeLog
14161         * ChangeLog.claws
14162         * ChangeLog.jp
14163         * configure.ac
14164         * src/compose.c
14165                 sync with HEAD
14166                 (fix bug 682 'redirect is broken'
14167
14168 2005-02-05 [torte]      1.0.0cvs27.1
14169
14170         * ChangeLog.claws
14171         * configure.ac
14172         * src/partial_download.c
14173                 Sync with HEAD (fix buf overflow)
14174
14175 2005-02-03 [colin]      1.0.0cvs26.1
14176
14177         * src/common/plugin.c
14178                 Sync with HEAD (avoid plugin mismatches)
14179
14180 2005-02-03 [paul]       1.0.0cvs25.3
14181
14182         * src/folderview.c
14183         * src/headerview.c
14184         * src/summaryview.c
14185         * src/textview.c
14186         * src/gtk/colorlabel.c
14187                 third and final part of initial sync with main-gtk2
14188
14189 2005-02-03 [paul]       1.0.0cvs25.2
14190
14191         * src/jpilot.c
14192                 fix building with jpilot support
14193
14194 2005-02-02 [colin]      1.0.0cvs25.1
14195
14196         * src/messageview.c
14197                 Sync with HEAD (fix dangerous typo)
14198
14199 2005-02-01 [colin]      1.0.0cvs24.3
14200
14201         * src/common/xml.c
14202                 Write file as advertised (UTF-8)
14203
14204 2005-02-01 [paul]       1.0.0cvs24.2
14205
14206         * src/addrbook.c
14207         * src/addrindex.c
14208         * src/alertpanel.h
14209         * src/codeconv.c
14210         * src/codeconv.h
14211         * src/compose.c
14212         * src/export.c
14213         * src/folder_item_prefs.c
14214         * src/html.c
14215         * src/imap.c
14216         * src/import.c
14217         * src/jpilot.c
14218         * src/mainwindow.c
14219         * src/matcher_parser_lex.l
14220         * src/messageview.c
14221         * src/mh.c
14222         * src/prefs_account.c
14223         * src/prefs_actions.c
14224         * src/prefs_common.c
14225         * src/prefs_gtk.c
14226         * src/prefs_gtk.h
14227         * src/prefs_themes.c
14228         * src/procheader.c
14229         * src/procmime.c
14230         * src/sourcewindow.c
14231         * src/statusbar.c
14232         * src/summaryview.c
14233         * src/textview.c
14234         * src/toolbar.c
14235         * src/unmime.c
14236         * src/common/template.c
14237         * src/common/utils.c
14238         * src/common/xml.c
14239         * src/common/xml.h
14240         * src/gtk/gtkaspell.c
14241         * src/plugins/clamav/clamav_plugin.c
14242         * src/plugins/dillo_viewer/dillo_prefs.c
14243         * src/plugins/image_viewer/viewerprefs.c
14244         * src/plugins/pgpmime/passphrase.c
14245         * src/plugins/pgpmime/prefs_gpg.c
14246         * src/plugins/pgpmime/select-keys.c
14247         * src/plugins/spamassassin/spamassassin.c
14248                 second part of initial sync with main-gtk2
14249                 (more to follow)
14250
14251 2005-01-31 [colin]      1.0.0cvs24.1
14252
14253         * src/compose.c
14254                 Sync with HEAD
14255
14256 2005-01-29 [paul]       1.0.0cvs23.2
14257
14258         * src/account.c
14259         * src/action.c
14260         * src/addressadd.c
14261         * src/addressbook.c
14262         * src/alertpanel.c
14263         * src/compose.c
14264         * src/editaddress.c
14265         * src/editbook.c
14266         * src/editgroup.c
14267         * src/editjpilot.c
14268         * src/editldap.c
14269         * src/editldap_basedn.c
14270         * src/editvcard.c
14271         * src/export.c
14272         * src/foldersel.c
14273         * src/grouplistdialog.c
14274         * src/import.c
14275         * src/importldif.c
14276         * src/inc.c
14277         * src/main.c
14278         * src/mainwindow.c
14279         * src/message_search.c
14280         * src/messageview.c
14281         * src/mimeview.c
14282         * src/prefs_actions.c
14283         * src/prefs_common.c
14284         * src/prefs_common.h
14285         * src/prefs_customheader.c
14286         * src/prefs_display_header.c
14287         * src/prefs_filtering.c
14288         * src/prefs_filtering_action.c
14289         * src/prefs_gtk.c
14290         * src/prefs_matcher.c
14291         * src/prefs_summary_column.c
14292         * src/prefs_template.c
14293         * src/sourcewindow.c
14294         * src/summary_search.c
14295         * src/summaryview.c
14296         * src/textview.c
14297         * src/gtk/about.c
14298         * src/gtk/description_window.c
14299         * src/gtk/gtkshruler.c
14300         * src/gtk/gtkutils.c
14301         * src/gtk/gtkutils.h
14302         * src/gtk/inputdialog.c
14303         * src/gtk/logwindow.c
14304         * src/gtk/prefswindow.c
14305         * src/gtk/progressdialog.c
14306         * src/gtk/progressdialog.h
14307                 first part of initial sync with main-gtk2
14308                 (more to follow)
14309
14310 2005-01-28 [colin]      1.0.0cvs23.1
14311
14312         * src/folderview.c
14313                 Sync with HEAD
14314
14315 2005-01-27 [colin]      1.0.0cvs21.1
14316
14317         * src/folder.c
14318         * src/folderview.c
14319                 Sync with HEAD
14320
14321 2005-01-27 [colin]      1.0.0cvs19.1
14322
14323         * src/procmime.c
14324                 Sync with HEAD
14325
14326 2005-01-27 [colin]      1.0.0cvs18.1
14327
14328         * src/messageview.c
14329         * src/summaryview.c
14330         * src/mainwindow.c
14331         * src/compose.c
14332         * src/compose.h
14333         * src/procmsg.c
14334         * src/procmsg.h
14335         * src/toolbar.c
14336                 Sync with HEAD
14337
14338 2005-01-26 [paul]       1.0.0cvs15.2
14339
14340         * src/compose.c
14341                 compose_entries_set(): convert subject and body to
14342                 utf8 if necessary. patch by Felix Eckhofer
14343
14344 2005-01-26 [paul]       1.0.0cvs15.1
14345
14346         * configure.ac
14347         * src/common/template.c
14348                 sync with HEAD (fix memory leak)
14349
14350 2005-01-25 [paul]       1.0.0cvs14.1
14351
14352         * configure.ac
14353         * src/compose.c
14354                 sync with HEAD
14355
14356 2005-01-24 [colin]      1.0.0cvs13.1
14357
14358         * src/summaryview.c
14359                 Sync with HEAD
14360
14361 2005-01-24 [paul]       1.0.0cvs12.1
14362
14363         * configure.ac
14364         * src/messageview.c
14365         * src/mh.c
14366         * src/common/utils.c
14367                 sync with HEAD
14368
14369 2005-01-24 [colin]      1.0.0cvs11.1
14370
14371         * src/procheader.c
14372                 Sync with HEAD
14373
14374 2005-01-24 [colin]      1.0.0cvs10.1
14375
14376         * src/folderview.c
14377                 Sync with HEAD
14378
14379 2005-01-23 [colin]      1.0.0cvs9.1
14380
14381         * src/crash.c
14382                 Sync with HEAD
14383
14384 2005-01-22 [colin]      1.0.0cvs8.1
14385
14386         * src/summaryview.c
14387         * src/gtk/quicksearch.c
14388                 Sync with HEAD
14389
14390 2005-01-21 [colin]      1.0.0cvs7.1
14391
14392         * src/summaryview.c
14393                 Sync with HEAD
14394
14395 2005-01-21 [colin]      1.0.0cvs6.1
14396
14397         * src/summaryview.c
14398                 Sync with HEAD
14399
14400 2005-01-21 [colin]      1.0.0cvs5.1
14401
14402         * src/gtk/quicksearch.c
14403         * src/prefs_common.c
14404         * src/prefs_common.h
14405                 Sync with HEAD (recurse option)
14406
14407 2005-01-21 [colin]      1.0.0cvs4.1
14408
14409         * src/folder.h
14410         * src/folderview.c
14411         * src/folderview.h
14412         * src/summaryview.c
14413         * src/gtk/quicksearch.c
14414         * src/gtk/quicksearch.h
14415                 Sync with HEAD (recursive quicksearch)
14416
14417 2005-01-20 [colin]      1.0.0cvs3.4
14418
14419         * src/ssl_manager.c
14420                 Remove useless code
14421
14422 2005-01-20 [colin]      1.0.0cvs3.3
14423
14424         * src/ssl_manager.c
14425                 Fix leak, thanks to Alfons.
14426
14427 2005-01-20 [colin]      1.0.0cvs3.2
14428
14429         * src/ssl_manager.c
14430                 Port SSL certificate window to GTK2.
14431
14432 2005-01-20 [paul]       1.0.0cvs3.1
14433
14434         * ChangeLog.claws
14435         * configure.ac
14436         * src/addrindex.c
14437         * src/addrindex.h
14438                 sync with HEAD
14439
14440 2005-01-19 [colin]      1.0.0cvs2.2
14441
14442         * src/plugins/trayicon/trayicon.c
14443                 Fix freeze with gtk-2.6, the easy way
14444                 (signal blocking helpless there...)
14445                 Closes bug #668.
14446
14447 2005-01-19 [colin]      1.0.0cvs2.1
14448
14449         * src/mbox.c
14450         * src/mbox.h
14451         * src/mainwindow.c
14452         * src/summaryview.c
14453         * src/summaryview.h
14454                 Sync with HEAD
14455
14456 2005-01-19 [paul]       1.0.0cvs1.1
14457
14458         * configure.ac
14459         * po/de.po
14460         * po/es.po
14461         * po/fr.po
14462         * po/hr.po
14463         * po/it.po
14464         * po/ja.po
14465         * po/ko.po
14466         * po/pt_BR.po
14467         * po/ru.po
14468         * po/sk.po
14469         * po/sr.po
14470                 sync with HEAD (update translations)
14471
14472 2005-01-18 [colin]      1.0.0cvs0.1
14473
14474         * src/foldersel.c
14475                 Specify search column - patch by Alfons
14476
14477 2005-01-18 [colin]      0.9.13cvs36.3
14478
14479         * src/prefs_toolbar.c
14480                 Change Delete to Remove
14481         * src/prefs_fonts.c
14482                 GTK2 version and leak fixes
14483         * src/prefs_actions.c
14484                 Add stock buttons.
14485                 All patches by Alfons
14486
14487 2005-01-17 [colin]      0.9.13cvs36.2
14488
14489         * src/compose.c
14490                 Fix DnD inserting twice. While at it,
14491                 add DnD support for text/plain in the
14492                 body, and add support in the headers.
14493
14494 2005-01-16 [colin]      0.9.13cvs36.1
14495
14496         * ChangeLog
14497         * ChangeLog.jp
14498         * ChangeLog.claws
14499                 Sync with HEAD (nothing applicable)
14500
14501 2005-01-16 [colin]      0.9.13cvs33.2
14502
14503         * src/prefs_toolbar.c
14504                 GTK2ize prefs_toolbar, by Alfons.
14505
14506 2005-01-14 [colin]      0.9.13cvs33.1
14507
14508         * src/html.c
14509         * src/msgcache.c
14510                 Sync with HEAD
14511
14512 2005-01-14 [colin]      0.9.13cvs32.1
14513
14514         * src/html.c
14515         * src/html.h
14516         * src/msgcache.c
14517         * AUTHORS
14518         * tools/calypso_convert.pl
14519                 Sync with HEAD
14520
14521 2005-01-08 [colin]      0.9.13cvs29.2
14522
14523         * src/prefs_filtering_action.c
14524         * src/prefs_filtering.c
14525                 2 more gtk2 patches by Alfons
14526
14527 2005-01-07 [paul]       0.9.13cvs29.1
14528
14529         * ChangeLog
14530         * ChangeLog.claws
14531         * ChangeLog.jp
14532         * configure.ac
14533         * src/pop.c
14534         * src/pop.h
14535                 sync with HEAD
14536
14537 2005-01-07 [colin]      0.9.13cvs28.3
14538
14539         * src/gtk/progressdialog.c
14540         * src/gtk/progressdialog.h
14541         * src/inc.c
14542         * src/send_message.c
14543                 GTK2 for the incorporation dialog. The CList isn't dead
14544                 yet, for a more smooth migration. Patch by Alfons.
14545
14546 2005-01-06 [colin]      0.9.13cvs28.2
14547
14548         * src/prefs_display_header.c
14549                 GTK2 conversion by Alfons
14550         * src/prefs_actions.c
14551         * src/prefs_matcher.c
14552                 Fix 2 leaks - patch by Alfons
14553
14554 2005-01-06 [colin]      0.9.13cvs28.1
14555
14556         * src/prefs_matcher.c
14557                 Sync with HEAD
14558
14559 2005-01-06 [colin]      0.9.13cvs27.4
14560
14561         * src/prefs_matcher.c
14562                 Fix double-free. Patch by Alfons
14563
14564 2005-01-06 [colin]      0.9.13cvs27.3
14565
14566         * src/prefs_matcher.c
14567                 GTK2 widgets + memleak
14568                 Patch by Alfons
14569
14570 2005-01-05 [colin]      0.9.13cvs27.2
14571
14572         * src/account.c
14573         * src/addr_compl.c
14574         * src/foldersel.c
14575         * src/stock_pixmap.c
14576         * src/stock_pixmap.h
14577                 3 more GTK2 patches by Alfons.
14578
14579 2005-01-04 [colin]      0.9.13cvs27.1
14580
14581         * src/folderview.c
14582         * src/imap_gtk.c
14583         * src/news_gtk.c
14584                 Sync with HEAD
14585
14586 2005-01-04 [colin]      0.9.13cvs25.9
14587
14588         * src/compose.c
14589                 Fix Show Ruler menuitem
14590         * src/prefs_template.c
14591                 Convert to GTK2
14592         * src/common/utils.c
14593                 Make auto pointer stuff handles NULLs
14594                 Patches by Alfons.
14595
14596 2005-01-04 [colin]      0.9.13cvs25.8
14597
14598         * src/compose.c
14599                 Move the attachment list to gtk2
14600                 Patch by Alfons.
14601
14602 2005-01-04 [colin]      0.9.13cvs25.7
14603
14604         * src/textview.c
14605                 Make some keys work again
14606                 Patch by SungHyun Nam <namsh@kldp.org>
14607
14608 2005-01-04 [colin]      0.9.13cvs25.6
14609
14610         * src/gtk/gtkshruler.c
14611                 Move the ruler to GTK2
14612                 Patch by Alfons
14613
14614 2005-01-03 [colin]      0.9.13cvs25.5
14615
14616         * src/compose.c
14617                 Fix my broken patch apply 
14618
14619 2005-01-03 [colin]      0.9.13cvs25.4
14620
14621         * src/common/utils.c
14622         * src/common/utils.h
14623         * src/gtk/prefswindow.c
14624                 Move auto pointer stuff to utils.c
14625                 Patch by Alfons again :)
14626
14627 2005-01-03 [colin]      0.9.13cvs25.3
14628
14629         * src/compose.c
14630         * src/prefs_gtk.c
14631         * src/prefs_template.c
14632         * src/textview.c
14633                 Empty text widgets with empty strings, not NULL char
14634                 Patch by SungHyun Nam <namsh@kldp_org>
14635
14636 2005-01-03 [colin]      0.9.13cvs25.2
14637
14638         * src/main.c
14639         * AUTHORS
14640                 Sync with HEAD
14641
14642 2005-01-03 [colin]      0.9.13cvs25.1
14643
14644         * src/pop.c
14645         * src/pop.h
14646                 Sync with HEAD
14647
14648 2005-01-03 [colin]      0.9.13cvs24.3
14649
14650         * src/account.c
14651                 Two patches from Alfons and Alex S Moore:
14652                 fix images, fix return value.
14653
14654 2005-01-01 [colin]      0.9.13cvs24.2
14655
14656         * src/prefs_actions.c
14657                 Fix over-zealous assertion. Patch by Alfons
14658
14659 2005-01-01 [colin]      0.9.13cvs24.1
14660
14661         * src/procmime.c
14662                 Sync with HEAD (leak fix)
14663
14664 2004-12-31 [colin]      0.9.13cvs23.2
14665
14666         * src/prefs_common.c
14667                 GTK2 widgets + stock buttons - patch by Alfons
14668
14669 2004-12-31 [paul]       0.9.13cvs23.1
14670
14671         * configure.ac
14672                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14673         * src/gtk/pluginwindow.c
14674                 use GTK2 widgets and plug memory leaks,
14675                 patches by Alfons
14676
14677 2004-12-30 [colin]      0.9.13cvs22.4
14678
14679         * src/account.c
14680         * src/action.c
14681         * src/export.c
14682         * src/foldersel.c
14683         * src/import.c
14684         * src/message_search.c
14685         * src/prefs_actions.c
14686         * src/prefs_common.c
14687         * src/prefs_customheader.c
14688         * src/prefs_filtering.c
14689         * src/prefs_summary_column.c
14690         * src/summary_search.c
14691         * src/gtk/about.c
14692         * src/gtk/description_window.c
14693         * src/gtk/gtkutils.c
14694         * src/gtk/gtkutils.h
14695         * src/gtk/inputdialog.c
14696         * src/gtk/prefswindow.c
14697                 Use GTK2 stock buttons. Patches by Alfons.
14698
14699 2004-12-30 [colin]      0.9.13cvs22.3
14700
14701         * src/account.c
14702                 Sync with HEAD
14703         * src/prefs_actions.c
14704         * src/prefs_customheader.c
14705         * src/prefs_filtering.c
14706         * src/prefs_msg_colors.c
14707         * src/prefs_summary_column.c
14708         * src/gtk/prefswindow.c
14709                 Use GtkTreeView instead of deprecated 
14710                 widgets. Patches by Alfons.
14711
14712 2004-12-30 [paul]       0.9.13cvs22.2
14713
14714         * src/foldersel.c
14715                 use GTK 2 Tree View
14716                 patch by Alfons, with root folder sorting fix
14717                 by Stephan Sachse
14718
14719 2004-12-30 [paul]       0.9.13cvs22.1
14720
14721         * ChangeLog
14722         * ChangeLog.claws
14723         * ChangeLog.jp
14724         * NEWS
14725         * configure.ac
14726         * src/account.c
14727                 sync with HEAD
14728
14729 2004-12-22 [martin]     0.9.13cvs21.2
14730
14731         * src/action.c
14732                 free the command line after its use
14733
14734 2004-12-18 [paul]       0.9.13cvs21.1
14735
14736         * AUTHORS
14737         * ChangeLog
14738         * ChangeLog.claws
14739         * ChangeLog.jp
14740         * NEWS
14741         * configure.ac
14742         * src/action.c
14743         * src/compose.c
14744         * src/syldap.c
14745                 sync with HEAD
14746
14747 2004-12-17 [martin]     0.9.13cvs17.2
14748
14749         * src/action.c
14750                 convert actions input to locale
14751         * src/inc.c
14752                 convert notification command to locale
14753         * src/plugins/pgpmime/select-keys.c
14754                 convert attributes to utf8
14755
14756 2004-12-14 [colin]      0.9.13cvs17.1
14757
14758         * ChangeLog
14759         * ChangeLog.jp
14760         * ChangeLog.claws
14761         * src/action.c
14762         * src/common/utils.c
14763         * src/gtk/prefswindow.c
14764         * src/gtk/gtkutils.c
14765         * src/gtk/gtkutils.h
14766         * src/plugins/spamassassin/libspamc.c
14767                 Sync with HEAD
14768
14769 2004-12-13 [colin]      0.9.13cvs14.1
14770
14771         * src/quote_fmt_parse.y
14772                 Sync with HEAD
14773
14774 2004-12-10 [colin]      0.9.13cvs12.1
14775
14776         * src/prefs_themes.c
14777         * src/mainwindow.c
14778         * src/messageview.c
14779                 Sync with HEAD
14780
14781 2004-12-09 [colin]      0.9.13cvs10.1
14782
14783         * src/procmime.c
14784                 Sync with HEAD (fix B64 encoding from memory)
14785
14786 2004-12-08 [colin]      0.9.13cvs9.1
14787
14788         * src/gtk/colorlabel.c
14789                 Sync with HEAD
14790
14791 2004-12-08 [paul]       0.9.13cvs8.2
14792
14793         * src/gtk/pluginwindow.c
14794                 fix window resizing oddities
14795
14796 2004-12-08 [colin]      0.9.13cvs8.1
14797
14798         * src/quote_fmt_parse.y
14799                 Sync with HEAD
14800
14801 2004-12-08 [colin]      0.9.13cvs7.1
14802
14803         * src/matcher_parser_parse.y
14804         * src/msgcache.c
14805         * src/prefs_matcher.c
14806         * src/procheader.c
14807         * src/matcher.c
14808         * src/common/defs.h
14809         * po/sr.po
14810                 Sync with HEAD
14811
14812 2004-12-08 [colin]      0.9.13cvs6.1
14813
14814         * src/quote_fmt_parse.y
14815         * src/textview.c
14816                 Sync with HEAD
14817         * src/gtk/prefswindow.c
14818         * src/gtk/pluginwindow.c
14819                 Fix G_CALLBACKS protos (thanks to Alfons)
14820
14821 2004-12-07 [torte]      0.9.13cvs2.2
14822
14823         * src/procmime.c
14824                 [Bug 650] reply button causes crash
14825                 Thanks to David Relson and Christoph
14826
14827 2004-12-07 [colin]      0.9.13cvs2.1
14828
14829         * ChangeLog.claws
14830         * AUTHORS
14831         * po/sk.po
14832         * src/procmime.c
14833         * src/prefs_account.c
14834         * src/common/smtp.c
14835         * src/common/smtp.h
14836                 Sync with HEAD
14837
14838 2004-12-06 [colin]      0.9.12cvs187.1
14839
14840         * ChangeLog.claws
14841         * INSTALL
14842         * Makefile.am
14843         * README.claws
14844         * TODO.claws
14845         * configure.ac
14846         * po/bg.po
14847         * po/cs.po
14848         * po/el.po
14849         * po/en_GB.po
14850         * po/es.po
14851         * po/fr.po
14852         * po/hr.po
14853         * po/hu.po
14854         * po/it.po
14855         * po/ja.po
14856         * po/ko.po
14857         * po/nl.po
14858         * po/pl.po
14859         * po/pt_BR.po
14860         * po/ru.po
14861         * po/sk.po
14862         * po/sr.po
14863         * po/sv.po
14864         * po/zh_CN.po
14865         * po/zh_TW.Big5.po
14866         * src/compose.c
14867         * tools/Makefile.am
14868         * tools/README
14869         * tools/filter_conv.pl
14870         * tools/kdeservicemenu/README
14871         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14872         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14873                 Sync with HEAD
14874
14875 2004-12-04 [colin]      0.9.12cvs183.1
14876
14877         * src/compose.c
14878                 Sync with HEAD (compose window position saving)
14879
14880 2004-12-04 [paul]       0.9.12cvs182.3
14881
14882         * src/messageview.c
14883         * src/mimeview.c
14884         * src/prefs_customheader.c
14885         * src/gtk/quicksearch.c
14886                 replace some forgotten GTK_SIGNAL_FUNCs
14887
14888 2004-12-04 [paul]       0.9.12cvs182.2
14889
14890         * src/Makefile.am
14891                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14892                 committed in error      
14893
14894 2004-12-04 [paul]       0.9.12cvs182.1
14895
14896         * ChangeLog
14897         * ChangeLog.claws
14898         * ChangeLog.jp
14899         * INSTALL
14900         * NEWS
14901         * README
14902         * README.jp
14903         * configure.ac
14904         * doc/manual/ja/Makefile.am
14905         * doc/manual/ja/sylpheed-1.html
14906         * doc/manual/ja/sylpheed-10.html
14907         * doc/manual/ja/sylpheed-11.html
14908         * doc/manual/ja/sylpheed-12.html
14909         * doc/manual/ja/sylpheed-13.html
14910         * doc/manual/ja/sylpheed-14.html
14911         * doc/manual/ja/sylpheed-15.html
14912         * doc/manual/ja/sylpheed-16.html
14913         * doc/manual/ja/sylpheed-17.html
14914         * doc/manual/ja/sylpheed-18.html
14915         * doc/manual/ja/sylpheed-19.html
14916         * doc/manual/ja/sylpheed-2.html
14917         * doc/manual/ja/sylpheed-20.html
14918         * doc/manual/ja/sylpheed-3.html
14919         * doc/manual/ja/sylpheed-4.html
14920         * doc/manual/ja/sylpheed-5.html
14921         * doc/manual/ja/sylpheed-6.html
14922         * doc/manual/ja/sylpheed-7.html
14923         * doc/manual/ja/sylpheed-8.html
14924         * doc/manual/ja/sylpheed-9.html
14925         * doc/manual/ja/sylpheed.html
14926         * doc/manual/ja/sylpheed.sgml
14927         * po/de.po
14928         * src/Makefile.am
14929         * src/compose.c
14930         * src/procmime.c
14931         * src/pixmaps/regular.xpm **REMOVED**
14932         * src/plugins/pgpmime/pgpmime.c
14933         * src/plugins/pgpmime/plugin.c
14934         * src/plugins/pgpmime/prefs_gpg.c
14935                 sync with HEAD
14936
14937 2004-12-03 [paul]       0.9.12cvs180.1
14938
14939         * ChangeLog
14940         * ChangeLog.claws
14941         * ChangeLog.jp
14942         * configure.ac
14943         * src/Makefile.am
14944         * src/pop.c
14945         * src/common/utils.c
14946         * src/common/utils.h
14947         * src/pixmaps/continue.xpm
14948         * src/pixmaps/dir_close.xpm
14949         * src/pixmaps/dir_open.xpm
14950         * src/pixmaps/drafts_close.xpm
14951         * src/pixmaps/drafts_open.xpm
14952         * src/pixmaps/folder.xpm **REMOVED**
14953         * src/pixmaps/group.xpm
14954         * src/pixmaps/unread.xpm
14955                 sync with HEAD
14956
14957 2004-12-02 [colin]      0.9.12cvs179.1
14958
14959         * src/compose.c
14960                 Sync with HEAD (non-duplicated reedition)
14961
14962 2004-12-02 [colin]      0.9.12cvs178.1
14963
14964         * src/compose.c
14965                 Sync with HEAD (linewrap_quote fix)
14966
14967 2004-12-01 [colin]      0.9.12cvs177.3
14968
14969         * src/addrharvest.c
14970                 Replace sizeof with strlen
14971
14972 2004-12-01 [paul]       0.9.12cvs177.2
14973
14974         * src/addrharvest.c
14975                 fix 'harvest addresses'
14976
14977 2004-11-30 [colin]      0.9.12cvs177.1
14978
14979         * src/gtk/prefswindow.c
14980         * src/gtk/pluginwindow.c
14981                 Sync with HEAD
14982
14983 2004-11-29 [colin]      0.9.12cvs176.1
14984
14985         * src/folderview.c
14986                 sync with HEAD (Fix disappearing separators in folderview's popup)
14987
14988 2004-11-29 [colin]      0.9.12cvs175.1
14989
14990         * src/procmime.c
14991                 Sync with head (another format fix)
14992
14993 2004-11-29 [colin]      0.9.12cvs174.1
14994
14995         * src/pop.c
14996                 Sync with HEAD (format string fix)
14997
14998 2004-11-26 [colin]      0.9.12cvs173.1
14999
15000         * src/common/smtp.c
15001         * src/common/smtp.h
15002                 Sync with HEAD
15003
15004 2004-11-24 [colin]      0.9.12cvs172.1
15005
15006         * src/plugins/pgpmime/pgpmime.c
15007                 Sync with HEAD
15008
15009 2004-11-24 [colin]      0.9.12cvs171.1
15010
15011         * src/plugins/pgpmime/pgpmime.c
15012                 Sync with head (gpgmectx leaks)
15013
15014 2004-11-24 [colin]      0.9.12cvs169.1
15015
15016         * src/plugins/pgpmime/plugin.c
15017         * src/plugins/trayicon/Makefile.am
15018         * src/plugins/trayicon/newmarkedmail.xpm
15019         * src/plugins/trayicon/trayicon.c
15020         * src/plugins/trayicon/unreadmarkedmail.xpm
15021                 Sync with HEAD
15022
15023 2004-11-23 [colin]      0.9.12cvs168.1
15024
15025         * src/partial_download.c
15026         * src/partial_download.h
15027         * src/plugins/pgpmime/plugin.c
15028                 Sync with HEAD
15029
15030 2004-11-23 [colin]      0.9.12cvs166.1
15031
15032         * src/Makefile.am
15033         * src/codeconv.c
15034         * src/compose.c
15035         * src/folderview.c
15036         * src/main.c
15037         * src/partial_download.c
15038         * src/partial_download.h
15039         * src/prefs_account.c
15040         * src/prefs_account.h
15041         * src/privacy.c
15042         * src/privacy.h
15043         * src/procmime.c
15044         * src/common/Makefile.am
15045         * src/common/base64.h
15046         * src/common/partial_download.c
15047         * src/common/partial_download.h
15048         * src/gtk/prefswindow.c
15049         * src/gtk/prefswindow.h
15050         * src/plugins/pgpmime/pgpmime.c
15051         * src/plugins/pgpmime/prefs_gpg.c
15052         * src/plugins/pgpmime/prefs_gpg.h
15053         * src/plugins/pgpmime/sgpgme.c
15054         * src/plugins/pgpmime/sgpgme.h
15055                 Sync with HEAD
15056
15057 2004-11-23 [colin]      0.9.12cvs163.1
15058
15059         * src/main.c
15060                 Sync with HEAD (cursor optimization)
15061
15062 2004-11-23 [colin]      0.9.12cvs162.1
15063
15064         * src/prefs_common.c
15065         * src/prefs_themes.c
15066         * src/procmsg.c
15067                 Sync with HEAD
15068
15069 2004-11-23 [colin]      0.9.12cvs158.9
15070
15071         * src/compose.c
15072                 Fix double-free when forwarding
15073         * src/msgcache.c
15074                 Fix leak on error path
15075                 
15076
15077 2004-11-23 [colin]      0.9.12cvs158.8
15078
15079         * src/compose.c
15080                 Fix possible double-free
15081                 Spotted by Alfons
15082
15083 2004-11-23 [colin]      0.9.12cvs158.7
15084
15085         * src/compose.c
15086                 Fix some signal handlers' prototypes
15087                 Spotted by Alfons
15088
15089 2004-11-22 [colin]      0.9.12cvs158.6
15090
15091         * src/compose.c
15092                 Remove unneeded code and duplicated
15093                 wrapping - patch by Alfons
15094
15095 2004-11-22 [colin]      0.9.12cvs158.5
15096
15097         * src/prefs_themes.c
15098                 Fix oversized selector
15099
15100 2004-11-22 [colin]      0.9.12cvs158.4
15101
15102         * src/compose.c
15103                 fix dump_text()
15104                 patch by Alfons
15105
15106 2004-11-19 [colin]      0.9.12cvs158.3
15107
15108         * src/textview.c
15109                 Add a context menu on links (open, copy)
15110
15111 2004-11-18 [paul]       0.9.12cvs158.2
15112
15113         * src/addrgather.c
15114         * src/exphtmldlg.c
15115         * src/expldifdlg.c
15116         * src/mimeview.c
15117         * src/prefs_common.c
15118         * src/plugins/image_viewer/viewer.c
15119         * src/plugins/spamassassin/spamassassin_gtk.c
15120                 replace deprecated gtk_notebook_set_page
15121                 and gtk_notebook_current_page
15122
15123 2004-11-18 [paul]       0.9.12cvs158.1
15124
15125         * configure.ac
15126         * src/compose.c
15127         * src/mainwindow.c
15128         * src/messageview.c
15129         * src/prefs_common.c
15130         * src/common/utils.c
15131         * src/common/utils.h
15132                 sync with HEAD
15133
15134 2004-11-17 [colin]      0.9.12cvs156.1
15135
15136         * src/prefs_account.c
15137         * src/prefs_account.h
15138         * src/procmsg.c
15139                 Sync with HEAD (add pref to store encrypted mails encrypted)
15140
15141 2004-11-17 [paul]       0.9.12cvs155.1
15142
15143         * ChangeLog
15144         * ChangeLog.claws
15145         * ChangeLog.jp
15146         * NEWS
15147         * configure.ac
15148         * src/compose.c
15149         * src/jpilot.c
15150         * src/privacy.c
15151         * src/procmime.c
15152         * src/procmime.h
15153         * src/procmsg.c
15154         * src/toolbar.c
15155         * src/pixmaps/error.xpm
15156                 sync with HEAD
15157
15158 2004-11-17 [colin]      0.9.12cvs151.1
15159
15160         * src/plugins/pgpmime/pgpmime.c
15161                 Sync with HEAD (remove debug printf)
15162
15163 2004-11-17 [colin]      0.9.12cvs150.1
15164
15165         * src/plugins/pgpmime/pgpmime.c
15166                 Sync with HEAD (off-by-one fix)
15167
15168 2004-11-17 [colin]      0.9.12cvs149.1
15169
15170         * src/procmsg.c
15171                 Sync with HEAD (coding style fixes)
15172
15173 2004-11-16 [colin]      0.9.12cvs148.1
15174
15175         * src/procmsg.c
15176                 Sync with head (Fix the fix)
15177
15178 2004-11-16 [colin]      0.9.12cvs147.1
15179
15180         * src/procmsg.c
15181                 Sync with Main (leak fix)
15182
15183 2004-11-16 [colin]      0.9.12cvs146.14
15184
15185         * src/compose.c
15186                 Remove useless chunk of code
15187                 Patch by Alfons
15188
15189 2004-11-15 [colin]      0.9.12cvs146.13
15190
15191         * src/compose.c
15192                 Fix drafting after insertion
15193                 Patch by Alfons
15194
15195 2004-11-15 [colin]      0.9.12cvs146.12
15196
15197         * src/compose.c
15198         * src/prefs_filtering.c
15199         * src/prefs_filtering_action.c
15200         * src/prefs_toolbar.c
15201                 Fix some const-correctness
15202
15203 2004-11-15 [colin]      0.9.12cvs146.11
15204
15205         * src/summaryview.c
15206         * src/prefs_themes.c
15207         * src/messageview.c
15208                 Fix some leaks
15209
15210 2004-11-15 [colin]      0.9.12cvs146.10
15211
15212         * src/codeconv.c
15213                 More unreadable locale fixes
15214
15215 2004-11-14 [colin]      0.9.12cvs146.9
15216
15217         * src/textview.c
15218                 Fix uri_security_check
15219                 Patch by Alfons
15220
15221 2004-11-13 [paul]       0.9.12cvs146.8
15222
15223         * src/folder.c
15224         * src/procmime.c
15225                 fix 2 bugs introduced in last commit
15226
15227 2004-11-13 [paul]       0.9.12cvs146.7
15228
15229         * src/compose.c
15230         * src/exporthtml.c
15231         * src/exportldif.c
15232         * src/folder.c
15233         * src/imap.c
15234         * src/imap_gtk.c
15235         * src/main.c
15236         * src/mainwindow.c
15237         * src/messageview.c
15238         * src/mh_gtk.c
15239         * src/prefs_themes.c
15240         * src/procmime.c
15241         * src/setup.c
15242         * src/summaryview.c
15243                 replace deprecated g_basename
15244
15245 2004-11-13 [paul]       0.9.12cvs146.6
15246
15247         * src/compose.c
15248         * src/imap.c
15249         * src/matcher_parser.h
15250         * src/matcher_parser_parse.y
15251         * src/prefs_filtering.c
15252         * src/prefs_filtering_action.c
15253         * src/prefs_themes.c
15254         * src/prefs_toolbar.c
15255         * src/common/utils.c
15256                 various small fixes/cleanups
15257
15258 2004-11-12 [colin]      0.9.12cvs146.5
15259
15260         * src/textview.c
15261                 Validate event's origin on visibility notify
15262                 Patch by Alfons.
15263
15264 2004-11-12 [paul]       0.9.12cvs146.4
15265
15266         * src/exporthtml.c
15267         * src/exportldif.c
15268         * src/imap.c
15269         * src/mh.c
15270         * src/mimeview.c
15271         * src/prefs_spelling.c
15272         * src/prefs_themes.c
15273                 replace deprecated g_dirname    
15274
15275 2004-11-12 [colin]      0.9.12cvs146.3
15276
15277         * src/textview.c
15278                 Some coding style fixes
15279
15280 2004-11-12 [colin]      0.9.12cvs146.2
15281
15282         * src/codeconv.c
15283                 We want to replace _all_ extended chars in
15284                 conv_unreadable_*, because any string containing
15285                 extended chars not parsing as UTF8 is 
15286                 undisplayed on gtk2.
15287
15288 2004-11-12 [paul]       0.9.12cvs146.1
15289
15290         * ChangeLog
15291         * ChangeLog.claws
15292         * ChangeLog.jp
15293         * NEWS
15294         * configure.ac
15295         * src/account.c
15296         * src/folderview.c
15297         * src/folderview.h
15298         * src/imap.c
15299         * src/imap_gtk.c
15300         * src/inc.c
15301         * src/mainwindow.c
15302         * src/mh_gtk.c
15303         * src/news_gtk.c
15304         * src/pop.c
15305         * src/prefs_account.c
15306         * src/prefs_account.h
15307         * src/prefs_ext_prog.c
15308         * src/procmime.c
15309         * src/procmime.h
15310         * src/procmsg.c
15311         * src/procmsg.h
15312         * src/summary_search.c
15313         * src/summaryview.c
15314         * src/textview.c
15315         * src/common/defs.h
15316         * src/common/utils.c
15317         * src/common/utils.h
15318         * src/gtk/menu.c
15319         * src/gtk/menu.h
15320                 sync with HEAD
15321
15322 2004-11-11 [colin]      0.9.12cvs144.2
15323
15324         * src/textview.c
15325                 Fix URI range selection (patch by Alfons)
15326
15327 2004-11-09 [colin]      0.9.12cvs144.1
15328
15329         * ChangeLog.claws
15330         * src/compose.c
15331         * src/folder.c
15332         * src/folder_item_prefs.c
15333         * src/prefs_account.c
15334         * src/prefs_account.h
15335         * src/plugins/pgpmime/pgpmime.c
15336                 Sync with HEAD
15337
15338 2004-11-08 [colin]      0.9.12cvs143.1
15339
15340         * src/summaryview.c
15341                 Sync with HEAD (optimize quicksearch)
15342
15343 2004-11-08 [colin]      0.9.12cvs142.2
15344
15345         * src/compose.c
15346                 Don't wrap when Edit/Auto wrapping is disabled
15347
15348 2004-11-08 [colin]      0.9.12cvs142.1
15349
15350         * src/textview.c
15351                 Sync with HEAD
15352
15353 2004-11-08 [colin]      0.9.12cvs141.1
15354
15355         * src/textview.c
15356                 Sync with HEAD (fix some mail URIs)
15357
15358 2004-11-08 [colin]      0.9.12cvs140.3
15359
15360         * src/textview.c
15361                 o Use text cursor instead of arrow when
15362                   not on a link
15363                 o Fix handling of contiguous links (as in
15364                   "colin@colino.net" <colin@colino.net>)
15365                   This one unveils a bug in get_email_part()
15366
15367 2004-11-07 [colin]      0.9.12cvs140.2
15368
15369         * src/textview.c
15370                 Fix memleak. Patch by Alfons.
15371
15372 2004-11-06 [colin]      0.9.12cvs140.1
15373
15374         * src/compose.c
15375                 Sync with HEAD (don't ask passphrase
15376                 when drafting)
15377
15378 2004-11-06 [paul]       0.9.12cvs139.2
15379
15380         * AUTHORS
15381         * src/textview.c
15382         * src/textview.h
15383                 textview URI handling. hovering over a 
15384                 link displays it in the status bar,
15385                 and changes the mouse pointer to a hand 
15386                 cursor. a link is activated with a single 
15387                 click. (Modified from the) patch by Jean-Yves 
15388                 Lefort <jylefort@users.sourceforge.net>
15389                 
15390
15391 2004-11-05 [colin]      0.9.12cvs139.1
15392
15393         * src/compose.c
15394         * src/procmime.c
15395                 Sync with HEAD again ^^
15396
15397 2004-11-05 [colin]      0.9.12cvs139.1
15398
15399         * src/compose.c
15400         * src/procmime.c
15401                 Sync with HEAD
15402
15403 2004-11-03 [paul]       0.9.12cvs138.1
15404
15405         * ChangeLog.claws
15406         * configure.ac
15407         * po/POTFILES.in
15408         * src/prefs_ext_prog.c
15409         * src/procmime.c
15410         * tools/kdeservicemenu/README
15411         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15412         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15413                 sync with HEAD
15414
15415 2004-11-01 [christoph]  0.9.12cvs136.2
15416
15417         * src/procmime.c
15418                 convert MIME parameters to UTF-8
15419
15420 2004-10-29 [colin]      0.9.12cvs136.1
15421
15422         * src/common/utils.c
15423                 Sync with HEAD (don't use '=' in mime boundary)
15424
15425 2004-10-29 [paul]       0.9.12cvs135.1
15426
15427         * configure.ac
15428         * doc/src/rfc2231.txt
15429         * src/procmime.c
15430         * src/common/quoted-printable.c
15431         * src/common/utils.c
15432         * src/common/utils.h
15433                 sync with HEAD
15434
15435 2004-10-27 [paul]       0.9.12cvs134.1
15436
15437         * configure.ac
15438         * src/main.c
15439         * src/procmime.c
15440         * src/plugins/pgpmime/pgpmime.c
15441                 sync with HEAD
15442
15443 2004-10-26 [paul]       0.9.12cvs132.3
15444
15445         * src/account.c
15446         * src/addressbook.c
15447         * src/addrgather.c
15448         * src/addrharvest.c
15449         * src/codeconv.c
15450         * src/compose.c
15451         * src/customheader.c
15452         * src/editaddress.c
15453         * src/editgroup.c
15454         * src/enriched.c
15455         * src/expldifdlg.c
15456         * src/exporthtml.c
15457         * src/exportldif.c
15458         * src/folder.c
15459         * src/foldersel.c
15460         * src/folderview.c
15461         * src/grouplistdialog.c
15462         * src/html.c
15463         * src/imap.c
15464         * src/jpilot.c
15465         * src/ldapserver.c
15466         * src/ldif.c
15467         * src/mimeview.c
15468         * src/news.c
15469         * src/news_gtk.c
15470         * src/pop.c
15471         * src/prefs_display_header.c
15472         * src/prefs_gtk.c
15473         * src/prefs_msg_colors.c
15474         * src/prefs_toolbar.c
15475         * src/procheader.c
15476         * src/procmime.c
15477         * src/summaryview.c
15478         * src/textview.c
15479         * src/toolbar.c
15480         * src/vcard.c
15481         * src/common/mgutils.c
15482         * src/common/nntp.c
15483         * src/common/smtp.c
15484         * src/common/template.c
15485         * src/common/utils.c
15486         * src/common/xmlprops.c
15487         * src/plugins/pgpmime/pgpmime.c
15488         * src/plugins/pgpmime/select-keys.c
15489         * src/plugins/pgpmime/sgpgme.c
15490                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15491                 g_string_sprintfa(), gtk_notebook_current_page()
15492
15493 2004-10-26 [colin]      0.9.12cvs132.2
15494
15495         * src/prefs_folder_item.c
15496                 Fix default-account selection
15497
15498 2004-10-21 [colin]      0.9.12cvs133
15499
15500         * src/compose.c
15501                 Sync with HEAD (Remove extra separator in compose's Options)
15502         * src/textview.c
15503                 Set wrapping to char
15504
15505 2004-10-21 [paul]       0.9.12cvs131.2
15506
15507         * src/compose.c
15508         * src/sourcewindow.c
15509                 fix wrapping
15510                 fix window shrinking 
15511
15512 2004-10-21 [colin]      0.9.12cvs131.1
15513
15514         * ChangeLog.claws
15515         * src/compose.c
15516                 Sync with HEAD
15517
15518 2004-10-21 [paul]       0.9.12cvs130.2
15519
15520         * src/prefs_folder_item.c
15521                 sync with HEAD (Apply to subfolders)
15522
15523 2004-10-19 [colin]      0.9.12cvs130.1
15524
15525         * ChangeLog.claws
15526         * src/compose.c
15527         * src/common/utils.c
15528         * src/gtk/menu.c
15529                 Sync with HEAD
15530
15531 2004-10-19 [colin]      0.9.12cvs128.1
15532
15533         * src/addrbook.c
15534         * src/addrcache.c
15535         * src/addressbook.c
15536         * src/codeconv.c
15537         * src/compose.c
15538         * src/customheader.c
15539         * src/editaddress.c
15540         * src/editgroup.c
15541         * src/exporthtml.c
15542         * src/folder.c
15543         * src/folderview.c
15544         * src/imap.c
15545         * src/jpilot.c
15546         * src/main.c
15547         * src/matcher_parser_parse.y
15548         * src/mbox.c
15549         * src/pop.c
15550         * src/prefs_account.c
15551         * src/prefs_gtk.c
15552         * src/prefs_msg_colors.c
15553         * src/procheader.c
15554         * src/procmime.c
15555         * src/procmime.h
15556         * src/procmsg.c
15557         * src/summaryview.c
15558         * src/textview.c
15559         * src/common/base64.c
15560         * src/common/partial_download.c
15561         * src/common/socket.c
15562         * src/common/sylpheed.c
15563         * src/common/utils.c
15564         * src/common/utils.h
15565         * src/gtk/pluginwindow.c
15566         * src/gtk/quicksearch.c
15567         * src/plugins/clamav/clamav_plugin.c
15568         * src/plugins/clamav/clamav_plugin.h
15569         * src/plugins/clamav/clamav_plugin_gtk.c
15570         * src/plugins/pgpmime/passphrase.c
15571         * src/plugins/pgpmime/pgpmime.c
15572         * src/plugins/pgpmime/plugin.c
15573         * src/plugins/pgpmime/prefs_gpg.c
15574         * src/plugins/pgpmime/prefs_gpg.h
15575         * src/plugins/pgpmime/select-keys.c
15576         * src/plugins/pgpmime/sgpgme.c
15577         * src/plugins/spamassassin/libspamc.c
15578         * src/plugins/spamassassin/spamassassin.c
15579         * src/plugins/spamassassin/spamassassin.h
15580         * src/plugins/spamassassin/spamassassin_gtk.c
15581         * src/plugins/trayicon/trayicon.c
15582         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15583                 Sync with HEAD
15584
15585 2004-10-14 [colin]      0.9.12cvs126.2
15586
15587         * src/codeconv.c
15588         * src/textview.c
15589                 Fix conv_unreadable_locale
15590
15591 2004-10-13 [colin]      0.9.12cvs126.1
15592
15593         * src/compose.c
15594                 Sync with HEAD (don't convert charset for 
15595                 drafted messages, minor cleanup)
15596
15597 2004-10-13 [colin]      0.9.12cvs125.1
15598
15599         * po/POTFILES.in
15600                 Sync with HEAD (POTFILES fix)
15601
15602 2004-10-12 [colin]      0.9.12cvs124.3
15603
15604         * src/compose.c
15605                 Fix encoding bug from latest sync
15606
15607 2004-10-12 [paul]       0.9.12cvs124.2
15608
15609         * src/plugins/pgpmime/prefs_gpg.c
15610         * src/plugins/pgpmime/prefs_gpg.h
15611                 forgotten in last commit        
15612
15613 2004-10-12 [paul]       0.9.12cvs124.1
15614
15615         * ChangeLog.claws
15616         * configure.ac
15617         * m4/spamassassin.m4
15618         * src/Makefile.am
15619         * src/account.c
15620         * src/compose.c
15621         * src/compose.h
15622         * src/crash.c
15623         * src/main.c
15624         * src/mimeview.c
15625         * src/passphrase.c
15626         * src/passphrase.h
15627         * src/prefs_account.c
15628         * src/prefs_account.h
15629         * src/prefs_common.c
15630         * src/privacy.c
15631         * src/privacy.h
15632         * src/procmime.c
15633         * src/procmime.h
15634         * src/procmsg.c
15635         * src/rfc2015.c
15636         * src/rfc2015.h
15637         * src/select-keys.c
15638         * src/select-keys.h
15639         * src/textview.c
15640         * src/common/utils.c
15641         * src/common/utils.h
15642         * src/gtk/about.c
15643         * src/plugins/pgpmime/Makefile.am
15644         * src/plugins/pgpmime/passphrase.c
15645         * src/plugins/pgpmime/passphrase.h
15646         * src/plugins/pgpmime/pgpmime.c
15647         * src/plugins/pgpmime/plugin.c
15648         * src/plugins/pgpmime/select-keys.c
15649         * src/plugins/pgpmime/select-keys.h
15650         * src/plugins/pgpmime/sgpgme.c
15651         * src/plugins/pgpmime/sgpgme.h
15652                 sync with HEAD
15653
15654 2004-10-04 [colin]      0.9.12cvs122.1
15655
15656         * src/mainwindow.c
15657         * src/messageview.c
15658         * src/messageview.h
15659         * src/textview.c
15660                 Sync with HEAD
15661
15662 2004-10-04 [colin]      0.9.12cvs121.1
15663
15664         * src/summaryview.c
15665                 Sync with HEAD
15666
15667 2004-10-04 [paul]       0.9.12cvs120.1
15668
15669         * configure.ac
15670                 sync with HEAD [don't try to build 
15671                 pgpmime plugin when gpgme is disabled]
15672
15673 2004-10-03 [colin]      0.9.12cvs119.3
15674
15675         * src/gtk/gtksctree.c
15676                 Lots of side effects. Put back as before 117.2.
15677         * src/summaryview.c
15678                 Fix bug #602
15679
15680 2004-10-03 [colin]      0.9.12cvs119.2
15681
15682         * src/gtk/gtksctree.c
15683                 Revert 608 fix that doesn't work that good
15684
15685 2004-10-02 [colin]      0.9.12cvs119.1
15686
15687         * src/mainwindow.c
15688         * src/messageview.c
15689         * src/prefs_common.h
15690         * src/procmime.c
15691         * src/procmime.h
15692         * src/textview.c
15693                 Sync with HEAD
15694         * src/gtk/gtksctree.c
15695                 Close bug #608
15696
15697 2004-10-01 [colin]      0.9.12cvs118.1
15698
15699         * src/mimeview.c
15700                 Sync with HEAD (better Save All fix)
15701
15702 2004-10-01 [colin]      0.9.12cvs117.2
15703
15704         * src/gtk/gtksctree.c
15705                 Faster on selection
15706
15707 2004-10-01 [colin]      0.9.12cvs117.1
15708
15709         * src/mimeview.c
15710                 Sync with HEAD (Save All: only attachments)
15711
15712 2004-10-01 [paul]       0.9.12cvs116.1
15713
15714         * ChangeLog.claws
15715         * configure.ac
15716         * src/account.c
15717         * src/prefs_common.c
15718         * src/gtk/colorlabel.c
15719                 sync with HEAD
15720
15721 2004-09-30 [colin]      0.9.12cvs115.1
15722
15723         * src/stock_pixmap.c
15724         * src/stock_pixmap.h
15725         * src/folderview.c
15726         * src/Makefile.am
15727         * src/pixmaps/read.xpm
15728                 Sync with HEAD (new pixmap)
15729
15730 2004-09-29 [colin]      0.9.12cvs114.1
15731
15732         * src/compose.c
15733                 Sync with HEAD
15734                 Fix focus handling in headers
15735
15736 2004-09-29 [paul]       0.9.12cvs113.1
15737
15738         * src/quote_fmt_parse.y
15739                 sync with HEAD
15740  
15741
15742 2004-09-28 [colin]      0.9.12cvs112.1
15743
15744         * src/folderview.c
15745         * src/mainwindow.c
15746                 Sync with HEAD
15747
15748 2004-09-28 [colin]      0.9.12cvs110.1
15749
15750         * src/folderview.c
15751                 Sync with HEAD (Contextual Empty trash menu)
15752
15753 2004-09-28 [colin]      0.9.12cvs108.1
15754
15755         * src/addressbook.c
15756                 Sync with HEAD (addressbook edit on double-click)
15757
15758 2004-09-28 [colin]      0.9.12cvs106.1
15759
15760         * src/inc.c
15761                 Sync with HEAD (folder_item freeze on inc)
15762
15763 2004-09-27 [colin]      0.9.12cvs105.1
15764
15765         * src/folderview.c
15766                 Sync with HEAD (right-align new and unread column)
15767
15768 2004-09-27 [colin]      0.9.12cvs104.1
15769
15770         * src/main.c
15771                 Sync with HEAD (revert 0.9.12cvs101)
15772
15773 2004-09-24 [colin]      0.9.12cvs103.2
15774
15775         * src/wizard.c
15776                 Fix gtk warnings and use domain part of the email address 
15777                 when domain detection fails (no dot in domain name)
15778
15779 2004-09-23 [colin]      0.9.12cvs103.1
15780
15781         * src/plugins/spamassassin/libspamc.c
15782         * src/plugins/spamassassin/libspamc.h
15783         * src/plugins/spamassassin/utils.c
15784         * src/plugins/spamassassin/utils.h
15785                 Sync with HEAD (Update spamassassin to 3.0)
15786
15787 2004-09-21 [colin]      0.9.12cvs102.3
15788
15789         * src/action.c
15790                 Add horizontal scrollbar in action io dialog as needed
15791                 Patch by Alfons.
15792
15793 2004-09-20 [colin]      0.9.12cvs102.2
15794
15795         * src/plugins/image_viewer/viewer.c
15796                 Remove imlib stuff
15797                 use gtk_pixmap_set when clearing
15798                 (would be better to use gtkImages, but causes size-allocate 
15799                 signals storm)
15800
15801 2004-09-17 [paul]       0.9.12cvs102.1
15802
15803         * ChangeLog
15804         * ChangeLog.claws
15805         * ChangeLog.jp
15806         * configure.ac
15807         * src/inc.c
15808                 sync with HEAD
15809
15810
15811 2004-09-17 [colin]      0.9.12cvs101.1
15812
15813         * ChangeLog.claws
15814         * src/main.c
15815                 Sync with HEAD (fix segs at exit)
15816
15817 2004-09-14 [colin]      0.9.12cvs99.5
15818
15819         * src/common/socket.c
15820         * AUTHORS
15821                 Fix send error on 64bit platforms
15822                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15823
15824 2004-09-14 [colin]      0.9.12cvs99.4
15825
15826         * src/action.c
15827                 Fix action output with utf8 
15828                 Patch by Alfons.
15829
15830 2004-09-14 [colin]      0.9.12cvs99.3
15831
15832         * ChangeLog.claws
15833         * src/folder.c
15834                 Sync with HEAD
15835
15836 2004-09-09 [colin]      0.9.12cvs99.2
15837
15838         * src/action.c
15839                 Fix progress bar (displaying "Completed %v/%u")
15840                 Patch by Alfons.
15841
15842 2004-09-08 [colin]      0.9.12cvs99.1
15843
15844         * src/account.c
15845         * src/folder.c
15846         * src/procmsg.c
15847         * src/procmsg.h
15848         * src/plugins/pgpmime/pgpmime.c
15849                 Sync with HEAD
15850
15851 2004-09-08 [colin]      0.9.12cvs97.2
15852
15853         * src/summaryview.c
15854                 Don't select mails in collapsed threads 
15855                 when navigating with up/down
15856
15857 2004-09-07 [colin]      0.9.12cvs97.1
15858
15859         * src/inc.c
15860                 Sync with HEAD (meaningful error messages)
15861
15862 2004-09-06 [colin]      0.9.12cvs96.1
15863
15864         * src/toolbar.c
15865                 Sync with HEAD (fix Redirect graying out)
15866
15867 2004-09-06 [colin]      0.9.12cvs95.1
15868
15869         * src/summaryview.c
15870         * src/mimeview.c
15871                 Sync with HEAD (fix dropped URIs)
15872
15873 2004-09-06 [colin]      0.9.12cvs94.1
15874
15875         * src/addressbook.c
15876         * src/addressitem.h
15877         * src/addritem.c
15878         * src/addritem.h
15879                 Sync with HEAD (addressbook DnD)
15880
15881 2004-09-03 [colin]      0.9.12cvs93.1
15882
15883         * src/summaryview.c
15884                 Sync with HEAD (next/prev unread)
15885
15886 2004-09-03 [colin]      0.9.12cvs92.1
15887
15888         * src/prefs_common.c
15889         * src/prefs_common.h
15890         * src/summaryview.c
15891                 Sync with HEAD ('mark_as_read_delay' pref)
15892
15893 2004-09-02 [colin]      0.9.12cvs91.2
15894
15895         * src/common/xml.c
15896                 Fix leak
15897
15898 2004-09-02 [colin]      0.9.12cvs91.1
15899
15900         * src/gtk/menu.c
15901                 Sync with HEAD (menu accel don't work, but whatever)
15902
15903 2004-09-02 [colin]      0.9.12cvs90.1
15904
15905         * src/account.c
15906                 Sync with HEAD (fix bug 582)
15907
15908 2004-09-02 [colin]      0.9.12cvs89.1
15909
15910         * src/addrindex.c
15911                 Sync with HEAD (free deleted queries)
15912
15913 2004-09-02 [colin]      0.9.12cvs88.1
15914
15915         * src/ldapquery.c
15916                 Sync with HEAD (fix LDAP freezes)
15917
15918 2004-09-02 [colin]      0.9.12cvs87.1
15919
15920         * src/prefs_spelling.c
15921                 Sync with HEAD (add default dictionary)
15922
15923 2004-09-01 [colin]      0.9.12cvs86.1
15924
15925         * src/filtering.c
15926         * src/folderview.c
15927         * src/imap.c
15928         * src/prefs_matcher.c
15929         * src/stock_pixmap.c
15930         * src/summary_search.c
15931         * src/summaryview.c
15932         * src/wizard.c
15933         * src/wizard.h
15934                 Sync with HEAD (uninitialized vars fixes)
15935                 + gtk2 specific warning fixes
15936
15937 2004-08-31 [colin]      0.9.12cvs85.1
15938
15939         * src/folder.c
15940                 Sync with HEAD (Fix memory corruption due to 
15941                 uninitialized var)
15942
15943 2004-08-31 [colin]      0.9.12cvs84.4
15944
15945         * src/summary_search.c
15946                 Fix segfaults when searching in folders with broken headers
15947
15948 2004-08-31 [colin]      0.9.12cvs84.3
15949
15950         * src/compose.c
15951         * src/textview.c
15952                 Fix some more encoding/decoding issues
15953
15954 2004-08-30 [colin]      0.9.12cvs84.2
15955
15956         * src/mimeview.c
15957         * src/prefs_themes.c
15958         * src/gtk/filesel.c
15959         * src/gtk/filesel.h
15960                 Add a folder-mode selection (fixes mimeview's "Save all")
15961
15962 2004-08-29 [colin]      0.9.12cvs84.1
15963
15964         * src/mimeview.c
15965                 Sync with HEAD (don't escape saved filenames)
15966
15967 2004-08-27 [colin]      0.9.12cvs83.1
15968
15969         * ChangeLog
15970         * ChangeLog.claws
15971         * ChangeLog.jp
15972         * src/mh.c
15973         * src/procheader.c
15974         * src/procmsg.c
15975         * src/procmsg.h
15976         * src/common/utils.c
15977         * src/gtk/menu.h
15978         * po/
15979                 Sync with HEAD 0.9.12cvs83 (sync with main)
15980
15981 2004-08-26 [colin]      0.9.12cvs82.4
15982
15983         * src/codeconv.c
15984                 Fix strange stack corruption
15985                 Convert to utf8 after unmime, not before
15986
15987 2004-08-26 [colin]      0.9.12cvs82.3
15988
15989         * src/main.c
15990         * src/wizard.c
15991                 Fix account folders duplication
15992
15993 2004-08-25 [colin]      0.9.12cvs82.2
15994
15995         * src/wizard.c
15996                 Remove ports
15997                 Add SSL selection
15998                 Use login@server as account name
15999
16000 2004-08-25 [colin]      0.9.12cvs82.1
16001
16002         * src/plugins/pgpmime/pgpmime.c
16003                 Sync with HEAD (leak fix).
16004
16005 2004-08-25 [colin]      0.9.12cvs81.1
16006
16007         * src/plugins/pgpmime/pgpmime.c
16008         * src/plugins/pgpmime/sgpgme.c
16009         * src/plugins/pgpmime/sgpgme.h
16010                 Sync with HEAD (Handle combined messages).
16011
16012 2004-08-24 [colin]      0.9.12cvs80.3
16013
16014         * src/wizard.c
16015                 Fix full name, ports, and imap
16016
16017 2004-08-24 [colin]      0.9.12cvs80.2
16018
16019         * src/Makefile.am
16020         * src/main.c
16021         * src/setup.c
16022         * src/setup.h
16023         * src/stock_pixmap.c
16024         * src/stock_pixmap.h
16025         * src/wizard.c ** ADDED **
16026         * src/wizard.h ** ADDED ** 
16027         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16028                 Add a setup wizard 
16029
16030 2004-08-24 [colin]      0.9.12cvs80.1
16031
16032         * src/folder.c
16033                 Sync with HEAD (set mimeflags on all messages)
16034
16035 2004-08-24 [colin]      0.9.12cvs79.3
16036
16037         * src/matcher_parser_lex.l
16038                 Fix 8bits strings not in utf8
16039
16040 2004-08-24 [colin]      0.9.12cvs79.2
16041
16042         * src/compose.c
16043                 Check conversion result before replacing buffer
16044
16045 2004-08-23 [colin]      0.9.12cvs79.1
16046
16047         * src/compose.c
16048                 Sync with HEAD (create message header in memory)
16049
16050 2004-08-23 [colin]      0.9.12cvs78.1
16051
16052         * src/rfc2015.c
16053         * src/rfc2015.h
16054                 Sync with HEAD (fix bug 197 again)
16055
16056 2004-08-23 [colin]      0.9.12cvs77.3
16057
16058         * src/compose.c
16059                 Fix again inline gpg signing (which outputs utf8
16060                 in gtk2). Not syncing this fix to HEAD as this 
16061                 code is meant to die.
16062
16063 2004-08-23 [colin]      0.9.12cvs77.2
16064
16065         * src/prefs_account.h
16066                 Remove useless include
16067
16068 2004-08-23 [colin]      0.9.12cvs77.1
16069
16070         * src/imap.c
16071         * po/es.po
16072         * po/fr.po
16073         * po/it.po
16074         * po/pl.po
16075         * po/pt_BR.po
16076         * po/sk.po
16077         * po/sr.po
16078                 Sync with HEAD (fix bug 577)
16079
16080 2004-08-22 [colin]      0.9.12cvs76.1
16081
16082         * src/plugins/trayicon/trayicon.c
16083                 Sync with HEAD (fix formatting bug)
16084
16085 2004-08-21 [colin]      0.9.12cvs74.2
16086
16087         * src/gtk/colorsel.c
16088                 Fix bug 564 (Folder color selection window exits on any
16089                 keypress)
16090
16091 2004-08-21 [colin]      0.9.12cvs74.1
16092
16093         * ChangeLog.claws
16094         * src/compose.c
16095         * src/summaryview.c
16096         * src/toolbar.c
16097                 Sync with HEAD (fix bug 576)
16098
16099 2004-08-21 [colin]      0.9.12cvs70.1
16100
16101         * src/compose.c
16102         * src/mainwindow.c
16103                 Sync with HEAD
16104                 
16105
16106 2004-08-21 [paul]       0.9.12cvs66.4
16107
16108         * src/mainwindow.c
16109         * src/messageview.c
16110         * src/gtk/menu.c
16111         * src/plugins/spamassassin/spamassassin_gtk.c
16112                 remove some deprecated gtk1 functions
16113
16114
16115 2004-08-21 [colin]      0.9.12cvs66.3
16116
16117         * src/compose.c
16118         * src/codeconv.c
16119                 Fix warnings
16120                 Remove encoding hacks
16121                 Fix bug 575 (Strange character messes up message)
16122                 Don't display conversion error when drafting
16123
16124 2004-08-21 [paul]       0.9.12cvs66.2
16125
16126         * src/prefs_account.c
16127                 fix GnuPG mode bugs
16128
16129
16130 2004-08-20 [colin]      0.9.12cvs66.1
16131
16132         * src/codeconv.c
16133                 Sync with HEAD 0.9.12cvs66
16134
16135 2004-08-20 [paul]
16136
16137         * src/plugins/pgpmime/plugin.c
16138                 modify PGP/MIME plugin's description
16139
16140 2004-08-17 [colin]      0.9.12cvs65.1
16141
16142         * src/common/ssl.c
16143         * src/plugins/pgpmime/plugin.c
16144                 Sync with HEAD
16145
16146 2004-08-14 [colin]      0.9.12cvs60.3
16147
16148         * src/plugins/trayicon/trayicon.c
16149                 Put back resize callback, on size-request signal
16150                 rather than size-allocate to avoid infinite 
16151                 callback loop
16152
16153 2004-08-13 [colin]      0.9.12cvs60.2
16154
16155         * src/common/defs.h
16156                 Cache versions have been fixed
16157
16158 2004-08-13 [colin]      0.9.12cvs60.1
16159
16160         * src/folderutils.c
16161                 Sync with HEAD
16162
16163 2004-08-12 [colin]      0.9.12cvs59.1
16164
16165         * src/plugins/trayicon/trayicon.c
16166                 Sync with HEAD
16167
16168 2004-08-12 [colin]      0.9.12cvs57.5
16169
16170         * sylpheed.desktop
16171         * configure.ac
16172         * src/Makefile.am
16173         * src/main.c
16174                 Add support for Freedesktop.org's startup notification
16175
16176 2004-08-11 [colin]      0.9.12cvs57.4
16177
16178         * src/textview.c
16179                 Fix off-by-one
16180
16181 2004-08-11 [colin]      0.9.12cvs57.3
16182
16183         * src/message_search.c
16184         * src/summary_search.c
16185                 Make searches case insensitive by default
16186         * src/textview.c
16187                 Fix case-insensitive search in message
16188
16189 2004-08-11 [colin]      0.9.12cvs57.2
16190
16191         * src/summary_search.c
16192                 Let case-sensitive be specified
16193
16194 2004-08-10 [colin]      0.9.12cvs55.4
16195
16196         * src/common/socket.c
16197                 Fix the possible race condition
16198
16199 2004-08-09 [paul]       0.9.12cvs55.3
16200
16201         * configure.ac
16202         * src/Makefile.am
16203         * src/common/Makefile.am
16204                 sync with HEAD
16205
16206
16207 2004-08-09 [paul]       0.9.12cvs55.2
16208
16209         * autogen.sh
16210         * po/poconv.sh
16211                 remove unneeded script
16212
16213         * configure.ac
16214                 add forgotten USE_LDAP_TLS (sync with HEAD)
16215
16216
16217 2004-08-09 [colin]      0.9.12cvs55.1
16218
16219         * src/main.c
16220         * src/common/ssl.c
16221         * src/common/sylpheed.c
16222         * src/common/sylpheed.h
16223                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16224
16225 2004-08-09 [paul]       0.9.12cvs54.1
16226
16227         * ChangeLog
16228         * ChangeLog.claws
16229         * ChangeLog.jp
16230         * configure.ac
16231         * po/POTFILES.in
16232         * src/Makefile.am
16233         * src/folderutils.c
16234         * src/main.c
16235         * src/pgpmime.c
16236         * src/pgpmime.h
16237         * src/sgpgme.c
16238         * src/sgpgme.h
16239         * src/plugins/Makefile.am
16240         * src/plugins/pgpmime/.cvsignore
16241         * src/plugins/pgpmime/Makefile.am
16242         * src/plugins/pgpmime/pgpmime.c
16243         * src/plugins/pgpmime/pgpmime.h
16244         * src/plugins/pgpmime/plugin.c
16245         * src/plugins/pgpmime/sgpgme.c
16246         * src/plugins/pgpmime/sgpgme.h
16247                 sync with HEAD
16248
16249 2004-08-08 [paul]       0.9.12cvs51.1
16250
16251         * configure.ac
16252         * src/folder.c
16253                 sync with HEAD
16254
16255 2004-08-07 [colin]      0.9.12cvs50.1
16256
16257         * src/pop.c
16258         * src/common/partial_download.c
16259                 fix warnings (sync from HEAD)
16260
16261 2004-08-07 [colin]      0.9.12cvs48.1
16262
16263         * src/prefs_folder_item.c
16264                 sync with HEAD 0.9.12cvs48
16265
16266 2004-08-06 [colin]      0.9.12cvs47.1
16267
16268         * src/compose.c
16269                 Sync with HEAD
16270
16271 2004-08-06 [christoph]  0.9.12cvs46.2
16272
16273         * src/main.c
16274         * src/plugins/clamav/clamav_plugin_gtk.c
16275         * src/plugins/dillo_viewer/dillo_viewer.c
16276         * src/plugins/image_viewer/plugin.c
16277         * src/plugins/mathml_viewer/mathml_viewer.c
16278         * src/plugins/spamassassin/spamassassin_gtk.c
16279         * src/plugins/trayicon/trayicon.c
16280                 don't mix GTK1.2 plugin with GTK2 plugins
16281
16282 2004-08-06 [colin]      0.9.12cvs46.1
16283
16284         * ChangeLog
16285         * ChangeLog.claws
16286         * ChangeLog.jp
16287         * configure.ac
16288         * sylpheed-claws.pc.in
16289         * src/folder.c
16290         * src/imap.c
16291         * src/localfolder.c
16292         * src/messageview.c
16293         * src/mimeview.c
16294         * src/mimeview.h
16295         * src/msgcache.c
16296         * src/news.c
16297         * src/prefs_ext_prog.c
16298         * src/prefs_folder_item.c
16299         * src/prefs_fonts.c
16300         * src/prefs_msg_colors.c
16301         * src/prefs_spelling.c
16302         * src/prefs_themes.c
16303         * src/prefs_toolbar.c
16304         * src/prefs_wrapping.c
16305         * src/procmime.h
16306         * src/common/defs.h
16307         * src/common/nntp.c
16308         * src/common/session.c
16309         * src/common/session.h
16310         * src/common/socket.c
16311         * src/common/utils.h
16312         * src/common/xml.c
16313         * src/common/xml.h
16314         * src/gtk/prefswindow.c
16315         * src/gtk/prefswindow.h
16316         * src/plugins/clamav/clamav_plugin_gtk.c
16317         * src/plugins/dillo_viewer/dillo_prefs.c
16318         * src/plugins/image_viewer/viewerprefs.c
16319         * src/plugins/spamassassin/spamassassin_gtk.c
16320         * m4/openssl.m4 *** REMOVED ***
16321                 Sync with HEAD 0.9.12cvs46
16322
16323 2004-08-03 [paul]       0.9.12cvs40.2
16324
16325         * src/action.c
16326         * src/addressadd.c
16327         * src/addressbook.c
16328         * src/addrgather.c
16329         * src/browseldap.c
16330         * src/compose.c
16331         * src/crash.c
16332         * src/editaddress.c
16333         * src/editgroup.c
16334         * src/editldap_basedn.c
16335         * src/foldersel.c
16336         * src/importldif.c
16337         * src/mimeview.c
16338         * src/prefs_common.c
16339         * src/prefs_template.c
16340         * src/sourcewindow.c
16341         * src/summaryview.c
16342         * src/gtk/about.c
16343         * src/gtk/foldersort.c
16344         * src/gtk/logwindow.c
16345         * src/gtk/pluginwindow.c
16346         * src/gtk/prefswindow.c
16347                 change all gtk_scrolled_window_set_policy from 
16348                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16349
16350 2004-08-02 [paul]       0.9.12cvs40.1
16351
16352         * AUTHORS
16353                 update translation team section
16354         * po/pt_BR.po
16355                 updated by Frederico Goncalves Guimaraes
16356                 <fggdebian@yahoo.com.br>
16357
16358 2004-07-31 [colin]      0.9.12cvs39.9
16359
16360         * src/exphtmldlg.c
16361                 Fix compilation
16362
16363 2004-07-31 [colin]      0.9.12cvs39.8
16364
16365         * src/exphtmldlg.c
16366                 Fix an alertpanel type
16367
16368 2004-07-30 [colin]      0.9.12cvs39.7
16369
16370         * src/alertpanel.c
16371                 Fix alertpanel_error_log's icon
16372
16373 2004-07-30 [colin]      0.9.12cvs39.6
16374
16375         * src/pop.c
16376                 Two of them should still be warnings
16377
16378 2004-07-30 [colin]      0.9.12cvs39.5
16379
16380         * src/pop.c
16381                 More warning -> error
16382 2004-07-29 [colin]      0.9.12cvs39.4
16383
16384         * src/pop.c
16385                 Warning -> error
16386
16387 2004-07-29 [colin]      0.9.12cvs39.3
16388
16389         * src/prefs_matcher.c
16390                 Fix segfault
16391
16392 2004-07-29 [colin]      0.9.12cvs39.2
16393
16394         * src/alertpanel.c
16395                 More nice-looking alertpanels
16396
16397 2004-07-29 [colin]      0.9.12cvs39.1
16398
16399         * src/messageview.c
16400                 sync with head
16401                 (inform user when partial mail is deleted on server)
16402
16403 2004-07-29 [colin]      0.9.12cvs38.1
16404
16405         * src/messageview.c
16406                 sync with head
16407
16408 2004-07-28 [paul]       0.9.12cvs37.7
16409
16410         * src/mainwindow.c
16411                 complete the replacement of deprecated gtk_progress_*
16412
16413 2004-07-28 [paul]       0.9.12cvs37.6
16414
16415         * src/action.c
16416         * src/inc.c
16417         * src/mainwindow.c
16418         * src/send_message.c
16419         * src/gtk/progressdialog.c
16420         * src/gtk/progressdialog.h
16421                 replace deprecated gtk_progress_*
16422
16423 2004-07-28 [paul]       0.9.12cvs37.5
16424
16425         * src/gtk/filesel.c
16426                 remove gtk_window_set_wmclass()
16427 2004-07-28 [paul]       0.9.12cvs37.4
16428
16429         * src/addressbook.c
16430         * src/compose.c
16431         * src/foldersel.c
16432         * src/mainwindow.c
16433         * src/messageview.c
16434         * src/sourcewindow.c
16435         * src/gtk/logwindow.c
16436                 remove gtk_window_set_wmclass()
16437                 
16438         * src/prefs_filtering.c
16439         * src/prefs_filtering_action.c
16440         * src/prefs_fonts.c
16441         * src/prefs_gtk.c
16442         * src/prefs_matcher.c
16443         * src/ssl_manager.c
16444         * src/gtk/prefswindow.c
16445                 replace gtk_window_position()
16446
16447 2004-07-28 [colin]      0.9.12cvs37.3
16448
16449         * src/alertpanel.c
16450         * src/alertpanel.h
16451                 Add a way to specify panel type for specific
16452                 panels (alertpanel())
16453         * src/account.c
16454         * src/addressbook.c
16455         * src/compose.c
16456         * src/expldifdlg.c
16457         * src/main.c
16458         * src/messageview.c
16459         * src/summaryview.c
16460         * src/textview.c
16461         * src/gtk/sslcertwindow.c
16462                 Fix alertpanel()s so that their icon match
16463                 their real type
16464
16465 2004-07-28 [paul]       0.9.12cvs37.2
16466
16467         * src/addr_compl.c
16468         * src/addressbook.c
16469         * src/alertpanel.c
16470         * src/compose.c
16471         * src/export.c
16472         * src/foldersel.c
16473         * src/folderview.c
16474         * src/grouplistdialog.c
16475         * src/import.c
16476         * src/mainwindow.c
16477         * src/message_search.c
16478         * src/messageview.c
16479         * src/passphrase.c
16480         * src/prefs_actions.c
16481         * src/prefs_common.c
16482         * src/prefs_customheader.c
16483         * src/prefs_display_header.c
16484         * src/prefs_filtering.c
16485         * src/prefs_filtering_action.c
16486         * src/prefs_gtk.c
16487         * src/prefs_matcher.c
16488         * src/prefs_msg_colors.c
16489         * src/prefs_summary_column.c
16490         * src/prefs_template.c
16491         * src/sourcewindow.c
16492         * src/ssl_manager.c
16493         * src/summary_search.c
16494         * src/gtk/colorsel.c
16495         * src/gtk/description_window.c
16496         * src/gtk/gtkaspell.c
16497         * src/gtk/inputdialog.c
16498         * src/gtk/logwindow.c
16499         * src/gtk/prefswindow.c
16500         * src/gtk/progressdialog.c
16501                 replace deprecated gtk_window_set_policy
16502
16503 2004-07-27 [colin]      0.9.12cvs37.1
16504
16505         * src/msgcache.c
16506                 More fixes (synced for head again)
16507
16508 2004-07-27 [colin]      0.9.12cvs35.3
16509
16510         * src/msgcache.c
16511                 Fix wrong test
16512
16513 2004-07-27 [colin]      0.9.12cvs35.2
16514
16515         * src/mimeview.c
16516                 Fix width a bit (by Paul)
16517         * src/alertpanel.c
16518         * src/alertpanel.h
16519                 Specialize icons, make alertpanel_message()
16520                 private
16521         * src/message_search.c
16522         * src/sgpgme.c
16523         * src/summary_search.c
16524                 Suit alertpanel changes
16525
16526 2004-07-27 [colin]      0.9.12cvs35.1
16527
16528         * src/alertpanel.c
16529                 Add an icon
16530         * src/passphrase.c
16531                 Add debug output - maybe someone will
16532                 want to look at the problem with Grab
16533                 Input :)
16534         Bump version as we're synced with HEAD
16535
16536 2004-07-26 [colin]      0.9.12cvs33.26
16537
16538         * src/pop.c
16539                 Fix uidl-file parsing when not in new
16540                 format
16541
16542 2004-07-26 [colin]      0.9.12cvs33.25
16543
16544         * src/gtk/menu.c
16545                 Move popup menu up if necessary (fixes 
16546                 account selector)
16547         * src/mainwindow.c
16548                 Set account selector's button height to
16549                 minimum
16550
16551 2004-07-26 [colin]      0.9.12cvs33.24
16552
16553         * src/alertpanel.c
16554                 Maybe fix 551 (Truncated font in alert window)
16555
16556 2004-07-26 [colin]      0.9.12cvs33.23
16557
16558         * po/de.po
16559         * po/es.po
16560         * po/fr.po
16561         * po/it.po
16562         * po/ja.po
16563         * po/pl.po
16564         * po/ru.po
16565         * po/sk.po
16566         * po/sr.po
16567         * po/zh_CN.po
16568                 Sync po files with HEAD
16569
16570 2004-07-26 [paul]       0.9.12cvs33.22
16571
16572         * src/compose.c
16573                 fix Bug 556 'Organisation-header is sent even if empty'
16574
16575 2004-07-24 [colin]      0.9.12cvs33.21
16576
16577         * src/compose.c
16578         * src/gtk/gtkaspell.c
16579         * src/gtk/gtkaspell.h
16580                 Fix speller accelerators (require hack)
16581
16582 2004-07-24 [colin]      0.9.12cvs33.20
16583
16584         * src/gtk/gtkaspell.c
16585                 Fix over-eager code deletion breaking
16586                 Check while typing
16587
16588 2004-07-24 [colin]      0.9.12cvs33.19
16589
16590         * src/browseldap.c
16591         * src/ldapctrl.c
16592         * src/ldapctrl.h
16593         * src/ldapserver.h
16594                 Sync ldap with HEAD
16595         (Fixes 546 LDAP completely broken)
16596
16597 2004-07-24 [colin]      0.9.12cvs33.18
16598
16599         * src/prefs_msg_colors.c
16600                 Fix prototype mismatch
16601         (Fixes 547 void function cannot return value)
16602
16603 2004-07-24 [colin]      0.9.12cvs33.17
16604
16605         * src/mainwindow.c
16606                 Fix sort going back to previous sort key
16607                 when changing sort direction
16608
16609 2004-07-24 [colin]      0.9.12cvs33.16
16610
16611         * src/compose.c
16612                 Fix space insertion when re-wrapping at 
16613                 cursor point
16614
16615 2004-07-24 [colin]      0.9.12cvs33.15
16616
16617         * src/gtk/gtkaspell.c
16618                 Don't change cursor position in insert-text
16619                 callback
16620         (Fixes 539 Word wrapping on input transposes letters)
16621
16622 2004-07-24 [colin]      0.9.12cvs33.14
16623
16624         * src/gtk/gtkaspell.c
16625                 Reencode non-ascii chars to dictionary's
16626                 encoding
16627         (Fixes 544 Spell check broken non english locale)
16628
16629 2004-07-24 [colin]      0.9.12cvs33.13
16630
16631         * src/summaryview.c
16632                 Fix Shift+Down, add Home/End/PgUp/PgDown
16633
16634 2004-07-21 [colin]      0.9.12cvs33.12
16635
16636         * src/prefs_common.c
16637                 Fix a gtk warning (Patch by Andrej Kacian)
16638
16639 2004-07-21 [colin]      0.9.12cvs33.11
16640
16641         * src/gtk/filesel.c
16642                 More check
16643
16644 2004-07-21 [colin]      0.9.12cvs33.10
16645
16646         * src/compose.c
16647         * src/crash.c
16648         * src/export.c
16649         * src/import.c
16650         * src/messageview.c
16651         * src/mimeview.c
16652         * src/prefs_spelling.c
16653         * src/prefs_themes.c
16654         * src/summaryview.c
16655         * src/gtk/filesel.c
16656         * src/gtk/filesel.h
16657         * src/gtk/pluginwindow.c
16658                 Untwist open/save mode guessing logic, make
16659                 it explicit
16660
16661 2004-07-20 [colin]      0.9.12cvs33.9
16662
16663         * src/codeconv.c
16664                 conv_encode_header: src_charset is UTF-8 on
16665                 gtk2
16666         * src/compose.c
16667                 Remove double encoding of the headers
16668
16669 2004-07-20 [colin]      0.9.12cvs33.8
16670
16671         * src/codeconv.c
16672                 Fix typo
16673
16674 2004-07-20 [colin]      0.9.12cvs33.7
16675
16676         * src/mainwindow.c
16677                 Set the separated messageview to the saved
16678                 size of Claws' messageview (Patch by Alfons)
16679                 Fix a callback prototype (me)
16680
16681 2004-07-20 [colin]      0.9.12cvs33.6
16682
16683         * src/codeconv.h
16684                 Forgot one hunk in 0.9.12cvs33.4
16685
16686 2004-07-19 [colin]      0.9.12cvs33.5
16687
16688         * src/action.c
16689                 Action output fix
16690                 Patch by Alfons
16691
16692 2004-07-19 [colin]      0.9.12cvs33.4
16693
16694         * src/compose.c
16695                 Fix outgoing charset bug in headers
16696         * src/codeconv.c
16697                 Clean for glib2 - Patch by Alfons
16698
16699 2004-07-19 [colin]      0.9.12cvs33.3
16700
16701         * src/statusbar.c
16702                 Remove grip from the statusbar
16703                 Patch by Alfons
16704
16705 2004-07-19 [colin]      0.9.12cvs33.2
16706
16707         * src/messageview.c
16708         * src/textview.c
16709                 Fix messageview remembering the previous
16710                 scroll position when loading a new message
16711                 Patch by Alfons
16712
16713 2004-07-19 [colin]      0.9.12cvs33.1
16714
16715         * src/folder.h
16716         * src/folderview.c
16717         * src/summaryview.c
16718                 Sync with HEAD
16719
16720 2004-07-18 [colin]      0.9.12cvs32.7
16721
16722         * configure.ac
16723                 Remove useless check for XIM - noticed
16724                 by Alfons
16725
16726 2004-07-18 [colin]      0.9.12cvs32.6
16727
16728         * src/summaryview.c
16729                 Remove non-modified and shift-modified
16730                 accelerators in summaryview's popup
16731                 menu, as that doesn't get catched by
16732                 the accel-activate signal catcher...
16733
16734 2004-07-18 [colin]      0.9.12cvs32.5
16735
16736         * src/prefs_common.c
16737                 Define sensible default prefs for 
16738                 wrapping
16739
16740 2004-07-18 [colin]      0.9.12cvs32.4
16741
16742         * src/compose.c
16743         * src/prefs_common.c
16744         * src/prefs_common.h
16745         * src/prefs_wrapping.c
16746                 Remove Smart Wrapping pref, which does
16747                 nothing on gtk2 branch
16748
16749 2004-07-18 [colin]      0.9.12cvs32.3
16750
16751         * src/sourcewindow.c
16752                 Proper utf8
16753
16754 2004-07-18 [colin]      0.9.12cvs32.2
16755
16756         * src/compose.c
16757                 Save attachment status when drafting
16758
16759 2004-07-18 [colin]      0.9.12cvs32.1
16760
16761         * src/gtk/filesel.c
16762                 Fix erratic folder selection in open mode
16763
16764 2004-07-18 [colin]      0.9.12cvs31.11
16765
16766         * src/pop.c
16767                 Don't let partial messages get deleted
16768                 even with "dowload all"
16769                 (0.9.12cvs31.8 fix extension)
16770 2004-07-18 [colin]      0.9.12cvs31.10
16771
16772         * src/gtk/logwindow.c
16773                 Fix log scrolling
16774
16775 2004-07-18 [colin]      0.9.12cvs31.9
16776
16777         * src/common/utils.c
16778                 Fix non-utf8 strings coming from commands
16779                 and files
16780
16781 2004-07-18 [colin]      0.9.12cvs31.8
16782
16783         * src/pop.c
16784                 Fix partial download bug with Download all
16785                 messages option
16786
16787 2004-07-18 [colin]      0.9.12cvs31.7
16788
16789         * src/textview.c
16790                 Fix bug introduced in 0.9.12cvs31.2
16791                 (blocked in select mode after double click)
16792
16793 2004-07-18 [colin]      0.9.12cvs31.6
16794
16795         * src/compose.c
16796         * src/gtk/menu.c
16797                 More glib-warning fixes
16798
16799 2004-07-18 [colin]      0.9.12cvs31.5
16800
16801         * src/compose.c
16802                 Fix trashing the primary clipboard when moving 
16803                 around with tab
16804         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16805
16806 2004-07-18 [colin]      0.9.12cvs31.4
16807
16808         * src/codeconv.c
16809                 convert unencoded iso headers to utf8
16810         (Fix Bug 538 Unencoded local characters in subject make it 
16811          disappear)
16812
16813 2004-07-18 [colin]      0.9.12cvs31.3
16814
16815         * src/compose.c
16816                 Fix tab char handling in wrapping
16817         (Fix Bug 537 Line wrap problem - TAB character treated as 
16818          one character instead of 8)
16819
16820 2004-07-18 [colin]      0.9.12cvs31.2
16821
16822         * src/textview.c
16823                 return FALSE on GDK_MOTION_NOTIFY
16824         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16825          (unable to highlight))
16826
16827 2004-07-18 [colin]      0.9.12cvs31.1
16828
16829         * src/folderview.c
16830                 Sync with 0.9.12cvs31
16831
16832 2004-07-18 [colin]      0.9.12cvs30.4
16833
16834         * src/compose.c
16835                 Also block text_inserted when inserting a file
16836
16837 2004-07-18 [colin]      0.9.12cvs30.3
16838
16839         * src/compose.c
16840                 Fix smart wrapping (block text_inserted handler
16841                 while putting quotation to avoid wrap on input,
16842                 don't join lines if next is sig separator)
16843
16844 2004-07-17 [colin]      0.9.12cvs30.2
16845
16846         * src/folderview.c
16847         * src/mainwindow.c
16848         * src/mimeview.c
16849         * src/summaryview.c
16850         * src/gtk/quicksearch.c
16851         * src/gtk/quicksearch.h
16852                 Block key events handlers *and* accels while
16853                 quicksearch is focused
16854         (Fixes Bug 534 quick-search bar not accepting certain letters)
16855
16856 2004-07-17 [colin]      0.9.12cvs30.1
16857
16858         * src/folder.h
16859         * src/folderview.c
16860         * src/summaryview.c
16861                 Sync with 0.9.12cvs30
16862
16863 2004-07-17 [colin]      0.9.12cvs28.2
16864
16865         * src/mimeview.c
16866         * src/procmime.c
16867         * src/summaryview.c
16868         * src/gtk/menu.c
16869                 Squash some compile and glib warnings
16870
16871 2004-07-17 [paul]       0.9.12cvs28.1
16872
16873         * src/mimeview.c
16874                 sync with 0.9.12cvs28 HEAD
16875
16876 2004-07-16 [paul]       0.9.12cvs26.1
16877         
16878         * src/gtk/quicksearch.c
16879         * src/account.c
16880         * src/account.h
16881         * src/compose.c
16882         * src/customheader.c
16883         * src/folder_item_prefs.c
16884         * src/main.c
16885         * src/mainwindow.c
16886         * src/messageview.c
16887         * src/mimeview.c
16888         * src/news.c
16889         * src/pgpmime.c
16890         * src/pop.c
16891         * src/pop.h
16892         * src/prefs_account.c
16893         * src/prefs_account.h
16894         * src/prefs_common.c
16895         * src/prefs_common.h
16896         * src/prefs_display_header.c
16897         * src/prefs_gtk.c
16898         * src/prefs_gtk.h
16899         * src/procheader.c
16900         * src/procmime.c
16901                 sync with 0.9.12cvs26 HEAD      
16902
16903 2004-07-15 [colin]      0.9.12cvs18.14
16904
16905         * src/folder.c
16906                 Disable GPG signature check during
16907                 folder move and scan
16908         (Closes Bug 521 Signature checking slows down Folder-Move)
16909
16910 2004-07-14 [colin]      0.9.12cvs18.13
16911
16912         * src/common/partial_download.c
16913                 update includes
16914
16915 2004-07-14 [colin]      0.9.12cvs18.12
16916
16917         * src/common/partial_download.c
16918         * src/common/partial_download.h
16919                 Move doc at top, add correct copyright
16920
16921 2004-07-14 [colin]      0.9.12cvs18.11
16922
16923         * src/folder.c
16924         * src/messageview.c
16925         * src/pop.c
16926         * src/pop.h
16927         * src/procmsg.c
16928         * src/summaryview.c
16929         * src/common/Makefile.am
16930         * src/common/partial_download.c ** NEW FILES **
16931         * src/common/partial_download.h ** NEW FILES **
16932                 Move partial-download related stuff to its
16933                 own file
16934
16935 2004-07-14 [colin]      0.9.12cvs18.10
16936
16937         * src/send_message.c
16938                 Fix smtp auth when user is null or empty
16939
16940 2004-07-13 [colin]      0.9.12cvs18.9
16941
16942         * src/gtk/quicksearch.c
16943                 Use alphabetic order
16944
16945 2004-07-13 [colin]      0.9.12cvs18.8
16946
16947         * src/pop.c
16948                 Be paranoid on the checks
16949
16950 2004-07-13 [colin]      0.9.12cvs18.7
16951
16952         * src/gtk/quicksearch.c
16953                 Fix Engrish once again
16954
16955 2004-07-13 [colin]      0.9.12cvs18.6
16956
16957         * src/procmsg.c
16958         * src/summaryview.c
16959                 Mark messages for deletion when they are about to
16960                 be removed from trash
16961
16962 2004-07-13 [colin]      0.9.12cvs18.5
16963
16964         * src/matcher.c
16965         * src/matcher.h
16966         * src/matcher_parser_parse.y
16967         * src/prefs_matcher.c
16968         * src/gtk/quicksearch.c
16969                 Add 'partial' ('p') match string to find partially
16970                 downloaded messages
16971
16972 2004-07-13 [colin]      0.9.12cvs18.4
16973
16974         * src/pop.c
16975                 Fix misplaced block
16976
16977 2004-07-13 [colin]      0.9.12cvs18.3
16978
16979         * src/pop.c
16980         * src/pop.h
16981         * src/messageview.c
16982                 Refactor API (to avoid passing 5+ params and code
16983                 duplication)
16984         * src/folder.c
16985         * src/msgcache.c
16986         * src/procheader.c
16987         * src/common/defs.h
16988                 Add planned_download to cache
16989                 Don't mess uidl file when moving partially downloaded
16990                 mails (they change folder, we should change it in the
16991                 uidl list too or we'll remove an incorrect message)
16992                 (this also helps removing hacks when changing 
16993                 planned_download in messageview.c)
16994
16995 2004-07-12 [colin]      0.9.12cvs18.2
16996
16997         * src/gtk/quicksearch.c
16998                 Fix missing status update in quicksearch
16999
17000 2004-07-12 [paul]       0.9.12cvs18.1
17001
17002         * po/POTFILES.in
17003         * src/Makefile.am
17004         * src/account.c
17005         * src/codeconv.c
17006         * src/compose.c
17007         * src/inc.c
17008         * src/main.c
17009         * src/prefs_common.c
17010         * src/procmsg.h
17011         * src/toolbar.c
17012         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17013         * src/prefs_wrapping.[ch]       ** NEW FILES **
17014         * src/common/intl.h
17015         * src/common/utils.[ch]
17016         * src/gtk/quicksearch.[ch]
17017                 sync with 0.9.12cvs18 HEAD
17018
17019 2004-07-12 [colin]      0.9.11cvs17.25
17020
17021         * src/folder.c
17022         * src/folder.h
17023                 Remove unused function added by me in 0.9.11cvs17.10
17024
17025 2004-07-11 [colin]      0.9.11cvs17.24
17026
17027         * src/inc.c
17028         * src/messageview.c
17029         * src/pop.c
17030         * src/pop.h
17031                 Use folderitem and msgnum instead of filename to
17032                 know which mail to delete
17033                 Move old partial mail deletion to pop.c
17034
17035 2004-07-10 [colin]      0.9.11cvs17.23
17036
17037         * src/inc.c
17038                 Add debug
17039         * src/pop.c
17040         * src/pop.h
17041                 Don't re-use same enums for unrelated stuff: it's 
17042                 completely misleading !
17043                 Document a bit
17044
17045 2004-07-09 [colin]      0.9.11cvs17.22
17046
17047         * src/inc.c
17048                 Remove folder-type check and do
17049                 more tests to be sure everything's
17050                 ok
17051         * src/messageview.c
17052                 Punctuation update, remove useless
17053                 code, fix two warnings
17054         * src/noticeview.c
17055                 Layout cleaning, reset 2nd button
17056                 when specifying one
17057
17058 2004-07-09 [colin]      0.9.11cvs17.21
17059
17060         * src/messageview.c
17061         * src/pop.c
17062         * src/pop.h
17063                 Allow user to change his mind
17064                 and postpone decision (by
17065                 unmarking the mail)
17066
17067 2004-07-09 [colin]      0.9.11cvs17.20
17068
17069         * src/messageview.c
17070                 Fix bug with delete state
17071         * src/pop.c
17072         * src/pop.h
17073                 Fix buffer leak (fread doesn't 
17074                 terminate buffers with \0)
17075                 Refactoring (remove magic 
17076                 numbers)
17077
17078 2004-07-09 [colin]      0.9.11cvs17.19
17079
17080         * src/pop.c
17081                 Don't log "Skipping message" if 
17082                 we're going to TOP it two lines
17083                 later
17084
17085 2004-07-09 [colin]      0.9.11cvs17.18
17086
17087         * src/messageview.c
17088                 Fix Engrish
17089
17090 2004-07-09 [colin]      0.9.11cvs17.17
17091
17092         * src/pop.c
17093                 strlen checking...
17094         * src/messageview.c
17095                 refactoring a bit
17096
17097 2004-07-08 [colin]      0.9.11cvs17.16
17098
17099         * src/noticeview.c
17100         * src/noticeview.h
17101                 Add an optional second button
17102         * src/messageview.c
17103         * src/pop.c
17104         * src/pop.h
17105                 Don't delete partially received mails after a certain
17106                 time; rather, let the user decide.
17107
17108 2004-07-08 [colin]      0.9.11cvs17.15
17109
17110         * src/common/smtp.h
17111                 Sync with HEAD
17112
17113 2004-07-08 [colin]      0.9.11cvs17.14
17114
17115         * src/messageview.c
17116         * src/common/smtp.c
17117                 Use to_human_readable() for sizes
17118
17119 2004-07-08 [colin]      0.9.11cvs17.13
17120
17121         * src/inc.c
17122         * src/messageview.c
17123         * src/pop.c
17124         * src/pop.h
17125         * src/procmsg.c
17126                 Fix partial-downloading issues:
17127                         catch unsupported TOP
17128                         don't delete partially downloaded mails before 5 days
17129                         don't update existing with non-MH folders; that'll
17130                         make dups, but it's better than trashing the folder
17131                         free new msginfo parts
17132                 Fix indentation ;-)
17133
17134 2004-07-08 [colin]      0.9.11cvs17.12
17135
17136         * src/common/smtp.c
17137         * src/common/smtp.h
17138                 Sync smtp size verification with HEAD
17139
17140 2004-07-08 [colin]      0.9.11cvs17.11
17141
17142         * src/summaryview.c
17143         * src/prefs_common.c
17144         * src/prefs_common.h
17145         * src/gtk/quicksearch.c
17146         * src/gtk/quicksearch.h
17147                 Sync sticky pref with HEAD
17148
17149 2004-07-08 [colin]      0.9.11cvs17.10
17150
17151         * src/folder.c [1.213.2.6]
17152         * src/folder.h [1.87.2.6]
17153         * src/inc.c [1.149.2.7]
17154         * src/messageview.c [1.94.2.8]
17155         * src/procheader.c [1.47.2.6]
17156         * src/procmsg.c [1.150.2.4]
17157         * src/procmsg.h [1.60.2.5]
17158         * src/pop.c [1.56.2.4]
17159         * src/pop.h [1.17.2.3]
17160                 Let too big messages get downloaded, but truncated
17161                 Add a button to download them completely
17162                 
17163 2004-07-06 [colin]      0.9.11cvs17.9
17164
17165         * src/gtk/quicksearch.c [1.1.2.3]
17166                 Add a Clear button
17167         * commitHelper
17168         * PATCHSETS
17169                 Add a script to help with cvs
17170
17171 2004-07-03 [colin]      0.9.11cvs17.8
17172
17173         * src/plugins/imageviewer/viewer.c
17174                 fix imageviewer (which was staying on the first
17175                 displayed image)
17176
17177 2004-07-03 [colin]      0.9.11cvs17.7
17178
17179         Removed FIXME_GTK2 warnings
17180         * src/gtk/gtkutils.c
17181                 useless #warnings
17182         * src/gtk/menu.c
17183                 useless #warnings (no need to mess with menu rc)
17184         * src/gtk/menu.h
17185                 unused functions
17186         
17187
17188 2004-07-03 [colin]      0.9.11cvs17.6
17189
17190         Removed FIXME_GTK2 warnings
17191         * src/codeconv.c
17192                 useless #warnings (rewrite needed)
17193         * src/compose.c
17194                 useless #warnings (rewrite needed)
17195                 useless #warnings (gtk2 is like that)
17196                 useless #warnings (previously fixed)
17197         * src/main.c
17198                 useless #warnings (previously fixed)
17199         * src/message_search.c
17200                 useless #warnings (gtk2 is like that)
17201                 Made apparent that search is case-sensitive
17202         * src/mimeview.c
17203                 useless #warnings (rewrite needed)
17204                 useless #warnings (gtk2 is like that)
17205                 reimplemented real warnings
17206         * src/prefs_common.c
17207                 Removed block cursor option (not it gtk2)
17208         * src/prefs_gtk.c
17209                 useless #warnings (rewrite needed)
17210         * src/procheader.c
17211                 useless #warnings (rewrite needed)
17212         * src/sourcewindow.c
17213                 useless #warnings (incorrect placing)
17214         * src/summary_search.c
17215                 useless #warnings (gtk2 is like that)
17216                 Made apparent that search is case-sensitive
17217         * src/action.c
17218                 useless #warnings (gtk2 is like that)
17219         * src/textview.c
17220                 useless #warnings (rewrite needed)
17221         * src/toolbar.c
17222                 useless #warnings (rewrite needed)
17223
17224 2004-07-03 [colin]      0.9.11cvs17.5
17225
17226         * src/textview.c
17227                 Fix mismerge which broke URI opening
17228                 
17229 2004-07-01 [colin]      0.9.11cvs17.4
17230
17231         * src/gtk/filesel.c
17232                 Fill filename when saving
17233                 
17234 2004-06-27 [colin]      0.9.11cvs17.3
17235
17236         * src/gtk/filesel.[ch]
17237                 Use the new GTK file selector
17238                 Update prototype to match the reality: multiple file
17239                 selection is open-only          
17240         * src/compose.c
17241                 Match the new prototypes        
17242         * configure.ac
17243                 Match the new requirements (gtk 2.4.0)
17244                         
17245 2004-06-26 [colin]      0.9.11cvs17.2
17246
17247         * src/plugins/trayicon/trayicon.c
17248                 Remove useless signal handler on resize, which causes
17249                 an infinite "loop"
17250         
17251 2004-06-26 [colin]      0.9.11cvs17.1
17252         
17253         * tools/Makefile.am
17254                 remove launch_firebird and add nautilus2sylpheed.sh
17255         * src/quicksearch.c
17256           src/summaryview.c
17257                 Fix show/hide "Extended symbols" button problem
17258                 Fix apparition at startup
17259                 Fix const warnings
17260         * src/plugins/image_viewer/Makefile.am
17261                 Fix configure 
17262         * common/ssl.c
17263                 Re-enable certificate check, as it doesn't seem to
17264                 cause Xlib errors anymore
17265
17266 2004-06-25 [paul]       0.9.11cvs17
17267
17268         * sync with 0.9.11cvs17 HEAD
17269         
17270         NOTE: QuickSearch is broken
17271
17272 2004-06-07 [colin]      0.9.10claws67.10
17273         * src/plugins/trayicon/trayicon.c
17274           src/plugins/trayicon/libeggtrayicon/Makefile.am
17275           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17276                 Fix gettextization in trayicon plugin
17277
17278 2004-06-07 [colin]      0.9.10claws67.9
17279         
17280         * src/summaryview.c
17281           src/gtk/gtksctree.[ch]
17282                 Let Shift+{Up,Down} work in summaryview
17283                 (well, Down "works" and Up works)
17284                 Let the list scroll when using these keys
17285
17286 2004-06-06 [colin]      0.9.10claws67.8
17287
17288         * src/plugins/trayicon/trayicon.c
17289                 Fix pixmap update
17290
17291 2004-06-06 [colin]      0.9.10claws67.7
17292
17293         * src/addressbook.c
17294                 Fix signal handling causing system-wide focus grab
17295
17296 2004-05-25 [paul]       0.9.10claws67.6
17297
17298         * Makefile.am
17299           src/Makefile.am
17300                 clean up
17301
17302 2004-05-25 [paul]       0.9.10claws67.5
17303
17304         * replace deprecated gtk_signal... functions
17305
17306 2004-05-23 [colin]      0.9.10claws67.4
17307
17308         * src/compose.c
17309                 Fix wrapping
17310
17311 2004-05-22 [colin]      0.9.10claws67.3
17312
17313         * src/compose.c
17314                 Re-fix [Edited] in compose.c::compose_reedit()
17315
17316 2004-05-22 [colin]      0.9.10claws67.2
17317
17318         * src/procmime.c
17319                 Fix parsing of multiparts mails
17320
17321 2004-05-22 [colin]      0.9.10claws67.1
17322
17323         * src/summaryview.c
17324                 Fix quicksearch
17325
17326 2004-05-22 [paul]       0.9.10claws67
17327
17328         * sync with 0.9.10claws67 HEAD
17329
17330 2004-05-14 [alfons]
17331
17332         * src/procmime.h
17333                 add forgotton prototype
17334
17335 2004-05-10 [paul]       0.9.10claws57
17336
17337         * sync with 0.9.10claws57 HEAD
17338
17339 2004-05-05 [paul]       0.9.9.claws1
17340
17341         * ChangeLog-gtk2        ** REMOVED **
17342           ChangeLog-gtk2.claws  ** ADDED **
17343                 rename and adopt the normal claws format
17344                 
17345         * configure.ac
17346                 require gtkmathview >= 0.5
17347
17348         * ac/*                          ** REMOVED **
17349           ac/                           ** REMOVED **
17350           intl/Makefile.in              ** REMOVED **
17351           m4/                           ** ADDED **
17352           m4/missing                    ** ADDED **
17353           m4/missing/gdk-pixbuf.m4      ** ADDED **
17354           m4/missing/gettext.m4         ** ADDED **
17355           m4/missing/gpgme.m4           ** ADDED **
17356           m4/missing/imlib.m4           ** ADDED **
17357           m4/.cvsignore                 ** ADDED **
17358           m4/Makefile.am                ** ADDED **
17359           m4/README                     ** ADDED **
17360           m4/aclocal-include.m4         ** ADDED **
17361           m4/aspell.m4                  ** ADDED **
17362           m4/check-type.m4              ** ADDED **
17363           m4/gnupg-check-typedef.m4     ** ADDED **
17364           m4/openssl.m4                 ** ADDED **
17365           m4/spamassassin.m4            ** ADDED **
17366           po/ChangeLog                  ** REMOVED **
17367           po/Makefile.in.in             ** REMOVED **
17368           po/Rules-quot                 ** REMOVED **
17369           po/boldquot.sed               ** REMOVED **
17370           po/en@boldquot.header         ** REMOVED **
17371           po/en@quot.header             ** REMOVED **
17372           po/insert-header.sin          ** REMOVED **
17373           po/quot.sed                   ** REMOVED **
17374           po/remove-potcdate.sed        ** REMOVED **
17375           po/remove-potcdate.sin        ** REMOVED **
17376           po/stamp-po                   ** REMOVED **
17377           Makefile.am
17378           autogen.sh
17379           configure.ac
17380                 enable building with automake 1.8.x
17381                 add 'autopoint --force' to autogen.sh and remove all
17382                 auto-generated files, remove ac/ directory and use
17383                 m4/ directory instead
17384                 
17385         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17386                 fix gettextization
17387
17388 2004-02-28 Colin Leroy <colin@colino.net>
17389         * src/prefs_matcher.c
17390           src/prefs_filtering.c
17391           src/prefs_filtering_action.c
17392                 Fix non-editable GtkEntries
17393
17394 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17395         * src/prefs_themes.c
17396                 utf8 conversion for theme info
17397
17398 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17399         * sync 0.9.9claws
17400
17401 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17402         * src/grouplistdialog.c
17403                 allow multiple selections without ctrl key
17404
17405 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17406         * src/main.c
17407                 enable customizable accelerators
17408
17409 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17410         * src/prefs_common.c
17411                 re-enable different font settings for gtk1/2
17412         * src/prefs_folder_item.c
17413                 fix folder prefs displayed wrong
17414         * src/textview.c
17415                 set 'sunken' shadow type
17416
17417 2004-02-07 Colin Leroy <colin@colino.net>
17418         * src/compose.c
17419                 Fix message being always [Edited]
17420                 Encode headers correctly (utf8 buf)
17421
17422 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17423         * src/socket.c
17424                 remove double g_source_attach()
17425                 (Thanks to Colin Leroy)
17426
17427 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17428         * src/gtk/gtksctree.c
17429                 Fix SSL certificate list not shown
17430         * src/mimeview.c
17431                 Fix clicks in mime tree
17432
17433 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17434         * src/common/socket.c
17435                 Fix SSL receive
17436         * src/compose.c
17437                 Fix clipboard menu hotkeys
17438
17439 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17440         * src/gtk/gtkaspell.[ch]
17441           src/compose.c
17442                 reimplement spellchecker
17443
17444 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17445         * src/gtk/filesel.c
17446                 crash when inserting file in compose window
17447                 (TODO: keep old selection on clicks)
17448         * src/main.c
17449                 use gtkrc-2.0 instead of gtkrc
17450
17451 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17452         * src/messageview.c
17453                 remove orphaned mimeview unref()
17454
17455 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17456         * src/grouplistdialog.c
17457                 expand nodes containing subscribed groups
17458
17459 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17460         * src/textview.c
17461                 textview: hide cursor, restore old click behaviour
17462
17463 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17464         * src/textview.c
17465                 variable names messed up
17466
17467 2004-01-17 Colin Leroy <colin@colino.net>
17468         * src/addr_compl.c
17469                 Fix completion address too thin
17470         * src/compose.c
17471                 Fix tab-to-subject behaviour
17472         * src/summaryview.c
17473                 Implement key up & down in summaryview
17474
17475 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17476
17477         * sync 098claws
17478
17479 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17480         * configure.ac
17481           Makefile.am
17482           doc/.cvsignore
17483           doc/Makefile.am
17484                 faq, man, manual moved to doc/
17485         * ac/aspell.m4
17486           ac/check-type.m4
17487           ac/gnupg-check-typedef.m4
17488           ac/openssl.m4
17489           ac/spamassassin.m4
17490           ac/missing/gdk-pixbuf.m4
17491           ac/missing/gpgme.m4
17492           ac/missing/imlib.m4
17493                 fix automake warnings
17494
17495 2003-12-06 Colin Leroy <colin@colino.net>
17496         * src/summaryview.c
17497                 Fix quicksearch
17498
17499 2003-12-05 Colin Leroy <colin@colino.net>
17500         * src/summaryview.c
17501                 Fix going to next unread folder
17502
17503 2003-12-05 Colin Leroy <colin@colino.net>
17504         * src/crash.c
17505                 Fix gtk2 compilation
17506         * src/session.c
17507                 Remove iotag source handler at disconnection
17508         * src/socket.[ch] 
17509                 Remove source handler when closing socket 
17510                 (fixes another seg)
17511
17512 2003-12-04 Colin Leroy <colin@colino.net>
17513         * src/compose.c
17514           src/prefs_account.c
17515           src/prefs_common.c
17516                 Fix some dropdown menus
17517
17518 2003-12-04 Colin Leroy <colin@colino.net>
17519         * src/compose.c
17520                 Fix event handlers on header fields
17521         * src/common/socket.c
17522           src/common/session.c
17523                 Fix segfault with callback (SSL)
17524                 Fix end of session 
17525
17526 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17527
17528         * Fix compile bug in src/compose.c
17529         * removed src/gtk/gtkstext.[ch]
17530
17531 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17532
17533         * Convert character set and escape "text" attributes in toolbar setting
17534         files.
17535         * Fixed bug in button-press-event handling.
17536
17537 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17538
17539         * Fixed bug in key-press-event handling.
17540
17541 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17542
17543         * Enabled to compile tray-icon plugin (Ad-hoc).
17544         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17545
17546 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17547
17548         * Enabled to compile on sylpheed-claws.
17549         (tray-icon plugin still cannot compile yet.)
17550
17551 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17552
17553         * Updated to 0.9.5.
17554
17555 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17556
17557         * Updated to 0.9.4.
17558         * Ported monitoring SSL mechanism to GSource of GLib2
17559         (I don't confirm it)
17560         * Added _gtk2 suffix to key name of font preference to avoid
17561         ovverwriting preference of Gtk+-1.2 version.
17562
17563 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17564
17565         * Updated to 0.9.2.
17566
17567 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17568
17569         * Updated to 0.9.1.
17570         * Translate po files into UTF-8 when execute autogen.sh.
17571
17572 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17573
17574         * Updated to 0.9.0.
17575
17576 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17577
17578         * Plugged GError related memory leaks.
17579
17580 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17581
17582         * Changed default size of fonts.
17583         * Enabled to set titile font size of warning dialog.
17584
17585 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17586
17587         * Embed a sylpheed icon into executable binary on Windows.
17588
17589 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17590
17591         * I forgot to traslate character set of element string in src/xml.c.
17592
17593 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17594
17595         * Fixed detecting bind_textdomain_codeset in configure.in.
17596         * The bug in which "Example" of "Date fromat" preference isn't displayed
17597         correctly has been fixed.
17598
17599 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17600
17601         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17602           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17603           glib-gettextize
17604           Removed intl directory.
17605           Translated po files into UTF-8.
17606           (Thanks! Ryuji Abe)
17607
17608 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17609
17610         * The bug which doesn't unscape string in xml.c has been fixed.
17611
17612 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17613
17614         * The bug which is failed to translate encoding of file name thorough
17615         file dialog has been fixed.
17616
17617 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17618
17619         * Modified to translate file names which is used in inporting/expoting
17620         mbox feature and "Save as" feature into locale encoding.
17621         * Translate file names into locale encoding when "Attache file" and
17622         "Insert file".
17623         * Force set G_BROKEN_FILENAMES environment variable.
17624         * Other minor fixes.
17625
17626 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17627
17628         * Modified to treat MH folder's name as locale encoding.
17629
17630 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17631
17632         * The bug which clash on switching candidates of auto completion of
17633         addresses, cannot use auto completion in Japanesse is fixed
17634         (Thanks! Tokunaga-san)¡¥
17635
17636 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17637
17638         * The bug which cannot switch key accelerator preference has been fixed
17639         (Thanks! smbd-san)¡¥
17640
17641 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17642
17643         * version 0.8.11-gtk2-20030314
17644
17645 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17646
17647         * The bug in which character set conversion of filtering messages has
17648         been fixed.(Thanks! COCOA-san).
17649
17650 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17651
17652         * Revived "Leave space on head" preference in "Message" category.
17653         * A bug which clash when put the cursor to end of buffer and execute
17654         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17655
17656 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17657
17658         * version 0.8.11-gtk2-20030312
17659
17660 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17661
17662         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17663         * Modified to use Pango's API directly for font preference.
17664         * Integrated GtkTextView of textview to one widget.
17665         * Set fonts of header title in textview by "header_title" tag.
17666         * Removed some deprecated codes.
17667
17668 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17669
17670         * Updated to 0.8.11.
17671         * Merged cygwin patch(Thanks! Sakai-san).
17672
17673 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17674
17675         * version 0.8.10-gtk2-20030309