7d2d75b6b3de58d9d38f13da5a3cdf551f5aaae7
[claws.git] / ChangeLog
1 2006-08-31 [colin]      2.4.0cvs119
2
3         * src/folderview.c
4                 Revert 2.4.0cvs116, wrong fix.
5
6 2006-08-31 [colin]      2.4.0cvs118
7
8         * src/gtk/gtksctree.c
9                 Better state the various copyrights
10
11 2006-08-31 [colin]      2.4.0cvs117
12
13         * src/prefs_common.c
14                 fix enable_dotted_lines
15
16 2006-08-31 [colin]      2.4.0cvs116
17
18         * src/folderview.c
19                 Use pref "Always open on select" when going
20                 to next unread folder
21         * src/gtk/gtksctree.c
22                 Fix link failure to _gtk_clist_create_cell_layout
23                 on certain computers. (Why not mine, I wonder)
24
25 2006-08-31 [colin]      2.4.0cvs115
26
27         * src/procmsg.c
28         * src/textview.c
29         * src/plugins/bogofilter/bogofilter.c
30         * src/plugins/spamassassin/spamassassin.c
31                 Requalify some "errors" to warnings
32         * src/mainwindow.c
33         * src/mainwindow.h
34         * src/statusbar.c
35                 Add an icon in the statusbar to notify
36                 of errors
37         * src/gtk/gtksctree.c
38         * src/folderview.c
39         * src/summaryview.c
40                 Make the GtkSCTree look more modern by
41                 alternating background lines
42         * src/prefs_common.c
43         * src/prefs_common.h
44                 Add a pref to let people have the old
45                 way if they prefer
46
47
48 2006-08-30 [colin]      2.4.0cvs114
49
50         * src/procmsg.c
51         * src/procmsg.h
52                 Provide a way to filter a list of
53                 messages in an optimised manner, and
54                 add a list-filtering hook
55         * src/folder.c
56         * src/inc.c
57         * src/mbox.c
58                 Use the list filtering
59         * src/plugins/bogofilter/bogofilter.c
60                 Use the list-filtering hook
61                 Use -b (bulk) mode for more speed
62                 when learning and filtering
63         * src/etpan/imap-thread.c
64                 Make log output shorter in UID SEARCH
65
66
67 2006-08-30 [colin]      2.4.0cvs113
68
69         * src/plugins/bogofilter/bogofilter.c
70                 Really fast mass learning - thanks to David
71                 Relson for the options explanations :)
72
73 2006-08-30 [colin]      2.4.0cvs112
74
75         * src/msgcache.c
76                 Fix compilation on FreeBSD. Thanks
77                 to Michael Hugues
78
79 2006-08-29 [colin]      2.4.0cvs111
80
81         * src/folderview.c
82                 Handle "popup_menu" signal (for popping the 
83                 menu via the keyboard)
84         * src/mimeview.c
85         * src/mimeview.h
86         * src/summaryview.c
87         * src/textview.c
88         * src/gtk/gtkutils.c
89         * src/gtk/gtkutils.h
90                 Factorize scrolling code, and add an API 
91                 for MimeViewers to handle scroll orders
92
93 2006-08-29 [wwp]        2.4.0cvs110
94
95         * src/plugins//bogofilter/bogofilter.c
96         * src/plugins//spamassassin/spamassassin.c
97                 make the bogofilter/spamassassin filtering error dialogs at
98         incorporation obey to the "don't popup error dialog on
99         receive error" option. If disabled, feed the log window w/
100         the error message.
101
102 2006-08-29 [paul]
103
104         2.5.0-rc2 released
105
106 2006-08-29 [paul]       2.4.0cvs109
107
108         * Makefile.am
109                 remove 'make release', it's not needed
110                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
111
112 2006-08-29 [paul]       2.4.0cvs108
113
114         * src/foldersel.c
115         * src/summary_search.c
116         * src/gtk/progressdialog.c
117         * src/plugins/pgpcore/passphrase.c
118                 replace deprecated gtk_window_set_policy()
119
120 2006-08-29 [colin]      2.4.0cvs107
121
122         * src/folder.c
123                 Fix data loss when copy fails during a move:
124                 only use fast remove_msgs if everything was
125                 copied OK; else use slow remove_msg on the
126                 mails that got copied only.
127
128 2006-08-28 [paul]       2.4.0cvs106
129
130         * src/mh.c
131                 revert change in 2.4.0cvs104, it breaks
132                 stuff
133
134 2006-08-28 [paul]       2.4.0cvs105
135
136         * src/plugins/spamassassin/spamassassin.c
137                 english fix
138
139 2006-08-28 [paul]       2.4.0cvs104
140
141         * src/mh.c
142                 fix data loss when moving to another
143                 mailbox fails
144         * src/prefs_spelling.c
145                 improve the english
146         * src/gtk/pluginwindow.c
147                 improve the layout of the dialog text
148         All thanks to Colin
149
150 2006-08-28 [paul]       2.4.0cvs103
151
152         * src/plugins/bogofilter/bogofilter.c
153         * src/plugins/bogofilter/bogofilter_gtk.c
154                 fix english up a bit, innit
155
156 2006-08-28 [paul]       2.4.0cvs102
157
158         * configure.ac
159         * po/Makefile.in.in
160         * po/Makevars
161                 require autoconf 2.60, enabling building
162                 with gettext 0.15 (gettext 0.14.x build still
163                 possible). Replace Makefiles with versions
164                 from gettext 0.15.
165                 Remove configure options --with-localedir and
166                 --with-mandir. The options that are provided
167                 directly by autoconf 2.60 can be used instead:
168                 --mandir --localedir
169
170 2006-08-27 [colin]      2.4.0cvs101
171
172         * src/plugins/bogofilter/Makefile.am
173                 Fix make dist (no README)
174
175 2006-08-27 [colin]      2.4.0cvs100
176
177         * src/folder.c
178                 Don't use F_UNKNOWN folders for any default
179                 outbox/trash/etc
180         * src/plugins/bogofilter/bogofilter.c
181         * src/plugins/bogofilter/bogofilter.h
182         * src/plugins/bogofilter/bogofilter_gtk.c
183                 Add an option to specify the path to bogofilter
184                 Use single-quotes to be able to learn in folders
185                 with spaces in their names
186                 Verify learning status
187
188 2006-08-27 [colin]      2.4.0cvs99
189
190         * manual/faq.xml
191         * manual/plugins.xml
192                 Document Bogofilter plugin
193
194 2006-08-27 [colin]      2.4.0cvs98
195
196         * src/compose.c
197         * src/messageview.c
198         * src/procmsg.c
199         * src/procmsg.h
200                 When possible, copy the queued mail to sent folder
201                 instead of re-adding. Much faster on IMAP.
202
203 2006-08-27 [colin]      2.4.0cvs97
204
205         * src/msgcache.c
206                 Disable mmaped caches - huge metadata loss
207                 here after a power failure.
208         * src/summaryview.c
209                 Add quicksearch timing
210         * src/common/plugin.c
211         * src/common/plugin.h
212                 Implement an interface to tell what plugins
213                 provide. Prevent loading of similar plugins.
214         * src/plugins/clamav/clamav_plugin.c
215         * src/plugins/demo/demo.c
216         * src/plugins/dillo_viewer/dillo_viewer.c
217         * src/plugins/pgpcore/plugin.c
218         * src/plugins/pgpinline/pgpinline.c
219         * src/plugins/pgpmime/pgpmime.c
220         * src/plugins/spamassassin/spamassassin.c
221         * src/plugins/trayicon/trayicon.c
222                 Implement plugin_provides()
223
224 2006-08-27 [colin]      2.4.0cvs96
225
226         * configure.ac
227         * src/plugins/Makefile.am
228         * src/plugins/bogofilter/.cvsignore
229         * src/plugins/bogofilter/Makefile.am
230         * src/plugins/bogofilter/bogofilter.c
231         * src/plugins/bogofilter/bogofilter.h
232         * src/plugins/bogofilter/bogofilter_gtk.c
233                 New Bogofilter plugin, provides filtering and
234                 learning. Spamassassin will go to extra plugins.
235
236 2006-08-26 [mones]      2.4.0cvs95
237
238         * manual/handling.xml
239                 Fix subfolder path in the example (thanks to Paul) 
240
241 2006-08-26 [mones]      2.4.0cvs94
242
243         * manual/glossary.xml
244                 2.2. + add ISP to the glossary
245                 7.5. + Add UIDL to glossary
246                 7.7. + Add TCP to glossary
247         * manual/handling.xml
248                 7.1. + Mentions GNU/Linux distribution, what about the non...
249                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
250                 7.3. + Mentions .bashrc, what about the non-bash ones? 
251                 7.4. = Use appropriate quotation for commands
252                 7.6. = change "" to <quote></quote>
253         * manual/plugins.xml
254                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
255         * manual/starting.xml
256                 2.1. + local mbox file: some examples of mbox file locations...
257                 Also reformatted files requiring it
258
259 2006-08-26 [wwp]        2.4.0cvs93
260
261         * src/summary_search.c
262                 disable find buttons while summary search is running.
263
264 2006-08-25 [colin]      2.4.0cvs92
265
266         * src/folder.c
267         * src/folderutils.c
268         * src/mh.c
269         * src/procmsg.h
270         * src/summaryview.c
271                 Speed up MH moving, and add progressbar
272                 for MH deletion
273         * src/msgcache.c
274                 Write cache files using mmap() too
275
276 2006-08-25 [wwp]        2.4.0cvs91
277
278         * src/summaryview.c
279                 switch spam<->ham button when a message has been marked as spam or ham
280                 and is still selected. Thanks to Colin.
281
282 2006-08-25 [paul]       2.4.0cvs90
283
284         * src/Makefile.am
285         * src/stock_pixmap.c
286         * src/stock_pixmap.h
287         * src/summaryview.c
288         * src/gtk/icon_legend.c
289         * src/pixmaps/copied.xpm
290         * src/pixmaps/moved.xpm
291                 add icons for delayed execution marked for
292                 copying, marked for moving
293
294 2006-08-25 [mones]      2.4.0cvs89
295
296         * manual/glossary.xml
297                 Fix the other glossary items:
298                 5.1. = Inmmediate execution -> <quote>immediate execution...
299                 5.2. = Fix MBOX capitalization -> Mbox
300                 5.3. + Improve Plugins def. w/ tech. ref.
301                 5.4. = Quotation -> replace '>' by <quote>></quote>
302                 5.5. - SMTP Server. -> remove dot
303         * po/es.po
304                 Updated translation
305
306 2006-08-25 [mones]      2.4.0cvs88
307
308         * manual/ack.xml
309                 Reformatted, changed email address
310         * manual/glossary.xml
311                 Reformatted, fixed MANUAL-TODO items:
312                 8.2. + add ROT-13 to glossary
313                 8.4. + add URL to glossary
314         * manual/es/advanced.xml
315                 Fixed <literal>s
316
317 2006-08-25 [paul]       2.4.0cvs87
318
319         * src/gtk/icon_legend.c
320                 add 'marked for deletion' icon
321                 arrange icons by containing column
322                 wrap long label text
323
324 2006-08-25 [colin]      2.4.0cvs86
325
326         * src/common/utils.c
327         * src/common/utils.h
328                 Add the sc_g_*list_bigger functions in
329                 a place everyone can use it
330         * src/summaryview.c
331                 Only freeze/thaw the list when working
332                 on the selection, if it's bigger than 1
333         * src/gtk/gtksctree.c
334                 Only freeze/thaw the list when unselec-
335                 ting 'all' if ('all' != 1)
336                 This avoids some flickering
337
338 2006-08-24 [colin]      2.4.0cvs85
339
340         * src/addressbook.c
341                 Fix strange list selection
342                 Fix random seg (Invalid read of freed memory)
343
344 2006-08-24 [colin]      2.4.0cvs84
345
346         * src/alertpanel.c
347         * src/gtk/inputdialog.c
348         * src/plugins/pgpcore/passphrase.c
349                 Revert minimal width patch of 2.4.0cvs67,
350                 as it is also a maximal width. Use 
351                 gtk_window_set_default_size instead.
352
353 2006-08-24 [colin]      2.4.0cvs83
354
355         * src/msgcache.c
356                 Write cache/mark to temp files before
357                 overwriting old ones (avoids metadata
358                 loss if writing the new files fail).
359                 Use mmap() to read cache/mark file, as
360                 this makes cache reading faster. Dis-
361                 abled for big-endian machines until it
362                 can be tested. (Big-endian users: set
363                 msgcache_use_mmap = TRUE in the relevant
364                 #if).
365         * src/procmsg.h
366                 Move rarely used fields of MsgInfo in 
367                 another structure, which will only be
368                 allocated if needed. Face, X-Face,
369                 Return receipt headers and List-*
370                 headers are moved. Mails having none
371                 of these occupy 52 bytes less with
372                 this patch, which makes 2.5MB of RAM
373                 saved on a 50k folder).
374         * src/headerview.c
375         * src/mainwindow.c
376         * src/messageview.c
377         * src/partial_download.c
378         * src/procheader.c
379         * src/procmsg.c
380         * src/textview.c
381                 Follow this structure change.
382
383 2006-08-24 [wwp]        2.4.0cvs82
384
385         * manual/es/.cvsignore
386         * manual/es/dist/.cvsignore
387         * manual/es/dist/html/.cvsignore
388         * manual/es/dist/pdf/.cvsignore
389         * manual/es/dist/ps/.cvsignore
390         * manual/es/dist/txt/.cvsignore
391                 more (generated) files to ignore.
392
393 2006-08-24 [colin]      2.4.0cvs81
394
395         * src/folder.c
396         * src/mh.c
397                 Fix possible problems with local delivery. Check the folder doesn't
398                 need scan before setting its mtime when saving cache (which can be
399                 done long after the folder's been modified by an external process);
400                 Check that the stored item's mtime didn't change in mh functions.
401
402 2006-08-24 [mones]      2.4.0cvs80
403
404         * manual/advanced.xml
405                 Rewrapping, some fixes and MANUAL-TODO items:
406                 8.1. = change "" to <quote></quote>
407                 8.3. = quote menu items
408                 8.5. - deploying -> new user ... ideally a new user (redundant)
409
410 2006-08-23 [colin]      2.4.0cvs79
411
412         * src/gtk/gtksctree.c
413                 When selecting or deselecting range, only
414                 freeze/thaw when selection is bigger than 10
415
416 2006-08-23 [colin]      2.4.0cvs78
417
418         * src/messageview.c
419         * src/mimeview.c
420         * src/mimeview.h
421         * src/plugins/dillo_viewer/dillo_viewer.c
422                 Provide an API for MimeViewer plugins to
423                 return a text selection for replying
424
425 2006-08-23 [colin]      2.4.0cvs77
426
427         * src/image_viewer.c
428         * src/textview.c
429                 Use gtk_pixbuf_new_from_file_at_scale(), which
430                 is faster than getting the pixbuf then resizing
431                 it.
432
433 2006-08-23 [colin]      2.4.0cvs76
434
435         * src/procmime.c
436                 UTF-8 should be sent Quoted-printable
437
438 2006-08-22 [colin]      2.4.0cvs75
439
440         * src/mh.c
441                 Check if scan is required before touching
442                 the folder (or it'll be required every time)
443
444 2006-08-22 [colin]      2.4.0cvs74
445
446         * configure.ac
447                 Require libetpan 0.46 (crasher fix when built
448                 against gnutls)
449
450 2006-08-22 [colin]      2.4.0cvs73
451
452         * src/folder.c
453                 Set folder's mtime after writing its
454                 cache
455         * src/folderview.c
456                 Add some timing
457         * src/procmsg.c
458                 Don't do useless stuff if we don't 
459                 thread by subject
460         * src/summaryview.c
461                 Add some timing, don't deselect prior
462                 to selecting (gtksctree does it itself),
463                 remove crash avoidance hacks as it's been
464                 properly fixed since a while
465         * src/common/utils.c
466                 Optimize to_human_readable(): _() is slow,
467                 do it only once, and avoid %f format for KB
468                 (the most common in a summaryview)
469         * src/gtk/gtksctree.c
470                 Don't uselessly freeze/thaw (fixes flicker
471                 on next unread and friends), reduce number
472                 of g_list_nth/g_list_position where possible
473         * src/gtk/gtkutils.c
474         * src/gtk/gtkutils.h
475                 Reduce number of g_list_nth/g_list_position
476                 where possible.
477                 All of this makes loading as 70k folder 2.1
478                 seconds instead of 3.2 (with hot FS caches).
479                 (1.3 seconds without Date and Size columns...)
480
481 2006-08-22 [paul]       2.4.0cvs72
482
483         wrap documents and do some items from mones' MANUAL-TODO:
484
485         * manual/account.xml
486                 4.1. = fix tabname references to <quote>tabname</quote>
487                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
488         * manual/faq.xml
489                 1.1. = mentioned options don't match UI
490                 Add information about the 'Never send Return Receipts'
491                 option
492         * manual/handling.xml
493                 6.2. = Mentions Extended symbols button, but now is
494                 named Information
495                 6.3. = Mentions ... button, which is now Edit
496
497 2006-08-22 [colin]      2.4.0cvs71
498
499         * src/gtk/pluginwindow.c
500                 Fix layout in verbose translations (such
501                 as french)
502
503 2006-08-22 [paul]       2.4.0cvs70
504
505         * manual/Makefile.am
506                 build manuals in alphabetical order
507         * src/addressbook.c
508         * src/prefs_themes.c
509                 replace/remove deprecated symbols
510         * src/gtk/gtkutils.c
511                 fix a warning
512         * src/gtk/pluginwindow.c
513                 replace deprecated symbol
514                 replace label text and move it
515         * src/plugins/pgpcore/prefs_gpg.c
516                 move the 'Generate...' button out of the
517                 Sign Key frame, replace the English used
518         * src/plugins/pgpcore/sgpgme.c
519                 fixes to the English
520
521 2006-08-21 [colin]      2.4.0cvs69
522
523         * src/plugins/trayicon/trayicon.c
524                 Add more strings for translation; patch
525                 by Pawel
526
527 2006-08-21 [colin]      2.4.0cvs68
528
529         * src/compose.c
530                 fix replied flag not set after drafting
531         * src/matcher.c
532                 fix body quicksearch in non-encoded bodies
533                 containing '='
534         * src/msgcache.c
535                 Get rid of the g_malloc workaround for
536                 corrupted caches, use g_try_malloc
537
538 2006-08-21 [colin]      2.4.0cvs67
539
540         * src/alertpanel.c
541         * src/gtk/inputdialog.c
542         * src/plugins/pgpcore/passphrase.c
543                 Set minimal width to 375
544         * src/mainwindow.c
545                 Fix switching to offline, asking if it 
546                 should be overriden for synchronising
547         * src/mimeview.c
548                 Don't offer to remember command on Open 
549                 with for text parts, as the browser or 
550                 text editor command isn't changed from 
551                 there
552
553 2006-08-20 [paul]       2.4.0cvs66
554
555         * po/ko.po
556         * po/zh_CN.po
557                 fix plural form errors. revealed by stricter
558                 checking of gettext 0.15
559
560 2006-08-18 [paul]       2.4.0cvs65
561
562         * src/stock_pixmap.c
563                 fix the fix of 2.4.0cvs64
564                 Thanks to Colin
565
566 2006-08-18 [paul]       2.4.0cvs64
567
568         * src/stock_pixmap.c
569                 fix leaks
570                 Thanks to Colin
571
572 2006-08-18 [paul]       2.4.0cvs63
573
574         * src/compose.c
575         * src/procmsg.c
576                 fix occasional IMAP bug where large msgs
577                 were left in the queue folder after sending
578                 Thanks to Colin
579
580 2006-08-18 [paul]       2.4.0cvs62
581
582         * src/folderview.c
583                 freeze the summaryview while quicksearch results
584                 are displayed
585                 (fixes bug 456 'current message is hidden when the
586                 view is refreshed and extended search is "unread 
587                 messages"')
588                 Thanks to Colin
589         * src/textview.c
590                 add missing #include "inputdialog.h"
591         * src/common/utils.h
592                 add missing mailcap_update_default() and improve
593                 readability
594
595 2006-08-17 [colin]      2.4.0cvs61
596
597         * src/plugins/pgpcore/select-keys.c
598                 Fix warnings :)
599
600 2006-08-17 [colin]      2.4.0cvs60
601
602         * src/compose.c
603                 Don't continue queuing if Cancel is clicked
604                 in select-keys
605
606 2006-08-17 [colin]      2.4.0cvs59
607
608         * src/plugins/pgpcore/select-keys.c
609                 When encrypting, if only one key matches and it 
610                 matches exactly, automatically use it.
611
612 2006-08-17 [colin]      2.4.0cvs58
613
614         * src/mimeview.c
615         * src/prefs_common.c
616         * src/prefs_common.h
617         * src/prefs_ext_prog.c
618         * src/textview.c
619                 Fix issues with previous patch (text/html)
620                 Remove outdated prefs
621
622 2006-08-17 [colin]      2.4.0cvs57
623
624         * src/imap.c
625                 Add View Log button on auth error
626         * src/procmsg.c
627                 Fix encrypted mail marked as new when
628                 saved in normal folders
629         * src/plugins/pgpinline/pgpinline.c
630                 Fix encrypt bug on IMAP
631         * src/mimeview.c
632         * src/common/utils.c
633         * src/common/utils.h
634         * src/gtk/inputdialog.c
635         * src/gtk/inputdialog.h
636                 Get rid of metamail stuff, simplify
637                 opening, and allow remembering of user's
638                 choices (by updating ~/.mailcap). There's
639                 still to drop "Audio player" and "Image
640                 viewer" preferences.
641
642 2006-08-17 [mones]      2.4.0cvs56
643
644         * manual/es/sylpheed-claws-manual.xml
645                 fix DTD path
646
647 2006-08-17 [mones]      2.4.0cvs55
648
649         * configure.ac
650         * manual/Makefile.am
651         * manual/es/Makefile.am
652         * manual/es/account.xml
653         * manual/es/ack.xml
654         * manual/es/addrbook.xml
655         * manual/es/advanced.xml
656         * manual/es/faq.xml
657         * manual/es/glossary.xml
658         * manual/es/gpl.xml
659         * manual/es/handling.xml
660         * manual/es/intro.xml
661         * manual/es/keyboard.xml
662         * manual/es/plugins.xml
663         * manual/es/starting.xml
664         * manual/es/sylpheed-claws-manual.xml
665         * manual/es/dist/Makefile.am
666         * manual/es/dist/html/Makefile.am
667         * manual/es/dist/pdf/Makefile.am
668         * manual/es/dist/ps/Makefile.am
669         * manual/es/dist/txt/Makefile.am
670                 Spanish translation for the manual
671
672 2006-08-16 [colin]      2.4.0cvs54
673
674         * src/compose.c
675         * src/main.c
676         * src/mainwindow.c
677                 Fix send button sensitivity at startup
678                 Set send menu sensitivity (patch by Fabien)
679         * src/ssl_manager.c
680                 Enable closing with esc (patch by Fabien)
681         * src/gtk/foldersort.c
682                 Enable closing with esc (patch by Fabien)
683         * src/procmime.c
684                 Optimisation (no need to copy to tempfile to
685                 "decode" 7bit and 8bit)
686         * src/summaryview.c
687                 Fix cruft in swap_from case
688         * src/textview.c
689                 Fix missing last line in some mail cases 
690                 (Fixes debian #381872)
691         * src/plugins/pgpcore/prefs_gpg.c
692         * src/plugins/pgpcore/sgpgme.c
693         * src/plugins/pgpcore/sgpgme.h
694                 Don't show "no key found" when user explicitely
695                 wants to create a key
696
697 2006-08-16 [paul]       2.4.0cvs53
698
699         * configure.ac
700         * src/account.c
701         * src/addressbook.c
702         * src/headerview.c
703         * src/prefs_account.c
704         * src/prefs_message.c
705         * src/gtk/gtkutils.c
706                 bump up minimum required versions of GTK+ and
707                 GLIB to 2.6.0
708
709 2006-08-16 [paul]       2.4.0cvs52
710
711         * src/toolbar.c
712                 workaround GTK+ Bug 351600 - 'Can't re-click
713                 on button after sensitivity update'
714                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
715                 Thanks to Colin
716
717 2006-08-15 [colin]      2.4.0cvs51
718
719         * src/plugins/pgpcore/prefs_gpg.c
720                 Set options sensitivity according to
721                 key existence
722         * src/plugins/pgpcore/sgpgme.c
723                 Allow to create key with no passphrase
724
725 2006-08-14 [cleroy]     2.4.0cvs50
726
727         * src/gtk/pluginwindow.c
728                 New layout (maybe to be changed?)
729         * src/gtk/gtkutils.c
730                 Fix a bit label_window
731         * src/plugins/pgpcore/passphrase.c
732         * src/plugins/pgpcore/passphrase.h
733         * src/plugins/pgpcore/plugin.c
734         * src/plugins/pgpcore/prefs_gpg.c
735         * src/plugins/pgpcore/prefs_gpg.h
736         * src/plugins/pgpcore/sgpgme.c
737         * src/plugins/pgpcore/sgpgme.h
738                 Allow to create a PGP private key via the GUI
739
740 2006-08-14 [wwp]        2.4.0cvs49
741
742         * src/addressbook_foldersel.c
743                 fix strict ISO C90 compliance.
744
745 2006-08-14 [paul]       2.4.0cvs48
746
747         * src/gtk/prefswindow.c
748                 re-set scrolled window on opening
749                 Patch by Ticho
750
751 2006-08-14 [paul]
752
753         2.5.0-rc1 released
754
755 2006-08-14 [paul]       2.4.0cvs47
756
757         * src/prefs_display_header.c
758                 re-enable user-defined Displayed Headers
759
760 2006-08-14 [paul]       2.4.0cvs46
761
762         * src/prefs_account.c
763                 use GTK_STOCK_EDIT
764
765 2006-08-13 [colin]      2.4.0cvs45
766
767         * src/common/utils.c
768                 Fix "a" in quote when the original message is empty,
769                 by using \0 instead of 'a' to test writability of
770                 temp files.
771
772 2006-08-13 [wwp]        2.4.0cvs44
773
774         * src/plugins/spamassassin/spamassassin.c
775                 fix capitalization of "SpamAssassin" in some debug, log and
776                 dialog messages.
777
778 2006-08-13 [paul]       2.4.0cvs43
779
780         * src/editldap.c
781                 fix overlapping widgets
782         * src/prefs_account.c
783                 fix translation of protocol_names[]
784                 fix label disappearing off the edge of the
785                 visible area
786
787 2006-08-12 [paul]       2.4.0cvs42
788
789         * manual/plugins.xml
790                 update IRC channel info before it gets forgotten
791                 about
792
793 2006-08-11 [colin]      2.4.0cvs41
794
795         * src/compose.c
796         * src/mainwindow.c
797         * src/mainwindow.h
798         * src/procmsg.c
799         * src/procmsg.h
800         * src/summaryview.c
801         * src/toolbar.c
802                 Grey out the Send button if
803                 - Queue folders are empty, or
804                 - We're sending already
805
806 2006-08-11 [wwp]        2.4.0cvs40
807
808         * src/main.c
809                 fix a logic issue when quitting while a compose window is
810                 still open, thanks to Colin.
811
812 2006-08-10 [colin]      2.4.0cvs39
813
814         * src/main.c
815                 Fix default font size setting after wizard run
816         * src/imap.c
817         * src/etpan/imap-thread.c
818         * src/etpan/imap-thread.h
819                 Fix bug #999 (Timing out on TSL cert validation 
820                 dialog makes ugly things happen). Also, STARTTLS
821                 unconditionnaly if initial capabilities contain
822                 LOGINDISABLED and STARTTLS.
823
824 2006-08-09 [colin]      2.4.0cvs38
825
826         * src/mainwindow.c
827         * src/mainwindow.h
828                 Fix Tools/Actions sensitivity when there are
829                 no actions
830
831 2006-08-09 [colin]      2.4.0cvs37
832
833         * src/prefs_filtering.c
834                 Warning fix, patch by Paul
835         * src/messageview.c
836         * src/prefs_actions.c
837         * src/prefs_filtering_action.c
838         * src/prefs_matcher.c
839                 Uniformisation of "Info ..." to "Info..." (for
840                 old gtk), patch by Fabien
841         * src/plugins/clamav/clamav_plugin_gtk.c
842                 Sensitivity fix by Fabien
843
844 2006-08-09 [colin]      2.4.0cvs36
845
846         * src/main.c
847         * src/main.h
848                 Add a function to know whether we're exiting
849         * src/plugins/trayicon/trayicon.c
850                 If exiting, don't do anything. Faster, and
851                 avoids gtk_main_iteration reentracy causing
852                 segfaults at exit
853
854 2006-08-09 [colin]      2.4.0cvs35
855
856         * src/messageview.c
857         * src/mimeview.c
858         * src/mimeview.h
859                 Fix lack of part selection when automatically 
860                 jumping to a specific part
861         * src/msgcache.c
862                 Little optimisation in cache reading
863
864 2006-08-09 [colin]      2.4.0cvs34
865
866         * src/compose.c
867                 Fix crash setting the priority on reedit
868                 (Accessing compose before creating it!)
869
870 2006-08-08 [colin]      2.4.0cvs33
871
872         * src/procmime.c
873                 Fix bug #998 (last attachment is not accessible)
874                 Bad RFC interpretation on multipart close-delimiters
875         * src/mimeview.c
876         * src/mimeview.h
877         * src/gtk/gtkvscrollbutton.c
878         * src/gtk/gtkvscrollbutton.h
879                 Make attachments list wheel-scrollable
880
881 2006-08-07 [colin]      2.4.0cvs32
882
883         * src/gtk/gtkaspell.c
884                 Fix bug #973 (Unicode punctation characters 
885                 are not recognized as separators by the
886                 spell checker); fix unsigned stuff
887
888 2006-08-07 [colin]      2.4.0cvs31
889
890         * src/compose.c
891                 Fix bug #956 (DnD text with accents in compose 
892                 text entry); fix gccc's signed/unsigned fuss
893
894 2006-08-06 [colin]      2.4.0cvs30
895
896         * src/main.c
897                 Fix bug #979 (Plugin crashes when exiting 
898                 sylpheed-claws) : handle exit request only 
899                 once
900
901 2006-08-05 [colin]      2.4.0cvs29
902
903         * src/news.c
904                 Just make sure we have a msgid.
905
906 2006-08-05 [colin]      2.4.0cvs28
907
908         * src/news.c
909         * src/summaryview.c
910                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
911                 by reimplementing it
912         * src/textview.c
913                 Fix bug when hiding quotes with level > 3 and quote
914                 colors are recycled
915
916 2006-08-04 [colin]      2.4.0cvs27
917
918         * src/compose.c
919         * src/undo.c
920         * src/undo.h
921                 Fix a bit replace-by-pasting undo
922         * src/mainwindow.c
923         * src/messageview.c
924                 Fix Fold quotes menu synchro in
925                 mainwindow when it changes in 
926                 messageview
927         * src/textview.c
928                 Fix right-click on quotes blocks
929         * src/common/utils.c
930                 Verify that the file created by
931                 my_tmpfile() is writable. Fixes
932                 bug #988 (very specific filesystem
933                 issue)
934         * src/plugins/pgpcore/sgpgme.c
935                 Fix file descriptor leak
936         * src/plugins/spamassassin/spamassassin.c
937                 Warn once if spamd isn't reachable
938
939 2006-08-04 [colin]      2.4.0cvs26
940
941         * src/toolbar.c
942                 i18n context patch by Fabien
943
944 2006-08-03 [colin]      2.4.0cvs25
945
946         * src/mainwindow.c
947         * src/messageview.c
948                 Rename "Hide quotes" to "Fold quotes"
949         * src/textview.c
950                 Don't use hand cursor on quotes. "all 
951                 the bonuses of the feature and none of 
952                 unwelcome side-effects"
953
954 2006-08-03 [colin]      2.4.0cvs24
955
956         * AUTHORS
957         * sylpheed-claws.desktop
958         * src/gtk/authors.h
959                 Bring the desktop file to XDG compliance
960                 Patch by Charles A. Edwards
961
962 2006-08-03 [colin]      2.4.0cvs23
963
964         * src/textview.c
965                 Fix links offset when they are preceded
966                 by accentued chars (g_utf8_strlen!)
967         * src/mainwindow.c
968                 Fix wrong status when starting offline
969
970
971 2006-08-03 [wwp]        2.4.0cvs22
972
973         * src/prefs_common.h
974                 ask what to do w/ filtering rules that belong to an account when
975                 applying filtering rules manually from the main window (skip,
976                 apply regardless of the account, use current account). This dialog
977                 can be skipped and the last reply used.
978                 (forgot that file)
979
980 2006-08-03 [wwp]        2.4.0cvs21
981
982         * src/filtering.c
983         * src/filtering.h
984         * src/prefs_common.c
985         * src/summaryview.c
986         * src/alertpanel.c
987         * src/alertpanel.h
988         * src/messageview.c
989                 ask what to do w/ filtering rules that belong to an account when
990                 applying filtering rules manually from the main window (skip,
991                 apply regardless of the account, use current account). This dialog
992                 can be skipped and the last reply used.
993
994
995 2006-08-03 [colin]      2.4.0cvs20
996
997         * src/textview.c
998                 Optimize previous patch
999
1000 2006-08-03 [cleroy]     2.4.0cvs19
1001
1002         * src/textview.c
1003                 Fix quotes getting toggled back when the
1004                 mail has an even number of text parts
1005
1006 2006-08-02 [colin]      2.4.0cvs18
1007
1008         * src/messageview.c
1009                 Add Hide quotes menu
1010
1011 2006-08-02 [colin]      2.4.0cvs17
1012
1013         * src/mainwindow.c
1014         * src/prefs_common.c
1015         * src/textview.c
1016         * src/textview.h
1017         * src/gtk/about.c
1018                 Allow per-level quote hiding,
1019                 Allow toggling quotes by double-clicking them
1020                 Rename RemoteURI to ClickableText to reflect
1021                 the fact it's used for a variety of things
1022
1023 2006-08-02 [wwp]        2.4.0cvs16
1024
1025         * src/mainwindow.c
1026                 fix "View/Hide quotes" menu item status initialization.
1027
1028 2006-08-02 [wwp]        2.4.0cvs15
1029
1030         * src/matcher_parser_parse.y
1031                 remove a debug trace.
1032
1033 2006-08-02 [paul]       2.4.0cvs14
1034
1035         * src/plugins/pgpcore/passphrase.c
1036                 don't set initial dialog size
1037                 make it resizable
1038
1039 2006-08-02 [paul]       2.4.0cvs13
1040
1041         * src/noticeview.c
1042                 remove the rogue '/' character
1043
1044 2006-08-02 [paul]       2.4.0cvs12
1045
1046         * src/noticeview.c
1047                 allow buttons to resize as necessary
1048
1049 2006-08-01 [wwp]        2.4.0cvs11
1050
1051         * src/mbox.c
1052                 fix strict ISO C90 compliance.
1053
1054 2006-08-01 [wwp]        2.4.0cvs10
1055
1056         * tools/update-po
1057                 updated update-po tool to work w/ context-dependent translations.
1058                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1059
1060 2006-08-01 [wwp]        2.4.0cvs9
1061
1062         * src/matcher.c
1063         * src/prefs_filtering.c
1064         * src/prefs_matcher.c
1065                 allow context-dependent translations for "All",
1066                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1067
1068 2006-07-31 [colin]      2.4.0cvs8
1069
1070         * AUTHORS
1071         * src/gtk/authors.h
1072                 Add Rafal to authors
1073
1074 2006-07-31 [colin]      2.4.0cvs7
1075
1076         * src/compose.c
1077         * src/mainwindow.c
1078         * src/messageview.h
1079         * src/prefs_common.c
1080         * src/prefs_common.h
1081         * src/textview.c
1082                 Add 'View/Hide quotes'. Patch based on a patch
1083                 by Rafal Weglarz
1084
1085 2006-07-31 [colin]      2.4.0cvs6
1086
1087         * src/action.c
1088                 Fix problem with "> stuff >" actions
1089
1090 2006-07-31 [paul]       2.4.0cvs5
1091
1092         * po/nb.po
1093                 updated by Geir Helland
1094
1095 2006-07-31 [wwp]        2.4.0cvs4
1096
1097         * src/mainwindow.c
1098         * src/summaryview.c
1099         * src/summaryview.h
1100                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1101                 thanks to Colin.
1102
1103 2006-07-31 [wwp]        2.4.0cvs3
1104
1105         * src/Makefile.am
1106         * src/addr_compl.c
1107         * src/addr_compl.h
1108         * src/addressbook.c
1109         * src/addressbook.h
1110         * src/addressbook_foldersel.c
1111         * src/addressbook_foldersel.h
1112         * src/addrindex.c
1113         * src/addrindex.h
1114         * src/matcher.c
1115         * src/matcher.h
1116         * src/matcher_parser_lex.l
1117         * src/matcher_parser_parse.y
1118         * src/prefs_common.c
1119         * src/prefs_common.h
1120         * src/prefs_filtering.c
1121         * src/prefs_matcher.c
1122         * src/prefs_matcher.h
1123         * src/summaryview.c
1124                 introduce filtering against the address book. It's now possible to add
1125                 matched conditions to determine if any email address in a message matches
1126                 or doesn't match any or all books or folders in the address book.
1127
1128 2006-07-31 [wwp]        2.4.0cvs2
1129
1130         * src/account.c
1131         * src/filtering.c
1132         * src/filtering.h
1133         * src/folder.c
1134         * src/folderview.c
1135         * src/inc.c
1136         * src/mainwindow.c
1137         * src/matcher.c
1138         * src/matcher_parser_lex.l
1139         * src/matcher_parser_parse.y
1140         * src/mbox.c
1141         * src/prefs_filtering.c
1142         * src/prefs_filtering.h
1143         * src/procmsg.c
1144         * src/procmsg.h
1145         * src/summaryview.c
1146                 introduce per-account filtering rules. Each filtering rule can now be assigned
1147                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1148                 when applying filtering rules manually, as all rules will apply - even the ones
1149                 assigned to an account. This issue will be addressed soon.
1150  
1151
1152
1153 2006-07-31 [wwp]        2.4.0cvs1
1154
1155         * src/quote_fmt.c
1156                 make more strings translatable.
1157
1158 2006-07-31 [paul]       2.4.0
1159
1160         2.4.0 released
1161
1162 2006-07-31 [paul]       2.3.1cvs91
1163
1164         * po/ca.po
1165                 updated by Miquel Oliete
1166
1167 2006-07-31 [paul]       2.3.1cvs90
1168
1169         * po/de.po
1170         * po/el.po
1171         * po/fr.po
1172         * po/it.po
1173         * po/pl.po
1174         * po/pt_BR.po
1175         * po/sr.po
1176         * po/zh_CN.po
1177                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1178                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1179                 Aleksandar Urosevic, and Ralgh Young
1180
1181 2006-07-31 [paul]       2.3.1cvs89
1182
1183         * src/account.c
1184         * src/main.c
1185         * src/mainwindow.c
1186         * src/mainwindow.h
1187                 Fix a race condition when, after an SC crash, rescanning
1188                 folders took more than 0.5 seconds
1189                 Thanks to Colin
1190
1191 2006-07-31 [paul]       2.3.1cvs88
1192
1193         * src/folderview.c
1194                 don't translate separator strings
1195
1196 2006-07-30 [mones]      2.3.1cvs87
1197
1198         * doc/man/sylpheed-claws.1
1199                 Fixed non-ASCII chars in Hoa's name
1200         * po/es.po
1201                 Updated for release
1202
1203 2006-07-27 [colin]      2.3.1cvs86
1204
1205         * src/textview.c
1206                 Don't include the leading \n in links
1207                 Patch by Fabien
1208
1209 2006-07-25 [colin]      2.3.1cvs85
1210
1211         * src/mainwindow.c
1212         * src/common/socket.h
1213         * src/etpan/imap-thread.c
1214                 Refresh resolvers before connecting
1215                 to IMAP servers, and after switching
1216                 to online. Thanks to Paul.
1217
1218 2006-07-18 [colin]
1219
1220         * 2.4.0-rc4 released
1221
1222 2006-07-17 [colin]      2.3.1cvs84
1223
1224         * src/inc.c
1225                 Show connection attempt in statusbar before
1226                 connecting (previously first message was
1227                 "Retrieving messages from ..." after the
1228                 connection succeeded.
1229
1230 2006-07-16 [wwp]        2.3.1cvs83
1231
1232         * sylpheed-claws.ico
1233                 Added .ico file (windows multi-size icon file, generated).
1234
1235 2006-07-12 [wwp]        2.3.1cvs82
1236
1237         * src/messageview.c
1238                 remove Message/Re-edit menu entry from messageview window,
1239                 as sent/draft/queued messages are opened in compose window when
1240                 re-edited and it's not possible to re-edit other msgs.
1241
1242 2006-07-12 [paul]       2.3.1cvs81
1243
1244         * AUTHORS
1245         * src/mainwindow.c
1246         * src/gtk/authors.h
1247                 check online state before resetting
1248                 mailcheck timer. Useful if some program
1249                 verifies connection state and updates
1250                 Claws.
1251                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1252
1253 2006-07-12 [paul]       2.3.1cvs80
1254
1255         * sylpheed-claws-128x128.png
1256         * sylpheed-claws-64x64.png
1257         * sylpheed-claws.png
1258         * src/Makefile.am
1259         * src/main.c
1260         * src/prefs_toolbar.c
1261         * src/stock_pixmap.c
1262         * src/stock_pixmap.h
1263         * src/wizard.c
1264         * src/gtk/about.c
1265         * src/gtk/gtkutils.c
1266         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1267         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1268         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1269         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1270         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1271         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1272                 updated and renamed logo/icon files and related
1273                 logo by Jesper Schultz
1274
1275 2006-07-11 [paul]       2.3.1cvs79
1276
1277         * src/main.c
1278                 fix the labels a smidgin
1279
1280 2006-07-09 [colin]      2.3.1cvs78
1281
1282         * src/textview.c
1283                 Show errors in textviewer's command
1284                 Patch by H. Merijn Brand
1285
1286 2006-07-09 [colin]      2.3.1cvs77
1287
1288         * src/compose.c
1289                 Save FMID in drafts too
1290
1291 2006-07-08 [colin]      2.3.1cvs76
1292
1293         * src/compose.c
1294                 Svae RMID in drafted mails too
1295                 Save quote_fmt vars for whole mails,
1296                 don't reset at each quote_fmt_init:
1297                 allows to use the same |i{var} in
1298                 various template fields
1299         * src/prefs_template.c
1300         * src/quote_fmt.h
1301         * src/quote_fmt_parse.y
1302                 Same
1303
1304 2006-07-08 [colin]      2.3.1cvs75
1305
1306         * src/textview.c
1307                 Fix highlighting of attached parts URIs
1308
1309 2006-07-08 [colin]      2.3.1cvs74
1310
1311         * src/main.c
1312                 Prevent bug #981 (sc 2.3.1 segfaults with 
1313                 gtk+ 2.10) from being reported again:
1314                 if Sylpheed-Claws has been compiled against
1315                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1316                 of if Sylpheed-Claws has been compiled against
1317                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1318                 error out.
1319
1320 2006-07-07 [colin]      2.3.1cvs73
1321
1322         * src/prefs_actions.c
1323                 Fix label
1324
1325 2006-07-07 [colin]      2.3.1cvs72
1326
1327         * src/prefs_actions.c
1328                 Fix compile on gtk < 2.8. argh :)
1329
1330 2006-07-07 [paul]       2.3.1cvs71
1331
1332         * src/common/defs.h
1333                 update DONATE_URI
1334
1335 2006-07-07 [colin]      2.3.1cvs70
1336
1337         * po/POTFILES.in
1338         * src/quote_fmt.c
1339         * src/quote_fmt_lex.l
1340         * src/quote_fmt_parse.y
1341                 Add |i{var}, a way to insert user-entered
1342                 text in a template
1343
1344 2006-07-07 [colin]
1345
1346         * 2.4.0-rc3 released
1347
1348 2006-07-07 [colin]      2.3.1cvs69
1349
1350         * src/folder.c
1351                 Don't consider inboxes of UNKNOWN folder 
1352                 classes to be useable as default inboxes
1353
1354 2006-07-07 [paul]       2.3.1cvs68
1355
1356         * src/textview.c
1357                 add missing #include <errno.h>
1358                 Thanks to René J. Blokland
1359
1360 2006-07-07 [paul]       2.3.1cvs67
1361
1362         * src/action.c
1363                 Return now Closes dialog
1364         * src/mimeview.c
1365         * src/mimeview.h
1366         * src/textview.c
1367                 add contextual menu to mime parts listed
1368                 in the textview
1369                 Thanks to Colin
1370         * src/common/utils.c
1371                 reversal: ' is a valid character in URLs
1372
1373 2006-07-06 [colin]      2.3.1cvs66
1374
1375         * src/remotefolder.h
1376                 Forgotten in previous commit
1377
1378 2006-07-06 [colin]      2.3.1cvs65
1379
1380         * src/folder.c
1381                 Set summary update flag whenever
1382                 totals changed
1383         * src/imap.c
1384         * src/prefs_account.c
1385         * src/common/utils.h
1386         * src/etpan/imap-thread.c
1387                 Fix warnings, thanks to Fabien and
1388                 Ricardo
1389
1390 2006-07-06 [wwp]        2.3.1cvs64
1391
1392         * src/gtk/gtkutils.c
1393                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1394
1395 2006-07-06 [wwp]        2.3.1cvs63
1396
1397         * src/account.c
1398         * src/addressbook.c
1399         * src/addressitem.h
1400         * src/folderview.c
1401         * src/mainwindow.c
1402         * src/manual.c
1403         * src/manual.h
1404         * src/message_search.c
1405         * src/prefs_actions.c
1406         * src/prefs_filtering.c
1407         * src/prefs_filtering.h
1408         * src/prefs_template.c
1409         * src/summary_search.c
1410         * src/summaryview.c
1411         * src/gtk/gtkutils.c
1412         * src/gtk/gtkutils.h
1413         * src/gtk/pluginwindow.c
1414                 add help buttons to some dialogs. Clicking such buttons opens a
1415                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1416
1417 2006-07-06 [paul]       2.3.1cvs62
1418
1419         * src/textview.c
1420                 fix attachments contextual menu
1421                 Thanks to Colin
1422
1423 2006-07-05 [colin]      2.3.1cvs61
1424
1425         * src/textview.c
1426         * src/compose.c
1427                 Handle sftp:// links
1428
1429 2006-07-05 [paul]       2.3.1cvs60
1430
1431         * src/gtk/filesel.c
1432                 grab save button by default
1433                 Thanks to Colin
1434
1435 2006-07-05 [wwp]        2.3.1cvs59
1436
1437         * manual/xml2pdf
1438                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1439
1440 2006-07-04 [colin]      2.3.1cvs58
1441
1442         * src/mimeview.c
1443         * src/textview.c
1444                 Use left click to select, middle click to open
1445                 on mimeparts links
1446         * src/common/utils.c
1447                 Fix segfault
1448
1449 2006-07-04 [colin]      2.3.1cvs57
1450
1451         * src/mainwindow.c
1452         * src/news.c
1453                 Warning fixes, thanks to Fabien
1454
1455 2006-07-04 [colin]      2.3.1cvs56
1456
1457         * src/mimeview.c
1458         * src/mimeview.h
1459         * src/textview.c
1460                 Allow parts to be selected via their text label
1461                 in textview
1462
1463 2006-07-04 [colin]      2.3.1cvs55
1464
1465         * src/folderview.c
1466                 Feedback when closing (for big folders)
1467         * src/prefs_actions.c
1468         * src/prefs_filtering.c
1469         * src/prefs_matcher.c
1470         * src/prefs_template.c
1471                 Fix default button when closing without
1472                 having saved
1473
1474 2006-07-04 [colin]      2.3.1cvs54
1475
1476         * src/news.c
1477                 Delete local file on deletion
1478
1479 2006-07-03 [colin]      2.3.1cvs53
1480
1481         * src/folderview.c
1482         * src/main.c
1483                 Don't freeze when rescanning after crash
1484
1485 2006-07-03 [wwp]        2.3.1cvs52
1486
1487         * src/compose.c
1488         * src/privacy.c
1489         * src/privacy.h
1490         * src/plugins/pgpinline/pgpinline.c
1491         * src/plugins/pgpmime/pgpmime.c
1492                 don't report an error when the user cancels the passphrase dialog.
1493
1494 2006-07-02 [colin]      2.3.1cvs51
1495
1496         * src/folderview.c
1497                 Open message when crossing folders with Space,
1498                 goto next unread and friends
1499
1500 2006-07-01 [colin]      2.3.1cvs50
1501
1502         * src/prefs_account.c
1503                 Typographic rules varying from language
1504                 to language (in french "Protocole :"),
1505                 we have to do that :)
1506
1507 2006-07-01 [ticho]      2.3.1cvs49
1508
1509         * src/prefs_account.c
1510                 Only use one temporary gchar* variable in
1511                 prefs_account_protocol_set_optmenu().
1512
1513 2006-07-01 [ticho]      2.3.1cvs48
1514
1515         * src/prefs_account.c
1516         * src/prefs_account.h
1517                 Use GtkLabel for existing account protocol name.
1518                 Created an array for protocol names and populate the
1519                 combobox from it in a for() cycle.
1520
1521 2006-06-30 [colin]      2.3.1cvs47
1522
1523         * src/compose.c
1524                 Block undo when changing signature (by changing
1525                 account)
1526
1527 2006-06-30 [paul]       2.3.1cvs46
1528
1529         * src/send_message.c
1530                 when editing From in the Compose window, use that address
1531                 in the Return-Path: header
1532                 Thanks to Colin
1533
1534 2006-06-30 [colin]      2.3.1cvs45
1535
1536         * src/compose.c
1537                 Fix signature replacement:
1538                 - when no newline before separator
1539                 - when reediting
1540
1541 2006-06-29 [colin]      2.3.1cvs44
1542
1543         * src/folderview.c
1544         * src/folderview.h
1545         * src/mainwindow.c
1546         * src/summaryview.c
1547                 Let 'View/Go to/Next marked' work like
1548                 Next new & Next unread: across folders
1549                 Change the select_on_entry pref to do
1550                 what we want when changing folder
1551         * src/common/utils.c
1552                 Fix single-quoted links 
1553
1554 2006-06-29 [colin]      2.3.1cvs43
1555
1556         * src/gtk/gtkaspell.c
1557                 "Sylpheed" and "Sylpheed-Claws" do exist !
1558
1559 2006-06-29 [colin]      2.3.1cvs42
1560
1561         * src/imap.c
1562                 Forgot to remove debug
1563
1564 2006-06-29 [colin]      2.3.1cvs41
1565
1566         * src/imap.c
1567         * src/imap.h
1568         * src/mainwindow.c
1569                 Disconnect from IMAP servers when going
1570                 offline. Fixes bug #978 (going to offline-mode 
1571                 won't close connections)
1572
1573 2006-06-29 [colin]      2.3.1cvs40
1574
1575         * src/main.c
1576                 Fix transient setting on failing plugins
1577                 Patch by Fabien
1578         * src/plugins/pgpcore/sgpgme.c
1579                 Only warn for OpenPGP. Most people don't
1580                 have CMS available.
1581
1582 2006-06-29 [colin]      2.3.1cvs39
1583
1584         * src/compose.c
1585                 Fix Spelling menu (discrepancy between context menu
1586                 and top menu when folder's dictionary isn't the 
1587                 default one)
1588         * src/plugins/pgpcore/sgpgme.c
1589                 More error reporting about why gpgme can fail
1590
1591 2006-06-29 [wwp]        2.3.1cvs38
1592
1593         * src/mainwindow.c
1594                 honor the display-header-pane setting even when the message view
1595                 is a separate window.
1596
1597 2006-06-29 [wwp]        2.3.1cvs37
1598
1599         * src/prefs_actions.c
1600                 forgot to commit that one (use of GTK_STOCK_INFO).
1601
1602 2006-06-29 [colin]      2.3.1cvs36
1603
1604         * src/imap.c
1605                 Better handling of login errors (ask the password
1606                 again once), alert in case of error. Fix three
1607                 signedness warnings.
1608
1609 2006-06-28 [wwp]        2.3.1cvs35
1610
1611         * src/prefs_template.c
1612         * src/prefs_matcher.c
1613         * src/prefs_filtering_action.c
1614         * src/prefs_quote.c
1615                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1616                 patch by Fabien Vantard, slightly modified.
1617
1618 2006-06-28 [paul]
1619
1620         2.4.0-rc2 released
1621
1622 2006-06-28 [colin]      2.3.1cvs34
1623
1624         * src/prefs_account.c
1625                 Fix bug #977 (Can't add or edit imap accounts)
1626
1627 2006-06-28 [colin]      2.3.1cvs33
1628
1629         * src/mimeview.c
1630                 Fix previous
1631
1632 2006-06-28 [colin]      2.3.1cvs32
1633
1634         * src/mimeview.c
1635                 Save named inlined attachments with "Save all"
1636         * src/main.c
1637         * src/mbox.c
1638         * src/common/plugin.c
1639         * src/common/plugin.h
1640         * src/common/sylpheed.c
1641         * src/common/utils.c
1642         * src/plugins/pgpcore/sylpheed.def
1643         * src/plugins/pgpinline/sylpheed.def
1644         * src/plugins/pgpmime/sylpheed.def
1645                 Win32 compatibility patch, by
1646                 Werner Koch
1647
1648 2006-06-28 [wwp]        2.3.1cvs31
1649
1650         * src/imap.c
1651         * src/prefs_folder_item.c
1652                 less compilation warnings (thanks to Fabien Vantard), less typos.
1653
1654 2006-06-28 [paul]       2.3.1cvs30
1655
1656         * src/gtk/gtkutils.c
1657                 gtk_combo_box_set_focus_on_click() is only
1658                 available since gtk 2.6.0
1659
1660 2006-06-28 [paul]       2.3.1cvs29
1661
1662         * src/prefs_ext_prog.c
1663                 fix engrish and add a tooltip for the
1664                 'command for 'Display as text' option
1665
1666 2006-06-28 [paul]
1667
1668         2.4.0-rc1 released
1669
1670 2006-06-28 [paul]       2.3.1cvs28
1671
1672         * ChangeLog
1673         * tools/Makefile.am
1674                 include textviewer.pl in releases
1675
1676 2006-06-28 [paul]       2.3.1cvs27
1677
1678         * src/prefs_ext_prog.c
1679                 hide Print command option if libgnomeprint
1680                 support is present
1681
1682 2006-06-27 [colin]      2.3.1cvs26
1683
1684         * src/compose.c
1685                 Fix Esc handling in insert/attach dialog
1686                 Don't show this dialog if dragging something
1687                 else than text/uri-list
1688                 Thanks to Fabien Vantard
1689         * tools/textviewer.pl
1690                 Filter script to display stuff as text
1691                 by H. Merijn Brand
1692
1693 2006-06-27 [wwp]        2.3.1cvs25
1694
1695         * src/messageview.c
1696                 use the exact product name (message view title), patch
1697                 by Fabien Vantard.
1698
1699 2006-06-27 [ticho]      2.3.1cvs24
1700
1701         * src/prefs_account.c
1702         * src/prefs_common.c
1703         * src/prefs_common.h
1704         * src/prefs_ext_prog.c
1705         * src/textview.c
1706                 Add a preference (Preferences/External programs)
1707                 to allow "Display as text" to be done via a script
1708                 (patch by H.Merijn Brand).
1709                 Use GtkComboBox for protocol selection in account
1710                 preferences.
1711                 Only include current choice for existing accounts, and
1712                 insensitivize the combobox.
1713
1714 2006-06-27 [paul]       2.3.1cvs23
1715
1716         * src/mbox.c
1717                 fix crasher introduced in cvs21.
1718                 Thanks to Colin
1719
1720 2006-06-26 [colin]      2.3.1cvs22
1721
1722         * src/mbox.c
1723                 Fix double-frees when leaving folders
1724                 after exporting to mbox
1725
1726 2006-06-26 [colin]      2.3.1cvs21
1727
1728         * src/mbox.c
1729                 More feedback (and optimisation)
1730                 on import/export
1731         * src/common/utils.c
1732                 Fix case when looking for mail addresses
1733         * src/gtk/gtkutils.c
1734                 Extra check for (X-)Face
1735
1736 2006-06-25 [ticho]      2.3.1cvs20
1737
1738         * src/compose.c
1739         * src/exphtmldlg.c
1740         * src/gtk/gtkutils.c
1741         * src/gtk/gtkutils.h
1742                 Added second argument to gtkut_sc_combobox_create() to
1743                 control focus-on-click for the widget.
1744                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1745
1746 2006-06-25 [ticho]      2.3.1cvs19
1747
1748         * src/compose.c
1749         * src/gtk/Makefile.am
1750         * src/gtk/combobox.c
1751         * src/gtk/combobox.h
1752         * src/gtk/gtkutils.c
1753         * src/gtk/gtkutils.h
1754                 Use GtkComboBox instead of deprecated GtkOptionMenu
1755                 for account selector in compose window and for encoding
1756                 selector in attachment properties.
1757                 Also factorise working with the new GtkComboBox somewhat.
1758
1759 2006-06-24 [paul]       2.3.1cvs18
1760
1761         * src/prefs_common.c
1762                 use the correct default value
1763
1764 2006-06-24 [paul]       2.3.1cvs17
1765
1766         * src/compose.c
1767         * src/prefs_common.c
1768         * src/prefs_common.h
1769         * src/prefs_compose_writing.c
1770                 enable setting of default action when
1771                 dnd'ing files in the compose window.
1772                 (Collaborative effort with wwp)
1773
1774 2006-06-23 [wwp]        2.3.1cvs16
1775
1776         * src/compose.c
1777                 i18n fix (thanks to Fabien Vantard)
1778
1779 2006-06-22 [colin]      2.3.1cvs15
1780
1781         * src/prefs_customheader.c
1782                 Don't use filters in custom headers' file 
1783                 selector. Remember, extensions mean nothing :)
1784
1785 2006-06-22 [paul]       2.3.1cvs14
1786
1787         * configure.ac
1788                 allow setting of man directory location
1789
1790 2006-06-22 [colin]      2.3.1cvs13
1791
1792         * src/mainwindow.c
1793                 Add 'View/Go to/Next unread folder'.
1794                 I missed that :)
1795
1796 2006-06-22 [colin]      2.3.1cvs12
1797
1798         * src/common/utils.c
1799                 Add some subject prefixes
1800                 Patch by Bjorn T Johansen <btj@havleik.no>
1801
1802 2006-06-22 [colin]      2.3.1cvs11
1803
1804         * manual/advanced.xml
1805                 Forgotten hidden pref
1806
1807 2006-06-21 [paul]       2.3.1cvs10
1808
1809         * src/prefs_account.c
1810                 complete the removal of 'Add date header' option
1811
1812 2006-06-21 [paul]       2.3.1cvs9
1813
1814         * src/account.c
1815         * src/compose.c
1816         * src/prefs_account.c
1817         * src/prefs_account.h
1818                 remove option to add date header - always
1819                 add date header
1820         * src/etpan/imap-thread.c
1821                 fix warnings (Thanks to Colin)
1822
1823 2006-06-21 [wwp]        2.3.1cvs8
1824
1825         * src/folder.c
1826                 set the attachment flag when inline text part are (file)named. This is more convenient
1827                 when receiving (for instance) inline source files or patches sent using thunderbird.
1828
1829 2006-06-21 [paul]       2.3.1cvs7
1830
1831         * src/inc.c
1832                 fix off-by-one count of current msg in
1833                 statusbar filtering progressbar
1834
1835 2006-06-21 [paul]       2.3.1cvs6
1836
1837         * src/folder.c
1838                 Show attachment icon even if the part is 'inline'
1839                 if the following conditions are met:
1840                 - content-type != 'text/plain'
1841                 - content-type != '*/pgp-signature'
1842                 - either 'name' or 'filename' parameter is not NULL
1843                 
1844                 Thanks to Colin
1845
1846 2006-06-21 [paul]       2.3.1cvs5
1847
1848         * src/messageview.c
1849         * src/prefs_common.c
1850         * src/prefs_common.h
1851         * src/prefs_other.c
1852                 add an option to 'Never send Return
1853                 Receipts'
1854                 Thanks to Colin
1855
1856 2006-06-20 [mones]      2.3.1cvs4
1857
1858         * po/es.po
1859                 updated
1860         * src/compose.c
1861                 typo fixed (space after comma)
1862         * tools/make.themes.project
1863                 remove exec mode from tarball files
1864
1865 2006-06-20 [colin]      2.3.1cvs3
1866
1867         * src/news.c
1868         * src/procheader.c
1869         * src/unmime.c
1870                 Better fix for \n's in headers (don't 
1871                 break Received: and others)
1872
1873 2006-06-20 [paul]       2.3.1cvs2
1874
1875         * src/alertpanel.c
1876         * src/textview.c
1877                 improve legibility of phishing attempt
1878                 dialog
1879
1880 2006-06-20 [paul]       2.3.1cvs1
1881
1882         * NEWS
1883         * README
1884         * configure.ac
1885                 Update version number following
1886                 stable release
1887
1888 2006-06-20 [colin]      2.3.0cvs26
1889
1890         * src/compose.c
1891                 When dragging a file to the text of the compose
1892                 window, ask whether we want to insert or attach
1893                 (I know lots of people who do that to attach)
1894
1895 2006-06-20 [colin]      2.3.0cvs25
1896
1897         * src/etpan/imap-thread.c
1898                 Fix threshold (the append command is often > 32 bytes)
1899
1900 2006-06-19 [colin]      2.3.0cvs24
1901
1902         * src/imap.c
1903         * src/etpan/imap-thread.c
1904                 Workaround Rockliffe IMAP server bug: replace
1905                 "x UID SEARCH (ANSWERED UID 1:*)" with
1906                 "x UID SEARCH ANSWERED"
1907                 (Rockliffe doesn't handle the parenthesis)
1908
1909 2006-06-19 [colin]      2.3.0cvs23
1910
1911         * src/compose.c
1912         * src/imap.c
1913         * src/etpan/imap-thread.c
1914                 Probably fix bug #972 (Freezes when adding 
1915                 an attachment to the message)
1916         * src/common/defs.h
1917                 Modernize Firefox cmd
1918
1919
1920 2006-06-18 [colin]      2.3.0cvs22
1921
1922         * src/prefs_customheader.c
1923                 Only allow correct filenames for various
1924                 custom headers
1925
1926 2006-06-18 [colin]      2.3.0cvs21
1927
1928         * src/prefs_customheader.c
1929                 Add a 'From File...' button in custom headers prefs, which
1930                 try to do the right thing: 
1931                 for normal headers, use file as plaintext,
1932                 for X-Face, calls compface,
1933                 for Face, encode to b64.
1934
1935 2006-06-17 [colin]      2.3.0cvs20
1936
1937         * src/mh.c
1938                 Warning fix
1939
1940 2006-06-16 [colin]      2.3.0cvs19
1941
1942         * src/summaryview.c
1943                 Recursive quicksearch: show message list
1944                 in current folder, *then* search children
1945                 in the background.
1946
1947 2006-06-16 [colin]      2.3.0cvs18
1948
1949         * src/main.c
1950                 Instead of ignoring SIGPIPE, save caches
1951                 when getting one. Will fix the fact that
1952                 hot caches are out-of-date when logging 
1953                 out of Xorg.
1954         * src/compose.c
1955         * src/prefs_compose_writing.c
1956                 Only save text (not attachments) when 
1957                 auto-saving to drafts
1958         * src/unmime.c
1959                 Always replace \n, \r and \t with spaces
1960                 in headers
1961         * manual/dist/html/Makefile.am
1962         * manual/dist/pdf/Makefile.am
1963         * manual/dist/ps/Makefile.am
1964         * manual/dist/txt/Makefile.am
1965         * manual/fr/dist/html/Makefile.am
1966         * manual/fr/dist/pdf/Makefile.am
1967         * manual/fr/dist/ps/Makefile.am
1968         * manual/fr/dist/txt/Makefile.am
1969         * manual/pl/dist/html/Makefile.am
1970         * manual/pl/dist/pdf/Makefile.am
1971         * manual/pl/dist/ps/Makefile.am
1972         * manual/pl/dist/txt/Makefile.am
1973                 Fix make clean removing pregenerated manuals
1974
1975
1976 2006-06-16 [colin]      2.3.0cvs17
1977
1978         * src/plugins/pgpcore/sgpgme.c
1979         * src/plugins/pgpmime/pgpmime.c
1980         * src/plugins/pgpinline/pgpinline.c
1981                 Better error reporting in setup_signers.
1982                 Don't fallback to default key if specified
1983                 key isn't found.
1984                 Don't allow signing if more than one secret
1985                 key matches the one specified in prefs.
1986
1987 2006-06-15 [colin]      2.3.0cvs16
1988
1989         * src/folderview.c
1990                 Add "Send queue" in the folder's contextual
1991                 menu
1992         * src/compose.c
1993         * src/messageview.c
1994         * src/privacy.c
1995         * src/privacy.h
1996         * src/procmime.c
1997         * src/procmsg.c
1998         * src/plugins/pgpcore/passphrase.c
1999         * src/plugins/pgpcore/sgpgme.c
2000         * src/plugins/pgpinline/pgpinline.c
2001         * src/plugins/pgpmime/pgpmime.c
2002                 Better error reporting
2003         * src/mbox.c
2004                 Probably fix bug #971 (2.2.3 cannot read mail 
2005                 from local mbox)
2006
2007
2008 2006-06-15 [mones]      2.3.0cvs15
2009
2010         * tools/make.themes.project
2011                 creates the themes project from the web page
2012
2013 2006-06-15 [colin]      2.3.0cvs14
2014
2015         * src/folder.c
2016                 Better fix (avoid losing the folder if scan_tree 
2017                 fails)
2018
2019 2006-06-15 [cleroy]     2.3.0cvs13
2020
2021         * src/folder.c
2022                 Probably fix Bug #969 (crash on rebuilding 
2023                 imap folder)
2024
2025 2006-06-14 [colin]      2.3.0cvs12
2026
2027         * manual/dtd/manual.xsl
2028         * manual/sylpheed-claws-manual.xml
2029         * manual/fr/sylpheed-claws-manual.xml
2030         * manual/pl/sylpheed-claws-manual.xml
2031                 Insert pagebreaks between sections
2032
2033 2006-06-14 [paul]       2.3.0cvs11
2034
2035         * configure.ac
2036                 better fix than 2.3.0cvs10
2037
2038 2006-06-14 [paul]       2.3.0cvs10
2039
2040         * configure.ac
2041                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2042                 (backwards compatible)
2043
2044 2006-06-13 [colin]      2.3.0cvs9
2045
2046         * src/messageview.c
2047                 Fix sending of return receipt with the new queue folders
2048
2049 2006-06-13 [wwp]        2.3.0cvs8
2050
2051         * src/quote_fmt_lex.l
2052                 fix wrong tokens returned in quote_fmt lexer, query not().
2053
2054 2006-06-13 [wwp]        2.3.0cvs7
2055
2056         * src/folder.c
2057         * src/prefs_folder_item.c
2058                 allow changing folder type even when folder is not a top-level one,
2059                 thanks to Colin.
2060
2061 2006-06-12 [colin]      2.3.0cvs6
2062
2063         * src/folderview.c
2064                 Fix double-ask of "Do you want to mark all
2065                 as read"
2066
2067 2006-06-12 [colin]      2.3.0cvs5
2068
2069         * src/compose.c
2070         * src/compose.h
2071         * src/folder.c
2072         * src/folder.h
2073         * src/imap.c
2074         * src/inc.c
2075         * src/main.c
2076         * src/messageview.c
2077         * src/mh.c
2078         * src/prefs_folder_item.c
2079         * src/procheader.c
2080         * src/procmime.c
2081         * src/procmsg.c
2082         * src/procmsg.h
2083         * src/send_message.c
2084         * src/summaryview.c
2085         * src/toolbar.c
2086                 Apply bug #964's patch (Queue and drafts aren't normal)
2087                 The Drafts and Queue folder now contain RFC-822 files,
2088                 allowing to move and copy mails from and to these 
2089                 folders. Moving from Drafts to Queue will prepare the
2090                 mail for sending (PGP signature, encryption, etc).
2091                 This patch also rework sending errors handling to try
2092                 to be more helpful.
2093                 Also, allow redefining folder types via the GUI 
2094                 (Folder type in its Properties)
2095
2096 2006-06-12 [colin]      2.3.0cvs4
2097
2098         * src/summaryview.c
2099         * src/prefs_common.c
2100         * src/prefs_common.h
2101         * src/gedit-print.c
2102                 Allow to define a specific print font - patch
2103                 by Bernhard Walle <bernhard.walle@gmx.de>
2104         * src/prefs_fonts.c
2105         * manual/advanced.xml
2106         * manual/fr/advanced.xml
2107                 Add a hidden pref to allow deletion without
2108                 confirmation
2109
2110 2006-06-12 [wwp]        2.3.0cvs3
2111
2112         * .cvsignore
2113                 more files to ignore.
2114
2115 2006-06-12 [wwp]        2.3.0cvs2
2116
2117         * src/quote_fmt.c
2118         * src/quote_fmt_lex.l
2119         * src/quote_fmt_parse.y
2120                 extend the quote_fmt parser (templates and quotes):
2121                 - allow limited sub-expressions in |p{} and |f{} expressions,
2122                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2123                 - implemented/fixed missing implementation of query_references and show_references,
2124                 - completed, fixed contents and format of the symbols help dialog,
2125                 - fix some compilation warnings.
2126
2127 2006-06-12 [wwp]        2.3.0cvs1
2128
2129         * manual/advanced.xml
2130         * manual/fr/advanced.xml
2131                 updates in the "templates" section of the manual (eng/fr):
2132                  - be more precise (both versions)
2133                  - completed to match the english reference (fr version)
2134                  - touchups (both versions)
2135
2136 2006-06-12 [paul]       2.3.0
2137
2138         2.3.0 released
2139
2140 2006-06-12 [paul]       2.2.3cvs14
2141
2142         * po/ca.po
2143         * po/cs.po
2144         * po/de.po
2145         * po/el.po
2146         * po/fr.po
2147         * po/it.po
2148         * po/pt_BR.po
2149         * po/sr.po
2150         * po/zh_CN.po
2151                 updated by Miquel Oliete, Tim, Stephan Sachse,
2152                 Stavros Giannouris, Fabien Vantard, Andrea
2153                 Spadaccini, Frederico Goncalves Guimaraes,
2154                 Aleksandar Urosevic, and Ralgh Young
2155
2156 2006-06-12 [colin]      2.2.3cvs13
2157
2158         * src/mbox.c
2159                 Add missing header
2160
2161 2006-06-11 [colin]      2.2.3cvs12
2162
2163         * src/msgcache.c
2164                 Verify that g_malloc() succeeded
2165
2166 2006-06-11 [colin]      2.2.3cvs11
2167
2168         * src/wizard.c
2169                 Add Face header to welcome mail
2170
2171 2006-06-10 [colin]      2.2.3cvs10
2172
2173         * src/textview.c
2174                 Revert previous (Forgot it changes the
2175                 margin on the whole mail)
2176
2177 2006-06-10 [colin]      2.2.3cvs9
2178
2179         * src/textview.c
2180                 Don't overlap long headers under (X-)Face
2181
2182 2006-06-10 [mones]      2.2.3cvs8
2183
2184         * manual/xml2pdf
2185                 allow generation of manual on systems lacking saxon binary
2186                 but with java and the saxon library installed
2187
2188         * po/es.po
2189                 updated for release
2190
2191 2006-06-09 [colin]      2.2.3cvs7
2192
2193         * src/summaryview.c
2194                 Fix leak when using Display Sender using Addressbook
2195
2196 2006-06-09 [colin]      2.2.3cvs6
2197
2198         * src/compose.c
2199         * src/folder.c
2200         * src/folderview.c
2201         * src/mimeview.c
2202         * src/summaryview.c
2203                 More leaks fixes
2204
2205 2006-06-09 [paul]       2.2.3cvs5
2206
2207         * AUTHORS
2208         * src/gtk/authors.h
2209         * tools/claws.i18n.status.pl
2210                 updated with new info
2211
2212 2006-06-09 [paul]       2.2.3cvs4
2213
2214         * README
2215                 updated
2216         * manual/ack.xml
2217                 add wwp to authors list
2218         * src/gtk/authors.h
2219                 update mine and Colin's addresses
2220
2221 2006-06-08 [colin]      2.2.3cvs3
2222
2223         * src/etpan/imap-thread.c
2224                 Fix leak on SSL cert check
2225
2226 2006-06-08 [colin]      2.2.3cvs2
2227
2228         * src/common/utils.c
2229                 Fix leak
2230
2231 2006-06-08 [paul]       2.2.3cvs1
2232
2233         * configure.ac
2234                 Update version number following
2235                 stable release
2236
2237 2006-06-07 [colin]      2.2.2cvs3
2238
2239         * src/msgcache.c
2240                 Fix catching cache read errors (guint instead of gint)
2241                 Prevent malloc'ing more than 8MB (means cache corruption)
2242
2243 2006-06-07 [paul]       2.2.2cvs2
2244
2245         * src/exporthtml.c
2246         * src/exportldif.c
2247         * src/mh.c
2248         * src/mutt.c
2249         * src/pine.c
2250         * src/common/utils.c
2251                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2252                 obey $HOME'
2253                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2254                 Thanks to Colin
2255
2256 2006-06-06 [paul]       2.2.2cvs1
2257
2258         * configure.ac
2259                 Update version number following
2260                 stable release
2261
2262 2006-06-06 [paul]       2.2.1cvs6
2263
2264         * src/matcher.c
2265                 fix  implicit declaration of
2266                 sylpheed_do_idle()
2267                 Patch by Fabien Vantard
2268
2269 2006-06-06 [paul]       2.2.1cvs5
2270
2271         * src/matcher.c
2272                 fix age_greater and age_lower so that they
2273                 mean what say and not '...or equal to'
2274                 Thanks to Colin
2275
2276 2006-06-06 [paul]       2.2.1cvs4
2277
2278         * src/textview.c
2279         * src/common/utils.c
2280                 fix URI check
2281                 Thanks to Colin
2282
2283 2006-06-05 [wwp]        2.2.1cvs3
2284
2285         * manual/fr/account.xml
2286                 minor language fixes (thanks to Fabien Vantard).
2287
2288 2006-06-05 [colin]      2.2.1cvs2
2289
2290         * src/prefs_folder_item.c
2291         * src/folderview.c
2292                 Allow recursive setting of properties 
2293                 for whole mailboxes
2294         * src/matcher.c
2295                 Don't freeze on 'test' filtering rule
2296
2297 2006-06-05 [colin]      2.2.1cvs1
2298
2299         * configure.ac
2300                 Update version number following
2301                 stable release
2302
2303 2006-06-04 [wwp]        2.2.0cvs82
2304
2305         * manual/glossary.xml
2306         * manual/account.xml
2307         * manual/fr/glossary.xml
2308         * manual/fr/account.xml
2309                 added glossary section and references/links related to the Face custom header.
2310
2311 2006-06-04 [colin]      2.2.0cvs81
2312
2313         * src/summaryview.c
2314                 Skip to next message on move with no
2315                 immediate execution
2316
2317 2006-06-04 [wwp]        2.2.0cvs80
2318
2319         * manual/xml2pdf
2320                 added sanity checks, exit when needed.
2321
2322 2006-06-03 [paul]       2.2.0cvs79
2323
2324         * src/prefs_receive.c
2325                 page name is now 'Receiving'
2326         * src/prefs_send.c
2327                 page name is now 'Sending'
2328
2329 2006-06-03 [colin]      2.2.0cvs78
2330
2331         * src/plugins/spamassassin/spamassassin_gtk.c
2332                 Autoswitch to Localhost if transport was previously
2333                 disabled. Else people had to check [] Enable, then
2334                 *reselect* transport.
2335
2336 2006-06-03 [colin]      2.2.0cvs77
2337
2338         * src/plugins/pgpinline/pgpinline.c
2339         * src/plugins/pgpmime/pgpmime.c
2340                 Check that gpg_data_release_and_get_mem 
2341                 didn't fail (now, why this happens...)
2342
2343 2006-06-03 [colin]      2.2.0cvs76
2344
2345         * src/mbox.c
2346                 Fix bug #962 (Manual and/or UI should 
2347                 warn about incompatible locking 
2348                 causing dataloss)
2349
2350 2006-06-02 [cleroy]     2.2.0cvs75
2351
2352         * src/filtering.c
2353         * src/folder.c
2354         * src/procmsg.c
2355         * src/summaryview.c
2356                 Fix a few leaks
2357
2358 2006-06-02 [colin]      2.2.0cvs74
2359
2360         * src/main.c
2361                 On exit, free caches after writing them
2362                 Shuts up some valgrind false positives
2363         * src/procmsg.c
2364         * src/send_message.c
2365                 Fix races when reusing existing SMTP connections
2366                 Fix inexistant session timeout
2367         * src/toolbar.c
2368                 Display alertpanel after all queues have
2369                 been processed, not after each
2370
2371 2006-06-02 [wwp]        2.2.0cvs73
2372
2373         * manual/fr/glossary.xml
2374         * manual/fr/ack.xml
2375         * manual/ack.xml
2376                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2377
2378 2006-06-02 [wwp]        2.2.0cvs72
2379
2380         * manual/xml2pdf
2381         * manual/dist/pdf/Makefile.am
2382         * manual/dtd/manual.xsl
2383         * manual/fr/dist/pdf/Makefile.am
2384         * manual/pl/dist/pdf/Makefile.am
2385                 we changed the procedure to generate the .pdf version of the manual.
2386                 The procedure is more modern and the .pdf we get now has a valid index.
2387                 Here are the new pre-requisites:
2388
2389                 - JRE 1.x (1.4 here): there must be one from your distro
2390                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2391                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2392                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2393
2394                 See my posts for further info about the installation of this toolchain:
2395
2396                 Date: Fri, 19 May 2006 19:40:06 +0200
2397                 From: wwp <subscript@free.fr>
2398                 To: sylpheed-claws-devel@lists.sourceforge.net
2399                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2400
2401                 and
2402
2403                 Date: Wed, 24 May 2006 12:58:49 +0200
2404                 From: wwp <subscript@free.fr>
2405                 To: sylpheed-claws-devel@lists.sourceforge.net
2406                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2407
2408 2006-06-01 [colin]      2.2.0cvs71
2409
2410         * src/compose.c
2411                 Better guards against IMAP races
2412         * src/main.c
2413         * src/prefs_common.c
2414         * src/prefs_common.h
2415         * src/common/ssl_certificate.c
2416         * src/etpan/imap-thread.c
2417         * src/etpan/imap-thread.h
2418         * src/gtk/sslcertwindow.c
2419                 New hidden option ssl_skip_cert_check to 
2420                 avoid dups of bug #959 (libetpan linked
2421                 against gnutls and gnutls buggy on 64bit)
2422                 Present expired warning only once per
2423                 session/server.
2424         * manual/advanced.xml
2425         * manual/fr/advanced.xml
2426                 Document new option
2427
2428 2006-06-01 [wwp]        2.2.0cvs70
2429
2430         * src/messageview.c
2431                 fix for bug #961 (return receipt dialog 
2432                 complains incorrectly about return-path 
2433                 email adress being different), thanks 
2434                 to Colin.
2435
2436 2006-05-31 [cleroy]     2.2.0cvs69
2437
2438         * src/common/ssl.c
2439                 Guard against NULLs, although this
2440                 should never be an issue
2441
2442 2006-05-31 [colin]      2.2.0cvs68
2443
2444         * src/filtering.c
2445                 Use g_slist_prepend
2446         * src/imap.c
2447                 Don't remove caches when destroying folder, it
2448                 could (should) be done at exit
2449         * src/inc.c
2450                 free processing cache after incorporation
2451         * src/etpan/imap-thread.c
2452                 Maybe fix bug #959 (Crash on moving to emails 
2453                 to a imap account per ssl with a expired 
2454                 certificate.)
2455
2456 2006-05-30 [colin]      2.2.0cvs67
2457
2458         * src/summaryview.c
2459                 Put back event flush when displaying message
2460                 It avoids reading a bunch of messages just
2461                 by hitting shift-n for too long ;)
2462
2463 2006-05-29 [colin]      2.2.0cvs66
2464
2465         * src/summaryview.c
2466                 Remove useless g_warnings
2467
2468 2006-05-29 [colin]      2.2.0cvs65
2469
2470         * src/imap.c
2471                 Fix g_slist_append()s for performance
2472
2473 2006-05-29 [colin]      2.2.0cvs64
2474
2475         * src/compose.c
2476         * src/common/utils.c
2477                 Fix extraneous tab at start of addresses
2478         * src/mainwindow.c
2479                 Fix warnings (thanks to Fabien)
2480                 Fix crash at exit when composing messages 
2481                 exist
2482         * src/pop.c
2483                 Fix progress bar when deleting expired mails
2484                 Thanks to Hiro
2485         * src/summaryview.c
2486         * src/gtk/gtksctree.c
2487                 Fix re-sorting slowness
2488
2489 2006-05-29 [paul]       2.2.0cvs63
2490
2491         * src/mh.c
2492                 fetch full message when moving mails
2493                 from another mailbox, (fixed data loss
2494                 when filtering from IMAP to MH, introduced
2495                 in 2.2.0cvs57).
2496                 Thanks to Colin
2497
2498 2006-05-29 [mones]      2.2.0cvs62
2499
2500         * src/gtk/gtksctree.c
2501                 Unselect faster (patch by Colin)        
2502
2503 2006-05-26 [colin]      2.2.0cvs61
2504
2505         * src/summaryview.c
2506                 Unplug MSGINFO_UPDATE callback on delete too.
2507
2508 2006-05-26 [colin]      2.2.0cvs60
2509
2510         * src/foldersel.c
2511                 Fix bold in folder selection window with glib2.10
2512                 thanks Hiro
2513
2514 2006-05-26 [colin]      2.2.0cvs59
2515
2516         * src/procheader.c
2517                 Convert date only if necessary (and don't
2518                 try to convert from utf8 to utf8, too)
2519         * src/summaryview.c
2520                 Only set column's text if the column's 
2521                 displayed
2522
2523 2006-05-26 [colin]      2.2.0cvs58
2524
2525         * src/summaryview.c
2526         * src/gtk/gtkutils.c
2527                 Fix useless warning
2528
2529 2006-05-26 [colin]      2.2.0cvs57
2530
2531         * src/mainwindow.c
2532                 Make summaryview selectable as long as 
2533                 no message has focus
2534         * src/mh.c
2535                 Faster deletion (by implementing mh_remove_msgs)
2536                 Faster copy (avoid using mh_fetch_msg just to get
2537                 the filename)
2538                 Faster move (using move_file instead of copy_file
2539                 if MSG_IS_MOVE)
2540                 No progressbar if total number of mails to cp/mv 
2541                 is less than 100
2542         * src/summaryview.c
2543                 Fix removal from subject_table when mail gets moved
2544                 Faster deletion (g_slist_prepend instead of append)
2545         * src/gtk/gtksctree.c
2546                 Remove useless code
2547
2548 2006-05-25 [colin]      2.2.0cvs56
2549
2550         * src/common/ssl_certificate.c
2551                 Fix leak in expired cert check
2552
2553 2006-05-25 [colin]      2.2.0cvs55
2554
2555         * src/mh.c
2556                 Disable flags syncing on .mh_sequences - it
2557                 is buggy and marks mails read under unknown
2558                 conditions.
2559
2560 2006-05-25 [paul]
2561
2562         * 2.3.0-rc4 released
2563
2564 2006-05-24 [colin]      2.2.0cvs54
2565
2566         attention cvs users: if you manage to crash
2567         Sylpheed-Claws while moving, copying or deleting
2568         mails, we *are* interested in stack traces and
2569         valgrind logs. It looks stable, but one never
2570         knows...
2571
2572         * src/folder.c
2573                 Add progressbar for cache updates
2574         * src/folderutils.c
2575                 Optimize Mark all read in the current
2576                 folder
2577         * src/mh.c
2578                 Add progressbar for copy/move
2579         * src/procmsg.c
2580                 Optimize O(n^2) in copy/move
2581         * src/summaryview.c
2582         * src/gtk/gtksctree.c
2583                 Optimize O(n^2) algos
2584         * src/common/timing.h
2585                 Display ms instead of us
2586
2587 2006-05-24 [wwp]        2.2.0cvs53
2588
2589         * manual/fr/advanced.xml
2590                 updates to the French manual.
2591
2592 2006-05-24 [wwp]        2.2.0cvs52
2593
2594         * src/common/utils.c
2595                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2596
2597 2006-05-24 [wwp]        2.2.0cvs51
2598
2599         * src/folderutils.c
2600                 fixed "mark all read" in MH folders (thanks to Colin).
2601
2602 2006-05-24 [paul]       2.2.0cvs50
2603
2604         * doc/man/sylpheed-claws.1
2605                 updated the man page
2606
2607 2006-05-23 [colin]      2.2.0cvs49
2608
2609         * src/folderview.c
2610         * src/imap.c
2611         * src/inc.c
2612         * src/mbox.c
2613         * src/messageview.c
2614         * src/news.c
2615         * src/send_message.c
2616         * src/summaryview.c
2617         * src/gtk/sslcertwindow.c
2618                 alertpanel fixes, by Fabien
2619
2620 2006-05-23 [colin]      2.2.0cvs48
2621
2622         * src/folder.c
2623         * src/folderview.c
2624         * src/msgcache.c
2625         * src/summaryview.c
2626         * src/gtk/gtksctree.c
2627         * src/gtk/gtksctree.h
2628                 More timings
2629                 Fix slow loading problem, which was caused by the
2630                 use of some gtk_ctree funcs and their use of
2631                 g_list_position while gtk_ctree_(un)link'ing.
2632                 Reap more functions from gtkctree.c to be sure we
2633                 use our (fast) version instead of theirs.
2634         * src/mh.c
2635                 Fix copy of unread mails
2636
2637
2638 2006-05-22 [wwp]        2.2.0cvs47
2639
2640         * manual/fr/advanced.xml
2641                 updated.
2642
2643 2006-05-22 [colin]      2.2.0cvs46
2644
2645         * src/filtering.c
2646                 Fix possible infinite loop. 'copy' is not a 
2647                 final action, so when encountering a 'copy',
2648                 we have to check if a previous one was set
2649                 and do it. In the same way, if we encounter
2650                 a 'move' we have to perform a possibly 
2651                 pending 'copy'. This will slow down filtering
2652                 on IMAP if move+copy or multiple copy actions
2653                 are to be done, but handling it via the batch
2654                 would be really too convoluted.
2655
2656 2006-05-22 [wwp]        2.2.0cvs45
2657
2658         * manual/fr/advanced.xml
2659         * manual/fr/faq.xml
2660         * manual/fr/glossary.xml
2661         * manual/fr/handling.xml
2662         * manual/fr/intro.xml
2663         * manual/fr/plugins.xml
2664         * manual/fr/sylpheed-claws-manual.xml
2665                 sync w/ the english manual: updates URIs, documented mailing-list
2666                 support, better explanation about the enabled/disabled feature
2667                 in filtering/processing rules by Paul.
2668
2669 2006-05-21 [colin]      2.2.0cvs44
2670
2671         * src/summaryview.c
2672                 Don't expand after building threads, but during
2673
2674 2006-05-21 [colin]      2.2.0cvs43
2675
2676         * src/procmsg.c
2677         * src/summaryview.c
2678                 More timing possibilities... For next time I have 
2679                 to find out how the hell some 3GHz computer takes
2680                 one minute to open a 30k folder...
2681
2682 2006-05-21 [colin]      2.2.0cvs42
2683
2684         * manual/pl/advanced.xml
2685         * manual/pl/faq.xml
2686         * manual/pl/glossary.xml
2687         * manual/pl/handling.xml
2688         * manual/pl/intro.xml
2689         * manual/pl/plugins.xml
2690         * manual/pl/sylpheed-claws-manual.xml
2691                 Polish manual updated by Pawel
2692
2693 2006-05-20 [colin]
2694
2695         * 2.3.0-rc3 released
2696
2697 2006-05-20 [colin]      2.2.0cvs41
2698
2699         * src/imap.c
2700                 Fix -rc2 problems:
2701                 - remove cache of moved messages from original folder
2702                 - apply new flags to messages even if they aren't appliable
2703                   via IMAP.
2704
2705 2006-05-20 [colin]
2706
2707         * 2.3.0-rc2 released
2708
2709 2006-05-19 [colin]      2.2.0cvs40
2710
2711         * src/imap.c
2712                 Don't issue SELECT in imap_change_flags
2713                 before having checked that we indeed have
2714                 some flags to change. MSG_POSTFILTERED for
2715                 example can't be used on IMAP.
2716                 Fixes bug #955 (copying messages between 
2717                 imap folders is extremely slow), which was
2718                 a regression.
2719
2720 2006-05-19 [colin]      2.2.0cvs39
2721
2722         * src/folder.c
2723         * src/folder.h
2724         * src/folderview.c
2725                 Try to fix bug #830 (Some unread messages 
2726                 get marked read in IMAP inbox):
2727                 - Prevent scanning a folder if it's being 
2728                   opened via the GUI
2729                 - Postpone opening via the GUI of a folder
2730                   currently scanned.
2731
2732
2733 2006-05-19 [wwp]        2.2.0cvs38
2734
2735         * manual/advanced.xml
2736                 fix English+typo (thanks to Paul).
2737
2738 2006-05-19 [wwp]        2.2.0cvs37
2739
2740         * manual/advanced.xml
2741         * manual/fr/advanced.xml
2742         * src/gtk/logwindow.c
2743         * src/prefs_common.c
2744         * src/prefs_common.h
2745                 added hidden prefs to allow customization of colors used in
2746                 protocol log window (useful for dark gtk+ themes).
2747
2748 2006-05-19 [wwp]        2.2.0cvs36
2749
2750         * ChangeLog
2751                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2752
2753 2006-05-19 [paul]       2.2.0cvs35
2754
2755         * src/textview.c
2756                 make Reply-To fully clickable
2757         * src/gtk/logwindow.c
2758                 more colouring (SMTP ESMTP)
2759         Both patches by Pawel Pekala
2760
2761 2006-05-19 [cleroy]     2.2.0cvs34
2762
2763         * src/mh.c
2764                 Don't update flags from current folder
2765                 Probably fixes bug #935 (Read Messages 
2766                 Revert to Being Marked as Unread)
2767
2768 2006-05-18 [colin]      2.2.0cvs33
2769
2770         * src/imap.c
2771                 Warning fix
2772         * src/compose.c
2773         * src/mainwindow.c
2774         * src/summaryview.c
2775         * src/toolbar.c
2776                 Allow replying to multiple emails
2777                 in multiple windows
2778         * src/mimeview.c
2779         * src/etpan/imap-thread.c
2780                 Leak fixes
2781
2782 2006-05-18 [paul]       2.2.0cvs32
2783
2784         * src/summaryview.c
2785                 keep Mailing-List menu refreshed
2786                 Thanks to Colin
2787
2788 2006-05-18 [paul]       2.2.0cvs31
2789
2790         * manual/advanced.xml
2791         * manual/faq.xml
2792         * manual/glossary.xml
2793         * manual/handling.xml
2794         * manual/intro.xml
2795         * manual/plugins.xml
2796         * manual/sylpheed-claws-manual.xml
2797                 update URLs
2798                 add info about mailing-list support
2799                 edit filtering info
2800         * src/wizard.c
2801         * src/common/defs.h
2802         * src/gtk/about.c
2803         * src/plugins/dillo_viewer/README
2804                 update URLs
2805
2806 2006-05-17 [wwp]        2.2.0cvs30
2807
2808         * manual/handling.xml
2809         * manual/fr/handling.xml
2810                 documented the ability to enabled/disable filtering/processing rules.
2811
2812 2006-05-17 [colin]      2.2.0cvs29
2813
2814         * src/main.c
2815                 Don't initialize g_thread subsystem if it's 
2816                 already done (thanks to Hiro)
2817         * src/mimeview.c
2818                 Fix saving of parts when there name can't be
2819                 converted from UTF-8.
2820
2821 2006-05-17 [paul]       2.2.0cvs28
2822
2823         * po/Makefile.in.in
2824                 fix config.status warning with autoconf 2.60
2825
2826 2006-05-17 [paul]       2.2.0cvs27
2827
2828         * po/POTFILES.in
2829                 add src/mbox.c
2830
2831 2006-05-17 [wwp]        2.2.0cvs26
2832
2833         * src/mainwindow.c
2834                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2835
2836 2006-05-17 [wwp]        2.2.0cvs25
2837
2838         * src/plugins/demo/demo.c
2839                 updated product name in plugin demo (many plugins need to be
2840                 sync'ed w/ that change).
2841
2842 2006-05-17 [colin]      2.2.0cvs24
2843
2844         * src/mh.c
2845                 Fix leak
2846
2847 2006-05-16 [colin]      2.2.0cvs23
2848
2849         * src/mainwindow.c
2850                 Stupid me hit again. Fix cvs22.
2851
2852 2006-05-16 [colin]      2.2.0cvs22
2853
2854         * src/mainwindow.c
2855                 Fix bug #922 (sylpheed-claws crashed after 
2856                 pushing on Inbox folder)
2857
2858 2006-05-16 [colin]      2.2.0cvs21
2859
2860         * src/compose.c
2861                 Make From header be copy/paste/select-able
2862
2863 2006-05-16 [wwp]        2.2.0cvs20
2864
2865         * src/export.c
2866         * src/matcher.c
2867         * src/summaryview.c
2868         * src/etpan/imap-thread.c
2869                 fix some compiler warnings (thanks to Colin).
2870
2871 2006-05-16 [wwp]        2.2.0cvs19
2872
2873         * src/action.c
2874         * src/gedit-print.c
2875         * src/inc.c
2876         * src/mainwindow.c
2877         * src/mh.c
2878         * src/statusbar.c
2879         * src/send_message.c
2880         * src/summaryview.c
2881                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2882
2883 2006-05-15 [colin]      2.2.0cvs18
2884
2885         * src/procmsg.c
2886                 Fix automatic rule creation with List-Post
2887
2888 2006-05-15 [paul]       2.2.0cvs17
2889
2890         * tools/filter_conv_new.pl
2891                 updated for rule enabling/disabling
2892                 claws version >= 2.3.x required
2893
2894 2006-05-15 [cleroy]     2.2.0cvs16
2895
2896         * src/main.c
2897                 Revert test
2898
2899 2006-05-15 [cleroy]     2.2.0cvs15
2900
2901         * src/main.c
2902                 test
2903
2904 2006-05-15 [wwp]        2.2.0cvs14
2905
2906         * manual/pl/.cvsignore
2907                 ignore generated files.
2908
2909 2006-05-14 [wwp]        2.3.0-rc1
2910
2911         * 2.3.0-rc1 released
2912
2913 2006-05-13 [wwp]        2.2.0cvs13
2914
2915         * src/filtering.c
2916         * src/filtering.h
2917         * src/matcher.c
2918         * src/matcher_parser_lex.l
2919         * src/matcher_parser_parse.y
2920         * src/prefs_filtering.c
2921                 new feature: provide the ability to disable filtering and processing
2922                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2923                 adaptations.
2924
2925 2006-05-13 [colin]      2.2.0cvs12
2926
2927         * src/compose.c
2928                 Remove useless if (a) b; else b;
2929                 Thanks to wwp
2930
2931 2006-05-13 [wwp]        2.2.0cvs11
2932
2933         * src/export.c
2934         * src/import.c
2935         * src/mainwindow.c
2936         * src/mbox.c
2937         * src/summaryview.c
2938         * src/summaryview.h
2939                 no more silent failures (or at least less ones) when importing
2940                 or exporting from/to mbox. Also start importing/exporting if
2941                 the necessary info is set.
2942
2943 2006-05-13 [wwp]        2.2.0cvs10
2944
2945         * RELEASE_NOTES
2946                 restored up-to-date release notes.
2947
2948 2006-05-13 [paul]       2.2.0cvs9
2949
2950         * po/nl.po
2951         * po/ru.po
2952                 updated by Tim Dijkstra and Pavlo Bohmat
2953
2954 2006-05-12 [colin]      2.2.0cvs8
2955
2956         * src/gtk/quicksearch.c
2957                 Add "k" as shortcut for "colorlabel". Patch
2958                 by ath42@users.sf.net.
2959
2960 2006-05-12 [paul]       2.2.0cvs7
2961
2962         * src/prefs_common.h
2963         * src/prefs_summaries.c
2964         * src/summaryview.c
2965                 when entering a folder also allow
2966                 going directly to first Marked message
2967
2968 2006-05-12 [paul]       2.2.0cvs6
2969
2970         * src/summaryview.c
2971                 always obey 'confirm before marking all
2972                 mails read' option
2973
2974 2006-05-12 [paul]       2.2.0cvs5
2975
2976         * src/textview.c
2977                 make Sender fully clickable
2978
2979 2006-05-12 [colin]      2.2.0cvs4
2980
2981         * src/compose.c
2982         * src/compose.h
2983                 Let From be editable
2984         * src/main.c
2985         * src/mh.c
2986                 Full support of .mh_sequences' Unseen seq
2987
2988 2006-05-12 [colin]      2.2.0cvs3
2989
2990         * src/folder.c
2991         * src/mainwindow.c
2992         * src/mainwindow.h
2993         * src/messageview.c
2994         * src/prefs_spelling.c
2995         * src/procheader.c
2996         * src/procmsg.c
2997         * src/procmsg.h
2998         * src/summaryview.c
2999         * src/toolbar.c
3000         * src/toolbar.h
3001                 Add contextual menu on Compose toolbar
3002                 button. Fixes bug #944 (Automatic
3003                 addresses not applied when changing account
3004                 from compose window)
3005                 add Mailing List support
3006                 based on the old 0.6.5claws25 patch by
3007                 Melvin Hadasht, with finishing touches
3008                 by Colin
3009                 Fix "ignore thread" when mails are threaded by
3010                 subject (and weren't ignored although appearing
3011                 in the thread).
3012                 GUI rework.
3013                 Both patches by Pawel.
3014
3015 2006-05-08 [paul]       2.2.0cvs2
3016
3017         * src/mainwindow.c
3018         * src/mainwindow.h
3019         * src/messageview.c
3020         * src/procheader.c
3021         * src/procmsg.c
3022         * src/procmsg.h
3023         * src/summaryview.c
3024                 add Mailing List support
3025                 based on the old 0.6.5claws25 patch by 
3026                 Melvin Hadasht, with finishing touches
3027                 by Colin
3028
3029 2006-05-08 [colin]      2.2.0cvs1
3030
3031         * src/mainwindow.c
3032         * src/toolbar.c
3033         * src/toolbar.h
3034                 Add contextual menu on Compose toolbar 
3035                 button. Fixes bug #944 (Automatic 
3036                 addresses not applied when changing account 
3037                 from compose window)
3038
3039 2006-05-08 [paul]       2.2.0
3040
3041         2.2.0 released
3042
3043 2006-05-08 [paul]       2.1.1cvs51
3044
3045         * po/cs.po
3046         * po/de.po
3047         * po/en_GB.po
3048         * po/fi.po
3049         * po/fr.po
3050         * po/pt_BR.po
3051         * po/sr.po
3052         * po/zh_CN.po
3053                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3054                 Fabien Vantard, Frederico Goncalves Guimaraes,
3055                 Aleksandar Urosevic, and Ralgh Young
3056
3057 2006-05-12 [colin]      2.1.1cvs50
3058
3059         * po/cs.po
3060         * po/de.po
3061         * po/en_GB.po
3062         * po/es.po
3063         * po/fi.po
3064         * po/fr.po
3065         * po/pt_BR.po
3066         * po/sr.po
3067         * po/zh_CN.po
3068                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3069                 Fabien Vantard, Frederico Goncalves Guimaraes,
3070                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3071
3072 2006-05-05 [colin]      2.1.1cvs49
3073
3074         * manual/Makefile.am
3075         * manual/pl/Makefile.am
3076         * manual/pl/account.xml
3077         * manual/pl/ack.xml
3078         * manual/pl/addrbook.xml
3079         * manual/pl/advanced.xml
3080         * manual/pl/faq.xml
3081         * manual/pl/glossary.xml
3082         * manual/pl/gpl.xml
3083         * manual/pl/handling.xml
3084         * manual/pl/intro.xml
3085         * manual/pl/keyboard.xml
3086         * manual/pl/plugins.xml
3087         * manual/pl/starting.xml
3088         * manual/pl/sylpheed-claws-manual.xml
3089         * manual/pl/dist/.cvsignore
3090         * manual/pl/dist/Makefile.am
3091         * manual/pl/dist/html/.cvsignore
3092         * manual/pl/dist/html/Makefile.am
3093         * manual/pl/dist/pdf/.cvsignore
3094         * manual/pl/dist/pdf/Makefile.am
3095         * manual/pl/dist/ps/.cvsignore
3096         * manual/pl/dist/ps/Makefile.am
3097         * manual/pl/dist/txt/.cvsignore
3098         * manual/pl/dist/txt/Makefile.am
3099                 Add the polish translation of the manual,
3100                 Authored by Pawel Pekala.
3101
3102 2006-05-05 [cleroy]     2.1.1cvs48
3103
3104         * src/main.c
3105                 Re-read matcherrc after loading plugins 
3106                 if some of them add folders.
3107
3108 2006-05-03 [colin]      2.1.1cvs47
3109
3110         * src/imap.c
3111                 I'm idiot
3112
3113 2006-05-03 [colin]      2.1.1cvs46
3114
3115         * src/imap.c
3116                 Be sure to have a session when
3117                 getting separator
3118
3119 2006-05-03 [colin]      2.1.1cvs45
3120
3121         * src/imap.c
3122         * src/imap.h
3123         * src/imap_gtk.c
3124                 Fix preventing renaming with namespace 
3125                 separator.
3126
3127 2006-05-01 [colin]      2.1.1cvs44
3128
3129         * src/action.c
3130                 Don't reload messageview when result of
3131                 action is piped.
3132
3133 2006-04-29 [colin]      2.1.1cvs43
3134
3135         * src/prefs_receive.c
3136         * src/plugins/spamassassin/spamassassin_gtk.c
3137         * src/plugins/clamav/clamav_plugin_gtk.c
3138                 GUI fixes by Pawel
3139
3140 2006-04-29 [colin]      2.1.1cvs42
3141
3142         * src/prefs_compose_writing.c
3143         * src/prefs_quote.c
3144                 Cleanups. Patch by Pawel
3145
3146 2006-04-28 [paul]       2.1.1cvs41
3147
3148         * src/matcher.c
3149                 fix returned quick search results when search
3150                 term contains an underscore.
3151                 Thanks to Colin
3152
3153 2006-04-28 [paul]       2.1.1cvs40
3154
3155         * src/prefs_message.c
3156         * src/prefs_receive.c
3157                 GUI cleanups
3158                 Patches by Pawel Pekala
3159
3160 2006-04-27 [colin]      2.1.1cvs39
3161
3162         * src/wizard.c
3163                 Differentiate subject Welcome from
3164                 window's title Welcome
3165
3166 2006-04-27 [paul]
3167
3168         2.2.0-rc1 released
3169
3170 2006-04-27 [paul]       2.1.1cvs38
3171
3172         * manual/advanced.xml
3173         * manual/fr/advanced.xml
3174                 add info about compose_no_markup hidden pref
3175
3176 2006-04-27 [paul]       2.1.1cvs37
3177
3178         * src/prefs_account.c
3179                 improve privacy labels
3180         * src/prefs_msg_colors.c
3181                 change some strings for translators' convenience
3182         * src/gtk/gtkutils.c
3183                 don't underline the link button text
3184
3185 2006-04-25 [colin]      2.1.1cvs36
3186
3187         * src/folder.c
3188                 Complete 2.1.1cvs33 (once more ;)
3189
3190 2006-04-25 [colin]      2.1.1cvs35
3191
3192         * src/editldap.c
3193                 Fix tooltip
3194
3195 2006-04-25 [cleroy]     2.1.1cvs34
3196
3197         * src/compose.c
3198         * src/gtk/gtkaspell.c
3199                 Fix crash on redirect (related to the return 
3200                 of the aspell menu in compose's toolbar)
3201         * src/prefs_msg_colors.c
3202                 Fix sensitivity widgets
3203         * src/image_viewer.c
3204         * src/gtk/pluginwindow.c
3205         * src/gtk/prefswindow.c
3206                 Change released signals to clicked (Fabien)
3207         * po/POTFILES.in
3208         * src/common/socket.c
3209         * src/plugins/spamassassin/spamassassin.c
3210                 Translate strings (Fabien)
3211
3212 2006-04-25 [paul]       2.1.1cvs33
3213
3214         * src/folder.c
3215         * src/folder.h
3216         * src/folderview.c
3217                 complete the fix of bug #912
3218                 Thanks to Colin
3219
3220 2006-04-25 [colin]      2.1.1cvs32
3221
3222         * src/news.c
3223                 Better progress bar
3224         * src/mimeview.c
3225         * src/summaryview.c
3226         * src/summaryview.h
3227                 Fix focus chain
3228                 Patches by Pawel Pekala
3229
3230 2006-04-24 [colin]      2.1.1cvs31
3231
3232         * src/compose.c
3233                 Fix compilation warnings (Fabien)
3234
3235 2006-04-24 [colin]      2.1.1cvs30
3236
3237         * src/addrindex.c
3238         * src/editldap.c
3239         * src/editldap_basedn.c
3240         * src/editldap_basedn.h
3241         * src/ldapctrl.c
3242         * src/ldapctrl.h
3243         * src/ldapquery.c
3244         * src/ldaputil.c
3245         * src/ldaputil.h
3246                 Fix bug #901 (LDAPS support)
3247
3248 2006-04-24 [colin]      2.1.1cvs29
3249
3250         * src/compose.c
3251                 Fix logic on error with send dialog on
3252         * src/imap.c
3253                 Fix compilation without libetpan, thanks
3254                 to Fabien
3255         * src/summaryview.c
3256                 Fix 'context-menu' key
3257
3258 2006-04-23 [colin]      2.1.1cvs28
3259
3260         * src/folder.c
3261                 Never free current's cache to free up 
3262                 memory. Fixes bug #912 (new count 
3263                 randomly set to message count)
3264
3265 2006-04-23 [colin]      2.1.1cvs27
3266
3267         * src/gtk/quicksearch.c
3268                 And remove printf...
3269
3270 2006-04-23 [colin]      2.1.1cvs26
3271
3272         * src/gtk/quicksearch.c
3273                 Fix replacing in quicksearch, and fix inserting
3274                 in the middle of the string. (introduced at 2.1.0cvs22)
3275
3276 2006-04-23 [colin]      2.1.1cvs25
3277
3278         * src/imap.c
3279                 Make sure uidnext is initialized in get_num_list
3280                 (not for stable, related to 2.1.1cvs8 and friends)
3281
3282 2006-04-23 [colin]      2.1.1cvs24
3283
3284         * src/imap.c
3285                 Output something when login is successful
3286                 too
3287
3288 2006-04-23 [colin]      2.1.1cvs23
3289
3290         * src/etpan/imap-thread.c
3291                 Better logging (line-per-line, hide data in fetch)
3292                 Fix a const warning
3293         * src/gtk/logwindow.c
3294         * src/gtk/logwindow.h
3295                 Better logging (color for input/output)
3296
3297 2006-04-21 [colin]      2.1.1cvs22
3298
3299         * src/gtk/quicksearch.c
3300                 On gtk+-2.8, use stock buttons in quicksearch
3301                 Based on a patch by Fabien and a design by Paul
3302
3303 2006-04-21 [colin]      2.1.1cvs21
3304
3305         * src/folderview.c
3306         * src/mainwindow.c
3307                 Fix occasional flicker in folderview
3308         * src/common/utils.c
3309                 Fix bug #943 (Incorrectly parsed email address 
3310                 list in short headers on message view and in 
3311                 printouts)
3312
3313 2006-04-20 [colin]      2.1.1cvs20
3314
3315         * src/imap.c
3316         * src/imap.h
3317         * src/prefs_account.c
3318                 Add ANONYMOUS auth for IMAP
3319
3320 2006-04-20 [paul]       2.1.1cvs19
3321
3322         * src/main.c
3323                 proper fix for 2.1.1cvs18
3324                 Thanks to Colin
3325
3326 2006-04-20 [paul]       2.1.1cvs18
3327
3328         * src/main.c
3329                 fix build warnings
3330
3331 2006-04-20 [paul]       2.1.1cvs17
3332
3333         * src/gtk/quicksearch.c
3334                 fix standard, non-extended Quick search,
3335                 was broken in 2.1.1cvs15.
3336                 Thanks to Colin.
3337
3338 2006-04-20 [colin]      2.1.1cvs16
3339
3340         * src/prefs_matcher.c
3341                 Fix values when reselecting a ~test
3342                 rule
3343
3344 2006-04-19 [colin]      2.1.1cvs15
3345
3346         * src/compose.c
3347         * src/compose.h
3348         * src/gtk/gtkaspell.c
3349         * src/gtk/gtkaspell.h
3350                 Put back Options menu in Spelling/
3351         * src/gtk/quicksearch.c
3352                 Don't search, and show error, if the
3353                 advanced search has a syntax error
3354
3355 2006-04-18 [colin]      2.1.1cvs14
3356
3357         * src/textview.c
3358                 Fix gdk warnings on set_cursor when textview
3359                 isn't visible
3360
3361 2006-04-18 [colin]      2.1.1cvs13
3362
3363         * src/gtk/gtksctree.c
3364                 Remove seemingly useless refresh that causes
3365                 flicker - watch this commit in case of 
3366                 problems before planned backport to stable
3367
3368 2006-04-18 [colin]      2.1.1cvs12
3369
3370         * src/imap.c
3371                 Factorize get/set_xml code
3372         * src/compose.c
3373         * src/prefs_account.c
3374         * src/prefs_account.h
3375         * src/procmsg.c
3376                 Add Encrypt to self option
3377
3378 2006-04-17 [colin]      2.1.1cvs11
3379
3380         * configure.ac
3381                 Fix search on encrpyt function on dragonfly
3382                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3383
3384 2006-04-17 [colin]      2.1.1cvs10
3385
3386         * src/prefs_account.c
3387                 Be safe by default: remove mails from POP3
3388                 after 7 days, not immediately
3389
3390 2006-04-17 [colin]      2.1.1cvs9
3391
3392         * src/etpan/imap-thread.c
3393                 Fix build on DragonFly - patch by 
3394                 Jonathan Buschmann <jonthn@agmact.com>
3395
3396 2006-04-17 [colin]      2.1.1cvs8
3397
3398         * src/imap.c
3399                 Save uidnext between sessions
3400
3401 2006-04-17 [colin]      2.1.1cvs7
3402
3403         * src/imap.c
3404                 scan is required when uid validity changes
3405
3406 2006-04-17 [colin]      2.1.1cvs6
3407
3408         * src/folderview.c
3409                 Don't scan if not necessary, apart in current
3410                 folder and INBOX to fetch flags.
3411         * src/imap.c
3412                 Scan is necessary if unread count changes
3413
3414 2006-04-17 [colin]      2.1.1cvs5
3415
3416         * src/imap.c
3417                 ...But always fetch ANSWERED and DELETED flags for
3418                 INBOX, as filtering can happen on these flags.
3419
3420 2006-04-17 [colin]      2.1.1cvs4
3421
3422         * src/imap.c
3423                 Don't fetch REPLIED and DELETED flags when synchronising
3424                 flags with a closed folder. We only need UNSEEN and FLAGGED
3425                 to update the folderview.
3426
3427 2006-04-17 [colin]      2.1.1cvs3
3428
3429         * src/imap.c
3430                 Faster flag search when there are new mails 
3431                 in a folder. We can do a full search if the 
3432                 folder contains less messages than the new
3433                 list.
3434
3435 2006-04-17 [colin]      2.1.1cvs2
3436
3437         * po/cs.po
3438         * po/de.po
3439         * po/fr.po
3440         * po/nl.po
3441         * po/pt_BR.po
3442                 Update translations from stable branch
3443
3444 2006-04-17 [colin]      2.1.1cvs1
3445
3446         * configure.ac
3447                 Bump version to follow stable release
3448
3449 2006-04-16 [mones]      2.1.0cvs50
3450
3451         * po/es.po
3452                 Updated for release
3453
3454 2006-04-16 [colin]      2.1.0cvs49
3455
3456         * src/textview.c
3457                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3458                 with gtk < 2.8. Thanks to Fabien Vantard.
3459
3460 2006-04-15 [colin]      2.1.0cvs48
3461
3462         * src/etpan/imap-thread.c
3463                 Fix bug #919 (libetpan: SEGV when connecting 
3464                 using command)
3465
3466 2006-04-14 [colin]      2.1.0cvs47
3467
3468         * src/main.c
3469                 Fix race on --select (should be done better)
3470
3471 2006-04-14 [wwp]        2.1.0cvs46
3472
3473         * src/send_message.c
3474                 enforce a check for domain in account prefs (a sending
3475                 error could be faced if domain was checked but no value set),
3476                 thanks to Colin.
3477
3478 2006-04-14 [colin]      2.1.0cvs45
3479
3480         * src/codeconv.c
3481                 when converting from unknown to unknown, if the
3482                 string is UTF8, don't convert it to the locale
3483                 (which breaks it)
3484
3485 2006-04-14 [colin]      2.1.0cvs44
3486
3487         * src/compose.c
3488                 Don't try to use ASCII for converting headers
3489                 (as done in body)
3490
3491 2006-04-14 [paul]       2.1.0cvs43
3492
3493         * src/crash.c
3494                 add locale/charset info to crash report
3495         * src/gtk/about.c
3496                 add wwp to doc team
3497                 replace 'e-mail' with preferred 'email'
3498         * src/gtk/authors.h
3499                 ensure contributors list is in alphabetical
3500                 order
3501
3502 2006-04-13 [colin]      2.1.0cvs42
3503
3504         * src/textview.c
3505                 Prevent gdk warnings
3506
3507 2006-04-13 [colin]      2.1.0cvs41
3508
3509         * src/common/ssl_certificate.c
3510         * src/common/ssl_certificate.h
3511         * src/gtk/sslcertwindow.c
3512                 Warn on expired certs, and display the expiration date
3513
3514 2006-04-13 [colin]      2.1.0cvs40
3515
3516         * src/plugins/spamassassin/spamassassin_gtk.c
3517                 Fix missing set_text on unix socket
3518
3519 2006-04-13 [wwp]        2.1.0cvs39
3520
3521         * manual/fr/advanced.xml
3522         * manual/fr/glossary.xml
3523                 applied new spam/ham/email lexicon (pourriel, courriel)
3524
3525 2006-04-13 [paul]       2.1.0cvs38
3526
3527         * src/plugins/pgpmime/plugin.c
3528                 remove the mention of S/MIME from the
3529                 description. This is now handled by the
3530                 S/MIME plugin.
3531
3532 2006-04-13 [paul]       2.1.0cvs37
3533
3534         * src/prefs_msg_colors.c
3535                 rework dialog
3536         * src/prefs_folder_item.c
3537         * src/prefs_spelling.c
3538                 add a tooltip to the colour selector buttons
3539
3540 2006-04-13 [wwp]        2.1.0cvs36
3541
3542         * manual/advanced.xml
3543         * manual/glossary.xml
3544         * manual/handling.xml
3545         * manual/keyboard.xml
3546         * manual/plugins.xml
3547         * manual/starting.xml
3548         * manual/fr/account.xml
3549         * manual/fr/ack.xml
3550         * manual/fr/addrbook.xml
3551         * manual/fr/advanced.xml
3552         * manual/fr/faq.xml
3553         * manual/fr/glossary.xml
3554         * manual/fr/gpl.xml
3555         * manual/fr/handling.xml
3556         * manual/fr/intro.xml
3557         * manual/fr/keyboard.xml
3558         * manual/fr/plugins.xml
3559         * manual/fr/starting.xml
3560         * manual/fr/sylpheed-claws-manual.xml
3561                 fixes to the manuals:
3562                  - summaryview -> Message List (same in French)
3563                  - translate key names
3564                  - fix French punctuation, use non-breakable spaces when
3565                    necessary, don't use &thinsp; which is not portable
3566                  - tell what maildir and mbox formats we support
3567
3568 2006-04-12 [wwp]        2.1.0cvs35
3569
3570         * src/prefs_toolbar.c
3571                 unified a replace button more,
3572                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3573
3574 2006-04-12 [wwp]        2.1.0cvs34
3575
3576         * src/prefs_common.c
3577         * src/prefs_msg_colors.c
3578                 make default color labels translatable,
3579                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3580                 thanks to Tim <timbrain@post.cz> for reporting.
3581
3582 2006-04-12 [wwp]        2.1.0cvs33
3583
3584         * manual/glossary.xml
3585         * manual/intro.xml
3586         * manual/plugins.xml
3587         * manual/starting.xml
3588         * manual/sylpheed-claws-manual.xml
3589         * manual/fr/.cvsignore
3590         * manual/fr/account.xml
3591         * manual/fr/ack.xml
3592         * manual/fr/addrbook.xml
3593         * manual/fr/advanced.xml
3594         * manual/fr/faq.xml
3595         * manual/fr/glossary.xml
3596         * manual/fr/handling.xml
3597         * manual/fr/intro.xml
3598         * manual/fr/keyboard.xml
3599         * manual/fr/plugins.xml
3600         * manual/fr/starting.xml
3601         * manual/fr/sylpheed-claws-manual.xml
3602                 various fixes: typos, missing .fr translations, punctuation,
3603                 capitalization, links, accents and some bad French more.
3604
3605 2006-04-12 [wwp]        2.1.0cvs32
3606
3607         * src/prefs_gtk.c
3608                 fix for bug #935: always store prefs files in UTF-8 (thanks
3609                 to Colin).
3610
3611 2006-04-11 [colin]      2.1.0cvs31
3612
3613         * src/compose.c
3614                 Fix inserting files not in utf8 when locale is utf8
3615
3616 2006-04-11 [colin]      2.1.0cvs30
3617
3618         * src/inc.c
3619                 Don't show error dialog when cancelling connection
3620                 Patch by Pawel
3621
3622 2006-04-11 [cleroy]     2.1.0cvs29
3623
3624         * src/compose.c
3625                 Implement multiple quote levels
3626         * src/prefs_common.c
3627                 Change a little bit the quote bgcolor for 2nd level
3628
3629 2006-04-11 [colin]      2.1.0cvs28
3630
3631         * src/gtk/about.c
3632                 Add locale and charset in the label
3633
3634 2006-04-10 [colin]      2.1.0cvs27
3635
3636         * src/compose.c
3637         * src/prefs_common.c
3638         * src/prefs_common.h
3639         * src/prefs_msg_colors.c
3640         * src/textview.c
3641                 Allow optional background color in quotes
3642                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3643                 GTK+-2.8.x feature
3644
3645 2006-04-10 [colin]      2.1.0cvs26
3646
3647         * src/main.c
3648         * src/mainwindow.c
3649         * src/mainwindow.h
3650                 Implement --select
3651
3652 2006-04-10 [colin]      2.1.0cvs25
3653
3654         * manual/plugins.xml
3655         * manual/fr/plugins.xml
3656                 Document libcurl's proxy variables
3657
3658 2006-04-09 [colin]      2.1.0cvs24
3659
3660         * src/prefs_common.c
3661                 gettext() returns statically allocated stuff. We have
3662                 to strdup it in order to be able to free it.
3663
3664 2006-04-09 [colin]      2.1.0cvs23
3665
3666         * AUTHORS
3667         * src/gtk/authors.h
3668                 Add Alexei
3669
3670 2006-04-09 [colin]      2.1.0cvs22
3671
3672         * src/mainwindow.c
3673         * src/gtk/quicksearch.c
3674                 Fix bug #859 (problems with cyrilic input in 
3675                 search panel) - Patch by Alexey Illarionov 
3676                 <littlesavage@rambler.ru>
3677
3678 2006-04-09 [colin]      2.1.0cvs21
3679
3680         * src/prefs_customheader.c
3681                 I prefer removing then freeing rather than the contrary
3682                 (even if it doesn't change anything ;-)
3683         * src/prefs_account.c
3684                 Fix bug #933 (Crash re-entering the custom headers list 
3685                 dialog in accounts prefs)
3686                 The problem happened when cancelling the Account 
3687                 Preferences' dialogs - in which case we didn't do 
3688                 anything to the PrefsAccount * struct. In case of applying,
3689                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3690                 working with in this dialog. The problem is that 
3691                 prefs_customheader.c, working on this tmp_ac_prefs, always
3692                 changes the ->customhdr_list pointer, even when cancelled. 
3693                 So in case of cancelling the prefs_account dialog, we still
3694                 have to update ->customhdr_list in the real account.
3695
3696 2006-04-08 [colin]      2.1.0cvs20
3697
3698         * manual/fr/glossary.xml
3699         * manual/fr/keyboard.xml
3700                 Forgot some headers :)
3701
3702 2006-04-08 [colin]      2.1.0cvs19
3703
3704         * manual/Makefile.am
3705         * manual/fr/Makefile.am
3706         * manual/fr/account.xml
3707         * manual/fr/ack.xml
3708         * manual/fr/addrbook.xml
3709         * manual/fr/advanced.xml
3710         * manual/fr/faq.xml
3711         * manual/fr/glossary.xml
3712         * manual/fr/gpl.xml
3713         * manual/fr/handling.xml
3714         * manual/fr/intro.xml
3715         * manual/fr/keyboard.xml
3716         * manual/fr/plugins.xml
3717         * manual/fr/starting.xml
3718         * manual/fr/sylpheed-claws-manual.xml
3719         * manual/fr/dist/.cvsignore
3720         * manual/fr/dist/Makefile.am
3721         * manual/fr/dist/html/.cvsignore
3722         * manual/fr/dist/html/Makefile.am
3723         * manual/fr/dist/pdf/.cvsignore
3724         * manual/fr/dist/pdf/Makefile.am
3725         * manual/fr/dist/ps/.cvsignore
3726         * manual/fr/dist/ps/Makefile.am
3727         * manual/fr/dist/txt/.cvsignore
3728         * manual/fr/dist/txt/Makefile.am
3729                 Add the french translation of the manual. Thanks to
3730                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3731                 account.xml, ack.xml, addrbook.xml and advanced.xml
3732
3733 2006-04-08 [colin]      2.1.0cvs18
3734
3735         * manual/plugins.xml
3736         * manual/starting.xml
3737                 More fixes
3738
3739 2006-04-07 [colin]      2.1.0cvs17
3740
3741         * manual/faq.xml
3742         * manual/intro.xml
3743         * manual/keyboard.xml
3744                 Little fixes
3745
3746 2006-04-07 [colin]      2.1.0cvs16
3747
3748         * README
3749         * src/compose.c
3750         * src/prefs_common.c
3751         * src/prefs_common.h
3752                 Add hidden compose_no_markup pref
3753
3754 2006-04-07 [wwp]        2.1.0cvs15
3755
3756         * src/summary_search.c
3757         * .cvsignore
3758                 Bugfix: stop button was sticky when searching in an empty folder.
3759                 Applied curly brackets code style to the whole file (summary_search.c).
3760                 More files to ignore.
3761
3762 2006-04-07 [wwp]        2.1.0cvs14
3763
3764         * src/message_search.c
3765         * src/summary_search.c
3766                 changed default button when search bumps at file/folder
3767                 beginning or end, for convenience (thanks to Colin).
3768
3769 2006-04-07 [paul]       2.1.0cvs13
3770
3771         * src/plugins/dillo_viewer/dillo_prefs.c
3772                 avoid future potential for namespace collision
3773                 Patch by Colin
3774
3775 2006-04-06 [wwp]        2.1.0cvs12
3776
3777         * src/summary_search.c
3778                 Unify extended/advanced searches names (and thus factorize labels),
3779                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3780
3781 2006-04-06 [wwp]        2.1.0cvs11
3782
3783         * src/folderview.c
3784         * src/prefs_themes.c
3785         * src/summaryview.c
3786                 Fixed some compilation warnings.
3787
3788 2006-04-06 [colin]      2.1.0cvs10
3789
3790         * manual/advanced.xml
3791                 Document the wizard template and how to deploy
3792                 Sylpheed-Claws effectively
3793
3794 2006-04-06 [colin]      2.1.0cvs9
3795
3796         * src/folderview.c
3797                 gettext patch to tell translators about _("#"),
3798                 by Maxim Britov
3799
3800 2006-04-06 [colin]      2.1.0cvs8
3801
3802         * src/textview.c
3803                 Fix invalid GtkTextBIter after clicking "Display as text"
3804
3805 2006-04-06 [mones]      2.1.0cvs7
3806
3807         * src/addr_compl.c
3808         * src/addrindex.c
3809         * src/addritem.c
3810         * src/codeconv.c
3811         * src/compose.c
3812         * src/filtering.c
3813         * src/folder.c
3814         * src/folder_item_prefs.c
3815         * src/folderview.c
3816         * src/localfolder.c
3817         * src/matcher.c
3818         * src/mimeview.c
3819         * src/prefs_msg_colors.c
3820         * src/prefs_spelling.c
3821         * src/prefs_themes.c
3822         * src/procmime.c
3823         * src/procmsg.c
3824         * src/stock_pixmap.c
3825         * src/summaryview.c
3826         * src/textview.c
3827         * src/toolbar.c
3828         * src/common/mgutils.c
3829         * src/common/prefs.c
3830         * src/common/ssl_certificate.c
3831         * src/gtk/colorlabel.c
3832         * src/gtk/quicksearch.c
3833         * src/plugins/pgpmime/pgpmime.c
3834         * src/plugins/spamassassin/spamassassin.c
3835                 Removed redundant NULL checks for g_free() calls.
3836                 Patch by Pawel Pekala.
3837
3838 2006-04-06 [mones]      2.1.0cvs6
3839
3840         * src/prefs_actions.c
3841         * src/prefs_filtering.c
3842         * src/prefs_filtering_action.c
3843         * src/prefs_matcher.c
3844         * src/prefs_template.c
3845         * src/gtk/gtkutils.c
3846         * src/gtk/gtkutils.h
3847                 Have a nice replace button. Patch by Pawel Pekala
3848
3849 2006-04-06 [colin]      2.1.0cvs5
3850
3851         * src/addressbook.c
3852                 Fix crash with empty columns
3853
3854 2006-04-05 [colin]      2.1.0cvs4
3855
3856         * src/wizard.c
3857         * src/prefs_gtk.c
3858                 Allow wizard customization with pre-filled values
3859
3860 2006-04-05 [colin]      2.1.0cvs3
3861
3862         * src/textview.c
3863         * src/mimeview.c
3864         * src/mimeview.h
3865                 Nicer messages in mimeview
3866
3867 2006-04-05 [colin]      2.1.0cvs2
3868
3869         * src/addressbook.c
3870         * src/prefs_summaries.c
3871                 i18n fix
3872
3873 2006-04-05 [colin]      2.1.0cvs1
3874
3875         * src/plugins/pgpcore/plugin.c
3876         * src/plugins/pgpcore/select-keys.c
3877         * src/plugins/pgpcore/select-keys.h
3878         * src/plugins/pgpcore/sgpgme.c
3879         * src/plugins/pgpcore/sgpgme.h
3880         * src/plugins/pgpinline/pgpinline.c
3881         * src/plugins/pgpinline/plugin.c
3882         * src/plugins/pgpmime/pgpmime.c
3883         * src/plugins/pgpmime/plugin.c
3884                 Factorize and generalize a bit 
3885                 Drop S/MIME signature verification from PGP/MIME
3886                 (adding it as another, more complete plugin)
3887
3888 2006-04-05 [paul]       2.1.0
3889
3890         2.1.0 released
3891
3892 2006-04-05 [paul]       2.0.0cvs186
3893
3894         * manual/advanced.xml
3895                 add info on colour labels
3896
3897 2006-04-05 [paul]       2.0.0cvs185
3898
3899         * po/bg.po
3900         * po/cs.po
3901         * po/de.po
3902         * po/el.po
3903         * po/en_GB.po
3904         * po/fi.po
3905         * po/fr.po
3906         * po/it.po
3907         * po/nl.po
3908         * po/pl.po
3909         * po/pt_BR.po
3910         * po/sr.po
3911         * po/zh_CN.po
3912                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3913                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3914                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3915                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3916         * src/gtk/authors.h
3917         * tools/claws.i18n.status.pl
3918                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3919                 and new Czech translator, Tim <timbrain@post.cz>
3920
3921 2006-04-05 [mones]      2.0.0cvs184
3922
3923         * po/es.po
3924                 Updated translation
3925
3926 2006-04-05 [colin]      2.0.0cvs183
3927
3928         * src/gtk/quicksearch.c
3929                 Fix bug #929 (unnecessary reload in quick search bar)
3930
3931 2006-04-05 [colin]      2.0.0cvs182
3932
3933         * src/compose.c
3934                 Fix crash on Reply with no From:
3935                 Show signature and conversion error on queuing 
3936                 (but not sending)
3937         * src/mainwindow.c
3938         * src/summaryview.c
3939         * src/summaryview.h
3940                 Factorize threading code and make sure msginfo 
3941                 is not null when it comes from a GtkCTreeRow's 
3942                 data
3943         * src/gtk/gtkaspell.c
3944                 Check for necessary things
3945         * src/gtk/gtksctree.c
3946         * src/gtk/gtksctree.h
3947                 Reset anchor if necessary when removing node
3948
3949 2006-03-29 [colin]      2.0.0cvs181
3950
3951         * src/folderview.c
3952                 Warn for disabled IMAP accounts (due to lack of
3953                 libetpan). Breaks string-freeze - sorry - but it
3954                 is kind of important ;)
3955
3956 2006-03-28 [colin]      2.0.0cvs180
3957
3958         * src/gtk/gtkutils.c
3959         * src/gtk/gtkutils.h
3960                 Add a gtkut_get_link_btn() function that
3961                 creates a button which acts like an URI
3962         * src/prefs_themes.c
3963         * src/gtk/about.c
3964                 Use this function (factorizes codes)
3965         * src/common/defs.h
3966         * src/gtk/pluginwindow.c
3967                 Add a "Get more..." in the plugins window
3968
3969 2006-03-28 [colin]      2.0.0cvs179
3970
3971         * src/common/smtp.c
3972         * src/common/passcrypt.c
3973         * src/undo.c
3974                 Warning fixes. Patch by Pawel Pekala
3975
3976 2006-03-27 [colin]      2.0.0cvs178
3977
3978         * src/undo.c
3979                 Fix undoing by blocks with spaces
3980
3981 2006-03-27 [colin]      2.0.0cvs177
3982
3983         * src/textview.c
3984                 Set margin to 3px for headers
3985
3986 2006-03-27 [paul]
3987
3988         2.1.0-rc2 released
3989
3990 2006-03-27 [wwp]        2.0.0cvs176
3991
3992         * src/summaryview.c
3993                 don't reset quicksearch when updating the message list.
3994                 Thanks to Colin.
3995
3996 2006-03-26 [wwp]        2.0.0cvs175
3997
3998         * src/compose.c
3999                 use a unified border width ('other' tab in the compose window,
4000                 patch by Pawel Pekala).
4001
4002
4003 2006-03-26 [wwp]        2.0.0cvs174
4004
4005         * src/common/quoted-printable.c
4006         * src/addressbook.c
4007                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4008
4009 2006-03-26 [colin]      2.0.0cvs173
4010
4011         * src/quote_fmt_parse.y
4012                 Fix non-UTF8 date formats messing up the whole quote a 
4013                 little bit
4014
4015 2006-03-26 [colin]      2.0.0cvs172
4016
4017         * src/procheader.c
4018                 Make sure the date is UTF8 valid, or try to make it
4019                 so. IncrediMail is really IncrediStupid.
4020         * src/compose.c
4021                 Fix possible conversions. 
4022                 
4023
4024 2006-03-26 [colin]      2.0.0cvs171
4025
4026         * src/matcher.c
4027                 Fix corner cases in body search. This is still a
4028                 hack... It seems impossible to make it good and 
4029                 reasonably fast at the same time.
4030
4031 2006-03-26 [colin]      2.0.0cvs170
4032
4033         * src/summaryview.c
4034                 I think I killed the twilight zone bug!
4035                 summary_select_node() flushes GTK events in order
4036                 to be able to center the view. But this also 
4037                 flushes keypresses like Ctrl-Alt-U, so this can
4038                 call summary_show from summary_select_node (itself
4039                 called from summary_show, etc.). And the summaryview
4040                 has to be unlocked in this function. So just locking
4041                 while processing GTK events, and bailing if locked, 
4042                 should fix it.
4043                 Fixes bug #927 (SIGSEGV during Update Summary)
4044
4045 2006-03-25 [colin]      2.0.0cvs169
4046
4047         * src/matcher.c
4048                 Fix search in QP-encoded bodies
4049                 Fix utf-8 searches in bodies encoded in the
4050                 locale's encoding
4051         * src/common/quoted-printable.c
4052         * src/common/quoted-printable.h
4053                 Add a decode function that doesn't overwrite
4054                 the original pointer
4055                 
4056
4057 2006-03-24 [colin]      2.0.0cvs168
4058
4059         * src/action.c
4060         * src/summaryview.c
4061         * src/summaryview.h
4062                 Update message cache after action
4063                 Patch by H. Merijn Brand
4064         * src/prefs_msg_colors.c
4065                 Factorize label 
4066                 Patch by Fabien Vantard
4067         * src/plugins/spamassassin/spamassassin_gtk.c
4068                 Remove useless translation
4069                 Patch by Fabien Vantard
4070
4071 2006-03-23 [colin]      2.0.0cvs167
4072
4073         * src/common/ssl.c
4074                 Let 30 seconds to SSL_connect
4075
4076 2006-03-23 [wwp]        2.0.0cvs166
4077
4078         * src/summaryview.c
4079         * src/gtk/description_window.c
4080                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4081                 and headers are translated; adjust description windows' width to fit their
4082                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4083
4084 2006-03-23 [paul]       2.0.0cvs165
4085
4086         * src/common/utils.c
4087                 fix highlighting of URIs containing "()"
4088                 (2.0.0cvs164's reversal fixed)
4089                 Thanks to Colin.
4090
4091 2006-03-23 [paul]       2.0.0cvs164
4092
4093         * src/common/utils.c
4094                 revert patch, (postponing a fix), at 2.0.0cvs120
4095                 as it breaks more URIs than it fixes.
4096                 Allow '-' to be a terminating character in a URI
4097
4098 2006-03-22 [colin]      2.0.0cvs163
4099
4100         * configure.ac
4101                 Require libetpan 0.45
4102                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4103
4104 2006-03-22 [paul]       2.0.0cvs162
4105
4106         * src/editgroup.c
4107                 replace '<-' and '->' buttons with GTK_STOCK graphical
4108                 buttons
4109         * src/summary_search.c
4110                 don't offer '...' for translation
4111                 add a tooltip to advanced search '...' button
4112         * src/gtk/quicksearch.c
4113                 don't offer '...' for translation
4114
4115 2006-03-21 [colin]      2.0.0cvs161
4116
4117         * src/compose.c
4118                 Fix middle-click pasting (insert at click
4119                 position instead of cursor position, don't
4120                 remove existing selection and allow pasting
4121                 our own selection)
4122         * src/addressbook.c
4123                 "LDAP Server" -> "LDAP servers"
4124
4125 2006-03-21 [wwp]        2.0.0cvs160
4126
4127         * src/etpan/imap-thread.c
4128                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4129
4130 2006-03-20 [colin]      2.0.0cvs159
4131
4132         * src/summaryview.c
4133                 Don't reload summaryview after an execute with no
4134                 move action
4135
4136 2006-03-19 [colin]      2.0.0cvs158
4137
4138         * src/addressbook.c
4139                 and put groups at the top, always
4140
4141 2006-03-19 [colin]      2.0.0cvs157
4142
4143         * src/addressbook.c
4144                 Order groups before names, as previously
4145
4146 2006-03-19 [colin]      2.0.0cvs156
4147
4148         * src/addressbook.c
4149                 - Sort case-unsensitive
4150                 - Put the sort arrow at opening too
4151
4152 2006-03-19 [wwp]        2.0.0cvs155
4153
4154         * src/addressbook.c
4155                 allow sorting by name/email/remarks, ensure that right-pane's contents
4156                 matches the left-pane selection (cleared when appropriate).
4157                 Patch by Pawel Pekala <c0rn@o2.pl>.
4158
4159 2006-03-18 [colin]      2.0.0cvs154
4160
4161         * src/textview.c
4162                 Fix text cursor ;)
4163
4164 2006-03-18 [colin]      2.0.0cvs153
4165
4166         * src/gtk/filesel.c
4167                 Make sure we hide the preview if we didn't get
4168                 a filename
4169
4170 2006-03-18 [colin]      2.0.0cvs152
4171
4172         * src/summaryview.c
4173                 Set cursor to watch for execution (fixes lack
4174                 of watch-cursor when dnd'ing hundreds of mails)
4175         * src/gtk/filesel.c
4176                 Check that mime type is 'image/*' before updating
4177                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4178
4179 2006-03-18 [colin]      2.0.0cvs151
4180
4181         * src/mainwindow.c
4182         * src/textview.c
4183         * src/textview.h
4184                 Put a watch cursor in textview too when the mainwindow's
4185                 cursor in a watch
4186
4187 2006-03-18 [colin]      2.0.0cvs150
4188
4189         * src/folder.c
4190                 Change wrong asserts to simple tests
4191
4192 2006-03-17 [colin]      2.0.0cvs149
4193
4194         * src/mainwindow.c
4195         * src/mainwindow.h
4196         * src/prefs_msg_colors.c
4197         * src/summaryview.c
4198         * src/summaryview.h
4199         * src/gtk/colorlabel.c
4200         * src/gtk/colorlabel.h
4201                 Add a color label menu in the main menubar
4202                 Add (fixed) accels Ctrl-{0-7} to change the color
4203                 They have to be fixed because the menu's dynamic,
4204                 the items are complex widgets, hence we can't use
4205                 a GtkItemFactory.
4206
4207
4208 2006-03-17 [wwp]        2.0.0cvs148
4209
4210         * src/compose.c
4211                 rollback few lines from my previous commit (those lines come from
4212                 a pending patch, accidentally commited, even if neutral as they are
4213                 commented out).
4214
4215 2006-03-17 [wwp]        2.0.0cvs147
4216
4217         * src/compose.c
4218                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4219                 applied code style/indentation to the modified function.
4220
4221 2006-03-17 [wwp]        2.0.0cvs146
4222
4223         * src/procmsg.c
4224         * src/compose.c
4225                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4226
4227 2006-03-17 [paul]
4228
4229         2.1.0-rc1 released
4230
4231 2006-03-17 [paul]       2.0.0cvs145
4232
4233         * src/main.c
4234                 addressbook_read_file() was called twice
4235         * src/textview.c
4236                 X-Mailer highlighting
4237
4238 2006-03-16 [colin]      2.0.0cvs144
4239
4240         * src/sourcewindow.c
4241         * src/sourcewindow.h
4242                 And the last one, in source window.
4243
4244 2006-03-16 [colin]      2.0.0cvs143
4245
4246         * src/compose.c
4247         * src/compose.h
4248                 Fix the same stuff in compose
4249
4250 2006-03-16 [colin]      2.0.0cvs142
4251
4252         * src/messageview.c
4253                 Complete the previous messageview crash fix
4254
4255 2006-03-16 [colin]      2.0.0cvs141
4256
4257         * src/procmsg.h
4258         * src/procmsg.c
4259         * src/folder.c
4260                 Fix POSTPROCESSING hook
4261                 Patch by H. Merijn Brand
4262
4263         * src/procmime.c
4264         * src/procmime.h
4265                 Parse Content-Location
4266
4267         * src/toolbar.c
4268         * src/messageview.c
4269         * src/messageview.h
4270                 Don't crash when a top-level MessageView has
4271                 been closed on us. Same problematic than
4272                 yesterday's quicksearch issue.
4273
4274 2006-03-15 [colin]      2.0.0cvs140
4275
4276         * src/gtk/quicksearch.c
4277                 Fix a bitchy race we didn't think about when we
4278                 added quicksearch cancellation:
4279                 If the search is not on cached fields, for example
4280                 body_part matchcase "stuff"
4281                 the matcher code has to get the whole message. If
4282                 we're on IMAP, that can be slow, and in order to
4283                 be non-blocking, the IMAP code idle loop processes
4284                 gtk events too. So it is possible to cancel a
4285                 quicksearch while the matcher is getting the mail's
4286                 body. After matcher got its body, it will start to
4287                 iterate over the matcher list that the Quicksearch's
4288                 clear_search_cb() just freed via prepare_matcher().
4289                 SIGSEGV ensues.
4290                 The fix consists of guarding the matcherlist_match()
4291                 call with a boolean 'matching'. If we reset the
4292                 quicksearch while matching is TRUE, we don't free
4293                 the matcherlist anymore like we did, but we set
4294                 another new flag, deferred_free, to TRUE. Then,
4295                 in quicksearch_match(), just after returning from
4296                 matcherlist_match() and unsetting the matching flag,
4297                 we check the deferred_free flag and do the
4298                 prepare_matcher() (which does the matcherlist_free)
4299                 for real, so we free the matcherlist once it's not
4300                 used anymore.
4301                 As all of this runs via the glib main loop, we
4302                 luckily don't need a mutex.
4303         * src/summaryview.c
4304                 Also, show progress while searching.
4305
4306
4307 2006-03-14 [colin]      2.0.0cvs139
4308
4309         * src/alertpanel.c
4310                 Make alertpanel_is_open non-static
4311
4312 2006-03-14 [colin]      2.0.0cvs138
4313
4314         * src/prefs_spelling.c
4315                 Cleanups - Fabien Vantard
4316
4317 2006-03-14 [wwp]        2.0.0cvs137
4318
4319         * src/main.c
4320                 code style normalization (curly braces, indentation).
4321
4322 2006-03-14 [wwp]        2.0.0cvs137
4323
4324         * src/main.c
4325                 code style (braces, indentation)
4326
4327 2006-03-12 [paul]       2.0.0cvs136
4328
4329         * src/prefs_common.c
4330                 trans_hdr defaults to FALSE to be RFC-savvy
4331         * src/prefs_summaries.c
4332                 add a tooltip to the trans_hdr option
4333                 
4334
4335 2006-03-12 [paul]       2.0.0cvs135
4336
4337         * src/prefs_matcher.c
4338                 give a little more width to the combos
4339         * src/prefs_display_header.c
4340         * src/textview.c
4341                 translate headers if prefs_common.trans_hdr
4342                 is TRUE
4343
4344         Patches by Pawel Pekala
4345
4346 2006-03-12 [paul]       2.0.0cvs134
4347
4348         * src/plugins/clamav/clamav_plugin.c
4349         * src/plugins/dillo_viewer/dillo_viewer.c
4350         * src/plugins/pgpcore/plugin.c
4351         * src/plugins/pgpinline/plugin.c
4352         * src/plugins/pgpmime/plugin.c
4353         * src/plugins/spamassassin/spamassassin.c
4354                 update/add to descriptions
4355         * src/plugins/spamassassin/spamassassin_gtk.c
4356                 fixes to the english, remove superfluous
4357                 tooltips, clean up a little
4358
4359 2006-03-12 [paul]       2.0.0cvs133
4360
4361         * src/compose.c
4362                 fix Bug 924, 'Account combo box shows up wrong 
4363                 if & is in account name'
4364
4365 2006-03-11 [colin]      2.0.0cvs132
4366
4367         * src/summaryview.c
4368                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4369                 messed up shift-selection because is slows down
4370                 moving around summaryview. thanks -users
4371
4372 2006-03-10 [colin]      2.0.0cvs131
4373
4374         * src/plugins/spamassassin/spamassassin_gtk.c
4375                 Put back Paul's engrish fixes
4376
4377 2006-03-10 [colin]      2.0.0cvs130
4378
4379         * src/plugins/spamassassin/spamassassin.c
4380         * src/plugins/spamassassin/spamassassin.h
4381         * src/plugins/spamassassin/spamassassin_gtk.c
4382                 Cleanup SA prefs page (more)
4383                 Patch by Fabien Vantard
4384
4385 2006-03-10 [paul]       2.0.0cvs129
4386
4387         * src/prefs_msg_colors.c
4388         * src/prefs_spelling.c
4389                 widget sensitivity
4390
4391 2006-03-09 [mones]      2.0.0cvs128
4392
4393         * po/es.po
4394                 Update for next RC
4395
4396 2006-03-09 [wwp]        2.0.0cvs127
4397
4398         * configure.ac
4399                 revert accidental commit (requirement for libetpan 0.43), this time
4400                 not in HEAD.
4401
4402 2006-03-09 [wwp]        2.0.0cvs125
4403
4404         * configure.ac
4405                 revert accidental commit (requirement for libetpan 0.43)
4406
4407 2006-03-09 [paul]       2.0.0cvs126
4408
4409         * src/prefs_receive.c
4410                 remove useless frame
4411                 replace 'incorporation' with 'receiving'
4412         * src/plugins/clamav/clamav_plugin_gtk.c
4413         * src/plugins/spamassassin/spamassassin_gtk.c
4414                 improve widget sensitivity
4415                 fix a bit his engrish
4416
4417 2006-03-09 [wwp]        2.0.0cvs125
4418
4419         * src/addressadd.c
4420         * src/foldersel.c
4421         * src/prefs_common.c
4422         * src/prefs_common.h
4423                 remember some more windows' sizes (add to addressbook and
4424                 select folder).
4425
4426 2006-03-09 [paul]       2.0.0cvs124
4427
4428         * src/plugins/pgpcore/prefs_gpg.c
4429                 normalise construction of dialogue
4430
4431 2006-03-09 [paul]       2.0.0cvs123
4432
4433         * src/plugins/trayicon/Makefile.am
4434                 add missing slash
4435
4436 2006-03-08 [colin]      2.0.0cvs122
4437
4438         * src/plugins/trayicon/Makefile.am
4439                 Fix build in separate dir 
4440                 Patch by Bamanzi <bamanzi@gmail.com>
4441
4442 2006-03-08 [colin]      2.0.0cvs121
4443
4444         * src/procmsg.c
4445                 Batch move and copies from summaryview with delayed execution
4446                 too
4447
4448 2006-03-07 [paul]       2.0.0cvs120
4449
4450         * src/common/utils.c
4451                 fix highlighting of URIs containing "()"
4452                 Patch by Pawel Pekala
4453
4454 2006-03-07 [paul]       2.0.0cvs119
4455
4456         * src/folder.c
4457         * src/folder.h
4458         * src/folderview.c
4459                 immediately do alphabetical resort when
4460                 changing a folder's name
4461                 Patch by Pawel Pekala
4462
4463 2006-03-07 [paul]       2.0.0cvs118
4464
4465         * src/news.c
4466         * src/news_gtk.c
4467                 when unsubscribing a newsgroup, remove the
4468                 folder and msgs in .sylpheed-claws/newscache
4469                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4470
4471 2006-03-07 [paul]       2.0.0cvs117
4472
4473         * src/textview.c
4474                 fix wrong Fake URL Warning
4475                 Thanks to Hiro
4476
4477 2006-03-07 [colin]      2.0.0cvs116
4478
4479         * src/imap.c
4480                 Return immediately when password dialog was
4481                 cancelled
4482         * src/gtk/inputdialog.c
4483                 Allow empty strings for passwords
4484
4485
4486 2006-03-06 [colin]      2.0.0cvs115
4487
4488         * src/imap.c
4489                 Prevent double-timeouts when connection fails
4490
4491 2006-03-06 [colin]
4492
4493         2.0.1-rc1 released
4494
4495 2006-03-06 [colin]      2.0.0cvs114
4496
4497         * src/imap.c
4498                 Refresh session during potentially long
4499                 operations
4500
4501 2006-03-06 [wwp]        2.0.0cvs113
4502
4503         * src/prefs_msg_colors.h
4504                 forgot that one (custom color labels).
4505
4506 2006-03-06 [wwp]        2.0.0cvs112
4507
4508         * src/prefs_common.c
4509         * src/prefs_common.h
4510         * src/prefs_msg_colors.c
4511         * src/summaryview.c
4512         * src/summaryview.h
4513         * src/gtk/colorlabel.c
4514         * src/gtk/colorlabel.h
4515                 colors in messages list are now customizable. Color values and names can
4516                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4517                 Thanks to Paul and Colin for their help with this longstanding patch!
4518
4519 2006-03-06 [wwp]        2.0.0cvs111
4520
4521         * src/textview.c
4522                 don't crash if (x)face is bad.
4523
4524 2006-03-05 [paul]       2.0.0cvs110
4525
4526         * AUTHORS
4527         * configure.ac
4528         * src/Makefile.am
4529         * src/common/Makefile.am
4530         * src/common/utils.h
4531         * src/etpan/imap-thread.c
4532         * src/gtk/authors.h
4533         * src/plugins/clamav/Makefile.am
4534         * src/plugins/demo/Makefile.am
4535         * src/plugins/dillo_viewer/Makefile.am
4536         * src/plugins/pgpcore/Makefile.am
4537         * src/plugins/pgpcore/passphrase.c
4538         * src/plugins/pgpinline/Makefile.am
4539         * src/plugins/pgpmime/Makefile.am
4540         * src/plugins/spamassassin/Makefile.am
4541         * src/plugins/trayicon/Makefile.am
4542                 fix builiding on cygwin
4543                 Patch by Ralgh Young <bamanzi@gmail.com>
4544
4545 2006-03-04 [wwp]        2.0.0cvs109
4546
4547         * manual/keyboard.xml
4548                 fix mixed up/down keys.
4549
4550 2006-03-04 [wwp]        2.0.0cvs108
4551
4552         * README
4553         * INSTALL
4554                 updated links to SpamAssassin.
4555
4556 2006-03-04 [wwp]        2.0.0cvs107
4557
4558         * manual/plugins.xml
4559         * src/plugins/spamassassin/README
4560                 updated SpamAssassin plugin docs to reflect new functional additions
4561                 (also fix/update/documents few technical stuff more, see the README).
4562
4563 2006-03-04 [wwp]        2.0.0cvs106
4564
4565         * src/prefs_message.c
4566                 normalized capitalization of message-prefs paths.
4567
4568 2006-03-04 [wwp]        2.0.0cvs105
4569
4570         * manual/advanced.xml
4571                 typo.
4572
4573 2006-03-03 [colin]      2.0.0cvs104
4574
4575         * src/plugins/clamav/clamav_plugin_gtk.c
4576                 Rework prefs page, patch by Fabien 
4577
4578 2006-03-03 [colin]      2.0.0cvs103
4579
4580         * src/plugins/clamav/clamav_plugin.c
4581                 Set error on all errors
4582
4583 2006-03-03 [colin]      2.0.0cvs102
4584
4585         * src/common/plugin.c
4586                 Initialize error to avoid crashing when a plugin fails
4587                 without setting error
4588
4589 2006-03-02 [wwp]        2.0.0cvs101
4590
4591         * configure.ac
4592                 fixed linker flags for libetpan support on Cygwin
4593                 (thanks to H.Merijn Brand).
4594
4595 2006-03-02 [wwp]        2.0.0cvs100
4596
4597         * src/addressbook.c
4598                 fix some AB error messages: one for punctuation and
4599                 one wrongly duplicate (thanks, maxbritov).
4600
4601 2006-03-02 [wwp]        2.0.0cvs99
4602
4603         * src/plugins/spamassassin/spamassassin.c
4604                 make sync calls to sa-learn/spamc to prevent
4605                 system (whatever local or client/server) overload.
4606
4607 2006-03-02 [colin]      2.0.0cvs98
4608
4609         * src/summaryview.c
4610                 Put the spam icon in the status column instead of the
4611                 mark one
4612
4613 2006-03-01 [colin]      2.0.0cvs97
4614
4615         * src/plugins/spamassassin/spamassassin.c
4616                 Fix segfault (g_file_set_contents fails for some 
4617                 reason and err==0x2f. Can't find out why with
4618                 valgrind, using working function :-)
4619
4620 2006-03-01 [colin]      2.0.0cvs96
4621
4622         * src/inc.c
4623                 Offline overriding: let 'No' be cached only 3 seconds
4624
4625 2006-03-01 [colin]      2.0.0cvs95
4626
4627         * src/addr_compl.c
4628         * src/addrbook.c
4629         * src/addressbook.c
4630         * src/addrindex.c
4631         * src/folder_item_prefs.c
4632         * src/headerview.c
4633         * src/imap.c
4634         * src/inc.c
4635         * src/ldif.c
4636         * src/mainwindow.c
4637         * src/mh.c
4638         * src/msgcache.c
4639         * src/prefs_common.h
4640         * src/prefs_msg_colors.c
4641         * src/procheader.c
4642         * src/procheader.h
4643         * src/procmime.c
4644         * src/procmsg.c
4645         * src/procmsg.h
4646         * src/send_message.h
4647         * src/simple-gettext.c
4648         * src/summaryview.c
4649         * src/summaryview.h
4650         * src/syldap.c
4651         * src/textview.c
4652         * src/undo.c
4653         * src/common/ssl_certificate.c
4654         * src/common/utils.c
4655         * src/gtk/colorsel.c
4656         * src/gtk/gtksctree.c
4657         * src/gtk/gtkshruler.c
4658         * src/plugins/trayicon/trayicon.c
4659                 #if 0 goes to /dev/null
4660
4661 2006-03-01 [colin]      2.0.0cvs94
4662
4663         * src/compose.c
4664         * src/imap.c
4665         * src/inc.c
4666         * src/inc.h
4667         * src/messageview.c
4668         * src/news.c
4669         * src/plugins/spamassassin/spamassassin.c
4670                 Allow to add information in the "working offline"
4671                 window
4672
4673 2006-03-01 [wwp]        2.0.0cvs93
4674
4675         * src/plugins/spamassassin/spamassassin.c
4676                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4677                 'cause it seems that calling `spamc ... < inputfile` with
4678                 g_spawn_(a)sync simply.. erm doesn't work :-).
4679
4680 2006-03-01 [wwp]        2.0.0cvs92
4681
4682         * src/toolbar.c
4683         * src/toolbar.h
4684                 simplify the adding of spam/ham button to the messageview toolbar
4685                 (it gets more clear now that the same button will be "Mark as spam"
4686                 or "Mark as ham" according to the current message status,
4687                 thanks to Colin).
4688
4689 2006-03-01 [wwp]        2.0.0cvs91
4690
4691         * src/messageview.c
4692         * src/procmsg.c
4693         * src/procmsg.h
4694         * src/summaryview.c
4695         * src/plugins/spamassassin/spamassassin.c
4696         * src/plugins/spamassassin/spamassassin.h
4697                 make learner callbacks return a status (0 for ok),
4698                 handle it in main code to avoid setting flags when learning failed,
4699                 don't learn on TCP if offline in spamassassin,
4700                 thanks to Colin.
4701
4702                 
4703
4704 2006-03-01 [wwp]        2.0.0cvs90
4705
4706         * src/compose.c
4707                 some work around the compose window's account menu,
4708                 patch by Fabien Vantard.
4709
4710 2006-03-01 [wwp]        2.0.0cvs89
4711
4712         * src/plugins/spamassassin/spamassassin.c
4713                 fixed bad logics, was using spamc in local mode and sa-learn
4714                 in remote mode (thanks, Colin).
4715
4716 2006-03-01 [wwp]        2.0.0cvs88
4717
4718         * src/plugins/spamassassin/spamassassin.c
4719         * src/plugins/spamassassin/spamassassin.h
4720         * src/plugins/spamassassin/spamassassin_gtk.c
4721                 made processing of emails w/ sa-plugin an option (default is TRUE),
4722                 fixed Engrish some tooltips, capitalization of some debug messages
4723                 and warnings. The spamassassin plugin now provides two separate
4724                 services: process emails upon incorporation and spamd training.
4725                 Both services (un)register independently but use some common
4726                 plugin settings (transport settings, spam storage location).
4727
4728 2006-02-28 [wwp]        2.0.0cvs87
4729
4730         * src/plugins/spamassassin/spamassassin.c
4731                 fix async flag to spamc cmdline execution (batch exec should
4732                 be asynchronous).
4733
4734 2006-02-27 [wwp]        2.0.0cvs86
4735
4736         * src/plugins/spamassassin/spamassassin.c
4737         * src/plugins/spamassassin/spamassassin.h
4738         * src/plugins/spamassassin/spamassassin_gtk.c
4739                 - added the ability to learn a remote spamassassin server (spamd),
4740                 using spamc.
4741                 - added the spamassassin option 'username', that applies to all
4742                 spamassassin operations (filtering, learning, local or remote).
4743                 The default username is the current unix user (if left blank
4744                 from gtk prefs or config file).
4745                 - commented out some unused code (notebook widget), removed unused
4746                 layout (hbox1).
4747                 - make more widgets sensitive to the transport type.
4748
4749 2006-02-27 [colin]      2.0.0cvs85
4750
4751         * src/plugins/spamassassin/spamassassin.c
4752                 Fix sa-learn call when offline
4753
4754 2006-02-27 [colin]      2.0.0cvs84
4755
4756         * configure.ac
4757         * src/Makefile.am
4758         * src/mainwindow.c
4759         * src/mainwindow.h
4760         * src/messageview.c
4761         * src/messageview.h
4762         * src/prefs_toolbar.c
4763         * src/procmsg.c
4764         * src/stock_pixmap.c
4765         * src/stock_pixmap.h
4766         * src/summaryview.c
4767         * src/toolbar.c
4768         * src/toolbar.h
4769         * src/pixmaps/ham_btn.xpm
4770         * src/pixmaps/spam.xpm
4771         * src/pixmaps/spam_btn.xpm
4772         * src/plugins/spamassassin/spamassassin.c
4773                 Add button in toolbar for spam learning
4774                 Fix a few bugs from the last related commit
4775                 Revert 1.9.6cvs23 which messed up shift-selection
4776
4777 2006-02-24 [colin]      2.0.0cvs83
4778
4779         * src/procmsg.c
4780         * src/summaryview.c
4781         * src/summaryview.h
4782         * src/plugins/spamassassin/spamassassin.c
4783         * src/plugins/spamassassin/spamassassin.h
4784         * src/plugins/spamassassin/spamassassin_gtk.c
4785                 Unregister learner when spamassassin is either
4786                 disabled or over tcp
4787
4788 2006-02-24 [colin]      2.0.0cvs82
4789
4790         * src/Makefile.am
4791         * src/mainwindow.c
4792         * src/mainwindow.h
4793         * src/procmsg.c
4794         * src/procmsg.h
4795         * src/stock_pixmap.c
4796         * src/stock_pixmap.h
4797         * src/summaryview.c
4798         * src/summaryview.h
4799         * src/gtk/icon_legend.c
4800         * src/pixmaps/spam.xpm  ** NEW FILE **
4801         * src/plugins/spamassassin/spamassassin.c
4802         * src/plugins/spamassassin/spamassassin_gtk.c
4803                 Add spam learning interface (Mark/Mark as 
4804                 (spam|ham) menus)
4805
4806 2006-02-24 [wwp]        2.0.0cvs81
4807
4808         * src/compose.c
4809         * src/compose.h
4810         * src/filtering.c
4811                 hide compose window when sending message in batch mode
4812                 (filtering: forward and redirect). Also fixed a wrong
4813                 value returned when sending failed, neutral anyway.
4814                 (Colin, me) 
4815
4816 2006-02-24 [wwp]        2.0.0cvs80
4817
4818         * src/mainwindow.c
4819                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4820
4821 2006-02-24 [paul]       2.0.0cvs79
4822
4823         * src/news.c
4824         * src/news.h
4825         * src/news_gtk.c
4826                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4827                 Thanks to Colin
4828
4829 2006-02-23 [colin]      2.0.0cvs78
4830
4831         * src/alertpanel.c
4832                 Change OK to Close in alertpanel with View log
4833                 button; add accel to View log. Patch by Fabien
4834                 Vantard
4835
4836 2006-02-23 [wwp]        2.0.0cvs77
4837
4838         * src/compose.c
4839                 silly me, there were much more tests to perform, since toolbars can
4840                 really have down to 1 element only.
4841
4842 2006-02-23 [wwp]        2.0.0cvs76
4843
4844         * commitHelper
4845                 fixed indentation from my previous commit. Fallback to VISUAL if
4846                 EDITOR is not set (and to vi, at last resort).
4847
4848 2006-02-23 [wwp]        2.0.0cvs75
4849
4850         * commitHelper
4851                 improved error detection (Colin, me).
4852
4853 2006-02-23 [wwp]        2.0.0cvs74
4854
4855         * src/prefs_toolbar.c
4856                 simplify and fix prefs/toolbars layouting. Combos' contents can
4857                 now be really displayed.
4858
4859 2006-02-23 [wwp]        2.0.0cvs73
4860         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4861         be really displayed.
4862
4863 2006-02-22 [wwp]        2.0.0cvs72
4864
4865         * src/compose.c
4866                 fix a typo in my previous commit (sorry!).
4867
4868 2006-02-22 [wwp]        2.0.0cvs71
4869
4870         * src/prefs_toolbar.c
4871                 fix a crash when adding separators to toolbars,
4872                 also fix some separator item information.
4873
4874 2006-02-22 [wwp]        2.0.0cvs70
4875
4876         * src/compose.c
4877                 fix a crash when redirecting (for instance) when compose window's
4878                 toolbar contents has been customized (when some buttons have been
4879                 removed in fact).
4880
4881 2006-02-21 [wwp]        2.0.0cvs69
4882
4883         * src/summaryview.c
4884         * src/gtk/pluginwindow.c
4885         * src/plugins/pgpcore/prefs_gpg.c
4886                 fix some compilation warnings (feat. remains of removed code).
4887
4888 2006-02-21 [wwp]        2.0.0cvs68
4889
4890         * src/gtk/gtkutils.c
4891                 fix two compilation issues, thanks to Stephan Sachse.
4892
4893 2006-02-20 [colin]      2.0.0cvs67
4894
4895         * src/mainwindow.c
4896                 Don't reselect displayed mail on refocus
4897                 This fixes actions misbehaving 
4898
4899 2006-02-20 [wwp]        2.0.0cvs66
4900
4901         * src/summaryview.c
4902         * src/gtk/gtksctree.c
4903         * src/gtk/gtkshruler.c
4904                 changed more runtime typecast checks.
4905
4906 2006-02-20 [wwp]        2.0.0cvs65
4907
4908         * src/summary_search.c
4909                 find all - summaryview refresh issue fixed, thanks to Colin.
4910
4911 2006-02-20 [wwp]        2.0.0cvs64
4912
4913         * src/gtk/gtkutils.c
4914                 better runtime typecast checks.
4915
4916 2006-02-20 [wwp]        2.0.0cvs63
4917
4918         * src/summary_search.c
4919                 enhancements to the summary search:
4920                         - add the ability to stop the running search
4921                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4922                         - don't search if no criteria (From/To/Subject/Body) is set
4923                         - ensure that a busy mouse pointer is always shown when searching,
4924                           show it even a bit earlier
4925
4926 2006-02-19 [colin]      2.0.0cvs62
4927
4928         * src/compose.c
4929         * src/imap.c
4930         * src/etpan/imap-thread.c
4931         * src/etpan/imap-thread.h
4932                 (Future) IMAP speed improvement on sending
4933                 Will require a libetpan update
4934         * src/summaryview.c
4935         * src/gtk/quicksearch.c
4936                 Make quicksearch clearable while running.
4937
4938 2006-02-17 [colin]      2.0.0cvs61
4939
4940         * src/imap.c
4941         * src/etpan/imap-thread.c
4942         * src/etpan/imap-thread.h
4943                 Check for IMAP certificates
4944                 ** Requires libetpan-0.42-cvs4 
4945                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4946
4947 2006-02-17 [colin]      2.0.0cvs60
4948
4949         * src/messageview.c
4950         * src/prefs_common.c
4951         * src/prefs_common.h
4952         * src/prefs_message.c
4953                 Add pref to display HTML-only mails with plugin, 
4954                 if possible (defaulting to FALSE of course).
4955
4956 2006-02-16 [colin]      2.0.0cvs59
4957
4958         * src/main.c
4959         * src/common/plugin.c
4960         * src/common/plugin.h
4961         * src/gtk/pluginwindow.c
4962                 Keep track of requested (but unloaded) plugins
4963                 in some error cases.
4964
4965 2006-02-16 [wwp]        2.0.0cvs58
4966
4967         * src/gtk/gtkaspell.c
4968         * src/gtk/gtkaspell.h
4969         * src/prefs_spelling.c
4970         * src/compose.c
4971         * src/prefs_common.c
4972         * src/prefs_common.h
4973                 implemented new optional spellchecker behaviour: re-check message when
4974                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4975
4976 2006-02-16 [wwp]        2.0.0cvs57
4977
4978         * src/quote_fmt_parse.y
4979                 pclose popen'ed pipe.
4980
4981 2006-02-15 [colin]      2.0.0cvs56
4982
4983         * src/mimeview.c
4984         * src/mimeview.h
4985                 Let MimeViewers know which MimeView they
4986                 depend of.
4987         * src/summaryview.c
4988                 Swap From/To columns in Sent/Queue/Drafts
4989                 folders
4990         * src/etpan/imap-thread.c
4991                 Use mailstream_low_tls_open() for STARTTLS
4992                 instead of mailstream_low_ssl_open()
4993                 ** REQUIRES libetpan 0.42cvs3 **
4994
4995 2006-02-15 [wwp]        2.0.0cvs55
4996
4997         * src/compose.c
4998         * src/compose.h
4999         * src/message_search.c
5000         * src/message_search.h
5001         * src/textview.c
5002         * src/gtk/gtkutils.c
5003         * src/gtk/gtkutils.h
5004                 added the ability to Find text in the compose window (and a bit
5005                 of code factorization).
5006
5007 2006-02-15 [wwp]        2.0.0cvs54
5008
5009         * src/prefs_gtk.c
5010                 yet another one file was missing (fix for some widgets' sensitivity).
5011                 Thanks Colin!
5012
5013 2006-02-15 [wwp]        2.0.0cvs53
5014
5015         * src/prefs_gtk.h
5016                 oops forgot that file (fix for some widgets' sensitivity).
5017
5018 2006-02-15 [wwp]        2.0.0cvs52
5019
5020         * src/summary_search.c
5021                 implemented advanced summary search options (added the ability
5022                 to use matcher conditions in an advanced search mode).
5023
5024 2006-02-15 [wwp]        2.0.0cvs51
5025
5026         * src/plugins/pgpcore/prefs_gpg.c
5027         * src/prefs_account.c
5028                 fix some widget sensitivity, mostly around some labels in
5029                 account prefs.
5030
5031 2006-02-15 [paul]       2.0.0cvs50
5032
5033         * manual/advanced.xml
5034                 improve Templates info
5035                 written by wwp
5036
5037 2006-02-14 [colin]      2.0.0cvs49
5038
5039         * src/pixmaps/address_book.xpm
5040         * src/pixmaps/preferences.xpm
5041         * src/pixmaps/properties.xpm
5042                 Fix pixmap size - patch by Fabien Vantard
5043
5044 2006-02-13 [colin]      2.0.0cvs48
5045
5046         * src/procmime.c
5047                 Add missing fclose()s on error
5048         * src/textview.c
5049                 Remove unused code
5050         * src/common/utils.c
5051                 Fix temp files not being deleted on windows
5052         Patches by Thomas Gilgin
5053
5054 2006-02-13 [colin]      2.0.0cvs47
5055
5056         * src/mainwindow.c
5057                 Fix exit crash
5058
5059 2006-02-13 [wwp]        2.0.0cvs46
5060
5061         * src/plugins/pgpcore/prefs_gpg.c
5062                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5063
5064 2006-02-12 [colin]      2.0.0cvs45
5065
5066         * src/folderview.c
5067         * src/main.c
5068         * src/mainwindow.c
5069                 Fix "stuff" when quitting
5070
5071 2006-02-12 [wwp]        2.0.0cvs44
5072
5073         * src/prefs_themes.c
5074                 fix typos in debug messages.
5075
5076 2006-02-11 [colin]      2.0.0cvs43
5077
5078         * src/summaryview.c
5079                 don't allow drag/drop from ourself
5080
5081 2006-02-10 [wwp]        2.0.0cvs42
5082
5083         * src/exporthtml.c
5084         * src/html.c
5085         * src/html.h
5086         * src/procmime.c
5087         * src/textview.c
5088                 renamed html_ prefixed functions and data structures to avoid
5089                 namespace clashes w/ other software (gtkhtml2 for instance).
5090                 Closes bug #907.
5091
5092
5093 2006-02-09 [colin]      2.0.0cvs41
5094
5095         * src/summaryview.c
5096                 Fix shitty logic messed up. Thanks Ticho for the hint!
5097
5098 2006-02-09 [wwp]        2.0.0cvs40
5099
5100         * src/gtk/about.c
5101         * src/compose.c
5102         * src/prefs_account.c
5103         * src/prefs_gtk.h
5104         * src/editaddress.c
5105                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5106                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5107                 Browse buttons in accounts prefs.
5108
5109 2006-02-09 [colin]      2.0.0cvs39
5110
5111         * src/matcher.c
5112                 Check for pointer before using its members
5113         * src/gtk/gtksourceprintjob.c
5114                 Fix a wrong warning
5115
5116 2006-02-09 [wwp]        2.0.0cvs38
5117
5118         * src/gtk/filesel.c
5119                 fix few compiler warnings (type mismatch).
5120
5121 2006-02-09 [paul]       2.0.0cvs37
5122
5123         * po/fr.po
5124                 updated by Fabien Vantard
5125
5126 2006-02-08 [colin]      2.0.0cvs36
5127
5128         * src/prefs_common.c
5129         * src/common/defs.h
5130         * src/common/plugin.c
5131                 allow windows and linux configurations to coexist
5132                 patch by Thomas Gilgin
5133
5134 2006-02-08 [colin]      2.0.0cvs35
5135
5136         * src/filtering.c
5137         * src/matcher.c
5138         * src/matcher.h
5139         * src/matcher_parser_parse.y
5140         * src/prefs_filtering_action.c
5141         * src/prefs_matcher.c
5142                 Add the "Ignore thread" filtering
5143                 action
5144
5145 2006-02-08 [colin]      2.0.0cvs34
5146
5147         * src/compose.c
5148         * src/procmime.c
5149         * src/procmime.h
5150                 Fix bug #905 (damaged attachment)
5151                 text files with raw \0's aren't really text files
5152         FOR_STABLE
5153
5154 2006-02-08 [colin]      2.0.0cvs33
5155
5156         * src/summaryview.c
5157                 Fix crasher introduced yesterday
5158
5159 2006-02-08 [wwp]        2.0.0cvs32
5160
5161         * src/compose.c
5162         * src/compose.h
5163                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5164
5165 2006-02-08 [wwp]        2.0.0cvs31
5166
5167         * src/prefs_template.c
5168                 templates enhancement: allow address completion for Cc and Bcc fields
5169                 (it was currently possible for the To field only)
5170
5171 2006-02-08 [colin]      2.0.0cvs30
5172
5173         * src/compose.c
5174                 Don't unblock if not blocked
5175         FOR_STABLE
5176
5177 2006-02-07 [colin]      2.0.0cvs29
5178
5179         * src/action.c
5180                 Forgot to refresh summaryview
5181
5182 2006-02-07 [colin]      2.0.0cvs28
5183
5184         * src/action.c
5185                 Freeze/thaw message list and folder list while
5186                 processing %as{} actions 
5187         * src/compose.c
5188                 Fix auto-wrap disabling after a middle-click
5189                 paste - FOR_STABLE
5190
5191 2006-02-07 [paul]       2.0.0cvs27
5192
5193         * src/folder.c
5194                 fix freeing of uninitialised pointers
5195                 Thanks to Colin
5196
5197 2006-02-06 [colin]      2.0.0cvs26
5198
5199         * src/folder.c
5200                 Use g_slist_prepend in potentially big list
5201
5202 2006-02-06 [colin]      2.0.0cvs25
5203
5204         * src/folder.c
5205                 Completely skip processing if it doesn't 
5206                 exist (faster!)
5207
5208 2006-02-06 [colin]      2.0.0cvs24
5209
5210         * src/folder.c
5211         * src/summaryview.c
5212                 Batch filtering in summaryview (from Tools menu)
5213                 and pre/post//-processing too
5214
5215 2006-02-06 [colin]      2.0.0cvs23
5216
5217         * src/procmsg.h
5218         * src/filtering.c
5219                 Use a special field for batch filtering instead
5220                 of stepping on deferred execution's toes
5221
5222 2006-02-06 [colin]      2.0.0cvs22
5223
5224         * src/action.c
5225         * src/filtering.c
5226         * src/filtering.h
5227         * src/folder.c
5228         * src/summaryview.c
5229                 Fix filtering via menus and actions
5230
5231 2006-02-06 [colin]      2.0.0cvs21
5232
5233         * src/imap.c
5234                 Put the added file directly to cache if possible (will work
5235                 with next libetpan)
5236         * src/filtering.c
5237         * src/filtering.h
5238         * src/inc.c
5239         * src/folder.c
5240         * src/mbox.c
5241         * src/procmsg.h
5242                 Move and copy filtered messages by batches instead of one
5243                 by one - faster on IMAP
5244         * src/procmsg.c
5245                 Add a function that'll possibly be useful later
5246
5247 2006-02-06 [colin]      2.0.0cvs20
5248
5249         * src/addressbook.c
5250                 Use internal mime-type instead of text/plain for d'n'd
5251         * src/compose.c
5252                 Allow attaching files from mimeview's icon list via d'n'd
5253         * src/folderview.c
5254         * src/folderview.h
5255                 Use internal mime-type instead of text/plain for d'n'd
5256                 Don't try to selected opened folder if none is
5257                 Factorize d'n'd from other apps code
5258         * src/headerview.c
5259         * src/textview.c
5260         * src/gtk/gtkutils.c
5261         * src/gtk/gtkutils.h
5262                 Factorize Face/X-Face stuff
5263         * src/mimeview.c
5264                 Fix d'n'd to other apps
5265         * src/prefs_message.c
5266                 Let the XFace pref be usable without libcompface as it also
5267                 applies to Face
5268         * src/summaryview.c
5269                 Fix d'n'd to other apps
5270                 Factorize d'n'd from other apps code
5271
5272 2006-02-06 [wwp]        2.0.0cvs19
5273
5274         * po/it.po
5275                 Italian translation fixes by Andrea Spadaccini (no more confusion
5276                 between filtering and processing, and few changes in the About
5277                 dialog).
5278
5279
5280 2006-02-06 [mones]      2.0.0cvs18
5281
5282         * src/gtk/icon_legend.c
5283                 Improved descriptions allowing better translations
5284
5285 2006-02-05 [colin]      2.0.0cvs17
5286
5287         * src/imap.c
5288                 Add the f*cking missing expunge that caused imap_fetch_env
5289                 to fail after an add_msgs ! :-///
5290         * src/etpan/imap-thread.c
5291                 Add a bit of debug
5292         FOR_STABLE
5293
5294 2006-02-05 [colin]      2.0.0cvs16
5295
5296         * src/common/utils.c
5297                 Don't check for return-path (or we can't put
5298                 back non-sent mails)
5299
5300 2006-02-05 [colin]      2.0.0cvs15
5301
5302         * src/textview.c
5303                 Don't try to display Face header in textview
5304                 when teh headerview's active
5305
5306 2006-02-05 [colin]      2.0.0cvs14
5307
5308         * tools/tbird2syl.py
5309         * tools/Makefile.am
5310                 Add script to import Thunderbird mails
5311
5312 2006-02-05 [colin]      2.0.0cvs13
5313
5314         * src/headerview.c
5315         * src/procheader.c
5316         * src/procmsg.c
5317         * src/procmsg.h
5318         * src/textview.c
5319                 Show Face headers - patch partially by Klaus Flittner
5320
5321 2006-02-05 [colin]      2.0.0cvs12
5322
5323         * src/folderview.c
5324         * src/summaryview.c
5325         * src/common/utils.c
5326         * src/common/utils.h
5327                 Let dnd work from mime icons to summaryview
5328                 and to folderview too
5329                 Add a crude test to avoid trying to add files
5330                 drag'n'dropped when they're not mails
5331
5332 2006-02-04 [colin]      2.0.0cvs11
5333
5334         * src/summaryview.c
5335         * src/mimeview.c
5336                 Fix utf8 conversion
5337
5338 2006-02-04 [colin]      2.0.0cvs10
5339
5340         * src/compose.c
5341         * src/folderview.c
5342         * src/mimeview.c
5343         * src/summaryview.c
5344         * src/summaryview.h
5345                 Added various drag and drop capas:
5346                 From                    To
5347                 summaryview             other apps
5348                 mimeview icons          other apps
5349                 other apps              summaryview
5350                 other apps              folderview
5351
5352                 This shouldn't have broken the existing:
5353                 From                    To
5354                 summaryview             folderview
5355                 folderview              folderview
5356                 summaryview             compose's attachments
5357
5358         Tests welcomed.
5359
5360 2006-02-02 [paul]       2.0.0cvs9
5361
5362         * src/mainwindow.c
5363                 move global option 'Set displayed columns...' out
5364                 of folder option grouping.
5365                 fix sensitivity of 'harvest addresses'
5366         FOR_STABLE
5367
5368 2006-02-01 [colin]      2.0.0cvs8
5369
5370         * src/mimeview.c
5371                 Revert the alertpanel patch, it sucks (intrusive
5372                 and gets in the way of "open")
5373
5374 2006-02-01 [colin]      2.0.0cvs7
5375
5376         * src/compose.c
5377         * src/prefs_account.c
5378         * src/prefs_common.c
5379         * src/common/defs.h
5380         * src/common/utils.c
5381         * src/common/utils.h
5382                 Add ability to edit the signature file
5383                 from the account preferences, and use
5384                 a default for the text editor.
5385                 Patch by Fabien Vantard
5386
5387 2006-02-01 [colin]      2.0.0cvs6
5388
5389         * src/mimeview.c
5390                 Try to get mime type by extension if it is
5391                 application/octet-stream
5392                 Display a window with possible choices when
5393                 encountering unknown mime types
5394         * src/gtk/filesel.c
5395         * src/gtk/filesel.h
5396                 Add preview
5397                 Allow multiple selection in filtered filesel
5398                 (patch by Fabien Vantard)
5399         * src/gtk/pluginwindow.c
5400                 Use it (patch by Fabien Vantard)
5401
5402 2006-02-01 [paul]       2.0.0cvs5
5403
5404         * src/jpilot.c
5405                 fix crash on creating jpilot address book
5406                 Thanks to Colin - FOR_STABLE
5407         * src/prefs_summaries.c
5408         * src/prefs_wrapping.c
5409         * src/gtk/icon_legend.c
5410         * src/gtk/quicksearch.c
5411                 string fixes and additions
5412
5413 2006-02-01 [paul]       2.0.0cvs4
5414
5415         * src/compose.c
5416         * src/mainwindow.c
5417         * src/messageview.c
5418         * src/prefs_send.c
5419                 add Arabic encoding option
5420                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5421
5422 2006-01-31 [colin]      2.0.0cvs3
5423
5424         * src/plugins/pgpcore/passphrase.c
5425                 Convert passphrase to locale encoding
5426         * src/compose.c
5427                 Fix drafting on IMAP. Crappy bug sneaked in
5428                 the release :-/
5429         FOR_STABLE
5430
5431 2006-01-30 [paul]       2.0.0cvs2
5432
5433         * src/gtk/icon_legend.c
5434                 show the new entries
5435
5436 2006-01-30 [colin]      2.0.0cvs1
5437
5438         * src/manual.c
5439                 Check for the file to be present before 
5440                 enabling the menu - FOR_STABLE
5441         * src/gtk/icon_legend.c
5442                 Add folders icons (not all of them, there
5443                 are too much, but the most intriguing ones)
5444
5445 2006-01-30 [paul]       2.0.0
5446
5447         version 2.0.0 released
5448
5449 2006-01-30 [paul]       1.9.100cvs200
5450
5451         * manual/faq.xml
5452         * manual/gpl.xml
5453         * manual/intro.xml
5454         * manual/starting.xml
5455         * manual/sylpheed-claws-manual.xml
5456                 fixes, additions
5457
5458 2006-01-29 [mones]      1.9.100cvs199
5459
5460         * manual/account.xml
5461         * manual/advanced.xml
5462         * manual/glossary.xml
5463                 Some typos fixed, added LDIF term to glossary
5464         * po/es.po
5465                 Fixed leading plus symbol
5466
5467 2006-01-29 [paul]       1.9.100cvs198
5468
5469         * po/fi.po
5470         * po/sk.po
5471                 updated by Tommi Pirinen and Andrej Kacian
5472
5473 2006-01-29 [paul]       1.9.100cvs197
5474
5475         * src/gtk/authors.h
5476                 remove duplicates
5477
5478 2006-01-29 [paul]       1.9.100cvs196
5479
5480         * AUTHORS
5481         * po/nl.po
5482         * src/gtk/authors.h
5483         * tools/claws.i18n.status.pl
5484                 nl translation updated by Tim Dijkstra
5485
5486 2006-01-29 [paul]       1.9.100cvs195
5487
5488         * po/sr.po
5489         * po/sv.po
5490                 updated by Aleksandar Urosevic and Anders Troback
5491
5492 2006-01-28 [colin]      1.9.100cvs194
5493
5494         * src/gtk/gtksourceprintjob.c
5495                 Don't fiddle with PangoLayout when we
5496                 have an image
5497
5498 2006-01-28 [paul]       1.9.100cvs193
5499
5500         * AUTHORS
5501         * po/el.po
5502         * po/zh_CN.po
5503         * src/gtk/authors.h
5504         * tools/claws.i18n.status.pl
5505                 updated translations submitted by Stavros Giannouris
5506                 and Ralgh Young
5507
5508 2006-01-27 [colin]      1.9.100cvs192
5509
5510         * src/summaryview.c
5511         * src/gtk/gtksourceprintjob.c
5512                 Add image printing 
5513                 (libgnomeprint only, of course)
5514
5515 2006-01-27 [paul]       1.9.100cvs191
5516
5517         * po/fr.po
5518         * po/it.po
5519                 updated by Fabien Vantard and Andrea Spadaccini
5520
5521 2006-01-26 [colin]      1.9.100cvs190
5522
5523         * manual/Makefile.am
5524         * configure.ac
5525                 Make building the manual optional 
5526                 (--disable-manual)
5527
5528 2006-01-26 [paul]       1.9.100cvs189
5529
5530         * manual/glossary.xml
5531         * manual/plugins.xml
5532                 edited
5533         * po/en_GB.po
5534                 updated
5535
5536 2006-01-26 [paul]       1.9.100cvs188
5537
5538         * src/prefs_display_header.c
5539         * src/prefs_folder_column.c
5540         * src/prefs_msg_colors.c
5541         * src/prefs_summaries.c
5542         * src/prefs_summary_column.c
5543                 HIGify
5544
5545 2006-01-25 [colin]      1.9.100cvs187
5546
5547         * src/imap.c
5548                 Don't allow moving/copying mails between
5549                 queue/drafts and non-queue/drafts folders
5550                 Fixes bug #897 (message header is resetted 
5551                 if one is copied to Drafts)
5552
5553 2006-01-25 [colin]      1.9.100cvs186
5554
5555         * src/folder.c
5556         * src/mainwindow.c
5557                 Fix subscribed folders not found
5558         * src/compose.c
5559                 Don't try to encode as original mail's charset
5560                 if it's ascii 
5561
5562 2006-01-25 [paul]       1.9.100cvs185
5563
5564         * AUTHORS
5565         * po/Makevars
5566                 updated
5567         * po/de.po
5568         * po/pl.po
5569         * po/pt_BR.po
5570         * po/sr.po
5571                 updates submitted by Stephan Sachse, Emilian Nowak
5572                 and Quar, Frederico Goncalves Guimaraes, and
5573                 Aleksandar Urosevic
5574                 Fix Bug 896, 'PT_BR locale broken'.
5575         * src/gtk/authors.h
5576                 updated
5577
5578 2006-01-24 [mones]      1.9.100cvs184
5579
5580         * manual/glossary.xml
5581                 All current terms finished. Reviewers welcome ;-)
5582         * manual/keyboard.xml
5583                 Fixed column width for pdf output.
5584         * po/es.po
5585                 Updated
5586
5587 2006-01-24 [paul]       1.9.100cvs183
5588
5589         * manual/glossary.xml
5590                 fix id name
5591         * manual/dist/html/Makefile.am
5592         * manual/dist/pdf/Makefile.am
5593         * manual/dist/ps/Makefile.am
5594         * manual/dist/txt/Makefile.am
5595                 fix make deps
5596                 Thanks to Colin
5597
5598 2006-01-24 [mones]      1.9.100cvs182
5599
5600         * manual/glossary.xml
5601                 Nearly finished, some terms missing.
5602
5603 2006-01-23 [paul]       1.9.100cvs181
5604
5605         * manual/dist/html/Makefile.am
5606         * manual/dist/pdf/Makefile.am
5607         * manual/dist/ps/Makefile.am
5608         * manual/dist/txt/Makefile.am
5609         * src/mainwindow.c
5610                 re-enable manual
5611                 Thanks to Colin
5612
5613 2006-01-22 [colin]      1.9.100cvs180
5614
5615         * src/compose.c
5616         * src/gtk/gtkaspell.c
5617                 Don't deselect stuff before right-clicking, with aspell.
5618                 (This prevented right-click Copy, for example).
5619                 Thanks to Clo!
5620
5621 2006-01-22 [paul]       1.9.100cvs179
5622
5623         * src/summary_search.c
5624                 don't fix the widget size as it causes problems
5625                 under localisation.
5626                 Thanks to Emilian Nowak
5627
5628 2006-01-21 [paul]       1.9.100cvs178
5629
5630         * src/prefs_themes.c
5631                 fix broken underlining of label text
5632                 with some translations
5633
5634 2006-01-21 [colin]      1.9.100cvs177
5635
5636         * po/fr.po
5637                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5638
5639 2006-01-20 [colin]      1.9.100cvs176
5640
5641         * configure.ac
5642         * Makefile.am
5643         * manual/Makefile
5644         * manual/dist/html/.cvsignore
5645         * manual/dist/html/Makefile.am
5646         * manual/dist/pdf/.cvsignore
5647         * manual/dist/pdf/Makefile.am
5648         * manual/dist/ps/.cvsignore
5649         * manual/dist/ps/Makefile.am
5650         * manual/dist/txt/.cvsignore
5651         * manual/dist/txt/Makefile.am
5652                 Autotool-ize manual
5653
5654 2006-01-20 [paul]       1.9.100cvs175
5655
5656         * manual/handling.xml
5657                 make Filtering and Searching entries easier to find
5658         * manual/keyboard.xml
5659                 add the remaining default keybinds
5660         * src/prefs_summaries.c
5661                 update the default keybinds
5662
5663 2006-01-20 [paul]       1.9.100cvs174
5664
5665         * src/addressbook.c
5666         * src/addrgather.c
5667         * src/addrharvest.c
5668         * src/editaddress.c
5669         * src/editgroup.c
5670         * src/exphtmldlg.c
5671         * src/expldifdlg.c
5672         * src/exporthtml.c
5673         * src/exportldif.c
5674         * src/ldif.c
5675                 replace 'e-mail' with 'email'
5676         * src/summary_search.c
5677                 add mnemonic to "Find all" button
5678
5679 2006-01-20 [wwp]        1.9.100cvs173
5680
5681         * src/export.c
5682         * src/import.c
5683                 touched mbox import/export buttons for HIG-compliance
5684
5685 2006-01-19 [paul]       1.9.100cvs172
5686
5687         * manual/account.xml
5688         * manual/addrbook.xml
5689         * manual/advanced.xml
5690         * manual/faq.xml
5691         * manual/handling.xml
5692         * manual/intro.xml
5693         * manual/plugins.xml
5694         * manual/starting.xml
5695                 more editing
5696
5697 2006-01-19 [paul]       1.9.100cvs171
5698
5699         * src/toolbar.c
5700                 allow use of trash button while receiving
5701                 Thanks to Colin
5702
5703 2006-01-19 [wwp]        1.9.100cvs170
5704
5705         * src/gtk/quicksearch.c
5706         * src/compose.c
5707                 force text color to black when yellow background is set
5708
5709 2006-01-19 [colin]      1.9.100cvs169
5710
5711         * src/plugins/trayicon/trayicon.c
5712                 Gray out Get Mail when already getting mail
5713
5714 2006-01-18 [paul]       1.9.100cvs168
5715
5716         * src/compose.c
5717                 give widget yellow background was To is
5718                 set via folder prefs
5719         * src/gtk/quicksearch.c
5720                 give widget yellow background when quick
5721                 search is active.
5722                 Thanks to Colin
5723
5724 2006-01-18 [paul]       1.9.100cvs167
5725
5726         * doc/man/sylpheed-claws.1
5727                 add --subscribe option
5728
5729 2006-01-18 [paul]       1.9.100cvs166
5730
5731         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5732         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5733                 use %U instead of %F (%F is broken for user installed
5734                 files in kde 3.5)
5735
5736 2006-01-18 [colin]      1.9.100cvs165
5737
5738         * src/summaryview.c
5739                 Default to Yes in "No more * messages" dialogs
5740
5741 2006-01-17 [colin]      1.9.100cvs164
5742
5743         * src/compose.c
5744                 Possibly fix an invalid iterator causing
5745                 crash
5746
5747 2006-01-17 [colin]      1.9.100cvs163
5748
5749         * src/mimeview.c
5750                 Fix crash when the image disappears under the
5751                 image viewer
5752
5753 2006-01-16 [colin]      1.9.100cvs162
5754
5755         * src/compose.c
5756                 Fix reenabling autowrap
5757
5758 2006-01-16 [colin]      1.9.100cvs161
5759
5760         * src/compose.c
5761                 reset quote_len before getting quote_str
5762
5763 2006-01-16 [colin]      1.9.100cvs160
5764
5765         * src/account.c
5766         * src/account.h
5767         * src/folder.c
5768         * src/imap_gtk.c
5769         * src/mh_gtk.c
5770                 Fix bug #883 (default inbox does not track folder move)
5771
5772 2006-01-16 [colin]      1.9.100cvs159
5773
5774         * src/compose.c
5775         * src/plugins/pgpcore/passphrase.c
5776                 More buttons fixes
5777
5778 2006-01-16 [paul]       1.9.100cvs158
5779
5780         * src/prefs_actions.c
5781         * src/prefs_filtering_action.c
5782         * src/prefs_matcher.c
5783         * src/quote_fmt.c
5784         * src/gtk/description_window.c
5785         * src/gtk/description_window.h
5786         * src/gtk/quicksearch.c
5787                 description window cleanups
5788
5789 2006-01-15 [colin]      1.9.100cvs157
5790
5791         * src/addressbook.c
5792         * src/prefs_filtering.c
5793                 Same here
5794
5795 2006-01-15 [colin]      1.9.100cvs156
5796
5797         * src/folderview.c
5798         * src/mainwindow.c
5799                 Same for "Empty trash"
5800
5801 2006-01-15 [colin]      1.9.100cvs155
5802
5803         * src/inc.c
5804                 Override offline dialog had Yes by default
5805
5806 2006-01-15 [colin]      1.9.100cvs154
5807
5808         * src/summaryview.c
5809                 Delete selected messages? previously had Yes the default
5810
5811 2006-01-15 [colin]      1.9.100cvs153
5812
5813         * src/folder.c
5814         * src/folder.h
5815         * src/main.c
5816                 Check if a mailbox is loaded after all
5817                 plugins are loaded.
5818
5819 2006-01-15 [colin]      1.9.100cvs152
5820
5821         * src/folder.c
5822                 Don't start wizard when there are unloaded folders (will help
5823                 people with only mbox or maildir mailboxes)
5824
5825 2006-01-14 [colin]      1.9.100cvs151
5826
5827         * src/addressbook.c
5828         * src/expldifdlg.c
5829         * src/importldif.c
5830         * src/importmutt.c
5831         * src/importpine.c
5832         * src/mh_gtk.c
5833                 More HIG compliance and fixes
5834
5835 2006-01-14 [colin]      1.9.100cvs150
5836
5837         * src/prefs_filtering_action.c
5838         * src/foldersel.c
5839                 Two forgotten button order changes
5840
5841 2006-01-14 [colin]      1.9.100cvs149
5842
5843         * src/account.c
5844         * src/addressbook.c
5845         * src/compose.c
5846         * src/folderview.c
5847         * src/imap_gtk.c
5848         * src/mainwindow.c
5849         * src/mh_gtk.c
5850         * src/news_gtk.c
5851         * src/prefs_actions.c
5852         * src/prefs_customheader.c
5853         * src/prefs_filtering.c
5854         * src/prefs_matcher.c
5855         * src/prefs_template.c
5856         * src/ssl_manager.c
5857         * src/summaryview.c
5858         * src/textview.c
5859         * src/toolbar.c
5860                 All deletion confirmations are now "Cancel, Delete" 
5861                 instead of "No, Yes"
5862                 Clarified most of the other "No, Yes" to 
5863                 "Cancel, Descriptive_action"
5864                 Rechanged the "Entry not saved" alerts to have 
5865                 "Close, Continue editing"
5866
5867
5868 2006-01-14 [paul]
5869
5870         * 2.0.0-rc4 released
5871
5872 2006-01-14 [paul]       1.9.100cvs148
5873
5874         * src/account.c
5875         * src/addressadd.c
5876         * src/addressbook.c
5877         * src/compose.c
5878         * src/editaddress.c
5879         * src/editbook.c
5880         * src/editgroup.c
5881         * src/editjpilot.c
5882         * src/editldap.c
5883         * src/editvcard.c
5884         * src/exphtmldlg.c
5885         * src/expldifdlg.c
5886         * src/folderview.c
5887         * src/grouplistdialog.c
5888         * src/imap_gtk.c
5889         * src/importmutt.c
5890         * src/importpine.c
5891         * src/inc.c
5892         * src/main.c
5893         * src/mainwindow.c
5894         * src/message_search.c
5895         * src/messageview.c
5896         * src/mh_gtk.c
5897         * src/mimeview.c
5898         * src/news_gtk.c
5899         * src/prefs_actions.c
5900         * src/prefs_customheader.c
5901         * src/prefs_filtering.c
5902         * src/prefs_matcher.c
5903         * src/prefs_template.c
5904         * src/prefs_themes.c
5905         * src/ssl_manager.c
5906         * src/summary_search.c
5907         * src/summaryview.c
5908         * src/textview.c
5909         * src/toolbar.c
5910         * src/gtk/foldersort.c
5911         * src/gtk/gtkaspell.c
5912         * src/gtk/inputdialog.c
5913         * src/gtk/prefswindow.c
5914         * src/plugins/pgpcore/select-keys.c
5915         * src/plugins/trayicon/trayicon.c
5916                 HIG compliant button order
5917
5918 2006-01-14 [mones]      1.9.100cvs147
5919
5920         * po/es.po
5921                 Updated translation
5922
5923 2006-01-13 [paul]       1.9.100cvs146
5924
5925         * AUTHORS
5926         * ChangeLog
5927         * src/gtk/authors.h
5928                 add Joshua M. Kwan to contributors list
5929
5930 2006-01-13 [colin]      1.9.100cvs145
5931
5932         * src/gtk/quicksearch.c
5933                 Don't refocus quick search after executing (Esc or Enter)
5934                 Allows to '/'search something then move up/down in 
5935                 summaryview, and to Esc a search and be back in the 
5936                 summaryview
5937
5938 2006-01-13 [paul]       1.9.100cvs144
5939
5940         * src/plugins/pgpinline/pgpinline.c
5941                 support Content-Type 'application/pgp'
5942                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5943
5944 2006-01-13 [paul]       1.9.100cvs143
5945
5946         * manual/account.xml
5947                 make mention of partial retrieval
5948                 thanks to Colin
5949
5950 2006-01-13 [paul]       1.9.100cvs142
5951
5952         * src/account.c
5953         * src/account.h
5954         * src/action.c
5955         * src/action.h
5956         * src/adbookbase.h
5957         * src/addr_compl.c
5958         * src/addr_compl.h
5959         * src/addrbook.c
5960         * src/addrcache.c
5961         * src/addrcache.h
5962         * src/addrcindex.c
5963         * src/addrcindex.h
5964         * src/addrclip.c
5965         * src/addrclip.h
5966         * src/addrdefs.h
5967         * src/addressadd.c
5968         * src/addressadd.h
5969         * src/addressbook.c
5970         * src/addressbook.h
5971         * src/addrgather.c
5972         * src/addrgather.h
5973         * src/addrharvest.c
5974         * src/addrharvest.h
5975         * src/addrindex.c
5976         * src/addrindex.h
5977         * src/addritem.c
5978         * src/addritem.h
5979         * src/addrquery.c
5980         * src/addrquery.h
5981         * src/addrselect.c
5982         * src/addrselect.h
5983         * src/alertpanel.c
5984         * src/alertpanel.h
5985         * src/browseldap.c
5986         * src/browseldap.h
5987         * src/codeconv.c
5988         * src/codeconv.h
5989         * src/compose.c
5990         * src/compose.h
5991         * src/customheader.c
5992         * src/customheader.h
5993         * src/displayheader.c
5994         * src/displayheader.h
5995         * src/editaddress.c
5996         * src/editaddress.h
5997         * src/editbook.c
5998         * src/editbook.h
5999         * src/editgroup.c
6000         * src/editgroup.h
6001         * src/editjpilot.c
6002         * src/editjpilot.h
6003         * src/editldap.c
6004         * src/editldap.h
6005         * src/editldap_basedn.c
6006         * src/editldap_basedn.h
6007         * src/editvcard.c
6008         * src/editvcard.h
6009         * src/exphtmldlg.c
6010         * src/exphtmldlg.h
6011         * src/expldifdlg.c
6012         * src/expldifdlg.h
6013         * src/export.h
6014         * src/exporthtml.c
6015         * src/exporthtml.h
6016         * src/exportldif.c
6017         * src/exportldif.h
6018         * src/filtering.c
6019         * src/filtering.h
6020         * src/folder.c
6021         * src/folder.h
6022         * src/folder_item_prefs.c
6023         * src/folder_item_prefs.h
6024         * src/foldersel.c
6025         * src/foldersel.h
6026         * src/folderutils.c
6027         * src/folderutils.h
6028         * src/folderview.c
6029         * src/folderview.h
6030         * src/grouplistdialog.c
6031         * src/grouplistdialog.h
6032         * src/headerview.c
6033         * src/html.c
6034         * src/html.h
6035         * src/image_viewer.c
6036         * src/image_viewer.h
6037         * src/imap.c
6038         * src/imap.h
6039         * src/imap_gtk.c
6040         * src/imap_gtk.h
6041         * src/import.h
6042         * src/importldif.c
6043         * src/importldif.h
6044         * src/importmutt.c
6045         * src/importmutt.h
6046         * src/importpine.c
6047         * src/importpine.h
6048         * src/inc.c
6049         * src/inc.h
6050         * src/jpilot.c
6051         * src/jpilot.h
6052         * src/ldapctrl.c
6053         * src/ldapctrl.h
6054         * src/ldaplocate.c
6055         * src/ldaplocate.h
6056         * src/ldapquery.c
6057         * src/ldapquery.h
6058         * src/ldapserver.c
6059         * src/ldapserver.h
6060         * src/ldaputil.c
6061         * src/ldaputil.h
6062         * src/ldif.c
6063         * src/ldif.h
6064         * src/main.c
6065         * src/main.h
6066         * src/mainwindow.c
6067         * src/mainwindow.h
6068         * src/manual.c
6069         * src/manual.h
6070         * src/mbox.c
6071         * src/mbox.h
6072         * src/message_search.c
6073         * src/message_search.h
6074         * src/messageview.c
6075         * src/messageview.h
6076         * src/mh.c
6077         * src/mh.h
6078         * src/mh_gtk.c
6079         * src/mh_gtk.h
6080         * src/mimeview.c
6081         * src/mimeview.h
6082         * src/msgcache.c
6083         * src/msgcache.h
6084         * src/mutt.c
6085         * src/mutt.h
6086         * src/news.c
6087         * src/news.h
6088         * src/news_gtk.c
6089         * src/news_gtk.h
6090         * src/partial_download.c
6091         * src/partial_download.h
6092         * src/pine.c
6093         * src/pine.h
6094         * src/pop.c
6095         * src/pop.h
6096         * src/prefs_account.c
6097         * src/prefs_account.h
6098         * src/prefs_actions.c
6099         * src/prefs_actions.h
6100         * src/prefs_common.c
6101         * src/prefs_common.h
6102         * src/prefs_compose_writing.c
6103         * src/prefs_compose_writing.h
6104         * src/prefs_customheader.c
6105         * src/prefs_customheader.h
6106         * src/prefs_display_header.c
6107         * src/prefs_display_header.h
6108         * src/prefs_filtering.c
6109         * src/prefs_filtering.h
6110         * src/prefs_filtering_action.c
6111         * src/prefs_filtering_action.h
6112         * src/prefs_folder_column.c
6113         * src/prefs_folder_column.h
6114         * src/prefs_folder_item.c
6115         * src/prefs_folder_item.h
6116         * src/prefs_fonts.c
6117         * src/prefs_fonts.h
6118         * src/prefs_gtk.c
6119         * src/prefs_gtk.h
6120         * src/prefs_image_viewer.c
6121         * src/prefs_image_viewer.h
6122         * src/prefs_matcher.c
6123         * src/prefs_matcher.h
6124         * src/prefs_message.c
6125         * src/prefs_msg_colors.c
6126         * src/prefs_msg_colors.h
6127         * src/prefs_other.c
6128         * src/prefs_quote.c
6129         * src/prefs_receive.c
6130         * src/prefs_send.c
6131         * src/prefs_spelling.c
6132         * src/prefs_spelling.h
6133         * src/prefs_summaries.c
6134         * src/prefs_summaries.h
6135         * src/prefs_summary_column.c
6136         * src/prefs_summary_column.h
6137         * src/prefs_template.c
6138         * src/prefs_template.h
6139         * src/prefs_themes.c
6140         * src/prefs_themes.h
6141         * src/prefs_toolbar.c
6142         * src/prefs_toolbar.h
6143         * src/prefs_wrapping.c
6144         * src/prefs_wrapping.h
6145         * src/privacy.c
6146         * src/privacy.h
6147         * src/procheader.c
6148         * src/procheader.h
6149         * src/procmime.c
6150         * src/procmime.h
6151         * src/procmsg.c
6152         * src/procmsg.h
6153         * src/quote_fmt.c
6154         * src/quote_fmt_parse.y
6155         * src/recv.c
6156         * src/recv.h
6157         * src/remotefolder.c
6158         * src/remotefolder.h
6159         * src/send_message.c
6160         * src/send_message.h
6161         * src/setup.c
6162         * src/setup.h
6163         * src/sourcewindow.c
6164         * src/sourcewindow.h
6165         * src/ssl_manager.c
6166         * src/ssl_manager.h
6167         * src/statusbar.c
6168         * src/statusbar.h
6169         * src/stock_pixmap.c
6170         * src/stock_pixmap.h
6171         * src/summary_search.c
6172         * src/summary_search.h
6173         * src/summaryview.c
6174         * src/summaryview.h
6175         * src/syldap.c
6176         * src/syldap.h
6177         * src/textview.c
6178         * src/textview.h
6179         * src/toolbar.c
6180         * src/toolbar.h
6181         * src/undo.c
6182         * src/undo.h
6183         * src/unmime.c
6184         * src/unmime.h
6185         * src/vcard.c
6186         * src/vcard.h
6187         * src/wizard.c
6188         * src/wizard.h
6189         * src/common/base64.c
6190         * src/common/base64.h
6191         * src/common/defs.h
6192         * src/common/hooks.c
6193         * src/common/hooks.h
6194         * src/common/log.c
6195         * src/common/log.h
6196         * src/common/mgutils.c
6197         * src/common/mgutils.h
6198         * src/common/nntp.c
6199         * src/common/nntp.h
6200         * src/common/passcrypt.c
6201         * src/common/passcrypt.h.in
6202         * src/common/plugin.c
6203         * src/common/plugin.h
6204         * src/common/prefs.c
6205         * src/common/prefs.h
6206         * src/common/progressindicator.c
6207         * src/common/progressindicator.h
6208         * src/common/quoted-printable.c
6209         * src/common/quoted-printable.h
6210         * src/common/session.c
6211         * src/common/session.h
6212         * src/common/smtp.c
6213         * src/common/smtp.h
6214         * src/common/socket.c
6215         * src/common/socket.h
6216         * src/common/ssl.c
6217         * src/common/ssl.h
6218         * src/common/ssl_certificate.c
6219         * src/common/ssl_certificate.h
6220         * src/common/stringtable.c
6221         * src/common/stringtable.h
6222         * src/common/sylpheed.c
6223         * src/common/sylpheed.h
6224         * src/common/template.c
6225         * src/common/template.h
6226         * src/common/timing.h
6227         * src/common/utils.c
6228         * src/common/utils.h
6229         * src/common/version.h.in
6230         * src/common/xml.c
6231         * src/common/xml.h
6232         * src/common/xmlprops.c
6233         * src/common/xmlprops.h
6234         * src/gtk/colorlabel.c
6235         * src/gtk/colorsel.c
6236         * src/gtk/colorsel.h
6237         * src/gtk/description_window.c
6238         * src/gtk/description_window.h
6239         * src/gtk/filesel.c
6240         * src/gtk/filesel.h
6241         * src/gtk/foldersort.c
6242         * src/gtk/foldersort.h
6243         * src/gtk/gtkutils.c
6244         * src/gtk/gtkutils.h
6245         * src/gtk/inputdialog.c
6246         * src/gtk/inputdialog.h
6247         * src/gtk/logwindow.c
6248         * src/gtk/logwindow.h
6249         * src/gtk/manage_window.c
6250         * src/gtk/manage_window.h
6251         * src/gtk/menu.c
6252         * src/gtk/menu.h
6253         * src/gtk/pluginwindow.c
6254         * src/gtk/pluginwindow.h
6255         * src/gtk/prefswindow.c
6256         * src/gtk/prefswindow.h
6257         * src/gtk/progressdialog.c
6258         * src/gtk/progressdialog.h
6259         * src/gtk/sslcertwindow.c
6260         * src/gtk/sslcertwindow.h
6261         * src/plugins/clamav/clamav_plugin.c
6262         * src/plugins/clamav/clamav_plugin.h
6263         * src/plugins/clamav/clamav_plugin_gtk.c
6264         * src/plugins/demo/demo.c
6265         * src/plugins/dillo_viewer/dillo_prefs.c
6266         * src/plugins/dillo_viewer/dillo_prefs.h
6267         * src/plugins/dillo_viewer/dillo_viewer.c
6268         * src/plugins/pgpcore/passphrase.c
6269         * src/plugins/pgpcore/passphrase.h
6270         * src/plugins/pgpcore/plugin.c
6271         * src/plugins/pgpcore/select-keys.c
6272         * src/plugins/pgpcore/select-keys.h
6273         * src/plugins/pgpcore/sgpgme.c
6274         * src/plugins/pgpcore/sgpgme.h
6275         * src/plugins/pgpinline/pgpinline.c
6276         * src/plugins/pgpinline/pgpinline.h
6277         * src/plugins/pgpinline/plugin.c
6278         * src/plugins/pgpmime/pgpmime.c
6279         * src/plugins/pgpmime/pgpmime.h
6280         * src/plugins/pgpmime/plugin.c
6281         * src/plugins/spamassassin/spamassassin.c
6282         * src/plugins/spamassassin/spamassassin.h
6283         * src/plugins/spamassassin/spamassassin_gtk.c
6284         * src/plugins/trayicon/trayicon.c
6285                 update copyright header
6286
6287 2006-01-13 [paul]       1.9.100cvs141
6288
6289         * src/account.c
6290         * src/export.c
6291         * src/import.c
6292         * src/mainwindow.c
6293         * src/prefs_account.c
6294         * src/prefs_display_header.c
6295         * src/prefs_receive.c
6296         * src/prefs_send.c
6297         * src/prefs_summaries.c
6298         * src/prefs_themes.c
6299         * src/prefs_toolbar.c
6300         * src/gtk/about.c
6301                 various cleanups
6302
6303 2006-01-12 [colin]      1.9.100cvs140
6304
6305         * src/folder.c
6306         * src/folder.h
6307         * src/main.c
6308                 Add --subscribe option
6309                 Let sylpheed-claws email@domain.com equivalent to --compose
6310                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6311
6312 2006-01-12 [paul]       1.9.100cvs139
6313
6314         * src/mainwindow.c
6315                 append 'Change folder order' label with '...'
6316         * src/prefs_actions.c
6317                 allow reordering of actions list by dnd
6318         * src/gtk/foldersort.c
6319                 make the dialog nicer
6320
6321 2006-01-11 [colin]      1.9.100cvs138
6322
6323         * src/compose.c
6324                 Allow templates without text
6325
6326 2006-01-11 [paul]       1.9.100cvs137
6327
6328         * tools/README
6329         * tools/filter_conv_new.pl
6330                 add info to README
6331                 also check .sylpheed for filter.xml
6332                 be a bit informative to the user
6333
6334 2006-01-11 [colin]      1.9.100cvs136
6335
6336         * src/textview.c
6337                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6338
6339 2006-01-10 [paul]       1.9.100cvs135
6340
6341         * tools/Makefile.am
6342         * tools/filter_conv_new.pl
6343                 add script to convert new style Sylpheed
6344                 filter rules (Sylpheed >= 0.9.99) to
6345                 Claws filtering rules
6346
6347 2006-01-10 [colin]      1.9.100cvs134
6348
6349         * src/compose.c
6350                 Fix broken line joins in certain conditions
6351                 (between two quoted lines: <enter><enter><up>
6352                  <type a wrapped sentence><go in the first line>
6353                  <insert more text><watch as line joining failed>)
6354
6355 2006-01-10 [paul]       1.9.100cvs133
6356
6357         * src/compose.c
6358                 don't report success in error dialog
6359                 thanks to Colin
6360         * src/common/utils.c
6361                 include some trailing punctuations as URI
6362                 thanks to Hiro
6363
6364 2006-01-10 [paul]       1.9.100cvs132
6365
6366         * src/mimeview.c
6367                 fix incompatible pointer type
6368                 warning
6369
6370 2006-01-10 [paul]       1.9.100cvs131
6371
6372         * src/compose.c
6373                 change Subject in window title
6374                 instantaneously
6375
6376 2006-01-09 [colin]      1.9.100cvs130
6377
6378         * src/addressbook.c
6379         * src/headerview.c
6380         * src/mainwindow.c
6381         * src/messageview.c
6382         * src/mimeview.c
6383         * src/noticeview.c
6384         * src/summaryview.c
6385                 Fix possible crashes on exit and in addressbook
6386
6387 2006-01-09 [paul]       1.9.100cvs129
6388
6389         * src/prefs_msg_colors.c
6390                 some cleanups that I forgot last time
6391
6392 2006-01-09 [paul]       1.9.100cvs128
6393
6394         * README
6395         * src/folderview.c
6396         * src/prefs_msg_colors.c
6397                 add previously hidden option, color_new, to
6398                 the gui
6399                 move the page to Display/
6400                 rework the gui
6401
6402 2006-01-09 [wwp]        1.9.100cvs127
6403
6404         * src/prefs_themes.c
6405                 made the prefs/display/themes layouts spacing less condensed
6406                 (and so they match other prefs/pages' look).
6407
6408 2006-01-09 [paul]       1.9.100cvs126
6409
6410         * src/compose.c
6411         * src/prefs_common.c
6412         * src/prefs_common.h
6413         * src/prefs_wrapping.c
6414                 remove 'wrap at send' option
6415
6416 2006-01-06 [colin]      1.9.100cvs125
6417
6418         * src/compose.c
6419                 Just make completely sure we don't insert "manual line breaks" 
6420                 when wrapping... 
6421
6422 2006-01-04 [paul]
6423
6424         * 2.0.0-rc3 released
6425
6426 2006-01-04 [paul]       1.9.100cvs124
6427
6428         * src/folderview.c
6429                 fix bug 882, 'quick scroll in folder list
6430                 displays wrong folder contents'
6431
6432 2006-01-04 [paul]       1.9.100cvs123
6433
6434         * src/plugins/pgpmime/pgpmime.c
6435                 better debug information when signing
6436                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6437
6438 2006-01-03 [colin]      1.9.100cvs122
6439
6440         * configure.ac
6441                 We need to recheck for gpgme 1.0.0 after checking
6442                 for 1.1.1, because if 1.1.1 isn't available, 
6443                 GPGME_LIBS and friends are blanked out by the 
6444                 second check.
6445
6446 2006-01-03 [colin]      1.9.100cvs121
6447
6448         * src/common/prefs.c
6449                 Windows unlink-before rename fix
6450         * src/plugins/pgpcore/sgpgme.c
6451                 Add support for PKA info if available
6452                 Both patches by Werner Koch
6453
6454 2006-01-03 [paul]       1.9.100cvs120
6455
6456         * src/messageview.c
6457                 fix bug 884, 'Send receipt' button visible in queue
6458                 Thanks to Colin
6459
6460 2006-01-02 [colin]      1.9.100cvs119
6461
6462         * src/compose.c
6463         * src/imap.c
6464                 Fix autosave on IMAP and more generally try to
6465                 return the correct ID on a newly added IMAP message
6466
6467 2006-01-02 [paul]       1.9.100cvs118
6468
6469         * manual/keyboard.xml
6470                 edited
6471
6472 2006-01-01 [paul]       1.9.100cvs117
6473
6474         * src/gtk/authors.h
6475                 alphabetical order
6476
6477 2005-12-30 [colin]      1.9.100cvs116
6478
6479         * manual/advanced.xml
6480                 Explain Pre/Post-processing differences.
6481
6482 2005-12-30 [colin]      1.9.100cvs115
6483
6484         * src/mh.c
6485                 Implement copy_msgs for a little optimization
6486         * src/imap.c
6487                 Finish yesterday's fix
6488
6489 2005-12-29 [colin]      1.9.100cvs114
6490
6491         * src/imap.c
6492                 Fix occasional failure in fetching a mail over
6493                 IMAP
6494
6495 2005-12-29 [colin]      1.9.100cvs113
6496
6497         * src/compose.c
6498                 Don't remove a draft when sending it, if it is 
6499                 locked.
6500
6501 2005-12-28 [colin]      1.9.100cvs112
6502
6503         * src/summaryview.c
6504                 Fix leak for real
6505
6506 2005-12-28 [wwp]        1.9.100cvs111
6507
6508         * doc/faq/.cvsignore
6509         * doc/faq/de/.cvsignore
6510         * doc/faq/en/.cvsignore
6511         * doc/faq/es/.cvsignore
6512         * doc/faq/fr/.cvsignore
6513         * doc/faq/it/.cvsignore
6514         * doc/manual/.cvsignore
6515         * doc/manual/de/.cvsignore
6516         * doc/manual/en/.cvsignore
6517         * doc/manual/es/.cvsignore
6518         * doc/manual/fr/.cvsignore
6519         * doc/manual/ja/.cvsignore
6520         * src/plugins/mathml_viewer/.cvsignore
6521                 rollback revival of those files (my bad, sorry for the noise).
6522
6523 2005-12-28 [wwp]        1.9.100cvs110
6524
6525         * src/compose.c
6526                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6527
6528 2005-12-28 [wwp]        1.9.100cvs109
6529
6530         * doc/faq/.cvsignore
6531         * doc/faq/de/.cvsignore
6532         * doc/faq/en/.cvsignore
6533         * doc/faq/es/.cvsignore
6534         * doc/faq/fr/.cvsignore
6535         * doc/faq/it/.cvsignore
6536         * doc/manual/.cvsignore
6537         * doc/manual/de/.cvsignore
6538         * doc/manual/en/.cvsignore
6539         * doc/manual/es/.cvsignore
6540         * doc/manual/fr/.cvsignore
6541         * doc/manual/ja/.cvsignore
6542         * src/plugins/mathml_viewer/.cvsignore
6543         * po/.cvsignore
6544                 more files to ignore.
6545
6546 2005-12-24 [colin]      1.9.100cvs108
6547
6548         * AUTHORS
6549         * src/gtk/authors.h
6550                 Update for Werner
6551
6552 2005-12-24 [colin]      1.9.100cvs107
6553
6554         * src/procmsg.c
6555                 Allow NULL src_msginfo in 
6556                 procmsg_msginfo_new_from_mimeinfo
6557
6558 2005-12-23 [paul]       1.9.100cvs106
6559
6560         * src/plugins/pgpinline/mypgpcore.def
6561                 add this forgotten file
6562
6563 2005-12-23 [colin]      1.9.100cvs105
6564
6565         * src/mainwindow.c
6566                 Fix missing break
6567
6568 2005-12-23 [colin]      1.9.100cvs104
6569
6570         * autogen.sh
6571         * src/folder.c
6572         * src/mh.c
6573         * src/common/plugin.c
6574         * src/common/socket.c
6575         * src/common/socket.h
6576         * src/common/utils.c
6577         * src/common/utils.h
6578         * src/gtk/pluginwindow.c
6579         * src/plugins/pgpcore/plugin.def
6580         * src/plugins/pgpcore/sylpheed.def
6581         * src/plugins/pgpinline/Makefile.am
6582         * src/plugins/pgpinline/plugin.def
6583         * src/plugins/pgpinline/sylpheed.def
6584         * src/plugins/pgpmime/plugin.def
6585         * src/plugins/pgpmime/sylpheed.def
6586                 Various w32 fixes by Werner Koch
6587
6588 2005-12-22 [paul]       1.9.100cvs103
6589
6590         * src/wizard.c
6591                 don't offer IMAP as 'server type' if
6592                 libetpan isn't built in
6593
6594 2005-12-22 [paul]       1.9.100cvs102
6595
6596         * AUTHORS
6597         * src/mainwindow.c
6598         * src/mainwindow.h
6599         * src/toolbar.c
6600         * src/gtk/authors.h
6601                 support GTK_TOOLBAR_BOTH_HORIZ (text
6602                 next to icon) Patch by Marien Zwart
6603                 marienz@users.sf.net
6604                 Also reword the text
6605
6606 2005-12-21 [colin]      1.9.100cvs101
6607
6608         * configure.ac
6609                 Fix DATADIRNAME
6610         * COPYING
6611                 Fix missing section and explicit the exception better
6612         * src/compose.c
6613                 Prevent mail from being lost without notice when an
6614                 SMTP error happens on trying to send an unmodified
6615                 drafted mail.
6616         * src/send_message.c
6617         * src/common/smtp.c
6618                 Fix password remembering when wrong, and add return
6619                 value checks where they should have been
6620         * src/plugins/pgpcore/sylpheed.def
6621         * src/plugins/pgpinline/sylpheed.def
6622         * src/plugins/pgpmime/sylpheed.def
6623                 Add a few symbols needed
6624
6625 2005-12-21 [paul]       1.9.100cvs100
6626
6627         * m4/codeset.m4
6628         * m4/glibc21.m4
6629         * m4/intdiv0.m4
6630         * m4/inttypes-pri.m4
6631         * m4/inttypes.m4
6632         * m4/inttypes_h.m4
6633         * m4/isc-posix.m4
6634         * m4/lcmessage.m4
6635         * m4/stdint_h.m4
6636         * m4/uintmax_t.m4
6637                 gettextization
6638                 thanks to Colin
6639
6640 2005-12-21 [paul]       1.9.100cvs99
6641
6642         * po/sv.po
6643                 fixed by Colin
6644
6645 2005-12-20 [paul]       1.9.100cvs98
6646
6647         * po/sv.po
6648                 updated by Anders Trobäck
6649
6650 2005-12-20 [colin]      1.9.100cvs97
6651
6652         * ABOUT-NLS
6653         * Makefile.am
6654         * autogen.sh
6655         * configure.ac
6656         * config/config.rpath
6657         * config/mkinstalldirs
6658         * m4/Makefile.am
6659         * m4/glibc2.m4
6660         * m4/gnupg.m4
6661         * m4/gpgme.m4
6662         * m4/intmax.m4
6663         * m4/longdouble.m4
6664         * m4/longlong.m4
6665         * m4/printf-posix.m4
6666         * m4/signed.m4
6667         * m4/size_max.m4
6668         * m4/ulonglong.m4
6669         * m4/wchar_t.m4
6670         * m4/wint_t.m4
6671         * m4/xsize.m4
6672         * po/Makefile.in.in
6673         * po/Makevars
6674         * po/bg.po
6675         * po/ca.po
6676         * po/cs.po
6677         * po/de.po
6678         * po/el.po
6679         * po/en_GB.po
6680         * po/es.po
6681         * po/fi.po
6682         * po/fr.po
6683         * po/hr.po
6684         * po/hu.po
6685         * po/it.po
6686         * po/ja.po
6687         * po/ko.po
6688         * po/nb.po
6689         * po/nl.po
6690         * po/pl.po
6691         * po/pt_BR.po
6692         * po/ru.po
6693         * po/sk.po
6694         * po/sr.po
6695         * po/stamp-po
6696         * po/sv.po
6697         * po/zh_CN.po
6698         * po/zh_TW.po
6699         * src/Makefile.am
6700         * src/codeconv.c
6701         * src/compose.c
6702         * src/exporthtml.c
6703         * src/exportldif.c
6704         * src/folder.c
6705         * src/main.c
6706         * src/manual.c
6707         * src/mh.c
6708         * src/mimeview.c
6709         * src/send_message.c
6710         * src/common/Makefile.am
6711         * src/common/fnmatch.c
6712         * src/common/fnmatch.h
6713         * src/common/fnmatch_loop.c
6714         * src/common/nntp.c
6715         * src/common/plugin.c
6716         * src/common/smtp.c
6717         * src/common/socket.c
6718         * src/common/string_match.c
6719         * src/common/sylpheed.c
6720         * src/common/utils.c
6721         * src/common/utils.h
6722         * src/common/w32_dirent.c
6723         * src/common/w32_reg.c
6724         * src/common/w32_signal.c
6725         * src/common/w32_stat.c
6726         * src/common/w32_stdio.c
6727         * src/common/w32_stdlib.c
6728         * src/common/w32_string.c
6729         * src/common/w32_time.c
6730         * src/common/w32_unistd.c
6731         * src/common/w32_wait.c
6732         * src/common/w32lib.h
6733         * src/etpan/Makefile.am
6734         * src/gtk/Makefile.am
6735         * src/plugins/clamav/Makefile.am
6736         * src/plugins/demo/Makefile.am
6737         * src/plugins/dillo_viewer/Makefile.am
6738         * src/plugins/pgpcore/Makefile.am
6739         * src/plugins/pgpcore/passphrase.c
6740         * src/plugins/pgpcore/plugin.def
6741         * src/plugins/pgpcore/sgpgme.c
6742         * src/plugins/pgpcore/sylpheed.def
6743         * src/plugins/pgpcore/version.rc
6744         * src/plugins/pgpinline/Makefile.am
6745         * src/plugins/pgpinline/plugin.def
6746         * src/plugins/pgpinline/sylpheed.def
6747         * src/plugins/pgpinline/version.rc
6748         * src/plugins/pgpmime/Makefile.am
6749         * src/plugins/pgpmime/mypgpcore.def
6750         * src/plugins/pgpmime/plugin.def
6751         * src/plugins/pgpmime/sylpheed.def
6752         * src/plugins/pgpmime/version.rc
6753         * src/plugins/spamassassin/Makefile.am
6754                 Very little ;-) patch from Werner Koch, providing
6755                 infrastructure for cross-compiling to Win32
6756
6757 2005-12-20 [paul]       1.9.100cvs96
6758
6759         * src/account.c
6760         * src/account.h
6761         * src/mainwindow.c
6762         * src/mainwindow.h
6763         * src/toolbar.c
6764         * src/toolbar.h
6765                 add a combo to the Get All button, allowing
6766                 quick retrieval from any account
6767                 Patch by Fabien Vantard, slightly modified
6768                 by Colin
6769         * src/gtk/about.c
6770                 i18n fix. Patch by Fabien Vantard
6771
6772 2005-12-19 [colin]      1.9.100cvs95
6773
6774         * src/compose.c
6775         * src/compose.h
6776                 Don't automatically join lines when they've 
6777                 been separated by the user and not automatically
6778
6779 2005-12-19 [paul]       1.9.100cvs94
6780
6781         * src/gtk/pluginwindow.c
6782                 i18n fix.
6783                 Patch by Fabien Vantard
6784
6785 2005-12-15 [paul]       1.9.100cvs93
6786
6787         * src/common/plugin.c
6788         * src/common/plugin.h
6789         * src/gtk/pluginwindow.c
6790         * src/plugins/clamav/clamav_plugin.c
6791         * src/plugins/demo/demo.c
6792         * src/plugins/dillo_viewer/dillo_viewer.c
6793         * src/plugins/pgpcore/plugin.c
6794         * src/plugins/pgpinline/plugin.c
6795         * src/plugins/pgpmime/plugin.c
6796         * src/plugins/spamassassin/spamassassin.c
6797         * src/plugins/trayicon/trayicon.c
6798                 add plugin_version()
6799
6800 2005-12-15 [colin]      1.9.100cvs92
6801
6802         * src/compose.c
6803                 Further fix bug #875
6804
6805 2005-12-15 [paul]       1.9.100cvs91
6806
6807         * src/gtk/filesel.c
6808                 fix attach_load_dir getting set to
6809                 PLUGINDIR on plugin load
6810
6811 2005-12-14 [mones]      1.9.100cvs90
6812
6813         * manual/ack.xml
6814         * manual/keyboard.xml
6815                 Initial draft and some shortcuts added
6816                 
6817         * po/es.po
6818                 Updated translation
6819
6820 2005-12-14 [colin]      1.9.100cvs89
6821
6822         * src/compose.c
6823         * src/imap.c
6824         * src/summaryview.c
6825         * src/gtk/gtkaspell.c
6826                 More leaks fixed
6827         * src/prefs_folder_item.c
6828                 Fix recursive prefs apply
6829
6830
6831 2005-12-14 [colin]      1.9.100cvs88
6832
6833         * src/compose.c
6834                 Fix bug #875 (Freeze On Inline Forward of 
6835                 Large Message)
6836
6837 2005-12-13 [colin]      1.9.100cvs87
6838
6839         * src/compose.c
6840                 Uniq-ify and sort the mimetypes list
6841                 Patch by Fabien Vantard
6842
6843 2005-12-13 [colin]      1.9.100cvs86
6844
6845         * src/imap.c
6846         * src/etpan/imap-thread.c
6847                 Fix leaks (patch by Hoa)
6848         * src/news.c
6849         * src/common/plugin.c
6850                 Fix leaks
6851
6852 2005-12-12 [colin]
6853
6854         * 2.0.0-rc2 released
6855
6856 2005-12-12 [colin]      1.9.100cvs85
6857
6858         * src/matcher.c
6859                 Fix a leak
6860
6861 2005-12-12 [wwp]        1.9.100cvs84
6862
6863         * src/gtk/icon_legend.c
6864                 fix misbehaviour and crash when closing the legend window
6865         using the Esc key (patch by Fabien Vantard).
6866
6867 2005-12-12 [paul]       1.9.100cvs83
6868
6869         * src/browseldap.c
6870         * src/foldersel.c
6871         * src/prefs_actions.c
6872         * src/prefs_filtering.c
6873         * src/prefs_matcher.c
6874         * src/prefs_spelling.glade      ** REMOVED **
6875         * src/prefs_template.c
6876         * src/gtk/foldersort.glade      ** REMOVED **
6877         * src/gtk/pluginwindow.c
6878         * src/gtk/pluginwindow.glade    ** REMOVED **
6879         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6880                 cleanups
6881
6882 2005-12-11 [paul]       1.9.100cvs82
6883
6884         * src/gtk/filesel.c
6885                 fix attach_load_dir crasher (double free)
6886
6887 2005-12-09 [paul]       1.9.100cvs81
6888
6889         * po/POTFILES.in
6890         * src/mainwindow.c
6891         * src/gtk/Makefile.am
6892         * src/gtk/icon_legend.c
6893         * src/gtk/icon_legend.h
6894                 add icon legend
6895         * src/manual.c
6896                 cleanup
6897
6898 2005-12-09 [paul]       1.9.100cvs80
6899
6900         * src/plugins/pgpcore/passphrase.c
6901                 wrap the label in the dialog
6902
6903 2005-12-09 [colin]      1.9.100cvs79
6904
6905         * src/plugins/pgpcore/sgpgme.c
6906                 Display (untrusted) on not trusted signatures
6907                 Patch by Michal Èihaø <michal@cihar.com>
6908                 Closes bug #867 (Report also key trust)
6909
6910 2005-12-09 [colin]      1.9.100cvs78
6911
6912         * src/common/plugin.c
6913                 Update licence check, following Eben Moglen's advice
6914
6915 2005-12-08 [colin]      1.9.100cvs77
6916
6917         * src/folder.c
6918                 Fix the occasionnal item->cache != NULL 
6919                 assertion failure. 
6920
6921 2005-12-08 [colin]      1.9.100cvs76
6922
6923         * src/mimeview.c
6924         * src/plugins/pgpcore/sgpgme.c
6925                 Print key id when unable to check it
6926                 Closes bug #866 (Show key id when missing)
6927
6928 2005-12-08 [paul]       1.9.100cvs75
6929
6930         * src/prefs_common.c
6931         * src/prefs_common.h
6932         * src/gtk/filesel.c
6933                 remember load attachment dir
6934
6935 2005-12-07 [colin]      1.9.100cvs74
6936
6937         * src/prefs_toolbar.c
6938                 Gtk fixes, patch by Fabien Vantard
6939
6940 2005-12-07 [colin]      1.9.100cvs73
6941
6942         * src/action.c
6943         * src/compose.c
6944         * src/compose.h
6945                 Fix bug #839 (Quoted text isn't colored after 
6946                 executing an action)
6947         * src/common/plugin.c
6948                 Require plugins to declare their licence in plugin_licence()
6949                 Refuse to load non-GPL plugins as they'd be illegal (as 
6950                 derived works of Sylpheed-Claws, they must be GPL).
6951         * src/plugins/clamav/clamav_plugin.c
6952         * src/plugins/demo/demo.c
6953         * src/plugins/dillo_viewer/dillo_viewer.c
6954         * src/plugins/pgpcore/plugin.c
6955         * src/plugins/pgpinline/plugin.c
6956         * src/plugins/pgpmime/plugin.c
6957         * src/plugins/spamassassin/spamassassin.c
6958         * src/plugins/trayicon/trayicon.c
6959                 Add plugin_licence()
6960
6961 2005-12-07 [paul]       1.9.100cvs72
6962
6963         * configure.ac
6964         * src/mainwindow.c
6965         * src/manual.c
6966         * src/manual.h
6967         * src/common/defs.h
6968                 clean up after local FAQ removal and
6969                 temporary manual removal
6970
6971 2005-12-06 [colin]      1.9.100cvs71
6972
6973         * configure.ac
6974         * doc/Makefile.am
6975         * doc/faq/.cvsignore
6976         * doc/faq/Makefile.am
6977         * doc/faq/de/.cvsignore
6978         * doc/faq/de/Makefile.am
6979         * doc/faq/de/sylpheed-faq-1.html
6980         * doc/faq/de/sylpheed-faq-2.html
6981         * doc/faq/de/sylpheed-faq-3.html
6982         * doc/faq/de/sylpheed-faq.html
6983         * doc/faq/en/.cvsignore
6984         * doc/faq/en/Makefile.am
6985         * doc/faq/en/sylpheed-faq-1.html
6986         * doc/faq/en/sylpheed-faq-2.html
6987         * doc/faq/en/sylpheed-faq-3.html
6988         * doc/faq/en/sylpheed-faq-4.html
6989         * doc/faq/en/sylpheed-faq.html
6990         * doc/faq/es/.cvsignore
6991         * doc/faq/es/Makefile.am
6992         * doc/faq/es/sylpheed-faq-1.html
6993         * doc/faq/es/sylpheed-faq-2.html
6994         * doc/faq/es/sylpheed-faq-3.html
6995         * doc/faq/es/sylpheed-faq-4.html
6996         * doc/faq/es/sylpheed-faq.html
6997         * doc/faq/fr/.cvsignore
6998         * doc/faq/fr/Makefile.am
6999         * doc/faq/fr/sylpheed-faq-1.html
7000         * doc/faq/fr/sylpheed-faq-2.html
7001         * doc/faq/fr/sylpheed-faq-3.html
7002         * doc/faq/fr/sylpheed-faq.html
7003         * doc/faq/it/.cvsignore
7004         * doc/faq/it/Makefile.am
7005         * doc/faq/it/sylpheed-faq-1.html
7006         * doc/faq/it/sylpheed-faq-2.html
7007         * doc/faq/it/sylpheed-faq-3.html
7008         * doc/faq/it/sylpheed-faq.html
7009         * doc/manual/.cvsignore
7010         * doc/manual/Makefile.am
7011         * doc/manual/de/.cvsignore
7012         * doc/manual/de/Makefile.am
7013         * doc/manual/de/sylpheed-1.html
7014         * doc/manual/de/sylpheed-10.html
7015         * doc/manual/de/sylpheed-11.html
7016         * doc/manual/de/sylpheed-12.html
7017         * doc/manual/de/sylpheed-13.html
7018         * doc/manual/de/sylpheed-14.html
7019         * doc/manual/de/sylpheed-15.html
7020         * doc/manual/de/sylpheed-16.html
7021         * doc/manual/de/sylpheed-17.html
7022         * doc/manual/de/sylpheed-18.html
7023         * doc/manual/de/sylpheed-19.html
7024         * doc/manual/de/sylpheed-2.html
7025         * doc/manual/de/sylpheed-20.html
7026         * doc/manual/de/sylpheed-3.html
7027         * doc/manual/de/sylpheed-4.html
7028         * doc/manual/de/sylpheed-5.html
7029         * doc/manual/de/sylpheed-6.html
7030         * doc/manual/de/sylpheed-7.html
7031         * doc/manual/de/sylpheed-8.html
7032         * doc/manual/de/sylpheed-9.html
7033         * doc/manual/de/sylpheed.html
7034         * doc/manual/en/.cvsignore
7035         * doc/manual/en/Makefile.am
7036         * doc/manual/en/sylpheed-1.html
7037         * doc/manual/en/sylpheed-10.html
7038         * doc/manual/en/sylpheed-11.html
7039         * doc/manual/en/sylpheed-12.html
7040         * doc/manual/en/sylpheed-13.html
7041         * doc/manual/en/sylpheed-14.html
7042         * doc/manual/en/sylpheed-15.html
7043         * doc/manual/en/sylpheed-16.html
7044         * doc/manual/en/sylpheed-17.html
7045         * doc/manual/en/sylpheed-18.html
7046         * doc/manual/en/sylpheed-19.html
7047         * doc/manual/en/sylpheed-2.html
7048         * doc/manual/en/sylpheed-20.html
7049         * doc/manual/en/sylpheed-21.html
7050         * doc/manual/en/sylpheed-22.html
7051         * doc/manual/en/sylpheed-3.html
7052         * doc/manual/en/sylpheed-4.html
7053         * doc/manual/en/sylpheed-5.html
7054         * doc/manual/en/sylpheed-6.html
7055         * doc/manual/en/sylpheed-7.html
7056         * doc/manual/en/sylpheed-8.html
7057         * doc/manual/en/sylpheed-9.html
7058         * doc/manual/en/sylpheed.html
7059         * doc/manual/es/.cvsignore
7060         * doc/manual/es/Makefile.am
7061         * doc/manual/es/sylpheed-1.html
7062         * doc/manual/es/sylpheed-10.html
7063         * doc/manual/es/sylpheed-11.html
7064         * doc/manual/es/sylpheed-12.html
7065         * doc/manual/es/sylpheed-13.html
7066         * doc/manual/es/sylpheed-14.html
7067         * doc/manual/es/sylpheed-15.html
7068         * doc/manual/es/sylpheed-16.html
7069         * doc/manual/es/sylpheed-17.html
7070         * doc/manual/es/sylpheed-18.html
7071         * doc/manual/es/sylpheed-19.html
7072         * doc/manual/es/sylpheed-2.html
7073         * doc/manual/es/sylpheed-20.html
7074         * doc/manual/es/sylpheed-3.html
7075         * doc/manual/es/sylpheed-4.html
7076         * doc/manual/es/sylpheed-5.html
7077         * doc/manual/es/sylpheed-6.html
7078         * doc/manual/es/sylpheed-7.html
7079         * doc/manual/es/sylpheed-8.html
7080         * doc/manual/es/sylpheed-9.html
7081         * doc/manual/es/sylpheed.html
7082         * doc/manual/fr/.cvsignore
7083         * doc/manual/fr/Makefile.am
7084         * doc/manual/fr/sylpheed-1.html
7085         * doc/manual/fr/sylpheed-10.html
7086         * doc/manual/fr/sylpheed-11.html
7087         * doc/manual/fr/sylpheed-12.html
7088         * doc/manual/fr/sylpheed-13.html
7089         * doc/manual/fr/sylpheed-14.html
7090         * doc/manual/fr/sylpheed-15.html
7091         * doc/manual/fr/sylpheed-16.html
7092         * doc/manual/fr/sylpheed-17.html
7093         * doc/manual/fr/sylpheed-18.html
7094         * doc/manual/fr/sylpheed-19.html
7095         * doc/manual/fr/sylpheed-2.html
7096         * doc/manual/fr/sylpheed-20.html
7097         * doc/manual/fr/sylpheed-3.html
7098         * doc/manual/fr/sylpheed-4.html
7099         * doc/manual/fr/sylpheed-5.html
7100         * doc/manual/fr/sylpheed-6.html
7101         * doc/manual/fr/sylpheed-7.html
7102         * doc/manual/fr/sylpheed-8.html
7103         * doc/manual/fr/sylpheed-9.html
7104         * doc/manual/fr/sylpheed.html
7105         * doc/manual/ja/.cvsignore
7106         * doc/manual/ja/Makefile.am
7107         * doc/manual/ja/sylpheed-1.html
7108         * doc/manual/ja/sylpheed-10.html
7109         * doc/manual/ja/sylpheed-11.html
7110         * doc/manual/ja/sylpheed-12.html
7111         * doc/manual/ja/sylpheed-13.html
7112         * doc/manual/ja/sylpheed-14.html
7113         * doc/manual/ja/sylpheed-15.html
7114         * doc/manual/ja/sylpheed-16.html
7115         * doc/manual/ja/sylpheed-17.html
7116         * doc/manual/ja/sylpheed-18.html
7117         * doc/manual/ja/sylpheed-19.html
7118         * doc/manual/ja/sylpheed-2.html
7119         * doc/manual/ja/sylpheed-20.html
7120         * doc/manual/ja/sylpheed-3.html
7121         * doc/manual/ja/sylpheed-4.html
7122         * doc/manual/ja/sylpheed-5.html
7123         * doc/manual/ja/sylpheed-6.html
7124         * doc/manual/ja/sylpheed-7.html
7125         * doc/manual/ja/sylpheed-8.html
7126         * doc/manual/ja/sylpheed-9.html
7127         * doc/manual/ja/sylpheed.html
7128         * doc/manual/ja/sylpheed.sgml
7129         * src/mainwindow.c
7130                 Remove outdated manual and faq. Noisy, eh?
7131
7132 2005-12-06 [colin]      1.9.100cvs70
7133
7134         * src/compose.c
7135         * src/quote_fmt_parse.y
7136         * src/undo.c
7137         * src/undo.h
7138                 Allow %X to position cursor at 0 
7139                 (no %X = before signature)
7140                 Fix paste as quotation putting the cursor at 0
7141                 Fix undo offsets when pasting
7142                 Insert the quote_fmt at once instead of line 
7143                 by line
7144                 Fix [Edited] when starting to reply/forward
7145
7146 2005-12-06 [paul]       1.9.100cvs69
7147
7148         * src/plugins/clamav/clamav_plugin_gtk.c
7149                 add another tooltip
7150         * src/plugins/spamassassin/spamassassin_gtk.c
7151                 rework spamassassin_create_widget_func()
7152
7153 2005-12-05 [colin]      1.9.100cvs68
7154
7155         * po/POTFILES.in
7156                 Fix make release ;-)
7157
7158 2005-12-05 [colin]      1.9.100cvs67
7159
7160         * src/compose.c
7161         * src/compose.h
7162                 Fix cursor positioning (not obeying %X)
7163
7164 2005-12-05 [paul]       1.9.100cvs66
7165
7166         * src/plugins/dillo_viewer/dillo_prefs.c
7167                 fix compilation warning
7168
7169 2005-12-05 [paul]       1.9.100cvs65
7170
7171         * src/prefs_spelling.c
7172         * src/plugins/trayicon/trayicon.c
7173                 cleanups - remove unused stuff
7174
7175 2005-12-05 [paul]       1.9.100cvs64
7176
7177         * README
7178         * manual/plugins.xml
7179                 remove info about removed mathml_viewer plugin
7180
7181 2005-12-05 [paul]       1.9.100cvs63
7182
7183         * configure.ac
7184         * src/plugins/Makefile.am
7185         * src/plugins/mathml_viewer/.cvsignore
7186         * src/plugins/mathml_viewer/Makefile.am
7187         * src/plugins/mathml_viewer/mathml_viewer.c
7188                 remove unmaintained mathml_viewer plugin
7189
7190 2005-12-05 [paul]       1.9.100cvs62
7191
7192         * src/summaryview.c
7193                 obey prefs_common.always_show_msg when
7194                 moving a msg
7195                 Thanks to Colin
7196
7197 2005-12-05 [paul]       1.9.100cvs61
7198
7199         * src/compose.c
7200         * src/prefs_account.c
7201         * src/prefs_filtering.c
7202         * src/prefs_quote.c
7203         * src/prefs_spelling.c
7204         * src/prefs_toolbar.c
7205         * src/summaryview.c
7206         * src/gtk/gtkutils.c
7207         * src/gtk/quicksearch.c
7208         * src/plugins/dillo_viewer/dillo_prefs.c
7209                 dialog cleanups
7210
7211 2005-12-04 [paul]       1.9.100cvs60
7212
7213         * src/inc.c
7214         * src/prefs_account.c
7215         * src/prefs_account.h
7216                 allow a Local account to specify a
7217                 default inbox
7218                 (closes bug 843 'Inbox cannot be changed for local
7219                  mailboxes')
7220
7221 2005-12-04 [colin]      1.9.100cvs59
7222
7223         * src/plugins/trayicon/trayicon.c
7224                 Remove Get, rename Get All to Get Mail in order to
7225                 be consistent with the default main toolbar
7226
7227 2005-12-03 [colin]      1.9.100cvs58
7228
7229         * manual/gpl.xml
7230         * manual/sylpheed-claws-manual.xml
7231                 Add GPL appendix
7232
7233 2005-12-03 [paul]       1.9.100cvs57
7234
7235         * AUTHORS
7236         * po/sv.po
7237         * src/gtk/authors.h
7238                 new (partially complete) Swedish translation
7239                 by Anders Troback <sylpheed@troback.com>
7240
7241 2005-12-02 [paul]       1.9.100cvs56
7242
7243         * configure.ac
7244                 libetpan 0.41 required
7245
7246 2005-12-02 [paul]       1.9.100cvs55
7247
7248         * src/plugins/clamav/clamav_plugin.c
7249         * src/plugins/clamav/clamav_plugin.h
7250         * src/plugins/clamav/clamav_plugin_gtk.c
7251         * src/plugins/spamassassin/spamassassin.c
7252         * src/plugins/spamassassin/spamassassin.h
7253         * src/plugins/spamassassin/spamassassin_gtk.c
7254                 unregister prefs pages on unloading, thus
7255                 preventing a crash
7256                 (thanks to Colin for the hint)
7257
7258 2005-12-02 [wwp]        1.9.100cvs54
7259
7260         * src/quote_fmt.h
7261         * src/quote_fmt_parse.y
7262                 fix misuse of gboolean*, use gboolean instead
7263                 (thanks to Paul, Colin, for pointing out that scaring one)
7264
7265 2005-12-02 [paul]       1.9.100cvs53
7266
7267         * src/plugins/clamav/clamav_plugin.c
7268                 int no --> unsigned int no
7269         * src/plugins/clamav/clamav_plugin_gtk.c
7270                 rework config page
7271
7272 2005-12-02 [wwp]        1.9.100cvs52
7273
7274         * src/compose.c
7275         * src/prefs_template.c
7276         * src/quote_fmt.h
7277         * src/quote_fmt_parse.y
7278                 prevent from executing |f and |p templates commands when
7279                 adding or replacing templates in prefs (avoids annoying and
7280                 potentially dangerous behaviours)
7281
7282 2005-12-02 [paul]       1.9.100cvs51
7283
7284         * src/prefs_common.c
7285                 allow translation of some default values
7286                 Patch by Fabien Vantard
7287
7288 2005-12-02 [paul]       1.9.100cvs50
7289
7290         * src/codeconv.c
7291         * src/codeconv.h
7292         * src/prefs_common.c
7293         * src/prefs_common.h
7294         * src/prefs_message.c
7295         * src/textview.c
7296                 remove obsolete 'convert_mb_alnum' option
7297                 and related stuff
7298         * src/gtk/about.c
7299                 remove unused 'about_textview_visibility_notify'
7300
7301 2005-12-02 [paul]       1.9.100cvs49
7302
7303         * src/prefs_account.c
7304         * src/prefs_compose_writing.c
7305         * src/prefs_fonts.c
7306         * src/prefs_gtk.h
7307         * src/prefs_image_viewer.c
7308         * src/prefs_message.c
7309         * src/prefs_other.c
7310         * src/prefs_receive.c
7311         * src/prefs_send.c
7312         * src/prefs_spelling.c
7313         * src/prefs_summaries.c
7314         * src/prefs_wrapping.c
7315         * src/plugins/dillo_viewer/dillo_prefs.c
7316         * src/plugins/pgpcore/prefs_gpg.c
7317                 several cleanups to the prefs dialogs
7318                 (slightly modified) patch by Fabien Vantard
7319
7320 2005-12-02 [paul]       1.9.100cvs48
7321
7322         * src/main.c
7323                 --exit means exit
7324         * src/send_message.c
7325                 fix crash on send when connection fails
7326
7327         Thanks to Colin
7328
7329 2005-12-01 [colin]      1.9.100cvs47
7330
7331         * src/html.c
7332                 Translate &hellip; to "..."
7333
7334 2005-11-30 [colin]      1.9.100cvs46
7335
7336         * src/matcher.c
7337         * src/matcher.h
7338                 Optimize back yesterday's fix.
7339
7340 2005-11-30 [paul]       1.9.100cvs45
7341
7342         * manual/faq.xml
7343                 standardised
7344         * manual/intro.xml
7345                 written by Colin, edited by me
7346
7347 2005-11-29 [colin]      1.9.100cvs44
7348
7349         * src/matcher.c
7350                 Skip headers unconditionnaly in match_body if the
7351                 rule is not message or ~message
7352
7353 2005-11-29 [colin]      1.9.100cvs43
7354
7355         * src/matcher.c
7356                 Fix body_part and such, not skipping headers 
7357                 if the matchcriteria wasn't the first in the rule
7358
7359 2005-11-29 [colin]      1.9.100cvs42
7360
7361         * src/compose.c
7362                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7363                 option missing from message view window)
7364                 Fix double text D'n'D with gtk-2.8
7365         * src/matcher.c
7366                 Fix ~message, ~headers_part, ~body_part rules
7367         * src/messageview.c
7368                 Add Windows-1252 (Closes bug #863)
7369                 Fix accels
7370         * src/gtk/gtkaspell.c
7371                 Properly destroy accels in all menus
7372
7373 2005-11-29 [mones]      1.9.100cvs41
7374
7375         * po/es.po
7376                 Updated.
7377
7378 2005-11-27 [colin]      1.9.100cvs40
7379
7380         * src/mh_gtk.c
7381                 "/Remove mailbox" -> "/Remove mailbox..."
7382
7383 2005-11-27 [paul]       1.9.100cvs39
7384
7385         * AUTHORS
7386         * po/de.po
7387         * src/gtk/authors.h
7388                 updated by new maintainer, Stephan Sachse
7389
7390 2005-11-27 [paul]       1.9.100cvs38
7391
7392         * manual/faq.xml
7393                 written by Colin, edited by me
7394
7395 2005-11-27 [paul]       1.9.100cvs37
7396
7397         * src/prefs_common.c
7398         * src/prefs_common.h
7399         * src/prefs_receive.c
7400         * src/prefs_summaries.c
7401                 move 'go to inbox after receiving new mail'
7402                 option from display/sumamaries to mail
7403                 handling/receive, and rework prefs_summaries
7404                 dialog a little
7405
7406 2005-11-25 [martin]     1.9.100cvs36
7407
7408         * po/de.po
7409             fixed windows-1252 translation;
7410             translated some new and fuzzy strings
7411
7412 2005-11-25 [paul]       1.9.100cvs35
7413
7414         * src/plugins/clamav/clamav_plugin.c
7415                 complete the update done in cvs34
7416
7417 2005-11-25 [paul]       1.9.100cvs34
7418
7419         * src/plugins/clamav/clamav_plugin.c
7420                 reflect upstream changes
7421
7422 2005-11-25 [paul]       1.9.100cvs33
7423
7424         * manual/ack.xml
7425         * manual/plugins.xml
7426         * manual/sylpheed-claws-manual.xml
7427                 written/updated by Colin, edited by me
7428         * tools/acroread2sylpheed.pl
7429                 update binary name
7430
7431 2005-11-24 [colin]      1.9.100cvs32
7432
7433         * src/compose.c
7434                 Fix bug #856 (reediting messages forgets Request
7435                 Return Receipt)
7436
7437 2005-11-24 [paul]       1.9.100cvs31
7438
7439         * manual/addrbook.xml
7440         * manual/starting.xml
7441                 written by Colin, proofread, edited, adapted by me
7442         * manual/advanced.xml
7443                 add some Actions examples
7444         * src/importldif.c
7445                 use a Save button instead of a Close button
7446         * src/wizard.c
7447                 indicate mandatory fields
7448                 fix page display
7449                 Thanks to Colin
7450
7451 2005-11-23 [colin]      1.9.100cvs30
7452
7453         * src/addressbook.c
7454                 Rename menu item, fix possible crash after
7455                 deletion of books
7456         * src/addrindex.c
7457                 Allow searching for '*' in ldap
7458         * src/browseldap.c
7459                 Fix "Browse Entry" (did anyone use it?)
7460         * src/wizard.c
7461                 Add guards for mandatory information
7462
7463 2005-11-23 [paul]       1.9.100cvs29
7464
7465         * manual/advanced.xml
7466                 corrections to the English
7467
7468 2005-11-23 [colin]      1.9.100cvs28
7469
7470         * src/mimeview.c
7471                 Fix possible crash at exit. After the call to
7472                 gtk_container_remove(), the Viewer's widget has no
7473                 more parent so gtk+ automatically frees it and its
7474                 sons. If destroy_viewer() then try to access it,
7475                 problems ensue.
7476
7477 2005-11-22 [colin]      1.9.100cvs27
7478
7479         * src/compose.c
7480         * src/gtk/gtkaspell.c
7481                 Fix right-clicking on a misspelled word
7482                 Fix More... in suggestions menu
7483
7484 2005-11-22 [wwp]        1.9.100cvs26
7485
7486         * src/prefs_template.c
7487                 templates works: re-sort templates list when adding or replacing,
7488                 prevent from adding or replacing when the template name is empty
7489
7490 2005-11-21 [colin]      1.9.100cvs25
7491
7492         * src/addressbook.c
7493                 Fix some addressbook suckage (dnd, select all)
7494         * src/compose.c
7495         * src/gtk/gtkaspell.c
7496         * src/gtk/gtkaspell.h
7497                 Make the spellchecker menu work with the 
7498                 GtkTextView one instead of overriding it
7499
7500 2005-11-20 [paul]       1.9.100cvs24
7501
7502         * manual/handling.xml
7503                 proofread and corrected
7504
7505 2005-11-20 [paul]       1.9.100cvs23
7506
7507         * manual/Makefile
7508                 generate html as one file
7509         * manual/advanced.xml
7510                 fix output generation
7511                 reformat hidden options list
7512         * manual/manual.xml     ** REMOVED **
7513         * manual/sylpheed-claws-manual.xml      ** ADDED **
7514                 renamed
7515
7516 2005-11-18 [colin]      1.9.100cvs22
7517
7518         * src/prefs_account.c
7519                 Fix layout in news and mbox accounts
7520         * manual/account.xml
7521         * manual/advanced.xml
7522                 New contents for Paul to check :)
7523
7524 2005-11-18 [wwp]        1.9.100cvs21
7525
7526         * src/gtk/quicksearch.c
7527                 don't update extended quicksearch buttons twice
7528
7529 2005-11-18 [paul]       1.9.100cvs20
7530
7531         * src/textview.c
7532                 complete 1.9.100cvs19
7533
7534 2005-11-18 [paul]       1.9.100cvs19
7535
7536         * src/compose.c
7537                 cosmetic improvements
7538         * src/textview.c
7539                 also list text/* attachments
7540
7541 2005-11-18 [colin]      1.9.100cvs18
7542
7543         * src/summaryview.c
7544                 Use column 0 instead of -1 in 
7545                 gtk_ctree_node_moveto, in a naive
7546                 hope it'll fix the gtk-related crashes
7547
7548 2005-11-18 [colin]      1.9.100cvs17
7549
7550         * src/gtk/inputdialog.c
7551                 Fix icon staying the first one
7552
7553 2005-11-17 [wwp]        1.9.100cvs16
7554                 fix possible problem showing some quicksearch buttons, and a bad
7555                 call to g_return_if_fail in a function that returns a value (both
7556                 fixes by Fabien Vantard)
7557
7558 2005-11-15 [wwp]        1.9.100cvs15
7559
7560         * src/gtk/quicksearch.c
7561                 added a tooltip to that obscure ... quicksearch button
7562
7563 2005-11-15 [wwp]        1.9.100cvs14
7564
7565         * src/gtk/quicksearch.c
7566                 add a quicksearch helper to filtering expression users: the ... button
7567                 raises the condition expr window. condition expressions set up w/ this
7568                 window are used by the quicksearch if the user closes it pressing OK.
7569
7570 2005-11-14 [paul]       1.9.100cvs13
7571
7572         * src/plugins/clamav/clamav_plugin.c
7573         * src/plugins/spamassassin/spamassassin.c
7574                 change plugin type following recent merging
7575
7576 2005-11-14 [wwp]        1.9.100cvs12
7577
7578         * src/folder.c
7579                 prevent from crashing when copying/moving message(s) from and
7580                 to the same folder
7581
7582 2005-11-14 [paul]       1.9.100cvs11
7583
7584         * src/plugins/clamav/Makefile.am
7585         * src/plugins/clamav/clamav_plugin.c
7586         * src/plugins/clamav/clamav_plugin.h
7587         * src/plugins/clamav/clamav_plugin_gtk.c
7588                 also merge clamav and clamav_gtk plugins
7589
7590 2005-11-13 [colin]      1.9.100cvs10
7591
7592         * configure.ac
7593         * src/plugins/spamassassin/Makefile.am
7594         * src/plugins/spamassassin/spamassassin.c
7595         * src/plugins/spamassassin/spamassassin.h
7596         * src/plugins/spamassassin/spamassassin_gtk.c
7597                 Merge spamassassin and spamassassin_gtk plugins,
7598                 and build it by default.
7599
7600 2005-11-12 [colin]      1.9.100cvs9
7601
7602         * src/etpan/imap-thread.c
7603                 Fix gcc warning
7604
7605 2005-11-12 [colin]      1.9.100cvs8
7606
7607         * src/procmime.c
7608                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7609
7610 2005-11-10 [colin]      1.9.100cvs7
7611
7612         * src/main.c
7613                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7614                 minimised state)
7615
7616 2005-11-10 [wwp]        1.9.100cvs6
7617
7618         * src/gtk/description_window.c
7619                 fix a crash when closing description windows using the WM's [X] button
7620
7621 2005-11-09 [colin]      1.9.100cvs5
7622
7623         * src/common/ssl.c
7624                 Update libetpan call to follow upstream
7625                 (yes, this requires libetpan-0.40cvs3)
7626
7627 2005-11-08 [colin]      1.9.100cvs4
7628
7629         * src/compose.c
7630         * src/textview.c
7631         * src/common/utils.c
7632         * src/common/utils.h
7633                 Enhance the email parser
7634
7635 2005-11-08 [colin]      1.9.100cvs3
7636
7637         * src/procmime.c
7638                 Fix what looks like an off-by-one (fixes 
7639                 attachments from the Bat)
7640
7641 2005-11-08 [wwp]        1.9.100cvs2
7642
7643         * src/main.c
7644                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7645
7646 2005-11-08 [wwp]        1.9.100cvs1
7647
7648         * src/main.c
7649                 allow exiting Sylpheed-Claws from command-line
7650
7651 2005-11-08 [paul]       1.9.100
7652
7653         1.9.100 released
7654
7655 2005-11-07 [colin]      1.9.99cvs17
7656
7657         * src/addritem.c
7658         * src/ldif.c
7659                 Fix import of base-64 encoded items
7660
7661 2005-11-07 [colin]      1.9.99cvs16
7662
7663         * src/send_message.c
7664                 Fix bug #314 (Queue does not empty under certain 
7665                 circumstances)
7666
7667 2005-11-07 [paul]       1.9.99cvs15
7668
7669         * src/mutt.c
7670         * src/pine.c
7671                 fix buffer overflows
7672                 Thanks to Colin
7673
7674 2005-11-07 [paul]       1.9.99cvs14
7675
7676         * doc/man/Makefile.am
7677         * doc/man/sylpheed-claws.1      ** ADDED **
7678         * doc/man/sylpheed.1            ** DELETED **
7679                 rename and update the man file
7680
7681 2005-11-06 [colin]      1.9.99cvs13
7682
7683         * src/ldif.c
7684                 Fix ldif_get_line() that returned empty strings
7685                 (Didn't understand why). Also fix a possible
7686                 buffer overflow.
7687
7688 2005-11-06 [wwp]        1.9.99cvs12
7689
7690         * src/textview.c
7691         * src/gtk/about.c
7692         * src/gtk/gtkutils.c
7693         * src/gtk/gtkutils.h
7694                 fix a compilation warning,
7695                 make links sensitive in the about dialog
7696
7697 2005-11-04 [wwp]        1.9.99cvs11
7698
7699         * src/gtk/about.c
7700                 don't wrap or translate URIs, and a bit text format cleanup
7701
7702 2005-11-04 [wwp]        1.9.99cvs10
7703
7704         * src/gtk/about.c
7705                 better textview tagging implementation (no more use of marks for
7706                 postponed tagging)
7707
7708 2005-11-02 [colin]      1.9.99cvs9
7709
7710         * src/common/ssl.c
7711                 Forgot an ifdef
7712
7713 2005-11-02 [colin]      1.9.99cvs8
7714
7715         * configure.ac
7716                 Require libetpan-0.40 due to upstream fix
7717         * src/common/ssl.c
7718                 Tell libetpan not to call SSL_Library_Init,
7719                 as we do it ourselves.
7720
7721 2005-11-02 [colin]      1.9.99cvs7
7722
7723         * po/POTFILES.in
7724                 Add missing files (thanks to Fabien Vantard)
7725
7726 2005-11-02 [colin]      1.9.99cvs6
7727
7728         * src/summaryview.c
7729                 Fix totals when read messages are hidden or quicksearch
7730                 is on
7731         * src/ssl_manager.c
7732         * src/ssl_manager.h
7733         * src/common/ssl_certificate.c
7734         * src/common/ssl_certificate.h
7735         * src/gtk/sslcertwindow.c
7736         * src/gtk/sslcertwindow.h
7737                 Fix copyright on my stuff
7738
7739 2005-11-02 [wwp]        1.9.99cvs5
7740
7741         * src/prefs_themes.c
7742                 fix directory name checking (theme installation/removal),
7743                 made related error a bit more verbose
7744
7745 2005-11-02 [colin]      1.9.99cvs4
7746
7747         * src/summaryview.c
7748                 Fix typo (probably fixes bug #841 (Sort by the From 
7749                 field doesn't work)
7750
7751 2005-11-02 [paul]       1.9.99cvs3
7752
7753         * po/ko.po
7754         * po/nb.po
7755                 updated by SungHyun Nam, Geir Helland
7756         * src/wizard.c
7757                 fix typo in welcome message. spotted by
7758                 Andrea Spadaccini
7759
7760 2005-11-01 [colin]      1.9.99cvs2
7761
7762         * src/compose.c
7763                 Fix replying to ml wen confirming subscription
7764         * src/messageview.c
7765         * src/mimeview.c
7766         * src/mimeview.h
7767         * src/privacy.h
7768         * src/summaryview.c
7769                 Make key check non blocking
7770
7771 2005-10-31 [paul]       1.9.99cvs1
7772
7773         * tools/claws.i18n.status.pl
7774                 updated for ChangeLog
7775
7776 2005-10-31 [paul]       1.9.99
7777
7778         1.9.99 released
7779
7780 2005-10-31 [paul]       1.9.15cvs131
7781
7782         * .cvsignore
7783         * ChangeLog
7784         * ChangeLog.claws       ** REMOVED **
7785         * ChangeLog-gtk2.claws  ** REMOVED **
7786         * ChangeLog.gtk1        ** ADDED **
7787         * INSTALL
7788         * Makefile.am
7789         * NEWS
7790         * README
7791         * README.claws          ** REMOVED **
7792         * README.jp             ** REMOVED **
7793         * RELEASE_NOTES         ** ADDED **
7794         * RELEASE_NOTES.claws   ** REMOVED **
7795         * commitHelper
7796         * configure.ac
7797         * sylpheed.spec.in      ** REMOVED **
7798                 tidy up and update the default docs:
7799                 ChangeLog.claws is renamed ChangeLog.gtk1
7800                 ChangeLog-gtk2.claws is renamed ChangeLog
7801                 README.claws is renamed README
7802                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7803
7804 2005-10-31 [paul]       1.9.15cvs130
7805
7806         * po/it.po
7807                 fix errors
7808
7809 2005-10-31 [paul]       1.9.15cvs129
7810
7811         * po/ca.po
7812         * po/de.po
7813         * po/en_GB.po
7814         * po/fr.po
7815         * po/it.po
7816         * po/pt_BR.po
7817         * po/sk.po
7818         * po/sr.po
7819         * po/zh_CN.po
7820                 updated by Miquel Oliete, Stephan Sachse and
7821                 Thomas Gilgin, me, Fabien Vantard, Andrea
7822                 Spadaccini, Frederico Goncalves Guimaraes,
7823                 Andrej Kacian, Aleksandar Urosevic, and
7824                 Ralgh Young.
7825
7826 2005-10-31 [mones]      1.9.15cvs128
7827
7828         * manual/faq.xml
7829                 More questions.
7830         
7831         * po/es.po
7832                 Updated for release.
7833
7834 2005-10-30 [colin]      1.9.15cvs127
7835
7836         * src/compose.c
7837                 Place cursor before rewrapping (fixes cursor
7838                 pos if quotation gets rewrapped)
7839
7840 2005-10-29 [paul]       1.9.15cvs126
7841
7842         * src/crash.c
7843         * src/foldersel.c
7844         * src/main.c
7845         * src/messageview.c
7846         * src/toolbar.c
7847         * src/gtk/authors.h
7848                 corrections to text items
7849
7850 2005-10-28 [colin]      1.9.15cvs125
7851
7852         * src/messageview.c
7853                 Make "hit 'C' to check sig" work from extern 
7854                 messageviews
7855
7856 2005-10-27 [colin]      1.9.15cvs124
7857
7858         * src/summaryview.c
7859                 Add a hack to avoid segfaulting when hammering 
7860                 on gtk's events
7861
7862 2005-10-27 [wwp]        1.9.15cvs123
7863
7864         * src/prefs_themes.c
7865                 sort list of themes names in themes prefs
7866
7867 2005-10-27 [paul]       1.9.15cvs122
7868
7869         * src/folder.c
7870         * src/prefs_account.c
7871                 fix building on Solaris
7872                 Patch by Alex Moore
7873
7874 2005-10-27 [wwp]        1.9.15cvs121
7875
7876         * src/summaryview.c
7877         * src/gtk/gtksctree.c
7878                 speed up unselecting messages in summary view (thanks to Colin)
7879
7880 2005-10-27 [paul]       1.9.15cvs120
7881
7882         * src/mainwindow.c
7883                 fix a compilation warning
7884         * src/summaryview.c
7885                 fix updating of 'n items selected' count
7886                 when deselecting
7887
7888 2005-10-27 [martin]     1.9.15cvs119
7889
7890         * src/action.c
7891                 ignore actions with a leading '/' in the action menu name
7892                 fixes a crash on menu creation
7893         * src/prefs_actions.c
7894                 do not allow a leading '/' in the action menu name
7895
7896 2005-10-27 [paul]       1.9.15cvs118
7897
7898         * src/main.c
7899                 fix compilation warning
7900
7901 2005-10-27 [paul]       1.9.15cvs117
7902
7903         * src/procmime.c
7904                 add #if HAVE_LOCALE_H
7905
7906 2005-10-27 [paul]       1.9.15cvs116
7907
7908         * src/plugins/clamav/clamav_plugin.c
7909         * src/plugins/dillo_viewer/dillo_viewer.c
7910         * src/plugins/mathml_viewer/mathml_viewer.c
7911         * src/plugins/pgpcore/plugin.c
7912         * src/plugins/pgpinline/plugin.c
7913         * src/plugins/pgpmime/plugin.c
7914         * src/plugins/spamassassin/spamassassin.c
7915         * src/plugins/trayicon/trayicon.c
7916                 plugin_init() : make error messages more
7917                 informative
7918
7919 2005-10-26 [wwp]        1.9.15cvs115
7920
7921         * src/prefs_matcher.c
7922                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7923
7924 2005-10-26 [wwp]        1.9.15cvs114
7925
7926         * src/procmime.c
7927         * src/gtk/gtksctree.c
7928         * src/plugins/spamassassin/libspamc.c
7929         * src/plugins/spamassassin/spamassassin.c
7930                 fix some compilation warnings more
7931
7932 2005-10-26 [mones]      1.9.15cvs113
7933
7934         * po/es.po
7935                 Updated translation
7936
7937 2005-10-26 [paul]       1.9.15cvs112
7938
7939         * src/prefs_message.c
7940                 give all display_xface stuff the
7941                 #if HAVE_LIBCOMPFACE treatment, thus
7942                 preventing a crash
7943                 (Thanks to Wolfgang Enderlein)
7944
7945 2005-10-26 [colin]      1.9.15cvs111
7946
7947         * src/gedit-print.c
7948                 Fix date format
7949         * src/imap_gtk.c
7950         * src/news_gtk.c
7951                 Remove context menu items that should not be there
7952         * src/jpilot.c
7953                 Fix encoding
7954         * src/main.c
7955         * src/mainwindow.c
7956                 Don't show the mainwindow too soon
7957
7958 2005-10-26 [wwp]        1.9.15cvs110
7959
7960         * src/folder.c
7961         * src/manual.c
7962         * src/summaryview.c
7963                 fix uninitialized pointers in the folder updating hook
7964                 (thanks to Colin)
7965
7966 2005-10-25 [mones]      1.9.15cvs109
7967
7968         * manual/faq.xml
7969                 General information subsection completed. 
7970                 Removed archaic references.
7971                 
7972         * manual/Makefile
7973         * manual/dtd/manual.dsl
7974                 Added customization stylesheet for getting paragraphs
7975                 fully justified in PDF output (as suggested by Colin).
7976
7977 2005-10-25 [colin]      1.9.15cvs108
7978
7979         * src/compose.c
7980                 Fix a second leak
7981
7982 2005-10-25 [colin]      1.9.15cvs107
7983
7984         * src/addrbook.c
7985         * src/addrindex.c
7986                 Fix leak (xml_get_element() allocates memory)
7987         * src/compose.c
7988                 Fix leak + dead code (shame!)
7989         * src/procmime.c
7990                 Fix leak
7991
7992 2005-10-25 [colin]      1.9.15cvs106
7993
7994         * src/mimeview.c
7995                 Fix encoding issue in Save all and in 
7996                 overwrite-confirmation alertpanel
7997
7998 2005-10-25 [colin]      1.9.15cvs105
7999
8000         * src/common/socket.c
8001                 Fix a leak - Thanks to Christopher Aillon
8002                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8003
8004 2005-10-25 [paul]       1.9.15cvs104
8005
8006         * src/wizard.c
8007                 Always guess servers from the right-hand
8008                 email part and guess username from the
8009                 left-hand part. (Thanks to Colin)
8010                 add an X-Face to the welcome message
8011
8012 2005-10-25 [paul]       1.9.15cvs103
8013
8014         * manual/handling.xml
8015                 written by Colin, edited by me
8016
8017 2005-10-25 [wwp]        1.9.15cvs102
8018
8019         * src/folderview.c
8020         * src/grouplistdialog.c
8021         * src/imap.c
8022         * src/noticeview.c
8023                 fix some compilation warnings
8024
8025 2005-10-24 [paul]
8026
8027         1.9.99-rc3 released
8028
8029 2005-10-24 [paul]       1.9.15cvs101
8030
8031         * src/gtk/about.c
8032                 fix window sizing
8033
8034 2005-10-24 [paul]       1.9.15cvs100
8035
8036         * src/pixmaps/offline.xpm
8037         * src/pixmaps/online.xpm
8038                 replace with last default versions
8039
8040 2005-10-24 [colin]      1.9.15cvs99
8041
8042         * src/imap.c
8043                 Fix bug when moving a folder
8044         * src/imap_gtk.c
8045         * src/mh_gtk.c
8046                 "Delete folder" pops up a window, so it 
8047                 should be suffixed with "..."
8048         * src/plugins/pgpcore/sgpgme.c
8049                 Include locale.h
8050
8051 2005-10-24 [mones]      1.9.15cvs98
8052
8053         * manual/Makefile
8054         * manual/account.xml
8055         * manual/ack.xml
8056         * manual/addrbook.xml
8057         * manual/advanced.xml
8058         * manual/faq.xml
8059         * manual/glossary.xml
8060         * manual/gpl.xml
8061         * manual/handling.xml
8062         * manual/intro.xml
8063         * manual/keyboard.xml
8064         * manual/manual.xml
8065         * manual/plugins.xml
8066         * manual/starting.xml
8067         * manual/dtd/sdocbook.dtd
8068                 Initial manual structure and some content.
8069
8070 2005-10-23 [wwp]        1.9.15cvs97
8071
8072         * src/gtk/about.c
8073                 fix a typo
8074
8075 2005-10-23 [wwp]        1.9.15cvs96
8076
8077         * src/gtk/about.c
8078         * src/gtk/authors.h
8079                 rework of the about window (main work by Paul), also featuring a few
8080                 fixes for typos and duplicate names
8081
8082 2005-10-23 [wwp]        1.9.15cvs95
8083
8084         * src/.cvsignore
8085                 Ignore the right binary name (sylpheed-claws now)
8086
8087 2005-10-23 [paul]       1.9.15cvs94
8088
8089         * src/compose.c
8090                 when using Folder Pref 'Default To for
8091                 replies' make the entry in the Compose
8092                 window bold
8093                 Patch by Fabien Vantard
8094
8095 2005-10-22 [colin]      1.9.15cvs93
8096
8097         * src/codeconv.c
8098                 Fix leak
8099
8100 2005-10-22 [colin]      1.9.15cvs92
8101
8102         * src/codeconv.c
8103                 try to convert using locale (apart utf8) if necessary
8104
8105 2005-10-22 [colin]      1.9.15cvs91
8106
8107         * src/pixmaps/new.xpm
8108         * src/pixmaps/unread.xpm
8109                 Make the unread envelope blue again and
8110                 saturate the new one a bit more.
8111
8112 2005-10-22 [colin]      1.9.15cvs90
8113
8114         * src/compose.c
8115                 When replying to a mail sent by one of our accounts,
8116                 use the original list of recipients. Let 'Reply All'
8117                 and 'Reply to sender' work like previously.
8118
8119 2005-10-21 [colin]      1.9.15cvs89
8120
8121         * src/prefs_filtering.c
8122                 Clear fields after add and replace
8123         * src/textview.c
8124                 Display xface differently (better)
8125         * src/plugins/pgpinline/pgpinline.c
8126                 Fix crappy encodings/recodings
8127
8128 2005-10-21 [paul]       1.9.15cvs88
8129
8130         * src/compose.c
8131         * src/prefs_folder_item.c
8132         * src/toolbar.c
8133                 fix news folder Folder Properties
8134                 (thanks to Colin)
8135         * src/folderview.c
8136                 update folderview after Themes change
8137                 keep selected folder selected
8138                 (thanks to Colin)
8139
8140 2005-10-21 [paul]       1.9.15cvs87
8141
8142         * tools/Makefile.am
8143         * tools/OOo2sylpheed.pl
8144         * tools/README
8145         * tools/README.sylprint
8146         * tools/asus_mailled.sh         ** REMOVED **
8147         * tools/filter_conv.pl
8148         * tools/freshmeat_search.pl
8149         * tools/google_search.pl
8150         * tools/gpg-sign-syl            ** REMOVED **
8151         * tools/kmail2sylpheed.pl
8152         * tools/kmail2sylpheed_v2.pl
8153         * tools/multiwebsearch.pl
8154         * tools/nautilus2sylpheed.sh
8155         * tools/newscache_clean.pl
8156         * tools/outlook2sylpheed.pl
8157         * tools/sylpheed-switcher       ** REMOVED **
8158         * tools/sylprint.pl
8159         * tools/sylprint.rc
8160         * tools/tb2sylpheed
8161         * tools/vcard2xml.py
8162         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8163                 update default config dir
8164                 update binary name (thanks to Fabien Vantard)
8165                 remove obsolete scripts
8166
8167 2005-10-21 [colin]      1.9.15cvs86
8168
8169         * src/inc.c
8170                 Fix possible leak and units. Based on a patch by
8171                 Fabien Vantard.
8172
8173 2005-10-20 [colin]      1.9.15cvs85
8174
8175         * src/textview.c
8176                 Clear xface when clearing textview
8177
8178 2005-10-20 [colin]      1.9.15cvs84
8179
8180         * configure.ac
8181         * src/folderview.c
8182         * src/headerview.c
8183         * src/main.c
8184         * src/prefs_common.c
8185         * src/prefs_common.h
8186         * src/prefs_message.c
8187         * src/textview.c
8188         * src/textview.h
8189         * src/common/defs.h
8190         * src/common/utils.c
8191         * src/common/utils.h
8192         * src/gtk/gtkutils.c
8193         * src/gtk/gtkutils.h
8194                 Migrate config to .sylpheed-claws (Automatically)
8195                 Add a way to get the Xface in the TextView
8196
8197 2005-10-20 [colin]      1.9.15cvs83
8198
8199         * src/gtk/Makefile.am
8200         * src/gtk/about.c
8201         * src/gtk/authors.h
8202                 Make the about dialog *grooovy*
8203
8204 2005-10-20 [colin]      1.9.15cvs82
8205
8206         * src/mimeview.c
8207                 Use "Open with" on double click if no command
8208                 was found
8209
8210 2005-10-20 [colin]      1.9.15cvs81
8211
8212         * src/imap.c
8213         * src/etpan/imap-thread.c
8214                 Fix possible crash.
8215
8216 2005-10-20 [paul]       1.9.15cvs80
8217
8218         * src/folder.c
8219                 don't show clipkey icon if the only
8220                 attachment is the signature
8221                 Patch by Colin
8222
8223 2005-10-20 [paul]       1.9.15cvs79
8224
8225         * AUTHORS
8226         * src/plugins/pgpmime/pgpmime.c
8227                 name the PGP/MIME signature 'signature.asc'
8228                 Patch by Andrew Nelson <freeandy@gmail.com>
8229
8230 2005-10-19 [colin]      1.9.15cvs78
8231
8232         * src/plugins/pgpmime/pgpmime.c
8233                 Oops, no need to double-check though
8234
8235 2005-10-19 [colin]      1.9.15cvs77
8236
8237         * src/plugins/pgpinline/pgpinline.c
8238         * src/plugins/pgpmime/pgpmime.c
8239                 Check that my_tmpfile() doesn't 
8240                 return NULL
8241
8242 2005-10-19 [colin]      1.9.15cvs76
8243
8244         * src/common/utils.c
8245                 Use shorter mime boundaries to avoid having
8246                 MTAs rewrapping our headers, breaking the
8247                 PGP signature in the process 
8248         * src/compose.c
8249         * src/plugins/pgpmime/pgpmime.c
8250                 Check for boundary uniqueness to be sure
8251                 it won't happen, instead of hoping for the
8252                 best
8253
8254 2005-10-19 [colin]      1.9.15cvs75
8255
8256         * sylpheed-claws.desktop
8257         * src/Makefile.am
8258         * src/main.c
8259                 Ship a sylpheed-claws binary instead
8260                 of a sylpheed one. Change the socket
8261                 name, too
8262         * src/folderview.c
8263                 Update folder only if it changed
8264         * src/wizard.c
8265                 Fix i18n in welcome mail, patch by
8266                 Fabien Vantard
8267
8268 2005-10-19 [paul]
8269
8270         1.9.99-rc2 released
8271
8272 2005-10-19 [paul]       1.9.15cvs74
8273
8274         * src/folder.c
8275         * src/folderview.c
8276                 fix summaryview update
8277                 Patch by Colin
8278
8279 2005-10-18 [colin]      1.9.15cvs73
8280
8281         * src/plugins/pgpcore/passphrase.c
8282                 Don't XGrabServer, and try a bit more to 
8283                 sync everything before grabbing mouse/keyboard
8284
8285 2005-10-18 [colin]      1.9.15cvs72
8286
8287         * src/Makefile.am
8288         * src/addressadd.c
8289         * src/addressbook.c
8290         * src/folderview.c
8291         * src/grouplistdialog.c
8292         * src/mimeview.c
8293         * src/stock_pixmap.c
8294         * src/stock_pixmap.h
8295         * src/summaryview.c
8296         * src/gtk/gtksctree.c
8297         * src/gtk/gtksctree.h
8298         * src/pixmaps/empty.xpm
8299                 Implement a wrapper call for gtk_ctree_set_node_info
8300                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8301                 pixmap instead of a NULL one. This works around some
8302                 memory problems deep inside gtk, revealed by valgrind,
8303                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8304                 as locked crashes sylpheed.), as well as, probably, 
8305                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8306
8307 2005-10-17 [colin]      1.9.15cvs71
8308
8309         * src/mimeview.c
8310                 Provide visual feedback when checking
8311                 signature
8312
8313 2005-10-17 [colin]      1.9.15cvs70
8314
8315         * src/main.c
8316                 Keep the folder list frozen while checking caches...
8317
8318 2005-10-17 [colin]      1.9.15cvs69
8319
8320         * src/addr_compl.c
8321                 Fi bug #833 (Autocompleting from addressbook 
8322                 fails with extended chars)
8323         * src/imap.c
8324                 Fix 'adding messages' staying in statusbar
8325                 after an error
8326
8327 2005-10-17 [wwp]        1.9.15cvs68
8328
8329         * src/ssl_manager.c
8330                 Fix buttons' layout resizing when window size changes
8331
8332 2005-10-17 [wwp]        1.9.15cvs67
8333
8334         * src/account.c
8335         * src/prefs_account.c
8336         * src/prefs_common.c
8337         * src/prefs_common.h
8338         * src/prefs_folder_item.c
8339         * src/prefs_gtk.c
8340         * src/gtk/logwindow.c
8341         * src/gtk/pluginwindow.c
8342         * src/gtk/prefswindow.c
8343         * src/gtk/prefswindow.h
8344                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8345
8346 2005-10-17 [paul]       1.9.15cvs66
8347
8348         * configure.ac
8349                 fix missing libetpan message
8350         * po/en_GB.po
8351                 updated
8352         * src/crash.c
8353         * src/manual.c
8354         * src/prefs_themes.c
8355         * src/common/defs.h
8356                 add some new URI defines, change some
8357                 others
8358         * src/wizard.c
8359                 make welcome message translatable
8360                 small improvements to english
8361                 other tweaks
8362         * src/gtk/menu.c
8363                 fix warnings
8364
8365 2005-10-17 [paul]       1.9.15cvs65
8366
8367         * src/summaryview.c
8368                 fix column titles
8369
8370 2005-10-16 [mones]      1.9.15cvs64
8371
8372         * po/es.po
8373                 Updated translation
8374
8375 2005-10-16 [colin]
8376
8377         1.9.99-rc1 released
8378
8379 2005-10-16 [colin]      1.9.15cvs63
8380
8381         * src/wizard.c
8382                 Fix whitespace
8383
8384 2005-10-16 [colin]      1.9.15cvs62
8385
8386         * src/toolbar.c
8387                 s/Get All/Get Mail/
8388         * src/wizard.c
8389                 Real welcome mail text, thanks Paul
8390
8391 2005-10-16 [colin]      1.9.15cvs61
8392
8393         * src/editldap.c
8394         * src/exporthtml.c
8395         * src/main.c
8396         * src/mainwindow.c
8397         * src/prefs_themes.c
8398         * src/prefs_toolbar.c
8399         * src/plugins/demo/demo.c
8400         * src/plugins/trayicon/trayicon.c
8401                 s/Sylpheed/Sylpheed-Claws/
8402
8403 2005-10-16 [colin]      1.9.15cvs60
8404
8405         * src/wizard.c
8406                 Add a welcome email in the first empty mailbox
8407         * src/prefs_common.c
8408                 Change one more default
8409
8410 2005-10-16 [colin]      1.9.15cvs59
8411
8412         * src/wizard.c
8413                 Remove printf
8414
8415 2005-10-16 [colin]      1.9.15cvs58
8416
8417         * src/toolbar.c
8418         * src/prefs_common.c
8419                 Change some defaults
8420
8421 2005-10-16 [colin]      1.9.15cvs57
8422
8423         * src/toolbar.c
8424         * src/prefs_common.c
8425                 Change some defaults
8426
8427 2005-10-16 [colin]      1.9.15cvs56
8428
8429         * src/wizard.c
8430                 By default, initialize fonts to have
8431                 the same size as normal GtkWidgets
8432
8433 2005-10-16 [colin]      1.9.15cvs55
8434
8435         * src/mimeview.c
8436                 Fix message a bit more
8437
8438 2005-10-16 [colin]      1.9.15cvs54
8439
8440         * src/addressbook.c
8441                 Second attempt at flicker fixing
8442
8443 2005-10-16 [colin]      1.9.15cvs53
8444
8445         * src/addressbook.c
8446                 Fix flicker
8447
8448 2005-10-16 [wwp]        1.9.15cvs52
8449
8450         * src/addressbook.c
8451         * src/editaddress.c
8452         * src/prefs_common.c
8453         * src/prefs_common.h
8454                 Remember window sizes (address book)
8455
8456 2005-10-16 [wwp]        1.9.15cvs51
8457
8458         * src/plugins/clamav/clamav_plugin_gtk.c
8459         * src/plugins/spamassassin/spamassassin_gtk.c
8460                 Fix compilation warnings (missing #include).
8461
8462 2005-10-16 [colin]      1.9.15cvs50
8463
8464         * src/mimeview.c
8465         * src/summaryview.c
8466         * src/textview.c
8467                 Make 'c' check signature, and forward
8468                 c, l, y, t from summaryview to mimeview
8469
8470 2005-10-16 [colin]      1.9.15cvs49
8471
8472         * src/addressbook.c
8473                 Put border around buttons
8474         * src/mainwindow.c
8475         * src/summaryview.c
8476                 Rework menus (Patch based on a patch
8477                 by Paul)
8478
8479 2005-10-15 [wwp]        1.9.15cvs48
8480
8481         * src/editjpilot.c
8482         * src/editldap.c
8483         * src/editvcard.c
8484         * src/exphtmldlg.c
8485         * src/expldifdlg.c
8486         * src/export.c
8487         * src/import.c
8488         * src/importldif.c
8489         * src/importmutt.c
8490         * src/importpine.c
8491         * src/prefs_account.c
8492         * src/prefs_spelling.c
8493         * src/gtk/gtkutils.c
8494         * src/gtk/gtkutils.h
8495         * src/plugins/clamav/clamav_plugin_gtk.c
8496         * src/plugins/spamassassin/spamassassin_gtk.c
8497                 use nicer browse-for-file/dir buttons than the "..." ones,
8498                 code factorizing more.
8499
8500 2005-10-14 [colin]      1.9.15cvs47
8501
8502         * src/mainwindow.c
8503                 set relief on the account switcher so that people see it
8504                 grey out Create processing rules when no message is selected
8505         * src/prefs_filtering.c
8506                 ask before closing if the rule has not been modified, even if
8507                 it's not valid
8508         * src/prefs_matcher.c
8509                 fix sensitivity when entering the dialog
8510         * src/gtk/inputdialog.c
8511                 display a better icon on password ask
8512         * src/plugins/pgpcore/passphrase.c
8513                 make the dialog look better
8514
8515 2005-10-14 [paul]       1.9.15cvs46
8516
8517         * src/folderview.c
8518                 indicate presense of marked msgs in
8519                 unexpanded subfolders
8520
8521 2005-10-14 [paul]       1.9.15cvs45
8522
8523         * src/prefs_actions.c
8524         * src/prefs_common.c
8525         * src/prefs_common.h
8526         * src/prefs_filtering_action.c
8527         * src/prefs_matcher.c
8528         * src/prefs_template.c
8529                 remember window sizes
8530                 fix Info button size
8531
8532         Patches by wwp
8533
8534 2005-10-13 [colin]      1.9.15cvs44
8535
8536         * src/mimeview.c
8537         * src/noticeview.c
8538         * src/noticeview.h
8539                 Add a tooltip on the icon (optional) 
8540                 Get rid of the signature buttons and only
8541                 use the icon+tooltip
8542
8543 2005-10-13 [colin]      1.9.15cvs43
8544
8545         * src/noticeview.c
8546         * src/noticeview.h
8547                 Add hand cursor for hovering over icon
8548
8549 2005-10-13 [colin]      1.9.15cvs42
8550
8551         * src/summaryview.c
8552                 Fix crash when quicksearch's hidden 
8553                 at startup
8554
8555 2005-10-13 [colin]      1.9.15cvs41
8556
8557         * src/compose.c
8558                 Set subject when forwarding multiple mails
8559                 Check that other recipient than the default Cc or Bcc
8560                 have been set before sending.
8561
8562 2005-10-13 [colin]      1.9.15cvs40
8563
8564         * src/imap.c
8565                 Batch per-folder
8566                 Introduce locking, but don't use it yet
8567
8568 2005-10-13 [colin]      1.9.15cvs39
8569
8570         * src/gtk/quicksearch.c
8571                 Reset quicksearch when hiding it
8572                 Make sticky a real pref
8573
8574 2005-10-13 [colin]      1.9.15cvs38
8575
8576         * src/summaryview.c
8577                 Faster prefs apply
8578
8579 2005-10-13 [colin]      1.9.15cvs37
8580
8581         * src/mimeview.c
8582         * src/noticeview.c
8583         * src/noticeview.h
8584         * src/plugins/pgpcore/sgpgme.c
8585                 Make privacy icon clickable
8586                 Move Trust field in Full info
8587                 When trust is less than full, don't display
8588                 a warning icon
8589
8590 2005-10-13 [colin]      1.9.15cvs36
8591
8592         * src/folder.c
8593                 Batch on flags sync
8594         * src/folderview.c
8595                 Revert speed hack which is dangerous in fact
8596                 Apply prefs faster
8597
8598 2005-10-13 [colin]      1.9.15cvs35
8599
8600         * src/folder_item_prefs.c
8601                 Fix pref corruption on folder move. Patch
8602                 by wwp
8603
8604 2005-10-13 [paul]       1.9.15cvs34
8605
8606         * src/export.c
8607         * src/import.c
8608                 fix typos in g_warnings
8609         * src/prefs_account.c
8610                 add a file selector for Signature file
8611
8612         Patches by wwp
8613
8614 2005-10-12 [colin]      1.9.15cvs33
8615
8616         * src/mimeview.c
8617                 Provide a quick way to go back from a
8618                 signature's full info to the email part
8619
8620 2005-10-12 [colin]      1.9.15cvs32
8621
8622         * src/compose.c
8623                 Remove old hack of encoding signed mails with base64.
8624                 QP works equally well.
8625
8626 2005-10-12 [colin]      1.9.15cvs31
8627
8628         * src/crash.c
8629                 Replace deprecated GtkText with GtkTextView
8630         * src/imap.c
8631                 Fix a logic bug about counts in imap_select
8632                 (previously un-triggered)
8633         * src/mainwindow.c
8634         * src/summaryview.c
8635         * src/news.c
8636                 Allow local deletion of news posts
8637         * src/mimeview.c
8638                 Show GPG noticeview on the message/rfc822 part
8639                 in addition to the text/plain one
8640         * src/prefs_image_viewer.c
8641           src/plugins/pgpcore/prefs_gpg.c
8642                 Polish (set the label as part of the checkbox)
8643         * src/wizard.c
8644                 Don't sit there doing nothing after destroying
8645                 the window - return err
8646
8647 2005-10-11 [colin]      1.9.15cvs30
8648
8649         * src/folderview.c
8650                 Apply processing rules before showing folders.
8651                 Early folder show (before flags sync) will only
8652                 be done when there are no processing rules (nor
8653                 pre- or post- ones)
8654         * src/imap.c
8655                 Fix stuff related to mail subdir, creation and 
8656                 deletion of folders 
8657         * src/imap_gtk.c
8658                 Don't allow creation of folders in NoInferior
8659                 folders, as it won't work
8660
8661 2005-10-10 [colin]      1.9.15cvs29
8662
8663         * src/compose.c
8664                 Reselect "None" Privacy system when selecting an
8665                 account with no privacy system defined
8666
8667 2005-10-10 [colin]      1.9.15cvs28
8668
8669         * src/mainwindow.c
8670                 Add Windows-1252 encoding
8671         * src/prefs_common.c
8672                 Rework some defaults:
8673                 - autosave to draft by default
8674                 - don't show header pane (it's already in the textview)
8675                 - Select first new or unread mail on entry
8676                 - Assume 'Yes' to change folder when there's no more
8677                   unread message
8678         * src/prefs_matcher.c
8679                 Fix a gtk assertion failure
8680         * src/gtk/colorlabel.c
8681                 Workaround bad repainting on selection
8682         * src/main.c
8683                 Freeze/thaw (a bit faster on ssh -X)
8684         * src/msgcache.c
8685                 Get rid of StrdupConverter that just adds an
8686                 extra strdup/free 
8687         * src/etpan/imap_thread.c
8688                 memset buf to 0
8689
8690 2005-10-10 [colin]      1.9.15cvs27
8691
8692         * src/export.c
8693         * src/import.c
8694                 Fix compile on gtk 2.4. Patch by wwp
8695
8696 2005-10-09 [colin]      1.9.15cvs26
8697
8698         * src/mainwindow.c
8699         * src/messageview.c
8700         * src/summaryview.c
8701                 Clarify forward menus. Patch by wwp
8702
8703 2005-10-09 [colin]      1.9.15cvs25
8704
8705         * src/compose.c
8706         * src/compose.h
8707                 Fix bug #829 (Non-working "Encrypt message by 
8708                 default when replying to an encrypted message")
8709
8710 2005-10-08 [colin]      1.9.15cvs24
8711
8712         * src/wizard.c
8713                 Fix bug #827 ("Welcome" setup wizard after a 
8714                 permission error gives up & forgets itself.)
8715
8716 2005-10-08 [colin]      1.9.15cvs23
8717
8718         * src/procmime.c
8719                 Fix bug #828 (Ignoring headers with spaces around = sign)
8720
8721 2005-10-08 [colin]      1.9.15cvs22
8722
8723         * src/export.c
8724                 Warning fix by wwp
8725
8726 2005-10-08 [colin]      1.9.15cvs21
8727
8728         * src/folder.c
8729         * src/folder.h
8730                 Add a processing_pending indicator, set on 
8731                 folder_item_open and cleared after 
8732                 folder_item_process_open
8733         * src/folderview.c
8734         * src/summaryview.c
8735                 wrap procmsg_msginfo_*_flags, and in the
8736                 wrapper check that there's no folder processing 
8737                 pending. If there is, defer the flags change until 
8738                 processing is done to avoid stepping over each
8739                 other's toes.
8740                 Freeze during processing, but not during scanning.
8741
8742 2005-10-07 [colin]      1.9.15cvs20
8743
8744         * src/plugins/pgpcore/passphrase.c
8745                 Fix bug #826 (X-Server hangs when 
8746                 right-clicking a PGP encrypted message)
8747
8748 2005-10-07 [paul]       1.9.15cvs19
8749
8750         * src/compose.c
8751                 fix compose_entries[]
8752                 patch by Fabien Vantard
8753
8754 2005-10-06 [colin]      1.9.15cvs18
8755
8756         * src/pixmaps/address.xpm
8757         * src/pixmaps/address_book.xpm
8758         * src/pixmaps/book.xpm
8759         * src/pixmaps/check_spelling.xpm
8760         * src/pixmaps/checkbox_off.xpm
8761         * src/pixmaps/checkbox_on.xpm
8762         * src/pixmaps/close.xpm
8763         * src/pixmaps/complete.xpm
8764         * src/pixmaps/continue.xpm
8765         * src/pixmaps/deleted.xpm
8766         * src/pixmaps/down_arrow.xpm
8767         * src/pixmaps/exec.xpm
8768         * src/pixmaps/forwarded.xpm
8769         * src/pixmaps/group.xpm
8770         * src/pixmaps/ignorethread.xpm
8771         * src/pixmaps/interface.xpm
8772         * src/pixmaps/jpilot.xpm
8773         * src/pixmaps/ldap.xpm
8774         * src/pixmaps/linewrap.xpm
8775         * src/pixmaps/linewrapcurrent.xpm
8776         * src/pixmaps/mail.xpm
8777         * src/pixmaps/mail_attach.xpm
8778         * src/pixmaps/mail_compose.xpm
8779         * src/pixmaps/mail_forward.xpm
8780         * src/pixmaps/mail_receive.xpm
8781         * src/pixmaps/mail_receive_all.xpm
8782         * src/pixmaps/mail_reply.xpm
8783         * src/pixmaps/mail_reply_to_all.xpm
8784         * src/pixmaps/mail_reply_to_author.xpm
8785         * src/pixmaps/mail_send.xpm
8786         * src/pixmaps/mail_send_queue.xpm
8787         * src/pixmaps/mime_application.xpm
8788         * src/pixmaps/mime_audio.xpm
8789         * src/pixmaps/mime_image.xpm
8790         * src/pixmaps/mime_message.xpm
8791         * src/pixmaps/mime_text_enriched.xpm
8792         * src/pixmaps/mime_text_html.xpm
8793         * src/pixmaps/mime_text_plain.xpm
8794         * src/pixmaps/mime_unknown.xpm
8795         * src/pixmaps/new.xpm
8796         * src/pixmaps/news_compose.xpm
8797         * src/pixmaps/offline.xpm
8798         * src/pixmaps/online.xpm
8799         * src/pixmaps/paste.xpm
8800         * src/pixmaps/preferences.xpm
8801         * src/pixmaps/privacy_emblem_encrypted.xpm
8802         * src/pixmaps/privacy_expired.xpm
8803         * src/pixmaps/privacy_failed.xpm
8804         * src/pixmaps/privacy_passed.xpm
8805         * src/pixmaps/privacy_signed.xpm
8806         * src/pixmaps/privacy_unknown.xpm
8807         * src/pixmaps/privacy_warn.xpm
8808         * src/pixmaps/properties.xpm
8809         * src/pixmaps/replied.xpm
8810         * src/pixmaps/search.xpm
8811         * src/pixmaps/unread.xpm
8812         * src/pixmaps/up_arrow.xpm
8813         * src/pixmaps/vcard.xpm
8814                 Modernize internal theme, with icons from the 
8815                 Gnomaws theme. Keep some of the old ones where
8816                 they were better.
8817
8818 2005-10-06 [colin]      1.9.15cvs17
8819
8820         * src/summaryview.c
8821                 Little optimisations + bugfix
8822         * src/toolbar.c
8823                 Remove default useless items - useless being defined
8824                 by the default relevant prefs
8825         * src/wizard.c
8826                 include config.h to make gettext work
8827         * src/prefs_themes.c
8828                 Fix selection of current theme in prefs
8829
8830 2005-10-06 [colin]      1.9.15cvs16
8831
8832         * src/prefs_common.c
8833         * src/prefs_common.h
8834         * src/prefs_summaries.c
8835         * src/folderview.c
8836                 Add a warning dialog on Mark all read 
8837                 (with pref to get rid of it)
8838
8839 2005-10-06 [paul]       1.9.15cvs15
8840
8841         * po/nb.po
8842         * po/pt_BR.po
8843                 updated by Geir Helland and Frederico
8844                 Goncalves Guimaraes
8845
8846 2005-10-05 [colin]      1.9.15cvs14
8847
8848         * src/folder.c
8849         * src/folder.h
8850         * src/folderview.c
8851         * src/folderview.h
8852         * src/imap_gtk.c
8853         * src/mh_gtk.c
8854         * src/mainwindow.c
8855         * src/setup.c
8856                 add a way to rescan without rebuilding
8857                 make moving a bit faster (less folders changes)
8858                 don't lock the tree on Get 
8859         * src/imap.c
8860                 Don't re-delete deleted messages before expunging
8861         * src/summaryview.c
8862                 Set batch mode when deleting mails
8863
8864 2005-10-05 [paul]       1.9.15cvs13
8865
8866         * src/mainwindow.c
8867         * src/mainwindow.h
8868                 fix disabled Execute menu item
8869         * src/toolbar.c
8870                 match the change in 1.9.15cvs10: use Compose
8871                 instead of News by default
8872
8873 2005-10-04 [colin]      1.9.15cvs12
8874
8875         * src/compose.c
8876                 When replying to an ML post with Reply-To set
8877                 to the poster's email, honor it (as before),
8878                 but also honor our user's request to reply to
8879                 the mailing list: set the ML address in the To
8880                 field and the Reply-To address in the Cc: 
8881                 field.
8882
8883 2005-10-04 [colin]      1.9.15cvs11
8884
8885         * src/plugins/trayicon/trayicon.c
8886                 Finish cosmetic change - thanks to wwp
8887
8888 2005-10-04 [colin]      1.9.15cvs10
8889
8890         * src/toolbar.c
8891                 Use Compose instead of Email by default.
8892                 Spotted by wwp.
8893
8894 2005-10-04 [colin]      1.9.15cvs9
8895
8896         * src/folder.c
8897         * src/folder.h
8898         * src/folderview.c
8899         * src/imap.c
8900         * src/etpan/imap-thread.c
8901         * src/etpan/imap-thread.h
8902                 Try to make IMAP faster, by simplifying SEARCH
8903                 commands, avoiding sending two STATUS in a row,
8904                 and deferring flags sync and processing just
8905                 after displaying the folder. 
8906                 This will update the SummaryView in certain
8907                 cases (new mails not already fetched, flags
8908                 changed from another client) but in a non-
8909                 blocking manner.
8910
8911 2005-10-04 [colin]      1.9.15cvs8
8912
8913         * src/plugins/trayicon/trayicon.c
8914                 Relabel "Offline" to "Work offline"
8915
8916 2005-10-04 [colin]      1.9.15cvs7
8917
8918         * src/export.c
8919         * src/import.c
8920         * src/mbox.c
8921                 Fix mbox import/export buglets
8922                 Patch by wwp
8923         * src/plugins/trayicon/trayicon.c
8924                 Add offline swithc
8925                 Patch by wwp
8926
8927 2005-10-04 [colin]      1.9.15cvs6
8928
8929         * src/folder.c
8930         * src/folderview.c
8931         * src/summaryview.c
8932                 Better fix (don't break mark all read) for cvs2
8933
8934 2005-10-03 [colin]      1.9.15cvs5
8935
8936         * src/folder.c
8937                 Use a sane sort by default
8938
8939 2005-10-03 [colin]      1.9.15cvs4
8940
8941         * src/inc.c
8942                 Add a 'Only once' button for overriding offline mode
8943         * src/prefs_account.c
8944         * src/wizard.c
8945                 Add Local mbox to the wizard
8946                 Add IMAP subdir to the wizard (or the wizard is useless
8947                 for such accounts, or even worse than useless)
8948                 Move IMAP subdir from Advanced to Receive tab, as it's
8949                 not that uncommon
8950
8951 2005-10-03 [colin]      1.9.15cvs3
8952
8953         * src/send_message.c
8954                 Forgot this one in cvs1
8955
8956 2005-10-03 [colin]      1.9.15cvs2
8957
8958         * src/folder.c
8959                 Faster close when leaving a folder with lots
8960                 of new mails. Idea by David Relson.
8961
8962 2005-10-03 [colin]      1.9.15cvs1
8963
8964         * src/compose.c
8965         * src/imap.c
8966         * src/inc.c
8967         * src/main.c
8968         * src/messageview.c
8969         * src/news.c
8970         * src/summaryview.c
8971         * src/gtk/sslcertwindow.c
8972         * src/plugins/trayicon/trayicon.c
8973                 Add accels to every AlertPanel. Patch by Fabien 
8974                 Vantard
8975
8976 2005-10-03 [paul]       1.9.15
8977
8978         1.9.15 released
8979
8980 2005-10-03 [paul]       1.9.14cvs68
8981
8982         * po/ca.po
8983         * po/de.po
8984         * po/es.po
8985         * po/fi.po
8986         * po/fr.po
8987         * po/sk.po
8988         * po/sr.po
8989         * po/zh_CN.po
8990                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8991                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8992                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8993
8994 2005-10-03 [paul]       1.9.14cvs67
8995
8996         * src/send_message.c
8997                 prevent hang on Cancel
8998                 patch by Colin
8999
9000 2005-10-03 [paul]       1.9.14cvs66
9001
9002         * src/main.c
9003                 fix crash in IMAP caused by discrepancy
9004                 between check_at_startup and offline mode
9005                 Patch by Colin
9006
9007 2005-10-01 [paul]       1.9.14cvs65
9008
9009         * src/inc.c
9010                 fix engrish
9011
9012 2005-10-01 [paul]       1.9.14cvs64
9013         * src/export.c
9014         * src/import.c
9015                 synchronise import_mbox() and export_mbox()
9016         * src/mbox.c
9017                 proc_mbox(): add alert if file cannot be opened
9018                 export_list_to_mbox(): test if dest file exists,
9019                 prompt user to overwrite if it does. add alert
9020                 if file cannot be created
9021                                                                 
9022         Patch by wwp
9023                                                                                                                 
9024
9025 2005-09-30 [paul]       1.9.14cvs63
9026
9027         * src/addressbook.c
9028                 Fix sensitivity of a menu
9029         * src/codeconv.c
9030                 Respect hidden pref for mails with no encoding
9031         * src/common/xml.c
9032                 Fix memory corruption
9033         * src/plugins/pgpcore/sgpgme.c
9034                 Fix segfault on incomplete sigs, and display
9035                 of S/Mime UIDs
9036
9037         Patches by Colin
9038
9039 2005-09-30 [colin]      1.9.14cvs62
9040
9041         * src/partial_download.c
9042                 Little logic fix in almost-dead code
9043         * src/pop.c
9044                 Fix partial download when there's no new mail
9045
9046 2005-09-29 [paul]       1.9.14cvs61
9047
9048         * src/plugins/pgpinline/pgpinline.c
9049                 fix bug 819, 'crash accessing sign message'
9050                 Patch by Colin
9051
9052 2005-09-28 [martin]     1.9.14cvs60
9053
9054         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9055                 fix bug #790 (Crash when restarting window manager (fluxbox))
9056
9057 2005-09-28 [paul]       1.9.14cvs59
9058
9059         * src/gtk/gtkaspell.c
9060                 fix off-by-one typo
9061
9062 2005-09-27 [colin]      1.9.14cvs58
9063
9064         * src/plugins/pgpcore/sgpgme.c
9065                 Report error when there's one, instead of
9066                 "Signature unchecked" 
9067
9068 2005-09-27 [colin]      1.9.14cvs57
9069
9070         * src/prefs_quote.c
9071                 Fix bug #816 (Weird quotation with spaces)
9072
9073 2005-09-27 [colin]      1.9.14cvs56
9074
9075         * src/codeconv.c
9076         * src/compose.c
9077         * src/compose.h
9078                 Put subject in compose's title
9079                 Fix Automatic encoding so that it's really automatic:
9080                 first try default locale's charset, then charset of the replied mail, 
9081                 then utf-8
9082                 Fix encoding of headers (must be in strict mode too)
9083
9084 2005-09-26 [colin]      1.9.14cvs55
9085
9086         * src/gtk/gtkaspell.c
9087                 Fix previous patch - don't color the space,
9088                 just uncolor it :)
9089
9090 2005-09-26 [colin]      1.9.14cvs54
9091
9092         * src/gtk/gtkaspell.c
9093                 Unmark space if possible
9094
9095 2005-09-26 [colin]      1.9.14cvs53
9096
9097         * src/imap.c
9098                 log_error instead of alertpanel according to the pref
9099         * src/etpan/imap-thread.c
9100                 Print connect status, copy only necessary size to 
9101                 logger
9102         * src/plugins/pgpmime/pgpmime.c
9103                 Handle S/Mime signatures (verification only). Patch based
9104                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9105
9106 2005-09-26 [paul]       1.9.14cvs52
9107
9108         * src/common/passcrypt.c
9109                 this 'workaround' not necessary on NetBSD.
9110                 Thanks to Daniel Gustafson
9111
9112 2005-09-26 [paul]
9113
9114         1.9.15-rc4 released
9115
9116 2005-09-26 [paul]       1.9.14cvs51
9117
9118         * src/summaryview.c
9119                 Skip currently selected message when
9120                 looking for next new or unread message
9121                 in current folder. Patch by Colin
9122         * src/common/passcrypt.c
9123                 eliminate warnings on *BSD. Patch by
9124                 Daniel Gustafson
9125
9126 2005-09-26 [colin]      1.9.14cvs50
9127
9128         * src/procmsg.c
9129                 Call postfiltering hook anyway
9130
9131 2005-09-22 [colin]      1.9.14cvs49
9132
9133         * src/codeconv.c
9134         * src/codeconv.h
9135                 Add a strict mode that doesn't replace with _
9136         * src/compose.c
9137         * src/compose.h
9138                 Use strict conversion while sending
9139                 Fix race when drafting while sending (happens
9140                 on IMAP)
9141                 Fix d'n'd of messages from summaryview
9142         * src/prefs_common.c
9143         * src/prefs_common.h
9144                 add hidden utf8_instead_of_locale_for_broken_mail 
9145                 pref for people that preferred the default charset 
9146                 to be utf8 for broken mails
9147         * src/quote_fmt_parse.y
9148                 fix bug #815 (No quote insert if "From:" fied 
9149                 contained Russian letters)
9150         * src/summaryview.c
9151                 Fix d'n'd of messages to compose
9152
9153 2005-09-22 [paul]       1.9.14cvs48
9154
9155         * src/compose.c
9156                 fix bug where attachments Name entry
9157                 would display Path instead
9158
9159 2005-09-21 [paul]       1.9.14cvs47
9160
9161         * README
9162         * README.jp
9163         * configure.ac
9164         * config/config.rpath
9165         * doc/manual/en/sylpheed-20.html
9166         * doc/manual/es/sylpheed-20.html
9167         * po/bg.po
9168         * po/ca.po
9169         * po/de.po
9170         * po/es.po
9171         * po/fr.po
9172         * po/it.po
9173         * po/pt_BR.po
9174         * po/sk.po
9175         * po/zh_TW.po
9176         * src/account.c
9177         * src/account.h
9178         * src/action.c
9179         * src/action.h
9180         * src/adbookbase.h
9181         * src/addr_compl.c
9182         * src/addr_compl.h
9183         * src/addrbook.c
9184         * src/addrbook.h
9185         * src/addrcache.c
9186         * src/addrcache.h
9187         * src/addrcindex.c
9188         * src/addrcindex.h
9189         * src/addrclip.c
9190         * src/addrclip.h
9191         * src/addrdefs.h
9192         * src/addressadd.c
9193         * src/addressadd.h
9194         * src/addressbook.c
9195         * src/addressbook.h
9196         * src/addressitem.h
9197         * src/addrgather.c
9198         * src/addrgather.h
9199         * src/addrharvest.c
9200         * src/addrharvest.h
9201         * src/addrindex.c
9202         * src/addrindex.h
9203         * src/addritem.c
9204         * src/addritem.h
9205         * src/addrquery.c
9206         * src/addrquery.h
9207         * src/addrselect.c
9208         * src/addrselect.h
9209         * src/alertpanel.c
9210         * src/alertpanel.h
9211         * src/browseldap.c
9212         * src/browseldap.h
9213         * src/codeconv.c
9214         * src/codeconv.h
9215         * src/compose.c
9216         * src/compose.h
9217         * src/crash.c
9218         * src/crash.h
9219         * src/customheader.c
9220         * src/customheader.h
9221         * src/displayheader.c
9222         * src/displayheader.h
9223         * src/editaddress.c
9224         * src/editaddress.h
9225         * src/editbook.c
9226         * src/editbook.h
9227         * src/editgroup.c
9228         * src/editgroup.h
9229         * src/editjpilot.c
9230         * src/editjpilot.h
9231         * src/editldap.c
9232         * src/editldap.h
9233         * src/editldap_basedn.c
9234         * src/editldap_basedn.h
9235         * src/editvcard.c
9236         * src/editvcard.h
9237         * src/enriched.c
9238         * src/enriched.h
9239         * src/exphtmldlg.c
9240         * src/exphtmldlg.h
9241         * src/expldifdlg.c
9242         * src/expldifdlg.h
9243         * src/export.c
9244         * src/export.h
9245         * src/exporthtml.c
9246         * src/exporthtml.h
9247         * src/exportldif.c
9248         * src/exportldif.h
9249         * src/filtering.c
9250         * src/filtering.h
9251         * src/folder.c
9252         * src/folder.h
9253         * src/folder_item_prefs.c
9254         * src/folder_item_prefs.h
9255         * src/foldersel.c
9256         * src/foldersel.h
9257         * src/folderutils.c
9258         * src/folderutils.h
9259         * src/folderview.c
9260         * src/folderview.h
9261         * src/grouplistdialog.c
9262         * src/grouplistdialog.h
9263         * src/headerview.c
9264         * src/headerview.h
9265         * src/html.c
9266         * src/html.h
9267         * src/image_viewer.c
9268         * src/image_viewer.h
9269         * src/imap.c
9270         * src/imap.h
9271         * src/imap_gtk.c
9272         * src/imap_gtk.h
9273         * src/import.c
9274         * src/import.h
9275         * src/importldif.c
9276         * src/importldif.h
9277         * src/importmutt.c
9278         * src/importmutt.h
9279         * src/importpine.c
9280         * src/importpine.h
9281         * src/inc.c
9282         * src/inc.h
9283         * src/jpilot.c
9284         * src/jpilot.h
9285         * src/ldapctrl.c
9286         * src/ldapctrl.h
9287         * src/ldaplocate.c
9288         * src/ldaplocate.h
9289         * src/ldapquery.c
9290         * src/ldapquery.h
9291         * src/ldapserver.c
9292         * src/ldapserver.h
9293         * src/ldaputil.c
9294         * src/ldaputil.h
9295         * src/ldif.c
9296         * src/ldif.h
9297         * src/localfolder.c
9298         * src/localfolder.h
9299         * src/main.c
9300         * src/main.h
9301         * src/mainwindow.c
9302         * src/mainwindow.h
9303         * src/manual.c
9304         * src/manual.h
9305         * src/matcher.c
9306         * src/matcher.h
9307         * src/matcher_parser.h
9308         * src/matcher_parser_lex.l
9309         * src/matcher_parser_parse.y
9310         * src/mbox.c
9311         * src/mbox.h
9312         * src/message_search.c
9313         * src/message_search.h
9314         * src/messageview.c
9315         * src/messageview.h
9316         * src/mh.c
9317         * src/mh.h
9318         * src/mh_gtk.c
9319         * src/mh_gtk.h
9320         * src/mimeview.c
9321         * src/mimeview.h
9322         * src/msgcache.c
9323         * src/msgcache.h
9324         * src/mutt.c
9325         * src/mutt.h
9326         * src/news.c
9327         * src/news.h
9328         * src/news_gtk.c
9329         * src/news_gtk.h
9330         * src/noticeview.c
9331         * src/noticeview.h
9332         * src/partial_download.c
9333         * src/partial_download.h
9334         * src/pine.c
9335         * src/pine.h
9336         * src/pop.c
9337         * src/pop.h
9338         * src/prefs_account.c
9339         * src/prefs_account.h
9340         * src/prefs_actions.c
9341         * src/prefs_actions.h
9342         * src/prefs_common.c
9343         * src/prefs_common.h
9344         * src/prefs_compose_writing.c
9345         * src/prefs_compose_writing.h
9346         * src/prefs_customheader.c
9347         * src/prefs_customheader.h
9348         * src/prefs_display_header.c
9349         * src/prefs_display_header.h
9350         * src/prefs_ext_prog.c
9351         * src/prefs_ext_prog.h
9352         * src/prefs_filtering.c
9353         * src/prefs_filtering.h
9354         * src/prefs_filtering_action.c
9355         * src/prefs_filtering_action.h
9356         * src/prefs_folder_column.c
9357         * src/prefs_folder_column.h
9358         * src/prefs_folder_item.c
9359         * src/prefs_folder_item.h
9360         * src/prefs_fonts.c
9361         * src/prefs_fonts.h
9362         * src/prefs_gtk.c
9363         * src/prefs_gtk.h
9364         * src/prefs_image_viewer.c
9365         * src/prefs_image_viewer.h
9366         * src/prefs_matcher.c
9367         * src/prefs_matcher.h
9368         * src/prefs_message.c
9369         * src/prefs_message.h
9370         * src/prefs_msg_colors.c
9371         * src/prefs_msg_colors.h
9372         * src/prefs_other.c
9373         * src/prefs_other.h
9374         * src/prefs_quote.c
9375         * src/prefs_quote.h
9376         * src/prefs_receive.c
9377         * src/prefs_receive.h
9378         * src/prefs_send.c
9379         * src/prefs_send.h
9380         * src/prefs_spelling.c
9381         * src/prefs_spelling.h
9382         * src/prefs_summaries.c
9383         * src/prefs_summaries.h
9384         * src/prefs_summary_column.c
9385         * src/prefs_summary_column.h
9386         * src/prefs_template.c
9387         * src/prefs_template.h
9388         * src/prefs_themes.c
9389         * src/prefs_themes.h
9390         * src/prefs_toolbar.c
9391         * src/prefs_toolbar.h
9392         * src/prefs_wrapping.c
9393         * src/prefs_wrapping.h
9394         * src/privacy.c
9395         * src/privacy.h
9396         * src/procheader.c
9397         * src/procheader.h
9398         * src/procmime.c
9399         * src/procmime.h
9400         * src/procmsg.c
9401         * src/procmsg.h
9402         * src/quote_fmt.c
9403         * src/quote_fmt_parse.y
9404         * src/recv.c
9405         * src/recv.h
9406         * src/remotefolder.c
9407         * src/remotefolder.h
9408         * src/send_message.c
9409         * src/send_message.h
9410         * src/setup.c
9411         * src/setup.h
9412         * src/simple-gettext.c
9413         * src/sourcewindow.c
9414         * src/sourcewindow.h
9415         * src/ssl_manager.c
9416         * src/ssl_manager.h
9417         * src/statusbar.c
9418         * src/statusbar.h
9419         * src/stock_pixmap.c
9420         * src/stock_pixmap.h
9421         * src/summary_search.c
9422         * src/summary_search.h
9423         * src/summaryview.c
9424         * src/summaryview.h
9425         * src/syldap.c
9426         * src/syldap.h
9427         * src/textview.c
9428         * src/textview.h
9429         * src/toolbar.c
9430         * src/toolbar.h
9431         * src/undo.c
9432         * src/undo.h
9433         * src/unmime.c
9434         * src/unmime.h
9435         * src/vcard.c
9436         * src/vcard.h
9437         * src/wizard.c
9438         * src/wizard.h
9439         * src/common/base64.c
9440         * src/common/base64.h
9441         * src/common/defs.h
9442         * src/common/hooks.c
9443         * src/common/hooks.h
9444         * src/common/log.c
9445         * src/common/log.h
9446         * src/common/md5.c
9447         * src/common/md5.h
9448         * src/common/mgutils.c
9449         * src/common/mgutils.h
9450         * src/common/nntp.c
9451         * src/common/nntp.h
9452         * src/common/passcrypt.c
9453         * src/common/passcrypt.h.in
9454         * src/common/plugin.c
9455         * src/common/plugin.h
9456         * src/common/prefs.c
9457         * src/common/prefs.h
9458         * src/common/progressindicator.c
9459         * src/common/progressindicator.h
9460         * src/common/quoted-printable.c
9461         * src/common/quoted-printable.h
9462         * src/common/session.c
9463         * src/common/session.h
9464         * src/common/smtp.c
9465         * src/common/smtp.h
9466         * src/common/socket.c
9467         * src/common/socket.h
9468         * src/common/ssl.c
9469         * src/common/ssl.h
9470         * src/common/ssl_certificate.c
9471         * src/common/ssl_certificate.h
9472         * src/common/string_match.c
9473         * src/common/string_match.h
9474         * src/common/stringtable.c
9475         * src/common/sylpheed.c
9476         * src/common/sylpheed.h
9477         * src/common/template.c
9478         * src/common/template.h
9479         * src/common/timing.h
9480         * src/common/utils.c
9481         * src/common/utils.h
9482         * src/common/uuencode.c
9483         * src/common/uuencode.h
9484         * src/common/version.h.in
9485         * src/common/xml.c
9486         * src/common/xml.h
9487         * src/common/xmlprops.c
9488         * src/common/xmlprops.h
9489         * src/gtk/about.c
9490         * src/gtk/about.h
9491         * src/gtk/colorlabel.c
9492         * src/gtk/colorlabel.h
9493         * src/gtk/colorsel.c
9494         * src/gtk/colorsel.h
9495         * src/gtk/description_window.c
9496         * src/gtk/description_window.h
9497         * src/gtk/filesel.c
9498         * src/gtk/filesel.h
9499         * src/gtk/foldersort.c
9500         * src/gtk/foldersort.h
9501         * src/gtk/gtkutils.c
9502         * src/gtk/gtkutils.h
9503         * src/gtk/inputdialog.c
9504         * src/gtk/inputdialog.h
9505         * src/gtk/logwindow.c
9506         * src/gtk/logwindow.h
9507         * src/gtk/manage_window.c
9508         * src/gtk/manage_window.h
9509         * src/gtk/menu.c
9510         * src/gtk/menu.h
9511         * src/gtk/pluginwindow.c
9512         * src/gtk/pluginwindow.h
9513         * src/gtk/prefswindow.c
9514         * src/gtk/prefswindow.h
9515         * src/gtk/progressdialog.c
9516         * src/gtk/progressdialog.h
9517         * src/gtk/quicksearch.c
9518         * src/gtk/quicksearch.h
9519         * src/gtk/sslcertwindow.c
9520         * src/gtk/sslcertwindow.h
9521         * src/plugins/clamav/clamav_plugin.c
9522         * src/plugins/clamav/clamav_plugin.h
9523         * src/plugins/clamav/clamav_plugin_gtk.c
9524         * src/plugins/demo/demo.c
9525         * src/plugins/dillo_viewer/dillo_prefs.c
9526         * src/plugins/dillo_viewer/dillo_prefs.h
9527         * src/plugins/dillo_viewer/dillo_viewer.c
9528         * src/plugins/mathml_viewer/mathml_viewer.c
9529         * src/plugins/pgpcore/passphrase.c
9530         * src/plugins/pgpcore/passphrase.h
9531         * src/plugins/pgpcore/plugin.c
9532         * src/plugins/pgpcore/prefs_gpg.c
9533         * src/plugins/pgpcore/prefs_gpg.h
9534         * src/plugins/pgpcore/select-keys.c
9535         * src/plugins/pgpcore/select-keys.h
9536         * src/plugins/pgpcore/sgpgme.c
9537         * src/plugins/pgpcore/sgpgme.h
9538         * src/plugins/pgpinline/pgpinline.c
9539         * src/plugins/pgpinline/pgpinline.h
9540         * src/plugins/pgpinline/plugin.c
9541         * src/plugins/pgpmime/pgpmime.c
9542         * src/plugins/pgpmime/pgpmime.h
9543         * src/plugins/pgpmime/plugin.c
9544         * src/plugins/spamassassin/spamassassin.c
9545         * src/plugins/spamassassin/spamassassin.h
9546         * src/plugins/spamassassin/spamassassin_gtk.c
9547         * src/plugins/trayicon/trayicon.c
9548         * tools/OOo2sylpheed.pl
9549         * tools/acroread2sylpheed.pl
9550         * tools/asus_mailled.sh
9551         * tools/filter_conv.pl
9552         * tools/freshmeat_search.pl
9553         * tools/google_search.pl
9554         * tools/kmail2sylpheed.pl
9555         * tools/kmail2sylpheed_v2.pl
9556         * tools/maildir2sylpheed.pl
9557         * tools/multiwebsearch.pl
9558         * tools/newscache_clean.pl
9559         * tools/outlook2sylpheed.pl
9560         * tools/sylpheed-switcher
9561         * tools/update-po
9562         * tools/vcard2xml.py
9563         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9564                 update FSF address
9565
9566 2005-09-21 [colin]      1.9.14cvs46
9567
9568         * src/gedit-print.c
9569         * src/procmsg.c
9570         * src/procmsg.h
9571         * src/textview.c
9572         * src/summaryview.c
9573                 Remove some printing hacks (deselection/reselection),
9574                 which by the way fix printing the currently 
9575                 displayed mime part (still only text)
9576                 Plus a little optimisation of summary_show
9577
9578
9579 2005-09-20 [colin]      1.9.14cvs45
9580
9581         * src/mainwindow.c
9582         * src/messageview.c
9583                 GUI fixups: add accels, set message
9584                 view title to displayed mail's subject
9585         * src/prefs_spelling.c
9586         * src/gtk/gtkaspell.c
9587                 GUI fixups: allow underlining misspelled
9588                 words instead of coloring them (a11y!)
9589
9590 2005-09-19 [colin]
9591
9592         1.9.15rc3 released
9593
9594 2005-09-19 [colin]      1.9.14cvs44
9595
9596         * src/compose.c
9597                 Fix draft message
9598         * src/gtk/gtkaspell.c
9599                 Fix wrong test ;-)
9600
9601 2005-09-19 [colin]      1.9.14cvs43
9602
9603         * src/addressbook.c
9604                 Fix sensitivity of Delete button
9605         * src/compose.c
9606                 Warn if the requested Privacy system
9607                 is not available
9608         * src/exphtmldlg.c
9609         * src/expldifdlg.c
9610         * src/importldif.c
9611         * src/importmutt.c
9612         * src/importpine.c
9613                 Fix crappy UI
9614         * src/
9615         * src/ssl.h
9616         * src/prefs_account.h
9617         * src/prefs_account.c
9618                 Save SSL prefs even in builds that have
9619                 SSL support disable
9620         * src/imap.c
9621         * src/inc.c
9622         * src/news.c
9623         * src/send_message.c
9624                 Warn if connection should be secure, but
9625                 SSL support isn't compiled in
9626         * src/gtkaspell.c
9627                 Fix word separation on UTF-8 systems
9628                 Fixes bug #812 (Strange inline spellchecking)
9629         * src/compose.c
9630                 Warn if the requested Privacy system
9631                 is not available
9632                 Factorize offline warning
9633         * src/imap.c
9634         * src/imap_gtk.c
9635         * src/imap_gtk.h
9636         * src/inc.h
9637         * src/news_gtk.c
9638         * src/news_gtk.h
9639         * src/messageview.c
9640                 Factorize offline warning
9641
9642 2005-09-19 [paul]
9643
9644         1.9.15-rc2 released
9645
9646 2005-09-18 [colin]      1.9.14cvs42
9647
9648         * src/codeconv.c
9649         * src/codeconv.h
9650         * src/procmime.c
9651                 Add a way to get locale's charset ignoring utf-8,
9652                 and use that as default encoding for broken mails
9653
9654 2005-09-18 [colin]      1.9.14cvs41
9655
9656         * src/gtk/logwindow.c
9657                 Translate string. Patch by Fabien Vantard
9658
9659 2005-09-18 [colin]      1.9.14cvs40
9660
9661         * configure.ac
9662                 Fix bug #803 (IMAP/SSL support breaks with 
9663                 GnuTLS libetpan 0.38)
9664
9665 2005-09-18 [colin]      1.9.14cvs39
9666
9667         * src/codeconv.c
9668         * src/compose.c
9669         * src/procmime.c
9670                 More charsets fixes. Fixes bug #806 (non
9671                 ascii characters in subject line)
9672
9673 2005-09-17 [paul]       1.9.14cvs38
9674
9675         * src/folderview.c
9676         * src/mainwindow.c
9677                 fix gcc-2.95 issues
9678                 Patch by Pawel Pekala
9679
9680 2005-09-17 [colin]      1.9.14cvs37
9681
9682         * src/addrindex.c
9683                 bugfix for NO-USE LDAP compilation, patch 
9684                 by Fabien Vantard
9685
9686 2005-09-17 [colin]      1.9.14cvs36
9687
9688         * src/prefs_actions.c
9689         * src/prefs_customheader.c
9690         * src/prefs_display_header.c
9691         * src/prefs_filtering_action.c
9692         * src/prefs_matcher.c
9693         * src/prefs_toolbar.c
9694                 Fix strange casts (less elegant but
9695                 works better)
9696
9697 2005-09-16 [colin]      1.9.14cvs35
9698
9699         * src/jpilot.c
9700                 Missed that one
9701
9702 2005-09-16 [colin]      1.9.14cvs34
9703
9704         * configure.ac
9705         * src/Makefile.am
9706         * src/addr_compl.c
9707         * src/addrindex.c
9708         * src/browseldap.c
9709         * src/editldap.c
9710         * src/ldaplocate.c
9711         * src/ldapquery.c
9712         * src/ldapquery.h
9713         * src/ldapserver.c
9714         * src/ldapserver.h
9715         * src/main.c
9716         * src/matcher_parser_parse.y
9717         * src/prefs_themes.c
9718         * src/etpan/Makefile.am
9719         * src/gtk/description_window.c
9720         * src/plugins/clamav/Makefile.am
9721         * src/plugins/clamav/clamav_plugin.c
9722         * src/plugins/dillo_viewer/Makefile.am
9723         * src/plugins/pgpcore/Makefile.am
9724         * src/plugins/pgpinline/Makefile.am
9725         * src/plugins/pgpmime/Makefile.am
9726         * src/plugins/trayicon/Makefile.am
9727                 Fix 100% cpu usage in address completion list
9728                 Fix little bugs (return with no values etc)
9729                 Fix all warnings (with common CFLAGS)
9730
9731 2005-09-15 [colin]      1.9.14cvs33
9732
9733         * src/addressbook.c
9734                 Fix bug where sometimes a group's email list is empty,
9735                 force its refresh (probably fixes "Re: how to create a 
9736                 distribution list")
9737         * src/ldapquery.c
9738                 Don't return to the callback in the main thread from the
9739                 fetch thread (or face segs!)
9740
9741 2005-09-15 [paul]       1.9.14cvs32
9742
9743         * src/prefs_matcher.c
9744                 forgotten in last commit
9745
9746 2005-09-15 [paul]       1.9.14cvs31
9747
9748         * src/prefs_actions.c
9749         * src/prefs_filtering_action.c
9750         * src/prefs_quote.c
9751         * src/quote_fmt.c
9752         * src/summaryview.c
9753         * src/gtk/description_window.c
9754         * src/gtk/description_window.h
9755         * src/gtk/quicksearch.c
9756                 allow interaction with the called
9757                 description window
9758                 Patch by Anders Hammar
9759
9760 2005-09-14 [paul]       1.9.14cvs30
9761
9762         * src/compose.c
9763                 fix a little annoyance when pasting with 3rd button 
9764                 with wrap_pastes=0 and wrap_input=1
9765                 Patch by Colin
9766
9767 2005-09-14 [paul]       1.9.14cvs29
9768
9769         * src/prefs_account.c
9770                 disable 'Filter messages on receiving' for
9771                 SMTP-only accounts
9772                 Patch  by Anders Hammar
9773
9774 2005-09-14 [paul]       1.9.14cvs28
9775
9776         * po/sk.po
9777                 fix crash
9778                 updated by Andrej Kacian
9779
9780 2005-09-14 [paul]
9781
9782         1.9.15-rc1 released
9783
9784 2005-09-14 [paul]       1.9.14cvs27
9785
9786         * po/es.po
9787                 updated by Ricardo Mones Lastra
9788         * src/compose.c
9789         * src/compose.h
9790                 associate no_wrap_tags to Compose windows
9791                 instead of using a static one
9792                 Patch by Colin
9793         * src/mbox.c
9794                 fix proc_mbox()
9795                 Patch by wwp
9796         * src/textview.c
9797                 remove unneeded printf()
9798
9799 2005-09-14 [paul]       1.9.14cvs26
9800
9801         * src/addrcache.c
9802         * src/codeconv.h
9803         * src/folder.h
9804         * src/mainwindow.h
9805         * src/mh.c
9806         * src/mimeview.h
9807         * src/partial_download.c
9808         * src/pop.c
9809         * src/prefs_account.c
9810         * src/prefs_account.h
9811         * src/prefs_actions.c
9812         * src/prefs_customheader.c
9813         * src/prefs_display_header.c
9814         * src/prefs_filtering_action.c
9815         * src/prefs_matcher.c
9816         * src/prefs_toolbar.c
9817         * src/privacy.h
9818         * src/procmime.c
9819         * src/procmime.h
9820         * src/procmsg.h
9821         * src/textview.c
9822         * src/undo.h
9823         * src/common/plugin.c
9824         * src/common/session.h
9825         * src/common/socket.c
9826         * src/common/socket.h
9827         * src/common/template.c
9828         * src/gtk/gtkaspell.c
9829         * src/gtk/quicksearch.h
9830         * src/plugins/pgpcore/passphrase.c
9831         * src/plugins/pgpcore/prefs_gpg.h
9832         * src/plugins/pgpcore/select-keys.c
9833         * src/plugins/pgpcore/select-keys.h
9834         * src/plugins/pgpcore/sgpgme.c
9835         * src/plugins/pgpinline/pgpinline.c
9836         * src/plugins/pgpmime/pgpmime.c
9837         * src/plugins/trayicon/trayicon.c
9838                 fix compilation warnings
9839                 Patch by Daniel Gustafson
9840
9841 2005-09-14 [paul]       1.9.14cvs25
9842
9843         * src/addressbook.c
9844                 add missing column header, and other small
9845                 bug fixes
9846                 Patch by Anders Hammar
9847
9848 2005-09-13 [colin]      1.9.14cvs24
9849
9850         * src/gtk/gtkaspell.c
9851                 Fix non-utf8 in menu
9852                 Fix little leaks
9853                 Nullify struct members after free()s
9854
9855 2005-09-13 [colin]      1.9.14cvs23
9856
9857         * src/compose.c
9858                 Test utf8 compliance before inserting to 
9859                 buffer, and try to convert if necessary
9860         * src/procmime.c
9861                 If no charset is present, use the locale 
9862                 one instead of us-ascii
9863         * src/procmsg.c
9864                 Add Sender, List-Post and To in the checked 
9865                 headers for automatic rules creation 
9866                 (thanks to wwp)
9867         * src/prefs_themes.c
9868         * src/gtk/gtkaspell.c
9869                 Remove deprecated functions. 
9870                 patch by Daniel Gustafson
9871
9872 2005-09-12 [colin]      1.9.14cvs22
9873
9874         * src/compose.c
9875                 Fix bug #448 (Scrolling/Redraw issue with 
9876                 address-fields in Header)
9877         * src/mainwindow.c
9878         * src/summaryview.c
9879         * src/summaryview.h
9880                 Fix loss of MSG_MARKED on move/copy
9881                 Fix bug #804 (Quicksearch togglebutton doesn't 
9882                 get depressed after '/' key is pressed)
9883
9884 2005-09-12 [paul]       1.9.14cvs21
9885
9886         * AUTHORS
9887         * src/gtk/logwindow.c
9888                 add 'Clear Log' to popup menu
9889                 Patch by Anders Hammar <anders.hammar@telia.com>
9890
9891 2005-09-12 [paul]       1.9.14cvs20
9892
9893         * src/compose.c
9894                 set correct sensitivity on attachments
9895                 popup menu
9896         * src/folder.c
9897                 fix typo
9898         * src/prefs_spelling.c
9899                 fix crash when no LANG env is set
9900         * src/common/xml.c
9901                 fix crash in wizard
9902                 don't use memeory after free
9903
9904         All patches by Daniel Gustafson
9905
9906 2005-09-12 [paul]       1.9.14cvs19
9907
9908         * src/prefs_themes.c
9909                 make theme info selectable
9910         * src/gtk/description_window.c
9911                 make window non-modal
9912         * tools/README
9913                 add details of asus_mailed.sh
9914         * tools/claws.i18n.status.pl
9915                 update for new zh_TW translator
9916                 widen the output
9917                 create alternate coloured lines
9918                 improve readability
9919
9920 2005-09-10 [colin]      1.9.14cvs18
9921
9922         * src/plugins/pgpcore/select-keys.c
9923                 Better order for the buttons
9924
9925 2005-09-10 [colin]      1.9.14cvs17
9926
9927         * src/compose.c
9928         * src/plugins/pgpcore/select-keys.c
9929         * src/plugins/pgpcore/select-keys.h
9930         * src/plugins/pgpcore/sgpgme.c
9931                 Add a "Don't encrypt" button to the key
9932                 selection dialog. Fixes bug #177 (There should be a 
9933                 'Don't encrypt button in the Select Keys dialog)
9934
9935 2005-09-10 [colin]      1.9.14cvs16
9936
9937         * src/compose.c
9938                 Fix bug #572 (%X option does not work with templates)
9939
9940 2005-09-10 [colin]      1.9.14cvs15
9941
9942         * src/toolbar.c 
9943                 Remove g_print
9944
9945 2005-09-10 [colin]      1.9.14cvs14
9946
9947         * src/imap.c
9948                 Fix a possible crash
9949
9950 2005-09-09 [colin]      1.9.14cvs13
9951
9952         * src/imap.c
9953         * src/etpan/imap-thread.c
9954         * src/etpan/imap-thread.h
9955                 Fix moving from queue or drafts to normal folders
9956                 Fix bug #794 (No way to delete without expunging)
9957                 Take flags unset by other mailers into account
9958                 Take deleted flag set by other mailers into account
9959                 Fix unsetting REPLIED flag
9960                 Fix crash when capabilities can't be retrieved
9961         * src/mainwindow.c
9962         * src/mainwindow.h
9963                 Add M_DELAYED_FLAGS condition, and let the user use
9964                 Execute in order to be able to expunge deleted mails,
9965                 even if he's not in delayed execute mode
9966         * src/prefs_spelling.c
9967                 Use 'en' dictionary by default if LANG is POSIX or C
9968         * src/gtk/prefswindow.c
9969                 Fix bug #767 (Preferences windows expanding) by making
9970                 the window a bit larger when the resolution is greater
9971                 than 640x480, and by putting the prefs in a
9972                 GtkScrolledWindow.
9973
9974 2005-09-09 [paul]       1.9.14cvs12
9975
9976         * AUTHORS
9977         * configure.ac
9978         * po/zh_TW.Big5.po      ** REMOVED **
9979         * po/zh_TW.po           ** ADDED **
9980                 updated by Wei-Lun Chao
9981
9982 2005-09-09 [paul]       1.9.14cvs11
9983
9984         * src/mainwindow.c
9985                 fix asserts
9986         * src/common/xml.c
9987                 delay memory allocation until file is
9988                 opened successfully
9989                 Patch by Daniel Gustafson
9990
9991 2005-09-09 [colin]      1.9.14cvs10
9992
9993         * src/imap.c
9994                 Add guards
9995
9996 2005-09-08 [colin]      1.9.14cvs9
9997
9998         * src/compose.c
9999                 Alert when we can't save draft
10000                 Fix various wrap/color issues
10001                 Add mid-click pasting respecting wrap_paste option
10002         * src/folder.c
10003         * src/folder.h
10004         * src/folder_item_prefs.c
10005         * src/folder_item_prefs.h
10006         * src/imap.c
10007         * src/imap_gtk.c
10008         * src/imap_gtk.h
10009         * src/main.c
10010         * src/mainwindow.c
10011         * src/mainwindow.h
10012         * src/news.c
10013         * src/news_gtk.c
10014         * src/news_gtk.h
10015         * src/prefs_folder_item.c
10016                 Fix the impossibility to synchronise folders for
10017                 offline use (IMAP and NNTP are concerned)
10018
10019 2005-09-08 [colin]      1.9.14cvs8
10020
10021         * configure.ac
10022                 Build LDAP and JPilot by default if available
10023         * src/textview.c
10024                 Fix use after free
10025
10026 2005-09-08 [paul]       1.9.14cvs7
10027
10028         * doc/manual/en/sylpheed-1.html
10029         * doc/manual/en/sylpheed-18.html
10030         * doc/manual/en/sylpheed-19.html
10031         * doc/manual/en/sylpheed-4.html
10032         * doc/manual/en/sylpheed-6.html
10033         * doc/manual/en/sylpheed.html
10034                 a few minor updates, plus include some
10035                 details about plugins and their requirements
10036         * src/mainwindow.c
10037                 minor changes to English in /View/Sort
10038
10039 2005-09-07 [colin]      1.9.14cvs6
10040
10041         * doc/manual/en/sylpheed-1.html
10042         * doc/manual/en/sylpheed-10.html
10043         * doc/manual/en/sylpheed-11.html
10044         * doc/manual/en/sylpheed-12.html
10045         * doc/manual/en/sylpheed-13.html
10046         * doc/manual/en/sylpheed-14.html
10047         * doc/manual/en/sylpheed-15.html
10048         * doc/manual/en/sylpheed-16.html
10049         * doc/manual/en/sylpheed-17.html
10050         * doc/manual/en/sylpheed-18.html
10051         * doc/manual/en/sylpheed-19.html
10052         * doc/manual/en/sylpheed-2.html
10053         * doc/manual/en/sylpheed-20.html
10054         * doc/manual/en/sylpheed-21.html
10055         * doc/manual/en/sylpheed-22.html
10056         * doc/manual/en/sylpheed-3.html
10057         * doc/manual/en/sylpheed-4.html
10058         * doc/manual/en/sylpheed-5.html
10059         * doc/manual/en/sylpheed-6.html
10060         * doc/manual/en/sylpheed-7.html
10061         * doc/manual/en/sylpheed-8.html
10062         * doc/manual/en/sylpheed-9.html
10063         * doc/manual/en/sylpheed.html
10064                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10065
10066 2005-09-07 [colin]      1.9.14cvs5
10067
10068         * src/mainwindow.c
10069                 Make labels more to-the-point
10070
10071 2005-09-07 [colin]      1.9.14cvs4
10072
10073         * doc/manual/en/sylpheed-1.html
10074         * doc/manual/en/sylpheed-12.html
10075         * doc/manual/en/sylpheed-13.html
10076         * doc/manual/en/sylpheed-14.html
10077         * doc/manual/en/sylpheed-15.html
10078         * doc/manual/en/sylpheed-16.html
10079         * doc/manual/en/sylpheed-17.html
10080         * doc/manual/en/sylpheed-18.html
10081         * doc/manual/en/sylpheed-19.html
10082         * doc/manual/en/sylpheed-2.html
10083         * doc/manual/en/sylpheed-20.html
10084         * doc/manual/en/sylpheed-21.html
10085         * doc/manual/en/sylpheed-22.html
10086         * doc/manual/en/sylpheed-4.html
10087         * doc/manual/en/sylpheed-5.html
10088         * doc/manual/en/sylpheed-6.html
10089         * doc/manual/en/sylpheed-7.html
10090         * doc/manual/en/sylpheed-8.html
10091         * doc/manual/en/sylpheed-9.html
10092         * doc/manual/en/sylpheed.html
10093                 Update manual
10094
10095 2005-09-07 [colin]      1.9.14cvs3
10096
10097         * doc/faq/en/sylpheed-faq-1.html
10098         * doc/faq/en/sylpheed-faq-2.html
10099         * doc/faq/en/sylpheed-faq-3.html
10100         * doc/faq/en/sylpheed-faq.html
10101                 Update FAQ
10102
10103 2005-09-07 [colin]      1.9.14cvs2
10104
10105         * src/folderview.c
10106         * src/procmsg.c
10107         * src/summaryview.c
10108         * src/toolbar.c
10109                 Fix special subfolders:
10110                 - Inherit parent's icon
10111                 - sent contents of queues subfolders
10112                 - empty subfolders of trashes
10113         * src/mainwindow.c
10114                 Remove outdated manual and faq entries
10115         * src/common/utils.c
10116                 Add quotes around %s coming from mailcap
10117
10118 2005-09-07 [colin]      1.9.14cvs1
10119
10120         * src/compose.c
10121                 After saving draft, set modified to FALSE
10122         * src/mimeview.c
10123         * src/common/utils.c
10124         * src/common/utils.h
10125                 Try to open mime parts using what is 
10126                 indicated in ~/.mailcap or /etc/mailcap,
10127                 if possible.
10128
10129 2005-09-05 [paul]       1.9.14
10130
10131         1.9.14 released
10132
10133         * po/sk.po
10134                 updated by Andrej Kacian
10135
10136 2005-09-05 [paul]       1.9.13cvs83
10137
10138         * po/de.po
10139         * po/es.po
10140         * po/fi.po
10141         * po/fr.po
10142         * po/nb.po
10143         * po/pt_BR.po
10144         * po/sr.po
10145                 updated translations by Thomas Gilgin, Ricardo Mones
10146                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10147                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10148
10149 2005-09-04 [paul]       1.9.13cvs82
10150
10151         * src/compose.c
10152                 only warn about exceeded line length limit
10153                 on send
10154
10155 2005-09-04 [paul]       1.9.13cvs81
10156
10157         * src/compose.c
10158                 fix crash in 'line length exceeded' dialogue
10159
10160 2005-09-02 [paul]       1.9.13cvs80
10161
10162         * src/imap.c
10163                 fix bug 795, 'Connection lost IMAP'
10164                 and add statusbar prints
10165                 Patch by Colin
10166
10167 2005-09-02 [paul]       1.9.13cvs79
10168
10169         * src/compose.c
10170                 compose_wrap_paragraph() becomes
10171                 compose_beautify_paragraph()
10172                 Patch by Colin
10173
10174 2005-09-02 [colin]      1.9.13cvs78
10175
10176         * src/folderview.c
10177                 Micro-fix
10178
10179 2005-09-01 [colin]      1.9.13cvs77
10180
10181         * src/imap.c
10182                 Maybe fix bug #795 (Connection lost IMAP)
10183                 Don't try to send logout when we're disconnected.
10184         * src/summaryview.c
10185                 Include locked and marked emails in HRM
10186                 view. Fixes bug #800 (Locked messages no longer 
10187                 show up when hide read messages is used)
10188
10189 2005-09-01 [paul]       1.9.13cvs76
10190
10191         * src/prefs_common.c
10192                 fix bad cutting
10193
10194 2005-08-31 [colin]      1.9.13cvs75
10195
10196         * src/folderview.c
10197         * src/folderview.h
10198         * src/prefs_summaries.c
10199         * src/summaryview.c
10200                 Fix "go to next new", fix preference
10201                 (Open unread/next swapped)
10202
10203 2005-08-31 [paul]       1.9.13cvs74
10204
10205         * src/compose.c
10206         * src/folderview.c
10207         * src/headerview.c
10208         * src/headerview.h
10209         * src/mainwindow.c
10210         * src/prefs_common.c
10211         * src/prefs_common.h
10212         * src/prefs_fonts.c
10213         * src/summaryview.c
10214         * src/textview.c
10215         * src/common/defs.h
10216                 remove obsolete BOLD_FONT setting
10217                 fix font update in headerview and textview
10218                 headers after prefs change
10219                 Patch By Colin
10220
10221 2005-08-31 [paul]
10222
10223         1.9.14-rc4 released
10224
10225 2005-08-30 [colin]      1.9.13cvs73
10226
10227         * src/summaryview.c
10228                 When Hide read messages is selected and we
10229                 refresh the summaryview, don't remove the 
10230                 currently displayed message. Fixes bug #797
10231                 (Summary view reloads when new mail is 
10232                 downloaded in 1.9.14 rc)
10233
10234 2005-08-30 [colin]      1.9.13cvs72
10235
10236         * src/folderview.c
10237                 Fix flickering
10238         * src/mainwindow.c
10239                 Remove useless callback
10240         * src/mimeview.c
10241         * src/gtk/filesel.c
10242         * src/gtk/filesel.h
10243                 Add a filesel_select_file_save_folder() - used by Save All
10244
10245 2005-08-29 [paul]       1.9.13cvs71
10246
10247         * AUTHORS
10248         * src/matcher_parser_parse.y
10249         * src/etpan/imap-thread.c
10250                 fix building on FreeBSD
10251                 Patch by Daniel Gustafson <daniel@hobbit.se>
10252
10253 2005-08-29 [paul]       1.9.13cvs70
10254
10255         * src/plugins/pgpinline/pgpinline.c
10256                 only initialise sig result if it's been handled
10257                 Patch by Colin
10258
10259 2005-08-29 [paul]       1.9.13cvs69
10260         
10261         Patches by Colin:
10262
10263         * src/imap.c
10264         * src/common.utils.c
10265         * src/common/utils.h
10266                 optimisation
10267         * src/stock_pixmap.h
10268                 fix wrong icon reference
10269         * src/pixmaps/trash_btn.xpm
10270                 replace with nicer image
10271
10272 2005-08-28 [colin]      1.9.13cvs68
10273
10274         * src/Makefile.am
10275         * src/stock_pixmap.c
10276         * src/stock_pixmap.h
10277         * src/toolbar.c
10278         * src/pixmaps/trash_btn.xpm
10279                 Add a specific trash xpm for the button
10280
10281 2005-08-28 [colin]      1.9.13cvs67
10282
10283         * src/imap.c
10284                 Fix leak
10285
10286 2005-08-27 [colin]      1.9.13cvs66
10287
10288         * src/imap.c
10289         * src/procmime.c
10290                 Correctly fix "Problem with replies", fixes
10291                 pgpmime encryption too. 
10292
10293 2005-08-27 [colin]      1.9.13cvs65
10294
10295         * src/folder.c
10296         * src/procmsg.c
10297         * src/procmsg.h
10298         * src/summaryview.c
10299                 Fix bug #517 (messages removed from summaryview 
10300                 when moving fails)
10301
10302 2005-08-27 [colin]      1.9.13cvs64
10303
10304         * tools/Makefile.am
10305         * tools/asus_mailled.sh
10306                 Add a script to blink ASUS laptops' mail LED where there
10307                 is unread mail.
10308
10309 2005-08-27 [colin]      1.9.13cvs63
10310
10311         * src/imap.c
10312         * src/etpan/imap-thread.c
10313         * src/etpan/imap-thread.h
10314                 Implement automatic choosing of login method
10315                 Fixes bug #791
10316         * src/gtk/.cvsignore
10317                 Add sylpheed-marshal.[ch]
10318
10319 2005-08-27 [colin]      1.9.13cvs62
10320
10321         * src/common/utils.c
10322                 Fix confusing perror
10323
10324 2005-08-27 [colin]      1.9.13cvs61
10325
10326         * src/toolbar.c
10327         * src/toolbar.h
10328                 Remove A_DELETE, replace it with 
10329                 A_TRASH and A_DELETE_REAL. Automatically
10330                 rewrite config files to replace A_DELETE
10331                 with A_TRASH (no functionality change).
10332                 Fixes half of #794
10333
10334 2005-08-26 [colin]      1.9.13cvs60
10335
10336         * src/procmime.c
10337                 Previous "Problem with replies" fix brought other
10338                 problems, fixing them
10339
10340 2005-08-26 [colin]      1.9.13cvs59
10341
10342         * src/procmime.c
10343                 Fix "Problem with replies". This happened only
10344                 on IMAP...
10345         * src/procmsg.c
10346                 Factorize code a bit
10347         * src/compose.c
10348                 Speed improvement on very long messages (wrapping)
10349                 Fix signature color on Reedit and Redirect
10350                 On Reedit, don't attach pgp-signatures parts, but
10351                 set signing to On.
10352
10353 2005-08-24 [paul]       1.9.13cvs58
10354
10355         * src/compose.c
10356                 don't claim success when clicking
10357                 Cancel on the passphrase box.
10358                 Patch by Colin
10359
10360 2005-08-24 [paul]       1.9.13cvs57
10361
10362         * src/main.c
10363                 fix misplaced sylpheed.log
10364         * src/common/defs.h
10365                 define UIDL_DIR
10366
10367 2005-08-24 [paul]       1.9.13cvs56
10368
10369         * src/imap.c
10370         * src/etpan/imap-thread.c
10371         * src/etpan/imap-thread.h
10372                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10373                 Patch by Colin
10374         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10375         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10376                 remove autogenerated files
10377         * tools/kdeservicemenu/README
10378         * tools/kdeservicemenu/install.sh
10379         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10380         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10381                 use Claws icon, use 'Sylpheed-Claws' in menu,
10382                 use kdialog, and other cleanups
10383
10384 2005-08-23 [paul]       1.9.13cvs55
10385
10386         * src/compose.c
10387                 fix paste/wrap crash
10388                 Patch by Colin
10389
10390 2005-08-23 [paul]       1.9.13cvs54
10391
10392         * src/main.c
10393                 fix crash recovery
10394                 Patch by Colin
10395
10396 2005-08-23 [paul]       1.9.13cvs53
10397
10398         * src/addressbook.c
10399         * src/editaddress.c
10400                 view all data of LDAP contacts
10401                 Patch by Colin
10402
10403 2005-08-23 [paul]       1.9.13cvs52
10404
10405         * src/addressbook.c
10406                 fix issues with the Search field
10407                 Patch by Colin
10408
10409 2005-08-22 [paul]       1.9.13cvs51
10410
10411         * src/folderview.c
10412                 put name of folder in processing dialog
10413                 title
10414         * src/prefs_folder_item.c
10415                 improve english usage
10416
10417 2005-08-22 [paul]       1.9.13cvs50
10418
10419         * src/filtering.c
10420         * src/filtering.h
10421         * src/matcher.c
10422         * src/matcher_parser_lex.l
10423         * src/matcher_parser_parse.y
10424         * src/prefs_filtering.c
10425                 add Filtering/Processing rule names feature.
10426                 (the incompatible old matcherrc is saved as
10427                 matcherrc.pre_names).
10428                 Patch by Colin
10429
10430 2005-08-22 [paul]       1.9.13cvs49
10431
10432         * src/procmsg.c
10433                 fix colour labelling
10434                 Patch by Colin
10435
10436 2005-08-22 [paul]       1.9.13cvs48
10437
10438         * src/textview.c
10439                 fix open_image_cb()
10440
10441 2005-08-22 [paul]       1.9.13cvs47
10442
10443         * src/imap.c
10444                 fix bug 789, 'SC crashes with imap (CVS ver)'
10445                 Patch by Colin
10446
10447 2005-08-22 [paul]       1.9.13cvs46
10448
10449         * src/mimeview.c
10450         * src/prefs_common.c
10451         * src/common/defs.h
10452                 define reused defaults in defs.h
10453         * src/textview.c
10454                 add 'Open image' to image popup menu
10455
10456 2005-08-21 [colin]      1.9.13cvs45
10457
10458         * src/summaryview.c
10459                 Fix bug #788 (Bogus "From" address displayed)
10460
10461 2005-08-20 [colin]      1.9.13cvs44
10462
10463         * src/folder.c
10464                 Fix buf #787 (multilevel delete causes SIGSEGV)
10465
10466 2005-08-19 [colin]      1.9.13cvs43
10467
10468         * src/inc.c
10469         * src/prefs_common.c
10470         * src/prefs_common.h
10471                 Add an hidden pref to allow modifying the
10472                 update stepping in incorporation.
10473                 Patch by wwp.
10474
10475 2005-08-19 [colin]      1.9.13cvs42
10476
10477         * src/compose.c
10478         * src/procmime.c
10479                 Workaround for broken MUAs: encode 
10480                 Content-type: name: as ASCII and 
10481                 Content-Disposition: filename: as
10482                 per rfc2231
10483         * src/prefs_account.c
10484                 Fix invisible-ness of SMTP SSL prefs
10485                 in NNTP accounts
10486
10487 2005-08-19 [paul]       1.9.13cvs41
10488
10489         * src/compose.c
10490         * src/prefs_common.c
10491         * src/prefs_common.h
10492         * src/prefs_wrapping.c
10493                 paste with or without wrapping.
10494                 patch by Colin
10495
10496 2005-08-19 [paul]       1.9.13cvs40
10497
10498         * src/prefs_common.c
10499         * src/prefs_common.h
10500         * src/summaryview.c
10501                 reintroduce enable_swap_from as a
10502                 hidden pref. patch by Colin
10503         * src/quote_fmt_parse.y
10504         * src/plugins/clamav/clamav_plugin.c
10505         * src/plugins/dillo_viewer/dillo_viewer.c
10506         * src/plugins/mathml_viewer/mathml_viewer.c
10507         * src/plugins/pgpcore/sgpgme.c
10508         * src/plugins/pgpinline/pgpinline.c
10509         * src/plugins/pgpmime/pgpmime.c
10510                 tidy up. patch by Colin
10511
10512 2005-08-19 [paul]       1.9.13cvs39
10513
10514         * configure.ac
10515                 complete cvs38's sync
10516         * src/editaddress.c
10517         * src/gedit-print.c
10518         * src/mutt.c
10519         * src/etpan/etpan-log.c
10520         * src/etpan/imap-thread.c
10521         * src/gtk/gtksourceprintjob.c
10522                 fix compilation warnings
10523                 (patch by Colin)
10524
10525 2005-08-19 [paul]       1.9.13cvs38
10526
10527         sync with main:
10528
10529         * src/account.c
10530         * src/action.c
10531         * src/addrbook.c
10532         * src/addrcache.c
10533         * src/addrharvest.c
10534         * src/addrindex.c
10535         * src/codeconv.c
10536         * src/compose.c
10537         * src/crash.c
10538         * src/exporthtml.c
10539         * src/exportldif.c
10540         * src/folder.c
10541         * src/image_viewer.c
10542         * src/inc.c
10543         * src/inc.h
10544         * src/jpilot.c
10545         * src/ldif.c
10546         * src/main.c
10547         * src/matcher.c
10548         * src/mbox.c
10549         * src/messageview.c
10550         * src/mh.c
10551         * src/mimeview.c
10552         * src/msgcache.c
10553         * src/mutt.c
10554         * src/news.c
10555         * src/partial_download.c
10556         * src/pine.c
10557         * src/pop.c
10558         * src/prefs_actions.c
10559         * src/prefs_common.c
10560         * src/prefs_customheader.c
10561         * src/prefs_display_header.c
10562         * src/prefs_gtk.c
10563         * src/prefs_themes.c
10564         * src/procheader.c
10565         * src/procmime.c
10566         * src/procmsg.c
10567         * src/recv.c
10568         * src/send_message.c
10569         * src/simple-gettext.c
10570         * src/sourcewindow.c
10571         * src/textview.c
10572         * src/vcard.c
10573         * src/common/defs.h
10574         * src/common/log.c
10575         * src/common/plugin.c
10576         * src/common/prefs.c
10577         * src/common/session.c
10578         * src/common/session.h
10579         * src/common/socket.c
10580         * src/common/socket.h
10581         * src/common/ssl_certificate.c
10582         * src/common/template.c
10583         * src/common/utils.c
10584         * src/common/utils.h
10585         * src/common/xml.c
10586         * src/gtk/about.c
10587         added wrappers for C library function that
10588                 take pathname arguments.
10589                 enabled compilation with MinGW.
10590                 use GDir instead of directly using opendir().
10591                 added rename_force().
10592
10593 2005-08-19 [paul]       1.9.13cvs37
10594         
10595         patches by Colin:
10596         * src/compose.c
10597                 fix privacy settings on re-editing
10598                 a sent message
10599         * src/jpilot.c
10600                 fix encoding bug
10601         * src/folder.c
10602         * src/procmsg.c
10603         * src/procmsg.h
10604         * src/summaryview.c
10605                 flag changing optimisation
10606
10607 2005-08-18 [martin]     1.9.13cvs36
10608
10609         * commitHelper
10610             added my login
10611         * src/addrcache.c
10612         * src/addrharvest.c
10613         * src/addrindex.c
10614         * src/compose.c
10615         * src/grouplistdialog.c
10616         * src/main.c
10617         * src/mainwindow.c
10618         * src/msgcache.c
10619         * src/mutt.c
10620         * src/pine.c
10621         * src/prefs_account.c
10622         * src/prefs_themes.c
10623         * src/stock_pixmap.c
10624         * src/summaryview.c
10625         * src/gtk/about.c
10626         * src/gtk/logwindow.c
10627             removed deprecated glib and gdk stuff
10628         * src/plugins/pgpcore/select-keys.c
10629             convert attributes from locale to utf8
10630
10631 2005-08-17 [paul]       1.9.13cvs35
10632
10633         * src/account.c
10634         * src/addressbook.c
10635                 use new GTK_STOCK_ icons if available
10636         * src/summaryview.c
10637         * src/gtk/gtksctree.c
10638         * src/gtk/gtksctree.h
10639                 faster range select. patch by Colin
10640
10641 2005-08-17 [paul]       1.9.13cvs34
10642
10643         patches by colin:
10644         * src/addressbook.c
10645         * src/addressitem.h
10646                 Add an edit button for contacts, fix selections
10647                 of gtksctree items
10648         * src/editaddress.c
10649                 Change labels, let Save be always possible in the
10650                 email and user atributes tabs
10651         * src/folderview.c
10652                 fix sort issues
10653         * src/summaryview.c
10654                 select next item instead of the displayed one
10655                 after deletion
10656
10657         * src/gtk/progressdialog.c
10658                 use prefs_common.enable_rules_hint
10659
10660 2005-08-13 [hoa]        1.9.13cvs33
10661
10662         * src/etpan/imap-thread.c
10663                 fixed build on Solaris.
10664
10665 2005-08-10 [colin]      1.9.13cvs32
10666
10667         * src/procmsg.c
10668                 Fix cvs31 (missing fclose before reading
10669                 the file)
10670
10671 2005-08-10 [colin]      1.9.13cvs31
10672
10673         * src/procmsg.c
10674                 Fix procmsg_msginfo_new_from_mimeinfo() when
10675                 the MimeInfo isn't stored in memory. This fixes
10676                 replying to an attached message.
10677
10678 2005-08-10 [colin]      1.9.13cvs30
10679
10680         * src/mainwindow.c
10681                 Fix slowness in account changing
10682
10683 2005-08-10 [colin]      1.9.13cvs29
10684
10685         * src/folder.c
10686         * src/folderutils.c
10687         * src/folderview.c
10688         * src/imap_gtk.c
10689         * src/mainwindow.c
10690         * src/mh_gtk.c
10691         * src/procmsg.c
10692         * src/summaryview.c
10693                 Optimize folder_has_parent_of_type
10694                 Prevent moving special sub-folders from contextual menus
10695                 Rework message a bit ("Empty all messages" -> "Delete all
10696                 messages")
10697                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10698                 and "Deleted Items" folders)
10699
10700 2005-08-08 [colin]      1.9.13cvs28
10701
10702         * src/summaryview.c
10703         * src/prefs_summaries.c
10704                 Make "Select first unread|new" more flexible
10705                 (just prioritize new or unread)
10706
10707 2005-08-08 [colin]      1.9.13cvs27
10708
10709         * src/summaryview.c
10710                 If "select first new" is selected and there only
10711                 are unread messages, fallback to "select first
10712                 unread".
10713
10714 2005-08-08 [colin]      1.9.13cvs26
10715
10716         * src/folder.c
10717                 Fix shameful bugs (and bug #779)
10718
10719 2005-08-08 [colin]      1.9.13cvs25
10720
10721         * src/folder.c
10722         * src/folder.h
10723                 Cache parents' type to make folder_has_parent_of_type
10724                 faster
10725         * src/folderview.c
10726                 Forbid DnD of special sub-folders
10727         * src/procmsg.c
10728         * src/procmsg.h
10729                 Add MAIL_POSTFILTERING_HOOK
10730         * src/summaryview.c
10731                 Revert over-zealous deletion of the use_addr_book 
10732                 code
10733
10734 2005-08-07 [colin]      1.9.13cvs24
10735
10736         * src/folder.c
10737                 Fix big mistake (passing MsgInfo instead 
10738                 of FolderItem)
10739
10740 2005-08-07 [colin]      1.9.13cvs23
10741
10742         * src/compose.c
10743         * src/folder.c
10744         * src/folder.h
10745         * src/foldersel.c
10746         * src/folderutils.c
10747         * src/folderview.c
10748         * src/imap.c
10749         * src/mainwindow.c
10750         * src/messageview.c
10751         * src/mh.c
10752         * src/msgcache.c
10753         * src/procmime.c
10754         * src/summaryview.c
10755                 Make subfolders of Drafts, Queue, Outbox, Trash
10756                 work like their parents. 
10757                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10758
10759 2005-08-07 [colin]      1.9.13cvs22
10760
10761         * src/addressbook.c
10762                 Fix bug #771 (Dragged contacts not saved)
10763
10764 2005-08-07 [paul]       1.9.13cvs21
10765
10766         * src/summaryview.c
10767                 fix bug 32 'Search Doesn't display results
10768                 if "Hide Read Messages" is chosen'
10769                 be more literal in interpreting 'Hide read
10770                 messages'
10771
10772 2005-08-07 [colin]      1.9.13cvs20
10773
10774         * src/folderview.c
10775                 Add debug
10776         * src/summaryview.c
10777                 Faster 'unthread_for_execution'
10778
10779 2005-08-06 [paul]       1.9.13cvs19
10780
10781         * src/mainwindow.c
10782                 add mnemonics to Set displayed columns
10783                 fix bug where msgview_visible option was
10784                 overwritten as TRUE on startup
10785
10786 2005-08-06 [paul]       1.9.13cvs18
10787
10788         * src/mainwindow.c
10789                 refer to 'displayed columns in folder/message
10790                 list' not 'displayed items in summary/message view'
10791         * src/prefs_display_header.c
10792                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10793                 be consistent with similar dialogues
10794         * src/prefs_folder_column.c
10795         * src/prefs_summary_column.c
10796                 'columns' not 'items', and folder and message lists,
10797                 instead of folder and summary views;
10798                 Use 'Hidden columns' as list heading not 'Available
10799                 items';
10800                 move the 'Remove' button to the right hand side;
10801                 top-align the buttons;
10802                 remove unneeded vbox
10803         * src/prefs_summaries.c
10804                 put the 2 column prefs buttons in a frame to reduce
10805                 overall width; refer to columns not items &c.
10806
10807 2005-08-05 [colin]      1.9.13cvs17
10808
10809         * src/prefs_common.c
10810         * src/prefs_common.h
10811         * src/mainwindow.c
10812         * src/compose.c
10813         * src/messageview.c
10814                 Add an hidden toolbar_detachable pref, so
10815                 that I can get rid of these painful handles
10816                 in the toolbars. Defaults to TRUE to avoid
10817                 changing the GUI on unsuspecting people...
10818
10819 2005-08-05 [colin]      1.9.13cvs16
10820
10821         * src/Makefile.am
10822         * src/prefs_folder_column.c
10823         * src/prefs_folder_column.h
10824                 Add prefs for folder columns
10825         * src/folderview.c
10826         * src/folderview.h
10827         * src/mainwindow.c
10828         * src/mainwindow.h
10829         * src/prefs_common.c
10830         * src/prefs_common.h
10831         * src/prefs_summaries.c
10832                 Use them
10833         * src/prefs_summary_column.c
10834         * src/summaryview.c
10835         * src/summaryview.h
10836                 Add a To column
10837         * src/textview.c
10838         * src/common/utils.c
10839         * src/common/utils.h
10840                 Move uri colourisation functions
10841                 to utils
10842         * src/compose.c
10843                 Colourise URIs
10844         * src/imap.c
10845                 Fix bug with LIST where we'd try
10846                 to get Folder//////[...]/// 
10847
10848 2005-08-05 [paul]       1.9.13cvs15
10849
10850         * src/prefs_summaries.c
10851                 improve the English usage
10852         * src/summaryview.c
10853                 set font on column change
10854                 thanks to Colin
10855
10856 2005-08-05 [paul]       1.9.13cvs14
10857
10858         * src/prefs_common.c
10859         * src/prefs_common.h
10860         * src/prefs_summaries.c
10861         * src/summaryview.c
10862                 replace 'open_unread_on_enter' option with
10863                 'select_on_entry' option. opening/not opening
10864                 is now exclusively controlled by 'always_show_msg'
10865
10866 2005-08-04 [colin]      1.9.13cvs13
10867
10868         * src/compose.c
10869                 Remove dead code
10870                 Add colourisation of quotes and signatures
10871         * src/folderview.c
10872                 Fix possible crashes
10873         * src/messageview.c
10874                 Change an assert that is no problem
10875         * src/news.c
10876         * src/news_gtk.c
10877         * src/news_gtk.h
10878                 Fix offline mode
10879         * src/gtk/quicksearch.c
10880                 Fix a possible crash
10881
10882 2005-08-03 [colin]      1.9.13cvs12
10883
10884         * src/prefs_account.c
10885                 Fix bug #777 (Sylpheed crash in account configuration)
10886
10887 2005-08-03 [colin]      1.9.13cvs11
10888
10889         * src/addressbook.c
10890         * src/editaddress.c
10891         * src/editgroup.c
10892                 Fixing addressbook, round 2
10893         * src/textview.c
10894                 Fix emphasis color on rechecking 'Colorize messages'
10895
10896 2005-08-03 [paul]       1.9.13cvs10
10897
10898         sync with main
10899
10900         * src/addr_compl.c
10901         * src/compose.c
10902         * src/main.c
10903         * src/pop.c
10904         * src/prefs_account.c
10905         * src/procmime.c
10906         * src/procmsg.c
10907         * src/quote_fmt_parse.y
10908         * src/textview.c
10909         * src/common/quoted-printable.c
10910         * src/common/utils.c
10911         * src/common/utils.h
10912         * src/common/xml.c
10913                 replaced incorrect locale-independent
10914                 ctype functions with GLib's. Corrected
10915                 signedness mismatch.
10916         * src/headerview.c
10917                 headerview_create(): added spacing for vbox.
10918         * src/gtk/about.c
10919                 set focus to the OK button.
10920
10921 2005-08-03 [colin]      1.9.13cvs9
10922
10923         * src/folderview.c
10924                 Fix possible crash
10925
10926 2005-08-02 [colin]      1.9.13cvs8
10927
10928         * src/mainwindow.c
10929                 Fix cast
10930         * src/addressbook.c
10931         * src/addressitem.h
10932                 Fix a cast and more generally, try to make the
10933                 GUI more intuitive and consistent (round 1)
10934
10935 2005-08-02 [paul]       1.9.13cvs7
10936
10937         * src/folder.h
10938                 missing in 1.9.13cvs6
10939
10940 2005-08-02 [colin]      1.9.13cvs6
10941
10942         * src/folder.c
10943                 Fix one more leak
10944
10945 2005-08-02 [colin]      1.9.13cvs5
10946
10947         * src/folder.c
10948         * src/folderview.c
10949         * src/imap.c
10950         * src/main.c
10951         * src/mbox.c
10952         * src/procmsg.c
10953         * src/summaryview.c
10954                 Fix a number of folder_item_get_msg_list()-related
10955                 leaks (missing procmsg_msginfo_free()s)
10956
10957 2005-08-01 [colin]      1.9.13cvs4
10958
10959         * src/folderview.c
10960         * src/folderview.h
10961         * src/mainwindow.c
10962         * src/prefs_fonts.c
10963         * src/prefs_summaries.c
10964         * src/prefs_themes.c
10965         * src/summaryview.c
10966         * src/summaryview.h
10967         * src/textview.c
10968         * src/textview.h
10969                 Fix instant-apply of summary and folderview-related prefs
10970                 Fix erroneous g_free and alertpanels in prefs_theme
10971                 Add instant-apply for fonts
10972                 Defer applying of prefs a little bit so it's done only
10973                 once even if requested by multiples prefs pages
10974
10975 2005-08-01 [paul]       1.9.13cvs3
10976
10977         * src/main.c
10978                 fix bug 776 'S.C. crashes on close'
10979                 thanks to Colin
10980         * src/etpan/etpan-thread-manager-types.h
10981                 add missing include
10982                 thanks to Hoa
10983
10984 2005-07-25 [paul]       1.9.13cvs2
10985
10986         * src/summaryview.c
10987                 fix typos. spotted by Fabien Vantard
10988
10989 2005-07-24 [paul]       1.9.13cvs1
10990
10991         * doc/man/sylpheed.1
10992                 update man page, incorporating fix of
10993                 bug 769 'Typo in manpage'
10994         * src/etpan/imap-thread.c
10995                 fix NetBSD openssl dependencies. patch by
10996                 George Michaelson <ggm@apnic.net>
10997         * po/pt_BR.po
10998                 updated by Frederico Goncalves Guimaraes
10999
11000 2005-07-22 [paul]       1.9.13
11001
11002         1.9.13 release
11003
11004 2005-07-22 [paul]       1.9.12cvs91
11005
11006         * AUTHORS
11007         * INSTALL
11008         * README.claws
11009         * RELEASE_NOTES.claws
11010                 updated for release
11011         * configure.ac
11012         * po/nb.po
11013         * tools/claws.i18n.status.pl
11014                 add Norwegian translation. submiited by
11015                 Geir Helland <pjallabais@users.sourceforge.net>
11016         * po/ca.po
11017         * po/de.po
11018         * po/es.po
11019         * po/fi.po
11020         * po/fr.po
11021         * po/it.po
11022         * po/sk.po
11023         * po/sr.po
11024         * po/zh_CN.po
11025                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11026                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11027                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11028                 Yang Guilong
11029         * src/plugins/clamav/clamav_plugin_gtk.c
11030         * src/plugins/spamassassin/spamassassin_gtk.c
11031                 replace outdated description strings
11032
11033 2005-07-21 [colin]      1.9.12cvs90
11034
11035         * src/folder.c
11036                 Set folder to batch mode when scanning it. Makes deletion
11037                 of unread mails on IMAP much faster (due to the UNREAD 
11038                 flag unsetting)
11039
11040 2005-07-21 [darko]      1.9.12cvs89
11041
11042         * configure.ac
11043                 link against libresolv if necessary (patch by Paul)
11044         * src/msgcache.c
11045                 use glib's portable macros to determine endianness
11046
11047 2005-07-21 [paul]       1.9.12cvs88
11048
11049         * src/crash.c
11050         * src/gtk/about.c
11051                 update compiled-in features list
11052
11053 2005-07-20 [colin]      1.9.12cvs87
11054
11055         * src/folder.c
11056         * src/textview.c
11057                 Gcc 2.9x compilation fixes, thanks to Darko
11058         * src/plugins/clamav/clamav_plugin.c
11059                 Little optimisation: load virus database only once
11060         * src/plugins/spamassassin/spamassassin.c
11061                 Big optimisation: filtering one mail took at least 1 second,
11062                 now it takes at least 50ms. Doesn't speed up spamassassin 
11063                 itself, but should already be much more tolerable.
11064
11065 2005-07-20 [colin]      1.9.12cvs86
11066
11067         * src/summaryview.c
11068                 Fix performance issue
11069
11070 2005-07-19 [colin]      1.9.12cvs85
11071
11072         * src/plugins/pgpinline/plugin.c
11073                 Fix warning
11074
11075 2005-07-19 [colin]      1.9.12cvs84
11076
11077         * configure.ac
11078         * src/plugins/Makefile.am
11079         * src/plugins/pgpinline/.cvsignore
11080         * src/plugins/pgpinline/Makefile.am
11081         * src/plugins/pgpinline/pgpinline.c
11082         * src/plugins/pgpinline/pgpinline.deps
11083         * src/plugins/pgpinline/pgpinline.h
11084         * src/plugins/pgpinline/plugin.c
11085                 Put pgpinline in the main tree
11086
11087 2005-07-19 [paul]       1.9.12cvs83
11088
11089         * src/prefs_actions.c
11090                 prevent '//' in menu names, which cause a crash
11091                 thanks to Colin
11092
11093 2005-07-19 [paul]       1.9.12cvs82
11094
11095         * configure.ac
11096                 be generally more informative in configure output.
11097                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11098                 '[ --disable-openssl ...', as --enable-openssl is default
11099                 PGP/MIME: don't check for GPGME again, check for
11100                 pgpcore instead. Therefore prevent the possibility of
11101                 attempting to build pgpmime if pgpcore dependencies are
11102                 not met
11103                 ClamAV: use pkgconfig to check for lib
11104                 libgnomeprint: revert logic on inner test to match
11105                 everything else
11106         * src/plugins/pgpcore/sgpgme.c
11107                 add missing include
11108
11109 2005-07-19 [colin]      1.9.12cvs81
11110
11111         * src/summaryview.c
11112                 Fix slow thread rebuilding in particular
11113                 cases
11114
11115 2005-07-19 [paul]       1.9.12cvs80
11116
11117         * sylpheed-claws.desktop
11118                 fix typo, spotted by Stephan Sachse
11119         * src/account.c
11120                 replace GTK_STOCK_ADD with
11121                 GTK_STOCK_NEW button
11122
11123 2005-07-18 [colin]      1.9.12cvs79
11124
11125         * src/etpan/imap-thread.c
11126                 Fix return value (Thanks Hoa)
11127
11128 2005-07-18 [colin]      1.9.12cvs78
11129
11130         * src/imap.c
11131                 Allow empty passwords
11132                 Create drafts/queue/outbox if necessary
11133         * src/summaryview.c
11134                 Remove old code
11135         * src/etpan/imap-thread.c
11136                 Fix STARTTLS (Thanks to Hoa)
11137
11138 2005-07-18 [paul]       1.9.12cvs77
11139
11140         * ChangeLog-gtk2.jp
11141         * ChangeLog.jp
11142                 removed
11143         * Makefile.am
11144                 updated to reflect additions and removals
11145         * TODO
11146                 updated to be claws-specific
11147         * TODO-gtk2
11148         * TODO-gtk2.jp
11149         * TODO.jp
11150         * sylpheed-128x128.png
11151         * sylpheed-64x64.png
11152                 removed
11153         * sylpheed-claws-128x128.png
11154         * sylpheed-claws-64x64.png
11155         * sylpheed-claws.desktop
11156         * sylpheed-claws.png
11157                 added
11158         * sylpheed.desktop
11159         * sylpheed.png
11160                 removed
11161
11162 2005-07-17 [paul]       1.9.12cvs76
11163
11164         * src/account.c
11165         * src/addressbook.c
11166         * src/alertpanel.c
11167         * src/alertpanel.h
11168         * src/compose.c
11169         * src/exphtmldlg.c
11170         * src/expldifdlg.c
11171         * src/folderview.c
11172         * src/imap_gtk.c
11173         * src/inc.c
11174         * src/message_search.c
11175         * src/messageview.c
11176         * src/mh_gtk.c
11177         * src/news_gtk.c
11178         * src/prefs_actions.c
11179         * src/prefs_filtering.c
11180         * src/prefs_matcher.c
11181         * src/prefs_template.c
11182         * src/prefs_themes.c
11183         * src/ssl_manager.c
11184         * src/summary_search.c
11185         * src/textview.c
11186         * src/toolbar.c
11187         * src/gtk/sslcertwindow.c
11188         * src/plugins/pgpcore/sgpgme.c
11189                 rework alertpanels
11190
11191 2005-07-17 [colin]      1.9.12cvs75
11192
11193         * src/privacy.c
11194                 add a PrivacySystem accessor that checks that
11195                 the system cached in a MimeInfo's privacydata
11196                 is still registered. Use this accessor instead
11197                 of directly using data->system. Fixes crashes
11198                 after unloading pgp plugins.
11199
11200 2005-07-17 [colin]      1.9.12cvs74
11201
11202         * src/alertpanel.c
11203                 Change geometry hints to a simple default size.
11204                 Fixes the certs dialogs.
11205
11206 2005-07-17 [colin]      1.9.12cvs73
11207
11208         * src/gtk/sslcertwindow.c
11209                 Use a gtkExpander
11210
11211 2005-07-17 [colin]      1.9.12cvs72
11212
11213         * src/plugins/pgpcore/Makefile.am
11214         * src/plugins/pgpmime/Makefile.am
11215                 Add gpgme libs
11216
11217 2005-07-17 [paul]       1.9.12cvs71
11218
11219         * configure.ac
11220                 add --disable-gnomeprint option
11221                 modified version of patch by Marius Mauch
11222
11223 2005-07-17 [paul]       1.9.12cvs70
11224
11225         * src/common/defs.h
11226                 update urls
11227         * src/account.c
11228         * src/action.c
11229         * src/addressbook.c
11230         * src/compose.c
11231         * src/foldersel.c
11232         * src/folderview.c
11233         * src/html.c
11234         * src/imap_gtk.c
11235         * src/main.c
11236         * src/mainwindow.c
11237         * src/messageview.c
11238         * src/mh_gtk.c
11239         * src/mimeview.c
11240         * src/news_gtk.c
11241         * src/prefs_account.c
11242         * src/prefs_send.c
11243         * src/prefs_summaries.c
11244         * src/procmsg.c
11245         * src/summaryview.c
11246         * src/common/utils.c
11247         * src/common/xml.c
11248         * src/plugins/pgpcore/passphrase.c
11249         * src/plugins/pgpcore/select-keys.c
11250                 replace inappropriately used backticks
11251                 with single quotes
11252
11253 2005-07-16 [colin]      1.9.12cvs69
11254
11255         * src/image_viewer.c
11256                 Add extra paranoid checks
11257
11258 2005-07-16 [colin]      1.9.12cvs68
11259
11260         * src/plugins/pgpcore/prefs_gpg.c
11261                 Don't auto-check sigs by default, as it
11262                 can be really slow.
11263
11264 2005-07-16 [colin]      1.9.12cvs67
11265
11266         * src/plugins/pgpcore/sgpgme.c
11267                 Make messages a bit better.
11268
11269 2005-07-16 [colin]      1.9.12cvs66
11270
11271         * src/imap.c
11272                 Remove pseudo-log
11273         * src/etpan/imap-thread.c
11274                 Add real log
11275
11276 2005-07-16 [colin]      1.9.12cvs65
11277
11278         * src/main.c
11279         * src/prefs_other.c
11280                 And now, fix build with libetpan :-/
11281
11282 2005-07-15 [colin]      1.9.12cvs64
11283
11284         * src/prefs_other.c
11285                 Continue fixing build without libetpan.
11286
11287 2005-07-15 [colin]      1.9.12cvs63
11288
11289         * src/main.c
11290                 Fix build with --disable-libetpan
11291
11292 2005-07-15 [colin]      1.9.12cvs62
11293
11294         * configure.ac
11295                 Bump libetpan's version
11296
11297 2005-07-15 [colin]      1.9.12cvs61
11298
11299         * src/etpan/imap-thread.c
11300                 Actually stop logging :)
11301
11302 2005-07-15 [colin]      1.9.12cvs60
11303
11304         * src/addressbook.c
11305                 Fix dnd of multiple addresses.
11306
11307 2005-07-15 [hoa]        1.9.12cvs59
11308
11309         * src/etpan/imap-thread.c
11310             disable login of IMAP password in libetpan log file.
11311
11312 2005-07-15 [paul]       1.9.12cvs58
11313
11314         * src/account.c
11315                 don't automatically sort
11316                 do allow drag n drop
11317
11318 2005-07-15 [paul]       1.9.12cvs57
11319
11320         * src/account.c
11321         * src/ssl_manager.c
11322                 alphabetical listing
11323
11324 2005-07-15 [paul]       1.9.12cvs56
11325
11326         * src/gtk/pluginwindow.c
11327                 sort plugin list alphabetically
11328
11329 2005-07-15 [paul]       1.9.12cvs55
11330
11331         * src/prefs_spelling.c
11332         * src/prefs_wrapping.c
11333                 unify English usage
11334
11335 2005-07-15 [colin]      1.9.12cvs54
11336
11337         * src/wizard.c
11338                 Typo fix
11339
11340 2005-07-15 [paul]       1.9.12cvs53
11341
11342         * src/prefs_message.c
11343                 make 'show cursor' a hidden option
11344
11345 2005-07-14 [colin]      1.9.12cvs52
11346
11347         * src/plugins/spamassassin/Makefile.am
11348         * src/plugins/clamav/Makefile.am
11349                 Fix double EXTRA_DISTs
11350
11351 2005-07-14 [colin]      1.9.12cvs51
11352
11353         * src/plugins/clamav/Makefile.am
11354         * src/plugins/clamav/clamav_plugin_gtk.deps
11355         * src/plugins/spamassassin/Makefile.am
11356         * src/plugins/spamassassin/spamassassin_gtk.deps
11357                 Make $plugin_gtk depend on $plugin
11358
11359 2005-07-14 [hoa]        1.9.12cvs50
11360
11361         * src/etpan/imap-thread.c
11362                 enable debug log of libetpan when running with --debug
11363
11364 2005-07-14 [colin]      1.9.12cvs49
11365
11366         * configure.ac
11367         * src/common/Makefile.am
11368         * src/common/plugin.c
11369         * src/common/plugin.h
11370                 Add a little plugin dependancy system.
11371                 Plugins can ship a $plugin_name.deps file
11372                 (near them in PLUGINDIR) so that their
11373                 dependancies are loaded if possible.
11374         * src/plugins/Makefile.am
11375         * src/plugins/pgpcore/Makefile.am
11376         * src/plugins/pgpcore/passphrase.c
11377         * src/plugins/pgpcore/passphrase.h
11378         * src/plugins/pgpcore/plugin.c
11379         * src/plugins/pgpcore/prefs_gpg.c
11380         * src/plugins/pgpcore/prefs_gpg.h
11381         * src/plugins/pgpcore/select-keys.c
11382         * src/plugins/pgpcore/select-keys.h
11383         * src/plugins/pgpcore/sgpgme.c
11384         * src/plugins/pgpcore/sgpgme.h
11385                 Introduce pgpcore, used by pgpmime and
11386                 pgpinline
11387         * src/plugins/pgpmime/Makefile.am
11388         * src/plugins/pgpmime/passphrase.c
11389         * src/plugins/pgpmime/passphrase.h
11390         * src/plugins/pgpmime/pgpmime.c
11391         * src/plugins/pgpmime/pgpmime.deps
11392         * src/plugins/pgpmime/plugin.c
11393         * src/plugins/pgpmime/prefs_gpg.c
11394         * src/plugins/pgpmime/prefs_gpg.h
11395         * src/plugins/pgpmime/select-keys.c
11396         * src/plugins/pgpmime/select-keys.h
11397         * src/plugins/pgpmime/sgpgme.c
11398         * src/plugins/pgpmime/sgpgme.h
11399                 Remove the core from pgpmime and add the
11400                 dependancy to pgpcore.
11401
11402 2005-07-14 [paul]       1.9.12cvs48
11403
11404         * src/stock_pixmap.c
11405                 forgot this in last commit
11406
11407 2005-07-14 [paul]       1.9.12cvs47
11408
11409         * src/account.c
11410         * src/addressbook.c
11411                 add accelerators for the buttons (sync with main)
11412         * src/compose.c
11413         * src/compose.h
11414                 add accelerators for the buttons.
11415                 fix editing with external editor.
11416                 replace gdk_input_*() with GIOChannel;
11417                 (sync with main)
11418         * src/foldersel.c
11419                 display folder names with new/unread
11420                 representation (sync with main)
11421         * src/main.c
11422                 specify default window icon (sync with main)
11423         * src/prefs_common.c
11424                 use_addr_book default to FALSE
11425         * src/summaryview.c
11426         * src/textview.c
11427                 add accelerators for the buttons (sync with main)
11428         * src/gtk/menu.c
11429                 fix typos
11430         * src/pixmaps/sylpheed_icon.xpm
11431                 updated
11432
11433 2005-07-13 [paul]       1.9.12cvs46
11434
11435         * src/plugins/pgpmime/pgpmime.c
11436         * src/plugins/pgpmime/sgpgme.c
11437                 (temporarily) use deprecated gpgme_data_rewind()
11438                 while largefile support is not present
11439                 (as suggested by Colin)
11440
11441 2005-07-13 [paul]       1.9.12cvs45
11442
11443         * configure.ac
11444                 remove large file support (for now):
11445                 it breaks too many things
11446
11447 2005-07-13 [paul]       1.9.12cvs44
11448
11449         * configure.ac
11450                 add large file support
11451         * src/html.c
11452                 fix bug #763 where href attribute was not
11453                 the very first attribute of a link
11454                 patch by Thomas Gilgin
11455
11456 2005-07-13 [colin]      1.9.12cvs43
11457
11458         * src/gtk/pluginwindow.c
11459                 Little portability fix
11460
11461 2005-07-13 [colin]      1.9.12cvs42
11462
11463         * src/plugins/pgpmime/sgpgme.c
11464                 Fix crasher.
11465
11466 2005-07-13 [colin]      1.9.12cvs41
11467
11468         * src/plugins/pgpmime/pgpmime.c
11469         * src/plugins/pgpmime/sgpgme.c
11470                 Use gpgme_data_release_and_get_mem instead
11471                 of gpgme_data_read.
11472
11473 2005-07-13 [colin]      1.9.12cvs40
11474
11475         * configure.ac
11476         * src/plugins/pgpmime/passphrase.c
11477         * src/plugins/pgpmime/passphrase.h
11478         * src/plugins/pgpmime/pgpmime.c
11479         * src/plugins/pgpmime/plugin.c
11480         * src/plugins/pgpmime/select-keys.c
11481         * src/plugins/pgpmime/select-keys.h
11482         * src/plugins/pgpmime/sgpgme.c
11483         * src/plugins/pgpmime/sgpgme.h
11484                 Port pgpmime to gpgme-1.0.
11485
11486 2005-07-12 [paul]       1.9.12cvs39
11487
11488         * AUTHORS
11489         * src/toolbar.c
11490         * src/toolbar.h
11491                 add a 'Go to Prev' button to the toolbar.
11492                 correct tooltip text of go to buttons.
11493                 based on patch by Yang Guilong <bamanzi@gmail.com>
11494
11495 2005-07-12 [colin]      1.9.12cvs38
11496
11497         * src/statusbar.c
11498                 Fix progress bar showing stuff at startup.
11499
11500 2005-07-12 [paul]       1.9.12cvs37
11501
11502         * src/editjpilot.c
11503                 fix building with jpilot support
11504
11505 2005-07-11 [colin]      1.9.12cvs36
11506
11507         * src/inc.c
11508                 Add visual indication that filtering is running
11509         * src/textview.c
11510                 Make {}[] uri delimiters
11511         * src/summaryview.c
11512                 Remove useless (and slow) calls
11513
11514 2005-07-11 [paul]       1.9.12cvs35
11515
11516         * src/plugins/clamav/clamav_plugin_gtk.c
11517         * src/plugins/dillo_viewer/dillo_prefs.c
11518         * src/plugins/pgpmime/prefs_gpg.c
11519         * src/plugins/spamassassin/spamassassin_gtk.c
11520                 gather plugins prefs together under their
11521                 own 'Plugins' heading
11522
11523 2005-07-11 [paul]       1.9.12cvs34
11524
11525         sync with main
11526
11527         * src/account.c
11528                 account_delete(): modified alert dialog
11529         * src/editjpilot.c
11530         * src/editvcard.c
11531                 fixed a crash when cancelling file selection
11532                 dialog by Escape key. Made non-ascii filename
11533                 selectable.
11534         * src/prefs_template.c
11535                 prefs_template_window_create(): make scrolled
11536                 window policy AUTOMATIC
11537
11538 2005-07-10 [hoa]        1.9.12cvs33
11539
11540         * src/etpan/imap-thread.c
11541                 workaround for old Courier IMAP servers.
11542
11543 2005-07-10 [colin]      1.9.12cvs32
11544
11545         * src/folder.c
11546         * src/statusbar.c
11547         * src/statusbar.h
11548                 Add visual progress indicator on filtering/processing
11549                 Factorize the progress bar code
11550         * src/imap.c
11551         * src/imap.h
11552         * src/etpan/imap-thread.c
11553                 Add a reference counter to avoid destroying the Folder
11554                 while it's in use by another callback.
11555
11556 2005-07-09 [hoa]        1.9.12cvs31
11557
11558         * src/imap.c
11559         * src/etpan/imap-thread.c
11560                 fixed deadlock when removing IMAP account.
11561
11562 2005-07-08 [colin]      1.9.12cvs30
11563
11564         * src/textview.c
11565         * src/unmime.c
11566                 Fix again problems decoding broken headers
11567         * src/gtk/inputdialog.c
11568                 Fix local variable shadowing a global one
11569
11570 2005-07-08 [colin]      1.9.12cvs29
11571
11572         * src/msgcache.c
11573                 Make the cache/mark files platform-agnostic by writing
11574                 them in little-endian format. Reading them is also done
11575                 in little-endian format, of course; however, in order
11576                 to avoid trashing mark data on big-endian machines, the
11577                 files are, at first, read from the native format if the
11578                 little-endian one doesn't exist. This is easy to deter-
11579                 mine by trying to open a file with a swapped data_ver
11580                 and seeing if it's the wanted version.
11581                 Little-endian using users should see absolutely no
11582                 difference, Big-endian users may get a very little
11583                 performance drop due to byte-swapping.
11584                 Tested on i386 and ppc32. 
11585                 Fixes bug #159 (The index file, in the mailboxes, is 
11586                 hardware depending).
11587
11588                 To have the cache/mark files updated to the new little-
11589                 endian format, "Check for new messages" or even
11590                 "Rebuild folder tree" aren't enough. Files will be
11591                 updated as soon as a folder has been opened/closed.
11592                 To update everything, just select all folders by
11593                 selecting them one by one.
11594
11595 2005-07-07 [colin]      1.9.12cvs28
11596
11597         * src/imap.c
11598                 Remember the folder separator per IMAPFolder
11599                 instead of globally.
11600                 Revive the Session on noop; fixes bug #761
11601                 (mark a bunch of unread messages as read takes 
11602                 forever)
11603
11604 2005-07-07 [darko]      1.9.12cvs27
11605
11606         * src/common/template.c
11607                 Sort templates alphabetically
11608
11609 2005-07-06 [colin]      1.9.12cvs26
11610
11611         * src/imap.c
11612                 Try to use the correct separator in
11613                 most cases. Possibly fixes bug #759
11614                 (only creates the INBOX folder when 
11615                 setting up new IMAP account) and 
11616                 bug #760 (Can't retrieve messages)
11617
11618 2005-07-06 [colin]      1.9.12cvs25
11619
11620         * src/imap.c
11621                 Use real_path in status command. This will
11622                 help later, when namespaces will be used.
11623
11624 2005-07-06 [colin]      1.9.12cvs24
11625
11626         * configure.ac
11627         * src/account.c
11628         * src/folder.c
11629         * src/imap.c
11630         * src/etpan/etpan-log.c
11631         * src/etpan/etpan-thread-manager.c
11632         * src/etpan/imap-thread.c
11633                 Add a --disable-libetpan parameter. With this,
11634                 users that don't want IMAP4 support can avoid
11635                 the new dependancy (and have no IMAP support).
11636                 Users that have IMAP4 accounts and use this
11637                 parameter won't lose their configuration, their
11638                 IMAP accounts will just be invisible and not
11639                 used.
11640         * src/textview.c
11641                 Make the "Copy ..." contextual menu items 
11642                 copy to both the X clipboard and the gtk 
11643                 clipboard - as most other apps do.
11644         * src/gtk/about.c
11645                 Add a notice about OpenSSL usage, in order to
11646                 comply with OpenSSL's license (point 6):
11647                 http://www.openssl.org/source/license.html
11648
11649 2005-07-06 [colin]      1.9.12cvs23
11650
11651         * src/alertpanel.c
11652                 Fix a minimum size for alertpanels
11653         * src/compose.c
11654                 Show 'No space left on device' type errors
11655                 when queuing/sending
11656         * src/imap_gtk.c
11657         * src/mh_gtk.c
11658                 Rework folder's deletion message (remove 
11659                 extra \n)
11660
11661 2005-07-05 [colin]      1.9.12cvs22
11662
11663         * src/imap.c
11664                 Add an alertpanel on auth error
11665                 Add pseudo-log
11666                 Remove pthread-related stuff
11667
11668 2005-07-05 [colin]      1.9.12cvs21
11669
11670         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11671                 Fix crash on plugin reloading (with a hack)
11672
11673 2005-07-05 [colin]      1.9.12cvs20
11674
11675         * src/prefs_account.c
11676         * src/prefs_account.h
11677                 Fix typo
11678         * src/gtk/filesel.c
11679         * src/gtk/filesel.h
11680                 Add a way to filter the view
11681         * src/gtk/pluginwindow.c
11682                 Filter loadable stuff
11683         * src/plugins/pgpmime/prefs_gpg.c
11684                 Fix missing unregistration
11685         * .cvsignore
11686         * src/etpan/.cvsignore
11687         * src/plugins/spamassassin/.cvsignore
11688                 Add more stuff to cvs ignored files
11689
11690 2005-07-04 [colin]      1.9.12cvs19
11691
11692         * src/imap.c
11693                 Fix scan_required returning FALSE when it
11694                 shouldn't. Maybe fix #760 (Can't retrieve
11695                 messages)
11696
11697 2005-07-04 [colin]      1.9.12cvs18
11698
11699         * src/summaryview.c
11700                 Fix always_show_msg pref
11701
11702 2005-07-04 [paul]       1.9.12cvs17
11703
11704         sync with main (forgotten in last commit)
11705         
11706         * src/common/utils.c
11707         * src/common/utils.h
11708                 check_line_length(): new.
11709                 is_dir_exist()
11710                 is_file_entry_exist()
11711                 dirent_is_regular_file()
11712                 dirent_is_directory(): use g_file_test() instead of stat().
11713
11714 2005-07-04 [paul]       1.9.12cvs16
11715
11716         sync with main:
11717
11718         * src/compose.c
11719                 compose_write_to_file(): check for line
11720                 length limit and display warning if exceeds
11721         * src/jpilot.c
11722                 use get_home_dir() instead of g_get_home_dir()
11723         * src/procheader.c
11724                 removed warning about invalid date
11725         * src/vcard.c
11726                 use get_home_dir() instead of g_get_home_dir()
11727
11728 2005-07-04 [paul]       1.9.12cvs15
11729
11730         * src/stock_pixmap.c
11731                 fix new pixmap naming errors
11732                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11733
11734 2005-07-04 [colin]      1.9.12cvs14
11735
11736         * src/imap.c
11737                 Fix debugging string with a warning
11738
11739 2005-07-04 [colin]      1.9.12cvs13
11740
11741         * configure.ac
11742                 Add a check for libetpan's version (>= 0.37)
11743
11744 2005-07-04 [hoa]        1.9.12cvs12
11745
11746         * commitHelper
11747         * src/imap.c
11748         * src/etpan/imap-thread.c
11749         * src/etpan/imap-thread.h
11750                 fixed IMAP implementation of check of mails.
11751
11752 2005-07-03 [hoa]        1.9.12cvs11
11753
11754         * src/etpan/Makefile.am
11755         * src/etpan/etpan-errors.h
11756         * src/etpan/etpan-log.[ch]
11757         * src/etpan/etpan-thread-manager-types.h
11758         * src/etpan/etpan-thread-manager.[ch]
11759         * src/etpan/imap-thread.[ch]
11760         * src/Makefile.am
11761         * src/imap.c
11762         * src/main.c
11763         * src/prefs_other.c
11764         * configure.ac
11765             merged imap branch.
11766             dependency on libetpan 0.37 is now added.
11767
11768 2005-07-01 [colin]      1.9.12cvs10
11769
11770         * src/Makefile.am
11771         * src/folder.c
11772         * src/folder.h
11773         * src/folderview.c
11774         * src/stock_pixmap.c
11775         * src/stock_pixmap.h
11776         * src/plugins/trayicon/trayicon.c
11777                 Add marked symbol on folders containing
11778                 marked messages
11779         * src/procmsg.c
11780         * src/procmsg.h
11781         * src/toolbar.c
11782         * src/prefs_common.c
11783         * src/prefs_common.h
11784         * src/prefs_send.c
11785                 Add an optional confirmation dialog on queue
11786                 sending. Patch by wwp.
11787         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11788         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11789         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11790         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11791         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11792         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11793         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11794         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11795         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11796         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11797         * src/pixmaps/trash_mark.xpm            ** ADDED **
11798                 New pixmaps
11799
11800 2005-07-01 [colin]      1.9.12cvs9
11801
11802         * src/summaryview.c
11803                 Fix a little threading bug
11804         * src/addrgather.c
11805         * src/mainwindow.c
11806                 A little bit of HIG normality never hurts
11807
11808 2005-07-01 [colin]      1.9.12cvs8
11809
11810         * src/compose.c
11811         * src/msgcache.c
11812         * src/pop.c
11813         * src/procmime.c
11814         * src/recv.c
11815         * src/common/log.c
11816         * src/common/template.c
11817         * src/common/utils.c
11818         * src/common/utils.h
11819                 Reverted the fwrite_atomic stuff. In fact
11820                 it is already atomic.
11821
11822 2005-06-30 [colin]      1.9.12cvs7
11823
11824         * src/common/utils.c
11825         * src/common/utils.h
11826                 Add an fwrite_atomic() function to make
11827                 sure we write everything: fwrite can make
11828                 short writes.
11829         * src/compose.c
11830         * src/msgcache.c
11831         * src/pop.c
11832         * src/procmime.c
11833         * src/recv.c
11834         * src/common/log.c
11835         * src/common/template.c
11836                 Use that (and fix swapping of size and nmemb).
11837                 Thanks to Rich Coe for the heads up.
11838
11839 2005-06-30 [colin]      1.9.12cvs6
11840
11841         * src/addressbook.c
11842                 Optimize addressbook opening 
11843
11844 2005-06-30 [colin]      1.9.12cvs5
11845
11846         * src/summaryview.c
11847                 Remove calls to summary_step after move/copy
11848
11849 2005-06-28 [paul]       1.9.12cvs4
11850
11851         * src/alertpanel.c
11852                 wrap and make the error msg selectable
11853
11854 2005-06-28 [paul]       1.9.12cvs3
11855
11856         * src/ssl_manager.c
11857                 replace the OK button with a Close button
11858         * src/gtk/foldersort.c
11859                 use GTK_STOCK_ icons/buttons
11860
11861 2005-06-28 [colin]      1.9.12cvs2
11862
11863         * src/gedit-print.c             ** ADDED **
11864         * src/gedit-print.h             ** ADDED **
11865         * src/gtk/gtksourceprintjob.c   ** ADDED **
11866         * src/gtk/gtksourceprintjob.h   ** ADDED **
11867                 I can't believe no one had enough time to tell
11868                 me I forgot the `cvs add`
11869
11870 2005-06-27 [colin]      1.9.12cvs1
11871
11872         * src/Makefile.am
11873         * src/gtk/Makefile.am
11874         * src/messageview.c
11875         * src/procmsg.c
11876         * src/summaryview.c
11877         * configure.ac
11878                 Add optional libgnomeprint-based printing
11879         * src/mainwindow.c
11880         * src/gtk/quicksearch.c
11881                 Add an Edit/Quick search menu item to show
11882                 and focus the quicksearch
11883
11884 2005-06-27 [paul]       1.9.12
11885
11886         1.9.12 release
11887
11888         * po/ca.po
11889         * po/de.po
11890         * po/es.po
11891         * po/fr.po
11892         * po/it.po
11893         * po/ko.po
11894         * po/pt_BR.po
11895         * po/sk.po
11896         * po/zh_CN.po
11897                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11898                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11899                 SungHyun Nam, Frederico Goncalves Guimaraes,
11900                 Andrej Kacian, and Yang Guilong
11901 2005-06-26 [colin]      1.9.11cvs106
11902
11903         * src/imap_gtk.c
11904                 Forgot one file for previous fix
11905
11906 2005-06-26 [colin]      1.9.11cvs105
11907
11908         * src/folder.c
11909         * src/imap.c
11910                 Fix problems with folder operations in no_select
11911                 imap folders. it applies only to mails, and 
11912                 creation/deletion/move/renaming of folders 
11913                 should be possible
11914
11915 2005-06-26 [paul]       1.9.11cvs104
11916
11917         * src/prefs_filtering.c
11918                 replace one more GTK_STOCK_REMOVE
11919                 with GTK_STOCK_DELETE
11920
11921 2005-06-25 [colin]      1.9.11cvs103
11922
11923         * src/imap.c
11924                 Optimize get_seq_set_from_seq_list
11925                 (Patch by Ricardo) 
11926
11927 2005-06-25 [colin]      1.9.11cvs102
11928
11929         * src/mh.c
11930                 If the directory exists, but not in the
11931                 correct encoding, rename it. This should
11932                 handle old-versions-induced bugs.
11933
11934 2005-06-25 [colin]      1.9.11cvs101
11935
11936         * src/mh.c
11937                 Fix path access with extended dir names
11938                 Fixes bug #589 (SC segfaults with wrong locale
11939                 settings)
11940
11941 2005-06-25 [colin]      1.9.11cvs100
11942
11943         * src/prefs_account.c
11944         * src/prefs_account.h
11945         * src/compose.c
11946                 Add an option to encrypt replies to
11947                 encrypted messages
11948
11949 2005-06-25 [colin]      1.9.11cvs99
11950
11951         * src/compose.c
11952         * src/quote_fmt_parse.y
11953                 ... And make it work with pgpinline.
11954
11955 2005-06-25 [colin]      1.9.11cvs98
11956
11957         * src/compose.c
11958         * src/procmime.c
11959         * src/procmime.h
11960         * src/quote_fmt_parse.y
11961                 o Make reedition of encrypted messages possible
11962                   (as long as it is encrypted to self too, no
11963                    magic there)
11964                 o Make replying with quote (and without selecting
11965                   text) possible for encrypted messages.
11966                 Closes bug #550 (Not possible to "reply with quote"
11967                 to gnupg encrypted messages)
11968
11969 2005-06-24 [paul]       1.9.11cvs97
11970
11971         * src/imap.c
11972                 add missing include
11973
11974 2005-06-24 [paul]       1.9.11cvs96
11975
11976         * src/editldap.c
11977                 made bind password entry invisible
11978                 (sync with main)
11979         * src/send_message.c
11980                 send_message_local(): check exit status
11981                 to detect errors (sync with main)
11982         * src/textview.c
11983                 use main's less ambiguous popup menu
11984                 wording
11985
11986 2005-06-24 [paul]       1.9.11cvs95
11987
11988         * src/prefs_actions.c
11989         * src/prefs_customheader.c
11990         * src/prefs_display_header.c
11991         * src/prefs_filtering_action.c
11992         * src/prefs_matcher.c
11993         * src/prefs_template.c
11994         * src/prefs_toolbar.c
11995                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11996         * src/gtk/description_window.c
11997                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11998
11999 2005-06-23 [colin]      1.9.11cvs94
12000
12001         * src/summaryview.c
12002                 Fix rough edges (be sure to call status_show whenever
12003                 necessary).
12004
12005 2005-06-23 [colin]      1.9.11cvs93
12006
12007         * src/summaryview.c
12008                 Optimize Select All
12009                 Before, in a 5K mails folder: 11s
12010                 After, in the same folder: 58000µs
12011                 The joys of locking... gtk_clist_select_all() fires a 
12012                 tree-select-row event for each selected row, which in 
12013                 summaryview, callbacks summary_selected which in turn,
12014                 calls summary_status_show, which walks the selected
12015                 rows. Hence, calling gtk_clist_select_all was 
12016                 exponential. Locking the summaryview makes 
12017                 summary_selected return early.
12018
12019 2005-06-23 [colin]      1.9.11cvs92
12020
12021         * src/imap.c
12022                 Move mutex at the important place to avoid
12023                 deadlocks
12024         * src/summaryview.c
12025                 Fix Del key deleting directly instead of
12026                 moving to trash
12027
12028 2005-06-22 [colin]      1.9.11cvs91
12029
12030         * src/plugins/spamassassin/libspamc.c
12031                 As we do spagetti code with assignations in multiple
12032                 places (see _message_read_raw where out = msg = raw),
12033                 let's be sure we don't free the same pointer twice.
12034                 Should fix bug #683 (Crash in libpam at 
12035                 message_cleanup).
12036
12037 2005-06-22 [colin]      1.9.11cvs90
12038
12039         * src/compose.c
12040         * src/messageview.c
12041         * src/toolbar.c
12042                 Make toolbar's delete use the move to trash stuff;
12043                 Add gtk_widget_realize to be sure pixmaps can get
12044                 created (that may fix an old worksforme bug which
12045                 I can't find back...)
12046
12047 2005-06-22 [colin]      1.9.11cvs89
12048
12049         * src/summaryview.c
12050         * src/summaryview.h
12051         * src/mainwindow.c
12052                 Rename "Message/Delete" to "Message/Move to trash"
12053                 Add "Message/Delete..." that directly destroys the
12054                 selected messages after asking for a confirmation.
12055
12056 2005-06-22 [colin]      1.9.11cvs88
12057
12058         * src/imap.c
12059                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12060                 o Fix a deadlock (thanks Darko)
12061
12062 2005-06-22 [colin]      1.9.11cvs87
12063
12064         * src/gtk/foldersort.c
12065                 Add missing include for the i18n;
12066                 patch by Fabien Vantard
12067
12068 2005-06-21 [colin]      1.9.11cvs86
12069
12070         * src/folder.c
12071         * src/folderview.c
12072                 Respect the no_select flag
12073         * src/imap.c
12074                 Fix recursive deletion
12075         * src/imap_gtk.c
12076         * src/mh_gtk.c
12077                 Make the folder deletion's warning
12078                 more explicit
12079
12080 2005-06-21 [colin]      1.9.11cvs85
12081
12082         * src/textview.c
12083                 Prevent email addresses from spanning accross
12084                 lines - fixes bug # 646 (newline-chars in 
12085                 email addresses)
12086
12087 2005-06-20 [colin]      1.9.11cvs84
12088
12089         * src/folder.c
12090                 Be sure not to remove source if copy failed
12091
12092 2005-06-20 [colin]      1.9.11cvs83
12093
12094         * src/folderview.c
12095         * src/imap_gtk.c
12096                 remove summaryview's lock
12097         * src/imap.c
12098                 introduce threads to avoid problems when foreground tasks
12099                 interfere with background tasks
12100         * src/mh.c
12101                 prevent moving to drafts/queue
12102         * src/mimeview.c
12103                 fix leak
12104
12105 2005-06-19 [colin]      1.9.11cvs82
12106
12107         * src/imap_gtk.c
12108                 Remember that the user doesn't want to override
12109                 offline mode, for 3 seconds. It avoid presenting
12110                 him with N popups in a really short time.
12111
12112 2005-06-17 [colin]      1.9.11cvs81
12113
12114         * src/imap.c
12115                 Fix IMAP breaking on folders containing '('
12116                 (Probably won't be enough)
12117
12118 2005-06-17 [colin]      1.9.11cvs80
12119
12120         Forgotten files on 1.9.11cvs79
12121         * src/summaryview.c
12122                 Fix stepping when not immediately executing
12123         * src/imap.c
12124                 Really prevent UID FETCH 0
12125         * src/codeconv.c
12126                 Fix outgoing charset never set to utf-8
12127         * src/mh.c
12128                 Fix leak
12129
12130 2005-06-16 [colin]      1.9.11cvs79
12131
12132         * src/compose.c
12133                 Fix bug #707 (Dash splits rows)
12134                 Only wrap if we're on a line break position and
12135                 the previous one was a "white" (space) char.
12136                 Pango stuff is weird.
12137
12138 2005-06-16 [colin]      1.9.11cvs78
12139
12140         * src/imap_gtk.c
12141                 Lock summaryview while downloading messages
12142                 on user demand
12143         * src/procheader.c
12144         * src/unmime.c
12145         * src/common/utils.c
12146         * src/common/utils.h
12147                 Replace \r and \n with spaces in From and
12148                 Subject headers
12149
12150 2005-06-16 [paul]       1.9.11cvs77
12151
12152         * src/procmime.c
12153                 liberalise the mime parser
12154         * src/gtk/about.c
12155                 add text wrapping
12156
12157 2005-06-16 [paul]       1.9.11cvs76
12158
12159         * src/gtk/about.c
12160                 reworked
12161
12162 2005-06-15 [colin]      1.9.11cvs75
12163
12164         * src/compose.c
12165                 Finish header encoding fix
12166         * src/summaryview.c
12167                 Fix segfault
12168         * src/headerview.c
12169                 Fix compilation (Thanks Stephan
12170                 Sachse)
12171
12172 2005-06-15 [colin]      1.9.11cvs74
12173
12174         * Makefile.am
12175                 Install gnome2 stuff rather than gnome1, 
12176                 if both are present
12177         * src/codeconv.c
12178         * src/codeconv.h
12179         * src/compose.c
12180                 Fix headers encoding
12181         * src/folder.c
12182                 Visual progress when fetching all messages
12183         * src/folderview.c
12184         * src/summaryview.c
12185         * src/summaryview.h
12186                 Prevent changing current message while
12187                 incorporating
12188
12189 2005-06-15 [paul]       1.9.11cvs73
12190
12191         * src/gtk/gtkaspell.c
12192         * src/gtk/gtkaspell.h
12193                 fix build warnings
12194
12195 2005-06-15 [paul]       1.9.11cvs72
12196
12197         * src/prefs_filtering.c
12198                 allow reordering of filter rules by
12199                 drag n drop
12200
12201 2005-06-15 [paul]       1.9.11cvs71
12202
12203         * COPYING
12204                 updated
12205         * src/codeconv.c
12206                 replace deprecated function
12207         * src/inc.c
12208         * src/send_message.c
12209         * src/gtk/progressdialog.c
12210         * src/gtk/progressdialog.h
12211                 salvage and reuse parts of reverted sync
12212
12213 2005-06-15 [paul]       1.9.11cvs70
12214
12215         * src/inc.c
12216         * src/send_message.c
12217         * src/gtk/progressdialog.c
12218         * src/gtk/progressdialog.h
12219                 revert yesterday's sync with main
12220                 it contains deprecated functions
12221
12222 2005-06-15 [colin]      1.9.11cvs69
12223
12224         * src/headerview.c
12225                 Fix bug #670 (multi user to: will corrupt message 
12226                 headers display)
12227
12228 2005-06-15 [colin]      1.9.11cvs68
12229
12230         * src/compose.c
12231                 Fix bug #421 (Fix undo on wrapping)
12232
12233 2005-06-15 [colin]      1.9.11cvs67
12234
12235         * src/folder.c
12236                 Provide visual feedback while processing
12237                 folder's rules.
12238         * src/imap.c
12239                 Provide visual feedback while getting
12240                 short headers (for uncached messages)
12241
12242
12243 2005-06-14 [paul]       1.9.11cvs66
12244
12245         * src/account.c
12246                 change a couple stock icons
12247         * src/inc.c
12248         * src/send_message.c
12249         * src/gtk/progressdialog.c
12250         * src/gtk/progressdialog.h
12251                 sync main's GtkTreeView implementation
12252
12253 2005-06-14 [colin]      1.9.11cvs65
12254
12255         * src/imap.c
12256                 Various little fixes, mainly on error paths
12257
12258 2005-06-13 [colin]      1.9.11cvs64
12259
12260         * matcher.c
12261         * procmsg.c
12262         * procmsg.h
12263                 Add a way to fetch only headers. This speeds
12264                 up filtering on headers for IMAP. Fixes:
12265                 bug #481 extraneous imap commands slow down 
12266                         imap filtering
12267                 bug #522 Sylpheed downloads all messages 
12268                         when opening mailbox (IMAP)
12269                 bug #677 IMAP fetch is soooooooooooooo slow
12270         * src/folder.c
12271         * src/folder.h
12272                 Add a folder set_batch method so that
12273                 implementations can speed up flags changes
12274         * src/folderutils.c
12275         * src/summaryview.c
12276                 Use that in mark as (un)read and mark all read
12277                 Refix bug #679
12278         * src/imap.c
12279                 Implement set_batch - brings back deferred
12280                 flags in a less buggy manner. Fixes:
12281                 bug #729 IMAP immediate expunge of deleted messages
12282                 bug #191 remove list of messages with one command
12283                 Fix login with strange chars
12284                 Implement fetch_msg_full
12285                 Fix copy (wrong counts)
12286
12287 2005-06-12 [colin]      1.9.11cvs63
12288
12289         * src/folder.c
12290                 lock incorporation during long operations.
12291                 Avoids fucking up the IMAP socket.
12292
12293 2005-06-12 [colin]      1.9.11cvs62
12294
12295         * src/imap.c
12296                 Fix harmful typo
12297                 Factorize remove_all_msg
12298                 Thread-ize expunge
12299         * src/summaryview.c
12300                 Don't update partial-download status if unnecessary
12301         * src/folder.c
12302                 Use remove_msgs everywhere possible
12303
12304 2005-06-12 [colin]      1.9.11cvs61
12305
12306         * src/folder.c
12307         * src/folder.h
12308                 Add a remove_msgs function to remove a 
12309                 list of messages
12310         * src/imap.c
12311                 Implement that.
12312
12313 2005-06-12 [colin]      1.9.11cvs60
12314
12315         * src/imap.c
12316                 Remove flags-processing deferring... Too hard
12317                 to get it to work in all cases.
12318
12319 2005-06-11 [colin]      1.9.11cvs59
12320
12321         * src/imap.c
12322                 printf -> debug_print
12323
12324 2005-06-11 [colin]      1.9.11cvs58
12325
12326         * src/imap.c
12327                 o Fix build without USE_PTHREAD
12328                 o Factorize imap_open
12329                 o Alertpanel in case of impossible connection
12330                 o Alertpanel in case of impossible login
12331                 o Fix deferred flags processing to force a 
12332                   flush before adding some more flags to process,
12333                   but in another folder.
12334
12335 2005-06-10 [colin]      1.9.11cvs57
12336
12337         * src/imap.c
12338                 o Fix a format string error
12339                 o init ssl socket outside of the thread 
12340                   (it possibly invokes gtk calls)
12341         * src/procmime.c
12342                 o Put back the buffer to its necessary size
12343                 o Fix changing a file pointer without keeping
12344                   track of it (thanks Valgrind)
12345         * src/common/smtp.c
12346                 o Fix automatic STARTTLS if login should be done
12347                   and the server only allows it after starting TLS
12348         * src/gtk/gtkinputdialog.c
12349                 o Eat GDK_Return so that the combo popup doesn't 
12350                   appear when we press Enter to validate the combo
12351                   input dialog (as seen in the Open with... dialog)
12352
12353 2005-06-10 [colin]      1.9.11cvs56
12354
12355         * src/imap.c
12356                 o A bit less debug
12357                 o Fix a crash on deletion
12358                 o Threadize imap_select (it's called outside of 
12359                   threads)
12360                 o Defer treatment of DELETED flags
12361
12362
12363 2005-06-09 [colin]      1.9.11cvs55
12364
12365         * src/imap.c
12366                 Make sure we check imap_gtk_should_override(), which
12367                 potentially calls gtk stuff, before creating thread.
12368                 That way it should't be called via imap_get_session()
12369                 inside a thread.
12370
12371 2005-06-09 [colin]      1.9.11cvs54
12372
12373         * src/imap.c
12374                 o add a bit of status output
12375                 o remove some dead code
12376                 o threadize get_list_of_uids
12377                 o threadize imap_get_flags
12378                 o defer flag changing by 500ms so that they
12379                   can be batched
12380
12381
12382 2005-06-08 [colin]      1.9.11cvs53
12383
12384         * src/imap.c
12385                 Thread-ize imap_cmd_fetch
12386
12387 2005-06-08 [colin]      1.9.11cvs52
12388
12389         * src/main.c
12390                 Mmh, that broke POP3...
12391
12392 2005-06-08 [colin]      1.9.11cvs51
12393
12394         * src/main.c
12395                 Stabilize IMAP patch (thanks to Hoa)
12396
12397 2005-06-08 [colin]      1.9.11cvs50
12398
12399         * src/imap.c
12400                 Test patch to speed up imap. 
12401
12402 2005-06-08 [colin]      1.9.11cvs49
12403
12404         * src/imap_gtk.c
12405                 Warning fix
12406         * src/procmime.c
12407                 Apply patch from gentoo to use /usr/share/mime/globs if 
12408                 available, after un-breaking it
12409         * src/common/log.c
12410         * src/common/log.h
12411                 Use g_timeout for invoking hooks that possibly use gtk
12412                 calls. This should leave gtk calls in the main thread.
12413
12414 2005-06-08 [paul]       1.9.11cvs48
12415
12416         * src/codeconv.c
12417                 conv_get_outgoing_charset_str(): don't
12418                 use prefs_common setting
12419         * src/compose.c
12420         * src/compose.h
12421                 add /Options/Character encoding/... to
12422                 temporarily change the outgoing encoding
12423
12424         (belated sync with main)
12425
12426 2005-06-08 [paul]       1.9.11cvs47
12427
12428         * src/compose.c
12429                 correction to/completion of last
12430                 sync with main
12431
12432 2005-06-08 [paul]       1.9.11cvs46
12433
12434         sync with main:
12435         
12436         * src/codeconv.c
12437         * src/codeconv.h
12438                 always enabled Japanese auto-detection
12439                 if the first letters of locale string
12440                 is "ja"
12441         * src/compose.c
12442                 don't use "destroy" signal to destroy
12443                 Compose object (fix rare crashes on discard?)
12444         * src/mainwindow.c
12445         * src/messageview.c
12446         * src/prefs_send.c
12447                 added Hebrew encodings
12448         * src/sourcewindow.c
12449                 don't use "destroy" signal to destroy
12450                 objects
12451
12452 2005-06-07 [colin]      1.9.11cvs45
12453
12454         * src/summaryview.c
12455                 Add missing unlocks/locks
12456
12457 2005-06-07 [paul]       1.9.11cvs44
12458
12459         * src/summaryview.c
12460                 restore bug #749 fix
12461
12462 2005-06-06 [colin]      1.9.11cvs43
12463
12464         * src/summaryview.c
12465                 Fix selection bug when prefs_common.open_unread 
12466                 is FALSE
12467
12468 2005-06-06 [colin]      1.9.11cvs42
12469
12470         * src/common/md5.c
12471                 Fix a warning
12472         * src/summaryview.c
12473         * src/folderview.c
12474                 Factorize long operations beginning and end
12475                 (locking, freezing/thawing, cursor, ...)
12476                 Check selection->data member in selection-
12477                 related loops; this avoids dying an awful
12478                 death if the selection changes on us while
12479                 we're marking a whole IMAP folder unread, 
12480                 for example.
12481
12482 2005-06-06 [paul]       1.9.11cvs41
12483
12484         * src/textview.c
12485                 don't g_free() a static gchar buffer
12486
12487 2005-06-05 [colin]      1.9.11cvs40
12488
12489         * src/mainwindow.c
12490         * src/messageview.c
12491         * src/summaryview.c
12492                 Fix bug #749 (Show all headers should be
12493                 sticky as the GUI suggests)
12494
12495 2005-06-03 [paul]       1.9.11cvs39
12496
12497         * src/compose.c
12498                 don't allow editing of mail while sending.
12499                 patch by Colin
12500
12501 2005-06-03 [paul]       1.9.11cvs38
12502
12503         * src/folderview.c
12504                 add a freeze/thaw to speed up 'mark all read'
12505
12506 2005-06-03 [paul]       1.9.11cvs37
12507
12508         * src/prefs_message.c
12509                 reflect changes immediately
12510
12511 2005-06-02 [colin]      1.9.11cvs36
12512
12513         * po/POTFILES.in
12514                 Patch by Fabien Vantard.
12515
12516 2005-06-02 [colin]      1.9.11cvs35
12517
12518         * src/imap.c
12519                 Use a non-blocking imap_getline() if possible.
12520                 This should completely prevent the interface
12521                 from freezin on imap operations, although it
12522                 may do strange stuff in case of folder switching
12523                 while a big imap operation is taking place...
12524
12525                 In addition, fix a leak in the case thread
12526                 creation fails on connection.
12527
12528 2005-06-02 [colin]      1.9.11cvs34
12529
12530         * src/crash.c
12531         * src/prefs_common.h
12532                 Fix build (prefs_common_init() doesn't exist
12533                 anymore)
12534
12535 2005-06-02 [colin]      1.9.11cvs33
12536
12537         * src/prefs_account.c
12538                 Fix bug #245 (filtering rules broken when
12539                 renaming a remote account (imap4 or nntp)
12540
12541 2005-06-02 [colin]      1.9.11cvs32
12542
12543         * src/imap.c
12544                 Try to fix IMAP shortcomings: 
12545                 o Multithread imap_open()
12546                 o allow offline-mode overriding instead of
12547                   just returning NULL
12548         * src/imap_gtk.c
12549         * src/imap_gtk.h
12550                 Add a function to ask whether we want to
12551                 override offline-mode for 10 minutes (one-shot
12552                 asking was painful)
12553         * src/procheader.c
12554                 Fix segfault when imap parser isn't happy about
12555                 a missing {
12556
12557 2005-06-01 [colin]      1.9.11cvs31
12558
12559         * src/addrharvest.c
12560         * src/compose.c
12561         * src/mbox.c
12562         * src/mbox.h
12563         * src/mh.c
12564         * src/msgcache.c
12565         * src/send_message.c
12566         * src/setup.c
12567         * src/undo.c
12568         * src/common/hooks.c
12569         * src/common/prefs.c
12570         * src/common/template.c
12571         * src/common/utils.c
12572         * src/gtk/gtkutils.c
12573         * src/gtk/inputdialog.c
12574         * src/gtk/menu.c
12575         * src/gtk/pluginwindow.c
12576         * src/gtk/prefswindow.c
12577         * src/plugins/pgpmime/passphrase.c
12578         * src/plugins/pgpmime/prefs_gpg.c
12579                 More -Wall fixes
12580
12581         * src/common/Makefile.am
12582         * src/common/timing.h
12583                 Add basic timing code
12584
12585         * src/summaryview.c
12586                 Fix a bug with unread messages when 
12587                 re-sorting folders, and by the way
12588                 fix a big performance hit when 
12589                 re-sorting (10k mails: before 5s,
12590                 after .5s)
12591
12592         * src/prefs_compose_writing.c
12593         * src/prefs_compose_writing.h
12594         * src/prefs_message.c
12595         * src/prefs_message.h
12596         * src/prefs_other.c
12597         * src/prefs_other.h
12598         * src/prefs_quote.c
12599         * src/prefs_quote.h
12600         * src/prefs_receive.c
12601         * src/prefs_receive.h
12602         * src/prefs_send.c
12603         * src/prefs_send.h
12604         * src/prefs_summaries.c
12605         * src/prefs_summaries.h
12606                 Fix copyright banner
12607
12608 2005-06-01 [paul]       1.9.11cvs30
12609
12610         * po/fi.po
12611                 updated by Flammie Pirinen
12612         * src/procmime.c
12613                 fix 'Bad BASE64 content' output
12614
12615 2005-05-31 [colin]      1.9.11cvs29
12616
12617         * src/procmime.c
12618                 Oops, where did my hunk go.
12619
12620 2005-05-31 [colin]      1.9.11cvs28
12621
12622         * src/Makefile.am
12623         * src/account.c
12624         * src/action.c
12625         * src/addr_compl.c
12626         * src/addressbook.c
12627         * src/codeconv.c
12628         * src/compose.c
12629         * src/export.c
12630         * src/folder.c
12631         * src/folderview.c
12632         * src/image_viewer.c
12633         * src/main.c
12634         * src/mainwindow.c
12635         * src/messageview.c
12636         * src/mimeview.c
12637         * src/msgcache.c
12638         * src/prefs_account.c
12639         * src/prefs_actions.c
12640         * src/prefs_common.c
12641         * src/prefs_compose_writing.c
12642         * src/prefs_customheader.c
12643         * src/prefs_ext_prog.c
12644         * src/prefs_filtering.c
12645         * src/prefs_filtering_action.c
12646         * src/prefs_fonts.c
12647         * src/prefs_image_viewer.c
12648         * src/prefs_message.c
12649         * src/prefs_message.h
12650         * src/prefs_msg_colors.c
12651         * src/prefs_other.c
12652         * src/prefs_other.h
12653         * src/prefs_quote.c
12654         * src/prefs_receive.c
12655         * src/prefs_receive.h
12656         * src/prefs_send.c
12657         * src/prefs_send.h
12658         * src/prefs_spelling.c
12659         * src/prefs_summaries.c
12660         * src/prefs_summary_column.c
12661         * src/prefs_template.c
12662         * src/prefs_themes.c
12663         * src/prefs_toolbar.c
12664         * src/prefs_wrapping.c
12665         * src/procmime.c
12666         * src/procmsg.c
12667         * src/send_message.h
12668         * src/ssl_manager.c
12669         * src/summary_search.c
12670         * src/summaryview.c
12671         * src/textview.c
12672         * src/wizard.c
12673         * src/common/smtp.c
12674         * src/common/smtp.h
12675         * src/gtk/gtkutils.h
12676                 o Move the rest of Common prefs to new style
12677                 o Lots of -Wall warning fixes
12678                 o fix FIXME in cache memusage calculation
12679                 o Let return receipts be sent from any account
12680                 o Little cache optimisation (read)
12681                 o Fix bug #746 (don't treat commas as separators
12682                   when inside a quoted string)
12683
12684 2005-05-31 [paul]       1.9.11cvs27
12685
12686         * src/prefs_common.c
12687                 fix 'off-by-one' typo
12688
12689 2005-05-31 [paul]       1.9.11cvs26
12690
12691         * src/account.c
12692         * src/addr_compl.c
12693         * src/compose.c
12694         * src/foldersel.c
12695         * src/prefs_actions.c
12696         * src/prefs_common.c
12697         * src/prefs_common.h
12698         * src/prefs_customheader.c
12699         * src/prefs_display_header.c
12700         * src/prefs_filtering.c
12701         * src/prefs_filtering_action.c
12702         * src/prefs_matcher.c
12703         * src/prefs_summaries.c
12704         * src/prefs_summary_column.c
12705         * src/prefs_template.c
12706         * src/prefs_toolbar.c
12707         * src/ssl_manager.c
12708         * src/gtk/pluginwindow.c
12709         * src/gtk/prefswindow.c
12710         * src/gtk/progressdialog.c
12711                 add hidden prefs 'enable_rules_hint'
12712                 for gtk_tree_view_set_rules_hint()
12713                 (sync with main)
12714                 
12715
12716 2005-05-31 [colin]      1.9.11cvs25
12717
12718         * src/Makefile.am
12719         * src/main.c
12720         * src/prefs_common.c
12721         * src/prefs_summaries.c ** ADDED **
12722         * src/prefs_summaries.h ** ADDED **
12723                 Common/Display -> Display/Summaries
12724
12725 2005-05-31 [colin]      1.9.11cvs24
12726
12727         * src/Makefile.am
12728         * src/main.c
12729         * src/prefs_quote.c ** ADDED **
12730         * src/prefs_quote.h ** ADDED **
12731                 Move Common/Quote to Compose/Quoting
12732         * src/prefs_common.c
12733         * src/prefs_common.h
12734                 Remove old quote stuff, add
12735                 convenience functions for GtkTextView prefs
12736         * src/gtk/prefswindow.c
12737                 Set default height higher
12738
12739 2005-05-30 [colin]      1.9.11cvs23
12740
12741         * src/Makefile.am
12742         * src/main.c
12743         * src/prefs_common.c
12744         * src/prefs_compose_writing.c ** ADDED **
12745         * src/prefs_compose_writing.h ** ADDED **
12746                 Move Common/Compose prefs to Compose/Writing
12747
12748 2005-05-30 [colin]      1.9.11cvs22
12749
12750         * src/common/utils.c
12751                 Fix bug #651 (Confused Attract by Subject)
12752                 Patch by M. Benkmann <haferfrost@web.de>
12753         * AUTHORS
12754
12755 2005-05-30 [colin]      1.9.11cvs21
12756
12757         * src/compose.c
12758                 Fix concatenation of different headers of
12759                 the same type (bug #645)
12760         * src/prefs_folder_item.c
12761                 Fix bug #699 (setting color to black doesn't
12762                 work immediately)
12763         * src/procmime.c
12764                 Print out decoding error only once per
12765                 block
12766
12767 2005-05-30 [paul]       1.9.11cvs20
12768
12769         * src/common/template.c
12770                 fix Bcc
12771
12772 2005-05-30 [paul]       1.9.11cvs19
12773
12774         * doc/src/rfc2368.txt   **NEW FILE**
12775         * src/compose.c
12776                 compose_entries_set(): don't interpret Bcc
12777                 header field (conform to RFC 2368)
12778                 (sync with main)
12779
12780 2005-05-29 [colin]      1.9.11cvs18
12781
12782         * src/prefs_common.c
12783                 Let the default reply format respect
12784                 netiquette by cutting the signature.
12785
12786 2005-05-29 [colin]      1.9.11cvs17
12787
12788         * src/summaryview.c
12789                 Don't let always_show_msg override
12790                 open_unread_on_enter when opening a new
12791                 directory.
12792
12793 2005-05-27 [paul]       1.9.11cvs16
12794
12795         sync with main:
12796
12797         * src/main.c
12798                 app_will_exit(): cleanup tmp directory when exit
12799         * src/message_search.c
12800                 improved the interface and made code cleanup.
12801                 removed Clear button
12802         * src/send_message.c
12803                 send_message_local(): use GSpawn, and detect errors
12804         * src/summary_search.c
12805                 improved the interface and made code cleanup
12806         * src/textview.c
12807                 textview_write_link(): also skip non-ascii space
12808                  at the head of link strings (phishing check
12809                  didn't work at the case)
12810         * src/common/utils.c
12811                 get_command_output(): use g_spawn_command_line_sync()
12812                 instead of popen()
12813
12814 2005-05-26 [colin]      1.9.11cvs15
12815
12816         * src/folder.c
12817                 remove printf
12818
12819 2005-05-26 [colin]      1.9.11cvs14
12820
12821         * src/common/nntp.c
12822                 Fix nntp mode reader (bug #611)
12823                 Patch by Florian Mickler <florian@mickler.org>
12824
12825 2005-05-26 [colin]      1.9.11cvs13
12826
12827         * src/plugins/pgpmime/passphrase.c
12828                 Fix mouse grabbing (bug #557)
12829
12830 2005-05-26 [colin]      1.9.11cvs12
12831
12832         * src/prefs_themes.c
12833                 Fix g_warning (bug #541)
12834
12835 2005-05-26 [colin]      1.9.11cvs11
12836
12837         * src/prefs_actions.c
12838         * src/prefs_template.c
12839                 Fix bug #506 (no warning if action/template
12840                 is not saved)
12841         * src/common/template.c
12842                 Fix a possible crash
12843
12844 2005-05-26 [colin]      1.9.11cvs10
12845
12846         * src/folder.c
12847         * src/folderview.c
12848         * src/procmsg.c
12849         * src/summaryview.c
12850                 Forbid locked messages to be moved or
12851                 deleted. Locked messages in trashes 
12852                 still get deleted, for performance
12853                 reason (mh.c::mh_remove_all_msgs)
12854
12855 2005-05-25 [colin]      1.9.11cvs9
12856
12857         * src/procmime.c
12858                 Use correct encoding when sending mails
12859                 with attachments that have accentued 
12860                 chars in their name
12861
12862 2005-05-24 [colin]      1.9.11cvs8
12863
12864         * src/summaryview.c
12865                 Fix bug #688 f) read/unread marker not
12866                 changed on first click
12867                 Also, optimize summary_status_show()
12868                 calls
12869         * src/folder.c
12870         * src/inc.c
12871         * src/procmime.c
12872                 Fix bug #688 b) and c) wrt message
12873                 attachments and signature
12874         * src/stock_pixmap.c
12875         * src/stock_pixmap.h
12876         * src/stock_pixmap.c
12877         * src/stock_pixmap.h
12878         * src/Makefile.am
12879         * src/pixmaps/clip_gpg_signed.xpm
12880                 Add clip/signed icon
12881
12882 2005-05-24 [colin]      1.9.11cvs7
12883
12884         * src/folder_item_prefs.c
12885                 whitespace fix
12886
12887 2005-05-24 [colin]      1.9.11cvs6
12888
12889         * src/folderview.c
12890         * src/prefs_common.c
12891         * src/prefs_common.h
12892                 Add a confirmation to folder drag and drop
12893                 fixes bug #156
12894         * src/alertpanel.c
12895         * src/alertpanel.h
12896                 fix _with_disable parameters so that
12897                 the buttons labels are specifiable too
12898         * src/plugins/pgpmime/sgpgme.c
12899                 reflect said change
12900                 
12901
12902 2005-05-24 [colin]      1.9.11cvs5
12903
12904         * src/folderview.c
12905                 Uncollapse/collapse folders on double-click
12906                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12907                 closes bug #108
12908
12909 2005-05-23 [colin]      1.9.11cvs4
12910
12911         * src/common/socket.c
12912                 Check another special SSL_peek() error.
12913                 Should help wrt bug #728
12914
12915 2005-05-23 [colin]      1.9.11cvs3
12916
12917         * src/plugins/pgpmime/pgpmime.c
12918                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12919                 breaking menu accelerators and stuff. Users will have to
12920                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12921                 account's privacy preferences if needed.
12922
12923 2005-05-22 [paul]
12924
12925         * tools/kdeservicemenu/install.sh
12926                 use kdesu to prompt for root password if doing
12927                 global install/uninstall
12928
12929 2005-05-20 [colin]      1.9.11cvs2
12930
12931         * src/procmsg.c
12932                 Fix another compilation error with gcc-2.9x
12933                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12934         * src/send_message.c
12935                 Don't send QUIT if we aren't connected
12936
12937 2005-05-19 [colin]      1.9.11cvs1
12938
12939         * src/procmsg.c
12940                 Fix compilation with gcc 2.9x
12941
12942 2005-05-19 [paul]       1.9.11
12943
12944         1.9.11 released
12945
12946 2005-05-19 [paul]       1.9.9cvs14
12947
12948         * src/gtk/inputdialog.c
12949                 prevent gettext warning
12950
12951 2005-05-19 [paul]       1.9.9cvs13
12952
12953         * src/mainwindow.c
12954         * src/prefs_common.c
12955         * src/prefs_common.h
12956         * src/textview.c
12957         * src/textview.h
12958                 add an option to toggle cursor in message
12959                 view (sync with main)
12960
12961 2005-05-18 [colin]      1.9.9cvs12
12962
12963         * src/compose.c
12964                 Dereference freed pointer
12965         * src/gtk/gtkaspell.c
12966                 Fix duplication of dictionaries (is it an aspell issue?)
12967
12968 2005-05-18 [colin]      1.9.9cvs11
12969
12970         * src/gtk/inputdialog.c
12971         * src/gtk/gtkaspell.c
12972                 HIGuify dialogs
12973         * src/alertpanel.c
12974                 Remove a double call
12975
12976 2005-05-17 [colin]      1.9.9cvs10
12977
12978         * src/gtk/gtkaspell.c
12979                 Fix dialogs, Ctrl-Enter accel
12980
12981 2005-05-17 [colin]      1.9.9cvs9
12982
12983         * src/gtk/gtkaspell.c
12984                 Fix some accelerators, escape in replace-window
12985
12986 2005-05-16 [colin]      1.9.9cvs8
12987
12988         * src/gtk/gtkaspell.c
12989                 Revert last commit, it was a mistake.
12990
12991 2005-05-16 [colin]      1.9.9cvs7
12992
12993         * src/gtk/gtkaspell.c
12994                 Remove buggy code while we're at it. It's a 
12995                 dead code path anyway.
12996
12997 2005-05-16 [colin]      1.9.9cvs6
12998
12999         * src/gtk/gtkaspell.c
13000                 Missed some gtk_menu_popup where deactivate
13001                 signal should be handled. Should fix bug
13002                 #629 a bit more.
13003
13004 2005-05-16 [colin]      1.9.9cvs5
13005
13006         * src/gtk/gtkaspell.c
13007                 Remove debug printf()s
13008
13009 2005-05-16 [colin]      1.9.9cvs4
13010
13011         * src/gtk/gtkaspell.c
13012                 Fix a bit aspell problems
13013                 (see bug #629)
13014
13015 2005-05-13 [colin]      1.9.9cvs3
13016
13017         * src/folderview.c
13018                 Fix the + appearing even when no subfolders
13019                 have unread messages. Thanks to wwp for the
13020                 bug report.
13021
13022 2005-05-11 [paul]       1.9.9cvs2
13023
13024         * src/folderview.c
13025                 correction to 1.9.9cvs1, only colour folders that
13026                 have new msgs (not unread msgs)
13027
13028 2005-05-10 [colin]      1.9.9cvs1
13029
13030         * src/folderview.c
13031         * src/summaryview.c
13032                 Try to fix bolding bugs again.
13033
13034 2005-05-09 [paul]
13035
13036         * tools/claws.i18n.status.pl
13037                 add Ricardo Mones Lastra's script that has been providing
13038                 the i18n status page for many months
13039
13040 2005-05-09 [paul]       1.9.9
13041
13042         1.9.9 release
13043
13044 2005-05-09 [paul]       1.9.6cvs58
13045
13046         * AUTHORS
13047         * INSTALL
13048         * README.claws
13049                 updated
13050         * Makefile.am 
13051         * RELEASE_NOTES.claws
13052                 add release notes to cvs to simplify release
13053                 procedure
13054         * configure.ac
13055                 add ca and fi to ALL_LINGUAS
13056         * po/Makefile.in.in
13057                 workaround for missing Makevars
13058         * po/ca.po
13059         * po/fi.po
13060                 add new Catalan and Finnish translations
13061                 submitted by Miquel Oliete and Flammie Pirinen
13062         * po/de.po
13063         * po/es.po
13064         * po/fr.po
13065         * po/it.po
13066         * po/pl.po
13067         * po/ru.po
13068         * po/sk.po
13069         * po/sr.po
13070         * po/zh_CN.po
13071                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13072                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13073                 Urke MMI, and Hansom Young
13074         * src/main.c
13075                 Fix drafting when quitting. compose_draft() closes the
13076                 compose windows, which modifies the compose_list GSList.
13077                 We have to refresh this list after echo drafting to avoid a
13078                 segfault
13079         * src/partial_download.c
13080                 fix segfault on exit
13081
13082 2005-05-06 [paul]       1.9.6cvs57
13083
13084         * src/grouplistdialog.c
13085                 quick fix/workaround for unresizeable newsgroup
13086                 name column 
13087
13088 2005-05-06 [paul]       1.9.6cvs56
13089
13090         * src/inc.c
13091         * src/mainwindow.c
13092                 use gettext plural forms
13093         * src/imap_gtk.c
13094         * src/mh_gtk.c
13095         * src/toolbar.c
13096                 small improvement to english usage
13097
13098 2005-05-05 [thorsten]   1.9.6cvs55
13099
13100         * src/folder.c
13101                 fix possible crash
13102
13103 2005-05-05 [paul]       1.9.6cvs54
13104         
13105         sync with HEAD
13106
13107         * AUTHORS
13108         * src/compose.c
13109                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13110                 patch by Tim Mann
13111
13112 2005-05-05 [paul]       1.9.6cvs53
13113
13114         * src/mainwindow.c
13115                 fix resizing of separate message and
13116                 folder views
13117
13118 2005-05-05 [paul]       1.9.6cvs52
13119
13120         * src/account.c
13121         * src/addrgather.c
13122         * src/browseldap.c
13123         * src/exphtmldlg.c
13124         * src/expldifdlg.c
13125         * src/importmutt.c
13126         * src/importpine.c
13127         * src/main.c
13128         * src/mainwindow.c
13129         * src/noticeview.c
13130         * src/prefs_filtering.c
13131         * src/prefs_filtering_action.c
13132         * src/prefs_matcher.c
13133         * src/prefs_spelling.c
13134         * src/prefs_toolbar.c
13135         * src/toolbar.c
13136         * src/wizard.c
13137         * src/gtk/description_window.c
13138         * src/gtk/gtkvscrollbutton.c
13139         * src/gtk/progressdialog.c
13140         * src/gtk/quicksearch.c
13141         * src/plugins/pgpmime/prefs_gpg.c
13142         * src/plugins/spamassassin/spamassassin_gtk.c
13143                 replace deprecated gtk_widget_set_usize
13144
13145 2005-05-04 [colin]      1.9.6cvs51
13146
13147         * src/common/utils.c
13148                 Fix crash when subst_for_filename is called
13149                 with a NULL parameter
13150
13151 2005-05-04 [colin]      1.9.6cvs50
13152
13153         * src/partial_download.c
13154         * src/pop.c
13155                 Escape login when writing uidl file
13156                 fixes bug #736
13157
13158 2005-05-03 [colin]      1.9.6cvs49
13159
13160         * src/procmime.c
13161                 Fix possible DOS in mime parser
13162                 (see bug #634)
13163
13164 2005-05-02 [colin]      1.9.6cvs48
13165
13166         * src/compose.c
13167                 Try to fix the copy/paste mess once again.
13168
13169
13170 2005-04-30 [colin]      1.9.6cvs47
13171
13172         * src/prefs_account.h
13173         * src/procmsg.c
13174         * src/send_message.c
13175         * src/common/smtp.c
13176         * src/common/smtp.h
13177                 Try to batch sending mails (per account) instead of
13178                 reconnecting to server every time.
13179
13180 2005-04-29 [colin]      1.9.6cvs46
13181
13182         * src/messageview.c
13183                 Fix window resizing that refused to size down
13184         * src/prefs_common.c
13185         * src/prefs_common.h
13186         * src/prefs_filtering.c
13187                 Save Filtering's window size
13188
13189 2005-04-21 [paul]       1.9.6cvs45
13190
13191         * ChangeLog-gtk2.claws
13192         * src/setup.c
13193                 correction to sync
13194
13195 2005-04-21 [paul]       1.9.6cvs44
13196
13197         sync with main:
13198
13199         * src/setup.c
13200         * src/statusbar.c
13201         * src/statusbar.h
13202                 use gtkut_widget_draw_now(). Improved performance
13203                 of the update of statusbar
13204         * src/textview.c
13205                 textview_smooth_scroll_do(): redraw it after scroll
13206                 is done (fixed incorrect display when a part of the
13207                 view is hidden).
13208         * src/gtk/gtkutils.c
13209         * src/gtk/gtkutils.h
13210                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13211                 to force update of widgets.
13212                 Removed gtkut_widget_wait_for_draw() which had a big
13213                 overhead  because of waiting for all events processed 
13214
13215 2005-04-20 [paul]       1.9.6cvs43
13216
13217         * src/codeconv.c
13218                 complete 1.9.6cvs42's sync:
13219                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13220
13221 2005-04-19 [paul]       1.9.6cvs42
13222
13223         sync with main:
13224
13225         * src/action.c
13226                 catch_output(): correctly select the insert text
13227                 (fix invalid iterator warnings).
13228         * src/codeconv.c
13229         * src/codeconv.h
13230         * src/mainwindow.c
13231         * src/messageview.c
13232         * src/prefs_common.c
13233                 support GBK encoding.
13234         * src/common/session.c
13235         * src/common/session.h
13236                 use separate buffer for large data to be sent,
13237                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13238
13239 2005-04-18 [paul]       1.9.6cvs41
13240
13241         * src/jpilot.c
13242                 convert unsigned long into guint32
13243                 patch by Paul LeoNerd Evans 
13244
13245 2005-04-17 [colin]      1.9.6cvs40
13246
13247         * src/compose.c
13248                 Fix 'Request return receipt' from folder
13249                 properties (bug #708)
13250
13251 2005-04-17 [colin]      1.9.6cvs39
13252
13253         * src/mainwindow.c
13254                 Fix duplicate hotkeys in Mainwindow's menu
13255
13256 2005-04-17 [colin]      1.9.6cvs38
13257
13258         * src/folderview.c
13259                 Fix duplicate hotkeys in Folderview's contextual
13260                 menu
13261
13262 2005-04-15 [colin]      1.9.6cvs37
13263
13264         * src/summaryview.c
13265                 Fix 'Save as...' with non-ascii filenames
13266
13267 2005-04-15 [colin]      1.9.6cvs36
13268
13269         * src/plugins/pgpmime/pgpmime.c
13270                 Fix bus error on 64bit. Spotted by 
13271                 macallan1888@gmail.com
13272
13273 2005-04-15 [colin]      1.9.6cvs35
13274
13275         * src/prefs_account.c
13276                 Fix cvs34.
13277
13278 2005-04-12 [colin]      1.9.6cvs34
13279
13280         * src/prefs_account.c
13281                 Fix smtp auth type off-by-one. We forgot to
13282                 add PLAIN in the prefs-to-gui setter func and
13283                 as a result, the selected auth when opening
13284                 account prefs was not the correct one.
13285
13286 2005-04-12 [paul]       1.9.6cvs33
13287
13288         * src/inc.c
13289                 if the recv dialog is visible, Cancel only
13290                 cancels the current account
13291
13292
13293 2005-04-10 [colin]      1.9.6cvs32
13294
13295         * src/filtering.c
13296                 Copy score when copying FilteringActions
13297                 Fix bug #674
13298
13299 2005-04-10 [colin]      1.9.6cvs31
13300
13301         * src/inc.c
13302                 Make Message -> Receive -> Cancel cancel 
13303                 incorporation on all accounts. Fixes
13304                 bug #693
13305
13306 2005-04-10 [colin]      1.9.6cvs30
13307
13308         * src/prefs_account.c
13309                 Update Privacy checkbuttons status based
13310                 on the selected privacy system
13311         * src/compose.c
13312                 Always connect the "None" privacy system; the
13313                 static boolean was probably there to avoid
13314                 reconnecting twice in the same compose window,
13315                 but as the parent function is only called once
13316                 per compose, it's only a bug - as a static is
13317                 initialized once per application instance.
13318                 Also, don't uncheck Sign and Encrypt when
13319                 selecting None as privacy system; just ignore
13320                 them when sending/queuing.
13321                 Should fix bug #695
13322
13323 2005-04-08 [colin]      1.9.6cvs29
13324
13325         * src/account.c
13326         * src/prefs_account.c
13327         * src/prefs_account.h
13328                 Add account preference to queue message in a certain
13329                 folder.
13330
13331 2005-04-06 [colin]      1.9.6cvs28
13332
13333         * src/prefs_account.c
13334                 Update old inbox path syntax
13335
13336 2005-04-06 [paul]       1.9.6cvs27
13337
13338         sync with main:
13339
13340         * configure.ac
13341                 changed -traditional-cpp to -no-cpp-precomp for newer
13342                 Mac OS X support
13343         * src/foldersel.c
13344                 made column resize automatically
13345         * src/send_message.c
13346                 send_message_smtp(): consider EOF right after QUIT
13347                 successful (workaround for Gmail SMTP server)
13348         * src/common/socket.c
13349                 ssl_read(), ssl_peek(): check EOF which violates the
13350                 SSL protocol
13351         * src/gtk/colorlabel.c
13352                 removed warnings when displaying colorlabel menu
13353                 (don't use GtkAlignment)
13354
13355 2005-04-05 [paul]       1.9.6cvs26
13356
13357         * src/plugins/trayicon/trayicon.c
13358                 fix clipping of icon under KDE3 
13359
13360 2005-04-05 [paul]       1.9.6cvs25
13361
13362         * src/summaryview.c
13363                 hide display of threading
13364                 patch by Alfons
13365
13366 2005-04-04 [thorsten]   1.9.6cvs24
13367
13368         * src/mh.c
13369                 marks lost on filesystems with different stat() results on
13370                 summer-/wintertime
13371
13372 2005-04-03 [colin]      1.9.6cvs23
13373
13374         * src/summaryview.c
13375                 Don't handle up/down. Patch by Alfons
13376
13377 2005-04-02 [colin]      1.9.6cvs22
13378
13379         * src/summaryview.c
13380                 Make scrolling faster. Patch by Alfons.
13381
13382 2005-04-01 [colin]      1.9.6cvs21
13383
13384         * src/Makefile.am
13385         * src/stock_pixmap.c
13386         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13387         * src/pixmaps/dir_noselect.xpm ** ADDED **
13388                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13389
13390 2005-04-01 [colin]      1.9.6cvs20
13391
13392         * src/image_viewer.c
13393         * src/image_viewer.h
13394         * src/procmime.c
13395         * src/procmime.h
13396         * src/textview.c
13397         * src/textview.h
13398                 Implement inline image resizing and right-clicking
13399
13400 2005-04-01 [paul]       1.9.6cvs19
13401
13402         * AUTHORS
13403         * Makefile.am
13404         * configure.ac
13405                 check for gnome2
13406                 patch by Luca Cavalli <loopback<AT>slackit.org>
13407         * po/ru.po
13408                 updated by Pavlo Bohmat
13409
13410 2005-03-31 [colin]      1.9.6cvs18
13411
13412         * src/news.c
13413                 Fix parsing references
13414         * src/msgcache.c
13415                 don't put nulls in the references list
13416         * src/procheader.c
13417                 commit that forgotten file in 1.9.6cvs14
13418
13419 2005-03-31 [colin]      1.9.6cvs17
13420
13421         * src/compose.c
13422                 Fix joining of signature separator again. 
13423                 Maybe Hiro could put it in main too...
13424
13425 2005-03-31 [colin]      1.9.6cvs16
13426
13427         * src/Makefile.am
13428         * src/foldersel.c
13429         * src/stock_pixmap.c
13430         * src/stock_pixmap.h
13431         * src/pixmaps/dir-noselect.xpm
13432                 Update foldersel.c (sync from main, patch by Alfons)
13433
13434 2005-03-30 [colin]      1.9.6cvs15
13435
13436         * src/imap.c
13437                 Fix handling of imap folders containing [] in 
13438                 their name. Thanks to Nahuel Angelinetti for
13439                 the detailed bugreport.
13440
13441 2005-03-30 [colin]      1.9.6cvs14
13442
13443         * src/common/utils.h
13444         * src/common/utils.c
13445         * src/common/defs.h
13446         * src/matcher.c
13447         * src/msgcache.c
13448         * src/news.c
13449         * src/procmsg.c
13450         * src/procmsg.h
13451         * src/quote_fmt_parse.y
13452         * src/summaryview.c
13453                 Update references system. Patch by Alfons
13454
13455 2005-03-30 [colin]      1.9.6cvs13
13456
13457         * src/common/socket.c
13458                 Force the glibc to read resolv.conf again when 
13459                 it has changed. Should fix issues when changing
13460                 networks on a laptop and not restarting sylpheed. 
13461
13462 2005-03-30 [paul]       1.9.6cvs12
13463
13464         partial sync with main:
13465
13466         * src/action.c
13467                 create_io_dialog(): use user-defined text font
13468                 (thanks to Alfons), and modified its appearance.
13469         * src/addrgather.c
13470         * src/addrharvest.c
13471         * src/browseldap.c
13472                 replace old code
13473         * src/compose.c
13474                 don't join (presumably) itemized lines on line-wrapping
13475                 fixed wrapping of quote when auto-wrapping is enabled
13476                 compose_destroy(): destroy paned only if it's not
13477                 attached to window. Fixed memory leak of popup menu.
13478         * src/exphtmldlg.c
13479         * src/expldifdlg.c
13480                 replace old code
13481         * src/html.c
13482         * src/html.h
13483         * src/importmutt.c
13484         * src/importpine.c
13485                 replace old code
13486         * src/main.c
13487                 removed redundant code
13488         * src/mainwindow.c
13489                 changed 'Code set' (which is rather incorrect)
13490                 in the menu to 'Character encoding'
13491                 main_window_set_widgets(): request size first
13492                 to prevent window size becoming wrong
13493                 fixed remembering of the state of the visibility
13494                 of MessageView
13495         * src/messageview.c
13496                 changed 'Code set' (which is rather incorrect)
13497                 in the menu to 'Character encoding'
13498         * src/prefs_common.c
13499         * src/prefs_common.h
13500                 added an option whether to render HTML as text or not
13501                 added separators to outgoing encoding menu
13502         * src/procheader.c
13503                 procheader_scan_date_string(): support header
13504                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13505         * src/summaryview.c
13506         * src/summaryview.h
13507                 minor code cleanup
13508         * src/textview.c
13509                 textview_show_html(): force output of newline
13510                 added an option whether to render HTML as text or not
13511         * src/common/utils.c
13512                 strncpy2(): optimized based on Alfons' code
13513         * src/gtk/gtkutils.c
13514         * src/gtk/gtkutils.h
13515                 removed non-used code
13516         * src/plugins/pgpmime/passphrase.c
13517                 partially fixed grab input of passphrase dialog
13518                 Confine pointer to window
13519
13520 2005-03-30 [colin]      1.9.6cvs11
13521
13522         * src/msgcache.c
13523         * src/msgcache.h
13524                 Read/write 32bit ints from cache & marks
13525                 From main.
13526
13527 2005-03-29 [paul]       1.9.6cvs10
13528
13529         * AUTHORS
13530         * ChangeLog.claws
13531         * src/compose.c
13532         * src/gtk/gtkaspell.c
13533                 sync with HEAD (don't pass NULL pointers) 
13534
13535 2005-03-24 [paul]
13536
13537         * tools/Makefile.am
13538         * tools/README
13539         * tools/acroread2sylpheed.pl
13540                 sync with HEAD (add script to send pdfs as
13541                 attachments from Adobe Reader 7)
13542
13543 2005-03-21 [paul]       1.9.6cvs9
13544
13545         * configure.ac
13546         * po/POTFILES.in
13547         * src/Makefile.am
13548         * src/crash.c
13549         * src/image_viewer.c ** ADDED **
13550         * src/image_viewer.h ** ADDED **
13551         * src/main.c
13552         * src/prefs_common.c
13553         * src/prefs_common.h
13554         * src/prefs_image_viewer.c ** ADDED **
13555         * src/prefs_image_viewer.h ** ADDED **
13556         * src/textview.c
13557         * src/gtk/about.c
13558         * src/pixmaps/sylpheed_logo.xpm
13559         * src/plugins/Makefile.am
13560         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13561         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13562         * src/plugins/image_viewer/plugin.c ** REMOVED **
13563         * src/plugins/image_viewer/viewer.c ** REMOVED **
13564         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13565         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13566         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13567         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13568         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13569                 as gdk-pixbuf is now built-in
13570                 remove image_viewer plugin and put code back into
13571                 main codebase
13572                 implement inline image display (sync with main)
13573
13574                 replace logo with newer, nicer, larger version  
13575
13576 2005-03-21 [paul]       1.9.6cvs8
13577
13578         * src/gtk/about.c
13579                 cosmetic improvement
13580
13581 2005-03-21 [holger]     1.9.6cvs7
13582
13583         * src/plugins/spamassassin/spamassassin.c
13584                 Sync with HEAD
13585                 (unregister hook on failed plugin init)
13586
13587 2005-03-20 [colin]      1.9.6cvs6
13588
13589         * src/common/plugin.c
13590                 Check that plugin isn't already loaded
13591                 Patch by Alfons
13592
13593 2005-03-20 [thorsten]   1.9.6cvs5
13594
13595         * src/compose.c
13596                 use a more compatible syntax
13597
13598 2005-03-20 [thorsten]   1.9.6cvs4
13599
13600         * src/prefs_toolbar.c
13601                 fix crash when selecting toolbar item (uninitialized pointer)
13602
13603 2005-03-20 [thorsten]   1.9.6cvs3
13604
13605         * src/procmime.c
13606                 fix mimetype detection (referenced free()d string)
13607
13608 2005-03-20 [paul]       1.9.6cvs2
13609
13610         * src/compose.c
13611                 sync with HEAD (1.0.3cvs5)
13612                 neglect Reply-To header if empty
13613                 Patch by Alfons 
13614
13615 2005-03-19 [holger]     1.9.6cvs1
13616
13617         * src/summaryview.c
13618         * src/summaryview.h
13619                 Sync with HEAD
13620
13621 2005-03-18 [paul]       1.9.6
13622
13623         initial GTK2 release
13624
13625 2005-03-18 [paul]       1.0.3cvs3.1
13626
13627         * AUTHORS
13628         * ChangeLog.claws
13629         * configure.ac
13630         * src/gtk/about.c
13631         * src/pixmaps/sylpheed_logo.xpm
13632                 sync with HEAD
13633
13634 2005-03-18 [colin]      1.0.3cvs2.6
13635
13636         * src/summaryview.c
13637                 Remove call to summary_step in summary_copy_selected_to
13638                 Can't see its purpose, and this causes bug when copying
13639                 a message if the next one is unread: it reads it.
13640
13641 2005-03-18 [paul]       1.0.3cvs2.5
13642
13643         * src/foldersel.c
13644                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13645
13646 2005-03-18 [paul]       1.0.3cvs2.4
13647
13648         * src/addrharvest.c
13649         * src/codeconv.c
13650         * src/codeconv.h
13651         * src/compose.c
13652         * src/news.c
13653         * src/procheader.c
13654         * src/procmime.c
13655         * src/unmime.c
13656         * src/unmime.h
13657                 fix buffer overflow, CAN-2005-0667, see
13658                 http://secunia.com/advisories/14491/
13659                 Patch by Alfons
13660
13661 2005-03-17 [colin]      1.0.3cvs2.3
13662
13663         * src/prefs_fonts.c
13664         * src/summaryview.c
13665                 Fix font bugs (both lists now officialy share 
13666                 the same font)
13667                 
13668
13669 2005-03-17 [paul]       1.0.3cvs2.2
13670
13671         * src/gtk/pluginwindow.c
13672                 make plugin descriptions uneditable
13673
13674 2005-03-11 [paul]       1.0.3cvs2.1
13675
13676         * ChangeLog.claws
13677         * configure.ac
13678         * po/POTFILES.in
13679         * src/plugins/trayicon/trayicon.c
13680                 sync with HEAD
13681                 add src/wizard.c to POTFILES.in
13682
13683 2005-03-11 [paul]       1.0.3cvs1.1
13684
13685         * ChangeLog
13686         * ChangeLog.claws
13687         * configure.ac
13688         * po/de.po
13689         * po/es.po
13690         * po/fr.po
13691         * po/it.po
13692         * po/pt_BR.po
13693         * po/ru.po
13694         * po/sk.po
13695         * po/sr.po
13696         * po/zh_CN.po
13697                 sync with HEAD
13698
13699 2005-03-04 [colin]      1.0.1cvs22.2
13700
13701         * src/compose.c
13702                 Fix signatures with accentued chars in it
13703
13704 2005-03-04 [colin]      1.0.1cvs22.1
13705
13706         * src/common/smtp.c
13707         * src/common/smtp.h
13708                 Don't use SIZE param in MAIL FROM: if server 
13709                 doesn't support it. Patch by Eugen Freiter
13710                 <eugen_f@users.sf.net>
13711
13712 2005-02-27 [paul]       1.0.1cvs20.1
13713
13714         * ChangeLog.claws
13715         * configure.ac
13716         * src/messageview.c
13717                 sync with HEAD
13718
13719 2005-02-27 [colin]      1.0.1cvs19.4
13720
13721         * src/procheader.c
13722         * src/procheader.h
13723                 Fix prototypes. Patch by Alfons
13724
13725 2005-02-27 [colin]      1.0.1cvs19.3
13726
13727         * src/compose.c
13728                 Don't auto-join the signature separator.
13729
13730 2005-02-26 [colin]      1.0.1cvs19.2
13731
13732         * src/summaryview.c
13733                 Fix 'mark all read' with collapsed threads.
13734                 Patch by Alfons.
13735
13736 2005-02-25 [paul]       1.0.1cvs19.1
13737
13738         * ChangeLog.claws
13739         * configure.ac
13740         * src/prefs_account.c
13741         * src/prefs_folder_item.c
13742         * src/gtk/prefswindow.c
13743         * src/gtk/prefswindow.h
13744                 sync with HEAD
13745
13746 2005-02-25 [paul]       1.0.1cvs15.12
13747
13748         * src/alertpanel.c
13749         * src/codeconv.c
13750         * src/compose.c
13751         * src/textview.c
13752         * src/gtk/gtkutils.c
13753         * src/gtk/gtkutils.h
13754         * src/gtk/logwindow.c
13755         * src/gtk/progressdialog.c
13756                 sync with main (revision 127)
13757                 and fix logwindow clipping
13758
13759 2005-02-24 [colin]      1.0.1cvs15.11
13760
13761         * src/plugins/pgpmime/passphrase.c
13762                 Disable input grabbing; it doesn't work yet.
13763
13764 2005-02-24 [colin]      1.0.1cvs15.10
13765
13766         * src/messageview.c
13767                 Don't send out receipts if offline. Ask.
13768
13769 2005-02-23 [colin]      1.0.1cvs15.9
13770
13771         * src/summaryview.c     
13772                 Fix expanding
13773
13774 2005-02-23 [colin]      1.0.1cvs15.8
13775
13776         * src/summaryview.c
13777                 Really fix Bug 568 by removing useless
13778                 calls. summary_thread_init() now called
13779                 in summary_sort(). This should please
13780                 Alfons as it should be faster than 
13781                 previously.
13782
13783 2005-02-23 [colin]      1.0.1cvs15.7
13784
13785         * src/compose.c
13786                 Encode parts as QP or B64 if signing
13787
13788 2005-02-23 [colin]      1.0.1cvs15.6
13789
13790         * src/compose.c
13791                 Fix Mimeinfo leakage (including tmp files)
13792         * src/procmsg.c
13793                 Fix tmp file leakage (spotted by Ivan Rayner)
13794
13795 2005-02-22 [colin]      1.0.1cvs15.5
13796
13797         * src/expldifdlg.c
13798                 Fix keyboard input. Patch by Alfons.
13799
13800 2005-02-21 [colin]      1.0.1cvs15.4
13801
13802         * src/compose.c
13803                 Fix Sign/Encrypt when unselecting privacy
13804                 system
13805         * src/prefs_common.c
13806                 Change default message font to Monospace
13807         * src/summaryview.c
13808                 More freezing during potentially large operations
13809
13810 2005-02-21 [paul]       1.0.1cvs15.3
13811
13812         * src/main.c
13813                 fix --help output
13814
13815 2005-02-21 [paul]       1.0.1cvs15.2
13816
13817         * po/Makefile.in.in
13818         * src/compose.c
13819         * src/summaryview.c
13820         * src/textview.c
13821         * src/common/utils.c
13822         * src/common/utils.h
13823                 sync with main (revision 117)
13824
13825 2005-02-20 [colin]      1.0.1cvs15.1
13826
13827         * src/common/defs.h
13828                 Change cache file to .sylpheed_claws_cache, as
13829                 suggested by Alfons. Allows people to switch
13830                 between Sylpheed and Sylpheed-Claws. it is
13831                 a good idea to "Check for new messages" at next
13832                 startup.
13833
13834
13835 2005-02-18 [colin]      1.0.1cvs14.1
13836
13837         * src/quote_fmt_lex.l
13838         * src/quote_fmt_parse.y
13839                 Fix parser initialisation. Patch by Ivan.
13840
13841 2005-02-18 [colin]      1.0.1cvs11.6
13842
13843         * src/folderview.c
13844                 Fix scrolldown (bug 662)
13845
13846 2005-02-17 [colin]      1.0.1cvs11.5
13847
13848         * src/codeconv.c
13849                 conv_filename_to_utf8: return clean 7bit instead
13850                 of broken utf8 if needed
13851         * src/mimeview.c
13852                 Fix display of parts with unclean 8bit names
13853
13854 2005-02-17 [paul]       1.0.1cvs11.4
13855
13856         * src/compose.c
13857         * src/exportldif.c
13858         * src/matcher_parser_parse.y
13859         * src/procmime.c
13860         * src/sourcewindow.c
13861         * src/common/Makefile.am
13862         * src/common/intl.h             ** REMOVED **
13863         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13864                 sync with main (revision 109)
13865                 and clean up
13866
13867 2005-02-16 [colin]      1.0.1cvs11.3
13868
13869         * src/summaryview.c
13870                 Fix collapsed thread not highlighting when new
13871                 messages in it (Bug 568) Patch by Stephan Sachse.
13872                 Fix messed up selection when reaching bounds (Bug 632)
13873         * src/prefs_themes.c
13874                 Fix theme installing (Bug 684)
13875
13876 2005-02-16 [colin]      1.0.1cvs11.2
13877
13878         * src/messageview.c
13879                 Fix messageview_select_all
13880
13881 2005-02-16 [colin]      1.0.1cvs11.1
13882
13883         * src/mh.c
13884                 Sync with HEAD (MH scan required function)
13885
13886 2005-02-15 [colin]      1.0.1cvs8.1
13887
13888         * src/mimeview.c
13889         * src/common/utils.c
13890                 Sync with HEAD (filename chars substitution)
13891
13892 2005-02-15 [colin]      1.0.1cvs7.3
13893
13894         * src/gtk/pluginwindow.c
13895                 Fix button spacing
13896
13897 2005-02-15 [colin]      1.0.1cvs7.2
13898
13899         * src/mimeview.c
13900                 Fix mime icons not reset across message when
13901                 scrolled down
13902
13903 2005-02-15 [colin]      1.0.1cvs7.1
13904
13905         * src/compose.c
13906         * src/procmime.c
13907                 Sync with HEAD (optimisation of cvs6)
13908
13909 2005-02-14 [colin]      1.0.1cvs6.1
13910
13911         * src/compose.c
13912         * src/procmime.c
13913                 Sync with HEAD (encode "From " at line beginning)
13914
13915 2005-02-14 [colin]      1.0.1cvs5.3
13916
13917         * src/compose.c
13918                 Fix wrapping with accentued chars.
13919
13920 2005-02-13 [colin]      1.0.1cvs5.2
13921
13922         * src/textview.c
13923                 Fix email informative part parsing with
13924                 accentued chars in it. ispunct() returns
13925                 true for them in utf8...
13926
13927 2005-02-12 [colin]      1.0.1cvs5.1
13928
13929         * src/filtering.c
13930                 Sync with HEAD (remove wrong use of compose after send)
13931
13932 2005-02-12 [paul]       1.0.1cvs4.5
13933
13934         * src/textview.c
13935                 remove unnecessary code (thanks to Alfons)
13936
13937 2005-02-12 [paul]       1.0.1cvs4.4
13938
13939         * src/textview.c
13940                 add 'Copy' to contextual menu on emails
13941
13942 2005-02-11 [colin]      1.0.1cvs4.3
13943
13944         * src/compose.c
13945                 revert 1.0.0cvs28.2, it doesn't work that well.
13946
13947 2005-02-11 [paul]       1.0.1cvs4.2
13948
13949         * po/Makefile.in.in
13950                 fix 'make release'
13951
13952 2005-02-10 [paul]       1.0.1cvs4.1
13953
13954         * ChangeLog
13955         * ChangeLog.claws
13956         * ChangeLog.jp
13957         * configure.ac
13958         * src/compose.c
13959                 sync with HEAD (sync with main)
13960
13961 2005-02-10 [paul]       1.0.1cvs3.2
13962
13963         * AUTHORS
13964         * Makefile.am
13965         * autogen.sh
13966         * configure.ac
13967         * config/mkinstalldirs
13968         * intl/.cvsignore
13969         * intl/ChangeLog
13970         * intl/VERSION
13971         * intl/bindtextdom.c
13972         * intl/config.charset
13973         * intl/dcgettext.c
13974         * intl/dcigettext.c
13975         * intl/dcngettext.c
13976         * intl/dgettext.c
13977         * intl/dngettext.c
13978         * intl/eval-plural.h
13979         * intl/explodename.c
13980         * intl/finddomain.c
13981         * intl/gettext.c
13982         * intl/gettextP.h
13983         * intl/gmo.h
13984         * intl/hash-string.h
13985         * intl/intl-compat.c
13986         * intl/l10nflist.c
13987         * intl/libgnuintl.h.in
13988         * intl/loadinfo.h
13989         * intl/loadmsgcat.c
13990         * intl/localcharset.c
13991         * intl/localcharset.h
13992         * intl/locale.alias
13993         * intl/localealias.c
13994         * intl/localename.c
13995         * intl/log.c
13996         * intl/ngettext.c
13997         * intl/os2compat.c
13998         * intl/os2compat.h
13999         * intl/osdep.c
14000         * intl/plural-exp.c
14001         * intl/plural-exp.h
14002         * intl/plural.c
14003         * intl/plural.y
14004         * intl/ref-add.sin
14005         * intl/ref-del.sin
14006         * intl/relocatable.c
14007         * intl/relocatable.h
14008         * intl/textdomain.c
14009         * m4/Makefile.am
14010         * po/Makefile.in.in
14011         * src/Makefile.am
14012         * src/account.c
14013         * src/action.c
14014         * src/addr_compl.c
14015         * src/addressadd.c
14016         * src/addressbook.c
14017         * src/addrgather.c
14018         * src/addrindex.c
14019         * src/alertpanel.c
14020         * src/browseldap.c
14021         * src/codeconv.c
14022         * src/codeconv.h
14023         * src/compose.c
14024         * src/compose.h
14025         * src/crash.c
14026         * src/editaddress.c
14027         * src/editbook.c
14028         * src/editgroup.c
14029         * src/editjpilot.c
14030         * src/editldap.c
14031         * src/editldap_basedn.c
14032         * src/editvcard.c
14033         * src/exphtmldlg.c
14034         * src/expldifdlg.c
14035         * src/export.c
14036         * src/exporthtml.c
14037         * src/filtering.c
14038         * src/folder.c
14039         * src/folder_item_prefs.c
14040         * src/foldersel.c
14041         * src/folderview.c
14042         * src/grouplistdialog.c
14043         * src/headerview.c
14044         * src/imap.c
14045         * src/imap_gtk.c
14046         * src/import.c
14047         * src/importldif.c
14048         * src/importmutt.c
14049         * src/importpine.c
14050         * src/inc.c
14051         * src/ldif.c
14052         * src/main.c
14053         * src/mainwindow.c
14054         * src/matcher.c
14055         * src/mbox.c
14056         * src/message_search.c
14057         * src/messageview.c
14058         * src/mh.c
14059         * src/mh_gtk.c
14060         * src/mimeview.c
14061         * src/msgcache.c
14062         * src/news.c
14063         * src/news_gtk.c
14064         * src/noticeview.c
14065         * src/partial_download.c
14066         * src/pop.c
14067         * src/prefs_account.c
14068         * src/prefs_actions.c
14069         * src/prefs_common.c
14070         * src/prefs_customheader.c
14071         * src/prefs_display_header.c
14072         * src/prefs_ext_prog.c
14073         * src/prefs_filtering.c
14074         * src/prefs_filtering_action.c
14075         * src/prefs_folder_item.c
14076         * src/prefs_fonts.c
14077         * src/prefs_gtk.c
14078         * src/prefs_matcher.c
14079         * src/prefs_msg_colors.c
14080         * src/prefs_spelling.c
14081         * src/prefs_summary_column.c
14082         * src/prefs_template.c
14083         * src/prefs_themes.c
14084         * src/prefs_toolbar.c
14085         * src/prefs_wrapping.c
14086         * src/privacy.c
14087         * src/procheader.c
14088         * src/procmime.c
14089         * src/procmsg.c
14090         * src/quote_fmt.c
14091         * src/recv.c
14092         * src/send_message.c
14093         * src/setup.c
14094         * src/sourcewindow.c
14095         * src/ssl_manager.c
14096         * src/statusbar.c
14097         * src/summary_search.c
14098         * src/summaryview.c
14099         * src/textview.c
14100         * src/toolbar.c
14101         * src/wizard.c
14102         * src/common/nntp.c
14103         * src/common/plugin.c
14104         * src/common/smtp.c
14105         * src/common/ssl.c
14106         * src/common/ssl_certificate.c
14107         * src/common/string_match.c
14108         * src/common/sylpheed.c
14109         * src/common/template.c
14110         * src/common/utils.c
14111         * src/gtk/about.c
14112         * src/gtk/colorlabel.c
14113         * src/gtk/description_window.c
14114         * src/gtk/filesel.c
14115         * src/gtk/foldersort.c
14116         * src/gtk/gtkaspell.c
14117         * src/gtk/gtkutils.c
14118         * src/gtk/inputdialog.c
14119         * src/gtk/logwindow.c
14120         * src/gtk/menu.c
14121         * src/gtk/pluginwindow.c
14122         * src/gtk/prefswindow.c
14123         * src/gtk/progressdialog.c
14124         * src/gtk/quicksearch.c
14125         * src/gtk/sslcertwindow.c
14126         * src/plugins/clamav/clamav_plugin.c
14127         * src/plugins/clamav/clamav_plugin_gtk.c
14128         * src/plugins/demo/demo.c
14129         * src/plugins/dillo_viewer/dillo_prefs.c
14130         * src/plugins/dillo_viewer/dillo_viewer.c
14131         * src/plugins/image_viewer/plugin.c
14132         * src/plugins/image_viewer/viewer.c
14133         * src/plugins/image_viewer/viewerprefs.c
14134         * src/plugins/mathml_viewer/mathml_viewer.c
14135         * src/plugins/pgpmime/passphrase.c
14136         * src/plugins/pgpmime/plugin.c
14137         * src/plugins/pgpmime/prefs_gpg.c
14138         * src/plugins/pgpmime/select-keys.c
14139         * src/plugins/pgpmime/sgpgme.c
14140         * src/plugins/spamassassin/spamassassin.c
14141         * src/plugins/spamassassin/spamassassin_gtk.c
14142         * src/plugins/trayicon/trayicon.c
14143                 sync with main (revision 104)
14144
14145 2005-02-10 [colin]      1.0.1cvs3.1
14146
14147         * src/mainwindow.c
14148                 Sync with HEAD (fix occasional crasher)
14149
14150 2005-02-10 [colin]      1.0.1cvs2.1
14151
14152         * src/messageview.c
14153                 Synw with HEAD (don't automatically display html)
14154
14155 2005-02-09 [colin]      1.0.1cvs1.3
14156
14157         * src/textview.c
14158         * src/textview.h
14159                 Add contextual menu on emails
14160
14161 2005-02-09 [colin]      1.0.1cvs1.2
14162
14163         * src/codeconv.c
14164                 Fix converting from broken headers and 
14165                 put back the _ in missing places
14166                 (feature broke with cvs24.2 sync, main 
14167                  possibly affected?)
14168
14169 2005-02-09 [colin]      1.0.1cvs1.1
14170
14171         * src/messageview.c
14172         * src/mimeview.c
14173         * src/mimeview.h
14174                 Sync with HEAD (display non text/plain mails with plugin)
14175
14176 2005-02-08 [colin]      1.0.1.1
14177
14178         * ChangeLog.claws
14179         * po/pt_BR.po
14180                 Sync with HEAD
14181         * configure.ac
14182                 Make default configuration directory 
14183                 be .sylpheed-gtk2
14184
14185 2005-02-08 [colin]      1.0.0cvs29.1
14186
14187         * po/de.po
14188         * po/es.po
14189         * po/fr.po
14190         * po/it.po
14191         * po/sk.po
14192         * po/sr.po
14193                 Sync translations with HEAD
14194
14195 2005-02-06 [colin]      1.0.0cvs28.3
14196
14197         * src/compose.c
14198                 Make compose a bit faster - patch by Alfons.
14199
14200 2005-02-06 [colin]      1.0.0cvs28.2
14201
14202         * src/compose.c
14203                 Make pasting via middle-click more reliable
14204
14205 2005-02-05 [paul]       1.0.0cvs28.1
14206
14207         * ChangeLog
14208         * ChangeLog.claws
14209         * ChangeLog.jp
14210         * configure.ac
14211         * src/compose.c
14212                 sync with HEAD
14213                 (fix bug 682 'redirect is broken'
14214
14215 2005-02-05 [torte]      1.0.0cvs27.1
14216
14217         * ChangeLog.claws
14218         * configure.ac
14219         * src/partial_download.c
14220                 Sync with HEAD (fix buf overflow)
14221
14222 2005-02-03 [colin]      1.0.0cvs26.1
14223
14224         * src/common/plugin.c
14225                 Sync with HEAD (avoid plugin mismatches)
14226
14227 2005-02-03 [paul]       1.0.0cvs25.3
14228
14229         * src/folderview.c
14230         * src/headerview.c
14231         * src/summaryview.c
14232         * src/textview.c
14233         * src/gtk/colorlabel.c
14234                 third and final part of initial sync with main-gtk2
14235
14236 2005-02-03 [paul]       1.0.0cvs25.2
14237
14238         * src/jpilot.c
14239                 fix building with jpilot support
14240
14241 2005-02-02 [colin]      1.0.0cvs25.1
14242
14243         * src/messageview.c
14244                 Sync with HEAD (fix dangerous typo)
14245
14246 2005-02-01 [colin]      1.0.0cvs24.3
14247
14248         * src/common/xml.c
14249                 Write file as advertised (UTF-8)
14250
14251 2005-02-01 [paul]       1.0.0cvs24.2
14252
14253         * src/addrbook.c
14254         * src/addrindex.c
14255         * src/alertpanel.h
14256         * src/codeconv.c
14257         * src/codeconv.h
14258         * src/compose.c
14259         * src/export.c
14260         * src/folder_item_prefs.c
14261         * src/html.c
14262         * src/imap.c
14263         * src/import.c
14264         * src/jpilot.c
14265         * src/mainwindow.c
14266         * src/matcher_parser_lex.l
14267         * src/messageview.c
14268         * src/mh.c
14269         * src/prefs_account.c
14270         * src/prefs_actions.c
14271         * src/prefs_common.c
14272         * src/prefs_gtk.c
14273         * src/prefs_gtk.h
14274         * src/prefs_themes.c
14275         * src/procheader.c
14276         * src/procmime.c
14277         * src/sourcewindow.c
14278         * src/statusbar.c
14279         * src/summaryview.c
14280         * src/textview.c
14281         * src/toolbar.c
14282         * src/unmime.c
14283         * src/common/template.c
14284         * src/common/utils.c
14285         * src/common/xml.c
14286         * src/common/xml.h
14287         * src/gtk/gtkaspell.c
14288         * src/plugins/clamav/clamav_plugin.c
14289         * src/plugins/dillo_viewer/dillo_prefs.c
14290         * src/plugins/image_viewer/viewerprefs.c
14291         * src/plugins/pgpmime/passphrase.c
14292         * src/plugins/pgpmime/prefs_gpg.c
14293         * src/plugins/pgpmime/select-keys.c
14294         * src/plugins/spamassassin/spamassassin.c
14295                 second part of initial sync with main-gtk2
14296                 (more to follow)
14297
14298 2005-01-31 [colin]      1.0.0cvs24.1
14299
14300         * src/compose.c
14301                 Sync with HEAD
14302
14303 2005-01-29 [paul]       1.0.0cvs23.2
14304
14305         * src/account.c
14306         * src/action.c
14307         * src/addressadd.c
14308         * src/addressbook.c
14309         * src/alertpanel.c
14310         * src/compose.c
14311         * src/editaddress.c
14312         * src/editbook.c
14313         * src/editgroup.c
14314         * src/editjpilot.c
14315         * src/editldap.c
14316         * src/editldap_basedn.c
14317         * src/editvcard.c
14318         * src/export.c
14319         * src/foldersel.c
14320         * src/grouplistdialog.c
14321         * src/import.c
14322         * src/importldif.c
14323         * src/inc.c
14324         * src/main.c
14325         * src/mainwindow.c
14326         * src/message_search.c
14327         * src/messageview.c
14328         * src/mimeview.c
14329         * src/prefs_actions.c
14330         * src/prefs_common.c
14331         * src/prefs_common.h
14332         * src/prefs_customheader.c
14333         * src/prefs_display_header.c
14334         * src/prefs_filtering.c
14335         * src/prefs_filtering_action.c
14336         * src/prefs_gtk.c
14337         * src/prefs_matcher.c
14338         * src/prefs_summary_column.c
14339         * src/prefs_template.c
14340         * src/sourcewindow.c
14341         * src/summary_search.c
14342         * src/summaryview.c
14343         * src/textview.c
14344         * src/gtk/about.c
14345         * src/gtk/description_window.c
14346         * src/gtk/gtkshruler.c
14347         * src/gtk/gtkutils.c
14348         * src/gtk/gtkutils.h
14349         * src/gtk/inputdialog.c
14350         * src/gtk/logwindow.c
14351         * src/gtk/prefswindow.c
14352         * src/gtk/progressdialog.c
14353         * src/gtk/progressdialog.h
14354                 first part of initial sync with main-gtk2
14355                 (more to follow)
14356
14357 2005-01-28 [colin]      1.0.0cvs23.1
14358
14359         * src/folderview.c
14360                 Sync with HEAD
14361
14362 2005-01-27 [colin]      1.0.0cvs21.1
14363
14364         * src/folder.c
14365         * src/folderview.c
14366                 Sync with HEAD
14367
14368 2005-01-27 [colin]      1.0.0cvs19.1
14369
14370         * src/procmime.c
14371                 Sync with HEAD
14372
14373 2005-01-27 [colin]      1.0.0cvs18.1
14374
14375         * src/messageview.c
14376         * src/summaryview.c
14377         * src/mainwindow.c
14378         * src/compose.c
14379         * src/compose.h
14380         * src/procmsg.c
14381         * src/procmsg.h
14382         * src/toolbar.c
14383                 Sync with HEAD
14384
14385 2005-01-26 [paul]       1.0.0cvs15.2
14386
14387         * src/compose.c
14388                 compose_entries_set(): convert subject and body to
14389                 utf8 if necessary. patch by Felix Eckhofer
14390
14391 2005-01-26 [paul]       1.0.0cvs15.1
14392
14393         * configure.ac
14394         * src/common/template.c
14395                 sync with HEAD (fix memory leak)
14396
14397 2005-01-25 [paul]       1.0.0cvs14.1
14398
14399         * configure.ac
14400         * src/compose.c
14401                 sync with HEAD
14402
14403 2005-01-24 [colin]      1.0.0cvs13.1
14404
14405         * src/summaryview.c
14406                 Sync with HEAD
14407
14408 2005-01-24 [paul]       1.0.0cvs12.1
14409
14410         * configure.ac
14411         * src/messageview.c
14412         * src/mh.c
14413         * src/common/utils.c
14414                 sync with HEAD
14415
14416 2005-01-24 [colin]      1.0.0cvs11.1
14417
14418         * src/procheader.c
14419                 Sync with HEAD
14420
14421 2005-01-24 [colin]      1.0.0cvs10.1
14422
14423         * src/folderview.c
14424                 Sync with HEAD
14425
14426 2005-01-23 [colin]      1.0.0cvs9.1
14427
14428         * src/crash.c
14429                 Sync with HEAD
14430
14431 2005-01-22 [colin]      1.0.0cvs8.1
14432
14433         * src/summaryview.c
14434         * src/gtk/quicksearch.c
14435                 Sync with HEAD
14436
14437 2005-01-21 [colin]      1.0.0cvs7.1
14438
14439         * src/summaryview.c
14440                 Sync with HEAD
14441
14442 2005-01-21 [colin]      1.0.0cvs6.1
14443
14444         * src/summaryview.c
14445                 Sync with HEAD
14446
14447 2005-01-21 [colin]      1.0.0cvs5.1
14448
14449         * src/gtk/quicksearch.c
14450         * src/prefs_common.c
14451         * src/prefs_common.h
14452                 Sync with HEAD (recurse option)
14453
14454 2005-01-21 [colin]      1.0.0cvs4.1
14455
14456         * src/folder.h
14457         * src/folderview.c
14458         * src/folderview.h
14459         * src/summaryview.c
14460         * src/gtk/quicksearch.c
14461         * src/gtk/quicksearch.h
14462                 Sync with HEAD (recursive quicksearch)
14463
14464 2005-01-20 [colin]      1.0.0cvs3.4
14465
14466         * src/ssl_manager.c
14467                 Remove useless code
14468
14469 2005-01-20 [colin]      1.0.0cvs3.3
14470
14471         * src/ssl_manager.c
14472                 Fix leak, thanks to Alfons.
14473
14474 2005-01-20 [colin]      1.0.0cvs3.2
14475
14476         * src/ssl_manager.c
14477                 Port SSL certificate window to GTK2.
14478
14479 2005-01-20 [paul]       1.0.0cvs3.1
14480
14481         * ChangeLog.claws
14482         * configure.ac
14483         * src/addrindex.c
14484         * src/addrindex.h
14485                 sync with HEAD
14486
14487 2005-01-19 [colin]      1.0.0cvs2.2
14488
14489         * src/plugins/trayicon/trayicon.c
14490                 Fix freeze with gtk-2.6, the easy way
14491                 (signal blocking helpless there...)
14492                 Closes bug #668.
14493
14494 2005-01-19 [colin]      1.0.0cvs2.1
14495
14496         * src/mbox.c
14497         * src/mbox.h
14498         * src/mainwindow.c
14499         * src/summaryview.c
14500         * src/summaryview.h
14501                 Sync with HEAD
14502
14503 2005-01-19 [paul]       1.0.0cvs1.1
14504
14505         * configure.ac
14506         * po/de.po
14507         * po/es.po
14508         * po/fr.po
14509         * po/hr.po
14510         * po/it.po
14511         * po/ja.po
14512         * po/ko.po
14513         * po/pt_BR.po
14514         * po/ru.po
14515         * po/sk.po
14516         * po/sr.po
14517                 sync with HEAD (update translations)
14518
14519 2005-01-18 [colin]      1.0.0cvs0.1
14520
14521         * src/foldersel.c
14522                 Specify search column - patch by Alfons
14523
14524 2005-01-18 [colin]      0.9.13cvs36.3
14525
14526         * src/prefs_toolbar.c
14527                 Change Delete to Remove
14528         * src/prefs_fonts.c
14529                 GTK2 version and leak fixes
14530         * src/prefs_actions.c
14531                 Add stock buttons.
14532                 All patches by Alfons
14533
14534 2005-01-17 [colin]      0.9.13cvs36.2
14535
14536         * src/compose.c
14537                 Fix DnD inserting twice. While at it,
14538                 add DnD support for text/plain in the
14539                 body, and add support in the headers.
14540
14541 2005-01-16 [colin]      0.9.13cvs36.1
14542
14543         * ChangeLog
14544         * ChangeLog.jp
14545         * ChangeLog.claws
14546                 Sync with HEAD (nothing applicable)
14547
14548 2005-01-16 [colin]      0.9.13cvs33.2
14549
14550         * src/prefs_toolbar.c
14551                 GTK2ize prefs_toolbar, by Alfons.
14552
14553 2005-01-14 [colin]      0.9.13cvs33.1
14554
14555         * src/html.c
14556         * src/msgcache.c
14557                 Sync with HEAD
14558
14559 2005-01-14 [colin]      0.9.13cvs32.1
14560
14561         * src/html.c
14562         * src/html.h
14563         * src/msgcache.c
14564         * AUTHORS
14565         * tools/calypso_convert.pl
14566                 Sync with HEAD
14567
14568 2005-01-08 [colin]      0.9.13cvs29.2
14569
14570         * src/prefs_filtering_action.c
14571         * src/prefs_filtering.c
14572                 2 more gtk2 patches by Alfons
14573
14574 2005-01-07 [paul]       0.9.13cvs29.1
14575
14576         * ChangeLog
14577         * ChangeLog.claws
14578         * ChangeLog.jp
14579         * configure.ac
14580         * src/pop.c
14581         * src/pop.h
14582                 sync with HEAD
14583
14584 2005-01-07 [colin]      0.9.13cvs28.3
14585
14586         * src/gtk/progressdialog.c
14587         * src/gtk/progressdialog.h
14588         * src/inc.c
14589         * src/send_message.c
14590                 GTK2 for the incorporation dialog. The CList isn't dead
14591                 yet, for a more smooth migration. Patch by Alfons.
14592
14593 2005-01-06 [colin]      0.9.13cvs28.2
14594
14595         * src/prefs_display_header.c
14596                 GTK2 conversion by Alfons
14597         * src/prefs_actions.c
14598         * src/prefs_matcher.c
14599                 Fix 2 leaks - patch by Alfons
14600
14601 2005-01-06 [colin]      0.9.13cvs28.1
14602
14603         * src/prefs_matcher.c
14604                 Sync with HEAD
14605
14606 2005-01-06 [colin]      0.9.13cvs27.4
14607
14608         * src/prefs_matcher.c
14609                 Fix double-free. Patch by Alfons
14610
14611 2005-01-06 [colin]      0.9.13cvs27.3
14612
14613         * src/prefs_matcher.c
14614                 GTK2 widgets + memleak
14615                 Patch by Alfons
14616
14617 2005-01-05 [colin]      0.9.13cvs27.2
14618
14619         * src/account.c
14620         * src/addr_compl.c
14621         * src/foldersel.c
14622         * src/stock_pixmap.c
14623         * src/stock_pixmap.h
14624                 3 more GTK2 patches by Alfons.
14625
14626 2005-01-04 [colin]      0.9.13cvs27.1
14627
14628         * src/folderview.c
14629         * src/imap_gtk.c
14630         * src/news_gtk.c
14631                 Sync with HEAD
14632
14633 2005-01-04 [colin]      0.9.13cvs25.9
14634
14635         * src/compose.c
14636                 Fix Show Ruler menuitem
14637         * src/prefs_template.c
14638                 Convert to GTK2
14639         * src/common/utils.c
14640                 Make auto pointer stuff handles NULLs
14641                 Patches by Alfons.
14642
14643 2005-01-04 [colin]      0.9.13cvs25.8
14644
14645         * src/compose.c
14646                 Move the attachment list to gtk2
14647                 Patch by Alfons.
14648
14649 2005-01-04 [colin]      0.9.13cvs25.7
14650
14651         * src/textview.c
14652                 Make some keys work again
14653                 Patch by SungHyun Nam <namsh@kldp.org>
14654
14655 2005-01-04 [colin]      0.9.13cvs25.6
14656
14657         * src/gtk/gtkshruler.c
14658                 Move the ruler to GTK2
14659                 Patch by Alfons
14660
14661 2005-01-03 [colin]      0.9.13cvs25.5
14662
14663         * src/compose.c
14664                 Fix my broken patch apply 
14665
14666 2005-01-03 [colin]      0.9.13cvs25.4
14667
14668         * src/common/utils.c
14669         * src/common/utils.h
14670         * src/gtk/prefswindow.c
14671                 Move auto pointer stuff to utils.c
14672                 Patch by Alfons again :)
14673
14674 2005-01-03 [colin]      0.9.13cvs25.3
14675
14676         * src/compose.c
14677         * src/prefs_gtk.c
14678         * src/prefs_template.c
14679         * src/textview.c
14680                 Empty text widgets with empty strings, not NULL char
14681                 Patch by SungHyun Nam <namsh@kldp_org>
14682
14683 2005-01-03 [colin]      0.9.13cvs25.2
14684
14685         * src/main.c
14686         * AUTHORS
14687                 Sync with HEAD
14688
14689 2005-01-03 [colin]      0.9.13cvs25.1
14690
14691         * src/pop.c
14692         * src/pop.h
14693                 Sync with HEAD
14694
14695 2005-01-03 [colin]      0.9.13cvs24.3
14696
14697         * src/account.c
14698                 Two patches from Alfons and Alex S Moore:
14699                 fix images, fix return value.
14700
14701 2005-01-01 [colin]      0.9.13cvs24.2
14702
14703         * src/prefs_actions.c
14704                 Fix over-zealous assertion. Patch by Alfons
14705
14706 2005-01-01 [colin]      0.9.13cvs24.1
14707
14708         * src/procmime.c
14709                 Sync with HEAD (leak fix)
14710
14711 2004-12-31 [colin]      0.9.13cvs23.2
14712
14713         * src/prefs_common.c
14714                 GTK2 widgets + stock buttons - patch by Alfons
14715
14716 2004-12-31 [paul]       0.9.13cvs23.1
14717
14718         * configure.ac
14719                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14720         * src/gtk/pluginwindow.c
14721                 use GTK2 widgets and plug memory leaks,
14722                 patches by Alfons
14723
14724 2004-12-30 [colin]      0.9.13cvs22.4
14725
14726         * src/account.c
14727         * src/action.c
14728         * src/export.c
14729         * src/foldersel.c
14730         * src/import.c
14731         * src/message_search.c
14732         * src/prefs_actions.c
14733         * src/prefs_common.c
14734         * src/prefs_customheader.c
14735         * src/prefs_filtering.c
14736         * src/prefs_summary_column.c
14737         * src/summary_search.c
14738         * src/gtk/about.c
14739         * src/gtk/description_window.c
14740         * src/gtk/gtkutils.c
14741         * src/gtk/gtkutils.h
14742         * src/gtk/inputdialog.c
14743         * src/gtk/prefswindow.c
14744                 Use GTK2 stock buttons. Patches by Alfons.
14745
14746 2004-12-30 [colin]      0.9.13cvs22.3
14747
14748         * src/account.c
14749                 Sync with HEAD
14750         * src/prefs_actions.c
14751         * src/prefs_customheader.c
14752         * src/prefs_filtering.c
14753         * src/prefs_msg_colors.c
14754         * src/prefs_summary_column.c
14755         * src/gtk/prefswindow.c
14756                 Use GtkTreeView instead of deprecated 
14757                 widgets. Patches by Alfons.
14758
14759 2004-12-30 [paul]       0.9.13cvs22.2
14760
14761         * src/foldersel.c
14762                 use GTK 2 Tree View
14763                 patch by Alfons, with root folder sorting fix
14764                 by Stephan Sachse
14765
14766 2004-12-30 [paul]       0.9.13cvs22.1
14767
14768         * ChangeLog
14769         * ChangeLog.claws
14770         * ChangeLog.jp
14771         * NEWS
14772         * configure.ac
14773         * src/account.c
14774                 sync with HEAD
14775
14776 2004-12-22 [martin]     0.9.13cvs21.2
14777
14778         * src/action.c
14779                 free the command line after its use
14780
14781 2004-12-18 [paul]       0.9.13cvs21.1
14782
14783         * AUTHORS
14784         * ChangeLog
14785         * ChangeLog.claws
14786         * ChangeLog.jp
14787         * NEWS
14788         * configure.ac
14789         * src/action.c
14790         * src/compose.c
14791         * src/syldap.c
14792                 sync with HEAD
14793
14794 2004-12-17 [martin]     0.9.13cvs17.2
14795
14796         * src/action.c
14797                 convert actions input to locale
14798         * src/inc.c
14799                 convert notification command to locale
14800         * src/plugins/pgpmime/select-keys.c
14801                 convert attributes to utf8
14802
14803 2004-12-14 [colin]      0.9.13cvs17.1
14804
14805         * ChangeLog
14806         * ChangeLog.jp
14807         * ChangeLog.claws
14808         * src/action.c
14809         * src/common/utils.c
14810         * src/gtk/prefswindow.c
14811         * src/gtk/gtkutils.c
14812         * src/gtk/gtkutils.h
14813         * src/plugins/spamassassin/libspamc.c
14814                 Sync with HEAD
14815
14816 2004-12-13 [colin]      0.9.13cvs14.1
14817
14818         * src/quote_fmt_parse.y
14819                 Sync with HEAD
14820
14821 2004-12-10 [colin]      0.9.13cvs12.1
14822
14823         * src/prefs_themes.c
14824         * src/mainwindow.c
14825         * src/messageview.c
14826                 Sync with HEAD
14827
14828 2004-12-09 [colin]      0.9.13cvs10.1
14829
14830         * src/procmime.c
14831                 Sync with HEAD (fix B64 encoding from memory)
14832
14833 2004-12-08 [colin]      0.9.13cvs9.1
14834
14835         * src/gtk/colorlabel.c
14836                 Sync with HEAD
14837
14838 2004-12-08 [paul]       0.9.13cvs8.2
14839
14840         * src/gtk/pluginwindow.c
14841                 fix window resizing oddities
14842
14843 2004-12-08 [colin]      0.9.13cvs8.1
14844
14845         * src/quote_fmt_parse.y
14846                 Sync with HEAD
14847
14848 2004-12-08 [colin]      0.9.13cvs7.1
14849
14850         * src/matcher_parser_parse.y
14851         * src/msgcache.c
14852         * src/prefs_matcher.c
14853         * src/procheader.c
14854         * src/matcher.c
14855         * src/common/defs.h
14856         * po/sr.po
14857                 Sync with HEAD
14858
14859 2004-12-08 [colin]      0.9.13cvs6.1
14860
14861         * src/quote_fmt_parse.y
14862         * src/textview.c
14863                 Sync with HEAD
14864         * src/gtk/prefswindow.c
14865         * src/gtk/pluginwindow.c
14866                 Fix G_CALLBACKS protos (thanks to Alfons)
14867
14868 2004-12-07 [torte]      0.9.13cvs2.2
14869
14870         * src/procmime.c
14871                 [Bug 650] reply button causes crash
14872                 Thanks to David Relson and Christoph
14873
14874 2004-12-07 [colin]      0.9.13cvs2.1
14875
14876         * ChangeLog.claws
14877         * AUTHORS
14878         * po/sk.po
14879         * src/procmime.c
14880         * src/prefs_account.c
14881         * src/common/smtp.c
14882         * src/common/smtp.h
14883                 Sync with HEAD
14884
14885 2004-12-06 [colin]      0.9.12cvs187.1
14886
14887         * ChangeLog.claws
14888         * INSTALL
14889         * Makefile.am
14890         * README.claws
14891         * TODO.claws
14892         * configure.ac
14893         * po/bg.po
14894         * po/cs.po
14895         * po/el.po
14896         * po/en_GB.po
14897         * po/es.po
14898         * po/fr.po
14899         * po/hr.po
14900         * po/hu.po
14901         * po/it.po
14902         * po/ja.po
14903         * po/ko.po
14904         * po/nl.po
14905         * po/pl.po
14906         * po/pt_BR.po
14907         * po/ru.po
14908         * po/sk.po
14909         * po/sr.po
14910         * po/sv.po
14911         * po/zh_CN.po
14912         * po/zh_TW.Big5.po
14913         * src/compose.c
14914         * tools/Makefile.am
14915         * tools/README
14916         * tools/filter_conv.pl
14917         * tools/kdeservicemenu/README
14918         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14919         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14920                 Sync with HEAD
14921
14922 2004-12-04 [colin]      0.9.12cvs183.1
14923
14924         * src/compose.c
14925                 Sync with HEAD (compose window position saving)
14926
14927 2004-12-04 [paul]       0.9.12cvs182.3
14928
14929         * src/messageview.c
14930         * src/mimeview.c
14931         * src/prefs_customheader.c
14932         * src/gtk/quicksearch.c
14933                 replace some forgotten GTK_SIGNAL_FUNCs
14934
14935 2004-12-04 [paul]       0.9.12cvs182.2
14936
14937         * src/Makefile.am
14938                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14939                 committed in error      
14940
14941 2004-12-04 [paul]       0.9.12cvs182.1
14942
14943         * ChangeLog
14944         * ChangeLog.claws
14945         * ChangeLog.jp
14946         * INSTALL
14947         * NEWS
14948         * README
14949         * README.jp
14950         * configure.ac
14951         * doc/manual/ja/Makefile.am
14952         * doc/manual/ja/sylpheed-1.html
14953         * doc/manual/ja/sylpheed-10.html
14954         * doc/manual/ja/sylpheed-11.html
14955         * doc/manual/ja/sylpheed-12.html
14956         * doc/manual/ja/sylpheed-13.html
14957         * doc/manual/ja/sylpheed-14.html
14958         * doc/manual/ja/sylpheed-15.html
14959         * doc/manual/ja/sylpheed-16.html
14960         * doc/manual/ja/sylpheed-17.html
14961         * doc/manual/ja/sylpheed-18.html
14962         * doc/manual/ja/sylpheed-19.html
14963         * doc/manual/ja/sylpheed-2.html
14964         * doc/manual/ja/sylpheed-20.html
14965         * doc/manual/ja/sylpheed-3.html
14966         * doc/manual/ja/sylpheed-4.html
14967         * doc/manual/ja/sylpheed-5.html
14968         * doc/manual/ja/sylpheed-6.html
14969         * doc/manual/ja/sylpheed-7.html
14970         * doc/manual/ja/sylpheed-8.html
14971         * doc/manual/ja/sylpheed-9.html
14972         * doc/manual/ja/sylpheed.html
14973         * doc/manual/ja/sylpheed.sgml
14974         * po/de.po
14975         * src/Makefile.am
14976         * src/compose.c
14977         * src/procmime.c
14978         * src/pixmaps/regular.xpm **REMOVED**
14979         * src/plugins/pgpmime/pgpmime.c
14980         * src/plugins/pgpmime/plugin.c
14981         * src/plugins/pgpmime/prefs_gpg.c
14982                 sync with HEAD
14983
14984 2004-12-03 [paul]       0.9.12cvs180.1
14985
14986         * ChangeLog
14987         * ChangeLog.claws
14988         * ChangeLog.jp
14989         * configure.ac
14990         * src/Makefile.am
14991         * src/pop.c
14992         * src/common/utils.c
14993         * src/common/utils.h
14994         * src/pixmaps/continue.xpm
14995         * src/pixmaps/dir_close.xpm
14996         * src/pixmaps/dir_open.xpm
14997         * src/pixmaps/drafts_close.xpm
14998         * src/pixmaps/drafts_open.xpm
14999         * src/pixmaps/folder.xpm **REMOVED**
15000         * src/pixmaps/group.xpm
15001         * src/pixmaps/unread.xpm
15002                 sync with HEAD
15003
15004 2004-12-02 [colin]      0.9.12cvs179.1
15005
15006         * src/compose.c
15007                 Sync with HEAD (non-duplicated reedition)
15008
15009 2004-12-02 [colin]      0.9.12cvs178.1
15010
15011         * src/compose.c
15012                 Sync with HEAD (linewrap_quote fix)
15013
15014 2004-12-01 [colin]      0.9.12cvs177.3
15015
15016         * src/addrharvest.c
15017                 Replace sizeof with strlen
15018
15019 2004-12-01 [paul]       0.9.12cvs177.2
15020
15021         * src/addrharvest.c
15022                 fix 'harvest addresses'
15023
15024 2004-11-30 [colin]      0.9.12cvs177.1
15025
15026         * src/gtk/prefswindow.c
15027         * src/gtk/pluginwindow.c
15028                 Sync with HEAD
15029
15030 2004-11-29 [colin]      0.9.12cvs176.1
15031
15032         * src/folderview.c
15033                 sync with HEAD (Fix disappearing separators in folderview's popup)
15034
15035 2004-11-29 [colin]      0.9.12cvs175.1
15036
15037         * src/procmime.c
15038                 Sync with head (another format fix)
15039
15040 2004-11-29 [colin]      0.9.12cvs174.1
15041
15042         * src/pop.c
15043                 Sync with HEAD (format string fix)
15044
15045 2004-11-26 [colin]      0.9.12cvs173.1
15046
15047         * src/common/smtp.c
15048         * src/common/smtp.h
15049                 Sync with HEAD
15050
15051 2004-11-24 [colin]      0.9.12cvs172.1
15052
15053         * src/plugins/pgpmime/pgpmime.c
15054                 Sync with HEAD
15055
15056 2004-11-24 [colin]      0.9.12cvs171.1
15057
15058         * src/plugins/pgpmime/pgpmime.c
15059                 Sync with head (gpgmectx leaks)
15060
15061 2004-11-24 [colin]      0.9.12cvs169.1
15062
15063         * src/plugins/pgpmime/plugin.c
15064         * src/plugins/trayicon/Makefile.am
15065         * src/plugins/trayicon/newmarkedmail.xpm
15066         * src/plugins/trayicon/trayicon.c
15067         * src/plugins/trayicon/unreadmarkedmail.xpm
15068                 Sync with HEAD
15069
15070 2004-11-23 [colin]      0.9.12cvs168.1
15071
15072         * src/partial_download.c
15073         * src/partial_download.h
15074         * src/plugins/pgpmime/plugin.c
15075                 Sync with HEAD
15076
15077 2004-11-23 [colin]      0.9.12cvs166.1
15078
15079         * src/Makefile.am
15080         * src/codeconv.c
15081         * src/compose.c
15082         * src/folderview.c
15083         * src/main.c
15084         * src/partial_download.c
15085         * src/partial_download.h
15086         * src/prefs_account.c
15087         * src/prefs_account.h
15088         * src/privacy.c
15089         * src/privacy.h
15090         * src/procmime.c
15091         * src/common/Makefile.am
15092         * src/common/base64.h
15093         * src/common/partial_download.c
15094         * src/common/partial_download.h
15095         * src/gtk/prefswindow.c
15096         * src/gtk/prefswindow.h
15097         * src/plugins/pgpmime/pgpmime.c
15098         * src/plugins/pgpmime/prefs_gpg.c
15099         * src/plugins/pgpmime/prefs_gpg.h
15100         * src/plugins/pgpmime/sgpgme.c
15101         * src/plugins/pgpmime/sgpgme.h
15102                 Sync with HEAD
15103
15104 2004-11-23 [colin]      0.9.12cvs163.1
15105
15106         * src/main.c
15107                 Sync with HEAD (cursor optimization)
15108
15109 2004-11-23 [colin]      0.9.12cvs162.1
15110
15111         * src/prefs_common.c
15112         * src/prefs_themes.c
15113         * src/procmsg.c
15114                 Sync with HEAD
15115
15116 2004-11-23 [colin]      0.9.12cvs158.9
15117
15118         * src/compose.c
15119                 Fix double-free when forwarding
15120         * src/msgcache.c
15121                 Fix leak on error path
15122                 
15123
15124 2004-11-23 [colin]      0.9.12cvs158.8
15125
15126         * src/compose.c
15127                 Fix possible double-free
15128                 Spotted by Alfons
15129
15130 2004-11-23 [colin]      0.9.12cvs158.7
15131
15132         * src/compose.c
15133                 Fix some signal handlers' prototypes
15134                 Spotted by Alfons
15135
15136 2004-11-22 [colin]      0.9.12cvs158.6
15137
15138         * src/compose.c
15139                 Remove unneeded code and duplicated
15140                 wrapping - patch by Alfons
15141
15142 2004-11-22 [colin]      0.9.12cvs158.5
15143
15144         * src/prefs_themes.c
15145                 Fix oversized selector
15146
15147 2004-11-22 [colin]      0.9.12cvs158.4
15148
15149         * src/compose.c
15150                 fix dump_text()
15151                 patch by Alfons
15152
15153 2004-11-19 [colin]      0.9.12cvs158.3
15154
15155         * src/textview.c
15156                 Add a context menu on links (open, copy)
15157
15158 2004-11-18 [paul]       0.9.12cvs158.2
15159
15160         * src/addrgather.c
15161         * src/exphtmldlg.c
15162         * src/expldifdlg.c
15163         * src/mimeview.c
15164         * src/prefs_common.c
15165         * src/plugins/image_viewer/viewer.c
15166         * src/plugins/spamassassin/spamassassin_gtk.c
15167                 replace deprecated gtk_notebook_set_page
15168                 and gtk_notebook_current_page
15169
15170 2004-11-18 [paul]       0.9.12cvs158.1
15171
15172         * configure.ac
15173         * src/compose.c
15174         * src/mainwindow.c
15175         * src/messageview.c
15176         * src/prefs_common.c
15177         * src/common/utils.c
15178         * src/common/utils.h
15179                 sync with HEAD
15180
15181 2004-11-17 [colin]      0.9.12cvs156.1
15182
15183         * src/prefs_account.c
15184         * src/prefs_account.h
15185         * src/procmsg.c
15186                 Sync with HEAD (add pref to store encrypted mails encrypted)
15187
15188 2004-11-17 [paul]       0.9.12cvs155.1
15189
15190         * ChangeLog
15191         * ChangeLog.claws
15192         * ChangeLog.jp
15193         * NEWS
15194         * configure.ac
15195         * src/compose.c
15196         * src/jpilot.c
15197         * src/privacy.c
15198         * src/procmime.c
15199         * src/procmime.h
15200         * src/procmsg.c
15201         * src/toolbar.c
15202         * src/pixmaps/error.xpm
15203                 sync with HEAD
15204
15205 2004-11-17 [colin]      0.9.12cvs151.1
15206
15207         * src/plugins/pgpmime/pgpmime.c
15208                 Sync with HEAD (remove debug printf)
15209
15210 2004-11-17 [colin]      0.9.12cvs150.1
15211
15212         * src/plugins/pgpmime/pgpmime.c
15213                 Sync with HEAD (off-by-one fix)
15214
15215 2004-11-17 [colin]      0.9.12cvs149.1
15216
15217         * src/procmsg.c
15218                 Sync with HEAD (coding style fixes)
15219
15220 2004-11-16 [colin]      0.9.12cvs148.1
15221
15222         * src/procmsg.c
15223                 Sync with head (Fix the fix)
15224
15225 2004-11-16 [colin]      0.9.12cvs147.1
15226
15227         * src/procmsg.c
15228                 Sync with Main (leak fix)
15229
15230 2004-11-16 [colin]      0.9.12cvs146.14
15231
15232         * src/compose.c
15233                 Remove useless chunk of code
15234                 Patch by Alfons
15235
15236 2004-11-15 [colin]      0.9.12cvs146.13
15237
15238         * src/compose.c
15239                 Fix drafting after insertion
15240                 Patch by Alfons
15241
15242 2004-11-15 [colin]      0.9.12cvs146.12
15243
15244         * src/compose.c
15245         * src/prefs_filtering.c
15246         * src/prefs_filtering_action.c
15247         * src/prefs_toolbar.c
15248                 Fix some const-correctness
15249
15250 2004-11-15 [colin]      0.9.12cvs146.11
15251
15252         * src/summaryview.c
15253         * src/prefs_themes.c
15254         * src/messageview.c
15255                 Fix some leaks
15256
15257 2004-11-15 [colin]      0.9.12cvs146.10
15258
15259         * src/codeconv.c
15260                 More unreadable locale fixes
15261
15262 2004-11-14 [colin]      0.9.12cvs146.9
15263
15264         * src/textview.c
15265                 Fix uri_security_check
15266                 Patch by Alfons
15267
15268 2004-11-13 [paul]       0.9.12cvs146.8
15269
15270         * src/folder.c
15271         * src/procmime.c
15272                 fix 2 bugs introduced in last commit
15273
15274 2004-11-13 [paul]       0.9.12cvs146.7
15275
15276         * src/compose.c
15277         * src/exporthtml.c
15278         * src/exportldif.c
15279         * src/folder.c
15280         * src/imap.c
15281         * src/imap_gtk.c
15282         * src/main.c
15283         * src/mainwindow.c
15284         * src/messageview.c
15285         * src/mh_gtk.c
15286         * src/prefs_themes.c
15287         * src/procmime.c
15288         * src/setup.c
15289         * src/summaryview.c
15290                 replace deprecated g_basename
15291
15292 2004-11-13 [paul]       0.9.12cvs146.6
15293
15294         * src/compose.c
15295         * src/imap.c
15296         * src/matcher_parser.h
15297         * src/matcher_parser_parse.y
15298         * src/prefs_filtering.c
15299         * src/prefs_filtering_action.c
15300         * src/prefs_themes.c
15301         * src/prefs_toolbar.c
15302         * src/common/utils.c
15303                 various small fixes/cleanups
15304
15305 2004-11-12 [colin]      0.9.12cvs146.5
15306
15307         * src/textview.c
15308                 Validate event's origin on visibility notify
15309                 Patch by Alfons.
15310
15311 2004-11-12 [paul]       0.9.12cvs146.4
15312
15313         * src/exporthtml.c
15314         * src/exportldif.c
15315         * src/imap.c
15316         * src/mh.c
15317         * src/mimeview.c
15318         * src/prefs_spelling.c
15319         * src/prefs_themes.c
15320                 replace deprecated g_dirname    
15321
15322 2004-11-12 [colin]      0.9.12cvs146.3
15323
15324         * src/textview.c
15325                 Some coding style fixes
15326
15327 2004-11-12 [colin]      0.9.12cvs146.2
15328
15329         * src/codeconv.c
15330                 We want to replace _all_ extended chars in
15331                 conv_unreadable_*, because any string containing
15332                 extended chars not parsing as UTF8 is 
15333                 undisplayed on gtk2.
15334
15335 2004-11-12 [paul]       0.9.12cvs146.1
15336
15337         * ChangeLog
15338         * ChangeLog.claws
15339         * ChangeLog.jp
15340         * NEWS
15341         * configure.ac
15342         * src/account.c
15343         * src/folderview.c
15344         * src/folderview.h
15345         * src/imap.c
15346         * src/imap_gtk.c
15347         * src/inc.c
15348         * src/mainwindow.c
15349         * src/mh_gtk.c
15350         * src/news_gtk.c
15351         * src/pop.c
15352         * src/prefs_account.c
15353         * src/prefs_account.h
15354         * src/prefs_ext_prog.c
15355         * src/procmime.c
15356         * src/procmime.h
15357         * src/procmsg.c
15358         * src/procmsg.h
15359         * src/summary_search.c
15360         * src/summaryview.c
15361         * src/textview.c
15362         * src/common/defs.h
15363         * src/common/utils.c
15364         * src/common/utils.h
15365         * src/gtk/menu.c
15366         * src/gtk/menu.h
15367                 sync with HEAD
15368
15369 2004-11-11 [colin]      0.9.12cvs144.2
15370
15371         * src/textview.c
15372                 Fix URI range selection (patch by Alfons)
15373
15374 2004-11-09 [colin]      0.9.12cvs144.1
15375
15376         * ChangeLog.claws
15377         * src/compose.c
15378         * src/folder.c
15379         * src/folder_item_prefs.c
15380         * src/prefs_account.c
15381         * src/prefs_account.h
15382         * src/plugins/pgpmime/pgpmime.c
15383                 Sync with HEAD
15384
15385 2004-11-08 [colin]      0.9.12cvs143.1
15386
15387         * src/summaryview.c
15388                 Sync with HEAD (optimize quicksearch)
15389
15390 2004-11-08 [colin]      0.9.12cvs142.2
15391
15392         * src/compose.c
15393                 Don't wrap when Edit/Auto wrapping is disabled
15394
15395 2004-11-08 [colin]      0.9.12cvs142.1
15396
15397         * src/textview.c
15398                 Sync with HEAD
15399
15400 2004-11-08 [colin]      0.9.12cvs141.1
15401
15402         * src/textview.c
15403                 Sync with HEAD (fix some mail URIs)
15404
15405 2004-11-08 [colin]      0.9.12cvs140.3
15406
15407         * src/textview.c
15408                 o Use text cursor instead of arrow when
15409                   not on a link
15410                 o Fix handling of contiguous links (as in
15411                   "colin@colino.net" <colin@colino.net>)
15412                   This one unveils a bug in get_email_part()
15413
15414 2004-11-07 [colin]      0.9.12cvs140.2
15415
15416         * src/textview.c
15417                 Fix memleak. Patch by Alfons.
15418
15419 2004-11-06 [colin]      0.9.12cvs140.1
15420
15421         * src/compose.c
15422                 Sync with HEAD (don't ask passphrase
15423                 when drafting)
15424
15425 2004-11-06 [paul]       0.9.12cvs139.2
15426
15427         * AUTHORS
15428         * src/textview.c
15429         * src/textview.h
15430                 textview URI handling. hovering over a 
15431                 link displays it in the status bar,
15432                 and changes the mouse pointer to a hand 
15433                 cursor. a link is activated with a single 
15434                 click. (Modified from the) patch by Jean-Yves 
15435                 Lefort <jylefort@users.sourceforge.net>
15436                 
15437
15438 2004-11-05 [colin]      0.9.12cvs139.1
15439
15440         * src/compose.c
15441         * src/procmime.c
15442                 Sync with HEAD again ^^
15443
15444 2004-11-05 [colin]      0.9.12cvs139.1
15445
15446         * src/compose.c
15447         * src/procmime.c
15448                 Sync with HEAD
15449
15450 2004-11-03 [paul]       0.9.12cvs138.1
15451
15452         * ChangeLog.claws
15453         * configure.ac
15454         * po/POTFILES.in
15455         * src/prefs_ext_prog.c
15456         * src/procmime.c
15457         * tools/kdeservicemenu/README
15458         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15459         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15460                 sync with HEAD
15461
15462 2004-11-01 [christoph]  0.9.12cvs136.2
15463
15464         * src/procmime.c
15465                 convert MIME parameters to UTF-8
15466
15467 2004-10-29 [colin]      0.9.12cvs136.1
15468
15469         * src/common/utils.c
15470                 Sync with HEAD (don't use '=' in mime boundary)
15471
15472 2004-10-29 [paul]       0.9.12cvs135.1
15473
15474         * configure.ac
15475         * doc/src/rfc2231.txt
15476         * src/procmime.c
15477         * src/common/quoted-printable.c
15478         * src/common/utils.c
15479         * src/common/utils.h
15480                 sync with HEAD
15481
15482 2004-10-27 [paul]       0.9.12cvs134.1
15483
15484         * configure.ac
15485         * src/main.c
15486         * src/procmime.c
15487         * src/plugins/pgpmime/pgpmime.c
15488                 sync with HEAD
15489
15490 2004-10-26 [paul]       0.9.12cvs132.3
15491
15492         * src/account.c
15493         * src/addressbook.c
15494         * src/addrgather.c
15495         * src/addrharvest.c
15496         * src/codeconv.c
15497         * src/compose.c
15498         * src/customheader.c
15499         * src/editaddress.c
15500         * src/editgroup.c
15501         * src/enriched.c
15502         * src/expldifdlg.c
15503         * src/exporthtml.c
15504         * src/exportldif.c
15505         * src/folder.c
15506         * src/foldersel.c
15507         * src/folderview.c
15508         * src/grouplistdialog.c
15509         * src/html.c
15510         * src/imap.c
15511         * src/jpilot.c
15512         * src/ldapserver.c
15513         * src/ldif.c
15514         * src/mimeview.c
15515         * src/news.c
15516         * src/news_gtk.c
15517         * src/pop.c
15518         * src/prefs_display_header.c
15519         * src/prefs_gtk.c
15520         * src/prefs_msg_colors.c
15521         * src/prefs_toolbar.c
15522         * src/procheader.c
15523         * src/procmime.c
15524         * src/summaryview.c
15525         * src/textview.c
15526         * src/toolbar.c
15527         * src/vcard.c
15528         * src/common/mgutils.c
15529         * src/common/nntp.c
15530         * src/common/smtp.c
15531         * src/common/template.c
15532         * src/common/utils.c
15533         * src/common/xmlprops.c
15534         * src/plugins/pgpmime/pgpmime.c
15535         * src/plugins/pgpmime/select-keys.c
15536         * src/plugins/pgpmime/sgpgme.c
15537                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15538                 g_string_sprintfa(), gtk_notebook_current_page()
15539
15540 2004-10-26 [colin]      0.9.12cvs132.2
15541
15542         * src/prefs_folder_item.c
15543                 Fix default-account selection
15544
15545 2004-10-21 [colin]      0.9.12cvs133
15546
15547         * src/compose.c
15548                 Sync with HEAD (Remove extra separator in compose's Options)
15549         * src/textview.c
15550                 Set wrapping to char
15551
15552 2004-10-21 [paul]       0.9.12cvs131.2
15553
15554         * src/compose.c
15555         * src/sourcewindow.c
15556                 fix wrapping
15557                 fix window shrinking 
15558
15559 2004-10-21 [colin]      0.9.12cvs131.1
15560
15561         * ChangeLog.claws
15562         * src/compose.c
15563                 Sync with HEAD
15564
15565 2004-10-21 [paul]       0.9.12cvs130.2
15566
15567         * src/prefs_folder_item.c
15568                 sync with HEAD (Apply to subfolders)
15569
15570 2004-10-19 [colin]      0.9.12cvs130.1
15571
15572         * ChangeLog.claws
15573         * src/compose.c
15574         * src/common/utils.c
15575         * src/gtk/menu.c
15576                 Sync with HEAD
15577
15578 2004-10-19 [colin]      0.9.12cvs128.1
15579
15580         * src/addrbook.c
15581         * src/addrcache.c
15582         * src/addressbook.c
15583         * src/codeconv.c
15584         * src/compose.c
15585         * src/customheader.c
15586         * src/editaddress.c
15587         * src/editgroup.c
15588         * src/exporthtml.c
15589         * src/folder.c
15590         * src/folderview.c
15591         * src/imap.c
15592         * src/jpilot.c
15593         * src/main.c
15594         * src/matcher_parser_parse.y
15595         * src/mbox.c
15596         * src/pop.c
15597         * src/prefs_account.c
15598         * src/prefs_gtk.c
15599         * src/prefs_msg_colors.c
15600         * src/procheader.c
15601         * src/procmime.c
15602         * src/procmime.h
15603         * src/procmsg.c
15604         * src/summaryview.c
15605         * src/textview.c
15606         * src/common/base64.c
15607         * src/common/partial_download.c
15608         * src/common/socket.c
15609         * src/common/sylpheed.c
15610         * src/common/utils.c
15611         * src/common/utils.h
15612         * src/gtk/pluginwindow.c
15613         * src/gtk/quicksearch.c
15614         * src/plugins/clamav/clamav_plugin.c
15615         * src/plugins/clamav/clamav_plugin.h
15616         * src/plugins/clamav/clamav_plugin_gtk.c
15617         * src/plugins/pgpmime/passphrase.c
15618         * src/plugins/pgpmime/pgpmime.c
15619         * src/plugins/pgpmime/plugin.c
15620         * src/plugins/pgpmime/prefs_gpg.c
15621         * src/plugins/pgpmime/prefs_gpg.h
15622         * src/plugins/pgpmime/select-keys.c
15623         * src/plugins/pgpmime/sgpgme.c
15624         * src/plugins/spamassassin/libspamc.c
15625         * src/plugins/spamassassin/spamassassin.c
15626         * src/plugins/spamassassin/spamassassin.h
15627         * src/plugins/spamassassin/spamassassin_gtk.c
15628         * src/plugins/trayicon/trayicon.c
15629         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15630                 Sync with HEAD
15631
15632 2004-10-14 [colin]      0.9.12cvs126.2
15633
15634         * src/codeconv.c
15635         * src/textview.c
15636                 Fix conv_unreadable_locale
15637
15638 2004-10-13 [colin]      0.9.12cvs126.1
15639
15640         * src/compose.c
15641                 Sync with HEAD (don't convert charset for 
15642                 drafted messages, minor cleanup)
15643
15644 2004-10-13 [colin]      0.9.12cvs125.1
15645
15646         * po/POTFILES.in
15647                 Sync with HEAD (POTFILES fix)
15648
15649 2004-10-12 [colin]      0.9.12cvs124.3
15650
15651         * src/compose.c
15652                 Fix encoding bug from latest sync
15653
15654 2004-10-12 [paul]       0.9.12cvs124.2
15655
15656         * src/plugins/pgpmime/prefs_gpg.c
15657         * src/plugins/pgpmime/prefs_gpg.h
15658                 forgotten in last commit        
15659
15660 2004-10-12 [paul]       0.9.12cvs124.1
15661
15662         * ChangeLog.claws
15663         * configure.ac
15664         * m4/spamassassin.m4
15665         * src/Makefile.am
15666         * src/account.c
15667         * src/compose.c
15668         * src/compose.h
15669         * src/crash.c
15670         * src/main.c
15671         * src/mimeview.c
15672         * src/passphrase.c
15673         * src/passphrase.h
15674         * src/prefs_account.c
15675         * src/prefs_account.h
15676         * src/prefs_common.c
15677         * src/privacy.c
15678         * src/privacy.h
15679         * src/procmime.c
15680         * src/procmime.h
15681         * src/procmsg.c
15682         * src/rfc2015.c
15683         * src/rfc2015.h
15684         * src/select-keys.c
15685         * src/select-keys.h
15686         * src/textview.c
15687         * src/common/utils.c
15688         * src/common/utils.h
15689         * src/gtk/about.c
15690         * src/plugins/pgpmime/Makefile.am
15691         * src/plugins/pgpmime/passphrase.c
15692         * src/plugins/pgpmime/passphrase.h
15693         * src/plugins/pgpmime/pgpmime.c
15694         * src/plugins/pgpmime/plugin.c
15695         * src/plugins/pgpmime/select-keys.c
15696         * src/plugins/pgpmime/select-keys.h
15697         * src/plugins/pgpmime/sgpgme.c
15698         * src/plugins/pgpmime/sgpgme.h
15699                 sync with HEAD
15700
15701 2004-10-04 [colin]      0.9.12cvs122.1
15702
15703         * src/mainwindow.c
15704         * src/messageview.c
15705         * src/messageview.h
15706         * src/textview.c
15707                 Sync with HEAD
15708
15709 2004-10-04 [colin]      0.9.12cvs121.1
15710
15711         * src/summaryview.c
15712                 Sync with HEAD
15713
15714 2004-10-04 [paul]       0.9.12cvs120.1
15715
15716         * configure.ac
15717                 sync with HEAD [don't try to build 
15718                 pgpmime plugin when gpgme is disabled]
15719
15720 2004-10-03 [colin]      0.9.12cvs119.3
15721
15722         * src/gtk/gtksctree.c
15723                 Lots of side effects. Put back as before 117.2.
15724         * src/summaryview.c
15725                 Fix bug #602
15726
15727 2004-10-03 [colin]      0.9.12cvs119.2
15728
15729         * src/gtk/gtksctree.c
15730                 Revert 608 fix that doesn't work that good
15731
15732 2004-10-02 [colin]      0.9.12cvs119.1
15733
15734         * src/mainwindow.c
15735         * src/messageview.c
15736         * src/prefs_common.h
15737         * src/procmime.c
15738         * src/procmime.h
15739         * src/textview.c
15740                 Sync with HEAD
15741         * src/gtk/gtksctree.c
15742                 Close bug #608
15743
15744 2004-10-01 [colin]      0.9.12cvs118.1
15745
15746         * src/mimeview.c
15747                 Sync with HEAD (better Save All fix)
15748
15749 2004-10-01 [colin]      0.9.12cvs117.2
15750
15751         * src/gtk/gtksctree.c
15752                 Faster on selection
15753
15754 2004-10-01 [colin]      0.9.12cvs117.1
15755
15756         * src/mimeview.c
15757                 Sync with HEAD (Save All: only attachments)
15758
15759 2004-10-01 [paul]       0.9.12cvs116.1
15760
15761         * ChangeLog.claws
15762         * configure.ac
15763         * src/account.c
15764         * src/prefs_common.c
15765         * src/gtk/colorlabel.c
15766                 sync with HEAD
15767
15768 2004-09-30 [colin]      0.9.12cvs115.1
15769
15770         * src/stock_pixmap.c
15771         * src/stock_pixmap.h
15772         * src/folderview.c
15773         * src/Makefile.am
15774         * src/pixmaps/read.xpm
15775                 Sync with HEAD (new pixmap)
15776
15777 2004-09-29 [colin]      0.9.12cvs114.1
15778
15779         * src/compose.c
15780                 Sync with HEAD
15781                 Fix focus handling in headers
15782
15783 2004-09-29 [paul]       0.9.12cvs113.1
15784
15785         * src/quote_fmt_parse.y
15786                 sync with HEAD
15787  
15788
15789 2004-09-28 [colin]      0.9.12cvs112.1
15790
15791         * src/folderview.c
15792         * src/mainwindow.c
15793                 Sync with HEAD
15794
15795 2004-09-28 [colin]      0.9.12cvs110.1
15796
15797         * src/folderview.c
15798                 Sync with HEAD (Contextual Empty trash menu)
15799
15800 2004-09-28 [colin]      0.9.12cvs108.1
15801
15802         * src/addressbook.c
15803                 Sync with HEAD (addressbook edit on double-click)
15804
15805 2004-09-28 [colin]      0.9.12cvs106.1
15806
15807         * src/inc.c
15808                 Sync with HEAD (folder_item freeze on inc)
15809
15810 2004-09-27 [colin]      0.9.12cvs105.1
15811
15812         * src/folderview.c
15813                 Sync with HEAD (right-align new and unread column)
15814
15815 2004-09-27 [colin]      0.9.12cvs104.1
15816
15817         * src/main.c
15818                 Sync with HEAD (revert 0.9.12cvs101)
15819
15820 2004-09-24 [colin]      0.9.12cvs103.2
15821
15822         * src/wizard.c
15823                 Fix gtk warnings and use domain part of the email address 
15824                 when domain detection fails (no dot in domain name)
15825
15826 2004-09-23 [colin]      0.9.12cvs103.1
15827
15828         * src/plugins/spamassassin/libspamc.c
15829         * src/plugins/spamassassin/libspamc.h
15830         * src/plugins/spamassassin/utils.c
15831         * src/plugins/spamassassin/utils.h
15832                 Sync with HEAD (Update spamassassin to 3.0)
15833
15834 2004-09-21 [colin]      0.9.12cvs102.3
15835
15836         * src/action.c
15837                 Add horizontal scrollbar in action io dialog as needed
15838                 Patch by Alfons.
15839
15840 2004-09-20 [colin]      0.9.12cvs102.2
15841
15842         * src/plugins/image_viewer/viewer.c
15843                 Remove imlib stuff
15844                 use gtk_pixmap_set when clearing
15845                 (would be better to use gtkImages, but causes size-allocate 
15846                 signals storm)
15847
15848 2004-09-17 [paul]       0.9.12cvs102.1
15849
15850         * ChangeLog
15851         * ChangeLog.claws
15852         * ChangeLog.jp
15853         * configure.ac
15854         * src/inc.c
15855                 sync with HEAD
15856
15857
15858 2004-09-17 [colin]      0.9.12cvs101.1
15859
15860         * ChangeLog.claws
15861         * src/main.c
15862                 Sync with HEAD (fix segs at exit)
15863
15864 2004-09-14 [colin]      0.9.12cvs99.5
15865
15866         * src/common/socket.c
15867         * AUTHORS
15868                 Fix send error on 64bit platforms
15869                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15870
15871 2004-09-14 [colin]      0.9.12cvs99.4
15872
15873         * src/action.c
15874                 Fix action output with utf8 
15875                 Patch by Alfons.
15876
15877 2004-09-14 [colin]      0.9.12cvs99.3
15878
15879         * ChangeLog.claws
15880         * src/folder.c
15881                 Sync with HEAD
15882
15883 2004-09-09 [colin]      0.9.12cvs99.2
15884
15885         * src/action.c
15886                 Fix progress bar (displaying "Completed %v/%u")
15887                 Patch by Alfons.
15888
15889 2004-09-08 [colin]      0.9.12cvs99.1
15890
15891         * src/account.c
15892         * src/folder.c
15893         * src/procmsg.c
15894         * src/procmsg.h
15895         * src/plugins/pgpmime/pgpmime.c
15896                 Sync with HEAD
15897
15898 2004-09-08 [colin]      0.9.12cvs97.2
15899
15900         * src/summaryview.c
15901                 Don't select mails in collapsed threads 
15902                 when navigating with up/down
15903
15904 2004-09-07 [colin]      0.9.12cvs97.1
15905
15906         * src/inc.c
15907                 Sync with HEAD (meaningful error messages)
15908
15909 2004-09-06 [colin]      0.9.12cvs96.1
15910
15911         * src/toolbar.c
15912                 Sync with HEAD (fix Redirect graying out)
15913
15914 2004-09-06 [colin]      0.9.12cvs95.1
15915
15916         * src/summaryview.c
15917         * src/mimeview.c
15918                 Sync with HEAD (fix dropped URIs)
15919
15920 2004-09-06 [colin]      0.9.12cvs94.1
15921
15922         * src/addressbook.c
15923         * src/addressitem.h
15924         * src/addritem.c
15925         * src/addritem.h
15926                 Sync with HEAD (addressbook DnD)
15927
15928 2004-09-03 [colin]      0.9.12cvs93.1
15929
15930         * src/summaryview.c
15931                 Sync with HEAD (next/prev unread)
15932
15933 2004-09-03 [colin]      0.9.12cvs92.1
15934
15935         * src/prefs_common.c
15936         * src/prefs_common.h
15937         * src/summaryview.c
15938                 Sync with HEAD ('mark_as_read_delay' pref)
15939
15940 2004-09-02 [colin]      0.9.12cvs91.2
15941
15942         * src/common/xml.c
15943                 Fix leak
15944
15945 2004-09-02 [colin]      0.9.12cvs91.1
15946
15947         * src/gtk/menu.c
15948                 Sync with HEAD (menu accel don't work, but whatever)
15949
15950 2004-09-02 [colin]      0.9.12cvs90.1
15951
15952         * src/account.c
15953                 Sync with HEAD (fix bug 582)
15954
15955 2004-09-02 [colin]      0.9.12cvs89.1
15956
15957         * src/addrindex.c
15958                 Sync with HEAD (free deleted queries)
15959
15960 2004-09-02 [colin]      0.9.12cvs88.1
15961
15962         * src/ldapquery.c
15963                 Sync with HEAD (fix LDAP freezes)
15964
15965 2004-09-02 [colin]      0.9.12cvs87.1
15966
15967         * src/prefs_spelling.c
15968                 Sync with HEAD (add default dictionary)
15969
15970 2004-09-01 [colin]      0.9.12cvs86.1
15971
15972         * src/filtering.c
15973         * src/folderview.c
15974         * src/imap.c
15975         * src/prefs_matcher.c
15976         * src/stock_pixmap.c
15977         * src/summary_search.c
15978         * src/summaryview.c
15979         * src/wizard.c
15980         * src/wizard.h
15981                 Sync with HEAD (uninitialized vars fixes)
15982                 + gtk2 specific warning fixes
15983
15984 2004-08-31 [colin]      0.9.12cvs85.1
15985
15986         * src/folder.c
15987                 Sync with HEAD (Fix memory corruption due to 
15988                 uninitialized var)
15989
15990 2004-08-31 [colin]      0.9.12cvs84.4
15991
15992         * src/summary_search.c
15993                 Fix segfaults when searching in folders with broken headers
15994
15995 2004-08-31 [colin]      0.9.12cvs84.3
15996
15997         * src/compose.c
15998         * src/textview.c
15999                 Fix some more encoding/decoding issues
16000
16001 2004-08-30 [colin]      0.9.12cvs84.2
16002
16003         * src/mimeview.c
16004         * src/prefs_themes.c
16005         * src/gtk/filesel.c
16006         * src/gtk/filesel.h
16007                 Add a folder-mode selection (fixes mimeview's "Save all")
16008
16009 2004-08-29 [colin]      0.9.12cvs84.1
16010
16011         * src/mimeview.c
16012                 Sync with HEAD (don't escape saved filenames)
16013
16014 2004-08-27 [colin]      0.9.12cvs83.1
16015
16016         * ChangeLog
16017         * ChangeLog.claws
16018         * ChangeLog.jp
16019         * src/mh.c
16020         * src/procheader.c
16021         * src/procmsg.c
16022         * src/procmsg.h
16023         * src/common/utils.c
16024         * src/gtk/menu.h
16025         * po/
16026                 Sync with HEAD 0.9.12cvs83 (sync with main)
16027
16028 2004-08-26 [colin]      0.9.12cvs82.4
16029
16030         * src/codeconv.c
16031                 Fix strange stack corruption
16032                 Convert to utf8 after unmime, not before
16033
16034 2004-08-26 [colin]      0.9.12cvs82.3
16035
16036         * src/main.c
16037         * src/wizard.c
16038                 Fix account folders duplication
16039
16040 2004-08-25 [colin]      0.9.12cvs82.2
16041
16042         * src/wizard.c
16043                 Remove ports
16044                 Add SSL selection
16045                 Use login@server as account name
16046
16047 2004-08-25 [colin]      0.9.12cvs82.1
16048
16049         * src/plugins/pgpmime/pgpmime.c
16050                 Sync with HEAD (leak fix).
16051
16052 2004-08-25 [colin]      0.9.12cvs81.1
16053
16054         * src/plugins/pgpmime/pgpmime.c
16055         * src/plugins/pgpmime/sgpgme.c
16056         * src/plugins/pgpmime/sgpgme.h
16057                 Sync with HEAD (Handle combined messages).
16058
16059 2004-08-24 [colin]      0.9.12cvs80.3
16060
16061         * src/wizard.c
16062                 Fix full name, ports, and imap
16063
16064 2004-08-24 [colin]      0.9.12cvs80.2
16065
16066         * src/Makefile.am
16067         * src/main.c
16068         * src/setup.c
16069         * src/setup.h
16070         * src/stock_pixmap.c
16071         * src/stock_pixmap.h
16072         * src/wizard.c ** ADDED **
16073         * src/wizard.h ** ADDED ** 
16074         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16075                 Add a setup wizard 
16076
16077 2004-08-24 [colin]      0.9.12cvs80.1
16078
16079         * src/folder.c
16080                 Sync with HEAD (set mimeflags on all messages)
16081
16082 2004-08-24 [colin]      0.9.12cvs79.3
16083
16084         * src/matcher_parser_lex.l
16085                 Fix 8bits strings not in utf8
16086
16087 2004-08-24 [colin]      0.9.12cvs79.2
16088
16089         * src/compose.c
16090                 Check conversion result before replacing buffer
16091
16092 2004-08-23 [colin]      0.9.12cvs79.1
16093
16094         * src/compose.c
16095                 Sync with HEAD (create message header in memory)
16096
16097 2004-08-23 [colin]      0.9.12cvs78.1
16098
16099         * src/rfc2015.c
16100         * src/rfc2015.h
16101                 Sync with HEAD (fix bug 197 again)
16102
16103 2004-08-23 [colin]      0.9.12cvs77.3
16104
16105         * src/compose.c
16106                 Fix again inline gpg signing (which outputs utf8
16107                 in gtk2). Not syncing this fix to HEAD as this 
16108                 code is meant to die.
16109
16110 2004-08-23 [colin]      0.9.12cvs77.2
16111
16112         * src/prefs_account.h
16113                 Remove useless include
16114
16115 2004-08-23 [colin]      0.9.12cvs77.1
16116
16117         * src/imap.c
16118         * po/es.po
16119         * po/fr.po
16120         * po/it.po
16121         * po/pl.po
16122         * po/pt_BR.po
16123         * po/sk.po
16124         * po/sr.po
16125                 Sync with HEAD (fix bug 577)
16126
16127 2004-08-22 [colin]      0.9.12cvs76.1
16128
16129         * src/plugins/trayicon/trayicon.c
16130                 Sync with HEAD (fix formatting bug)
16131
16132 2004-08-21 [colin]      0.9.12cvs74.2
16133
16134         * src/gtk/colorsel.c
16135                 Fix bug 564 (Folder color selection window exits on any
16136                 keypress)
16137
16138 2004-08-21 [colin]      0.9.12cvs74.1
16139
16140         * ChangeLog.claws
16141         * src/compose.c
16142         * src/summaryview.c
16143         * src/toolbar.c
16144                 Sync with HEAD (fix bug 576)
16145
16146 2004-08-21 [colin]      0.9.12cvs70.1
16147
16148         * src/compose.c
16149         * src/mainwindow.c
16150                 Sync with HEAD
16151                 
16152
16153 2004-08-21 [paul]       0.9.12cvs66.4
16154
16155         * src/mainwindow.c
16156         * src/messageview.c
16157         * src/gtk/menu.c
16158         * src/plugins/spamassassin/spamassassin_gtk.c
16159                 remove some deprecated gtk1 functions
16160
16161
16162 2004-08-21 [colin]      0.9.12cvs66.3
16163
16164         * src/compose.c
16165         * src/codeconv.c
16166                 Fix warnings
16167                 Remove encoding hacks
16168                 Fix bug 575 (Strange character messes up message)
16169                 Don't display conversion error when drafting
16170
16171 2004-08-21 [paul]       0.9.12cvs66.2
16172
16173         * src/prefs_account.c
16174                 fix GnuPG mode bugs
16175
16176
16177 2004-08-20 [colin]      0.9.12cvs66.1
16178
16179         * src/codeconv.c
16180                 Sync with HEAD 0.9.12cvs66
16181
16182 2004-08-20 [paul]
16183
16184         * src/plugins/pgpmime/plugin.c
16185                 modify PGP/MIME plugin's description
16186
16187 2004-08-17 [colin]      0.9.12cvs65.1
16188
16189         * src/common/ssl.c
16190         * src/plugins/pgpmime/plugin.c
16191                 Sync with HEAD
16192
16193 2004-08-14 [colin]      0.9.12cvs60.3
16194
16195         * src/plugins/trayicon/trayicon.c
16196                 Put back resize callback, on size-request signal
16197                 rather than size-allocate to avoid infinite 
16198                 callback loop
16199
16200 2004-08-13 [colin]      0.9.12cvs60.2
16201
16202         * src/common/defs.h
16203                 Cache versions have been fixed
16204
16205 2004-08-13 [colin]      0.9.12cvs60.1
16206
16207         * src/folderutils.c
16208                 Sync with HEAD
16209
16210 2004-08-12 [colin]      0.9.12cvs59.1
16211
16212         * src/plugins/trayicon/trayicon.c
16213                 Sync with HEAD
16214
16215 2004-08-12 [colin]      0.9.12cvs57.5
16216
16217         * sylpheed.desktop
16218         * configure.ac
16219         * src/Makefile.am
16220         * src/main.c
16221                 Add support for Freedesktop.org's startup notification
16222
16223 2004-08-11 [colin]      0.9.12cvs57.4
16224
16225         * src/textview.c
16226                 Fix off-by-one
16227
16228 2004-08-11 [colin]      0.9.12cvs57.3
16229
16230         * src/message_search.c
16231         * src/summary_search.c
16232                 Make searches case insensitive by default
16233         * src/textview.c
16234                 Fix case-insensitive search in message
16235
16236 2004-08-11 [colin]      0.9.12cvs57.2
16237
16238         * src/summary_search.c
16239                 Let case-sensitive be specified
16240
16241 2004-08-10 [colin]      0.9.12cvs55.4
16242
16243         * src/common/socket.c
16244                 Fix the possible race condition
16245
16246 2004-08-09 [paul]       0.9.12cvs55.3
16247
16248         * configure.ac
16249         * src/Makefile.am
16250         * src/common/Makefile.am
16251                 sync with HEAD
16252
16253
16254 2004-08-09 [paul]       0.9.12cvs55.2
16255
16256         * autogen.sh
16257         * po/poconv.sh
16258                 remove unneeded script
16259
16260         * configure.ac
16261                 add forgotten USE_LDAP_TLS (sync with HEAD)
16262
16263
16264 2004-08-09 [colin]      0.9.12cvs55.1
16265
16266         * src/main.c
16267         * src/common/ssl.c
16268         * src/common/sylpheed.c
16269         * src/common/sylpheed.h
16270                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16271
16272 2004-08-09 [paul]       0.9.12cvs54.1
16273
16274         * ChangeLog
16275         * ChangeLog.claws
16276         * ChangeLog.jp
16277         * configure.ac
16278         * po/POTFILES.in
16279         * src/Makefile.am
16280         * src/folderutils.c
16281         * src/main.c
16282         * src/pgpmime.c
16283         * src/pgpmime.h
16284         * src/sgpgme.c
16285         * src/sgpgme.h
16286         * src/plugins/Makefile.am
16287         * src/plugins/pgpmime/.cvsignore
16288         * src/plugins/pgpmime/Makefile.am
16289         * src/plugins/pgpmime/pgpmime.c
16290         * src/plugins/pgpmime/pgpmime.h
16291         * src/plugins/pgpmime/plugin.c
16292         * src/plugins/pgpmime/sgpgme.c
16293         * src/plugins/pgpmime/sgpgme.h
16294                 sync with HEAD
16295
16296 2004-08-08 [paul]       0.9.12cvs51.1
16297
16298         * configure.ac
16299         * src/folder.c
16300                 sync with HEAD
16301
16302 2004-08-07 [colin]      0.9.12cvs50.1
16303
16304         * src/pop.c
16305         * src/common/partial_download.c
16306                 fix warnings (sync from HEAD)
16307
16308 2004-08-07 [colin]      0.9.12cvs48.1
16309
16310         * src/prefs_folder_item.c
16311                 sync with HEAD 0.9.12cvs48
16312
16313 2004-08-06 [colin]      0.9.12cvs47.1
16314
16315         * src/compose.c
16316                 Sync with HEAD
16317
16318 2004-08-06 [christoph]  0.9.12cvs46.2
16319
16320         * src/main.c
16321         * src/plugins/clamav/clamav_plugin_gtk.c
16322         * src/plugins/dillo_viewer/dillo_viewer.c
16323         * src/plugins/image_viewer/plugin.c
16324         * src/plugins/mathml_viewer/mathml_viewer.c
16325         * src/plugins/spamassassin/spamassassin_gtk.c
16326         * src/plugins/trayicon/trayicon.c
16327                 don't mix GTK1.2 plugin with GTK2 plugins
16328
16329 2004-08-06 [colin]      0.9.12cvs46.1
16330
16331         * ChangeLog
16332         * ChangeLog.claws
16333         * ChangeLog.jp
16334         * configure.ac
16335         * sylpheed-claws.pc.in
16336         * src/folder.c
16337         * src/imap.c
16338         * src/localfolder.c
16339         * src/messageview.c
16340         * src/mimeview.c
16341         * src/mimeview.h
16342         * src/msgcache.c
16343         * src/news.c
16344         * src/prefs_ext_prog.c
16345         * src/prefs_folder_item.c
16346         * src/prefs_fonts.c
16347         * src/prefs_msg_colors.c
16348         * src/prefs_spelling.c
16349         * src/prefs_themes.c
16350         * src/prefs_toolbar.c
16351         * src/prefs_wrapping.c
16352         * src/procmime.h
16353         * src/common/defs.h
16354         * src/common/nntp.c
16355         * src/common/session.c
16356         * src/common/session.h
16357         * src/common/socket.c
16358         * src/common/utils.h
16359         * src/common/xml.c
16360         * src/common/xml.h
16361         * src/gtk/prefswindow.c
16362         * src/gtk/prefswindow.h
16363         * src/plugins/clamav/clamav_plugin_gtk.c
16364         * src/plugins/dillo_viewer/dillo_prefs.c
16365         * src/plugins/image_viewer/viewerprefs.c
16366         * src/plugins/spamassassin/spamassassin_gtk.c
16367         * m4/openssl.m4 *** REMOVED ***
16368                 Sync with HEAD 0.9.12cvs46
16369
16370 2004-08-03 [paul]       0.9.12cvs40.2
16371
16372         * src/action.c
16373         * src/addressadd.c
16374         * src/addressbook.c
16375         * src/addrgather.c
16376         * src/browseldap.c
16377         * src/compose.c
16378         * src/crash.c
16379         * src/editaddress.c
16380         * src/editgroup.c
16381         * src/editldap_basedn.c
16382         * src/foldersel.c
16383         * src/importldif.c
16384         * src/mimeview.c
16385         * src/prefs_common.c
16386         * src/prefs_template.c
16387         * src/sourcewindow.c
16388         * src/summaryview.c
16389         * src/gtk/about.c
16390         * src/gtk/foldersort.c
16391         * src/gtk/logwindow.c
16392         * src/gtk/pluginwindow.c
16393         * src/gtk/prefswindow.c
16394                 change all gtk_scrolled_window_set_policy from 
16395                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16396
16397 2004-08-02 [paul]       0.9.12cvs40.1
16398
16399         * AUTHORS
16400                 update translation team section
16401         * po/pt_BR.po
16402                 updated by Frederico Goncalves Guimaraes
16403                 <fggdebian@yahoo.com.br>
16404
16405 2004-07-31 [colin]      0.9.12cvs39.9
16406
16407         * src/exphtmldlg.c
16408                 Fix compilation
16409
16410 2004-07-31 [colin]      0.9.12cvs39.8
16411
16412         * src/exphtmldlg.c
16413                 Fix an alertpanel type
16414
16415 2004-07-30 [colin]      0.9.12cvs39.7
16416
16417         * src/alertpanel.c
16418                 Fix alertpanel_error_log's icon
16419
16420 2004-07-30 [colin]      0.9.12cvs39.6
16421
16422         * src/pop.c
16423                 Two of them should still be warnings
16424
16425 2004-07-30 [colin]      0.9.12cvs39.5
16426
16427         * src/pop.c
16428                 More warning -> error
16429 2004-07-29 [colin]      0.9.12cvs39.4
16430
16431         * src/pop.c
16432                 Warning -> error
16433
16434 2004-07-29 [colin]      0.9.12cvs39.3
16435
16436         * src/prefs_matcher.c
16437                 Fix segfault
16438
16439 2004-07-29 [colin]      0.9.12cvs39.2
16440
16441         * src/alertpanel.c
16442                 More nice-looking alertpanels
16443
16444 2004-07-29 [colin]      0.9.12cvs39.1
16445
16446         * src/messageview.c
16447                 sync with head
16448                 (inform user when partial mail is deleted on server)
16449
16450 2004-07-29 [colin]      0.9.12cvs38.1
16451
16452         * src/messageview.c
16453                 sync with head
16454
16455 2004-07-28 [paul]       0.9.12cvs37.7
16456
16457         * src/mainwindow.c
16458                 complete the replacement of deprecated gtk_progress_*
16459
16460 2004-07-28 [paul]       0.9.12cvs37.6
16461
16462         * src/action.c
16463         * src/inc.c
16464         * src/mainwindow.c
16465         * src/send_message.c
16466         * src/gtk/progressdialog.c
16467         * src/gtk/progressdialog.h
16468                 replace deprecated gtk_progress_*
16469
16470 2004-07-28 [paul]       0.9.12cvs37.5
16471
16472         * src/gtk/filesel.c
16473                 remove gtk_window_set_wmclass()
16474 2004-07-28 [paul]       0.9.12cvs37.4
16475
16476         * src/addressbook.c
16477         * src/compose.c
16478         * src/foldersel.c
16479         * src/mainwindow.c
16480         * src/messageview.c
16481         * src/sourcewindow.c
16482         * src/gtk/logwindow.c
16483                 remove gtk_window_set_wmclass()
16484                 
16485         * src/prefs_filtering.c
16486         * src/prefs_filtering_action.c
16487         * src/prefs_fonts.c
16488         * src/prefs_gtk.c
16489         * src/prefs_matcher.c
16490         * src/ssl_manager.c
16491         * src/gtk/prefswindow.c
16492                 replace gtk_window_position()
16493
16494 2004-07-28 [colin]      0.9.12cvs37.3
16495
16496         * src/alertpanel.c
16497         * src/alertpanel.h
16498                 Add a way to specify panel type for specific
16499                 panels (alertpanel())
16500         * src/account.c
16501         * src/addressbook.c
16502         * src/compose.c
16503         * src/expldifdlg.c
16504         * src/main.c
16505         * src/messageview.c
16506         * src/summaryview.c
16507         * src/textview.c
16508         * src/gtk/sslcertwindow.c
16509                 Fix alertpanel()s so that their icon match
16510                 their real type
16511
16512 2004-07-28 [paul]       0.9.12cvs37.2
16513
16514         * src/addr_compl.c
16515         * src/addressbook.c
16516         * src/alertpanel.c
16517         * src/compose.c
16518         * src/export.c
16519         * src/foldersel.c
16520         * src/folderview.c
16521         * src/grouplistdialog.c
16522         * src/import.c
16523         * src/mainwindow.c
16524         * src/message_search.c
16525         * src/messageview.c
16526         * src/passphrase.c
16527         * src/prefs_actions.c
16528         * src/prefs_common.c
16529         * src/prefs_customheader.c
16530         * src/prefs_display_header.c
16531         * src/prefs_filtering.c
16532         * src/prefs_filtering_action.c
16533         * src/prefs_gtk.c
16534         * src/prefs_matcher.c
16535         * src/prefs_msg_colors.c
16536         * src/prefs_summary_column.c
16537         * src/prefs_template.c
16538         * src/sourcewindow.c
16539         * src/ssl_manager.c
16540         * src/summary_search.c
16541         * src/gtk/colorsel.c
16542         * src/gtk/description_window.c
16543         * src/gtk/gtkaspell.c
16544         * src/gtk/inputdialog.c
16545         * src/gtk/logwindow.c
16546         * src/gtk/prefswindow.c
16547         * src/gtk/progressdialog.c
16548                 replace deprecated gtk_window_set_policy
16549
16550 2004-07-27 [colin]      0.9.12cvs37.1
16551
16552         * src/msgcache.c
16553                 More fixes (synced for head again)
16554
16555 2004-07-27 [colin]      0.9.12cvs35.3
16556
16557         * src/msgcache.c
16558                 Fix wrong test
16559
16560 2004-07-27 [colin]      0.9.12cvs35.2
16561
16562         * src/mimeview.c
16563                 Fix width a bit (by Paul)
16564         * src/alertpanel.c
16565         * src/alertpanel.h
16566                 Specialize icons, make alertpanel_message()
16567                 private
16568         * src/message_search.c
16569         * src/sgpgme.c
16570         * src/summary_search.c
16571                 Suit alertpanel changes
16572
16573 2004-07-27 [colin]      0.9.12cvs35.1
16574
16575         * src/alertpanel.c
16576                 Add an icon
16577         * src/passphrase.c
16578                 Add debug output - maybe someone will
16579                 want to look at the problem with Grab
16580                 Input :)
16581         Bump version as we're synced with HEAD
16582
16583 2004-07-26 [colin]      0.9.12cvs33.26
16584
16585         * src/pop.c
16586                 Fix uidl-file parsing when not in new
16587                 format
16588
16589 2004-07-26 [colin]      0.9.12cvs33.25
16590
16591         * src/gtk/menu.c
16592                 Move popup menu up if necessary (fixes 
16593                 account selector)
16594         * src/mainwindow.c
16595                 Set account selector's button height to
16596                 minimum
16597
16598 2004-07-26 [colin]      0.9.12cvs33.24
16599
16600         * src/alertpanel.c
16601                 Maybe fix 551 (Truncated font in alert window)
16602
16603 2004-07-26 [colin]      0.9.12cvs33.23
16604
16605         * po/de.po
16606         * po/es.po
16607         * po/fr.po
16608         * po/it.po
16609         * po/ja.po
16610         * po/pl.po
16611         * po/ru.po
16612         * po/sk.po
16613         * po/sr.po
16614         * po/zh_CN.po
16615                 Sync po files with HEAD
16616
16617 2004-07-26 [paul]       0.9.12cvs33.22
16618
16619         * src/compose.c
16620                 fix Bug 556 'Organisation-header is sent even if empty'
16621
16622 2004-07-24 [colin]      0.9.12cvs33.21
16623
16624         * src/compose.c
16625         * src/gtk/gtkaspell.c
16626         * src/gtk/gtkaspell.h
16627                 Fix speller accelerators (require hack)
16628
16629 2004-07-24 [colin]      0.9.12cvs33.20
16630
16631         * src/gtk/gtkaspell.c
16632                 Fix over-eager code deletion breaking
16633                 Check while typing
16634
16635 2004-07-24 [colin]      0.9.12cvs33.19
16636
16637         * src/browseldap.c
16638         * src/ldapctrl.c
16639         * src/ldapctrl.h
16640         * src/ldapserver.h
16641                 Sync ldap with HEAD
16642         (Fixes 546 LDAP completely broken)
16643
16644 2004-07-24 [colin]      0.9.12cvs33.18
16645
16646         * src/prefs_msg_colors.c
16647                 Fix prototype mismatch
16648         (Fixes 547 void function cannot return value)
16649
16650 2004-07-24 [colin]      0.9.12cvs33.17
16651
16652         * src/mainwindow.c
16653                 Fix sort going back to previous sort key
16654                 when changing sort direction
16655
16656 2004-07-24 [colin]      0.9.12cvs33.16
16657
16658         * src/compose.c
16659                 Fix space insertion when re-wrapping at 
16660                 cursor point
16661
16662 2004-07-24 [colin]      0.9.12cvs33.15
16663
16664         * src/gtk/gtkaspell.c
16665                 Don't change cursor position in insert-text
16666                 callback
16667         (Fixes 539 Word wrapping on input transposes letters)
16668
16669 2004-07-24 [colin]      0.9.12cvs33.14
16670
16671         * src/gtk/gtkaspell.c
16672                 Reencode non-ascii chars to dictionary's
16673                 encoding
16674         (Fixes 544 Spell check broken non english locale)
16675
16676 2004-07-24 [colin]      0.9.12cvs33.13
16677
16678         * src/summaryview.c
16679                 Fix Shift+Down, add Home/End/PgUp/PgDown
16680
16681 2004-07-21 [colin]      0.9.12cvs33.12
16682
16683         * src/prefs_common.c
16684                 Fix a gtk warning (Patch by Andrej Kacian)
16685
16686 2004-07-21 [colin]      0.9.12cvs33.11
16687
16688         * src/gtk/filesel.c
16689                 More check
16690
16691 2004-07-21 [colin]      0.9.12cvs33.10
16692
16693         * src/compose.c
16694         * src/crash.c
16695         * src/export.c
16696         * src/import.c
16697         * src/messageview.c
16698         * src/mimeview.c
16699         * src/prefs_spelling.c
16700         * src/prefs_themes.c
16701         * src/summaryview.c
16702         * src/gtk/filesel.c
16703         * src/gtk/filesel.h
16704         * src/gtk/pluginwindow.c
16705                 Untwist open/save mode guessing logic, make
16706                 it explicit
16707
16708 2004-07-20 [colin]      0.9.12cvs33.9
16709
16710         * src/codeconv.c
16711                 conv_encode_header: src_charset is UTF-8 on
16712                 gtk2
16713         * src/compose.c
16714                 Remove double encoding of the headers
16715
16716 2004-07-20 [colin]      0.9.12cvs33.8
16717
16718         * src/codeconv.c
16719                 Fix typo
16720
16721 2004-07-20 [colin]      0.9.12cvs33.7
16722
16723         * src/mainwindow.c
16724                 Set the separated messageview to the saved
16725                 size of Claws' messageview (Patch by Alfons)
16726                 Fix a callback prototype (me)
16727
16728 2004-07-20 [colin]      0.9.12cvs33.6
16729
16730         * src/codeconv.h
16731                 Forgot one hunk in 0.9.12cvs33.4
16732
16733 2004-07-19 [colin]      0.9.12cvs33.5
16734
16735         * src/action.c
16736                 Action output fix
16737                 Patch by Alfons
16738
16739 2004-07-19 [colin]      0.9.12cvs33.4
16740
16741         * src/compose.c
16742                 Fix outgoing charset bug in headers
16743         * src/codeconv.c
16744                 Clean for glib2 - Patch by Alfons
16745
16746 2004-07-19 [colin]      0.9.12cvs33.3
16747
16748         * src/statusbar.c
16749                 Remove grip from the statusbar
16750                 Patch by Alfons
16751
16752 2004-07-19 [colin]      0.9.12cvs33.2
16753
16754         * src/messageview.c
16755         * src/textview.c
16756                 Fix messageview remembering the previous
16757                 scroll position when loading a new message
16758                 Patch by Alfons
16759
16760 2004-07-19 [colin]      0.9.12cvs33.1
16761
16762         * src/folder.h
16763         * src/folderview.c
16764         * src/summaryview.c
16765                 Sync with HEAD
16766
16767 2004-07-18 [colin]      0.9.12cvs32.7
16768
16769         * configure.ac
16770                 Remove useless check for XIM - noticed
16771                 by Alfons
16772
16773 2004-07-18 [colin]      0.9.12cvs32.6
16774
16775         * src/summaryview.c
16776                 Remove non-modified and shift-modified
16777                 accelerators in summaryview's popup
16778                 menu, as that doesn't get catched by
16779                 the accel-activate signal catcher...
16780
16781 2004-07-18 [colin]      0.9.12cvs32.5
16782
16783         * src/prefs_common.c
16784                 Define sensible default prefs for 
16785                 wrapping
16786
16787 2004-07-18 [colin]      0.9.12cvs32.4
16788
16789         * src/compose.c
16790         * src/prefs_common.c
16791         * src/prefs_common.h
16792         * src/prefs_wrapping.c
16793                 Remove Smart Wrapping pref, which does
16794                 nothing on gtk2 branch
16795
16796 2004-07-18 [colin]      0.9.12cvs32.3
16797
16798         * src/sourcewindow.c
16799                 Proper utf8
16800
16801 2004-07-18 [colin]      0.9.12cvs32.2
16802
16803         * src/compose.c
16804                 Save attachment status when drafting
16805
16806 2004-07-18 [colin]      0.9.12cvs32.1
16807
16808         * src/gtk/filesel.c
16809                 Fix erratic folder selection in open mode
16810
16811 2004-07-18 [colin]      0.9.12cvs31.11
16812
16813         * src/pop.c
16814                 Don't let partial messages get deleted
16815                 even with "dowload all"
16816                 (0.9.12cvs31.8 fix extension)
16817 2004-07-18 [colin]      0.9.12cvs31.10
16818
16819         * src/gtk/logwindow.c
16820                 Fix log scrolling
16821
16822 2004-07-18 [colin]      0.9.12cvs31.9
16823
16824         * src/common/utils.c
16825                 Fix non-utf8 strings coming from commands
16826                 and files
16827
16828 2004-07-18 [colin]      0.9.12cvs31.8
16829
16830         * src/pop.c
16831                 Fix partial download bug with Download all
16832                 messages option
16833
16834 2004-07-18 [colin]      0.9.12cvs31.7
16835
16836         * src/textview.c
16837                 Fix bug introduced in 0.9.12cvs31.2
16838                 (blocked in select mode after double click)
16839
16840 2004-07-18 [colin]      0.9.12cvs31.6
16841
16842         * src/compose.c
16843         * src/gtk/menu.c
16844                 More glib-warning fixes
16845
16846 2004-07-18 [colin]      0.9.12cvs31.5
16847
16848         * src/compose.c
16849                 Fix trashing the primary clipboard when moving 
16850                 around with tab
16851         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16852
16853 2004-07-18 [colin]      0.9.12cvs31.4
16854
16855         * src/codeconv.c
16856                 convert unencoded iso headers to utf8
16857         (Fix Bug 538 Unencoded local characters in subject make it 
16858          disappear)
16859
16860 2004-07-18 [colin]      0.9.12cvs31.3
16861
16862         * src/compose.c
16863                 Fix tab char handling in wrapping
16864         (Fix Bug 537 Line wrap problem - TAB character treated as 
16865          one character instead of 8)
16866
16867 2004-07-18 [colin]      0.9.12cvs31.2
16868
16869         * src/textview.c
16870                 return FALSE on GDK_MOTION_NOTIFY
16871         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16872          (unable to highlight))
16873
16874 2004-07-18 [colin]      0.9.12cvs31.1
16875
16876         * src/folderview.c
16877                 Sync with 0.9.12cvs31
16878
16879 2004-07-18 [colin]      0.9.12cvs30.4
16880
16881         * src/compose.c
16882                 Also block text_inserted when inserting a file
16883
16884 2004-07-18 [colin]      0.9.12cvs30.3
16885
16886         * src/compose.c
16887                 Fix smart wrapping (block text_inserted handler
16888                 while putting quotation to avoid wrap on input,
16889                 don't join lines if next is sig separator)
16890
16891 2004-07-17 [colin]      0.9.12cvs30.2
16892
16893         * src/folderview.c
16894         * src/mainwindow.c
16895         * src/mimeview.c
16896         * src/summaryview.c
16897         * src/gtk/quicksearch.c
16898         * src/gtk/quicksearch.h
16899                 Block key events handlers *and* accels while
16900                 quicksearch is focused
16901         (Fixes Bug 534 quick-search bar not accepting certain letters)
16902
16903 2004-07-17 [colin]      0.9.12cvs30.1
16904
16905         * src/folder.h
16906         * src/folderview.c
16907         * src/summaryview.c
16908                 Sync with 0.9.12cvs30
16909
16910 2004-07-17 [colin]      0.9.12cvs28.2
16911
16912         * src/mimeview.c
16913         * src/procmime.c
16914         * src/summaryview.c
16915         * src/gtk/menu.c
16916                 Squash some compile and glib warnings
16917
16918 2004-07-17 [paul]       0.9.12cvs28.1
16919
16920         * src/mimeview.c
16921                 sync with 0.9.12cvs28 HEAD
16922
16923 2004-07-16 [paul]       0.9.12cvs26.1
16924         
16925         * src/gtk/quicksearch.c
16926         * src/account.c
16927         * src/account.h
16928         * src/compose.c
16929         * src/customheader.c
16930         * src/folder_item_prefs.c
16931         * src/main.c
16932         * src/mainwindow.c
16933         * src/messageview.c
16934         * src/mimeview.c
16935         * src/news.c
16936         * src/pgpmime.c
16937         * src/pop.c
16938         * src/pop.h
16939         * src/prefs_account.c
16940         * src/prefs_account.h
16941         * src/prefs_common.c
16942         * src/prefs_common.h
16943         * src/prefs_display_header.c
16944         * src/prefs_gtk.c
16945         * src/prefs_gtk.h
16946         * src/procheader.c
16947         * src/procmime.c
16948                 sync with 0.9.12cvs26 HEAD      
16949
16950 2004-07-15 [colin]      0.9.12cvs18.14
16951
16952         * src/folder.c
16953                 Disable GPG signature check during
16954                 folder move and scan
16955         (Closes Bug 521 Signature checking slows down Folder-Move)
16956
16957 2004-07-14 [colin]      0.9.12cvs18.13
16958
16959         * src/common/partial_download.c
16960                 update includes
16961
16962 2004-07-14 [colin]      0.9.12cvs18.12
16963
16964         * src/common/partial_download.c
16965         * src/common/partial_download.h
16966                 Move doc at top, add correct copyright
16967
16968 2004-07-14 [colin]      0.9.12cvs18.11
16969
16970         * src/folder.c
16971         * src/messageview.c
16972         * src/pop.c
16973         * src/pop.h
16974         * src/procmsg.c
16975         * src/summaryview.c
16976         * src/common/Makefile.am
16977         * src/common/partial_download.c ** NEW FILES **
16978         * src/common/partial_download.h ** NEW FILES **
16979                 Move partial-download related stuff to its
16980                 own file
16981
16982 2004-07-14 [colin]      0.9.12cvs18.10
16983
16984         * src/send_message.c
16985                 Fix smtp auth when user is null or empty
16986
16987 2004-07-13 [colin]      0.9.12cvs18.9
16988
16989         * src/gtk/quicksearch.c
16990                 Use alphabetic order
16991
16992 2004-07-13 [colin]      0.9.12cvs18.8
16993
16994         * src/pop.c
16995                 Be paranoid on the checks
16996
16997 2004-07-13 [colin]      0.9.12cvs18.7
16998
16999         * src/gtk/quicksearch.c
17000                 Fix Engrish once again
17001
17002 2004-07-13 [colin]      0.9.12cvs18.6
17003
17004         * src/procmsg.c
17005         * src/summaryview.c
17006                 Mark messages for deletion when they are about to
17007                 be removed from trash
17008
17009 2004-07-13 [colin]      0.9.12cvs18.5
17010
17011         * src/matcher.c
17012         * src/matcher.h
17013         * src/matcher_parser_parse.y
17014         * src/prefs_matcher.c
17015         * src/gtk/quicksearch.c
17016                 Add 'partial' ('p') match string to find partially
17017                 downloaded messages
17018
17019 2004-07-13 [colin]      0.9.12cvs18.4
17020
17021         * src/pop.c
17022                 Fix misplaced block
17023
17024 2004-07-13 [colin]      0.9.12cvs18.3
17025
17026         * src/pop.c
17027         * src/pop.h
17028         * src/messageview.c
17029                 Refactor API (to avoid passing 5+ params and code
17030                 duplication)
17031         * src/folder.c
17032         * src/msgcache.c
17033         * src/procheader.c
17034         * src/common/defs.h
17035                 Add planned_download to cache
17036                 Don't mess uidl file when moving partially downloaded
17037                 mails (they change folder, we should change it in the
17038                 uidl list too or we'll remove an incorrect message)
17039                 (this also helps removing hacks when changing 
17040                 planned_download in messageview.c)
17041
17042 2004-07-12 [colin]      0.9.12cvs18.2
17043
17044         * src/gtk/quicksearch.c
17045                 Fix missing status update in quicksearch
17046
17047 2004-07-12 [paul]       0.9.12cvs18.1
17048
17049         * po/POTFILES.in
17050         * src/Makefile.am
17051         * src/account.c
17052         * src/codeconv.c
17053         * src/compose.c
17054         * src/inc.c
17055         * src/main.c
17056         * src/prefs_common.c
17057         * src/procmsg.h
17058         * src/toolbar.c
17059         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17060         * src/prefs_wrapping.[ch]       ** NEW FILES **
17061         * src/common/intl.h
17062         * src/common/utils.[ch]
17063         * src/gtk/quicksearch.[ch]
17064                 sync with 0.9.12cvs18 HEAD
17065
17066 2004-07-12 [colin]      0.9.11cvs17.25
17067
17068         * src/folder.c
17069         * src/folder.h
17070                 Remove unused function added by me in 0.9.11cvs17.10
17071
17072 2004-07-11 [colin]      0.9.11cvs17.24
17073
17074         * src/inc.c
17075         * src/messageview.c
17076         * src/pop.c
17077         * src/pop.h
17078                 Use folderitem and msgnum instead of filename to
17079                 know which mail to delete
17080                 Move old partial mail deletion to pop.c
17081
17082 2004-07-10 [colin]      0.9.11cvs17.23
17083
17084         * src/inc.c
17085                 Add debug
17086         * src/pop.c
17087         * src/pop.h
17088                 Don't re-use same enums for unrelated stuff: it's 
17089                 completely misleading !
17090                 Document a bit
17091
17092 2004-07-09 [colin]      0.9.11cvs17.22
17093
17094         * src/inc.c
17095                 Remove folder-type check and do
17096                 more tests to be sure everything's
17097                 ok
17098         * src/messageview.c
17099                 Punctuation update, remove useless
17100                 code, fix two warnings
17101         * src/noticeview.c
17102                 Layout cleaning, reset 2nd button
17103                 when specifying one
17104
17105 2004-07-09 [colin]      0.9.11cvs17.21
17106
17107         * src/messageview.c
17108         * src/pop.c
17109         * src/pop.h
17110                 Allow user to change his mind
17111                 and postpone decision (by
17112                 unmarking the mail)
17113
17114 2004-07-09 [colin]      0.9.11cvs17.20
17115
17116         * src/messageview.c
17117                 Fix bug with delete state
17118         * src/pop.c
17119         * src/pop.h
17120                 Fix buffer leak (fread doesn't 
17121                 terminate buffers with \0)
17122                 Refactoring (remove magic 
17123                 numbers)
17124
17125 2004-07-09 [colin]      0.9.11cvs17.19
17126
17127         * src/pop.c
17128                 Don't log "Skipping message" if 
17129                 we're going to TOP it two lines
17130                 later
17131
17132 2004-07-09 [colin]      0.9.11cvs17.18
17133
17134         * src/messageview.c
17135                 Fix Engrish
17136
17137 2004-07-09 [colin]      0.9.11cvs17.17
17138
17139         * src/pop.c
17140                 strlen checking...
17141         * src/messageview.c
17142                 refactoring a bit
17143
17144 2004-07-08 [colin]      0.9.11cvs17.16
17145
17146         * src/noticeview.c
17147         * src/noticeview.h
17148                 Add an optional second button
17149         * src/messageview.c
17150         * src/pop.c
17151         * src/pop.h
17152                 Don't delete partially received mails after a certain
17153                 time; rather, let the user decide.
17154
17155 2004-07-08 [colin]      0.9.11cvs17.15
17156
17157         * src/common/smtp.h
17158                 Sync with HEAD
17159
17160 2004-07-08 [colin]      0.9.11cvs17.14
17161
17162         * src/messageview.c
17163         * src/common/smtp.c
17164                 Use to_human_readable() for sizes
17165
17166 2004-07-08 [colin]      0.9.11cvs17.13
17167
17168         * src/inc.c
17169         * src/messageview.c
17170         * src/pop.c
17171         * src/pop.h
17172         * src/procmsg.c
17173                 Fix partial-downloading issues:
17174                         catch unsupported TOP
17175                         don't delete partially downloaded mails before 5 days
17176                         don't update existing with non-MH folders; that'll
17177                         make dups, but it's better than trashing the folder
17178                         free new msginfo parts
17179                 Fix indentation ;-)
17180
17181 2004-07-08 [colin]      0.9.11cvs17.12
17182
17183         * src/common/smtp.c
17184         * src/common/smtp.h
17185                 Sync smtp size verification with HEAD
17186
17187 2004-07-08 [colin]      0.9.11cvs17.11
17188
17189         * src/summaryview.c
17190         * src/prefs_common.c
17191         * src/prefs_common.h
17192         * src/gtk/quicksearch.c
17193         * src/gtk/quicksearch.h
17194                 Sync sticky pref with HEAD
17195
17196 2004-07-08 [colin]      0.9.11cvs17.10
17197
17198         * src/folder.c [1.213.2.6]
17199         * src/folder.h [1.87.2.6]
17200         * src/inc.c [1.149.2.7]
17201         * src/messageview.c [1.94.2.8]
17202         * src/procheader.c [1.47.2.6]
17203         * src/procmsg.c [1.150.2.4]
17204         * src/procmsg.h [1.60.2.5]
17205         * src/pop.c [1.56.2.4]
17206         * src/pop.h [1.17.2.3]
17207                 Let too big messages get downloaded, but truncated
17208                 Add a button to download them completely
17209                 
17210 2004-07-06 [colin]      0.9.11cvs17.9
17211
17212         * src/gtk/quicksearch.c [1.1.2.3]
17213                 Add a Clear button
17214         * commitHelper
17215         * PATCHSETS
17216                 Add a script to help with cvs
17217
17218 2004-07-03 [colin]      0.9.11cvs17.8
17219
17220         * src/plugins/imageviewer/viewer.c
17221                 fix imageviewer (which was staying on the first
17222                 displayed image)
17223
17224 2004-07-03 [colin]      0.9.11cvs17.7
17225
17226         Removed FIXME_GTK2 warnings
17227         * src/gtk/gtkutils.c
17228                 useless #warnings
17229         * src/gtk/menu.c
17230                 useless #warnings (no need to mess with menu rc)
17231         * src/gtk/menu.h
17232                 unused functions
17233         
17234
17235 2004-07-03 [colin]      0.9.11cvs17.6
17236
17237         Removed FIXME_GTK2 warnings
17238         * src/codeconv.c
17239                 useless #warnings (rewrite needed)
17240         * src/compose.c
17241                 useless #warnings (rewrite needed)
17242                 useless #warnings (gtk2 is like that)
17243                 useless #warnings (previously fixed)
17244         * src/main.c
17245                 useless #warnings (previously fixed)
17246         * src/message_search.c
17247                 useless #warnings (gtk2 is like that)
17248                 Made apparent that search is case-sensitive
17249         * src/mimeview.c
17250                 useless #warnings (rewrite needed)
17251                 useless #warnings (gtk2 is like that)
17252                 reimplemented real warnings
17253         * src/prefs_common.c
17254                 Removed block cursor option (not it gtk2)
17255         * src/prefs_gtk.c
17256                 useless #warnings (rewrite needed)
17257         * src/procheader.c
17258                 useless #warnings (rewrite needed)
17259         * src/sourcewindow.c
17260                 useless #warnings (incorrect placing)
17261         * src/summary_search.c
17262                 useless #warnings (gtk2 is like that)
17263                 Made apparent that search is case-sensitive
17264         * src/action.c
17265                 useless #warnings (gtk2 is like that)
17266         * src/textview.c
17267                 useless #warnings (rewrite needed)
17268         * src/toolbar.c
17269                 useless #warnings (rewrite needed)
17270
17271 2004-07-03 [colin]      0.9.11cvs17.5
17272
17273         * src/textview.c
17274                 Fix mismerge which broke URI opening
17275                 
17276 2004-07-01 [colin]      0.9.11cvs17.4
17277
17278         * src/gtk/filesel.c
17279                 Fill filename when saving
17280                 
17281 2004-06-27 [colin]      0.9.11cvs17.3
17282
17283         * src/gtk/filesel.[ch]
17284                 Use the new GTK file selector
17285                 Update prototype to match the reality: multiple file
17286                 selection is open-only          
17287         * src/compose.c
17288                 Match the new prototypes        
17289         * configure.ac
17290                 Match the new requirements (gtk 2.4.0)
17291                         
17292 2004-06-26 [colin]      0.9.11cvs17.2
17293
17294         * src/plugins/trayicon/trayicon.c
17295                 Remove useless signal handler on resize, which causes
17296                 an infinite "loop"
17297         
17298 2004-06-26 [colin]      0.9.11cvs17.1
17299         
17300         * tools/Makefile.am
17301                 remove launch_firebird and add nautilus2sylpheed.sh
17302         * src/quicksearch.c
17303           src/summaryview.c
17304                 Fix show/hide "Extended symbols" button problem
17305                 Fix apparition at startup
17306                 Fix const warnings
17307         * src/plugins/image_viewer/Makefile.am
17308                 Fix configure 
17309         * common/ssl.c
17310                 Re-enable certificate check, as it doesn't seem to
17311                 cause Xlib errors anymore
17312
17313 2004-06-25 [paul]       0.9.11cvs17
17314
17315         * sync with 0.9.11cvs17 HEAD
17316         
17317         NOTE: QuickSearch is broken
17318
17319 2004-06-07 [colin]      0.9.10claws67.10
17320         * src/plugins/trayicon/trayicon.c
17321           src/plugins/trayicon/libeggtrayicon/Makefile.am
17322           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17323                 Fix gettextization in trayicon plugin
17324
17325 2004-06-07 [colin]      0.9.10claws67.9
17326         
17327         * src/summaryview.c
17328           src/gtk/gtksctree.[ch]
17329                 Let Shift+{Up,Down} work in summaryview
17330                 (well, Down "works" and Up works)
17331                 Let the list scroll when using these keys
17332
17333 2004-06-06 [colin]      0.9.10claws67.8
17334
17335         * src/plugins/trayicon/trayicon.c
17336                 Fix pixmap update
17337
17338 2004-06-06 [colin]      0.9.10claws67.7
17339
17340         * src/addressbook.c
17341                 Fix signal handling causing system-wide focus grab
17342
17343 2004-05-25 [paul]       0.9.10claws67.6
17344
17345         * Makefile.am
17346           src/Makefile.am
17347                 clean up
17348
17349 2004-05-25 [paul]       0.9.10claws67.5
17350
17351         * replace deprecated gtk_signal... functions
17352
17353 2004-05-23 [colin]      0.9.10claws67.4
17354
17355         * src/compose.c
17356                 Fix wrapping
17357
17358 2004-05-22 [colin]      0.9.10claws67.3
17359
17360         * src/compose.c
17361                 Re-fix [Edited] in compose.c::compose_reedit()
17362
17363 2004-05-22 [colin]      0.9.10claws67.2
17364
17365         * src/procmime.c
17366                 Fix parsing of multiparts mails
17367
17368 2004-05-22 [colin]      0.9.10claws67.1
17369
17370         * src/summaryview.c
17371                 Fix quicksearch
17372
17373 2004-05-22 [paul]       0.9.10claws67
17374
17375         * sync with 0.9.10claws67 HEAD
17376
17377 2004-05-14 [alfons]
17378
17379         * src/procmime.h
17380                 add forgotton prototype
17381
17382 2004-05-10 [paul]       0.9.10claws57
17383
17384         * sync with 0.9.10claws57 HEAD
17385
17386 2004-05-05 [paul]       0.9.9.claws1
17387
17388         * ChangeLog-gtk2        ** REMOVED **
17389           ChangeLog-gtk2.claws  ** ADDED **
17390                 rename and adopt the normal claws format
17391                 
17392         * configure.ac
17393                 require gtkmathview >= 0.5
17394
17395         * ac/*                          ** REMOVED **
17396           ac/                           ** REMOVED **
17397           intl/Makefile.in              ** REMOVED **
17398           m4/                           ** ADDED **
17399           m4/missing                    ** ADDED **
17400           m4/missing/gdk-pixbuf.m4      ** ADDED **
17401           m4/missing/gettext.m4         ** ADDED **
17402           m4/missing/gpgme.m4           ** ADDED **
17403           m4/missing/imlib.m4           ** ADDED **
17404           m4/.cvsignore                 ** ADDED **
17405           m4/Makefile.am                ** ADDED **
17406           m4/README                     ** ADDED **
17407           m4/aclocal-include.m4         ** ADDED **
17408           m4/aspell.m4                  ** ADDED **
17409           m4/check-type.m4              ** ADDED **
17410           m4/gnupg-check-typedef.m4     ** ADDED **
17411           m4/openssl.m4                 ** ADDED **
17412           m4/spamassassin.m4            ** ADDED **
17413           po/ChangeLog                  ** REMOVED **
17414           po/Makefile.in.in             ** REMOVED **
17415           po/Rules-quot                 ** REMOVED **
17416           po/boldquot.sed               ** REMOVED **
17417           po/en@boldquot.header         ** REMOVED **
17418           po/en@quot.header             ** REMOVED **
17419           po/insert-header.sin          ** REMOVED **
17420           po/quot.sed                   ** REMOVED **
17421           po/remove-potcdate.sed        ** REMOVED **
17422           po/remove-potcdate.sin        ** REMOVED **
17423           po/stamp-po                   ** REMOVED **
17424           Makefile.am
17425           autogen.sh
17426           configure.ac
17427                 enable building with automake 1.8.x
17428                 add 'autopoint --force' to autogen.sh and remove all
17429                 auto-generated files, remove ac/ directory and use
17430                 m4/ directory instead
17431                 
17432         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17433                 fix gettextization
17434
17435 2004-02-28 Colin Leroy <colin@colino.net>
17436         * src/prefs_matcher.c
17437           src/prefs_filtering.c
17438           src/prefs_filtering_action.c
17439                 Fix non-editable GtkEntries
17440
17441 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17442         * src/prefs_themes.c
17443                 utf8 conversion for theme info
17444
17445 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17446         * sync 0.9.9claws
17447
17448 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17449         * src/grouplistdialog.c
17450                 allow multiple selections without ctrl key
17451
17452 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17453         * src/main.c
17454                 enable customizable accelerators
17455
17456 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17457         * src/prefs_common.c
17458                 re-enable different font settings for gtk1/2
17459         * src/prefs_folder_item.c
17460                 fix folder prefs displayed wrong
17461         * src/textview.c
17462                 set 'sunken' shadow type
17463
17464 2004-02-07 Colin Leroy <colin@colino.net>
17465         * src/compose.c
17466                 Fix message being always [Edited]
17467                 Encode headers correctly (utf8 buf)
17468
17469 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17470         * src/socket.c
17471                 remove double g_source_attach()
17472                 (Thanks to Colin Leroy)
17473
17474 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17475         * src/gtk/gtksctree.c
17476                 Fix SSL certificate list not shown
17477         * src/mimeview.c
17478                 Fix clicks in mime tree
17479
17480 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17481         * src/common/socket.c
17482                 Fix SSL receive
17483         * src/compose.c
17484                 Fix clipboard menu hotkeys
17485
17486 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17487         * src/gtk/gtkaspell.[ch]
17488           src/compose.c
17489                 reimplement spellchecker
17490
17491 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17492         * src/gtk/filesel.c
17493                 crash when inserting file in compose window
17494                 (TODO: keep old selection on clicks)
17495         * src/main.c
17496                 use gtkrc-2.0 instead of gtkrc
17497
17498 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17499         * src/messageview.c
17500                 remove orphaned mimeview unref()
17501
17502 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17503         * src/grouplistdialog.c
17504                 expand nodes containing subscribed groups
17505
17506 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17507         * src/textview.c
17508                 textview: hide cursor, restore old click behaviour
17509
17510 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17511         * src/textview.c
17512                 variable names messed up
17513
17514 2004-01-17 Colin Leroy <colin@colino.net>
17515         * src/addr_compl.c
17516                 Fix completion address too thin
17517         * src/compose.c
17518                 Fix tab-to-subject behaviour
17519         * src/summaryview.c
17520                 Implement key up & down in summaryview
17521
17522 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17523
17524         * sync 098claws
17525
17526 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17527         * configure.ac
17528           Makefile.am
17529           doc/.cvsignore
17530           doc/Makefile.am
17531                 faq, man, manual moved to doc/
17532         * ac/aspell.m4
17533           ac/check-type.m4
17534           ac/gnupg-check-typedef.m4
17535           ac/openssl.m4
17536           ac/spamassassin.m4
17537           ac/missing/gdk-pixbuf.m4
17538           ac/missing/gpgme.m4
17539           ac/missing/imlib.m4
17540                 fix automake warnings
17541
17542 2003-12-06 Colin Leroy <colin@colino.net>
17543         * src/summaryview.c
17544                 Fix quicksearch
17545
17546 2003-12-05 Colin Leroy <colin@colino.net>
17547         * src/summaryview.c
17548                 Fix going to next unread folder
17549
17550 2003-12-05 Colin Leroy <colin@colino.net>
17551         * src/crash.c
17552                 Fix gtk2 compilation
17553         * src/session.c
17554                 Remove iotag source handler at disconnection
17555         * src/socket.[ch] 
17556                 Remove source handler when closing socket 
17557                 (fixes another seg)
17558
17559 2003-12-04 Colin Leroy <colin@colino.net>
17560         * src/compose.c
17561           src/prefs_account.c
17562           src/prefs_common.c
17563                 Fix some dropdown menus
17564
17565 2003-12-04 Colin Leroy <colin@colino.net>
17566         * src/compose.c
17567                 Fix event handlers on header fields
17568         * src/common/socket.c
17569           src/common/session.c
17570                 Fix segfault with callback (SSL)
17571                 Fix end of session 
17572
17573 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17574
17575         * Fix compile bug in src/compose.c
17576         * removed src/gtk/gtkstext.[ch]
17577
17578 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17579
17580         * Convert character set and escape "text" attributes in toolbar setting
17581         files.
17582         * Fixed bug in button-press-event handling.
17583
17584 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17585
17586         * Fixed bug in key-press-event handling.
17587
17588 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17589
17590         * Enabled to compile tray-icon plugin (Ad-hoc).
17591         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17592
17593 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17594
17595         * Enabled to compile on sylpheed-claws.
17596         (tray-icon plugin still cannot compile yet.)
17597
17598 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17599
17600         * Updated to 0.9.5.
17601
17602 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17603
17604         * Updated to 0.9.4.
17605         * Ported monitoring SSL mechanism to GSource of GLib2
17606         (I don't confirm it)
17607         * Added _gtk2 suffix to key name of font preference to avoid
17608         ovverwriting preference of Gtk+-1.2 version.
17609
17610 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17611
17612         * Updated to 0.9.2.
17613
17614 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17615
17616         * Updated to 0.9.1.
17617         * Translate po files into UTF-8 when execute autogen.sh.
17618
17619 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17620
17621         * Updated to 0.9.0.
17622
17623 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17624
17625         * Plugged GError related memory leaks.
17626
17627 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17628
17629         * Changed default size of fonts.
17630         * Enabled to set titile font size of warning dialog.
17631
17632 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17633
17634         * Embed a sylpheed icon into executable binary on Windows.
17635
17636 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17637
17638         * I forgot to traslate character set of element string in src/xml.c.
17639
17640 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17641
17642         * Fixed detecting bind_textdomain_codeset in configure.in.
17643         * The bug in which "Example" of "Date fromat" preference isn't displayed
17644         correctly has been fixed.
17645
17646 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17647
17648         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17649           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17650           glib-gettextize
17651           Removed intl directory.
17652           Translated po files into UTF-8.
17653           (Thanks! Ryuji Abe)
17654
17655 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17656
17657         * The bug which doesn't unscape string in xml.c has been fixed.
17658
17659 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17660
17661         * The bug which is failed to translate encoding of file name thorough
17662         file dialog has been fixed.
17663
17664 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17665
17666         * Modified to translate file names which is used in inporting/expoting
17667         mbox feature and "Save as" feature into locale encoding.
17668         * Translate file names into locale encoding when "Attache file" and
17669         "Insert file".
17670         * Force set G_BROKEN_FILENAMES environment variable.
17671         * Other minor fixes.
17672
17673 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17674
17675         * Modified to treat MH folder's name as locale encoding.
17676
17677 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17678
17679         * The bug which clash on switching candidates of auto completion of
17680         addresses, cannot use auto completion in Japanesse is fixed
17681         (Thanks! Tokunaga-san)¡¥
17682
17683 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17684
17685         * The bug which cannot switch key accelerator preference has been fixed
17686         (Thanks! smbd-san)¡¥
17687
17688 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17689
17690         * version 0.8.11-gtk2-20030314
17691
17692 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17693
17694         * The bug in which character set conversion of filtering messages has
17695         been fixed.(Thanks! COCOA-san).
17696
17697 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17698
17699         * Revived "Leave space on head" preference in "Message" category.
17700         * A bug which clash when put the cursor to end of buffer and execute
17701         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17702
17703 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17704
17705         * version 0.8.11-gtk2-20030312
17706
17707 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17708
17709         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17710         * Modified to use Pango's API directly for font preference.
17711         * Integrated GtkTextView of textview to one widget.
17712         * Set fonts of header title in textview by "header_title" tag.
17713         * Removed some deprecated codes.
17714
17715 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17716
17717         * Updated to 0.8.11.
17718         * Merged cygwin patch(Thanks! Sakai-san).
17719
17720 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17721
17722         * version 0.8.10-gtk2-20030309