2006-08-27 [colin] 2.4.0cvs98
[claws.git] / ChangeLog
1 2006-08-27 [colin]      2.4.0cvs98
2
3         * src/compose.c
4         * src/messageview.c
5         * src/procmsg.c
6         * src/procmsg.h
7                 When possible, copy the queued mail to sent folder
8                 instead of re-adding. Much faster on IMAP.
9
10 2006-08-27 [colin]      2.4.0cvs97
11
12         * src/msgcache.c
13                 Disable mmaped caches - huge metadata loss
14                 here after a power failure.
15         * src/summaryview.c
16                 Add quicksearch timing
17         * src/common/plugin.c
18         * src/common/plugin.h
19                 Implement an interface to tell what plugins
20                 provide. Prevent loading of similar plugins.
21         * src/plugins/clamav/clamav_plugin.c
22         * src/plugins/demo/demo.c
23         * src/plugins/dillo_viewer/dillo_viewer.c
24         * src/plugins/pgpcore/plugin.c
25         * src/plugins/pgpinline/pgpinline.c
26         * src/plugins/pgpmime/pgpmime.c
27         * src/plugins/spamassassin/spamassassin.c
28         * src/plugins/trayicon/trayicon.c
29                 Implement plugin_provides()
30
31 2006-08-27 [colin]      2.4.0cvs96
32
33         * configure.ac
34         * src/plugins/Makefile.am
35         * src/plugins/bogofilter/.cvsignore
36         * src/plugins/bogofilter/Makefile.am
37         * src/plugins/bogofilter/bogofilter.c
38         * src/plugins/bogofilter/bogofilter.h
39         * src/plugins/bogofilter/bogofilter_gtk.c
40                 New Bogofilter plugin, provides filtering and
41                 learning. Spamassassin will go to extra plugins.
42
43 2006-08-26 [mones]      2.4.0cvs95
44
45         * manual/handling.xml
46                 Fix subfolder path in the example (thanks to Paul) 
47
48 2006-08-26 [mones]      2.4.0cvs94
49
50         * manual/glossary.xml
51                 2.2. + add ISP to the glossary
52                 7.5. + Add UIDL to glossary
53                 7.7. + Add TCP to glossary
54         * manual/handling.xml
55                 7.1. + Mentions GNU/Linux distribution, what about the non...
56                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
57                 7.3. + Mentions .bashrc, what about the non-bash ones? 
58                 7.4. = Use appropriate quotation for commands
59                 7.6. = change "" to <quote></quote>
60         * manual/plugins.xml
61                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
62         * manual/starting.xml
63                 2.1. + local mbox file: some examples of mbox file locations...
64                 Also reformatted files requiring it
65
66 2006-08-26 [wwp]        2.4.0cvs93
67
68         * src/summary_search.c
69                 disable find buttons while summary search is running.
70
71 2006-08-25 [colin]      2.4.0cvs92
72
73         * src/folder.c
74         * src/folderutils.c
75         * src/mh.c
76         * src/procmsg.h
77         * src/summaryview.c
78                 Speed up MH moving, and add progressbar
79                 for MH deletion
80         * src/msgcache.c
81                 Write cache files using mmap() too
82
83 2006-08-25 [wwp]        2.4.0cvs91
84
85         * src/summaryview.c
86                 switch spam<->ham button when a message has been marked as spam or ham
87                 and is still selected. Thanks to Colin.
88
89 2006-08-25 [paul]       2.4.0cvs90
90
91         * src/Makefile.am
92         * src/stock_pixmap.c
93         * src/stock_pixmap.h
94         * src/summaryview.c
95         * src/gtk/icon_legend.c
96         * src/pixmaps/copied.xpm
97         * src/pixmaps/moved.xpm
98                 add icons for delayed execution marked for
99                 copying, marked for moving
100
101 2006-08-25 [mones]      2.4.0cvs89
102
103         * manual/glossary.xml
104                 Fix the other glossary items:
105                 5.1. = Inmmediate execution -> <quote>immediate execution...
106                 5.2. = Fix MBOX capitalization -> Mbox
107                 5.3. + Improve Plugins def. w/ tech. ref.
108                 5.4. = Quotation -> replace '>' by <quote>></quote>
109                 5.5. - SMTP Server. -> remove dot
110         * po/es.po
111                 Updated translation
112
113 2006-08-25 [mones]      2.4.0cvs88
114
115         * manual/ack.xml
116                 Reformatted, changed email address
117         * manual/glossary.xml
118                 Reformatted, fixed MANUAL-TODO items:
119                 8.2. + add ROT-13 to glossary
120                 8.4. + add URL to glossary
121         * manual/es/advanced.xml
122                 Fixed <literal>s
123
124 2006-08-25 [paul]       2.4.0cvs87
125
126         * src/gtk/icon_legend.c
127                 add 'marked for deletion' icon
128                 arrange icons by containing column
129                 wrap long label text
130
131 2006-08-25 [colin]      2.4.0cvs86
132
133         * src/common/utils.c
134         * src/common/utils.h
135                 Add the sc_g_*list_bigger functions in
136                 a place everyone can use it
137         * src/summaryview.c
138                 Only freeze/thaw the list when working
139                 on the selection, if it's bigger than 1
140         * src/gtk/gtksctree.c
141                 Only freeze/thaw the list when unselec-
142                 ting 'all' if ('all' != 1)
143                 This avoids some flickering
144
145 2006-08-24 [colin]      2.4.0cvs85
146
147         * src/addressbook.c
148                 Fix strange list selection
149                 Fix random seg (Invalid read of freed memory)
150
151 2006-08-24 [colin]      2.4.0cvs84
152
153         * src/alertpanel.c
154         * src/gtk/inputdialog.c
155         * src/plugins/pgpcore/passphrase.c
156                 Revert minimal width patch of 2.4.0cvs67,
157                 as it is also a maximal width. Use 
158                 gtk_window_set_default_size instead.
159
160 2006-08-24 [colin]      2.4.0cvs83
161
162         * src/msgcache.c
163                 Write cache/mark to temp files before
164                 overwriting old ones (avoids metadata
165                 loss if writing the new files fail).
166                 Use mmap() to read cache/mark file, as
167                 this makes cache reading faster. Dis-
168                 abled for big-endian machines until it
169                 can be tested. (Big-endian users: set
170                 msgcache_use_mmap = TRUE in the relevant
171                 #if).
172         * src/procmsg.h
173                 Move rarely used fields of MsgInfo in 
174                 another structure, which will only be
175                 allocated if needed. Face, X-Face,
176                 Return receipt headers and List-*
177                 headers are moved. Mails having none
178                 of these occupy 52 bytes less with
179                 this patch, which makes 2.5MB of RAM
180                 saved on a 50k folder).
181         * src/headerview.c
182         * src/mainwindow.c
183         * src/messageview.c
184         * src/partial_download.c
185         * src/procheader.c
186         * src/procmsg.c
187         * src/textview.c
188                 Follow this structure change.
189
190 2006-08-24 [wwp]        2.4.0cvs82
191
192         * manual/es/.cvsignore
193         * manual/es/dist/.cvsignore
194         * manual/es/dist/html/.cvsignore
195         * manual/es/dist/pdf/.cvsignore
196         * manual/es/dist/ps/.cvsignore
197         * manual/es/dist/txt/.cvsignore
198                 more (generated) files to ignore.
199
200 2006-08-24 [colin]      2.4.0cvs81
201
202         * src/folder.c
203         * src/mh.c
204                 Fix possible problems with local delivery. Check the folder doesn't
205                 need scan before setting its mtime when saving cache (which can be
206                 done long after the folder's been modified by an external process);
207                 Check that the stored item's mtime didn't change in mh functions.
208
209 2006-08-24 [mones]      2.4.0cvs80
210
211         * manual/advanced.xml
212                 Rewrapping, some fixes and MANUAL-TODO items:
213                 8.1. = change "" to <quote></quote>
214                 8.3. = quote menu items
215                 8.5. - deploying -> new user ... ideally a new user (redundant)
216
217 2006-08-23 [colin]      2.4.0cvs79
218
219         * src/gtk/gtksctree.c
220                 When selecting or deselecting range, only
221                 freeze/thaw when selection is bigger than 10
222
223 2006-08-23 [colin]      2.4.0cvs78
224
225         * src/messageview.c
226         * src/mimeview.c
227         * src/mimeview.h
228         * src/plugins/dillo_viewer/dillo_viewer.c
229                 Provide an API for MimeViewer plugins to
230                 return a text selection for replying
231
232 2006-08-23 [colin]      2.4.0cvs77
233
234         * src/image_viewer.c
235         * src/textview.c
236                 Use gtk_pixbuf_new_from_file_at_scale(), which
237                 is faster than getting the pixbuf then resizing
238                 it.
239
240 2006-08-23 [colin]      2.4.0cvs76
241
242         * src/procmime.c
243                 UTF-8 should be sent Quoted-printable
244
245 2006-08-22 [colin]      2.4.0cvs75
246
247         * src/mh.c
248                 Check if scan is required before touching
249                 the folder (or it'll be required every time)
250
251 2006-08-22 [colin]      2.4.0cvs74
252
253         * configure.ac
254                 Require libetpan 0.46 (crasher fix when built
255                 against gnutls)
256
257 2006-08-22 [colin]      2.4.0cvs73
258
259         * src/folder.c
260                 Set folder's mtime after writing its
261                 cache
262         * src/folderview.c
263                 Add some timing
264         * src/procmsg.c
265                 Don't do useless stuff if we don't 
266                 thread by subject
267         * src/summaryview.c
268                 Add some timing, don't deselect prior
269                 to selecting (gtksctree does it itself),
270                 remove crash avoidance hacks as it's been
271                 properly fixed since a while
272         * src/common/utils.c
273                 Optimize to_human_readable(): _() is slow,
274                 do it only once, and avoid %f format for KB
275                 (the most common in a summaryview)
276         * src/gtk/gtksctree.c
277                 Don't uselessly freeze/thaw (fixes flicker
278                 on next unread and friends), reduce number
279                 of g_list_nth/g_list_position where possible
280         * src/gtk/gtkutils.c
281         * src/gtk/gtkutils.h
282                 Reduce number of g_list_nth/g_list_position
283                 where possible.
284                 All of this makes loading as 70k folder 2.1
285                 seconds instead of 3.2 (with hot FS caches).
286                 (1.3 seconds without Date and Size columns...)
287
288 2006-08-22 [paul]       2.4.0cvs72
289
290         wrap documents and do some items from mones' MANUAL-TODO:
291
292         * manual/account.xml
293                 4.1. = fix tabname references to <quote>tabname</quote>
294                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
295         * manual/faq.xml
296                 1.1. = mentioned options don't match UI
297                 Add information about the 'Never send Return Receipts'
298                 option
299         * manual/handling.xml
300                 6.2. = Mentions Extended symbols button, but now is
301                 named Information
302                 6.3. = Mentions ... button, which is now Edit
303
304 2006-08-22 [colin]      2.4.0cvs71
305
306         * src/gtk/pluginwindow.c
307                 Fix layout in verbose translations (such
308                 as french)
309
310 2006-08-22 [paul]       2.4.0cvs70
311
312         * manual/Makefile.am
313                 build manuals in alphabetical order
314         * src/addressbook.c
315         * src/prefs_themes.c
316                 replace/remove deprecated symbols
317         * src/gtk/gtkutils.c
318                 fix a warning
319         * src/gtk/pluginwindow.c
320                 replace deprecated symbol
321                 replace label text and move it
322         * src/plugins/pgpcore/prefs_gpg.c
323                 move the 'Generate...' button out of the
324                 Sign Key frame, replace the English used
325         * src/plugins/pgpcore/sgpgme.c
326                 fixes to the English
327
328 2006-08-21 [colin]      2.4.0cvs69
329
330         * src/plugins/trayicon/trayicon.c
331                 Add more strings for translation; patch
332                 by Pawel
333
334 2006-08-21 [colin]      2.4.0cvs68
335
336         * src/compose.c
337                 fix replied flag not set after drafting
338         * src/matcher.c
339                 fix body quicksearch in non-encoded bodies
340                 containing '='
341         * src/msgcache.c
342                 Get rid of the g_malloc workaround for
343                 corrupted caches, use g_try_malloc
344
345 2006-08-21 [colin]      2.4.0cvs67
346
347         * src/alertpanel.c
348         * src/gtk/inputdialog.c
349         * src/plugins/pgpcore/passphrase.c
350                 Set minimal width to 375
351         * src/mainwindow.c
352                 Fix switching to offline, asking if it 
353                 should be overriden for synchronising
354         * src/mimeview.c
355                 Don't offer to remember command on Open 
356                 with for text parts, as the browser or 
357                 text editor command isn't changed from 
358                 there
359
360 2006-08-20 [paul]       2.4.0cvs66
361
362         * po/ko.po
363         * po/zh_CN.po
364                 fix plural form errors. revealed by stricter
365                 checking of gettext 0.15
366
367 2006-08-18 [paul]       2.4.0cvs65
368
369         * src/stock_pixmap.c
370                 fix the fix of 2.4.0cvs64
371                 Thanks to Colin
372
373 2006-08-18 [paul]       2.4.0cvs64
374
375         * src/stock_pixmap.c
376                 fix leaks
377                 Thanks to Colin
378
379 2006-08-18 [paul]       2.4.0cvs63
380
381         * src/compose.c
382         * src/procmsg.c
383                 fix occasional IMAP bug where large msgs
384                 were left in the queue folder after sending
385                 Thanks to Colin
386
387 2006-08-18 [paul]       2.4.0cvs62
388
389         * src/folderview.c
390                 freeze the summaryview while quicksearch results
391                 are displayed
392                 (fixes bug 456 'current message is hidden when the
393                 view is refreshed and extended search is "unread 
394                 messages"')
395                 Thanks to Colin
396         * src/textview.c
397                 add missing #include "inputdialog.h"
398         * src/common/utils.h
399                 add missing mailcap_update_default() and improve
400                 readability
401
402 2006-08-17 [colin]      2.4.0cvs61
403
404         * src/plugins/pgpcore/select-keys.c
405                 Fix warnings :)
406
407 2006-08-17 [colin]      2.4.0cvs60
408
409         * src/compose.c
410                 Don't continue queuing if Cancel is clicked
411                 in select-keys
412
413 2006-08-17 [colin]      2.4.0cvs59
414
415         * src/plugins/pgpcore/select-keys.c
416                 When encrypting, if only one key matches and it 
417                 matches exactly, automatically use it.
418
419 2006-08-17 [colin]      2.4.0cvs58
420
421         * src/mimeview.c
422         * src/prefs_common.c
423         * src/prefs_common.h
424         * src/prefs_ext_prog.c
425         * src/textview.c
426                 Fix issues with previous patch (text/html)
427                 Remove outdated prefs
428
429 2006-08-17 [colin]      2.4.0cvs57
430
431         * src/imap.c
432                 Add View Log button on auth error
433         * src/procmsg.c
434                 Fix encrypted mail marked as new when
435                 saved in normal folders
436         * src/plugins/pgpinline/pgpinline.c
437                 Fix encrypt bug on IMAP
438         * src/mimeview.c
439         * src/common/utils.c
440         * src/common/utils.h
441         * src/gtk/inputdialog.c
442         * src/gtk/inputdialog.h
443                 Get rid of metamail stuff, simplify
444                 opening, and allow remembering of user's
445                 choices (by updating ~/.mailcap). There's
446                 still to drop "Audio player" and "Image
447                 viewer" preferences.
448
449 2006-08-17 [mones]      2.4.0cvs56
450
451         * manual/es/sylpheed-claws-manual.xml
452                 fix DTD path
453
454 2006-08-17 [mones]      2.4.0cvs55
455
456         * configure.ac
457         * manual/Makefile.am
458         * manual/es/Makefile.am
459         * manual/es/account.xml
460         * manual/es/ack.xml
461         * manual/es/addrbook.xml
462         * manual/es/advanced.xml
463         * manual/es/faq.xml
464         * manual/es/glossary.xml
465         * manual/es/gpl.xml
466         * manual/es/handling.xml
467         * manual/es/intro.xml
468         * manual/es/keyboard.xml
469         * manual/es/plugins.xml
470         * manual/es/starting.xml
471         * manual/es/sylpheed-claws-manual.xml
472         * manual/es/dist/Makefile.am
473         * manual/es/dist/html/Makefile.am
474         * manual/es/dist/pdf/Makefile.am
475         * manual/es/dist/ps/Makefile.am
476         * manual/es/dist/txt/Makefile.am
477                 Spanish translation for the manual
478
479 2006-08-16 [colin]      2.4.0cvs54
480
481         * src/compose.c
482         * src/main.c
483         * src/mainwindow.c
484                 Fix send button sensitivity at startup
485                 Set send menu sensitivity (patch by Fabien)
486         * src/ssl_manager.c
487                 Enable closing with esc (patch by Fabien)
488         * src/gtk/foldersort.c
489                 Enable closing with esc (patch by Fabien)
490         * src/procmime.c
491                 Optimisation (no need to copy to tempfile to
492                 "decode" 7bit and 8bit)
493         * src/summaryview.c
494                 Fix cruft in swap_from case
495         * src/textview.c
496                 Fix missing last line in some mail cases 
497                 (Fixes debian #381872)
498         * src/plugins/pgpcore/prefs_gpg.c
499         * src/plugins/pgpcore/sgpgme.c
500         * src/plugins/pgpcore/sgpgme.h
501                 Don't show "no key found" when user explicitely
502                 wants to create a key
503
504 2006-08-16 [paul]       2.4.0cvs53
505
506         * configure.ac
507         * src/account.c
508         * src/addressbook.c
509         * src/headerview.c
510         * src/prefs_account.c
511         * src/prefs_message.c
512         * src/gtk/gtkutils.c
513                 bump up minimum required versions of GTK+ and
514                 GLIB to 2.6.0
515
516 2006-08-16 [paul]       2.4.0cvs52
517
518         * src/toolbar.c
519                 workaround GTK+ Bug 351600 - 'Can't re-click
520                 on button after sensitivity update'
521                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
522                 Thanks to Colin
523
524 2006-08-15 [colin]      2.4.0cvs51
525
526         * src/plugins/pgpcore/prefs_gpg.c
527                 Set options sensitivity according to
528                 key existence
529         * src/plugins/pgpcore/sgpgme.c
530                 Allow to create key with no passphrase
531
532 2006-08-14 [cleroy]     2.4.0cvs50
533
534         * src/gtk/pluginwindow.c
535                 New layout (maybe to be changed?)
536         * src/gtk/gtkutils.c
537                 Fix a bit label_window
538         * src/plugins/pgpcore/passphrase.c
539         * src/plugins/pgpcore/passphrase.h
540         * src/plugins/pgpcore/plugin.c
541         * src/plugins/pgpcore/prefs_gpg.c
542         * src/plugins/pgpcore/prefs_gpg.h
543         * src/plugins/pgpcore/sgpgme.c
544         * src/plugins/pgpcore/sgpgme.h
545                 Allow to create a PGP private key via the GUI
546
547 2006-08-14 [wwp]        2.4.0cvs49
548
549         * src/addressbook_foldersel.c
550                 fix strict ISO C90 compliance.
551
552 2006-08-14 [paul]       2.4.0cvs48
553
554         * src/gtk/prefswindow.c
555                 re-set scrolled window on opening
556                 Patch by Ticho
557
558 2006-08-14 [paul]
559
560         2.5.0-rc1 released
561
562 2006-08-14 [paul]       2.4.0cvs47
563
564         * src/prefs_display_header.c
565                 re-enable user-defined Displayed Headers
566
567 2006-08-14 [paul]       2.4.0cvs46
568
569         * src/prefs_account.c
570                 use GTK_STOCK_EDIT
571
572 2006-08-13 [colin]      2.4.0cvs45
573
574         * src/common/utils.c
575                 Fix "a" in quote when the original message is empty,
576                 by using \0 instead of 'a' to test writability of
577                 temp files.
578
579 2006-08-13 [wwp]        2.4.0cvs44
580
581         * src/plugins/spamassassin/spamassassin.c
582                 fix capitalization of "SpamAssassin" in some debug, log and
583                 dialog messages.
584
585 2006-08-13 [paul]       2.4.0cvs43
586
587         * src/editldap.c
588                 fix overlapping widgets
589         * src/prefs_account.c
590                 fix translation of protocol_names[]
591                 fix label disappearing off the edge of the
592                 visible area
593
594 2006-08-12 [paul]       2.4.0cvs42
595
596         * manual/plugins.xml
597                 update IRC channel info before it gets forgotten
598                 about
599
600 2006-08-11 [colin]      2.4.0cvs41
601
602         * src/compose.c
603         * src/mainwindow.c
604         * src/mainwindow.h
605         * src/procmsg.c
606         * src/procmsg.h
607         * src/summaryview.c
608         * src/toolbar.c
609                 Grey out the Send button if
610                 - Queue folders are empty, or
611                 - We're sending already
612
613 2006-08-11 [wwp]        2.4.0cvs40
614
615         * src/main.c
616                 fix a logic issue when quitting while a compose window is
617                 still open, thanks to Colin.
618
619 2006-08-10 [colin]      2.4.0cvs39
620
621         * src/main.c
622                 Fix default font size setting after wizard run
623         * src/imap.c
624         * src/etpan/imap-thread.c
625         * src/etpan/imap-thread.h
626                 Fix bug #999 (Timing out on TSL cert validation 
627                 dialog makes ugly things happen). Also, STARTTLS
628                 unconditionnaly if initial capabilities contain
629                 LOGINDISABLED and STARTTLS.
630
631 2006-08-09 [colin]      2.4.0cvs38
632
633         * src/mainwindow.c
634         * src/mainwindow.h
635                 Fix Tools/Actions sensitivity when there are
636                 no actions
637
638 2006-08-09 [colin]      2.4.0cvs37
639
640         * src/prefs_filtering.c
641                 Warning fix, patch by Paul
642         * src/messageview.c
643         * src/prefs_actions.c
644         * src/prefs_filtering_action.c
645         * src/prefs_matcher.c
646                 Uniformisation of "Info ..." to "Info..." (for
647                 old gtk), patch by Fabien
648         * src/plugins/clamav/clamav_plugin_gtk.c
649                 Sensitivity fix by Fabien
650
651 2006-08-09 [colin]      2.4.0cvs36
652
653         * src/main.c
654         * src/main.h
655                 Add a function to know whether we're exiting
656         * src/plugins/trayicon/trayicon.c
657                 If exiting, don't do anything. Faster, and
658                 avoids gtk_main_iteration reentracy causing
659                 segfaults at exit
660
661 2006-08-09 [colin]      2.4.0cvs35
662
663         * src/messageview.c
664         * src/mimeview.c
665         * src/mimeview.h
666                 Fix lack of part selection when automatically 
667                 jumping to a specific part
668         * src/msgcache.c
669                 Little optimisation in cache reading
670
671 2006-08-09 [colin]      2.4.0cvs34
672
673         * src/compose.c
674                 Fix crash setting the priority on reedit
675                 (Accessing compose before creating it!)
676
677 2006-08-08 [colin]      2.4.0cvs33
678
679         * src/procmime.c
680                 Fix bug #998 (last attachment is not accessible)
681                 Bad RFC interpretation on multipart close-delimiters
682         * src/mimeview.c
683         * src/mimeview.h
684         * src/gtk/gtkvscrollbutton.c
685         * src/gtk/gtkvscrollbutton.h
686                 Make attachments list wheel-scrollable
687
688 2006-08-07 [colin]      2.4.0cvs32
689
690         * src/gtk/gtkaspell.c
691                 Fix bug #973 (Unicode punctation characters 
692                 are not recognized as separators by the
693                 spell checker); fix unsigned stuff
694
695 2006-08-07 [colin]      2.4.0cvs31
696
697         * src/compose.c
698                 Fix bug #956 (DnD text with accents in compose 
699                 text entry); fix gccc's signed/unsigned fuss
700
701 2006-08-06 [colin]      2.4.0cvs30
702
703         * src/main.c
704                 Fix bug #979 (Plugin crashes when exiting 
705                 sylpheed-claws) : handle exit request only 
706                 once
707
708 2006-08-05 [colin]      2.4.0cvs29
709
710         * src/news.c
711                 Just make sure we have a msgid.
712
713 2006-08-05 [colin]      2.4.0cvs28
714
715         * src/news.c
716         * src/summaryview.c
717                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
718                 by reimplementing it
719         * src/textview.c
720                 Fix bug when hiding quotes with level > 3 and quote
721                 colors are recycled
722
723 2006-08-04 [colin]      2.4.0cvs27
724
725         * src/compose.c
726         * src/undo.c
727         * src/undo.h
728                 Fix a bit replace-by-pasting undo
729         * src/mainwindow.c
730         * src/messageview.c
731                 Fix Fold quotes menu synchro in
732                 mainwindow when it changes in 
733                 messageview
734         * src/textview.c
735                 Fix right-click on quotes blocks
736         * src/common/utils.c
737                 Verify that the file created by
738                 my_tmpfile() is writable. Fixes
739                 bug #988 (very specific filesystem
740                 issue)
741         * src/plugins/pgpcore/sgpgme.c
742                 Fix file descriptor leak
743         * src/plugins/spamassassin/spamassassin.c
744                 Warn once if spamd isn't reachable
745
746 2006-08-04 [colin]      2.4.0cvs26
747
748         * src/toolbar.c
749                 i18n context patch by Fabien
750
751 2006-08-03 [colin]      2.4.0cvs25
752
753         * src/mainwindow.c
754         * src/messageview.c
755                 Rename "Hide quotes" to "Fold quotes"
756         * src/textview.c
757                 Don't use hand cursor on quotes. "all 
758                 the bonuses of the feature and none of 
759                 unwelcome side-effects"
760
761 2006-08-03 [colin]      2.4.0cvs24
762
763         * AUTHORS
764         * sylpheed-claws.desktop
765         * src/gtk/authors.h
766                 Bring the desktop file to XDG compliance
767                 Patch by Charles A. Edwards
768
769 2006-08-03 [colin]      2.4.0cvs23
770
771         * src/textview.c
772                 Fix links offset when they are preceded
773                 by accentued chars (g_utf8_strlen!)
774         * src/mainwindow.c
775                 Fix wrong status when starting offline
776
777
778 2006-08-03 [wwp]        2.4.0cvs22
779
780         * src/prefs_common.h
781                 ask what to do w/ filtering rules that belong to an account when
782                 applying filtering rules manually from the main window (skip,
783                 apply regardless of the account, use current account). This dialog
784                 can be skipped and the last reply used.
785                 (forgot that file)
786
787 2006-08-03 [wwp]        2.4.0cvs21
788
789         * src/filtering.c
790         * src/filtering.h
791         * src/prefs_common.c
792         * src/summaryview.c
793         * src/alertpanel.c
794         * src/alertpanel.h
795         * src/messageview.c
796                 ask what to do w/ filtering rules that belong to an account when
797                 applying filtering rules manually from the main window (skip,
798                 apply regardless of the account, use current account). This dialog
799                 can be skipped and the last reply used.
800
801
802 2006-08-03 [colin]      2.4.0cvs20
803
804         * src/textview.c
805                 Optimize previous patch
806
807 2006-08-03 [cleroy]     2.4.0cvs19
808
809         * src/textview.c
810                 Fix quotes getting toggled back when the
811                 mail has an even number of text parts
812
813 2006-08-02 [colin]      2.4.0cvs18
814
815         * src/messageview.c
816                 Add Hide quotes menu
817
818 2006-08-02 [colin]      2.4.0cvs17
819
820         * src/mainwindow.c
821         * src/prefs_common.c
822         * src/textview.c
823         * src/textview.h
824         * src/gtk/about.c
825                 Allow per-level quote hiding,
826                 Allow toggling quotes by double-clicking them
827                 Rename RemoteURI to ClickableText to reflect
828                 the fact it's used for a variety of things
829
830 2006-08-02 [wwp]        2.4.0cvs16
831
832         * src/mainwindow.c
833                 fix "View/Hide quotes" menu item status initialization.
834
835 2006-08-02 [wwp]        2.4.0cvs15
836
837         * src/matcher_parser_parse.y
838                 remove a debug trace.
839
840 2006-08-02 [paul]       2.4.0cvs14
841
842         * src/plugins/pgpcore/passphrase.c
843                 don't set initial dialog size
844                 make it resizable
845
846 2006-08-02 [paul]       2.4.0cvs13
847
848         * src/noticeview.c
849                 remove the rogue '/' character
850
851 2006-08-02 [paul]       2.4.0cvs12
852
853         * src/noticeview.c
854                 allow buttons to resize as necessary
855
856 2006-08-01 [wwp]        2.4.0cvs11
857
858         * src/mbox.c
859                 fix strict ISO C90 compliance.
860
861 2006-08-01 [wwp]        2.4.0cvs10
862
863         * tools/update-po
864                 updated update-po tool to work w/ context-dependent translations.
865                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
866
867 2006-08-01 [wwp]        2.4.0cvs9
868
869         * src/matcher.c
870         * src/prefs_filtering.c
871         * src/prefs_matcher.c
872                 allow context-dependent translations for "All",
873                 patch by Fabien Vantard <fzzzzz@gmail.com>.
874
875 2006-07-31 [colin]      2.4.0cvs8
876
877         * AUTHORS
878         * src/gtk/authors.h
879                 Add Rafal to authors
880
881 2006-07-31 [colin]      2.4.0cvs7
882
883         * src/compose.c
884         * src/mainwindow.c
885         * src/messageview.h
886         * src/prefs_common.c
887         * src/prefs_common.h
888         * src/textview.c
889                 Add 'View/Hide quotes'. Patch based on a patch
890                 by Rafal Weglarz
891
892 2006-07-31 [colin]      2.4.0cvs6
893
894         * src/action.c
895                 Fix problem with "> stuff >" actions
896
897 2006-07-31 [paul]       2.4.0cvs5
898
899         * po/nb.po
900                 updated by Geir Helland
901
902 2006-07-31 [wwp]        2.4.0cvs4
903
904         * src/mainwindow.c
905         * src/summaryview.c
906         * src/summaryview.h
907                 add "View/Go to/Parent message" and "View/Go to/Last read message",
908                 thanks to Colin.
909
910 2006-07-31 [wwp]        2.4.0cvs3
911
912         * src/Makefile.am
913         * src/addr_compl.c
914         * src/addr_compl.h
915         * src/addressbook.c
916         * src/addressbook.h
917         * src/addressbook_foldersel.c
918         * src/addressbook_foldersel.h
919         * src/addrindex.c
920         * src/addrindex.h
921         * src/matcher.c
922         * src/matcher.h
923         * src/matcher_parser_lex.l
924         * src/matcher_parser_parse.y
925         * src/prefs_common.c
926         * src/prefs_common.h
927         * src/prefs_filtering.c
928         * src/prefs_matcher.c
929         * src/prefs_matcher.h
930         * src/summaryview.c
931                 introduce filtering against the address book. It's now possible to add
932                 matched conditions to determine if any email address in a message matches
933                 or doesn't match any or all books or folders in the address book.
934
935 2006-07-31 [wwp]        2.4.0cvs2
936
937         * src/account.c
938         * src/filtering.c
939         * src/filtering.h
940         * src/folder.c
941         * src/folderview.c
942         * src/inc.c
943         * src/mainwindow.c
944         * src/matcher.c
945         * src/matcher_parser_lex.l
946         * src/matcher_parser_parse.y
947         * src/mbox.c
948         * src/prefs_filtering.c
949         * src/prefs_filtering.h
950         * src/procmsg.c
951         * src/procmsg.h
952         * src/summaryview.c
953                 introduce per-account filtering rules. Each filtering rule can now be assigned
954                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
955                 when applying filtering rules manually, as all rules will apply - even the ones
956                 assigned to an account. This issue will be addressed soon.
957  
958
959
960 2006-07-31 [wwp]        2.4.0cvs1
961
962         * src/quote_fmt.c
963                 make more strings translatable.
964
965 2006-07-31 [paul]       2.4.0
966
967         2.4.0 released
968
969 2006-07-31 [paul]       2.3.1cvs91
970
971         * po/ca.po
972                 updated by Miquel Oliete
973
974 2006-07-31 [paul]       2.3.1cvs90
975
976         * po/de.po
977         * po/el.po
978         * po/fr.po
979         * po/it.po
980         * po/pl.po
981         * po/pt_BR.po
982         * po/sr.po
983         * po/zh_CN.po
984                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
985                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
986                 Aleksandar Urosevic, and Ralgh Young
987
988 2006-07-31 [paul]       2.3.1cvs89
989
990         * src/account.c
991         * src/main.c
992         * src/mainwindow.c
993         * src/mainwindow.h
994                 Fix a race condition when, after an SC crash, rescanning
995                 folders took more than 0.5 seconds
996                 Thanks to Colin
997
998 2006-07-31 [paul]       2.3.1cvs88
999
1000         * src/folderview.c
1001                 don't translate separator strings
1002
1003 2006-07-30 [mones]      2.3.1cvs87
1004
1005         * doc/man/sylpheed-claws.1
1006                 Fixed non-ASCII chars in Hoa's name
1007         * po/es.po
1008                 Updated for release
1009
1010 2006-07-27 [colin]      2.3.1cvs86
1011
1012         * src/textview.c
1013                 Don't include the leading \n in links
1014                 Patch by Fabien
1015
1016 2006-07-25 [colin]      2.3.1cvs85
1017
1018         * src/mainwindow.c
1019         * src/common/socket.h
1020         * src/etpan/imap-thread.c
1021                 Refresh resolvers before connecting
1022                 to IMAP servers, and after switching
1023                 to online. Thanks to Paul.
1024
1025 2006-07-18 [colin]
1026
1027         * 2.4.0-rc4 released
1028
1029 2006-07-17 [colin]      2.3.1cvs84
1030
1031         * src/inc.c
1032                 Show connection attempt in statusbar before
1033                 connecting (previously first message was
1034                 "Retrieving messages from ..." after the
1035                 connection succeeded.
1036
1037 2006-07-16 [wwp]        2.3.1cvs83
1038
1039         * sylpheed-claws.ico
1040                 Added .ico file (windows multi-size icon file, generated).
1041
1042 2006-07-12 [wwp]        2.3.1cvs82
1043
1044         * src/messageview.c
1045                 remove Message/Re-edit menu entry from messageview window,
1046                 as sent/draft/queued messages are opened in compose window when
1047                 re-edited and it's not possible to re-edit other msgs.
1048
1049 2006-07-12 [paul]       2.3.1cvs81
1050
1051         * AUTHORS
1052         * src/mainwindow.c
1053         * src/gtk/authors.h
1054                 check online state before resetting
1055                 mailcheck timer. Useful if some program
1056                 verifies connection state and updates
1057                 Claws.
1058                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1059
1060 2006-07-12 [paul]       2.3.1cvs80
1061
1062         * sylpheed-claws-128x128.png
1063         * sylpheed-claws-64x64.png
1064         * sylpheed-claws.png
1065         * src/Makefile.am
1066         * src/main.c
1067         * src/prefs_toolbar.c
1068         * src/stock_pixmap.c
1069         * src/stock_pixmap.h
1070         * src/wizard.c
1071         * src/gtk/about.c
1072         * src/gtk/gtkutils.c
1073         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1074         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1075         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1076         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1077         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1078         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1079                 updated and renamed logo/icon files and related
1080                 logo by Jesper Schultz
1081
1082 2006-07-11 [paul]       2.3.1cvs79
1083
1084         * src/main.c
1085                 fix the labels a smidgin
1086
1087 2006-07-09 [colin]      2.3.1cvs78
1088
1089         * src/textview.c
1090                 Show errors in textviewer's command
1091                 Patch by H. Merijn Brand
1092
1093 2006-07-09 [colin]      2.3.1cvs77
1094
1095         * src/compose.c
1096                 Save FMID in drafts too
1097
1098 2006-07-08 [colin]      2.3.1cvs76
1099
1100         * src/compose.c
1101                 Svae RMID in drafted mails too
1102                 Save quote_fmt vars for whole mails,
1103                 don't reset at each quote_fmt_init:
1104                 allows to use the same |i{var} in
1105                 various template fields
1106         * src/prefs_template.c
1107         * src/quote_fmt.h
1108         * src/quote_fmt_parse.y
1109                 Same
1110
1111 2006-07-08 [colin]      2.3.1cvs75
1112
1113         * src/textview.c
1114                 Fix highlighting of attached parts URIs
1115
1116 2006-07-08 [colin]      2.3.1cvs74
1117
1118         * src/main.c
1119                 Prevent bug #981 (sc 2.3.1 segfaults with 
1120                 gtk+ 2.10) from being reported again:
1121                 if Sylpheed-Claws has been compiled against
1122                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1123                 of if Sylpheed-Claws has been compiled against
1124                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1125                 error out.
1126
1127 2006-07-07 [colin]      2.3.1cvs73
1128
1129         * src/prefs_actions.c
1130                 Fix label
1131
1132 2006-07-07 [colin]      2.3.1cvs72
1133
1134         * src/prefs_actions.c
1135                 Fix compile on gtk < 2.8. argh :)
1136
1137 2006-07-07 [paul]       2.3.1cvs71
1138
1139         * src/common/defs.h
1140                 update DONATE_URI
1141
1142 2006-07-07 [colin]      2.3.1cvs70
1143
1144         * po/POTFILES.in
1145         * src/quote_fmt.c
1146         * src/quote_fmt_lex.l
1147         * src/quote_fmt_parse.y
1148                 Add |i{var}, a way to insert user-entered
1149                 text in a template
1150
1151 2006-07-07 [colin]
1152
1153         * 2.4.0-rc3 released
1154
1155 2006-07-07 [colin]      2.3.1cvs69
1156
1157         * src/folder.c
1158                 Don't consider inboxes of UNKNOWN folder 
1159                 classes to be useable as default inboxes
1160
1161 2006-07-07 [paul]       2.3.1cvs68
1162
1163         * src/textview.c
1164                 add missing #include <errno.h>
1165                 Thanks to René J. Blokland
1166
1167 2006-07-07 [paul]       2.3.1cvs67
1168
1169         * src/action.c
1170                 Return now Closes dialog
1171         * src/mimeview.c
1172         * src/mimeview.h
1173         * src/textview.c
1174                 add contextual menu to mime parts listed
1175                 in the textview
1176                 Thanks to Colin
1177         * src/common/utils.c
1178                 reversal: ' is a valid character in URLs
1179
1180 2006-07-06 [colin]      2.3.1cvs66
1181
1182         * src/remotefolder.h
1183                 Forgotten in previous commit
1184
1185 2006-07-06 [colin]      2.3.1cvs65
1186
1187         * src/folder.c
1188                 Set summary update flag whenever
1189                 totals changed
1190         * src/imap.c
1191         * src/prefs_account.c
1192         * src/common/utils.h
1193         * src/etpan/imap-thread.c
1194                 Fix warnings, thanks to Fabien and
1195                 Ricardo
1196
1197 2006-07-06 [wwp]        2.3.1cvs64
1198
1199         * src/gtk/gtkutils.c
1200                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1201
1202 2006-07-06 [wwp]        2.3.1cvs63
1203
1204         * src/account.c
1205         * src/addressbook.c
1206         * src/addressitem.h
1207         * src/folderview.c
1208         * src/mainwindow.c
1209         * src/manual.c
1210         * src/manual.h
1211         * src/message_search.c
1212         * src/prefs_actions.c
1213         * src/prefs_filtering.c
1214         * src/prefs_filtering.h
1215         * src/prefs_template.c
1216         * src/summary_search.c
1217         * src/summaryview.c
1218         * src/gtk/gtkutils.c
1219         * src/gtk/gtkutils.h
1220         * src/gtk/pluginwindow.c
1221                 add help buttons to some dialogs. Clicking such buttons opens a
1222                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1223
1224 2006-07-06 [paul]       2.3.1cvs62
1225
1226         * src/textview.c
1227                 fix attachments contextual menu
1228                 Thanks to Colin
1229
1230 2006-07-05 [colin]      2.3.1cvs61
1231
1232         * src/textview.c
1233         * src/compose.c
1234                 Handle sftp:// links
1235
1236 2006-07-05 [paul]       2.3.1cvs60
1237
1238         * src/gtk/filesel.c
1239                 grab save button by default
1240                 Thanks to Colin
1241
1242 2006-07-05 [wwp]        2.3.1cvs59
1243
1244         * manual/xml2pdf
1245                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1246
1247 2006-07-04 [colin]      2.3.1cvs58
1248
1249         * src/mimeview.c
1250         * src/textview.c
1251                 Use left click to select, middle click to open
1252                 on mimeparts links
1253         * src/common/utils.c
1254                 Fix segfault
1255
1256 2006-07-04 [colin]      2.3.1cvs57
1257
1258         * src/mainwindow.c
1259         * src/news.c
1260                 Warning fixes, thanks to Fabien
1261
1262 2006-07-04 [colin]      2.3.1cvs56
1263
1264         * src/mimeview.c
1265         * src/mimeview.h
1266         * src/textview.c
1267                 Allow parts to be selected via their text label
1268                 in textview
1269
1270 2006-07-04 [colin]      2.3.1cvs55
1271
1272         * src/folderview.c
1273                 Feedback when closing (for big folders)
1274         * src/prefs_actions.c
1275         * src/prefs_filtering.c
1276         * src/prefs_matcher.c
1277         * src/prefs_template.c
1278                 Fix default button when closing without
1279                 having saved
1280
1281 2006-07-04 [colin]      2.3.1cvs54
1282
1283         * src/news.c
1284                 Delete local file on deletion
1285
1286 2006-07-03 [colin]      2.3.1cvs53
1287
1288         * src/folderview.c
1289         * src/main.c
1290                 Don't freeze when rescanning after crash
1291
1292 2006-07-03 [wwp]        2.3.1cvs52
1293
1294         * src/compose.c
1295         * src/privacy.c
1296         * src/privacy.h
1297         * src/plugins/pgpinline/pgpinline.c
1298         * src/plugins/pgpmime/pgpmime.c
1299                 don't report an error when the user cancels the passphrase dialog.
1300
1301 2006-07-02 [colin]      2.3.1cvs51
1302
1303         * src/folderview.c
1304                 Open message when crossing folders with Space,
1305                 goto next unread and friends
1306
1307 2006-07-01 [colin]      2.3.1cvs50
1308
1309         * src/prefs_account.c
1310                 Typographic rules varying from language
1311                 to language (in french "Protocole :"),
1312                 we have to do that :)
1313
1314 2006-07-01 [ticho]      2.3.1cvs49
1315
1316         * src/prefs_account.c
1317                 Only use one temporary gchar* variable in
1318                 prefs_account_protocol_set_optmenu().
1319
1320 2006-07-01 [ticho]      2.3.1cvs48
1321
1322         * src/prefs_account.c
1323         * src/prefs_account.h
1324                 Use GtkLabel for existing account protocol name.
1325                 Created an array for protocol names and populate the
1326                 combobox from it in a for() cycle.
1327
1328 2006-06-30 [colin]      2.3.1cvs47
1329
1330         * src/compose.c
1331                 Block undo when changing signature (by changing
1332                 account)
1333
1334 2006-06-30 [paul]       2.3.1cvs46
1335
1336         * src/send_message.c
1337                 when editing From in the Compose window, use that address
1338                 in the Return-Path: header
1339                 Thanks to Colin
1340
1341 2006-06-30 [colin]      2.3.1cvs45
1342
1343         * src/compose.c
1344                 Fix signature replacement:
1345                 - when no newline before separator
1346                 - when reediting
1347
1348 2006-06-29 [colin]      2.3.1cvs44
1349
1350         * src/folderview.c
1351         * src/folderview.h
1352         * src/mainwindow.c
1353         * src/summaryview.c
1354                 Let 'View/Go to/Next marked' work like
1355                 Next new & Next unread: across folders
1356                 Change the select_on_entry pref to do
1357                 what we want when changing folder
1358         * src/common/utils.c
1359                 Fix single-quoted links 
1360
1361 2006-06-29 [colin]      2.3.1cvs43
1362
1363         * src/gtk/gtkaspell.c
1364                 "Sylpheed" and "Sylpheed-Claws" do exist !
1365
1366 2006-06-29 [colin]      2.3.1cvs42
1367
1368         * src/imap.c
1369                 Forgot to remove debug
1370
1371 2006-06-29 [colin]      2.3.1cvs41
1372
1373         * src/imap.c
1374         * src/imap.h
1375         * src/mainwindow.c
1376                 Disconnect from IMAP servers when going
1377                 offline. Fixes bug #978 (going to offline-mode 
1378                 won't close connections)
1379
1380 2006-06-29 [colin]      2.3.1cvs40
1381
1382         * src/main.c
1383                 Fix transient setting on failing plugins
1384                 Patch by Fabien
1385         * src/plugins/pgpcore/sgpgme.c
1386                 Only warn for OpenPGP. Most people don't
1387                 have CMS available.
1388
1389 2006-06-29 [colin]      2.3.1cvs39
1390
1391         * src/compose.c
1392                 Fix Spelling menu (discrepancy between context menu
1393                 and top menu when folder's dictionary isn't the 
1394                 default one)
1395         * src/plugins/pgpcore/sgpgme.c
1396                 More error reporting about why gpgme can fail
1397
1398 2006-06-29 [wwp]        2.3.1cvs38
1399
1400         * src/mainwindow.c
1401                 honor the display-header-pane setting even when the message view
1402                 is a separate window.
1403
1404 2006-06-29 [wwp]        2.3.1cvs37
1405
1406         * src/prefs_actions.c
1407                 forgot to commit that one (use of GTK_STOCK_INFO).
1408
1409 2006-06-29 [colin]      2.3.1cvs36
1410
1411         * src/imap.c
1412                 Better handling of login errors (ask the password
1413                 again once), alert in case of error. Fix three
1414                 signedness warnings.
1415
1416 2006-06-28 [wwp]        2.3.1cvs35
1417
1418         * src/prefs_template.c
1419         * src/prefs_matcher.c
1420         * src/prefs_filtering_action.c
1421         * src/prefs_quote.c
1422                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1423                 patch by Fabien Vantard, slightly modified.
1424
1425 2006-06-28 [paul]
1426
1427         2.4.0-rc2 released
1428
1429 2006-06-28 [colin]      2.3.1cvs34
1430
1431         * src/prefs_account.c
1432                 Fix bug #977 (Can't add or edit imap accounts)
1433
1434 2006-06-28 [colin]      2.3.1cvs33
1435
1436         * src/mimeview.c
1437                 Fix previous
1438
1439 2006-06-28 [colin]      2.3.1cvs32
1440
1441         * src/mimeview.c
1442                 Save named inlined attachments with "Save all"
1443         * src/main.c
1444         * src/mbox.c
1445         * src/common/plugin.c
1446         * src/common/plugin.h
1447         * src/common/sylpheed.c
1448         * src/common/utils.c
1449         * src/plugins/pgpcore/sylpheed.def
1450         * src/plugins/pgpinline/sylpheed.def
1451         * src/plugins/pgpmime/sylpheed.def
1452                 Win32 compatibility patch, by
1453                 Werner Koch
1454
1455 2006-06-28 [wwp]        2.3.1cvs31
1456
1457         * src/imap.c
1458         * src/prefs_folder_item.c
1459                 less compilation warnings (thanks to Fabien Vantard), less typos.
1460
1461 2006-06-28 [paul]       2.3.1cvs30
1462
1463         * src/gtk/gtkutils.c
1464                 gtk_combo_box_set_focus_on_click() is only
1465                 available since gtk 2.6.0
1466
1467 2006-06-28 [paul]       2.3.1cvs29
1468
1469         * src/prefs_ext_prog.c
1470                 fix engrish and add a tooltip for the
1471                 'command for 'Display as text' option
1472
1473 2006-06-28 [paul]
1474
1475         2.4.0-rc1 released
1476
1477 2006-06-28 [paul]       2.3.1cvs28
1478
1479         * ChangeLog
1480         * tools/Makefile.am
1481                 include textviewer.pl in releases
1482
1483 2006-06-28 [paul]       2.3.1cvs27
1484
1485         * src/prefs_ext_prog.c
1486                 hide Print command option if libgnomeprint
1487                 support is present
1488
1489 2006-06-27 [colin]      2.3.1cvs26
1490
1491         * src/compose.c
1492                 Fix Esc handling in insert/attach dialog
1493                 Don't show this dialog if dragging something
1494                 else than text/uri-list
1495                 Thanks to Fabien Vantard
1496         * tools/textviewer.pl
1497                 Filter script to display stuff as text
1498                 by H. Merijn Brand
1499
1500 2006-06-27 [wwp]        2.3.1cvs25
1501
1502         * src/messageview.c
1503                 use the exact product name (message view title), patch
1504                 by Fabien Vantard.
1505
1506 2006-06-27 [ticho]      2.3.1cvs24
1507
1508         * src/prefs_account.c
1509         * src/prefs_common.c
1510         * src/prefs_common.h
1511         * src/prefs_ext_prog.c
1512         * src/textview.c
1513                 Add a preference (Preferences/External programs)
1514                 to allow "Display as text" to be done via a script
1515                 (patch by H.Merijn Brand).
1516                 Use GtkComboBox for protocol selection in account
1517                 preferences.
1518                 Only include current choice for existing accounts, and
1519                 insensitivize the combobox.
1520
1521 2006-06-27 [paul]       2.3.1cvs23
1522
1523         * src/mbox.c
1524                 fix crasher introduced in cvs21.
1525                 Thanks to Colin
1526
1527 2006-06-26 [colin]      2.3.1cvs22
1528
1529         * src/mbox.c
1530                 Fix double-frees when leaving folders
1531                 after exporting to mbox
1532
1533 2006-06-26 [colin]      2.3.1cvs21
1534
1535         * src/mbox.c
1536                 More feedback (and optimisation)
1537                 on import/export
1538         * src/common/utils.c
1539                 Fix case when looking for mail addresses
1540         * src/gtk/gtkutils.c
1541                 Extra check for (X-)Face
1542
1543 2006-06-25 [ticho]      2.3.1cvs20
1544
1545         * src/compose.c
1546         * src/exphtmldlg.c
1547         * src/gtk/gtkutils.c
1548         * src/gtk/gtkutils.h
1549                 Added second argument to gtkut_sc_combobox_create() to
1550                 control focus-on-click for the widget.
1551                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1552
1553 2006-06-25 [ticho]      2.3.1cvs19
1554
1555         * src/compose.c
1556         * src/gtk/Makefile.am
1557         * src/gtk/combobox.c
1558         * src/gtk/combobox.h
1559         * src/gtk/gtkutils.c
1560         * src/gtk/gtkutils.h
1561                 Use GtkComboBox instead of deprecated GtkOptionMenu
1562                 for account selector in compose window and for encoding
1563                 selector in attachment properties.
1564                 Also factorise working with the new GtkComboBox somewhat.
1565
1566 2006-06-24 [paul]       2.3.1cvs18
1567
1568         * src/prefs_common.c
1569                 use the correct default value
1570
1571 2006-06-24 [paul]       2.3.1cvs17
1572
1573         * src/compose.c
1574         * src/prefs_common.c
1575         * src/prefs_common.h
1576         * src/prefs_compose_writing.c
1577                 enable setting of default action when
1578                 dnd'ing files in the compose window.
1579                 (Collaborative effort with wwp)
1580
1581 2006-06-23 [wwp]        2.3.1cvs16
1582
1583         * src/compose.c
1584                 i18n fix (thanks to Fabien Vantard)
1585
1586 2006-06-22 [colin]      2.3.1cvs15
1587
1588         * src/prefs_customheader.c
1589                 Don't use filters in custom headers' file 
1590                 selector. Remember, extensions mean nothing :)
1591
1592 2006-06-22 [paul]       2.3.1cvs14
1593
1594         * configure.ac
1595                 allow setting of man directory location
1596
1597 2006-06-22 [colin]      2.3.1cvs13
1598
1599         * src/mainwindow.c
1600                 Add 'View/Go to/Next unread folder'.
1601                 I missed that :)
1602
1603 2006-06-22 [colin]      2.3.1cvs12
1604
1605         * src/common/utils.c
1606                 Add some subject prefixes
1607                 Patch by Bjorn T Johansen <btj@havleik.no>
1608
1609 2006-06-22 [colin]      2.3.1cvs11
1610
1611         * manual/advanced.xml
1612                 Forgotten hidden pref
1613
1614 2006-06-21 [paul]       2.3.1cvs10
1615
1616         * src/prefs_account.c
1617                 complete the removal of 'Add date header' option
1618
1619 2006-06-21 [paul]       2.3.1cvs9
1620
1621         * src/account.c
1622         * src/compose.c
1623         * src/prefs_account.c
1624         * src/prefs_account.h
1625                 remove option to add date header - always
1626                 add date header
1627         * src/etpan/imap-thread.c
1628                 fix warnings (Thanks to Colin)
1629
1630 2006-06-21 [wwp]        2.3.1cvs8
1631
1632         * src/folder.c
1633                 set the attachment flag when inline text part are (file)named. This is more convenient
1634                 when receiving (for instance) inline source files or patches sent using thunderbird.
1635
1636 2006-06-21 [paul]       2.3.1cvs7
1637
1638         * src/inc.c
1639                 fix off-by-one count of current msg in
1640                 statusbar filtering progressbar
1641
1642 2006-06-21 [paul]       2.3.1cvs6
1643
1644         * src/folder.c
1645                 Show attachment icon even if the part is 'inline'
1646                 if the following conditions are met:
1647                 - content-type != 'text/plain'
1648                 - content-type != '*/pgp-signature'
1649                 - either 'name' or 'filename' parameter is not NULL
1650                 
1651                 Thanks to Colin
1652
1653 2006-06-21 [paul]       2.3.1cvs5
1654
1655         * src/messageview.c
1656         * src/prefs_common.c
1657         * src/prefs_common.h
1658         * src/prefs_other.c
1659                 add an option to 'Never send Return
1660                 Receipts'
1661                 Thanks to Colin
1662
1663 2006-06-20 [mones]      2.3.1cvs4
1664
1665         * po/es.po
1666                 updated
1667         * src/compose.c
1668                 typo fixed (space after comma)
1669         * tools/make.themes.project
1670                 remove exec mode from tarball files
1671
1672 2006-06-20 [colin]      2.3.1cvs3
1673
1674         * src/news.c
1675         * src/procheader.c
1676         * src/unmime.c
1677                 Better fix for \n's in headers (don't 
1678                 break Received: and others)
1679
1680 2006-06-20 [paul]       2.3.1cvs2
1681
1682         * src/alertpanel.c
1683         * src/textview.c
1684                 improve legibility of phishing attempt
1685                 dialog
1686
1687 2006-06-20 [paul]       2.3.1cvs1
1688
1689         * NEWS
1690         * README
1691         * configure.ac
1692                 Update version number following
1693                 stable release
1694
1695 2006-06-20 [colin]      2.3.0cvs26
1696
1697         * src/compose.c
1698                 When dragging a file to the text of the compose
1699                 window, ask whether we want to insert or attach
1700                 (I know lots of people who do that to attach)
1701
1702 2006-06-20 [colin]      2.3.0cvs25
1703
1704         * src/etpan/imap-thread.c
1705                 Fix threshold (the append command is often > 32 bytes)
1706
1707 2006-06-19 [colin]      2.3.0cvs24
1708
1709         * src/imap.c
1710         * src/etpan/imap-thread.c
1711                 Workaround Rockliffe IMAP server bug: replace
1712                 "x UID SEARCH (ANSWERED UID 1:*)" with
1713                 "x UID SEARCH ANSWERED"
1714                 (Rockliffe doesn't handle the parenthesis)
1715
1716 2006-06-19 [colin]      2.3.0cvs23
1717
1718         * src/compose.c
1719         * src/imap.c
1720         * src/etpan/imap-thread.c
1721                 Probably fix bug #972 (Freezes when adding 
1722                 an attachment to the message)
1723         * src/common/defs.h
1724                 Modernize Firefox cmd
1725
1726
1727 2006-06-18 [colin]      2.3.0cvs22
1728
1729         * src/prefs_customheader.c
1730                 Only allow correct filenames for various
1731                 custom headers
1732
1733 2006-06-18 [colin]      2.3.0cvs21
1734
1735         * src/prefs_customheader.c
1736                 Add a 'From File...' button in custom headers prefs, which
1737                 try to do the right thing: 
1738                 for normal headers, use file as plaintext,
1739                 for X-Face, calls compface,
1740                 for Face, encode to b64.
1741
1742 2006-06-17 [colin]      2.3.0cvs20
1743
1744         * src/mh.c
1745                 Warning fix
1746
1747 2006-06-16 [colin]      2.3.0cvs19
1748
1749         * src/summaryview.c
1750                 Recursive quicksearch: show message list
1751                 in current folder, *then* search children
1752                 in the background.
1753
1754 2006-06-16 [colin]      2.3.0cvs18
1755
1756         * src/main.c
1757                 Instead of ignoring SIGPIPE, save caches
1758                 when getting one. Will fix the fact that
1759                 hot caches are out-of-date when logging 
1760                 out of Xorg.
1761         * src/compose.c
1762         * src/prefs_compose_writing.c
1763                 Only save text (not attachments) when 
1764                 auto-saving to drafts
1765         * src/unmime.c
1766                 Always replace \n, \r and \t with spaces
1767                 in headers
1768         * manual/dist/html/Makefile.am
1769         * manual/dist/pdf/Makefile.am
1770         * manual/dist/ps/Makefile.am
1771         * manual/dist/txt/Makefile.am
1772         * manual/fr/dist/html/Makefile.am
1773         * manual/fr/dist/pdf/Makefile.am
1774         * manual/fr/dist/ps/Makefile.am
1775         * manual/fr/dist/txt/Makefile.am
1776         * manual/pl/dist/html/Makefile.am
1777         * manual/pl/dist/pdf/Makefile.am
1778         * manual/pl/dist/ps/Makefile.am
1779         * manual/pl/dist/txt/Makefile.am
1780                 Fix make clean removing pregenerated manuals
1781
1782
1783 2006-06-16 [colin]      2.3.0cvs17
1784
1785         * src/plugins/pgpcore/sgpgme.c
1786         * src/plugins/pgpmime/pgpmime.c
1787         * src/plugins/pgpinline/pgpinline.c
1788                 Better error reporting in setup_signers.
1789                 Don't fallback to default key if specified
1790                 key isn't found.
1791                 Don't allow signing if more than one secret
1792                 key matches the one specified in prefs.
1793
1794 2006-06-15 [colin]      2.3.0cvs16
1795
1796         * src/folderview.c
1797                 Add "Send queue" in the folder's contextual
1798                 menu
1799         * src/compose.c
1800         * src/messageview.c
1801         * src/privacy.c
1802         * src/privacy.h
1803         * src/procmime.c
1804         * src/procmsg.c
1805         * src/plugins/pgpcore/passphrase.c
1806         * src/plugins/pgpcore/sgpgme.c
1807         * src/plugins/pgpinline/pgpinline.c
1808         * src/plugins/pgpmime/pgpmime.c
1809                 Better error reporting
1810         * src/mbox.c
1811                 Probably fix bug #971 (2.2.3 cannot read mail 
1812                 from local mbox)
1813
1814
1815 2006-06-15 [mones]      2.3.0cvs15
1816
1817         * tools/make.themes.project
1818                 creates the themes project from the web page
1819
1820 2006-06-15 [colin]      2.3.0cvs14
1821
1822         * src/folder.c
1823                 Better fix (avoid losing the folder if scan_tree 
1824                 fails)
1825
1826 2006-06-15 [cleroy]     2.3.0cvs13
1827
1828         * src/folder.c
1829                 Probably fix Bug #969 (crash on rebuilding 
1830                 imap folder)
1831
1832 2006-06-14 [colin]      2.3.0cvs12
1833
1834         * manual/dtd/manual.xsl
1835         * manual/sylpheed-claws-manual.xml
1836         * manual/fr/sylpheed-claws-manual.xml
1837         * manual/pl/sylpheed-claws-manual.xml
1838                 Insert pagebreaks between sections
1839
1840 2006-06-14 [paul]       2.3.0cvs11
1841
1842         * configure.ac
1843                 better fix than 2.3.0cvs10
1844
1845 2006-06-14 [paul]       2.3.0cvs10
1846
1847         * configure.ac
1848                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1849                 (backwards compatible)
1850
1851 2006-06-13 [colin]      2.3.0cvs9
1852
1853         * src/messageview.c
1854                 Fix sending of return receipt with the new queue folders
1855
1856 2006-06-13 [wwp]        2.3.0cvs8
1857
1858         * src/quote_fmt_lex.l
1859                 fix wrong tokens returned in quote_fmt lexer, query not().
1860
1861 2006-06-13 [wwp]        2.3.0cvs7
1862
1863         * src/folder.c
1864         * src/prefs_folder_item.c
1865                 allow changing folder type even when folder is not a top-level one,
1866                 thanks to Colin.
1867
1868 2006-06-12 [colin]      2.3.0cvs6
1869
1870         * src/folderview.c
1871                 Fix double-ask of "Do you want to mark all
1872                 as read"
1873
1874 2006-06-12 [colin]      2.3.0cvs5
1875
1876         * src/compose.c
1877         * src/compose.h
1878         * src/folder.c
1879         * src/folder.h
1880         * src/imap.c
1881         * src/inc.c
1882         * src/main.c
1883         * src/messageview.c
1884         * src/mh.c
1885         * src/prefs_folder_item.c
1886         * src/procheader.c
1887         * src/procmime.c
1888         * src/procmsg.c
1889         * src/procmsg.h
1890         * src/send_message.c
1891         * src/summaryview.c
1892         * src/toolbar.c
1893                 Apply bug #964's patch (Queue and drafts aren't normal)
1894                 The Drafts and Queue folder now contain RFC-822 files,
1895                 allowing to move and copy mails from and to these 
1896                 folders. Moving from Drafts to Queue will prepare the
1897                 mail for sending (PGP signature, encryption, etc).
1898                 This patch also rework sending errors handling to try
1899                 to be more helpful.
1900                 Also, allow redefining folder types via the GUI 
1901                 (Folder type in its Properties)
1902
1903 2006-06-12 [colin]      2.3.0cvs4
1904
1905         * src/summaryview.c
1906         * src/prefs_common.c
1907         * src/prefs_common.h
1908         * src/gedit-print.c
1909                 Allow to define a specific print font - patch
1910                 by Bernhard Walle <bernhard.walle@gmx.de>
1911         * src/prefs_fonts.c
1912         * manual/advanced.xml
1913         * manual/fr/advanced.xml
1914                 Add a hidden pref to allow deletion without
1915                 confirmation
1916
1917 2006-06-12 [wwp]        2.3.0cvs3
1918
1919         * .cvsignore
1920                 more files to ignore.
1921
1922 2006-06-12 [wwp]        2.3.0cvs2
1923
1924         * src/quote_fmt.c
1925         * src/quote_fmt_lex.l
1926         * src/quote_fmt_parse.y
1927                 extend the quote_fmt parser (templates and quotes):
1928                 - allow limited sub-expressions in |p{} and |f{} expressions,
1929                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1930                 - implemented/fixed missing implementation of query_references and show_references,
1931                 - completed, fixed contents and format of the symbols help dialog,
1932                 - fix some compilation warnings.
1933
1934 2006-06-12 [wwp]        2.3.0cvs1
1935
1936         * manual/advanced.xml
1937         * manual/fr/advanced.xml
1938                 updates in the "templates" section of the manual (eng/fr):
1939                  - be more precise (both versions)
1940                  - completed to match the english reference (fr version)
1941                  - touchups (both versions)
1942
1943 2006-06-12 [paul]       2.3.0
1944
1945         2.3.0 released
1946
1947 2006-06-12 [paul]       2.2.3cvs14
1948
1949         * po/ca.po
1950         * po/cs.po
1951         * po/de.po
1952         * po/el.po
1953         * po/fr.po
1954         * po/it.po
1955         * po/pt_BR.po
1956         * po/sr.po
1957         * po/zh_CN.po
1958                 updated by Miquel Oliete, Tim, Stephan Sachse,
1959                 Stavros Giannouris, Fabien Vantard, Andrea
1960                 Spadaccini, Frederico Goncalves Guimaraes,
1961                 Aleksandar Urosevic, and Ralgh Young
1962
1963 2006-06-12 [colin]      2.2.3cvs13
1964
1965         * src/mbox.c
1966                 Add missing header
1967
1968 2006-06-11 [colin]      2.2.3cvs12
1969
1970         * src/msgcache.c
1971                 Verify that g_malloc() succeeded
1972
1973 2006-06-11 [colin]      2.2.3cvs11
1974
1975         * src/wizard.c
1976                 Add Face header to welcome mail
1977
1978 2006-06-10 [colin]      2.2.3cvs10
1979
1980         * src/textview.c
1981                 Revert previous (Forgot it changes the
1982                 margin on the whole mail)
1983
1984 2006-06-10 [colin]      2.2.3cvs9
1985
1986         * src/textview.c
1987                 Don't overlap long headers under (X-)Face
1988
1989 2006-06-10 [mones]      2.2.3cvs8
1990
1991         * manual/xml2pdf
1992                 allow generation of manual on systems lacking saxon binary
1993                 but with java and the saxon library installed
1994
1995         * po/es.po
1996                 updated for release
1997
1998 2006-06-09 [colin]      2.2.3cvs7
1999
2000         * src/summaryview.c
2001                 Fix leak when using Display Sender using Addressbook
2002
2003 2006-06-09 [colin]      2.2.3cvs6
2004
2005         * src/compose.c
2006         * src/folder.c
2007         * src/folderview.c
2008         * src/mimeview.c
2009         * src/summaryview.c
2010                 More leaks fixes
2011
2012 2006-06-09 [paul]       2.2.3cvs5
2013
2014         * AUTHORS
2015         * src/gtk/authors.h
2016         * tools/claws.i18n.status.pl
2017                 updated with new info
2018
2019 2006-06-09 [paul]       2.2.3cvs4
2020
2021         * README
2022                 updated
2023         * manual/ack.xml
2024                 add wwp to authors list
2025         * src/gtk/authors.h
2026                 update mine and Colin's addresses
2027
2028 2006-06-08 [colin]      2.2.3cvs3
2029
2030         * src/etpan/imap-thread.c
2031                 Fix leak on SSL cert check
2032
2033 2006-06-08 [colin]      2.2.3cvs2
2034
2035         * src/common/utils.c
2036                 Fix leak
2037
2038 2006-06-08 [paul]       2.2.3cvs1
2039
2040         * configure.ac
2041                 Update version number following
2042                 stable release
2043
2044 2006-06-07 [colin]      2.2.2cvs3
2045
2046         * src/msgcache.c
2047                 Fix catching cache read errors (guint instead of gint)
2048                 Prevent malloc'ing more than 8MB (means cache corruption)
2049
2050 2006-06-07 [paul]       2.2.2cvs2
2051
2052         * src/exporthtml.c
2053         * src/exportldif.c
2054         * src/mh.c
2055         * src/mutt.c
2056         * src/pine.c
2057         * src/common/utils.c
2058                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2059                 obey $HOME'
2060                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2061                 Thanks to Colin
2062
2063 2006-06-06 [paul]       2.2.2cvs1
2064
2065         * configure.ac
2066                 Update version number following
2067                 stable release
2068
2069 2006-06-06 [paul]       2.2.1cvs6
2070
2071         * src/matcher.c
2072                 fix  implicit declaration of
2073                 sylpheed_do_idle()
2074                 Patch by Fabien Vantard
2075
2076 2006-06-06 [paul]       2.2.1cvs5
2077
2078         * src/matcher.c
2079                 fix age_greater and age_lower so that they
2080                 mean what say and not '...or equal to'
2081                 Thanks to Colin
2082
2083 2006-06-06 [paul]       2.2.1cvs4
2084
2085         * src/textview.c
2086         * src/common/utils.c
2087                 fix URI check
2088                 Thanks to Colin
2089
2090 2006-06-05 [wwp]        2.2.1cvs3
2091
2092         * manual/fr/account.xml
2093                 minor language fixes (thanks to Fabien Vantard).
2094
2095 2006-06-05 [colin]      2.2.1cvs2
2096
2097         * src/prefs_folder_item.c
2098         * src/folderview.c
2099                 Allow recursive setting of properties 
2100                 for whole mailboxes
2101         * src/matcher.c
2102                 Don't freeze on 'test' filtering rule
2103
2104 2006-06-05 [colin]      2.2.1cvs1
2105
2106         * configure.ac
2107                 Update version number following
2108                 stable release
2109
2110 2006-06-04 [wwp]        2.2.0cvs82
2111
2112         * manual/glossary.xml
2113         * manual/account.xml
2114         * manual/fr/glossary.xml
2115         * manual/fr/account.xml
2116                 added glossary section and references/links related to the Face custom header.
2117
2118 2006-06-04 [colin]      2.2.0cvs81
2119
2120         * src/summaryview.c
2121                 Skip to next message on move with no
2122                 immediate execution
2123
2124 2006-06-04 [wwp]        2.2.0cvs80
2125
2126         * manual/xml2pdf
2127                 added sanity checks, exit when needed.
2128
2129 2006-06-03 [paul]       2.2.0cvs79
2130
2131         * src/prefs_receive.c
2132                 page name is now 'Receiving'
2133         * src/prefs_send.c
2134                 page name is now 'Sending'
2135
2136 2006-06-03 [colin]      2.2.0cvs78
2137
2138         * src/plugins/spamassassin/spamassassin_gtk.c
2139                 Autoswitch to Localhost if transport was previously
2140                 disabled. Else people had to check [] Enable, then
2141                 *reselect* transport.
2142
2143 2006-06-03 [colin]      2.2.0cvs77
2144
2145         * src/plugins/pgpinline/pgpinline.c
2146         * src/plugins/pgpmime/pgpmime.c
2147                 Check that gpg_data_release_and_get_mem 
2148                 didn't fail (now, why this happens...)
2149
2150 2006-06-03 [colin]      2.2.0cvs76
2151
2152         * src/mbox.c
2153                 Fix bug #962 (Manual and/or UI should 
2154                 warn about incompatible locking 
2155                 causing dataloss)
2156
2157 2006-06-02 [cleroy]     2.2.0cvs75
2158
2159         * src/filtering.c
2160         * src/folder.c
2161         * src/procmsg.c
2162         * src/summaryview.c
2163                 Fix a few leaks
2164
2165 2006-06-02 [colin]      2.2.0cvs74
2166
2167         * src/main.c
2168                 On exit, free caches after writing them
2169                 Shuts up some valgrind false positives
2170         * src/procmsg.c
2171         * src/send_message.c
2172                 Fix races when reusing existing SMTP connections
2173                 Fix inexistant session timeout
2174         * src/toolbar.c
2175                 Display alertpanel after all queues have
2176                 been processed, not after each
2177
2178 2006-06-02 [wwp]        2.2.0cvs73
2179
2180         * manual/fr/glossary.xml
2181         * manual/fr/ack.xml
2182         * manual/ack.xml
2183                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2184
2185 2006-06-02 [wwp]        2.2.0cvs72
2186
2187         * manual/xml2pdf
2188         * manual/dist/pdf/Makefile.am
2189         * manual/dtd/manual.xsl
2190         * manual/fr/dist/pdf/Makefile.am
2191         * manual/pl/dist/pdf/Makefile.am
2192                 we changed the procedure to generate the .pdf version of the manual.
2193                 The procedure is more modern and the .pdf we get now has a valid index.
2194                 Here are the new pre-requisites:
2195
2196                 - JRE 1.x (1.4 here): there must be one from your distro
2197                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2198                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2199                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2200
2201                 See my posts for further info about the installation of this toolchain:
2202
2203                 Date: Fri, 19 May 2006 19:40:06 +0200
2204                 From: wwp <subscript@free.fr>
2205                 To: sylpheed-claws-devel@lists.sourceforge.net
2206                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2207
2208                 and
2209
2210                 Date: Wed, 24 May 2006 12:58:49 +0200
2211                 From: wwp <subscript@free.fr>
2212                 To: sylpheed-claws-devel@lists.sourceforge.net
2213                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2214
2215 2006-06-01 [colin]      2.2.0cvs71
2216
2217         * src/compose.c
2218                 Better guards against IMAP races
2219         * src/main.c
2220         * src/prefs_common.c
2221         * src/prefs_common.h
2222         * src/common/ssl_certificate.c
2223         * src/etpan/imap-thread.c
2224         * src/etpan/imap-thread.h
2225         * src/gtk/sslcertwindow.c
2226                 New hidden option ssl_skip_cert_check to 
2227                 avoid dups of bug #959 (libetpan linked
2228                 against gnutls and gnutls buggy on 64bit)
2229                 Present expired warning only once per
2230                 session/server.
2231         * manual/advanced.xml
2232         * manual/fr/advanced.xml
2233                 Document new option
2234
2235 2006-06-01 [wwp]        2.2.0cvs70
2236
2237         * src/messageview.c
2238                 fix for bug #961 (return receipt dialog 
2239                 complains incorrectly about return-path 
2240                 email adress being different), thanks 
2241                 to Colin.
2242
2243 2006-05-31 [cleroy]     2.2.0cvs69
2244
2245         * src/common/ssl.c
2246                 Guard against NULLs, although this
2247                 should never be an issue
2248
2249 2006-05-31 [colin]      2.2.0cvs68
2250
2251         * src/filtering.c
2252                 Use g_slist_prepend
2253         * src/imap.c
2254                 Don't remove caches when destroying folder, it
2255                 could (should) be done at exit
2256         * src/inc.c
2257                 free processing cache after incorporation
2258         * src/etpan/imap-thread.c
2259                 Maybe fix bug #959 (Crash on moving to emails 
2260                 to a imap account per ssl with a expired 
2261                 certificate.)
2262
2263 2006-05-30 [colin]      2.2.0cvs67
2264
2265         * src/summaryview.c
2266                 Put back event flush when displaying message
2267                 It avoids reading a bunch of messages just
2268                 by hitting shift-n for too long ;)
2269
2270 2006-05-29 [colin]      2.2.0cvs66
2271
2272         * src/summaryview.c
2273                 Remove useless g_warnings
2274
2275 2006-05-29 [colin]      2.2.0cvs65
2276
2277         * src/imap.c
2278                 Fix g_slist_append()s for performance
2279
2280 2006-05-29 [colin]      2.2.0cvs64
2281
2282         * src/compose.c
2283         * src/common/utils.c
2284                 Fix extraneous tab at start of addresses
2285         * src/mainwindow.c
2286                 Fix warnings (thanks to Fabien)
2287                 Fix crash at exit when composing messages 
2288                 exist
2289         * src/pop.c
2290                 Fix progress bar when deleting expired mails
2291                 Thanks to Hiro
2292         * src/summaryview.c
2293         * src/gtk/gtksctree.c
2294                 Fix re-sorting slowness
2295
2296 2006-05-29 [paul]       2.2.0cvs63
2297
2298         * src/mh.c
2299                 fetch full message when moving mails
2300                 from another mailbox, (fixed data loss
2301                 when filtering from IMAP to MH, introduced
2302                 in 2.2.0cvs57).
2303                 Thanks to Colin
2304
2305 2006-05-29 [mones]      2.2.0cvs62
2306
2307         * src/gtk/gtksctree.c
2308                 Unselect faster (patch by Colin)        
2309
2310 2006-05-26 [colin]      2.2.0cvs61
2311
2312         * src/summaryview.c
2313                 Unplug MSGINFO_UPDATE callback on delete too.
2314
2315 2006-05-26 [colin]      2.2.0cvs60
2316
2317         * src/foldersel.c
2318                 Fix bold in folder selection window with glib2.10
2319                 thanks Hiro
2320
2321 2006-05-26 [colin]      2.2.0cvs59
2322
2323         * src/procheader.c
2324                 Convert date only if necessary (and don't
2325                 try to convert from utf8 to utf8, too)
2326         * src/summaryview.c
2327                 Only set column's text if the column's 
2328                 displayed
2329
2330 2006-05-26 [colin]      2.2.0cvs58
2331
2332         * src/summaryview.c
2333         * src/gtk/gtkutils.c
2334                 Fix useless warning
2335
2336 2006-05-26 [colin]      2.2.0cvs57
2337
2338         * src/mainwindow.c
2339                 Make summaryview selectable as long as 
2340                 no message has focus
2341         * src/mh.c
2342                 Faster deletion (by implementing mh_remove_msgs)
2343                 Faster copy (avoid using mh_fetch_msg just to get
2344                 the filename)
2345                 Faster move (using move_file instead of copy_file
2346                 if MSG_IS_MOVE)
2347                 No progressbar if total number of mails to cp/mv 
2348                 is less than 100
2349         * src/summaryview.c
2350                 Fix removal from subject_table when mail gets moved
2351                 Faster deletion (g_slist_prepend instead of append)
2352         * src/gtk/gtksctree.c
2353                 Remove useless code
2354
2355 2006-05-25 [colin]      2.2.0cvs56
2356
2357         * src/common/ssl_certificate.c
2358                 Fix leak in expired cert check
2359
2360 2006-05-25 [colin]      2.2.0cvs55
2361
2362         * src/mh.c
2363                 Disable flags syncing on .mh_sequences - it
2364                 is buggy and marks mails read under unknown
2365                 conditions.
2366
2367 2006-05-25 [paul]
2368
2369         * 2.3.0-rc4 released
2370
2371 2006-05-24 [colin]      2.2.0cvs54
2372
2373         attention cvs users: if you manage to crash
2374         Sylpheed-Claws while moving, copying or deleting
2375         mails, we *are* interested in stack traces and
2376         valgrind logs. It looks stable, but one never
2377         knows...
2378
2379         * src/folder.c
2380                 Add progressbar for cache updates
2381         * src/folderutils.c
2382                 Optimize Mark all read in the current
2383                 folder
2384         * src/mh.c
2385                 Add progressbar for copy/move
2386         * src/procmsg.c
2387                 Optimize O(n^2) in copy/move
2388         * src/summaryview.c
2389         * src/gtk/gtksctree.c
2390                 Optimize O(n^2) algos
2391         * src/common/timing.h
2392                 Display ms instead of us
2393
2394 2006-05-24 [wwp]        2.2.0cvs53
2395
2396         * manual/fr/advanced.xml
2397                 updates to the French manual.
2398
2399 2006-05-24 [wwp]        2.2.0cvs52
2400
2401         * src/common/utils.c
2402                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2403
2404 2006-05-24 [wwp]        2.2.0cvs51
2405
2406         * src/folderutils.c
2407                 fixed "mark all read" in MH folders (thanks to Colin).
2408
2409 2006-05-24 [paul]       2.2.0cvs50
2410
2411         * doc/man/sylpheed-claws.1
2412                 updated the man page
2413
2414 2006-05-23 [colin]      2.2.0cvs49
2415
2416         * src/folderview.c
2417         * src/imap.c
2418         * src/inc.c
2419         * src/mbox.c
2420         * src/messageview.c
2421         * src/news.c
2422         * src/send_message.c
2423         * src/summaryview.c
2424         * src/gtk/sslcertwindow.c
2425                 alertpanel fixes, by Fabien
2426
2427 2006-05-23 [colin]      2.2.0cvs48
2428
2429         * src/folder.c
2430         * src/folderview.c
2431         * src/msgcache.c
2432         * src/summaryview.c
2433         * src/gtk/gtksctree.c
2434         * src/gtk/gtksctree.h
2435                 More timings
2436                 Fix slow loading problem, which was caused by the
2437                 use of some gtk_ctree funcs and their use of
2438                 g_list_position while gtk_ctree_(un)link'ing.
2439                 Reap more functions from gtkctree.c to be sure we
2440                 use our (fast) version instead of theirs.
2441         * src/mh.c
2442                 Fix copy of unread mails
2443
2444
2445 2006-05-22 [wwp]        2.2.0cvs47
2446
2447         * manual/fr/advanced.xml
2448                 updated.
2449
2450 2006-05-22 [colin]      2.2.0cvs46
2451
2452         * src/filtering.c
2453                 Fix possible infinite loop. 'copy' is not a 
2454                 final action, so when encountering a 'copy',
2455                 we have to check if a previous one was set
2456                 and do it. In the same way, if we encounter
2457                 a 'move' we have to perform a possibly 
2458                 pending 'copy'. This will slow down filtering
2459                 on IMAP if move+copy or multiple copy actions
2460                 are to be done, but handling it via the batch
2461                 would be really too convoluted.
2462
2463 2006-05-22 [wwp]        2.2.0cvs45
2464
2465         * manual/fr/advanced.xml
2466         * manual/fr/faq.xml
2467         * manual/fr/glossary.xml
2468         * manual/fr/handling.xml
2469         * manual/fr/intro.xml
2470         * manual/fr/plugins.xml
2471         * manual/fr/sylpheed-claws-manual.xml
2472                 sync w/ the english manual: updates URIs, documented mailing-list
2473                 support, better explanation about the enabled/disabled feature
2474                 in filtering/processing rules by Paul.
2475
2476 2006-05-21 [colin]      2.2.0cvs44
2477
2478         * src/summaryview.c
2479                 Don't expand after building threads, but during
2480
2481 2006-05-21 [colin]      2.2.0cvs43
2482
2483         * src/procmsg.c
2484         * src/summaryview.c
2485                 More timing possibilities... For next time I have 
2486                 to find out how the hell some 3GHz computer takes
2487                 one minute to open a 30k folder...
2488
2489 2006-05-21 [colin]      2.2.0cvs42
2490
2491         * manual/pl/advanced.xml
2492         * manual/pl/faq.xml
2493         * manual/pl/glossary.xml
2494         * manual/pl/handling.xml
2495         * manual/pl/intro.xml
2496         * manual/pl/plugins.xml
2497         * manual/pl/sylpheed-claws-manual.xml
2498                 Polish manual updated by Pawel
2499
2500 2006-05-20 [colin]
2501
2502         * 2.3.0-rc3 released
2503
2504 2006-05-20 [colin]      2.2.0cvs41
2505
2506         * src/imap.c
2507                 Fix -rc2 problems:
2508                 - remove cache of moved messages from original folder
2509                 - apply new flags to messages even if they aren't appliable
2510                   via IMAP.
2511
2512 2006-05-20 [colin]
2513
2514         * 2.3.0-rc2 released
2515
2516 2006-05-19 [colin]      2.2.0cvs40
2517
2518         * src/imap.c
2519                 Don't issue SELECT in imap_change_flags
2520                 before having checked that we indeed have
2521                 some flags to change. MSG_POSTFILTERED for
2522                 example can't be used on IMAP.
2523                 Fixes bug #955 (copying messages between 
2524                 imap folders is extremely slow), which was
2525                 a regression.
2526
2527 2006-05-19 [colin]      2.2.0cvs39
2528
2529         * src/folder.c
2530         * src/folder.h
2531         * src/folderview.c
2532                 Try to fix bug #830 (Some unread messages 
2533                 get marked read in IMAP inbox):
2534                 - Prevent scanning a folder if it's being 
2535                   opened via the GUI
2536                 - Postpone opening via the GUI of a folder
2537                   currently scanned.
2538
2539
2540 2006-05-19 [wwp]        2.2.0cvs38
2541
2542         * manual/advanced.xml
2543                 fix English+typo (thanks to Paul).
2544
2545 2006-05-19 [wwp]        2.2.0cvs37
2546
2547         * manual/advanced.xml
2548         * manual/fr/advanced.xml
2549         * src/gtk/logwindow.c
2550         * src/prefs_common.c
2551         * src/prefs_common.h
2552                 added hidden prefs to allow customization of colors used in
2553                 protocol log window (useful for dark gtk+ themes).
2554
2555 2006-05-19 [wwp]        2.2.0cvs36
2556
2557         * ChangeLog
2558                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2559
2560 2006-05-19 [paul]       2.2.0cvs35
2561
2562         * src/textview.c
2563                 make Reply-To fully clickable
2564         * src/gtk/logwindow.c
2565                 more colouring (SMTP ESMTP)
2566         Both patches by Pawel Pekala
2567
2568 2006-05-19 [cleroy]     2.2.0cvs34
2569
2570         * src/mh.c
2571                 Don't update flags from current folder
2572                 Probably fixes bug #935 (Read Messages 
2573                 Revert to Being Marked as Unread)
2574
2575 2006-05-18 [colin]      2.2.0cvs33
2576
2577         * src/imap.c
2578                 Warning fix
2579         * src/compose.c
2580         * src/mainwindow.c
2581         * src/summaryview.c
2582         * src/toolbar.c
2583                 Allow replying to multiple emails
2584                 in multiple windows
2585         * src/mimeview.c
2586         * src/etpan/imap-thread.c
2587                 Leak fixes
2588
2589 2006-05-18 [paul]       2.2.0cvs32
2590
2591         * src/summaryview.c
2592                 keep Mailing-List menu refreshed
2593                 Thanks to Colin
2594
2595 2006-05-18 [paul]       2.2.0cvs31
2596
2597         * manual/advanced.xml
2598         * manual/faq.xml
2599         * manual/glossary.xml
2600         * manual/handling.xml
2601         * manual/intro.xml
2602         * manual/plugins.xml
2603         * manual/sylpheed-claws-manual.xml
2604                 update URLs
2605                 add info about mailing-list support
2606                 edit filtering info
2607         * src/wizard.c
2608         * src/common/defs.h
2609         * src/gtk/about.c
2610         * src/plugins/dillo_viewer/README
2611                 update URLs
2612
2613 2006-05-17 [wwp]        2.2.0cvs30
2614
2615         * manual/handling.xml
2616         * manual/fr/handling.xml
2617                 documented the ability to enabled/disable filtering/processing rules.
2618
2619 2006-05-17 [colin]      2.2.0cvs29
2620
2621         * src/main.c
2622                 Don't initialize g_thread subsystem if it's 
2623                 already done (thanks to Hiro)
2624         * src/mimeview.c
2625                 Fix saving of parts when there name can't be
2626                 converted from UTF-8.
2627
2628 2006-05-17 [paul]       2.2.0cvs28
2629
2630         * po/Makefile.in.in
2631                 fix config.status warning with autoconf 2.60
2632
2633 2006-05-17 [paul]       2.2.0cvs27
2634
2635         * po/POTFILES.in
2636                 add src/mbox.c
2637
2638 2006-05-17 [wwp]        2.2.0cvs26
2639
2640         * src/mainwindow.c
2641                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2642
2643 2006-05-17 [wwp]        2.2.0cvs25
2644
2645         * src/plugins/demo/demo.c
2646                 updated product name in plugin demo (many plugins need to be
2647                 sync'ed w/ that change).
2648
2649 2006-05-17 [colin]      2.2.0cvs24
2650
2651         * src/mh.c
2652                 Fix leak
2653
2654 2006-05-16 [colin]      2.2.0cvs23
2655
2656         * src/mainwindow.c
2657                 Stupid me hit again. Fix cvs22.
2658
2659 2006-05-16 [colin]      2.2.0cvs22
2660
2661         * src/mainwindow.c
2662                 Fix bug #922 (sylpheed-claws crashed after 
2663                 pushing on Inbox folder)
2664
2665 2006-05-16 [colin]      2.2.0cvs21
2666
2667         * src/compose.c
2668                 Make From header be copy/paste/select-able
2669
2670 2006-05-16 [wwp]        2.2.0cvs20
2671
2672         * src/export.c
2673         * src/matcher.c
2674         * src/summaryview.c
2675         * src/etpan/imap-thread.c
2676                 fix some compiler warnings (thanks to Colin).
2677
2678 2006-05-16 [wwp]        2.2.0cvs19
2679
2680         * src/action.c
2681         * src/gedit-print.c
2682         * src/inc.c
2683         * src/mainwindow.c
2684         * src/mh.c
2685         * src/statusbar.c
2686         * src/send_message.c
2687         * src/summaryview.c
2688                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2689
2690 2006-05-15 [colin]      2.2.0cvs18
2691
2692         * src/procmsg.c
2693                 Fix automatic rule creation with List-Post
2694
2695 2006-05-15 [paul]       2.2.0cvs17
2696
2697         * tools/filter_conv_new.pl
2698                 updated for rule enabling/disabling
2699                 claws version >= 2.3.x required
2700
2701 2006-05-15 [cleroy]     2.2.0cvs16
2702
2703         * src/main.c
2704                 Revert test
2705
2706 2006-05-15 [cleroy]     2.2.0cvs15
2707
2708         * src/main.c
2709                 test
2710
2711 2006-05-15 [wwp]        2.2.0cvs14
2712
2713         * manual/pl/.cvsignore
2714                 ignore generated files.
2715
2716 2006-05-14 [wwp]        2.3.0-rc1
2717
2718         * 2.3.0-rc1 released
2719
2720 2006-05-13 [wwp]        2.2.0cvs13
2721
2722         * src/filtering.c
2723         * src/filtering.h
2724         * src/matcher.c
2725         * src/matcher_parser_lex.l
2726         * src/matcher_parser_parse.y
2727         * src/prefs_filtering.c
2728                 new feature: provide the ability to disable filtering and processing
2729                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2730                 adaptations.
2731
2732 2006-05-13 [colin]      2.2.0cvs12
2733
2734         * src/compose.c
2735                 Remove useless if (a) b; else b;
2736                 Thanks to wwp
2737
2738 2006-05-13 [wwp]        2.2.0cvs11
2739
2740         * src/export.c
2741         * src/import.c
2742         * src/mainwindow.c
2743         * src/mbox.c
2744         * src/summaryview.c
2745         * src/summaryview.h
2746                 no more silent failures (or at least less ones) when importing
2747                 or exporting from/to mbox. Also start importing/exporting if
2748                 the necessary info is set.
2749
2750 2006-05-13 [wwp]        2.2.0cvs10
2751
2752         * RELEASE_NOTES
2753                 restored up-to-date release notes.
2754
2755 2006-05-13 [paul]       2.2.0cvs9
2756
2757         * po/nl.po
2758         * po/ru.po
2759                 updated by Tim Dijkstra and Pavlo Bohmat
2760
2761 2006-05-12 [colin]      2.2.0cvs8
2762
2763         * src/gtk/quicksearch.c
2764                 Add "k" as shortcut for "colorlabel". Patch
2765                 by ath42@users.sf.net.
2766
2767 2006-05-12 [paul]       2.2.0cvs7
2768
2769         * src/prefs_common.h
2770         * src/prefs_summaries.c
2771         * src/summaryview.c
2772                 when entering a folder also allow
2773                 going directly to first Marked message
2774
2775 2006-05-12 [paul]       2.2.0cvs6
2776
2777         * src/summaryview.c
2778                 always obey 'confirm before marking all
2779                 mails read' option
2780
2781 2006-05-12 [paul]       2.2.0cvs5
2782
2783         * src/textview.c
2784                 make Sender fully clickable
2785
2786 2006-05-12 [colin]      2.2.0cvs4
2787
2788         * src/compose.c
2789         * src/compose.h
2790                 Let From be editable
2791         * src/main.c
2792         * src/mh.c
2793                 Full support of .mh_sequences' Unseen seq
2794
2795 2006-05-12 [colin]      2.2.0cvs3
2796
2797         * src/folder.c
2798         * src/mainwindow.c
2799         * src/mainwindow.h
2800         * src/messageview.c
2801         * src/prefs_spelling.c
2802         * src/procheader.c
2803         * src/procmsg.c
2804         * src/procmsg.h
2805         * src/summaryview.c
2806         * src/toolbar.c
2807         * src/toolbar.h
2808                 Add contextual menu on Compose toolbar
2809                 button. Fixes bug #944 (Automatic
2810                 addresses not applied when changing account
2811                 from compose window)
2812                 add Mailing List support
2813                 based on the old 0.6.5claws25 patch by
2814                 Melvin Hadasht, with finishing touches
2815                 by Colin
2816                 Fix "ignore thread" when mails are threaded by
2817                 subject (and weren't ignored although appearing
2818                 in the thread).
2819                 GUI rework.
2820                 Both patches by Pawel.
2821
2822 2006-05-08 [paul]       2.2.0cvs2
2823
2824         * src/mainwindow.c
2825         * src/mainwindow.h
2826         * src/messageview.c
2827         * src/procheader.c
2828         * src/procmsg.c
2829         * src/procmsg.h
2830         * src/summaryview.c
2831                 add Mailing List support
2832                 based on the old 0.6.5claws25 patch by 
2833                 Melvin Hadasht, with finishing touches
2834                 by Colin
2835
2836 2006-05-08 [colin]      2.2.0cvs1
2837
2838         * src/mainwindow.c
2839         * src/toolbar.c
2840         * src/toolbar.h
2841                 Add contextual menu on Compose toolbar 
2842                 button. Fixes bug #944 (Automatic 
2843                 addresses not applied when changing account 
2844                 from compose window)
2845
2846 2006-05-08 [paul]       2.2.0
2847
2848         2.2.0 released
2849
2850 2006-05-08 [paul]       2.1.1cvs51
2851
2852         * po/cs.po
2853         * po/de.po
2854         * po/en_GB.po
2855         * po/fi.po
2856         * po/fr.po
2857         * po/pt_BR.po
2858         * po/sr.po
2859         * po/zh_CN.po
2860                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2861                 Fabien Vantard, Frederico Goncalves Guimaraes,
2862                 Aleksandar Urosevic, and Ralgh Young
2863
2864 2006-05-12 [colin]      2.1.1cvs50
2865
2866         * po/cs.po
2867         * po/de.po
2868         * po/en_GB.po
2869         * po/es.po
2870         * po/fi.po
2871         * po/fr.po
2872         * po/pt_BR.po
2873         * po/sr.po
2874         * po/zh_CN.po
2875                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2876                 Fabien Vantard, Frederico Goncalves Guimaraes,
2877                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2878
2879 2006-05-05 [colin]      2.1.1cvs49
2880
2881         * manual/Makefile.am
2882         * manual/pl/Makefile.am
2883         * manual/pl/account.xml
2884         * manual/pl/ack.xml
2885         * manual/pl/addrbook.xml
2886         * manual/pl/advanced.xml
2887         * manual/pl/faq.xml
2888         * manual/pl/glossary.xml
2889         * manual/pl/gpl.xml
2890         * manual/pl/handling.xml
2891         * manual/pl/intro.xml
2892         * manual/pl/keyboard.xml
2893         * manual/pl/plugins.xml
2894         * manual/pl/starting.xml
2895         * manual/pl/sylpheed-claws-manual.xml
2896         * manual/pl/dist/.cvsignore
2897         * manual/pl/dist/Makefile.am
2898         * manual/pl/dist/html/.cvsignore
2899         * manual/pl/dist/html/Makefile.am
2900         * manual/pl/dist/pdf/.cvsignore
2901         * manual/pl/dist/pdf/Makefile.am
2902         * manual/pl/dist/ps/.cvsignore
2903         * manual/pl/dist/ps/Makefile.am
2904         * manual/pl/dist/txt/.cvsignore
2905         * manual/pl/dist/txt/Makefile.am
2906                 Add the polish translation of the manual,
2907                 Authored by Pawel Pekala.
2908
2909 2006-05-05 [cleroy]     2.1.1cvs48
2910
2911         * src/main.c
2912                 Re-read matcherrc after loading plugins 
2913                 if some of them add folders.
2914
2915 2006-05-03 [colin]      2.1.1cvs47
2916
2917         * src/imap.c
2918                 I'm idiot
2919
2920 2006-05-03 [colin]      2.1.1cvs46
2921
2922         * src/imap.c
2923                 Be sure to have a session when
2924                 getting separator
2925
2926 2006-05-03 [colin]      2.1.1cvs45
2927
2928         * src/imap.c
2929         * src/imap.h
2930         * src/imap_gtk.c
2931                 Fix preventing renaming with namespace 
2932                 separator.
2933
2934 2006-05-01 [colin]      2.1.1cvs44
2935
2936         * src/action.c
2937                 Don't reload messageview when result of
2938                 action is piped.
2939
2940 2006-04-29 [colin]      2.1.1cvs43
2941
2942         * src/prefs_receive.c
2943         * src/plugins/spamassassin/spamassassin_gtk.c
2944         * src/plugins/clamav/clamav_plugin_gtk.c
2945                 GUI fixes by Pawel
2946
2947 2006-04-29 [colin]      2.1.1cvs42
2948
2949         * src/prefs_compose_writing.c
2950         * src/prefs_quote.c
2951                 Cleanups. Patch by Pawel
2952
2953 2006-04-28 [paul]       2.1.1cvs41
2954
2955         * src/matcher.c
2956                 fix returned quick search results when search
2957                 term contains an underscore.
2958                 Thanks to Colin
2959
2960 2006-04-28 [paul]       2.1.1cvs40
2961
2962         * src/prefs_message.c
2963         * src/prefs_receive.c
2964                 GUI cleanups
2965                 Patches by Pawel Pekala
2966
2967 2006-04-27 [colin]      2.1.1cvs39
2968
2969         * src/wizard.c
2970                 Differentiate subject Welcome from
2971                 window's title Welcome
2972
2973 2006-04-27 [paul]
2974
2975         2.2.0-rc1 released
2976
2977 2006-04-27 [paul]       2.1.1cvs38
2978
2979         * manual/advanced.xml
2980         * manual/fr/advanced.xml
2981                 add info about compose_no_markup hidden pref
2982
2983 2006-04-27 [paul]       2.1.1cvs37
2984
2985         * src/prefs_account.c
2986                 improve privacy labels
2987         * src/prefs_msg_colors.c
2988                 change some strings for translators' convenience
2989         * src/gtk/gtkutils.c
2990                 don't underline the link button text
2991
2992 2006-04-25 [colin]      2.1.1cvs36
2993
2994         * src/folder.c
2995                 Complete 2.1.1cvs33 (once more ;)
2996
2997 2006-04-25 [colin]      2.1.1cvs35
2998
2999         * src/editldap.c
3000                 Fix tooltip
3001
3002 2006-04-25 [cleroy]     2.1.1cvs34
3003
3004         * src/compose.c
3005         * src/gtk/gtkaspell.c
3006                 Fix crash on redirect (related to the return 
3007                 of the aspell menu in compose's toolbar)
3008         * src/prefs_msg_colors.c
3009                 Fix sensitivity widgets
3010         * src/image_viewer.c
3011         * src/gtk/pluginwindow.c
3012         * src/gtk/prefswindow.c
3013                 Change released signals to clicked (Fabien)
3014         * po/POTFILES.in
3015         * src/common/socket.c
3016         * src/plugins/spamassassin/spamassassin.c
3017                 Translate strings (Fabien)
3018
3019 2006-04-25 [paul]       2.1.1cvs33
3020
3021         * src/folder.c
3022         * src/folder.h
3023         * src/folderview.c
3024                 complete the fix of bug #912
3025                 Thanks to Colin
3026
3027 2006-04-25 [colin]      2.1.1cvs32
3028
3029         * src/news.c
3030                 Better progress bar
3031         * src/mimeview.c
3032         * src/summaryview.c
3033         * src/summaryview.h
3034                 Fix focus chain
3035                 Patches by Pawel Pekala
3036
3037 2006-04-24 [colin]      2.1.1cvs31
3038
3039         * src/compose.c
3040                 Fix compilation warnings (Fabien)
3041
3042 2006-04-24 [colin]      2.1.1cvs30
3043
3044         * src/addrindex.c
3045         * src/editldap.c
3046         * src/editldap_basedn.c
3047         * src/editldap_basedn.h
3048         * src/ldapctrl.c
3049         * src/ldapctrl.h
3050         * src/ldapquery.c
3051         * src/ldaputil.c
3052         * src/ldaputil.h
3053                 Fix bug #901 (LDAPS support)
3054
3055 2006-04-24 [colin]      2.1.1cvs29
3056
3057         * src/compose.c
3058                 Fix logic on error with send dialog on
3059         * src/imap.c
3060                 Fix compilation without libetpan, thanks
3061                 to Fabien
3062         * src/summaryview.c
3063                 Fix 'context-menu' key
3064
3065 2006-04-23 [colin]      2.1.1cvs28
3066
3067         * src/folder.c
3068                 Never free current's cache to free up 
3069                 memory. Fixes bug #912 (new count 
3070                 randomly set to message count)
3071
3072 2006-04-23 [colin]      2.1.1cvs27
3073
3074         * src/gtk/quicksearch.c
3075                 And remove printf...
3076
3077 2006-04-23 [colin]      2.1.1cvs26
3078
3079         * src/gtk/quicksearch.c
3080                 Fix replacing in quicksearch, and fix inserting
3081                 in the middle of the string. (introduced at 2.1.0cvs22)
3082
3083 2006-04-23 [colin]      2.1.1cvs25
3084
3085         * src/imap.c
3086                 Make sure uidnext is initialized in get_num_list
3087                 (not for stable, related to 2.1.1cvs8 and friends)
3088
3089 2006-04-23 [colin]      2.1.1cvs24
3090
3091         * src/imap.c
3092                 Output something when login is successful
3093                 too
3094
3095 2006-04-23 [colin]      2.1.1cvs23
3096
3097         * src/etpan/imap-thread.c
3098                 Better logging (line-per-line, hide data in fetch)
3099                 Fix a const warning
3100         * src/gtk/logwindow.c
3101         * src/gtk/logwindow.h
3102                 Better logging (color for input/output)
3103
3104 2006-04-21 [colin]      2.1.1cvs22
3105
3106         * src/gtk/quicksearch.c
3107                 On gtk+-2.8, use stock buttons in quicksearch
3108                 Based on a patch by Fabien and a design by Paul
3109
3110 2006-04-21 [colin]      2.1.1cvs21
3111
3112         * src/folderview.c
3113         * src/mainwindow.c
3114                 Fix occasional flicker in folderview
3115         * src/common/utils.c
3116                 Fix bug #943 (Incorrectly parsed email address 
3117                 list in short headers on message view and in 
3118                 printouts)
3119
3120 2006-04-20 [colin]      2.1.1cvs20
3121
3122         * src/imap.c
3123         * src/imap.h
3124         * src/prefs_account.c
3125                 Add ANONYMOUS auth for IMAP
3126
3127 2006-04-20 [paul]       2.1.1cvs19
3128
3129         * src/main.c
3130                 proper fix for 2.1.1cvs18
3131                 Thanks to Colin
3132
3133 2006-04-20 [paul]       2.1.1cvs18
3134
3135         * src/main.c
3136                 fix build warnings
3137
3138 2006-04-20 [paul]       2.1.1cvs17
3139
3140         * src/gtk/quicksearch.c
3141                 fix standard, non-extended Quick search,
3142                 was broken in 2.1.1cvs15.
3143                 Thanks to Colin.
3144
3145 2006-04-20 [colin]      2.1.1cvs16
3146
3147         * src/prefs_matcher.c
3148                 Fix values when reselecting a ~test
3149                 rule
3150
3151 2006-04-19 [colin]      2.1.1cvs15
3152
3153         * src/compose.c
3154         * src/compose.h
3155         * src/gtk/gtkaspell.c
3156         * src/gtk/gtkaspell.h
3157                 Put back Options menu in Spelling/
3158         * src/gtk/quicksearch.c
3159                 Don't search, and show error, if the
3160                 advanced search has a syntax error
3161
3162 2006-04-18 [colin]      2.1.1cvs14
3163
3164         * src/textview.c
3165                 Fix gdk warnings on set_cursor when textview
3166                 isn't visible
3167
3168 2006-04-18 [colin]      2.1.1cvs13
3169
3170         * src/gtk/gtksctree.c
3171                 Remove seemingly useless refresh that causes
3172                 flicker - watch this commit in case of 
3173                 problems before planned backport to stable
3174
3175 2006-04-18 [colin]      2.1.1cvs12
3176
3177         * src/imap.c
3178                 Factorize get/set_xml code
3179         * src/compose.c
3180         * src/prefs_account.c
3181         * src/prefs_account.h
3182         * src/procmsg.c
3183                 Add Encrypt to self option
3184
3185 2006-04-17 [colin]      2.1.1cvs11
3186
3187         * configure.ac
3188                 Fix search on encrpyt function on dragonfly
3189                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3190
3191 2006-04-17 [colin]      2.1.1cvs10
3192
3193         * src/prefs_account.c
3194                 Be safe by default: remove mails from POP3
3195                 after 7 days, not immediately
3196
3197 2006-04-17 [colin]      2.1.1cvs9
3198
3199         * src/etpan/imap-thread.c
3200                 Fix build on DragonFly - patch by 
3201                 Jonathan Buschmann <jonthn@agmact.com>
3202
3203 2006-04-17 [colin]      2.1.1cvs8
3204
3205         * src/imap.c
3206                 Save uidnext between sessions
3207
3208 2006-04-17 [colin]      2.1.1cvs7
3209
3210         * src/imap.c
3211                 scan is required when uid validity changes
3212
3213 2006-04-17 [colin]      2.1.1cvs6
3214
3215         * src/folderview.c
3216                 Don't scan if not necessary, apart in current
3217                 folder and INBOX to fetch flags.
3218         * src/imap.c
3219                 Scan is necessary if unread count changes
3220
3221 2006-04-17 [colin]      2.1.1cvs5
3222
3223         * src/imap.c
3224                 ...But always fetch ANSWERED and DELETED flags for
3225                 INBOX, as filtering can happen on these flags.
3226
3227 2006-04-17 [colin]      2.1.1cvs4
3228
3229         * src/imap.c
3230                 Don't fetch REPLIED and DELETED flags when synchronising
3231                 flags with a closed folder. We only need UNSEEN and FLAGGED
3232                 to update the folderview.
3233
3234 2006-04-17 [colin]      2.1.1cvs3
3235
3236         * src/imap.c
3237                 Faster flag search when there are new mails 
3238                 in a folder. We can do a full search if the 
3239                 folder contains less messages than the new
3240                 list.
3241
3242 2006-04-17 [colin]      2.1.1cvs2
3243
3244         * po/cs.po
3245         * po/de.po
3246         * po/fr.po
3247         * po/nl.po
3248         * po/pt_BR.po
3249                 Update translations from stable branch
3250
3251 2006-04-17 [colin]      2.1.1cvs1
3252
3253         * configure.ac
3254                 Bump version to follow stable release
3255
3256 2006-04-16 [mones]      2.1.0cvs50
3257
3258         * po/es.po
3259                 Updated for release
3260
3261 2006-04-16 [colin]      2.1.0cvs49
3262
3263         * src/textview.c
3264                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3265                 with gtk < 2.8. Thanks to Fabien Vantard.
3266
3267 2006-04-15 [colin]      2.1.0cvs48
3268
3269         * src/etpan/imap-thread.c
3270                 Fix bug #919 (libetpan: SEGV when connecting 
3271                 using command)
3272
3273 2006-04-14 [colin]      2.1.0cvs47
3274
3275         * src/main.c
3276                 Fix race on --select (should be done better)
3277
3278 2006-04-14 [wwp]        2.1.0cvs46
3279
3280         * src/send_message.c
3281                 enforce a check for domain in account prefs (a sending
3282                 error could be faced if domain was checked but no value set),
3283                 thanks to Colin.
3284
3285 2006-04-14 [colin]      2.1.0cvs45
3286
3287         * src/codeconv.c
3288                 when converting from unknown to unknown, if the
3289                 string is UTF8, don't convert it to the locale
3290                 (which breaks it)
3291
3292 2006-04-14 [colin]      2.1.0cvs44
3293
3294         * src/compose.c
3295                 Don't try to use ASCII for converting headers
3296                 (as done in body)
3297
3298 2006-04-14 [paul]       2.1.0cvs43
3299
3300         * src/crash.c
3301                 add locale/charset info to crash report
3302         * src/gtk/about.c
3303                 add wwp to doc team
3304                 replace 'e-mail' with preferred 'email'
3305         * src/gtk/authors.h
3306                 ensure contributors list is in alphabetical
3307                 order
3308
3309 2006-04-13 [colin]      2.1.0cvs42
3310
3311         * src/textview.c
3312                 Prevent gdk warnings
3313
3314 2006-04-13 [colin]      2.1.0cvs41
3315
3316         * src/common/ssl_certificate.c
3317         * src/common/ssl_certificate.h
3318         * src/gtk/sslcertwindow.c
3319                 Warn on expired certs, and display the expiration date
3320
3321 2006-04-13 [colin]      2.1.0cvs40
3322
3323         * src/plugins/spamassassin/spamassassin_gtk.c
3324                 Fix missing set_text on unix socket
3325
3326 2006-04-13 [wwp]        2.1.0cvs39
3327
3328         * manual/fr/advanced.xml
3329         * manual/fr/glossary.xml
3330                 applied new spam/ham/email lexicon (pourriel, courriel)
3331
3332 2006-04-13 [paul]       2.1.0cvs38
3333
3334         * src/plugins/pgpmime/plugin.c
3335                 remove the mention of S/MIME from the
3336                 description. This is now handled by the
3337                 S/MIME plugin.
3338
3339 2006-04-13 [paul]       2.1.0cvs37
3340
3341         * src/prefs_msg_colors.c
3342                 rework dialog
3343         * src/prefs_folder_item.c
3344         * src/prefs_spelling.c
3345                 add a tooltip to the colour selector buttons
3346
3347 2006-04-13 [wwp]        2.1.0cvs36
3348
3349         * manual/advanced.xml
3350         * manual/glossary.xml
3351         * manual/handling.xml
3352         * manual/keyboard.xml
3353         * manual/plugins.xml
3354         * manual/starting.xml
3355         * manual/fr/account.xml
3356         * manual/fr/ack.xml
3357         * manual/fr/addrbook.xml
3358         * manual/fr/advanced.xml
3359         * manual/fr/faq.xml
3360         * manual/fr/glossary.xml
3361         * manual/fr/gpl.xml
3362         * manual/fr/handling.xml
3363         * manual/fr/intro.xml
3364         * manual/fr/keyboard.xml
3365         * manual/fr/plugins.xml
3366         * manual/fr/starting.xml
3367         * manual/fr/sylpheed-claws-manual.xml
3368                 fixes to the manuals:
3369                  - summaryview -> Message List (same in French)
3370                  - translate key names
3371                  - fix French punctuation, use non-breakable spaces when
3372                    necessary, don't use &thinsp; which is not portable
3373                  - tell what maildir and mbox formats we support
3374
3375 2006-04-12 [wwp]        2.1.0cvs35
3376
3377         * src/prefs_toolbar.c
3378                 unified a replace button more,
3379                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3380
3381 2006-04-12 [wwp]        2.1.0cvs34
3382
3383         * src/prefs_common.c
3384         * src/prefs_msg_colors.c
3385                 make default color labels translatable,
3386                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3387                 thanks to Tim <timbrain@post.cz> for reporting.
3388
3389 2006-04-12 [wwp]        2.1.0cvs33
3390
3391         * manual/glossary.xml
3392         * manual/intro.xml
3393         * manual/plugins.xml
3394         * manual/starting.xml
3395         * manual/sylpheed-claws-manual.xml
3396         * manual/fr/.cvsignore
3397         * manual/fr/account.xml
3398         * manual/fr/ack.xml
3399         * manual/fr/addrbook.xml
3400         * manual/fr/advanced.xml
3401         * manual/fr/faq.xml
3402         * manual/fr/glossary.xml
3403         * manual/fr/handling.xml
3404         * manual/fr/intro.xml
3405         * manual/fr/keyboard.xml
3406         * manual/fr/plugins.xml
3407         * manual/fr/starting.xml
3408         * manual/fr/sylpheed-claws-manual.xml
3409                 various fixes: typos, missing .fr translations, punctuation,
3410                 capitalization, links, accents and some bad French more.
3411
3412 2006-04-12 [wwp]        2.1.0cvs32
3413
3414         * src/prefs_gtk.c
3415                 fix for bug #935: always store prefs files in UTF-8 (thanks
3416                 to Colin).
3417
3418 2006-04-11 [colin]      2.1.0cvs31
3419
3420         * src/compose.c
3421                 Fix inserting files not in utf8 when locale is utf8
3422
3423 2006-04-11 [colin]      2.1.0cvs30
3424
3425         * src/inc.c
3426                 Don't show error dialog when cancelling connection
3427                 Patch by Pawel
3428
3429 2006-04-11 [cleroy]     2.1.0cvs29
3430
3431         * src/compose.c
3432                 Implement multiple quote levels
3433         * src/prefs_common.c
3434                 Change a little bit the quote bgcolor for 2nd level
3435
3436 2006-04-11 [colin]      2.1.0cvs28
3437
3438         * src/gtk/about.c
3439                 Add locale and charset in the label
3440
3441 2006-04-10 [colin]      2.1.0cvs27
3442
3443         * src/compose.c
3444         * src/prefs_common.c
3445         * src/prefs_common.h
3446         * src/prefs_msg_colors.c
3447         * src/textview.c
3448                 Allow optional background color in quotes
3449                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3450                 GTK+-2.8.x feature
3451
3452 2006-04-10 [colin]      2.1.0cvs26
3453
3454         * src/main.c
3455         * src/mainwindow.c
3456         * src/mainwindow.h
3457                 Implement --select
3458
3459 2006-04-10 [colin]      2.1.0cvs25
3460
3461         * manual/plugins.xml
3462         * manual/fr/plugins.xml
3463                 Document libcurl's proxy variables
3464
3465 2006-04-09 [colin]      2.1.0cvs24
3466
3467         * src/prefs_common.c
3468                 gettext() returns statically allocated stuff. We have
3469                 to strdup it in order to be able to free it.
3470
3471 2006-04-09 [colin]      2.1.0cvs23
3472
3473         * AUTHORS
3474         * src/gtk/authors.h
3475                 Add Alexei
3476
3477 2006-04-09 [colin]      2.1.0cvs22
3478
3479         * src/mainwindow.c
3480         * src/gtk/quicksearch.c
3481                 Fix bug #859 (problems with cyrilic input in 
3482                 search panel) - Patch by Alexey Illarionov 
3483                 <littlesavage@rambler.ru>
3484
3485 2006-04-09 [colin]      2.1.0cvs21
3486
3487         * src/prefs_customheader.c
3488                 I prefer removing then freeing rather than the contrary
3489                 (even if it doesn't change anything ;-)
3490         * src/prefs_account.c
3491                 Fix bug #933 (Crash re-entering the custom headers list 
3492                 dialog in accounts prefs)
3493                 The problem happened when cancelling the Account 
3494                 Preferences' dialogs - in which case we didn't do 
3495                 anything to the PrefsAccount * struct. In case of applying,
3496                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3497                 working with in this dialog. The problem is that 
3498                 prefs_customheader.c, working on this tmp_ac_prefs, always
3499                 changes the ->customhdr_list pointer, even when cancelled. 
3500                 So in case of cancelling the prefs_account dialog, we still
3501                 have to update ->customhdr_list in the real account.
3502
3503 2006-04-08 [colin]      2.1.0cvs20
3504
3505         * manual/fr/glossary.xml
3506         * manual/fr/keyboard.xml
3507                 Forgot some headers :)
3508
3509 2006-04-08 [colin]      2.1.0cvs19
3510
3511         * manual/Makefile.am
3512         * manual/fr/Makefile.am
3513         * manual/fr/account.xml
3514         * manual/fr/ack.xml
3515         * manual/fr/addrbook.xml
3516         * manual/fr/advanced.xml
3517         * manual/fr/faq.xml
3518         * manual/fr/glossary.xml
3519         * manual/fr/gpl.xml
3520         * manual/fr/handling.xml
3521         * manual/fr/intro.xml
3522         * manual/fr/keyboard.xml
3523         * manual/fr/plugins.xml
3524         * manual/fr/starting.xml
3525         * manual/fr/sylpheed-claws-manual.xml
3526         * manual/fr/dist/.cvsignore
3527         * manual/fr/dist/Makefile.am
3528         * manual/fr/dist/html/.cvsignore
3529         * manual/fr/dist/html/Makefile.am
3530         * manual/fr/dist/pdf/.cvsignore
3531         * manual/fr/dist/pdf/Makefile.am
3532         * manual/fr/dist/ps/.cvsignore
3533         * manual/fr/dist/ps/Makefile.am
3534         * manual/fr/dist/txt/.cvsignore
3535         * manual/fr/dist/txt/Makefile.am
3536                 Add the french translation of the manual. Thanks to
3537                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3538                 account.xml, ack.xml, addrbook.xml and advanced.xml
3539
3540 2006-04-08 [colin]      2.1.0cvs18
3541
3542         * manual/plugins.xml
3543         * manual/starting.xml
3544                 More fixes
3545
3546 2006-04-07 [colin]      2.1.0cvs17
3547
3548         * manual/faq.xml
3549         * manual/intro.xml
3550         * manual/keyboard.xml
3551                 Little fixes
3552
3553 2006-04-07 [colin]      2.1.0cvs16
3554
3555         * README
3556         * src/compose.c
3557         * src/prefs_common.c
3558         * src/prefs_common.h
3559                 Add hidden compose_no_markup pref
3560
3561 2006-04-07 [wwp]        2.1.0cvs15
3562
3563         * src/summary_search.c
3564         * .cvsignore
3565                 Bugfix: stop button was sticky when searching in an empty folder.
3566                 Applied curly brackets code style to the whole file (summary_search.c).
3567                 More files to ignore.
3568
3569 2006-04-07 [wwp]        2.1.0cvs14
3570
3571         * src/message_search.c
3572         * src/summary_search.c
3573                 changed default button when search bumps at file/folder
3574                 beginning or end, for convenience (thanks to Colin).
3575
3576 2006-04-07 [paul]       2.1.0cvs13
3577
3578         * src/plugins/dillo_viewer/dillo_prefs.c
3579                 avoid future potential for namespace collision
3580                 Patch by Colin
3581
3582 2006-04-06 [wwp]        2.1.0cvs12
3583
3584         * src/summary_search.c
3585                 Unify extended/advanced searches names (and thus factorize labels),
3586                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3587
3588 2006-04-06 [wwp]        2.1.0cvs11
3589
3590         * src/folderview.c
3591         * src/prefs_themes.c
3592         * src/summaryview.c
3593                 Fixed some compilation warnings.
3594
3595 2006-04-06 [colin]      2.1.0cvs10
3596
3597         * manual/advanced.xml
3598                 Document the wizard template and how to deploy
3599                 Sylpheed-Claws effectively
3600
3601 2006-04-06 [colin]      2.1.0cvs9
3602
3603         * src/folderview.c
3604                 gettext patch to tell translators about _("#"),
3605                 by Maxim Britov
3606
3607 2006-04-06 [colin]      2.1.0cvs8
3608
3609         * src/textview.c
3610                 Fix invalid GtkTextBIter after clicking "Display as text"
3611
3612 2006-04-06 [mones]      2.1.0cvs7
3613
3614         * src/addr_compl.c
3615         * src/addrindex.c
3616         * src/addritem.c
3617         * src/codeconv.c
3618         * src/compose.c
3619         * src/filtering.c
3620         * src/folder.c
3621         * src/folder_item_prefs.c
3622         * src/folderview.c
3623         * src/localfolder.c
3624         * src/matcher.c
3625         * src/mimeview.c
3626         * src/prefs_msg_colors.c
3627         * src/prefs_spelling.c
3628         * src/prefs_themes.c
3629         * src/procmime.c
3630         * src/procmsg.c
3631         * src/stock_pixmap.c
3632         * src/summaryview.c
3633         * src/textview.c
3634         * src/toolbar.c
3635         * src/common/mgutils.c
3636         * src/common/prefs.c
3637         * src/common/ssl_certificate.c
3638         * src/gtk/colorlabel.c
3639         * src/gtk/quicksearch.c
3640         * src/plugins/pgpmime/pgpmime.c
3641         * src/plugins/spamassassin/spamassassin.c
3642                 Removed redundant NULL checks for g_free() calls.
3643                 Patch by Pawel Pekala.
3644
3645 2006-04-06 [mones]      2.1.0cvs6
3646
3647         * src/prefs_actions.c
3648         * src/prefs_filtering.c
3649         * src/prefs_filtering_action.c
3650         * src/prefs_matcher.c
3651         * src/prefs_template.c
3652         * src/gtk/gtkutils.c
3653         * src/gtk/gtkutils.h
3654                 Have a nice replace button. Patch by Pawel Pekala
3655
3656 2006-04-06 [colin]      2.1.0cvs5
3657
3658         * src/addressbook.c
3659                 Fix crash with empty columns
3660
3661 2006-04-05 [colin]      2.1.0cvs4
3662
3663         * src/wizard.c
3664         * src/prefs_gtk.c
3665                 Allow wizard customization with pre-filled values
3666
3667 2006-04-05 [colin]      2.1.0cvs3
3668
3669         * src/textview.c
3670         * src/mimeview.c
3671         * src/mimeview.h
3672                 Nicer messages in mimeview
3673
3674 2006-04-05 [colin]      2.1.0cvs2
3675
3676         * src/addressbook.c
3677         * src/prefs_summaries.c
3678                 i18n fix
3679
3680 2006-04-05 [colin]      2.1.0cvs1
3681
3682         * src/plugins/pgpcore/plugin.c
3683         * src/plugins/pgpcore/select-keys.c
3684         * src/plugins/pgpcore/select-keys.h
3685         * src/plugins/pgpcore/sgpgme.c
3686         * src/plugins/pgpcore/sgpgme.h
3687         * src/plugins/pgpinline/pgpinline.c
3688         * src/plugins/pgpinline/plugin.c
3689         * src/plugins/pgpmime/pgpmime.c
3690         * src/plugins/pgpmime/plugin.c
3691                 Factorize and generalize a bit 
3692                 Drop S/MIME signature verification from PGP/MIME
3693                 (adding it as another, more complete plugin)
3694
3695 2006-04-05 [paul]       2.1.0
3696
3697         2.1.0 released
3698
3699 2006-04-05 [paul]       2.0.0cvs186
3700
3701         * manual/advanced.xml
3702                 add info on colour labels
3703
3704 2006-04-05 [paul]       2.0.0cvs185
3705
3706         * po/bg.po
3707         * po/cs.po
3708         * po/de.po
3709         * po/el.po
3710         * po/en_GB.po
3711         * po/fi.po
3712         * po/fr.po
3713         * po/it.po
3714         * po/nl.po
3715         * po/pl.po
3716         * po/pt_BR.po
3717         * po/sr.po
3718         * po/zh_CN.po
3719                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3720                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3721                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3722                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3723         * src/gtk/authors.h
3724         * tools/claws.i18n.status.pl
3725                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3726                 and new Czech translator, Tim <timbrain@post.cz>
3727
3728 2006-04-05 [mones]      2.0.0cvs184
3729
3730         * po/es.po
3731                 Updated translation
3732
3733 2006-04-05 [colin]      2.0.0cvs183
3734
3735         * src/gtk/quicksearch.c
3736                 Fix bug #929 (unnecessary reload in quick search bar)
3737
3738 2006-04-05 [colin]      2.0.0cvs182
3739
3740         * src/compose.c
3741                 Fix crash on Reply with no From:
3742                 Show signature and conversion error on queuing 
3743                 (but not sending)
3744         * src/mainwindow.c
3745         * src/summaryview.c
3746         * src/summaryview.h
3747                 Factorize threading code and make sure msginfo 
3748                 is not null when it comes from a GtkCTreeRow's 
3749                 data
3750         * src/gtk/gtkaspell.c
3751                 Check for necessary things
3752         * src/gtk/gtksctree.c
3753         * src/gtk/gtksctree.h
3754                 Reset anchor if necessary when removing node
3755
3756 2006-03-29 [colin]      2.0.0cvs181
3757
3758         * src/folderview.c
3759                 Warn for disabled IMAP accounts (due to lack of
3760                 libetpan). Breaks string-freeze - sorry - but it
3761                 is kind of important ;)
3762
3763 2006-03-28 [colin]      2.0.0cvs180
3764
3765         * src/gtk/gtkutils.c
3766         * src/gtk/gtkutils.h
3767                 Add a gtkut_get_link_btn() function that
3768                 creates a button which acts like an URI
3769         * src/prefs_themes.c
3770         * src/gtk/about.c
3771                 Use this function (factorizes codes)
3772         * src/common/defs.h
3773         * src/gtk/pluginwindow.c
3774                 Add a "Get more..." in the plugins window
3775
3776 2006-03-28 [colin]      2.0.0cvs179
3777
3778         * src/common/smtp.c
3779         * src/common/passcrypt.c
3780         * src/undo.c
3781                 Warning fixes. Patch by Pawel Pekala
3782
3783 2006-03-27 [colin]      2.0.0cvs178
3784
3785         * src/undo.c
3786                 Fix undoing by blocks with spaces
3787
3788 2006-03-27 [colin]      2.0.0cvs177
3789
3790         * src/textview.c
3791                 Set margin to 3px for headers
3792
3793 2006-03-27 [paul]
3794
3795         2.1.0-rc2 released
3796
3797 2006-03-27 [wwp]        2.0.0cvs176
3798
3799         * src/summaryview.c
3800                 don't reset quicksearch when updating the message list.
3801                 Thanks to Colin.
3802
3803 2006-03-26 [wwp]        2.0.0cvs175
3804
3805         * src/compose.c
3806                 use a unified border width ('other' tab in the compose window,
3807                 patch by Pawel Pekala).
3808
3809
3810 2006-03-26 [wwp]        2.0.0cvs174
3811
3812         * src/common/quoted-printable.c
3813         * src/addressbook.c
3814                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3815
3816 2006-03-26 [colin]      2.0.0cvs173
3817
3818         * src/quote_fmt_parse.y
3819                 Fix non-UTF8 date formats messing up the whole quote a 
3820                 little bit
3821
3822 2006-03-26 [colin]      2.0.0cvs172
3823
3824         * src/procheader.c
3825                 Make sure the date is UTF8 valid, or try to make it
3826                 so. IncrediMail is really IncrediStupid.
3827         * src/compose.c
3828                 Fix possible conversions. 
3829                 
3830
3831 2006-03-26 [colin]      2.0.0cvs171
3832
3833         * src/matcher.c
3834                 Fix corner cases in body search. This is still a
3835                 hack... It seems impossible to make it good and 
3836                 reasonably fast at the same time.
3837
3838 2006-03-26 [colin]      2.0.0cvs170
3839
3840         * src/summaryview.c
3841                 I think I killed the twilight zone bug!
3842                 summary_select_node() flushes GTK events in order
3843                 to be able to center the view. But this also 
3844                 flushes keypresses like Ctrl-Alt-U, so this can
3845                 call summary_show from summary_select_node (itself
3846                 called from summary_show, etc.). And the summaryview
3847                 has to be unlocked in this function. So just locking
3848                 while processing GTK events, and bailing if locked, 
3849                 should fix it.
3850                 Fixes bug #927 (SIGSEGV during Update Summary)
3851
3852 2006-03-25 [colin]      2.0.0cvs169
3853
3854         * src/matcher.c
3855                 Fix search in QP-encoded bodies
3856                 Fix utf-8 searches in bodies encoded in the
3857                 locale's encoding
3858         * src/common/quoted-printable.c
3859         * src/common/quoted-printable.h
3860                 Add a decode function that doesn't overwrite
3861                 the original pointer
3862                 
3863
3864 2006-03-24 [colin]      2.0.0cvs168
3865
3866         * src/action.c
3867         * src/summaryview.c
3868         * src/summaryview.h
3869                 Update message cache after action
3870                 Patch by H. Merijn Brand
3871         * src/prefs_msg_colors.c
3872                 Factorize label 
3873                 Patch by Fabien Vantard
3874         * src/plugins/spamassassin/spamassassin_gtk.c
3875                 Remove useless translation
3876                 Patch by Fabien Vantard
3877
3878 2006-03-23 [colin]      2.0.0cvs167
3879
3880         * src/common/ssl.c
3881                 Let 30 seconds to SSL_connect
3882
3883 2006-03-23 [wwp]        2.0.0cvs166
3884
3885         * src/summaryview.c
3886         * src/gtk/description_window.c
3887                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3888                 and headers are translated; adjust description windows' width to fit their
3889                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3890
3891 2006-03-23 [paul]       2.0.0cvs165
3892
3893         * src/common/utils.c
3894                 fix highlighting of URIs containing "()"
3895                 (2.0.0cvs164's reversal fixed)
3896                 Thanks to Colin.
3897
3898 2006-03-23 [paul]       2.0.0cvs164
3899
3900         * src/common/utils.c
3901                 revert patch, (postponing a fix), at 2.0.0cvs120
3902                 as it breaks more URIs than it fixes.
3903                 Allow '-' to be a terminating character in a URI
3904
3905 2006-03-22 [colin]      2.0.0cvs163
3906
3907         * configure.ac
3908                 Require libetpan 0.45
3909                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3910
3911 2006-03-22 [paul]       2.0.0cvs162
3912
3913         * src/editgroup.c
3914                 replace '<-' and '->' buttons with GTK_STOCK graphical
3915                 buttons
3916         * src/summary_search.c
3917                 don't offer '...' for translation
3918                 add a tooltip to advanced search '...' button
3919         * src/gtk/quicksearch.c
3920                 don't offer '...' for translation
3921
3922 2006-03-21 [colin]      2.0.0cvs161
3923
3924         * src/compose.c
3925                 Fix middle-click pasting (insert at click
3926                 position instead of cursor position, don't
3927                 remove existing selection and allow pasting
3928                 our own selection)
3929         * src/addressbook.c
3930                 "LDAP Server" -> "LDAP servers"
3931
3932 2006-03-21 [wwp]        2.0.0cvs160
3933
3934         * src/etpan/imap-thread.c
3935                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3936
3937 2006-03-20 [colin]      2.0.0cvs159
3938
3939         * src/summaryview.c
3940                 Don't reload summaryview after an execute with no
3941                 move action
3942
3943 2006-03-19 [colin]      2.0.0cvs158
3944
3945         * src/addressbook.c
3946                 and put groups at the top, always
3947
3948 2006-03-19 [colin]      2.0.0cvs157
3949
3950         * src/addressbook.c
3951                 Order groups before names, as previously
3952
3953 2006-03-19 [colin]      2.0.0cvs156
3954
3955         * src/addressbook.c
3956                 - Sort case-unsensitive
3957                 - Put the sort arrow at opening too
3958
3959 2006-03-19 [wwp]        2.0.0cvs155
3960
3961         * src/addressbook.c
3962                 allow sorting by name/email/remarks, ensure that right-pane's contents
3963                 matches the left-pane selection (cleared when appropriate).
3964                 Patch by Pawel Pekala <c0rn@o2.pl>.
3965
3966 2006-03-18 [colin]      2.0.0cvs154
3967
3968         * src/textview.c
3969                 Fix text cursor ;)
3970
3971 2006-03-18 [colin]      2.0.0cvs153
3972
3973         * src/gtk/filesel.c
3974                 Make sure we hide the preview if we didn't get
3975                 a filename
3976
3977 2006-03-18 [colin]      2.0.0cvs152
3978
3979         * src/summaryview.c
3980                 Set cursor to watch for execution (fixes lack
3981                 of watch-cursor when dnd'ing hundreds of mails)
3982         * src/gtk/filesel.c
3983                 Check that mime type is 'image/*' before updating
3984                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3985
3986 2006-03-18 [colin]      2.0.0cvs151
3987
3988         * src/mainwindow.c
3989         * src/textview.c
3990         * src/textview.h
3991                 Put a watch cursor in textview too when the mainwindow's
3992                 cursor in a watch
3993
3994 2006-03-18 [colin]      2.0.0cvs150
3995
3996         * src/folder.c
3997                 Change wrong asserts to simple tests
3998
3999 2006-03-17 [colin]      2.0.0cvs149
4000
4001         * src/mainwindow.c
4002         * src/mainwindow.h
4003         * src/prefs_msg_colors.c
4004         * src/summaryview.c
4005         * src/summaryview.h
4006         * src/gtk/colorlabel.c
4007         * src/gtk/colorlabel.h
4008                 Add a color label menu in the main menubar
4009                 Add (fixed) accels Ctrl-{0-7} to change the color
4010                 They have to be fixed because the menu's dynamic,
4011                 the items are complex widgets, hence we can't use
4012                 a GtkItemFactory.
4013
4014
4015 2006-03-17 [wwp]        2.0.0cvs148
4016
4017         * src/compose.c
4018                 rollback few lines from my previous commit (those lines come from
4019                 a pending patch, accidentally commited, even if neutral as they are
4020                 commented out).
4021
4022 2006-03-17 [wwp]        2.0.0cvs147
4023
4024         * src/compose.c
4025                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4026                 applied code style/indentation to the modified function.
4027
4028 2006-03-17 [wwp]        2.0.0cvs146
4029
4030         * src/procmsg.c
4031         * src/compose.c
4032                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4033
4034 2006-03-17 [paul]
4035
4036         2.1.0-rc1 released
4037
4038 2006-03-17 [paul]       2.0.0cvs145
4039
4040         * src/main.c
4041                 addressbook_read_file() was called twice
4042         * src/textview.c
4043                 X-Mailer highlighting
4044
4045 2006-03-16 [colin]      2.0.0cvs144
4046
4047         * src/sourcewindow.c
4048         * src/sourcewindow.h
4049                 And the last one, in source window.
4050
4051 2006-03-16 [colin]      2.0.0cvs143
4052
4053         * src/compose.c
4054         * src/compose.h
4055                 Fix the same stuff in compose
4056
4057 2006-03-16 [colin]      2.0.0cvs142
4058
4059         * src/messageview.c
4060                 Complete the previous messageview crash fix
4061
4062 2006-03-16 [colin]      2.0.0cvs141
4063
4064         * src/procmsg.h
4065         * src/procmsg.c
4066         * src/folder.c
4067                 Fix POSTPROCESSING hook
4068                 Patch by H. Merijn Brand
4069
4070         * src/procmime.c
4071         * src/procmime.h
4072                 Parse Content-Location
4073
4074         * src/toolbar.c
4075         * src/messageview.c
4076         * src/messageview.h
4077                 Don't crash when a top-level MessageView has
4078                 been closed on us. Same problematic than
4079                 yesterday's quicksearch issue.
4080
4081 2006-03-15 [colin]      2.0.0cvs140
4082
4083         * src/gtk/quicksearch.c
4084                 Fix a bitchy race we didn't think about when we
4085                 added quicksearch cancellation:
4086                 If the search is not on cached fields, for example
4087                 body_part matchcase "stuff"
4088                 the matcher code has to get the whole message. If
4089                 we're on IMAP, that can be slow, and in order to
4090                 be non-blocking, the IMAP code idle loop processes
4091                 gtk events too. So it is possible to cancel a
4092                 quicksearch while the matcher is getting the mail's
4093                 body. After matcher got its body, it will start to
4094                 iterate over the matcher list that the Quicksearch's
4095                 clear_search_cb() just freed via prepare_matcher().
4096                 SIGSEGV ensues.
4097                 The fix consists of guarding the matcherlist_match()
4098                 call with a boolean 'matching'. If we reset the
4099                 quicksearch while matching is TRUE, we don't free
4100                 the matcherlist anymore like we did, but we set
4101                 another new flag, deferred_free, to TRUE. Then,
4102                 in quicksearch_match(), just after returning from
4103                 matcherlist_match() and unsetting the matching flag,
4104                 we check the deferred_free flag and do the
4105                 prepare_matcher() (which does the matcherlist_free)
4106                 for real, so we free the matcherlist once it's not
4107                 used anymore.
4108                 As all of this runs via the glib main loop, we
4109                 luckily don't need a mutex.
4110         * src/summaryview.c
4111                 Also, show progress while searching.
4112
4113
4114 2006-03-14 [colin]      2.0.0cvs139
4115
4116         * src/alertpanel.c
4117                 Make alertpanel_is_open non-static
4118
4119 2006-03-14 [colin]      2.0.0cvs138
4120
4121         * src/prefs_spelling.c
4122                 Cleanups - Fabien Vantard
4123
4124 2006-03-14 [wwp]        2.0.0cvs137
4125
4126         * src/main.c
4127                 code style normalization (curly braces, indentation).
4128
4129 2006-03-14 [wwp]        2.0.0cvs137
4130
4131         * src/main.c
4132                 code style (braces, indentation)
4133
4134 2006-03-12 [paul]       2.0.0cvs136
4135
4136         * src/prefs_common.c
4137                 trans_hdr defaults to FALSE to be RFC-savvy
4138         * src/prefs_summaries.c
4139                 add a tooltip to the trans_hdr option
4140                 
4141
4142 2006-03-12 [paul]       2.0.0cvs135
4143
4144         * src/prefs_matcher.c
4145                 give a little more width to the combos
4146         * src/prefs_display_header.c
4147         * src/textview.c
4148                 translate headers if prefs_common.trans_hdr
4149                 is TRUE
4150
4151         Patches by Pawel Pekala
4152
4153 2006-03-12 [paul]       2.0.0cvs134
4154
4155         * src/plugins/clamav/clamav_plugin.c
4156         * src/plugins/dillo_viewer/dillo_viewer.c
4157         * src/plugins/pgpcore/plugin.c
4158         * src/plugins/pgpinline/plugin.c
4159         * src/plugins/pgpmime/plugin.c
4160         * src/plugins/spamassassin/spamassassin.c
4161                 update/add to descriptions
4162         * src/plugins/spamassassin/spamassassin_gtk.c
4163                 fixes to the english, remove superfluous
4164                 tooltips, clean up a little
4165
4166 2006-03-12 [paul]       2.0.0cvs133
4167
4168         * src/compose.c
4169                 fix Bug 924, 'Account combo box shows up wrong 
4170                 if & is in account name'
4171
4172 2006-03-11 [colin]      2.0.0cvs132
4173
4174         * src/summaryview.c
4175                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4176                 messed up shift-selection because is slows down
4177                 moving around summaryview. thanks -users
4178
4179 2006-03-10 [colin]      2.0.0cvs131
4180
4181         * src/plugins/spamassassin/spamassassin_gtk.c
4182                 Put back Paul's engrish fixes
4183
4184 2006-03-10 [colin]      2.0.0cvs130
4185
4186         * src/plugins/spamassassin/spamassassin.c
4187         * src/plugins/spamassassin/spamassassin.h
4188         * src/plugins/spamassassin/spamassassin_gtk.c
4189                 Cleanup SA prefs page (more)
4190                 Patch by Fabien Vantard
4191
4192 2006-03-10 [paul]       2.0.0cvs129
4193
4194         * src/prefs_msg_colors.c
4195         * src/prefs_spelling.c
4196                 widget sensitivity
4197
4198 2006-03-09 [mones]      2.0.0cvs128
4199
4200         * po/es.po
4201                 Update for next RC
4202
4203 2006-03-09 [wwp]        2.0.0cvs127
4204
4205         * configure.ac
4206                 revert accidental commit (requirement for libetpan 0.43), this time
4207                 not in HEAD.
4208
4209 2006-03-09 [wwp]        2.0.0cvs125
4210
4211         * configure.ac
4212                 revert accidental commit (requirement for libetpan 0.43)
4213
4214 2006-03-09 [paul]       2.0.0cvs126
4215
4216         * src/prefs_receive.c
4217                 remove useless frame
4218                 replace 'incorporation' with 'receiving'
4219         * src/plugins/clamav/clamav_plugin_gtk.c
4220         * src/plugins/spamassassin/spamassassin_gtk.c
4221                 improve widget sensitivity
4222                 fix a bit his engrish
4223
4224 2006-03-09 [wwp]        2.0.0cvs125
4225
4226         * src/addressadd.c
4227         * src/foldersel.c
4228         * src/prefs_common.c
4229         * src/prefs_common.h
4230                 remember some more windows' sizes (add to addressbook and
4231                 select folder).
4232
4233 2006-03-09 [paul]       2.0.0cvs124
4234
4235         * src/plugins/pgpcore/prefs_gpg.c
4236                 normalise construction of dialogue
4237
4238 2006-03-09 [paul]       2.0.0cvs123
4239
4240         * src/plugins/trayicon/Makefile.am
4241                 add missing slash
4242
4243 2006-03-08 [colin]      2.0.0cvs122
4244
4245         * src/plugins/trayicon/Makefile.am
4246                 Fix build in separate dir 
4247                 Patch by Bamanzi <bamanzi@gmail.com>
4248
4249 2006-03-08 [colin]      2.0.0cvs121
4250
4251         * src/procmsg.c
4252                 Batch move and copies from summaryview with delayed execution
4253                 too
4254
4255 2006-03-07 [paul]       2.0.0cvs120
4256
4257         * src/common/utils.c
4258                 fix highlighting of URIs containing "()"
4259                 Patch by Pawel Pekala
4260
4261 2006-03-07 [paul]       2.0.0cvs119
4262
4263         * src/folder.c
4264         * src/folder.h
4265         * src/folderview.c
4266                 immediately do alphabetical resort when
4267                 changing a folder's name
4268                 Patch by Pawel Pekala
4269
4270 2006-03-07 [paul]       2.0.0cvs118
4271
4272         * src/news.c
4273         * src/news_gtk.c
4274                 when unsubscribing a newsgroup, remove the
4275                 folder and msgs in .sylpheed-claws/newscache
4276                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4277
4278 2006-03-07 [paul]       2.0.0cvs117
4279
4280         * src/textview.c
4281                 fix wrong Fake URL Warning
4282                 Thanks to Hiro
4283
4284 2006-03-07 [colin]      2.0.0cvs116
4285
4286         * src/imap.c
4287                 Return immediately when password dialog was
4288                 cancelled
4289         * src/gtk/inputdialog.c
4290                 Allow empty strings for passwords
4291
4292
4293 2006-03-06 [colin]      2.0.0cvs115
4294
4295         * src/imap.c
4296                 Prevent double-timeouts when connection fails
4297
4298 2006-03-06 [colin]
4299
4300         2.0.1-rc1 released
4301
4302 2006-03-06 [colin]      2.0.0cvs114
4303
4304         * src/imap.c
4305                 Refresh session during potentially long
4306                 operations
4307
4308 2006-03-06 [wwp]        2.0.0cvs113
4309
4310         * src/prefs_msg_colors.h
4311                 forgot that one (custom color labels).
4312
4313 2006-03-06 [wwp]        2.0.0cvs112
4314
4315         * src/prefs_common.c
4316         * src/prefs_common.h
4317         * src/prefs_msg_colors.c
4318         * src/summaryview.c
4319         * src/summaryview.h
4320         * src/gtk/colorlabel.c
4321         * src/gtk/colorlabel.h
4322                 colors in messages list are now customizable. Color values and names can
4323                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4324                 Thanks to Paul and Colin for their help with this longstanding patch!
4325
4326 2006-03-06 [wwp]        2.0.0cvs111
4327
4328         * src/textview.c
4329                 don't crash if (x)face is bad.
4330
4331 2006-03-05 [paul]       2.0.0cvs110
4332
4333         * AUTHORS
4334         * configure.ac
4335         * src/Makefile.am
4336         * src/common/Makefile.am
4337         * src/common/utils.h
4338         * src/etpan/imap-thread.c
4339         * src/gtk/authors.h
4340         * src/plugins/clamav/Makefile.am
4341         * src/plugins/demo/Makefile.am
4342         * src/plugins/dillo_viewer/Makefile.am
4343         * src/plugins/pgpcore/Makefile.am
4344         * src/plugins/pgpcore/passphrase.c
4345         * src/plugins/pgpinline/Makefile.am
4346         * src/plugins/pgpmime/Makefile.am
4347         * src/plugins/spamassassin/Makefile.am
4348         * src/plugins/trayicon/Makefile.am
4349                 fix builiding on cygwin
4350                 Patch by Ralgh Young <bamanzi@gmail.com>
4351
4352 2006-03-04 [wwp]        2.0.0cvs109
4353
4354         * manual/keyboard.xml
4355                 fix mixed up/down keys.
4356
4357 2006-03-04 [wwp]        2.0.0cvs108
4358
4359         * README
4360         * INSTALL
4361                 updated links to SpamAssassin.
4362
4363 2006-03-04 [wwp]        2.0.0cvs107
4364
4365         * manual/plugins.xml
4366         * src/plugins/spamassassin/README
4367                 updated SpamAssassin plugin docs to reflect new functional additions
4368                 (also fix/update/documents few technical stuff more, see the README).
4369
4370 2006-03-04 [wwp]        2.0.0cvs106
4371
4372         * src/prefs_message.c
4373                 normalized capitalization of message-prefs paths.
4374
4375 2006-03-04 [wwp]        2.0.0cvs105
4376
4377         * manual/advanced.xml
4378                 typo.
4379
4380 2006-03-03 [colin]      2.0.0cvs104
4381
4382         * src/plugins/clamav/clamav_plugin_gtk.c
4383                 Rework prefs page, patch by Fabien 
4384
4385 2006-03-03 [colin]      2.0.0cvs103
4386
4387         * src/plugins/clamav/clamav_plugin.c
4388                 Set error on all errors
4389
4390 2006-03-03 [colin]      2.0.0cvs102
4391
4392         * src/common/plugin.c
4393                 Initialize error to avoid crashing when a plugin fails
4394                 without setting error
4395
4396 2006-03-02 [wwp]        2.0.0cvs101
4397
4398         * configure.ac
4399                 fixed linker flags for libetpan support on Cygwin
4400                 (thanks to H.Merijn Brand).
4401
4402 2006-03-02 [wwp]        2.0.0cvs100
4403
4404         * src/addressbook.c
4405                 fix some AB error messages: one for punctuation and
4406                 one wrongly duplicate (thanks, maxbritov).
4407
4408 2006-03-02 [wwp]        2.0.0cvs99
4409
4410         * src/plugins/spamassassin/spamassassin.c
4411                 make sync calls to sa-learn/spamc to prevent
4412                 system (whatever local or client/server) overload.
4413
4414 2006-03-02 [colin]      2.0.0cvs98
4415
4416         * src/summaryview.c
4417                 Put the spam icon in the status column instead of the
4418                 mark one
4419
4420 2006-03-01 [colin]      2.0.0cvs97
4421
4422         * src/plugins/spamassassin/spamassassin.c
4423                 Fix segfault (g_file_set_contents fails for some 
4424                 reason and err==0x2f. Can't find out why with
4425                 valgrind, using working function :-)
4426
4427 2006-03-01 [colin]      2.0.0cvs96
4428
4429         * src/inc.c
4430                 Offline overriding: let 'No' be cached only 3 seconds
4431
4432 2006-03-01 [colin]      2.0.0cvs95
4433
4434         * src/addr_compl.c
4435         * src/addrbook.c
4436         * src/addressbook.c
4437         * src/addrindex.c
4438         * src/folder_item_prefs.c
4439         * src/headerview.c
4440         * src/imap.c
4441         * src/inc.c
4442         * src/ldif.c
4443         * src/mainwindow.c
4444         * src/mh.c
4445         * src/msgcache.c
4446         * src/prefs_common.h
4447         * src/prefs_msg_colors.c
4448         * src/procheader.c
4449         * src/procheader.h
4450         * src/procmime.c
4451         * src/procmsg.c
4452         * src/procmsg.h
4453         * src/send_message.h
4454         * src/simple-gettext.c
4455         * src/summaryview.c
4456         * src/summaryview.h
4457         * src/syldap.c
4458         * src/textview.c
4459         * src/undo.c
4460         * src/common/ssl_certificate.c
4461         * src/common/utils.c
4462         * src/gtk/colorsel.c
4463         * src/gtk/gtksctree.c
4464         * src/gtk/gtkshruler.c
4465         * src/plugins/trayicon/trayicon.c
4466                 #if 0 goes to /dev/null
4467
4468 2006-03-01 [colin]      2.0.0cvs94
4469
4470         * src/compose.c
4471         * src/imap.c
4472         * src/inc.c
4473         * src/inc.h
4474         * src/messageview.c
4475         * src/news.c
4476         * src/plugins/spamassassin/spamassassin.c
4477                 Allow to add information in the "working offline"
4478                 window
4479
4480 2006-03-01 [wwp]        2.0.0cvs93
4481
4482         * src/plugins/spamassassin/spamassassin.c
4483                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4484                 'cause it seems that calling `spamc ... < inputfile` with
4485                 g_spawn_(a)sync simply.. erm doesn't work :-).
4486
4487 2006-03-01 [wwp]        2.0.0cvs92
4488
4489         * src/toolbar.c
4490         * src/toolbar.h
4491                 simplify the adding of spam/ham button to the messageview toolbar
4492                 (it gets more clear now that the same button will be "Mark as spam"
4493                 or "Mark as ham" according to the current message status,
4494                 thanks to Colin).
4495
4496 2006-03-01 [wwp]        2.0.0cvs91
4497
4498         * src/messageview.c
4499         * src/procmsg.c
4500         * src/procmsg.h
4501         * src/summaryview.c
4502         * src/plugins/spamassassin/spamassassin.c
4503         * src/plugins/spamassassin/spamassassin.h
4504                 make learner callbacks return a status (0 for ok),
4505                 handle it in main code to avoid setting flags when learning failed,
4506                 don't learn on TCP if offline in spamassassin,
4507                 thanks to Colin.
4508
4509                 
4510
4511 2006-03-01 [wwp]        2.0.0cvs90
4512
4513         * src/compose.c
4514                 some work around the compose window's account menu,
4515                 patch by Fabien Vantard.
4516
4517 2006-03-01 [wwp]        2.0.0cvs89
4518
4519         * src/plugins/spamassassin/spamassassin.c
4520                 fixed bad logics, was using spamc in local mode and sa-learn
4521                 in remote mode (thanks, Colin).
4522
4523 2006-03-01 [wwp]        2.0.0cvs88
4524
4525         * src/plugins/spamassassin/spamassassin.c
4526         * src/plugins/spamassassin/spamassassin.h
4527         * src/plugins/spamassassin/spamassassin_gtk.c
4528                 made processing of emails w/ sa-plugin an option (default is TRUE),
4529                 fixed Engrish some tooltips, capitalization of some debug messages
4530                 and warnings. The spamassassin plugin now provides two separate
4531                 services: process emails upon incorporation and spamd training.
4532                 Both services (un)register independently but use some common
4533                 plugin settings (transport settings, spam storage location).
4534
4535 2006-02-28 [wwp]        2.0.0cvs87
4536
4537         * src/plugins/spamassassin/spamassassin.c
4538                 fix async flag to spamc cmdline execution (batch exec should
4539                 be asynchronous).
4540
4541 2006-02-27 [wwp]        2.0.0cvs86
4542
4543         * src/plugins/spamassassin/spamassassin.c
4544         * src/plugins/spamassassin/spamassassin.h
4545         * src/plugins/spamassassin/spamassassin_gtk.c
4546                 - added the ability to learn a remote spamassassin server (spamd),
4547                 using spamc.
4548                 - added the spamassassin option 'username', that applies to all
4549                 spamassassin operations (filtering, learning, local or remote).
4550                 The default username is the current unix user (if left blank
4551                 from gtk prefs or config file).
4552                 - commented out some unused code (notebook widget), removed unused
4553                 layout (hbox1).
4554                 - make more widgets sensitive to the transport type.
4555
4556 2006-02-27 [colin]      2.0.0cvs85
4557
4558         * src/plugins/spamassassin/spamassassin.c
4559                 Fix sa-learn call when offline
4560
4561 2006-02-27 [colin]      2.0.0cvs84
4562
4563         * configure.ac
4564         * src/Makefile.am
4565         * src/mainwindow.c
4566         * src/mainwindow.h
4567         * src/messageview.c
4568         * src/messageview.h
4569         * src/prefs_toolbar.c
4570         * src/procmsg.c
4571         * src/stock_pixmap.c
4572         * src/stock_pixmap.h
4573         * src/summaryview.c
4574         * src/toolbar.c
4575         * src/toolbar.h
4576         * src/pixmaps/ham_btn.xpm
4577         * src/pixmaps/spam.xpm
4578         * src/pixmaps/spam_btn.xpm
4579         * src/plugins/spamassassin/spamassassin.c
4580                 Add button in toolbar for spam learning
4581                 Fix a few bugs from the last related commit
4582                 Revert 1.9.6cvs23 which messed up shift-selection
4583
4584 2006-02-24 [colin]      2.0.0cvs83
4585
4586         * src/procmsg.c
4587         * src/summaryview.c
4588         * src/summaryview.h
4589         * src/plugins/spamassassin/spamassassin.c
4590         * src/plugins/spamassassin/spamassassin.h
4591         * src/plugins/spamassassin/spamassassin_gtk.c
4592                 Unregister learner when spamassassin is either
4593                 disabled or over tcp
4594
4595 2006-02-24 [colin]      2.0.0cvs82
4596
4597         * src/Makefile.am
4598         * src/mainwindow.c
4599         * src/mainwindow.h
4600         * src/procmsg.c
4601         * src/procmsg.h
4602         * src/stock_pixmap.c
4603         * src/stock_pixmap.h
4604         * src/summaryview.c
4605         * src/summaryview.h
4606         * src/gtk/icon_legend.c
4607         * src/pixmaps/spam.xpm  ** NEW FILE **
4608         * src/plugins/spamassassin/spamassassin.c
4609         * src/plugins/spamassassin/spamassassin_gtk.c
4610                 Add spam learning interface (Mark/Mark as 
4611                 (spam|ham) menus)
4612
4613 2006-02-24 [wwp]        2.0.0cvs81
4614
4615         * src/compose.c
4616         * src/compose.h
4617         * src/filtering.c
4618                 hide compose window when sending message in batch mode
4619                 (filtering: forward and redirect). Also fixed a wrong
4620                 value returned when sending failed, neutral anyway.
4621                 (Colin, me) 
4622
4623 2006-02-24 [wwp]        2.0.0cvs80
4624
4625         * src/mainwindow.c
4626                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4627
4628 2006-02-24 [paul]       2.0.0cvs79
4629
4630         * src/news.c
4631         * src/news.h
4632         * src/news_gtk.c
4633                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4634                 Thanks to Colin
4635
4636 2006-02-23 [colin]      2.0.0cvs78
4637
4638         * src/alertpanel.c
4639                 Change OK to Close in alertpanel with View log
4640                 button; add accel to View log. Patch by Fabien
4641                 Vantard
4642
4643 2006-02-23 [wwp]        2.0.0cvs77
4644
4645         * src/compose.c
4646                 silly me, there were much more tests to perform, since toolbars can
4647                 really have down to 1 element only.
4648
4649 2006-02-23 [wwp]        2.0.0cvs76
4650
4651         * commitHelper
4652                 fixed indentation from my previous commit. Fallback to VISUAL if
4653                 EDITOR is not set (and to vi, at last resort).
4654
4655 2006-02-23 [wwp]        2.0.0cvs75
4656
4657         * commitHelper
4658                 improved error detection (Colin, me).
4659
4660 2006-02-23 [wwp]        2.0.0cvs74
4661
4662         * src/prefs_toolbar.c
4663                 simplify and fix prefs/toolbars layouting. Combos' contents can
4664                 now be really displayed.
4665
4666 2006-02-23 [wwp]        2.0.0cvs73
4667         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4668         be really displayed.
4669
4670 2006-02-22 [wwp]        2.0.0cvs72
4671
4672         * src/compose.c
4673                 fix a typo in my previous commit (sorry!).
4674
4675 2006-02-22 [wwp]        2.0.0cvs71
4676
4677         * src/prefs_toolbar.c
4678                 fix a crash when adding separators to toolbars,
4679                 also fix some separator item information.
4680
4681 2006-02-22 [wwp]        2.0.0cvs70
4682
4683         * src/compose.c
4684                 fix a crash when redirecting (for instance) when compose window's
4685                 toolbar contents has been customized (when some buttons have been
4686                 removed in fact).
4687
4688 2006-02-21 [wwp]        2.0.0cvs69
4689
4690         * src/summaryview.c
4691         * src/gtk/pluginwindow.c
4692         * src/plugins/pgpcore/prefs_gpg.c
4693                 fix some compilation warnings (feat. remains of removed code).
4694
4695 2006-02-21 [wwp]        2.0.0cvs68
4696
4697         * src/gtk/gtkutils.c
4698                 fix two compilation issues, thanks to Stephan Sachse.
4699
4700 2006-02-20 [colin]      2.0.0cvs67
4701
4702         * src/mainwindow.c
4703                 Don't reselect displayed mail on refocus
4704                 This fixes actions misbehaving 
4705
4706 2006-02-20 [wwp]        2.0.0cvs66
4707
4708         * src/summaryview.c
4709         * src/gtk/gtksctree.c
4710         * src/gtk/gtkshruler.c
4711                 changed more runtime typecast checks.
4712
4713 2006-02-20 [wwp]        2.0.0cvs65
4714
4715         * src/summary_search.c
4716                 find all - summaryview refresh issue fixed, thanks to Colin.
4717
4718 2006-02-20 [wwp]        2.0.0cvs64
4719
4720         * src/gtk/gtkutils.c
4721                 better runtime typecast checks.
4722
4723 2006-02-20 [wwp]        2.0.0cvs63
4724
4725         * src/summary_search.c
4726                 enhancements to the summary search:
4727                         - add the ability to stop the running search
4728                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4729                         - don't search if no criteria (From/To/Subject/Body) is set
4730                         - ensure that a busy mouse pointer is always shown when searching,
4731                           show it even a bit earlier
4732
4733 2006-02-19 [colin]      2.0.0cvs62
4734
4735         * src/compose.c
4736         * src/imap.c
4737         * src/etpan/imap-thread.c
4738         * src/etpan/imap-thread.h
4739                 (Future) IMAP speed improvement on sending
4740                 Will require a libetpan update
4741         * src/summaryview.c
4742         * src/gtk/quicksearch.c
4743                 Make quicksearch clearable while running.
4744
4745 2006-02-17 [colin]      2.0.0cvs61
4746
4747         * src/imap.c
4748         * src/etpan/imap-thread.c
4749         * src/etpan/imap-thread.h
4750                 Check for IMAP certificates
4751                 ** Requires libetpan-0.42-cvs4 
4752                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4753
4754 2006-02-17 [colin]      2.0.0cvs60
4755
4756         * src/messageview.c
4757         * src/prefs_common.c
4758         * src/prefs_common.h
4759         * src/prefs_message.c
4760                 Add pref to display HTML-only mails with plugin, 
4761                 if possible (defaulting to FALSE of course).
4762
4763 2006-02-16 [colin]      2.0.0cvs59
4764
4765         * src/main.c
4766         * src/common/plugin.c
4767         * src/common/plugin.h
4768         * src/gtk/pluginwindow.c
4769                 Keep track of requested (but unloaded) plugins
4770                 in some error cases.
4771
4772 2006-02-16 [wwp]        2.0.0cvs58
4773
4774         * src/gtk/gtkaspell.c
4775         * src/gtk/gtkaspell.h
4776         * src/prefs_spelling.c
4777         * src/compose.c
4778         * src/prefs_common.c
4779         * src/prefs_common.h
4780                 implemented new optional spellchecker behaviour: re-check message when
4781                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4782
4783 2006-02-16 [wwp]        2.0.0cvs57
4784
4785         * src/quote_fmt_parse.y
4786                 pclose popen'ed pipe.
4787
4788 2006-02-15 [colin]      2.0.0cvs56
4789
4790         * src/mimeview.c
4791         * src/mimeview.h
4792                 Let MimeViewers know which MimeView they
4793                 depend of.
4794         * src/summaryview.c
4795                 Swap From/To columns in Sent/Queue/Drafts
4796                 folders
4797         * src/etpan/imap-thread.c
4798                 Use mailstream_low_tls_open() for STARTTLS
4799                 instead of mailstream_low_ssl_open()
4800                 ** REQUIRES libetpan 0.42cvs3 **
4801
4802 2006-02-15 [wwp]        2.0.0cvs55
4803
4804         * src/compose.c
4805         * src/compose.h
4806         * src/message_search.c
4807         * src/message_search.h
4808         * src/textview.c
4809         * src/gtk/gtkutils.c
4810         * src/gtk/gtkutils.h
4811                 added the ability to Find text in the compose window (and a bit
4812                 of code factorization).
4813
4814 2006-02-15 [wwp]        2.0.0cvs54
4815
4816         * src/prefs_gtk.c
4817                 yet another one file was missing (fix for some widgets' sensitivity).
4818                 Thanks Colin!
4819
4820 2006-02-15 [wwp]        2.0.0cvs53
4821
4822         * src/prefs_gtk.h
4823                 oops forgot that file (fix for some widgets' sensitivity).
4824
4825 2006-02-15 [wwp]        2.0.0cvs52
4826
4827         * src/summary_search.c
4828                 implemented advanced summary search options (added the ability
4829                 to use matcher conditions in an advanced search mode).
4830
4831 2006-02-15 [wwp]        2.0.0cvs51
4832
4833         * src/plugins/pgpcore/prefs_gpg.c
4834         * src/prefs_account.c
4835                 fix some widget sensitivity, mostly around some labels in
4836                 account prefs.
4837
4838 2006-02-15 [paul]       2.0.0cvs50
4839
4840         * manual/advanced.xml
4841                 improve Templates info
4842                 written by wwp
4843
4844 2006-02-14 [colin]      2.0.0cvs49
4845
4846         * src/pixmaps/address_book.xpm
4847         * src/pixmaps/preferences.xpm
4848         * src/pixmaps/properties.xpm
4849                 Fix pixmap size - patch by Fabien Vantard
4850
4851 2006-02-13 [colin]      2.0.0cvs48
4852
4853         * src/procmime.c
4854                 Add missing fclose()s on error
4855         * src/textview.c
4856                 Remove unused code
4857         * src/common/utils.c
4858                 Fix temp files not being deleted on windows
4859         Patches by Thomas Gilgin
4860
4861 2006-02-13 [colin]      2.0.0cvs47
4862
4863         * src/mainwindow.c
4864                 Fix exit crash
4865
4866 2006-02-13 [wwp]        2.0.0cvs46
4867
4868         * src/plugins/pgpcore/prefs_gpg.c
4869                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4870
4871 2006-02-12 [colin]      2.0.0cvs45
4872
4873         * src/folderview.c
4874         * src/main.c
4875         * src/mainwindow.c
4876                 Fix "stuff" when quitting
4877
4878 2006-02-12 [wwp]        2.0.0cvs44
4879
4880         * src/prefs_themes.c
4881                 fix typos in debug messages.
4882
4883 2006-02-11 [colin]      2.0.0cvs43
4884
4885         * src/summaryview.c
4886                 don't allow drag/drop from ourself
4887
4888 2006-02-10 [wwp]        2.0.0cvs42
4889
4890         * src/exporthtml.c
4891         * src/html.c
4892         * src/html.h
4893         * src/procmime.c
4894         * src/textview.c
4895                 renamed html_ prefixed functions and data structures to avoid
4896                 namespace clashes w/ other software (gtkhtml2 for instance).
4897                 Closes bug #907.
4898
4899
4900 2006-02-09 [colin]      2.0.0cvs41
4901
4902         * src/summaryview.c
4903                 Fix shitty logic messed up. Thanks Ticho for the hint!
4904
4905 2006-02-09 [wwp]        2.0.0cvs40
4906
4907         * src/gtk/about.c
4908         * src/compose.c
4909         * src/prefs_account.c
4910         * src/prefs_gtk.h
4911         * src/editaddress.c
4912                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4913                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4914                 Browse buttons in accounts prefs.
4915
4916 2006-02-09 [colin]      2.0.0cvs39
4917
4918         * src/matcher.c
4919                 Check for pointer before using its members
4920         * src/gtk/gtksourceprintjob.c
4921                 Fix a wrong warning
4922
4923 2006-02-09 [wwp]        2.0.0cvs38
4924
4925         * src/gtk/filesel.c
4926                 fix few compiler warnings (type mismatch).
4927
4928 2006-02-09 [paul]       2.0.0cvs37
4929
4930         * po/fr.po
4931                 updated by Fabien Vantard
4932
4933 2006-02-08 [colin]      2.0.0cvs36
4934
4935         * src/prefs_common.c
4936         * src/common/defs.h
4937         * src/common/plugin.c
4938                 allow windows and linux configurations to coexist
4939                 patch by Thomas Gilgin
4940
4941 2006-02-08 [colin]      2.0.0cvs35
4942
4943         * src/filtering.c
4944         * src/matcher.c
4945         * src/matcher.h
4946         * src/matcher_parser_parse.y
4947         * src/prefs_filtering_action.c
4948         * src/prefs_matcher.c
4949                 Add the "Ignore thread" filtering
4950                 action
4951
4952 2006-02-08 [colin]      2.0.0cvs34
4953
4954         * src/compose.c
4955         * src/procmime.c
4956         * src/procmime.h
4957                 Fix bug #905 (damaged attachment)
4958                 text files with raw \0's aren't really text files
4959         FOR_STABLE
4960
4961 2006-02-08 [colin]      2.0.0cvs33
4962
4963         * src/summaryview.c
4964                 Fix crasher introduced yesterday
4965
4966 2006-02-08 [wwp]        2.0.0cvs32
4967
4968         * src/compose.c
4969         * src/compose.h
4970                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4971
4972 2006-02-08 [wwp]        2.0.0cvs31
4973
4974         * src/prefs_template.c
4975                 templates enhancement: allow address completion for Cc and Bcc fields
4976                 (it was currently possible for the To field only)
4977
4978 2006-02-08 [colin]      2.0.0cvs30
4979
4980         * src/compose.c
4981                 Don't unblock if not blocked
4982         FOR_STABLE
4983
4984 2006-02-07 [colin]      2.0.0cvs29
4985
4986         * src/action.c
4987                 Forgot to refresh summaryview
4988
4989 2006-02-07 [colin]      2.0.0cvs28
4990
4991         * src/action.c
4992                 Freeze/thaw message list and folder list while
4993                 processing %as{} actions 
4994         * src/compose.c
4995                 Fix auto-wrap disabling after a middle-click
4996                 paste - FOR_STABLE
4997
4998 2006-02-07 [paul]       2.0.0cvs27
4999
5000         * src/folder.c
5001                 fix freeing of uninitialised pointers
5002                 Thanks to Colin
5003
5004 2006-02-06 [colin]      2.0.0cvs26
5005
5006         * src/folder.c
5007                 Use g_slist_prepend in potentially big list
5008
5009 2006-02-06 [colin]      2.0.0cvs25
5010
5011         * src/folder.c
5012                 Completely skip processing if it doesn't 
5013                 exist (faster!)
5014
5015 2006-02-06 [colin]      2.0.0cvs24
5016
5017         * src/folder.c
5018         * src/summaryview.c
5019                 Batch filtering in summaryview (from Tools menu)
5020                 and pre/post//-processing too
5021
5022 2006-02-06 [colin]      2.0.0cvs23
5023
5024         * src/procmsg.h
5025         * src/filtering.c
5026                 Use a special field for batch filtering instead
5027                 of stepping on deferred execution's toes
5028
5029 2006-02-06 [colin]      2.0.0cvs22
5030
5031         * src/action.c
5032         * src/filtering.c
5033         * src/filtering.h
5034         * src/folder.c
5035         * src/summaryview.c
5036                 Fix filtering via menus and actions
5037
5038 2006-02-06 [colin]      2.0.0cvs21
5039
5040         * src/imap.c
5041                 Put the added file directly to cache if possible (will work
5042                 with next libetpan)
5043         * src/filtering.c
5044         * src/filtering.h
5045         * src/inc.c
5046         * src/folder.c
5047         * src/mbox.c
5048         * src/procmsg.h
5049                 Move and copy filtered messages by batches instead of one
5050                 by one - faster on IMAP
5051         * src/procmsg.c
5052                 Add a function that'll possibly be useful later
5053
5054 2006-02-06 [colin]      2.0.0cvs20
5055
5056         * src/addressbook.c
5057                 Use internal mime-type instead of text/plain for d'n'd
5058         * src/compose.c
5059                 Allow attaching files from mimeview's icon list via d'n'd
5060         * src/folderview.c
5061         * src/folderview.h
5062                 Use internal mime-type instead of text/plain for d'n'd
5063                 Don't try to selected opened folder if none is
5064                 Factorize d'n'd from other apps code
5065         * src/headerview.c
5066         * src/textview.c
5067         * src/gtk/gtkutils.c
5068         * src/gtk/gtkutils.h
5069                 Factorize Face/X-Face stuff
5070         * src/mimeview.c
5071                 Fix d'n'd to other apps
5072         * src/prefs_message.c
5073                 Let the XFace pref be usable without libcompface as it also
5074                 applies to Face
5075         * src/summaryview.c
5076                 Fix d'n'd to other apps
5077                 Factorize d'n'd from other apps code
5078
5079 2006-02-06 [wwp]        2.0.0cvs19
5080
5081         * po/it.po
5082                 Italian translation fixes by Andrea Spadaccini (no more confusion
5083                 between filtering and processing, and few changes in the About
5084                 dialog).
5085
5086
5087 2006-02-06 [mones]      2.0.0cvs18
5088
5089         * src/gtk/icon_legend.c
5090                 Improved descriptions allowing better translations
5091
5092 2006-02-05 [colin]      2.0.0cvs17
5093
5094         * src/imap.c
5095                 Add the f*cking missing expunge that caused imap_fetch_env
5096                 to fail after an add_msgs ! :-///
5097         * src/etpan/imap-thread.c
5098                 Add a bit of debug
5099         FOR_STABLE
5100
5101 2006-02-05 [colin]      2.0.0cvs16
5102
5103         * src/common/utils.c
5104                 Don't check for return-path (or we can't put
5105                 back non-sent mails)
5106
5107 2006-02-05 [colin]      2.0.0cvs15
5108
5109         * src/textview.c
5110                 Don't try to display Face header in textview
5111                 when teh headerview's active
5112
5113 2006-02-05 [colin]      2.0.0cvs14
5114
5115         * tools/tbird2syl.py
5116         * tools/Makefile.am
5117                 Add script to import Thunderbird mails
5118
5119 2006-02-05 [colin]      2.0.0cvs13
5120
5121         * src/headerview.c
5122         * src/procheader.c
5123         * src/procmsg.c
5124         * src/procmsg.h
5125         * src/textview.c
5126                 Show Face headers - patch partially by Klaus Flittner
5127
5128 2006-02-05 [colin]      2.0.0cvs12
5129
5130         * src/folderview.c
5131         * src/summaryview.c
5132         * src/common/utils.c
5133         * src/common/utils.h
5134                 Let dnd work from mime icons to summaryview
5135                 and to folderview too
5136                 Add a crude test to avoid trying to add files
5137                 drag'n'dropped when they're not mails
5138
5139 2006-02-04 [colin]      2.0.0cvs11
5140
5141         * src/summaryview.c
5142         * src/mimeview.c
5143                 Fix utf8 conversion
5144
5145 2006-02-04 [colin]      2.0.0cvs10
5146
5147         * src/compose.c
5148         * src/folderview.c
5149         * src/mimeview.c
5150         * src/summaryview.c
5151         * src/summaryview.h
5152                 Added various drag and drop capas:
5153                 From                    To
5154                 summaryview             other apps
5155                 mimeview icons          other apps
5156                 other apps              summaryview
5157                 other apps              folderview
5158
5159                 This shouldn't have broken the existing:
5160                 From                    To
5161                 summaryview             folderview
5162                 folderview              folderview
5163                 summaryview             compose's attachments
5164
5165         Tests welcomed.
5166
5167 2006-02-02 [paul]       2.0.0cvs9
5168
5169         * src/mainwindow.c
5170                 move global option 'Set displayed columns...' out
5171                 of folder option grouping.
5172                 fix sensitivity of 'harvest addresses'
5173         FOR_STABLE
5174
5175 2006-02-01 [colin]      2.0.0cvs8
5176
5177         * src/mimeview.c
5178                 Revert the alertpanel patch, it sucks (intrusive
5179                 and gets in the way of "open")
5180
5181 2006-02-01 [colin]      2.0.0cvs7
5182
5183         * src/compose.c
5184         * src/prefs_account.c
5185         * src/prefs_common.c
5186         * src/common/defs.h
5187         * src/common/utils.c
5188         * src/common/utils.h
5189                 Add ability to edit the signature file
5190                 from the account preferences, and use
5191                 a default for the text editor.
5192                 Patch by Fabien Vantard
5193
5194 2006-02-01 [colin]      2.0.0cvs6
5195
5196         * src/mimeview.c
5197                 Try to get mime type by extension if it is
5198                 application/octet-stream
5199                 Display a window with possible choices when
5200                 encountering unknown mime types
5201         * src/gtk/filesel.c
5202         * src/gtk/filesel.h
5203                 Add preview
5204                 Allow multiple selection in filtered filesel
5205                 (patch by Fabien Vantard)
5206         * src/gtk/pluginwindow.c
5207                 Use it (patch by Fabien Vantard)
5208
5209 2006-02-01 [paul]       2.0.0cvs5
5210
5211         * src/jpilot.c
5212                 fix crash on creating jpilot address book
5213                 Thanks to Colin - FOR_STABLE
5214         * src/prefs_summaries.c
5215         * src/prefs_wrapping.c
5216         * src/gtk/icon_legend.c
5217         * src/gtk/quicksearch.c
5218                 string fixes and additions
5219
5220 2006-02-01 [paul]       2.0.0cvs4
5221
5222         * src/compose.c
5223         * src/mainwindow.c
5224         * src/messageview.c
5225         * src/prefs_send.c
5226                 add Arabic encoding option
5227                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5228
5229 2006-01-31 [colin]      2.0.0cvs3
5230
5231         * src/plugins/pgpcore/passphrase.c
5232                 Convert passphrase to locale encoding
5233         * src/compose.c
5234                 Fix drafting on IMAP. Crappy bug sneaked in
5235                 the release :-/
5236         FOR_STABLE
5237
5238 2006-01-30 [paul]       2.0.0cvs2
5239
5240         * src/gtk/icon_legend.c
5241                 show the new entries
5242
5243 2006-01-30 [colin]      2.0.0cvs1
5244
5245         * src/manual.c
5246                 Check for the file to be present before 
5247                 enabling the menu - FOR_STABLE
5248         * src/gtk/icon_legend.c
5249                 Add folders icons (not all of them, there
5250                 are too much, but the most intriguing ones)
5251
5252 2006-01-30 [paul]       2.0.0
5253
5254         version 2.0.0 released
5255
5256 2006-01-30 [paul]       1.9.100cvs200
5257
5258         * manual/faq.xml
5259         * manual/gpl.xml
5260         * manual/intro.xml
5261         * manual/starting.xml
5262         * manual/sylpheed-claws-manual.xml
5263                 fixes, additions
5264
5265 2006-01-29 [mones]      1.9.100cvs199
5266
5267         * manual/account.xml
5268         * manual/advanced.xml
5269         * manual/glossary.xml
5270                 Some typos fixed, added LDIF term to glossary
5271         * po/es.po
5272                 Fixed leading plus symbol
5273
5274 2006-01-29 [paul]       1.9.100cvs198
5275
5276         * po/fi.po
5277         * po/sk.po
5278                 updated by Tommi Pirinen and Andrej Kacian
5279
5280 2006-01-29 [paul]       1.9.100cvs197
5281
5282         * src/gtk/authors.h
5283                 remove duplicates
5284
5285 2006-01-29 [paul]       1.9.100cvs196
5286
5287         * AUTHORS
5288         * po/nl.po
5289         * src/gtk/authors.h
5290         * tools/claws.i18n.status.pl
5291                 nl translation updated by Tim Dijkstra
5292
5293 2006-01-29 [paul]       1.9.100cvs195
5294
5295         * po/sr.po
5296         * po/sv.po
5297                 updated by Aleksandar Urosevic and Anders Troback
5298
5299 2006-01-28 [colin]      1.9.100cvs194
5300
5301         * src/gtk/gtksourceprintjob.c
5302                 Don't fiddle with PangoLayout when we
5303                 have an image
5304
5305 2006-01-28 [paul]       1.9.100cvs193
5306
5307         * AUTHORS
5308         * po/el.po
5309         * po/zh_CN.po
5310         * src/gtk/authors.h
5311         * tools/claws.i18n.status.pl
5312                 updated translations submitted by Stavros Giannouris
5313                 and Ralgh Young
5314
5315 2006-01-27 [colin]      1.9.100cvs192
5316
5317         * src/summaryview.c
5318         * src/gtk/gtksourceprintjob.c
5319                 Add image printing 
5320                 (libgnomeprint only, of course)
5321
5322 2006-01-27 [paul]       1.9.100cvs191
5323
5324         * po/fr.po
5325         * po/it.po
5326                 updated by Fabien Vantard and Andrea Spadaccini
5327
5328 2006-01-26 [colin]      1.9.100cvs190
5329
5330         * manual/Makefile.am
5331         * configure.ac
5332                 Make building the manual optional 
5333                 (--disable-manual)
5334
5335 2006-01-26 [paul]       1.9.100cvs189
5336
5337         * manual/glossary.xml
5338         * manual/plugins.xml
5339                 edited
5340         * po/en_GB.po
5341                 updated
5342
5343 2006-01-26 [paul]       1.9.100cvs188
5344
5345         * src/prefs_display_header.c
5346         * src/prefs_folder_column.c
5347         * src/prefs_msg_colors.c
5348         * src/prefs_summaries.c
5349         * src/prefs_summary_column.c
5350                 HIGify
5351
5352 2006-01-25 [colin]      1.9.100cvs187
5353
5354         * src/imap.c
5355                 Don't allow moving/copying mails between
5356                 queue/drafts and non-queue/drafts folders
5357                 Fixes bug #897 (message header is resetted 
5358                 if one is copied to Drafts)
5359
5360 2006-01-25 [colin]      1.9.100cvs186
5361
5362         * src/folder.c
5363         * src/mainwindow.c
5364                 Fix subscribed folders not found
5365         * src/compose.c
5366                 Don't try to encode as original mail's charset
5367                 if it's ascii 
5368
5369 2006-01-25 [paul]       1.9.100cvs185
5370
5371         * AUTHORS
5372         * po/Makevars
5373                 updated
5374         * po/de.po
5375         * po/pl.po
5376         * po/pt_BR.po
5377         * po/sr.po
5378                 updates submitted by Stephan Sachse, Emilian Nowak
5379                 and Quar, Frederico Goncalves Guimaraes, and
5380                 Aleksandar Urosevic
5381                 Fix Bug 896, 'PT_BR locale broken'.
5382         * src/gtk/authors.h
5383                 updated
5384
5385 2006-01-24 [mones]      1.9.100cvs184
5386
5387         * manual/glossary.xml
5388                 All current terms finished. Reviewers welcome ;-)
5389         * manual/keyboard.xml
5390                 Fixed column width for pdf output.
5391         * po/es.po
5392                 Updated
5393
5394 2006-01-24 [paul]       1.9.100cvs183
5395
5396         * manual/glossary.xml
5397                 fix id name
5398         * manual/dist/html/Makefile.am
5399         * manual/dist/pdf/Makefile.am
5400         * manual/dist/ps/Makefile.am
5401         * manual/dist/txt/Makefile.am
5402                 fix make deps
5403                 Thanks to Colin
5404
5405 2006-01-24 [mones]      1.9.100cvs182
5406
5407         * manual/glossary.xml
5408                 Nearly finished, some terms missing.
5409
5410 2006-01-23 [paul]       1.9.100cvs181
5411
5412         * manual/dist/html/Makefile.am
5413         * manual/dist/pdf/Makefile.am
5414         * manual/dist/ps/Makefile.am
5415         * manual/dist/txt/Makefile.am
5416         * src/mainwindow.c
5417                 re-enable manual
5418                 Thanks to Colin
5419
5420 2006-01-22 [colin]      1.9.100cvs180
5421
5422         * src/compose.c
5423         * src/gtk/gtkaspell.c
5424                 Don't deselect stuff before right-clicking, with aspell.
5425                 (This prevented right-click Copy, for example).
5426                 Thanks to Clo!
5427
5428 2006-01-22 [paul]       1.9.100cvs179
5429
5430         * src/summary_search.c
5431                 don't fix the widget size as it causes problems
5432                 under localisation.
5433                 Thanks to Emilian Nowak
5434
5435 2006-01-21 [paul]       1.9.100cvs178
5436
5437         * src/prefs_themes.c
5438                 fix broken underlining of label text
5439                 with some translations
5440
5441 2006-01-21 [colin]      1.9.100cvs177
5442
5443         * po/fr.po
5444                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5445
5446 2006-01-20 [colin]      1.9.100cvs176
5447
5448         * configure.ac
5449         * Makefile.am
5450         * manual/Makefile
5451         * manual/dist/html/.cvsignore
5452         * manual/dist/html/Makefile.am
5453         * manual/dist/pdf/.cvsignore
5454         * manual/dist/pdf/Makefile.am
5455         * manual/dist/ps/.cvsignore
5456         * manual/dist/ps/Makefile.am
5457         * manual/dist/txt/.cvsignore
5458         * manual/dist/txt/Makefile.am
5459                 Autotool-ize manual
5460
5461 2006-01-20 [paul]       1.9.100cvs175
5462
5463         * manual/handling.xml
5464                 make Filtering and Searching entries easier to find
5465         * manual/keyboard.xml
5466                 add the remaining default keybinds
5467         * src/prefs_summaries.c
5468                 update the default keybinds
5469
5470 2006-01-20 [paul]       1.9.100cvs174
5471
5472         * src/addressbook.c
5473         * src/addrgather.c
5474         * src/addrharvest.c
5475         * src/editaddress.c
5476         * src/editgroup.c
5477         * src/exphtmldlg.c
5478         * src/expldifdlg.c
5479         * src/exporthtml.c
5480         * src/exportldif.c
5481         * src/ldif.c
5482                 replace 'e-mail' with 'email'
5483         * src/summary_search.c
5484                 add mnemonic to "Find all" button
5485
5486 2006-01-20 [wwp]        1.9.100cvs173
5487
5488         * src/export.c
5489         * src/import.c
5490                 touched mbox import/export buttons for HIG-compliance
5491
5492 2006-01-19 [paul]       1.9.100cvs172
5493
5494         * manual/account.xml
5495         * manual/addrbook.xml
5496         * manual/advanced.xml
5497         * manual/faq.xml
5498         * manual/handling.xml
5499         * manual/intro.xml
5500         * manual/plugins.xml
5501         * manual/starting.xml
5502                 more editing
5503
5504 2006-01-19 [paul]       1.9.100cvs171
5505
5506         * src/toolbar.c
5507                 allow use of trash button while receiving
5508                 Thanks to Colin
5509
5510 2006-01-19 [wwp]        1.9.100cvs170
5511
5512         * src/gtk/quicksearch.c
5513         * src/compose.c
5514                 force text color to black when yellow background is set
5515
5516 2006-01-19 [colin]      1.9.100cvs169
5517
5518         * src/plugins/trayicon/trayicon.c
5519                 Gray out Get Mail when already getting mail
5520
5521 2006-01-18 [paul]       1.9.100cvs168
5522
5523         * src/compose.c
5524                 give widget yellow background was To is
5525                 set via folder prefs
5526         * src/gtk/quicksearch.c
5527                 give widget yellow background when quick
5528                 search is active.
5529                 Thanks to Colin
5530
5531 2006-01-18 [paul]       1.9.100cvs167
5532
5533         * doc/man/sylpheed-claws.1
5534                 add --subscribe option
5535
5536 2006-01-18 [paul]       1.9.100cvs166
5537
5538         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5539         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5540                 use %U instead of %F (%F is broken for user installed
5541                 files in kde 3.5)
5542
5543 2006-01-18 [colin]      1.9.100cvs165
5544
5545         * src/summaryview.c
5546                 Default to Yes in "No more * messages" dialogs
5547
5548 2006-01-17 [colin]      1.9.100cvs164
5549
5550         * src/compose.c
5551                 Possibly fix an invalid iterator causing
5552                 crash
5553
5554 2006-01-17 [colin]      1.9.100cvs163
5555
5556         * src/mimeview.c
5557                 Fix crash when the image disappears under the
5558                 image viewer
5559
5560 2006-01-16 [colin]      1.9.100cvs162
5561
5562         * src/compose.c
5563                 Fix reenabling autowrap
5564
5565 2006-01-16 [colin]      1.9.100cvs161
5566
5567         * src/compose.c
5568                 reset quote_len before getting quote_str
5569
5570 2006-01-16 [colin]      1.9.100cvs160
5571
5572         * src/account.c
5573         * src/account.h
5574         * src/folder.c
5575         * src/imap_gtk.c
5576         * src/mh_gtk.c
5577                 Fix bug #883 (default inbox does not track folder move)
5578
5579 2006-01-16 [colin]      1.9.100cvs159
5580
5581         * src/compose.c
5582         * src/plugins/pgpcore/passphrase.c
5583                 More buttons fixes
5584
5585 2006-01-16 [paul]       1.9.100cvs158
5586
5587         * src/prefs_actions.c
5588         * src/prefs_filtering_action.c
5589         * src/prefs_matcher.c
5590         * src/quote_fmt.c
5591         * src/gtk/description_window.c
5592         * src/gtk/description_window.h
5593         * src/gtk/quicksearch.c
5594                 description window cleanups
5595
5596 2006-01-15 [colin]      1.9.100cvs157
5597
5598         * src/addressbook.c
5599         * src/prefs_filtering.c
5600                 Same here
5601
5602 2006-01-15 [colin]      1.9.100cvs156
5603
5604         * src/folderview.c
5605         * src/mainwindow.c
5606                 Same for "Empty trash"
5607
5608 2006-01-15 [colin]      1.9.100cvs155
5609
5610         * src/inc.c
5611                 Override offline dialog had Yes by default
5612
5613 2006-01-15 [colin]      1.9.100cvs154
5614
5615         * src/summaryview.c
5616                 Delete selected messages? previously had Yes the default
5617
5618 2006-01-15 [colin]      1.9.100cvs153
5619
5620         * src/folder.c
5621         * src/folder.h
5622         * src/main.c
5623                 Check if a mailbox is loaded after all
5624                 plugins are loaded.
5625
5626 2006-01-15 [colin]      1.9.100cvs152
5627
5628         * src/folder.c
5629                 Don't start wizard when there are unloaded folders (will help
5630                 people with only mbox or maildir mailboxes)
5631
5632 2006-01-14 [colin]      1.9.100cvs151
5633
5634         * src/addressbook.c
5635         * src/expldifdlg.c
5636         * src/importldif.c
5637         * src/importmutt.c
5638         * src/importpine.c
5639         * src/mh_gtk.c
5640                 More HIG compliance and fixes
5641
5642 2006-01-14 [colin]      1.9.100cvs150
5643
5644         * src/prefs_filtering_action.c
5645         * src/foldersel.c
5646                 Two forgotten button order changes
5647
5648 2006-01-14 [colin]      1.9.100cvs149
5649
5650         * src/account.c
5651         * src/addressbook.c
5652         * src/compose.c
5653         * src/folderview.c
5654         * src/imap_gtk.c
5655         * src/mainwindow.c
5656         * src/mh_gtk.c
5657         * src/news_gtk.c
5658         * src/prefs_actions.c
5659         * src/prefs_customheader.c
5660         * src/prefs_filtering.c
5661         * src/prefs_matcher.c
5662         * src/prefs_template.c
5663         * src/ssl_manager.c
5664         * src/summaryview.c
5665         * src/textview.c
5666         * src/toolbar.c
5667                 All deletion confirmations are now "Cancel, Delete" 
5668                 instead of "No, Yes"
5669                 Clarified most of the other "No, Yes" to 
5670                 "Cancel, Descriptive_action"
5671                 Rechanged the "Entry not saved" alerts to have 
5672                 "Close, Continue editing"
5673
5674
5675 2006-01-14 [paul]
5676
5677         * 2.0.0-rc4 released
5678
5679 2006-01-14 [paul]       1.9.100cvs148
5680
5681         * src/account.c
5682         * src/addressadd.c
5683         * src/addressbook.c
5684         * src/compose.c
5685         * src/editaddress.c
5686         * src/editbook.c
5687         * src/editgroup.c
5688         * src/editjpilot.c
5689         * src/editldap.c
5690         * src/editvcard.c
5691         * src/exphtmldlg.c
5692         * src/expldifdlg.c
5693         * src/folderview.c
5694         * src/grouplistdialog.c
5695         * src/imap_gtk.c
5696         * src/importmutt.c
5697         * src/importpine.c
5698         * src/inc.c
5699         * src/main.c
5700         * src/mainwindow.c
5701         * src/message_search.c
5702         * src/messageview.c
5703         * src/mh_gtk.c
5704         * src/mimeview.c
5705         * src/news_gtk.c
5706         * src/prefs_actions.c
5707         * src/prefs_customheader.c
5708         * src/prefs_filtering.c
5709         * src/prefs_matcher.c
5710         * src/prefs_template.c
5711         * src/prefs_themes.c
5712         * src/ssl_manager.c
5713         * src/summary_search.c
5714         * src/summaryview.c
5715         * src/textview.c
5716         * src/toolbar.c
5717         * src/gtk/foldersort.c
5718         * src/gtk/gtkaspell.c
5719         * src/gtk/inputdialog.c
5720         * src/gtk/prefswindow.c
5721         * src/plugins/pgpcore/select-keys.c
5722         * src/plugins/trayicon/trayicon.c
5723                 HIG compliant button order
5724
5725 2006-01-14 [mones]      1.9.100cvs147
5726
5727         * po/es.po
5728                 Updated translation
5729
5730 2006-01-13 [paul]       1.9.100cvs146
5731
5732         * AUTHORS
5733         * ChangeLog
5734         * src/gtk/authors.h
5735                 add Joshua M. Kwan to contributors list
5736
5737 2006-01-13 [colin]      1.9.100cvs145
5738
5739         * src/gtk/quicksearch.c
5740                 Don't refocus quick search after executing (Esc or Enter)
5741                 Allows to '/'search something then move up/down in 
5742                 summaryview, and to Esc a search and be back in the 
5743                 summaryview
5744
5745 2006-01-13 [paul]       1.9.100cvs144
5746
5747         * src/plugins/pgpinline/pgpinline.c
5748                 support Content-Type 'application/pgp'
5749                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5750
5751 2006-01-13 [paul]       1.9.100cvs143
5752
5753         * manual/account.xml
5754                 make mention of partial retrieval
5755                 thanks to Colin
5756
5757 2006-01-13 [paul]       1.9.100cvs142
5758
5759         * src/account.c
5760         * src/account.h
5761         * src/action.c
5762         * src/action.h
5763         * src/adbookbase.h
5764         * src/addr_compl.c
5765         * src/addr_compl.h
5766         * src/addrbook.c
5767         * src/addrcache.c
5768         * src/addrcache.h
5769         * src/addrcindex.c
5770         * src/addrcindex.h
5771         * src/addrclip.c
5772         * src/addrclip.h
5773         * src/addrdefs.h
5774         * src/addressadd.c
5775         * src/addressadd.h
5776         * src/addressbook.c
5777         * src/addressbook.h
5778         * src/addrgather.c
5779         * src/addrgather.h
5780         * src/addrharvest.c
5781         * src/addrharvest.h
5782         * src/addrindex.c
5783         * src/addrindex.h
5784         * src/addritem.c
5785         * src/addritem.h
5786         * src/addrquery.c
5787         * src/addrquery.h
5788         * src/addrselect.c
5789         * src/addrselect.h
5790         * src/alertpanel.c
5791         * src/alertpanel.h
5792         * src/browseldap.c
5793         * src/browseldap.h
5794         * src/codeconv.c
5795         * src/codeconv.h
5796         * src/compose.c
5797         * src/compose.h
5798         * src/customheader.c
5799         * src/customheader.h
5800         * src/displayheader.c
5801         * src/displayheader.h
5802         * src/editaddress.c
5803         * src/editaddress.h
5804         * src/editbook.c
5805         * src/editbook.h
5806         * src/editgroup.c
5807         * src/editgroup.h
5808         * src/editjpilot.c
5809         * src/editjpilot.h
5810         * src/editldap.c
5811         * src/editldap.h
5812         * src/editldap_basedn.c
5813         * src/editldap_basedn.h
5814         * src/editvcard.c
5815         * src/editvcard.h
5816         * src/exphtmldlg.c
5817         * src/exphtmldlg.h
5818         * src/expldifdlg.c
5819         * src/expldifdlg.h
5820         * src/export.h
5821         * src/exporthtml.c
5822         * src/exporthtml.h
5823         * src/exportldif.c
5824         * src/exportldif.h
5825         * src/filtering.c
5826         * src/filtering.h
5827         * src/folder.c
5828         * src/folder.h
5829         * src/folder_item_prefs.c
5830         * src/folder_item_prefs.h
5831         * src/foldersel.c
5832         * src/foldersel.h
5833         * src/folderutils.c
5834         * src/folderutils.h
5835         * src/folderview.c
5836         * src/folderview.h
5837         * src/grouplistdialog.c
5838         * src/grouplistdialog.h
5839         * src/headerview.c
5840         * src/html.c
5841         * src/html.h
5842         * src/image_viewer.c
5843         * src/image_viewer.h
5844         * src/imap.c
5845         * src/imap.h
5846         * src/imap_gtk.c
5847         * src/imap_gtk.h
5848         * src/import.h
5849         * src/importldif.c
5850         * src/importldif.h
5851         * src/importmutt.c
5852         * src/importmutt.h
5853         * src/importpine.c
5854         * src/importpine.h
5855         * src/inc.c
5856         * src/inc.h
5857         * src/jpilot.c
5858         * src/jpilot.h
5859         * src/ldapctrl.c
5860         * src/ldapctrl.h
5861         * src/ldaplocate.c
5862         * src/ldaplocate.h
5863         * src/ldapquery.c
5864         * src/ldapquery.h
5865         * src/ldapserver.c
5866         * src/ldapserver.h
5867         * src/ldaputil.c
5868         * src/ldaputil.h
5869         * src/ldif.c
5870         * src/ldif.h
5871         * src/main.c
5872         * src/main.h
5873         * src/mainwindow.c
5874         * src/mainwindow.h
5875         * src/manual.c
5876         * src/manual.h
5877         * src/mbox.c
5878         * src/mbox.h
5879         * src/message_search.c
5880         * src/message_search.h
5881         * src/messageview.c
5882         * src/messageview.h
5883         * src/mh.c
5884         * src/mh.h
5885         * src/mh_gtk.c
5886         * src/mh_gtk.h
5887         * src/mimeview.c
5888         * src/mimeview.h
5889         * src/msgcache.c
5890         * src/msgcache.h
5891         * src/mutt.c
5892         * src/mutt.h
5893         * src/news.c
5894         * src/news.h
5895         * src/news_gtk.c
5896         * src/news_gtk.h
5897         * src/partial_download.c
5898         * src/partial_download.h
5899         * src/pine.c
5900         * src/pine.h
5901         * src/pop.c
5902         * src/pop.h
5903         * src/prefs_account.c
5904         * src/prefs_account.h
5905         * src/prefs_actions.c
5906         * src/prefs_actions.h
5907         * src/prefs_common.c
5908         * src/prefs_common.h
5909         * src/prefs_compose_writing.c
5910         * src/prefs_compose_writing.h
5911         * src/prefs_customheader.c
5912         * src/prefs_customheader.h
5913         * src/prefs_display_header.c
5914         * src/prefs_display_header.h
5915         * src/prefs_filtering.c
5916         * src/prefs_filtering.h
5917         * src/prefs_filtering_action.c
5918         * src/prefs_filtering_action.h
5919         * src/prefs_folder_column.c
5920         * src/prefs_folder_column.h
5921         * src/prefs_folder_item.c
5922         * src/prefs_folder_item.h
5923         * src/prefs_fonts.c
5924         * src/prefs_fonts.h
5925         * src/prefs_gtk.c
5926         * src/prefs_gtk.h
5927         * src/prefs_image_viewer.c
5928         * src/prefs_image_viewer.h
5929         * src/prefs_matcher.c
5930         * src/prefs_matcher.h
5931         * src/prefs_message.c
5932         * src/prefs_msg_colors.c
5933         * src/prefs_msg_colors.h
5934         * src/prefs_other.c
5935         * src/prefs_quote.c
5936         * src/prefs_receive.c
5937         * src/prefs_send.c
5938         * src/prefs_spelling.c
5939         * src/prefs_spelling.h
5940         * src/prefs_summaries.c
5941         * src/prefs_summaries.h
5942         * src/prefs_summary_column.c
5943         * src/prefs_summary_column.h
5944         * src/prefs_template.c
5945         * src/prefs_template.h
5946         * src/prefs_themes.c
5947         * src/prefs_themes.h
5948         * src/prefs_toolbar.c
5949         * src/prefs_toolbar.h
5950         * src/prefs_wrapping.c
5951         * src/prefs_wrapping.h
5952         * src/privacy.c
5953         * src/privacy.h
5954         * src/procheader.c
5955         * src/procheader.h
5956         * src/procmime.c
5957         * src/procmime.h
5958         * src/procmsg.c
5959         * src/procmsg.h
5960         * src/quote_fmt.c
5961         * src/quote_fmt_parse.y
5962         * src/recv.c
5963         * src/recv.h
5964         * src/remotefolder.c
5965         * src/remotefolder.h
5966         * src/send_message.c
5967         * src/send_message.h
5968         * src/setup.c
5969         * src/setup.h
5970         * src/sourcewindow.c
5971         * src/sourcewindow.h
5972         * src/ssl_manager.c
5973         * src/ssl_manager.h
5974         * src/statusbar.c
5975         * src/statusbar.h
5976         * src/stock_pixmap.c
5977         * src/stock_pixmap.h
5978         * src/summary_search.c
5979         * src/summary_search.h
5980         * src/summaryview.c
5981         * src/summaryview.h
5982         * src/syldap.c
5983         * src/syldap.h
5984         * src/textview.c
5985         * src/textview.h
5986         * src/toolbar.c
5987         * src/toolbar.h
5988         * src/undo.c
5989         * src/undo.h
5990         * src/unmime.c
5991         * src/unmime.h
5992         * src/vcard.c
5993         * src/vcard.h
5994         * src/wizard.c
5995         * src/wizard.h
5996         * src/common/base64.c
5997         * src/common/base64.h
5998         * src/common/defs.h
5999         * src/common/hooks.c
6000         * src/common/hooks.h
6001         * src/common/log.c
6002         * src/common/log.h
6003         * src/common/mgutils.c
6004         * src/common/mgutils.h
6005         * src/common/nntp.c
6006         * src/common/nntp.h
6007         * src/common/passcrypt.c
6008         * src/common/passcrypt.h.in
6009         * src/common/plugin.c
6010         * src/common/plugin.h
6011         * src/common/prefs.c
6012         * src/common/prefs.h
6013         * src/common/progressindicator.c
6014         * src/common/progressindicator.h
6015         * src/common/quoted-printable.c
6016         * src/common/quoted-printable.h
6017         * src/common/session.c
6018         * src/common/session.h
6019         * src/common/smtp.c
6020         * src/common/smtp.h
6021         * src/common/socket.c
6022         * src/common/socket.h
6023         * src/common/ssl.c
6024         * src/common/ssl.h
6025         * src/common/ssl_certificate.c
6026         * src/common/ssl_certificate.h
6027         * src/common/stringtable.c
6028         * src/common/stringtable.h
6029         * src/common/sylpheed.c
6030         * src/common/sylpheed.h
6031         * src/common/template.c
6032         * src/common/template.h
6033         * src/common/timing.h
6034         * src/common/utils.c
6035         * src/common/utils.h
6036         * src/common/version.h.in
6037         * src/common/xml.c
6038         * src/common/xml.h
6039         * src/common/xmlprops.c
6040         * src/common/xmlprops.h
6041         * src/gtk/colorlabel.c
6042         * src/gtk/colorsel.c
6043         * src/gtk/colorsel.h
6044         * src/gtk/description_window.c
6045         * src/gtk/description_window.h
6046         * src/gtk/filesel.c
6047         * src/gtk/filesel.h
6048         * src/gtk/foldersort.c
6049         * src/gtk/foldersort.h
6050         * src/gtk/gtkutils.c
6051         * src/gtk/gtkutils.h
6052         * src/gtk/inputdialog.c
6053         * src/gtk/inputdialog.h
6054         * src/gtk/logwindow.c
6055         * src/gtk/logwindow.h
6056         * src/gtk/manage_window.c
6057         * src/gtk/manage_window.h
6058         * src/gtk/menu.c
6059         * src/gtk/menu.h
6060         * src/gtk/pluginwindow.c
6061         * src/gtk/pluginwindow.h
6062         * src/gtk/prefswindow.c
6063         * src/gtk/prefswindow.h
6064         * src/gtk/progressdialog.c
6065         * src/gtk/progressdialog.h
6066         * src/gtk/sslcertwindow.c
6067         * src/gtk/sslcertwindow.h
6068         * src/plugins/clamav/clamav_plugin.c
6069         * src/plugins/clamav/clamav_plugin.h
6070         * src/plugins/clamav/clamav_plugin_gtk.c
6071         * src/plugins/demo/demo.c
6072         * src/plugins/dillo_viewer/dillo_prefs.c
6073         * src/plugins/dillo_viewer/dillo_prefs.h
6074         * src/plugins/dillo_viewer/dillo_viewer.c
6075         * src/plugins/pgpcore/passphrase.c
6076         * src/plugins/pgpcore/passphrase.h
6077         * src/plugins/pgpcore/plugin.c
6078         * src/plugins/pgpcore/select-keys.c
6079         * src/plugins/pgpcore/select-keys.h
6080         * src/plugins/pgpcore/sgpgme.c
6081         * src/plugins/pgpcore/sgpgme.h
6082         * src/plugins/pgpinline/pgpinline.c
6083         * src/plugins/pgpinline/pgpinline.h
6084         * src/plugins/pgpinline/plugin.c
6085         * src/plugins/pgpmime/pgpmime.c
6086         * src/plugins/pgpmime/pgpmime.h
6087         * src/plugins/pgpmime/plugin.c
6088         * src/plugins/spamassassin/spamassassin.c
6089         * src/plugins/spamassassin/spamassassin.h
6090         * src/plugins/spamassassin/spamassassin_gtk.c
6091         * src/plugins/trayicon/trayicon.c
6092                 update copyright header
6093
6094 2006-01-13 [paul]       1.9.100cvs141
6095
6096         * src/account.c
6097         * src/export.c
6098         * src/import.c
6099         * src/mainwindow.c
6100         * src/prefs_account.c
6101         * src/prefs_display_header.c
6102         * src/prefs_receive.c
6103         * src/prefs_send.c
6104         * src/prefs_summaries.c
6105         * src/prefs_themes.c
6106         * src/prefs_toolbar.c
6107         * src/gtk/about.c
6108                 various cleanups
6109
6110 2006-01-12 [colin]      1.9.100cvs140
6111
6112         * src/folder.c
6113         * src/folder.h
6114         * src/main.c
6115                 Add --subscribe option
6116                 Let sylpheed-claws email@domain.com equivalent to --compose
6117                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6118
6119 2006-01-12 [paul]       1.9.100cvs139
6120
6121         * src/mainwindow.c
6122                 append 'Change folder order' label with '...'
6123         * src/prefs_actions.c
6124                 allow reordering of actions list by dnd
6125         * src/gtk/foldersort.c
6126                 make the dialog nicer
6127
6128 2006-01-11 [colin]      1.9.100cvs138
6129
6130         * src/compose.c
6131                 Allow templates without text
6132
6133 2006-01-11 [paul]       1.9.100cvs137
6134
6135         * tools/README
6136         * tools/filter_conv_new.pl
6137                 add info to README
6138                 also check .sylpheed for filter.xml
6139                 be a bit informative to the user
6140
6141 2006-01-11 [colin]      1.9.100cvs136
6142
6143         * src/textview.c
6144                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6145
6146 2006-01-10 [paul]       1.9.100cvs135
6147
6148         * tools/Makefile.am
6149         * tools/filter_conv_new.pl
6150                 add script to convert new style Sylpheed
6151                 filter rules (Sylpheed >= 0.9.99) to
6152                 Claws filtering rules
6153
6154 2006-01-10 [colin]      1.9.100cvs134
6155
6156         * src/compose.c
6157                 Fix broken line joins in certain conditions
6158                 (between two quoted lines: <enter><enter><up>
6159                  <type a wrapped sentence><go in the first line>
6160                  <insert more text><watch as line joining failed>)
6161
6162 2006-01-10 [paul]       1.9.100cvs133
6163
6164         * src/compose.c
6165                 don't report success in error dialog
6166                 thanks to Colin
6167         * src/common/utils.c
6168                 include some trailing punctuations as URI
6169                 thanks to Hiro
6170
6171 2006-01-10 [paul]       1.9.100cvs132
6172
6173         * src/mimeview.c
6174                 fix incompatible pointer type
6175                 warning
6176
6177 2006-01-10 [paul]       1.9.100cvs131
6178
6179         * src/compose.c
6180                 change Subject in window title
6181                 instantaneously
6182
6183 2006-01-09 [colin]      1.9.100cvs130
6184
6185         * src/addressbook.c
6186         * src/headerview.c
6187         * src/mainwindow.c
6188         * src/messageview.c
6189         * src/mimeview.c
6190         * src/noticeview.c
6191         * src/summaryview.c
6192                 Fix possible crashes on exit and in addressbook
6193
6194 2006-01-09 [paul]       1.9.100cvs129
6195
6196         * src/prefs_msg_colors.c
6197                 some cleanups that I forgot last time
6198
6199 2006-01-09 [paul]       1.9.100cvs128
6200
6201         * README
6202         * src/folderview.c
6203         * src/prefs_msg_colors.c
6204                 add previously hidden option, color_new, to
6205                 the gui
6206                 move the page to Display/
6207                 rework the gui
6208
6209 2006-01-09 [wwp]        1.9.100cvs127
6210
6211         * src/prefs_themes.c
6212                 made the prefs/display/themes layouts spacing less condensed
6213                 (and so they match other prefs/pages' look).
6214
6215 2006-01-09 [paul]       1.9.100cvs126
6216
6217         * src/compose.c
6218         * src/prefs_common.c
6219         * src/prefs_common.h
6220         * src/prefs_wrapping.c
6221                 remove 'wrap at send' option
6222
6223 2006-01-06 [colin]      1.9.100cvs125
6224
6225         * src/compose.c
6226                 Just make completely sure we don't insert "manual line breaks" 
6227                 when wrapping... 
6228
6229 2006-01-04 [paul]
6230
6231         * 2.0.0-rc3 released
6232
6233 2006-01-04 [paul]       1.9.100cvs124
6234
6235         * src/folderview.c
6236                 fix bug 882, 'quick scroll in folder list
6237                 displays wrong folder contents'
6238
6239 2006-01-04 [paul]       1.9.100cvs123
6240
6241         * src/plugins/pgpmime/pgpmime.c
6242                 better debug information when signing
6243                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6244
6245 2006-01-03 [colin]      1.9.100cvs122
6246
6247         * configure.ac
6248                 We need to recheck for gpgme 1.0.0 after checking
6249                 for 1.1.1, because if 1.1.1 isn't available, 
6250                 GPGME_LIBS and friends are blanked out by the 
6251                 second check.
6252
6253 2006-01-03 [colin]      1.9.100cvs121
6254
6255         * src/common/prefs.c
6256                 Windows unlink-before rename fix
6257         * src/plugins/pgpcore/sgpgme.c
6258                 Add support for PKA info if available
6259                 Both patches by Werner Koch
6260
6261 2006-01-03 [paul]       1.9.100cvs120
6262
6263         * src/messageview.c
6264                 fix bug 884, 'Send receipt' button visible in queue
6265                 Thanks to Colin
6266
6267 2006-01-02 [colin]      1.9.100cvs119
6268
6269         * src/compose.c
6270         * src/imap.c
6271                 Fix autosave on IMAP and more generally try to
6272                 return the correct ID on a newly added IMAP message
6273
6274 2006-01-02 [paul]       1.9.100cvs118
6275
6276         * manual/keyboard.xml
6277                 edited
6278
6279 2006-01-01 [paul]       1.9.100cvs117
6280
6281         * src/gtk/authors.h
6282                 alphabetical order
6283
6284 2005-12-30 [colin]      1.9.100cvs116
6285
6286         * manual/advanced.xml
6287                 Explain Pre/Post-processing differences.
6288
6289 2005-12-30 [colin]      1.9.100cvs115
6290
6291         * src/mh.c
6292                 Implement copy_msgs for a little optimization
6293         * src/imap.c
6294                 Finish yesterday's fix
6295
6296 2005-12-29 [colin]      1.9.100cvs114
6297
6298         * src/imap.c
6299                 Fix occasional failure in fetching a mail over
6300                 IMAP
6301
6302 2005-12-29 [colin]      1.9.100cvs113
6303
6304         * src/compose.c
6305                 Don't remove a draft when sending it, if it is 
6306                 locked.
6307
6308 2005-12-28 [colin]      1.9.100cvs112
6309
6310         * src/summaryview.c
6311                 Fix leak for real
6312
6313 2005-12-28 [wwp]        1.9.100cvs111
6314
6315         * doc/faq/.cvsignore
6316         * doc/faq/de/.cvsignore
6317         * doc/faq/en/.cvsignore
6318         * doc/faq/es/.cvsignore
6319         * doc/faq/fr/.cvsignore
6320         * doc/faq/it/.cvsignore
6321         * doc/manual/.cvsignore
6322         * doc/manual/de/.cvsignore
6323         * doc/manual/en/.cvsignore
6324         * doc/manual/es/.cvsignore
6325         * doc/manual/fr/.cvsignore
6326         * doc/manual/ja/.cvsignore
6327         * src/plugins/mathml_viewer/.cvsignore
6328                 rollback revival of those files (my bad, sorry for the noise).
6329
6330 2005-12-28 [wwp]        1.9.100cvs110
6331
6332         * src/compose.c
6333                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6334
6335 2005-12-28 [wwp]        1.9.100cvs109
6336
6337         * doc/faq/.cvsignore
6338         * doc/faq/de/.cvsignore
6339         * doc/faq/en/.cvsignore
6340         * doc/faq/es/.cvsignore
6341         * doc/faq/fr/.cvsignore
6342         * doc/faq/it/.cvsignore
6343         * doc/manual/.cvsignore
6344         * doc/manual/de/.cvsignore
6345         * doc/manual/en/.cvsignore
6346         * doc/manual/es/.cvsignore
6347         * doc/manual/fr/.cvsignore
6348         * doc/manual/ja/.cvsignore
6349         * src/plugins/mathml_viewer/.cvsignore
6350         * po/.cvsignore
6351                 more files to ignore.
6352
6353 2005-12-24 [colin]      1.9.100cvs108
6354
6355         * AUTHORS
6356         * src/gtk/authors.h
6357                 Update for Werner
6358
6359 2005-12-24 [colin]      1.9.100cvs107
6360
6361         * src/procmsg.c
6362                 Allow NULL src_msginfo in 
6363                 procmsg_msginfo_new_from_mimeinfo
6364
6365 2005-12-23 [paul]       1.9.100cvs106
6366
6367         * src/plugins/pgpinline/mypgpcore.def
6368                 add this forgotten file
6369
6370 2005-12-23 [colin]      1.9.100cvs105
6371
6372         * src/mainwindow.c
6373                 Fix missing break
6374
6375 2005-12-23 [colin]      1.9.100cvs104
6376
6377         * autogen.sh
6378         * src/folder.c
6379         * src/mh.c
6380         * src/common/plugin.c
6381         * src/common/socket.c
6382         * src/common/socket.h
6383         * src/common/utils.c
6384         * src/common/utils.h
6385         * src/gtk/pluginwindow.c
6386         * src/plugins/pgpcore/plugin.def
6387         * src/plugins/pgpcore/sylpheed.def
6388         * src/plugins/pgpinline/Makefile.am
6389         * src/plugins/pgpinline/plugin.def
6390         * src/plugins/pgpinline/sylpheed.def
6391         * src/plugins/pgpmime/plugin.def
6392         * src/plugins/pgpmime/sylpheed.def
6393                 Various w32 fixes by Werner Koch
6394
6395 2005-12-22 [paul]       1.9.100cvs103
6396
6397         * src/wizard.c
6398                 don't offer IMAP as 'server type' if
6399                 libetpan isn't built in
6400
6401 2005-12-22 [paul]       1.9.100cvs102
6402
6403         * AUTHORS
6404         * src/mainwindow.c
6405         * src/mainwindow.h
6406         * src/toolbar.c
6407         * src/gtk/authors.h
6408                 support GTK_TOOLBAR_BOTH_HORIZ (text
6409                 next to icon) Patch by Marien Zwart
6410                 marienz@users.sf.net
6411                 Also reword the text
6412
6413 2005-12-21 [colin]      1.9.100cvs101
6414
6415         * configure.ac
6416                 Fix DATADIRNAME
6417         * COPYING
6418                 Fix missing section and explicit the exception better
6419         * src/compose.c
6420                 Prevent mail from being lost without notice when an
6421                 SMTP error happens on trying to send an unmodified
6422                 drafted mail.
6423         * src/send_message.c
6424         * src/common/smtp.c
6425                 Fix password remembering when wrong, and add return
6426                 value checks where they should have been
6427         * src/plugins/pgpcore/sylpheed.def
6428         * src/plugins/pgpinline/sylpheed.def
6429         * src/plugins/pgpmime/sylpheed.def
6430                 Add a few symbols needed
6431
6432 2005-12-21 [paul]       1.9.100cvs100
6433
6434         * m4/codeset.m4
6435         * m4/glibc21.m4
6436         * m4/intdiv0.m4
6437         * m4/inttypes-pri.m4
6438         * m4/inttypes.m4
6439         * m4/inttypes_h.m4
6440         * m4/isc-posix.m4
6441         * m4/lcmessage.m4
6442         * m4/stdint_h.m4
6443         * m4/uintmax_t.m4
6444                 gettextization
6445                 thanks to Colin
6446
6447 2005-12-21 [paul]       1.9.100cvs99
6448
6449         * po/sv.po
6450                 fixed by Colin
6451
6452 2005-12-20 [paul]       1.9.100cvs98
6453
6454         * po/sv.po
6455                 updated by Anders Trobäck
6456
6457 2005-12-20 [colin]      1.9.100cvs97
6458
6459         * ABOUT-NLS
6460         * Makefile.am
6461         * autogen.sh
6462         * configure.ac
6463         * config/config.rpath
6464         * config/mkinstalldirs
6465         * m4/Makefile.am
6466         * m4/glibc2.m4
6467         * m4/gnupg.m4
6468         * m4/gpgme.m4
6469         * m4/intmax.m4
6470         * m4/longdouble.m4
6471         * m4/longlong.m4
6472         * m4/printf-posix.m4
6473         * m4/signed.m4
6474         * m4/size_max.m4
6475         * m4/ulonglong.m4
6476         * m4/wchar_t.m4
6477         * m4/wint_t.m4
6478         * m4/xsize.m4
6479         * po/Makefile.in.in
6480         * po/Makevars
6481         * po/bg.po
6482         * po/ca.po
6483         * po/cs.po
6484         * po/de.po
6485         * po/el.po
6486         * po/en_GB.po
6487         * po/es.po
6488         * po/fi.po
6489         * po/fr.po
6490         * po/hr.po
6491         * po/hu.po
6492         * po/it.po
6493         * po/ja.po
6494         * po/ko.po
6495         * po/nb.po
6496         * po/nl.po
6497         * po/pl.po
6498         * po/pt_BR.po
6499         * po/ru.po
6500         * po/sk.po
6501         * po/sr.po
6502         * po/stamp-po
6503         * po/sv.po
6504         * po/zh_CN.po
6505         * po/zh_TW.po
6506         * src/Makefile.am
6507         * src/codeconv.c
6508         * src/compose.c
6509         * src/exporthtml.c
6510         * src/exportldif.c
6511         * src/folder.c
6512         * src/main.c
6513         * src/manual.c
6514         * src/mh.c
6515         * src/mimeview.c
6516         * src/send_message.c
6517         * src/common/Makefile.am
6518         * src/common/fnmatch.c
6519         * src/common/fnmatch.h
6520         * src/common/fnmatch_loop.c
6521         * src/common/nntp.c
6522         * src/common/plugin.c
6523         * src/common/smtp.c
6524         * src/common/socket.c
6525         * src/common/string_match.c
6526         * src/common/sylpheed.c
6527         * src/common/utils.c
6528         * src/common/utils.h
6529         * src/common/w32_dirent.c
6530         * src/common/w32_reg.c
6531         * src/common/w32_signal.c
6532         * src/common/w32_stat.c
6533         * src/common/w32_stdio.c
6534         * src/common/w32_stdlib.c
6535         * src/common/w32_string.c
6536         * src/common/w32_time.c
6537         * src/common/w32_unistd.c
6538         * src/common/w32_wait.c
6539         * src/common/w32lib.h
6540         * src/etpan/Makefile.am
6541         * src/gtk/Makefile.am
6542         * src/plugins/clamav/Makefile.am
6543         * src/plugins/demo/Makefile.am
6544         * src/plugins/dillo_viewer/Makefile.am
6545         * src/plugins/pgpcore/Makefile.am
6546         * src/plugins/pgpcore/passphrase.c
6547         * src/plugins/pgpcore/plugin.def
6548         * src/plugins/pgpcore/sgpgme.c
6549         * src/plugins/pgpcore/sylpheed.def
6550         * src/plugins/pgpcore/version.rc
6551         * src/plugins/pgpinline/Makefile.am
6552         * src/plugins/pgpinline/plugin.def
6553         * src/plugins/pgpinline/sylpheed.def
6554         * src/plugins/pgpinline/version.rc
6555         * src/plugins/pgpmime/Makefile.am
6556         * src/plugins/pgpmime/mypgpcore.def
6557         * src/plugins/pgpmime/plugin.def
6558         * src/plugins/pgpmime/sylpheed.def
6559         * src/plugins/pgpmime/version.rc
6560         * src/plugins/spamassassin/Makefile.am
6561                 Very little ;-) patch from Werner Koch, providing
6562                 infrastructure for cross-compiling to Win32
6563
6564 2005-12-20 [paul]       1.9.100cvs96
6565
6566         * src/account.c
6567         * src/account.h
6568         * src/mainwindow.c
6569         * src/mainwindow.h
6570         * src/toolbar.c
6571         * src/toolbar.h
6572                 add a combo to the Get All button, allowing
6573                 quick retrieval from any account
6574                 Patch by Fabien Vantard, slightly modified
6575                 by Colin
6576         * src/gtk/about.c
6577                 i18n fix. Patch by Fabien Vantard
6578
6579 2005-12-19 [colin]      1.9.100cvs95
6580
6581         * src/compose.c
6582         * src/compose.h
6583                 Don't automatically join lines when they've 
6584                 been separated by the user and not automatically
6585
6586 2005-12-19 [paul]       1.9.100cvs94
6587
6588         * src/gtk/pluginwindow.c
6589                 i18n fix.
6590                 Patch by Fabien Vantard
6591
6592 2005-12-15 [paul]       1.9.100cvs93
6593
6594         * src/common/plugin.c
6595         * src/common/plugin.h
6596         * src/gtk/pluginwindow.c
6597         * src/plugins/clamav/clamav_plugin.c
6598         * src/plugins/demo/demo.c
6599         * src/plugins/dillo_viewer/dillo_viewer.c
6600         * src/plugins/pgpcore/plugin.c
6601         * src/plugins/pgpinline/plugin.c
6602         * src/plugins/pgpmime/plugin.c
6603         * src/plugins/spamassassin/spamassassin.c
6604         * src/plugins/trayicon/trayicon.c
6605                 add plugin_version()
6606
6607 2005-12-15 [colin]      1.9.100cvs92
6608
6609         * src/compose.c
6610                 Further fix bug #875
6611
6612 2005-12-15 [paul]       1.9.100cvs91
6613
6614         * src/gtk/filesel.c
6615                 fix attach_load_dir getting set to
6616                 PLUGINDIR on plugin load
6617
6618 2005-12-14 [mones]      1.9.100cvs90
6619
6620         * manual/ack.xml
6621         * manual/keyboard.xml
6622                 Initial draft and some shortcuts added
6623                 
6624         * po/es.po
6625                 Updated translation
6626
6627 2005-12-14 [colin]      1.9.100cvs89
6628
6629         * src/compose.c
6630         * src/imap.c
6631         * src/summaryview.c
6632         * src/gtk/gtkaspell.c
6633                 More leaks fixed
6634         * src/prefs_folder_item.c
6635                 Fix recursive prefs apply
6636
6637
6638 2005-12-14 [colin]      1.9.100cvs88
6639
6640         * src/compose.c
6641                 Fix bug #875 (Freeze On Inline Forward of 
6642                 Large Message)
6643
6644 2005-12-13 [colin]      1.9.100cvs87
6645
6646         * src/compose.c
6647                 Uniq-ify and sort the mimetypes list
6648                 Patch by Fabien Vantard
6649
6650 2005-12-13 [colin]      1.9.100cvs86
6651
6652         * src/imap.c
6653         * src/etpan/imap-thread.c
6654                 Fix leaks (patch by Hoa)
6655         * src/news.c
6656         * src/common/plugin.c
6657                 Fix leaks
6658
6659 2005-12-12 [colin]
6660
6661         * 2.0.0-rc2 released
6662
6663 2005-12-12 [colin]      1.9.100cvs85
6664
6665         * src/matcher.c
6666                 Fix a leak
6667
6668 2005-12-12 [wwp]        1.9.100cvs84
6669
6670         * src/gtk/icon_legend.c
6671                 fix misbehaviour and crash when closing the legend window
6672         using the Esc key (patch by Fabien Vantard).
6673
6674 2005-12-12 [paul]       1.9.100cvs83
6675
6676         * src/browseldap.c
6677         * src/foldersel.c
6678         * src/prefs_actions.c
6679         * src/prefs_filtering.c
6680         * src/prefs_matcher.c
6681         * src/prefs_spelling.glade      ** REMOVED **
6682         * src/prefs_template.c
6683         * src/gtk/foldersort.glade      ** REMOVED **
6684         * src/gtk/pluginwindow.c
6685         * src/gtk/pluginwindow.glade    ** REMOVED **
6686         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6687                 cleanups
6688
6689 2005-12-11 [paul]       1.9.100cvs82
6690
6691         * src/gtk/filesel.c
6692                 fix attach_load_dir crasher (double free)
6693
6694 2005-12-09 [paul]       1.9.100cvs81
6695
6696         * po/POTFILES.in
6697         * src/mainwindow.c
6698         * src/gtk/Makefile.am
6699         * src/gtk/icon_legend.c
6700         * src/gtk/icon_legend.h
6701                 add icon legend
6702         * src/manual.c
6703                 cleanup
6704
6705 2005-12-09 [paul]       1.9.100cvs80
6706
6707         * src/plugins/pgpcore/passphrase.c
6708                 wrap the label in the dialog
6709
6710 2005-12-09 [colin]      1.9.100cvs79
6711
6712         * src/plugins/pgpcore/sgpgme.c
6713                 Display (untrusted) on not trusted signatures
6714                 Patch by Michal Èihaø <michal@cihar.com>
6715                 Closes bug #867 (Report also key trust)
6716
6717 2005-12-09 [colin]      1.9.100cvs78
6718
6719         * src/common/plugin.c
6720                 Update licence check, following Eben Moglen's advice
6721
6722 2005-12-08 [colin]      1.9.100cvs77
6723
6724         * src/folder.c
6725                 Fix the occasionnal item->cache != NULL 
6726                 assertion failure. 
6727
6728 2005-12-08 [colin]      1.9.100cvs76
6729
6730         * src/mimeview.c
6731         * src/plugins/pgpcore/sgpgme.c
6732                 Print key id when unable to check it
6733                 Closes bug #866 (Show key id when missing)
6734
6735 2005-12-08 [paul]       1.9.100cvs75
6736
6737         * src/prefs_common.c
6738         * src/prefs_common.h
6739         * src/gtk/filesel.c
6740                 remember load attachment dir
6741
6742 2005-12-07 [colin]      1.9.100cvs74
6743
6744         * src/prefs_toolbar.c
6745                 Gtk fixes, patch by Fabien Vantard
6746
6747 2005-12-07 [colin]      1.9.100cvs73
6748
6749         * src/action.c
6750         * src/compose.c
6751         * src/compose.h
6752                 Fix bug #839 (Quoted text isn't colored after 
6753                 executing an action)
6754         * src/common/plugin.c
6755                 Require plugins to declare their licence in plugin_licence()
6756                 Refuse to load non-GPL plugins as they'd be illegal (as 
6757                 derived works of Sylpheed-Claws, they must be GPL).
6758         * src/plugins/clamav/clamav_plugin.c
6759         * src/plugins/demo/demo.c
6760         * src/plugins/dillo_viewer/dillo_viewer.c
6761         * src/plugins/pgpcore/plugin.c
6762         * src/plugins/pgpinline/plugin.c
6763         * src/plugins/pgpmime/plugin.c
6764         * src/plugins/spamassassin/spamassassin.c
6765         * src/plugins/trayicon/trayicon.c
6766                 Add plugin_licence()
6767
6768 2005-12-07 [paul]       1.9.100cvs72
6769
6770         * configure.ac
6771         * src/mainwindow.c
6772         * src/manual.c
6773         * src/manual.h
6774         * src/common/defs.h
6775                 clean up after local FAQ removal and
6776                 temporary manual removal
6777
6778 2005-12-06 [colin]      1.9.100cvs71
6779
6780         * configure.ac
6781         * doc/Makefile.am
6782         * doc/faq/.cvsignore
6783         * doc/faq/Makefile.am
6784         * doc/faq/de/.cvsignore
6785         * doc/faq/de/Makefile.am
6786         * doc/faq/de/sylpheed-faq-1.html
6787         * doc/faq/de/sylpheed-faq-2.html
6788         * doc/faq/de/sylpheed-faq-3.html
6789         * doc/faq/de/sylpheed-faq.html
6790         * doc/faq/en/.cvsignore
6791         * doc/faq/en/Makefile.am
6792         * doc/faq/en/sylpheed-faq-1.html
6793         * doc/faq/en/sylpheed-faq-2.html
6794         * doc/faq/en/sylpheed-faq-3.html
6795         * doc/faq/en/sylpheed-faq-4.html
6796         * doc/faq/en/sylpheed-faq.html
6797         * doc/faq/es/.cvsignore
6798         * doc/faq/es/Makefile.am
6799         * doc/faq/es/sylpheed-faq-1.html
6800         * doc/faq/es/sylpheed-faq-2.html
6801         * doc/faq/es/sylpheed-faq-3.html
6802         * doc/faq/es/sylpheed-faq-4.html
6803         * doc/faq/es/sylpheed-faq.html
6804         * doc/faq/fr/.cvsignore
6805         * doc/faq/fr/Makefile.am
6806         * doc/faq/fr/sylpheed-faq-1.html
6807         * doc/faq/fr/sylpheed-faq-2.html
6808         * doc/faq/fr/sylpheed-faq-3.html
6809         * doc/faq/fr/sylpheed-faq.html
6810         * doc/faq/it/.cvsignore
6811         * doc/faq/it/Makefile.am
6812         * doc/faq/it/sylpheed-faq-1.html
6813         * doc/faq/it/sylpheed-faq-2.html
6814         * doc/faq/it/sylpheed-faq-3.html
6815         * doc/faq/it/sylpheed-faq.html
6816         * doc/manual/.cvsignore
6817         * doc/manual/Makefile.am
6818         * doc/manual/de/.cvsignore
6819         * doc/manual/de/Makefile.am
6820         * doc/manual/de/sylpheed-1.html
6821         * doc/manual/de/sylpheed-10.html
6822         * doc/manual/de/sylpheed-11.html
6823         * doc/manual/de/sylpheed-12.html
6824         * doc/manual/de/sylpheed-13.html
6825         * doc/manual/de/sylpheed-14.html
6826         * doc/manual/de/sylpheed-15.html
6827         * doc/manual/de/sylpheed-16.html
6828         * doc/manual/de/sylpheed-17.html
6829         * doc/manual/de/sylpheed-18.html
6830         * doc/manual/de/sylpheed-19.html
6831         * doc/manual/de/sylpheed-2.html
6832         * doc/manual/de/sylpheed-20.html
6833         * doc/manual/de/sylpheed-3.html
6834         * doc/manual/de/sylpheed-4.html
6835         * doc/manual/de/sylpheed-5.html
6836         * doc/manual/de/sylpheed-6.html
6837         * doc/manual/de/sylpheed-7.html
6838         * doc/manual/de/sylpheed-8.html
6839         * doc/manual/de/sylpheed-9.html
6840         * doc/manual/de/sylpheed.html
6841         * doc/manual/en/.cvsignore
6842         * doc/manual/en/Makefile.am
6843         * doc/manual/en/sylpheed-1.html
6844         * doc/manual/en/sylpheed-10.html
6845         * doc/manual/en/sylpheed-11.html
6846         * doc/manual/en/sylpheed-12.html
6847         * doc/manual/en/sylpheed-13.html
6848         * doc/manual/en/sylpheed-14.html
6849         * doc/manual/en/sylpheed-15.html
6850         * doc/manual/en/sylpheed-16.html
6851         * doc/manual/en/sylpheed-17.html
6852         * doc/manual/en/sylpheed-18.html
6853         * doc/manual/en/sylpheed-19.html
6854         * doc/manual/en/sylpheed-2.html
6855         * doc/manual/en/sylpheed-20.html
6856         * doc/manual/en/sylpheed-21.html
6857         * doc/manual/en/sylpheed-22.html
6858         * doc/manual/en/sylpheed-3.html
6859         * doc/manual/en/sylpheed-4.html
6860         * doc/manual/en/sylpheed-5.html
6861         * doc/manual/en/sylpheed-6.html
6862         * doc/manual/en/sylpheed-7.html
6863         * doc/manual/en/sylpheed-8.html
6864         * doc/manual/en/sylpheed-9.html
6865         * doc/manual/en/sylpheed.html
6866         * doc/manual/es/.cvsignore
6867         * doc/manual/es/Makefile.am
6868         * doc/manual/es/sylpheed-1.html
6869         * doc/manual/es/sylpheed-10.html
6870         * doc/manual/es/sylpheed-11.html
6871         * doc/manual/es/sylpheed-12.html
6872         * doc/manual/es/sylpheed-13.html
6873         * doc/manual/es/sylpheed-14.html
6874         * doc/manual/es/sylpheed-15.html
6875         * doc/manual/es/sylpheed-16.html
6876         * doc/manual/es/sylpheed-17.html
6877         * doc/manual/es/sylpheed-18.html
6878         * doc/manual/es/sylpheed-19.html
6879         * doc/manual/es/sylpheed-2.html
6880         * doc/manual/es/sylpheed-20.html
6881         * doc/manual/es/sylpheed-3.html
6882         * doc/manual/es/sylpheed-4.html
6883         * doc/manual/es/sylpheed-5.html
6884         * doc/manual/es/sylpheed-6.html
6885         * doc/manual/es/sylpheed-7.html
6886         * doc/manual/es/sylpheed-8.html
6887         * doc/manual/es/sylpheed-9.html
6888         * doc/manual/es/sylpheed.html
6889         * doc/manual/fr/.cvsignore
6890         * doc/manual/fr/Makefile.am
6891         * doc/manual/fr/sylpheed-1.html
6892         * doc/manual/fr/sylpheed-10.html
6893         * doc/manual/fr/sylpheed-11.html
6894         * doc/manual/fr/sylpheed-12.html
6895         * doc/manual/fr/sylpheed-13.html
6896         * doc/manual/fr/sylpheed-14.html
6897         * doc/manual/fr/sylpheed-15.html
6898         * doc/manual/fr/sylpheed-16.html
6899         * doc/manual/fr/sylpheed-17.html
6900         * doc/manual/fr/sylpheed-18.html
6901         * doc/manual/fr/sylpheed-19.html
6902         * doc/manual/fr/sylpheed-2.html
6903         * doc/manual/fr/sylpheed-20.html
6904         * doc/manual/fr/sylpheed-3.html
6905         * doc/manual/fr/sylpheed-4.html
6906         * doc/manual/fr/sylpheed-5.html
6907         * doc/manual/fr/sylpheed-6.html
6908         * doc/manual/fr/sylpheed-7.html
6909         * doc/manual/fr/sylpheed-8.html
6910         * doc/manual/fr/sylpheed-9.html
6911         * doc/manual/fr/sylpheed.html
6912         * doc/manual/ja/.cvsignore
6913         * doc/manual/ja/Makefile.am
6914         * doc/manual/ja/sylpheed-1.html
6915         * doc/manual/ja/sylpheed-10.html
6916         * doc/manual/ja/sylpheed-11.html
6917         * doc/manual/ja/sylpheed-12.html
6918         * doc/manual/ja/sylpheed-13.html
6919         * doc/manual/ja/sylpheed-14.html
6920         * doc/manual/ja/sylpheed-15.html
6921         * doc/manual/ja/sylpheed-16.html
6922         * doc/manual/ja/sylpheed-17.html
6923         * doc/manual/ja/sylpheed-18.html
6924         * doc/manual/ja/sylpheed-19.html
6925         * doc/manual/ja/sylpheed-2.html
6926         * doc/manual/ja/sylpheed-20.html
6927         * doc/manual/ja/sylpheed-3.html
6928         * doc/manual/ja/sylpheed-4.html
6929         * doc/manual/ja/sylpheed-5.html
6930         * doc/manual/ja/sylpheed-6.html
6931         * doc/manual/ja/sylpheed-7.html
6932         * doc/manual/ja/sylpheed-8.html
6933         * doc/manual/ja/sylpheed-9.html
6934         * doc/manual/ja/sylpheed.html
6935         * doc/manual/ja/sylpheed.sgml
6936         * src/mainwindow.c
6937                 Remove outdated manual and faq. Noisy, eh?
6938
6939 2005-12-06 [colin]      1.9.100cvs70
6940
6941         * src/compose.c
6942         * src/quote_fmt_parse.y
6943         * src/undo.c
6944         * src/undo.h
6945                 Allow %X to position cursor at 0 
6946                 (no %X = before signature)
6947                 Fix paste as quotation putting the cursor at 0
6948                 Fix undo offsets when pasting
6949                 Insert the quote_fmt at once instead of line 
6950                 by line
6951                 Fix [Edited] when starting to reply/forward
6952
6953 2005-12-06 [paul]       1.9.100cvs69
6954
6955         * src/plugins/clamav/clamav_plugin_gtk.c
6956                 add another tooltip
6957         * src/plugins/spamassassin/spamassassin_gtk.c
6958                 rework spamassassin_create_widget_func()
6959
6960 2005-12-05 [colin]      1.9.100cvs68
6961
6962         * po/POTFILES.in
6963                 Fix make release ;-)
6964
6965 2005-12-05 [colin]      1.9.100cvs67
6966
6967         * src/compose.c
6968         * src/compose.h
6969                 Fix cursor positioning (not obeying %X)
6970
6971 2005-12-05 [paul]       1.9.100cvs66
6972
6973         * src/plugins/dillo_viewer/dillo_prefs.c
6974                 fix compilation warning
6975
6976 2005-12-05 [paul]       1.9.100cvs65
6977
6978         * src/prefs_spelling.c
6979         * src/plugins/trayicon/trayicon.c
6980                 cleanups - remove unused stuff
6981
6982 2005-12-05 [paul]       1.9.100cvs64
6983
6984         * README
6985         * manual/plugins.xml
6986                 remove info about removed mathml_viewer plugin
6987
6988 2005-12-05 [paul]       1.9.100cvs63
6989
6990         * configure.ac
6991         * src/plugins/Makefile.am
6992         * src/plugins/mathml_viewer/.cvsignore
6993         * src/plugins/mathml_viewer/Makefile.am
6994         * src/plugins/mathml_viewer/mathml_viewer.c
6995                 remove unmaintained mathml_viewer plugin
6996
6997 2005-12-05 [paul]       1.9.100cvs62
6998
6999         * src/summaryview.c
7000                 obey prefs_common.always_show_msg when
7001                 moving a msg
7002                 Thanks to Colin
7003
7004 2005-12-05 [paul]       1.9.100cvs61
7005
7006         * src/compose.c
7007         * src/prefs_account.c
7008         * src/prefs_filtering.c
7009         * src/prefs_quote.c
7010         * src/prefs_spelling.c
7011         * src/prefs_toolbar.c
7012         * src/summaryview.c
7013         * src/gtk/gtkutils.c
7014         * src/gtk/quicksearch.c
7015         * src/plugins/dillo_viewer/dillo_prefs.c
7016                 dialog cleanups
7017
7018 2005-12-04 [paul]       1.9.100cvs60
7019
7020         * src/inc.c
7021         * src/prefs_account.c
7022         * src/prefs_account.h
7023                 allow a Local account to specify a
7024                 default inbox
7025                 (closes bug 843 'Inbox cannot be changed for local
7026                  mailboxes')
7027
7028 2005-12-04 [colin]      1.9.100cvs59
7029
7030         * src/plugins/trayicon/trayicon.c
7031                 Remove Get, rename Get All to Get Mail in order to
7032                 be consistent with the default main toolbar
7033
7034 2005-12-03 [colin]      1.9.100cvs58
7035
7036         * manual/gpl.xml
7037         * manual/sylpheed-claws-manual.xml
7038                 Add GPL appendix
7039
7040 2005-12-03 [paul]       1.9.100cvs57
7041
7042         * AUTHORS
7043         * po/sv.po
7044         * src/gtk/authors.h
7045                 new (partially complete) Swedish translation
7046                 by Anders Troback <sylpheed@troback.com>
7047
7048 2005-12-02 [paul]       1.9.100cvs56
7049
7050         * configure.ac
7051                 libetpan 0.41 required
7052
7053 2005-12-02 [paul]       1.9.100cvs55
7054
7055         * src/plugins/clamav/clamav_plugin.c
7056         * src/plugins/clamav/clamav_plugin.h
7057         * src/plugins/clamav/clamav_plugin_gtk.c
7058         * src/plugins/spamassassin/spamassassin.c
7059         * src/plugins/spamassassin/spamassassin.h
7060         * src/plugins/spamassassin/spamassassin_gtk.c
7061                 unregister prefs pages on unloading, thus
7062                 preventing a crash
7063                 (thanks to Colin for the hint)
7064
7065 2005-12-02 [wwp]        1.9.100cvs54
7066
7067         * src/quote_fmt.h
7068         * src/quote_fmt_parse.y
7069                 fix misuse of gboolean*, use gboolean instead
7070                 (thanks to Paul, Colin, for pointing out that scaring one)
7071
7072 2005-12-02 [paul]       1.9.100cvs53
7073
7074         * src/plugins/clamav/clamav_plugin.c
7075                 int no --> unsigned int no
7076         * src/plugins/clamav/clamav_plugin_gtk.c
7077                 rework config page
7078
7079 2005-12-02 [wwp]        1.9.100cvs52
7080
7081         * src/compose.c
7082         * src/prefs_template.c
7083         * src/quote_fmt.h
7084         * src/quote_fmt_parse.y
7085                 prevent from executing |f and |p templates commands when
7086                 adding or replacing templates in prefs (avoids annoying and
7087                 potentially dangerous behaviours)
7088
7089 2005-12-02 [paul]       1.9.100cvs51
7090
7091         * src/prefs_common.c
7092                 allow translation of some default values
7093                 Patch by Fabien Vantard
7094
7095 2005-12-02 [paul]       1.9.100cvs50
7096
7097         * src/codeconv.c
7098         * src/codeconv.h
7099         * src/prefs_common.c
7100         * src/prefs_common.h
7101         * src/prefs_message.c
7102         * src/textview.c
7103                 remove obsolete 'convert_mb_alnum' option
7104                 and related stuff
7105         * src/gtk/about.c
7106                 remove unused 'about_textview_visibility_notify'
7107
7108 2005-12-02 [paul]       1.9.100cvs49
7109
7110         * src/prefs_account.c
7111         * src/prefs_compose_writing.c
7112         * src/prefs_fonts.c
7113         * src/prefs_gtk.h
7114         * src/prefs_image_viewer.c
7115         * src/prefs_message.c
7116         * src/prefs_other.c
7117         * src/prefs_receive.c
7118         * src/prefs_send.c
7119         * src/prefs_spelling.c
7120         * src/prefs_summaries.c
7121         * src/prefs_wrapping.c
7122         * src/plugins/dillo_viewer/dillo_prefs.c
7123         * src/plugins/pgpcore/prefs_gpg.c
7124                 several cleanups to the prefs dialogs
7125                 (slightly modified) patch by Fabien Vantard
7126
7127 2005-12-02 [paul]       1.9.100cvs48
7128
7129         * src/main.c
7130                 --exit means exit
7131         * src/send_message.c
7132                 fix crash on send when connection fails
7133
7134         Thanks to Colin
7135
7136 2005-12-01 [colin]      1.9.100cvs47
7137
7138         * src/html.c
7139                 Translate &hellip; to "..."
7140
7141 2005-11-30 [colin]      1.9.100cvs46
7142
7143         * src/matcher.c
7144         * src/matcher.h
7145                 Optimize back yesterday's fix.
7146
7147 2005-11-30 [paul]       1.9.100cvs45
7148
7149         * manual/faq.xml
7150                 standardised
7151         * manual/intro.xml
7152                 written by Colin, edited by me
7153
7154 2005-11-29 [colin]      1.9.100cvs44
7155
7156         * src/matcher.c
7157                 Skip headers unconditionnaly in match_body if the
7158                 rule is not message or ~message
7159
7160 2005-11-29 [colin]      1.9.100cvs43
7161
7162         * src/matcher.c
7163                 Fix body_part and such, not skipping headers 
7164                 if the matchcriteria wasn't the first in the rule
7165
7166 2005-11-29 [colin]      1.9.100cvs42
7167
7168         * src/compose.c
7169                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7170                 option missing from message view window)
7171                 Fix double text D'n'D with gtk-2.8
7172         * src/matcher.c
7173                 Fix ~message, ~headers_part, ~body_part rules
7174         * src/messageview.c
7175                 Add Windows-1252 (Closes bug #863)
7176                 Fix accels
7177         * src/gtk/gtkaspell.c
7178                 Properly destroy accels in all menus
7179
7180 2005-11-29 [mones]      1.9.100cvs41
7181
7182         * po/es.po
7183                 Updated.
7184
7185 2005-11-27 [colin]      1.9.100cvs40
7186
7187         * src/mh_gtk.c
7188                 "/Remove mailbox" -> "/Remove mailbox..."
7189
7190 2005-11-27 [paul]       1.9.100cvs39
7191
7192         * AUTHORS
7193         * po/de.po
7194         * src/gtk/authors.h
7195                 updated by new maintainer, Stephan Sachse
7196
7197 2005-11-27 [paul]       1.9.100cvs38
7198
7199         * manual/faq.xml
7200                 written by Colin, edited by me
7201
7202 2005-11-27 [paul]       1.9.100cvs37
7203
7204         * src/prefs_common.c
7205         * src/prefs_common.h
7206         * src/prefs_receive.c
7207         * src/prefs_summaries.c
7208                 move 'go to inbox after receiving new mail'
7209                 option from display/sumamaries to mail
7210                 handling/receive, and rework prefs_summaries
7211                 dialog a little
7212
7213 2005-11-25 [martin]     1.9.100cvs36
7214
7215         * po/de.po
7216             fixed windows-1252 translation;
7217             translated some new and fuzzy strings
7218
7219 2005-11-25 [paul]       1.9.100cvs35
7220
7221         * src/plugins/clamav/clamav_plugin.c
7222                 complete the update done in cvs34
7223
7224 2005-11-25 [paul]       1.9.100cvs34
7225
7226         * src/plugins/clamav/clamav_plugin.c
7227                 reflect upstream changes
7228
7229 2005-11-25 [paul]       1.9.100cvs33
7230
7231         * manual/ack.xml
7232         * manual/plugins.xml
7233         * manual/sylpheed-claws-manual.xml
7234                 written/updated by Colin, edited by me
7235         * tools/acroread2sylpheed.pl
7236                 update binary name
7237
7238 2005-11-24 [colin]      1.9.100cvs32
7239
7240         * src/compose.c
7241                 Fix bug #856 (reediting messages forgets Request
7242                 Return Receipt)
7243
7244 2005-11-24 [paul]       1.9.100cvs31
7245
7246         * manual/addrbook.xml
7247         * manual/starting.xml
7248                 written by Colin, proofread, edited, adapted by me
7249         * manual/advanced.xml
7250                 add some Actions examples
7251         * src/importldif.c
7252                 use a Save button instead of a Close button
7253         * src/wizard.c
7254                 indicate mandatory fields
7255                 fix page display
7256                 Thanks to Colin
7257
7258 2005-11-23 [colin]      1.9.100cvs30
7259
7260         * src/addressbook.c
7261                 Rename menu item, fix possible crash after
7262                 deletion of books
7263         * src/addrindex.c
7264                 Allow searching for '*' in ldap
7265         * src/browseldap.c
7266                 Fix "Browse Entry" (did anyone use it?)
7267         * src/wizard.c
7268                 Add guards for mandatory information
7269
7270 2005-11-23 [paul]       1.9.100cvs29
7271
7272         * manual/advanced.xml
7273                 corrections to the English
7274
7275 2005-11-23 [colin]      1.9.100cvs28
7276
7277         * src/mimeview.c
7278                 Fix possible crash at exit. After the call to
7279                 gtk_container_remove(), the Viewer's widget has no
7280                 more parent so gtk+ automatically frees it and its
7281                 sons. If destroy_viewer() then try to access it,
7282                 problems ensue.
7283
7284 2005-11-22 [colin]      1.9.100cvs27
7285
7286         * src/compose.c
7287         * src/gtk/gtkaspell.c
7288                 Fix right-clicking on a misspelled word
7289                 Fix More... in suggestions menu
7290
7291 2005-11-22 [wwp]        1.9.100cvs26
7292
7293         * src/prefs_template.c
7294                 templates works: re-sort templates list when adding or replacing,
7295                 prevent from adding or replacing when the template name is empty
7296
7297 2005-11-21 [colin]      1.9.100cvs25
7298
7299         * src/addressbook.c
7300                 Fix some addressbook suckage (dnd, select all)
7301         * src/compose.c
7302         * src/gtk/gtkaspell.c
7303         * src/gtk/gtkaspell.h
7304                 Make the spellchecker menu work with the 
7305                 GtkTextView one instead of overriding it
7306
7307 2005-11-20 [paul]       1.9.100cvs24
7308
7309         * manual/handling.xml
7310                 proofread and corrected
7311
7312 2005-11-20 [paul]       1.9.100cvs23
7313
7314         * manual/Makefile
7315                 generate html as one file
7316         * manual/advanced.xml
7317                 fix output generation
7318                 reformat hidden options list
7319         * manual/manual.xml     ** REMOVED **
7320         * manual/sylpheed-claws-manual.xml      ** ADDED **
7321                 renamed
7322
7323 2005-11-18 [colin]      1.9.100cvs22
7324
7325         * src/prefs_account.c
7326                 Fix layout in news and mbox accounts
7327         * manual/account.xml
7328         * manual/advanced.xml
7329                 New contents for Paul to check :)
7330
7331 2005-11-18 [wwp]        1.9.100cvs21
7332
7333         * src/gtk/quicksearch.c
7334                 don't update extended quicksearch buttons twice
7335
7336 2005-11-18 [paul]       1.9.100cvs20
7337
7338         * src/textview.c
7339                 complete 1.9.100cvs19
7340
7341 2005-11-18 [paul]       1.9.100cvs19
7342
7343         * src/compose.c
7344                 cosmetic improvements
7345         * src/textview.c
7346                 also list text/* attachments
7347
7348 2005-11-18 [colin]      1.9.100cvs18
7349
7350         * src/summaryview.c
7351                 Use column 0 instead of -1 in 
7352                 gtk_ctree_node_moveto, in a naive
7353                 hope it'll fix the gtk-related crashes
7354
7355 2005-11-18 [colin]      1.9.100cvs17
7356
7357         * src/gtk/inputdialog.c
7358                 Fix icon staying the first one
7359
7360 2005-11-17 [wwp]        1.9.100cvs16
7361                 fix possible problem showing some quicksearch buttons, and a bad
7362                 call to g_return_if_fail in a function that returns a value (both
7363                 fixes by Fabien Vantard)
7364
7365 2005-11-15 [wwp]        1.9.100cvs15
7366
7367         * src/gtk/quicksearch.c
7368                 added a tooltip to that obscure ... quicksearch button
7369
7370 2005-11-15 [wwp]        1.9.100cvs14
7371
7372         * src/gtk/quicksearch.c
7373                 add a quicksearch helper to filtering expression users: the ... button
7374                 raises the condition expr window. condition expressions set up w/ this
7375                 window are used by the quicksearch if the user closes it pressing OK.
7376
7377 2005-11-14 [paul]       1.9.100cvs13
7378
7379         * src/plugins/clamav/clamav_plugin.c
7380         * src/plugins/spamassassin/spamassassin.c
7381                 change plugin type following recent merging
7382
7383 2005-11-14 [wwp]        1.9.100cvs12
7384
7385         * src/folder.c
7386                 prevent from crashing when copying/moving message(s) from and
7387                 to the same folder
7388
7389 2005-11-14 [paul]       1.9.100cvs11
7390
7391         * src/plugins/clamav/Makefile.am
7392         * src/plugins/clamav/clamav_plugin.c
7393         * src/plugins/clamav/clamav_plugin.h
7394         * src/plugins/clamav/clamav_plugin_gtk.c
7395                 also merge clamav and clamav_gtk plugins
7396
7397 2005-11-13 [colin]      1.9.100cvs10
7398
7399         * configure.ac
7400         * src/plugins/spamassassin/Makefile.am
7401         * src/plugins/spamassassin/spamassassin.c
7402         * src/plugins/spamassassin/spamassassin.h
7403         * src/plugins/spamassassin/spamassassin_gtk.c
7404                 Merge spamassassin and spamassassin_gtk plugins,
7405                 and build it by default.
7406
7407 2005-11-12 [colin]      1.9.100cvs9
7408
7409         * src/etpan/imap-thread.c
7410                 Fix gcc warning
7411
7412 2005-11-12 [colin]      1.9.100cvs8
7413
7414         * src/procmime.c
7415                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7416
7417 2005-11-10 [colin]      1.9.100cvs7
7418
7419         * src/main.c
7420                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7421                 minimised state)
7422
7423 2005-11-10 [wwp]        1.9.100cvs6
7424
7425         * src/gtk/description_window.c
7426                 fix a crash when closing description windows using the WM's [X] button
7427
7428 2005-11-09 [colin]      1.9.100cvs5
7429
7430         * src/common/ssl.c
7431                 Update libetpan call to follow upstream
7432                 (yes, this requires libetpan-0.40cvs3)
7433
7434 2005-11-08 [colin]      1.9.100cvs4
7435
7436         * src/compose.c
7437         * src/textview.c
7438         * src/common/utils.c
7439         * src/common/utils.h
7440                 Enhance the email parser
7441
7442 2005-11-08 [colin]      1.9.100cvs3
7443
7444         * src/procmime.c
7445                 Fix what looks like an off-by-one (fixes 
7446                 attachments from the Bat)
7447
7448 2005-11-08 [wwp]        1.9.100cvs2
7449
7450         * src/main.c
7451                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7452
7453 2005-11-08 [wwp]        1.9.100cvs1
7454
7455         * src/main.c
7456                 allow exiting Sylpheed-Claws from command-line
7457
7458 2005-11-08 [paul]       1.9.100
7459
7460         1.9.100 released
7461
7462 2005-11-07 [colin]      1.9.99cvs17
7463
7464         * src/addritem.c
7465         * src/ldif.c
7466                 Fix import of base-64 encoded items
7467
7468 2005-11-07 [colin]      1.9.99cvs16
7469
7470         * src/send_message.c
7471                 Fix bug #314 (Queue does not empty under certain 
7472                 circumstances)
7473
7474 2005-11-07 [paul]       1.9.99cvs15
7475
7476         * src/mutt.c
7477         * src/pine.c
7478                 fix buffer overflows
7479                 Thanks to Colin
7480
7481 2005-11-07 [paul]       1.9.99cvs14
7482
7483         * doc/man/Makefile.am
7484         * doc/man/sylpheed-claws.1      ** ADDED **
7485         * doc/man/sylpheed.1            ** DELETED **
7486                 rename and update the man file
7487
7488 2005-11-06 [colin]      1.9.99cvs13
7489
7490         * src/ldif.c
7491                 Fix ldif_get_line() that returned empty strings
7492                 (Didn't understand why). Also fix a possible
7493                 buffer overflow.
7494
7495 2005-11-06 [wwp]        1.9.99cvs12
7496
7497         * src/textview.c
7498         * src/gtk/about.c
7499         * src/gtk/gtkutils.c
7500         * src/gtk/gtkutils.h
7501                 fix a compilation warning,
7502                 make links sensitive in the about dialog
7503
7504 2005-11-04 [wwp]        1.9.99cvs11
7505
7506         * src/gtk/about.c
7507                 don't wrap or translate URIs, and a bit text format cleanup
7508
7509 2005-11-04 [wwp]        1.9.99cvs10
7510
7511         * src/gtk/about.c
7512                 better textview tagging implementation (no more use of marks for
7513                 postponed tagging)
7514
7515 2005-11-02 [colin]      1.9.99cvs9
7516
7517         * src/common/ssl.c
7518                 Forgot an ifdef
7519
7520 2005-11-02 [colin]      1.9.99cvs8
7521
7522         * configure.ac
7523                 Require libetpan-0.40 due to upstream fix
7524         * src/common/ssl.c
7525                 Tell libetpan not to call SSL_Library_Init,
7526                 as we do it ourselves.
7527
7528 2005-11-02 [colin]      1.9.99cvs7
7529
7530         * po/POTFILES.in
7531                 Add missing files (thanks to Fabien Vantard)
7532
7533 2005-11-02 [colin]      1.9.99cvs6
7534
7535         * src/summaryview.c
7536                 Fix totals when read messages are hidden or quicksearch
7537                 is on
7538         * src/ssl_manager.c
7539         * src/ssl_manager.h
7540         * src/common/ssl_certificate.c
7541         * src/common/ssl_certificate.h
7542         * src/gtk/sslcertwindow.c
7543         * src/gtk/sslcertwindow.h
7544                 Fix copyright on my stuff
7545
7546 2005-11-02 [wwp]        1.9.99cvs5
7547
7548         * src/prefs_themes.c
7549                 fix directory name checking (theme installation/removal),
7550                 made related error a bit more verbose
7551
7552 2005-11-02 [colin]      1.9.99cvs4
7553
7554         * src/summaryview.c
7555                 Fix typo (probably fixes bug #841 (Sort by the From 
7556                 field doesn't work)
7557
7558 2005-11-02 [paul]       1.9.99cvs3
7559
7560         * po/ko.po
7561         * po/nb.po
7562                 updated by SungHyun Nam, Geir Helland
7563         * src/wizard.c
7564                 fix typo in welcome message. spotted by
7565                 Andrea Spadaccini
7566
7567 2005-11-01 [colin]      1.9.99cvs2
7568
7569         * src/compose.c
7570                 Fix replying to ml wen confirming subscription
7571         * src/messageview.c
7572         * src/mimeview.c
7573         * src/mimeview.h
7574         * src/privacy.h
7575         * src/summaryview.c
7576                 Make key check non blocking
7577
7578 2005-10-31 [paul]       1.9.99cvs1
7579
7580         * tools/claws.i18n.status.pl
7581                 updated for ChangeLog
7582
7583 2005-10-31 [paul]       1.9.99
7584
7585         1.9.99 released
7586
7587 2005-10-31 [paul]       1.9.15cvs131
7588
7589         * .cvsignore
7590         * ChangeLog
7591         * ChangeLog.claws       ** REMOVED **
7592         * ChangeLog-gtk2.claws  ** REMOVED **
7593         * ChangeLog.gtk1        ** ADDED **
7594         * INSTALL
7595         * Makefile.am
7596         * NEWS
7597         * README
7598         * README.claws          ** REMOVED **
7599         * README.jp             ** REMOVED **
7600         * RELEASE_NOTES         ** ADDED **
7601         * RELEASE_NOTES.claws   ** REMOVED **
7602         * commitHelper
7603         * configure.ac
7604         * sylpheed.spec.in      ** REMOVED **
7605                 tidy up and update the default docs:
7606                 ChangeLog.claws is renamed ChangeLog.gtk1
7607                 ChangeLog-gtk2.claws is renamed ChangeLog
7608                 README.claws is renamed README
7609                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7610
7611 2005-10-31 [paul]       1.9.15cvs130
7612
7613         * po/it.po
7614                 fix errors
7615
7616 2005-10-31 [paul]       1.9.15cvs129
7617
7618         * po/ca.po
7619         * po/de.po
7620         * po/en_GB.po
7621         * po/fr.po
7622         * po/it.po
7623         * po/pt_BR.po
7624         * po/sk.po
7625         * po/sr.po
7626         * po/zh_CN.po
7627                 updated by Miquel Oliete, Stephan Sachse and
7628                 Thomas Gilgin, me, Fabien Vantard, Andrea
7629                 Spadaccini, Frederico Goncalves Guimaraes,
7630                 Andrej Kacian, Aleksandar Urosevic, and
7631                 Ralgh Young.
7632
7633 2005-10-31 [mones]      1.9.15cvs128
7634
7635         * manual/faq.xml
7636                 More questions.
7637         
7638         * po/es.po
7639                 Updated for release.
7640
7641 2005-10-30 [colin]      1.9.15cvs127
7642
7643         * src/compose.c
7644                 Place cursor before rewrapping (fixes cursor
7645                 pos if quotation gets rewrapped)
7646
7647 2005-10-29 [paul]       1.9.15cvs126
7648
7649         * src/crash.c
7650         * src/foldersel.c
7651         * src/main.c
7652         * src/messageview.c
7653         * src/toolbar.c
7654         * src/gtk/authors.h
7655                 corrections to text items
7656
7657 2005-10-28 [colin]      1.9.15cvs125
7658
7659         * src/messageview.c
7660                 Make "hit 'C' to check sig" work from extern 
7661                 messageviews
7662
7663 2005-10-27 [colin]      1.9.15cvs124
7664
7665         * src/summaryview.c
7666                 Add a hack to avoid segfaulting when hammering 
7667                 on gtk's events
7668
7669 2005-10-27 [wwp]        1.9.15cvs123
7670
7671         * src/prefs_themes.c
7672                 sort list of themes names in themes prefs
7673
7674 2005-10-27 [paul]       1.9.15cvs122
7675
7676         * src/folder.c
7677         * src/prefs_account.c
7678                 fix building on Solaris
7679                 Patch by Alex Moore
7680
7681 2005-10-27 [wwp]        1.9.15cvs121
7682
7683         * src/summaryview.c
7684         * src/gtk/gtksctree.c
7685                 speed up unselecting messages in summary view (thanks to Colin)
7686
7687 2005-10-27 [paul]       1.9.15cvs120
7688
7689         * src/mainwindow.c
7690                 fix a compilation warning
7691         * src/summaryview.c
7692                 fix updating of 'n items selected' count
7693                 when deselecting
7694
7695 2005-10-27 [martin]     1.9.15cvs119
7696
7697         * src/action.c
7698                 ignore actions with a leading '/' in the action menu name
7699                 fixes a crash on menu creation
7700         * src/prefs_actions.c
7701                 do not allow a leading '/' in the action menu name
7702
7703 2005-10-27 [paul]       1.9.15cvs118
7704
7705         * src/main.c
7706                 fix compilation warning
7707
7708 2005-10-27 [paul]       1.9.15cvs117
7709
7710         * src/procmime.c
7711                 add #if HAVE_LOCALE_H
7712
7713 2005-10-27 [paul]       1.9.15cvs116
7714
7715         * src/plugins/clamav/clamav_plugin.c
7716         * src/plugins/dillo_viewer/dillo_viewer.c
7717         * src/plugins/mathml_viewer/mathml_viewer.c
7718         * src/plugins/pgpcore/plugin.c
7719         * src/plugins/pgpinline/plugin.c
7720         * src/plugins/pgpmime/plugin.c
7721         * src/plugins/spamassassin/spamassassin.c
7722         * src/plugins/trayicon/trayicon.c
7723                 plugin_init() : make error messages more
7724                 informative
7725
7726 2005-10-26 [wwp]        1.9.15cvs115
7727
7728         * src/prefs_matcher.c
7729                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7730
7731 2005-10-26 [wwp]        1.9.15cvs114
7732
7733         * src/procmime.c
7734         * src/gtk/gtksctree.c
7735         * src/plugins/spamassassin/libspamc.c
7736         * src/plugins/spamassassin/spamassassin.c
7737                 fix some compilation warnings more
7738
7739 2005-10-26 [mones]      1.9.15cvs113
7740
7741         * po/es.po
7742                 Updated translation
7743
7744 2005-10-26 [paul]       1.9.15cvs112
7745
7746         * src/prefs_message.c
7747                 give all display_xface stuff the
7748                 #if HAVE_LIBCOMPFACE treatment, thus
7749                 preventing a crash
7750                 (Thanks to Wolfgang Enderlein)
7751
7752 2005-10-26 [colin]      1.9.15cvs111
7753
7754         * src/gedit-print.c
7755                 Fix date format
7756         * src/imap_gtk.c
7757         * src/news_gtk.c
7758                 Remove context menu items that should not be there
7759         * src/jpilot.c
7760                 Fix encoding
7761         * src/main.c
7762         * src/mainwindow.c
7763                 Don't show the mainwindow too soon
7764
7765 2005-10-26 [wwp]        1.9.15cvs110
7766
7767         * src/folder.c
7768         * src/manual.c
7769         * src/summaryview.c
7770                 fix uninitialized pointers in the folder updating hook
7771                 (thanks to Colin)
7772
7773 2005-10-25 [mones]      1.9.15cvs109
7774
7775         * manual/faq.xml
7776                 General information subsection completed. 
7777                 Removed archaic references.
7778                 
7779         * manual/Makefile
7780         * manual/dtd/manual.dsl
7781                 Added customization stylesheet for getting paragraphs
7782                 fully justified in PDF output (as suggested by Colin).
7783
7784 2005-10-25 [colin]      1.9.15cvs108
7785
7786         * src/compose.c
7787                 Fix a second leak
7788
7789 2005-10-25 [colin]      1.9.15cvs107
7790
7791         * src/addrbook.c
7792         * src/addrindex.c
7793                 Fix leak (xml_get_element() allocates memory)
7794         * src/compose.c
7795                 Fix leak + dead code (shame!)
7796         * src/procmime.c
7797                 Fix leak
7798
7799 2005-10-25 [colin]      1.9.15cvs106
7800
7801         * src/mimeview.c
7802                 Fix encoding issue in Save all and in 
7803                 overwrite-confirmation alertpanel
7804
7805 2005-10-25 [colin]      1.9.15cvs105
7806
7807         * src/common/socket.c
7808                 Fix a leak - Thanks to Christopher Aillon
7809                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7810
7811 2005-10-25 [paul]       1.9.15cvs104
7812
7813         * src/wizard.c
7814                 Always guess servers from the right-hand
7815                 email part and guess username from the
7816                 left-hand part. (Thanks to Colin)
7817                 add an X-Face to the welcome message
7818
7819 2005-10-25 [paul]       1.9.15cvs103
7820
7821         * manual/handling.xml
7822                 written by Colin, edited by me
7823
7824 2005-10-25 [wwp]        1.9.15cvs102
7825
7826         * src/folderview.c
7827         * src/grouplistdialog.c
7828         * src/imap.c
7829         * src/noticeview.c
7830                 fix some compilation warnings
7831
7832 2005-10-24 [paul]
7833
7834         1.9.99-rc3 released
7835
7836 2005-10-24 [paul]       1.9.15cvs101
7837
7838         * src/gtk/about.c
7839                 fix window sizing
7840
7841 2005-10-24 [paul]       1.9.15cvs100
7842
7843         * src/pixmaps/offline.xpm
7844         * src/pixmaps/online.xpm
7845                 replace with last default versions
7846
7847 2005-10-24 [colin]      1.9.15cvs99
7848
7849         * src/imap.c
7850                 Fix bug when moving a folder
7851         * src/imap_gtk.c
7852         * src/mh_gtk.c
7853                 "Delete folder" pops up a window, so it 
7854                 should be suffixed with "..."
7855         * src/plugins/pgpcore/sgpgme.c
7856                 Include locale.h
7857
7858 2005-10-24 [mones]      1.9.15cvs98
7859
7860         * manual/Makefile
7861         * manual/account.xml
7862         * manual/ack.xml
7863         * manual/addrbook.xml
7864         * manual/advanced.xml
7865         * manual/faq.xml
7866         * manual/glossary.xml
7867         * manual/gpl.xml
7868         * manual/handling.xml
7869         * manual/intro.xml
7870         * manual/keyboard.xml
7871         * manual/manual.xml
7872         * manual/plugins.xml
7873         * manual/starting.xml
7874         * manual/dtd/sdocbook.dtd
7875                 Initial manual structure and some content.
7876
7877 2005-10-23 [wwp]        1.9.15cvs97
7878
7879         * src/gtk/about.c
7880                 fix a typo
7881
7882 2005-10-23 [wwp]        1.9.15cvs96
7883
7884         * src/gtk/about.c
7885         * src/gtk/authors.h
7886                 rework of the about window (main work by Paul), also featuring a few
7887                 fixes for typos and duplicate names
7888
7889 2005-10-23 [wwp]        1.9.15cvs95
7890
7891         * src/.cvsignore
7892                 Ignore the right binary name (sylpheed-claws now)
7893
7894 2005-10-23 [paul]       1.9.15cvs94
7895
7896         * src/compose.c
7897                 when using Folder Pref 'Default To for
7898                 replies' make the entry in the Compose
7899                 window bold
7900                 Patch by Fabien Vantard
7901
7902 2005-10-22 [colin]      1.9.15cvs93
7903
7904         * src/codeconv.c
7905                 Fix leak
7906
7907 2005-10-22 [colin]      1.9.15cvs92
7908
7909         * src/codeconv.c
7910                 try to convert using locale (apart utf8) if necessary
7911
7912 2005-10-22 [colin]      1.9.15cvs91
7913
7914         * src/pixmaps/new.xpm
7915         * src/pixmaps/unread.xpm
7916                 Make the unread envelope blue again and
7917                 saturate the new one a bit more.
7918
7919 2005-10-22 [colin]      1.9.15cvs90
7920
7921         * src/compose.c
7922                 When replying to a mail sent by one of our accounts,
7923                 use the original list of recipients. Let 'Reply All'
7924                 and 'Reply to sender' work like previously.
7925
7926 2005-10-21 [colin]      1.9.15cvs89
7927
7928         * src/prefs_filtering.c
7929                 Clear fields after add and replace
7930         * src/textview.c
7931                 Display xface differently (better)
7932         * src/plugins/pgpinline/pgpinline.c
7933                 Fix crappy encodings/recodings
7934
7935 2005-10-21 [paul]       1.9.15cvs88
7936
7937         * src/compose.c
7938         * src/prefs_folder_item.c
7939         * src/toolbar.c
7940                 fix news folder Folder Properties
7941                 (thanks to Colin)
7942         * src/folderview.c
7943                 update folderview after Themes change
7944                 keep selected folder selected
7945                 (thanks to Colin)
7946
7947 2005-10-21 [paul]       1.9.15cvs87
7948
7949         * tools/Makefile.am
7950         * tools/OOo2sylpheed.pl
7951         * tools/README
7952         * tools/README.sylprint
7953         * tools/asus_mailled.sh         ** REMOVED **
7954         * tools/filter_conv.pl
7955         * tools/freshmeat_search.pl
7956         * tools/google_search.pl
7957         * tools/gpg-sign-syl            ** REMOVED **
7958         * tools/kmail2sylpheed.pl
7959         * tools/kmail2sylpheed_v2.pl
7960         * tools/multiwebsearch.pl
7961         * tools/nautilus2sylpheed.sh
7962         * tools/newscache_clean.pl
7963         * tools/outlook2sylpheed.pl
7964         * tools/sylpheed-switcher       ** REMOVED **
7965         * tools/sylprint.pl
7966         * tools/sylprint.rc
7967         * tools/tb2sylpheed
7968         * tools/vcard2xml.py
7969         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7970                 update default config dir
7971                 update binary name (thanks to Fabien Vantard)
7972                 remove obsolete scripts
7973
7974 2005-10-21 [colin]      1.9.15cvs86
7975
7976         * src/inc.c
7977                 Fix possible leak and units. Based on a patch by
7978                 Fabien Vantard.
7979
7980 2005-10-20 [colin]      1.9.15cvs85
7981
7982         * src/textview.c
7983                 Clear xface when clearing textview
7984
7985 2005-10-20 [colin]      1.9.15cvs84
7986
7987         * configure.ac
7988         * src/folderview.c
7989         * src/headerview.c
7990         * src/main.c
7991         * src/prefs_common.c
7992         * src/prefs_common.h
7993         * src/prefs_message.c
7994         * src/textview.c
7995         * src/textview.h
7996         * src/common/defs.h
7997         * src/common/utils.c
7998         * src/common/utils.h
7999         * src/gtk/gtkutils.c
8000         * src/gtk/gtkutils.h
8001                 Migrate config to .sylpheed-claws (Automatically)
8002                 Add a way to get the Xface in the TextView
8003
8004 2005-10-20 [colin]      1.9.15cvs83
8005
8006         * src/gtk/Makefile.am
8007         * src/gtk/about.c
8008         * src/gtk/authors.h
8009                 Make the about dialog *grooovy*
8010
8011 2005-10-20 [colin]      1.9.15cvs82
8012
8013         * src/mimeview.c
8014                 Use "Open with" on double click if no command
8015                 was found
8016
8017 2005-10-20 [colin]      1.9.15cvs81
8018
8019         * src/imap.c
8020         * src/etpan/imap-thread.c
8021                 Fix possible crash.
8022
8023 2005-10-20 [paul]       1.9.15cvs80
8024
8025         * src/folder.c
8026                 don't show clipkey icon if the only
8027                 attachment is the signature
8028                 Patch by Colin
8029
8030 2005-10-20 [paul]       1.9.15cvs79
8031
8032         * AUTHORS
8033         * src/plugins/pgpmime/pgpmime.c
8034                 name the PGP/MIME signature 'signature.asc'
8035                 Patch by Andrew Nelson <freeandy@gmail.com>
8036
8037 2005-10-19 [colin]      1.9.15cvs78
8038
8039         * src/plugins/pgpmime/pgpmime.c
8040                 Oops, no need to double-check though
8041
8042 2005-10-19 [colin]      1.9.15cvs77
8043
8044         * src/plugins/pgpinline/pgpinline.c
8045         * src/plugins/pgpmime/pgpmime.c
8046                 Check that my_tmpfile() doesn't 
8047                 return NULL
8048
8049 2005-10-19 [colin]      1.9.15cvs76
8050
8051         * src/common/utils.c
8052                 Use shorter mime boundaries to avoid having
8053                 MTAs rewrapping our headers, breaking the
8054                 PGP signature in the process 
8055         * src/compose.c
8056         * src/plugins/pgpmime/pgpmime.c
8057                 Check for boundary uniqueness to be sure
8058                 it won't happen, instead of hoping for the
8059                 best
8060
8061 2005-10-19 [colin]      1.9.15cvs75
8062
8063         * sylpheed-claws.desktop
8064         * src/Makefile.am
8065         * src/main.c
8066                 Ship a sylpheed-claws binary instead
8067                 of a sylpheed one. Change the socket
8068                 name, too
8069         * src/folderview.c
8070                 Update folder only if it changed
8071         * src/wizard.c
8072                 Fix i18n in welcome mail, patch by
8073                 Fabien Vantard
8074
8075 2005-10-19 [paul]
8076
8077         1.9.99-rc2 released
8078
8079 2005-10-19 [paul]       1.9.15cvs74
8080
8081         * src/folder.c
8082         * src/folderview.c
8083                 fix summaryview update
8084                 Patch by Colin
8085
8086 2005-10-18 [colin]      1.9.15cvs73
8087
8088         * src/plugins/pgpcore/passphrase.c
8089                 Don't XGrabServer, and try a bit more to 
8090                 sync everything before grabbing mouse/keyboard
8091
8092 2005-10-18 [colin]      1.9.15cvs72
8093
8094         * src/Makefile.am
8095         * src/addressadd.c
8096         * src/addressbook.c
8097         * src/folderview.c
8098         * src/grouplistdialog.c
8099         * src/mimeview.c
8100         * src/stock_pixmap.c
8101         * src/stock_pixmap.h
8102         * src/summaryview.c
8103         * src/gtk/gtksctree.c
8104         * src/gtk/gtksctree.h
8105         * src/pixmaps/empty.xpm
8106                 Implement a wrapper call for gtk_ctree_set_node_info
8107                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8108                 pixmap instead of a NULL one. This works around some
8109                 memory problems deep inside gtk, revealed by valgrind,
8110                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8111                 as locked crashes sylpheed.), as well as, probably, 
8112                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8113
8114 2005-10-17 [colin]      1.9.15cvs71
8115
8116         * src/mimeview.c
8117                 Provide visual feedback when checking
8118                 signature
8119
8120 2005-10-17 [colin]      1.9.15cvs70
8121
8122         * src/main.c
8123                 Keep the folder list frozen while checking caches...
8124
8125 2005-10-17 [colin]      1.9.15cvs69
8126
8127         * src/addr_compl.c
8128                 Fi bug #833 (Autocompleting from addressbook 
8129                 fails with extended chars)
8130         * src/imap.c
8131                 Fix 'adding messages' staying in statusbar
8132                 after an error
8133
8134 2005-10-17 [wwp]        1.9.15cvs68
8135
8136         * src/ssl_manager.c
8137                 Fix buttons' layout resizing when window size changes
8138
8139 2005-10-17 [wwp]        1.9.15cvs67
8140
8141         * src/account.c
8142         * src/prefs_account.c
8143         * src/prefs_common.c
8144         * src/prefs_common.h
8145         * src/prefs_folder_item.c
8146         * src/prefs_gtk.c
8147         * src/gtk/logwindow.c
8148         * src/gtk/pluginwindow.c
8149         * src/gtk/prefswindow.c
8150         * src/gtk/prefswindow.h
8151                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8152
8153 2005-10-17 [paul]       1.9.15cvs66
8154
8155         * configure.ac
8156                 fix missing libetpan message
8157         * po/en_GB.po
8158                 updated
8159         * src/crash.c
8160         * src/manual.c
8161         * src/prefs_themes.c
8162         * src/common/defs.h
8163                 add some new URI defines, change some
8164                 others
8165         * src/wizard.c
8166                 make welcome message translatable
8167                 small improvements to english
8168                 other tweaks
8169         * src/gtk/menu.c
8170                 fix warnings
8171
8172 2005-10-17 [paul]       1.9.15cvs65
8173
8174         * src/summaryview.c
8175                 fix column titles
8176
8177 2005-10-16 [mones]      1.9.15cvs64
8178
8179         * po/es.po
8180                 Updated translation
8181
8182 2005-10-16 [colin]
8183
8184         1.9.99-rc1 released
8185
8186 2005-10-16 [colin]      1.9.15cvs63
8187
8188         * src/wizard.c
8189                 Fix whitespace
8190
8191 2005-10-16 [colin]      1.9.15cvs62
8192
8193         * src/toolbar.c
8194                 s/Get All/Get Mail/
8195         * src/wizard.c
8196                 Real welcome mail text, thanks Paul
8197
8198 2005-10-16 [colin]      1.9.15cvs61
8199
8200         * src/editldap.c
8201         * src/exporthtml.c
8202         * src/main.c
8203         * src/mainwindow.c
8204         * src/prefs_themes.c
8205         * src/prefs_toolbar.c
8206         * src/plugins/demo/demo.c
8207         * src/plugins/trayicon/trayicon.c
8208                 s/Sylpheed/Sylpheed-Claws/
8209
8210 2005-10-16 [colin]      1.9.15cvs60
8211
8212         * src/wizard.c
8213                 Add a welcome email in the first empty mailbox
8214         * src/prefs_common.c
8215                 Change one more default
8216
8217 2005-10-16 [colin]      1.9.15cvs59
8218
8219         * src/wizard.c
8220                 Remove printf
8221
8222 2005-10-16 [colin]      1.9.15cvs58
8223
8224         * src/toolbar.c
8225         * src/prefs_common.c
8226                 Change some defaults
8227
8228 2005-10-16 [colin]      1.9.15cvs57
8229
8230         * src/toolbar.c
8231         * src/prefs_common.c
8232                 Change some defaults
8233
8234 2005-10-16 [colin]      1.9.15cvs56
8235
8236         * src/wizard.c
8237                 By default, initialize fonts to have
8238                 the same size as normal GtkWidgets
8239
8240 2005-10-16 [colin]      1.9.15cvs55
8241
8242         * src/mimeview.c
8243                 Fix message a bit more
8244
8245 2005-10-16 [colin]      1.9.15cvs54
8246
8247         * src/addressbook.c
8248                 Second attempt at flicker fixing
8249
8250 2005-10-16 [colin]      1.9.15cvs53
8251
8252         * src/addressbook.c
8253                 Fix flicker
8254
8255 2005-10-16 [wwp]        1.9.15cvs52
8256
8257         * src/addressbook.c
8258         * src/editaddress.c
8259         * src/prefs_common.c
8260         * src/prefs_common.h
8261                 Remember window sizes (address book)
8262
8263 2005-10-16 [wwp]        1.9.15cvs51
8264
8265         * src/plugins/clamav/clamav_plugin_gtk.c
8266         * src/plugins/spamassassin/spamassassin_gtk.c
8267                 Fix compilation warnings (missing #include).
8268
8269 2005-10-16 [colin]      1.9.15cvs50
8270
8271         * src/mimeview.c
8272         * src/summaryview.c
8273         * src/textview.c
8274                 Make 'c' check signature, and forward
8275                 c, l, y, t from summaryview to mimeview
8276
8277 2005-10-16 [colin]      1.9.15cvs49
8278
8279         * src/addressbook.c
8280                 Put border around buttons
8281         * src/mainwindow.c
8282         * src/summaryview.c
8283                 Rework menus (Patch based on a patch
8284                 by Paul)
8285
8286 2005-10-15 [wwp]        1.9.15cvs48
8287
8288         * src/editjpilot.c
8289         * src/editldap.c
8290         * src/editvcard.c
8291         * src/exphtmldlg.c
8292         * src/expldifdlg.c
8293         * src/export.c
8294         * src/import.c
8295         * src/importldif.c
8296         * src/importmutt.c
8297         * src/importpine.c
8298         * src/prefs_account.c
8299         * src/prefs_spelling.c
8300         * src/gtk/gtkutils.c
8301         * src/gtk/gtkutils.h
8302         * src/plugins/clamav/clamav_plugin_gtk.c
8303         * src/plugins/spamassassin/spamassassin_gtk.c
8304                 use nicer browse-for-file/dir buttons than the "..." ones,
8305                 code factorizing more.
8306
8307 2005-10-14 [colin]      1.9.15cvs47
8308
8309         * src/mainwindow.c
8310                 set relief on the account switcher so that people see it
8311                 grey out Create processing rules when no message is selected
8312         * src/prefs_filtering.c
8313                 ask before closing if the rule has not been modified, even if
8314                 it's not valid
8315         * src/prefs_matcher.c
8316                 fix sensitivity when entering the dialog
8317         * src/gtk/inputdialog.c
8318                 display a better icon on password ask
8319         * src/plugins/pgpcore/passphrase.c
8320                 make the dialog look better
8321
8322 2005-10-14 [paul]       1.9.15cvs46
8323
8324         * src/folderview.c
8325                 indicate presense of marked msgs in
8326                 unexpanded subfolders
8327
8328 2005-10-14 [paul]       1.9.15cvs45
8329
8330         * src/prefs_actions.c
8331         * src/prefs_common.c
8332         * src/prefs_common.h
8333         * src/prefs_filtering_action.c
8334         * src/prefs_matcher.c
8335         * src/prefs_template.c
8336                 remember window sizes
8337                 fix Info button size
8338
8339         Patches by wwp
8340
8341 2005-10-13 [colin]      1.9.15cvs44
8342
8343         * src/mimeview.c
8344         * src/noticeview.c
8345         * src/noticeview.h
8346                 Add a tooltip on the icon (optional) 
8347                 Get rid of the signature buttons and only
8348                 use the icon+tooltip
8349
8350 2005-10-13 [colin]      1.9.15cvs43
8351
8352         * src/noticeview.c
8353         * src/noticeview.h
8354                 Add hand cursor for hovering over icon
8355
8356 2005-10-13 [colin]      1.9.15cvs42
8357
8358         * src/summaryview.c
8359                 Fix crash when quicksearch's hidden 
8360                 at startup
8361
8362 2005-10-13 [colin]      1.9.15cvs41
8363
8364         * src/compose.c
8365                 Set subject when forwarding multiple mails
8366                 Check that other recipient than the default Cc or Bcc
8367                 have been set before sending.
8368
8369 2005-10-13 [colin]      1.9.15cvs40
8370
8371         * src/imap.c
8372                 Batch per-folder
8373                 Introduce locking, but don't use it yet
8374
8375 2005-10-13 [colin]      1.9.15cvs39
8376
8377         * src/gtk/quicksearch.c
8378                 Reset quicksearch when hiding it
8379                 Make sticky a real pref
8380
8381 2005-10-13 [colin]      1.9.15cvs38
8382
8383         * src/summaryview.c
8384                 Faster prefs apply
8385
8386 2005-10-13 [colin]      1.9.15cvs37
8387
8388         * src/mimeview.c
8389         * src/noticeview.c
8390         * src/noticeview.h
8391         * src/plugins/pgpcore/sgpgme.c
8392                 Make privacy icon clickable
8393                 Move Trust field in Full info
8394                 When trust is less than full, don't display
8395                 a warning icon
8396
8397 2005-10-13 [colin]      1.9.15cvs36
8398
8399         * src/folder.c
8400                 Batch on flags sync
8401         * src/folderview.c
8402                 Revert speed hack which is dangerous in fact
8403                 Apply prefs faster
8404
8405 2005-10-13 [colin]      1.9.15cvs35
8406
8407         * src/folder_item_prefs.c
8408                 Fix pref corruption on folder move. Patch
8409                 by wwp
8410
8411 2005-10-13 [paul]       1.9.15cvs34
8412
8413         * src/export.c
8414         * src/import.c
8415                 fix typos in g_warnings
8416         * src/prefs_account.c
8417                 add a file selector for Signature file
8418
8419         Patches by wwp
8420
8421 2005-10-12 [colin]      1.9.15cvs33
8422
8423         * src/mimeview.c
8424                 Provide a quick way to go back from a
8425                 signature's full info to the email part
8426
8427 2005-10-12 [colin]      1.9.15cvs32
8428
8429         * src/compose.c
8430                 Remove old hack of encoding signed mails with base64.
8431                 QP works equally well.
8432
8433 2005-10-12 [colin]      1.9.15cvs31
8434
8435         * src/crash.c
8436                 Replace deprecated GtkText with GtkTextView
8437         * src/imap.c
8438                 Fix a logic bug about counts in imap_select
8439                 (previously un-triggered)
8440         * src/mainwindow.c
8441         * src/summaryview.c
8442         * src/news.c
8443                 Allow local deletion of news posts
8444         * src/mimeview.c
8445                 Show GPG noticeview on the message/rfc822 part
8446                 in addition to the text/plain one
8447         * src/prefs_image_viewer.c
8448           src/plugins/pgpcore/prefs_gpg.c
8449                 Polish (set the label as part of the checkbox)
8450         * src/wizard.c
8451                 Don't sit there doing nothing after destroying
8452                 the window - return err
8453
8454 2005-10-11 [colin]      1.9.15cvs30
8455
8456         * src/folderview.c
8457                 Apply processing rules before showing folders.
8458                 Early folder show (before flags sync) will only
8459                 be done when there are no processing rules (nor
8460                 pre- or post- ones)
8461         * src/imap.c
8462                 Fix stuff related to mail subdir, creation and 
8463                 deletion of folders 
8464         * src/imap_gtk.c
8465                 Don't allow creation of folders in NoInferior
8466                 folders, as it won't work
8467
8468 2005-10-10 [colin]      1.9.15cvs29
8469
8470         * src/compose.c
8471                 Reselect "None" Privacy system when selecting an
8472                 account with no privacy system defined
8473
8474 2005-10-10 [colin]      1.9.15cvs28
8475
8476         * src/mainwindow.c
8477                 Add Windows-1252 encoding
8478         * src/prefs_common.c
8479                 Rework some defaults:
8480                 - autosave to draft by default
8481                 - don't show header pane (it's already in the textview)
8482                 - Select first new or unread mail on entry
8483                 - Assume 'Yes' to change folder when there's no more
8484                   unread message
8485         * src/prefs_matcher.c
8486                 Fix a gtk assertion failure
8487         * src/gtk/colorlabel.c
8488                 Workaround bad repainting on selection
8489         * src/main.c
8490                 Freeze/thaw (a bit faster on ssh -X)
8491         * src/msgcache.c
8492                 Get rid of StrdupConverter that just adds an
8493                 extra strdup/free 
8494         * src/etpan/imap_thread.c
8495                 memset buf to 0
8496
8497 2005-10-10 [colin]      1.9.15cvs27
8498
8499         * src/export.c
8500         * src/import.c
8501                 Fix compile on gtk 2.4. Patch by wwp
8502
8503 2005-10-09 [colin]      1.9.15cvs26
8504
8505         * src/mainwindow.c
8506         * src/messageview.c
8507         * src/summaryview.c
8508                 Clarify forward menus. Patch by wwp
8509
8510 2005-10-09 [colin]      1.9.15cvs25
8511
8512         * src/compose.c
8513         * src/compose.h
8514                 Fix bug #829 (Non-working "Encrypt message by 
8515                 default when replying to an encrypted message")
8516
8517 2005-10-08 [colin]      1.9.15cvs24
8518
8519         * src/wizard.c
8520                 Fix bug #827 ("Welcome" setup wizard after a 
8521                 permission error gives up & forgets itself.)
8522
8523 2005-10-08 [colin]      1.9.15cvs23
8524
8525         * src/procmime.c
8526                 Fix bug #828 (Ignoring headers with spaces around = sign)
8527
8528 2005-10-08 [colin]      1.9.15cvs22
8529
8530         * src/export.c
8531                 Warning fix by wwp
8532
8533 2005-10-08 [colin]      1.9.15cvs21
8534
8535         * src/folder.c
8536         * src/folder.h
8537                 Add a processing_pending indicator, set on 
8538                 folder_item_open and cleared after 
8539                 folder_item_process_open
8540         * src/folderview.c
8541         * src/summaryview.c
8542                 wrap procmsg_msginfo_*_flags, and in the
8543                 wrapper check that there's no folder processing 
8544                 pending. If there is, defer the flags change until 
8545                 processing is done to avoid stepping over each
8546                 other's toes.
8547                 Freeze during processing, but not during scanning.
8548
8549 2005-10-07 [colin]      1.9.15cvs20
8550
8551         * src/plugins/pgpcore/passphrase.c
8552                 Fix bug #826 (X-Server hangs when 
8553                 right-clicking a PGP encrypted message)
8554
8555 2005-10-07 [paul]       1.9.15cvs19
8556
8557         * src/compose.c
8558                 fix compose_entries[]
8559                 patch by Fabien Vantard
8560
8561 2005-10-06 [colin]      1.9.15cvs18
8562
8563         * src/pixmaps/address.xpm
8564         * src/pixmaps/address_book.xpm
8565         * src/pixmaps/book.xpm
8566         * src/pixmaps/check_spelling.xpm
8567         * src/pixmaps/checkbox_off.xpm
8568         * src/pixmaps/checkbox_on.xpm
8569         * src/pixmaps/close.xpm
8570         * src/pixmaps/complete.xpm
8571         * src/pixmaps/continue.xpm
8572         * src/pixmaps/deleted.xpm
8573         * src/pixmaps/down_arrow.xpm
8574         * src/pixmaps/exec.xpm
8575         * src/pixmaps/forwarded.xpm
8576         * src/pixmaps/group.xpm
8577         * src/pixmaps/ignorethread.xpm
8578         * src/pixmaps/interface.xpm
8579         * src/pixmaps/jpilot.xpm
8580         * src/pixmaps/ldap.xpm
8581         * src/pixmaps/linewrap.xpm
8582         * src/pixmaps/linewrapcurrent.xpm
8583         * src/pixmaps/mail.xpm
8584         * src/pixmaps/mail_attach.xpm
8585         * src/pixmaps/mail_compose.xpm
8586         * src/pixmaps/mail_forward.xpm
8587         * src/pixmaps/mail_receive.xpm
8588         * src/pixmaps/mail_receive_all.xpm
8589         * src/pixmaps/mail_reply.xpm
8590         * src/pixmaps/mail_reply_to_all.xpm
8591         * src/pixmaps/mail_reply_to_author.xpm
8592         * src/pixmaps/mail_send.xpm
8593         * src/pixmaps/mail_send_queue.xpm
8594         * src/pixmaps/mime_application.xpm
8595         * src/pixmaps/mime_audio.xpm
8596         * src/pixmaps/mime_image.xpm
8597         * src/pixmaps/mime_message.xpm
8598         * src/pixmaps/mime_text_enriched.xpm
8599         * src/pixmaps/mime_text_html.xpm
8600         * src/pixmaps/mime_text_plain.xpm
8601         * src/pixmaps/mime_unknown.xpm
8602         * src/pixmaps/new.xpm
8603         * src/pixmaps/news_compose.xpm
8604         * src/pixmaps/offline.xpm
8605         * src/pixmaps/online.xpm
8606         * src/pixmaps/paste.xpm
8607         * src/pixmaps/preferences.xpm
8608         * src/pixmaps/privacy_emblem_encrypted.xpm
8609         * src/pixmaps/privacy_expired.xpm
8610         * src/pixmaps/privacy_failed.xpm
8611         * src/pixmaps/privacy_passed.xpm
8612         * src/pixmaps/privacy_signed.xpm
8613         * src/pixmaps/privacy_unknown.xpm
8614         * src/pixmaps/privacy_warn.xpm
8615         * src/pixmaps/properties.xpm
8616         * src/pixmaps/replied.xpm
8617         * src/pixmaps/search.xpm
8618         * src/pixmaps/unread.xpm
8619         * src/pixmaps/up_arrow.xpm
8620         * src/pixmaps/vcard.xpm
8621                 Modernize internal theme, with icons from the 
8622                 Gnomaws theme. Keep some of the old ones where
8623                 they were better.
8624
8625 2005-10-06 [colin]      1.9.15cvs17
8626
8627         * src/summaryview.c
8628                 Little optimisations + bugfix
8629         * src/toolbar.c
8630                 Remove default useless items - useless being defined
8631                 by the default relevant prefs
8632         * src/wizard.c
8633                 include config.h to make gettext work
8634         * src/prefs_themes.c
8635                 Fix selection of current theme in prefs
8636
8637 2005-10-06 [colin]      1.9.15cvs16
8638
8639         * src/prefs_common.c
8640         * src/prefs_common.h
8641         * src/prefs_summaries.c
8642         * src/folderview.c
8643                 Add a warning dialog on Mark all read 
8644                 (with pref to get rid of it)
8645
8646 2005-10-06 [paul]       1.9.15cvs15
8647
8648         * po/nb.po
8649         * po/pt_BR.po
8650                 updated by Geir Helland and Frederico
8651                 Goncalves Guimaraes
8652
8653 2005-10-05 [colin]      1.9.15cvs14
8654
8655         * src/folder.c
8656         * src/folder.h
8657         * src/folderview.c
8658         * src/folderview.h
8659         * src/imap_gtk.c
8660         * src/mh_gtk.c
8661         * src/mainwindow.c
8662         * src/setup.c
8663                 add a way to rescan without rebuilding
8664                 make moving a bit faster (less folders changes)
8665                 don't lock the tree on Get 
8666         * src/imap.c
8667                 Don't re-delete deleted messages before expunging
8668         * src/summaryview.c
8669                 Set batch mode when deleting mails
8670
8671 2005-10-05 [paul]       1.9.15cvs13
8672
8673         * src/mainwindow.c
8674         * src/mainwindow.h
8675                 fix disabled Execute menu item
8676         * src/toolbar.c
8677                 match the change in 1.9.15cvs10: use Compose
8678                 instead of News by default
8679
8680 2005-10-04 [colin]      1.9.15cvs12
8681
8682         * src/compose.c
8683                 When replying to an ML post with Reply-To set
8684                 to the poster's email, honor it (as before),
8685                 but also honor our user's request to reply to
8686                 the mailing list: set the ML address in the To
8687                 field and the Reply-To address in the Cc: 
8688                 field.
8689
8690 2005-10-04 [colin]      1.9.15cvs11
8691
8692         * src/plugins/trayicon/trayicon.c
8693                 Finish cosmetic change - thanks to wwp
8694
8695 2005-10-04 [colin]      1.9.15cvs10
8696
8697         * src/toolbar.c
8698                 Use Compose instead of Email by default.
8699                 Spotted by wwp.
8700
8701 2005-10-04 [colin]      1.9.15cvs9
8702
8703         * src/folder.c
8704         * src/folder.h
8705         * src/folderview.c
8706         * src/imap.c
8707         * src/etpan/imap-thread.c
8708         * src/etpan/imap-thread.h
8709                 Try to make IMAP faster, by simplifying SEARCH
8710                 commands, avoiding sending two STATUS in a row,
8711                 and deferring flags sync and processing just
8712                 after displaying the folder. 
8713                 This will update the SummaryView in certain
8714                 cases (new mails not already fetched, flags
8715                 changed from another client) but in a non-
8716                 blocking manner.
8717
8718 2005-10-04 [colin]      1.9.15cvs8
8719
8720         * src/plugins/trayicon/trayicon.c
8721                 Relabel "Offline" to "Work offline"
8722
8723 2005-10-04 [colin]      1.9.15cvs7
8724
8725         * src/export.c
8726         * src/import.c
8727         * src/mbox.c
8728                 Fix mbox import/export buglets
8729                 Patch by wwp
8730         * src/plugins/trayicon/trayicon.c
8731                 Add offline swithc
8732                 Patch by wwp
8733
8734 2005-10-04 [colin]      1.9.15cvs6
8735
8736         * src/folder.c
8737         * src/folderview.c
8738         * src/summaryview.c
8739                 Better fix (don't break mark all read) for cvs2
8740
8741 2005-10-03 [colin]      1.9.15cvs5
8742
8743         * src/folder.c
8744                 Use a sane sort by default
8745
8746 2005-10-03 [colin]      1.9.15cvs4
8747
8748         * src/inc.c
8749                 Add a 'Only once' button for overriding offline mode
8750         * src/prefs_account.c
8751         * src/wizard.c
8752                 Add Local mbox to the wizard
8753                 Add IMAP subdir to the wizard (or the wizard is useless
8754                 for such accounts, or even worse than useless)
8755                 Move IMAP subdir from Advanced to Receive tab, as it's
8756                 not that uncommon
8757
8758 2005-10-03 [colin]      1.9.15cvs3
8759
8760         * src/send_message.c
8761                 Forgot this one in cvs1
8762
8763 2005-10-03 [colin]      1.9.15cvs2
8764
8765         * src/folder.c
8766                 Faster close when leaving a folder with lots
8767                 of new mails. Idea by David Relson.
8768
8769 2005-10-03 [colin]      1.9.15cvs1
8770
8771         * src/compose.c
8772         * src/imap.c
8773         * src/inc.c
8774         * src/main.c
8775         * src/messageview.c
8776         * src/news.c
8777         * src/summaryview.c
8778         * src/gtk/sslcertwindow.c
8779         * src/plugins/trayicon/trayicon.c
8780                 Add accels to every AlertPanel. Patch by Fabien 
8781                 Vantard
8782
8783 2005-10-03 [paul]       1.9.15
8784
8785         1.9.15 released
8786
8787 2005-10-03 [paul]       1.9.14cvs68
8788
8789         * po/ca.po
8790         * po/de.po
8791         * po/es.po
8792         * po/fi.po
8793         * po/fr.po
8794         * po/sk.po
8795         * po/sr.po
8796         * po/zh_CN.po
8797                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8798                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8799                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8800
8801 2005-10-03 [paul]       1.9.14cvs67
8802
8803         * src/send_message.c
8804                 prevent hang on Cancel
8805                 patch by Colin
8806
8807 2005-10-03 [paul]       1.9.14cvs66
8808
8809         * src/main.c
8810                 fix crash in IMAP caused by discrepancy
8811                 between check_at_startup and offline mode
8812                 Patch by Colin
8813
8814 2005-10-01 [paul]       1.9.14cvs65
8815
8816         * src/inc.c
8817                 fix engrish
8818
8819 2005-10-01 [paul]       1.9.14cvs64
8820         * src/export.c
8821         * src/import.c
8822                 synchronise import_mbox() and export_mbox()
8823         * src/mbox.c
8824                 proc_mbox(): add alert if file cannot be opened
8825                 export_list_to_mbox(): test if dest file exists,
8826                 prompt user to overwrite if it does. add alert
8827                 if file cannot be created
8828                                                                 
8829         Patch by wwp
8830                                                                                                                 
8831
8832 2005-09-30 [paul]       1.9.14cvs63
8833
8834         * src/addressbook.c
8835                 Fix sensitivity of a menu
8836         * src/codeconv.c
8837                 Respect hidden pref for mails with no encoding
8838         * src/common/xml.c
8839                 Fix memory corruption
8840         * src/plugins/pgpcore/sgpgme.c
8841                 Fix segfault on incomplete sigs, and display
8842                 of S/Mime UIDs
8843
8844         Patches by Colin
8845
8846 2005-09-30 [colin]      1.9.14cvs62
8847
8848         * src/partial_download.c
8849                 Little logic fix in almost-dead code
8850         * src/pop.c
8851                 Fix partial download when there's no new mail
8852
8853 2005-09-29 [paul]       1.9.14cvs61
8854
8855         * src/plugins/pgpinline/pgpinline.c
8856                 fix bug 819, 'crash accessing sign message'
8857                 Patch by Colin
8858
8859 2005-09-28 [martin]     1.9.14cvs60
8860
8861         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8862                 fix bug #790 (Crash when restarting window manager (fluxbox))
8863
8864 2005-09-28 [paul]       1.9.14cvs59
8865
8866         * src/gtk/gtkaspell.c
8867                 fix off-by-one typo
8868
8869 2005-09-27 [colin]      1.9.14cvs58
8870
8871         * src/plugins/pgpcore/sgpgme.c
8872                 Report error when there's one, instead of
8873                 "Signature unchecked" 
8874
8875 2005-09-27 [colin]      1.9.14cvs57
8876
8877         * src/prefs_quote.c
8878                 Fix bug #816 (Weird quotation with spaces)
8879
8880 2005-09-27 [colin]      1.9.14cvs56
8881
8882         * src/codeconv.c
8883         * src/compose.c
8884         * src/compose.h
8885                 Put subject in compose's title
8886                 Fix Automatic encoding so that it's really automatic:
8887                 first try default locale's charset, then charset of the replied mail, 
8888                 then utf-8
8889                 Fix encoding of headers (must be in strict mode too)
8890
8891 2005-09-26 [colin]      1.9.14cvs55
8892
8893         * src/gtk/gtkaspell.c
8894                 Fix previous patch - don't color the space,
8895                 just uncolor it :)
8896
8897 2005-09-26 [colin]      1.9.14cvs54
8898
8899         * src/gtk/gtkaspell.c
8900                 Unmark space if possible
8901
8902 2005-09-26 [colin]      1.9.14cvs53
8903
8904         * src/imap.c
8905                 log_error instead of alertpanel according to the pref
8906         * src/etpan/imap-thread.c
8907                 Print connect status, copy only necessary size to 
8908                 logger
8909         * src/plugins/pgpmime/pgpmime.c
8910                 Handle S/Mime signatures (verification only). Patch based
8911                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8912
8913 2005-09-26 [paul]       1.9.14cvs52
8914
8915         * src/common/passcrypt.c
8916                 this 'workaround' not necessary on NetBSD.
8917                 Thanks to Daniel Gustafson
8918
8919 2005-09-26 [paul]
8920
8921         1.9.15-rc4 released
8922
8923 2005-09-26 [paul]       1.9.14cvs51
8924
8925         * src/summaryview.c
8926                 Skip currently selected message when
8927                 looking for next new or unread message
8928                 in current folder. Patch by Colin
8929         * src/common/passcrypt.c
8930                 eliminate warnings on *BSD. Patch by
8931                 Daniel Gustafson
8932
8933 2005-09-26 [colin]      1.9.14cvs50
8934
8935         * src/procmsg.c
8936                 Call postfiltering hook anyway
8937
8938 2005-09-22 [colin]      1.9.14cvs49
8939
8940         * src/codeconv.c
8941         * src/codeconv.h
8942                 Add a strict mode that doesn't replace with _
8943         * src/compose.c
8944         * src/compose.h
8945                 Use strict conversion while sending
8946                 Fix race when drafting while sending (happens
8947                 on IMAP)
8948                 Fix d'n'd of messages from summaryview
8949         * src/prefs_common.c
8950         * src/prefs_common.h
8951                 add hidden utf8_instead_of_locale_for_broken_mail 
8952                 pref for people that preferred the default charset 
8953                 to be utf8 for broken mails
8954         * src/quote_fmt_parse.y
8955                 fix bug #815 (No quote insert if "From:" fied 
8956                 contained Russian letters)
8957         * src/summaryview.c
8958                 Fix d'n'd of messages to compose
8959
8960 2005-09-22 [paul]       1.9.14cvs48
8961
8962         * src/compose.c
8963                 fix bug where attachments Name entry
8964                 would display Path instead
8965
8966 2005-09-21 [paul]       1.9.14cvs47
8967
8968         * README
8969         * README.jp
8970         * configure.ac
8971         * config/config.rpath
8972         * doc/manual/en/sylpheed-20.html
8973         * doc/manual/es/sylpheed-20.html
8974         * po/bg.po
8975         * po/ca.po
8976         * po/de.po
8977         * po/es.po
8978         * po/fr.po
8979         * po/it.po
8980         * po/pt_BR.po
8981         * po/sk.po
8982         * po/zh_TW.po
8983         * src/account.c
8984         * src/account.h
8985         * src/action.c
8986         * src/action.h
8987         * src/adbookbase.h
8988         * src/addr_compl.c
8989         * src/addr_compl.h
8990         * src/addrbook.c
8991         * src/addrbook.h
8992         * src/addrcache.c
8993         * src/addrcache.h
8994         * src/addrcindex.c
8995         * src/addrcindex.h
8996         * src/addrclip.c
8997         * src/addrclip.h
8998         * src/addrdefs.h
8999         * src/addressadd.c
9000         * src/addressadd.h
9001         * src/addressbook.c
9002         * src/addressbook.h
9003         * src/addressitem.h
9004         * src/addrgather.c
9005         * src/addrgather.h
9006         * src/addrharvest.c
9007         * src/addrharvest.h
9008         * src/addrindex.c
9009         * src/addrindex.h
9010         * src/addritem.c
9011         * src/addritem.h
9012         * src/addrquery.c
9013         * src/addrquery.h
9014         * src/addrselect.c
9015         * src/addrselect.h
9016         * src/alertpanel.c
9017         * src/alertpanel.h
9018         * src/browseldap.c
9019         * src/browseldap.h
9020         * src/codeconv.c
9021         * src/codeconv.h
9022         * src/compose.c
9023         * src/compose.h
9024         * src/crash.c
9025         * src/crash.h
9026         * src/customheader.c
9027         * src/customheader.h
9028         * src/displayheader.c
9029         * src/displayheader.h
9030         * src/editaddress.c
9031         * src/editaddress.h
9032         * src/editbook.c
9033         * src/editbook.h
9034         * src/editgroup.c
9035         * src/editgroup.h
9036         * src/editjpilot.c
9037         * src/editjpilot.h
9038         * src/editldap.c
9039         * src/editldap.h
9040         * src/editldap_basedn.c
9041         * src/editldap_basedn.h
9042         * src/editvcard.c
9043         * src/editvcard.h
9044         * src/enriched.c
9045         * src/enriched.h
9046         * src/exphtmldlg.c
9047         * src/exphtmldlg.h
9048         * src/expldifdlg.c
9049         * src/expldifdlg.h
9050         * src/export.c
9051         * src/export.h
9052         * src/exporthtml.c
9053         * src/exporthtml.h
9054         * src/exportldif.c
9055         * src/exportldif.h
9056         * src/filtering.c
9057         * src/filtering.h
9058         * src/folder.c
9059         * src/folder.h
9060         * src/folder_item_prefs.c
9061         * src/folder_item_prefs.h
9062         * src/foldersel.c
9063         * src/foldersel.h
9064         * src/folderutils.c
9065         * src/folderutils.h
9066         * src/folderview.c
9067         * src/folderview.h
9068         * src/grouplistdialog.c
9069         * src/grouplistdialog.h
9070         * src/headerview.c
9071         * src/headerview.h
9072         * src/html.c
9073         * src/html.h
9074         * src/image_viewer.c
9075         * src/image_viewer.h
9076         * src/imap.c
9077         * src/imap.h
9078         * src/imap_gtk.c
9079         * src/imap_gtk.h
9080         * src/import.c
9081         * src/import.h
9082         * src/importldif.c
9083         * src/importldif.h
9084         * src/importmutt.c
9085         * src/importmutt.h
9086         * src/importpine.c
9087         * src/importpine.h
9088         * src/inc.c
9089         * src/inc.h
9090         * src/jpilot.c
9091         * src/jpilot.h
9092         * src/ldapctrl.c
9093         * src/ldapctrl.h
9094         * src/ldaplocate.c
9095         * src/ldaplocate.h
9096         * src/ldapquery.c
9097         * src/ldapquery.h
9098         * src/ldapserver.c
9099         * src/ldapserver.h
9100         * src/ldaputil.c
9101         * src/ldaputil.h
9102         * src/ldif.c
9103         * src/ldif.h
9104         * src/localfolder.c
9105         * src/localfolder.h
9106         * src/main.c
9107         * src/main.h
9108         * src/mainwindow.c
9109         * src/mainwindow.h
9110         * src/manual.c
9111         * src/manual.h
9112         * src/matcher.c
9113         * src/matcher.h
9114         * src/matcher_parser.h
9115         * src/matcher_parser_lex.l
9116         * src/matcher_parser_parse.y
9117         * src/mbox.c
9118         * src/mbox.h
9119         * src/message_search.c
9120         * src/message_search.h
9121         * src/messageview.c
9122         * src/messageview.h
9123         * src/mh.c
9124         * src/mh.h
9125         * src/mh_gtk.c
9126         * src/mh_gtk.h
9127         * src/mimeview.c
9128         * src/mimeview.h
9129         * src/msgcache.c
9130         * src/msgcache.h
9131         * src/mutt.c
9132         * src/mutt.h
9133         * src/news.c
9134         * src/news.h
9135         * src/news_gtk.c
9136         * src/news_gtk.h
9137         * src/noticeview.c
9138         * src/noticeview.h
9139         * src/partial_download.c
9140         * src/partial_download.h
9141         * src/pine.c
9142         * src/pine.h
9143         * src/pop.c
9144         * src/pop.h
9145         * src/prefs_account.c
9146         * src/prefs_account.h
9147         * src/prefs_actions.c
9148         * src/prefs_actions.h
9149         * src/prefs_common.c
9150         * src/prefs_common.h
9151         * src/prefs_compose_writing.c
9152         * src/prefs_compose_writing.h
9153         * src/prefs_customheader.c
9154         * src/prefs_customheader.h
9155         * src/prefs_display_header.c
9156         * src/prefs_display_header.h
9157         * src/prefs_ext_prog.c
9158         * src/prefs_ext_prog.h
9159         * src/prefs_filtering.c
9160         * src/prefs_filtering.h
9161         * src/prefs_filtering_action.c
9162         * src/prefs_filtering_action.h
9163         * src/prefs_folder_column.c
9164         * src/prefs_folder_column.h
9165         * src/prefs_folder_item.c
9166         * src/prefs_folder_item.h
9167         * src/prefs_fonts.c
9168         * src/prefs_fonts.h
9169         * src/prefs_gtk.c
9170         * src/prefs_gtk.h
9171         * src/prefs_image_viewer.c
9172         * src/prefs_image_viewer.h
9173         * src/prefs_matcher.c
9174         * src/prefs_matcher.h
9175         * src/prefs_message.c
9176         * src/prefs_message.h
9177         * src/prefs_msg_colors.c
9178         * src/prefs_msg_colors.h
9179         * src/prefs_other.c
9180         * src/prefs_other.h
9181         * src/prefs_quote.c
9182         * src/prefs_quote.h
9183         * src/prefs_receive.c
9184         * src/prefs_receive.h
9185         * src/prefs_send.c
9186         * src/prefs_send.h
9187         * src/prefs_spelling.c
9188         * src/prefs_spelling.h
9189         * src/prefs_summaries.c
9190         * src/prefs_summaries.h
9191         * src/prefs_summary_column.c
9192         * src/prefs_summary_column.h
9193         * src/prefs_template.c
9194         * src/prefs_template.h
9195         * src/prefs_themes.c
9196         * src/prefs_themes.h
9197         * src/prefs_toolbar.c
9198         * src/prefs_toolbar.h
9199         * src/prefs_wrapping.c
9200         * src/prefs_wrapping.h
9201         * src/privacy.c
9202         * src/privacy.h
9203         * src/procheader.c
9204         * src/procheader.h
9205         * src/procmime.c
9206         * src/procmime.h
9207         * src/procmsg.c
9208         * src/procmsg.h
9209         * src/quote_fmt.c
9210         * src/quote_fmt_parse.y
9211         * src/recv.c
9212         * src/recv.h
9213         * src/remotefolder.c
9214         * src/remotefolder.h
9215         * src/send_message.c
9216         * src/send_message.h
9217         * src/setup.c
9218         * src/setup.h
9219         * src/simple-gettext.c
9220         * src/sourcewindow.c
9221         * src/sourcewindow.h
9222         * src/ssl_manager.c
9223         * src/ssl_manager.h
9224         * src/statusbar.c
9225         * src/statusbar.h
9226         * src/stock_pixmap.c
9227         * src/stock_pixmap.h
9228         * src/summary_search.c
9229         * src/summary_search.h
9230         * src/summaryview.c
9231         * src/summaryview.h
9232         * src/syldap.c
9233         * src/syldap.h
9234         * src/textview.c
9235         * src/textview.h
9236         * src/toolbar.c
9237         * src/toolbar.h
9238         * src/undo.c
9239         * src/undo.h
9240         * src/unmime.c
9241         * src/unmime.h
9242         * src/vcard.c
9243         * src/vcard.h
9244         * src/wizard.c
9245         * src/wizard.h
9246         * src/common/base64.c
9247         * src/common/base64.h
9248         * src/common/defs.h
9249         * src/common/hooks.c
9250         * src/common/hooks.h
9251         * src/common/log.c
9252         * src/common/log.h
9253         * src/common/md5.c
9254         * src/common/md5.h
9255         * src/common/mgutils.c
9256         * src/common/mgutils.h
9257         * src/common/nntp.c
9258         * src/common/nntp.h
9259         * src/common/passcrypt.c
9260         * src/common/passcrypt.h.in
9261         * src/common/plugin.c
9262         * src/common/plugin.h
9263         * src/common/prefs.c
9264         * src/common/prefs.h
9265         * src/common/progressindicator.c
9266         * src/common/progressindicator.h
9267         * src/common/quoted-printable.c
9268         * src/common/quoted-printable.h
9269         * src/common/session.c
9270         * src/common/session.h
9271         * src/common/smtp.c
9272         * src/common/smtp.h
9273         * src/common/socket.c
9274         * src/common/socket.h
9275         * src/common/ssl.c
9276         * src/common/ssl.h
9277         * src/common/ssl_certificate.c
9278         * src/common/ssl_certificate.h
9279         * src/common/string_match.c
9280         * src/common/string_match.h
9281         * src/common/stringtable.c
9282         * src/common/sylpheed.c
9283         * src/common/sylpheed.h
9284         * src/common/template.c
9285         * src/common/template.h
9286         * src/common/timing.h
9287         * src/common/utils.c
9288         * src/common/utils.h
9289         * src/common/uuencode.c
9290         * src/common/uuencode.h
9291         * src/common/version.h.in
9292         * src/common/xml.c
9293         * src/common/xml.h
9294         * src/common/xmlprops.c
9295         * src/common/xmlprops.h
9296         * src/gtk/about.c
9297         * src/gtk/about.h
9298         * src/gtk/colorlabel.c
9299         * src/gtk/colorlabel.h
9300         * src/gtk/colorsel.c
9301         * src/gtk/colorsel.h
9302         * src/gtk/description_window.c
9303         * src/gtk/description_window.h
9304         * src/gtk/filesel.c
9305         * src/gtk/filesel.h
9306         * src/gtk/foldersort.c
9307         * src/gtk/foldersort.h
9308         * src/gtk/gtkutils.c
9309         * src/gtk/gtkutils.h
9310         * src/gtk/inputdialog.c
9311         * src/gtk/inputdialog.h
9312         * src/gtk/logwindow.c
9313         * src/gtk/logwindow.h
9314         * src/gtk/manage_window.c
9315         * src/gtk/manage_window.h
9316         * src/gtk/menu.c
9317         * src/gtk/menu.h
9318         * src/gtk/pluginwindow.c
9319         * src/gtk/pluginwindow.h
9320         * src/gtk/prefswindow.c
9321         * src/gtk/prefswindow.h
9322         * src/gtk/progressdialog.c
9323         * src/gtk/progressdialog.h
9324         * src/gtk/quicksearch.c
9325         * src/gtk/quicksearch.h
9326         * src/gtk/sslcertwindow.c
9327         * src/gtk/sslcertwindow.h
9328         * src/plugins/clamav/clamav_plugin.c
9329         * src/plugins/clamav/clamav_plugin.h
9330         * src/plugins/clamav/clamav_plugin_gtk.c
9331         * src/plugins/demo/demo.c
9332         * src/plugins/dillo_viewer/dillo_prefs.c
9333         * src/plugins/dillo_viewer/dillo_prefs.h
9334         * src/plugins/dillo_viewer/dillo_viewer.c
9335         * src/plugins/mathml_viewer/mathml_viewer.c
9336         * src/plugins/pgpcore/passphrase.c
9337         * src/plugins/pgpcore/passphrase.h
9338         * src/plugins/pgpcore/plugin.c
9339         * src/plugins/pgpcore/prefs_gpg.c
9340         * src/plugins/pgpcore/prefs_gpg.h
9341         * src/plugins/pgpcore/select-keys.c
9342         * src/plugins/pgpcore/select-keys.h
9343         * src/plugins/pgpcore/sgpgme.c
9344         * src/plugins/pgpcore/sgpgme.h
9345         * src/plugins/pgpinline/pgpinline.c
9346         * src/plugins/pgpinline/pgpinline.h
9347         * src/plugins/pgpinline/plugin.c
9348         * src/plugins/pgpmime/pgpmime.c
9349         * src/plugins/pgpmime/pgpmime.h
9350         * src/plugins/pgpmime/plugin.c
9351         * src/plugins/spamassassin/spamassassin.c
9352         * src/plugins/spamassassin/spamassassin.h
9353         * src/plugins/spamassassin/spamassassin_gtk.c
9354         * src/plugins/trayicon/trayicon.c
9355         * tools/OOo2sylpheed.pl
9356         * tools/acroread2sylpheed.pl
9357         * tools/asus_mailled.sh
9358         * tools/filter_conv.pl
9359         * tools/freshmeat_search.pl
9360         * tools/google_search.pl
9361         * tools/kmail2sylpheed.pl
9362         * tools/kmail2sylpheed_v2.pl
9363         * tools/maildir2sylpheed.pl
9364         * tools/multiwebsearch.pl
9365         * tools/newscache_clean.pl
9366         * tools/outlook2sylpheed.pl
9367         * tools/sylpheed-switcher
9368         * tools/update-po
9369         * tools/vcard2xml.py
9370         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9371                 update FSF address
9372
9373 2005-09-21 [colin]      1.9.14cvs46
9374
9375         * src/gedit-print.c
9376         * src/procmsg.c
9377         * src/procmsg.h
9378         * src/textview.c
9379         * src/summaryview.c
9380                 Remove some printing hacks (deselection/reselection),
9381                 which by the way fix printing the currently 
9382                 displayed mime part (still only text)
9383                 Plus a little optimisation of summary_show
9384
9385
9386 2005-09-20 [colin]      1.9.14cvs45
9387
9388         * src/mainwindow.c
9389         * src/messageview.c
9390                 GUI fixups: add accels, set message
9391                 view title to displayed mail's subject
9392         * src/prefs_spelling.c
9393         * src/gtk/gtkaspell.c
9394                 GUI fixups: allow underlining misspelled
9395                 words instead of coloring them (a11y!)
9396
9397 2005-09-19 [colin]
9398
9399         1.9.15rc3 released
9400
9401 2005-09-19 [colin]      1.9.14cvs44
9402
9403         * src/compose.c
9404                 Fix draft message
9405         * src/gtk/gtkaspell.c
9406                 Fix wrong test ;-)
9407
9408 2005-09-19 [colin]      1.9.14cvs43
9409
9410         * src/addressbook.c
9411                 Fix sensitivity of Delete button
9412         * src/compose.c
9413                 Warn if the requested Privacy system
9414                 is not available
9415         * src/exphtmldlg.c
9416         * src/expldifdlg.c
9417         * src/importldif.c
9418         * src/importmutt.c
9419         * src/importpine.c
9420                 Fix crappy UI
9421         * src/
9422         * src/ssl.h
9423         * src/prefs_account.h
9424         * src/prefs_account.c
9425                 Save SSL prefs even in builds that have
9426                 SSL support disable
9427         * src/imap.c
9428         * src/inc.c
9429         * src/news.c
9430         * src/send_message.c
9431                 Warn if connection should be secure, but
9432                 SSL support isn't compiled in
9433         * src/gtkaspell.c
9434                 Fix word separation on UTF-8 systems
9435                 Fixes bug #812 (Strange inline spellchecking)
9436         * src/compose.c
9437                 Warn if the requested Privacy system
9438                 is not available
9439                 Factorize offline warning
9440         * src/imap.c
9441         * src/imap_gtk.c
9442         * src/imap_gtk.h
9443         * src/inc.h
9444         * src/news_gtk.c
9445         * src/news_gtk.h
9446         * src/messageview.c
9447                 Factorize offline warning
9448
9449 2005-09-19 [paul]
9450
9451         1.9.15-rc2 released
9452
9453 2005-09-18 [colin]      1.9.14cvs42
9454
9455         * src/codeconv.c
9456         * src/codeconv.h
9457         * src/procmime.c
9458                 Add a way to get locale's charset ignoring utf-8,
9459                 and use that as default encoding for broken mails
9460
9461 2005-09-18 [colin]      1.9.14cvs41
9462
9463         * src/gtk/logwindow.c
9464                 Translate string. Patch by Fabien Vantard
9465
9466 2005-09-18 [colin]      1.9.14cvs40
9467
9468         * configure.ac
9469                 Fix bug #803 (IMAP/SSL support breaks with 
9470                 GnuTLS libetpan 0.38)
9471
9472 2005-09-18 [colin]      1.9.14cvs39
9473
9474         * src/codeconv.c
9475         * src/compose.c
9476         * src/procmime.c
9477                 More charsets fixes. Fixes bug #806 (non
9478                 ascii characters in subject line)
9479
9480 2005-09-17 [paul]       1.9.14cvs38
9481
9482         * src/folderview.c
9483         * src/mainwindow.c
9484                 fix gcc-2.95 issues
9485                 Patch by Pawel Pekala
9486
9487 2005-09-17 [colin]      1.9.14cvs37
9488
9489         * src/addrindex.c
9490                 bugfix for NO-USE LDAP compilation, patch 
9491                 by Fabien Vantard
9492
9493 2005-09-17 [colin]      1.9.14cvs36
9494
9495         * src/prefs_actions.c
9496         * src/prefs_customheader.c
9497         * src/prefs_display_header.c
9498         * src/prefs_filtering_action.c
9499         * src/prefs_matcher.c
9500         * src/prefs_toolbar.c
9501                 Fix strange casts (less elegant but
9502                 works better)
9503
9504 2005-09-16 [colin]      1.9.14cvs35
9505
9506         * src/jpilot.c
9507                 Missed that one
9508
9509 2005-09-16 [colin]      1.9.14cvs34
9510
9511         * configure.ac
9512         * src/Makefile.am
9513         * src/addr_compl.c
9514         * src/addrindex.c
9515         * src/browseldap.c
9516         * src/editldap.c
9517         * src/ldaplocate.c
9518         * src/ldapquery.c
9519         * src/ldapquery.h
9520         * src/ldapserver.c
9521         * src/ldapserver.h
9522         * src/main.c
9523         * src/matcher_parser_parse.y
9524         * src/prefs_themes.c
9525         * src/etpan/Makefile.am
9526         * src/gtk/description_window.c
9527         * src/plugins/clamav/Makefile.am
9528         * src/plugins/clamav/clamav_plugin.c
9529         * src/plugins/dillo_viewer/Makefile.am
9530         * src/plugins/pgpcore/Makefile.am
9531         * src/plugins/pgpinline/Makefile.am
9532         * src/plugins/pgpmime/Makefile.am
9533         * src/plugins/trayicon/Makefile.am
9534                 Fix 100% cpu usage in address completion list
9535                 Fix little bugs (return with no values etc)
9536                 Fix all warnings (with common CFLAGS)
9537
9538 2005-09-15 [colin]      1.9.14cvs33
9539
9540         * src/addressbook.c
9541                 Fix bug where sometimes a group's email list is empty,
9542                 force its refresh (probably fixes "Re: how to create a 
9543                 distribution list")
9544         * src/ldapquery.c
9545                 Don't return to the callback in the main thread from the
9546                 fetch thread (or face segs!)
9547
9548 2005-09-15 [paul]       1.9.14cvs32
9549
9550         * src/prefs_matcher.c
9551                 forgotten in last commit
9552
9553 2005-09-15 [paul]       1.9.14cvs31
9554
9555         * src/prefs_actions.c
9556         * src/prefs_filtering_action.c
9557         * src/prefs_quote.c
9558         * src/quote_fmt.c
9559         * src/summaryview.c
9560         * src/gtk/description_window.c
9561         * src/gtk/description_window.h
9562         * src/gtk/quicksearch.c
9563                 allow interaction with the called
9564                 description window
9565                 Patch by Anders Hammar
9566
9567 2005-09-14 [paul]       1.9.14cvs30
9568
9569         * src/compose.c
9570                 fix a little annoyance when pasting with 3rd button 
9571                 with wrap_pastes=0 and wrap_input=1
9572                 Patch by Colin
9573
9574 2005-09-14 [paul]       1.9.14cvs29
9575
9576         * src/prefs_account.c
9577                 disable 'Filter messages on receiving' for
9578                 SMTP-only accounts
9579                 Patch  by Anders Hammar
9580
9581 2005-09-14 [paul]       1.9.14cvs28
9582
9583         * po/sk.po
9584                 fix crash
9585                 updated by Andrej Kacian
9586
9587 2005-09-14 [paul]
9588
9589         1.9.15-rc1 released
9590
9591 2005-09-14 [paul]       1.9.14cvs27
9592
9593         * po/es.po
9594                 updated by Ricardo Mones Lastra
9595         * src/compose.c
9596         * src/compose.h
9597                 associate no_wrap_tags to Compose windows
9598                 instead of using a static one
9599                 Patch by Colin
9600         * src/mbox.c
9601                 fix proc_mbox()
9602                 Patch by wwp
9603         * src/textview.c
9604                 remove unneeded printf()
9605
9606 2005-09-14 [paul]       1.9.14cvs26
9607
9608         * src/addrcache.c
9609         * src/codeconv.h
9610         * src/folder.h
9611         * src/mainwindow.h
9612         * src/mh.c
9613         * src/mimeview.h
9614         * src/partial_download.c
9615         * src/pop.c
9616         * src/prefs_account.c
9617         * src/prefs_account.h
9618         * src/prefs_actions.c
9619         * src/prefs_customheader.c
9620         * src/prefs_display_header.c
9621         * src/prefs_filtering_action.c
9622         * src/prefs_matcher.c
9623         * src/prefs_toolbar.c
9624         * src/privacy.h
9625         * src/procmime.c
9626         * src/procmime.h
9627         * src/procmsg.h
9628         * src/textview.c
9629         * src/undo.h
9630         * src/common/plugin.c
9631         * src/common/session.h
9632         * src/common/socket.c
9633         * src/common/socket.h
9634         * src/common/template.c
9635         * src/gtk/gtkaspell.c
9636         * src/gtk/quicksearch.h
9637         * src/plugins/pgpcore/passphrase.c
9638         * src/plugins/pgpcore/prefs_gpg.h
9639         * src/plugins/pgpcore/select-keys.c
9640         * src/plugins/pgpcore/select-keys.h
9641         * src/plugins/pgpcore/sgpgme.c
9642         * src/plugins/pgpinline/pgpinline.c
9643         * src/plugins/pgpmime/pgpmime.c
9644         * src/plugins/trayicon/trayicon.c
9645                 fix compilation warnings
9646                 Patch by Daniel Gustafson
9647
9648 2005-09-14 [paul]       1.9.14cvs25
9649
9650         * src/addressbook.c
9651                 add missing column header, and other small
9652                 bug fixes
9653                 Patch by Anders Hammar
9654
9655 2005-09-13 [colin]      1.9.14cvs24
9656
9657         * src/gtk/gtkaspell.c
9658                 Fix non-utf8 in menu
9659                 Fix little leaks
9660                 Nullify struct members after free()s
9661
9662 2005-09-13 [colin]      1.9.14cvs23
9663
9664         * src/compose.c
9665                 Test utf8 compliance before inserting to 
9666                 buffer, and try to convert if necessary
9667         * src/procmime.c
9668                 If no charset is present, use the locale 
9669                 one instead of us-ascii
9670         * src/procmsg.c
9671                 Add Sender, List-Post and To in the checked 
9672                 headers for automatic rules creation 
9673                 (thanks to wwp)
9674         * src/prefs_themes.c
9675         * src/gtk/gtkaspell.c
9676                 Remove deprecated functions. 
9677                 patch by Daniel Gustafson
9678
9679 2005-09-12 [colin]      1.9.14cvs22
9680
9681         * src/compose.c
9682                 Fix bug #448 (Scrolling/Redraw issue with 
9683                 address-fields in Header)
9684         * src/mainwindow.c
9685         * src/summaryview.c
9686         * src/summaryview.h
9687                 Fix loss of MSG_MARKED on move/copy
9688                 Fix bug #804 (Quicksearch togglebutton doesn't 
9689                 get depressed after '/' key is pressed)
9690
9691 2005-09-12 [paul]       1.9.14cvs21
9692
9693         * AUTHORS
9694         * src/gtk/logwindow.c
9695                 add 'Clear Log' to popup menu
9696                 Patch by Anders Hammar <anders.hammar@telia.com>
9697
9698 2005-09-12 [paul]       1.9.14cvs20
9699
9700         * src/compose.c
9701                 set correct sensitivity on attachments
9702                 popup menu
9703         * src/folder.c
9704                 fix typo
9705         * src/prefs_spelling.c
9706                 fix crash when no LANG env is set
9707         * src/common/xml.c
9708                 fix crash in wizard
9709                 don't use memeory after free
9710
9711         All patches by Daniel Gustafson
9712
9713 2005-09-12 [paul]       1.9.14cvs19
9714
9715         * src/prefs_themes.c
9716                 make theme info selectable
9717         * src/gtk/description_window.c
9718                 make window non-modal
9719         * tools/README
9720                 add details of asus_mailed.sh
9721         * tools/claws.i18n.status.pl
9722                 update for new zh_TW translator
9723                 widen the output
9724                 create alternate coloured lines
9725                 improve readability
9726
9727 2005-09-10 [colin]      1.9.14cvs18
9728
9729         * src/plugins/pgpcore/select-keys.c
9730                 Better order for the buttons
9731
9732 2005-09-10 [colin]      1.9.14cvs17
9733
9734         * src/compose.c
9735         * src/plugins/pgpcore/select-keys.c
9736         * src/plugins/pgpcore/select-keys.h
9737         * src/plugins/pgpcore/sgpgme.c
9738                 Add a "Don't encrypt" button to the key
9739                 selection dialog. Fixes bug #177 (There should be a 
9740                 'Don't encrypt button in the Select Keys dialog)
9741
9742 2005-09-10 [colin]      1.9.14cvs16
9743
9744         * src/compose.c
9745                 Fix bug #572 (%X option does not work with templates)
9746
9747 2005-09-10 [colin]      1.9.14cvs15
9748
9749         * src/toolbar.c 
9750                 Remove g_print
9751
9752 2005-09-10 [colin]      1.9.14cvs14
9753
9754         * src/imap.c
9755                 Fix a possible crash
9756
9757 2005-09-09 [colin]      1.9.14cvs13
9758
9759         * src/imap.c
9760         * src/etpan/imap-thread.c
9761         * src/etpan/imap-thread.h
9762                 Fix moving from queue or drafts to normal folders
9763                 Fix bug #794 (No way to delete without expunging)
9764                 Take flags unset by other mailers into account
9765                 Take deleted flag set by other mailers into account
9766                 Fix unsetting REPLIED flag
9767                 Fix crash when capabilities can't be retrieved
9768         * src/mainwindow.c
9769         * src/mainwindow.h
9770                 Add M_DELAYED_FLAGS condition, and let the user use
9771                 Execute in order to be able to expunge deleted mails,
9772                 even if he's not in delayed execute mode
9773         * src/prefs_spelling.c
9774                 Use 'en' dictionary by default if LANG is POSIX or C
9775         * src/gtk/prefswindow.c
9776                 Fix bug #767 (Preferences windows expanding) by making
9777                 the window a bit larger when the resolution is greater
9778                 than 640x480, and by putting the prefs in a
9779                 GtkScrolledWindow.
9780
9781 2005-09-09 [paul]       1.9.14cvs12
9782
9783         * AUTHORS
9784         * configure.ac
9785         * po/zh_TW.Big5.po      ** REMOVED **
9786         * po/zh_TW.po           ** ADDED **
9787                 updated by Wei-Lun Chao
9788
9789 2005-09-09 [paul]       1.9.14cvs11
9790
9791         * src/mainwindow.c
9792                 fix asserts
9793         * src/common/xml.c
9794                 delay memory allocation until file is
9795                 opened successfully
9796                 Patch by Daniel Gustafson
9797
9798 2005-09-09 [colin]      1.9.14cvs10
9799
9800         * src/imap.c
9801                 Add guards
9802
9803 2005-09-08 [colin]      1.9.14cvs9
9804
9805         * src/compose.c
9806                 Alert when we can't save draft
9807                 Fix various wrap/color issues
9808                 Add mid-click pasting respecting wrap_paste option
9809         * src/folder.c
9810         * src/folder.h
9811         * src/folder_item_prefs.c
9812         * src/folder_item_prefs.h
9813         * src/imap.c
9814         * src/imap_gtk.c
9815         * src/imap_gtk.h
9816         * src/main.c
9817         * src/mainwindow.c
9818         * src/mainwindow.h
9819         * src/news.c
9820         * src/news_gtk.c
9821         * src/news_gtk.h
9822         * src/prefs_folder_item.c
9823                 Fix the impossibility to synchronise folders for
9824                 offline use (IMAP and NNTP are concerned)
9825
9826 2005-09-08 [colin]      1.9.14cvs8
9827
9828         * configure.ac
9829                 Build LDAP and JPilot by default if available
9830         * src/textview.c
9831                 Fix use after free
9832
9833 2005-09-08 [paul]       1.9.14cvs7
9834
9835         * doc/manual/en/sylpheed-1.html
9836         * doc/manual/en/sylpheed-18.html
9837         * doc/manual/en/sylpheed-19.html
9838         * doc/manual/en/sylpheed-4.html
9839         * doc/manual/en/sylpheed-6.html
9840         * doc/manual/en/sylpheed.html
9841                 a few minor updates, plus include some
9842                 details about plugins and their requirements
9843         * src/mainwindow.c
9844                 minor changes to English in /View/Sort
9845
9846 2005-09-07 [colin]      1.9.14cvs6
9847
9848         * doc/manual/en/sylpheed-1.html
9849         * doc/manual/en/sylpheed-10.html
9850         * doc/manual/en/sylpheed-11.html
9851         * doc/manual/en/sylpheed-12.html
9852         * doc/manual/en/sylpheed-13.html
9853         * doc/manual/en/sylpheed-14.html
9854         * doc/manual/en/sylpheed-15.html
9855         * doc/manual/en/sylpheed-16.html
9856         * doc/manual/en/sylpheed-17.html
9857         * doc/manual/en/sylpheed-18.html
9858         * doc/manual/en/sylpheed-19.html
9859         * doc/manual/en/sylpheed-2.html
9860         * doc/manual/en/sylpheed-20.html
9861         * doc/manual/en/sylpheed-21.html
9862         * doc/manual/en/sylpheed-22.html
9863         * doc/manual/en/sylpheed-3.html
9864         * doc/manual/en/sylpheed-4.html
9865         * doc/manual/en/sylpheed-5.html
9866         * doc/manual/en/sylpheed-6.html
9867         * doc/manual/en/sylpheed-7.html
9868         * doc/manual/en/sylpheed-8.html
9869         * doc/manual/en/sylpheed-9.html
9870         * doc/manual/en/sylpheed.html
9871                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9872
9873 2005-09-07 [colin]      1.9.14cvs5
9874
9875         * src/mainwindow.c
9876                 Make labels more to-the-point
9877
9878 2005-09-07 [colin]      1.9.14cvs4
9879
9880         * doc/manual/en/sylpheed-1.html
9881         * doc/manual/en/sylpheed-12.html
9882         * doc/manual/en/sylpheed-13.html
9883         * doc/manual/en/sylpheed-14.html
9884         * doc/manual/en/sylpheed-15.html
9885         * doc/manual/en/sylpheed-16.html
9886         * doc/manual/en/sylpheed-17.html
9887         * doc/manual/en/sylpheed-18.html
9888         * doc/manual/en/sylpheed-19.html
9889         * doc/manual/en/sylpheed-2.html
9890         * doc/manual/en/sylpheed-20.html
9891         * doc/manual/en/sylpheed-21.html
9892         * doc/manual/en/sylpheed-22.html
9893         * doc/manual/en/sylpheed-4.html
9894         * doc/manual/en/sylpheed-5.html
9895         * doc/manual/en/sylpheed-6.html
9896         * doc/manual/en/sylpheed-7.html
9897         * doc/manual/en/sylpheed-8.html
9898         * doc/manual/en/sylpheed-9.html
9899         * doc/manual/en/sylpheed.html
9900                 Update manual
9901
9902 2005-09-07 [colin]      1.9.14cvs3
9903
9904         * doc/faq/en/sylpheed-faq-1.html
9905         * doc/faq/en/sylpheed-faq-2.html
9906         * doc/faq/en/sylpheed-faq-3.html
9907         * doc/faq/en/sylpheed-faq.html
9908                 Update FAQ
9909
9910 2005-09-07 [colin]      1.9.14cvs2
9911
9912         * src/folderview.c
9913         * src/procmsg.c
9914         * src/summaryview.c
9915         * src/toolbar.c
9916                 Fix special subfolders:
9917                 - Inherit parent's icon
9918                 - sent contents of queues subfolders
9919                 - empty subfolders of trashes
9920         * src/mainwindow.c
9921                 Remove outdated manual and faq entries
9922         * src/common/utils.c
9923                 Add quotes around %s coming from mailcap
9924
9925 2005-09-07 [colin]      1.9.14cvs1
9926
9927         * src/compose.c
9928                 After saving draft, set modified to FALSE
9929         * src/mimeview.c
9930         * src/common/utils.c
9931         * src/common/utils.h
9932                 Try to open mime parts using what is 
9933                 indicated in ~/.mailcap or /etc/mailcap,
9934                 if possible.
9935
9936 2005-09-05 [paul]       1.9.14
9937
9938         1.9.14 released
9939
9940         * po/sk.po
9941                 updated by Andrej Kacian
9942
9943 2005-09-05 [paul]       1.9.13cvs83
9944
9945         * po/de.po
9946         * po/es.po
9947         * po/fi.po
9948         * po/fr.po
9949         * po/nb.po
9950         * po/pt_BR.po
9951         * po/sr.po
9952                 updated translations by Thomas Gilgin, Ricardo Mones
9953                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9954                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9955
9956 2005-09-04 [paul]       1.9.13cvs82
9957
9958         * src/compose.c
9959                 only warn about exceeded line length limit
9960                 on send
9961
9962 2005-09-04 [paul]       1.9.13cvs81
9963
9964         * src/compose.c
9965                 fix crash in 'line length exceeded' dialogue
9966
9967 2005-09-02 [paul]       1.9.13cvs80
9968
9969         * src/imap.c
9970                 fix bug 795, 'Connection lost IMAP'
9971                 and add statusbar prints
9972                 Patch by Colin
9973
9974 2005-09-02 [paul]       1.9.13cvs79
9975
9976         * src/compose.c
9977                 compose_wrap_paragraph() becomes
9978                 compose_beautify_paragraph()
9979                 Patch by Colin
9980
9981 2005-09-02 [colin]      1.9.13cvs78
9982
9983         * src/folderview.c
9984                 Micro-fix
9985
9986 2005-09-01 [colin]      1.9.13cvs77
9987
9988         * src/imap.c
9989                 Maybe fix bug #795 (Connection lost IMAP)
9990                 Don't try to send logout when we're disconnected.
9991         * src/summaryview.c
9992                 Include locked and marked emails in HRM
9993                 view. Fixes bug #800 (Locked messages no longer 
9994                 show up when hide read messages is used)
9995
9996 2005-09-01 [paul]       1.9.13cvs76
9997
9998         * src/prefs_common.c
9999                 fix bad cutting
10000
10001 2005-08-31 [colin]      1.9.13cvs75
10002
10003         * src/folderview.c
10004         * src/folderview.h
10005         * src/prefs_summaries.c
10006         * src/summaryview.c
10007                 Fix "go to next new", fix preference
10008                 (Open unread/next swapped)
10009
10010 2005-08-31 [paul]       1.9.13cvs74
10011
10012         * src/compose.c
10013         * src/folderview.c
10014         * src/headerview.c
10015         * src/headerview.h
10016         * src/mainwindow.c
10017         * src/prefs_common.c
10018         * src/prefs_common.h
10019         * src/prefs_fonts.c
10020         * src/summaryview.c
10021         * src/textview.c
10022         * src/common/defs.h
10023                 remove obsolete BOLD_FONT setting
10024                 fix font update in headerview and textview
10025                 headers after prefs change
10026                 Patch By Colin
10027
10028 2005-08-31 [paul]
10029
10030         1.9.14-rc4 released
10031
10032 2005-08-30 [colin]      1.9.13cvs73
10033
10034         * src/summaryview.c
10035                 When Hide read messages is selected and we
10036                 refresh the summaryview, don't remove the 
10037                 currently displayed message. Fixes bug #797
10038                 (Summary view reloads when new mail is 
10039                 downloaded in 1.9.14 rc)
10040
10041 2005-08-30 [colin]      1.9.13cvs72
10042
10043         * src/folderview.c
10044                 Fix flickering
10045         * src/mainwindow.c
10046                 Remove useless callback
10047         * src/mimeview.c
10048         * src/gtk/filesel.c
10049         * src/gtk/filesel.h
10050                 Add a filesel_select_file_save_folder() - used by Save All
10051
10052 2005-08-29 [paul]       1.9.13cvs71
10053
10054         * AUTHORS
10055         * src/matcher_parser_parse.y
10056         * src/etpan/imap-thread.c
10057                 fix building on FreeBSD
10058                 Patch by Daniel Gustafson <daniel@hobbit.se>
10059
10060 2005-08-29 [paul]       1.9.13cvs70
10061
10062         * src/plugins/pgpinline/pgpinline.c
10063                 only initialise sig result if it's been handled
10064                 Patch by Colin
10065
10066 2005-08-29 [paul]       1.9.13cvs69
10067         
10068         Patches by Colin:
10069
10070         * src/imap.c
10071         * src/common.utils.c
10072         * src/common/utils.h
10073                 optimisation
10074         * src/stock_pixmap.h
10075                 fix wrong icon reference
10076         * src/pixmaps/trash_btn.xpm
10077                 replace with nicer image
10078
10079 2005-08-28 [colin]      1.9.13cvs68
10080
10081         * src/Makefile.am
10082         * src/stock_pixmap.c
10083         * src/stock_pixmap.h
10084         * src/toolbar.c
10085         * src/pixmaps/trash_btn.xpm
10086                 Add a specific trash xpm for the button
10087
10088 2005-08-28 [colin]      1.9.13cvs67
10089
10090         * src/imap.c
10091                 Fix leak
10092
10093 2005-08-27 [colin]      1.9.13cvs66
10094
10095         * src/imap.c
10096         * src/procmime.c
10097                 Correctly fix "Problem with replies", fixes
10098                 pgpmime encryption too. 
10099
10100 2005-08-27 [colin]      1.9.13cvs65
10101
10102         * src/folder.c
10103         * src/procmsg.c
10104         * src/procmsg.h
10105         * src/summaryview.c
10106                 Fix bug #517 (messages removed from summaryview 
10107                 when moving fails)
10108
10109 2005-08-27 [colin]      1.9.13cvs64
10110
10111         * tools/Makefile.am
10112         * tools/asus_mailled.sh
10113                 Add a script to blink ASUS laptops' mail LED where there
10114                 is unread mail.
10115
10116 2005-08-27 [colin]      1.9.13cvs63
10117
10118         * src/imap.c
10119         * src/etpan/imap-thread.c
10120         * src/etpan/imap-thread.h
10121                 Implement automatic choosing of login method
10122                 Fixes bug #791
10123         * src/gtk/.cvsignore
10124                 Add sylpheed-marshal.[ch]
10125
10126 2005-08-27 [colin]      1.9.13cvs62
10127
10128         * src/common/utils.c
10129                 Fix confusing perror
10130
10131 2005-08-27 [colin]      1.9.13cvs61
10132
10133         * src/toolbar.c
10134         * src/toolbar.h
10135                 Remove A_DELETE, replace it with 
10136                 A_TRASH and A_DELETE_REAL. Automatically
10137                 rewrite config files to replace A_DELETE
10138                 with A_TRASH (no functionality change).
10139                 Fixes half of #794
10140
10141 2005-08-26 [colin]      1.9.13cvs60
10142
10143         * src/procmime.c
10144                 Previous "Problem with replies" fix brought other
10145                 problems, fixing them
10146
10147 2005-08-26 [colin]      1.9.13cvs59
10148
10149         * src/procmime.c
10150                 Fix "Problem with replies". This happened only
10151                 on IMAP...
10152         * src/procmsg.c
10153                 Factorize code a bit
10154         * src/compose.c
10155                 Speed improvement on very long messages (wrapping)
10156                 Fix signature color on Reedit and Redirect
10157                 On Reedit, don't attach pgp-signatures parts, but
10158                 set signing to On.
10159
10160 2005-08-24 [paul]       1.9.13cvs58
10161
10162         * src/compose.c
10163                 don't claim success when clicking
10164                 Cancel on the passphrase box.
10165                 Patch by Colin
10166
10167 2005-08-24 [paul]       1.9.13cvs57
10168
10169         * src/main.c
10170                 fix misplaced sylpheed.log
10171         * src/common/defs.h
10172                 define UIDL_DIR
10173
10174 2005-08-24 [paul]       1.9.13cvs56
10175
10176         * src/imap.c
10177         * src/etpan/imap-thread.c
10178         * src/etpan/imap-thread.h
10179                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10180                 Patch by Colin
10181         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10182         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10183                 remove autogenerated files
10184         * tools/kdeservicemenu/README
10185         * tools/kdeservicemenu/install.sh
10186         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10187         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10188                 use Claws icon, use 'Sylpheed-Claws' in menu,
10189                 use kdialog, and other cleanups
10190
10191 2005-08-23 [paul]       1.9.13cvs55
10192
10193         * src/compose.c
10194                 fix paste/wrap crash
10195                 Patch by Colin
10196
10197 2005-08-23 [paul]       1.9.13cvs54
10198
10199         * src/main.c
10200                 fix crash recovery
10201                 Patch by Colin
10202
10203 2005-08-23 [paul]       1.9.13cvs53
10204
10205         * src/addressbook.c
10206         * src/editaddress.c
10207                 view all data of LDAP contacts
10208                 Patch by Colin
10209
10210 2005-08-23 [paul]       1.9.13cvs52
10211
10212         * src/addressbook.c
10213                 fix issues with the Search field
10214                 Patch by Colin
10215
10216 2005-08-22 [paul]       1.9.13cvs51
10217
10218         * src/folderview.c
10219                 put name of folder in processing dialog
10220                 title
10221         * src/prefs_folder_item.c
10222                 improve english usage
10223
10224 2005-08-22 [paul]       1.9.13cvs50
10225
10226         * src/filtering.c
10227         * src/filtering.h
10228         * src/matcher.c
10229         * src/matcher_parser_lex.l
10230         * src/matcher_parser_parse.y
10231         * src/prefs_filtering.c
10232                 add Filtering/Processing rule names feature.
10233                 (the incompatible old matcherrc is saved as
10234                 matcherrc.pre_names).
10235                 Patch by Colin
10236
10237 2005-08-22 [paul]       1.9.13cvs49
10238
10239         * src/procmsg.c
10240                 fix colour labelling
10241                 Patch by Colin
10242
10243 2005-08-22 [paul]       1.9.13cvs48
10244
10245         * src/textview.c
10246                 fix open_image_cb()
10247
10248 2005-08-22 [paul]       1.9.13cvs47
10249
10250         * src/imap.c
10251                 fix bug 789, 'SC crashes with imap (CVS ver)'
10252                 Patch by Colin
10253
10254 2005-08-22 [paul]       1.9.13cvs46
10255
10256         * src/mimeview.c
10257         * src/prefs_common.c
10258         * src/common/defs.h
10259                 define reused defaults in defs.h
10260         * src/textview.c
10261                 add 'Open image' to image popup menu
10262
10263 2005-08-21 [colin]      1.9.13cvs45
10264
10265         * src/summaryview.c
10266                 Fix bug #788 (Bogus "From" address displayed)
10267
10268 2005-08-20 [colin]      1.9.13cvs44
10269
10270         * src/folder.c
10271                 Fix buf #787 (multilevel delete causes SIGSEGV)
10272
10273 2005-08-19 [colin]      1.9.13cvs43
10274
10275         * src/inc.c
10276         * src/prefs_common.c
10277         * src/prefs_common.h
10278                 Add an hidden pref to allow modifying the
10279                 update stepping in incorporation.
10280                 Patch by wwp.
10281
10282 2005-08-19 [colin]      1.9.13cvs42
10283
10284         * src/compose.c
10285         * src/procmime.c
10286                 Workaround for broken MUAs: encode 
10287                 Content-type: name: as ASCII and 
10288                 Content-Disposition: filename: as
10289                 per rfc2231
10290         * src/prefs_account.c
10291                 Fix invisible-ness of SMTP SSL prefs
10292                 in NNTP accounts
10293
10294 2005-08-19 [paul]       1.9.13cvs41
10295
10296         * src/compose.c
10297         * src/prefs_common.c
10298         * src/prefs_common.h
10299         * src/prefs_wrapping.c
10300                 paste with or without wrapping.
10301                 patch by Colin
10302
10303 2005-08-19 [paul]       1.9.13cvs40
10304
10305         * src/prefs_common.c
10306         * src/prefs_common.h
10307         * src/summaryview.c
10308                 reintroduce enable_swap_from as a
10309                 hidden pref. patch by Colin
10310         * src/quote_fmt_parse.y
10311         * src/plugins/clamav/clamav_plugin.c
10312         * src/plugins/dillo_viewer/dillo_viewer.c
10313         * src/plugins/mathml_viewer/mathml_viewer.c
10314         * src/plugins/pgpcore/sgpgme.c
10315         * src/plugins/pgpinline/pgpinline.c
10316         * src/plugins/pgpmime/pgpmime.c
10317                 tidy up. patch by Colin
10318
10319 2005-08-19 [paul]       1.9.13cvs39
10320
10321         * configure.ac
10322                 complete cvs38's sync
10323         * src/editaddress.c
10324         * src/gedit-print.c
10325         * src/mutt.c
10326         * src/etpan/etpan-log.c
10327         * src/etpan/imap-thread.c
10328         * src/gtk/gtksourceprintjob.c
10329                 fix compilation warnings
10330                 (patch by Colin)
10331
10332 2005-08-19 [paul]       1.9.13cvs38
10333
10334         sync with main:
10335
10336         * src/account.c
10337         * src/action.c
10338         * src/addrbook.c
10339         * src/addrcache.c
10340         * src/addrharvest.c
10341         * src/addrindex.c
10342         * src/codeconv.c
10343         * src/compose.c
10344         * src/crash.c
10345         * src/exporthtml.c
10346         * src/exportldif.c
10347         * src/folder.c
10348         * src/image_viewer.c
10349         * src/inc.c
10350         * src/inc.h
10351         * src/jpilot.c
10352         * src/ldif.c
10353         * src/main.c
10354         * src/matcher.c
10355         * src/mbox.c
10356         * src/messageview.c
10357         * src/mh.c
10358         * src/mimeview.c
10359         * src/msgcache.c
10360         * src/mutt.c
10361         * src/news.c
10362         * src/partial_download.c
10363         * src/pine.c
10364         * src/pop.c
10365         * src/prefs_actions.c
10366         * src/prefs_common.c
10367         * src/prefs_customheader.c
10368         * src/prefs_display_header.c
10369         * src/prefs_gtk.c
10370         * src/prefs_themes.c
10371         * src/procheader.c
10372         * src/procmime.c
10373         * src/procmsg.c
10374         * src/recv.c
10375         * src/send_message.c
10376         * src/simple-gettext.c
10377         * src/sourcewindow.c
10378         * src/textview.c
10379         * src/vcard.c
10380         * src/common/defs.h
10381         * src/common/log.c
10382         * src/common/plugin.c
10383         * src/common/prefs.c
10384         * src/common/session.c
10385         * src/common/session.h
10386         * src/common/socket.c
10387         * src/common/socket.h
10388         * src/common/ssl_certificate.c
10389         * src/common/template.c
10390         * src/common/utils.c
10391         * src/common/utils.h
10392         * src/common/xml.c
10393         * src/gtk/about.c
10394         added wrappers for C library function that
10395                 take pathname arguments.
10396                 enabled compilation with MinGW.
10397                 use GDir instead of directly using opendir().
10398                 added rename_force().
10399
10400 2005-08-19 [paul]       1.9.13cvs37
10401         
10402         patches by Colin:
10403         * src/compose.c
10404                 fix privacy settings on re-editing
10405                 a sent message
10406         * src/jpilot.c
10407                 fix encoding bug
10408         * src/folder.c
10409         * src/procmsg.c
10410         * src/procmsg.h
10411         * src/summaryview.c
10412                 flag changing optimisation
10413
10414 2005-08-18 [martin]     1.9.13cvs36
10415
10416         * commitHelper
10417             added my login
10418         * src/addrcache.c
10419         * src/addrharvest.c
10420         * src/addrindex.c
10421         * src/compose.c
10422         * src/grouplistdialog.c
10423         * src/main.c
10424         * src/mainwindow.c
10425         * src/msgcache.c
10426         * src/mutt.c
10427         * src/pine.c
10428         * src/prefs_account.c
10429         * src/prefs_themes.c
10430         * src/stock_pixmap.c
10431         * src/summaryview.c
10432         * src/gtk/about.c
10433         * src/gtk/logwindow.c
10434             removed deprecated glib and gdk stuff
10435         * src/plugins/pgpcore/select-keys.c
10436             convert attributes from locale to utf8
10437
10438 2005-08-17 [paul]       1.9.13cvs35
10439
10440         * src/account.c
10441         * src/addressbook.c
10442                 use new GTK_STOCK_ icons if available
10443         * src/summaryview.c
10444         * src/gtk/gtksctree.c
10445         * src/gtk/gtksctree.h
10446                 faster range select. patch by Colin
10447
10448 2005-08-17 [paul]       1.9.13cvs34
10449
10450         patches by colin:
10451         * src/addressbook.c
10452         * src/addressitem.h
10453                 Add an edit button for contacts, fix selections
10454                 of gtksctree items
10455         * src/editaddress.c
10456                 Change labels, let Save be always possible in the
10457                 email and user atributes tabs
10458         * src/folderview.c
10459                 fix sort issues
10460         * src/summaryview.c
10461                 select next item instead of the displayed one
10462                 after deletion
10463
10464         * src/gtk/progressdialog.c
10465                 use prefs_common.enable_rules_hint
10466
10467 2005-08-13 [hoa]        1.9.13cvs33
10468
10469         * src/etpan/imap-thread.c
10470                 fixed build on Solaris.
10471
10472 2005-08-10 [colin]      1.9.13cvs32
10473
10474         * src/procmsg.c
10475                 Fix cvs31 (missing fclose before reading
10476                 the file)
10477
10478 2005-08-10 [colin]      1.9.13cvs31
10479
10480         * src/procmsg.c
10481                 Fix procmsg_msginfo_new_from_mimeinfo() when
10482                 the MimeInfo isn't stored in memory. This fixes
10483                 replying to an attached message.
10484
10485 2005-08-10 [colin]      1.9.13cvs30
10486
10487         * src/mainwindow.c
10488                 Fix slowness in account changing
10489
10490 2005-08-10 [colin]      1.9.13cvs29
10491
10492         * src/folder.c
10493         * src/folderutils.c
10494         * src/folderview.c
10495         * src/imap_gtk.c
10496         * src/mainwindow.c
10497         * src/mh_gtk.c
10498         * src/procmsg.c
10499         * src/summaryview.c
10500                 Optimize folder_has_parent_of_type
10501                 Prevent moving special sub-folders from contextual menus
10502                 Rework message a bit ("Empty all messages" -> "Delete all
10503                 messages")
10504                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10505                 and "Deleted Items" folders)
10506
10507 2005-08-08 [colin]      1.9.13cvs28
10508
10509         * src/summaryview.c
10510         * src/prefs_summaries.c
10511                 Make "Select first unread|new" more flexible
10512                 (just prioritize new or unread)
10513
10514 2005-08-08 [colin]      1.9.13cvs27
10515
10516         * src/summaryview.c
10517                 If "select first new" is selected and there only
10518                 are unread messages, fallback to "select first
10519                 unread".
10520
10521 2005-08-08 [colin]      1.9.13cvs26
10522
10523         * src/folder.c
10524                 Fix shameful bugs (and bug #779)
10525
10526 2005-08-08 [colin]      1.9.13cvs25
10527
10528         * src/folder.c
10529         * src/folder.h
10530                 Cache parents' type to make folder_has_parent_of_type
10531                 faster
10532         * src/folderview.c
10533                 Forbid DnD of special sub-folders
10534         * src/procmsg.c
10535         * src/procmsg.h
10536                 Add MAIL_POSTFILTERING_HOOK
10537         * src/summaryview.c
10538                 Revert over-zealous deletion of the use_addr_book 
10539                 code
10540
10541 2005-08-07 [colin]      1.9.13cvs24
10542
10543         * src/folder.c
10544                 Fix big mistake (passing MsgInfo instead 
10545                 of FolderItem)
10546
10547 2005-08-07 [colin]      1.9.13cvs23
10548
10549         * src/compose.c
10550         * src/folder.c
10551         * src/folder.h
10552         * src/foldersel.c
10553         * src/folderutils.c
10554         * src/folderview.c
10555         * src/imap.c
10556         * src/mainwindow.c
10557         * src/messageview.c
10558         * src/mh.c
10559         * src/msgcache.c
10560         * src/procmime.c
10561         * src/summaryview.c
10562                 Make subfolders of Drafts, Queue, Outbox, Trash
10563                 work like their parents. 
10564                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10565
10566 2005-08-07 [colin]      1.9.13cvs22
10567
10568         * src/addressbook.c
10569                 Fix bug #771 (Dragged contacts not saved)
10570
10571 2005-08-07 [paul]       1.9.13cvs21
10572
10573         * src/summaryview.c
10574                 fix bug 32 'Search Doesn't display results
10575                 if "Hide Read Messages" is chosen'
10576                 be more literal in interpreting 'Hide read
10577                 messages'
10578
10579 2005-08-07 [colin]      1.9.13cvs20
10580
10581         * src/folderview.c
10582                 Add debug
10583         * src/summaryview.c
10584                 Faster 'unthread_for_execution'
10585
10586 2005-08-06 [paul]       1.9.13cvs19
10587
10588         * src/mainwindow.c
10589                 add mnemonics to Set displayed columns
10590                 fix bug where msgview_visible option was
10591                 overwritten as TRUE on startup
10592
10593 2005-08-06 [paul]       1.9.13cvs18
10594
10595         * src/mainwindow.c
10596                 refer to 'displayed columns in folder/message
10597                 list' not 'displayed items in summary/message view'
10598         * src/prefs_display_header.c
10599                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10600                 be consistent with similar dialogues
10601         * src/prefs_folder_column.c
10602         * src/prefs_summary_column.c
10603                 'columns' not 'items', and folder and message lists,
10604                 instead of folder and summary views;
10605                 Use 'Hidden columns' as list heading not 'Available
10606                 items';
10607                 move the 'Remove' button to the right hand side;
10608                 top-align the buttons;
10609                 remove unneeded vbox
10610         * src/prefs_summaries.c
10611                 put the 2 column prefs buttons in a frame to reduce
10612                 overall width; refer to columns not items &c.
10613
10614 2005-08-05 [colin]      1.9.13cvs17
10615
10616         * src/prefs_common.c
10617         * src/prefs_common.h
10618         * src/mainwindow.c
10619         * src/compose.c
10620         * src/messageview.c
10621                 Add an hidden toolbar_detachable pref, so
10622                 that I can get rid of these painful handles
10623                 in the toolbars. Defaults to TRUE to avoid
10624                 changing the GUI on unsuspecting people...
10625
10626 2005-08-05 [colin]      1.9.13cvs16
10627
10628         * src/Makefile.am
10629         * src/prefs_folder_column.c
10630         * src/prefs_folder_column.h
10631                 Add prefs for folder columns
10632         * src/folderview.c
10633         * src/folderview.h
10634         * src/mainwindow.c
10635         * src/mainwindow.h
10636         * src/prefs_common.c
10637         * src/prefs_common.h
10638         * src/prefs_summaries.c
10639                 Use them
10640         * src/prefs_summary_column.c
10641         * src/summaryview.c
10642         * src/summaryview.h
10643                 Add a To column
10644         * src/textview.c
10645         * src/common/utils.c
10646         * src/common/utils.h
10647                 Move uri colourisation functions
10648                 to utils
10649         * src/compose.c
10650                 Colourise URIs
10651         * src/imap.c
10652                 Fix bug with LIST where we'd try
10653                 to get Folder//////[...]/// 
10654
10655 2005-08-05 [paul]       1.9.13cvs15
10656
10657         * src/prefs_summaries.c
10658                 improve the English usage
10659         * src/summaryview.c
10660                 set font on column change
10661                 thanks to Colin
10662
10663 2005-08-05 [paul]       1.9.13cvs14
10664
10665         * src/prefs_common.c
10666         * src/prefs_common.h
10667         * src/prefs_summaries.c
10668         * src/summaryview.c
10669                 replace 'open_unread_on_enter' option with
10670                 'select_on_entry' option. opening/not opening
10671                 is now exclusively controlled by 'always_show_msg'
10672
10673 2005-08-04 [colin]      1.9.13cvs13
10674
10675         * src/compose.c
10676                 Remove dead code
10677                 Add colourisation of quotes and signatures
10678         * src/folderview.c
10679                 Fix possible crashes
10680         * src/messageview.c
10681                 Change an assert that is no problem
10682         * src/news.c
10683         * src/news_gtk.c
10684         * src/news_gtk.h
10685                 Fix offline mode
10686         * src/gtk/quicksearch.c
10687                 Fix a possible crash
10688
10689 2005-08-03 [colin]      1.9.13cvs12
10690
10691         * src/prefs_account.c
10692                 Fix bug #777 (Sylpheed crash in account configuration)
10693
10694 2005-08-03 [colin]      1.9.13cvs11
10695
10696         * src/addressbook.c
10697         * src/editaddress.c
10698         * src/editgroup.c
10699                 Fixing addressbook, round 2
10700         * src/textview.c
10701                 Fix emphasis color on rechecking 'Colorize messages'
10702
10703 2005-08-03 [paul]       1.9.13cvs10
10704
10705         sync with main
10706
10707         * src/addr_compl.c
10708         * src/compose.c
10709         * src/main.c
10710         * src/pop.c
10711         * src/prefs_account.c
10712         * src/procmime.c
10713         * src/procmsg.c
10714         * src/quote_fmt_parse.y
10715         * src/textview.c
10716         * src/common/quoted-printable.c
10717         * src/common/utils.c
10718         * src/common/utils.h
10719         * src/common/xml.c
10720                 replaced incorrect locale-independent
10721                 ctype functions with GLib's. Corrected
10722                 signedness mismatch.
10723         * src/headerview.c
10724                 headerview_create(): added spacing for vbox.
10725         * src/gtk/about.c
10726                 set focus to the OK button.
10727
10728 2005-08-03 [colin]      1.9.13cvs9
10729
10730         * src/folderview.c
10731                 Fix possible crash
10732
10733 2005-08-02 [colin]      1.9.13cvs8
10734
10735         * src/mainwindow.c
10736                 Fix cast
10737         * src/addressbook.c
10738         * src/addressitem.h
10739                 Fix a cast and more generally, try to make the
10740                 GUI more intuitive and consistent (round 1)
10741
10742 2005-08-02 [paul]       1.9.13cvs7
10743
10744         * src/folder.h
10745                 missing in 1.9.13cvs6
10746
10747 2005-08-02 [colin]      1.9.13cvs6
10748
10749         * src/folder.c
10750                 Fix one more leak
10751
10752 2005-08-02 [colin]      1.9.13cvs5
10753
10754         * src/folder.c
10755         * src/folderview.c
10756         * src/imap.c
10757         * src/main.c
10758         * src/mbox.c
10759         * src/procmsg.c
10760         * src/summaryview.c
10761                 Fix a number of folder_item_get_msg_list()-related
10762                 leaks (missing procmsg_msginfo_free()s)
10763
10764 2005-08-01 [colin]      1.9.13cvs4
10765
10766         * src/folderview.c
10767         * src/folderview.h
10768         * src/mainwindow.c
10769         * src/prefs_fonts.c
10770         * src/prefs_summaries.c
10771         * src/prefs_themes.c
10772         * src/summaryview.c
10773         * src/summaryview.h
10774         * src/textview.c
10775         * src/textview.h
10776                 Fix instant-apply of summary and folderview-related prefs
10777                 Fix erroneous g_free and alertpanels in prefs_theme
10778                 Add instant-apply for fonts
10779                 Defer applying of prefs a little bit so it's done only
10780                 once even if requested by multiples prefs pages
10781
10782 2005-08-01 [paul]       1.9.13cvs3
10783
10784         * src/main.c
10785                 fix bug 776 'S.C. crashes on close'
10786                 thanks to Colin
10787         * src/etpan/etpan-thread-manager-types.h
10788                 add missing include
10789                 thanks to Hoa
10790
10791 2005-07-25 [paul]       1.9.13cvs2
10792
10793         * src/summaryview.c
10794                 fix typos. spotted by Fabien Vantard
10795
10796 2005-07-24 [paul]       1.9.13cvs1
10797
10798         * doc/man/sylpheed.1
10799                 update man page, incorporating fix of
10800                 bug 769 'Typo in manpage'
10801         * src/etpan/imap-thread.c
10802                 fix NetBSD openssl dependencies. patch by
10803                 George Michaelson <ggm@apnic.net>
10804         * po/pt_BR.po
10805                 updated by Frederico Goncalves Guimaraes
10806
10807 2005-07-22 [paul]       1.9.13
10808
10809         1.9.13 release
10810
10811 2005-07-22 [paul]       1.9.12cvs91
10812
10813         * AUTHORS
10814         * INSTALL
10815         * README.claws
10816         * RELEASE_NOTES.claws
10817                 updated for release
10818         * configure.ac
10819         * po/nb.po
10820         * tools/claws.i18n.status.pl
10821                 add Norwegian translation. submiited by
10822                 Geir Helland <pjallabais@users.sourceforge.net>
10823         * po/ca.po
10824         * po/de.po
10825         * po/es.po
10826         * po/fi.po
10827         * po/fr.po
10828         * po/it.po
10829         * po/sk.po
10830         * po/sr.po
10831         * po/zh_CN.po
10832                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10833                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10834                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10835                 Yang Guilong
10836         * src/plugins/clamav/clamav_plugin_gtk.c
10837         * src/plugins/spamassassin/spamassassin_gtk.c
10838                 replace outdated description strings
10839
10840 2005-07-21 [colin]      1.9.12cvs90
10841
10842         * src/folder.c
10843                 Set folder to batch mode when scanning it. Makes deletion
10844                 of unread mails on IMAP much faster (due to the UNREAD 
10845                 flag unsetting)
10846
10847 2005-07-21 [darko]      1.9.12cvs89
10848
10849         * configure.ac
10850                 link against libresolv if necessary (patch by Paul)
10851         * src/msgcache.c
10852                 use glib's portable macros to determine endianness
10853
10854 2005-07-21 [paul]       1.9.12cvs88
10855
10856         * src/crash.c
10857         * src/gtk/about.c
10858                 update compiled-in features list
10859
10860 2005-07-20 [colin]      1.9.12cvs87
10861
10862         * src/folder.c
10863         * src/textview.c
10864                 Gcc 2.9x compilation fixes, thanks to Darko
10865         * src/plugins/clamav/clamav_plugin.c
10866                 Little optimisation: load virus database only once
10867         * src/plugins/spamassassin/spamassassin.c
10868                 Big optimisation: filtering one mail took at least 1 second,
10869                 now it takes at least 50ms. Doesn't speed up spamassassin 
10870                 itself, but should already be much more tolerable.
10871
10872 2005-07-20 [colin]      1.9.12cvs86
10873
10874         * src/summaryview.c
10875                 Fix performance issue
10876
10877 2005-07-19 [colin]      1.9.12cvs85
10878
10879         * src/plugins/pgpinline/plugin.c
10880                 Fix warning
10881
10882 2005-07-19 [colin]      1.9.12cvs84
10883
10884         * configure.ac
10885         * src/plugins/Makefile.am
10886         * src/plugins/pgpinline/.cvsignore
10887         * src/plugins/pgpinline/Makefile.am
10888         * src/plugins/pgpinline/pgpinline.c
10889         * src/plugins/pgpinline/pgpinline.deps
10890         * src/plugins/pgpinline/pgpinline.h
10891         * src/plugins/pgpinline/plugin.c
10892                 Put pgpinline in the main tree
10893
10894 2005-07-19 [paul]       1.9.12cvs83
10895
10896         * src/prefs_actions.c
10897                 prevent '//' in menu names, which cause a crash
10898                 thanks to Colin
10899
10900 2005-07-19 [paul]       1.9.12cvs82
10901
10902         * configure.ac
10903                 be generally more informative in configure output.
10904                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10905                 '[ --disable-openssl ...', as --enable-openssl is default
10906                 PGP/MIME: don't check for GPGME again, check for
10907                 pgpcore instead. Therefore prevent the possibility of
10908                 attempting to build pgpmime if pgpcore dependencies are
10909                 not met
10910                 ClamAV: use pkgconfig to check for lib
10911                 libgnomeprint: revert logic on inner test to match
10912                 everything else
10913         * src/plugins/pgpcore/sgpgme.c
10914                 add missing include
10915
10916 2005-07-19 [colin]      1.9.12cvs81
10917
10918         * src/summaryview.c
10919                 Fix slow thread rebuilding in particular
10920                 cases
10921
10922 2005-07-19 [paul]       1.9.12cvs80
10923
10924         * sylpheed-claws.desktop
10925                 fix typo, spotted by Stephan Sachse
10926         * src/account.c
10927                 replace GTK_STOCK_ADD with
10928                 GTK_STOCK_NEW button
10929
10930 2005-07-18 [colin]      1.9.12cvs79
10931
10932         * src/etpan/imap-thread.c
10933                 Fix return value (Thanks Hoa)
10934
10935 2005-07-18 [colin]      1.9.12cvs78
10936
10937         * src/imap.c
10938                 Allow empty passwords
10939                 Create drafts/queue/outbox if necessary
10940         * src/summaryview.c
10941                 Remove old code
10942         * src/etpan/imap-thread.c
10943                 Fix STARTTLS (Thanks to Hoa)
10944
10945 2005-07-18 [paul]       1.9.12cvs77
10946
10947         * ChangeLog-gtk2.jp
10948         * ChangeLog.jp
10949                 removed
10950         * Makefile.am
10951                 updated to reflect additions and removals
10952         * TODO
10953                 updated to be claws-specific
10954         * TODO-gtk2
10955         * TODO-gtk2.jp
10956         * TODO.jp
10957         * sylpheed-128x128.png
10958         * sylpheed-64x64.png
10959                 removed
10960         * sylpheed-claws-128x128.png
10961         * sylpheed-claws-64x64.png
10962         * sylpheed-claws.desktop
10963         * sylpheed-claws.png
10964                 added
10965         * sylpheed.desktop
10966         * sylpheed.png
10967                 removed
10968
10969 2005-07-17 [paul]       1.9.12cvs76
10970
10971         * src/account.c
10972         * src/addressbook.c
10973         * src/alertpanel.c
10974         * src/alertpanel.h
10975         * src/compose.c
10976         * src/exphtmldlg.c
10977         * src/expldifdlg.c
10978         * src/folderview.c
10979         * src/imap_gtk.c
10980         * src/inc.c
10981         * src/message_search.c
10982         * src/messageview.c
10983         * src/mh_gtk.c
10984         * src/news_gtk.c
10985         * src/prefs_actions.c
10986         * src/prefs_filtering.c
10987         * src/prefs_matcher.c
10988         * src/prefs_template.c
10989         * src/prefs_themes.c
10990         * src/ssl_manager.c
10991         * src/summary_search.c
10992         * src/textview.c
10993         * src/toolbar.c
10994         * src/gtk/sslcertwindow.c
10995         * src/plugins/pgpcore/sgpgme.c
10996                 rework alertpanels
10997
10998 2005-07-17 [colin]      1.9.12cvs75
10999
11000         * src/privacy.c
11001                 add a PrivacySystem accessor that checks that
11002                 the system cached in a MimeInfo's privacydata
11003                 is still registered. Use this accessor instead
11004                 of directly using data->system. Fixes crashes
11005                 after unloading pgp plugins.
11006
11007 2005-07-17 [colin]      1.9.12cvs74
11008
11009         * src/alertpanel.c
11010                 Change geometry hints to a simple default size.
11011                 Fixes the certs dialogs.
11012
11013 2005-07-17 [colin]      1.9.12cvs73
11014
11015         * src/gtk/sslcertwindow.c
11016                 Use a gtkExpander
11017
11018 2005-07-17 [colin]      1.9.12cvs72
11019
11020         * src/plugins/pgpcore/Makefile.am
11021         * src/plugins/pgpmime/Makefile.am
11022                 Add gpgme libs
11023
11024 2005-07-17 [paul]       1.9.12cvs71
11025
11026         * configure.ac
11027                 add --disable-gnomeprint option
11028                 modified version of patch by Marius Mauch
11029
11030 2005-07-17 [paul]       1.9.12cvs70
11031
11032         * src/common/defs.h
11033                 update urls
11034         * src/account.c
11035         * src/action.c
11036         * src/addressbook.c
11037         * src/compose.c
11038         * src/foldersel.c
11039         * src/folderview.c
11040         * src/html.c
11041         * src/imap_gtk.c
11042         * src/main.c
11043         * src/mainwindow.c
11044         * src/messageview.c
11045         * src/mh_gtk.c
11046         * src/mimeview.c
11047         * src/news_gtk.c
11048         * src/prefs_account.c
11049         * src/prefs_send.c
11050         * src/prefs_summaries.c
11051         * src/procmsg.c
11052         * src/summaryview.c
11053         * src/common/utils.c
11054         * src/common/xml.c
11055         * src/plugins/pgpcore/passphrase.c
11056         * src/plugins/pgpcore/select-keys.c
11057                 replace inappropriately used backticks
11058                 with single quotes
11059
11060 2005-07-16 [colin]      1.9.12cvs69
11061
11062         * src/image_viewer.c
11063                 Add extra paranoid checks
11064
11065 2005-07-16 [colin]      1.9.12cvs68
11066
11067         * src/plugins/pgpcore/prefs_gpg.c
11068                 Don't auto-check sigs by default, as it
11069                 can be really slow.
11070
11071 2005-07-16 [colin]      1.9.12cvs67
11072
11073         * src/plugins/pgpcore/sgpgme.c
11074                 Make messages a bit better.
11075
11076 2005-07-16 [colin]      1.9.12cvs66
11077
11078         * src/imap.c
11079                 Remove pseudo-log
11080         * src/etpan/imap-thread.c
11081                 Add real log
11082
11083 2005-07-16 [colin]      1.9.12cvs65
11084
11085         * src/main.c
11086         * src/prefs_other.c
11087                 And now, fix build with libetpan :-/
11088
11089 2005-07-15 [colin]      1.9.12cvs64
11090
11091         * src/prefs_other.c
11092                 Continue fixing build without libetpan.
11093
11094 2005-07-15 [colin]      1.9.12cvs63
11095
11096         * src/main.c
11097                 Fix build with --disable-libetpan
11098
11099 2005-07-15 [colin]      1.9.12cvs62
11100
11101         * configure.ac
11102                 Bump libetpan's version
11103
11104 2005-07-15 [colin]      1.9.12cvs61
11105
11106         * src/etpan/imap-thread.c
11107                 Actually stop logging :)
11108
11109 2005-07-15 [colin]      1.9.12cvs60
11110
11111         * src/addressbook.c
11112                 Fix dnd of multiple addresses.
11113
11114 2005-07-15 [hoa]        1.9.12cvs59
11115
11116         * src/etpan/imap-thread.c
11117             disable login of IMAP password in libetpan log file.
11118
11119 2005-07-15 [paul]       1.9.12cvs58
11120
11121         * src/account.c
11122                 don't automatically sort
11123                 do allow drag n drop
11124
11125 2005-07-15 [paul]       1.9.12cvs57
11126
11127         * src/account.c
11128         * src/ssl_manager.c
11129                 alphabetical listing
11130
11131 2005-07-15 [paul]       1.9.12cvs56
11132
11133         * src/gtk/pluginwindow.c
11134                 sort plugin list alphabetically
11135
11136 2005-07-15 [paul]       1.9.12cvs55
11137
11138         * src/prefs_spelling.c
11139         * src/prefs_wrapping.c
11140                 unify English usage
11141
11142 2005-07-15 [colin]      1.9.12cvs54
11143
11144         * src/wizard.c
11145                 Typo fix
11146
11147 2005-07-15 [paul]       1.9.12cvs53
11148
11149         * src/prefs_message.c
11150                 make 'show cursor' a hidden option
11151
11152 2005-07-14 [colin]      1.9.12cvs52
11153
11154         * src/plugins/spamassassin/Makefile.am
11155         * src/plugins/clamav/Makefile.am
11156                 Fix double EXTRA_DISTs
11157
11158 2005-07-14 [colin]      1.9.12cvs51
11159
11160         * src/plugins/clamav/Makefile.am
11161         * src/plugins/clamav/clamav_plugin_gtk.deps
11162         * src/plugins/spamassassin/Makefile.am
11163         * src/plugins/spamassassin/spamassassin_gtk.deps
11164                 Make $plugin_gtk depend on $plugin
11165
11166 2005-07-14 [hoa]        1.9.12cvs50
11167
11168         * src/etpan/imap-thread.c
11169                 enable debug log of libetpan when running with --debug
11170
11171 2005-07-14 [colin]      1.9.12cvs49
11172
11173         * configure.ac
11174         * src/common/Makefile.am
11175         * src/common/plugin.c
11176         * src/common/plugin.h
11177                 Add a little plugin dependancy system.
11178                 Plugins can ship a $plugin_name.deps file
11179                 (near them in PLUGINDIR) so that their
11180                 dependancies are loaded if possible.
11181         * src/plugins/Makefile.am
11182         * src/plugins/pgpcore/Makefile.am
11183         * src/plugins/pgpcore/passphrase.c
11184         * src/plugins/pgpcore/passphrase.h
11185         * src/plugins/pgpcore/plugin.c
11186         * src/plugins/pgpcore/prefs_gpg.c
11187         * src/plugins/pgpcore/prefs_gpg.h
11188         * src/plugins/pgpcore/select-keys.c
11189         * src/plugins/pgpcore/select-keys.h
11190         * src/plugins/pgpcore/sgpgme.c
11191         * src/plugins/pgpcore/sgpgme.h
11192                 Introduce pgpcore, used by pgpmime and
11193                 pgpinline
11194         * src/plugins/pgpmime/Makefile.am
11195         * src/plugins/pgpmime/passphrase.c
11196         * src/plugins/pgpmime/passphrase.h
11197         * src/plugins/pgpmime/pgpmime.c
11198         * src/plugins/pgpmime/pgpmime.deps
11199         * src/plugins/pgpmime/plugin.c
11200         * src/plugins/pgpmime/prefs_gpg.c
11201         * src/plugins/pgpmime/prefs_gpg.h
11202         * src/plugins/pgpmime/select-keys.c
11203         * src/plugins/pgpmime/select-keys.h
11204         * src/plugins/pgpmime/sgpgme.c
11205         * src/plugins/pgpmime/sgpgme.h
11206                 Remove the core from pgpmime and add the
11207                 dependancy to pgpcore.
11208
11209 2005-07-14 [paul]       1.9.12cvs48
11210
11211         * src/stock_pixmap.c
11212                 forgot this in last commit
11213
11214 2005-07-14 [paul]       1.9.12cvs47
11215
11216         * src/account.c
11217         * src/addressbook.c
11218                 add accelerators for the buttons (sync with main)
11219         * src/compose.c
11220         * src/compose.h
11221                 add accelerators for the buttons.
11222                 fix editing with external editor.
11223                 replace gdk_input_*() with GIOChannel;
11224                 (sync with main)
11225         * src/foldersel.c
11226                 display folder names with new/unread
11227                 representation (sync with main)
11228         * src/main.c
11229                 specify default window icon (sync with main)
11230         * src/prefs_common.c
11231                 use_addr_book default to FALSE
11232         * src/summaryview.c
11233         * src/textview.c
11234                 add accelerators for the buttons (sync with main)
11235         * src/gtk/menu.c
11236                 fix typos
11237         * src/pixmaps/sylpheed_icon.xpm
11238                 updated
11239
11240 2005-07-13 [paul]       1.9.12cvs46
11241
11242         * src/plugins/pgpmime/pgpmime.c
11243         * src/plugins/pgpmime/sgpgme.c
11244                 (temporarily) use deprecated gpgme_data_rewind()
11245                 while largefile support is not present
11246                 (as suggested by Colin)
11247
11248 2005-07-13 [paul]       1.9.12cvs45
11249
11250         * configure.ac
11251                 remove large file support (for now):
11252                 it breaks too many things
11253
11254 2005-07-13 [paul]       1.9.12cvs44
11255
11256         * configure.ac
11257                 add large file support
11258         * src/html.c
11259                 fix bug #763 where href attribute was not
11260                 the very first attribute of a link
11261                 patch by Thomas Gilgin
11262
11263 2005-07-13 [colin]      1.9.12cvs43
11264
11265         * src/gtk/pluginwindow.c
11266                 Little portability fix
11267
11268 2005-07-13 [colin]      1.9.12cvs42
11269
11270         * src/plugins/pgpmime/sgpgme.c
11271                 Fix crasher.
11272
11273 2005-07-13 [colin]      1.9.12cvs41
11274
11275         * src/plugins/pgpmime/pgpmime.c
11276         * src/plugins/pgpmime/sgpgme.c
11277                 Use gpgme_data_release_and_get_mem instead
11278                 of gpgme_data_read.
11279
11280 2005-07-13 [colin]      1.9.12cvs40
11281
11282         * configure.ac
11283         * src/plugins/pgpmime/passphrase.c
11284         * src/plugins/pgpmime/passphrase.h
11285         * src/plugins/pgpmime/pgpmime.c
11286         * src/plugins/pgpmime/plugin.c
11287         * src/plugins/pgpmime/select-keys.c
11288         * src/plugins/pgpmime/select-keys.h
11289         * src/plugins/pgpmime/sgpgme.c
11290         * src/plugins/pgpmime/sgpgme.h
11291                 Port pgpmime to gpgme-1.0.
11292
11293 2005-07-12 [paul]       1.9.12cvs39
11294
11295         * AUTHORS
11296         * src/toolbar.c
11297         * src/toolbar.h
11298                 add a 'Go to Prev' button to the toolbar.
11299                 correct tooltip text of go to buttons.
11300                 based on patch by Yang Guilong <bamanzi@gmail.com>
11301
11302 2005-07-12 [colin]      1.9.12cvs38
11303
11304         * src/statusbar.c
11305                 Fix progress bar showing stuff at startup.
11306
11307 2005-07-12 [paul]       1.9.12cvs37
11308
11309         * src/editjpilot.c
11310                 fix building with jpilot support
11311
11312 2005-07-11 [colin]      1.9.12cvs36
11313
11314         * src/inc.c
11315                 Add visual indication that filtering is running
11316         * src/textview.c
11317                 Make {}[] uri delimiters
11318         * src/summaryview.c
11319                 Remove useless (and slow) calls
11320
11321 2005-07-11 [paul]       1.9.12cvs35
11322
11323         * src/plugins/clamav/clamav_plugin_gtk.c
11324         * src/plugins/dillo_viewer/dillo_prefs.c
11325         * src/plugins/pgpmime/prefs_gpg.c
11326         * src/plugins/spamassassin/spamassassin_gtk.c
11327                 gather plugins prefs together under their
11328                 own 'Plugins' heading
11329
11330 2005-07-11 [paul]       1.9.12cvs34
11331
11332         sync with main
11333
11334         * src/account.c
11335                 account_delete(): modified alert dialog
11336         * src/editjpilot.c
11337         * src/editvcard.c
11338                 fixed a crash when cancelling file selection
11339                 dialog by Escape key. Made non-ascii filename
11340                 selectable.
11341         * src/prefs_template.c
11342                 prefs_template_window_create(): make scrolled
11343                 window policy AUTOMATIC
11344
11345 2005-07-10 [hoa]        1.9.12cvs33
11346
11347         * src/etpan/imap-thread.c
11348                 workaround for old Courier IMAP servers.
11349
11350 2005-07-10 [colin]      1.9.12cvs32
11351
11352         * src/folder.c
11353         * src/statusbar.c
11354         * src/statusbar.h
11355                 Add visual progress indicator on filtering/processing
11356                 Factorize the progress bar code
11357         * src/imap.c
11358         * src/imap.h
11359         * src/etpan/imap-thread.c
11360                 Add a reference counter to avoid destroying the Folder
11361                 while it's in use by another callback.
11362
11363 2005-07-09 [hoa]        1.9.12cvs31
11364
11365         * src/imap.c
11366         * src/etpan/imap-thread.c
11367                 fixed deadlock when removing IMAP account.
11368
11369 2005-07-08 [colin]      1.9.12cvs30
11370
11371         * src/textview.c
11372         * src/unmime.c
11373                 Fix again problems decoding broken headers
11374         * src/gtk/inputdialog.c
11375                 Fix local variable shadowing a global one
11376
11377 2005-07-08 [colin]      1.9.12cvs29
11378
11379         * src/msgcache.c
11380                 Make the cache/mark files platform-agnostic by writing
11381                 them in little-endian format. Reading them is also done
11382                 in little-endian format, of course; however, in order
11383                 to avoid trashing mark data on big-endian machines, the
11384                 files are, at first, read from the native format if the
11385                 little-endian one doesn't exist. This is easy to deter-
11386                 mine by trying to open a file with a swapped data_ver
11387                 and seeing if it's the wanted version.
11388                 Little-endian using users should see absolutely no
11389                 difference, Big-endian users may get a very little
11390                 performance drop due to byte-swapping.
11391                 Tested on i386 and ppc32. 
11392                 Fixes bug #159 (The index file, in the mailboxes, is 
11393                 hardware depending).
11394
11395                 To have the cache/mark files updated to the new little-
11396                 endian format, "Check for new messages" or even
11397                 "Rebuild folder tree" aren't enough. Files will be
11398                 updated as soon as a folder has been opened/closed.
11399                 To update everything, just select all folders by
11400                 selecting them one by one.
11401
11402 2005-07-07 [colin]      1.9.12cvs28
11403
11404         * src/imap.c
11405                 Remember the folder separator per IMAPFolder
11406                 instead of globally.
11407                 Revive the Session on noop; fixes bug #761
11408                 (mark a bunch of unread messages as read takes 
11409                 forever)
11410
11411 2005-07-07 [darko]      1.9.12cvs27
11412
11413         * src/common/template.c
11414                 Sort templates alphabetically
11415
11416 2005-07-06 [colin]      1.9.12cvs26
11417
11418         * src/imap.c
11419                 Try to use the correct separator in
11420                 most cases. Possibly fixes bug #759
11421                 (only creates the INBOX folder when 
11422                 setting up new IMAP account) and 
11423                 bug #760 (Can't retrieve messages)
11424
11425 2005-07-06 [colin]      1.9.12cvs25
11426
11427         * src/imap.c
11428                 Use real_path in status command. This will
11429                 help later, when namespaces will be used.
11430
11431 2005-07-06 [colin]      1.9.12cvs24
11432
11433         * configure.ac
11434         * src/account.c
11435         * src/folder.c
11436         * src/imap.c
11437         * src/etpan/etpan-log.c
11438         * src/etpan/etpan-thread-manager.c
11439         * src/etpan/imap-thread.c
11440                 Add a --disable-libetpan parameter. With this,
11441                 users that don't want IMAP4 support can avoid
11442                 the new dependancy (and have no IMAP support).
11443                 Users that have IMAP4 accounts and use this
11444                 parameter won't lose their configuration, their
11445                 IMAP accounts will just be invisible and not
11446                 used.
11447         * src/textview.c
11448                 Make the "Copy ..." contextual menu items 
11449                 copy to both the X clipboard and the gtk 
11450                 clipboard - as most other apps do.
11451         * src/gtk/about.c
11452                 Add a notice about OpenSSL usage, in order to
11453                 comply with OpenSSL's license (point 6):
11454                 http://www.openssl.org/source/license.html
11455
11456 2005-07-06 [colin]      1.9.12cvs23
11457
11458         * src/alertpanel.c
11459                 Fix a minimum size for alertpanels
11460         * src/compose.c
11461                 Show 'No space left on device' type errors
11462                 when queuing/sending
11463         * src/imap_gtk.c
11464         * src/mh_gtk.c
11465                 Rework folder's deletion message (remove 
11466                 extra \n)
11467
11468 2005-07-05 [colin]      1.9.12cvs22
11469
11470         * src/imap.c
11471                 Add an alertpanel on auth error
11472                 Add pseudo-log
11473                 Remove pthread-related stuff
11474
11475 2005-07-05 [colin]      1.9.12cvs21
11476
11477         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11478                 Fix crash on plugin reloading (with a hack)
11479
11480 2005-07-05 [colin]      1.9.12cvs20
11481
11482         * src/prefs_account.c
11483         * src/prefs_account.h
11484                 Fix typo
11485         * src/gtk/filesel.c
11486         * src/gtk/filesel.h
11487                 Add a way to filter the view
11488         * src/gtk/pluginwindow.c
11489                 Filter loadable stuff
11490         * src/plugins/pgpmime/prefs_gpg.c
11491                 Fix missing unregistration
11492         * .cvsignore
11493         * src/etpan/.cvsignore
11494         * src/plugins/spamassassin/.cvsignore
11495                 Add more stuff to cvs ignored files
11496
11497 2005-07-04 [colin]      1.9.12cvs19
11498
11499         * src/imap.c
11500                 Fix scan_required returning FALSE when it
11501                 shouldn't. Maybe fix #760 (Can't retrieve
11502                 messages)
11503
11504 2005-07-04 [colin]      1.9.12cvs18
11505
11506         * src/summaryview.c
11507                 Fix always_show_msg pref
11508
11509 2005-07-04 [paul]       1.9.12cvs17
11510
11511         sync with main (forgotten in last commit)
11512         
11513         * src/common/utils.c
11514         * src/common/utils.h
11515                 check_line_length(): new.
11516                 is_dir_exist()
11517                 is_file_entry_exist()
11518                 dirent_is_regular_file()
11519                 dirent_is_directory(): use g_file_test() instead of stat().
11520
11521 2005-07-04 [paul]       1.9.12cvs16
11522
11523         sync with main:
11524
11525         * src/compose.c
11526                 compose_write_to_file(): check for line
11527                 length limit and display warning if exceeds
11528         * src/jpilot.c
11529                 use get_home_dir() instead of g_get_home_dir()
11530         * src/procheader.c
11531                 removed warning about invalid date
11532         * src/vcard.c
11533                 use get_home_dir() instead of g_get_home_dir()
11534
11535 2005-07-04 [paul]       1.9.12cvs15
11536
11537         * src/stock_pixmap.c
11538                 fix new pixmap naming errors
11539                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11540
11541 2005-07-04 [colin]      1.9.12cvs14
11542
11543         * src/imap.c
11544                 Fix debugging string with a warning
11545
11546 2005-07-04 [colin]      1.9.12cvs13
11547
11548         * configure.ac
11549                 Add a check for libetpan's version (>= 0.37)
11550
11551 2005-07-04 [hoa]        1.9.12cvs12
11552
11553         * commitHelper
11554         * src/imap.c
11555         * src/etpan/imap-thread.c
11556         * src/etpan/imap-thread.h
11557                 fixed IMAP implementation of check of mails.
11558
11559 2005-07-03 [hoa]        1.9.12cvs11
11560
11561         * src/etpan/Makefile.am
11562         * src/etpan/etpan-errors.h
11563         * src/etpan/etpan-log.[ch]
11564         * src/etpan/etpan-thread-manager-types.h
11565         * src/etpan/etpan-thread-manager.[ch]
11566         * src/etpan/imap-thread.[ch]
11567         * src/Makefile.am
11568         * src/imap.c
11569         * src/main.c
11570         * src/prefs_other.c
11571         * configure.ac
11572             merged imap branch.
11573             dependency on libetpan 0.37 is now added.
11574
11575 2005-07-01 [colin]      1.9.12cvs10
11576
11577         * src/Makefile.am
11578         * src/folder.c
11579         * src/folder.h
11580         * src/folderview.c
11581         * src/stock_pixmap.c
11582         * src/stock_pixmap.h
11583         * src/plugins/trayicon/trayicon.c
11584                 Add marked symbol on folders containing
11585                 marked messages
11586         * src/procmsg.c
11587         * src/procmsg.h
11588         * src/toolbar.c
11589         * src/prefs_common.c
11590         * src/prefs_common.h
11591         * src/prefs_send.c
11592                 Add an optional confirmation dialog on queue
11593                 sending. Patch by wwp.
11594         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11595         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11596         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11597         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11598         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11599         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11600         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11601         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11602         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11603         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11604         * src/pixmaps/trash_mark.xpm            ** ADDED **
11605                 New pixmaps
11606
11607 2005-07-01 [colin]      1.9.12cvs9
11608
11609         * src/summaryview.c
11610                 Fix a little threading bug
11611         * src/addrgather.c
11612         * src/mainwindow.c
11613                 A little bit of HIG normality never hurts
11614
11615 2005-07-01 [colin]      1.9.12cvs8
11616
11617         * src/compose.c
11618         * src/msgcache.c
11619         * src/pop.c
11620         * src/procmime.c
11621         * src/recv.c
11622         * src/common/log.c
11623         * src/common/template.c
11624         * src/common/utils.c
11625         * src/common/utils.h
11626                 Reverted the fwrite_atomic stuff. In fact
11627                 it is already atomic.
11628
11629 2005-06-30 [colin]      1.9.12cvs7
11630
11631         * src/common/utils.c
11632         * src/common/utils.h
11633                 Add an fwrite_atomic() function to make
11634                 sure we write everything: fwrite can make
11635                 short writes.
11636         * src/compose.c
11637         * src/msgcache.c
11638         * src/pop.c
11639         * src/procmime.c
11640         * src/recv.c
11641         * src/common/log.c
11642         * src/common/template.c
11643                 Use that (and fix swapping of size and nmemb).
11644                 Thanks to Rich Coe for the heads up.
11645
11646 2005-06-30 [colin]      1.9.12cvs6
11647
11648         * src/addressbook.c
11649                 Optimize addressbook opening 
11650
11651 2005-06-30 [colin]      1.9.12cvs5
11652
11653         * src/summaryview.c
11654                 Remove calls to summary_step after move/copy
11655
11656 2005-06-28 [paul]       1.9.12cvs4
11657
11658         * src/alertpanel.c
11659                 wrap and make the error msg selectable
11660
11661 2005-06-28 [paul]       1.9.12cvs3
11662
11663         * src/ssl_manager.c
11664                 replace the OK button with a Close button
11665         * src/gtk/foldersort.c
11666                 use GTK_STOCK_ icons/buttons
11667
11668 2005-06-28 [colin]      1.9.12cvs2
11669
11670         * src/gedit-print.c             ** ADDED **
11671         * src/gedit-print.h             ** ADDED **
11672         * src/gtk/gtksourceprintjob.c   ** ADDED **
11673         * src/gtk/gtksourceprintjob.h   ** ADDED **
11674                 I can't believe no one had enough time to tell
11675                 me I forgot the `cvs add`
11676
11677 2005-06-27 [colin]      1.9.12cvs1
11678
11679         * src/Makefile.am
11680         * src/gtk/Makefile.am
11681         * src/messageview.c
11682         * src/procmsg.c
11683         * src/summaryview.c
11684         * configure.ac
11685                 Add optional libgnomeprint-based printing
11686         * src/mainwindow.c
11687         * src/gtk/quicksearch.c
11688                 Add an Edit/Quick search menu item to show
11689                 and focus the quicksearch
11690
11691 2005-06-27 [paul]       1.9.12
11692
11693         1.9.12 release
11694
11695         * po/ca.po
11696         * po/de.po
11697         * po/es.po
11698         * po/fr.po
11699         * po/it.po
11700         * po/ko.po
11701         * po/pt_BR.po
11702         * po/sk.po
11703         * po/zh_CN.po
11704                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11705                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11706                 SungHyun Nam, Frederico Goncalves Guimaraes,
11707                 Andrej Kacian, and Yang Guilong
11708 2005-06-26 [colin]      1.9.11cvs106
11709
11710         * src/imap_gtk.c
11711                 Forgot one file for previous fix
11712
11713 2005-06-26 [colin]      1.9.11cvs105
11714
11715         * src/folder.c
11716         * src/imap.c
11717                 Fix problems with folder operations in no_select
11718                 imap folders. it applies only to mails, and 
11719                 creation/deletion/move/renaming of folders 
11720                 should be possible
11721
11722 2005-06-26 [paul]       1.9.11cvs104
11723
11724         * src/prefs_filtering.c
11725                 replace one more GTK_STOCK_REMOVE
11726                 with GTK_STOCK_DELETE
11727
11728 2005-06-25 [colin]      1.9.11cvs103
11729
11730         * src/imap.c
11731                 Optimize get_seq_set_from_seq_list
11732                 (Patch by Ricardo) 
11733
11734 2005-06-25 [colin]      1.9.11cvs102
11735
11736         * src/mh.c
11737                 If the directory exists, but not in the
11738                 correct encoding, rename it. This should
11739                 handle old-versions-induced bugs.
11740
11741 2005-06-25 [colin]      1.9.11cvs101
11742
11743         * src/mh.c
11744                 Fix path access with extended dir names
11745                 Fixes bug #589 (SC segfaults with wrong locale
11746                 settings)
11747
11748 2005-06-25 [colin]      1.9.11cvs100
11749
11750         * src/prefs_account.c
11751         * src/prefs_account.h
11752         * src/compose.c
11753                 Add an option to encrypt replies to
11754                 encrypted messages
11755
11756 2005-06-25 [colin]      1.9.11cvs99
11757
11758         * src/compose.c
11759         * src/quote_fmt_parse.y
11760                 ... And make it work with pgpinline.
11761
11762 2005-06-25 [colin]      1.9.11cvs98
11763
11764         * src/compose.c
11765         * src/procmime.c
11766         * src/procmime.h
11767         * src/quote_fmt_parse.y
11768                 o Make reedition of encrypted messages possible
11769                   (as long as it is encrypted to self too, no
11770                    magic there)
11771                 o Make replying with quote (and without selecting
11772                   text) possible for encrypted messages.
11773                 Closes bug #550 (Not possible to "reply with quote"
11774                 to gnupg encrypted messages)
11775
11776 2005-06-24 [paul]       1.9.11cvs97
11777
11778         * src/imap.c
11779                 add missing include
11780
11781 2005-06-24 [paul]       1.9.11cvs96
11782
11783         * src/editldap.c
11784                 made bind password entry invisible
11785                 (sync with main)
11786         * src/send_message.c
11787                 send_message_local(): check exit status
11788                 to detect errors (sync with main)
11789         * src/textview.c
11790                 use main's less ambiguous popup menu
11791                 wording
11792
11793 2005-06-24 [paul]       1.9.11cvs95
11794
11795         * src/prefs_actions.c
11796         * src/prefs_customheader.c
11797         * src/prefs_display_header.c
11798         * src/prefs_filtering_action.c
11799         * src/prefs_matcher.c
11800         * src/prefs_template.c
11801         * src/prefs_toolbar.c
11802                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11803         * src/gtk/description_window.c
11804                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11805
11806 2005-06-23 [colin]      1.9.11cvs94
11807
11808         * src/summaryview.c
11809                 Fix rough edges (be sure to call status_show whenever
11810                 necessary).
11811
11812 2005-06-23 [colin]      1.9.11cvs93
11813
11814         * src/summaryview.c
11815                 Optimize Select All
11816                 Before, in a 5K mails folder: 11s
11817                 After, in the same folder: 58000µs
11818                 The joys of locking... gtk_clist_select_all() fires a 
11819                 tree-select-row event for each selected row, which in 
11820                 summaryview, callbacks summary_selected which in turn,
11821                 calls summary_status_show, which walks the selected
11822                 rows. Hence, calling gtk_clist_select_all was 
11823                 exponential. Locking the summaryview makes 
11824                 summary_selected return early.
11825
11826 2005-06-23 [colin]      1.9.11cvs92
11827
11828         * src/imap.c
11829                 Move mutex at the important place to avoid
11830                 deadlocks
11831         * src/summaryview.c
11832                 Fix Del key deleting directly instead of
11833                 moving to trash
11834
11835 2005-06-22 [colin]      1.9.11cvs91
11836
11837         * src/plugins/spamassassin/libspamc.c
11838                 As we do spagetti code with assignations in multiple
11839                 places (see _message_read_raw where out = msg = raw),
11840                 let's be sure we don't free the same pointer twice.
11841                 Should fix bug #683 (Crash in libpam at 
11842                 message_cleanup).
11843
11844 2005-06-22 [colin]      1.9.11cvs90
11845
11846         * src/compose.c
11847         * src/messageview.c
11848         * src/toolbar.c
11849                 Make toolbar's delete use the move to trash stuff;
11850                 Add gtk_widget_realize to be sure pixmaps can get
11851                 created (that may fix an old worksforme bug which
11852                 I can't find back...)
11853
11854 2005-06-22 [colin]      1.9.11cvs89
11855
11856         * src/summaryview.c
11857         * src/summaryview.h
11858         * src/mainwindow.c
11859                 Rename "Message/Delete" to "Message/Move to trash"
11860                 Add "Message/Delete..." that directly destroys the
11861                 selected messages after asking for a confirmation.
11862
11863 2005-06-22 [colin]      1.9.11cvs88
11864
11865         * src/imap.c
11866                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11867                 o Fix a deadlock (thanks Darko)
11868
11869 2005-06-22 [colin]      1.9.11cvs87
11870
11871         * src/gtk/foldersort.c
11872                 Add missing include for the i18n;
11873                 patch by Fabien Vantard
11874
11875 2005-06-21 [colin]      1.9.11cvs86
11876
11877         * src/folder.c
11878         * src/folderview.c
11879                 Respect the no_select flag
11880         * src/imap.c
11881                 Fix recursive deletion
11882         * src/imap_gtk.c
11883         * src/mh_gtk.c
11884                 Make the folder deletion's warning
11885                 more explicit
11886
11887 2005-06-21 [colin]      1.9.11cvs85
11888
11889         * src/textview.c
11890                 Prevent email addresses from spanning accross
11891                 lines - fixes bug # 646 (newline-chars in 
11892                 email addresses)
11893
11894 2005-06-20 [colin]      1.9.11cvs84
11895
11896         * src/folder.c
11897                 Be sure not to remove source if copy failed
11898
11899 2005-06-20 [colin]      1.9.11cvs83
11900
11901         * src/folderview.c
11902         * src/imap_gtk.c
11903                 remove summaryview's lock
11904         * src/imap.c
11905                 introduce threads to avoid problems when foreground tasks
11906                 interfere with background tasks
11907         * src/mh.c
11908                 prevent moving to drafts/queue
11909         * src/mimeview.c
11910                 fix leak
11911
11912 2005-06-19 [colin]      1.9.11cvs82
11913
11914         * src/imap_gtk.c
11915                 Remember that the user doesn't want to override
11916                 offline mode, for 3 seconds. It avoid presenting
11917                 him with N popups in a really short time.
11918
11919 2005-06-17 [colin]      1.9.11cvs81
11920
11921         * src/imap.c
11922                 Fix IMAP breaking on folders containing '('
11923                 (Probably won't be enough)
11924
11925 2005-06-17 [colin]      1.9.11cvs80
11926
11927         Forgotten files on 1.9.11cvs79
11928         * src/summaryview.c
11929                 Fix stepping when not immediately executing
11930         * src/imap.c
11931                 Really prevent UID FETCH 0
11932         * src/codeconv.c
11933                 Fix outgoing charset never set to utf-8
11934         * src/mh.c
11935                 Fix leak
11936
11937 2005-06-16 [colin]      1.9.11cvs79
11938
11939         * src/compose.c
11940                 Fix bug #707 (Dash splits rows)
11941                 Only wrap if we're on a line break position and
11942                 the previous one was a "white" (space) char.
11943                 Pango stuff is weird.
11944
11945 2005-06-16 [colin]      1.9.11cvs78
11946
11947         * src/imap_gtk.c
11948                 Lock summaryview while downloading messages
11949                 on user demand
11950         * src/procheader.c
11951         * src/unmime.c
11952         * src/common/utils.c
11953         * src/common/utils.h
11954                 Replace \r and \n with spaces in From and
11955                 Subject headers
11956
11957 2005-06-16 [paul]       1.9.11cvs77
11958
11959         * src/procmime.c
11960                 liberalise the mime parser
11961         * src/gtk/about.c
11962                 add text wrapping
11963
11964 2005-06-16 [paul]       1.9.11cvs76
11965
11966         * src/gtk/about.c
11967                 reworked
11968
11969 2005-06-15 [colin]      1.9.11cvs75
11970
11971         * src/compose.c
11972                 Finish header encoding fix
11973         * src/summaryview.c
11974                 Fix segfault
11975         * src/headerview.c
11976                 Fix compilation (Thanks Stephan
11977                 Sachse)
11978
11979 2005-06-15 [colin]      1.9.11cvs74
11980
11981         * Makefile.am
11982                 Install gnome2 stuff rather than gnome1, 
11983                 if both are present
11984         * src/codeconv.c
11985         * src/codeconv.h
11986         * src/compose.c
11987                 Fix headers encoding
11988         * src/folder.c
11989                 Visual progress when fetching all messages
11990         * src/folderview.c
11991         * src/summaryview.c
11992         * src/summaryview.h
11993                 Prevent changing current message while
11994                 incorporating
11995
11996 2005-06-15 [paul]       1.9.11cvs73
11997
11998         * src/gtk/gtkaspell.c
11999         * src/gtk/gtkaspell.h
12000                 fix build warnings
12001
12002 2005-06-15 [paul]       1.9.11cvs72
12003
12004         * src/prefs_filtering.c
12005                 allow reordering of filter rules by
12006                 drag n drop
12007
12008 2005-06-15 [paul]       1.9.11cvs71
12009
12010         * COPYING
12011                 updated
12012         * src/codeconv.c
12013                 replace deprecated function
12014         * src/inc.c
12015         * src/send_message.c
12016         * src/gtk/progressdialog.c
12017         * src/gtk/progressdialog.h
12018                 salvage and reuse parts of reverted sync
12019
12020 2005-06-15 [paul]       1.9.11cvs70
12021
12022         * src/inc.c
12023         * src/send_message.c
12024         * src/gtk/progressdialog.c
12025         * src/gtk/progressdialog.h
12026                 revert yesterday's sync with main
12027                 it contains deprecated functions
12028
12029 2005-06-15 [colin]      1.9.11cvs69
12030
12031         * src/headerview.c
12032                 Fix bug #670 (multi user to: will corrupt message 
12033                 headers display)
12034
12035 2005-06-15 [colin]      1.9.11cvs68
12036
12037         * src/compose.c
12038                 Fix bug #421 (Fix undo on wrapping)
12039
12040 2005-06-15 [colin]      1.9.11cvs67
12041
12042         * src/folder.c
12043                 Provide visual feedback while processing
12044                 folder's rules.
12045         * src/imap.c
12046                 Provide visual feedback while getting
12047                 short headers (for uncached messages)
12048
12049
12050 2005-06-14 [paul]       1.9.11cvs66
12051
12052         * src/account.c
12053                 change a couple stock icons
12054         * src/inc.c
12055         * src/send_message.c
12056         * src/gtk/progressdialog.c
12057         * src/gtk/progressdialog.h
12058                 sync main's GtkTreeView implementation
12059
12060 2005-06-14 [colin]      1.9.11cvs65
12061
12062         * src/imap.c
12063                 Various little fixes, mainly on error paths
12064
12065 2005-06-13 [colin]      1.9.11cvs64
12066
12067         * matcher.c
12068         * procmsg.c
12069         * procmsg.h
12070                 Add a way to fetch only headers. This speeds
12071                 up filtering on headers for IMAP. Fixes:
12072                 bug #481 extraneous imap commands slow down 
12073                         imap filtering
12074                 bug #522 Sylpheed downloads all messages 
12075                         when opening mailbox (IMAP)
12076                 bug #677 IMAP fetch is soooooooooooooo slow
12077         * src/folder.c
12078         * src/folder.h
12079                 Add a folder set_batch method so that
12080                 implementations can speed up flags changes
12081         * src/folderutils.c
12082         * src/summaryview.c
12083                 Use that in mark as (un)read and mark all read
12084                 Refix bug #679
12085         * src/imap.c
12086                 Implement set_batch - brings back deferred
12087                 flags in a less buggy manner. Fixes:
12088                 bug #729 IMAP immediate expunge of deleted messages
12089                 bug #191 remove list of messages with one command
12090                 Fix login with strange chars
12091                 Implement fetch_msg_full
12092                 Fix copy (wrong counts)
12093
12094 2005-06-12 [colin]      1.9.11cvs63
12095
12096         * src/folder.c
12097                 lock incorporation during long operations.
12098                 Avoids fucking up the IMAP socket.
12099
12100 2005-06-12 [colin]      1.9.11cvs62
12101
12102         * src/imap.c
12103                 Fix harmful typo
12104                 Factorize remove_all_msg
12105                 Thread-ize expunge
12106         * src/summaryview.c
12107                 Don't update partial-download status if unnecessary
12108         * src/folder.c
12109                 Use remove_msgs everywhere possible
12110
12111 2005-06-12 [colin]      1.9.11cvs61
12112
12113         * src/folder.c
12114         * src/folder.h
12115                 Add a remove_msgs function to remove a 
12116                 list of messages
12117         * src/imap.c
12118                 Implement that.
12119
12120 2005-06-12 [colin]      1.9.11cvs60
12121
12122         * src/imap.c
12123                 Remove flags-processing deferring... Too hard
12124                 to get it to work in all cases.
12125
12126 2005-06-11 [colin]      1.9.11cvs59
12127
12128         * src/imap.c
12129                 printf -> debug_print
12130
12131 2005-06-11 [colin]      1.9.11cvs58
12132
12133         * src/imap.c
12134                 o Fix build without USE_PTHREAD
12135                 o Factorize imap_open
12136                 o Alertpanel in case of impossible connection
12137                 o Alertpanel in case of impossible login
12138                 o Fix deferred flags processing to force a 
12139                   flush before adding some more flags to process,
12140                   but in another folder.
12141
12142 2005-06-10 [colin]      1.9.11cvs57
12143
12144         * src/imap.c
12145                 o Fix a format string error
12146                 o init ssl socket outside of the thread 
12147                   (it possibly invokes gtk calls)
12148         * src/procmime.c
12149                 o Put back the buffer to its necessary size
12150                 o Fix changing a file pointer without keeping
12151                   track of it (thanks Valgrind)
12152         * src/common/smtp.c
12153                 o Fix automatic STARTTLS if login should be done
12154                   and the server only allows it after starting TLS
12155         * src/gtk/gtkinputdialog.c
12156                 o Eat GDK_Return so that the combo popup doesn't 
12157                   appear when we press Enter to validate the combo
12158                   input dialog (as seen in the Open with... dialog)
12159
12160 2005-06-10 [colin]      1.9.11cvs56
12161
12162         * src/imap.c
12163                 o A bit less debug
12164                 o Fix a crash on deletion
12165                 o Threadize imap_select (it's called outside of 
12166                   threads)
12167                 o Defer treatment of DELETED flags
12168
12169
12170 2005-06-09 [colin]      1.9.11cvs55
12171
12172         * src/imap.c
12173                 Make sure we check imap_gtk_should_override(), which
12174                 potentially calls gtk stuff, before creating thread.
12175                 That way it should't be called via imap_get_session()
12176                 inside a thread.
12177
12178 2005-06-09 [colin]      1.9.11cvs54
12179
12180         * src/imap.c
12181                 o add a bit of status output
12182                 o remove some dead code
12183                 o threadize get_list_of_uids
12184                 o threadize imap_get_flags
12185                 o defer flag changing by 500ms so that they
12186                   can be batched
12187
12188
12189 2005-06-08 [colin]      1.9.11cvs53
12190
12191         * src/imap.c
12192                 Thread-ize imap_cmd_fetch
12193
12194 2005-06-08 [colin]      1.9.11cvs52
12195
12196         * src/main.c
12197                 Mmh, that broke POP3...
12198
12199 2005-06-08 [colin]      1.9.11cvs51
12200
12201         * src/main.c
12202                 Stabilize IMAP patch (thanks to Hoa)
12203
12204 2005-06-08 [colin]      1.9.11cvs50
12205
12206         * src/imap.c
12207                 Test patch to speed up imap. 
12208
12209 2005-06-08 [colin]      1.9.11cvs49
12210
12211         * src/imap_gtk.c
12212                 Warning fix
12213         * src/procmime.c
12214                 Apply patch from gentoo to use /usr/share/mime/globs if 
12215                 available, after un-breaking it
12216         * src/common/log.c
12217         * src/common/log.h
12218                 Use g_timeout for invoking hooks that possibly use gtk
12219                 calls. This should leave gtk calls in the main thread.
12220
12221 2005-06-08 [paul]       1.9.11cvs48
12222
12223         * src/codeconv.c
12224                 conv_get_outgoing_charset_str(): don't
12225                 use prefs_common setting
12226         * src/compose.c
12227         * src/compose.h
12228                 add /Options/Character encoding/... to
12229                 temporarily change the outgoing encoding
12230
12231         (belated sync with main)
12232
12233 2005-06-08 [paul]       1.9.11cvs47
12234
12235         * src/compose.c
12236                 correction to/completion of last
12237                 sync with main
12238
12239 2005-06-08 [paul]       1.9.11cvs46
12240
12241         sync with main:
12242         
12243         * src/codeconv.c
12244         * src/codeconv.h
12245                 always enabled Japanese auto-detection
12246                 if the first letters of locale string
12247                 is "ja"
12248         * src/compose.c
12249                 don't use "destroy" signal to destroy
12250                 Compose object (fix rare crashes on discard?)
12251         * src/mainwindow.c
12252         * src/messageview.c
12253         * src/prefs_send.c
12254                 added Hebrew encodings
12255         * src/sourcewindow.c
12256                 don't use "destroy" signal to destroy
12257                 objects
12258
12259 2005-06-07 [colin]      1.9.11cvs45
12260
12261         * src/summaryview.c
12262                 Add missing unlocks/locks
12263
12264 2005-06-07 [paul]       1.9.11cvs44
12265
12266         * src/summaryview.c
12267                 restore bug #749 fix
12268
12269 2005-06-06 [colin]      1.9.11cvs43
12270
12271         * src/summaryview.c
12272                 Fix selection bug when prefs_common.open_unread 
12273                 is FALSE
12274
12275 2005-06-06 [colin]      1.9.11cvs42
12276
12277         * src/common/md5.c
12278                 Fix a warning
12279         * src/summaryview.c
12280         * src/folderview.c
12281                 Factorize long operations beginning and end
12282                 (locking, freezing/thawing, cursor, ...)
12283                 Check selection->data member in selection-
12284                 related loops; this avoids dying an awful
12285                 death if the selection changes on us while
12286                 we're marking a whole IMAP folder unread, 
12287                 for example.
12288
12289 2005-06-06 [paul]       1.9.11cvs41
12290
12291         * src/textview.c
12292                 don't g_free() a static gchar buffer
12293
12294 2005-06-05 [colin]      1.9.11cvs40
12295
12296         * src/mainwindow.c
12297         * src/messageview.c
12298         * src/summaryview.c
12299                 Fix bug #749 (Show all headers should be
12300                 sticky as the GUI suggests)
12301
12302 2005-06-03 [paul]       1.9.11cvs39
12303
12304         * src/compose.c
12305                 don't allow editing of mail while sending.
12306                 patch by Colin
12307
12308 2005-06-03 [paul]       1.9.11cvs38
12309
12310         * src/folderview.c
12311                 add a freeze/thaw to speed up 'mark all read'
12312
12313 2005-06-03 [paul]       1.9.11cvs37
12314
12315         * src/prefs_message.c
12316                 reflect changes immediately
12317
12318 2005-06-02 [colin]      1.9.11cvs36
12319
12320         * po/POTFILES.in
12321                 Patch by Fabien Vantard.
12322
12323 2005-06-02 [colin]      1.9.11cvs35
12324
12325         * src/imap.c
12326                 Use a non-blocking imap_getline() if possible.
12327                 This should completely prevent the interface
12328                 from freezin on imap operations, although it
12329                 may do strange stuff in case of folder switching
12330                 while a big imap operation is taking place...
12331
12332                 In addition, fix a leak in the case thread
12333                 creation fails on connection.
12334
12335 2005-06-02 [colin]      1.9.11cvs34
12336
12337         * src/crash.c
12338         * src/prefs_common.h
12339                 Fix build (prefs_common_init() doesn't exist
12340                 anymore)
12341
12342 2005-06-02 [colin]      1.9.11cvs33
12343
12344         * src/prefs_account.c
12345                 Fix bug #245 (filtering rules broken when
12346                 renaming a remote account (imap4 or nntp)
12347
12348 2005-06-02 [colin]      1.9.11cvs32
12349
12350         * src/imap.c
12351                 Try to fix IMAP shortcomings: 
12352                 o Multithread imap_open()
12353                 o allow offline-mode overriding instead of
12354                   just returning NULL
12355         * src/imap_gtk.c
12356         * src/imap_gtk.h
12357                 Add a function to ask whether we want to
12358                 override offline-mode for 10 minutes (one-shot
12359                 asking was painful)
12360         * src/procheader.c
12361                 Fix segfault when imap parser isn't happy about
12362                 a missing {
12363
12364 2005-06-01 [colin]      1.9.11cvs31
12365
12366         * src/addrharvest.c
12367         * src/compose.c
12368         * src/mbox.c
12369         * src/mbox.h
12370         * src/mh.c
12371         * src/msgcache.c
12372         * src/send_message.c
12373         * src/setup.c
12374         * src/undo.c
12375         * src/common/hooks.c
12376         * src/common/prefs.c
12377         * src/common/template.c
12378         * src/common/utils.c
12379         * src/gtk/gtkutils.c
12380         * src/gtk/inputdialog.c
12381         * src/gtk/menu.c
12382         * src/gtk/pluginwindow.c
12383         * src/gtk/prefswindow.c
12384         * src/plugins/pgpmime/passphrase.c
12385         * src/plugins/pgpmime/prefs_gpg.c
12386                 More -Wall fixes
12387
12388         * src/common/Makefile.am
12389         * src/common/timing.h
12390                 Add basic timing code
12391
12392         * src/summaryview.c
12393                 Fix a bug with unread messages when 
12394                 re-sorting folders, and by the way
12395                 fix a big performance hit when 
12396                 re-sorting (10k mails: before 5s,
12397                 after .5s)
12398
12399         * src/prefs_compose_writing.c
12400         * src/prefs_compose_writing.h
12401         * src/prefs_message.c
12402         * src/prefs_message.h
12403         * src/prefs_other.c
12404         * src/prefs_other.h
12405         * src/prefs_quote.c
12406         * src/prefs_quote.h
12407         * src/prefs_receive.c
12408         * src/prefs_receive.h
12409         * src/prefs_send.c
12410         * src/prefs_send.h
12411         * src/prefs_summaries.c
12412         * src/prefs_summaries.h
12413                 Fix copyright banner
12414
12415 2005-06-01 [paul]       1.9.11cvs30
12416
12417         * po/fi.po
12418                 updated by Flammie Pirinen
12419         * src/procmime.c
12420                 fix 'Bad BASE64 content' output
12421
12422 2005-05-31 [colin]      1.9.11cvs29
12423
12424         * src/procmime.c
12425                 Oops, where did my hunk go.
12426
12427 2005-05-31 [colin]      1.9.11cvs28
12428
12429         * src/Makefile.am
12430         * src/account.c
12431         * src/action.c
12432         * src/addr_compl.c
12433         * src/addressbook.c
12434         * src/codeconv.c
12435         * src/compose.c
12436         * src/export.c
12437         * src/folder.c
12438         * src/folderview.c
12439         * src/image_viewer.c
12440         * src/main.c
12441         * src/mainwindow.c
12442         * src/messageview.c
12443         * src/mimeview.c
12444         * src/msgcache.c
12445         * src/prefs_account.c
12446         * src/prefs_actions.c
12447         * src/prefs_common.c
12448         * src/prefs_compose_writing.c
12449         * src/prefs_customheader.c
12450         * src/prefs_ext_prog.c
12451         * src/prefs_filtering.c
12452         * src/prefs_filtering_action.c
12453         * src/prefs_fonts.c
12454         * src/prefs_image_viewer.c
12455         * src/prefs_message.c
12456         * src/prefs_message.h
12457         * src/prefs_msg_colors.c
12458         * src/prefs_other.c
12459         * src/prefs_other.h
12460         * src/prefs_quote.c
12461         * src/prefs_receive.c
12462         * src/prefs_receive.h
12463         * src/prefs_send.c
12464         * src/prefs_send.h
12465         * src/prefs_spelling.c
12466         * src/prefs_summaries.c
12467         * src/prefs_summary_column.c
12468         * src/prefs_template.c
12469         * src/prefs_themes.c
12470         * src/prefs_toolbar.c
12471         * src/prefs_wrapping.c
12472         * src/procmime.c
12473         * src/procmsg.c
12474         * src/send_message.h
12475         * src/ssl_manager.c
12476         * src/summary_search.c
12477         * src/summaryview.c
12478         * src/textview.c
12479         * src/wizard.c
12480         * src/common/smtp.c
12481         * src/common/smtp.h
12482         * src/gtk/gtkutils.h
12483                 o Move the rest of Common prefs to new style
12484                 o Lots of -Wall warning fixes
12485                 o fix FIXME in cache memusage calculation
12486                 o Let return receipts be sent from any account
12487                 o Little cache optimisation (read)
12488                 o Fix bug #746 (don't treat commas as separators
12489                   when inside a quoted string)
12490
12491 2005-05-31 [paul]       1.9.11cvs27
12492
12493         * src/prefs_common.c
12494                 fix 'off-by-one' typo
12495
12496 2005-05-31 [paul]       1.9.11cvs26
12497
12498         * src/account.c
12499         * src/addr_compl.c
12500         * src/compose.c
12501         * src/foldersel.c
12502         * src/prefs_actions.c
12503         * src/prefs_common.c
12504         * src/prefs_common.h
12505         * src/prefs_customheader.c
12506         * src/prefs_display_header.c
12507         * src/prefs_filtering.c
12508         * src/prefs_filtering_action.c
12509         * src/prefs_matcher.c
12510         * src/prefs_summaries.c
12511         * src/prefs_summary_column.c
12512         * src/prefs_template.c
12513         * src/prefs_toolbar.c
12514         * src/ssl_manager.c
12515         * src/gtk/pluginwindow.c
12516         * src/gtk/prefswindow.c
12517         * src/gtk/progressdialog.c
12518                 add hidden prefs 'enable_rules_hint'
12519                 for gtk_tree_view_set_rules_hint()
12520                 (sync with main)
12521                 
12522
12523 2005-05-31 [colin]      1.9.11cvs25
12524
12525         * src/Makefile.am
12526         * src/main.c
12527         * src/prefs_common.c
12528         * src/prefs_summaries.c ** ADDED **
12529         * src/prefs_summaries.h ** ADDED **
12530                 Common/Display -> Display/Summaries
12531
12532 2005-05-31 [colin]      1.9.11cvs24
12533
12534         * src/Makefile.am
12535         * src/main.c
12536         * src/prefs_quote.c ** ADDED **
12537         * src/prefs_quote.h ** ADDED **
12538                 Move Common/Quote to Compose/Quoting
12539         * src/prefs_common.c
12540         * src/prefs_common.h
12541                 Remove old quote stuff, add
12542                 convenience functions for GtkTextView prefs
12543         * src/gtk/prefswindow.c
12544                 Set default height higher
12545
12546 2005-05-30 [colin]      1.9.11cvs23
12547
12548         * src/Makefile.am
12549         * src/main.c
12550         * src/prefs_common.c
12551         * src/prefs_compose_writing.c ** ADDED **
12552         * src/prefs_compose_writing.h ** ADDED **
12553                 Move Common/Compose prefs to Compose/Writing
12554
12555 2005-05-30 [colin]      1.9.11cvs22
12556
12557         * src/common/utils.c
12558                 Fix bug #651 (Confused Attract by Subject)
12559                 Patch by M. Benkmann <haferfrost@web.de>
12560         * AUTHORS
12561
12562 2005-05-30 [colin]      1.9.11cvs21
12563
12564         * src/compose.c
12565                 Fix concatenation of different headers of
12566                 the same type (bug #645)
12567         * src/prefs_folder_item.c
12568                 Fix bug #699 (setting color to black doesn't
12569                 work immediately)
12570         * src/procmime.c
12571                 Print out decoding error only once per
12572                 block
12573
12574 2005-05-30 [paul]       1.9.11cvs20
12575
12576         * src/common/template.c
12577                 fix Bcc
12578
12579 2005-05-30 [paul]       1.9.11cvs19
12580
12581         * doc/src/rfc2368.txt   **NEW FILE**
12582         * src/compose.c
12583                 compose_entries_set(): don't interpret Bcc
12584                 header field (conform to RFC 2368)
12585                 (sync with main)
12586
12587 2005-05-29 [colin]      1.9.11cvs18
12588
12589         * src/prefs_common.c
12590                 Let the default reply format respect
12591                 netiquette by cutting the signature.
12592
12593 2005-05-29 [colin]      1.9.11cvs17
12594
12595         * src/summaryview.c
12596                 Don't let always_show_msg override
12597                 open_unread_on_enter when opening a new
12598                 directory.
12599
12600 2005-05-27 [paul]       1.9.11cvs16
12601
12602         sync with main:
12603
12604         * src/main.c
12605                 app_will_exit(): cleanup tmp directory when exit
12606         * src/message_search.c
12607                 improved the interface and made code cleanup.
12608                 removed Clear button
12609         * src/send_message.c
12610                 send_message_local(): use GSpawn, and detect errors
12611         * src/summary_search.c
12612                 improved the interface and made code cleanup
12613         * src/textview.c
12614                 textview_write_link(): also skip non-ascii space
12615                  at the head of link strings (phishing check
12616                  didn't work at the case)
12617         * src/common/utils.c
12618                 get_command_output(): use g_spawn_command_line_sync()
12619                 instead of popen()
12620
12621 2005-05-26 [colin]      1.9.11cvs15
12622
12623         * src/folder.c
12624                 remove printf
12625
12626 2005-05-26 [colin]      1.9.11cvs14
12627
12628         * src/common/nntp.c
12629                 Fix nntp mode reader (bug #611)
12630                 Patch by Florian Mickler <florian@mickler.org>
12631
12632 2005-05-26 [colin]      1.9.11cvs13
12633
12634         * src/plugins/pgpmime/passphrase.c
12635                 Fix mouse grabbing (bug #557)
12636
12637 2005-05-26 [colin]      1.9.11cvs12
12638
12639         * src/prefs_themes.c
12640                 Fix g_warning (bug #541)
12641
12642 2005-05-26 [colin]      1.9.11cvs11
12643
12644         * src/prefs_actions.c
12645         * src/prefs_template.c
12646                 Fix bug #506 (no warning if action/template
12647                 is not saved)
12648         * src/common/template.c
12649                 Fix a possible crash
12650
12651 2005-05-26 [colin]      1.9.11cvs10
12652
12653         * src/folder.c
12654         * src/folderview.c
12655         * src/procmsg.c
12656         * src/summaryview.c
12657                 Forbid locked messages to be moved or
12658                 deleted. Locked messages in trashes 
12659                 still get deleted, for performance
12660                 reason (mh.c::mh_remove_all_msgs)
12661
12662 2005-05-25 [colin]      1.9.11cvs9
12663
12664         * src/procmime.c
12665                 Use correct encoding when sending mails
12666                 with attachments that have accentued 
12667                 chars in their name
12668
12669 2005-05-24 [colin]      1.9.11cvs8
12670
12671         * src/summaryview.c
12672                 Fix bug #688 f) read/unread marker not
12673                 changed on first click
12674                 Also, optimize summary_status_show()
12675                 calls
12676         * src/folder.c
12677         * src/inc.c
12678         * src/procmime.c
12679                 Fix bug #688 b) and c) wrt message
12680                 attachments and signature
12681         * src/stock_pixmap.c
12682         * src/stock_pixmap.h
12683         * src/stock_pixmap.c
12684         * src/stock_pixmap.h
12685         * src/Makefile.am
12686         * src/pixmaps/clip_gpg_signed.xpm
12687                 Add clip/signed icon
12688
12689 2005-05-24 [colin]      1.9.11cvs7
12690
12691         * src/folder_item_prefs.c
12692                 whitespace fix
12693
12694 2005-05-24 [colin]      1.9.11cvs6
12695
12696         * src/folderview.c
12697         * src/prefs_common.c
12698         * src/prefs_common.h
12699                 Add a confirmation to folder drag and drop
12700                 fixes bug #156
12701         * src/alertpanel.c
12702         * src/alertpanel.h
12703                 fix _with_disable parameters so that
12704                 the buttons labels are specifiable too
12705         * src/plugins/pgpmime/sgpgme.c
12706                 reflect said change
12707                 
12708
12709 2005-05-24 [colin]      1.9.11cvs5
12710
12711         * src/folderview.c
12712                 Uncollapse/collapse folders on double-click
12713                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12714                 closes bug #108
12715
12716 2005-05-23 [colin]      1.9.11cvs4
12717
12718         * src/common/socket.c
12719                 Check another special SSL_peek() error.
12720                 Should help wrt bug #728
12721
12722 2005-05-23 [colin]      1.9.11cvs3
12723
12724         * src/plugins/pgpmime/pgpmime.c
12725                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12726                 breaking menu accelerators and stuff. Users will have to
12727                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12728                 account's privacy preferences if needed.
12729
12730 2005-05-22 [paul]
12731
12732         * tools/kdeservicemenu/install.sh
12733                 use kdesu to prompt for root password if doing
12734                 global install/uninstall
12735
12736 2005-05-20 [colin]      1.9.11cvs2
12737
12738         * src/procmsg.c
12739                 Fix another compilation error with gcc-2.9x
12740                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12741         * src/send_message.c
12742                 Don't send QUIT if we aren't connected
12743
12744 2005-05-19 [colin]      1.9.11cvs1
12745
12746         * src/procmsg.c
12747                 Fix compilation with gcc 2.9x
12748
12749 2005-05-19 [paul]       1.9.11
12750
12751         1.9.11 released
12752
12753 2005-05-19 [paul]       1.9.9cvs14
12754
12755         * src/gtk/inputdialog.c
12756                 prevent gettext warning
12757
12758 2005-05-19 [paul]       1.9.9cvs13
12759
12760         * src/mainwindow.c
12761         * src/prefs_common.c
12762         * src/prefs_common.h
12763         * src/textview.c
12764         * src/textview.h
12765                 add an option to toggle cursor in message
12766                 view (sync with main)
12767
12768 2005-05-18 [colin]      1.9.9cvs12
12769
12770         * src/compose.c
12771                 Dereference freed pointer
12772         * src/gtk/gtkaspell.c
12773                 Fix duplication of dictionaries (is it an aspell issue?)
12774
12775 2005-05-18 [colin]      1.9.9cvs11
12776
12777         * src/gtk/inputdialog.c
12778         * src/gtk/gtkaspell.c
12779                 HIGuify dialogs
12780         * src/alertpanel.c
12781                 Remove a double call
12782
12783 2005-05-17 [colin]      1.9.9cvs10
12784
12785         * src/gtk/gtkaspell.c
12786                 Fix dialogs, Ctrl-Enter accel
12787
12788 2005-05-17 [colin]      1.9.9cvs9
12789
12790         * src/gtk/gtkaspell.c
12791                 Fix some accelerators, escape in replace-window
12792
12793 2005-05-16 [colin]      1.9.9cvs8
12794
12795         * src/gtk/gtkaspell.c
12796                 Revert last commit, it was a mistake.
12797
12798 2005-05-16 [colin]      1.9.9cvs7
12799
12800         * src/gtk/gtkaspell.c
12801                 Remove buggy code while we're at it. It's a 
12802                 dead code path anyway.
12803
12804 2005-05-16 [colin]      1.9.9cvs6
12805
12806         * src/gtk/gtkaspell.c
12807                 Missed some gtk_menu_popup where deactivate
12808                 signal should be handled. Should fix bug
12809                 #629 a bit more.
12810
12811 2005-05-16 [colin]      1.9.9cvs5
12812
12813         * src/gtk/gtkaspell.c
12814                 Remove debug printf()s
12815
12816 2005-05-16 [colin]      1.9.9cvs4
12817
12818         * src/gtk/gtkaspell.c
12819                 Fix a bit aspell problems
12820                 (see bug #629)
12821
12822 2005-05-13 [colin]      1.9.9cvs3
12823
12824         * src/folderview.c
12825                 Fix the + appearing even when no subfolders
12826                 have unread messages. Thanks to wwp for the
12827                 bug report.
12828
12829 2005-05-11 [paul]       1.9.9cvs2
12830
12831         * src/folderview.c
12832                 correction to 1.9.9cvs1, only colour folders that
12833                 have new msgs (not unread msgs)
12834
12835 2005-05-10 [colin]      1.9.9cvs1
12836
12837         * src/folderview.c
12838         * src/summaryview.c
12839                 Try to fix bolding bugs again.
12840
12841 2005-05-09 [paul]
12842
12843         * tools/claws.i18n.status.pl
12844                 add Ricardo Mones Lastra's script that has been providing
12845                 the i18n status page for many months
12846
12847 2005-05-09 [paul]       1.9.9
12848
12849         1.9.9 release
12850
12851 2005-05-09 [paul]       1.9.6cvs58
12852
12853         * AUTHORS
12854         * INSTALL
12855         * README.claws
12856                 updated
12857         * Makefile.am 
12858         * RELEASE_NOTES.claws
12859                 add release notes to cvs to simplify release
12860                 procedure
12861         * configure.ac
12862                 add ca and fi to ALL_LINGUAS
12863         * po/Makefile.in.in
12864                 workaround for missing Makevars
12865         * po/ca.po
12866         * po/fi.po
12867                 add new Catalan and Finnish translations
12868                 submitted by Miquel Oliete and Flammie Pirinen
12869         * po/de.po
12870         * po/es.po
12871         * po/fr.po
12872         * po/it.po
12873         * po/pl.po
12874         * po/ru.po
12875         * po/sk.po
12876         * po/sr.po
12877         * po/zh_CN.po
12878                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12879                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12880                 Urke MMI, and Hansom Young
12881         * src/main.c
12882                 Fix drafting when quitting. compose_draft() closes the
12883                 compose windows, which modifies the compose_list GSList.
12884                 We have to refresh this list after echo drafting to avoid a
12885                 segfault
12886         * src/partial_download.c
12887                 fix segfault on exit
12888
12889 2005-05-06 [paul]       1.9.6cvs57
12890
12891         * src/grouplistdialog.c
12892                 quick fix/workaround for unresizeable newsgroup
12893                 name column 
12894
12895 2005-05-06 [paul]       1.9.6cvs56
12896
12897         * src/inc.c
12898         * src/mainwindow.c
12899                 use gettext plural forms
12900         * src/imap_gtk.c
12901         * src/mh_gtk.c
12902         * src/toolbar.c
12903                 small improvement to english usage
12904
12905 2005-05-05 [thorsten]   1.9.6cvs55
12906
12907         * src/folder.c
12908                 fix possible crash
12909
12910 2005-05-05 [paul]       1.9.6cvs54
12911         
12912         sync with HEAD
12913
12914         * AUTHORS
12915         * src/compose.c
12916                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12917                 patch by Tim Mann
12918
12919 2005-05-05 [paul]       1.9.6cvs53
12920
12921         * src/mainwindow.c
12922                 fix resizing of separate message and
12923                 folder views
12924
12925 2005-05-05 [paul]       1.9.6cvs52
12926
12927         * src/account.c
12928         * src/addrgather.c
12929         * src/browseldap.c
12930         * src/exphtmldlg.c
12931         * src/expldifdlg.c
12932         * src/importmutt.c
12933         * src/importpine.c
12934         * src/main.c
12935         * src/mainwindow.c
12936         * src/noticeview.c
12937         * src/prefs_filtering.c
12938         * src/prefs_filtering_action.c
12939         * src/prefs_matcher.c
12940         * src/prefs_spelling.c
12941         * src/prefs_toolbar.c
12942         * src/toolbar.c
12943         * src/wizard.c
12944         * src/gtk/description_window.c
12945         * src/gtk/gtkvscrollbutton.c
12946         * src/gtk/progressdialog.c
12947         * src/gtk/quicksearch.c
12948         * src/plugins/pgpmime/prefs_gpg.c
12949         * src/plugins/spamassassin/spamassassin_gtk.c
12950                 replace deprecated gtk_widget_set_usize
12951
12952 2005-05-04 [colin]      1.9.6cvs51
12953
12954         * src/common/utils.c
12955                 Fix crash when subst_for_filename is called
12956                 with a NULL parameter
12957
12958 2005-05-04 [colin]      1.9.6cvs50
12959
12960         * src/partial_download.c
12961         * src/pop.c
12962                 Escape login when writing uidl file
12963                 fixes bug #736
12964
12965 2005-05-03 [colin]      1.9.6cvs49
12966
12967         * src/procmime.c
12968                 Fix possible DOS in mime parser
12969                 (see bug #634)
12970
12971 2005-05-02 [colin]      1.9.6cvs48
12972
12973         * src/compose.c
12974                 Try to fix the copy/paste mess once again.
12975
12976
12977 2005-04-30 [colin]      1.9.6cvs47
12978
12979         * src/prefs_account.h
12980         * src/procmsg.c
12981         * src/send_message.c
12982         * src/common/smtp.c
12983         * src/common/smtp.h
12984                 Try to batch sending mails (per account) instead of
12985                 reconnecting to server every time.
12986
12987 2005-04-29 [colin]      1.9.6cvs46
12988
12989         * src/messageview.c
12990                 Fix window resizing that refused to size down
12991         * src/prefs_common.c
12992         * src/prefs_common.h
12993         * src/prefs_filtering.c
12994                 Save Filtering's window size
12995
12996 2005-04-21 [paul]       1.9.6cvs45
12997
12998         * ChangeLog-gtk2.claws
12999         * src/setup.c
13000                 correction to sync
13001
13002 2005-04-21 [paul]       1.9.6cvs44
13003
13004         sync with main:
13005
13006         * src/setup.c
13007         * src/statusbar.c
13008         * src/statusbar.h
13009                 use gtkut_widget_draw_now(). Improved performance
13010                 of the update of statusbar
13011         * src/textview.c
13012                 textview_smooth_scroll_do(): redraw it after scroll
13013                 is done (fixed incorrect display when a part of the
13014                 view is hidden).
13015         * src/gtk/gtkutils.c
13016         * src/gtk/gtkutils.h
13017                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13018                 to force update of widgets.
13019                 Removed gtkut_widget_wait_for_draw() which had a big
13020                 overhead  because of waiting for all events processed 
13021
13022 2005-04-20 [paul]       1.9.6cvs43
13023
13024         * src/codeconv.c
13025                 complete 1.9.6cvs42's sync:
13026                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13027
13028 2005-04-19 [paul]       1.9.6cvs42
13029
13030         sync with main:
13031
13032         * src/action.c
13033                 catch_output(): correctly select the insert text
13034                 (fix invalid iterator warnings).
13035         * src/codeconv.c
13036         * src/codeconv.h
13037         * src/mainwindow.c
13038         * src/messageview.c
13039         * src/prefs_common.c
13040                 support GBK encoding.
13041         * src/common/session.c
13042         * src/common/session.h
13043                 use separate buffer for large data to be sent,
13044                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13045
13046 2005-04-18 [paul]       1.9.6cvs41
13047
13048         * src/jpilot.c
13049                 convert unsigned long into guint32
13050                 patch by Paul LeoNerd Evans 
13051
13052 2005-04-17 [colin]      1.9.6cvs40
13053
13054         * src/compose.c
13055                 Fix 'Request return receipt' from folder
13056                 properties (bug #708)
13057
13058 2005-04-17 [colin]      1.9.6cvs39
13059
13060         * src/mainwindow.c
13061                 Fix duplicate hotkeys in Mainwindow's menu
13062
13063 2005-04-17 [colin]      1.9.6cvs38
13064
13065         * src/folderview.c
13066                 Fix duplicate hotkeys in Folderview's contextual
13067                 menu
13068
13069 2005-04-15 [colin]      1.9.6cvs37
13070
13071         * src/summaryview.c
13072                 Fix 'Save as...' with non-ascii filenames
13073
13074 2005-04-15 [colin]      1.9.6cvs36
13075
13076         * src/plugins/pgpmime/pgpmime.c
13077                 Fix bus error on 64bit. Spotted by 
13078                 macallan1888@gmail.com
13079
13080 2005-04-15 [colin]      1.9.6cvs35
13081
13082         * src/prefs_account.c
13083                 Fix cvs34.
13084
13085 2005-04-12 [colin]      1.9.6cvs34
13086
13087         * src/prefs_account.c
13088                 Fix smtp auth type off-by-one. We forgot to
13089                 add PLAIN in the prefs-to-gui setter func and
13090                 as a result, the selected auth when opening
13091                 account prefs was not the correct one.
13092
13093 2005-04-12 [paul]       1.9.6cvs33
13094
13095         * src/inc.c
13096                 if the recv dialog is visible, Cancel only
13097                 cancels the current account
13098
13099
13100 2005-04-10 [colin]      1.9.6cvs32
13101
13102         * src/filtering.c
13103                 Copy score when copying FilteringActions
13104                 Fix bug #674
13105
13106 2005-04-10 [colin]      1.9.6cvs31
13107
13108         * src/inc.c
13109                 Make Message -> Receive -> Cancel cancel 
13110                 incorporation on all accounts. Fixes
13111                 bug #693
13112
13113 2005-04-10 [colin]      1.9.6cvs30
13114
13115         * src/prefs_account.c
13116                 Update Privacy checkbuttons status based
13117                 on the selected privacy system
13118         * src/compose.c
13119                 Always connect the "None" privacy system; the
13120                 static boolean was probably there to avoid
13121                 reconnecting twice in the same compose window,
13122                 but as the parent function is only called once
13123                 per compose, it's only a bug - as a static is
13124                 initialized once per application instance.
13125                 Also, don't uncheck Sign and Encrypt when
13126                 selecting None as privacy system; just ignore
13127                 them when sending/queuing.
13128                 Should fix bug #695
13129
13130 2005-04-08 [colin]      1.9.6cvs29
13131
13132         * src/account.c
13133         * src/prefs_account.c
13134         * src/prefs_account.h
13135                 Add account preference to queue message in a certain
13136                 folder.
13137
13138 2005-04-06 [colin]      1.9.6cvs28
13139
13140         * src/prefs_account.c
13141                 Update old inbox path syntax
13142
13143 2005-04-06 [paul]       1.9.6cvs27
13144
13145         sync with main:
13146
13147         * configure.ac
13148                 changed -traditional-cpp to -no-cpp-precomp for newer
13149                 Mac OS X support
13150         * src/foldersel.c
13151                 made column resize automatically
13152         * src/send_message.c
13153                 send_message_smtp(): consider EOF right after QUIT
13154                 successful (workaround for Gmail SMTP server)
13155         * src/common/socket.c
13156                 ssl_read(), ssl_peek(): check EOF which violates the
13157                 SSL protocol
13158         * src/gtk/colorlabel.c
13159                 removed warnings when displaying colorlabel menu
13160                 (don't use GtkAlignment)
13161
13162 2005-04-05 [paul]       1.9.6cvs26
13163
13164         * src/plugins/trayicon/trayicon.c
13165                 fix clipping of icon under KDE3 
13166
13167 2005-04-05 [paul]       1.9.6cvs25
13168
13169         * src/summaryview.c
13170                 hide display of threading
13171                 patch by Alfons
13172
13173 2005-04-04 [thorsten]   1.9.6cvs24
13174
13175         * src/mh.c
13176                 marks lost on filesystems with different stat() results on
13177                 summer-/wintertime
13178
13179 2005-04-03 [colin]      1.9.6cvs23
13180
13181         * src/summaryview.c
13182                 Don't handle up/down. Patch by Alfons
13183
13184 2005-04-02 [colin]      1.9.6cvs22
13185
13186         * src/summaryview.c
13187                 Make scrolling faster. Patch by Alfons.
13188
13189 2005-04-01 [colin]      1.9.6cvs21
13190
13191         * src/Makefile.am
13192         * src/stock_pixmap.c
13193         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13194         * src/pixmaps/dir_noselect.xpm ** ADDED **
13195                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13196
13197 2005-04-01 [colin]      1.9.6cvs20
13198
13199         * src/image_viewer.c
13200         * src/image_viewer.h
13201         * src/procmime.c
13202         * src/procmime.h
13203         * src/textview.c
13204         * src/textview.h
13205                 Implement inline image resizing and right-clicking
13206
13207 2005-04-01 [paul]       1.9.6cvs19
13208
13209         * AUTHORS
13210         * Makefile.am
13211         * configure.ac
13212                 check for gnome2
13213                 patch by Luca Cavalli <loopback<AT>slackit.org>
13214         * po/ru.po
13215                 updated by Pavlo Bohmat
13216
13217 2005-03-31 [colin]      1.9.6cvs18
13218
13219         * src/news.c
13220                 Fix parsing references
13221         * src/msgcache.c
13222                 don't put nulls in the references list
13223         * src/procheader.c
13224                 commit that forgotten file in 1.9.6cvs14
13225
13226 2005-03-31 [colin]      1.9.6cvs17
13227
13228         * src/compose.c
13229                 Fix joining of signature separator again. 
13230                 Maybe Hiro could put it in main too...
13231
13232 2005-03-31 [colin]      1.9.6cvs16
13233
13234         * src/Makefile.am
13235         * src/foldersel.c
13236         * src/stock_pixmap.c
13237         * src/stock_pixmap.h
13238         * src/pixmaps/dir-noselect.xpm
13239                 Update foldersel.c (sync from main, patch by Alfons)
13240
13241 2005-03-30 [colin]      1.9.6cvs15
13242
13243         * src/imap.c
13244                 Fix handling of imap folders containing [] in 
13245                 their name. Thanks to Nahuel Angelinetti for
13246                 the detailed bugreport.
13247
13248 2005-03-30 [colin]      1.9.6cvs14
13249
13250         * src/common/utils.h
13251         * src/common/utils.c
13252         * src/common/defs.h
13253         * src/matcher.c
13254         * src/msgcache.c
13255         * src/news.c
13256         * src/procmsg.c
13257         * src/procmsg.h
13258         * src/quote_fmt_parse.y
13259         * src/summaryview.c
13260                 Update references system. Patch by Alfons
13261
13262 2005-03-30 [colin]      1.9.6cvs13
13263
13264         * src/common/socket.c
13265                 Force the glibc to read resolv.conf again when 
13266                 it has changed. Should fix issues when changing
13267                 networks on a laptop and not restarting sylpheed. 
13268
13269 2005-03-30 [paul]       1.9.6cvs12
13270
13271         partial sync with main:
13272
13273         * src/action.c
13274                 create_io_dialog(): use user-defined text font
13275                 (thanks to Alfons), and modified its appearance.
13276         * src/addrgather.c
13277         * src/addrharvest.c
13278         * src/browseldap.c
13279                 replace old code
13280         * src/compose.c
13281                 don't join (presumably) itemized lines on line-wrapping
13282                 fixed wrapping of quote when auto-wrapping is enabled
13283                 compose_destroy(): destroy paned only if it's not
13284                 attached to window. Fixed memory leak of popup menu.
13285         * src/exphtmldlg.c
13286         * src/expldifdlg.c
13287                 replace old code
13288         * src/html.c
13289         * src/html.h
13290         * src/importmutt.c
13291         * src/importpine.c
13292                 replace old code
13293         * src/main.c
13294                 removed redundant code
13295         * src/mainwindow.c
13296                 changed 'Code set' (which is rather incorrect)
13297                 in the menu to 'Character encoding'
13298                 main_window_set_widgets(): request size first
13299                 to prevent window size becoming wrong
13300                 fixed remembering of the state of the visibility
13301                 of MessageView
13302         * src/messageview.c
13303                 changed 'Code set' (which is rather incorrect)
13304                 in the menu to 'Character encoding'
13305         * src/prefs_common.c
13306         * src/prefs_common.h
13307                 added an option whether to render HTML as text or not
13308                 added separators to outgoing encoding menu
13309         * src/procheader.c
13310                 procheader_scan_date_string(): support header
13311                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13312         * src/summaryview.c
13313         * src/summaryview.h
13314                 minor code cleanup
13315         * src/textview.c
13316                 textview_show_html(): force output of newline
13317                 added an option whether to render HTML as text or not
13318         * src/common/utils.c
13319                 strncpy2(): optimized based on Alfons' code
13320         * src/gtk/gtkutils.c
13321         * src/gtk/gtkutils.h
13322                 removed non-used code
13323         * src/plugins/pgpmime/passphrase.c
13324                 partially fixed grab input of passphrase dialog
13325                 Confine pointer to window
13326
13327 2005-03-30 [colin]      1.9.6cvs11
13328
13329         * src/msgcache.c
13330         * src/msgcache.h
13331                 Read/write 32bit ints from cache & marks
13332                 From main.
13333
13334 2005-03-29 [paul]       1.9.6cvs10
13335
13336         * AUTHORS
13337         * ChangeLog.claws
13338         * src/compose.c
13339         * src/gtk/gtkaspell.c
13340                 sync with HEAD (don't pass NULL pointers) 
13341
13342 2005-03-24 [paul]
13343
13344         * tools/Makefile.am
13345         * tools/README
13346         * tools/acroread2sylpheed.pl
13347                 sync with HEAD (add script to send pdfs as
13348                 attachments from Adobe Reader 7)
13349
13350 2005-03-21 [paul]       1.9.6cvs9
13351
13352         * configure.ac
13353         * po/POTFILES.in
13354         * src/Makefile.am
13355         * src/crash.c
13356         * src/image_viewer.c ** ADDED **
13357         * src/image_viewer.h ** ADDED **
13358         * src/main.c
13359         * src/prefs_common.c
13360         * src/prefs_common.h
13361         * src/prefs_image_viewer.c ** ADDED **
13362         * src/prefs_image_viewer.h ** ADDED **
13363         * src/textview.c
13364         * src/gtk/about.c
13365         * src/pixmaps/sylpheed_logo.xpm
13366         * src/plugins/Makefile.am
13367         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13368         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13369         * src/plugins/image_viewer/plugin.c ** REMOVED **
13370         * src/plugins/image_viewer/viewer.c ** REMOVED **
13371         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13372         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13373         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13374         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13375         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13376                 as gdk-pixbuf is now built-in
13377                 remove image_viewer plugin and put code back into
13378                 main codebase
13379                 implement inline image display (sync with main)
13380
13381                 replace logo with newer, nicer, larger version  
13382
13383 2005-03-21 [paul]       1.9.6cvs8
13384
13385         * src/gtk/about.c
13386                 cosmetic improvement
13387
13388 2005-03-21 [holger]     1.9.6cvs7
13389
13390         * src/plugins/spamassassin/spamassassin.c
13391                 Sync with HEAD
13392                 (unregister hook on failed plugin init)
13393
13394 2005-03-20 [colin]      1.9.6cvs6
13395
13396         * src/common/plugin.c
13397                 Check that plugin isn't already loaded
13398                 Patch by Alfons
13399
13400 2005-03-20 [thorsten]   1.9.6cvs5
13401
13402         * src/compose.c
13403                 use a more compatible syntax
13404
13405 2005-03-20 [thorsten]   1.9.6cvs4
13406
13407         * src/prefs_toolbar.c
13408                 fix crash when selecting toolbar item (uninitialized pointer)
13409
13410 2005-03-20 [thorsten]   1.9.6cvs3
13411
13412         * src/procmime.c
13413                 fix mimetype detection (referenced free()d string)
13414
13415 2005-03-20 [paul]       1.9.6cvs2
13416
13417         * src/compose.c
13418                 sync with HEAD (1.0.3cvs5)
13419                 neglect Reply-To header if empty
13420                 Patch by Alfons 
13421
13422 2005-03-19 [holger]     1.9.6cvs1
13423
13424         * src/summaryview.c
13425         * src/summaryview.h
13426                 Sync with HEAD
13427
13428 2005-03-18 [paul]       1.9.6
13429
13430         initial GTK2 release
13431
13432 2005-03-18 [paul]       1.0.3cvs3.1
13433
13434         * AUTHORS
13435         * ChangeLog.claws
13436         * configure.ac
13437         * src/gtk/about.c
13438         * src/pixmaps/sylpheed_logo.xpm
13439                 sync with HEAD
13440
13441 2005-03-18 [colin]      1.0.3cvs2.6
13442
13443         * src/summaryview.c
13444                 Remove call to summary_step in summary_copy_selected_to
13445                 Can't see its purpose, and this causes bug when copying
13446                 a message if the next one is unread: it reads it.
13447
13448 2005-03-18 [paul]       1.0.3cvs2.5
13449
13450         * src/foldersel.c
13451                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13452
13453 2005-03-18 [paul]       1.0.3cvs2.4
13454
13455         * src/addrharvest.c
13456         * src/codeconv.c
13457         * src/codeconv.h
13458         * src/compose.c
13459         * src/news.c
13460         * src/procheader.c
13461         * src/procmime.c
13462         * src/unmime.c
13463         * src/unmime.h
13464                 fix buffer overflow, CAN-2005-0667, see
13465                 http://secunia.com/advisories/14491/
13466                 Patch by Alfons
13467
13468 2005-03-17 [colin]      1.0.3cvs2.3
13469
13470         * src/prefs_fonts.c
13471         * src/summaryview.c
13472                 Fix font bugs (both lists now officialy share 
13473                 the same font)
13474                 
13475
13476 2005-03-17 [paul]       1.0.3cvs2.2
13477
13478         * src/gtk/pluginwindow.c
13479                 make plugin descriptions uneditable
13480
13481 2005-03-11 [paul]       1.0.3cvs2.1
13482
13483         * ChangeLog.claws
13484         * configure.ac
13485         * po/POTFILES.in
13486         * src/plugins/trayicon/trayicon.c
13487                 sync with HEAD
13488                 add src/wizard.c to POTFILES.in
13489
13490 2005-03-11 [paul]       1.0.3cvs1.1
13491
13492         * ChangeLog
13493         * ChangeLog.claws
13494         * configure.ac
13495         * po/de.po
13496         * po/es.po
13497         * po/fr.po
13498         * po/it.po
13499         * po/pt_BR.po
13500         * po/ru.po
13501         * po/sk.po
13502         * po/sr.po
13503         * po/zh_CN.po
13504                 sync with HEAD
13505
13506 2005-03-04 [colin]      1.0.1cvs22.2
13507
13508         * src/compose.c
13509                 Fix signatures with accentued chars in it
13510
13511 2005-03-04 [colin]      1.0.1cvs22.1
13512
13513         * src/common/smtp.c
13514         * src/common/smtp.h
13515                 Don't use SIZE param in MAIL FROM: if server 
13516                 doesn't support it. Patch by Eugen Freiter
13517                 <eugen_f@users.sf.net>
13518
13519 2005-02-27 [paul]       1.0.1cvs20.1
13520
13521         * ChangeLog.claws
13522         * configure.ac
13523         * src/messageview.c
13524                 sync with HEAD
13525
13526 2005-02-27 [colin]      1.0.1cvs19.4
13527
13528         * src/procheader.c
13529         * src/procheader.h
13530                 Fix prototypes. Patch by Alfons
13531
13532 2005-02-27 [colin]      1.0.1cvs19.3
13533
13534         * src/compose.c
13535                 Don't auto-join the signature separator.
13536
13537 2005-02-26 [colin]      1.0.1cvs19.2
13538
13539         * src/summaryview.c
13540                 Fix 'mark all read' with collapsed threads.
13541                 Patch by Alfons.
13542
13543 2005-02-25 [paul]       1.0.1cvs19.1
13544
13545         * ChangeLog.claws
13546         * configure.ac
13547         * src/prefs_account.c
13548         * src/prefs_folder_item.c
13549         * src/gtk/prefswindow.c
13550         * src/gtk/prefswindow.h
13551                 sync with HEAD
13552
13553 2005-02-25 [paul]       1.0.1cvs15.12
13554
13555         * src/alertpanel.c
13556         * src/codeconv.c
13557         * src/compose.c
13558         * src/textview.c
13559         * src/gtk/gtkutils.c
13560         * src/gtk/gtkutils.h
13561         * src/gtk/logwindow.c
13562         * src/gtk/progressdialog.c
13563                 sync with main (revision 127)
13564                 and fix logwindow clipping
13565
13566 2005-02-24 [colin]      1.0.1cvs15.11
13567
13568         * src/plugins/pgpmime/passphrase.c
13569                 Disable input grabbing; it doesn't work yet.
13570
13571 2005-02-24 [colin]      1.0.1cvs15.10
13572
13573         * src/messageview.c
13574                 Don't send out receipts if offline. Ask.
13575
13576 2005-02-23 [colin]      1.0.1cvs15.9
13577
13578         * src/summaryview.c     
13579                 Fix expanding
13580
13581 2005-02-23 [colin]      1.0.1cvs15.8
13582
13583         * src/summaryview.c
13584                 Really fix Bug 568 by removing useless
13585                 calls. summary_thread_init() now called
13586                 in summary_sort(). This should please
13587                 Alfons as it should be faster than 
13588                 previously.
13589
13590 2005-02-23 [colin]      1.0.1cvs15.7
13591
13592         * src/compose.c
13593                 Encode parts as QP or B64 if signing
13594
13595 2005-02-23 [colin]      1.0.1cvs15.6
13596
13597         * src/compose.c
13598                 Fix Mimeinfo leakage (including tmp files)
13599         * src/procmsg.c
13600                 Fix tmp file leakage (spotted by Ivan Rayner)
13601
13602 2005-02-22 [colin]      1.0.1cvs15.5
13603
13604         * src/expldifdlg.c
13605                 Fix keyboard input. Patch by Alfons.
13606
13607 2005-02-21 [colin]      1.0.1cvs15.4
13608
13609         * src/compose.c
13610                 Fix Sign/Encrypt when unselecting privacy
13611                 system
13612         * src/prefs_common.c
13613                 Change default message font to Monospace
13614         * src/summaryview.c
13615                 More freezing during potentially large operations
13616
13617 2005-02-21 [paul]       1.0.1cvs15.3
13618
13619         * src/main.c
13620                 fix --help output
13621
13622 2005-02-21 [paul]       1.0.1cvs15.2
13623
13624         * po/Makefile.in.in
13625         * src/compose.c
13626         * src/summaryview.c
13627         * src/textview.c
13628         * src/common/utils.c
13629         * src/common/utils.h
13630                 sync with main (revision 117)
13631
13632 2005-02-20 [colin]      1.0.1cvs15.1
13633
13634         * src/common/defs.h
13635                 Change cache file to .sylpheed_claws_cache, as
13636                 suggested by Alfons. Allows people to switch
13637                 between Sylpheed and Sylpheed-Claws. it is
13638                 a good idea to "Check for new messages" at next
13639                 startup.
13640
13641
13642 2005-02-18 [colin]      1.0.1cvs14.1
13643
13644         * src/quote_fmt_lex.l
13645         * src/quote_fmt_parse.y
13646                 Fix parser initialisation. Patch by Ivan.
13647
13648 2005-02-18 [colin]      1.0.1cvs11.6
13649
13650         * src/folderview.c
13651                 Fix scrolldown (bug 662)
13652
13653 2005-02-17 [colin]      1.0.1cvs11.5
13654
13655         * src/codeconv.c
13656                 conv_filename_to_utf8: return clean 7bit instead
13657                 of broken utf8 if needed
13658         * src/mimeview.c
13659                 Fix display of parts with unclean 8bit names
13660
13661 2005-02-17 [paul]       1.0.1cvs11.4
13662
13663         * src/compose.c
13664         * src/exportldif.c
13665         * src/matcher_parser_parse.y
13666         * src/procmime.c
13667         * src/sourcewindow.c
13668         * src/common/Makefile.am
13669         * src/common/intl.h             ** REMOVED **
13670         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13671                 sync with main (revision 109)
13672                 and clean up
13673
13674 2005-02-16 [colin]      1.0.1cvs11.3
13675
13676         * src/summaryview.c
13677                 Fix collapsed thread not highlighting when new
13678                 messages in it (Bug 568) Patch by Stephan Sachse.
13679                 Fix messed up selection when reaching bounds (Bug 632)
13680         * src/prefs_themes.c
13681                 Fix theme installing (Bug 684)
13682
13683 2005-02-16 [colin]      1.0.1cvs11.2
13684
13685         * src/messageview.c
13686                 Fix messageview_select_all
13687
13688 2005-02-16 [colin]      1.0.1cvs11.1
13689
13690         * src/mh.c
13691                 Sync with HEAD (MH scan required function)
13692
13693 2005-02-15 [colin]      1.0.1cvs8.1
13694
13695         * src/mimeview.c
13696         * src/common/utils.c
13697                 Sync with HEAD (filename chars substitution)
13698
13699 2005-02-15 [colin]      1.0.1cvs7.3
13700
13701         * src/gtk/pluginwindow.c
13702                 Fix button spacing
13703
13704 2005-02-15 [colin]      1.0.1cvs7.2
13705
13706         * src/mimeview.c
13707                 Fix mime icons not reset across message when
13708                 scrolled down
13709
13710 2005-02-15 [colin]      1.0.1cvs7.1
13711
13712         * src/compose.c
13713         * src/procmime.c
13714                 Sync with HEAD (optimisation of cvs6)
13715
13716 2005-02-14 [colin]      1.0.1cvs6.1
13717
13718         * src/compose.c
13719         * src/procmime.c
13720                 Sync with HEAD (encode "From " at line beginning)
13721
13722 2005-02-14 [colin]      1.0.1cvs5.3
13723
13724         * src/compose.c
13725                 Fix wrapping with accentued chars.
13726
13727 2005-02-13 [colin]      1.0.1cvs5.2
13728
13729         * src/textview.c
13730                 Fix email informative part parsing with
13731                 accentued chars in it. ispunct() returns
13732                 true for them in utf8...
13733
13734 2005-02-12 [colin]      1.0.1cvs5.1
13735
13736         * src/filtering.c
13737                 Sync with HEAD (remove wrong use of compose after send)
13738
13739 2005-02-12 [paul]       1.0.1cvs4.5
13740
13741         * src/textview.c
13742                 remove unnecessary code (thanks to Alfons)
13743
13744 2005-02-12 [paul]       1.0.1cvs4.4
13745
13746         * src/textview.c
13747                 add 'Copy' to contextual menu on emails
13748
13749 2005-02-11 [colin]      1.0.1cvs4.3
13750
13751         * src/compose.c
13752                 revert 1.0.0cvs28.2, it doesn't work that well.
13753
13754 2005-02-11 [paul]       1.0.1cvs4.2
13755
13756         * po/Makefile.in.in
13757                 fix 'make release'
13758
13759 2005-02-10 [paul]       1.0.1cvs4.1
13760
13761         * ChangeLog
13762         * ChangeLog.claws
13763         * ChangeLog.jp
13764         * configure.ac
13765         * src/compose.c
13766                 sync with HEAD (sync with main)
13767
13768 2005-02-10 [paul]       1.0.1cvs3.2
13769
13770         * AUTHORS
13771         * Makefile.am
13772         * autogen.sh
13773         * configure.ac
13774         * config/mkinstalldirs
13775         * intl/.cvsignore
13776         * intl/ChangeLog
13777         * intl/VERSION
13778         * intl/bindtextdom.c
13779         * intl/config.charset
13780         * intl/dcgettext.c
13781         * intl/dcigettext.c
13782         * intl/dcngettext.c
13783         * intl/dgettext.c
13784         * intl/dngettext.c
13785         * intl/eval-plural.h
13786         * intl/explodename.c
13787         * intl/finddomain.c
13788         * intl/gettext.c
13789         * intl/gettextP.h
13790         * intl/gmo.h
13791         * intl/hash-string.h
13792         * intl/intl-compat.c
13793         * intl/l10nflist.c
13794         * intl/libgnuintl.h.in
13795         * intl/loadinfo.h
13796         * intl/loadmsgcat.c
13797         * intl/localcharset.c
13798         * intl/localcharset.h
13799         * intl/locale.alias
13800         * intl/localealias.c
13801         * intl/localename.c
13802         * intl/log.c
13803         * intl/ngettext.c
13804         * intl/os2compat.c
13805         * intl/os2compat.h
13806         * intl/osdep.c
13807         * intl/plural-exp.c
13808         * intl/plural-exp.h
13809         * intl/plural.c
13810         * intl/plural.y
13811         * intl/ref-add.sin
13812         * intl/ref-del.sin
13813         * intl/relocatable.c
13814         * intl/relocatable.h
13815         * intl/textdomain.c
13816         * m4/Makefile.am
13817         * po/Makefile.in.in
13818         * src/Makefile.am
13819         * src/account.c
13820         * src/action.c
13821         * src/addr_compl.c
13822         * src/addressadd.c
13823         * src/addressbook.c
13824         * src/addrgather.c
13825         * src/addrindex.c
13826         * src/alertpanel.c
13827         * src/browseldap.c
13828         * src/codeconv.c
13829         * src/codeconv.h
13830         * src/compose.c
13831         * src/compose.h
13832         * src/crash.c
13833         * src/editaddress.c
13834         * src/editbook.c
13835         * src/editgroup.c
13836         * src/editjpilot.c
13837         * src/editldap.c
13838         * src/editldap_basedn.c
13839         * src/editvcard.c
13840         * src/exphtmldlg.c
13841         * src/expldifdlg.c
13842         * src/export.c
13843         * src/exporthtml.c
13844         * src/filtering.c
13845         * src/folder.c
13846         * src/folder_item_prefs.c
13847         * src/foldersel.c
13848         * src/folderview.c
13849         * src/grouplistdialog.c
13850         * src/headerview.c
13851         * src/imap.c
13852         * src/imap_gtk.c
13853         * src/import.c
13854         * src/importldif.c
13855         * src/importmutt.c
13856         * src/importpine.c
13857         * src/inc.c
13858         * src/ldif.c
13859         * src/main.c
13860         * src/mainwindow.c
13861         * src/matcher.c
13862         * src/mbox.c
13863         * src/message_search.c
13864         * src/messageview.c
13865         * src/mh.c
13866         * src/mh_gtk.c
13867         * src/mimeview.c
13868         * src/msgcache.c
13869         * src/news.c
13870         * src/news_gtk.c
13871         * src/noticeview.c
13872         * src/partial_download.c
13873         * src/pop.c
13874         * src/prefs_account.c
13875         * src/prefs_actions.c
13876         * src/prefs_common.c
13877         * src/prefs_customheader.c
13878         * src/prefs_display_header.c
13879         * src/prefs_ext_prog.c
13880         * src/prefs_filtering.c
13881         * src/prefs_filtering_action.c
13882         * src/prefs_folder_item.c
13883         * src/prefs_fonts.c
13884         * src/prefs_gtk.c
13885         * src/prefs_matcher.c
13886         * src/prefs_msg_colors.c
13887         * src/prefs_spelling.c
13888         * src/prefs_summary_column.c
13889         * src/prefs_template.c
13890         * src/prefs_themes.c
13891         * src/prefs_toolbar.c
13892         * src/prefs_wrapping.c
13893         * src/privacy.c
13894         * src/procheader.c
13895         * src/procmime.c
13896         * src/procmsg.c
13897         * src/quote_fmt.c
13898         * src/recv.c
13899         * src/send_message.c
13900         * src/setup.c
13901         * src/sourcewindow.c
13902         * src/ssl_manager.c
13903         * src/statusbar.c
13904         * src/summary_search.c
13905         * src/summaryview.c
13906         * src/textview.c
13907         * src/toolbar.c
13908         * src/wizard.c
13909         * src/common/nntp.c
13910         * src/common/plugin.c
13911         * src/common/smtp.c
13912         * src/common/ssl.c
13913         * src/common/ssl_certificate.c
13914         * src/common/string_match.c
13915         * src/common/sylpheed.c
13916         * src/common/template.c
13917         * src/common/utils.c
13918         * src/gtk/about.c
13919         * src/gtk/colorlabel.c
13920         * src/gtk/description_window.c
13921         * src/gtk/filesel.c
13922         * src/gtk/foldersort.c
13923         * src/gtk/gtkaspell.c
13924         * src/gtk/gtkutils.c
13925         * src/gtk/inputdialog.c
13926         * src/gtk/logwindow.c
13927         * src/gtk/menu.c
13928         * src/gtk/pluginwindow.c
13929         * src/gtk/prefswindow.c
13930         * src/gtk/progressdialog.c
13931         * src/gtk/quicksearch.c
13932         * src/gtk/sslcertwindow.c
13933         * src/plugins/clamav/clamav_plugin.c
13934         * src/plugins/clamav/clamav_plugin_gtk.c
13935         * src/plugins/demo/demo.c
13936         * src/plugins/dillo_viewer/dillo_prefs.c
13937         * src/plugins/dillo_viewer/dillo_viewer.c
13938         * src/plugins/image_viewer/plugin.c
13939         * src/plugins/image_viewer/viewer.c
13940         * src/plugins/image_viewer/viewerprefs.c
13941         * src/plugins/mathml_viewer/mathml_viewer.c
13942         * src/plugins/pgpmime/passphrase.c
13943         * src/plugins/pgpmime/plugin.c
13944         * src/plugins/pgpmime/prefs_gpg.c
13945         * src/plugins/pgpmime/select-keys.c
13946         * src/plugins/pgpmime/sgpgme.c
13947         * src/plugins/spamassassin/spamassassin.c
13948         * src/plugins/spamassassin/spamassassin_gtk.c
13949         * src/plugins/trayicon/trayicon.c
13950                 sync with main (revision 104)
13951
13952 2005-02-10 [colin]      1.0.1cvs3.1
13953
13954         * src/mainwindow.c
13955                 Sync with HEAD (fix occasional crasher)
13956
13957 2005-02-10 [colin]      1.0.1cvs2.1
13958
13959         * src/messageview.c
13960                 Synw with HEAD (don't automatically display html)
13961
13962 2005-02-09 [colin]      1.0.1cvs1.3
13963
13964         * src/textview.c
13965         * src/textview.h
13966                 Add contextual menu on emails
13967
13968 2005-02-09 [colin]      1.0.1cvs1.2
13969
13970         * src/codeconv.c
13971                 Fix converting from broken headers and 
13972                 put back the _ in missing places
13973                 (feature broke with cvs24.2 sync, main 
13974                  possibly affected?)
13975
13976 2005-02-09 [colin]      1.0.1cvs1.1
13977
13978         * src/messageview.c
13979         * src/mimeview.c
13980         * src/mimeview.h
13981                 Sync with HEAD (display non text/plain mails with plugin)
13982
13983 2005-02-08 [colin]      1.0.1.1
13984
13985         * ChangeLog.claws
13986         * po/pt_BR.po
13987                 Sync with HEAD
13988         * configure.ac
13989                 Make default configuration directory 
13990                 be .sylpheed-gtk2
13991
13992 2005-02-08 [colin]      1.0.0cvs29.1
13993
13994         * po/de.po
13995         * po/es.po
13996         * po/fr.po
13997         * po/it.po
13998         * po/sk.po
13999         * po/sr.po
14000                 Sync translations with HEAD
14001
14002 2005-02-06 [colin]      1.0.0cvs28.3
14003
14004         * src/compose.c
14005                 Make compose a bit faster - patch by Alfons.
14006
14007 2005-02-06 [colin]      1.0.0cvs28.2
14008
14009         * src/compose.c
14010                 Make pasting via middle-click more reliable
14011
14012 2005-02-05 [paul]       1.0.0cvs28.1
14013
14014         * ChangeLog
14015         * ChangeLog.claws
14016         * ChangeLog.jp
14017         * configure.ac
14018         * src/compose.c
14019                 sync with HEAD
14020                 (fix bug 682 'redirect is broken'
14021
14022 2005-02-05 [torte]      1.0.0cvs27.1
14023
14024         * ChangeLog.claws
14025         * configure.ac
14026         * src/partial_download.c
14027                 Sync with HEAD (fix buf overflow)
14028
14029 2005-02-03 [colin]      1.0.0cvs26.1
14030
14031         * src/common/plugin.c
14032                 Sync with HEAD (avoid plugin mismatches)
14033
14034 2005-02-03 [paul]       1.0.0cvs25.3
14035
14036         * src/folderview.c
14037         * src/headerview.c
14038         * src/summaryview.c
14039         * src/textview.c
14040         * src/gtk/colorlabel.c
14041                 third and final part of initial sync with main-gtk2
14042
14043 2005-02-03 [paul]       1.0.0cvs25.2
14044
14045         * src/jpilot.c
14046                 fix building with jpilot support
14047
14048 2005-02-02 [colin]      1.0.0cvs25.1
14049
14050         * src/messageview.c
14051                 Sync with HEAD (fix dangerous typo)
14052
14053 2005-02-01 [colin]      1.0.0cvs24.3
14054
14055         * src/common/xml.c
14056                 Write file as advertised (UTF-8)
14057
14058 2005-02-01 [paul]       1.0.0cvs24.2
14059
14060         * src/addrbook.c
14061         * src/addrindex.c
14062         * src/alertpanel.h
14063         * src/codeconv.c
14064         * src/codeconv.h
14065         * src/compose.c
14066         * src/export.c
14067         * src/folder_item_prefs.c
14068         * src/html.c
14069         * src/imap.c
14070         * src/import.c
14071         * src/jpilot.c
14072         * src/mainwindow.c
14073         * src/matcher_parser_lex.l
14074         * src/messageview.c
14075         * src/mh.c
14076         * src/prefs_account.c
14077         * src/prefs_actions.c
14078         * src/prefs_common.c
14079         * src/prefs_gtk.c
14080         * src/prefs_gtk.h
14081         * src/prefs_themes.c
14082         * src/procheader.c
14083         * src/procmime.c
14084         * src/sourcewindow.c
14085         * src/statusbar.c
14086         * src/summaryview.c
14087         * src/textview.c
14088         * src/toolbar.c
14089         * src/unmime.c
14090         * src/common/template.c
14091         * src/common/utils.c
14092         * src/common/xml.c
14093         * src/common/xml.h
14094         * src/gtk/gtkaspell.c
14095         * src/plugins/clamav/clamav_plugin.c
14096         * src/plugins/dillo_viewer/dillo_prefs.c
14097         * src/plugins/image_viewer/viewerprefs.c
14098         * src/plugins/pgpmime/passphrase.c
14099         * src/plugins/pgpmime/prefs_gpg.c
14100         * src/plugins/pgpmime/select-keys.c
14101         * src/plugins/spamassassin/spamassassin.c
14102                 second part of initial sync with main-gtk2
14103                 (more to follow)
14104
14105 2005-01-31 [colin]      1.0.0cvs24.1
14106
14107         * src/compose.c
14108                 Sync with HEAD
14109
14110 2005-01-29 [paul]       1.0.0cvs23.2
14111
14112         * src/account.c
14113         * src/action.c
14114         * src/addressadd.c
14115         * src/addressbook.c
14116         * src/alertpanel.c
14117         * src/compose.c
14118         * src/editaddress.c
14119         * src/editbook.c
14120         * src/editgroup.c
14121         * src/editjpilot.c
14122         * src/editldap.c
14123         * src/editldap_basedn.c
14124         * src/editvcard.c
14125         * src/export.c
14126         * src/foldersel.c
14127         * src/grouplistdialog.c
14128         * src/import.c
14129         * src/importldif.c
14130         * src/inc.c
14131         * src/main.c
14132         * src/mainwindow.c
14133         * src/message_search.c
14134         * src/messageview.c
14135         * src/mimeview.c
14136         * src/prefs_actions.c
14137         * src/prefs_common.c
14138         * src/prefs_common.h
14139         * src/prefs_customheader.c
14140         * src/prefs_display_header.c
14141         * src/prefs_filtering.c
14142         * src/prefs_filtering_action.c
14143         * src/prefs_gtk.c
14144         * src/prefs_matcher.c
14145         * src/prefs_summary_column.c
14146         * src/prefs_template.c
14147         * src/sourcewindow.c
14148         * src/summary_search.c
14149         * src/summaryview.c
14150         * src/textview.c
14151         * src/gtk/about.c
14152         * src/gtk/description_window.c
14153         * src/gtk/gtkshruler.c
14154         * src/gtk/gtkutils.c
14155         * src/gtk/gtkutils.h
14156         * src/gtk/inputdialog.c
14157         * src/gtk/logwindow.c
14158         * src/gtk/prefswindow.c
14159         * src/gtk/progressdialog.c
14160         * src/gtk/progressdialog.h
14161                 first part of initial sync with main-gtk2
14162                 (more to follow)
14163
14164 2005-01-28 [colin]      1.0.0cvs23.1
14165
14166         * src/folderview.c
14167                 Sync with HEAD
14168
14169 2005-01-27 [colin]      1.0.0cvs21.1
14170
14171         * src/folder.c
14172         * src/folderview.c
14173                 Sync with HEAD
14174
14175 2005-01-27 [colin]      1.0.0cvs19.1
14176
14177         * src/procmime.c
14178                 Sync with HEAD
14179
14180 2005-01-27 [colin]      1.0.0cvs18.1
14181
14182         * src/messageview.c
14183         * src/summaryview.c
14184         * src/mainwindow.c
14185         * src/compose.c
14186         * src/compose.h
14187         * src/procmsg.c
14188         * src/procmsg.h
14189         * src/toolbar.c
14190                 Sync with HEAD
14191
14192 2005-01-26 [paul]       1.0.0cvs15.2
14193
14194         * src/compose.c
14195                 compose_entries_set(): convert subject and body to
14196                 utf8 if necessary. patch by Felix Eckhofer
14197
14198 2005-01-26 [paul]       1.0.0cvs15.1
14199
14200         * configure.ac
14201         * src/common/template.c
14202                 sync with HEAD (fix memory leak)
14203
14204 2005-01-25 [paul]       1.0.0cvs14.1
14205
14206         * configure.ac
14207         * src/compose.c
14208                 sync with HEAD
14209
14210 2005-01-24 [colin]      1.0.0cvs13.1
14211
14212         * src/summaryview.c
14213                 Sync with HEAD
14214
14215 2005-01-24 [paul]       1.0.0cvs12.1
14216
14217         * configure.ac
14218         * src/messageview.c
14219         * src/mh.c
14220         * src/common/utils.c
14221                 sync with HEAD
14222
14223 2005-01-24 [colin]      1.0.0cvs11.1
14224
14225         * src/procheader.c
14226                 Sync with HEAD
14227
14228 2005-01-24 [colin]      1.0.0cvs10.1
14229
14230         * src/folderview.c
14231                 Sync with HEAD
14232
14233 2005-01-23 [colin]      1.0.0cvs9.1
14234
14235         * src/crash.c
14236                 Sync with HEAD
14237
14238 2005-01-22 [colin]      1.0.0cvs8.1
14239
14240         * src/summaryview.c
14241         * src/gtk/quicksearch.c
14242                 Sync with HEAD
14243
14244 2005-01-21 [colin]      1.0.0cvs7.1
14245
14246         * src/summaryview.c
14247                 Sync with HEAD
14248
14249 2005-01-21 [colin]      1.0.0cvs6.1
14250
14251         * src/summaryview.c
14252                 Sync with HEAD
14253
14254 2005-01-21 [colin]      1.0.0cvs5.1
14255
14256         * src/gtk/quicksearch.c
14257         * src/prefs_common.c
14258         * src/prefs_common.h
14259                 Sync with HEAD (recurse option)
14260
14261 2005-01-21 [colin]      1.0.0cvs4.1
14262
14263         * src/folder.h
14264         * src/folderview.c
14265         * src/folderview.h
14266         * src/summaryview.c
14267         * src/gtk/quicksearch.c
14268         * src/gtk/quicksearch.h
14269                 Sync with HEAD (recursive quicksearch)
14270
14271 2005-01-20 [colin]      1.0.0cvs3.4
14272
14273         * src/ssl_manager.c
14274                 Remove useless code
14275
14276 2005-01-20 [colin]      1.0.0cvs3.3
14277
14278         * src/ssl_manager.c
14279                 Fix leak, thanks to Alfons.
14280
14281 2005-01-20 [colin]      1.0.0cvs3.2
14282
14283         * src/ssl_manager.c
14284                 Port SSL certificate window to GTK2.
14285
14286 2005-01-20 [paul]       1.0.0cvs3.1
14287
14288         * ChangeLog.claws
14289         * configure.ac
14290         * src/addrindex.c
14291         * src/addrindex.h
14292                 sync with HEAD
14293
14294 2005-01-19 [colin]      1.0.0cvs2.2
14295
14296         * src/plugins/trayicon/trayicon.c
14297                 Fix freeze with gtk-2.6, the easy way
14298                 (signal blocking helpless there...)
14299                 Closes bug #668.
14300
14301 2005-01-19 [colin]      1.0.0cvs2.1
14302
14303         * src/mbox.c
14304         * src/mbox.h
14305         * src/mainwindow.c
14306         * src/summaryview.c
14307         * src/summaryview.h
14308                 Sync with HEAD
14309
14310 2005-01-19 [paul]       1.0.0cvs1.1
14311
14312         * configure.ac
14313         * po/de.po
14314         * po/es.po
14315         * po/fr.po
14316         * po/hr.po
14317         * po/it.po
14318         * po/ja.po
14319         * po/ko.po
14320         * po/pt_BR.po
14321         * po/ru.po
14322         * po/sk.po
14323         * po/sr.po
14324                 sync with HEAD (update translations)
14325
14326 2005-01-18 [colin]      1.0.0cvs0.1
14327
14328         * src/foldersel.c
14329                 Specify search column - patch by Alfons
14330
14331 2005-01-18 [colin]      0.9.13cvs36.3
14332
14333         * src/prefs_toolbar.c
14334                 Change Delete to Remove
14335         * src/prefs_fonts.c
14336                 GTK2 version and leak fixes
14337         * src/prefs_actions.c
14338                 Add stock buttons.
14339                 All patches by Alfons
14340
14341 2005-01-17 [colin]      0.9.13cvs36.2
14342
14343         * src/compose.c
14344                 Fix DnD inserting twice. While at it,
14345                 add DnD support for text/plain in the
14346                 body, and add support in the headers.
14347
14348 2005-01-16 [colin]      0.9.13cvs36.1
14349
14350         * ChangeLog
14351         * ChangeLog.jp
14352         * ChangeLog.claws
14353                 Sync with HEAD (nothing applicable)
14354
14355 2005-01-16 [colin]      0.9.13cvs33.2
14356
14357         * src/prefs_toolbar.c
14358                 GTK2ize prefs_toolbar, by Alfons.
14359
14360 2005-01-14 [colin]      0.9.13cvs33.1
14361
14362         * src/html.c
14363         * src/msgcache.c
14364                 Sync with HEAD
14365
14366 2005-01-14 [colin]      0.9.13cvs32.1
14367
14368         * src/html.c
14369         * src/html.h
14370         * src/msgcache.c
14371         * AUTHORS
14372         * tools/calypso_convert.pl
14373                 Sync with HEAD
14374
14375 2005-01-08 [colin]      0.9.13cvs29.2
14376
14377         * src/prefs_filtering_action.c
14378         * src/prefs_filtering.c
14379                 2 more gtk2 patches by Alfons
14380
14381 2005-01-07 [paul]       0.9.13cvs29.1
14382
14383         * ChangeLog
14384         * ChangeLog.claws
14385         * ChangeLog.jp
14386         * configure.ac
14387         * src/pop.c
14388         * src/pop.h
14389                 sync with HEAD
14390
14391 2005-01-07 [colin]      0.9.13cvs28.3
14392
14393         * src/gtk/progressdialog.c
14394         * src/gtk/progressdialog.h
14395         * src/inc.c
14396         * src/send_message.c
14397                 GTK2 for the incorporation dialog. The CList isn't dead
14398                 yet, for a more smooth migration. Patch by Alfons.
14399
14400 2005-01-06 [colin]      0.9.13cvs28.2
14401
14402         * src/prefs_display_header.c
14403                 GTK2 conversion by Alfons
14404         * src/prefs_actions.c
14405         * src/prefs_matcher.c
14406                 Fix 2 leaks - patch by Alfons
14407
14408 2005-01-06 [colin]      0.9.13cvs28.1
14409
14410         * src/prefs_matcher.c
14411                 Sync with HEAD
14412
14413 2005-01-06 [colin]      0.9.13cvs27.4
14414
14415         * src/prefs_matcher.c
14416                 Fix double-free. Patch by Alfons
14417
14418 2005-01-06 [colin]      0.9.13cvs27.3
14419
14420         * src/prefs_matcher.c
14421                 GTK2 widgets + memleak
14422                 Patch by Alfons
14423
14424 2005-01-05 [colin]      0.9.13cvs27.2
14425
14426         * src/account.c
14427         * src/addr_compl.c
14428         * src/foldersel.c
14429         * src/stock_pixmap.c
14430         * src/stock_pixmap.h
14431                 3 more GTK2 patches by Alfons.
14432
14433 2005-01-04 [colin]      0.9.13cvs27.1
14434
14435         * src/folderview.c
14436         * src/imap_gtk.c
14437         * src/news_gtk.c
14438                 Sync with HEAD
14439
14440 2005-01-04 [colin]      0.9.13cvs25.9
14441
14442         * src/compose.c
14443                 Fix Show Ruler menuitem
14444         * src/prefs_template.c
14445                 Convert to GTK2
14446         * src/common/utils.c
14447                 Make auto pointer stuff handles NULLs
14448                 Patches by Alfons.
14449
14450 2005-01-04 [colin]      0.9.13cvs25.8
14451
14452         * src/compose.c
14453                 Move the attachment list to gtk2
14454                 Patch by Alfons.
14455
14456 2005-01-04 [colin]      0.9.13cvs25.7
14457
14458         * src/textview.c
14459                 Make some keys work again
14460                 Patch by SungHyun Nam <namsh@kldp.org>
14461
14462 2005-01-04 [colin]      0.9.13cvs25.6
14463
14464         * src/gtk/gtkshruler.c
14465                 Move the ruler to GTK2
14466                 Patch by Alfons
14467
14468 2005-01-03 [colin]      0.9.13cvs25.5
14469
14470         * src/compose.c
14471                 Fix my broken patch apply 
14472
14473 2005-01-03 [colin]      0.9.13cvs25.4
14474
14475         * src/common/utils.c
14476         * src/common/utils.h
14477         * src/gtk/prefswindow.c
14478                 Move auto pointer stuff to utils.c
14479                 Patch by Alfons again :)
14480
14481 2005-01-03 [colin]      0.9.13cvs25.3
14482
14483         * src/compose.c
14484         * src/prefs_gtk.c
14485         * src/prefs_template.c
14486         * src/textview.c
14487                 Empty text widgets with empty strings, not NULL char
14488                 Patch by SungHyun Nam <namsh@kldp_org>
14489
14490 2005-01-03 [colin]      0.9.13cvs25.2
14491
14492         * src/main.c
14493         * AUTHORS
14494                 Sync with HEAD
14495
14496 2005-01-03 [colin]      0.9.13cvs25.1
14497
14498         * src/pop.c
14499         * src/pop.h
14500                 Sync with HEAD
14501
14502 2005-01-03 [colin]      0.9.13cvs24.3
14503
14504         * src/account.c
14505                 Two patches from Alfons and Alex S Moore:
14506                 fix images, fix return value.
14507
14508 2005-01-01 [colin]      0.9.13cvs24.2
14509
14510         * src/prefs_actions.c
14511                 Fix over-zealous assertion. Patch by Alfons
14512
14513 2005-01-01 [colin]      0.9.13cvs24.1
14514
14515         * src/procmime.c
14516                 Sync with HEAD (leak fix)
14517
14518 2004-12-31 [colin]      0.9.13cvs23.2
14519
14520         * src/prefs_common.c
14521                 GTK2 widgets + stock buttons - patch by Alfons
14522
14523 2004-12-31 [paul]       0.9.13cvs23.1
14524
14525         * configure.ac
14526                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14527         * src/gtk/pluginwindow.c
14528                 use GTK2 widgets and plug memory leaks,
14529                 patches by Alfons
14530
14531 2004-12-30 [colin]      0.9.13cvs22.4
14532
14533         * src/account.c
14534         * src/action.c
14535         * src/export.c
14536         * src/foldersel.c
14537         * src/import.c
14538         * src/message_search.c
14539         * src/prefs_actions.c
14540         * src/prefs_common.c
14541         * src/prefs_customheader.c
14542         * src/prefs_filtering.c
14543         * src/prefs_summary_column.c
14544         * src/summary_search.c
14545         * src/gtk/about.c
14546         * src/gtk/description_window.c
14547         * src/gtk/gtkutils.c
14548         * src/gtk/gtkutils.h
14549         * src/gtk/inputdialog.c
14550         * src/gtk/prefswindow.c
14551                 Use GTK2 stock buttons. Patches by Alfons.
14552
14553 2004-12-30 [colin]      0.9.13cvs22.3
14554
14555         * src/account.c
14556                 Sync with HEAD
14557         * src/prefs_actions.c
14558         * src/prefs_customheader.c
14559         * src/prefs_filtering.c
14560         * src/prefs_msg_colors.c
14561         * src/prefs_summary_column.c
14562         * src/gtk/prefswindow.c
14563                 Use GtkTreeView instead of deprecated 
14564                 widgets. Patches by Alfons.
14565
14566 2004-12-30 [paul]       0.9.13cvs22.2
14567
14568         * src/foldersel.c
14569                 use GTK 2 Tree View
14570                 patch by Alfons, with root folder sorting fix
14571                 by Stephan Sachse
14572
14573 2004-12-30 [paul]       0.9.13cvs22.1
14574
14575         * ChangeLog
14576         * ChangeLog.claws
14577         * ChangeLog.jp
14578         * NEWS
14579         * configure.ac
14580         * src/account.c
14581                 sync with HEAD
14582
14583 2004-12-22 [martin]     0.9.13cvs21.2
14584
14585         * src/action.c
14586                 free the command line after its use
14587
14588 2004-12-18 [paul]       0.9.13cvs21.1
14589
14590         * AUTHORS
14591         * ChangeLog
14592         * ChangeLog.claws
14593         * ChangeLog.jp
14594         * NEWS
14595         * configure.ac
14596         * src/action.c
14597         * src/compose.c
14598         * src/syldap.c
14599                 sync with HEAD
14600
14601 2004-12-17 [martin]     0.9.13cvs17.2
14602
14603         * src/action.c
14604                 convert actions input to locale
14605         * src/inc.c
14606                 convert notification command to locale
14607         * src/plugins/pgpmime/select-keys.c
14608                 convert attributes to utf8
14609
14610 2004-12-14 [colin]      0.9.13cvs17.1
14611
14612         * ChangeLog
14613         * ChangeLog.jp
14614         * ChangeLog.claws
14615         * src/action.c
14616         * src/common/utils.c
14617         * src/gtk/prefswindow.c
14618         * src/gtk/gtkutils.c
14619         * src/gtk/gtkutils.h
14620         * src/plugins/spamassassin/libspamc.c
14621                 Sync with HEAD
14622
14623 2004-12-13 [colin]      0.9.13cvs14.1
14624
14625         * src/quote_fmt_parse.y
14626                 Sync with HEAD
14627
14628 2004-12-10 [colin]      0.9.13cvs12.1
14629
14630         * src/prefs_themes.c
14631         * src/mainwindow.c
14632         * src/messageview.c
14633                 Sync with HEAD
14634
14635 2004-12-09 [colin]      0.9.13cvs10.1
14636
14637         * src/procmime.c
14638                 Sync with HEAD (fix B64 encoding from memory)
14639
14640 2004-12-08 [colin]      0.9.13cvs9.1
14641
14642         * src/gtk/colorlabel.c
14643                 Sync with HEAD
14644
14645 2004-12-08 [paul]       0.9.13cvs8.2
14646
14647         * src/gtk/pluginwindow.c
14648                 fix window resizing oddities
14649
14650 2004-12-08 [colin]      0.9.13cvs8.1
14651
14652         * src/quote_fmt_parse.y
14653                 Sync with HEAD
14654
14655 2004-12-08 [colin]      0.9.13cvs7.1
14656
14657         * src/matcher_parser_parse.y
14658         * src/msgcache.c
14659         * src/prefs_matcher.c
14660         * src/procheader.c
14661         * src/matcher.c
14662         * src/common/defs.h
14663         * po/sr.po
14664                 Sync with HEAD
14665
14666 2004-12-08 [colin]      0.9.13cvs6.1
14667
14668         * src/quote_fmt_parse.y
14669         * src/textview.c
14670                 Sync with HEAD
14671         * src/gtk/prefswindow.c
14672         * src/gtk/pluginwindow.c
14673                 Fix G_CALLBACKS protos (thanks to Alfons)
14674
14675 2004-12-07 [torte]      0.9.13cvs2.2
14676
14677         * src/procmime.c
14678                 [Bug 650] reply button causes crash
14679                 Thanks to David Relson and Christoph
14680
14681 2004-12-07 [colin]      0.9.13cvs2.1
14682
14683         * ChangeLog.claws
14684         * AUTHORS
14685         * po/sk.po
14686         * src/procmime.c
14687         * src/prefs_account.c
14688         * src/common/smtp.c
14689         * src/common/smtp.h
14690                 Sync with HEAD
14691
14692 2004-12-06 [colin]      0.9.12cvs187.1
14693
14694         * ChangeLog.claws
14695         * INSTALL
14696         * Makefile.am
14697         * README.claws
14698         * TODO.claws
14699         * configure.ac
14700         * po/bg.po
14701         * po/cs.po
14702         * po/el.po
14703         * po/en_GB.po
14704         * po/es.po
14705         * po/fr.po
14706         * po/hr.po
14707         * po/hu.po
14708         * po/it.po
14709         * po/ja.po
14710         * po/ko.po
14711         * po/nl.po
14712         * po/pl.po
14713         * po/pt_BR.po
14714         * po/ru.po
14715         * po/sk.po
14716         * po/sr.po
14717         * po/sv.po
14718         * po/zh_CN.po
14719         * po/zh_TW.Big5.po
14720         * src/compose.c
14721         * tools/Makefile.am
14722         * tools/README
14723         * tools/filter_conv.pl
14724         * tools/kdeservicemenu/README
14725         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14726         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14727                 Sync with HEAD
14728
14729 2004-12-04 [colin]      0.9.12cvs183.1
14730
14731         * src/compose.c
14732                 Sync with HEAD (compose window position saving)
14733
14734 2004-12-04 [paul]       0.9.12cvs182.3
14735
14736         * src/messageview.c
14737         * src/mimeview.c
14738         * src/prefs_customheader.c
14739         * src/gtk/quicksearch.c
14740                 replace some forgotten GTK_SIGNAL_FUNCs
14741
14742 2004-12-04 [paul]       0.9.12cvs182.2
14743
14744         * src/Makefile.am
14745                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14746                 committed in error      
14747
14748 2004-12-04 [paul]       0.9.12cvs182.1
14749
14750         * ChangeLog
14751         * ChangeLog.claws
14752         * ChangeLog.jp
14753         * INSTALL
14754         * NEWS
14755         * README
14756         * README.jp
14757         * configure.ac
14758         * doc/manual/ja/Makefile.am
14759         * doc/manual/ja/sylpheed-1.html
14760         * doc/manual/ja/sylpheed-10.html
14761         * doc/manual/ja/sylpheed-11.html
14762         * doc/manual/ja/sylpheed-12.html
14763         * doc/manual/ja/sylpheed-13.html
14764         * doc/manual/ja/sylpheed-14.html
14765         * doc/manual/ja/sylpheed-15.html
14766         * doc/manual/ja/sylpheed-16.html
14767         * doc/manual/ja/sylpheed-17.html
14768         * doc/manual/ja/sylpheed-18.html
14769         * doc/manual/ja/sylpheed-19.html
14770         * doc/manual/ja/sylpheed-2.html
14771         * doc/manual/ja/sylpheed-20.html
14772         * doc/manual/ja/sylpheed-3.html
14773         * doc/manual/ja/sylpheed-4.html
14774         * doc/manual/ja/sylpheed-5.html
14775         * doc/manual/ja/sylpheed-6.html
14776         * doc/manual/ja/sylpheed-7.html
14777         * doc/manual/ja/sylpheed-8.html
14778         * doc/manual/ja/sylpheed-9.html
14779         * doc/manual/ja/sylpheed.html
14780         * doc/manual/ja/sylpheed.sgml
14781         * po/de.po
14782         * src/Makefile.am
14783         * src/compose.c
14784         * src/procmime.c
14785         * src/pixmaps/regular.xpm **REMOVED**
14786         * src/plugins/pgpmime/pgpmime.c
14787         * src/plugins/pgpmime/plugin.c
14788         * src/plugins/pgpmime/prefs_gpg.c
14789                 sync with HEAD
14790
14791 2004-12-03 [paul]       0.9.12cvs180.1
14792
14793         * ChangeLog
14794         * ChangeLog.claws
14795         * ChangeLog.jp
14796         * configure.ac
14797         * src/Makefile.am
14798         * src/pop.c
14799         * src/common/utils.c
14800         * src/common/utils.h
14801         * src/pixmaps/continue.xpm
14802         * src/pixmaps/dir_close.xpm
14803         * src/pixmaps/dir_open.xpm
14804         * src/pixmaps/drafts_close.xpm
14805         * src/pixmaps/drafts_open.xpm
14806         * src/pixmaps/folder.xpm **REMOVED**
14807         * src/pixmaps/group.xpm
14808         * src/pixmaps/unread.xpm
14809                 sync with HEAD
14810
14811 2004-12-02 [colin]      0.9.12cvs179.1
14812
14813         * src/compose.c
14814                 Sync with HEAD (non-duplicated reedition)
14815
14816 2004-12-02 [colin]      0.9.12cvs178.1
14817
14818         * src/compose.c
14819                 Sync with HEAD (linewrap_quote fix)
14820
14821 2004-12-01 [colin]      0.9.12cvs177.3
14822
14823         * src/addrharvest.c
14824                 Replace sizeof with strlen
14825
14826 2004-12-01 [paul]       0.9.12cvs177.2
14827
14828         * src/addrharvest.c
14829                 fix 'harvest addresses'
14830
14831 2004-11-30 [colin]      0.9.12cvs177.1
14832
14833         * src/gtk/prefswindow.c
14834         * src/gtk/pluginwindow.c
14835                 Sync with HEAD
14836
14837 2004-11-29 [colin]      0.9.12cvs176.1
14838
14839         * src/folderview.c
14840                 sync with HEAD (Fix disappearing separators in folderview's popup)
14841
14842 2004-11-29 [colin]      0.9.12cvs175.1
14843
14844         * src/procmime.c
14845                 Sync with head (another format fix)
14846
14847 2004-11-29 [colin]      0.9.12cvs174.1
14848
14849         * src/pop.c
14850                 Sync with HEAD (format string fix)
14851
14852 2004-11-26 [colin]      0.9.12cvs173.1
14853
14854         * src/common/smtp.c
14855         * src/common/smtp.h
14856                 Sync with HEAD
14857
14858 2004-11-24 [colin]      0.9.12cvs172.1
14859
14860         * src/plugins/pgpmime/pgpmime.c
14861                 Sync with HEAD
14862
14863 2004-11-24 [colin]      0.9.12cvs171.1
14864
14865         * src/plugins/pgpmime/pgpmime.c
14866                 Sync with head (gpgmectx leaks)
14867
14868 2004-11-24 [colin]      0.9.12cvs169.1
14869
14870         * src/plugins/pgpmime/plugin.c
14871         * src/plugins/trayicon/Makefile.am
14872         * src/plugins/trayicon/newmarkedmail.xpm
14873         * src/plugins/trayicon/trayicon.c
14874         * src/plugins/trayicon/unreadmarkedmail.xpm
14875                 Sync with HEAD
14876
14877 2004-11-23 [colin]      0.9.12cvs168.1
14878
14879         * src/partial_download.c
14880         * src/partial_download.h
14881         * src/plugins/pgpmime/plugin.c
14882                 Sync with HEAD
14883
14884 2004-11-23 [colin]      0.9.12cvs166.1
14885
14886         * src/Makefile.am
14887         * src/codeconv.c
14888         * src/compose.c
14889         * src/folderview.c
14890         * src/main.c
14891         * src/partial_download.c
14892         * src/partial_download.h
14893         * src/prefs_account.c
14894         * src/prefs_account.h
14895         * src/privacy.c
14896         * src/privacy.h
14897         * src/procmime.c
14898         * src/common/Makefile.am
14899         * src/common/base64.h
14900         * src/common/partial_download.c
14901         * src/common/partial_download.h
14902         * src/gtk/prefswindow.c
14903         * src/gtk/prefswindow.h
14904         * src/plugins/pgpmime/pgpmime.c
14905         * src/plugins/pgpmime/prefs_gpg.c
14906         * src/plugins/pgpmime/prefs_gpg.h
14907         * src/plugins/pgpmime/sgpgme.c
14908         * src/plugins/pgpmime/sgpgme.h
14909                 Sync with HEAD
14910
14911 2004-11-23 [colin]      0.9.12cvs163.1
14912
14913         * src/main.c
14914                 Sync with HEAD (cursor optimization)
14915
14916 2004-11-23 [colin]      0.9.12cvs162.1
14917
14918         * src/prefs_common.c
14919         * src/prefs_themes.c
14920         * src/procmsg.c
14921                 Sync with HEAD
14922
14923 2004-11-23 [colin]      0.9.12cvs158.9
14924
14925         * src/compose.c
14926                 Fix double-free when forwarding
14927         * src/msgcache.c
14928                 Fix leak on error path
14929                 
14930
14931 2004-11-23 [colin]      0.9.12cvs158.8
14932
14933         * src/compose.c
14934                 Fix possible double-free
14935                 Spotted by Alfons
14936
14937 2004-11-23 [colin]      0.9.12cvs158.7
14938
14939         * src/compose.c
14940                 Fix some signal handlers' prototypes
14941                 Spotted by Alfons
14942
14943 2004-11-22 [colin]      0.9.12cvs158.6
14944
14945         * src/compose.c
14946                 Remove unneeded code and duplicated
14947                 wrapping - patch by Alfons
14948
14949 2004-11-22 [colin]      0.9.12cvs158.5
14950
14951         * src/prefs_themes.c
14952                 Fix oversized selector
14953
14954 2004-11-22 [colin]      0.9.12cvs158.4
14955
14956         * src/compose.c
14957                 fix dump_text()
14958                 patch by Alfons
14959
14960 2004-11-19 [colin]      0.9.12cvs158.3
14961
14962         * src/textview.c
14963                 Add a context menu on links (open, copy)
14964
14965 2004-11-18 [paul]       0.9.12cvs158.2
14966
14967         * src/addrgather.c
14968         * src/exphtmldlg.c
14969         * src/expldifdlg.c
14970         * src/mimeview.c
14971         * src/prefs_common.c
14972         * src/plugins/image_viewer/viewer.c
14973         * src/plugins/spamassassin/spamassassin_gtk.c
14974                 replace deprecated gtk_notebook_set_page
14975                 and gtk_notebook_current_page
14976
14977 2004-11-18 [paul]       0.9.12cvs158.1
14978
14979         * configure.ac
14980         * src/compose.c
14981         * src/mainwindow.c
14982         * src/messageview.c
14983         * src/prefs_common.c
14984         * src/common/utils.c
14985         * src/common/utils.h
14986                 sync with HEAD
14987
14988 2004-11-17 [colin]      0.9.12cvs156.1
14989
14990         * src/prefs_account.c
14991         * src/prefs_account.h
14992         * src/procmsg.c
14993                 Sync with HEAD (add pref to store encrypted mails encrypted)
14994
14995 2004-11-17 [paul]       0.9.12cvs155.1
14996
14997         * ChangeLog
14998         * ChangeLog.claws
14999         * ChangeLog.jp
15000         * NEWS
15001         * configure.ac
15002         * src/compose.c
15003         * src/jpilot.c
15004         * src/privacy.c
15005         * src/procmime.c
15006         * src/procmime.h
15007         * src/procmsg.c
15008         * src/toolbar.c
15009         * src/pixmaps/error.xpm
15010                 sync with HEAD
15011
15012 2004-11-17 [colin]      0.9.12cvs151.1
15013
15014         * src/plugins/pgpmime/pgpmime.c
15015                 Sync with HEAD (remove debug printf)
15016
15017 2004-11-17 [colin]      0.9.12cvs150.1
15018
15019         * src/plugins/pgpmime/pgpmime.c
15020                 Sync with HEAD (off-by-one fix)
15021
15022 2004-11-17 [colin]      0.9.12cvs149.1
15023
15024         * src/procmsg.c
15025                 Sync with HEAD (coding style fixes)
15026
15027 2004-11-16 [colin]      0.9.12cvs148.1
15028
15029         * src/procmsg.c
15030                 Sync with head (Fix the fix)
15031
15032 2004-11-16 [colin]      0.9.12cvs147.1
15033
15034         * src/procmsg.c
15035                 Sync with Main (leak fix)
15036
15037 2004-11-16 [colin]      0.9.12cvs146.14
15038
15039         * src/compose.c
15040                 Remove useless chunk of code
15041                 Patch by Alfons
15042
15043 2004-11-15 [colin]      0.9.12cvs146.13
15044
15045         * src/compose.c
15046                 Fix drafting after insertion
15047                 Patch by Alfons
15048
15049 2004-11-15 [colin]      0.9.12cvs146.12
15050
15051         * src/compose.c
15052         * src/prefs_filtering.c
15053         * src/prefs_filtering_action.c
15054         * src/prefs_toolbar.c
15055                 Fix some const-correctness
15056
15057 2004-11-15 [colin]      0.9.12cvs146.11
15058
15059         * src/summaryview.c
15060         * src/prefs_themes.c
15061         * src/messageview.c
15062                 Fix some leaks
15063
15064 2004-11-15 [colin]      0.9.12cvs146.10
15065
15066         * src/codeconv.c
15067                 More unreadable locale fixes
15068
15069 2004-11-14 [colin]      0.9.12cvs146.9
15070
15071         * src/textview.c
15072                 Fix uri_security_check
15073                 Patch by Alfons
15074
15075 2004-11-13 [paul]       0.9.12cvs146.8
15076
15077         * src/folder.c
15078         * src/procmime.c
15079                 fix 2 bugs introduced in last commit
15080
15081 2004-11-13 [paul]       0.9.12cvs146.7
15082
15083         * src/compose.c
15084         * src/exporthtml.c
15085         * src/exportldif.c
15086         * src/folder.c
15087         * src/imap.c
15088         * src/imap_gtk.c
15089         * src/main.c
15090         * src/mainwindow.c
15091         * src/messageview.c
15092         * src/mh_gtk.c
15093         * src/prefs_themes.c
15094         * src/procmime.c
15095         * src/setup.c
15096         * src/summaryview.c
15097                 replace deprecated g_basename
15098
15099 2004-11-13 [paul]       0.9.12cvs146.6
15100
15101         * src/compose.c
15102         * src/imap.c
15103         * src/matcher_parser.h
15104         * src/matcher_parser_parse.y
15105         * src/prefs_filtering.c
15106         * src/prefs_filtering_action.c
15107         * src/prefs_themes.c
15108         * src/prefs_toolbar.c
15109         * src/common/utils.c
15110                 various small fixes/cleanups
15111
15112 2004-11-12 [colin]      0.9.12cvs146.5
15113
15114         * src/textview.c
15115                 Validate event's origin on visibility notify
15116                 Patch by Alfons.
15117
15118 2004-11-12 [paul]       0.9.12cvs146.4
15119
15120         * src/exporthtml.c
15121         * src/exportldif.c
15122         * src/imap.c
15123         * src/mh.c
15124         * src/mimeview.c
15125         * src/prefs_spelling.c
15126         * src/prefs_themes.c
15127                 replace deprecated g_dirname    
15128
15129 2004-11-12 [colin]      0.9.12cvs146.3
15130
15131         * src/textview.c
15132                 Some coding style fixes
15133
15134 2004-11-12 [colin]      0.9.12cvs146.2
15135
15136         * src/codeconv.c
15137                 We want to replace _all_ extended chars in
15138                 conv_unreadable_*, because any string containing
15139                 extended chars not parsing as UTF8 is 
15140                 undisplayed on gtk2.
15141
15142 2004-11-12 [paul]       0.9.12cvs146.1
15143
15144         * ChangeLog
15145         * ChangeLog.claws
15146         * ChangeLog.jp
15147         * NEWS
15148         * configure.ac
15149         * src/account.c
15150         * src/folderview.c
15151         * src/folderview.h
15152         * src/imap.c
15153         * src/imap_gtk.c
15154         * src/inc.c
15155         * src/mainwindow.c
15156         * src/mh_gtk.c
15157         * src/news_gtk.c
15158         * src/pop.c
15159         * src/prefs_account.c
15160         * src/prefs_account.h
15161         * src/prefs_ext_prog.c
15162         * src/procmime.c
15163         * src/procmime.h
15164         * src/procmsg.c
15165         * src/procmsg.h
15166         * src/summary_search.c
15167         * src/summaryview.c
15168         * src/textview.c
15169         * src/common/defs.h
15170         * src/common/utils.c
15171         * src/common/utils.h
15172         * src/gtk/menu.c
15173         * src/gtk/menu.h
15174                 sync with HEAD
15175
15176 2004-11-11 [colin]      0.9.12cvs144.2
15177
15178         * src/textview.c
15179                 Fix URI range selection (patch by Alfons)
15180
15181 2004-11-09 [colin]      0.9.12cvs144.1
15182
15183         * ChangeLog.claws
15184         * src/compose.c
15185         * src/folder.c
15186         * src/folder_item_prefs.c
15187         * src/prefs_account.c
15188         * src/prefs_account.h
15189         * src/plugins/pgpmime/pgpmime.c
15190                 Sync with HEAD
15191
15192 2004-11-08 [colin]      0.9.12cvs143.1
15193
15194         * src/summaryview.c
15195                 Sync with HEAD (optimize quicksearch)
15196
15197 2004-11-08 [colin]      0.9.12cvs142.2
15198
15199         * src/compose.c
15200                 Don't wrap when Edit/Auto wrapping is disabled
15201
15202 2004-11-08 [colin]      0.9.12cvs142.1
15203
15204         * src/textview.c
15205                 Sync with HEAD
15206
15207 2004-11-08 [colin]      0.9.12cvs141.1
15208
15209         * src/textview.c
15210                 Sync with HEAD (fix some mail URIs)
15211
15212 2004-11-08 [colin]      0.9.12cvs140.3
15213
15214         * src/textview.c
15215                 o Use text cursor instead of arrow when
15216                   not on a link
15217                 o Fix handling of contiguous links (as in
15218                   "colin@colino.net" <colin@colino.net>)
15219                   This one unveils a bug in get_email_part()
15220
15221 2004-11-07 [colin]      0.9.12cvs140.2
15222
15223         * src/textview.c
15224                 Fix memleak. Patch by Alfons.
15225
15226 2004-11-06 [colin]      0.9.12cvs140.1
15227
15228         * src/compose.c
15229                 Sync with HEAD (don't ask passphrase
15230                 when drafting)
15231
15232 2004-11-06 [paul]       0.9.12cvs139.2
15233
15234         * AUTHORS
15235         * src/textview.c
15236         * src/textview.h
15237                 textview URI handling. hovering over a 
15238                 link displays it in the status bar,
15239                 and changes the mouse pointer to a hand 
15240                 cursor. a link is activated with a single 
15241                 click. (Modified from the) patch by Jean-Yves 
15242                 Lefort <jylefort@users.sourceforge.net>
15243                 
15244
15245 2004-11-05 [colin]      0.9.12cvs139.1
15246
15247         * src/compose.c
15248         * src/procmime.c
15249                 Sync with HEAD again ^^
15250
15251 2004-11-05 [colin]      0.9.12cvs139.1
15252
15253         * src/compose.c
15254         * src/procmime.c
15255                 Sync with HEAD
15256
15257 2004-11-03 [paul]       0.9.12cvs138.1
15258
15259         * ChangeLog.claws
15260         * configure.ac
15261         * po/POTFILES.in
15262         * src/prefs_ext_prog.c
15263         * src/procmime.c
15264         * tools/kdeservicemenu/README
15265         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15266         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15267                 sync with HEAD
15268
15269 2004-11-01 [christoph]  0.9.12cvs136.2
15270
15271         * src/procmime.c
15272                 convert MIME parameters to UTF-8
15273
15274 2004-10-29 [colin]      0.9.12cvs136.1
15275
15276         * src/common/utils.c
15277                 Sync with HEAD (don't use '=' in mime boundary)
15278
15279 2004-10-29 [paul]       0.9.12cvs135.1
15280
15281         * configure.ac
15282         * doc/src/rfc2231.txt
15283         * src/procmime.c
15284         * src/common/quoted-printable.c
15285         * src/common/utils.c
15286         * src/common/utils.h
15287                 sync with HEAD
15288
15289 2004-10-27 [paul]       0.9.12cvs134.1
15290
15291         * configure.ac
15292         * src/main.c
15293         * src/procmime.c
15294         * src/plugins/pgpmime/pgpmime.c
15295                 sync with HEAD
15296
15297 2004-10-26 [paul]       0.9.12cvs132.3
15298
15299         * src/account.c
15300         * src/addressbook.c
15301         * src/addrgather.c
15302         * src/addrharvest.c
15303         * src/codeconv.c
15304         * src/compose.c
15305         * src/customheader.c
15306         * src/editaddress.c
15307         * src/editgroup.c
15308         * src/enriched.c
15309         * src/expldifdlg.c
15310         * src/exporthtml.c
15311         * src/exportldif.c
15312         * src/folder.c
15313         * src/foldersel.c
15314         * src/folderview.c
15315         * src/grouplistdialog.c
15316         * src/html.c
15317         * src/imap.c
15318         * src/jpilot.c
15319         * src/ldapserver.c
15320         * src/ldif.c
15321         * src/mimeview.c
15322         * src/news.c
15323         * src/news_gtk.c
15324         * src/pop.c
15325         * src/prefs_display_header.c
15326         * src/prefs_gtk.c
15327         * src/prefs_msg_colors.c
15328         * src/prefs_toolbar.c
15329         * src/procheader.c
15330         * src/procmime.c
15331         * src/summaryview.c
15332         * src/textview.c
15333         * src/toolbar.c
15334         * src/vcard.c
15335         * src/common/mgutils.c
15336         * src/common/nntp.c
15337         * src/common/smtp.c
15338         * src/common/template.c
15339         * src/common/utils.c
15340         * src/common/xmlprops.c
15341         * src/plugins/pgpmime/pgpmime.c
15342         * src/plugins/pgpmime/select-keys.c
15343         * src/plugins/pgpmime/sgpgme.c
15344                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15345                 g_string_sprintfa(), gtk_notebook_current_page()
15346
15347 2004-10-26 [colin]      0.9.12cvs132.2
15348
15349         * src/prefs_folder_item.c
15350                 Fix default-account selection
15351
15352 2004-10-21 [colin]      0.9.12cvs133
15353
15354         * src/compose.c
15355                 Sync with HEAD (Remove extra separator in compose's Options)
15356         * src/textview.c
15357                 Set wrapping to char
15358
15359 2004-10-21 [paul]       0.9.12cvs131.2
15360
15361         * src/compose.c
15362         * src/sourcewindow.c
15363                 fix wrapping
15364                 fix window shrinking 
15365
15366 2004-10-21 [colin]      0.9.12cvs131.1
15367
15368         * ChangeLog.claws
15369         * src/compose.c
15370                 Sync with HEAD
15371
15372 2004-10-21 [paul]       0.9.12cvs130.2
15373
15374         * src/prefs_folder_item.c
15375                 sync with HEAD (Apply to subfolders)
15376
15377 2004-10-19 [colin]      0.9.12cvs130.1
15378
15379         * ChangeLog.claws
15380         * src/compose.c
15381         * src/common/utils.c
15382         * src/gtk/menu.c
15383                 Sync with HEAD
15384
15385 2004-10-19 [colin]      0.9.12cvs128.1
15386
15387         * src/addrbook.c
15388         * src/addrcache.c
15389         * src/addressbook.c
15390         * src/codeconv.c
15391         * src/compose.c
15392         * src/customheader.c
15393         * src/editaddress.c
15394         * src/editgroup.c
15395         * src/exporthtml.c
15396         * src/folder.c
15397         * src/folderview.c
15398         * src/imap.c
15399         * src/jpilot.c
15400         * src/main.c
15401         * src/matcher_parser_parse.y
15402         * src/mbox.c
15403         * src/pop.c
15404         * src/prefs_account.c
15405         * src/prefs_gtk.c
15406         * src/prefs_msg_colors.c
15407         * src/procheader.c
15408         * src/procmime.c
15409         * src/procmime.h
15410         * src/procmsg.c
15411         * src/summaryview.c
15412         * src/textview.c
15413         * src/common/base64.c
15414         * src/common/partial_download.c
15415         * src/common/socket.c
15416         * src/common/sylpheed.c
15417         * src/common/utils.c
15418         * src/common/utils.h
15419         * src/gtk/pluginwindow.c
15420         * src/gtk/quicksearch.c
15421         * src/plugins/clamav/clamav_plugin.c
15422         * src/plugins/clamav/clamav_plugin.h
15423         * src/plugins/clamav/clamav_plugin_gtk.c
15424         * src/plugins/pgpmime/passphrase.c
15425         * src/plugins/pgpmime/pgpmime.c
15426         * src/plugins/pgpmime/plugin.c
15427         * src/plugins/pgpmime/prefs_gpg.c
15428         * src/plugins/pgpmime/prefs_gpg.h
15429         * src/plugins/pgpmime/select-keys.c
15430         * src/plugins/pgpmime/sgpgme.c
15431         * src/plugins/spamassassin/libspamc.c
15432         * src/plugins/spamassassin/spamassassin.c
15433         * src/plugins/spamassassin/spamassassin.h
15434         * src/plugins/spamassassin/spamassassin_gtk.c
15435         * src/plugins/trayicon/trayicon.c
15436         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15437                 Sync with HEAD
15438
15439 2004-10-14 [colin]      0.9.12cvs126.2
15440
15441         * src/codeconv.c
15442         * src/textview.c
15443                 Fix conv_unreadable_locale
15444
15445 2004-10-13 [colin]      0.9.12cvs126.1
15446
15447         * src/compose.c
15448                 Sync with HEAD (don't convert charset for 
15449                 drafted messages, minor cleanup)
15450
15451 2004-10-13 [colin]      0.9.12cvs125.1
15452
15453         * po/POTFILES.in
15454                 Sync with HEAD (POTFILES fix)
15455
15456 2004-10-12 [colin]      0.9.12cvs124.3
15457
15458         * src/compose.c
15459                 Fix encoding bug from latest sync
15460
15461 2004-10-12 [paul]       0.9.12cvs124.2
15462
15463         * src/plugins/pgpmime/prefs_gpg.c
15464         * src/plugins/pgpmime/prefs_gpg.h
15465                 forgotten in last commit        
15466
15467 2004-10-12 [paul]       0.9.12cvs124.1
15468
15469         * ChangeLog.claws
15470         * configure.ac
15471         * m4/spamassassin.m4
15472         * src/Makefile.am
15473         * src/account.c
15474         * src/compose.c
15475         * src/compose.h
15476         * src/crash.c
15477         * src/main.c
15478         * src/mimeview.c
15479         * src/passphrase.c
15480         * src/passphrase.h
15481         * src/prefs_account.c
15482         * src/prefs_account.h
15483         * src/prefs_common.c
15484         * src/privacy.c
15485         * src/privacy.h
15486         * src/procmime.c
15487         * src/procmime.h
15488         * src/procmsg.c
15489         * src/rfc2015.c
15490         * src/rfc2015.h
15491         * src/select-keys.c
15492         * src/select-keys.h
15493         * src/textview.c
15494         * src/common/utils.c
15495         * src/common/utils.h
15496         * src/gtk/about.c
15497         * src/plugins/pgpmime/Makefile.am
15498         * src/plugins/pgpmime/passphrase.c
15499         * src/plugins/pgpmime/passphrase.h
15500         * src/plugins/pgpmime/pgpmime.c
15501         * src/plugins/pgpmime/plugin.c
15502         * src/plugins/pgpmime/select-keys.c
15503         * src/plugins/pgpmime/select-keys.h
15504         * src/plugins/pgpmime/sgpgme.c
15505         * src/plugins/pgpmime/sgpgme.h
15506                 sync with HEAD
15507
15508 2004-10-04 [colin]      0.9.12cvs122.1
15509
15510         * src/mainwindow.c
15511         * src/messageview.c
15512         * src/messageview.h
15513         * src/textview.c
15514                 Sync with HEAD
15515
15516 2004-10-04 [colin]      0.9.12cvs121.1
15517
15518         * src/summaryview.c
15519                 Sync with HEAD
15520
15521 2004-10-04 [paul]       0.9.12cvs120.1
15522
15523         * configure.ac
15524                 sync with HEAD [don't try to build 
15525                 pgpmime plugin when gpgme is disabled]
15526
15527 2004-10-03 [colin]      0.9.12cvs119.3
15528
15529         * src/gtk/gtksctree.c
15530                 Lots of side effects. Put back as before 117.2.
15531         * src/summaryview.c
15532                 Fix bug #602
15533
15534 2004-10-03 [colin]      0.9.12cvs119.2
15535
15536         * src/gtk/gtksctree.c
15537                 Revert 608 fix that doesn't work that good
15538
15539 2004-10-02 [colin]      0.9.12cvs119.1
15540
15541         * src/mainwindow.c
15542         * src/messageview.c
15543         * src/prefs_common.h
15544         * src/procmime.c
15545         * src/procmime.h
15546         * src/textview.c
15547                 Sync with HEAD
15548         * src/gtk/gtksctree.c
15549                 Close bug #608
15550
15551 2004-10-01 [colin]      0.9.12cvs118.1
15552
15553         * src/mimeview.c
15554                 Sync with HEAD (better Save All fix)
15555
15556 2004-10-01 [colin]      0.9.12cvs117.2
15557
15558         * src/gtk/gtksctree.c
15559                 Faster on selection
15560
15561 2004-10-01 [colin]      0.9.12cvs117.1
15562
15563         * src/mimeview.c
15564                 Sync with HEAD (Save All: only attachments)
15565
15566 2004-10-01 [paul]       0.9.12cvs116.1
15567
15568         * ChangeLog.claws
15569         * configure.ac
15570         * src/account.c
15571         * src/prefs_common.c
15572         * src/gtk/colorlabel.c
15573                 sync with HEAD
15574
15575 2004-09-30 [colin]      0.9.12cvs115.1
15576
15577         * src/stock_pixmap.c
15578         * src/stock_pixmap.h
15579         * src/folderview.c
15580         * src/Makefile.am
15581         * src/pixmaps/read.xpm
15582                 Sync with HEAD (new pixmap)
15583
15584 2004-09-29 [colin]      0.9.12cvs114.1
15585
15586         * src/compose.c
15587                 Sync with HEAD
15588                 Fix focus handling in headers
15589
15590 2004-09-29 [paul]       0.9.12cvs113.1
15591
15592         * src/quote_fmt_parse.y
15593                 sync with HEAD
15594  
15595
15596 2004-09-28 [colin]      0.9.12cvs112.1
15597
15598         * src/folderview.c
15599         * src/mainwindow.c
15600                 Sync with HEAD
15601
15602 2004-09-28 [colin]      0.9.12cvs110.1
15603
15604         * src/folderview.c
15605                 Sync with HEAD (Contextual Empty trash menu)
15606
15607 2004-09-28 [colin]      0.9.12cvs108.1
15608
15609         * src/addressbook.c
15610                 Sync with HEAD (addressbook edit on double-click)
15611
15612 2004-09-28 [colin]      0.9.12cvs106.1
15613
15614         * src/inc.c
15615                 Sync with HEAD (folder_item freeze on inc)
15616
15617 2004-09-27 [colin]      0.9.12cvs105.1
15618
15619         * src/folderview.c
15620                 Sync with HEAD (right-align new and unread column)
15621
15622 2004-09-27 [colin]      0.9.12cvs104.1
15623
15624         * src/main.c
15625                 Sync with HEAD (revert 0.9.12cvs101)
15626
15627 2004-09-24 [colin]      0.9.12cvs103.2
15628
15629         * src/wizard.c
15630                 Fix gtk warnings and use domain part of the email address 
15631                 when domain detection fails (no dot in domain name)
15632
15633 2004-09-23 [colin]      0.9.12cvs103.1
15634
15635         * src/plugins/spamassassin/libspamc.c
15636         * src/plugins/spamassassin/libspamc.h
15637         * src/plugins/spamassassin/utils.c
15638         * src/plugins/spamassassin/utils.h
15639                 Sync with HEAD (Update spamassassin to 3.0)
15640
15641 2004-09-21 [colin]      0.9.12cvs102.3
15642
15643         * src/action.c
15644                 Add horizontal scrollbar in action io dialog as needed
15645                 Patch by Alfons.
15646
15647 2004-09-20 [colin]      0.9.12cvs102.2
15648
15649         * src/plugins/image_viewer/viewer.c
15650                 Remove imlib stuff
15651                 use gtk_pixmap_set when clearing
15652                 (would be better to use gtkImages, but causes size-allocate 
15653                 signals storm)
15654
15655 2004-09-17 [paul]       0.9.12cvs102.1
15656
15657         * ChangeLog
15658         * ChangeLog.claws
15659         * ChangeLog.jp
15660         * configure.ac
15661         * src/inc.c
15662                 sync with HEAD
15663
15664
15665 2004-09-17 [colin]      0.9.12cvs101.1
15666
15667         * ChangeLog.claws
15668         * src/main.c
15669                 Sync with HEAD (fix segs at exit)
15670
15671 2004-09-14 [colin]      0.9.12cvs99.5
15672
15673         * src/common/socket.c
15674         * AUTHORS
15675                 Fix send error on 64bit platforms
15676                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15677
15678 2004-09-14 [colin]      0.9.12cvs99.4
15679
15680         * src/action.c
15681                 Fix action output with utf8 
15682                 Patch by Alfons.
15683
15684 2004-09-14 [colin]      0.9.12cvs99.3
15685
15686         * ChangeLog.claws
15687         * src/folder.c
15688                 Sync with HEAD
15689
15690 2004-09-09 [colin]      0.9.12cvs99.2
15691
15692         * src/action.c
15693                 Fix progress bar (displaying "Completed %v/%u")
15694                 Patch by Alfons.
15695
15696 2004-09-08 [colin]      0.9.12cvs99.1
15697
15698         * src/account.c
15699         * src/folder.c
15700         * src/procmsg.c
15701         * src/procmsg.h
15702         * src/plugins/pgpmime/pgpmime.c
15703                 Sync with HEAD
15704
15705 2004-09-08 [colin]      0.9.12cvs97.2
15706
15707         * src/summaryview.c
15708                 Don't select mails in collapsed threads 
15709                 when navigating with up/down
15710
15711 2004-09-07 [colin]      0.9.12cvs97.1
15712
15713         * src/inc.c
15714                 Sync with HEAD (meaningful error messages)
15715
15716 2004-09-06 [colin]      0.9.12cvs96.1
15717
15718         * src/toolbar.c
15719                 Sync with HEAD (fix Redirect graying out)
15720
15721 2004-09-06 [colin]      0.9.12cvs95.1
15722
15723         * src/summaryview.c
15724         * src/mimeview.c
15725                 Sync with HEAD (fix dropped URIs)
15726
15727 2004-09-06 [colin]      0.9.12cvs94.1
15728
15729         * src/addressbook.c
15730         * src/addressitem.h
15731         * src/addritem.c
15732         * src/addritem.h
15733                 Sync with HEAD (addressbook DnD)
15734
15735 2004-09-03 [colin]      0.9.12cvs93.1
15736
15737         * src/summaryview.c
15738                 Sync with HEAD (next/prev unread)
15739
15740 2004-09-03 [colin]      0.9.12cvs92.1
15741
15742         * src/prefs_common.c
15743         * src/prefs_common.h
15744         * src/summaryview.c
15745                 Sync with HEAD ('mark_as_read_delay' pref)
15746
15747 2004-09-02 [colin]      0.9.12cvs91.2
15748
15749         * src/common/xml.c
15750                 Fix leak
15751
15752 2004-09-02 [colin]      0.9.12cvs91.1
15753
15754         * src/gtk/menu.c
15755                 Sync with HEAD (menu accel don't work, but whatever)
15756
15757 2004-09-02 [colin]      0.9.12cvs90.1
15758
15759         * src/account.c
15760                 Sync with HEAD (fix bug 582)
15761
15762 2004-09-02 [colin]      0.9.12cvs89.1
15763
15764         * src/addrindex.c
15765                 Sync with HEAD (free deleted queries)
15766
15767 2004-09-02 [colin]      0.9.12cvs88.1
15768
15769         * src/ldapquery.c
15770                 Sync with HEAD (fix LDAP freezes)
15771
15772 2004-09-02 [colin]      0.9.12cvs87.1
15773
15774         * src/prefs_spelling.c
15775                 Sync with HEAD (add default dictionary)
15776
15777 2004-09-01 [colin]      0.9.12cvs86.1
15778
15779         * src/filtering.c
15780         * src/folderview.c
15781         * src/imap.c
15782         * src/prefs_matcher.c
15783         * src/stock_pixmap.c
15784         * src/summary_search.c
15785         * src/summaryview.c
15786         * src/wizard.c
15787         * src/wizard.h
15788                 Sync with HEAD (uninitialized vars fixes)
15789                 + gtk2 specific warning fixes
15790
15791 2004-08-31 [colin]      0.9.12cvs85.1
15792
15793         * src/folder.c
15794                 Sync with HEAD (Fix memory corruption due to 
15795                 uninitialized var)
15796
15797 2004-08-31 [colin]      0.9.12cvs84.4
15798
15799         * src/summary_search.c
15800                 Fix segfaults when searching in folders with broken headers
15801
15802 2004-08-31 [colin]      0.9.12cvs84.3
15803
15804         * src/compose.c
15805         * src/textview.c
15806                 Fix some more encoding/decoding issues
15807
15808 2004-08-30 [colin]      0.9.12cvs84.2
15809
15810         * src/mimeview.c
15811         * src/prefs_themes.c
15812         * src/gtk/filesel.c
15813         * src/gtk/filesel.h
15814                 Add a folder-mode selection (fixes mimeview's "Save all")
15815
15816 2004-08-29 [colin]      0.9.12cvs84.1
15817
15818         * src/mimeview.c
15819                 Sync with HEAD (don't escape saved filenames)
15820
15821 2004-08-27 [colin]      0.9.12cvs83.1
15822
15823         * ChangeLog
15824         * ChangeLog.claws
15825         * ChangeLog.jp
15826         * src/mh.c
15827         * src/procheader.c
15828         * src/procmsg.c
15829         * src/procmsg.h
15830         * src/common/utils.c
15831         * src/gtk/menu.h
15832         * po/
15833                 Sync with HEAD 0.9.12cvs83 (sync with main)
15834
15835 2004-08-26 [colin]      0.9.12cvs82.4
15836
15837         * src/codeconv.c
15838                 Fix strange stack corruption
15839                 Convert to utf8 after unmime, not before
15840
15841 2004-08-26 [colin]      0.9.12cvs82.3
15842
15843         * src/main.c
15844         * src/wizard.c
15845                 Fix account folders duplication
15846
15847 2004-08-25 [colin]      0.9.12cvs82.2
15848
15849         * src/wizard.c
15850                 Remove ports
15851                 Add SSL selection
15852                 Use login@server as account name
15853
15854 2004-08-25 [colin]      0.9.12cvs82.1
15855
15856         * src/plugins/pgpmime/pgpmime.c
15857                 Sync with HEAD (leak fix).
15858
15859 2004-08-25 [colin]      0.9.12cvs81.1
15860
15861         * src/plugins/pgpmime/pgpmime.c
15862         * src/plugins/pgpmime/sgpgme.c
15863         * src/plugins/pgpmime/sgpgme.h
15864                 Sync with HEAD (Handle combined messages).
15865
15866 2004-08-24 [colin]      0.9.12cvs80.3
15867
15868         * src/wizard.c
15869                 Fix full name, ports, and imap
15870
15871 2004-08-24 [colin]      0.9.12cvs80.2
15872
15873         * src/Makefile.am
15874         * src/main.c
15875         * src/setup.c
15876         * src/setup.h
15877         * src/stock_pixmap.c
15878         * src/stock_pixmap.h
15879         * src/wizard.c ** ADDED **
15880         * src/wizard.h ** ADDED ** 
15881         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15882                 Add a setup wizard 
15883
15884 2004-08-24 [colin]      0.9.12cvs80.1
15885
15886         * src/folder.c
15887                 Sync with HEAD (set mimeflags on all messages)
15888
15889 2004-08-24 [colin]      0.9.12cvs79.3
15890
15891         * src/matcher_parser_lex.l
15892                 Fix 8bits strings not in utf8
15893
15894 2004-08-24 [colin]      0.9.12cvs79.2
15895
15896         * src/compose.c
15897                 Check conversion result before replacing buffer
15898
15899 2004-08-23 [colin]      0.9.12cvs79.1
15900
15901         * src/compose.c
15902                 Sync with HEAD (create message header in memory)
15903
15904 2004-08-23 [colin]      0.9.12cvs78.1
15905
15906         * src/rfc2015.c
15907         * src/rfc2015.h
15908                 Sync with HEAD (fix bug 197 again)
15909
15910 2004-08-23 [colin]      0.9.12cvs77.3
15911
15912         * src/compose.c
15913                 Fix again inline gpg signing (which outputs utf8
15914                 in gtk2). Not syncing this fix to HEAD as this 
15915                 code is meant to die.
15916
15917 2004-08-23 [colin]      0.9.12cvs77.2
15918
15919         * src/prefs_account.h
15920                 Remove useless include
15921
15922 2004-08-23 [colin]      0.9.12cvs77.1
15923
15924         * src/imap.c
15925         * po/es.po
15926         * po/fr.po
15927         * po/it.po
15928         * po/pl.po
15929         * po/pt_BR.po
15930         * po/sk.po
15931         * po/sr.po
15932                 Sync with HEAD (fix bug 577)
15933
15934 2004-08-22 [colin]      0.9.12cvs76.1
15935
15936         * src/plugins/trayicon/trayicon.c
15937                 Sync with HEAD (fix formatting bug)
15938
15939 2004-08-21 [colin]      0.9.12cvs74.2
15940
15941         * src/gtk/colorsel.c
15942                 Fix bug 564 (Folder color selection window exits on any
15943                 keypress)
15944
15945 2004-08-21 [colin]      0.9.12cvs74.1
15946
15947         * ChangeLog.claws
15948         * src/compose.c
15949         * src/summaryview.c
15950         * src/toolbar.c
15951                 Sync with HEAD (fix bug 576)
15952
15953 2004-08-21 [colin]      0.9.12cvs70.1
15954
15955         * src/compose.c
15956         * src/mainwindow.c
15957                 Sync with HEAD
15958                 
15959
15960 2004-08-21 [paul]       0.9.12cvs66.4
15961
15962         * src/mainwindow.c
15963         * src/messageview.c
15964         * src/gtk/menu.c
15965         * src/plugins/spamassassin/spamassassin_gtk.c
15966                 remove some deprecated gtk1 functions
15967
15968
15969 2004-08-21 [colin]      0.9.12cvs66.3
15970
15971         * src/compose.c
15972         * src/codeconv.c
15973                 Fix warnings
15974                 Remove encoding hacks
15975                 Fix bug 575 (Strange character messes up message)
15976                 Don't display conversion error when drafting
15977
15978 2004-08-21 [paul]       0.9.12cvs66.2
15979
15980         * src/prefs_account.c
15981                 fix GnuPG mode bugs
15982
15983
15984 2004-08-20 [colin]      0.9.12cvs66.1
15985
15986         * src/codeconv.c
15987                 Sync with HEAD 0.9.12cvs66
15988
15989 2004-08-20 [paul]
15990
15991         * src/plugins/pgpmime/plugin.c
15992                 modify PGP/MIME plugin's description
15993
15994 2004-08-17 [colin]      0.9.12cvs65.1
15995
15996         * src/common/ssl.c
15997         * src/plugins/pgpmime/plugin.c
15998                 Sync with HEAD
15999
16000 2004-08-14 [colin]      0.9.12cvs60.3
16001
16002         * src/plugins/trayicon/trayicon.c
16003                 Put back resize callback, on size-request signal
16004                 rather than size-allocate to avoid infinite 
16005                 callback loop
16006
16007 2004-08-13 [colin]      0.9.12cvs60.2
16008
16009         * src/common/defs.h
16010                 Cache versions have been fixed
16011
16012 2004-08-13 [colin]      0.9.12cvs60.1
16013
16014         * src/folderutils.c
16015                 Sync with HEAD
16016
16017 2004-08-12 [colin]      0.9.12cvs59.1
16018
16019         * src/plugins/trayicon/trayicon.c
16020                 Sync with HEAD
16021
16022 2004-08-12 [colin]      0.9.12cvs57.5
16023
16024         * sylpheed.desktop
16025         * configure.ac
16026         * src/Makefile.am
16027         * src/main.c
16028                 Add support for Freedesktop.org's startup notification
16029
16030 2004-08-11 [colin]      0.9.12cvs57.4
16031
16032         * src/textview.c
16033                 Fix off-by-one
16034
16035 2004-08-11 [colin]      0.9.12cvs57.3
16036
16037         * src/message_search.c
16038         * src/summary_search.c
16039                 Make searches case insensitive by default
16040         * src/textview.c
16041                 Fix case-insensitive search in message
16042
16043 2004-08-11 [colin]      0.9.12cvs57.2
16044
16045         * src/summary_search.c
16046                 Let case-sensitive be specified
16047
16048 2004-08-10 [colin]      0.9.12cvs55.4
16049
16050         * src/common/socket.c
16051                 Fix the possible race condition
16052
16053 2004-08-09 [paul]       0.9.12cvs55.3
16054
16055         * configure.ac
16056         * src/Makefile.am
16057         * src/common/Makefile.am
16058                 sync with HEAD
16059
16060
16061 2004-08-09 [paul]       0.9.12cvs55.2
16062
16063         * autogen.sh
16064         * po/poconv.sh
16065                 remove unneeded script
16066
16067         * configure.ac
16068                 add forgotten USE_LDAP_TLS (sync with HEAD)
16069
16070
16071 2004-08-09 [colin]      0.9.12cvs55.1
16072
16073         * src/main.c
16074         * src/common/ssl.c
16075         * src/common/sylpheed.c
16076         * src/common/sylpheed.h
16077                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16078
16079 2004-08-09 [paul]       0.9.12cvs54.1
16080
16081         * ChangeLog
16082         * ChangeLog.claws
16083         * ChangeLog.jp
16084         * configure.ac
16085         * po/POTFILES.in
16086         * src/Makefile.am
16087         * src/folderutils.c
16088         * src/main.c
16089         * src/pgpmime.c
16090         * src/pgpmime.h
16091         * src/sgpgme.c
16092         * src/sgpgme.h
16093         * src/plugins/Makefile.am
16094         * src/plugins/pgpmime/.cvsignore
16095         * src/plugins/pgpmime/Makefile.am
16096         * src/plugins/pgpmime/pgpmime.c
16097         * src/plugins/pgpmime/pgpmime.h
16098         * src/plugins/pgpmime/plugin.c
16099         * src/plugins/pgpmime/sgpgme.c
16100         * src/plugins/pgpmime/sgpgme.h
16101                 sync with HEAD
16102
16103 2004-08-08 [paul]       0.9.12cvs51.1
16104
16105         * configure.ac
16106         * src/folder.c
16107                 sync with HEAD
16108
16109 2004-08-07 [colin]      0.9.12cvs50.1
16110
16111         * src/pop.c
16112         * src/common/partial_download.c
16113                 fix warnings (sync from HEAD)
16114
16115 2004-08-07 [colin]      0.9.12cvs48.1
16116
16117         * src/prefs_folder_item.c
16118                 sync with HEAD 0.9.12cvs48
16119
16120 2004-08-06 [colin]      0.9.12cvs47.1
16121
16122         * src/compose.c
16123                 Sync with HEAD
16124
16125 2004-08-06 [christoph]  0.9.12cvs46.2
16126
16127         * src/main.c
16128         * src/plugins/clamav/clamav_plugin_gtk.c
16129         * src/plugins/dillo_viewer/dillo_viewer.c
16130         * src/plugins/image_viewer/plugin.c
16131         * src/plugins/mathml_viewer/mathml_viewer.c
16132         * src/plugins/spamassassin/spamassassin_gtk.c
16133         * src/plugins/trayicon/trayicon.c
16134                 don't mix GTK1.2 plugin with GTK2 plugins
16135
16136 2004-08-06 [colin]      0.9.12cvs46.1
16137
16138         * ChangeLog
16139         * ChangeLog.claws
16140         * ChangeLog.jp
16141         * configure.ac
16142         * sylpheed-claws.pc.in
16143         * src/folder.c
16144         * src/imap.c
16145         * src/localfolder.c
16146         * src/messageview.c
16147         * src/mimeview.c
16148         * src/mimeview.h
16149         * src/msgcache.c
16150         * src/news.c
16151         * src/prefs_ext_prog.c
16152         * src/prefs_folder_item.c
16153         * src/prefs_fonts.c
16154         * src/prefs_msg_colors.c
16155         * src/prefs_spelling.c
16156         * src/prefs_themes.c
16157         * src/prefs_toolbar.c
16158         * src/prefs_wrapping.c
16159         * src/procmime.h
16160         * src/common/defs.h
16161         * src/common/nntp.c
16162         * src/common/session.c
16163         * src/common/session.h
16164         * src/common/socket.c
16165         * src/common/utils.h
16166         * src/common/xml.c
16167         * src/common/xml.h
16168         * src/gtk/prefswindow.c
16169         * src/gtk/prefswindow.h
16170         * src/plugins/clamav/clamav_plugin_gtk.c
16171         * src/plugins/dillo_viewer/dillo_prefs.c
16172         * src/plugins/image_viewer/viewerprefs.c
16173         * src/plugins/spamassassin/spamassassin_gtk.c
16174         * m4/openssl.m4 *** REMOVED ***
16175                 Sync with HEAD 0.9.12cvs46
16176
16177 2004-08-03 [paul]       0.9.12cvs40.2
16178
16179         * src/action.c
16180         * src/addressadd.c
16181         * src/addressbook.c
16182         * src/addrgather.c
16183         * src/browseldap.c
16184         * src/compose.c
16185         * src/crash.c
16186         * src/editaddress.c
16187         * src/editgroup.c
16188         * src/editldap_basedn.c
16189         * src/foldersel.c
16190         * src/importldif.c
16191         * src/mimeview.c
16192         * src/prefs_common.c
16193         * src/prefs_template.c
16194         * src/sourcewindow.c
16195         * src/summaryview.c
16196         * src/gtk/about.c
16197         * src/gtk/foldersort.c
16198         * src/gtk/logwindow.c
16199         * src/gtk/pluginwindow.c
16200         * src/gtk/prefswindow.c
16201                 change all gtk_scrolled_window_set_policy from 
16202                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16203
16204 2004-08-02 [paul]       0.9.12cvs40.1
16205
16206         * AUTHORS
16207                 update translation team section
16208         * po/pt_BR.po
16209                 updated by Frederico Goncalves Guimaraes
16210                 <fggdebian@yahoo.com.br>
16211
16212 2004-07-31 [colin]      0.9.12cvs39.9
16213
16214         * src/exphtmldlg.c
16215                 Fix compilation
16216
16217 2004-07-31 [colin]      0.9.12cvs39.8
16218
16219         * src/exphtmldlg.c
16220                 Fix an alertpanel type
16221
16222 2004-07-30 [colin]      0.9.12cvs39.7
16223
16224         * src/alertpanel.c
16225                 Fix alertpanel_error_log's icon
16226
16227 2004-07-30 [colin]      0.9.12cvs39.6
16228
16229         * src/pop.c
16230                 Two of them should still be warnings
16231
16232 2004-07-30 [colin]      0.9.12cvs39.5
16233
16234         * src/pop.c
16235                 More warning -> error
16236 2004-07-29 [colin]      0.9.12cvs39.4
16237
16238         * src/pop.c
16239                 Warning -> error
16240
16241 2004-07-29 [colin]      0.9.12cvs39.3
16242
16243         * src/prefs_matcher.c
16244                 Fix segfault
16245
16246 2004-07-29 [colin]      0.9.12cvs39.2
16247
16248         * src/alertpanel.c
16249                 More nice-looking alertpanels
16250
16251 2004-07-29 [colin]      0.9.12cvs39.1
16252
16253         * src/messageview.c
16254                 sync with head
16255                 (inform user when partial mail is deleted on server)
16256
16257 2004-07-29 [colin]      0.9.12cvs38.1
16258
16259         * src/messageview.c
16260                 sync with head
16261
16262 2004-07-28 [paul]       0.9.12cvs37.7
16263
16264         * src/mainwindow.c
16265                 complete the replacement of deprecated gtk_progress_*
16266
16267 2004-07-28 [paul]       0.9.12cvs37.6
16268
16269         * src/action.c
16270         * src/inc.c
16271         * src/mainwindow.c
16272         * src/send_message.c
16273         * src/gtk/progressdialog.c
16274         * src/gtk/progressdialog.h
16275                 replace deprecated gtk_progress_*
16276
16277 2004-07-28 [paul]       0.9.12cvs37.5
16278
16279         * src/gtk/filesel.c
16280                 remove gtk_window_set_wmclass()
16281 2004-07-28 [paul]       0.9.12cvs37.4
16282
16283         * src/addressbook.c
16284         * src/compose.c
16285         * src/foldersel.c
16286         * src/mainwindow.c
16287         * src/messageview.c
16288         * src/sourcewindow.c
16289         * src/gtk/logwindow.c
16290                 remove gtk_window_set_wmclass()
16291                 
16292         * src/prefs_filtering.c
16293         * src/prefs_filtering_action.c
16294         * src/prefs_fonts.c
16295         * src/prefs_gtk.c
16296         * src/prefs_matcher.c
16297         * src/ssl_manager.c
16298         * src/gtk/prefswindow.c
16299                 replace gtk_window_position()
16300
16301 2004-07-28 [colin]      0.9.12cvs37.3
16302
16303         * src/alertpanel.c
16304         * src/alertpanel.h
16305                 Add a way to specify panel type for specific
16306                 panels (alertpanel())
16307         * src/account.c
16308         * src/addressbook.c
16309         * src/compose.c
16310         * src/expldifdlg.c
16311         * src/main.c
16312         * src/messageview.c
16313         * src/summaryview.c
16314         * src/textview.c
16315         * src/gtk/sslcertwindow.c
16316                 Fix alertpanel()s so that their icon match
16317                 their real type
16318
16319 2004-07-28 [paul]       0.9.12cvs37.2
16320
16321         * src/addr_compl.c
16322         * src/addressbook.c
16323         * src/alertpanel.c
16324         * src/compose.c
16325         * src/export.c
16326         * src/foldersel.c
16327         * src/folderview.c
16328         * src/grouplistdialog.c
16329         * src/import.c
16330         * src/mainwindow.c
16331         * src/message_search.c
16332         * src/messageview.c
16333         * src/passphrase.c
16334         * src/prefs_actions.c
16335         * src/prefs_common.c
16336         * src/prefs_customheader.c
16337         * src/prefs_display_header.c
16338         * src/prefs_filtering.c
16339         * src/prefs_filtering_action.c
16340         * src/prefs_gtk.c
16341         * src/prefs_matcher.c
16342         * src/prefs_msg_colors.c
16343         * src/prefs_summary_column.c
16344         * src/prefs_template.c
16345         * src/sourcewindow.c
16346         * src/ssl_manager.c
16347         * src/summary_search.c
16348         * src/gtk/colorsel.c
16349         * src/gtk/description_window.c
16350         * src/gtk/gtkaspell.c
16351         * src/gtk/inputdialog.c
16352         * src/gtk/logwindow.c
16353         * src/gtk/prefswindow.c
16354         * src/gtk/progressdialog.c
16355                 replace deprecated gtk_window_set_policy
16356
16357 2004-07-27 [colin]      0.9.12cvs37.1
16358
16359         * src/msgcache.c
16360                 More fixes (synced for head again)
16361
16362 2004-07-27 [colin]      0.9.12cvs35.3
16363
16364         * src/msgcache.c
16365                 Fix wrong test
16366
16367 2004-07-27 [colin]      0.9.12cvs35.2
16368
16369         * src/mimeview.c
16370                 Fix width a bit (by Paul)
16371         * src/alertpanel.c
16372         * src/alertpanel.h
16373                 Specialize icons, make alertpanel_message()
16374                 private
16375         * src/message_search.c
16376         * src/sgpgme.c
16377         * src/summary_search.c
16378                 Suit alertpanel changes
16379
16380 2004-07-27 [colin]      0.9.12cvs35.1
16381
16382         * src/alertpanel.c
16383                 Add an icon
16384         * src/passphrase.c
16385                 Add debug output - maybe someone will
16386                 want to look at the problem with Grab
16387                 Input :)
16388         Bump version as we're synced with HEAD
16389
16390 2004-07-26 [colin]      0.9.12cvs33.26
16391
16392         * src/pop.c
16393                 Fix uidl-file parsing when not in new
16394                 format
16395
16396 2004-07-26 [colin]      0.9.12cvs33.25
16397
16398         * src/gtk/menu.c
16399                 Move popup menu up if necessary (fixes 
16400                 account selector)
16401         * src/mainwindow.c
16402                 Set account selector's button height to
16403                 minimum
16404
16405 2004-07-26 [colin]      0.9.12cvs33.24
16406
16407         * src/alertpanel.c
16408                 Maybe fix 551 (Truncated font in alert window)
16409
16410 2004-07-26 [colin]      0.9.12cvs33.23
16411
16412         * po/de.po
16413         * po/es.po
16414         * po/fr.po
16415         * po/it.po
16416         * po/ja.po
16417         * po/pl.po
16418         * po/ru.po
16419         * po/sk.po
16420         * po/sr.po
16421         * po/zh_CN.po
16422                 Sync po files with HEAD
16423
16424 2004-07-26 [paul]       0.9.12cvs33.22
16425
16426         * src/compose.c
16427                 fix Bug 556 'Organisation-header is sent even if empty'
16428
16429 2004-07-24 [colin]      0.9.12cvs33.21
16430
16431         * src/compose.c
16432         * src/gtk/gtkaspell.c
16433         * src/gtk/gtkaspell.h
16434                 Fix speller accelerators (require hack)
16435
16436 2004-07-24 [colin]      0.9.12cvs33.20
16437
16438         * src/gtk/gtkaspell.c
16439                 Fix over-eager code deletion breaking
16440                 Check while typing
16441
16442 2004-07-24 [colin]      0.9.12cvs33.19
16443
16444         * src/browseldap.c
16445         * src/ldapctrl.c
16446         * src/ldapctrl.h
16447         * src/ldapserver.h
16448                 Sync ldap with HEAD
16449         (Fixes 546 LDAP completely broken)
16450
16451 2004-07-24 [colin]      0.9.12cvs33.18
16452
16453         * src/prefs_msg_colors.c
16454                 Fix prototype mismatch
16455         (Fixes 547 void function cannot return value)
16456
16457 2004-07-24 [colin]      0.9.12cvs33.17
16458
16459         * src/mainwindow.c
16460                 Fix sort going back to previous sort key
16461                 when changing sort direction
16462
16463 2004-07-24 [colin]      0.9.12cvs33.16
16464
16465         * src/compose.c
16466                 Fix space insertion when re-wrapping at 
16467                 cursor point
16468
16469 2004-07-24 [colin]      0.9.12cvs33.15
16470
16471         * src/gtk/gtkaspell.c
16472                 Don't change cursor position in insert-text
16473                 callback
16474         (Fixes 539 Word wrapping on input transposes letters)
16475
16476 2004-07-24 [colin]      0.9.12cvs33.14
16477
16478         * src/gtk/gtkaspell.c
16479                 Reencode non-ascii chars to dictionary's
16480                 encoding
16481         (Fixes 544 Spell check broken non english locale)
16482
16483 2004-07-24 [colin]      0.9.12cvs33.13
16484
16485         * src/summaryview.c
16486                 Fix Shift+Down, add Home/End/PgUp/PgDown
16487
16488 2004-07-21 [colin]      0.9.12cvs33.12
16489
16490         * src/prefs_common.c
16491                 Fix a gtk warning (Patch by Andrej Kacian)
16492
16493 2004-07-21 [colin]      0.9.12cvs33.11
16494
16495         * src/gtk/filesel.c
16496                 More check
16497
16498 2004-07-21 [colin]      0.9.12cvs33.10
16499
16500         * src/compose.c
16501         * src/crash.c
16502         * src/export.c
16503         * src/import.c
16504         * src/messageview.c
16505         * src/mimeview.c
16506         * src/prefs_spelling.c
16507         * src/prefs_themes.c
16508         * src/summaryview.c
16509         * src/gtk/filesel.c
16510         * src/gtk/filesel.h
16511         * src/gtk/pluginwindow.c
16512                 Untwist open/save mode guessing logic, make
16513                 it explicit
16514
16515 2004-07-20 [colin]      0.9.12cvs33.9
16516
16517         * src/codeconv.c
16518                 conv_encode_header: src_charset is UTF-8 on
16519                 gtk2
16520         * src/compose.c
16521                 Remove double encoding of the headers
16522
16523 2004-07-20 [colin]      0.9.12cvs33.8
16524
16525         * src/codeconv.c
16526                 Fix typo
16527
16528 2004-07-20 [colin]      0.9.12cvs33.7
16529
16530         * src/mainwindow.c
16531                 Set the separated messageview to the saved
16532                 size of Claws' messageview (Patch by Alfons)
16533                 Fix a callback prototype (me)
16534
16535 2004-07-20 [colin]      0.9.12cvs33.6
16536
16537         * src/codeconv.h
16538                 Forgot one hunk in 0.9.12cvs33.4
16539
16540 2004-07-19 [colin]      0.9.12cvs33.5
16541
16542         * src/action.c
16543                 Action output fix
16544                 Patch by Alfons
16545
16546 2004-07-19 [colin]      0.9.12cvs33.4
16547
16548         * src/compose.c
16549                 Fix outgoing charset bug in headers
16550         * src/codeconv.c
16551                 Clean for glib2 - Patch by Alfons
16552
16553 2004-07-19 [colin]      0.9.12cvs33.3
16554
16555         * src/statusbar.c
16556                 Remove grip from the statusbar
16557                 Patch by Alfons
16558
16559 2004-07-19 [colin]      0.9.12cvs33.2
16560
16561         * src/messageview.c
16562         * src/textview.c
16563                 Fix messageview remembering the previous
16564                 scroll position when loading a new message
16565                 Patch by Alfons
16566
16567 2004-07-19 [colin]      0.9.12cvs33.1
16568
16569         * src/folder.h
16570         * src/folderview.c
16571         * src/summaryview.c
16572                 Sync with HEAD
16573
16574 2004-07-18 [colin]      0.9.12cvs32.7
16575
16576         * configure.ac
16577                 Remove useless check for XIM - noticed
16578                 by Alfons
16579
16580 2004-07-18 [colin]      0.9.12cvs32.6
16581
16582         * src/summaryview.c
16583                 Remove non-modified and shift-modified
16584                 accelerators in summaryview's popup
16585                 menu, as that doesn't get catched by
16586                 the accel-activate signal catcher...
16587
16588 2004-07-18 [colin]      0.9.12cvs32.5
16589
16590         * src/prefs_common.c
16591                 Define sensible default prefs for 
16592                 wrapping
16593
16594 2004-07-18 [colin]      0.9.12cvs32.4
16595
16596         * src/compose.c
16597         * src/prefs_common.c
16598         * src/prefs_common.h
16599         * src/prefs_wrapping.c
16600                 Remove Smart Wrapping pref, which does
16601                 nothing on gtk2 branch
16602
16603 2004-07-18 [colin]      0.9.12cvs32.3
16604
16605         * src/sourcewindow.c
16606                 Proper utf8
16607
16608 2004-07-18 [colin]      0.9.12cvs32.2
16609
16610         * src/compose.c
16611                 Save attachment status when drafting
16612
16613 2004-07-18 [colin]      0.9.12cvs32.1
16614
16615         * src/gtk/filesel.c
16616                 Fix erratic folder selection in open mode
16617
16618 2004-07-18 [colin]      0.9.12cvs31.11
16619
16620         * src/pop.c
16621                 Don't let partial messages get deleted
16622                 even with "dowload all"
16623                 (0.9.12cvs31.8 fix extension)
16624 2004-07-18 [colin]      0.9.12cvs31.10
16625
16626         * src/gtk/logwindow.c
16627                 Fix log scrolling
16628
16629 2004-07-18 [colin]      0.9.12cvs31.9
16630
16631         * src/common/utils.c
16632                 Fix non-utf8 strings coming from commands
16633                 and files
16634
16635 2004-07-18 [colin]      0.9.12cvs31.8
16636
16637         * src/pop.c
16638                 Fix partial download bug with Download all
16639                 messages option
16640
16641 2004-07-18 [colin]      0.9.12cvs31.7
16642
16643         * src/textview.c
16644                 Fix bug introduced in 0.9.12cvs31.2
16645                 (blocked in select mode after double click)
16646
16647 2004-07-18 [colin]      0.9.12cvs31.6
16648
16649         * src/compose.c
16650         * src/gtk/menu.c
16651                 More glib-warning fixes
16652
16653 2004-07-18 [colin]      0.9.12cvs31.5
16654
16655         * src/compose.c
16656                 Fix trashing the primary clipboard when moving 
16657                 around with tab
16658         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16659
16660 2004-07-18 [colin]      0.9.12cvs31.4
16661
16662         * src/codeconv.c
16663                 convert unencoded iso headers to utf8
16664         (Fix Bug 538 Unencoded local characters in subject make it 
16665          disappear)
16666
16667 2004-07-18 [colin]      0.9.12cvs31.3
16668
16669         * src/compose.c
16670                 Fix tab char handling in wrapping
16671         (Fix Bug 537 Line wrap problem - TAB character treated as 
16672          one character instead of 8)
16673
16674 2004-07-18 [colin]      0.9.12cvs31.2
16675
16676         * src/textview.c
16677                 return FALSE on GDK_MOTION_NOTIFY
16678         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16679          (unable to highlight))
16680
16681 2004-07-18 [colin]      0.9.12cvs31.1
16682
16683         * src/folderview.c
16684                 Sync with 0.9.12cvs31
16685
16686 2004-07-18 [colin]      0.9.12cvs30.4
16687
16688         * src/compose.c
16689                 Also block text_inserted when inserting a file
16690
16691 2004-07-18 [colin]      0.9.12cvs30.3
16692
16693         * src/compose.c
16694                 Fix smart wrapping (block text_inserted handler
16695                 while putting quotation to avoid wrap on input,
16696                 don't join lines if next is sig separator)
16697
16698 2004-07-17 [colin]      0.9.12cvs30.2
16699
16700         * src/folderview.c
16701         * src/mainwindow.c
16702         * src/mimeview.c
16703         * src/summaryview.c
16704         * src/gtk/quicksearch.c
16705         * src/gtk/quicksearch.h
16706                 Block key events handlers *and* accels while
16707                 quicksearch is focused
16708         (Fixes Bug 534 quick-search bar not accepting certain letters)
16709
16710 2004-07-17 [colin]      0.9.12cvs30.1
16711
16712         * src/folder.h
16713         * src/folderview.c
16714         * src/summaryview.c
16715                 Sync with 0.9.12cvs30
16716
16717 2004-07-17 [colin]      0.9.12cvs28.2
16718
16719         * src/mimeview.c
16720         * src/procmime.c
16721         * src/summaryview.c
16722         * src/gtk/menu.c
16723                 Squash some compile and glib warnings
16724
16725 2004-07-17 [paul]       0.9.12cvs28.1
16726
16727         * src/mimeview.c
16728                 sync with 0.9.12cvs28 HEAD
16729
16730 2004-07-16 [paul]       0.9.12cvs26.1
16731         
16732         * src/gtk/quicksearch.c
16733         * src/account.c
16734         * src/account.h
16735         * src/compose.c
16736         * src/customheader.c
16737         * src/folder_item_prefs.c
16738         * src/main.c
16739         * src/mainwindow.c
16740         * src/messageview.c
16741         * src/mimeview.c
16742         * src/news.c
16743         * src/pgpmime.c
16744         * src/pop.c
16745         * src/pop.h
16746         * src/prefs_account.c
16747         * src/prefs_account.h
16748         * src/prefs_common.c
16749         * src/prefs_common.h
16750         * src/prefs_display_header.c
16751         * src/prefs_gtk.c
16752         * src/prefs_gtk.h
16753         * src/procheader.c
16754         * src/procmime.c
16755                 sync with 0.9.12cvs26 HEAD      
16756
16757 2004-07-15 [colin]      0.9.12cvs18.14
16758
16759         * src/folder.c
16760                 Disable GPG signature check during
16761                 folder move and scan
16762         (Closes Bug 521 Signature checking slows down Folder-Move)
16763
16764 2004-07-14 [colin]      0.9.12cvs18.13
16765
16766         * src/common/partial_download.c
16767                 update includes
16768
16769 2004-07-14 [colin]      0.9.12cvs18.12
16770
16771         * src/common/partial_download.c
16772         * src/common/partial_download.h
16773                 Move doc at top, add correct copyright
16774
16775 2004-07-14 [colin]      0.9.12cvs18.11
16776
16777         * src/folder.c
16778         * src/messageview.c
16779         * src/pop.c
16780         * src/pop.h
16781         * src/procmsg.c
16782         * src/summaryview.c
16783         * src/common/Makefile.am
16784         * src/common/partial_download.c ** NEW FILES **
16785         * src/common/partial_download.h ** NEW FILES **
16786                 Move partial-download related stuff to its
16787                 own file
16788
16789 2004-07-14 [colin]      0.9.12cvs18.10
16790
16791         * src/send_message.c
16792                 Fix smtp auth when user is null or empty
16793
16794 2004-07-13 [colin]      0.9.12cvs18.9
16795
16796         * src/gtk/quicksearch.c
16797                 Use alphabetic order
16798
16799 2004-07-13 [colin]      0.9.12cvs18.8
16800
16801         * src/pop.c
16802                 Be paranoid on the checks
16803
16804 2004-07-13 [colin]      0.9.12cvs18.7
16805
16806         * src/gtk/quicksearch.c
16807                 Fix Engrish once again
16808
16809 2004-07-13 [colin]      0.9.12cvs18.6
16810
16811         * src/procmsg.c
16812         * src/summaryview.c
16813                 Mark messages for deletion when they are about to
16814                 be removed from trash
16815
16816 2004-07-13 [colin]      0.9.12cvs18.5
16817
16818         * src/matcher.c
16819         * src/matcher.h
16820         * src/matcher_parser_parse.y
16821         * src/prefs_matcher.c
16822         * src/gtk/quicksearch.c
16823                 Add 'partial' ('p') match string to find partially
16824                 downloaded messages
16825
16826 2004-07-13 [colin]      0.9.12cvs18.4
16827
16828         * src/pop.c
16829                 Fix misplaced block
16830
16831 2004-07-13 [colin]      0.9.12cvs18.3
16832
16833         * src/pop.c
16834         * src/pop.h
16835         * src/messageview.c
16836                 Refactor API (to avoid passing 5+ params and code
16837                 duplication)
16838         * src/folder.c
16839         * src/msgcache.c
16840         * src/procheader.c
16841         * src/common/defs.h
16842                 Add planned_download to cache
16843                 Don't mess uidl file when moving partially downloaded
16844                 mails (they change folder, we should change it in the
16845                 uidl list too or we'll remove an incorrect message)
16846                 (this also helps removing hacks when changing 
16847                 planned_download in messageview.c)
16848
16849 2004-07-12 [colin]      0.9.12cvs18.2
16850
16851         * src/gtk/quicksearch.c
16852                 Fix missing status update in quicksearch
16853
16854 2004-07-12 [paul]       0.9.12cvs18.1
16855
16856         * po/POTFILES.in
16857         * src/Makefile.am
16858         * src/account.c
16859         * src/codeconv.c
16860         * src/compose.c
16861         * src/inc.c
16862         * src/main.c
16863         * src/prefs_common.c
16864         * src/procmsg.h
16865         * src/toolbar.c
16866         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16867         * src/prefs_wrapping.[ch]       ** NEW FILES **
16868         * src/common/intl.h
16869         * src/common/utils.[ch]
16870         * src/gtk/quicksearch.[ch]
16871                 sync with 0.9.12cvs18 HEAD
16872
16873 2004-07-12 [colin]      0.9.11cvs17.25
16874
16875         * src/folder.c
16876         * src/folder.h
16877                 Remove unused function added by me in 0.9.11cvs17.10
16878
16879 2004-07-11 [colin]      0.9.11cvs17.24
16880
16881         * src/inc.c
16882         * src/messageview.c
16883         * src/pop.c
16884         * src/pop.h
16885                 Use folderitem and msgnum instead of filename to
16886                 know which mail to delete
16887                 Move old partial mail deletion to pop.c
16888
16889 2004-07-10 [colin]      0.9.11cvs17.23
16890
16891         * src/inc.c
16892                 Add debug
16893         * src/pop.c
16894         * src/pop.h
16895                 Don't re-use same enums for unrelated stuff: it's 
16896                 completely misleading !
16897                 Document a bit
16898
16899 2004-07-09 [colin]      0.9.11cvs17.22
16900
16901         * src/inc.c
16902                 Remove folder-type check and do
16903                 more tests to be sure everything's
16904                 ok
16905         * src/messageview.c
16906                 Punctuation update, remove useless
16907                 code, fix two warnings
16908         * src/noticeview.c
16909                 Layout cleaning, reset 2nd button
16910                 when specifying one
16911
16912 2004-07-09 [colin]      0.9.11cvs17.21
16913
16914         * src/messageview.c
16915         * src/pop.c
16916         * src/pop.h
16917                 Allow user to change his mind
16918                 and postpone decision (by
16919                 unmarking the mail)
16920
16921 2004-07-09 [colin]      0.9.11cvs17.20
16922
16923         * src/messageview.c
16924                 Fix bug with delete state
16925         * src/pop.c
16926         * src/pop.h
16927                 Fix buffer leak (fread doesn't 
16928                 terminate buffers with \0)
16929                 Refactoring (remove magic 
16930                 numbers)
16931
16932 2004-07-09 [colin]      0.9.11cvs17.19
16933
16934         * src/pop.c
16935                 Don't log "Skipping message" if 
16936                 we're going to TOP it two lines
16937                 later
16938
16939 2004-07-09 [colin]      0.9.11cvs17.18
16940
16941         * src/messageview.c
16942                 Fix Engrish
16943
16944 2004-07-09 [colin]      0.9.11cvs17.17
16945
16946         * src/pop.c
16947                 strlen checking...
16948         * src/messageview.c
16949                 refactoring a bit
16950
16951 2004-07-08 [colin]      0.9.11cvs17.16
16952
16953         * src/noticeview.c
16954         * src/noticeview.h
16955                 Add an optional second button
16956         * src/messageview.c
16957         * src/pop.c
16958         * src/pop.h
16959                 Don't delete partially received mails after a certain
16960                 time; rather, let the user decide.
16961
16962 2004-07-08 [colin]      0.9.11cvs17.15
16963
16964         * src/common/smtp.h
16965                 Sync with HEAD
16966
16967 2004-07-08 [colin]      0.9.11cvs17.14
16968
16969         * src/messageview.c
16970         * src/common/smtp.c
16971                 Use to_human_readable() for sizes
16972
16973 2004-07-08 [colin]      0.9.11cvs17.13
16974
16975         * src/inc.c
16976         * src/messageview.c
16977         * src/pop.c
16978         * src/pop.h
16979         * src/procmsg.c
16980                 Fix partial-downloading issues:
16981                         catch unsupported TOP
16982                         don't delete partially downloaded mails before 5 days
16983                         don't update existing with non-MH folders; that'll
16984                         make dups, but it's better than trashing the folder
16985                         free new msginfo parts
16986                 Fix indentation ;-)
16987
16988 2004-07-08 [colin]      0.9.11cvs17.12
16989
16990         * src/common/smtp.c
16991         * src/common/smtp.h
16992                 Sync smtp size verification with HEAD
16993
16994 2004-07-08 [colin]      0.9.11cvs17.11
16995
16996         * src/summaryview.c
16997         * src/prefs_common.c
16998         * src/prefs_common.h
16999         * src/gtk/quicksearch.c
17000         * src/gtk/quicksearch.h
17001                 Sync sticky pref with HEAD
17002
17003 2004-07-08 [colin]      0.9.11cvs17.10
17004
17005         * src/folder.c [1.213.2.6]
17006         * src/folder.h [1.87.2.6]
17007         * src/inc.c [1.149.2.7]
17008         * src/messageview.c [1.94.2.8]
17009         * src/procheader.c [1.47.2.6]
17010         * src/procmsg.c [1.150.2.4]
17011         * src/procmsg.h [1.60.2.5]
17012         * src/pop.c [1.56.2.4]
17013         * src/pop.h [1.17.2.3]
17014                 Let too big messages get downloaded, but truncated
17015                 Add a button to download them completely
17016                 
17017 2004-07-06 [colin]      0.9.11cvs17.9
17018
17019         * src/gtk/quicksearch.c [1.1.2.3]
17020                 Add a Clear button
17021         * commitHelper
17022         * PATCHSETS
17023                 Add a script to help with cvs
17024
17025 2004-07-03 [colin]      0.9.11cvs17.8
17026
17027         * src/plugins/imageviewer/viewer.c
17028                 fix imageviewer (which was staying on the first
17029                 displayed image)
17030
17031 2004-07-03 [colin]      0.9.11cvs17.7
17032
17033         Removed FIXME_GTK2 warnings
17034         * src/gtk/gtkutils.c
17035                 useless #warnings
17036         * src/gtk/menu.c
17037                 useless #warnings (no need to mess with menu rc)
17038         * src/gtk/menu.h
17039                 unused functions
17040         
17041
17042 2004-07-03 [colin]      0.9.11cvs17.6
17043
17044         Removed FIXME_GTK2 warnings
17045         * src/codeconv.c
17046                 useless #warnings (rewrite needed)
17047         * src/compose.c
17048                 useless #warnings (rewrite needed)
17049                 useless #warnings (gtk2 is like that)
17050                 useless #warnings (previously fixed)
17051         * src/main.c
17052                 useless #warnings (previously fixed)
17053         * src/message_search.c
17054                 useless #warnings (gtk2 is like that)
17055                 Made apparent that search is case-sensitive
17056         * src/mimeview.c
17057                 useless #warnings (rewrite needed)
17058                 useless #warnings (gtk2 is like that)
17059                 reimplemented real warnings
17060         * src/prefs_common.c
17061                 Removed block cursor option (not it gtk2)
17062         * src/prefs_gtk.c
17063                 useless #warnings (rewrite needed)
17064         * src/procheader.c
17065                 useless #warnings (rewrite needed)
17066         * src/sourcewindow.c
17067                 useless #warnings (incorrect placing)
17068         * src/summary_search.c
17069                 useless #warnings (gtk2 is like that)
17070                 Made apparent that search is case-sensitive
17071         * src/action.c
17072                 useless #warnings (gtk2 is like that)
17073         * src/textview.c
17074                 useless #warnings (rewrite needed)
17075         * src/toolbar.c
17076                 useless #warnings (rewrite needed)
17077
17078 2004-07-03 [colin]      0.9.11cvs17.5
17079
17080         * src/textview.c
17081                 Fix mismerge which broke URI opening
17082                 
17083 2004-07-01 [colin]      0.9.11cvs17.4
17084
17085         * src/gtk/filesel.c
17086                 Fill filename when saving
17087                 
17088 2004-06-27 [colin]      0.9.11cvs17.3
17089
17090         * src/gtk/filesel.[ch]
17091                 Use the new GTK file selector
17092                 Update prototype to match the reality: multiple file
17093                 selection is open-only          
17094         * src/compose.c
17095                 Match the new prototypes        
17096         * configure.ac
17097                 Match the new requirements (gtk 2.4.0)
17098                         
17099 2004-06-26 [colin]      0.9.11cvs17.2
17100
17101         * src/plugins/trayicon/trayicon.c
17102                 Remove useless signal handler on resize, which causes
17103                 an infinite "loop"
17104         
17105 2004-06-26 [colin]      0.9.11cvs17.1
17106         
17107         * tools/Makefile.am
17108                 remove launch_firebird and add nautilus2sylpheed.sh
17109         * src/quicksearch.c
17110           src/summaryview.c
17111                 Fix show/hide "Extended symbols" button problem
17112                 Fix apparition at startup
17113                 Fix const warnings
17114         * src/plugins/image_viewer/Makefile.am
17115                 Fix configure 
17116         * common/ssl.c
17117                 Re-enable certificate check, as it doesn't seem to
17118                 cause Xlib errors anymore
17119
17120 2004-06-25 [paul]       0.9.11cvs17
17121
17122         * sync with 0.9.11cvs17 HEAD
17123         
17124         NOTE: QuickSearch is broken
17125
17126 2004-06-07 [colin]      0.9.10claws67.10
17127         * src/plugins/trayicon/trayicon.c
17128           src/plugins/trayicon/libeggtrayicon/Makefile.am
17129           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17130                 Fix gettextization in trayicon plugin
17131
17132 2004-06-07 [colin]      0.9.10claws67.9
17133         
17134         * src/summaryview.c
17135           src/gtk/gtksctree.[ch]
17136                 Let Shift+{Up,Down} work in summaryview
17137                 (well, Down "works" and Up works)
17138                 Let the list scroll when using these keys
17139
17140 2004-06-06 [colin]      0.9.10claws67.8
17141
17142         * src/plugins/trayicon/trayicon.c
17143                 Fix pixmap update
17144
17145 2004-06-06 [colin]      0.9.10claws67.7
17146
17147         * src/addressbook.c
17148                 Fix signal handling causing system-wide focus grab
17149
17150 2004-05-25 [paul]       0.9.10claws67.6
17151
17152         * Makefile.am
17153           src/Makefile.am
17154                 clean up
17155
17156 2004-05-25 [paul]       0.9.10claws67.5
17157
17158         * replace deprecated gtk_signal... functions
17159
17160 2004-05-23 [colin]      0.9.10claws67.4
17161
17162         * src/compose.c
17163                 Fix wrapping
17164
17165 2004-05-22 [colin]      0.9.10claws67.3
17166
17167         * src/compose.c
17168                 Re-fix [Edited] in compose.c::compose_reedit()
17169
17170 2004-05-22 [colin]      0.9.10claws67.2
17171
17172         * src/procmime.c
17173                 Fix parsing of multiparts mails
17174
17175 2004-05-22 [colin]      0.9.10claws67.1
17176
17177         * src/summaryview.c
17178                 Fix quicksearch
17179
17180 2004-05-22 [paul]       0.9.10claws67
17181
17182         * sync with 0.9.10claws67 HEAD
17183
17184 2004-05-14 [alfons]
17185
17186         * src/procmime.h
17187                 add forgotton prototype
17188
17189 2004-05-10 [paul]       0.9.10claws57
17190
17191         * sync with 0.9.10claws57 HEAD
17192
17193 2004-05-05 [paul]       0.9.9.claws1
17194
17195         * ChangeLog-gtk2        ** REMOVED **
17196           ChangeLog-gtk2.claws  ** ADDED **
17197                 rename and adopt the normal claws format
17198                 
17199         * configure.ac
17200                 require gtkmathview >= 0.5
17201
17202         * ac/*                          ** REMOVED **
17203           ac/                           ** REMOVED **
17204           intl/Makefile.in              ** REMOVED **
17205           m4/                           ** ADDED **
17206           m4/missing                    ** ADDED **
17207           m4/missing/gdk-pixbuf.m4      ** ADDED **
17208           m4/missing/gettext.m4         ** ADDED **
17209           m4/missing/gpgme.m4           ** ADDED **
17210           m4/missing/imlib.m4           ** ADDED **
17211           m4/.cvsignore                 ** ADDED **
17212           m4/Makefile.am                ** ADDED **
17213           m4/README                     ** ADDED **
17214           m4/aclocal-include.m4         ** ADDED **
17215           m4/aspell.m4                  ** ADDED **
17216           m4/check-type.m4              ** ADDED **
17217           m4/gnupg-check-typedef.m4     ** ADDED **
17218           m4/openssl.m4                 ** ADDED **
17219           m4/spamassassin.m4            ** ADDED **
17220           po/ChangeLog                  ** REMOVED **
17221           po/Makefile.in.in             ** REMOVED **
17222           po/Rules-quot                 ** REMOVED **
17223           po/boldquot.sed               ** REMOVED **
17224           po/en@boldquot.header         ** REMOVED **
17225           po/en@quot.header             ** REMOVED **
17226           po/insert-header.sin          ** REMOVED **
17227           po/quot.sed                   ** REMOVED **
17228           po/remove-potcdate.sed        ** REMOVED **
17229           po/remove-potcdate.sin        ** REMOVED **
17230           po/stamp-po                   ** REMOVED **
17231           Makefile.am
17232           autogen.sh
17233           configure.ac
17234                 enable building with automake 1.8.x
17235                 add 'autopoint --force' to autogen.sh and remove all
17236                 auto-generated files, remove ac/ directory and use
17237                 m4/ directory instead
17238                 
17239         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17240                 fix gettextization
17241
17242 2004-02-28 Colin Leroy <colin@colino.net>
17243         * src/prefs_matcher.c
17244           src/prefs_filtering.c
17245           src/prefs_filtering_action.c
17246                 Fix non-editable GtkEntries
17247
17248 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17249         * src/prefs_themes.c
17250                 utf8 conversion for theme info
17251
17252 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17253         * sync 0.9.9claws
17254
17255 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17256         * src/grouplistdialog.c
17257                 allow multiple selections without ctrl key
17258
17259 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17260         * src/main.c
17261                 enable customizable accelerators
17262
17263 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17264         * src/prefs_common.c
17265                 re-enable different font settings for gtk1/2
17266         * src/prefs_folder_item.c
17267                 fix folder prefs displayed wrong
17268         * src/textview.c
17269                 set 'sunken' shadow type
17270
17271 2004-02-07 Colin Leroy <colin@colino.net>
17272         * src/compose.c
17273                 Fix message being always [Edited]
17274                 Encode headers correctly (utf8 buf)
17275
17276 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17277         * src/socket.c
17278                 remove double g_source_attach()
17279                 (Thanks to Colin Leroy)
17280
17281 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17282         * src/gtk/gtksctree.c
17283                 Fix SSL certificate list not shown
17284         * src/mimeview.c
17285                 Fix clicks in mime tree
17286
17287 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17288         * src/common/socket.c
17289                 Fix SSL receive
17290         * src/compose.c
17291                 Fix clipboard menu hotkeys
17292
17293 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17294         * src/gtk/gtkaspell.[ch]
17295           src/compose.c
17296                 reimplement spellchecker
17297
17298 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17299         * src/gtk/filesel.c
17300                 crash when inserting file in compose window
17301                 (TODO: keep old selection on clicks)
17302         * src/main.c
17303                 use gtkrc-2.0 instead of gtkrc
17304
17305 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17306         * src/messageview.c
17307                 remove orphaned mimeview unref()
17308
17309 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17310         * src/grouplistdialog.c
17311                 expand nodes containing subscribed groups
17312
17313 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17314         * src/textview.c
17315                 textview: hide cursor, restore old click behaviour
17316
17317 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17318         * src/textview.c
17319                 variable names messed up
17320
17321 2004-01-17 Colin Leroy <colin@colino.net>
17322         * src/addr_compl.c
17323                 Fix completion address too thin
17324         * src/compose.c
17325                 Fix tab-to-subject behaviour
17326         * src/summaryview.c
17327                 Implement key up & down in summaryview
17328
17329 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17330
17331         * sync 098claws
17332
17333 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17334         * configure.ac
17335           Makefile.am
17336           doc/.cvsignore
17337           doc/Makefile.am
17338                 faq, man, manual moved to doc/
17339         * ac/aspell.m4
17340           ac/check-type.m4
17341           ac/gnupg-check-typedef.m4
17342           ac/openssl.m4
17343           ac/spamassassin.m4
17344           ac/missing/gdk-pixbuf.m4
17345           ac/missing/gpgme.m4
17346           ac/missing/imlib.m4
17347                 fix automake warnings
17348
17349 2003-12-06 Colin Leroy <colin@colino.net>
17350         * src/summaryview.c
17351                 Fix quicksearch
17352
17353 2003-12-05 Colin Leroy <colin@colino.net>
17354         * src/summaryview.c
17355                 Fix going to next unread folder
17356
17357 2003-12-05 Colin Leroy <colin@colino.net>
17358         * src/crash.c
17359                 Fix gtk2 compilation
17360         * src/session.c
17361                 Remove iotag source handler at disconnection
17362         * src/socket.[ch] 
17363                 Remove source handler when closing socket 
17364                 (fixes another seg)
17365
17366 2003-12-04 Colin Leroy <colin@colino.net>
17367         * src/compose.c
17368           src/prefs_account.c
17369           src/prefs_common.c
17370                 Fix some dropdown menus
17371
17372 2003-12-04 Colin Leroy <colin@colino.net>
17373         * src/compose.c
17374                 Fix event handlers on header fields
17375         * src/common/socket.c
17376           src/common/session.c
17377                 Fix segfault with callback (SSL)
17378                 Fix end of session 
17379
17380 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17381
17382         * Fix compile bug in src/compose.c
17383         * removed src/gtk/gtkstext.[ch]
17384
17385 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17386
17387         * Convert character set and escape "text" attributes in toolbar setting
17388         files.
17389         * Fixed bug in button-press-event handling.
17390
17391 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17392
17393         * Fixed bug in key-press-event handling.
17394
17395 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17396
17397         * Enabled to compile tray-icon plugin (Ad-hoc).
17398         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17399
17400 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17401
17402         * Enabled to compile on sylpheed-claws.
17403         (tray-icon plugin still cannot compile yet.)
17404
17405 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17406
17407         * Updated to 0.9.5.
17408
17409 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17410
17411         * Updated to 0.9.4.
17412         * Ported monitoring SSL mechanism to GSource of GLib2
17413         (I don't confirm it)
17414         * Added _gtk2 suffix to key name of font preference to avoid
17415         ovverwriting preference of Gtk+-1.2 version.
17416
17417 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17418
17419         * Updated to 0.9.2.
17420
17421 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17422
17423         * Updated to 0.9.1.
17424         * Translate po files into UTF-8 when execute autogen.sh.
17425
17426 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17427
17428         * Updated to 0.9.0.
17429
17430 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17431
17432         * Plugged GError related memory leaks.
17433
17434 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17435
17436         * Changed default size of fonts.
17437         * Enabled to set titile font size of warning dialog.
17438
17439 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17440
17441         * Embed a sylpheed icon into executable binary on Windows.
17442
17443 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17444
17445         * I forgot to traslate character set of element string in src/xml.c.
17446
17447 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17448
17449         * Fixed detecting bind_textdomain_codeset in configure.in.
17450         * The bug in which "Example" of "Date fromat" preference isn't displayed
17451         correctly has been fixed.
17452
17453 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17454
17455         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17456           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17457           glib-gettextize
17458           Removed intl directory.
17459           Translated po files into UTF-8.
17460           (Thanks! Ryuji Abe)
17461
17462 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17463
17464         * The bug which doesn't unscape string in xml.c has been fixed.
17465
17466 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17467
17468         * The bug which is failed to translate encoding of file name thorough
17469         file dialog has been fixed.
17470
17471 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17472
17473         * Modified to translate file names which is used in inporting/expoting
17474         mbox feature and "Save as" feature into locale encoding.
17475         * Translate file names into locale encoding when "Attache file" and
17476         "Insert file".
17477         * Force set G_BROKEN_FILENAMES environment variable.
17478         * Other minor fixes.
17479
17480 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17481
17482         * Modified to treat MH folder's name as locale encoding.
17483
17484 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17485
17486         * The bug which clash on switching candidates of auto completion of
17487         addresses, cannot use auto completion in Japanesse is fixed
17488         (Thanks! Tokunaga-san)¡¥
17489
17490 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17491
17492         * The bug which cannot switch key accelerator preference has been fixed
17493         (Thanks! smbd-san)¡¥
17494
17495 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17496
17497         * version 0.8.11-gtk2-20030314
17498
17499 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17500
17501         * The bug in which character set conversion of filtering messages has
17502         been fixed.(Thanks! COCOA-san).
17503
17504 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17505
17506         * Revived "Leave space on head" preference in "Message" category.
17507         * A bug which clash when put the cursor to end of buffer and execute
17508         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17509
17510 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17511
17512         * version 0.8.11-gtk2-20030312
17513
17514 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17515
17516         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17517         * Modified to use Pango's API directly for font preference.
17518         * Integrated GtkTextView of textview to one widget.
17519         * Set fonts of header title in textview by "header_title" tag.
17520         * Removed some deprecated codes.
17521
17522 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17523
17524         * Updated to 0.8.11.
17525         * Merged cygwin patch(Thanks! Sakai-san).
17526
17527 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17528
17529         * version 0.8.10-gtk2-20030309