1b047502f28b6e36b2684cd737aa4377bce956a7
[claws.git] / ChangeLog
1 2006-08-25 [wwp]        2.4.0cvs91
2
3         * src/summaryview.c
4                 switch spam<->ham button when a message has been marked as spam or ham
5                 and is still selected. Thanks to Colin.
6
7 2006-08-25 [paul]       2.4.0cvs90
8
9         * src/Makefile.am
10         * src/stock_pixmap.c
11         * src/stock_pixmap.h
12         * src/summaryview.c
13         * src/gtk/icon_legend.c
14         * src/pixmaps/copied.xpm
15         * src/pixmaps/moved.xpm
16                 add icons for delayed execution marked for
17                 copying, marked for moving
18
19 2006-08-25 [mones]      2.4.0cvs89
20
21         * manual/glossary.xml
22                 Fix the other glossary items:
23                 5.1. = Inmmediate execution -> <quote>immediate execution...
24                 5.2. = Fix MBOX capitalization -> Mbox
25                 5.3. + Improve Plugins def. w/ tech. ref.
26                 5.4. = Quotation -> replace '>' by <quote>></quote>
27                 5.5. - SMTP Server. -> remove dot
28         * po/es.po
29                 Updated translation
30
31 2006-08-25 [mones]      2.4.0cvs88
32
33         * manual/ack.xml
34                 Reformatted, changed email address
35         * manual/glossary.xml
36                 Reformatted, fixed MANUAL-TODO items:
37                 8.2. + add ROT-13 to glossary
38                 8.4. + add URL to glossary
39         * manual/es/advanced.xml
40                 Fixed <literal>s
41
42 2006-08-25 [paul]       2.4.0cvs87
43
44         * src/gtk/icon_legend.c
45                 add 'marked for deletion' icon
46                 arrange icons by containing column
47                 wrap long label text
48
49 2006-08-25 [colin]      2.4.0cvs86
50
51         * src/common/utils.c
52         * src/common/utils.h
53                 Add the sc_g_*list_bigger functions in
54                 a place everyone can use it
55         * src/summaryview.c
56                 Only freeze/thaw the list when working
57                 on the selection, if it's bigger than 1
58         * src/gtk/gtksctree.c
59                 Only freeze/thaw the list when unselec-
60                 ting 'all' if ('all' != 1)
61                 This avoids some flickering
62
63 2006-08-24 [colin]      2.4.0cvs85
64
65         * src/addressbook.c
66                 Fix strange list selection
67                 Fix random seg (Invalid read of freed memory)
68
69 2006-08-24 [colin]      2.4.0cvs84
70
71         * src/alertpanel.c
72         * src/gtk/inputdialog.c
73         * src/plugins/pgpcore/passphrase.c
74                 Revert minimal width patch of 2.4.0cvs67,
75                 as it is also a maximal width. Use 
76                 gtk_window_set_default_size instead.
77
78 2006-08-24 [colin]      2.4.0cvs83
79
80         * src/msgcache.c
81                 Write cache/mark to temp files before
82                 overwriting old ones (avoids metadata
83                 loss if writing the new files fail).
84                 Use mmap() to read cache/mark file, as
85                 this makes cache reading faster. Dis-
86                 abled for big-endian machines until it
87                 can be tested. (Big-endian users: set
88                 msgcache_use_mmap = TRUE in the relevant
89                 #if).
90         * src/procmsg.h
91                 Move rarely used fields of MsgInfo in 
92                 another structure, which will only be
93                 allocated if needed. Face, X-Face,
94                 Return receipt headers and List-*
95                 headers are moved. Mails having none
96                 of these occupy 52 bytes less with
97                 this patch, which makes 2.5MB of RAM
98                 saved on a 50k folder).
99         * src/headerview.c
100         * src/mainwindow.c
101         * src/messageview.c
102         * src/partial_download.c
103         * src/procheader.c
104         * src/procmsg.c
105         * src/textview.c
106                 Follow this structure change.
107
108 2006-08-24 [wwp]        2.4.0cvs82
109
110         * manual/es/.cvsignore
111         * manual/es/dist/.cvsignore
112         * manual/es/dist/html/.cvsignore
113         * manual/es/dist/pdf/.cvsignore
114         * manual/es/dist/ps/.cvsignore
115         * manual/es/dist/txt/.cvsignore
116                 more (generated) files to ignore.
117
118 2006-08-24 [colin]      2.4.0cvs81
119
120         * src/folder.c
121         * src/mh.c
122                 Fix possible problems with local delivery. Check the folder doesn't
123                 need scan before setting its mtime when saving cache (which can be
124                 done long after the folder's been modified by an external process);
125                 Check that the stored item's mtime didn't change in mh functions.
126
127 2006-08-24 [mones]      2.4.0cvs80
128
129         * manual/advanced.xml
130                 Rewrapping, some fixes and MANUAL-TODO items:
131                 8.1. = change "" to <quote></quote>
132                 8.3. = quote menu items
133                 8.5. - deploying -> new user ... ideally a new user (redundant)
134
135 2006-08-23 [colin]      2.4.0cvs79
136
137         * src/gtk/gtksctree.c
138                 When selecting or deselecting range, only
139                 freeze/thaw when selection is bigger than 10
140
141 2006-08-23 [colin]      2.4.0cvs78
142
143         * src/messageview.c
144         * src/mimeview.c
145         * src/mimeview.h
146         * src/plugins/dillo_viewer/dillo_viewer.c
147                 Provide an API for MimeViewer plugins to
148                 return a text selection for replying
149
150 2006-08-23 [colin]      2.4.0cvs77
151
152         * src/image_viewer.c
153         * src/textview.c
154                 Use gtk_pixbuf_new_from_file_at_scale(), which
155                 is faster than getting the pixbuf then resizing
156                 it.
157
158 2006-08-23 [colin]      2.4.0cvs76
159
160         * src/procmime.c
161                 UTF-8 should be sent Quoted-printable
162
163 2006-08-22 [colin]      2.4.0cvs75
164
165         * src/mh.c
166                 Check if scan is required before touching
167                 the folder (or it'll be required every time)
168
169 2006-08-22 [colin]      2.4.0cvs74
170
171         * configure.ac
172                 Require libetpan 0.46 (crasher fix when built
173                 against gnutls)
174
175 2006-08-22 [colin]      2.4.0cvs73
176
177         * src/folder.c
178                 Set folder's mtime after writing its
179                 cache
180         * src/folderview.c
181                 Add some timing
182         * src/procmsg.c
183                 Don't do useless stuff if we don't 
184                 thread by subject
185         * src/summaryview.c
186                 Add some timing, don't deselect prior
187                 to selecting (gtksctree does it itself),
188                 remove crash avoidance hacks as it's been
189                 properly fixed since a while
190         * src/common/utils.c
191                 Optimize to_human_readable(): _() is slow,
192                 do it only once, and avoid %f format for KB
193                 (the most common in a summaryview)
194         * src/gtk/gtksctree.c
195                 Don't uselessly freeze/thaw (fixes flicker
196                 on next unread and friends), reduce number
197                 of g_list_nth/g_list_position where possible
198         * src/gtk/gtkutils.c
199         * src/gtk/gtkutils.h
200                 Reduce number of g_list_nth/g_list_position
201                 where possible.
202                 All of this makes loading as 70k folder 2.1
203                 seconds instead of 3.2 (with hot FS caches).
204                 (1.3 seconds without Date and Size columns...)
205
206 2006-08-22 [paul]       2.4.0cvs72
207
208         wrap documents and do some items from mones' MANUAL-TODO:
209
210         * manual/account.xml
211                 4.1. = fix tabname references to <quote>tabname</quote>
212                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
213         * manual/faq.xml
214                 1.1. = mentioned options don't match UI
215                 Add information about the 'Never send Return Receipts'
216                 option
217         * manual/handling.xml
218                 6.2. = Mentions Extended symbols button, but now is
219                 named Information
220                 6.3. = Mentions ... button, which is now Edit
221
222 2006-08-22 [colin]      2.4.0cvs71
223
224         * src/gtk/pluginwindow.c
225                 Fix layout in verbose translations (such
226                 as french)
227
228 2006-08-22 [paul]       2.4.0cvs70
229
230         * manual/Makefile.am
231                 build manuals in alphabetical order
232         * src/addressbook.c
233         * src/prefs_themes.c
234                 replace/remove deprecated symbols
235         * src/gtk/gtkutils.c
236                 fix a warning
237         * src/gtk/pluginwindow.c
238                 replace deprecated symbol
239                 replace label text and move it
240         * src/plugins/pgpcore/prefs_gpg.c
241                 move the 'Generate...' button out of the
242                 Sign Key frame, replace the English used
243         * src/plugins/pgpcore/sgpgme.c
244                 fixes to the English
245
246 2006-08-21 [colin]      2.4.0cvs69
247
248         * src/plugins/trayicon/trayicon.c
249                 Add more strings for translation; patch
250                 by Pawel
251
252 2006-08-21 [colin]      2.4.0cvs68
253
254         * src/compose.c
255                 fix replied flag not set after drafting
256         * src/matcher.c
257                 fix body quicksearch in non-encoded bodies
258                 containing '='
259         * src/msgcache.c
260                 Get rid of the g_malloc workaround for
261                 corrupted caches, use g_try_malloc
262
263 2006-08-21 [colin]      2.4.0cvs67
264
265         * src/alertpanel.c
266         * src/gtk/inputdialog.c
267         * src/plugins/pgpcore/passphrase.c
268                 Set minimal width to 375
269         * src/mainwindow.c
270                 Fix switching to offline, asking if it 
271                 should be overriden for synchronising
272         * src/mimeview.c
273                 Don't offer to remember command on Open 
274                 with for text parts, as the browser or 
275                 text editor command isn't changed from 
276                 there
277
278 2006-08-20 [paul]       2.4.0cvs66
279
280         * po/ko.po
281         * po/zh_CN.po
282                 fix plural form errors. revealed by stricter
283                 checking of gettext 0.15
284
285 2006-08-18 [paul]       2.4.0cvs65
286
287         * src/stock_pixmap.c
288                 fix the fix of 2.4.0cvs64
289                 Thanks to Colin
290
291 2006-08-18 [paul]       2.4.0cvs64
292
293         * src/stock_pixmap.c
294                 fix leaks
295                 Thanks to Colin
296
297 2006-08-18 [paul]       2.4.0cvs63
298
299         * src/compose.c
300         * src/procmsg.c
301                 fix occasional IMAP bug where large msgs
302                 were left in the queue folder after sending
303                 Thanks to Colin
304
305 2006-08-18 [paul]       2.4.0cvs62
306
307         * src/folderview.c
308                 freeze the summaryview while quicksearch results
309                 are displayed
310                 (fixes bug 456 'current message is hidden when the
311                 view is refreshed and extended search is "unread 
312                 messages"')
313                 Thanks to Colin
314         * src/textview.c
315                 add missing #include "inputdialog.h"
316         * src/common/utils.h
317                 add missing mailcap_update_default() and improve
318                 readability
319
320 2006-08-17 [colin]      2.4.0cvs61
321
322         * src/plugins/pgpcore/select-keys.c
323                 Fix warnings :)
324
325 2006-08-17 [colin]      2.4.0cvs60
326
327         * src/compose.c
328                 Don't continue queuing if Cancel is clicked
329                 in select-keys
330
331 2006-08-17 [colin]      2.4.0cvs59
332
333         * src/plugins/pgpcore/select-keys.c
334                 When encrypting, if only one key matches and it 
335                 matches exactly, automatically use it.
336
337 2006-08-17 [colin]      2.4.0cvs58
338
339         * src/mimeview.c
340         * src/prefs_common.c
341         * src/prefs_common.h
342         * src/prefs_ext_prog.c
343         * src/textview.c
344                 Fix issues with previous patch (text/html)
345                 Remove outdated prefs
346
347 2006-08-17 [colin]      2.4.0cvs57
348
349         * src/imap.c
350                 Add View Log button on auth error
351         * src/procmsg.c
352                 Fix encrypted mail marked as new when
353                 saved in normal folders
354         * src/plugins/pgpinline/pgpinline.c
355                 Fix encrypt bug on IMAP
356         * src/mimeview.c
357         * src/common/utils.c
358         * src/common/utils.h
359         * src/gtk/inputdialog.c
360         * src/gtk/inputdialog.h
361                 Get rid of metamail stuff, simplify
362                 opening, and allow remembering of user's
363                 choices (by updating ~/.mailcap). There's
364                 still to drop "Audio player" and "Image
365                 viewer" preferences.
366
367 2006-08-17 [mones]      2.4.0cvs56
368
369         * manual/es/sylpheed-claws-manual.xml
370                 fix DTD path
371
372 2006-08-17 [mones]      2.4.0cvs55
373
374         * configure.ac
375         * manual/Makefile.am
376         * manual/es/Makefile.am
377         * manual/es/account.xml
378         * manual/es/ack.xml
379         * manual/es/addrbook.xml
380         * manual/es/advanced.xml
381         * manual/es/faq.xml
382         * manual/es/glossary.xml
383         * manual/es/gpl.xml
384         * manual/es/handling.xml
385         * manual/es/intro.xml
386         * manual/es/keyboard.xml
387         * manual/es/plugins.xml
388         * manual/es/starting.xml
389         * manual/es/sylpheed-claws-manual.xml
390         * manual/es/dist/Makefile.am
391         * manual/es/dist/html/Makefile.am
392         * manual/es/dist/pdf/Makefile.am
393         * manual/es/dist/ps/Makefile.am
394         * manual/es/dist/txt/Makefile.am
395                 Spanish translation for the manual
396
397 2006-08-16 [colin]      2.4.0cvs54
398
399         * src/compose.c
400         * src/main.c
401         * src/mainwindow.c
402                 Fix send button sensitivity at startup
403                 Set send menu sensitivity (patch by Fabien)
404         * src/ssl_manager.c
405                 Enable closing with esc (patch by Fabien)
406         * src/gtk/foldersort.c
407                 Enable closing with esc (patch by Fabien)
408         * src/procmime.c
409                 Optimisation (no need to copy to tempfile to
410                 "decode" 7bit and 8bit)
411         * src/summaryview.c
412                 Fix cruft in swap_from case
413         * src/textview.c
414                 Fix missing last line in some mail cases 
415                 (Fixes debian #381872)
416         * src/plugins/pgpcore/prefs_gpg.c
417         * src/plugins/pgpcore/sgpgme.c
418         * src/plugins/pgpcore/sgpgme.h
419                 Don't show "no key found" when user explicitely
420                 wants to create a key
421
422 2006-08-16 [paul]       2.4.0cvs53
423
424         * configure.ac
425         * src/account.c
426         * src/addressbook.c
427         * src/headerview.c
428         * src/prefs_account.c
429         * src/prefs_message.c
430         * src/gtk/gtkutils.c
431                 bump up minimum required versions of GTK+ and
432                 GLIB to 2.6.0
433
434 2006-08-16 [paul]       2.4.0cvs52
435
436         * src/toolbar.c
437                 workaround GTK+ Bug 351600 - 'Can't re-click
438                 on button after sensitivity update'
439                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
440                 Thanks to Colin
441
442 2006-08-15 [colin]      2.4.0cvs51
443
444         * src/plugins/pgpcore/prefs_gpg.c
445                 Set options sensitivity according to
446                 key existence
447         * src/plugins/pgpcore/sgpgme.c
448                 Allow to create key with no passphrase
449
450 2006-08-14 [cleroy]     2.4.0cvs50
451
452         * src/gtk/pluginwindow.c
453                 New layout (maybe to be changed?)
454         * src/gtk/gtkutils.c
455                 Fix a bit label_window
456         * src/plugins/pgpcore/passphrase.c
457         * src/plugins/pgpcore/passphrase.h
458         * src/plugins/pgpcore/plugin.c
459         * src/plugins/pgpcore/prefs_gpg.c
460         * src/plugins/pgpcore/prefs_gpg.h
461         * src/plugins/pgpcore/sgpgme.c
462         * src/plugins/pgpcore/sgpgme.h
463                 Allow to create a PGP private key via the GUI
464
465 2006-08-14 [wwp]        2.4.0cvs49
466
467         * src/addressbook_foldersel.c
468                 fix strict ISO C90 compliance.
469
470 2006-08-14 [paul]       2.4.0cvs48
471
472         * src/gtk/prefswindow.c
473                 re-set scrolled window on opening
474                 Patch by Ticho
475
476 2006-08-14 [paul]
477
478         2.5.0-rc1 released
479
480 2006-08-14 [paul]       2.4.0cvs47
481
482         * src/prefs_display_header.c
483                 re-enable user-defined Displayed Headers
484
485 2006-08-14 [paul]       2.4.0cvs46
486
487         * src/prefs_account.c
488                 use GTK_STOCK_EDIT
489
490 2006-08-13 [colin]      2.4.0cvs45
491
492         * src/common/utils.c
493                 Fix "a" in quote when the original message is empty,
494                 by using \0 instead of 'a' to test writability of
495                 temp files.
496
497 2006-08-13 [wwp]        2.4.0cvs44
498
499         * src/plugins/spamassassin/spamassassin.c
500                 fix capitalization of "SpamAssassin" in some debug, log and
501                 dialog messages.
502
503 2006-08-13 [paul]       2.4.0cvs43
504
505         * src/editldap.c
506                 fix overlapping widgets
507         * src/prefs_account.c
508                 fix translation of protocol_names[]
509                 fix label disappearing off the edge of the
510                 visible area
511
512 2006-08-12 [paul]       2.4.0cvs42
513
514         * manual/plugins.xml
515                 update IRC channel info before it gets forgotten
516                 about
517
518 2006-08-11 [colin]      2.4.0cvs41
519
520         * src/compose.c
521         * src/mainwindow.c
522         * src/mainwindow.h
523         * src/procmsg.c
524         * src/procmsg.h
525         * src/summaryview.c
526         * src/toolbar.c
527                 Grey out the Send button if
528                 - Queue folders are empty, or
529                 - We're sending already
530
531 2006-08-11 [wwp]        2.4.0cvs40
532
533         * src/main.c
534                 fix a logic issue when quitting while a compose window is
535                 still open, thanks to Colin.
536
537 2006-08-10 [colin]      2.4.0cvs39
538
539         * src/main.c
540                 Fix default font size setting after wizard run
541         * src/imap.c
542         * src/etpan/imap-thread.c
543         * src/etpan/imap-thread.h
544                 Fix bug #999 (Timing out on TSL cert validation 
545                 dialog makes ugly things happen). Also, STARTTLS
546                 unconditionnaly if initial capabilities contain
547                 LOGINDISABLED and STARTTLS.
548
549 2006-08-09 [colin]      2.4.0cvs38
550
551         * src/mainwindow.c
552         * src/mainwindow.h
553                 Fix Tools/Actions sensitivity when there are
554                 no actions
555
556 2006-08-09 [colin]      2.4.0cvs37
557
558         * src/prefs_filtering.c
559                 Warning fix, patch by Paul
560         * src/messageview.c
561         * src/prefs_actions.c
562         * src/prefs_filtering_action.c
563         * src/prefs_matcher.c
564                 Uniformisation of "Info ..." to "Info..." (for
565                 old gtk), patch by Fabien
566         * src/plugins/clamav/clamav_plugin_gtk.c
567                 Sensitivity fix by Fabien
568
569 2006-08-09 [colin]      2.4.0cvs36
570
571         * src/main.c
572         * src/main.h
573                 Add a function to know whether we're exiting
574         * src/plugins/trayicon/trayicon.c
575                 If exiting, don't do anything. Faster, and
576                 avoids gtk_main_iteration reentracy causing
577                 segfaults at exit
578
579 2006-08-09 [colin]      2.4.0cvs35
580
581         * src/messageview.c
582         * src/mimeview.c
583         * src/mimeview.h
584                 Fix lack of part selection when automatically 
585                 jumping to a specific part
586         * src/msgcache.c
587                 Little optimisation in cache reading
588
589 2006-08-09 [colin]      2.4.0cvs34
590
591         * src/compose.c
592                 Fix crash setting the priority on reedit
593                 (Accessing compose before creating it!)
594
595 2006-08-08 [colin]      2.4.0cvs33
596
597         * src/procmime.c
598                 Fix bug #998 (last attachment is not accessible)
599                 Bad RFC interpretation on multipart close-delimiters
600         * src/mimeview.c
601         * src/mimeview.h
602         * src/gtk/gtkvscrollbutton.c
603         * src/gtk/gtkvscrollbutton.h
604                 Make attachments list wheel-scrollable
605
606 2006-08-07 [colin]      2.4.0cvs32
607
608         * src/gtk/gtkaspell.c
609                 Fix bug #973 (Unicode punctation characters 
610                 are not recognized as separators by the
611                 spell checker); fix unsigned stuff
612
613 2006-08-07 [colin]      2.4.0cvs31
614
615         * src/compose.c
616                 Fix bug #956 (DnD text with accents in compose 
617                 text entry); fix gccc's signed/unsigned fuss
618
619 2006-08-06 [colin]      2.4.0cvs30
620
621         * src/main.c
622                 Fix bug #979 (Plugin crashes when exiting 
623                 sylpheed-claws) : handle exit request only 
624                 once
625
626 2006-08-05 [colin]      2.4.0cvs29
627
628         * src/news.c
629                 Just make sure we have a msgid.
630
631 2006-08-05 [colin]      2.4.0cvs28
632
633         * src/news.c
634         * src/summaryview.c
635                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
636                 by reimplementing it
637         * src/textview.c
638                 Fix bug when hiding quotes with level > 3 and quote
639                 colors are recycled
640
641 2006-08-04 [colin]      2.4.0cvs27
642
643         * src/compose.c
644         * src/undo.c
645         * src/undo.h
646                 Fix a bit replace-by-pasting undo
647         * src/mainwindow.c
648         * src/messageview.c
649                 Fix Fold quotes menu synchro in
650                 mainwindow when it changes in 
651                 messageview
652         * src/textview.c
653                 Fix right-click on quotes blocks
654         * src/common/utils.c
655                 Verify that the file created by
656                 my_tmpfile() is writable. Fixes
657                 bug #988 (very specific filesystem
658                 issue)
659         * src/plugins/pgpcore/sgpgme.c
660                 Fix file descriptor leak
661         * src/plugins/spamassassin/spamassassin.c
662                 Warn once if spamd isn't reachable
663
664 2006-08-04 [colin]      2.4.0cvs26
665
666         * src/toolbar.c
667                 i18n context patch by Fabien
668
669 2006-08-03 [colin]      2.4.0cvs25
670
671         * src/mainwindow.c
672         * src/messageview.c
673                 Rename "Hide quotes" to "Fold quotes"
674         * src/textview.c
675                 Don't use hand cursor on quotes. "all 
676                 the bonuses of the feature and none of 
677                 unwelcome side-effects"
678
679 2006-08-03 [colin]      2.4.0cvs24
680
681         * AUTHORS
682         * sylpheed-claws.desktop
683         * src/gtk/authors.h
684                 Bring the desktop file to XDG compliance
685                 Patch by Charles A. Edwards
686
687 2006-08-03 [colin]      2.4.0cvs23
688
689         * src/textview.c
690                 Fix links offset when they are preceded
691                 by accentued chars (g_utf8_strlen!)
692         * src/mainwindow.c
693                 Fix wrong status when starting offline
694
695
696 2006-08-03 [wwp]        2.4.0cvs22
697
698         * src/prefs_common.h
699                 ask what to do w/ filtering rules that belong to an account when
700                 applying filtering rules manually from the main window (skip,
701                 apply regardless of the account, use current account). This dialog
702                 can be skipped and the last reply used.
703                 (forgot that file)
704
705 2006-08-03 [wwp]        2.4.0cvs21
706
707         * src/filtering.c
708         * src/filtering.h
709         * src/prefs_common.c
710         * src/summaryview.c
711         * src/alertpanel.c
712         * src/alertpanel.h
713         * src/messageview.c
714                 ask what to do w/ filtering rules that belong to an account when
715                 applying filtering rules manually from the main window (skip,
716                 apply regardless of the account, use current account). This dialog
717                 can be skipped and the last reply used.
718
719
720 2006-08-03 [colin]      2.4.0cvs20
721
722         * src/textview.c
723                 Optimize previous patch
724
725 2006-08-03 [cleroy]     2.4.0cvs19
726
727         * src/textview.c
728                 Fix quotes getting toggled back when the
729                 mail has an even number of text parts
730
731 2006-08-02 [colin]      2.4.0cvs18
732
733         * src/messageview.c
734                 Add Hide quotes menu
735
736 2006-08-02 [colin]      2.4.0cvs17
737
738         * src/mainwindow.c
739         * src/prefs_common.c
740         * src/textview.c
741         * src/textview.h
742         * src/gtk/about.c
743                 Allow per-level quote hiding,
744                 Allow toggling quotes by double-clicking them
745                 Rename RemoteURI to ClickableText to reflect
746                 the fact it's used for a variety of things
747
748 2006-08-02 [wwp]        2.4.0cvs16
749
750         * src/mainwindow.c
751                 fix "View/Hide quotes" menu item status initialization.
752
753 2006-08-02 [wwp]        2.4.0cvs15
754
755         * src/matcher_parser_parse.y
756                 remove a debug trace.
757
758 2006-08-02 [paul]       2.4.0cvs14
759
760         * src/plugins/pgpcore/passphrase.c
761                 don't set initial dialog size
762                 make it resizable
763
764 2006-08-02 [paul]       2.4.0cvs13
765
766         * src/noticeview.c
767                 remove the rogue '/' character
768
769 2006-08-02 [paul]       2.4.0cvs12
770
771         * src/noticeview.c
772                 allow buttons to resize as necessary
773
774 2006-08-01 [wwp]        2.4.0cvs11
775
776         * src/mbox.c
777                 fix strict ISO C90 compliance.
778
779 2006-08-01 [wwp]        2.4.0cvs10
780
781         * tools/update-po
782                 updated update-po tool to work w/ context-dependent translations.
783                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
784
785 2006-08-01 [wwp]        2.4.0cvs9
786
787         * src/matcher.c
788         * src/prefs_filtering.c
789         * src/prefs_matcher.c
790                 allow context-dependent translations for "All",
791                 patch by Fabien Vantard <fzzzzz@gmail.com>.
792
793 2006-07-31 [colin]      2.4.0cvs8
794
795         * AUTHORS
796         * src/gtk/authors.h
797                 Add Rafal to authors
798
799 2006-07-31 [colin]      2.4.0cvs7
800
801         * src/compose.c
802         * src/mainwindow.c
803         * src/messageview.h
804         * src/prefs_common.c
805         * src/prefs_common.h
806         * src/textview.c
807                 Add 'View/Hide quotes'. Patch based on a patch
808                 by Rafal Weglarz
809
810 2006-07-31 [colin]      2.4.0cvs6
811
812         * src/action.c
813                 Fix problem with "> stuff >" actions
814
815 2006-07-31 [paul]       2.4.0cvs5
816
817         * po/nb.po
818                 updated by Geir Helland
819
820 2006-07-31 [wwp]        2.4.0cvs4
821
822         * src/mainwindow.c
823         * src/summaryview.c
824         * src/summaryview.h
825                 add "View/Go to/Parent message" and "View/Go to/Last read message",
826                 thanks to Colin.
827
828 2006-07-31 [wwp]        2.4.0cvs3
829
830         * src/Makefile.am
831         * src/addr_compl.c
832         * src/addr_compl.h
833         * src/addressbook.c
834         * src/addressbook.h
835         * src/addressbook_foldersel.c
836         * src/addressbook_foldersel.h
837         * src/addrindex.c
838         * src/addrindex.h
839         * src/matcher.c
840         * src/matcher.h
841         * src/matcher_parser_lex.l
842         * src/matcher_parser_parse.y
843         * src/prefs_common.c
844         * src/prefs_common.h
845         * src/prefs_filtering.c
846         * src/prefs_matcher.c
847         * src/prefs_matcher.h
848         * src/summaryview.c
849                 introduce filtering against the address book. It's now possible to add
850                 matched conditions to determine if any email address in a message matches
851                 or doesn't match any or all books or folders in the address book.
852
853 2006-07-31 [wwp]        2.4.0cvs2
854
855         * src/account.c
856         * src/filtering.c
857         * src/filtering.h
858         * src/folder.c
859         * src/folderview.c
860         * src/inc.c
861         * src/mainwindow.c
862         * src/matcher.c
863         * src/matcher_parser_lex.l
864         * src/matcher_parser_parse.y
865         * src/mbox.c
866         * src/prefs_filtering.c
867         * src/prefs_filtering.h
868         * src/procmsg.c
869         * src/procmsg.h
870         * src/summaryview.c
871                 introduce per-account filtering rules. Each filtering rule can now be assigned
872                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
873                 when applying filtering rules manually, as all rules will apply - even the ones
874                 assigned to an account. This issue will be addressed soon.
875  
876
877
878 2006-07-31 [wwp]        2.4.0cvs1
879
880         * src/quote_fmt.c
881                 make more strings translatable.
882
883 2006-07-31 [paul]       2.4.0
884
885         2.4.0 released
886
887 2006-07-31 [paul]       2.3.1cvs91
888
889         * po/ca.po
890                 updated by Miquel Oliete
891
892 2006-07-31 [paul]       2.3.1cvs90
893
894         * po/de.po
895         * po/el.po
896         * po/fr.po
897         * po/it.po
898         * po/pl.po
899         * po/pt_BR.po
900         * po/sr.po
901         * po/zh_CN.po
902                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
903                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
904                 Aleksandar Urosevic, and Ralgh Young
905
906 2006-07-31 [paul]       2.3.1cvs89
907
908         * src/account.c
909         * src/main.c
910         * src/mainwindow.c
911         * src/mainwindow.h
912                 Fix a race condition when, after an SC crash, rescanning
913                 folders took more than 0.5 seconds
914                 Thanks to Colin
915
916 2006-07-31 [paul]       2.3.1cvs88
917
918         * src/folderview.c
919                 don't translate separator strings
920
921 2006-07-30 [mones]      2.3.1cvs87
922
923         * doc/man/sylpheed-claws.1
924                 Fixed non-ASCII chars in Hoa's name
925         * po/es.po
926                 Updated for release
927
928 2006-07-27 [colin]      2.3.1cvs86
929
930         * src/textview.c
931                 Don't include the leading \n in links
932                 Patch by Fabien
933
934 2006-07-25 [colin]      2.3.1cvs85
935
936         * src/mainwindow.c
937         * src/common/socket.h
938         * src/etpan/imap-thread.c
939                 Refresh resolvers before connecting
940                 to IMAP servers, and after switching
941                 to online. Thanks to Paul.
942
943 2006-07-18 [colin]
944
945         * 2.4.0-rc4 released
946
947 2006-07-17 [colin]      2.3.1cvs84
948
949         * src/inc.c
950                 Show connection attempt in statusbar before
951                 connecting (previously first message was
952                 "Retrieving messages from ..." after the
953                 connection succeeded.
954
955 2006-07-16 [wwp]        2.3.1cvs83
956
957         * sylpheed-claws.ico
958                 Added .ico file (windows multi-size icon file, generated).
959
960 2006-07-12 [wwp]        2.3.1cvs82
961
962         * src/messageview.c
963                 remove Message/Re-edit menu entry from messageview window,
964                 as sent/draft/queued messages are opened in compose window when
965                 re-edited and it's not possible to re-edit other msgs.
966
967 2006-07-12 [paul]       2.3.1cvs81
968
969         * AUTHORS
970         * src/mainwindow.c
971         * src/gtk/authors.h
972                 check online state before resetting
973                 mailcheck timer. Useful if some program
974                 verifies connection state and updates
975                 Claws.
976                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
977
978 2006-07-12 [paul]       2.3.1cvs80
979
980         * sylpheed-claws-128x128.png
981         * sylpheed-claws-64x64.png
982         * sylpheed-claws.png
983         * src/Makefile.am
984         * src/main.c
985         * src/prefs_toolbar.c
986         * src/stock_pixmap.c
987         * src/stock_pixmap.h
988         * src/wizard.c
989         * src/gtk/about.c
990         * src/gtk/gtkutils.c
991         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
992         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
993         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
994         * src/pixmaps/sylpheed.xpm              ** REMOVED **
995         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
996         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
997                 updated and renamed logo/icon files and related
998                 logo by Jesper Schultz
999
1000 2006-07-11 [paul]       2.3.1cvs79
1001
1002         * src/main.c
1003                 fix the labels a smidgin
1004
1005 2006-07-09 [colin]      2.3.1cvs78
1006
1007         * src/textview.c
1008                 Show errors in textviewer's command
1009                 Patch by H. Merijn Brand
1010
1011 2006-07-09 [colin]      2.3.1cvs77
1012
1013         * src/compose.c
1014                 Save FMID in drafts too
1015
1016 2006-07-08 [colin]      2.3.1cvs76
1017
1018         * src/compose.c
1019                 Svae RMID in drafted mails too
1020                 Save quote_fmt vars for whole mails,
1021                 don't reset at each quote_fmt_init:
1022                 allows to use the same |i{var} in
1023                 various template fields
1024         * src/prefs_template.c
1025         * src/quote_fmt.h
1026         * src/quote_fmt_parse.y
1027                 Same
1028
1029 2006-07-08 [colin]      2.3.1cvs75
1030
1031         * src/textview.c
1032                 Fix highlighting of attached parts URIs
1033
1034 2006-07-08 [colin]      2.3.1cvs74
1035
1036         * src/main.c
1037                 Prevent bug #981 (sc 2.3.1 segfaults with 
1038                 gtk+ 2.10) from being reported again:
1039                 if Sylpheed-Claws has been compiled against
1040                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1041                 of if Sylpheed-Claws has been compiled against
1042                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1043                 error out.
1044
1045 2006-07-07 [colin]      2.3.1cvs73
1046
1047         * src/prefs_actions.c
1048                 Fix label
1049
1050 2006-07-07 [colin]      2.3.1cvs72
1051
1052         * src/prefs_actions.c
1053                 Fix compile on gtk < 2.8. argh :)
1054
1055 2006-07-07 [paul]       2.3.1cvs71
1056
1057         * src/common/defs.h
1058                 update DONATE_URI
1059
1060 2006-07-07 [colin]      2.3.1cvs70
1061
1062         * po/POTFILES.in
1063         * src/quote_fmt.c
1064         * src/quote_fmt_lex.l
1065         * src/quote_fmt_parse.y
1066                 Add |i{var}, a way to insert user-entered
1067                 text in a template
1068
1069 2006-07-07 [colin]
1070
1071         * 2.4.0-rc3 released
1072
1073 2006-07-07 [colin]      2.3.1cvs69
1074
1075         * src/folder.c
1076                 Don't consider inboxes of UNKNOWN folder 
1077                 classes to be useable as default inboxes
1078
1079 2006-07-07 [paul]       2.3.1cvs68
1080
1081         * src/textview.c
1082                 add missing #include <errno.h>
1083                 Thanks to René J. Blokland
1084
1085 2006-07-07 [paul]       2.3.1cvs67
1086
1087         * src/action.c
1088                 Return now Closes dialog
1089         * src/mimeview.c
1090         * src/mimeview.h
1091         * src/textview.c
1092                 add contextual menu to mime parts listed
1093                 in the textview
1094                 Thanks to Colin
1095         * src/common/utils.c
1096                 reversal: ' is a valid character in URLs
1097
1098 2006-07-06 [colin]      2.3.1cvs66
1099
1100         * src/remotefolder.h
1101                 Forgotten in previous commit
1102
1103 2006-07-06 [colin]      2.3.1cvs65
1104
1105         * src/folder.c
1106                 Set summary update flag whenever
1107                 totals changed
1108         * src/imap.c
1109         * src/prefs_account.c
1110         * src/common/utils.h
1111         * src/etpan/imap-thread.c
1112                 Fix warnings, thanks to Fabien and
1113                 Ricardo
1114
1115 2006-07-06 [wwp]        2.3.1cvs64
1116
1117         * src/gtk/gtkutils.c
1118                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1119
1120 2006-07-06 [wwp]        2.3.1cvs63
1121
1122         * src/account.c
1123         * src/addressbook.c
1124         * src/addressitem.h
1125         * src/folderview.c
1126         * src/mainwindow.c
1127         * src/manual.c
1128         * src/manual.h
1129         * src/message_search.c
1130         * src/prefs_actions.c
1131         * src/prefs_filtering.c
1132         * src/prefs_filtering.h
1133         * src/prefs_template.c
1134         * src/summary_search.c
1135         * src/summaryview.c
1136         * src/gtk/gtkutils.c
1137         * src/gtk/gtkutils.h
1138         * src/gtk/pluginwindow.c
1139                 add help buttons to some dialogs. Clicking such buttons opens a
1140                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1141
1142 2006-07-06 [paul]       2.3.1cvs62
1143
1144         * src/textview.c
1145                 fix attachments contextual menu
1146                 Thanks to Colin
1147
1148 2006-07-05 [colin]      2.3.1cvs61
1149
1150         * src/textview.c
1151         * src/compose.c
1152                 Handle sftp:// links
1153
1154 2006-07-05 [paul]       2.3.1cvs60
1155
1156         * src/gtk/filesel.c
1157                 grab save button by default
1158                 Thanks to Colin
1159
1160 2006-07-05 [wwp]        2.3.1cvs59
1161
1162         * manual/xml2pdf
1163                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1164
1165 2006-07-04 [colin]      2.3.1cvs58
1166
1167         * src/mimeview.c
1168         * src/textview.c
1169                 Use left click to select, middle click to open
1170                 on mimeparts links
1171         * src/common/utils.c
1172                 Fix segfault
1173
1174 2006-07-04 [colin]      2.3.1cvs57
1175
1176         * src/mainwindow.c
1177         * src/news.c
1178                 Warning fixes, thanks to Fabien
1179
1180 2006-07-04 [colin]      2.3.1cvs56
1181
1182         * src/mimeview.c
1183         * src/mimeview.h
1184         * src/textview.c
1185                 Allow parts to be selected via their text label
1186                 in textview
1187
1188 2006-07-04 [colin]      2.3.1cvs55
1189
1190         * src/folderview.c
1191                 Feedback when closing (for big folders)
1192         * src/prefs_actions.c
1193         * src/prefs_filtering.c
1194         * src/prefs_matcher.c
1195         * src/prefs_template.c
1196                 Fix default button when closing without
1197                 having saved
1198
1199 2006-07-04 [colin]      2.3.1cvs54
1200
1201         * src/news.c
1202                 Delete local file on deletion
1203
1204 2006-07-03 [colin]      2.3.1cvs53
1205
1206         * src/folderview.c
1207         * src/main.c
1208                 Don't freeze when rescanning after crash
1209
1210 2006-07-03 [wwp]        2.3.1cvs52
1211
1212         * src/compose.c
1213         * src/privacy.c
1214         * src/privacy.h
1215         * src/plugins/pgpinline/pgpinline.c
1216         * src/plugins/pgpmime/pgpmime.c
1217                 don't report an error when the user cancels the passphrase dialog.
1218
1219 2006-07-02 [colin]      2.3.1cvs51
1220
1221         * src/folderview.c
1222                 Open message when crossing folders with Space,
1223                 goto next unread and friends
1224
1225 2006-07-01 [colin]      2.3.1cvs50
1226
1227         * src/prefs_account.c
1228                 Typographic rules varying from language
1229                 to language (in french "Protocole :"),
1230                 we have to do that :)
1231
1232 2006-07-01 [ticho]      2.3.1cvs49
1233
1234         * src/prefs_account.c
1235                 Only use one temporary gchar* variable in
1236                 prefs_account_protocol_set_optmenu().
1237
1238 2006-07-01 [ticho]      2.3.1cvs48
1239
1240         * src/prefs_account.c
1241         * src/prefs_account.h
1242                 Use GtkLabel for existing account protocol name.
1243                 Created an array for protocol names and populate the
1244                 combobox from it in a for() cycle.
1245
1246 2006-06-30 [colin]      2.3.1cvs47
1247
1248         * src/compose.c
1249                 Block undo when changing signature (by changing
1250                 account)
1251
1252 2006-06-30 [paul]       2.3.1cvs46
1253
1254         * src/send_message.c
1255                 when editing From in the Compose window, use that address
1256                 in the Return-Path: header
1257                 Thanks to Colin
1258
1259 2006-06-30 [colin]      2.3.1cvs45
1260
1261         * src/compose.c
1262                 Fix signature replacement:
1263                 - when no newline before separator
1264                 - when reediting
1265
1266 2006-06-29 [colin]      2.3.1cvs44
1267
1268         * src/folderview.c
1269         * src/folderview.h
1270         * src/mainwindow.c
1271         * src/summaryview.c
1272                 Let 'View/Go to/Next marked' work like
1273                 Next new & Next unread: across folders
1274                 Change the select_on_entry pref to do
1275                 what we want when changing folder
1276         * src/common/utils.c
1277                 Fix single-quoted links 
1278
1279 2006-06-29 [colin]      2.3.1cvs43
1280
1281         * src/gtk/gtkaspell.c
1282                 "Sylpheed" and "Sylpheed-Claws" do exist !
1283
1284 2006-06-29 [colin]      2.3.1cvs42
1285
1286         * src/imap.c
1287                 Forgot to remove debug
1288
1289 2006-06-29 [colin]      2.3.1cvs41
1290
1291         * src/imap.c
1292         * src/imap.h
1293         * src/mainwindow.c
1294                 Disconnect from IMAP servers when going
1295                 offline. Fixes bug #978 (going to offline-mode 
1296                 won't close connections)
1297
1298 2006-06-29 [colin]      2.3.1cvs40
1299
1300         * src/main.c
1301                 Fix transient setting on failing plugins
1302                 Patch by Fabien
1303         * src/plugins/pgpcore/sgpgme.c
1304                 Only warn for OpenPGP. Most people don't
1305                 have CMS available.
1306
1307 2006-06-29 [colin]      2.3.1cvs39
1308
1309         * src/compose.c
1310                 Fix Spelling menu (discrepancy between context menu
1311                 and top menu when folder's dictionary isn't the 
1312                 default one)
1313         * src/plugins/pgpcore/sgpgme.c
1314                 More error reporting about why gpgme can fail
1315
1316 2006-06-29 [wwp]        2.3.1cvs38
1317
1318         * src/mainwindow.c
1319                 honor the display-header-pane setting even when the message view
1320                 is a separate window.
1321
1322 2006-06-29 [wwp]        2.3.1cvs37
1323
1324         * src/prefs_actions.c
1325                 forgot to commit that one (use of GTK_STOCK_INFO).
1326
1327 2006-06-29 [colin]      2.3.1cvs36
1328
1329         * src/imap.c
1330                 Better handling of login errors (ask the password
1331                 again once), alert in case of error. Fix three
1332                 signedness warnings.
1333
1334 2006-06-28 [wwp]        2.3.1cvs35
1335
1336         * src/prefs_template.c
1337         * src/prefs_matcher.c
1338         * src/prefs_filtering_action.c
1339         * src/prefs_quote.c
1340                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1341                 patch by Fabien Vantard, slightly modified.
1342
1343 2006-06-28 [paul]
1344
1345         2.4.0-rc2 released
1346
1347 2006-06-28 [colin]      2.3.1cvs34
1348
1349         * src/prefs_account.c
1350                 Fix bug #977 (Can't add or edit imap accounts)
1351
1352 2006-06-28 [colin]      2.3.1cvs33
1353
1354         * src/mimeview.c
1355                 Fix previous
1356
1357 2006-06-28 [colin]      2.3.1cvs32
1358
1359         * src/mimeview.c
1360                 Save named inlined attachments with "Save all"
1361         * src/main.c
1362         * src/mbox.c
1363         * src/common/plugin.c
1364         * src/common/plugin.h
1365         * src/common/sylpheed.c
1366         * src/common/utils.c
1367         * src/plugins/pgpcore/sylpheed.def
1368         * src/plugins/pgpinline/sylpheed.def
1369         * src/plugins/pgpmime/sylpheed.def
1370                 Win32 compatibility patch, by
1371                 Werner Koch
1372
1373 2006-06-28 [wwp]        2.3.1cvs31
1374
1375         * src/imap.c
1376         * src/prefs_folder_item.c
1377                 less compilation warnings (thanks to Fabien Vantard), less typos.
1378
1379 2006-06-28 [paul]       2.3.1cvs30
1380
1381         * src/gtk/gtkutils.c
1382                 gtk_combo_box_set_focus_on_click() is only
1383                 available since gtk 2.6.0
1384
1385 2006-06-28 [paul]       2.3.1cvs29
1386
1387         * src/prefs_ext_prog.c
1388                 fix engrish and add a tooltip for the
1389                 'command for 'Display as text' option
1390
1391 2006-06-28 [paul]
1392
1393         2.4.0-rc1 released
1394
1395 2006-06-28 [paul]       2.3.1cvs28
1396
1397         * ChangeLog
1398         * tools/Makefile.am
1399                 include textviewer.pl in releases
1400
1401 2006-06-28 [paul]       2.3.1cvs27
1402
1403         * src/prefs_ext_prog.c
1404                 hide Print command option if libgnomeprint
1405                 support is present
1406
1407 2006-06-27 [colin]      2.3.1cvs26
1408
1409         * src/compose.c
1410                 Fix Esc handling in insert/attach dialog
1411                 Don't show this dialog if dragging something
1412                 else than text/uri-list
1413                 Thanks to Fabien Vantard
1414         * tools/textviewer.pl
1415                 Filter script to display stuff as text
1416                 by H. Merijn Brand
1417
1418 2006-06-27 [wwp]        2.3.1cvs25
1419
1420         * src/messageview.c
1421                 use the exact product name (message view title), patch
1422                 by Fabien Vantard.
1423
1424 2006-06-27 [ticho]      2.3.1cvs24
1425
1426         * src/prefs_account.c
1427         * src/prefs_common.c
1428         * src/prefs_common.h
1429         * src/prefs_ext_prog.c
1430         * src/textview.c
1431                 Add a preference (Preferences/External programs)
1432                 to allow "Display as text" to be done via a script
1433                 (patch by H.Merijn Brand).
1434                 Use GtkComboBox for protocol selection in account
1435                 preferences.
1436                 Only include current choice for existing accounts, and
1437                 insensitivize the combobox.
1438
1439 2006-06-27 [paul]       2.3.1cvs23
1440
1441         * src/mbox.c
1442                 fix crasher introduced in cvs21.
1443                 Thanks to Colin
1444
1445 2006-06-26 [colin]      2.3.1cvs22
1446
1447         * src/mbox.c
1448                 Fix double-frees when leaving folders
1449                 after exporting to mbox
1450
1451 2006-06-26 [colin]      2.3.1cvs21
1452
1453         * src/mbox.c
1454                 More feedback (and optimisation)
1455                 on import/export
1456         * src/common/utils.c
1457                 Fix case when looking for mail addresses
1458         * src/gtk/gtkutils.c
1459                 Extra check for (X-)Face
1460
1461 2006-06-25 [ticho]      2.3.1cvs20
1462
1463         * src/compose.c
1464         * src/exphtmldlg.c
1465         * src/gtk/gtkutils.c
1466         * src/gtk/gtkutils.h
1467                 Added second argument to gtkut_sc_combobox_create() to
1468                 control focus-on-click for the widget.
1469                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1470
1471 2006-06-25 [ticho]      2.3.1cvs19
1472
1473         * src/compose.c
1474         * src/gtk/Makefile.am
1475         * src/gtk/combobox.c
1476         * src/gtk/combobox.h
1477         * src/gtk/gtkutils.c
1478         * src/gtk/gtkutils.h
1479                 Use GtkComboBox instead of deprecated GtkOptionMenu
1480                 for account selector in compose window and for encoding
1481                 selector in attachment properties.
1482                 Also factorise working with the new GtkComboBox somewhat.
1483
1484 2006-06-24 [paul]       2.3.1cvs18
1485
1486         * src/prefs_common.c
1487                 use the correct default value
1488
1489 2006-06-24 [paul]       2.3.1cvs17
1490
1491         * src/compose.c
1492         * src/prefs_common.c
1493         * src/prefs_common.h
1494         * src/prefs_compose_writing.c
1495                 enable setting of default action when
1496                 dnd'ing files in the compose window.
1497                 (Collaborative effort with wwp)
1498
1499 2006-06-23 [wwp]        2.3.1cvs16
1500
1501         * src/compose.c
1502                 i18n fix (thanks to Fabien Vantard)
1503
1504 2006-06-22 [colin]      2.3.1cvs15
1505
1506         * src/prefs_customheader.c
1507                 Don't use filters in custom headers' file 
1508                 selector. Remember, extensions mean nothing :)
1509
1510 2006-06-22 [paul]       2.3.1cvs14
1511
1512         * configure.ac
1513                 allow setting of man directory location
1514
1515 2006-06-22 [colin]      2.3.1cvs13
1516
1517         * src/mainwindow.c
1518                 Add 'View/Go to/Next unread folder'.
1519                 I missed that :)
1520
1521 2006-06-22 [colin]      2.3.1cvs12
1522
1523         * src/common/utils.c
1524                 Add some subject prefixes
1525                 Patch by Bjorn T Johansen <btj@havleik.no>
1526
1527 2006-06-22 [colin]      2.3.1cvs11
1528
1529         * manual/advanced.xml
1530                 Forgotten hidden pref
1531
1532 2006-06-21 [paul]       2.3.1cvs10
1533
1534         * src/prefs_account.c
1535                 complete the removal of 'Add date header' option
1536
1537 2006-06-21 [paul]       2.3.1cvs9
1538
1539         * src/account.c
1540         * src/compose.c
1541         * src/prefs_account.c
1542         * src/prefs_account.h
1543                 remove option to add date header - always
1544                 add date header
1545         * src/etpan/imap-thread.c
1546                 fix warnings (Thanks to Colin)
1547
1548 2006-06-21 [wwp]        2.3.1cvs8
1549
1550         * src/folder.c
1551                 set the attachment flag when inline text part are (file)named. This is more convenient
1552                 when receiving (for instance) inline source files or patches sent using thunderbird.
1553
1554 2006-06-21 [paul]       2.3.1cvs7
1555
1556         * src/inc.c
1557                 fix off-by-one count of current msg in
1558                 statusbar filtering progressbar
1559
1560 2006-06-21 [paul]       2.3.1cvs6
1561
1562         * src/folder.c
1563                 Show attachment icon even if the part is 'inline'
1564                 if the following conditions are met:
1565                 - content-type != 'text/plain'
1566                 - content-type != '*/pgp-signature'
1567                 - either 'name' or 'filename' parameter is not NULL
1568                 
1569                 Thanks to Colin
1570
1571 2006-06-21 [paul]       2.3.1cvs5
1572
1573         * src/messageview.c
1574         * src/prefs_common.c
1575         * src/prefs_common.h
1576         * src/prefs_other.c
1577                 add an option to 'Never send Return
1578                 Receipts'
1579                 Thanks to Colin
1580
1581 2006-06-20 [mones]      2.3.1cvs4
1582
1583         * po/es.po
1584                 updated
1585         * src/compose.c
1586                 typo fixed (space after comma)
1587         * tools/make.themes.project
1588                 remove exec mode from tarball files
1589
1590 2006-06-20 [colin]      2.3.1cvs3
1591
1592         * src/news.c
1593         * src/procheader.c
1594         * src/unmime.c
1595                 Better fix for \n's in headers (don't 
1596                 break Received: and others)
1597
1598 2006-06-20 [paul]       2.3.1cvs2
1599
1600         * src/alertpanel.c
1601         * src/textview.c
1602                 improve legibility of phishing attempt
1603                 dialog
1604
1605 2006-06-20 [paul]       2.3.1cvs1
1606
1607         * NEWS
1608         * README
1609         * configure.ac
1610                 Update version number following
1611                 stable release
1612
1613 2006-06-20 [colin]      2.3.0cvs26
1614
1615         * src/compose.c
1616                 When dragging a file to the text of the compose
1617                 window, ask whether we want to insert or attach
1618                 (I know lots of people who do that to attach)
1619
1620 2006-06-20 [colin]      2.3.0cvs25
1621
1622         * src/etpan/imap-thread.c
1623                 Fix threshold (the append command is often > 32 bytes)
1624
1625 2006-06-19 [colin]      2.3.0cvs24
1626
1627         * src/imap.c
1628         * src/etpan/imap-thread.c
1629                 Workaround Rockliffe IMAP server bug: replace
1630                 "x UID SEARCH (ANSWERED UID 1:*)" with
1631                 "x UID SEARCH ANSWERED"
1632                 (Rockliffe doesn't handle the parenthesis)
1633
1634 2006-06-19 [colin]      2.3.0cvs23
1635
1636         * src/compose.c
1637         * src/imap.c
1638         * src/etpan/imap-thread.c
1639                 Probably fix bug #972 (Freezes when adding 
1640                 an attachment to the message)
1641         * src/common/defs.h
1642                 Modernize Firefox cmd
1643
1644
1645 2006-06-18 [colin]      2.3.0cvs22
1646
1647         * src/prefs_customheader.c
1648                 Only allow correct filenames for various
1649                 custom headers
1650
1651 2006-06-18 [colin]      2.3.0cvs21
1652
1653         * src/prefs_customheader.c
1654                 Add a 'From File...' button in custom headers prefs, which
1655                 try to do the right thing: 
1656                 for normal headers, use file as plaintext,
1657                 for X-Face, calls compface,
1658                 for Face, encode to b64.
1659
1660 2006-06-17 [colin]      2.3.0cvs20
1661
1662         * src/mh.c
1663                 Warning fix
1664
1665 2006-06-16 [colin]      2.3.0cvs19
1666
1667         * src/summaryview.c
1668                 Recursive quicksearch: show message list
1669                 in current folder, *then* search children
1670                 in the background.
1671
1672 2006-06-16 [colin]      2.3.0cvs18
1673
1674         * src/main.c
1675                 Instead of ignoring SIGPIPE, save caches
1676                 when getting one. Will fix the fact that
1677                 hot caches are out-of-date when logging 
1678                 out of Xorg.
1679         * src/compose.c
1680         * src/prefs_compose_writing.c
1681                 Only save text (not attachments) when 
1682                 auto-saving to drafts
1683         * src/unmime.c
1684                 Always replace \n, \r and \t with spaces
1685                 in headers
1686         * manual/dist/html/Makefile.am
1687         * manual/dist/pdf/Makefile.am
1688         * manual/dist/ps/Makefile.am
1689         * manual/dist/txt/Makefile.am
1690         * manual/fr/dist/html/Makefile.am
1691         * manual/fr/dist/pdf/Makefile.am
1692         * manual/fr/dist/ps/Makefile.am
1693         * manual/fr/dist/txt/Makefile.am
1694         * manual/pl/dist/html/Makefile.am
1695         * manual/pl/dist/pdf/Makefile.am
1696         * manual/pl/dist/ps/Makefile.am
1697         * manual/pl/dist/txt/Makefile.am
1698                 Fix make clean removing pregenerated manuals
1699
1700
1701 2006-06-16 [colin]      2.3.0cvs17
1702
1703         * src/plugins/pgpcore/sgpgme.c
1704         * src/plugins/pgpmime/pgpmime.c
1705         * src/plugins/pgpinline/pgpinline.c
1706                 Better error reporting in setup_signers.
1707                 Don't fallback to default key if specified
1708                 key isn't found.
1709                 Don't allow signing if more than one secret
1710                 key matches the one specified in prefs.
1711
1712 2006-06-15 [colin]      2.3.0cvs16
1713
1714         * src/folderview.c
1715                 Add "Send queue" in the folder's contextual
1716                 menu
1717         * src/compose.c
1718         * src/messageview.c
1719         * src/privacy.c
1720         * src/privacy.h
1721         * src/procmime.c
1722         * src/procmsg.c
1723         * src/plugins/pgpcore/passphrase.c
1724         * src/plugins/pgpcore/sgpgme.c
1725         * src/plugins/pgpinline/pgpinline.c
1726         * src/plugins/pgpmime/pgpmime.c
1727                 Better error reporting
1728         * src/mbox.c
1729                 Probably fix bug #971 (2.2.3 cannot read mail 
1730                 from local mbox)
1731
1732
1733 2006-06-15 [mones]      2.3.0cvs15
1734
1735         * tools/make.themes.project
1736                 creates the themes project from the web page
1737
1738 2006-06-15 [colin]      2.3.0cvs14
1739
1740         * src/folder.c
1741                 Better fix (avoid losing the folder if scan_tree 
1742                 fails)
1743
1744 2006-06-15 [cleroy]     2.3.0cvs13
1745
1746         * src/folder.c
1747                 Probably fix Bug #969 (crash on rebuilding 
1748                 imap folder)
1749
1750 2006-06-14 [colin]      2.3.0cvs12
1751
1752         * manual/dtd/manual.xsl
1753         * manual/sylpheed-claws-manual.xml
1754         * manual/fr/sylpheed-claws-manual.xml
1755         * manual/pl/sylpheed-claws-manual.xml
1756                 Insert pagebreaks between sections
1757
1758 2006-06-14 [paul]       2.3.0cvs11
1759
1760         * configure.ac
1761                 better fix than 2.3.0cvs10
1762
1763 2006-06-14 [paul]       2.3.0cvs10
1764
1765         * configure.ac
1766                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1767                 (backwards compatible)
1768
1769 2006-06-13 [colin]      2.3.0cvs9
1770
1771         * src/messageview.c
1772                 Fix sending of return receipt with the new queue folders
1773
1774 2006-06-13 [wwp]        2.3.0cvs8
1775
1776         * src/quote_fmt_lex.l
1777                 fix wrong tokens returned in quote_fmt lexer, query not().
1778
1779 2006-06-13 [wwp]        2.3.0cvs7
1780
1781         * src/folder.c
1782         * src/prefs_folder_item.c
1783                 allow changing folder type even when folder is not a top-level one,
1784                 thanks to Colin.
1785
1786 2006-06-12 [colin]      2.3.0cvs6
1787
1788         * src/folderview.c
1789                 Fix double-ask of "Do you want to mark all
1790                 as read"
1791
1792 2006-06-12 [colin]      2.3.0cvs5
1793
1794         * src/compose.c
1795         * src/compose.h
1796         * src/folder.c
1797         * src/folder.h
1798         * src/imap.c
1799         * src/inc.c
1800         * src/main.c
1801         * src/messageview.c
1802         * src/mh.c
1803         * src/prefs_folder_item.c
1804         * src/procheader.c
1805         * src/procmime.c
1806         * src/procmsg.c
1807         * src/procmsg.h
1808         * src/send_message.c
1809         * src/summaryview.c
1810         * src/toolbar.c
1811                 Apply bug #964's patch (Queue and drafts aren't normal)
1812                 The Drafts and Queue folder now contain RFC-822 files,
1813                 allowing to move and copy mails from and to these 
1814                 folders. Moving from Drafts to Queue will prepare the
1815                 mail for sending (PGP signature, encryption, etc).
1816                 This patch also rework sending errors handling to try
1817                 to be more helpful.
1818                 Also, allow redefining folder types via the GUI 
1819                 (Folder type in its Properties)
1820
1821 2006-06-12 [colin]      2.3.0cvs4
1822
1823         * src/summaryview.c
1824         * src/prefs_common.c
1825         * src/prefs_common.h
1826         * src/gedit-print.c
1827                 Allow to define a specific print font - patch
1828                 by Bernhard Walle <bernhard.walle@gmx.de>
1829         * src/prefs_fonts.c
1830         * manual/advanced.xml
1831         * manual/fr/advanced.xml
1832                 Add a hidden pref to allow deletion without
1833                 confirmation
1834
1835 2006-06-12 [wwp]        2.3.0cvs3
1836
1837         * .cvsignore
1838                 more files to ignore.
1839
1840 2006-06-12 [wwp]        2.3.0cvs2
1841
1842         * src/quote_fmt.c
1843         * src/quote_fmt_lex.l
1844         * src/quote_fmt_parse.y
1845                 extend the quote_fmt parser (templates and quotes):
1846                 - allow limited sub-expressions in |p{} and |f{} expressions,
1847                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1848                 - implemented/fixed missing implementation of query_references and show_references,
1849                 - completed, fixed contents and format of the symbols help dialog,
1850                 - fix some compilation warnings.
1851
1852 2006-06-12 [wwp]        2.3.0cvs1
1853
1854         * manual/advanced.xml
1855         * manual/fr/advanced.xml
1856                 updates in the "templates" section of the manual (eng/fr):
1857                  - be more precise (both versions)
1858                  - completed to match the english reference (fr version)
1859                  - touchups (both versions)
1860
1861 2006-06-12 [paul]       2.3.0
1862
1863         2.3.0 released
1864
1865 2006-06-12 [paul]       2.2.3cvs14
1866
1867         * po/ca.po
1868         * po/cs.po
1869         * po/de.po
1870         * po/el.po
1871         * po/fr.po
1872         * po/it.po
1873         * po/pt_BR.po
1874         * po/sr.po
1875         * po/zh_CN.po
1876                 updated by Miquel Oliete, Tim, Stephan Sachse,
1877                 Stavros Giannouris, Fabien Vantard, Andrea
1878                 Spadaccini, Frederico Goncalves Guimaraes,
1879                 Aleksandar Urosevic, and Ralgh Young
1880
1881 2006-06-12 [colin]      2.2.3cvs13
1882
1883         * src/mbox.c
1884                 Add missing header
1885
1886 2006-06-11 [colin]      2.2.3cvs12
1887
1888         * src/msgcache.c
1889                 Verify that g_malloc() succeeded
1890
1891 2006-06-11 [colin]      2.2.3cvs11
1892
1893         * src/wizard.c
1894                 Add Face header to welcome mail
1895
1896 2006-06-10 [colin]      2.2.3cvs10
1897
1898         * src/textview.c
1899                 Revert previous (Forgot it changes the
1900                 margin on the whole mail)
1901
1902 2006-06-10 [colin]      2.2.3cvs9
1903
1904         * src/textview.c
1905                 Don't overlap long headers under (X-)Face
1906
1907 2006-06-10 [mones]      2.2.3cvs8
1908
1909         * manual/xml2pdf
1910                 allow generation of manual on systems lacking saxon binary
1911                 but with java and the saxon library installed
1912
1913         * po/es.po
1914                 updated for release
1915
1916 2006-06-09 [colin]      2.2.3cvs7
1917
1918         * src/summaryview.c
1919                 Fix leak when using Display Sender using Addressbook
1920
1921 2006-06-09 [colin]      2.2.3cvs6
1922
1923         * src/compose.c
1924         * src/folder.c
1925         * src/folderview.c
1926         * src/mimeview.c
1927         * src/summaryview.c
1928                 More leaks fixes
1929
1930 2006-06-09 [paul]       2.2.3cvs5
1931
1932         * AUTHORS
1933         * src/gtk/authors.h
1934         * tools/claws.i18n.status.pl
1935                 updated with new info
1936
1937 2006-06-09 [paul]       2.2.3cvs4
1938
1939         * README
1940                 updated
1941         * manual/ack.xml
1942                 add wwp to authors list
1943         * src/gtk/authors.h
1944                 update mine and Colin's addresses
1945
1946 2006-06-08 [colin]      2.2.3cvs3
1947
1948         * src/etpan/imap-thread.c
1949                 Fix leak on SSL cert check
1950
1951 2006-06-08 [colin]      2.2.3cvs2
1952
1953         * src/common/utils.c
1954                 Fix leak
1955
1956 2006-06-08 [paul]       2.2.3cvs1
1957
1958         * configure.ac
1959                 Update version number following
1960                 stable release
1961
1962 2006-06-07 [colin]      2.2.2cvs3
1963
1964         * src/msgcache.c
1965                 Fix catching cache read errors (guint instead of gint)
1966                 Prevent malloc'ing more than 8MB (means cache corruption)
1967
1968 2006-06-07 [paul]       2.2.2cvs2
1969
1970         * src/exporthtml.c
1971         * src/exportldif.c
1972         * src/mh.c
1973         * src/mutt.c
1974         * src/pine.c
1975         * src/common/utils.c
1976                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1977                 obey $HOME'
1978                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1979                 Thanks to Colin
1980
1981 2006-06-06 [paul]       2.2.2cvs1
1982
1983         * configure.ac
1984                 Update version number following
1985                 stable release
1986
1987 2006-06-06 [paul]       2.2.1cvs6
1988
1989         * src/matcher.c
1990                 fix  implicit declaration of
1991                 sylpheed_do_idle()
1992                 Patch by Fabien Vantard
1993
1994 2006-06-06 [paul]       2.2.1cvs5
1995
1996         * src/matcher.c
1997                 fix age_greater and age_lower so that they
1998                 mean what say and not '...or equal to'
1999                 Thanks to Colin
2000
2001 2006-06-06 [paul]       2.2.1cvs4
2002
2003         * src/textview.c
2004         * src/common/utils.c
2005                 fix URI check
2006                 Thanks to Colin
2007
2008 2006-06-05 [wwp]        2.2.1cvs3
2009
2010         * manual/fr/account.xml
2011                 minor language fixes (thanks to Fabien Vantard).
2012
2013 2006-06-05 [colin]      2.2.1cvs2
2014
2015         * src/prefs_folder_item.c
2016         * src/folderview.c
2017                 Allow recursive setting of properties 
2018                 for whole mailboxes
2019         * src/matcher.c
2020                 Don't freeze on 'test' filtering rule
2021
2022 2006-06-05 [colin]      2.2.1cvs1
2023
2024         * configure.ac
2025                 Update version number following
2026                 stable release
2027
2028 2006-06-04 [wwp]        2.2.0cvs82
2029
2030         * manual/glossary.xml
2031         * manual/account.xml
2032         * manual/fr/glossary.xml
2033         * manual/fr/account.xml
2034                 added glossary section and references/links related to the Face custom header.
2035
2036 2006-06-04 [colin]      2.2.0cvs81
2037
2038         * src/summaryview.c
2039                 Skip to next message on move with no
2040                 immediate execution
2041
2042 2006-06-04 [wwp]        2.2.0cvs80
2043
2044         * manual/xml2pdf
2045                 added sanity checks, exit when needed.
2046
2047 2006-06-03 [paul]       2.2.0cvs79
2048
2049         * src/prefs_receive.c
2050                 page name is now 'Receiving'
2051         * src/prefs_send.c
2052                 page name is now 'Sending'
2053
2054 2006-06-03 [colin]      2.2.0cvs78
2055
2056         * src/plugins/spamassassin/spamassassin_gtk.c
2057                 Autoswitch to Localhost if transport was previously
2058                 disabled. Else people had to check [] Enable, then
2059                 *reselect* transport.
2060
2061 2006-06-03 [colin]      2.2.0cvs77
2062
2063         * src/plugins/pgpinline/pgpinline.c
2064         * src/plugins/pgpmime/pgpmime.c
2065                 Check that gpg_data_release_and_get_mem 
2066                 didn't fail (now, why this happens...)
2067
2068 2006-06-03 [colin]      2.2.0cvs76
2069
2070         * src/mbox.c
2071                 Fix bug #962 (Manual and/or UI should 
2072                 warn about incompatible locking 
2073                 causing dataloss)
2074
2075 2006-06-02 [cleroy]     2.2.0cvs75
2076
2077         * src/filtering.c
2078         * src/folder.c
2079         * src/procmsg.c
2080         * src/summaryview.c
2081                 Fix a few leaks
2082
2083 2006-06-02 [colin]      2.2.0cvs74
2084
2085         * src/main.c
2086                 On exit, free caches after writing them
2087                 Shuts up some valgrind false positives
2088         * src/procmsg.c
2089         * src/send_message.c
2090                 Fix races when reusing existing SMTP connections
2091                 Fix inexistant session timeout
2092         * src/toolbar.c
2093                 Display alertpanel after all queues have
2094                 been processed, not after each
2095
2096 2006-06-02 [wwp]        2.2.0cvs73
2097
2098         * manual/fr/glossary.xml
2099         * manual/fr/ack.xml
2100         * manual/ack.xml
2101                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2102
2103 2006-06-02 [wwp]        2.2.0cvs72
2104
2105         * manual/xml2pdf
2106         * manual/dist/pdf/Makefile.am
2107         * manual/dtd/manual.xsl
2108         * manual/fr/dist/pdf/Makefile.am
2109         * manual/pl/dist/pdf/Makefile.am
2110                 we changed the procedure to generate the .pdf version of the manual.
2111                 The procedure is more modern and the .pdf we get now has a valid index.
2112                 Here are the new pre-requisites:
2113
2114                 - JRE 1.x (1.4 here): there must be one from your distro
2115                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2116                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2117                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2118
2119                 See my posts for further info about the installation of this toolchain:
2120
2121                 Date: Fri, 19 May 2006 19:40:06 +0200
2122                 From: wwp <subscript@free.fr>
2123                 To: sylpheed-claws-devel@lists.sourceforge.net
2124                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2125
2126                 and
2127
2128                 Date: Wed, 24 May 2006 12:58:49 +0200
2129                 From: wwp <subscript@free.fr>
2130                 To: sylpheed-claws-devel@lists.sourceforge.net
2131                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2132
2133 2006-06-01 [colin]      2.2.0cvs71
2134
2135         * src/compose.c
2136                 Better guards against IMAP races
2137         * src/main.c
2138         * src/prefs_common.c
2139         * src/prefs_common.h
2140         * src/common/ssl_certificate.c
2141         * src/etpan/imap-thread.c
2142         * src/etpan/imap-thread.h
2143         * src/gtk/sslcertwindow.c
2144                 New hidden option ssl_skip_cert_check to 
2145                 avoid dups of bug #959 (libetpan linked
2146                 against gnutls and gnutls buggy on 64bit)
2147                 Present expired warning only once per
2148                 session/server.
2149         * manual/advanced.xml
2150         * manual/fr/advanced.xml
2151                 Document new option
2152
2153 2006-06-01 [wwp]        2.2.0cvs70
2154
2155         * src/messageview.c
2156                 fix for bug #961 (return receipt dialog 
2157                 complains incorrectly about return-path 
2158                 email adress being different), thanks 
2159                 to Colin.
2160
2161 2006-05-31 [cleroy]     2.2.0cvs69
2162
2163         * src/common/ssl.c
2164                 Guard against NULLs, although this
2165                 should never be an issue
2166
2167 2006-05-31 [colin]      2.2.0cvs68
2168
2169         * src/filtering.c
2170                 Use g_slist_prepend
2171         * src/imap.c
2172                 Don't remove caches when destroying folder, it
2173                 could (should) be done at exit
2174         * src/inc.c
2175                 free processing cache after incorporation
2176         * src/etpan/imap-thread.c
2177                 Maybe fix bug #959 (Crash on moving to emails 
2178                 to a imap account per ssl with a expired 
2179                 certificate.)
2180
2181 2006-05-30 [colin]      2.2.0cvs67
2182
2183         * src/summaryview.c
2184                 Put back event flush when displaying message
2185                 It avoids reading a bunch of messages just
2186                 by hitting shift-n for too long ;)
2187
2188 2006-05-29 [colin]      2.2.0cvs66
2189
2190         * src/summaryview.c
2191                 Remove useless g_warnings
2192
2193 2006-05-29 [colin]      2.2.0cvs65
2194
2195         * src/imap.c
2196                 Fix g_slist_append()s for performance
2197
2198 2006-05-29 [colin]      2.2.0cvs64
2199
2200         * src/compose.c
2201         * src/common/utils.c
2202                 Fix extraneous tab at start of addresses
2203         * src/mainwindow.c
2204                 Fix warnings (thanks to Fabien)
2205                 Fix crash at exit when composing messages 
2206                 exist
2207         * src/pop.c
2208                 Fix progress bar when deleting expired mails
2209                 Thanks to Hiro
2210         * src/summaryview.c
2211         * src/gtk/gtksctree.c
2212                 Fix re-sorting slowness
2213
2214 2006-05-29 [paul]       2.2.0cvs63
2215
2216         * src/mh.c
2217                 fetch full message when moving mails
2218                 from another mailbox, (fixed data loss
2219                 when filtering from IMAP to MH, introduced
2220                 in 2.2.0cvs57).
2221                 Thanks to Colin
2222
2223 2006-05-29 [mones]      2.2.0cvs62
2224
2225         * src/gtk/gtksctree.c
2226                 Unselect faster (patch by Colin)        
2227
2228 2006-05-26 [colin]      2.2.0cvs61
2229
2230         * src/summaryview.c
2231                 Unplug MSGINFO_UPDATE callback on delete too.
2232
2233 2006-05-26 [colin]      2.2.0cvs60
2234
2235         * src/foldersel.c
2236                 Fix bold in folder selection window with glib2.10
2237                 thanks Hiro
2238
2239 2006-05-26 [colin]      2.2.0cvs59
2240
2241         * src/procheader.c
2242                 Convert date only if necessary (and don't
2243                 try to convert from utf8 to utf8, too)
2244         * src/summaryview.c
2245                 Only set column's text if the column's 
2246                 displayed
2247
2248 2006-05-26 [colin]      2.2.0cvs58
2249
2250         * src/summaryview.c
2251         * src/gtk/gtkutils.c
2252                 Fix useless warning
2253
2254 2006-05-26 [colin]      2.2.0cvs57
2255
2256         * src/mainwindow.c
2257                 Make summaryview selectable as long as 
2258                 no message has focus
2259         * src/mh.c
2260                 Faster deletion (by implementing mh_remove_msgs)
2261                 Faster copy (avoid using mh_fetch_msg just to get
2262                 the filename)
2263                 Faster move (using move_file instead of copy_file
2264                 if MSG_IS_MOVE)
2265                 No progressbar if total number of mails to cp/mv 
2266                 is less than 100
2267         * src/summaryview.c
2268                 Fix removal from subject_table when mail gets moved
2269                 Faster deletion (g_slist_prepend instead of append)
2270         * src/gtk/gtksctree.c
2271                 Remove useless code
2272
2273 2006-05-25 [colin]      2.2.0cvs56
2274
2275         * src/common/ssl_certificate.c
2276                 Fix leak in expired cert check
2277
2278 2006-05-25 [colin]      2.2.0cvs55
2279
2280         * src/mh.c
2281                 Disable flags syncing on .mh_sequences - it
2282                 is buggy and marks mails read under unknown
2283                 conditions.
2284
2285 2006-05-25 [paul]
2286
2287         * 2.3.0-rc4 released
2288
2289 2006-05-24 [colin]      2.2.0cvs54
2290
2291         attention cvs users: if you manage to crash
2292         Sylpheed-Claws while moving, copying or deleting
2293         mails, we *are* interested in stack traces and
2294         valgrind logs. It looks stable, but one never
2295         knows...
2296
2297         * src/folder.c
2298                 Add progressbar for cache updates
2299         * src/folderutils.c
2300                 Optimize Mark all read in the current
2301                 folder
2302         * src/mh.c
2303                 Add progressbar for copy/move
2304         * src/procmsg.c
2305                 Optimize O(n^2) in copy/move
2306         * src/summaryview.c
2307         * src/gtk/gtksctree.c
2308                 Optimize O(n^2) algos
2309         * src/common/timing.h
2310                 Display ms instead of us
2311
2312 2006-05-24 [wwp]        2.2.0cvs53
2313
2314         * manual/fr/advanced.xml
2315                 updates to the French manual.
2316
2317 2006-05-24 [wwp]        2.2.0cvs52
2318
2319         * src/common/utils.c
2320                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2321
2322 2006-05-24 [wwp]        2.2.0cvs51
2323
2324         * src/folderutils.c
2325                 fixed "mark all read" in MH folders (thanks to Colin).
2326
2327 2006-05-24 [paul]       2.2.0cvs50
2328
2329         * doc/man/sylpheed-claws.1
2330                 updated the man page
2331
2332 2006-05-23 [colin]      2.2.0cvs49
2333
2334         * src/folderview.c
2335         * src/imap.c
2336         * src/inc.c
2337         * src/mbox.c
2338         * src/messageview.c
2339         * src/news.c
2340         * src/send_message.c
2341         * src/summaryview.c
2342         * src/gtk/sslcertwindow.c
2343                 alertpanel fixes, by Fabien
2344
2345 2006-05-23 [colin]      2.2.0cvs48
2346
2347         * src/folder.c
2348         * src/folderview.c
2349         * src/msgcache.c
2350         * src/summaryview.c
2351         * src/gtk/gtksctree.c
2352         * src/gtk/gtksctree.h
2353                 More timings
2354                 Fix slow loading problem, which was caused by the
2355                 use of some gtk_ctree funcs and their use of
2356                 g_list_position while gtk_ctree_(un)link'ing.
2357                 Reap more functions from gtkctree.c to be sure we
2358                 use our (fast) version instead of theirs.
2359         * src/mh.c
2360                 Fix copy of unread mails
2361
2362
2363 2006-05-22 [wwp]        2.2.0cvs47
2364
2365         * manual/fr/advanced.xml
2366                 updated.
2367
2368 2006-05-22 [colin]      2.2.0cvs46
2369
2370         * src/filtering.c
2371                 Fix possible infinite loop. 'copy' is not a 
2372                 final action, so when encountering a 'copy',
2373                 we have to check if a previous one was set
2374                 and do it. In the same way, if we encounter
2375                 a 'move' we have to perform a possibly 
2376                 pending 'copy'. This will slow down filtering
2377                 on IMAP if move+copy or multiple copy actions
2378                 are to be done, but handling it via the batch
2379                 would be really too convoluted.
2380
2381 2006-05-22 [wwp]        2.2.0cvs45
2382
2383         * manual/fr/advanced.xml
2384         * manual/fr/faq.xml
2385         * manual/fr/glossary.xml
2386         * manual/fr/handling.xml
2387         * manual/fr/intro.xml
2388         * manual/fr/plugins.xml
2389         * manual/fr/sylpheed-claws-manual.xml
2390                 sync w/ the english manual: updates URIs, documented mailing-list
2391                 support, better explanation about the enabled/disabled feature
2392                 in filtering/processing rules by Paul.
2393
2394 2006-05-21 [colin]      2.2.0cvs44
2395
2396         * src/summaryview.c
2397                 Don't expand after building threads, but during
2398
2399 2006-05-21 [colin]      2.2.0cvs43
2400
2401         * src/procmsg.c
2402         * src/summaryview.c
2403                 More timing possibilities... For next time I have 
2404                 to find out how the hell some 3GHz computer takes
2405                 one minute to open a 30k folder...
2406
2407 2006-05-21 [colin]      2.2.0cvs42
2408
2409         * manual/pl/advanced.xml
2410         * manual/pl/faq.xml
2411         * manual/pl/glossary.xml
2412         * manual/pl/handling.xml
2413         * manual/pl/intro.xml
2414         * manual/pl/plugins.xml
2415         * manual/pl/sylpheed-claws-manual.xml
2416                 Polish manual updated by Pawel
2417
2418 2006-05-20 [colin]
2419
2420         * 2.3.0-rc3 released
2421
2422 2006-05-20 [colin]      2.2.0cvs41
2423
2424         * src/imap.c
2425                 Fix -rc2 problems:
2426                 - remove cache of moved messages from original folder
2427                 - apply new flags to messages even if they aren't appliable
2428                   via IMAP.
2429
2430 2006-05-20 [colin]
2431
2432         * 2.3.0-rc2 released
2433
2434 2006-05-19 [colin]      2.2.0cvs40
2435
2436         * src/imap.c
2437                 Don't issue SELECT in imap_change_flags
2438                 before having checked that we indeed have
2439                 some flags to change. MSG_POSTFILTERED for
2440                 example can't be used on IMAP.
2441                 Fixes bug #955 (copying messages between 
2442                 imap folders is extremely slow), which was
2443                 a regression.
2444
2445 2006-05-19 [colin]      2.2.0cvs39
2446
2447         * src/folder.c
2448         * src/folder.h
2449         * src/folderview.c
2450                 Try to fix bug #830 (Some unread messages 
2451                 get marked read in IMAP inbox):
2452                 - Prevent scanning a folder if it's being 
2453                   opened via the GUI
2454                 - Postpone opening via the GUI of a folder
2455                   currently scanned.
2456
2457
2458 2006-05-19 [wwp]        2.2.0cvs38
2459
2460         * manual/advanced.xml
2461                 fix English+typo (thanks to Paul).
2462
2463 2006-05-19 [wwp]        2.2.0cvs37
2464
2465         * manual/advanced.xml
2466         * manual/fr/advanced.xml
2467         * src/gtk/logwindow.c
2468         * src/prefs_common.c
2469         * src/prefs_common.h
2470                 added hidden prefs to allow customization of colors used in
2471                 protocol log window (useful for dark gtk+ themes).
2472
2473 2006-05-19 [wwp]        2.2.0cvs36
2474
2475         * ChangeLog
2476                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2477
2478 2006-05-19 [paul]       2.2.0cvs35
2479
2480         * src/textview.c
2481                 make Reply-To fully clickable
2482         * src/gtk/logwindow.c
2483                 more colouring (SMTP ESMTP)
2484         Both patches by Pawel Pekala
2485
2486 2006-05-19 [cleroy]     2.2.0cvs34
2487
2488         * src/mh.c
2489                 Don't update flags from current folder
2490                 Probably fixes bug #935 (Read Messages 
2491                 Revert to Being Marked as Unread)
2492
2493 2006-05-18 [colin]      2.2.0cvs33
2494
2495         * src/imap.c
2496                 Warning fix
2497         * src/compose.c
2498         * src/mainwindow.c
2499         * src/summaryview.c
2500         * src/toolbar.c
2501                 Allow replying to multiple emails
2502                 in multiple windows
2503         * src/mimeview.c
2504         * src/etpan/imap-thread.c
2505                 Leak fixes
2506
2507 2006-05-18 [paul]       2.2.0cvs32
2508
2509         * src/summaryview.c
2510                 keep Mailing-List menu refreshed
2511                 Thanks to Colin
2512
2513 2006-05-18 [paul]       2.2.0cvs31
2514
2515         * manual/advanced.xml
2516         * manual/faq.xml
2517         * manual/glossary.xml
2518         * manual/handling.xml
2519         * manual/intro.xml
2520         * manual/plugins.xml
2521         * manual/sylpheed-claws-manual.xml
2522                 update URLs
2523                 add info about mailing-list support
2524                 edit filtering info
2525         * src/wizard.c
2526         * src/common/defs.h
2527         * src/gtk/about.c
2528         * src/plugins/dillo_viewer/README
2529                 update URLs
2530
2531 2006-05-17 [wwp]        2.2.0cvs30
2532
2533         * manual/handling.xml
2534         * manual/fr/handling.xml
2535                 documented the ability to enabled/disable filtering/processing rules.
2536
2537 2006-05-17 [colin]      2.2.0cvs29
2538
2539         * src/main.c
2540                 Don't initialize g_thread subsystem if it's 
2541                 already done (thanks to Hiro)
2542         * src/mimeview.c
2543                 Fix saving of parts when there name can't be
2544                 converted from UTF-8.
2545
2546 2006-05-17 [paul]       2.2.0cvs28
2547
2548         * po/Makefile.in.in
2549                 fix config.status warning with autoconf 2.60
2550
2551 2006-05-17 [paul]       2.2.0cvs27
2552
2553         * po/POTFILES.in
2554                 add src/mbox.c
2555
2556 2006-05-17 [wwp]        2.2.0cvs26
2557
2558         * src/mainwindow.c
2559                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2560
2561 2006-05-17 [wwp]        2.2.0cvs25
2562
2563         * src/plugins/demo/demo.c
2564                 updated product name in plugin demo (many plugins need to be
2565                 sync'ed w/ that change).
2566
2567 2006-05-17 [colin]      2.2.0cvs24
2568
2569         * src/mh.c
2570                 Fix leak
2571
2572 2006-05-16 [colin]      2.2.0cvs23
2573
2574         * src/mainwindow.c
2575                 Stupid me hit again. Fix cvs22.
2576
2577 2006-05-16 [colin]      2.2.0cvs22
2578
2579         * src/mainwindow.c
2580                 Fix bug #922 (sylpheed-claws crashed after 
2581                 pushing on Inbox folder)
2582
2583 2006-05-16 [colin]      2.2.0cvs21
2584
2585         * src/compose.c
2586                 Make From header be copy/paste/select-able
2587
2588 2006-05-16 [wwp]        2.2.0cvs20
2589
2590         * src/export.c
2591         * src/matcher.c
2592         * src/summaryview.c
2593         * src/etpan/imap-thread.c
2594                 fix some compiler warnings (thanks to Colin).
2595
2596 2006-05-16 [wwp]        2.2.0cvs19
2597
2598         * src/action.c
2599         * src/gedit-print.c
2600         * src/inc.c
2601         * src/mainwindow.c
2602         * src/mh.c
2603         * src/statusbar.c
2604         * src/send_message.c
2605         * src/summaryview.c
2606                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2607
2608 2006-05-15 [colin]      2.2.0cvs18
2609
2610         * src/procmsg.c
2611                 Fix automatic rule creation with List-Post
2612
2613 2006-05-15 [paul]       2.2.0cvs17
2614
2615         * tools/filter_conv_new.pl
2616                 updated for rule enabling/disabling
2617                 claws version >= 2.3.x required
2618
2619 2006-05-15 [cleroy]     2.2.0cvs16
2620
2621         * src/main.c
2622                 Revert test
2623
2624 2006-05-15 [cleroy]     2.2.0cvs15
2625
2626         * src/main.c
2627                 test
2628
2629 2006-05-15 [wwp]        2.2.0cvs14
2630
2631         * manual/pl/.cvsignore
2632                 ignore generated files.
2633
2634 2006-05-14 [wwp]        2.3.0-rc1
2635
2636         * 2.3.0-rc1 released
2637
2638 2006-05-13 [wwp]        2.2.0cvs13
2639
2640         * src/filtering.c
2641         * src/filtering.h
2642         * src/matcher.c
2643         * src/matcher_parser_lex.l
2644         * src/matcher_parser_parse.y
2645         * src/prefs_filtering.c
2646                 new feature: provide the ability to disable filtering and processing
2647                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2648                 adaptations.
2649
2650 2006-05-13 [colin]      2.2.0cvs12
2651
2652         * src/compose.c
2653                 Remove useless if (a) b; else b;
2654                 Thanks to wwp
2655
2656 2006-05-13 [wwp]        2.2.0cvs11
2657
2658         * src/export.c
2659         * src/import.c
2660         * src/mainwindow.c
2661         * src/mbox.c
2662         * src/summaryview.c
2663         * src/summaryview.h
2664                 no more silent failures (or at least less ones) when importing
2665                 or exporting from/to mbox. Also start importing/exporting if
2666                 the necessary info is set.
2667
2668 2006-05-13 [wwp]        2.2.0cvs10
2669
2670         * RELEASE_NOTES
2671                 restored up-to-date release notes.
2672
2673 2006-05-13 [paul]       2.2.0cvs9
2674
2675         * po/nl.po
2676         * po/ru.po
2677                 updated by Tim Dijkstra and Pavlo Bohmat
2678
2679 2006-05-12 [colin]      2.2.0cvs8
2680
2681         * src/gtk/quicksearch.c
2682                 Add "k" as shortcut for "colorlabel". Patch
2683                 by ath42@users.sf.net.
2684
2685 2006-05-12 [paul]       2.2.0cvs7
2686
2687         * src/prefs_common.h
2688         * src/prefs_summaries.c
2689         * src/summaryview.c
2690                 when entering a folder also allow
2691                 going directly to first Marked message
2692
2693 2006-05-12 [paul]       2.2.0cvs6
2694
2695         * src/summaryview.c
2696                 always obey 'confirm before marking all
2697                 mails read' option
2698
2699 2006-05-12 [paul]       2.2.0cvs5
2700
2701         * src/textview.c
2702                 make Sender fully clickable
2703
2704 2006-05-12 [colin]      2.2.0cvs4
2705
2706         * src/compose.c
2707         * src/compose.h
2708                 Let From be editable
2709         * src/main.c
2710         * src/mh.c
2711                 Full support of .mh_sequences' Unseen seq
2712
2713 2006-05-12 [colin]      2.2.0cvs3
2714
2715         * src/folder.c
2716         * src/mainwindow.c
2717         * src/mainwindow.h
2718         * src/messageview.c
2719         * src/prefs_spelling.c
2720         * src/procheader.c
2721         * src/procmsg.c
2722         * src/procmsg.h
2723         * src/summaryview.c
2724         * src/toolbar.c
2725         * src/toolbar.h
2726                 Add contextual menu on Compose toolbar
2727                 button. Fixes bug #944 (Automatic
2728                 addresses not applied when changing account
2729                 from compose window)
2730                 add Mailing List support
2731                 based on the old 0.6.5claws25 patch by
2732                 Melvin Hadasht, with finishing touches
2733                 by Colin
2734                 Fix "ignore thread" when mails are threaded by
2735                 subject (and weren't ignored although appearing
2736                 in the thread).
2737                 GUI rework.
2738                 Both patches by Pawel.
2739
2740 2006-05-08 [paul]       2.2.0cvs2
2741
2742         * src/mainwindow.c
2743         * src/mainwindow.h
2744         * src/messageview.c
2745         * src/procheader.c
2746         * src/procmsg.c
2747         * src/procmsg.h
2748         * src/summaryview.c
2749                 add Mailing List support
2750                 based on the old 0.6.5claws25 patch by 
2751                 Melvin Hadasht, with finishing touches
2752                 by Colin
2753
2754 2006-05-08 [colin]      2.2.0cvs1
2755
2756         * src/mainwindow.c
2757         * src/toolbar.c
2758         * src/toolbar.h
2759                 Add contextual menu on Compose toolbar 
2760                 button. Fixes bug #944 (Automatic 
2761                 addresses not applied when changing account 
2762                 from compose window)
2763
2764 2006-05-08 [paul]       2.2.0
2765
2766         2.2.0 released
2767
2768 2006-05-08 [paul]       2.1.1cvs51
2769
2770         * po/cs.po
2771         * po/de.po
2772         * po/en_GB.po
2773         * po/fi.po
2774         * po/fr.po
2775         * po/pt_BR.po
2776         * po/sr.po
2777         * po/zh_CN.po
2778                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2779                 Fabien Vantard, Frederico Goncalves Guimaraes,
2780                 Aleksandar Urosevic, and Ralgh Young
2781
2782 2006-05-12 [colin]      2.1.1cvs50
2783
2784         * po/cs.po
2785         * po/de.po
2786         * po/en_GB.po
2787         * po/es.po
2788         * po/fi.po
2789         * po/fr.po
2790         * po/pt_BR.po
2791         * po/sr.po
2792         * po/zh_CN.po
2793                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2794                 Fabien Vantard, Frederico Goncalves Guimaraes,
2795                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2796
2797 2006-05-05 [colin]      2.1.1cvs49
2798
2799         * manual/Makefile.am
2800         * manual/pl/Makefile.am
2801         * manual/pl/account.xml
2802         * manual/pl/ack.xml
2803         * manual/pl/addrbook.xml
2804         * manual/pl/advanced.xml
2805         * manual/pl/faq.xml
2806         * manual/pl/glossary.xml
2807         * manual/pl/gpl.xml
2808         * manual/pl/handling.xml
2809         * manual/pl/intro.xml
2810         * manual/pl/keyboard.xml
2811         * manual/pl/plugins.xml
2812         * manual/pl/starting.xml
2813         * manual/pl/sylpheed-claws-manual.xml
2814         * manual/pl/dist/.cvsignore
2815         * manual/pl/dist/Makefile.am
2816         * manual/pl/dist/html/.cvsignore
2817         * manual/pl/dist/html/Makefile.am
2818         * manual/pl/dist/pdf/.cvsignore
2819         * manual/pl/dist/pdf/Makefile.am
2820         * manual/pl/dist/ps/.cvsignore
2821         * manual/pl/dist/ps/Makefile.am
2822         * manual/pl/dist/txt/.cvsignore
2823         * manual/pl/dist/txt/Makefile.am
2824                 Add the polish translation of the manual,
2825                 Authored by Pawel Pekala.
2826
2827 2006-05-05 [cleroy]     2.1.1cvs48
2828
2829         * src/main.c
2830                 Re-read matcherrc after loading plugins 
2831                 if some of them add folders.
2832
2833 2006-05-03 [colin]      2.1.1cvs47
2834
2835         * src/imap.c
2836                 I'm idiot
2837
2838 2006-05-03 [colin]      2.1.1cvs46
2839
2840         * src/imap.c
2841                 Be sure to have a session when
2842                 getting separator
2843
2844 2006-05-03 [colin]      2.1.1cvs45
2845
2846         * src/imap.c
2847         * src/imap.h
2848         * src/imap_gtk.c
2849                 Fix preventing renaming with namespace 
2850                 separator.
2851
2852 2006-05-01 [colin]      2.1.1cvs44
2853
2854         * src/action.c
2855                 Don't reload messageview when result of
2856                 action is piped.
2857
2858 2006-04-29 [colin]      2.1.1cvs43
2859
2860         * src/prefs_receive.c
2861         * src/plugins/spamassassin/spamassassin_gtk.c
2862         * src/plugins/clamav/clamav_plugin_gtk.c
2863                 GUI fixes by Pawel
2864
2865 2006-04-29 [colin]      2.1.1cvs42
2866
2867         * src/prefs_compose_writing.c
2868         * src/prefs_quote.c
2869                 Cleanups. Patch by Pawel
2870
2871 2006-04-28 [paul]       2.1.1cvs41
2872
2873         * src/matcher.c
2874                 fix returned quick search results when search
2875                 term contains an underscore.
2876                 Thanks to Colin
2877
2878 2006-04-28 [paul]       2.1.1cvs40
2879
2880         * src/prefs_message.c
2881         * src/prefs_receive.c
2882                 GUI cleanups
2883                 Patches by Pawel Pekala
2884
2885 2006-04-27 [colin]      2.1.1cvs39
2886
2887         * src/wizard.c
2888                 Differentiate subject Welcome from
2889                 window's title Welcome
2890
2891 2006-04-27 [paul]
2892
2893         2.2.0-rc1 released
2894
2895 2006-04-27 [paul]       2.1.1cvs38
2896
2897         * manual/advanced.xml
2898         * manual/fr/advanced.xml
2899                 add info about compose_no_markup hidden pref
2900
2901 2006-04-27 [paul]       2.1.1cvs37
2902
2903         * src/prefs_account.c
2904                 improve privacy labels
2905         * src/prefs_msg_colors.c
2906                 change some strings for translators' convenience
2907         * src/gtk/gtkutils.c
2908                 don't underline the link button text
2909
2910 2006-04-25 [colin]      2.1.1cvs36
2911
2912         * src/folder.c
2913                 Complete 2.1.1cvs33 (once more ;)
2914
2915 2006-04-25 [colin]      2.1.1cvs35
2916
2917         * src/editldap.c
2918                 Fix tooltip
2919
2920 2006-04-25 [cleroy]     2.1.1cvs34
2921
2922         * src/compose.c
2923         * src/gtk/gtkaspell.c
2924                 Fix crash on redirect (related to the return 
2925                 of the aspell menu in compose's toolbar)
2926         * src/prefs_msg_colors.c
2927                 Fix sensitivity widgets
2928         * src/image_viewer.c
2929         * src/gtk/pluginwindow.c
2930         * src/gtk/prefswindow.c
2931                 Change released signals to clicked (Fabien)
2932         * po/POTFILES.in
2933         * src/common/socket.c
2934         * src/plugins/spamassassin/spamassassin.c
2935                 Translate strings (Fabien)
2936
2937 2006-04-25 [paul]       2.1.1cvs33
2938
2939         * src/folder.c
2940         * src/folder.h
2941         * src/folderview.c
2942                 complete the fix of bug #912
2943                 Thanks to Colin
2944
2945 2006-04-25 [colin]      2.1.1cvs32
2946
2947         * src/news.c
2948                 Better progress bar
2949         * src/mimeview.c
2950         * src/summaryview.c
2951         * src/summaryview.h
2952                 Fix focus chain
2953                 Patches by Pawel Pekala
2954
2955 2006-04-24 [colin]      2.1.1cvs31
2956
2957         * src/compose.c
2958                 Fix compilation warnings (Fabien)
2959
2960 2006-04-24 [colin]      2.1.1cvs30
2961
2962         * src/addrindex.c
2963         * src/editldap.c
2964         * src/editldap_basedn.c
2965         * src/editldap_basedn.h
2966         * src/ldapctrl.c
2967         * src/ldapctrl.h
2968         * src/ldapquery.c
2969         * src/ldaputil.c
2970         * src/ldaputil.h
2971                 Fix bug #901 (LDAPS support)
2972
2973 2006-04-24 [colin]      2.1.1cvs29
2974
2975         * src/compose.c
2976                 Fix logic on error with send dialog on
2977         * src/imap.c
2978                 Fix compilation without libetpan, thanks
2979                 to Fabien
2980         * src/summaryview.c
2981                 Fix 'context-menu' key
2982
2983 2006-04-23 [colin]      2.1.1cvs28
2984
2985         * src/folder.c
2986                 Never free current's cache to free up 
2987                 memory. Fixes bug #912 (new count 
2988                 randomly set to message count)
2989
2990 2006-04-23 [colin]      2.1.1cvs27
2991
2992         * src/gtk/quicksearch.c
2993                 And remove printf...
2994
2995 2006-04-23 [colin]      2.1.1cvs26
2996
2997         * src/gtk/quicksearch.c
2998                 Fix replacing in quicksearch, and fix inserting
2999                 in the middle of the string. (introduced at 2.1.0cvs22)
3000
3001 2006-04-23 [colin]      2.1.1cvs25
3002
3003         * src/imap.c
3004                 Make sure uidnext is initialized in get_num_list
3005                 (not for stable, related to 2.1.1cvs8 and friends)
3006
3007 2006-04-23 [colin]      2.1.1cvs24
3008
3009         * src/imap.c
3010                 Output something when login is successful
3011                 too
3012
3013 2006-04-23 [colin]      2.1.1cvs23
3014
3015         * src/etpan/imap-thread.c
3016                 Better logging (line-per-line, hide data in fetch)
3017                 Fix a const warning
3018         * src/gtk/logwindow.c
3019         * src/gtk/logwindow.h
3020                 Better logging (color for input/output)
3021
3022 2006-04-21 [colin]      2.1.1cvs22
3023
3024         * src/gtk/quicksearch.c
3025                 On gtk+-2.8, use stock buttons in quicksearch
3026                 Based on a patch by Fabien and a design by Paul
3027
3028 2006-04-21 [colin]      2.1.1cvs21
3029
3030         * src/folderview.c
3031         * src/mainwindow.c
3032                 Fix occasional flicker in folderview
3033         * src/common/utils.c
3034                 Fix bug #943 (Incorrectly parsed email address 
3035                 list in short headers on message view and in 
3036                 printouts)
3037
3038 2006-04-20 [colin]      2.1.1cvs20
3039
3040         * src/imap.c
3041         * src/imap.h
3042         * src/prefs_account.c
3043                 Add ANONYMOUS auth for IMAP
3044
3045 2006-04-20 [paul]       2.1.1cvs19
3046
3047         * src/main.c
3048                 proper fix for 2.1.1cvs18
3049                 Thanks to Colin
3050
3051 2006-04-20 [paul]       2.1.1cvs18
3052
3053         * src/main.c
3054                 fix build warnings
3055
3056 2006-04-20 [paul]       2.1.1cvs17
3057
3058         * src/gtk/quicksearch.c
3059                 fix standard, non-extended Quick search,
3060                 was broken in 2.1.1cvs15.
3061                 Thanks to Colin.
3062
3063 2006-04-20 [colin]      2.1.1cvs16
3064
3065         * src/prefs_matcher.c
3066                 Fix values when reselecting a ~test
3067                 rule
3068
3069 2006-04-19 [colin]      2.1.1cvs15
3070
3071         * src/compose.c
3072         * src/compose.h
3073         * src/gtk/gtkaspell.c
3074         * src/gtk/gtkaspell.h
3075                 Put back Options menu in Spelling/
3076         * src/gtk/quicksearch.c
3077                 Don't search, and show error, if the
3078                 advanced search has a syntax error
3079
3080 2006-04-18 [colin]      2.1.1cvs14
3081
3082         * src/textview.c
3083                 Fix gdk warnings on set_cursor when textview
3084                 isn't visible
3085
3086 2006-04-18 [colin]      2.1.1cvs13
3087
3088         * src/gtk/gtksctree.c
3089                 Remove seemingly useless refresh that causes
3090                 flicker - watch this commit in case of 
3091                 problems before planned backport to stable
3092
3093 2006-04-18 [colin]      2.1.1cvs12
3094
3095         * src/imap.c
3096                 Factorize get/set_xml code
3097         * src/compose.c
3098         * src/prefs_account.c
3099         * src/prefs_account.h
3100         * src/procmsg.c
3101                 Add Encrypt to self option
3102
3103 2006-04-17 [colin]      2.1.1cvs11
3104
3105         * configure.ac
3106                 Fix search on encrpyt function on dragonfly
3107                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3108
3109 2006-04-17 [colin]      2.1.1cvs10
3110
3111         * src/prefs_account.c
3112                 Be safe by default: remove mails from POP3
3113                 after 7 days, not immediately
3114
3115 2006-04-17 [colin]      2.1.1cvs9
3116
3117         * src/etpan/imap-thread.c
3118                 Fix build on DragonFly - patch by 
3119                 Jonathan Buschmann <jonthn@agmact.com>
3120
3121 2006-04-17 [colin]      2.1.1cvs8
3122
3123         * src/imap.c
3124                 Save uidnext between sessions
3125
3126 2006-04-17 [colin]      2.1.1cvs7
3127
3128         * src/imap.c
3129                 scan is required when uid validity changes
3130
3131 2006-04-17 [colin]      2.1.1cvs6
3132
3133         * src/folderview.c
3134                 Don't scan if not necessary, apart in current
3135                 folder and INBOX to fetch flags.
3136         * src/imap.c
3137                 Scan is necessary if unread count changes
3138
3139 2006-04-17 [colin]      2.1.1cvs5
3140
3141         * src/imap.c
3142                 ...But always fetch ANSWERED and DELETED flags for
3143                 INBOX, as filtering can happen on these flags.
3144
3145 2006-04-17 [colin]      2.1.1cvs4
3146
3147         * src/imap.c
3148                 Don't fetch REPLIED and DELETED flags when synchronising
3149                 flags with a closed folder. We only need UNSEEN and FLAGGED
3150                 to update the folderview.
3151
3152 2006-04-17 [colin]      2.1.1cvs3
3153
3154         * src/imap.c
3155                 Faster flag search when there are new mails 
3156                 in a folder. We can do a full search if the 
3157                 folder contains less messages than the new
3158                 list.
3159
3160 2006-04-17 [colin]      2.1.1cvs2
3161
3162         * po/cs.po
3163         * po/de.po
3164         * po/fr.po
3165         * po/nl.po
3166         * po/pt_BR.po
3167                 Update translations from stable branch
3168
3169 2006-04-17 [colin]      2.1.1cvs1
3170
3171         * configure.ac
3172                 Bump version to follow stable release
3173
3174 2006-04-16 [mones]      2.1.0cvs50
3175
3176         * po/es.po
3177                 Updated for release
3178
3179 2006-04-16 [colin]      2.1.0cvs49
3180
3181         * src/textview.c
3182                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3183                 with gtk < 2.8. Thanks to Fabien Vantard.
3184
3185 2006-04-15 [colin]      2.1.0cvs48
3186
3187         * src/etpan/imap-thread.c
3188                 Fix bug #919 (libetpan: SEGV when connecting 
3189                 using command)
3190
3191 2006-04-14 [colin]      2.1.0cvs47
3192
3193         * src/main.c
3194                 Fix race on --select (should be done better)
3195
3196 2006-04-14 [wwp]        2.1.0cvs46
3197
3198         * src/send_message.c
3199                 enforce a check for domain in account prefs (a sending
3200                 error could be faced if domain was checked but no value set),
3201                 thanks to Colin.
3202
3203 2006-04-14 [colin]      2.1.0cvs45
3204
3205         * src/codeconv.c
3206                 when converting from unknown to unknown, if the
3207                 string is UTF8, don't convert it to the locale
3208                 (which breaks it)
3209
3210 2006-04-14 [colin]      2.1.0cvs44
3211
3212         * src/compose.c
3213                 Don't try to use ASCII for converting headers
3214                 (as done in body)
3215
3216 2006-04-14 [paul]       2.1.0cvs43
3217
3218         * src/crash.c
3219                 add locale/charset info to crash report
3220         * src/gtk/about.c
3221                 add wwp to doc team
3222                 replace 'e-mail' with preferred 'email'
3223         * src/gtk/authors.h
3224                 ensure contributors list is in alphabetical
3225                 order
3226
3227 2006-04-13 [colin]      2.1.0cvs42
3228
3229         * src/textview.c
3230                 Prevent gdk warnings
3231
3232 2006-04-13 [colin]      2.1.0cvs41
3233
3234         * src/common/ssl_certificate.c
3235         * src/common/ssl_certificate.h
3236         * src/gtk/sslcertwindow.c
3237                 Warn on expired certs, and display the expiration date
3238
3239 2006-04-13 [colin]      2.1.0cvs40
3240
3241         * src/plugins/spamassassin/spamassassin_gtk.c
3242                 Fix missing set_text on unix socket
3243
3244 2006-04-13 [wwp]        2.1.0cvs39
3245
3246         * manual/fr/advanced.xml
3247         * manual/fr/glossary.xml
3248                 applied new spam/ham/email lexicon (pourriel, courriel)
3249
3250 2006-04-13 [paul]       2.1.0cvs38
3251
3252         * src/plugins/pgpmime/plugin.c
3253                 remove the mention of S/MIME from the
3254                 description. This is now handled by the
3255                 S/MIME plugin.
3256
3257 2006-04-13 [paul]       2.1.0cvs37
3258
3259         * src/prefs_msg_colors.c
3260                 rework dialog
3261         * src/prefs_folder_item.c
3262         * src/prefs_spelling.c
3263                 add a tooltip to the colour selector buttons
3264
3265 2006-04-13 [wwp]        2.1.0cvs36
3266
3267         * manual/advanced.xml
3268         * manual/glossary.xml
3269         * manual/handling.xml
3270         * manual/keyboard.xml
3271         * manual/plugins.xml
3272         * manual/starting.xml
3273         * manual/fr/account.xml
3274         * manual/fr/ack.xml
3275         * manual/fr/addrbook.xml
3276         * manual/fr/advanced.xml
3277         * manual/fr/faq.xml
3278         * manual/fr/glossary.xml
3279         * manual/fr/gpl.xml
3280         * manual/fr/handling.xml
3281         * manual/fr/intro.xml
3282         * manual/fr/keyboard.xml
3283         * manual/fr/plugins.xml
3284         * manual/fr/starting.xml
3285         * manual/fr/sylpheed-claws-manual.xml
3286                 fixes to the manuals:
3287                  - summaryview -> Message List (same in French)
3288                  - translate key names
3289                  - fix French punctuation, use non-breakable spaces when
3290                    necessary, don't use &thinsp; which is not portable
3291                  - tell what maildir and mbox formats we support
3292
3293 2006-04-12 [wwp]        2.1.0cvs35
3294
3295         * src/prefs_toolbar.c
3296                 unified a replace button more,
3297                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3298
3299 2006-04-12 [wwp]        2.1.0cvs34
3300
3301         * src/prefs_common.c
3302         * src/prefs_msg_colors.c
3303                 make default color labels translatable,
3304                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3305                 thanks to Tim <timbrain@post.cz> for reporting.
3306
3307 2006-04-12 [wwp]        2.1.0cvs33
3308
3309         * manual/glossary.xml
3310         * manual/intro.xml
3311         * manual/plugins.xml
3312         * manual/starting.xml
3313         * manual/sylpheed-claws-manual.xml
3314         * manual/fr/.cvsignore
3315         * manual/fr/account.xml
3316         * manual/fr/ack.xml
3317         * manual/fr/addrbook.xml
3318         * manual/fr/advanced.xml
3319         * manual/fr/faq.xml
3320         * manual/fr/glossary.xml
3321         * manual/fr/handling.xml
3322         * manual/fr/intro.xml
3323         * manual/fr/keyboard.xml
3324         * manual/fr/plugins.xml
3325         * manual/fr/starting.xml
3326         * manual/fr/sylpheed-claws-manual.xml
3327                 various fixes: typos, missing .fr translations, punctuation,
3328                 capitalization, links, accents and some bad French more.
3329
3330 2006-04-12 [wwp]        2.1.0cvs32
3331
3332         * src/prefs_gtk.c
3333                 fix for bug #935: always store prefs files in UTF-8 (thanks
3334                 to Colin).
3335
3336 2006-04-11 [colin]      2.1.0cvs31
3337
3338         * src/compose.c
3339                 Fix inserting files not in utf8 when locale is utf8
3340
3341 2006-04-11 [colin]      2.1.0cvs30
3342
3343         * src/inc.c
3344                 Don't show error dialog when cancelling connection
3345                 Patch by Pawel
3346
3347 2006-04-11 [cleroy]     2.1.0cvs29
3348
3349         * src/compose.c
3350                 Implement multiple quote levels
3351         * src/prefs_common.c
3352                 Change a little bit the quote bgcolor for 2nd level
3353
3354 2006-04-11 [colin]      2.1.0cvs28
3355
3356         * src/gtk/about.c
3357                 Add locale and charset in the label
3358
3359 2006-04-10 [colin]      2.1.0cvs27
3360
3361         * src/compose.c
3362         * src/prefs_common.c
3363         * src/prefs_common.h
3364         * src/prefs_msg_colors.c
3365         * src/textview.c
3366                 Allow optional background color in quotes
3367                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3368                 GTK+-2.8.x feature
3369
3370 2006-04-10 [colin]      2.1.0cvs26
3371
3372         * src/main.c
3373         * src/mainwindow.c
3374         * src/mainwindow.h
3375                 Implement --select
3376
3377 2006-04-10 [colin]      2.1.0cvs25
3378
3379         * manual/plugins.xml
3380         * manual/fr/plugins.xml
3381                 Document libcurl's proxy variables
3382
3383 2006-04-09 [colin]      2.1.0cvs24
3384
3385         * src/prefs_common.c
3386                 gettext() returns statically allocated stuff. We have
3387                 to strdup it in order to be able to free it.
3388
3389 2006-04-09 [colin]      2.1.0cvs23
3390
3391         * AUTHORS
3392         * src/gtk/authors.h
3393                 Add Alexei
3394
3395 2006-04-09 [colin]      2.1.0cvs22
3396
3397         * src/mainwindow.c
3398         * src/gtk/quicksearch.c
3399                 Fix bug #859 (problems with cyrilic input in 
3400                 search panel) - Patch by Alexey Illarionov 
3401                 <littlesavage@rambler.ru>
3402
3403 2006-04-09 [colin]      2.1.0cvs21
3404
3405         * src/prefs_customheader.c
3406                 I prefer removing then freeing rather than the contrary
3407                 (even if it doesn't change anything ;-)
3408         * src/prefs_account.c
3409                 Fix bug #933 (Crash re-entering the custom headers list 
3410                 dialog in accounts prefs)
3411                 The problem happened when cancelling the Account 
3412                 Preferences' dialogs - in which case we didn't do 
3413                 anything to the PrefsAccount * struct. In case of applying,
3414                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3415                 working with in this dialog. The problem is that 
3416                 prefs_customheader.c, working on this tmp_ac_prefs, always
3417                 changes the ->customhdr_list pointer, even when cancelled. 
3418                 So in case of cancelling the prefs_account dialog, we still
3419                 have to update ->customhdr_list in the real account.
3420
3421 2006-04-08 [colin]      2.1.0cvs20
3422
3423         * manual/fr/glossary.xml
3424         * manual/fr/keyboard.xml
3425                 Forgot some headers :)
3426
3427 2006-04-08 [colin]      2.1.0cvs19
3428
3429         * manual/Makefile.am
3430         * manual/fr/Makefile.am
3431         * manual/fr/account.xml
3432         * manual/fr/ack.xml
3433         * manual/fr/addrbook.xml
3434         * manual/fr/advanced.xml
3435         * manual/fr/faq.xml
3436         * manual/fr/glossary.xml
3437         * manual/fr/gpl.xml
3438         * manual/fr/handling.xml
3439         * manual/fr/intro.xml
3440         * manual/fr/keyboard.xml
3441         * manual/fr/plugins.xml
3442         * manual/fr/starting.xml
3443         * manual/fr/sylpheed-claws-manual.xml
3444         * manual/fr/dist/.cvsignore
3445         * manual/fr/dist/Makefile.am
3446         * manual/fr/dist/html/.cvsignore
3447         * manual/fr/dist/html/Makefile.am
3448         * manual/fr/dist/pdf/.cvsignore
3449         * manual/fr/dist/pdf/Makefile.am
3450         * manual/fr/dist/ps/.cvsignore
3451         * manual/fr/dist/ps/Makefile.am
3452         * manual/fr/dist/txt/.cvsignore
3453         * manual/fr/dist/txt/Makefile.am
3454                 Add the french translation of the manual. Thanks to
3455                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3456                 account.xml, ack.xml, addrbook.xml and advanced.xml
3457
3458 2006-04-08 [colin]      2.1.0cvs18
3459
3460         * manual/plugins.xml
3461         * manual/starting.xml
3462                 More fixes
3463
3464 2006-04-07 [colin]      2.1.0cvs17
3465
3466         * manual/faq.xml
3467         * manual/intro.xml
3468         * manual/keyboard.xml
3469                 Little fixes
3470
3471 2006-04-07 [colin]      2.1.0cvs16
3472
3473         * README
3474         * src/compose.c
3475         * src/prefs_common.c
3476         * src/prefs_common.h
3477                 Add hidden compose_no_markup pref
3478
3479 2006-04-07 [wwp]        2.1.0cvs15
3480
3481         * src/summary_search.c
3482         * .cvsignore
3483                 Bugfix: stop button was sticky when searching in an empty folder.
3484                 Applied curly brackets code style to the whole file (summary_search.c).
3485                 More files to ignore.
3486
3487 2006-04-07 [wwp]        2.1.0cvs14
3488
3489         * src/message_search.c
3490         * src/summary_search.c
3491                 changed default button when search bumps at file/folder
3492                 beginning or end, for convenience (thanks to Colin).
3493
3494 2006-04-07 [paul]       2.1.0cvs13
3495
3496         * src/plugins/dillo_viewer/dillo_prefs.c
3497                 avoid future potential for namespace collision
3498                 Patch by Colin
3499
3500 2006-04-06 [wwp]        2.1.0cvs12
3501
3502         * src/summary_search.c
3503                 Unify extended/advanced searches names (and thus factorize labels),
3504                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3505
3506 2006-04-06 [wwp]        2.1.0cvs11
3507
3508         * src/folderview.c
3509         * src/prefs_themes.c
3510         * src/summaryview.c
3511                 Fixed some compilation warnings.
3512
3513 2006-04-06 [colin]      2.1.0cvs10
3514
3515         * manual/advanced.xml
3516                 Document the wizard template and how to deploy
3517                 Sylpheed-Claws effectively
3518
3519 2006-04-06 [colin]      2.1.0cvs9
3520
3521         * src/folderview.c
3522                 gettext patch to tell translators about _("#"),
3523                 by Maxim Britov
3524
3525 2006-04-06 [colin]      2.1.0cvs8
3526
3527         * src/textview.c
3528                 Fix invalid GtkTextBIter after clicking "Display as text"
3529
3530 2006-04-06 [mones]      2.1.0cvs7
3531
3532         * src/addr_compl.c
3533         * src/addrindex.c
3534         * src/addritem.c
3535         * src/codeconv.c
3536         * src/compose.c
3537         * src/filtering.c
3538         * src/folder.c
3539         * src/folder_item_prefs.c
3540         * src/folderview.c
3541         * src/localfolder.c
3542         * src/matcher.c
3543         * src/mimeview.c
3544         * src/prefs_msg_colors.c
3545         * src/prefs_spelling.c
3546         * src/prefs_themes.c
3547         * src/procmime.c
3548         * src/procmsg.c
3549         * src/stock_pixmap.c
3550         * src/summaryview.c
3551         * src/textview.c
3552         * src/toolbar.c
3553         * src/common/mgutils.c
3554         * src/common/prefs.c
3555         * src/common/ssl_certificate.c
3556         * src/gtk/colorlabel.c
3557         * src/gtk/quicksearch.c
3558         * src/plugins/pgpmime/pgpmime.c
3559         * src/plugins/spamassassin/spamassassin.c
3560                 Removed redundant NULL checks for g_free() calls.
3561                 Patch by Pawel Pekala.
3562
3563 2006-04-06 [mones]      2.1.0cvs6
3564
3565         * src/prefs_actions.c
3566         * src/prefs_filtering.c
3567         * src/prefs_filtering_action.c
3568         * src/prefs_matcher.c
3569         * src/prefs_template.c
3570         * src/gtk/gtkutils.c
3571         * src/gtk/gtkutils.h
3572                 Have a nice replace button. Patch by Pawel Pekala
3573
3574 2006-04-06 [colin]      2.1.0cvs5
3575
3576         * src/addressbook.c
3577                 Fix crash with empty columns
3578
3579 2006-04-05 [colin]      2.1.0cvs4
3580
3581         * src/wizard.c
3582         * src/prefs_gtk.c
3583                 Allow wizard customization with pre-filled values
3584
3585 2006-04-05 [colin]      2.1.0cvs3
3586
3587         * src/textview.c
3588         * src/mimeview.c
3589         * src/mimeview.h
3590                 Nicer messages in mimeview
3591
3592 2006-04-05 [colin]      2.1.0cvs2
3593
3594         * src/addressbook.c
3595         * src/prefs_summaries.c
3596                 i18n fix
3597
3598 2006-04-05 [colin]      2.1.0cvs1
3599
3600         * src/plugins/pgpcore/plugin.c
3601         * src/plugins/pgpcore/select-keys.c
3602         * src/plugins/pgpcore/select-keys.h
3603         * src/plugins/pgpcore/sgpgme.c
3604         * src/plugins/pgpcore/sgpgme.h
3605         * src/plugins/pgpinline/pgpinline.c
3606         * src/plugins/pgpinline/plugin.c
3607         * src/plugins/pgpmime/pgpmime.c
3608         * src/plugins/pgpmime/plugin.c
3609                 Factorize and generalize a bit 
3610                 Drop S/MIME signature verification from PGP/MIME
3611                 (adding it as another, more complete plugin)
3612
3613 2006-04-05 [paul]       2.1.0
3614
3615         2.1.0 released
3616
3617 2006-04-05 [paul]       2.0.0cvs186
3618
3619         * manual/advanced.xml
3620                 add info on colour labels
3621
3622 2006-04-05 [paul]       2.0.0cvs185
3623
3624         * po/bg.po
3625         * po/cs.po
3626         * po/de.po
3627         * po/el.po
3628         * po/en_GB.po
3629         * po/fi.po
3630         * po/fr.po
3631         * po/it.po
3632         * po/nl.po
3633         * po/pl.po
3634         * po/pt_BR.po
3635         * po/sr.po
3636         * po/zh_CN.po
3637                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3638                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3639                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3640                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3641         * src/gtk/authors.h
3642         * tools/claws.i18n.status.pl
3643                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3644                 and new Czech translator, Tim <timbrain@post.cz>
3645
3646 2006-04-05 [mones]      2.0.0cvs184
3647
3648         * po/es.po
3649                 Updated translation
3650
3651 2006-04-05 [colin]      2.0.0cvs183
3652
3653         * src/gtk/quicksearch.c
3654                 Fix bug #929 (unnecessary reload in quick search bar)
3655
3656 2006-04-05 [colin]      2.0.0cvs182
3657
3658         * src/compose.c
3659                 Fix crash on Reply with no From:
3660                 Show signature and conversion error on queuing 
3661                 (but not sending)
3662         * src/mainwindow.c
3663         * src/summaryview.c
3664         * src/summaryview.h
3665                 Factorize threading code and make sure msginfo 
3666                 is not null when it comes from a GtkCTreeRow's 
3667                 data
3668         * src/gtk/gtkaspell.c
3669                 Check for necessary things
3670         * src/gtk/gtksctree.c
3671         * src/gtk/gtksctree.h
3672                 Reset anchor if necessary when removing node
3673
3674 2006-03-29 [colin]      2.0.0cvs181
3675
3676         * src/folderview.c
3677                 Warn for disabled IMAP accounts (due to lack of
3678                 libetpan). Breaks string-freeze - sorry - but it
3679                 is kind of important ;)
3680
3681 2006-03-28 [colin]      2.0.0cvs180
3682
3683         * src/gtk/gtkutils.c
3684         * src/gtk/gtkutils.h
3685                 Add a gtkut_get_link_btn() function that
3686                 creates a button which acts like an URI
3687         * src/prefs_themes.c
3688         * src/gtk/about.c
3689                 Use this function (factorizes codes)
3690         * src/common/defs.h
3691         * src/gtk/pluginwindow.c
3692                 Add a "Get more..." in the plugins window
3693
3694 2006-03-28 [colin]      2.0.0cvs179
3695
3696         * src/common/smtp.c
3697         * src/common/passcrypt.c
3698         * src/undo.c
3699                 Warning fixes. Patch by Pawel Pekala
3700
3701 2006-03-27 [colin]      2.0.0cvs178
3702
3703         * src/undo.c
3704                 Fix undoing by blocks with spaces
3705
3706 2006-03-27 [colin]      2.0.0cvs177
3707
3708         * src/textview.c
3709                 Set margin to 3px for headers
3710
3711 2006-03-27 [paul]
3712
3713         2.1.0-rc2 released
3714
3715 2006-03-27 [wwp]        2.0.0cvs176
3716
3717         * src/summaryview.c
3718                 don't reset quicksearch when updating the message list.
3719                 Thanks to Colin.
3720
3721 2006-03-26 [wwp]        2.0.0cvs175
3722
3723         * src/compose.c
3724                 use a unified border width ('other' tab in the compose window,
3725                 patch by Pawel Pekala).
3726
3727
3728 2006-03-26 [wwp]        2.0.0cvs174
3729
3730         * src/common/quoted-printable.c
3731         * src/addressbook.c
3732                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3733
3734 2006-03-26 [colin]      2.0.0cvs173
3735
3736         * src/quote_fmt_parse.y
3737                 Fix non-UTF8 date formats messing up the whole quote a 
3738                 little bit
3739
3740 2006-03-26 [colin]      2.0.0cvs172
3741
3742         * src/procheader.c
3743                 Make sure the date is UTF8 valid, or try to make it
3744                 so. IncrediMail is really IncrediStupid.
3745         * src/compose.c
3746                 Fix possible conversions. 
3747                 
3748
3749 2006-03-26 [colin]      2.0.0cvs171
3750
3751         * src/matcher.c
3752                 Fix corner cases in body search. This is still a
3753                 hack... It seems impossible to make it good and 
3754                 reasonably fast at the same time.
3755
3756 2006-03-26 [colin]      2.0.0cvs170
3757
3758         * src/summaryview.c
3759                 I think I killed the twilight zone bug!
3760                 summary_select_node() flushes GTK events in order
3761                 to be able to center the view. But this also 
3762                 flushes keypresses like Ctrl-Alt-U, so this can
3763                 call summary_show from summary_select_node (itself
3764                 called from summary_show, etc.). And the summaryview
3765                 has to be unlocked in this function. So just locking
3766                 while processing GTK events, and bailing if locked, 
3767                 should fix it.
3768                 Fixes bug #927 (SIGSEGV during Update Summary)
3769
3770 2006-03-25 [colin]      2.0.0cvs169
3771
3772         * src/matcher.c
3773                 Fix search in QP-encoded bodies
3774                 Fix utf-8 searches in bodies encoded in the
3775                 locale's encoding
3776         * src/common/quoted-printable.c
3777         * src/common/quoted-printable.h
3778                 Add a decode function that doesn't overwrite
3779                 the original pointer
3780                 
3781
3782 2006-03-24 [colin]      2.0.0cvs168
3783
3784         * src/action.c
3785         * src/summaryview.c
3786         * src/summaryview.h
3787                 Update message cache after action
3788                 Patch by H. Merijn Brand
3789         * src/prefs_msg_colors.c
3790                 Factorize label 
3791                 Patch by Fabien Vantard
3792         * src/plugins/spamassassin/spamassassin_gtk.c
3793                 Remove useless translation
3794                 Patch by Fabien Vantard
3795
3796 2006-03-23 [colin]      2.0.0cvs167
3797
3798         * src/common/ssl.c
3799                 Let 30 seconds to SSL_connect
3800
3801 2006-03-23 [wwp]        2.0.0cvs166
3802
3803         * src/summaryview.c
3804         * src/gtk/description_window.c
3805                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3806                 and headers are translated; adjust description windows' width to fit their
3807                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3808
3809 2006-03-23 [paul]       2.0.0cvs165
3810
3811         * src/common/utils.c
3812                 fix highlighting of URIs containing "()"
3813                 (2.0.0cvs164's reversal fixed)
3814                 Thanks to Colin.
3815
3816 2006-03-23 [paul]       2.0.0cvs164
3817
3818         * src/common/utils.c
3819                 revert patch, (postponing a fix), at 2.0.0cvs120
3820                 as it breaks more URIs than it fixes.
3821                 Allow '-' to be a terminating character in a URI
3822
3823 2006-03-22 [colin]      2.0.0cvs163
3824
3825         * configure.ac
3826                 Require libetpan 0.45
3827                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3828
3829 2006-03-22 [paul]       2.0.0cvs162
3830
3831         * src/editgroup.c
3832                 replace '<-' and '->' buttons with GTK_STOCK graphical
3833                 buttons
3834         * src/summary_search.c
3835                 don't offer '...' for translation
3836                 add a tooltip to advanced search '...' button
3837         * src/gtk/quicksearch.c
3838                 don't offer '...' for translation
3839
3840 2006-03-21 [colin]      2.0.0cvs161
3841
3842         * src/compose.c
3843                 Fix middle-click pasting (insert at click
3844                 position instead of cursor position, don't
3845                 remove existing selection and allow pasting
3846                 our own selection)
3847         * src/addressbook.c
3848                 "LDAP Server" -> "LDAP servers"
3849
3850 2006-03-21 [wwp]        2.0.0cvs160
3851
3852         * src/etpan/imap-thread.c
3853                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3854
3855 2006-03-20 [colin]      2.0.0cvs159
3856
3857         * src/summaryview.c
3858                 Don't reload summaryview after an execute with no
3859                 move action
3860
3861 2006-03-19 [colin]      2.0.0cvs158
3862
3863         * src/addressbook.c
3864                 and put groups at the top, always
3865
3866 2006-03-19 [colin]      2.0.0cvs157
3867
3868         * src/addressbook.c
3869                 Order groups before names, as previously
3870
3871 2006-03-19 [colin]      2.0.0cvs156
3872
3873         * src/addressbook.c
3874                 - Sort case-unsensitive
3875                 - Put the sort arrow at opening too
3876
3877 2006-03-19 [wwp]        2.0.0cvs155
3878
3879         * src/addressbook.c
3880                 allow sorting by name/email/remarks, ensure that right-pane's contents
3881                 matches the left-pane selection (cleared when appropriate).
3882                 Patch by Pawel Pekala <c0rn@o2.pl>.
3883
3884 2006-03-18 [colin]      2.0.0cvs154
3885
3886         * src/textview.c
3887                 Fix text cursor ;)
3888
3889 2006-03-18 [colin]      2.0.0cvs153
3890
3891         * src/gtk/filesel.c
3892                 Make sure we hide the preview if we didn't get
3893                 a filename
3894
3895 2006-03-18 [colin]      2.0.0cvs152
3896
3897         * src/summaryview.c
3898                 Set cursor to watch for execution (fixes lack
3899                 of watch-cursor when dnd'ing hundreds of mails)
3900         * src/gtk/filesel.c
3901                 Check that mime type is 'image/*' before updating
3902                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3903
3904 2006-03-18 [colin]      2.0.0cvs151
3905
3906         * src/mainwindow.c
3907         * src/textview.c
3908         * src/textview.h
3909                 Put a watch cursor in textview too when the mainwindow's
3910                 cursor in a watch
3911
3912 2006-03-18 [colin]      2.0.0cvs150
3913
3914         * src/folder.c
3915                 Change wrong asserts to simple tests
3916
3917 2006-03-17 [colin]      2.0.0cvs149
3918
3919         * src/mainwindow.c
3920         * src/mainwindow.h
3921         * src/prefs_msg_colors.c
3922         * src/summaryview.c
3923         * src/summaryview.h
3924         * src/gtk/colorlabel.c
3925         * src/gtk/colorlabel.h
3926                 Add a color label menu in the main menubar
3927                 Add (fixed) accels Ctrl-{0-7} to change the color
3928                 They have to be fixed because the menu's dynamic,
3929                 the items are complex widgets, hence we can't use
3930                 a GtkItemFactory.
3931
3932
3933 2006-03-17 [wwp]        2.0.0cvs148
3934
3935         * src/compose.c
3936                 rollback few lines from my previous commit (those lines come from
3937                 a pending patch, accidentally commited, even if neutral as they are
3938                 commented out).
3939
3940 2006-03-17 [wwp]        2.0.0cvs147
3941
3942         * src/compose.c
3943                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3944                 applied code style/indentation to the modified function.
3945
3946 2006-03-17 [wwp]        2.0.0cvs146
3947
3948         * src/procmsg.c
3949         * src/compose.c
3950                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3951
3952 2006-03-17 [paul]
3953
3954         2.1.0-rc1 released
3955
3956 2006-03-17 [paul]       2.0.0cvs145
3957
3958         * src/main.c
3959                 addressbook_read_file() was called twice
3960         * src/textview.c
3961                 X-Mailer highlighting
3962
3963 2006-03-16 [colin]      2.0.0cvs144
3964
3965         * src/sourcewindow.c
3966         * src/sourcewindow.h
3967                 And the last one, in source window.
3968
3969 2006-03-16 [colin]      2.0.0cvs143
3970
3971         * src/compose.c
3972         * src/compose.h
3973                 Fix the same stuff in compose
3974
3975 2006-03-16 [colin]      2.0.0cvs142
3976
3977         * src/messageview.c
3978                 Complete the previous messageview crash fix
3979
3980 2006-03-16 [colin]      2.0.0cvs141
3981
3982         * src/procmsg.h
3983         * src/procmsg.c
3984         * src/folder.c
3985                 Fix POSTPROCESSING hook
3986                 Patch by H. Merijn Brand
3987
3988         * src/procmime.c
3989         * src/procmime.h
3990                 Parse Content-Location
3991
3992         * src/toolbar.c
3993         * src/messageview.c
3994         * src/messageview.h
3995                 Don't crash when a top-level MessageView has
3996                 been closed on us. Same problematic than
3997                 yesterday's quicksearch issue.
3998
3999 2006-03-15 [colin]      2.0.0cvs140
4000
4001         * src/gtk/quicksearch.c
4002                 Fix a bitchy race we didn't think about when we
4003                 added quicksearch cancellation:
4004                 If the search is not on cached fields, for example
4005                 body_part matchcase "stuff"
4006                 the matcher code has to get the whole message. If
4007                 we're on IMAP, that can be slow, and in order to
4008                 be non-blocking, the IMAP code idle loop processes
4009                 gtk events too. So it is possible to cancel a
4010                 quicksearch while the matcher is getting the mail's
4011                 body. After matcher got its body, it will start to
4012                 iterate over the matcher list that the Quicksearch's
4013                 clear_search_cb() just freed via prepare_matcher().
4014                 SIGSEGV ensues.
4015                 The fix consists of guarding the matcherlist_match()
4016                 call with a boolean 'matching'. If we reset the
4017                 quicksearch while matching is TRUE, we don't free
4018                 the matcherlist anymore like we did, but we set
4019                 another new flag, deferred_free, to TRUE. Then,
4020                 in quicksearch_match(), just after returning from
4021                 matcherlist_match() and unsetting the matching flag,
4022                 we check the deferred_free flag and do the
4023                 prepare_matcher() (which does the matcherlist_free)
4024                 for real, so we free the matcherlist once it's not
4025                 used anymore.
4026                 As all of this runs via the glib main loop, we
4027                 luckily don't need a mutex.
4028         * src/summaryview.c
4029                 Also, show progress while searching.
4030
4031
4032 2006-03-14 [colin]      2.0.0cvs139
4033
4034         * src/alertpanel.c
4035                 Make alertpanel_is_open non-static
4036
4037 2006-03-14 [colin]      2.0.0cvs138
4038
4039         * src/prefs_spelling.c
4040                 Cleanups - Fabien Vantard
4041
4042 2006-03-14 [wwp]        2.0.0cvs137
4043
4044         * src/main.c
4045                 code style normalization (curly braces, indentation).
4046
4047 2006-03-14 [wwp]        2.0.0cvs137
4048
4049         * src/main.c
4050                 code style (braces, indentation)
4051
4052 2006-03-12 [paul]       2.0.0cvs136
4053
4054         * src/prefs_common.c
4055                 trans_hdr defaults to FALSE to be RFC-savvy
4056         * src/prefs_summaries.c
4057                 add a tooltip to the trans_hdr option
4058                 
4059
4060 2006-03-12 [paul]       2.0.0cvs135
4061
4062         * src/prefs_matcher.c
4063                 give a little more width to the combos
4064         * src/prefs_display_header.c
4065         * src/textview.c
4066                 translate headers if prefs_common.trans_hdr
4067                 is TRUE
4068
4069         Patches by Pawel Pekala
4070
4071 2006-03-12 [paul]       2.0.0cvs134
4072
4073         * src/plugins/clamav/clamav_plugin.c
4074         * src/plugins/dillo_viewer/dillo_viewer.c
4075         * src/plugins/pgpcore/plugin.c
4076         * src/plugins/pgpinline/plugin.c
4077         * src/plugins/pgpmime/plugin.c
4078         * src/plugins/spamassassin/spamassassin.c
4079                 update/add to descriptions
4080         * src/plugins/spamassassin/spamassassin_gtk.c
4081                 fixes to the english, remove superfluous
4082                 tooltips, clean up a little
4083
4084 2006-03-12 [paul]       2.0.0cvs133
4085
4086         * src/compose.c
4087                 fix Bug 924, 'Account combo box shows up wrong 
4088                 if & is in account name'
4089
4090 2006-03-11 [colin]      2.0.0cvs132
4091
4092         * src/summaryview.c
4093                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4094                 messed up shift-selection because is slows down
4095                 moving around summaryview. thanks -users
4096
4097 2006-03-10 [colin]      2.0.0cvs131
4098
4099         * src/plugins/spamassassin/spamassassin_gtk.c
4100                 Put back Paul's engrish fixes
4101
4102 2006-03-10 [colin]      2.0.0cvs130
4103
4104         * src/plugins/spamassassin/spamassassin.c
4105         * src/plugins/spamassassin/spamassassin.h
4106         * src/plugins/spamassassin/spamassassin_gtk.c
4107                 Cleanup SA prefs page (more)
4108                 Patch by Fabien Vantard
4109
4110 2006-03-10 [paul]       2.0.0cvs129
4111
4112         * src/prefs_msg_colors.c
4113         * src/prefs_spelling.c
4114                 widget sensitivity
4115
4116 2006-03-09 [mones]      2.0.0cvs128
4117
4118         * po/es.po
4119                 Update for next RC
4120
4121 2006-03-09 [wwp]        2.0.0cvs127
4122
4123         * configure.ac
4124                 revert accidental commit (requirement for libetpan 0.43), this time
4125                 not in HEAD.
4126
4127 2006-03-09 [wwp]        2.0.0cvs125
4128
4129         * configure.ac
4130                 revert accidental commit (requirement for libetpan 0.43)
4131
4132 2006-03-09 [paul]       2.0.0cvs126
4133
4134         * src/prefs_receive.c
4135                 remove useless frame
4136                 replace 'incorporation' with 'receiving'
4137         * src/plugins/clamav/clamav_plugin_gtk.c
4138         * src/plugins/spamassassin/spamassassin_gtk.c
4139                 improve widget sensitivity
4140                 fix a bit his engrish
4141
4142 2006-03-09 [wwp]        2.0.0cvs125
4143
4144         * src/addressadd.c
4145         * src/foldersel.c
4146         * src/prefs_common.c
4147         * src/prefs_common.h
4148                 remember some more windows' sizes (add to addressbook and
4149                 select folder).
4150
4151 2006-03-09 [paul]       2.0.0cvs124
4152
4153         * src/plugins/pgpcore/prefs_gpg.c
4154                 normalise construction of dialogue
4155
4156 2006-03-09 [paul]       2.0.0cvs123
4157
4158         * src/plugins/trayicon/Makefile.am
4159                 add missing slash
4160
4161 2006-03-08 [colin]      2.0.0cvs122
4162
4163         * src/plugins/trayicon/Makefile.am
4164                 Fix build in separate dir 
4165                 Patch by Bamanzi <bamanzi@gmail.com>
4166
4167 2006-03-08 [colin]      2.0.0cvs121
4168
4169         * src/procmsg.c
4170                 Batch move and copies from summaryview with delayed execution
4171                 too
4172
4173 2006-03-07 [paul]       2.0.0cvs120
4174
4175         * src/common/utils.c
4176                 fix highlighting of URIs containing "()"
4177                 Patch by Pawel Pekala
4178
4179 2006-03-07 [paul]       2.0.0cvs119
4180
4181         * src/folder.c
4182         * src/folder.h
4183         * src/folderview.c
4184                 immediately do alphabetical resort when
4185                 changing a folder's name
4186                 Patch by Pawel Pekala
4187
4188 2006-03-07 [paul]       2.0.0cvs118
4189
4190         * src/news.c
4191         * src/news_gtk.c
4192                 when unsubscribing a newsgroup, remove the
4193                 folder and msgs in .sylpheed-claws/newscache
4194                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4195
4196 2006-03-07 [paul]       2.0.0cvs117
4197
4198         * src/textview.c
4199                 fix wrong Fake URL Warning
4200                 Thanks to Hiro
4201
4202 2006-03-07 [colin]      2.0.0cvs116
4203
4204         * src/imap.c
4205                 Return immediately when password dialog was
4206                 cancelled
4207         * src/gtk/inputdialog.c
4208                 Allow empty strings for passwords
4209
4210
4211 2006-03-06 [colin]      2.0.0cvs115
4212
4213         * src/imap.c
4214                 Prevent double-timeouts when connection fails
4215
4216 2006-03-06 [colin]
4217
4218         2.0.1-rc1 released
4219
4220 2006-03-06 [colin]      2.0.0cvs114
4221
4222         * src/imap.c
4223                 Refresh session during potentially long
4224                 operations
4225
4226 2006-03-06 [wwp]        2.0.0cvs113
4227
4228         * src/prefs_msg_colors.h
4229                 forgot that one (custom color labels).
4230
4231 2006-03-06 [wwp]        2.0.0cvs112
4232
4233         * src/prefs_common.c
4234         * src/prefs_common.h
4235         * src/prefs_msg_colors.c
4236         * src/summaryview.c
4237         * src/summaryview.h
4238         * src/gtk/colorlabel.c
4239         * src/gtk/colorlabel.h
4240                 colors in messages list are now customizable. Color values and names can
4241                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4242                 Thanks to Paul and Colin for their help with this longstanding patch!
4243
4244 2006-03-06 [wwp]        2.0.0cvs111
4245
4246         * src/textview.c
4247                 don't crash if (x)face is bad.
4248
4249 2006-03-05 [paul]       2.0.0cvs110
4250
4251         * AUTHORS
4252         * configure.ac
4253         * src/Makefile.am
4254         * src/common/Makefile.am
4255         * src/common/utils.h
4256         * src/etpan/imap-thread.c
4257         * src/gtk/authors.h
4258         * src/plugins/clamav/Makefile.am
4259         * src/plugins/demo/Makefile.am
4260         * src/plugins/dillo_viewer/Makefile.am
4261         * src/plugins/pgpcore/Makefile.am
4262         * src/plugins/pgpcore/passphrase.c
4263         * src/plugins/pgpinline/Makefile.am
4264         * src/plugins/pgpmime/Makefile.am
4265         * src/plugins/spamassassin/Makefile.am
4266         * src/plugins/trayicon/Makefile.am
4267                 fix builiding on cygwin
4268                 Patch by Ralgh Young <bamanzi@gmail.com>
4269
4270 2006-03-04 [wwp]        2.0.0cvs109
4271
4272         * manual/keyboard.xml
4273                 fix mixed up/down keys.
4274
4275 2006-03-04 [wwp]        2.0.0cvs108
4276
4277         * README
4278         * INSTALL
4279                 updated links to SpamAssassin.
4280
4281 2006-03-04 [wwp]        2.0.0cvs107
4282
4283         * manual/plugins.xml
4284         * src/plugins/spamassassin/README
4285                 updated SpamAssassin plugin docs to reflect new functional additions
4286                 (also fix/update/documents few technical stuff more, see the README).
4287
4288 2006-03-04 [wwp]        2.0.0cvs106
4289
4290         * src/prefs_message.c
4291                 normalized capitalization of message-prefs paths.
4292
4293 2006-03-04 [wwp]        2.0.0cvs105
4294
4295         * manual/advanced.xml
4296                 typo.
4297
4298 2006-03-03 [colin]      2.0.0cvs104
4299
4300         * src/plugins/clamav/clamav_plugin_gtk.c
4301                 Rework prefs page, patch by Fabien 
4302
4303 2006-03-03 [colin]      2.0.0cvs103
4304
4305         * src/plugins/clamav/clamav_plugin.c
4306                 Set error on all errors
4307
4308 2006-03-03 [colin]      2.0.0cvs102
4309
4310         * src/common/plugin.c
4311                 Initialize error to avoid crashing when a plugin fails
4312                 without setting error
4313
4314 2006-03-02 [wwp]        2.0.0cvs101
4315
4316         * configure.ac
4317                 fixed linker flags for libetpan support on Cygwin
4318                 (thanks to H.Merijn Brand).
4319
4320 2006-03-02 [wwp]        2.0.0cvs100
4321
4322         * src/addressbook.c
4323                 fix some AB error messages: one for punctuation and
4324                 one wrongly duplicate (thanks, maxbritov).
4325
4326 2006-03-02 [wwp]        2.0.0cvs99
4327
4328         * src/plugins/spamassassin/spamassassin.c
4329                 make sync calls to sa-learn/spamc to prevent
4330                 system (whatever local or client/server) overload.
4331
4332 2006-03-02 [colin]      2.0.0cvs98
4333
4334         * src/summaryview.c
4335                 Put the spam icon in the status column instead of the
4336                 mark one
4337
4338 2006-03-01 [colin]      2.0.0cvs97
4339
4340         * src/plugins/spamassassin/spamassassin.c
4341                 Fix segfault (g_file_set_contents fails for some 
4342                 reason and err==0x2f. Can't find out why with
4343                 valgrind, using working function :-)
4344
4345 2006-03-01 [colin]      2.0.0cvs96
4346
4347         * src/inc.c
4348                 Offline overriding: let 'No' be cached only 3 seconds
4349
4350 2006-03-01 [colin]      2.0.0cvs95
4351
4352         * src/addr_compl.c
4353         * src/addrbook.c
4354         * src/addressbook.c
4355         * src/addrindex.c
4356         * src/folder_item_prefs.c
4357         * src/headerview.c
4358         * src/imap.c
4359         * src/inc.c
4360         * src/ldif.c
4361         * src/mainwindow.c
4362         * src/mh.c
4363         * src/msgcache.c
4364         * src/prefs_common.h
4365         * src/prefs_msg_colors.c
4366         * src/procheader.c
4367         * src/procheader.h
4368         * src/procmime.c
4369         * src/procmsg.c
4370         * src/procmsg.h
4371         * src/send_message.h
4372         * src/simple-gettext.c
4373         * src/summaryview.c
4374         * src/summaryview.h
4375         * src/syldap.c
4376         * src/textview.c
4377         * src/undo.c
4378         * src/common/ssl_certificate.c
4379         * src/common/utils.c
4380         * src/gtk/colorsel.c
4381         * src/gtk/gtksctree.c
4382         * src/gtk/gtkshruler.c
4383         * src/plugins/trayicon/trayicon.c
4384                 #if 0 goes to /dev/null
4385
4386 2006-03-01 [colin]      2.0.0cvs94
4387
4388         * src/compose.c
4389         * src/imap.c
4390         * src/inc.c
4391         * src/inc.h
4392         * src/messageview.c
4393         * src/news.c
4394         * src/plugins/spamassassin/spamassassin.c
4395                 Allow to add information in the "working offline"
4396                 window
4397
4398 2006-03-01 [wwp]        2.0.0cvs93
4399
4400         * src/plugins/spamassassin/spamassassin.c
4401                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4402                 'cause it seems that calling `spamc ... < inputfile` with
4403                 g_spawn_(a)sync simply.. erm doesn't work :-).
4404
4405 2006-03-01 [wwp]        2.0.0cvs92
4406
4407         * src/toolbar.c
4408         * src/toolbar.h
4409                 simplify the adding of spam/ham button to the messageview toolbar
4410                 (it gets more clear now that the same button will be "Mark as spam"
4411                 or "Mark as ham" according to the current message status,
4412                 thanks to Colin).
4413
4414 2006-03-01 [wwp]        2.0.0cvs91
4415
4416         * src/messageview.c
4417         * src/procmsg.c
4418         * src/procmsg.h
4419         * src/summaryview.c
4420         * src/plugins/spamassassin/spamassassin.c
4421         * src/plugins/spamassassin/spamassassin.h
4422                 make learner callbacks return a status (0 for ok),
4423                 handle it in main code to avoid setting flags when learning failed,
4424                 don't learn on TCP if offline in spamassassin,
4425                 thanks to Colin.
4426
4427                 
4428
4429 2006-03-01 [wwp]        2.0.0cvs90
4430
4431         * src/compose.c
4432                 some work around the compose window's account menu,
4433                 patch by Fabien Vantard.
4434
4435 2006-03-01 [wwp]        2.0.0cvs89
4436
4437         * src/plugins/spamassassin/spamassassin.c
4438                 fixed bad logics, was using spamc in local mode and sa-learn
4439                 in remote mode (thanks, Colin).
4440
4441 2006-03-01 [wwp]        2.0.0cvs88
4442
4443         * src/plugins/spamassassin/spamassassin.c
4444         * src/plugins/spamassassin/spamassassin.h
4445         * src/plugins/spamassassin/spamassassin_gtk.c
4446                 made processing of emails w/ sa-plugin an option (default is TRUE),
4447                 fixed Engrish some tooltips, capitalization of some debug messages
4448                 and warnings. The spamassassin plugin now provides two separate
4449                 services: process emails upon incorporation and spamd training.
4450                 Both services (un)register independently but use some common
4451                 plugin settings (transport settings, spam storage location).
4452
4453 2006-02-28 [wwp]        2.0.0cvs87
4454
4455         * src/plugins/spamassassin/spamassassin.c
4456                 fix async flag to spamc cmdline execution (batch exec should
4457                 be asynchronous).
4458
4459 2006-02-27 [wwp]        2.0.0cvs86
4460
4461         * src/plugins/spamassassin/spamassassin.c
4462         * src/plugins/spamassassin/spamassassin.h
4463         * src/plugins/spamassassin/spamassassin_gtk.c
4464                 - added the ability to learn a remote spamassassin server (spamd),
4465                 using spamc.
4466                 - added the spamassassin option 'username', that applies to all
4467                 spamassassin operations (filtering, learning, local or remote).
4468                 The default username is the current unix user (if left blank
4469                 from gtk prefs or config file).
4470                 - commented out some unused code (notebook widget), removed unused
4471                 layout (hbox1).
4472                 - make more widgets sensitive to the transport type.
4473
4474 2006-02-27 [colin]      2.0.0cvs85
4475
4476         * src/plugins/spamassassin/spamassassin.c
4477                 Fix sa-learn call when offline
4478
4479 2006-02-27 [colin]      2.0.0cvs84
4480
4481         * configure.ac
4482         * src/Makefile.am
4483         * src/mainwindow.c
4484         * src/mainwindow.h
4485         * src/messageview.c
4486         * src/messageview.h
4487         * src/prefs_toolbar.c
4488         * src/procmsg.c
4489         * src/stock_pixmap.c
4490         * src/stock_pixmap.h
4491         * src/summaryview.c
4492         * src/toolbar.c
4493         * src/toolbar.h
4494         * src/pixmaps/ham_btn.xpm
4495         * src/pixmaps/spam.xpm
4496         * src/pixmaps/spam_btn.xpm
4497         * src/plugins/spamassassin/spamassassin.c
4498                 Add button in toolbar for spam learning
4499                 Fix a few bugs from the last related commit
4500                 Revert 1.9.6cvs23 which messed up shift-selection
4501
4502 2006-02-24 [colin]      2.0.0cvs83
4503
4504         * src/procmsg.c
4505         * src/summaryview.c
4506         * src/summaryview.h
4507         * src/plugins/spamassassin/spamassassin.c
4508         * src/plugins/spamassassin/spamassassin.h
4509         * src/plugins/spamassassin/spamassassin_gtk.c
4510                 Unregister learner when spamassassin is either
4511                 disabled or over tcp
4512
4513 2006-02-24 [colin]      2.0.0cvs82
4514
4515         * src/Makefile.am
4516         * src/mainwindow.c
4517         * src/mainwindow.h
4518         * src/procmsg.c
4519         * src/procmsg.h
4520         * src/stock_pixmap.c
4521         * src/stock_pixmap.h
4522         * src/summaryview.c
4523         * src/summaryview.h
4524         * src/gtk/icon_legend.c
4525         * src/pixmaps/spam.xpm  ** NEW FILE **
4526         * src/plugins/spamassassin/spamassassin.c
4527         * src/plugins/spamassassin/spamassassin_gtk.c
4528                 Add spam learning interface (Mark/Mark as 
4529                 (spam|ham) menus)
4530
4531 2006-02-24 [wwp]        2.0.0cvs81
4532
4533         * src/compose.c
4534         * src/compose.h
4535         * src/filtering.c
4536                 hide compose window when sending message in batch mode
4537                 (filtering: forward and redirect). Also fixed a wrong
4538                 value returned when sending failed, neutral anyway.
4539                 (Colin, me) 
4540
4541 2006-02-24 [wwp]        2.0.0cvs80
4542
4543         * src/mainwindow.c
4544                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4545
4546 2006-02-24 [paul]       2.0.0cvs79
4547
4548         * src/news.c
4549         * src/news.h
4550         * src/news_gtk.c
4551                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4552                 Thanks to Colin
4553
4554 2006-02-23 [colin]      2.0.0cvs78
4555
4556         * src/alertpanel.c
4557                 Change OK to Close in alertpanel with View log
4558                 button; add accel to View log. Patch by Fabien
4559                 Vantard
4560
4561 2006-02-23 [wwp]        2.0.0cvs77
4562
4563         * src/compose.c
4564                 silly me, there were much more tests to perform, since toolbars can
4565                 really have down to 1 element only.
4566
4567 2006-02-23 [wwp]        2.0.0cvs76
4568
4569         * commitHelper
4570                 fixed indentation from my previous commit. Fallback to VISUAL if
4571                 EDITOR is not set (and to vi, at last resort).
4572
4573 2006-02-23 [wwp]        2.0.0cvs75
4574
4575         * commitHelper
4576                 improved error detection (Colin, me).
4577
4578 2006-02-23 [wwp]        2.0.0cvs74
4579
4580         * src/prefs_toolbar.c
4581                 simplify and fix prefs/toolbars layouting. Combos' contents can
4582                 now be really displayed.
4583
4584 2006-02-23 [wwp]        2.0.0cvs73
4585         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4586         be really displayed.
4587
4588 2006-02-22 [wwp]        2.0.0cvs72
4589
4590         * src/compose.c
4591                 fix a typo in my previous commit (sorry!).
4592
4593 2006-02-22 [wwp]        2.0.0cvs71
4594
4595         * src/prefs_toolbar.c
4596                 fix a crash when adding separators to toolbars,
4597                 also fix some separator item information.
4598
4599 2006-02-22 [wwp]        2.0.0cvs70
4600
4601         * src/compose.c
4602                 fix a crash when redirecting (for instance) when compose window's
4603                 toolbar contents has been customized (when some buttons have been
4604                 removed in fact).
4605
4606 2006-02-21 [wwp]        2.0.0cvs69
4607
4608         * src/summaryview.c
4609         * src/gtk/pluginwindow.c
4610         * src/plugins/pgpcore/prefs_gpg.c
4611                 fix some compilation warnings (feat. remains of removed code).
4612
4613 2006-02-21 [wwp]        2.0.0cvs68
4614
4615         * src/gtk/gtkutils.c
4616                 fix two compilation issues, thanks to Stephan Sachse.
4617
4618 2006-02-20 [colin]      2.0.0cvs67
4619
4620         * src/mainwindow.c
4621                 Don't reselect displayed mail on refocus
4622                 This fixes actions misbehaving 
4623
4624 2006-02-20 [wwp]        2.0.0cvs66
4625
4626         * src/summaryview.c
4627         * src/gtk/gtksctree.c
4628         * src/gtk/gtkshruler.c
4629                 changed more runtime typecast checks.
4630
4631 2006-02-20 [wwp]        2.0.0cvs65
4632
4633         * src/summary_search.c
4634                 find all - summaryview refresh issue fixed, thanks to Colin.
4635
4636 2006-02-20 [wwp]        2.0.0cvs64
4637
4638         * src/gtk/gtkutils.c
4639                 better runtime typecast checks.
4640
4641 2006-02-20 [wwp]        2.0.0cvs63
4642
4643         * src/summary_search.c
4644                 enhancements to the summary search:
4645                         - add the ability to stop the running search
4646                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4647                         - don't search if no criteria (From/To/Subject/Body) is set
4648                         - ensure that a busy mouse pointer is always shown when searching,
4649                           show it even a bit earlier
4650
4651 2006-02-19 [colin]      2.0.0cvs62
4652
4653         * src/compose.c
4654         * src/imap.c
4655         * src/etpan/imap-thread.c
4656         * src/etpan/imap-thread.h
4657                 (Future) IMAP speed improvement on sending
4658                 Will require a libetpan update
4659         * src/summaryview.c
4660         * src/gtk/quicksearch.c
4661                 Make quicksearch clearable while running.
4662
4663 2006-02-17 [colin]      2.0.0cvs61
4664
4665         * src/imap.c
4666         * src/etpan/imap-thread.c
4667         * src/etpan/imap-thread.h
4668                 Check for IMAP certificates
4669                 ** Requires libetpan-0.42-cvs4 
4670                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4671
4672 2006-02-17 [colin]      2.0.0cvs60
4673
4674         * src/messageview.c
4675         * src/prefs_common.c
4676         * src/prefs_common.h
4677         * src/prefs_message.c
4678                 Add pref to display HTML-only mails with plugin, 
4679                 if possible (defaulting to FALSE of course).
4680
4681 2006-02-16 [colin]      2.0.0cvs59
4682
4683         * src/main.c
4684         * src/common/plugin.c
4685         * src/common/plugin.h
4686         * src/gtk/pluginwindow.c
4687                 Keep track of requested (but unloaded) plugins
4688                 in some error cases.
4689
4690 2006-02-16 [wwp]        2.0.0cvs58
4691
4692         * src/gtk/gtkaspell.c
4693         * src/gtk/gtkaspell.h
4694         * src/prefs_spelling.c
4695         * src/compose.c
4696         * src/prefs_common.c
4697         * src/prefs_common.h
4698                 implemented new optional spellchecker behaviour: re-check message when
4699                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4700
4701 2006-02-16 [wwp]        2.0.0cvs57
4702
4703         * src/quote_fmt_parse.y
4704                 pclose popen'ed pipe.
4705
4706 2006-02-15 [colin]      2.0.0cvs56
4707
4708         * src/mimeview.c
4709         * src/mimeview.h
4710                 Let MimeViewers know which MimeView they
4711                 depend of.
4712         * src/summaryview.c
4713                 Swap From/To columns in Sent/Queue/Drafts
4714                 folders
4715         * src/etpan/imap-thread.c
4716                 Use mailstream_low_tls_open() for STARTTLS
4717                 instead of mailstream_low_ssl_open()
4718                 ** REQUIRES libetpan 0.42cvs3 **
4719
4720 2006-02-15 [wwp]        2.0.0cvs55
4721
4722         * src/compose.c
4723         * src/compose.h
4724         * src/message_search.c
4725         * src/message_search.h
4726         * src/textview.c
4727         * src/gtk/gtkutils.c
4728         * src/gtk/gtkutils.h
4729                 added the ability to Find text in the compose window (and a bit
4730                 of code factorization).
4731
4732 2006-02-15 [wwp]        2.0.0cvs54
4733
4734         * src/prefs_gtk.c
4735                 yet another one file was missing (fix for some widgets' sensitivity).
4736                 Thanks Colin!
4737
4738 2006-02-15 [wwp]        2.0.0cvs53
4739
4740         * src/prefs_gtk.h
4741                 oops forgot that file (fix for some widgets' sensitivity).
4742
4743 2006-02-15 [wwp]        2.0.0cvs52
4744
4745         * src/summary_search.c
4746                 implemented advanced summary search options (added the ability
4747                 to use matcher conditions in an advanced search mode).
4748
4749 2006-02-15 [wwp]        2.0.0cvs51
4750
4751         * src/plugins/pgpcore/prefs_gpg.c
4752         * src/prefs_account.c
4753                 fix some widget sensitivity, mostly around some labels in
4754                 account prefs.
4755
4756 2006-02-15 [paul]       2.0.0cvs50
4757
4758         * manual/advanced.xml
4759                 improve Templates info
4760                 written by wwp
4761
4762 2006-02-14 [colin]      2.0.0cvs49
4763
4764         * src/pixmaps/address_book.xpm
4765         * src/pixmaps/preferences.xpm
4766         * src/pixmaps/properties.xpm
4767                 Fix pixmap size - patch by Fabien Vantard
4768
4769 2006-02-13 [colin]      2.0.0cvs48
4770
4771         * src/procmime.c
4772                 Add missing fclose()s on error
4773         * src/textview.c
4774                 Remove unused code
4775         * src/common/utils.c
4776                 Fix temp files not being deleted on windows
4777         Patches by Thomas Gilgin
4778
4779 2006-02-13 [colin]      2.0.0cvs47
4780
4781         * src/mainwindow.c
4782                 Fix exit crash
4783
4784 2006-02-13 [wwp]        2.0.0cvs46
4785
4786         * src/plugins/pgpcore/prefs_gpg.c
4787                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4788
4789 2006-02-12 [colin]      2.0.0cvs45
4790
4791         * src/folderview.c
4792         * src/main.c
4793         * src/mainwindow.c
4794                 Fix "stuff" when quitting
4795
4796 2006-02-12 [wwp]        2.0.0cvs44
4797
4798         * src/prefs_themes.c
4799                 fix typos in debug messages.
4800
4801 2006-02-11 [colin]      2.0.0cvs43
4802
4803         * src/summaryview.c
4804                 don't allow drag/drop from ourself
4805
4806 2006-02-10 [wwp]        2.0.0cvs42
4807
4808         * src/exporthtml.c
4809         * src/html.c
4810         * src/html.h
4811         * src/procmime.c
4812         * src/textview.c
4813                 renamed html_ prefixed functions and data structures to avoid
4814                 namespace clashes w/ other software (gtkhtml2 for instance).
4815                 Closes bug #907.
4816
4817
4818 2006-02-09 [colin]      2.0.0cvs41
4819
4820         * src/summaryview.c
4821                 Fix shitty logic messed up. Thanks Ticho for the hint!
4822
4823 2006-02-09 [wwp]        2.0.0cvs40
4824
4825         * src/gtk/about.c
4826         * src/compose.c
4827         * src/prefs_account.c
4828         * src/prefs_gtk.h
4829         * src/editaddress.c
4830                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4831                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4832                 Browse buttons in accounts prefs.
4833
4834 2006-02-09 [colin]      2.0.0cvs39
4835
4836         * src/matcher.c
4837                 Check for pointer before using its members
4838         * src/gtk/gtksourceprintjob.c
4839                 Fix a wrong warning
4840
4841 2006-02-09 [wwp]        2.0.0cvs38
4842
4843         * src/gtk/filesel.c
4844                 fix few compiler warnings (type mismatch).
4845
4846 2006-02-09 [paul]       2.0.0cvs37
4847
4848         * po/fr.po
4849                 updated by Fabien Vantard
4850
4851 2006-02-08 [colin]      2.0.0cvs36
4852
4853         * src/prefs_common.c
4854         * src/common/defs.h
4855         * src/common/plugin.c
4856                 allow windows and linux configurations to coexist
4857                 patch by Thomas Gilgin
4858
4859 2006-02-08 [colin]      2.0.0cvs35
4860
4861         * src/filtering.c
4862         * src/matcher.c
4863         * src/matcher.h
4864         * src/matcher_parser_parse.y
4865         * src/prefs_filtering_action.c
4866         * src/prefs_matcher.c
4867                 Add the "Ignore thread" filtering
4868                 action
4869
4870 2006-02-08 [colin]      2.0.0cvs34
4871
4872         * src/compose.c
4873         * src/procmime.c
4874         * src/procmime.h
4875                 Fix bug #905 (damaged attachment)
4876                 text files with raw \0's aren't really text files
4877         FOR_STABLE
4878
4879 2006-02-08 [colin]      2.0.0cvs33
4880
4881         * src/summaryview.c
4882                 Fix crasher introduced yesterday
4883
4884 2006-02-08 [wwp]        2.0.0cvs32
4885
4886         * src/compose.c
4887         * src/compose.h
4888                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4889
4890 2006-02-08 [wwp]        2.0.0cvs31
4891
4892         * src/prefs_template.c
4893                 templates enhancement: allow address completion for Cc and Bcc fields
4894                 (it was currently possible for the To field only)
4895
4896 2006-02-08 [colin]      2.0.0cvs30
4897
4898         * src/compose.c
4899                 Don't unblock if not blocked
4900         FOR_STABLE
4901
4902 2006-02-07 [colin]      2.0.0cvs29
4903
4904         * src/action.c
4905                 Forgot to refresh summaryview
4906
4907 2006-02-07 [colin]      2.0.0cvs28
4908
4909         * src/action.c
4910                 Freeze/thaw message list and folder list while
4911                 processing %as{} actions 
4912         * src/compose.c
4913                 Fix auto-wrap disabling after a middle-click
4914                 paste - FOR_STABLE
4915
4916 2006-02-07 [paul]       2.0.0cvs27
4917
4918         * src/folder.c
4919                 fix freeing of uninitialised pointers
4920                 Thanks to Colin
4921
4922 2006-02-06 [colin]      2.0.0cvs26
4923
4924         * src/folder.c
4925                 Use g_slist_prepend in potentially big list
4926
4927 2006-02-06 [colin]      2.0.0cvs25
4928
4929         * src/folder.c
4930                 Completely skip processing if it doesn't 
4931                 exist (faster!)
4932
4933 2006-02-06 [colin]      2.0.0cvs24
4934
4935         * src/folder.c
4936         * src/summaryview.c
4937                 Batch filtering in summaryview (from Tools menu)
4938                 and pre/post//-processing too
4939
4940 2006-02-06 [colin]      2.0.0cvs23
4941
4942         * src/procmsg.h
4943         * src/filtering.c
4944                 Use a special field for batch filtering instead
4945                 of stepping on deferred execution's toes
4946
4947 2006-02-06 [colin]      2.0.0cvs22
4948
4949         * src/action.c
4950         * src/filtering.c
4951         * src/filtering.h
4952         * src/folder.c
4953         * src/summaryview.c
4954                 Fix filtering via menus and actions
4955
4956 2006-02-06 [colin]      2.0.0cvs21
4957
4958         * src/imap.c
4959                 Put the added file directly to cache if possible (will work
4960                 with next libetpan)
4961         * src/filtering.c
4962         * src/filtering.h
4963         * src/inc.c
4964         * src/folder.c
4965         * src/mbox.c
4966         * src/procmsg.h
4967                 Move and copy filtered messages by batches instead of one
4968                 by one - faster on IMAP
4969         * src/procmsg.c
4970                 Add a function that'll possibly be useful later
4971
4972 2006-02-06 [colin]      2.0.0cvs20
4973
4974         * src/addressbook.c
4975                 Use internal mime-type instead of text/plain for d'n'd
4976         * src/compose.c
4977                 Allow attaching files from mimeview's icon list via d'n'd
4978         * src/folderview.c
4979         * src/folderview.h
4980                 Use internal mime-type instead of text/plain for d'n'd
4981                 Don't try to selected opened folder if none is
4982                 Factorize d'n'd from other apps code
4983         * src/headerview.c
4984         * src/textview.c
4985         * src/gtk/gtkutils.c
4986         * src/gtk/gtkutils.h
4987                 Factorize Face/X-Face stuff
4988         * src/mimeview.c
4989                 Fix d'n'd to other apps
4990         * src/prefs_message.c
4991                 Let the XFace pref be usable without libcompface as it also
4992                 applies to Face
4993         * src/summaryview.c
4994                 Fix d'n'd to other apps
4995                 Factorize d'n'd from other apps code
4996
4997 2006-02-06 [wwp]        2.0.0cvs19
4998
4999         * po/it.po
5000                 Italian translation fixes by Andrea Spadaccini (no more confusion
5001                 between filtering and processing, and few changes in the About
5002                 dialog).
5003
5004
5005 2006-02-06 [mones]      2.0.0cvs18
5006
5007         * src/gtk/icon_legend.c
5008                 Improved descriptions allowing better translations
5009
5010 2006-02-05 [colin]      2.0.0cvs17
5011
5012         * src/imap.c
5013                 Add the f*cking missing expunge that caused imap_fetch_env
5014                 to fail after an add_msgs ! :-///
5015         * src/etpan/imap-thread.c
5016                 Add a bit of debug
5017         FOR_STABLE
5018
5019 2006-02-05 [colin]      2.0.0cvs16
5020
5021         * src/common/utils.c
5022                 Don't check for return-path (or we can't put
5023                 back non-sent mails)
5024
5025 2006-02-05 [colin]      2.0.0cvs15
5026
5027         * src/textview.c
5028                 Don't try to display Face header in textview
5029                 when teh headerview's active
5030
5031 2006-02-05 [colin]      2.0.0cvs14
5032
5033         * tools/tbird2syl.py
5034         * tools/Makefile.am
5035                 Add script to import Thunderbird mails
5036
5037 2006-02-05 [colin]      2.0.0cvs13
5038
5039         * src/headerview.c
5040         * src/procheader.c
5041         * src/procmsg.c
5042         * src/procmsg.h
5043         * src/textview.c
5044                 Show Face headers - patch partially by Klaus Flittner
5045
5046 2006-02-05 [colin]      2.0.0cvs12
5047
5048         * src/folderview.c
5049         * src/summaryview.c
5050         * src/common/utils.c
5051         * src/common/utils.h
5052                 Let dnd work from mime icons to summaryview
5053                 and to folderview too
5054                 Add a crude test to avoid trying to add files
5055                 drag'n'dropped when they're not mails
5056
5057 2006-02-04 [colin]      2.0.0cvs11
5058
5059         * src/summaryview.c
5060         * src/mimeview.c
5061                 Fix utf8 conversion
5062
5063 2006-02-04 [colin]      2.0.0cvs10
5064
5065         * src/compose.c
5066         * src/folderview.c
5067         * src/mimeview.c
5068         * src/summaryview.c
5069         * src/summaryview.h
5070                 Added various drag and drop capas:
5071                 From                    To
5072                 summaryview             other apps
5073                 mimeview icons          other apps
5074                 other apps              summaryview
5075                 other apps              folderview
5076
5077                 This shouldn't have broken the existing:
5078                 From                    To
5079                 summaryview             folderview
5080                 folderview              folderview
5081                 summaryview             compose's attachments
5082
5083         Tests welcomed.
5084
5085 2006-02-02 [paul]       2.0.0cvs9
5086
5087         * src/mainwindow.c
5088                 move global option 'Set displayed columns...' out
5089                 of folder option grouping.
5090                 fix sensitivity of 'harvest addresses'
5091         FOR_STABLE
5092
5093 2006-02-01 [colin]      2.0.0cvs8
5094
5095         * src/mimeview.c
5096                 Revert the alertpanel patch, it sucks (intrusive
5097                 and gets in the way of "open")
5098
5099 2006-02-01 [colin]      2.0.0cvs7
5100
5101         * src/compose.c
5102         * src/prefs_account.c
5103         * src/prefs_common.c
5104         * src/common/defs.h
5105         * src/common/utils.c
5106         * src/common/utils.h
5107                 Add ability to edit the signature file
5108                 from the account preferences, and use
5109                 a default for the text editor.
5110                 Patch by Fabien Vantard
5111
5112 2006-02-01 [colin]      2.0.0cvs6
5113
5114         * src/mimeview.c
5115                 Try to get mime type by extension if it is
5116                 application/octet-stream
5117                 Display a window with possible choices when
5118                 encountering unknown mime types
5119         * src/gtk/filesel.c
5120         * src/gtk/filesel.h
5121                 Add preview
5122                 Allow multiple selection in filtered filesel
5123                 (patch by Fabien Vantard)
5124         * src/gtk/pluginwindow.c
5125                 Use it (patch by Fabien Vantard)
5126
5127 2006-02-01 [paul]       2.0.0cvs5
5128
5129         * src/jpilot.c
5130                 fix crash on creating jpilot address book
5131                 Thanks to Colin - FOR_STABLE
5132         * src/prefs_summaries.c
5133         * src/prefs_wrapping.c
5134         * src/gtk/icon_legend.c
5135         * src/gtk/quicksearch.c
5136                 string fixes and additions
5137
5138 2006-02-01 [paul]       2.0.0cvs4
5139
5140         * src/compose.c
5141         * src/mainwindow.c
5142         * src/messageview.c
5143         * src/prefs_send.c
5144                 add Arabic encoding option
5145                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5146
5147 2006-01-31 [colin]      2.0.0cvs3
5148
5149         * src/plugins/pgpcore/passphrase.c
5150                 Convert passphrase to locale encoding
5151         * src/compose.c
5152                 Fix drafting on IMAP. Crappy bug sneaked in
5153                 the release :-/
5154         FOR_STABLE
5155
5156 2006-01-30 [paul]       2.0.0cvs2
5157
5158         * src/gtk/icon_legend.c
5159                 show the new entries
5160
5161 2006-01-30 [colin]      2.0.0cvs1
5162
5163         * src/manual.c
5164                 Check for the file to be present before 
5165                 enabling the menu - FOR_STABLE
5166         * src/gtk/icon_legend.c
5167                 Add folders icons (not all of them, there
5168                 are too much, but the most intriguing ones)
5169
5170 2006-01-30 [paul]       2.0.0
5171
5172         version 2.0.0 released
5173
5174 2006-01-30 [paul]       1.9.100cvs200
5175
5176         * manual/faq.xml
5177         * manual/gpl.xml
5178         * manual/intro.xml
5179         * manual/starting.xml
5180         * manual/sylpheed-claws-manual.xml
5181                 fixes, additions
5182
5183 2006-01-29 [mones]      1.9.100cvs199
5184
5185         * manual/account.xml
5186         * manual/advanced.xml
5187         * manual/glossary.xml
5188                 Some typos fixed, added LDIF term to glossary
5189         * po/es.po
5190                 Fixed leading plus symbol
5191
5192 2006-01-29 [paul]       1.9.100cvs198
5193
5194         * po/fi.po
5195         * po/sk.po
5196                 updated by Tommi Pirinen and Andrej Kacian
5197
5198 2006-01-29 [paul]       1.9.100cvs197
5199
5200         * src/gtk/authors.h
5201                 remove duplicates
5202
5203 2006-01-29 [paul]       1.9.100cvs196
5204
5205         * AUTHORS
5206         * po/nl.po
5207         * src/gtk/authors.h
5208         * tools/claws.i18n.status.pl
5209                 nl translation updated by Tim Dijkstra
5210
5211 2006-01-29 [paul]       1.9.100cvs195
5212
5213         * po/sr.po
5214         * po/sv.po
5215                 updated by Aleksandar Urosevic and Anders Troback
5216
5217 2006-01-28 [colin]      1.9.100cvs194
5218
5219         * src/gtk/gtksourceprintjob.c
5220                 Don't fiddle with PangoLayout when we
5221                 have an image
5222
5223 2006-01-28 [paul]       1.9.100cvs193
5224
5225         * AUTHORS
5226         * po/el.po
5227         * po/zh_CN.po
5228         * src/gtk/authors.h
5229         * tools/claws.i18n.status.pl
5230                 updated translations submitted by Stavros Giannouris
5231                 and Ralgh Young
5232
5233 2006-01-27 [colin]      1.9.100cvs192
5234
5235         * src/summaryview.c
5236         * src/gtk/gtksourceprintjob.c
5237                 Add image printing 
5238                 (libgnomeprint only, of course)
5239
5240 2006-01-27 [paul]       1.9.100cvs191
5241
5242         * po/fr.po
5243         * po/it.po
5244                 updated by Fabien Vantard and Andrea Spadaccini
5245
5246 2006-01-26 [colin]      1.9.100cvs190
5247
5248         * manual/Makefile.am
5249         * configure.ac
5250                 Make building the manual optional 
5251                 (--disable-manual)
5252
5253 2006-01-26 [paul]       1.9.100cvs189
5254
5255         * manual/glossary.xml
5256         * manual/plugins.xml
5257                 edited
5258         * po/en_GB.po
5259                 updated
5260
5261 2006-01-26 [paul]       1.9.100cvs188
5262
5263         * src/prefs_display_header.c
5264         * src/prefs_folder_column.c
5265         * src/prefs_msg_colors.c
5266         * src/prefs_summaries.c
5267         * src/prefs_summary_column.c
5268                 HIGify
5269
5270 2006-01-25 [colin]      1.9.100cvs187
5271
5272         * src/imap.c
5273                 Don't allow moving/copying mails between
5274                 queue/drafts and non-queue/drafts folders
5275                 Fixes bug #897 (message header is resetted 
5276                 if one is copied to Drafts)
5277
5278 2006-01-25 [colin]      1.9.100cvs186
5279
5280         * src/folder.c
5281         * src/mainwindow.c
5282                 Fix subscribed folders not found
5283         * src/compose.c
5284                 Don't try to encode as original mail's charset
5285                 if it's ascii 
5286
5287 2006-01-25 [paul]       1.9.100cvs185
5288
5289         * AUTHORS
5290         * po/Makevars
5291                 updated
5292         * po/de.po
5293         * po/pl.po
5294         * po/pt_BR.po
5295         * po/sr.po
5296                 updates submitted by Stephan Sachse, Emilian Nowak
5297                 and Quar, Frederico Goncalves Guimaraes, and
5298                 Aleksandar Urosevic
5299                 Fix Bug 896, 'PT_BR locale broken'.
5300         * src/gtk/authors.h
5301                 updated
5302
5303 2006-01-24 [mones]      1.9.100cvs184
5304
5305         * manual/glossary.xml
5306                 All current terms finished. Reviewers welcome ;-)
5307         * manual/keyboard.xml
5308                 Fixed column width for pdf output.
5309         * po/es.po
5310                 Updated
5311
5312 2006-01-24 [paul]       1.9.100cvs183
5313
5314         * manual/glossary.xml
5315                 fix id name
5316         * manual/dist/html/Makefile.am
5317         * manual/dist/pdf/Makefile.am
5318         * manual/dist/ps/Makefile.am
5319         * manual/dist/txt/Makefile.am
5320                 fix make deps
5321                 Thanks to Colin
5322
5323 2006-01-24 [mones]      1.9.100cvs182
5324
5325         * manual/glossary.xml
5326                 Nearly finished, some terms missing.
5327
5328 2006-01-23 [paul]       1.9.100cvs181
5329
5330         * manual/dist/html/Makefile.am
5331         * manual/dist/pdf/Makefile.am
5332         * manual/dist/ps/Makefile.am
5333         * manual/dist/txt/Makefile.am
5334         * src/mainwindow.c
5335                 re-enable manual
5336                 Thanks to Colin
5337
5338 2006-01-22 [colin]      1.9.100cvs180
5339
5340         * src/compose.c
5341         * src/gtk/gtkaspell.c
5342                 Don't deselect stuff before right-clicking, with aspell.
5343                 (This prevented right-click Copy, for example).
5344                 Thanks to Clo!
5345
5346 2006-01-22 [paul]       1.9.100cvs179
5347
5348         * src/summary_search.c
5349                 don't fix the widget size as it causes problems
5350                 under localisation.
5351                 Thanks to Emilian Nowak
5352
5353 2006-01-21 [paul]       1.9.100cvs178
5354
5355         * src/prefs_themes.c
5356                 fix broken underlining of label text
5357                 with some translations
5358
5359 2006-01-21 [colin]      1.9.100cvs177
5360
5361         * po/fr.po
5362                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5363
5364 2006-01-20 [colin]      1.9.100cvs176
5365
5366         * configure.ac
5367         * Makefile.am
5368         * manual/Makefile
5369         * manual/dist/html/.cvsignore
5370         * manual/dist/html/Makefile.am
5371         * manual/dist/pdf/.cvsignore
5372         * manual/dist/pdf/Makefile.am
5373         * manual/dist/ps/.cvsignore
5374         * manual/dist/ps/Makefile.am
5375         * manual/dist/txt/.cvsignore
5376         * manual/dist/txt/Makefile.am
5377                 Autotool-ize manual
5378
5379 2006-01-20 [paul]       1.9.100cvs175
5380
5381         * manual/handling.xml
5382                 make Filtering and Searching entries easier to find
5383         * manual/keyboard.xml
5384                 add the remaining default keybinds
5385         * src/prefs_summaries.c
5386                 update the default keybinds
5387
5388 2006-01-20 [paul]       1.9.100cvs174
5389
5390         * src/addressbook.c
5391         * src/addrgather.c
5392         * src/addrharvest.c
5393         * src/editaddress.c
5394         * src/editgroup.c
5395         * src/exphtmldlg.c
5396         * src/expldifdlg.c
5397         * src/exporthtml.c
5398         * src/exportldif.c
5399         * src/ldif.c
5400                 replace 'e-mail' with 'email'
5401         * src/summary_search.c
5402                 add mnemonic to "Find all" button
5403
5404 2006-01-20 [wwp]        1.9.100cvs173
5405
5406         * src/export.c
5407         * src/import.c
5408                 touched mbox import/export buttons for HIG-compliance
5409
5410 2006-01-19 [paul]       1.9.100cvs172
5411
5412         * manual/account.xml
5413         * manual/addrbook.xml
5414         * manual/advanced.xml
5415         * manual/faq.xml
5416         * manual/handling.xml
5417         * manual/intro.xml
5418         * manual/plugins.xml
5419         * manual/starting.xml
5420                 more editing
5421
5422 2006-01-19 [paul]       1.9.100cvs171
5423
5424         * src/toolbar.c
5425                 allow use of trash button while receiving
5426                 Thanks to Colin
5427
5428 2006-01-19 [wwp]        1.9.100cvs170
5429
5430         * src/gtk/quicksearch.c
5431         * src/compose.c
5432                 force text color to black when yellow background is set
5433
5434 2006-01-19 [colin]      1.9.100cvs169
5435
5436         * src/plugins/trayicon/trayicon.c
5437                 Gray out Get Mail when already getting mail
5438
5439 2006-01-18 [paul]       1.9.100cvs168
5440
5441         * src/compose.c
5442                 give widget yellow background was To is
5443                 set via folder prefs
5444         * src/gtk/quicksearch.c
5445                 give widget yellow background when quick
5446                 search is active.
5447                 Thanks to Colin
5448
5449 2006-01-18 [paul]       1.9.100cvs167
5450
5451         * doc/man/sylpheed-claws.1
5452                 add --subscribe option
5453
5454 2006-01-18 [paul]       1.9.100cvs166
5455
5456         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5457         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5458                 use %U instead of %F (%F is broken for user installed
5459                 files in kde 3.5)
5460
5461 2006-01-18 [colin]      1.9.100cvs165
5462
5463         * src/summaryview.c
5464                 Default to Yes in "No more * messages" dialogs
5465
5466 2006-01-17 [colin]      1.9.100cvs164
5467
5468         * src/compose.c
5469                 Possibly fix an invalid iterator causing
5470                 crash
5471
5472 2006-01-17 [colin]      1.9.100cvs163
5473
5474         * src/mimeview.c
5475                 Fix crash when the image disappears under the
5476                 image viewer
5477
5478 2006-01-16 [colin]      1.9.100cvs162
5479
5480         * src/compose.c
5481                 Fix reenabling autowrap
5482
5483 2006-01-16 [colin]      1.9.100cvs161
5484
5485         * src/compose.c
5486                 reset quote_len before getting quote_str
5487
5488 2006-01-16 [colin]      1.9.100cvs160
5489
5490         * src/account.c
5491         * src/account.h
5492         * src/folder.c
5493         * src/imap_gtk.c
5494         * src/mh_gtk.c
5495                 Fix bug #883 (default inbox does not track folder move)
5496
5497 2006-01-16 [colin]      1.9.100cvs159
5498
5499         * src/compose.c
5500         * src/plugins/pgpcore/passphrase.c
5501                 More buttons fixes
5502
5503 2006-01-16 [paul]       1.9.100cvs158
5504
5505         * src/prefs_actions.c
5506         * src/prefs_filtering_action.c
5507         * src/prefs_matcher.c
5508         * src/quote_fmt.c
5509         * src/gtk/description_window.c
5510         * src/gtk/description_window.h
5511         * src/gtk/quicksearch.c
5512                 description window cleanups
5513
5514 2006-01-15 [colin]      1.9.100cvs157
5515
5516         * src/addressbook.c
5517         * src/prefs_filtering.c
5518                 Same here
5519
5520 2006-01-15 [colin]      1.9.100cvs156
5521
5522         * src/folderview.c
5523         * src/mainwindow.c
5524                 Same for "Empty trash"
5525
5526 2006-01-15 [colin]      1.9.100cvs155
5527
5528         * src/inc.c
5529                 Override offline dialog had Yes by default
5530
5531 2006-01-15 [colin]      1.9.100cvs154
5532
5533         * src/summaryview.c
5534                 Delete selected messages? previously had Yes the default
5535
5536 2006-01-15 [colin]      1.9.100cvs153
5537
5538         * src/folder.c
5539         * src/folder.h
5540         * src/main.c
5541                 Check if a mailbox is loaded after all
5542                 plugins are loaded.
5543
5544 2006-01-15 [colin]      1.9.100cvs152
5545
5546         * src/folder.c
5547                 Don't start wizard when there are unloaded folders (will help
5548                 people with only mbox or maildir mailboxes)
5549
5550 2006-01-14 [colin]      1.9.100cvs151
5551
5552         * src/addressbook.c
5553         * src/expldifdlg.c
5554         * src/importldif.c
5555         * src/importmutt.c
5556         * src/importpine.c
5557         * src/mh_gtk.c
5558                 More HIG compliance and fixes
5559
5560 2006-01-14 [colin]      1.9.100cvs150
5561
5562         * src/prefs_filtering_action.c
5563         * src/foldersel.c
5564                 Two forgotten button order changes
5565
5566 2006-01-14 [colin]      1.9.100cvs149
5567
5568         * src/account.c
5569         * src/addressbook.c
5570         * src/compose.c
5571         * src/folderview.c
5572         * src/imap_gtk.c
5573         * src/mainwindow.c
5574         * src/mh_gtk.c
5575         * src/news_gtk.c
5576         * src/prefs_actions.c
5577         * src/prefs_customheader.c
5578         * src/prefs_filtering.c
5579         * src/prefs_matcher.c
5580         * src/prefs_template.c
5581         * src/ssl_manager.c
5582         * src/summaryview.c
5583         * src/textview.c
5584         * src/toolbar.c
5585                 All deletion confirmations are now "Cancel, Delete" 
5586                 instead of "No, Yes"
5587                 Clarified most of the other "No, Yes" to 
5588                 "Cancel, Descriptive_action"
5589                 Rechanged the "Entry not saved" alerts to have 
5590                 "Close, Continue editing"
5591
5592
5593 2006-01-14 [paul]
5594
5595         * 2.0.0-rc4 released
5596
5597 2006-01-14 [paul]       1.9.100cvs148
5598
5599         * src/account.c
5600         * src/addressadd.c
5601         * src/addressbook.c
5602         * src/compose.c
5603         * src/editaddress.c
5604         * src/editbook.c
5605         * src/editgroup.c
5606         * src/editjpilot.c
5607         * src/editldap.c
5608         * src/editvcard.c
5609         * src/exphtmldlg.c
5610         * src/expldifdlg.c
5611         * src/folderview.c
5612         * src/grouplistdialog.c
5613         * src/imap_gtk.c
5614         * src/importmutt.c
5615         * src/importpine.c
5616         * src/inc.c
5617         * src/main.c
5618         * src/mainwindow.c
5619         * src/message_search.c
5620         * src/messageview.c
5621         * src/mh_gtk.c
5622         * src/mimeview.c
5623         * src/news_gtk.c
5624         * src/prefs_actions.c
5625         * src/prefs_customheader.c
5626         * src/prefs_filtering.c
5627         * src/prefs_matcher.c
5628         * src/prefs_template.c
5629         * src/prefs_themes.c
5630         * src/ssl_manager.c
5631         * src/summary_search.c
5632         * src/summaryview.c
5633         * src/textview.c
5634         * src/toolbar.c
5635         * src/gtk/foldersort.c
5636         * src/gtk/gtkaspell.c
5637         * src/gtk/inputdialog.c
5638         * src/gtk/prefswindow.c
5639         * src/plugins/pgpcore/select-keys.c
5640         * src/plugins/trayicon/trayicon.c
5641                 HIG compliant button order
5642
5643 2006-01-14 [mones]      1.9.100cvs147
5644
5645         * po/es.po
5646                 Updated translation
5647
5648 2006-01-13 [paul]       1.9.100cvs146
5649
5650         * AUTHORS
5651         * ChangeLog
5652         * src/gtk/authors.h
5653                 add Joshua M. Kwan to contributors list
5654
5655 2006-01-13 [colin]      1.9.100cvs145
5656
5657         * src/gtk/quicksearch.c
5658                 Don't refocus quick search after executing (Esc or Enter)
5659                 Allows to '/'search something then move up/down in 
5660                 summaryview, and to Esc a search and be back in the 
5661                 summaryview
5662
5663 2006-01-13 [paul]       1.9.100cvs144
5664
5665         * src/plugins/pgpinline/pgpinline.c
5666                 support Content-Type 'application/pgp'
5667                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5668
5669 2006-01-13 [paul]       1.9.100cvs143
5670
5671         * manual/account.xml
5672                 make mention of partial retrieval
5673                 thanks to Colin
5674
5675 2006-01-13 [paul]       1.9.100cvs142
5676
5677         * src/account.c
5678         * src/account.h
5679         * src/action.c
5680         * src/action.h
5681         * src/adbookbase.h
5682         * src/addr_compl.c
5683         * src/addr_compl.h
5684         * src/addrbook.c
5685         * src/addrcache.c
5686         * src/addrcache.h
5687         * src/addrcindex.c
5688         * src/addrcindex.h
5689         * src/addrclip.c
5690         * src/addrclip.h
5691         * src/addrdefs.h
5692         * src/addressadd.c
5693         * src/addressadd.h
5694         * src/addressbook.c
5695         * src/addressbook.h
5696         * src/addrgather.c
5697         * src/addrgather.h
5698         * src/addrharvest.c
5699         * src/addrharvest.h
5700         * src/addrindex.c
5701         * src/addrindex.h
5702         * src/addritem.c
5703         * src/addritem.h
5704         * src/addrquery.c
5705         * src/addrquery.h
5706         * src/addrselect.c
5707         * src/addrselect.h
5708         * src/alertpanel.c
5709         * src/alertpanel.h
5710         * src/browseldap.c
5711         * src/browseldap.h
5712         * src/codeconv.c
5713         * src/codeconv.h
5714         * src/compose.c
5715         * src/compose.h
5716         * src/customheader.c
5717         * src/customheader.h
5718         * src/displayheader.c
5719         * src/displayheader.h
5720         * src/editaddress.c
5721         * src/editaddress.h
5722         * src/editbook.c
5723         * src/editbook.h
5724         * src/editgroup.c
5725         * src/editgroup.h
5726         * src/editjpilot.c
5727         * src/editjpilot.h
5728         * src/editldap.c
5729         * src/editldap.h
5730         * src/editldap_basedn.c
5731         * src/editldap_basedn.h
5732         * src/editvcard.c
5733         * src/editvcard.h
5734         * src/exphtmldlg.c
5735         * src/exphtmldlg.h
5736         * src/expldifdlg.c
5737         * src/expldifdlg.h
5738         * src/export.h
5739         * src/exporthtml.c
5740         * src/exporthtml.h
5741         * src/exportldif.c
5742         * src/exportldif.h
5743         * src/filtering.c
5744         * src/filtering.h
5745         * src/folder.c
5746         * src/folder.h
5747         * src/folder_item_prefs.c
5748         * src/folder_item_prefs.h
5749         * src/foldersel.c
5750         * src/foldersel.h
5751         * src/folderutils.c
5752         * src/folderutils.h
5753         * src/folderview.c
5754         * src/folderview.h
5755         * src/grouplistdialog.c
5756         * src/grouplistdialog.h
5757         * src/headerview.c
5758         * src/html.c
5759         * src/html.h
5760         * src/image_viewer.c
5761         * src/image_viewer.h
5762         * src/imap.c
5763         * src/imap.h
5764         * src/imap_gtk.c
5765         * src/imap_gtk.h
5766         * src/import.h
5767         * src/importldif.c
5768         * src/importldif.h
5769         * src/importmutt.c
5770         * src/importmutt.h
5771         * src/importpine.c
5772         * src/importpine.h
5773         * src/inc.c
5774         * src/inc.h
5775         * src/jpilot.c
5776         * src/jpilot.h
5777         * src/ldapctrl.c
5778         * src/ldapctrl.h
5779         * src/ldaplocate.c
5780         * src/ldaplocate.h
5781         * src/ldapquery.c
5782         * src/ldapquery.h
5783         * src/ldapserver.c
5784         * src/ldapserver.h
5785         * src/ldaputil.c
5786         * src/ldaputil.h
5787         * src/ldif.c
5788         * src/ldif.h
5789         * src/main.c
5790         * src/main.h
5791         * src/mainwindow.c
5792         * src/mainwindow.h
5793         * src/manual.c
5794         * src/manual.h
5795         * src/mbox.c
5796         * src/mbox.h
5797         * src/message_search.c
5798         * src/message_search.h
5799         * src/messageview.c
5800         * src/messageview.h
5801         * src/mh.c
5802         * src/mh.h
5803         * src/mh_gtk.c
5804         * src/mh_gtk.h
5805         * src/mimeview.c
5806         * src/mimeview.h
5807         * src/msgcache.c
5808         * src/msgcache.h
5809         * src/mutt.c
5810         * src/mutt.h
5811         * src/news.c
5812         * src/news.h
5813         * src/news_gtk.c
5814         * src/news_gtk.h
5815         * src/partial_download.c
5816         * src/partial_download.h
5817         * src/pine.c
5818         * src/pine.h
5819         * src/pop.c
5820         * src/pop.h
5821         * src/prefs_account.c
5822         * src/prefs_account.h
5823         * src/prefs_actions.c
5824         * src/prefs_actions.h
5825         * src/prefs_common.c
5826         * src/prefs_common.h
5827         * src/prefs_compose_writing.c
5828         * src/prefs_compose_writing.h
5829         * src/prefs_customheader.c
5830         * src/prefs_customheader.h
5831         * src/prefs_display_header.c
5832         * src/prefs_display_header.h
5833         * src/prefs_filtering.c
5834         * src/prefs_filtering.h
5835         * src/prefs_filtering_action.c
5836         * src/prefs_filtering_action.h
5837         * src/prefs_folder_column.c
5838         * src/prefs_folder_column.h
5839         * src/prefs_folder_item.c
5840         * src/prefs_folder_item.h
5841         * src/prefs_fonts.c
5842         * src/prefs_fonts.h
5843         * src/prefs_gtk.c
5844         * src/prefs_gtk.h
5845         * src/prefs_image_viewer.c
5846         * src/prefs_image_viewer.h
5847         * src/prefs_matcher.c
5848         * src/prefs_matcher.h
5849         * src/prefs_message.c
5850         * src/prefs_msg_colors.c
5851         * src/prefs_msg_colors.h
5852         * src/prefs_other.c
5853         * src/prefs_quote.c
5854         * src/prefs_receive.c
5855         * src/prefs_send.c
5856         * src/prefs_spelling.c
5857         * src/prefs_spelling.h
5858         * src/prefs_summaries.c
5859         * src/prefs_summaries.h
5860         * src/prefs_summary_column.c
5861         * src/prefs_summary_column.h
5862         * src/prefs_template.c
5863         * src/prefs_template.h
5864         * src/prefs_themes.c
5865         * src/prefs_themes.h
5866         * src/prefs_toolbar.c
5867         * src/prefs_toolbar.h
5868         * src/prefs_wrapping.c
5869         * src/prefs_wrapping.h
5870         * src/privacy.c
5871         * src/privacy.h
5872         * src/procheader.c
5873         * src/procheader.h
5874         * src/procmime.c
5875         * src/procmime.h
5876         * src/procmsg.c
5877         * src/procmsg.h
5878         * src/quote_fmt.c
5879         * src/quote_fmt_parse.y
5880         * src/recv.c
5881         * src/recv.h
5882         * src/remotefolder.c
5883         * src/remotefolder.h
5884         * src/send_message.c
5885         * src/send_message.h
5886         * src/setup.c
5887         * src/setup.h
5888         * src/sourcewindow.c
5889         * src/sourcewindow.h
5890         * src/ssl_manager.c
5891         * src/ssl_manager.h
5892         * src/statusbar.c
5893         * src/statusbar.h
5894         * src/stock_pixmap.c
5895         * src/stock_pixmap.h
5896         * src/summary_search.c
5897         * src/summary_search.h
5898         * src/summaryview.c
5899         * src/summaryview.h
5900         * src/syldap.c
5901         * src/syldap.h
5902         * src/textview.c
5903         * src/textview.h
5904         * src/toolbar.c
5905         * src/toolbar.h
5906         * src/undo.c
5907         * src/undo.h
5908         * src/unmime.c
5909         * src/unmime.h
5910         * src/vcard.c
5911         * src/vcard.h
5912         * src/wizard.c
5913         * src/wizard.h
5914         * src/common/base64.c
5915         * src/common/base64.h
5916         * src/common/defs.h
5917         * src/common/hooks.c
5918         * src/common/hooks.h
5919         * src/common/log.c
5920         * src/common/log.h
5921         * src/common/mgutils.c
5922         * src/common/mgutils.h
5923         * src/common/nntp.c
5924         * src/common/nntp.h
5925         * src/common/passcrypt.c
5926         * src/common/passcrypt.h.in
5927         * src/common/plugin.c
5928         * src/common/plugin.h
5929         * src/common/prefs.c
5930         * src/common/prefs.h
5931         * src/common/progressindicator.c
5932         * src/common/progressindicator.h
5933         * src/common/quoted-printable.c
5934         * src/common/quoted-printable.h
5935         * src/common/session.c
5936         * src/common/session.h
5937         * src/common/smtp.c
5938         * src/common/smtp.h
5939         * src/common/socket.c
5940         * src/common/socket.h
5941         * src/common/ssl.c
5942         * src/common/ssl.h
5943         * src/common/ssl_certificate.c
5944         * src/common/ssl_certificate.h
5945         * src/common/stringtable.c
5946         * src/common/stringtable.h
5947         * src/common/sylpheed.c
5948         * src/common/sylpheed.h
5949         * src/common/template.c
5950         * src/common/template.h
5951         * src/common/timing.h
5952         * src/common/utils.c
5953         * src/common/utils.h
5954         * src/common/version.h.in
5955         * src/common/xml.c
5956         * src/common/xml.h
5957         * src/common/xmlprops.c
5958         * src/common/xmlprops.h
5959         * src/gtk/colorlabel.c
5960         * src/gtk/colorsel.c
5961         * src/gtk/colorsel.h
5962         * src/gtk/description_window.c
5963         * src/gtk/description_window.h
5964         * src/gtk/filesel.c
5965         * src/gtk/filesel.h
5966         * src/gtk/foldersort.c
5967         * src/gtk/foldersort.h
5968         * src/gtk/gtkutils.c
5969         * src/gtk/gtkutils.h
5970         * src/gtk/inputdialog.c
5971         * src/gtk/inputdialog.h
5972         * src/gtk/logwindow.c
5973         * src/gtk/logwindow.h
5974         * src/gtk/manage_window.c
5975         * src/gtk/manage_window.h
5976         * src/gtk/menu.c
5977         * src/gtk/menu.h
5978         * src/gtk/pluginwindow.c
5979         * src/gtk/pluginwindow.h
5980         * src/gtk/prefswindow.c
5981         * src/gtk/prefswindow.h
5982         * src/gtk/progressdialog.c
5983         * src/gtk/progressdialog.h
5984         * src/gtk/sslcertwindow.c
5985         * src/gtk/sslcertwindow.h
5986         * src/plugins/clamav/clamav_plugin.c
5987         * src/plugins/clamav/clamav_plugin.h
5988         * src/plugins/clamav/clamav_plugin_gtk.c
5989         * src/plugins/demo/demo.c
5990         * src/plugins/dillo_viewer/dillo_prefs.c
5991         * src/plugins/dillo_viewer/dillo_prefs.h
5992         * src/plugins/dillo_viewer/dillo_viewer.c
5993         * src/plugins/pgpcore/passphrase.c
5994         * src/plugins/pgpcore/passphrase.h
5995         * src/plugins/pgpcore/plugin.c
5996         * src/plugins/pgpcore/select-keys.c
5997         * src/plugins/pgpcore/select-keys.h
5998         * src/plugins/pgpcore/sgpgme.c
5999         * src/plugins/pgpcore/sgpgme.h
6000         * src/plugins/pgpinline/pgpinline.c
6001         * src/plugins/pgpinline/pgpinline.h
6002         * src/plugins/pgpinline/plugin.c
6003         * src/plugins/pgpmime/pgpmime.c
6004         * src/plugins/pgpmime/pgpmime.h
6005         * src/plugins/pgpmime/plugin.c
6006         * src/plugins/spamassassin/spamassassin.c
6007         * src/plugins/spamassassin/spamassassin.h
6008         * src/plugins/spamassassin/spamassassin_gtk.c
6009         * src/plugins/trayicon/trayicon.c
6010                 update copyright header
6011
6012 2006-01-13 [paul]       1.9.100cvs141
6013
6014         * src/account.c
6015         * src/export.c
6016         * src/import.c
6017         * src/mainwindow.c
6018         * src/prefs_account.c
6019         * src/prefs_display_header.c
6020         * src/prefs_receive.c
6021         * src/prefs_send.c
6022         * src/prefs_summaries.c
6023         * src/prefs_themes.c
6024         * src/prefs_toolbar.c
6025         * src/gtk/about.c
6026                 various cleanups
6027
6028 2006-01-12 [colin]      1.9.100cvs140
6029
6030         * src/folder.c
6031         * src/folder.h
6032         * src/main.c
6033                 Add --subscribe option
6034                 Let sylpheed-claws email@domain.com equivalent to --compose
6035                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6036
6037 2006-01-12 [paul]       1.9.100cvs139
6038
6039         * src/mainwindow.c
6040                 append 'Change folder order' label with '...'
6041         * src/prefs_actions.c
6042                 allow reordering of actions list by dnd
6043         * src/gtk/foldersort.c
6044                 make the dialog nicer
6045
6046 2006-01-11 [colin]      1.9.100cvs138
6047
6048         * src/compose.c
6049                 Allow templates without text
6050
6051 2006-01-11 [paul]       1.9.100cvs137
6052
6053         * tools/README
6054         * tools/filter_conv_new.pl
6055                 add info to README
6056                 also check .sylpheed for filter.xml
6057                 be a bit informative to the user
6058
6059 2006-01-11 [colin]      1.9.100cvs136
6060
6061         * src/textview.c
6062                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6063
6064 2006-01-10 [paul]       1.9.100cvs135
6065
6066         * tools/Makefile.am
6067         * tools/filter_conv_new.pl
6068                 add script to convert new style Sylpheed
6069                 filter rules (Sylpheed >= 0.9.99) to
6070                 Claws filtering rules
6071
6072 2006-01-10 [colin]      1.9.100cvs134
6073
6074         * src/compose.c
6075                 Fix broken line joins in certain conditions
6076                 (between two quoted lines: <enter><enter><up>
6077                  <type a wrapped sentence><go in the first line>
6078                  <insert more text><watch as line joining failed>)
6079
6080 2006-01-10 [paul]       1.9.100cvs133
6081
6082         * src/compose.c
6083                 don't report success in error dialog
6084                 thanks to Colin
6085         * src/common/utils.c
6086                 include some trailing punctuations as URI
6087                 thanks to Hiro
6088
6089 2006-01-10 [paul]       1.9.100cvs132
6090
6091         * src/mimeview.c
6092                 fix incompatible pointer type
6093                 warning
6094
6095 2006-01-10 [paul]       1.9.100cvs131
6096
6097         * src/compose.c
6098                 change Subject in window title
6099                 instantaneously
6100
6101 2006-01-09 [colin]      1.9.100cvs130
6102
6103         * src/addressbook.c
6104         * src/headerview.c
6105         * src/mainwindow.c
6106         * src/messageview.c
6107         * src/mimeview.c
6108         * src/noticeview.c
6109         * src/summaryview.c
6110                 Fix possible crashes on exit and in addressbook
6111
6112 2006-01-09 [paul]       1.9.100cvs129
6113
6114         * src/prefs_msg_colors.c
6115                 some cleanups that I forgot last time
6116
6117 2006-01-09 [paul]       1.9.100cvs128
6118
6119         * README
6120         * src/folderview.c
6121         * src/prefs_msg_colors.c
6122                 add previously hidden option, color_new, to
6123                 the gui
6124                 move the page to Display/
6125                 rework the gui
6126
6127 2006-01-09 [wwp]        1.9.100cvs127
6128
6129         * src/prefs_themes.c
6130                 made the prefs/display/themes layouts spacing less condensed
6131                 (and so they match other prefs/pages' look).
6132
6133 2006-01-09 [paul]       1.9.100cvs126
6134
6135         * src/compose.c
6136         * src/prefs_common.c
6137         * src/prefs_common.h
6138         * src/prefs_wrapping.c
6139                 remove 'wrap at send' option
6140
6141 2006-01-06 [colin]      1.9.100cvs125
6142
6143         * src/compose.c
6144                 Just make completely sure we don't insert "manual line breaks" 
6145                 when wrapping... 
6146
6147 2006-01-04 [paul]
6148
6149         * 2.0.0-rc3 released
6150
6151 2006-01-04 [paul]       1.9.100cvs124
6152
6153         * src/folderview.c
6154                 fix bug 882, 'quick scroll in folder list
6155                 displays wrong folder contents'
6156
6157 2006-01-04 [paul]       1.9.100cvs123
6158
6159         * src/plugins/pgpmime/pgpmime.c
6160                 better debug information when signing
6161                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6162
6163 2006-01-03 [colin]      1.9.100cvs122
6164
6165         * configure.ac
6166                 We need to recheck for gpgme 1.0.0 after checking
6167                 for 1.1.1, because if 1.1.1 isn't available, 
6168                 GPGME_LIBS and friends are blanked out by the 
6169                 second check.
6170
6171 2006-01-03 [colin]      1.9.100cvs121
6172
6173         * src/common/prefs.c
6174                 Windows unlink-before rename fix
6175         * src/plugins/pgpcore/sgpgme.c
6176                 Add support for PKA info if available
6177                 Both patches by Werner Koch
6178
6179 2006-01-03 [paul]       1.9.100cvs120
6180
6181         * src/messageview.c
6182                 fix bug 884, 'Send receipt' button visible in queue
6183                 Thanks to Colin
6184
6185 2006-01-02 [colin]      1.9.100cvs119
6186
6187         * src/compose.c
6188         * src/imap.c
6189                 Fix autosave on IMAP and more generally try to
6190                 return the correct ID on a newly added IMAP message
6191
6192 2006-01-02 [paul]       1.9.100cvs118
6193
6194         * manual/keyboard.xml
6195                 edited
6196
6197 2006-01-01 [paul]       1.9.100cvs117
6198
6199         * src/gtk/authors.h
6200                 alphabetical order
6201
6202 2005-12-30 [colin]      1.9.100cvs116
6203
6204         * manual/advanced.xml
6205                 Explain Pre/Post-processing differences.
6206
6207 2005-12-30 [colin]      1.9.100cvs115
6208
6209         * src/mh.c
6210                 Implement copy_msgs for a little optimization
6211         * src/imap.c
6212                 Finish yesterday's fix
6213
6214 2005-12-29 [colin]      1.9.100cvs114
6215
6216         * src/imap.c
6217                 Fix occasional failure in fetching a mail over
6218                 IMAP
6219
6220 2005-12-29 [colin]      1.9.100cvs113
6221
6222         * src/compose.c
6223                 Don't remove a draft when sending it, if it is 
6224                 locked.
6225
6226 2005-12-28 [colin]      1.9.100cvs112
6227
6228         * src/summaryview.c
6229                 Fix leak for real
6230
6231 2005-12-28 [wwp]        1.9.100cvs111
6232
6233         * doc/faq/.cvsignore
6234         * doc/faq/de/.cvsignore
6235         * doc/faq/en/.cvsignore
6236         * doc/faq/es/.cvsignore
6237         * doc/faq/fr/.cvsignore
6238         * doc/faq/it/.cvsignore
6239         * doc/manual/.cvsignore
6240         * doc/manual/de/.cvsignore
6241         * doc/manual/en/.cvsignore
6242         * doc/manual/es/.cvsignore
6243         * doc/manual/fr/.cvsignore
6244         * doc/manual/ja/.cvsignore
6245         * src/plugins/mathml_viewer/.cvsignore
6246                 rollback revival of those files (my bad, sorry for the noise).
6247
6248 2005-12-28 [wwp]        1.9.100cvs110
6249
6250         * src/compose.c
6251                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6252
6253 2005-12-28 [wwp]        1.9.100cvs109
6254
6255         * doc/faq/.cvsignore
6256         * doc/faq/de/.cvsignore
6257         * doc/faq/en/.cvsignore
6258         * doc/faq/es/.cvsignore
6259         * doc/faq/fr/.cvsignore
6260         * doc/faq/it/.cvsignore
6261         * doc/manual/.cvsignore
6262         * doc/manual/de/.cvsignore
6263         * doc/manual/en/.cvsignore
6264         * doc/manual/es/.cvsignore
6265         * doc/manual/fr/.cvsignore
6266         * doc/manual/ja/.cvsignore
6267         * src/plugins/mathml_viewer/.cvsignore
6268         * po/.cvsignore
6269                 more files to ignore.
6270
6271 2005-12-24 [colin]      1.9.100cvs108
6272
6273         * AUTHORS
6274         * src/gtk/authors.h
6275                 Update for Werner
6276
6277 2005-12-24 [colin]      1.9.100cvs107
6278
6279         * src/procmsg.c
6280                 Allow NULL src_msginfo in 
6281                 procmsg_msginfo_new_from_mimeinfo
6282
6283 2005-12-23 [paul]       1.9.100cvs106
6284
6285         * src/plugins/pgpinline/mypgpcore.def
6286                 add this forgotten file
6287
6288 2005-12-23 [colin]      1.9.100cvs105
6289
6290         * src/mainwindow.c
6291                 Fix missing break
6292
6293 2005-12-23 [colin]      1.9.100cvs104
6294
6295         * autogen.sh
6296         * src/folder.c
6297         * src/mh.c
6298         * src/common/plugin.c
6299         * src/common/socket.c
6300         * src/common/socket.h
6301         * src/common/utils.c
6302         * src/common/utils.h
6303         * src/gtk/pluginwindow.c
6304         * src/plugins/pgpcore/plugin.def
6305         * src/plugins/pgpcore/sylpheed.def
6306         * src/plugins/pgpinline/Makefile.am
6307         * src/plugins/pgpinline/plugin.def
6308         * src/plugins/pgpinline/sylpheed.def
6309         * src/plugins/pgpmime/plugin.def
6310         * src/plugins/pgpmime/sylpheed.def
6311                 Various w32 fixes by Werner Koch
6312
6313 2005-12-22 [paul]       1.9.100cvs103
6314
6315         * src/wizard.c
6316                 don't offer IMAP as 'server type' if
6317                 libetpan isn't built in
6318
6319 2005-12-22 [paul]       1.9.100cvs102
6320
6321         * AUTHORS
6322         * src/mainwindow.c
6323         * src/mainwindow.h
6324         * src/toolbar.c
6325         * src/gtk/authors.h
6326                 support GTK_TOOLBAR_BOTH_HORIZ (text
6327                 next to icon) Patch by Marien Zwart
6328                 marienz@users.sf.net
6329                 Also reword the text
6330
6331 2005-12-21 [colin]      1.9.100cvs101
6332
6333         * configure.ac
6334                 Fix DATADIRNAME
6335         * COPYING
6336                 Fix missing section and explicit the exception better
6337         * src/compose.c
6338                 Prevent mail from being lost without notice when an
6339                 SMTP error happens on trying to send an unmodified
6340                 drafted mail.
6341         * src/send_message.c
6342         * src/common/smtp.c
6343                 Fix password remembering when wrong, and add return
6344                 value checks where they should have been
6345         * src/plugins/pgpcore/sylpheed.def
6346         * src/plugins/pgpinline/sylpheed.def
6347         * src/plugins/pgpmime/sylpheed.def
6348                 Add a few symbols needed
6349
6350 2005-12-21 [paul]       1.9.100cvs100
6351
6352         * m4/codeset.m4
6353         * m4/glibc21.m4
6354         * m4/intdiv0.m4
6355         * m4/inttypes-pri.m4
6356         * m4/inttypes.m4
6357         * m4/inttypes_h.m4
6358         * m4/isc-posix.m4
6359         * m4/lcmessage.m4
6360         * m4/stdint_h.m4
6361         * m4/uintmax_t.m4
6362                 gettextization
6363                 thanks to Colin
6364
6365 2005-12-21 [paul]       1.9.100cvs99
6366
6367         * po/sv.po
6368                 fixed by Colin
6369
6370 2005-12-20 [paul]       1.9.100cvs98
6371
6372         * po/sv.po
6373                 updated by Anders Trobäck
6374
6375 2005-12-20 [colin]      1.9.100cvs97
6376
6377         * ABOUT-NLS
6378         * Makefile.am
6379         * autogen.sh
6380         * configure.ac
6381         * config/config.rpath
6382         * config/mkinstalldirs
6383         * m4/Makefile.am
6384         * m4/glibc2.m4
6385         * m4/gnupg.m4
6386         * m4/gpgme.m4
6387         * m4/intmax.m4
6388         * m4/longdouble.m4
6389         * m4/longlong.m4
6390         * m4/printf-posix.m4
6391         * m4/signed.m4
6392         * m4/size_max.m4
6393         * m4/ulonglong.m4
6394         * m4/wchar_t.m4
6395         * m4/wint_t.m4
6396         * m4/xsize.m4
6397         * po/Makefile.in.in
6398         * po/Makevars
6399         * po/bg.po
6400         * po/ca.po
6401         * po/cs.po
6402         * po/de.po
6403         * po/el.po
6404         * po/en_GB.po
6405         * po/es.po
6406         * po/fi.po
6407         * po/fr.po
6408         * po/hr.po
6409         * po/hu.po
6410         * po/it.po
6411         * po/ja.po
6412         * po/ko.po
6413         * po/nb.po
6414         * po/nl.po
6415         * po/pl.po
6416         * po/pt_BR.po
6417         * po/ru.po
6418         * po/sk.po
6419         * po/sr.po
6420         * po/stamp-po
6421         * po/sv.po
6422         * po/zh_CN.po
6423         * po/zh_TW.po
6424         * src/Makefile.am
6425         * src/codeconv.c
6426         * src/compose.c
6427         * src/exporthtml.c
6428         * src/exportldif.c
6429         * src/folder.c
6430         * src/main.c
6431         * src/manual.c
6432         * src/mh.c
6433         * src/mimeview.c
6434         * src/send_message.c
6435         * src/common/Makefile.am
6436         * src/common/fnmatch.c
6437         * src/common/fnmatch.h
6438         * src/common/fnmatch_loop.c
6439         * src/common/nntp.c
6440         * src/common/plugin.c
6441         * src/common/smtp.c
6442         * src/common/socket.c
6443         * src/common/string_match.c
6444         * src/common/sylpheed.c
6445         * src/common/utils.c
6446         * src/common/utils.h
6447         * src/common/w32_dirent.c
6448         * src/common/w32_reg.c
6449         * src/common/w32_signal.c
6450         * src/common/w32_stat.c
6451         * src/common/w32_stdio.c
6452         * src/common/w32_stdlib.c
6453         * src/common/w32_string.c
6454         * src/common/w32_time.c
6455         * src/common/w32_unistd.c
6456         * src/common/w32_wait.c
6457         * src/common/w32lib.h
6458         * src/etpan/Makefile.am
6459         * src/gtk/Makefile.am
6460         * src/plugins/clamav/Makefile.am
6461         * src/plugins/demo/Makefile.am
6462         * src/plugins/dillo_viewer/Makefile.am
6463         * src/plugins/pgpcore/Makefile.am
6464         * src/plugins/pgpcore/passphrase.c
6465         * src/plugins/pgpcore/plugin.def
6466         * src/plugins/pgpcore/sgpgme.c
6467         * src/plugins/pgpcore/sylpheed.def
6468         * src/plugins/pgpcore/version.rc
6469         * src/plugins/pgpinline/Makefile.am
6470         * src/plugins/pgpinline/plugin.def
6471         * src/plugins/pgpinline/sylpheed.def
6472         * src/plugins/pgpinline/version.rc
6473         * src/plugins/pgpmime/Makefile.am
6474         * src/plugins/pgpmime/mypgpcore.def
6475         * src/plugins/pgpmime/plugin.def
6476         * src/plugins/pgpmime/sylpheed.def
6477         * src/plugins/pgpmime/version.rc
6478         * src/plugins/spamassassin/Makefile.am
6479                 Very little ;-) patch from Werner Koch, providing
6480                 infrastructure for cross-compiling to Win32
6481
6482 2005-12-20 [paul]       1.9.100cvs96
6483
6484         * src/account.c
6485         * src/account.h
6486         * src/mainwindow.c
6487         * src/mainwindow.h
6488         * src/toolbar.c
6489         * src/toolbar.h
6490                 add a combo to the Get All button, allowing
6491                 quick retrieval from any account
6492                 Patch by Fabien Vantard, slightly modified
6493                 by Colin
6494         * src/gtk/about.c
6495                 i18n fix. Patch by Fabien Vantard
6496
6497 2005-12-19 [colin]      1.9.100cvs95
6498
6499         * src/compose.c
6500         * src/compose.h
6501                 Don't automatically join lines when they've 
6502                 been separated by the user and not automatically
6503
6504 2005-12-19 [paul]       1.9.100cvs94
6505
6506         * src/gtk/pluginwindow.c
6507                 i18n fix.
6508                 Patch by Fabien Vantard
6509
6510 2005-12-15 [paul]       1.9.100cvs93
6511
6512         * src/common/plugin.c
6513         * src/common/plugin.h
6514         * src/gtk/pluginwindow.c
6515         * src/plugins/clamav/clamav_plugin.c
6516         * src/plugins/demo/demo.c
6517         * src/plugins/dillo_viewer/dillo_viewer.c
6518         * src/plugins/pgpcore/plugin.c
6519         * src/plugins/pgpinline/plugin.c
6520         * src/plugins/pgpmime/plugin.c
6521         * src/plugins/spamassassin/spamassassin.c
6522         * src/plugins/trayicon/trayicon.c
6523                 add plugin_version()
6524
6525 2005-12-15 [colin]      1.9.100cvs92
6526
6527         * src/compose.c
6528                 Further fix bug #875
6529
6530 2005-12-15 [paul]       1.9.100cvs91
6531
6532         * src/gtk/filesel.c
6533                 fix attach_load_dir getting set to
6534                 PLUGINDIR on plugin load
6535
6536 2005-12-14 [mones]      1.9.100cvs90
6537
6538         * manual/ack.xml
6539         * manual/keyboard.xml
6540                 Initial draft and some shortcuts added
6541                 
6542         * po/es.po
6543                 Updated translation
6544
6545 2005-12-14 [colin]      1.9.100cvs89
6546
6547         * src/compose.c
6548         * src/imap.c
6549         * src/summaryview.c
6550         * src/gtk/gtkaspell.c
6551                 More leaks fixed
6552         * src/prefs_folder_item.c
6553                 Fix recursive prefs apply
6554
6555
6556 2005-12-14 [colin]      1.9.100cvs88
6557
6558         * src/compose.c
6559                 Fix bug #875 (Freeze On Inline Forward of 
6560                 Large Message)
6561
6562 2005-12-13 [colin]      1.9.100cvs87
6563
6564         * src/compose.c
6565                 Uniq-ify and sort the mimetypes list
6566                 Patch by Fabien Vantard
6567
6568 2005-12-13 [colin]      1.9.100cvs86
6569
6570         * src/imap.c
6571         * src/etpan/imap-thread.c
6572                 Fix leaks (patch by Hoa)
6573         * src/news.c
6574         * src/common/plugin.c
6575                 Fix leaks
6576
6577 2005-12-12 [colin]
6578
6579         * 2.0.0-rc2 released
6580
6581 2005-12-12 [colin]      1.9.100cvs85
6582
6583         * src/matcher.c
6584                 Fix a leak
6585
6586 2005-12-12 [wwp]        1.9.100cvs84
6587
6588         * src/gtk/icon_legend.c
6589                 fix misbehaviour and crash when closing the legend window
6590         using the Esc key (patch by Fabien Vantard).
6591
6592 2005-12-12 [paul]       1.9.100cvs83
6593
6594         * src/browseldap.c
6595         * src/foldersel.c
6596         * src/prefs_actions.c
6597         * src/prefs_filtering.c
6598         * src/prefs_matcher.c
6599         * src/prefs_spelling.glade      ** REMOVED **
6600         * src/prefs_template.c
6601         * src/gtk/foldersort.glade      ** REMOVED **
6602         * src/gtk/pluginwindow.c
6603         * src/gtk/pluginwindow.glade    ** REMOVED **
6604         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6605                 cleanups
6606
6607 2005-12-11 [paul]       1.9.100cvs82
6608
6609         * src/gtk/filesel.c
6610                 fix attach_load_dir crasher (double free)
6611
6612 2005-12-09 [paul]       1.9.100cvs81
6613
6614         * po/POTFILES.in
6615         * src/mainwindow.c
6616         * src/gtk/Makefile.am
6617         * src/gtk/icon_legend.c
6618         * src/gtk/icon_legend.h
6619                 add icon legend
6620         * src/manual.c
6621                 cleanup
6622
6623 2005-12-09 [paul]       1.9.100cvs80
6624
6625         * src/plugins/pgpcore/passphrase.c
6626                 wrap the label in the dialog
6627
6628 2005-12-09 [colin]      1.9.100cvs79
6629
6630         * src/plugins/pgpcore/sgpgme.c
6631                 Display (untrusted) on not trusted signatures
6632                 Patch by Michal Èihaø <michal@cihar.com>
6633                 Closes bug #867 (Report also key trust)
6634
6635 2005-12-09 [colin]      1.9.100cvs78
6636
6637         * src/common/plugin.c
6638                 Update licence check, following Eben Moglen's advice
6639
6640 2005-12-08 [colin]      1.9.100cvs77
6641
6642         * src/folder.c
6643                 Fix the occasionnal item->cache != NULL 
6644                 assertion failure. 
6645
6646 2005-12-08 [colin]      1.9.100cvs76
6647
6648         * src/mimeview.c
6649         * src/plugins/pgpcore/sgpgme.c
6650                 Print key id when unable to check it
6651                 Closes bug #866 (Show key id when missing)
6652
6653 2005-12-08 [paul]       1.9.100cvs75
6654
6655         * src/prefs_common.c
6656         * src/prefs_common.h
6657         * src/gtk/filesel.c
6658                 remember load attachment dir
6659
6660 2005-12-07 [colin]      1.9.100cvs74
6661
6662         * src/prefs_toolbar.c
6663                 Gtk fixes, patch by Fabien Vantard
6664
6665 2005-12-07 [colin]      1.9.100cvs73
6666
6667         * src/action.c
6668         * src/compose.c
6669         * src/compose.h
6670                 Fix bug #839 (Quoted text isn't colored after 
6671                 executing an action)
6672         * src/common/plugin.c
6673                 Require plugins to declare their licence in plugin_licence()
6674                 Refuse to load non-GPL plugins as they'd be illegal (as 
6675                 derived works of Sylpheed-Claws, they must be GPL).
6676         * src/plugins/clamav/clamav_plugin.c
6677         * src/plugins/demo/demo.c
6678         * src/plugins/dillo_viewer/dillo_viewer.c
6679         * src/plugins/pgpcore/plugin.c
6680         * src/plugins/pgpinline/plugin.c
6681         * src/plugins/pgpmime/plugin.c
6682         * src/plugins/spamassassin/spamassassin.c
6683         * src/plugins/trayicon/trayicon.c
6684                 Add plugin_licence()
6685
6686 2005-12-07 [paul]       1.9.100cvs72
6687
6688         * configure.ac
6689         * src/mainwindow.c
6690         * src/manual.c
6691         * src/manual.h
6692         * src/common/defs.h
6693                 clean up after local FAQ removal and
6694                 temporary manual removal
6695
6696 2005-12-06 [colin]      1.9.100cvs71
6697
6698         * configure.ac
6699         * doc/Makefile.am
6700         * doc/faq/.cvsignore
6701         * doc/faq/Makefile.am
6702         * doc/faq/de/.cvsignore
6703         * doc/faq/de/Makefile.am
6704         * doc/faq/de/sylpheed-faq-1.html
6705         * doc/faq/de/sylpheed-faq-2.html
6706         * doc/faq/de/sylpheed-faq-3.html
6707         * doc/faq/de/sylpheed-faq.html
6708         * doc/faq/en/.cvsignore
6709         * doc/faq/en/Makefile.am
6710         * doc/faq/en/sylpheed-faq-1.html
6711         * doc/faq/en/sylpheed-faq-2.html
6712         * doc/faq/en/sylpheed-faq-3.html
6713         * doc/faq/en/sylpheed-faq-4.html
6714         * doc/faq/en/sylpheed-faq.html
6715         * doc/faq/es/.cvsignore
6716         * doc/faq/es/Makefile.am
6717         * doc/faq/es/sylpheed-faq-1.html
6718         * doc/faq/es/sylpheed-faq-2.html
6719         * doc/faq/es/sylpheed-faq-3.html
6720         * doc/faq/es/sylpheed-faq-4.html
6721         * doc/faq/es/sylpheed-faq.html
6722         * doc/faq/fr/.cvsignore
6723         * doc/faq/fr/Makefile.am
6724         * doc/faq/fr/sylpheed-faq-1.html
6725         * doc/faq/fr/sylpheed-faq-2.html
6726         * doc/faq/fr/sylpheed-faq-3.html
6727         * doc/faq/fr/sylpheed-faq.html
6728         * doc/faq/it/.cvsignore
6729         * doc/faq/it/Makefile.am
6730         * doc/faq/it/sylpheed-faq-1.html
6731         * doc/faq/it/sylpheed-faq-2.html
6732         * doc/faq/it/sylpheed-faq-3.html
6733         * doc/faq/it/sylpheed-faq.html
6734         * doc/manual/.cvsignore
6735         * doc/manual/Makefile.am
6736         * doc/manual/de/.cvsignore
6737         * doc/manual/de/Makefile.am
6738         * doc/manual/de/sylpheed-1.html
6739         * doc/manual/de/sylpheed-10.html
6740         * doc/manual/de/sylpheed-11.html
6741         * doc/manual/de/sylpheed-12.html
6742         * doc/manual/de/sylpheed-13.html
6743         * doc/manual/de/sylpheed-14.html
6744         * doc/manual/de/sylpheed-15.html
6745         * doc/manual/de/sylpheed-16.html
6746         * doc/manual/de/sylpheed-17.html
6747         * doc/manual/de/sylpheed-18.html
6748         * doc/manual/de/sylpheed-19.html
6749         * doc/manual/de/sylpheed-2.html
6750         * doc/manual/de/sylpheed-20.html
6751         * doc/manual/de/sylpheed-3.html
6752         * doc/manual/de/sylpheed-4.html
6753         * doc/manual/de/sylpheed-5.html
6754         * doc/manual/de/sylpheed-6.html
6755         * doc/manual/de/sylpheed-7.html
6756         * doc/manual/de/sylpheed-8.html
6757         * doc/manual/de/sylpheed-9.html
6758         * doc/manual/de/sylpheed.html
6759         * doc/manual/en/.cvsignore
6760         * doc/manual/en/Makefile.am
6761         * doc/manual/en/sylpheed-1.html
6762         * doc/manual/en/sylpheed-10.html
6763         * doc/manual/en/sylpheed-11.html
6764         * doc/manual/en/sylpheed-12.html
6765         * doc/manual/en/sylpheed-13.html
6766         * doc/manual/en/sylpheed-14.html
6767         * doc/manual/en/sylpheed-15.html
6768         * doc/manual/en/sylpheed-16.html
6769         * doc/manual/en/sylpheed-17.html
6770         * doc/manual/en/sylpheed-18.html
6771         * doc/manual/en/sylpheed-19.html
6772         * doc/manual/en/sylpheed-2.html
6773         * doc/manual/en/sylpheed-20.html
6774         * doc/manual/en/sylpheed-21.html
6775         * doc/manual/en/sylpheed-22.html
6776         * doc/manual/en/sylpheed-3.html
6777         * doc/manual/en/sylpheed-4.html
6778         * doc/manual/en/sylpheed-5.html
6779         * doc/manual/en/sylpheed-6.html
6780         * doc/manual/en/sylpheed-7.html
6781         * doc/manual/en/sylpheed-8.html
6782         * doc/manual/en/sylpheed-9.html
6783         * doc/manual/en/sylpheed.html
6784         * doc/manual/es/.cvsignore
6785         * doc/manual/es/Makefile.am
6786         * doc/manual/es/sylpheed-1.html
6787         * doc/manual/es/sylpheed-10.html
6788         * doc/manual/es/sylpheed-11.html
6789         * doc/manual/es/sylpheed-12.html
6790         * doc/manual/es/sylpheed-13.html
6791         * doc/manual/es/sylpheed-14.html
6792         * doc/manual/es/sylpheed-15.html
6793         * doc/manual/es/sylpheed-16.html
6794         * doc/manual/es/sylpheed-17.html
6795         * doc/manual/es/sylpheed-18.html
6796         * doc/manual/es/sylpheed-19.html
6797         * doc/manual/es/sylpheed-2.html
6798         * doc/manual/es/sylpheed-20.html
6799         * doc/manual/es/sylpheed-3.html
6800         * doc/manual/es/sylpheed-4.html
6801         * doc/manual/es/sylpheed-5.html
6802         * doc/manual/es/sylpheed-6.html
6803         * doc/manual/es/sylpheed-7.html
6804         * doc/manual/es/sylpheed-8.html
6805         * doc/manual/es/sylpheed-9.html
6806         * doc/manual/es/sylpheed.html
6807         * doc/manual/fr/.cvsignore
6808         * doc/manual/fr/Makefile.am
6809         * doc/manual/fr/sylpheed-1.html
6810         * doc/manual/fr/sylpheed-10.html
6811         * doc/manual/fr/sylpheed-11.html
6812         * doc/manual/fr/sylpheed-12.html
6813         * doc/manual/fr/sylpheed-13.html
6814         * doc/manual/fr/sylpheed-14.html
6815         * doc/manual/fr/sylpheed-15.html
6816         * doc/manual/fr/sylpheed-16.html
6817         * doc/manual/fr/sylpheed-17.html
6818         * doc/manual/fr/sylpheed-18.html
6819         * doc/manual/fr/sylpheed-19.html
6820         * doc/manual/fr/sylpheed-2.html
6821         * doc/manual/fr/sylpheed-20.html
6822         * doc/manual/fr/sylpheed-3.html
6823         * doc/manual/fr/sylpheed-4.html
6824         * doc/manual/fr/sylpheed-5.html
6825         * doc/manual/fr/sylpheed-6.html
6826         * doc/manual/fr/sylpheed-7.html
6827         * doc/manual/fr/sylpheed-8.html
6828         * doc/manual/fr/sylpheed-9.html
6829         * doc/manual/fr/sylpheed.html
6830         * doc/manual/ja/.cvsignore
6831         * doc/manual/ja/Makefile.am
6832         * doc/manual/ja/sylpheed-1.html
6833         * doc/manual/ja/sylpheed-10.html
6834         * doc/manual/ja/sylpheed-11.html
6835         * doc/manual/ja/sylpheed-12.html
6836         * doc/manual/ja/sylpheed-13.html
6837         * doc/manual/ja/sylpheed-14.html
6838         * doc/manual/ja/sylpheed-15.html
6839         * doc/manual/ja/sylpheed-16.html
6840         * doc/manual/ja/sylpheed-17.html
6841         * doc/manual/ja/sylpheed-18.html
6842         * doc/manual/ja/sylpheed-19.html
6843         * doc/manual/ja/sylpheed-2.html
6844         * doc/manual/ja/sylpheed-20.html
6845         * doc/manual/ja/sylpheed-3.html
6846         * doc/manual/ja/sylpheed-4.html
6847         * doc/manual/ja/sylpheed-5.html
6848         * doc/manual/ja/sylpheed-6.html
6849         * doc/manual/ja/sylpheed-7.html
6850         * doc/manual/ja/sylpheed-8.html
6851         * doc/manual/ja/sylpheed-9.html
6852         * doc/manual/ja/sylpheed.html
6853         * doc/manual/ja/sylpheed.sgml
6854         * src/mainwindow.c
6855                 Remove outdated manual and faq. Noisy, eh?
6856
6857 2005-12-06 [colin]      1.9.100cvs70
6858
6859         * src/compose.c
6860         * src/quote_fmt_parse.y
6861         * src/undo.c
6862         * src/undo.h
6863                 Allow %X to position cursor at 0 
6864                 (no %X = before signature)
6865                 Fix paste as quotation putting the cursor at 0
6866                 Fix undo offsets when pasting
6867                 Insert the quote_fmt at once instead of line 
6868                 by line
6869                 Fix [Edited] when starting to reply/forward
6870
6871 2005-12-06 [paul]       1.9.100cvs69
6872
6873         * src/plugins/clamav/clamav_plugin_gtk.c
6874                 add another tooltip
6875         * src/plugins/spamassassin/spamassassin_gtk.c
6876                 rework spamassassin_create_widget_func()
6877
6878 2005-12-05 [colin]      1.9.100cvs68
6879
6880         * po/POTFILES.in
6881                 Fix make release ;-)
6882
6883 2005-12-05 [colin]      1.9.100cvs67
6884
6885         * src/compose.c
6886         * src/compose.h
6887                 Fix cursor positioning (not obeying %X)
6888
6889 2005-12-05 [paul]       1.9.100cvs66
6890
6891         * src/plugins/dillo_viewer/dillo_prefs.c
6892                 fix compilation warning
6893
6894 2005-12-05 [paul]       1.9.100cvs65
6895
6896         * src/prefs_spelling.c
6897         * src/plugins/trayicon/trayicon.c
6898                 cleanups - remove unused stuff
6899
6900 2005-12-05 [paul]       1.9.100cvs64
6901
6902         * README
6903         * manual/plugins.xml
6904                 remove info about removed mathml_viewer plugin
6905
6906 2005-12-05 [paul]       1.9.100cvs63
6907
6908         * configure.ac
6909         * src/plugins/Makefile.am
6910         * src/plugins/mathml_viewer/.cvsignore
6911         * src/plugins/mathml_viewer/Makefile.am
6912         * src/plugins/mathml_viewer/mathml_viewer.c
6913                 remove unmaintained mathml_viewer plugin
6914
6915 2005-12-05 [paul]       1.9.100cvs62
6916
6917         * src/summaryview.c
6918                 obey prefs_common.always_show_msg when
6919                 moving a msg
6920                 Thanks to Colin
6921
6922 2005-12-05 [paul]       1.9.100cvs61
6923
6924         * src/compose.c
6925         * src/prefs_account.c
6926         * src/prefs_filtering.c
6927         * src/prefs_quote.c
6928         * src/prefs_spelling.c
6929         * src/prefs_toolbar.c
6930         * src/summaryview.c
6931         * src/gtk/gtkutils.c
6932         * src/gtk/quicksearch.c
6933         * src/plugins/dillo_viewer/dillo_prefs.c
6934                 dialog cleanups
6935
6936 2005-12-04 [paul]       1.9.100cvs60
6937
6938         * src/inc.c
6939         * src/prefs_account.c
6940         * src/prefs_account.h
6941                 allow a Local account to specify a
6942                 default inbox
6943                 (closes bug 843 'Inbox cannot be changed for local
6944                  mailboxes')
6945
6946 2005-12-04 [colin]      1.9.100cvs59
6947
6948         * src/plugins/trayicon/trayicon.c
6949                 Remove Get, rename Get All to Get Mail in order to
6950                 be consistent with the default main toolbar
6951
6952 2005-12-03 [colin]      1.9.100cvs58
6953
6954         * manual/gpl.xml
6955         * manual/sylpheed-claws-manual.xml
6956                 Add GPL appendix
6957
6958 2005-12-03 [paul]       1.9.100cvs57
6959
6960         * AUTHORS
6961         * po/sv.po
6962         * src/gtk/authors.h
6963                 new (partially complete) Swedish translation
6964                 by Anders Troback <sylpheed@troback.com>
6965
6966 2005-12-02 [paul]       1.9.100cvs56
6967
6968         * configure.ac
6969                 libetpan 0.41 required
6970
6971 2005-12-02 [paul]       1.9.100cvs55
6972
6973         * src/plugins/clamav/clamav_plugin.c
6974         * src/plugins/clamav/clamav_plugin.h
6975         * src/plugins/clamav/clamav_plugin_gtk.c
6976         * src/plugins/spamassassin/spamassassin.c
6977         * src/plugins/spamassassin/spamassassin.h
6978         * src/plugins/spamassassin/spamassassin_gtk.c
6979                 unregister prefs pages on unloading, thus
6980                 preventing a crash
6981                 (thanks to Colin for the hint)
6982
6983 2005-12-02 [wwp]        1.9.100cvs54
6984
6985         * src/quote_fmt.h
6986         * src/quote_fmt_parse.y
6987                 fix misuse of gboolean*, use gboolean instead
6988                 (thanks to Paul, Colin, for pointing out that scaring one)
6989
6990 2005-12-02 [paul]       1.9.100cvs53
6991
6992         * src/plugins/clamav/clamav_plugin.c
6993                 int no --> unsigned int no
6994         * src/plugins/clamav/clamav_plugin_gtk.c
6995                 rework config page
6996
6997 2005-12-02 [wwp]        1.9.100cvs52
6998
6999         * src/compose.c
7000         * src/prefs_template.c
7001         * src/quote_fmt.h
7002         * src/quote_fmt_parse.y
7003                 prevent from executing |f and |p templates commands when
7004                 adding or replacing templates in prefs (avoids annoying and
7005                 potentially dangerous behaviours)
7006
7007 2005-12-02 [paul]       1.9.100cvs51
7008
7009         * src/prefs_common.c
7010                 allow translation of some default values
7011                 Patch by Fabien Vantard
7012
7013 2005-12-02 [paul]       1.9.100cvs50
7014
7015         * src/codeconv.c
7016         * src/codeconv.h
7017         * src/prefs_common.c
7018         * src/prefs_common.h
7019         * src/prefs_message.c
7020         * src/textview.c
7021                 remove obsolete 'convert_mb_alnum' option
7022                 and related stuff
7023         * src/gtk/about.c
7024                 remove unused 'about_textview_visibility_notify'
7025
7026 2005-12-02 [paul]       1.9.100cvs49
7027
7028         * src/prefs_account.c
7029         * src/prefs_compose_writing.c
7030         * src/prefs_fonts.c
7031         * src/prefs_gtk.h
7032         * src/prefs_image_viewer.c
7033         * src/prefs_message.c
7034         * src/prefs_other.c
7035         * src/prefs_receive.c
7036         * src/prefs_send.c
7037         * src/prefs_spelling.c
7038         * src/prefs_summaries.c
7039         * src/prefs_wrapping.c
7040         * src/plugins/dillo_viewer/dillo_prefs.c
7041         * src/plugins/pgpcore/prefs_gpg.c
7042                 several cleanups to the prefs dialogs
7043                 (slightly modified) patch by Fabien Vantard
7044
7045 2005-12-02 [paul]       1.9.100cvs48
7046
7047         * src/main.c
7048                 --exit means exit
7049         * src/send_message.c
7050                 fix crash on send when connection fails
7051
7052         Thanks to Colin
7053
7054 2005-12-01 [colin]      1.9.100cvs47
7055
7056         * src/html.c
7057                 Translate &hellip; to "..."
7058
7059 2005-11-30 [colin]      1.9.100cvs46
7060
7061         * src/matcher.c
7062         * src/matcher.h
7063                 Optimize back yesterday's fix.
7064
7065 2005-11-30 [paul]       1.9.100cvs45
7066
7067         * manual/faq.xml
7068                 standardised
7069         * manual/intro.xml
7070                 written by Colin, edited by me
7071
7072 2005-11-29 [colin]      1.9.100cvs44
7073
7074         * src/matcher.c
7075                 Skip headers unconditionnaly in match_body if the
7076                 rule is not message or ~message
7077
7078 2005-11-29 [colin]      1.9.100cvs43
7079
7080         * src/matcher.c
7081                 Fix body_part and such, not skipping headers 
7082                 if the matchcriteria wasn't the first in the rule
7083
7084 2005-11-29 [colin]      1.9.100cvs42
7085
7086         * src/compose.c
7087                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7088                 option missing from message view window)
7089                 Fix double text D'n'D with gtk-2.8
7090         * src/matcher.c
7091                 Fix ~message, ~headers_part, ~body_part rules
7092         * src/messageview.c
7093                 Add Windows-1252 (Closes bug #863)
7094                 Fix accels
7095         * src/gtk/gtkaspell.c
7096                 Properly destroy accels in all menus
7097
7098 2005-11-29 [mones]      1.9.100cvs41
7099
7100         * po/es.po
7101                 Updated.
7102
7103 2005-11-27 [colin]      1.9.100cvs40
7104
7105         * src/mh_gtk.c
7106                 "/Remove mailbox" -> "/Remove mailbox..."
7107
7108 2005-11-27 [paul]       1.9.100cvs39
7109
7110         * AUTHORS
7111         * po/de.po
7112         * src/gtk/authors.h
7113                 updated by new maintainer, Stephan Sachse
7114
7115 2005-11-27 [paul]       1.9.100cvs38
7116
7117         * manual/faq.xml
7118                 written by Colin, edited by me
7119
7120 2005-11-27 [paul]       1.9.100cvs37
7121
7122         * src/prefs_common.c
7123         * src/prefs_common.h
7124         * src/prefs_receive.c
7125         * src/prefs_summaries.c
7126                 move 'go to inbox after receiving new mail'
7127                 option from display/sumamaries to mail
7128                 handling/receive, and rework prefs_summaries
7129                 dialog a little
7130
7131 2005-11-25 [martin]     1.9.100cvs36
7132
7133         * po/de.po
7134             fixed windows-1252 translation;
7135             translated some new and fuzzy strings
7136
7137 2005-11-25 [paul]       1.9.100cvs35
7138
7139         * src/plugins/clamav/clamav_plugin.c
7140                 complete the update done in cvs34
7141
7142 2005-11-25 [paul]       1.9.100cvs34
7143
7144         * src/plugins/clamav/clamav_plugin.c
7145                 reflect upstream changes
7146
7147 2005-11-25 [paul]       1.9.100cvs33
7148
7149         * manual/ack.xml
7150         * manual/plugins.xml
7151         * manual/sylpheed-claws-manual.xml
7152                 written/updated by Colin, edited by me
7153         * tools/acroread2sylpheed.pl
7154                 update binary name
7155
7156 2005-11-24 [colin]      1.9.100cvs32
7157
7158         * src/compose.c
7159                 Fix bug #856 (reediting messages forgets Request
7160                 Return Receipt)
7161
7162 2005-11-24 [paul]       1.9.100cvs31
7163
7164         * manual/addrbook.xml
7165         * manual/starting.xml
7166                 written by Colin, proofread, edited, adapted by me
7167         * manual/advanced.xml
7168                 add some Actions examples
7169         * src/importldif.c
7170                 use a Save button instead of a Close button
7171         * src/wizard.c
7172                 indicate mandatory fields
7173                 fix page display
7174                 Thanks to Colin
7175
7176 2005-11-23 [colin]      1.9.100cvs30
7177
7178         * src/addressbook.c
7179                 Rename menu item, fix possible crash after
7180                 deletion of books
7181         * src/addrindex.c
7182                 Allow searching for '*' in ldap
7183         * src/browseldap.c
7184                 Fix "Browse Entry" (did anyone use it?)
7185         * src/wizard.c
7186                 Add guards for mandatory information
7187
7188 2005-11-23 [paul]       1.9.100cvs29
7189
7190         * manual/advanced.xml
7191                 corrections to the English
7192
7193 2005-11-23 [colin]      1.9.100cvs28
7194
7195         * src/mimeview.c
7196                 Fix possible crash at exit. After the call to
7197                 gtk_container_remove(), the Viewer's widget has no
7198                 more parent so gtk+ automatically frees it and its
7199                 sons. If destroy_viewer() then try to access it,
7200                 problems ensue.
7201
7202 2005-11-22 [colin]      1.9.100cvs27
7203
7204         * src/compose.c
7205         * src/gtk/gtkaspell.c
7206                 Fix right-clicking on a misspelled word
7207                 Fix More... in suggestions menu
7208
7209 2005-11-22 [wwp]        1.9.100cvs26
7210
7211         * src/prefs_template.c
7212                 templates works: re-sort templates list when adding or replacing,
7213                 prevent from adding or replacing when the template name is empty
7214
7215 2005-11-21 [colin]      1.9.100cvs25
7216
7217         * src/addressbook.c
7218                 Fix some addressbook suckage (dnd, select all)
7219         * src/compose.c
7220         * src/gtk/gtkaspell.c
7221         * src/gtk/gtkaspell.h
7222                 Make the spellchecker menu work with the 
7223                 GtkTextView one instead of overriding it
7224
7225 2005-11-20 [paul]       1.9.100cvs24
7226
7227         * manual/handling.xml
7228                 proofread and corrected
7229
7230 2005-11-20 [paul]       1.9.100cvs23
7231
7232         * manual/Makefile
7233                 generate html as one file
7234         * manual/advanced.xml
7235                 fix output generation
7236                 reformat hidden options list
7237         * manual/manual.xml     ** REMOVED **
7238         * manual/sylpheed-claws-manual.xml      ** ADDED **
7239                 renamed
7240
7241 2005-11-18 [colin]      1.9.100cvs22
7242
7243         * src/prefs_account.c
7244                 Fix layout in news and mbox accounts
7245         * manual/account.xml
7246         * manual/advanced.xml
7247                 New contents for Paul to check :)
7248
7249 2005-11-18 [wwp]        1.9.100cvs21
7250
7251         * src/gtk/quicksearch.c
7252                 don't update extended quicksearch buttons twice
7253
7254 2005-11-18 [paul]       1.9.100cvs20
7255
7256         * src/textview.c
7257                 complete 1.9.100cvs19
7258
7259 2005-11-18 [paul]       1.9.100cvs19
7260
7261         * src/compose.c
7262                 cosmetic improvements
7263         * src/textview.c
7264                 also list text/* attachments
7265
7266 2005-11-18 [colin]      1.9.100cvs18
7267
7268         * src/summaryview.c
7269                 Use column 0 instead of -1 in 
7270                 gtk_ctree_node_moveto, in a naive
7271                 hope it'll fix the gtk-related crashes
7272
7273 2005-11-18 [colin]      1.9.100cvs17
7274
7275         * src/gtk/inputdialog.c
7276                 Fix icon staying the first one
7277
7278 2005-11-17 [wwp]        1.9.100cvs16
7279                 fix possible problem showing some quicksearch buttons, and a bad
7280                 call to g_return_if_fail in a function that returns a value (both
7281                 fixes by Fabien Vantard)
7282
7283 2005-11-15 [wwp]        1.9.100cvs15
7284
7285         * src/gtk/quicksearch.c
7286                 added a tooltip to that obscure ... quicksearch button
7287
7288 2005-11-15 [wwp]        1.9.100cvs14
7289
7290         * src/gtk/quicksearch.c
7291                 add a quicksearch helper to filtering expression users: the ... button
7292                 raises the condition expr window. condition expressions set up w/ this
7293                 window are used by the quicksearch if the user closes it pressing OK.
7294
7295 2005-11-14 [paul]       1.9.100cvs13
7296
7297         * src/plugins/clamav/clamav_plugin.c
7298         * src/plugins/spamassassin/spamassassin.c
7299                 change plugin type following recent merging
7300
7301 2005-11-14 [wwp]        1.9.100cvs12
7302
7303         * src/folder.c
7304                 prevent from crashing when copying/moving message(s) from and
7305                 to the same folder
7306
7307 2005-11-14 [paul]       1.9.100cvs11
7308
7309         * src/plugins/clamav/Makefile.am
7310         * src/plugins/clamav/clamav_plugin.c
7311         * src/plugins/clamav/clamav_plugin.h
7312         * src/plugins/clamav/clamav_plugin_gtk.c
7313                 also merge clamav and clamav_gtk plugins
7314
7315 2005-11-13 [colin]      1.9.100cvs10
7316
7317         * configure.ac
7318         * src/plugins/spamassassin/Makefile.am
7319         * src/plugins/spamassassin/spamassassin.c
7320         * src/plugins/spamassassin/spamassassin.h
7321         * src/plugins/spamassassin/spamassassin_gtk.c
7322                 Merge spamassassin and spamassassin_gtk plugins,
7323                 and build it by default.
7324
7325 2005-11-12 [colin]      1.9.100cvs9
7326
7327         * src/etpan/imap-thread.c
7328                 Fix gcc warning
7329
7330 2005-11-12 [colin]      1.9.100cvs8
7331
7332         * src/procmime.c
7333                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7334
7335 2005-11-10 [colin]      1.9.100cvs7
7336
7337         * src/main.c
7338                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7339                 minimised state)
7340
7341 2005-11-10 [wwp]        1.9.100cvs6
7342
7343         * src/gtk/description_window.c
7344                 fix a crash when closing description windows using the WM's [X] button
7345
7346 2005-11-09 [colin]      1.9.100cvs5
7347
7348         * src/common/ssl.c
7349                 Update libetpan call to follow upstream
7350                 (yes, this requires libetpan-0.40cvs3)
7351
7352 2005-11-08 [colin]      1.9.100cvs4
7353
7354         * src/compose.c
7355         * src/textview.c
7356         * src/common/utils.c
7357         * src/common/utils.h
7358                 Enhance the email parser
7359
7360 2005-11-08 [colin]      1.9.100cvs3
7361
7362         * src/procmime.c
7363                 Fix what looks like an off-by-one (fixes 
7364                 attachments from the Bat)
7365
7366 2005-11-08 [wwp]        1.9.100cvs2
7367
7368         * src/main.c
7369                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7370
7371 2005-11-08 [wwp]        1.9.100cvs1
7372
7373         * src/main.c
7374                 allow exiting Sylpheed-Claws from command-line
7375
7376 2005-11-08 [paul]       1.9.100
7377
7378         1.9.100 released
7379
7380 2005-11-07 [colin]      1.9.99cvs17
7381
7382         * src/addritem.c
7383         * src/ldif.c
7384                 Fix import of base-64 encoded items
7385
7386 2005-11-07 [colin]      1.9.99cvs16
7387
7388         * src/send_message.c
7389                 Fix bug #314 (Queue does not empty under certain 
7390                 circumstances)
7391
7392 2005-11-07 [paul]       1.9.99cvs15
7393
7394         * src/mutt.c
7395         * src/pine.c
7396                 fix buffer overflows
7397                 Thanks to Colin
7398
7399 2005-11-07 [paul]       1.9.99cvs14
7400
7401         * doc/man/Makefile.am
7402         * doc/man/sylpheed-claws.1      ** ADDED **
7403         * doc/man/sylpheed.1            ** DELETED **
7404                 rename and update the man file
7405
7406 2005-11-06 [colin]      1.9.99cvs13
7407
7408         * src/ldif.c
7409                 Fix ldif_get_line() that returned empty strings
7410                 (Didn't understand why). Also fix a possible
7411                 buffer overflow.
7412
7413 2005-11-06 [wwp]        1.9.99cvs12
7414
7415         * src/textview.c
7416         * src/gtk/about.c
7417         * src/gtk/gtkutils.c
7418         * src/gtk/gtkutils.h
7419                 fix a compilation warning,
7420                 make links sensitive in the about dialog
7421
7422 2005-11-04 [wwp]        1.9.99cvs11
7423
7424         * src/gtk/about.c
7425                 don't wrap or translate URIs, and a bit text format cleanup
7426
7427 2005-11-04 [wwp]        1.9.99cvs10
7428
7429         * src/gtk/about.c
7430                 better textview tagging implementation (no more use of marks for
7431                 postponed tagging)
7432
7433 2005-11-02 [colin]      1.9.99cvs9
7434
7435         * src/common/ssl.c
7436                 Forgot an ifdef
7437
7438 2005-11-02 [colin]      1.9.99cvs8
7439
7440         * configure.ac
7441                 Require libetpan-0.40 due to upstream fix
7442         * src/common/ssl.c
7443                 Tell libetpan not to call SSL_Library_Init,
7444                 as we do it ourselves.
7445
7446 2005-11-02 [colin]      1.9.99cvs7
7447
7448         * po/POTFILES.in
7449                 Add missing files (thanks to Fabien Vantard)
7450
7451 2005-11-02 [colin]      1.9.99cvs6
7452
7453         * src/summaryview.c
7454                 Fix totals when read messages are hidden or quicksearch
7455                 is on
7456         * src/ssl_manager.c
7457         * src/ssl_manager.h
7458         * src/common/ssl_certificate.c
7459         * src/common/ssl_certificate.h
7460         * src/gtk/sslcertwindow.c
7461         * src/gtk/sslcertwindow.h
7462                 Fix copyright on my stuff
7463
7464 2005-11-02 [wwp]        1.9.99cvs5
7465
7466         * src/prefs_themes.c
7467                 fix directory name checking (theme installation/removal),
7468                 made related error a bit more verbose
7469
7470 2005-11-02 [colin]      1.9.99cvs4
7471
7472         * src/summaryview.c
7473                 Fix typo (probably fixes bug #841 (Sort by the From 
7474                 field doesn't work)
7475
7476 2005-11-02 [paul]       1.9.99cvs3
7477
7478         * po/ko.po
7479         * po/nb.po
7480                 updated by SungHyun Nam, Geir Helland
7481         * src/wizard.c
7482                 fix typo in welcome message. spotted by
7483                 Andrea Spadaccini
7484
7485 2005-11-01 [colin]      1.9.99cvs2
7486
7487         * src/compose.c
7488                 Fix replying to ml wen confirming subscription
7489         * src/messageview.c
7490         * src/mimeview.c
7491         * src/mimeview.h
7492         * src/privacy.h
7493         * src/summaryview.c
7494                 Make key check non blocking
7495
7496 2005-10-31 [paul]       1.9.99cvs1
7497
7498         * tools/claws.i18n.status.pl
7499                 updated for ChangeLog
7500
7501 2005-10-31 [paul]       1.9.99
7502
7503         1.9.99 released
7504
7505 2005-10-31 [paul]       1.9.15cvs131
7506
7507         * .cvsignore
7508         * ChangeLog
7509         * ChangeLog.claws       ** REMOVED **
7510         * ChangeLog-gtk2.claws  ** REMOVED **
7511         * ChangeLog.gtk1        ** ADDED **
7512         * INSTALL
7513         * Makefile.am
7514         * NEWS
7515         * README
7516         * README.claws          ** REMOVED **
7517         * README.jp             ** REMOVED **
7518         * RELEASE_NOTES         ** ADDED **
7519         * RELEASE_NOTES.claws   ** REMOVED **
7520         * commitHelper
7521         * configure.ac
7522         * sylpheed.spec.in      ** REMOVED **
7523                 tidy up and update the default docs:
7524                 ChangeLog.claws is renamed ChangeLog.gtk1
7525                 ChangeLog-gtk2.claws is renamed ChangeLog
7526                 README.claws is renamed README
7527                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7528
7529 2005-10-31 [paul]       1.9.15cvs130
7530
7531         * po/it.po
7532                 fix errors
7533
7534 2005-10-31 [paul]       1.9.15cvs129
7535
7536         * po/ca.po
7537         * po/de.po
7538         * po/en_GB.po
7539         * po/fr.po
7540         * po/it.po
7541         * po/pt_BR.po
7542         * po/sk.po
7543         * po/sr.po
7544         * po/zh_CN.po
7545                 updated by Miquel Oliete, Stephan Sachse and
7546                 Thomas Gilgin, me, Fabien Vantard, Andrea
7547                 Spadaccini, Frederico Goncalves Guimaraes,
7548                 Andrej Kacian, Aleksandar Urosevic, and
7549                 Ralgh Young.
7550
7551 2005-10-31 [mones]      1.9.15cvs128
7552
7553         * manual/faq.xml
7554                 More questions.
7555         
7556         * po/es.po
7557                 Updated for release.
7558
7559 2005-10-30 [colin]      1.9.15cvs127
7560
7561         * src/compose.c
7562                 Place cursor before rewrapping (fixes cursor
7563                 pos if quotation gets rewrapped)
7564
7565 2005-10-29 [paul]       1.9.15cvs126
7566
7567         * src/crash.c
7568         * src/foldersel.c
7569         * src/main.c
7570         * src/messageview.c
7571         * src/toolbar.c
7572         * src/gtk/authors.h
7573                 corrections to text items
7574
7575 2005-10-28 [colin]      1.9.15cvs125
7576
7577         * src/messageview.c
7578                 Make "hit 'C' to check sig" work from extern 
7579                 messageviews
7580
7581 2005-10-27 [colin]      1.9.15cvs124
7582
7583         * src/summaryview.c
7584                 Add a hack to avoid segfaulting when hammering 
7585                 on gtk's events
7586
7587 2005-10-27 [wwp]        1.9.15cvs123
7588
7589         * src/prefs_themes.c
7590                 sort list of themes names in themes prefs
7591
7592 2005-10-27 [paul]       1.9.15cvs122
7593
7594         * src/folder.c
7595         * src/prefs_account.c
7596                 fix building on Solaris
7597                 Patch by Alex Moore
7598
7599 2005-10-27 [wwp]        1.9.15cvs121
7600
7601         * src/summaryview.c
7602         * src/gtk/gtksctree.c
7603                 speed up unselecting messages in summary view (thanks to Colin)
7604
7605 2005-10-27 [paul]       1.9.15cvs120
7606
7607         * src/mainwindow.c
7608                 fix a compilation warning
7609         * src/summaryview.c
7610                 fix updating of 'n items selected' count
7611                 when deselecting
7612
7613 2005-10-27 [martin]     1.9.15cvs119
7614
7615         * src/action.c
7616                 ignore actions with a leading '/' in the action menu name
7617                 fixes a crash on menu creation
7618         * src/prefs_actions.c
7619                 do not allow a leading '/' in the action menu name
7620
7621 2005-10-27 [paul]       1.9.15cvs118
7622
7623         * src/main.c
7624                 fix compilation warning
7625
7626 2005-10-27 [paul]       1.9.15cvs117
7627
7628         * src/procmime.c
7629                 add #if HAVE_LOCALE_H
7630
7631 2005-10-27 [paul]       1.9.15cvs116
7632
7633         * src/plugins/clamav/clamav_plugin.c
7634         * src/plugins/dillo_viewer/dillo_viewer.c
7635         * src/plugins/mathml_viewer/mathml_viewer.c
7636         * src/plugins/pgpcore/plugin.c
7637         * src/plugins/pgpinline/plugin.c
7638         * src/plugins/pgpmime/plugin.c
7639         * src/plugins/spamassassin/spamassassin.c
7640         * src/plugins/trayicon/trayicon.c
7641                 plugin_init() : make error messages more
7642                 informative
7643
7644 2005-10-26 [wwp]        1.9.15cvs115
7645
7646         * src/prefs_matcher.c
7647                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7648
7649 2005-10-26 [wwp]        1.9.15cvs114
7650
7651         * src/procmime.c
7652         * src/gtk/gtksctree.c
7653         * src/plugins/spamassassin/libspamc.c
7654         * src/plugins/spamassassin/spamassassin.c
7655                 fix some compilation warnings more
7656
7657 2005-10-26 [mones]      1.9.15cvs113
7658
7659         * po/es.po
7660                 Updated translation
7661
7662 2005-10-26 [paul]       1.9.15cvs112
7663
7664         * src/prefs_message.c
7665                 give all display_xface stuff the
7666                 #if HAVE_LIBCOMPFACE treatment, thus
7667                 preventing a crash
7668                 (Thanks to Wolfgang Enderlein)
7669
7670 2005-10-26 [colin]      1.9.15cvs111
7671
7672         * src/gedit-print.c
7673                 Fix date format
7674         * src/imap_gtk.c
7675         * src/news_gtk.c
7676                 Remove context menu items that should not be there
7677         * src/jpilot.c
7678                 Fix encoding
7679         * src/main.c
7680         * src/mainwindow.c
7681                 Don't show the mainwindow too soon
7682
7683 2005-10-26 [wwp]        1.9.15cvs110
7684
7685         * src/folder.c
7686         * src/manual.c
7687         * src/summaryview.c
7688                 fix uninitialized pointers in the folder updating hook
7689                 (thanks to Colin)
7690
7691 2005-10-25 [mones]      1.9.15cvs109
7692
7693         * manual/faq.xml
7694                 General information subsection completed. 
7695                 Removed archaic references.
7696                 
7697         * manual/Makefile
7698         * manual/dtd/manual.dsl
7699                 Added customization stylesheet for getting paragraphs
7700                 fully justified in PDF output (as suggested by Colin).
7701
7702 2005-10-25 [colin]      1.9.15cvs108
7703
7704         * src/compose.c
7705                 Fix a second leak
7706
7707 2005-10-25 [colin]      1.9.15cvs107
7708
7709         * src/addrbook.c
7710         * src/addrindex.c
7711                 Fix leak (xml_get_element() allocates memory)
7712         * src/compose.c
7713                 Fix leak + dead code (shame!)
7714         * src/procmime.c
7715                 Fix leak
7716
7717 2005-10-25 [colin]      1.9.15cvs106
7718
7719         * src/mimeview.c
7720                 Fix encoding issue in Save all and in 
7721                 overwrite-confirmation alertpanel
7722
7723 2005-10-25 [colin]      1.9.15cvs105
7724
7725         * src/common/socket.c
7726                 Fix a leak - Thanks to Christopher Aillon
7727                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7728
7729 2005-10-25 [paul]       1.9.15cvs104
7730
7731         * src/wizard.c
7732                 Always guess servers from the right-hand
7733                 email part and guess username from the
7734                 left-hand part. (Thanks to Colin)
7735                 add an X-Face to the welcome message
7736
7737 2005-10-25 [paul]       1.9.15cvs103
7738
7739         * manual/handling.xml
7740                 written by Colin, edited by me
7741
7742 2005-10-25 [wwp]        1.9.15cvs102
7743
7744         * src/folderview.c
7745         * src/grouplistdialog.c
7746         * src/imap.c
7747         * src/noticeview.c
7748                 fix some compilation warnings
7749
7750 2005-10-24 [paul]
7751
7752         1.9.99-rc3 released
7753
7754 2005-10-24 [paul]       1.9.15cvs101
7755
7756         * src/gtk/about.c
7757                 fix window sizing
7758
7759 2005-10-24 [paul]       1.9.15cvs100
7760
7761         * src/pixmaps/offline.xpm
7762         * src/pixmaps/online.xpm
7763                 replace with last default versions
7764
7765 2005-10-24 [colin]      1.9.15cvs99
7766
7767         * src/imap.c
7768                 Fix bug when moving a folder
7769         * src/imap_gtk.c
7770         * src/mh_gtk.c
7771                 "Delete folder" pops up a window, so it 
7772                 should be suffixed with "..."
7773         * src/plugins/pgpcore/sgpgme.c
7774                 Include locale.h
7775
7776 2005-10-24 [mones]      1.9.15cvs98
7777
7778         * manual/Makefile
7779         * manual/account.xml
7780         * manual/ack.xml
7781         * manual/addrbook.xml
7782         * manual/advanced.xml
7783         * manual/faq.xml
7784         * manual/glossary.xml
7785         * manual/gpl.xml
7786         * manual/handling.xml
7787         * manual/intro.xml
7788         * manual/keyboard.xml
7789         * manual/manual.xml
7790         * manual/plugins.xml
7791         * manual/starting.xml
7792         * manual/dtd/sdocbook.dtd
7793                 Initial manual structure and some content.
7794
7795 2005-10-23 [wwp]        1.9.15cvs97
7796
7797         * src/gtk/about.c
7798                 fix a typo
7799
7800 2005-10-23 [wwp]        1.9.15cvs96
7801
7802         * src/gtk/about.c
7803         * src/gtk/authors.h
7804                 rework of the about window (main work by Paul), also featuring a few
7805                 fixes for typos and duplicate names
7806
7807 2005-10-23 [wwp]        1.9.15cvs95
7808
7809         * src/.cvsignore
7810                 Ignore the right binary name (sylpheed-claws now)
7811
7812 2005-10-23 [paul]       1.9.15cvs94
7813
7814         * src/compose.c
7815                 when using Folder Pref 'Default To for
7816                 replies' make the entry in the Compose
7817                 window bold
7818                 Patch by Fabien Vantard
7819
7820 2005-10-22 [colin]      1.9.15cvs93
7821
7822         * src/codeconv.c
7823                 Fix leak
7824
7825 2005-10-22 [colin]      1.9.15cvs92
7826
7827         * src/codeconv.c
7828                 try to convert using locale (apart utf8) if necessary
7829
7830 2005-10-22 [colin]      1.9.15cvs91
7831
7832         * src/pixmaps/new.xpm
7833         * src/pixmaps/unread.xpm
7834                 Make the unread envelope blue again and
7835                 saturate the new one a bit more.
7836
7837 2005-10-22 [colin]      1.9.15cvs90
7838
7839         * src/compose.c
7840                 When replying to a mail sent by one of our accounts,
7841                 use the original list of recipients. Let 'Reply All'
7842                 and 'Reply to sender' work like previously.
7843
7844 2005-10-21 [colin]      1.9.15cvs89
7845
7846         * src/prefs_filtering.c
7847                 Clear fields after add and replace
7848         * src/textview.c
7849                 Display xface differently (better)
7850         * src/plugins/pgpinline/pgpinline.c
7851                 Fix crappy encodings/recodings
7852
7853 2005-10-21 [paul]       1.9.15cvs88
7854
7855         * src/compose.c
7856         * src/prefs_folder_item.c
7857         * src/toolbar.c
7858                 fix news folder Folder Properties
7859                 (thanks to Colin)
7860         * src/folderview.c
7861                 update folderview after Themes change
7862                 keep selected folder selected
7863                 (thanks to Colin)
7864
7865 2005-10-21 [paul]       1.9.15cvs87
7866
7867         * tools/Makefile.am
7868         * tools/OOo2sylpheed.pl
7869         * tools/README
7870         * tools/README.sylprint
7871         * tools/asus_mailled.sh         ** REMOVED **
7872         * tools/filter_conv.pl
7873         * tools/freshmeat_search.pl
7874         * tools/google_search.pl
7875         * tools/gpg-sign-syl            ** REMOVED **
7876         * tools/kmail2sylpheed.pl
7877         * tools/kmail2sylpheed_v2.pl
7878         * tools/multiwebsearch.pl
7879         * tools/nautilus2sylpheed.sh
7880         * tools/newscache_clean.pl
7881         * tools/outlook2sylpheed.pl
7882         * tools/sylpheed-switcher       ** REMOVED **
7883         * tools/sylprint.pl
7884         * tools/sylprint.rc
7885         * tools/tb2sylpheed
7886         * tools/vcard2xml.py
7887         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7888                 update default config dir
7889                 update binary name (thanks to Fabien Vantard)
7890                 remove obsolete scripts
7891
7892 2005-10-21 [colin]      1.9.15cvs86
7893
7894         * src/inc.c
7895                 Fix possible leak and units. Based on a patch by
7896                 Fabien Vantard.
7897
7898 2005-10-20 [colin]      1.9.15cvs85
7899
7900         * src/textview.c
7901                 Clear xface when clearing textview
7902
7903 2005-10-20 [colin]      1.9.15cvs84
7904
7905         * configure.ac
7906         * src/folderview.c
7907         * src/headerview.c
7908         * src/main.c
7909         * src/prefs_common.c
7910         * src/prefs_common.h
7911         * src/prefs_message.c
7912         * src/textview.c
7913         * src/textview.h
7914         * src/common/defs.h
7915         * src/common/utils.c
7916         * src/common/utils.h
7917         * src/gtk/gtkutils.c
7918         * src/gtk/gtkutils.h
7919                 Migrate config to .sylpheed-claws (Automatically)
7920                 Add a way to get the Xface in the TextView
7921
7922 2005-10-20 [colin]      1.9.15cvs83
7923
7924         * src/gtk/Makefile.am
7925         * src/gtk/about.c
7926         * src/gtk/authors.h
7927                 Make the about dialog *grooovy*
7928
7929 2005-10-20 [colin]      1.9.15cvs82
7930
7931         * src/mimeview.c
7932                 Use "Open with" on double click if no command
7933                 was found
7934
7935 2005-10-20 [colin]      1.9.15cvs81
7936
7937         * src/imap.c
7938         * src/etpan/imap-thread.c
7939                 Fix possible crash.
7940
7941 2005-10-20 [paul]       1.9.15cvs80
7942
7943         * src/folder.c
7944                 don't show clipkey icon if the only
7945                 attachment is the signature
7946                 Patch by Colin
7947
7948 2005-10-20 [paul]       1.9.15cvs79
7949
7950         * AUTHORS
7951         * src/plugins/pgpmime/pgpmime.c
7952                 name the PGP/MIME signature 'signature.asc'
7953                 Patch by Andrew Nelson <freeandy@gmail.com>
7954
7955 2005-10-19 [colin]      1.9.15cvs78
7956
7957         * src/plugins/pgpmime/pgpmime.c
7958                 Oops, no need to double-check though
7959
7960 2005-10-19 [colin]      1.9.15cvs77
7961
7962         * src/plugins/pgpinline/pgpinline.c
7963         * src/plugins/pgpmime/pgpmime.c
7964                 Check that my_tmpfile() doesn't 
7965                 return NULL
7966
7967 2005-10-19 [colin]      1.9.15cvs76
7968
7969         * src/common/utils.c
7970                 Use shorter mime boundaries to avoid having
7971                 MTAs rewrapping our headers, breaking the
7972                 PGP signature in the process 
7973         * src/compose.c
7974         * src/plugins/pgpmime/pgpmime.c
7975                 Check for boundary uniqueness to be sure
7976                 it won't happen, instead of hoping for the
7977                 best
7978
7979 2005-10-19 [colin]      1.9.15cvs75
7980
7981         * sylpheed-claws.desktop
7982         * src/Makefile.am
7983         * src/main.c
7984                 Ship a sylpheed-claws binary instead
7985                 of a sylpheed one. Change the socket
7986                 name, too
7987         * src/folderview.c
7988                 Update folder only if it changed
7989         * src/wizard.c
7990                 Fix i18n in welcome mail, patch by
7991                 Fabien Vantard
7992
7993 2005-10-19 [paul]
7994
7995         1.9.99-rc2 released
7996
7997 2005-10-19 [paul]       1.9.15cvs74
7998
7999         * src/folder.c
8000         * src/folderview.c
8001                 fix summaryview update
8002                 Patch by Colin
8003
8004 2005-10-18 [colin]      1.9.15cvs73
8005
8006         * src/plugins/pgpcore/passphrase.c
8007                 Don't XGrabServer, and try a bit more to 
8008                 sync everything before grabbing mouse/keyboard
8009
8010 2005-10-18 [colin]      1.9.15cvs72
8011
8012         * src/Makefile.am
8013         * src/addressadd.c
8014         * src/addressbook.c
8015         * src/folderview.c
8016         * src/grouplistdialog.c
8017         * src/mimeview.c
8018         * src/stock_pixmap.c
8019         * src/stock_pixmap.h
8020         * src/summaryview.c
8021         * src/gtk/gtksctree.c
8022         * src/gtk/gtksctree.h
8023         * src/pixmaps/empty.xpm
8024                 Implement a wrapper call for gtk_ctree_set_node_info
8025                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8026                 pixmap instead of a NULL one. This works around some
8027                 memory problems deep inside gtk, revealed by valgrind,
8028                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8029                 as locked crashes sylpheed.), as well as, probably, 
8030                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8031
8032 2005-10-17 [colin]      1.9.15cvs71
8033
8034         * src/mimeview.c
8035                 Provide visual feedback when checking
8036                 signature
8037
8038 2005-10-17 [colin]      1.9.15cvs70
8039
8040         * src/main.c
8041                 Keep the folder list frozen while checking caches...
8042
8043 2005-10-17 [colin]      1.9.15cvs69
8044
8045         * src/addr_compl.c
8046                 Fi bug #833 (Autocompleting from addressbook 
8047                 fails with extended chars)
8048         * src/imap.c
8049                 Fix 'adding messages' staying in statusbar
8050                 after an error
8051
8052 2005-10-17 [wwp]        1.9.15cvs68
8053
8054         * src/ssl_manager.c
8055                 Fix buttons' layout resizing when window size changes
8056
8057 2005-10-17 [wwp]        1.9.15cvs67
8058
8059         * src/account.c
8060         * src/prefs_account.c
8061         * src/prefs_common.c
8062         * src/prefs_common.h
8063         * src/prefs_folder_item.c
8064         * src/prefs_gtk.c
8065         * src/gtk/logwindow.c
8066         * src/gtk/pluginwindow.c
8067         * src/gtk/prefswindow.c
8068         * src/gtk/prefswindow.h
8069                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8070
8071 2005-10-17 [paul]       1.9.15cvs66
8072
8073         * configure.ac
8074                 fix missing libetpan message
8075         * po/en_GB.po
8076                 updated
8077         * src/crash.c
8078         * src/manual.c
8079         * src/prefs_themes.c
8080         * src/common/defs.h
8081                 add some new URI defines, change some
8082                 others
8083         * src/wizard.c
8084                 make welcome message translatable
8085                 small improvements to english
8086                 other tweaks
8087         * src/gtk/menu.c
8088                 fix warnings
8089
8090 2005-10-17 [paul]       1.9.15cvs65
8091
8092         * src/summaryview.c
8093                 fix column titles
8094
8095 2005-10-16 [mones]      1.9.15cvs64
8096
8097         * po/es.po
8098                 Updated translation
8099
8100 2005-10-16 [colin]
8101
8102         1.9.99-rc1 released
8103
8104 2005-10-16 [colin]      1.9.15cvs63
8105
8106         * src/wizard.c
8107                 Fix whitespace
8108
8109 2005-10-16 [colin]      1.9.15cvs62
8110
8111         * src/toolbar.c
8112                 s/Get All/Get Mail/
8113         * src/wizard.c
8114                 Real welcome mail text, thanks Paul
8115
8116 2005-10-16 [colin]      1.9.15cvs61
8117
8118         * src/editldap.c
8119         * src/exporthtml.c
8120         * src/main.c
8121         * src/mainwindow.c
8122         * src/prefs_themes.c
8123         * src/prefs_toolbar.c
8124         * src/plugins/demo/demo.c
8125         * src/plugins/trayicon/trayicon.c
8126                 s/Sylpheed/Sylpheed-Claws/
8127
8128 2005-10-16 [colin]      1.9.15cvs60
8129
8130         * src/wizard.c
8131                 Add a welcome email in the first empty mailbox
8132         * src/prefs_common.c
8133                 Change one more default
8134
8135 2005-10-16 [colin]      1.9.15cvs59
8136
8137         * src/wizard.c
8138                 Remove printf
8139
8140 2005-10-16 [colin]      1.9.15cvs58
8141
8142         * src/toolbar.c
8143         * src/prefs_common.c
8144                 Change some defaults
8145
8146 2005-10-16 [colin]      1.9.15cvs57
8147
8148         * src/toolbar.c
8149         * src/prefs_common.c
8150                 Change some defaults
8151
8152 2005-10-16 [colin]      1.9.15cvs56
8153
8154         * src/wizard.c
8155                 By default, initialize fonts to have
8156                 the same size as normal GtkWidgets
8157
8158 2005-10-16 [colin]      1.9.15cvs55
8159
8160         * src/mimeview.c
8161                 Fix message a bit more
8162
8163 2005-10-16 [colin]      1.9.15cvs54
8164
8165         * src/addressbook.c
8166                 Second attempt at flicker fixing
8167
8168 2005-10-16 [colin]      1.9.15cvs53
8169
8170         * src/addressbook.c
8171                 Fix flicker
8172
8173 2005-10-16 [wwp]        1.9.15cvs52
8174
8175         * src/addressbook.c
8176         * src/editaddress.c
8177         * src/prefs_common.c
8178         * src/prefs_common.h
8179                 Remember window sizes (address book)
8180
8181 2005-10-16 [wwp]        1.9.15cvs51
8182
8183         * src/plugins/clamav/clamav_plugin_gtk.c
8184         * src/plugins/spamassassin/spamassassin_gtk.c
8185                 Fix compilation warnings (missing #include).
8186
8187 2005-10-16 [colin]      1.9.15cvs50
8188
8189         * src/mimeview.c
8190         * src/summaryview.c
8191         * src/textview.c
8192                 Make 'c' check signature, and forward
8193                 c, l, y, t from summaryview to mimeview
8194
8195 2005-10-16 [colin]      1.9.15cvs49
8196
8197         * src/addressbook.c
8198                 Put border around buttons
8199         * src/mainwindow.c
8200         * src/summaryview.c
8201                 Rework menus (Patch based on a patch
8202                 by Paul)
8203
8204 2005-10-15 [wwp]        1.9.15cvs48
8205
8206         * src/editjpilot.c
8207         * src/editldap.c
8208         * src/editvcard.c
8209         * src/exphtmldlg.c
8210         * src/expldifdlg.c
8211         * src/export.c
8212         * src/import.c
8213         * src/importldif.c
8214         * src/importmutt.c
8215         * src/importpine.c
8216         * src/prefs_account.c
8217         * src/prefs_spelling.c
8218         * src/gtk/gtkutils.c
8219         * src/gtk/gtkutils.h
8220         * src/plugins/clamav/clamav_plugin_gtk.c
8221         * src/plugins/spamassassin/spamassassin_gtk.c
8222                 use nicer browse-for-file/dir buttons than the "..." ones,
8223                 code factorizing more.
8224
8225 2005-10-14 [colin]      1.9.15cvs47
8226
8227         * src/mainwindow.c
8228                 set relief on the account switcher so that people see it
8229                 grey out Create processing rules when no message is selected
8230         * src/prefs_filtering.c
8231                 ask before closing if the rule has not been modified, even if
8232                 it's not valid
8233         * src/prefs_matcher.c
8234                 fix sensitivity when entering the dialog
8235         * src/gtk/inputdialog.c
8236                 display a better icon on password ask
8237         * src/plugins/pgpcore/passphrase.c
8238                 make the dialog look better
8239
8240 2005-10-14 [paul]       1.9.15cvs46
8241
8242         * src/folderview.c
8243                 indicate presense of marked msgs in
8244                 unexpanded subfolders
8245
8246 2005-10-14 [paul]       1.9.15cvs45
8247
8248         * src/prefs_actions.c
8249         * src/prefs_common.c
8250         * src/prefs_common.h
8251         * src/prefs_filtering_action.c
8252         * src/prefs_matcher.c
8253         * src/prefs_template.c
8254                 remember window sizes
8255                 fix Info button size
8256
8257         Patches by wwp
8258
8259 2005-10-13 [colin]      1.9.15cvs44
8260
8261         * src/mimeview.c
8262         * src/noticeview.c
8263         * src/noticeview.h
8264                 Add a tooltip on the icon (optional) 
8265                 Get rid of the signature buttons and only
8266                 use the icon+tooltip
8267
8268 2005-10-13 [colin]      1.9.15cvs43
8269
8270         * src/noticeview.c
8271         * src/noticeview.h
8272                 Add hand cursor for hovering over icon
8273
8274 2005-10-13 [colin]      1.9.15cvs42
8275
8276         * src/summaryview.c
8277                 Fix crash when quicksearch's hidden 
8278                 at startup
8279
8280 2005-10-13 [colin]      1.9.15cvs41
8281
8282         * src/compose.c
8283                 Set subject when forwarding multiple mails
8284                 Check that other recipient than the default Cc or Bcc
8285                 have been set before sending.
8286
8287 2005-10-13 [colin]      1.9.15cvs40
8288
8289         * src/imap.c
8290                 Batch per-folder
8291                 Introduce locking, but don't use it yet
8292
8293 2005-10-13 [colin]      1.9.15cvs39
8294
8295         * src/gtk/quicksearch.c
8296                 Reset quicksearch when hiding it
8297                 Make sticky a real pref
8298
8299 2005-10-13 [colin]      1.9.15cvs38
8300
8301         * src/summaryview.c
8302                 Faster prefs apply
8303
8304 2005-10-13 [colin]      1.9.15cvs37
8305
8306         * src/mimeview.c
8307         * src/noticeview.c
8308         * src/noticeview.h
8309         * src/plugins/pgpcore/sgpgme.c
8310                 Make privacy icon clickable
8311                 Move Trust field in Full info
8312                 When trust is less than full, don't display
8313                 a warning icon
8314
8315 2005-10-13 [colin]      1.9.15cvs36
8316
8317         * src/folder.c
8318                 Batch on flags sync
8319         * src/folderview.c
8320                 Revert speed hack which is dangerous in fact
8321                 Apply prefs faster
8322
8323 2005-10-13 [colin]      1.9.15cvs35
8324
8325         * src/folder_item_prefs.c
8326                 Fix pref corruption on folder move. Patch
8327                 by wwp
8328
8329 2005-10-13 [paul]       1.9.15cvs34
8330
8331         * src/export.c
8332         * src/import.c
8333                 fix typos in g_warnings
8334         * src/prefs_account.c
8335                 add a file selector for Signature file
8336
8337         Patches by wwp
8338
8339 2005-10-12 [colin]      1.9.15cvs33
8340
8341         * src/mimeview.c
8342                 Provide a quick way to go back from a
8343                 signature's full info to the email part
8344
8345 2005-10-12 [colin]      1.9.15cvs32
8346
8347         * src/compose.c
8348                 Remove old hack of encoding signed mails with base64.
8349                 QP works equally well.
8350
8351 2005-10-12 [colin]      1.9.15cvs31
8352
8353         * src/crash.c
8354                 Replace deprecated GtkText with GtkTextView
8355         * src/imap.c
8356                 Fix a logic bug about counts in imap_select
8357                 (previously un-triggered)
8358         * src/mainwindow.c
8359         * src/summaryview.c
8360         * src/news.c
8361                 Allow local deletion of news posts
8362         * src/mimeview.c
8363                 Show GPG noticeview on the message/rfc822 part
8364                 in addition to the text/plain one
8365         * src/prefs_image_viewer.c
8366           src/plugins/pgpcore/prefs_gpg.c
8367                 Polish (set the label as part of the checkbox)
8368         * src/wizard.c
8369                 Don't sit there doing nothing after destroying
8370                 the window - return err
8371
8372 2005-10-11 [colin]      1.9.15cvs30
8373
8374         * src/folderview.c
8375                 Apply processing rules before showing folders.
8376                 Early folder show (before flags sync) will only
8377                 be done when there are no processing rules (nor
8378                 pre- or post- ones)
8379         * src/imap.c
8380                 Fix stuff related to mail subdir, creation and 
8381                 deletion of folders 
8382         * src/imap_gtk.c
8383                 Don't allow creation of folders in NoInferior
8384                 folders, as it won't work
8385
8386 2005-10-10 [colin]      1.9.15cvs29
8387
8388         * src/compose.c
8389                 Reselect "None" Privacy system when selecting an
8390                 account with no privacy system defined
8391
8392 2005-10-10 [colin]      1.9.15cvs28
8393
8394         * src/mainwindow.c
8395                 Add Windows-1252 encoding
8396         * src/prefs_common.c
8397                 Rework some defaults:
8398                 - autosave to draft by default
8399                 - don't show header pane (it's already in the textview)
8400                 - Select first new or unread mail on entry
8401                 - Assume 'Yes' to change folder when there's no more
8402                   unread message
8403         * src/prefs_matcher.c
8404                 Fix a gtk assertion failure
8405         * src/gtk/colorlabel.c
8406                 Workaround bad repainting on selection
8407         * src/main.c
8408                 Freeze/thaw (a bit faster on ssh -X)
8409         * src/msgcache.c
8410                 Get rid of StrdupConverter that just adds an
8411                 extra strdup/free 
8412         * src/etpan/imap_thread.c
8413                 memset buf to 0
8414
8415 2005-10-10 [colin]      1.9.15cvs27
8416
8417         * src/export.c
8418         * src/import.c
8419                 Fix compile on gtk 2.4. Patch by wwp
8420
8421 2005-10-09 [colin]      1.9.15cvs26
8422
8423         * src/mainwindow.c
8424         * src/messageview.c
8425         * src/summaryview.c
8426                 Clarify forward menus. Patch by wwp
8427
8428 2005-10-09 [colin]      1.9.15cvs25
8429
8430         * src/compose.c
8431         * src/compose.h
8432                 Fix bug #829 (Non-working "Encrypt message by 
8433                 default when replying to an encrypted message")
8434
8435 2005-10-08 [colin]      1.9.15cvs24
8436
8437         * src/wizard.c
8438                 Fix bug #827 ("Welcome" setup wizard after a 
8439                 permission error gives up & forgets itself.)
8440
8441 2005-10-08 [colin]      1.9.15cvs23
8442
8443         * src/procmime.c
8444                 Fix bug #828 (Ignoring headers with spaces around = sign)
8445
8446 2005-10-08 [colin]      1.9.15cvs22
8447
8448         * src/export.c
8449                 Warning fix by wwp
8450
8451 2005-10-08 [colin]      1.9.15cvs21
8452
8453         * src/folder.c
8454         * src/folder.h
8455                 Add a processing_pending indicator, set on 
8456                 folder_item_open and cleared after 
8457                 folder_item_process_open
8458         * src/folderview.c
8459         * src/summaryview.c
8460                 wrap procmsg_msginfo_*_flags, and in the
8461                 wrapper check that there's no folder processing 
8462                 pending. If there is, defer the flags change until 
8463                 processing is done to avoid stepping over each
8464                 other's toes.
8465                 Freeze during processing, but not during scanning.
8466
8467 2005-10-07 [colin]      1.9.15cvs20
8468
8469         * src/plugins/pgpcore/passphrase.c
8470                 Fix bug #826 (X-Server hangs when 
8471                 right-clicking a PGP encrypted message)
8472
8473 2005-10-07 [paul]       1.9.15cvs19
8474
8475         * src/compose.c
8476                 fix compose_entries[]
8477                 patch by Fabien Vantard
8478
8479 2005-10-06 [colin]      1.9.15cvs18
8480
8481         * src/pixmaps/address.xpm
8482         * src/pixmaps/address_book.xpm
8483         * src/pixmaps/book.xpm
8484         * src/pixmaps/check_spelling.xpm
8485         * src/pixmaps/checkbox_off.xpm
8486         * src/pixmaps/checkbox_on.xpm
8487         * src/pixmaps/close.xpm
8488         * src/pixmaps/complete.xpm
8489         * src/pixmaps/continue.xpm
8490         * src/pixmaps/deleted.xpm
8491         * src/pixmaps/down_arrow.xpm
8492         * src/pixmaps/exec.xpm
8493         * src/pixmaps/forwarded.xpm
8494         * src/pixmaps/group.xpm
8495         * src/pixmaps/ignorethread.xpm
8496         * src/pixmaps/interface.xpm
8497         * src/pixmaps/jpilot.xpm
8498         * src/pixmaps/ldap.xpm
8499         * src/pixmaps/linewrap.xpm
8500         * src/pixmaps/linewrapcurrent.xpm
8501         * src/pixmaps/mail.xpm
8502         * src/pixmaps/mail_attach.xpm
8503         * src/pixmaps/mail_compose.xpm
8504         * src/pixmaps/mail_forward.xpm
8505         * src/pixmaps/mail_receive.xpm
8506         * src/pixmaps/mail_receive_all.xpm
8507         * src/pixmaps/mail_reply.xpm
8508         * src/pixmaps/mail_reply_to_all.xpm
8509         * src/pixmaps/mail_reply_to_author.xpm
8510         * src/pixmaps/mail_send.xpm
8511         * src/pixmaps/mail_send_queue.xpm
8512         * src/pixmaps/mime_application.xpm
8513         * src/pixmaps/mime_audio.xpm
8514         * src/pixmaps/mime_image.xpm
8515         * src/pixmaps/mime_message.xpm
8516         * src/pixmaps/mime_text_enriched.xpm
8517         * src/pixmaps/mime_text_html.xpm
8518         * src/pixmaps/mime_text_plain.xpm
8519         * src/pixmaps/mime_unknown.xpm
8520         * src/pixmaps/new.xpm
8521         * src/pixmaps/news_compose.xpm
8522         * src/pixmaps/offline.xpm
8523         * src/pixmaps/online.xpm
8524         * src/pixmaps/paste.xpm
8525         * src/pixmaps/preferences.xpm
8526         * src/pixmaps/privacy_emblem_encrypted.xpm
8527         * src/pixmaps/privacy_expired.xpm
8528         * src/pixmaps/privacy_failed.xpm
8529         * src/pixmaps/privacy_passed.xpm
8530         * src/pixmaps/privacy_signed.xpm
8531         * src/pixmaps/privacy_unknown.xpm
8532         * src/pixmaps/privacy_warn.xpm
8533         * src/pixmaps/properties.xpm
8534         * src/pixmaps/replied.xpm
8535         * src/pixmaps/search.xpm
8536         * src/pixmaps/unread.xpm
8537         * src/pixmaps/up_arrow.xpm
8538         * src/pixmaps/vcard.xpm
8539                 Modernize internal theme, with icons from the 
8540                 Gnomaws theme. Keep some of the old ones where
8541                 they were better.
8542
8543 2005-10-06 [colin]      1.9.15cvs17
8544
8545         * src/summaryview.c
8546                 Little optimisations + bugfix
8547         * src/toolbar.c
8548                 Remove default useless items - useless being defined
8549                 by the default relevant prefs
8550         * src/wizard.c
8551                 include config.h to make gettext work
8552         * src/prefs_themes.c
8553                 Fix selection of current theme in prefs
8554
8555 2005-10-06 [colin]      1.9.15cvs16
8556
8557         * src/prefs_common.c
8558         * src/prefs_common.h
8559         * src/prefs_summaries.c
8560         * src/folderview.c
8561                 Add a warning dialog on Mark all read 
8562                 (with pref to get rid of it)
8563
8564 2005-10-06 [paul]       1.9.15cvs15
8565
8566         * po/nb.po
8567         * po/pt_BR.po
8568                 updated by Geir Helland and Frederico
8569                 Goncalves Guimaraes
8570
8571 2005-10-05 [colin]      1.9.15cvs14
8572
8573         * src/folder.c
8574         * src/folder.h
8575         * src/folderview.c
8576         * src/folderview.h
8577         * src/imap_gtk.c
8578         * src/mh_gtk.c
8579         * src/mainwindow.c
8580         * src/setup.c
8581                 add a way to rescan without rebuilding
8582                 make moving a bit faster (less folders changes)
8583                 don't lock the tree on Get 
8584         * src/imap.c
8585                 Don't re-delete deleted messages before expunging
8586         * src/summaryview.c
8587                 Set batch mode when deleting mails
8588
8589 2005-10-05 [paul]       1.9.15cvs13
8590
8591         * src/mainwindow.c
8592         * src/mainwindow.h
8593                 fix disabled Execute menu item
8594         * src/toolbar.c
8595                 match the change in 1.9.15cvs10: use Compose
8596                 instead of News by default
8597
8598 2005-10-04 [colin]      1.9.15cvs12
8599
8600         * src/compose.c
8601                 When replying to an ML post with Reply-To set
8602                 to the poster's email, honor it (as before),
8603                 but also honor our user's request to reply to
8604                 the mailing list: set the ML address in the To
8605                 field and the Reply-To address in the Cc: 
8606                 field.
8607
8608 2005-10-04 [colin]      1.9.15cvs11
8609
8610         * src/plugins/trayicon/trayicon.c
8611                 Finish cosmetic change - thanks to wwp
8612
8613 2005-10-04 [colin]      1.9.15cvs10
8614
8615         * src/toolbar.c
8616                 Use Compose instead of Email by default.
8617                 Spotted by wwp.
8618
8619 2005-10-04 [colin]      1.9.15cvs9
8620
8621         * src/folder.c
8622         * src/folder.h
8623         * src/folderview.c
8624         * src/imap.c
8625         * src/etpan/imap-thread.c
8626         * src/etpan/imap-thread.h
8627                 Try to make IMAP faster, by simplifying SEARCH
8628                 commands, avoiding sending two STATUS in a row,
8629                 and deferring flags sync and processing just
8630                 after displaying the folder. 
8631                 This will update the SummaryView in certain
8632                 cases (new mails not already fetched, flags
8633                 changed from another client) but in a non-
8634                 blocking manner.
8635
8636 2005-10-04 [colin]      1.9.15cvs8
8637
8638         * src/plugins/trayicon/trayicon.c
8639                 Relabel "Offline" to "Work offline"
8640
8641 2005-10-04 [colin]      1.9.15cvs7
8642
8643         * src/export.c
8644         * src/import.c
8645         * src/mbox.c
8646                 Fix mbox import/export buglets
8647                 Patch by wwp
8648         * src/plugins/trayicon/trayicon.c
8649                 Add offline swithc
8650                 Patch by wwp
8651
8652 2005-10-04 [colin]      1.9.15cvs6
8653
8654         * src/folder.c
8655         * src/folderview.c
8656         * src/summaryview.c
8657                 Better fix (don't break mark all read) for cvs2
8658
8659 2005-10-03 [colin]      1.9.15cvs5
8660
8661         * src/folder.c
8662                 Use a sane sort by default
8663
8664 2005-10-03 [colin]      1.9.15cvs4
8665
8666         * src/inc.c
8667                 Add a 'Only once' button for overriding offline mode
8668         * src/prefs_account.c
8669         * src/wizard.c
8670                 Add Local mbox to the wizard
8671                 Add IMAP subdir to the wizard (or the wizard is useless
8672                 for such accounts, or even worse than useless)
8673                 Move IMAP subdir from Advanced to Receive tab, as it's
8674                 not that uncommon
8675
8676 2005-10-03 [colin]      1.9.15cvs3
8677
8678         * src/send_message.c
8679                 Forgot this one in cvs1
8680
8681 2005-10-03 [colin]      1.9.15cvs2
8682
8683         * src/folder.c
8684                 Faster close when leaving a folder with lots
8685                 of new mails. Idea by David Relson.
8686
8687 2005-10-03 [colin]      1.9.15cvs1
8688
8689         * src/compose.c
8690         * src/imap.c
8691         * src/inc.c
8692         * src/main.c
8693         * src/messageview.c
8694         * src/news.c
8695         * src/summaryview.c
8696         * src/gtk/sslcertwindow.c
8697         * src/plugins/trayicon/trayicon.c
8698                 Add accels to every AlertPanel. Patch by Fabien 
8699                 Vantard
8700
8701 2005-10-03 [paul]       1.9.15
8702
8703         1.9.15 released
8704
8705 2005-10-03 [paul]       1.9.14cvs68
8706
8707         * po/ca.po
8708         * po/de.po
8709         * po/es.po
8710         * po/fi.po
8711         * po/fr.po
8712         * po/sk.po
8713         * po/sr.po
8714         * po/zh_CN.po
8715                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8716                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8717                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8718
8719 2005-10-03 [paul]       1.9.14cvs67
8720
8721         * src/send_message.c
8722                 prevent hang on Cancel
8723                 patch by Colin
8724
8725 2005-10-03 [paul]       1.9.14cvs66
8726
8727         * src/main.c
8728                 fix crash in IMAP caused by discrepancy
8729                 between check_at_startup and offline mode
8730                 Patch by Colin
8731
8732 2005-10-01 [paul]       1.9.14cvs65
8733
8734         * src/inc.c
8735                 fix engrish
8736
8737 2005-10-01 [paul]       1.9.14cvs64
8738         * src/export.c
8739         * src/import.c
8740                 synchronise import_mbox() and export_mbox()
8741         * src/mbox.c
8742                 proc_mbox(): add alert if file cannot be opened
8743                 export_list_to_mbox(): test if dest file exists,
8744                 prompt user to overwrite if it does. add alert
8745                 if file cannot be created
8746                                                                 
8747         Patch by wwp
8748                                                                                                                 
8749
8750 2005-09-30 [paul]       1.9.14cvs63
8751
8752         * src/addressbook.c
8753                 Fix sensitivity of a menu
8754         * src/codeconv.c
8755                 Respect hidden pref for mails with no encoding
8756         * src/common/xml.c
8757                 Fix memory corruption
8758         * src/plugins/pgpcore/sgpgme.c
8759                 Fix segfault on incomplete sigs, and display
8760                 of S/Mime UIDs
8761
8762         Patches by Colin
8763
8764 2005-09-30 [colin]      1.9.14cvs62
8765
8766         * src/partial_download.c
8767                 Little logic fix in almost-dead code
8768         * src/pop.c
8769                 Fix partial download when there's no new mail
8770
8771 2005-09-29 [paul]       1.9.14cvs61
8772
8773         * src/plugins/pgpinline/pgpinline.c
8774                 fix bug 819, 'crash accessing sign message'
8775                 Patch by Colin
8776
8777 2005-09-28 [martin]     1.9.14cvs60
8778
8779         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8780                 fix bug #790 (Crash when restarting window manager (fluxbox))
8781
8782 2005-09-28 [paul]       1.9.14cvs59
8783
8784         * src/gtk/gtkaspell.c
8785                 fix off-by-one typo
8786
8787 2005-09-27 [colin]      1.9.14cvs58
8788
8789         * src/plugins/pgpcore/sgpgme.c
8790                 Report error when there's one, instead of
8791                 "Signature unchecked" 
8792
8793 2005-09-27 [colin]      1.9.14cvs57
8794
8795         * src/prefs_quote.c
8796                 Fix bug #816 (Weird quotation with spaces)
8797
8798 2005-09-27 [colin]      1.9.14cvs56
8799
8800         * src/codeconv.c
8801         * src/compose.c
8802         * src/compose.h
8803                 Put subject in compose's title
8804                 Fix Automatic encoding so that it's really automatic:
8805                 first try default locale's charset, then charset of the replied mail, 
8806                 then utf-8
8807                 Fix encoding of headers (must be in strict mode too)
8808
8809 2005-09-26 [colin]      1.9.14cvs55
8810
8811         * src/gtk/gtkaspell.c
8812                 Fix previous patch - don't color the space,
8813                 just uncolor it :)
8814
8815 2005-09-26 [colin]      1.9.14cvs54
8816
8817         * src/gtk/gtkaspell.c
8818                 Unmark space if possible
8819
8820 2005-09-26 [colin]      1.9.14cvs53
8821
8822         * src/imap.c
8823                 log_error instead of alertpanel according to the pref
8824         * src/etpan/imap-thread.c
8825                 Print connect status, copy only necessary size to 
8826                 logger
8827         * src/plugins/pgpmime/pgpmime.c
8828                 Handle S/Mime signatures (verification only). Patch based
8829                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8830
8831 2005-09-26 [paul]       1.9.14cvs52
8832
8833         * src/common/passcrypt.c
8834                 this 'workaround' not necessary on NetBSD.
8835                 Thanks to Daniel Gustafson
8836
8837 2005-09-26 [paul]
8838
8839         1.9.15-rc4 released
8840
8841 2005-09-26 [paul]       1.9.14cvs51
8842
8843         * src/summaryview.c
8844                 Skip currently selected message when
8845                 looking for next new or unread message
8846                 in current folder. Patch by Colin
8847         * src/common/passcrypt.c
8848                 eliminate warnings on *BSD. Patch by
8849                 Daniel Gustafson
8850
8851 2005-09-26 [colin]      1.9.14cvs50
8852
8853         * src/procmsg.c
8854                 Call postfiltering hook anyway
8855
8856 2005-09-22 [colin]      1.9.14cvs49
8857
8858         * src/codeconv.c
8859         * src/codeconv.h
8860                 Add a strict mode that doesn't replace with _
8861         * src/compose.c
8862         * src/compose.h
8863                 Use strict conversion while sending
8864                 Fix race when drafting while sending (happens
8865                 on IMAP)
8866                 Fix d'n'd of messages from summaryview
8867         * src/prefs_common.c
8868         * src/prefs_common.h
8869                 add hidden utf8_instead_of_locale_for_broken_mail 
8870                 pref for people that preferred the default charset 
8871                 to be utf8 for broken mails
8872         * src/quote_fmt_parse.y
8873                 fix bug #815 (No quote insert if "From:" fied 
8874                 contained Russian letters)
8875         * src/summaryview.c
8876                 Fix d'n'd of messages to compose
8877
8878 2005-09-22 [paul]       1.9.14cvs48
8879
8880         * src/compose.c
8881                 fix bug where attachments Name entry
8882                 would display Path instead
8883
8884 2005-09-21 [paul]       1.9.14cvs47
8885
8886         * README
8887         * README.jp
8888         * configure.ac
8889         * config/config.rpath
8890         * doc/manual/en/sylpheed-20.html
8891         * doc/manual/es/sylpheed-20.html
8892         * po/bg.po
8893         * po/ca.po
8894         * po/de.po
8895         * po/es.po
8896         * po/fr.po
8897         * po/it.po
8898         * po/pt_BR.po
8899         * po/sk.po
8900         * po/zh_TW.po
8901         * src/account.c
8902         * src/account.h
8903         * src/action.c
8904         * src/action.h
8905         * src/adbookbase.h
8906         * src/addr_compl.c
8907         * src/addr_compl.h
8908         * src/addrbook.c
8909         * src/addrbook.h
8910         * src/addrcache.c
8911         * src/addrcache.h
8912         * src/addrcindex.c
8913         * src/addrcindex.h
8914         * src/addrclip.c
8915         * src/addrclip.h
8916         * src/addrdefs.h
8917         * src/addressadd.c
8918         * src/addressadd.h
8919         * src/addressbook.c
8920         * src/addressbook.h
8921         * src/addressitem.h
8922         * src/addrgather.c
8923         * src/addrgather.h
8924         * src/addrharvest.c
8925         * src/addrharvest.h
8926         * src/addrindex.c
8927         * src/addrindex.h
8928         * src/addritem.c
8929         * src/addritem.h
8930         * src/addrquery.c
8931         * src/addrquery.h
8932         * src/addrselect.c
8933         * src/addrselect.h
8934         * src/alertpanel.c
8935         * src/alertpanel.h
8936         * src/browseldap.c
8937         * src/browseldap.h
8938         * src/codeconv.c
8939         * src/codeconv.h
8940         * src/compose.c
8941         * src/compose.h
8942         * src/crash.c
8943         * src/crash.h
8944         * src/customheader.c
8945         * src/customheader.h
8946         * src/displayheader.c
8947         * src/displayheader.h
8948         * src/editaddress.c
8949         * src/editaddress.h
8950         * src/editbook.c
8951         * src/editbook.h
8952         * src/editgroup.c
8953         * src/editgroup.h
8954         * src/editjpilot.c
8955         * src/editjpilot.h
8956         * src/editldap.c
8957         * src/editldap.h
8958         * src/editldap_basedn.c
8959         * src/editldap_basedn.h
8960         * src/editvcard.c
8961         * src/editvcard.h
8962         * src/enriched.c
8963         * src/enriched.h
8964         * src/exphtmldlg.c
8965         * src/exphtmldlg.h
8966         * src/expldifdlg.c
8967         * src/expldifdlg.h
8968         * src/export.c
8969         * src/export.h
8970         * src/exporthtml.c
8971         * src/exporthtml.h
8972         * src/exportldif.c
8973         * src/exportldif.h
8974         * src/filtering.c
8975         * src/filtering.h
8976         * src/folder.c
8977         * src/folder.h
8978         * src/folder_item_prefs.c
8979         * src/folder_item_prefs.h
8980         * src/foldersel.c
8981         * src/foldersel.h
8982         * src/folderutils.c
8983         * src/folderutils.h
8984         * src/folderview.c
8985         * src/folderview.h
8986         * src/grouplistdialog.c
8987         * src/grouplistdialog.h
8988         * src/headerview.c
8989         * src/headerview.h
8990         * src/html.c
8991         * src/html.h
8992         * src/image_viewer.c
8993         * src/image_viewer.h
8994         * src/imap.c
8995         * src/imap.h
8996         * src/imap_gtk.c
8997         * src/imap_gtk.h
8998         * src/import.c
8999         * src/import.h
9000         * src/importldif.c
9001         * src/importldif.h
9002         * src/importmutt.c
9003         * src/importmutt.h
9004         * src/importpine.c
9005         * src/importpine.h
9006         * src/inc.c
9007         * src/inc.h
9008         * src/jpilot.c
9009         * src/jpilot.h
9010         * src/ldapctrl.c
9011         * src/ldapctrl.h
9012         * src/ldaplocate.c
9013         * src/ldaplocate.h
9014         * src/ldapquery.c
9015         * src/ldapquery.h
9016         * src/ldapserver.c
9017         * src/ldapserver.h
9018         * src/ldaputil.c
9019         * src/ldaputil.h
9020         * src/ldif.c
9021         * src/ldif.h
9022         * src/localfolder.c
9023         * src/localfolder.h
9024         * src/main.c
9025         * src/main.h
9026         * src/mainwindow.c
9027         * src/mainwindow.h
9028         * src/manual.c
9029         * src/manual.h
9030         * src/matcher.c
9031         * src/matcher.h
9032         * src/matcher_parser.h
9033         * src/matcher_parser_lex.l
9034         * src/matcher_parser_parse.y
9035         * src/mbox.c
9036         * src/mbox.h
9037         * src/message_search.c
9038         * src/message_search.h
9039         * src/messageview.c
9040         * src/messageview.h
9041         * src/mh.c
9042         * src/mh.h
9043         * src/mh_gtk.c
9044         * src/mh_gtk.h
9045         * src/mimeview.c
9046         * src/mimeview.h
9047         * src/msgcache.c
9048         * src/msgcache.h
9049         * src/mutt.c
9050         * src/mutt.h
9051         * src/news.c
9052         * src/news.h
9053         * src/news_gtk.c
9054         * src/news_gtk.h
9055         * src/noticeview.c
9056         * src/noticeview.h
9057         * src/partial_download.c
9058         * src/partial_download.h
9059         * src/pine.c
9060         * src/pine.h
9061         * src/pop.c
9062         * src/pop.h
9063         * src/prefs_account.c
9064         * src/prefs_account.h
9065         * src/prefs_actions.c
9066         * src/prefs_actions.h
9067         * src/prefs_common.c
9068         * src/prefs_common.h
9069         * src/prefs_compose_writing.c
9070         * src/prefs_compose_writing.h
9071         * src/prefs_customheader.c
9072         * src/prefs_customheader.h
9073         * src/prefs_display_header.c
9074         * src/prefs_display_header.h
9075         * src/prefs_ext_prog.c
9076         * src/prefs_ext_prog.h
9077         * src/prefs_filtering.c
9078         * src/prefs_filtering.h
9079         * src/prefs_filtering_action.c
9080         * src/prefs_filtering_action.h
9081         * src/prefs_folder_column.c
9082         * src/prefs_folder_column.h
9083         * src/prefs_folder_item.c
9084         * src/prefs_folder_item.h
9085         * src/prefs_fonts.c
9086         * src/prefs_fonts.h
9087         * src/prefs_gtk.c
9088         * src/prefs_gtk.h
9089         * src/prefs_image_viewer.c
9090         * src/prefs_image_viewer.h
9091         * src/prefs_matcher.c
9092         * src/prefs_matcher.h
9093         * src/prefs_message.c
9094         * src/prefs_message.h
9095         * src/prefs_msg_colors.c
9096         * src/prefs_msg_colors.h
9097         * src/prefs_other.c
9098         * src/prefs_other.h
9099         * src/prefs_quote.c
9100         * src/prefs_quote.h
9101         * src/prefs_receive.c
9102         * src/prefs_receive.h
9103         * src/prefs_send.c
9104         * src/prefs_send.h
9105         * src/prefs_spelling.c
9106         * src/prefs_spelling.h
9107         * src/prefs_summaries.c
9108         * src/prefs_summaries.h
9109         * src/prefs_summary_column.c
9110         * src/prefs_summary_column.h
9111         * src/prefs_template.c
9112         * src/prefs_template.h
9113         * src/prefs_themes.c
9114         * src/prefs_themes.h
9115         * src/prefs_toolbar.c
9116         * src/prefs_toolbar.h
9117         * src/prefs_wrapping.c
9118         * src/prefs_wrapping.h
9119         * src/privacy.c
9120         * src/privacy.h
9121         * src/procheader.c
9122         * src/procheader.h
9123         * src/procmime.c
9124         * src/procmime.h
9125         * src/procmsg.c
9126         * src/procmsg.h
9127         * src/quote_fmt.c
9128         * src/quote_fmt_parse.y
9129         * src/recv.c
9130         * src/recv.h
9131         * src/remotefolder.c
9132         * src/remotefolder.h
9133         * src/send_message.c
9134         * src/send_message.h
9135         * src/setup.c
9136         * src/setup.h
9137         * src/simple-gettext.c
9138         * src/sourcewindow.c
9139         * src/sourcewindow.h
9140         * src/ssl_manager.c
9141         * src/ssl_manager.h
9142         * src/statusbar.c
9143         * src/statusbar.h
9144         * src/stock_pixmap.c
9145         * src/stock_pixmap.h
9146         * src/summary_search.c
9147         * src/summary_search.h
9148         * src/summaryview.c
9149         * src/summaryview.h
9150         * src/syldap.c
9151         * src/syldap.h
9152         * src/textview.c
9153         * src/textview.h
9154         * src/toolbar.c
9155         * src/toolbar.h
9156         * src/undo.c
9157         * src/undo.h
9158         * src/unmime.c
9159         * src/unmime.h
9160         * src/vcard.c
9161         * src/vcard.h
9162         * src/wizard.c
9163         * src/wizard.h
9164         * src/common/base64.c
9165         * src/common/base64.h
9166         * src/common/defs.h
9167         * src/common/hooks.c
9168         * src/common/hooks.h
9169         * src/common/log.c
9170         * src/common/log.h
9171         * src/common/md5.c
9172         * src/common/md5.h
9173         * src/common/mgutils.c
9174         * src/common/mgutils.h
9175         * src/common/nntp.c
9176         * src/common/nntp.h
9177         * src/common/passcrypt.c
9178         * src/common/passcrypt.h.in
9179         * src/common/plugin.c
9180         * src/common/plugin.h
9181         * src/common/prefs.c
9182         * src/common/prefs.h
9183         * src/common/progressindicator.c
9184         * src/common/progressindicator.h
9185         * src/common/quoted-printable.c
9186         * src/common/quoted-printable.h
9187         * src/common/session.c
9188         * src/common/session.h
9189         * src/common/smtp.c
9190         * src/common/smtp.h
9191         * src/common/socket.c
9192         * src/common/socket.h
9193         * src/common/ssl.c
9194         * src/common/ssl.h
9195         * src/common/ssl_certificate.c
9196         * src/common/ssl_certificate.h
9197         * src/common/string_match.c
9198         * src/common/string_match.h
9199         * src/common/stringtable.c
9200         * src/common/sylpheed.c
9201         * src/common/sylpheed.h
9202         * src/common/template.c
9203         * src/common/template.h
9204         * src/common/timing.h
9205         * src/common/utils.c
9206         * src/common/utils.h
9207         * src/common/uuencode.c
9208         * src/common/uuencode.h
9209         * src/common/version.h.in
9210         * src/common/xml.c
9211         * src/common/xml.h
9212         * src/common/xmlprops.c
9213         * src/common/xmlprops.h
9214         * src/gtk/about.c
9215         * src/gtk/about.h
9216         * src/gtk/colorlabel.c
9217         * src/gtk/colorlabel.h
9218         * src/gtk/colorsel.c
9219         * src/gtk/colorsel.h
9220         * src/gtk/description_window.c
9221         * src/gtk/description_window.h
9222         * src/gtk/filesel.c
9223         * src/gtk/filesel.h
9224         * src/gtk/foldersort.c
9225         * src/gtk/foldersort.h
9226         * src/gtk/gtkutils.c
9227         * src/gtk/gtkutils.h
9228         * src/gtk/inputdialog.c
9229         * src/gtk/inputdialog.h
9230         * src/gtk/logwindow.c
9231         * src/gtk/logwindow.h
9232         * src/gtk/manage_window.c
9233         * src/gtk/manage_window.h
9234         * src/gtk/menu.c
9235         * src/gtk/menu.h
9236         * src/gtk/pluginwindow.c
9237         * src/gtk/pluginwindow.h
9238         * src/gtk/prefswindow.c
9239         * src/gtk/prefswindow.h
9240         * src/gtk/progressdialog.c
9241         * src/gtk/progressdialog.h
9242         * src/gtk/quicksearch.c
9243         * src/gtk/quicksearch.h
9244         * src/gtk/sslcertwindow.c
9245         * src/gtk/sslcertwindow.h
9246         * src/plugins/clamav/clamav_plugin.c
9247         * src/plugins/clamav/clamav_plugin.h
9248         * src/plugins/clamav/clamav_plugin_gtk.c
9249         * src/plugins/demo/demo.c
9250         * src/plugins/dillo_viewer/dillo_prefs.c
9251         * src/plugins/dillo_viewer/dillo_prefs.h
9252         * src/plugins/dillo_viewer/dillo_viewer.c
9253         * src/plugins/mathml_viewer/mathml_viewer.c
9254         * src/plugins/pgpcore/passphrase.c
9255         * src/plugins/pgpcore/passphrase.h
9256         * src/plugins/pgpcore/plugin.c
9257         * src/plugins/pgpcore/prefs_gpg.c
9258         * src/plugins/pgpcore/prefs_gpg.h
9259         * src/plugins/pgpcore/select-keys.c
9260         * src/plugins/pgpcore/select-keys.h
9261         * src/plugins/pgpcore/sgpgme.c
9262         * src/plugins/pgpcore/sgpgme.h
9263         * src/plugins/pgpinline/pgpinline.c
9264         * src/plugins/pgpinline/pgpinline.h
9265         * src/plugins/pgpinline/plugin.c
9266         * src/plugins/pgpmime/pgpmime.c
9267         * src/plugins/pgpmime/pgpmime.h
9268         * src/plugins/pgpmime/plugin.c
9269         * src/plugins/spamassassin/spamassassin.c
9270         * src/plugins/spamassassin/spamassassin.h
9271         * src/plugins/spamassassin/spamassassin_gtk.c
9272         * src/plugins/trayicon/trayicon.c
9273         * tools/OOo2sylpheed.pl
9274         * tools/acroread2sylpheed.pl
9275         * tools/asus_mailled.sh
9276         * tools/filter_conv.pl
9277         * tools/freshmeat_search.pl
9278         * tools/google_search.pl
9279         * tools/kmail2sylpheed.pl
9280         * tools/kmail2sylpheed_v2.pl
9281         * tools/maildir2sylpheed.pl
9282         * tools/multiwebsearch.pl
9283         * tools/newscache_clean.pl
9284         * tools/outlook2sylpheed.pl
9285         * tools/sylpheed-switcher
9286         * tools/update-po
9287         * tools/vcard2xml.py
9288         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9289                 update FSF address
9290
9291 2005-09-21 [colin]      1.9.14cvs46
9292
9293         * src/gedit-print.c
9294         * src/procmsg.c
9295         * src/procmsg.h
9296         * src/textview.c
9297         * src/summaryview.c
9298                 Remove some printing hacks (deselection/reselection),
9299                 which by the way fix printing the currently 
9300                 displayed mime part (still only text)
9301                 Plus a little optimisation of summary_show
9302
9303
9304 2005-09-20 [colin]      1.9.14cvs45
9305
9306         * src/mainwindow.c
9307         * src/messageview.c
9308                 GUI fixups: add accels, set message
9309                 view title to displayed mail's subject
9310         * src/prefs_spelling.c
9311         * src/gtk/gtkaspell.c
9312                 GUI fixups: allow underlining misspelled
9313                 words instead of coloring them (a11y!)
9314
9315 2005-09-19 [colin]
9316
9317         1.9.15rc3 released
9318
9319 2005-09-19 [colin]      1.9.14cvs44
9320
9321         * src/compose.c
9322                 Fix draft message
9323         * src/gtk/gtkaspell.c
9324                 Fix wrong test ;-)
9325
9326 2005-09-19 [colin]      1.9.14cvs43
9327
9328         * src/addressbook.c
9329                 Fix sensitivity of Delete button
9330         * src/compose.c
9331                 Warn if the requested Privacy system
9332                 is not available
9333         * src/exphtmldlg.c
9334         * src/expldifdlg.c
9335         * src/importldif.c
9336         * src/importmutt.c
9337         * src/importpine.c
9338                 Fix crappy UI
9339         * src/
9340         * src/ssl.h
9341         * src/prefs_account.h
9342         * src/prefs_account.c
9343                 Save SSL prefs even in builds that have
9344                 SSL support disable
9345         * src/imap.c
9346         * src/inc.c
9347         * src/news.c
9348         * src/send_message.c
9349                 Warn if connection should be secure, but
9350                 SSL support isn't compiled in
9351         * src/gtkaspell.c
9352                 Fix word separation on UTF-8 systems
9353                 Fixes bug #812 (Strange inline spellchecking)
9354         * src/compose.c
9355                 Warn if the requested Privacy system
9356                 is not available
9357                 Factorize offline warning
9358         * src/imap.c
9359         * src/imap_gtk.c
9360         * src/imap_gtk.h
9361         * src/inc.h
9362         * src/news_gtk.c
9363         * src/news_gtk.h
9364         * src/messageview.c
9365                 Factorize offline warning
9366
9367 2005-09-19 [paul]
9368
9369         1.9.15-rc2 released
9370
9371 2005-09-18 [colin]      1.9.14cvs42
9372
9373         * src/codeconv.c
9374         * src/codeconv.h
9375         * src/procmime.c
9376                 Add a way to get locale's charset ignoring utf-8,
9377                 and use that as default encoding for broken mails
9378
9379 2005-09-18 [colin]      1.9.14cvs41
9380
9381         * src/gtk/logwindow.c
9382                 Translate string. Patch by Fabien Vantard
9383
9384 2005-09-18 [colin]      1.9.14cvs40
9385
9386         * configure.ac
9387                 Fix bug #803 (IMAP/SSL support breaks with 
9388                 GnuTLS libetpan 0.38)
9389
9390 2005-09-18 [colin]      1.9.14cvs39
9391
9392         * src/codeconv.c
9393         * src/compose.c
9394         * src/procmime.c
9395                 More charsets fixes. Fixes bug #806 (non
9396                 ascii characters in subject line)
9397
9398 2005-09-17 [paul]       1.9.14cvs38
9399
9400         * src/folderview.c
9401         * src/mainwindow.c
9402                 fix gcc-2.95 issues
9403                 Patch by Pawel Pekala
9404
9405 2005-09-17 [colin]      1.9.14cvs37
9406
9407         * src/addrindex.c
9408                 bugfix for NO-USE LDAP compilation, patch 
9409                 by Fabien Vantard
9410
9411 2005-09-17 [colin]      1.9.14cvs36
9412
9413         * src/prefs_actions.c
9414         * src/prefs_customheader.c
9415         * src/prefs_display_header.c
9416         * src/prefs_filtering_action.c
9417         * src/prefs_matcher.c
9418         * src/prefs_toolbar.c
9419                 Fix strange casts (less elegant but
9420                 works better)
9421
9422 2005-09-16 [colin]      1.9.14cvs35
9423
9424         * src/jpilot.c
9425                 Missed that one
9426
9427 2005-09-16 [colin]      1.9.14cvs34
9428
9429         * configure.ac
9430         * src/Makefile.am
9431         * src/addr_compl.c
9432         * src/addrindex.c
9433         * src/browseldap.c
9434         * src/editldap.c
9435         * src/ldaplocate.c
9436         * src/ldapquery.c
9437         * src/ldapquery.h
9438         * src/ldapserver.c
9439         * src/ldapserver.h
9440         * src/main.c
9441         * src/matcher_parser_parse.y
9442         * src/prefs_themes.c
9443         * src/etpan/Makefile.am
9444         * src/gtk/description_window.c
9445         * src/plugins/clamav/Makefile.am
9446         * src/plugins/clamav/clamav_plugin.c
9447         * src/plugins/dillo_viewer/Makefile.am
9448         * src/plugins/pgpcore/Makefile.am
9449         * src/plugins/pgpinline/Makefile.am
9450         * src/plugins/pgpmime/Makefile.am
9451         * src/plugins/trayicon/Makefile.am
9452                 Fix 100% cpu usage in address completion list
9453                 Fix little bugs (return with no values etc)
9454                 Fix all warnings (with common CFLAGS)
9455
9456 2005-09-15 [colin]      1.9.14cvs33
9457
9458         * src/addressbook.c
9459                 Fix bug where sometimes a group's email list is empty,
9460                 force its refresh (probably fixes "Re: how to create a 
9461                 distribution list")
9462         * src/ldapquery.c
9463                 Don't return to the callback in the main thread from the
9464                 fetch thread (or face segs!)
9465
9466 2005-09-15 [paul]       1.9.14cvs32
9467
9468         * src/prefs_matcher.c
9469                 forgotten in last commit
9470
9471 2005-09-15 [paul]       1.9.14cvs31
9472
9473         * src/prefs_actions.c
9474         * src/prefs_filtering_action.c
9475         * src/prefs_quote.c
9476         * src/quote_fmt.c
9477         * src/summaryview.c
9478         * src/gtk/description_window.c
9479         * src/gtk/description_window.h
9480         * src/gtk/quicksearch.c
9481                 allow interaction with the called
9482                 description window
9483                 Patch by Anders Hammar
9484
9485 2005-09-14 [paul]       1.9.14cvs30
9486
9487         * src/compose.c
9488                 fix a little annoyance when pasting with 3rd button 
9489                 with wrap_pastes=0 and wrap_input=1
9490                 Patch by Colin
9491
9492 2005-09-14 [paul]       1.9.14cvs29
9493
9494         * src/prefs_account.c
9495                 disable 'Filter messages on receiving' for
9496                 SMTP-only accounts
9497                 Patch  by Anders Hammar
9498
9499 2005-09-14 [paul]       1.9.14cvs28
9500
9501         * po/sk.po
9502                 fix crash
9503                 updated by Andrej Kacian
9504
9505 2005-09-14 [paul]
9506
9507         1.9.15-rc1 released
9508
9509 2005-09-14 [paul]       1.9.14cvs27
9510
9511         * po/es.po
9512                 updated by Ricardo Mones Lastra
9513         * src/compose.c
9514         * src/compose.h
9515                 associate no_wrap_tags to Compose windows
9516                 instead of using a static one
9517                 Patch by Colin
9518         * src/mbox.c
9519                 fix proc_mbox()
9520                 Patch by wwp
9521         * src/textview.c
9522                 remove unneeded printf()
9523
9524 2005-09-14 [paul]       1.9.14cvs26
9525
9526         * src/addrcache.c
9527         * src/codeconv.h
9528         * src/folder.h
9529         * src/mainwindow.h
9530         * src/mh.c
9531         * src/mimeview.h
9532         * src/partial_download.c
9533         * src/pop.c
9534         * src/prefs_account.c
9535         * src/prefs_account.h
9536         * src/prefs_actions.c
9537         * src/prefs_customheader.c
9538         * src/prefs_display_header.c
9539         * src/prefs_filtering_action.c
9540         * src/prefs_matcher.c
9541         * src/prefs_toolbar.c
9542         * src/privacy.h
9543         * src/procmime.c
9544         * src/procmime.h
9545         * src/procmsg.h
9546         * src/textview.c
9547         * src/undo.h
9548         * src/common/plugin.c
9549         * src/common/session.h
9550         * src/common/socket.c
9551         * src/common/socket.h
9552         * src/common/template.c
9553         * src/gtk/gtkaspell.c
9554         * src/gtk/quicksearch.h
9555         * src/plugins/pgpcore/passphrase.c
9556         * src/plugins/pgpcore/prefs_gpg.h
9557         * src/plugins/pgpcore/select-keys.c
9558         * src/plugins/pgpcore/select-keys.h
9559         * src/plugins/pgpcore/sgpgme.c
9560         * src/plugins/pgpinline/pgpinline.c
9561         * src/plugins/pgpmime/pgpmime.c
9562         * src/plugins/trayicon/trayicon.c
9563                 fix compilation warnings
9564                 Patch by Daniel Gustafson
9565
9566 2005-09-14 [paul]       1.9.14cvs25
9567
9568         * src/addressbook.c
9569                 add missing column header, and other small
9570                 bug fixes
9571                 Patch by Anders Hammar
9572
9573 2005-09-13 [colin]      1.9.14cvs24
9574
9575         * src/gtk/gtkaspell.c
9576                 Fix non-utf8 in menu
9577                 Fix little leaks
9578                 Nullify struct members after free()s
9579
9580 2005-09-13 [colin]      1.9.14cvs23
9581
9582         * src/compose.c
9583                 Test utf8 compliance before inserting to 
9584                 buffer, and try to convert if necessary
9585         * src/procmime.c
9586                 If no charset is present, use the locale 
9587                 one instead of us-ascii
9588         * src/procmsg.c
9589                 Add Sender, List-Post and To in the checked 
9590                 headers for automatic rules creation 
9591                 (thanks to wwp)
9592         * src/prefs_themes.c
9593         * src/gtk/gtkaspell.c
9594                 Remove deprecated functions. 
9595                 patch by Daniel Gustafson
9596
9597 2005-09-12 [colin]      1.9.14cvs22
9598
9599         * src/compose.c
9600                 Fix bug #448 (Scrolling/Redraw issue with 
9601                 address-fields in Header)
9602         * src/mainwindow.c
9603         * src/summaryview.c
9604         * src/summaryview.h
9605                 Fix loss of MSG_MARKED on move/copy
9606                 Fix bug #804 (Quicksearch togglebutton doesn't 
9607                 get depressed after '/' key is pressed)
9608
9609 2005-09-12 [paul]       1.9.14cvs21
9610
9611         * AUTHORS
9612         * src/gtk/logwindow.c
9613                 add 'Clear Log' to popup menu
9614                 Patch by Anders Hammar <anders.hammar@telia.com>
9615
9616 2005-09-12 [paul]       1.9.14cvs20
9617
9618         * src/compose.c
9619                 set correct sensitivity on attachments
9620                 popup menu
9621         * src/folder.c
9622                 fix typo
9623         * src/prefs_spelling.c
9624                 fix crash when no LANG env is set
9625         * src/common/xml.c
9626                 fix crash in wizard
9627                 don't use memeory after free
9628
9629         All patches by Daniel Gustafson
9630
9631 2005-09-12 [paul]       1.9.14cvs19
9632
9633         * src/prefs_themes.c
9634                 make theme info selectable
9635         * src/gtk/description_window.c
9636                 make window non-modal
9637         * tools/README
9638                 add details of asus_mailed.sh
9639         * tools/claws.i18n.status.pl
9640                 update for new zh_TW translator
9641                 widen the output
9642                 create alternate coloured lines
9643                 improve readability
9644
9645 2005-09-10 [colin]      1.9.14cvs18
9646
9647         * src/plugins/pgpcore/select-keys.c
9648                 Better order for the buttons
9649
9650 2005-09-10 [colin]      1.9.14cvs17
9651
9652         * src/compose.c
9653         * src/plugins/pgpcore/select-keys.c
9654         * src/plugins/pgpcore/select-keys.h
9655         * src/plugins/pgpcore/sgpgme.c
9656                 Add a "Don't encrypt" button to the key
9657                 selection dialog. Fixes bug #177 (There should be a 
9658                 'Don't encrypt button in the Select Keys dialog)
9659
9660 2005-09-10 [colin]      1.9.14cvs16
9661
9662         * src/compose.c
9663                 Fix bug #572 (%X option does not work with templates)
9664
9665 2005-09-10 [colin]      1.9.14cvs15
9666
9667         * src/toolbar.c 
9668                 Remove g_print
9669
9670 2005-09-10 [colin]      1.9.14cvs14
9671
9672         * src/imap.c
9673                 Fix a possible crash
9674
9675 2005-09-09 [colin]      1.9.14cvs13
9676
9677         * src/imap.c
9678         * src/etpan/imap-thread.c
9679         * src/etpan/imap-thread.h
9680                 Fix moving from queue or drafts to normal folders
9681                 Fix bug #794 (No way to delete without expunging)
9682                 Take flags unset by other mailers into account
9683                 Take deleted flag set by other mailers into account
9684                 Fix unsetting REPLIED flag
9685                 Fix crash when capabilities can't be retrieved
9686         * src/mainwindow.c
9687         * src/mainwindow.h
9688                 Add M_DELAYED_FLAGS condition, and let the user use
9689                 Execute in order to be able to expunge deleted mails,
9690                 even if he's not in delayed execute mode
9691         * src/prefs_spelling.c
9692                 Use 'en' dictionary by default if LANG is POSIX or C
9693         * src/gtk/prefswindow.c
9694                 Fix bug #767 (Preferences windows expanding) by making
9695                 the window a bit larger when the resolution is greater
9696                 than 640x480, and by putting the prefs in a
9697                 GtkScrolledWindow.
9698
9699 2005-09-09 [paul]       1.9.14cvs12
9700
9701         * AUTHORS
9702         * configure.ac
9703         * po/zh_TW.Big5.po      ** REMOVED **
9704         * po/zh_TW.po           ** ADDED **
9705                 updated by Wei-Lun Chao
9706
9707 2005-09-09 [paul]       1.9.14cvs11
9708
9709         * src/mainwindow.c
9710                 fix asserts
9711         * src/common/xml.c
9712                 delay memory allocation until file is
9713                 opened successfully
9714                 Patch by Daniel Gustafson
9715
9716 2005-09-09 [colin]      1.9.14cvs10
9717
9718         * src/imap.c
9719                 Add guards
9720
9721 2005-09-08 [colin]      1.9.14cvs9
9722
9723         * src/compose.c
9724                 Alert when we can't save draft
9725                 Fix various wrap/color issues
9726                 Add mid-click pasting respecting wrap_paste option
9727         * src/folder.c
9728         * src/folder.h
9729         * src/folder_item_prefs.c
9730         * src/folder_item_prefs.h
9731         * src/imap.c
9732         * src/imap_gtk.c
9733         * src/imap_gtk.h
9734         * src/main.c
9735         * src/mainwindow.c
9736         * src/mainwindow.h
9737         * src/news.c
9738         * src/news_gtk.c
9739         * src/news_gtk.h
9740         * src/prefs_folder_item.c
9741                 Fix the impossibility to synchronise folders for
9742                 offline use (IMAP and NNTP are concerned)
9743
9744 2005-09-08 [colin]      1.9.14cvs8
9745
9746         * configure.ac
9747                 Build LDAP and JPilot by default if available
9748         * src/textview.c
9749                 Fix use after free
9750
9751 2005-09-08 [paul]       1.9.14cvs7
9752
9753         * doc/manual/en/sylpheed-1.html
9754         * doc/manual/en/sylpheed-18.html
9755         * doc/manual/en/sylpheed-19.html
9756         * doc/manual/en/sylpheed-4.html
9757         * doc/manual/en/sylpheed-6.html
9758         * doc/manual/en/sylpheed.html
9759                 a few minor updates, plus include some
9760                 details about plugins and their requirements
9761         * src/mainwindow.c
9762                 minor changes to English in /View/Sort
9763
9764 2005-09-07 [colin]      1.9.14cvs6
9765
9766         * doc/manual/en/sylpheed-1.html
9767         * doc/manual/en/sylpheed-10.html
9768         * doc/manual/en/sylpheed-11.html
9769         * doc/manual/en/sylpheed-12.html
9770         * doc/manual/en/sylpheed-13.html
9771         * doc/manual/en/sylpheed-14.html
9772         * doc/manual/en/sylpheed-15.html
9773         * doc/manual/en/sylpheed-16.html
9774         * doc/manual/en/sylpheed-17.html
9775         * doc/manual/en/sylpheed-18.html
9776         * doc/manual/en/sylpheed-19.html
9777         * doc/manual/en/sylpheed-2.html
9778         * doc/manual/en/sylpheed-20.html
9779         * doc/manual/en/sylpheed-21.html
9780         * doc/manual/en/sylpheed-22.html
9781         * doc/manual/en/sylpheed-3.html
9782         * doc/manual/en/sylpheed-4.html
9783         * doc/manual/en/sylpheed-5.html
9784         * doc/manual/en/sylpheed-6.html
9785         * doc/manual/en/sylpheed-7.html
9786         * doc/manual/en/sylpheed-8.html
9787         * doc/manual/en/sylpheed-9.html
9788         * doc/manual/en/sylpheed.html
9789                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9790
9791 2005-09-07 [colin]      1.9.14cvs5
9792
9793         * src/mainwindow.c
9794                 Make labels more to-the-point
9795
9796 2005-09-07 [colin]      1.9.14cvs4
9797
9798         * doc/manual/en/sylpheed-1.html
9799         * doc/manual/en/sylpheed-12.html
9800         * doc/manual/en/sylpheed-13.html
9801         * doc/manual/en/sylpheed-14.html
9802         * doc/manual/en/sylpheed-15.html
9803         * doc/manual/en/sylpheed-16.html
9804         * doc/manual/en/sylpheed-17.html
9805         * doc/manual/en/sylpheed-18.html
9806         * doc/manual/en/sylpheed-19.html
9807         * doc/manual/en/sylpheed-2.html
9808         * doc/manual/en/sylpheed-20.html
9809         * doc/manual/en/sylpheed-21.html
9810         * doc/manual/en/sylpheed-22.html
9811         * doc/manual/en/sylpheed-4.html
9812         * doc/manual/en/sylpheed-5.html
9813         * doc/manual/en/sylpheed-6.html
9814         * doc/manual/en/sylpheed-7.html
9815         * doc/manual/en/sylpheed-8.html
9816         * doc/manual/en/sylpheed-9.html
9817         * doc/manual/en/sylpheed.html
9818                 Update manual
9819
9820 2005-09-07 [colin]      1.9.14cvs3
9821
9822         * doc/faq/en/sylpheed-faq-1.html
9823         * doc/faq/en/sylpheed-faq-2.html
9824         * doc/faq/en/sylpheed-faq-3.html
9825         * doc/faq/en/sylpheed-faq.html
9826                 Update FAQ
9827
9828 2005-09-07 [colin]      1.9.14cvs2
9829
9830         * src/folderview.c
9831         * src/procmsg.c
9832         * src/summaryview.c
9833         * src/toolbar.c
9834                 Fix special subfolders:
9835                 - Inherit parent's icon
9836                 - sent contents of queues subfolders
9837                 - empty subfolders of trashes
9838         * src/mainwindow.c
9839                 Remove outdated manual and faq entries
9840         * src/common/utils.c
9841                 Add quotes around %s coming from mailcap
9842
9843 2005-09-07 [colin]      1.9.14cvs1
9844
9845         * src/compose.c
9846                 After saving draft, set modified to FALSE
9847         * src/mimeview.c
9848         * src/common/utils.c
9849         * src/common/utils.h
9850                 Try to open mime parts using what is 
9851                 indicated in ~/.mailcap or /etc/mailcap,
9852                 if possible.
9853
9854 2005-09-05 [paul]       1.9.14
9855
9856         1.9.14 released
9857
9858         * po/sk.po
9859                 updated by Andrej Kacian
9860
9861 2005-09-05 [paul]       1.9.13cvs83
9862
9863         * po/de.po
9864         * po/es.po
9865         * po/fi.po
9866         * po/fr.po
9867         * po/nb.po
9868         * po/pt_BR.po
9869         * po/sr.po
9870                 updated translations by Thomas Gilgin, Ricardo Mones
9871                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9872                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9873
9874 2005-09-04 [paul]       1.9.13cvs82
9875
9876         * src/compose.c
9877                 only warn about exceeded line length limit
9878                 on send
9879
9880 2005-09-04 [paul]       1.9.13cvs81
9881
9882         * src/compose.c
9883                 fix crash in 'line length exceeded' dialogue
9884
9885 2005-09-02 [paul]       1.9.13cvs80
9886
9887         * src/imap.c
9888                 fix bug 795, 'Connection lost IMAP'
9889                 and add statusbar prints
9890                 Patch by Colin
9891
9892 2005-09-02 [paul]       1.9.13cvs79
9893
9894         * src/compose.c
9895                 compose_wrap_paragraph() becomes
9896                 compose_beautify_paragraph()
9897                 Patch by Colin
9898
9899 2005-09-02 [colin]      1.9.13cvs78
9900
9901         * src/folderview.c
9902                 Micro-fix
9903
9904 2005-09-01 [colin]      1.9.13cvs77
9905
9906         * src/imap.c
9907                 Maybe fix bug #795 (Connection lost IMAP)
9908                 Don't try to send logout when we're disconnected.
9909         * src/summaryview.c
9910                 Include locked and marked emails in HRM
9911                 view. Fixes bug #800 (Locked messages no longer 
9912                 show up when hide read messages is used)
9913
9914 2005-09-01 [paul]       1.9.13cvs76
9915
9916         * src/prefs_common.c
9917                 fix bad cutting
9918
9919 2005-08-31 [colin]      1.9.13cvs75
9920
9921         * src/folderview.c
9922         * src/folderview.h
9923         * src/prefs_summaries.c
9924         * src/summaryview.c
9925                 Fix "go to next new", fix preference
9926                 (Open unread/next swapped)
9927
9928 2005-08-31 [paul]       1.9.13cvs74
9929
9930         * src/compose.c
9931         * src/folderview.c
9932         * src/headerview.c
9933         * src/headerview.h
9934         * src/mainwindow.c
9935         * src/prefs_common.c
9936         * src/prefs_common.h
9937         * src/prefs_fonts.c
9938         * src/summaryview.c
9939         * src/textview.c
9940         * src/common/defs.h
9941                 remove obsolete BOLD_FONT setting
9942                 fix font update in headerview and textview
9943                 headers after prefs change
9944                 Patch By Colin
9945
9946 2005-08-31 [paul]
9947
9948         1.9.14-rc4 released
9949
9950 2005-08-30 [colin]      1.9.13cvs73
9951
9952         * src/summaryview.c
9953                 When Hide read messages is selected and we
9954                 refresh the summaryview, don't remove the 
9955                 currently displayed message. Fixes bug #797
9956                 (Summary view reloads when new mail is 
9957                 downloaded in 1.9.14 rc)
9958
9959 2005-08-30 [colin]      1.9.13cvs72
9960
9961         * src/folderview.c
9962                 Fix flickering
9963         * src/mainwindow.c
9964                 Remove useless callback
9965         * src/mimeview.c
9966         * src/gtk/filesel.c
9967         * src/gtk/filesel.h
9968                 Add a filesel_select_file_save_folder() - used by Save All
9969
9970 2005-08-29 [paul]       1.9.13cvs71
9971
9972         * AUTHORS
9973         * src/matcher_parser_parse.y
9974         * src/etpan/imap-thread.c
9975                 fix building on FreeBSD
9976                 Patch by Daniel Gustafson <daniel@hobbit.se>
9977
9978 2005-08-29 [paul]       1.9.13cvs70
9979
9980         * src/plugins/pgpinline/pgpinline.c
9981                 only initialise sig result if it's been handled
9982                 Patch by Colin
9983
9984 2005-08-29 [paul]       1.9.13cvs69
9985         
9986         Patches by Colin:
9987
9988         * src/imap.c
9989         * src/common.utils.c
9990         * src/common/utils.h
9991                 optimisation
9992         * src/stock_pixmap.h
9993                 fix wrong icon reference
9994         * src/pixmaps/trash_btn.xpm
9995                 replace with nicer image
9996
9997 2005-08-28 [colin]      1.9.13cvs68
9998
9999         * src/Makefile.am
10000         * src/stock_pixmap.c
10001         * src/stock_pixmap.h
10002         * src/toolbar.c
10003         * src/pixmaps/trash_btn.xpm
10004                 Add a specific trash xpm for the button
10005
10006 2005-08-28 [colin]      1.9.13cvs67
10007
10008         * src/imap.c
10009                 Fix leak
10010
10011 2005-08-27 [colin]      1.9.13cvs66
10012
10013         * src/imap.c
10014         * src/procmime.c
10015                 Correctly fix "Problem with replies", fixes
10016                 pgpmime encryption too. 
10017
10018 2005-08-27 [colin]      1.9.13cvs65
10019
10020         * src/folder.c
10021         * src/procmsg.c
10022         * src/procmsg.h
10023         * src/summaryview.c
10024                 Fix bug #517 (messages removed from summaryview 
10025                 when moving fails)
10026
10027 2005-08-27 [colin]      1.9.13cvs64
10028
10029         * tools/Makefile.am
10030         * tools/asus_mailled.sh
10031                 Add a script to blink ASUS laptops' mail LED where there
10032                 is unread mail.
10033
10034 2005-08-27 [colin]      1.9.13cvs63
10035
10036         * src/imap.c
10037         * src/etpan/imap-thread.c
10038         * src/etpan/imap-thread.h
10039                 Implement automatic choosing of login method
10040                 Fixes bug #791
10041         * src/gtk/.cvsignore
10042                 Add sylpheed-marshal.[ch]
10043
10044 2005-08-27 [colin]      1.9.13cvs62
10045
10046         * src/common/utils.c
10047                 Fix confusing perror
10048
10049 2005-08-27 [colin]      1.9.13cvs61
10050
10051         * src/toolbar.c
10052         * src/toolbar.h
10053                 Remove A_DELETE, replace it with 
10054                 A_TRASH and A_DELETE_REAL. Automatically
10055                 rewrite config files to replace A_DELETE
10056                 with A_TRASH (no functionality change).
10057                 Fixes half of #794
10058
10059 2005-08-26 [colin]      1.9.13cvs60
10060
10061         * src/procmime.c
10062                 Previous "Problem with replies" fix brought other
10063                 problems, fixing them
10064
10065 2005-08-26 [colin]      1.9.13cvs59
10066
10067         * src/procmime.c
10068                 Fix "Problem with replies". This happened only
10069                 on IMAP...
10070         * src/procmsg.c
10071                 Factorize code a bit
10072         * src/compose.c
10073                 Speed improvement on very long messages (wrapping)
10074                 Fix signature color on Reedit and Redirect
10075                 On Reedit, don't attach pgp-signatures parts, but
10076                 set signing to On.
10077
10078 2005-08-24 [paul]       1.9.13cvs58
10079
10080         * src/compose.c
10081                 don't claim success when clicking
10082                 Cancel on the passphrase box.
10083                 Patch by Colin
10084
10085 2005-08-24 [paul]       1.9.13cvs57
10086
10087         * src/main.c
10088                 fix misplaced sylpheed.log
10089         * src/common/defs.h
10090                 define UIDL_DIR
10091
10092 2005-08-24 [paul]       1.9.13cvs56
10093
10094         * src/imap.c
10095         * src/etpan/imap-thread.c
10096         * src/etpan/imap-thread.h
10097                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10098                 Patch by Colin
10099         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10100         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10101                 remove autogenerated files
10102         * tools/kdeservicemenu/README
10103         * tools/kdeservicemenu/install.sh
10104         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10105         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10106                 use Claws icon, use 'Sylpheed-Claws' in menu,
10107                 use kdialog, and other cleanups
10108
10109 2005-08-23 [paul]       1.9.13cvs55
10110
10111         * src/compose.c
10112                 fix paste/wrap crash
10113                 Patch by Colin
10114
10115 2005-08-23 [paul]       1.9.13cvs54
10116
10117         * src/main.c
10118                 fix crash recovery
10119                 Patch by Colin
10120
10121 2005-08-23 [paul]       1.9.13cvs53
10122
10123         * src/addressbook.c
10124         * src/editaddress.c
10125                 view all data of LDAP contacts
10126                 Patch by Colin
10127
10128 2005-08-23 [paul]       1.9.13cvs52
10129
10130         * src/addressbook.c
10131                 fix issues with the Search field
10132                 Patch by Colin
10133
10134 2005-08-22 [paul]       1.9.13cvs51
10135
10136         * src/folderview.c
10137                 put name of folder in processing dialog
10138                 title
10139         * src/prefs_folder_item.c
10140                 improve english usage
10141
10142 2005-08-22 [paul]       1.9.13cvs50
10143
10144         * src/filtering.c
10145         * src/filtering.h
10146         * src/matcher.c
10147         * src/matcher_parser_lex.l
10148         * src/matcher_parser_parse.y
10149         * src/prefs_filtering.c
10150                 add Filtering/Processing rule names feature.
10151                 (the incompatible old matcherrc is saved as
10152                 matcherrc.pre_names).
10153                 Patch by Colin
10154
10155 2005-08-22 [paul]       1.9.13cvs49
10156
10157         * src/procmsg.c
10158                 fix colour labelling
10159                 Patch by Colin
10160
10161 2005-08-22 [paul]       1.9.13cvs48
10162
10163         * src/textview.c
10164                 fix open_image_cb()
10165
10166 2005-08-22 [paul]       1.9.13cvs47
10167
10168         * src/imap.c
10169                 fix bug 789, 'SC crashes with imap (CVS ver)'
10170                 Patch by Colin
10171
10172 2005-08-22 [paul]       1.9.13cvs46
10173
10174         * src/mimeview.c
10175         * src/prefs_common.c
10176         * src/common/defs.h
10177                 define reused defaults in defs.h
10178         * src/textview.c
10179                 add 'Open image' to image popup menu
10180
10181 2005-08-21 [colin]      1.9.13cvs45
10182
10183         * src/summaryview.c
10184                 Fix bug #788 (Bogus "From" address displayed)
10185
10186 2005-08-20 [colin]      1.9.13cvs44
10187
10188         * src/folder.c
10189                 Fix buf #787 (multilevel delete causes SIGSEGV)
10190
10191 2005-08-19 [colin]      1.9.13cvs43
10192
10193         * src/inc.c
10194         * src/prefs_common.c
10195         * src/prefs_common.h
10196                 Add an hidden pref to allow modifying the
10197                 update stepping in incorporation.
10198                 Patch by wwp.
10199
10200 2005-08-19 [colin]      1.9.13cvs42
10201
10202         * src/compose.c
10203         * src/procmime.c
10204                 Workaround for broken MUAs: encode 
10205                 Content-type: name: as ASCII and 
10206                 Content-Disposition: filename: as
10207                 per rfc2231
10208         * src/prefs_account.c
10209                 Fix invisible-ness of SMTP SSL prefs
10210                 in NNTP accounts
10211
10212 2005-08-19 [paul]       1.9.13cvs41
10213
10214         * src/compose.c
10215         * src/prefs_common.c
10216         * src/prefs_common.h
10217         * src/prefs_wrapping.c
10218                 paste with or without wrapping.
10219                 patch by Colin
10220
10221 2005-08-19 [paul]       1.9.13cvs40
10222
10223         * src/prefs_common.c
10224         * src/prefs_common.h
10225         * src/summaryview.c
10226                 reintroduce enable_swap_from as a
10227                 hidden pref. patch by Colin
10228         * src/quote_fmt_parse.y
10229         * src/plugins/clamav/clamav_plugin.c
10230         * src/plugins/dillo_viewer/dillo_viewer.c
10231         * src/plugins/mathml_viewer/mathml_viewer.c
10232         * src/plugins/pgpcore/sgpgme.c
10233         * src/plugins/pgpinline/pgpinline.c
10234         * src/plugins/pgpmime/pgpmime.c
10235                 tidy up. patch by Colin
10236
10237 2005-08-19 [paul]       1.9.13cvs39
10238
10239         * configure.ac
10240                 complete cvs38's sync
10241         * src/editaddress.c
10242         * src/gedit-print.c
10243         * src/mutt.c
10244         * src/etpan/etpan-log.c
10245         * src/etpan/imap-thread.c
10246         * src/gtk/gtksourceprintjob.c
10247                 fix compilation warnings
10248                 (patch by Colin)
10249
10250 2005-08-19 [paul]       1.9.13cvs38
10251
10252         sync with main:
10253
10254         * src/account.c
10255         * src/action.c
10256         * src/addrbook.c
10257         * src/addrcache.c
10258         * src/addrharvest.c
10259         * src/addrindex.c
10260         * src/codeconv.c
10261         * src/compose.c
10262         * src/crash.c
10263         * src/exporthtml.c
10264         * src/exportldif.c
10265         * src/folder.c
10266         * src/image_viewer.c
10267         * src/inc.c
10268         * src/inc.h
10269         * src/jpilot.c
10270         * src/ldif.c
10271         * src/main.c
10272         * src/matcher.c
10273         * src/mbox.c
10274         * src/messageview.c
10275         * src/mh.c
10276         * src/mimeview.c
10277         * src/msgcache.c
10278         * src/mutt.c
10279         * src/news.c
10280         * src/partial_download.c
10281         * src/pine.c
10282         * src/pop.c
10283         * src/prefs_actions.c
10284         * src/prefs_common.c
10285         * src/prefs_customheader.c
10286         * src/prefs_display_header.c
10287         * src/prefs_gtk.c
10288         * src/prefs_themes.c
10289         * src/procheader.c
10290         * src/procmime.c
10291         * src/procmsg.c
10292         * src/recv.c
10293         * src/send_message.c
10294         * src/simple-gettext.c
10295         * src/sourcewindow.c
10296         * src/textview.c
10297         * src/vcard.c
10298         * src/common/defs.h
10299         * src/common/log.c
10300         * src/common/plugin.c
10301         * src/common/prefs.c
10302         * src/common/session.c
10303         * src/common/session.h
10304         * src/common/socket.c
10305         * src/common/socket.h
10306         * src/common/ssl_certificate.c
10307         * src/common/template.c
10308         * src/common/utils.c
10309         * src/common/utils.h
10310         * src/common/xml.c
10311         * src/gtk/about.c
10312         added wrappers for C library function that
10313                 take pathname arguments.
10314                 enabled compilation with MinGW.
10315                 use GDir instead of directly using opendir().
10316                 added rename_force().
10317
10318 2005-08-19 [paul]       1.9.13cvs37
10319         
10320         patches by Colin:
10321         * src/compose.c
10322                 fix privacy settings on re-editing
10323                 a sent message
10324         * src/jpilot.c
10325                 fix encoding bug
10326         * src/folder.c
10327         * src/procmsg.c
10328         * src/procmsg.h
10329         * src/summaryview.c
10330                 flag changing optimisation
10331
10332 2005-08-18 [martin]     1.9.13cvs36
10333
10334         * commitHelper
10335             added my login
10336         * src/addrcache.c
10337         * src/addrharvest.c
10338         * src/addrindex.c
10339         * src/compose.c
10340         * src/grouplistdialog.c
10341         * src/main.c
10342         * src/mainwindow.c
10343         * src/msgcache.c
10344         * src/mutt.c
10345         * src/pine.c
10346         * src/prefs_account.c
10347         * src/prefs_themes.c
10348         * src/stock_pixmap.c
10349         * src/summaryview.c
10350         * src/gtk/about.c
10351         * src/gtk/logwindow.c
10352             removed deprecated glib and gdk stuff
10353         * src/plugins/pgpcore/select-keys.c
10354             convert attributes from locale to utf8
10355
10356 2005-08-17 [paul]       1.9.13cvs35
10357
10358         * src/account.c
10359         * src/addressbook.c
10360                 use new GTK_STOCK_ icons if available
10361         * src/summaryview.c
10362         * src/gtk/gtksctree.c
10363         * src/gtk/gtksctree.h
10364                 faster range select. patch by Colin
10365
10366 2005-08-17 [paul]       1.9.13cvs34
10367
10368         patches by colin:
10369         * src/addressbook.c
10370         * src/addressitem.h
10371                 Add an edit button for contacts, fix selections
10372                 of gtksctree items
10373         * src/editaddress.c
10374                 Change labels, let Save be always possible in the
10375                 email and user atributes tabs
10376         * src/folderview.c
10377                 fix sort issues
10378         * src/summaryview.c
10379                 select next item instead of the displayed one
10380                 after deletion
10381
10382         * src/gtk/progressdialog.c
10383                 use prefs_common.enable_rules_hint
10384
10385 2005-08-13 [hoa]        1.9.13cvs33
10386
10387         * src/etpan/imap-thread.c
10388                 fixed build on Solaris.
10389
10390 2005-08-10 [colin]      1.9.13cvs32
10391
10392         * src/procmsg.c
10393                 Fix cvs31 (missing fclose before reading
10394                 the file)
10395
10396 2005-08-10 [colin]      1.9.13cvs31
10397
10398         * src/procmsg.c
10399                 Fix procmsg_msginfo_new_from_mimeinfo() when
10400                 the MimeInfo isn't stored in memory. This fixes
10401                 replying to an attached message.
10402
10403 2005-08-10 [colin]      1.9.13cvs30
10404
10405         * src/mainwindow.c
10406                 Fix slowness in account changing
10407
10408 2005-08-10 [colin]      1.9.13cvs29
10409
10410         * src/folder.c
10411         * src/folderutils.c
10412         * src/folderview.c
10413         * src/imap_gtk.c
10414         * src/mainwindow.c
10415         * src/mh_gtk.c
10416         * src/procmsg.c
10417         * src/summaryview.c
10418                 Optimize folder_has_parent_of_type
10419                 Prevent moving special sub-folders from contextual menus
10420                 Rework message a bit ("Empty all messages" -> "Delete all
10421                 messages")
10422                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10423                 and "Deleted Items" folders)
10424
10425 2005-08-08 [colin]      1.9.13cvs28
10426
10427         * src/summaryview.c
10428         * src/prefs_summaries.c
10429                 Make "Select first unread|new" more flexible
10430                 (just prioritize new or unread)
10431
10432 2005-08-08 [colin]      1.9.13cvs27
10433
10434         * src/summaryview.c
10435                 If "select first new" is selected and there only
10436                 are unread messages, fallback to "select first
10437                 unread".
10438
10439 2005-08-08 [colin]      1.9.13cvs26
10440
10441         * src/folder.c
10442                 Fix shameful bugs (and bug #779)
10443
10444 2005-08-08 [colin]      1.9.13cvs25
10445
10446         * src/folder.c
10447         * src/folder.h
10448                 Cache parents' type to make folder_has_parent_of_type
10449                 faster
10450         * src/folderview.c
10451                 Forbid DnD of special sub-folders
10452         * src/procmsg.c
10453         * src/procmsg.h
10454                 Add MAIL_POSTFILTERING_HOOK
10455         * src/summaryview.c
10456                 Revert over-zealous deletion of the use_addr_book 
10457                 code
10458
10459 2005-08-07 [colin]      1.9.13cvs24
10460
10461         * src/folder.c
10462                 Fix big mistake (passing MsgInfo instead 
10463                 of FolderItem)
10464
10465 2005-08-07 [colin]      1.9.13cvs23
10466
10467         * src/compose.c
10468         * src/folder.c
10469         * src/folder.h
10470         * src/foldersel.c
10471         * src/folderutils.c
10472         * src/folderview.c
10473         * src/imap.c
10474         * src/mainwindow.c
10475         * src/messageview.c
10476         * src/mh.c
10477         * src/msgcache.c
10478         * src/procmime.c
10479         * src/summaryview.c
10480                 Make subfolders of Drafts, Queue, Outbox, Trash
10481                 work like their parents. 
10482                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10483
10484 2005-08-07 [colin]      1.9.13cvs22
10485
10486         * src/addressbook.c
10487                 Fix bug #771 (Dragged contacts not saved)
10488
10489 2005-08-07 [paul]       1.9.13cvs21
10490
10491         * src/summaryview.c
10492                 fix bug 32 'Search Doesn't display results
10493                 if "Hide Read Messages" is chosen'
10494                 be more literal in interpreting 'Hide read
10495                 messages'
10496
10497 2005-08-07 [colin]      1.9.13cvs20
10498
10499         * src/folderview.c
10500                 Add debug
10501         * src/summaryview.c
10502                 Faster 'unthread_for_execution'
10503
10504 2005-08-06 [paul]       1.9.13cvs19
10505
10506         * src/mainwindow.c
10507                 add mnemonics to Set displayed columns
10508                 fix bug where msgview_visible option was
10509                 overwritten as TRUE on startup
10510
10511 2005-08-06 [paul]       1.9.13cvs18
10512
10513         * src/mainwindow.c
10514                 refer to 'displayed columns in folder/message
10515                 list' not 'displayed items in summary/message view'
10516         * src/prefs_display_header.c
10517                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10518                 be consistent with similar dialogues
10519         * src/prefs_folder_column.c
10520         * src/prefs_summary_column.c
10521                 'columns' not 'items', and folder and message lists,
10522                 instead of folder and summary views;
10523                 Use 'Hidden columns' as list heading not 'Available
10524                 items';
10525                 move the 'Remove' button to the right hand side;
10526                 top-align the buttons;
10527                 remove unneeded vbox
10528         * src/prefs_summaries.c
10529                 put the 2 column prefs buttons in a frame to reduce
10530                 overall width; refer to columns not items &c.
10531
10532 2005-08-05 [colin]      1.9.13cvs17
10533
10534         * src/prefs_common.c
10535         * src/prefs_common.h
10536         * src/mainwindow.c
10537         * src/compose.c
10538         * src/messageview.c
10539                 Add an hidden toolbar_detachable pref, so
10540                 that I can get rid of these painful handles
10541                 in the toolbars. Defaults to TRUE to avoid
10542                 changing the GUI on unsuspecting people...
10543
10544 2005-08-05 [colin]      1.9.13cvs16
10545
10546         * src/Makefile.am
10547         * src/prefs_folder_column.c
10548         * src/prefs_folder_column.h
10549                 Add prefs for folder columns
10550         * src/folderview.c
10551         * src/folderview.h
10552         * src/mainwindow.c
10553         * src/mainwindow.h
10554         * src/prefs_common.c
10555         * src/prefs_common.h
10556         * src/prefs_summaries.c
10557                 Use them
10558         * src/prefs_summary_column.c
10559         * src/summaryview.c
10560         * src/summaryview.h
10561                 Add a To column
10562         * src/textview.c
10563         * src/common/utils.c
10564         * src/common/utils.h
10565                 Move uri colourisation functions
10566                 to utils
10567         * src/compose.c
10568                 Colourise URIs
10569         * src/imap.c
10570                 Fix bug with LIST where we'd try
10571                 to get Folder//////[...]/// 
10572
10573 2005-08-05 [paul]       1.9.13cvs15
10574
10575         * src/prefs_summaries.c
10576                 improve the English usage
10577         * src/summaryview.c
10578                 set font on column change
10579                 thanks to Colin
10580
10581 2005-08-05 [paul]       1.9.13cvs14
10582
10583         * src/prefs_common.c
10584         * src/prefs_common.h
10585         * src/prefs_summaries.c
10586         * src/summaryview.c
10587                 replace 'open_unread_on_enter' option with
10588                 'select_on_entry' option. opening/not opening
10589                 is now exclusively controlled by 'always_show_msg'
10590
10591 2005-08-04 [colin]      1.9.13cvs13
10592
10593         * src/compose.c
10594                 Remove dead code
10595                 Add colourisation of quotes and signatures
10596         * src/folderview.c
10597                 Fix possible crashes
10598         * src/messageview.c
10599                 Change an assert that is no problem
10600         * src/news.c
10601         * src/news_gtk.c
10602         * src/news_gtk.h
10603                 Fix offline mode
10604         * src/gtk/quicksearch.c
10605                 Fix a possible crash
10606
10607 2005-08-03 [colin]      1.9.13cvs12
10608
10609         * src/prefs_account.c
10610                 Fix bug #777 (Sylpheed crash in account configuration)
10611
10612 2005-08-03 [colin]      1.9.13cvs11
10613
10614         * src/addressbook.c
10615         * src/editaddress.c
10616         * src/editgroup.c
10617                 Fixing addressbook, round 2
10618         * src/textview.c
10619                 Fix emphasis color on rechecking 'Colorize messages'
10620
10621 2005-08-03 [paul]       1.9.13cvs10
10622
10623         sync with main
10624
10625         * src/addr_compl.c
10626         * src/compose.c
10627         * src/main.c
10628         * src/pop.c
10629         * src/prefs_account.c
10630         * src/procmime.c
10631         * src/procmsg.c
10632         * src/quote_fmt_parse.y
10633         * src/textview.c
10634         * src/common/quoted-printable.c
10635         * src/common/utils.c
10636         * src/common/utils.h
10637         * src/common/xml.c
10638                 replaced incorrect locale-independent
10639                 ctype functions with GLib's. Corrected
10640                 signedness mismatch.
10641         * src/headerview.c
10642                 headerview_create(): added spacing for vbox.
10643         * src/gtk/about.c
10644                 set focus to the OK button.
10645
10646 2005-08-03 [colin]      1.9.13cvs9
10647
10648         * src/folderview.c
10649                 Fix possible crash
10650
10651 2005-08-02 [colin]      1.9.13cvs8
10652
10653         * src/mainwindow.c
10654                 Fix cast
10655         * src/addressbook.c
10656         * src/addressitem.h
10657                 Fix a cast and more generally, try to make the
10658                 GUI more intuitive and consistent (round 1)
10659
10660 2005-08-02 [paul]       1.9.13cvs7
10661
10662         * src/folder.h
10663                 missing in 1.9.13cvs6
10664
10665 2005-08-02 [colin]      1.9.13cvs6
10666
10667         * src/folder.c
10668                 Fix one more leak
10669
10670 2005-08-02 [colin]      1.9.13cvs5
10671
10672         * src/folder.c
10673         * src/folderview.c
10674         * src/imap.c
10675         * src/main.c
10676         * src/mbox.c
10677         * src/procmsg.c
10678         * src/summaryview.c
10679                 Fix a number of folder_item_get_msg_list()-related
10680                 leaks (missing procmsg_msginfo_free()s)
10681
10682 2005-08-01 [colin]      1.9.13cvs4
10683
10684         * src/folderview.c
10685         * src/folderview.h
10686         * src/mainwindow.c
10687         * src/prefs_fonts.c
10688         * src/prefs_summaries.c
10689         * src/prefs_themes.c
10690         * src/summaryview.c
10691         * src/summaryview.h
10692         * src/textview.c
10693         * src/textview.h
10694                 Fix instant-apply of summary and folderview-related prefs
10695                 Fix erroneous g_free and alertpanels in prefs_theme
10696                 Add instant-apply for fonts
10697                 Defer applying of prefs a little bit so it's done only
10698                 once even if requested by multiples prefs pages
10699
10700 2005-08-01 [paul]       1.9.13cvs3
10701
10702         * src/main.c
10703                 fix bug 776 'S.C. crashes on close'
10704                 thanks to Colin
10705         * src/etpan/etpan-thread-manager-types.h
10706                 add missing include
10707                 thanks to Hoa
10708
10709 2005-07-25 [paul]       1.9.13cvs2
10710
10711         * src/summaryview.c
10712                 fix typos. spotted by Fabien Vantard
10713
10714 2005-07-24 [paul]       1.9.13cvs1
10715
10716         * doc/man/sylpheed.1
10717                 update man page, incorporating fix of
10718                 bug 769 'Typo in manpage'
10719         * src/etpan/imap-thread.c
10720                 fix NetBSD openssl dependencies. patch by
10721                 George Michaelson <ggm@apnic.net>
10722         * po/pt_BR.po
10723                 updated by Frederico Goncalves Guimaraes
10724
10725 2005-07-22 [paul]       1.9.13
10726
10727         1.9.13 release
10728
10729 2005-07-22 [paul]       1.9.12cvs91
10730
10731         * AUTHORS
10732         * INSTALL
10733         * README.claws
10734         * RELEASE_NOTES.claws
10735                 updated for release
10736         * configure.ac
10737         * po/nb.po
10738         * tools/claws.i18n.status.pl
10739                 add Norwegian translation. submiited by
10740                 Geir Helland <pjallabais@users.sourceforge.net>
10741         * po/ca.po
10742         * po/de.po
10743         * po/es.po
10744         * po/fi.po
10745         * po/fr.po
10746         * po/it.po
10747         * po/sk.po
10748         * po/sr.po
10749         * po/zh_CN.po
10750                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10751                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10752                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10753                 Yang Guilong
10754         * src/plugins/clamav/clamav_plugin_gtk.c
10755         * src/plugins/spamassassin/spamassassin_gtk.c
10756                 replace outdated description strings
10757
10758 2005-07-21 [colin]      1.9.12cvs90
10759
10760         * src/folder.c
10761                 Set folder to batch mode when scanning it. Makes deletion
10762                 of unread mails on IMAP much faster (due to the UNREAD 
10763                 flag unsetting)
10764
10765 2005-07-21 [darko]      1.9.12cvs89
10766
10767         * configure.ac
10768                 link against libresolv if necessary (patch by Paul)
10769         * src/msgcache.c
10770                 use glib's portable macros to determine endianness
10771
10772 2005-07-21 [paul]       1.9.12cvs88
10773
10774         * src/crash.c
10775         * src/gtk/about.c
10776                 update compiled-in features list
10777
10778 2005-07-20 [colin]      1.9.12cvs87
10779
10780         * src/folder.c
10781         * src/textview.c
10782                 Gcc 2.9x compilation fixes, thanks to Darko
10783         * src/plugins/clamav/clamav_plugin.c
10784                 Little optimisation: load virus database only once
10785         * src/plugins/spamassassin/spamassassin.c
10786                 Big optimisation: filtering one mail took at least 1 second,
10787                 now it takes at least 50ms. Doesn't speed up spamassassin 
10788                 itself, but should already be much more tolerable.
10789
10790 2005-07-20 [colin]      1.9.12cvs86
10791
10792         * src/summaryview.c
10793                 Fix performance issue
10794
10795 2005-07-19 [colin]      1.9.12cvs85
10796
10797         * src/plugins/pgpinline/plugin.c
10798                 Fix warning
10799
10800 2005-07-19 [colin]      1.9.12cvs84
10801
10802         * configure.ac
10803         * src/plugins/Makefile.am
10804         * src/plugins/pgpinline/.cvsignore
10805         * src/plugins/pgpinline/Makefile.am
10806         * src/plugins/pgpinline/pgpinline.c
10807         * src/plugins/pgpinline/pgpinline.deps
10808         * src/plugins/pgpinline/pgpinline.h
10809         * src/plugins/pgpinline/plugin.c
10810                 Put pgpinline in the main tree
10811
10812 2005-07-19 [paul]       1.9.12cvs83
10813
10814         * src/prefs_actions.c
10815                 prevent '//' in menu names, which cause a crash
10816                 thanks to Colin
10817
10818 2005-07-19 [paul]       1.9.12cvs82
10819
10820         * configure.ac
10821                 be generally more informative in configure output.
10822                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10823                 '[ --disable-openssl ...', as --enable-openssl is default
10824                 PGP/MIME: don't check for GPGME again, check for
10825                 pgpcore instead. Therefore prevent the possibility of
10826                 attempting to build pgpmime if pgpcore dependencies are
10827                 not met
10828                 ClamAV: use pkgconfig to check for lib
10829                 libgnomeprint: revert logic on inner test to match
10830                 everything else
10831         * src/plugins/pgpcore/sgpgme.c
10832                 add missing include
10833
10834 2005-07-19 [colin]      1.9.12cvs81
10835
10836         * src/summaryview.c
10837                 Fix slow thread rebuilding in particular
10838                 cases
10839
10840 2005-07-19 [paul]       1.9.12cvs80
10841
10842         * sylpheed-claws.desktop
10843                 fix typo, spotted by Stephan Sachse
10844         * src/account.c
10845                 replace GTK_STOCK_ADD with
10846                 GTK_STOCK_NEW button
10847
10848 2005-07-18 [colin]      1.9.12cvs79
10849
10850         * src/etpan/imap-thread.c
10851                 Fix return value (Thanks Hoa)
10852
10853 2005-07-18 [colin]      1.9.12cvs78
10854
10855         * src/imap.c
10856                 Allow empty passwords
10857                 Create drafts/queue/outbox if necessary
10858         * src/summaryview.c
10859                 Remove old code
10860         * src/etpan/imap-thread.c
10861                 Fix STARTTLS (Thanks to Hoa)
10862
10863 2005-07-18 [paul]       1.9.12cvs77
10864
10865         * ChangeLog-gtk2.jp
10866         * ChangeLog.jp
10867                 removed
10868         * Makefile.am
10869                 updated to reflect additions and removals
10870         * TODO
10871                 updated to be claws-specific
10872         * TODO-gtk2
10873         * TODO-gtk2.jp
10874         * TODO.jp
10875         * sylpheed-128x128.png
10876         * sylpheed-64x64.png
10877                 removed
10878         * sylpheed-claws-128x128.png
10879         * sylpheed-claws-64x64.png
10880         * sylpheed-claws.desktop
10881         * sylpheed-claws.png
10882                 added
10883         * sylpheed.desktop
10884         * sylpheed.png
10885                 removed
10886
10887 2005-07-17 [paul]       1.9.12cvs76
10888
10889         * src/account.c
10890         * src/addressbook.c
10891         * src/alertpanel.c
10892         * src/alertpanel.h
10893         * src/compose.c
10894         * src/exphtmldlg.c
10895         * src/expldifdlg.c
10896         * src/folderview.c
10897         * src/imap_gtk.c
10898         * src/inc.c
10899         * src/message_search.c
10900         * src/messageview.c
10901         * src/mh_gtk.c
10902         * src/news_gtk.c
10903         * src/prefs_actions.c
10904         * src/prefs_filtering.c
10905         * src/prefs_matcher.c
10906         * src/prefs_template.c
10907         * src/prefs_themes.c
10908         * src/ssl_manager.c
10909         * src/summary_search.c
10910         * src/textview.c
10911         * src/toolbar.c
10912         * src/gtk/sslcertwindow.c
10913         * src/plugins/pgpcore/sgpgme.c
10914                 rework alertpanels
10915
10916 2005-07-17 [colin]      1.9.12cvs75
10917
10918         * src/privacy.c
10919                 add a PrivacySystem accessor that checks that
10920                 the system cached in a MimeInfo's privacydata
10921                 is still registered. Use this accessor instead
10922                 of directly using data->system. Fixes crashes
10923                 after unloading pgp plugins.
10924
10925 2005-07-17 [colin]      1.9.12cvs74
10926
10927         * src/alertpanel.c
10928                 Change geometry hints to a simple default size.
10929                 Fixes the certs dialogs.
10930
10931 2005-07-17 [colin]      1.9.12cvs73
10932
10933         * src/gtk/sslcertwindow.c
10934                 Use a gtkExpander
10935
10936 2005-07-17 [colin]      1.9.12cvs72
10937
10938         * src/plugins/pgpcore/Makefile.am
10939         * src/plugins/pgpmime/Makefile.am
10940                 Add gpgme libs
10941
10942 2005-07-17 [paul]       1.9.12cvs71
10943
10944         * configure.ac
10945                 add --disable-gnomeprint option
10946                 modified version of patch by Marius Mauch
10947
10948 2005-07-17 [paul]       1.9.12cvs70
10949
10950         * src/common/defs.h
10951                 update urls
10952         * src/account.c
10953         * src/action.c
10954         * src/addressbook.c
10955         * src/compose.c
10956         * src/foldersel.c
10957         * src/folderview.c
10958         * src/html.c
10959         * src/imap_gtk.c
10960         * src/main.c
10961         * src/mainwindow.c
10962         * src/messageview.c
10963         * src/mh_gtk.c
10964         * src/mimeview.c
10965         * src/news_gtk.c
10966         * src/prefs_account.c
10967         * src/prefs_send.c
10968         * src/prefs_summaries.c
10969         * src/procmsg.c
10970         * src/summaryview.c
10971         * src/common/utils.c
10972         * src/common/xml.c
10973         * src/plugins/pgpcore/passphrase.c
10974         * src/plugins/pgpcore/select-keys.c
10975                 replace inappropriately used backticks
10976                 with single quotes
10977
10978 2005-07-16 [colin]      1.9.12cvs69
10979
10980         * src/image_viewer.c
10981                 Add extra paranoid checks
10982
10983 2005-07-16 [colin]      1.9.12cvs68
10984
10985         * src/plugins/pgpcore/prefs_gpg.c
10986                 Don't auto-check sigs by default, as it
10987                 can be really slow.
10988
10989 2005-07-16 [colin]      1.9.12cvs67
10990
10991         * src/plugins/pgpcore/sgpgme.c
10992                 Make messages a bit better.
10993
10994 2005-07-16 [colin]      1.9.12cvs66
10995
10996         * src/imap.c
10997                 Remove pseudo-log
10998         * src/etpan/imap-thread.c
10999                 Add real log
11000
11001 2005-07-16 [colin]      1.9.12cvs65
11002
11003         * src/main.c
11004         * src/prefs_other.c
11005                 And now, fix build with libetpan :-/
11006
11007 2005-07-15 [colin]      1.9.12cvs64
11008
11009         * src/prefs_other.c
11010                 Continue fixing build without libetpan.
11011
11012 2005-07-15 [colin]      1.9.12cvs63
11013
11014         * src/main.c
11015                 Fix build with --disable-libetpan
11016
11017 2005-07-15 [colin]      1.9.12cvs62
11018
11019         * configure.ac
11020                 Bump libetpan's version
11021
11022 2005-07-15 [colin]      1.9.12cvs61
11023
11024         * src/etpan/imap-thread.c
11025                 Actually stop logging :)
11026
11027 2005-07-15 [colin]      1.9.12cvs60
11028
11029         * src/addressbook.c
11030                 Fix dnd of multiple addresses.
11031
11032 2005-07-15 [hoa]        1.9.12cvs59
11033
11034         * src/etpan/imap-thread.c
11035             disable login of IMAP password in libetpan log file.
11036
11037 2005-07-15 [paul]       1.9.12cvs58
11038
11039         * src/account.c
11040                 don't automatically sort
11041                 do allow drag n drop
11042
11043 2005-07-15 [paul]       1.9.12cvs57
11044
11045         * src/account.c
11046         * src/ssl_manager.c
11047                 alphabetical listing
11048
11049 2005-07-15 [paul]       1.9.12cvs56
11050
11051         * src/gtk/pluginwindow.c
11052                 sort plugin list alphabetically
11053
11054 2005-07-15 [paul]       1.9.12cvs55
11055
11056         * src/prefs_spelling.c
11057         * src/prefs_wrapping.c
11058                 unify English usage
11059
11060 2005-07-15 [colin]      1.9.12cvs54
11061
11062         * src/wizard.c
11063                 Typo fix
11064
11065 2005-07-15 [paul]       1.9.12cvs53
11066
11067         * src/prefs_message.c
11068                 make 'show cursor' a hidden option
11069
11070 2005-07-14 [colin]      1.9.12cvs52
11071
11072         * src/plugins/spamassassin/Makefile.am
11073         * src/plugins/clamav/Makefile.am
11074                 Fix double EXTRA_DISTs
11075
11076 2005-07-14 [colin]      1.9.12cvs51
11077
11078         * src/plugins/clamav/Makefile.am
11079         * src/plugins/clamav/clamav_plugin_gtk.deps
11080         * src/plugins/spamassassin/Makefile.am
11081         * src/plugins/spamassassin/spamassassin_gtk.deps
11082                 Make $plugin_gtk depend on $plugin
11083
11084 2005-07-14 [hoa]        1.9.12cvs50
11085
11086         * src/etpan/imap-thread.c
11087                 enable debug log of libetpan when running with --debug
11088
11089 2005-07-14 [colin]      1.9.12cvs49
11090
11091         * configure.ac
11092         * src/common/Makefile.am
11093         * src/common/plugin.c
11094         * src/common/plugin.h
11095                 Add a little plugin dependancy system.
11096                 Plugins can ship a $plugin_name.deps file
11097                 (near them in PLUGINDIR) so that their
11098                 dependancies are loaded if possible.
11099         * src/plugins/Makefile.am
11100         * src/plugins/pgpcore/Makefile.am
11101         * src/plugins/pgpcore/passphrase.c
11102         * src/plugins/pgpcore/passphrase.h
11103         * src/plugins/pgpcore/plugin.c
11104         * src/plugins/pgpcore/prefs_gpg.c
11105         * src/plugins/pgpcore/prefs_gpg.h
11106         * src/plugins/pgpcore/select-keys.c
11107         * src/plugins/pgpcore/select-keys.h
11108         * src/plugins/pgpcore/sgpgme.c
11109         * src/plugins/pgpcore/sgpgme.h
11110                 Introduce pgpcore, used by pgpmime and
11111                 pgpinline
11112         * src/plugins/pgpmime/Makefile.am
11113         * src/plugins/pgpmime/passphrase.c
11114         * src/plugins/pgpmime/passphrase.h
11115         * src/plugins/pgpmime/pgpmime.c
11116         * src/plugins/pgpmime/pgpmime.deps
11117         * src/plugins/pgpmime/plugin.c
11118         * src/plugins/pgpmime/prefs_gpg.c
11119         * src/plugins/pgpmime/prefs_gpg.h
11120         * src/plugins/pgpmime/select-keys.c
11121         * src/plugins/pgpmime/select-keys.h
11122         * src/plugins/pgpmime/sgpgme.c
11123         * src/plugins/pgpmime/sgpgme.h
11124                 Remove the core from pgpmime and add the
11125                 dependancy to pgpcore.
11126
11127 2005-07-14 [paul]       1.9.12cvs48
11128
11129         * src/stock_pixmap.c
11130                 forgot this in last commit
11131
11132 2005-07-14 [paul]       1.9.12cvs47
11133
11134         * src/account.c
11135         * src/addressbook.c
11136                 add accelerators for the buttons (sync with main)
11137         * src/compose.c
11138         * src/compose.h
11139                 add accelerators for the buttons.
11140                 fix editing with external editor.
11141                 replace gdk_input_*() with GIOChannel;
11142                 (sync with main)
11143         * src/foldersel.c
11144                 display folder names with new/unread
11145                 representation (sync with main)
11146         * src/main.c
11147                 specify default window icon (sync with main)
11148         * src/prefs_common.c
11149                 use_addr_book default to FALSE
11150         * src/summaryview.c
11151         * src/textview.c
11152                 add accelerators for the buttons (sync with main)
11153         * src/gtk/menu.c
11154                 fix typos
11155         * src/pixmaps/sylpheed_icon.xpm
11156                 updated
11157
11158 2005-07-13 [paul]       1.9.12cvs46
11159
11160         * src/plugins/pgpmime/pgpmime.c
11161         * src/plugins/pgpmime/sgpgme.c
11162                 (temporarily) use deprecated gpgme_data_rewind()
11163                 while largefile support is not present
11164                 (as suggested by Colin)
11165
11166 2005-07-13 [paul]       1.9.12cvs45
11167
11168         * configure.ac
11169                 remove large file support (for now):
11170                 it breaks too many things
11171
11172 2005-07-13 [paul]       1.9.12cvs44
11173
11174         * configure.ac
11175                 add large file support
11176         * src/html.c
11177                 fix bug #763 where href attribute was not
11178                 the very first attribute of a link
11179                 patch by Thomas Gilgin
11180
11181 2005-07-13 [colin]      1.9.12cvs43
11182
11183         * src/gtk/pluginwindow.c
11184                 Little portability fix
11185
11186 2005-07-13 [colin]      1.9.12cvs42
11187
11188         * src/plugins/pgpmime/sgpgme.c
11189                 Fix crasher.
11190
11191 2005-07-13 [colin]      1.9.12cvs41
11192
11193         * src/plugins/pgpmime/pgpmime.c
11194         * src/plugins/pgpmime/sgpgme.c
11195                 Use gpgme_data_release_and_get_mem instead
11196                 of gpgme_data_read.
11197
11198 2005-07-13 [colin]      1.9.12cvs40
11199
11200         * configure.ac
11201         * src/plugins/pgpmime/passphrase.c
11202         * src/plugins/pgpmime/passphrase.h
11203         * src/plugins/pgpmime/pgpmime.c
11204         * src/plugins/pgpmime/plugin.c
11205         * src/plugins/pgpmime/select-keys.c
11206         * src/plugins/pgpmime/select-keys.h
11207         * src/plugins/pgpmime/sgpgme.c
11208         * src/plugins/pgpmime/sgpgme.h
11209                 Port pgpmime to gpgme-1.0.
11210
11211 2005-07-12 [paul]       1.9.12cvs39
11212
11213         * AUTHORS
11214         * src/toolbar.c
11215         * src/toolbar.h
11216                 add a 'Go to Prev' button to the toolbar.
11217                 correct tooltip text of go to buttons.
11218                 based on patch by Yang Guilong <bamanzi@gmail.com>
11219
11220 2005-07-12 [colin]      1.9.12cvs38
11221
11222         * src/statusbar.c
11223                 Fix progress bar showing stuff at startup.
11224
11225 2005-07-12 [paul]       1.9.12cvs37
11226
11227         * src/editjpilot.c
11228                 fix building with jpilot support
11229
11230 2005-07-11 [colin]      1.9.12cvs36
11231
11232         * src/inc.c
11233                 Add visual indication that filtering is running
11234         * src/textview.c
11235                 Make {}[] uri delimiters
11236         * src/summaryview.c
11237                 Remove useless (and slow) calls
11238
11239 2005-07-11 [paul]       1.9.12cvs35
11240
11241         * src/plugins/clamav/clamav_plugin_gtk.c
11242         * src/plugins/dillo_viewer/dillo_prefs.c
11243         * src/plugins/pgpmime/prefs_gpg.c
11244         * src/plugins/spamassassin/spamassassin_gtk.c
11245                 gather plugins prefs together under their
11246                 own 'Plugins' heading
11247
11248 2005-07-11 [paul]       1.9.12cvs34
11249
11250         sync with main
11251
11252         * src/account.c
11253                 account_delete(): modified alert dialog
11254         * src/editjpilot.c
11255         * src/editvcard.c
11256                 fixed a crash when cancelling file selection
11257                 dialog by Escape key. Made non-ascii filename
11258                 selectable.
11259         * src/prefs_template.c
11260                 prefs_template_window_create(): make scrolled
11261                 window policy AUTOMATIC
11262
11263 2005-07-10 [hoa]        1.9.12cvs33
11264
11265         * src/etpan/imap-thread.c
11266                 workaround for old Courier IMAP servers.
11267
11268 2005-07-10 [colin]      1.9.12cvs32
11269
11270         * src/folder.c
11271         * src/statusbar.c
11272         * src/statusbar.h
11273                 Add visual progress indicator on filtering/processing
11274                 Factorize the progress bar code
11275         * src/imap.c
11276         * src/imap.h
11277         * src/etpan/imap-thread.c
11278                 Add a reference counter to avoid destroying the Folder
11279                 while it's in use by another callback.
11280
11281 2005-07-09 [hoa]        1.9.12cvs31
11282
11283         * src/imap.c
11284         * src/etpan/imap-thread.c
11285                 fixed deadlock when removing IMAP account.
11286
11287 2005-07-08 [colin]      1.9.12cvs30
11288
11289         * src/textview.c
11290         * src/unmime.c
11291                 Fix again problems decoding broken headers
11292         * src/gtk/inputdialog.c
11293                 Fix local variable shadowing a global one
11294
11295 2005-07-08 [colin]      1.9.12cvs29
11296
11297         * src/msgcache.c
11298                 Make the cache/mark files platform-agnostic by writing
11299                 them in little-endian format. Reading them is also done
11300                 in little-endian format, of course; however, in order
11301                 to avoid trashing mark data on big-endian machines, the
11302                 files are, at first, read from the native format if the
11303                 little-endian one doesn't exist. This is easy to deter-
11304                 mine by trying to open a file with a swapped data_ver
11305                 and seeing if it's the wanted version.
11306                 Little-endian using users should see absolutely no
11307                 difference, Big-endian users may get a very little
11308                 performance drop due to byte-swapping.
11309                 Tested on i386 and ppc32. 
11310                 Fixes bug #159 (The index file, in the mailboxes, is 
11311                 hardware depending).
11312
11313                 To have the cache/mark files updated to the new little-
11314                 endian format, "Check for new messages" or even
11315                 "Rebuild folder tree" aren't enough. Files will be
11316                 updated as soon as a folder has been opened/closed.
11317                 To update everything, just select all folders by
11318                 selecting them one by one.
11319
11320 2005-07-07 [colin]      1.9.12cvs28
11321
11322         * src/imap.c
11323                 Remember the folder separator per IMAPFolder
11324                 instead of globally.
11325                 Revive the Session on noop; fixes bug #761
11326                 (mark a bunch of unread messages as read takes 
11327                 forever)
11328
11329 2005-07-07 [darko]      1.9.12cvs27
11330
11331         * src/common/template.c
11332                 Sort templates alphabetically
11333
11334 2005-07-06 [colin]      1.9.12cvs26
11335
11336         * src/imap.c
11337                 Try to use the correct separator in
11338                 most cases. Possibly fixes bug #759
11339                 (only creates the INBOX folder when 
11340                 setting up new IMAP account) and 
11341                 bug #760 (Can't retrieve messages)
11342
11343 2005-07-06 [colin]      1.9.12cvs25
11344
11345         * src/imap.c
11346                 Use real_path in status command. This will
11347                 help later, when namespaces will be used.
11348
11349 2005-07-06 [colin]      1.9.12cvs24
11350
11351         * configure.ac
11352         * src/account.c
11353         * src/folder.c
11354         * src/imap.c
11355         * src/etpan/etpan-log.c
11356         * src/etpan/etpan-thread-manager.c
11357         * src/etpan/imap-thread.c
11358                 Add a --disable-libetpan parameter. With this,
11359                 users that don't want IMAP4 support can avoid
11360                 the new dependancy (and have no IMAP support).
11361                 Users that have IMAP4 accounts and use this
11362                 parameter won't lose their configuration, their
11363                 IMAP accounts will just be invisible and not
11364                 used.
11365         * src/textview.c
11366                 Make the "Copy ..." contextual menu items 
11367                 copy to both the X clipboard and the gtk 
11368                 clipboard - as most other apps do.
11369         * src/gtk/about.c
11370                 Add a notice about OpenSSL usage, in order to
11371                 comply with OpenSSL's license (point 6):
11372                 http://www.openssl.org/source/license.html
11373
11374 2005-07-06 [colin]      1.9.12cvs23
11375
11376         * src/alertpanel.c
11377                 Fix a minimum size for alertpanels
11378         * src/compose.c
11379                 Show 'No space left on device' type errors
11380                 when queuing/sending
11381         * src/imap_gtk.c
11382         * src/mh_gtk.c
11383                 Rework folder's deletion message (remove 
11384                 extra \n)
11385
11386 2005-07-05 [colin]      1.9.12cvs22
11387
11388         * src/imap.c
11389                 Add an alertpanel on auth error
11390                 Add pseudo-log
11391                 Remove pthread-related stuff
11392
11393 2005-07-05 [colin]      1.9.12cvs21
11394
11395         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11396                 Fix crash on plugin reloading (with a hack)
11397
11398 2005-07-05 [colin]      1.9.12cvs20
11399
11400         * src/prefs_account.c
11401         * src/prefs_account.h
11402                 Fix typo
11403         * src/gtk/filesel.c
11404         * src/gtk/filesel.h
11405                 Add a way to filter the view
11406         * src/gtk/pluginwindow.c
11407                 Filter loadable stuff
11408         * src/plugins/pgpmime/prefs_gpg.c
11409                 Fix missing unregistration
11410         * .cvsignore
11411         * src/etpan/.cvsignore
11412         * src/plugins/spamassassin/.cvsignore
11413                 Add more stuff to cvs ignored files
11414
11415 2005-07-04 [colin]      1.9.12cvs19
11416
11417         * src/imap.c
11418                 Fix scan_required returning FALSE when it
11419                 shouldn't. Maybe fix #760 (Can't retrieve
11420                 messages)
11421
11422 2005-07-04 [colin]      1.9.12cvs18
11423
11424         * src/summaryview.c
11425                 Fix always_show_msg pref
11426
11427 2005-07-04 [paul]       1.9.12cvs17
11428
11429         sync with main (forgotten in last commit)
11430         
11431         * src/common/utils.c
11432         * src/common/utils.h
11433                 check_line_length(): new.
11434                 is_dir_exist()
11435                 is_file_entry_exist()
11436                 dirent_is_regular_file()
11437                 dirent_is_directory(): use g_file_test() instead of stat().
11438
11439 2005-07-04 [paul]       1.9.12cvs16
11440
11441         sync with main:
11442
11443         * src/compose.c
11444                 compose_write_to_file(): check for line
11445                 length limit and display warning if exceeds
11446         * src/jpilot.c
11447                 use get_home_dir() instead of g_get_home_dir()
11448         * src/procheader.c
11449                 removed warning about invalid date
11450         * src/vcard.c
11451                 use get_home_dir() instead of g_get_home_dir()
11452
11453 2005-07-04 [paul]       1.9.12cvs15
11454
11455         * src/stock_pixmap.c
11456                 fix new pixmap naming errors
11457                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11458
11459 2005-07-04 [colin]      1.9.12cvs14
11460
11461         * src/imap.c
11462                 Fix debugging string with a warning
11463
11464 2005-07-04 [colin]      1.9.12cvs13
11465
11466         * configure.ac
11467                 Add a check for libetpan's version (>= 0.37)
11468
11469 2005-07-04 [hoa]        1.9.12cvs12
11470
11471         * commitHelper
11472         * src/imap.c
11473         * src/etpan/imap-thread.c
11474         * src/etpan/imap-thread.h
11475                 fixed IMAP implementation of check of mails.
11476
11477 2005-07-03 [hoa]        1.9.12cvs11
11478
11479         * src/etpan/Makefile.am
11480         * src/etpan/etpan-errors.h
11481         * src/etpan/etpan-log.[ch]
11482         * src/etpan/etpan-thread-manager-types.h
11483         * src/etpan/etpan-thread-manager.[ch]
11484         * src/etpan/imap-thread.[ch]
11485         * src/Makefile.am
11486         * src/imap.c
11487         * src/main.c
11488         * src/prefs_other.c
11489         * configure.ac
11490             merged imap branch.
11491             dependency on libetpan 0.37 is now added.
11492
11493 2005-07-01 [colin]      1.9.12cvs10
11494
11495         * src/Makefile.am
11496         * src/folder.c
11497         * src/folder.h
11498         * src/folderview.c
11499         * src/stock_pixmap.c
11500         * src/stock_pixmap.h
11501         * src/plugins/trayicon/trayicon.c
11502                 Add marked symbol on folders containing
11503                 marked messages
11504         * src/procmsg.c
11505         * src/procmsg.h
11506         * src/toolbar.c
11507         * src/prefs_common.c
11508         * src/prefs_common.h
11509         * src/prefs_send.c
11510                 Add an optional confirmation dialog on queue
11511                 sending. Patch by wwp.
11512         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11513         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11514         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11515         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11516         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11517         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11518         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11519         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11520         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11521         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11522         * src/pixmaps/trash_mark.xpm            ** ADDED **
11523                 New pixmaps
11524
11525 2005-07-01 [colin]      1.9.12cvs9
11526
11527         * src/summaryview.c
11528                 Fix a little threading bug
11529         * src/addrgather.c
11530         * src/mainwindow.c
11531                 A little bit of HIG normality never hurts
11532
11533 2005-07-01 [colin]      1.9.12cvs8
11534
11535         * src/compose.c
11536         * src/msgcache.c
11537         * src/pop.c
11538         * src/procmime.c
11539         * src/recv.c
11540         * src/common/log.c
11541         * src/common/template.c
11542         * src/common/utils.c
11543         * src/common/utils.h
11544                 Reverted the fwrite_atomic stuff. In fact
11545                 it is already atomic.
11546
11547 2005-06-30 [colin]      1.9.12cvs7
11548
11549         * src/common/utils.c
11550         * src/common/utils.h
11551                 Add an fwrite_atomic() function to make
11552                 sure we write everything: fwrite can make
11553                 short writes.
11554         * src/compose.c
11555         * src/msgcache.c
11556         * src/pop.c
11557         * src/procmime.c
11558         * src/recv.c
11559         * src/common/log.c
11560         * src/common/template.c
11561                 Use that (and fix swapping of size and nmemb).
11562                 Thanks to Rich Coe for the heads up.
11563
11564 2005-06-30 [colin]      1.9.12cvs6
11565
11566         * src/addressbook.c
11567                 Optimize addressbook opening 
11568
11569 2005-06-30 [colin]      1.9.12cvs5
11570
11571         * src/summaryview.c
11572                 Remove calls to summary_step after move/copy
11573
11574 2005-06-28 [paul]       1.9.12cvs4
11575
11576         * src/alertpanel.c
11577                 wrap and make the error msg selectable
11578
11579 2005-06-28 [paul]       1.9.12cvs3
11580
11581         * src/ssl_manager.c
11582                 replace the OK button with a Close button
11583         * src/gtk/foldersort.c
11584                 use GTK_STOCK_ icons/buttons
11585
11586 2005-06-28 [colin]      1.9.12cvs2
11587
11588         * src/gedit-print.c             ** ADDED **
11589         * src/gedit-print.h             ** ADDED **
11590         * src/gtk/gtksourceprintjob.c   ** ADDED **
11591         * src/gtk/gtksourceprintjob.h   ** ADDED **
11592                 I can't believe no one had enough time to tell
11593                 me I forgot the `cvs add`
11594
11595 2005-06-27 [colin]      1.9.12cvs1
11596
11597         * src/Makefile.am
11598         * src/gtk/Makefile.am
11599         * src/messageview.c
11600         * src/procmsg.c
11601         * src/summaryview.c
11602         * configure.ac
11603                 Add optional libgnomeprint-based printing
11604         * src/mainwindow.c
11605         * src/gtk/quicksearch.c
11606                 Add an Edit/Quick search menu item to show
11607                 and focus the quicksearch
11608
11609 2005-06-27 [paul]       1.9.12
11610
11611         1.9.12 release
11612
11613         * po/ca.po
11614         * po/de.po
11615         * po/es.po
11616         * po/fr.po
11617         * po/it.po
11618         * po/ko.po
11619         * po/pt_BR.po
11620         * po/sk.po
11621         * po/zh_CN.po
11622                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11623                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11624                 SungHyun Nam, Frederico Goncalves Guimaraes,
11625                 Andrej Kacian, and Yang Guilong
11626 2005-06-26 [colin]      1.9.11cvs106
11627
11628         * src/imap_gtk.c
11629                 Forgot one file for previous fix
11630
11631 2005-06-26 [colin]      1.9.11cvs105
11632
11633         * src/folder.c
11634         * src/imap.c
11635                 Fix problems with folder operations in no_select
11636                 imap folders. it applies only to mails, and 
11637                 creation/deletion/move/renaming of folders 
11638                 should be possible
11639
11640 2005-06-26 [paul]       1.9.11cvs104
11641
11642         * src/prefs_filtering.c
11643                 replace one more GTK_STOCK_REMOVE
11644                 with GTK_STOCK_DELETE
11645
11646 2005-06-25 [colin]      1.9.11cvs103
11647
11648         * src/imap.c
11649                 Optimize get_seq_set_from_seq_list
11650                 (Patch by Ricardo) 
11651
11652 2005-06-25 [colin]      1.9.11cvs102
11653
11654         * src/mh.c
11655                 If the directory exists, but not in the
11656                 correct encoding, rename it. This should
11657                 handle old-versions-induced bugs.
11658
11659 2005-06-25 [colin]      1.9.11cvs101
11660
11661         * src/mh.c
11662                 Fix path access with extended dir names
11663                 Fixes bug #589 (SC segfaults with wrong locale
11664                 settings)
11665
11666 2005-06-25 [colin]      1.9.11cvs100
11667
11668         * src/prefs_account.c
11669         * src/prefs_account.h
11670         * src/compose.c
11671                 Add an option to encrypt replies to
11672                 encrypted messages
11673
11674 2005-06-25 [colin]      1.9.11cvs99
11675
11676         * src/compose.c
11677         * src/quote_fmt_parse.y
11678                 ... And make it work with pgpinline.
11679
11680 2005-06-25 [colin]      1.9.11cvs98
11681
11682         * src/compose.c
11683         * src/procmime.c
11684         * src/procmime.h
11685         * src/quote_fmt_parse.y
11686                 o Make reedition of encrypted messages possible
11687                   (as long as it is encrypted to self too, no
11688                    magic there)
11689                 o Make replying with quote (and without selecting
11690                   text) possible for encrypted messages.
11691                 Closes bug #550 (Not possible to "reply with quote"
11692                 to gnupg encrypted messages)
11693
11694 2005-06-24 [paul]       1.9.11cvs97
11695
11696         * src/imap.c
11697                 add missing include
11698
11699 2005-06-24 [paul]       1.9.11cvs96
11700
11701         * src/editldap.c
11702                 made bind password entry invisible
11703                 (sync with main)
11704         * src/send_message.c
11705                 send_message_local(): check exit status
11706                 to detect errors (sync with main)
11707         * src/textview.c
11708                 use main's less ambiguous popup menu
11709                 wording
11710
11711 2005-06-24 [paul]       1.9.11cvs95
11712
11713         * src/prefs_actions.c
11714         * src/prefs_customheader.c
11715         * src/prefs_display_header.c
11716         * src/prefs_filtering_action.c
11717         * src/prefs_matcher.c
11718         * src/prefs_template.c
11719         * src/prefs_toolbar.c
11720                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11721         * src/gtk/description_window.c
11722                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11723
11724 2005-06-23 [colin]      1.9.11cvs94
11725
11726         * src/summaryview.c
11727                 Fix rough edges (be sure to call status_show whenever
11728                 necessary).
11729
11730 2005-06-23 [colin]      1.9.11cvs93
11731
11732         * src/summaryview.c
11733                 Optimize Select All
11734                 Before, in a 5K mails folder: 11s
11735                 After, in the same folder: 58000µs
11736                 The joys of locking... gtk_clist_select_all() fires a 
11737                 tree-select-row event for each selected row, which in 
11738                 summaryview, callbacks summary_selected which in turn,
11739                 calls summary_status_show, which walks the selected
11740                 rows. Hence, calling gtk_clist_select_all was 
11741                 exponential. Locking the summaryview makes 
11742                 summary_selected return early.
11743
11744 2005-06-23 [colin]      1.9.11cvs92
11745
11746         * src/imap.c
11747                 Move mutex at the important place to avoid
11748                 deadlocks
11749         * src/summaryview.c
11750                 Fix Del key deleting directly instead of
11751                 moving to trash
11752
11753 2005-06-22 [colin]      1.9.11cvs91
11754
11755         * src/plugins/spamassassin/libspamc.c
11756                 As we do spagetti code with assignations in multiple
11757                 places (see _message_read_raw where out = msg = raw),
11758                 let's be sure we don't free the same pointer twice.
11759                 Should fix bug #683 (Crash in libpam at 
11760                 message_cleanup).
11761
11762 2005-06-22 [colin]      1.9.11cvs90
11763
11764         * src/compose.c
11765         * src/messageview.c
11766         * src/toolbar.c
11767                 Make toolbar's delete use the move to trash stuff;
11768                 Add gtk_widget_realize to be sure pixmaps can get
11769                 created (that may fix an old worksforme bug which
11770                 I can't find back...)
11771
11772 2005-06-22 [colin]      1.9.11cvs89
11773
11774         * src/summaryview.c
11775         * src/summaryview.h
11776         * src/mainwindow.c
11777                 Rename "Message/Delete" to "Message/Move to trash"
11778                 Add "Message/Delete..." that directly destroys the
11779                 selected messages after asking for a confirmation.
11780
11781 2005-06-22 [colin]      1.9.11cvs88
11782
11783         * src/imap.c
11784                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11785                 o Fix a deadlock (thanks Darko)
11786
11787 2005-06-22 [colin]      1.9.11cvs87
11788
11789         * src/gtk/foldersort.c
11790                 Add missing include for the i18n;
11791                 patch by Fabien Vantard
11792
11793 2005-06-21 [colin]      1.9.11cvs86
11794
11795         * src/folder.c
11796         * src/folderview.c
11797                 Respect the no_select flag
11798         * src/imap.c
11799                 Fix recursive deletion
11800         * src/imap_gtk.c
11801         * src/mh_gtk.c
11802                 Make the folder deletion's warning
11803                 more explicit
11804
11805 2005-06-21 [colin]      1.9.11cvs85
11806
11807         * src/textview.c
11808                 Prevent email addresses from spanning accross
11809                 lines - fixes bug # 646 (newline-chars in 
11810                 email addresses)
11811
11812 2005-06-20 [colin]      1.9.11cvs84
11813
11814         * src/folder.c
11815                 Be sure not to remove source if copy failed
11816
11817 2005-06-20 [colin]      1.9.11cvs83
11818
11819         * src/folderview.c
11820         * src/imap_gtk.c
11821                 remove summaryview's lock
11822         * src/imap.c
11823                 introduce threads to avoid problems when foreground tasks
11824                 interfere with background tasks
11825         * src/mh.c
11826                 prevent moving to drafts/queue
11827         * src/mimeview.c
11828                 fix leak
11829
11830 2005-06-19 [colin]      1.9.11cvs82
11831
11832         * src/imap_gtk.c
11833                 Remember that the user doesn't want to override
11834                 offline mode, for 3 seconds. It avoid presenting
11835                 him with N popups in a really short time.
11836
11837 2005-06-17 [colin]      1.9.11cvs81
11838
11839         * src/imap.c
11840                 Fix IMAP breaking on folders containing '('
11841                 (Probably won't be enough)
11842
11843 2005-06-17 [colin]      1.9.11cvs80
11844
11845         Forgotten files on 1.9.11cvs79
11846         * src/summaryview.c
11847                 Fix stepping when not immediately executing
11848         * src/imap.c
11849                 Really prevent UID FETCH 0
11850         * src/codeconv.c
11851                 Fix outgoing charset never set to utf-8
11852         * src/mh.c
11853                 Fix leak
11854
11855 2005-06-16 [colin]      1.9.11cvs79
11856
11857         * src/compose.c
11858                 Fix bug #707 (Dash splits rows)
11859                 Only wrap if we're on a line break position and
11860                 the previous one was a "white" (space) char.
11861                 Pango stuff is weird.
11862
11863 2005-06-16 [colin]      1.9.11cvs78
11864
11865         * src/imap_gtk.c
11866                 Lock summaryview while downloading messages
11867                 on user demand
11868         * src/procheader.c
11869         * src/unmime.c
11870         * src/common/utils.c
11871         * src/common/utils.h
11872                 Replace \r and \n with spaces in From and
11873                 Subject headers
11874
11875 2005-06-16 [paul]       1.9.11cvs77
11876
11877         * src/procmime.c
11878                 liberalise the mime parser
11879         * src/gtk/about.c
11880                 add text wrapping
11881
11882 2005-06-16 [paul]       1.9.11cvs76
11883
11884         * src/gtk/about.c
11885                 reworked
11886
11887 2005-06-15 [colin]      1.9.11cvs75
11888
11889         * src/compose.c
11890                 Finish header encoding fix
11891         * src/summaryview.c
11892                 Fix segfault
11893         * src/headerview.c
11894                 Fix compilation (Thanks Stephan
11895                 Sachse)
11896
11897 2005-06-15 [colin]      1.9.11cvs74
11898
11899         * Makefile.am
11900                 Install gnome2 stuff rather than gnome1, 
11901                 if both are present
11902         * src/codeconv.c
11903         * src/codeconv.h
11904         * src/compose.c
11905                 Fix headers encoding
11906         * src/folder.c
11907                 Visual progress when fetching all messages
11908         * src/folderview.c
11909         * src/summaryview.c
11910         * src/summaryview.h
11911                 Prevent changing current message while
11912                 incorporating
11913
11914 2005-06-15 [paul]       1.9.11cvs73
11915
11916         * src/gtk/gtkaspell.c
11917         * src/gtk/gtkaspell.h
11918                 fix build warnings
11919
11920 2005-06-15 [paul]       1.9.11cvs72
11921
11922         * src/prefs_filtering.c
11923                 allow reordering of filter rules by
11924                 drag n drop
11925
11926 2005-06-15 [paul]       1.9.11cvs71
11927
11928         * COPYING
11929                 updated
11930         * src/codeconv.c
11931                 replace deprecated function
11932         * src/inc.c
11933         * src/send_message.c
11934         * src/gtk/progressdialog.c
11935         * src/gtk/progressdialog.h
11936                 salvage and reuse parts of reverted sync
11937
11938 2005-06-15 [paul]       1.9.11cvs70
11939
11940         * src/inc.c
11941         * src/send_message.c
11942         * src/gtk/progressdialog.c
11943         * src/gtk/progressdialog.h
11944                 revert yesterday's sync with main
11945                 it contains deprecated functions
11946
11947 2005-06-15 [colin]      1.9.11cvs69
11948
11949         * src/headerview.c
11950                 Fix bug #670 (multi user to: will corrupt message 
11951                 headers display)
11952
11953 2005-06-15 [colin]      1.9.11cvs68
11954
11955         * src/compose.c
11956                 Fix bug #421 (Fix undo on wrapping)
11957
11958 2005-06-15 [colin]      1.9.11cvs67
11959
11960         * src/folder.c
11961                 Provide visual feedback while processing
11962                 folder's rules.
11963         * src/imap.c
11964                 Provide visual feedback while getting
11965                 short headers (for uncached messages)
11966
11967
11968 2005-06-14 [paul]       1.9.11cvs66
11969
11970         * src/account.c
11971                 change a couple stock icons
11972         * src/inc.c
11973         * src/send_message.c
11974         * src/gtk/progressdialog.c
11975         * src/gtk/progressdialog.h
11976                 sync main's GtkTreeView implementation
11977
11978 2005-06-14 [colin]      1.9.11cvs65
11979
11980         * src/imap.c
11981                 Various little fixes, mainly on error paths
11982
11983 2005-06-13 [colin]      1.9.11cvs64
11984
11985         * matcher.c
11986         * procmsg.c
11987         * procmsg.h
11988                 Add a way to fetch only headers. This speeds
11989                 up filtering on headers for IMAP. Fixes:
11990                 bug #481 extraneous imap commands slow down 
11991                         imap filtering
11992                 bug #522 Sylpheed downloads all messages 
11993                         when opening mailbox (IMAP)
11994                 bug #677 IMAP fetch is soooooooooooooo slow
11995         * src/folder.c
11996         * src/folder.h
11997                 Add a folder set_batch method so that
11998                 implementations can speed up flags changes
11999         * src/folderutils.c
12000         * src/summaryview.c
12001                 Use that in mark as (un)read and mark all read
12002                 Refix bug #679
12003         * src/imap.c
12004                 Implement set_batch - brings back deferred
12005                 flags in a less buggy manner. Fixes:
12006                 bug #729 IMAP immediate expunge of deleted messages
12007                 bug #191 remove list of messages with one command
12008                 Fix login with strange chars
12009                 Implement fetch_msg_full
12010                 Fix copy (wrong counts)
12011
12012 2005-06-12 [colin]      1.9.11cvs63
12013
12014         * src/folder.c
12015                 lock incorporation during long operations.
12016                 Avoids fucking up the IMAP socket.
12017
12018 2005-06-12 [colin]      1.9.11cvs62
12019
12020         * src/imap.c
12021                 Fix harmful typo
12022                 Factorize remove_all_msg
12023                 Thread-ize expunge
12024         * src/summaryview.c
12025                 Don't update partial-download status if unnecessary
12026         * src/folder.c
12027                 Use remove_msgs everywhere possible
12028
12029 2005-06-12 [colin]      1.9.11cvs61
12030
12031         * src/folder.c
12032         * src/folder.h
12033                 Add a remove_msgs function to remove a 
12034                 list of messages
12035         * src/imap.c
12036                 Implement that.
12037
12038 2005-06-12 [colin]      1.9.11cvs60
12039
12040         * src/imap.c
12041                 Remove flags-processing deferring... Too hard
12042                 to get it to work in all cases.
12043
12044 2005-06-11 [colin]      1.9.11cvs59
12045
12046         * src/imap.c
12047                 printf -> debug_print
12048
12049 2005-06-11 [colin]      1.9.11cvs58
12050
12051         * src/imap.c
12052                 o Fix build without USE_PTHREAD
12053                 o Factorize imap_open
12054                 o Alertpanel in case of impossible connection
12055                 o Alertpanel in case of impossible login
12056                 o Fix deferred flags processing to force a 
12057                   flush before adding some more flags to process,
12058                   but in another folder.
12059
12060 2005-06-10 [colin]      1.9.11cvs57
12061
12062         * src/imap.c
12063                 o Fix a format string error
12064                 o init ssl socket outside of the thread 
12065                   (it possibly invokes gtk calls)
12066         * src/procmime.c
12067                 o Put back the buffer to its necessary size
12068                 o Fix changing a file pointer without keeping
12069                   track of it (thanks Valgrind)
12070         * src/common/smtp.c
12071                 o Fix automatic STARTTLS if login should be done
12072                   and the server only allows it after starting TLS
12073         * src/gtk/gtkinputdialog.c
12074                 o Eat GDK_Return so that the combo popup doesn't 
12075                   appear when we press Enter to validate the combo
12076                   input dialog (as seen in the Open with... dialog)
12077
12078 2005-06-10 [colin]      1.9.11cvs56
12079
12080         * src/imap.c
12081                 o A bit less debug
12082                 o Fix a crash on deletion
12083                 o Threadize imap_select (it's called outside of 
12084                   threads)
12085                 o Defer treatment of DELETED flags
12086
12087
12088 2005-06-09 [colin]      1.9.11cvs55
12089
12090         * src/imap.c
12091                 Make sure we check imap_gtk_should_override(), which
12092                 potentially calls gtk stuff, before creating thread.
12093                 That way it should't be called via imap_get_session()
12094                 inside a thread.
12095
12096 2005-06-09 [colin]      1.9.11cvs54
12097
12098         * src/imap.c
12099                 o add a bit of status output
12100                 o remove some dead code
12101                 o threadize get_list_of_uids
12102                 o threadize imap_get_flags
12103                 o defer flag changing by 500ms so that they
12104                   can be batched
12105
12106
12107 2005-06-08 [colin]      1.9.11cvs53
12108
12109         * src/imap.c
12110                 Thread-ize imap_cmd_fetch
12111
12112 2005-06-08 [colin]      1.9.11cvs52
12113
12114         * src/main.c
12115                 Mmh, that broke POP3...
12116
12117 2005-06-08 [colin]      1.9.11cvs51
12118
12119         * src/main.c
12120                 Stabilize IMAP patch (thanks to Hoa)
12121
12122 2005-06-08 [colin]      1.9.11cvs50
12123
12124         * src/imap.c
12125                 Test patch to speed up imap. 
12126
12127 2005-06-08 [colin]      1.9.11cvs49
12128
12129         * src/imap_gtk.c
12130                 Warning fix
12131         * src/procmime.c
12132                 Apply patch from gentoo to use /usr/share/mime/globs if 
12133                 available, after un-breaking it
12134         * src/common/log.c
12135         * src/common/log.h
12136                 Use g_timeout for invoking hooks that possibly use gtk
12137                 calls. This should leave gtk calls in the main thread.
12138
12139 2005-06-08 [paul]       1.9.11cvs48
12140
12141         * src/codeconv.c
12142                 conv_get_outgoing_charset_str(): don't
12143                 use prefs_common setting
12144         * src/compose.c
12145         * src/compose.h
12146                 add /Options/Character encoding/... to
12147                 temporarily change the outgoing encoding
12148
12149         (belated sync with main)
12150
12151 2005-06-08 [paul]       1.9.11cvs47
12152
12153         * src/compose.c
12154                 correction to/completion of last
12155                 sync with main
12156
12157 2005-06-08 [paul]       1.9.11cvs46
12158
12159         sync with main:
12160         
12161         * src/codeconv.c
12162         * src/codeconv.h
12163                 always enabled Japanese auto-detection
12164                 if the first letters of locale string
12165                 is "ja"
12166         * src/compose.c
12167                 don't use "destroy" signal to destroy
12168                 Compose object (fix rare crashes on discard?)
12169         * src/mainwindow.c
12170         * src/messageview.c
12171         * src/prefs_send.c
12172                 added Hebrew encodings
12173         * src/sourcewindow.c
12174                 don't use "destroy" signal to destroy
12175                 objects
12176
12177 2005-06-07 [colin]      1.9.11cvs45
12178
12179         * src/summaryview.c
12180                 Add missing unlocks/locks
12181
12182 2005-06-07 [paul]       1.9.11cvs44
12183
12184         * src/summaryview.c
12185                 restore bug #749 fix
12186
12187 2005-06-06 [colin]      1.9.11cvs43
12188
12189         * src/summaryview.c
12190                 Fix selection bug when prefs_common.open_unread 
12191                 is FALSE
12192
12193 2005-06-06 [colin]      1.9.11cvs42
12194
12195         * src/common/md5.c
12196                 Fix a warning
12197         * src/summaryview.c
12198         * src/folderview.c
12199                 Factorize long operations beginning and end
12200                 (locking, freezing/thawing, cursor, ...)
12201                 Check selection->data member in selection-
12202                 related loops; this avoids dying an awful
12203                 death if the selection changes on us while
12204                 we're marking a whole IMAP folder unread, 
12205                 for example.
12206
12207 2005-06-06 [paul]       1.9.11cvs41
12208
12209         * src/textview.c
12210                 don't g_free() a static gchar buffer
12211
12212 2005-06-05 [colin]      1.9.11cvs40
12213
12214         * src/mainwindow.c
12215         * src/messageview.c
12216         * src/summaryview.c
12217                 Fix bug #749 (Show all headers should be
12218                 sticky as the GUI suggests)
12219
12220 2005-06-03 [paul]       1.9.11cvs39
12221
12222         * src/compose.c
12223                 don't allow editing of mail while sending.
12224                 patch by Colin
12225
12226 2005-06-03 [paul]       1.9.11cvs38
12227
12228         * src/folderview.c
12229                 add a freeze/thaw to speed up 'mark all read'
12230
12231 2005-06-03 [paul]       1.9.11cvs37
12232
12233         * src/prefs_message.c
12234                 reflect changes immediately
12235
12236 2005-06-02 [colin]      1.9.11cvs36
12237
12238         * po/POTFILES.in
12239                 Patch by Fabien Vantard.
12240
12241 2005-06-02 [colin]      1.9.11cvs35
12242
12243         * src/imap.c
12244                 Use a non-blocking imap_getline() if possible.
12245                 This should completely prevent the interface
12246                 from freezin on imap operations, although it
12247                 may do strange stuff in case of folder switching
12248                 while a big imap operation is taking place...
12249
12250                 In addition, fix a leak in the case thread
12251                 creation fails on connection.
12252
12253 2005-06-02 [colin]      1.9.11cvs34
12254
12255         * src/crash.c
12256         * src/prefs_common.h
12257                 Fix build (prefs_common_init() doesn't exist
12258                 anymore)
12259
12260 2005-06-02 [colin]      1.9.11cvs33
12261
12262         * src/prefs_account.c
12263                 Fix bug #245 (filtering rules broken when
12264                 renaming a remote account (imap4 or nntp)
12265
12266 2005-06-02 [colin]      1.9.11cvs32
12267
12268         * src/imap.c
12269                 Try to fix IMAP shortcomings: 
12270                 o Multithread imap_open()
12271                 o allow offline-mode overriding instead of
12272                   just returning NULL
12273         * src/imap_gtk.c
12274         * src/imap_gtk.h
12275                 Add a function to ask whether we want to
12276                 override offline-mode for 10 minutes (one-shot
12277                 asking was painful)
12278         * src/procheader.c
12279                 Fix segfault when imap parser isn't happy about
12280                 a missing {
12281
12282 2005-06-01 [colin]      1.9.11cvs31
12283
12284         * src/addrharvest.c
12285         * src/compose.c
12286         * src/mbox.c
12287         * src/mbox.h
12288         * src/mh.c
12289         * src/msgcache.c
12290         * src/send_message.c
12291         * src/setup.c
12292         * src/undo.c
12293         * src/common/hooks.c
12294         * src/common/prefs.c
12295         * src/common/template.c
12296         * src/common/utils.c
12297         * src/gtk/gtkutils.c
12298         * src/gtk/inputdialog.c
12299         * src/gtk/menu.c
12300         * src/gtk/pluginwindow.c
12301         * src/gtk/prefswindow.c
12302         * src/plugins/pgpmime/passphrase.c
12303         * src/plugins/pgpmime/prefs_gpg.c
12304                 More -Wall fixes
12305
12306         * src/common/Makefile.am
12307         * src/common/timing.h
12308                 Add basic timing code
12309
12310         * src/summaryview.c
12311                 Fix a bug with unread messages when 
12312                 re-sorting folders, and by the way
12313                 fix a big performance hit when 
12314                 re-sorting (10k mails: before 5s,
12315                 after .5s)
12316
12317         * src/prefs_compose_writing.c
12318         * src/prefs_compose_writing.h
12319         * src/prefs_message.c
12320         * src/prefs_message.h
12321         * src/prefs_other.c
12322         * src/prefs_other.h
12323         * src/prefs_quote.c
12324         * src/prefs_quote.h
12325         * src/prefs_receive.c
12326         * src/prefs_receive.h
12327         * src/prefs_send.c
12328         * src/prefs_send.h
12329         * src/prefs_summaries.c
12330         * src/prefs_summaries.h
12331                 Fix copyright banner
12332
12333 2005-06-01 [paul]       1.9.11cvs30
12334
12335         * po/fi.po
12336                 updated by Flammie Pirinen
12337         * src/procmime.c
12338                 fix 'Bad BASE64 content' output
12339
12340 2005-05-31 [colin]      1.9.11cvs29
12341
12342         * src/procmime.c
12343                 Oops, where did my hunk go.
12344
12345 2005-05-31 [colin]      1.9.11cvs28
12346
12347         * src/Makefile.am
12348         * src/account.c
12349         * src/action.c
12350         * src/addr_compl.c
12351         * src/addressbook.c
12352         * src/codeconv.c
12353         * src/compose.c
12354         * src/export.c
12355         * src/folder.c
12356         * src/folderview.c
12357         * src/image_viewer.c
12358         * src/main.c
12359         * src/mainwindow.c
12360         * src/messageview.c
12361         * src/mimeview.c
12362         * src/msgcache.c
12363         * src/prefs_account.c
12364         * src/prefs_actions.c
12365         * src/prefs_common.c
12366         * src/prefs_compose_writing.c
12367         * src/prefs_customheader.c
12368         * src/prefs_ext_prog.c
12369         * src/prefs_filtering.c
12370         * src/prefs_filtering_action.c
12371         * src/prefs_fonts.c
12372         * src/prefs_image_viewer.c
12373         * src/prefs_message.c
12374         * src/prefs_message.h
12375         * src/prefs_msg_colors.c
12376         * src/prefs_other.c
12377         * src/prefs_other.h
12378         * src/prefs_quote.c
12379         * src/prefs_receive.c
12380         * src/prefs_receive.h
12381         * src/prefs_send.c
12382         * src/prefs_send.h
12383         * src/prefs_spelling.c
12384         * src/prefs_summaries.c
12385         * src/prefs_summary_column.c
12386         * src/prefs_template.c
12387         * src/prefs_themes.c
12388         * src/prefs_toolbar.c
12389         * src/prefs_wrapping.c
12390         * src/procmime.c
12391         * src/procmsg.c
12392         * src/send_message.h
12393         * src/ssl_manager.c
12394         * src/summary_search.c
12395         * src/summaryview.c
12396         * src/textview.c
12397         * src/wizard.c
12398         * src/common/smtp.c
12399         * src/common/smtp.h
12400         * src/gtk/gtkutils.h
12401                 o Move the rest of Common prefs to new style
12402                 o Lots of -Wall warning fixes
12403                 o fix FIXME in cache memusage calculation
12404                 o Let return receipts be sent from any account
12405                 o Little cache optimisation (read)
12406                 o Fix bug #746 (don't treat commas as separators
12407                   when inside a quoted string)
12408
12409 2005-05-31 [paul]       1.9.11cvs27
12410
12411         * src/prefs_common.c
12412                 fix 'off-by-one' typo
12413
12414 2005-05-31 [paul]       1.9.11cvs26
12415
12416         * src/account.c
12417         * src/addr_compl.c
12418         * src/compose.c
12419         * src/foldersel.c
12420         * src/prefs_actions.c
12421         * src/prefs_common.c
12422         * src/prefs_common.h
12423         * src/prefs_customheader.c
12424         * src/prefs_display_header.c
12425         * src/prefs_filtering.c
12426         * src/prefs_filtering_action.c
12427         * src/prefs_matcher.c
12428         * src/prefs_summaries.c
12429         * src/prefs_summary_column.c
12430         * src/prefs_template.c
12431         * src/prefs_toolbar.c
12432         * src/ssl_manager.c
12433         * src/gtk/pluginwindow.c
12434         * src/gtk/prefswindow.c
12435         * src/gtk/progressdialog.c
12436                 add hidden prefs 'enable_rules_hint'
12437                 for gtk_tree_view_set_rules_hint()
12438                 (sync with main)
12439                 
12440
12441 2005-05-31 [colin]      1.9.11cvs25
12442
12443         * src/Makefile.am
12444         * src/main.c
12445         * src/prefs_common.c
12446         * src/prefs_summaries.c ** ADDED **
12447         * src/prefs_summaries.h ** ADDED **
12448                 Common/Display -> Display/Summaries
12449
12450 2005-05-31 [colin]      1.9.11cvs24
12451
12452         * src/Makefile.am
12453         * src/main.c
12454         * src/prefs_quote.c ** ADDED **
12455         * src/prefs_quote.h ** ADDED **
12456                 Move Common/Quote to Compose/Quoting
12457         * src/prefs_common.c
12458         * src/prefs_common.h
12459                 Remove old quote stuff, add
12460                 convenience functions for GtkTextView prefs
12461         * src/gtk/prefswindow.c
12462                 Set default height higher
12463
12464 2005-05-30 [colin]      1.9.11cvs23
12465
12466         * src/Makefile.am
12467         * src/main.c
12468         * src/prefs_common.c
12469         * src/prefs_compose_writing.c ** ADDED **
12470         * src/prefs_compose_writing.h ** ADDED **
12471                 Move Common/Compose prefs to Compose/Writing
12472
12473 2005-05-30 [colin]      1.9.11cvs22
12474
12475         * src/common/utils.c
12476                 Fix bug #651 (Confused Attract by Subject)
12477                 Patch by M. Benkmann <haferfrost@web.de>
12478         * AUTHORS
12479
12480 2005-05-30 [colin]      1.9.11cvs21
12481
12482         * src/compose.c
12483                 Fix concatenation of different headers of
12484                 the same type (bug #645)
12485         * src/prefs_folder_item.c
12486                 Fix bug #699 (setting color to black doesn't
12487                 work immediately)
12488         * src/procmime.c
12489                 Print out decoding error only once per
12490                 block
12491
12492 2005-05-30 [paul]       1.9.11cvs20
12493
12494         * src/common/template.c
12495                 fix Bcc
12496
12497 2005-05-30 [paul]       1.9.11cvs19
12498
12499         * doc/src/rfc2368.txt   **NEW FILE**
12500         * src/compose.c
12501                 compose_entries_set(): don't interpret Bcc
12502                 header field (conform to RFC 2368)
12503                 (sync with main)
12504
12505 2005-05-29 [colin]      1.9.11cvs18
12506
12507         * src/prefs_common.c
12508                 Let the default reply format respect
12509                 netiquette by cutting the signature.
12510
12511 2005-05-29 [colin]      1.9.11cvs17
12512
12513         * src/summaryview.c
12514                 Don't let always_show_msg override
12515                 open_unread_on_enter when opening a new
12516                 directory.
12517
12518 2005-05-27 [paul]       1.9.11cvs16
12519
12520         sync with main:
12521
12522         * src/main.c
12523                 app_will_exit(): cleanup tmp directory when exit
12524         * src/message_search.c
12525                 improved the interface and made code cleanup.
12526                 removed Clear button
12527         * src/send_message.c
12528                 send_message_local(): use GSpawn, and detect errors
12529         * src/summary_search.c
12530                 improved the interface and made code cleanup
12531         * src/textview.c
12532                 textview_write_link(): also skip non-ascii space
12533                  at the head of link strings (phishing check
12534                  didn't work at the case)
12535         * src/common/utils.c
12536                 get_command_output(): use g_spawn_command_line_sync()
12537                 instead of popen()
12538
12539 2005-05-26 [colin]      1.9.11cvs15
12540
12541         * src/folder.c
12542                 remove printf
12543
12544 2005-05-26 [colin]      1.9.11cvs14
12545
12546         * src/common/nntp.c
12547                 Fix nntp mode reader (bug #611)
12548                 Patch by Florian Mickler <florian@mickler.org>
12549
12550 2005-05-26 [colin]      1.9.11cvs13
12551
12552         * src/plugins/pgpmime/passphrase.c
12553                 Fix mouse grabbing (bug #557)
12554
12555 2005-05-26 [colin]      1.9.11cvs12
12556
12557         * src/prefs_themes.c
12558                 Fix g_warning (bug #541)
12559
12560 2005-05-26 [colin]      1.9.11cvs11
12561
12562         * src/prefs_actions.c
12563         * src/prefs_template.c
12564                 Fix bug #506 (no warning if action/template
12565                 is not saved)
12566         * src/common/template.c
12567                 Fix a possible crash
12568
12569 2005-05-26 [colin]      1.9.11cvs10
12570
12571         * src/folder.c
12572         * src/folderview.c
12573         * src/procmsg.c
12574         * src/summaryview.c
12575                 Forbid locked messages to be moved or
12576                 deleted. Locked messages in trashes 
12577                 still get deleted, for performance
12578                 reason (mh.c::mh_remove_all_msgs)
12579
12580 2005-05-25 [colin]      1.9.11cvs9
12581
12582         * src/procmime.c
12583                 Use correct encoding when sending mails
12584                 with attachments that have accentued 
12585                 chars in their name
12586
12587 2005-05-24 [colin]      1.9.11cvs8
12588
12589         * src/summaryview.c
12590                 Fix bug #688 f) read/unread marker not
12591                 changed on first click
12592                 Also, optimize summary_status_show()
12593                 calls
12594         * src/folder.c
12595         * src/inc.c
12596         * src/procmime.c
12597                 Fix bug #688 b) and c) wrt message
12598                 attachments and signature
12599         * src/stock_pixmap.c
12600         * src/stock_pixmap.h
12601         * src/stock_pixmap.c
12602         * src/stock_pixmap.h
12603         * src/Makefile.am
12604         * src/pixmaps/clip_gpg_signed.xpm
12605                 Add clip/signed icon
12606
12607 2005-05-24 [colin]      1.9.11cvs7
12608
12609         * src/folder_item_prefs.c
12610                 whitespace fix
12611
12612 2005-05-24 [colin]      1.9.11cvs6
12613
12614         * src/folderview.c
12615         * src/prefs_common.c
12616         * src/prefs_common.h
12617                 Add a confirmation to folder drag and drop
12618                 fixes bug #156
12619         * src/alertpanel.c
12620         * src/alertpanel.h
12621                 fix _with_disable parameters so that
12622                 the buttons labels are specifiable too
12623         * src/plugins/pgpmime/sgpgme.c
12624                 reflect said change
12625                 
12626
12627 2005-05-24 [colin]      1.9.11cvs5
12628
12629         * src/folderview.c
12630                 Uncollapse/collapse folders on double-click
12631                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12632                 closes bug #108
12633
12634 2005-05-23 [colin]      1.9.11cvs4
12635
12636         * src/common/socket.c
12637                 Check another special SSL_peek() error.
12638                 Should help wrt bug #728
12639
12640 2005-05-23 [colin]      1.9.11cvs3
12641
12642         * src/plugins/pgpmime/pgpmime.c
12643                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12644                 breaking menu accelerators and stuff. Users will have to
12645                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12646                 account's privacy preferences if needed.
12647
12648 2005-05-22 [paul]
12649
12650         * tools/kdeservicemenu/install.sh
12651                 use kdesu to prompt for root password if doing
12652                 global install/uninstall
12653
12654 2005-05-20 [colin]      1.9.11cvs2
12655
12656         * src/procmsg.c
12657                 Fix another compilation error with gcc-2.9x
12658                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12659         * src/send_message.c
12660                 Don't send QUIT if we aren't connected
12661
12662 2005-05-19 [colin]      1.9.11cvs1
12663
12664         * src/procmsg.c
12665                 Fix compilation with gcc 2.9x
12666
12667 2005-05-19 [paul]       1.9.11
12668
12669         1.9.11 released
12670
12671 2005-05-19 [paul]       1.9.9cvs14
12672
12673         * src/gtk/inputdialog.c
12674                 prevent gettext warning
12675
12676 2005-05-19 [paul]       1.9.9cvs13
12677
12678         * src/mainwindow.c
12679         * src/prefs_common.c
12680         * src/prefs_common.h
12681         * src/textview.c
12682         * src/textview.h
12683                 add an option to toggle cursor in message
12684                 view (sync with main)
12685
12686 2005-05-18 [colin]      1.9.9cvs12
12687
12688         * src/compose.c
12689                 Dereference freed pointer
12690         * src/gtk/gtkaspell.c
12691                 Fix duplication of dictionaries (is it an aspell issue?)
12692
12693 2005-05-18 [colin]      1.9.9cvs11
12694
12695         * src/gtk/inputdialog.c
12696         * src/gtk/gtkaspell.c
12697                 HIGuify dialogs
12698         * src/alertpanel.c
12699                 Remove a double call
12700
12701 2005-05-17 [colin]      1.9.9cvs10
12702
12703         * src/gtk/gtkaspell.c
12704                 Fix dialogs, Ctrl-Enter accel
12705
12706 2005-05-17 [colin]      1.9.9cvs9
12707
12708         * src/gtk/gtkaspell.c
12709                 Fix some accelerators, escape in replace-window
12710
12711 2005-05-16 [colin]      1.9.9cvs8
12712
12713         * src/gtk/gtkaspell.c
12714                 Revert last commit, it was a mistake.
12715
12716 2005-05-16 [colin]      1.9.9cvs7
12717
12718         * src/gtk/gtkaspell.c
12719                 Remove buggy code while we're at it. It's a 
12720                 dead code path anyway.
12721
12722 2005-05-16 [colin]      1.9.9cvs6
12723
12724         * src/gtk/gtkaspell.c
12725                 Missed some gtk_menu_popup where deactivate
12726                 signal should be handled. Should fix bug
12727                 #629 a bit more.
12728
12729 2005-05-16 [colin]      1.9.9cvs5
12730
12731         * src/gtk/gtkaspell.c
12732                 Remove debug printf()s
12733
12734 2005-05-16 [colin]      1.9.9cvs4
12735
12736         * src/gtk/gtkaspell.c
12737                 Fix a bit aspell problems
12738                 (see bug #629)
12739
12740 2005-05-13 [colin]      1.9.9cvs3
12741
12742         * src/folderview.c
12743                 Fix the + appearing even when no subfolders
12744                 have unread messages. Thanks to wwp for the
12745                 bug report.
12746
12747 2005-05-11 [paul]       1.9.9cvs2
12748
12749         * src/folderview.c
12750                 correction to 1.9.9cvs1, only colour folders that
12751                 have new msgs (not unread msgs)
12752
12753 2005-05-10 [colin]      1.9.9cvs1
12754
12755         * src/folderview.c
12756         * src/summaryview.c
12757                 Try to fix bolding bugs again.
12758
12759 2005-05-09 [paul]
12760
12761         * tools/claws.i18n.status.pl
12762                 add Ricardo Mones Lastra's script that has been providing
12763                 the i18n status page for many months
12764
12765 2005-05-09 [paul]       1.9.9
12766
12767         1.9.9 release
12768
12769 2005-05-09 [paul]       1.9.6cvs58
12770
12771         * AUTHORS
12772         * INSTALL
12773         * README.claws
12774                 updated
12775         * Makefile.am 
12776         * RELEASE_NOTES.claws
12777                 add release notes to cvs to simplify release
12778                 procedure
12779         * configure.ac
12780                 add ca and fi to ALL_LINGUAS
12781         * po/Makefile.in.in
12782                 workaround for missing Makevars
12783         * po/ca.po
12784         * po/fi.po
12785                 add new Catalan and Finnish translations
12786                 submitted by Miquel Oliete and Flammie Pirinen
12787         * po/de.po
12788         * po/es.po
12789         * po/fr.po
12790         * po/it.po
12791         * po/pl.po
12792         * po/ru.po
12793         * po/sk.po
12794         * po/sr.po
12795         * po/zh_CN.po
12796                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12797                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12798                 Urke MMI, and Hansom Young
12799         * src/main.c
12800                 Fix drafting when quitting. compose_draft() closes the
12801                 compose windows, which modifies the compose_list GSList.
12802                 We have to refresh this list after echo drafting to avoid a
12803                 segfault
12804         * src/partial_download.c
12805                 fix segfault on exit
12806
12807 2005-05-06 [paul]       1.9.6cvs57
12808
12809         * src/grouplistdialog.c
12810                 quick fix/workaround for unresizeable newsgroup
12811                 name column 
12812
12813 2005-05-06 [paul]       1.9.6cvs56
12814
12815         * src/inc.c
12816         * src/mainwindow.c
12817                 use gettext plural forms
12818         * src/imap_gtk.c
12819         * src/mh_gtk.c
12820         * src/toolbar.c
12821                 small improvement to english usage
12822
12823 2005-05-05 [thorsten]   1.9.6cvs55
12824
12825         * src/folder.c
12826                 fix possible crash
12827
12828 2005-05-05 [paul]       1.9.6cvs54
12829         
12830         sync with HEAD
12831
12832         * AUTHORS
12833         * src/compose.c
12834                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12835                 patch by Tim Mann
12836
12837 2005-05-05 [paul]       1.9.6cvs53
12838
12839         * src/mainwindow.c
12840                 fix resizing of separate message and
12841                 folder views
12842
12843 2005-05-05 [paul]       1.9.6cvs52
12844
12845         * src/account.c
12846         * src/addrgather.c
12847         * src/browseldap.c
12848         * src/exphtmldlg.c
12849         * src/expldifdlg.c
12850         * src/importmutt.c
12851         * src/importpine.c
12852         * src/main.c
12853         * src/mainwindow.c
12854         * src/noticeview.c
12855         * src/prefs_filtering.c
12856         * src/prefs_filtering_action.c
12857         * src/prefs_matcher.c
12858         * src/prefs_spelling.c
12859         * src/prefs_toolbar.c
12860         * src/toolbar.c
12861         * src/wizard.c
12862         * src/gtk/description_window.c
12863         * src/gtk/gtkvscrollbutton.c
12864         * src/gtk/progressdialog.c
12865         * src/gtk/quicksearch.c
12866         * src/plugins/pgpmime/prefs_gpg.c
12867         * src/plugins/spamassassin/spamassassin_gtk.c
12868                 replace deprecated gtk_widget_set_usize
12869
12870 2005-05-04 [colin]      1.9.6cvs51
12871
12872         * src/common/utils.c
12873                 Fix crash when subst_for_filename is called
12874                 with a NULL parameter
12875
12876 2005-05-04 [colin]      1.9.6cvs50
12877
12878         * src/partial_download.c
12879         * src/pop.c
12880                 Escape login when writing uidl file
12881                 fixes bug #736
12882
12883 2005-05-03 [colin]      1.9.6cvs49
12884
12885         * src/procmime.c
12886                 Fix possible DOS in mime parser
12887                 (see bug #634)
12888
12889 2005-05-02 [colin]      1.9.6cvs48
12890
12891         * src/compose.c
12892                 Try to fix the copy/paste mess once again.
12893
12894
12895 2005-04-30 [colin]      1.9.6cvs47
12896
12897         * src/prefs_account.h
12898         * src/procmsg.c
12899         * src/send_message.c
12900         * src/common/smtp.c
12901         * src/common/smtp.h
12902                 Try to batch sending mails (per account) instead of
12903                 reconnecting to server every time.
12904
12905 2005-04-29 [colin]      1.9.6cvs46
12906
12907         * src/messageview.c
12908                 Fix window resizing that refused to size down
12909         * src/prefs_common.c
12910         * src/prefs_common.h
12911         * src/prefs_filtering.c
12912                 Save Filtering's window size
12913
12914 2005-04-21 [paul]       1.9.6cvs45
12915
12916         * ChangeLog-gtk2.claws
12917         * src/setup.c
12918                 correction to sync
12919
12920 2005-04-21 [paul]       1.9.6cvs44
12921
12922         sync with main:
12923
12924         * src/setup.c
12925         * src/statusbar.c
12926         * src/statusbar.h
12927                 use gtkut_widget_draw_now(). Improved performance
12928                 of the update of statusbar
12929         * src/textview.c
12930                 textview_smooth_scroll_do(): redraw it after scroll
12931                 is done (fixed incorrect display when a part of the
12932                 view is hidden).
12933         * src/gtk/gtkutils.c
12934         * src/gtk/gtkutils.h
12935                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12936                 to force update of widgets.
12937                 Removed gtkut_widget_wait_for_draw() which had a big
12938                 overhead  because of waiting for all events processed 
12939
12940 2005-04-20 [paul]       1.9.6cvs43
12941
12942         * src/codeconv.c
12943                 complete 1.9.6cvs42's sync:
12944                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12945
12946 2005-04-19 [paul]       1.9.6cvs42
12947
12948         sync with main:
12949
12950         * src/action.c
12951                 catch_output(): correctly select the insert text
12952                 (fix invalid iterator warnings).
12953         * src/codeconv.c
12954         * src/codeconv.h
12955         * src/mainwindow.c
12956         * src/messageview.c
12957         * src/prefs_common.c
12958                 support GBK encoding.
12959         * src/common/session.c
12960         * src/common/session.h
12961                 use separate buffer for large data to be sent,
12962                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12963
12964 2005-04-18 [paul]       1.9.6cvs41
12965
12966         * src/jpilot.c
12967                 convert unsigned long into guint32
12968                 patch by Paul LeoNerd Evans 
12969
12970 2005-04-17 [colin]      1.9.6cvs40
12971
12972         * src/compose.c
12973                 Fix 'Request return receipt' from folder
12974                 properties (bug #708)
12975
12976 2005-04-17 [colin]      1.9.6cvs39
12977
12978         * src/mainwindow.c
12979                 Fix duplicate hotkeys in Mainwindow's menu
12980
12981 2005-04-17 [colin]      1.9.6cvs38
12982
12983         * src/folderview.c
12984                 Fix duplicate hotkeys in Folderview's contextual
12985                 menu
12986
12987 2005-04-15 [colin]      1.9.6cvs37
12988
12989         * src/summaryview.c
12990                 Fix 'Save as...' with non-ascii filenames
12991
12992 2005-04-15 [colin]      1.9.6cvs36
12993
12994         * src/plugins/pgpmime/pgpmime.c
12995                 Fix bus error on 64bit. Spotted by 
12996                 macallan1888@gmail.com
12997
12998 2005-04-15 [colin]      1.9.6cvs35
12999
13000         * src/prefs_account.c
13001                 Fix cvs34.
13002
13003 2005-04-12 [colin]      1.9.6cvs34
13004
13005         * src/prefs_account.c
13006                 Fix smtp auth type off-by-one. We forgot to
13007                 add PLAIN in the prefs-to-gui setter func and
13008                 as a result, the selected auth when opening
13009                 account prefs was not the correct one.
13010
13011 2005-04-12 [paul]       1.9.6cvs33
13012
13013         * src/inc.c
13014                 if the recv dialog is visible, Cancel only
13015                 cancels the current account
13016
13017
13018 2005-04-10 [colin]      1.9.6cvs32
13019
13020         * src/filtering.c
13021                 Copy score when copying FilteringActions
13022                 Fix bug #674
13023
13024 2005-04-10 [colin]      1.9.6cvs31
13025
13026         * src/inc.c
13027                 Make Message -> Receive -> Cancel cancel 
13028                 incorporation on all accounts. Fixes
13029                 bug #693
13030
13031 2005-04-10 [colin]      1.9.6cvs30
13032
13033         * src/prefs_account.c
13034                 Update Privacy checkbuttons status based
13035                 on the selected privacy system
13036         * src/compose.c
13037                 Always connect the "None" privacy system; the
13038                 static boolean was probably there to avoid
13039                 reconnecting twice in the same compose window,
13040                 but as the parent function is only called once
13041                 per compose, it's only a bug - as a static is
13042                 initialized once per application instance.
13043                 Also, don't uncheck Sign and Encrypt when
13044                 selecting None as privacy system; just ignore
13045                 them when sending/queuing.
13046                 Should fix bug #695
13047
13048 2005-04-08 [colin]      1.9.6cvs29
13049
13050         * src/account.c
13051         * src/prefs_account.c
13052         * src/prefs_account.h
13053                 Add account preference to queue message in a certain
13054                 folder.
13055
13056 2005-04-06 [colin]      1.9.6cvs28
13057
13058         * src/prefs_account.c
13059                 Update old inbox path syntax
13060
13061 2005-04-06 [paul]       1.9.6cvs27
13062
13063         sync with main:
13064
13065         * configure.ac
13066                 changed -traditional-cpp to -no-cpp-precomp for newer
13067                 Mac OS X support
13068         * src/foldersel.c
13069                 made column resize automatically
13070         * src/send_message.c
13071                 send_message_smtp(): consider EOF right after QUIT
13072                 successful (workaround for Gmail SMTP server)
13073         * src/common/socket.c
13074                 ssl_read(), ssl_peek(): check EOF which violates the
13075                 SSL protocol
13076         * src/gtk/colorlabel.c
13077                 removed warnings when displaying colorlabel menu
13078                 (don't use GtkAlignment)
13079
13080 2005-04-05 [paul]       1.9.6cvs26
13081
13082         * src/plugins/trayicon/trayicon.c
13083                 fix clipping of icon under KDE3 
13084
13085 2005-04-05 [paul]       1.9.6cvs25
13086
13087         * src/summaryview.c
13088                 hide display of threading
13089                 patch by Alfons
13090
13091 2005-04-04 [thorsten]   1.9.6cvs24
13092
13093         * src/mh.c
13094                 marks lost on filesystems with different stat() results on
13095                 summer-/wintertime
13096
13097 2005-04-03 [colin]      1.9.6cvs23
13098
13099         * src/summaryview.c
13100                 Don't handle up/down. Patch by Alfons
13101
13102 2005-04-02 [colin]      1.9.6cvs22
13103
13104         * src/summaryview.c
13105                 Make scrolling faster. Patch by Alfons.
13106
13107 2005-04-01 [colin]      1.9.6cvs21
13108
13109         * src/Makefile.am
13110         * src/stock_pixmap.c
13111         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13112         * src/pixmaps/dir_noselect.xpm ** ADDED **
13113                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13114
13115 2005-04-01 [colin]      1.9.6cvs20
13116
13117         * src/image_viewer.c
13118         * src/image_viewer.h
13119         * src/procmime.c
13120         * src/procmime.h
13121         * src/textview.c
13122         * src/textview.h
13123                 Implement inline image resizing and right-clicking
13124
13125 2005-04-01 [paul]       1.9.6cvs19
13126
13127         * AUTHORS
13128         * Makefile.am
13129         * configure.ac
13130                 check for gnome2
13131                 patch by Luca Cavalli <loopback<AT>slackit.org>
13132         * po/ru.po
13133                 updated by Pavlo Bohmat
13134
13135 2005-03-31 [colin]      1.9.6cvs18
13136
13137         * src/news.c
13138                 Fix parsing references
13139         * src/msgcache.c
13140                 don't put nulls in the references list
13141         * src/procheader.c
13142                 commit that forgotten file in 1.9.6cvs14
13143
13144 2005-03-31 [colin]      1.9.6cvs17
13145
13146         * src/compose.c
13147                 Fix joining of signature separator again. 
13148                 Maybe Hiro could put it in main too...
13149
13150 2005-03-31 [colin]      1.9.6cvs16
13151
13152         * src/Makefile.am
13153         * src/foldersel.c
13154         * src/stock_pixmap.c
13155         * src/stock_pixmap.h
13156         * src/pixmaps/dir-noselect.xpm
13157                 Update foldersel.c (sync from main, patch by Alfons)
13158
13159 2005-03-30 [colin]      1.9.6cvs15
13160
13161         * src/imap.c
13162                 Fix handling of imap folders containing [] in 
13163                 their name. Thanks to Nahuel Angelinetti for
13164                 the detailed bugreport.
13165
13166 2005-03-30 [colin]      1.9.6cvs14
13167
13168         * src/common/utils.h
13169         * src/common/utils.c
13170         * src/common/defs.h
13171         * src/matcher.c
13172         * src/msgcache.c
13173         * src/news.c
13174         * src/procmsg.c
13175         * src/procmsg.h
13176         * src/quote_fmt_parse.y
13177         * src/summaryview.c
13178                 Update references system. Patch by Alfons
13179
13180 2005-03-30 [colin]      1.9.6cvs13
13181
13182         * src/common/socket.c
13183                 Force the glibc to read resolv.conf again when 
13184                 it has changed. Should fix issues when changing
13185                 networks on a laptop and not restarting sylpheed. 
13186
13187 2005-03-30 [paul]       1.9.6cvs12
13188
13189         partial sync with main:
13190
13191         * src/action.c
13192                 create_io_dialog(): use user-defined text font
13193                 (thanks to Alfons), and modified its appearance.
13194         * src/addrgather.c
13195         * src/addrharvest.c
13196         * src/browseldap.c
13197                 replace old code
13198         * src/compose.c
13199                 don't join (presumably) itemized lines on line-wrapping
13200                 fixed wrapping of quote when auto-wrapping is enabled
13201                 compose_destroy(): destroy paned only if it's not
13202                 attached to window. Fixed memory leak of popup menu.
13203         * src/exphtmldlg.c
13204         * src/expldifdlg.c
13205                 replace old code
13206         * src/html.c
13207         * src/html.h
13208         * src/importmutt.c
13209         * src/importpine.c
13210                 replace old code
13211         * src/main.c
13212                 removed redundant code
13213         * src/mainwindow.c
13214                 changed 'Code set' (which is rather incorrect)
13215                 in the menu to 'Character encoding'
13216                 main_window_set_widgets(): request size first
13217                 to prevent window size becoming wrong
13218                 fixed remembering of the state of the visibility
13219                 of MessageView
13220         * src/messageview.c
13221                 changed 'Code set' (which is rather incorrect)
13222                 in the menu to 'Character encoding'
13223         * src/prefs_common.c
13224         * src/prefs_common.h
13225                 added an option whether to render HTML as text or not
13226                 added separators to outgoing encoding menu
13227         * src/procheader.c
13228                 procheader_scan_date_string(): support header
13229                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13230         * src/summaryview.c
13231         * src/summaryview.h
13232                 minor code cleanup
13233         * src/textview.c
13234                 textview_show_html(): force output of newline
13235                 added an option whether to render HTML as text or not
13236         * src/common/utils.c
13237                 strncpy2(): optimized based on Alfons' code
13238         * src/gtk/gtkutils.c
13239         * src/gtk/gtkutils.h
13240                 removed non-used code
13241         * src/plugins/pgpmime/passphrase.c
13242                 partially fixed grab input of passphrase dialog
13243                 Confine pointer to window
13244
13245 2005-03-30 [colin]      1.9.6cvs11
13246
13247         * src/msgcache.c
13248         * src/msgcache.h
13249                 Read/write 32bit ints from cache & marks
13250                 From main.
13251
13252 2005-03-29 [paul]       1.9.6cvs10
13253
13254         * AUTHORS
13255         * ChangeLog.claws
13256         * src/compose.c
13257         * src/gtk/gtkaspell.c
13258                 sync with HEAD (don't pass NULL pointers) 
13259
13260 2005-03-24 [paul]
13261
13262         * tools/Makefile.am
13263         * tools/README
13264         * tools/acroread2sylpheed.pl
13265                 sync with HEAD (add script to send pdfs as
13266                 attachments from Adobe Reader 7)
13267
13268 2005-03-21 [paul]       1.9.6cvs9
13269
13270         * configure.ac
13271         * po/POTFILES.in
13272         * src/Makefile.am
13273         * src/crash.c
13274         * src/image_viewer.c ** ADDED **
13275         * src/image_viewer.h ** ADDED **
13276         * src/main.c
13277         * src/prefs_common.c
13278         * src/prefs_common.h
13279         * src/prefs_image_viewer.c ** ADDED **
13280         * src/prefs_image_viewer.h ** ADDED **
13281         * src/textview.c
13282         * src/gtk/about.c
13283         * src/pixmaps/sylpheed_logo.xpm
13284         * src/plugins/Makefile.am
13285         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13286         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13287         * src/plugins/image_viewer/plugin.c ** REMOVED **
13288         * src/plugins/image_viewer/viewer.c ** REMOVED **
13289         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13290         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13291         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13292         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13293         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13294                 as gdk-pixbuf is now built-in
13295                 remove image_viewer plugin and put code back into
13296                 main codebase
13297                 implement inline image display (sync with main)
13298
13299                 replace logo with newer, nicer, larger version  
13300
13301 2005-03-21 [paul]       1.9.6cvs8
13302
13303         * src/gtk/about.c
13304                 cosmetic improvement
13305
13306 2005-03-21 [holger]     1.9.6cvs7
13307
13308         * src/plugins/spamassassin/spamassassin.c
13309                 Sync with HEAD
13310                 (unregister hook on failed plugin init)
13311
13312 2005-03-20 [colin]      1.9.6cvs6
13313
13314         * src/common/plugin.c
13315                 Check that plugin isn't already loaded
13316                 Patch by Alfons
13317
13318 2005-03-20 [thorsten]   1.9.6cvs5
13319
13320         * src/compose.c
13321                 use a more compatible syntax
13322
13323 2005-03-20 [thorsten]   1.9.6cvs4
13324
13325         * src/prefs_toolbar.c
13326                 fix crash when selecting toolbar item (uninitialized pointer)
13327
13328 2005-03-20 [thorsten]   1.9.6cvs3
13329
13330         * src/procmime.c
13331                 fix mimetype detection (referenced free()d string)
13332
13333 2005-03-20 [paul]       1.9.6cvs2
13334
13335         * src/compose.c
13336                 sync with HEAD (1.0.3cvs5)
13337                 neglect Reply-To header if empty
13338                 Patch by Alfons 
13339
13340 2005-03-19 [holger]     1.9.6cvs1
13341
13342         * src/summaryview.c
13343         * src/summaryview.h
13344                 Sync with HEAD
13345
13346 2005-03-18 [paul]       1.9.6
13347
13348         initial GTK2 release
13349
13350 2005-03-18 [paul]       1.0.3cvs3.1
13351
13352         * AUTHORS
13353         * ChangeLog.claws
13354         * configure.ac
13355         * src/gtk/about.c
13356         * src/pixmaps/sylpheed_logo.xpm
13357                 sync with HEAD
13358
13359 2005-03-18 [colin]      1.0.3cvs2.6
13360
13361         * src/summaryview.c
13362                 Remove call to summary_step in summary_copy_selected_to
13363                 Can't see its purpose, and this causes bug when copying
13364                 a message if the next one is unread: it reads it.
13365
13366 2005-03-18 [paul]       1.0.3cvs2.5
13367
13368         * src/foldersel.c
13369                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13370
13371 2005-03-18 [paul]       1.0.3cvs2.4
13372
13373         * src/addrharvest.c
13374         * src/codeconv.c
13375         * src/codeconv.h
13376         * src/compose.c
13377         * src/news.c
13378         * src/procheader.c
13379         * src/procmime.c
13380         * src/unmime.c
13381         * src/unmime.h
13382                 fix buffer overflow, CAN-2005-0667, see
13383                 http://secunia.com/advisories/14491/
13384                 Patch by Alfons
13385
13386 2005-03-17 [colin]      1.0.3cvs2.3
13387
13388         * src/prefs_fonts.c
13389         * src/summaryview.c
13390                 Fix font bugs (both lists now officialy share 
13391                 the same font)
13392                 
13393
13394 2005-03-17 [paul]       1.0.3cvs2.2
13395
13396         * src/gtk/pluginwindow.c
13397                 make plugin descriptions uneditable
13398
13399 2005-03-11 [paul]       1.0.3cvs2.1
13400
13401         * ChangeLog.claws
13402         * configure.ac
13403         * po/POTFILES.in
13404         * src/plugins/trayicon/trayicon.c
13405                 sync with HEAD
13406                 add src/wizard.c to POTFILES.in
13407
13408 2005-03-11 [paul]       1.0.3cvs1.1
13409
13410         * ChangeLog
13411         * ChangeLog.claws
13412         * configure.ac
13413         * po/de.po
13414         * po/es.po
13415         * po/fr.po
13416         * po/it.po
13417         * po/pt_BR.po
13418         * po/ru.po
13419         * po/sk.po
13420         * po/sr.po
13421         * po/zh_CN.po
13422                 sync with HEAD
13423
13424 2005-03-04 [colin]      1.0.1cvs22.2
13425
13426         * src/compose.c
13427                 Fix signatures with accentued chars in it
13428
13429 2005-03-04 [colin]      1.0.1cvs22.1
13430
13431         * src/common/smtp.c
13432         * src/common/smtp.h
13433                 Don't use SIZE param in MAIL FROM: if server 
13434                 doesn't support it. Patch by Eugen Freiter
13435                 <eugen_f@users.sf.net>
13436
13437 2005-02-27 [paul]       1.0.1cvs20.1
13438
13439         * ChangeLog.claws
13440         * configure.ac
13441         * src/messageview.c
13442                 sync with HEAD
13443
13444 2005-02-27 [colin]      1.0.1cvs19.4
13445
13446         * src/procheader.c
13447         * src/procheader.h
13448                 Fix prototypes. Patch by Alfons
13449
13450 2005-02-27 [colin]      1.0.1cvs19.3
13451
13452         * src/compose.c
13453                 Don't auto-join the signature separator.
13454
13455 2005-02-26 [colin]      1.0.1cvs19.2
13456
13457         * src/summaryview.c
13458                 Fix 'mark all read' with collapsed threads.
13459                 Patch by Alfons.
13460
13461 2005-02-25 [paul]       1.0.1cvs19.1
13462
13463         * ChangeLog.claws
13464         * configure.ac
13465         * src/prefs_account.c
13466         * src/prefs_folder_item.c
13467         * src/gtk/prefswindow.c
13468         * src/gtk/prefswindow.h
13469                 sync with HEAD
13470
13471 2005-02-25 [paul]       1.0.1cvs15.12
13472
13473         * src/alertpanel.c
13474         * src/codeconv.c
13475         * src/compose.c
13476         * src/textview.c
13477         * src/gtk/gtkutils.c
13478         * src/gtk/gtkutils.h
13479         * src/gtk/logwindow.c
13480         * src/gtk/progressdialog.c
13481                 sync with main (revision 127)
13482                 and fix logwindow clipping
13483
13484 2005-02-24 [colin]      1.0.1cvs15.11
13485
13486         * src/plugins/pgpmime/passphrase.c
13487                 Disable input grabbing; it doesn't work yet.
13488
13489 2005-02-24 [colin]      1.0.1cvs15.10
13490
13491         * src/messageview.c
13492                 Don't send out receipts if offline. Ask.
13493
13494 2005-02-23 [colin]      1.0.1cvs15.9
13495
13496         * src/summaryview.c     
13497                 Fix expanding
13498
13499 2005-02-23 [colin]      1.0.1cvs15.8
13500
13501         * src/summaryview.c
13502                 Really fix Bug 568 by removing useless
13503                 calls. summary_thread_init() now called
13504                 in summary_sort(). This should please
13505                 Alfons as it should be faster than 
13506                 previously.
13507
13508 2005-02-23 [colin]      1.0.1cvs15.7
13509
13510         * src/compose.c
13511                 Encode parts as QP or B64 if signing
13512
13513 2005-02-23 [colin]      1.0.1cvs15.6
13514
13515         * src/compose.c
13516                 Fix Mimeinfo leakage (including tmp files)
13517         * src/procmsg.c
13518                 Fix tmp file leakage (spotted by Ivan Rayner)
13519
13520 2005-02-22 [colin]      1.0.1cvs15.5
13521
13522         * src/expldifdlg.c
13523                 Fix keyboard input. Patch by Alfons.
13524
13525 2005-02-21 [colin]      1.0.1cvs15.4
13526
13527         * src/compose.c
13528                 Fix Sign/Encrypt when unselecting privacy
13529                 system
13530         * src/prefs_common.c
13531                 Change default message font to Monospace
13532         * src/summaryview.c
13533                 More freezing during potentially large operations
13534
13535 2005-02-21 [paul]       1.0.1cvs15.3
13536
13537         * src/main.c
13538                 fix --help output
13539
13540 2005-02-21 [paul]       1.0.1cvs15.2
13541
13542         * po/Makefile.in.in
13543         * src/compose.c
13544         * src/summaryview.c
13545         * src/textview.c
13546         * src/common/utils.c
13547         * src/common/utils.h
13548                 sync with main (revision 117)
13549
13550 2005-02-20 [colin]      1.0.1cvs15.1
13551
13552         * src/common/defs.h
13553                 Change cache file to .sylpheed_claws_cache, as
13554                 suggested by Alfons. Allows people to switch
13555                 between Sylpheed and Sylpheed-Claws. it is
13556                 a good idea to "Check for new messages" at next
13557                 startup.
13558
13559
13560 2005-02-18 [colin]      1.0.1cvs14.1
13561
13562         * src/quote_fmt_lex.l
13563         * src/quote_fmt_parse.y
13564                 Fix parser initialisation. Patch by Ivan.
13565
13566 2005-02-18 [colin]      1.0.1cvs11.6
13567
13568         * src/folderview.c
13569                 Fix scrolldown (bug 662)
13570
13571 2005-02-17 [colin]      1.0.1cvs11.5
13572
13573         * src/codeconv.c
13574                 conv_filename_to_utf8: return clean 7bit instead
13575                 of broken utf8 if needed
13576         * src/mimeview.c
13577                 Fix display of parts with unclean 8bit names
13578
13579 2005-02-17 [paul]       1.0.1cvs11.4
13580
13581         * src/compose.c
13582         * src/exportldif.c
13583         * src/matcher_parser_parse.y
13584         * src/procmime.c
13585         * src/sourcewindow.c
13586         * src/common/Makefile.am
13587         * src/common/intl.h             ** REMOVED **
13588         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13589                 sync with main (revision 109)
13590                 and clean up
13591
13592 2005-02-16 [colin]      1.0.1cvs11.3
13593
13594         * src/summaryview.c
13595                 Fix collapsed thread not highlighting when new
13596                 messages in it (Bug 568) Patch by Stephan Sachse.
13597                 Fix messed up selection when reaching bounds (Bug 632)
13598         * src/prefs_themes.c
13599                 Fix theme installing (Bug 684)
13600
13601 2005-02-16 [colin]      1.0.1cvs11.2
13602
13603         * src/messageview.c
13604                 Fix messageview_select_all
13605
13606 2005-02-16 [colin]      1.0.1cvs11.1
13607
13608         * src/mh.c
13609                 Sync with HEAD (MH scan required function)
13610
13611 2005-02-15 [colin]      1.0.1cvs8.1
13612
13613         * src/mimeview.c
13614         * src/common/utils.c
13615                 Sync with HEAD (filename chars substitution)
13616
13617 2005-02-15 [colin]      1.0.1cvs7.3
13618
13619         * src/gtk/pluginwindow.c
13620                 Fix button spacing
13621
13622 2005-02-15 [colin]      1.0.1cvs7.2
13623
13624         * src/mimeview.c
13625                 Fix mime icons not reset across message when
13626                 scrolled down
13627
13628 2005-02-15 [colin]      1.0.1cvs7.1
13629
13630         * src/compose.c
13631         * src/procmime.c
13632                 Sync with HEAD (optimisation of cvs6)
13633
13634 2005-02-14 [colin]      1.0.1cvs6.1
13635
13636         * src/compose.c
13637         * src/procmime.c
13638                 Sync with HEAD (encode "From " at line beginning)
13639
13640 2005-02-14 [colin]      1.0.1cvs5.3
13641
13642         * src/compose.c
13643                 Fix wrapping with accentued chars.
13644
13645 2005-02-13 [colin]      1.0.1cvs5.2
13646
13647         * src/textview.c
13648                 Fix email informative part parsing with
13649                 accentued chars in it. ispunct() returns
13650                 true for them in utf8...
13651
13652 2005-02-12 [colin]      1.0.1cvs5.1
13653
13654         * src/filtering.c
13655                 Sync with HEAD (remove wrong use of compose after send)
13656
13657 2005-02-12 [paul]       1.0.1cvs4.5
13658
13659         * src/textview.c
13660                 remove unnecessary code (thanks to Alfons)
13661
13662 2005-02-12 [paul]       1.0.1cvs4.4
13663
13664         * src/textview.c
13665                 add 'Copy' to contextual menu on emails
13666
13667 2005-02-11 [colin]      1.0.1cvs4.3
13668
13669         * src/compose.c
13670                 revert 1.0.0cvs28.2, it doesn't work that well.
13671
13672 2005-02-11 [paul]       1.0.1cvs4.2
13673
13674         * po/Makefile.in.in
13675                 fix 'make release'
13676
13677 2005-02-10 [paul]       1.0.1cvs4.1
13678
13679         * ChangeLog
13680         * ChangeLog.claws
13681         * ChangeLog.jp
13682         * configure.ac
13683         * src/compose.c
13684                 sync with HEAD (sync with main)
13685
13686 2005-02-10 [paul]       1.0.1cvs3.2
13687
13688         * AUTHORS
13689         * Makefile.am
13690         * autogen.sh
13691         * configure.ac
13692         * config/mkinstalldirs
13693         * intl/.cvsignore
13694         * intl/ChangeLog
13695         * intl/VERSION
13696         * intl/bindtextdom.c
13697         * intl/config.charset
13698         * intl/dcgettext.c
13699         * intl/dcigettext.c
13700         * intl/dcngettext.c
13701         * intl/dgettext.c
13702         * intl/dngettext.c
13703         * intl/eval-plural.h
13704         * intl/explodename.c
13705         * intl/finddomain.c
13706         * intl/gettext.c
13707         * intl/gettextP.h
13708         * intl/gmo.h
13709         * intl/hash-string.h
13710         * intl/intl-compat.c
13711         * intl/l10nflist.c
13712         * intl/libgnuintl.h.in
13713         * intl/loadinfo.h
13714         * intl/loadmsgcat.c
13715         * intl/localcharset.c
13716         * intl/localcharset.h
13717         * intl/locale.alias
13718         * intl/localealias.c
13719         * intl/localename.c
13720         * intl/log.c
13721         * intl/ngettext.c
13722         * intl/os2compat.c
13723         * intl/os2compat.h
13724         * intl/osdep.c
13725         * intl/plural-exp.c
13726         * intl/plural-exp.h
13727         * intl/plural.c
13728         * intl/plural.y
13729         * intl/ref-add.sin
13730         * intl/ref-del.sin
13731         * intl/relocatable.c
13732         * intl/relocatable.h
13733         * intl/textdomain.c
13734         * m4/Makefile.am
13735         * po/Makefile.in.in
13736         * src/Makefile.am
13737         * src/account.c
13738         * src/action.c
13739         * src/addr_compl.c
13740         * src/addressadd.c
13741         * src/addressbook.c
13742         * src/addrgather.c
13743         * src/addrindex.c
13744         * src/alertpanel.c
13745         * src/browseldap.c
13746         * src/codeconv.c
13747         * src/codeconv.h
13748         * src/compose.c
13749         * src/compose.h
13750         * src/crash.c
13751         * src/editaddress.c
13752         * src/editbook.c
13753         * src/editgroup.c
13754         * src/editjpilot.c
13755         * src/editldap.c
13756         * src/editldap_basedn.c
13757         * src/editvcard.c
13758         * src/exphtmldlg.c
13759         * src/expldifdlg.c
13760         * src/export.c
13761         * src/exporthtml.c
13762         * src/filtering.c
13763         * src/folder.c
13764         * src/folder_item_prefs.c
13765         * src/foldersel.c
13766         * src/folderview.c
13767         * src/grouplistdialog.c
13768         * src/headerview.c
13769         * src/imap.c
13770         * src/imap_gtk.c
13771         * src/import.c
13772         * src/importldif.c
13773         * src/importmutt.c
13774         * src/importpine.c
13775         * src/inc.c
13776         * src/ldif.c
13777         * src/main.c
13778         * src/mainwindow.c
13779         * src/matcher.c
13780         * src/mbox.c
13781         * src/message_search.c
13782         * src/messageview.c
13783         * src/mh.c
13784         * src/mh_gtk.c
13785         * src/mimeview.c
13786         * src/msgcache.c
13787         * src/news.c
13788         * src/news_gtk.c
13789         * src/noticeview.c
13790         * src/partial_download.c
13791         * src/pop.c
13792         * src/prefs_account.c
13793         * src/prefs_actions.c
13794         * src/prefs_common.c
13795         * src/prefs_customheader.c
13796         * src/prefs_display_header.c
13797         * src/prefs_ext_prog.c
13798         * src/prefs_filtering.c
13799         * src/prefs_filtering_action.c
13800         * src/prefs_folder_item.c
13801         * src/prefs_fonts.c
13802         * src/prefs_gtk.c
13803         * src/prefs_matcher.c
13804         * src/prefs_msg_colors.c
13805         * src/prefs_spelling.c
13806         * src/prefs_summary_column.c
13807         * src/prefs_template.c
13808         * src/prefs_themes.c
13809         * src/prefs_toolbar.c
13810         * src/prefs_wrapping.c
13811         * src/privacy.c
13812         * src/procheader.c
13813         * src/procmime.c
13814         * src/procmsg.c
13815         * src/quote_fmt.c
13816         * src/recv.c
13817         * src/send_message.c
13818         * src/setup.c
13819         * src/sourcewindow.c
13820         * src/ssl_manager.c
13821         * src/statusbar.c
13822         * src/summary_search.c
13823         * src/summaryview.c
13824         * src/textview.c
13825         * src/toolbar.c
13826         * src/wizard.c
13827         * src/common/nntp.c
13828         * src/common/plugin.c
13829         * src/common/smtp.c
13830         * src/common/ssl.c
13831         * src/common/ssl_certificate.c
13832         * src/common/string_match.c
13833         * src/common/sylpheed.c
13834         * src/common/template.c
13835         * src/common/utils.c
13836         * src/gtk/about.c
13837         * src/gtk/colorlabel.c
13838         * src/gtk/description_window.c
13839         * src/gtk/filesel.c
13840         * src/gtk/foldersort.c
13841         * src/gtk/gtkaspell.c
13842         * src/gtk/gtkutils.c
13843         * src/gtk/inputdialog.c
13844         * src/gtk/logwindow.c
13845         * src/gtk/menu.c
13846         * src/gtk/pluginwindow.c
13847         * src/gtk/prefswindow.c
13848         * src/gtk/progressdialog.c
13849         * src/gtk/quicksearch.c
13850         * src/gtk/sslcertwindow.c
13851         * src/plugins/clamav/clamav_plugin.c
13852         * src/plugins/clamav/clamav_plugin_gtk.c
13853         * src/plugins/demo/demo.c
13854         * src/plugins/dillo_viewer/dillo_prefs.c
13855         * src/plugins/dillo_viewer/dillo_viewer.c
13856         * src/plugins/image_viewer/plugin.c
13857         * src/plugins/image_viewer/viewer.c
13858         * src/plugins/image_viewer/viewerprefs.c
13859         * src/plugins/mathml_viewer/mathml_viewer.c
13860         * src/plugins/pgpmime/passphrase.c
13861         * src/plugins/pgpmime/plugin.c
13862         * src/plugins/pgpmime/prefs_gpg.c
13863         * src/plugins/pgpmime/select-keys.c
13864         * src/plugins/pgpmime/sgpgme.c
13865         * src/plugins/spamassassin/spamassassin.c
13866         * src/plugins/spamassassin/spamassassin_gtk.c
13867         * src/plugins/trayicon/trayicon.c
13868                 sync with main (revision 104)
13869
13870 2005-02-10 [colin]      1.0.1cvs3.1
13871
13872         * src/mainwindow.c
13873                 Sync with HEAD (fix occasional crasher)
13874
13875 2005-02-10 [colin]      1.0.1cvs2.1
13876
13877         * src/messageview.c
13878                 Synw with HEAD (don't automatically display html)
13879
13880 2005-02-09 [colin]      1.0.1cvs1.3
13881
13882         * src/textview.c
13883         * src/textview.h
13884                 Add contextual menu on emails
13885
13886 2005-02-09 [colin]      1.0.1cvs1.2
13887
13888         * src/codeconv.c
13889                 Fix converting from broken headers and 
13890                 put back the _ in missing places
13891                 (feature broke with cvs24.2 sync, main 
13892                  possibly affected?)
13893
13894 2005-02-09 [colin]      1.0.1cvs1.1
13895
13896         * src/messageview.c
13897         * src/mimeview.c
13898         * src/mimeview.h
13899                 Sync with HEAD (display non text/plain mails with plugin)
13900
13901 2005-02-08 [colin]      1.0.1.1
13902
13903         * ChangeLog.claws
13904         * po/pt_BR.po
13905                 Sync with HEAD
13906         * configure.ac
13907                 Make default configuration directory 
13908                 be .sylpheed-gtk2
13909
13910 2005-02-08 [colin]      1.0.0cvs29.1
13911
13912         * po/de.po
13913         * po/es.po
13914         * po/fr.po
13915         * po/it.po
13916         * po/sk.po
13917         * po/sr.po
13918                 Sync translations with HEAD
13919
13920 2005-02-06 [colin]      1.0.0cvs28.3
13921
13922         * src/compose.c
13923                 Make compose a bit faster - patch by Alfons.
13924
13925 2005-02-06 [colin]      1.0.0cvs28.2
13926
13927         * src/compose.c
13928                 Make pasting via middle-click more reliable
13929
13930 2005-02-05 [paul]       1.0.0cvs28.1
13931
13932         * ChangeLog
13933         * ChangeLog.claws
13934         * ChangeLog.jp
13935         * configure.ac
13936         * src/compose.c
13937                 sync with HEAD
13938                 (fix bug 682 'redirect is broken'
13939
13940 2005-02-05 [torte]      1.0.0cvs27.1
13941
13942         * ChangeLog.claws
13943         * configure.ac
13944         * src/partial_download.c
13945                 Sync with HEAD (fix buf overflow)
13946
13947 2005-02-03 [colin]      1.0.0cvs26.1
13948
13949         * src/common/plugin.c
13950                 Sync with HEAD (avoid plugin mismatches)
13951
13952 2005-02-03 [paul]       1.0.0cvs25.3
13953
13954         * src/folderview.c
13955         * src/headerview.c
13956         * src/summaryview.c
13957         * src/textview.c
13958         * src/gtk/colorlabel.c
13959                 third and final part of initial sync with main-gtk2
13960
13961 2005-02-03 [paul]       1.0.0cvs25.2
13962
13963         * src/jpilot.c
13964                 fix building with jpilot support
13965
13966 2005-02-02 [colin]      1.0.0cvs25.1
13967
13968         * src/messageview.c
13969                 Sync with HEAD (fix dangerous typo)
13970
13971 2005-02-01 [colin]      1.0.0cvs24.3
13972
13973         * src/common/xml.c
13974                 Write file as advertised (UTF-8)
13975
13976 2005-02-01 [paul]       1.0.0cvs24.2
13977
13978         * src/addrbook.c
13979         * src/addrindex.c
13980         * src/alertpanel.h
13981         * src/codeconv.c
13982         * src/codeconv.h
13983         * src/compose.c
13984         * src/export.c
13985         * src/folder_item_prefs.c
13986         * src/html.c
13987         * src/imap.c
13988         * src/import.c
13989         * src/jpilot.c
13990         * src/mainwindow.c
13991         * src/matcher_parser_lex.l
13992         * src/messageview.c
13993         * src/mh.c
13994         * src/prefs_account.c
13995         * src/prefs_actions.c
13996         * src/prefs_common.c
13997         * src/prefs_gtk.c
13998         * src/prefs_gtk.h
13999         * src/prefs_themes.c
14000         * src/procheader.c
14001         * src/procmime.c
14002         * src/sourcewindow.c
14003         * src/statusbar.c
14004         * src/summaryview.c
14005         * src/textview.c
14006         * src/toolbar.c
14007         * src/unmime.c
14008         * src/common/template.c
14009         * src/common/utils.c
14010         * src/common/xml.c
14011         * src/common/xml.h
14012         * src/gtk/gtkaspell.c
14013         * src/plugins/clamav/clamav_plugin.c
14014         * src/plugins/dillo_viewer/dillo_prefs.c
14015         * src/plugins/image_viewer/viewerprefs.c
14016         * src/plugins/pgpmime/passphrase.c
14017         * src/plugins/pgpmime/prefs_gpg.c
14018         * src/plugins/pgpmime/select-keys.c
14019         * src/plugins/spamassassin/spamassassin.c
14020                 second part of initial sync with main-gtk2
14021                 (more to follow)
14022
14023 2005-01-31 [colin]      1.0.0cvs24.1
14024
14025         * src/compose.c
14026                 Sync with HEAD
14027
14028 2005-01-29 [paul]       1.0.0cvs23.2
14029
14030         * src/account.c
14031         * src/action.c
14032         * src/addressadd.c
14033         * src/addressbook.c
14034         * src/alertpanel.c
14035         * src/compose.c
14036         * src/editaddress.c
14037         * src/editbook.c
14038         * src/editgroup.c
14039         * src/editjpilot.c
14040         * src/editldap.c
14041         * src/editldap_basedn.c
14042         * src/editvcard.c
14043         * src/export.c
14044         * src/foldersel.c
14045         * src/grouplistdialog.c
14046         * src/import.c
14047         * src/importldif.c
14048         * src/inc.c
14049         * src/main.c
14050         * src/mainwindow.c
14051         * src/message_search.c
14052         * src/messageview.c
14053         * src/mimeview.c
14054         * src/prefs_actions.c
14055         * src/prefs_common.c
14056         * src/prefs_common.h
14057         * src/prefs_customheader.c
14058         * src/prefs_display_header.c
14059         * src/prefs_filtering.c
14060         * src/prefs_filtering_action.c
14061         * src/prefs_gtk.c
14062         * src/prefs_matcher.c
14063         * src/prefs_summary_column.c
14064         * src/prefs_template.c
14065         * src/sourcewindow.c
14066         * src/summary_search.c
14067         * src/summaryview.c
14068         * src/textview.c
14069         * src/gtk/about.c
14070         * src/gtk/description_window.c
14071         * src/gtk/gtkshruler.c
14072         * src/gtk/gtkutils.c
14073         * src/gtk/gtkutils.h
14074         * src/gtk/inputdialog.c
14075         * src/gtk/logwindow.c
14076         * src/gtk/prefswindow.c
14077         * src/gtk/progressdialog.c
14078         * src/gtk/progressdialog.h
14079                 first part of initial sync with main-gtk2
14080                 (more to follow)
14081
14082 2005-01-28 [colin]      1.0.0cvs23.1
14083
14084         * src/folderview.c
14085                 Sync with HEAD
14086
14087 2005-01-27 [colin]      1.0.0cvs21.1
14088
14089         * src/folder.c
14090         * src/folderview.c
14091                 Sync with HEAD
14092
14093 2005-01-27 [colin]      1.0.0cvs19.1
14094
14095         * src/procmime.c
14096                 Sync with HEAD
14097
14098 2005-01-27 [colin]      1.0.0cvs18.1
14099
14100         * src/messageview.c
14101         * src/summaryview.c
14102         * src/mainwindow.c
14103         * src/compose.c
14104         * src/compose.h
14105         * src/procmsg.c
14106         * src/procmsg.h
14107         * src/toolbar.c
14108                 Sync with HEAD
14109
14110 2005-01-26 [paul]       1.0.0cvs15.2
14111
14112         * src/compose.c
14113                 compose_entries_set(): convert subject and body to
14114                 utf8 if necessary. patch by Felix Eckhofer
14115
14116 2005-01-26 [paul]       1.0.0cvs15.1
14117
14118         * configure.ac
14119         * src/common/template.c
14120                 sync with HEAD (fix memory leak)
14121
14122 2005-01-25 [paul]       1.0.0cvs14.1
14123
14124         * configure.ac
14125         * src/compose.c
14126                 sync with HEAD
14127
14128 2005-01-24 [colin]      1.0.0cvs13.1
14129
14130         * src/summaryview.c
14131                 Sync with HEAD
14132
14133 2005-01-24 [paul]       1.0.0cvs12.1
14134
14135         * configure.ac
14136         * src/messageview.c
14137         * src/mh.c
14138         * src/common/utils.c
14139                 sync with HEAD
14140
14141 2005-01-24 [colin]      1.0.0cvs11.1
14142
14143         * src/procheader.c
14144                 Sync with HEAD
14145
14146 2005-01-24 [colin]      1.0.0cvs10.1
14147
14148         * src/folderview.c
14149                 Sync with HEAD
14150
14151 2005-01-23 [colin]      1.0.0cvs9.1
14152
14153         * src/crash.c
14154                 Sync with HEAD
14155
14156 2005-01-22 [colin]      1.0.0cvs8.1
14157
14158         * src/summaryview.c
14159         * src/gtk/quicksearch.c
14160                 Sync with HEAD
14161
14162 2005-01-21 [colin]      1.0.0cvs7.1
14163
14164         * src/summaryview.c
14165                 Sync with HEAD
14166
14167 2005-01-21 [colin]      1.0.0cvs6.1
14168
14169         * src/summaryview.c
14170                 Sync with HEAD
14171
14172 2005-01-21 [colin]      1.0.0cvs5.1
14173
14174         * src/gtk/quicksearch.c
14175         * src/prefs_common.c
14176         * src/prefs_common.h
14177                 Sync with HEAD (recurse option)
14178
14179 2005-01-21 [colin]      1.0.0cvs4.1
14180
14181         * src/folder.h
14182         * src/folderview.c
14183         * src/folderview.h
14184         * src/summaryview.c
14185         * src/gtk/quicksearch.c
14186         * src/gtk/quicksearch.h
14187                 Sync with HEAD (recursive quicksearch)
14188
14189 2005-01-20 [colin]      1.0.0cvs3.4
14190
14191         * src/ssl_manager.c
14192                 Remove useless code
14193
14194 2005-01-20 [colin]      1.0.0cvs3.3
14195
14196         * src/ssl_manager.c
14197                 Fix leak, thanks to Alfons.
14198
14199 2005-01-20 [colin]      1.0.0cvs3.2
14200
14201         * src/ssl_manager.c
14202                 Port SSL certificate window to GTK2.
14203
14204 2005-01-20 [paul]       1.0.0cvs3.1
14205
14206         * ChangeLog.claws
14207         * configure.ac
14208         * src/addrindex.c
14209         * src/addrindex.h
14210                 sync with HEAD
14211
14212 2005-01-19 [colin]      1.0.0cvs2.2
14213
14214         * src/plugins/trayicon/trayicon.c
14215                 Fix freeze with gtk-2.6, the easy way
14216                 (signal blocking helpless there...)
14217                 Closes bug #668.
14218
14219 2005-01-19 [colin]      1.0.0cvs2.1
14220
14221         * src/mbox.c
14222         * src/mbox.h
14223         * src/mainwindow.c
14224         * src/summaryview.c
14225         * src/summaryview.h
14226                 Sync with HEAD
14227
14228 2005-01-19 [paul]       1.0.0cvs1.1
14229
14230         * configure.ac
14231         * po/de.po
14232         * po/es.po
14233         * po/fr.po
14234         * po/hr.po
14235         * po/it.po
14236         * po/ja.po
14237         * po/ko.po
14238         * po/pt_BR.po
14239         * po/ru.po
14240         * po/sk.po
14241         * po/sr.po
14242                 sync with HEAD (update translations)
14243
14244 2005-01-18 [colin]      1.0.0cvs0.1
14245
14246         * src/foldersel.c
14247                 Specify search column - patch by Alfons
14248
14249 2005-01-18 [colin]      0.9.13cvs36.3
14250
14251         * src/prefs_toolbar.c
14252                 Change Delete to Remove
14253         * src/prefs_fonts.c
14254                 GTK2 version and leak fixes
14255         * src/prefs_actions.c
14256                 Add stock buttons.
14257                 All patches by Alfons
14258
14259 2005-01-17 [colin]      0.9.13cvs36.2
14260
14261         * src/compose.c
14262                 Fix DnD inserting twice. While at it,
14263                 add DnD support for text/plain in the
14264                 body, and add support in the headers.
14265
14266 2005-01-16 [colin]      0.9.13cvs36.1
14267
14268         * ChangeLog
14269         * ChangeLog.jp
14270         * ChangeLog.claws
14271                 Sync with HEAD (nothing applicable)
14272
14273 2005-01-16 [colin]      0.9.13cvs33.2
14274
14275         * src/prefs_toolbar.c
14276                 GTK2ize prefs_toolbar, by Alfons.
14277
14278 2005-01-14 [colin]      0.9.13cvs33.1
14279
14280         * src/html.c
14281         * src/msgcache.c
14282                 Sync with HEAD
14283
14284 2005-01-14 [colin]      0.9.13cvs32.1
14285
14286         * src/html.c
14287         * src/html.h
14288         * src/msgcache.c
14289         * AUTHORS
14290         * tools/calypso_convert.pl
14291                 Sync with HEAD
14292
14293 2005-01-08 [colin]      0.9.13cvs29.2
14294
14295         * src/prefs_filtering_action.c
14296         * src/prefs_filtering.c
14297                 2 more gtk2 patches by Alfons
14298
14299 2005-01-07 [paul]       0.9.13cvs29.1
14300
14301         * ChangeLog
14302         * ChangeLog.claws
14303         * ChangeLog.jp
14304         * configure.ac
14305         * src/pop.c
14306         * src/pop.h
14307                 sync with HEAD
14308
14309 2005-01-07 [colin]      0.9.13cvs28.3
14310
14311         * src/gtk/progressdialog.c
14312         * src/gtk/progressdialog.h
14313         * src/inc.c
14314         * src/send_message.c
14315                 GTK2 for the incorporation dialog. The CList isn't dead
14316                 yet, for a more smooth migration. Patch by Alfons.
14317
14318 2005-01-06 [colin]      0.9.13cvs28.2
14319
14320         * src/prefs_display_header.c
14321                 GTK2 conversion by Alfons
14322         * src/prefs_actions.c
14323         * src/prefs_matcher.c
14324                 Fix 2 leaks - patch by Alfons
14325
14326 2005-01-06 [colin]      0.9.13cvs28.1
14327
14328         * src/prefs_matcher.c
14329                 Sync with HEAD
14330
14331 2005-01-06 [colin]      0.9.13cvs27.4
14332
14333         * src/prefs_matcher.c
14334                 Fix double-free. Patch by Alfons
14335
14336 2005-01-06 [colin]      0.9.13cvs27.3
14337
14338         * src/prefs_matcher.c
14339                 GTK2 widgets + memleak
14340                 Patch by Alfons
14341
14342 2005-01-05 [colin]      0.9.13cvs27.2
14343
14344         * src/account.c
14345         * src/addr_compl.c
14346         * src/foldersel.c
14347         * src/stock_pixmap.c
14348         * src/stock_pixmap.h
14349                 3 more GTK2 patches by Alfons.
14350
14351 2005-01-04 [colin]      0.9.13cvs27.1
14352
14353         * src/folderview.c
14354         * src/imap_gtk.c
14355         * src/news_gtk.c
14356                 Sync with HEAD
14357
14358 2005-01-04 [colin]      0.9.13cvs25.9
14359
14360         * src/compose.c
14361                 Fix Show Ruler menuitem
14362         * src/prefs_template.c
14363                 Convert to GTK2
14364         * src/common/utils.c
14365                 Make auto pointer stuff handles NULLs
14366                 Patches by Alfons.
14367
14368 2005-01-04 [colin]      0.9.13cvs25.8
14369
14370         * src/compose.c
14371                 Move the attachment list to gtk2
14372                 Patch by Alfons.
14373
14374 2005-01-04 [colin]      0.9.13cvs25.7
14375
14376         * src/textview.c
14377                 Make some keys work again
14378                 Patch by SungHyun Nam <namsh@kldp.org>
14379
14380 2005-01-04 [colin]      0.9.13cvs25.6
14381
14382         * src/gtk/gtkshruler.c
14383                 Move the ruler to GTK2
14384                 Patch by Alfons
14385
14386 2005-01-03 [colin]      0.9.13cvs25.5
14387
14388         * src/compose.c
14389                 Fix my broken patch apply 
14390
14391 2005-01-03 [colin]      0.9.13cvs25.4
14392
14393         * src/common/utils.c
14394         * src/common/utils.h
14395         * src/gtk/prefswindow.c
14396                 Move auto pointer stuff to utils.c
14397                 Patch by Alfons again :)
14398
14399 2005-01-03 [colin]      0.9.13cvs25.3
14400
14401         * src/compose.c
14402         * src/prefs_gtk.c
14403         * src/prefs_template.c
14404         * src/textview.c
14405                 Empty text widgets with empty strings, not NULL char
14406                 Patch by SungHyun Nam <namsh@kldp_org>
14407
14408 2005-01-03 [colin]      0.9.13cvs25.2
14409
14410         * src/main.c
14411         * AUTHORS
14412                 Sync with HEAD
14413
14414 2005-01-03 [colin]      0.9.13cvs25.1
14415
14416         * src/pop.c
14417         * src/pop.h
14418                 Sync with HEAD
14419
14420 2005-01-03 [colin]      0.9.13cvs24.3
14421
14422         * src/account.c
14423                 Two patches from Alfons and Alex S Moore:
14424                 fix images, fix return value.
14425
14426 2005-01-01 [colin]      0.9.13cvs24.2
14427
14428         * src/prefs_actions.c
14429                 Fix over-zealous assertion. Patch by Alfons
14430
14431 2005-01-01 [colin]      0.9.13cvs24.1
14432
14433         * src/procmime.c
14434                 Sync with HEAD (leak fix)
14435
14436 2004-12-31 [colin]      0.9.13cvs23.2
14437
14438         * src/prefs_common.c
14439                 GTK2 widgets + stock buttons - patch by Alfons
14440
14441 2004-12-31 [paul]       0.9.13cvs23.1
14442
14443         * configure.ac
14444                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14445         * src/gtk/pluginwindow.c
14446                 use GTK2 widgets and plug memory leaks,
14447                 patches by Alfons
14448
14449 2004-12-30 [colin]      0.9.13cvs22.4
14450
14451         * src/account.c
14452         * src/action.c
14453         * src/export.c
14454         * src/foldersel.c
14455         * src/import.c
14456         * src/message_search.c
14457         * src/prefs_actions.c
14458         * src/prefs_common.c
14459         * src/prefs_customheader.c
14460         * src/prefs_filtering.c
14461         * src/prefs_summary_column.c
14462         * src/summary_search.c
14463         * src/gtk/about.c
14464         * src/gtk/description_window.c
14465         * src/gtk/gtkutils.c
14466         * src/gtk/gtkutils.h
14467         * src/gtk/inputdialog.c
14468         * src/gtk/prefswindow.c
14469                 Use GTK2 stock buttons. Patches by Alfons.
14470
14471 2004-12-30 [colin]      0.9.13cvs22.3
14472
14473         * src/account.c
14474                 Sync with HEAD
14475         * src/prefs_actions.c
14476         * src/prefs_customheader.c
14477         * src/prefs_filtering.c
14478         * src/prefs_msg_colors.c
14479         * src/prefs_summary_column.c
14480         * src/gtk/prefswindow.c
14481                 Use GtkTreeView instead of deprecated 
14482                 widgets. Patches by Alfons.
14483
14484 2004-12-30 [paul]       0.9.13cvs22.2
14485
14486         * src/foldersel.c
14487                 use GTK 2 Tree View
14488                 patch by Alfons, with root folder sorting fix
14489                 by Stephan Sachse
14490
14491 2004-12-30 [paul]       0.9.13cvs22.1
14492
14493         * ChangeLog
14494         * ChangeLog.claws
14495         * ChangeLog.jp
14496         * NEWS
14497         * configure.ac
14498         * src/account.c
14499                 sync with HEAD
14500
14501 2004-12-22 [martin]     0.9.13cvs21.2
14502
14503         * src/action.c
14504                 free the command line after its use
14505
14506 2004-12-18 [paul]       0.9.13cvs21.1
14507
14508         * AUTHORS
14509         * ChangeLog
14510         * ChangeLog.claws
14511         * ChangeLog.jp
14512         * NEWS
14513         * configure.ac
14514         * src/action.c
14515         * src/compose.c
14516         * src/syldap.c
14517                 sync with HEAD
14518
14519 2004-12-17 [martin]     0.9.13cvs17.2
14520
14521         * src/action.c
14522                 convert actions input to locale
14523         * src/inc.c
14524                 convert notification command to locale
14525         * src/plugins/pgpmime/select-keys.c
14526                 convert attributes to utf8
14527
14528 2004-12-14 [colin]      0.9.13cvs17.1
14529
14530         * ChangeLog
14531         * ChangeLog.jp
14532         * ChangeLog.claws
14533         * src/action.c
14534         * src/common/utils.c
14535         * src/gtk/prefswindow.c
14536         * src/gtk/gtkutils.c
14537         * src/gtk/gtkutils.h
14538         * src/plugins/spamassassin/libspamc.c
14539                 Sync with HEAD
14540
14541 2004-12-13 [colin]      0.9.13cvs14.1
14542
14543         * src/quote_fmt_parse.y
14544                 Sync with HEAD
14545
14546 2004-12-10 [colin]      0.9.13cvs12.1
14547
14548         * src/prefs_themes.c
14549         * src/mainwindow.c
14550         * src/messageview.c
14551                 Sync with HEAD
14552
14553 2004-12-09 [colin]      0.9.13cvs10.1
14554
14555         * src/procmime.c
14556                 Sync with HEAD (fix B64 encoding from memory)
14557
14558 2004-12-08 [colin]      0.9.13cvs9.1
14559
14560         * src/gtk/colorlabel.c
14561                 Sync with HEAD
14562
14563 2004-12-08 [paul]       0.9.13cvs8.2
14564
14565         * src/gtk/pluginwindow.c
14566                 fix window resizing oddities
14567
14568 2004-12-08 [colin]      0.9.13cvs8.1
14569
14570         * src/quote_fmt_parse.y
14571                 Sync with HEAD
14572
14573 2004-12-08 [colin]      0.9.13cvs7.1
14574
14575         * src/matcher_parser_parse.y
14576         * src/msgcache.c
14577         * src/prefs_matcher.c
14578         * src/procheader.c
14579         * src/matcher.c
14580         * src/common/defs.h
14581         * po/sr.po
14582                 Sync with HEAD
14583
14584 2004-12-08 [colin]      0.9.13cvs6.1
14585
14586         * src/quote_fmt_parse.y
14587         * src/textview.c
14588                 Sync with HEAD
14589         * src/gtk/prefswindow.c
14590         * src/gtk/pluginwindow.c
14591                 Fix G_CALLBACKS protos (thanks to Alfons)
14592
14593 2004-12-07 [torte]      0.9.13cvs2.2
14594
14595         * src/procmime.c
14596                 [Bug 650] reply button causes crash
14597                 Thanks to David Relson and Christoph
14598
14599 2004-12-07 [colin]      0.9.13cvs2.1
14600
14601         * ChangeLog.claws
14602         * AUTHORS
14603         * po/sk.po
14604         * src/procmime.c
14605         * src/prefs_account.c
14606         * src/common/smtp.c
14607         * src/common/smtp.h
14608                 Sync with HEAD
14609
14610 2004-12-06 [colin]      0.9.12cvs187.1
14611
14612         * ChangeLog.claws
14613         * INSTALL
14614         * Makefile.am
14615         * README.claws
14616         * TODO.claws
14617         * configure.ac
14618         * po/bg.po
14619         * po/cs.po
14620         * po/el.po
14621         * po/en_GB.po
14622         * po/es.po
14623         * po/fr.po
14624         * po/hr.po
14625         * po/hu.po
14626         * po/it.po
14627         * po/ja.po
14628         * po/ko.po
14629         * po/nl.po
14630         * po/pl.po
14631         * po/pt_BR.po
14632         * po/ru.po
14633         * po/sk.po
14634         * po/sr.po
14635         * po/sv.po
14636         * po/zh_CN.po
14637         * po/zh_TW.Big5.po
14638         * src/compose.c
14639         * tools/Makefile.am
14640         * tools/README
14641         * tools/filter_conv.pl
14642         * tools/kdeservicemenu/README
14643         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14644         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14645                 Sync with HEAD
14646
14647 2004-12-04 [colin]      0.9.12cvs183.1
14648
14649         * src/compose.c
14650                 Sync with HEAD (compose window position saving)
14651
14652 2004-12-04 [paul]       0.9.12cvs182.3
14653
14654         * src/messageview.c
14655         * src/mimeview.c
14656         * src/prefs_customheader.c
14657         * src/gtk/quicksearch.c
14658                 replace some forgotten GTK_SIGNAL_FUNCs
14659
14660 2004-12-04 [paul]       0.9.12cvs182.2
14661
14662         * src/Makefile.am
14663                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14664                 committed in error      
14665
14666 2004-12-04 [paul]       0.9.12cvs182.1
14667
14668         * ChangeLog
14669         * ChangeLog.claws
14670         * ChangeLog.jp
14671         * INSTALL
14672         * NEWS
14673         * README
14674         * README.jp
14675         * configure.ac
14676         * doc/manual/ja/Makefile.am
14677         * doc/manual/ja/sylpheed-1.html
14678         * doc/manual/ja/sylpheed-10.html
14679         * doc/manual/ja/sylpheed-11.html
14680         * doc/manual/ja/sylpheed-12.html
14681         * doc/manual/ja/sylpheed-13.html
14682         * doc/manual/ja/sylpheed-14.html
14683         * doc/manual/ja/sylpheed-15.html
14684         * doc/manual/ja/sylpheed-16.html
14685         * doc/manual/ja/sylpheed-17.html
14686         * doc/manual/ja/sylpheed-18.html
14687         * doc/manual/ja/sylpheed-19.html
14688         * doc/manual/ja/sylpheed-2.html
14689         * doc/manual/ja/sylpheed-20.html
14690         * doc/manual/ja/sylpheed-3.html
14691         * doc/manual/ja/sylpheed-4.html
14692         * doc/manual/ja/sylpheed-5.html
14693         * doc/manual/ja/sylpheed-6.html
14694         * doc/manual/ja/sylpheed-7.html
14695         * doc/manual/ja/sylpheed-8.html
14696         * doc/manual/ja/sylpheed-9.html
14697         * doc/manual/ja/sylpheed.html
14698         * doc/manual/ja/sylpheed.sgml
14699         * po/de.po
14700         * src/Makefile.am
14701         * src/compose.c
14702         * src/procmime.c
14703         * src/pixmaps/regular.xpm **REMOVED**
14704         * src/plugins/pgpmime/pgpmime.c
14705         * src/plugins/pgpmime/plugin.c
14706         * src/plugins/pgpmime/prefs_gpg.c
14707                 sync with HEAD
14708
14709 2004-12-03 [paul]       0.9.12cvs180.1
14710
14711         * ChangeLog
14712         * ChangeLog.claws
14713         * ChangeLog.jp
14714         * configure.ac
14715         * src/Makefile.am
14716         * src/pop.c
14717         * src/common/utils.c
14718         * src/common/utils.h
14719         * src/pixmaps/continue.xpm
14720         * src/pixmaps/dir_close.xpm
14721         * src/pixmaps/dir_open.xpm
14722         * src/pixmaps/drafts_close.xpm
14723         * src/pixmaps/drafts_open.xpm
14724         * src/pixmaps/folder.xpm **REMOVED**
14725         * src/pixmaps/group.xpm
14726         * src/pixmaps/unread.xpm
14727                 sync with HEAD
14728
14729 2004-12-02 [colin]      0.9.12cvs179.1
14730
14731         * src/compose.c
14732                 Sync with HEAD (non-duplicated reedition)
14733
14734 2004-12-02 [colin]      0.9.12cvs178.1
14735
14736         * src/compose.c
14737                 Sync with HEAD (linewrap_quote fix)
14738
14739 2004-12-01 [colin]      0.9.12cvs177.3
14740
14741         * src/addrharvest.c
14742                 Replace sizeof with strlen
14743
14744 2004-12-01 [paul]       0.9.12cvs177.2
14745
14746         * src/addrharvest.c
14747                 fix 'harvest addresses'
14748
14749 2004-11-30 [colin]      0.9.12cvs177.1
14750
14751         * src/gtk/prefswindow.c
14752         * src/gtk/pluginwindow.c
14753                 Sync with HEAD
14754
14755 2004-11-29 [colin]      0.9.12cvs176.1
14756
14757         * src/folderview.c
14758                 sync with HEAD (Fix disappearing separators in folderview's popup)
14759
14760 2004-11-29 [colin]      0.9.12cvs175.1
14761
14762         * src/procmime.c
14763                 Sync with head (another format fix)
14764
14765 2004-11-29 [colin]      0.9.12cvs174.1
14766
14767         * src/pop.c
14768                 Sync with HEAD (format string fix)
14769
14770 2004-11-26 [colin]      0.9.12cvs173.1
14771
14772         * src/common/smtp.c
14773         * src/common/smtp.h
14774                 Sync with HEAD
14775
14776 2004-11-24 [colin]      0.9.12cvs172.1
14777
14778         * src/plugins/pgpmime/pgpmime.c
14779                 Sync with HEAD
14780
14781 2004-11-24 [colin]      0.9.12cvs171.1
14782
14783         * src/plugins/pgpmime/pgpmime.c
14784                 Sync with head (gpgmectx leaks)
14785
14786 2004-11-24 [colin]      0.9.12cvs169.1
14787
14788         * src/plugins/pgpmime/plugin.c
14789         * src/plugins/trayicon/Makefile.am
14790         * src/plugins/trayicon/newmarkedmail.xpm
14791         * src/plugins/trayicon/trayicon.c
14792         * src/plugins/trayicon/unreadmarkedmail.xpm
14793                 Sync with HEAD
14794
14795 2004-11-23 [colin]      0.9.12cvs168.1
14796
14797         * src/partial_download.c
14798         * src/partial_download.h
14799         * src/plugins/pgpmime/plugin.c
14800                 Sync with HEAD
14801
14802 2004-11-23 [colin]      0.9.12cvs166.1
14803
14804         * src/Makefile.am
14805         * src/codeconv.c
14806         * src/compose.c
14807         * src/folderview.c
14808         * src/main.c
14809         * src/partial_download.c
14810         * src/partial_download.h
14811         * src/prefs_account.c
14812         * src/prefs_account.h
14813         * src/privacy.c
14814         * src/privacy.h
14815         * src/procmime.c
14816         * src/common/Makefile.am
14817         * src/common/base64.h
14818         * src/common/partial_download.c
14819         * src/common/partial_download.h
14820         * src/gtk/prefswindow.c
14821         * src/gtk/prefswindow.h
14822         * src/plugins/pgpmime/pgpmime.c
14823         * src/plugins/pgpmime/prefs_gpg.c
14824         * src/plugins/pgpmime/prefs_gpg.h
14825         * src/plugins/pgpmime/sgpgme.c
14826         * src/plugins/pgpmime/sgpgme.h
14827                 Sync with HEAD
14828
14829 2004-11-23 [colin]      0.9.12cvs163.1
14830
14831         * src/main.c
14832                 Sync with HEAD (cursor optimization)
14833
14834 2004-11-23 [colin]      0.9.12cvs162.1
14835
14836         * src/prefs_common.c
14837         * src/prefs_themes.c
14838         * src/procmsg.c
14839                 Sync with HEAD
14840
14841 2004-11-23 [colin]      0.9.12cvs158.9
14842
14843         * src/compose.c
14844                 Fix double-free when forwarding
14845         * src/msgcache.c
14846                 Fix leak on error path
14847                 
14848
14849 2004-11-23 [colin]      0.9.12cvs158.8
14850
14851         * src/compose.c
14852                 Fix possible double-free
14853                 Spotted by Alfons
14854
14855 2004-11-23 [colin]      0.9.12cvs158.7
14856
14857         * src/compose.c
14858                 Fix some signal handlers' prototypes
14859                 Spotted by Alfons
14860
14861 2004-11-22 [colin]      0.9.12cvs158.6
14862
14863         * src/compose.c
14864                 Remove unneeded code and duplicated
14865                 wrapping - patch by Alfons
14866
14867 2004-11-22 [colin]      0.9.12cvs158.5
14868
14869         * src/prefs_themes.c
14870                 Fix oversized selector
14871
14872 2004-11-22 [colin]      0.9.12cvs158.4
14873
14874         * src/compose.c
14875                 fix dump_text()
14876                 patch by Alfons
14877
14878 2004-11-19 [colin]      0.9.12cvs158.3
14879
14880         * src/textview.c
14881                 Add a context menu on links (open, copy)
14882
14883 2004-11-18 [paul]       0.9.12cvs158.2
14884
14885         * src/addrgather.c
14886         * src/exphtmldlg.c
14887         * src/expldifdlg.c
14888         * src/mimeview.c
14889         * src/prefs_common.c
14890         * src/plugins/image_viewer/viewer.c
14891         * src/plugins/spamassassin/spamassassin_gtk.c
14892                 replace deprecated gtk_notebook_set_page
14893                 and gtk_notebook_current_page
14894
14895 2004-11-18 [paul]       0.9.12cvs158.1
14896
14897         * configure.ac
14898         * src/compose.c
14899         * src/mainwindow.c
14900         * src/messageview.c
14901         * src/prefs_common.c
14902         * src/common/utils.c
14903         * src/common/utils.h
14904                 sync with HEAD
14905
14906 2004-11-17 [colin]      0.9.12cvs156.1
14907
14908         * src/prefs_account.c
14909         * src/prefs_account.h
14910         * src/procmsg.c
14911                 Sync with HEAD (add pref to store encrypted mails encrypted)
14912
14913 2004-11-17 [paul]       0.9.12cvs155.1
14914
14915         * ChangeLog
14916         * ChangeLog.claws
14917         * ChangeLog.jp
14918         * NEWS
14919         * configure.ac
14920         * src/compose.c
14921         * src/jpilot.c
14922         * src/privacy.c
14923         * src/procmime.c
14924         * src/procmime.h
14925         * src/procmsg.c
14926         * src/toolbar.c
14927         * src/pixmaps/error.xpm
14928                 sync with HEAD
14929
14930 2004-11-17 [colin]      0.9.12cvs151.1
14931
14932         * src/plugins/pgpmime/pgpmime.c
14933                 Sync with HEAD (remove debug printf)
14934
14935 2004-11-17 [colin]      0.9.12cvs150.1
14936
14937         * src/plugins/pgpmime/pgpmime.c
14938                 Sync with HEAD (off-by-one fix)
14939
14940 2004-11-17 [colin]      0.9.12cvs149.1
14941
14942         * src/procmsg.c
14943                 Sync with HEAD (coding style fixes)
14944
14945 2004-11-16 [colin]      0.9.12cvs148.1
14946
14947         * src/procmsg.c
14948                 Sync with head (Fix the fix)
14949
14950 2004-11-16 [colin]      0.9.12cvs147.1
14951
14952         * src/procmsg.c
14953                 Sync with Main (leak fix)
14954
14955 2004-11-16 [colin]      0.9.12cvs146.14
14956
14957         * src/compose.c
14958                 Remove useless chunk of code
14959                 Patch by Alfons
14960
14961 2004-11-15 [colin]      0.9.12cvs146.13
14962
14963         * src/compose.c
14964                 Fix drafting after insertion
14965                 Patch by Alfons
14966
14967 2004-11-15 [colin]      0.9.12cvs146.12
14968
14969         * src/compose.c
14970         * src/prefs_filtering.c
14971         * src/prefs_filtering_action.c
14972         * src/prefs_toolbar.c
14973                 Fix some const-correctness
14974
14975 2004-11-15 [colin]      0.9.12cvs146.11
14976
14977         * src/summaryview.c
14978         * src/prefs_themes.c
14979         * src/messageview.c
14980                 Fix some leaks
14981
14982 2004-11-15 [colin]      0.9.12cvs146.10
14983
14984         * src/codeconv.c
14985                 More unreadable locale fixes
14986
14987 2004-11-14 [colin]      0.9.12cvs146.9
14988
14989         * src/textview.c
14990                 Fix uri_security_check
14991                 Patch by Alfons
14992
14993 2004-11-13 [paul]       0.9.12cvs146.8
14994
14995         * src/folder.c
14996         * src/procmime.c
14997                 fix 2 bugs introduced in last commit
14998
14999 2004-11-13 [paul]       0.9.12cvs146.7
15000
15001         * src/compose.c
15002         * src/exporthtml.c
15003         * src/exportldif.c
15004         * src/folder.c
15005         * src/imap.c
15006         * src/imap_gtk.c
15007         * src/main.c
15008         * src/mainwindow.c
15009         * src/messageview.c
15010         * src/mh_gtk.c
15011         * src/prefs_themes.c
15012         * src/procmime.c
15013         * src/setup.c
15014         * src/summaryview.c
15015                 replace deprecated g_basename
15016
15017 2004-11-13 [paul]       0.9.12cvs146.6
15018
15019         * src/compose.c
15020         * src/imap.c
15021         * src/matcher_parser.h
15022         * src/matcher_parser_parse.y
15023         * src/prefs_filtering.c
15024         * src/prefs_filtering_action.c
15025         * src/prefs_themes.c
15026         * src/prefs_toolbar.c
15027         * src/common/utils.c
15028                 various small fixes/cleanups
15029
15030 2004-11-12 [colin]      0.9.12cvs146.5
15031
15032         * src/textview.c
15033                 Validate event's origin on visibility notify
15034                 Patch by Alfons.
15035
15036 2004-11-12 [paul]       0.9.12cvs146.4
15037
15038         * src/exporthtml.c
15039         * src/exportldif.c
15040         * src/imap.c
15041         * src/mh.c
15042         * src/mimeview.c
15043         * src/prefs_spelling.c
15044         * src/prefs_themes.c
15045                 replace deprecated g_dirname    
15046
15047 2004-11-12 [colin]      0.9.12cvs146.3
15048
15049         * src/textview.c
15050                 Some coding style fixes
15051
15052 2004-11-12 [colin]      0.9.12cvs146.2
15053
15054         * src/codeconv.c
15055                 We want to replace _all_ extended chars in
15056                 conv_unreadable_*, because any string containing
15057                 extended chars not parsing as UTF8 is 
15058                 undisplayed on gtk2.
15059
15060 2004-11-12 [paul]       0.9.12cvs146.1
15061
15062         * ChangeLog
15063         * ChangeLog.claws
15064         * ChangeLog.jp
15065         * NEWS
15066         * configure.ac
15067         * src/account.c
15068         * src/folderview.c
15069         * src/folderview.h
15070         * src/imap.c
15071         * src/imap_gtk.c
15072         * src/inc.c
15073         * src/mainwindow.c
15074         * src/mh_gtk.c
15075         * src/news_gtk.c
15076         * src/pop.c
15077         * src/prefs_account.c
15078         * src/prefs_account.h
15079         * src/prefs_ext_prog.c
15080         * src/procmime.c
15081         * src/procmime.h
15082         * src/procmsg.c
15083         * src/procmsg.h
15084         * src/summary_search.c
15085         * src/summaryview.c
15086         * src/textview.c
15087         * src/common/defs.h
15088         * src/common/utils.c
15089         * src/common/utils.h
15090         * src/gtk/menu.c
15091         * src/gtk/menu.h
15092                 sync with HEAD
15093
15094 2004-11-11 [colin]      0.9.12cvs144.2
15095
15096         * src/textview.c
15097                 Fix URI range selection (patch by Alfons)
15098
15099 2004-11-09 [colin]      0.9.12cvs144.1
15100
15101         * ChangeLog.claws
15102         * src/compose.c
15103         * src/folder.c
15104         * src/folder_item_prefs.c
15105         * src/prefs_account.c
15106         * src/prefs_account.h
15107         * src/plugins/pgpmime/pgpmime.c
15108                 Sync with HEAD
15109
15110 2004-11-08 [colin]      0.9.12cvs143.1
15111
15112         * src/summaryview.c
15113                 Sync with HEAD (optimize quicksearch)
15114
15115 2004-11-08 [colin]      0.9.12cvs142.2
15116
15117         * src/compose.c
15118                 Don't wrap when Edit/Auto wrapping is disabled
15119
15120 2004-11-08 [colin]      0.9.12cvs142.1
15121
15122         * src/textview.c
15123                 Sync with HEAD
15124
15125 2004-11-08 [colin]      0.9.12cvs141.1
15126
15127         * src/textview.c
15128                 Sync with HEAD (fix some mail URIs)
15129
15130 2004-11-08 [colin]      0.9.12cvs140.3
15131
15132         * src/textview.c
15133                 o Use text cursor instead of arrow when
15134                   not on a link
15135                 o Fix handling of contiguous links (as in
15136                   "colin@colino.net" <colin@colino.net>)
15137                   This one unveils a bug in get_email_part()
15138
15139 2004-11-07 [colin]      0.9.12cvs140.2
15140
15141         * src/textview.c
15142                 Fix memleak. Patch by Alfons.
15143
15144 2004-11-06 [colin]      0.9.12cvs140.1
15145
15146         * src/compose.c
15147                 Sync with HEAD (don't ask passphrase
15148                 when drafting)
15149
15150 2004-11-06 [paul]       0.9.12cvs139.2
15151
15152         * AUTHORS
15153         * src/textview.c
15154         * src/textview.h
15155                 textview URI handling. hovering over a 
15156                 link displays it in the status bar,
15157                 and changes the mouse pointer to a hand 
15158                 cursor. a link is activated with a single 
15159                 click. (Modified from the) patch by Jean-Yves 
15160                 Lefort <jylefort@users.sourceforge.net>
15161                 
15162
15163 2004-11-05 [colin]      0.9.12cvs139.1
15164
15165         * src/compose.c
15166         * src/procmime.c
15167                 Sync with HEAD again ^^
15168
15169 2004-11-05 [colin]      0.9.12cvs139.1
15170
15171         * src/compose.c
15172         * src/procmime.c
15173                 Sync with HEAD
15174
15175 2004-11-03 [paul]       0.9.12cvs138.1
15176
15177         * ChangeLog.claws
15178         * configure.ac
15179         * po/POTFILES.in
15180         * src/prefs_ext_prog.c
15181         * src/procmime.c
15182         * tools/kdeservicemenu/README
15183         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15184         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15185                 sync with HEAD
15186
15187 2004-11-01 [christoph]  0.9.12cvs136.2
15188
15189         * src/procmime.c
15190                 convert MIME parameters to UTF-8
15191
15192 2004-10-29 [colin]      0.9.12cvs136.1
15193
15194         * src/common/utils.c
15195                 Sync with HEAD (don't use '=' in mime boundary)
15196
15197 2004-10-29 [paul]       0.9.12cvs135.1
15198
15199         * configure.ac
15200         * doc/src/rfc2231.txt
15201         * src/procmime.c
15202         * src/common/quoted-printable.c
15203         * src/common/utils.c
15204         * src/common/utils.h
15205                 sync with HEAD
15206
15207 2004-10-27 [paul]       0.9.12cvs134.1
15208
15209         * configure.ac
15210         * src/main.c
15211         * src/procmime.c
15212         * src/plugins/pgpmime/pgpmime.c
15213                 sync with HEAD
15214
15215 2004-10-26 [paul]       0.9.12cvs132.3
15216
15217         * src/account.c
15218         * src/addressbook.c
15219         * src/addrgather.c
15220         * src/addrharvest.c
15221         * src/codeconv.c
15222         * src/compose.c
15223         * src/customheader.c
15224         * src/editaddress.c
15225         * src/editgroup.c
15226         * src/enriched.c
15227         * src/expldifdlg.c
15228         * src/exporthtml.c
15229         * src/exportldif.c
15230         * src/folder.c
15231         * src/foldersel.c
15232         * src/folderview.c
15233         * src/grouplistdialog.c
15234         * src/html.c
15235         * src/imap.c
15236         * src/jpilot.c
15237         * src/ldapserver.c
15238         * src/ldif.c
15239         * src/mimeview.c
15240         * src/news.c
15241         * src/news_gtk.c
15242         * src/pop.c
15243         * src/prefs_display_header.c
15244         * src/prefs_gtk.c
15245         * src/prefs_msg_colors.c
15246         * src/prefs_toolbar.c
15247         * src/procheader.c
15248         * src/procmime.c
15249         * src/summaryview.c
15250         * src/textview.c
15251         * src/toolbar.c
15252         * src/vcard.c
15253         * src/common/mgutils.c
15254         * src/common/nntp.c
15255         * src/common/smtp.c
15256         * src/common/template.c
15257         * src/common/utils.c
15258         * src/common/xmlprops.c
15259         * src/plugins/pgpmime/pgpmime.c
15260         * src/plugins/pgpmime/select-keys.c
15261         * src/plugins/pgpmime/sgpgme.c
15262                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15263                 g_string_sprintfa(), gtk_notebook_current_page()
15264
15265 2004-10-26 [colin]      0.9.12cvs132.2
15266
15267         * src/prefs_folder_item.c
15268                 Fix default-account selection
15269
15270 2004-10-21 [colin]      0.9.12cvs133
15271
15272         * src/compose.c
15273                 Sync with HEAD (Remove extra separator in compose's Options)
15274         * src/textview.c
15275                 Set wrapping to char
15276
15277 2004-10-21 [paul]       0.9.12cvs131.2
15278
15279         * src/compose.c
15280         * src/sourcewindow.c
15281                 fix wrapping
15282                 fix window shrinking 
15283
15284 2004-10-21 [colin]      0.9.12cvs131.1
15285
15286         * ChangeLog.claws
15287         * src/compose.c
15288                 Sync with HEAD
15289
15290 2004-10-21 [paul]       0.9.12cvs130.2
15291
15292         * src/prefs_folder_item.c
15293                 sync with HEAD (Apply to subfolders)
15294
15295 2004-10-19 [colin]      0.9.12cvs130.1
15296
15297         * ChangeLog.claws
15298         * src/compose.c
15299         * src/common/utils.c
15300         * src/gtk/menu.c
15301                 Sync with HEAD
15302
15303 2004-10-19 [colin]      0.9.12cvs128.1
15304
15305         * src/addrbook.c
15306         * src/addrcache.c
15307         * src/addressbook.c
15308         * src/codeconv.c
15309         * src/compose.c
15310         * src/customheader.c
15311         * src/editaddress.c
15312         * src/editgroup.c
15313         * src/exporthtml.c
15314         * src/folder.c
15315         * src/folderview.c
15316         * src/imap.c
15317         * src/jpilot.c
15318         * src/main.c
15319         * src/matcher_parser_parse.y
15320         * src/mbox.c
15321         * src/pop.c
15322         * src/prefs_account.c
15323         * src/prefs_gtk.c
15324         * src/prefs_msg_colors.c
15325         * src/procheader.c
15326         * src/procmime.c
15327         * src/procmime.h
15328         * src/procmsg.c
15329         * src/summaryview.c
15330         * src/textview.c
15331         * src/common/base64.c
15332         * src/common/partial_download.c
15333         * src/common/socket.c
15334         * src/common/sylpheed.c
15335         * src/common/utils.c
15336         * src/common/utils.h
15337         * src/gtk/pluginwindow.c
15338         * src/gtk/quicksearch.c
15339         * src/plugins/clamav/clamav_plugin.c
15340         * src/plugins/clamav/clamav_plugin.h
15341         * src/plugins/clamav/clamav_plugin_gtk.c
15342         * src/plugins/pgpmime/passphrase.c
15343         * src/plugins/pgpmime/pgpmime.c
15344         * src/plugins/pgpmime/plugin.c
15345         * src/plugins/pgpmime/prefs_gpg.c
15346         * src/plugins/pgpmime/prefs_gpg.h
15347         * src/plugins/pgpmime/select-keys.c
15348         * src/plugins/pgpmime/sgpgme.c
15349         * src/plugins/spamassassin/libspamc.c
15350         * src/plugins/spamassassin/spamassassin.c
15351         * src/plugins/spamassassin/spamassassin.h
15352         * src/plugins/spamassassin/spamassassin_gtk.c
15353         * src/plugins/trayicon/trayicon.c
15354         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15355                 Sync with HEAD
15356
15357 2004-10-14 [colin]      0.9.12cvs126.2
15358
15359         * src/codeconv.c
15360         * src/textview.c
15361                 Fix conv_unreadable_locale
15362
15363 2004-10-13 [colin]      0.9.12cvs126.1
15364
15365         * src/compose.c
15366                 Sync with HEAD (don't convert charset for 
15367                 drafted messages, minor cleanup)
15368
15369 2004-10-13 [colin]      0.9.12cvs125.1
15370
15371         * po/POTFILES.in
15372                 Sync with HEAD (POTFILES fix)
15373
15374 2004-10-12 [colin]      0.9.12cvs124.3
15375
15376         * src/compose.c
15377                 Fix encoding bug from latest sync
15378
15379 2004-10-12 [paul]       0.9.12cvs124.2
15380
15381         * src/plugins/pgpmime/prefs_gpg.c
15382         * src/plugins/pgpmime/prefs_gpg.h
15383                 forgotten in last commit        
15384
15385 2004-10-12 [paul]       0.9.12cvs124.1
15386
15387         * ChangeLog.claws
15388         * configure.ac
15389         * m4/spamassassin.m4
15390         * src/Makefile.am
15391         * src/account.c
15392         * src/compose.c
15393         * src/compose.h
15394         * src/crash.c
15395         * src/main.c
15396         * src/mimeview.c
15397         * src/passphrase.c
15398         * src/passphrase.h
15399         * src/prefs_account.c
15400         * src/prefs_account.h
15401         * src/prefs_common.c
15402         * src/privacy.c
15403         * src/privacy.h
15404         * src/procmime.c
15405         * src/procmime.h
15406         * src/procmsg.c
15407         * src/rfc2015.c
15408         * src/rfc2015.h
15409         * src/select-keys.c
15410         * src/select-keys.h
15411         * src/textview.c
15412         * src/common/utils.c
15413         * src/common/utils.h
15414         * src/gtk/about.c
15415         * src/plugins/pgpmime/Makefile.am
15416         * src/plugins/pgpmime/passphrase.c
15417         * src/plugins/pgpmime/passphrase.h
15418         * src/plugins/pgpmime/pgpmime.c
15419         * src/plugins/pgpmime/plugin.c
15420         * src/plugins/pgpmime/select-keys.c
15421         * src/plugins/pgpmime/select-keys.h
15422         * src/plugins/pgpmime/sgpgme.c
15423         * src/plugins/pgpmime/sgpgme.h
15424                 sync with HEAD
15425
15426 2004-10-04 [colin]      0.9.12cvs122.1
15427
15428         * src/mainwindow.c
15429         * src/messageview.c
15430         * src/messageview.h
15431         * src/textview.c
15432                 Sync with HEAD
15433
15434 2004-10-04 [colin]      0.9.12cvs121.1
15435
15436         * src/summaryview.c
15437                 Sync with HEAD
15438
15439 2004-10-04 [paul]       0.9.12cvs120.1
15440
15441         * configure.ac
15442                 sync with HEAD [don't try to build 
15443                 pgpmime plugin when gpgme is disabled]
15444
15445 2004-10-03 [colin]      0.9.12cvs119.3
15446
15447         * src/gtk/gtksctree.c
15448                 Lots of side effects. Put back as before 117.2.
15449         * src/summaryview.c
15450                 Fix bug #602
15451
15452 2004-10-03 [colin]      0.9.12cvs119.2
15453
15454         * src/gtk/gtksctree.c
15455                 Revert 608 fix that doesn't work that good
15456
15457 2004-10-02 [colin]      0.9.12cvs119.1
15458
15459         * src/mainwindow.c
15460         * src/messageview.c
15461         * src/prefs_common.h
15462         * src/procmime.c
15463         * src/procmime.h
15464         * src/textview.c
15465                 Sync with HEAD
15466         * src/gtk/gtksctree.c
15467                 Close bug #608
15468
15469 2004-10-01 [colin]      0.9.12cvs118.1
15470
15471         * src/mimeview.c
15472                 Sync with HEAD (better Save All fix)
15473
15474 2004-10-01 [colin]      0.9.12cvs117.2
15475
15476         * src/gtk/gtksctree.c
15477                 Faster on selection
15478
15479 2004-10-01 [colin]      0.9.12cvs117.1
15480
15481         * src/mimeview.c
15482                 Sync with HEAD (Save All: only attachments)
15483
15484 2004-10-01 [paul]       0.9.12cvs116.1
15485
15486         * ChangeLog.claws
15487         * configure.ac
15488         * src/account.c
15489         * src/prefs_common.c
15490         * src/gtk/colorlabel.c
15491                 sync with HEAD
15492
15493 2004-09-30 [colin]      0.9.12cvs115.1
15494
15495         * src/stock_pixmap.c
15496         * src/stock_pixmap.h
15497         * src/folderview.c
15498         * src/Makefile.am
15499         * src/pixmaps/read.xpm
15500                 Sync with HEAD (new pixmap)
15501
15502 2004-09-29 [colin]      0.9.12cvs114.1
15503
15504         * src/compose.c
15505                 Sync with HEAD
15506                 Fix focus handling in headers
15507
15508 2004-09-29 [paul]       0.9.12cvs113.1
15509
15510         * src/quote_fmt_parse.y
15511                 sync with HEAD
15512  
15513
15514 2004-09-28 [colin]      0.9.12cvs112.1
15515
15516         * src/folderview.c
15517         * src/mainwindow.c
15518                 Sync with HEAD
15519
15520 2004-09-28 [colin]      0.9.12cvs110.1
15521
15522         * src/folderview.c
15523                 Sync with HEAD (Contextual Empty trash menu)
15524
15525 2004-09-28 [colin]      0.9.12cvs108.1
15526
15527         * src/addressbook.c
15528                 Sync with HEAD (addressbook edit on double-click)
15529
15530 2004-09-28 [colin]      0.9.12cvs106.1
15531
15532         * src/inc.c
15533                 Sync with HEAD (folder_item freeze on inc)
15534
15535 2004-09-27 [colin]      0.9.12cvs105.1
15536
15537         * src/folderview.c
15538                 Sync with HEAD (right-align new and unread column)
15539
15540 2004-09-27 [colin]      0.9.12cvs104.1
15541
15542         * src/main.c
15543                 Sync with HEAD (revert 0.9.12cvs101)
15544
15545 2004-09-24 [colin]      0.9.12cvs103.2
15546
15547         * src/wizard.c
15548                 Fix gtk warnings and use domain part of the email address 
15549                 when domain detection fails (no dot in domain name)
15550
15551 2004-09-23 [colin]      0.9.12cvs103.1
15552
15553         * src/plugins/spamassassin/libspamc.c
15554         * src/plugins/spamassassin/libspamc.h
15555         * src/plugins/spamassassin/utils.c
15556         * src/plugins/spamassassin/utils.h
15557                 Sync with HEAD (Update spamassassin to 3.0)
15558
15559 2004-09-21 [colin]      0.9.12cvs102.3
15560
15561         * src/action.c
15562                 Add horizontal scrollbar in action io dialog as needed
15563                 Patch by Alfons.
15564
15565 2004-09-20 [colin]      0.9.12cvs102.2
15566
15567         * src/plugins/image_viewer/viewer.c
15568                 Remove imlib stuff
15569                 use gtk_pixmap_set when clearing
15570                 (would be better to use gtkImages, but causes size-allocate 
15571                 signals storm)
15572
15573 2004-09-17 [paul]       0.9.12cvs102.1
15574
15575         * ChangeLog
15576         * ChangeLog.claws
15577         * ChangeLog.jp
15578         * configure.ac
15579         * src/inc.c
15580                 sync with HEAD
15581
15582
15583 2004-09-17 [colin]      0.9.12cvs101.1
15584
15585         * ChangeLog.claws
15586         * src/main.c
15587                 Sync with HEAD (fix segs at exit)
15588
15589 2004-09-14 [colin]      0.9.12cvs99.5
15590
15591         * src/common/socket.c
15592         * AUTHORS
15593                 Fix send error on 64bit platforms
15594                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15595
15596 2004-09-14 [colin]      0.9.12cvs99.4
15597
15598         * src/action.c
15599                 Fix action output with utf8 
15600                 Patch by Alfons.
15601
15602 2004-09-14 [colin]      0.9.12cvs99.3
15603
15604         * ChangeLog.claws
15605         * src/folder.c
15606                 Sync with HEAD
15607
15608 2004-09-09 [colin]      0.9.12cvs99.2
15609
15610         * src/action.c
15611                 Fix progress bar (displaying "Completed %v/%u")
15612                 Patch by Alfons.
15613
15614 2004-09-08 [colin]      0.9.12cvs99.1
15615
15616         * src/account.c
15617         * src/folder.c
15618         * src/procmsg.c
15619         * src/procmsg.h
15620         * src/plugins/pgpmime/pgpmime.c
15621                 Sync with HEAD
15622
15623 2004-09-08 [colin]      0.9.12cvs97.2
15624
15625         * src/summaryview.c
15626                 Don't select mails in collapsed threads 
15627                 when navigating with up/down
15628
15629 2004-09-07 [colin]      0.9.12cvs97.1
15630
15631         * src/inc.c
15632                 Sync with HEAD (meaningful error messages)
15633
15634 2004-09-06 [colin]      0.9.12cvs96.1
15635
15636         * src/toolbar.c
15637                 Sync with HEAD (fix Redirect graying out)
15638
15639 2004-09-06 [colin]      0.9.12cvs95.1
15640
15641         * src/summaryview.c
15642         * src/mimeview.c
15643                 Sync with HEAD (fix dropped URIs)
15644
15645 2004-09-06 [colin]      0.9.12cvs94.1
15646
15647         * src/addressbook.c
15648         * src/addressitem.h
15649         * src/addritem.c
15650         * src/addritem.h
15651                 Sync with HEAD (addressbook DnD)
15652
15653 2004-09-03 [colin]      0.9.12cvs93.1
15654
15655         * src/summaryview.c
15656                 Sync with HEAD (next/prev unread)
15657
15658 2004-09-03 [colin]      0.9.12cvs92.1
15659
15660         * src/prefs_common.c
15661         * src/prefs_common.h
15662         * src/summaryview.c
15663                 Sync with HEAD ('mark_as_read_delay' pref)
15664
15665 2004-09-02 [colin]      0.9.12cvs91.2
15666
15667         * src/common/xml.c
15668                 Fix leak
15669
15670 2004-09-02 [colin]      0.9.12cvs91.1
15671
15672         * src/gtk/menu.c
15673                 Sync with HEAD (menu accel don't work, but whatever)
15674
15675 2004-09-02 [colin]      0.9.12cvs90.1
15676
15677         * src/account.c
15678                 Sync with HEAD (fix bug 582)
15679
15680 2004-09-02 [colin]      0.9.12cvs89.1
15681
15682         * src/addrindex.c
15683                 Sync with HEAD (free deleted queries)
15684
15685 2004-09-02 [colin]      0.9.12cvs88.1
15686
15687         * src/ldapquery.c
15688                 Sync with HEAD (fix LDAP freezes)
15689
15690 2004-09-02 [colin]      0.9.12cvs87.1
15691
15692         * src/prefs_spelling.c
15693                 Sync with HEAD (add default dictionary)
15694
15695 2004-09-01 [colin]      0.9.12cvs86.1
15696
15697         * src/filtering.c
15698         * src/folderview.c
15699         * src/imap.c
15700         * src/prefs_matcher.c
15701         * src/stock_pixmap.c
15702         * src/summary_search.c
15703         * src/summaryview.c
15704         * src/wizard.c
15705         * src/wizard.h
15706                 Sync with HEAD (uninitialized vars fixes)
15707                 + gtk2 specific warning fixes
15708
15709 2004-08-31 [colin]      0.9.12cvs85.1
15710
15711         * src/folder.c
15712                 Sync with HEAD (Fix memory corruption due to 
15713                 uninitialized var)
15714
15715 2004-08-31 [colin]      0.9.12cvs84.4
15716
15717         * src/summary_search.c
15718                 Fix segfaults when searching in folders with broken headers
15719
15720 2004-08-31 [colin]      0.9.12cvs84.3
15721
15722         * src/compose.c
15723         * src/textview.c
15724                 Fix some more encoding/decoding issues
15725
15726 2004-08-30 [colin]      0.9.12cvs84.2
15727
15728         * src/mimeview.c
15729         * src/prefs_themes.c
15730         * src/gtk/filesel.c
15731         * src/gtk/filesel.h
15732                 Add a folder-mode selection (fixes mimeview's "Save all")
15733
15734 2004-08-29 [colin]      0.9.12cvs84.1
15735
15736         * src/mimeview.c
15737                 Sync with HEAD (don't escape saved filenames)
15738
15739 2004-08-27 [colin]      0.9.12cvs83.1
15740
15741         * ChangeLog
15742         * ChangeLog.claws
15743         * ChangeLog.jp
15744         * src/mh.c
15745         * src/procheader.c
15746         * src/procmsg.c
15747         * src/procmsg.h
15748         * src/common/utils.c
15749         * src/gtk/menu.h
15750         * po/
15751                 Sync with HEAD 0.9.12cvs83 (sync with main)
15752
15753 2004-08-26 [colin]      0.9.12cvs82.4
15754
15755         * src/codeconv.c
15756                 Fix strange stack corruption
15757                 Convert to utf8 after unmime, not before
15758
15759 2004-08-26 [colin]      0.9.12cvs82.3
15760
15761         * src/main.c
15762         * src/wizard.c
15763                 Fix account folders duplication
15764
15765 2004-08-25 [colin]      0.9.12cvs82.2
15766
15767         * src/wizard.c
15768                 Remove ports
15769                 Add SSL selection
15770                 Use login@server as account name
15771
15772 2004-08-25 [colin]      0.9.12cvs82.1
15773
15774         * src/plugins/pgpmime/pgpmime.c
15775                 Sync with HEAD (leak fix).
15776
15777 2004-08-25 [colin]      0.9.12cvs81.1
15778
15779         * src/plugins/pgpmime/pgpmime.c
15780         * src/plugins/pgpmime/sgpgme.c
15781         * src/plugins/pgpmime/sgpgme.h
15782                 Sync with HEAD (Handle combined messages).
15783
15784 2004-08-24 [colin]      0.9.12cvs80.3
15785
15786         * src/wizard.c
15787                 Fix full name, ports, and imap
15788
15789 2004-08-24 [colin]      0.9.12cvs80.2
15790
15791         * src/Makefile.am
15792         * src/main.c
15793         * src/setup.c
15794         * src/setup.h
15795         * src/stock_pixmap.c
15796         * src/stock_pixmap.h
15797         * src/wizard.c ** ADDED **
15798         * src/wizard.h ** ADDED ** 
15799         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15800                 Add a setup wizard 
15801
15802 2004-08-24 [colin]      0.9.12cvs80.1
15803
15804         * src/folder.c
15805                 Sync with HEAD (set mimeflags on all messages)
15806
15807 2004-08-24 [colin]      0.9.12cvs79.3
15808
15809         * src/matcher_parser_lex.l
15810                 Fix 8bits strings not in utf8
15811
15812 2004-08-24 [colin]      0.9.12cvs79.2
15813
15814         * src/compose.c
15815                 Check conversion result before replacing buffer
15816
15817 2004-08-23 [colin]      0.9.12cvs79.1
15818
15819         * src/compose.c
15820                 Sync with HEAD (create message header in memory)
15821
15822 2004-08-23 [colin]      0.9.12cvs78.1
15823
15824         * src/rfc2015.c
15825         * src/rfc2015.h
15826                 Sync with HEAD (fix bug 197 again)
15827
15828 2004-08-23 [colin]      0.9.12cvs77.3
15829
15830         * src/compose.c
15831                 Fix again inline gpg signing (which outputs utf8
15832                 in gtk2). Not syncing this fix to HEAD as this 
15833                 code is meant to die.
15834
15835 2004-08-23 [colin]      0.9.12cvs77.2
15836
15837         * src/prefs_account.h
15838                 Remove useless include
15839
15840 2004-08-23 [colin]      0.9.12cvs77.1
15841
15842         * src/imap.c
15843         * po/es.po
15844         * po/fr.po
15845         * po/it.po
15846         * po/pl.po
15847         * po/pt_BR.po
15848         * po/sk.po
15849         * po/sr.po
15850                 Sync with HEAD (fix bug 577)
15851
15852 2004-08-22 [colin]      0.9.12cvs76.1
15853
15854         * src/plugins/trayicon/trayicon.c
15855                 Sync with HEAD (fix formatting bug)
15856
15857 2004-08-21 [colin]      0.9.12cvs74.2
15858
15859         * src/gtk/colorsel.c
15860                 Fix bug 564 (Folder color selection window exits on any
15861                 keypress)
15862
15863 2004-08-21 [colin]      0.9.12cvs74.1
15864
15865         * ChangeLog.claws
15866         * src/compose.c
15867         * src/summaryview.c
15868         * src/toolbar.c
15869                 Sync with HEAD (fix bug 576)
15870
15871 2004-08-21 [colin]      0.9.12cvs70.1
15872
15873         * src/compose.c
15874         * src/mainwindow.c
15875                 Sync with HEAD
15876                 
15877
15878 2004-08-21 [paul]       0.9.12cvs66.4
15879
15880         * src/mainwindow.c
15881         * src/messageview.c
15882         * src/gtk/menu.c
15883         * src/plugins/spamassassin/spamassassin_gtk.c
15884                 remove some deprecated gtk1 functions
15885
15886
15887 2004-08-21 [colin]      0.9.12cvs66.3
15888
15889         * src/compose.c
15890         * src/codeconv.c
15891                 Fix warnings
15892                 Remove encoding hacks
15893                 Fix bug 575 (Strange character messes up message)
15894                 Don't display conversion error when drafting
15895
15896 2004-08-21 [paul]       0.9.12cvs66.2
15897
15898         * src/prefs_account.c
15899                 fix GnuPG mode bugs
15900
15901
15902 2004-08-20 [colin]      0.9.12cvs66.1
15903
15904         * src/codeconv.c
15905                 Sync with HEAD 0.9.12cvs66
15906
15907 2004-08-20 [paul]
15908
15909         * src/plugins/pgpmime/plugin.c
15910                 modify PGP/MIME plugin's description
15911
15912 2004-08-17 [colin]      0.9.12cvs65.1
15913
15914         * src/common/ssl.c
15915         * src/plugins/pgpmime/plugin.c
15916                 Sync with HEAD
15917
15918 2004-08-14 [colin]      0.9.12cvs60.3
15919
15920         * src/plugins/trayicon/trayicon.c
15921                 Put back resize callback, on size-request signal
15922                 rather than size-allocate to avoid infinite 
15923                 callback loop
15924
15925 2004-08-13 [colin]      0.9.12cvs60.2
15926
15927         * src/common/defs.h
15928                 Cache versions have been fixed
15929
15930 2004-08-13 [colin]      0.9.12cvs60.1
15931
15932         * src/folderutils.c
15933                 Sync with HEAD
15934
15935 2004-08-12 [colin]      0.9.12cvs59.1
15936
15937         * src/plugins/trayicon/trayicon.c
15938                 Sync with HEAD
15939
15940 2004-08-12 [colin]      0.9.12cvs57.5
15941
15942         * sylpheed.desktop
15943         * configure.ac
15944         * src/Makefile.am
15945         * src/main.c
15946                 Add support for Freedesktop.org's startup notification
15947
15948 2004-08-11 [colin]      0.9.12cvs57.4
15949
15950         * src/textview.c
15951                 Fix off-by-one
15952
15953 2004-08-11 [colin]      0.9.12cvs57.3
15954
15955         * src/message_search.c
15956         * src/summary_search.c
15957                 Make searches case insensitive by default
15958         * src/textview.c
15959                 Fix case-insensitive search in message
15960
15961 2004-08-11 [colin]      0.9.12cvs57.2
15962
15963         * src/summary_search.c
15964                 Let case-sensitive be specified
15965
15966 2004-08-10 [colin]      0.9.12cvs55.4
15967
15968         * src/common/socket.c
15969                 Fix the possible race condition
15970
15971 2004-08-09 [paul]       0.9.12cvs55.3
15972
15973         * configure.ac
15974         * src/Makefile.am
15975         * src/common/Makefile.am
15976                 sync with HEAD
15977
15978
15979 2004-08-09 [paul]       0.9.12cvs55.2
15980
15981         * autogen.sh
15982         * po/poconv.sh
15983                 remove unneeded script
15984
15985         * configure.ac
15986                 add forgotten USE_LDAP_TLS (sync with HEAD)
15987
15988
15989 2004-08-09 [colin]      0.9.12cvs55.1
15990
15991         * src/main.c
15992         * src/common/ssl.c
15993         * src/common/sylpheed.c
15994         * src/common/sylpheed.h
15995                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15996
15997 2004-08-09 [paul]       0.9.12cvs54.1
15998
15999         * ChangeLog
16000         * ChangeLog.claws
16001         * ChangeLog.jp
16002         * configure.ac
16003         * po/POTFILES.in
16004         * src/Makefile.am
16005         * src/folderutils.c
16006         * src/main.c
16007         * src/pgpmime.c
16008         * src/pgpmime.h
16009         * src/sgpgme.c
16010         * src/sgpgme.h
16011         * src/plugins/Makefile.am
16012         * src/plugins/pgpmime/.cvsignore
16013         * src/plugins/pgpmime/Makefile.am
16014         * src/plugins/pgpmime/pgpmime.c
16015         * src/plugins/pgpmime/pgpmime.h
16016         * src/plugins/pgpmime/plugin.c
16017         * src/plugins/pgpmime/sgpgme.c
16018         * src/plugins/pgpmime/sgpgme.h
16019                 sync with HEAD
16020
16021 2004-08-08 [paul]       0.9.12cvs51.1
16022
16023         * configure.ac
16024         * src/folder.c
16025                 sync with HEAD
16026
16027 2004-08-07 [colin]      0.9.12cvs50.1
16028
16029         * src/pop.c
16030         * src/common/partial_download.c
16031                 fix warnings (sync from HEAD)
16032
16033 2004-08-07 [colin]      0.9.12cvs48.1
16034
16035         * src/prefs_folder_item.c
16036                 sync with HEAD 0.9.12cvs48
16037
16038 2004-08-06 [colin]      0.9.12cvs47.1
16039
16040         * src/compose.c
16041                 Sync with HEAD
16042
16043 2004-08-06 [christoph]  0.9.12cvs46.2
16044
16045         * src/main.c
16046         * src/plugins/clamav/clamav_plugin_gtk.c
16047         * src/plugins/dillo_viewer/dillo_viewer.c
16048         * src/plugins/image_viewer/plugin.c
16049         * src/plugins/mathml_viewer/mathml_viewer.c
16050         * src/plugins/spamassassin/spamassassin_gtk.c
16051         * src/plugins/trayicon/trayicon.c
16052                 don't mix GTK1.2 plugin with GTK2 plugins
16053
16054 2004-08-06 [colin]      0.9.12cvs46.1
16055
16056         * ChangeLog
16057         * ChangeLog.claws
16058         * ChangeLog.jp
16059         * configure.ac
16060         * sylpheed-claws.pc.in
16061         * src/folder.c
16062         * src/imap.c
16063         * src/localfolder.c
16064         * src/messageview.c
16065         * src/mimeview.c
16066         * src/mimeview.h
16067         * src/msgcache.c
16068         * src/news.c
16069         * src/prefs_ext_prog.c
16070         * src/prefs_folder_item.c
16071         * src/prefs_fonts.c
16072         * src/prefs_msg_colors.c
16073         * src/prefs_spelling.c
16074         * src/prefs_themes.c
16075         * src/prefs_toolbar.c
16076         * src/prefs_wrapping.c
16077         * src/procmime.h
16078         * src/common/defs.h
16079         * src/common/nntp.c
16080         * src/common/session.c
16081         * src/common/session.h
16082         * src/common/socket.c
16083         * src/common/utils.h
16084         * src/common/xml.c
16085         * src/common/xml.h
16086         * src/gtk/prefswindow.c
16087         * src/gtk/prefswindow.h
16088         * src/plugins/clamav/clamav_plugin_gtk.c
16089         * src/plugins/dillo_viewer/dillo_prefs.c
16090         * src/plugins/image_viewer/viewerprefs.c
16091         * src/plugins/spamassassin/spamassassin_gtk.c
16092         * m4/openssl.m4 *** REMOVED ***
16093                 Sync with HEAD 0.9.12cvs46
16094
16095 2004-08-03 [paul]       0.9.12cvs40.2
16096
16097         * src/action.c
16098         * src/addressadd.c
16099         * src/addressbook.c
16100         * src/addrgather.c
16101         * src/browseldap.c
16102         * src/compose.c
16103         * src/crash.c
16104         * src/editaddress.c
16105         * src/editgroup.c
16106         * src/editldap_basedn.c
16107         * src/foldersel.c
16108         * src/importldif.c
16109         * src/mimeview.c
16110         * src/prefs_common.c
16111         * src/prefs_template.c
16112         * src/sourcewindow.c
16113         * src/summaryview.c
16114         * src/gtk/about.c
16115         * src/gtk/foldersort.c
16116         * src/gtk/logwindow.c
16117         * src/gtk/pluginwindow.c
16118         * src/gtk/prefswindow.c
16119                 change all gtk_scrolled_window_set_policy from 
16120                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16121
16122 2004-08-02 [paul]       0.9.12cvs40.1
16123
16124         * AUTHORS
16125                 update translation team section
16126         * po/pt_BR.po
16127                 updated by Frederico Goncalves Guimaraes
16128                 <fggdebian@yahoo.com.br>
16129
16130 2004-07-31 [colin]      0.9.12cvs39.9
16131
16132         * src/exphtmldlg.c
16133                 Fix compilation
16134
16135 2004-07-31 [colin]      0.9.12cvs39.8
16136
16137         * src/exphtmldlg.c
16138                 Fix an alertpanel type
16139
16140 2004-07-30 [colin]      0.9.12cvs39.7
16141
16142         * src/alertpanel.c
16143                 Fix alertpanel_error_log's icon
16144
16145 2004-07-30 [colin]      0.9.12cvs39.6
16146
16147         * src/pop.c
16148                 Two of them should still be warnings
16149
16150 2004-07-30 [colin]      0.9.12cvs39.5
16151
16152         * src/pop.c
16153                 More warning -> error
16154 2004-07-29 [colin]      0.9.12cvs39.4
16155
16156         * src/pop.c
16157                 Warning -> error
16158
16159 2004-07-29 [colin]      0.9.12cvs39.3
16160
16161         * src/prefs_matcher.c
16162                 Fix segfault
16163
16164 2004-07-29 [colin]      0.9.12cvs39.2
16165
16166         * src/alertpanel.c
16167                 More nice-looking alertpanels
16168
16169 2004-07-29 [colin]      0.9.12cvs39.1
16170
16171         * src/messageview.c
16172                 sync with head
16173                 (inform user when partial mail is deleted on server)
16174
16175 2004-07-29 [colin]      0.9.12cvs38.1
16176
16177         * src/messageview.c
16178                 sync with head
16179
16180 2004-07-28 [paul]       0.9.12cvs37.7
16181
16182         * src/mainwindow.c
16183                 complete the replacement of deprecated gtk_progress_*
16184
16185 2004-07-28 [paul]       0.9.12cvs37.6
16186
16187         * src/action.c
16188         * src/inc.c
16189         * src/mainwindow.c
16190         * src/send_message.c
16191         * src/gtk/progressdialog.c
16192         * src/gtk/progressdialog.h
16193                 replace deprecated gtk_progress_*
16194
16195 2004-07-28 [paul]       0.9.12cvs37.5
16196
16197         * src/gtk/filesel.c
16198                 remove gtk_window_set_wmclass()
16199 2004-07-28 [paul]       0.9.12cvs37.4
16200
16201         * src/addressbook.c
16202         * src/compose.c
16203         * src/foldersel.c
16204         * src/mainwindow.c
16205         * src/messageview.c
16206         * src/sourcewindow.c
16207         * src/gtk/logwindow.c
16208                 remove gtk_window_set_wmclass()
16209                 
16210         * src/prefs_filtering.c
16211         * src/prefs_filtering_action.c
16212         * src/prefs_fonts.c
16213         * src/prefs_gtk.c
16214         * src/prefs_matcher.c
16215         * src/ssl_manager.c
16216         * src/gtk/prefswindow.c
16217                 replace gtk_window_position()
16218
16219 2004-07-28 [colin]      0.9.12cvs37.3
16220
16221         * src/alertpanel.c
16222         * src/alertpanel.h
16223                 Add a way to specify panel type for specific
16224                 panels (alertpanel())
16225         * src/account.c
16226         * src/addressbook.c
16227         * src/compose.c
16228         * src/expldifdlg.c
16229         * src/main.c
16230         * src/messageview.c
16231         * src/summaryview.c
16232         * src/textview.c
16233         * src/gtk/sslcertwindow.c
16234                 Fix alertpanel()s so that their icon match
16235                 their real type
16236
16237 2004-07-28 [paul]       0.9.12cvs37.2
16238
16239         * src/addr_compl.c
16240         * src/addressbook.c
16241         * src/alertpanel.c
16242         * src/compose.c
16243         * src/export.c
16244         * src/foldersel.c
16245         * src/folderview.c
16246         * src/grouplistdialog.c
16247         * src/import.c
16248         * src/mainwindow.c
16249         * src/message_search.c
16250         * src/messageview.c
16251         * src/passphrase.c
16252         * src/prefs_actions.c
16253         * src/prefs_common.c
16254         * src/prefs_customheader.c
16255         * src/prefs_display_header.c
16256         * src/prefs_filtering.c
16257         * src/prefs_filtering_action.c
16258         * src/prefs_gtk.c
16259         * src/prefs_matcher.c
16260         * src/prefs_msg_colors.c
16261         * src/prefs_summary_column.c
16262         * src/prefs_template.c
16263         * src/sourcewindow.c
16264         * src/ssl_manager.c
16265         * src/summary_search.c
16266         * src/gtk/colorsel.c
16267         * src/gtk/description_window.c
16268         * src/gtk/gtkaspell.c
16269         * src/gtk/inputdialog.c
16270         * src/gtk/logwindow.c
16271         * src/gtk/prefswindow.c
16272         * src/gtk/progressdialog.c
16273                 replace deprecated gtk_window_set_policy
16274
16275 2004-07-27 [colin]      0.9.12cvs37.1
16276
16277         * src/msgcache.c
16278                 More fixes (synced for head again)
16279
16280 2004-07-27 [colin]      0.9.12cvs35.3
16281
16282         * src/msgcache.c
16283                 Fix wrong test
16284
16285 2004-07-27 [colin]      0.9.12cvs35.2
16286
16287         * src/mimeview.c
16288                 Fix width a bit (by Paul)
16289         * src/alertpanel.c
16290         * src/alertpanel.h
16291                 Specialize icons, make alertpanel_message()
16292                 private
16293         * src/message_search.c
16294         * src/sgpgme.c
16295         * src/summary_search.c
16296                 Suit alertpanel changes
16297
16298 2004-07-27 [colin]      0.9.12cvs35.1
16299
16300         * src/alertpanel.c
16301                 Add an icon
16302         * src/passphrase.c
16303                 Add debug output - maybe someone will
16304                 want to look at the problem with Grab
16305                 Input :)
16306         Bump version as we're synced with HEAD
16307
16308 2004-07-26 [colin]      0.9.12cvs33.26
16309
16310         * src/pop.c
16311                 Fix uidl-file parsing when not in new
16312                 format
16313
16314 2004-07-26 [colin]      0.9.12cvs33.25
16315
16316         * src/gtk/menu.c
16317                 Move popup menu up if necessary (fixes 
16318                 account selector)
16319         * src/mainwindow.c
16320                 Set account selector's button height to
16321                 minimum
16322
16323 2004-07-26 [colin]      0.9.12cvs33.24
16324
16325         * src/alertpanel.c
16326                 Maybe fix 551 (Truncated font in alert window)
16327
16328 2004-07-26 [colin]      0.9.12cvs33.23
16329
16330         * po/de.po
16331         * po/es.po
16332         * po/fr.po
16333         * po/it.po
16334         * po/ja.po
16335         * po/pl.po
16336         * po/ru.po
16337         * po/sk.po
16338         * po/sr.po
16339         * po/zh_CN.po
16340                 Sync po files with HEAD
16341
16342 2004-07-26 [paul]       0.9.12cvs33.22
16343
16344         * src/compose.c
16345                 fix Bug 556 'Organisation-header is sent even if empty'
16346
16347 2004-07-24 [colin]      0.9.12cvs33.21
16348
16349         * src/compose.c
16350         * src/gtk/gtkaspell.c
16351         * src/gtk/gtkaspell.h
16352                 Fix speller accelerators (require hack)
16353
16354 2004-07-24 [colin]      0.9.12cvs33.20
16355
16356         * src/gtk/gtkaspell.c
16357                 Fix over-eager code deletion breaking
16358                 Check while typing
16359
16360 2004-07-24 [colin]      0.9.12cvs33.19
16361
16362         * src/browseldap.c
16363         * src/ldapctrl.c
16364         * src/ldapctrl.h
16365         * src/ldapserver.h
16366                 Sync ldap with HEAD
16367         (Fixes 546 LDAP completely broken)
16368
16369 2004-07-24 [colin]      0.9.12cvs33.18
16370
16371         * src/prefs_msg_colors.c
16372                 Fix prototype mismatch
16373         (Fixes 547 void function cannot return value)
16374
16375 2004-07-24 [colin]      0.9.12cvs33.17
16376
16377         * src/mainwindow.c
16378                 Fix sort going back to previous sort key
16379                 when changing sort direction
16380
16381 2004-07-24 [colin]      0.9.12cvs33.16
16382
16383         * src/compose.c
16384                 Fix space insertion when re-wrapping at 
16385                 cursor point
16386
16387 2004-07-24 [colin]      0.9.12cvs33.15
16388
16389         * src/gtk/gtkaspell.c
16390                 Don't change cursor position in insert-text
16391                 callback
16392         (Fixes 539 Word wrapping on input transposes letters)
16393
16394 2004-07-24 [colin]      0.9.12cvs33.14
16395
16396         * src/gtk/gtkaspell.c
16397                 Reencode non-ascii chars to dictionary's
16398                 encoding
16399         (Fixes 544 Spell check broken non english locale)
16400
16401 2004-07-24 [colin]      0.9.12cvs33.13
16402
16403         * src/summaryview.c
16404                 Fix Shift+Down, add Home/End/PgUp/PgDown
16405
16406 2004-07-21 [colin]      0.9.12cvs33.12
16407
16408         * src/prefs_common.c
16409                 Fix a gtk warning (Patch by Andrej Kacian)
16410
16411 2004-07-21 [colin]      0.9.12cvs33.11
16412
16413         * src/gtk/filesel.c
16414                 More check
16415
16416 2004-07-21 [colin]      0.9.12cvs33.10
16417
16418         * src/compose.c
16419         * src/crash.c
16420         * src/export.c
16421         * src/import.c
16422         * src/messageview.c
16423         * src/mimeview.c
16424         * src/prefs_spelling.c
16425         * src/prefs_themes.c
16426         * src/summaryview.c
16427         * src/gtk/filesel.c
16428         * src/gtk/filesel.h
16429         * src/gtk/pluginwindow.c
16430                 Untwist open/save mode guessing logic, make
16431                 it explicit
16432
16433 2004-07-20 [colin]      0.9.12cvs33.9
16434
16435         * src/codeconv.c
16436                 conv_encode_header: src_charset is UTF-8 on
16437                 gtk2
16438         * src/compose.c
16439                 Remove double encoding of the headers
16440
16441 2004-07-20 [colin]      0.9.12cvs33.8
16442
16443         * src/codeconv.c
16444                 Fix typo
16445
16446 2004-07-20 [colin]      0.9.12cvs33.7
16447
16448         * src/mainwindow.c
16449                 Set the separated messageview to the saved
16450                 size of Claws' messageview (Patch by Alfons)
16451                 Fix a callback prototype (me)
16452
16453 2004-07-20 [colin]      0.9.12cvs33.6
16454
16455         * src/codeconv.h
16456                 Forgot one hunk in 0.9.12cvs33.4
16457
16458 2004-07-19 [colin]      0.9.12cvs33.5
16459
16460         * src/action.c
16461                 Action output fix
16462                 Patch by Alfons
16463
16464 2004-07-19 [colin]      0.9.12cvs33.4
16465
16466         * src/compose.c
16467                 Fix outgoing charset bug in headers
16468         * src/codeconv.c
16469                 Clean for glib2 - Patch by Alfons
16470
16471 2004-07-19 [colin]      0.9.12cvs33.3
16472
16473         * src/statusbar.c
16474                 Remove grip from the statusbar
16475                 Patch by Alfons
16476
16477 2004-07-19 [colin]      0.9.12cvs33.2
16478
16479         * src/messageview.c
16480         * src/textview.c
16481                 Fix messageview remembering the previous
16482                 scroll position when loading a new message
16483                 Patch by Alfons
16484
16485 2004-07-19 [colin]      0.9.12cvs33.1
16486
16487         * src/folder.h
16488         * src/folderview.c
16489         * src/summaryview.c
16490                 Sync with HEAD
16491
16492 2004-07-18 [colin]      0.9.12cvs32.7
16493
16494         * configure.ac
16495                 Remove useless check for XIM - noticed
16496                 by Alfons
16497
16498 2004-07-18 [colin]      0.9.12cvs32.6
16499
16500         * src/summaryview.c
16501                 Remove non-modified and shift-modified
16502                 accelerators in summaryview's popup
16503                 menu, as that doesn't get catched by
16504                 the accel-activate signal catcher...
16505
16506 2004-07-18 [colin]      0.9.12cvs32.5
16507
16508         * src/prefs_common.c
16509                 Define sensible default prefs for 
16510                 wrapping
16511
16512 2004-07-18 [colin]      0.9.12cvs32.4
16513
16514         * src/compose.c
16515         * src/prefs_common.c
16516         * src/prefs_common.h
16517         * src/prefs_wrapping.c
16518                 Remove Smart Wrapping pref, which does
16519                 nothing on gtk2 branch
16520
16521 2004-07-18 [colin]      0.9.12cvs32.3
16522
16523         * src/sourcewindow.c
16524                 Proper utf8
16525
16526 2004-07-18 [colin]      0.9.12cvs32.2
16527
16528         * src/compose.c
16529                 Save attachment status when drafting
16530
16531 2004-07-18 [colin]      0.9.12cvs32.1
16532
16533         * src/gtk/filesel.c
16534                 Fix erratic folder selection in open mode
16535
16536 2004-07-18 [colin]      0.9.12cvs31.11
16537
16538         * src/pop.c
16539                 Don't let partial messages get deleted
16540                 even with "dowload all"
16541                 (0.9.12cvs31.8 fix extension)
16542 2004-07-18 [colin]      0.9.12cvs31.10
16543
16544         * src/gtk/logwindow.c
16545                 Fix log scrolling
16546
16547 2004-07-18 [colin]      0.9.12cvs31.9
16548
16549         * src/common/utils.c
16550                 Fix non-utf8 strings coming from commands
16551                 and files
16552
16553 2004-07-18 [colin]      0.9.12cvs31.8
16554
16555         * src/pop.c
16556                 Fix partial download bug with Download all
16557                 messages option
16558
16559 2004-07-18 [colin]      0.9.12cvs31.7
16560
16561         * src/textview.c
16562                 Fix bug introduced in 0.9.12cvs31.2
16563                 (blocked in select mode after double click)
16564
16565 2004-07-18 [colin]      0.9.12cvs31.6
16566
16567         * src/compose.c
16568         * src/gtk/menu.c
16569                 More glib-warning fixes
16570
16571 2004-07-18 [colin]      0.9.12cvs31.5
16572
16573         * src/compose.c
16574                 Fix trashing the primary clipboard when moving 
16575                 around with tab
16576         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16577
16578 2004-07-18 [colin]      0.9.12cvs31.4
16579
16580         * src/codeconv.c
16581                 convert unencoded iso headers to utf8
16582         (Fix Bug 538 Unencoded local characters in subject make it 
16583          disappear)
16584
16585 2004-07-18 [colin]      0.9.12cvs31.3
16586
16587         * src/compose.c
16588                 Fix tab char handling in wrapping
16589         (Fix Bug 537 Line wrap problem - TAB character treated as 
16590          one character instead of 8)
16591
16592 2004-07-18 [colin]      0.9.12cvs31.2
16593
16594         * src/textview.c
16595                 return FALSE on GDK_MOTION_NOTIFY
16596         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16597          (unable to highlight))
16598
16599 2004-07-18 [colin]      0.9.12cvs31.1
16600
16601         * src/folderview.c
16602                 Sync with 0.9.12cvs31
16603
16604 2004-07-18 [colin]      0.9.12cvs30.4
16605
16606         * src/compose.c
16607                 Also block text_inserted when inserting a file
16608
16609 2004-07-18 [colin]      0.9.12cvs30.3
16610
16611         * src/compose.c
16612                 Fix smart wrapping (block text_inserted handler
16613                 while putting quotation to avoid wrap on input,
16614                 don't join lines if next is sig separator)
16615
16616 2004-07-17 [colin]      0.9.12cvs30.2
16617
16618         * src/folderview.c
16619         * src/mainwindow.c
16620         * src/mimeview.c
16621         * src/summaryview.c
16622         * src/gtk/quicksearch.c
16623         * src/gtk/quicksearch.h
16624                 Block key events handlers *and* accels while
16625                 quicksearch is focused
16626         (Fixes Bug 534 quick-search bar not accepting certain letters)
16627
16628 2004-07-17 [colin]      0.9.12cvs30.1
16629
16630         * src/folder.h
16631         * src/folderview.c
16632         * src/summaryview.c
16633                 Sync with 0.9.12cvs30
16634
16635 2004-07-17 [colin]      0.9.12cvs28.2
16636
16637         * src/mimeview.c
16638         * src/procmime.c
16639         * src/summaryview.c
16640         * src/gtk/menu.c
16641                 Squash some compile and glib warnings
16642
16643 2004-07-17 [paul]       0.9.12cvs28.1
16644
16645         * src/mimeview.c
16646                 sync with 0.9.12cvs28 HEAD
16647
16648 2004-07-16 [paul]       0.9.12cvs26.1
16649         
16650         * src/gtk/quicksearch.c
16651         * src/account.c
16652         * src/account.h
16653         * src/compose.c
16654         * src/customheader.c
16655         * src/folder_item_prefs.c
16656         * src/main.c
16657         * src/mainwindow.c
16658         * src/messageview.c
16659         * src/mimeview.c
16660         * src/news.c
16661         * src/pgpmime.c
16662         * src/pop.c
16663         * src/pop.h
16664         * src/prefs_account.c
16665         * src/prefs_account.h
16666         * src/prefs_common.c
16667         * src/prefs_common.h
16668         * src/prefs_display_header.c
16669         * src/prefs_gtk.c
16670         * src/prefs_gtk.h
16671         * src/procheader.c
16672         * src/procmime.c
16673                 sync with 0.9.12cvs26 HEAD      
16674
16675 2004-07-15 [colin]      0.9.12cvs18.14
16676
16677         * src/folder.c
16678                 Disable GPG signature check during
16679                 folder move and scan
16680         (Closes Bug 521 Signature checking slows down Folder-Move)
16681
16682 2004-07-14 [colin]      0.9.12cvs18.13
16683
16684         * src/common/partial_download.c
16685                 update includes
16686
16687 2004-07-14 [colin]      0.9.12cvs18.12
16688
16689         * src/common/partial_download.c
16690         * src/common/partial_download.h
16691                 Move doc at top, add correct copyright
16692
16693 2004-07-14 [colin]      0.9.12cvs18.11
16694
16695         * src/folder.c
16696         * src/messageview.c
16697         * src/pop.c
16698         * src/pop.h
16699         * src/procmsg.c
16700         * src/summaryview.c
16701         * src/common/Makefile.am
16702         * src/common/partial_download.c ** NEW FILES **
16703         * src/common/partial_download.h ** NEW FILES **
16704                 Move partial-download related stuff to its
16705                 own file
16706
16707 2004-07-14 [colin]      0.9.12cvs18.10
16708
16709         * src/send_message.c
16710                 Fix smtp auth when user is null or empty
16711
16712 2004-07-13 [colin]      0.9.12cvs18.9
16713
16714         * src/gtk/quicksearch.c
16715                 Use alphabetic order
16716
16717 2004-07-13 [colin]      0.9.12cvs18.8
16718
16719         * src/pop.c
16720                 Be paranoid on the checks
16721
16722 2004-07-13 [colin]      0.9.12cvs18.7
16723
16724         * src/gtk/quicksearch.c
16725                 Fix Engrish once again
16726
16727 2004-07-13 [colin]      0.9.12cvs18.6
16728
16729         * src/procmsg.c
16730         * src/summaryview.c
16731                 Mark messages for deletion when they are about to
16732                 be removed from trash
16733
16734 2004-07-13 [colin]      0.9.12cvs18.5
16735
16736         * src/matcher.c
16737         * src/matcher.h
16738         * src/matcher_parser_parse.y
16739         * src/prefs_matcher.c
16740         * src/gtk/quicksearch.c
16741                 Add 'partial' ('p') match string to find partially
16742                 downloaded messages
16743
16744 2004-07-13 [colin]      0.9.12cvs18.4
16745
16746         * src/pop.c
16747                 Fix misplaced block
16748
16749 2004-07-13 [colin]      0.9.12cvs18.3
16750
16751         * src/pop.c
16752         * src/pop.h
16753         * src/messageview.c
16754                 Refactor API (to avoid passing 5+ params and code
16755                 duplication)
16756         * src/folder.c
16757         * src/msgcache.c
16758         * src/procheader.c
16759         * src/common/defs.h
16760                 Add planned_download to cache
16761                 Don't mess uidl file when moving partially downloaded
16762                 mails (they change folder, we should change it in the
16763                 uidl list too or we'll remove an incorrect message)
16764                 (this also helps removing hacks when changing 
16765                 planned_download in messageview.c)
16766
16767 2004-07-12 [colin]      0.9.12cvs18.2
16768
16769         * src/gtk/quicksearch.c
16770                 Fix missing status update in quicksearch
16771
16772 2004-07-12 [paul]       0.9.12cvs18.1
16773
16774         * po/POTFILES.in
16775         * src/Makefile.am
16776         * src/account.c
16777         * src/codeconv.c
16778         * src/compose.c
16779         * src/inc.c
16780         * src/main.c
16781         * src/prefs_common.c
16782         * src/procmsg.h
16783         * src/toolbar.c
16784         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16785         * src/prefs_wrapping.[ch]       ** NEW FILES **
16786         * src/common/intl.h
16787         * src/common/utils.[ch]
16788         * src/gtk/quicksearch.[ch]
16789                 sync with 0.9.12cvs18 HEAD
16790
16791 2004-07-12 [colin]      0.9.11cvs17.25
16792
16793         * src/folder.c
16794         * src/folder.h
16795                 Remove unused function added by me in 0.9.11cvs17.10
16796
16797 2004-07-11 [colin]      0.9.11cvs17.24
16798
16799         * src/inc.c
16800         * src/messageview.c
16801         * src/pop.c
16802         * src/pop.h
16803                 Use folderitem and msgnum instead of filename to
16804                 know which mail to delete
16805                 Move old partial mail deletion to pop.c
16806
16807 2004-07-10 [colin]      0.9.11cvs17.23
16808
16809         * src/inc.c
16810                 Add debug
16811         * src/pop.c
16812         * src/pop.h
16813                 Don't re-use same enums for unrelated stuff: it's 
16814                 completely misleading !
16815                 Document a bit
16816
16817 2004-07-09 [colin]      0.9.11cvs17.22
16818
16819         * src/inc.c
16820                 Remove folder-type check and do
16821                 more tests to be sure everything's
16822                 ok
16823         * src/messageview.c
16824                 Punctuation update, remove useless
16825                 code, fix two warnings
16826         * src/noticeview.c
16827                 Layout cleaning, reset 2nd button
16828                 when specifying one
16829
16830 2004-07-09 [colin]      0.9.11cvs17.21
16831
16832         * src/messageview.c
16833         * src/pop.c
16834         * src/pop.h
16835                 Allow user to change his mind
16836                 and postpone decision (by
16837                 unmarking the mail)
16838
16839 2004-07-09 [colin]      0.9.11cvs17.20
16840
16841         * src/messageview.c
16842                 Fix bug with delete state
16843         * src/pop.c
16844         * src/pop.h
16845                 Fix buffer leak (fread doesn't 
16846                 terminate buffers with \0)
16847                 Refactoring (remove magic 
16848                 numbers)
16849
16850 2004-07-09 [colin]      0.9.11cvs17.19
16851
16852         * src/pop.c
16853                 Don't log "Skipping message" if 
16854                 we're going to TOP it two lines
16855                 later
16856
16857 2004-07-09 [colin]      0.9.11cvs17.18
16858
16859         * src/messageview.c
16860                 Fix Engrish
16861
16862 2004-07-09 [colin]      0.9.11cvs17.17
16863
16864         * src/pop.c
16865                 strlen checking...
16866         * src/messageview.c
16867                 refactoring a bit
16868
16869 2004-07-08 [colin]      0.9.11cvs17.16
16870
16871         * src/noticeview.c
16872         * src/noticeview.h
16873                 Add an optional second button
16874         * src/messageview.c
16875         * src/pop.c
16876         * src/pop.h
16877                 Don't delete partially received mails after a certain
16878                 time; rather, let the user decide.
16879
16880 2004-07-08 [colin]      0.9.11cvs17.15
16881
16882         * src/common/smtp.h
16883                 Sync with HEAD
16884
16885 2004-07-08 [colin]      0.9.11cvs17.14
16886
16887         * src/messageview.c
16888         * src/common/smtp.c
16889                 Use to_human_readable() for sizes
16890
16891 2004-07-08 [colin]      0.9.11cvs17.13
16892
16893         * src/inc.c
16894         * src/messageview.c
16895         * src/pop.c
16896         * src/pop.h
16897         * src/procmsg.c
16898                 Fix partial-downloading issues:
16899                         catch unsupported TOP
16900                         don't delete partially downloaded mails before 5 days
16901                         don't update existing with non-MH folders; that'll
16902                         make dups, but it's better than trashing the folder
16903                         free new msginfo parts
16904                 Fix indentation ;-)
16905
16906 2004-07-08 [colin]      0.9.11cvs17.12
16907
16908         * src/common/smtp.c
16909         * src/common/smtp.h
16910                 Sync smtp size verification with HEAD
16911
16912 2004-07-08 [colin]      0.9.11cvs17.11
16913
16914         * src/summaryview.c
16915         * src/prefs_common.c
16916         * src/prefs_common.h
16917         * src/gtk/quicksearch.c
16918         * src/gtk/quicksearch.h
16919                 Sync sticky pref with HEAD
16920
16921 2004-07-08 [colin]      0.9.11cvs17.10
16922
16923         * src/folder.c [1.213.2.6]
16924         * src/folder.h [1.87.2.6]
16925         * src/inc.c [1.149.2.7]
16926         * src/messageview.c [1.94.2.8]
16927         * src/procheader.c [1.47.2.6]
16928         * src/procmsg.c [1.150.2.4]
16929         * src/procmsg.h [1.60.2.5]
16930         * src/pop.c [1.56.2.4]
16931         * src/pop.h [1.17.2.3]
16932                 Let too big messages get downloaded, but truncated
16933                 Add a button to download them completely
16934                 
16935 2004-07-06 [colin]      0.9.11cvs17.9
16936
16937         * src/gtk/quicksearch.c [1.1.2.3]
16938                 Add a Clear button
16939         * commitHelper
16940         * PATCHSETS
16941                 Add a script to help with cvs
16942
16943 2004-07-03 [colin]      0.9.11cvs17.8
16944
16945         * src/plugins/imageviewer/viewer.c
16946                 fix imageviewer (which was staying on the first
16947                 displayed image)
16948
16949 2004-07-03 [colin]      0.9.11cvs17.7
16950
16951         Removed FIXME_GTK2 warnings
16952         * src/gtk/gtkutils.c
16953                 useless #warnings
16954         * src/gtk/menu.c
16955                 useless #warnings (no need to mess with menu rc)
16956         * src/gtk/menu.h
16957                 unused functions
16958         
16959
16960 2004-07-03 [colin]      0.9.11cvs17.6
16961
16962         Removed FIXME_GTK2 warnings
16963         * src/codeconv.c
16964                 useless #warnings (rewrite needed)
16965         * src/compose.c
16966                 useless #warnings (rewrite needed)
16967                 useless #warnings (gtk2 is like that)
16968                 useless #warnings (previously fixed)
16969         * src/main.c
16970                 useless #warnings (previously fixed)
16971         * src/message_search.c
16972                 useless #warnings (gtk2 is like that)
16973                 Made apparent that search is case-sensitive
16974         * src/mimeview.c
16975                 useless #warnings (rewrite needed)
16976                 useless #warnings (gtk2 is like that)
16977                 reimplemented real warnings
16978         * src/prefs_common.c
16979                 Removed block cursor option (not it gtk2)
16980         * src/prefs_gtk.c
16981                 useless #warnings (rewrite needed)
16982         * src/procheader.c
16983                 useless #warnings (rewrite needed)
16984         * src/sourcewindow.c
16985                 useless #warnings (incorrect placing)
16986         * src/summary_search.c
16987                 useless #warnings (gtk2 is like that)
16988                 Made apparent that search is case-sensitive
16989         * src/action.c
16990                 useless #warnings (gtk2 is like that)
16991         * src/textview.c
16992                 useless #warnings (rewrite needed)
16993         * src/toolbar.c
16994                 useless #warnings (rewrite needed)
16995
16996 2004-07-03 [colin]      0.9.11cvs17.5
16997
16998         * src/textview.c
16999                 Fix mismerge which broke URI opening
17000                 
17001 2004-07-01 [colin]      0.9.11cvs17.4
17002
17003         * src/gtk/filesel.c
17004                 Fill filename when saving
17005                 
17006 2004-06-27 [colin]      0.9.11cvs17.3
17007
17008         * src/gtk/filesel.[ch]
17009                 Use the new GTK file selector
17010                 Update prototype to match the reality: multiple file
17011                 selection is open-only          
17012         * src/compose.c
17013                 Match the new prototypes        
17014         * configure.ac
17015                 Match the new requirements (gtk 2.4.0)
17016                         
17017 2004-06-26 [colin]      0.9.11cvs17.2
17018
17019         * src/plugins/trayicon/trayicon.c
17020                 Remove useless signal handler on resize, which causes
17021                 an infinite "loop"
17022         
17023 2004-06-26 [colin]      0.9.11cvs17.1
17024         
17025         * tools/Makefile.am
17026                 remove launch_firebird and add nautilus2sylpheed.sh
17027         * src/quicksearch.c
17028           src/summaryview.c
17029                 Fix show/hide "Extended symbols" button problem
17030                 Fix apparition at startup
17031                 Fix const warnings
17032         * src/plugins/image_viewer/Makefile.am
17033                 Fix configure 
17034         * common/ssl.c
17035                 Re-enable certificate check, as it doesn't seem to
17036                 cause Xlib errors anymore
17037
17038 2004-06-25 [paul]       0.9.11cvs17
17039
17040         * sync with 0.9.11cvs17 HEAD
17041         
17042         NOTE: QuickSearch is broken
17043
17044 2004-06-07 [colin]      0.9.10claws67.10
17045         * src/plugins/trayicon/trayicon.c
17046           src/plugins/trayicon/libeggtrayicon/Makefile.am
17047           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17048                 Fix gettextization in trayicon plugin
17049
17050 2004-06-07 [colin]      0.9.10claws67.9
17051         
17052         * src/summaryview.c
17053           src/gtk/gtksctree.[ch]
17054                 Let Shift+{Up,Down} work in summaryview
17055                 (well, Down "works" and Up works)
17056                 Let the list scroll when using these keys
17057
17058 2004-06-06 [colin]      0.9.10claws67.8
17059
17060         * src/plugins/trayicon/trayicon.c
17061                 Fix pixmap update
17062
17063 2004-06-06 [colin]      0.9.10claws67.7
17064
17065         * src/addressbook.c
17066                 Fix signal handling causing system-wide focus grab
17067
17068 2004-05-25 [paul]       0.9.10claws67.6
17069
17070         * Makefile.am
17071           src/Makefile.am
17072                 clean up
17073
17074 2004-05-25 [paul]       0.9.10claws67.5
17075
17076         * replace deprecated gtk_signal... functions
17077
17078 2004-05-23 [colin]      0.9.10claws67.4
17079
17080         * src/compose.c
17081                 Fix wrapping
17082
17083 2004-05-22 [colin]      0.9.10claws67.3
17084
17085         * src/compose.c
17086                 Re-fix [Edited] in compose.c::compose_reedit()
17087
17088 2004-05-22 [colin]      0.9.10claws67.2
17089
17090         * src/procmime.c
17091                 Fix parsing of multiparts mails
17092
17093 2004-05-22 [colin]      0.9.10claws67.1
17094
17095         * src/summaryview.c
17096                 Fix quicksearch
17097
17098 2004-05-22 [paul]       0.9.10claws67
17099
17100         * sync with 0.9.10claws67 HEAD
17101
17102 2004-05-14 [alfons]
17103
17104         * src/procmime.h
17105                 add forgotton prototype
17106
17107 2004-05-10 [paul]       0.9.10claws57
17108
17109         * sync with 0.9.10claws57 HEAD
17110
17111 2004-05-05 [paul]       0.9.9.claws1
17112
17113         * ChangeLog-gtk2        ** REMOVED **
17114           ChangeLog-gtk2.claws  ** ADDED **
17115                 rename and adopt the normal claws format
17116                 
17117         * configure.ac
17118                 require gtkmathview >= 0.5
17119
17120         * ac/*                          ** REMOVED **
17121           ac/                           ** REMOVED **
17122           intl/Makefile.in              ** REMOVED **
17123           m4/                           ** ADDED **
17124           m4/missing                    ** ADDED **
17125           m4/missing/gdk-pixbuf.m4      ** ADDED **
17126           m4/missing/gettext.m4         ** ADDED **
17127           m4/missing/gpgme.m4           ** ADDED **
17128           m4/missing/imlib.m4           ** ADDED **
17129           m4/.cvsignore                 ** ADDED **
17130           m4/Makefile.am                ** ADDED **
17131           m4/README                     ** ADDED **
17132           m4/aclocal-include.m4         ** ADDED **
17133           m4/aspell.m4                  ** ADDED **
17134           m4/check-type.m4              ** ADDED **
17135           m4/gnupg-check-typedef.m4     ** ADDED **
17136           m4/openssl.m4                 ** ADDED **
17137           m4/spamassassin.m4            ** ADDED **
17138           po/ChangeLog                  ** REMOVED **
17139           po/Makefile.in.in             ** REMOVED **
17140           po/Rules-quot                 ** REMOVED **
17141           po/boldquot.sed               ** REMOVED **
17142           po/en@boldquot.header         ** REMOVED **
17143           po/en@quot.header             ** REMOVED **
17144           po/insert-header.sin          ** REMOVED **
17145           po/quot.sed                   ** REMOVED **
17146           po/remove-potcdate.sed        ** REMOVED **
17147           po/remove-potcdate.sin        ** REMOVED **
17148           po/stamp-po                   ** REMOVED **
17149           Makefile.am
17150           autogen.sh
17151           configure.ac
17152                 enable building with automake 1.8.x
17153                 add 'autopoint --force' to autogen.sh and remove all
17154                 auto-generated files, remove ac/ directory and use
17155                 m4/ directory instead
17156                 
17157         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17158                 fix gettextization
17159
17160 2004-02-28 Colin Leroy <colin@colino.net>
17161         * src/prefs_matcher.c
17162           src/prefs_filtering.c
17163           src/prefs_filtering_action.c
17164                 Fix non-editable GtkEntries
17165
17166 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17167         * src/prefs_themes.c
17168                 utf8 conversion for theme info
17169
17170 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17171         * sync 0.9.9claws
17172
17173 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17174         * src/grouplistdialog.c
17175                 allow multiple selections without ctrl key
17176
17177 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17178         * src/main.c
17179                 enable customizable accelerators
17180
17181 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17182         * src/prefs_common.c
17183                 re-enable different font settings for gtk1/2
17184         * src/prefs_folder_item.c
17185                 fix folder prefs displayed wrong
17186         * src/textview.c
17187                 set 'sunken' shadow type
17188
17189 2004-02-07 Colin Leroy <colin@colino.net>
17190         * src/compose.c
17191                 Fix message being always [Edited]
17192                 Encode headers correctly (utf8 buf)
17193
17194 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17195         * src/socket.c
17196                 remove double g_source_attach()
17197                 (Thanks to Colin Leroy)
17198
17199 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17200         * src/gtk/gtksctree.c
17201                 Fix SSL certificate list not shown
17202         * src/mimeview.c
17203                 Fix clicks in mime tree
17204
17205 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17206         * src/common/socket.c
17207                 Fix SSL receive
17208         * src/compose.c
17209                 Fix clipboard menu hotkeys
17210
17211 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17212         * src/gtk/gtkaspell.[ch]
17213           src/compose.c
17214                 reimplement spellchecker
17215
17216 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17217         * src/gtk/filesel.c
17218                 crash when inserting file in compose window
17219                 (TODO: keep old selection on clicks)
17220         * src/main.c
17221                 use gtkrc-2.0 instead of gtkrc
17222
17223 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17224         * src/messageview.c
17225                 remove orphaned mimeview unref()
17226
17227 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17228         * src/grouplistdialog.c
17229                 expand nodes containing subscribed groups
17230
17231 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17232         * src/textview.c
17233                 textview: hide cursor, restore old click behaviour
17234
17235 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17236         * src/textview.c
17237                 variable names messed up
17238
17239 2004-01-17 Colin Leroy <colin@colino.net>
17240         * src/addr_compl.c
17241                 Fix completion address too thin
17242         * src/compose.c
17243                 Fix tab-to-subject behaviour
17244         * src/summaryview.c
17245                 Implement key up & down in summaryview
17246
17247 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17248
17249         * sync 098claws
17250
17251 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17252         * configure.ac
17253           Makefile.am
17254           doc/.cvsignore
17255           doc/Makefile.am
17256                 faq, man, manual moved to doc/
17257         * ac/aspell.m4
17258           ac/check-type.m4
17259           ac/gnupg-check-typedef.m4
17260           ac/openssl.m4
17261           ac/spamassassin.m4
17262           ac/missing/gdk-pixbuf.m4
17263           ac/missing/gpgme.m4
17264           ac/missing/imlib.m4
17265                 fix automake warnings
17266
17267 2003-12-06 Colin Leroy <colin@colino.net>
17268         * src/summaryview.c
17269                 Fix quicksearch
17270
17271 2003-12-05 Colin Leroy <colin@colino.net>
17272         * src/summaryview.c
17273                 Fix going to next unread folder
17274
17275 2003-12-05 Colin Leroy <colin@colino.net>
17276         * src/crash.c
17277                 Fix gtk2 compilation
17278         * src/session.c
17279                 Remove iotag source handler at disconnection
17280         * src/socket.[ch] 
17281                 Remove source handler when closing socket 
17282                 (fixes another seg)
17283
17284 2003-12-04 Colin Leroy <colin@colino.net>
17285         * src/compose.c
17286           src/prefs_account.c
17287           src/prefs_common.c
17288                 Fix some dropdown menus
17289
17290 2003-12-04 Colin Leroy <colin@colino.net>
17291         * src/compose.c
17292                 Fix event handlers on header fields
17293         * src/common/socket.c
17294           src/common/session.c
17295                 Fix segfault with callback (SSL)
17296                 Fix end of session 
17297
17298 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17299
17300         * Fix compile bug in src/compose.c
17301         * removed src/gtk/gtkstext.[ch]
17302
17303 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17304
17305         * Convert character set and escape "text" attributes in toolbar setting
17306         files.
17307         * Fixed bug in button-press-event handling.
17308
17309 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17310
17311         * Fixed bug in key-press-event handling.
17312
17313 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17314
17315         * Enabled to compile tray-icon plugin (Ad-hoc).
17316         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17317
17318 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17319
17320         * Enabled to compile on sylpheed-claws.
17321         (tray-icon plugin still cannot compile yet.)
17322
17323 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17324
17325         * Updated to 0.9.5.
17326
17327 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17328
17329         * Updated to 0.9.4.
17330         * Ported monitoring SSL mechanism to GSource of GLib2
17331         (I don't confirm it)
17332         * Added _gtk2 suffix to key name of font preference to avoid
17333         ovverwriting preference of Gtk+-1.2 version.
17334
17335 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17336
17337         * Updated to 0.9.2.
17338
17339 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17340
17341         * Updated to 0.9.1.
17342         * Translate po files into UTF-8 when execute autogen.sh.
17343
17344 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17345
17346         * Updated to 0.9.0.
17347
17348 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17349
17350         * Plugged GError related memory leaks.
17351
17352 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17353
17354         * Changed default size of fonts.
17355         * Enabled to set titile font size of warning dialog.
17356
17357 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17358
17359         * Embed a sylpheed icon into executable binary on Windows.
17360
17361 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17362
17363         * I forgot to traslate character set of element string in src/xml.c.
17364
17365 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17366
17367         * Fixed detecting bind_textdomain_codeset in configure.in.
17368         * The bug in which "Example" of "Date fromat" preference isn't displayed
17369         correctly has been fixed.
17370
17371 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17372
17373         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17374           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17375           glib-gettextize
17376           Removed intl directory.
17377           Translated po files into UTF-8.
17378           (Thanks! Ryuji Abe)
17379
17380 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17381
17382         * The bug which doesn't unscape string in xml.c has been fixed.
17383
17384 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17385
17386         * The bug which is failed to translate encoding of file name thorough
17387         file dialog has been fixed.
17388
17389 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17390
17391         * Modified to translate file names which is used in inporting/expoting
17392         mbox feature and "Save as" feature into locale encoding.
17393         * Translate file names into locale encoding when "Attache file" and
17394         "Insert file".
17395         * Force set G_BROKEN_FILENAMES environment variable.
17396         * Other minor fixes.
17397
17398 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17399
17400         * Modified to treat MH folder's name as locale encoding.
17401
17402 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17403
17404         * The bug which clash on switching candidates of auto completion of
17405         addresses, cannot use auto completion in Japanesse is fixed
17406         (Thanks! Tokunaga-san)¡¥
17407
17408 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17409
17410         * The bug which cannot switch key accelerator preference has been fixed
17411         (Thanks! smbd-san)¡¥
17412
17413 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17414
17415         * version 0.8.11-gtk2-20030314
17416
17417 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17418
17419         * The bug in which character set conversion of filtering messages has
17420         been fixed.(Thanks! COCOA-san).
17421
17422 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17423
17424         * Revived "Leave space on head" preference in "Message" category.
17425         * A bug which clash when put the cursor to end of buffer and execute
17426         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17427
17428 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17429
17430         * version 0.8.11-gtk2-20030312
17431
17432 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17433
17434         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17435         * Modified to use Pango's API directly for font preference.
17436         * Integrated GtkTextView of textview to one widget.
17437         * Set fonts of header title in textview by "header_title" tag.
17438         * Removed some deprecated codes.
17439
17440 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17441
17442         * Updated to 0.8.11.
17443         * Merged cygwin patch(Thanks! Sakai-san).
17444
17445 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17446
17447         * version 0.8.10-gtk2-20030309