1929df26000037329b4d1787977670783482ca60
[claws.git] / ChangeLog
1 2006-09-01 [wwp]        2.4.0cvs126
2
3         * manual/fr/account.xml
4                 reflect changes to the ref. manual (parts of cvs72):
5                 fix tabnames and quotes.
6
7 2006-09-01 [wwp]        2.4.0cvs125
8
9         * manual/fr/plugins.xml
10                 reflect changes to the reference manual (cvs42):
11                 update IRC channel info.
12
13 2006-09-01 [wwp]        2.4.0cvs124
14
15         * commitHelper
16                 use CVSEDITOR env. var. if set, according to `man cvs`.
17
18 2006-09-01 [wwp]        2.4.0cvs123
19
20         * manual/advanced.xml
21                 better sentence again (thanks to Paul).
22
23 2006-09-01 [wwp]        2.4.0cvs122
24
25         * manual/advanced.xml
26         fix definition of toolbar_detachable and rework a bit the one of
27         enable_dotted_lines.
28
29 2006-09-01 [mones]      2.4.0cvs121
30
31         * manual/advanced.xml
32                 Document enable_dotted_lines
33
34 2006-09-01 [paul]       2.4.0cvs120
35
36         * src/folderview.c
37         * src/folderview.h
38         * src/imap.c
39         * src/mainwindow.c
40         * src/summaryview.c
41                 obey the 'When entering folder...' option
42                 when using the /View/Go to/... menu items
43                 Thanks to Colin
44
45 2006-08-31 [colin]      2.4.0cvs119
46
47         * src/folderview.c
48                 Revert 2.4.0cvs116, wrong fix.
49
50 2006-08-31 [colin]      2.4.0cvs118
51
52         * src/gtk/gtksctree.c
53                 Better state the various copyrights
54
55 2006-08-31 [colin]      2.4.0cvs117
56
57         * src/prefs_common.c
58                 fix enable_dotted_lines
59
60 2006-08-31 [colin]      2.4.0cvs116
61
62         * src/folderview.c
63                 Use pref "Always open on select" when going
64                 to next unread folder
65         * src/gtk/gtksctree.c
66                 Fix link failure to _gtk_clist_create_cell_layout
67                 on certain computers. (Why not mine, I wonder)
68
69 2006-08-31 [colin]      2.4.0cvs115
70
71         * src/procmsg.c
72         * src/textview.c
73         * src/plugins/bogofilter/bogofilter.c
74         * src/plugins/spamassassin/spamassassin.c
75                 Requalify some "errors" to warnings
76         * src/mainwindow.c
77         * src/mainwindow.h
78         * src/statusbar.c
79                 Add an icon in the statusbar to notify
80                 of errors
81         * src/gtk/gtksctree.c
82         * src/folderview.c
83         * src/summaryview.c
84                 Make the GtkSCTree look more modern by
85                 alternating background lines
86         * src/prefs_common.c
87         * src/prefs_common.h
88                 Add a pref to let people have the old
89                 way if they prefer
90
91
92 2006-08-30 [colin]      2.4.0cvs114
93
94         * src/procmsg.c
95         * src/procmsg.h
96                 Provide a way to filter a list of
97                 messages in an optimised manner, and
98                 add a list-filtering hook
99         * src/folder.c
100         * src/inc.c
101         * src/mbox.c
102                 Use the list filtering
103         * src/plugins/bogofilter/bogofilter.c
104                 Use the list-filtering hook
105                 Use -b (bulk) mode for more speed
106                 when learning and filtering
107         * src/etpan/imap-thread.c
108                 Make log output shorter in UID SEARCH
109
110
111 2006-08-30 [colin]      2.4.0cvs113
112
113         * src/plugins/bogofilter/bogofilter.c
114                 Really fast mass learning - thanks to David
115                 Relson for the options explanations :)
116
117 2006-08-30 [colin]      2.4.0cvs112
118
119         * src/msgcache.c
120                 Fix compilation on FreeBSD. Thanks
121                 to Michael Hugues
122
123 2006-08-29 [colin]      2.4.0cvs111
124
125         * src/folderview.c
126                 Handle "popup_menu" signal (for popping the 
127                 menu via the keyboard)
128         * src/mimeview.c
129         * src/mimeview.h
130         * src/summaryview.c
131         * src/textview.c
132         * src/gtk/gtkutils.c
133         * src/gtk/gtkutils.h
134                 Factorize scrolling code, and add an API 
135                 for MimeViewers to handle scroll orders
136
137 2006-08-29 [wwp]        2.4.0cvs110
138
139         * src/plugins//bogofilter/bogofilter.c
140         * src/plugins//spamassassin/spamassassin.c
141                 make the bogofilter/spamassassin filtering error dialogs at
142         incorporation obey to the "don't popup error dialog on
143         receive error" option. If disabled, feed the log window w/
144         the error message.
145
146 2006-08-29 [paul]
147
148         2.5.0-rc2 released
149
150 2006-08-29 [paul]       2.4.0cvs109
151
152         * Makefile.am
153                 remove 'make release', it's not needed
154                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
155
156 2006-08-29 [paul]       2.4.0cvs108
157
158         * src/foldersel.c
159         * src/summary_search.c
160         * src/gtk/progressdialog.c
161         * src/plugins/pgpcore/passphrase.c
162                 replace deprecated gtk_window_set_policy()
163
164 2006-08-29 [colin]      2.4.0cvs107
165
166         * src/folder.c
167                 Fix data loss when copy fails during a move:
168                 only use fast remove_msgs if everything was
169                 copied OK; else use slow remove_msg on the
170                 mails that got copied only.
171
172 2006-08-28 [paul]       2.4.0cvs106
173
174         * src/mh.c
175                 revert change in 2.4.0cvs104, it breaks
176                 stuff
177
178 2006-08-28 [paul]       2.4.0cvs105
179
180         * src/plugins/spamassassin/spamassassin.c
181                 english fix
182
183 2006-08-28 [paul]       2.4.0cvs104
184
185         * src/mh.c
186                 fix data loss when moving to another
187                 mailbox fails
188         * src/prefs_spelling.c
189                 improve the english
190         * src/gtk/pluginwindow.c
191                 improve the layout of the dialog text
192         All thanks to Colin
193
194 2006-08-28 [paul]       2.4.0cvs103
195
196         * src/plugins/bogofilter/bogofilter.c
197         * src/plugins/bogofilter/bogofilter_gtk.c
198                 fix english up a bit, innit
199
200 2006-08-28 [paul]       2.4.0cvs102
201
202         * configure.ac
203         * po/Makefile.in.in
204         * po/Makevars
205                 require autoconf 2.60, enabling building
206                 with gettext 0.15 (gettext 0.14.x build still
207                 possible). Replace Makefiles with versions
208                 from gettext 0.15.
209                 Remove configure options --with-localedir and
210                 --with-mandir. The options that are provided
211                 directly by autoconf 2.60 can be used instead:
212                 --mandir --localedir
213
214 2006-08-27 [colin]      2.4.0cvs101
215
216         * src/plugins/bogofilter/Makefile.am
217                 Fix make dist (no README)
218
219 2006-08-27 [colin]      2.4.0cvs100
220
221         * src/folder.c
222                 Don't use F_UNKNOWN folders for any default
223                 outbox/trash/etc
224         * src/plugins/bogofilter/bogofilter.c
225         * src/plugins/bogofilter/bogofilter.h
226         * src/plugins/bogofilter/bogofilter_gtk.c
227                 Add an option to specify the path to bogofilter
228                 Use single-quotes to be able to learn in folders
229                 with spaces in their names
230                 Verify learning status
231
232 2006-08-27 [colin]      2.4.0cvs99
233
234         * manual/faq.xml
235         * manual/plugins.xml
236                 Document Bogofilter plugin
237
238 2006-08-27 [colin]      2.4.0cvs98
239
240         * src/compose.c
241         * src/messageview.c
242         * src/procmsg.c
243         * src/procmsg.h
244                 When possible, copy the queued mail to sent folder
245                 instead of re-adding. Much faster on IMAP.
246
247 2006-08-27 [colin]      2.4.0cvs97
248
249         * src/msgcache.c
250                 Disable mmaped caches - huge metadata loss
251                 here after a power failure.
252         * src/summaryview.c
253                 Add quicksearch timing
254         * src/common/plugin.c
255         * src/common/plugin.h
256                 Implement an interface to tell what plugins
257                 provide. Prevent loading of similar plugins.
258         * src/plugins/clamav/clamav_plugin.c
259         * src/plugins/demo/demo.c
260         * src/plugins/dillo_viewer/dillo_viewer.c
261         * src/plugins/pgpcore/plugin.c
262         * src/plugins/pgpinline/pgpinline.c
263         * src/plugins/pgpmime/pgpmime.c
264         * src/plugins/spamassassin/spamassassin.c
265         * src/plugins/trayicon/trayicon.c
266                 Implement plugin_provides()
267
268 2006-08-27 [colin]      2.4.0cvs96
269
270         * configure.ac
271         * src/plugins/Makefile.am
272         * src/plugins/bogofilter/.cvsignore
273         * src/plugins/bogofilter/Makefile.am
274         * src/plugins/bogofilter/bogofilter.c
275         * src/plugins/bogofilter/bogofilter.h
276         * src/plugins/bogofilter/bogofilter_gtk.c
277                 New Bogofilter plugin, provides filtering and
278                 learning. Spamassassin will go to extra plugins.
279
280 2006-08-26 [mones]      2.4.0cvs95
281
282         * manual/handling.xml
283                 Fix subfolder path in the example (thanks to Paul) 
284
285 2006-08-26 [mones]      2.4.0cvs94
286
287         * manual/glossary.xml
288                 2.2. + add ISP to the glossary
289                 7.5. + Add UIDL to glossary
290                 7.7. + Add TCP to glossary
291         * manual/handling.xml
292                 7.1. + Mentions GNU/Linux distribution, what about the non...
293                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
294                 7.3. + Mentions .bashrc, what about the non-bash ones? 
295                 7.4. = Use appropriate quotation for commands
296                 7.6. = change "" to <quote></quote>
297         * manual/plugins.xml
298                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
299         * manual/starting.xml
300                 2.1. + local mbox file: some examples of mbox file locations...
301                 Also reformatted files requiring it
302
303 2006-08-26 [wwp]        2.4.0cvs93
304
305         * src/summary_search.c
306                 disable find buttons while summary search is running.
307
308 2006-08-25 [colin]      2.4.0cvs92
309
310         * src/folder.c
311         * src/folderutils.c
312         * src/mh.c
313         * src/procmsg.h
314         * src/summaryview.c
315                 Speed up MH moving, and add progressbar
316                 for MH deletion
317         * src/msgcache.c
318                 Write cache files using mmap() too
319
320 2006-08-25 [wwp]        2.4.0cvs91
321
322         * src/summaryview.c
323                 switch spam<->ham button when a message has been marked as spam or ham
324                 and is still selected. Thanks to Colin.
325
326 2006-08-25 [paul]       2.4.0cvs90
327
328         * src/Makefile.am
329         * src/stock_pixmap.c
330         * src/stock_pixmap.h
331         * src/summaryview.c
332         * src/gtk/icon_legend.c
333         * src/pixmaps/copied.xpm
334         * src/pixmaps/moved.xpm
335                 add icons for delayed execution marked for
336                 copying, marked for moving
337
338 2006-08-25 [mones]      2.4.0cvs89
339
340         * manual/glossary.xml
341                 Fix the other glossary items:
342                 5.1. = Inmmediate execution -> <quote>immediate execution...
343                 5.2. = Fix MBOX capitalization -> Mbox
344                 5.3. + Improve Plugins def. w/ tech. ref.
345                 5.4. = Quotation -> replace '>' by <quote>></quote>
346                 5.5. - SMTP Server. -> remove dot
347         * po/es.po
348                 Updated translation
349
350 2006-08-25 [mones]      2.4.0cvs88
351
352         * manual/ack.xml
353                 Reformatted, changed email address
354         * manual/glossary.xml
355                 Reformatted, fixed MANUAL-TODO items:
356                 8.2. + add ROT-13 to glossary
357                 8.4. + add URL to glossary
358         * manual/es/advanced.xml
359                 Fixed <literal>s
360
361 2006-08-25 [paul]       2.4.0cvs87
362
363         * src/gtk/icon_legend.c
364                 add 'marked for deletion' icon
365                 arrange icons by containing column
366                 wrap long label text
367
368 2006-08-25 [colin]      2.4.0cvs86
369
370         * src/common/utils.c
371         * src/common/utils.h
372                 Add the sc_g_*list_bigger functions in
373                 a place everyone can use it
374         * src/summaryview.c
375                 Only freeze/thaw the list when working
376                 on the selection, if it's bigger than 1
377         * src/gtk/gtksctree.c
378                 Only freeze/thaw the list when unselec-
379                 ting 'all' if ('all' != 1)
380                 This avoids some flickering
381
382 2006-08-24 [colin]      2.4.0cvs85
383
384         * src/addressbook.c
385                 Fix strange list selection
386                 Fix random seg (Invalid read of freed memory)
387
388 2006-08-24 [colin]      2.4.0cvs84
389
390         * src/alertpanel.c
391         * src/gtk/inputdialog.c
392         * src/plugins/pgpcore/passphrase.c
393                 Revert minimal width patch of 2.4.0cvs67,
394                 as it is also a maximal width. Use 
395                 gtk_window_set_default_size instead.
396
397 2006-08-24 [colin]      2.4.0cvs83
398
399         * src/msgcache.c
400                 Write cache/mark to temp files before
401                 overwriting old ones (avoids metadata
402                 loss if writing the new files fail).
403                 Use mmap() to read cache/mark file, as
404                 this makes cache reading faster. Dis-
405                 abled for big-endian machines until it
406                 can be tested. (Big-endian users: set
407                 msgcache_use_mmap = TRUE in the relevant
408                 #if).
409         * src/procmsg.h
410                 Move rarely used fields of MsgInfo in 
411                 another structure, which will only be
412                 allocated if needed. Face, X-Face,
413                 Return receipt headers and List-*
414                 headers are moved. Mails having none
415                 of these occupy 52 bytes less with
416                 this patch, which makes 2.5MB of RAM
417                 saved on a 50k folder).
418         * src/headerview.c
419         * src/mainwindow.c
420         * src/messageview.c
421         * src/partial_download.c
422         * src/procheader.c
423         * src/procmsg.c
424         * src/textview.c
425                 Follow this structure change.
426
427 2006-08-24 [wwp]        2.4.0cvs82
428
429         * manual/es/.cvsignore
430         * manual/es/dist/.cvsignore
431         * manual/es/dist/html/.cvsignore
432         * manual/es/dist/pdf/.cvsignore
433         * manual/es/dist/ps/.cvsignore
434         * manual/es/dist/txt/.cvsignore
435                 more (generated) files to ignore.
436
437 2006-08-24 [colin]      2.4.0cvs81
438
439         * src/folder.c
440         * src/mh.c
441                 Fix possible problems with local delivery. Check the folder doesn't
442                 need scan before setting its mtime when saving cache (which can be
443                 done long after the folder's been modified by an external process);
444                 Check that the stored item's mtime didn't change in mh functions.
445
446 2006-08-24 [mones]      2.4.0cvs80
447
448         * manual/advanced.xml
449                 Rewrapping, some fixes and MANUAL-TODO items:
450                 8.1. = change "" to <quote></quote>
451                 8.3. = quote menu items
452                 8.5. - deploying -> new user ... ideally a new user (redundant)
453
454 2006-08-23 [colin]      2.4.0cvs79
455
456         * src/gtk/gtksctree.c
457                 When selecting or deselecting range, only
458                 freeze/thaw when selection is bigger than 10
459
460 2006-08-23 [colin]      2.4.0cvs78
461
462         * src/messageview.c
463         * src/mimeview.c
464         * src/mimeview.h
465         * src/plugins/dillo_viewer/dillo_viewer.c
466                 Provide an API for MimeViewer plugins to
467                 return a text selection for replying
468
469 2006-08-23 [colin]      2.4.0cvs77
470
471         * src/image_viewer.c
472         * src/textview.c
473                 Use gtk_pixbuf_new_from_file_at_scale(), which
474                 is faster than getting the pixbuf then resizing
475                 it.
476
477 2006-08-23 [colin]      2.4.0cvs76
478
479         * src/procmime.c
480                 UTF-8 should be sent Quoted-printable
481
482 2006-08-22 [colin]      2.4.0cvs75
483
484         * src/mh.c
485                 Check if scan is required before touching
486                 the folder (or it'll be required every time)
487
488 2006-08-22 [colin]      2.4.0cvs74
489
490         * configure.ac
491                 Require libetpan 0.46 (crasher fix when built
492                 against gnutls)
493
494 2006-08-22 [colin]      2.4.0cvs73
495
496         * src/folder.c
497                 Set folder's mtime after writing its
498                 cache
499         * src/folderview.c
500                 Add some timing
501         * src/procmsg.c
502                 Don't do useless stuff if we don't 
503                 thread by subject
504         * src/summaryview.c
505                 Add some timing, don't deselect prior
506                 to selecting (gtksctree does it itself),
507                 remove crash avoidance hacks as it's been
508                 properly fixed since a while
509         * src/common/utils.c
510                 Optimize to_human_readable(): _() is slow,
511                 do it only once, and avoid %f format for KB
512                 (the most common in a summaryview)
513         * src/gtk/gtksctree.c
514                 Don't uselessly freeze/thaw (fixes flicker
515                 on next unread and friends), reduce number
516                 of g_list_nth/g_list_position where possible
517         * src/gtk/gtkutils.c
518         * src/gtk/gtkutils.h
519                 Reduce number of g_list_nth/g_list_position
520                 where possible.
521                 All of this makes loading as 70k folder 2.1
522                 seconds instead of 3.2 (with hot FS caches).
523                 (1.3 seconds without Date and Size columns...)
524
525 2006-08-22 [paul]       2.4.0cvs72
526
527         wrap documents and do some items from mones' MANUAL-TODO:
528
529         * manual/account.xml
530                 4.1. = fix tabname references to <quote>tabname</quote>
531                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
532         * manual/faq.xml
533                 1.1. = mentioned options don't match UI
534                 Add information about the 'Never send Return Receipts'
535                 option
536         * manual/handling.xml
537                 6.2. = Mentions Extended symbols button, but now is
538                 named Information
539                 6.3. = Mentions ... button, which is now Edit
540
541 2006-08-22 [colin]      2.4.0cvs71
542
543         * src/gtk/pluginwindow.c
544                 Fix layout in verbose translations (such
545                 as french)
546
547 2006-08-22 [paul]       2.4.0cvs70
548
549         * manual/Makefile.am
550                 build manuals in alphabetical order
551         * src/addressbook.c
552         * src/prefs_themes.c
553                 replace/remove deprecated symbols
554         * src/gtk/gtkutils.c
555                 fix a warning
556         * src/gtk/pluginwindow.c
557                 replace deprecated symbol
558                 replace label text and move it
559         * src/plugins/pgpcore/prefs_gpg.c
560                 move the 'Generate...' button out of the
561                 Sign Key frame, replace the English used
562         * src/plugins/pgpcore/sgpgme.c
563                 fixes to the English
564
565 2006-08-21 [colin]      2.4.0cvs69
566
567         * src/plugins/trayicon/trayicon.c
568                 Add more strings for translation; patch
569                 by Pawel
570
571 2006-08-21 [colin]      2.4.0cvs68
572
573         * src/compose.c
574                 fix replied flag not set after drafting
575         * src/matcher.c
576                 fix body quicksearch in non-encoded bodies
577                 containing '='
578         * src/msgcache.c
579                 Get rid of the g_malloc workaround for
580                 corrupted caches, use g_try_malloc
581
582 2006-08-21 [colin]      2.4.0cvs67
583
584         * src/alertpanel.c
585         * src/gtk/inputdialog.c
586         * src/plugins/pgpcore/passphrase.c
587                 Set minimal width to 375
588         * src/mainwindow.c
589                 Fix switching to offline, asking if it 
590                 should be overriden for synchronising
591         * src/mimeview.c
592                 Don't offer to remember command on Open 
593                 with for text parts, as the browser or 
594                 text editor command isn't changed from 
595                 there
596
597 2006-08-20 [paul]       2.4.0cvs66
598
599         * po/ko.po
600         * po/zh_CN.po
601                 fix plural form errors. revealed by stricter
602                 checking of gettext 0.15
603
604 2006-08-18 [paul]       2.4.0cvs65
605
606         * src/stock_pixmap.c
607                 fix the fix of 2.4.0cvs64
608                 Thanks to Colin
609
610 2006-08-18 [paul]       2.4.0cvs64
611
612         * src/stock_pixmap.c
613                 fix leaks
614                 Thanks to Colin
615
616 2006-08-18 [paul]       2.4.0cvs63
617
618         * src/compose.c
619         * src/procmsg.c
620                 fix occasional IMAP bug where large msgs
621                 were left in the queue folder after sending
622                 Thanks to Colin
623
624 2006-08-18 [paul]       2.4.0cvs62
625
626         * src/folderview.c
627                 freeze the summaryview while quicksearch results
628                 are displayed
629                 (fixes bug 456 'current message is hidden when the
630                 view is refreshed and extended search is "unread 
631                 messages"')
632                 Thanks to Colin
633         * src/textview.c
634                 add missing #include "inputdialog.h"
635         * src/common/utils.h
636                 add missing mailcap_update_default() and improve
637                 readability
638
639 2006-08-17 [colin]      2.4.0cvs61
640
641         * src/plugins/pgpcore/select-keys.c
642                 Fix warnings :)
643
644 2006-08-17 [colin]      2.4.0cvs60
645
646         * src/compose.c
647                 Don't continue queuing if Cancel is clicked
648                 in select-keys
649
650 2006-08-17 [colin]      2.4.0cvs59
651
652         * src/plugins/pgpcore/select-keys.c
653                 When encrypting, if only one key matches and it 
654                 matches exactly, automatically use it.
655
656 2006-08-17 [colin]      2.4.0cvs58
657
658         * src/mimeview.c
659         * src/prefs_common.c
660         * src/prefs_common.h
661         * src/prefs_ext_prog.c
662         * src/textview.c
663                 Fix issues with previous patch (text/html)
664                 Remove outdated prefs
665
666 2006-08-17 [colin]      2.4.0cvs57
667
668         * src/imap.c
669                 Add View Log button on auth error
670         * src/procmsg.c
671                 Fix encrypted mail marked as new when
672                 saved in normal folders
673         * src/plugins/pgpinline/pgpinline.c
674                 Fix encrypt bug on IMAP
675         * src/mimeview.c
676         * src/common/utils.c
677         * src/common/utils.h
678         * src/gtk/inputdialog.c
679         * src/gtk/inputdialog.h
680                 Get rid of metamail stuff, simplify
681                 opening, and allow remembering of user's
682                 choices (by updating ~/.mailcap). There's
683                 still to drop "Audio player" and "Image
684                 viewer" preferences.
685
686 2006-08-17 [mones]      2.4.0cvs56
687
688         * manual/es/sylpheed-claws-manual.xml
689                 fix DTD path
690
691 2006-08-17 [mones]      2.4.0cvs55
692
693         * configure.ac
694         * manual/Makefile.am
695         * manual/es/Makefile.am
696         * manual/es/account.xml
697         * manual/es/ack.xml
698         * manual/es/addrbook.xml
699         * manual/es/advanced.xml
700         * manual/es/faq.xml
701         * manual/es/glossary.xml
702         * manual/es/gpl.xml
703         * manual/es/handling.xml
704         * manual/es/intro.xml
705         * manual/es/keyboard.xml
706         * manual/es/plugins.xml
707         * manual/es/starting.xml
708         * manual/es/sylpheed-claws-manual.xml
709         * manual/es/dist/Makefile.am
710         * manual/es/dist/html/Makefile.am
711         * manual/es/dist/pdf/Makefile.am
712         * manual/es/dist/ps/Makefile.am
713         * manual/es/dist/txt/Makefile.am
714                 Spanish translation for the manual
715
716 2006-08-16 [colin]      2.4.0cvs54
717
718         * src/compose.c
719         * src/main.c
720         * src/mainwindow.c
721                 Fix send button sensitivity at startup
722                 Set send menu sensitivity (patch by Fabien)
723         * src/ssl_manager.c
724                 Enable closing with esc (patch by Fabien)
725         * src/gtk/foldersort.c
726                 Enable closing with esc (patch by Fabien)
727         * src/procmime.c
728                 Optimisation (no need to copy to tempfile to
729                 "decode" 7bit and 8bit)
730         * src/summaryview.c
731                 Fix cruft in swap_from case
732         * src/textview.c
733                 Fix missing last line in some mail cases 
734                 (Fixes debian #381872)
735         * src/plugins/pgpcore/prefs_gpg.c
736         * src/plugins/pgpcore/sgpgme.c
737         * src/plugins/pgpcore/sgpgme.h
738                 Don't show "no key found" when user explicitely
739                 wants to create a key
740
741 2006-08-16 [paul]       2.4.0cvs53
742
743         * configure.ac
744         * src/account.c
745         * src/addressbook.c
746         * src/headerview.c
747         * src/prefs_account.c
748         * src/prefs_message.c
749         * src/gtk/gtkutils.c
750                 bump up minimum required versions of GTK+ and
751                 GLIB to 2.6.0
752
753 2006-08-16 [paul]       2.4.0cvs52
754
755         * src/toolbar.c
756                 workaround GTK+ Bug 351600 - 'Can't re-click
757                 on button after sensitivity update'
758                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
759                 Thanks to Colin
760
761 2006-08-15 [colin]      2.4.0cvs51
762
763         * src/plugins/pgpcore/prefs_gpg.c
764                 Set options sensitivity according to
765                 key existence
766         * src/plugins/pgpcore/sgpgme.c
767                 Allow to create key with no passphrase
768
769 2006-08-14 [cleroy]     2.4.0cvs50
770
771         * src/gtk/pluginwindow.c
772                 New layout (maybe to be changed?)
773         * src/gtk/gtkutils.c
774                 Fix a bit label_window
775         * src/plugins/pgpcore/passphrase.c
776         * src/plugins/pgpcore/passphrase.h
777         * src/plugins/pgpcore/plugin.c
778         * src/plugins/pgpcore/prefs_gpg.c
779         * src/plugins/pgpcore/prefs_gpg.h
780         * src/plugins/pgpcore/sgpgme.c
781         * src/plugins/pgpcore/sgpgme.h
782                 Allow to create a PGP private key via the GUI
783
784 2006-08-14 [wwp]        2.4.0cvs49
785
786         * src/addressbook_foldersel.c
787                 fix strict ISO C90 compliance.
788
789 2006-08-14 [paul]       2.4.0cvs48
790
791         * src/gtk/prefswindow.c
792                 re-set scrolled window on opening
793                 Patch by Ticho
794
795 2006-08-14 [paul]
796
797         2.5.0-rc1 released
798
799 2006-08-14 [paul]       2.4.0cvs47
800
801         * src/prefs_display_header.c
802                 re-enable user-defined Displayed Headers
803
804 2006-08-14 [paul]       2.4.0cvs46
805
806         * src/prefs_account.c
807                 use GTK_STOCK_EDIT
808
809 2006-08-13 [colin]      2.4.0cvs45
810
811         * src/common/utils.c
812                 Fix "a" in quote when the original message is empty,
813                 by using \0 instead of 'a' to test writability of
814                 temp files.
815
816 2006-08-13 [wwp]        2.4.0cvs44
817
818         * src/plugins/spamassassin/spamassassin.c
819                 fix capitalization of "SpamAssassin" in some debug, log and
820                 dialog messages.
821
822 2006-08-13 [paul]       2.4.0cvs43
823
824         * src/editldap.c
825                 fix overlapping widgets
826         * src/prefs_account.c
827                 fix translation of protocol_names[]
828                 fix label disappearing off the edge of the
829                 visible area
830
831 2006-08-12 [paul]       2.4.0cvs42
832
833         * manual/plugins.xml
834                 update IRC channel info before it gets forgotten
835                 about
836
837 2006-08-11 [colin]      2.4.0cvs41
838
839         * src/compose.c
840         * src/mainwindow.c
841         * src/mainwindow.h
842         * src/procmsg.c
843         * src/procmsg.h
844         * src/summaryview.c
845         * src/toolbar.c
846                 Grey out the Send button if
847                 - Queue folders are empty, or
848                 - We're sending already
849
850 2006-08-11 [wwp]        2.4.0cvs40
851
852         * src/main.c
853                 fix a logic issue when quitting while a compose window is
854                 still open, thanks to Colin.
855
856 2006-08-10 [colin]      2.4.0cvs39
857
858         * src/main.c
859                 Fix default font size setting after wizard run
860         * src/imap.c
861         * src/etpan/imap-thread.c
862         * src/etpan/imap-thread.h
863                 Fix bug #999 (Timing out on TSL cert validation 
864                 dialog makes ugly things happen). Also, STARTTLS
865                 unconditionnaly if initial capabilities contain
866                 LOGINDISABLED and STARTTLS.
867
868 2006-08-09 [colin]      2.4.0cvs38
869
870         * src/mainwindow.c
871         * src/mainwindow.h
872                 Fix Tools/Actions sensitivity when there are
873                 no actions
874
875 2006-08-09 [colin]      2.4.0cvs37
876
877         * src/prefs_filtering.c
878                 Warning fix, patch by Paul
879         * src/messageview.c
880         * src/prefs_actions.c
881         * src/prefs_filtering_action.c
882         * src/prefs_matcher.c
883                 Uniformisation of "Info ..." to "Info..." (for
884                 old gtk), patch by Fabien
885         * src/plugins/clamav/clamav_plugin_gtk.c
886                 Sensitivity fix by Fabien
887
888 2006-08-09 [colin]      2.4.0cvs36
889
890         * src/main.c
891         * src/main.h
892                 Add a function to know whether we're exiting
893         * src/plugins/trayicon/trayicon.c
894                 If exiting, don't do anything. Faster, and
895                 avoids gtk_main_iteration reentracy causing
896                 segfaults at exit
897
898 2006-08-09 [colin]      2.4.0cvs35
899
900         * src/messageview.c
901         * src/mimeview.c
902         * src/mimeview.h
903                 Fix lack of part selection when automatically 
904                 jumping to a specific part
905         * src/msgcache.c
906                 Little optimisation in cache reading
907
908 2006-08-09 [colin]      2.4.0cvs34
909
910         * src/compose.c
911                 Fix crash setting the priority on reedit
912                 (Accessing compose before creating it!)
913
914 2006-08-08 [colin]      2.4.0cvs33
915
916         * src/procmime.c
917                 Fix bug #998 (last attachment is not accessible)
918                 Bad RFC interpretation on multipart close-delimiters
919         * src/mimeview.c
920         * src/mimeview.h
921         * src/gtk/gtkvscrollbutton.c
922         * src/gtk/gtkvscrollbutton.h
923                 Make attachments list wheel-scrollable
924
925 2006-08-07 [colin]      2.4.0cvs32
926
927         * src/gtk/gtkaspell.c
928                 Fix bug #973 (Unicode punctation characters 
929                 are not recognized as separators by the
930                 spell checker); fix unsigned stuff
931
932 2006-08-07 [colin]      2.4.0cvs31
933
934         * src/compose.c
935                 Fix bug #956 (DnD text with accents in compose 
936                 text entry); fix gccc's signed/unsigned fuss
937
938 2006-08-06 [colin]      2.4.0cvs30
939
940         * src/main.c
941                 Fix bug #979 (Plugin crashes when exiting 
942                 sylpheed-claws) : handle exit request only 
943                 once
944
945 2006-08-05 [colin]      2.4.0cvs29
946
947         * src/news.c
948                 Just make sure we have a msgid.
949
950 2006-08-05 [colin]      2.4.0cvs28
951
952         * src/news.c
953         * src/summaryview.c
954                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
955                 by reimplementing it
956         * src/textview.c
957                 Fix bug when hiding quotes with level > 3 and quote
958                 colors are recycled
959
960 2006-08-04 [colin]      2.4.0cvs27
961
962         * src/compose.c
963         * src/undo.c
964         * src/undo.h
965                 Fix a bit replace-by-pasting undo
966         * src/mainwindow.c
967         * src/messageview.c
968                 Fix Fold quotes menu synchro in
969                 mainwindow when it changes in 
970                 messageview
971         * src/textview.c
972                 Fix right-click on quotes blocks
973         * src/common/utils.c
974                 Verify that the file created by
975                 my_tmpfile() is writable. Fixes
976                 bug #988 (very specific filesystem
977                 issue)
978         * src/plugins/pgpcore/sgpgme.c
979                 Fix file descriptor leak
980         * src/plugins/spamassassin/spamassassin.c
981                 Warn once if spamd isn't reachable
982
983 2006-08-04 [colin]      2.4.0cvs26
984
985         * src/toolbar.c
986                 i18n context patch by Fabien
987
988 2006-08-03 [colin]      2.4.0cvs25
989
990         * src/mainwindow.c
991         * src/messageview.c
992                 Rename "Hide quotes" to "Fold quotes"
993         * src/textview.c
994                 Don't use hand cursor on quotes. "all 
995                 the bonuses of the feature and none of 
996                 unwelcome side-effects"
997
998 2006-08-03 [colin]      2.4.0cvs24
999
1000         * AUTHORS
1001         * sylpheed-claws.desktop
1002         * src/gtk/authors.h
1003                 Bring the desktop file to XDG compliance
1004                 Patch by Charles A. Edwards
1005
1006 2006-08-03 [colin]      2.4.0cvs23
1007
1008         * src/textview.c
1009                 Fix links offset when they are preceded
1010                 by accentued chars (g_utf8_strlen!)
1011         * src/mainwindow.c
1012                 Fix wrong status when starting offline
1013
1014
1015 2006-08-03 [wwp]        2.4.0cvs22
1016
1017         * src/prefs_common.h
1018                 ask what to do w/ filtering rules that belong to an account when
1019                 applying filtering rules manually from the main window (skip,
1020                 apply regardless of the account, use current account). This dialog
1021                 can be skipped and the last reply used.
1022                 (forgot that file)
1023
1024 2006-08-03 [wwp]        2.4.0cvs21
1025
1026         * src/filtering.c
1027         * src/filtering.h
1028         * src/prefs_common.c
1029         * src/summaryview.c
1030         * src/alertpanel.c
1031         * src/alertpanel.h
1032         * src/messageview.c
1033                 ask what to do w/ filtering rules that belong to an account when
1034                 applying filtering rules manually from the main window (skip,
1035                 apply regardless of the account, use current account). This dialog
1036                 can be skipped and the last reply used.
1037
1038
1039 2006-08-03 [colin]      2.4.0cvs20
1040
1041         * src/textview.c
1042                 Optimize previous patch
1043
1044 2006-08-03 [cleroy]     2.4.0cvs19
1045
1046         * src/textview.c
1047                 Fix quotes getting toggled back when the
1048                 mail has an even number of text parts
1049
1050 2006-08-02 [colin]      2.4.0cvs18
1051
1052         * src/messageview.c
1053                 Add Hide quotes menu
1054
1055 2006-08-02 [colin]      2.4.0cvs17
1056
1057         * src/mainwindow.c
1058         * src/prefs_common.c
1059         * src/textview.c
1060         * src/textview.h
1061         * src/gtk/about.c
1062                 Allow per-level quote hiding,
1063                 Allow toggling quotes by double-clicking them
1064                 Rename RemoteURI to ClickableText to reflect
1065                 the fact it's used for a variety of things
1066
1067 2006-08-02 [wwp]        2.4.0cvs16
1068
1069         * src/mainwindow.c
1070                 fix "View/Hide quotes" menu item status initialization.
1071
1072 2006-08-02 [wwp]        2.4.0cvs15
1073
1074         * src/matcher_parser_parse.y
1075                 remove a debug trace.
1076
1077 2006-08-02 [paul]       2.4.0cvs14
1078
1079         * src/plugins/pgpcore/passphrase.c
1080                 don't set initial dialog size
1081                 make it resizable
1082
1083 2006-08-02 [paul]       2.4.0cvs13
1084
1085         * src/noticeview.c
1086                 remove the rogue '/' character
1087
1088 2006-08-02 [paul]       2.4.0cvs12
1089
1090         * src/noticeview.c
1091                 allow buttons to resize as necessary
1092
1093 2006-08-01 [wwp]        2.4.0cvs11
1094
1095         * src/mbox.c
1096                 fix strict ISO C90 compliance.
1097
1098 2006-08-01 [wwp]        2.4.0cvs10
1099
1100         * tools/update-po
1101                 updated update-po tool to work w/ context-dependent translations.
1102                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1103
1104 2006-08-01 [wwp]        2.4.0cvs9
1105
1106         * src/matcher.c
1107         * src/prefs_filtering.c
1108         * src/prefs_matcher.c
1109                 allow context-dependent translations for "All",
1110                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1111
1112 2006-07-31 [colin]      2.4.0cvs8
1113
1114         * AUTHORS
1115         * src/gtk/authors.h
1116                 Add Rafal to authors
1117
1118 2006-07-31 [colin]      2.4.0cvs7
1119
1120         * src/compose.c
1121         * src/mainwindow.c
1122         * src/messageview.h
1123         * src/prefs_common.c
1124         * src/prefs_common.h
1125         * src/textview.c
1126                 Add 'View/Hide quotes'. Patch based on a patch
1127                 by Rafal Weglarz
1128
1129 2006-07-31 [colin]      2.4.0cvs6
1130
1131         * src/action.c
1132                 Fix problem with "> stuff >" actions
1133
1134 2006-07-31 [paul]       2.4.0cvs5
1135
1136         * po/nb.po
1137                 updated by Geir Helland
1138
1139 2006-07-31 [wwp]        2.4.0cvs4
1140
1141         * src/mainwindow.c
1142         * src/summaryview.c
1143         * src/summaryview.h
1144                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1145                 thanks to Colin.
1146
1147 2006-07-31 [wwp]        2.4.0cvs3
1148
1149         * src/Makefile.am
1150         * src/addr_compl.c
1151         * src/addr_compl.h
1152         * src/addressbook.c
1153         * src/addressbook.h
1154         * src/addressbook_foldersel.c
1155         * src/addressbook_foldersel.h
1156         * src/addrindex.c
1157         * src/addrindex.h
1158         * src/matcher.c
1159         * src/matcher.h
1160         * src/matcher_parser_lex.l
1161         * src/matcher_parser_parse.y
1162         * src/prefs_common.c
1163         * src/prefs_common.h
1164         * src/prefs_filtering.c
1165         * src/prefs_matcher.c
1166         * src/prefs_matcher.h
1167         * src/summaryview.c
1168                 introduce filtering against the address book. It's now possible to add
1169                 matched conditions to determine if any email address in a message matches
1170                 or doesn't match any or all books or folders in the address book.
1171
1172 2006-07-31 [wwp]        2.4.0cvs2
1173
1174         * src/account.c
1175         * src/filtering.c
1176         * src/filtering.h
1177         * src/folder.c
1178         * src/folderview.c
1179         * src/inc.c
1180         * src/mainwindow.c
1181         * src/matcher.c
1182         * src/matcher_parser_lex.l
1183         * src/matcher_parser_parse.y
1184         * src/mbox.c
1185         * src/prefs_filtering.c
1186         * src/prefs_filtering.h
1187         * src/procmsg.c
1188         * src/procmsg.h
1189         * src/summaryview.c
1190                 introduce per-account filtering rules. Each filtering rule can now be assigned
1191                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1192                 when applying filtering rules manually, as all rules will apply - even the ones
1193                 assigned to an account. This issue will be addressed soon.
1194  
1195
1196
1197 2006-07-31 [wwp]        2.4.0cvs1
1198
1199         * src/quote_fmt.c
1200                 make more strings translatable.
1201
1202 2006-07-31 [paul]       2.4.0
1203
1204         2.4.0 released
1205
1206 2006-07-31 [paul]       2.3.1cvs91
1207
1208         * po/ca.po
1209                 updated by Miquel Oliete
1210
1211 2006-07-31 [paul]       2.3.1cvs90
1212
1213         * po/de.po
1214         * po/el.po
1215         * po/fr.po
1216         * po/it.po
1217         * po/pl.po
1218         * po/pt_BR.po
1219         * po/sr.po
1220         * po/zh_CN.po
1221                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1222                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1223                 Aleksandar Urosevic, and Ralgh Young
1224
1225 2006-07-31 [paul]       2.3.1cvs89
1226
1227         * src/account.c
1228         * src/main.c
1229         * src/mainwindow.c
1230         * src/mainwindow.h
1231                 Fix a race condition when, after an SC crash, rescanning
1232                 folders took more than 0.5 seconds
1233                 Thanks to Colin
1234
1235 2006-07-31 [paul]       2.3.1cvs88
1236
1237         * src/folderview.c
1238                 don't translate separator strings
1239
1240 2006-07-30 [mones]      2.3.1cvs87
1241
1242         * doc/man/sylpheed-claws.1
1243                 Fixed non-ASCII chars in Hoa's name
1244         * po/es.po
1245                 Updated for release
1246
1247 2006-07-27 [colin]      2.3.1cvs86
1248
1249         * src/textview.c
1250                 Don't include the leading \n in links
1251                 Patch by Fabien
1252
1253 2006-07-25 [colin]      2.3.1cvs85
1254
1255         * src/mainwindow.c
1256         * src/common/socket.h
1257         * src/etpan/imap-thread.c
1258                 Refresh resolvers before connecting
1259                 to IMAP servers, and after switching
1260                 to online. Thanks to Paul.
1261
1262 2006-07-18 [colin]
1263
1264         * 2.4.0-rc4 released
1265
1266 2006-07-17 [colin]      2.3.1cvs84
1267
1268         * src/inc.c
1269                 Show connection attempt in statusbar before
1270                 connecting (previously first message was
1271                 "Retrieving messages from ..." after the
1272                 connection succeeded.
1273
1274 2006-07-16 [wwp]        2.3.1cvs83
1275
1276         * sylpheed-claws.ico
1277                 Added .ico file (windows multi-size icon file, generated).
1278
1279 2006-07-12 [wwp]        2.3.1cvs82
1280
1281         * src/messageview.c
1282                 remove Message/Re-edit menu entry from messageview window,
1283                 as sent/draft/queued messages are opened in compose window when
1284                 re-edited and it's not possible to re-edit other msgs.
1285
1286 2006-07-12 [paul]       2.3.1cvs81
1287
1288         * AUTHORS
1289         * src/mainwindow.c
1290         * src/gtk/authors.h
1291                 check online state before resetting
1292                 mailcheck timer. Useful if some program
1293                 verifies connection state and updates
1294                 Claws.
1295                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1296
1297 2006-07-12 [paul]       2.3.1cvs80
1298
1299         * sylpheed-claws-128x128.png
1300         * sylpheed-claws-64x64.png
1301         * sylpheed-claws.png
1302         * src/Makefile.am
1303         * src/main.c
1304         * src/prefs_toolbar.c
1305         * src/stock_pixmap.c
1306         * src/stock_pixmap.h
1307         * src/wizard.c
1308         * src/gtk/about.c
1309         * src/gtk/gtkutils.c
1310         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1311         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1312         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1313         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1314         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1315         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1316                 updated and renamed logo/icon files and related
1317                 logo by Jesper Schultz
1318
1319 2006-07-11 [paul]       2.3.1cvs79
1320
1321         * src/main.c
1322                 fix the labels a smidgin
1323
1324 2006-07-09 [colin]      2.3.1cvs78
1325
1326         * src/textview.c
1327                 Show errors in textviewer's command
1328                 Patch by H. Merijn Brand
1329
1330 2006-07-09 [colin]      2.3.1cvs77
1331
1332         * src/compose.c
1333                 Save FMID in drafts too
1334
1335 2006-07-08 [colin]      2.3.1cvs76
1336
1337         * src/compose.c
1338                 Svae RMID in drafted mails too
1339                 Save quote_fmt vars for whole mails,
1340                 don't reset at each quote_fmt_init:
1341                 allows to use the same |i{var} in
1342                 various template fields
1343         * src/prefs_template.c
1344         * src/quote_fmt.h
1345         * src/quote_fmt_parse.y
1346                 Same
1347
1348 2006-07-08 [colin]      2.3.1cvs75
1349
1350         * src/textview.c
1351                 Fix highlighting of attached parts URIs
1352
1353 2006-07-08 [colin]      2.3.1cvs74
1354
1355         * src/main.c
1356                 Prevent bug #981 (sc 2.3.1 segfaults with 
1357                 gtk+ 2.10) from being reported again:
1358                 if Sylpheed-Claws has been compiled against
1359                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1360                 of if Sylpheed-Claws has been compiled against
1361                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1362                 error out.
1363
1364 2006-07-07 [colin]      2.3.1cvs73
1365
1366         * src/prefs_actions.c
1367                 Fix label
1368
1369 2006-07-07 [colin]      2.3.1cvs72
1370
1371         * src/prefs_actions.c
1372                 Fix compile on gtk < 2.8. argh :)
1373
1374 2006-07-07 [paul]       2.3.1cvs71
1375
1376         * src/common/defs.h
1377                 update DONATE_URI
1378
1379 2006-07-07 [colin]      2.3.1cvs70
1380
1381         * po/POTFILES.in
1382         * src/quote_fmt.c
1383         * src/quote_fmt_lex.l
1384         * src/quote_fmt_parse.y
1385                 Add |i{var}, a way to insert user-entered
1386                 text in a template
1387
1388 2006-07-07 [colin]
1389
1390         * 2.4.0-rc3 released
1391
1392 2006-07-07 [colin]      2.3.1cvs69
1393
1394         * src/folder.c
1395                 Don't consider inboxes of UNKNOWN folder 
1396                 classes to be useable as default inboxes
1397
1398 2006-07-07 [paul]       2.3.1cvs68
1399
1400         * src/textview.c
1401                 add missing #include <errno.h>
1402                 Thanks to René J. Blokland
1403
1404 2006-07-07 [paul]       2.3.1cvs67
1405
1406         * src/action.c
1407                 Return now Closes dialog
1408         * src/mimeview.c
1409         * src/mimeview.h
1410         * src/textview.c
1411                 add contextual menu to mime parts listed
1412                 in the textview
1413                 Thanks to Colin
1414         * src/common/utils.c
1415                 reversal: ' is a valid character in URLs
1416
1417 2006-07-06 [colin]      2.3.1cvs66
1418
1419         * src/remotefolder.h
1420                 Forgotten in previous commit
1421
1422 2006-07-06 [colin]      2.3.1cvs65
1423
1424         * src/folder.c
1425                 Set summary update flag whenever
1426                 totals changed
1427         * src/imap.c
1428         * src/prefs_account.c
1429         * src/common/utils.h
1430         * src/etpan/imap-thread.c
1431                 Fix warnings, thanks to Fabien and
1432                 Ricardo
1433
1434 2006-07-06 [wwp]        2.3.1cvs64
1435
1436         * src/gtk/gtkutils.c
1437                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1438
1439 2006-07-06 [wwp]        2.3.1cvs63
1440
1441         * src/account.c
1442         * src/addressbook.c
1443         * src/addressitem.h
1444         * src/folderview.c
1445         * src/mainwindow.c
1446         * src/manual.c
1447         * src/manual.h
1448         * src/message_search.c
1449         * src/prefs_actions.c
1450         * src/prefs_filtering.c
1451         * src/prefs_filtering.h
1452         * src/prefs_template.c
1453         * src/summary_search.c
1454         * src/summaryview.c
1455         * src/gtk/gtkutils.c
1456         * src/gtk/gtkutils.h
1457         * src/gtk/pluginwindow.c
1458                 add help buttons to some dialogs. Clicking such buttons opens a
1459                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1460
1461 2006-07-06 [paul]       2.3.1cvs62
1462
1463         * src/textview.c
1464                 fix attachments contextual menu
1465                 Thanks to Colin
1466
1467 2006-07-05 [colin]      2.3.1cvs61
1468
1469         * src/textview.c
1470         * src/compose.c
1471                 Handle sftp:// links
1472
1473 2006-07-05 [paul]       2.3.1cvs60
1474
1475         * src/gtk/filesel.c
1476                 grab save button by default
1477                 Thanks to Colin
1478
1479 2006-07-05 [wwp]        2.3.1cvs59
1480
1481         * manual/xml2pdf
1482                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1483
1484 2006-07-04 [colin]      2.3.1cvs58
1485
1486         * src/mimeview.c
1487         * src/textview.c
1488                 Use left click to select, middle click to open
1489                 on mimeparts links
1490         * src/common/utils.c
1491                 Fix segfault
1492
1493 2006-07-04 [colin]      2.3.1cvs57
1494
1495         * src/mainwindow.c
1496         * src/news.c
1497                 Warning fixes, thanks to Fabien
1498
1499 2006-07-04 [colin]      2.3.1cvs56
1500
1501         * src/mimeview.c
1502         * src/mimeview.h
1503         * src/textview.c
1504                 Allow parts to be selected via their text label
1505                 in textview
1506
1507 2006-07-04 [colin]      2.3.1cvs55
1508
1509         * src/folderview.c
1510                 Feedback when closing (for big folders)
1511         * src/prefs_actions.c
1512         * src/prefs_filtering.c
1513         * src/prefs_matcher.c
1514         * src/prefs_template.c
1515                 Fix default button when closing without
1516                 having saved
1517
1518 2006-07-04 [colin]      2.3.1cvs54
1519
1520         * src/news.c
1521                 Delete local file on deletion
1522
1523 2006-07-03 [colin]      2.3.1cvs53
1524
1525         * src/folderview.c
1526         * src/main.c
1527                 Don't freeze when rescanning after crash
1528
1529 2006-07-03 [wwp]        2.3.1cvs52
1530
1531         * src/compose.c
1532         * src/privacy.c
1533         * src/privacy.h
1534         * src/plugins/pgpinline/pgpinline.c
1535         * src/plugins/pgpmime/pgpmime.c
1536                 don't report an error when the user cancels the passphrase dialog.
1537
1538 2006-07-02 [colin]      2.3.1cvs51
1539
1540         * src/folderview.c
1541                 Open message when crossing folders with Space,
1542                 goto next unread and friends
1543
1544 2006-07-01 [colin]      2.3.1cvs50
1545
1546         * src/prefs_account.c
1547                 Typographic rules varying from language
1548                 to language (in french "Protocole :"),
1549                 we have to do that :)
1550
1551 2006-07-01 [ticho]      2.3.1cvs49
1552
1553         * src/prefs_account.c
1554                 Only use one temporary gchar* variable in
1555                 prefs_account_protocol_set_optmenu().
1556
1557 2006-07-01 [ticho]      2.3.1cvs48
1558
1559         * src/prefs_account.c
1560         * src/prefs_account.h
1561                 Use GtkLabel for existing account protocol name.
1562                 Created an array for protocol names and populate the
1563                 combobox from it in a for() cycle.
1564
1565 2006-06-30 [colin]      2.3.1cvs47
1566
1567         * src/compose.c
1568                 Block undo when changing signature (by changing
1569                 account)
1570
1571 2006-06-30 [paul]       2.3.1cvs46
1572
1573         * src/send_message.c
1574                 when editing From in the Compose window, use that address
1575                 in the Return-Path: header
1576                 Thanks to Colin
1577
1578 2006-06-30 [colin]      2.3.1cvs45
1579
1580         * src/compose.c
1581                 Fix signature replacement:
1582                 - when no newline before separator
1583                 - when reediting
1584
1585 2006-06-29 [colin]      2.3.1cvs44
1586
1587         * src/folderview.c
1588         * src/folderview.h
1589         * src/mainwindow.c
1590         * src/summaryview.c
1591                 Let 'View/Go to/Next marked' work like
1592                 Next new & Next unread: across folders
1593                 Change the select_on_entry pref to do
1594                 what we want when changing folder
1595         * src/common/utils.c
1596                 Fix single-quoted links 
1597
1598 2006-06-29 [colin]      2.3.1cvs43
1599
1600         * src/gtk/gtkaspell.c
1601                 "Sylpheed" and "Sylpheed-Claws" do exist !
1602
1603 2006-06-29 [colin]      2.3.1cvs42
1604
1605         * src/imap.c
1606                 Forgot to remove debug
1607
1608 2006-06-29 [colin]      2.3.1cvs41
1609
1610         * src/imap.c
1611         * src/imap.h
1612         * src/mainwindow.c
1613                 Disconnect from IMAP servers when going
1614                 offline. Fixes bug #978 (going to offline-mode 
1615                 won't close connections)
1616
1617 2006-06-29 [colin]      2.3.1cvs40
1618
1619         * src/main.c
1620                 Fix transient setting on failing plugins
1621                 Patch by Fabien
1622         * src/plugins/pgpcore/sgpgme.c
1623                 Only warn for OpenPGP. Most people don't
1624                 have CMS available.
1625
1626 2006-06-29 [colin]      2.3.1cvs39
1627
1628         * src/compose.c
1629                 Fix Spelling menu (discrepancy between context menu
1630                 and top menu when folder's dictionary isn't the 
1631                 default one)
1632         * src/plugins/pgpcore/sgpgme.c
1633                 More error reporting about why gpgme can fail
1634
1635 2006-06-29 [wwp]        2.3.1cvs38
1636
1637         * src/mainwindow.c
1638                 honor the display-header-pane setting even when the message view
1639                 is a separate window.
1640
1641 2006-06-29 [wwp]        2.3.1cvs37
1642
1643         * src/prefs_actions.c
1644                 forgot to commit that one (use of GTK_STOCK_INFO).
1645
1646 2006-06-29 [colin]      2.3.1cvs36
1647
1648         * src/imap.c
1649                 Better handling of login errors (ask the password
1650                 again once), alert in case of error. Fix three
1651                 signedness warnings.
1652
1653 2006-06-28 [wwp]        2.3.1cvs35
1654
1655         * src/prefs_template.c
1656         * src/prefs_matcher.c
1657         * src/prefs_filtering_action.c
1658         * src/prefs_quote.c
1659                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1660                 patch by Fabien Vantard, slightly modified.
1661
1662 2006-06-28 [paul]
1663
1664         2.4.0-rc2 released
1665
1666 2006-06-28 [colin]      2.3.1cvs34
1667
1668         * src/prefs_account.c
1669                 Fix bug #977 (Can't add or edit imap accounts)
1670
1671 2006-06-28 [colin]      2.3.1cvs33
1672
1673         * src/mimeview.c
1674                 Fix previous
1675
1676 2006-06-28 [colin]      2.3.1cvs32
1677
1678         * src/mimeview.c
1679                 Save named inlined attachments with "Save all"
1680         * src/main.c
1681         * src/mbox.c
1682         * src/common/plugin.c
1683         * src/common/plugin.h
1684         * src/common/sylpheed.c
1685         * src/common/utils.c
1686         * src/plugins/pgpcore/sylpheed.def
1687         * src/plugins/pgpinline/sylpheed.def
1688         * src/plugins/pgpmime/sylpheed.def
1689                 Win32 compatibility patch, by
1690                 Werner Koch
1691
1692 2006-06-28 [wwp]        2.3.1cvs31
1693
1694         * src/imap.c
1695         * src/prefs_folder_item.c
1696                 less compilation warnings (thanks to Fabien Vantard), less typos.
1697
1698 2006-06-28 [paul]       2.3.1cvs30
1699
1700         * src/gtk/gtkutils.c
1701                 gtk_combo_box_set_focus_on_click() is only
1702                 available since gtk 2.6.0
1703
1704 2006-06-28 [paul]       2.3.1cvs29
1705
1706         * src/prefs_ext_prog.c
1707                 fix engrish and add a tooltip for the
1708                 'command for 'Display as text' option
1709
1710 2006-06-28 [paul]
1711
1712         2.4.0-rc1 released
1713
1714 2006-06-28 [paul]       2.3.1cvs28
1715
1716         * ChangeLog
1717         * tools/Makefile.am
1718                 include textviewer.pl in releases
1719
1720 2006-06-28 [paul]       2.3.1cvs27
1721
1722         * src/prefs_ext_prog.c
1723                 hide Print command option if libgnomeprint
1724                 support is present
1725
1726 2006-06-27 [colin]      2.3.1cvs26
1727
1728         * src/compose.c
1729                 Fix Esc handling in insert/attach dialog
1730                 Don't show this dialog if dragging something
1731                 else than text/uri-list
1732                 Thanks to Fabien Vantard
1733         * tools/textviewer.pl
1734                 Filter script to display stuff as text
1735                 by H. Merijn Brand
1736
1737 2006-06-27 [wwp]        2.3.1cvs25
1738
1739         * src/messageview.c
1740                 use the exact product name (message view title), patch
1741                 by Fabien Vantard.
1742
1743 2006-06-27 [ticho]      2.3.1cvs24
1744
1745         * src/prefs_account.c
1746         * src/prefs_common.c
1747         * src/prefs_common.h
1748         * src/prefs_ext_prog.c
1749         * src/textview.c
1750                 Add a preference (Preferences/External programs)
1751                 to allow "Display as text" to be done via a script
1752                 (patch by H.Merijn Brand).
1753                 Use GtkComboBox for protocol selection in account
1754                 preferences.
1755                 Only include current choice for existing accounts, and
1756                 insensitivize the combobox.
1757
1758 2006-06-27 [paul]       2.3.1cvs23
1759
1760         * src/mbox.c
1761                 fix crasher introduced in cvs21.
1762                 Thanks to Colin
1763
1764 2006-06-26 [colin]      2.3.1cvs22
1765
1766         * src/mbox.c
1767                 Fix double-frees when leaving folders
1768                 after exporting to mbox
1769
1770 2006-06-26 [colin]      2.3.1cvs21
1771
1772         * src/mbox.c
1773                 More feedback (and optimisation)
1774                 on import/export
1775         * src/common/utils.c
1776                 Fix case when looking for mail addresses
1777         * src/gtk/gtkutils.c
1778                 Extra check for (X-)Face
1779
1780 2006-06-25 [ticho]      2.3.1cvs20
1781
1782         * src/compose.c
1783         * src/exphtmldlg.c
1784         * src/gtk/gtkutils.c
1785         * src/gtk/gtkutils.h
1786                 Added second argument to gtkut_sc_combobox_create() to
1787                 control focus-on-click for the widget.
1788                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1789
1790 2006-06-25 [ticho]      2.3.1cvs19
1791
1792         * src/compose.c
1793         * src/gtk/Makefile.am
1794         * src/gtk/combobox.c
1795         * src/gtk/combobox.h
1796         * src/gtk/gtkutils.c
1797         * src/gtk/gtkutils.h
1798                 Use GtkComboBox instead of deprecated GtkOptionMenu
1799                 for account selector in compose window and for encoding
1800                 selector in attachment properties.
1801                 Also factorise working with the new GtkComboBox somewhat.
1802
1803 2006-06-24 [paul]       2.3.1cvs18
1804
1805         * src/prefs_common.c
1806                 use the correct default value
1807
1808 2006-06-24 [paul]       2.3.1cvs17
1809
1810         * src/compose.c
1811         * src/prefs_common.c
1812         * src/prefs_common.h
1813         * src/prefs_compose_writing.c
1814                 enable setting of default action when
1815                 dnd'ing files in the compose window.
1816                 (Collaborative effort with wwp)
1817
1818 2006-06-23 [wwp]        2.3.1cvs16
1819
1820         * src/compose.c
1821                 i18n fix (thanks to Fabien Vantard)
1822
1823 2006-06-22 [colin]      2.3.1cvs15
1824
1825         * src/prefs_customheader.c
1826                 Don't use filters in custom headers' file 
1827                 selector. Remember, extensions mean nothing :)
1828
1829 2006-06-22 [paul]       2.3.1cvs14
1830
1831         * configure.ac
1832                 allow setting of man directory location
1833
1834 2006-06-22 [colin]      2.3.1cvs13
1835
1836         * src/mainwindow.c
1837                 Add 'View/Go to/Next unread folder'.
1838                 I missed that :)
1839
1840 2006-06-22 [colin]      2.3.1cvs12
1841
1842         * src/common/utils.c
1843                 Add some subject prefixes
1844                 Patch by Bjorn T Johansen <btj@havleik.no>
1845
1846 2006-06-22 [colin]      2.3.1cvs11
1847
1848         * manual/advanced.xml
1849                 Forgotten hidden pref
1850
1851 2006-06-21 [paul]       2.3.1cvs10
1852
1853         * src/prefs_account.c
1854                 complete the removal of 'Add date header' option
1855
1856 2006-06-21 [paul]       2.3.1cvs9
1857
1858         * src/account.c
1859         * src/compose.c
1860         * src/prefs_account.c
1861         * src/prefs_account.h
1862                 remove option to add date header - always
1863                 add date header
1864         * src/etpan/imap-thread.c
1865                 fix warnings (Thanks to Colin)
1866
1867 2006-06-21 [wwp]        2.3.1cvs8
1868
1869         * src/folder.c
1870                 set the attachment flag when inline text part are (file)named. This is more convenient
1871                 when receiving (for instance) inline source files or patches sent using thunderbird.
1872
1873 2006-06-21 [paul]       2.3.1cvs7
1874
1875         * src/inc.c
1876                 fix off-by-one count of current msg in
1877                 statusbar filtering progressbar
1878
1879 2006-06-21 [paul]       2.3.1cvs6
1880
1881         * src/folder.c
1882                 Show attachment icon even if the part is 'inline'
1883                 if the following conditions are met:
1884                 - content-type != 'text/plain'
1885                 - content-type != '*/pgp-signature'
1886                 - either 'name' or 'filename' parameter is not NULL
1887                 
1888                 Thanks to Colin
1889
1890 2006-06-21 [paul]       2.3.1cvs5
1891
1892         * src/messageview.c
1893         * src/prefs_common.c
1894         * src/prefs_common.h
1895         * src/prefs_other.c
1896                 add an option to 'Never send Return
1897                 Receipts'
1898                 Thanks to Colin
1899
1900 2006-06-20 [mones]      2.3.1cvs4
1901
1902         * po/es.po
1903                 updated
1904         * src/compose.c
1905                 typo fixed (space after comma)
1906         * tools/make.themes.project
1907                 remove exec mode from tarball files
1908
1909 2006-06-20 [colin]      2.3.1cvs3
1910
1911         * src/news.c
1912         * src/procheader.c
1913         * src/unmime.c
1914                 Better fix for \n's in headers (don't 
1915                 break Received: and others)
1916
1917 2006-06-20 [paul]       2.3.1cvs2
1918
1919         * src/alertpanel.c
1920         * src/textview.c
1921                 improve legibility of phishing attempt
1922                 dialog
1923
1924 2006-06-20 [paul]       2.3.1cvs1
1925
1926         * NEWS
1927         * README
1928         * configure.ac
1929                 Update version number following
1930                 stable release
1931
1932 2006-06-20 [colin]      2.3.0cvs26
1933
1934         * src/compose.c
1935                 When dragging a file to the text of the compose
1936                 window, ask whether we want to insert or attach
1937                 (I know lots of people who do that to attach)
1938
1939 2006-06-20 [colin]      2.3.0cvs25
1940
1941         * src/etpan/imap-thread.c
1942                 Fix threshold (the append command is often > 32 bytes)
1943
1944 2006-06-19 [colin]      2.3.0cvs24
1945
1946         * src/imap.c
1947         * src/etpan/imap-thread.c
1948                 Workaround Rockliffe IMAP server bug: replace
1949                 "x UID SEARCH (ANSWERED UID 1:*)" with
1950                 "x UID SEARCH ANSWERED"
1951                 (Rockliffe doesn't handle the parenthesis)
1952
1953 2006-06-19 [colin]      2.3.0cvs23
1954
1955         * src/compose.c
1956         * src/imap.c
1957         * src/etpan/imap-thread.c
1958                 Probably fix bug #972 (Freezes when adding 
1959                 an attachment to the message)
1960         * src/common/defs.h
1961                 Modernize Firefox cmd
1962
1963
1964 2006-06-18 [colin]      2.3.0cvs22
1965
1966         * src/prefs_customheader.c
1967                 Only allow correct filenames for various
1968                 custom headers
1969
1970 2006-06-18 [colin]      2.3.0cvs21
1971
1972         * src/prefs_customheader.c
1973                 Add a 'From File...' button in custom headers prefs, which
1974                 try to do the right thing: 
1975                 for normal headers, use file as plaintext,
1976                 for X-Face, calls compface,
1977                 for Face, encode to b64.
1978
1979 2006-06-17 [colin]      2.3.0cvs20
1980
1981         * src/mh.c
1982                 Warning fix
1983
1984 2006-06-16 [colin]      2.3.0cvs19
1985
1986         * src/summaryview.c
1987                 Recursive quicksearch: show message list
1988                 in current folder, *then* search children
1989                 in the background.
1990
1991 2006-06-16 [colin]      2.3.0cvs18
1992
1993         * src/main.c
1994                 Instead of ignoring SIGPIPE, save caches
1995                 when getting one. Will fix the fact that
1996                 hot caches are out-of-date when logging 
1997                 out of Xorg.
1998         * src/compose.c
1999         * src/prefs_compose_writing.c
2000                 Only save text (not attachments) when 
2001                 auto-saving to drafts
2002         * src/unmime.c
2003                 Always replace \n, \r and \t with spaces
2004                 in headers
2005         * manual/dist/html/Makefile.am
2006         * manual/dist/pdf/Makefile.am
2007         * manual/dist/ps/Makefile.am
2008         * manual/dist/txt/Makefile.am
2009         * manual/fr/dist/html/Makefile.am
2010         * manual/fr/dist/pdf/Makefile.am
2011         * manual/fr/dist/ps/Makefile.am
2012         * manual/fr/dist/txt/Makefile.am
2013         * manual/pl/dist/html/Makefile.am
2014         * manual/pl/dist/pdf/Makefile.am
2015         * manual/pl/dist/ps/Makefile.am
2016         * manual/pl/dist/txt/Makefile.am
2017                 Fix make clean removing pregenerated manuals
2018
2019
2020 2006-06-16 [colin]      2.3.0cvs17
2021
2022         * src/plugins/pgpcore/sgpgme.c
2023         * src/plugins/pgpmime/pgpmime.c
2024         * src/plugins/pgpinline/pgpinline.c
2025                 Better error reporting in setup_signers.
2026                 Don't fallback to default key if specified
2027                 key isn't found.
2028                 Don't allow signing if more than one secret
2029                 key matches the one specified in prefs.
2030
2031 2006-06-15 [colin]      2.3.0cvs16
2032
2033         * src/folderview.c
2034                 Add "Send queue" in the folder's contextual
2035                 menu
2036         * src/compose.c
2037         * src/messageview.c
2038         * src/privacy.c
2039         * src/privacy.h
2040         * src/procmime.c
2041         * src/procmsg.c
2042         * src/plugins/pgpcore/passphrase.c
2043         * src/plugins/pgpcore/sgpgme.c
2044         * src/plugins/pgpinline/pgpinline.c
2045         * src/plugins/pgpmime/pgpmime.c
2046                 Better error reporting
2047         * src/mbox.c
2048                 Probably fix bug #971 (2.2.3 cannot read mail 
2049                 from local mbox)
2050
2051
2052 2006-06-15 [mones]      2.3.0cvs15
2053
2054         * tools/make.themes.project
2055                 creates the themes project from the web page
2056
2057 2006-06-15 [colin]      2.3.0cvs14
2058
2059         * src/folder.c
2060                 Better fix (avoid losing the folder if scan_tree 
2061                 fails)
2062
2063 2006-06-15 [cleroy]     2.3.0cvs13
2064
2065         * src/folder.c
2066                 Probably fix Bug #969 (crash on rebuilding 
2067                 imap folder)
2068
2069 2006-06-14 [colin]      2.3.0cvs12
2070
2071         * manual/dtd/manual.xsl
2072         * manual/sylpheed-claws-manual.xml
2073         * manual/fr/sylpheed-claws-manual.xml
2074         * manual/pl/sylpheed-claws-manual.xml
2075                 Insert pagebreaks between sections
2076
2077 2006-06-14 [paul]       2.3.0cvs11
2078
2079         * configure.ac
2080                 better fix than 2.3.0cvs10
2081
2082 2006-06-14 [paul]       2.3.0cvs10
2083
2084         * configure.ac
2085                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2086                 (backwards compatible)
2087
2088 2006-06-13 [colin]      2.3.0cvs9
2089
2090         * src/messageview.c
2091                 Fix sending of return receipt with the new queue folders
2092
2093 2006-06-13 [wwp]        2.3.0cvs8
2094
2095         * src/quote_fmt_lex.l
2096                 fix wrong tokens returned in quote_fmt lexer, query not().
2097
2098 2006-06-13 [wwp]        2.3.0cvs7
2099
2100         * src/folder.c
2101         * src/prefs_folder_item.c
2102                 allow changing folder type even when folder is not a top-level one,
2103                 thanks to Colin.
2104
2105 2006-06-12 [colin]      2.3.0cvs6
2106
2107         * src/folderview.c
2108                 Fix double-ask of "Do you want to mark all
2109                 as read"
2110
2111 2006-06-12 [colin]      2.3.0cvs5
2112
2113         * src/compose.c
2114         * src/compose.h
2115         * src/folder.c
2116         * src/folder.h
2117         * src/imap.c
2118         * src/inc.c
2119         * src/main.c
2120         * src/messageview.c
2121         * src/mh.c
2122         * src/prefs_folder_item.c
2123         * src/procheader.c
2124         * src/procmime.c
2125         * src/procmsg.c
2126         * src/procmsg.h
2127         * src/send_message.c
2128         * src/summaryview.c
2129         * src/toolbar.c
2130                 Apply bug #964's patch (Queue and drafts aren't normal)
2131                 The Drafts and Queue folder now contain RFC-822 files,
2132                 allowing to move and copy mails from and to these 
2133                 folders. Moving from Drafts to Queue will prepare the
2134                 mail for sending (PGP signature, encryption, etc).
2135                 This patch also rework sending errors handling to try
2136                 to be more helpful.
2137                 Also, allow redefining folder types via the GUI 
2138                 (Folder type in its Properties)
2139
2140 2006-06-12 [colin]      2.3.0cvs4
2141
2142         * src/summaryview.c
2143         * src/prefs_common.c
2144         * src/prefs_common.h
2145         * src/gedit-print.c
2146                 Allow to define a specific print font - patch
2147                 by Bernhard Walle <bernhard.walle@gmx.de>
2148         * src/prefs_fonts.c
2149         * manual/advanced.xml
2150         * manual/fr/advanced.xml
2151                 Add a hidden pref to allow deletion without
2152                 confirmation
2153
2154 2006-06-12 [wwp]        2.3.0cvs3
2155
2156         * .cvsignore
2157                 more files to ignore.
2158
2159 2006-06-12 [wwp]        2.3.0cvs2
2160
2161         * src/quote_fmt.c
2162         * src/quote_fmt_lex.l
2163         * src/quote_fmt_parse.y
2164                 extend the quote_fmt parser (templates and quotes):
2165                 - allow limited sub-expressions in |p{} and |f{} expressions,
2166                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2167                 - implemented/fixed missing implementation of query_references and show_references,
2168                 - completed, fixed contents and format of the symbols help dialog,
2169                 - fix some compilation warnings.
2170
2171 2006-06-12 [wwp]        2.3.0cvs1
2172
2173         * manual/advanced.xml
2174         * manual/fr/advanced.xml
2175                 updates in the "templates" section of the manual (eng/fr):
2176                  - be more precise (both versions)
2177                  - completed to match the english reference (fr version)
2178                  - touchups (both versions)
2179
2180 2006-06-12 [paul]       2.3.0
2181
2182         2.3.0 released
2183
2184 2006-06-12 [paul]       2.2.3cvs14
2185
2186         * po/ca.po
2187         * po/cs.po
2188         * po/de.po
2189         * po/el.po
2190         * po/fr.po
2191         * po/it.po
2192         * po/pt_BR.po
2193         * po/sr.po
2194         * po/zh_CN.po
2195                 updated by Miquel Oliete, Tim, Stephan Sachse,
2196                 Stavros Giannouris, Fabien Vantard, Andrea
2197                 Spadaccini, Frederico Goncalves Guimaraes,
2198                 Aleksandar Urosevic, and Ralgh Young
2199
2200 2006-06-12 [colin]      2.2.3cvs13
2201
2202         * src/mbox.c
2203                 Add missing header
2204
2205 2006-06-11 [colin]      2.2.3cvs12
2206
2207         * src/msgcache.c
2208                 Verify that g_malloc() succeeded
2209
2210 2006-06-11 [colin]      2.2.3cvs11
2211
2212         * src/wizard.c
2213                 Add Face header to welcome mail
2214
2215 2006-06-10 [colin]      2.2.3cvs10
2216
2217         * src/textview.c
2218                 Revert previous (Forgot it changes the
2219                 margin on the whole mail)
2220
2221 2006-06-10 [colin]      2.2.3cvs9
2222
2223         * src/textview.c
2224                 Don't overlap long headers under (X-)Face
2225
2226 2006-06-10 [mones]      2.2.3cvs8
2227
2228         * manual/xml2pdf
2229                 allow generation of manual on systems lacking saxon binary
2230                 but with java and the saxon library installed
2231
2232         * po/es.po
2233                 updated for release
2234
2235 2006-06-09 [colin]      2.2.3cvs7
2236
2237         * src/summaryview.c
2238                 Fix leak when using Display Sender using Addressbook
2239
2240 2006-06-09 [colin]      2.2.3cvs6
2241
2242         * src/compose.c
2243         * src/folder.c
2244         * src/folderview.c
2245         * src/mimeview.c
2246         * src/summaryview.c
2247                 More leaks fixes
2248
2249 2006-06-09 [paul]       2.2.3cvs5
2250
2251         * AUTHORS
2252         * src/gtk/authors.h
2253         * tools/claws.i18n.status.pl
2254                 updated with new info
2255
2256 2006-06-09 [paul]       2.2.3cvs4
2257
2258         * README
2259                 updated
2260         * manual/ack.xml
2261                 add wwp to authors list
2262         * src/gtk/authors.h
2263                 update mine and Colin's addresses
2264
2265 2006-06-08 [colin]      2.2.3cvs3
2266
2267         * src/etpan/imap-thread.c
2268                 Fix leak on SSL cert check
2269
2270 2006-06-08 [colin]      2.2.3cvs2
2271
2272         * src/common/utils.c
2273                 Fix leak
2274
2275 2006-06-08 [paul]       2.2.3cvs1
2276
2277         * configure.ac
2278                 Update version number following
2279                 stable release
2280
2281 2006-06-07 [colin]      2.2.2cvs3
2282
2283         * src/msgcache.c
2284                 Fix catching cache read errors (guint instead of gint)
2285                 Prevent malloc'ing more than 8MB (means cache corruption)
2286
2287 2006-06-07 [paul]       2.2.2cvs2
2288
2289         * src/exporthtml.c
2290         * src/exportldif.c
2291         * src/mh.c
2292         * src/mutt.c
2293         * src/pine.c
2294         * src/common/utils.c
2295                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2296                 obey $HOME'
2297                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2298                 Thanks to Colin
2299
2300 2006-06-06 [paul]       2.2.2cvs1
2301
2302         * configure.ac
2303                 Update version number following
2304                 stable release
2305
2306 2006-06-06 [paul]       2.2.1cvs6
2307
2308         * src/matcher.c
2309                 fix  implicit declaration of
2310                 sylpheed_do_idle()
2311                 Patch by Fabien Vantard
2312
2313 2006-06-06 [paul]       2.2.1cvs5
2314
2315         * src/matcher.c
2316                 fix age_greater and age_lower so that they
2317                 mean what say and not '...or equal to'
2318                 Thanks to Colin
2319
2320 2006-06-06 [paul]       2.2.1cvs4
2321
2322         * src/textview.c
2323         * src/common/utils.c
2324                 fix URI check
2325                 Thanks to Colin
2326
2327 2006-06-05 [wwp]        2.2.1cvs3
2328
2329         * manual/fr/account.xml
2330                 minor language fixes (thanks to Fabien Vantard).
2331
2332 2006-06-05 [colin]      2.2.1cvs2
2333
2334         * src/prefs_folder_item.c
2335         * src/folderview.c
2336                 Allow recursive setting of properties 
2337                 for whole mailboxes
2338         * src/matcher.c
2339                 Don't freeze on 'test' filtering rule
2340
2341 2006-06-05 [colin]      2.2.1cvs1
2342
2343         * configure.ac
2344                 Update version number following
2345                 stable release
2346
2347 2006-06-04 [wwp]        2.2.0cvs82
2348
2349         * manual/glossary.xml
2350         * manual/account.xml
2351         * manual/fr/glossary.xml
2352         * manual/fr/account.xml
2353                 added glossary section and references/links related to the Face custom header.
2354
2355 2006-06-04 [colin]      2.2.0cvs81
2356
2357         * src/summaryview.c
2358                 Skip to next message on move with no
2359                 immediate execution
2360
2361 2006-06-04 [wwp]        2.2.0cvs80
2362
2363         * manual/xml2pdf
2364                 added sanity checks, exit when needed.
2365
2366 2006-06-03 [paul]       2.2.0cvs79
2367
2368         * src/prefs_receive.c
2369                 page name is now 'Receiving'
2370         * src/prefs_send.c
2371                 page name is now 'Sending'
2372
2373 2006-06-03 [colin]      2.2.0cvs78
2374
2375         * src/plugins/spamassassin/spamassassin_gtk.c
2376                 Autoswitch to Localhost if transport was previously
2377                 disabled. Else people had to check [] Enable, then
2378                 *reselect* transport.
2379
2380 2006-06-03 [colin]      2.2.0cvs77
2381
2382         * src/plugins/pgpinline/pgpinline.c
2383         * src/plugins/pgpmime/pgpmime.c
2384                 Check that gpg_data_release_and_get_mem 
2385                 didn't fail (now, why this happens...)
2386
2387 2006-06-03 [colin]      2.2.0cvs76
2388
2389         * src/mbox.c
2390                 Fix bug #962 (Manual and/or UI should 
2391                 warn about incompatible locking 
2392                 causing dataloss)
2393
2394 2006-06-02 [cleroy]     2.2.0cvs75
2395
2396         * src/filtering.c
2397         * src/folder.c
2398         * src/procmsg.c
2399         * src/summaryview.c
2400                 Fix a few leaks
2401
2402 2006-06-02 [colin]      2.2.0cvs74
2403
2404         * src/main.c
2405                 On exit, free caches after writing them
2406                 Shuts up some valgrind false positives
2407         * src/procmsg.c
2408         * src/send_message.c
2409                 Fix races when reusing existing SMTP connections
2410                 Fix inexistant session timeout
2411         * src/toolbar.c
2412                 Display alertpanel after all queues have
2413                 been processed, not after each
2414
2415 2006-06-02 [wwp]        2.2.0cvs73
2416
2417         * manual/fr/glossary.xml
2418         * manual/fr/ack.xml
2419         * manual/ack.xml
2420                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2421
2422 2006-06-02 [wwp]        2.2.0cvs72
2423
2424         * manual/xml2pdf
2425         * manual/dist/pdf/Makefile.am
2426         * manual/dtd/manual.xsl
2427         * manual/fr/dist/pdf/Makefile.am
2428         * manual/pl/dist/pdf/Makefile.am
2429                 we changed the procedure to generate the .pdf version of the manual.
2430                 The procedure is more modern and the .pdf we get now has a valid index.
2431                 Here are the new pre-requisites:
2432
2433                 - JRE 1.x (1.4 here): there must be one from your distro
2434                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2435                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2436                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2437
2438                 See my posts for further info about the installation of this toolchain:
2439
2440                 Date: Fri, 19 May 2006 19:40:06 +0200
2441                 From: wwp <subscript@free.fr>
2442                 To: sylpheed-claws-devel@lists.sourceforge.net
2443                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2444
2445                 and
2446
2447                 Date: Wed, 24 May 2006 12:58:49 +0200
2448                 From: wwp <subscript@free.fr>
2449                 To: sylpheed-claws-devel@lists.sourceforge.net
2450                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2451
2452 2006-06-01 [colin]      2.2.0cvs71
2453
2454         * src/compose.c
2455                 Better guards against IMAP races
2456         * src/main.c
2457         * src/prefs_common.c
2458         * src/prefs_common.h
2459         * src/common/ssl_certificate.c
2460         * src/etpan/imap-thread.c
2461         * src/etpan/imap-thread.h
2462         * src/gtk/sslcertwindow.c
2463                 New hidden option ssl_skip_cert_check to 
2464                 avoid dups of bug #959 (libetpan linked
2465                 against gnutls and gnutls buggy on 64bit)
2466                 Present expired warning only once per
2467                 session/server.
2468         * manual/advanced.xml
2469         * manual/fr/advanced.xml
2470                 Document new option
2471
2472 2006-06-01 [wwp]        2.2.0cvs70
2473
2474         * src/messageview.c
2475                 fix for bug #961 (return receipt dialog 
2476                 complains incorrectly about return-path 
2477                 email adress being different), thanks 
2478                 to Colin.
2479
2480 2006-05-31 [cleroy]     2.2.0cvs69
2481
2482         * src/common/ssl.c
2483                 Guard against NULLs, although this
2484                 should never be an issue
2485
2486 2006-05-31 [colin]      2.2.0cvs68
2487
2488         * src/filtering.c
2489                 Use g_slist_prepend
2490         * src/imap.c
2491                 Don't remove caches when destroying folder, it
2492                 could (should) be done at exit
2493         * src/inc.c
2494                 free processing cache after incorporation
2495         * src/etpan/imap-thread.c
2496                 Maybe fix bug #959 (Crash on moving to emails 
2497                 to a imap account per ssl with a expired 
2498                 certificate.)
2499
2500 2006-05-30 [colin]      2.2.0cvs67
2501
2502         * src/summaryview.c
2503                 Put back event flush when displaying message
2504                 It avoids reading a bunch of messages just
2505                 by hitting shift-n for too long ;)
2506
2507 2006-05-29 [colin]      2.2.0cvs66
2508
2509         * src/summaryview.c
2510                 Remove useless g_warnings
2511
2512 2006-05-29 [colin]      2.2.0cvs65
2513
2514         * src/imap.c
2515                 Fix g_slist_append()s for performance
2516
2517 2006-05-29 [colin]      2.2.0cvs64
2518
2519         * src/compose.c
2520         * src/common/utils.c
2521                 Fix extraneous tab at start of addresses
2522         * src/mainwindow.c
2523                 Fix warnings (thanks to Fabien)
2524                 Fix crash at exit when composing messages 
2525                 exist
2526         * src/pop.c
2527                 Fix progress bar when deleting expired mails
2528                 Thanks to Hiro
2529         * src/summaryview.c
2530         * src/gtk/gtksctree.c
2531                 Fix re-sorting slowness
2532
2533 2006-05-29 [paul]       2.2.0cvs63
2534
2535         * src/mh.c
2536                 fetch full message when moving mails
2537                 from another mailbox, (fixed data loss
2538                 when filtering from IMAP to MH, introduced
2539                 in 2.2.0cvs57).
2540                 Thanks to Colin
2541
2542 2006-05-29 [mones]      2.2.0cvs62
2543
2544         * src/gtk/gtksctree.c
2545                 Unselect faster (patch by Colin)        
2546
2547 2006-05-26 [colin]      2.2.0cvs61
2548
2549         * src/summaryview.c
2550                 Unplug MSGINFO_UPDATE callback on delete too.
2551
2552 2006-05-26 [colin]      2.2.0cvs60
2553
2554         * src/foldersel.c
2555                 Fix bold in folder selection window with glib2.10
2556                 thanks Hiro
2557
2558 2006-05-26 [colin]      2.2.0cvs59
2559
2560         * src/procheader.c
2561                 Convert date only if necessary (and don't
2562                 try to convert from utf8 to utf8, too)
2563         * src/summaryview.c
2564                 Only set column's text if the column's 
2565                 displayed
2566
2567 2006-05-26 [colin]      2.2.0cvs58
2568
2569         * src/summaryview.c
2570         * src/gtk/gtkutils.c
2571                 Fix useless warning
2572
2573 2006-05-26 [colin]      2.2.0cvs57
2574
2575         * src/mainwindow.c
2576                 Make summaryview selectable as long as 
2577                 no message has focus
2578         * src/mh.c
2579                 Faster deletion (by implementing mh_remove_msgs)
2580                 Faster copy (avoid using mh_fetch_msg just to get
2581                 the filename)
2582                 Faster move (using move_file instead of copy_file
2583                 if MSG_IS_MOVE)
2584                 No progressbar if total number of mails to cp/mv 
2585                 is less than 100
2586         * src/summaryview.c
2587                 Fix removal from subject_table when mail gets moved
2588                 Faster deletion (g_slist_prepend instead of append)
2589         * src/gtk/gtksctree.c
2590                 Remove useless code
2591
2592 2006-05-25 [colin]      2.2.0cvs56
2593
2594         * src/common/ssl_certificate.c
2595                 Fix leak in expired cert check
2596
2597 2006-05-25 [colin]      2.2.0cvs55
2598
2599         * src/mh.c
2600                 Disable flags syncing on .mh_sequences - it
2601                 is buggy and marks mails read under unknown
2602                 conditions.
2603
2604 2006-05-25 [paul]
2605
2606         * 2.3.0-rc4 released
2607
2608 2006-05-24 [colin]      2.2.0cvs54
2609
2610         attention cvs users: if you manage to crash
2611         Sylpheed-Claws while moving, copying or deleting
2612         mails, we *are* interested in stack traces and
2613         valgrind logs. It looks stable, but one never
2614         knows...
2615
2616         * src/folder.c
2617                 Add progressbar for cache updates
2618         * src/folderutils.c
2619                 Optimize Mark all read in the current
2620                 folder
2621         * src/mh.c
2622                 Add progressbar for copy/move
2623         * src/procmsg.c
2624                 Optimize O(n^2) in copy/move
2625         * src/summaryview.c
2626         * src/gtk/gtksctree.c
2627                 Optimize O(n^2) algos
2628         * src/common/timing.h
2629                 Display ms instead of us
2630
2631 2006-05-24 [wwp]        2.2.0cvs53
2632
2633         * manual/fr/advanced.xml
2634                 updates to the French manual.
2635
2636 2006-05-24 [wwp]        2.2.0cvs52
2637
2638         * src/common/utils.c
2639                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2640
2641 2006-05-24 [wwp]        2.2.0cvs51
2642
2643         * src/folderutils.c
2644                 fixed "mark all read" in MH folders (thanks to Colin).
2645
2646 2006-05-24 [paul]       2.2.0cvs50
2647
2648         * doc/man/sylpheed-claws.1
2649                 updated the man page
2650
2651 2006-05-23 [colin]      2.2.0cvs49
2652
2653         * src/folderview.c
2654         * src/imap.c
2655         * src/inc.c
2656         * src/mbox.c
2657         * src/messageview.c
2658         * src/news.c
2659         * src/send_message.c
2660         * src/summaryview.c
2661         * src/gtk/sslcertwindow.c
2662                 alertpanel fixes, by Fabien
2663
2664 2006-05-23 [colin]      2.2.0cvs48
2665
2666         * src/folder.c
2667         * src/folderview.c
2668         * src/msgcache.c
2669         * src/summaryview.c
2670         * src/gtk/gtksctree.c
2671         * src/gtk/gtksctree.h
2672                 More timings
2673                 Fix slow loading problem, which was caused by the
2674                 use of some gtk_ctree funcs and their use of
2675                 g_list_position while gtk_ctree_(un)link'ing.
2676                 Reap more functions from gtkctree.c to be sure we
2677                 use our (fast) version instead of theirs.
2678         * src/mh.c
2679                 Fix copy of unread mails
2680
2681
2682 2006-05-22 [wwp]        2.2.0cvs47
2683
2684         * manual/fr/advanced.xml
2685                 updated.
2686
2687 2006-05-22 [colin]      2.2.0cvs46
2688
2689         * src/filtering.c
2690                 Fix possible infinite loop. 'copy' is not a 
2691                 final action, so when encountering a 'copy',
2692                 we have to check if a previous one was set
2693                 and do it. In the same way, if we encounter
2694                 a 'move' we have to perform a possibly 
2695                 pending 'copy'. This will slow down filtering
2696                 on IMAP if move+copy or multiple copy actions
2697                 are to be done, but handling it via the batch
2698                 would be really too convoluted.
2699
2700 2006-05-22 [wwp]        2.2.0cvs45
2701
2702         * manual/fr/advanced.xml
2703         * manual/fr/faq.xml
2704         * manual/fr/glossary.xml
2705         * manual/fr/handling.xml
2706         * manual/fr/intro.xml
2707         * manual/fr/plugins.xml
2708         * manual/fr/sylpheed-claws-manual.xml
2709                 sync w/ the english manual: updates URIs, documented mailing-list
2710                 support, better explanation about the enabled/disabled feature
2711                 in filtering/processing rules by Paul.
2712
2713 2006-05-21 [colin]      2.2.0cvs44
2714
2715         * src/summaryview.c
2716                 Don't expand after building threads, but during
2717
2718 2006-05-21 [colin]      2.2.0cvs43
2719
2720         * src/procmsg.c
2721         * src/summaryview.c
2722                 More timing possibilities... For next time I have 
2723                 to find out how the hell some 3GHz computer takes
2724                 one minute to open a 30k folder...
2725
2726 2006-05-21 [colin]      2.2.0cvs42
2727
2728         * manual/pl/advanced.xml
2729         * manual/pl/faq.xml
2730         * manual/pl/glossary.xml
2731         * manual/pl/handling.xml
2732         * manual/pl/intro.xml
2733         * manual/pl/plugins.xml
2734         * manual/pl/sylpheed-claws-manual.xml
2735                 Polish manual updated by Pawel
2736
2737 2006-05-20 [colin]
2738
2739         * 2.3.0-rc3 released
2740
2741 2006-05-20 [colin]      2.2.0cvs41
2742
2743         * src/imap.c
2744                 Fix -rc2 problems:
2745                 - remove cache of moved messages from original folder
2746                 - apply new flags to messages even if they aren't appliable
2747                   via IMAP.
2748
2749 2006-05-20 [colin]
2750
2751         * 2.3.0-rc2 released
2752
2753 2006-05-19 [colin]      2.2.0cvs40
2754
2755         * src/imap.c
2756                 Don't issue SELECT in imap_change_flags
2757                 before having checked that we indeed have
2758                 some flags to change. MSG_POSTFILTERED for
2759                 example can't be used on IMAP.
2760                 Fixes bug #955 (copying messages between 
2761                 imap folders is extremely slow), which was
2762                 a regression.
2763
2764 2006-05-19 [colin]      2.2.0cvs39
2765
2766         * src/folder.c
2767         * src/folder.h
2768         * src/folderview.c
2769                 Try to fix bug #830 (Some unread messages 
2770                 get marked read in IMAP inbox):
2771                 - Prevent scanning a folder if it's being 
2772                   opened via the GUI
2773                 - Postpone opening via the GUI of a folder
2774                   currently scanned.
2775
2776
2777 2006-05-19 [wwp]        2.2.0cvs38
2778
2779         * manual/advanced.xml
2780                 fix English+typo (thanks to Paul).
2781
2782 2006-05-19 [wwp]        2.2.0cvs37
2783
2784         * manual/advanced.xml
2785         * manual/fr/advanced.xml
2786         * src/gtk/logwindow.c
2787         * src/prefs_common.c
2788         * src/prefs_common.h
2789                 added hidden prefs to allow customization of colors used in
2790                 protocol log window (useful for dark gtk+ themes).
2791
2792 2006-05-19 [wwp]        2.2.0cvs36
2793
2794         * ChangeLog
2795                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2796
2797 2006-05-19 [paul]       2.2.0cvs35
2798
2799         * src/textview.c
2800                 make Reply-To fully clickable
2801         * src/gtk/logwindow.c
2802                 more colouring (SMTP ESMTP)
2803         Both patches by Pawel Pekala
2804
2805 2006-05-19 [cleroy]     2.2.0cvs34
2806
2807         * src/mh.c
2808                 Don't update flags from current folder
2809                 Probably fixes bug #935 (Read Messages 
2810                 Revert to Being Marked as Unread)
2811
2812 2006-05-18 [colin]      2.2.0cvs33
2813
2814         * src/imap.c
2815                 Warning fix
2816         * src/compose.c
2817         * src/mainwindow.c
2818         * src/summaryview.c
2819         * src/toolbar.c
2820                 Allow replying to multiple emails
2821                 in multiple windows
2822         * src/mimeview.c
2823         * src/etpan/imap-thread.c
2824                 Leak fixes
2825
2826 2006-05-18 [paul]       2.2.0cvs32
2827
2828         * src/summaryview.c
2829                 keep Mailing-List menu refreshed
2830                 Thanks to Colin
2831
2832 2006-05-18 [paul]       2.2.0cvs31
2833
2834         * manual/advanced.xml
2835         * manual/faq.xml
2836         * manual/glossary.xml
2837         * manual/handling.xml
2838         * manual/intro.xml
2839         * manual/plugins.xml
2840         * manual/sylpheed-claws-manual.xml
2841                 update URLs
2842                 add info about mailing-list support
2843                 edit filtering info
2844         * src/wizard.c
2845         * src/common/defs.h
2846         * src/gtk/about.c
2847         * src/plugins/dillo_viewer/README
2848                 update URLs
2849
2850 2006-05-17 [wwp]        2.2.0cvs30
2851
2852         * manual/handling.xml
2853         * manual/fr/handling.xml
2854                 documented the ability to enabled/disable filtering/processing rules.
2855
2856 2006-05-17 [colin]      2.2.0cvs29
2857
2858         * src/main.c
2859                 Don't initialize g_thread subsystem if it's 
2860                 already done (thanks to Hiro)
2861         * src/mimeview.c
2862                 Fix saving of parts when there name can't be
2863                 converted from UTF-8.
2864
2865 2006-05-17 [paul]       2.2.0cvs28
2866
2867         * po/Makefile.in.in
2868                 fix config.status warning with autoconf 2.60
2869
2870 2006-05-17 [paul]       2.2.0cvs27
2871
2872         * po/POTFILES.in
2873                 add src/mbox.c
2874
2875 2006-05-17 [wwp]        2.2.0cvs26
2876
2877         * src/mainwindow.c
2878                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2879
2880 2006-05-17 [wwp]        2.2.0cvs25
2881
2882         * src/plugins/demo/demo.c
2883                 updated product name in plugin demo (many plugins need to be
2884                 sync'ed w/ that change).
2885
2886 2006-05-17 [colin]      2.2.0cvs24
2887
2888         * src/mh.c
2889                 Fix leak
2890
2891 2006-05-16 [colin]      2.2.0cvs23
2892
2893         * src/mainwindow.c
2894                 Stupid me hit again. Fix cvs22.
2895
2896 2006-05-16 [colin]      2.2.0cvs22
2897
2898         * src/mainwindow.c
2899                 Fix bug #922 (sylpheed-claws crashed after 
2900                 pushing on Inbox folder)
2901
2902 2006-05-16 [colin]      2.2.0cvs21
2903
2904         * src/compose.c
2905                 Make From header be copy/paste/select-able
2906
2907 2006-05-16 [wwp]        2.2.0cvs20
2908
2909         * src/export.c
2910         * src/matcher.c
2911         * src/summaryview.c
2912         * src/etpan/imap-thread.c
2913                 fix some compiler warnings (thanks to Colin).
2914
2915 2006-05-16 [wwp]        2.2.0cvs19
2916
2917         * src/action.c
2918         * src/gedit-print.c
2919         * src/inc.c
2920         * src/mainwindow.c
2921         * src/mh.c
2922         * src/statusbar.c
2923         * src/send_message.c
2924         * src/summaryview.c
2925                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2926
2927 2006-05-15 [colin]      2.2.0cvs18
2928
2929         * src/procmsg.c
2930                 Fix automatic rule creation with List-Post
2931
2932 2006-05-15 [paul]       2.2.0cvs17
2933
2934         * tools/filter_conv_new.pl
2935                 updated for rule enabling/disabling
2936                 claws version >= 2.3.x required
2937
2938 2006-05-15 [cleroy]     2.2.0cvs16
2939
2940         * src/main.c
2941                 Revert test
2942
2943 2006-05-15 [cleroy]     2.2.0cvs15
2944
2945         * src/main.c
2946                 test
2947
2948 2006-05-15 [wwp]        2.2.0cvs14
2949
2950         * manual/pl/.cvsignore
2951                 ignore generated files.
2952
2953 2006-05-14 [wwp]        2.3.0-rc1
2954
2955         * 2.3.0-rc1 released
2956
2957 2006-05-13 [wwp]        2.2.0cvs13
2958
2959         * src/filtering.c
2960         * src/filtering.h
2961         * src/matcher.c
2962         * src/matcher_parser_lex.l
2963         * src/matcher_parser_parse.y
2964         * src/prefs_filtering.c
2965                 new feature: provide the ability to disable filtering and processing
2966                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2967                 adaptations.
2968
2969 2006-05-13 [colin]      2.2.0cvs12
2970
2971         * src/compose.c
2972                 Remove useless if (a) b; else b;
2973                 Thanks to wwp
2974
2975 2006-05-13 [wwp]        2.2.0cvs11
2976
2977         * src/export.c
2978         * src/import.c
2979         * src/mainwindow.c
2980         * src/mbox.c
2981         * src/summaryview.c
2982         * src/summaryview.h
2983                 no more silent failures (or at least less ones) when importing
2984                 or exporting from/to mbox. Also start importing/exporting if
2985                 the necessary info is set.
2986
2987 2006-05-13 [wwp]        2.2.0cvs10
2988
2989         * RELEASE_NOTES
2990                 restored up-to-date release notes.
2991
2992 2006-05-13 [paul]       2.2.0cvs9
2993
2994         * po/nl.po
2995         * po/ru.po
2996                 updated by Tim Dijkstra and Pavlo Bohmat
2997
2998 2006-05-12 [colin]      2.2.0cvs8
2999
3000         * src/gtk/quicksearch.c
3001                 Add "k" as shortcut for "colorlabel". Patch
3002                 by ath42@users.sf.net.
3003
3004 2006-05-12 [paul]       2.2.0cvs7
3005
3006         * src/prefs_common.h
3007         * src/prefs_summaries.c
3008         * src/summaryview.c
3009                 when entering a folder also allow
3010                 going directly to first Marked message
3011
3012 2006-05-12 [paul]       2.2.0cvs6
3013
3014         * src/summaryview.c
3015                 always obey 'confirm before marking all
3016                 mails read' option
3017
3018 2006-05-12 [paul]       2.2.0cvs5
3019
3020         * src/textview.c
3021                 make Sender fully clickable
3022
3023 2006-05-12 [colin]      2.2.0cvs4
3024
3025         * src/compose.c
3026         * src/compose.h
3027                 Let From be editable
3028         * src/main.c
3029         * src/mh.c
3030                 Full support of .mh_sequences' Unseen seq
3031
3032 2006-05-12 [colin]      2.2.0cvs3
3033
3034         * src/folder.c
3035         * src/mainwindow.c
3036         * src/mainwindow.h
3037         * src/messageview.c
3038         * src/prefs_spelling.c
3039         * src/procheader.c
3040         * src/procmsg.c
3041         * src/procmsg.h
3042         * src/summaryview.c
3043         * src/toolbar.c
3044         * src/toolbar.h
3045                 Add contextual menu on Compose toolbar
3046                 button. Fixes bug #944 (Automatic
3047                 addresses not applied when changing account
3048                 from compose window)
3049                 add Mailing List support
3050                 based on the old 0.6.5claws25 patch by
3051                 Melvin Hadasht, with finishing touches
3052                 by Colin
3053                 Fix "ignore thread" when mails are threaded by
3054                 subject (and weren't ignored although appearing
3055                 in the thread).
3056                 GUI rework.
3057                 Both patches by Pawel.
3058
3059 2006-05-08 [paul]       2.2.0cvs2
3060
3061         * src/mainwindow.c
3062         * src/mainwindow.h
3063         * src/messageview.c
3064         * src/procheader.c
3065         * src/procmsg.c
3066         * src/procmsg.h
3067         * src/summaryview.c
3068                 add Mailing List support
3069                 based on the old 0.6.5claws25 patch by 
3070                 Melvin Hadasht, with finishing touches
3071                 by Colin
3072
3073 2006-05-08 [colin]      2.2.0cvs1
3074
3075         * src/mainwindow.c
3076         * src/toolbar.c
3077         * src/toolbar.h
3078                 Add contextual menu on Compose toolbar 
3079                 button. Fixes bug #944 (Automatic 
3080                 addresses not applied when changing account 
3081                 from compose window)
3082
3083 2006-05-08 [paul]       2.2.0
3084
3085         2.2.0 released
3086
3087 2006-05-08 [paul]       2.1.1cvs51
3088
3089         * po/cs.po
3090         * po/de.po
3091         * po/en_GB.po
3092         * po/fi.po
3093         * po/fr.po
3094         * po/pt_BR.po
3095         * po/sr.po
3096         * po/zh_CN.po
3097                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3098                 Fabien Vantard, Frederico Goncalves Guimaraes,
3099                 Aleksandar Urosevic, and Ralgh Young
3100
3101 2006-05-12 [colin]      2.1.1cvs50
3102
3103         * po/cs.po
3104         * po/de.po
3105         * po/en_GB.po
3106         * po/es.po
3107         * po/fi.po
3108         * po/fr.po
3109         * po/pt_BR.po
3110         * po/sr.po
3111         * po/zh_CN.po
3112                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3113                 Fabien Vantard, Frederico Goncalves Guimaraes,
3114                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3115
3116 2006-05-05 [colin]      2.1.1cvs49
3117
3118         * manual/Makefile.am
3119         * manual/pl/Makefile.am
3120         * manual/pl/account.xml
3121         * manual/pl/ack.xml
3122         * manual/pl/addrbook.xml
3123         * manual/pl/advanced.xml
3124         * manual/pl/faq.xml
3125         * manual/pl/glossary.xml
3126         * manual/pl/gpl.xml
3127         * manual/pl/handling.xml
3128         * manual/pl/intro.xml
3129         * manual/pl/keyboard.xml
3130         * manual/pl/plugins.xml
3131         * manual/pl/starting.xml
3132         * manual/pl/sylpheed-claws-manual.xml
3133         * manual/pl/dist/.cvsignore
3134         * manual/pl/dist/Makefile.am
3135         * manual/pl/dist/html/.cvsignore
3136         * manual/pl/dist/html/Makefile.am
3137         * manual/pl/dist/pdf/.cvsignore
3138         * manual/pl/dist/pdf/Makefile.am
3139         * manual/pl/dist/ps/.cvsignore
3140         * manual/pl/dist/ps/Makefile.am
3141         * manual/pl/dist/txt/.cvsignore
3142         * manual/pl/dist/txt/Makefile.am
3143                 Add the polish translation of the manual,
3144                 Authored by Pawel Pekala.
3145
3146 2006-05-05 [cleroy]     2.1.1cvs48
3147
3148         * src/main.c
3149                 Re-read matcherrc after loading plugins 
3150                 if some of them add folders.
3151
3152 2006-05-03 [colin]      2.1.1cvs47
3153
3154         * src/imap.c
3155                 I'm idiot
3156
3157 2006-05-03 [colin]      2.1.1cvs46
3158
3159         * src/imap.c
3160                 Be sure to have a session when
3161                 getting separator
3162
3163 2006-05-03 [colin]      2.1.1cvs45
3164
3165         * src/imap.c
3166         * src/imap.h
3167         * src/imap_gtk.c
3168                 Fix preventing renaming with namespace 
3169                 separator.
3170
3171 2006-05-01 [colin]      2.1.1cvs44
3172
3173         * src/action.c
3174                 Don't reload messageview when result of
3175                 action is piped.
3176
3177 2006-04-29 [colin]      2.1.1cvs43
3178
3179         * src/prefs_receive.c
3180         * src/plugins/spamassassin/spamassassin_gtk.c
3181         * src/plugins/clamav/clamav_plugin_gtk.c
3182                 GUI fixes by Pawel
3183
3184 2006-04-29 [colin]      2.1.1cvs42
3185
3186         * src/prefs_compose_writing.c
3187         * src/prefs_quote.c
3188                 Cleanups. Patch by Pawel
3189
3190 2006-04-28 [paul]       2.1.1cvs41
3191
3192         * src/matcher.c
3193                 fix returned quick search results when search
3194                 term contains an underscore.
3195                 Thanks to Colin
3196
3197 2006-04-28 [paul]       2.1.1cvs40
3198
3199         * src/prefs_message.c
3200         * src/prefs_receive.c
3201                 GUI cleanups
3202                 Patches by Pawel Pekala
3203
3204 2006-04-27 [colin]      2.1.1cvs39
3205
3206         * src/wizard.c
3207                 Differentiate subject Welcome from
3208                 window's title Welcome
3209
3210 2006-04-27 [paul]
3211
3212         2.2.0-rc1 released
3213
3214 2006-04-27 [paul]       2.1.1cvs38
3215
3216         * manual/advanced.xml
3217         * manual/fr/advanced.xml
3218                 add info about compose_no_markup hidden pref
3219
3220 2006-04-27 [paul]       2.1.1cvs37
3221
3222         * src/prefs_account.c
3223                 improve privacy labels
3224         * src/prefs_msg_colors.c
3225                 change some strings for translators' convenience
3226         * src/gtk/gtkutils.c
3227                 don't underline the link button text
3228
3229 2006-04-25 [colin]      2.1.1cvs36
3230
3231         * src/folder.c
3232                 Complete 2.1.1cvs33 (once more ;)
3233
3234 2006-04-25 [colin]      2.1.1cvs35
3235
3236         * src/editldap.c
3237                 Fix tooltip
3238
3239 2006-04-25 [cleroy]     2.1.1cvs34
3240
3241         * src/compose.c
3242         * src/gtk/gtkaspell.c
3243                 Fix crash on redirect (related to the return 
3244                 of the aspell menu in compose's toolbar)
3245         * src/prefs_msg_colors.c
3246                 Fix sensitivity widgets
3247         * src/image_viewer.c
3248         * src/gtk/pluginwindow.c
3249         * src/gtk/prefswindow.c
3250                 Change released signals to clicked (Fabien)
3251         * po/POTFILES.in
3252         * src/common/socket.c
3253         * src/plugins/spamassassin/spamassassin.c
3254                 Translate strings (Fabien)
3255
3256 2006-04-25 [paul]       2.1.1cvs33
3257
3258         * src/folder.c
3259         * src/folder.h
3260         * src/folderview.c
3261                 complete the fix of bug #912
3262                 Thanks to Colin
3263
3264 2006-04-25 [colin]      2.1.1cvs32
3265
3266         * src/news.c
3267                 Better progress bar
3268         * src/mimeview.c
3269         * src/summaryview.c
3270         * src/summaryview.h
3271                 Fix focus chain
3272                 Patches by Pawel Pekala
3273
3274 2006-04-24 [colin]      2.1.1cvs31
3275
3276         * src/compose.c
3277                 Fix compilation warnings (Fabien)
3278
3279 2006-04-24 [colin]      2.1.1cvs30
3280
3281         * src/addrindex.c
3282         * src/editldap.c
3283         * src/editldap_basedn.c
3284         * src/editldap_basedn.h
3285         * src/ldapctrl.c
3286         * src/ldapctrl.h
3287         * src/ldapquery.c
3288         * src/ldaputil.c
3289         * src/ldaputil.h
3290                 Fix bug #901 (LDAPS support)
3291
3292 2006-04-24 [colin]      2.1.1cvs29
3293
3294         * src/compose.c
3295                 Fix logic on error with send dialog on
3296         * src/imap.c
3297                 Fix compilation without libetpan, thanks
3298                 to Fabien
3299         * src/summaryview.c
3300                 Fix 'context-menu' key
3301
3302 2006-04-23 [colin]      2.1.1cvs28
3303
3304         * src/folder.c
3305                 Never free current's cache to free up 
3306                 memory. Fixes bug #912 (new count 
3307                 randomly set to message count)
3308
3309 2006-04-23 [colin]      2.1.1cvs27
3310
3311         * src/gtk/quicksearch.c
3312                 And remove printf...
3313
3314 2006-04-23 [colin]      2.1.1cvs26
3315
3316         * src/gtk/quicksearch.c
3317                 Fix replacing in quicksearch, and fix inserting
3318                 in the middle of the string. (introduced at 2.1.0cvs22)
3319
3320 2006-04-23 [colin]      2.1.1cvs25
3321
3322         * src/imap.c
3323                 Make sure uidnext is initialized in get_num_list
3324                 (not for stable, related to 2.1.1cvs8 and friends)
3325
3326 2006-04-23 [colin]      2.1.1cvs24
3327
3328         * src/imap.c
3329                 Output something when login is successful
3330                 too
3331
3332 2006-04-23 [colin]      2.1.1cvs23
3333
3334         * src/etpan/imap-thread.c
3335                 Better logging (line-per-line, hide data in fetch)
3336                 Fix a const warning
3337         * src/gtk/logwindow.c
3338         * src/gtk/logwindow.h
3339                 Better logging (color for input/output)
3340
3341 2006-04-21 [colin]      2.1.1cvs22
3342
3343         * src/gtk/quicksearch.c
3344                 On gtk+-2.8, use stock buttons in quicksearch
3345                 Based on a patch by Fabien and a design by Paul
3346
3347 2006-04-21 [colin]      2.1.1cvs21
3348
3349         * src/folderview.c
3350         * src/mainwindow.c
3351                 Fix occasional flicker in folderview
3352         * src/common/utils.c
3353                 Fix bug #943 (Incorrectly parsed email address 
3354                 list in short headers on message view and in 
3355                 printouts)
3356
3357 2006-04-20 [colin]      2.1.1cvs20
3358
3359         * src/imap.c
3360         * src/imap.h
3361         * src/prefs_account.c
3362                 Add ANONYMOUS auth for IMAP
3363
3364 2006-04-20 [paul]       2.1.1cvs19
3365
3366         * src/main.c
3367                 proper fix for 2.1.1cvs18
3368                 Thanks to Colin
3369
3370 2006-04-20 [paul]       2.1.1cvs18
3371
3372         * src/main.c
3373                 fix build warnings
3374
3375 2006-04-20 [paul]       2.1.1cvs17
3376
3377         * src/gtk/quicksearch.c
3378                 fix standard, non-extended Quick search,
3379                 was broken in 2.1.1cvs15.
3380                 Thanks to Colin.
3381
3382 2006-04-20 [colin]      2.1.1cvs16
3383
3384         * src/prefs_matcher.c
3385                 Fix values when reselecting a ~test
3386                 rule
3387
3388 2006-04-19 [colin]      2.1.1cvs15
3389
3390         * src/compose.c
3391         * src/compose.h
3392         * src/gtk/gtkaspell.c
3393         * src/gtk/gtkaspell.h
3394                 Put back Options menu in Spelling/
3395         * src/gtk/quicksearch.c
3396                 Don't search, and show error, if the
3397                 advanced search has a syntax error
3398
3399 2006-04-18 [colin]      2.1.1cvs14
3400
3401         * src/textview.c
3402                 Fix gdk warnings on set_cursor when textview
3403                 isn't visible
3404
3405 2006-04-18 [colin]      2.1.1cvs13
3406
3407         * src/gtk/gtksctree.c
3408                 Remove seemingly useless refresh that causes
3409                 flicker - watch this commit in case of 
3410                 problems before planned backport to stable
3411
3412 2006-04-18 [colin]      2.1.1cvs12
3413
3414         * src/imap.c
3415                 Factorize get/set_xml code
3416         * src/compose.c
3417         * src/prefs_account.c
3418         * src/prefs_account.h
3419         * src/procmsg.c
3420                 Add Encrypt to self option
3421
3422 2006-04-17 [colin]      2.1.1cvs11
3423
3424         * configure.ac
3425                 Fix search on encrpyt function on dragonfly
3426                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3427
3428 2006-04-17 [colin]      2.1.1cvs10
3429
3430         * src/prefs_account.c
3431                 Be safe by default: remove mails from POP3
3432                 after 7 days, not immediately
3433
3434 2006-04-17 [colin]      2.1.1cvs9
3435
3436         * src/etpan/imap-thread.c
3437                 Fix build on DragonFly - patch by 
3438                 Jonathan Buschmann <jonthn@agmact.com>
3439
3440 2006-04-17 [colin]      2.1.1cvs8
3441
3442         * src/imap.c
3443                 Save uidnext between sessions
3444
3445 2006-04-17 [colin]      2.1.1cvs7
3446
3447         * src/imap.c
3448                 scan is required when uid validity changes
3449
3450 2006-04-17 [colin]      2.1.1cvs6
3451
3452         * src/folderview.c
3453                 Don't scan if not necessary, apart in current
3454                 folder and INBOX to fetch flags.
3455         * src/imap.c
3456                 Scan is necessary if unread count changes
3457
3458 2006-04-17 [colin]      2.1.1cvs5
3459
3460         * src/imap.c
3461                 ...But always fetch ANSWERED and DELETED flags for
3462                 INBOX, as filtering can happen on these flags.
3463
3464 2006-04-17 [colin]      2.1.1cvs4
3465
3466         * src/imap.c
3467                 Don't fetch REPLIED and DELETED flags when synchronising
3468                 flags with a closed folder. We only need UNSEEN and FLAGGED
3469                 to update the folderview.
3470
3471 2006-04-17 [colin]      2.1.1cvs3
3472
3473         * src/imap.c
3474                 Faster flag search when there are new mails 
3475                 in a folder. We can do a full search if the 
3476                 folder contains less messages than the new
3477                 list.
3478
3479 2006-04-17 [colin]      2.1.1cvs2
3480
3481         * po/cs.po
3482         * po/de.po
3483         * po/fr.po
3484         * po/nl.po
3485         * po/pt_BR.po
3486                 Update translations from stable branch
3487
3488 2006-04-17 [colin]      2.1.1cvs1
3489
3490         * configure.ac
3491                 Bump version to follow stable release
3492
3493 2006-04-16 [mones]      2.1.0cvs50
3494
3495         * po/es.po
3496                 Updated for release
3497
3498 2006-04-16 [colin]      2.1.0cvs49
3499
3500         * src/textview.c
3501                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3502                 with gtk < 2.8. Thanks to Fabien Vantard.
3503
3504 2006-04-15 [colin]      2.1.0cvs48
3505
3506         * src/etpan/imap-thread.c
3507                 Fix bug #919 (libetpan: SEGV when connecting 
3508                 using command)
3509
3510 2006-04-14 [colin]      2.1.0cvs47
3511
3512         * src/main.c
3513                 Fix race on --select (should be done better)
3514
3515 2006-04-14 [wwp]        2.1.0cvs46
3516
3517         * src/send_message.c
3518                 enforce a check for domain in account prefs (a sending
3519                 error could be faced if domain was checked but no value set),
3520                 thanks to Colin.
3521
3522 2006-04-14 [colin]      2.1.0cvs45
3523
3524         * src/codeconv.c
3525                 when converting from unknown to unknown, if the
3526                 string is UTF8, don't convert it to the locale
3527                 (which breaks it)
3528
3529 2006-04-14 [colin]      2.1.0cvs44
3530
3531         * src/compose.c
3532                 Don't try to use ASCII for converting headers
3533                 (as done in body)
3534
3535 2006-04-14 [paul]       2.1.0cvs43
3536
3537         * src/crash.c
3538                 add locale/charset info to crash report
3539         * src/gtk/about.c
3540                 add wwp to doc team
3541                 replace 'e-mail' with preferred 'email'
3542         * src/gtk/authors.h
3543                 ensure contributors list is in alphabetical
3544                 order
3545
3546 2006-04-13 [colin]      2.1.0cvs42
3547
3548         * src/textview.c
3549                 Prevent gdk warnings
3550
3551 2006-04-13 [colin]      2.1.0cvs41
3552
3553         * src/common/ssl_certificate.c
3554         * src/common/ssl_certificate.h
3555         * src/gtk/sslcertwindow.c
3556                 Warn on expired certs, and display the expiration date
3557
3558 2006-04-13 [colin]      2.1.0cvs40
3559
3560         * src/plugins/spamassassin/spamassassin_gtk.c
3561                 Fix missing set_text on unix socket
3562
3563 2006-04-13 [wwp]        2.1.0cvs39
3564
3565         * manual/fr/advanced.xml
3566         * manual/fr/glossary.xml
3567                 applied new spam/ham/email lexicon (pourriel, courriel)
3568
3569 2006-04-13 [paul]       2.1.0cvs38
3570
3571         * src/plugins/pgpmime/plugin.c
3572                 remove the mention of S/MIME from the
3573                 description. This is now handled by the
3574                 S/MIME plugin.
3575
3576 2006-04-13 [paul]       2.1.0cvs37
3577
3578         * src/prefs_msg_colors.c
3579                 rework dialog
3580         * src/prefs_folder_item.c
3581         * src/prefs_spelling.c
3582                 add a tooltip to the colour selector buttons
3583
3584 2006-04-13 [wwp]        2.1.0cvs36
3585
3586         * manual/advanced.xml
3587         * manual/glossary.xml
3588         * manual/handling.xml
3589         * manual/keyboard.xml
3590         * manual/plugins.xml
3591         * manual/starting.xml
3592         * manual/fr/account.xml
3593         * manual/fr/ack.xml
3594         * manual/fr/addrbook.xml
3595         * manual/fr/advanced.xml
3596         * manual/fr/faq.xml
3597         * manual/fr/glossary.xml
3598         * manual/fr/gpl.xml
3599         * manual/fr/handling.xml
3600         * manual/fr/intro.xml
3601         * manual/fr/keyboard.xml
3602         * manual/fr/plugins.xml
3603         * manual/fr/starting.xml
3604         * manual/fr/sylpheed-claws-manual.xml
3605                 fixes to the manuals:
3606                  - summaryview -> Message List (same in French)
3607                  - translate key names
3608                  - fix French punctuation, use non-breakable spaces when
3609                    necessary, don't use &thinsp; which is not portable
3610                  - tell what maildir and mbox formats we support
3611
3612 2006-04-12 [wwp]        2.1.0cvs35
3613
3614         * src/prefs_toolbar.c
3615                 unified a replace button more,
3616                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3617
3618 2006-04-12 [wwp]        2.1.0cvs34
3619
3620         * src/prefs_common.c
3621         * src/prefs_msg_colors.c
3622                 make default color labels translatable,
3623                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3624                 thanks to Tim <timbrain@post.cz> for reporting.
3625
3626 2006-04-12 [wwp]        2.1.0cvs33
3627
3628         * manual/glossary.xml
3629         * manual/intro.xml
3630         * manual/plugins.xml
3631         * manual/starting.xml
3632         * manual/sylpheed-claws-manual.xml
3633         * manual/fr/.cvsignore
3634         * manual/fr/account.xml
3635         * manual/fr/ack.xml
3636         * manual/fr/addrbook.xml
3637         * manual/fr/advanced.xml
3638         * manual/fr/faq.xml
3639         * manual/fr/glossary.xml
3640         * manual/fr/handling.xml
3641         * manual/fr/intro.xml
3642         * manual/fr/keyboard.xml
3643         * manual/fr/plugins.xml
3644         * manual/fr/starting.xml
3645         * manual/fr/sylpheed-claws-manual.xml
3646                 various fixes: typos, missing .fr translations, punctuation,
3647                 capitalization, links, accents and some bad French more.
3648
3649 2006-04-12 [wwp]        2.1.0cvs32
3650
3651         * src/prefs_gtk.c
3652                 fix for bug #935: always store prefs files in UTF-8 (thanks
3653                 to Colin).
3654
3655 2006-04-11 [colin]      2.1.0cvs31
3656
3657         * src/compose.c
3658                 Fix inserting files not in utf8 when locale is utf8
3659
3660 2006-04-11 [colin]      2.1.0cvs30
3661
3662         * src/inc.c
3663                 Don't show error dialog when cancelling connection
3664                 Patch by Pawel
3665
3666 2006-04-11 [cleroy]     2.1.0cvs29
3667
3668         * src/compose.c
3669                 Implement multiple quote levels
3670         * src/prefs_common.c
3671                 Change a little bit the quote bgcolor for 2nd level
3672
3673 2006-04-11 [colin]      2.1.0cvs28
3674
3675         * src/gtk/about.c
3676                 Add locale and charset in the label
3677
3678 2006-04-10 [colin]      2.1.0cvs27
3679
3680         * src/compose.c
3681         * src/prefs_common.c
3682         * src/prefs_common.h
3683         * src/prefs_msg_colors.c
3684         * src/textview.c
3685                 Allow optional background color in quotes
3686                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3687                 GTK+-2.8.x feature
3688
3689 2006-04-10 [colin]      2.1.0cvs26
3690
3691         * src/main.c
3692         * src/mainwindow.c
3693         * src/mainwindow.h
3694                 Implement --select
3695
3696 2006-04-10 [colin]      2.1.0cvs25
3697
3698         * manual/plugins.xml
3699         * manual/fr/plugins.xml
3700                 Document libcurl's proxy variables
3701
3702 2006-04-09 [colin]      2.1.0cvs24
3703
3704         * src/prefs_common.c
3705                 gettext() returns statically allocated stuff. We have
3706                 to strdup it in order to be able to free it.
3707
3708 2006-04-09 [colin]      2.1.0cvs23
3709
3710         * AUTHORS
3711         * src/gtk/authors.h
3712                 Add Alexei
3713
3714 2006-04-09 [colin]      2.1.0cvs22
3715
3716         * src/mainwindow.c
3717         * src/gtk/quicksearch.c
3718                 Fix bug #859 (problems with cyrilic input in 
3719                 search panel) - Patch by Alexey Illarionov 
3720                 <littlesavage@rambler.ru>
3721
3722 2006-04-09 [colin]      2.1.0cvs21
3723
3724         * src/prefs_customheader.c
3725                 I prefer removing then freeing rather than the contrary
3726                 (even if it doesn't change anything ;-)
3727         * src/prefs_account.c
3728                 Fix bug #933 (Crash re-entering the custom headers list 
3729                 dialog in accounts prefs)
3730                 The problem happened when cancelling the Account 
3731                 Preferences' dialogs - in which case we didn't do 
3732                 anything to the PrefsAccount * struct. In case of applying,
3733                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3734                 working with in this dialog. The problem is that 
3735                 prefs_customheader.c, working on this tmp_ac_prefs, always
3736                 changes the ->customhdr_list pointer, even when cancelled. 
3737                 So in case of cancelling the prefs_account dialog, we still
3738                 have to update ->customhdr_list in the real account.
3739
3740 2006-04-08 [colin]      2.1.0cvs20
3741
3742         * manual/fr/glossary.xml
3743         * manual/fr/keyboard.xml
3744                 Forgot some headers :)
3745
3746 2006-04-08 [colin]      2.1.0cvs19
3747
3748         * manual/Makefile.am
3749         * manual/fr/Makefile.am
3750         * manual/fr/account.xml
3751         * manual/fr/ack.xml
3752         * manual/fr/addrbook.xml
3753         * manual/fr/advanced.xml
3754         * manual/fr/faq.xml
3755         * manual/fr/glossary.xml
3756         * manual/fr/gpl.xml
3757         * manual/fr/handling.xml
3758         * manual/fr/intro.xml
3759         * manual/fr/keyboard.xml
3760         * manual/fr/plugins.xml
3761         * manual/fr/starting.xml
3762         * manual/fr/sylpheed-claws-manual.xml
3763         * manual/fr/dist/.cvsignore
3764         * manual/fr/dist/Makefile.am
3765         * manual/fr/dist/html/.cvsignore
3766         * manual/fr/dist/html/Makefile.am
3767         * manual/fr/dist/pdf/.cvsignore
3768         * manual/fr/dist/pdf/Makefile.am
3769         * manual/fr/dist/ps/.cvsignore
3770         * manual/fr/dist/ps/Makefile.am
3771         * manual/fr/dist/txt/.cvsignore
3772         * manual/fr/dist/txt/Makefile.am
3773                 Add the french translation of the manual. Thanks to
3774                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3775                 account.xml, ack.xml, addrbook.xml and advanced.xml
3776
3777 2006-04-08 [colin]      2.1.0cvs18
3778
3779         * manual/plugins.xml
3780         * manual/starting.xml
3781                 More fixes
3782
3783 2006-04-07 [colin]      2.1.0cvs17
3784
3785         * manual/faq.xml
3786         * manual/intro.xml
3787         * manual/keyboard.xml
3788                 Little fixes
3789
3790 2006-04-07 [colin]      2.1.0cvs16
3791
3792         * README
3793         * src/compose.c
3794         * src/prefs_common.c
3795         * src/prefs_common.h
3796                 Add hidden compose_no_markup pref
3797
3798 2006-04-07 [wwp]        2.1.0cvs15
3799
3800         * src/summary_search.c
3801         * .cvsignore
3802                 Bugfix: stop button was sticky when searching in an empty folder.
3803                 Applied curly brackets code style to the whole file (summary_search.c).
3804                 More files to ignore.
3805
3806 2006-04-07 [wwp]        2.1.0cvs14
3807
3808         * src/message_search.c
3809         * src/summary_search.c
3810                 changed default button when search bumps at file/folder
3811                 beginning or end, for convenience (thanks to Colin).
3812
3813 2006-04-07 [paul]       2.1.0cvs13
3814
3815         * src/plugins/dillo_viewer/dillo_prefs.c
3816                 avoid future potential for namespace collision
3817                 Patch by Colin
3818
3819 2006-04-06 [wwp]        2.1.0cvs12
3820
3821         * src/summary_search.c
3822                 Unify extended/advanced searches names (and thus factorize labels),
3823                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3824
3825 2006-04-06 [wwp]        2.1.0cvs11
3826
3827         * src/folderview.c
3828         * src/prefs_themes.c
3829         * src/summaryview.c
3830                 Fixed some compilation warnings.
3831
3832 2006-04-06 [colin]      2.1.0cvs10
3833
3834         * manual/advanced.xml
3835                 Document the wizard template and how to deploy
3836                 Sylpheed-Claws effectively
3837
3838 2006-04-06 [colin]      2.1.0cvs9
3839
3840         * src/folderview.c
3841                 gettext patch to tell translators about _("#"),
3842                 by Maxim Britov
3843
3844 2006-04-06 [colin]      2.1.0cvs8
3845
3846         * src/textview.c
3847                 Fix invalid GtkTextBIter after clicking "Display as text"
3848
3849 2006-04-06 [mones]      2.1.0cvs7
3850
3851         * src/addr_compl.c
3852         * src/addrindex.c
3853         * src/addritem.c
3854         * src/codeconv.c
3855         * src/compose.c
3856         * src/filtering.c
3857         * src/folder.c
3858         * src/folder_item_prefs.c
3859         * src/folderview.c
3860         * src/localfolder.c
3861         * src/matcher.c
3862         * src/mimeview.c
3863         * src/prefs_msg_colors.c
3864         * src/prefs_spelling.c
3865         * src/prefs_themes.c
3866         * src/procmime.c
3867         * src/procmsg.c
3868         * src/stock_pixmap.c
3869         * src/summaryview.c
3870         * src/textview.c
3871         * src/toolbar.c
3872         * src/common/mgutils.c
3873         * src/common/prefs.c
3874         * src/common/ssl_certificate.c
3875         * src/gtk/colorlabel.c
3876         * src/gtk/quicksearch.c
3877         * src/plugins/pgpmime/pgpmime.c
3878         * src/plugins/spamassassin/spamassassin.c
3879                 Removed redundant NULL checks for g_free() calls.
3880                 Patch by Pawel Pekala.
3881
3882 2006-04-06 [mones]      2.1.0cvs6
3883
3884         * src/prefs_actions.c
3885         * src/prefs_filtering.c
3886         * src/prefs_filtering_action.c
3887         * src/prefs_matcher.c
3888         * src/prefs_template.c
3889         * src/gtk/gtkutils.c
3890         * src/gtk/gtkutils.h
3891                 Have a nice replace button. Patch by Pawel Pekala
3892
3893 2006-04-06 [colin]      2.1.0cvs5
3894
3895         * src/addressbook.c
3896                 Fix crash with empty columns
3897
3898 2006-04-05 [colin]      2.1.0cvs4
3899
3900         * src/wizard.c
3901         * src/prefs_gtk.c
3902                 Allow wizard customization with pre-filled values
3903
3904 2006-04-05 [colin]      2.1.0cvs3
3905
3906         * src/textview.c
3907         * src/mimeview.c
3908         * src/mimeview.h
3909                 Nicer messages in mimeview
3910
3911 2006-04-05 [colin]      2.1.0cvs2
3912
3913         * src/addressbook.c
3914         * src/prefs_summaries.c
3915                 i18n fix
3916
3917 2006-04-05 [colin]      2.1.0cvs1
3918
3919         * src/plugins/pgpcore/plugin.c
3920         * src/plugins/pgpcore/select-keys.c
3921         * src/plugins/pgpcore/select-keys.h
3922         * src/plugins/pgpcore/sgpgme.c
3923         * src/plugins/pgpcore/sgpgme.h
3924         * src/plugins/pgpinline/pgpinline.c
3925         * src/plugins/pgpinline/plugin.c
3926         * src/plugins/pgpmime/pgpmime.c
3927         * src/plugins/pgpmime/plugin.c
3928                 Factorize and generalize a bit 
3929                 Drop S/MIME signature verification from PGP/MIME
3930                 (adding it as another, more complete plugin)
3931
3932 2006-04-05 [paul]       2.1.0
3933
3934         2.1.0 released
3935
3936 2006-04-05 [paul]       2.0.0cvs186
3937
3938         * manual/advanced.xml
3939                 add info on colour labels
3940
3941 2006-04-05 [paul]       2.0.0cvs185
3942
3943         * po/bg.po
3944         * po/cs.po
3945         * po/de.po
3946         * po/el.po
3947         * po/en_GB.po
3948         * po/fi.po
3949         * po/fr.po
3950         * po/it.po
3951         * po/nl.po
3952         * po/pl.po
3953         * po/pt_BR.po
3954         * po/sr.po
3955         * po/zh_CN.po
3956                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3957                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3958                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3959                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3960         * src/gtk/authors.h
3961         * tools/claws.i18n.status.pl
3962                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3963                 and new Czech translator, Tim <timbrain@post.cz>
3964
3965 2006-04-05 [mones]      2.0.0cvs184
3966
3967         * po/es.po
3968                 Updated translation
3969
3970 2006-04-05 [colin]      2.0.0cvs183
3971
3972         * src/gtk/quicksearch.c
3973                 Fix bug #929 (unnecessary reload in quick search bar)
3974
3975 2006-04-05 [colin]      2.0.0cvs182
3976
3977         * src/compose.c
3978                 Fix crash on Reply with no From:
3979                 Show signature and conversion error on queuing 
3980                 (but not sending)
3981         * src/mainwindow.c
3982         * src/summaryview.c
3983         * src/summaryview.h
3984                 Factorize threading code and make sure msginfo 
3985                 is not null when it comes from a GtkCTreeRow's 
3986                 data
3987         * src/gtk/gtkaspell.c
3988                 Check for necessary things
3989         * src/gtk/gtksctree.c
3990         * src/gtk/gtksctree.h
3991                 Reset anchor if necessary when removing node
3992
3993 2006-03-29 [colin]      2.0.0cvs181
3994
3995         * src/folderview.c
3996                 Warn for disabled IMAP accounts (due to lack of
3997                 libetpan). Breaks string-freeze - sorry - but it
3998                 is kind of important ;)
3999
4000 2006-03-28 [colin]      2.0.0cvs180
4001
4002         * src/gtk/gtkutils.c
4003         * src/gtk/gtkutils.h
4004                 Add a gtkut_get_link_btn() function that
4005                 creates a button which acts like an URI
4006         * src/prefs_themes.c
4007         * src/gtk/about.c
4008                 Use this function (factorizes codes)
4009         * src/common/defs.h
4010         * src/gtk/pluginwindow.c
4011                 Add a "Get more..." in the plugins window
4012
4013 2006-03-28 [colin]      2.0.0cvs179
4014
4015         * src/common/smtp.c
4016         * src/common/passcrypt.c
4017         * src/undo.c
4018                 Warning fixes. Patch by Pawel Pekala
4019
4020 2006-03-27 [colin]      2.0.0cvs178
4021
4022         * src/undo.c
4023                 Fix undoing by blocks with spaces
4024
4025 2006-03-27 [colin]      2.0.0cvs177
4026
4027         * src/textview.c
4028                 Set margin to 3px for headers
4029
4030 2006-03-27 [paul]
4031
4032         2.1.0-rc2 released
4033
4034 2006-03-27 [wwp]        2.0.0cvs176
4035
4036         * src/summaryview.c
4037                 don't reset quicksearch when updating the message list.
4038                 Thanks to Colin.
4039
4040 2006-03-26 [wwp]        2.0.0cvs175
4041
4042         * src/compose.c
4043                 use a unified border width ('other' tab in the compose window,
4044                 patch by Pawel Pekala).
4045
4046
4047 2006-03-26 [wwp]        2.0.0cvs174
4048
4049         * src/common/quoted-printable.c
4050         * src/addressbook.c
4051                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4052
4053 2006-03-26 [colin]      2.0.0cvs173
4054
4055         * src/quote_fmt_parse.y
4056                 Fix non-UTF8 date formats messing up the whole quote a 
4057                 little bit
4058
4059 2006-03-26 [colin]      2.0.0cvs172
4060
4061         * src/procheader.c
4062                 Make sure the date is UTF8 valid, or try to make it
4063                 so. IncrediMail is really IncrediStupid.
4064         * src/compose.c
4065                 Fix possible conversions. 
4066                 
4067
4068 2006-03-26 [colin]      2.0.0cvs171
4069
4070         * src/matcher.c
4071                 Fix corner cases in body search. This is still a
4072                 hack... It seems impossible to make it good and 
4073                 reasonably fast at the same time.
4074
4075 2006-03-26 [colin]      2.0.0cvs170
4076
4077         * src/summaryview.c
4078                 I think I killed the twilight zone bug!
4079                 summary_select_node() flushes GTK events in order
4080                 to be able to center the view. But this also 
4081                 flushes keypresses like Ctrl-Alt-U, so this can
4082                 call summary_show from summary_select_node (itself
4083                 called from summary_show, etc.). And the summaryview
4084                 has to be unlocked in this function. So just locking
4085                 while processing GTK events, and bailing if locked, 
4086                 should fix it.
4087                 Fixes bug #927 (SIGSEGV during Update Summary)
4088
4089 2006-03-25 [colin]      2.0.0cvs169
4090
4091         * src/matcher.c
4092                 Fix search in QP-encoded bodies
4093                 Fix utf-8 searches in bodies encoded in the
4094                 locale's encoding
4095         * src/common/quoted-printable.c
4096         * src/common/quoted-printable.h
4097                 Add a decode function that doesn't overwrite
4098                 the original pointer
4099                 
4100
4101 2006-03-24 [colin]      2.0.0cvs168
4102
4103         * src/action.c
4104         * src/summaryview.c
4105         * src/summaryview.h
4106                 Update message cache after action
4107                 Patch by H. Merijn Brand
4108         * src/prefs_msg_colors.c
4109                 Factorize label 
4110                 Patch by Fabien Vantard
4111         * src/plugins/spamassassin/spamassassin_gtk.c
4112                 Remove useless translation
4113                 Patch by Fabien Vantard
4114
4115 2006-03-23 [colin]      2.0.0cvs167
4116
4117         * src/common/ssl.c
4118                 Let 30 seconds to SSL_connect
4119
4120 2006-03-23 [wwp]        2.0.0cvs166
4121
4122         * src/summaryview.c
4123         * src/gtk/description_window.c
4124                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4125                 and headers are translated; adjust description windows' width to fit their
4126                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4127
4128 2006-03-23 [paul]       2.0.0cvs165
4129
4130         * src/common/utils.c
4131                 fix highlighting of URIs containing "()"
4132                 (2.0.0cvs164's reversal fixed)
4133                 Thanks to Colin.
4134
4135 2006-03-23 [paul]       2.0.0cvs164
4136
4137         * src/common/utils.c
4138                 revert patch, (postponing a fix), at 2.0.0cvs120
4139                 as it breaks more URIs than it fixes.
4140                 Allow '-' to be a terminating character in a URI
4141
4142 2006-03-22 [colin]      2.0.0cvs163
4143
4144         * configure.ac
4145                 Require libetpan 0.45
4146                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4147
4148 2006-03-22 [paul]       2.0.0cvs162
4149
4150         * src/editgroup.c
4151                 replace '<-' and '->' buttons with GTK_STOCK graphical
4152                 buttons
4153         * src/summary_search.c
4154                 don't offer '...' for translation
4155                 add a tooltip to advanced search '...' button
4156         * src/gtk/quicksearch.c
4157                 don't offer '...' for translation
4158
4159 2006-03-21 [colin]      2.0.0cvs161
4160
4161         * src/compose.c
4162                 Fix middle-click pasting (insert at click
4163                 position instead of cursor position, don't
4164                 remove existing selection and allow pasting
4165                 our own selection)
4166         * src/addressbook.c
4167                 "LDAP Server" -> "LDAP servers"
4168
4169 2006-03-21 [wwp]        2.0.0cvs160
4170
4171         * src/etpan/imap-thread.c
4172                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4173
4174 2006-03-20 [colin]      2.0.0cvs159
4175
4176         * src/summaryview.c
4177                 Don't reload summaryview after an execute with no
4178                 move action
4179
4180 2006-03-19 [colin]      2.0.0cvs158
4181
4182         * src/addressbook.c
4183                 and put groups at the top, always
4184
4185 2006-03-19 [colin]      2.0.0cvs157
4186
4187         * src/addressbook.c
4188                 Order groups before names, as previously
4189
4190 2006-03-19 [colin]      2.0.0cvs156
4191
4192         * src/addressbook.c
4193                 - Sort case-unsensitive
4194                 - Put the sort arrow at opening too
4195
4196 2006-03-19 [wwp]        2.0.0cvs155
4197
4198         * src/addressbook.c
4199                 allow sorting by name/email/remarks, ensure that right-pane's contents
4200                 matches the left-pane selection (cleared when appropriate).
4201                 Patch by Pawel Pekala <c0rn@o2.pl>.
4202
4203 2006-03-18 [colin]      2.0.0cvs154
4204
4205         * src/textview.c
4206                 Fix text cursor ;)
4207
4208 2006-03-18 [colin]      2.0.0cvs153
4209
4210         * src/gtk/filesel.c
4211                 Make sure we hide the preview if we didn't get
4212                 a filename
4213
4214 2006-03-18 [colin]      2.0.0cvs152
4215
4216         * src/summaryview.c
4217                 Set cursor to watch for execution (fixes lack
4218                 of watch-cursor when dnd'ing hundreds of mails)
4219         * src/gtk/filesel.c
4220                 Check that mime type is 'image/*' before updating
4221                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4222
4223 2006-03-18 [colin]      2.0.0cvs151
4224
4225         * src/mainwindow.c
4226         * src/textview.c
4227         * src/textview.h
4228                 Put a watch cursor in textview too when the mainwindow's
4229                 cursor in a watch
4230
4231 2006-03-18 [colin]      2.0.0cvs150
4232
4233         * src/folder.c
4234                 Change wrong asserts to simple tests
4235
4236 2006-03-17 [colin]      2.0.0cvs149
4237
4238         * src/mainwindow.c
4239         * src/mainwindow.h
4240         * src/prefs_msg_colors.c
4241         * src/summaryview.c
4242         * src/summaryview.h
4243         * src/gtk/colorlabel.c
4244         * src/gtk/colorlabel.h
4245                 Add a color label menu in the main menubar
4246                 Add (fixed) accels Ctrl-{0-7} to change the color
4247                 They have to be fixed because the menu's dynamic,
4248                 the items are complex widgets, hence we can't use
4249                 a GtkItemFactory.
4250
4251
4252 2006-03-17 [wwp]        2.0.0cvs148
4253
4254         * src/compose.c
4255                 rollback few lines from my previous commit (those lines come from
4256                 a pending patch, accidentally commited, even if neutral as they are
4257                 commented out).
4258
4259 2006-03-17 [wwp]        2.0.0cvs147
4260
4261         * src/compose.c
4262                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4263                 applied code style/indentation to the modified function.
4264
4265 2006-03-17 [wwp]        2.0.0cvs146
4266
4267         * src/procmsg.c
4268         * src/compose.c
4269                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4270
4271 2006-03-17 [paul]
4272
4273         2.1.0-rc1 released
4274
4275 2006-03-17 [paul]       2.0.0cvs145
4276
4277         * src/main.c
4278                 addressbook_read_file() was called twice
4279         * src/textview.c
4280                 X-Mailer highlighting
4281
4282 2006-03-16 [colin]      2.0.0cvs144
4283
4284         * src/sourcewindow.c
4285         * src/sourcewindow.h
4286                 And the last one, in source window.
4287
4288 2006-03-16 [colin]      2.0.0cvs143
4289
4290         * src/compose.c
4291         * src/compose.h
4292                 Fix the same stuff in compose
4293
4294 2006-03-16 [colin]      2.0.0cvs142
4295
4296         * src/messageview.c
4297                 Complete the previous messageview crash fix
4298
4299 2006-03-16 [colin]      2.0.0cvs141
4300
4301         * src/procmsg.h
4302         * src/procmsg.c
4303         * src/folder.c
4304                 Fix POSTPROCESSING hook
4305                 Patch by H. Merijn Brand
4306
4307         * src/procmime.c
4308         * src/procmime.h
4309                 Parse Content-Location
4310
4311         * src/toolbar.c
4312         * src/messageview.c
4313         * src/messageview.h
4314                 Don't crash when a top-level MessageView has
4315                 been closed on us. Same problematic than
4316                 yesterday's quicksearch issue.
4317
4318 2006-03-15 [colin]      2.0.0cvs140
4319
4320         * src/gtk/quicksearch.c
4321                 Fix a bitchy race we didn't think about when we
4322                 added quicksearch cancellation:
4323                 If the search is not on cached fields, for example
4324                 body_part matchcase "stuff"
4325                 the matcher code has to get the whole message. If
4326                 we're on IMAP, that can be slow, and in order to
4327                 be non-blocking, the IMAP code idle loop processes
4328                 gtk events too. So it is possible to cancel a
4329                 quicksearch while the matcher is getting the mail's
4330                 body. After matcher got its body, it will start to
4331                 iterate over the matcher list that the Quicksearch's
4332                 clear_search_cb() just freed via prepare_matcher().
4333                 SIGSEGV ensues.
4334                 The fix consists of guarding the matcherlist_match()
4335                 call with a boolean 'matching'. If we reset the
4336                 quicksearch while matching is TRUE, we don't free
4337                 the matcherlist anymore like we did, but we set
4338                 another new flag, deferred_free, to TRUE. Then,
4339                 in quicksearch_match(), just after returning from
4340                 matcherlist_match() and unsetting the matching flag,
4341                 we check the deferred_free flag and do the
4342                 prepare_matcher() (which does the matcherlist_free)
4343                 for real, so we free the matcherlist once it's not
4344                 used anymore.
4345                 As all of this runs via the glib main loop, we
4346                 luckily don't need a mutex.
4347         * src/summaryview.c
4348                 Also, show progress while searching.
4349
4350
4351 2006-03-14 [colin]      2.0.0cvs139
4352
4353         * src/alertpanel.c
4354                 Make alertpanel_is_open non-static
4355
4356 2006-03-14 [colin]      2.0.0cvs138
4357
4358         * src/prefs_spelling.c
4359                 Cleanups - Fabien Vantard
4360
4361 2006-03-14 [wwp]        2.0.0cvs137
4362
4363         * src/main.c
4364                 code style normalization (curly braces, indentation).
4365
4366 2006-03-14 [wwp]        2.0.0cvs137
4367
4368         * src/main.c
4369                 code style (braces, indentation)
4370
4371 2006-03-12 [paul]       2.0.0cvs136
4372
4373         * src/prefs_common.c
4374                 trans_hdr defaults to FALSE to be RFC-savvy
4375         * src/prefs_summaries.c
4376                 add a tooltip to the trans_hdr option
4377                 
4378
4379 2006-03-12 [paul]       2.0.0cvs135
4380
4381         * src/prefs_matcher.c
4382                 give a little more width to the combos
4383         * src/prefs_display_header.c
4384         * src/textview.c
4385                 translate headers if prefs_common.trans_hdr
4386                 is TRUE
4387
4388         Patches by Pawel Pekala
4389
4390 2006-03-12 [paul]       2.0.0cvs134
4391
4392         * src/plugins/clamav/clamav_plugin.c
4393         * src/plugins/dillo_viewer/dillo_viewer.c
4394         * src/plugins/pgpcore/plugin.c
4395         * src/plugins/pgpinline/plugin.c
4396         * src/plugins/pgpmime/plugin.c
4397         * src/plugins/spamassassin/spamassassin.c
4398                 update/add to descriptions
4399         * src/plugins/spamassassin/spamassassin_gtk.c
4400                 fixes to the english, remove superfluous
4401                 tooltips, clean up a little
4402
4403 2006-03-12 [paul]       2.0.0cvs133
4404
4405         * src/compose.c
4406                 fix Bug 924, 'Account combo box shows up wrong 
4407                 if & is in account name'
4408
4409 2006-03-11 [colin]      2.0.0cvs132
4410
4411         * src/summaryview.c
4412                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4413                 messed up shift-selection because is slows down
4414                 moving around summaryview. thanks -users
4415
4416 2006-03-10 [colin]      2.0.0cvs131
4417
4418         * src/plugins/spamassassin/spamassassin_gtk.c
4419                 Put back Paul's engrish fixes
4420
4421 2006-03-10 [colin]      2.0.0cvs130
4422
4423         * src/plugins/spamassassin/spamassassin.c
4424         * src/plugins/spamassassin/spamassassin.h
4425         * src/plugins/spamassassin/spamassassin_gtk.c
4426                 Cleanup SA prefs page (more)
4427                 Patch by Fabien Vantard
4428
4429 2006-03-10 [paul]       2.0.0cvs129
4430
4431         * src/prefs_msg_colors.c
4432         * src/prefs_spelling.c
4433                 widget sensitivity
4434
4435 2006-03-09 [mones]      2.0.0cvs128
4436
4437         * po/es.po
4438                 Update for next RC
4439
4440 2006-03-09 [wwp]        2.0.0cvs127
4441
4442         * configure.ac
4443                 revert accidental commit (requirement for libetpan 0.43), this time
4444                 not in HEAD.
4445
4446 2006-03-09 [wwp]        2.0.0cvs125
4447
4448         * configure.ac
4449                 revert accidental commit (requirement for libetpan 0.43)
4450
4451 2006-03-09 [paul]       2.0.0cvs126
4452
4453         * src/prefs_receive.c
4454                 remove useless frame
4455                 replace 'incorporation' with 'receiving'
4456         * src/plugins/clamav/clamav_plugin_gtk.c
4457         * src/plugins/spamassassin/spamassassin_gtk.c
4458                 improve widget sensitivity
4459                 fix a bit his engrish
4460
4461 2006-03-09 [wwp]        2.0.0cvs125
4462
4463         * src/addressadd.c
4464         * src/foldersel.c
4465         * src/prefs_common.c
4466         * src/prefs_common.h
4467                 remember some more windows' sizes (add to addressbook and
4468                 select folder).
4469
4470 2006-03-09 [paul]       2.0.0cvs124
4471
4472         * src/plugins/pgpcore/prefs_gpg.c
4473                 normalise construction of dialogue
4474
4475 2006-03-09 [paul]       2.0.0cvs123
4476
4477         * src/plugins/trayicon/Makefile.am
4478                 add missing slash
4479
4480 2006-03-08 [colin]      2.0.0cvs122
4481
4482         * src/plugins/trayicon/Makefile.am
4483                 Fix build in separate dir 
4484                 Patch by Bamanzi <bamanzi@gmail.com>
4485
4486 2006-03-08 [colin]      2.0.0cvs121
4487
4488         * src/procmsg.c
4489                 Batch move and copies from summaryview with delayed execution
4490                 too
4491
4492 2006-03-07 [paul]       2.0.0cvs120
4493
4494         * src/common/utils.c
4495                 fix highlighting of URIs containing "()"
4496                 Patch by Pawel Pekala
4497
4498 2006-03-07 [paul]       2.0.0cvs119
4499
4500         * src/folder.c
4501         * src/folder.h
4502         * src/folderview.c
4503                 immediately do alphabetical resort when
4504                 changing a folder's name
4505                 Patch by Pawel Pekala
4506
4507 2006-03-07 [paul]       2.0.0cvs118
4508
4509         * src/news.c
4510         * src/news_gtk.c
4511                 when unsubscribing a newsgroup, remove the
4512                 folder and msgs in .sylpheed-claws/newscache
4513                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4514
4515 2006-03-07 [paul]       2.0.0cvs117
4516
4517         * src/textview.c
4518                 fix wrong Fake URL Warning
4519                 Thanks to Hiro
4520
4521 2006-03-07 [colin]      2.0.0cvs116
4522
4523         * src/imap.c
4524                 Return immediately when password dialog was
4525                 cancelled
4526         * src/gtk/inputdialog.c
4527                 Allow empty strings for passwords
4528
4529
4530 2006-03-06 [colin]      2.0.0cvs115
4531
4532         * src/imap.c
4533                 Prevent double-timeouts when connection fails
4534
4535 2006-03-06 [colin]
4536
4537         2.0.1-rc1 released
4538
4539 2006-03-06 [colin]      2.0.0cvs114
4540
4541         * src/imap.c
4542                 Refresh session during potentially long
4543                 operations
4544
4545 2006-03-06 [wwp]        2.0.0cvs113
4546
4547         * src/prefs_msg_colors.h
4548                 forgot that one (custom color labels).
4549
4550 2006-03-06 [wwp]        2.0.0cvs112
4551
4552         * src/prefs_common.c
4553         * src/prefs_common.h
4554         * src/prefs_msg_colors.c
4555         * src/summaryview.c
4556         * src/summaryview.h
4557         * src/gtk/colorlabel.c
4558         * src/gtk/colorlabel.h
4559                 colors in messages list are now customizable. Color values and names can
4560                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4561                 Thanks to Paul and Colin for their help with this longstanding patch!
4562
4563 2006-03-06 [wwp]        2.0.0cvs111
4564
4565         * src/textview.c
4566                 don't crash if (x)face is bad.
4567
4568 2006-03-05 [paul]       2.0.0cvs110
4569
4570         * AUTHORS
4571         * configure.ac
4572         * src/Makefile.am
4573         * src/common/Makefile.am
4574         * src/common/utils.h
4575         * src/etpan/imap-thread.c
4576         * src/gtk/authors.h
4577         * src/plugins/clamav/Makefile.am
4578         * src/plugins/demo/Makefile.am
4579         * src/plugins/dillo_viewer/Makefile.am
4580         * src/plugins/pgpcore/Makefile.am
4581         * src/plugins/pgpcore/passphrase.c
4582         * src/plugins/pgpinline/Makefile.am
4583         * src/plugins/pgpmime/Makefile.am
4584         * src/plugins/spamassassin/Makefile.am
4585         * src/plugins/trayicon/Makefile.am
4586                 fix builiding on cygwin
4587                 Patch by Ralgh Young <bamanzi@gmail.com>
4588
4589 2006-03-04 [wwp]        2.0.0cvs109
4590
4591         * manual/keyboard.xml
4592                 fix mixed up/down keys.
4593
4594 2006-03-04 [wwp]        2.0.0cvs108
4595
4596         * README
4597         * INSTALL
4598                 updated links to SpamAssassin.
4599
4600 2006-03-04 [wwp]        2.0.0cvs107
4601
4602         * manual/plugins.xml
4603         * src/plugins/spamassassin/README
4604                 updated SpamAssassin plugin docs to reflect new functional additions
4605                 (also fix/update/documents few technical stuff more, see the README).
4606
4607 2006-03-04 [wwp]        2.0.0cvs106
4608
4609         * src/prefs_message.c
4610                 normalized capitalization of message-prefs paths.
4611
4612 2006-03-04 [wwp]        2.0.0cvs105
4613
4614         * manual/advanced.xml
4615                 typo.
4616
4617 2006-03-03 [colin]      2.0.0cvs104
4618
4619         * src/plugins/clamav/clamav_plugin_gtk.c
4620                 Rework prefs page, patch by Fabien 
4621
4622 2006-03-03 [colin]      2.0.0cvs103
4623
4624         * src/plugins/clamav/clamav_plugin.c
4625                 Set error on all errors
4626
4627 2006-03-03 [colin]      2.0.0cvs102
4628
4629         * src/common/plugin.c
4630                 Initialize error to avoid crashing when a plugin fails
4631                 without setting error
4632
4633 2006-03-02 [wwp]        2.0.0cvs101
4634
4635         * configure.ac
4636                 fixed linker flags for libetpan support on Cygwin
4637                 (thanks to H.Merijn Brand).
4638
4639 2006-03-02 [wwp]        2.0.0cvs100
4640
4641         * src/addressbook.c
4642                 fix some AB error messages: one for punctuation and
4643                 one wrongly duplicate (thanks, maxbritov).
4644
4645 2006-03-02 [wwp]        2.0.0cvs99
4646
4647         * src/plugins/spamassassin/spamassassin.c
4648                 make sync calls to sa-learn/spamc to prevent
4649                 system (whatever local or client/server) overload.
4650
4651 2006-03-02 [colin]      2.0.0cvs98
4652
4653         * src/summaryview.c
4654                 Put the spam icon in the status column instead of the
4655                 mark one
4656
4657 2006-03-01 [colin]      2.0.0cvs97
4658
4659         * src/plugins/spamassassin/spamassassin.c
4660                 Fix segfault (g_file_set_contents fails for some 
4661                 reason and err==0x2f. Can't find out why with
4662                 valgrind, using working function :-)
4663
4664 2006-03-01 [colin]      2.0.0cvs96
4665
4666         * src/inc.c
4667                 Offline overriding: let 'No' be cached only 3 seconds
4668
4669 2006-03-01 [colin]      2.0.0cvs95
4670
4671         * src/addr_compl.c
4672         * src/addrbook.c
4673         * src/addressbook.c
4674         * src/addrindex.c
4675         * src/folder_item_prefs.c
4676         * src/headerview.c
4677         * src/imap.c
4678         * src/inc.c
4679         * src/ldif.c
4680         * src/mainwindow.c
4681         * src/mh.c
4682         * src/msgcache.c
4683         * src/prefs_common.h
4684         * src/prefs_msg_colors.c
4685         * src/procheader.c
4686         * src/procheader.h
4687         * src/procmime.c
4688         * src/procmsg.c
4689         * src/procmsg.h
4690         * src/send_message.h
4691         * src/simple-gettext.c
4692         * src/summaryview.c
4693         * src/summaryview.h
4694         * src/syldap.c
4695         * src/textview.c
4696         * src/undo.c
4697         * src/common/ssl_certificate.c
4698         * src/common/utils.c
4699         * src/gtk/colorsel.c
4700         * src/gtk/gtksctree.c
4701         * src/gtk/gtkshruler.c
4702         * src/plugins/trayicon/trayicon.c
4703                 #if 0 goes to /dev/null
4704
4705 2006-03-01 [colin]      2.0.0cvs94
4706
4707         * src/compose.c
4708         * src/imap.c
4709         * src/inc.c
4710         * src/inc.h
4711         * src/messageview.c
4712         * src/news.c
4713         * src/plugins/spamassassin/spamassassin.c
4714                 Allow to add information in the "working offline"
4715                 window
4716
4717 2006-03-01 [wwp]        2.0.0cvs93
4718
4719         * src/plugins/spamassassin/spamassassin.c
4720                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4721                 'cause it seems that calling `spamc ... < inputfile` with
4722                 g_spawn_(a)sync simply.. erm doesn't work :-).
4723
4724 2006-03-01 [wwp]        2.0.0cvs92
4725
4726         * src/toolbar.c
4727         * src/toolbar.h
4728                 simplify the adding of spam/ham button to the messageview toolbar
4729                 (it gets more clear now that the same button will be "Mark as spam"
4730                 or "Mark as ham" according to the current message status,
4731                 thanks to Colin).
4732
4733 2006-03-01 [wwp]        2.0.0cvs91
4734
4735         * src/messageview.c
4736         * src/procmsg.c
4737         * src/procmsg.h
4738         * src/summaryview.c
4739         * src/plugins/spamassassin/spamassassin.c
4740         * src/plugins/spamassassin/spamassassin.h
4741                 make learner callbacks return a status (0 for ok),
4742                 handle it in main code to avoid setting flags when learning failed,
4743                 don't learn on TCP if offline in spamassassin,
4744                 thanks to Colin.
4745
4746                 
4747
4748 2006-03-01 [wwp]        2.0.0cvs90
4749
4750         * src/compose.c
4751                 some work around the compose window's account menu,
4752                 patch by Fabien Vantard.
4753
4754 2006-03-01 [wwp]        2.0.0cvs89
4755
4756         * src/plugins/spamassassin/spamassassin.c
4757                 fixed bad logics, was using spamc in local mode and sa-learn
4758                 in remote mode (thanks, Colin).
4759
4760 2006-03-01 [wwp]        2.0.0cvs88
4761
4762         * src/plugins/spamassassin/spamassassin.c
4763         * src/plugins/spamassassin/spamassassin.h
4764         * src/plugins/spamassassin/spamassassin_gtk.c
4765                 made processing of emails w/ sa-plugin an option (default is TRUE),
4766                 fixed Engrish some tooltips, capitalization of some debug messages
4767                 and warnings. The spamassassin plugin now provides two separate
4768                 services: process emails upon incorporation and spamd training.
4769                 Both services (un)register independently but use some common
4770                 plugin settings (transport settings, spam storage location).
4771
4772 2006-02-28 [wwp]        2.0.0cvs87
4773
4774         * src/plugins/spamassassin/spamassassin.c
4775                 fix async flag to spamc cmdline execution (batch exec should
4776                 be asynchronous).
4777
4778 2006-02-27 [wwp]        2.0.0cvs86
4779
4780         * src/plugins/spamassassin/spamassassin.c
4781         * src/plugins/spamassassin/spamassassin.h
4782         * src/plugins/spamassassin/spamassassin_gtk.c
4783                 - added the ability to learn a remote spamassassin server (spamd),
4784                 using spamc.
4785                 - added the spamassassin option 'username', that applies to all
4786                 spamassassin operations (filtering, learning, local or remote).
4787                 The default username is the current unix user (if left blank
4788                 from gtk prefs or config file).
4789                 - commented out some unused code (notebook widget), removed unused
4790                 layout (hbox1).
4791                 - make more widgets sensitive to the transport type.
4792
4793 2006-02-27 [colin]      2.0.0cvs85
4794
4795         * src/plugins/spamassassin/spamassassin.c
4796                 Fix sa-learn call when offline
4797
4798 2006-02-27 [colin]      2.0.0cvs84
4799
4800         * configure.ac
4801         * src/Makefile.am
4802         * src/mainwindow.c
4803         * src/mainwindow.h
4804         * src/messageview.c
4805         * src/messageview.h
4806         * src/prefs_toolbar.c
4807         * src/procmsg.c
4808         * src/stock_pixmap.c
4809         * src/stock_pixmap.h
4810         * src/summaryview.c
4811         * src/toolbar.c
4812         * src/toolbar.h
4813         * src/pixmaps/ham_btn.xpm
4814         * src/pixmaps/spam.xpm
4815         * src/pixmaps/spam_btn.xpm
4816         * src/plugins/spamassassin/spamassassin.c
4817                 Add button in toolbar for spam learning
4818                 Fix a few bugs from the last related commit
4819                 Revert 1.9.6cvs23 which messed up shift-selection
4820
4821 2006-02-24 [colin]      2.0.0cvs83
4822
4823         * src/procmsg.c
4824         * src/summaryview.c
4825         * src/summaryview.h
4826         * src/plugins/spamassassin/spamassassin.c
4827         * src/plugins/spamassassin/spamassassin.h
4828         * src/plugins/spamassassin/spamassassin_gtk.c
4829                 Unregister learner when spamassassin is either
4830                 disabled or over tcp
4831
4832 2006-02-24 [colin]      2.0.0cvs82
4833
4834         * src/Makefile.am
4835         * src/mainwindow.c
4836         * src/mainwindow.h
4837         * src/procmsg.c
4838         * src/procmsg.h
4839         * src/stock_pixmap.c
4840         * src/stock_pixmap.h
4841         * src/summaryview.c
4842         * src/summaryview.h
4843         * src/gtk/icon_legend.c
4844         * src/pixmaps/spam.xpm  ** NEW FILE **
4845         * src/plugins/spamassassin/spamassassin.c
4846         * src/plugins/spamassassin/spamassassin_gtk.c
4847                 Add spam learning interface (Mark/Mark as 
4848                 (spam|ham) menus)
4849
4850 2006-02-24 [wwp]        2.0.0cvs81
4851
4852         * src/compose.c
4853         * src/compose.h
4854         * src/filtering.c
4855                 hide compose window when sending message in batch mode
4856                 (filtering: forward and redirect). Also fixed a wrong
4857                 value returned when sending failed, neutral anyway.
4858                 (Colin, me) 
4859
4860 2006-02-24 [wwp]        2.0.0cvs80
4861
4862         * src/mainwindow.c
4863                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4864
4865 2006-02-24 [paul]       2.0.0cvs79
4866
4867         * src/news.c
4868         * src/news.h
4869         * src/news_gtk.c
4870                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4871                 Thanks to Colin
4872
4873 2006-02-23 [colin]      2.0.0cvs78
4874
4875         * src/alertpanel.c
4876                 Change OK to Close in alertpanel with View log
4877                 button; add accel to View log. Patch by Fabien
4878                 Vantard
4879
4880 2006-02-23 [wwp]        2.0.0cvs77
4881
4882         * src/compose.c
4883                 silly me, there were much more tests to perform, since toolbars can
4884                 really have down to 1 element only.
4885
4886 2006-02-23 [wwp]        2.0.0cvs76
4887
4888         * commitHelper
4889                 fixed indentation from my previous commit. Fallback to VISUAL if
4890                 EDITOR is not set (and to vi, at last resort).
4891
4892 2006-02-23 [wwp]        2.0.0cvs75
4893
4894         * commitHelper
4895                 improved error detection (Colin, me).
4896
4897 2006-02-23 [wwp]        2.0.0cvs74
4898
4899         * src/prefs_toolbar.c
4900                 simplify and fix prefs/toolbars layouting. Combos' contents can
4901                 now be really displayed.
4902
4903 2006-02-23 [wwp]        2.0.0cvs73
4904         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4905         be really displayed.
4906
4907 2006-02-22 [wwp]        2.0.0cvs72
4908
4909         * src/compose.c
4910                 fix a typo in my previous commit (sorry!).
4911
4912 2006-02-22 [wwp]        2.0.0cvs71
4913
4914         * src/prefs_toolbar.c
4915                 fix a crash when adding separators to toolbars,
4916                 also fix some separator item information.
4917
4918 2006-02-22 [wwp]        2.0.0cvs70
4919
4920         * src/compose.c
4921                 fix a crash when redirecting (for instance) when compose window's
4922                 toolbar contents has been customized (when some buttons have been
4923                 removed in fact).
4924
4925 2006-02-21 [wwp]        2.0.0cvs69
4926
4927         * src/summaryview.c
4928         * src/gtk/pluginwindow.c
4929         * src/plugins/pgpcore/prefs_gpg.c
4930                 fix some compilation warnings (feat. remains of removed code).
4931
4932 2006-02-21 [wwp]        2.0.0cvs68
4933
4934         * src/gtk/gtkutils.c
4935                 fix two compilation issues, thanks to Stephan Sachse.
4936
4937 2006-02-20 [colin]      2.0.0cvs67
4938
4939         * src/mainwindow.c
4940                 Don't reselect displayed mail on refocus
4941                 This fixes actions misbehaving 
4942
4943 2006-02-20 [wwp]        2.0.0cvs66
4944
4945         * src/summaryview.c
4946         * src/gtk/gtksctree.c
4947         * src/gtk/gtkshruler.c
4948                 changed more runtime typecast checks.
4949
4950 2006-02-20 [wwp]        2.0.0cvs65
4951
4952         * src/summary_search.c
4953                 find all - summaryview refresh issue fixed, thanks to Colin.
4954
4955 2006-02-20 [wwp]        2.0.0cvs64
4956
4957         * src/gtk/gtkutils.c
4958                 better runtime typecast checks.
4959
4960 2006-02-20 [wwp]        2.0.0cvs63
4961
4962         * src/summary_search.c
4963                 enhancements to the summary search:
4964                         - add the ability to stop the running search
4965                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4966                         - don't search if no criteria (From/To/Subject/Body) is set
4967                         - ensure that a busy mouse pointer is always shown when searching,
4968                           show it even a bit earlier
4969
4970 2006-02-19 [colin]      2.0.0cvs62
4971
4972         * src/compose.c
4973         * src/imap.c
4974         * src/etpan/imap-thread.c
4975         * src/etpan/imap-thread.h
4976                 (Future) IMAP speed improvement on sending
4977                 Will require a libetpan update
4978         * src/summaryview.c
4979         * src/gtk/quicksearch.c
4980                 Make quicksearch clearable while running.
4981
4982 2006-02-17 [colin]      2.0.0cvs61
4983
4984         * src/imap.c
4985         * src/etpan/imap-thread.c
4986         * src/etpan/imap-thread.h
4987                 Check for IMAP certificates
4988                 ** Requires libetpan-0.42-cvs4 
4989                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4990
4991 2006-02-17 [colin]      2.0.0cvs60
4992
4993         * src/messageview.c
4994         * src/prefs_common.c
4995         * src/prefs_common.h
4996         * src/prefs_message.c
4997                 Add pref to display HTML-only mails with plugin, 
4998                 if possible (defaulting to FALSE of course).
4999
5000 2006-02-16 [colin]      2.0.0cvs59
5001
5002         * src/main.c
5003         * src/common/plugin.c
5004         * src/common/plugin.h
5005         * src/gtk/pluginwindow.c
5006                 Keep track of requested (but unloaded) plugins
5007                 in some error cases.
5008
5009 2006-02-16 [wwp]        2.0.0cvs58
5010
5011         * src/gtk/gtkaspell.c
5012         * src/gtk/gtkaspell.h
5013         * src/prefs_spelling.c
5014         * src/compose.c
5015         * src/prefs_common.c
5016         * src/prefs_common.h
5017                 implemented new optional spellchecker behaviour: re-check message when
5018                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5019
5020 2006-02-16 [wwp]        2.0.0cvs57
5021
5022         * src/quote_fmt_parse.y
5023                 pclose popen'ed pipe.
5024
5025 2006-02-15 [colin]      2.0.0cvs56
5026
5027         * src/mimeview.c
5028         * src/mimeview.h
5029                 Let MimeViewers know which MimeView they
5030                 depend of.
5031         * src/summaryview.c
5032                 Swap From/To columns in Sent/Queue/Drafts
5033                 folders
5034         * src/etpan/imap-thread.c
5035                 Use mailstream_low_tls_open() for STARTTLS
5036                 instead of mailstream_low_ssl_open()
5037                 ** REQUIRES libetpan 0.42cvs3 **
5038
5039 2006-02-15 [wwp]        2.0.0cvs55
5040
5041         * src/compose.c
5042         * src/compose.h
5043         * src/message_search.c
5044         * src/message_search.h
5045         * src/textview.c
5046         * src/gtk/gtkutils.c
5047         * src/gtk/gtkutils.h
5048                 added the ability to Find text in the compose window (and a bit
5049                 of code factorization).
5050
5051 2006-02-15 [wwp]        2.0.0cvs54
5052
5053         * src/prefs_gtk.c
5054                 yet another one file was missing (fix for some widgets' sensitivity).
5055                 Thanks Colin!
5056
5057 2006-02-15 [wwp]        2.0.0cvs53
5058
5059         * src/prefs_gtk.h
5060                 oops forgot that file (fix for some widgets' sensitivity).
5061
5062 2006-02-15 [wwp]        2.0.0cvs52
5063
5064         * src/summary_search.c
5065                 implemented advanced summary search options (added the ability
5066                 to use matcher conditions in an advanced search mode).
5067
5068 2006-02-15 [wwp]        2.0.0cvs51
5069
5070         * src/plugins/pgpcore/prefs_gpg.c
5071         * src/prefs_account.c
5072                 fix some widget sensitivity, mostly around some labels in
5073                 account prefs.
5074
5075 2006-02-15 [paul]       2.0.0cvs50
5076
5077         * manual/advanced.xml
5078                 improve Templates info
5079                 written by wwp
5080
5081 2006-02-14 [colin]      2.0.0cvs49
5082
5083         * src/pixmaps/address_book.xpm
5084         * src/pixmaps/preferences.xpm
5085         * src/pixmaps/properties.xpm
5086                 Fix pixmap size - patch by Fabien Vantard
5087
5088 2006-02-13 [colin]      2.0.0cvs48
5089
5090         * src/procmime.c
5091                 Add missing fclose()s on error
5092         * src/textview.c
5093                 Remove unused code
5094         * src/common/utils.c
5095                 Fix temp files not being deleted on windows
5096         Patches by Thomas Gilgin
5097
5098 2006-02-13 [colin]      2.0.0cvs47
5099
5100         * src/mainwindow.c
5101                 Fix exit crash
5102
5103 2006-02-13 [wwp]        2.0.0cvs46
5104
5105         * src/plugins/pgpcore/prefs_gpg.c
5106                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5107
5108 2006-02-12 [colin]      2.0.0cvs45
5109
5110         * src/folderview.c
5111         * src/main.c
5112         * src/mainwindow.c
5113                 Fix "stuff" when quitting
5114
5115 2006-02-12 [wwp]        2.0.0cvs44
5116
5117         * src/prefs_themes.c
5118                 fix typos in debug messages.
5119
5120 2006-02-11 [colin]      2.0.0cvs43
5121
5122         * src/summaryview.c
5123                 don't allow drag/drop from ourself
5124
5125 2006-02-10 [wwp]        2.0.0cvs42
5126
5127         * src/exporthtml.c
5128         * src/html.c
5129         * src/html.h
5130         * src/procmime.c
5131         * src/textview.c
5132                 renamed html_ prefixed functions and data structures to avoid
5133                 namespace clashes w/ other software (gtkhtml2 for instance).
5134                 Closes bug #907.
5135
5136
5137 2006-02-09 [colin]      2.0.0cvs41
5138
5139         * src/summaryview.c
5140                 Fix shitty logic messed up. Thanks Ticho for the hint!
5141
5142 2006-02-09 [wwp]        2.0.0cvs40
5143
5144         * src/gtk/about.c
5145         * src/compose.c
5146         * src/prefs_account.c
5147         * src/prefs_gtk.h
5148         * src/editaddress.c
5149                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5150                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5151                 Browse buttons in accounts prefs.
5152
5153 2006-02-09 [colin]      2.0.0cvs39
5154
5155         * src/matcher.c
5156                 Check for pointer before using its members
5157         * src/gtk/gtksourceprintjob.c
5158                 Fix a wrong warning
5159
5160 2006-02-09 [wwp]        2.0.0cvs38
5161
5162         * src/gtk/filesel.c
5163                 fix few compiler warnings (type mismatch).
5164
5165 2006-02-09 [paul]       2.0.0cvs37
5166
5167         * po/fr.po
5168                 updated by Fabien Vantard
5169
5170 2006-02-08 [colin]      2.0.0cvs36
5171
5172         * src/prefs_common.c
5173         * src/common/defs.h
5174         * src/common/plugin.c
5175                 allow windows and linux configurations to coexist
5176                 patch by Thomas Gilgin
5177
5178 2006-02-08 [colin]      2.0.0cvs35
5179
5180         * src/filtering.c
5181         * src/matcher.c
5182         * src/matcher.h
5183         * src/matcher_parser_parse.y
5184         * src/prefs_filtering_action.c
5185         * src/prefs_matcher.c
5186                 Add the "Ignore thread" filtering
5187                 action
5188
5189 2006-02-08 [colin]      2.0.0cvs34
5190
5191         * src/compose.c
5192         * src/procmime.c
5193         * src/procmime.h
5194                 Fix bug #905 (damaged attachment)
5195                 text files with raw \0's aren't really text files
5196         FOR_STABLE
5197
5198 2006-02-08 [colin]      2.0.0cvs33
5199
5200         * src/summaryview.c
5201                 Fix crasher introduced yesterday
5202
5203 2006-02-08 [wwp]        2.0.0cvs32
5204
5205         * src/compose.c
5206         * src/compose.h
5207                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5208
5209 2006-02-08 [wwp]        2.0.0cvs31
5210
5211         * src/prefs_template.c
5212                 templates enhancement: allow address completion for Cc and Bcc fields
5213                 (it was currently possible for the To field only)
5214
5215 2006-02-08 [colin]      2.0.0cvs30
5216
5217         * src/compose.c
5218                 Don't unblock if not blocked
5219         FOR_STABLE
5220
5221 2006-02-07 [colin]      2.0.0cvs29
5222
5223         * src/action.c
5224                 Forgot to refresh summaryview
5225
5226 2006-02-07 [colin]      2.0.0cvs28
5227
5228         * src/action.c
5229                 Freeze/thaw message list and folder list while
5230                 processing %as{} actions 
5231         * src/compose.c
5232                 Fix auto-wrap disabling after a middle-click
5233                 paste - FOR_STABLE
5234
5235 2006-02-07 [paul]       2.0.0cvs27
5236
5237         * src/folder.c
5238                 fix freeing of uninitialised pointers
5239                 Thanks to Colin
5240
5241 2006-02-06 [colin]      2.0.0cvs26
5242
5243         * src/folder.c
5244                 Use g_slist_prepend in potentially big list
5245
5246 2006-02-06 [colin]      2.0.0cvs25
5247
5248         * src/folder.c
5249                 Completely skip processing if it doesn't 
5250                 exist (faster!)
5251
5252 2006-02-06 [colin]      2.0.0cvs24
5253
5254         * src/folder.c
5255         * src/summaryview.c
5256                 Batch filtering in summaryview (from Tools menu)
5257                 and pre/post//-processing too
5258
5259 2006-02-06 [colin]      2.0.0cvs23
5260
5261         * src/procmsg.h
5262         * src/filtering.c
5263                 Use a special field for batch filtering instead
5264                 of stepping on deferred execution's toes
5265
5266 2006-02-06 [colin]      2.0.0cvs22
5267
5268         * src/action.c
5269         * src/filtering.c
5270         * src/filtering.h
5271         * src/folder.c
5272         * src/summaryview.c
5273                 Fix filtering via menus and actions
5274
5275 2006-02-06 [colin]      2.0.0cvs21
5276
5277         * src/imap.c
5278                 Put the added file directly to cache if possible (will work
5279                 with next libetpan)
5280         * src/filtering.c
5281         * src/filtering.h
5282         * src/inc.c
5283         * src/folder.c
5284         * src/mbox.c
5285         * src/procmsg.h
5286                 Move and copy filtered messages by batches instead of one
5287                 by one - faster on IMAP
5288         * src/procmsg.c
5289                 Add a function that'll possibly be useful later
5290
5291 2006-02-06 [colin]      2.0.0cvs20
5292
5293         * src/addressbook.c
5294                 Use internal mime-type instead of text/plain for d'n'd
5295         * src/compose.c
5296                 Allow attaching files from mimeview's icon list via d'n'd
5297         * src/folderview.c
5298         * src/folderview.h
5299                 Use internal mime-type instead of text/plain for d'n'd
5300                 Don't try to selected opened folder if none is
5301                 Factorize d'n'd from other apps code
5302         * src/headerview.c
5303         * src/textview.c
5304         * src/gtk/gtkutils.c
5305         * src/gtk/gtkutils.h
5306                 Factorize Face/X-Face stuff
5307         * src/mimeview.c
5308                 Fix d'n'd to other apps
5309         * src/prefs_message.c
5310                 Let the XFace pref be usable without libcompface as it also
5311                 applies to Face
5312         * src/summaryview.c
5313                 Fix d'n'd to other apps
5314                 Factorize d'n'd from other apps code
5315
5316 2006-02-06 [wwp]        2.0.0cvs19
5317
5318         * po/it.po
5319                 Italian translation fixes by Andrea Spadaccini (no more confusion
5320                 between filtering and processing, and few changes in the About
5321                 dialog).
5322
5323
5324 2006-02-06 [mones]      2.0.0cvs18
5325
5326         * src/gtk/icon_legend.c
5327                 Improved descriptions allowing better translations
5328
5329 2006-02-05 [colin]      2.0.0cvs17
5330
5331         * src/imap.c
5332                 Add the f*cking missing expunge that caused imap_fetch_env
5333                 to fail after an add_msgs ! :-///
5334         * src/etpan/imap-thread.c
5335                 Add a bit of debug
5336         FOR_STABLE
5337
5338 2006-02-05 [colin]      2.0.0cvs16
5339
5340         * src/common/utils.c
5341                 Don't check for return-path (or we can't put
5342                 back non-sent mails)
5343
5344 2006-02-05 [colin]      2.0.0cvs15
5345
5346         * src/textview.c
5347                 Don't try to display Face header in textview
5348                 when teh headerview's active
5349
5350 2006-02-05 [colin]      2.0.0cvs14
5351
5352         * tools/tbird2syl.py
5353         * tools/Makefile.am
5354                 Add script to import Thunderbird mails
5355
5356 2006-02-05 [colin]      2.0.0cvs13
5357
5358         * src/headerview.c
5359         * src/procheader.c
5360         * src/procmsg.c
5361         * src/procmsg.h
5362         * src/textview.c
5363                 Show Face headers - patch partially by Klaus Flittner
5364
5365 2006-02-05 [colin]      2.0.0cvs12
5366
5367         * src/folderview.c
5368         * src/summaryview.c
5369         * src/common/utils.c
5370         * src/common/utils.h
5371                 Let dnd work from mime icons to summaryview
5372                 and to folderview too
5373                 Add a crude test to avoid trying to add files
5374                 drag'n'dropped when they're not mails
5375
5376 2006-02-04 [colin]      2.0.0cvs11
5377
5378         * src/summaryview.c
5379         * src/mimeview.c
5380                 Fix utf8 conversion
5381
5382 2006-02-04 [colin]      2.0.0cvs10
5383
5384         * src/compose.c
5385         * src/folderview.c
5386         * src/mimeview.c
5387         * src/summaryview.c
5388         * src/summaryview.h
5389                 Added various drag and drop capas:
5390                 From                    To
5391                 summaryview             other apps
5392                 mimeview icons          other apps
5393                 other apps              summaryview
5394                 other apps              folderview
5395
5396                 This shouldn't have broken the existing:
5397                 From                    To
5398                 summaryview             folderview
5399                 folderview              folderview
5400                 summaryview             compose's attachments
5401
5402         Tests welcomed.
5403
5404 2006-02-02 [paul]       2.0.0cvs9
5405
5406         * src/mainwindow.c
5407                 move global option 'Set displayed columns...' out
5408                 of folder option grouping.
5409                 fix sensitivity of 'harvest addresses'
5410         FOR_STABLE
5411
5412 2006-02-01 [colin]      2.0.0cvs8
5413
5414         * src/mimeview.c
5415                 Revert the alertpanel patch, it sucks (intrusive
5416                 and gets in the way of "open")
5417
5418 2006-02-01 [colin]      2.0.0cvs7
5419
5420         * src/compose.c
5421         * src/prefs_account.c
5422         * src/prefs_common.c
5423         * src/common/defs.h
5424         * src/common/utils.c
5425         * src/common/utils.h
5426                 Add ability to edit the signature file
5427                 from the account preferences, and use
5428                 a default for the text editor.
5429                 Patch by Fabien Vantard
5430
5431 2006-02-01 [colin]      2.0.0cvs6
5432
5433         * src/mimeview.c
5434                 Try to get mime type by extension if it is
5435                 application/octet-stream
5436                 Display a window with possible choices when
5437                 encountering unknown mime types
5438         * src/gtk/filesel.c
5439         * src/gtk/filesel.h
5440                 Add preview
5441                 Allow multiple selection in filtered filesel
5442                 (patch by Fabien Vantard)
5443         * src/gtk/pluginwindow.c
5444                 Use it (patch by Fabien Vantard)
5445
5446 2006-02-01 [paul]       2.0.0cvs5
5447
5448         * src/jpilot.c
5449                 fix crash on creating jpilot address book
5450                 Thanks to Colin - FOR_STABLE
5451         * src/prefs_summaries.c
5452         * src/prefs_wrapping.c
5453         * src/gtk/icon_legend.c
5454         * src/gtk/quicksearch.c
5455                 string fixes and additions
5456
5457 2006-02-01 [paul]       2.0.0cvs4
5458
5459         * src/compose.c
5460         * src/mainwindow.c
5461         * src/messageview.c
5462         * src/prefs_send.c
5463                 add Arabic encoding option
5464                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5465
5466 2006-01-31 [colin]      2.0.0cvs3
5467
5468         * src/plugins/pgpcore/passphrase.c
5469                 Convert passphrase to locale encoding
5470         * src/compose.c
5471                 Fix drafting on IMAP. Crappy bug sneaked in
5472                 the release :-/
5473         FOR_STABLE
5474
5475 2006-01-30 [paul]       2.0.0cvs2
5476
5477         * src/gtk/icon_legend.c
5478                 show the new entries
5479
5480 2006-01-30 [colin]      2.0.0cvs1
5481
5482         * src/manual.c
5483                 Check for the file to be present before 
5484                 enabling the menu - FOR_STABLE
5485         * src/gtk/icon_legend.c
5486                 Add folders icons (not all of them, there
5487                 are too much, but the most intriguing ones)
5488
5489 2006-01-30 [paul]       2.0.0
5490
5491         version 2.0.0 released
5492
5493 2006-01-30 [paul]       1.9.100cvs200
5494
5495         * manual/faq.xml
5496         * manual/gpl.xml
5497         * manual/intro.xml
5498         * manual/starting.xml
5499         * manual/sylpheed-claws-manual.xml
5500                 fixes, additions
5501
5502 2006-01-29 [mones]      1.9.100cvs199
5503
5504         * manual/account.xml
5505         * manual/advanced.xml
5506         * manual/glossary.xml
5507                 Some typos fixed, added LDIF term to glossary
5508         * po/es.po
5509                 Fixed leading plus symbol
5510
5511 2006-01-29 [paul]       1.9.100cvs198
5512
5513         * po/fi.po
5514         * po/sk.po
5515                 updated by Tommi Pirinen and Andrej Kacian
5516
5517 2006-01-29 [paul]       1.9.100cvs197
5518
5519         * src/gtk/authors.h
5520                 remove duplicates
5521
5522 2006-01-29 [paul]       1.9.100cvs196
5523
5524         * AUTHORS
5525         * po/nl.po
5526         * src/gtk/authors.h
5527         * tools/claws.i18n.status.pl
5528                 nl translation updated by Tim Dijkstra
5529
5530 2006-01-29 [paul]       1.9.100cvs195
5531
5532         * po/sr.po
5533         * po/sv.po
5534                 updated by Aleksandar Urosevic and Anders Troback
5535
5536 2006-01-28 [colin]      1.9.100cvs194
5537
5538         * src/gtk/gtksourceprintjob.c
5539                 Don't fiddle with PangoLayout when we
5540                 have an image
5541
5542 2006-01-28 [paul]       1.9.100cvs193
5543
5544         * AUTHORS
5545         * po/el.po
5546         * po/zh_CN.po
5547         * src/gtk/authors.h
5548         * tools/claws.i18n.status.pl
5549                 updated translations submitted by Stavros Giannouris
5550                 and Ralgh Young
5551
5552 2006-01-27 [colin]      1.9.100cvs192
5553
5554         * src/summaryview.c
5555         * src/gtk/gtksourceprintjob.c
5556                 Add image printing 
5557                 (libgnomeprint only, of course)
5558
5559 2006-01-27 [paul]       1.9.100cvs191
5560
5561         * po/fr.po
5562         * po/it.po
5563                 updated by Fabien Vantard and Andrea Spadaccini
5564
5565 2006-01-26 [colin]      1.9.100cvs190
5566
5567         * manual/Makefile.am
5568         * configure.ac
5569                 Make building the manual optional 
5570                 (--disable-manual)
5571
5572 2006-01-26 [paul]       1.9.100cvs189
5573
5574         * manual/glossary.xml
5575         * manual/plugins.xml
5576                 edited
5577         * po/en_GB.po
5578                 updated
5579
5580 2006-01-26 [paul]       1.9.100cvs188
5581
5582         * src/prefs_display_header.c
5583         * src/prefs_folder_column.c
5584         * src/prefs_msg_colors.c
5585         * src/prefs_summaries.c
5586         * src/prefs_summary_column.c
5587                 HIGify
5588
5589 2006-01-25 [colin]      1.9.100cvs187
5590
5591         * src/imap.c
5592                 Don't allow moving/copying mails between
5593                 queue/drafts and non-queue/drafts folders
5594                 Fixes bug #897 (message header is resetted 
5595                 if one is copied to Drafts)
5596
5597 2006-01-25 [colin]      1.9.100cvs186
5598
5599         * src/folder.c
5600         * src/mainwindow.c
5601                 Fix subscribed folders not found
5602         * src/compose.c
5603                 Don't try to encode as original mail's charset
5604                 if it's ascii 
5605
5606 2006-01-25 [paul]       1.9.100cvs185
5607
5608         * AUTHORS
5609         * po/Makevars
5610                 updated
5611         * po/de.po
5612         * po/pl.po
5613         * po/pt_BR.po
5614         * po/sr.po
5615                 updates submitted by Stephan Sachse, Emilian Nowak
5616                 and Quar, Frederico Goncalves Guimaraes, and
5617                 Aleksandar Urosevic
5618                 Fix Bug 896, 'PT_BR locale broken'.
5619         * src/gtk/authors.h
5620                 updated
5621
5622 2006-01-24 [mones]      1.9.100cvs184
5623
5624         * manual/glossary.xml
5625                 All current terms finished. Reviewers welcome ;-)
5626         * manual/keyboard.xml
5627                 Fixed column width for pdf output.
5628         * po/es.po
5629                 Updated
5630
5631 2006-01-24 [paul]       1.9.100cvs183
5632
5633         * manual/glossary.xml
5634                 fix id name
5635         * manual/dist/html/Makefile.am
5636         * manual/dist/pdf/Makefile.am
5637         * manual/dist/ps/Makefile.am
5638         * manual/dist/txt/Makefile.am
5639                 fix make deps
5640                 Thanks to Colin
5641
5642 2006-01-24 [mones]      1.9.100cvs182
5643
5644         * manual/glossary.xml
5645                 Nearly finished, some terms missing.
5646
5647 2006-01-23 [paul]       1.9.100cvs181
5648
5649         * manual/dist/html/Makefile.am
5650         * manual/dist/pdf/Makefile.am
5651         * manual/dist/ps/Makefile.am
5652         * manual/dist/txt/Makefile.am
5653         * src/mainwindow.c
5654                 re-enable manual
5655                 Thanks to Colin
5656
5657 2006-01-22 [colin]      1.9.100cvs180
5658
5659         * src/compose.c
5660         * src/gtk/gtkaspell.c
5661                 Don't deselect stuff before right-clicking, with aspell.
5662                 (This prevented right-click Copy, for example).
5663                 Thanks to Clo!
5664
5665 2006-01-22 [paul]       1.9.100cvs179
5666
5667         * src/summary_search.c
5668                 don't fix the widget size as it causes problems
5669                 under localisation.
5670                 Thanks to Emilian Nowak
5671
5672 2006-01-21 [paul]       1.9.100cvs178
5673
5674         * src/prefs_themes.c
5675                 fix broken underlining of label text
5676                 with some translations
5677
5678 2006-01-21 [colin]      1.9.100cvs177
5679
5680         * po/fr.po
5681                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5682
5683 2006-01-20 [colin]      1.9.100cvs176
5684
5685         * configure.ac
5686         * Makefile.am
5687         * manual/Makefile
5688         * manual/dist/html/.cvsignore
5689         * manual/dist/html/Makefile.am
5690         * manual/dist/pdf/.cvsignore
5691         * manual/dist/pdf/Makefile.am
5692         * manual/dist/ps/.cvsignore
5693         * manual/dist/ps/Makefile.am
5694         * manual/dist/txt/.cvsignore
5695         * manual/dist/txt/Makefile.am
5696                 Autotool-ize manual
5697
5698 2006-01-20 [paul]       1.9.100cvs175
5699
5700         * manual/handling.xml
5701                 make Filtering and Searching entries easier to find
5702         * manual/keyboard.xml
5703                 add the remaining default keybinds
5704         * src/prefs_summaries.c
5705                 update the default keybinds
5706
5707 2006-01-20 [paul]       1.9.100cvs174
5708
5709         * src/addressbook.c
5710         * src/addrgather.c
5711         * src/addrharvest.c
5712         * src/editaddress.c
5713         * src/editgroup.c
5714         * src/exphtmldlg.c
5715         * src/expldifdlg.c
5716         * src/exporthtml.c
5717         * src/exportldif.c
5718         * src/ldif.c
5719                 replace 'e-mail' with 'email'
5720         * src/summary_search.c
5721                 add mnemonic to "Find all" button
5722
5723 2006-01-20 [wwp]        1.9.100cvs173
5724
5725         * src/export.c
5726         * src/import.c
5727                 touched mbox import/export buttons for HIG-compliance
5728
5729 2006-01-19 [paul]       1.9.100cvs172
5730
5731         * manual/account.xml
5732         * manual/addrbook.xml
5733         * manual/advanced.xml
5734         * manual/faq.xml
5735         * manual/handling.xml
5736         * manual/intro.xml
5737         * manual/plugins.xml
5738         * manual/starting.xml
5739                 more editing
5740
5741 2006-01-19 [paul]       1.9.100cvs171
5742
5743         * src/toolbar.c
5744                 allow use of trash button while receiving
5745                 Thanks to Colin
5746
5747 2006-01-19 [wwp]        1.9.100cvs170
5748
5749         * src/gtk/quicksearch.c
5750         * src/compose.c
5751                 force text color to black when yellow background is set
5752
5753 2006-01-19 [colin]      1.9.100cvs169
5754
5755         * src/plugins/trayicon/trayicon.c
5756                 Gray out Get Mail when already getting mail
5757
5758 2006-01-18 [paul]       1.9.100cvs168
5759
5760         * src/compose.c
5761                 give widget yellow background was To is
5762                 set via folder prefs
5763         * src/gtk/quicksearch.c
5764                 give widget yellow background when quick
5765                 search is active.
5766                 Thanks to Colin
5767
5768 2006-01-18 [paul]       1.9.100cvs167
5769
5770         * doc/man/sylpheed-claws.1
5771                 add --subscribe option
5772
5773 2006-01-18 [paul]       1.9.100cvs166
5774
5775         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5776         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5777                 use %U instead of %F (%F is broken for user installed
5778                 files in kde 3.5)
5779
5780 2006-01-18 [colin]      1.9.100cvs165
5781
5782         * src/summaryview.c
5783                 Default to Yes in "No more * messages" dialogs
5784
5785 2006-01-17 [colin]      1.9.100cvs164
5786
5787         * src/compose.c
5788                 Possibly fix an invalid iterator causing
5789                 crash
5790
5791 2006-01-17 [colin]      1.9.100cvs163
5792
5793         * src/mimeview.c
5794                 Fix crash when the image disappears under the
5795                 image viewer
5796
5797 2006-01-16 [colin]      1.9.100cvs162
5798
5799         * src/compose.c
5800                 Fix reenabling autowrap
5801
5802 2006-01-16 [colin]      1.9.100cvs161
5803
5804         * src/compose.c
5805                 reset quote_len before getting quote_str
5806
5807 2006-01-16 [colin]      1.9.100cvs160
5808
5809         * src/account.c
5810         * src/account.h
5811         * src/folder.c
5812         * src/imap_gtk.c
5813         * src/mh_gtk.c
5814                 Fix bug #883 (default inbox does not track folder move)
5815
5816 2006-01-16 [colin]      1.9.100cvs159
5817
5818         * src/compose.c
5819         * src/plugins/pgpcore/passphrase.c
5820                 More buttons fixes
5821
5822 2006-01-16 [paul]       1.9.100cvs158
5823
5824         * src/prefs_actions.c
5825         * src/prefs_filtering_action.c
5826         * src/prefs_matcher.c
5827         * src/quote_fmt.c
5828         * src/gtk/description_window.c
5829         * src/gtk/description_window.h
5830         * src/gtk/quicksearch.c
5831                 description window cleanups
5832
5833 2006-01-15 [colin]      1.9.100cvs157
5834
5835         * src/addressbook.c
5836         * src/prefs_filtering.c
5837                 Same here
5838
5839 2006-01-15 [colin]      1.9.100cvs156
5840
5841         * src/folderview.c
5842         * src/mainwindow.c
5843                 Same for "Empty trash"
5844
5845 2006-01-15 [colin]      1.9.100cvs155
5846
5847         * src/inc.c
5848                 Override offline dialog had Yes by default
5849
5850 2006-01-15 [colin]      1.9.100cvs154
5851
5852         * src/summaryview.c
5853                 Delete selected messages? previously had Yes the default
5854
5855 2006-01-15 [colin]      1.9.100cvs153
5856
5857         * src/folder.c
5858         * src/folder.h
5859         * src/main.c
5860                 Check if a mailbox is loaded after all
5861                 plugins are loaded.
5862
5863 2006-01-15 [colin]      1.9.100cvs152
5864
5865         * src/folder.c
5866                 Don't start wizard when there are unloaded folders (will help
5867                 people with only mbox or maildir mailboxes)
5868
5869 2006-01-14 [colin]      1.9.100cvs151
5870
5871         * src/addressbook.c
5872         * src/expldifdlg.c
5873         * src/importldif.c
5874         * src/importmutt.c
5875         * src/importpine.c
5876         * src/mh_gtk.c
5877                 More HIG compliance and fixes
5878
5879 2006-01-14 [colin]      1.9.100cvs150
5880
5881         * src/prefs_filtering_action.c
5882         * src/foldersel.c
5883                 Two forgotten button order changes
5884
5885 2006-01-14 [colin]      1.9.100cvs149
5886
5887         * src/account.c
5888         * src/addressbook.c
5889         * src/compose.c
5890         * src/folderview.c
5891         * src/imap_gtk.c
5892         * src/mainwindow.c
5893         * src/mh_gtk.c
5894         * src/news_gtk.c
5895         * src/prefs_actions.c
5896         * src/prefs_customheader.c
5897         * src/prefs_filtering.c
5898         * src/prefs_matcher.c
5899         * src/prefs_template.c
5900         * src/ssl_manager.c
5901         * src/summaryview.c
5902         * src/textview.c
5903         * src/toolbar.c
5904                 All deletion confirmations are now "Cancel, Delete" 
5905                 instead of "No, Yes"
5906                 Clarified most of the other "No, Yes" to 
5907                 "Cancel, Descriptive_action"
5908                 Rechanged the "Entry not saved" alerts to have 
5909                 "Close, Continue editing"
5910
5911
5912 2006-01-14 [paul]
5913
5914         * 2.0.0-rc4 released
5915
5916 2006-01-14 [paul]       1.9.100cvs148
5917
5918         * src/account.c
5919         * src/addressadd.c
5920         * src/addressbook.c
5921         * src/compose.c
5922         * src/editaddress.c
5923         * src/editbook.c
5924         * src/editgroup.c
5925         * src/editjpilot.c
5926         * src/editldap.c
5927         * src/editvcard.c
5928         * src/exphtmldlg.c
5929         * src/expldifdlg.c
5930         * src/folderview.c
5931         * src/grouplistdialog.c
5932         * src/imap_gtk.c
5933         * src/importmutt.c
5934         * src/importpine.c
5935         * src/inc.c
5936         * src/main.c
5937         * src/mainwindow.c
5938         * src/message_search.c
5939         * src/messageview.c
5940         * src/mh_gtk.c
5941         * src/mimeview.c
5942         * src/news_gtk.c
5943         * src/prefs_actions.c
5944         * src/prefs_customheader.c
5945         * src/prefs_filtering.c
5946         * src/prefs_matcher.c
5947         * src/prefs_template.c
5948         * src/prefs_themes.c
5949         * src/ssl_manager.c
5950         * src/summary_search.c
5951         * src/summaryview.c
5952         * src/textview.c
5953         * src/toolbar.c
5954         * src/gtk/foldersort.c
5955         * src/gtk/gtkaspell.c
5956         * src/gtk/inputdialog.c
5957         * src/gtk/prefswindow.c
5958         * src/plugins/pgpcore/select-keys.c
5959         * src/plugins/trayicon/trayicon.c
5960                 HIG compliant button order
5961
5962 2006-01-14 [mones]      1.9.100cvs147
5963
5964         * po/es.po
5965                 Updated translation
5966
5967 2006-01-13 [paul]       1.9.100cvs146
5968
5969         * AUTHORS
5970         * ChangeLog
5971         * src/gtk/authors.h
5972                 add Joshua M. Kwan to contributors list
5973
5974 2006-01-13 [colin]      1.9.100cvs145
5975
5976         * src/gtk/quicksearch.c
5977                 Don't refocus quick search after executing (Esc or Enter)
5978                 Allows to '/'search something then move up/down in 
5979                 summaryview, and to Esc a search and be back in the 
5980                 summaryview
5981
5982 2006-01-13 [paul]       1.9.100cvs144
5983
5984         * src/plugins/pgpinline/pgpinline.c
5985                 support Content-Type 'application/pgp'
5986                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5987
5988 2006-01-13 [paul]       1.9.100cvs143
5989
5990         * manual/account.xml
5991                 make mention of partial retrieval
5992                 thanks to Colin
5993
5994 2006-01-13 [paul]       1.9.100cvs142
5995
5996         * src/account.c
5997         * src/account.h
5998         * src/action.c
5999         * src/action.h
6000         * src/adbookbase.h
6001         * src/addr_compl.c
6002         * src/addr_compl.h
6003         * src/addrbook.c
6004         * src/addrcache.c
6005         * src/addrcache.h
6006         * src/addrcindex.c
6007         * src/addrcindex.h
6008         * src/addrclip.c
6009         * src/addrclip.h
6010         * src/addrdefs.h
6011         * src/addressadd.c
6012         * src/addressadd.h
6013         * src/addressbook.c
6014         * src/addressbook.h
6015         * src/addrgather.c
6016         * src/addrgather.h
6017         * src/addrharvest.c
6018         * src/addrharvest.h
6019         * src/addrindex.c
6020         * src/addrindex.h
6021         * src/addritem.c
6022         * src/addritem.h
6023         * src/addrquery.c
6024         * src/addrquery.h
6025         * src/addrselect.c
6026         * src/addrselect.h
6027         * src/alertpanel.c
6028         * src/alertpanel.h
6029         * src/browseldap.c
6030         * src/browseldap.h
6031         * src/codeconv.c
6032         * src/codeconv.h
6033         * src/compose.c
6034         * src/compose.h
6035         * src/customheader.c
6036         * src/customheader.h
6037         * src/displayheader.c
6038         * src/displayheader.h
6039         * src/editaddress.c
6040         * src/editaddress.h
6041         * src/editbook.c
6042         * src/editbook.h
6043         * src/editgroup.c
6044         * src/editgroup.h
6045         * src/editjpilot.c
6046         * src/editjpilot.h
6047         * src/editldap.c
6048         * src/editldap.h
6049         * src/editldap_basedn.c
6050         * src/editldap_basedn.h
6051         * src/editvcard.c
6052         * src/editvcard.h
6053         * src/exphtmldlg.c
6054         * src/exphtmldlg.h
6055         * src/expldifdlg.c
6056         * src/expldifdlg.h
6057         * src/export.h
6058         * src/exporthtml.c
6059         * src/exporthtml.h
6060         * src/exportldif.c
6061         * src/exportldif.h
6062         * src/filtering.c
6063         * src/filtering.h
6064         * src/folder.c
6065         * src/folder.h
6066         * src/folder_item_prefs.c
6067         * src/folder_item_prefs.h
6068         * src/foldersel.c
6069         * src/foldersel.h
6070         * src/folderutils.c
6071         * src/folderutils.h
6072         * src/folderview.c
6073         * src/folderview.h
6074         * src/grouplistdialog.c
6075         * src/grouplistdialog.h
6076         * src/headerview.c
6077         * src/html.c
6078         * src/html.h
6079         * src/image_viewer.c
6080         * src/image_viewer.h
6081         * src/imap.c
6082         * src/imap.h
6083         * src/imap_gtk.c
6084         * src/imap_gtk.h
6085         * src/import.h
6086         * src/importldif.c
6087         * src/importldif.h
6088         * src/importmutt.c
6089         * src/importmutt.h
6090         * src/importpine.c
6091         * src/importpine.h
6092         * src/inc.c
6093         * src/inc.h
6094         * src/jpilot.c
6095         * src/jpilot.h
6096         * src/ldapctrl.c
6097         * src/ldapctrl.h
6098         * src/ldaplocate.c
6099         * src/ldaplocate.h
6100         * src/ldapquery.c
6101         * src/ldapquery.h
6102         * src/ldapserver.c
6103         * src/ldapserver.h
6104         * src/ldaputil.c
6105         * src/ldaputil.h
6106         * src/ldif.c
6107         * src/ldif.h
6108         * src/main.c
6109         * src/main.h
6110         * src/mainwindow.c
6111         * src/mainwindow.h
6112         * src/manual.c
6113         * src/manual.h
6114         * src/mbox.c
6115         * src/mbox.h
6116         * src/message_search.c
6117         * src/message_search.h
6118         * src/messageview.c
6119         * src/messageview.h
6120         * src/mh.c
6121         * src/mh.h
6122         * src/mh_gtk.c
6123         * src/mh_gtk.h
6124         * src/mimeview.c
6125         * src/mimeview.h
6126         * src/msgcache.c
6127         * src/msgcache.h
6128         * src/mutt.c
6129         * src/mutt.h
6130         * src/news.c
6131         * src/news.h
6132         * src/news_gtk.c
6133         * src/news_gtk.h
6134         * src/partial_download.c
6135         * src/partial_download.h
6136         * src/pine.c
6137         * src/pine.h
6138         * src/pop.c
6139         * src/pop.h
6140         * src/prefs_account.c
6141         * src/prefs_account.h
6142         * src/prefs_actions.c
6143         * src/prefs_actions.h
6144         * src/prefs_common.c
6145         * src/prefs_common.h
6146         * src/prefs_compose_writing.c
6147         * src/prefs_compose_writing.h
6148         * src/prefs_customheader.c
6149         * src/prefs_customheader.h
6150         * src/prefs_display_header.c
6151         * src/prefs_display_header.h
6152         * src/prefs_filtering.c
6153         * src/prefs_filtering.h
6154         * src/prefs_filtering_action.c
6155         * src/prefs_filtering_action.h
6156         * src/prefs_folder_column.c
6157         * src/prefs_folder_column.h
6158         * src/prefs_folder_item.c
6159         * src/prefs_folder_item.h
6160         * src/prefs_fonts.c
6161         * src/prefs_fonts.h
6162         * src/prefs_gtk.c
6163         * src/prefs_gtk.h
6164         * src/prefs_image_viewer.c
6165         * src/prefs_image_viewer.h
6166         * src/prefs_matcher.c
6167         * src/prefs_matcher.h
6168         * src/prefs_message.c
6169         * src/prefs_msg_colors.c
6170         * src/prefs_msg_colors.h
6171         * src/prefs_other.c
6172         * src/prefs_quote.c
6173         * src/prefs_receive.c
6174         * src/prefs_send.c
6175         * src/prefs_spelling.c
6176         * src/prefs_spelling.h
6177         * src/prefs_summaries.c
6178         * src/prefs_summaries.h
6179         * src/prefs_summary_column.c
6180         * src/prefs_summary_column.h
6181         * src/prefs_template.c
6182         * src/prefs_template.h
6183         * src/prefs_themes.c
6184         * src/prefs_themes.h
6185         * src/prefs_toolbar.c
6186         * src/prefs_toolbar.h
6187         * src/prefs_wrapping.c
6188         * src/prefs_wrapping.h
6189         * src/privacy.c
6190         * src/privacy.h
6191         * src/procheader.c
6192         * src/procheader.h
6193         * src/procmime.c
6194         * src/procmime.h
6195         * src/procmsg.c
6196         * src/procmsg.h
6197         * src/quote_fmt.c
6198         * src/quote_fmt_parse.y
6199         * src/recv.c
6200         * src/recv.h
6201         * src/remotefolder.c
6202         * src/remotefolder.h
6203         * src/send_message.c
6204         * src/send_message.h
6205         * src/setup.c
6206         * src/setup.h
6207         * src/sourcewindow.c
6208         * src/sourcewindow.h
6209         * src/ssl_manager.c
6210         * src/ssl_manager.h
6211         * src/statusbar.c
6212         * src/statusbar.h
6213         * src/stock_pixmap.c
6214         * src/stock_pixmap.h
6215         * src/summary_search.c
6216         * src/summary_search.h
6217         * src/summaryview.c
6218         * src/summaryview.h
6219         * src/syldap.c
6220         * src/syldap.h
6221         * src/textview.c
6222         * src/textview.h
6223         * src/toolbar.c
6224         * src/toolbar.h
6225         * src/undo.c
6226         * src/undo.h
6227         * src/unmime.c
6228         * src/unmime.h
6229         * src/vcard.c
6230         * src/vcard.h
6231         * src/wizard.c
6232         * src/wizard.h
6233         * src/common/base64.c
6234         * src/common/base64.h
6235         * src/common/defs.h
6236         * src/common/hooks.c
6237         * src/common/hooks.h
6238         * src/common/log.c
6239         * src/common/log.h
6240         * src/common/mgutils.c
6241         * src/common/mgutils.h
6242         * src/common/nntp.c
6243         * src/common/nntp.h
6244         * src/common/passcrypt.c
6245         * src/common/passcrypt.h.in
6246         * src/common/plugin.c
6247         * src/common/plugin.h
6248         * src/common/prefs.c
6249         * src/common/prefs.h
6250         * src/common/progressindicator.c
6251         * src/common/progressindicator.h
6252         * src/common/quoted-printable.c
6253         * src/common/quoted-printable.h
6254         * src/common/session.c
6255         * src/common/session.h
6256         * src/common/smtp.c
6257         * src/common/smtp.h
6258         * src/common/socket.c
6259         * src/common/socket.h
6260         * src/common/ssl.c
6261         * src/common/ssl.h
6262         * src/common/ssl_certificate.c
6263         * src/common/ssl_certificate.h
6264         * src/common/stringtable.c
6265         * src/common/stringtable.h
6266         * src/common/sylpheed.c
6267         * src/common/sylpheed.h
6268         * src/common/template.c
6269         * src/common/template.h
6270         * src/common/timing.h
6271         * src/common/utils.c
6272         * src/common/utils.h
6273         * src/common/version.h.in
6274         * src/common/xml.c
6275         * src/common/xml.h
6276         * src/common/xmlprops.c
6277         * src/common/xmlprops.h
6278         * src/gtk/colorlabel.c
6279         * src/gtk/colorsel.c
6280         * src/gtk/colorsel.h
6281         * src/gtk/description_window.c
6282         * src/gtk/description_window.h
6283         * src/gtk/filesel.c
6284         * src/gtk/filesel.h
6285         * src/gtk/foldersort.c
6286         * src/gtk/foldersort.h
6287         * src/gtk/gtkutils.c
6288         * src/gtk/gtkutils.h
6289         * src/gtk/inputdialog.c
6290         * src/gtk/inputdialog.h
6291         * src/gtk/logwindow.c
6292         * src/gtk/logwindow.h
6293         * src/gtk/manage_window.c
6294         * src/gtk/manage_window.h
6295         * src/gtk/menu.c
6296         * src/gtk/menu.h
6297         * src/gtk/pluginwindow.c
6298         * src/gtk/pluginwindow.h
6299         * src/gtk/prefswindow.c
6300         * src/gtk/prefswindow.h
6301         * src/gtk/progressdialog.c
6302         * src/gtk/progressdialog.h
6303         * src/gtk/sslcertwindow.c
6304         * src/gtk/sslcertwindow.h
6305         * src/plugins/clamav/clamav_plugin.c
6306         * src/plugins/clamav/clamav_plugin.h
6307         * src/plugins/clamav/clamav_plugin_gtk.c
6308         * src/plugins/demo/demo.c
6309         * src/plugins/dillo_viewer/dillo_prefs.c
6310         * src/plugins/dillo_viewer/dillo_prefs.h
6311         * src/plugins/dillo_viewer/dillo_viewer.c
6312         * src/plugins/pgpcore/passphrase.c
6313         * src/plugins/pgpcore/passphrase.h
6314         * src/plugins/pgpcore/plugin.c
6315         * src/plugins/pgpcore/select-keys.c
6316         * src/plugins/pgpcore/select-keys.h
6317         * src/plugins/pgpcore/sgpgme.c
6318         * src/plugins/pgpcore/sgpgme.h
6319         * src/plugins/pgpinline/pgpinline.c
6320         * src/plugins/pgpinline/pgpinline.h
6321         * src/plugins/pgpinline/plugin.c
6322         * src/plugins/pgpmime/pgpmime.c
6323         * src/plugins/pgpmime/pgpmime.h
6324         * src/plugins/pgpmime/plugin.c
6325         * src/plugins/spamassassin/spamassassin.c
6326         * src/plugins/spamassassin/spamassassin.h
6327         * src/plugins/spamassassin/spamassassin_gtk.c
6328         * src/plugins/trayicon/trayicon.c
6329                 update copyright header
6330
6331 2006-01-13 [paul]       1.9.100cvs141
6332
6333         * src/account.c
6334         * src/export.c
6335         * src/import.c
6336         * src/mainwindow.c
6337         * src/prefs_account.c
6338         * src/prefs_display_header.c
6339         * src/prefs_receive.c
6340         * src/prefs_send.c
6341         * src/prefs_summaries.c
6342         * src/prefs_themes.c
6343         * src/prefs_toolbar.c
6344         * src/gtk/about.c
6345                 various cleanups
6346
6347 2006-01-12 [colin]      1.9.100cvs140
6348
6349         * src/folder.c
6350         * src/folder.h
6351         * src/main.c
6352                 Add --subscribe option
6353                 Let sylpheed-claws email@domain.com equivalent to --compose
6354                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6355
6356 2006-01-12 [paul]       1.9.100cvs139
6357
6358         * src/mainwindow.c
6359                 append 'Change folder order' label with '...'
6360         * src/prefs_actions.c
6361                 allow reordering of actions list by dnd
6362         * src/gtk/foldersort.c
6363                 make the dialog nicer
6364
6365 2006-01-11 [colin]      1.9.100cvs138
6366
6367         * src/compose.c
6368                 Allow templates without text
6369
6370 2006-01-11 [paul]       1.9.100cvs137
6371
6372         * tools/README
6373         * tools/filter_conv_new.pl
6374                 add info to README
6375                 also check .sylpheed for filter.xml
6376                 be a bit informative to the user
6377
6378 2006-01-11 [colin]      1.9.100cvs136
6379
6380         * src/textview.c
6381                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6382
6383 2006-01-10 [paul]       1.9.100cvs135
6384
6385         * tools/Makefile.am
6386         * tools/filter_conv_new.pl
6387                 add script to convert new style Sylpheed
6388                 filter rules (Sylpheed >= 0.9.99) to
6389                 Claws filtering rules
6390
6391 2006-01-10 [colin]      1.9.100cvs134
6392
6393         * src/compose.c
6394                 Fix broken line joins in certain conditions
6395                 (between two quoted lines: <enter><enter><up>
6396                  <type a wrapped sentence><go in the first line>
6397                  <insert more text><watch as line joining failed>)
6398
6399 2006-01-10 [paul]       1.9.100cvs133
6400
6401         * src/compose.c
6402                 don't report success in error dialog
6403                 thanks to Colin
6404         * src/common/utils.c
6405                 include some trailing punctuations as URI
6406                 thanks to Hiro
6407
6408 2006-01-10 [paul]       1.9.100cvs132
6409
6410         * src/mimeview.c
6411                 fix incompatible pointer type
6412                 warning
6413
6414 2006-01-10 [paul]       1.9.100cvs131
6415
6416         * src/compose.c
6417                 change Subject in window title
6418                 instantaneously
6419
6420 2006-01-09 [colin]      1.9.100cvs130
6421
6422         * src/addressbook.c
6423         * src/headerview.c
6424         * src/mainwindow.c
6425         * src/messageview.c
6426         * src/mimeview.c
6427         * src/noticeview.c
6428         * src/summaryview.c
6429                 Fix possible crashes on exit and in addressbook
6430
6431 2006-01-09 [paul]       1.9.100cvs129
6432
6433         * src/prefs_msg_colors.c
6434                 some cleanups that I forgot last time
6435
6436 2006-01-09 [paul]       1.9.100cvs128
6437
6438         * README
6439         * src/folderview.c
6440         * src/prefs_msg_colors.c
6441                 add previously hidden option, color_new, to
6442                 the gui
6443                 move the page to Display/
6444                 rework the gui
6445
6446 2006-01-09 [wwp]        1.9.100cvs127
6447
6448         * src/prefs_themes.c
6449                 made the prefs/display/themes layouts spacing less condensed
6450                 (and so they match other prefs/pages' look).
6451
6452 2006-01-09 [paul]       1.9.100cvs126
6453
6454         * src/compose.c
6455         * src/prefs_common.c
6456         * src/prefs_common.h
6457         * src/prefs_wrapping.c
6458                 remove 'wrap at send' option
6459
6460 2006-01-06 [colin]      1.9.100cvs125
6461
6462         * src/compose.c
6463                 Just make completely sure we don't insert "manual line breaks" 
6464                 when wrapping... 
6465
6466 2006-01-04 [paul]
6467
6468         * 2.0.0-rc3 released
6469
6470 2006-01-04 [paul]       1.9.100cvs124
6471
6472         * src/folderview.c
6473                 fix bug 882, 'quick scroll in folder list
6474                 displays wrong folder contents'
6475
6476 2006-01-04 [paul]       1.9.100cvs123
6477
6478         * src/plugins/pgpmime/pgpmime.c
6479                 better debug information when signing
6480                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6481
6482 2006-01-03 [colin]      1.9.100cvs122
6483
6484         * configure.ac
6485                 We need to recheck for gpgme 1.0.0 after checking
6486                 for 1.1.1, because if 1.1.1 isn't available, 
6487                 GPGME_LIBS and friends are blanked out by the 
6488                 second check.
6489
6490 2006-01-03 [colin]      1.9.100cvs121
6491
6492         * src/common/prefs.c
6493                 Windows unlink-before rename fix
6494         * src/plugins/pgpcore/sgpgme.c
6495                 Add support for PKA info if available
6496                 Both patches by Werner Koch
6497
6498 2006-01-03 [paul]       1.9.100cvs120
6499
6500         * src/messageview.c
6501                 fix bug 884, 'Send receipt' button visible in queue
6502                 Thanks to Colin
6503
6504 2006-01-02 [colin]      1.9.100cvs119
6505
6506         * src/compose.c
6507         * src/imap.c
6508                 Fix autosave on IMAP and more generally try to
6509                 return the correct ID on a newly added IMAP message
6510
6511 2006-01-02 [paul]       1.9.100cvs118
6512
6513         * manual/keyboard.xml
6514                 edited
6515
6516 2006-01-01 [paul]       1.9.100cvs117
6517
6518         * src/gtk/authors.h
6519                 alphabetical order
6520
6521 2005-12-30 [colin]      1.9.100cvs116
6522
6523         * manual/advanced.xml
6524                 Explain Pre/Post-processing differences.
6525
6526 2005-12-30 [colin]      1.9.100cvs115
6527
6528         * src/mh.c
6529                 Implement copy_msgs for a little optimization
6530         * src/imap.c
6531                 Finish yesterday's fix
6532
6533 2005-12-29 [colin]      1.9.100cvs114
6534
6535         * src/imap.c
6536                 Fix occasional failure in fetching a mail over
6537                 IMAP
6538
6539 2005-12-29 [colin]      1.9.100cvs113
6540
6541         * src/compose.c
6542                 Don't remove a draft when sending it, if it is 
6543                 locked.
6544
6545 2005-12-28 [colin]      1.9.100cvs112
6546
6547         * src/summaryview.c
6548                 Fix leak for real
6549
6550 2005-12-28 [wwp]        1.9.100cvs111
6551
6552         * doc/faq/.cvsignore
6553         * doc/faq/de/.cvsignore
6554         * doc/faq/en/.cvsignore
6555         * doc/faq/es/.cvsignore
6556         * doc/faq/fr/.cvsignore
6557         * doc/faq/it/.cvsignore
6558         * doc/manual/.cvsignore
6559         * doc/manual/de/.cvsignore
6560         * doc/manual/en/.cvsignore
6561         * doc/manual/es/.cvsignore
6562         * doc/manual/fr/.cvsignore
6563         * doc/manual/ja/.cvsignore
6564         * src/plugins/mathml_viewer/.cvsignore
6565                 rollback revival of those files (my bad, sorry for the noise).
6566
6567 2005-12-28 [wwp]        1.9.100cvs110
6568
6569         * src/compose.c
6570                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6571
6572 2005-12-28 [wwp]        1.9.100cvs109
6573
6574         * doc/faq/.cvsignore
6575         * doc/faq/de/.cvsignore
6576         * doc/faq/en/.cvsignore
6577         * doc/faq/es/.cvsignore
6578         * doc/faq/fr/.cvsignore
6579         * doc/faq/it/.cvsignore
6580         * doc/manual/.cvsignore
6581         * doc/manual/de/.cvsignore
6582         * doc/manual/en/.cvsignore
6583         * doc/manual/es/.cvsignore
6584         * doc/manual/fr/.cvsignore
6585         * doc/manual/ja/.cvsignore
6586         * src/plugins/mathml_viewer/.cvsignore
6587         * po/.cvsignore
6588                 more files to ignore.
6589
6590 2005-12-24 [colin]      1.9.100cvs108
6591
6592         * AUTHORS
6593         * src/gtk/authors.h
6594                 Update for Werner
6595
6596 2005-12-24 [colin]      1.9.100cvs107
6597
6598         * src/procmsg.c
6599                 Allow NULL src_msginfo in 
6600                 procmsg_msginfo_new_from_mimeinfo
6601
6602 2005-12-23 [paul]       1.9.100cvs106
6603
6604         * src/plugins/pgpinline/mypgpcore.def
6605                 add this forgotten file
6606
6607 2005-12-23 [colin]      1.9.100cvs105
6608
6609         * src/mainwindow.c
6610                 Fix missing break
6611
6612 2005-12-23 [colin]      1.9.100cvs104
6613
6614         * autogen.sh
6615         * src/folder.c
6616         * src/mh.c
6617         * src/common/plugin.c
6618         * src/common/socket.c
6619         * src/common/socket.h
6620         * src/common/utils.c
6621         * src/common/utils.h
6622         * src/gtk/pluginwindow.c
6623         * src/plugins/pgpcore/plugin.def
6624         * src/plugins/pgpcore/sylpheed.def
6625         * src/plugins/pgpinline/Makefile.am
6626         * src/plugins/pgpinline/plugin.def
6627         * src/plugins/pgpinline/sylpheed.def
6628         * src/plugins/pgpmime/plugin.def
6629         * src/plugins/pgpmime/sylpheed.def
6630                 Various w32 fixes by Werner Koch
6631
6632 2005-12-22 [paul]       1.9.100cvs103
6633
6634         * src/wizard.c
6635                 don't offer IMAP as 'server type' if
6636                 libetpan isn't built in
6637
6638 2005-12-22 [paul]       1.9.100cvs102
6639
6640         * AUTHORS
6641         * src/mainwindow.c
6642         * src/mainwindow.h
6643         * src/toolbar.c
6644         * src/gtk/authors.h
6645                 support GTK_TOOLBAR_BOTH_HORIZ (text
6646                 next to icon) Patch by Marien Zwart
6647                 marienz@users.sf.net
6648                 Also reword the text
6649
6650 2005-12-21 [colin]      1.9.100cvs101
6651
6652         * configure.ac
6653                 Fix DATADIRNAME
6654         * COPYING
6655                 Fix missing section and explicit the exception better
6656         * src/compose.c
6657                 Prevent mail from being lost without notice when an
6658                 SMTP error happens on trying to send an unmodified
6659                 drafted mail.
6660         * src/send_message.c
6661         * src/common/smtp.c
6662                 Fix password remembering when wrong, and add return
6663                 value checks where they should have been
6664         * src/plugins/pgpcore/sylpheed.def
6665         * src/plugins/pgpinline/sylpheed.def
6666         * src/plugins/pgpmime/sylpheed.def
6667                 Add a few symbols needed
6668
6669 2005-12-21 [paul]       1.9.100cvs100
6670
6671         * m4/codeset.m4
6672         * m4/glibc21.m4
6673         * m4/intdiv0.m4
6674         * m4/inttypes-pri.m4
6675         * m4/inttypes.m4
6676         * m4/inttypes_h.m4
6677         * m4/isc-posix.m4
6678         * m4/lcmessage.m4
6679         * m4/stdint_h.m4
6680         * m4/uintmax_t.m4
6681                 gettextization
6682                 thanks to Colin
6683
6684 2005-12-21 [paul]       1.9.100cvs99
6685
6686         * po/sv.po
6687                 fixed by Colin
6688
6689 2005-12-20 [paul]       1.9.100cvs98
6690
6691         * po/sv.po
6692                 updated by Anders Trobäck
6693
6694 2005-12-20 [colin]      1.9.100cvs97
6695
6696         * ABOUT-NLS
6697         * Makefile.am
6698         * autogen.sh
6699         * configure.ac
6700         * config/config.rpath
6701         * config/mkinstalldirs
6702         * m4/Makefile.am
6703         * m4/glibc2.m4
6704         * m4/gnupg.m4
6705         * m4/gpgme.m4
6706         * m4/intmax.m4
6707         * m4/longdouble.m4
6708         * m4/longlong.m4
6709         * m4/printf-posix.m4
6710         * m4/signed.m4
6711         * m4/size_max.m4
6712         * m4/ulonglong.m4
6713         * m4/wchar_t.m4
6714         * m4/wint_t.m4
6715         * m4/xsize.m4
6716         * po/Makefile.in.in
6717         * po/Makevars
6718         * po/bg.po
6719         * po/ca.po
6720         * po/cs.po
6721         * po/de.po
6722         * po/el.po
6723         * po/en_GB.po
6724         * po/es.po
6725         * po/fi.po
6726         * po/fr.po
6727         * po/hr.po
6728         * po/hu.po
6729         * po/it.po
6730         * po/ja.po
6731         * po/ko.po
6732         * po/nb.po
6733         * po/nl.po
6734         * po/pl.po
6735         * po/pt_BR.po
6736         * po/ru.po
6737         * po/sk.po
6738         * po/sr.po
6739         * po/stamp-po
6740         * po/sv.po
6741         * po/zh_CN.po
6742         * po/zh_TW.po
6743         * src/Makefile.am
6744         * src/codeconv.c
6745         * src/compose.c
6746         * src/exporthtml.c
6747         * src/exportldif.c
6748         * src/folder.c
6749         * src/main.c
6750         * src/manual.c
6751         * src/mh.c
6752         * src/mimeview.c
6753         * src/send_message.c
6754         * src/common/Makefile.am
6755         * src/common/fnmatch.c
6756         * src/common/fnmatch.h
6757         * src/common/fnmatch_loop.c
6758         * src/common/nntp.c
6759         * src/common/plugin.c
6760         * src/common/smtp.c
6761         * src/common/socket.c
6762         * src/common/string_match.c
6763         * src/common/sylpheed.c
6764         * src/common/utils.c
6765         * src/common/utils.h
6766         * src/common/w32_dirent.c
6767         * src/common/w32_reg.c
6768         * src/common/w32_signal.c
6769         * src/common/w32_stat.c
6770         * src/common/w32_stdio.c
6771         * src/common/w32_stdlib.c
6772         * src/common/w32_string.c
6773         * src/common/w32_time.c
6774         * src/common/w32_unistd.c
6775         * src/common/w32_wait.c
6776         * src/common/w32lib.h
6777         * src/etpan/Makefile.am
6778         * src/gtk/Makefile.am
6779         * src/plugins/clamav/Makefile.am
6780         * src/plugins/demo/Makefile.am
6781         * src/plugins/dillo_viewer/Makefile.am
6782         * src/plugins/pgpcore/Makefile.am
6783         * src/plugins/pgpcore/passphrase.c
6784         * src/plugins/pgpcore/plugin.def
6785         * src/plugins/pgpcore/sgpgme.c
6786         * src/plugins/pgpcore/sylpheed.def
6787         * src/plugins/pgpcore/version.rc
6788         * src/plugins/pgpinline/Makefile.am
6789         * src/plugins/pgpinline/plugin.def
6790         * src/plugins/pgpinline/sylpheed.def
6791         * src/plugins/pgpinline/version.rc
6792         * src/plugins/pgpmime/Makefile.am
6793         * src/plugins/pgpmime/mypgpcore.def
6794         * src/plugins/pgpmime/plugin.def
6795         * src/plugins/pgpmime/sylpheed.def
6796         * src/plugins/pgpmime/version.rc
6797         * src/plugins/spamassassin/Makefile.am
6798                 Very little ;-) patch from Werner Koch, providing
6799                 infrastructure for cross-compiling to Win32
6800
6801 2005-12-20 [paul]       1.9.100cvs96
6802
6803         * src/account.c
6804         * src/account.h
6805         * src/mainwindow.c
6806         * src/mainwindow.h
6807         * src/toolbar.c
6808         * src/toolbar.h
6809                 add a combo to the Get All button, allowing
6810                 quick retrieval from any account
6811                 Patch by Fabien Vantard, slightly modified
6812                 by Colin
6813         * src/gtk/about.c
6814                 i18n fix. Patch by Fabien Vantard
6815
6816 2005-12-19 [colin]      1.9.100cvs95
6817
6818         * src/compose.c
6819         * src/compose.h
6820                 Don't automatically join lines when they've 
6821                 been separated by the user and not automatically
6822
6823 2005-12-19 [paul]       1.9.100cvs94
6824
6825         * src/gtk/pluginwindow.c
6826                 i18n fix.
6827                 Patch by Fabien Vantard
6828
6829 2005-12-15 [paul]       1.9.100cvs93
6830
6831         * src/common/plugin.c
6832         * src/common/plugin.h
6833         * src/gtk/pluginwindow.c
6834         * src/plugins/clamav/clamav_plugin.c
6835         * src/plugins/demo/demo.c
6836         * src/plugins/dillo_viewer/dillo_viewer.c
6837         * src/plugins/pgpcore/plugin.c
6838         * src/plugins/pgpinline/plugin.c
6839         * src/plugins/pgpmime/plugin.c
6840         * src/plugins/spamassassin/spamassassin.c
6841         * src/plugins/trayicon/trayicon.c
6842                 add plugin_version()
6843
6844 2005-12-15 [colin]      1.9.100cvs92
6845
6846         * src/compose.c
6847                 Further fix bug #875
6848
6849 2005-12-15 [paul]       1.9.100cvs91
6850
6851         * src/gtk/filesel.c
6852                 fix attach_load_dir getting set to
6853                 PLUGINDIR on plugin load
6854
6855 2005-12-14 [mones]      1.9.100cvs90
6856
6857         * manual/ack.xml
6858         * manual/keyboard.xml
6859                 Initial draft and some shortcuts added
6860                 
6861         * po/es.po
6862                 Updated translation
6863
6864 2005-12-14 [colin]      1.9.100cvs89
6865
6866         * src/compose.c
6867         * src/imap.c
6868         * src/summaryview.c
6869         * src/gtk/gtkaspell.c
6870                 More leaks fixed
6871         * src/prefs_folder_item.c
6872                 Fix recursive prefs apply
6873
6874
6875 2005-12-14 [colin]      1.9.100cvs88
6876
6877         * src/compose.c
6878                 Fix bug #875 (Freeze On Inline Forward of 
6879                 Large Message)
6880
6881 2005-12-13 [colin]      1.9.100cvs87
6882
6883         * src/compose.c
6884                 Uniq-ify and sort the mimetypes list
6885                 Patch by Fabien Vantard
6886
6887 2005-12-13 [colin]      1.9.100cvs86
6888
6889         * src/imap.c
6890         * src/etpan/imap-thread.c
6891                 Fix leaks (patch by Hoa)
6892         * src/news.c
6893         * src/common/plugin.c
6894                 Fix leaks
6895
6896 2005-12-12 [colin]
6897
6898         * 2.0.0-rc2 released
6899
6900 2005-12-12 [colin]      1.9.100cvs85
6901
6902         * src/matcher.c
6903                 Fix a leak
6904
6905 2005-12-12 [wwp]        1.9.100cvs84
6906
6907         * src/gtk/icon_legend.c
6908                 fix misbehaviour and crash when closing the legend window
6909         using the Esc key (patch by Fabien Vantard).
6910
6911 2005-12-12 [paul]       1.9.100cvs83
6912
6913         * src/browseldap.c
6914         * src/foldersel.c
6915         * src/prefs_actions.c
6916         * src/prefs_filtering.c
6917         * src/prefs_matcher.c
6918         * src/prefs_spelling.glade      ** REMOVED **
6919         * src/prefs_template.c
6920         * src/gtk/foldersort.glade      ** REMOVED **
6921         * src/gtk/pluginwindow.c
6922         * src/gtk/pluginwindow.glade    ** REMOVED **
6923         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6924                 cleanups
6925
6926 2005-12-11 [paul]       1.9.100cvs82
6927
6928         * src/gtk/filesel.c
6929                 fix attach_load_dir crasher (double free)
6930
6931 2005-12-09 [paul]       1.9.100cvs81
6932
6933         * po/POTFILES.in
6934         * src/mainwindow.c
6935         * src/gtk/Makefile.am
6936         * src/gtk/icon_legend.c
6937         * src/gtk/icon_legend.h
6938                 add icon legend
6939         * src/manual.c
6940                 cleanup
6941
6942 2005-12-09 [paul]       1.9.100cvs80
6943
6944         * src/plugins/pgpcore/passphrase.c
6945                 wrap the label in the dialog
6946
6947 2005-12-09 [colin]      1.9.100cvs79
6948
6949         * src/plugins/pgpcore/sgpgme.c
6950                 Display (untrusted) on not trusted signatures
6951                 Patch by Michal Èihaø <michal@cihar.com>
6952                 Closes bug #867 (Report also key trust)
6953
6954 2005-12-09 [colin]      1.9.100cvs78
6955
6956         * src/common/plugin.c
6957                 Update licence check, following Eben Moglen's advice
6958
6959 2005-12-08 [colin]      1.9.100cvs77
6960
6961         * src/folder.c
6962                 Fix the occasionnal item->cache != NULL 
6963                 assertion failure. 
6964
6965 2005-12-08 [colin]      1.9.100cvs76
6966
6967         * src/mimeview.c
6968         * src/plugins/pgpcore/sgpgme.c
6969                 Print key id when unable to check it
6970                 Closes bug #866 (Show key id when missing)
6971
6972 2005-12-08 [paul]       1.9.100cvs75
6973
6974         * src/prefs_common.c
6975         * src/prefs_common.h
6976         * src/gtk/filesel.c
6977                 remember load attachment dir
6978
6979 2005-12-07 [colin]      1.9.100cvs74
6980
6981         * src/prefs_toolbar.c
6982                 Gtk fixes, patch by Fabien Vantard
6983
6984 2005-12-07 [colin]      1.9.100cvs73
6985
6986         * src/action.c
6987         * src/compose.c
6988         * src/compose.h
6989                 Fix bug #839 (Quoted text isn't colored after 
6990                 executing an action)
6991         * src/common/plugin.c
6992                 Require plugins to declare their licence in plugin_licence()
6993                 Refuse to load non-GPL plugins as they'd be illegal (as 
6994                 derived works of Sylpheed-Claws, they must be GPL).
6995         * src/plugins/clamav/clamav_plugin.c
6996         * src/plugins/demo/demo.c
6997         * src/plugins/dillo_viewer/dillo_viewer.c
6998         * src/plugins/pgpcore/plugin.c
6999         * src/plugins/pgpinline/plugin.c
7000         * src/plugins/pgpmime/plugin.c
7001         * src/plugins/spamassassin/spamassassin.c
7002         * src/plugins/trayicon/trayicon.c
7003                 Add plugin_licence()
7004
7005 2005-12-07 [paul]       1.9.100cvs72
7006
7007         * configure.ac
7008         * src/mainwindow.c
7009         * src/manual.c
7010         * src/manual.h
7011         * src/common/defs.h
7012                 clean up after local FAQ removal and
7013                 temporary manual removal
7014
7015 2005-12-06 [colin]      1.9.100cvs71
7016
7017         * configure.ac
7018         * doc/Makefile.am
7019         * doc/faq/.cvsignore
7020         * doc/faq/Makefile.am
7021         * doc/faq/de/.cvsignore
7022         * doc/faq/de/Makefile.am
7023         * doc/faq/de/sylpheed-faq-1.html
7024         * doc/faq/de/sylpheed-faq-2.html
7025         * doc/faq/de/sylpheed-faq-3.html
7026         * doc/faq/de/sylpheed-faq.html
7027         * doc/faq/en/.cvsignore
7028         * doc/faq/en/Makefile.am
7029         * doc/faq/en/sylpheed-faq-1.html
7030         * doc/faq/en/sylpheed-faq-2.html
7031         * doc/faq/en/sylpheed-faq-3.html
7032         * doc/faq/en/sylpheed-faq-4.html
7033         * doc/faq/en/sylpheed-faq.html
7034         * doc/faq/es/.cvsignore
7035         * doc/faq/es/Makefile.am
7036         * doc/faq/es/sylpheed-faq-1.html
7037         * doc/faq/es/sylpheed-faq-2.html
7038         * doc/faq/es/sylpheed-faq-3.html
7039         * doc/faq/es/sylpheed-faq-4.html
7040         * doc/faq/es/sylpheed-faq.html
7041         * doc/faq/fr/.cvsignore
7042         * doc/faq/fr/Makefile.am
7043         * doc/faq/fr/sylpheed-faq-1.html
7044         * doc/faq/fr/sylpheed-faq-2.html
7045         * doc/faq/fr/sylpheed-faq-3.html
7046         * doc/faq/fr/sylpheed-faq.html
7047         * doc/faq/it/.cvsignore
7048         * doc/faq/it/Makefile.am
7049         * doc/faq/it/sylpheed-faq-1.html
7050         * doc/faq/it/sylpheed-faq-2.html
7051         * doc/faq/it/sylpheed-faq-3.html
7052         * doc/faq/it/sylpheed-faq.html
7053         * doc/manual/.cvsignore
7054         * doc/manual/Makefile.am
7055         * doc/manual/de/.cvsignore
7056         * doc/manual/de/Makefile.am
7057         * doc/manual/de/sylpheed-1.html
7058         * doc/manual/de/sylpheed-10.html
7059         * doc/manual/de/sylpheed-11.html
7060         * doc/manual/de/sylpheed-12.html
7061         * doc/manual/de/sylpheed-13.html
7062         * doc/manual/de/sylpheed-14.html
7063         * doc/manual/de/sylpheed-15.html
7064         * doc/manual/de/sylpheed-16.html
7065         * doc/manual/de/sylpheed-17.html
7066         * doc/manual/de/sylpheed-18.html
7067         * doc/manual/de/sylpheed-19.html
7068         * doc/manual/de/sylpheed-2.html
7069         * doc/manual/de/sylpheed-20.html
7070         * doc/manual/de/sylpheed-3.html
7071         * doc/manual/de/sylpheed-4.html
7072         * doc/manual/de/sylpheed-5.html
7073         * doc/manual/de/sylpheed-6.html
7074         * doc/manual/de/sylpheed-7.html
7075         * doc/manual/de/sylpheed-8.html
7076         * doc/manual/de/sylpheed-9.html
7077         * doc/manual/de/sylpheed.html
7078         * doc/manual/en/.cvsignore
7079         * doc/manual/en/Makefile.am
7080         * doc/manual/en/sylpheed-1.html
7081         * doc/manual/en/sylpheed-10.html
7082         * doc/manual/en/sylpheed-11.html
7083         * doc/manual/en/sylpheed-12.html
7084         * doc/manual/en/sylpheed-13.html
7085         * doc/manual/en/sylpheed-14.html
7086         * doc/manual/en/sylpheed-15.html
7087         * doc/manual/en/sylpheed-16.html
7088         * doc/manual/en/sylpheed-17.html
7089         * doc/manual/en/sylpheed-18.html
7090         * doc/manual/en/sylpheed-19.html
7091         * doc/manual/en/sylpheed-2.html
7092         * doc/manual/en/sylpheed-20.html
7093         * doc/manual/en/sylpheed-21.html
7094         * doc/manual/en/sylpheed-22.html
7095         * doc/manual/en/sylpheed-3.html
7096         * doc/manual/en/sylpheed-4.html
7097         * doc/manual/en/sylpheed-5.html
7098         * doc/manual/en/sylpheed-6.html
7099         * doc/manual/en/sylpheed-7.html
7100         * doc/manual/en/sylpheed-8.html
7101         * doc/manual/en/sylpheed-9.html
7102         * doc/manual/en/sylpheed.html
7103         * doc/manual/es/.cvsignore
7104         * doc/manual/es/Makefile.am
7105         * doc/manual/es/sylpheed-1.html
7106         * doc/manual/es/sylpheed-10.html
7107         * doc/manual/es/sylpheed-11.html
7108         * doc/manual/es/sylpheed-12.html
7109         * doc/manual/es/sylpheed-13.html
7110         * doc/manual/es/sylpheed-14.html
7111         * doc/manual/es/sylpheed-15.html
7112         * doc/manual/es/sylpheed-16.html
7113         * doc/manual/es/sylpheed-17.html
7114         * doc/manual/es/sylpheed-18.html
7115         * doc/manual/es/sylpheed-19.html
7116         * doc/manual/es/sylpheed-2.html
7117         * doc/manual/es/sylpheed-20.html
7118         * doc/manual/es/sylpheed-3.html
7119         * doc/manual/es/sylpheed-4.html
7120         * doc/manual/es/sylpheed-5.html
7121         * doc/manual/es/sylpheed-6.html
7122         * doc/manual/es/sylpheed-7.html
7123         * doc/manual/es/sylpheed-8.html
7124         * doc/manual/es/sylpheed-9.html
7125         * doc/manual/es/sylpheed.html
7126         * doc/manual/fr/.cvsignore
7127         * doc/manual/fr/Makefile.am
7128         * doc/manual/fr/sylpheed-1.html
7129         * doc/manual/fr/sylpheed-10.html
7130         * doc/manual/fr/sylpheed-11.html
7131         * doc/manual/fr/sylpheed-12.html
7132         * doc/manual/fr/sylpheed-13.html
7133         * doc/manual/fr/sylpheed-14.html
7134         * doc/manual/fr/sylpheed-15.html
7135         * doc/manual/fr/sylpheed-16.html
7136         * doc/manual/fr/sylpheed-17.html
7137         * doc/manual/fr/sylpheed-18.html
7138         * doc/manual/fr/sylpheed-19.html
7139         * doc/manual/fr/sylpheed-2.html
7140         * doc/manual/fr/sylpheed-20.html
7141         * doc/manual/fr/sylpheed-3.html
7142         * doc/manual/fr/sylpheed-4.html
7143         * doc/manual/fr/sylpheed-5.html
7144         * doc/manual/fr/sylpheed-6.html
7145         * doc/manual/fr/sylpheed-7.html
7146         * doc/manual/fr/sylpheed-8.html
7147         * doc/manual/fr/sylpheed-9.html
7148         * doc/manual/fr/sylpheed.html
7149         * doc/manual/ja/.cvsignore
7150         * doc/manual/ja/Makefile.am
7151         * doc/manual/ja/sylpheed-1.html
7152         * doc/manual/ja/sylpheed-10.html
7153         * doc/manual/ja/sylpheed-11.html
7154         * doc/manual/ja/sylpheed-12.html
7155         * doc/manual/ja/sylpheed-13.html
7156         * doc/manual/ja/sylpheed-14.html
7157         * doc/manual/ja/sylpheed-15.html
7158         * doc/manual/ja/sylpheed-16.html
7159         * doc/manual/ja/sylpheed-17.html
7160         * doc/manual/ja/sylpheed-18.html
7161         * doc/manual/ja/sylpheed-19.html
7162         * doc/manual/ja/sylpheed-2.html
7163         * doc/manual/ja/sylpheed-20.html
7164         * doc/manual/ja/sylpheed-3.html
7165         * doc/manual/ja/sylpheed-4.html
7166         * doc/manual/ja/sylpheed-5.html
7167         * doc/manual/ja/sylpheed-6.html
7168         * doc/manual/ja/sylpheed-7.html
7169         * doc/manual/ja/sylpheed-8.html
7170         * doc/manual/ja/sylpheed-9.html
7171         * doc/manual/ja/sylpheed.html
7172         * doc/manual/ja/sylpheed.sgml
7173         * src/mainwindow.c
7174                 Remove outdated manual and faq. Noisy, eh?
7175
7176 2005-12-06 [colin]      1.9.100cvs70
7177
7178         * src/compose.c
7179         * src/quote_fmt_parse.y
7180         * src/undo.c
7181         * src/undo.h
7182                 Allow %X to position cursor at 0 
7183                 (no %X = before signature)
7184                 Fix paste as quotation putting the cursor at 0
7185                 Fix undo offsets when pasting
7186                 Insert the quote_fmt at once instead of line 
7187                 by line
7188                 Fix [Edited] when starting to reply/forward
7189
7190 2005-12-06 [paul]       1.9.100cvs69
7191
7192         * src/plugins/clamav/clamav_plugin_gtk.c
7193                 add another tooltip
7194         * src/plugins/spamassassin/spamassassin_gtk.c
7195                 rework spamassassin_create_widget_func()
7196
7197 2005-12-05 [colin]      1.9.100cvs68
7198
7199         * po/POTFILES.in
7200                 Fix make release ;-)
7201
7202 2005-12-05 [colin]      1.9.100cvs67
7203
7204         * src/compose.c
7205         * src/compose.h
7206                 Fix cursor positioning (not obeying %X)
7207
7208 2005-12-05 [paul]       1.9.100cvs66
7209
7210         * src/plugins/dillo_viewer/dillo_prefs.c
7211                 fix compilation warning
7212
7213 2005-12-05 [paul]       1.9.100cvs65
7214
7215         * src/prefs_spelling.c
7216         * src/plugins/trayicon/trayicon.c
7217                 cleanups - remove unused stuff
7218
7219 2005-12-05 [paul]       1.9.100cvs64
7220
7221         * README
7222         * manual/plugins.xml
7223                 remove info about removed mathml_viewer plugin
7224
7225 2005-12-05 [paul]       1.9.100cvs63
7226
7227         * configure.ac
7228         * src/plugins/Makefile.am
7229         * src/plugins/mathml_viewer/.cvsignore
7230         * src/plugins/mathml_viewer/Makefile.am
7231         * src/plugins/mathml_viewer/mathml_viewer.c
7232                 remove unmaintained mathml_viewer plugin
7233
7234 2005-12-05 [paul]       1.9.100cvs62
7235
7236         * src/summaryview.c
7237                 obey prefs_common.always_show_msg when
7238                 moving a msg
7239                 Thanks to Colin
7240
7241 2005-12-05 [paul]       1.9.100cvs61
7242
7243         * src/compose.c
7244         * src/prefs_account.c
7245         * src/prefs_filtering.c
7246         * src/prefs_quote.c
7247         * src/prefs_spelling.c
7248         * src/prefs_toolbar.c
7249         * src/summaryview.c
7250         * src/gtk/gtkutils.c
7251         * src/gtk/quicksearch.c
7252         * src/plugins/dillo_viewer/dillo_prefs.c
7253                 dialog cleanups
7254
7255 2005-12-04 [paul]       1.9.100cvs60
7256
7257         * src/inc.c
7258         * src/prefs_account.c
7259         * src/prefs_account.h
7260                 allow a Local account to specify a
7261                 default inbox
7262                 (closes bug 843 'Inbox cannot be changed for local
7263                  mailboxes')
7264
7265 2005-12-04 [colin]      1.9.100cvs59
7266
7267         * src/plugins/trayicon/trayicon.c
7268                 Remove Get, rename Get All to Get Mail in order to
7269                 be consistent with the default main toolbar
7270
7271 2005-12-03 [colin]      1.9.100cvs58
7272
7273         * manual/gpl.xml
7274         * manual/sylpheed-claws-manual.xml
7275                 Add GPL appendix
7276
7277 2005-12-03 [paul]       1.9.100cvs57
7278
7279         * AUTHORS
7280         * po/sv.po
7281         * src/gtk/authors.h
7282                 new (partially complete) Swedish translation
7283                 by Anders Troback <sylpheed@troback.com>
7284
7285 2005-12-02 [paul]       1.9.100cvs56
7286
7287         * configure.ac
7288                 libetpan 0.41 required
7289
7290 2005-12-02 [paul]       1.9.100cvs55
7291
7292         * src/plugins/clamav/clamav_plugin.c
7293         * src/plugins/clamav/clamav_plugin.h
7294         * src/plugins/clamav/clamav_plugin_gtk.c
7295         * src/plugins/spamassassin/spamassassin.c
7296         * src/plugins/spamassassin/spamassassin.h
7297         * src/plugins/spamassassin/spamassassin_gtk.c
7298                 unregister prefs pages on unloading, thus
7299                 preventing a crash
7300                 (thanks to Colin for the hint)
7301
7302 2005-12-02 [wwp]        1.9.100cvs54
7303
7304         * src/quote_fmt.h
7305         * src/quote_fmt_parse.y
7306                 fix misuse of gboolean*, use gboolean instead
7307                 (thanks to Paul, Colin, for pointing out that scaring one)
7308
7309 2005-12-02 [paul]       1.9.100cvs53
7310
7311         * src/plugins/clamav/clamav_plugin.c
7312                 int no --> unsigned int no
7313         * src/plugins/clamav/clamav_plugin_gtk.c
7314                 rework config page
7315
7316 2005-12-02 [wwp]        1.9.100cvs52
7317
7318         * src/compose.c
7319         * src/prefs_template.c
7320         * src/quote_fmt.h
7321         * src/quote_fmt_parse.y
7322                 prevent from executing |f and |p templates commands when
7323                 adding or replacing templates in prefs (avoids annoying and
7324                 potentially dangerous behaviours)
7325
7326 2005-12-02 [paul]       1.9.100cvs51
7327
7328         * src/prefs_common.c
7329                 allow translation of some default values
7330                 Patch by Fabien Vantard
7331
7332 2005-12-02 [paul]       1.9.100cvs50
7333
7334         * src/codeconv.c
7335         * src/codeconv.h
7336         * src/prefs_common.c
7337         * src/prefs_common.h
7338         * src/prefs_message.c
7339         * src/textview.c
7340                 remove obsolete 'convert_mb_alnum' option
7341                 and related stuff
7342         * src/gtk/about.c
7343                 remove unused 'about_textview_visibility_notify'
7344
7345 2005-12-02 [paul]       1.9.100cvs49
7346
7347         * src/prefs_account.c
7348         * src/prefs_compose_writing.c
7349         * src/prefs_fonts.c
7350         * src/prefs_gtk.h
7351         * src/prefs_image_viewer.c
7352         * src/prefs_message.c
7353         * src/prefs_other.c
7354         * src/prefs_receive.c
7355         * src/prefs_send.c
7356         * src/prefs_spelling.c
7357         * src/prefs_summaries.c
7358         * src/prefs_wrapping.c
7359         * src/plugins/dillo_viewer/dillo_prefs.c
7360         * src/plugins/pgpcore/prefs_gpg.c
7361                 several cleanups to the prefs dialogs
7362                 (slightly modified) patch by Fabien Vantard
7363
7364 2005-12-02 [paul]       1.9.100cvs48
7365
7366         * src/main.c
7367                 --exit means exit
7368         * src/send_message.c
7369                 fix crash on send when connection fails
7370
7371         Thanks to Colin
7372
7373 2005-12-01 [colin]      1.9.100cvs47
7374
7375         * src/html.c
7376                 Translate &hellip; to "..."
7377
7378 2005-11-30 [colin]      1.9.100cvs46
7379
7380         * src/matcher.c
7381         * src/matcher.h
7382                 Optimize back yesterday's fix.
7383
7384 2005-11-30 [paul]       1.9.100cvs45
7385
7386         * manual/faq.xml
7387                 standardised
7388         * manual/intro.xml
7389                 written by Colin, edited by me
7390
7391 2005-11-29 [colin]      1.9.100cvs44
7392
7393         * src/matcher.c
7394                 Skip headers unconditionnaly in match_body if the
7395                 rule is not message or ~message
7396
7397 2005-11-29 [colin]      1.9.100cvs43
7398
7399         * src/matcher.c
7400                 Fix body_part and such, not skipping headers 
7401                 if the matchcriteria wasn't the first in the rule
7402
7403 2005-11-29 [colin]      1.9.100cvs42
7404
7405         * src/compose.c
7406                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7407                 option missing from message view window)
7408                 Fix double text D'n'D with gtk-2.8
7409         * src/matcher.c
7410                 Fix ~message, ~headers_part, ~body_part rules
7411         * src/messageview.c
7412                 Add Windows-1252 (Closes bug #863)
7413                 Fix accels
7414         * src/gtk/gtkaspell.c
7415                 Properly destroy accels in all menus
7416
7417 2005-11-29 [mones]      1.9.100cvs41
7418
7419         * po/es.po
7420                 Updated.
7421
7422 2005-11-27 [colin]      1.9.100cvs40
7423
7424         * src/mh_gtk.c
7425                 "/Remove mailbox" -> "/Remove mailbox..."
7426
7427 2005-11-27 [paul]       1.9.100cvs39
7428
7429         * AUTHORS
7430         * po/de.po
7431         * src/gtk/authors.h
7432                 updated by new maintainer, Stephan Sachse
7433
7434 2005-11-27 [paul]       1.9.100cvs38
7435
7436         * manual/faq.xml
7437                 written by Colin, edited by me
7438
7439 2005-11-27 [paul]       1.9.100cvs37
7440
7441         * src/prefs_common.c
7442         * src/prefs_common.h
7443         * src/prefs_receive.c
7444         * src/prefs_summaries.c
7445                 move 'go to inbox after receiving new mail'
7446                 option from display/sumamaries to mail
7447                 handling/receive, and rework prefs_summaries
7448                 dialog a little
7449
7450 2005-11-25 [martin]     1.9.100cvs36
7451
7452         * po/de.po
7453             fixed windows-1252 translation;
7454             translated some new and fuzzy strings
7455
7456 2005-11-25 [paul]       1.9.100cvs35
7457
7458         * src/plugins/clamav/clamav_plugin.c
7459                 complete the update done in cvs34
7460
7461 2005-11-25 [paul]       1.9.100cvs34
7462
7463         * src/plugins/clamav/clamav_plugin.c
7464                 reflect upstream changes
7465
7466 2005-11-25 [paul]       1.9.100cvs33
7467
7468         * manual/ack.xml
7469         * manual/plugins.xml
7470         * manual/sylpheed-claws-manual.xml
7471                 written/updated by Colin, edited by me
7472         * tools/acroread2sylpheed.pl
7473                 update binary name
7474
7475 2005-11-24 [colin]      1.9.100cvs32
7476
7477         * src/compose.c
7478                 Fix bug #856 (reediting messages forgets Request
7479                 Return Receipt)
7480
7481 2005-11-24 [paul]       1.9.100cvs31
7482
7483         * manual/addrbook.xml
7484         * manual/starting.xml
7485                 written by Colin, proofread, edited, adapted by me
7486         * manual/advanced.xml
7487                 add some Actions examples
7488         * src/importldif.c
7489                 use a Save button instead of a Close button
7490         * src/wizard.c
7491                 indicate mandatory fields
7492                 fix page display
7493                 Thanks to Colin
7494
7495 2005-11-23 [colin]      1.9.100cvs30
7496
7497         * src/addressbook.c
7498                 Rename menu item, fix possible crash after
7499                 deletion of books
7500         * src/addrindex.c
7501                 Allow searching for '*' in ldap
7502         * src/browseldap.c
7503                 Fix "Browse Entry" (did anyone use it?)
7504         * src/wizard.c
7505                 Add guards for mandatory information
7506
7507 2005-11-23 [paul]       1.9.100cvs29
7508
7509         * manual/advanced.xml
7510                 corrections to the English
7511
7512 2005-11-23 [colin]      1.9.100cvs28
7513
7514         * src/mimeview.c
7515                 Fix possible crash at exit. After the call to
7516                 gtk_container_remove(), the Viewer's widget has no
7517                 more parent so gtk+ automatically frees it and its
7518                 sons. If destroy_viewer() then try to access it,
7519                 problems ensue.
7520
7521 2005-11-22 [colin]      1.9.100cvs27
7522
7523         * src/compose.c
7524         * src/gtk/gtkaspell.c
7525                 Fix right-clicking on a misspelled word
7526                 Fix More... in suggestions menu
7527
7528 2005-11-22 [wwp]        1.9.100cvs26
7529
7530         * src/prefs_template.c
7531                 templates works: re-sort templates list when adding or replacing,
7532                 prevent from adding or replacing when the template name is empty
7533
7534 2005-11-21 [colin]      1.9.100cvs25
7535
7536         * src/addressbook.c
7537                 Fix some addressbook suckage (dnd, select all)
7538         * src/compose.c
7539         * src/gtk/gtkaspell.c
7540         * src/gtk/gtkaspell.h
7541                 Make the spellchecker menu work with the 
7542                 GtkTextView one instead of overriding it
7543
7544 2005-11-20 [paul]       1.9.100cvs24
7545
7546         * manual/handling.xml
7547                 proofread and corrected
7548
7549 2005-11-20 [paul]       1.9.100cvs23
7550
7551         * manual/Makefile
7552                 generate html as one file
7553         * manual/advanced.xml
7554                 fix output generation
7555                 reformat hidden options list
7556         * manual/manual.xml     ** REMOVED **
7557         * manual/sylpheed-claws-manual.xml      ** ADDED **
7558                 renamed
7559
7560 2005-11-18 [colin]      1.9.100cvs22
7561
7562         * src/prefs_account.c
7563                 Fix layout in news and mbox accounts
7564         * manual/account.xml
7565         * manual/advanced.xml
7566                 New contents for Paul to check :)
7567
7568 2005-11-18 [wwp]        1.9.100cvs21
7569
7570         * src/gtk/quicksearch.c
7571                 don't update extended quicksearch buttons twice
7572
7573 2005-11-18 [paul]       1.9.100cvs20
7574
7575         * src/textview.c
7576                 complete 1.9.100cvs19
7577
7578 2005-11-18 [paul]       1.9.100cvs19
7579
7580         * src/compose.c
7581                 cosmetic improvements
7582         * src/textview.c
7583                 also list text/* attachments
7584
7585 2005-11-18 [colin]      1.9.100cvs18
7586
7587         * src/summaryview.c
7588                 Use column 0 instead of -1 in 
7589                 gtk_ctree_node_moveto, in a naive
7590                 hope it'll fix the gtk-related crashes
7591
7592 2005-11-18 [colin]      1.9.100cvs17
7593
7594         * src/gtk/inputdialog.c
7595                 Fix icon staying the first one
7596
7597 2005-11-17 [wwp]        1.9.100cvs16
7598                 fix possible problem showing some quicksearch buttons, and a bad
7599                 call to g_return_if_fail in a function that returns a value (both
7600                 fixes by Fabien Vantard)
7601
7602 2005-11-15 [wwp]        1.9.100cvs15
7603
7604         * src/gtk/quicksearch.c
7605                 added a tooltip to that obscure ... quicksearch button
7606
7607 2005-11-15 [wwp]        1.9.100cvs14
7608
7609         * src/gtk/quicksearch.c
7610                 add a quicksearch helper to filtering expression users: the ... button
7611                 raises the condition expr window. condition expressions set up w/ this
7612                 window are used by the quicksearch if the user closes it pressing OK.
7613
7614 2005-11-14 [paul]       1.9.100cvs13
7615
7616         * src/plugins/clamav/clamav_plugin.c
7617         * src/plugins/spamassassin/spamassassin.c
7618                 change plugin type following recent merging
7619
7620 2005-11-14 [wwp]        1.9.100cvs12
7621
7622         * src/folder.c
7623                 prevent from crashing when copying/moving message(s) from and
7624                 to the same folder
7625
7626 2005-11-14 [paul]       1.9.100cvs11
7627
7628         * src/plugins/clamav/Makefile.am
7629         * src/plugins/clamav/clamav_plugin.c
7630         * src/plugins/clamav/clamav_plugin.h
7631         * src/plugins/clamav/clamav_plugin_gtk.c
7632                 also merge clamav and clamav_gtk plugins
7633
7634 2005-11-13 [colin]      1.9.100cvs10
7635
7636         * configure.ac
7637         * src/plugins/spamassassin/Makefile.am
7638         * src/plugins/spamassassin/spamassassin.c
7639         * src/plugins/spamassassin/spamassassin.h
7640         * src/plugins/spamassassin/spamassassin_gtk.c
7641                 Merge spamassassin and spamassassin_gtk plugins,
7642                 and build it by default.
7643
7644 2005-11-12 [colin]      1.9.100cvs9
7645
7646         * src/etpan/imap-thread.c
7647                 Fix gcc warning
7648
7649 2005-11-12 [colin]      1.9.100cvs8
7650
7651         * src/procmime.c
7652                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7653
7654 2005-11-10 [colin]      1.9.100cvs7
7655
7656         * src/main.c
7657                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7658                 minimised state)
7659
7660 2005-11-10 [wwp]        1.9.100cvs6
7661
7662         * src/gtk/description_window.c
7663                 fix a crash when closing description windows using the WM's [X] button
7664
7665 2005-11-09 [colin]      1.9.100cvs5
7666
7667         * src/common/ssl.c
7668                 Update libetpan call to follow upstream
7669                 (yes, this requires libetpan-0.40cvs3)
7670
7671 2005-11-08 [colin]      1.9.100cvs4
7672
7673         * src/compose.c
7674         * src/textview.c
7675         * src/common/utils.c
7676         * src/common/utils.h
7677                 Enhance the email parser
7678
7679 2005-11-08 [colin]      1.9.100cvs3
7680
7681         * src/procmime.c
7682                 Fix what looks like an off-by-one (fixes 
7683                 attachments from the Bat)
7684
7685 2005-11-08 [wwp]        1.9.100cvs2
7686
7687         * src/main.c
7688                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7689
7690 2005-11-08 [wwp]        1.9.100cvs1
7691
7692         * src/main.c
7693                 allow exiting Sylpheed-Claws from command-line
7694
7695 2005-11-08 [paul]       1.9.100
7696
7697         1.9.100 released
7698
7699 2005-11-07 [colin]      1.9.99cvs17
7700
7701         * src/addritem.c
7702         * src/ldif.c
7703                 Fix import of base-64 encoded items
7704
7705 2005-11-07 [colin]      1.9.99cvs16
7706
7707         * src/send_message.c
7708                 Fix bug #314 (Queue does not empty under certain 
7709                 circumstances)
7710
7711 2005-11-07 [paul]       1.9.99cvs15
7712
7713         * src/mutt.c
7714         * src/pine.c
7715                 fix buffer overflows
7716                 Thanks to Colin
7717
7718 2005-11-07 [paul]       1.9.99cvs14
7719
7720         * doc/man/Makefile.am
7721         * doc/man/sylpheed-claws.1      ** ADDED **
7722         * doc/man/sylpheed.1            ** DELETED **
7723                 rename and update the man file
7724
7725 2005-11-06 [colin]      1.9.99cvs13
7726
7727         * src/ldif.c
7728                 Fix ldif_get_line() that returned empty strings
7729                 (Didn't understand why). Also fix a possible
7730                 buffer overflow.
7731
7732 2005-11-06 [wwp]        1.9.99cvs12
7733
7734         * src/textview.c
7735         * src/gtk/about.c
7736         * src/gtk/gtkutils.c
7737         * src/gtk/gtkutils.h
7738                 fix a compilation warning,
7739                 make links sensitive in the about dialog
7740
7741 2005-11-04 [wwp]        1.9.99cvs11
7742
7743         * src/gtk/about.c
7744                 don't wrap or translate URIs, and a bit text format cleanup
7745
7746 2005-11-04 [wwp]        1.9.99cvs10
7747
7748         * src/gtk/about.c
7749                 better textview tagging implementation (no more use of marks for
7750                 postponed tagging)
7751
7752 2005-11-02 [colin]      1.9.99cvs9
7753
7754         * src/common/ssl.c
7755                 Forgot an ifdef
7756
7757 2005-11-02 [colin]      1.9.99cvs8
7758
7759         * configure.ac
7760                 Require libetpan-0.40 due to upstream fix
7761         * src/common/ssl.c
7762                 Tell libetpan not to call SSL_Library_Init,
7763                 as we do it ourselves.
7764
7765 2005-11-02 [colin]      1.9.99cvs7
7766
7767         * po/POTFILES.in
7768                 Add missing files (thanks to Fabien Vantard)
7769
7770 2005-11-02 [colin]      1.9.99cvs6
7771
7772         * src/summaryview.c
7773                 Fix totals when read messages are hidden or quicksearch
7774                 is on
7775         * src/ssl_manager.c
7776         * src/ssl_manager.h
7777         * src/common/ssl_certificate.c
7778         * src/common/ssl_certificate.h
7779         * src/gtk/sslcertwindow.c
7780         * src/gtk/sslcertwindow.h
7781                 Fix copyright on my stuff
7782
7783 2005-11-02 [wwp]        1.9.99cvs5
7784
7785         * src/prefs_themes.c
7786                 fix directory name checking (theme installation/removal),
7787                 made related error a bit more verbose
7788
7789 2005-11-02 [colin]      1.9.99cvs4
7790
7791         * src/summaryview.c
7792                 Fix typo (probably fixes bug #841 (Sort by the From 
7793                 field doesn't work)
7794
7795 2005-11-02 [paul]       1.9.99cvs3
7796
7797         * po/ko.po
7798         * po/nb.po
7799                 updated by SungHyun Nam, Geir Helland
7800         * src/wizard.c
7801                 fix typo in welcome message. spotted by
7802                 Andrea Spadaccini
7803
7804 2005-11-01 [colin]      1.9.99cvs2
7805
7806         * src/compose.c
7807                 Fix replying to ml wen confirming subscription
7808         * src/messageview.c
7809         * src/mimeview.c
7810         * src/mimeview.h
7811         * src/privacy.h
7812         * src/summaryview.c
7813                 Make key check non blocking
7814
7815 2005-10-31 [paul]       1.9.99cvs1
7816
7817         * tools/claws.i18n.status.pl
7818                 updated for ChangeLog
7819
7820 2005-10-31 [paul]       1.9.99
7821
7822         1.9.99 released
7823
7824 2005-10-31 [paul]       1.9.15cvs131
7825
7826         * .cvsignore
7827         * ChangeLog
7828         * ChangeLog.claws       ** REMOVED **
7829         * ChangeLog-gtk2.claws  ** REMOVED **
7830         * ChangeLog.gtk1        ** ADDED **
7831         * INSTALL
7832         * Makefile.am
7833         * NEWS
7834         * README
7835         * README.claws          ** REMOVED **
7836         * README.jp             ** REMOVED **
7837         * RELEASE_NOTES         ** ADDED **
7838         * RELEASE_NOTES.claws   ** REMOVED **
7839         * commitHelper
7840         * configure.ac
7841         * sylpheed.spec.in      ** REMOVED **
7842                 tidy up and update the default docs:
7843                 ChangeLog.claws is renamed ChangeLog.gtk1
7844                 ChangeLog-gtk2.claws is renamed ChangeLog
7845                 README.claws is renamed README
7846                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7847
7848 2005-10-31 [paul]       1.9.15cvs130
7849
7850         * po/it.po
7851                 fix errors
7852
7853 2005-10-31 [paul]       1.9.15cvs129
7854
7855         * po/ca.po
7856         * po/de.po
7857         * po/en_GB.po
7858         * po/fr.po
7859         * po/it.po
7860         * po/pt_BR.po
7861         * po/sk.po
7862         * po/sr.po
7863         * po/zh_CN.po
7864                 updated by Miquel Oliete, Stephan Sachse and
7865                 Thomas Gilgin, me, Fabien Vantard, Andrea
7866                 Spadaccini, Frederico Goncalves Guimaraes,
7867                 Andrej Kacian, Aleksandar Urosevic, and
7868                 Ralgh Young.
7869
7870 2005-10-31 [mones]      1.9.15cvs128
7871
7872         * manual/faq.xml
7873                 More questions.
7874         
7875         * po/es.po
7876                 Updated for release.
7877
7878 2005-10-30 [colin]      1.9.15cvs127
7879
7880         * src/compose.c
7881                 Place cursor before rewrapping (fixes cursor
7882                 pos if quotation gets rewrapped)
7883
7884 2005-10-29 [paul]       1.9.15cvs126
7885
7886         * src/crash.c
7887         * src/foldersel.c
7888         * src/main.c
7889         * src/messageview.c
7890         * src/toolbar.c
7891         * src/gtk/authors.h
7892                 corrections to text items
7893
7894 2005-10-28 [colin]      1.9.15cvs125
7895
7896         * src/messageview.c
7897                 Make "hit 'C' to check sig" work from extern 
7898                 messageviews
7899
7900 2005-10-27 [colin]      1.9.15cvs124
7901
7902         * src/summaryview.c
7903                 Add a hack to avoid segfaulting when hammering 
7904                 on gtk's events
7905
7906 2005-10-27 [wwp]        1.9.15cvs123
7907
7908         * src/prefs_themes.c
7909                 sort list of themes names in themes prefs
7910
7911 2005-10-27 [paul]       1.9.15cvs122
7912
7913         * src/folder.c
7914         * src/prefs_account.c
7915                 fix building on Solaris
7916                 Patch by Alex Moore
7917
7918 2005-10-27 [wwp]        1.9.15cvs121
7919
7920         * src/summaryview.c
7921         * src/gtk/gtksctree.c
7922                 speed up unselecting messages in summary view (thanks to Colin)
7923
7924 2005-10-27 [paul]       1.9.15cvs120
7925
7926         * src/mainwindow.c
7927                 fix a compilation warning
7928         * src/summaryview.c
7929                 fix updating of 'n items selected' count
7930                 when deselecting
7931
7932 2005-10-27 [martin]     1.9.15cvs119
7933
7934         * src/action.c
7935                 ignore actions with a leading '/' in the action menu name
7936                 fixes a crash on menu creation
7937         * src/prefs_actions.c
7938                 do not allow a leading '/' in the action menu name
7939
7940 2005-10-27 [paul]       1.9.15cvs118
7941
7942         * src/main.c
7943                 fix compilation warning
7944
7945 2005-10-27 [paul]       1.9.15cvs117
7946
7947         * src/procmime.c
7948                 add #if HAVE_LOCALE_H
7949
7950 2005-10-27 [paul]       1.9.15cvs116
7951
7952         * src/plugins/clamav/clamav_plugin.c
7953         * src/plugins/dillo_viewer/dillo_viewer.c
7954         * src/plugins/mathml_viewer/mathml_viewer.c
7955         * src/plugins/pgpcore/plugin.c
7956         * src/plugins/pgpinline/plugin.c
7957         * src/plugins/pgpmime/plugin.c
7958         * src/plugins/spamassassin/spamassassin.c
7959         * src/plugins/trayicon/trayicon.c
7960                 plugin_init() : make error messages more
7961                 informative
7962
7963 2005-10-26 [wwp]        1.9.15cvs115
7964
7965         * src/prefs_matcher.c
7966                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7967
7968 2005-10-26 [wwp]        1.9.15cvs114
7969
7970         * src/procmime.c
7971         * src/gtk/gtksctree.c
7972         * src/plugins/spamassassin/libspamc.c
7973         * src/plugins/spamassassin/spamassassin.c
7974                 fix some compilation warnings more
7975
7976 2005-10-26 [mones]      1.9.15cvs113
7977
7978         * po/es.po
7979                 Updated translation
7980
7981 2005-10-26 [paul]       1.9.15cvs112
7982
7983         * src/prefs_message.c
7984                 give all display_xface stuff the
7985                 #if HAVE_LIBCOMPFACE treatment, thus
7986                 preventing a crash
7987                 (Thanks to Wolfgang Enderlein)
7988
7989 2005-10-26 [colin]      1.9.15cvs111
7990
7991         * src/gedit-print.c
7992                 Fix date format
7993         * src/imap_gtk.c
7994         * src/news_gtk.c
7995                 Remove context menu items that should not be there
7996         * src/jpilot.c
7997                 Fix encoding
7998         * src/main.c
7999         * src/mainwindow.c
8000                 Don't show the mainwindow too soon
8001
8002 2005-10-26 [wwp]        1.9.15cvs110
8003
8004         * src/folder.c
8005         * src/manual.c
8006         * src/summaryview.c
8007                 fix uninitialized pointers in the folder updating hook
8008                 (thanks to Colin)
8009
8010 2005-10-25 [mones]      1.9.15cvs109
8011
8012         * manual/faq.xml
8013                 General information subsection completed. 
8014                 Removed archaic references.
8015                 
8016         * manual/Makefile
8017         * manual/dtd/manual.dsl
8018                 Added customization stylesheet for getting paragraphs
8019                 fully justified in PDF output (as suggested by Colin).
8020
8021 2005-10-25 [colin]      1.9.15cvs108
8022
8023         * src/compose.c
8024                 Fix a second leak
8025
8026 2005-10-25 [colin]      1.9.15cvs107
8027
8028         * src/addrbook.c
8029         * src/addrindex.c
8030                 Fix leak (xml_get_element() allocates memory)
8031         * src/compose.c
8032                 Fix leak + dead code (shame!)
8033         * src/procmime.c
8034                 Fix leak
8035
8036 2005-10-25 [colin]      1.9.15cvs106
8037
8038         * src/mimeview.c
8039                 Fix encoding issue in Save all and in 
8040                 overwrite-confirmation alertpanel
8041
8042 2005-10-25 [colin]      1.9.15cvs105
8043
8044         * src/common/socket.c
8045                 Fix a leak - Thanks to Christopher Aillon
8046                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8047
8048 2005-10-25 [paul]       1.9.15cvs104
8049
8050         * src/wizard.c
8051                 Always guess servers from the right-hand
8052                 email part and guess username from the
8053                 left-hand part. (Thanks to Colin)
8054                 add an X-Face to the welcome message
8055
8056 2005-10-25 [paul]       1.9.15cvs103
8057
8058         * manual/handling.xml
8059                 written by Colin, edited by me
8060
8061 2005-10-25 [wwp]        1.9.15cvs102
8062
8063         * src/folderview.c
8064         * src/grouplistdialog.c
8065         * src/imap.c
8066         * src/noticeview.c
8067                 fix some compilation warnings
8068
8069 2005-10-24 [paul]
8070
8071         1.9.99-rc3 released
8072
8073 2005-10-24 [paul]       1.9.15cvs101
8074
8075         * src/gtk/about.c
8076                 fix window sizing
8077
8078 2005-10-24 [paul]       1.9.15cvs100
8079
8080         * src/pixmaps/offline.xpm
8081         * src/pixmaps/online.xpm
8082                 replace with last default versions
8083
8084 2005-10-24 [colin]      1.9.15cvs99
8085
8086         * src/imap.c
8087                 Fix bug when moving a folder
8088         * src/imap_gtk.c
8089         * src/mh_gtk.c
8090                 "Delete folder" pops up a window, so it 
8091                 should be suffixed with "..."
8092         * src/plugins/pgpcore/sgpgme.c
8093                 Include locale.h
8094
8095 2005-10-24 [mones]      1.9.15cvs98
8096
8097         * manual/Makefile
8098         * manual/account.xml
8099         * manual/ack.xml
8100         * manual/addrbook.xml
8101         * manual/advanced.xml
8102         * manual/faq.xml
8103         * manual/glossary.xml
8104         * manual/gpl.xml
8105         * manual/handling.xml
8106         * manual/intro.xml
8107         * manual/keyboard.xml
8108         * manual/manual.xml
8109         * manual/plugins.xml
8110         * manual/starting.xml
8111         * manual/dtd/sdocbook.dtd
8112                 Initial manual structure and some content.
8113
8114 2005-10-23 [wwp]        1.9.15cvs97
8115
8116         * src/gtk/about.c
8117                 fix a typo
8118
8119 2005-10-23 [wwp]        1.9.15cvs96
8120
8121         * src/gtk/about.c
8122         * src/gtk/authors.h
8123                 rework of the about window (main work by Paul), also featuring a few
8124                 fixes for typos and duplicate names
8125
8126 2005-10-23 [wwp]        1.9.15cvs95
8127
8128         * src/.cvsignore
8129                 Ignore the right binary name (sylpheed-claws now)
8130
8131 2005-10-23 [paul]       1.9.15cvs94
8132
8133         * src/compose.c
8134                 when using Folder Pref 'Default To for
8135                 replies' make the entry in the Compose
8136                 window bold
8137                 Patch by Fabien Vantard
8138
8139 2005-10-22 [colin]      1.9.15cvs93
8140
8141         * src/codeconv.c
8142                 Fix leak
8143
8144 2005-10-22 [colin]      1.9.15cvs92
8145
8146         * src/codeconv.c
8147                 try to convert using locale (apart utf8) if necessary
8148
8149 2005-10-22 [colin]      1.9.15cvs91
8150
8151         * src/pixmaps/new.xpm
8152         * src/pixmaps/unread.xpm
8153                 Make the unread envelope blue again and
8154                 saturate the new one a bit more.
8155
8156 2005-10-22 [colin]      1.9.15cvs90
8157
8158         * src/compose.c
8159                 When replying to a mail sent by one of our accounts,
8160                 use the original list of recipients. Let 'Reply All'
8161                 and 'Reply to sender' work like previously.
8162
8163 2005-10-21 [colin]      1.9.15cvs89
8164
8165         * src/prefs_filtering.c
8166                 Clear fields after add and replace
8167         * src/textview.c
8168                 Display xface differently (better)
8169         * src/plugins/pgpinline/pgpinline.c
8170                 Fix crappy encodings/recodings
8171
8172 2005-10-21 [paul]       1.9.15cvs88
8173
8174         * src/compose.c
8175         * src/prefs_folder_item.c
8176         * src/toolbar.c
8177                 fix news folder Folder Properties
8178                 (thanks to Colin)
8179         * src/folderview.c
8180                 update folderview after Themes change
8181                 keep selected folder selected
8182                 (thanks to Colin)
8183
8184 2005-10-21 [paul]       1.9.15cvs87
8185
8186         * tools/Makefile.am
8187         * tools/OOo2sylpheed.pl
8188         * tools/README
8189         * tools/README.sylprint
8190         * tools/asus_mailled.sh         ** REMOVED **
8191         * tools/filter_conv.pl
8192         * tools/freshmeat_search.pl
8193         * tools/google_search.pl
8194         * tools/gpg-sign-syl            ** REMOVED **
8195         * tools/kmail2sylpheed.pl
8196         * tools/kmail2sylpheed_v2.pl
8197         * tools/multiwebsearch.pl
8198         * tools/nautilus2sylpheed.sh
8199         * tools/newscache_clean.pl
8200         * tools/outlook2sylpheed.pl
8201         * tools/sylpheed-switcher       ** REMOVED **
8202         * tools/sylprint.pl
8203         * tools/sylprint.rc
8204         * tools/tb2sylpheed
8205         * tools/vcard2xml.py
8206         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8207                 update default config dir
8208                 update binary name (thanks to Fabien Vantard)
8209                 remove obsolete scripts
8210
8211 2005-10-21 [colin]      1.9.15cvs86
8212
8213         * src/inc.c
8214                 Fix possible leak and units. Based on a patch by
8215                 Fabien Vantard.
8216
8217 2005-10-20 [colin]      1.9.15cvs85
8218
8219         * src/textview.c
8220                 Clear xface when clearing textview
8221
8222 2005-10-20 [colin]      1.9.15cvs84
8223
8224         * configure.ac
8225         * src/folderview.c
8226         * src/headerview.c
8227         * src/main.c
8228         * src/prefs_common.c
8229         * src/prefs_common.h
8230         * src/prefs_message.c
8231         * src/textview.c
8232         * src/textview.h
8233         * src/common/defs.h
8234         * src/common/utils.c
8235         * src/common/utils.h
8236         * src/gtk/gtkutils.c
8237         * src/gtk/gtkutils.h
8238                 Migrate config to .sylpheed-claws (Automatically)
8239                 Add a way to get the Xface in the TextView
8240
8241 2005-10-20 [colin]      1.9.15cvs83
8242
8243         * src/gtk/Makefile.am
8244         * src/gtk/about.c
8245         * src/gtk/authors.h
8246                 Make the about dialog *grooovy*
8247
8248 2005-10-20 [colin]      1.9.15cvs82
8249
8250         * src/mimeview.c
8251                 Use "Open with" on double click if no command
8252                 was found
8253
8254 2005-10-20 [colin]      1.9.15cvs81
8255
8256         * src/imap.c
8257         * src/etpan/imap-thread.c
8258                 Fix possible crash.
8259
8260 2005-10-20 [paul]       1.9.15cvs80
8261
8262         * src/folder.c
8263                 don't show clipkey icon if the only
8264                 attachment is the signature
8265                 Patch by Colin
8266
8267 2005-10-20 [paul]       1.9.15cvs79
8268
8269         * AUTHORS
8270         * src/plugins/pgpmime/pgpmime.c
8271                 name the PGP/MIME signature 'signature.asc'
8272                 Patch by Andrew Nelson <freeandy@gmail.com>
8273
8274 2005-10-19 [colin]      1.9.15cvs78
8275
8276         * src/plugins/pgpmime/pgpmime.c
8277                 Oops, no need to double-check though
8278
8279 2005-10-19 [colin]      1.9.15cvs77
8280
8281         * src/plugins/pgpinline/pgpinline.c
8282         * src/plugins/pgpmime/pgpmime.c
8283                 Check that my_tmpfile() doesn't 
8284                 return NULL
8285
8286 2005-10-19 [colin]      1.9.15cvs76
8287
8288         * src/common/utils.c
8289                 Use shorter mime boundaries to avoid having
8290                 MTAs rewrapping our headers, breaking the
8291                 PGP signature in the process 
8292         * src/compose.c
8293         * src/plugins/pgpmime/pgpmime.c
8294                 Check for boundary uniqueness to be sure
8295                 it won't happen, instead of hoping for the
8296                 best
8297
8298 2005-10-19 [colin]      1.9.15cvs75
8299
8300         * sylpheed-claws.desktop
8301         * src/Makefile.am
8302         * src/main.c
8303                 Ship a sylpheed-claws binary instead
8304                 of a sylpheed one. Change the socket
8305                 name, too
8306         * src/folderview.c
8307                 Update folder only if it changed
8308         * src/wizard.c
8309                 Fix i18n in welcome mail, patch by
8310                 Fabien Vantard
8311
8312 2005-10-19 [paul]
8313
8314         1.9.99-rc2 released
8315
8316 2005-10-19 [paul]       1.9.15cvs74
8317
8318         * src/folder.c
8319         * src/folderview.c
8320                 fix summaryview update
8321                 Patch by Colin
8322
8323 2005-10-18 [colin]      1.9.15cvs73
8324
8325         * src/plugins/pgpcore/passphrase.c
8326                 Don't XGrabServer, and try a bit more to 
8327                 sync everything before grabbing mouse/keyboard
8328
8329 2005-10-18 [colin]      1.9.15cvs72
8330
8331         * src/Makefile.am
8332         * src/addressadd.c
8333         * src/addressbook.c
8334         * src/folderview.c
8335         * src/grouplistdialog.c
8336         * src/mimeview.c
8337         * src/stock_pixmap.c
8338         * src/stock_pixmap.h
8339         * src/summaryview.c
8340         * src/gtk/gtksctree.c
8341         * src/gtk/gtksctree.h
8342         * src/pixmaps/empty.xpm
8343                 Implement a wrapper call for gtk_ctree_set_node_info
8344                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8345                 pixmap instead of a NULL one. This works around some
8346                 memory problems deep inside gtk, revealed by valgrind,
8347                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8348                 as locked crashes sylpheed.), as well as, probably, 
8349                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8350
8351 2005-10-17 [colin]      1.9.15cvs71
8352
8353         * src/mimeview.c
8354                 Provide visual feedback when checking
8355                 signature
8356
8357 2005-10-17 [colin]      1.9.15cvs70
8358
8359         * src/main.c
8360                 Keep the folder list frozen while checking caches...
8361
8362 2005-10-17 [colin]      1.9.15cvs69
8363
8364         * src/addr_compl.c
8365                 Fi bug #833 (Autocompleting from addressbook 
8366                 fails with extended chars)
8367         * src/imap.c
8368                 Fix 'adding messages' staying in statusbar
8369                 after an error
8370
8371 2005-10-17 [wwp]        1.9.15cvs68
8372
8373         * src/ssl_manager.c
8374                 Fix buttons' layout resizing when window size changes
8375
8376 2005-10-17 [wwp]        1.9.15cvs67
8377
8378         * src/account.c
8379         * src/prefs_account.c
8380         * src/prefs_common.c
8381         * src/prefs_common.h
8382         * src/prefs_folder_item.c
8383         * src/prefs_gtk.c
8384         * src/gtk/logwindow.c
8385         * src/gtk/pluginwindow.c
8386         * src/gtk/prefswindow.c
8387         * src/gtk/prefswindow.h
8388                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8389
8390 2005-10-17 [paul]       1.9.15cvs66
8391
8392         * configure.ac
8393                 fix missing libetpan message
8394         * po/en_GB.po
8395                 updated
8396         * src/crash.c
8397         * src/manual.c
8398         * src/prefs_themes.c
8399         * src/common/defs.h
8400                 add some new URI defines, change some
8401                 others
8402         * src/wizard.c
8403                 make welcome message translatable
8404                 small improvements to english
8405                 other tweaks
8406         * src/gtk/menu.c
8407                 fix warnings
8408
8409 2005-10-17 [paul]       1.9.15cvs65
8410
8411         * src/summaryview.c
8412                 fix column titles
8413
8414 2005-10-16 [mones]      1.9.15cvs64
8415
8416         * po/es.po
8417                 Updated translation
8418
8419 2005-10-16 [colin]
8420
8421         1.9.99-rc1 released
8422
8423 2005-10-16 [colin]      1.9.15cvs63
8424
8425         * src/wizard.c
8426                 Fix whitespace
8427
8428 2005-10-16 [colin]      1.9.15cvs62
8429
8430         * src/toolbar.c
8431                 s/Get All/Get Mail/
8432         * src/wizard.c
8433                 Real welcome mail text, thanks Paul
8434
8435 2005-10-16 [colin]      1.9.15cvs61
8436
8437         * src/editldap.c
8438         * src/exporthtml.c
8439         * src/main.c
8440         * src/mainwindow.c
8441         * src/prefs_themes.c
8442         * src/prefs_toolbar.c
8443         * src/plugins/demo/demo.c
8444         * src/plugins/trayicon/trayicon.c
8445                 s/Sylpheed/Sylpheed-Claws/
8446
8447 2005-10-16 [colin]      1.9.15cvs60
8448
8449         * src/wizard.c
8450                 Add a welcome email in the first empty mailbox
8451         * src/prefs_common.c
8452                 Change one more default
8453
8454 2005-10-16 [colin]      1.9.15cvs59
8455
8456         * src/wizard.c
8457                 Remove printf
8458
8459 2005-10-16 [colin]      1.9.15cvs58
8460
8461         * src/toolbar.c
8462         * src/prefs_common.c
8463                 Change some defaults
8464
8465 2005-10-16 [colin]      1.9.15cvs57
8466
8467         * src/toolbar.c
8468         * src/prefs_common.c
8469                 Change some defaults
8470
8471 2005-10-16 [colin]      1.9.15cvs56
8472
8473         * src/wizard.c
8474                 By default, initialize fonts to have
8475                 the same size as normal GtkWidgets
8476
8477 2005-10-16 [colin]      1.9.15cvs55
8478
8479         * src/mimeview.c
8480                 Fix message a bit more
8481
8482 2005-10-16 [colin]      1.9.15cvs54
8483
8484         * src/addressbook.c
8485                 Second attempt at flicker fixing
8486
8487 2005-10-16 [colin]      1.9.15cvs53
8488
8489         * src/addressbook.c
8490                 Fix flicker
8491
8492 2005-10-16 [wwp]        1.9.15cvs52
8493
8494         * src/addressbook.c
8495         * src/editaddress.c
8496         * src/prefs_common.c
8497         * src/prefs_common.h
8498                 Remember window sizes (address book)
8499
8500 2005-10-16 [wwp]        1.9.15cvs51
8501
8502         * src/plugins/clamav/clamav_plugin_gtk.c
8503         * src/plugins/spamassassin/spamassassin_gtk.c
8504                 Fix compilation warnings (missing #include).
8505
8506 2005-10-16 [colin]      1.9.15cvs50
8507
8508         * src/mimeview.c
8509         * src/summaryview.c
8510         * src/textview.c
8511                 Make 'c' check signature, and forward
8512                 c, l, y, t from summaryview to mimeview
8513
8514 2005-10-16 [colin]      1.9.15cvs49
8515
8516         * src/addressbook.c
8517                 Put border around buttons
8518         * src/mainwindow.c
8519         * src/summaryview.c
8520                 Rework menus (Patch based on a patch
8521                 by Paul)
8522
8523 2005-10-15 [wwp]        1.9.15cvs48
8524
8525         * src/editjpilot.c
8526         * src/editldap.c
8527         * src/editvcard.c
8528         * src/exphtmldlg.c
8529         * src/expldifdlg.c
8530         * src/export.c
8531         * src/import.c
8532         * src/importldif.c
8533         * src/importmutt.c
8534         * src/importpine.c
8535         * src/prefs_account.c
8536         * src/prefs_spelling.c
8537         * src/gtk/gtkutils.c
8538         * src/gtk/gtkutils.h
8539         * src/plugins/clamav/clamav_plugin_gtk.c
8540         * src/plugins/spamassassin/spamassassin_gtk.c
8541                 use nicer browse-for-file/dir buttons than the "..." ones,
8542                 code factorizing more.
8543
8544 2005-10-14 [colin]      1.9.15cvs47
8545
8546         * src/mainwindow.c
8547                 set relief on the account switcher so that people see it
8548                 grey out Create processing rules when no message is selected
8549         * src/prefs_filtering.c
8550                 ask before closing if the rule has not been modified, even if
8551                 it's not valid
8552         * src/prefs_matcher.c
8553                 fix sensitivity when entering the dialog
8554         * src/gtk/inputdialog.c
8555                 display a better icon on password ask
8556         * src/plugins/pgpcore/passphrase.c
8557                 make the dialog look better
8558
8559 2005-10-14 [paul]       1.9.15cvs46
8560
8561         * src/folderview.c
8562                 indicate presense of marked msgs in
8563                 unexpanded subfolders
8564
8565 2005-10-14 [paul]       1.9.15cvs45
8566
8567         * src/prefs_actions.c
8568         * src/prefs_common.c
8569         * src/prefs_common.h
8570         * src/prefs_filtering_action.c
8571         * src/prefs_matcher.c
8572         * src/prefs_template.c
8573                 remember window sizes
8574                 fix Info button size
8575
8576         Patches by wwp
8577
8578 2005-10-13 [colin]      1.9.15cvs44
8579
8580         * src/mimeview.c
8581         * src/noticeview.c
8582         * src/noticeview.h
8583                 Add a tooltip on the icon (optional) 
8584                 Get rid of the signature buttons and only
8585                 use the icon+tooltip
8586
8587 2005-10-13 [colin]      1.9.15cvs43
8588
8589         * src/noticeview.c
8590         * src/noticeview.h
8591                 Add hand cursor for hovering over icon
8592
8593 2005-10-13 [colin]      1.9.15cvs42
8594
8595         * src/summaryview.c
8596                 Fix crash when quicksearch's hidden 
8597                 at startup
8598
8599 2005-10-13 [colin]      1.9.15cvs41
8600
8601         * src/compose.c
8602                 Set subject when forwarding multiple mails
8603                 Check that other recipient than the default Cc or Bcc
8604                 have been set before sending.
8605
8606 2005-10-13 [colin]      1.9.15cvs40
8607
8608         * src/imap.c
8609                 Batch per-folder
8610                 Introduce locking, but don't use it yet
8611
8612 2005-10-13 [colin]      1.9.15cvs39
8613
8614         * src/gtk/quicksearch.c
8615                 Reset quicksearch when hiding it
8616                 Make sticky a real pref
8617
8618 2005-10-13 [colin]      1.9.15cvs38
8619
8620         * src/summaryview.c
8621                 Faster prefs apply
8622
8623 2005-10-13 [colin]      1.9.15cvs37
8624
8625         * src/mimeview.c
8626         * src/noticeview.c
8627         * src/noticeview.h
8628         * src/plugins/pgpcore/sgpgme.c
8629                 Make privacy icon clickable
8630                 Move Trust field in Full info
8631                 When trust is less than full, don't display
8632                 a warning icon
8633
8634 2005-10-13 [colin]      1.9.15cvs36
8635
8636         * src/folder.c
8637                 Batch on flags sync
8638         * src/folderview.c
8639                 Revert speed hack which is dangerous in fact
8640                 Apply prefs faster
8641
8642 2005-10-13 [colin]      1.9.15cvs35
8643
8644         * src/folder_item_prefs.c
8645                 Fix pref corruption on folder move. Patch
8646                 by wwp
8647
8648 2005-10-13 [paul]       1.9.15cvs34
8649
8650         * src/export.c
8651         * src/import.c
8652                 fix typos in g_warnings
8653         * src/prefs_account.c
8654                 add a file selector for Signature file
8655
8656         Patches by wwp
8657
8658 2005-10-12 [colin]      1.9.15cvs33
8659
8660         * src/mimeview.c
8661                 Provide a quick way to go back from a
8662                 signature's full info to the email part
8663
8664 2005-10-12 [colin]      1.9.15cvs32
8665
8666         * src/compose.c
8667                 Remove old hack of encoding signed mails with base64.
8668                 QP works equally well.
8669
8670 2005-10-12 [colin]      1.9.15cvs31
8671
8672         * src/crash.c
8673                 Replace deprecated GtkText with GtkTextView
8674         * src/imap.c
8675                 Fix a logic bug about counts in imap_select
8676                 (previously un-triggered)
8677         * src/mainwindow.c
8678         * src/summaryview.c
8679         * src/news.c
8680                 Allow local deletion of news posts
8681         * src/mimeview.c
8682                 Show GPG noticeview on the message/rfc822 part
8683                 in addition to the text/plain one
8684         * src/prefs_image_viewer.c
8685           src/plugins/pgpcore/prefs_gpg.c
8686                 Polish (set the label as part of the checkbox)
8687         * src/wizard.c
8688                 Don't sit there doing nothing after destroying
8689                 the window - return err
8690
8691 2005-10-11 [colin]      1.9.15cvs30
8692
8693         * src/folderview.c
8694                 Apply processing rules before showing folders.
8695                 Early folder show (before flags sync) will only
8696                 be done when there are no processing rules (nor
8697                 pre- or post- ones)
8698         * src/imap.c
8699                 Fix stuff related to mail subdir, creation and 
8700                 deletion of folders 
8701         * src/imap_gtk.c
8702                 Don't allow creation of folders in NoInferior
8703                 folders, as it won't work
8704
8705 2005-10-10 [colin]      1.9.15cvs29
8706
8707         * src/compose.c
8708                 Reselect "None" Privacy system when selecting an
8709                 account with no privacy system defined
8710
8711 2005-10-10 [colin]      1.9.15cvs28
8712
8713         * src/mainwindow.c
8714                 Add Windows-1252 encoding
8715         * src/prefs_common.c
8716                 Rework some defaults:
8717                 - autosave to draft by default
8718                 - don't show header pane (it's already in the textview)
8719                 - Select first new or unread mail on entry
8720                 - Assume 'Yes' to change folder when there's no more
8721                   unread message
8722         * src/prefs_matcher.c
8723                 Fix a gtk assertion failure
8724         * src/gtk/colorlabel.c
8725                 Workaround bad repainting on selection
8726         * src/main.c
8727                 Freeze/thaw (a bit faster on ssh -X)
8728         * src/msgcache.c
8729                 Get rid of StrdupConverter that just adds an
8730                 extra strdup/free 
8731         * src/etpan/imap_thread.c
8732                 memset buf to 0
8733
8734 2005-10-10 [colin]      1.9.15cvs27
8735
8736         * src/export.c
8737         * src/import.c
8738                 Fix compile on gtk 2.4. Patch by wwp
8739
8740 2005-10-09 [colin]      1.9.15cvs26
8741
8742         * src/mainwindow.c
8743         * src/messageview.c
8744         * src/summaryview.c
8745                 Clarify forward menus. Patch by wwp
8746
8747 2005-10-09 [colin]      1.9.15cvs25
8748
8749         * src/compose.c
8750         * src/compose.h
8751                 Fix bug #829 (Non-working "Encrypt message by 
8752                 default when replying to an encrypted message")
8753
8754 2005-10-08 [colin]      1.9.15cvs24
8755
8756         * src/wizard.c
8757                 Fix bug #827 ("Welcome" setup wizard after a 
8758                 permission error gives up & forgets itself.)
8759
8760 2005-10-08 [colin]      1.9.15cvs23
8761
8762         * src/procmime.c
8763                 Fix bug #828 (Ignoring headers with spaces around = sign)
8764
8765 2005-10-08 [colin]      1.9.15cvs22
8766
8767         * src/export.c
8768                 Warning fix by wwp
8769
8770 2005-10-08 [colin]      1.9.15cvs21
8771
8772         * src/folder.c
8773         * src/folder.h
8774                 Add a processing_pending indicator, set on 
8775                 folder_item_open and cleared after 
8776                 folder_item_process_open
8777         * src/folderview.c
8778         * src/summaryview.c
8779                 wrap procmsg_msginfo_*_flags, and in the
8780                 wrapper check that there's no folder processing 
8781                 pending. If there is, defer the flags change until 
8782                 processing is done to avoid stepping over each
8783                 other's toes.
8784                 Freeze during processing, but not during scanning.
8785
8786 2005-10-07 [colin]      1.9.15cvs20
8787
8788         * src/plugins/pgpcore/passphrase.c
8789                 Fix bug #826 (X-Server hangs when 
8790                 right-clicking a PGP encrypted message)
8791
8792 2005-10-07 [paul]       1.9.15cvs19
8793
8794         * src/compose.c
8795                 fix compose_entries[]
8796                 patch by Fabien Vantard
8797
8798 2005-10-06 [colin]      1.9.15cvs18
8799
8800         * src/pixmaps/address.xpm
8801         * src/pixmaps/address_book.xpm
8802         * src/pixmaps/book.xpm
8803         * src/pixmaps/check_spelling.xpm
8804         * src/pixmaps/checkbox_off.xpm
8805         * src/pixmaps/checkbox_on.xpm
8806         * src/pixmaps/close.xpm
8807         * src/pixmaps/complete.xpm
8808         * src/pixmaps/continue.xpm
8809         * src/pixmaps/deleted.xpm
8810         * src/pixmaps/down_arrow.xpm
8811         * src/pixmaps/exec.xpm
8812         * src/pixmaps/forwarded.xpm
8813         * src/pixmaps/group.xpm
8814         * src/pixmaps/ignorethread.xpm
8815         * src/pixmaps/interface.xpm
8816         * src/pixmaps/jpilot.xpm
8817         * src/pixmaps/ldap.xpm
8818         * src/pixmaps/linewrap.xpm
8819         * src/pixmaps/linewrapcurrent.xpm
8820         * src/pixmaps/mail.xpm
8821         * src/pixmaps/mail_attach.xpm
8822         * src/pixmaps/mail_compose.xpm
8823         * src/pixmaps/mail_forward.xpm
8824         * src/pixmaps/mail_receive.xpm
8825         * src/pixmaps/mail_receive_all.xpm
8826         * src/pixmaps/mail_reply.xpm
8827         * src/pixmaps/mail_reply_to_all.xpm
8828         * src/pixmaps/mail_reply_to_author.xpm
8829         * src/pixmaps/mail_send.xpm
8830         * src/pixmaps/mail_send_queue.xpm
8831         * src/pixmaps/mime_application.xpm
8832         * src/pixmaps/mime_audio.xpm
8833         * src/pixmaps/mime_image.xpm
8834         * src/pixmaps/mime_message.xpm
8835         * src/pixmaps/mime_text_enriched.xpm
8836         * src/pixmaps/mime_text_html.xpm
8837         * src/pixmaps/mime_text_plain.xpm
8838         * src/pixmaps/mime_unknown.xpm
8839         * src/pixmaps/new.xpm
8840         * src/pixmaps/news_compose.xpm
8841         * src/pixmaps/offline.xpm
8842         * src/pixmaps/online.xpm
8843         * src/pixmaps/paste.xpm
8844         * src/pixmaps/preferences.xpm
8845         * src/pixmaps/privacy_emblem_encrypted.xpm
8846         * src/pixmaps/privacy_expired.xpm
8847         * src/pixmaps/privacy_failed.xpm
8848         * src/pixmaps/privacy_passed.xpm
8849         * src/pixmaps/privacy_signed.xpm
8850         * src/pixmaps/privacy_unknown.xpm
8851         * src/pixmaps/privacy_warn.xpm
8852         * src/pixmaps/properties.xpm
8853         * src/pixmaps/replied.xpm
8854         * src/pixmaps/search.xpm
8855         * src/pixmaps/unread.xpm
8856         * src/pixmaps/up_arrow.xpm
8857         * src/pixmaps/vcard.xpm
8858                 Modernize internal theme, with icons from the 
8859                 Gnomaws theme. Keep some of the old ones where
8860                 they were better.
8861
8862 2005-10-06 [colin]      1.9.15cvs17
8863
8864         * src/summaryview.c
8865                 Little optimisations + bugfix
8866         * src/toolbar.c
8867                 Remove default useless items - useless being defined
8868                 by the default relevant prefs
8869         * src/wizard.c
8870                 include config.h to make gettext work
8871         * src/prefs_themes.c
8872                 Fix selection of current theme in prefs
8873
8874 2005-10-06 [colin]      1.9.15cvs16
8875
8876         * src/prefs_common.c
8877         * src/prefs_common.h
8878         * src/prefs_summaries.c
8879         * src/folderview.c
8880                 Add a warning dialog on Mark all read 
8881                 (with pref to get rid of it)
8882
8883 2005-10-06 [paul]       1.9.15cvs15
8884
8885         * po/nb.po
8886         * po/pt_BR.po
8887                 updated by Geir Helland and Frederico
8888                 Goncalves Guimaraes
8889
8890 2005-10-05 [colin]      1.9.15cvs14
8891
8892         * src/folder.c
8893         * src/folder.h
8894         * src/folderview.c
8895         * src/folderview.h
8896         * src/imap_gtk.c
8897         * src/mh_gtk.c
8898         * src/mainwindow.c
8899         * src/setup.c
8900                 add a way to rescan without rebuilding
8901                 make moving a bit faster (less folders changes)
8902                 don't lock the tree on Get 
8903         * src/imap.c
8904                 Don't re-delete deleted messages before expunging
8905         * src/summaryview.c
8906                 Set batch mode when deleting mails
8907
8908 2005-10-05 [paul]       1.9.15cvs13
8909
8910         * src/mainwindow.c
8911         * src/mainwindow.h
8912                 fix disabled Execute menu item
8913         * src/toolbar.c
8914                 match the change in 1.9.15cvs10: use Compose
8915                 instead of News by default
8916
8917 2005-10-04 [colin]      1.9.15cvs12
8918
8919         * src/compose.c
8920                 When replying to an ML post with Reply-To set
8921                 to the poster's email, honor it (as before),
8922                 but also honor our user's request to reply to
8923                 the mailing list: set the ML address in the To
8924                 field and the Reply-To address in the Cc: 
8925                 field.
8926
8927 2005-10-04 [colin]      1.9.15cvs11
8928
8929         * src/plugins/trayicon/trayicon.c
8930                 Finish cosmetic change - thanks to wwp
8931
8932 2005-10-04 [colin]      1.9.15cvs10
8933
8934         * src/toolbar.c
8935                 Use Compose instead of Email by default.
8936                 Spotted by wwp.
8937
8938 2005-10-04 [colin]      1.9.15cvs9
8939
8940         * src/folder.c
8941         * src/folder.h
8942         * src/folderview.c
8943         * src/imap.c
8944         * src/etpan/imap-thread.c
8945         * src/etpan/imap-thread.h
8946                 Try to make IMAP faster, by simplifying SEARCH
8947                 commands, avoiding sending two STATUS in a row,
8948                 and deferring flags sync and processing just
8949                 after displaying the folder. 
8950                 This will update the SummaryView in certain
8951                 cases (new mails not already fetched, flags
8952                 changed from another client) but in a non-
8953                 blocking manner.
8954
8955 2005-10-04 [colin]      1.9.15cvs8
8956
8957         * src/plugins/trayicon/trayicon.c
8958                 Relabel "Offline" to "Work offline"
8959
8960 2005-10-04 [colin]      1.9.15cvs7
8961
8962         * src/export.c
8963         * src/import.c
8964         * src/mbox.c
8965                 Fix mbox import/export buglets
8966                 Patch by wwp
8967         * src/plugins/trayicon/trayicon.c
8968                 Add offline swithc
8969                 Patch by wwp
8970
8971 2005-10-04 [colin]      1.9.15cvs6
8972
8973         * src/folder.c
8974         * src/folderview.c
8975         * src/summaryview.c
8976                 Better fix (don't break mark all read) for cvs2
8977
8978 2005-10-03 [colin]      1.9.15cvs5
8979
8980         * src/folder.c
8981                 Use a sane sort by default
8982
8983 2005-10-03 [colin]      1.9.15cvs4
8984
8985         * src/inc.c
8986                 Add a 'Only once' button for overriding offline mode
8987         * src/prefs_account.c
8988         * src/wizard.c
8989                 Add Local mbox to the wizard
8990                 Add IMAP subdir to the wizard (or the wizard is useless
8991                 for such accounts, or even worse than useless)
8992                 Move IMAP subdir from Advanced to Receive tab, as it's
8993                 not that uncommon
8994
8995 2005-10-03 [colin]      1.9.15cvs3
8996
8997         * src/send_message.c
8998                 Forgot this one in cvs1
8999
9000 2005-10-03 [colin]      1.9.15cvs2
9001
9002         * src/folder.c
9003                 Faster close when leaving a folder with lots
9004                 of new mails. Idea by David Relson.
9005
9006 2005-10-03 [colin]      1.9.15cvs1
9007
9008         * src/compose.c
9009         * src/imap.c
9010         * src/inc.c
9011         * src/main.c
9012         * src/messageview.c
9013         * src/news.c
9014         * src/summaryview.c
9015         * src/gtk/sslcertwindow.c
9016         * src/plugins/trayicon/trayicon.c
9017                 Add accels to every AlertPanel. Patch by Fabien 
9018                 Vantard
9019
9020 2005-10-03 [paul]       1.9.15
9021
9022         1.9.15 released
9023
9024 2005-10-03 [paul]       1.9.14cvs68
9025
9026         * po/ca.po
9027         * po/de.po
9028         * po/es.po
9029         * po/fi.po
9030         * po/fr.po
9031         * po/sk.po
9032         * po/sr.po
9033         * po/zh_CN.po
9034                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9035                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9036                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9037
9038 2005-10-03 [paul]       1.9.14cvs67
9039
9040         * src/send_message.c
9041                 prevent hang on Cancel
9042                 patch by Colin
9043
9044 2005-10-03 [paul]       1.9.14cvs66
9045
9046         * src/main.c
9047                 fix crash in IMAP caused by discrepancy
9048                 between check_at_startup and offline mode
9049                 Patch by Colin
9050
9051 2005-10-01 [paul]       1.9.14cvs65
9052
9053         * src/inc.c
9054                 fix engrish
9055
9056 2005-10-01 [paul]       1.9.14cvs64
9057         * src/export.c
9058         * src/import.c
9059                 synchronise import_mbox() and export_mbox()
9060         * src/mbox.c
9061                 proc_mbox(): add alert if file cannot be opened
9062                 export_list_to_mbox(): test if dest file exists,
9063                 prompt user to overwrite if it does. add alert
9064                 if file cannot be created
9065                                                                 
9066         Patch by wwp
9067                                                                                                                 
9068
9069 2005-09-30 [paul]       1.9.14cvs63
9070
9071         * src/addressbook.c
9072                 Fix sensitivity of a menu
9073         * src/codeconv.c
9074                 Respect hidden pref for mails with no encoding
9075         * src/common/xml.c
9076                 Fix memory corruption
9077         * src/plugins/pgpcore/sgpgme.c
9078                 Fix segfault on incomplete sigs, and display
9079                 of S/Mime UIDs
9080
9081         Patches by Colin
9082
9083 2005-09-30 [colin]      1.9.14cvs62
9084
9085         * src/partial_download.c
9086                 Little logic fix in almost-dead code
9087         * src/pop.c
9088                 Fix partial download when there's no new mail
9089
9090 2005-09-29 [paul]       1.9.14cvs61
9091
9092         * src/plugins/pgpinline/pgpinline.c
9093                 fix bug 819, 'crash accessing sign message'
9094                 Patch by Colin
9095
9096 2005-09-28 [martin]     1.9.14cvs60
9097
9098         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9099                 fix bug #790 (Crash when restarting window manager (fluxbox))
9100
9101 2005-09-28 [paul]       1.9.14cvs59
9102
9103         * src/gtk/gtkaspell.c
9104                 fix off-by-one typo
9105
9106 2005-09-27 [colin]      1.9.14cvs58
9107
9108         * src/plugins/pgpcore/sgpgme.c
9109                 Report error when there's one, instead of
9110                 "Signature unchecked" 
9111
9112 2005-09-27 [colin]      1.9.14cvs57
9113
9114         * src/prefs_quote.c
9115                 Fix bug #816 (Weird quotation with spaces)
9116
9117 2005-09-27 [colin]      1.9.14cvs56
9118
9119         * src/codeconv.c
9120         * src/compose.c
9121         * src/compose.h
9122                 Put subject in compose's title
9123                 Fix Automatic encoding so that it's really automatic:
9124                 first try default locale's charset, then charset of the replied mail, 
9125                 then utf-8
9126                 Fix encoding of headers (must be in strict mode too)
9127
9128 2005-09-26 [colin]      1.9.14cvs55
9129
9130         * src/gtk/gtkaspell.c
9131                 Fix previous patch - don't color the space,
9132                 just uncolor it :)
9133
9134 2005-09-26 [colin]      1.9.14cvs54
9135
9136         * src/gtk/gtkaspell.c
9137                 Unmark space if possible
9138
9139 2005-09-26 [colin]      1.9.14cvs53
9140
9141         * src/imap.c
9142                 log_error instead of alertpanel according to the pref
9143         * src/etpan/imap-thread.c
9144                 Print connect status, copy only necessary size to 
9145                 logger
9146         * src/plugins/pgpmime/pgpmime.c
9147                 Handle S/Mime signatures (verification only). Patch based
9148                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9149
9150 2005-09-26 [paul]       1.9.14cvs52
9151
9152         * src/common/passcrypt.c
9153                 this 'workaround' not necessary on NetBSD.
9154                 Thanks to Daniel Gustafson
9155
9156 2005-09-26 [paul]
9157
9158         1.9.15-rc4 released
9159
9160 2005-09-26 [paul]       1.9.14cvs51
9161
9162         * src/summaryview.c
9163                 Skip currently selected message when
9164                 looking for next new or unread message
9165                 in current folder. Patch by Colin
9166         * src/common/passcrypt.c
9167                 eliminate warnings on *BSD. Patch by
9168                 Daniel Gustafson
9169
9170 2005-09-26 [colin]      1.9.14cvs50
9171
9172         * src/procmsg.c
9173                 Call postfiltering hook anyway
9174
9175 2005-09-22 [colin]      1.9.14cvs49
9176
9177         * src/codeconv.c
9178         * src/codeconv.h
9179                 Add a strict mode that doesn't replace with _
9180         * src/compose.c
9181         * src/compose.h
9182                 Use strict conversion while sending
9183                 Fix race when drafting while sending (happens
9184                 on IMAP)
9185                 Fix d'n'd of messages from summaryview
9186         * src/prefs_common.c
9187         * src/prefs_common.h
9188                 add hidden utf8_instead_of_locale_for_broken_mail 
9189                 pref for people that preferred the default charset 
9190                 to be utf8 for broken mails
9191         * src/quote_fmt_parse.y
9192                 fix bug #815 (No quote insert if "From:" fied 
9193                 contained Russian letters)
9194         * src/summaryview.c
9195                 Fix d'n'd of messages to compose
9196
9197 2005-09-22 [paul]       1.9.14cvs48
9198
9199         * src/compose.c
9200                 fix bug where attachments Name entry
9201                 would display Path instead
9202
9203 2005-09-21 [paul]       1.9.14cvs47
9204
9205         * README
9206         * README.jp
9207         * configure.ac
9208         * config/config.rpath
9209         * doc/manual/en/sylpheed-20.html
9210         * doc/manual/es/sylpheed-20.html
9211         * po/bg.po
9212         * po/ca.po
9213         * po/de.po
9214         * po/es.po
9215         * po/fr.po
9216         * po/it.po
9217         * po/pt_BR.po
9218         * po/sk.po
9219         * po/zh_TW.po
9220         * src/account.c
9221         * src/account.h
9222         * src/action.c
9223         * src/action.h
9224         * src/adbookbase.h
9225         * src/addr_compl.c
9226         * src/addr_compl.h
9227         * src/addrbook.c
9228         * src/addrbook.h
9229         * src/addrcache.c
9230         * src/addrcache.h
9231         * src/addrcindex.c
9232         * src/addrcindex.h
9233         * src/addrclip.c
9234         * src/addrclip.h
9235         * src/addrdefs.h
9236         * src/addressadd.c
9237         * src/addressadd.h
9238         * src/addressbook.c
9239         * src/addressbook.h
9240         * src/addressitem.h
9241         * src/addrgather.c
9242         * src/addrgather.h
9243         * src/addrharvest.c
9244         * src/addrharvest.h
9245         * src/addrindex.c
9246         * src/addrindex.h
9247         * src/addritem.c
9248         * src/addritem.h
9249         * src/addrquery.c
9250         * src/addrquery.h
9251         * src/addrselect.c
9252         * src/addrselect.h
9253         * src/alertpanel.c
9254         * src/alertpanel.h
9255         * src/browseldap.c
9256         * src/browseldap.h
9257         * src/codeconv.c
9258         * src/codeconv.h
9259         * src/compose.c
9260         * src/compose.h
9261         * src/crash.c
9262         * src/crash.h
9263         * src/customheader.c
9264         * src/customheader.h
9265         * src/displayheader.c
9266         * src/displayheader.h
9267         * src/editaddress.c
9268         * src/editaddress.h
9269         * src/editbook.c
9270         * src/editbook.h
9271         * src/editgroup.c
9272         * src/editgroup.h
9273         * src/editjpilot.c
9274         * src/editjpilot.h
9275         * src/editldap.c
9276         * src/editldap.h
9277         * src/editldap_basedn.c
9278         * src/editldap_basedn.h
9279         * src/editvcard.c
9280         * src/editvcard.h
9281         * src/enriched.c
9282         * src/enriched.h
9283         * src/exphtmldlg.c
9284         * src/exphtmldlg.h
9285         * src/expldifdlg.c
9286         * src/expldifdlg.h
9287         * src/export.c
9288         * src/export.h
9289         * src/exporthtml.c
9290         * src/exporthtml.h
9291         * src/exportldif.c
9292         * src/exportldif.h
9293         * src/filtering.c
9294         * src/filtering.h
9295         * src/folder.c
9296         * src/folder.h
9297         * src/folder_item_prefs.c
9298         * src/folder_item_prefs.h
9299         * src/foldersel.c
9300         * src/foldersel.h
9301         * src/folderutils.c
9302         * src/folderutils.h
9303         * src/folderview.c
9304         * src/folderview.h
9305         * src/grouplistdialog.c
9306         * src/grouplistdialog.h
9307         * src/headerview.c
9308         * src/headerview.h
9309         * src/html.c
9310         * src/html.h
9311         * src/image_viewer.c
9312         * src/image_viewer.h
9313         * src/imap.c
9314         * src/imap.h
9315         * src/imap_gtk.c
9316         * src/imap_gtk.h
9317         * src/import.c
9318         * src/import.h
9319         * src/importldif.c
9320         * src/importldif.h
9321         * src/importmutt.c
9322         * src/importmutt.h
9323         * src/importpine.c
9324         * src/importpine.h
9325         * src/inc.c
9326         * src/inc.h
9327         * src/jpilot.c
9328         * src/jpilot.h
9329         * src/ldapctrl.c
9330         * src/ldapctrl.h
9331         * src/ldaplocate.c
9332         * src/ldaplocate.h
9333         * src/ldapquery.c
9334         * src/ldapquery.h
9335         * src/ldapserver.c
9336         * src/ldapserver.h
9337         * src/ldaputil.c
9338         * src/ldaputil.h
9339         * src/ldif.c
9340         * src/ldif.h
9341         * src/localfolder.c
9342         * src/localfolder.h
9343         * src/main.c
9344         * src/main.h
9345         * src/mainwindow.c
9346         * src/mainwindow.h
9347         * src/manual.c
9348         * src/manual.h
9349         * src/matcher.c
9350         * src/matcher.h
9351         * src/matcher_parser.h
9352         * src/matcher_parser_lex.l
9353         * src/matcher_parser_parse.y
9354         * src/mbox.c
9355         * src/mbox.h
9356         * src/message_search.c
9357         * src/message_search.h
9358         * src/messageview.c
9359         * src/messageview.h
9360         * src/mh.c
9361         * src/mh.h
9362         * src/mh_gtk.c
9363         * src/mh_gtk.h
9364         * src/mimeview.c
9365         * src/mimeview.h
9366         * src/msgcache.c
9367         * src/msgcache.h
9368         * src/mutt.c
9369         * src/mutt.h
9370         * src/news.c
9371         * src/news.h
9372         * src/news_gtk.c
9373         * src/news_gtk.h
9374         * src/noticeview.c
9375         * src/noticeview.h
9376         * src/partial_download.c
9377         * src/partial_download.h
9378         * src/pine.c
9379         * src/pine.h
9380         * src/pop.c
9381         * src/pop.h
9382         * src/prefs_account.c
9383         * src/prefs_account.h
9384         * src/prefs_actions.c
9385         * src/prefs_actions.h
9386         * src/prefs_common.c
9387         * src/prefs_common.h
9388         * src/prefs_compose_writing.c
9389         * src/prefs_compose_writing.h
9390         * src/prefs_customheader.c
9391         * src/prefs_customheader.h
9392         * src/prefs_display_header.c
9393         * src/prefs_display_header.h
9394         * src/prefs_ext_prog.c
9395         * src/prefs_ext_prog.h
9396         * src/prefs_filtering.c
9397         * src/prefs_filtering.h
9398         * src/prefs_filtering_action.c
9399         * src/prefs_filtering_action.h
9400         * src/prefs_folder_column.c
9401         * src/prefs_folder_column.h
9402         * src/prefs_folder_item.c
9403         * src/prefs_folder_item.h
9404         * src/prefs_fonts.c
9405         * src/prefs_fonts.h
9406         * src/prefs_gtk.c
9407         * src/prefs_gtk.h
9408         * src/prefs_image_viewer.c
9409         * src/prefs_image_viewer.h
9410         * src/prefs_matcher.c
9411         * src/prefs_matcher.h
9412         * src/prefs_message.c
9413         * src/prefs_message.h
9414         * src/prefs_msg_colors.c
9415         * src/prefs_msg_colors.h
9416         * src/prefs_other.c
9417         * src/prefs_other.h
9418         * src/prefs_quote.c
9419         * src/prefs_quote.h
9420         * src/prefs_receive.c
9421         * src/prefs_receive.h
9422         * src/prefs_send.c
9423         * src/prefs_send.h
9424         * src/prefs_spelling.c
9425         * src/prefs_spelling.h
9426         * src/prefs_summaries.c
9427         * src/prefs_summaries.h
9428         * src/prefs_summary_column.c
9429         * src/prefs_summary_column.h
9430         * src/prefs_template.c
9431         * src/prefs_template.h
9432         * src/prefs_themes.c
9433         * src/prefs_themes.h
9434         * src/prefs_toolbar.c
9435         * src/prefs_toolbar.h
9436         * src/prefs_wrapping.c
9437         * src/prefs_wrapping.h
9438         * src/privacy.c
9439         * src/privacy.h
9440         * src/procheader.c
9441         * src/procheader.h
9442         * src/procmime.c
9443         * src/procmime.h
9444         * src/procmsg.c
9445         * src/procmsg.h
9446         * src/quote_fmt.c
9447         * src/quote_fmt_parse.y
9448         * src/recv.c
9449         * src/recv.h
9450         * src/remotefolder.c
9451         * src/remotefolder.h
9452         * src/send_message.c
9453         * src/send_message.h
9454         * src/setup.c
9455         * src/setup.h
9456         * src/simple-gettext.c
9457         * src/sourcewindow.c
9458         * src/sourcewindow.h
9459         * src/ssl_manager.c
9460         * src/ssl_manager.h
9461         * src/statusbar.c
9462         * src/statusbar.h
9463         * src/stock_pixmap.c
9464         * src/stock_pixmap.h
9465         * src/summary_search.c
9466         * src/summary_search.h
9467         * src/summaryview.c
9468         * src/summaryview.h
9469         * src/syldap.c
9470         * src/syldap.h
9471         * src/textview.c
9472         * src/textview.h
9473         * src/toolbar.c
9474         * src/toolbar.h
9475         * src/undo.c
9476         * src/undo.h
9477         * src/unmime.c
9478         * src/unmime.h
9479         * src/vcard.c
9480         * src/vcard.h
9481         * src/wizard.c
9482         * src/wizard.h
9483         * src/common/base64.c
9484         * src/common/base64.h
9485         * src/common/defs.h
9486         * src/common/hooks.c
9487         * src/common/hooks.h
9488         * src/common/log.c
9489         * src/common/log.h
9490         * src/common/md5.c
9491         * src/common/md5.h
9492         * src/common/mgutils.c
9493         * src/common/mgutils.h
9494         * src/common/nntp.c
9495         * src/common/nntp.h
9496         * src/common/passcrypt.c
9497         * src/common/passcrypt.h.in
9498         * src/common/plugin.c
9499         * src/common/plugin.h
9500         * src/common/prefs.c
9501         * src/common/prefs.h
9502         * src/common/progressindicator.c
9503         * src/common/progressindicator.h
9504         * src/common/quoted-printable.c
9505         * src/common/quoted-printable.h
9506         * src/common/session.c
9507         * src/common/session.h
9508         * src/common/smtp.c
9509         * src/common/smtp.h
9510         * src/common/socket.c
9511         * src/common/socket.h
9512         * src/common/ssl.c
9513         * src/common/ssl.h
9514         * src/common/ssl_certificate.c
9515         * src/common/ssl_certificate.h
9516         * src/common/string_match.c
9517         * src/common/string_match.h
9518         * src/common/stringtable.c
9519         * src/common/sylpheed.c
9520         * src/common/sylpheed.h
9521         * src/common/template.c
9522         * src/common/template.h
9523         * src/common/timing.h
9524         * src/common/utils.c
9525         * src/common/utils.h
9526         * src/common/uuencode.c
9527         * src/common/uuencode.h
9528         * src/common/version.h.in
9529         * src/common/xml.c
9530         * src/common/xml.h
9531         * src/common/xmlprops.c
9532         * src/common/xmlprops.h
9533         * src/gtk/about.c
9534         * src/gtk/about.h
9535         * src/gtk/colorlabel.c
9536         * src/gtk/colorlabel.h
9537         * src/gtk/colorsel.c
9538         * src/gtk/colorsel.h
9539         * src/gtk/description_window.c
9540         * src/gtk/description_window.h
9541         * src/gtk/filesel.c
9542         * src/gtk/filesel.h
9543         * src/gtk/foldersort.c
9544         * src/gtk/foldersort.h
9545         * src/gtk/gtkutils.c
9546         * src/gtk/gtkutils.h
9547         * src/gtk/inputdialog.c
9548         * src/gtk/inputdialog.h
9549         * src/gtk/logwindow.c
9550         * src/gtk/logwindow.h
9551         * src/gtk/manage_window.c
9552         * src/gtk/manage_window.h
9553         * src/gtk/menu.c
9554         * src/gtk/menu.h
9555         * src/gtk/pluginwindow.c
9556         * src/gtk/pluginwindow.h
9557         * src/gtk/prefswindow.c
9558         * src/gtk/prefswindow.h
9559         * src/gtk/progressdialog.c
9560         * src/gtk/progressdialog.h
9561         * src/gtk/quicksearch.c
9562         * src/gtk/quicksearch.h
9563         * src/gtk/sslcertwindow.c
9564         * src/gtk/sslcertwindow.h
9565         * src/plugins/clamav/clamav_plugin.c
9566         * src/plugins/clamav/clamav_plugin.h
9567         * src/plugins/clamav/clamav_plugin_gtk.c
9568         * src/plugins/demo/demo.c
9569         * src/plugins/dillo_viewer/dillo_prefs.c
9570         * src/plugins/dillo_viewer/dillo_prefs.h
9571         * src/plugins/dillo_viewer/dillo_viewer.c
9572         * src/plugins/mathml_viewer/mathml_viewer.c
9573         * src/plugins/pgpcore/passphrase.c
9574         * src/plugins/pgpcore/passphrase.h
9575         * src/plugins/pgpcore/plugin.c
9576         * src/plugins/pgpcore/prefs_gpg.c
9577         * src/plugins/pgpcore/prefs_gpg.h
9578         * src/plugins/pgpcore/select-keys.c
9579         * src/plugins/pgpcore/select-keys.h
9580         * src/plugins/pgpcore/sgpgme.c
9581         * src/plugins/pgpcore/sgpgme.h
9582         * src/plugins/pgpinline/pgpinline.c
9583         * src/plugins/pgpinline/pgpinline.h
9584         * src/plugins/pgpinline/plugin.c
9585         * src/plugins/pgpmime/pgpmime.c
9586         * src/plugins/pgpmime/pgpmime.h
9587         * src/plugins/pgpmime/plugin.c
9588         * src/plugins/spamassassin/spamassassin.c
9589         * src/plugins/spamassassin/spamassassin.h
9590         * src/plugins/spamassassin/spamassassin_gtk.c
9591         * src/plugins/trayicon/trayicon.c
9592         * tools/OOo2sylpheed.pl
9593         * tools/acroread2sylpheed.pl
9594         * tools/asus_mailled.sh
9595         * tools/filter_conv.pl
9596         * tools/freshmeat_search.pl
9597         * tools/google_search.pl
9598         * tools/kmail2sylpheed.pl
9599         * tools/kmail2sylpheed_v2.pl
9600         * tools/maildir2sylpheed.pl
9601         * tools/multiwebsearch.pl
9602         * tools/newscache_clean.pl
9603         * tools/outlook2sylpheed.pl
9604         * tools/sylpheed-switcher
9605         * tools/update-po
9606         * tools/vcard2xml.py
9607         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9608                 update FSF address
9609
9610 2005-09-21 [colin]      1.9.14cvs46
9611
9612         * src/gedit-print.c
9613         * src/procmsg.c
9614         * src/procmsg.h
9615         * src/textview.c
9616         * src/summaryview.c
9617                 Remove some printing hacks (deselection/reselection),
9618                 which by the way fix printing the currently 
9619                 displayed mime part (still only text)
9620                 Plus a little optimisation of summary_show
9621
9622
9623 2005-09-20 [colin]      1.9.14cvs45
9624
9625         * src/mainwindow.c
9626         * src/messageview.c
9627                 GUI fixups: add accels, set message
9628                 view title to displayed mail's subject
9629         * src/prefs_spelling.c
9630         * src/gtk/gtkaspell.c
9631                 GUI fixups: allow underlining misspelled
9632                 words instead of coloring them (a11y!)
9633
9634 2005-09-19 [colin]
9635
9636         1.9.15rc3 released
9637
9638 2005-09-19 [colin]      1.9.14cvs44
9639
9640         * src/compose.c
9641                 Fix draft message
9642         * src/gtk/gtkaspell.c
9643                 Fix wrong test ;-)
9644
9645 2005-09-19 [colin]      1.9.14cvs43
9646
9647         * src/addressbook.c
9648                 Fix sensitivity of Delete button
9649         * src/compose.c
9650                 Warn if the requested Privacy system
9651                 is not available
9652         * src/exphtmldlg.c
9653         * src/expldifdlg.c
9654         * src/importldif.c
9655         * src/importmutt.c
9656         * src/importpine.c
9657                 Fix crappy UI
9658         * src/
9659         * src/ssl.h
9660         * src/prefs_account.h
9661         * src/prefs_account.c
9662                 Save SSL prefs even in builds that have
9663                 SSL support disable
9664         * src/imap.c
9665         * src/inc.c
9666         * src/news.c
9667         * src/send_message.c
9668                 Warn if connection should be secure, but
9669                 SSL support isn't compiled in
9670         * src/gtkaspell.c
9671                 Fix word separation on UTF-8 systems
9672                 Fixes bug #812 (Strange inline spellchecking)
9673         * src/compose.c
9674                 Warn if the requested Privacy system
9675                 is not available
9676                 Factorize offline warning
9677         * src/imap.c
9678         * src/imap_gtk.c
9679         * src/imap_gtk.h
9680         * src/inc.h
9681         * src/news_gtk.c
9682         * src/news_gtk.h
9683         * src/messageview.c
9684                 Factorize offline warning
9685
9686 2005-09-19 [paul]
9687
9688         1.9.15-rc2 released
9689
9690 2005-09-18 [colin]      1.9.14cvs42
9691
9692         * src/codeconv.c
9693         * src/codeconv.h
9694         * src/procmime.c
9695                 Add a way to get locale's charset ignoring utf-8,
9696                 and use that as default encoding for broken mails
9697
9698 2005-09-18 [colin]      1.9.14cvs41
9699
9700         * src/gtk/logwindow.c
9701                 Translate string. Patch by Fabien Vantard
9702
9703 2005-09-18 [colin]      1.9.14cvs40
9704
9705         * configure.ac
9706                 Fix bug #803 (IMAP/SSL support breaks with 
9707                 GnuTLS libetpan 0.38)
9708
9709 2005-09-18 [colin]      1.9.14cvs39
9710
9711         * src/codeconv.c
9712         * src/compose.c
9713         * src/procmime.c
9714                 More charsets fixes. Fixes bug #806 (non
9715                 ascii characters in subject line)
9716
9717 2005-09-17 [paul]       1.9.14cvs38
9718
9719         * src/folderview.c
9720         * src/mainwindow.c
9721                 fix gcc-2.95 issues
9722                 Patch by Pawel Pekala
9723
9724 2005-09-17 [colin]      1.9.14cvs37
9725
9726         * src/addrindex.c
9727                 bugfix for NO-USE LDAP compilation, patch 
9728                 by Fabien Vantard
9729
9730 2005-09-17 [colin]      1.9.14cvs36
9731
9732         * src/prefs_actions.c
9733         * src/prefs_customheader.c
9734         * src/prefs_display_header.c
9735         * src/prefs_filtering_action.c
9736         * src/prefs_matcher.c
9737         * src/prefs_toolbar.c
9738                 Fix strange casts (less elegant but
9739                 works better)
9740
9741 2005-09-16 [colin]      1.9.14cvs35
9742
9743         * src/jpilot.c
9744                 Missed that one
9745
9746 2005-09-16 [colin]      1.9.14cvs34
9747
9748         * configure.ac
9749         * src/Makefile.am
9750         * src/addr_compl.c
9751         * src/addrindex.c
9752         * src/browseldap.c
9753         * src/editldap.c
9754         * src/ldaplocate.c
9755         * src/ldapquery.c
9756         * src/ldapquery.h
9757         * src/ldapserver.c
9758         * src/ldapserver.h
9759         * src/main.c
9760         * src/matcher_parser_parse.y
9761         * src/prefs_themes.c
9762         * src/etpan/Makefile.am
9763         * src/gtk/description_window.c
9764         * src/plugins/clamav/Makefile.am
9765         * src/plugins/clamav/clamav_plugin.c
9766         * src/plugins/dillo_viewer/Makefile.am
9767         * src/plugins/pgpcore/Makefile.am
9768         * src/plugins/pgpinline/Makefile.am
9769         * src/plugins/pgpmime/Makefile.am
9770         * src/plugins/trayicon/Makefile.am
9771                 Fix 100% cpu usage in address completion list
9772                 Fix little bugs (return with no values etc)
9773                 Fix all warnings (with common CFLAGS)
9774
9775 2005-09-15 [colin]      1.9.14cvs33
9776
9777         * src/addressbook.c
9778                 Fix bug where sometimes a group's email list is empty,
9779                 force its refresh (probably fixes "Re: how to create a 
9780                 distribution list")
9781         * src/ldapquery.c
9782                 Don't return to the callback in the main thread from the
9783                 fetch thread (or face segs!)
9784
9785 2005-09-15 [paul]       1.9.14cvs32
9786
9787         * src/prefs_matcher.c
9788                 forgotten in last commit
9789
9790 2005-09-15 [paul]       1.9.14cvs31
9791
9792         * src/prefs_actions.c
9793         * src/prefs_filtering_action.c
9794         * src/prefs_quote.c
9795         * src/quote_fmt.c
9796         * src/summaryview.c
9797         * src/gtk/description_window.c
9798         * src/gtk/description_window.h
9799         * src/gtk/quicksearch.c
9800                 allow interaction with the called
9801                 description window
9802                 Patch by Anders Hammar
9803
9804 2005-09-14 [paul]       1.9.14cvs30
9805
9806         * src/compose.c
9807                 fix a little annoyance when pasting with 3rd button 
9808                 with wrap_pastes=0 and wrap_input=1
9809                 Patch by Colin
9810
9811 2005-09-14 [paul]       1.9.14cvs29
9812
9813         * src/prefs_account.c
9814                 disable 'Filter messages on receiving' for
9815                 SMTP-only accounts
9816                 Patch  by Anders Hammar
9817
9818 2005-09-14 [paul]       1.9.14cvs28
9819
9820         * po/sk.po
9821                 fix crash
9822                 updated by Andrej Kacian
9823
9824 2005-09-14 [paul]
9825
9826         1.9.15-rc1 released
9827
9828 2005-09-14 [paul]       1.9.14cvs27
9829
9830         * po/es.po
9831                 updated by Ricardo Mones Lastra
9832         * src/compose.c
9833         * src/compose.h
9834                 associate no_wrap_tags to Compose windows
9835                 instead of using a static one
9836                 Patch by Colin
9837         * src/mbox.c
9838                 fix proc_mbox()
9839                 Patch by wwp
9840         * src/textview.c
9841                 remove unneeded printf()
9842
9843 2005-09-14 [paul]       1.9.14cvs26
9844
9845         * src/addrcache.c
9846         * src/codeconv.h
9847         * src/folder.h
9848         * src/mainwindow.h
9849         * src/mh.c
9850         * src/mimeview.h
9851         * src/partial_download.c
9852         * src/pop.c
9853         * src/prefs_account.c
9854         * src/prefs_account.h
9855         * src/prefs_actions.c
9856         * src/prefs_customheader.c
9857         * src/prefs_display_header.c
9858         * src/prefs_filtering_action.c
9859         * src/prefs_matcher.c
9860         * src/prefs_toolbar.c
9861         * src/privacy.h
9862         * src/procmime.c
9863         * src/procmime.h
9864         * src/procmsg.h
9865         * src/textview.c
9866         * src/undo.h
9867         * src/common/plugin.c
9868         * src/common/session.h
9869         * src/common/socket.c
9870         * src/common/socket.h
9871         * src/common/template.c
9872         * src/gtk/gtkaspell.c
9873         * src/gtk/quicksearch.h
9874         * src/plugins/pgpcore/passphrase.c
9875         * src/plugins/pgpcore/prefs_gpg.h
9876         * src/plugins/pgpcore/select-keys.c
9877         * src/plugins/pgpcore/select-keys.h
9878         * src/plugins/pgpcore/sgpgme.c
9879         * src/plugins/pgpinline/pgpinline.c
9880         * src/plugins/pgpmime/pgpmime.c
9881         * src/plugins/trayicon/trayicon.c
9882                 fix compilation warnings
9883                 Patch by Daniel Gustafson
9884
9885 2005-09-14 [paul]       1.9.14cvs25
9886
9887         * src/addressbook.c
9888                 add missing column header, and other small
9889                 bug fixes
9890                 Patch by Anders Hammar
9891
9892 2005-09-13 [colin]      1.9.14cvs24
9893
9894         * src/gtk/gtkaspell.c
9895                 Fix non-utf8 in menu
9896                 Fix little leaks
9897                 Nullify struct members after free()s
9898
9899 2005-09-13 [colin]      1.9.14cvs23
9900
9901         * src/compose.c
9902                 Test utf8 compliance before inserting to 
9903                 buffer, and try to convert if necessary
9904         * src/procmime.c
9905                 If no charset is present, use the locale 
9906                 one instead of us-ascii
9907         * src/procmsg.c
9908                 Add Sender, List-Post and To in the checked 
9909                 headers for automatic rules creation 
9910                 (thanks to wwp)
9911         * src/prefs_themes.c
9912         * src/gtk/gtkaspell.c
9913                 Remove deprecated functions. 
9914                 patch by Daniel Gustafson
9915
9916 2005-09-12 [colin]      1.9.14cvs22
9917
9918         * src/compose.c
9919                 Fix bug #448 (Scrolling/Redraw issue with 
9920                 address-fields in Header)
9921         * src/mainwindow.c
9922         * src/summaryview.c
9923         * src/summaryview.h
9924                 Fix loss of MSG_MARKED on move/copy
9925                 Fix bug #804 (Quicksearch togglebutton doesn't 
9926                 get depressed after '/' key is pressed)
9927
9928 2005-09-12 [paul]       1.9.14cvs21
9929
9930         * AUTHORS
9931         * src/gtk/logwindow.c
9932                 add 'Clear Log' to popup menu
9933                 Patch by Anders Hammar <anders.hammar@telia.com>
9934
9935 2005-09-12 [paul]       1.9.14cvs20
9936
9937         * src/compose.c
9938                 set correct sensitivity on attachments
9939                 popup menu
9940         * src/folder.c
9941                 fix typo
9942         * src/prefs_spelling.c
9943                 fix crash when no LANG env is set
9944         * src/common/xml.c
9945                 fix crash in wizard
9946                 don't use memeory after free
9947
9948         All patches by Daniel Gustafson
9949
9950 2005-09-12 [paul]       1.9.14cvs19
9951
9952         * src/prefs_themes.c
9953                 make theme info selectable
9954         * src/gtk/description_window.c
9955                 make window non-modal
9956         * tools/README
9957                 add details of asus_mailed.sh
9958         * tools/claws.i18n.status.pl
9959                 update for new zh_TW translator
9960                 widen the output
9961                 create alternate coloured lines
9962                 improve readability
9963
9964 2005-09-10 [colin]      1.9.14cvs18
9965
9966         * src/plugins/pgpcore/select-keys.c
9967                 Better order for the buttons
9968
9969 2005-09-10 [colin]      1.9.14cvs17
9970
9971         * src/compose.c
9972         * src/plugins/pgpcore/select-keys.c
9973         * src/plugins/pgpcore/select-keys.h
9974         * src/plugins/pgpcore/sgpgme.c
9975                 Add a "Don't encrypt" button to the key
9976                 selection dialog. Fixes bug #177 (There should be a 
9977                 'Don't encrypt button in the Select Keys dialog)
9978
9979 2005-09-10 [colin]      1.9.14cvs16
9980
9981         * src/compose.c
9982                 Fix bug #572 (%X option does not work with templates)
9983
9984 2005-09-10 [colin]      1.9.14cvs15
9985
9986         * src/toolbar.c 
9987                 Remove g_print
9988
9989 2005-09-10 [colin]      1.9.14cvs14
9990
9991         * src/imap.c
9992                 Fix a possible crash
9993
9994 2005-09-09 [colin]      1.9.14cvs13
9995
9996         * src/imap.c
9997         * src/etpan/imap-thread.c
9998         * src/etpan/imap-thread.h
9999                 Fix moving from queue or drafts to normal folders
10000                 Fix bug #794 (No way to delete without expunging)
10001                 Take flags unset by other mailers into account
10002                 Take deleted flag set by other mailers into account
10003                 Fix unsetting REPLIED flag
10004                 Fix crash when capabilities can't be retrieved
10005         * src/mainwindow.c
10006         * src/mainwindow.h
10007                 Add M_DELAYED_FLAGS condition, and let the user use
10008                 Execute in order to be able to expunge deleted mails,
10009                 even if he's not in delayed execute mode
10010         * src/prefs_spelling.c
10011                 Use 'en' dictionary by default if LANG is POSIX or C
10012         * src/gtk/prefswindow.c
10013                 Fix bug #767 (Preferences windows expanding) by making
10014                 the window a bit larger when the resolution is greater
10015                 than 640x480, and by putting the prefs in a
10016                 GtkScrolledWindow.
10017
10018 2005-09-09 [paul]       1.9.14cvs12
10019
10020         * AUTHORS
10021         * configure.ac
10022         * po/zh_TW.Big5.po      ** REMOVED **
10023         * po/zh_TW.po           ** ADDED **
10024                 updated by Wei-Lun Chao
10025
10026 2005-09-09 [paul]       1.9.14cvs11
10027
10028         * src/mainwindow.c
10029                 fix asserts
10030         * src/common/xml.c
10031                 delay memory allocation until file is
10032                 opened successfully
10033                 Patch by Daniel Gustafson
10034
10035 2005-09-09 [colin]      1.9.14cvs10
10036
10037         * src/imap.c
10038                 Add guards
10039
10040 2005-09-08 [colin]      1.9.14cvs9
10041
10042         * src/compose.c
10043                 Alert when we can't save draft
10044                 Fix various wrap/color issues
10045                 Add mid-click pasting respecting wrap_paste option
10046         * src/folder.c
10047         * src/folder.h
10048         * src/folder_item_prefs.c
10049         * src/folder_item_prefs.h
10050         * src/imap.c
10051         * src/imap_gtk.c
10052         * src/imap_gtk.h
10053         * src/main.c
10054         * src/mainwindow.c
10055         * src/mainwindow.h
10056         * src/news.c
10057         * src/news_gtk.c
10058         * src/news_gtk.h
10059         * src/prefs_folder_item.c
10060                 Fix the impossibility to synchronise folders for
10061                 offline use (IMAP and NNTP are concerned)
10062
10063 2005-09-08 [colin]      1.9.14cvs8
10064
10065         * configure.ac
10066                 Build LDAP and JPilot by default if available
10067         * src/textview.c
10068                 Fix use after free
10069
10070 2005-09-08 [paul]       1.9.14cvs7
10071
10072         * doc/manual/en/sylpheed-1.html
10073         * doc/manual/en/sylpheed-18.html
10074         * doc/manual/en/sylpheed-19.html
10075         * doc/manual/en/sylpheed-4.html
10076         * doc/manual/en/sylpheed-6.html
10077         * doc/manual/en/sylpheed.html
10078                 a few minor updates, plus include some
10079                 details about plugins and their requirements
10080         * src/mainwindow.c
10081                 minor changes to English in /View/Sort
10082
10083 2005-09-07 [colin]      1.9.14cvs6
10084
10085         * doc/manual/en/sylpheed-1.html
10086         * doc/manual/en/sylpheed-10.html
10087         * doc/manual/en/sylpheed-11.html
10088         * doc/manual/en/sylpheed-12.html
10089         * doc/manual/en/sylpheed-13.html
10090         * doc/manual/en/sylpheed-14.html
10091         * doc/manual/en/sylpheed-15.html
10092         * doc/manual/en/sylpheed-16.html
10093         * doc/manual/en/sylpheed-17.html
10094         * doc/manual/en/sylpheed-18.html
10095         * doc/manual/en/sylpheed-19.html
10096         * doc/manual/en/sylpheed-2.html
10097         * doc/manual/en/sylpheed-20.html
10098         * doc/manual/en/sylpheed-21.html
10099         * doc/manual/en/sylpheed-22.html
10100         * doc/manual/en/sylpheed-3.html
10101         * doc/manual/en/sylpheed-4.html
10102         * doc/manual/en/sylpheed-5.html
10103         * doc/manual/en/sylpheed-6.html
10104         * doc/manual/en/sylpheed-7.html
10105         * doc/manual/en/sylpheed-8.html
10106         * doc/manual/en/sylpheed-9.html
10107         * doc/manual/en/sylpheed.html
10108                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10109
10110 2005-09-07 [colin]      1.9.14cvs5
10111
10112         * src/mainwindow.c
10113                 Make labels more to-the-point
10114
10115 2005-09-07 [colin]      1.9.14cvs4
10116
10117         * doc/manual/en/sylpheed-1.html
10118         * doc/manual/en/sylpheed-12.html
10119         * doc/manual/en/sylpheed-13.html
10120         * doc/manual/en/sylpheed-14.html
10121         * doc/manual/en/sylpheed-15.html
10122         * doc/manual/en/sylpheed-16.html
10123         * doc/manual/en/sylpheed-17.html
10124         * doc/manual/en/sylpheed-18.html
10125         * doc/manual/en/sylpheed-19.html
10126         * doc/manual/en/sylpheed-2.html
10127         * doc/manual/en/sylpheed-20.html
10128         * doc/manual/en/sylpheed-21.html
10129         * doc/manual/en/sylpheed-22.html
10130         * doc/manual/en/sylpheed-4.html
10131         * doc/manual/en/sylpheed-5.html
10132         * doc/manual/en/sylpheed-6.html
10133         * doc/manual/en/sylpheed-7.html
10134         * doc/manual/en/sylpheed-8.html
10135         * doc/manual/en/sylpheed-9.html
10136         * doc/manual/en/sylpheed.html
10137                 Update manual
10138
10139 2005-09-07 [colin]      1.9.14cvs3
10140
10141         * doc/faq/en/sylpheed-faq-1.html
10142         * doc/faq/en/sylpheed-faq-2.html
10143         * doc/faq/en/sylpheed-faq-3.html
10144         * doc/faq/en/sylpheed-faq.html
10145                 Update FAQ
10146
10147 2005-09-07 [colin]      1.9.14cvs2
10148
10149         * src/folderview.c
10150         * src/procmsg.c
10151         * src/summaryview.c
10152         * src/toolbar.c
10153                 Fix special subfolders:
10154                 - Inherit parent's icon
10155                 - sent contents of queues subfolders
10156                 - empty subfolders of trashes
10157         * src/mainwindow.c
10158                 Remove outdated manual and faq entries
10159         * src/common/utils.c
10160                 Add quotes around %s coming from mailcap
10161
10162 2005-09-07 [colin]      1.9.14cvs1
10163
10164         * src/compose.c
10165                 After saving draft, set modified to FALSE
10166         * src/mimeview.c
10167         * src/common/utils.c
10168         * src/common/utils.h
10169                 Try to open mime parts using what is 
10170                 indicated in ~/.mailcap or /etc/mailcap,
10171                 if possible.
10172
10173 2005-09-05 [paul]       1.9.14
10174
10175         1.9.14 released
10176
10177         * po/sk.po
10178                 updated by Andrej Kacian
10179
10180 2005-09-05 [paul]       1.9.13cvs83
10181
10182         * po/de.po
10183         * po/es.po
10184         * po/fi.po
10185         * po/fr.po
10186         * po/nb.po
10187         * po/pt_BR.po
10188         * po/sr.po
10189                 updated translations by Thomas Gilgin, Ricardo Mones
10190                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10191                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10192
10193 2005-09-04 [paul]       1.9.13cvs82
10194
10195         * src/compose.c
10196                 only warn about exceeded line length limit
10197                 on send
10198
10199 2005-09-04 [paul]       1.9.13cvs81
10200
10201         * src/compose.c
10202                 fix crash in 'line length exceeded' dialogue
10203
10204 2005-09-02 [paul]       1.9.13cvs80
10205
10206         * src/imap.c
10207                 fix bug 795, 'Connection lost IMAP'
10208                 and add statusbar prints
10209                 Patch by Colin
10210
10211 2005-09-02 [paul]       1.9.13cvs79
10212
10213         * src/compose.c
10214                 compose_wrap_paragraph() becomes
10215                 compose_beautify_paragraph()
10216                 Patch by Colin
10217
10218 2005-09-02 [colin]      1.9.13cvs78
10219
10220         * src/folderview.c
10221                 Micro-fix
10222
10223 2005-09-01 [colin]      1.9.13cvs77
10224
10225         * src/imap.c
10226                 Maybe fix bug #795 (Connection lost IMAP)
10227                 Don't try to send logout when we're disconnected.
10228         * src/summaryview.c
10229                 Include locked and marked emails in HRM
10230                 view. Fixes bug #800 (Locked messages no longer 
10231                 show up when hide read messages is used)
10232
10233 2005-09-01 [paul]       1.9.13cvs76
10234
10235         * src/prefs_common.c
10236                 fix bad cutting
10237
10238 2005-08-31 [colin]      1.9.13cvs75
10239
10240         * src/folderview.c
10241         * src/folderview.h
10242         * src/prefs_summaries.c
10243         * src/summaryview.c
10244                 Fix "go to next new", fix preference
10245                 (Open unread/next swapped)
10246
10247 2005-08-31 [paul]       1.9.13cvs74
10248
10249         * src/compose.c
10250         * src/folderview.c
10251         * src/headerview.c
10252         * src/headerview.h
10253         * src/mainwindow.c
10254         * src/prefs_common.c
10255         * src/prefs_common.h
10256         * src/prefs_fonts.c
10257         * src/summaryview.c
10258         * src/textview.c
10259         * src/common/defs.h
10260                 remove obsolete BOLD_FONT setting
10261                 fix font update in headerview and textview
10262                 headers after prefs change
10263                 Patch By Colin
10264
10265 2005-08-31 [paul]
10266
10267         1.9.14-rc4 released
10268
10269 2005-08-30 [colin]      1.9.13cvs73
10270
10271         * src/summaryview.c
10272                 When Hide read messages is selected and we
10273                 refresh the summaryview, don't remove the 
10274                 currently displayed message. Fixes bug #797
10275                 (Summary view reloads when new mail is 
10276                 downloaded in 1.9.14 rc)
10277
10278 2005-08-30 [colin]      1.9.13cvs72
10279
10280         * src/folderview.c
10281                 Fix flickering
10282         * src/mainwindow.c
10283                 Remove useless callback
10284         * src/mimeview.c
10285         * src/gtk/filesel.c
10286         * src/gtk/filesel.h
10287                 Add a filesel_select_file_save_folder() - used by Save All
10288
10289 2005-08-29 [paul]       1.9.13cvs71
10290
10291         * AUTHORS
10292         * src/matcher_parser_parse.y
10293         * src/etpan/imap-thread.c
10294                 fix building on FreeBSD
10295                 Patch by Daniel Gustafson <daniel@hobbit.se>
10296
10297 2005-08-29 [paul]       1.9.13cvs70
10298
10299         * src/plugins/pgpinline/pgpinline.c
10300                 only initialise sig result if it's been handled
10301                 Patch by Colin
10302
10303 2005-08-29 [paul]       1.9.13cvs69
10304         
10305         Patches by Colin:
10306
10307         * src/imap.c
10308         * src/common.utils.c
10309         * src/common/utils.h
10310                 optimisation
10311         * src/stock_pixmap.h
10312                 fix wrong icon reference
10313         * src/pixmaps/trash_btn.xpm
10314                 replace with nicer image
10315
10316 2005-08-28 [colin]      1.9.13cvs68
10317
10318         * src/Makefile.am
10319         * src/stock_pixmap.c
10320         * src/stock_pixmap.h
10321         * src/toolbar.c
10322         * src/pixmaps/trash_btn.xpm
10323                 Add a specific trash xpm for the button
10324
10325 2005-08-28 [colin]      1.9.13cvs67
10326
10327         * src/imap.c
10328                 Fix leak
10329
10330 2005-08-27 [colin]      1.9.13cvs66
10331
10332         * src/imap.c
10333         * src/procmime.c
10334                 Correctly fix "Problem with replies", fixes
10335                 pgpmime encryption too. 
10336
10337 2005-08-27 [colin]      1.9.13cvs65
10338
10339         * src/folder.c
10340         * src/procmsg.c
10341         * src/procmsg.h
10342         * src/summaryview.c
10343                 Fix bug #517 (messages removed from summaryview 
10344                 when moving fails)
10345
10346 2005-08-27 [colin]      1.9.13cvs64
10347
10348         * tools/Makefile.am
10349         * tools/asus_mailled.sh
10350                 Add a script to blink ASUS laptops' mail LED where there
10351                 is unread mail.
10352
10353 2005-08-27 [colin]      1.9.13cvs63
10354
10355         * src/imap.c
10356         * src/etpan/imap-thread.c
10357         * src/etpan/imap-thread.h
10358                 Implement automatic choosing of login method
10359                 Fixes bug #791
10360         * src/gtk/.cvsignore
10361                 Add sylpheed-marshal.[ch]
10362
10363 2005-08-27 [colin]      1.9.13cvs62
10364
10365         * src/common/utils.c
10366                 Fix confusing perror
10367
10368 2005-08-27 [colin]      1.9.13cvs61
10369
10370         * src/toolbar.c
10371         * src/toolbar.h
10372                 Remove A_DELETE, replace it with 
10373                 A_TRASH and A_DELETE_REAL. Automatically
10374                 rewrite config files to replace A_DELETE
10375                 with A_TRASH (no functionality change).
10376                 Fixes half of #794
10377
10378 2005-08-26 [colin]      1.9.13cvs60
10379
10380         * src/procmime.c
10381                 Previous "Problem with replies" fix brought other
10382                 problems, fixing them
10383
10384 2005-08-26 [colin]      1.9.13cvs59
10385
10386         * src/procmime.c
10387                 Fix "Problem with replies". This happened only
10388                 on IMAP...
10389         * src/procmsg.c
10390                 Factorize code a bit
10391         * src/compose.c
10392                 Speed improvement on very long messages (wrapping)
10393                 Fix signature color on Reedit and Redirect
10394                 On Reedit, don't attach pgp-signatures parts, but
10395                 set signing to On.
10396
10397 2005-08-24 [paul]       1.9.13cvs58
10398
10399         * src/compose.c
10400                 don't claim success when clicking
10401                 Cancel on the passphrase box.
10402                 Patch by Colin
10403
10404 2005-08-24 [paul]       1.9.13cvs57
10405
10406         * src/main.c
10407                 fix misplaced sylpheed.log
10408         * src/common/defs.h
10409                 define UIDL_DIR
10410
10411 2005-08-24 [paul]       1.9.13cvs56
10412
10413         * src/imap.c
10414         * src/etpan/imap-thread.c
10415         * src/etpan/imap-thread.h
10416                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10417                 Patch by Colin
10418         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10419         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10420                 remove autogenerated files
10421         * tools/kdeservicemenu/README
10422         * tools/kdeservicemenu/install.sh
10423         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10424         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10425                 use Claws icon, use 'Sylpheed-Claws' in menu,
10426                 use kdialog, and other cleanups
10427
10428 2005-08-23 [paul]       1.9.13cvs55
10429
10430         * src/compose.c
10431                 fix paste/wrap crash
10432                 Patch by Colin
10433
10434 2005-08-23 [paul]       1.9.13cvs54
10435
10436         * src/main.c
10437                 fix crash recovery
10438                 Patch by Colin
10439
10440 2005-08-23 [paul]       1.9.13cvs53
10441
10442         * src/addressbook.c
10443         * src/editaddress.c
10444                 view all data of LDAP contacts
10445                 Patch by Colin
10446
10447 2005-08-23 [paul]       1.9.13cvs52
10448
10449         * src/addressbook.c
10450                 fix issues with the Search field
10451                 Patch by Colin
10452
10453 2005-08-22 [paul]       1.9.13cvs51
10454
10455         * src/folderview.c
10456                 put name of folder in processing dialog
10457                 title
10458         * src/prefs_folder_item.c
10459                 improve english usage
10460
10461 2005-08-22 [paul]       1.9.13cvs50
10462
10463         * src/filtering.c
10464         * src/filtering.h
10465         * src/matcher.c
10466         * src/matcher_parser_lex.l
10467         * src/matcher_parser_parse.y
10468         * src/prefs_filtering.c
10469                 add Filtering/Processing rule names feature.
10470                 (the incompatible old matcherrc is saved as
10471                 matcherrc.pre_names).
10472                 Patch by Colin
10473
10474 2005-08-22 [paul]       1.9.13cvs49
10475
10476         * src/procmsg.c
10477                 fix colour labelling
10478                 Patch by Colin
10479
10480 2005-08-22 [paul]       1.9.13cvs48
10481
10482         * src/textview.c
10483                 fix open_image_cb()
10484
10485 2005-08-22 [paul]       1.9.13cvs47
10486
10487         * src/imap.c
10488                 fix bug 789, 'SC crashes with imap (CVS ver)'
10489                 Patch by Colin
10490
10491 2005-08-22 [paul]       1.9.13cvs46
10492
10493         * src/mimeview.c
10494         * src/prefs_common.c
10495         * src/common/defs.h
10496                 define reused defaults in defs.h
10497         * src/textview.c
10498                 add 'Open image' to image popup menu
10499
10500 2005-08-21 [colin]      1.9.13cvs45
10501
10502         * src/summaryview.c
10503                 Fix bug #788 (Bogus "From" address displayed)
10504
10505 2005-08-20 [colin]      1.9.13cvs44
10506
10507         * src/folder.c
10508                 Fix buf #787 (multilevel delete causes SIGSEGV)
10509
10510 2005-08-19 [colin]      1.9.13cvs43
10511
10512         * src/inc.c
10513         * src/prefs_common.c
10514         * src/prefs_common.h
10515                 Add an hidden pref to allow modifying the
10516                 update stepping in incorporation.
10517                 Patch by wwp.
10518
10519 2005-08-19 [colin]      1.9.13cvs42
10520
10521         * src/compose.c
10522         * src/procmime.c
10523                 Workaround for broken MUAs: encode 
10524                 Content-type: name: as ASCII and 
10525                 Content-Disposition: filename: as
10526                 per rfc2231
10527         * src/prefs_account.c
10528                 Fix invisible-ness of SMTP SSL prefs
10529                 in NNTP accounts
10530
10531 2005-08-19 [paul]       1.9.13cvs41
10532
10533         * src/compose.c
10534         * src/prefs_common.c
10535         * src/prefs_common.h
10536         * src/prefs_wrapping.c
10537                 paste with or without wrapping.
10538                 patch by Colin
10539
10540 2005-08-19 [paul]       1.9.13cvs40
10541
10542         * src/prefs_common.c
10543         * src/prefs_common.h
10544         * src/summaryview.c
10545                 reintroduce enable_swap_from as a
10546                 hidden pref. patch by Colin
10547         * src/quote_fmt_parse.y
10548         * src/plugins/clamav/clamav_plugin.c
10549         * src/plugins/dillo_viewer/dillo_viewer.c
10550         * src/plugins/mathml_viewer/mathml_viewer.c
10551         * src/plugins/pgpcore/sgpgme.c
10552         * src/plugins/pgpinline/pgpinline.c
10553         * src/plugins/pgpmime/pgpmime.c
10554                 tidy up. patch by Colin
10555
10556 2005-08-19 [paul]       1.9.13cvs39
10557
10558         * configure.ac
10559                 complete cvs38's sync
10560         * src/editaddress.c
10561         * src/gedit-print.c
10562         * src/mutt.c
10563         * src/etpan/etpan-log.c
10564         * src/etpan/imap-thread.c
10565         * src/gtk/gtksourceprintjob.c
10566                 fix compilation warnings
10567                 (patch by Colin)
10568
10569 2005-08-19 [paul]       1.9.13cvs38
10570
10571         sync with main:
10572
10573         * src/account.c
10574         * src/action.c
10575         * src/addrbook.c
10576         * src/addrcache.c
10577         * src/addrharvest.c
10578         * src/addrindex.c
10579         * src/codeconv.c
10580         * src/compose.c
10581         * src/crash.c
10582         * src/exporthtml.c
10583         * src/exportldif.c
10584         * src/folder.c
10585         * src/image_viewer.c
10586         * src/inc.c
10587         * src/inc.h
10588         * src/jpilot.c
10589         * src/ldif.c
10590         * src/main.c
10591         * src/matcher.c
10592         * src/mbox.c
10593         * src/messageview.c
10594         * src/mh.c
10595         * src/mimeview.c
10596         * src/msgcache.c
10597         * src/mutt.c
10598         * src/news.c
10599         * src/partial_download.c
10600         * src/pine.c
10601         * src/pop.c
10602         * src/prefs_actions.c
10603         * src/prefs_common.c
10604         * src/prefs_customheader.c
10605         * src/prefs_display_header.c
10606         * src/prefs_gtk.c
10607         * src/prefs_themes.c
10608         * src/procheader.c
10609         * src/procmime.c
10610         * src/procmsg.c
10611         * src/recv.c
10612         * src/send_message.c
10613         * src/simple-gettext.c
10614         * src/sourcewindow.c
10615         * src/textview.c
10616         * src/vcard.c
10617         * src/common/defs.h
10618         * src/common/log.c
10619         * src/common/plugin.c
10620         * src/common/prefs.c
10621         * src/common/session.c
10622         * src/common/session.h
10623         * src/common/socket.c
10624         * src/common/socket.h
10625         * src/common/ssl_certificate.c
10626         * src/common/template.c
10627         * src/common/utils.c
10628         * src/common/utils.h
10629         * src/common/xml.c
10630         * src/gtk/about.c
10631         added wrappers for C library function that
10632                 take pathname arguments.
10633                 enabled compilation with MinGW.
10634                 use GDir instead of directly using opendir().
10635                 added rename_force().
10636
10637 2005-08-19 [paul]       1.9.13cvs37
10638         
10639         patches by Colin:
10640         * src/compose.c
10641                 fix privacy settings on re-editing
10642                 a sent message
10643         * src/jpilot.c
10644                 fix encoding bug
10645         * src/folder.c
10646         * src/procmsg.c
10647         * src/procmsg.h
10648         * src/summaryview.c
10649                 flag changing optimisation
10650
10651 2005-08-18 [martin]     1.9.13cvs36
10652
10653         * commitHelper
10654             added my login
10655         * src/addrcache.c
10656         * src/addrharvest.c
10657         * src/addrindex.c
10658         * src/compose.c
10659         * src/grouplistdialog.c
10660         * src/main.c
10661         * src/mainwindow.c
10662         * src/msgcache.c
10663         * src/mutt.c
10664         * src/pine.c
10665         * src/prefs_account.c
10666         * src/prefs_themes.c
10667         * src/stock_pixmap.c
10668         * src/summaryview.c
10669         * src/gtk/about.c
10670         * src/gtk/logwindow.c
10671             removed deprecated glib and gdk stuff
10672         * src/plugins/pgpcore/select-keys.c
10673             convert attributes from locale to utf8
10674
10675 2005-08-17 [paul]       1.9.13cvs35
10676
10677         * src/account.c
10678         * src/addressbook.c
10679                 use new GTK_STOCK_ icons if available
10680         * src/summaryview.c
10681         * src/gtk/gtksctree.c
10682         * src/gtk/gtksctree.h
10683                 faster range select. patch by Colin
10684
10685 2005-08-17 [paul]       1.9.13cvs34
10686
10687         patches by colin:
10688         * src/addressbook.c
10689         * src/addressitem.h
10690                 Add an edit button for contacts, fix selections
10691                 of gtksctree items
10692         * src/editaddress.c
10693                 Change labels, let Save be always possible in the
10694                 email and user atributes tabs
10695         * src/folderview.c
10696                 fix sort issues
10697         * src/summaryview.c
10698                 select next item instead of the displayed one
10699                 after deletion
10700
10701         * src/gtk/progressdialog.c
10702                 use prefs_common.enable_rules_hint
10703
10704 2005-08-13 [hoa]        1.9.13cvs33
10705
10706         * src/etpan/imap-thread.c
10707                 fixed build on Solaris.
10708
10709 2005-08-10 [colin]      1.9.13cvs32
10710
10711         * src/procmsg.c
10712                 Fix cvs31 (missing fclose before reading
10713                 the file)
10714
10715 2005-08-10 [colin]      1.9.13cvs31
10716
10717         * src/procmsg.c
10718                 Fix procmsg_msginfo_new_from_mimeinfo() when
10719                 the MimeInfo isn't stored in memory. This fixes
10720                 replying to an attached message.
10721
10722 2005-08-10 [colin]      1.9.13cvs30
10723
10724         * src/mainwindow.c
10725                 Fix slowness in account changing
10726
10727 2005-08-10 [colin]      1.9.13cvs29
10728
10729         * src/folder.c
10730         * src/folderutils.c
10731         * src/folderview.c
10732         * src/imap_gtk.c
10733         * src/mainwindow.c
10734         * src/mh_gtk.c
10735         * src/procmsg.c
10736         * src/summaryview.c
10737                 Optimize folder_has_parent_of_type
10738                 Prevent moving special sub-folders from contextual menus
10739                 Rework message a bit ("Empty all messages" -> "Delete all
10740                 messages")
10741                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10742                 and "Deleted Items" folders)
10743
10744 2005-08-08 [colin]      1.9.13cvs28
10745
10746         * src/summaryview.c
10747         * src/prefs_summaries.c
10748                 Make "Select first unread|new" more flexible
10749                 (just prioritize new or unread)
10750
10751 2005-08-08 [colin]      1.9.13cvs27
10752
10753         * src/summaryview.c
10754                 If "select first new" is selected and there only
10755                 are unread messages, fallback to "select first
10756                 unread".
10757
10758 2005-08-08 [colin]      1.9.13cvs26
10759
10760         * src/folder.c
10761                 Fix shameful bugs (and bug #779)
10762
10763 2005-08-08 [colin]      1.9.13cvs25
10764
10765         * src/folder.c
10766         * src/folder.h
10767                 Cache parents' type to make folder_has_parent_of_type
10768                 faster
10769         * src/folderview.c
10770                 Forbid DnD of special sub-folders
10771         * src/procmsg.c
10772         * src/procmsg.h
10773                 Add MAIL_POSTFILTERING_HOOK
10774         * src/summaryview.c
10775                 Revert over-zealous deletion of the use_addr_book 
10776                 code
10777
10778 2005-08-07 [colin]      1.9.13cvs24
10779
10780         * src/folder.c
10781                 Fix big mistake (passing MsgInfo instead 
10782                 of FolderItem)
10783
10784 2005-08-07 [colin]      1.9.13cvs23
10785
10786         * src/compose.c
10787         * src/folder.c
10788         * src/folder.h
10789         * src/foldersel.c
10790         * src/folderutils.c
10791         * src/folderview.c
10792         * src/imap.c
10793         * src/mainwindow.c
10794         * src/messageview.c
10795         * src/mh.c
10796         * src/msgcache.c
10797         * src/procmime.c
10798         * src/summaryview.c
10799                 Make subfolders of Drafts, Queue, Outbox, Trash
10800                 work like their parents. 
10801                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10802
10803 2005-08-07 [colin]      1.9.13cvs22
10804
10805         * src/addressbook.c
10806                 Fix bug #771 (Dragged contacts not saved)
10807
10808 2005-08-07 [paul]       1.9.13cvs21
10809
10810         * src/summaryview.c
10811                 fix bug 32 'Search Doesn't display results
10812                 if "Hide Read Messages" is chosen'
10813                 be more literal in interpreting 'Hide read
10814                 messages'
10815
10816 2005-08-07 [colin]      1.9.13cvs20
10817
10818         * src/folderview.c
10819                 Add debug
10820         * src/summaryview.c
10821                 Faster 'unthread_for_execution'
10822
10823 2005-08-06 [paul]       1.9.13cvs19
10824
10825         * src/mainwindow.c
10826                 add mnemonics to Set displayed columns
10827                 fix bug where msgview_visible option was
10828                 overwritten as TRUE on startup
10829
10830 2005-08-06 [paul]       1.9.13cvs18
10831
10832         * src/mainwindow.c
10833                 refer to 'displayed columns in folder/message
10834                 list' not 'displayed items in summary/message view'
10835         * src/prefs_display_header.c
10836                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10837                 be consistent with similar dialogues
10838         * src/prefs_folder_column.c
10839         * src/prefs_summary_column.c
10840                 'columns' not 'items', and folder and message lists,
10841                 instead of folder and summary views;
10842                 Use 'Hidden columns' as list heading not 'Available
10843                 items';
10844                 move the 'Remove' button to the right hand side;
10845                 top-align the buttons;
10846                 remove unneeded vbox
10847         * src/prefs_summaries.c
10848                 put the 2 column prefs buttons in a frame to reduce
10849                 overall width; refer to columns not items &c.
10850
10851 2005-08-05 [colin]      1.9.13cvs17
10852
10853         * src/prefs_common.c
10854         * src/prefs_common.h
10855         * src/mainwindow.c
10856         * src/compose.c
10857         * src/messageview.c
10858                 Add an hidden toolbar_detachable pref, so
10859                 that I can get rid of these painful handles
10860                 in the toolbars. Defaults to TRUE to avoid
10861                 changing the GUI on unsuspecting people...
10862
10863 2005-08-05 [colin]      1.9.13cvs16
10864
10865         * src/Makefile.am
10866         * src/prefs_folder_column.c
10867         * src/prefs_folder_column.h
10868                 Add prefs for folder columns
10869         * src/folderview.c
10870         * src/folderview.h
10871         * src/mainwindow.c
10872         * src/mainwindow.h
10873         * src/prefs_common.c
10874         * src/prefs_common.h
10875         * src/prefs_summaries.c
10876                 Use them
10877         * src/prefs_summary_column.c
10878         * src/summaryview.c
10879         * src/summaryview.h
10880                 Add a To column
10881         * src/textview.c
10882         * src/common/utils.c
10883         * src/common/utils.h
10884                 Move uri colourisation functions
10885                 to utils
10886         * src/compose.c
10887                 Colourise URIs
10888         * src/imap.c
10889                 Fix bug with LIST where we'd try
10890                 to get Folder//////[...]/// 
10891
10892 2005-08-05 [paul]       1.9.13cvs15
10893
10894         * src/prefs_summaries.c
10895                 improve the English usage
10896         * src/summaryview.c
10897                 set font on column change
10898                 thanks to Colin
10899
10900 2005-08-05 [paul]       1.9.13cvs14
10901
10902         * src/prefs_common.c
10903         * src/prefs_common.h
10904         * src/prefs_summaries.c
10905         * src/summaryview.c
10906                 replace 'open_unread_on_enter' option with
10907                 'select_on_entry' option. opening/not opening
10908                 is now exclusively controlled by 'always_show_msg'
10909
10910 2005-08-04 [colin]      1.9.13cvs13
10911
10912         * src/compose.c
10913                 Remove dead code
10914                 Add colourisation of quotes and signatures
10915         * src/folderview.c
10916                 Fix possible crashes
10917         * src/messageview.c
10918                 Change an assert that is no problem
10919         * src/news.c
10920         * src/news_gtk.c
10921         * src/news_gtk.h
10922                 Fix offline mode
10923         * src/gtk/quicksearch.c
10924                 Fix a possible crash
10925
10926 2005-08-03 [colin]      1.9.13cvs12
10927
10928         * src/prefs_account.c
10929                 Fix bug #777 (Sylpheed crash in account configuration)
10930
10931 2005-08-03 [colin]      1.9.13cvs11
10932
10933         * src/addressbook.c
10934         * src/editaddress.c
10935         * src/editgroup.c
10936                 Fixing addressbook, round 2
10937         * src/textview.c
10938                 Fix emphasis color on rechecking 'Colorize messages'
10939
10940 2005-08-03 [paul]       1.9.13cvs10
10941
10942         sync with main
10943
10944         * src/addr_compl.c
10945         * src/compose.c
10946         * src/main.c
10947         * src/pop.c
10948         * src/prefs_account.c
10949         * src/procmime.c
10950         * src/procmsg.c
10951         * src/quote_fmt_parse.y
10952         * src/textview.c
10953         * src/common/quoted-printable.c
10954         * src/common/utils.c
10955         * src/common/utils.h
10956         * src/common/xml.c
10957                 replaced incorrect locale-independent
10958                 ctype functions with GLib's. Corrected
10959                 signedness mismatch.
10960         * src/headerview.c
10961                 headerview_create(): added spacing for vbox.
10962         * src/gtk/about.c
10963                 set focus to the OK button.
10964
10965 2005-08-03 [colin]      1.9.13cvs9
10966
10967         * src/folderview.c
10968                 Fix possible crash
10969
10970 2005-08-02 [colin]      1.9.13cvs8
10971
10972         * src/mainwindow.c
10973                 Fix cast
10974         * src/addressbook.c
10975         * src/addressitem.h
10976                 Fix a cast and more generally, try to make the
10977                 GUI more intuitive and consistent (round 1)
10978
10979 2005-08-02 [paul]       1.9.13cvs7
10980
10981         * src/folder.h
10982                 missing in 1.9.13cvs6
10983
10984 2005-08-02 [colin]      1.9.13cvs6
10985
10986         * src/folder.c
10987                 Fix one more leak
10988
10989 2005-08-02 [colin]      1.9.13cvs5
10990
10991         * src/folder.c
10992         * src/folderview.c
10993         * src/imap.c
10994         * src/main.c
10995         * src/mbox.c
10996         * src/procmsg.c
10997         * src/summaryview.c
10998                 Fix a number of folder_item_get_msg_list()-related
10999                 leaks (missing procmsg_msginfo_free()s)
11000
11001 2005-08-01 [colin]      1.9.13cvs4
11002
11003         * src/folderview.c
11004         * src/folderview.h
11005         * src/mainwindow.c
11006         * src/prefs_fonts.c
11007         * src/prefs_summaries.c
11008         * src/prefs_themes.c
11009         * src/summaryview.c
11010         * src/summaryview.h
11011         * src/textview.c
11012         * src/textview.h
11013                 Fix instant-apply of summary and folderview-related prefs
11014                 Fix erroneous g_free and alertpanels in prefs_theme
11015                 Add instant-apply for fonts
11016                 Defer applying of prefs a little bit so it's done only
11017                 once even if requested by multiples prefs pages
11018
11019 2005-08-01 [paul]       1.9.13cvs3
11020
11021         * src/main.c
11022                 fix bug 776 'S.C. crashes on close'
11023                 thanks to Colin
11024         * src/etpan/etpan-thread-manager-types.h
11025                 add missing include
11026                 thanks to Hoa
11027
11028 2005-07-25 [paul]       1.9.13cvs2
11029
11030         * src/summaryview.c
11031                 fix typos. spotted by Fabien Vantard
11032
11033 2005-07-24 [paul]       1.9.13cvs1
11034
11035         * doc/man/sylpheed.1
11036                 update man page, incorporating fix of
11037                 bug 769 'Typo in manpage'
11038         * src/etpan/imap-thread.c
11039                 fix NetBSD openssl dependencies. patch by
11040                 George Michaelson <ggm@apnic.net>
11041         * po/pt_BR.po
11042                 updated by Frederico Goncalves Guimaraes
11043
11044 2005-07-22 [paul]       1.9.13
11045
11046         1.9.13 release
11047
11048 2005-07-22 [paul]       1.9.12cvs91
11049
11050         * AUTHORS
11051         * INSTALL
11052         * README.claws
11053         * RELEASE_NOTES.claws
11054                 updated for release
11055         * configure.ac
11056         * po/nb.po
11057         * tools/claws.i18n.status.pl
11058                 add Norwegian translation. submiited by
11059                 Geir Helland <pjallabais@users.sourceforge.net>
11060         * po/ca.po
11061         * po/de.po
11062         * po/es.po
11063         * po/fi.po
11064         * po/fr.po
11065         * po/it.po
11066         * po/sk.po
11067         * po/sr.po
11068         * po/zh_CN.po
11069                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11070                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11071                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11072                 Yang Guilong
11073         * src/plugins/clamav/clamav_plugin_gtk.c
11074         * src/plugins/spamassassin/spamassassin_gtk.c
11075                 replace outdated description strings
11076
11077 2005-07-21 [colin]      1.9.12cvs90
11078
11079         * src/folder.c
11080                 Set folder to batch mode when scanning it. Makes deletion
11081                 of unread mails on IMAP much faster (due to the UNREAD 
11082                 flag unsetting)
11083
11084 2005-07-21 [darko]      1.9.12cvs89
11085
11086         * configure.ac
11087                 link against libresolv if necessary (patch by Paul)
11088         * src/msgcache.c
11089                 use glib's portable macros to determine endianness
11090
11091 2005-07-21 [paul]       1.9.12cvs88
11092
11093         * src/crash.c
11094         * src/gtk/about.c
11095                 update compiled-in features list
11096
11097 2005-07-20 [colin]      1.9.12cvs87
11098
11099         * src/folder.c
11100         * src/textview.c
11101                 Gcc 2.9x compilation fixes, thanks to Darko
11102         * src/plugins/clamav/clamav_plugin.c
11103                 Little optimisation: load virus database only once
11104         * src/plugins/spamassassin/spamassassin.c
11105                 Big optimisation: filtering one mail took at least 1 second,
11106                 now it takes at least 50ms. Doesn't speed up spamassassin 
11107                 itself, but should already be much more tolerable.
11108
11109 2005-07-20 [colin]      1.9.12cvs86
11110
11111         * src/summaryview.c
11112                 Fix performance issue
11113
11114 2005-07-19 [colin]      1.9.12cvs85
11115
11116         * src/plugins/pgpinline/plugin.c
11117                 Fix warning
11118
11119 2005-07-19 [colin]      1.9.12cvs84
11120
11121         * configure.ac
11122         * src/plugins/Makefile.am
11123         * src/plugins/pgpinline/.cvsignore
11124         * src/plugins/pgpinline/Makefile.am
11125         * src/plugins/pgpinline/pgpinline.c
11126         * src/plugins/pgpinline/pgpinline.deps
11127         * src/plugins/pgpinline/pgpinline.h
11128         * src/plugins/pgpinline/plugin.c
11129                 Put pgpinline in the main tree
11130
11131 2005-07-19 [paul]       1.9.12cvs83
11132
11133         * src/prefs_actions.c
11134                 prevent '//' in menu names, which cause a crash
11135                 thanks to Colin
11136
11137 2005-07-19 [paul]       1.9.12cvs82
11138
11139         * configure.ac
11140                 be generally more informative in configure output.
11141                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11142                 '[ --disable-openssl ...', as --enable-openssl is default
11143                 PGP/MIME: don't check for GPGME again, check for
11144                 pgpcore instead. Therefore prevent the possibility of
11145                 attempting to build pgpmime if pgpcore dependencies are
11146                 not met
11147                 ClamAV: use pkgconfig to check for lib
11148                 libgnomeprint: revert logic on inner test to match
11149                 everything else
11150         * src/plugins/pgpcore/sgpgme.c
11151                 add missing include
11152
11153 2005-07-19 [colin]      1.9.12cvs81
11154
11155         * src/summaryview.c
11156                 Fix slow thread rebuilding in particular
11157                 cases
11158
11159 2005-07-19 [paul]       1.9.12cvs80
11160
11161         * sylpheed-claws.desktop
11162                 fix typo, spotted by Stephan Sachse
11163         * src/account.c
11164                 replace GTK_STOCK_ADD with
11165                 GTK_STOCK_NEW button
11166
11167 2005-07-18 [colin]      1.9.12cvs79
11168
11169         * src/etpan/imap-thread.c
11170                 Fix return value (Thanks Hoa)
11171
11172 2005-07-18 [colin]      1.9.12cvs78
11173
11174         * src/imap.c
11175                 Allow empty passwords
11176                 Create drafts/queue/outbox if necessary
11177         * src/summaryview.c
11178                 Remove old code
11179         * src/etpan/imap-thread.c
11180                 Fix STARTTLS (Thanks to Hoa)
11181
11182 2005-07-18 [paul]       1.9.12cvs77
11183
11184         * ChangeLog-gtk2.jp
11185         * ChangeLog.jp
11186                 removed
11187         * Makefile.am
11188                 updated to reflect additions and removals
11189         * TODO
11190                 updated to be claws-specific
11191         * TODO-gtk2
11192         * TODO-gtk2.jp
11193         * TODO.jp
11194         * sylpheed-128x128.png
11195         * sylpheed-64x64.png
11196                 removed
11197         * sylpheed-claws-128x128.png
11198         * sylpheed-claws-64x64.png
11199         * sylpheed-claws.desktop
11200         * sylpheed-claws.png
11201                 added
11202         * sylpheed.desktop
11203         * sylpheed.png
11204                 removed
11205
11206 2005-07-17 [paul]       1.9.12cvs76
11207
11208         * src/account.c
11209         * src/addressbook.c
11210         * src/alertpanel.c
11211         * src/alertpanel.h
11212         * src/compose.c
11213         * src/exphtmldlg.c
11214         * src/expldifdlg.c
11215         * src/folderview.c
11216         * src/imap_gtk.c
11217         * src/inc.c
11218         * src/message_search.c
11219         * src/messageview.c
11220         * src/mh_gtk.c
11221         * src/news_gtk.c
11222         * src/prefs_actions.c
11223         * src/prefs_filtering.c
11224         * src/prefs_matcher.c
11225         * src/prefs_template.c
11226         * src/prefs_themes.c
11227         * src/ssl_manager.c
11228         * src/summary_search.c
11229         * src/textview.c
11230         * src/toolbar.c
11231         * src/gtk/sslcertwindow.c
11232         * src/plugins/pgpcore/sgpgme.c
11233                 rework alertpanels
11234
11235 2005-07-17 [colin]      1.9.12cvs75
11236
11237         * src/privacy.c
11238                 add a PrivacySystem accessor that checks that
11239                 the system cached in a MimeInfo's privacydata
11240                 is still registered. Use this accessor instead
11241                 of directly using data->system. Fixes crashes
11242                 after unloading pgp plugins.
11243
11244 2005-07-17 [colin]      1.9.12cvs74
11245
11246         * src/alertpanel.c
11247                 Change geometry hints to a simple default size.
11248                 Fixes the certs dialogs.
11249
11250 2005-07-17 [colin]      1.9.12cvs73
11251
11252         * src/gtk/sslcertwindow.c
11253                 Use a gtkExpander
11254
11255 2005-07-17 [colin]      1.9.12cvs72
11256
11257         * src/plugins/pgpcore/Makefile.am
11258         * src/plugins/pgpmime/Makefile.am
11259                 Add gpgme libs
11260
11261 2005-07-17 [paul]       1.9.12cvs71
11262
11263         * configure.ac
11264                 add --disable-gnomeprint option
11265                 modified version of patch by Marius Mauch
11266
11267 2005-07-17 [paul]       1.9.12cvs70
11268
11269         * src/common/defs.h
11270                 update urls
11271         * src/account.c
11272         * src/action.c
11273         * src/addressbook.c
11274         * src/compose.c
11275         * src/foldersel.c
11276         * src/folderview.c
11277         * src/html.c
11278         * src/imap_gtk.c
11279         * src/main.c
11280         * src/mainwindow.c
11281         * src/messageview.c
11282         * src/mh_gtk.c
11283         * src/mimeview.c
11284         * src/news_gtk.c
11285         * src/prefs_account.c
11286         * src/prefs_send.c
11287         * src/prefs_summaries.c
11288         * src/procmsg.c
11289         * src/summaryview.c
11290         * src/common/utils.c
11291         * src/common/xml.c
11292         * src/plugins/pgpcore/passphrase.c
11293         * src/plugins/pgpcore/select-keys.c
11294                 replace inappropriately used backticks
11295                 with single quotes
11296
11297 2005-07-16 [colin]      1.9.12cvs69
11298
11299         * src/image_viewer.c
11300                 Add extra paranoid checks
11301
11302 2005-07-16 [colin]      1.9.12cvs68
11303
11304         * src/plugins/pgpcore/prefs_gpg.c
11305                 Don't auto-check sigs by default, as it
11306                 can be really slow.
11307
11308 2005-07-16 [colin]      1.9.12cvs67
11309
11310         * src/plugins/pgpcore/sgpgme.c
11311                 Make messages a bit better.
11312
11313 2005-07-16 [colin]      1.9.12cvs66
11314
11315         * src/imap.c
11316                 Remove pseudo-log
11317         * src/etpan/imap-thread.c
11318                 Add real log
11319
11320 2005-07-16 [colin]      1.9.12cvs65
11321
11322         * src/main.c
11323         * src/prefs_other.c
11324                 And now, fix build with libetpan :-/
11325
11326 2005-07-15 [colin]      1.9.12cvs64
11327
11328         * src/prefs_other.c
11329                 Continue fixing build without libetpan.
11330
11331 2005-07-15 [colin]      1.9.12cvs63
11332
11333         * src/main.c
11334                 Fix build with --disable-libetpan
11335
11336 2005-07-15 [colin]      1.9.12cvs62
11337
11338         * configure.ac
11339                 Bump libetpan's version
11340
11341 2005-07-15 [colin]      1.9.12cvs61
11342
11343         * src/etpan/imap-thread.c
11344                 Actually stop logging :)
11345
11346 2005-07-15 [colin]      1.9.12cvs60
11347
11348         * src/addressbook.c
11349                 Fix dnd of multiple addresses.
11350
11351 2005-07-15 [hoa]        1.9.12cvs59
11352
11353         * src/etpan/imap-thread.c
11354             disable login of IMAP password in libetpan log file.
11355
11356 2005-07-15 [paul]       1.9.12cvs58
11357
11358         * src/account.c
11359                 don't automatically sort
11360                 do allow drag n drop
11361
11362 2005-07-15 [paul]       1.9.12cvs57
11363
11364         * src/account.c
11365         * src/ssl_manager.c
11366                 alphabetical listing
11367
11368 2005-07-15 [paul]       1.9.12cvs56
11369
11370         * src/gtk/pluginwindow.c
11371                 sort plugin list alphabetically
11372
11373 2005-07-15 [paul]       1.9.12cvs55
11374
11375         * src/prefs_spelling.c
11376         * src/prefs_wrapping.c
11377                 unify English usage
11378
11379 2005-07-15 [colin]      1.9.12cvs54
11380
11381         * src/wizard.c
11382                 Typo fix
11383
11384 2005-07-15 [paul]       1.9.12cvs53
11385
11386         * src/prefs_message.c
11387                 make 'show cursor' a hidden option
11388
11389 2005-07-14 [colin]      1.9.12cvs52
11390
11391         * src/plugins/spamassassin/Makefile.am
11392         * src/plugins/clamav/Makefile.am
11393                 Fix double EXTRA_DISTs
11394
11395 2005-07-14 [colin]      1.9.12cvs51
11396
11397         * src/plugins/clamav/Makefile.am
11398         * src/plugins/clamav/clamav_plugin_gtk.deps
11399         * src/plugins/spamassassin/Makefile.am
11400         * src/plugins/spamassassin/spamassassin_gtk.deps
11401                 Make $plugin_gtk depend on $plugin
11402
11403 2005-07-14 [hoa]        1.9.12cvs50
11404
11405         * src/etpan/imap-thread.c
11406                 enable debug log of libetpan when running with --debug
11407
11408 2005-07-14 [colin]      1.9.12cvs49
11409
11410         * configure.ac
11411         * src/common/Makefile.am
11412         * src/common/plugin.c
11413         * src/common/plugin.h
11414                 Add a little plugin dependancy system.
11415                 Plugins can ship a $plugin_name.deps file
11416                 (near them in PLUGINDIR) so that their
11417                 dependancies are loaded if possible.
11418         * src/plugins/Makefile.am
11419         * src/plugins/pgpcore/Makefile.am
11420         * src/plugins/pgpcore/passphrase.c
11421         * src/plugins/pgpcore/passphrase.h
11422         * src/plugins/pgpcore/plugin.c
11423         * src/plugins/pgpcore/prefs_gpg.c
11424         * src/plugins/pgpcore/prefs_gpg.h
11425         * src/plugins/pgpcore/select-keys.c
11426         * src/plugins/pgpcore/select-keys.h
11427         * src/plugins/pgpcore/sgpgme.c
11428         * src/plugins/pgpcore/sgpgme.h
11429                 Introduce pgpcore, used by pgpmime and
11430                 pgpinline
11431         * src/plugins/pgpmime/Makefile.am
11432         * src/plugins/pgpmime/passphrase.c
11433         * src/plugins/pgpmime/passphrase.h
11434         * src/plugins/pgpmime/pgpmime.c
11435         * src/plugins/pgpmime/pgpmime.deps
11436         * src/plugins/pgpmime/plugin.c
11437         * src/plugins/pgpmime/prefs_gpg.c
11438         * src/plugins/pgpmime/prefs_gpg.h
11439         * src/plugins/pgpmime/select-keys.c
11440         * src/plugins/pgpmime/select-keys.h
11441         * src/plugins/pgpmime/sgpgme.c
11442         * src/plugins/pgpmime/sgpgme.h
11443                 Remove the core from pgpmime and add the
11444                 dependancy to pgpcore.
11445
11446 2005-07-14 [paul]       1.9.12cvs48
11447
11448         * src/stock_pixmap.c
11449                 forgot this in last commit
11450
11451 2005-07-14 [paul]       1.9.12cvs47
11452
11453         * src/account.c
11454         * src/addressbook.c
11455                 add accelerators for the buttons (sync with main)
11456         * src/compose.c
11457         * src/compose.h
11458                 add accelerators for the buttons.
11459                 fix editing with external editor.
11460                 replace gdk_input_*() with GIOChannel;
11461                 (sync with main)
11462         * src/foldersel.c
11463                 display folder names with new/unread
11464                 representation (sync with main)
11465         * src/main.c
11466                 specify default window icon (sync with main)
11467         * src/prefs_common.c
11468                 use_addr_book default to FALSE
11469         * src/summaryview.c
11470         * src/textview.c
11471                 add accelerators for the buttons (sync with main)
11472         * src/gtk/menu.c
11473                 fix typos
11474         * src/pixmaps/sylpheed_icon.xpm
11475                 updated
11476
11477 2005-07-13 [paul]       1.9.12cvs46
11478
11479         * src/plugins/pgpmime/pgpmime.c
11480         * src/plugins/pgpmime/sgpgme.c
11481                 (temporarily) use deprecated gpgme_data_rewind()
11482                 while largefile support is not present
11483                 (as suggested by Colin)
11484
11485 2005-07-13 [paul]       1.9.12cvs45
11486
11487         * configure.ac
11488                 remove large file support (for now):
11489                 it breaks too many things
11490
11491 2005-07-13 [paul]       1.9.12cvs44
11492
11493         * configure.ac
11494                 add large file support
11495         * src/html.c
11496                 fix bug #763 where href attribute was not
11497                 the very first attribute of a link
11498                 patch by Thomas Gilgin
11499
11500 2005-07-13 [colin]      1.9.12cvs43
11501
11502         * src/gtk/pluginwindow.c
11503                 Little portability fix
11504
11505 2005-07-13 [colin]      1.9.12cvs42
11506
11507         * src/plugins/pgpmime/sgpgme.c
11508                 Fix crasher.
11509
11510 2005-07-13 [colin]      1.9.12cvs41
11511
11512         * src/plugins/pgpmime/pgpmime.c
11513         * src/plugins/pgpmime/sgpgme.c
11514                 Use gpgme_data_release_and_get_mem instead
11515                 of gpgme_data_read.
11516
11517 2005-07-13 [colin]      1.9.12cvs40
11518
11519         * configure.ac
11520         * src/plugins/pgpmime/passphrase.c
11521         * src/plugins/pgpmime/passphrase.h
11522         * src/plugins/pgpmime/pgpmime.c
11523         * src/plugins/pgpmime/plugin.c
11524         * src/plugins/pgpmime/select-keys.c
11525         * src/plugins/pgpmime/select-keys.h
11526         * src/plugins/pgpmime/sgpgme.c
11527         * src/plugins/pgpmime/sgpgme.h
11528                 Port pgpmime to gpgme-1.0.
11529
11530 2005-07-12 [paul]       1.9.12cvs39
11531
11532         * AUTHORS
11533         * src/toolbar.c
11534         * src/toolbar.h
11535                 add a 'Go to Prev' button to the toolbar.
11536                 correct tooltip text of go to buttons.
11537                 based on patch by Yang Guilong <bamanzi@gmail.com>
11538
11539 2005-07-12 [colin]      1.9.12cvs38
11540
11541         * src/statusbar.c
11542                 Fix progress bar showing stuff at startup.
11543
11544 2005-07-12 [paul]       1.9.12cvs37
11545
11546         * src/editjpilot.c
11547                 fix building with jpilot support
11548
11549 2005-07-11 [colin]      1.9.12cvs36
11550
11551         * src/inc.c
11552                 Add visual indication that filtering is running
11553         * src/textview.c
11554                 Make {}[] uri delimiters
11555         * src/summaryview.c
11556                 Remove useless (and slow) calls
11557
11558 2005-07-11 [paul]       1.9.12cvs35
11559
11560         * src/plugins/clamav/clamav_plugin_gtk.c
11561         * src/plugins/dillo_viewer/dillo_prefs.c
11562         * src/plugins/pgpmime/prefs_gpg.c
11563         * src/plugins/spamassassin/spamassassin_gtk.c
11564                 gather plugins prefs together under their
11565                 own 'Plugins' heading
11566
11567 2005-07-11 [paul]       1.9.12cvs34
11568
11569         sync with main
11570
11571         * src/account.c
11572                 account_delete(): modified alert dialog
11573         * src/editjpilot.c
11574         * src/editvcard.c
11575                 fixed a crash when cancelling file selection
11576                 dialog by Escape key. Made non-ascii filename
11577                 selectable.
11578         * src/prefs_template.c
11579                 prefs_template_window_create(): make scrolled
11580                 window policy AUTOMATIC
11581
11582 2005-07-10 [hoa]        1.9.12cvs33
11583
11584         * src/etpan/imap-thread.c
11585                 workaround for old Courier IMAP servers.
11586
11587 2005-07-10 [colin]      1.9.12cvs32
11588
11589         * src/folder.c
11590         * src/statusbar.c
11591         * src/statusbar.h
11592                 Add visual progress indicator on filtering/processing
11593                 Factorize the progress bar code
11594         * src/imap.c
11595         * src/imap.h
11596         * src/etpan/imap-thread.c
11597                 Add a reference counter to avoid destroying the Folder
11598                 while it's in use by another callback.
11599
11600 2005-07-09 [hoa]        1.9.12cvs31
11601
11602         * src/imap.c
11603         * src/etpan/imap-thread.c
11604                 fixed deadlock when removing IMAP account.
11605
11606 2005-07-08 [colin]      1.9.12cvs30
11607
11608         * src/textview.c
11609         * src/unmime.c
11610                 Fix again problems decoding broken headers
11611         * src/gtk/inputdialog.c
11612                 Fix local variable shadowing a global one
11613
11614 2005-07-08 [colin]      1.9.12cvs29
11615
11616         * src/msgcache.c
11617                 Make the cache/mark files platform-agnostic by writing
11618                 them in little-endian format. Reading them is also done
11619                 in little-endian format, of course; however, in order
11620                 to avoid trashing mark data on big-endian machines, the
11621                 files are, at first, read from the native format if the
11622                 little-endian one doesn't exist. This is easy to deter-
11623                 mine by trying to open a file with a swapped data_ver
11624                 and seeing if it's the wanted version.
11625                 Little-endian using users should see absolutely no
11626                 difference, Big-endian users may get a very little
11627                 performance drop due to byte-swapping.
11628                 Tested on i386 and ppc32. 
11629                 Fixes bug #159 (The index file, in the mailboxes, is 
11630                 hardware depending).
11631
11632                 To have the cache/mark files updated to the new little-
11633                 endian format, "Check for new messages" or even
11634                 "Rebuild folder tree" aren't enough. Files will be
11635                 updated as soon as a folder has been opened/closed.
11636                 To update everything, just select all folders by
11637                 selecting them one by one.
11638
11639 2005-07-07 [colin]      1.9.12cvs28
11640
11641         * src/imap.c
11642                 Remember the folder separator per IMAPFolder
11643                 instead of globally.
11644                 Revive the Session on noop; fixes bug #761
11645                 (mark a bunch of unread messages as read takes 
11646                 forever)
11647
11648 2005-07-07 [darko]      1.9.12cvs27
11649
11650         * src/common/template.c
11651                 Sort templates alphabetically
11652
11653 2005-07-06 [colin]      1.9.12cvs26
11654
11655         * src/imap.c
11656                 Try to use the correct separator in
11657                 most cases. Possibly fixes bug #759
11658                 (only creates the INBOX folder when 
11659                 setting up new IMAP account) and 
11660                 bug #760 (Can't retrieve messages)
11661
11662 2005-07-06 [colin]      1.9.12cvs25
11663
11664         * src/imap.c
11665                 Use real_path in status command. This will
11666                 help later, when namespaces will be used.
11667
11668 2005-07-06 [colin]      1.9.12cvs24
11669
11670         * configure.ac
11671         * src/account.c
11672         * src/folder.c
11673         * src/imap.c
11674         * src/etpan/etpan-log.c
11675         * src/etpan/etpan-thread-manager.c
11676         * src/etpan/imap-thread.c
11677                 Add a --disable-libetpan parameter. With this,
11678                 users that don't want IMAP4 support can avoid
11679                 the new dependancy (and have no IMAP support).
11680                 Users that have IMAP4 accounts and use this
11681                 parameter won't lose their configuration, their
11682                 IMAP accounts will just be invisible and not
11683                 used.
11684         * src/textview.c
11685                 Make the "Copy ..." contextual menu items 
11686                 copy to both the X clipboard and the gtk 
11687                 clipboard - as most other apps do.
11688         * src/gtk/about.c
11689                 Add a notice about OpenSSL usage, in order to
11690                 comply with OpenSSL's license (point 6):
11691                 http://www.openssl.org/source/license.html
11692
11693 2005-07-06 [colin]      1.9.12cvs23
11694
11695         * src/alertpanel.c
11696                 Fix a minimum size for alertpanels
11697         * src/compose.c
11698                 Show 'No space left on device' type errors
11699                 when queuing/sending
11700         * src/imap_gtk.c
11701         * src/mh_gtk.c
11702                 Rework folder's deletion message (remove 
11703                 extra \n)
11704
11705 2005-07-05 [colin]      1.9.12cvs22
11706
11707         * src/imap.c
11708                 Add an alertpanel on auth error
11709                 Add pseudo-log
11710                 Remove pthread-related stuff
11711
11712 2005-07-05 [colin]      1.9.12cvs21
11713
11714         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11715                 Fix crash on plugin reloading (with a hack)
11716
11717 2005-07-05 [colin]      1.9.12cvs20
11718
11719         * src/prefs_account.c
11720         * src/prefs_account.h
11721                 Fix typo
11722         * src/gtk/filesel.c
11723         * src/gtk/filesel.h
11724                 Add a way to filter the view
11725         * src/gtk/pluginwindow.c
11726                 Filter loadable stuff
11727         * src/plugins/pgpmime/prefs_gpg.c
11728                 Fix missing unregistration
11729         * .cvsignore
11730         * src/etpan/.cvsignore
11731         * src/plugins/spamassassin/.cvsignore
11732                 Add more stuff to cvs ignored files
11733
11734 2005-07-04 [colin]      1.9.12cvs19
11735
11736         * src/imap.c
11737                 Fix scan_required returning FALSE when it
11738                 shouldn't. Maybe fix #760 (Can't retrieve
11739                 messages)
11740
11741 2005-07-04 [colin]      1.9.12cvs18
11742
11743         * src/summaryview.c
11744                 Fix always_show_msg pref
11745
11746 2005-07-04 [paul]       1.9.12cvs17
11747
11748         sync with main (forgotten in last commit)
11749         
11750         * src/common/utils.c
11751         * src/common/utils.h
11752                 check_line_length(): new.
11753                 is_dir_exist()
11754                 is_file_entry_exist()
11755                 dirent_is_regular_file()
11756                 dirent_is_directory(): use g_file_test() instead of stat().
11757
11758 2005-07-04 [paul]       1.9.12cvs16
11759
11760         sync with main:
11761
11762         * src/compose.c
11763                 compose_write_to_file(): check for line
11764                 length limit and display warning if exceeds
11765         * src/jpilot.c
11766                 use get_home_dir() instead of g_get_home_dir()
11767         * src/procheader.c
11768                 removed warning about invalid date
11769         * src/vcard.c
11770                 use get_home_dir() instead of g_get_home_dir()
11771
11772 2005-07-04 [paul]       1.9.12cvs15
11773
11774         * src/stock_pixmap.c
11775                 fix new pixmap naming errors
11776                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11777
11778 2005-07-04 [colin]      1.9.12cvs14
11779
11780         * src/imap.c
11781                 Fix debugging string with a warning
11782
11783 2005-07-04 [colin]      1.9.12cvs13
11784
11785         * configure.ac
11786                 Add a check for libetpan's version (>= 0.37)
11787
11788 2005-07-04 [hoa]        1.9.12cvs12
11789
11790         * commitHelper
11791         * src/imap.c
11792         * src/etpan/imap-thread.c
11793         * src/etpan/imap-thread.h
11794                 fixed IMAP implementation of check of mails.
11795
11796 2005-07-03 [hoa]        1.9.12cvs11
11797
11798         * src/etpan/Makefile.am
11799         * src/etpan/etpan-errors.h
11800         * src/etpan/etpan-log.[ch]
11801         * src/etpan/etpan-thread-manager-types.h
11802         * src/etpan/etpan-thread-manager.[ch]
11803         * src/etpan/imap-thread.[ch]
11804         * src/Makefile.am
11805         * src/imap.c
11806         * src/main.c
11807         * src/prefs_other.c
11808         * configure.ac
11809             merged imap branch.
11810             dependency on libetpan 0.37 is now added.
11811
11812 2005-07-01 [colin]      1.9.12cvs10
11813
11814         * src/Makefile.am
11815         * src/folder.c
11816         * src/folder.h
11817         * src/folderview.c
11818         * src/stock_pixmap.c
11819         * src/stock_pixmap.h
11820         * src/plugins/trayicon/trayicon.c
11821                 Add marked symbol on folders containing
11822                 marked messages
11823         * src/procmsg.c
11824         * src/procmsg.h
11825         * src/toolbar.c
11826         * src/prefs_common.c
11827         * src/prefs_common.h
11828         * src/prefs_send.c
11829                 Add an optional confirmation dialog on queue
11830                 sending. Patch by wwp.
11831         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11832         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11833         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11834         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11835         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11836         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11837         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11838         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11839         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11840         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11841         * src/pixmaps/trash_mark.xpm            ** ADDED **
11842                 New pixmaps
11843
11844 2005-07-01 [colin]      1.9.12cvs9
11845
11846         * src/summaryview.c
11847                 Fix a little threading bug
11848         * src/addrgather.c
11849         * src/mainwindow.c
11850                 A little bit of HIG normality never hurts
11851
11852 2005-07-01 [colin]      1.9.12cvs8
11853
11854         * src/compose.c
11855         * src/msgcache.c
11856         * src/pop.c
11857         * src/procmime.c
11858         * src/recv.c
11859         * src/common/log.c
11860         * src/common/template.c
11861         * src/common/utils.c
11862         * src/common/utils.h
11863                 Reverted the fwrite_atomic stuff. In fact
11864                 it is already atomic.
11865
11866 2005-06-30 [colin]      1.9.12cvs7
11867
11868         * src/common/utils.c
11869         * src/common/utils.h
11870                 Add an fwrite_atomic() function to make
11871                 sure we write everything: fwrite can make
11872                 short writes.
11873         * src/compose.c
11874         * src/msgcache.c
11875         * src/pop.c
11876         * src/procmime.c
11877         * src/recv.c
11878         * src/common/log.c
11879         * src/common/template.c
11880                 Use that (and fix swapping of size and nmemb).
11881                 Thanks to Rich Coe for the heads up.
11882
11883 2005-06-30 [colin]      1.9.12cvs6
11884
11885         * src/addressbook.c
11886                 Optimize addressbook opening 
11887
11888 2005-06-30 [colin]      1.9.12cvs5
11889
11890         * src/summaryview.c
11891                 Remove calls to summary_step after move/copy
11892
11893 2005-06-28 [paul]       1.9.12cvs4
11894
11895         * src/alertpanel.c
11896                 wrap and make the error msg selectable
11897
11898 2005-06-28 [paul]       1.9.12cvs3
11899
11900         * src/ssl_manager.c
11901                 replace the OK button with a Close button
11902         * src/gtk/foldersort.c
11903                 use GTK_STOCK_ icons/buttons
11904
11905 2005-06-28 [colin]      1.9.12cvs2
11906
11907         * src/gedit-print.c             ** ADDED **
11908         * src/gedit-print.h             ** ADDED **
11909         * src/gtk/gtksourceprintjob.c   ** ADDED **
11910         * src/gtk/gtksourceprintjob.h   ** ADDED **
11911                 I can't believe no one had enough time to tell
11912                 me I forgot the `cvs add`
11913
11914 2005-06-27 [colin]      1.9.12cvs1
11915
11916         * src/Makefile.am
11917         * src/gtk/Makefile.am
11918         * src/messageview.c
11919         * src/procmsg.c
11920         * src/summaryview.c
11921         * configure.ac
11922                 Add optional libgnomeprint-based printing
11923         * src/mainwindow.c
11924         * src/gtk/quicksearch.c
11925                 Add an Edit/Quick search menu item to show
11926                 and focus the quicksearch
11927
11928 2005-06-27 [paul]       1.9.12
11929
11930         1.9.12 release
11931
11932         * po/ca.po
11933         * po/de.po
11934         * po/es.po
11935         * po/fr.po
11936         * po/it.po
11937         * po/ko.po
11938         * po/pt_BR.po
11939         * po/sk.po
11940         * po/zh_CN.po
11941                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11942                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11943                 SungHyun Nam, Frederico Goncalves Guimaraes,
11944                 Andrej Kacian, and Yang Guilong
11945 2005-06-26 [colin]      1.9.11cvs106
11946
11947         * src/imap_gtk.c
11948                 Forgot one file for previous fix
11949
11950 2005-06-26 [colin]      1.9.11cvs105
11951
11952         * src/folder.c
11953         * src/imap.c
11954                 Fix problems with folder operations in no_select
11955                 imap folders. it applies only to mails, and 
11956                 creation/deletion/move/renaming of folders 
11957                 should be possible
11958
11959 2005-06-26 [paul]       1.9.11cvs104
11960
11961         * src/prefs_filtering.c
11962                 replace one more GTK_STOCK_REMOVE
11963                 with GTK_STOCK_DELETE
11964
11965 2005-06-25 [colin]      1.9.11cvs103
11966
11967         * src/imap.c
11968                 Optimize get_seq_set_from_seq_list
11969                 (Patch by Ricardo) 
11970
11971 2005-06-25 [colin]      1.9.11cvs102
11972
11973         * src/mh.c
11974                 If the directory exists, but not in the
11975                 correct encoding, rename it. This should
11976                 handle old-versions-induced bugs.
11977
11978 2005-06-25 [colin]      1.9.11cvs101
11979
11980         * src/mh.c
11981                 Fix path access with extended dir names
11982                 Fixes bug #589 (SC segfaults with wrong locale
11983                 settings)
11984
11985 2005-06-25 [colin]      1.9.11cvs100
11986
11987         * src/prefs_account.c
11988         * src/prefs_account.h
11989         * src/compose.c
11990                 Add an option to encrypt replies to
11991                 encrypted messages
11992
11993 2005-06-25 [colin]      1.9.11cvs99
11994
11995         * src/compose.c
11996         * src/quote_fmt_parse.y
11997                 ... And make it work with pgpinline.
11998
11999 2005-06-25 [colin]      1.9.11cvs98
12000
12001         * src/compose.c
12002         * src/procmime.c
12003         * src/procmime.h
12004         * src/quote_fmt_parse.y
12005                 o Make reedition of encrypted messages possible
12006                   (as long as it is encrypted to self too, no
12007                    magic there)
12008                 o Make replying with quote (and without selecting
12009                   text) possible for encrypted messages.
12010                 Closes bug #550 (Not possible to "reply with quote"
12011                 to gnupg encrypted messages)
12012
12013 2005-06-24 [paul]       1.9.11cvs97
12014
12015         * src/imap.c
12016                 add missing include
12017
12018 2005-06-24 [paul]       1.9.11cvs96
12019
12020         * src/editldap.c
12021                 made bind password entry invisible
12022                 (sync with main)
12023         * src/send_message.c
12024                 send_message_local(): check exit status
12025                 to detect errors (sync with main)
12026         * src/textview.c
12027                 use main's less ambiguous popup menu
12028                 wording
12029
12030 2005-06-24 [paul]       1.9.11cvs95
12031
12032         * src/prefs_actions.c
12033         * src/prefs_customheader.c
12034         * src/prefs_display_header.c
12035         * src/prefs_filtering_action.c
12036         * src/prefs_matcher.c
12037         * src/prefs_template.c
12038         * src/prefs_toolbar.c
12039                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12040         * src/gtk/description_window.c
12041                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12042
12043 2005-06-23 [colin]      1.9.11cvs94
12044
12045         * src/summaryview.c
12046                 Fix rough edges (be sure to call status_show whenever
12047                 necessary).
12048
12049 2005-06-23 [colin]      1.9.11cvs93
12050
12051         * src/summaryview.c
12052                 Optimize Select All
12053                 Before, in a 5K mails folder: 11s
12054                 After, in the same folder: 58000µs
12055                 The joys of locking... gtk_clist_select_all() fires a 
12056                 tree-select-row event for each selected row, which in 
12057                 summaryview, callbacks summary_selected which in turn,
12058                 calls summary_status_show, which walks the selected
12059                 rows. Hence, calling gtk_clist_select_all was 
12060                 exponential. Locking the summaryview makes 
12061                 summary_selected return early.
12062
12063 2005-06-23 [colin]      1.9.11cvs92
12064
12065         * src/imap.c
12066                 Move mutex at the important place to avoid
12067                 deadlocks
12068         * src/summaryview.c
12069                 Fix Del key deleting directly instead of
12070                 moving to trash
12071
12072 2005-06-22 [colin]      1.9.11cvs91
12073
12074         * src/plugins/spamassassin/libspamc.c
12075                 As we do spagetti code with assignations in multiple
12076                 places (see _message_read_raw where out = msg = raw),
12077                 let's be sure we don't free the same pointer twice.
12078                 Should fix bug #683 (Crash in libpam at 
12079                 message_cleanup).
12080
12081 2005-06-22 [colin]      1.9.11cvs90
12082
12083         * src/compose.c
12084         * src/messageview.c
12085         * src/toolbar.c
12086                 Make toolbar's delete use the move to trash stuff;
12087                 Add gtk_widget_realize to be sure pixmaps can get
12088                 created (that may fix an old worksforme bug which
12089                 I can't find back...)
12090
12091 2005-06-22 [colin]      1.9.11cvs89
12092
12093         * src/summaryview.c
12094         * src/summaryview.h
12095         * src/mainwindow.c
12096                 Rename "Message/Delete" to "Message/Move to trash"
12097                 Add "Message/Delete..." that directly destroys the
12098                 selected messages after asking for a confirmation.
12099
12100 2005-06-22 [colin]      1.9.11cvs88
12101
12102         * src/imap.c
12103                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12104                 o Fix a deadlock (thanks Darko)
12105
12106 2005-06-22 [colin]      1.9.11cvs87
12107
12108         * src/gtk/foldersort.c
12109                 Add missing include for the i18n;
12110                 patch by Fabien Vantard
12111
12112 2005-06-21 [colin]      1.9.11cvs86
12113
12114         * src/folder.c
12115         * src/folderview.c
12116                 Respect the no_select flag
12117         * src/imap.c
12118                 Fix recursive deletion
12119         * src/imap_gtk.c
12120         * src/mh_gtk.c
12121                 Make the folder deletion's warning
12122                 more explicit
12123
12124 2005-06-21 [colin]      1.9.11cvs85
12125
12126         * src/textview.c
12127                 Prevent email addresses from spanning accross
12128                 lines - fixes bug # 646 (newline-chars in 
12129                 email addresses)
12130
12131 2005-06-20 [colin]      1.9.11cvs84
12132
12133         * src/folder.c
12134                 Be sure not to remove source if copy failed
12135
12136 2005-06-20 [colin]      1.9.11cvs83
12137
12138         * src/folderview.c
12139         * src/imap_gtk.c
12140                 remove summaryview's lock
12141         * src/imap.c
12142                 introduce threads to avoid problems when foreground tasks
12143                 interfere with background tasks
12144         * src/mh.c
12145                 prevent moving to drafts/queue
12146         * src/mimeview.c
12147                 fix leak
12148
12149 2005-06-19 [colin]      1.9.11cvs82
12150
12151         * src/imap_gtk.c
12152                 Remember that the user doesn't want to override
12153                 offline mode, for 3 seconds. It avoid presenting
12154                 him with N popups in a really short time.
12155
12156 2005-06-17 [colin]      1.9.11cvs81
12157
12158         * src/imap.c
12159                 Fix IMAP breaking on folders containing '('
12160                 (Probably won't be enough)
12161
12162 2005-06-17 [colin]      1.9.11cvs80
12163
12164         Forgotten files on 1.9.11cvs79
12165         * src/summaryview.c
12166                 Fix stepping when not immediately executing
12167         * src/imap.c
12168                 Really prevent UID FETCH 0
12169         * src/codeconv.c
12170                 Fix outgoing charset never set to utf-8
12171         * src/mh.c
12172                 Fix leak
12173
12174 2005-06-16 [colin]      1.9.11cvs79
12175
12176         * src/compose.c
12177                 Fix bug #707 (Dash splits rows)
12178                 Only wrap if we're on a line break position and
12179                 the previous one was a "white" (space) char.
12180                 Pango stuff is weird.
12181
12182 2005-06-16 [colin]      1.9.11cvs78
12183
12184         * src/imap_gtk.c
12185                 Lock summaryview while downloading messages
12186                 on user demand
12187         * src/procheader.c
12188         * src/unmime.c
12189         * src/common/utils.c
12190         * src/common/utils.h
12191                 Replace \r and \n with spaces in From and
12192                 Subject headers
12193
12194 2005-06-16 [paul]       1.9.11cvs77
12195
12196         * src/procmime.c
12197                 liberalise the mime parser
12198         * src/gtk/about.c
12199                 add text wrapping
12200
12201 2005-06-16 [paul]       1.9.11cvs76
12202
12203         * src/gtk/about.c
12204                 reworked
12205
12206 2005-06-15 [colin]      1.9.11cvs75
12207
12208         * src/compose.c
12209                 Finish header encoding fix
12210         * src/summaryview.c
12211                 Fix segfault
12212         * src/headerview.c
12213                 Fix compilation (Thanks Stephan
12214                 Sachse)
12215
12216 2005-06-15 [colin]      1.9.11cvs74
12217
12218         * Makefile.am
12219                 Install gnome2 stuff rather than gnome1, 
12220                 if both are present
12221         * src/codeconv.c
12222         * src/codeconv.h
12223         * src/compose.c
12224                 Fix headers encoding
12225         * src/folder.c
12226                 Visual progress when fetching all messages
12227         * src/folderview.c
12228         * src/summaryview.c
12229         * src/summaryview.h
12230                 Prevent changing current message while
12231                 incorporating
12232
12233 2005-06-15 [paul]       1.9.11cvs73
12234
12235         * src/gtk/gtkaspell.c
12236         * src/gtk/gtkaspell.h
12237                 fix build warnings
12238
12239 2005-06-15 [paul]       1.9.11cvs72
12240
12241         * src/prefs_filtering.c
12242                 allow reordering of filter rules by
12243                 drag n drop
12244
12245 2005-06-15 [paul]       1.9.11cvs71
12246
12247         * COPYING
12248                 updated
12249         * src/codeconv.c
12250                 replace deprecated function
12251         * src/inc.c
12252         * src/send_message.c
12253         * src/gtk/progressdialog.c
12254         * src/gtk/progressdialog.h
12255                 salvage and reuse parts of reverted sync
12256
12257 2005-06-15 [paul]       1.9.11cvs70
12258
12259         * src/inc.c
12260         * src/send_message.c
12261         * src/gtk/progressdialog.c
12262         * src/gtk/progressdialog.h
12263                 revert yesterday's sync with main
12264                 it contains deprecated functions
12265
12266 2005-06-15 [colin]      1.9.11cvs69
12267
12268         * src/headerview.c
12269                 Fix bug #670 (multi user to: will corrupt message 
12270                 headers display)
12271
12272 2005-06-15 [colin]      1.9.11cvs68
12273
12274         * src/compose.c
12275                 Fix bug #421 (Fix undo on wrapping)
12276
12277 2005-06-15 [colin]      1.9.11cvs67
12278
12279         * src/folder.c
12280                 Provide visual feedback while processing
12281                 folder's rules.
12282         * src/imap.c
12283                 Provide visual feedback while getting
12284                 short headers (for uncached messages)
12285
12286
12287 2005-06-14 [paul]       1.9.11cvs66
12288
12289         * src/account.c
12290                 change a couple stock icons
12291         * src/inc.c
12292         * src/send_message.c
12293         * src/gtk/progressdialog.c
12294         * src/gtk/progressdialog.h
12295                 sync main's GtkTreeView implementation
12296
12297 2005-06-14 [colin]      1.9.11cvs65
12298
12299         * src/imap.c
12300                 Various little fixes, mainly on error paths
12301
12302 2005-06-13 [colin]      1.9.11cvs64
12303
12304         * matcher.c
12305         * procmsg.c
12306         * procmsg.h
12307                 Add a way to fetch only headers. This speeds
12308                 up filtering on headers for IMAP. Fixes:
12309                 bug #481 extraneous imap commands slow down 
12310                         imap filtering
12311                 bug #522 Sylpheed downloads all messages 
12312                         when opening mailbox (IMAP)
12313                 bug #677 IMAP fetch is soooooooooooooo slow
12314         * src/folder.c
12315         * src/folder.h
12316                 Add a folder set_batch method so that
12317                 implementations can speed up flags changes
12318         * src/folderutils.c
12319         * src/summaryview.c
12320                 Use that in mark as (un)read and mark all read
12321                 Refix bug #679
12322         * src/imap.c
12323                 Implement set_batch - brings back deferred
12324                 flags in a less buggy manner. Fixes:
12325                 bug #729 IMAP immediate expunge of deleted messages
12326                 bug #191 remove list of messages with one command
12327                 Fix login with strange chars
12328                 Implement fetch_msg_full
12329                 Fix copy (wrong counts)
12330
12331 2005-06-12 [colin]      1.9.11cvs63
12332
12333         * src/folder.c
12334                 lock incorporation during long operations.
12335                 Avoids fucking up the IMAP socket.
12336
12337 2005-06-12 [colin]      1.9.11cvs62
12338
12339         * src/imap.c
12340                 Fix harmful typo
12341                 Factorize remove_all_msg
12342                 Thread-ize expunge
12343         * src/summaryview.c
12344                 Don't update partial-download status if unnecessary
12345         * src/folder.c
12346                 Use remove_msgs everywhere possible
12347
12348 2005-06-12 [colin]      1.9.11cvs61
12349
12350         * src/folder.c
12351         * src/folder.h
12352                 Add a remove_msgs function to remove a 
12353                 list of messages
12354         * src/imap.c
12355                 Implement that.
12356
12357 2005-06-12 [colin]      1.9.11cvs60
12358
12359         * src/imap.c
12360                 Remove flags-processing deferring... Too hard
12361                 to get it to work in all cases.
12362
12363 2005-06-11 [colin]      1.9.11cvs59
12364
12365         * src/imap.c
12366                 printf -> debug_print
12367
12368 2005-06-11 [colin]      1.9.11cvs58
12369
12370         * src/imap.c
12371                 o Fix build without USE_PTHREAD
12372                 o Factorize imap_open
12373                 o Alertpanel in case of impossible connection
12374                 o Alertpanel in case of impossible login
12375                 o Fix deferred flags processing to force a 
12376                   flush before adding some more flags to process,
12377                   but in another folder.
12378
12379 2005-06-10 [colin]      1.9.11cvs57
12380
12381         * src/imap.c
12382                 o Fix a format string error
12383                 o init ssl socket outside of the thread 
12384                   (it possibly invokes gtk calls)
12385         * src/procmime.c
12386                 o Put back the buffer to its necessary size
12387                 o Fix changing a file pointer without keeping
12388                   track of it (thanks Valgrind)
12389         * src/common/smtp.c
12390                 o Fix automatic STARTTLS if login should be done
12391                   and the server only allows it after starting TLS
12392         * src/gtk/gtkinputdialog.c
12393                 o Eat GDK_Return so that the combo popup doesn't 
12394                   appear when we press Enter to validate the combo
12395                   input dialog (as seen in the Open with... dialog)
12396
12397 2005-06-10 [colin]      1.9.11cvs56
12398
12399         * src/imap.c
12400                 o A bit less debug
12401                 o Fix a crash on deletion
12402                 o Threadize imap_select (it's called outside of 
12403                   threads)
12404                 o Defer treatment of DELETED flags
12405
12406
12407 2005-06-09 [colin]      1.9.11cvs55
12408
12409         * src/imap.c
12410                 Make sure we check imap_gtk_should_override(), which
12411                 potentially calls gtk stuff, before creating thread.
12412                 That way it should't be called via imap_get_session()
12413                 inside a thread.
12414
12415 2005-06-09 [colin]      1.9.11cvs54
12416
12417         * src/imap.c
12418                 o add a bit of status output
12419                 o remove some dead code
12420                 o threadize get_list_of_uids
12421                 o threadize imap_get_flags
12422                 o defer flag changing by 500ms so that they
12423                   can be batched
12424
12425
12426 2005-06-08 [colin]      1.9.11cvs53
12427
12428         * src/imap.c
12429                 Thread-ize imap_cmd_fetch
12430
12431 2005-06-08 [colin]      1.9.11cvs52
12432
12433         * src/main.c
12434                 Mmh, that broke POP3...
12435
12436 2005-06-08 [colin]      1.9.11cvs51
12437
12438         * src/main.c
12439                 Stabilize IMAP patch (thanks to Hoa)
12440
12441 2005-06-08 [colin]      1.9.11cvs50
12442
12443         * src/imap.c
12444                 Test patch to speed up imap. 
12445
12446 2005-06-08 [colin]      1.9.11cvs49
12447
12448         * src/imap_gtk.c
12449                 Warning fix
12450         * src/procmime.c
12451                 Apply patch from gentoo to use /usr/share/mime/globs if 
12452                 available, after un-breaking it
12453         * src/common/log.c
12454         * src/common/log.h
12455                 Use g_timeout for invoking hooks that possibly use gtk
12456                 calls. This should leave gtk calls in the main thread.
12457
12458 2005-06-08 [paul]       1.9.11cvs48
12459
12460         * src/codeconv.c
12461                 conv_get_outgoing_charset_str(): don't
12462                 use prefs_common setting
12463         * src/compose.c
12464         * src/compose.h
12465                 add /Options/Character encoding/... to
12466                 temporarily change the outgoing encoding
12467
12468         (belated sync with main)
12469
12470 2005-06-08 [paul]       1.9.11cvs47
12471
12472         * src/compose.c
12473                 correction to/completion of last
12474                 sync with main
12475
12476 2005-06-08 [paul]       1.9.11cvs46
12477
12478         sync with main:
12479         
12480         * src/codeconv.c
12481         * src/codeconv.h
12482                 always enabled Japanese auto-detection
12483                 if the first letters of locale string
12484                 is "ja"
12485         * src/compose.c
12486                 don't use "destroy" signal to destroy
12487                 Compose object (fix rare crashes on discard?)
12488         * src/mainwindow.c
12489         * src/messageview.c
12490         * src/prefs_send.c
12491                 added Hebrew encodings
12492         * src/sourcewindow.c
12493                 don't use "destroy" signal to destroy
12494                 objects
12495
12496 2005-06-07 [colin]      1.9.11cvs45
12497
12498         * src/summaryview.c
12499                 Add missing unlocks/locks
12500
12501 2005-06-07 [paul]       1.9.11cvs44
12502
12503         * src/summaryview.c
12504                 restore bug #749 fix
12505
12506 2005-06-06 [colin]      1.9.11cvs43
12507
12508         * src/summaryview.c
12509                 Fix selection bug when prefs_common.open_unread 
12510                 is FALSE
12511
12512 2005-06-06 [colin]      1.9.11cvs42
12513
12514         * src/common/md5.c
12515                 Fix a warning
12516         * src/summaryview.c
12517         * src/folderview.c
12518                 Factorize long operations beginning and end
12519                 (locking, freezing/thawing, cursor, ...)
12520                 Check selection->data member in selection-
12521                 related loops; this avoids dying an awful
12522                 death if the selection changes on us while
12523                 we're marking a whole IMAP folder unread, 
12524                 for example.
12525
12526 2005-06-06 [paul]       1.9.11cvs41
12527
12528         * src/textview.c
12529                 don't g_free() a static gchar buffer
12530
12531 2005-06-05 [colin]      1.9.11cvs40
12532
12533         * src/mainwindow.c
12534         * src/messageview.c
12535         * src/summaryview.c
12536                 Fix bug #749 (Show all headers should be
12537                 sticky as the GUI suggests)
12538
12539 2005-06-03 [paul]       1.9.11cvs39
12540
12541         * src/compose.c
12542                 don't allow editing of mail while sending.
12543                 patch by Colin
12544
12545 2005-06-03 [paul]       1.9.11cvs38
12546
12547         * src/folderview.c
12548                 add a freeze/thaw to speed up 'mark all read'
12549
12550 2005-06-03 [paul]       1.9.11cvs37
12551
12552         * src/prefs_message.c
12553                 reflect changes immediately
12554
12555 2005-06-02 [colin]      1.9.11cvs36
12556
12557         * po/POTFILES.in
12558                 Patch by Fabien Vantard.
12559
12560 2005-06-02 [colin]      1.9.11cvs35
12561
12562         * src/imap.c
12563                 Use a non-blocking imap_getline() if possible.
12564                 This should completely prevent the interface
12565                 from freezin on imap operations, although it
12566                 may do strange stuff in case of folder switching
12567                 while a big imap operation is taking place...
12568
12569                 In addition, fix a leak in the case thread
12570                 creation fails on connection.
12571
12572 2005-06-02 [colin]      1.9.11cvs34
12573
12574         * src/crash.c
12575         * src/prefs_common.h
12576                 Fix build (prefs_common_init() doesn't exist
12577                 anymore)
12578
12579 2005-06-02 [colin]      1.9.11cvs33
12580
12581         * src/prefs_account.c
12582                 Fix bug #245 (filtering rules broken when
12583                 renaming a remote account (imap4 or nntp)
12584
12585 2005-06-02 [colin]      1.9.11cvs32
12586
12587         * src/imap.c
12588                 Try to fix IMAP shortcomings: 
12589                 o Multithread imap_open()
12590                 o allow offline-mode overriding instead of
12591                   just returning NULL
12592         * src/imap_gtk.c
12593         * src/imap_gtk.h
12594                 Add a function to ask whether we want to
12595                 override offline-mode for 10 minutes (one-shot
12596                 asking was painful)
12597         * src/procheader.c
12598                 Fix segfault when imap parser isn't happy about
12599                 a missing {
12600
12601 2005-06-01 [colin]      1.9.11cvs31
12602
12603         * src/addrharvest.c
12604         * src/compose.c
12605         * src/mbox.c
12606         * src/mbox.h
12607         * src/mh.c
12608         * src/msgcache.c
12609         * src/send_message.c
12610         * src/setup.c
12611         * src/undo.c
12612         * src/common/hooks.c
12613         * src/common/prefs.c
12614         * src/common/template.c
12615         * src/common/utils.c
12616         * src/gtk/gtkutils.c
12617         * src/gtk/inputdialog.c
12618         * src/gtk/menu.c
12619         * src/gtk/pluginwindow.c
12620         * src/gtk/prefswindow.c
12621         * src/plugins/pgpmime/passphrase.c
12622         * src/plugins/pgpmime/prefs_gpg.c
12623                 More -Wall fixes
12624
12625         * src/common/Makefile.am
12626         * src/common/timing.h
12627                 Add basic timing code
12628
12629         * src/summaryview.c
12630                 Fix a bug with unread messages when 
12631                 re-sorting folders, and by the way
12632                 fix a big performance hit when 
12633                 re-sorting (10k mails: before 5s,
12634                 after .5s)
12635
12636         * src/prefs_compose_writing.c
12637         * src/prefs_compose_writing.h
12638         * src/prefs_message.c
12639         * src/prefs_message.h
12640         * src/prefs_other.c
12641         * src/prefs_other.h
12642         * src/prefs_quote.c
12643         * src/prefs_quote.h
12644         * src/prefs_receive.c
12645         * src/prefs_receive.h
12646         * src/prefs_send.c
12647         * src/prefs_send.h
12648         * src/prefs_summaries.c
12649         * src/prefs_summaries.h
12650                 Fix copyright banner
12651
12652 2005-06-01 [paul]       1.9.11cvs30
12653
12654         * po/fi.po
12655                 updated by Flammie Pirinen
12656         * src/procmime.c
12657                 fix 'Bad BASE64 content' output
12658
12659 2005-05-31 [colin]      1.9.11cvs29
12660
12661         * src/procmime.c
12662                 Oops, where did my hunk go.
12663
12664 2005-05-31 [colin]      1.9.11cvs28
12665
12666         * src/Makefile.am
12667         * src/account.c
12668         * src/action.c
12669         * src/addr_compl.c
12670         * src/addressbook.c
12671         * src/codeconv.c
12672         * src/compose.c
12673         * src/export.c
12674         * src/folder.c
12675         * src/folderview.c
12676         * src/image_viewer.c
12677         * src/main.c
12678         * src/mainwindow.c
12679         * src/messageview.c
12680         * src/mimeview.c
12681         * src/msgcache.c
12682         * src/prefs_account.c
12683         * src/prefs_actions.c
12684         * src/prefs_common.c
12685         * src/prefs_compose_writing.c
12686         * src/prefs_customheader.c
12687         * src/prefs_ext_prog.c
12688         * src/prefs_filtering.c
12689         * src/prefs_filtering_action.c
12690         * src/prefs_fonts.c
12691         * src/prefs_image_viewer.c
12692         * src/prefs_message.c
12693         * src/prefs_message.h
12694         * src/prefs_msg_colors.c
12695         * src/prefs_other.c
12696         * src/prefs_other.h
12697         * src/prefs_quote.c
12698         * src/prefs_receive.c
12699         * src/prefs_receive.h
12700         * src/prefs_send.c
12701         * src/prefs_send.h
12702         * src/prefs_spelling.c
12703         * src/prefs_summaries.c
12704         * src/prefs_summary_column.c
12705         * src/prefs_template.c
12706         * src/prefs_themes.c
12707         * src/prefs_toolbar.c
12708         * src/prefs_wrapping.c
12709         * src/procmime.c
12710         * src/procmsg.c
12711         * src/send_message.h
12712         * src/ssl_manager.c
12713         * src/summary_search.c
12714         * src/summaryview.c
12715         * src/textview.c
12716         * src/wizard.c
12717         * src/common/smtp.c
12718         * src/common/smtp.h
12719         * src/gtk/gtkutils.h
12720                 o Move the rest of Common prefs to new style
12721                 o Lots of -Wall warning fixes
12722                 o fix FIXME in cache memusage calculation
12723                 o Let return receipts be sent from any account
12724                 o Little cache optimisation (read)
12725                 o Fix bug #746 (don't treat commas as separators
12726                   when inside a quoted string)
12727
12728 2005-05-31 [paul]       1.9.11cvs27
12729
12730         * src/prefs_common.c
12731                 fix 'off-by-one' typo
12732
12733 2005-05-31 [paul]       1.9.11cvs26
12734
12735         * src/account.c
12736         * src/addr_compl.c
12737         * src/compose.c
12738         * src/foldersel.c
12739         * src/prefs_actions.c
12740         * src/prefs_common.c
12741         * src/prefs_common.h
12742         * src/prefs_customheader.c
12743         * src/prefs_display_header.c
12744         * src/prefs_filtering.c
12745         * src/prefs_filtering_action.c
12746         * src/prefs_matcher.c
12747         * src/prefs_summaries.c
12748         * src/prefs_summary_column.c
12749         * src/prefs_template.c
12750         * src/prefs_toolbar.c
12751         * src/ssl_manager.c
12752         * src/gtk/pluginwindow.c
12753         * src/gtk/prefswindow.c
12754         * src/gtk/progressdialog.c
12755                 add hidden prefs 'enable_rules_hint'
12756                 for gtk_tree_view_set_rules_hint()
12757                 (sync with main)
12758                 
12759
12760 2005-05-31 [colin]      1.9.11cvs25
12761
12762         * src/Makefile.am
12763         * src/main.c
12764         * src/prefs_common.c
12765         * src/prefs_summaries.c ** ADDED **
12766         * src/prefs_summaries.h ** ADDED **
12767                 Common/Display -> Display/Summaries
12768
12769 2005-05-31 [colin]      1.9.11cvs24
12770
12771         * src/Makefile.am
12772         * src/main.c
12773         * src/prefs_quote.c ** ADDED **
12774         * src/prefs_quote.h ** ADDED **
12775                 Move Common/Quote to Compose/Quoting
12776         * src/prefs_common.c
12777         * src/prefs_common.h
12778                 Remove old quote stuff, add
12779                 convenience functions for GtkTextView prefs
12780         * src/gtk/prefswindow.c
12781                 Set default height higher
12782
12783 2005-05-30 [colin]      1.9.11cvs23
12784
12785         * src/Makefile.am
12786         * src/main.c
12787         * src/prefs_common.c
12788         * src/prefs_compose_writing.c ** ADDED **
12789         * src/prefs_compose_writing.h ** ADDED **
12790                 Move Common/Compose prefs to Compose/Writing
12791
12792 2005-05-30 [colin]      1.9.11cvs22
12793
12794         * src/common/utils.c
12795                 Fix bug #651 (Confused Attract by Subject)
12796                 Patch by M. Benkmann <haferfrost@web.de>
12797         * AUTHORS
12798
12799 2005-05-30 [colin]      1.9.11cvs21
12800
12801         * src/compose.c
12802                 Fix concatenation of different headers of
12803                 the same type (bug #645)
12804         * src/prefs_folder_item.c
12805                 Fix bug #699 (setting color to black doesn't
12806                 work immediately)
12807         * src/procmime.c
12808                 Print out decoding error only once per
12809                 block
12810
12811 2005-05-30 [paul]       1.9.11cvs20
12812
12813         * src/common/template.c
12814                 fix Bcc
12815
12816 2005-05-30 [paul]       1.9.11cvs19
12817
12818         * doc/src/rfc2368.txt   **NEW FILE**
12819         * src/compose.c
12820                 compose_entries_set(): don't interpret Bcc
12821                 header field (conform to RFC 2368)
12822                 (sync with main)
12823
12824 2005-05-29 [colin]      1.9.11cvs18
12825
12826         * src/prefs_common.c
12827                 Let the default reply format respect
12828                 netiquette by cutting the signature.
12829
12830 2005-05-29 [colin]      1.9.11cvs17
12831
12832         * src/summaryview.c
12833                 Don't let always_show_msg override
12834                 open_unread_on_enter when opening a new
12835                 directory.
12836
12837 2005-05-27 [paul]       1.9.11cvs16
12838
12839         sync with main:
12840
12841         * src/main.c
12842                 app_will_exit(): cleanup tmp directory when exit
12843         * src/message_search.c
12844                 improved the interface and made code cleanup.
12845                 removed Clear button
12846         * src/send_message.c
12847                 send_message_local(): use GSpawn, and detect errors
12848         * src/summary_search.c
12849                 improved the interface and made code cleanup
12850         * src/textview.c
12851                 textview_write_link(): also skip non-ascii space
12852                  at the head of link strings (phishing check
12853                  didn't work at the case)
12854         * src/common/utils.c
12855                 get_command_output(): use g_spawn_command_line_sync()
12856                 instead of popen()
12857
12858 2005-05-26 [colin]      1.9.11cvs15
12859
12860         * src/folder.c
12861                 remove printf
12862
12863 2005-05-26 [colin]      1.9.11cvs14
12864
12865         * src/common/nntp.c
12866                 Fix nntp mode reader (bug #611)
12867                 Patch by Florian Mickler <florian@mickler.org>
12868
12869 2005-05-26 [colin]      1.9.11cvs13
12870
12871         * src/plugins/pgpmime/passphrase.c
12872                 Fix mouse grabbing (bug #557)
12873
12874 2005-05-26 [colin]      1.9.11cvs12
12875
12876         * src/prefs_themes.c
12877                 Fix g_warning (bug #541)
12878
12879 2005-05-26 [colin]      1.9.11cvs11
12880
12881         * src/prefs_actions.c
12882         * src/prefs_template.c
12883                 Fix bug #506 (no warning if action/template
12884                 is not saved)
12885         * src/common/template.c
12886                 Fix a possible crash
12887
12888 2005-05-26 [colin]      1.9.11cvs10
12889
12890         * src/folder.c
12891         * src/folderview.c
12892         * src/procmsg.c
12893         * src/summaryview.c
12894                 Forbid locked messages to be moved or
12895                 deleted. Locked messages in trashes 
12896                 still get deleted, for performance
12897                 reason (mh.c::mh_remove_all_msgs)
12898
12899 2005-05-25 [colin]      1.9.11cvs9
12900
12901         * src/procmime.c
12902                 Use correct encoding when sending mails
12903                 with attachments that have accentued 
12904                 chars in their name
12905
12906 2005-05-24 [colin]      1.9.11cvs8
12907
12908         * src/summaryview.c
12909                 Fix bug #688 f) read/unread marker not
12910                 changed on first click
12911                 Also, optimize summary_status_show()
12912                 calls
12913         * src/folder.c
12914         * src/inc.c
12915         * src/procmime.c
12916                 Fix bug #688 b) and c) wrt message
12917                 attachments and signature
12918         * src/stock_pixmap.c
12919         * src/stock_pixmap.h
12920         * src/stock_pixmap.c
12921         * src/stock_pixmap.h
12922         * src/Makefile.am
12923         * src/pixmaps/clip_gpg_signed.xpm
12924                 Add clip/signed icon
12925
12926 2005-05-24 [colin]      1.9.11cvs7
12927
12928         * src/folder_item_prefs.c
12929                 whitespace fix
12930
12931 2005-05-24 [colin]      1.9.11cvs6
12932
12933         * src/folderview.c
12934         * src/prefs_common.c
12935         * src/prefs_common.h
12936                 Add a confirmation to folder drag and drop
12937                 fixes bug #156
12938         * src/alertpanel.c
12939         * src/alertpanel.h
12940                 fix _with_disable parameters so that
12941                 the buttons labels are specifiable too
12942         * src/plugins/pgpmime/sgpgme.c
12943                 reflect said change
12944                 
12945
12946 2005-05-24 [colin]      1.9.11cvs5
12947
12948         * src/folderview.c
12949                 Uncollapse/collapse folders on double-click
12950                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12951                 closes bug #108
12952
12953 2005-05-23 [colin]      1.9.11cvs4
12954
12955         * src/common/socket.c
12956                 Check another special SSL_peek() error.
12957                 Should help wrt bug #728
12958
12959 2005-05-23 [colin]      1.9.11cvs3
12960
12961         * src/plugins/pgpmime/pgpmime.c
12962                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12963                 breaking menu accelerators and stuff. Users will have to
12964                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12965                 account's privacy preferences if needed.
12966
12967 2005-05-22 [paul]
12968
12969         * tools/kdeservicemenu/install.sh
12970                 use kdesu to prompt for root password if doing
12971                 global install/uninstall
12972
12973 2005-05-20 [colin]      1.9.11cvs2
12974
12975         * src/procmsg.c
12976                 Fix another compilation error with gcc-2.9x
12977                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12978         * src/send_message.c
12979                 Don't send QUIT if we aren't connected
12980
12981 2005-05-19 [colin]      1.9.11cvs1
12982
12983         * src/procmsg.c
12984                 Fix compilation with gcc 2.9x
12985
12986 2005-05-19 [paul]       1.9.11
12987
12988         1.9.11 released
12989
12990 2005-05-19 [paul]       1.9.9cvs14
12991
12992         * src/gtk/inputdialog.c
12993                 prevent gettext warning
12994
12995 2005-05-19 [paul]       1.9.9cvs13
12996
12997         * src/mainwindow.c
12998         * src/prefs_common.c
12999         * src/prefs_common.h
13000         * src/textview.c
13001         * src/textview.h
13002                 add an option to toggle cursor in message
13003                 view (sync with main)
13004
13005 2005-05-18 [colin]      1.9.9cvs12
13006
13007         * src/compose.c
13008                 Dereference freed pointer
13009         * src/gtk/gtkaspell.c
13010                 Fix duplication of dictionaries (is it an aspell issue?)
13011
13012 2005-05-18 [colin]      1.9.9cvs11
13013
13014         * src/gtk/inputdialog.c
13015         * src/gtk/gtkaspell.c
13016                 HIGuify dialogs
13017         * src/alertpanel.c
13018                 Remove a double call
13019
13020 2005-05-17 [colin]      1.9.9cvs10
13021
13022         * src/gtk/gtkaspell.c
13023                 Fix dialogs, Ctrl-Enter accel
13024
13025 2005-05-17 [colin]      1.9.9cvs9
13026
13027         * src/gtk/gtkaspell.c
13028                 Fix some accelerators, escape in replace-window
13029
13030 2005-05-16 [colin]      1.9.9cvs8
13031
13032         * src/gtk/gtkaspell.c
13033                 Revert last commit, it was a mistake.
13034
13035 2005-05-16 [colin]      1.9.9cvs7
13036
13037         * src/gtk/gtkaspell.c
13038                 Remove buggy code while we're at it. It's a 
13039                 dead code path anyway.
13040
13041 2005-05-16 [colin]      1.9.9cvs6
13042
13043         * src/gtk/gtkaspell.c
13044                 Missed some gtk_menu_popup where deactivate
13045                 signal should be handled. Should fix bug
13046                 #629 a bit more.
13047
13048 2005-05-16 [colin]      1.9.9cvs5
13049
13050         * src/gtk/gtkaspell.c
13051                 Remove debug printf()s
13052
13053 2005-05-16 [colin]      1.9.9cvs4
13054
13055         * src/gtk/gtkaspell.c
13056                 Fix a bit aspell problems
13057                 (see bug #629)
13058
13059 2005-05-13 [colin]      1.9.9cvs3
13060
13061         * src/folderview.c
13062                 Fix the + appearing even when no subfolders
13063                 have unread messages. Thanks to wwp for the
13064                 bug report.
13065
13066 2005-05-11 [paul]       1.9.9cvs2
13067
13068         * src/folderview.c
13069                 correction to 1.9.9cvs1, only colour folders that
13070                 have new msgs (not unread msgs)
13071
13072 2005-05-10 [colin]      1.9.9cvs1
13073
13074         * src/folderview.c
13075         * src/summaryview.c
13076                 Try to fix bolding bugs again.
13077
13078 2005-05-09 [paul]
13079
13080         * tools/claws.i18n.status.pl
13081                 add Ricardo Mones Lastra's script that has been providing
13082                 the i18n status page for many months
13083
13084 2005-05-09 [paul]       1.9.9
13085
13086         1.9.9 release
13087
13088 2005-05-09 [paul]       1.9.6cvs58
13089
13090         * AUTHORS
13091         * INSTALL
13092         * README.claws
13093                 updated
13094         * Makefile.am 
13095         * RELEASE_NOTES.claws
13096                 add release notes to cvs to simplify release
13097                 procedure
13098         * configure.ac
13099                 add ca and fi to ALL_LINGUAS
13100         * po/Makefile.in.in
13101                 workaround for missing Makevars
13102         * po/ca.po
13103         * po/fi.po
13104                 add new Catalan and Finnish translations
13105                 submitted by Miquel Oliete and Flammie Pirinen
13106         * po/de.po
13107         * po/es.po
13108         * po/fr.po
13109         * po/it.po
13110         * po/pl.po
13111         * po/ru.po
13112         * po/sk.po
13113         * po/sr.po
13114         * po/zh_CN.po
13115                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13116                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13117                 Urke MMI, and Hansom Young
13118         * src/main.c
13119                 Fix drafting when quitting. compose_draft() closes the
13120                 compose windows, which modifies the compose_list GSList.
13121                 We have to refresh this list after echo drafting to avoid a
13122                 segfault
13123         * src/partial_download.c
13124                 fix segfault on exit
13125
13126 2005-05-06 [paul]       1.9.6cvs57
13127
13128         * src/grouplistdialog.c
13129                 quick fix/workaround for unresizeable newsgroup
13130                 name column 
13131
13132 2005-05-06 [paul]       1.9.6cvs56
13133
13134         * src/inc.c
13135         * src/mainwindow.c
13136                 use gettext plural forms
13137         * src/imap_gtk.c
13138         * src/mh_gtk.c
13139         * src/toolbar.c
13140                 small improvement to english usage
13141
13142 2005-05-05 [thorsten]   1.9.6cvs55
13143
13144         * src/folder.c
13145                 fix possible crash
13146
13147 2005-05-05 [paul]       1.9.6cvs54
13148         
13149         sync with HEAD
13150
13151         * AUTHORS
13152         * src/compose.c
13153                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13154                 patch by Tim Mann
13155
13156 2005-05-05 [paul]       1.9.6cvs53
13157
13158         * src/mainwindow.c
13159                 fix resizing of separate message and
13160                 folder views
13161
13162 2005-05-05 [paul]       1.9.6cvs52
13163
13164         * src/account.c
13165         * src/addrgather.c
13166         * src/browseldap.c
13167         * src/exphtmldlg.c
13168         * src/expldifdlg.c
13169         * src/importmutt.c
13170         * src/importpine.c
13171         * src/main.c
13172         * src/mainwindow.c
13173         * src/noticeview.c
13174         * src/prefs_filtering.c
13175         * src/prefs_filtering_action.c
13176         * src/prefs_matcher.c
13177         * src/prefs_spelling.c
13178         * src/prefs_toolbar.c
13179         * src/toolbar.c
13180         * src/wizard.c
13181         * src/gtk/description_window.c
13182         * src/gtk/gtkvscrollbutton.c
13183         * src/gtk/progressdialog.c
13184         * src/gtk/quicksearch.c
13185         * src/plugins/pgpmime/prefs_gpg.c
13186         * src/plugins/spamassassin/spamassassin_gtk.c
13187                 replace deprecated gtk_widget_set_usize
13188
13189 2005-05-04 [colin]      1.9.6cvs51
13190
13191         * src/common/utils.c
13192                 Fix crash when subst_for_filename is called
13193                 with a NULL parameter
13194
13195 2005-05-04 [colin]      1.9.6cvs50
13196
13197         * src/partial_download.c
13198         * src/pop.c
13199                 Escape login when writing uidl file
13200                 fixes bug #736
13201
13202 2005-05-03 [colin]      1.9.6cvs49
13203
13204         * src/procmime.c
13205                 Fix possible DOS in mime parser
13206                 (see bug #634)
13207
13208 2005-05-02 [colin]      1.9.6cvs48
13209
13210         * src/compose.c
13211                 Try to fix the copy/paste mess once again.
13212
13213
13214 2005-04-30 [colin]      1.9.6cvs47
13215
13216         * src/prefs_account.h
13217         * src/procmsg.c
13218         * src/send_message.c
13219         * src/common/smtp.c
13220         * src/common/smtp.h
13221                 Try to batch sending mails (per account) instead of
13222                 reconnecting to server every time.
13223
13224 2005-04-29 [colin]      1.9.6cvs46
13225
13226         * src/messageview.c
13227                 Fix window resizing that refused to size down
13228         * src/prefs_common.c
13229         * src/prefs_common.h
13230         * src/prefs_filtering.c
13231                 Save Filtering's window size
13232
13233 2005-04-21 [paul]       1.9.6cvs45
13234
13235         * ChangeLog-gtk2.claws
13236         * src/setup.c
13237                 correction to sync
13238
13239 2005-04-21 [paul]       1.9.6cvs44
13240
13241         sync with main:
13242
13243         * src/setup.c
13244         * src/statusbar.c
13245         * src/statusbar.h
13246                 use gtkut_widget_draw_now(). Improved performance
13247                 of the update of statusbar
13248         * src/textview.c
13249                 textview_smooth_scroll_do(): redraw it after scroll
13250                 is done (fixed incorrect display when a part of the
13251                 view is hidden).
13252         * src/gtk/gtkutils.c
13253         * src/gtk/gtkutils.h
13254                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13255                 to force update of widgets.
13256                 Removed gtkut_widget_wait_for_draw() which had a big
13257                 overhead  because of waiting for all events processed 
13258
13259 2005-04-20 [paul]       1.9.6cvs43
13260
13261         * src/codeconv.c
13262                 complete 1.9.6cvs42's sync:
13263                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13264
13265 2005-04-19 [paul]       1.9.6cvs42
13266
13267         sync with main:
13268
13269         * src/action.c
13270                 catch_output(): correctly select the insert text
13271                 (fix invalid iterator warnings).
13272         * src/codeconv.c
13273         * src/codeconv.h
13274         * src/mainwindow.c
13275         * src/messageview.c
13276         * src/prefs_common.c
13277                 support GBK encoding.
13278         * src/common/session.c
13279         * src/common/session.h
13280                 use separate buffer for large data to be sent,
13281                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13282
13283 2005-04-18 [paul]       1.9.6cvs41
13284
13285         * src/jpilot.c
13286                 convert unsigned long into guint32
13287                 patch by Paul LeoNerd Evans 
13288
13289 2005-04-17 [colin]      1.9.6cvs40
13290
13291         * src/compose.c
13292                 Fix 'Request return receipt' from folder
13293                 properties (bug #708)
13294
13295 2005-04-17 [colin]      1.9.6cvs39
13296
13297         * src/mainwindow.c
13298                 Fix duplicate hotkeys in Mainwindow's menu
13299
13300 2005-04-17 [colin]      1.9.6cvs38
13301
13302         * src/folderview.c
13303                 Fix duplicate hotkeys in Folderview's contextual
13304                 menu
13305
13306 2005-04-15 [colin]      1.9.6cvs37
13307
13308         * src/summaryview.c
13309                 Fix 'Save as...' with non-ascii filenames
13310
13311 2005-04-15 [colin]      1.9.6cvs36
13312
13313         * src/plugins/pgpmime/pgpmime.c
13314                 Fix bus error on 64bit. Spotted by 
13315                 macallan1888@gmail.com
13316
13317 2005-04-15 [colin]      1.9.6cvs35
13318
13319         * src/prefs_account.c
13320                 Fix cvs34.
13321
13322 2005-04-12 [colin]      1.9.6cvs34
13323
13324         * src/prefs_account.c
13325                 Fix smtp auth type off-by-one. We forgot to
13326                 add PLAIN in the prefs-to-gui setter func and
13327                 as a result, the selected auth when opening
13328                 account prefs was not the correct one.
13329
13330 2005-04-12 [paul]       1.9.6cvs33
13331
13332         * src/inc.c
13333                 if the recv dialog is visible, Cancel only
13334                 cancels the current account
13335
13336
13337 2005-04-10 [colin]      1.9.6cvs32
13338
13339         * src/filtering.c
13340                 Copy score when copying FilteringActions
13341                 Fix bug #674
13342
13343 2005-04-10 [colin]      1.9.6cvs31
13344
13345         * src/inc.c
13346                 Make Message -> Receive -> Cancel cancel 
13347                 incorporation on all accounts. Fixes
13348                 bug #693
13349
13350 2005-04-10 [colin]      1.9.6cvs30
13351
13352         * src/prefs_account.c
13353                 Update Privacy checkbuttons status based
13354                 on the selected privacy system
13355         * src/compose.c
13356                 Always connect the "None" privacy system; the
13357                 static boolean was probably there to avoid
13358                 reconnecting twice in the same compose window,
13359                 but as the parent function is only called once
13360                 per compose, it's only a bug - as a static is
13361                 initialized once per application instance.
13362                 Also, don't uncheck Sign and Encrypt when
13363                 selecting None as privacy system; just ignore
13364                 them when sending/queuing.
13365                 Should fix bug #695
13366
13367 2005-04-08 [colin]      1.9.6cvs29
13368
13369         * src/account.c
13370         * src/prefs_account.c
13371         * src/prefs_account.h
13372                 Add account preference to queue message in a certain
13373                 folder.
13374
13375 2005-04-06 [colin]      1.9.6cvs28
13376
13377         * src/prefs_account.c
13378                 Update old inbox path syntax
13379
13380 2005-04-06 [paul]       1.9.6cvs27
13381
13382         sync with main:
13383
13384         * configure.ac
13385                 changed -traditional-cpp to -no-cpp-precomp for newer
13386                 Mac OS X support
13387         * src/foldersel.c
13388                 made column resize automatically
13389         * src/send_message.c
13390                 send_message_smtp(): consider EOF right after QUIT
13391                 successful (workaround for Gmail SMTP server)
13392         * src/common/socket.c
13393                 ssl_read(), ssl_peek(): check EOF which violates the
13394                 SSL protocol
13395         * src/gtk/colorlabel.c
13396                 removed warnings when displaying colorlabel menu
13397                 (don't use GtkAlignment)
13398
13399 2005-04-05 [paul]       1.9.6cvs26
13400
13401         * src/plugins/trayicon/trayicon.c
13402                 fix clipping of icon under KDE3 
13403
13404 2005-04-05 [paul]       1.9.6cvs25
13405
13406         * src/summaryview.c
13407                 hide display of threading
13408                 patch by Alfons
13409
13410 2005-04-04 [thorsten]   1.9.6cvs24
13411
13412         * src/mh.c
13413                 marks lost on filesystems with different stat() results on
13414                 summer-/wintertime
13415
13416 2005-04-03 [colin]      1.9.6cvs23
13417
13418         * src/summaryview.c
13419                 Don't handle up/down. Patch by Alfons
13420
13421 2005-04-02 [colin]      1.9.6cvs22
13422
13423         * src/summaryview.c
13424                 Make scrolling faster. Patch by Alfons.
13425
13426 2005-04-01 [colin]      1.9.6cvs21
13427
13428         * src/Makefile.am
13429         * src/stock_pixmap.c
13430         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13431         * src/pixmaps/dir_noselect.xpm ** ADDED **
13432                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13433
13434 2005-04-01 [colin]      1.9.6cvs20
13435
13436         * src/image_viewer.c
13437         * src/image_viewer.h
13438         * src/procmime.c
13439         * src/procmime.h
13440         * src/textview.c
13441         * src/textview.h
13442                 Implement inline image resizing and right-clicking
13443
13444 2005-04-01 [paul]       1.9.6cvs19
13445
13446         * AUTHORS
13447         * Makefile.am
13448         * configure.ac
13449                 check for gnome2
13450                 patch by Luca Cavalli <loopback<AT>slackit.org>
13451         * po/ru.po
13452                 updated by Pavlo Bohmat
13453
13454 2005-03-31 [colin]      1.9.6cvs18
13455
13456         * src/news.c
13457                 Fix parsing references
13458         * src/msgcache.c
13459                 don't put nulls in the references list
13460         * src/procheader.c
13461                 commit that forgotten file in 1.9.6cvs14
13462
13463 2005-03-31 [colin]      1.9.6cvs17
13464
13465         * src/compose.c
13466                 Fix joining of signature separator again. 
13467                 Maybe Hiro could put it in main too...
13468
13469 2005-03-31 [colin]      1.9.6cvs16
13470
13471         * src/Makefile.am
13472         * src/foldersel.c
13473         * src/stock_pixmap.c
13474         * src/stock_pixmap.h
13475         * src/pixmaps/dir-noselect.xpm
13476                 Update foldersel.c (sync from main, patch by Alfons)
13477
13478 2005-03-30 [colin]      1.9.6cvs15
13479
13480         * src/imap.c
13481                 Fix handling of imap folders containing [] in 
13482                 their name. Thanks to Nahuel Angelinetti for
13483                 the detailed bugreport.
13484
13485 2005-03-30 [colin]      1.9.6cvs14
13486
13487         * src/common/utils.h
13488         * src/common/utils.c
13489         * src/common/defs.h
13490         * src/matcher.c
13491         * src/msgcache.c
13492         * src/news.c
13493         * src/procmsg.c
13494         * src/procmsg.h
13495         * src/quote_fmt_parse.y
13496         * src/summaryview.c
13497                 Update references system. Patch by Alfons
13498
13499 2005-03-30 [colin]      1.9.6cvs13
13500
13501         * src/common/socket.c
13502                 Force the glibc to read resolv.conf again when 
13503                 it has changed. Should fix issues when changing
13504                 networks on a laptop and not restarting sylpheed. 
13505
13506 2005-03-30 [paul]       1.9.6cvs12
13507
13508         partial sync with main:
13509
13510         * src/action.c
13511                 create_io_dialog(): use user-defined text font
13512                 (thanks to Alfons), and modified its appearance.
13513         * src/addrgather.c
13514         * src/addrharvest.c
13515         * src/browseldap.c
13516                 replace old code
13517         * src/compose.c
13518                 don't join (presumably) itemized lines on line-wrapping
13519                 fixed wrapping of quote when auto-wrapping is enabled
13520                 compose_destroy(): destroy paned only if it's not
13521                 attached to window. Fixed memory leak of popup menu.
13522         * src/exphtmldlg.c
13523         * src/expldifdlg.c
13524                 replace old code
13525         * src/html.c
13526         * src/html.h
13527         * src/importmutt.c
13528         * src/importpine.c
13529                 replace old code
13530         * src/main.c
13531                 removed redundant code
13532         * src/mainwindow.c
13533                 changed 'Code set' (which is rather incorrect)
13534                 in the menu to 'Character encoding'
13535                 main_window_set_widgets(): request size first
13536                 to prevent window size becoming wrong
13537                 fixed remembering of the state of the visibility
13538                 of MessageView
13539         * src/messageview.c
13540                 changed 'Code set' (which is rather incorrect)
13541                 in the menu to 'Character encoding'
13542         * src/prefs_common.c
13543         * src/prefs_common.h
13544                 added an option whether to render HTML as text or not
13545                 added separators to outgoing encoding menu
13546         * src/procheader.c
13547                 procheader_scan_date_string(): support header
13548                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13549         * src/summaryview.c
13550         * src/summaryview.h
13551                 minor code cleanup
13552         * src/textview.c
13553                 textview_show_html(): force output of newline
13554                 added an option whether to render HTML as text or not
13555         * src/common/utils.c
13556                 strncpy2(): optimized based on Alfons' code
13557         * src/gtk/gtkutils.c
13558         * src/gtk/gtkutils.h
13559                 removed non-used code
13560         * src/plugins/pgpmime/passphrase.c
13561                 partially fixed grab input of passphrase dialog
13562                 Confine pointer to window
13563
13564 2005-03-30 [colin]      1.9.6cvs11
13565
13566         * src/msgcache.c
13567         * src/msgcache.h
13568                 Read/write 32bit ints from cache & marks
13569                 From main.
13570
13571 2005-03-29 [paul]       1.9.6cvs10
13572
13573         * AUTHORS
13574         * ChangeLog.claws
13575         * src/compose.c
13576         * src/gtk/gtkaspell.c
13577                 sync with HEAD (don't pass NULL pointers) 
13578
13579 2005-03-24 [paul]
13580
13581         * tools/Makefile.am
13582         * tools/README
13583         * tools/acroread2sylpheed.pl
13584                 sync with HEAD (add script to send pdfs as
13585                 attachments from Adobe Reader 7)
13586
13587 2005-03-21 [paul]       1.9.6cvs9
13588
13589         * configure.ac
13590         * po/POTFILES.in
13591         * src/Makefile.am
13592         * src/crash.c
13593         * src/image_viewer.c ** ADDED **
13594         * src/image_viewer.h ** ADDED **
13595         * src/main.c
13596         * src/prefs_common.c
13597         * src/prefs_common.h
13598         * src/prefs_image_viewer.c ** ADDED **
13599         * src/prefs_image_viewer.h ** ADDED **
13600         * src/textview.c
13601         * src/gtk/about.c
13602         * src/pixmaps/sylpheed_logo.xpm
13603         * src/plugins/Makefile.am
13604         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13605         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13606         * src/plugins/image_viewer/plugin.c ** REMOVED **
13607         * src/plugins/image_viewer/viewer.c ** REMOVED **
13608         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13609         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13610         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13611         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13612         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13613                 as gdk-pixbuf is now built-in
13614                 remove image_viewer plugin and put code back into
13615                 main codebase
13616                 implement inline image display (sync with main)
13617
13618                 replace logo with newer, nicer, larger version  
13619
13620 2005-03-21 [paul]       1.9.6cvs8
13621
13622         * src/gtk/about.c
13623                 cosmetic improvement
13624
13625 2005-03-21 [holger]     1.9.6cvs7
13626
13627         * src/plugins/spamassassin/spamassassin.c
13628                 Sync with HEAD
13629                 (unregister hook on failed plugin init)
13630
13631 2005-03-20 [colin]      1.9.6cvs6
13632
13633         * src/common/plugin.c
13634                 Check that plugin isn't already loaded
13635                 Patch by Alfons
13636
13637 2005-03-20 [thorsten]   1.9.6cvs5
13638
13639         * src/compose.c
13640                 use a more compatible syntax
13641
13642 2005-03-20 [thorsten]   1.9.6cvs4
13643
13644         * src/prefs_toolbar.c
13645                 fix crash when selecting toolbar item (uninitialized pointer)
13646
13647 2005-03-20 [thorsten]   1.9.6cvs3
13648
13649         * src/procmime.c
13650                 fix mimetype detection (referenced free()d string)
13651
13652 2005-03-20 [paul]       1.9.6cvs2
13653
13654         * src/compose.c
13655                 sync with HEAD (1.0.3cvs5)
13656                 neglect Reply-To header if empty
13657                 Patch by Alfons 
13658
13659 2005-03-19 [holger]     1.9.6cvs1
13660
13661         * src/summaryview.c
13662         * src/summaryview.h
13663                 Sync with HEAD
13664
13665 2005-03-18 [paul]       1.9.6
13666
13667         initial GTK2 release
13668
13669 2005-03-18 [paul]       1.0.3cvs3.1
13670
13671         * AUTHORS
13672         * ChangeLog.claws
13673         * configure.ac
13674         * src/gtk/about.c
13675         * src/pixmaps/sylpheed_logo.xpm
13676                 sync with HEAD
13677
13678 2005-03-18 [colin]      1.0.3cvs2.6
13679
13680         * src/summaryview.c
13681                 Remove call to summary_step in summary_copy_selected_to
13682                 Can't see its purpose, and this causes bug when copying
13683                 a message if the next one is unread: it reads it.
13684
13685 2005-03-18 [paul]       1.0.3cvs2.5
13686
13687         * src/foldersel.c
13688                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13689
13690 2005-03-18 [paul]       1.0.3cvs2.4
13691
13692         * src/addrharvest.c
13693         * src/codeconv.c
13694         * src/codeconv.h
13695         * src/compose.c
13696         * src/news.c
13697         * src/procheader.c
13698         * src/procmime.c
13699         * src/unmime.c
13700         * src/unmime.h
13701                 fix buffer overflow, CAN-2005-0667, see
13702                 http://secunia.com/advisories/14491/
13703                 Patch by Alfons
13704
13705 2005-03-17 [colin]      1.0.3cvs2.3
13706
13707         * src/prefs_fonts.c
13708         * src/summaryview.c
13709                 Fix font bugs (both lists now officialy share 
13710                 the same font)
13711                 
13712
13713 2005-03-17 [paul]       1.0.3cvs2.2
13714
13715         * src/gtk/pluginwindow.c
13716                 make plugin descriptions uneditable
13717
13718 2005-03-11 [paul]       1.0.3cvs2.1
13719
13720         * ChangeLog.claws
13721         * configure.ac
13722         * po/POTFILES.in
13723         * src/plugins/trayicon/trayicon.c
13724                 sync with HEAD
13725                 add src/wizard.c to POTFILES.in
13726
13727 2005-03-11 [paul]       1.0.3cvs1.1
13728
13729         * ChangeLog
13730         * ChangeLog.claws
13731         * configure.ac
13732         * po/de.po
13733         * po/es.po
13734         * po/fr.po
13735         * po/it.po
13736         * po/pt_BR.po
13737         * po/ru.po
13738         * po/sk.po
13739         * po/sr.po
13740         * po/zh_CN.po
13741                 sync with HEAD
13742
13743 2005-03-04 [colin]      1.0.1cvs22.2
13744
13745         * src/compose.c
13746                 Fix signatures with accentued chars in it
13747
13748 2005-03-04 [colin]      1.0.1cvs22.1
13749
13750         * src/common/smtp.c
13751         * src/common/smtp.h
13752                 Don't use SIZE param in MAIL FROM: if server 
13753                 doesn't support it. Patch by Eugen Freiter
13754                 <eugen_f@users.sf.net>
13755
13756 2005-02-27 [paul]       1.0.1cvs20.1
13757
13758         * ChangeLog.claws
13759         * configure.ac
13760         * src/messageview.c
13761                 sync with HEAD
13762
13763 2005-02-27 [colin]      1.0.1cvs19.4
13764
13765         * src/procheader.c
13766         * src/procheader.h
13767                 Fix prototypes. Patch by Alfons
13768
13769 2005-02-27 [colin]      1.0.1cvs19.3
13770
13771         * src/compose.c
13772                 Don't auto-join the signature separator.
13773
13774 2005-02-26 [colin]      1.0.1cvs19.2
13775
13776         * src/summaryview.c
13777                 Fix 'mark all read' with collapsed threads.
13778                 Patch by Alfons.
13779
13780 2005-02-25 [paul]       1.0.1cvs19.1
13781
13782         * ChangeLog.claws
13783         * configure.ac
13784         * src/prefs_account.c
13785         * src/prefs_folder_item.c
13786         * src/gtk/prefswindow.c
13787         * src/gtk/prefswindow.h
13788                 sync with HEAD
13789
13790 2005-02-25 [paul]       1.0.1cvs15.12
13791
13792         * src/alertpanel.c
13793         * src/codeconv.c
13794         * src/compose.c
13795         * src/textview.c
13796         * src/gtk/gtkutils.c
13797         * src/gtk/gtkutils.h
13798         * src/gtk/logwindow.c
13799         * src/gtk/progressdialog.c
13800                 sync with main (revision 127)
13801                 and fix logwindow clipping
13802
13803 2005-02-24 [colin]      1.0.1cvs15.11
13804
13805         * src/plugins/pgpmime/passphrase.c
13806                 Disable input grabbing; it doesn't work yet.
13807
13808 2005-02-24 [colin]      1.0.1cvs15.10
13809
13810         * src/messageview.c
13811                 Don't send out receipts if offline. Ask.
13812
13813 2005-02-23 [colin]      1.0.1cvs15.9
13814
13815         * src/summaryview.c     
13816                 Fix expanding
13817
13818 2005-02-23 [colin]      1.0.1cvs15.8
13819
13820         * src/summaryview.c
13821                 Really fix Bug 568 by removing useless
13822                 calls. summary_thread_init() now called
13823                 in summary_sort(). This should please
13824                 Alfons as it should be faster than 
13825                 previously.
13826
13827 2005-02-23 [colin]      1.0.1cvs15.7
13828
13829         * src/compose.c
13830                 Encode parts as QP or B64 if signing
13831
13832 2005-02-23 [colin]      1.0.1cvs15.6
13833
13834         * src/compose.c
13835                 Fix Mimeinfo leakage (including tmp files)
13836         * src/procmsg.c
13837                 Fix tmp file leakage (spotted by Ivan Rayner)
13838
13839 2005-02-22 [colin]      1.0.1cvs15.5
13840
13841         * src/expldifdlg.c
13842                 Fix keyboard input. Patch by Alfons.
13843
13844 2005-02-21 [colin]      1.0.1cvs15.4
13845
13846         * src/compose.c
13847                 Fix Sign/Encrypt when unselecting privacy
13848                 system
13849         * src/prefs_common.c
13850                 Change default message font to Monospace
13851         * src/summaryview.c
13852                 More freezing during potentially large operations
13853
13854 2005-02-21 [paul]       1.0.1cvs15.3
13855
13856         * src/main.c
13857                 fix --help output
13858
13859 2005-02-21 [paul]       1.0.1cvs15.2
13860
13861         * po/Makefile.in.in
13862         * src/compose.c
13863         * src/summaryview.c
13864         * src/textview.c
13865         * src/common/utils.c
13866         * src/common/utils.h
13867                 sync with main (revision 117)
13868
13869 2005-02-20 [colin]      1.0.1cvs15.1
13870
13871         * src/common/defs.h
13872                 Change cache file to .sylpheed_claws_cache, as
13873                 suggested by Alfons. Allows people to switch
13874                 between Sylpheed and Sylpheed-Claws. it is
13875                 a good idea to "Check for new messages" at next
13876                 startup.
13877
13878
13879 2005-02-18 [colin]      1.0.1cvs14.1
13880
13881         * src/quote_fmt_lex.l
13882         * src/quote_fmt_parse.y
13883                 Fix parser initialisation. Patch by Ivan.
13884
13885 2005-02-18 [colin]      1.0.1cvs11.6
13886
13887         * src/folderview.c
13888                 Fix scrolldown (bug 662)
13889
13890 2005-02-17 [colin]      1.0.1cvs11.5
13891
13892         * src/codeconv.c
13893                 conv_filename_to_utf8: return clean 7bit instead
13894                 of broken utf8 if needed
13895         * src/mimeview.c
13896                 Fix display of parts with unclean 8bit names
13897
13898 2005-02-17 [paul]       1.0.1cvs11.4
13899
13900         * src/compose.c
13901         * src/exportldif.c
13902         * src/matcher_parser_parse.y
13903         * src/procmime.c
13904         * src/sourcewindow.c
13905         * src/common/Makefile.am
13906         * src/common/intl.h             ** REMOVED **
13907         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13908                 sync with main (revision 109)
13909                 and clean up
13910
13911 2005-02-16 [colin]      1.0.1cvs11.3
13912
13913         * src/summaryview.c
13914                 Fix collapsed thread not highlighting when new
13915                 messages in it (Bug 568) Patch by Stephan Sachse.
13916                 Fix messed up selection when reaching bounds (Bug 632)
13917         * src/prefs_themes.c
13918                 Fix theme installing (Bug 684)
13919
13920 2005-02-16 [colin]      1.0.1cvs11.2
13921
13922         * src/messageview.c
13923                 Fix messageview_select_all
13924
13925 2005-02-16 [colin]      1.0.1cvs11.1
13926
13927         * src/mh.c
13928                 Sync with HEAD (MH scan required function)
13929
13930 2005-02-15 [colin]      1.0.1cvs8.1
13931
13932         * src/mimeview.c
13933         * src/common/utils.c
13934                 Sync with HEAD (filename chars substitution)
13935
13936 2005-02-15 [colin]      1.0.1cvs7.3
13937
13938         * src/gtk/pluginwindow.c
13939                 Fix button spacing
13940
13941 2005-02-15 [colin]      1.0.1cvs7.2
13942
13943         * src/mimeview.c
13944                 Fix mime icons not reset across message when
13945                 scrolled down
13946
13947 2005-02-15 [colin]      1.0.1cvs7.1
13948
13949         * src/compose.c
13950         * src/procmime.c
13951                 Sync with HEAD (optimisation of cvs6)
13952
13953 2005-02-14 [colin]      1.0.1cvs6.1
13954
13955         * src/compose.c
13956         * src/procmime.c
13957                 Sync with HEAD (encode "From " at line beginning)
13958
13959 2005-02-14 [colin]      1.0.1cvs5.3
13960
13961         * src/compose.c
13962                 Fix wrapping with accentued chars.
13963
13964 2005-02-13 [colin]      1.0.1cvs5.2
13965
13966         * src/textview.c
13967                 Fix email informative part parsing with
13968                 accentued chars in it. ispunct() returns
13969                 true for them in utf8...
13970
13971 2005-02-12 [colin]      1.0.1cvs5.1
13972
13973         * src/filtering.c
13974                 Sync with HEAD (remove wrong use of compose after send)
13975
13976 2005-02-12 [paul]       1.0.1cvs4.5
13977
13978         * src/textview.c
13979                 remove unnecessary code (thanks to Alfons)
13980
13981 2005-02-12 [paul]       1.0.1cvs4.4
13982
13983         * src/textview.c
13984                 add 'Copy' to contextual menu on emails
13985
13986 2005-02-11 [colin]      1.0.1cvs4.3
13987
13988         * src/compose.c
13989                 revert 1.0.0cvs28.2, it doesn't work that well.
13990
13991 2005-02-11 [paul]       1.0.1cvs4.2
13992
13993         * po/Makefile.in.in
13994                 fix 'make release'
13995
13996 2005-02-10 [paul]       1.0.1cvs4.1
13997
13998         * ChangeLog
13999         * ChangeLog.claws
14000         * ChangeLog.jp
14001         * configure.ac
14002         * src/compose.c
14003                 sync with HEAD (sync with main)
14004
14005 2005-02-10 [paul]       1.0.1cvs3.2
14006
14007         * AUTHORS
14008         * Makefile.am
14009         * autogen.sh
14010         * configure.ac
14011         * config/mkinstalldirs
14012         * intl/.cvsignore
14013         * intl/ChangeLog
14014         * intl/VERSION
14015         * intl/bindtextdom.c
14016         * intl/config.charset
14017         * intl/dcgettext.c
14018         * intl/dcigettext.c
14019         * intl/dcngettext.c
14020         * intl/dgettext.c
14021         * intl/dngettext.c
14022         * intl/eval-plural.h
14023         * intl/explodename.c
14024         * intl/finddomain.c
14025         * intl/gettext.c
14026         * intl/gettextP.h
14027         * intl/gmo.h
14028         * intl/hash-string.h
14029         * intl/intl-compat.c
14030         * intl/l10nflist.c
14031         * intl/libgnuintl.h.in
14032         * intl/loadinfo.h
14033         * intl/loadmsgcat.c
14034         * intl/localcharset.c
14035         * intl/localcharset.h
14036         * intl/locale.alias
14037         * intl/localealias.c
14038         * intl/localename.c
14039         * intl/log.c
14040         * intl/ngettext.c
14041         * intl/os2compat.c
14042         * intl/os2compat.h
14043         * intl/osdep.c
14044         * intl/plural-exp.c
14045         * intl/plural-exp.h
14046         * intl/plural.c
14047         * intl/plural.y
14048         * intl/ref-add.sin
14049         * intl/ref-del.sin
14050         * intl/relocatable.c
14051         * intl/relocatable.h
14052         * intl/textdomain.c
14053         * m4/Makefile.am
14054         * po/Makefile.in.in
14055         * src/Makefile.am
14056         * src/account.c
14057         * src/action.c
14058         * src/addr_compl.c
14059         * src/addressadd.c
14060         * src/addressbook.c
14061         * src/addrgather.c
14062         * src/addrindex.c
14063         * src/alertpanel.c
14064         * src/browseldap.c
14065         * src/codeconv.c
14066         * src/codeconv.h
14067         * src/compose.c
14068         * src/compose.h
14069         * src/crash.c
14070         * src/editaddress.c
14071         * src/editbook.c
14072         * src/editgroup.c
14073         * src/editjpilot.c
14074         * src/editldap.c
14075         * src/editldap_basedn.c
14076         * src/editvcard.c
14077         * src/exphtmldlg.c
14078         * src/expldifdlg.c
14079         * src/export.c
14080         * src/exporthtml.c
14081         * src/filtering.c
14082         * src/folder.c
14083         * src/folder_item_prefs.c
14084         * src/foldersel.c
14085         * src/folderview.c
14086         * src/grouplistdialog.c
14087         * src/headerview.c
14088         * src/imap.c
14089         * src/imap_gtk.c
14090         * src/import.c
14091         * src/importldif.c
14092         * src/importmutt.c
14093         * src/importpine.c
14094         * src/inc.c
14095         * src/ldif.c
14096         * src/main.c
14097         * src/mainwindow.c
14098         * src/matcher.c
14099         * src/mbox.c
14100         * src/message_search.c
14101         * src/messageview.c
14102         * src/mh.c
14103         * src/mh_gtk.c
14104         * src/mimeview.c
14105         * src/msgcache.c
14106         * src/news.c
14107         * src/news_gtk.c
14108         * src/noticeview.c
14109         * src/partial_download.c
14110         * src/pop.c
14111         * src/prefs_account.c
14112         * src/prefs_actions.c
14113         * src/prefs_common.c
14114         * src/prefs_customheader.c
14115         * src/prefs_display_header.c
14116         * src/prefs_ext_prog.c
14117         * src/prefs_filtering.c
14118         * src/prefs_filtering_action.c
14119         * src/prefs_folder_item.c
14120         * src/prefs_fonts.c
14121         * src/prefs_gtk.c
14122         * src/prefs_matcher.c
14123         * src/prefs_msg_colors.c
14124         * src/prefs_spelling.c
14125         * src/prefs_summary_column.c
14126         * src/prefs_template.c
14127         * src/prefs_themes.c
14128         * src/prefs_toolbar.c
14129         * src/prefs_wrapping.c
14130         * src/privacy.c
14131         * src/procheader.c
14132         * src/procmime.c
14133         * src/procmsg.c
14134         * src/quote_fmt.c
14135         * src/recv.c
14136         * src/send_message.c
14137         * src/setup.c
14138         * src/sourcewindow.c
14139         * src/ssl_manager.c
14140         * src/statusbar.c
14141         * src/summary_search.c
14142         * src/summaryview.c
14143         * src/textview.c
14144         * src/toolbar.c
14145         * src/wizard.c
14146         * src/common/nntp.c
14147         * src/common/plugin.c
14148         * src/common/smtp.c
14149         * src/common/ssl.c
14150         * src/common/ssl_certificate.c
14151         * src/common/string_match.c
14152         * src/common/sylpheed.c
14153         * src/common/template.c
14154         * src/common/utils.c
14155         * src/gtk/about.c
14156         * src/gtk/colorlabel.c
14157         * src/gtk/description_window.c
14158         * src/gtk/filesel.c
14159         * src/gtk/foldersort.c
14160         * src/gtk/gtkaspell.c
14161         * src/gtk/gtkutils.c
14162         * src/gtk/inputdialog.c
14163         * src/gtk/logwindow.c
14164         * src/gtk/menu.c
14165         * src/gtk/pluginwindow.c
14166         * src/gtk/prefswindow.c
14167         * src/gtk/progressdialog.c
14168         * src/gtk/quicksearch.c
14169         * src/gtk/sslcertwindow.c
14170         * src/plugins/clamav/clamav_plugin.c
14171         * src/plugins/clamav/clamav_plugin_gtk.c
14172         * src/plugins/demo/demo.c
14173         * src/plugins/dillo_viewer/dillo_prefs.c
14174         * src/plugins/dillo_viewer/dillo_viewer.c
14175         * src/plugins/image_viewer/plugin.c
14176         * src/plugins/image_viewer/viewer.c
14177         * src/plugins/image_viewer/viewerprefs.c
14178         * src/plugins/mathml_viewer/mathml_viewer.c
14179         * src/plugins/pgpmime/passphrase.c
14180         * src/plugins/pgpmime/plugin.c
14181         * src/plugins/pgpmime/prefs_gpg.c
14182         * src/plugins/pgpmime/select-keys.c
14183         * src/plugins/pgpmime/sgpgme.c
14184         * src/plugins/spamassassin/spamassassin.c
14185         * src/plugins/spamassassin/spamassassin_gtk.c
14186         * src/plugins/trayicon/trayicon.c
14187                 sync with main (revision 104)
14188
14189 2005-02-10 [colin]      1.0.1cvs3.1
14190
14191         * src/mainwindow.c
14192                 Sync with HEAD (fix occasional crasher)
14193
14194 2005-02-10 [colin]      1.0.1cvs2.1
14195
14196         * src/messageview.c
14197                 Synw with HEAD (don't automatically display html)
14198
14199 2005-02-09 [colin]      1.0.1cvs1.3
14200
14201         * src/textview.c
14202         * src/textview.h
14203                 Add contextual menu on emails
14204
14205 2005-02-09 [colin]      1.0.1cvs1.2
14206
14207         * src/codeconv.c
14208                 Fix converting from broken headers and 
14209                 put back the _ in missing places
14210                 (feature broke with cvs24.2 sync, main 
14211                  possibly affected?)
14212
14213 2005-02-09 [colin]      1.0.1cvs1.1
14214
14215         * src/messageview.c
14216         * src/mimeview.c
14217         * src/mimeview.h
14218                 Sync with HEAD (display non text/plain mails with plugin)
14219
14220 2005-02-08 [colin]      1.0.1.1
14221
14222         * ChangeLog.claws
14223         * po/pt_BR.po
14224                 Sync with HEAD
14225         * configure.ac
14226                 Make default configuration directory 
14227                 be .sylpheed-gtk2
14228
14229 2005-02-08 [colin]      1.0.0cvs29.1
14230
14231         * po/de.po
14232         * po/es.po
14233         * po/fr.po
14234         * po/it.po
14235         * po/sk.po
14236         * po/sr.po
14237                 Sync translations with HEAD
14238
14239 2005-02-06 [colin]      1.0.0cvs28.3
14240
14241         * src/compose.c
14242                 Make compose a bit faster - patch by Alfons.
14243
14244 2005-02-06 [colin]      1.0.0cvs28.2
14245
14246         * src/compose.c
14247                 Make pasting via middle-click more reliable
14248
14249 2005-02-05 [paul]       1.0.0cvs28.1
14250
14251         * ChangeLog
14252         * ChangeLog.claws
14253         * ChangeLog.jp
14254         * configure.ac
14255         * src/compose.c
14256                 sync with HEAD
14257                 (fix bug 682 'redirect is broken'
14258
14259 2005-02-05 [torte]      1.0.0cvs27.1
14260
14261         * ChangeLog.claws
14262         * configure.ac
14263         * src/partial_download.c
14264                 Sync with HEAD (fix buf overflow)
14265
14266 2005-02-03 [colin]      1.0.0cvs26.1
14267
14268         * src/common/plugin.c
14269                 Sync with HEAD (avoid plugin mismatches)
14270
14271 2005-02-03 [paul]       1.0.0cvs25.3
14272
14273         * src/folderview.c
14274         * src/headerview.c
14275         * src/summaryview.c
14276         * src/textview.c
14277         * src/gtk/colorlabel.c
14278                 third and final part of initial sync with main-gtk2
14279
14280 2005-02-03 [paul]       1.0.0cvs25.2
14281
14282         * src/jpilot.c
14283                 fix building with jpilot support
14284
14285 2005-02-02 [colin]      1.0.0cvs25.1
14286
14287         * src/messageview.c
14288                 Sync with HEAD (fix dangerous typo)
14289
14290 2005-02-01 [colin]      1.0.0cvs24.3
14291
14292         * src/common/xml.c
14293                 Write file as advertised (UTF-8)
14294
14295 2005-02-01 [paul]       1.0.0cvs24.2
14296
14297         * src/addrbook.c
14298         * src/addrindex.c
14299         * src/alertpanel.h
14300         * src/codeconv.c
14301         * src/codeconv.h
14302         * src/compose.c
14303         * src/export.c
14304         * src/folder_item_prefs.c
14305         * src/html.c
14306         * src/imap.c
14307         * src/import.c
14308         * src/jpilot.c
14309         * src/mainwindow.c
14310         * src/matcher_parser_lex.l
14311         * src/messageview.c
14312         * src/mh.c
14313         * src/prefs_account.c
14314         * src/prefs_actions.c
14315         * src/prefs_common.c
14316         * src/prefs_gtk.c
14317         * src/prefs_gtk.h
14318         * src/prefs_themes.c
14319         * src/procheader.c
14320         * src/procmime.c
14321         * src/sourcewindow.c
14322         * src/statusbar.c
14323         * src/summaryview.c
14324         * src/textview.c
14325         * src/toolbar.c
14326         * src/unmime.c
14327         * src/common/template.c
14328         * src/common/utils.c
14329         * src/common/xml.c
14330         * src/common/xml.h
14331         * src/gtk/gtkaspell.c
14332         * src/plugins/clamav/clamav_plugin.c
14333         * src/plugins/dillo_viewer/dillo_prefs.c
14334         * src/plugins/image_viewer/viewerprefs.c
14335         * src/plugins/pgpmime/passphrase.c
14336         * src/plugins/pgpmime/prefs_gpg.c
14337         * src/plugins/pgpmime/select-keys.c
14338         * src/plugins/spamassassin/spamassassin.c
14339                 second part of initial sync with main-gtk2
14340                 (more to follow)
14341
14342 2005-01-31 [colin]      1.0.0cvs24.1
14343
14344         * src/compose.c
14345                 Sync with HEAD
14346
14347 2005-01-29 [paul]       1.0.0cvs23.2
14348
14349         * src/account.c
14350         * src/action.c
14351         * src/addressadd.c
14352         * src/addressbook.c
14353         * src/alertpanel.c
14354         * src/compose.c
14355         * src/editaddress.c
14356         * src/editbook.c
14357         * src/editgroup.c
14358         * src/editjpilot.c
14359         * src/editldap.c
14360         * src/editldap_basedn.c
14361         * src/editvcard.c
14362         * src/export.c
14363         * src/foldersel.c
14364         * src/grouplistdialog.c
14365         * src/import.c
14366         * src/importldif.c
14367         * src/inc.c
14368         * src/main.c
14369         * src/mainwindow.c
14370         * src/message_search.c
14371         * src/messageview.c
14372         * src/mimeview.c
14373         * src/prefs_actions.c
14374         * src/prefs_common.c
14375         * src/prefs_common.h
14376         * src/prefs_customheader.c
14377         * src/prefs_display_header.c
14378         * src/prefs_filtering.c
14379         * src/prefs_filtering_action.c
14380         * src/prefs_gtk.c
14381         * src/prefs_matcher.c
14382         * src/prefs_summary_column.c
14383         * src/prefs_template.c
14384         * src/sourcewindow.c
14385         * src/summary_search.c
14386         * src/summaryview.c
14387         * src/textview.c
14388         * src/gtk/about.c
14389         * src/gtk/description_window.c
14390         * src/gtk/gtkshruler.c
14391         * src/gtk/gtkutils.c
14392         * src/gtk/gtkutils.h
14393         * src/gtk/inputdialog.c
14394         * src/gtk/logwindow.c
14395         * src/gtk/prefswindow.c
14396         * src/gtk/progressdialog.c
14397         * src/gtk/progressdialog.h
14398                 first part of initial sync with main-gtk2
14399                 (more to follow)
14400
14401 2005-01-28 [colin]      1.0.0cvs23.1
14402
14403         * src/folderview.c
14404                 Sync with HEAD
14405
14406 2005-01-27 [colin]      1.0.0cvs21.1
14407
14408         * src/folder.c
14409         * src/folderview.c
14410                 Sync with HEAD
14411
14412 2005-01-27 [colin]      1.0.0cvs19.1
14413
14414         * src/procmime.c
14415                 Sync with HEAD
14416
14417 2005-01-27 [colin]      1.0.0cvs18.1
14418
14419         * src/messageview.c
14420         * src/summaryview.c
14421         * src/mainwindow.c
14422         * src/compose.c
14423         * src/compose.h
14424         * src/procmsg.c
14425         * src/procmsg.h
14426         * src/toolbar.c
14427                 Sync with HEAD
14428
14429 2005-01-26 [paul]       1.0.0cvs15.2
14430
14431         * src/compose.c
14432                 compose_entries_set(): convert subject and body to
14433                 utf8 if necessary. patch by Felix Eckhofer
14434
14435 2005-01-26 [paul]       1.0.0cvs15.1
14436
14437         * configure.ac
14438         * src/common/template.c
14439                 sync with HEAD (fix memory leak)
14440
14441 2005-01-25 [paul]       1.0.0cvs14.1
14442
14443         * configure.ac
14444         * src/compose.c
14445                 sync with HEAD
14446
14447 2005-01-24 [colin]      1.0.0cvs13.1
14448
14449         * src/summaryview.c
14450                 Sync with HEAD
14451
14452 2005-01-24 [paul]       1.0.0cvs12.1
14453
14454         * configure.ac
14455         * src/messageview.c
14456         * src/mh.c
14457         * src/common/utils.c
14458                 sync with HEAD
14459
14460 2005-01-24 [colin]      1.0.0cvs11.1
14461
14462         * src/procheader.c
14463                 Sync with HEAD
14464
14465 2005-01-24 [colin]      1.0.0cvs10.1
14466
14467         * src/folderview.c
14468                 Sync with HEAD
14469
14470 2005-01-23 [colin]      1.0.0cvs9.1
14471
14472         * src/crash.c
14473                 Sync with HEAD
14474
14475 2005-01-22 [colin]      1.0.0cvs8.1
14476
14477         * src/summaryview.c
14478         * src/gtk/quicksearch.c
14479                 Sync with HEAD
14480
14481 2005-01-21 [colin]      1.0.0cvs7.1
14482
14483         * src/summaryview.c
14484                 Sync with HEAD
14485
14486 2005-01-21 [colin]      1.0.0cvs6.1
14487
14488         * src/summaryview.c
14489                 Sync with HEAD
14490
14491 2005-01-21 [colin]      1.0.0cvs5.1
14492
14493         * src/gtk/quicksearch.c
14494         * src/prefs_common.c
14495         * src/prefs_common.h
14496                 Sync with HEAD (recurse option)
14497
14498 2005-01-21 [colin]      1.0.0cvs4.1
14499
14500         * src/folder.h
14501         * src/folderview.c
14502         * src/folderview.h
14503         * src/summaryview.c
14504         * src/gtk/quicksearch.c
14505         * src/gtk/quicksearch.h
14506                 Sync with HEAD (recursive quicksearch)
14507
14508 2005-01-20 [colin]      1.0.0cvs3.4
14509
14510         * src/ssl_manager.c
14511                 Remove useless code
14512
14513 2005-01-20 [colin]      1.0.0cvs3.3
14514
14515         * src/ssl_manager.c
14516                 Fix leak, thanks to Alfons.
14517
14518 2005-01-20 [colin]      1.0.0cvs3.2
14519
14520         * src/ssl_manager.c
14521                 Port SSL certificate window to GTK2.
14522
14523 2005-01-20 [paul]       1.0.0cvs3.1
14524
14525         * ChangeLog.claws
14526         * configure.ac
14527         * src/addrindex.c
14528         * src/addrindex.h
14529                 sync with HEAD
14530
14531 2005-01-19 [colin]      1.0.0cvs2.2
14532
14533         * src/plugins/trayicon/trayicon.c
14534                 Fix freeze with gtk-2.6, the easy way
14535                 (signal blocking helpless there...)
14536                 Closes bug #668.
14537
14538 2005-01-19 [colin]      1.0.0cvs2.1
14539
14540         * src/mbox.c
14541         * src/mbox.h
14542         * src/mainwindow.c
14543         * src/summaryview.c
14544         * src/summaryview.h
14545                 Sync with HEAD
14546
14547 2005-01-19 [paul]       1.0.0cvs1.1
14548
14549         * configure.ac
14550         * po/de.po
14551         * po/es.po
14552         * po/fr.po
14553         * po/hr.po
14554         * po/it.po
14555         * po/ja.po
14556         * po/ko.po
14557         * po/pt_BR.po
14558         * po/ru.po
14559         * po/sk.po
14560         * po/sr.po
14561                 sync with HEAD (update translations)
14562
14563 2005-01-18 [colin]      1.0.0cvs0.1
14564
14565         * src/foldersel.c
14566                 Specify search column - patch by Alfons
14567
14568 2005-01-18 [colin]      0.9.13cvs36.3
14569
14570         * src/prefs_toolbar.c
14571                 Change Delete to Remove
14572         * src/prefs_fonts.c
14573                 GTK2 version and leak fixes
14574         * src/prefs_actions.c
14575                 Add stock buttons.
14576                 All patches by Alfons
14577
14578 2005-01-17 [colin]      0.9.13cvs36.2
14579
14580         * src/compose.c
14581                 Fix DnD inserting twice. While at it,
14582                 add DnD support for text/plain in the
14583                 body, and add support in the headers.
14584
14585 2005-01-16 [colin]      0.9.13cvs36.1
14586
14587         * ChangeLog
14588         * ChangeLog.jp
14589         * ChangeLog.claws
14590                 Sync with HEAD (nothing applicable)
14591
14592 2005-01-16 [colin]      0.9.13cvs33.2
14593
14594         * src/prefs_toolbar.c
14595                 GTK2ize prefs_toolbar, by Alfons.
14596
14597 2005-01-14 [colin]      0.9.13cvs33.1
14598
14599         * src/html.c
14600         * src/msgcache.c
14601                 Sync with HEAD
14602
14603 2005-01-14 [colin]      0.9.13cvs32.1
14604
14605         * src/html.c
14606         * src/html.h
14607         * src/msgcache.c
14608         * AUTHORS
14609         * tools/calypso_convert.pl
14610                 Sync with HEAD
14611
14612 2005-01-08 [colin]      0.9.13cvs29.2
14613
14614         * src/prefs_filtering_action.c
14615         * src/prefs_filtering.c
14616                 2 more gtk2 patches by Alfons
14617
14618 2005-01-07 [paul]       0.9.13cvs29.1
14619
14620         * ChangeLog
14621         * ChangeLog.claws
14622         * ChangeLog.jp
14623         * configure.ac
14624         * src/pop.c
14625         * src/pop.h
14626                 sync with HEAD
14627
14628 2005-01-07 [colin]      0.9.13cvs28.3
14629
14630         * src/gtk/progressdialog.c
14631         * src/gtk/progressdialog.h
14632         * src/inc.c
14633         * src/send_message.c
14634                 GTK2 for the incorporation dialog. The CList isn't dead
14635                 yet, for a more smooth migration. Patch by Alfons.
14636
14637 2005-01-06 [colin]      0.9.13cvs28.2
14638
14639         * src/prefs_display_header.c
14640                 GTK2 conversion by Alfons
14641         * src/prefs_actions.c
14642         * src/prefs_matcher.c
14643                 Fix 2 leaks - patch by Alfons
14644
14645 2005-01-06 [colin]      0.9.13cvs28.1
14646
14647         * src/prefs_matcher.c
14648                 Sync with HEAD
14649
14650 2005-01-06 [colin]      0.9.13cvs27.4
14651
14652         * src/prefs_matcher.c
14653                 Fix double-free. Patch by Alfons
14654
14655 2005-01-06 [colin]      0.9.13cvs27.3
14656
14657         * src/prefs_matcher.c
14658                 GTK2 widgets + memleak
14659                 Patch by Alfons
14660
14661 2005-01-05 [colin]      0.9.13cvs27.2
14662
14663         * src/account.c
14664         * src/addr_compl.c
14665         * src/foldersel.c
14666         * src/stock_pixmap.c
14667         * src/stock_pixmap.h
14668                 3 more GTK2 patches by Alfons.
14669
14670 2005-01-04 [colin]      0.9.13cvs27.1
14671
14672         * src/folderview.c
14673         * src/imap_gtk.c
14674         * src/news_gtk.c
14675                 Sync with HEAD
14676
14677 2005-01-04 [colin]      0.9.13cvs25.9
14678
14679         * src/compose.c
14680                 Fix Show Ruler menuitem
14681         * src/prefs_template.c
14682                 Convert to GTK2
14683         * src/common/utils.c
14684                 Make auto pointer stuff handles NULLs
14685                 Patches by Alfons.
14686
14687 2005-01-04 [colin]      0.9.13cvs25.8
14688
14689         * src/compose.c
14690                 Move the attachment list to gtk2
14691                 Patch by Alfons.
14692
14693 2005-01-04 [colin]      0.9.13cvs25.7
14694
14695         * src/textview.c
14696                 Make some keys work again
14697                 Patch by SungHyun Nam <namsh@kldp.org>
14698
14699 2005-01-04 [colin]      0.9.13cvs25.6
14700
14701         * src/gtk/gtkshruler.c
14702                 Move the ruler to GTK2
14703                 Patch by Alfons
14704
14705 2005-01-03 [colin]      0.9.13cvs25.5
14706
14707         * src/compose.c
14708                 Fix my broken patch apply 
14709
14710 2005-01-03 [colin]      0.9.13cvs25.4
14711
14712         * src/common/utils.c
14713         * src/common/utils.h
14714         * src/gtk/prefswindow.c
14715                 Move auto pointer stuff to utils.c
14716                 Patch by Alfons again :)
14717
14718 2005-01-03 [colin]      0.9.13cvs25.3
14719
14720         * src/compose.c
14721         * src/prefs_gtk.c
14722         * src/prefs_template.c
14723         * src/textview.c
14724                 Empty text widgets with empty strings, not NULL char
14725                 Patch by SungHyun Nam <namsh@kldp_org>
14726
14727 2005-01-03 [colin]      0.9.13cvs25.2
14728
14729         * src/main.c
14730         * AUTHORS
14731                 Sync with HEAD
14732
14733 2005-01-03 [colin]      0.9.13cvs25.1
14734
14735         * src/pop.c
14736         * src/pop.h
14737                 Sync with HEAD
14738
14739 2005-01-03 [colin]      0.9.13cvs24.3
14740
14741         * src/account.c
14742                 Two patches from Alfons and Alex S Moore:
14743                 fix images, fix return value.
14744
14745 2005-01-01 [colin]      0.9.13cvs24.2
14746
14747         * src/prefs_actions.c
14748                 Fix over-zealous assertion. Patch by Alfons
14749
14750 2005-01-01 [colin]      0.9.13cvs24.1
14751
14752         * src/procmime.c
14753                 Sync with HEAD (leak fix)
14754
14755 2004-12-31 [colin]      0.9.13cvs23.2
14756
14757         * src/prefs_common.c
14758                 GTK2 widgets + stock buttons - patch by Alfons
14759
14760 2004-12-31 [paul]       0.9.13cvs23.1
14761
14762         * configure.ac
14763                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14764         * src/gtk/pluginwindow.c
14765                 use GTK2 widgets and plug memory leaks,
14766                 patches by Alfons
14767
14768 2004-12-30 [colin]      0.9.13cvs22.4
14769
14770         * src/account.c
14771         * src/action.c
14772         * src/export.c
14773         * src/foldersel.c
14774         * src/import.c
14775         * src/message_search.c
14776         * src/prefs_actions.c
14777         * src/prefs_common.c
14778         * src/prefs_customheader.c
14779         * src/prefs_filtering.c
14780         * src/prefs_summary_column.c
14781         * src/summary_search.c
14782         * src/gtk/about.c
14783         * src/gtk/description_window.c
14784         * src/gtk/gtkutils.c
14785         * src/gtk/gtkutils.h
14786         * src/gtk/inputdialog.c
14787         * src/gtk/prefswindow.c
14788                 Use GTK2 stock buttons. Patches by Alfons.
14789
14790 2004-12-30 [colin]      0.9.13cvs22.3
14791
14792         * src/account.c
14793                 Sync with HEAD
14794         * src/prefs_actions.c
14795         * src/prefs_customheader.c
14796         * src/prefs_filtering.c
14797         * src/prefs_msg_colors.c
14798         * src/prefs_summary_column.c
14799         * src/gtk/prefswindow.c
14800                 Use GtkTreeView instead of deprecated 
14801                 widgets. Patches by Alfons.
14802
14803 2004-12-30 [paul]       0.9.13cvs22.2
14804
14805         * src/foldersel.c
14806                 use GTK 2 Tree View
14807                 patch by Alfons, with root folder sorting fix
14808                 by Stephan Sachse
14809
14810 2004-12-30 [paul]       0.9.13cvs22.1
14811
14812         * ChangeLog
14813         * ChangeLog.claws
14814         * ChangeLog.jp
14815         * NEWS
14816         * configure.ac
14817         * src/account.c
14818                 sync with HEAD
14819
14820 2004-12-22 [martin]     0.9.13cvs21.2
14821
14822         * src/action.c
14823                 free the command line after its use
14824
14825 2004-12-18 [paul]       0.9.13cvs21.1
14826
14827         * AUTHORS
14828         * ChangeLog
14829         * ChangeLog.claws
14830         * ChangeLog.jp
14831         * NEWS
14832         * configure.ac
14833         * src/action.c
14834         * src/compose.c
14835         * src/syldap.c
14836                 sync with HEAD
14837
14838 2004-12-17 [martin]     0.9.13cvs17.2
14839
14840         * src/action.c
14841                 convert actions input to locale
14842         * src/inc.c
14843                 convert notification command to locale
14844         * src/plugins/pgpmime/select-keys.c
14845                 convert attributes to utf8
14846
14847 2004-12-14 [colin]      0.9.13cvs17.1
14848
14849         * ChangeLog
14850         * ChangeLog.jp
14851         * ChangeLog.claws
14852         * src/action.c
14853         * src/common/utils.c
14854         * src/gtk/prefswindow.c
14855         * src/gtk/gtkutils.c
14856         * src/gtk/gtkutils.h
14857         * src/plugins/spamassassin/libspamc.c
14858                 Sync with HEAD
14859
14860 2004-12-13 [colin]      0.9.13cvs14.1
14861
14862         * src/quote_fmt_parse.y
14863                 Sync with HEAD
14864
14865 2004-12-10 [colin]      0.9.13cvs12.1
14866
14867         * src/prefs_themes.c
14868         * src/mainwindow.c
14869         * src/messageview.c
14870                 Sync with HEAD
14871
14872 2004-12-09 [colin]      0.9.13cvs10.1
14873
14874         * src/procmime.c
14875                 Sync with HEAD (fix B64 encoding from memory)
14876
14877 2004-12-08 [colin]      0.9.13cvs9.1
14878
14879         * src/gtk/colorlabel.c
14880                 Sync with HEAD
14881
14882 2004-12-08 [paul]       0.9.13cvs8.2
14883
14884         * src/gtk/pluginwindow.c
14885                 fix window resizing oddities
14886
14887 2004-12-08 [colin]      0.9.13cvs8.1
14888
14889         * src/quote_fmt_parse.y
14890                 Sync with HEAD
14891
14892 2004-12-08 [colin]      0.9.13cvs7.1
14893
14894         * src/matcher_parser_parse.y
14895         * src/msgcache.c
14896         * src/prefs_matcher.c
14897         * src/procheader.c
14898         * src/matcher.c
14899         * src/common/defs.h
14900         * po/sr.po
14901                 Sync with HEAD
14902
14903 2004-12-08 [colin]      0.9.13cvs6.1
14904
14905         * src/quote_fmt_parse.y
14906         * src/textview.c
14907                 Sync with HEAD
14908         * src/gtk/prefswindow.c
14909         * src/gtk/pluginwindow.c
14910                 Fix G_CALLBACKS protos (thanks to Alfons)
14911
14912 2004-12-07 [torte]      0.9.13cvs2.2
14913
14914         * src/procmime.c
14915                 [Bug 650] reply button causes crash
14916                 Thanks to David Relson and Christoph
14917
14918 2004-12-07 [colin]      0.9.13cvs2.1
14919
14920         * ChangeLog.claws
14921         * AUTHORS
14922         * po/sk.po
14923         * src/procmime.c
14924         * src/prefs_account.c
14925         * src/common/smtp.c
14926         * src/common/smtp.h
14927                 Sync with HEAD
14928
14929 2004-12-06 [colin]      0.9.12cvs187.1
14930
14931         * ChangeLog.claws
14932         * INSTALL
14933         * Makefile.am
14934         * README.claws
14935         * TODO.claws
14936         * configure.ac
14937         * po/bg.po
14938         * po/cs.po
14939         * po/el.po
14940         * po/en_GB.po
14941         * po/es.po
14942         * po/fr.po
14943         * po/hr.po
14944         * po/hu.po
14945         * po/it.po
14946         * po/ja.po
14947         * po/ko.po
14948         * po/nl.po
14949         * po/pl.po
14950         * po/pt_BR.po
14951         * po/ru.po
14952         * po/sk.po
14953         * po/sr.po
14954         * po/sv.po
14955         * po/zh_CN.po
14956         * po/zh_TW.Big5.po
14957         * src/compose.c
14958         * tools/Makefile.am
14959         * tools/README
14960         * tools/filter_conv.pl
14961         * tools/kdeservicemenu/README
14962         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14963         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14964                 Sync with HEAD
14965
14966 2004-12-04 [colin]      0.9.12cvs183.1
14967
14968         * src/compose.c
14969                 Sync with HEAD (compose window position saving)
14970
14971 2004-12-04 [paul]       0.9.12cvs182.3
14972
14973         * src/messageview.c
14974         * src/mimeview.c
14975         * src/prefs_customheader.c
14976         * src/gtk/quicksearch.c
14977                 replace some forgotten GTK_SIGNAL_FUNCs
14978
14979 2004-12-04 [paul]       0.9.12cvs182.2
14980
14981         * src/Makefile.am
14982                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14983                 committed in error      
14984
14985 2004-12-04 [paul]       0.9.12cvs182.1
14986
14987         * ChangeLog
14988         * ChangeLog.claws
14989         * ChangeLog.jp
14990         * INSTALL
14991         * NEWS
14992         * README
14993         * README.jp
14994         * configure.ac
14995         * doc/manual/ja/Makefile.am
14996         * doc/manual/ja/sylpheed-1.html
14997         * doc/manual/ja/sylpheed-10.html
14998         * doc/manual/ja/sylpheed-11.html
14999         * doc/manual/ja/sylpheed-12.html
15000         * doc/manual/ja/sylpheed-13.html
15001         * doc/manual/ja/sylpheed-14.html
15002         * doc/manual/ja/sylpheed-15.html
15003         * doc/manual/ja/sylpheed-16.html
15004         * doc/manual/ja/sylpheed-17.html
15005         * doc/manual/ja/sylpheed-18.html
15006         * doc/manual/ja/sylpheed-19.html
15007         * doc/manual/ja/sylpheed-2.html
15008         * doc/manual/ja/sylpheed-20.html
15009         * doc/manual/ja/sylpheed-3.html
15010         * doc/manual/ja/sylpheed-4.html
15011         * doc/manual/ja/sylpheed-5.html
15012         * doc/manual/ja/sylpheed-6.html
15013         * doc/manual/ja/sylpheed-7.html
15014         * doc/manual/ja/sylpheed-8.html
15015         * doc/manual/ja/sylpheed-9.html
15016         * doc/manual/ja/sylpheed.html
15017         * doc/manual/ja/sylpheed.sgml
15018         * po/de.po
15019         * src/Makefile.am
15020         * src/compose.c
15021         * src/procmime.c
15022         * src/pixmaps/regular.xpm **REMOVED**
15023         * src/plugins/pgpmime/pgpmime.c
15024         * src/plugins/pgpmime/plugin.c
15025         * src/plugins/pgpmime/prefs_gpg.c
15026                 sync with HEAD
15027
15028 2004-12-03 [paul]       0.9.12cvs180.1
15029
15030         * ChangeLog
15031         * ChangeLog.claws
15032         * ChangeLog.jp
15033         * configure.ac
15034         * src/Makefile.am
15035         * src/pop.c
15036         * src/common/utils.c
15037         * src/common/utils.h
15038         * src/pixmaps/continue.xpm
15039         * src/pixmaps/dir_close.xpm
15040         * src/pixmaps/dir_open.xpm
15041         * src/pixmaps/drafts_close.xpm
15042         * src/pixmaps/drafts_open.xpm
15043         * src/pixmaps/folder.xpm **REMOVED**
15044         * src/pixmaps/group.xpm
15045         * src/pixmaps/unread.xpm
15046                 sync with HEAD
15047
15048 2004-12-02 [colin]      0.9.12cvs179.1
15049
15050         * src/compose.c
15051                 Sync with HEAD (non-duplicated reedition)
15052
15053 2004-12-02 [colin]      0.9.12cvs178.1
15054
15055         * src/compose.c
15056                 Sync with HEAD (linewrap_quote fix)
15057
15058 2004-12-01 [colin]      0.9.12cvs177.3
15059
15060         * src/addrharvest.c
15061                 Replace sizeof with strlen
15062
15063 2004-12-01 [paul]       0.9.12cvs177.2
15064
15065         * src/addrharvest.c
15066                 fix 'harvest addresses'
15067
15068 2004-11-30 [colin]      0.9.12cvs177.1
15069
15070         * src/gtk/prefswindow.c
15071         * src/gtk/pluginwindow.c
15072                 Sync with HEAD
15073
15074 2004-11-29 [colin]      0.9.12cvs176.1
15075
15076         * src/folderview.c
15077                 sync with HEAD (Fix disappearing separators in folderview's popup)
15078
15079 2004-11-29 [colin]      0.9.12cvs175.1
15080
15081         * src/procmime.c
15082                 Sync with head (another format fix)
15083
15084 2004-11-29 [colin]      0.9.12cvs174.1
15085
15086         * src/pop.c
15087                 Sync with HEAD (format string fix)
15088
15089 2004-11-26 [colin]      0.9.12cvs173.1
15090
15091         * src/common/smtp.c
15092         * src/common/smtp.h
15093                 Sync with HEAD
15094
15095 2004-11-24 [colin]      0.9.12cvs172.1
15096
15097         * src/plugins/pgpmime/pgpmime.c
15098                 Sync with HEAD
15099
15100 2004-11-24 [colin]      0.9.12cvs171.1
15101
15102         * src/plugins/pgpmime/pgpmime.c
15103                 Sync with head (gpgmectx leaks)
15104
15105 2004-11-24 [colin]      0.9.12cvs169.1
15106
15107         * src/plugins/pgpmime/plugin.c
15108         * src/plugins/trayicon/Makefile.am
15109         * src/plugins/trayicon/newmarkedmail.xpm
15110         * src/plugins/trayicon/trayicon.c
15111         * src/plugins/trayicon/unreadmarkedmail.xpm
15112                 Sync with HEAD
15113
15114 2004-11-23 [colin]      0.9.12cvs168.1
15115
15116         * src/partial_download.c
15117         * src/partial_download.h
15118         * src/plugins/pgpmime/plugin.c
15119                 Sync with HEAD
15120
15121 2004-11-23 [colin]      0.9.12cvs166.1
15122
15123         * src/Makefile.am
15124         * src/codeconv.c
15125         * src/compose.c
15126         * src/folderview.c
15127         * src/main.c
15128         * src/partial_download.c
15129         * src/partial_download.h
15130         * src/prefs_account.c
15131         * src/prefs_account.h
15132         * src/privacy.c
15133         * src/privacy.h
15134         * src/procmime.c
15135         * src/common/Makefile.am
15136         * src/common/base64.h
15137         * src/common/partial_download.c
15138         * src/common/partial_download.h
15139         * src/gtk/prefswindow.c
15140         * src/gtk/prefswindow.h
15141         * src/plugins/pgpmime/pgpmime.c
15142         * src/plugins/pgpmime/prefs_gpg.c
15143         * src/plugins/pgpmime/prefs_gpg.h
15144         * src/plugins/pgpmime/sgpgme.c
15145         * src/plugins/pgpmime/sgpgme.h
15146                 Sync with HEAD
15147
15148 2004-11-23 [colin]      0.9.12cvs163.1
15149
15150         * src/main.c
15151                 Sync with HEAD (cursor optimization)
15152
15153 2004-11-23 [colin]      0.9.12cvs162.1
15154
15155         * src/prefs_common.c
15156         * src/prefs_themes.c
15157         * src/procmsg.c
15158                 Sync with HEAD
15159
15160 2004-11-23 [colin]      0.9.12cvs158.9
15161
15162         * src/compose.c
15163                 Fix double-free when forwarding
15164         * src/msgcache.c
15165                 Fix leak on error path
15166                 
15167
15168 2004-11-23 [colin]      0.9.12cvs158.8
15169
15170         * src/compose.c
15171                 Fix possible double-free
15172                 Spotted by Alfons
15173
15174 2004-11-23 [colin]      0.9.12cvs158.7
15175
15176         * src/compose.c
15177                 Fix some signal handlers' prototypes
15178                 Spotted by Alfons
15179
15180 2004-11-22 [colin]      0.9.12cvs158.6
15181
15182         * src/compose.c
15183                 Remove unneeded code and duplicated
15184                 wrapping - patch by Alfons
15185
15186 2004-11-22 [colin]      0.9.12cvs158.5
15187
15188         * src/prefs_themes.c
15189                 Fix oversized selector
15190
15191 2004-11-22 [colin]      0.9.12cvs158.4
15192
15193         * src/compose.c
15194                 fix dump_text()
15195                 patch by Alfons
15196
15197 2004-11-19 [colin]      0.9.12cvs158.3
15198
15199         * src/textview.c
15200                 Add a context menu on links (open, copy)
15201
15202 2004-11-18 [paul]       0.9.12cvs158.2
15203
15204         * src/addrgather.c
15205         * src/exphtmldlg.c
15206         * src/expldifdlg.c
15207         * src/mimeview.c
15208         * src/prefs_common.c
15209         * src/plugins/image_viewer/viewer.c
15210         * src/plugins/spamassassin/spamassassin_gtk.c
15211                 replace deprecated gtk_notebook_set_page
15212                 and gtk_notebook_current_page
15213
15214 2004-11-18 [paul]       0.9.12cvs158.1
15215
15216         * configure.ac
15217         * src/compose.c
15218         * src/mainwindow.c
15219         * src/messageview.c
15220         * src/prefs_common.c
15221         * src/common/utils.c
15222         * src/common/utils.h
15223                 sync with HEAD
15224
15225 2004-11-17 [colin]      0.9.12cvs156.1
15226
15227         * src/prefs_account.c
15228         * src/prefs_account.h
15229         * src/procmsg.c
15230                 Sync with HEAD (add pref to store encrypted mails encrypted)
15231
15232 2004-11-17 [paul]       0.9.12cvs155.1
15233
15234         * ChangeLog
15235         * ChangeLog.claws
15236         * ChangeLog.jp
15237         * NEWS
15238         * configure.ac
15239         * src/compose.c
15240         * src/jpilot.c
15241         * src/privacy.c
15242         * src/procmime.c
15243         * src/procmime.h
15244         * src/procmsg.c
15245         * src/toolbar.c
15246         * src/pixmaps/error.xpm
15247                 sync with HEAD
15248
15249 2004-11-17 [colin]      0.9.12cvs151.1
15250
15251         * src/plugins/pgpmime/pgpmime.c
15252                 Sync with HEAD (remove debug printf)
15253
15254 2004-11-17 [colin]      0.9.12cvs150.1
15255
15256         * src/plugins/pgpmime/pgpmime.c
15257                 Sync with HEAD (off-by-one fix)
15258
15259 2004-11-17 [colin]      0.9.12cvs149.1
15260
15261         * src/procmsg.c
15262                 Sync with HEAD (coding style fixes)
15263
15264 2004-11-16 [colin]      0.9.12cvs148.1
15265
15266         * src/procmsg.c
15267                 Sync with head (Fix the fix)
15268
15269 2004-11-16 [colin]      0.9.12cvs147.1
15270
15271         * src/procmsg.c
15272                 Sync with Main (leak fix)
15273
15274 2004-11-16 [colin]      0.9.12cvs146.14
15275
15276         * src/compose.c
15277                 Remove useless chunk of code
15278                 Patch by Alfons
15279
15280 2004-11-15 [colin]      0.9.12cvs146.13
15281
15282         * src/compose.c
15283                 Fix drafting after insertion
15284                 Patch by Alfons
15285
15286 2004-11-15 [colin]      0.9.12cvs146.12
15287
15288         * src/compose.c
15289         * src/prefs_filtering.c
15290         * src/prefs_filtering_action.c
15291         * src/prefs_toolbar.c
15292                 Fix some const-correctness
15293
15294 2004-11-15 [colin]      0.9.12cvs146.11
15295
15296         * src/summaryview.c
15297         * src/prefs_themes.c
15298         * src/messageview.c
15299                 Fix some leaks
15300
15301 2004-11-15 [colin]      0.9.12cvs146.10
15302
15303         * src/codeconv.c
15304                 More unreadable locale fixes
15305
15306 2004-11-14 [colin]      0.9.12cvs146.9
15307
15308         * src/textview.c
15309                 Fix uri_security_check
15310                 Patch by Alfons
15311
15312 2004-11-13 [paul]       0.9.12cvs146.8
15313
15314         * src/folder.c
15315         * src/procmime.c
15316                 fix 2 bugs introduced in last commit
15317
15318 2004-11-13 [paul]       0.9.12cvs146.7
15319
15320         * src/compose.c
15321         * src/exporthtml.c
15322         * src/exportldif.c
15323         * src/folder.c
15324         * src/imap.c
15325         * src/imap_gtk.c
15326         * src/main.c
15327         * src/mainwindow.c
15328         * src/messageview.c
15329         * src/mh_gtk.c
15330         * src/prefs_themes.c
15331         * src/procmime.c
15332         * src/setup.c
15333         * src/summaryview.c
15334                 replace deprecated g_basename
15335
15336 2004-11-13 [paul]       0.9.12cvs146.6
15337
15338         * src/compose.c
15339         * src/imap.c
15340         * src/matcher_parser.h
15341         * src/matcher_parser_parse.y
15342         * src/prefs_filtering.c
15343         * src/prefs_filtering_action.c
15344         * src/prefs_themes.c
15345         * src/prefs_toolbar.c
15346         * src/common/utils.c
15347                 various small fixes/cleanups
15348
15349 2004-11-12 [colin]      0.9.12cvs146.5
15350
15351         * src/textview.c
15352                 Validate event's origin on visibility notify
15353                 Patch by Alfons.
15354
15355 2004-11-12 [paul]       0.9.12cvs146.4
15356
15357         * src/exporthtml.c
15358         * src/exportldif.c
15359         * src/imap.c
15360         * src/mh.c
15361         * src/mimeview.c
15362         * src/prefs_spelling.c
15363         * src/prefs_themes.c
15364                 replace deprecated g_dirname    
15365
15366 2004-11-12 [colin]      0.9.12cvs146.3
15367
15368         * src/textview.c
15369                 Some coding style fixes
15370
15371 2004-11-12 [colin]      0.9.12cvs146.2
15372
15373         * src/codeconv.c
15374                 We want to replace _all_ extended chars in
15375                 conv_unreadable_*, because any string containing
15376                 extended chars not parsing as UTF8 is 
15377                 undisplayed on gtk2.
15378
15379 2004-11-12 [paul]       0.9.12cvs146.1
15380
15381         * ChangeLog
15382         * ChangeLog.claws
15383         * ChangeLog.jp
15384         * NEWS
15385         * configure.ac
15386         * src/account.c
15387         * src/folderview.c
15388         * src/folderview.h
15389         * src/imap.c
15390         * src/imap_gtk.c
15391         * src/inc.c
15392         * src/mainwindow.c
15393         * src/mh_gtk.c
15394         * src/news_gtk.c
15395         * src/pop.c
15396         * src/prefs_account.c
15397         * src/prefs_account.h
15398         * src/prefs_ext_prog.c
15399         * src/procmime.c
15400         * src/procmime.h
15401         * src/procmsg.c
15402         * src/procmsg.h
15403         * src/summary_search.c
15404         * src/summaryview.c
15405         * src/textview.c
15406         * src/common/defs.h
15407         * src/common/utils.c
15408         * src/common/utils.h
15409         * src/gtk/menu.c
15410         * src/gtk/menu.h
15411                 sync with HEAD
15412
15413 2004-11-11 [colin]      0.9.12cvs144.2
15414
15415         * src/textview.c
15416                 Fix URI range selection (patch by Alfons)
15417
15418 2004-11-09 [colin]      0.9.12cvs144.1
15419
15420         * ChangeLog.claws
15421         * src/compose.c
15422         * src/folder.c
15423         * src/folder_item_prefs.c
15424         * src/prefs_account.c
15425         * src/prefs_account.h
15426         * src/plugins/pgpmime/pgpmime.c
15427                 Sync with HEAD
15428
15429 2004-11-08 [colin]      0.9.12cvs143.1
15430
15431         * src/summaryview.c
15432                 Sync with HEAD (optimize quicksearch)
15433
15434 2004-11-08 [colin]      0.9.12cvs142.2
15435
15436         * src/compose.c
15437                 Don't wrap when Edit/Auto wrapping is disabled
15438
15439 2004-11-08 [colin]      0.9.12cvs142.1
15440
15441         * src/textview.c
15442                 Sync with HEAD
15443
15444 2004-11-08 [colin]      0.9.12cvs141.1
15445
15446         * src/textview.c
15447                 Sync with HEAD (fix some mail URIs)
15448
15449 2004-11-08 [colin]      0.9.12cvs140.3
15450
15451         * src/textview.c
15452                 o Use text cursor instead of arrow when
15453                   not on a link
15454                 o Fix handling of contiguous links (as in
15455                   "colin@colino.net" <colin@colino.net>)
15456                   This one unveils a bug in get_email_part()
15457
15458 2004-11-07 [colin]      0.9.12cvs140.2
15459
15460         * src/textview.c
15461                 Fix memleak. Patch by Alfons.
15462
15463 2004-11-06 [colin]      0.9.12cvs140.1
15464
15465         * src/compose.c
15466                 Sync with HEAD (don't ask passphrase
15467                 when drafting)
15468
15469 2004-11-06 [paul]       0.9.12cvs139.2
15470
15471         * AUTHORS
15472         * src/textview.c
15473         * src/textview.h
15474                 textview URI handling. hovering over a 
15475                 link displays it in the status bar,
15476                 and changes the mouse pointer to a hand 
15477                 cursor. a link is activated with a single 
15478                 click. (Modified from the) patch by Jean-Yves 
15479                 Lefort <jylefort@users.sourceforge.net>
15480                 
15481
15482 2004-11-05 [colin]      0.9.12cvs139.1
15483
15484         * src/compose.c
15485         * src/procmime.c
15486                 Sync with HEAD again ^^
15487
15488 2004-11-05 [colin]      0.9.12cvs139.1
15489
15490         * src/compose.c
15491         * src/procmime.c
15492                 Sync with HEAD
15493
15494 2004-11-03 [paul]       0.9.12cvs138.1
15495
15496         * ChangeLog.claws
15497         * configure.ac
15498         * po/POTFILES.in
15499         * src/prefs_ext_prog.c
15500         * src/procmime.c
15501         * tools/kdeservicemenu/README
15502         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15503         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15504                 sync with HEAD
15505
15506 2004-11-01 [christoph]  0.9.12cvs136.2
15507
15508         * src/procmime.c
15509                 convert MIME parameters to UTF-8
15510
15511 2004-10-29 [colin]      0.9.12cvs136.1
15512
15513         * src/common/utils.c
15514                 Sync with HEAD (don't use '=' in mime boundary)
15515
15516 2004-10-29 [paul]       0.9.12cvs135.1
15517
15518         * configure.ac
15519         * doc/src/rfc2231.txt
15520         * src/procmime.c
15521         * src/common/quoted-printable.c
15522         * src/common/utils.c
15523         * src/common/utils.h
15524                 sync with HEAD
15525
15526 2004-10-27 [paul]       0.9.12cvs134.1
15527
15528         * configure.ac
15529         * src/main.c
15530         * src/procmime.c
15531         * src/plugins/pgpmime/pgpmime.c
15532                 sync with HEAD
15533
15534 2004-10-26 [paul]       0.9.12cvs132.3
15535
15536         * src/account.c
15537         * src/addressbook.c
15538         * src/addrgather.c
15539         * src/addrharvest.c
15540         * src/codeconv.c
15541         * src/compose.c
15542         * src/customheader.c
15543         * src/editaddress.c
15544         * src/editgroup.c
15545         * src/enriched.c
15546         * src/expldifdlg.c
15547         * src/exporthtml.c
15548         * src/exportldif.c
15549         * src/folder.c
15550         * src/foldersel.c
15551         * src/folderview.c
15552         * src/grouplistdialog.c
15553         * src/html.c
15554         * src/imap.c
15555         * src/jpilot.c
15556         * src/ldapserver.c
15557         * src/ldif.c
15558         * src/mimeview.c
15559         * src/news.c
15560         * src/news_gtk.c
15561         * src/pop.c
15562         * src/prefs_display_header.c
15563         * src/prefs_gtk.c
15564         * src/prefs_msg_colors.c
15565         * src/prefs_toolbar.c
15566         * src/procheader.c
15567         * src/procmime.c
15568         * src/summaryview.c
15569         * src/textview.c
15570         * src/toolbar.c
15571         * src/vcard.c
15572         * src/common/mgutils.c
15573         * src/common/nntp.c
15574         * src/common/smtp.c
15575         * src/common/template.c
15576         * src/common/utils.c
15577         * src/common/xmlprops.c
15578         * src/plugins/pgpmime/pgpmime.c
15579         * src/plugins/pgpmime/select-keys.c
15580         * src/plugins/pgpmime/sgpgme.c
15581                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15582                 g_string_sprintfa(), gtk_notebook_current_page()
15583
15584 2004-10-26 [colin]      0.9.12cvs132.2
15585
15586         * src/prefs_folder_item.c
15587                 Fix default-account selection
15588
15589 2004-10-21 [colin]      0.9.12cvs133
15590
15591         * src/compose.c
15592                 Sync with HEAD (Remove extra separator in compose's Options)
15593         * src/textview.c
15594                 Set wrapping to char
15595
15596 2004-10-21 [paul]       0.9.12cvs131.2
15597
15598         * src/compose.c
15599         * src/sourcewindow.c
15600                 fix wrapping
15601                 fix window shrinking 
15602
15603 2004-10-21 [colin]      0.9.12cvs131.1
15604
15605         * ChangeLog.claws
15606         * src/compose.c
15607                 Sync with HEAD
15608
15609 2004-10-21 [paul]       0.9.12cvs130.2
15610
15611         * src/prefs_folder_item.c
15612                 sync with HEAD (Apply to subfolders)
15613
15614 2004-10-19 [colin]      0.9.12cvs130.1
15615
15616         * ChangeLog.claws
15617         * src/compose.c
15618         * src/common/utils.c
15619         * src/gtk/menu.c
15620                 Sync with HEAD
15621
15622 2004-10-19 [colin]      0.9.12cvs128.1
15623
15624         * src/addrbook.c
15625         * src/addrcache.c
15626         * src/addressbook.c
15627         * src/codeconv.c
15628         * src/compose.c
15629         * src/customheader.c
15630         * src/editaddress.c
15631         * src/editgroup.c
15632         * src/exporthtml.c
15633         * src/folder.c
15634         * src/folderview.c
15635         * src/imap.c
15636         * src/jpilot.c
15637         * src/main.c
15638         * src/matcher_parser_parse.y
15639         * src/mbox.c
15640         * src/pop.c
15641         * src/prefs_account.c
15642         * src/prefs_gtk.c
15643         * src/prefs_msg_colors.c
15644         * src/procheader.c
15645         * src/procmime.c
15646         * src/procmime.h
15647         * src/procmsg.c
15648         * src/summaryview.c
15649         * src/textview.c
15650         * src/common/base64.c
15651         * src/common/partial_download.c
15652         * src/common/socket.c
15653         * src/common/sylpheed.c
15654         * src/common/utils.c
15655         * src/common/utils.h
15656         * src/gtk/pluginwindow.c
15657         * src/gtk/quicksearch.c
15658         * src/plugins/clamav/clamav_plugin.c
15659         * src/plugins/clamav/clamav_plugin.h
15660         * src/plugins/clamav/clamav_plugin_gtk.c
15661         * src/plugins/pgpmime/passphrase.c
15662         * src/plugins/pgpmime/pgpmime.c
15663         * src/plugins/pgpmime/plugin.c
15664         * src/plugins/pgpmime/prefs_gpg.c
15665         * src/plugins/pgpmime/prefs_gpg.h
15666         * src/plugins/pgpmime/select-keys.c
15667         * src/plugins/pgpmime/sgpgme.c
15668         * src/plugins/spamassassin/libspamc.c
15669         * src/plugins/spamassassin/spamassassin.c
15670         * src/plugins/spamassassin/spamassassin.h
15671         * src/plugins/spamassassin/spamassassin_gtk.c
15672         * src/plugins/trayicon/trayicon.c
15673         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15674                 Sync with HEAD
15675
15676 2004-10-14 [colin]      0.9.12cvs126.2
15677
15678         * src/codeconv.c
15679         * src/textview.c
15680                 Fix conv_unreadable_locale
15681
15682 2004-10-13 [colin]      0.9.12cvs126.1
15683
15684         * src/compose.c
15685                 Sync with HEAD (don't convert charset for 
15686                 drafted messages, minor cleanup)
15687
15688 2004-10-13 [colin]      0.9.12cvs125.1
15689
15690         * po/POTFILES.in
15691                 Sync with HEAD (POTFILES fix)
15692
15693 2004-10-12 [colin]      0.9.12cvs124.3
15694
15695         * src/compose.c
15696                 Fix encoding bug from latest sync
15697
15698 2004-10-12 [paul]       0.9.12cvs124.2
15699
15700         * src/plugins/pgpmime/prefs_gpg.c
15701         * src/plugins/pgpmime/prefs_gpg.h
15702                 forgotten in last commit        
15703
15704 2004-10-12 [paul]       0.9.12cvs124.1
15705
15706         * ChangeLog.claws
15707         * configure.ac
15708         * m4/spamassassin.m4
15709         * src/Makefile.am
15710         * src/account.c
15711         * src/compose.c
15712         * src/compose.h
15713         * src/crash.c
15714         * src/main.c
15715         * src/mimeview.c
15716         * src/passphrase.c
15717         * src/passphrase.h
15718         * src/prefs_account.c
15719         * src/prefs_account.h
15720         * src/prefs_common.c
15721         * src/privacy.c
15722         * src/privacy.h
15723         * src/procmime.c
15724         * src/procmime.h
15725         * src/procmsg.c
15726         * src/rfc2015.c
15727         * src/rfc2015.h
15728         * src/select-keys.c
15729         * src/select-keys.h
15730         * src/textview.c
15731         * src/common/utils.c
15732         * src/common/utils.h
15733         * src/gtk/about.c
15734         * src/plugins/pgpmime/Makefile.am
15735         * src/plugins/pgpmime/passphrase.c
15736         * src/plugins/pgpmime/passphrase.h
15737         * src/plugins/pgpmime/pgpmime.c
15738         * src/plugins/pgpmime/plugin.c
15739         * src/plugins/pgpmime/select-keys.c
15740         * src/plugins/pgpmime/select-keys.h
15741         * src/plugins/pgpmime/sgpgme.c
15742         * src/plugins/pgpmime/sgpgme.h
15743                 sync with HEAD
15744
15745 2004-10-04 [colin]      0.9.12cvs122.1
15746
15747         * src/mainwindow.c
15748         * src/messageview.c
15749         * src/messageview.h
15750         * src/textview.c
15751                 Sync with HEAD
15752
15753 2004-10-04 [colin]      0.9.12cvs121.1
15754
15755         * src/summaryview.c
15756                 Sync with HEAD
15757
15758 2004-10-04 [paul]       0.9.12cvs120.1
15759
15760         * configure.ac
15761                 sync with HEAD [don't try to build 
15762                 pgpmime plugin when gpgme is disabled]
15763
15764 2004-10-03 [colin]      0.9.12cvs119.3
15765
15766         * src/gtk/gtksctree.c
15767                 Lots of side effects. Put back as before 117.2.
15768         * src/summaryview.c
15769                 Fix bug #602
15770
15771 2004-10-03 [colin]      0.9.12cvs119.2
15772
15773         * src/gtk/gtksctree.c
15774                 Revert 608 fix that doesn't work that good
15775
15776 2004-10-02 [colin]      0.9.12cvs119.1
15777
15778         * src/mainwindow.c
15779         * src/messageview.c
15780         * src/prefs_common.h
15781         * src/procmime.c
15782         * src/procmime.h
15783         * src/textview.c
15784                 Sync with HEAD
15785         * src/gtk/gtksctree.c
15786                 Close bug #608
15787
15788 2004-10-01 [colin]      0.9.12cvs118.1
15789
15790         * src/mimeview.c
15791                 Sync with HEAD (better Save All fix)
15792
15793 2004-10-01 [colin]      0.9.12cvs117.2
15794
15795         * src/gtk/gtksctree.c
15796                 Faster on selection
15797
15798 2004-10-01 [colin]      0.9.12cvs117.1
15799
15800         * src/mimeview.c
15801                 Sync with HEAD (Save All: only attachments)
15802
15803 2004-10-01 [paul]       0.9.12cvs116.1
15804
15805         * ChangeLog.claws
15806         * configure.ac
15807         * src/account.c
15808         * src/prefs_common.c
15809         * src/gtk/colorlabel.c
15810                 sync with HEAD
15811
15812 2004-09-30 [colin]      0.9.12cvs115.1
15813
15814         * src/stock_pixmap.c
15815         * src/stock_pixmap.h
15816         * src/folderview.c
15817         * src/Makefile.am
15818         * src/pixmaps/read.xpm
15819                 Sync with HEAD (new pixmap)
15820
15821 2004-09-29 [colin]      0.9.12cvs114.1
15822
15823         * src/compose.c
15824                 Sync with HEAD
15825                 Fix focus handling in headers
15826
15827 2004-09-29 [paul]       0.9.12cvs113.1
15828
15829         * src/quote_fmt_parse.y
15830                 sync with HEAD
15831  
15832
15833 2004-09-28 [colin]      0.9.12cvs112.1
15834
15835         * src/folderview.c
15836         * src/mainwindow.c
15837                 Sync with HEAD
15838
15839 2004-09-28 [colin]      0.9.12cvs110.1
15840
15841         * src/folderview.c
15842                 Sync with HEAD (Contextual Empty trash menu)
15843
15844 2004-09-28 [colin]      0.9.12cvs108.1
15845
15846         * src/addressbook.c
15847                 Sync with HEAD (addressbook edit on double-click)
15848
15849 2004-09-28 [colin]      0.9.12cvs106.1
15850
15851         * src/inc.c
15852                 Sync with HEAD (folder_item freeze on inc)
15853
15854 2004-09-27 [colin]      0.9.12cvs105.1
15855
15856         * src/folderview.c
15857                 Sync with HEAD (right-align new and unread column)
15858
15859 2004-09-27 [colin]      0.9.12cvs104.1
15860
15861         * src/main.c
15862                 Sync with HEAD (revert 0.9.12cvs101)
15863
15864 2004-09-24 [colin]      0.9.12cvs103.2
15865
15866         * src/wizard.c
15867                 Fix gtk warnings and use domain part of the email address 
15868                 when domain detection fails (no dot in domain name)
15869
15870 2004-09-23 [colin]      0.9.12cvs103.1
15871
15872         * src/plugins/spamassassin/libspamc.c
15873         * src/plugins/spamassassin/libspamc.h
15874         * src/plugins/spamassassin/utils.c
15875         * src/plugins/spamassassin/utils.h
15876                 Sync with HEAD (Update spamassassin to 3.0)
15877
15878 2004-09-21 [colin]      0.9.12cvs102.3
15879
15880         * src/action.c
15881                 Add horizontal scrollbar in action io dialog as needed
15882                 Patch by Alfons.
15883
15884 2004-09-20 [colin]      0.9.12cvs102.2
15885
15886         * src/plugins/image_viewer/viewer.c
15887                 Remove imlib stuff
15888                 use gtk_pixmap_set when clearing
15889                 (would be better to use gtkImages, but causes size-allocate 
15890                 signals storm)
15891
15892 2004-09-17 [paul]       0.9.12cvs102.1
15893
15894         * ChangeLog
15895         * ChangeLog.claws
15896         * ChangeLog.jp
15897         * configure.ac
15898         * src/inc.c
15899                 sync with HEAD
15900
15901
15902 2004-09-17 [colin]      0.9.12cvs101.1
15903
15904         * ChangeLog.claws
15905         * src/main.c
15906                 Sync with HEAD (fix segs at exit)
15907
15908 2004-09-14 [colin]      0.9.12cvs99.5
15909
15910         * src/common/socket.c
15911         * AUTHORS
15912                 Fix send error on 64bit platforms
15913                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15914
15915 2004-09-14 [colin]      0.9.12cvs99.4
15916
15917         * src/action.c
15918                 Fix action output with utf8 
15919                 Patch by Alfons.
15920
15921 2004-09-14 [colin]      0.9.12cvs99.3
15922
15923         * ChangeLog.claws
15924         * src/folder.c
15925                 Sync with HEAD
15926
15927 2004-09-09 [colin]      0.9.12cvs99.2
15928
15929         * src/action.c
15930                 Fix progress bar (displaying "Completed %v/%u")
15931                 Patch by Alfons.
15932
15933 2004-09-08 [colin]      0.9.12cvs99.1
15934
15935         * src/account.c
15936         * src/folder.c
15937         * src/procmsg.c
15938         * src/procmsg.h
15939         * src/plugins/pgpmime/pgpmime.c
15940                 Sync with HEAD
15941
15942 2004-09-08 [colin]      0.9.12cvs97.2
15943
15944         * src/summaryview.c
15945                 Don't select mails in collapsed threads 
15946                 when navigating with up/down
15947
15948 2004-09-07 [colin]      0.9.12cvs97.1
15949
15950         * src/inc.c
15951                 Sync with HEAD (meaningful error messages)
15952
15953 2004-09-06 [colin]      0.9.12cvs96.1
15954
15955         * src/toolbar.c
15956                 Sync with HEAD (fix Redirect graying out)
15957
15958 2004-09-06 [colin]      0.9.12cvs95.1
15959
15960         * src/summaryview.c
15961         * src/mimeview.c
15962                 Sync with HEAD (fix dropped URIs)
15963
15964 2004-09-06 [colin]      0.9.12cvs94.1
15965
15966         * src/addressbook.c
15967         * src/addressitem.h
15968         * src/addritem.c
15969         * src/addritem.h
15970                 Sync with HEAD (addressbook DnD)
15971
15972 2004-09-03 [colin]      0.9.12cvs93.1
15973
15974         * src/summaryview.c
15975                 Sync with HEAD (next/prev unread)
15976
15977 2004-09-03 [colin]      0.9.12cvs92.1
15978
15979         * src/prefs_common.c
15980         * src/prefs_common.h
15981         * src/summaryview.c
15982                 Sync with HEAD ('mark_as_read_delay' pref)
15983
15984 2004-09-02 [colin]      0.9.12cvs91.2
15985
15986         * src/common/xml.c
15987                 Fix leak
15988
15989 2004-09-02 [colin]      0.9.12cvs91.1
15990
15991         * src/gtk/menu.c
15992                 Sync with HEAD (menu accel don't work, but whatever)
15993
15994 2004-09-02 [colin]      0.9.12cvs90.1
15995
15996         * src/account.c
15997                 Sync with HEAD (fix bug 582)
15998
15999 2004-09-02 [colin]      0.9.12cvs89.1
16000
16001         * src/addrindex.c
16002                 Sync with HEAD (free deleted queries)
16003
16004 2004-09-02 [colin]      0.9.12cvs88.1
16005
16006         * src/ldapquery.c
16007                 Sync with HEAD (fix LDAP freezes)
16008
16009 2004-09-02 [colin]      0.9.12cvs87.1
16010
16011         * src/prefs_spelling.c
16012                 Sync with HEAD (add default dictionary)
16013
16014 2004-09-01 [colin]      0.9.12cvs86.1
16015
16016         * src/filtering.c
16017         * src/folderview.c
16018         * src/imap.c
16019         * src/prefs_matcher.c
16020         * src/stock_pixmap.c
16021         * src/summary_search.c
16022         * src/summaryview.c
16023         * src/wizard.c
16024         * src/wizard.h
16025                 Sync with HEAD (uninitialized vars fixes)
16026                 + gtk2 specific warning fixes
16027
16028 2004-08-31 [colin]      0.9.12cvs85.1
16029
16030         * src/folder.c
16031                 Sync with HEAD (Fix memory corruption due to 
16032                 uninitialized var)
16033
16034 2004-08-31 [colin]      0.9.12cvs84.4
16035
16036         * src/summary_search.c
16037                 Fix segfaults when searching in folders with broken headers
16038
16039 2004-08-31 [colin]      0.9.12cvs84.3
16040
16041         * src/compose.c
16042         * src/textview.c
16043                 Fix some more encoding/decoding issues
16044
16045 2004-08-30 [colin]      0.9.12cvs84.2
16046
16047         * src/mimeview.c
16048         * src/prefs_themes.c
16049         * src/gtk/filesel.c
16050         * src/gtk/filesel.h
16051                 Add a folder-mode selection (fixes mimeview's "Save all")
16052
16053 2004-08-29 [colin]      0.9.12cvs84.1
16054
16055         * src/mimeview.c
16056                 Sync with HEAD (don't escape saved filenames)
16057
16058 2004-08-27 [colin]      0.9.12cvs83.1
16059
16060         * ChangeLog
16061         * ChangeLog.claws
16062         * ChangeLog.jp
16063         * src/mh.c
16064         * src/procheader.c
16065         * src/procmsg.c
16066         * src/procmsg.h
16067         * src/common/utils.c
16068         * src/gtk/menu.h
16069         * po/
16070                 Sync with HEAD 0.9.12cvs83 (sync with main)
16071
16072 2004-08-26 [colin]      0.9.12cvs82.4
16073
16074         * src/codeconv.c
16075                 Fix strange stack corruption
16076                 Convert to utf8 after unmime, not before
16077
16078 2004-08-26 [colin]      0.9.12cvs82.3
16079
16080         * src/main.c
16081         * src/wizard.c
16082                 Fix account folders duplication
16083
16084 2004-08-25 [colin]      0.9.12cvs82.2
16085
16086         * src/wizard.c
16087                 Remove ports
16088                 Add SSL selection
16089                 Use login@server as account name
16090
16091 2004-08-25 [colin]      0.9.12cvs82.1
16092
16093         * src/plugins/pgpmime/pgpmime.c
16094                 Sync with HEAD (leak fix).
16095
16096 2004-08-25 [colin]      0.9.12cvs81.1
16097
16098         * src/plugins/pgpmime/pgpmime.c
16099         * src/plugins/pgpmime/sgpgme.c
16100         * src/plugins/pgpmime/sgpgme.h
16101                 Sync with HEAD (Handle combined messages).
16102
16103 2004-08-24 [colin]      0.9.12cvs80.3
16104
16105         * src/wizard.c
16106                 Fix full name, ports, and imap
16107
16108 2004-08-24 [colin]      0.9.12cvs80.2
16109
16110         * src/Makefile.am
16111         * src/main.c
16112         * src/setup.c
16113         * src/setup.h
16114         * src/stock_pixmap.c
16115         * src/stock_pixmap.h
16116         * src/wizard.c ** ADDED **
16117         * src/wizard.h ** ADDED ** 
16118         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16119                 Add a setup wizard 
16120
16121 2004-08-24 [colin]      0.9.12cvs80.1
16122
16123         * src/folder.c
16124                 Sync with HEAD (set mimeflags on all messages)
16125
16126 2004-08-24 [colin]      0.9.12cvs79.3
16127
16128         * src/matcher_parser_lex.l
16129                 Fix 8bits strings not in utf8
16130
16131 2004-08-24 [colin]      0.9.12cvs79.2
16132
16133         * src/compose.c
16134                 Check conversion result before replacing buffer
16135
16136 2004-08-23 [colin]      0.9.12cvs79.1
16137
16138         * src/compose.c
16139                 Sync with HEAD (create message header in memory)
16140
16141 2004-08-23 [colin]      0.9.12cvs78.1
16142
16143         * src/rfc2015.c
16144         * src/rfc2015.h
16145                 Sync with HEAD (fix bug 197 again)
16146
16147 2004-08-23 [colin]      0.9.12cvs77.3
16148
16149         * src/compose.c
16150                 Fix again inline gpg signing (which outputs utf8
16151                 in gtk2). Not syncing this fix to HEAD as this 
16152                 code is meant to die.
16153
16154 2004-08-23 [colin]      0.9.12cvs77.2
16155
16156         * src/prefs_account.h
16157                 Remove useless include
16158
16159 2004-08-23 [colin]      0.9.12cvs77.1
16160
16161         * src/imap.c
16162         * po/es.po
16163         * po/fr.po
16164         * po/it.po
16165         * po/pl.po
16166         * po/pt_BR.po
16167         * po/sk.po
16168         * po/sr.po
16169                 Sync with HEAD (fix bug 577)
16170
16171 2004-08-22 [colin]      0.9.12cvs76.1
16172
16173         * src/plugins/trayicon/trayicon.c
16174                 Sync with HEAD (fix formatting bug)
16175
16176 2004-08-21 [colin]      0.9.12cvs74.2
16177
16178         * src/gtk/colorsel.c
16179                 Fix bug 564 (Folder color selection window exits on any
16180                 keypress)
16181
16182 2004-08-21 [colin]      0.9.12cvs74.1
16183
16184         * ChangeLog.claws
16185         * src/compose.c
16186         * src/summaryview.c
16187         * src/toolbar.c
16188                 Sync with HEAD (fix bug 576)
16189
16190 2004-08-21 [colin]      0.9.12cvs70.1
16191
16192         * src/compose.c
16193         * src/mainwindow.c
16194                 Sync with HEAD
16195                 
16196
16197 2004-08-21 [paul]       0.9.12cvs66.4
16198
16199         * src/mainwindow.c
16200         * src/messageview.c
16201         * src/gtk/menu.c
16202         * src/plugins/spamassassin/spamassassin_gtk.c
16203                 remove some deprecated gtk1 functions
16204
16205
16206 2004-08-21 [colin]      0.9.12cvs66.3
16207
16208         * src/compose.c
16209         * src/codeconv.c
16210                 Fix warnings
16211                 Remove encoding hacks
16212                 Fix bug 575 (Strange character messes up message)
16213                 Don't display conversion error when drafting
16214
16215 2004-08-21 [paul]       0.9.12cvs66.2
16216
16217         * src/prefs_account.c
16218                 fix GnuPG mode bugs
16219
16220
16221 2004-08-20 [colin]      0.9.12cvs66.1
16222
16223         * src/codeconv.c
16224                 Sync with HEAD 0.9.12cvs66
16225
16226 2004-08-20 [paul]
16227
16228         * src/plugins/pgpmime/plugin.c
16229                 modify PGP/MIME plugin's description
16230
16231 2004-08-17 [colin]      0.9.12cvs65.1
16232
16233         * src/common/ssl.c
16234         * src/plugins/pgpmime/plugin.c
16235                 Sync with HEAD
16236
16237 2004-08-14 [colin]      0.9.12cvs60.3
16238
16239         * src/plugins/trayicon/trayicon.c
16240                 Put back resize callback, on size-request signal
16241                 rather than size-allocate to avoid infinite 
16242                 callback loop
16243
16244 2004-08-13 [colin]      0.9.12cvs60.2
16245
16246         * src/common/defs.h
16247                 Cache versions have been fixed
16248
16249 2004-08-13 [colin]      0.9.12cvs60.1
16250
16251         * src/folderutils.c
16252                 Sync with HEAD
16253
16254 2004-08-12 [colin]      0.9.12cvs59.1
16255
16256         * src/plugins/trayicon/trayicon.c
16257                 Sync with HEAD
16258
16259 2004-08-12 [colin]      0.9.12cvs57.5
16260
16261         * sylpheed.desktop
16262         * configure.ac
16263         * src/Makefile.am
16264         * src/main.c
16265                 Add support for Freedesktop.org's startup notification
16266
16267 2004-08-11 [colin]      0.9.12cvs57.4
16268
16269         * src/textview.c
16270                 Fix off-by-one
16271
16272 2004-08-11 [colin]      0.9.12cvs57.3
16273
16274         * src/message_search.c
16275         * src/summary_search.c
16276                 Make searches case insensitive by default
16277         * src/textview.c
16278                 Fix case-insensitive search in message
16279
16280 2004-08-11 [colin]      0.9.12cvs57.2
16281
16282         * src/summary_search.c
16283                 Let case-sensitive be specified
16284
16285 2004-08-10 [colin]      0.9.12cvs55.4
16286
16287         * src/common/socket.c
16288                 Fix the possible race condition
16289
16290 2004-08-09 [paul]       0.9.12cvs55.3
16291
16292         * configure.ac
16293         * src/Makefile.am
16294         * src/common/Makefile.am
16295                 sync with HEAD
16296
16297
16298 2004-08-09 [paul]       0.9.12cvs55.2
16299
16300         * autogen.sh
16301         * po/poconv.sh
16302                 remove unneeded script
16303
16304         * configure.ac
16305                 add forgotten USE_LDAP_TLS (sync with HEAD)
16306
16307
16308 2004-08-09 [colin]      0.9.12cvs55.1
16309
16310         * src/main.c
16311         * src/common/ssl.c
16312         * src/common/sylpheed.c
16313         * src/common/sylpheed.h
16314                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16315
16316 2004-08-09 [paul]       0.9.12cvs54.1
16317
16318         * ChangeLog
16319         * ChangeLog.claws
16320         * ChangeLog.jp
16321         * configure.ac
16322         * po/POTFILES.in
16323         * src/Makefile.am
16324         * src/folderutils.c
16325         * src/main.c
16326         * src/pgpmime.c
16327         * src/pgpmime.h
16328         * src/sgpgme.c
16329         * src/sgpgme.h
16330         * src/plugins/Makefile.am
16331         * src/plugins/pgpmime/.cvsignore
16332         * src/plugins/pgpmime/Makefile.am
16333         * src/plugins/pgpmime/pgpmime.c
16334         * src/plugins/pgpmime/pgpmime.h
16335         * src/plugins/pgpmime/plugin.c
16336         * src/plugins/pgpmime/sgpgme.c
16337         * src/plugins/pgpmime/sgpgme.h
16338                 sync with HEAD
16339
16340 2004-08-08 [paul]       0.9.12cvs51.1
16341
16342         * configure.ac
16343         * src/folder.c
16344                 sync with HEAD
16345
16346 2004-08-07 [colin]      0.9.12cvs50.1
16347
16348         * src/pop.c
16349         * src/common/partial_download.c
16350                 fix warnings (sync from HEAD)
16351
16352 2004-08-07 [colin]      0.9.12cvs48.1
16353
16354         * src/prefs_folder_item.c
16355                 sync with HEAD 0.9.12cvs48
16356
16357 2004-08-06 [colin]      0.9.12cvs47.1
16358
16359         * src/compose.c
16360                 Sync with HEAD
16361
16362 2004-08-06 [christoph]  0.9.12cvs46.2
16363
16364         * src/main.c
16365         * src/plugins/clamav/clamav_plugin_gtk.c
16366         * src/plugins/dillo_viewer/dillo_viewer.c
16367         * src/plugins/image_viewer/plugin.c
16368         * src/plugins/mathml_viewer/mathml_viewer.c
16369         * src/plugins/spamassassin/spamassassin_gtk.c
16370         * src/plugins/trayicon/trayicon.c
16371                 don't mix GTK1.2 plugin with GTK2 plugins
16372
16373 2004-08-06 [colin]      0.9.12cvs46.1
16374
16375         * ChangeLog
16376         * ChangeLog.claws
16377         * ChangeLog.jp
16378         * configure.ac
16379         * sylpheed-claws.pc.in
16380         * src/folder.c
16381         * src/imap.c
16382         * src/localfolder.c
16383         * src/messageview.c
16384         * src/mimeview.c
16385         * src/mimeview.h
16386         * src/msgcache.c
16387         * src/news.c
16388         * src/prefs_ext_prog.c
16389         * src/prefs_folder_item.c
16390         * src/prefs_fonts.c
16391         * src/prefs_msg_colors.c
16392         * src/prefs_spelling.c
16393         * src/prefs_themes.c
16394         * src/prefs_toolbar.c
16395         * src/prefs_wrapping.c
16396         * src/procmime.h
16397         * src/common/defs.h
16398         * src/common/nntp.c
16399         * src/common/session.c
16400         * src/common/session.h
16401         * src/common/socket.c
16402         * src/common/utils.h
16403         * src/common/xml.c
16404         * src/common/xml.h
16405         * src/gtk/prefswindow.c
16406         * src/gtk/prefswindow.h
16407         * src/plugins/clamav/clamav_plugin_gtk.c
16408         * src/plugins/dillo_viewer/dillo_prefs.c
16409         * src/plugins/image_viewer/viewerprefs.c
16410         * src/plugins/spamassassin/spamassassin_gtk.c
16411         * m4/openssl.m4 *** REMOVED ***
16412                 Sync with HEAD 0.9.12cvs46
16413
16414 2004-08-03 [paul]       0.9.12cvs40.2
16415
16416         * src/action.c
16417         * src/addressadd.c
16418         * src/addressbook.c
16419         * src/addrgather.c
16420         * src/browseldap.c
16421         * src/compose.c
16422         * src/crash.c
16423         * src/editaddress.c
16424         * src/editgroup.c
16425         * src/editldap_basedn.c
16426         * src/foldersel.c
16427         * src/importldif.c
16428         * src/mimeview.c
16429         * src/prefs_common.c
16430         * src/prefs_template.c
16431         * src/sourcewindow.c
16432         * src/summaryview.c
16433         * src/gtk/about.c
16434         * src/gtk/foldersort.c
16435         * src/gtk/logwindow.c
16436         * src/gtk/pluginwindow.c
16437         * src/gtk/prefswindow.c
16438                 change all gtk_scrolled_window_set_policy from 
16439                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16440
16441 2004-08-02 [paul]       0.9.12cvs40.1
16442
16443         * AUTHORS
16444                 update translation team section
16445         * po/pt_BR.po
16446                 updated by Frederico Goncalves Guimaraes
16447                 <fggdebian@yahoo.com.br>
16448
16449 2004-07-31 [colin]      0.9.12cvs39.9
16450
16451         * src/exphtmldlg.c
16452                 Fix compilation
16453
16454 2004-07-31 [colin]      0.9.12cvs39.8
16455
16456         * src/exphtmldlg.c
16457                 Fix an alertpanel type
16458
16459 2004-07-30 [colin]      0.9.12cvs39.7
16460
16461         * src/alertpanel.c
16462                 Fix alertpanel_error_log's icon
16463
16464 2004-07-30 [colin]      0.9.12cvs39.6
16465
16466         * src/pop.c
16467                 Two of them should still be warnings
16468
16469 2004-07-30 [colin]      0.9.12cvs39.5
16470
16471         * src/pop.c
16472                 More warning -> error
16473 2004-07-29 [colin]      0.9.12cvs39.4
16474
16475         * src/pop.c
16476                 Warning -> error
16477
16478 2004-07-29 [colin]      0.9.12cvs39.3
16479
16480         * src/prefs_matcher.c
16481                 Fix segfault
16482
16483 2004-07-29 [colin]      0.9.12cvs39.2
16484
16485         * src/alertpanel.c
16486                 More nice-looking alertpanels
16487
16488 2004-07-29 [colin]      0.9.12cvs39.1
16489
16490         * src/messageview.c
16491                 sync with head
16492                 (inform user when partial mail is deleted on server)
16493
16494 2004-07-29 [colin]      0.9.12cvs38.1
16495
16496         * src/messageview.c
16497                 sync with head
16498
16499 2004-07-28 [paul]       0.9.12cvs37.7
16500
16501         * src/mainwindow.c
16502                 complete the replacement of deprecated gtk_progress_*
16503
16504 2004-07-28 [paul]       0.9.12cvs37.6
16505
16506         * src/action.c
16507         * src/inc.c
16508         * src/mainwindow.c
16509         * src/send_message.c
16510         * src/gtk/progressdialog.c
16511         * src/gtk/progressdialog.h
16512                 replace deprecated gtk_progress_*
16513
16514 2004-07-28 [paul]       0.9.12cvs37.5
16515
16516         * src/gtk/filesel.c
16517                 remove gtk_window_set_wmclass()
16518 2004-07-28 [paul]       0.9.12cvs37.4
16519
16520         * src/addressbook.c
16521         * src/compose.c
16522         * src/foldersel.c
16523         * src/mainwindow.c
16524         * src/messageview.c
16525         * src/sourcewindow.c
16526         * src/gtk/logwindow.c
16527                 remove gtk_window_set_wmclass()
16528                 
16529         * src/prefs_filtering.c
16530         * src/prefs_filtering_action.c
16531         * src/prefs_fonts.c
16532         * src/prefs_gtk.c
16533         * src/prefs_matcher.c
16534         * src/ssl_manager.c
16535         * src/gtk/prefswindow.c
16536                 replace gtk_window_position()
16537
16538 2004-07-28 [colin]      0.9.12cvs37.3
16539
16540         * src/alertpanel.c
16541         * src/alertpanel.h
16542                 Add a way to specify panel type for specific
16543                 panels (alertpanel())
16544         * src/account.c
16545         * src/addressbook.c
16546         * src/compose.c
16547         * src/expldifdlg.c
16548         * src/main.c
16549         * src/messageview.c
16550         * src/summaryview.c
16551         * src/textview.c
16552         * src/gtk/sslcertwindow.c
16553                 Fix alertpanel()s so that their icon match
16554                 their real type
16555
16556 2004-07-28 [paul]       0.9.12cvs37.2
16557
16558         * src/addr_compl.c
16559         * src/addressbook.c
16560         * src/alertpanel.c
16561         * src/compose.c
16562         * src/export.c
16563         * src/foldersel.c
16564         * src/folderview.c
16565         * src/grouplistdialog.c
16566         * src/import.c
16567         * src/mainwindow.c
16568         * src/message_search.c
16569         * src/messageview.c
16570         * src/passphrase.c
16571         * src/prefs_actions.c
16572         * src/prefs_common.c
16573         * src/prefs_customheader.c
16574         * src/prefs_display_header.c
16575         * src/prefs_filtering.c
16576         * src/prefs_filtering_action.c
16577         * src/prefs_gtk.c
16578         * src/prefs_matcher.c
16579         * src/prefs_msg_colors.c
16580         * src/prefs_summary_column.c
16581         * src/prefs_template.c
16582         * src/sourcewindow.c
16583         * src/ssl_manager.c
16584         * src/summary_search.c
16585         * src/gtk/colorsel.c
16586         * src/gtk/description_window.c
16587         * src/gtk/gtkaspell.c
16588         * src/gtk/inputdialog.c
16589         * src/gtk/logwindow.c
16590         * src/gtk/prefswindow.c
16591         * src/gtk/progressdialog.c
16592                 replace deprecated gtk_window_set_policy
16593
16594 2004-07-27 [colin]      0.9.12cvs37.1
16595
16596         * src/msgcache.c
16597                 More fixes (synced for head again)
16598
16599 2004-07-27 [colin]      0.9.12cvs35.3
16600
16601         * src/msgcache.c
16602                 Fix wrong test
16603
16604 2004-07-27 [colin]      0.9.12cvs35.2
16605
16606         * src/mimeview.c
16607                 Fix width a bit (by Paul)
16608         * src/alertpanel.c
16609         * src/alertpanel.h
16610                 Specialize icons, make alertpanel_message()
16611                 private
16612         * src/message_search.c
16613         * src/sgpgme.c
16614         * src/summary_search.c
16615                 Suit alertpanel changes
16616
16617 2004-07-27 [colin]      0.9.12cvs35.1
16618
16619         * src/alertpanel.c
16620                 Add an icon
16621         * src/passphrase.c
16622                 Add debug output - maybe someone will
16623                 want to look at the problem with Grab
16624                 Input :)
16625         Bump version as we're synced with HEAD
16626
16627 2004-07-26 [colin]      0.9.12cvs33.26
16628
16629         * src/pop.c
16630                 Fix uidl-file parsing when not in new
16631                 format
16632
16633 2004-07-26 [colin]      0.9.12cvs33.25
16634
16635         * src/gtk/menu.c
16636                 Move popup menu up if necessary (fixes 
16637                 account selector)
16638         * src/mainwindow.c
16639                 Set account selector's button height to
16640                 minimum
16641
16642 2004-07-26 [colin]      0.9.12cvs33.24
16643
16644         * src/alertpanel.c
16645                 Maybe fix 551 (Truncated font in alert window)
16646
16647 2004-07-26 [colin]      0.9.12cvs33.23
16648
16649         * po/de.po
16650         * po/es.po
16651         * po/fr.po
16652         * po/it.po
16653         * po/ja.po
16654         * po/pl.po
16655         * po/ru.po
16656         * po/sk.po
16657         * po/sr.po
16658         * po/zh_CN.po
16659                 Sync po files with HEAD
16660
16661 2004-07-26 [paul]       0.9.12cvs33.22
16662
16663         * src/compose.c
16664                 fix Bug 556 'Organisation-header is sent even if empty'
16665
16666 2004-07-24 [colin]      0.9.12cvs33.21
16667
16668         * src/compose.c
16669         * src/gtk/gtkaspell.c
16670         * src/gtk/gtkaspell.h
16671                 Fix speller accelerators (require hack)
16672
16673 2004-07-24 [colin]      0.9.12cvs33.20
16674
16675         * src/gtk/gtkaspell.c
16676                 Fix over-eager code deletion breaking
16677                 Check while typing
16678
16679 2004-07-24 [colin]      0.9.12cvs33.19
16680
16681         * src/browseldap.c
16682         * src/ldapctrl.c
16683         * src/ldapctrl.h
16684         * src/ldapserver.h
16685                 Sync ldap with HEAD
16686         (Fixes 546 LDAP completely broken)
16687
16688 2004-07-24 [colin]      0.9.12cvs33.18
16689
16690         * src/prefs_msg_colors.c
16691                 Fix prototype mismatch
16692         (Fixes 547 void function cannot return value)
16693
16694 2004-07-24 [colin]      0.9.12cvs33.17
16695
16696         * src/mainwindow.c
16697                 Fix sort going back to previous sort key
16698                 when changing sort direction
16699
16700 2004-07-24 [colin]      0.9.12cvs33.16
16701
16702         * src/compose.c
16703                 Fix space insertion when re-wrapping at 
16704                 cursor point
16705
16706 2004-07-24 [colin]      0.9.12cvs33.15
16707
16708         * src/gtk/gtkaspell.c
16709                 Don't change cursor position in insert-text
16710                 callback
16711         (Fixes 539 Word wrapping on input transposes letters)
16712
16713 2004-07-24 [colin]      0.9.12cvs33.14
16714
16715         * src/gtk/gtkaspell.c
16716                 Reencode non-ascii chars to dictionary's
16717                 encoding
16718         (Fixes 544 Spell check broken non english locale)
16719
16720 2004-07-24 [colin]      0.9.12cvs33.13
16721
16722         * src/summaryview.c
16723                 Fix Shift+Down, add Home/End/PgUp/PgDown
16724
16725 2004-07-21 [colin]      0.9.12cvs33.12
16726
16727         * src/prefs_common.c
16728                 Fix a gtk warning (Patch by Andrej Kacian)
16729
16730 2004-07-21 [colin]      0.9.12cvs33.11
16731
16732         * src/gtk/filesel.c
16733                 More check
16734
16735 2004-07-21 [colin]      0.9.12cvs33.10
16736
16737         * src/compose.c
16738         * src/crash.c
16739         * src/export.c
16740         * src/import.c
16741         * src/messageview.c
16742         * src/mimeview.c
16743         * src/prefs_spelling.c
16744         * src/prefs_themes.c
16745         * src/summaryview.c
16746         * src/gtk/filesel.c
16747         * src/gtk/filesel.h
16748         * src/gtk/pluginwindow.c
16749                 Untwist open/save mode guessing logic, make
16750                 it explicit
16751
16752 2004-07-20 [colin]      0.9.12cvs33.9
16753
16754         * src/codeconv.c
16755                 conv_encode_header: src_charset is UTF-8 on
16756                 gtk2
16757         * src/compose.c
16758                 Remove double encoding of the headers
16759
16760 2004-07-20 [colin]      0.9.12cvs33.8
16761
16762         * src/codeconv.c
16763                 Fix typo
16764
16765 2004-07-20 [colin]      0.9.12cvs33.7
16766
16767         * src/mainwindow.c
16768                 Set the separated messageview to the saved
16769                 size of Claws' messageview (Patch by Alfons)
16770                 Fix a callback prototype (me)
16771
16772 2004-07-20 [colin]      0.9.12cvs33.6
16773
16774         * src/codeconv.h
16775                 Forgot one hunk in 0.9.12cvs33.4
16776
16777 2004-07-19 [colin]      0.9.12cvs33.5
16778
16779         * src/action.c
16780                 Action output fix
16781                 Patch by Alfons
16782
16783 2004-07-19 [colin]      0.9.12cvs33.4
16784
16785         * src/compose.c
16786                 Fix outgoing charset bug in headers
16787         * src/codeconv.c
16788                 Clean for glib2 - Patch by Alfons
16789
16790 2004-07-19 [colin]      0.9.12cvs33.3
16791
16792         * src/statusbar.c
16793                 Remove grip from the statusbar
16794                 Patch by Alfons
16795
16796 2004-07-19 [colin]      0.9.12cvs33.2
16797
16798         * src/messageview.c
16799         * src/textview.c
16800                 Fix messageview remembering the previous
16801                 scroll position when loading a new message
16802                 Patch by Alfons
16803
16804 2004-07-19 [colin]      0.9.12cvs33.1
16805
16806         * src/folder.h
16807         * src/folderview.c
16808         * src/summaryview.c
16809                 Sync with HEAD
16810
16811 2004-07-18 [colin]      0.9.12cvs32.7
16812
16813         * configure.ac
16814                 Remove useless check for XIM - noticed
16815                 by Alfons
16816
16817 2004-07-18 [colin]      0.9.12cvs32.6
16818
16819         * src/summaryview.c
16820                 Remove non-modified and shift-modified
16821                 accelerators in summaryview's popup
16822                 menu, as that doesn't get catched by
16823                 the accel-activate signal catcher...
16824
16825 2004-07-18 [colin]      0.9.12cvs32.5
16826
16827         * src/prefs_common.c
16828                 Define sensible default prefs for 
16829                 wrapping
16830
16831 2004-07-18 [colin]      0.9.12cvs32.4
16832
16833         * src/compose.c
16834         * src/prefs_common.c
16835         * src/prefs_common.h
16836         * src/prefs_wrapping.c
16837                 Remove Smart Wrapping pref, which does
16838                 nothing on gtk2 branch
16839
16840 2004-07-18 [colin]      0.9.12cvs32.3
16841
16842         * src/sourcewindow.c
16843                 Proper utf8
16844
16845 2004-07-18 [colin]      0.9.12cvs32.2
16846
16847         * src/compose.c
16848                 Save attachment status when drafting
16849
16850 2004-07-18 [colin]      0.9.12cvs32.1
16851
16852         * src/gtk/filesel.c
16853                 Fix erratic folder selection in open mode
16854
16855 2004-07-18 [colin]      0.9.12cvs31.11
16856
16857         * src/pop.c
16858                 Don't let partial messages get deleted
16859                 even with "dowload all"
16860                 (0.9.12cvs31.8 fix extension)
16861 2004-07-18 [colin]      0.9.12cvs31.10
16862
16863         * src/gtk/logwindow.c
16864                 Fix log scrolling
16865
16866 2004-07-18 [colin]      0.9.12cvs31.9
16867
16868         * src/common/utils.c
16869                 Fix non-utf8 strings coming from commands
16870                 and files
16871
16872 2004-07-18 [colin]      0.9.12cvs31.8
16873
16874         * src/pop.c
16875                 Fix partial download bug with Download all
16876                 messages option
16877
16878 2004-07-18 [colin]      0.9.12cvs31.7
16879
16880         * src/textview.c
16881                 Fix bug introduced in 0.9.12cvs31.2
16882                 (blocked in select mode after double click)
16883
16884 2004-07-18 [colin]      0.9.12cvs31.6
16885
16886         * src/compose.c
16887         * src/gtk/menu.c
16888                 More glib-warning fixes
16889
16890 2004-07-18 [colin]      0.9.12cvs31.5
16891
16892         * src/compose.c
16893                 Fix trashing the primary clipboard when moving 
16894                 around with tab
16895         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16896
16897 2004-07-18 [colin]      0.9.12cvs31.4
16898
16899         * src/codeconv.c
16900                 convert unencoded iso headers to utf8
16901         (Fix Bug 538 Unencoded local characters in subject make it 
16902          disappear)
16903
16904 2004-07-18 [colin]      0.9.12cvs31.3
16905
16906         * src/compose.c
16907                 Fix tab char handling in wrapping
16908         (Fix Bug 537 Line wrap problem - TAB character treated as 
16909          one character instead of 8)
16910
16911 2004-07-18 [colin]      0.9.12cvs31.2
16912
16913         * src/textview.c
16914                 return FALSE on GDK_MOTION_NOTIFY
16915         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16916          (unable to highlight))
16917
16918 2004-07-18 [colin]      0.9.12cvs31.1
16919
16920         * src/folderview.c
16921                 Sync with 0.9.12cvs31
16922
16923 2004-07-18 [colin]      0.9.12cvs30.4
16924
16925         * src/compose.c
16926                 Also block text_inserted when inserting a file
16927
16928 2004-07-18 [colin]      0.9.12cvs30.3
16929
16930         * src/compose.c
16931                 Fix smart wrapping (block text_inserted handler
16932                 while putting quotation to avoid wrap on input,
16933                 don't join lines if next is sig separator)
16934
16935 2004-07-17 [colin]      0.9.12cvs30.2
16936
16937         * src/folderview.c
16938         * src/mainwindow.c
16939         * src/mimeview.c
16940         * src/summaryview.c
16941         * src/gtk/quicksearch.c
16942         * src/gtk/quicksearch.h
16943                 Block key events handlers *and* accels while
16944                 quicksearch is focused
16945         (Fixes Bug 534 quick-search bar not accepting certain letters)
16946
16947 2004-07-17 [colin]      0.9.12cvs30.1
16948
16949         * src/folder.h
16950         * src/folderview.c
16951         * src/summaryview.c
16952                 Sync with 0.9.12cvs30
16953
16954 2004-07-17 [colin]      0.9.12cvs28.2
16955
16956         * src/mimeview.c
16957         * src/procmime.c
16958         * src/summaryview.c
16959         * src/gtk/menu.c
16960                 Squash some compile and glib warnings
16961
16962 2004-07-17 [paul]       0.9.12cvs28.1
16963
16964         * src/mimeview.c
16965                 sync with 0.9.12cvs28 HEAD
16966
16967 2004-07-16 [paul]       0.9.12cvs26.1
16968         
16969         * src/gtk/quicksearch.c
16970         * src/account.c
16971         * src/account.h
16972         * src/compose.c
16973         * src/customheader.c
16974         * src/folder_item_prefs.c
16975         * src/main.c
16976         * src/mainwindow.c
16977         * src/messageview.c
16978         * src/mimeview.c
16979         * src/news.c
16980         * src/pgpmime.c
16981         * src/pop.c
16982         * src/pop.h
16983         * src/prefs_account.c
16984         * src/prefs_account.h
16985         * src/prefs_common.c
16986         * src/prefs_common.h
16987         * src/prefs_display_header.c
16988         * src/prefs_gtk.c
16989         * src/prefs_gtk.h
16990         * src/procheader.c
16991         * src/procmime.c
16992                 sync with 0.9.12cvs26 HEAD      
16993
16994 2004-07-15 [colin]      0.9.12cvs18.14
16995
16996         * src/folder.c
16997                 Disable GPG signature check during
16998                 folder move and scan
16999         (Closes Bug 521 Signature checking slows down Folder-Move)
17000
17001 2004-07-14 [colin]      0.9.12cvs18.13
17002
17003         * src/common/partial_download.c
17004                 update includes
17005
17006 2004-07-14 [colin]      0.9.12cvs18.12
17007
17008         * src/common/partial_download.c
17009         * src/common/partial_download.h
17010                 Move doc at top, add correct copyright
17011
17012 2004-07-14 [colin]      0.9.12cvs18.11
17013
17014         * src/folder.c
17015         * src/messageview.c
17016         * src/pop.c
17017         * src/pop.h
17018         * src/procmsg.c
17019         * src/summaryview.c
17020         * src/common/Makefile.am
17021         * src/common/partial_download.c ** NEW FILES **
17022         * src/common/partial_download.h ** NEW FILES **
17023                 Move partial-download related stuff to its
17024                 own file
17025
17026 2004-07-14 [colin]      0.9.12cvs18.10
17027
17028         * src/send_message.c
17029                 Fix smtp auth when user is null or empty
17030
17031 2004-07-13 [colin]      0.9.12cvs18.9
17032
17033         * src/gtk/quicksearch.c
17034                 Use alphabetic order
17035
17036 2004-07-13 [colin]      0.9.12cvs18.8
17037
17038         * src/pop.c
17039                 Be paranoid on the checks
17040
17041 2004-07-13 [colin]      0.9.12cvs18.7
17042
17043         * src/gtk/quicksearch.c
17044                 Fix Engrish once again
17045
17046 2004-07-13 [colin]      0.9.12cvs18.6
17047
17048         * src/procmsg.c
17049         * src/summaryview.c
17050                 Mark messages for deletion when they are about to
17051                 be removed from trash
17052
17053 2004-07-13 [colin]      0.9.12cvs18.5
17054
17055         * src/matcher.c
17056         * src/matcher.h
17057         * src/matcher_parser_parse.y
17058         * src/prefs_matcher.c
17059         * src/gtk/quicksearch.c
17060                 Add 'partial' ('p') match string to find partially
17061                 downloaded messages
17062
17063 2004-07-13 [colin]      0.9.12cvs18.4
17064
17065         * src/pop.c
17066                 Fix misplaced block
17067
17068 2004-07-13 [colin]      0.9.12cvs18.3
17069
17070         * src/pop.c
17071         * src/pop.h
17072         * src/messageview.c
17073                 Refactor API (to avoid passing 5+ params and code
17074                 duplication)
17075         * src/folder.c
17076         * src/msgcache.c
17077         * src/procheader.c
17078         * src/common/defs.h
17079                 Add planned_download to cache
17080                 Don't mess uidl file when moving partially downloaded
17081                 mails (they change folder, we should change it in the
17082                 uidl list too or we'll remove an incorrect message)
17083                 (this also helps removing hacks when changing 
17084                 planned_download in messageview.c)
17085
17086 2004-07-12 [colin]      0.9.12cvs18.2
17087
17088         * src/gtk/quicksearch.c
17089                 Fix missing status update in quicksearch
17090
17091 2004-07-12 [paul]       0.9.12cvs18.1
17092
17093         * po/POTFILES.in
17094         * src/Makefile.am
17095         * src/account.c
17096         * src/codeconv.c
17097         * src/compose.c
17098         * src/inc.c
17099         * src/main.c
17100         * src/prefs_common.c
17101         * src/procmsg.h
17102         * src/toolbar.c
17103         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17104         * src/prefs_wrapping.[ch]       ** NEW FILES **
17105         * src/common/intl.h
17106         * src/common/utils.[ch]
17107         * src/gtk/quicksearch.[ch]
17108                 sync with 0.9.12cvs18 HEAD
17109
17110 2004-07-12 [colin]      0.9.11cvs17.25
17111
17112         * src/folder.c
17113         * src/folder.h
17114                 Remove unused function added by me in 0.9.11cvs17.10
17115
17116 2004-07-11 [colin]      0.9.11cvs17.24
17117
17118         * src/inc.c
17119         * src/messageview.c
17120         * src/pop.c
17121         * src/pop.h
17122                 Use folderitem and msgnum instead of filename to
17123                 know which mail to delete
17124                 Move old partial mail deletion to pop.c
17125
17126 2004-07-10 [colin]      0.9.11cvs17.23
17127
17128         * src/inc.c
17129                 Add debug
17130         * src/pop.c
17131         * src/pop.h
17132                 Don't re-use same enums for unrelated stuff: it's 
17133                 completely misleading !
17134                 Document a bit
17135
17136 2004-07-09 [colin]      0.9.11cvs17.22
17137
17138         * src/inc.c
17139                 Remove folder-type check and do
17140                 more tests to be sure everything's
17141                 ok
17142         * src/messageview.c
17143                 Punctuation update, remove useless
17144                 code, fix two warnings
17145         * src/noticeview.c
17146                 Layout cleaning, reset 2nd button
17147                 when specifying one
17148
17149 2004-07-09 [colin]      0.9.11cvs17.21
17150
17151         * src/messageview.c
17152         * src/pop.c
17153         * src/pop.h
17154                 Allow user to change his mind
17155                 and postpone decision (by
17156                 unmarking the mail)
17157
17158 2004-07-09 [colin]      0.9.11cvs17.20
17159
17160         * src/messageview.c
17161                 Fix bug with delete state
17162         * src/pop.c
17163         * src/pop.h
17164                 Fix buffer leak (fread doesn't 
17165                 terminate buffers with \0)
17166                 Refactoring (remove magic 
17167                 numbers)
17168
17169 2004-07-09 [colin]      0.9.11cvs17.19
17170
17171         * src/pop.c
17172                 Don't log "Skipping message" if 
17173                 we're going to TOP it two lines
17174                 later
17175
17176 2004-07-09 [colin]      0.9.11cvs17.18
17177
17178         * src/messageview.c
17179                 Fix Engrish
17180
17181 2004-07-09 [colin]      0.9.11cvs17.17
17182
17183         * src/pop.c
17184                 strlen checking...
17185         * src/messageview.c
17186                 refactoring a bit
17187
17188 2004-07-08 [colin]      0.9.11cvs17.16
17189
17190         * src/noticeview.c
17191         * src/noticeview.h
17192                 Add an optional second button
17193         * src/messageview.c
17194         * src/pop.c
17195         * src/pop.h
17196                 Don't delete partially received mails after a certain
17197                 time; rather, let the user decide.
17198
17199 2004-07-08 [colin]      0.9.11cvs17.15
17200
17201         * src/common/smtp.h
17202                 Sync with HEAD
17203
17204 2004-07-08 [colin]      0.9.11cvs17.14
17205
17206         * src/messageview.c
17207         * src/common/smtp.c
17208                 Use to_human_readable() for sizes
17209
17210 2004-07-08 [colin]      0.9.11cvs17.13
17211
17212         * src/inc.c
17213         * src/messageview.c
17214         * src/pop.c
17215         * src/pop.h
17216         * src/procmsg.c
17217                 Fix partial-downloading issues:
17218                         catch unsupported TOP
17219                         don't delete partially downloaded mails before 5 days
17220                         don't update existing with non-MH folders; that'll
17221                         make dups, but it's better than trashing the folder
17222                         free new msginfo parts
17223                 Fix indentation ;-)
17224
17225 2004-07-08 [colin]      0.9.11cvs17.12
17226
17227         * src/common/smtp.c
17228         * src/common/smtp.h
17229                 Sync smtp size verification with HEAD
17230
17231 2004-07-08 [colin]      0.9.11cvs17.11
17232
17233         * src/summaryview.c
17234         * src/prefs_common.c
17235         * src/prefs_common.h
17236         * src/gtk/quicksearch.c
17237         * src/gtk/quicksearch.h
17238                 Sync sticky pref with HEAD
17239
17240 2004-07-08 [colin]      0.9.11cvs17.10
17241
17242         * src/folder.c [1.213.2.6]
17243         * src/folder.h [1.87.2.6]
17244         * src/inc.c [1.149.2.7]
17245         * src/messageview.c [1.94.2.8]
17246         * src/procheader.c [1.47.2.6]
17247         * src/procmsg.c [1.150.2.4]
17248         * src/procmsg.h [1.60.2.5]
17249         * src/pop.c [1.56.2.4]
17250         * src/pop.h [1.17.2.3]
17251                 Let too big messages get downloaded, but truncated
17252                 Add a button to download them completely
17253                 
17254 2004-07-06 [colin]      0.9.11cvs17.9
17255
17256         * src/gtk/quicksearch.c [1.1.2.3]
17257                 Add a Clear button
17258         * commitHelper
17259         * PATCHSETS
17260                 Add a script to help with cvs
17261
17262 2004-07-03 [colin]      0.9.11cvs17.8
17263
17264         * src/plugins/imageviewer/viewer.c
17265                 fix imageviewer (which was staying on the first
17266                 displayed image)
17267
17268 2004-07-03 [colin]      0.9.11cvs17.7
17269
17270         Removed FIXME_GTK2 warnings
17271         * src/gtk/gtkutils.c
17272                 useless #warnings
17273         * src/gtk/menu.c
17274                 useless #warnings (no need to mess with menu rc)
17275         * src/gtk/menu.h
17276                 unused functions
17277         
17278
17279 2004-07-03 [colin]      0.9.11cvs17.6
17280
17281         Removed FIXME_GTK2 warnings
17282         * src/codeconv.c
17283                 useless #warnings (rewrite needed)
17284         * src/compose.c
17285                 useless #warnings (rewrite needed)
17286                 useless #warnings (gtk2 is like that)
17287                 useless #warnings (previously fixed)
17288         * src/main.c
17289                 useless #warnings (previously fixed)
17290         * src/message_search.c
17291                 useless #warnings (gtk2 is like that)
17292                 Made apparent that search is case-sensitive
17293         * src/mimeview.c
17294                 useless #warnings (rewrite needed)
17295                 useless #warnings (gtk2 is like that)
17296                 reimplemented real warnings
17297         * src/prefs_common.c
17298                 Removed block cursor option (not it gtk2)
17299         * src/prefs_gtk.c
17300                 useless #warnings (rewrite needed)
17301         * src/procheader.c
17302                 useless #warnings (rewrite needed)
17303         * src/sourcewindow.c
17304                 useless #warnings (incorrect placing)
17305         * src/summary_search.c
17306                 useless #warnings (gtk2 is like that)
17307                 Made apparent that search is case-sensitive
17308         * src/action.c
17309                 useless #warnings (gtk2 is like that)
17310         * src/textview.c
17311                 useless #warnings (rewrite needed)
17312         * src/toolbar.c
17313                 useless #warnings (rewrite needed)
17314
17315 2004-07-03 [colin]      0.9.11cvs17.5
17316
17317         * src/textview.c
17318                 Fix mismerge which broke URI opening
17319                 
17320 2004-07-01 [colin]      0.9.11cvs17.4
17321
17322         * src/gtk/filesel.c
17323                 Fill filename when saving
17324                 
17325 2004-06-27 [colin]      0.9.11cvs17.3
17326
17327         * src/gtk/filesel.[ch]
17328                 Use the new GTK file selector
17329                 Update prototype to match the reality: multiple file
17330                 selection is open-only          
17331         * src/compose.c
17332                 Match the new prototypes        
17333         * configure.ac
17334                 Match the new requirements (gtk 2.4.0)
17335                         
17336 2004-06-26 [colin]      0.9.11cvs17.2
17337
17338         * src/plugins/trayicon/trayicon.c
17339                 Remove useless signal handler on resize, which causes
17340                 an infinite "loop"
17341         
17342 2004-06-26 [colin]      0.9.11cvs17.1
17343         
17344         * tools/Makefile.am
17345                 remove launch_firebird and add nautilus2sylpheed.sh
17346         * src/quicksearch.c
17347           src/summaryview.c
17348                 Fix show/hide "Extended symbols" button problem
17349                 Fix apparition at startup
17350                 Fix const warnings
17351         * src/plugins/image_viewer/Makefile.am
17352                 Fix configure 
17353         * common/ssl.c
17354                 Re-enable certificate check, as it doesn't seem to
17355                 cause Xlib errors anymore
17356
17357 2004-06-25 [paul]       0.9.11cvs17
17358
17359         * sync with 0.9.11cvs17 HEAD
17360         
17361         NOTE: QuickSearch is broken
17362
17363 2004-06-07 [colin]      0.9.10claws67.10
17364         * src/plugins/trayicon/trayicon.c
17365           src/plugins/trayicon/libeggtrayicon/Makefile.am
17366           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17367                 Fix gettextization in trayicon plugin
17368
17369 2004-06-07 [colin]      0.9.10claws67.9
17370         
17371         * src/summaryview.c
17372           src/gtk/gtksctree.[ch]
17373                 Let Shift+{Up,Down} work in summaryview
17374                 (well, Down "works" and Up works)
17375                 Let the list scroll when using these keys
17376
17377 2004-06-06 [colin]      0.9.10claws67.8
17378
17379         * src/plugins/trayicon/trayicon.c
17380                 Fix pixmap update
17381
17382 2004-06-06 [colin]      0.9.10claws67.7
17383
17384         * src/addressbook.c
17385                 Fix signal handling causing system-wide focus grab
17386
17387 2004-05-25 [paul]       0.9.10claws67.6
17388
17389         * Makefile.am
17390           src/Makefile.am
17391                 clean up
17392
17393 2004-05-25 [paul]       0.9.10claws67.5
17394
17395         * replace deprecated gtk_signal... functions
17396
17397 2004-05-23 [colin]      0.9.10claws67.4
17398
17399         * src/compose.c
17400                 Fix wrapping
17401
17402 2004-05-22 [colin]      0.9.10claws67.3
17403
17404         * src/compose.c
17405                 Re-fix [Edited] in compose.c::compose_reedit()
17406
17407 2004-05-22 [colin]      0.9.10claws67.2
17408
17409         * src/procmime.c
17410                 Fix parsing of multiparts mails
17411
17412 2004-05-22 [colin]      0.9.10claws67.1
17413
17414         * src/summaryview.c
17415                 Fix quicksearch
17416
17417 2004-05-22 [paul]       0.9.10claws67
17418
17419         * sync with 0.9.10claws67 HEAD
17420
17421 2004-05-14 [alfons]
17422
17423         * src/procmime.h
17424                 add forgotton prototype
17425
17426 2004-05-10 [paul]       0.9.10claws57
17427
17428         * sync with 0.9.10claws57 HEAD
17429
17430 2004-05-05 [paul]       0.9.9.claws1
17431
17432         * ChangeLog-gtk2        ** REMOVED **
17433           ChangeLog-gtk2.claws  ** ADDED **
17434                 rename and adopt the normal claws format
17435                 
17436         * configure.ac
17437                 require gtkmathview >= 0.5
17438
17439         * ac/*                          ** REMOVED **
17440           ac/                           ** REMOVED **
17441           intl/Makefile.in              ** REMOVED **
17442           m4/                           ** ADDED **
17443           m4/missing                    ** ADDED **
17444           m4/missing/gdk-pixbuf.m4      ** ADDED **
17445           m4/missing/gettext.m4         ** ADDED **
17446           m4/missing/gpgme.m4           ** ADDED **
17447           m4/missing/imlib.m4           ** ADDED **
17448           m4/.cvsignore                 ** ADDED **
17449           m4/Makefile.am                ** ADDED **
17450           m4/README                     ** ADDED **
17451           m4/aclocal-include.m4         ** ADDED **
17452           m4/aspell.m4                  ** ADDED **
17453           m4/check-type.m4              ** ADDED **
17454           m4/gnupg-check-typedef.m4     ** ADDED **
17455           m4/openssl.m4                 ** ADDED **
17456           m4/spamassassin.m4            ** ADDED **
17457           po/ChangeLog                  ** REMOVED **
17458           po/Makefile.in.in             ** REMOVED **
17459           po/Rules-quot                 ** REMOVED **
17460           po/boldquot.sed               ** REMOVED **
17461           po/en@boldquot.header         ** REMOVED **
17462           po/en@quot.header             ** REMOVED **
17463           po/insert-header.sin          ** REMOVED **
17464           po/quot.sed                   ** REMOVED **
17465           po/remove-potcdate.sed        ** REMOVED **
17466           po/remove-potcdate.sin        ** REMOVED **
17467           po/stamp-po                   ** REMOVED **
17468           Makefile.am
17469           autogen.sh
17470           configure.ac
17471                 enable building with automake 1.8.x
17472                 add 'autopoint --force' to autogen.sh and remove all
17473                 auto-generated files, remove ac/ directory and use
17474                 m4/ directory instead
17475                 
17476         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17477                 fix gettextization
17478
17479 2004-02-28 Colin Leroy <colin@colino.net>
17480         * src/prefs_matcher.c
17481           src/prefs_filtering.c
17482           src/prefs_filtering_action.c
17483                 Fix non-editable GtkEntries
17484
17485 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17486         * src/prefs_themes.c
17487                 utf8 conversion for theme info
17488
17489 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17490         * sync 0.9.9claws
17491
17492 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17493         * src/grouplistdialog.c
17494                 allow multiple selections without ctrl key
17495
17496 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17497         * src/main.c
17498                 enable customizable accelerators
17499
17500 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17501         * src/prefs_common.c
17502                 re-enable different font settings for gtk1/2
17503         * src/prefs_folder_item.c
17504                 fix folder prefs displayed wrong
17505         * src/textview.c
17506                 set 'sunken' shadow type
17507
17508 2004-02-07 Colin Leroy <colin@colino.net>
17509         * src/compose.c
17510                 Fix message being always [Edited]
17511                 Encode headers correctly (utf8 buf)
17512
17513 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17514         * src/socket.c
17515                 remove double g_source_attach()
17516                 (Thanks to Colin Leroy)
17517
17518 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17519         * src/gtk/gtksctree.c
17520                 Fix SSL certificate list not shown
17521         * src/mimeview.c
17522                 Fix clicks in mime tree
17523
17524 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17525         * src/common/socket.c
17526                 Fix SSL receive
17527         * src/compose.c
17528                 Fix clipboard menu hotkeys
17529
17530 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17531         * src/gtk/gtkaspell.[ch]
17532           src/compose.c
17533                 reimplement spellchecker
17534
17535 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17536         * src/gtk/filesel.c
17537                 crash when inserting file in compose window
17538                 (TODO: keep old selection on clicks)
17539         * src/main.c
17540                 use gtkrc-2.0 instead of gtkrc
17541
17542 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17543         * src/messageview.c
17544                 remove orphaned mimeview unref()
17545
17546 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17547         * src/grouplistdialog.c
17548                 expand nodes containing subscribed groups
17549
17550 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17551         * src/textview.c
17552                 textview: hide cursor, restore old click behaviour
17553
17554 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17555         * src/textview.c
17556                 variable names messed up
17557
17558 2004-01-17 Colin Leroy <colin@colino.net>
17559         * src/addr_compl.c
17560                 Fix completion address too thin
17561         * src/compose.c
17562                 Fix tab-to-subject behaviour
17563         * src/summaryview.c
17564                 Implement key up & down in summaryview
17565
17566 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17567
17568         * sync 098claws
17569
17570 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17571         * configure.ac
17572           Makefile.am
17573           doc/.cvsignore
17574           doc/Makefile.am
17575                 faq, man, manual moved to doc/
17576         * ac/aspell.m4
17577           ac/check-type.m4
17578           ac/gnupg-check-typedef.m4
17579           ac/openssl.m4
17580           ac/spamassassin.m4
17581           ac/missing/gdk-pixbuf.m4
17582           ac/missing/gpgme.m4
17583           ac/missing/imlib.m4
17584                 fix automake warnings
17585
17586 2003-12-06 Colin Leroy <colin@colino.net>
17587         * src/summaryview.c
17588                 Fix quicksearch
17589
17590 2003-12-05 Colin Leroy <colin@colino.net>
17591         * src/summaryview.c
17592                 Fix going to next unread folder
17593
17594 2003-12-05 Colin Leroy <colin@colino.net>
17595         * src/crash.c
17596                 Fix gtk2 compilation
17597         * src/session.c
17598                 Remove iotag source handler at disconnection
17599         * src/socket.[ch] 
17600                 Remove source handler when closing socket 
17601                 (fixes another seg)
17602
17603 2003-12-04 Colin Leroy <colin@colino.net>
17604         * src/compose.c
17605           src/prefs_account.c
17606           src/prefs_common.c
17607                 Fix some dropdown menus
17608
17609 2003-12-04 Colin Leroy <colin@colino.net>
17610         * src/compose.c
17611                 Fix event handlers on header fields
17612         * src/common/socket.c
17613           src/common/session.c
17614                 Fix segfault with callback (SSL)
17615                 Fix end of session 
17616
17617 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17618
17619         * Fix compile bug in src/compose.c
17620         * removed src/gtk/gtkstext.[ch]
17621
17622 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17623
17624         * Convert character set and escape "text" attributes in toolbar setting
17625         files.
17626         * Fixed bug in button-press-event handling.
17627
17628 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17629
17630         * Fixed bug in key-press-event handling.
17631
17632 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17633
17634         * Enabled to compile tray-icon plugin (Ad-hoc).
17635         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17636
17637 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17638
17639         * Enabled to compile on sylpheed-claws.
17640         (tray-icon plugin still cannot compile yet.)
17641
17642 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17643
17644         * Updated to 0.9.5.
17645
17646 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17647
17648         * Updated to 0.9.4.
17649         * Ported monitoring SSL mechanism to GSource of GLib2
17650         (I don't confirm it)
17651         * Added _gtk2 suffix to key name of font preference to avoid
17652         ovverwriting preference of Gtk+-1.2 version.
17653
17654 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17655
17656         * Updated to 0.9.2.
17657
17658 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17659
17660         * Updated to 0.9.1.
17661         * Translate po files into UTF-8 when execute autogen.sh.
17662
17663 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17664
17665         * Updated to 0.9.0.
17666
17667 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17668
17669         * Plugged GError related memory leaks.
17670
17671 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17672
17673         * Changed default size of fonts.
17674         * Enabled to set titile font size of warning dialog.
17675
17676 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17677
17678         * Embed a sylpheed icon into executable binary on Windows.
17679
17680 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17681
17682         * I forgot to traslate character set of element string in src/xml.c.
17683
17684 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17685
17686         * Fixed detecting bind_textdomain_codeset in configure.in.
17687         * The bug in which "Example" of "Date fromat" preference isn't displayed
17688         correctly has been fixed.
17689
17690 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17691
17692         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17693           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17694           glib-gettextize
17695           Removed intl directory.
17696           Translated po files into UTF-8.
17697           (Thanks! Ryuji Abe)
17698
17699 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17700
17701         * The bug which doesn't unscape string in xml.c has been fixed.
17702
17703 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17704
17705         * The bug which is failed to translate encoding of file name thorough
17706         file dialog has been fixed.
17707
17708 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17709
17710         * Modified to translate file names which is used in inporting/expoting
17711         mbox feature and "Save as" feature into locale encoding.
17712         * Translate file names into locale encoding when "Attache file" and
17713         "Insert file".
17714         * Force set G_BROKEN_FILENAMES environment variable.
17715         * Other minor fixes.
17716
17717 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17718
17719         * Modified to treat MH folder's name as locale encoding.
17720
17721 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17722
17723         * The bug which clash on switching candidates of auto completion of
17724         addresses, cannot use auto completion in Japanesse is fixed
17725         (Thanks! Tokunaga-san)¡¥
17726
17727 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17728
17729         * The bug which cannot switch key accelerator preference has been fixed
17730         (Thanks! smbd-san)¡¥
17731
17732 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17733
17734         * version 0.8.11-gtk2-20030314
17735
17736 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17737
17738         * The bug in which character set conversion of filtering messages has
17739         been fixed.(Thanks! COCOA-san).
17740
17741 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17742
17743         * Revived "Leave space on head" preference in "Message" category.
17744         * A bug which clash when put the cursor to end of buffer and execute
17745         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17746
17747 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17748
17749         * version 0.8.11-gtk2-20030312
17750
17751 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17752
17753         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17754         * Modified to use Pango's API directly for font preference.
17755         * Integrated GtkTextView of textview to one widget.
17756         * Set fonts of header title in textview by "header_title" tag.
17757         * Removed some deprecated codes.
17758
17759 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17760
17761         * Updated to 0.8.11.
17762         * Merged cygwin patch(Thanks! Sakai-san).
17763
17764 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17765
17766         * version 0.8.10-gtk2-20030309