164ab9c5ee0c3f3847e13f3b11d45ec531dace77
[claws.git] / ChangeLog
1 2006-08-24 [colin]      2.4.0cvs84
2
3         * src/alertpanel.c
4         * src/gtk/inputdialog.c
5         * src/plugins/pgpcore/passphrase.c
6                 Revert minimal width patch of 2.4.0cvs67,
7                 as it is also a maximal width. Use 
8                 gtk_window_set_default_size instead.
9
10 2006-08-24 [colin]      2.4.0cvs83
11
12         * src/msgcache.c
13                 Write cache/mark to temp files before
14                 overwriting old ones (avoids metadata
15                 loss if writing the new files fail).
16                 Use mmap() to read cache/mark file, as
17                 this makes cache reading faster. Dis-
18                 abled for big-endian machines until it
19                 can be tested. (Big-endian users: set
20                 msgcache_use_mmap = TRUE in the relevant
21                 #if).
22         * src/procmsg.h
23                 Move rarely used fields of MsgInfo in 
24                 another structure, which will only be
25                 allocated if needed. Face, X-Face,
26                 Return receipt headers and List-*
27                 headers are moved. Mails having none
28                 of these occupy 52 bytes less with
29                 this patch, which makes 2.5MB of RAM
30                 saved on a 50k folder).
31         * src/headerview.c
32         * src/mainwindow.c
33         * src/messageview.c
34         * src/partial_download.c
35         * src/procheader.c
36         * src/procmsg.c
37         * src/textview.c
38                 Follow this structure change.
39
40 2006-08-24 [wwp]        2.4.0cvs82
41
42         * manual/es/.cvsignore
43         * manual/es/dist/.cvsignore
44         * manual/es/dist/html/.cvsignore
45         * manual/es/dist/pdf/.cvsignore
46         * manual/es/dist/ps/.cvsignore
47         * manual/es/dist/txt/.cvsignore
48                 more (generated) files to ignore.
49
50 2006-08-24 [colin]      2.4.0cvs81
51
52         * src/folder.c
53         * src/mh.c
54                 Fix possible problems with local delivery. Check the folder doesn't
55                 need scan before setting its mtime when saving cache (which can be
56                 done long after the folder's been modified by an external process);
57                 Check that the stored item's mtime didn't change in mh functions.
58
59 2006-08-24 [mones]      2.4.0cvs80
60
61         * manual/advanced.xml
62                 Rewrapping, some fixes and MANUAL-TODO items:
63                 8.1. = change "" to <quote></quote>
64                 8.3. = quote menu items
65                 8.5. - deploying -> new user ... ideally a new user (redundant)
66
67 2006-08-23 [colin]      2.4.0cvs79
68
69         * src/gtk/gtksctree.c
70                 When selecting or deselecting range, only
71                 freeze/thaw when selection is bigger than 10
72
73 2006-08-23 [colin]      2.4.0cvs78
74
75         * src/messageview.c
76         * src/mimeview.c
77         * src/mimeview.h
78         * src/plugins/dillo_viewer/dillo_viewer.c
79                 Provide an API for MimeViewer plugins to
80                 return a text selection for replying
81
82 2006-08-23 [colin]      2.4.0cvs77
83
84         * src/image_viewer.c
85         * src/textview.c
86                 Use gtk_pixbuf_new_from_file_at_scale(), which
87                 is faster than getting the pixbuf then resizing
88                 it.
89
90 2006-08-23 [colin]      2.4.0cvs76
91
92         * src/procmime.c
93                 UTF-8 should be sent Quoted-printable
94
95 2006-08-22 [colin]      2.4.0cvs75
96
97         * src/mh.c
98                 Check if scan is required before touching
99                 the folder (or it'll be required every time)
100
101 2006-08-22 [colin]      2.4.0cvs74
102
103         * configure.ac
104                 Require libetpan 0.46 (crasher fix when built
105                 against gnutls)
106
107 2006-08-22 [colin]      2.4.0cvs73
108
109         * src/folder.c
110                 Set folder's mtime after writing its
111                 cache
112         * src/folderview.c
113                 Add some timing
114         * src/procmsg.c
115                 Don't do useless stuff if we don't 
116                 thread by subject
117         * src/summaryview.c
118                 Add some timing, don't deselect prior
119                 to selecting (gtksctree does it itself),
120                 remove crash avoidance hacks as it's been
121                 properly fixed since a while
122         * src/common/utils.c
123                 Optimize to_human_readable(): _() is slow,
124                 do it only once, and avoid %f format for KB
125                 (the most common in a summaryview)
126         * src/gtk/gtksctree.c
127                 Don't uselessly freeze/thaw (fixes flicker
128                 on next unread and friends), reduce number
129                 of g_list_nth/g_list_position where possible
130         * src/gtk/gtkutils.c
131         * src/gtk/gtkutils.h
132                 Reduce number of g_list_nth/g_list_position
133                 where possible.
134                 All of this makes loading as 70k folder 2.1
135                 seconds instead of 3.2 (with hot FS caches).
136                 (1.3 seconds without Date and Size columns...)
137
138 2006-08-22 [paul]       2.4.0cvs72
139
140         wrap documents and do some items from mones' MANUAL-TODO:
141
142         * manual/account.xml
143                 4.1. = fix tabname references to <quote>tabname</quote>
144                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
145         * manual/faq.xml
146                 1.1. = mentioned options don't match UI
147                 Add information about the 'Never send Return Receipts'
148                 option
149         * manual/handling.xml
150                 6.2. = Mentions Extended symbols button, but now is
151                 named Information
152                 6.3. = Mentions ... button, which is now Edit
153
154 2006-08-22 [colin]      2.4.0cvs71
155
156         * src/gtk/pluginwindow.c
157                 Fix layout in verbose translations (such
158                 as french)
159
160 2006-08-22 [paul]       2.4.0cvs70
161
162         * manual/Makefile.am
163                 build manuals in alphabetical order
164         * src/addressbook.c
165         * src/prefs_themes.c
166                 replace/remove deprecated symbols
167         * src/gtk/gtkutils.c
168                 fix a warning
169         * src/gtk/pluginwindow.c
170                 replace deprecated symbol
171                 replace label text and move it
172         * src/plugins/pgpcore/prefs_gpg.c
173                 move the 'Generate...' button out of the
174                 Sign Key frame, replace the English used
175         * src/plugins/pgpcore/sgpgme.c
176                 fixes to the English
177
178 2006-08-21 [colin]      2.4.0cvs69
179
180         * src/plugins/trayicon/trayicon.c
181                 Add more strings for translation; patch
182                 by Pawel
183
184 2006-08-21 [colin]      2.4.0cvs68
185
186         * src/compose.c
187                 fix replied flag not set after drafting
188         * src/matcher.c
189                 fix body quicksearch in non-encoded bodies
190                 containing '='
191         * src/msgcache.c
192                 Get rid of the g_malloc workaround for
193                 corrupted caches, use g_try_malloc
194
195 2006-08-21 [colin]      2.4.0cvs67
196
197         * src/alertpanel.c
198         * src/gtk/inputdialog.c
199         * src/plugins/pgpcore/passphrase.c
200                 Set minimal width to 375
201         * src/mainwindow.c
202                 Fix switching to offline, asking if it 
203                 should be overriden for synchronising
204         * src/mimeview.c
205                 Don't offer to remember command on Open 
206                 with for text parts, as the browser or 
207                 text editor command isn't changed from 
208                 there
209
210 2006-08-20 [paul]       2.4.0cvs66
211
212         * po/ko.po
213         * po/zh_CN.po
214                 fix plural form errors. revealed by stricter
215                 checking of gettext 0.15
216
217 2006-08-18 [paul]       2.4.0cvs65
218
219         * src/stock_pixmap.c
220                 fix the fix of 2.4.0cvs64
221                 Thanks to Colin
222
223 2006-08-18 [paul]       2.4.0cvs64
224
225         * src/stock_pixmap.c
226                 fix leaks
227                 Thanks to Colin
228
229 2006-08-18 [paul]       2.4.0cvs63
230
231         * src/compose.c
232         * src/procmsg.c
233                 fix occasional IMAP bug where large msgs
234                 were left in the queue folder after sending
235                 Thanks to Colin
236
237 2006-08-18 [paul]       2.4.0cvs62
238
239         * src/folderview.c
240                 freeze the summaryview while quicksearch results
241                 are displayed
242                 (fixes bug 456 'current message is hidden when the
243                 view is refreshed and extended search is "unread 
244                 messages"')
245                 Thanks to Colin
246         * src/textview.c
247                 add missing #include "inputdialog.h"
248         * src/common/utils.h
249                 add missing mailcap_update_default() and improve
250                 readability
251
252 2006-08-17 [colin]      2.4.0cvs61
253
254         * src/plugins/pgpcore/select-keys.c
255                 Fix warnings :)
256
257 2006-08-17 [colin]      2.4.0cvs60
258
259         * src/compose.c
260                 Don't continue queuing if Cancel is clicked
261                 in select-keys
262
263 2006-08-17 [colin]      2.4.0cvs59
264
265         * src/plugins/pgpcore/select-keys.c
266                 When encrypting, if only one key matches and it 
267                 matches exactly, automatically use it.
268
269 2006-08-17 [colin]      2.4.0cvs58
270
271         * src/mimeview.c
272         * src/prefs_common.c
273         * src/prefs_common.h
274         * src/prefs_ext_prog.c
275         * src/textview.c
276                 Fix issues with previous patch (text/html)
277                 Remove outdated prefs
278
279 2006-08-17 [colin]      2.4.0cvs57
280
281         * src/imap.c
282                 Add View Log button on auth error
283         * src/procmsg.c
284                 Fix encrypted mail marked as new when
285                 saved in normal folders
286         * src/plugins/pgpinline/pgpinline.c
287                 Fix encrypt bug on IMAP
288         * src/mimeview.c
289         * src/common/utils.c
290         * src/common/utils.h
291         * src/gtk/inputdialog.c
292         * src/gtk/inputdialog.h
293                 Get rid of metamail stuff, simplify
294                 opening, and allow remembering of user's
295                 choices (by updating ~/.mailcap). There's
296                 still to drop "Audio player" and "Image
297                 viewer" preferences.
298
299 2006-08-17 [mones]      2.4.0cvs56
300
301         * manual/es/sylpheed-claws-manual.xml
302                 fix DTD path
303
304 2006-08-17 [mones]      2.4.0cvs55
305
306         * configure.ac
307         * manual/Makefile.am
308         * manual/es/Makefile.am
309         * manual/es/account.xml
310         * manual/es/ack.xml
311         * manual/es/addrbook.xml
312         * manual/es/advanced.xml
313         * manual/es/faq.xml
314         * manual/es/glossary.xml
315         * manual/es/gpl.xml
316         * manual/es/handling.xml
317         * manual/es/intro.xml
318         * manual/es/keyboard.xml
319         * manual/es/plugins.xml
320         * manual/es/starting.xml
321         * manual/es/sylpheed-claws-manual.xml
322         * manual/es/dist/Makefile.am
323         * manual/es/dist/html/Makefile.am
324         * manual/es/dist/pdf/Makefile.am
325         * manual/es/dist/ps/Makefile.am
326         * manual/es/dist/txt/Makefile.am
327                 Spanish translation for the manual
328
329 2006-08-16 [colin]      2.4.0cvs54
330
331         * src/compose.c
332         * src/main.c
333         * src/mainwindow.c
334                 Fix send button sensitivity at startup
335                 Set send menu sensitivity (patch by Fabien)
336         * src/ssl_manager.c
337                 Enable closing with esc (patch by Fabien)
338         * src/gtk/foldersort.c
339                 Enable closing with esc (patch by Fabien)
340         * src/procmime.c
341                 Optimisation (no need to copy to tempfile to
342                 "decode" 7bit and 8bit)
343         * src/summaryview.c
344                 Fix cruft in swap_from case
345         * src/textview.c
346                 Fix missing last line in some mail cases 
347                 (Fixes debian #381872)
348         * src/plugins/pgpcore/prefs_gpg.c
349         * src/plugins/pgpcore/sgpgme.c
350         * src/plugins/pgpcore/sgpgme.h
351                 Don't show "no key found" when user explicitely
352                 wants to create a key
353
354 2006-08-16 [paul]       2.4.0cvs53
355
356         * configure.ac
357         * src/account.c
358         * src/addressbook.c
359         * src/headerview.c
360         * src/prefs_account.c
361         * src/prefs_message.c
362         * src/gtk/gtkutils.c
363                 bump up minimum required versions of GTK+ and
364                 GLIB to 2.6.0
365
366 2006-08-16 [paul]       2.4.0cvs52
367
368         * src/toolbar.c
369                 workaround GTK+ Bug 351600 - 'Can't re-click
370                 on button after sensitivity update'
371                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
372                 Thanks to Colin
373
374 2006-08-15 [colin]      2.4.0cvs51
375
376         * src/plugins/pgpcore/prefs_gpg.c
377                 Set options sensitivity according to
378                 key existence
379         * src/plugins/pgpcore/sgpgme.c
380                 Allow to create key with no passphrase
381
382 2006-08-14 [cleroy]     2.4.0cvs50
383
384         * src/gtk/pluginwindow.c
385                 New layout (maybe to be changed?)
386         * src/gtk/gtkutils.c
387                 Fix a bit label_window
388         * src/plugins/pgpcore/passphrase.c
389         * src/plugins/pgpcore/passphrase.h
390         * src/plugins/pgpcore/plugin.c
391         * src/plugins/pgpcore/prefs_gpg.c
392         * src/plugins/pgpcore/prefs_gpg.h
393         * src/plugins/pgpcore/sgpgme.c
394         * src/plugins/pgpcore/sgpgme.h
395                 Allow to create a PGP private key via the GUI
396
397 2006-08-14 [wwp]        2.4.0cvs49
398
399         * src/addressbook_foldersel.c
400                 fix strict ISO C90 compliance.
401
402 2006-08-14 [paul]       2.4.0cvs48
403
404         * src/gtk/prefswindow.c
405                 re-set scrolled window on opening
406                 Patch by Ticho
407
408 2006-08-14 [paul]
409
410         2.5.0-rc1 released
411
412 2006-08-14 [paul]       2.4.0cvs47
413
414         * src/prefs_display_header.c
415                 re-enable user-defined Displayed Headers
416
417 2006-08-14 [paul]       2.4.0cvs46
418
419         * src/prefs_account.c
420                 use GTK_STOCK_EDIT
421
422 2006-08-13 [colin]      2.4.0cvs45
423
424         * src/common/utils.c
425                 Fix "a" in quote when the original message is empty,
426                 by using \0 instead of 'a' to test writability of
427                 temp files.
428
429 2006-08-13 [wwp]        2.4.0cvs44
430
431         * src/plugins/spamassassin/spamassassin.c
432                 fix capitalization of "SpamAssassin" in some debug, log and
433                 dialog messages.
434
435 2006-08-13 [paul]       2.4.0cvs43
436
437         * src/editldap.c
438                 fix overlapping widgets
439         * src/prefs_account.c
440                 fix translation of protocol_names[]
441                 fix label disappearing off the edge of the
442                 visible area
443
444 2006-08-12 [paul]       2.4.0cvs42
445
446         * manual/plugins.xml
447                 update IRC channel info before it gets forgotten
448                 about
449
450 2006-08-11 [colin]      2.4.0cvs41
451
452         * src/compose.c
453         * src/mainwindow.c
454         * src/mainwindow.h
455         * src/procmsg.c
456         * src/procmsg.h
457         * src/summaryview.c
458         * src/toolbar.c
459                 Grey out the Send button if
460                 - Queue folders are empty, or
461                 - We're sending already
462
463 2006-08-11 [wwp]        2.4.0cvs40
464
465         * src/main.c
466                 fix a logic issue when quitting while a compose window is
467                 still open, thanks to Colin.
468
469 2006-08-10 [colin]      2.4.0cvs39
470
471         * src/main.c
472                 Fix default font size setting after wizard run
473         * src/imap.c
474         * src/etpan/imap-thread.c
475         * src/etpan/imap-thread.h
476                 Fix bug #999 (Timing out on TSL cert validation 
477                 dialog makes ugly things happen). Also, STARTTLS
478                 unconditionnaly if initial capabilities contain
479                 LOGINDISABLED and STARTTLS.
480
481 2006-08-09 [colin]      2.4.0cvs38
482
483         * src/mainwindow.c
484         * src/mainwindow.h
485                 Fix Tools/Actions sensitivity when there are
486                 no actions
487
488 2006-08-09 [colin]      2.4.0cvs37
489
490         * src/prefs_filtering.c
491                 Warning fix, patch by Paul
492         * src/messageview.c
493         * src/prefs_actions.c
494         * src/prefs_filtering_action.c
495         * src/prefs_matcher.c
496                 Uniformisation of "Info ..." to "Info..." (for
497                 old gtk), patch by Fabien
498         * src/plugins/clamav/clamav_plugin_gtk.c
499                 Sensitivity fix by Fabien
500
501 2006-08-09 [colin]      2.4.0cvs36
502
503         * src/main.c
504         * src/main.h
505                 Add a function to know whether we're exiting
506         * src/plugins/trayicon/trayicon.c
507                 If exiting, don't do anything. Faster, and
508                 avoids gtk_main_iteration reentracy causing
509                 segfaults at exit
510
511 2006-08-09 [colin]      2.4.0cvs35
512
513         * src/messageview.c
514         * src/mimeview.c
515         * src/mimeview.h
516                 Fix lack of part selection when automatically 
517                 jumping to a specific part
518         * src/msgcache.c
519                 Little optimisation in cache reading
520
521 2006-08-09 [colin]      2.4.0cvs34
522
523         * src/compose.c
524                 Fix crash setting the priority on reedit
525                 (Accessing compose before creating it!)
526
527 2006-08-08 [colin]      2.4.0cvs33
528
529         * src/procmime.c
530                 Fix bug #998 (last attachment is not accessible)
531                 Bad RFC interpretation on multipart close-delimiters
532         * src/mimeview.c
533         * src/mimeview.h
534         * src/gtk/gtkvscrollbutton.c
535         * src/gtk/gtkvscrollbutton.h
536                 Make attachments list wheel-scrollable
537
538 2006-08-07 [colin]      2.4.0cvs32
539
540         * src/gtk/gtkaspell.c
541                 Fix bug #973 (Unicode punctation characters 
542                 are not recognized as separators by the
543                 spell checker); fix unsigned stuff
544
545 2006-08-07 [colin]      2.4.0cvs31
546
547         * src/compose.c
548                 Fix bug #956 (DnD text with accents in compose 
549                 text entry); fix gccc's signed/unsigned fuss
550
551 2006-08-06 [colin]      2.4.0cvs30
552
553         * src/main.c
554                 Fix bug #979 (Plugin crashes when exiting 
555                 sylpheed-claws) : handle exit request only 
556                 once
557
558 2006-08-05 [colin]      2.4.0cvs29
559
560         * src/news.c
561                 Just make sure we have a msgid.
562
563 2006-08-05 [colin]      2.4.0cvs28
564
565         * src/news.c
566         * src/summaryview.c
567                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
568                 by reimplementing it
569         * src/textview.c
570                 Fix bug when hiding quotes with level > 3 and quote
571                 colors are recycled
572
573 2006-08-04 [colin]      2.4.0cvs27
574
575         * src/compose.c
576         * src/undo.c
577         * src/undo.h
578                 Fix a bit replace-by-pasting undo
579         * src/mainwindow.c
580         * src/messageview.c
581                 Fix Fold quotes menu synchro in
582                 mainwindow when it changes in 
583                 messageview
584         * src/textview.c
585                 Fix right-click on quotes blocks
586         * src/common/utils.c
587                 Verify that the file created by
588                 my_tmpfile() is writable. Fixes
589                 bug #988 (very specific filesystem
590                 issue)
591         * src/plugins/pgpcore/sgpgme.c
592                 Fix file descriptor leak
593         * src/plugins/spamassassin/spamassassin.c
594                 Warn once if spamd isn't reachable
595
596 2006-08-04 [colin]      2.4.0cvs26
597
598         * src/toolbar.c
599                 i18n context patch by Fabien
600
601 2006-08-03 [colin]      2.4.0cvs25
602
603         * src/mainwindow.c
604         * src/messageview.c
605                 Rename "Hide quotes" to "Fold quotes"
606         * src/textview.c
607                 Don't use hand cursor on quotes. "all 
608                 the bonuses of the feature and none of 
609                 unwelcome side-effects"
610
611 2006-08-03 [colin]      2.4.0cvs24
612
613         * AUTHORS
614         * sylpheed-claws.desktop
615         * src/gtk/authors.h
616                 Bring the desktop file to XDG compliance
617                 Patch by Charles A. Edwards
618
619 2006-08-03 [colin]      2.4.0cvs23
620
621         * src/textview.c
622                 Fix links offset when they are preceded
623                 by accentued chars (g_utf8_strlen!)
624         * src/mainwindow.c
625                 Fix wrong status when starting offline
626
627
628 2006-08-03 [wwp]        2.4.0cvs22
629
630         * src/prefs_common.h
631                 ask what to do w/ filtering rules that belong to an account when
632                 applying filtering rules manually from the main window (skip,
633                 apply regardless of the account, use current account). This dialog
634                 can be skipped and the last reply used.
635                 (forgot that file)
636
637 2006-08-03 [wwp]        2.4.0cvs21
638
639         * src/filtering.c
640         * src/filtering.h
641         * src/prefs_common.c
642         * src/summaryview.c
643         * src/alertpanel.c
644         * src/alertpanel.h
645         * src/messageview.c
646                 ask what to do w/ filtering rules that belong to an account when
647                 applying filtering rules manually from the main window (skip,
648                 apply regardless of the account, use current account). This dialog
649                 can be skipped and the last reply used.
650
651
652 2006-08-03 [colin]      2.4.0cvs20
653
654         * src/textview.c
655                 Optimize previous patch
656
657 2006-08-03 [cleroy]     2.4.0cvs19
658
659         * src/textview.c
660                 Fix quotes getting toggled back when the
661                 mail has an even number of text parts
662
663 2006-08-02 [colin]      2.4.0cvs18
664
665         * src/messageview.c
666                 Add Hide quotes menu
667
668 2006-08-02 [colin]      2.4.0cvs17
669
670         * src/mainwindow.c
671         * src/prefs_common.c
672         * src/textview.c
673         * src/textview.h
674         * src/gtk/about.c
675                 Allow per-level quote hiding,
676                 Allow toggling quotes by double-clicking them
677                 Rename RemoteURI to ClickableText to reflect
678                 the fact it's used for a variety of things
679
680 2006-08-02 [wwp]        2.4.0cvs16
681
682         * src/mainwindow.c
683                 fix "View/Hide quotes" menu item status initialization.
684
685 2006-08-02 [wwp]        2.4.0cvs15
686
687         * src/matcher_parser_parse.y
688                 remove a debug trace.
689
690 2006-08-02 [paul]       2.4.0cvs14
691
692         * src/plugins/pgpcore/passphrase.c
693                 don't set initial dialog size
694                 make it resizable
695
696 2006-08-02 [paul]       2.4.0cvs13
697
698         * src/noticeview.c
699                 remove the rogue '/' character
700
701 2006-08-02 [paul]       2.4.0cvs12
702
703         * src/noticeview.c
704                 allow buttons to resize as necessary
705
706 2006-08-01 [wwp]        2.4.0cvs11
707
708         * src/mbox.c
709                 fix strict ISO C90 compliance.
710
711 2006-08-01 [wwp]        2.4.0cvs10
712
713         * tools/update-po
714                 updated update-po tool to work w/ context-dependent translations.
715                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
716
717 2006-08-01 [wwp]        2.4.0cvs9
718
719         * src/matcher.c
720         * src/prefs_filtering.c
721         * src/prefs_matcher.c
722                 allow context-dependent translations for "All",
723                 patch by Fabien Vantard <fzzzzz@gmail.com>.
724
725 2006-07-31 [colin]      2.4.0cvs8
726
727         * AUTHORS
728         * src/gtk/authors.h
729                 Add Rafal to authors
730
731 2006-07-31 [colin]      2.4.0cvs7
732
733         * src/compose.c
734         * src/mainwindow.c
735         * src/messageview.h
736         * src/prefs_common.c
737         * src/prefs_common.h
738         * src/textview.c
739                 Add 'View/Hide quotes'. Patch based on a patch
740                 by Rafal Weglarz
741
742 2006-07-31 [colin]      2.4.0cvs6
743
744         * src/action.c
745                 Fix problem with "> stuff >" actions
746
747 2006-07-31 [paul]       2.4.0cvs5
748
749         * po/nb.po
750                 updated by Geir Helland
751
752 2006-07-31 [wwp]        2.4.0cvs4
753
754         * src/mainwindow.c
755         * src/summaryview.c
756         * src/summaryview.h
757                 add "View/Go to/Parent message" and "View/Go to/Last read message",
758                 thanks to Colin.
759
760 2006-07-31 [wwp]        2.4.0cvs3
761
762         * src/Makefile.am
763         * src/addr_compl.c
764         * src/addr_compl.h
765         * src/addressbook.c
766         * src/addressbook.h
767         * src/addressbook_foldersel.c
768         * src/addressbook_foldersel.h
769         * src/addrindex.c
770         * src/addrindex.h
771         * src/matcher.c
772         * src/matcher.h
773         * src/matcher_parser_lex.l
774         * src/matcher_parser_parse.y
775         * src/prefs_common.c
776         * src/prefs_common.h
777         * src/prefs_filtering.c
778         * src/prefs_matcher.c
779         * src/prefs_matcher.h
780         * src/summaryview.c
781                 introduce filtering against the address book. It's now possible to add
782                 matched conditions to determine if any email address in a message matches
783                 or doesn't match any or all books or folders in the address book.
784
785 2006-07-31 [wwp]        2.4.0cvs2
786
787         * src/account.c
788         * src/filtering.c
789         * src/filtering.h
790         * src/folder.c
791         * src/folderview.c
792         * src/inc.c
793         * src/mainwindow.c
794         * src/matcher.c
795         * src/matcher_parser_lex.l
796         * src/matcher_parser_parse.y
797         * src/mbox.c
798         * src/prefs_filtering.c
799         * src/prefs_filtering.h
800         * src/procmsg.c
801         * src/procmsg.h
802         * src/summaryview.c
803                 introduce per-account filtering rules. Each filtering rule can now be assigned
804                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
805                 when applying filtering rules manually, as all rules will apply - even the ones
806                 assigned to an account. This issue will be addressed soon.
807  
808
809
810 2006-07-31 [wwp]        2.4.0cvs1
811
812         * src/quote_fmt.c
813                 make more strings translatable.
814
815 2006-07-31 [paul]       2.4.0
816
817         2.4.0 released
818
819 2006-07-31 [paul]       2.3.1cvs91
820
821         * po/ca.po
822                 updated by Miquel Oliete
823
824 2006-07-31 [paul]       2.3.1cvs90
825
826         * po/de.po
827         * po/el.po
828         * po/fr.po
829         * po/it.po
830         * po/pl.po
831         * po/pt_BR.po
832         * po/sr.po
833         * po/zh_CN.po
834                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
835                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
836                 Aleksandar Urosevic, and Ralgh Young
837
838 2006-07-31 [paul]       2.3.1cvs89
839
840         * src/account.c
841         * src/main.c
842         * src/mainwindow.c
843         * src/mainwindow.h
844                 Fix a race condition when, after an SC crash, rescanning
845                 folders took more than 0.5 seconds
846                 Thanks to Colin
847
848 2006-07-31 [paul]       2.3.1cvs88
849
850         * src/folderview.c
851                 don't translate separator strings
852
853 2006-07-30 [mones]      2.3.1cvs87
854
855         * doc/man/sylpheed-claws.1
856                 Fixed non-ASCII chars in Hoa's name
857         * po/es.po
858                 Updated for release
859
860 2006-07-27 [colin]      2.3.1cvs86
861
862         * src/textview.c
863                 Don't include the leading \n in links
864                 Patch by Fabien
865
866 2006-07-25 [colin]      2.3.1cvs85
867
868         * src/mainwindow.c
869         * src/common/socket.h
870         * src/etpan/imap-thread.c
871                 Refresh resolvers before connecting
872                 to IMAP servers, and after switching
873                 to online. Thanks to Paul.
874
875 2006-07-18 [colin]
876
877         * 2.4.0-rc4 released
878
879 2006-07-17 [colin]      2.3.1cvs84
880
881         * src/inc.c
882                 Show connection attempt in statusbar before
883                 connecting (previously first message was
884                 "Retrieving messages from ..." after the
885                 connection succeeded.
886
887 2006-07-16 [wwp]        2.3.1cvs83
888
889         * sylpheed-claws.ico
890                 Added .ico file (windows multi-size icon file, generated).
891
892 2006-07-12 [wwp]        2.3.1cvs82
893
894         * src/messageview.c
895                 remove Message/Re-edit menu entry from messageview window,
896                 as sent/draft/queued messages are opened in compose window when
897                 re-edited and it's not possible to re-edit other msgs.
898
899 2006-07-12 [paul]       2.3.1cvs81
900
901         * AUTHORS
902         * src/mainwindow.c
903         * src/gtk/authors.h
904                 check online state before resetting
905                 mailcheck timer. Useful if some program
906                 verifies connection state and updates
907                 Claws.
908                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
909
910 2006-07-12 [paul]       2.3.1cvs80
911
912         * sylpheed-claws-128x128.png
913         * sylpheed-claws-64x64.png
914         * sylpheed-claws.png
915         * src/Makefile.am
916         * src/main.c
917         * src/prefs_toolbar.c
918         * src/stock_pixmap.c
919         * src/stock_pixmap.h
920         * src/wizard.c
921         * src/gtk/about.c
922         * src/gtk/gtkutils.c
923         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
924         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
925         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
926         * src/pixmaps/sylpheed.xpm              ** REMOVED **
927         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
928         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
929                 updated and renamed logo/icon files and related
930                 logo by Jesper Schultz
931
932 2006-07-11 [paul]       2.3.1cvs79
933
934         * src/main.c
935                 fix the labels a smidgin
936
937 2006-07-09 [colin]      2.3.1cvs78
938
939         * src/textview.c
940                 Show errors in textviewer's command
941                 Patch by H. Merijn Brand
942
943 2006-07-09 [colin]      2.3.1cvs77
944
945         * src/compose.c
946                 Save FMID in drafts too
947
948 2006-07-08 [colin]      2.3.1cvs76
949
950         * src/compose.c
951                 Svae RMID in drafted mails too
952                 Save quote_fmt vars for whole mails,
953                 don't reset at each quote_fmt_init:
954                 allows to use the same |i{var} in
955                 various template fields
956         * src/prefs_template.c
957         * src/quote_fmt.h
958         * src/quote_fmt_parse.y
959                 Same
960
961 2006-07-08 [colin]      2.3.1cvs75
962
963         * src/textview.c
964                 Fix highlighting of attached parts URIs
965
966 2006-07-08 [colin]      2.3.1cvs74
967
968         * src/main.c
969                 Prevent bug #981 (sc 2.3.1 segfaults with 
970                 gtk+ 2.10) from being reported again:
971                 if Sylpheed-Claws has been compiled against
972                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
973                 of if Sylpheed-Claws has been compiled against
974                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
975                 error out.
976
977 2006-07-07 [colin]      2.3.1cvs73
978
979         * src/prefs_actions.c
980                 Fix label
981
982 2006-07-07 [colin]      2.3.1cvs72
983
984         * src/prefs_actions.c
985                 Fix compile on gtk < 2.8. argh :)
986
987 2006-07-07 [paul]       2.3.1cvs71
988
989         * src/common/defs.h
990                 update DONATE_URI
991
992 2006-07-07 [colin]      2.3.1cvs70
993
994         * po/POTFILES.in
995         * src/quote_fmt.c
996         * src/quote_fmt_lex.l
997         * src/quote_fmt_parse.y
998                 Add |i{var}, a way to insert user-entered
999                 text in a template
1000
1001 2006-07-07 [colin]
1002
1003         * 2.4.0-rc3 released
1004
1005 2006-07-07 [colin]      2.3.1cvs69
1006
1007         * src/folder.c
1008                 Don't consider inboxes of UNKNOWN folder 
1009                 classes to be useable as default inboxes
1010
1011 2006-07-07 [paul]       2.3.1cvs68
1012
1013         * src/textview.c
1014                 add missing #include <errno.h>
1015                 Thanks to René J. Blokland
1016
1017 2006-07-07 [paul]       2.3.1cvs67
1018
1019         * src/action.c
1020                 Return now Closes dialog
1021         * src/mimeview.c
1022         * src/mimeview.h
1023         * src/textview.c
1024                 add contextual menu to mime parts listed
1025                 in the textview
1026                 Thanks to Colin
1027         * src/common/utils.c
1028                 reversal: ' is a valid character in URLs
1029
1030 2006-07-06 [colin]      2.3.1cvs66
1031
1032         * src/remotefolder.h
1033                 Forgotten in previous commit
1034
1035 2006-07-06 [colin]      2.3.1cvs65
1036
1037         * src/folder.c
1038                 Set summary update flag whenever
1039                 totals changed
1040         * src/imap.c
1041         * src/prefs_account.c
1042         * src/common/utils.h
1043         * src/etpan/imap-thread.c
1044                 Fix warnings, thanks to Fabien and
1045                 Ricardo
1046
1047 2006-07-06 [wwp]        2.3.1cvs64
1048
1049         * src/gtk/gtkutils.c
1050                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1051
1052 2006-07-06 [wwp]        2.3.1cvs63
1053
1054         * src/account.c
1055         * src/addressbook.c
1056         * src/addressitem.h
1057         * src/folderview.c
1058         * src/mainwindow.c
1059         * src/manual.c
1060         * src/manual.h
1061         * src/message_search.c
1062         * src/prefs_actions.c
1063         * src/prefs_filtering.c
1064         * src/prefs_filtering.h
1065         * src/prefs_template.c
1066         * src/summary_search.c
1067         * src/summaryview.c
1068         * src/gtk/gtkutils.c
1069         * src/gtk/gtkutils.h
1070         * src/gtk/pluginwindow.c
1071                 add help buttons to some dialogs. Clicking such buttons opens a
1072                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1073
1074 2006-07-06 [paul]       2.3.1cvs62
1075
1076         * src/textview.c
1077                 fix attachments contextual menu
1078                 Thanks to Colin
1079
1080 2006-07-05 [colin]      2.3.1cvs61
1081
1082         * src/textview.c
1083         * src/compose.c
1084                 Handle sftp:// links
1085
1086 2006-07-05 [paul]       2.3.1cvs60
1087
1088         * src/gtk/filesel.c
1089                 grab save button by default
1090                 Thanks to Colin
1091
1092 2006-07-05 [wwp]        2.3.1cvs59
1093
1094         * manual/xml2pdf
1095                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1096
1097 2006-07-04 [colin]      2.3.1cvs58
1098
1099         * src/mimeview.c
1100         * src/textview.c
1101                 Use left click to select, middle click to open
1102                 on mimeparts links
1103         * src/common/utils.c
1104                 Fix segfault
1105
1106 2006-07-04 [colin]      2.3.1cvs57
1107
1108         * src/mainwindow.c
1109         * src/news.c
1110                 Warning fixes, thanks to Fabien
1111
1112 2006-07-04 [colin]      2.3.1cvs56
1113
1114         * src/mimeview.c
1115         * src/mimeview.h
1116         * src/textview.c
1117                 Allow parts to be selected via their text label
1118                 in textview
1119
1120 2006-07-04 [colin]      2.3.1cvs55
1121
1122         * src/folderview.c
1123                 Feedback when closing (for big folders)
1124         * src/prefs_actions.c
1125         * src/prefs_filtering.c
1126         * src/prefs_matcher.c
1127         * src/prefs_template.c
1128                 Fix default button when closing without
1129                 having saved
1130
1131 2006-07-04 [colin]      2.3.1cvs54
1132
1133         * src/news.c
1134                 Delete local file on deletion
1135
1136 2006-07-03 [colin]      2.3.1cvs53
1137
1138         * src/folderview.c
1139         * src/main.c
1140                 Don't freeze when rescanning after crash
1141
1142 2006-07-03 [wwp]        2.3.1cvs52
1143
1144         * src/compose.c
1145         * src/privacy.c
1146         * src/privacy.h
1147         * src/plugins/pgpinline/pgpinline.c
1148         * src/plugins/pgpmime/pgpmime.c
1149                 don't report an error when the user cancels the passphrase dialog.
1150
1151 2006-07-02 [colin]      2.3.1cvs51
1152
1153         * src/folderview.c
1154                 Open message when crossing folders with Space,
1155                 goto next unread and friends
1156
1157 2006-07-01 [colin]      2.3.1cvs50
1158
1159         * src/prefs_account.c
1160                 Typographic rules varying from language
1161                 to language (in french "Protocole :"),
1162                 we have to do that :)
1163
1164 2006-07-01 [ticho]      2.3.1cvs49
1165
1166         * src/prefs_account.c
1167                 Only use one temporary gchar* variable in
1168                 prefs_account_protocol_set_optmenu().
1169
1170 2006-07-01 [ticho]      2.3.1cvs48
1171
1172         * src/prefs_account.c
1173         * src/prefs_account.h
1174                 Use GtkLabel for existing account protocol name.
1175                 Created an array for protocol names and populate the
1176                 combobox from it in a for() cycle.
1177
1178 2006-06-30 [colin]      2.3.1cvs47
1179
1180         * src/compose.c
1181                 Block undo when changing signature (by changing
1182                 account)
1183
1184 2006-06-30 [paul]       2.3.1cvs46
1185
1186         * src/send_message.c
1187                 when editing From in the Compose window, use that address
1188                 in the Return-Path: header
1189                 Thanks to Colin
1190
1191 2006-06-30 [colin]      2.3.1cvs45
1192
1193         * src/compose.c
1194                 Fix signature replacement:
1195                 - when no newline before separator
1196                 - when reediting
1197
1198 2006-06-29 [colin]      2.3.1cvs44
1199
1200         * src/folderview.c
1201         * src/folderview.h
1202         * src/mainwindow.c
1203         * src/summaryview.c
1204                 Let 'View/Go to/Next marked' work like
1205                 Next new & Next unread: across folders
1206                 Change the select_on_entry pref to do
1207                 what we want when changing folder
1208         * src/common/utils.c
1209                 Fix single-quoted links 
1210
1211 2006-06-29 [colin]      2.3.1cvs43
1212
1213         * src/gtk/gtkaspell.c
1214                 "Sylpheed" and "Sylpheed-Claws" do exist !
1215
1216 2006-06-29 [colin]      2.3.1cvs42
1217
1218         * src/imap.c
1219                 Forgot to remove debug
1220
1221 2006-06-29 [colin]      2.3.1cvs41
1222
1223         * src/imap.c
1224         * src/imap.h
1225         * src/mainwindow.c
1226                 Disconnect from IMAP servers when going
1227                 offline. Fixes bug #978 (going to offline-mode 
1228                 won't close connections)
1229
1230 2006-06-29 [colin]      2.3.1cvs40
1231
1232         * src/main.c
1233                 Fix transient setting on failing plugins
1234                 Patch by Fabien
1235         * src/plugins/pgpcore/sgpgme.c
1236                 Only warn for OpenPGP. Most people don't
1237                 have CMS available.
1238
1239 2006-06-29 [colin]      2.3.1cvs39
1240
1241         * src/compose.c
1242                 Fix Spelling menu (discrepancy between context menu
1243                 and top menu when folder's dictionary isn't the 
1244                 default one)
1245         * src/plugins/pgpcore/sgpgme.c
1246                 More error reporting about why gpgme can fail
1247
1248 2006-06-29 [wwp]        2.3.1cvs38
1249
1250         * src/mainwindow.c
1251                 honor the display-header-pane setting even when the message view
1252                 is a separate window.
1253
1254 2006-06-29 [wwp]        2.3.1cvs37
1255
1256         * src/prefs_actions.c
1257                 forgot to commit that one (use of GTK_STOCK_INFO).
1258
1259 2006-06-29 [colin]      2.3.1cvs36
1260
1261         * src/imap.c
1262                 Better handling of login errors (ask the password
1263                 again once), alert in case of error. Fix three
1264                 signedness warnings.
1265
1266 2006-06-28 [wwp]        2.3.1cvs35
1267
1268         * src/prefs_template.c
1269         * src/prefs_matcher.c
1270         * src/prefs_filtering_action.c
1271         * src/prefs_quote.c
1272                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1273                 patch by Fabien Vantard, slightly modified.
1274
1275 2006-06-28 [paul]
1276
1277         2.4.0-rc2 released
1278
1279 2006-06-28 [colin]      2.3.1cvs34
1280
1281         * src/prefs_account.c
1282                 Fix bug #977 (Can't add or edit imap accounts)
1283
1284 2006-06-28 [colin]      2.3.1cvs33
1285
1286         * src/mimeview.c
1287                 Fix previous
1288
1289 2006-06-28 [colin]      2.3.1cvs32
1290
1291         * src/mimeview.c
1292                 Save named inlined attachments with "Save all"
1293         * src/main.c
1294         * src/mbox.c
1295         * src/common/plugin.c
1296         * src/common/plugin.h
1297         * src/common/sylpheed.c
1298         * src/common/utils.c
1299         * src/plugins/pgpcore/sylpheed.def
1300         * src/plugins/pgpinline/sylpheed.def
1301         * src/plugins/pgpmime/sylpheed.def
1302                 Win32 compatibility patch, by
1303                 Werner Koch
1304
1305 2006-06-28 [wwp]        2.3.1cvs31
1306
1307         * src/imap.c
1308         * src/prefs_folder_item.c
1309                 less compilation warnings (thanks to Fabien Vantard), less typos.
1310
1311 2006-06-28 [paul]       2.3.1cvs30
1312
1313         * src/gtk/gtkutils.c
1314                 gtk_combo_box_set_focus_on_click() is only
1315                 available since gtk 2.6.0
1316
1317 2006-06-28 [paul]       2.3.1cvs29
1318
1319         * src/prefs_ext_prog.c
1320                 fix engrish and add a tooltip for the
1321                 'command for 'Display as text' option
1322
1323 2006-06-28 [paul]
1324
1325         2.4.0-rc1 released
1326
1327 2006-06-28 [paul]       2.3.1cvs28
1328
1329         * ChangeLog
1330         * tools/Makefile.am
1331                 include textviewer.pl in releases
1332
1333 2006-06-28 [paul]       2.3.1cvs27
1334
1335         * src/prefs_ext_prog.c
1336                 hide Print command option if libgnomeprint
1337                 support is present
1338
1339 2006-06-27 [colin]      2.3.1cvs26
1340
1341         * src/compose.c
1342                 Fix Esc handling in insert/attach dialog
1343                 Don't show this dialog if dragging something
1344                 else than text/uri-list
1345                 Thanks to Fabien Vantard
1346         * tools/textviewer.pl
1347                 Filter script to display stuff as text
1348                 by H. Merijn Brand
1349
1350 2006-06-27 [wwp]        2.3.1cvs25
1351
1352         * src/messageview.c
1353                 use the exact product name (message view title), patch
1354                 by Fabien Vantard.
1355
1356 2006-06-27 [ticho]      2.3.1cvs24
1357
1358         * src/prefs_account.c
1359         * src/prefs_common.c
1360         * src/prefs_common.h
1361         * src/prefs_ext_prog.c
1362         * src/textview.c
1363                 Add a preference (Preferences/External programs)
1364                 to allow "Display as text" to be done via a script
1365                 (patch by H.Merijn Brand).
1366                 Use GtkComboBox for protocol selection in account
1367                 preferences.
1368                 Only include current choice for existing accounts, and
1369                 insensitivize the combobox.
1370
1371 2006-06-27 [paul]       2.3.1cvs23
1372
1373         * src/mbox.c
1374                 fix crasher introduced in cvs21.
1375                 Thanks to Colin
1376
1377 2006-06-26 [colin]      2.3.1cvs22
1378
1379         * src/mbox.c
1380                 Fix double-frees when leaving folders
1381                 after exporting to mbox
1382
1383 2006-06-26 [colin]      2.3.1cvs21
1384
1385         * src/mbox.c
1386                 More feedback (and optimisation)
1387                 on import/export
1388         * src/common/utils.c
1389                 Fix case when looking for mail addresses
1390         * src/gtk/gtkutils.c
1391                 Extra check for (X-)Face
1392
1393 2006-06-25 [ticho]      2.3.1cvs20
1394
1395         * src/compose.c
1396         * src/exphtmldlg.c
1397         * src/gtk/gtkutils.c
1398         * src/gtk/gtkutils.h
1399                 Added second argument to gtkut_sc_combobox_create() to
1400                 control focus-on-click for the widget.
1401                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1402
1403 2006-06-25 [ticho]      2.3.1cvs19
1404
1405         * src/compose.c
1406         * src/gtk/Makefile.am
1407         * src/gtk/combobox.c
1408         * src/gtk/combobox.h
1409         * src/gtk/gtkutils.c
1410         * src/gtk/gtkutils.h
1411                 Use GtkComboBox instead of deprecated GtkOptionMenu
1412                 for account selector in compose window and for encoding
1413                 selector in attachment properties.
1414                 Also factorise working with the new GtkComboBox somewhat.
1415
1416 2006-06-24 [paul]       2.3.1cvs18
1417
1418         * src/prefs_common.c
1419                 use the correct default value
1420
1421 2006-06-24 [paul]       2.3.1cvs17
1422
1423         * src/compose.c
1424         * src/prefs_common.c
1425         * src/prefs_common.h
1426         * src/prefs_compose_writing.c
1427                 enable setting of default action when
1428                 dnd'ing files in the compose window.
1429                 (Collaborative effort with wwp)
1430
1431 2006-06-23 [wwp]        2.3.1cvs16
1432
1433         * src/compose.c
1434                 i18n fix (thanks to Fabien Vantard)
1435
1436 2006-06-22 [colin]      2.3.1cvs15
1437
1438         * src/prefs_customheader.c
1439                 Don't use filters in custom headers' file 
1440                 selector. Remember, extensions mean nothing :)
1441
1442 2006-06-22 [paul]       2.3.1cvs14
1443
1444         * configure.ac
1445                 allow setting of man directory location
1446
1447 2006-06-22 [colin]      2.3.1cvs13
1448
1449         * src/mainwindow.c
1450                 Add 'View/Go to/Next unread folder'.
1451                 I missed that :)
1452
1453 2006-06-22 [colin]      2.3.1cvs12
1454
1455         * src/common/utils.c
1456                 Add some subject prefixes
1457                 Patch by Bjorn T Johansen <btj@havleik.no>
1458
1459 2006-06-22 [colin]      2.3.1cvs11
1460
1461         * manual/advanced.xml
1462                 Forgotten hidden pref
1463
1464 2006-06-21 [paul]       2.3.1cvs10
1465
1466         * src/prefs_account.c
1467                 complete the removal of 'Add date header' option
1468
1469 2006-06-21 [paul]       2.3.1cvs9
1470
1471         * src/account.c
1472         * src/compose.c
1473         * src/prefs_account.c
1474         * src/prefs_account.h
1475                 remove option to add date header - always
1476                 add date header
1477         * src/etpan/imap-thread.c
1478                 fix warnings (Thanks to Colin)
1479
1480 2006-06-21 [wwp]        2.3.1cvs8
1481
1482         * src/folder.c
1483                 set the attachment flag when inline text part are (file)named. This is more convenient
1484                 when receiving (for instance) inline source files or patches sent using thunderbird.
1485
1486 2006-06-21 [paul]       2.3.1cvs7
1487
1488         * src/inc.c
1489                 fix off-by-one count of current msg in
1490                 statusbar filtering progressbar
1491
1492 2006-06-21 [paul]       2.3.1cvs6
1493
1494         * src/folder.c
1495                 Show attachment icon even if the part is 'inline'
1496                 if the following conditions are met:
1497                 - content-type != 'text/plain'
1498                 - content-type != '*/pgp-signature'
1499                 - either 'name' or 'filename' parameter is not NULL
1500                 
1501                 Thanks to Colin
1502
1503 2006-06-21 [paul]       2.3.1cvs5
1504
1505         * src/messageview.c
1506         * src/prefs_common.c
1507         * src/prefs_common.h
1508         * src/prefs_other.c
1509                 add an option to 'Never send Return
1510                 Receipts'
1511                 Thanks to Colin
1512
1513 2006-06-20 [mones]      2.3.1cvs4
1514
1515         * po/es.po
1516                 updated
1517         * src/compose.c
1518                 typo fixed (space after comma)
1519         * tools/make.themes.project
1520                 remove exec mode from tarball files
1521
1522 2006-06-20 [colin]      2.3.1cvs3
1523
1524         * src/news.c
1525         * src/procheader.c
1526         * src/unmime.c
1527                 Better fix for \n's in headers (don't 
1528                 break Received: and others)
1529
1530 2006-06-20 [paul]       2.3.1cvs2
1531
1532         * src/alertpanel.c
1533         * src/textview.c
1534                 improve legibility of phishing attempt
1535                 dialog
1536
1537 2006-06-20 [paul]       2.3.1cvs1
1538
1539         * NEWS
1540         * README
1541         * configure.ac
1542                 Update version number following
1543                 stable release
1544
1545 2006-06-20 [colin]      2.3.0cvs26
1546
1547         * src/compose.c
1548                 When dragging a file to the text of the compose
1549                 window, ask whether we want to insert or attach
1550                 (I know lots of people who do that to attach)
1551
1552 2006-06-20 [colin]      2.3.0cvs25
1553
1554         * src/etpan/imap-thread.c
1555                 Fix threshold (the append command is often > 32 bytes)
1556
1557 2006-06-19 [colin]      2.3.0cvs24
1558
1559         * src/imap.c
1560         * src/etpan/imap-thread.c
1561                 Workaround Rockliffe IMAP server bug: replace
1562                 "x UID SEARCH (ANSWERED UID 1:*)" with
1563                 "x UID SEARCH ANSWERED"
1564                 (Rockliffe doesn't handle the parenthesis)
1565
1566 2006-06-19 [colin]      2.3.0cvs23
1567
1568         * src/compose.c
1569         * src/imap.c
1570         * src/etpan/imap-thread.c
1571                 Probably fix bug #972 (Freezes when adding 
1572                 an attachment to the message)
1573         * src/common/defs.h
1574                 Modernize Firefox cmd
1575
1576
1577 2006-06-18 [colin]      2.3.0cvs22
1578
1579         * src/prefs_customheader.c
1580                 Only allow correct filenames for various
1581                 custom headers
1582
1583 2006-06-18 [colin]      2.3.0cvs21
1584
1585         * src/prefs_customheader.c
1586                 Add a 'From File...' button in custom headers prefs, which
1587                 try to do the right thing: 
1588                 for normal headers, use file as plaintext,
1589                 for X-Face, calls compface,
1590                 for Face, encode to b64.
1591
1592 2006-06-17 [colin]      2.3.0cvs20
1593
1594         * src/mh.c
1595                 Warning fix
1596
1597 2006-06-16 [colin]      2.3.0cvs19
1598
1599         * src/summaryview.c
1600                 Recursive quicksearch: show message list
1601                 in current folder, *then* search children
1602                 in the background.
1603
1604 2006-06-16 [colin]      2.3.0cvs18
1605
1606         * src/main.c
1607                 Instead of ignoring SIGPIPE, save caches
1608                 when getting one. Will fix the fact that
1609                 hot caches are out-of-date when logging 
1610                 out of Xorg.
1611         * src/compose.c
1612         * src/prefs_compose_writing.c
1613                 Only save text (not attachments) when 
1614                 auto-saving to drafts
1615         * src/unmime.c
1616                 Always replace \n, \r and \t with spaces
1617                 in headers
1618         * manual/dist/html/Makefile.am
1619         * manual/dist/pdf/Makefile.am
1620         * manual/dist/ps/Makefile.am
1621         * manual/dist/txt/Makefile.am
1622         * manual/fr/dist/html/Makefile.am
1623         * manual/fr/dist/pdf/Makefile.am
1624         * manual/fr/dist/ps/Makefile.am
1625         * manual/fr/dist/txt/Makefile.am
1626         * manual/pl/dist/html/Makefile.am
1627         * manual/pl/dist/pdf/Makefile.am
1628         * manual/pl/dist/ps/Makefile.am
1629         * manual/pl/dist/txt/Makefile.am
1630                 Fix make clean removing pregenerated manuals
1631
1632
1633 2006-06-16 [colin]      2.3.0cvs17
1634
1635         * src/plugins/pgpcore/sgpgme.c
1636         * src/plugins/pgpmime/pgpmime.c
1637         * src/plugins/pgpinline/pgpinline.c
1638                 Better error reporting in setup_signers.
1639                 Don't fallback to default key if specified
1640                 key isn't found.
1641                 Don't allow signing if more than one secret
1642                 key matches the one specified in prefs.
1643
1644 2006-06-15 [colin]      2.3.0cvs16
1645
1646         * src/folderview.c
1647                 Add "Send queue" in the folder's contextual
1648                 menu
1649         * src/compose.c
1650         * src/messageview.c
1651         * src/privacy.c
1652         * src/privacy.h
1653         * src/procmime.c
1654         * src/procmsg.c
1655         * src/plugins/pgpcore/passphrase.c
1656         * src/plugins/pgpcore/sgpgme.c
1657         * src/plugins/pgpinline/pgpinline.c
1658         * src/plugins/pgpmime/pgpmime.c
1659                 Better error reporting
1660         * src/mbox.c
1661                 Probably fix bug #971 (2.2.3 cannot read mail 
1662                 from local mbox)
1663
1664
1665 2006-06-15 [mones]      2.3.0cvs15
1666
1667         * tools/make.themes.project
1668                 creates the themes project from the web page
1669
1670 2006-06-15 [colin]      2.3.0cvs14
1671
1672         * src/folder.c
1673                 Better fix (avoid losing the folder if scan_tree 
1674                 fails)
1675
1676 2006-06-15 [cleroy]     2.3.0cvs13
1677
1678         * src/folder.c
1679                 Probably fix Bug #969 (crash on rebuilding 
1680                 imap folder)
1681
1682 2006-06-14 [colin]      2.3.0cvs12
1683
1684         * manual/dtd/manual.xsl
1685         * manual/sylpheed-claws-manual.xml
1686         * manual/fr/sylpheed-claws-manual.xml
1687         * manual/pl/sylpheed-claws-manual.xml
1688                 Insert pagebreaks between sections
1689
1690 2006-06-14 [paul]       2.3.0cvs11
1691
1692         * configure.ac
1693                 better fix than 2.3.0cvs10
1694
1695 2006-06-14 [paul]       2.3.0cvs10
1696
1697         * configure.ac
1698                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1699                 (backwards compatible)
1700
1701 2006-06-13 [colin]      2.3.0cvs9
1702
1703         * src/messageview.c
1704                 Fix sending of return receipt with the new queue folders
1705
1706 2006-06-13 [wwp]        2.3.0cvs8
1707
1708         * src/quote_fmt_lex.l
1709                 fix wrong tokens returned in quote_fmt lexer, query not().
1710
1711 2006-06-13 [wwp]        2.3.0cvs7
1712
1713         * src/folder.c
1714         * src/prefs_folder_item.c
1715                 allow changing folder type even when folder is not a top-level one,
1716                 thanks to Colin.
1717
1718 2006-06-12 [colin]      2.3.0cvs6
1719
1720         * src/folderview.c
1721                 Fix double-ask of "Do you want to mark all
1722                 as read"
1723
1724 2006-06-12 [colin]      2.3.0cvs5
1725
1726         * src/compose.c
1727         * src/compose.h
1728         * src/folder.c
1729         * src/folder.h
1730         * src/imap.c
1731         * src/inc.c
1732         * src/main.c
1733         * src/messageview.c
1734         * src/mh.c
1735         * src/prefs_folder_item.c
1736         * src/procheader.c
1737         * src/procmime.c
1738         * src/procmsg.c
1739         * src/procmsg.h
1740         * src/send_message.c
1741         * src/summaryview.c
1742         * src/toolbar.c
1743                 Apply bug #964's patch (Queue and drafts aren't normal)
1744                 The Drafts and Queue folder now contain RFC-822 files,
1745                 allowing to move and copy mails from and to these 
1746                 folders. Moving from Drafts to Queue will prepare the
1747                 mail for sending (PGP signature, encryption, etc).
1748                 This patch also rework sending errors handling to try
1749                 to be more helpful.
1750                 Also, allow redefining folder types via the GUI 
1751                 (Folder type in its Properties)
1752
1753 2006-06-12 [colin]      2.3.0cvs4
1754
1755         * src/summaryview.c
1756         * src/prefs_common.c
1757         * src/prefs_common.h
1758         * src/gedit-print.c
1759                 Allow to define a specific print font - patch
1760                 by Bernhard Walle <bernhard.walle@gmx.de>
1761         * src/prefs_fonts.c
1762         * manual/advanced.xml
1763         * manual/fr/advanced.xml
1764                 Add a hidden pref to allow deletion without
1765                 confirmation
1766
1767 2006-06-12 [wwp]        2.3.0cvs3
1768
1769         * .cvsignore
1770                 more files to ignore.
1771
1772 2006-06-12 [wwp]        2.3.0cvs2
1773
1774         * src/quote_fmt.c
1775         * src/quote_fmt_lex.l
1776         * src/quote_fmt_parse.y
1777                 extend the quote_fmt parser (templates and quotes):
1778                 - allow limited sub-expressions in |p{} and |f{} expressions,
1779                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1780                 - implemented/fixed missing implementation of query_references and show_references,
1781                 - completed, fixed contents and format of the symbols help dialog,
1782                 - fix some compilation warnings.
1783
1784 2006-06-12 [wwp]        2.3.0cvs1
1785
1786         * manual/advanced.xml
1787         * manual/fr/advanced.xml
1788                 updates in the "templates" section of the manual (eng/fr):
1789                  - be more precise (both versions)
1790                  - completed to match the english reference (fr version)
1791                  - touchups (both versions)
1792
1793 2006-06-12 [paul]       2.3.0
1794
1795         2.3.0 released
1796
1797 2006-06-12 [paul]       2.2.3cvs14
1798
1799         * po/ca.po
1800         * po/cs.po
1801         * po/de.po
1802         * po/el.po
1803         * po/fr.po
1804         * po/it.po
1805         * po/pt_BR.po
1806         * po/sr.po
1807         * po/zh_CN.po
1808                 updated by Miquel Oliete, Tim, Stephan Sachse,
1809                 Stavros Giannouris, Fabien Vantard, Andrea
1810                 Spadaccini, Frederico Goncalves Guimaraes,
1811                 Aleksandar Urosevic, and Ralgh Young
1812
1813 2006-06-12 [colin]      2.2.3cvs13
1814
1815         * src/mbox.c
1816                 Add missing header
1817
1818 2006-06-11 [colin]      2.2.3cvs12
1819
1820         * src/msgcache.c
1821                 Verify that g_malloc() succeeded
1822
1823 2006-06-11 [colin]      2.2.3cvs11
1824
1825         * src/wizard.c
1826                 Add Face header to welcome mail
1827
1828 2006-06-10 [colin]      2.2.3cvs10
1829
1830         * src/textview.c
1831                 Revert previous (Forgot it changes the
1832                 margin on the whole mail)
1833
1834 2006-06-10 [colin]      2.2.3cvs9
1835
1836         * src/textview.c
1837                 Don't overlap long headers under (X-)Face
1838
1839 2006-06-10 [mones]      2.2.3cvs8
1840
1841         * manual/xml2pdf
1842                 allow generation of manual on systems lacking saxon binary
1843                 but with java and the saxon library installed
1844
1845         * po/es.po
1846                 updated for release
1847
1848 2006-06-09 [colin]      2.2.3cvs7
1849
1850         * src/summaryview.c
1851                 Fix leak when using Display Sender using Addressbook
1852
1853 2006-06-09 [colin]      2.2.3cvs6
1854
1855         * src/compose.c
1856         * src/folder.c
1857         * src/folderview.c
1858         * src/mimeview.c
1859         * src/summaryview.c
1860                 More leaks fixes
1861
1862 2006-06-09 [paul]       2.2.3cvs5
1863
1864         * AUTHORS
1865         * src/gtk/authors.h
1866         * tools/claws.i18n.status.pl
1867                 updated with new info
1868
1869 2006-06-09 [paul]       2.2.3cvs4
1870
1871         * README
1872                 updated
1873         * manual/ack.xml
1874                 add wwp to authors list
1875         * src/gtk/authors.h
1876                 update mine and Colin's addresses
1877
1878 2006-06-08 [colin]      2.2.3cvs3
1879
1880         * src/etpan/imap-thread.c
1881                 Fix leak on SSL cert check
1882
1883 2006-06-08 [colin]      2.2.3cvs2
1884
1885         * src/common/utils.c
1886                 Fix leak
1887
1888 2006-06-08 [paul]       2.2.3cvs1
1889
1890         * configure.ac
1891                 Update version number following
1892                 stable release
1893
1894 2006-06-07 [colin]      2.2.2cvs3
1895
1896         * src/msgcache.c
1897                 Fix catching cache read errors (guint instead of gint)
1898                 Prevent malloc'ing more than 8MB (means cache corruption)
1899
1900 2006-06-07 [paul]       2.2.2cvs2
1901
1902         * src/exporthtml.c
1903         * src/exportldif.c
1904         * src/mh.c
1905         * src/mutt.c
1906         * src/pine.c
1907         * src/common/utils.c
1908                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1909                 obey $HOME'
1910                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1911                 Thanks to Colin
1912
1913 2006-06-06 [paul]       2.2.2cvs1
1914
1915         * configure.ac
1916                 Update version number following
1917                 stable release
1918
1919 2006-06-06 [paul]       2.2.1cvs6
1920
1921         * src/matcher.c
1922                 fix  implicit declaration of
1923                 sylpheed_do_idle()
1924                 Patch by Fabien Vantard
1925
1926 2006-06-06 [paul]       2.2.1cvs5
1927
1928         * src/matcher.c
1929                 fix age_greater and age_lower so that they
1930                 mean what say and not '...or equal to'
1931                 Thanks to Colin
1932
1933 2006-06-06 [paul]       2.2.1cvs4
1934
1935         * src/textview.c
1936         * src/common/utils.c
1937                 fix URI check
1938                 Thanks to Colin
1939
1940 2006-06-05 [wwp]        2.2.1cvs3
1941
1942         * manual/fr/account.xml
1943                 minor language fixes (thanks to Fabien Vantard).
1944
1945 2006-06-05 [colin]      2.2.1cvs2
1946
1947         * src/prefs_folder_item.c
1948         * src/folderview.c
1949                 Allow recursive setting of properties 
1950                 for whole mailboxes
1951         * src/matcher.c
1952                 Don't freeze on 'test' filtering rule
1953
1954 2006-06-05 [colin]      2.2.1cvs1
1955
1956         * configure.ac
1957                 Update version number following
1958                 stable release
1959
1960 2006-06-04 [wwp]        2.2.0cvs82
1961
1962         * manual/glossary.xml
1963         * manual/account.xml
1964         * manual/fr/glossary.xml
1965         * manual/fr/account.xml
1966                 added glossary section and references/links related to the Face custom header.
1967
1968 2006-06-04 [colin]      2.2.0cvs81
1969
1970         * src/summaryview.c
1971                 Skip to next message on move with no
1972                 immediate execution
1973
1974 2006-06-04 [wwp]        2.2.0cvs80
1975
1976         * manual/xml2pdf
1977                 added sanity checks, exit when needed.
1978
1979 2006-06-03 [paul]       2.2.0cvs79
1980
1981         * src/prefs_receive.c
1982                 page name is now 'Receiving'
1983         * src/prefs_send.c
1984                 page name is now 'Sending'
1985
1986 2006-06-03 [colin]      2.2.0cvs78
1987
1988         * src/plugins/spamassassin/spamassassin_gtk.c
1989                 Autoswitch to Localhost if transport was previously
1990                 disabled. Else people had to check [] Enable, then
1991                 *reselect* transport.
1992
1993 2006-06-03 [colin]      2.2.0cvs77
1994
1995         * src/plugins/pgpinline/pgpinline.c
1996         * src/plugins/pgpmime/pgpmime.c
1997                 Check that gpg_data_release_and_get_mem 
1998                 didn't fail (now, why this happens...)
1999
2000 2006-06-03 [colin]      2.2.0cvs76
2001
2002         * src/mbox.c
2003                 Fix bug #962 (Manual and/or UI should 
2004                 warn about incompatible locking 
2005                 causing dataloss)
2006
2007 2006-06-02 [cleroy]     2.2.0cvs75
2008
2009         * src/filtering.c
2010         * src/folder.c
2011         * src/procmsg.c
2012         * src/summaryview.c
2013                 Fix a few leaks
2014
2015 2006-06-02 [colin]      2.2.0cvs74
2016
2017         * src/main.c
2018                 On exit, free caches after writing them
2019                 Shuts up some valgrind false positives
2020         * src/procmsg.c
2021         * src/send_message.c
2022                 Fix races when reusing existing SMTP connections
2023                 Fix inexistant session timeout
2024         * src/toolbar.c
2025                 Display alertpanel after all queues have
2026                 been processed, not after each
2027
2028 2006-06-02 [wwp]        2.2.0cvs73
2029
2030         * manual/fr/glossary.xml
2031         * manual/fr/ack.xml
2032         * manual/ack.xml
2033                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2034
2035 2006-06-02 [wwp]        2.2.0cvs72
2036
2037         * manual/xml2pdf
2038         * manual/dist/pdf/Makefile.am
2039         * manual/dtd/manual.xsl
2040         * manual/fr/dist/pdf/Makefile.am
2041         * manual/pl/dist/pdf/Makefile.am
2042                 we changed the procedure to generate the .pdf version of the manual.
2043                 The procedure is more modern and the .pdf we get now has a valid index.
2044                 Here are the new pre-requisites:
2045
2046                 - JRE 1.x (1.4 here): there must be one from your distro
2047                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2048                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2049                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2050
2051                 See my posts for further info about the installation of this toolchain:
2052
2053                 Date: Fri, 19 May 2006 19:40:06 +0200
2054                 From: wwp <subscript@free.fr>
2055                 To: sylpheed-claws-devel@lists.sourceforge.net
2056                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2057
2058                 and
2059
2060                 Date: Wed, 24 May 2006 12:58:49 +0200
2061                 From: wwp <subscript@free.fr>
2062                 To: sylpheed-claws-devel@lists.sourceforge.net
2063                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2064
2065 2006-06-01 [colin]      2.2.0cvs71
2066
2067         * src/compose.c
2068                 Better guards against IMAP races
2069         * src/main.c
2070         * src/prefs_common.c
2071         * src/prefs_common.h
2072         * src/common/ssl_certificate.c
2073         * src/etpan/imap-thread.c
2074         * src/etpan/imap-thread.h
2075         * src/gtk/sslcertwindow.c
2076                 New hidden option ssl_skip_cert_check to 
2077                 avoid dups of bug #959 (libetpan linked
2078                 against gnutls and gnutls buggy on 64bit)
2079                 Present expired warning only once per
2080                 session/server.
2081         * manual/advanced.xml
2082         * manual/fr/advanced.xml
2083                 Document new option
2084
2085 2006-06-01 [wwp]        2.2.0cvs70
2086
2087         * src/messageview.c
2088                 fix for bug #961 (return receipt dialog 
2089                 complains incorrectly about return-path 
2090                 email adress being different), thanks 
2091                 to Colin.
2092
2093 2006-05-31 [cleroy]     2.2.0cvs69
2094
2095         * src/common/ssl.c
2096                 Guard against NULLs, although this
2097                 should never be an issue
2098
2099 2006-05-31 [colin]      2.2.0cvs68
2100
2101         * src/filtering.c
2102                 Use g_slist_prepend
2103         * src/imap.c
2104                 Don't remove caches when destroying folder, it
2105                 could (should) be done at exit
2106         * src/inc.c
2107                 free processing cache after incorporation
2108         * src/etpan/imap-thread.c
2109                 Maybe fix bug #959 (Crash on moving to emails 
2110                 to a imap account per ssl with a expired 
2111                 certificate.)
2112
2113 2006-05-30 [colin]      2.2.0cvs67
2114
2115         * src/summaryview.c
2116                 Put back event flush when displaying message
2117                 It avoids reading a bunch of messages just
2118                 by hitting shift-n for too long ;)
2119
2120 2006-05-29 [colin]      2.2.0cvs66
2121
2122         * src/summaryview.c
2123                 Remove useless g_warnings
2124
2125 2006-05-29 [colin]      2.2.0cvs65
2126
2127         * src/imap.c
2128                 Fix g_slist_append()s for performance
2129
2130 2006-05-29 [colin]      2.2.0cvs64
2131
2132         * src/compose.c
2133         * src/common/utils.c
2134                 Fix extraneous tab at start of addresses
2135         * src/mainwindow.c
2136                 Fix warnings (thanks to Fabien)
2137                 Fix crash at exit when composing messages 
2138                 exist
2139         * src/pop.c
2140                 Fix progress bar when deleting expired mails
2141                 Thanks to Hiro
2142         * src/summaryview.c
2143         * src/gtk/gtksctree.c
2144                 Fix re-sorting slowness
2145
2146 2006-05-29 [paul]       2.2.0cvs63
2147
2148         * src/mh.c
2149                 fetch full message when moving mails
2150                 from another mailbox, (fixed data loss
2151                 when filtering from IMAP to MH, introduced
2152                 in 2.2.0cvs57).
2153                 Thanks to Colin
2154
2155 2006-05-29 [mones]      2.2.0cvs62
2156
2157         * src/gtk/gtksctree.c
2158                 Unselect faster (patch by Colin)        
2159
2160 2006-05-26 [colin]      2.2.0cvs61
2161
2162         * src/summaryview.c
2163                 Unplug MSGINFO_UPDATE callback on delete too.
2164
2165 2006-05-26 [colin]      2.2.0cvs60
2166
2167         * src/foldersel.c
2168                 Fix bold in folder selection window with glib2.10
2169                 thanks Hiro
2170
2171 2006-05-26 [colin]      2.2.0cvs59
2172
2173         * src/procheader.c
2174                 Convert date only if necessary (and don't
2175                 try to convert from utf8 to utf8, too)
2176         * src/summaryview.c
2177                 Only set column's text if the column's 
2178                 displayed
2179
2180 2006-05-26 [colin]      2.2.0cvs58
2181
2182         * src/summaryview.c
2183         * src/gtk/gtkutils.c
2184                 Fix useless warning
2185
2186 2006-05-26 [colin]      2.2.0cvs57
2187
2188         * src/mainwindow.c
2189                 Make summaryview selectable as long as 
2190                 no message has focus
2191         * src/mh.c
2192                 Faster deletion (by implementing mh_remove_msgs)
2193                 Faster copy (avoid using mh_fetch_msg just to get
2194                 the filename)
2195                 Faster move (using move_file instead of copy_file
2196                 if MSG_IS_MOVE)
2197                 No progressbar if total number of mails to cp/mv 
2198                 is less than 100
2199         * src/summaryview.c
2200                 Fix removal from subject_table when mail gets moved
2201                 Faster deletion (g_slist_prepend instead of append)
2202         * src/gtk/gtksctree.c
2203                 Remove useless code
2204
2205 2006-05-25 [colin]      2.2.0cvs56
2206
2207         * src/common/ssl_certificate.c
2208                 Fix leak in expired cert check
2209
2210 2006-05-25 [colin]      2.2.0cvs55
2211
2212         * src/mh.c
2213                 Disable flags syncing on .mh_sequences - it
2214                 is buggy and marks mails read under unknown
2215                 conditions.
2216
2217 2006-05-25 [paul]
2218
2219         * 2.3.0-rc4 released
2220
2221 2006-05-24 [colin]      2.2.0cvs54
2222
2223         attention cvs users: if you manage to crash
2224         Sylpheed-Claws while moving, copying or deleting
2225         mails, we *are* interested in stack traces and
2226         valgrind logs. It looks stable, but one never
2227         knows...
2228
2229         * src/folder.c
2230                 Add progressbar for cache updates
2231         * src/folderutils.c
2232                 Optimize Mark all read in the current
2233                 folder
2234         * src/mh.c
2235                 Add progressbar for copy/move
2236         * src/procmsg.c
2237                 Optimize O(n^2) in copy/move
2238         * src/summaryview.c
2239         * src/gtk/gtksctree.c
2240                 Optimize O(n^2) algos
2241         * src/common/timing.h
2242                 Display ms instead of us
2243
2244 2006-05-24 [wwp]        2.2.0cvs53
2245
2246         * manual/fr/advanced.xml
2247                 updates to the French manual.
2248
2249 2006-05-24 [wwp]        2.2.0cvs52
2250
2251         * src/common/utils.c
2252                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2253
2254 2006-05-24 [wwp]        2.2.0cvs51
2255
2256         * src/folderutils.c
2257                 fixed "mark all read" in MH folders (thanks to Colin).
2258
2259 2006-05-24 [paul]       2.2.0cvs50
2260
2261         * doc/man/sylpheed-claws.1
2262                 updated the man page
2263
2264 2006-05-23 [colin]      2.2.0cvs49
2265
2266         * src/folderview.c
2267         * src/imap.c
2268         * src/inc.c
2269         * src/mbox.c
2270         * src/messageview.c
2271         * src/news.c
2272         * src/send_message.c
2273         * src/summaryview.c
2274         * src/gtk/sslcertwindow.c
2275                 alertpanel fixes, by Fabien
2276
2277 2006-05-23 [colin]      2.2.0cvs48
2278
2279         * src/folder.c
2280         * src/folderview.c
2281         * src/msgcache.c
2282         * src/summaryview.c
2283         * src/gtk/gtksctree.c
2284         * src/gtk/gtksctree.h
2285                 More timings
2286                 Fix slow loading problem, which was caused by the
2287                 use of some gtk_ctree funcs and their use of
2288                 g_list_position while gtk_ctree_(un)link'ing.
2289                 Reap more functions from gtkctree.c to be sure we
2290                 use our (fast) version instead of theirs.
2291         * src/mh.c
2292                 Fix copy of unread mails
2293
2294
2295 2006-05-22 [wwp]        2.2.0cvs47
2296
2297         * manual/fr/advanced.xml
2298                 updated.
2299
2300 2006-05-22 [colin]      2.2.0cvs46
2301
2302         * src/filtering.c
2303                 Fix possible infinite loop. 'copy' is not a 
2304                 final action, so when encountering a 'copy',
2305                 we have to check if a previous one was set
2306                 and do it. In the same way, if we encounter
2307                 a 'move' we have to perform a possibly 
2308                 pending 'copy'. This will slow down filtering
2309                 on IMAP if move+copy or multiple copy actions
2310                 are to be done, but handling it via the batch
2311                 would be really too convoluted.
2312
2313 2006-05-22 [wwp]        2.2.0cvs45
2314
2315         * manual/fr/advanced.xml
2316         * manual/fr/faq.xml
2317         * manual/fr/glossary.xml
2318         * manual/fr/handling.xml
2319         * manual/fr/intro.xml
2320         * manual/fr/plugins.xml
2321         * manual/fr/sylpheed-claws-manual.xml
2322                 sync w/ the english manual: updates URIs, documented mailing-list
2323                 support, better explanation about the enabled/disabled feature
2324                 in filtering/processing rules by Paul.
2325
2326 2006-05-21 [colin]      2.2.0cvs44
2327
2328         * src/summaryview.c
2329                 Don't expand after building threads, but during
2330
2331 2006-05-21 [colin]      2.2.0cvs43
2332
2333         * src/procmsg.c
2334         * src/summaryview.c
2335                 More timing possibilities... For next time I have 
2336                 to find out how the hell some 3GHz computer takes
2337                 one minute to open a 30k folder...
2338
2339 2006-05-21 [colin]      2.2.0cvs42
2340
2341         * manual/pl/advanced.xml
2342         * manual/pl/faq.xml
2343         * manual/pl/glossary.xml
2344         * manual/pl/handling.xml
2345         * manual/pl/intro.xml
2346         * manual/pl/plugins.xml
2347         * manual/pl/sylpheed-claws-manual.xml
2348                 Polish manual updated by Pawel
2349
2350 2006-05-20 [colin]
2351
2352         * 2.3.0-rc3 released
2353
2354 2006-05-20 [colin]      2.2.0cvs41
2355
2356         * src/imap.c
2357                 Fix -rc2 problems:
2358                 - remove cache of moved messages from original folder
2359                 - apply new flags to messages even if they aren't appliable
2360                   via IMAP.
2361
2362 2006-05-20 [colin]
2363
2364         * 2.3.0-rc2 released
2365
2366 2006-05-19 [colin]      2.2.0cvs40
2367
2368         * src/imap.c
2369                 Don't issue SELECT in imap_change_flags
2370                 before having checked that we indeed have
2371                 some flags to change. MSG_POSTFILTERED for
2372                 example can't be used on IMAP.
2373                 Fixes bug #955 (copying messages between 
2374                 imap folders is extremely slow), which was
2375                 a regression.
2376
2377 2006-05-19 [colin]      2.2.0cvs39
2378
2379         * src/folder.c
2380         * src/folder.h
2381         * src/folderview.c
2382                 Try to fix bug #830 (Some unread messages 
2383                 get marked read in IMAP inbox):
2384                 - Prevent scanning a folder if it's being 
2385                   opened via the GUI
2386                 - Postpone opening via the GUI of a folder
2387                   currently scanned.
2388
2389
2390 2006-05-19 [wwp]        2.2.0cvs38
2391
2392         * manual/advanced.xml
2393                 fix English+typo (thanks to Paul).
2394
2395 2006-05-19 [wwp]        2.2.0cvs37
2396
2397         * manual/advanced.xml
2398         * manual/fr/advanced.xml
2399         * src/gtk/logwindow.c
2400         * src/prefs_common.c
2401         * src/prefs_common.h
2402                 added hidden prefs to allow customization of colors used in
2403                 protocol log window (useful for dark gtk+ themes).
2404
2405 2006-05-19 [wwp]        2.2.0cvs36
2406
2407         * ChangeLog
2408                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2409
2410 2006-05-19 [paul]       2.2.0cvs35
2411
2412         * src/textview.c
2413                 make Reply-To fully clickable
2414         * src/gtk/logwindow.c
2415                 more colouring (SMTP ESMTP)
2416         Both patches by Pawel Pekala
2417
2418 2006-05-19 [cleroy]     2.2.0cvs34
2419
2420         * src/mh.c
2421                 Don't update flags from current folder
2422                 Probably fixes bug #935 (Read Messages 
2423                 Revert to Being Marked as Unread)
2424
2425 2006-05-18 [colin]      2.2.0cvs33
2426
2427         * src/imap.c
2428                 Warning fix
2429         * src/compose.c
2430         * src/mainwindow.c
2431         * src/summaryview.c
2432         * src/toolbar.c
2433                 Allow replying to multiple emails
2434                 in multiple windows
2435         * src/mimeview.c
2436         * src/etpan/imap-thread.c
2437                 Leak fixes
2438
2439 2006-05-18 [paul]       2.2.0cvs32
2440
2441         * src/summaryview.c
2442                 keep Mailing-List menu refreshed
2443                 Thanks to Colin
2444
2445 2006-05-18 [paul]       2.2.0cvs31
2446
2447         * manual/advanced.xml
2448         * manual/faq.xml
2449         * manual/glossary.xml
2450         * manual/handling.xml
2451         * manual/intro.xml
2452         * manual/plugins.xml
2453         * manual/sylpheed-claws-manual.xml
2454                 update URLs
2455                 add info about mailing-list support
2456                 edit filtering info
2457         * src/wizard.c
2458         * src/common/defs.h
2459         * src/gtk/about.c
2460         * src/plugins/dillo_viewer/README
2461                 update URLs
2462
2463 2006-05-17 [wwp]        2.2.0cvs30
2464
2465         * manual/handling.xml
2466         * manual/fr/handling.xml
2467                 documented the ability to enabled/disable filtering/processing rules.
2468
2469 2006-05-17 [colin]      2.2.0cvs29
2470
2471         * src/main.c
2472                 Don't initialize g_thread subsystem if it's 
2473                 already done (thanks to Hiro)
2474         * src/mimeview.c
2475                 Fix saving of parts when there name can't be
2476                 converted from UTF-8.
2477
2478 2006-05-17 [paul]       2.2.0cvs28
2479
2480         * po/Makefile.in.in
2481                 fix config.status warning with autoconf 2.60
2482
2483 2006-05-17 [paul]       2.2.0cvs27
2484
2485         * po/POTFILES.in
2486                 add src/mbox.c
2487
2488 2006-05-17 [wwp]        2.2.0cvs26
2489
2490         * src/mainwindow.c
2491                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2492
2493 2006-05-17 [wwp]        2.2.0cvs25
2494
2495         * src/plugins/demo/demo.c
2496                 updated product name in plugin demo (many plugins need to be
2497                 sync'ed w/ that change).
2498
2499 2006-05-17 [colin]      2.2.0cvs24
2500
2501         * src/mh.c
2502                 Fix leak
2503
2504 2006-05-16 [colin]      2.2.0cvs23
2505
2506         * src/mainwindow.c
2507                 Stupid me hit again. Fix cvs22.
2508
2509 2006-05-16 [colin]      2.2.0cvs22
2510
2511         * src/mainwindow.c
2512                 Fix bug #922 (sylpheed-claws crashed after 
2513                 pushing on Inbox folder)
2514
2515 2006-05-16 [colin]      2.2.0cvs21
2516
2517         * src/compose.c
2518                 Make From header be copy/paste/select-able
2519
2520 2006-05-16 [wwp]        2.2.0cvs20
2521
2522         * src/export.c
2523         * src/matcher.c
2524         * src/summaryview.c
2525         * src/etpan/imap-thread.c
2526                 fix some compiler warnings (thanks to Colin).
2527
2528 2006-05-16 [wwp]        2.2.0cvs19
2529
2530         * src/action.c
2531         * src/gedit-print.c
2532         * src/inc.c
2533         * src/mainwindow.c
2534         * src/mh.c
2535         * src/statusbar.c
2536         * src/send_message.c
2537         * src/summaryview.c
2538                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2539
2540 2006-05-15 [colin]      2.2.0cvs18
2541
2542         * src/procmsg.c
2543                 Fix automatic rule creation with List-Post
2544
2545 2006-05-15 [paul]       2.2.0cvs17
2546
2547         * tools/filter_conv_new.pl
2548                 updated for rule enabling/disabling
2549                 claws version >= 2.3.x required
2550
2551 2006-05-15 [cleroy]     2.2.0cvs16
2552
2553         * src/main.c
2554                 Revert test
2555
2556 2006-05-15 [cleroy]     2.2.0cvs15
2557
2558         * src/main.c
2559                 test
2560
2561 2006-05-15 [wwp]        2.2.0cvs14
2562
2563         * manual/pl/.cvsignore
2564                 ignore generated files.
2565
2566 2006-05-14 [wwp]        2.3.0-rc1
2567
2568         * 2.3.0-rc1 released
2569
2570 2006-05-13 [wwp]        2.2.0cvs13
2571
2572         * src/filtering.c
2573         * src/filtering.h
2574         * src/matcher.c
2575         * src/matcher_parser_lex.l
2576         * src/matcher_parser_parse.y
2577         * src/prefs_filtering.c
2578                 new feature: provide the ability to disable filtering and processing
2579                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2580                 adaptations.
2581
2582 2006-05-13 [colin]      2.2.0cvs12
2583
2584         * src/compose.c
2585                 Remove useless if (a) b; else b;
2586                 Thanks to wwp
2587
2588 2006-05-13 [wwp]        2.2.0cvs11
2589
2590         * src/export.c
2591         * src/import.c
2592         * src/mainwindow.c
2593         * src/mbox.c
2594         * src/summaryview.c
2595         * src/summaryview.h
2596                 no more silent failures (or at least less ones) when importing
2597                 or exporting from/to mbox. Also start importing/exporting if
2598                 the necessary info is set.
2599
2600 2006-05-13 [wwp]        2.2.0cvs10
2601
2602         * RELEASE_NOTES
2603                 restored up-to-date release notes.
2604
2605 2006-05-13 [paul]       2.2.0cvs9
2606
2607         * po/nl.po
2608         * po/ru.po
2609                 updated by Tim Dijkstra and Pavlo Bohmat
2610
2611 2006-05-12 [colin]      2.2.0cvs8
2612
2613         * src/gtk/quicksearch.c
2614                 Add "k" as shortcut for "colorlabel". Patch
2615                 by ath42@users.sf.net.
2616
2617 2006-05-12 [paul]       2.2.0cvs7
2618
2619         * src/prefs_common.h
2620         * src/prefs_summaries.c
2621         * src/summaryview.c
2622                 when entering a folder also allow
2623                 going directly to first Marked message
2624
2625 2006-05-12 [paul]       2.2.0cvs6
2626
2627         * src/summaryview.c
2628                 always obey 'confirm before marking all
2629                 mails read' option
2630
2631 2006-05-12 [paul]       2.2.0cvs5
2632
2633         * src/textview.c
2634                 make Sender fully clickable
2635
2636 2006-05-12 [colin]      2.2.0cvs4
2637
2638         * src/compose.c
2639         * src/compose.h
2640                 Let From be editable
2641         * src/main.c
2642         * src/mh.c
2643                 Full support of .mh_sequences' Unseen seq
2644
2645 2006-05-12 [colin]      2.2.0cvs3
2646
2647         * src/folder.c
2648         * src/mainwindow.c
2649         * src/mainwindow.h
2650         * src/messageview.c
2651         * src/prefs_spelling.c
2652         * src/procheader.c
2653         * src/procmsg.c
2654         * src/procmsg.h
2655         * src/summaryview.c
2656         * src/toolbar.c
2657         * src/toolbar.h
2658                 Add contextual menu on Compose toolbar
2659                 button. Fixes bug #944 (Automatic
2660                 addresses not applied when changing account
2661                 from compose window)
2662                 add Mailing List support
2663                 based on the old 0.6.5claws25 patch by
2664                 Melvin Hadasht, with finishing touches
2665                 by Colin
2666                 Fix "ignore thread" when mails are threaded by
2667                 subject (and weren't ignored although appearing
2668                 in the thread).
2669                 GUI rework.
2670                 Both patches by Pawel.
2671
2672 2006-05-08 [paul]       2.2.0cvs2
2673
2674         * src/mainwindow.c
2675         * src/mainwindow.h
2676         * src/messageview.c
2677         * src/procheader.c
2678         * src/procmsg.c
2679         * src/procmsg.h
2680         * src/summaryview.c
2681                 add Mailing List support
2682                 based on the old 0.6.5claws25 patch by 
2683                 Melvin Hadasht, with finishing touches
2684                 by Colin
2685
2686 2006-05-08 [colin]      2.2.0cvs1
2687
2688         * src/mainwindow.c
2689         * src/toolbar.c
2690         * src/toolbar.h
2691                 Add contextual menu on Compose toolbar 
2692                 button. Fixes bug #944 (Automatic 
2693                 addresses not applied when changing account 
2694                 from compose window)
2695
2696 2006-05-08 [paul]       2.2.0
2697
2698         2.2.0 released
2699
2700 2006-05-08 [paul]       2.1.1cvs51
2701
2702         * po/cs.po
2703         * po/de.po
2704         * po/en_GB.po
2705         * po/fi.po
2706         * po/fr.po
2707         * po/pt_BR.po
2708         * po/sr.po
2709         * po/zh_CN.po
2710                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2711                 Fabien Vantard, Frederico Goncalves Guimaraes,
2712                 Aleksandar Urosevic, and Ralgh Young
2713
2714 2006-05-12 [colin]      2.1.1cvs50
2715
2716         * po/cs.po
2717         * po/de.po
2718         * po/en_GB.po
2719         * po/es.po
2720         * po/fi.po
2721         * po/fr.po
2722         * po/pt_BR.po
2723         * po/sr.po
2724         * po/zh_CN.po
2725                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2726                 Fabien Vantard, Frederico Goncalves Guimaraes,
2727                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2728
2729 2006-05-05 [colin]      2.1.1cvs49
2730
2731         * manual/Makefile.am
2732         * manual/pl/Makefile.am
2733         * manual/pl/account.xml
2734         * manual/pl/ack.xml
2735         * manual/pl/addrbook.xml
2736         * manual/pl/advanced.xml
2737         * manual/pl/faq.xml
2738         * manual/pl/glossary.xml
2739         * manual/pl/gpl.xml
2740         * manual/pl/handling.xml
2741         * manual/pl/intro.xml
2742         * manual/pl/keyboard.xml
2743         * manual/pl/plugins.xml
2744         * manual/pl/starting.xml
2745         * manual/pl/sylpheed-claws-manual.xml
2746         * manual/pl/dist/.cvsignore
2747         * manual/pl/dist/Makefile.am
2748         * manual/pl/dist/html/.cvsignore
2749         * manual/pl/dist/html/Makefile.am
2750         * manual/pl/dist/pdf/.cvsignore
2751         * manual/pl/dist/pdf/Makefile.am
2752         * manual/pl/dist/ps/.cvsignore
2753         * manual/pl/dist/ps/Makefile.am
2754         * manual/pl/dist/txt/.cvsignore
2755         * manual/pl/dist/txt/Makefile.am
2756                 Add the polish translation of the manual,
2757                 Authored by Pawel Pekala.
2758
2759 2006-05-05 [cleroy]     2.1.1cvs48
2760
2761         * src/main.c
2762                 Re-read matcherrc after loading plugins 
2763                 if some of them add folders.
2764
2765 2006-05-03 [colin]      2.1.1cvs47
2766
2767         * src/imap.c
2768                 I'm idiot
2769
2770 2006-05-03 [colin]      2.1.1cvs46
2771
2772         * src/imap.c
2773                 Be sure to have a session when
2774                 getting separator
2775
2776 2006-05-03 [colin]      2.1.1cvs45
2777
2778         * src/imap.c
2779         * src/imap.h
2780         * src/imap_gtk.c
2781                 Fix preventing renaming with namespace 
2782                 separator.
2783
2784 2006-05-01 [colin]      2.1.1cvs44
2785
2786         * src/action.c
2787                 Don't reload messageview when result of
2788                 action is piped.
2789
2790 2006-04-29 [colin]      2.1.1cvs43
2791
2792         * src/prefs_receive.c
2793         * src/plugins/spamassassin/spamassassin_gtk.c
2794         * src/plugins/clamav/clamav_plugin_gtk.c
2795                 GUI fixes by Pawel
2796
2797 2006-04-29 [colin]      2.1.1cvs42
2798
2799         * src/prefs_compose_writing.c
2800         * src/prefs_quote.c
2801                 Cleanups. Patch by Pawel
2802
2803 2006-04-28 [paul]       2.1.1cvs41
2804
2805         * src/matcher.c
2806                 fix returned quick search results when search
2807                 term contains an underscore.
2808                 Thanks to Colin
2809
2810 2006-04-28 [paul]       2.1.1cvs40
2811
2812         * src/prefs_message.c
2813         * src/prefs_receive.c
2814                 GUI cleanups
2815                 Patches by Pawel Pekala
2816
2817 2006-04-27 [colin]      2.1.1cvs39
2818
2819         * src/wizard.c
2820                 Differentiate subject Welcome from
2821                 window's title Welcome
2822
2823 2006-04-27 [paul]
2824
2825         2.2.0-rc1 released
2826
2827 2006-04-27 [paul]       2.1.1cvs38
2828
2829         * manual/advanced.xml
2830         * manual/fr/advanced.xml
2831                 add info about compose_no_markup hidden pref
2832
2833 2006-04-27 [paul]       2.1.1cvs37
2834
2835         * src/prefs_account.c
2836                 improve privacy labels
2837         * src/prefs_msg_colors.c
2838                 change some strings for translators' convenience
2839         * src/gtk/gtkutils.c
2840                 don't underline the link button text
2841
2842 2006-04-25 [colin]      2.1.1cvs36
2843
2844         * src/folder.c
2845                 Complete 2.1.1cvs33 (once more ;)
2846
2847 2006-04-25 [colin]      2.1.1cvs35
2848
2849         * src/editldap.c
2850                 Fix tooltip
2851
2852 2006-04-25 [cleroy]     2.1.1cvs34
2853
2854         * src/compose.c
2855         * src/gtk/gtkaspell.c
2856                 Fix crash on redirect (related to the return 
2857                 of the aspell menu in compose's toolbar)
2858         * src/prefs_msg_colors.c
2859                 Fix sensitivity widgets
2860         * src/image_viewer.c
2861         * src/gtk/pluginwindow.c
2862         * src/gtk/prefswindow.c
2863                 Change released signals to clicked (Fabien)
2864         * po/POTFILES.in
2865         * src/common/socket.c
2866         * src/plugins/spamassassin/spamassassin.c
2867                 Translate strings (Fabien)
2868
2869 2006-04-25 [paul]       2.1.1cvs33
2870
2871         * src/folder.c
2872         * src/folder.h
2873         * src/folderview.c
2874                 complete the fix of bug #912
2875                 Thanks to Colin
2876
2877 2006-04-25 [colin]      2.1.1cvs32
2878
2879         * src/news.c
2880                 Better progress bar
2881         * src/mimeview.c
2882         * src/summaryview.c
2883         * src/summaryview.h
2884                 Fix focus chain
2885                 Patches by Pawel Pekala
2886
2887 2006-04-24 [colin]      2.1.1cvs31
2888
2889         * src/compose.c
2890                 Fix compilation warnings (Fabien)
2891
2892 2006-04-24 [colin]      2.1.1cvs30
2893
2894         * src/addrindex.c
2895         * src/editldap.c
2896         * src/editldap_basedn.c
2897         * src/editldap_basedn.h
2898         * src/ldapctrl.c
2899         * src/ldapctrl.h
2900         * src/ldapquery.c
2901         * src/ldaputil.c
2902         * src/ldaputil.h
2903                 Fix bug #901 (LDAPS support)
2904
2905 2006-04-24 [colin]      2.1.1cvs29
2906
2907         * src/compose.c
2908                 Fix logic on error with send dialog on
2909         * src/imap.c
2910                 Fix compilation without libetpan, thanks
2911                 to Fabien
2912         * src/summaryview.c
2913                 Fix 'context-menu' key
2914
2915 2006-04-23 [colin]      2.1.1cvs28
2916
2917         * src/folder.c
2918                 Never free current's cache to free up 
2919                 memory. Fixes bug #912 (new count 
2920                 randomly set to message count)
2921
2922 2006-04-23 [colin]      2.1.1cvs27
2923
2924         * src/gtk/quicksearch.c
2925                 And remove printf...
2926
2927 2006-04-23 [colin]      2.1.1cvs26
2928
2929         * src/gtk/quicksearch.c
2930                 Fix replacing in quicksearch, and fix inserting
2931                 in the middle of the string. (introduced at 2.1.0cvs22)
2932
2933 2006-04-23 [colin]      2.1.1cvs25
2934
2935         * src/imap.c
2936                 Make sure uidnext is initialized in get_num_list
2937                 (not for stable, related to 2.1.1cvs8 and friends)
2938
2939 2006-04-23 [colin]      2.1.1cvs24
2940
2941         * src/imap.c
2942                 Output something when login is successful
2943                 too
2944
2945 2006-04-23 [colin]      2.1.1cvs23
2946
2947         * src/etpan/imap-thread.c
2948                 Better logging (line-per-line, hide data in fetch)
2949                 Fix a const warning
2950         * src/gtk/logwindow.c
2951         * src/gtk/logwindow.h
2952                 Better logging (color for input/output)
2953
2954 2006-04-21 [colin]      2.1.1cvs22
2955
2956         * src/gtk/quicksearch.c
2957                 On gtk+-2.8, use stock buttons in quicksearch
2958                 Based on a patch by Fabien and a design by Paul
2959
2960 2006-04-21 [colin]      2.1.1cvs21
2961
2962         * src/folderview.c
2963         * src/mainwindow.c
2964                 Fix occasional flicker in folderview
2965         * src/common/utils.c
2966                 Fix bug #943 (Incorrectly parsed email address 
2967                 list in short headers on message view and in 
2968                 printouts)
2969
2970 2006-04-20 [colin]      2.1.1cvs20
2971
2972         * src/imap.c
2973         * src/imap.h
2974         * src/prefs_account.c
2975                 Add ANONYMOUS auth for IMAP
2976
2977 2006-04-20 [paul]       2.1.1cvs19
2978
2979         * src/main.c
2980                 proper fix for 2.1.1cvs18
2981                 Thanks to Colin
2982
2983 2006-04-20 [paul]       2.1.1cvs18
2984
2985         * src/main.c
2986                 fix build warnings
2987
2988 2006-04-20 [paul]       2.1.1cvs17
2989
2990         * src/gtk/quicksearch.c
2991                 fix standard, non-extended Quick search,
2992                 was broken in 2.1.1cvs15.
2993                 Thanks to Colin.
2994
2995 2006-04-20 [colin]      2.1.1cvs16
2996
2997         * src/prefs_matcher.c
2998                 Fix values when reselecting a ~test
2999                 rule
3000
3001 2006-04-19 [colin]      2.1.1cvs15
3002
3003         * src/compose.c
3004         * src/compose.h
3005         * src/gtk/gtkaspell.c
3006         * src/gtk/gtkaspell.h
3007                 Put back Options menu in Spelling/
3008         * src/gtk/quicksearch.c
3009                 Don't search, and show error, if the
3010                 advanced search has a syntax error
3011
3012 2006-04-18 [colin]      2.1.1cvs14
3013
3014         * src/textview.c
3015                 Fix gdk warnings on set_cursor when textview
3016                 isn't visible
3017
3018 2006-04-18 [colin]      2.1.1cvs13
3019
3020         * src/gtk/gtksctree.c
3021                 Remove seemingly useless refresh that causes
3022                 flicker - watch this commit in case of 
3023                 problems before planned backport to stable
3024
3025 2006-04-18 [colin]      2.1.1cvs12
3026
3027         * src/imap.c
3028                 Factorize get/set_xml code
3029         * src/compose.c
3030         * src/prefs_account.c
3031         * src/prefs_account.h
3032         * src/procmsg.c
3033                 Add Encrypt to self option
3034
3035 2006-04-17 [colin]      2.1.1cvs11
3036
3037         * configure.ac
3038                 Fix search on encrpyt function on dragonfly
3039                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3040
3041 2006-04-17 [colin]      2.1.1cvs10
3042
3043         * src/prefs_account.c
3044                 Be safe by default: remove mails from POP3
3045                 after 7 days, not immediately
3046
3047 2006-04-17 [colin]      2.1.1cvs9
3048
3049         * src/etpan/imap-thread.c
3050                 Fix build on DragonFly - patch by 
3051                 Jonathan Buschmann <jonthn@agmact.com>
3052
3053 2006-04-17 [colin]      2.1.1cvs8
3054
3055         * src/imap.c
3056                 Save uidnext between sessions
3057
3058 2006-04-17 [colin]      2.1.1cvs7
3059
3060         * src/imap.c
3061                 scan is required when uid validity changes
3062
3063 2006-04-17 [colin]      2.1.1cvs6
3064
3065         * src/folderview.c
3066                 Don't scan if not necessary, apart in current
3067                 folder and INBOX to fetch flags.
3068         * src/imap.c
3069                 Scan is necessary if unread count changes
3070
3071 2006-04-17 [colin]      2.1.1cvs5
3072
3073         * src/imap.c
3074                 ...But always fetch ANSWERED and DELETED flags for
3075                 INBOX, as filtering can happen on these flags.
3076
3077 2006-04-17 [colin]      2.1.1cvs4
3078
3079         * src/imap.c
3080                 Don't fetch REPLIED and DELETED flags when synchronising
3081                 flags with a closed folder. We only need UNSEEN and FLAGGED
3082                 to update the folderview.
3083
3084 2006-04-17 [colin]      2.1.1cvs3
3085
3086         * src/imap.c
3087                 Faster flag search when there are new mails 
3088                 in a folder. We can do a full search if the 
3089                 folder contains less messages than the new
3090                 list.
3091
3092 2006-04-17 [colin]      2.1.1cvs2
3093
3094         * po/cs.po
3095         * po/de.po
3096         * po/fr.po
3097         * po/nl.po
3098         * po/pt_BR.po
3099                 Update translations from stable branch
3100
3101 2006-04-17 [colin]      2.1.1cvs1
3102
3103         * configure.ac
3104                 Bump version to follow stable release
3105
3106 2006-04-16 [mones]      2.1.0cvs50
3107
3108         * po/es.po
3109                 Updated for release
3110
3111 2006-04-16 [colin]      2.1.0cvs49
3112
3113         * src/textview.c
3114                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3115                 with gtk < 2.8. Thanks to Fabien Vantard.
3116
3117 2006-04-15 [colin]      2.1.0cvs48
3118
3119         * src/etpan/imap-thread.c
3120                 Fix bug #919 (libetpan: SEGV when connecting 
3121                 using command)
3122
3123 2006-04-14 [colin]      2.1.0cvs47
3124
3125         * src/main.c
3126                 Fix race on --select (should be done better)
3127
3128 2006-04-14 [wwp]        2.1.0cvs46
3129
3130         * src/send_message.c
3131                 enforce a check for domain in account prefs (a sending
3132                 error could be faced if domain was checked but no value set),
3133                 thanks to Colin.
3134
3135 2006-04-14 [colin]      2.1.0cvs45
3136
3137         * src/codeconv.c
3138                 when converting from unknown to unknown, if the
3139                 string is UTF8, don't convert it to the locale
3140                 (which breaks it)
3141
3142 2006-04-14 [colin]      2.1.0cvs44
3143
3144         * src/compose.c
3145                 Don't try to use ASCII for converting headers
3146                 (as done in body)
3147
3148 2006-04-14 [paul]       2.1.0cvs43
3149
3150         * src/crash.c
3151                 add locale/charset info to crash report
3152         * src/gtk/about.c
3153                 add wwp to doc team
3154                 replace 'e-mail' with preferred 'email'
3155         * src/gtk/authors.h
3156                 ensure contributors list is in alphabetical
3157                 order
3158
3159 2006-04-13 [colin]      2.1.0cvs42
3160
3161         * src/textview.c
3162                 Prevent gdk warnings
3163
3164 2006-04-13 [colin]      2.1.0cvs41
3165
3166         * src/common/ssl_certificate.c
3167         * src/common/ssl_certificate.h
3168         * src/gtk/sslcertwindow.c
3169                 Warn on expired certs, and display the expiration date
3170
3171 2006-04-13 [colin]      2.1.0cvs40
3172
3173         * src/plugins/spamassassin/spamassassin_gtk.c
3174                 Fix missing set_text on unix socket
3175
3176 2006-04-13 [wwp]        2.1.0cvs39
3177
3178         * manual/fr/advanced.xml
3179         * manual/fr/glossary.xml
3180                 applied new spam/ham/email lexicon (pourriel, courriel)
3181
3182 2006-04-13 [paul]       2.1.0cvs38
3183
3184         * src/plugins/pgpmime/plugin.c
3185                 remove the mention of S/MIME from the
3186                 description. This is now handled by the
3187                 S/MIME plugin.
3188
3189 2006-04-13 [paul]       2.1.0cvs37
3190
3191         * src/prefs_msg_colors.c
3192                 rework dialog
3193         * src/prefs_folder_item.c
3194         * src/prefs_spelling.c
3195                 add a tooltip to the colour selector buttons
3196
3197 2006-04-13 [wwp]        2.1.0cvs36
3198
3199         * manual/advanced.xml
3200         * manual/glossary.xml
3201         * manual/handling.xml
3202         * manual/keyboard.xml
3203         * manual/plugins.xml
3204         * manual/starting.xml
3205         * manual/fr/account.xml
3206         * manual/fr/ack.xml
3207         * manual/fr/addrbook.xml
3208         * manual/fr/advanced.xml
3209         * manual/fr/faq.xml
3210         * manual/fr/glossary.xml
3211         * manual/fr/gpl.xml
3212         * manual/fr/handling.xml
3213         * manual/fr/intro.xml
3214         * manual/fr/keyboard.xml
3215         * manual/fr/plugins.xml
3216         * manual/fr/starting.xml
3217         * manual/fr/sylpheed-claws-manual.xml
3218                 fixes to the manuals:
3219                  - summaryview -> Message List (same in French)
3220                  - translate key names
3221                  - fix French punctuation, use non-breakable spaces when
3222                    necessary, don't use &thinsp; which is not portable
3223                  - tell what maildir and mbox formats we support
3224
3225 2006-04-12 [wwp]        2.1.0cvs35
3226
3227         * src/prefs_toolbar.c
3228                 unified a replace button more,
3229                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3230
3231 2006-04-12 [wwp]        2.1.0cvs34
3232
3233         * src/prefs_common.c
3234         * src/prefs_msg_colors.c
3235                 make default color labels translatable,
3236                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3237                 thanks to Tim <timbrain@post.cz> for reporting.
3238
3239 2006-04-12 [wwp]        2.1.0cvs33
3240
3241         * manual/glossary.xml
3242         * manual/intro.xml
3243         * manual/plugins.xml
3244         * manual/starting.xml
3245         * manual/sylpheed-claws-manual.xml
3246         * manual/fr/.cvsignore
3247         * manual/fr/account.xml
3248         * manual/fr/ack.xml
3249         * manual/fr/addrbook.xml
3250         * manual/fr/advanced.xml
3251         * manual/fr/faq.xml
3252         * manual/fr/glossary.xml
3253         * manual/fr/handling.xml
3254         * manual/fr/intro.xml
3255         * manual/fr/keyboard.xml
3256         * manual/fr/plugins.xml
3257         * manual/fr/starting.xml
3258         * manual/fr/sylpheed-claws-manual.xml
3259                 various fixes: typos, missing .fr translations, punctuation,
3260                 capitalization, links, accents and some bad French more.
3261
3262 2006-04-12 [wwp]        2.1.0cvs32
3263
3264         * src/prefs_gtk.c
3265                 fix for bug #935: always store prefs files in UTF-8 (thanks
3266                 to Colin).
3267
3268 2006-04-11 [colin]      2.1.0cvs31
3269
3270         * src/compose.c
3271                 Fix inserting files not in utf8 when locale is utf8
3272
3273 2006-04-11 [colin]      2.1.0cvs30
3274
3275         * src/inc.c
3276                 Don't show error dialog when cancelling connection
3277                 Patch by Pawel
3278
3279 2006-04-11 [cleroy]     2.1.0cvs29
3280
3281         * src/compose.c
3282                 Implement multiple quote levels
3283         * src/prefs_common.c
3284                 Change a little bit the quote bgcolor for 2nd level
3285
3286 2006-04-11 [colin]      2.1.0cvs28
3287
3288         * src/gtk/about.c
3289                 Add locale and charset in the label
3290
3291 2006-04-10 [colin]      2.1.0cvs27
3292
3293         * src/compose.c
3294         * src/prefs_common.c
3295         * src/prefs_common.h
3296         * src/prefs_msg_colors.c
3297         * src/textview.c
3298                 Allow optional background color in quotes
3299                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3300                 GTK+-2.8.x feature
3301
3302 2006-04-10 [colin]      2.1.0cvs26
3303
3304         * src/main.c
3305         * src/mainwindow.c
3306         * src/mainwindow.h
3307                 Implement --select
3308
3309 2006-04-10 [colin]      2.1.0cvs25
3310
3311         * manual/plugins.xml
3312         * manual/fr/plugins.xml
3313                 Document libcurl's proxy variables
3314
3315 2006-04-09 [colin]      2.1.0cvs24
3316
3317         * src/prefs_common.c
3318                 gettext() returns statically allocated stuff. We have
3319                 to strdup it in order to be able to free it.
3320
3321 2006-04-09 [colin]      2.1.0cvs23
3322
3323         * AUTHORS
3324         * src/gtk/authors.h
3325                 Add Alexei
3326
3327 2006-04-09 [colin]      2.1.0cvs22
3328
3329         * src/mainwindow.c
3330         * src/gtk/quicksearch.c
3331                 Fix bug #859 (problems with cyrilic input in 
3332                 search panel) - Patch by Alexey Illarionov 
3333                 <littlesavage@rambler.ru>
3334
3335 2006-04-09 [colin]      2.1.0cvs21
3336
3337         * src/prefs_customheader.c
3338                 I prefer removing then freeing rather than the contrary
3339                 (even if it doesn't change anything ;-)
3340         * src/prefs_account.c
3341                 Fix bug #933 (Crash re-entering the custom headers list 
3342                 dialog in accounts prefs)
3343                 The problem happened when cancelling the Account 
3344                 Preferences' dialogs - in which case we didn't do 
3345                 anything to the PrefsAccount * struct. In case of applying,
3346                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3347                 working with in this dialog. The problem is that 
3348                 prefs_customheader.c, working on this tmp_ac_prefs, always
3349                 changes the ->customhdr_list pointer, even when cancelled. 
3350                 So in case of cancelling the prefs_account dialog, we still
3351                 have to update ->customhdr_list in the real account.
3352
3353 2006-04-08 [colin]      2.1.0cvs20
3354
3355         * manual/fr/glossary.xml
3356         * manual/fr/keyboard.xml
3357                 Forgot some headers :)
3358
3359 2006-04-08 [colin]      2.1.0cvs19
3360
3361         * manual/Makefile.am
3362         * manual/fr/Makefile.am
3363         * manual/fr/account.xml
3364         * manual/fr/ack.xml
3365         * manual/fr/addrbook.xml
3366         * manual/fr/advanced.xml
3367         * manual/fr/faq.xml
3368         * manual/fr/glossary.xml
3369         * manual/fr/gpl.xml
3370         * manual/fr/handling.xml
3371         * manual/fr/intro.xml
3372         * manual/fr/keyboard.xml
3373         * manual/fr/plugins.xml
3374         * manual/fr/starting.xml
3375         * manual/fr/sylpheed-claws-manual.xml
3376         * manual/fr/dist/.cvsignore
3377         * manual/fr/dist/Makefile.am
3378         * manual/fr/dist/html/.cvsignore
3379         * manual/fr/dist/html/Makefile.am
3380         * manual/fr/dist/pdf/.cvsignore
3381         * manual/fr/dist/pdf/Makefile.am
3382         * manual/fr/dist/ps/.cvsignore
3383         * manual/fr/dist/ps/Makefile.am
3384         * manual/fr/dist/txt/.cvsignore
3385         * manual/fr/dist/txt/Makefile.am
3386                 Add the french translation of the manual. Thanks to
3387                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3388                 account.xml, ack.xml, addrbook.xml and advanced.xml
3389
3390 2006-04-08 [colin]      2.1.0cvs18
3391
3392         * manual/plugins.xml
3393         * manual/starting.xml
3394                 More fixes
3395
3396 2006-04-07 [colin]      2.1.0cvs17
3397
3398         * manual/faq.xml
3399         * manual/intro.xml
3400         * manual/keyboard.xml
3401                 Little fixes
3402
3403 2006-04-07 [colin]      2.1.0cvs16
3404
3405         * README
3406         * src/compose.c
3407         * src/prefs_common.c
3408         * src/prefs_common.h
3409                 Add hidden compose_no_markup pref
3410
3411 2006-04-07 [wwp]        2.1.0cvs15
3412
3413         * src/summary_search.c
3414         * .cvsignore
3415                 Bugfix: stop button was sticky when searching in an empty folder.
3416                 Applied curly brackets code style to the whole file (summary_search.c).
3417                 More files to ignore.
3418
3419 2006-04-07 [wwp]        2.1.0cvs14
3420
3421         * src/message_search.c
3422         * src/summary_search.c
3423                 changed default button when search bumps at file/folder
3424                 beginning or end, for convenience (thanks to Colin).
3425
3426 2006-04-07 [paul]       2.1.0cvs13
3427
3428         * src/plugins/dillo_viewer/dillo_prefs.c
3429                 avoid future potential for namespace collision
3430                 Patch by Colin
3431
3432 2006-04-06 [wwp]        2.1.0cvs12
3433
3434         * src/summary_search.c
3435                 Unify extended/advanced searches names (and thus factorize labels),
3436                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3437
3438 2006-04-06 [wwp]        2.1.0cvs11
3439
3440         * src/folderview.c
3441         * src/prefs_themes.c
3442         * src/summaryview.c
3443                 Fixed some compilation warnings.
3444
3445 2006-04-06 [colin]      2.1.0cvs10
3446
3447         * manual/advanced.xml
3448                 Document the wizard template and how to deploy
3449                 Sylpheed-Claws effectively
3450
3451 2006-04-06 [colin]      2.1.0cvs9
3452
3453         * src/folderview.c
3454                 gettext patch to tell translators about _("#"),
3455                 by Maxim Britov
3456
3457 2006-04-06 [colin]      2.1.0cvs8
3458
3459         * src/textview.c
3460                 Fix invalid GtkTextBIter after clicking "Display as text"
3461
3462 2006-04-06 [mones]      2.1.0cvs7
3463
3464         * src/addr_compl.c
3465         * src/addrindex.c
3466         * src/addritem.c
3467         * src/codeconv.c
3468         * src/compose.c
3469         * src/filtering.c
3470         * src/folder.c
3471         * src/folder_item_prefs.c
3472         * src/folderview.c
3473         * src/localfolder.c
3474         * src/matcher.c
3475         * src/mimeview.c
3476         * src/prefs_msg_colors.c
3477         * src/prefs_spelling.c
3478         * src/prefs_themes.c
3479         * src/procmime.c
3480         * src/procmsg.c
3481         * src/stock_pixmap.c
3482         * src/summaryview.c
3483         * src/textview.c
3484         * src/toolbar.c
3485         * src/common/mgutils.c
3486         * src/common/prefs.c
3487         * src/common/ssl_certificate.c
3488         * src/gtk/colorlabel.c
3489         * src/gtk/quicksearch.c
3490         * src/plugins/pgpmime/pgpmime.c
3491         * src/plugins/spamassassin/spamassassin.c
3492                 Removed redundant NULL checks for g_free() calls.
3493                 Patch by Pawel Pekala.
3494
3495 2006-04-06 [mones]      2.1.0cvs6
3496
3497         * src/prefs_actions.c
3498         * src/prefs_filtering.c
3499         * src/prefs_filtering_action.c
3500         * src/prefs_matcher.c
3501         * src/prefs_template.c
3502         * src/gtk/gtkutils.c
3503         * src/gtk/gtkutils.h
3504                 Have a nice replace button. Patch by Pawel Pekala
3505
3506 2006-04-06 [colin]      2.1.0cvs5
3507
3508         * src/addressbook.c
3509                 Fix crash with empty columns
3510
3511 2006-04-05 [colin]      2.1.0cvs4
3512
3513         * src/wizard.c
3514         * src/prefs_gtk.c
3515                 Allow wizard customization with pre-filled values
3516
3517 2006-04-05 [colin]      2.1.0cvs3
3518
3519         * src/textview.c
3520         * src/mimeview.c
3521         * src/mimeview.h
3522                 Nicer messages in mimeview
3523
3524 2006-04-05 [colin]      2.1.0cvs2
3525
3526         * src/addressbook.c
3527         * src/prefs_summaries.c
3528                 i18n fix
3529
3530 2006-04-05 [colin]      2.1.0cvs1
3531
3532         * src/plugins/pgpcore/plugin.c
3533         * src/plugins/pgpcore/select-keys.c
3534         * src/plugins/pgpcore/select-keys.h
3535         * src/plugins/pgpcore/sgpgme.c
3536         * src/plugins/pgpcore/sgpgme.h
3537         * src/plugins/pgpinline/pgpinline.c
3538         * src/plugins/pgpinline/plugin.c
3539         * src/plugins/pgpmime/pgpmime.c
3540         * src/plugins/pgpmime/plugin.c
3541                 Factorize and generalize a bit 
3542                 Drop S/MIME signature verification from PGP/MIME
3543                 (adding it as another, more complete plugin)
3544
3545 2006-04-05 [paul]       2.1.0
3546
3547         2.1.0 released
3548
3549 2006-04-05 [paul]       2.0.0cvs186
3550
3551         * manual/advanced.xml
3552                 add info on colour labels
3553
3554 2006-04-05 [paul]       2.0.0cvs185
3555
3556         * po/bg.po
3557         * po/cs.po
3558         * po/de.po
3559         * po/el.po
3560         * po/en_GB.po
3561         * po/fi.po
3562         * po/fr.po
3563         * po/it.po
3564         * po/nl.po
3565         * po/pl.po
3566         * po/pt_BR.po
3567         * po/sr.po
3568         * po/zh_CN.po
3569                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3570                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3571                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3572                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3573         * src/gtk/authors.h
3574         * tools/claws.i18n.status.pl
3575                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3576                 and new Czech translator, Tim <timbrain@post.cz>
3577
3578 2006-04-05 [mones]      2.0.0cvs184
3579
3580         * po/es.po
3581                 Updated translation
3582
3583 2006-04-05 [colin]      2.0.0cvs183
3584
3585         * src/gtk/quicksearch.c
3586                 Fix bug #929 (unnecessary reload in quick search bar)
3587
3588 2006-04-05 [colin]      2.0.0cvs182
3589
3590         * src/compose.c
3591                 Fix crash on Reply with no From:
3592                 Show signature and conversion error on queuing 
3593                 (but not sending)
3594         * src/mainwindow.c
3595         * src/summaryview.c
3596         * src/summaryview.h
3597                 Factorize threading code and make sure msginfo 
3598                 is not null when it comes from a GtkCTreeRow's 
3599                 data
3600         * src/gtk/gtkaspell.c
3601                 Check for necessary things
3602         * src/gtk/gtksctree.c
3603         * src/gtk/gtksctree.h
3604                 Reset anchor if necessary when removing node
3605
3606 2006-03-29 [colin]      2.0.0cvs181
3607
3608         * src/folderview.c
3609                 Warn for disabled IMAP accounts (due to lack of
3610                 libetpan). Breaks string-freeze - sorry - but it
3611                 is kind of important ;)
3612
3613 2006-03-28 [colin]      2.0.0cvs180
3614
3615         * src/gtk/gtkutils.c
3616         * src/gtk/gtkutils.h
3617                 Add a gtkut_get_link_btn() function that
3618                 creates a button which acts like an URI
3619         * src/prefs_themes.c
3620         * src/gtk/about.c
3621                 Use this function (factorizes codes)
3622         * src/common/defs.h
3623         * src/gtk/pluginwindow.c
3624                 Add a "Get more..." in the plugins window
3625
3626 2006-03-28 [colin]      2.0.0cvs179
3627
3628         * src/common/smtp.c
3629         * src/common/passcrypt.c
3630         * src/undo.c
3631                 Warning fixes. Patch by Pawel Pekala
3632
3633 2006-03-27 [colin]      2.0.0cvs178
3634
3635         * src/undo.c
3636                 Fix undoing by blocks with spaces
3637
3638 2006-03-27 [colin]      2.0.0cvs177
3639
3640         * src/textview.c
3641                 Set margin to 3px for headers
3642
3643 2006-03-27 [paul]
3644
3645         2.1.0-rc2 released
3646
3647 2006-03-27 [wwp]        2.0.0cvs176
3648
3649         * src/summaryview.c
3650                 don't reset quicksearch when updating the message list.
3651                 Thanks to Colin.
3652
3653 2006-03-26 [wwp]        2.0.0cvs175
3654
3655         * src/compose.c
3656                 use a unified border width ('other' tab in the compose window,
3657                 patch by Pawel Pekala).
3658
3659
3660 2006-03-26 [wwp]        2.0.0cvs174
3661
3662         * src/common/quoted-printable.c
3663         * src/addressbook.c
3664                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3665
3666 2006-03-26 [colin]      2.0.0cvs173
3667
3668         * src/quote_fmt_parse.y
3669                 Fix non-UTF8 date formats messing up the whole quote a 
3670                 little bit
3671
3672 2006-03-26 [colin]      2.0.0cvs172
3673
3674         * src/procheader.c
3675                 Make sure the date is UTF8 valid, or try to make it
3676                 so. IncrediMail is really IncrediStupid.
3677         * src/compose.c
3678                 Fix possible conversions. 
3679                 
3680
3681 2006-03-26 [colin]      2.0.0cvs171
3682
3683         * src/matcher.c
3684                 Fix corner cases in body search. This is still a
3685                 hack... It seems impossible to make it good and 
3686                 reasonably fast at the same time.
3687
3688 2006-03-26 [colin]      2.0.0cvs170
3689
3690         * src/summaryview.c
3691                 I think I killed the twilight zone bug!
3692                 summary_select_node() flushes GTK events in order
3693                 to be able to center the view. But this also 
3694                 flushes keypresses like Ctrl-Alt-U, so this can
3695                 call summary_show from summary_select_node (itself
3696                 called from summary_show, etc.). And the summaryview
3697                 has to be unlocked in this function. So just locking
3698                 while processing GTK events, and bailing if locked, 
3699                 should fix it.
3700                 Fixes bug #927 (SIGSEGV during Update Summary)
3701
3702 2006-03-25 [colin]      2.0.0cvs169
3703
3704         * src/matcher.c
3705                 Fix search in QP-encoded bodies
3706                 Fix utf-8 searches in bodies encoded in the
3707                 locale's encoding
3708         * src/common/quoted-printable.c
3709         * src/common/quoted-printable.h
3710                 Add a decode function that doesn't overwrite
3711                 the original pointer
3712                 
3713
3714 2006-03-24 [colin]      2.0.0cvs168
3715
3716         * src/action.c
3717         * src/summaryview.c
3718         * src/summaryview.h
3719                 Update message cache after action
3720                 Patch by H. Merijn Brand
3721         * src/prefs_msg_colors.c
3722                 Factorize label 
3723                 Patch by Fabien Vantard
3724         * src/plugins/spamassassin/spamassassin_gtk.c
3725                 Remove useless translation
3726                 Patch by Fabien Vantard
3727
3728 2006-03-23 [colin]      2.0.0cvs167
3729
3730         * src/common/ssl.c
3731                 Let 30 seconds to SSL_connect
3732
3733 2006-03-23 [wwp]        2.0.0cvs166
3734
3735         * src/summaryview.c
3736         * src/gtk/description_window.c
3737                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3738                 and headers are translated; adjust description windows' width to fit their
3739                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3740
3741 2006-03-23 [paul]       2.0.0cvs165
3742
3743         * src/common/utils.c
3744                 fix highlighting of URIs containing "()"
3745                 (2.0.0cvs164's reversal fixed)
3746                 Thanks to Colin.
3747
3748 2006-03-23 [paul]       2.0.0cvs164
3749
3750         * src/common/utils.c
3751                 revert patch, (postponing a fix), at 2.0.0cvs120
3752                 as it breaks more URIs than it fixes.
3753                 Allow '-' to be a terminating character in a URI
3754
3755 2006-03-22 [colin]      2.0.0cvs163
3756
3757         * configure.ac
3758                 Require libetpan 0.45
3759                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3760
3761 2006-03-22 [paul]       2.0.0cvs162
3762
3763         * src/editgroup.c
3764                 replace '<-' and '->' buttons with GTK_STOCK graphical
3765                 buttons
3766         * src/summary_search.c
3767                 don't offer '...' for translation
3768                 add a tooltip to advanced search '...' button
3769         * src/gtk/quicksearch.c
3770                 don't offer '...' for translation
3771
3772 2006-03-21 [colin]      2.0.0cvs161
3773
3774         * src/compose.c
3775                 Fix middle-click pasting (insert at click
3776                 position instead of cursor position, don't
3777                 remove existing selection and allow pasting
3778                 our own selection)
3779         * src/addressbook.c
3780                 "LDAP Server" -> "LDAP servers"
3781
3782 2006-03-21 [wwp]        2.0.0cvs160
3783
3784         * src/etpan/imap-thread.c
3785                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3786
3787 2006-03-20 [colin]      2.0.0cvs159
3788
3789         * src/summaryview.c
3790                 Don't reload summaryview after an execute with no
3791                 move action
3792
3793 2006-03-19 [colin]      2.0.0cvs158
3794
3795         * src/addressbook.c
3796                 and put groups at the top, always
3797
3798 2006-03-19 [colin]      2.0.0cvs157
3799
3800         * src/addressbook.c
3801                 Order groups before names, as previously
3802
3803 2006-03-19 [colin]      2.0.0cvs156
3804
3805         * src/addressbook.c
3806                 - Sort case-unsensitive
3807                 - Put the sort arrow at opening too
3808
3809 2006-03-19 [wwp]        2.0.0cvs155
3810
3811         * src/addressbook.c
3812                 allow sorting by name/email/remarks, ensure that right-pane's contents
3813                 matches the left-pane selection (cleared when appropriate).
3814                 Patch by Pawel Pekala <c0rn@o2.pl>.
3815
3816 2006-03-18 [colin]      2.0.0cvs154
3817
3818         * src/textview.c
3819                 Fix text cursor ;)
3820
3821 2006-03-18 [colin]      2.0.0cvs153
3822
3823         * src/gtk/filesel.c
3824                 Make sure we hide the preview if we didn't get
3825                 a filename
3826
3827 2006-03-18 [colin]      2.0.0cvs152
3828
3829         * src/summaryview.c
3830                 Set cursor to watch for execution (fixes lack
3831                 of watch-cursor when dnd'ing hundreds of mails)
3832         * src/gtk/filesel.c
3833                 Check that mime type is 'image/*' before updating
3834                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3835
3836 2006-03-18 [colin]      2.0.0cvs151
3837
3838         * src/mainwindow.c
3839         * src/textview.c
3840         * src/textview.h
3841                 Put a watch cursor in textview too when the mainwindow's
3842                 cursor in a watch
3843
3844 2006-03-18 [colin]      2.0.0cvs150
3845
3846         * src/folder.c
3847                 Change wrong asserts to simple tests
3848
3849 2006-03-17 [colin]      2.0.0cvs149
3850
3851         * src/mainwindow.c
3852         * src/mainwindow.h
3853         * src/prefs_msg_colors.c
3854         * src/summaryview.c
3855         * src/summaryview.h
3856         * src/gtk/colorlabel.c
3857         * src/gtk/colorlabel.h
3858                 Add a color label menu in the main menubar
3859                 Add (fixed) accels Ctrl-{0-7} to change the color
3860                 They have to be fixed because the menu's dynamic,
3861                 the items are complex widgets, hence we can't use
3862                 a GtkItemFactory.
3863
3864
3865 2006-03-17 [wwp]        2.0.0cvs148
3866
3867         * src/compose.c
3868                 rollback few lines from my previous commit (those lines come from
3869                 a pending patch, accidentally commited, even if neutral as they are
3870                 commented out).
3871
3872 2006-03-17 [wwp]        2.0.0cvs147
3873
3874         * src/compose.c
3875                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3876                 applied code style/indentation to the modified function.
3877
3878 2006-03-17 [wwp]        2.0.0cvs146
3879
3880         * src/procmsg.c
3881         * src/compose.c
3882                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3883
3884 2006-03-17 [paul]
3885
3886         2.1.0-rc1 released
3887
3888 2006-03-17 [paul]       2.0.0cvs145
3889
3890         * src/main.c
3891                 addressbook_read_file() was called twice
3892         * src/textview.c
3893                 X-Mailer highlighting
3894
3895 2006-03-16 [colin]      2.0.0cvs144
3896
3897         * src/sourcewindow.c
3898         * src/sourcewindow.h
3899                 And the last one, in source window.
3900
3901 2006-03-16 [colin]      2.0.0cvs143
3902
3903         * src/compose.c
3904         * src/compose.h
3905                 Fix the same stuff in compose
3906
3907 2006-03-16 [colin]      2.0.0cvs142
3908
3909         * src/messageview.c
3910                 Complete the previous messageview crash fix
3911
3912 2006-03-16 [colin]      2.0.0cvs141
3913
3914         * src/procmsg.h
3915         * src/procmsg.c
3916         * src/folder.c
3917                 Fix POSTPROCESSING hook
3918                 Patch by H. Merijn Brand
3919
3920         * src/procmime.c
3921         * src/procmime.h
3922                 Parse Content-Location
3923
3924         * src/toolbar.c
3925         * src/messageview.c
3926         * src/messageview.h
3927                 Don't crash when a top-level MessageView has
3928                 been closed on us. Same problematic than
3929                 yesterday's quicksearch issue.
3930
3931 2006-03-15 [colin]      2.0.0cvs140
3932
3933         * src/gtk/quicksearch.c
3934                 Fix a bitchy race we didn't think about when we
3935                 added quicksearch cancellation:
3936                 If the search is not on cached fields, for example
3937                 body_part matchcase "stuff"
3938                 the matcher code has to get the whole message. If
3939                 we're on IMAP, that can be slow, and in order to
3940                 be non-blocking, the IMAP code idle loop processes
3941                 gtk events too. So it is possible to cancel a
3942                 quicksearch while the matcher is getting the mail's
3943                 body. After matcher got its body, it will start to
3944                 iterate over the matcher list that the Quicksearch's
3945                 clear_search_cb() just freed via prepare_matcher().
3946                 SIGSEGV ensues.
3947                 The fix consists of guarding the matcherlist_match()
3948                 call with a boolean 'matching'. If we reset the
3949                 quicksearch while matching is TRUE, we don't free
3950                 the matcherlist anymore like we did, but we set
3951                 another new flag, deferred_free, to TRUE. Then,
3952                 in quicksearch_match(), just after returning from
3953                 matcherlist_match() and unsetting the matching flag,
3954                 we check the deferred_free flag and do the
3955                 prepare_matcher() (which does the matcherlist_free)
3956                 for real, so we free the matcherlist once it's not
3957                 used anymore.
3958                 As all of this runs via the glib main loop, we
3959                 luckily don't need a mutex.
3960         * src/summaryview.c
3961                 Also, show progress while searching.
3962
3963
3964 2006-03-14 [colin]      2.0.0cvs139
3965
3966         * src/alertpanel.c
3967                 Make alertpanel_is_open non-static
3968
3969 2006-03-14 [colin]      2.0.0cvs138
3970
3971         * src/prefs_spelling.c
3972                 Cleanups - Fabien Vantard
3973
3974 2006-03-14 [wwp]        2.0.0cvs137
3975
3976         * src/main.c
3977                 code style normalization (curly braces, indentation).
3978
3979 2006-03-14 [wwp]        2.0.0cvs137
3980
3981         * src/main.c
3982                 code style (braces, indentation)
3983
3984 2006-03-12 [paul]       2.0.0cvs136
3985
3986         * src/prefs_common.c
3987                 trans_hdr defaults to FALSE to be RFC-savvy
3988         * src/prefs_summaries.c
3989                 add a tooltip to the trans_hdr option
3990                 
3991
3992 2006-03-12 [paul]       2.0.0cvs135
3993
3994         * src/prefs_matcher.c
3995                 give a little more width to the combos
3996         * src/prefs_display_header.c
3997         * src/textview.c
3998                 translate headers if prefs_common.trans_hdr
3999                 is TRUE
4000
4001         Patches by Pawel Pekala
4002
4003 2006-03-12 [paul]       2.0.0cvs134
4004
4005         * src/plugins/clamav/clamav_plugin.c
4006         * src/plugins/dillo_viewer/dillo_viewer.c
4007         * src/plugins/pgpcore/plugin.c
4008         * src/plugins/pgpinline/plugin.c
4009         * src/plugins/pgpmime/plugin.c
4010         * src/plugins/spamassassin/spamassassin.c
4011                 update/add to descriptions
4012         * src/plugins/spamassassin/spamassassin_gtk.c
4013                 fixes to the english, remove superfluous
4014                 tooltips, clean up a little
4015
4016 2006-03-12 [paul]       2.0.0cvs133
4017
4018         * src/compose.c
4019                 fix Bug 924, 'Account combo box shows up wrong 
4020                 if & is in account name'
4021
4022 2006-03-11 [colin]      2.0.0cvs132
4023
4024         * src/summaryview.c
4025                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4026                 messed up shift-selection because is slows down
4027                 moving around summaryview. thanks -users
4028
4029 2006-03-10 [colin]      2.0.0cvs131
4030
4031         * src/plugins/spamassassin/spamassassin_gtk.c
4032                 Put back Paul's engrish fixes
4033
4034 2006-03-10 [colin]      2.0.0cvs130
4035
4036         * src/plugins/spamassassin/spamassassin.c
4037         * src/plugins/spamassassin/spamassassin.h
4038         * src/plugins/spamassassin/spamassassin_gtk.c
4039                 Cleanup SA prefs page (more)
4040                 Patch by Fabien Vantard
4041
4042 2006-03-10 [paul]       2.0.0cvs129
4043
4044         * src/prefs_msg_colors.c
4045         * src/prefs_spelling.c
4046                 widget sensitivity
4047
4048 2006-03-09 [mones]      2.0.0cvs128
4049
4050         * po/es.po
4051                 Update for next RC
4052
4053 2006-03-09 [wwp]        2.0.0cvs127
4054
4055         * configure.ac
4056                 revert accidental commit (requirement for libetpan 0.43), this time
4057                 not in HEAD.
4058
4059 2006-03-09 [wwp]        2.0.0cvs125
4060
4061         * configure.ac
4062                 revert accidental commit (requirement for libetpan 0.43)
4063
4064 2006-03-09 [paul]       2.0.0cvs126
4065
4066         * src/prefs_receive.c
4067                 remove useless frame
4068                 replace 'incorporation' with 'receiving'
4069         * src/plugins/clamav/clamav_plugin_gtk.c
4070         * src/plugins/spamassassin/spamassassin_gtk.c
4071                 improve widget sensitivity
4072                 fix a bit his engrish
4073
4074 2006-03-09 [wwp]        2.0.0cvs125
4075
4076         * src/addressadd.c
4077         * src/foldersel.c
4078         * src/prefs_common.c
4079         * src/prefs_common.h
4080                 remember some more windows' sizes (add to addressbook and
4081                 select folder).
4082
4083 2006-03-09 [paul]       2.0.0cvs124
4084
4085         * src/plugins/pgpcore/prefs_gpg.c
4086                 normalise construction of dialogue
4087
4088 2006-03-09 [paul]       2.0.0cvs123
4089
4090         * src/plugins/trayicon/Makefile.am
4091                 add missing slash
4092
4093 2006-03-08 [colin]      2.0.0cvs122
4094
4095         * src/plugins/trayicon/Makefile.am
4096                 Fix build in separate dir 
4097                 Patch by Bamanzi <bamanzi@gmail.com>
4098
4099 2006-03-08 [colin]      2.0.0cvs121
4100
4101         * src/procmsg.c
4102                 Batch move and copies from summaryview with delayed execution
4103                 too
4104
4105 2006-03-07 [paul]       2.0.0cvs120
4106
4107         * src/common/utils.c
4108                 fix highlighting of URIs containing "()"
4109                 Patch by Pawel Pekala
4110
4111 2006-03-07 [paul]       2.0.0cvs119
4112
4113         * src/folder.c
4114         * src/folder.h
4115         * src/folderview.c
4116                 immediately do alphabetical resort when
4117                 changing a folder's name
4118                 Patch by Pawel Pekala
4119
4120 2006-03-07 [paul]       2.0.0cvs118
4121
4122         * src/news.c
4123         * src/news_gtk.c
4124                 when unsubscribing a newsgroup, remove the
4125                 folder and msgs in .sylpheed-claws/newscache
4126                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4127
4128 2006-03-07 [paul]       2.0.0cvs117
4129
4130         * src/textview.c
4131                 fix wrong Fake URL Warning
4132                 Thanks to Hiro
4133
4134 2006-03-07 [colin]      2.0.0cvs116
4135
4136         * src/imap.c
4137                 Return immediately when password dialog was
4138                 cancelled
4139         * src/gtk/inputdialog.c
4140                 Allow empty strings for passwords
4141
4142
4143 2006-03-06 [colin]      2.0.0cvs115
4144
4145         * src/imap.c
4146                 Prevent double-timeouts when connection fails
4147
4148 2006-03-06 [colin]
4149
4150         2.0.1-rc1 released
4151
4152 2006-03-06 [colin]      2.0.0cvs114
4153
4154         * src/imap.c
4155                 Refresh session during potentially long
4156                 operations
4157
4158 2006-03-06 [wwp]        2.0.0cvs113
4159
4160         * src/prefs_msg_colors.h
4161                 forgot that one (custom color labels).
4162
4163 2006-03-06 [wwp]        2.0.0cvs112
4164
4165         * src/prefs_common.c
4166         * src/prefs_common.h
4167         * src/prefs_msg_colors.c
4168         * src/summaryview.c
4169         * src/summaryview.h
4170         * src/gtk/colorlabel.c
4171         * src/gtk/colorlabel.h
4172                 colors in messages list are now customizable. Color values and names can
4173                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4174                 Thanks to Paul and Colin for their help with this longstanding patch!
4175
4176 2006-03-06 [wwp]        2.0.0cvs111
4177
4178         * src/textview.c
4179                 don't crash if (x)face is bad.
4180
4181 2006-03-05 [paul]       2.0.0cvs110
4182
4183         * AUTHORS
4184         * configure.ac
4185         * src/Makefile.am
4186         * src/common/Makefile.am
4187         * src/common/utils.h
4188         * src/etpan/imap-thread.c
4189         * src/gtk/authors.h
4190         * src/plugins/clamav/Makefile.am
4191         * src/plugins/demo/Makefile.am
4192         * src/plugins/dillo_viewer/Makefile.am
4193         * src/plugins/pgpcore/Makefile.am
4194         * src/plugins/pgpcore/passphrase.c
4195         * src/plugins/pgpinline/Makefile.am
4196         * src/plugins/pgpmime/Makefile.am
4197         * src/plugins/spamassassin/Makefile.am
4198         * src/plugins/trayicon/Makefile.am
4199                 fix builiding on cygwin
4200                 Patch by Ralgh Young <bamanzi@gmail.com>
4201
4202 2006-03-04 [wwp]        2.0.0cvs109
4203
4204         * manual/keyboard.xml
4205                 fix mixed up/down keys.
4206
4207 2006-03-04 [wwp]        2.0.0cvs108
4208
4209         * README
4210         * INSTALL
4211                 updated links to SpamAssassin.
4212
4213 2006-03-04 [wwp]        2.0.0cvs107
4214
4215         * manual/plugins.xml
4216         * src/plugins/spamassassin/README
4217                 updated SpamAssassin plugin docs to reflect new functional additions
4218                 (also fix/update/documents few technical stuff more, see the README).
4219
4220 2006-03-04 [wwp]        2.0.0cvs106
4221
4222         * src/prefs_message.c
4223                 normalized capitalization of message-prefs paths.
4224
4225 2006-03-04 [wwp]        2.0.0cvs105
4226
4227         * manual/advanced.xml
4228                 typo.
4229
4230 2006-03-03 [colin]      2.0.0cvs104
4231
4232         * src/plugins/clamav/clamav_plugin_gtk.c
4233                 Rework prefs page, patch by Fabien 
4234
4235 2006-03-03 [colin]      2.0.0cvs103
4236
4237         * src/plugins/clamav/clamav_plugin.c
4238                 Set error on all errors
4239
4240 2006-03-03 [colin]      2.0.0cvs102
4241
4242         * src/common/plugin.c
4243                 Initialize error to avoid crashing when a plugin fails
4244                 without setting error
4245
4246 2006-03-02 [wwp]        2.0.0cvs101
4247
4248         * configure.ac
4249                 fixed linker flags for libetpan support on Cygwin
4250                 (thanks to H.Merijn Brand).
4251
4252 2006-03-02 [wwp]        2.0.0cvs100
4253
4254         * src/addressbook.c
4255                 fix some AB error messages: one for punctuation and
4256                 one wrongly duplicate (thanks, maxbritov).
4257
4258 2006-03-02 [wwp]        2.0.0cvs99
4259
4260         * src/plugins/spamassassin/spamassassin.c
4261                 make sync calls to sa-learn/spamc to prevent
4262                 system (whatever local or client/server) overload.
4263
4264 2006-03-02 [colin]      2.0.0cvs98
4265
4266         * src/summaryview.c
4267                 Put the spam icon in the status column instead of the
4268                 mark one
4269
4270 2006-03-01 [colin]      2.0.0cvs97
4271
4272         * src/plugins/spamassassin/spamassassin.c
4273                 Fix segfault (g_file_set_contents fails for some 
4274                 reason and err==0x2f. Can't find out why with
4275                 valgrind, using working function :-)
4276
4277 2006-03-01 [colin]      2.0.0cvs96
4278
4279         * src/inc.c
4280                 Offline overriding: let 'No' be cached only 3 seconds
4281
4282 2006-03-01 [colin]      2.0.0cvs95
4283
4284         * src/addr_compl.c
4285         * src/addrbook.c
4286         * src/addressbook.c
4287         * src/addrindex.c
4288         * src/folder_item_prefs.c
4289         * src/headerview.c
4290         * src/imap.c
4291         * src/inc.c
4292         * src/ldif.c
4293         * src/mainwindow.c
4294         * src/mh.c
4295         * src/msgcache.c
4296         * src/prefs_common.h
4297         * src/prefs_msg_colors.c
4298         * src/procheader.c
4299         * src/procheader.h
4300         * src/procmime.c
4301         * src/procmsg.c
4302         * src/procmsg.h
4303         * src/send_message.h
4304         * src/simple-gettext.c
4305         * src/summaryview.c
4306         * src/summaryview.h
4307         * src/syldap.c
4308         * src/textview.c
4309         * src/undo.c
4310         * src/common/ssl_certificate.c
4311         * src/common/utils.c
4312         * src/gtk/colorsel.c
4313         * src/gtk/gtksctree.c
4314         * src/gtk/gtkshruler.c
4315         * src/plugins/trayicon/trayicon.c
4316                 #if 0 goes to /dev/null
4317
4318 2006-03-01 [colin]      2.0.0cvs94
4319
4320         * src/compose.c
4321         * src/imap.c
4322         * src/inc.c
4323         * src/inc.h
4324         * src/messageview.c
4325         * src/news.c
4326         * src/plugins/spamassassin/spamassassin.c
4327                 Allow to add information in the "working offline"
4328                 window
4329
4330 2006-03-01 [wwp]        2.0.0cvs93
4331
4332         * src/plugins/spamassassin/spamassassin.c
4333                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4334                 'cause it seems that calling `spamc ... < inputfile` with
4335                 g_spawn_(a)sync simply.. erm doesn't work :-).
4336
4337 2006-03-01 [wwp]        2.0.0cvs92
4338
4339         * src/toolbar.c
4340         * src/toolbar.h
4341                 simplify the adding of spam/ham button to the messageview toolbar
4342                 (it gets more clear now that the same button will be "Mark as spam"
4343                 or "Mark as ham" according to the current message status,
4344                 thanks to Colin).
4345
4346 2006-03-01 [wwp]        2.0.0cvs91
4347
4348         * src/messageview.c
4349         * src/procmsg.c
4350         * src/procmsg.h
4351         * src/summaryview.c
4352         * src/plugins/spamassassin/spamassassin.c
4353         * src/plugins/spamassassin/spamassassin.h
4354                 make learner callbacks return a status (0 for ok),
4355                 handle it in main code to avoid setting flags when learning failed,
4356                 don't learn on TCP if offline in spamassassin,
4357                 thanks to Colin.
4358
4359                 
4360
4361 2006-03-01 [wwp]        2.0.0cvs90
4362
4363         * src/compose.c
4364                 some work around the compose window's account menu,
4365                 patch by Fabien Vantard.
4366
4367 2006-03-01 [wwp]        2.0.0cvs89
4368
4369         * src/plugins/spamassassin/spamassassin.c
4370                 fixed bad logics, was using spamc in local mode and sa-learn
4371                 in remote mode (thanks, Colin).
4372
4373 2006-03-01 [wwp]        2.0.0cvs88
4374
4375         * src/plugins/spamassassin/spamassassin.c
4376         * src/plugins/spamassassin/spamassassin.h
4377         * src/plugins/spamassassin/spamassassin_gtk.c
4378                 made processing of emails w/ sa-plugin an option (default is TRUE),
4379                 fixed Engrish some tooltips, capitalization of some debug messages
4380                 and warnings. The spamassassin plugin now provides two separate
4381                 services: process emails upon incorporation and spamd training.
4382                 Both services (un)register independently but use some common
4383                 plugin settings (transport settings, spam storage location).
4384
4385 2006-02-28 [wwp]        2.0.0cvs87
4386
4387         * src/plugins/spamassassin/spamassassin.c
4388                 fix async flag to spamc cmdline execution (batch exec should
4389                 be asynchronous).
4390
4391 2006-02-27 [wwp]        2.0.0cvs86
4392
4393         * src/plugins/spamassassin/spamassassin.c
4394         * src/plugins/spamassassin/spamassassin.h
4395         * src/plugins/spamassassin/spamassassin_gtk.c
4396                 - added the ability to learn a remote spamassassin server (spamd),
4397                 using spamc.
4398                 - added the spamassassin option 'username', that applies to all
4399                 spamassassin operations (filtering, learning, local or remote).
4400                 The default username is the current unix user (if left blank
4401                 from gtk prefs or config file).
4402                 - commented out some unused code (notebook widget), removed unused
4403                 layout (hbox1).
4404                 - make more widgets sensitive to the transport type.
4405
4406 2006-02-27 [colin]      2.0.0cvs85
4407
4408         * src/plugins/spamassassin/spamassassin.c
4409                 Fix sa-learn call when offline
4410
4411 2006-02-27 [colin]      2.0.0cvs84
4412
4413         * configure.ac
4414         * src/Makefile.am
4415         * src/mainwindow.c
4416         * src/mainwindow.h
4417         * src/messageview.c
4418         * src/messageview.h
4419         * src/prefs_toolbar.c
4420         * src/procmsg.c
4421         * src/stock_pixmap.c
4422         * src/stock_pixmap.h
4423         * src/summaryview.c
4424         * src/toolbar.c
4425         * src/toolbar.h
4426         * src/pixmaps/ham_btn.xpm
4427         * src/pixmaps/spam.xpm
4428         * src/pixmaps/spam_btn.xpm
4429         * src/plugins/spamassassin/spamassassin.c
4430                 Add button in toolbar for spam learning
4431                 Fix a few bugs from the last related commit
4432                 Revert 1.9.6cvs23 which messed up shift-selection
4433
4434 2006-02-24 [colin]      2.0.0cvs83
4435
4436         * src/procmsg.c
4437         * src/summaryview.c
4438         * src/summaryview.h
4439         * src/plugins/spamassassin/spamassassin.c
4440         * src/plugins/spamassassin/spamassassin.h
4441         * src/plugins/spamassassin/spamassassin_gtk.c
4442                 Unregister learner when spamassassin is either
4443                 disabled or over tcp
4444
4445 2006-02-24 [colin]      2.0.0cvs82
4446
4447         * src/Makefile.am
4448         * src/mainwindow.c
4449         * src/mainwindow.h
4450         * src/procmsg.c
4451         * src/procmsg.h
4452         * src/stock_pixmap.c
4453         * src/stock_pixmap.h
4454         * src/summaryview.c
4455         * src/summaryview.h
4456         * src/gtk/icon_legend.c
4457         * src/pixmaps/spam.xpm  ** NEW FILE **
4458         * src/plugins/spamassassin/spamassassin.c
4459         * src/plugins/spamassassin/spamassassin_gtk.c
4460                 Add spam learning interface (Mark/Mark as 
4461                 (spam|ham) menus)
4462
4463 2006-02-24 [wwp]        2.0.0cvs81
4464
4465         * src/compose.c
4466         * src/compose.h
4467         * src/filtering.c
4468                 hide compose window when sending message in batch mode
4469                 (filtering: forward and redirect). Also fixed a wrong
4470                 value returned when sending failed, neutral anyway.
4471                 (Colin, me) 
4472
4473 2006-02-24 [wwp]        2.0.0cvs80
4474
4475         * src/mainwindow.c
4476                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4477
4478 2006-02-24 [paul]       2.0.0cvs79
4479
4480         * src/news.c
4481         * src/news.h
4482         * src/news_gtk.c
4483                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4484                 Thanks to Colin
4485
4486 2006-02-23 [colin]      2.0.0cvs78
4487
4488         * src/alertpanel.c
4489                 Change OK to Close in alertpanel with View log
4490                 button; add accel to View log. Patch by Fabien
4491                 Vantard
4492
4493 2006-02-23 [wwp]        2.0.0cvs77
4494
4495         * src/compose.c
4496                 silly me, there were much more tests to perform, since toolbars can
4497                 really have down to 1 element only.
4498
4499 2006-02-23 [wwp]        2.0.0cvs76
4500
4501         * commitHelper
4502                 fixed indentation from my previous commit. Fallback to VISUAL if
4503                 EDITOR is not set (and to vi, at last resort).
4504
4505 2006-02-23 [wwp]        2.0.0cvs75
4506
4507         * commitHelper
4508                 improved error detection (Colin, me).
4509
4510 2006-02-23 [wwp]        2.0.0cvs74
4511
4512         * src/prefs_toolbar.c
4513                 simplify and fix prefs/toolbars layouting. Combos' contents can
4514                 now be really displayed.
4515
4516 2006-02-23 [wwp]        2.0.0cvs73
4517         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4518         be really displayed.
4519
4520 2006-02-22 [wwp]        2.0.0cvs72
4521
4522         * src/compose.c
4523                 fix a typo in my previous commit (sorry!).
4524
4525 2006-02-22 [wwp]        2.0.0cvs71
4526
4527         * src/prefs_toolbar.c
4528                 fix a crash when adding separators to toolbars,
4529                 also fix some separator item information.
4530
4531 2006-02-22 [wwp]        2.0.0cvs70
4532
4533         * src/compose.c
4534                 fix a crash when redirecting (for instance) when compose window's
4535                 toolbar contents has been customized (when some buttons have been
4536                 removed in fact).
4537
4538 2006-02-21 [wwp]        2.0.0cvs69
4539
4540         * src/summaryview.c
4541         * src/gtk/pluginwindow.c
4542         * src/plugins/pgpcore/prefs_gpg.c
4543                 fix some compilation warnings (feat. remains of removed code).
4544
4545 2006-02-21 [wwp]        2.0.0cvs68
4546
4547         * src/gtk/gtkutils.c
4548                 fix two compilation issues, thanks to Stephan Sachse.
4549
4550 2006-02-20 [colin]      2.0.0cvs67
4551
4552         * src/mainwindow.c
4553                 Don't reselect displayed mail on refocus
4554                 This fixes actions misbehaving 
4555
4556 2006-02-20 [wwp]        2.0.0cvs66
4557
4558         * src/summaryview.c
4559         * src/gtk/gtksctree.c
4560         * src/gtk/gtkshruler.c
4561                 changed more runtime typecast checks.
4562
4563 2006-02-20 [wwp]        2.0.0cvs65
4564
4565         * src/summary_search.c
4566                 find all - summaryview refresh issue fixed, thanks to Colin.
4567
4568 2006-02-20 [wwp]        2.0.0cvs64
4569
4570         * src/gtk/gtkutils.c
4571                 better runtime typecast checks.
4572
4573 2006-02-20 [wwp]        2.0.0cvs63
4574
4575         * src/summary_search.c
4576                 enhancements to the summary search:
4577                         - add the ability to stop the running search
4578                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4579                         - don't search if no criteria (From/To/Subject/Body) is set
4580                         - ensure that a busy mouse pointer is always shown when searching,
4581                           show it even a bit earlier
4582
4583 2006-02-19 [colin]      2.0.0cvs62
4584
4585         * src/compose.c
4586         * src/imap.c
4587         * src/etpan/imap-thread.c
4588         * src/etpan/imap-thread.h
4589                 (Future) IMAP speed improvement on sending
4590                 Will require a libetpan update
4591         * src/summaryview.c
4592         * src/gtk/quicksearch.c
4593                 Make quicksearch clearable while running.
4594
4595 2006-02-17 [colin]      2.0.0cvs61
4596
4597         * src/imap.c
4598         * src/etpan/imap-thread.c
4599         * src/etpan/imap-thread.h
4600                 Check for IMAP certificates
4601                 ** Requires libetpan-0.42-cvs4 
4602                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4603
4604 2006-02-17 [colin]      2.0.0cvs60
4605
4606         * src/messageview.c
4607         * src/prefs_common.c
4608         * src/prefs_common.h
4609         * src/prefs_message.c
4610                 Add pref to display HTML-only mails with plugin, 
4611                 if possible (defaulting to FALSE of course).
4612
4613 2006-02-16 [colin]      2.0.0cvs59
4614
4615         * src/main.c
4616         * src/common/plugin.c
4617         * src/common/plugin.h
4618         * src/gtk/pluginwindow.c
4619                 Keep track of requested (but unloaded) plugins
4620                 in some error cases.
4621
4622 2006-02-16 [wwp]        2.0.0cvs58
4623
4624         * src/gtk/gtkaspell.c
4625         * src/gtk/gtkaspell.h
4626         * src/prefs_spelling.c
4627         * src/compose.c
4628         * src/prefs_common.c
4629         * src/prefs_common.h
4630                 implemented new optional spellchecker behaviour: re-check message when
4631                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4632
4633 2006-02-16 [wwp]        2.0.0cvs57
4634
4635         * src/quote_fmt_parse.y
4636                 pclose popen'ed pipe.
4637
4638 2006-02-15 [colin]      2.0.0cvs56
4639
4640         * src/mimeview.c
4641         * src/mimeview.h
4642                 Let MimeViewers know which MimeView they
4643                 depend of.
4644         * src/summaryview.c
4645                 Swap From/To columns in Sent/Queue/Drafts
4646                 folders
4647         * src/etpan/imap-thread.c
4648                 Use mailstream_low_tls_open() for STARTTLS
4649                 instead of mailstream_low_ssl_open()
4650                 ** REQUIRES libetpan 0.42cvs3 **
4651
4652 2006-02-15 [wwp]        2.0.0cvs55
4653
4654         * src/compose.c
4655         * src/compose.h
4656         * src/message_search.c
4657         * src/message_search.h
4658         * src/textview.c
4659         * src/gtk/gtkutils.c
4660         * src/gtk/gtkutils.h
4661                 added the ability to Find text in the compose window (and a bit
4662                 of code factorization).
4663
4664 2006-02-15 [wwp]        2.0.0cvs54
4665
4666         * src/prefs_gtk.c
4667                 yet another one file was missing (fix for some widgets' sensitivity).
4668                 Thanks Colin!
4669
4670 2006-02-15 [wwp]        2.0.0cvs53
4671
4672         * src/prefs_gtk.h
4673                 oops forgot that file (fix for some widgets' sensitivity).
4674
4675 2006-02-15 [wwp]        2.0.0cvs52
4676
4677         * src/summary_search.c
4678                 implemented advanced summary search options (added the ability
4679                 to use matcher conditions in an advanced search mode).
4680
4681 2006-02-15 [wwp]        2.0.0cvs51
4682
4683         * src/plugins/pgpcore/prefs_gpg.c
4684         * src/prefs_account.c
4685                 fix some widget sensitivity, mostly around some labels in
4686                 account prefs.
4687
4688 2006-02-15 [paul]       2.0.0cvs50
4689
4690         * manual/advanced.xml
4691                 improve Templates info
4692                 written by wwp
4693
4694 2006-02-14 [colin]      2.0.0cvs49
4695
4696         * src/pixmaps/address_book.xpm
4697         * src/pixmaps/preferences.xpm
4698         * src/pixmaps/properties.xpm
4699                 Fix pixmap size - patch by Fabien Vantard
4700
4701 2006-02-13 [colin]      2.0.0cvs48
4702
4703         * src/procmime.c
4704                 Add missing fclose()s on error
4705         * src/textview.c
4706                 Remove unused code
4707         * src/common/utils.c
4708                 Fix temp files not being deleted on windows
4709         Patches by Thomas Gilgin
4710
4711 2006-02-13 [colin]      2.0.0cvs47
4712
4713         * src/mainwindow.c
4714                 Fix exit crash
4715
4716 2006-02-13 [wwp]        2.0.0cvs46
4717
4718         * src/plugins/pgpcore/prefs_gpg.c
4719                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4720
4721 2006-02-12 [colin]      2.0.0cvs45
4722
4723         * src/folderview.c
4724         * src/main.c
4725         * src/mainwindow.c
4726                 Fix "stuff" when quitting
4727
4728 2006-02-12 [wwp]        2.0.0cvs44
4729
4730         * src/prefs_themes.c
4731                 fix typos in debug messages.
4732
4733 2006-02-11 [colin]      2.0.0cvs43
4734
4735         * src/summaryview.c
4736                 don't allow drag/drop from ourself
4737
4738 2006-02-10 [wwp]        2.0.0cvs42
4739
4740         * src/exporthtml.c
4741         * src/html.c
4742         * src/html.h
4743         * src/procmime.c
4744         * src/textview.c
4745                 renamed html_ prefixed functions and data structures to avoid
4746                 namespace clashes w/ other software (gtkhtml2 for instance).
4747                 Closes bug #907.
4748
4749
4750 2006-02-09 [colin]      2.0.0cvs41
4751
4752         * src/summaryview.c
4753                 Fix shitty logic messed up. Thanks Ticho for the hint!
4754
4755 2006-02-09 [wwp]        2.0.0cvs40
4756
4757         * src/gtk/about.c
4758         * src/compose.c
4759         * src/prefs_account.c
4760         * src/prefs_gtk.h
4761         * src/editaddress.c
4762                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4763                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4764                 Browse buttons in accounts prefs.
4765
4766 2006-02-09 [colin]      2.0.0cvs39
4767
4768         * src/matcher.c
4769                 Check for pointer before using its members
4770         * src/gtk/gtksourceprintjob.c
4771                 Fix a wrong warning
4772
4773 2006-02-09 [wwp]        2.0.0cvs38
4774
4775         * src/gtk/filesel.c
4776                 fix few compiler warnings (type mismatch).
4777
4778 2006-02-09 [paul]       2.0.0cvs37
4779
4780         * po/fr.po
4781                 updated by Fabien Vantard
4782
4783 2006-02-08 [colin]      2.0.0cvs36
4784
4785         * src/prefs_common.c
4786         * src/common/defs.h
4787         * src/common/plugin.c
4788                 allow windows and linux configurations to coexist
4789                 patch by Thomas Gilgin
4790
4791 2006-02-08 [colin]      2.0.0cvs35
4792
4793         * src/filtering.c
4794         * src/matcher.c
4795         * src/matcher.h
4796         * src/matcher_parser_parse.y
4797         * src/prefs_filtering_action.c
4798         * src/prefs_matcher.c
4799                 Add the "Ignore thread" filtering
4800                 action
4801
4802 2006-02-08 [colin]      2.0.0cvs34
4803
4804         * src/compose.c
4805         * src/procmime.c
4806         * src/procmime.h
4807                 Fix bug #905 (damaged attachment)
4808                 text files with raw \0's aren't really text files
4809         FOR_STABLE
4810
4811 2006-02-08 [colin]      2.0.0cvs33
4812
4813         * src/summaryview.c
4814                 Fix crasher introduced yesterday
4815
4816 2006-02-08 [wwp]        2.0.0cvs32
4817
4818         * src/compose.c
4819         * src/compose.h
4820                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4821
4822 2006-02-08 [wwp]        2.0.0cvs31
4823
4824         * src/prefs_template.c
4825                 templates enhancement: allow address completion for Cc and Bcc fields
4826                 (it was currently possible for the To field only)
4827
4828 2006-02-08 [colin]      2.0.0cvs30
4829
4830         * src/compose.c
4831                 Don't unblock if not blocked
4832         FOR_STABLE
4833
4834 2006-02-07 [colin]      2.0.0cvs29
4835
4836         * src/action.c
4837                 Forgot to refresh summaryview
4838
4839 2006-02-07 [colin]      2.0.0cvs28
4840
4841         * src/action.c
4842                 Freeze/thaw message list and folder list while
4843                 processing %as{} actions 
4844         * src/compose.c
4845                 Fix auto-wrap disabling after a middle-click
4846                 paste - FOR_STABLE
4847
4848 2006-02-07 [paul]       2.0.0cvs27
4849
4850         * src/folder.c
4851                 fix freeing of uninitialised pointers
4852                 Thanks to Colin
4853
4854 2006-02-06 [colin]      2.0.0cvs26
4855
4856         * src/folder.c
4857                 Use g_slist_prepend in potentially big list
4858
4859 2006-02-06 [colin]      2.0.0cvs25
4860
4861         * src/folder.c
4862                 Completely skip processing if it doesn't 
4863                 exist (faster!)
4864
4865 2006-02-06 [colin]      2.0.0cvs24
4866
4867         * src/folder.c
4868         * src/summaryview.c
4869                 Batch filtering in summaryview (from Tools menu)
4870                 and pre/post//-processing too
4871
4872 2006-02-06 [colin]      2.0.0cvs23
4873
4874         * src/procmsg.h
4875         * src/filtering.c
4876                 Use a special field for batch filtering instead
4877                 of stepping on deferred execution's toes
4878
4879 2006-02-06 [colin]      2.0.0cvs22
4880
4881         * src/action.c
4882         * src/filtering.c
4883         * src/filtering.h
4884         * src/folder.c
4885         * src/summaryview.c
4886                 Fix filtering via menus and actions
4887
4888 2006-02-06 [colin]      2.0.0cvs21
4889
4890         * src/imap.c
4891                 Put the added file directly to cache if possible (will work
4892                 with next libetpan)
4893         * src/filtering.c
4894         * src/filtering.h
4895         * src/inc.c
4896         * src/folder.c
4897         * src/mbox.c
4898         * src/procmsg.h
4899                 Move and copy filtered messages by batches instead of one
4900                 by one - faster on IMAP
4901         * src/procmsg.c
4902                 Add a function that'll possibly be useful later
4903
4904 2006-02-06 [colin]      2.0.0cvs20
4905
4906         * src/addressbook.c
4907                 Use internal mime-type instead of text/plain for d'n'd
4908         * src/compose.c
4909                 Allow attaching files from mimeview's icon list via d'n'd
4910         * src/folderview.c
4911         * src/folderview.h
4912                 Use internal mime-type instead of text/plain for d'n'd
4913                 Don't try to selected opened folder if none is
4914                 Factorize d'n'd from other apps code
4915         * src/headerview.c
4916         * src/textview.c
4917         * src/gtk/gtkutils.c
4918         * src/gtk/gtkutils.h
4919                 Factorize Face/X-Face stuff
4920         * src/mimeview.c
4921                 Fix d'n'd to other apps
4922         * src/prefs_message.c
4923                 Let the XFace pref be usable without libcompface as it also
4924                 applies to Face
4925         * src/summaryview.c
4926                 Fix d'n'd to other apps
4927                 Factorize d'n'd from other apps code
4928
4929 2006-02-06 [wwp]        2.0.0cvs19
4930
4931         * po/it.po
4932                 Italian translation fixes by Andrea Spadaccini (no more confusion
4933                 between filtering and processing, and few changes in the About
4934                 dialog).
4935
4936
4937 2006-02-06 [mones]      2.0.0cvs18
4938
4939         * src/gtk/icon_legend.c
4940                 Improved descriptions allowing better translations
4941
4942 2006-02-05 [colin]      2.0.0cvs17
4943
4944         * src/imap.c
4945                 Add the f*cking missing expunge that caused imap_fetch_env
4946                 to fail after an add_msgs ! :-///
4947         * src/etpan/imap-thread.c
4948                 Add a bit of debug
4949         FOR_STABLE
4950
4951 2006-02-05 [colin]      2.0.0cvs16
4952
4953         * src/common/utils.c
4954                 Don't check for return-path (or we can't put
4955                 back non-sent mails)
4956
4957 2006-02-05 [colin]      2.0.0cvs15
4958
4959         * src/textview.c
4960                 Don't try to display Face header in textview
4961                 when teh headerview's active
4962
4963 2006-02-05 [colin]      2.0.0cvs14
4964
4965         * tools/tbird2syl.py
4966         * tools/Makefile.am
4967                 Add script to import Thunderbird mails
4968
4969 2006-02-05 [colin]      2.0.0cvs13
4970
4971         * src/headerview.c
4972         * src/procheader.c
4973         * src/procmsg.c
4974         * src/procmsg.h
4975         * src/textview.c
4976                 Show Face headers - patch partially by Klaus Flittner
4977
4978 2006-02-05 [colin]      2.0.0cvs12
4979
4980         * src/folderview.c
4981         * src/summaryview.c
4982         * src/common/utils.c
4983         * src/common/utils.h
4984                 Let dnd work from mime icons to summaryview
4985                 and to folderview too
4986                 Add a crude test to avoid trying to add files
4987                 drag'n'dropped when they're not mails
4988
4989 2006-02-04 [colin]      2.0.0cvs11
4990
4991         * src/summaryview.c
4992         * src/mimeview.c
4993                 Fix utf8 conversion
4994
4995 2006-02-04 [colin]      2.0.0cvs10
4996
4997         * src/compose.c
4998         * src/folderview.c
4999         * src/mimeview.c
5000         * src/summaryview.c
5001         * src/summaryview.h
5002                 Added various drag and drop capas:
5003                 From                    To
5004                 summaryview             other apps
5005                 mimeview icons          other apps
5006                 other apps              summaryview
5007                 other apps              folderview
5008
5009                 This shouldn't have broken the existing:
5010                 From                    To
5011                 summaryview             folderview
5012                 folderview              folderview
5013                 summaryview             compose's attachments
5014
5015         Tests welcomed.
5016
5017 2006-02-02 [paul]       2.0.0cvs9
5018
5019         * src/mainwindow.c
5020                 move global option 'Set displayed columns...' out
5021                 of folder option grouping.
5022                 fix sensitivity of 'harvest addresses'
5023         FOR_STABLE
5024
5025 2006-02-01 [colin]      2.0.0cvs8
5026
5027         * src/mimeview.c
5028                 Revert the alertpanel patch, it sucks (intrusive
5029                 and gets in the way of "open")
5030
5031 2006-02-01 [colin]      2.0.0cvs7
5032
5033         * src/compose.c
5034         * src/prefs_account.c
5035         * src/prefs_common.c
5036         * src/common/defs.h
5037         * src/common/utils.c
5038         * src/common/utils.h
5039                 Add ability to edit the signature file
5040                 from the account preferences, and use
5041                 a default for the text editor.
5042                 Patch by Fabien Vantard
5043
5044 2006-02-01 [colin]      2.0.0cvs6
5045
5046         * src/mimeview.c
5047                 Try to get mime type by extension if it is
5048                 application/octet-stream
5049                 Display a window with possible choices when
5050                 encountering unknown mime types
5051         * src/gtk/filesel.c
5052         * src/gtk/filesel.h
5053                 Add preview
5054                 Allow multiple selection in filtered filesel
5055                 (patch by Fabien Vantard)
5056         * src/gtk/pluginwindow.c
5057                 Use it (patch by Fabien Vantard)
5058
5059 2006-02-01 [paul]       2.0.0cvs5
5060
5061         * src/jpilot.c
5062                 fix crash on creating jpilot address book
5063                 Thanks to Colin - FOR_STABLE
5064         * src/prefs_summaries.c
5065         * src/prefs_wrapping.c
5066         * src/gtk/icon_legend.c
5067         * src/gtk/quicksearch.c
5068                 string fixes and additions
5069
5070 2006-02-01 [paul]       2.0.0cvs4
5071
5072         * src/compose.c
5073         * src/mainwindow.c
5074         * src/messageview.c
5075         * src/prefs_send.c
5076                 add Arabic encoding option
5077                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5078
5079 2006-01-31 [colin]      2.0.0cvs3
5080
5081         * src/plugins/pgpcore/passphrase.c
5082                 Convert passphrase to locale encoding
5083         * src/compose.c
5084                 Fix drafting on IMAP. Crappy bug sneaked in
5085                 the release :-/
5086         FOR_STABLE
5087
5088 2006-01-30 [paul]       2.0.0cvs2
5089
5090         * src/gtk/icon_legend.c
5091                 show the new entries
5092
5093 2006-01-30 [colin]      2.0.0cvs1
5094
5095         * src/manual.c
5096                 Check for the file to be present before 
5097                 enabling the menu - FOR_STABLE
5098         * src/gtk/icon_legend.c
5099                 Add folders icons (not all of them, there
5100                 are too much, but the most intriguing ones)
5101
5102 2006-01-30 [paul]       2.0.0
5103
5104         version 2.0.0 released
5105
5106 2006-01-30 [paul]       1.9.100cvs200
5107
5108         * manual/faq.xml
5109         * manual/gpl.xml
5110         * manual/intro.xml
5111         * manual/starting.xml
5112         * manual/sylpheed-claws-manual.xml
5113                 fixes, additions
5114
5115 2006-01-29 [mones]      1.9.100cvs199
5116
5117         * manual/account.xml
5118         * manual/advanced.xml
5119         * manual/glossary.xml
5120                 Some typos fixed, added LDIF term to glossary
5121         * po/es.po
5122                 Fixed leading plus symbol
5123
5124 2006-01-29 [paul]       1.9.100cvs198
5125
5126         * po/fi.po
5127         * po/sk.po
5128                 updated by Tommi Pirinen and Andrej Kacian
5129
5130 2006-01-29 [paul]       1.9.100cvs197
5131
5132         * src/gtk/authors.h
5133                 remove duplicates
5134
5135 2006-01-29 [paul]       1.9.100cvs196
5136
5137         * AUTHORS
5138         * po/nl.po
5139         * src/gtk/authors.h
5140         * tools/claws.i18n.status.pl
5141                 nl translation updated by Tim Dijkstra
5142
5143 2006-01-29 [paul]       1.9.100cvs195
5144
5145         * po/sr.po
5146         * po/sv.po
5147                 updated by Aleksandar Urosevic and Anders Troback
5148
5149 2006-01-28 [colin]      1.9.100cvs194
5150
5151         * src/gtk/gtksourceprintjob.c
5152                 Don't fiddle with PangoLayout when we
5153                 have an image
5154
5155 2006-01-28 [paul]       1.9.100cvs193
5156
5157         * AUTHORS
5158         * po/el.po
5159         * po/zh_CN.po
5160         * src/gtk/authors.h
5161         * tools/claws.i18n.status.pl
5162                 updated translations submitted by Stavros Giannouris
5163                 and Ralgh Young
5164
5165 2006-01-27 [colin]      1.9.100cvs192
5166
5167         * src/summaryview.c
5168         * src/gtk/gtksourceprintjob.c
5169                 Add image printing 
5170                 (libgnomeprint only, of course)
5171
5172 2006-01-27 [paul]       1.9.100cvs191
5173
5174         * po/fr.po
5175         * po/it.po
5176                 updated by Fabien Vantard and Andrea Spadaccini
5177
5178 2006-01-26 [colin]      1.9.100cvs190
5179
5180         * manual/Makefile.am
5181         * configure.ac
5182                 Make building the manual optional 
5183                 (--disable-manual)
5184
5185 2006-01-26 [paul]       1.9.100cvs189
5186
5187         * manual/glossary.xml
5188         * manual/plugins.xml
5189                 edited
5190         * po/en_GB.po
5191                 updated
5192
5193 2006-01-26 [paul]       1.9.100cvs188
5194
5195         * src/prefs_display_header.c
5196         * src/prefs_folder_column.c
5197         * src/prefs_msg_colors.c
5198         * src/prefs_summaries.c
5199         * src/prefs_summary_column.c
5200                 HIGify
5201
5202 2006-01-25 [colin]      1.9.100cvs187
5203
5204         * src/imap.c
5205                 Don't allow moving/copying mails between
5206                 queue/drafts and non-queue/drafts folders
5207                 Fixes bug #897 (message header is resetted 
5208                 if one is copied to Drafts)
5209
5210 2006-01-25 [colin]      1.9.100cvs186
5211
5212         * src/folder.c
5213         * src/mainwindow.c
5214                 Fix subscribed folders not found
5215         * src/compose.c
5216                 Don't try to encode as original mail's charset
5217                 if it's ascii 
5218
5219 2006-01-25 [paul]       1.9.100cvs185
5220
5221         * AUTHORS
5222         * po/Makevars
5223                 updated
5224         * po/de.po
5225         * po/pl.po
5226         * po/pt_BR.po
5227         * po/sr.po
5228                 updates submitted by Stephan Sachse, Emilian Nowak
5229                 and Quar, Frederico Goncalves Guimaraes, and
5230                 Aleksandar Urosevic
5231                 Fix Bug 896, 'PT_BR locale broken'.
5232         * src/gtk/authors.h
5233                 updated
5234
5235 2006-01-24 [mones]      1.9.100cvs184
5236
5237         * manual/glossary.xml
5238                 All current terms finished. Reviewers welcome ;-)
5239         * manual/keyboard.xml
5240                 Fixed column width for pdf output.
5241         * po/es.po
5242                 Updated
5243
5244 2006-01-24 [paul]       1.9.100cvs183
5245
5246         * manual/glossary.xml
5247                 fix id name
5248         * manual/dist/html/Makefile.am
5249         * manual/dist/pdf/Makefile.am
5250         * manual/dist/ps/Makefile.am
5251         * manual/dist/txt/Makefile.am
5252                 fix make deps
5253                 Thanks to Colin
5254
5255 2006-01-24 [mones]      1.9.100cvs182
5256
5257         * manual/glossary.xml
5258                 Nearly finished, some terms missing.
5259
5260 2006-01-23 [paul]       1.9.100cvs181
5261
5262         * manual/dist/html/Makefile.am
5263         * manual/dist/pdf/Makefile.am
5264         * manual/dist/ps/Makefile.am
5265         * manual/dist/txt/Makefile.am
5266         * src/mainwindow.c
5267                 re-enable manual
5268                 Thanks to Colin
5269
5270 2006-01-22 [colin]      1.9.100cvs180
5271
5272         * src/compose.c
5273         * src/gtk/gtkaspell.c
5274                 Don't deselect stuff before right-clicking, with aspell.
5275                 (This prevented right-click Copy, for example).
5276                 Thanks to Clo!
5277
5278 2006-01-22 [paul]       1.9.100cvs179
5279
5280         * src/summary_search.c
5281                 don't fix the widget size as it causes problems
5282                 under localisation.
5283                 Thanks to Emilian Nowak
5284
5285 2006-01-21 [paul]       1.9.100cvs178
5286
5287         * src/prefs_themes.c
5288                 fix broken underlining of label text
5289                 with some translations
5290
5291 2006-01-21 [colin]      1.9.100cvs177
5292
5293         * po/fr.po
5294                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5295
5296 2006-01-20 [colin]      1.9.100cvs176
5297
5298         * configure.ac
5299         * Makefile.am
5300         * manual/Makefile
5301         * manual/dist/html/.cvsignore
5302         * manual/dist/html/Makefile.am
5303         * manual/dist/pdf/.cvsignore
5304         * manual/dist/pdf/Makefile.am
5305         * manual/dist/ps/.cvsignore
5306         * manual/dist/ps/Makefile.am
5307         * manual/dist/txt/.cvsignore
5308         * manual/dist/txt/Makefile.am
5309                 Autotool-ize manual
5310
5311 2006-01-20 [paul]       1.9.100cvs175
5312
5313         * manual/handling.xml
5314                 make Filtering and Searching entries easier to find
5315         * manual/keyboard.xml
5316                 add the remaining default keybinds
5317         * src/prefs_summaries.c
5318                 update the default keybinds
5319
5320 2006-01-20 [paul]       1.9.100cvs174
5321
5322         * src/addressbook.c
5323         * src/addrgather.c
5324         * src/addrharvest.c
5325         * src/editaddress.c
5326         * src/editgroup.c
5327         * src/exphtmldlg.c
5328         * src/expldifdlg.c
5329         * src/exporthtml.c
5330         * src/exportldif.c
5331         * src/ldif.c
5332                 replace 'e-mail' with 'email'
5333         * src/summary_search.c
5334                 add mnemonic to "Find all" button
5335
5336 2006-01-20 [wwp]        1.9.100cvs173
5337
5338         * src/export.c
5339         * src/import.c
5340                 touched mbox import/export buttons for HIG-compliance
5341
5342 2006-01-19 [paul]       1.9.100cvs172
5343
5344         * manual/account.xml
5345         * manual/addrbook.xml
5346         * manual/advanced.xml
5347         * manual/faq.xml
5348         * manual/handling.xml
5349         * manual/intro.xml
5350         * manual/plugins.xml
5351         * manual/starting.xml
5352                 more editing
5353
5354 2006-01-19 [paul]       1.9.100cvs171
5355
5356         * src/toolbar.c
5357                 allow use of trash button while receiving
5358                 Thanks to Colin
5359
5360 2006-01-19 [wwp]        1.9.100cvs170
5361
5362         * src/gtk/quicksearch.c
5363         * src/compose.c
5364                 force text color to black when yellow background is set
5365
5366 2006-01-19 [colin]      1.9.100cvs169
5367
5368         * src/plugins/trayicon/trayicon.c
5369                 Gray out Get Mail when already getting mail
5370
5371 2006-01-18 [paul]       1.9.100cvs168
5372
5373         * src/compose.c
5374                 give widget yellow background was To is
5375                 set via folder prefs
5376         * src/gtk/quicksearch.c
5377                 give widget yellow background when quick
5378                 search is active.
5379                 Thanks to Colin
5380
5381 2006-01-18 [paul]       1.9.100cvs167
5382
5383         * doc/man/sylpheed-claws.1
5384                 add --subscribe option
5385
5386 2006-01-18 [paul]       1.9.100cvs166
5387
5388         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5389         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5390                 use %U instead of %F (%F is broken for user installed
5391                 files in kde 3.5)
5392
5393 2006-01-18 [colin]      1.9.100cvs165
5394
5395         * src/summaryview.c
5396                 Default to Yes in "No more * messages" dialogs
5397
5398 2006-01-17 [colin]      1.9.100cvs164
5399
5400         * src/compose.c
5401                 Possibly fix an invalid iterator causing
5402                 crash
5403
5404 2006-01-17 [colin]      1.9.100cvs163
5405
5406         * src/mimeview.c
5407                 Fix crash when the image disappears under the
5408                 image viewer
5409
5410 2006-01-16 [colin]      1.9.100cvs162
5411
5412         * src/compose.c
5413                 Fix reenabling autowrap
5414
5415 2006-01-16 [colin]      1.9.100cvs161
5416
5417         * src/compose.c
5418                 reset quote_len before getting quote_str
5419
5420 2006-01-16 [colin]      1.9.100cvs160
5421
5422         * src/account.c
5423         * src/account.h
5424         * src/folder.c
5425         * src/imap_gtk.c
5426         * src/mh_gtk.c
5427                 Fix bug #883 (default inbox does not track folder move)
5428
5429 2006-01-16 [colin]      1.9.100cvs159
5430
5431         * src/compose.c
5432         * src/plugins/pgpcore/passphrase.c
5433                 More buttons fixes
5434
5435 2006-01-16 [paul]       1.9.100cvs158
5436
5437         * src/prefs_actions.c
5438         * src/prefs_filtering_action.c
5439         * src/prefs_matcher.c
5440         * src/quote_fmt.c
5441         * src/gtk/description_window.c
5442         * src/gtk/description_window.h
5443         * src/gtk/quicksearch.c
5444                 description window cleanups
5445
5446 2006-01-15 [colin]      1.9.100cvs157
5447
5448         * src/addressbook.c
5449         * src/prefs_filtering.c
5450                 Same here
5451
5452 2006-01-15 [colin]      1.9.100cvs156
5453
5454         * src/folderview.c
5455         * src/mainwindow.c
5456                 Same for "Empty trash"
5457
5458 2006-01-15 [colin]      1.9.100cvs155
5459
5460         * src/inc.c
5461                 Override offline dialog had Yes by default
5462
5463 2006-01-15 [colin]      1.9.100cvs154
5464
5465         * src/summaryview.c
5466                 Delete selected messages? previously had Yes the default
5467
5468 2006-01-15 [colin]      1.9.100cvs153
5469
5470         * src/folder.c
5471         * src/folder.h
5472         * src/main.c
5473                 Check if a mailbox is loaded after all
5474                 plugins are loaded.
5475
5476 2006-01-15 [colin]      1.9.100cvs152
5477
5478         * src/folder.c
5479                 Don't start wizard when there are unloaded folders (will help
5480                 people with only mbox or maildir mailboxes)
5481
5482 2006-01-14 [colin]      1.9.100cvs151
5483
5484         * src/addressbook.c
5485         * src/expldifdlg.c
5486         * src/importldif.c
5487         * src/importmutt.c
5488         * src/importpine.c
5489         * src/mh_gtk.c
5490                 More HIG compliance and fixes
5491
5492 2006-01-14 [colin]      1.9.100cvs150
5493
5494         * src/prefs_filtering_action.c
5495         * src/foldersel.c
5496                 Two forgotten button order changes
5497
5498 2006-01-14 [colin]      1.9.100cvs149
5499
5500         * src/account.c
5501         * src/addressbook.c
5502         * src/compose.c
5503         * src/folderview.c
5504         * src/imap_gtk.c
5505         * src/mainwindow.c
5506         * src/mh_gtk.c
5507         * src/news_gtk.c
5508         * src/prefs_actions.c
5509         * src/prefs_customheader.c
5510         * src/prefs_filtering.c
5511         * src/prefs_matcher.c
5512         * src/prefs_template.c
5513         * src/ssl_manager.c
5514         * src/summaryview.c
5515         * src/textview.c
5516         * src/toolbar.c
5517                 All deletion confirmations are now "Cancel, Delete" 
5518                 instead of "No, Yes"
5519                 Clarified most of the other "No, Yes" to 
5520                 "Cancel, Descriptive_action"
5521                 Rechanged the "Entry not saved" alerts to have 
5522                 "Close, Continue editing"
5523
5524
5525 2006-01-14 [paul]
5526
5527         * 2.0.0-rc4 released
5528
5529 2006-01-14 [paul]       1.9.100cvs148
5530
5531         * src/account.c
5532         * src/addressadd.c
5533         * src/addressbook.c
5534         * src/compose.c
5535         * src/editaddress.c
5536         * src/editbook.c
5537         * src/editgroup.c
5538         * src/editjpilot.c
5539         * src/editldap.c
5540         * src/editvcard.c
5541         * src/exphtmldlg.c
5542         * src/expldifdlg.c
5543         * src/folderview.c
5544         * src/grouplistdialog.c
5545         * src/imap_gtk.c
5546         * src/importmutt.c
5547         * src/importpine.c
5548         * src/inc.c
5549         * src/main.c
5550         * src/mainwindow.c
5551         * src/message_search.c
5552         * src/messageview.c
5553         * src/mh_gtk.c
5554         * src/mimeview.c
5555         * src/news_gtk.c
5556         * src/prefs_actions.c
5557         * src/prefs_customheader.c
5558         * src/prefs_filtering.c
5559         * src/prefs_matcher.c
5560         * src/prefs_template.c
5561         * src/prefs_themes.c
5562         * src/ssl_manager.c
5563         * src/summary_search.c
5564         * src/summaryview.c
5565         * src/textview.c
5566         * src/toolbar.c
5567         * src/gtk/foldersort.c
5568         * src/gtk/gtkaspell.c
5569         * src/gtk/inputdialog.c
5570         * src/gtk/prefswindow.c
5571         * src/plugins/pgpcore/select-keys.c
5572         * src/plugins/trayicon/trayicon.c
5573                 HIG compliant button order
5574
5575 2006-01-14 [mones]      1.9.100cvs147
5576
5577         * po/es.po
5578                 Updated translation
5579
5580 2006-01-13 [paul]       1.9.100cvs146
5581
5582         * AUTHORS
5583         * ChangeLog
5584         * src/gtk/authors.h
5585                 add Joshua M. Kwan to contributors list
5586
5587 2006-01-13 [colin]      1.9.100cvs145
5588
5589         * src/gtk/quicksearch.c
5590                 Don't refocus quick search after executing (Esc or Enter)
5591                 Allows to '/'search something then move up/down in 
5592                 summaryview, and to Esc a search and be back in the 
5593                 summaryview
5594
5595 2006-01-13 [paul]       1.9.100cvs144
5596
5597         * src/plugins/pgpinline/pgpinline.c
5598                 support Content-Type 'application/pgp'
5599                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5600
5601 2006-01-13 [paul]       1.9.100cvs143
5602
5603         * manual/account.xml
5604                 make mention of partial retrieval
5605                 thanks to Colin
5606
5607 2006-01-13 [paul]       1.9.100cvs142
5608
5609         * src/account.c
5610         * src/account.h
5611         * src/action.c
5612         * src/action.h
5613         * src/adbookbase.h
5614         * src/addr_compl.c
5615         * src/addr_compl.h
5616         * src/addrbook.c
5617         * src/addrcache.c
5618         * src/addrcache.h
5619         * src/addrcindex.c
5620         * src/addrcindex.h
5621         * src/addrclip.c
5622         * src/addrclip.h
5623         * src/addrdefs.h
5624         * src/addressadd.c
5625         * src/addressadd.h
5626         * src/addressbook.c
5627         * src/addressbook.h
5628         * src/addrgather.c
5629         * src/addrgather.h
5630         * src/addrharvest.c
5631         * src/addrharvest.h
5632         * src/addrindex.c
5633         * src/addrindex.h
5634         * src/addritem.c
5635         * src/addritem.h
5636         * src/addrquery.c
5637         * src/addrquery.h
5638         * src/addrselect.c
5639         * src/addrselect.h
5640         * src/alertpanel.c
5641         * src/alertpanel.h
5642         * src/browseldap.c
5643         * src/browseldap.h
5644         * src/codeconv.c
5645         * src/codeconv.h
5646         * src/compose.c
5647         * src/compose.h
5648         * src/customheader.c
5649         * src/customheader.h
5650         * src/displayheader.c
5651         * src/displayheader.h
5652         * src/editaddress.c
5653         * src/editaddress.h
5654         * src/editbook.c
5655         * src/editbook.h
5656         * src/editgroup.c
5657         * src/editgroup.h
5658         * src/editjpilot.c
5659         * src/editjpilot.h
5660         * src/editldap.c
5661         * src/editldap.h
5662         * src/editldap_basedn.c
5663         * src/editldap_basedn.h
5664         * src/editvcard.c
5665         * src/editvcard.h
5666         * src/exphtmldlg.c
5667         * src/exphtmldlg.h
5668         * src/expldifdlg.c
5669         * src/expldifdlg.h
5670         * src/export.h
5671         * src/exporthtml.c
5672         * src/exporthtml.h
5673         * src/exportldif.c
5674         * src/exportldif.h
5675         * src/filtering.c
5676         * src/filtering.h
5677         * src/folder.c
5678         * src/folder.h
5679         * src/folder_item_prefs.c
5680         * src/folder_item_prefs.h
5681         * src/foldersel.c
5682         * src/foldersel.h
5683         * src/folderutils.c
5684         * src/folderutils.h
5685         * src/folderview.c
5686         * src/folderview.h
5687         * src/grouplistdialog.c
5688         * src/grouplistdialog.h
5689         * src/headerview.c
5690         * src/html.c
5691         * src/html.h
5692         * src/image_viewer.c
5693         * src/image_viewer.h
5694         * src/imap.c
5695         * src/imap.h
5696         * src/imap_gtk.c
5697         * src/imap_gtk.h
5698         * src/import.h
5699         * src/importldif.c
5700         * src/importldif.h
5701         * src/importmutt.c
5702         * src/importmutt.h
5703         * src/importpine.c
5704         * src/importpine.h
5705         * src/inc.c
5706         * src/inc.h
5707         * src/jpilot.c
5708         * src/jpilot.h
5709         * src/ldapctrl.c
5710         * src/ldapctrl.h
5711         * src/ldaplocate.c
5712         * src/ldaplocate.h
5713         * src/ldapquery.c
5714         * src/ldapquery.h
5715         * src/ldapserver.c
5716         * src/ldapserver.h
5717         * src/ldaputil.c
5718         * src/ldaputil.h
5719         * src/ldif.c
5720         * src/ldif.h
5721         * src/main.c
5722         * src/main.h
5723         * src/mainwindow.c
5724         * src/mainwindow.h
5725         * src/manual.c
5726         * src/manual.h
5727         * src/mbox.c
5728         * src/mbox.h
5729         * src/message_search.c
5730         * src/message_search.h
5731         * src/messageview.c
5732         * src/messageview.h
5733         * src/mh.c
5734         * src/mh.h
5735         * src/mh_gtk.c
5736         * src/mh_gtk.h
5737         * src/mimeview.c
5738         * src/mimeview.h
5739         * src/msgcache.c
5740         * src/msgcache.h
5741         * src/mutt.c
5742         * src/mutt.h
5743         * src/news.c
5744         * src/news.h
5745         * src/news_gtk.c
5746         * src/news_gtk.h
5747         * src/partial_download.c
5748         * src/partial_download.h
5749         * src/pine.c
5750         * src/pine.h
5751         * src/pop.c
5752         * src/pop.h
5753         * src/prefs_account.c
5754         * src/prefs_account.h
5755         * src/prefs_actions.c
5756         * src/prefs_actions.h
5757         * src/prefs_common.c
5758         * src/prefs_common.h
5759         * src/prefs_compose_writing.c
5760         * src/prefs_compose_writing.h
5761         * src/prefs_customheader.c
5762         * src/prefs_customheader.h
5763         * src/prefs_display_header.c
5764         * src/prefs_display_header.h
5765         * src/prefs_filtering.c
5766         * src/prefs_filtering.h
5767         * src/prefs_filtering_action.c
5768         * src/prefs_filtering_action.h
5769         * src/prefs_folder_column.c
5770         * src/prefs_folder_column.h
5771         * src/prefs_folder_item.c
5772         * src/prefs_folder_item.h
5773         * src/prefs_fonts.c
5774         * src/prefs_fonts.h
5775         * src/prefs_gtk.c
5776         * src/prefs_gtk.h
5777         * src/prefs_image_viewer.c
5778         * src/prefs_image_viewer.h
5779         * src/prefs_matcher.c
5780         * src/prefs_matcher.h
5781         * src/prefs_message.c
5782         * src/prefs_msg_colors.c
5783         * src/prefs_msg_colors.h
5784         * src/prefs_other.c
5785         * src/prefs_quote.c
5786         * src/prefs_receive.c
5787         * src/prefs_send.c
5788         * src/prefs_spelling.c
5789         * src/prefs_spelling.h
5790         * src/prefs_summaries.c
5791         * src/prefs_summaries.h
5792         * src/prefs_summary_column.c
5793         * src/prefs_summary_column.h
5794         * src/prefs_template.c
5795         * src/prefs_template.h
5796         * src/prefs_themes.c
5797         * src/prefs_themes.h
5798         * src/prefs_toolbar.c
5799         * src/prefs_toolbar.h
5800         * src/prefs_wrapping.c
5801         * src/prefs_wrapping.h
5802         * src/privacy.c
5803         * src/privacy.h
5804         * src/procheader.c
5805         * src/procheader.h
5806         * src/procmime.c
5807         * src/procmime.h
5808         * src/procmsg.c
5809         * src/procmsg.h
5810         * src/quote_fmt.c
5811         * src/quote_fmt_parse.y
5812         * src/recv.c
5813         * src/recv.h
5814         * src/remotefolder.c
5815         * src/remotefolder.h
5816         * src/send_message.c
5817         * src/send_message.h
5818         * src/setup.c
5819         * src/setup.h
5820         * src/sourcewindow.c
5821         * src/sourcewindow.h
5822         * src/ssl_manager.c
5823         * src/ssl_manager.h
5824         * src/statusbar.c
5825         * src/statusbar.h
5826         * src/stock_pixmap.c
5827         * src/stock_pixmap.h
5828         * src/summary_search.c
5829         * src/summary_search.h
5830         * src/summaryview.c
5831         * src/summaryview.h
5832         * src/syldap.c
5833         * src/syldap.h
5834         * src/textview.c
5835         * src/textview.h
5836         * src/toolbar.c
5837         * src/toolbar.h
5838         * src/undo.c
5839         * src/undo.h
5840         * src/unmime.c
5841         * src/unmime.h
5842         * src/vcard.c
5843         * src/vcard.h
5844         * src/wizard.c
5845         * src/wizard.h
5846         * src/common/base64.c
5847         * src/common/base64.h
5848         * src/common/defs.h
5849         * src/common/hooks.c
5850         * src/common/hooks.h
5851         * src/common/log.c
5852         * src/common/log.h
5853         * src/common/mgutils.c
5854         * src/common/mgutils.h
5855         * src/common/nntp.c
5856         * src/common/nntp.h
5857         * src/common/passcrypt.c
5858         * src/common/passcrypt.h.in
5859         * src/common/plugin.c
5860         * src/common/plugin.h
5861         * src/common/prefs.c
5862         * src/common/prefs.h
5863         * src/common/progressindicator.c
5864         * src/common/progressindicator.h
5865         * src/common/quoted-printable.c
5866         * src/common/quoted-printable.h
5867         * src/common/session.c
5868         * src/common/session.h
5869         * src/common/smtp.c
5870         * src/common/smtp.h
5871         * src/common/socket.c
5872         * src/common/socket.h
5873         * src/common/ssl.c
5874         * src/common/ssl.h
5875         * src/common/ssl_certificate.c
5876         * src/common/ssl_certificate.h
5877         * src/common/stringtable.c
5878         * src/common/stringtable.h
5879         * src/common/sylpheed.c
5880         * src/common/sylpheed.h
5881         * src/common/template.c
5882         * src/common/template.h
5883         * src/common/timing.h
5884         * src/common/utils.c
5885         * src/common/utils.h
5886         * src/common/version.h.in
5887         * src/common/xml.c
5888         * src/common/xml.h
5889         * src/common/xmlprops.c
5890         * src/common/xmlprops.h
5891         * src/gtk/colorlabel.c
5892         * src/gtk/colorsel.c
5893         * src/gtk/colorsel.h
5894         * src/gtk/description_window.c
5895         * src/gtk/description_window.h
5896         * src/gtk/filesel.c
5897         * src/gtk/filesel.h
5898         * src/gtk/foldersort.c
5899         * src/gtk/foldersort.h
5900         * src/gtk/gtkutils.c
5901         * src/gtk/gtkutils.h
5902         * src/gtk/inputdialog.c
5903         * src/gtk/inputdialog.h
5904         * src/gtk/logwindow.c
5905         * src/gtk/logwindow.h
5906         * src/gtk/manage_window.c
5907         * src/gtk/manage_window.h
5908         * src/gtk/menu.c
5909         * src/gtk/menu.h
5910         * src/gtk/pluginwindow.c
5911         * src/gtk/pluginwindow.h
5912         * src/gtk/prefswindow.c
5913         * src/gtk/prefswindow.h
5914         * src/gtk/progressdialog.c
5915         * src/gtk/progressdialog.h
5916         * src/gtk/sslcertwindow.c
5917         * src/gtk/sslcertwindow.h
5918         * src/plugins/clamav/clamav_plugin.c
5919         * src/plugins/clamav/clamav_plugin.h
5920         * src/plugins/clamav/clamav_plugin_gtk.c
5921         * src/plugins/demo/demo.c
5922         * src/plugins/dillo_viewer/dillo_prefs.c
5923         * src/plugins/dillo_viewer/dillo_prefs.h
5924         * src/plugins/dillo_viewer/dillo_viewer.c
5925         * src/plugins/pgpcore/passphrase.c
5926         * src/plugins/pgpcore/passphrase.h
5927         * src/plugins/pgpcore/plugin.c
5928         * src/plugins/pgpcore/select-keys.c
5929         * src/plugins/pgpcore/select-keys.h
5930         * src/plugins/pgpcore/sgpgme.c
5931         * src/plugins/pgpcore/sgpgme.h
5932         * src/plugins/pgpinline/pgpinline.c
5933         * src/plugins/pgpinline/pgpinline.h
5934         * src/plugins/pgpinline/plugin.c
5935         * src/plugins/pgpmime/pgpmime.c
5936         * src/plugins/pgpmime/pgpmime.h
5937         * src/plugins/pgpmime/plugin.c
5938         * src/plugins/spamassassin/spamassassin.c
5939         * src/plugins/spamassassin/spamassassin.h
5940         * src/plugins/spamassassin/spamassassin_gtk.c
5941         * src/plugins/trayicon/trayicon.c
5942                 update copyright header
5943
5944 2006-01-13 [paul]       1.9.100cvs141
5945
5946         * src/account.c
5947         * src/export.c
5948         * src/import.c
5949         * src/mainwindow.c
5950         * src/prefs_account.c
5951         * src/prefs_display_header.c
5952         * src/prefs_receive.c
5953         * src/prefs_send.c
5954         * src/prefs_summaries.c
5955         * src/prefs_themes.c
5956         * src/prefs_toolbar.c
5957         * src/gtk/about.c
5958                 various cleanups
5959
5960 2006-01-12 [colin]      1.9.100cvs140
5961
5962         * src/folder.c
5963         * src/folder.h
5964         * src/main.c
5965                 Add --subscribe option
5966                 Let sylpheed-claws email@domain.com equivalent to --compose
5967                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5968
5969 2006-01-12 [paul]       1.9.100cvs139
5970
5971         * src/mainwindow.c
5972                 append 'Change folder order' label with '...'
5973         * src/prefs_actions.c
5974                 allow reordering of actions list by dnd
5975         * src/gtk/foldersort.c
5976                 make the dialog nicer
5977
5978 2006-01-11 [colin]      1.9.100cvs138
5979
5980         * src/compose.c
5981                 Allow templates without text
5982
5983 2006-01-11 [paul]       1.9.100cvs137
5984
5985         * tools/README
5986         * tools/filter_conv_new.pl
5987                 add info to README
5988                 also check .sylpheed for filter.xml
5989                 be a bit informative to the user
5990
5991 2006-01-11 [colin]      1.9.100cvs136
5992
5993         * src/textview.c
5994                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5995
5996 2006-01-10 [paul]       1.9.100cvs135
5997
5998         * tools/Makefile.am
5999         * tools/filter_conv_new.pl
6000                 add script to convert new style Sylpheed
6001                 filter rules (Sylpheed >= 0.9.99) to
6002                 Claws filtering rules
6003
6004 2006-01-10 [colin]      1.9.100cvs134
6005
6006         * src/compose.c
6007                 Fix broken line joins in certain conditions
6008                 (between two quoted lines: <enter><enter><up>
6009                  <type a wrapped sentence><go in the first line>
6010                  <insert more text><watch as line joining failed>)
6011
6012 2006-01-10 [paul]       1.9.100cvs133
6013
6014         * src/compose.c
6015                 don't report success in error dialog
6016                 thanks to Colin
6017         * src/common/utils.c
6018                 include some trailing punctuations as URI
6019                 thanks to Hiro
6020
6021 2006-01-10 [paul]       1.9.100cvs132
6022
6023         * src/mimeview.c
6024                 fix incompatible pointer type
6025                 warning
6026
6027 2006-01-10 [paul]       1.9.100cvs131
6028
6029         * src/compose.c
6030                 change Subject in window title
6031                 instantaneously
6032
6033 2006-01-09 [colin]      1.9.100cvs130
6034
6035         * src/addressbook.c
6036         * src/headerview.c
6037         * src/mainwindow.c
6038         * src/messageview.c
6039         * src/mimeview.c
6040         * src/noticeview.c
6041         * src/summaryview.c
6042                 Fix possible crashes on exit and in addressbook
6043
6044 2006-01-09 [paul]       1.9.100cvs129
6045
6046         * src/prefs_msg_colors.c
6047                 some cleanups that I forgot last time
6048
6049 2006-01-09 [paul]       1.9.100cvs128
6050
6051         * README
6052         * src/folderview.c
6053         * src/prefs_msg_colors.c
6054                 add previously hidden option, color_new, to
6055                 the gui
6056                 move the page to Display/
6057                 rework the gui
6058
6059 2006-01-09 [wwp]        1.9.100cvs127
6060
6061         * src/prefs_themes.c
6062                 made the prefs/display/themes layouts spacing less condensed
6063                 (and so they match other prefs/pages' look).
6064
6065 2006-01-09 [paul]       1.9.100cvs126
6066
6067         * src/compose.c
6068         * src/prefs_common.c
6069         * src/prefs_common.h
6070         * src/prefs_wrapping.c
6071                 remove 'wrap at send' option
6072
6073 2006-01-06 [colin]      1.9.100cvs125
6074
6075         * src/compose.c
6076                 Just make completely sure we don't insert "manual line breaks" 
6077                 when wrapping... 
6078
6079 2006-01-04 [paul]
6080
6081         * 2.0.0-rc3 released
6082
6083 2006-01-04 [paul]       1.9.100cvs124
6084
6085         * src/folderview.c
6086                 fix bug 882, 'quick scroll in folder list
6087                 displays wrong folder contents'
6088
6089 2006-01-04 [paul]       1.9.100cvs123
6090
6091         * src/plugins/pgpmime/pgpmime.c
6092                 better debug information when signing
6093                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6094
6095 2006-01-03 [colin]      1.9.100cvs122
6096
6097         * configure.ac
6098                 We need to recheck for gpgme 1.0.0 after checking
6099                 for 1.1.1, because if 1.1.1 isn't available, 
6100                 GPGME_LIBS and friends are blanked out by the 
6101                 second check.
6102
6103 2006-01-03 [colin]      1.9.100cvs121
6104
6105         * src/common/prefs.c
6106                 Windows unlink-before rename fix
6107         * src/plugins/pgpcore/sgpgme.c
6108                 Add support for PKA info if available
6109                 Both patches by Werner Koch
6110
6111 2006-01-03 [paul]       1.9.100cvs120
6112
6113         * src/messageview.c
6114                 fix bug 884, 'Send receipt' button visible in queue
6115                 Thanks to Colin
6116
6117 2006-01-02 [colin]      1.9.100cvs119
6118
6119         * src/compose.c
6120         * src/imap.c
6121                 Fix autosave on IMAP and more generally try to
6122                 return the correct ID on a newly added IMAP message
6123
6124 2006-01-02 [paul]       1.9.100cvs118
6125
6126         * manual/keyboard.xml
6127                 edited
6128
6129 2006-01-01 [paul]       1.9.100cvs117
6130
6131         * src/gtk/authors.h
6132                 alphabetical order
6133
6134 2005-12-30 [colin]      1.9.100cvs116
6135
6136         * manual/advanced.xml
6137                 Explain Pre/Post-processing differences.
6138
6139 2005-12-30 [colin]      1.9.100cvs115
6140
6141         * src/mh.c
6142                 Implement copy_msgs for a little optimization
6143         * src/imap.c
6144                 Finish yesterday's fix
6145
6146 2005-12-29 [colin]      1.9.100cvs114
6147
6148         * src/imap.c
6149                 Fix occasional failure in fetching a mail over
6150                 IMAP
6151
6152 2005-12-29 [colin]      1.9.100cvs113
6153
6154         * src/compose.c
6155                 Don't remove a draft when sending it, if it is 
6156                 locked.
6157
6158 2005-12-28 [colin]      1.9.100cvs112
6159
6160         * src/summaryview.c
6161                 Fix leak for real
6162
6163 2005-12-28 [wwp]        1.9.100cvs111
6164
6165         * doc/faq/.cvsignore
6166         * doc/faq/de/.cvsignore
6167         * doc/faq/en/.cvsignore
6168         * doc/faq/es/.cvsignore
6169         * doc/faq/fr/.cvsignore
6170         * doc/faq/it/.cvsignore
6171         * doc/manual/.cvsignore
6172         * doc/manual/de/.cvsignore
6173         * doc/manual/en/.cvsignore
6174         * doc/manual/es/.cvsignore
6175         * doc/manual/fr/.cvsignore
6176         * doc/manual/ja/.cvsignore
6177         * src/plugins/mathml_viewer/.cvsignore
6178                 rollback revival of those files (my bad, sorry for the noise).
6179
6180 2005-12-28 [wwp]        1.9.100cvs110
6181
6182         * src/compose.c
6183                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6184
6185 2005-12-28 [wwp]        1.9.100cvs109
6186
6187         * doc/faq/.cvsignore
6188         * doc/faq/de/.cvsignore
6189         * doc/faq/en/.cvsignore
6190         * doc/faq/es/.cvsignore
6191         * doc/faq/fr/.cvsignore
6192         * doc/faq/it/.cvsignore
6193         * doc/manual/.cvsignore
6194         * doc/manual/de/.cvsignore
6195         * doc/manual/en/.cvsignore
6196         * doc/manual/es/.cvsignore
6197         * doc/manual/fr/.cvsignore
6198         * doc/manual/ja/.cvsignore
6199         * src/plugins/mathml_viewer/.cvsignore
6200         * po/.cvsignore
6201                 more files to ignore.
6202
6203 2005-12-24 [colin]      1.9.100cvs108
6204
6205         * AUTHORS
6206         * src/gtk/authors.h
6207                 Update for Werner
6208
6209 2005-12-24 [colin]      1.9.100cvs107
6210
6211         * src/procmsg.c
6212                 Allow NULL src_msginfo in 
6213                 procmsg_msginfo_new_from_mimeinfo
6214
6215 2005-12-23 [paul]       1.9.100cvs106
6216
6217         * src/plugins/pgpinline/mypgpcore.def
6218                 add this forgotten file
6219
6220 2005-12-23 [colin]      1.9.100cvs105
6221
6222         * src/mainwindow.c
6223                 Fix missing break
6224
6225 2005-12-23 [colin]      1.9.100cvs104
6226
6227         * autogen.sh
6228         * src/folder.c
6229         * src/mh.c
6230         * src/common/plugin.c
6231         * src/common/socket.c
6232         * src/common/socket.h
6233         * src/common/utils.c
6234         * src/common/utils.h
6235         * src/gtk/pluginwindow.c
6236         * src/plugins/pgpcore/plugin.def
6237         * src/plugins/pgpcore/sylpheed.def
6238         * src/plugins/pgpinline/Makefile.am
6239         * src/plugins/pgpinline/plugin.def
6240         * src/plugins/pgpinline/sylpheed.def
6241         * src/plugins/pgpmime/plugin.def
6242         * src/plugins/pgpmime/sylpheed.def
6243                 Various w32 fixes by Werner Koch
6244
6245 2005-12-22 [paul]       1.9.100cvs103
6246
6247         * src/wizard.c
6248                 don't offer IMAP as 'server type' if
6249                 libetpan isn't built in
6250
6251 2005-12-22 [paul]       1.9.100cvs102
6252
6253         * AUTHORS
6254         * src/mainwindow.c
6255         * src/mainwindow.h
6256         * src/toolbar.c
6257         * src/gtk/authors.h
6258                 support GTK_TOOLBAR_BOTH_HORIZ (text
6259                 next to icon) Patch by Marien Zwart
6260                 marienz@users.sf.net
6261                 Also reword the text
6262
6263 2005-12-21 [colin]      1.9.100cvs101
6264
6265         * configure.ac
6266                 Fix DATADIRNAME
6267         * COPYING
6268                 Fix missing section and explicit the exception better
6269         * src/compose.c
6270                 Prevent mail from being lost without notice when an
6271                 SMTP error happens on trying to send an unmodified
6272                 drafted mail.
6273         * src/send_message.c
6274         * src/common/smtp.c
6275                 Fix password remembering when wrong, and add return
6276                 value checks where they should have been
6277         * src/plugins/pgpcore/sylpheed.def
6278         * src/plugins/pgpinline/sylpheed.def
6279         * src/plugins/pgpmime/sylpheed.def
6280                 Add a few symbols needed
6281
6282 2005-12-21 [paul]       1.9.100cvs100
6283
6284         * m4/codeset.m4
6285         * m4/glibc21.m4
6286         * m4/intdiv0.m4
6287         * m4/inttypes-pri.m4
6288         * m4/inttypes.m4
6289         * m4/inttypes_h.m4
6290         * m4/isc-posix.m4
6291         * m4/lcmessage.m4
6292         * m4/stdint_h.m4
6293         * m4/uintmax_t.m4
6294                 gettextization
6295                 thanks to Colin
6296
6297 2005-12-21 [paul]       1.9.100cvs99
6298
6299         * po/sv.po
6300                 fixed by Colin
6301
6302 2005-12-20 [paul]       1.9.100cvs98
6303
6304         * po/sv.po
6305                 updated by Anders Trobäck
6306
6307 2005-12-20 [colin]      1.9.100cvs97
6308
6309         * ABOUT-NLS
6310         * Makefile.am
6311         * autogen.sh
6312         * configure.ac
6313         * config/config.rpath
6314         * config/mkinstalldirs
6315         * m4/Makefile.am
6316         * m4/glibc2.m4
6317         * m4/gnupg.m4
6318         * m4/gpgme.m4
6319         * m4/intmax.m4
6320         * m4/longdouble.m4
6321         * m4/longlong.m4
6322         * m4/printf-posix.m4
6323         * m4/signed.m4
6324         * m4/size_max.m4
6325         * m4/ulonglong.m4
6326         * m4/wchar_t.m4
6327         * m4/wint_t.m4
6328         * m4/xsize.m4
6329         * po/Makefile.in.in
6330         * po/Makevars
6331         * po/bg.po
6332         * po/ca.po
6333         * po/cs.po
6334         * po/de.po
6335         * po/el.po
6336         * po/en_GB.po
6337         * po/es.po
6338         * po/fi.po
6339         * po/fr.po
6340         * po/hr.po
6341         * po/hu.po
6342         * po/it.po
6343         * po/ja.po
6344         * po/ko.po
6345         * po/nb.po
6346         * po/nl.po
6347         * po/pl.po
6348         * po/pt_BR.po
6349         * po/ru.po
6350         * po/sk.po
6351         * po/sr.po
6352         * po/stamp-po
6353         * po/sv.po
6354         * po/zh_CN.po
6355         * po/zh_TW.po
6356         * src/Makefile.am
6357         * src/codeconv.c
6358         * src/compose.c
6359         * src/exporthtml.c
6360         * src/exportldif.c
6361         * src/folder.c
6362         * src/main.c
6363         * src/manual.c
6364         * src/mh.c
6365         * src/mimeview.c
6366         * src/send_message.c
6367         * src/common/Makefile.am
6368         * src/common/fnmatch.c
6369         * src/common/fnmatch.h
6370         * src/common/fnmatch_loop.c
6371         * src/common/nntp.c
6372         * src/common/plugin.c
6373         * src/common/smtp.c
6374         * src/common/socket.c
6375         * src/common/string_match.c
6376         * src/common/sylpheed.c
6377         * src/common/utils.c
6378         * src/common/utils.h
6379         * src/common/w32_dirent.c
6380         * src/common/w32_reg.c
6381         * src/common/w32_signal.c
6382         * src/common/w32_stat.c
6383         * src/common/w32_stdio.c
6384         * src/common/w32_stdlib.c
6385         * src/common/w32_string.c
6386         * src/common/w32_time.c
6387         * src/common/w32_unistd.c
6388         * src/common/w32_wait.c
6389         * src/common/w32lib.h
6390         * src/etpan/Makefile.am
6391         * src/gtk/Makefile.am
6392         * src/plugins/clamav/Makefile.am
6393         * src/plugins/demo/Makefile.am
6394         * src/plugins/dillo_viewer/Makefile.am
6395         * src/plugins/pgpcore/Makefile.am
6396         * src/plugins/pgpcore/passphrase.c
6397         * src/plugins/pgpcore/plugin.def
6398         * src/plugins/pgpcore/sgpgme.c
6399         * src/plugins/pgpcore/sylpheed.def
6400         * src/plugins/pgpcore/version.rc
6401         * src/plugins/pgpinline/Makefile.am
6402         * src/plugins/pgpinline/plugin.def
6403         * src/plugins/pgpinline/sylpheed.def
6404         * src/plugins/pgpinline/version.rc
6405         * src/plugins/pgpmime/Makefile.am
6406         * src/plugins/pgpmime/mypgpcore.def
6407         * src/plugins/pgpmime/plugin.def
6408         * src/plugins/pgpmime/sylpheed.def
6409         * src/plugins/pgpmime/version.rc
6410         * src/plugins/spamassassin/Makefile.am
6411                 Very little ;-) patch from Werner Koch, providing
6412                 infrastructure for cross-compiling to Win32
6413
6414 2005-12-20 [paul]       1.9.100cvs96
6415
6416         * src/account.c
6417         * src/account.h
6418         * src/mainwindow.c
6419         * src/mainwindow.h
6420         * src/toolbar.c
6421         * src/toolbar.h
6422                 add a combo to the Get All button, allowing
6423                 quick retrieval from any account
6424                 Patch by Fabien Vantard, slightly modified
6425                 by Colin
6426         * src/gtk/about.c
6427                 i18n fix. Patch by Fabien Vantard
6428
6429 2005-12-19 [colin]      1.9.100cvs95
6430
6431         * src/compose.c
6432         * src/compose.h
6433                 Don't automatically join lines when they've 
6434                 been separated by the user and not automatically
6435
6436 2005-12-19 [paul]       1.9.100cvs94
6437
6438         * src/gtk/pluginwindow.c
6439                 i18n fix.
6440                 Patch by Fabien Vantard
6441
6442 2005-12-15 [paul]       1.9.100cvs93
6443
6444         * src/common/plugin.c
6445         * src/common/plugin.h
6446         * src/gtk/pluginwindow.c
6447         * src/plugins/clamav/clamav_plugin.c
6448         * src/plugins/demo/demo.c
6449         * src/plugins/dillo_viewer/dillo_viewer.c
6450         * src/plugins/pgpcore/plugin.c
6451         * src/plugins/pgpinline/plugin.c
6452         * src/plugins/pgpmime/plugin.c
6453         * src/plugins/spamassassin/spamassassin.c
6454         * src/plugins/trayicon/trayicon.c
6455                 add plugin_version()
6456
6457 2005-12-15 [colin]      1.9.100cvs92
6458
6459         * src/compose.c
6460                 Further fix bug #875
6461
6462 2005-12-15 [paul]       1.9.100cvs91
6463
6464         * src/gtk/filesel.c
6465                 fix attach_load_dir getting set to
6466                 PLUGINDIR on plugin load
6467
6468 2005-12-14 [mones]      1.9.100cvs90
6469
6470         * manual/ack.xml
6471         * manual/keyboard.xml
6472                 Initial draft and some shortcuts added
6473                 
6474         * po/es.po
6475                 Updated translation
6476
6477 2005-12-14 [colin]      1.9.100cvs89
6478
6479         * src/compose.c
6480         * src/imap.c
6481         * src/summaryview.c
6482         * src/gtk/gtkaspell.c
6483                 More leaks fixed
6484         * src/prefs_folder_item.c
6485                 Fix recursive prefs apply
6486
6487
6488 2005-12-14 [colin]      1.9.100cvs88
6489
6490         * src/compose.c
6491                 Fix bug #875 (Freeze On Inline Forward of 
6492                 Large Message)
6493
6494 2005-12-13 [colin]      1.9.100cvs87
6495
6496         * src/compose.c
6497                 Uniq-ify and sort the mimetypes list
6498                 Patch by Fabien Vantard
6499
6500 2005-12-13 [colin]      1.9.100cvs86
6501
6502         * src/imap.c
6503         * src/etpan/imap-thread.c
6504                 Fix leaks (patch by Hoa)
6505         * src/news.c
6506         * src/common/plugin.c
6507                 Fix leaks
6508
6509 2005-12-12 [colin]
6510
6511         * 2.0.0-rc2 released
6512
6513 2005-12-12 [colin]      1.9.100cvs85
6514
6515         * src/matcher.c
6516                 Fix a leak
6517
6518 2005-12-12 [wwp]        1.9.100cvs84
6519
6520         * src/gtk/icon_legend.c
6521                 fix misbehaviour and crash when closing the legend window
6522         using the Esc key (patch by Fabien Vantard).
6523
6524 2005-12-12 [paul]       1.9.100cvs83
6525
6526         * src/browseldap.c
6527         * src/foldersel.c
6528         * src/prefs_actions.c
6529         * src/prefs_filtering.c
6530         * src/prefs_matcher.c
6531         * src/prefs_spelling.glade      ** REMOVED **
6532         * src/prefs_template.c
6533         * src/gtk/foldersort.glade      ** REMOVED **
6534         * src/gtk/pluginwindow.c
6535         * src/gtk/pluginwindow.glade    ** REMOVED **
6536         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6537                 cleanups
6538
6539 2005-12-11 [paul]       1.9.100cvs82
6540
6541         * src/gtk/filesel.c
6542                 fix attach_load_dir crasher (double free)
6543
6544 2005-12-09 [paul]       1.9.100cvs81
6545
6546         * po/POTFILES.in
6547         * src/mainwindow.c
6548         * src/gtk/Makefile.am
6549         * src/gtk/icon_legend.c
6550         * src/gtk/icon_legend.h
6551                 add icon legend
6552         * src/manual.c
6553                 cleanup
6554
6555 2005-12-09 [paul]       1.9.100cvs80
6556
6557         * src/plugins/pgpcore/passphrase.c
6558                 wrap the label in the dialog
6559
6560 2005-12-09 [colin]      1.9.100cvs79
6561
6562         * src/plugins/pgpcore/sgpgme.c
6563                 Display (untrusted) on not trusted signatures
6564                 Patch by Michal Èihaø <michal@cihar.com>
6565                 Closes bug #867 (Report also key trust)
6566
6567 2005-12-09 [colin]      1.9.100cvs78
6568
6569         * src/common/plugin.c
6570                 Update licence check, following Eben Moglen's advice
6571
6572 2005-12-08 [colin]      1.9.100cvs77
6573
6574         * src/folder.c
6575                 Fix the occasionnal item->cache != NULL 
6576                 assertion failure. 
6577
6578 2005-12-08 [colin]      1.9.100cvs76
6579
6580         * src/mimeview.c
6581         * src/plugins/pgpcore/sgpgme.c
6582                 Print key id when unable to check it
6583                 Closes bug #866 (Show key id when missing)
6584
6585 2005-12-08 [paul]       1.9.100cvs75
6586
6587         * src/prefs_common.c
6588         * src/prefs_common.h
6589         * src/gtk/filesel.c
6590                 remember load attachment dir
6591
6592 2005-12-07 [colin]      1.9.100cvs74
6593
6594         * src/prefs_toolbar.c
6595                 Gtk fixes, patch by Fabien Vantard
6596
6597 2005-12-07 [colin]      1.9.100cvs73
6598
6599         * src/action.c
6600         * src/compose.c
6601         * src/compose.h
6602                 Fix bug #839 (Quoted text isn't colored after 
6603                 executing an action)
6604         * src/common/plugin.c
6605                 Require plugins to declare their licence in plugin_licence()
6606                 Refuse to load non-GPL plugins as they'd be illegal (as 
6607                 derived works of Sylpheed-Claws, they must be GPL).
6608         * src/plugins/clamav/clamav_plugin.c
6609         * src/plugins/demo/demo.c
6610         * src/plugins/dillo_viewer/dillo_viewer.c
6611         * src/plugins/pgpcore/plugin.c
6612         * src/plugins/pgpinline/plugin.c
6613         * src/plugins/pgpmime/plugin.c
6614         * src/plugins/spamassassin/spamassassin.c
6615         * src/plugins/trayicon/trayicon.c
6616                 Add plugin_licence()
6617
6618 2005-12-07 [paul]       1.9.100cvs72
6619
6620         * configure.ac
6621         * src/mainwindow.c
6622         * src/manual.c
6623         * src/manual.h
6624         * src/common/defs.h
6625                 clean up after local FAQ removal and
6626                 temporary manual removal
6627
6628 2005-12-06 [colin]      1.9.100cvs71
6629
6630         * configure.ac
6631         * doc/Makefile.am
6632         * doc/faq/.cvsignore
6633         * doc/faq/Makefile.am
6634         * doc/faq/de/.cvsignore
6635         * doc/faq/de/Makefile.am
6636         * doc/faq/de/sylpheed-faq-1.html
6637         * doc/faq/de/sylpheed-faq-2.html
6638         * doc/faq/de/sylpheed-faq-3.html
6639         * doc/faq/de/sylpheed-faq.html
6640         * doc/faq/en/.cvsignore
6641         * doc/faq/en/Makefile.am
6642         * doc/faq/en/sylpheed-faq-1.html
6643         * doc/faq/en/sylpheed-faq-2.html
6644         * doc/faq/en/sylpheed-faq-3.html
6645         * doc/faq/en/sylpheed-faq-4.html
6646         * doc/faq/en/sylpheed-faq.html
6647         * doc/faq/es/.cvsignore
6648         * doc/faq/es/Makefile.am
6649         * doc/faq/es/sylpheed-faq-1.html
6650         * doc/faq/es/sylpheed-faq-2.html
6651         * doc/faq/es/sylpheed-faq-3.html
6652         * doc/faq/es/sylpheed-faq-4.html
6653         * doc/faq/es/sylpheed-faq.html
6654         * doc/faq/fr/.cvsignore
6655         * doc/faq/fr/Makefile.am
6656         * doc/faq/fr/sylpheed-faq-1.html
6657         * doc/faq/fr/sylpheed-faq-2.html
6658         * doc/faq/fr/sylpheed-faq-3.html
6659         * doc/faq/fr/sylpheed-faq.html
6660         * doc/faq/it/.cvsignore
6661         * doc/faq/it/Makefile.am
6662         * doc/faq/it/sylpheed-faq-1.html
6663         * doc/faq/it/sylpheed-faq-2.html
6664         * doc/faq/it/sylpheed-faq-3.html
6665         * doc/faq/it/sylpheed-faq.html
6666         * doc/manual/.cvsignore
6667         * doc/manual/Makefile.am
6668         * doc/manual/de/.cvsignore
6669         * doc/manual/de/Makefile.am
6670         * doc/manual/de/sylpheed-1.html
6671         * doc/manual/de/sylpheed-10.html
6672         * doc/manual/de/sylpheed-11.html
6673         * doc/manual/de/sylpheed-12.html
6674         * doc/manual/de/sylpheed-13.html
6675         * doc/manual/de/sylpheed-14.html
6676         * doc/manual/de/sylpheed-15.html
6677         * doc/manual/de/sylpheed-16.html
6678         * doc/manual/de/sylpheed-17.html
6679         * doc/manual/de/sylpheed-18.html
6680         * doc/manual/de/sylpheed-19.html
6681         * doc/manual/de/sylpheed-2.html
6682         * doc/manual/de/sylpheed-20.html
6683         * doc/manual/de/sylpheed-3.html
6684         * doc/manual/de/sylpheed-4.html
6685         * doc/manual/de/sylpheed-5.html
6686         * doc/manual/de/sylpheed-6.html
6687         * doc/manual/de/sylpheed-7.html
6688         * doc/manual/de/sylpheed-8.html
6689         * doc/manual/de/sylpheed-9.html
6690         * doc/manual/de/sylpheed.html
6691         * doc/manual/en/.cvsignore
6692         * doc/manual/en/Makefile.am
6693         * doc/manual/en/sylpheed-1.html
6694         * doc/manual/en/sylpheed-10.html
6695         * doc/manual/en/sylpheed-11.html
6696         * doc/manual/en/sylpheed-12.html
6697         * doc/manual/en/sylpheed-13.html
6698         * doc/manual/en/sylpheed-14.html
6699         * doc/manual/en/sylpheed-15.html
6700         * doc/manual/en/sylpheed-16.html
6701         * doc/manual/en/sylpheed-17.html
6702         * doc/manual/en/sylpheed-18.html
6703         * doc/manual/en/sylpheed-19.html
6704         * doc/manual/en/sylpheed-2.html
6705         * doc/manual/en/sylpheed-20.html
6706         * doc/manual/en/sylpheed-21.html
6707         * doc/manual/en/sylpheed-22.html
6708         * doc/manual/en/sylpheed-3.html
6709         * doc/manual/en/sylpheed-4.html
6710         * doc/manual/en/sylpheed-5.html
6711         * doc/manual/en/sylpheed-6.html
6712         * doc/manual/en/sylpheed-7.html
6713         * doc/manual/en/sylpheed-8.html
6714         * doc/manual/en/sylpheed-9.html
6715         * doc/manual/en/sylpheed.html
6716         * doc/manual/es/.cvsignore
6717         * doc/manual/es/Makefile.am
6718         * doc/manual/es/sylpheed-1.html
6719         * doc/manual/es/sylpheed-10.html
6720         * doc/manual/es/sylpheed-11.html
6721         * doc/manual/es/sylpheed-12.html
6722         * doc/manual/es/sylpheed-13.html
6723         * doc/manual/es/sylpheed-14.html
6724         * doc/manual/es/sylpheed-15.html
6725         * doc/manual/es/sylpheed-16.html
6726         * doc/manual/es/sylpheed-17.html
6727         * doc/manual/es/sylpheed-18.html
6728         * doc/manual/es/sylpheed-19.html
6729         * doc/manual/es/sylpheed-2.html
6730         * doc/manual/es/sylpheed-20.html
6731         * doc/manual/es/sylpheed-3.html
6732         * doc/manual/es/sylpheed-4.html
6733         * doc/manual/es/sylpheed-5.html
6734         * doc/manual/es/sylpheed-6.html
6735         * doc/manual/es/sylpheed-7.html
6736         * doc/manual/es/sylpheed-8.html
6737         * doc/manual/es/sylpheed-9.html
6738         * doc/manual/es/sylpheed.html
6739         * doc/manual/fr/.cvsignore
6740         * doc/manual/fr/Makefile.am
6741         * doc/manual/fr/sylpheed-1.html
6742         * doc/manual/fr/sylpheed-10.html
6743         * doc/manual/fr/sylpheed-11.html
6744         * doc/manual/fr/sylpheed-12.html
6745         * doc/manual/fr/sylpheed-13.html
6746         * doc/manual/fr/sylpheed-14.html
6747         * doc/manual/fr/sylpheed-15.html
6748         * doc/manual/fr/sylpheed-16.html
6749         * doc/manual/fr/sylpheed-17.html
6750         * doc/manual/fr/sylpheed-18.html
6751         * doc/manual/fr/sylpheed-19.html
6752         * doc/manual/fr/sylpheed-2.html
6753         * doc/manual/fr/sylpheed-20.html
6754         * doc/manual/fr/sylpheed-3.html
6755         * doc/manual/fr/sylpheed-4.html
6756         * doc/manual/fr/sylpheed-5.html
6757         * doc/manual/fr/sylpheed-6.html
6758         * doc/manual/fr/sylpheed-7.html
6759         * doc/manual/fr/sylpheed-8.html
6760         * doc/manual/fr/sylpheed-9.html
6761         * doc/manual/fr/sylpheed.html
6762         * doc/manual/ja/.cvsignore
6763         * doc/manual/ja/Makefile.am
6764         * doc/manual/ja/sylpheed-1.html
6765         * doc/manual/ja/sylpheed-10.html
6766         * doc/manual/ja/sylpheed-11.html
6767         * doc/manual/ja/sylpheed-12.html
6768         * doc/manual/ja/sylpheed-13.html
6769         * doc/manual/ja/sylpheed-14.html
6770         * doc/manual/ja/sylpheed-15.html
6771         * doc/manual/ja/sylpheed-16.html
6772         * doc/manual/ja/sylpheed-17.html
6773         * doc/manual/ja/sylpheed-18.html
6774         * doc/manual/ja/sylpheed-19.html
6775         * doc/manual/ja/sylpheed-2.html
6776         * doc/manual/ja/sylpheed-20.html
6777         * doc/manual/ja/sylpheed-3.html
6778         * doc/manual/ja/sylpheed-4.html
6779         * doc/manual/ja/sylpheed-5.html
6780         * doc/manual/ja/sylpheed-6.html
6781         * doc/manual/ja/sylpheed-7.html
6782         * doc/manual/ja/sylpheed-8.html
6783         * doc/manual/ja/sylpheed-9.html
6784         * doc/manual/ja/sylpheed.html
6785         * doc/manual/ja/sylpheed.sgml
6786         * src/mainwindow.c
6787                 Remove outdated manual and faq. Noisy, eh?
6788
6789 2005-12-06 [colin]      1.9.100cvs70
6790
6791         * src/compose.c
6792         * src/quote_fmt_parse.y
6793         * src/undo.c
6794         * src/undo.h
6795                 Allow %X to position cursor at 0 
6796                 (no %X = before signature)
6797                 Fix paste as quotation putting the cursor at 0
6798                 Fix undo offsets when pasting
6799                 Insert the quote_fmt at once instead of line 
6800                 by line
6801                 Fix [Edited] when starting to reply/forward
6802
6803 2005-12-06 [paul]       1.9.100cvs69
6804
6805         * src/plugins/clamav/clamav_plugin_gtk.c
6806                 add another tooltip
6807         * src/plugins/spamassassin/spamassassin_gtk.c
6808                 rework spamassassin_create_widget_func()
6809
6810 2005-12-05 [colin]      1.9.100cvs68
6811
6812         * po/POTFILES.in
6813                 Fix make release ;-)
6814
6815 2005-12-05 [colin]      1.9.100cvs67
6816
6817         * src/compose.c
6818         * src/compose.h
6819                 Fix cursor positioning (not obeying %X)
6820
6821 2005-12-05 [paul]       1.9.100cvs66
6822
6823         * src/plugins/dillo_viewer/dillo_prefs.c
6824                 fix compilation warning
6825
6826 2005-12-05 [paul]       1.9.100cvs65
6827
6828         * src/prefs_spelling.c
6829         * src/plugins/trayicon/trayicon.c
6830                 cleanups - remove unused stuff
6831
6832 2005-12-05 [paul]       1.9.100cvs64
6833
6834         * README
6835         * manual/plugins.xml
6836                 remove info about removed mathml_viewer plugin
6837
6838 2005-12-05 [paul]       1.9.100cvs63
6839
6840         * configure.ac
6841         * src/plugins/Makefile.am
6842         * src/plugins/mathml_viewer/.cvsignore
6843         * src/plugins/mathml_viewer/Makefile.am
6844         * src/plugins/mathml_viewer/mathml_viewer.c
6845                 remove unmaintained mathml_viewer plugin
6846
6847 2005-12-05 [paul]       1.9.100cvs62
6848
6849         * src/summaryview.c
6850                 obey prefs_common.always_show_msg when
6851                 moving a msg
6852                 Thanks to Colin
6853
6854 2005-12-05 [paul]       1.9.100cvs61
6855
6856         * src/compose.c
6857         * src/prefs_account.c
6858         * src/prefs_filtering.c
6859         * src/prefs_quote.c
6860         * src/prefs_spelling.c
6861         * src/prefs_toolbar.c
6862         * src/summaryview.c
6863         * src/gtk/gtkutils.c
6864         * src/gtk/quicksearch.c
6865         * src/plugins/dillo_viewer/dillo_prefs.c
6866                 dialog cleanups
6867
6868 2005-12-04 [paul]       1.9.100cvs60
6869
6870         * src/inc.c
6871         * src/prefs_account.c
6872         * src/prefs_account.h
6873                 allow a Local account to specify a
6874                 default inbox
6875                 (closes bug 843 'Inbox cannot be changed for local
6876                  mailboxes')
6877
6878 2005-12-04 [colin]      1.9.100cvs59
6879
6880         * src/plugins/trayicon/trayicon.c
6881                 Remove Get, rename Get All to Get Mail in order to
6882                 be consistent with the default main toolbar
6883
6884 2005-12-03 [colin]      1.9.100cvs58
6885
6886         * manual/gpl.xml
6887         * manual/sylpheed-claws-manual.xml
6888                 Add GPL appendix
6889
6890 2005-12-03 [paul]       1.9.100cvs57
6891
6892         * AUTHORS
6893         * po/sv.po
6894         * src/gtk/authors.h
6895                 new (partially complete) Swedish translation
6896                 by Anders Troback <sylpheed@troback.com>
6897
6898 2005-12-02 [paul]       1.9.100cvs56
6899
6900         * configure.ac
6901                 libetpan 0.41 required
6902
6903 2005-12-02 [paul]       1.9.100cvs55
6904
6905         * src/plugins/clamav/clamav_plugin.c
6906         * src/plugins/clamav/clamav_plugin.h
6907         * src/plugins/clamav/clamav_plugin_gtk.c
6908         * src/plugins/spamassassin/spamassassin.c
6909         * src/plugins/spamassassin/spamassassin.h
6910         * src/plugins/spamassassin/spamassassin_gtk.c
6911                 unregister prefs pages on unloading, thus
6912                 preventing a crash
6913                 (thanks to Colin for the hint)
6914
6915 2005-12-02 [wwp]        1.9.100cvs54
6916
6917         * src/quote_fmt.h
6918         * src/quote_fmt_parse.y
6919                 fix misuse of gboolean*, use gboolean instead
6920                 (thanks to Paul, Colin, for pointing out that scaring one)
6921
6922 2005-12-02 [paul]       1.9.100cvs53
6923
6924         * src/plugins/clamav/clamav_plugin.c
6925                 int no --> unsigned int no
6926         * src/plugins/clamav/clamav_plugin_gtk.c
6927                 rework config page
6928
6929 2005-12-02 [wwp]        1.9.100cvs52
6930
6931         * src/compose.c
6932         * src/prefs_template.c
6933         * src/quote_fmt.h
6934         * src/quote_fmt_parse.y
6935                 prevent from executing |f and |p templates commands when
6936                 adding or replacing templates in prefs (avoids annoying and
6937                 potentially dangerous behaviours)
6938
6939 2005-12-02 [paul]       1.9.100cvs51
6940
6941         * src/prefs_common.c
6942                 allow translation of some default values
6943                 Patch by Fabien Vantard
6944
6945 2005-12-02 [paul]       1.9.100cvs50
6946
6947         * src/codeconv.c
6948         * src/codeconv.h
6949         * src/prefs_common.c
6950         * src/prefs_common.h
6951         * src/prefs_message.c
6952         * src/textview.c
6953                 remove obsolete 'convert_mb_alnum' option
6954                 and related stuff
6955         * src/gtk/about.c
6956                 remove unused 'about_textview_visibility_notify'
6957
6958 2005-12-02 [paul]       1.9.100cvs49
6959
6960         * src/prefs_account.c
6961         * src/prefs_compose_writing.c
6962         * src/prefs_fonts.c
6963         * src/prefs_gtk.h
6964         * src/prefs_image_viewer.c
6965         * src/prefs_message.c
6966         * src/prefs_other.c
6967         * src/prefs_receive.c
6968         * src/prefs_send.c
6969         * src/prefs_spelling.c
6970         * src/prefs_summaries.c
6971         * src/prefs_wrapping.c
6972         * src/plugins/dillo_viewer/dillo_prefs.c
6973         * src/plugins/pgpcore/prefs_gpg.c
6974                 several cleanups to the prefs dialogs
6975                 (slightly modified) patch by Fabien Vantard
6976
6977 2005-12-02 [paul]       1.9.100cvs48
6978
6979         * src/main.c
6980                 --exit means exit
6981         * src/send_message.c
6982                 fix crash on send when connection fails
6983
6984         Thanks to Colin
6985
6986 2005-12-01 [colin]      1.9.100cvs47
6987
6988         * src/html.c
6989                 Translate &hellip; to "..."
6990
6991 2005-11-30 [colin]      1.9.100cvs46
6992
6993         * src/matcher.c
6994         * src/matcher.h
6995                 Optimize back yesterday's fix.
6996
6997 2005-11-30 [paul]       1.9.100cvs45
6998
6999         * manual/faq.xml
7000                 standardised
7001         * manual/intro.xml
7002                 written by Colin, edited by me
7003
7004 2005-11-29 [colin]      1.9.100cvs44
7005
7006         * src/matcher.c
7007                 Skip headers unconditionnaly in match_body if the
7008                 rule is not message or ~message
7009
7010 2005-11-29 [colin]      1.9.100cvs43
7011
7012         * src/matcher.c
7013                 Fix body_part and such, not skipping headers 
7014                 if the matchcriteria wasn't the first in the rule
7015
7016 2005-11-29 [colin]      1.9.100cvs42
7017
7018         * src/compose.c
7019                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7020                 option missing from message view window)
7021                 Fix double text D'n'D with gtk-2.8
7022         * src/matcher.c
7023                 Fix ~message, ~headers_part, ~body_part rules
7024         * src/messageview.c
7025                 Add Windows-1252 (Closes bug #863)
7026                 Fix accels
7027         * src/gtk/gtkaspell.c
7028                 Properly destroy accels in all menus
7029
7030 2005-11-29 [mones]      1.9.100cvs41
7031
7032         * po/es.po
7033                 Updated.
7034
7035 2005-11-27 [colin]      1.9.100cvs40
7036
7037         * src/mh_gtk.c
7038                 "/Remove mailbox" -> "/Remove mailbox..."
7039
7040 2005-11-27 [paul]       1.9.100cvs39
7041
7042         * AUTHORS
7043         * po/de.po
7044         * src/gtk/authors.h
7045                 updated by new maintainer, Stephan Sachse
7046
7047 2005-11-27 [paul]       1.9.100cvs38
7048
7049         * manual/faq.xml
7050                 written by Colin, edited by me
7051
7052 2005-11-27 [paul]       1.9.100cvs37
7053
7054         * src/prefs_common.c
7055         * src/prefs_common.h
7056         * src/prefs_receive.c
7057         * src/prefs_summaries.c
7058                 move 'go to inbox after receiving new mail'
7059                 option from display/sumamaries to mail
7060                 handling/receive, and rework prefs_summaries
7061                 dialog a little
7062
7063 2005-11-25 [martin]     1.9.100cvs36
7064
7065         * po/de.po
7066             fixed windows-1252 translation;
7067             translated some new and fuzzy strings
7068
7069 2005-11-25 [paul]       1.9.100cvs35
7070
7071         * src/plugins/clamav/clamav_plugin.c
7072                 complete the update done in cvs34
7073
7074 2005-11-25 [paul]       1.9.100cvs34
7075
7076         * src/plugins/clamav/clamav_plugin.c
7077                 reflect upstream changes
7078
7079 2005-11-25 [paul]       1.9.100cvs33
7080
7081         * manual/ack.xml
7082         * manual/plugins.xml
7083         * manual/sylpheed-claws-manual.xml
7084                 written/updated by Colin, edited by me
7085         * tools/acroread2sylpheed.pl
7086                 update binary name
7087
7088 2005-11-24 [colin]      1.9.100cvs32
7089
7090         * src/compose.c
7091                 Fix bug #856 (reediting messages forgets Request
7092                 Return Receipt)
7093
7094 2005-11-24 [paul]       1.9.100cvs31
7095
7096         * manual/addrbook.xml
7097         * manual/starting.xml
7098                 written by Colin, proofread, edited, adapted by me
7099         * manual/advanced.xml
7100                 add some Actions examples
7101         * src/importldif.c
7102                 use a Save button instead of a Close button
7103         * src/wizard.c
7104                 indicate mandatory fields
7105                 fix page display
7106                 Thanks to Colin
7107
7108 2005-11-23 [colin]      1.9.100cvs30
7109
7110         * src/addressbook.c
7111                 Rename menu item, fix possible crash after
7112                 deletion of books
7113         * src/addrindex.c
7114                 Allow searching for '*' in ldap
7115         * src/browseldap.c
7116                 Fix "Browse Entry" (did anyone use it?)
7117         * src/wizard.c
7118                 Add guards for mandatory information
7119
7120 2005-11-23 [paul]       1.9.100cvs29
7121
7122         * manual/advanced.xml
7123                 corrections to the English
7124
7125 2005-11-23 [colin]      1.9.100cvs28
7126
7127         * src/mimeview.c
7128                 Fix possible crash at exit. After the call to
7129                 gtk_container_remove(), the Viewer's widget has no
7130                 more parent so gtk+ automatically frees it and its
7131                 sons. If destroy_viewer() then try to access it,
7132                 problems ensue.
7133
7134 2005-11-22 [colin]      1.9.100cvs27
7135
7136         * src/compose.c
7137         * src/gtk/gtkaspell.c
7138                 Fix right-clicking on a misspelled word
7139                 Fix More... in suggestions menu
7140
7141 2005-11-22 [wwp]        1.9.100cvs26
7142
7143         * src/prefs_template.c
7144                 templates works: re-sort templates list when adding or replacing,
7145                 prevent from adding or replacing when the template name is empty
7146
7147 2005-11-21 [colin]      1.9.100cvs25
7148
7149         * src/addressbook.c
7150                 Fix some addressbook suckage (dnd, select all)
7151         * src/compose.c
7152         * src/gtk/gtkaspell.c
7153         * src/gtk/gtkaspell.h
7154                 Make the spellchecker menu work with the 
7155                 GtkTextView one instead of overriding it
7156
7157 2005-11-20 [paul]       1.9.100cvs24
7158
7159         * manual/handling.xml
7160                 proofread and corrected
7161
7162 2005-11-20 [paul]       1.9.100cvs23
7163
7164         * manual/Makefile
7165                 generate html as one file
7166         * manual/advanced.xml
7167                 fix output generation
7168                 reformat hidden options list
7169         * manual/manual.xml     ** REMOVED **
7170         * manual/sylpheed-claws-manual.xml      ** ADDED **
7171                 renamed
7172
7173 2005-11-18 [colin]      1.9.100cvs22
7174
7175         * src/prefs_account.c
7176                 Fix layout in news and mbox accounts
7177         * manual/account.xml
7178         * manual/advanced.xml
7179                 New contents for Paul to check :)
7180
7181 2005-11-18 [wwp]        1.9.100cvs21
7182
7183         * src/gtk/quicksearch.c
7184                 don't update extended quicksearch buttons twice
7185
7186 2005-11-18 [paul]       1.9.100cvs20
7187
7188         * src/textview.c
7189                 complete 1.9.100cvs19
7190
7191 2005-11-18 [paul]       1.9.100cvs19
7192
7193         * src/compose.c
7194                 cosmetic improvements
7195         * src/textview.c
7196                 also list text/* attachments
7197
7198 2005-11-18 [colin]      1.9.100cvs18
7199
7200         * src/summaryview.c
7201                 Use column 0 instead of -1 in 
7202                 gtk_ctree_node_moveto, in a naive
7203                 hope it'll fix the gtk-related crashes
7204
7205 2005-11-18 [colin]      1.9.100cvs17
7206
7207         * src/gtk/inputdialog.c
7208                 Fix icon staying the first one
7209
7210 2005-11-17 [wwp]        1.9.100cvs16
7211                 fix possible problem showing some quicksearch buttons, and a bad
7212                 call to g_return_if_fail in a function that returns a value (both
7213                 fixes by Fabien Vantard)
7214
7215 2005-11-15 [wwp]        1.9.100cvs15
7216
7217         * src/gtk/quicksearch.c
7218                 added a tooltip to that obscure ... quicksearch button
7219
7220 2005-11-15 [wwp]        1.9.100cvs14
7221
7222         * src/gtk/quicksearch.c
7223                 add a quicksearch helper to filtering expression users: the ... button
7224                 raises the condition expr window. condition expressions set up w/ this
7225                 window are used by the quicksearch if the user closes it pressing OK.
7226
7227 2005-11-14 [paul]       1.9.100cvs13
7228
7229         * src/plugins/clamav/clamav_plugin.c
7230         * src/plugins/spamassassin/spamassassin.c
7231                 change plugin type following recent merging
7232
7233 2005-11-14 [wwp]        1.9.100cvs12
7234
7235         * src/folder.c
7236                 prevent from crashing when copying/moving message(s) from and
7237                 to the same folder
7238
7239 2005-11-14 [paul]       1.9.100cvs11
7240
7241         * src/plugins/clamav/Makefile.am
7242         * src/plugins/clamav/clamav_plugin.c
7243         * src/plugins/clamav/clamav_plugin.h
7244         * src/plugins/clamav/clamav_plugin_gtk.c
7245                 also merge clamav and clamav_gtk plugins
7246
7247 2005-11-13 [colin]      1.9.100cvs10
7248
7249         * configure.ac
7250         * src/plugins/spamassassin/Makefile.am
7251         * src/plugins/spamassassin/spamassassin.c
7252         * src/plugins/spamassassin/spamassassin.h
7253         * src/plugins/spamassassin/spamassassin_gtk.c
7254                 Merge spamassassin and spamassassin_gtk plugins,
7255                 and build it by default.
7256
7257 2005-11-12 [colin]      1.9.100cvs9
7258
7259         * src/etpan/imap-thread.c
7260                 Fix gcc warning
7261
7262 2005-11-12 [colin]      1.9.100cvs8
7263
7264         * src/procmime.c
7265                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7266
7267 2005-11-10 [colin]      1.9.100cvs7
7268
7269         * src/main.c
7270                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7271                 minimised state)
7272
7273 2005-11-10 [wwp]        1.9.100cvs6
7274
7275         * src/gtk/description_window.c
7276                 fix a crash when closing description windows using the WM's [X] button
7277
7278 2005-11-09 [colin]      1.9.100cvs5
7279
7280         * src/common/ssl.c
7281                 Update libetpan call to follow upstream
7282                 (yes, this requires libetpan-0.40cvs3)
7283
7284 2005-11-08 [colin]      1.9.100cvs4
7285
7286         * src/compose.c
7287         * src/textview.c
7288         * src/common/utils.c
7289         * src/common/utils.h
7290                 Enhance the email parser
7291
7292 2005-11-08 [colin]      1.9.100cvs3
7293
7294         * src/procmime.c
7295                 Fix what looks like an off-by-one (fixes 
7296                 attachments from the Bat)
7297
7298 2005-11-08 [wwp]        1.9.100cvs2
7299
7300         * src/main.c
7301                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7302
7303 2005-11-08 [wwp]        1.9.100cvs1
7304
7305         * src/main.c
7306                 allow exiting Sylpheed-Claws from command-line
7307
7308 2005-11-08 [paul]       1.9.100
7309
7310         1.9.100 released
7311
7312 2005-11-07 [colin]      1.9.99cvs17
7313
7314         * src/addritem.c
7315         * src/ldif.c
7316                 Fix import of base-64 encoded items
7317
7318 2005-11-07 [colin]      1.9.99cvs16
7319
7320         * src/send_message.c
7321                 Fix bug #314 (Queue does not empty under certain 
7322                 circumstances)
7323
7324 2005-11-07 [paul]       1.9.99cvs15
7325
7326         * src/mutt.c
7327         * src/pine.c
7328                 fix buffer overflows
7329                 Thanks to Colin
7330
7331 2005-11-07 [paul]       1.9.99cvs14
7332
7333         * doc/man/Makefile.am
7334         * doc/man/sylpheed-claws.1      ** ADDED **
7335         * doc/man/sylpheed.1            ** DELETED **
7336                 rename and update the man file
7337
7338 2005-11-06 [colin]      1.9.99cvs13
7339
7340         * src/ldif.c
7341                 Fix ldif_get_line() that returned empty strings
7342                 (Didn't understand why). Also fix a possible
7343                 buffer overflow.
7344
7345 2005-11-06 [wwp]        1.9.99cvs12
7346
7347         * src/textview.c
7348         * src/gtk/about.c
7349         * src/gtk/gtkutils.c
7350         * src/gtk/gtkutils.h
7351                 fix a compilation warning,
7352                 make links sensitive in the about dialog
7353
7354 2005-11-04 [wwp]        1.9.99cvs11
7355
7356         * src/gtk/about.c
7357                 don't wrap or translate URIs, and a bit text format cleanup
7358
7359 2005-11-04 [wwp]        1.9.99cvs10
7360
7361         * src/gtk/about.c
7362                 better textview tagging implementation (no more use of marks for
7363                 postponed tagging)
7364
7365 2005-11-02 [colin]      1.9.99cvs9
7366
7367         * src/common/ssl.c
7368                 Forgot an ifdef
7369
7370 2005-11-02 [colin]      1.9.99cvs8
7371
7372         * configure.ac
7373                 Require libetpan-0.40 due to upstream fix
7374         * src/common/ssl.c
7375                 Tell libetpan not to call SSL_Library_Init,
7376                 as we do it ourselves.
7377
7378 2005-11-02 [colin]      1.9.99cvs7
7379
7380         * po/POTFILES.in
7381                 Add missing files (thanks to Fabien Vantard)
7382
7383 2005-11-02 [colin]      1.9.99cvs6
7384
7385         * src/summaryview.c
7386                 Fix totals when read messages are hidden or quicksearch
7387                 is on
7388         * src/ssl_manager.c
7389         * src/ssl_manager.h
7390         * src/common/ssl_certificate.c
7391         * src/common/ssl_certificate.h
7392         * src/gtk/sslcertwindow.c
7393         * src/gtk/sslcertwindow.h
7394                 Fix copyright on my stuff
7395
7396 2005-11-02 [wwp]        1.9.99cvs5
7397
7398         * src/prefs_themes.c
7399                 fix directory name checking (theme installation/removal),
7400                 made related error a bit more verbose
7401
7402 2005-11-02 [colin]      1.9.99cvs4
7403
7404         * src/summaryview.c
7405                 Fix typo (probably fixes bug #841 (Sort by the From 
7406                 field doesn't work)
7407
7408 2005-11-02 [paul]       1.9.99cvs3
7409
7410         * po/ko.po
7411         * po/nb.po
7412                 updated by SungHyun Nam, Geir Helland
7413         * src/wizard.c
7414                 fix typo in welcome message. spotted by
7415                 Andrea Spadaccini
7416
7417 2005-11-01 [colin]      1.9.99cvs2
7418
7419         * src/compose.c
7420                 Fix replying to ml wen confirming subscription
7421         * src/messageview.c
7422         * src/mimeview.c
7423         * src/mimeview.h
7424         * src/privacy.h
7425         * src/summaryview.c
7426                 Make key check non blocking
7427
7428 2005-10-31 [paul]       1.9.99cvs1
7429
7430         * tools/claws.i18n.status.pl
7431                 updated for ChangeLog
7432
7433 2005-10-31 [paul]       1.9.99
7434
7435         1.9.99 released
7436
7437 2005-10-31 [paul]       1.9.15cvs131
7438
7439         * .cvsignore
7440         * ChangeLog
7441         * ChangeLog.claws       ** REMOVED **
7442         * ChangeLog-gtk2.claws  ** REMOVED **
7443         * ChangeLog.gtk1        ** ADDED **
7444         * INSTALL
7445         * Makefile.am
7446         * NEWS
7447         * README
7448         * README.claws          ** REMOVED **
7449         * README.jp             ** REMOVED **
7450         * RELEASE_NOTES         ** ADDED **
7451         * RELEASE_NOTES.claws   ** REMOVED **
7452         * commitHelper
7453         * configure.ac
7454         * sylpheed.spec.in      ** REMOVED **
7455                 tidy up and update the default docs:
7456                 ChangeLog.claws is renamed ChangeLog.gtk1
7457                 ChangeLog-gtk2.claws is renamed ChangeLog
7458                 README.claws is renamed README
7459                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7460
7461 2005-10-31 [paul]       1.9.15cvs130
7462
7463         * po/it.po
7464                 fix errors
7465
7466 2005-10-31 [paul]       1.9.15cvs129
7467
7468         * po/ca.po
7469         * po/de.po
7470         * po/en_GB.po
7471         * po/fr.po
7472         * po/it.po
7473         * po/pt_BR.po
7474         * po/sk.po
7475         * po/sr.po
7476         * po/zh_CN.po
7477                 updated by Miquel Oliete, Stephan Sachse and
7478                 Thomas Gilgin, me, Fabien Vantard, Andrea
7479                 Spadaccini, Frederico Goncalves Guimaraes,
7480                 Andrej Kacian, Aleksandar Urosevic, and
7481                 Ralgh Young.
7482
7483 2005-10-31 [mones]      1.9.15cvs128
7484
7485         * manual/faq.xml
7486                 More questions.
7487         
7488         * po/es.po
7489                 Updated for release.
7490
7491 2005-10-30 [colin]      1.9.15cvs127
7492
7493         * src/compose.c
7494                 Place cursor before rewrapping (fixes cursor
7495                 pos if quotation gets rewrapped)
7496
7497 2005-10-29 [paul]       1.9.15cvs126
7498
7499         * src/crash.c
7500         * src/foldersel.c
7501         * src/main.c
7502         * src/messageview.c
7503         * src/toolbar.c
7504         * src/gtk/authors.h
7505                 corrections to text items
7506
7507 2005-10-28 [colin]      1.9.15cvs125
7508
7509         * src/messageview.c
7510                 Make "hit 'C' to check sig" work from extern 
7511                 messageviews
7512
7513 2005-10-27 [colin]      1.9.15cvs124
7514
7515         * src/summaryview.c
7516                 Add a hack to avoid segfaulting when hammering 
7517                 on gtk's events
7518
7519 2005-10-27 [wwp]        1.9.15cvs123
7520
7521         * src/prefs_themes.c
7522                 sort list of themes names in themes prefs
7523
7524 2005-10-27 [paul]       1.9.15cvs122
7525
7526         * src/folder.c
7527         * src/prefs_account.c
7528                 fix building on Solaris
7529                 Patch by Alex Moore
7530
7531 2005-10-27 [wwp]        1.9.15cvs121
7532
7533         * src/summaryview.c
7534         * src/gtk/gtksctree.c
7535                 speed up unselecting messages in summary view (thanks to Colin)
7536
7537 2005-10-27 [paul]       1.9.15cvs120
7538
7539         * src/mainwindow.c
7540                 fix a compilation warning
7541         * src/summaryview.c
7542                 fix updating of 'n items selected' count
7543                 when deselecting
7544
7545 2005-10-27 [martin]     1.9.15cvs119
7546
7547         * src/action.c
7548                 ignore actions with a leading '/' in the action menu name
7549                 fixes a crash on menu creation
7550         * src/prefs_actions.c
7551                 do not allow a leading '/' in the action menu name
7552
7553 2005-10-27 [paul]       1.9.15cvs118
7554
7555         * src/main.c
7556                 fix compilation warning
7557
7558 2005-10-27 [paul]       1.9.15cvs117
7559
7560         * src/procmime.c
7561                 add #if HAVE_LOCALE_H
7562
7563 2005-10-27 [paul]       1.9.15cvs116
7564
7565         * src/plugins/clamav/clamav_plugin.c
7566         * src/plugins/dillo_viewer/dillo_viewer.c
7567         * src/plugins/mathml_viewer/mathml_viewer.c
7568         * src/plugins/pgpcore/plugin.c
7569         * src/plugins/pgpinline/plugin.c
7570         * src/plugins/pgpmime/plugin.c
7571         * src/plugins/spamassassin/spamassassin.c
7572         * src/plugins/trayicon/trayicon.c
7573                 plugin_init() : make error messages more
7574                 informative
7575
7576 2005-10-26 [wwp]        1.9.15cvs115
7577
7578         * src/prefs_matcher.c
7579                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7580
7581 2005-10-26 [wwp]        1.9.15cvs114
7582
7583         * src/procmime.c
7584         * src/gtk/gtksctree.c
7585         * src/plugins/spamassassin/libspamc.c
7586         * src/plugins/spamassassin/spamassassin.c
7587                 fix some compilation warnings more
7588
7589 2005-10-26 [mones]      1.9.15cvs113
7590
7591         * po/es.po
7592                 Updated translation
7593
7594 2005-10-26 [paul]       1.9.15cvs112
7595
7596         * src/prefs_message.c
7597                 give all display_xface stuff the
7598                 #if HAVE_LIBCOMPFACE treatment, thus
7599                 preventing a crash
7600                 (Thanks to Wolfgang Enderlein)
7601
7602 2005-10-26 [colin]      1.9.15cvs111
7603
7604         * src/gedit-print.c
7605                 Fix date format
7606         * src/imap_gtk.c
7607         * src/news_gtk.c
7608                 Remove context menu items that should not be there
7609         * src/jpilot.c
7610                 Fix encoding
7611         * src/main.c
7612         * src/mainwindow.c
7613                 Don't show the mainwindow too soon
7614
7615 2005-10-26 [wwp]        1.9.15cvs110
7616
7617         * src/folder.c
7618         * src/manual.c
7619         * src/summaryview.c
7620                 fix uninitialized pointers in the folder updating hook
7621                 (thanks to Colin)
7622
7623 2005-10-25 [mones]      1.9.15cvs109
7624
7625         * manual/faq.xml
7626                 General information subsection completed. 
7627                 Removed archaic references.
7628                 
7629         * manual/Makefile
7630         * manual/dtd/manual.dsl
7631                 Added customization stylesheet for getting paragraphs
7632                 fully justified in PDF output (as suggested by Colin).
7633
7634 2005-10-25 [colin]      1.9.15cvs108
7635
7636         * src/compose.c
7637                 Fix a second leak
7638
7639 2005-10-25 [colin]      1.9.15cvs107
7640
7641         * src/addrbook.c
7642         * src/addrindex.c
7643                 Fix leak (xml_get_element() allocates memory)
7644         * src/compose.c
7645                 Fix leak + dead code (shame!)
7646         * src/procmime.c
7647                 Fix leak
7648
7649 2005-10-25 [colin]      1.9.15cvs106
7650
7651         * src/mimeview.c
7652                 Fix encoding issue in Save all and in 
7653                 overwrite-confirmation alertpanel
7654
7655 2005-10-25 [colin]      1.9.15cvs105
7656
7657         * src/common/socket.c
7658                 Fix a leak - Thanks to Christopher Aillon
7659                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7660
7661 2005-10-25 [paul]       1.9.15cvs104
7662
7663         * src/wizard.c
7664                 Always guess servers from the right-hand
7665                 email part and guess username from the
7666                 left-hand part. (Thanks to Colin)
7667                 add an X-Face to the welcome message
7668
7669 2005-10-25 [paul]       1.9.15cvs103
7670
7671         * manual/handling.xml
7672                 written by Colin, edited by me
7673
7674 2005-10-25 [wwp]        1.9.15cvs102
7675
7676         * src/folderview.c
7677         * src/grouplistdialog.c
7678         * src/imap.c
7679         * src/noticeview.c
7680                 fix some compilation warnings
7681
7682 2005-10-24 [paul]
7683
7684         1.9.99-rc3 released
7685
7686 2005-10-24 [paul]       1.9.15cvs101
7687
7688         * src/gtk/about.c
7689                 fix window sizing
7690
7691 2005-10-24 [paul]       1.9.15cvs100
7692
7693         * src/pixmaps/offline.xpm
7694         * src/pixmaps/online.xpm
7695                 replace with last default versions
7696
7697 2005-10-24 [colin]      1.9.15cvs99
7698
7699         * src/imap.c
7700                 Fix bug when moving a folder
7701         * src/imap_gtk.c
7702         * src/mh_gtk.c
7703                 "Delete folder" pops up a window, so it 
7704                 should be suffixed with "..."
7705         * src/plugins/pgpcore/sgpgme.c
7706                 Include locale.h
7707
7708 2005-10-24 [mones]      1.9.15cvs98
7709
7710         * manual/Makefile
7711         * manual/account.xml
7712         * manual/ack.xml
7713         * manual/addrbook.xml
7714         * manual/advanced.xml
7715         * manual/faq.xml
7716         * manual/glossary.xml
7717         * manual/gpl.xml
7718         * manual/handling.xml
7719         * manual/intro.xml
7720         * manual/keyboard.xml
7721         * manual/manual.xml
7722         * manual/plugins.xml
7723         * manual/starting.xml
7724         * manual/dtd/sdocbook.dtd
7725                 Initial manual structure and some content.
7726
7727 2005-10-23 [wwp]        1.9.15cvs97
7728
7729         * src/gtk/about.c
7730                 fix a typo
7731
7732 2005-10-23 [wwp]        1.9.15cvs96
7733
7734         * src/gtk/about.c
7735         * src/gtk/authors.h
7736                 rework of the about window (main work by Paul), also featuring a few
7737                 fixes for typos and duplicate names
7738
7739 2005-10-23 [wwp]        1.9.15cvs95
7740
7741         * src/.cvsignore
7742                 Ignore the right binary name (sylpheed-claws now)
7743
7744 2005-10-23 [paul]       1.9.15cvs94
7745
7746         * src/compose.c
7747                 when using Folder Pref 'Default To for
7748                 replies' make the entry in the Compose
7749                 window bold
7750                 Patch by Fabien Vantard
7751
7752 2005-10-22 [colin]      1.9.15cvs93
7753
7754         * src/codeconv.c
7755                 Fix leak
7756
7757 2005-10-22 [colin]      1.9.15cvs92
7758
7759         * src/codeconv.c
7760                 try to convert using locale (apart utf8) if necessary
7761
7762 2005-10-22 [colin]      1.9.15cvs91
7763
7764         * src/pixmaps/new.xpm
7765         * src/pixmaps/unread.xpm
7766                 Make the unread envelope blue again and
7767                 saturate the new one a bit more.
7768
7769 2005-10-22 [colin]      1.9.15cvs90
7770
7771         * src/compose.c
7772                 When replying to a mail sent by one of our accounts,
7773                 use the original list of recipients. Let 'Reply All'
7774                 and 'Reply to sender' work like previously.
7775
7776 2005-10-21 [colin]      1.9.15cvs89
7777
7778         * src/prefs_filtering.c
7779                 Clear fields after add and replace
7780         * src/textview.c
7781                 Display xface differently (better)
7782         * src/plugins/pgpinline/pgpinline.c
7783                 Fix crappy encodings/recodings
7784
7785 2005-10-21 [paul]       1.9.15cvs88
7786
7787         * src/compose.c
7788         * src/prefs_folder_item.c
7789         * src/toolbar.c
7790                 fix news folder Folder Properties
7791                 (thanks to Colin)
7792         * src/folderview.c
7793                 update folderview after Themes change
7794                 keep selected folder selected
7795                 (thanks to Colin)
7796
7797 2005-10-21 [paul]       1.9.15cvs87
7798
7799         * tools/Makefile.am
7800         * tools/OOo2sylpheed.pl
7801         * tools/README
7802         * tools/README.sylprint
7803         * tools/asus_mailled.sh         ** REMOVED **
7804         * tools/filter_conv.pl
7805         * tools/freshmeat_search.pl
7806         * tools/google_search.pl
7807         * tools/gpg-sign-syl            ** REMOVED **
7808         * tools/kmail2sylpheed.pl
7809         * tools/kmail2sylpheed_v2.pl
7810         * tools/multiwebsearch.pl
7811         * tools/nautilus2sylpheed.sh
7812         * tools/newscache_clean.pl
7813         * tools/outlook2sylpheed.pl
7814         * tools/sylpheed-switcher       ** REMOVED **
7815         * tools/sylprint.pl
7816         * tools/sylprint.rc
7817         * tools/tb2sylpheed
7818         * tools/vcard2xml.py
7819         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7820                 update default config dir
7821                 update binary name (thanks to Fabien Vantard)
7822                 remove obsolete scripts
7823
7824 2005-10-21 [colin]      1.9.15cvs86
7825
7826         * src/inc.c
7827                 Fix possible leak and units. Based on a patch by
7828                 Fabien Vantard.
7829
7830 2005-10-20 [colin]      1.9.15cvs85
7831
7832         * src/textview.c
7833                 Clear xface when clearing textview
7834
7835 2005-10-20 [colin]      1.9.15cvs84
7836
7837         * configure.ac
7838         * src/folderview.c
7839         * src/headerview.c
7840         * src/main.c
7841         * src/prefs_common.c
7842         * src/prefs_common.h
7843         * src/prefs_message.c
7844         * src/textview.c
7845         * src/textview.h
7846         * src/common/defs.h
7847         * src/common/utils.c
7848         * src/common/utils.h
7849         * src/gtk/gtkutils.c
7850         * src/gtk/gtkutils.h
7851                 Migrate config to .sylpheed-claws (Automatically)
7852                 Add a way to get the Xface in the TextView
7853
7854 2005-10-20 [colin]      1.9.15cvs83
7855
7856         * src/gtk/Makefile.am
7857         * src/gtk/about.c
7858         * src/gtk/authors.h
7859                 Make the about dialog *grooovy*
7860
7861 2005-10-20 [colin]      1.9.15cvs82
7862
7863         * src/mimeview.c
7864                 Use "Open with" on double click if no command
7865                 was found
7866
7867 2005-10-20 [colin]      1.9.15cvs81
7868
7869         * src/imap.c
7870         * src/etpan/imap-thread.c
7871                 Fix possible crash.
7872
7873 2005-10-20 [paul]       1.9.15cvs80
7874
7875         * src/folder.c
7876                 don't show clipkey icon if the only
7877                 attachment is the signature
7878                 Patch by Colin
7879
7880 2005-10-20 [paul]       1.9.15cvs79
7881
7882         * AUTHORS
7883         * src/plugins/pgpmime/pgpmime.c
7884                 name the PGP/MIME signature 'signature.asc'
7885                 Patch by Andrew Nelson <freeandy@gmail.com>
7886
7887 2005-10-19 [colin]      1.9.15cvs78
7888
7889         * src/plugins/pgpmime/pgpmime.c
7890                 Oops, no need to double-check though
7891
7892 2005-10-19 [colin]      1.9.15cvs77
7893
7894         * src/plugins/pgpinline/pgpinline.c
7895         * src/plugins/pgpmime/pgpmime.c
7896                 Check that my_tmpfile() doesn't 
7897                 return NULL
7898
7899 2005-10-19 [colin]      1.9.15cvs76
7900
7901         * src/common/utils.c
7902                 Use shorter mime boundaries to avoid having
7903                 MTAs rewrapping our headers, breaking the
7904                 PGP signature in the process 
7905         * src/compose.c
7906         * src/plugins/pgpmime/pgpmime.c
7907                 Check for boundary uniqueness to be sure
7908                 it won't happen, instead of hoping for the
7909                 best
7910
7911 2005-10-19 [colin]      1.9.15cvs75
7912
7913         * sylpheed-claws.desktop
7914         * src/Makefile.am
7915         * src/main.c
7916                 Ship a sylpheed-claws binary instead
7917                 of a sylpheed one. Change the socket
7918                 name, too
7919         * src/folderview.c
7920                 Update folder only if it changed
7921         * src/wizard.c
7922                 Fix i18n in welcome mail, patch by
7923                 Fabien Vantard
7924
7925 2005-10-19 [paul]
7926
7927         1.9.99-rc2 released
7928
7929 2005-10-19 [paul]       1.9.15cvs74
7930
7931         * src/folder.c
7932         * src/folderview.c
7933                 fix summaryview update
7934                 Patch by Colin
7935
7936 2005-10-18 [colin]      1.9.15cvs73
7937
7938         * src/plugins/pgpcore/passphrase.c
7939                 Don't XGrabServer, and try a bit more to 
7940                 sync everything before grabbing mouse/keyboard
7941
7942 2005-10-18 [colin]      1.9.15cvs72
7943
7944         * src/Makefile.am
7945         * src/addressadd.c
7946         * src/addressbook.c
7947         * src/folderview.c
7948         * src/grouplistdialog.c
7949         * src/mimeview.c
7950         * src/stock_pixmap.c
7951         * src/stock_pixmap.h
7952         * src/summaryview.c
7953         * src/gtk/gtksctree.c
7954         * src/gtk/gtksctree.h
7955         * src/pixmaps/empty.xpm
7956                 Implement a wrapper call for gtk_ctree_set_node_info
7957                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7958                 pixmap instead of a NULL one. This works around some
7959                 memory problems deep inside gtk, revealed by valgrind,
7960                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7961                 as locked crashes sylpheed.), as well as, probably, 
7962                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7963
7964 2005-10-17 [colin]      1.9.15cvs71
7965
7966         * src/mimeview.c
7967                 Provide visual feedback when checking
7968                 signature
7969
7970 2005-10-17 [colin]      1.9.15cvs70
7971
7972         * src/main.c
7973                 Keep the folder list frozen while checking caches...
7974
7975 2005-10-17 [colin]      1.9.15cvs69
7976
7977         * src/addr_compl.c
7978                 Fi bug #833 (Autocompleting from addressbook 
7979                 fails with extended chars)
7980         * src/imap.c
7981                 Fix 'adding messages' staying in statusbar
7982                 after an error
7983
7984 2005-10-17 [wwp]        1.9.15cvs68
7985
7986         * src/ssl_manager.c
7987                 Fix buttons' layout resizing when window size changes
7988
7989 2005-10-17 [wwp]        1.9.15cvs67
7990
7991         * src/account.c
7992         * src/prefs_account.c
7993         * src/prefs_common.c
7994         * src/prefs_common.h
7995         * src/prefs_folder_item.c
7996         * src/prefs_gtk.c
7997         * src/gtk/logwindow.c
7998         * src/gtk/pluginwindow.c
7999         * src/gtk/prefswindow.c
8000         * src/gtk/prefswindow.h
8001                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8002
8003 2005-10-17 [paul]       1.9.15cvs66
8004
8005         * configure.ac
8006                 fix missing libetpan message
8007         * po/en_GB.po
8008                 updated
8009         * src/crash.c
8010         * src/manual.c
8011         * src/prefs_themes.c
8012         * src/common/defs.h
8013                 add some new URI defines, change some
8014                 others
8015         * src/wizard.c
8016                 make welcome message translatable
8017                 small improvements to english
8018                 other tweaks
8019         * src/gtk/menu.c
8020                 fix warnings
8021
8022 2005-10-17 [paul]       1.9.15cvs65
8023
8024         * src/summaryview.c
8025                 fix column titles
8026
8027 2005-10-16 [mones]      1.9.15cvs64
8028
8029         * po/es.po
8030                 Updated translation
8031
8032 2005-10-16 [colin]
8033
8034         1.9.99-rc1 released
8035
8036 2005-10-16 [colin]      1.9.15cvs63
8037
8038         * src/wizard.c
8039                 Fix whitespace
8040
8041 2005-10-16 [colin]      1.9.15cvs62
8042
8043         * src/toolbar.c
8044                 s/Get All/Get Mail/
8045         * src/wizard.c
8046                 Real welcome mail text, thanks Paul
8047
8048 2005-10-16 [colin]      1.9.15cvs61
8049
8050         * src/editldap.c
8051         * src/exporthtml.c
8052         * src/main.c
8053         * src/mainwindow.c
8054         * src/prefs_themes.c
8055         * src/prefs_toolbar.c
8056         * src/plugins/demo/demo.c
8057         * src/plugins/trayicon/trayicon.c
8058                 s/Sylpheed/Sylpheed-Claws/
8059
8060 2005-10-16 [colin]      1.9.15cvs60
8061
8062         * src/wizard.c
8063                 Add a welcome email in the first empty mailbox
8064         * src/prefs_common.c
8065                 Change one more default
8066
8067 2005-10-16 [colin]      1.9.15cvs59
8068
8069         * src/wizard.c
8070                 Remove printf
8071
8072 2005-10-16 [colin]      1.9.15cvs58
8073
8074         * src/toolbar.c
8075         * src/prefs_common.c
8076                 Change some defaults
8077
8078 2005-10-16 [colin]      1.9.15cvs57
8079
8080         * src/toolbar.c
8081         * src/prefs_common.c
8082                 Change some defaults
8083
8084 2005-10-16 [colin]      1.9.15cvs56
8085
8086         * src/wizard.c
8087                 By default, initialize fonts to have
8088                 the same size as normal GtkWidgets
8089
8090 2005-10-16 [colin]      1.9.15cvs55
8091
8092         * src/mimeview.c
8093                 Fix message a bit more
8094
8095 2005-10-16 [colin]      1.9.15cvs54
8096
8097         * src/addressbook.c
8098                 Second attempt at flicker fixing
8099
8100 2005-10-16 [colin]      1.9.15cvs53
8101
8102         * src/addressbook.c
8103                 Fix flicker
8104
8105 2005-10-16 [wwp]        1.9.15cvs52
8106
8107         * src/addressbook.c
8108         * src/editaddress.c
8109         * src/prefs_common.c
8110         * src/prefs_common.h
8111                 Remember window sizes (address book)
8112
8113 2005-10-16 [wwp]        1.9.15cvs51
8114
8115         * src/plugins/clamav/clamav_plugin_gtk.c
8116         * src/plugins/spamassassin/spamassassin_gtk.c
8117                 Fix compilation warnings (missing #include).
8118
8119 2005-10-16 [colin]      1.9.15cvs50
8120
8121         * src/mimeview.c
8122         * src/summaryview.c
8123         * src/textview.c
8124                 Make 'c' check signature, and forward
8125                 c, l, y, t from summaryview to mimeview
8126
8127 2005-10-16 [colin]      1.9.15cvs49
8128
8129         * src/addressbook.c
8130                 Put border around buttons
8131         * src/mainwindow.c
8132         * src/summaryview.c
8133                 Rework menus (Patch based on a patch
8134                 by Paul)
8135
8136 2005-10-15 [wwp]        1.9.15cvs48
8137
8138         * src/editjpilot.c
8139         * src/editldap.c
8140         * src/editvcard.c
8141         * src/exphtmldlg.c
8142         * src/expldifdlg.c
8143         * src/export.c
8144         * src/import.c
8145         * src/importldif.c
8146         * src/importmutt.c
8147         * src/importpine.c
8148         * src/prefs_account.c
8149         * src/prefs_spelling.c
8150         * src/gtk/gtkutils.c
8151         * src/gtk/gtkutils.h
8152         * src/plugins/clamav/clamav_plugin_gtk.c
8153         * src/plugins/spamassassin/spamassassin_gtk.c
8154                 use nicer browse-for-file/dir buttons than the "..." ones,
8155                 code factorizing more.
8156
8157 2005-10-14 [colin]      1.9.15cvs47
8158
8159         * src/mainwindow.c
8160                 set relief on the account switcher so that people see it
8161                 grey out Create processing rules when no message is selected
8162         * src/prefs_filtering.c
8163                 ask before closing if the rule has not been modified, even if
8164                 it's not valid
8165         * src/prefs_matcher.c
8166                 fix sensitivity when entering the dialog
8167         * src/gtk/inputdialog.c
8168                 display a better icon on password ask
8169         * src/plugins/pgpcore/passphrase.c
8170                 make the dialog look better
8171
8172 2005-10-14 [paul]       1.9.15cvs46
8173
8174         * src/folderview.c
8175                 indicate presense of marked msgs in
8176                 unexpanded subfolders
8177
8178 2005-10-14 [paul]       1.9.15cvs45
8179
8180         * src/prefs_actions.c
8181         * src/prefs_common.c
8182         * src/prefs_common.h
8183         * src/prefs_filtering_action.c
8184         * src/prefs_matcher.c
8185         * src/prefs_template.c
8186                 remember window sizes
8187                 fix Info button size
8188
8189         Patches by wwp
8190
8191 2005-10-13 [colin]      1.9.15cvs44
8192
8193         * src/mimeview.c
8194         * src/noticeview.c
8195         * src/noticeview.h
8196                 Add a tooltip on the icon (optional) 
8197                 Get rid of the signature buttons and only
8198                 use the icon+tooltip
8199
8200 2005-10-13 [colin]      1.9.15cvs43
8201
8202         * src/noticeview.c
8203         * src/noticeview.h
8204                 Add hand cursor for hovering over icon
8205
8206 2005-10-13 [colin]      1.9.15cvs42
8207
8208         * src/summaryview.c
8209                 Fix crash when quicksearch's hidden 
8210                 at startup
8211
8212 2005-10-13 [colin]      1.9.15cvs41
8213
8214         * src/compose.c
8215                 Set subject when forwarding multiple mails
8216                 Check that other recipient than the default Cc or Bcc
8217                 have been set before sending.
8218
8219 2005-10-13 [colin]      1.9.15cvs40
8220
8221         * src/imap.c
8222                 Batch per-folder
8223                 Introduce locking, but don't use it yet
8224
8225 2005-10-13 [colin]      1.9.15cvs39
8226
8227         * src/gtk/quicksearch.c
8228                 Reset quicksearch when hiding it
8229                 Make sticky a real pref
8230
8231 2005-10-13 [colin]      1.9.15cvs38
8232
8233         * src/summaryview.c
8234                 Faster prefs apply
8235
8236 2005-10-13 [colin]      1.9.15cvs37
8237
8238         * src/mimeview.c
8239         * src/noticeview.c
8240         * src/noticeview.h
8241         * src/plugins/pgpcore/sgpgme.c
8242                 Make privacy icon clickable
8243                 Move Trust field in Full info
8244                 When trust is less than full, don't display
8245                 a warning icon
8246
8247 2005-10-13 [colin]      1.9.15cvs36
8248
8249         * src/folder.c
8250                 Batch on flags sync
8251         * src/folderview.c
8252                 Revert speed hack which is dangerous in fact
8253                 Apply prefs faster
8254
8255 2005-10-13 [colin]      1.9.15cvs35
8256
8257         * src/folder_item_prefs.c
8258                 Fix pref corruption on folder move. Patch
8259                 by wwp
8260
8261 2005-10-13 [paul]       1.9.15cvs34
8262
8263         * src/export.c
8264         * src/import.c
8265                 fix typos in g_warnings
8266         * src/prefs_account.c
8267                 add a file selector for Signature file
8268
8269         Patches by wwp
8270
8271 2005-10-12 [colin]      1.9.15cvs33
8272
8273         * src/mimeview.c
8274                 Provide a quick way to go back from a
8275                 signature's full info to the email part
8276
8277 2005-10-12 [colin]      1.9.15cvs32
8278
8279         * src/compose.c
8280                 Remove old hack of encoding signed mails with base64.
8281                 QP works equally well.
8282
8283 2005-10-12 [colin]      1.9.15cvs31
8284
8285         * src/crash.c
8286                 Replace deprecated GtkText with GtkTextView
8287         * src/imap.c
8288                 Fix a logic bug about counts in imap_select
8289                 (previously un-triggered)
8290         * src/mainwindow.c
8291         * src/summaryview.c
8292         * src/news.c
8293                 Allow local deletion of news posts
8294         * src/mimeview.c
8295                 Show GPG noticeview on the message/rfc822 part
8296                 in addition to the text/plain one
8297         * src/prefs_image_viewer.c
8298           src/plugins/pgpcore/prefs_gpg.c
8299                 Polish (set the label as part of the checkbox)
8300         * src/wizard.c
8301                 Don't sit there doing nothing after destroying
8302                 the window - return err
8303
8304 2005-10-11 [colin]      1.9.15cvs30
8305
8306         * src/folderview.c
8307                 Apply processing rules before showing folders.
8308                 Early folder show (before flags sync) will only
8309                 be done when there are no processing rules (nor
8310                 pre- or post- ones)
8311         * src/imap.c
8312                 Fix stuff related to mail subdir, creation and 
8313                 deletion of folders 
8314         * src/imap_gtk.c
8315                 Don't allow creation of folders in NoInferior
8316                 folders, as it won't work
8317
8318 2005-10-10 [colin]      1.9.15cvs29
8319
8320         * src/compose.c
8321                 Reselect "None" Privacy system when selecting an
8322                 account with no privacy system defined
8323
8324 2005-10-10 [colin]      1.9.15cvs28
8325
8326         * src/mainwindow.c
8327                 Add Windows-1252 encoding
8328         * src/prefs_common.c
8329                 Rework some defaults:
8330                 - autosave to draft by default
8331                 - don't show header pane (it's already in the textview)
8332                 - Select first new or unread mail on entry
8333                 - Assume 'Yes' to change folder when there's no more
8334                   unread message
8335         * src/prefs_matcher.c
8336                 Fix a gtk assertion failure
8337         * src/gtk/colorlabel.c
8338                 Workaround bad repainting on selection
8339         * src/main.c
8340                 Freeze/thaw (a bit faster on ssh -X)
8341         * src/msgcache.c
8342                 Get rid of StrdupConverter that just adds an
8343                 extra strdup/free 
8344         * src/etpan/imap_thread.c
8345                 memset buf to 0
8346
8347 2005-10-10 [colin]      1.9.15cvs27
8348
8349         * src/export.c
8350         * src/import.c
8351                 Fix compile on gtk 2.4. Patch by wwp
8352
8353 2005-10-09 [colin]      1.9.15cvs26
8354
8355         * src/mainwindow.c
8356         * src/messageview.c
8357         * src/summaryview.c
8358                 Clarify forward menus. Patch by wwp
8359
8360 2005-10-09 [colin]      1.9.15cvs25
8361
8362         * src/compose.c
8363         * src/compose.h
8364                 Fix bug #829 (Non-working "Encrypt message by 
8365                 default when replying to an encrypted message")
8366
8367 2005-10-08 [colin]      1.9.15cvs24
8368
8369         * src/wizard.c
8370                 Fix bug #827 ("Welcome" setup wizard after a 
8371                 permission error gives up & forgets itself.)
8372
8373 2005-10-08 [colin]      1.9.15cvs23
8374
8375         * src/procmime.c
8376                 Fix bug #828 (Ignoring headers with spaces around = sign)
8377
8378 2005-10-08 [colin]      1.9.15cvs22
8379
8380         * src/export.c
8381                 Warning fix by wwp
8382
8383 2005-10-08 [colin]      1.9.15cvs21
8384
8385         * src/folder.c
8386         * src/folder.h
8387                 Add a processing_pending indicator, set on 
8388                 folder_item_open and cleared after 
8389                 folder_item_process_open
8390         * src/folderview.c
8391         * src/summaryview.c
8392                 wrap procmsg_msginfo_*_flags, and in the
8393                 wrapper check that there's no folder processing 
8394                 pending. If there is, defer the flags change until 
8395                 processing is done to avoid stepping over each
8396                 other's toes.
8397                 Freeze during processing, but not during scanning.
8398
8399 2005-10-07 [colin]      1.9.15cvs20
8400
8401         * src/plugins/pgpcore/passphrase.c
8402                 Fix bug #826 (X-Server hangs when 
8403                 right-clicking a PGP encrypted message)
8404
8405 2005-10-07 [paul]       1.9.15cvs19
8406
8407         * src/compose.c
8408                 fix compose_entries[]
8409                 patch by Fabien Vantard
8410
8411 2005-10-06 [colin]      1.9.15cvs18
8412
8413         * src/pixmaps/address.xpm
8414         * src/pixmaps/address_book.xpm
8415         * src/pixmaps/book.xpm
8416         * src/pixmaps/check_spelling.xpm
8417         * src/pixmaps/checkbox_off.xpm
8418         * src/pixmaps/checkbox_on.xpm
8419         * src/pixmaps/close.xpm
8420         * src/pixmaps/complete.xpm
8421         * src/pixmaps/continue.xpm
8422         * src/pixmaps/deleted.xpm
8423         * src/pixmaps/down_arrow.xpm
8424         * src/pixmaps/exec.xpm
8425         * src/pixmaps/forwarded.xpm
8426         * src/pixmaps/group.xpm
8427         * src/pixmaps/ignorethread.xpm
8428         * src/pixmaps/interface.xpm
8429         * src/pixmaps/jpilot.xpm
8430         * src/pixmaps/ldap.xpm
8431         * src/pixmaps/linewrap.xpm
8432         * src/pixmaps/linewrapcurrent.xpm
8433         * src/pixmaps/mail.xpm
8434         * src/pixmaps/mail_attach.xpm
8435         * src/pixmaps/mail_compose.xpm
8436         * src/pixmaps/mail_forward.xpm
8437         * src/pixmaps/mail_receive.xpm
8438         * src/pixmaps/mail_receive_all.xpm
8439         * src/pixmaps/mail_reply.xpm
8440         * src/pixmaps/mail_reply_to_all.xpm
8441         * src/pixmaps/mail_reply_to_author.xpm
8442         * src/pixmaps/mail_send.xpm
8443         * src/pixmaps/mail_send_queue.xpm
8444         * src/pixmaps/mime_application.xpm
8445         * src/pixmaps/mime_audio.xpm
8446         * src/pixmaps/mime_image.xpm
8447         * src/pixmaps/mime_message.xpm
8448         * src/pixmaps/mime_text_enriched.xpm
8449         * src/pixmaps/mime_text_html.xpm
8450         * src/pixmaps/mime_text_plain.xpm
8451         * src/pixmaps/mime_unknown.xpm
8452         * src/pixmaps/new.xpm
8453         * src/pixmaps/news_compose.xpm
8454         * src/pixmaps/offline.xpm
8455         * src/pixmaps/online.xpm
8456         * src/pixmaps/paste.xpm
8457         * src/pixmaps/preferences.xpm
8458         * src/pixmaps/privacy_emblem_encrypted.xpm
8459         * src/pixmaps/privacy_expired.xpm
8460         * src/pixmaps/privacy_failed.xpm
8461         * src/pixmaps/privacy_passed.xpm
8462         * src/pixmaps/privacy_signed.xpm
8463         * src/pixmaps/privacy_unknown.xpm
8464         * src/pixmaps/privacy_warn.xpm
8465         * src/pixmaps/properties.xpm
8466         * src/pixmaps/replied.xpm
8467         * src/pixmaps/search.xpm
8468         * src/pixmaps/unread.xpm
8469         * src/pixmaps/up_arrow.xpm
8470         * src/pixmaps/vcard.xpm
8471                 Modernize internal theme, with icons from the 
8472                 Gnomaws theme. Keep some of the old ones where
8473                 they were better.
8474
8475 2005-10-06 [colin]      1.9.15cvs17
8476
8477         * src/summaryview.c
8478                 Little optimisations + bugfix
8479         * src/toolbar.c
8480                 Remove default useless items - useless being defined
8481                 by the default relevant prefs
8482         * src/wizard.c
8483                 include config.h to make gettext work
8484         * src/prefs_themes.c
8485                 Fix selection of current theme in prefs
8486
8487 2005-10-06 [colin]      1.9.15cvs16
8488
8489         * src/prefs_common.c
8490         * src/prefs_common.h
8491         * src/prefs_summaries.c
8492         * src/folderview.c
8493                 Add a warning dialog on Mark all read 
8494                 (with pref to get rid of it)
8495
8496 2005-10-06 [paul]       1.9.15cvs15
8497
8498         * po/nb.po
8499         * po/pt_BR.po
8500                 updated by Geir Helland and Frederico
8501                 Goncalves Guimaraes
8502
8503 2005-10-05 [colin]      1.9.15cvs14
8504
8505         * src/folder.c
8506         * src/folder.h
8507         * src/folderview.c
8508         * src/folderview.h
8509         * src/imap_gtk.c
8510         * src/mh_gtk.c
8511         * src/mainwindow.c
8512         * src/setup.c
8513                 add a way to rescan without rebuilding
8514                 make moving a bit faster (less folders changes)
8515                 don't lock the tree on Get 
8516         * src/imap.c
8517                 Don't re-delete deleted messages before expunging
8518         * src/summaryview.c
8519                 Set batch mode when deleting mails
8520
8521 2005-10-05 [paul]       1.9.15cvs13
8522
8523         * src/mainwindow.c
8524         * src/mainwindow.h
8525                 fix disabled Execute menu item
8526         * src/toolbar.c
8527                 match the change in 1.9.15cvs10: use Compose
8528                 instead of News by default
8529
8530 2005-10-04 [colin]      1.9.15cvs12
8531
8532         * src/compose.c
8533                 When replying to an ML post with Reply-To set
8534                 to the poster's email, honor it (as before),
8535                 but also honor our user's request to reply to
8536                 the mailing list: set the ML address in the To
8537                 field and the Reply-To address in the Cc: 
8538                 field.
8539
8540 2005-10-04 [colin]      1.9.15cvs11
8541
8542         * src/plugins/trayicon/trayicon.c
8543                 Finish cosmetic change - thanks to wwp
8544
8545 2005-10-04 [colin]      1.9.15cvs10
8546
8547         * src/toolbar.c
8548                 Use Compose instead of Email by default.
8549                 Spotted by wwp.
8550
8551 2005-10-04 [colin]      1.9.15cvs9
8552
8553         * src/folder.c
8554         * src/folder.h
8555         * src/folderview.c
8556         * src/imap.c
8557         * src/etpan/imap-thread.c
8558         * src/etpan/imap-thread.h
8559                 Try to make IMAP faster, by simplifying SEARCH
8560                 commands, avoiding sending two STATUS in a row,
8561                 and deferring flags sync and processing just
8562                 after displaying the folder. 
8563                 This will update the SummaryView in certain
8564                 cases (new mails not already fetched, flags
8565                 changed from another client) but in a non-
8566                 blocking manner.
8567
8568 2005-10-04 [colin]      1.9.15cvs8
8569
8570         * src/plugins/trayicon/trayicon.c
8571                 Relabel "Offline" to "Work offline"
8572
8573 2005-10-04 [colin]      1.9.15cvs7
8574
8575         * src/export.c
8576         * src/import.c
8577         * src/mbox.c
8578                 Fix mbox import/export buglets
8579                 Patch by wwp
8580         * src/plugins/trayicon/trayicon.c
8581                 Add offline swithc
8582                 Patch by wwp
8583
8584 2005-10-04 [colin]      1.9.15cvs6
8585
8586         * src/folder.c
8587         * src/folderview.c
8588         * src/summaryview.c
8589                 Better fix (don't break mark all read) for cvs2
8590
8591 2005-10-03 [colin]      1.9.15cvs5
8592
8593         * src/folder.c
8594                 Use a sane sort by default
8595
8596 2005-10-03 [colin]      1.9.15cvs4
8597
8598         * src/inc.c
8599                 Add a 'Only once' button for overriding offline mode
8600         * src/prefs_account.c
8601         * src/wizard.c
8602                 Add Local mbox to the wizard
8603                 Add IMAP subdir to the wizard (or the wizard is useless
8604                 for such accounts, or even worse than useless)
8605                 Move IMAP subdir from Advanced to Receive tab, as it's
8606                 not that uncommon
8607
8608 2005-10-03 [colin]      1.9.15cvs3
8609
8610         * src/send_message.c
8611                 Forgot this one in cvs1
8612
8613 2005-10-03 [colin]      1.9.15cvs2
8614
8615         * src/folder.c
8616                 Faster close when leaving a folder with lots
8617                 of new mails. Idea by David Relson.
8618
8619 2005-10-03 [colin]      1.9.15cvs1
8620
8621         * src/compose.c
8622         * src/imap.c
8623         * src/inc.c
8624         * src/main.c
8625         * src/messageview.c
8626         * src/news.c
8627         * src/summaryview.c
8628         * src/gtk/sslcertwindow.c
8629         * src/plugins/trayicon/trayicon.c
8630                 Add accels to every AlertPanel. Patch by Fabien 
8631                 Vantard
8632
8633 2005-10-03 [paul]       1.9.15
8634
8635         1.9.15 released
8636
8637 2005-10-03 [paul]       1.9.14cvs68
8638
8639         * po/ca.po
8640         * po/de.po
8641         * po/es.po
8642         * po/fi.po
8643         * po/fr.po
8644         * po/sk.po
8645         * po/sr.po
8646         * po/zh_CN.po
8647                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8648                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8649                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8650
8651 2005-10-03 [paul]       1.9.14cvs67
8652
8653         * src/send_message.c
8654                 prevent hang on Cancel
8655                 patch by Colin
8656
8657 2005-10-03 [paul]       1.9.14cvs66
8658
8659         * src/main.c
8660                 fix crash in IMAP caused by discrepancy
8661                 between check_at_startup and offline mode
8662                 Patch by Colin
8663
8664 2005-10-01 [paul]       1.9.14cvs65
8665
8666         * src/inc.c
8667                 fix engrish
8668
8669 2005-10-01 [paul]       1.9.14cvs64
8670         * src/export.c
8671         * src/import.c
8672                 synchronise import_mbox() and export_mbox()
8673         * src/mbox.c
8674                 proc_mbox(): add alert if file cannot be opened
8675                 export_list_to_mbox(): test if dest file exists,
8676                 prompt user to overwrite if it does. add alert
8677                 if file cannot be created
8678                                                                 
8679         Patch by wwp
8680                                                                                                                 
8681
8682 2005-09-30 [paul]       1.9.14cvs63
8683
8684         * src/addressbook.c
8685                 Fix sensitivity of a menu
8686         * src/codeconv.c
8687                 Respect hidden pref for mails with no encoding
8688         * src/common/xml.c
8689                 Fix memory corruption
8690         * src/plugins/pgpcore/sgpgme.c
8691                 Fix segfault on incomplete sigs, and display
8692                 of S/Mime UIDs
8693
8694         Patches by Colin
8695
8696 2005-09-30 [colin]      1.9.14cvs62
8697
8698         * src/partial_download.c
8699                 Little logic fix in almost-dead code
8700         * src/pop.c
8701                 Fix partial download when there's no new mail
8702
8703 2005-09-29 [paul]       1.9.14cvs61
8704
8705         * src/plugins/pgpinline/pgpinline.c
8706                 fix bug 819, 'crash accessing sign message'
8707                 Patch by Colin
8708
8709 2005-09-28 [martin]     1.9.14cvs60
8710
8711         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8712                 fix bug #790 (Crash when restarting window manager (fluxbox))
8713
8714 2005-09-28 [paul]       1.9.14cvs59
8715
8716         * src/gtk/gtkaspell.c
8717                 fix off-by-one typo
8718
8719 2005-09-27 [colin]      1.9.14cvs58
8720
8721         * src/plugins/pgpcore/sgpgme.c
8722                 Report error when there's one, instead of
8723                 "Signature unchecked" 
8724
8725 2005-09-27 [colin]      1.9.14cvs57
8726
8727         * src/prefs_quote.c
8728                 Fix bug #816 (Weird quotation with spaces)
8729
8730 2005-09-27 [colin]      1.9.14cvs56
8731
8732         * src/codeconv.c
8733         * src/compose.c
8734         * src/compose.h
8735                 Put subject in compose's title
8736                 Fix Automatic encoding so that it's really automatic:
8737                 first try default locale's charset, then charset of the replied mail, 
8738                 then utf-8
8739                 Fix encoding of headers (must be in strict mode too)
8740
8741 2005-09-26 [colin]      1.9.14cvs55
8742
8743         * src/gtk/gtkaspell.c
8744                 Fix previous patch - don't color the space,
8745                 just uncolor it :)
8746
8747 2005-09-26 [colin]      1.9.14cvs54
8748
8749         * src/gtk/gtkaspell.c
8750                 Unmark space if possible
8751
8752 2005-09-26 [colin]      1.9.14cvs53
8753
8754         * src/imap.c
8755                 log_error instead of alertpanel according to the pref
8756         * src/etpan/imap-thread.c
8757                 Print connect status, copy only necessary size to 
8758                 logger
8759         * src/plugins/pgpmime/pgpmime.c
8760                 Handle S/Mime signatures (verification only). Patch based
8761                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8762
8763 2005-09-26 [paul]       1.9.14cvs52
8764
8765         * src/common/passcrypt.c
8766                 this 'workaround' not necessary on NetBSD.
8767                 Thanks to Daniel Gustafson
8768
8769 2005-09-26 [paul]
8770
8771         1.9.15-rc4 released
8772
8773 2005-09-26 [paul]       1.9.14cvs51
8774
8775         * src/summaryview.c
8776                 Skip currently selected message when
8777                 looking for next new or unread message
8778                 in current folder. Patch by Colin
8779         * src/common/passcrypt.c
8780                 eliminate warnings on *BSD. Patch by
8781                 Daniel Gustafson
8782
8783 2005-09-26 [colin]      1.9.14cvs50
8784
8785         * src/procmsg.c
8786                 Call postfiltering hook anyway
8787
8788 2005-09-22 [colin]      1.9.14cvs49
8789
8790         * src/codeconv.c
8791         * src/codeconv.h
8792                 Add a strict mode that doesn't replace with _
8793         * src/compose.c
8794         * src/compose.h
8795                 Use strict conversion while sending
8796                 Fix race when drafting while sending (happens
8797                 on IMAP)
8798                 Fix d'n'd of messages from summaryview
8799         * src/prefs_common.c
8800         * src/prefs_common.h
8801                 add hidden utf8_instead_of_locale_for_broken_mail 
8802                 pref for people that preferred the default charset 
8803                 to be utf8 for broken mails
8804         * src/quote_fmt_parse.y
8805                 fix bug #815 (No quote insert if "From:" fied 
8806                 contained Russian letters)
8807         * src/summaryview.c
8808                 Fix d'n'd of messages to compose
8809
8810 2005-09-22 [paul]       1.9.14cvs48
8811
8812         * src/compose.c
8813                 fix bug where attachments Name entry
8814                 would display Path instead
8815
8816 2005-09-21 [paul]       1.9.14cvs47
8817
8818         * README
8819         * README.jp
8820         * configure.ac
8821         * config/config.rpath
8822         * doc/manual/en/sylpheed-20.html
8823         * doc/manual/es/sylpheed-20.html
8824         * po/bg.po
8825         * po/ca.po
8826         * po/de.po
8827         * po/es.po
8828         * po/fr.po
8829         * po/it.po
8830         * po/pt_BR.po
8831         * po/sk.po
8832         * po/zh_TW.po
8833         * src/account.c
8834         * src/account.h
8835         * src/action.c
8836         * src/action.h
8837         * src/adbookbase.h
8838         * src/addr_compl.c
8839         * src/addr_compl.h
8840         * src/addrbook.c
8841         * src/addrbook.h
8842         * src/addrcache.c
8843         * src/addrcache.h
8844         * src/addrcindex.c
8845         * src/addrcindex.h
8846         * src/addrclip.c
8847         * src/addrclip.h
8848         * src/addrdefs.h
8849         * src/addressadd.c
8850         * src/addressadd.h
8851         * src/addressbook.c
8852         * src/addressbook.h
8853         * src/addressitem.h
8854         * src/addrgather.c
8855         * src/addrgather.h
8856         * src/addrharvest.c
8857         * src/addrharvest.h
8858         * src/addrindex.c
8859         * src/addrindex.h
8860         * src/addritem.c
8861         * src/addritem.h
8862         * src/addrquery.c
8863         * src/addrquery.h
8864         * src/addrselect.c
8865         * src/addrselect.h
8866         * src/alertpanel.c
8867         * src/alertpanel.h
8868         * src/browseldap.c
8869         * src/browseldap.h
8870         * src/codeconv.c
8871         * src/codeconv.h
8872         * src/compose.c
8873         * src/compose.h
8874         * src/crash.c
8875         * src/crash.h
8876         * src/customheader.c
8877         * src/customheader.h
8878         * src/displayheader.c
8879         * src/displayheader.h
8880         * src/editaddress.c
8881         * src/editaddress.h
8882         * src/editbook.c
8883         * src/editbook.h
8884         * src/editgroup.c
8885         * src/editgroup.h
8886         * src/editjpilot.c
8887         * src/editjpilot.h
8888         * src/editldap.c
8889         * src/editldap.h
8890         * src/editldap_basedn.c
8891         * src/editldap_basedn.h
8892         * src/editvcard.c
8893         * src/editvcard.h
8894         * src/enriched.c
8895         * src/enriched.h
8896         * src/exphtmldlg.c
8897         * src/exphtmldlg.h
8898         * src/expldifdlg.c
8899         * src/expldifdlg.h
8900         * src/export.c
8901         * src/export.h
8902         * src/exporthtml.c
8903         * src/exporthtml.h
8904         * src/exportldif.c
8905         * src/exportldif.h
8906         * src/filtering.c
8907         * src/filtering.h
8908         * src/folder.c
8909         * src/folder.h
8910         * src/folder_item_prefs.c
8911         * src/folder_item_prefs.h
8912         * src/foldersel.c
8913         * src/foldersel.h
8914         * src/folderutils.c
8915         * src/folderutils.h
8916         * src/folderview.c
8917         * src/folderview.h
8918         * src/grouplistdialog.c
8919         * src/grouplistdialog.h
8920         * src/headerview.c
8921         * src/headerview.h
8922         * src/html.c
8923         * src/html.h
8924         * src/image_viewer.c
8925         * src/image_viewer.h
8926         * src/imap.c
8927         * src/imap.h
8928         * src/imap_gtk.c
8929         * src/imap_gtk.h
8930         * src/import.c
8931         * src/import.h
8932         * src/importldif.c
8933         * src/importldif.h
8934         * src/importmutt.c
8935         * src/importmutt.h
8936         * src/importpine.c
8937         * src/importpine.h
8938         * src/inc.c
8939         * src/inc.h
8940         * src/jpilot.c
8941         * src/jpilot.h
8942         * src/ldapctrl.c
8943         * src/ldapctrl.h
8944         * src/ldaplocate.c
8945         * src/ldaplocate.h
8946         * src/ldapquery.c
8947         * src/ldapquery.h
8948         * src/ldapserver.c
8949         * src/ldapserver.h
8950         * src/ldaputil.c
8951         * src/ldaputil.h
8952         * src/ldif.c
8953         * src/ldif.h
8954         * src/localfolder.c
8955         * src/localfolder.h
8956         * src/main.c
8957         * src/main.h
8958         * src/mainwindow.c
8959         * src/mainwindow.h
8960         * src/manual.c
8961         * src/manual.h
8962         * src/matcher.c
8963         * src/matcher.h
8964         * src/matcher_parser.h
8965         * src/matcher_parser_lex.l
8966         * src/matcher_parser_parse.y
8967         * src/mbox.c
8968         * src/mbox.h
8969         * src/message_search.c
8970         * src/message_search.h
8971         * src/messageview.c
8972         * src/messageview.h
8973         * src/mh.c
8974         * src/mh.h
8975         * src/mh_gtk.c
8976         * src/mh_gtk.h
8977         * src/mimeview.c
8978         * src/mimeview.h
8979         * src/msgcache.c
8980         * src/msgcache.h
8981         * src/mutt.c
8982         * src/mutt.h
8983         * src/news.c
8984         * src/news.h
8985         * src/news_gtk.c
8986         * src/news_gtk.h
8987         * src/noticeview.c
8988         * src/noticeview.h
8989         * src/partial_download.c
8990         * src/partial_download.h
8991         * src/pine.c
8992         * src/pine.h
8993         * src/pop.c
8994         * src/pop.h
8995         * src/prefs_account.c
8996         * src/prefs_account.h
8997         * src/prefs_actions.c
8998         * src/prefs_actions.h
8999         * src/prefs_common.c
9000         * src/prefs_common.h
9001         * src/prefs_compose_writing.c
9002         * src/prefs_compose_writing.h
9003         * src/prefs_customheader.c
9004         * src/prefs_customheader.h
9005         * src/prefs_display_header.c
9006         * src/prefs_display_header.h
9007         * src/prefs_ext_prog.c
9008         * src/prefs_ext_prog.h
9009         * src/prefs_filtering.c
9010         * src/prefs_filtering.h
9011         * src/prefs_filtering_action.c
9012         * src/prefs_filtering_action.h
9013         * src/prefs_folder_column.c
9014         * src/prefs_folder_column.h
9015         * src/prefs_folder_item.c
9016         * src/prefs_folder_item.h
9017         * src/prefs_fonts.c
9018         * src/prefs_fonts.h
9019         * src/prefs_gtk.c
9020         * src/prefs_gtk.h
9021         * src/prefs_image_viewer.c
9022         * src/prefs_image_viewer.h
9023         * src/prefs_matcher.c
9024         * src/prefs_matcher.h
9025         * src/prefs_message.c
9026         * src/prefs_message.h
9027         * src/prefs_msg_colors.c
9028         * src/prefs_msg_colors.h
9029         * src/prefs_other.c
9030         * src/prefs_other.h
9031         * src/prefs_quote.c
9032         * src/prefs_quote.h
9033         * src/prefs_receive.c
9034         * src/prefs_receive.h
9035         * src/prefs_send.c
9036         * src/prefs_send.h
9037         * src/prefs_spelling.c
9038         * src/prefs_spelling.h
9039         * src/prefs_summaries.c
9040         * src/prefs_summaries.h
9041         * src/prefs_summary_column.c
9042         * src/prefs_summary_column.h
9043         * src/prefs_template.c
9044         * src/prefs_template.h
9045         * src/prefs_themes.c
9046         * src/prefs_themes.h
9047         * src/prefs_toolbar.c
9048         * src/prefs_toolbar.h
9049         * src/prefs_wrapping.c
9050         * src/prefs_wrapping.h
9051         * src/privacy.c
9052         * src/privacy.h
9053         * src/procheader.c
9054         * src/procheader.h
9055         * src/procmime.c
9056         * src/procmime.h
9057         * src/procmsg.c
9058         * src/procmsg.h
9059         * src/quote_fmt.c
9060         * src/quote_fmt_parse.y
9061         * src/recv.c
9062         * src/recv.h
9063         * src/remotefolder.c
9064         * src/remotefolder.h
9065         * src/send_message.c
9066         * src/send_message.h
9067         * src/setup.c
9068         * src/setup.h
9069         * src/simple-gettext.c
9070         * src/sourcewindow.c
9071         * src/sourcewindow.h
9072         * src/ssl_manager.c
9073         * src/ssl_manager.h
9074         * src/statusbar.c
9075         * src/statusbar.h
9076         * src/stock_pixmap.c
9077         * src/stock_pixmap.h
9078         * src/summary_search.c
9079         * src/summary_search.h
9080         * src/summaryview.c
9081         * src/summaryview.h
9082         * src/syldap.c
9083         * src/syldap.h
9084         * src/textview.c
9085         * src/textview.h
9086         * src/toolbar.c
9087         * src/toolbar.h
9088         * src/undo.c
9089         * src/undo.h
9090         * src/unmime.c
9091         * src/unmime.h
9092         * src/vcard.c
9093         * src/vcard.h
9094         * src/wizard.c
9095         * src/wizard.h
9096         * src/common/base64.c
9097         * src/common/base64.h
9098         * src/common/defs.h
9099         * src/common/hooks.c
9100         * src/common/hooks.h
9101         * src/common/log.c
9102         * src/common/log.h
9103         * src/common/md5.c
9104         * src/common/md5.h
9105         * src/common/mgutils.c
9106         * src/common/mgutils.h
9107         * src/common/nntp.c
9108         * src/common/nntp.h
9109         * src/common/passcrypt.c
9110         * src/common/passcrypt.h.in
9111         * src/common/plugin.c
9112         * src/common/plugin.h
9113         * src/common/prefs.c
9114         * src/common/prefs.h
9115         * src/common/progressindicator.c
9116         * src/common/progressindicator.h
9117         * src/common/quoted-printable.c
9118         * src/common/quoted-printable.h
9119         * src/common/session.c
9120         * src/common/session.h
9121         * src/common/smtp.c
9122         * src/common/smtp.h
9123         * src/common/socket.c
9124         * src/common/socket.h
9125         * src/common/ssl.c
9126         * src/common/ssl.h
9127         * src/common/ssl_certificate.c
9128         * src/common/ssl_certificate.h
9129         * src/common/string_match.c
9130         * src/common/string_match.h
9131         * src/common/stringtable.c
9132         * src/common/sylpheed.c
9133         * src/common/sylpheed.h
9134         * src/common/template.c
9135         * src/common/template.h
9136         * src/common/timing.h
9137         * src/common/utils.c
9138         * src/common/utils.h
9139         * src/common/uuencode.c
9140         * src/common/uuencode.h
9141         * src/common/version.h.in
9142         * src/common/xml.c
9143         * src/common/xml.h
9144         * src/common/xmlprops.c
9145         * src/common/xmlprops.h
9146         * src/gtk/about.c
9147         * src/gtk/about.h
9148         * src/gtk/colorlabel.c
9149         * src/gtk/colorlabel.h
9150         * src/gtk/colorsel.c
9151         * src/gtk/colorsel.h
9152         * src/gtk/description_window.c
9153         * src/gtk/description_window.h
9154         * src/gtk/filesel.c
9155         * src/gtk/filesel.h
9156         * src/gtk/foldersort.c
9157         * src/gtk/foldersort.h
9158         * src/gtk/gtkutils.c
9159         * src/gtk/gtkutils.h
9160         * src/gtk/inputdialog.c
9161         * src/gtk/inputdialog.h
9162         * src/gtk/logwindow.c
9163         * src/gtk/logwindow.h
9164         * src/gtk/manage_window.c
9165         * src/gtk/manage_window.h
9166         * src/gtk/menu.c
9167         * src/gtk/menu.h
9168         * src/gtk/pluginwindow.c
9169         * src/gtk/pluginwindow.h
9170         * src/gtk/prefswindow.c
9171         * src/gtk/prefswindow.h
9172         * src/gtk/progressdialog.c
9173         * src/gtk/progressdialog.h
9174         * src/gtk/quicksearch.c
9175         * src/gtk/quicksearch.h
9176         * src/gtk/sslcertwindow.c
9177         * src/gtk/sslcertwindow.h
9178         * src/plugins/clamav/clamav_plugin.c
9179         * src/plugins/clamav/clamav_plugin.h
9180         * src/plugins/clamav/clamav_plugin_gtk.c
9181         * src/plugins/demo/demo.c
9182         * src/plugins/dillo_viewer/dillo_prefs.c
9183         * src/plugins/dillo_viewer/dillo_prefs.h
9184         * src/plugins/dillo_viewer/dillo_viewer.c
9185         * src/plugins/mathml_viewer/mathml_viewer.c
9186         * src/plugins/pgpcore/passphrase.c
9187         * src/plugins/pgpcore/passphrase.h
9188         * src/plugins/pgpcore/plugin.c
9189         * src/plugins/pgpcore/prefs_gpg.c
9190         * src/plugins/pgpcore/prefs_gpg.h
9191         * src/plugins/pgpcore/select-keys.c
9192         * src/plugins/pgpcore/select-keys.h
9193         * src/plugins/pgpcore/sgpgme.c
9194         * src/plugins/pgpcore/sgpgme.h
9195         * src/plugins/pgpinline/pgpinline.c
9196         * src/plugins/pgpinline/pgpinline.h
9197         * src/plugins/pgpinline/plugin.c
9198         * src/plugins/pgpmime/pgpmime.c
9199         * src/plugins/pgpmime/pgpmime.h
9200         * src/plugins/pgpmime/plugin.c
9201         * src/plugins/spamassassin/spamassassin.c
9202         * src/plugins/spamassassin/spamassassin.h
9203         * src/plugins/spamassassin/spamassassin_gtk.c
9204         * src/plugins/trayicon/trayicon.c
9205         * tools/OOo2sylpheed.pl
9206         * tools/acroread2sylpheed.pl
9207         * tools/asus_mailled.sh
9208         * tools/filter_conv.pl
9209         * tools/freshmeat_search.pl
9210         * tools/google_search.pl
9211         * tools/kmail2sylpheed.pl
9212         * tools/kmail2sylpheed_v2.pl
9213         * tools/maildir2sylpheed.pl
9214         * tools/multiwebsearch.pl
9215         * tools/newscache_clean.pl
9216         * tools/outlook2sylpheed.pl
9217         * tools/sylpheed-switcher
9218         * tools/update-po
9219         * tools/vcard2xml.py
9220         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9221                 update FSF address
9222
9223 2005-09-21 [colin]      1.9.14cvs46
9224
9225         * src/gedit-print.c
9226         * src/procmsg.c
9227         * src/procmsg.h
9228         * src/textview.c
9229         * src/summaryview.c
9230                 Remove some printing hacks (deselection/reselection),
9231                 which by the way fix printing the currently 
9232                 displayed mime part (still only text)
9233                 Plus a little optimisation of summary_show
9234
9235
9236 2005-09-20 [colin]      1.9.14cvs45
9237
9238         * src/mainwindow.c
9239         * src/messageview.c
9240                 GUI fixups: add accels, set message
9241                 view title to displayed mail's subject
9242         * src/prefs_spelling.c
9243         * src/gtk/gtkaspell.c
9244                 GUI fixups: allow underlining misspelled
9245                 words instead of coloring them (a11y!)
9246
9247 2005-09-19 [colin]
9248
9249         1.9.15rc3 released
9250
9251 2005-09-19 [colin]      1.9.14cvs44
9252
9253         * src/compose.c
9254                 Fix draft message
9255         * src/gtk/gtkaspell.c
9256                 Fix wrong test ;-)
9257
9258 2005-09-19 [colin]      1.9.14cvs43
9259
9260         * src/addressbook.c
9261                 Fix sensitivity of Delete button
9262         * src/compose.c
9263                 Warn if the requested Privacy system
9264                 is not available
9265         * src/exphtmldlg.c
9266         * src/expldifdlg.c
9267         * src/importldif.c
9268         * src/importmutt.c
9269         * src/importpine.c
9270                 Fix crappy UI
9271         * src/
9272         * src/ssl.h
9273         * src/prefs_account.h
9274         * src/prefs_account.c
9275                 Save SSL prefs even in builds that have
9276                 SSL support disable
9277         * src/imap.c
9278         * src/inc.c
9279         * src/news.c
9280         * src/send_message.c
9281                 Warn if connection should be secure, but
9282                 SSL support isn't compiled in
9283         * src/gtkaspell.c
9284                 Fix word separation on UTF-8 systems
9285                 Fixes bug #812 (Strange inline spellchecking)
9286         * src/compose.c
9287                 Warn if the requested Privacy system
9288                 is not available
9289                 Factorize offline warning
9290         * src/imap.c
9291         * src/imap_gtk.c
9292         * src/imap_gtk.h
9293         * src/inc.h
9294         * src/news_gtk.c
9295         * src/news_gtk.h
9296         * src/messageview.c
9297                 Factorize offline warning
9298
9299 2005-09-19 [paul]
9300
9301         1.9.15-rc2 released
9302
9303 2005-09-18 [colin]      1.9.14cvs42
9304
9305         * src/codeconv.c
9306         * src/codeconv.h
9307         * src/procmime.c
9308                 Add a way to get locale's charset ignoring utf-8,
9309                 and use that as default encoding for broken mails
9310
9311 2005-09-18 [colin]      1.9.14cvs41
9312
9313         * src/gtk/logwindow.c
9314                 Translate string. Patch by Fabien Vantard
9315
9316 2005-09-18 [colin]      1.9.14cvs40
9317
9318         * configure.ac
9319                 Fix bug #803 (IMAP/SSL support breaks with 
9320                 GnuTLS libetpan 0.38)
9321
9322 2005-09-18 [colin]      1.9.14cvs39
9323
9324         * src/codeconv.c
9325         * src/compose.c
9326         * src/procmime.c
9327                 More charsets fixes. Fixes bug #806 (non
9328                 ascii characters in subject line)
9329
9330 2005-09-17 [paul]       1.9.14cvs38
9331
9332         * src/folderview.c
9333         * src/mainwindow.c
9334                 fix gcc-2.95 issues
9335                 Patch by Pawel Pekala
9336
9337 2005-09-17 [colin]      1.9.14cvs37
9338
9339         * src/addrindex.c
9340                 bugfix for NO-USE LDAP compilation, patch 
9341                 by Fabien Vantard
9342
9343 2005-09-17 [colin]      1.9.14cvs36
9344
9345         * src/prefs_actions.c
9346         * src/prefs_customheader.c
9347         * src/prefs_display_header.c
9348         * src/prefs_filtering_action.c
9349         * src/prefs_matcher.c
9350         * src/prefs_toolbar.c
9351                 Fix strange casts (less elegant but
9352                 works better)
9353
9354 2005-09-16 [colin]      1.9.14cvs35
9355
9356         * src/jpilot.c
9357                 Missed that one
9358
9359 2005-09-16 [colin]      1.9.14cvs34
9360
9361         * configure.ac
9362         * src/Makefile.am
9363         * src/addr_compl.c
9364         * src/addrindex.c
9365         * src/browseldap.c
9366         * src/editldap.c
9367         * src/ldaplocate.c
9368         * src/ldapquery.c
9369         * src/ldapquery.h
9370         * src/ldapserver.c
9371         * src/ldapserver.h
9372         * src/main.c
9373         * src/matcher_parser_parse.y
9374         * src/prefs_themes.c
9375         * src/etpan/Makefile.am
9376         * src/gtk/description_window.c
9377         * src/plugins/clamav/Makefile.am
9378         * src/plugins/clamav/clamav_plugin.c
9379         * src/plugins/dillo_viewer/Makefile.am
9380         * src/plugins/pgpcore/Makefile.am
9381         * src/plugins/pgpinline/Makefile.am
9382         * src/plugins/pgpmime/Makefile.am
9383         * src/plugins/trayicon/Makefile.am
9384                 Fix 100% cpu usage in address completion list
9385                 Fix little bugs (return with no values etc)
9386                 Fix all warnings (with common CFLAGS)
9387
9388 2005-09-15 [colin]      1.9.14cvs33
9389
9390         * src/addressbook.c
9391                 Fix bug where sometimes a group's email list is empty,
9392                 force its refresh (probably fixes "Re: how to create a 
9393                 distribution list")
9394         * src/ldapquery.c
9395                 Don't return to the callback in the main thread from the
9396                 fetch thread (or face segs!)
9397
9398 2005-09-15 [paul]       1.9.14cvs32
9399
9400         * src/prefs_matcher.c
9401                 forgotten in last commit
9402
9403 2005-09-15 [paul]       1.9.14cvs31
9404
9405         * src/prefs_actions.c
9406         * src/prefs_filtering_action.c
9407         * src/prefs_quote.c
9408         * src/quote_fmt.c
9409         * src/summaryview.c
9410         * src/gtk/description_window.c
9411         * src/gtk/description_window.h
9412         * src/gtk/quicksearch.c
9413                 allow interaction with the called
9414                 description window
9415                 Patch by Anders Hammar
9416
9417 2005-09-14 [paul]       1.9.14cvs30
9418
9419         * src/compose.c
9420                 fix a little annoyance when pasting with 3rd button 
9421                 with wrap_pastes=0 and wrap_input=1
9422                 Patch by Colin
9423
9424 2005-09-14 [paul]       1.9.14cvs29
9425
9426         * src/prefs_account.c
9427                 disable 'Filter messages on receiving' for
9428                 SMTP-only accounts
9429                 Patch  by Anders Hammar
9430
9431 2005-09-14 [paul]       1.9.14cvs28
9432
9433         * po/sk.po
9434                 fix crash
9435                 updated by Andrej Kacian
9436
9437 2005-09-14 [paul]
9438
9439         1.9.15-rc1 released
9440
9441 2005-09-14 [paul]       1.9.14cvs27
9442
9443         * po/es.po
9444                 updated by Ricardo Mones Lastra
9445         * src/compose.c
9446         * src/compose.h
9447                 associate no_wrap_tags to Compose windows
9448                 instead of using a static one
9449                 Patch by Colin
9450         * src/mbox.c
9451                 fix proc_mbox()
9452                 Patch by wwp
9453         * src/textview.c
9454                 remove unneeded printf()
9455
9456 2005-09-14 [paul]       1.9.14cvs26
9457
9458         * src/addrcache.c
9459         * src/codeconv.h
9460         * src/folder.h
9461         * src/mainwindow.h
9462         * src/mh.c
9463         * src/mimeview.h
9464         * src/partial_download.c
9465         * src/pop.c
9466         * src/prefs_account.c
9467         * src/prefs_account.h
9468         * src/prefs_actions.c
9469         * src/prefs_customheader.c
9470         * src/prefs_display_header.c
9471         * src/prefs_filtering_action.c
9472         * src/prefs_matcher.c
9473         * src/prefs_toolbar.c
9474         * src/privacy.h
9475         * src/procmime.c
9476         * src/procmime.h
9477         * src/procmsg.h
9478         * src/textview.c
9479         * src/undo.h
9480         * src/common/plugin.c
9481         * src/common/session.h
9482         * src/common/socket.c
9483         * src/common/socket.h
9484         * src/common/template.c
9485         * src/gtk/gtkaspell.c
9486         * src/gtk/quicksearch.h
9487         * src/plugins/pgpcore/passphrase.c
9488         * src/plugins/pgpcore/prefs_gpg.h
9489         * src/plugins/pgpcore/select-keys.c
9490         * src/plugins/pgpcore/select-keys.h
9491         * src/plugins/pgpcore/sgpgme.c
9492         * src/plugins/pgpinline/pgpinline.c
9493         * src/plugins/pgpmime/pgpmime.c
9494         * src/plugins/trayicon/trayicon.c
9495                 fix compilation warnings
9496                 Patch by Daniel Gustafson
9497
9498 2005-09-14 [paul]       1.9.14cvs25
9499
9500         * src/addressbook.c
9501                 add missing column header, and other small
9502                 bug fixes
9503                 Patch by Anders Hammar
9504
9505 2005-09-13 [colin]      1.9.14cvs24
9506
9507         * src/gtk/gtkaspell.c
9508                 Fix non-utf8 in menu
9509                 Fix little leaks
9510                 Nullify struct members after free()s
9511
9512 2005-09-13 [colin]      1.9.14cvs23
9513
9514         * src/compose.c
9515                 Test utf8 compliance before inserting to 
9516                 buffer, and try to convert if necessary
9517         * src/procmime.c
9518                 If no charset is present, use the locale 
9519                 one instead of us-ascii
9520         * src/procmsg.c
9521                 Add Sender, List-Post and To in the checked 
9522                 headers for automatic rules creation 
9523                 (thanks to wwp)
9524         * src/prefs_themes.c
9525         * src/gtk/gtkaspell.c
9526                 Remove deprecated functions. 
9527                 patch by Daniel Gustafson
9528
9529 2005-09-12 [colin]      1.9.14cvs22
9530
9531         * src/compose.c
9532                 Fix bug #448 (Scrolling/Redraw issue with 
9533                 address-fields in Header)
9534         * src/mainwindow.c
9535         * src/summaryview.c
9536         * src/summaryview.h
9537                 Fix loss of MSG_MARKED on move/copy
9538                 Fix bug #804 (Quicksearch togglebutton doesn't 
9539                 get depressed after '/' key is pressed)
9540
9541 2005-09-12 [paul]       1.9.14cvs21
9542
9543         * AUTHORS
9544         * src/gtk/logwindow.c
9545                 add 'Clear Log' to popup menu
9546                 Patch by Anders Hammar <anders.hammar@telia.com>
9547
9548 2005-09-12 [paul]       1.9.14cvs20
9549
9550         * src/compose.c
9551                 set correct sensitivity on attachments
9552                 popup menu
9553         * src/folder.c
9554                 fix typo
9555         * src/prefs_spelling.c
9556                 fix crash when no LANG env is set
9557         * src/common/xml.c
9558                 fix crash in wizard
9559                 don't use memeory after free
9560
9561         All patches by Daniel Gustafson
9562
9563 2005-09-12 [paul]       1.9.14cvs19
9564
9565         * src/prefs_themes.c
9566                 make theme info selectable
9567         * src/gtk/description_window.c
9568                 make window non-modal
9569         * tools/README
9570                 add details of asus_mailed.sh
9571         * tools/claws.i18n.status.pl
9572                 update for new zh_TW translator
9573                 widen the output
9574                 create alternate coloured lines
9575                 improve readability
9576
9577 2005-09-10 [colin]      1.9.14cvs18
9578
9579         * src/plugins/pgpcore/select-keys.c
9580                 Better order for the buttons
9581
9582 2005-09-10 [colin]      1.9.14cvs17
9583
9584         * src/compose.c
9585         * src/plugins/pgpcore/select-keys.c
9586         * src/plugins/pgpcore/select-keys.h
9587         * src/plugins/pgpcore/sgpgme.c
9588                 Add a "Don't encrypt" button to the key
9589                 selection dialog. Fixes bug #177 (There should be a 
9590                 'Don't encrypt button in the Select Keys dialog)
9591
9592 2005-09-10 [colin]      1.9.14cvs16
9593
9594         * src/compose.c
9595                 Fix bug #572 (%X option does not work with templates)
9596
9597 2005-09-10 [colin]      1.9.14cvs15
9598
9599         * src/toolbar.c 
9600                 Remove g_print
9601
9602 2005-09-10 [colin]      1.9.14cvs14
9603
9604         * src/imap.c
9605                 Fix a possible crash
9606
9607 2005-09-09 [colin]      1.9.14cvs13
9608
9609         * src/imap.c
9610         * src/etpan/imap-thread.c
9611         * src/etpan/imap-thread.h
9612                 Fix moving from queue or drafts to normal folders
9613                 Fix bug #794 (No way to delete without expunging)
9614                 Take flags unset by other mailers into account
9615                 Take deleted flag set by other mailers into account
9616                 Fix unsetting REPLIED flag
9617                 Fix crash when capabilities can't be retrieved
9618         * src/mainwindow.c
9619         * src/mainwindow.h
9620                 Add M_DELAYED_FLAGS condition, and let the user use
9621                 Execute in order to be able to expunge deleted mails,
9622                 even if he's not in delayed execute mode
9623         * src/prefs_spelling.c
9624                 Use 'en' dictionary by default if LANG is POSIX or C
9625         * src/gtk/prefswindow.c
9626                 Fix bug #767 (Preferences windows expanding) by making
9627                 the window a bit larger when the resolution is greater
9628                 than 640x480, and by putting the prefs in a
9629                 GtkScrolledWindow.
9630
9631 2005-09-09 [paul]       1.9.14cvs12
9632
9633         * AUTHORS
9634         * configure.ac
9635         * po/zh_TW.Big5.po      ** REMOVED **
9636         * po/zh_TW.po           ** ADDED **
9637                 updated by Wei-Lun Chao
9638
9639 2005-09-09 [paul]       1.9.14cvs11
9640
9641         * src/mainwindow.c
9642                 fix asserts
9643         * src/common/xml.c
9644                 delay memory allocation until file is
9645                 opened successfully
9646                 Patch by Daniel Gustafson
9647
9648 2005-09-09 [colin]      1.9.14cvs10
9649
9650         * src/imap.c
9651                 Add guards
9652
9653 2005-09-08 [colin]      1.9.14cvs9
9654
9655         * src/compose.c
9656                 Alert when we can't save draft
9657                 Fix various wrap/color issues
9658                 Add mid-click pasting respecting wrap_paste option
9659         * src/folder.c
9660         * src/folder.h
9661         * src/folder_item_prefs.c
9662         * src/folder_item_prefs.h
9663         * src/imap.c
9664         * src/imap_gtk.c
9665         * src/imap_gtk.h
9666         * src/main.c
9667         * src/mainwindow.c
9668         * src/mainwindow.h
9669         * src/news.c
9670         * src/news_gtk.c
9671         * src/news_gtk.h
9672         * src/prefs_folder_item.c
9673                 Fix the impossibility to synchronise folders for
9674                 offline use (IMAP and NNTP are concerned)
9675
9676 2005-09-08 [colin]      1.9.14cvs8
9677
9678         * configure.ac
9679                 Build LDAP and JPilot by default if available
9680         * src/textview.c
9681                 Fix use after free
9682
9683 2005-09-08 [paul]       1.9.14cvs7
9684
9685         * doc/manual/en/sylpheed-1.html
9686         * doc/manual/en/sylpheed-18.html
9687         * doc/manual/en/sylpheed-19.html
9688         * doc/manual/en/sylpheed-4.html
9689         * doc/manual/en/sylpheed-6.html
9690         * doc/manual/en/sylpheed.html
9691                 a few minor updates, plus include some
9692                 details about plugins and their requirements
9693         * src/mainwindow.c
9694                 minor changes to English in /View/Sort
9695
9696 2005-09-07 [colin]      1.9.14cvs6
9697
9698         * doc/manual/en/sylpheed-1.html
9699         * doc/manual/en/sylpheed-10.html
9700         * doc/manual/en/sylpheed-11.html
9701         * doc/manual/en/sylpheed-12.html
9702         * doc/manual/en/sylpheed-13.html
9703         * doc/manual/en/sylpheed-14.html
9704         * doc/manual/en/sylpheed-15.html
9705         * doc/manual/en/sylpheed-16.html
9706         * doc/manual/en/sylpheed-17.html
9707         * doc/manual/en/sylpheed-18.html
9708         * doc/manual/en/sylpheed-19.html
9709         * doc/manual/en/sylpheed-2.html
9710         * doc/manual/en/sylpheed-20.html
9711         * doc/manual/en/sylpheed-21.html
9712         * doc/manual/en/sylpheed-22.html
9713         * doc/manual/en/sylpheed-3.html
9714         * doc/manual/en/sylpheed-4.html
9715         * doc/manual/en/sylpheed-5.html
9716         * doc/manual/en/sylpheed-6.html
9717         * doc/manual/en/sylpheed-7.html
9718         * doc/manual/en/sylpheed-8.html
9719         * doc/manual/en/sylpheed-9.html
9720         * doc/manual/en/sylpheed.html
9721                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9722
9723 2005-09-07 [colin]      1.9.14cvs5
9724
9725         * src/mainwindow.c
9726                 Make labels more to-the-point
9727
9728 2005-09-07 [colin]      1.9.14cvs4
9729
9730         * doc/manual/en/sylpheed-1.html
9731         * doc/manual/en/sylpheed-12.html
9732         * doc/manual/en/sylpheed-13.html
9733         * doc/manual/en/sylpheed-14.html
9734         * doc/manual/en/sylpheed-15.html
9735         * doc/manual/en/sylpheed-16.html
9736         * doc/manual/en/sylpheed-17.html
9737         * doc/manual/en/sylpheed-18.html
9738         * doc/manual/en/sylpheed-19.html
9739         * doc/manual/en/sylpheed-2.html
9740         * doc/manual/en/sylpheed-20.html
9741         * doc/manual/en/sylpheed-21.html
9742         * doc/manual/en/sylpheed-22.html
9743         * doc/manual/en/sylpheed-4.html
9744         * doc/manual/en/sylpheed-5.html
9745         * doc/manual/en/sylpheed-6.html
9746         * doc/manual/en/sylpheed-7.html
9747         * doc/manual/en/sylpheed-8.html
9748         * doc/manual/en/sylpheed-9.html
9749         * doc/manual/en/sylpheed.html
9750                 Update manual
9751
9752 2005-09-07 [colin]      1.9.14cvs3
9753
9754         * doc/faq/en/sylpheed-faq-1.html
9755         * doc/faq/en/sylpheed-faq-2.html
9756         * doc/faq/en/sylpheed-faq-3.html
9757         * doc/faq/en/sylpheed-faq.html
9758                 Update FAQ
9759
9760 2005-09-07 [colin]      1.9.14cvs2
9761
9762         * src/folderview.c
9763         * src/procmsg.c
9764         * src/summaryview.c
9765         * src/toolbar.c
9766                 Fix special subfolders:
9767                 - Inherit parent's icon
9768                 - sent contents of queues subfolders
9769                 - empty subfolders of trashes
9770         * src/mainwindow.c
9771                 Remove outdated manual and faq entries
9772         * src/common/utils.c
9773                 Add quotes around %s coming from mailcap
9774
9775 2005-09-07 [colin]      1.9.14cvs1
9776
9777         * src/compose.c
9778                 After saving draft, set modified to FALSE
9779         * src/mimeview.c
9780         * src/common/utils.c
9781         * src/common/utils.h
9782                 Try to open mime parts using what is 
9783                 indicated in ~/.mailcap or /etc/mailcap,
9784                 if possible.
9785
9786 2005-09-05 [paul]       1.9.14
9787
9788         1.9.14 released
9789
9790         * po/sk.po
9791                 updated by Andrej Kacian
9792
9793 2005-09-05 [paul]       1.9.13cvs83
9794
9795         * po/de.po
9796         * po/es.po
9797         * po/fi.po
9798         * po/fr.po
9799         * po/nb.po
9800         * po/pt_BR.po
9801         * po/sr.po
9802                 updated translations by Thomas Gilgin, Ricardo Mones
9803                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9804                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9805
9806 2005-09-04 [paul]       1.9.13cvs82
9807
9808         * src/compose.c
9809                 only warn about exceeded line length limit
9810                 on send
9811
9812 2005-09-04 [paul]       1.9.13cvs81
9813
9814         * src/compose.c
9815                 fix crash in 'line length exceeded' dialogue
9816
9817 2005-09-02 [paul]       1.9.13cvs80
9818
9819         * src/imap.c
9820                 fix bug 795, 'Connection lost IMAP'
9821                 and add statusbar prints
9822                 Patch by Colin
9823
9824 2005-09-02 [paul]       1.9.13cvs79
9825
9826         * src/compose.c
9827                 compose_wrap_paragraph() becomes
9828                 compose_beautify_paragraph()
9829                 Patch by Colin
9830
9831 2005-09-02 [colin]      1.9.13cvs78
9832
9833         * src/folderview.c
9834                 Micro-fix
9835
9836 2005-09-01 [colin]      1.9.13cvs77
9837
9838         * src/imap.c
9839                 Maybe fix bug #795 (Connection lost IMAP)
9840                 Don't try to send logout when we're disconnected.
9841         * src/summaryview.c
9842                 Include locked and marked emails in HRM
9843                 view. Fixes bug #800 (Locked messages no longer 
9844                 show up when hide read messages is used)
9845
9846 2005-09-01 [paul]       1.9.13cvs76
9847
9848         * src/prefs_common.c
9849                 fix bad cutting
9850
9851 2005-08-31 [colin]      1.9.13cvs75
9852
9853         * src/folderview.c
9854         * src/folderview.h
9855         * src/prefs_summaries.c
9856         * src/summaryview.c
9857                 Fix "go to next new", fix preference
9858                 (Open unread/next swapped)
9859
9860 2005-08-31 [paul]       1.9.13cvs74
9861
9862         * src/compose.c
9863         * src/folderview.c
9864         * src/headerview.c
9865         * src/headerview.h
9866         * src/mainwindow.c
9867         * src/prefs_common.c
9868         * src/prefs_common.h
9869         * src/prefs_fonts.c
9870         * src/summaryview.c
9871         * src/textview.c
9872         * src/common/defs.h
9873                 remove obsolete BOLD_FONT setting
9874                 fix font update in headerview and textview
9875                 headers after prefs change
9876                 Patch By Colin
9877
9878 2005-08-31 [paul]
9879
9880         1.9.14-rc4 released
9881
9882 2005-08-30 [colin]      1.9.13cvs73
9883
9884         * src/summaryview.c
9885                 When Hide read messages is selected and we
9886                 refresh the summaryview, don't remove the 
9887                 currently displayed message. Fixes bug #797
9888                 (Summary view reloads when new mail is 
9889                 downloaded in 1.9.14 rc)
9890
9891 2005-08-30 [colin]      1.9.13cvs72
9892
9893         * src/folderview.c
9894                 Fix flickering
9895         * src/mainwindow.c
9896                 Remove useless callback
9897         * src/mimeview.c
9898         * src/gtk/filesel.c
9899         * src/gtk/filesel.h
9900                 Add a filesel_select_file_save_folder() - used by Save All
9901
9902 2005-08-29 [paul]       1.9.13cvs71
9903
9904         * AUTHORS
9905         * src/matcher_parser_parse.y
9906         * src/etpan/imap-thread.c
9907                 fix building on FreeBSD
9908                 Patch by Daniel Gustafson <daniel@hobbit.se>
9909
9910 2005-08-29 [paul]       1.9.13cvs70
9911
9912         * src/plugins/pgpinline/pgpinline.c
9913                 only initialise sig result if it's been handled
9914                 Patch by Colin
9915
9916 2005-08-29 [paul]       1.9.13cvs69
9917         
9918         Patches by Colin:
9919
9920         * src/imap.c
9921         * src/common.utils.c
9922         * src/common/utils.h
9923                 optimisation
9924         * src/stock_pixmap.h
9925                 fix wrong icon reference
9926         * src/pixmaps/trash_btn.xpm
9927                 replace with nicer image
9928
9929 2005-08-28 [colin]      1.9.13cvs68
9930
9931         * src/Makefile.am
9932         * src/stock_pixmap.c
9933         * src/stock_pixmap.h
9934         * src/toolbar.c
9935         * src/pixmaps/trash_btn.xpm
9936                 Add a specific trash xpm for the button
9937
9938 2005-08-28 [colin]      1.9.13cvs67
9939
9940         * src/imap.c
9941                 Fix leak
9942
9943 2005-08-27 [colin]      1.9.13cvs66
9944
9945         * src/imap.c
9946         * src/procmime.c
9947                 Correctly fix "Problem with replies", fixes
9948                 pgpmime encryption too. 
9949
9950 2005-08-27 [colin]      1.9.13cvs65
9951
9952         * src/folder.c
9953         * src/procmsg.c
9954         * src/procmsg.h
9955         * src/summaryview.c
9956                 Fix bug #517 (messages removed from summaryview 
9957                 when moving fails)
9958
9959 2005-08-27 [colin]      1.9.13cvs64
9960
9961         * tools/Makefile.am
9962         * tools/asus_mailled.sh
9963                 Add a script to blink ASUS laptops' mail LED where there
9964                 is unread mail.
9965
9966 2005-08-27 [colin]      1.9.13cvs63
9967
9968         * src/imap.c
9969         * src/etpan/imap-thread.c
9970         * src/etpan/imap-thread.h
9971                 Implement automatic choosing of login method
9972                 Fixes bug #791
9973         * src/gtk/.cvsignore
9974                 Add sylpheed-marshal.[ch]
9975
9976 2005-08-27 [colin]      1.9.13cvs62
9977
9978         * src/common/utils.c
9979                 Fix confusing perror
9980
9981 2005-08-27 [colin]      1.9.13cvs61
9982
9983         * src/toolbar.c
9984         * src/toolbar.h
9985                 Remove A_DELETE, replace it with 
9986                 A_TRASH and A_DELETE_REAL. Automatically
9987                 rewrite config files to replace A_DELETE
9988                 with A_TRASH (no functionality change).
9989                 Fixes half of #794
9990
9991 2005-08-26 [colin]      1.9.13cvs60
9992
9993         * src/procmime.c
9994                 Previous "Problem with replies" fix brought other
9995                 problems, fixing them
9996
9997 2005-08-26 [colin]      1.9.13cvs59
9998
9999         * src/procmime.c
10000                 Fix "Problem with replies". This happened only
10001                 on IMAP...
10002         * src/procmsg.c
10003                 Factorize code a bit
10004         * src/compose.c
10005                 Speed improvement on very long messages (wrapping)
10006                 Fix signature color on Reedit and Redirect
10007                 On Reedit, don't attach pgp-signatures parts, but
10008                 set signing to On.
10009
10010 2005-08-24 [paul]       1.9.13cvs58
10011
10012         * src/compose.c
10013                 don't claim success when clicking
10014                 Cancel on the passphrase box.
10015                 Patch by Colin
10016
10017 2005-08-24 [paul]       1.9.13cvs57
10018
10019         * src/main.c
10020                 fix misplaced sylpheed.log
10021         * src/common/defs.h
10022                 define UIDL_DIR
10023
10024 2005-08-24 [paul]       1.9.13cvs56
10025
10026         * src/imap.c
10027         * src/etpan/imap-thread.c
10028         * src/etpan/imap-thread.h
10029                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10030                 Patch by Colin
10031         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10032         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10033                 remove autogenerated files
10034         * tools/kdeservicemenu/README
10035         * tools/kdeservicemenu/install.sh
10036         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10037         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10038                 use Claws icon, use 'Sylpheed-Claws' in menu,
10039                 use kdialog, and other cleanups
10040
10041 2005-08-23 [paul]       1.9.13cvs55
10042
10043         * src/compose.c
10044                 fix paste/wrap crash
10045                 Patch by Colin
10046
10047 2005-08-23 [paul]       1.9.13cvs54
10048
10049         * src/main.c
10050                 fix crash recovery
10051                 Patch by Colin
10052
10053 2005-08-23 [paul]       1.9.13cvs53
10054
10055         * src/addressbook.c
10056         * src/editaddress.c
10057                 view all data of LDAP contacts
10058                 Patch by Colin
10059
10060 2005-08-23 [paul]       1.9.13cvs52
10061
10062         * src/addressbook.c
10063                 fix issues with the Search field
10064                 Patch by Colin
10065
10066 2005-08-22 [paul]       1.9.13cvs51
10067
10068         * src/folderview.c
10069                 put name of folder in processing dialog
10070                 title
10071         * src/prefs_folder_item.c
10072                 improve english usage
10073
10074 2005-08-22 [paul]       1.9.13cvs50
10075
10076         * src/filtering.c
10077         * src/filtering.h
10078         * src/matcher.c
10079         * src/matcher_parser_lex.l
10080         * src/matcher_parser_parse.y
10081         * src/prefs_filtering.c
10082                 add Filtering/Processing rule names feature.
10083                 (the incompatible old matcherrc is saved as
10084                 matcherrc.pre_names).
10085                 Patch by Colin
10086
10087 2005-08-22 [paul]       1.9.13cvs49
10088
10089         * src/procmsg.c
10090                 fix colour labelling
10091                 Patch by Colin
10092
10093 2005-08-22 [paul]       1.9.13cvs48
10094
10095         * src/textview.c
10096                 fix open_image_cb()
10097
10098 2005-08-22 [paul]       1.9.13cvs47
10099
10100         * src/imap.c
10101                 fix bug 789, 'SC crashes with imap (CVS ver)'
10102                 Patch by Colin
10103
10104 2005-08-22 [paul]       1.9.13cvs46
10105
10106         * src/mimeview.c
10107         * src/prefs_common.c
10108         * src/common/defs.h
10109                 define reused defaults in defs.h
10110         * src/textview.c
10111                 add 'Open image' to image popup menu
10112
10113 2005-08-21 [colin]      1.9.13cvs45
10114
10115         * src/summaryview.c
10116                 Fix bug #788 (Bogus "From" address displayed)
10117
10118 2005-08-20 [colin]      1.9.13cvs44
10119
10120         * src/folder.c
10121                 Fix buf #787 (multilevel delete causes SIGSEGV)
10122
10123 2005-08-19 [colin]      1.9.13cvs43
10124
10125         * src/inc.c
10126         * src/prefs_common.c
10127         * src/prefs_common.h
10128                 Add an hidden pref to allow modifying the
10129                 update stepping in incorporation.
10130                 Patch by wwp.
10131
10132 2005-08-19 [colin]      1.9.13cvs42
10133
10134         * src/compose.c
10135         * src/procmime.c
10136                 Workaround for broken MUAs: encode 
10137                 Content-type: name: as ASCII and 
10138                 Content-Disposition: filename: as
10139                 per rfc2231
10140         * src/prefs_account.c
10141                 Fix invisible-ness of SMTP SSL prefs
10142                 in NNTP accounts
10143
10144 2005-08-19 [paul]       1.9.13cvs41
10145
10146         * src/compose.c
10147         * src/prefs_common.c
10148         * src/prefs_common.h
10149         * src/prefs_wrapping.c
10150                 paste with or without wrapping.
10151                 patch by Colin
10152
10153 2005-08-19 [paul]       1.9.13cvs40
10154
10155         * src/prefs_common.c
10156         * src/prefs_common.h
10157         * src/summaryview.c
10158                 reintroduce enable_swap_from as a
10159                 hidden pref. patch by Colin
10160         * src/quote_fmt_parse.y
10161         * src/plugins/clamav/clamav_plugin.c
10162         * src/plugins/dillo_viewer/dillo_viewer.c
10163         * src/plugins/mathml_viewer/mathml_viewer.c
10164         * src/plugins/pgpcore/sgpgme.c
10165         * src/plugins/pgpinline/pgpinline.c
10166         * src/plugins/pgpmime/pgpmime.c
10167                 tidy up. patch by Colin
10168
10169 2005-08-19 [paul]       1.9.13cvs39
10170
10171         * configure.ac
10172                 complete cvs38's sync
10173         * src/editaddress.c
10174         * src/gedit-print.c
10175         * src/mutt.c
10176         * src/etpan/etpan-log.c
10177         * src/etpan/imap-thread.c
10178         * src/gtk/gtksourceprintjob.c
10179                 fix compilation warnings
10180                 (patch by Colin)
10181
10182 2005-08-19 [paul]       1.9.13cvs38
10183
10184         sync with main:
10185
10186         * src/account.c
10187         * src/action.c
10188         * src/addrbook.c
10189         * src/addrcache.c
10190         * src/addrharvest.c
10191         * src/addrindex.c
10192         * src/codeconv.c
10193         * src/compose.c
10194         * src/crash.c
10195         * src/exporthtml.c
10196         * src/exportldif.c
10197         * src/folder.c
10198         * src/image_viewer.c
10199         * src/inc.c
10200         * src/inc.h
10201         * src/jpilot.c
10202         * src/ldif.c
10203         * src/main.c
10204         * src/matcher.c
10205         * src/mbox.c
10206         * src/messageview.c
10207         * src/mh.c
10208         * src/mimeview.c
10209         * src/msgcache.c
10210         * src/mutt.c
10211         * src/news.c
10212         * src/partial_download.c
10213         * src/pine.c
10214         * src/pop.c
10215         * src/prefs_actions.c
10216         * src/prefs_common.c
10217         * src/prefs_customheader.c
10218         * src/prefs_display_header.c
10219         * src/prefs_gtk.c
10220         * src/prefs_themes.c
10221         * src/procheader.c
10222         * src/procmime.c
10223         * src/procmsg.c
10224         * src/recv.c
10225         * src/send_message.c
10226         * src/simple-gettext.c
10227         * src/sourcewindow.c
10228         * src/textview.c
10229         * src/vcard.c
10230         * src/common/defs.h
10231         * src/common/log.c
10232         * src/common/plugin.c
10233         * src/common/prefs.c
10234         * src/common/session.c
10235         * src/common/session.h
10236         * src/common/socket.c
10237         * src/common/socket.h
10238         * src/common/ssl_certificate.c
10239         * src/common/template.c
10240         * src/common/utils.c
10241         * src/common/utils.h
10242         * src/common/xml.c
10243         * src/gtk/about.c
10244         added wrappers for C library function that
10245                 take pathname arguments.
10246                 enabled compilation with MinGW.
10247                 use GDir instead of directly using opendir().
10248                 added rename_force().
10249
10250 2005-08-19 [paul]       1.9.13cvs37
10251         
10252         patches by Colin:
10253         * src/compose.c
10254                 fix privacy settings on re-editing
10255                 a sent message
10256         * src/jpilot.c
10257                 fix encoding bug
10258         * src/folder.c
10259         * src/procmsg.c
10260         * src/procmsg.h
10261         * src/summaryview.c
10262                 flag changing optimisation
10263
10264 2005-08-18 [martin]     1.9.13cvs36
10265
10266         * commitHelper
10267             added my login
10268         * src/addrcache.c
10269         * src/addrharvest.c
10270         * src/addrindex.c
10271         * src/compose.c
10272         * src/grouplistdialog.c
10273         * src/main.c
10274         * src/mainwindow.c
10275         * src/msgcache.c
10276         * src/mutt.c
10277         * src/pine.c
10278         * src/prefs_account.c
10279         * src/prefs_themes.c
10280         * src/stock_pixmap.c
10281         * src/summaryview.c
10282         * src/gtk/about.c
10283         * src/gtk/logwindow.c
10284             removed deprecated glib and gdk stuff
10285         * src/plugins/pgpcore/select-keys.c
10286             convert attributes from locale to utf8
10287
10288 2005-08-17 [paul]       1.9.13cvs35
10289
10290         * src/account.c
10291         * src/addressbook.c
10292                 use new GTK_STOCK_ icons if available
10293         * src/summaryview.c
10294         * src/gtk/gtksctree.c
10295         * src/gtk/gtksctree.h
10296                 faster range select. patch by Colin
10297
10298 2005-08-17 [paul]       1.9.13cvs34
10299
10300         patches by colin:
10301         * src/addressbook.c
10302         * src/addressitem.h
10303                 Add an edit button for contacts, fix selections
10304                 of gtksctree items
10305         * src/editaddress.c
10306                 Change labels, let Save be always possible in the
10307                 email and user atributes tabs
10308         * src/folderview.c
10309                 fix sort issues
10310         * src/summaryview.c
10311                 select next item instead of the displayed one
10312                 after deletion
10313
10314         * src/gtk/progressdialog.c
10315                 use prefs_common.enable_rules_hint
10316
10317 2005-08-13 [hoa]        1.9.13cvs33
10318
10319         * src/etpan/imap-thread.c
10320                 fixed build on Solaris.
10321
10322 2005-08-10 [colin]      1.9.13cvs32
10323
10324         * src/procmsg.c
10325                 Fix cvs31 (missing fclose before reading
10326                 the file)
10327
10328 2005-08-10 [colin]      1.9.13cvs31
10329
10330         * src/procmsg.c
10331                 Fix procmsg_msginfo_new_from_mimeinfo() when
10332                 the MimeInfo isn't stored in memory. This fixes
10333                 replying to an attached message.
10334
10335 2005-08-10 [colin]      1.9.13cvs30
10336
10337         * src/mainwindow.c
10338                 Fix slowness in account changing
10339
10340 2005-08-10 [colin]      1.9.13cvs29
10341
10342         * src/folder.c
10343         * src/folderutils.c
10344         * src/folderview.c
10345         * src/imap_gtk.c
10346         * src/mainwindow.c
10347         * src/mh_gtk.c
10348         * src/procmsg.c
10349         * src/summaryview.c
10350                 Optimize folder_has_parent_of_type
10351                 Prevent moving special sub-folders from contextual menus
10352                 Rework message a bit ("Empty all messages" -> "Delete all
10353                 messages")
10354                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10355                 and "Deleted Items" folders)
10356
10357 2005-08-08 [colin]      1.9.13cvs28
10358
10359         * src/summaryview.c
10360         * src/prefs_summaries.c
10361                 Make "Select first unread|new" more flexible
10362                 (just prioritize new or unread)
10363
10364 2005-08-08 [colin]      1.9.13cvs27
10365
10366         * src/summaryview.c
10367                 If "select first new" is selected and there only
10368                 are unread messages, fallback to "select first
10369                 unread".
10370
10371 2005-08-08 [colin]      1.9.13cvs26
10372
10373         * src/folder.c
10374                 Fix shameful bugs (and bug #779)
10375
10376 2005-08-08 [colin]      1.9.13cvs25
10377
10378         * src/folder.c
10379         * src/folder.h
10380                 Cache parents' type to make folder_has_parent_of_type
10381                 faster
10382         * src/folderview.c
10383                 Forbid DnD of special sub-folders
10384         * src/procmsg.c
10385         * src/procmsg.h
10386                 Add MAIL_POSTFILTERING_HOOK
10387         * src/summaryview.c
10388                 Revert over-zealous deletion of the use_addr_book 
10389                 code
10390
10391 2005-08-07 [colin]      1.9.13cvs24
10392
10393         * src/folder.c
10394                 Fix big mistake (passing MsgInfo instead 
10395                 of FolderItem)
10396
10397 2005-08-07 [colin]      1.9.13cvs23
10398
10399         * src/compose.c
10400         * src/folder.c
10401         * src/folder.h
10402         * src/foldersel.c
10403         * src/folderutils.c
10404         * src/folderview.c
10405         * src/imap.c
10406         * src/mainwindow.c
10407         * src/messageview.c
10408         * src/mh.c
10409         * src/msgcache.c
10410         * src/procmime.c
10411         * src/summaryview.c
10412                 Make subfolders of Drafts, Queue, Outbox, Trash
10413                 work like their parents. 
10414                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10415
10416 2005-08-07 [colin]      1.9.13cvs22
10417
10418         * src/addressbook.c
10419                 Fix bug #771 (Dragged contacts not saved)
10420
10421 2005-08-07 [paul]       1.9.13cvs21
10422
10423         * src/summaryview.c
10424                 fix bug 32 'Search Doesn't display results
10425                 if "Hide Read Messages" is chosen'
10426                 be more literal in interpreting 'Hide read
10427                 messages'
10428
10429 2005-08-07 [colin]      1.9.13cvs20
10430
10431         * src/folderview.c
10432                 Add debug
10433         * src/summaryview.c
10434                 Faster 'unthread_for_execution'
10435
10436 2005-08-06 [paul]       1.9.13cvs19
10437
10438         * src/mainwindow.c
10439                 add mnemonics to Set displayed columns
10440                 fix bug where msgview_visible option was
10441                 overwritten as TRUE on startup
10442
10443 2005-08-06 [paul]       1.9.13cvs18
10444
10445         * src/mainwindow.c
10446                 refer to 'displayed columns in folder/message
10447                 list' not 'displayed items in summary/message view'
10448         * src/prefs_display_header.c
10449                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10450                 be consistent with similar dialogues
10451         * src/prefs_folder_column.c
10452         * src/prefs_summary_column.c
10453                 'columns' not 'items', and folder and message lists,
10454                 instead of folder and summary views;
10455                 Use 'Hidden columns' as list heading not 'Available
10456                 items';
10457                 move the 'Remove' button to the right hand side;
10458                 top-align the buttons;
10459                 remove unneeded vbox
10460         * src/prefs_summaries.c
10461                 put the 2 column prefs buttons in a frame to reduce
10462                 overall width; refer to columns not items &c.
10463
10464 2005-08-05 [colin]      1.9.13cvs17
10465
10466         * src/prefs_common.c
10467         * src/prefs_common.h
10468         * src/mainwindow.c
10469         * src/compose.c
10470         * src/messageview.c
10471                 Add an hidden toolbar_detachable pref, so
10472                 that I can get rid of these painful handles
10473                 in the toolbars. Defaults to TRUE to avoid
10474                 changing the GUI on unsuspecting people...
10475
10476 2005-08-05 [colin]      1.9.13cvs16
10477
10478         * src/Makefile.am
10479         * src/prefs_folder_column.c
10480         * src/prefs_folder_column.h
10481                 Add prefs for folder columns
10482         * src/folderview.c
10483         * src/folderview.h
10484         * src/mainwindow.c
10485         * src/mainwindow.h
10486         * src/prefs_common.c
10487         * src/prefs_common.h
10488         * src/prefs_summaries.c
10489                 Use them
10490         * src/prefs_summary_column.c
10491         * src/summaryview.c
10492         * src/summaryview.h
10493                 Add a To column
10494         * src/textview.c
10495         * src/common/utils.c
10496         * src/common/utils.h
10497                 Move uri colourisation functions
10498                 to utils
10499         * src/compose.c
10500                 Colourise URIs
10501         * src/imap.c
10502                 Fix bug with LIST where we'd try
10503                 to get Folder//////[...]/// 
10504
10505 2005-08-05 [paul]       1.9.13cvs15
10506
10507         * src/prefs_summaries.c
10508                 improve the English usage
10509         * src/summaryview.c
10510                 set font on column change
10511                 thanks to Colin
10512
10513 2005-08-05 [paul]       1.9.13cvs14
10514
10515         * src/prefs_common.c
10516         * src/prefs_common.h
10517         * src/prefs_summaries.c
10518         * src/summaryview.c
10519                 replace 'open_unread_on_enter' option with
10520                 'select_on_entry' option. opening/not opening
10521                 is now exclusively controlled by 'always_show_msg'
10522
10523 2005-08-04 [colin]      1.9.13cvs13
10524
10525         * src/compose.c
10526                 Remove dead code
10527                 Add colourisation of quotes and signatures
10528         * src/folderview.c
10529                 Fix possible crashes
10530         * src/messageview.c
10531                 Change an assert that is no problem
10532         * src/news.c
10533         * src/news_gtk.c
10534         * src/news_gtk.h
10535                 Fix offline mode
10536         * src/gtk/quicksearch.c
10537                 Fix a possible crash
10538
10539 2005-08-03 [colin]      1.9.13cvs12
10540
10541         * src/prefs_account.c
10542                 Fix bug #777 (Sylpheed crash in account configuration)
10543
10544 2005-08-03 [colin]      1.9.13cvs11
10545
10546         * src/addressbook.c
10547         * src/editaddress.c
10548         * src/editgroup.c
10549                 Fixing addressbook, round 2
10550         * src/textview.c
10551                 Fix emphasis color on rechecking 'Colorize messages'
10552
10553 2005-08-03 [paul]       1.9.13cvs10
10554
10555         sync with main
10556
10557         * src/addr_compl.c
10558         * src/compose.c
10559         * src/main.c
10560         * src/pop.c
10561         * src/prefs_account.c
10562         * src/procmime.c
10563         * src/procmsg.c
10564         * src/quote_fmt_parse.y
10565         * src/textview.c
10566         * src/common/quoted-printable.c
10567         * src/common/utils.c
10568         * src/common/utils.h
10569         * src/common/xml.c
10570                 replaced incorrect locale-independent
10571                 ctype functions with GLib's. Corrected
10572                 signedness mismatch.
10573         * src/headerview.c
10574                 headerview_create(): added spacing for vbox.
10575         * src/gtk/about.c
10576                 set focus to the OK button.
10577
10578 2005-08-03 [colin]      1.9.13cvs9
10579
10580         * src/folderview.c
10581                 Fix possible crash
10582
10583 2005-08-02 [colin]      1.9.13cvs8
10584
10585         * src/mainwindow.c
10586                 Fix cast
10587         * src/addressbook.c
10588         * src/addressitem.h
10589                 Fix a cast and more generally, try to make the
10590                 GUI more intuitive and consistent (round 1)
10591
10592 2005-08-02 [paul]       1.9.13cvs7
10593
10594         * src/folder.h
10595                 missing in 1.9.13cvs6
10596
10597 2005-08-02 [colin]      1.9.13cvs6
10598
10599         * src/folder.c
10600                 Fix one more leak
10601
10602 2005-08-02 [colin]      1.9.13cvs5
10603
10604         * src/folder.c
10605         * src/folderview.c
10606         * src/imap.c
10607         * src/main.c
10608         * src/mbox.c
10609         * src/procmsg.c
10610         * src/summaryview.c
10611                 Fix a number of folder_item_get_msg_list()-related
10612                 leaks (missing procmsg_msginfo_free()s)
10613
10614 2005-08-01 [colin]      1.9.13cvs4
10615
10616         * src/folderview.c
10617         * src/folderview.h
10618         * src/mainwindow.c
10619         * src/prefs_fonts.c
10620         * src/prefs_summaries.c
10621         * src/prefs_themes.c
10622         * src/summaryview.c
10623         * src/summaryview.h
10624         * src/textview.c
10625         * src/textview.h
10626                 Fix instant-apply of summary and folderview-related prefs
10627                 Fix erroneous g_free and alertpanels in prefs_theme
10628                 Add instant-apply for fonts
10629                 Defer applying of prefs a little bit so it's done only
10630                 once even if requested by multiples prefs pages
10631
10632 2005-08-01 [paul]       1.9.13cvs3
10633
10634         * src/main.c
10635                 fix bug 776 'S.C. crashes on close'
10636                 thanks to Colin
10637         * src/etpan/etpan-thread-manager-types.h
10638                 add missing include
10639                 thanks to Hoa
10640
10641 2005-07-25 [paul]       1.9.13cvs2
10642
10643         * src/summaryview.c
10644                 fix typos. spotted by Fabien Vantard
10645
10646 2005-07-24 [paul]       1.9.13cvs1
10647
10648         * doc/man/sylpheed.1
10649                 update man page, incorporating fix of
10650                 bug 769 'Typo in manpage'
10651         * src/etpan/imap-thread.c
10652                 fix NetBSD openssl dependencies. patch by
10653                 George Michaelson <ggm@apnic.net>
10654         * po/pt_BR.po
10655                 updated by Frederico Goncalves Guimaraes
10656
10657 2005-07-22 [paul]       1.9.13
10658
10659         1.9.13 release
10660
10661 2005-07-22 [paul]       1.9.12cvs91
10662
10663         * AUTHORS
10664         * INSTALL
10665         * README.claws
10666         * RELEASE_NOTES.claws
10667                 updated for release
10668         * configure.ac
10669         * po/nb.po
10670         * tools/claws.i18n.status.pl
10671                 add Norwegian translation. submiited by
10672                 Geir Helland <pjallabais@users.sourceforge.net>
10673         * po/ca.po
10674         * po/de.po
10675         * po/es.po
10676         * po/fi.po
10677         * po/fr.po
10678         * po/it.po
10679         * po/sk.po
10680         * po/sr.po
10681         * po/zh_CN.po
10682                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10683                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10684                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10685                 Yang Guilong
10686         * src/plugins/clamav/clamav_plugin_gtk.c
10687         * src/plugins/spamassassin/spamassassin_gtk.c
10688                 replace outdated description strings
10689
10690 2005-07-21 [colin]      1.9.12cvs90
10691
10692         * src/folder.c
10693                 Set folder to batch mode when scanning it. Makes deletion
10694                 of unread mails on IMAP much faster (due to the UNREAD 
10695                 flag unsetting)
10696
10697 2005-07-21 [darko]      1.9.12cvs89
10698
10699         * configure.ac
10700                 link against libresolv if necessary (patch by Paul)
10701         * src/msgcache.c
10702                 use glib's portable macros to determine endianness
10703
10704 2005-07-21 [paul]       1.9.12cvs88
10705
10706         * src/crash.c
10707         * src/gtk/about.c
10708                 update compiled-in features list
10709
10710 2005-07-20 [colin]      1.9.12cvs87
10711
10712         * src/folder.c
10713         * src/textview.c
10714                 Gcc 2.9x compilation fixes, thanks to Darko
10715         * src/plugins/clamav/clamav_plugin.c
10716                 Little optimisation: load virus database only once
10717         * src/plugins/spamassassin/spamassassin.c
10718                 Big optimisation: filtering one mail took at least 1 second,
10719                 now it takes at least 50ms. Doesn't speed up spamassassin 
10720                 itself, but should already be much more tolerable.
10721
10722 2005-07-20 [colin]      1.9.12cvs86
10723
10724         * src/summaryview.c
10725                 Fix performance issue
10726
10727 2005-07-19 [colin]      1.9.12cvs85
10728
10729         * src/plugins/pgpinline/plugin.c
10730                 Fix warning
10731
10732 2005-07-19 [colin]      1.9.12cvs84
10733
10734         * configure.ac
10735         * src/plugins/Makefile.am
10736         * src/plugins/pgpinline/.cvsignore
10737         * src/plugins/pgpinline/Makefile.am
10738         * src/plugins/pgpinline/pgpinline.c
10739         * src/plugins/pgpinline/pgpinline.deps
10740         * src/plugins/pgpinline/pgpinline.h
10741         * src/plugins/pgpinline/plugin.c
10742                 Put pgpinline in the main tree
10743
10744 2005-07-19 [paul]       1.9.12cvs83
10745
10746         * src/prefs_actions.c
10747                 prevent '//' in menu names, which cause a crash
10748                 thanks to Colin
10749
10750 2005-07-19 [paul]       1.9.12cvs82
10751
10752         * configure.ac
10753                 be generally more informative in configure output.
10754                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10755                 '[ --disable-openssl ...', as --enable-openssl is default
10756                 PGP/MIME: don't check for GPGME again, check for
10757                 pgpcore instead. Therefore prevent the possibility of
10758                 attempting to build pgpmime if pgpcore dependencies are
10759                 not met
10760                 ClamAV: use pkgconfig to check for lib
10761                 libgnomeprint: revert logic on inner test to match
10762                 everything else
10763         * src/plugins/pgpcore/sgpgme.c
10764                 add missing include
10765
10766 2005-07-19 [colin]      1.9.12cvs81
10767
10768         * src/summaryview.c
10769                 Fix slow thread rebuilding in particular
10770                 cases
10771
10772 2005-07-19 [paul]       1.9.12cvs80
10773
10774         * sylpheed-claws.desktop
10775                 fix typo, spotted by Stephan Sachse
10776         * src/account.c
10777                 replace GTK_STOCK_ADD with
10778                 GTK_STOCK_NEW button
10779
10780 2005-07-18 [colin]      1.9.12cvs79
10781
10782         * src/etpan/imap-thread.c
10783                 Fix return value (Thanks Hoa)
10784
10785 2005-07-18 [colin]      1.9.12cvs78
10786
10787         * src/imap.c
10788                 Allow empty passwords
10789                 Create drafts/queue/outbox if necessary
10790         * src/summaryview.c
10791                 Remove old code
10792         * src/etpan/imap-thread.c
10793                 Fix STARTTLS (Thanks to Hoa)
10794
10795 2005-07-18 [paul]       1.9.12cvs77
10796
10797         * ChangeLog-gtk2.jp
10798         * ChangeLog.jp
10799                 removed
10800         * Makefile.am
10801                 updated to reflect additions and removals
10802         * TODO
10803                 updated to be claws-specific
10804         * TODO-gtk2
10805         * TODO-gtk2.jp
10806         * TODO.jp
10807         * sylpheed-128x128.png
10808         * sylpheed-64x64.png
10809                 removed
10810         * sylpheed-claws-128x128.png
10811         * sylpheed-claws-64x64.png
10812         * sylpheed-claws.desktop
10813         * sylpheed-claws.png
10814                 added
10815         * sylpheed.desktop
10816         * sylpheed.png
10817                 removed
10818
10819 2005-07-17 [paul]       1.9.12cvs76
10820
10821         * src/account.c
10822         * src/addressbook.c
10823         * src/alertpanel.c
10824         * src/alertpanel.h
10825         * src/compose.c
10826         * src/exphtmldlg.c
10827         * src/expldifdlg.c
10828         * src/folderview.c
10829         * src/imap_gtk.c
10830         * src/inc.c
10831         * src/message_search.c
10832         * src/messageview.c
10833         * src/mh_gtk.c
10834         * src/news_gtk.c
10835         * src/prefs_actions.c
10836         * src/prefs_filtering.c
10837         * src/prefs_matcher.c
10838         * src/prefs_template.c
10839         * src/prefs_themes.c
10840         * src/ssl_manager.c
10841         * src/summary_search.c
10842         * src/textview.c
10843         * src/toolbar.c
10844         * src/gtk/sslcertwindow.c
10845         * src/plugins/pgpcore/sgpgme.c
10846                 rework alertpanels
10847
10848 2005-07-17 [colin]      1.9.12cvs75
10849
10850         * src/privacy.c
10851                 add a PrivacySystem accessor that checks that
10852                 the system cached in a MimeInfo's privacydata
10853                 is still registered. Use this accessor instead
10854                 of directly using data->system. Fixes crashes
10855                 after unloading pgp plugins.
10856
10857 2005-07-17 [colin]      1.9.12cvs74
10858
10859         * src/alertpanel.c
10860                 Change geometry hints to a simple default size.
10861                 Fixes the certs dialogs.
10862
10863 2005-07-17 [colin]      1.9.12cvs73
10864
10865         * src/gtk/sslcertwindow.c
10866                 Use a gtkExpander
10867
10868 2005-07-17 [colin]      1.9.12cvs72
10869
10870         * src/plugins/pgpcore/Makefile.am
10871         * src/plugins/pgpmime/Makefile.am
10872                 Add gpgme libs
10873
10874 2005-07-17 [paul]       1.9.12cvs71
10875
10876         * configure.ac
10877                 add --disable-gnomeprint option
10878                 modified version of patch by Marius Mauch
10879
10880 2005-07-17 [paul]       1.9.12cvs70
10881
10882         * src/common/defs.h
10883                 update urls
10884         * src/account.c
10885         * src/action.c
10886         * src/addressbook.c
10887         * src/compose.c
10888         * src/foldersel.c
10889         * src/folderview.c
10890         * src/html.c
10891         * src/imap_gtk.c
10892         * src/main.c
10893         * src/mainwindow.c
10894         * src/messageview.c
10895         * src/mh_gtk.c
10896         * src/mimeview.c
10897         * src/news_gtk.c
10898         * src/prefs_account.c
10899         * src/prefs_send.c
10900         * src/prefs_summaries.c
10901         * src/procmsg.c
10902         * src/summaryview.c
10903         * src/common/utils.c
10904         * src/common/xml.c
10905         * src/plugins/pgpcore/passphrase.c
10906         * src/plugins/pgpcore/select-keys.c
10907                 replace inappropriately used backticks
10908                 with single quotes
10909
10910 2005-07-16 [colin]      1.9.12cvs69
10911
10912         * src/image_viewer.c
10913                 Add extra paranoid checks
10914
10915 2005-07-16 [colin]      1.9.12cvs68
10916
10917         * src/plugins/pgpcore/prefs_gpg.c
10918                 Don't auto-check sigs by default, as it
10919                 can be really slow.
10920
10921 2005-07-16 [colin]      1.9.12cvs67
10922
10923         * src/plugins/pgpcore/sgpgme.c
10924                 Make messages a bit better.
10925
10926 2005-07-16 [colin]      1.9.12cvs66
10927
10928         * src/imap.c
10929                 Remove pseudo-log
10930         * src/etpan/imap-thread.c
10931                 Add real log
10932
10933 2005-07-16 [colin]      1.9.12cvs65
10934
10935         * src/main.c
10936         * src/prefs_other.c
10937                 And now, fix build with libetpan :-/
10938
10939 2005-07-15 [colin]      1.9.12cvs64
10940
10941         * src/prefs_other.c
10942                 Continue fixing build without libetpan.
10943
10944 2005-07-15 [colin]      1.9.12cvs63
10945
10946         * src/main.c
10947                 Fix build with --disable-libetpan
10948
10949 2005-07-15 [colin]      1.9.12cvs62
10950
10951         * configure.ac
10952                 Bump libetpan's version
10953
10954 2005-07-15 [colin]      1.9.12cvs61
10955
10956         * src/etpan/imap-thread.c
10957                 Actually stop logging :)
10958
10959 2005-07-15 [colin]      1.9.12cvs60
10960
10961         * src/addressbook.c
10962                 Fix dnd of multiple addresses.
10963
10964 2005-07-15 [hoa]        1.9.12cvs59
10965
10966         * src/etpan/imap-thread.c
10967             disable login of IMAP password in libetpan log file.
10968
10969 2005-07-15 [paul]       1.9.12cvs58
10970
10971         * src/account.c
10972                 don't automatically sort
10973                 do allow drag n drop
10974
10975 2005-07-15 [paul]       1.9.12cvs57
10976
10977         * src/account.c
10978         * src/ssl_manager.c
10979                 alphabetical listing
10980
10981 2005-07-15 [paul]       1.9.12cvs56
10982
10983         * src/gtk/pluginwindow.c
10984                 sort plugin list alphabetically
10985
10986 2005-07-15 [paul]       1.9.12cvs55
10987
10988         * src/prefs_spelling.c
10989         * src/prefs_wrapping.c
10990                 unify English usage
10991
10992 2005-07-15 [colin]      1.9.12cvs54
10993
10994         * src/wizard.c
10995                 Typo fix
10996
10997 2005-07-15 [paul]       1.9.12cvs53
10998
10999         * src/prefs_message.c
11000                 make 'show cursor' a hidden option
11001
11002 2005-07-14 [colin]      1.9.12cvs52
11003
11004         * src/plugins/spamassassin/Makefile.am
11005         * src/plugins/clamav/Makefile.am
11006                 Fix double EXTRA_DISTs
11007
11008 2005-07-14 [colin]      1.9.12cvs51
11009
11010         * src/plugins/clamav/Makefile.am
11011         * src/plugins/clamav/clamav_plugin_gtk.deps
11012         * src/plugins/spamassassin/Makefile.am
11013         * src/plugins/spamassassin/spamassassin_gtk.deps
11014                 Make $plugin_gtk depend on $plugin
11015
11016 2005-07-14 [hoa]        1.9.12cvs50
11017
11018         * src/etpan/imap-thread.c
11019                 enable debug log of libetpan when running with --debug
11020
11021 2005-07-14 [colin]      1.9.12cvs49
11022
11023         * configure.ac
11024         * src/common/Makefile.am
11025         * src/common/plugin.c
11026         * src/common/plugin.h
11027                 Add a little plugin dependancy system.
11028                 Plugins can ship a $plugin_name.deps file
11029                 (near them in PLUGINDIR) so that their
11030                 dependancies are loaded if possible.
11031         * src/plugins/Makefile.am
11032         * src/plugins/pgpcore/Makefile.am
11033         * src/plugins/pgpcore/passphrase.c
11034         * src/plugins/pgpcore/passphrase.h
11035         * src/plugins/pgpcore/plugin.c
11036         * src/plugins/pgpcore/prefs_gpg.c
11037         * src/plugins/pgpcore/prefs_gpg.h
11038         * src/plugins/pgpcore/select-keys.c
11039         * src/plugins/pgpcore/select-keys.h
11040         * src/plugins/pgpcore/sgpgme.c
11041         * src/plugins/pgpcore/sgpgme.h
11042                 Introduce pgpcore, used by pgpmime and
11043                 pgpinline
11044         * src/plugins/pgpmime/Makefile.am
11045         * src/plugins/pgpmime/passphrase.c
11046         * src/plugins/pgpmime/passphrase.h
11047         * src/plugins/pgpmime/pgpmime.c
11048         * src/plugins/pgpmime/pgpmime.deps
11049         * src/plugins/pgpmime/plugin.c
11050         * src/plugins/pgpmime/prefs_gpg.c
11051         * src/plugins/pgpmime/prefs_gpg.h
11052         * src/plugins/pgpmime/select-keys.c
11053         * src/plugins/pgpmime/select-keys.h
11054         * src/plugins/pgpmime/sgpgme.c
11055         * src/plugins/pgpmime/sgpgme.h
11056                 Remove the core from pgpmime and add the
11057                 dependancy to pgpcore.
11058
11059 2005-07-14 [paul]       1.9.12cvs48
11060
11061         * src/stock_pixmap.c
11062                 forgot this in last commit
11063
11064 2005-07-14 [paul]       1.9.12cvs47
11065
11066         * src/account.c
11067         * src/addressbook.c
11068                 add accelerators for the buttons (sync with main)
11069         * src/compose.c
11070         * src/compose.h
11071                 add accelerators for the buttons.
11072                 fix editing with external editor.
11073                 replace gdk_input_*() with GIOChannel;
11074                 (sync with main)
11075         * src/foldersel.c
11076                 display folder names with new/unread
11077                 representation (sync with main)
11078         * src/main.c
11079                 specify default window icon (sync with main)
11080         * src/prefs_common.c
11081                 use_addr_book default to FALSE
11082         * src/summaryview.c
11083         * src/textview.c
11084                 add accelerators for the buttons (sync with main)
11085         * src/gtk/menu.c
11086                 fix typos
11087         * src/pixmaps/sylpheed_icon.xpm
11088                 updated
11089
11090 2005-07-13 [paul]       1.9.12cvs46
11091
11092         * src/plugins/pgpmime/pgpmime.c
11093         * src/plugins/pgpmime/sgpgme.c
11094                 (temporarily) use deprecated gpgme_data_rewind()
11095                 while largefile support is not present
11096                 (as suggested by Colin)
11097
11098 2005-07-13 [paul]       1.9.12cvs45
11099
11100         * configure.ac
11101                 remove large file support (for now):
11102                 it breaks too many things
11103
11104 2005-07-13 [paul]       1.9.12cvs44
11105
11106         * configure.ac
11107                 add large file support
11108         * src/html.c
11109                 fix bug #763 where href attribute was not
11110                 the very first attribute of a link
11111                 patch by Thomas Gilgin
11112
11113 2005-07-13 [colin]      1.9.12cvs43
11114
11115         * src/gtk/pluginwindow.c
11116                 Little portability fix
11117
11118 2005-07-13 [colin]      1.9.12cvs42
11119
11120         * src/plugins/pgpmime/sgpgme.c
11121                 Fix crasher.
11122
11123 2005-07-13 [colin]      1.9.12cvs41
11124
11125         * src/plugins/pgpmime/pgpmime.c
11126         * src/plugins/pgpmime/sgpgme.c
11127                 Use gpgme_data_release_and_get_mem instead
11128                 of gpgme_data_read.
11129
11130 2005-07-13 [colin]      1.9.12cvs40
11131
11132         * configure.ac
11133         * src/plugins/pgpmime/passphrase.c
11134         * src/plugins/pgpmime/passphrase.h
11135         * src/plugins/pgpmime/pgpmime.c
11136         * src/plugins/pgpmime/plugin.c
11137         * src/plugins/pgpmime/select-keys.c
11138         * src/plugins/pgpmime/select-keys.h
11139         * src/plugins/pgpmime/sgpgme.c
11140         * src/plugins/pgpmime/sgpgme.h
11141                 Port pgpmime to gpgme-1.0.
11142
11143 2005-07-12 [paul]       1.9.12cvs39
11144
11145         * AUTHORS
11146         * src/toolbar.c
11147         * src/toolbar.h
11148                 add a 'Go to Prev' button to the toolbar.
11149                 correct tooltip text of go to buttons.
11150                 based on patch by Yang Guilong <bamanzi@gmail.com>
11151
11152 2005-07-12 [colin]      1.9.12cvs38
11153
11154         * src/statusbar.c
11155                 Fix progress bar showing stuff at startup.
11156
11157 2005-07-12 [paul]       1.9.12cvs37
11158
11159         * src/editjpilot.c
11160                 fix building with jpilot support
11161
11162 2005-07-11 [colin]      1.9.12cvs36
11163
11164         * src/inc.c
11165                 Add visual indication that filtering is running
11166         * src/textview.c
11167                 Make {}[] uri delimiters
11168         * src/summaryview.c
11169                 Remove useless (and slow) calls
11170
11171 2005-07-11 [paul]       1.9.12cvs35
11172
11173         * src/plugins/clamav/clamav_plugin_gtk.c
11174         * src/plugins/dillo_viewer/dillo_prefs.c
11175         * src/plugins/pgpmime/prefs_gpg.c
11176         * src/plugins/spamassassin/spamassassin_gtk.c
11177                 gather plugins prefs together under their
11178                 own 'Plugins' heading
11179
11180 2005-07-11 [paul]       1.9.12cvs34
11181
11182         sync with main
11183
11184         * src/account.c
11185                 account_delete(): modified alert dialog
11186         * src/editjpilot.c
11187         * src/editvcard.c
11188                 fixed a crash when cancelling file selection
11189                 dialog by Escape key. Made non-ascii filename
11190                 selectable.
11191         * src/prefs_template.c
11192                 prefs_template_window_create(): make scrolled
11193                 window policy AUTOMATIC
11194
11195 2005-07-10 [hoa]        1.9.12cvs33
11196
11197         * src/etpan/imap-thread.c
11198                 workaround for old Courier IMAP servers.
11199
11200 2005-07-10 [colin]      1.9.12cvs32
11201
11202         * src/folder.c
11203         * src/statusbar.c
11204         * src/statusbar.h
11205                 Add visual progress indicator on filtering/processing
11206                 Factorize the progress bar code
11207         * src/imap.c
11208         * src/imap.h
11209         * src/etpan/imap-thread.c
11210                 Add a reference counter to avoid destroying the Folder
11211                 while it's in use by another callback.
11212
11213 2005-07-09 [hoa]        1.9.12cvs31
11214
11215         * src/imap.c
11216         * src/etpan/imap-thread.c
11217                 fixed deadlock when removing IMAP account.
11218
11219 2005-07-08 [colin]      1.9.12cvs30
11220
11221         * src/textview.c
11222         * src/unmime.c
11223                 Fix again problems decoding broken headers
11224         * src/gtk/inputdialog.c
11225                 Fix local variable shadowing a global one
11226
11227 2005-07-08 [colin]      1.9.12cvs29
11228
11229         * src/msgcache.c
11230                 Make the cache/mark files platform-agnostic by writing
11231                 them in little-endian format. Reading them is also done
11232                 in little-endian format, of course; however, in order
11233                 to avoid trashing mark data on big-endian machines, the
11234                 files are, at first, read from the native format if the
11235                 little-endian one doesn't exist. This is easy to deter-
11236                 mine by trying to open a file with a swapped data_ver
11237                 and seeing if it's the wanted version.
11238                 Little-endian using users should see absolutely no
11239                 difference, Big-endian users may get a very little
11240                 performance drop due to byte-swapping.
11241                 Tested on i386 and ppc32. 
11242                 Fixes bug #159 (The index file, in the mailboxes, is 
11243                 hardware depending).
11244
11245                 To have the cache/mark files updated to the new little-
11246                 endian format, "Check for new messages" or even
11247                 "Rebuild folder tree" aren't enough. Files will be
11248                 updated as soon as a folder has been opened/closed.
11249                 To update everything, just select all folders by
11250                 selecting them one by one.
11251
11252 2005-07-07 [colin]      1.9.12cvs28
11253
11254         * src/imap.c
11255                 Remember the folder separator per IMAPFolder
11256                 instead of globally.
11257                 Revive the Session on noop; fixes bug #761
11258                 (mark a bunch of unread messages as read takes 
11259                 forever)
11260
11261 2005-07-07 [darko]      1.9.12cvs27
11262
11263         * src/common/template.c
11264                 Sort templates alphabetically
11265
11266 2005-07-06 [colin]      1.9.12cvs26
11267
11268         * src/imap.c
11269                 Try to use the correct separator in
11270                 most cases. Possibly fixes bug #759
11271                 (only creates the INBOX folder when 
11272                 setting up new IMAP account) and 
11273                 bug #760 (Can't retrieve messages)
11274
11275 2005-07-06 [colin]      1.9.12cvs25
11276
11277         * src/imap.c
11278                 Use real_path in status command. This will
11279                 help later, when namespaces will be used.
11280
11281 2005-07-06 [colin]      1.9.12cvs24
11282
11283         * configure.ac
11284         * src/account.c
11285         * src/folder.c
11286         * src/imap.c
11287         * src/etpan/etpan-log.c
11288         * src/etpan/etpan-thread-manager.c
11289         * src/etpan/imap-thread.c
11290                 Add a --disable-libetpan parameter. With this,
11291                 users that don't want IMAP4 support can avoid
11292                 the new dependancy (and have no IMAP support).
11293                 Users that have IMAP4 accounts and use this
11294                 parameter won't lose their configuration, their
11295                 IMAP accounts will just be invisible and not
11296                 used.
11297         * src/textview.c
11298                 Make the "Copy ..." contextual menu items 
11299                 copy to both the X clipboard and the gtk 
11300                 clipboard - as most other apps do.
11301         * src/gtk/about.c
11302                 Add a notice about OpenSSL usage, in order to
11303                 comply with OpenSSL's license (point 6):
11304                 http://www.openssl.org/source/license.html
11305
11306 2005-07-06 [colin]      1.9.12cvs23
11307
11308         * src/alertpanel.c
11309                 Fix a minimum size for alertpanels
11310         * src/compose.c
11311                 Show 'No space left on device' type errors
11312                 when queuing/sending
11313         * src/imap_gtk.c
11314         * src/mh_gtk.c
11315                 Rework folder's deletion message (remove 
11316                 extra \n)
11317
11318 2005-07-05 [colin]      1.9.12cvs22
11319
11320         * src/imap.c
11321                 Add an alertpanel on auth error
11322                 Add pseudo-log
11323                 Remove pthread-related stuff
11324
11325 2005-07-05 [colin]      1.9.12cvs21
11326
11327         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11328                 Fix crash on plugin reloading (with a hack)
11329
11330 2005-07-05 [colin]      1.9.12cvs20
11331
11332         * src/prefs_account.c
11333         * src/prefs_account.h
11334                 Fix typo
11335         * src/gtk/filesel.c
11336         * src/gtk/filesel.h
11337                 Add a way to filter the view
11338         * src/gtk/pluginwindow.c
11339                 Filter loadable stuff
11340         * src/plugins/pgpmime/prefs_gpg.c
11341                 Fix missing unregistration
11342         * .cvsignore
11343         * src/etpan/.cvsignore
11344         * src/plugins/spamassassin/.cvsignore
11345                 Add more stuff to cvs ignored files
11346
11347 2005-07-04 [colin]      1.9.12cvs19
11348
11349         * src/imap.c
11350                 Fix scan_required returning FALSE when it
11351                 shouldn't. Maybe fix #760 (Can't retrieve
11352                 messages)
11353
11354 2005-07-04 [colin]      1.9.12cvs18
11355
11356         * src/summaryview.c
11357                 Fix always_show_msg pref
11358
11359 2005-07-04 [paul]       1.9.12cvs17
11360
11361         sync with main (forgotten in last commit)
11362         
11363         * src/common/utils.c
11364         * src/common/utils.h
11365                 check_line_length(): new.
11366                 is_dir_exist()
11367                 is_file_entry_exist()
11368                 dirent_is_regular_file()
11369                 dirent_is_directory(): use g_file_test() instead of stat().
11370
11371 2005-07-04 [paul]       1.9.12cvs16
11372
11373         sync with main:
11374
11375         * src/compose.c
11376                 compose_write_to_file(): check for line
11377                 length limit and display warning if exceeds
11378         * src/jpilot.c
11379                 use get_home_dir() instead of g_get_home_dir()
11380         * src/procheader.c
11381                 removed warning about invalid date
11382         * src/vcard.c
11383                 use get_home_dir() instead of g_get_home_dir()
11384
11385 2005-07-04 [paul]       1.9.12cvs15
11386
11387         * src/stock_pixmap.c
11388                 fix new pixmap naming errors
11389                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11390
11391 2005-07-04 [colin]      1.9.12cvs14
11392
11393         * src/imap.c
11394                 Fix debugging string with a warning
11395
11396 2005-07-04 [colin]      1.9.12cvs13
11397
11398         * configure.ac
11399                 Add a check for libetpan's version (>= 0.37)
11400
11401 2005-07-04 [hoa]        1.9.12cvs12
11402
11403         * commitHelper
11404         * src/imap.c
11405         * src/etpan/imap-thread.c
11406         * src/etpan/imap-thread.h
11407                 fixed IMAP implementation of check of mails.
11408
11409 2005-07-03 [hoa]        1.9.12cvs11
11410
11411         * src/etpan/Makefile.am
11412         * src/etpan/etpan-errors.h
11413         * src/etpan/etpan-log.[ch]
11414         * src/etpan/etpan-thread-manager-types.h
11415         * src/etpan/etpan-thread-manager.[ch]
11416         * src/etpan/imap-thread.[ch]
11417         * src/Makefile.am
11418         * src/imap.c
11419         * src/main.c
11420         * src/prefs_other.c
11421         * configure.ac
11422             merged imap branch.
11423             dependency on libetpan 0.37 is now added.
11424
11425 2005-07-01 [colin]      1.9.12cvs10
11426
11427         * src/Makefile.am
11428         * src/folder.c
11429         * src/folder.h
11430         * src/folderview.c
11431         * src/stock_pixmap.c
11432         * src/stock_pixmap.h
11433         * src/plugins/trayicon/trayicon.c
11434                 Add marked symbol on folders containing
11435                 marked messages
11436         * src/procmsg.c
11437         * src/procmsg.h
11438         * src/toolbar.c
11439         * src/prefs_common.c
11440         * src/prefs_common.h
11441         * src/prefs_send.c
11442                 Add an optional confirmation dialog on queue
11443                 sending. Patch by wwp.
11444         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11445         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11446         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11447         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11448         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11449         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11450         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11451         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11452         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11453         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11454         * src/pixmaps/trash_mark.xpm            ** ADDED **
11455                 New pixmaps
11456
11457 2005-07-01 [colin]      1.9.12cvs9
11458
11459         * src/summaryview.c
11460                 Fix a little threading bug
11461         * src/addrgather.c
11462         * src/mainwindow.c
11463                 A little bit of HIG normality never hurts
11464
11465 2005-07-01 [colin]      1.9.12cvs8
11466
11467         * src/compose.c
11468         * src/msgcache.c
11469         * src/pop.c
11470         * src/procmime.c
11471         * src/recv.c
11472         * src/common/log.c
11473         * src/common/template.c
11474         * src/common/utils.c
11475         * src/common/utils.h
11476                 Reverted the fwrite_atomic stuff. In fact
11477                 it is already atomic.
11478
11479 2005-06-30 [colin]      1.9.12cvs7
11480
11481         * src/common/utils.c
11482         * src/common/utils.h
11483                 Add an fwrite_atomic() function to make
11484                 sure we write everything: fwrite can make
11485                 short writes.
11486         * src/compose.c
11487         * src/msgcache.c
11488         * src/pop.c
11489         * src/procmime.c
11490         * src/recv.c
11491         * src/common/log.c
11492         * src/common/template.c
11493                 Use that (and fix swapping of size and nmemb).
11494                 Thanks to Rich Coe for the heads up.
11495
11496 2005-06-30 [colin]      1.9.12cvs6
11497
11498         * src/addressbook.c
11499                 Optimize addressbook opening 
11500
11501 2005-06-30 [colin]      1.9.12cvs5
11502
11503         * src/summaryview.c
11504                 Remove calls to summary_step after move/copy
11505
11506 2005-06-28 [paul]       1.9.12cvs4
11507
11508         * src/alertpanel.c
11509                 wrap and make the error msg selectable
11510
11511 2005-06-28 [paul]       1.9.12cvs3
11512
11513         * src/ssl_manager.c
11514                 replace the OK button with a Close button
11515         * src/gtk/foldersort.c
11516                 use GTK_STOCK_ icons/buttons
11517
11518 2005-06-28 [colin]      1.9.12cvs2
11519
11520         * src/gedit-print.c             ** ADDED **
11521         * src/gedit-print.h             ** ADDED **
11522         * src/gtk/gtksourceprintjob.c   ** ADDED **
11523         * src/gtk/gtksourceprintjob.h   ** ADDED **
11524                 I can't believe no one had enough time to tell
11525                 me I forgot the `cvs add`
11526
11527 2005-06-27 [colin]      1.9.12cvs1
11528
11529         * src/Makefile.am
11530         * src/gtk/Makefile.am
11531         * src/messageview.c
11532         * src/procmsg.c
11533         * src/summaryview.c
11534         * configure.ac
11535                 Add optional libgnomeprint-based printing
11536         * src/mainwindow.c
11537         * src/gtk/quicksearch.c
11538                 Add an Edit/Quick search menu item to show
11539                 and focus the quicksearch
11540
11541 2005-06-27 [paul]       1.9.12
11542
11543         1.9.12 release
11544
11545         * po/ca.po
11546         * po/de.po
11547         * po/es.po
11548         * po/fr.po
11549         * po/it.po
11550         * po/ko.po
11551         * po/pt_BR.po
11552         * po/sk.po
11553         * po/zh_CN.po
11554                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11555                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11556                 SungHyun Nam, Frederico Goncalves Guimaraes,
11557                 Andrej Kacian, and Yang Guilong
11558 2005-06-26 [colin]      1.9.11cvs106
11559
11560         * src/imap_gtk.c
11561                 Forgot one file for previous fix
11562
11563 2005-06-26 [colin]      1.9.11cvs105
11564
11565         * src/folder.c
11566         * src/imap.c
11567                 Fix problems with folder operations in no_select
11568                 imap folders. it applies only to mails, and 
11569                 creation/deletion/move/renaming of folders 
11570                 should be possible
11571
11572 2005-06-26 [paul]       1.9.11cvs104
11573
11574         * src/prefs_filtering.c
11575                 replace one more GTK_STOCK_REMOVE
11576                 with GTK_STOCK_DELETE
11577
11578 2005-06-25 [colin]      1.9.11cvs103
11579
11580         * src/imap.c
11581                 Optimize get_seq_set_from_seq_list
11582                 (Patch by Ricardo) 
11583
11584 2005-06-25 [colin]      1.9.11cvs102
11585
11586         * src/mh.c
11587                 If the directory exists, but not in the
11588                 correct encoding, rename it. This should
11589                 handle old-versions-induced bugs.
11590
11591 2005-06-25 [colin]      1.9.11cvs101
11592
11593         * src/mh.c
11594                 Fix path access with extended dir names
11595                 Fixes bug #589 (SC segfaults with wrong locale
11596                 settings)
11597
11598 2005-06-25 [colin]      1.9.11cvs100
11599
11600         * src/prefs_account.c
11601         * src/prefs_account.h
11602         * src/compose.c
11603                 Add an option to encrypt replies to
11604                 encrypted messages
11605
11606 2005-06-25 [colin]      1.9.11cvs99
11607
11608         * src/compose.c
11609         * src/quote_fmt_parse.y
11610                 ... And make it work with pgpinline.
11611
11612 2005-06-25 [colin]      1.9.11cvs98
11613
11614         * src/compose.c
11615         * src/procmime.c
11616         * src/procmime.h
11617         * src/quote_fmt_parse.y
11618                 o Make reedition of encrypted messages possible
11619                   (as long as it is encrypted to self too, no
11620                    magic there)
11621                 o Make replying with quote (and without selecting
11622                   text) possible for encrypted messages.
11623                 Closes bug #550 (Not possible to "reply with quote"
11624                 to gnupg encrypted messages)
11625
11626 2005-06-24 [paul]       1.9.11cvs97
11627
11628         * src/imap.c
11629                 add missing include
11630
11631 2005-06-24 [paul]       1.9.11cvs96
11632
11633         * src/editldap.c
11634                 made bind password entry invisible
11635                 (sync with main)
11636         * src/send_message.c
11637                 send_message_local(): check exit status
11638                 to detect errors (sync with main)
11639         * src/textview.c
11640                 use main's less ambiguous popup menu
11641                 wording
11642
11643 2005-06-24 [paul]       1.9.11cvs95
11644
11645         * src/prefs_actions.c
11646         * src/prefs_customheader.c
11647         * src/prefs_display_header.c
11648         * src/prefs_filtering_action.c
11649         * src/prefs_matcher.c
11650         * src/prefs_template.c
11651         * src/prefs_toolbar.c
11652                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11653         * src/gtk/description_window.c
11654                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11655
11656 2005-06-23 [colin]      1.9.11cvs94
11657
11658         * src/summaryview.c
11659                 Fix rough edges (be sure to call status_show whenever
11660                 necessary).
11661
11662 2005-06-23 [colin]      1.9.11cvs93
11663
11664         * src/summaryview.c
11665                 Optimize Select All
11666                 Before, in a 5K mails folder: 11s
11667                 After, in the same folder: 58000µs
11668                 The joys of locking... gtk_clist_select_all() fires a 
11669                 tree-select-row event for each selected row, which in 
11670                 summaryview, callbacks summary_selected which in turn,
11671                 calls summary_status_show, which walks the selected
11672                 rows. Hence, calling gtk_clist_select_all was 
11673                 exponential. Locking the summaryview makes 
11674                 summary_selected return early.
11675
11676 2005-06-23 [colin]      1.9.11cvs92
11677
11678         * src/imap.c
11679                 Move mutex at the important place to avoid
11680                 deadlocks
11681         * src/summaryview.c
11682                 Fix Del key deleting directly instead of
11683                 moving to trash
11684
11685 2005-06-22 [colin]      1.9.11cvs91
11686
11687         * src/plugins/spamassassin/libspamc.c
11688                 As we do spagetti code with assignations in multiple
11689                 places (see _message_read_raw where out = msg = raw),
11690                 let's be sure we don't free the same pointer twice.
11691                 Should fix bug #683 (Crash in libpam at 
11692                 message_cleanup).
11693
11694 2005-06-22 [colin]      1.9.11cvs90
11695
11696         * src/compose.c
11697         * src/messageview.c
11698         * src/toolbar.c
11699                 Make toolbar's delete use the move to trash stuff;
11700                 Add gtk_widget_realize to be sure pixmaps can get
11701                 created (that may fix an old worksforme bug which
11702                 I can't find back...)
11703
11704 2005-06-22 [colin]      1.9.11cvs89
11705
11706         * src/summaryview.c
11707         * src/summaryview.h
11708         * src/mainwindow.c
11709                 Rename "Message/Delete" to "Message/Move to trash"
11710                 Add "Message/Delete..." that directly destroys the
11711                 selected messages after asking for a confirmation.
11712
11713 2005-06-22 [colin]      1.9.11cvs88
11714
11715         * src/imap.c
11716                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11717                 o Fix a deadlock (thanks Darko)
11718
11719 2005-06-22 [colin]      1.9.11cvs87
11720
11721         * src/gtk/foldersort.c
11722                 Add missing include for the i18n;
11723                 patch by Fabien Vantard
11724
11725 2005-06-21 [colin]      1.9.11cvs86
11726
11727         * src/folder.c
11728         * src/folderview.c
11729                 Respect the no_select flag
11730         * src/imap.c
11731                 Fix recursive deletion
11732         * src/imap_gtk.c
11733         * src/mh_gtk.c
11734                 Make the folder deletion's warning
11735                 more explicit
11736
11737 2005-06-21 [colin]      1.9.11cvs85
11738
11739         * src/textview.c
11740                 Prevent email addresses from spanning accross
11741                 lines - fixes bug # 646 (newline-chars in 
11742                 email addresses)
11743
11744 2005-06-20 [colin]      1.9.11cvs84
11745
11746         * src/folder.c
11747                 Be sure not to remove source if copy failed
11748
11749 2005-06-20 [colin]      1.9.11cvs83
11750
11751         * src/folderview.c
11752         * src/imap_gtk.c
11753                 remove summaryview's lock
11754         * src/imap.c
11755                 introduce threads to avoid problems when foreground tasks
11756                 interfere with background tasks
11757         * src/mh.c
11758                 prevent moving to drafts/queue
11759         * src/mimeview.c
11760                 fix leak
11761
11762 2005-06-19 [colin]      1.9.11cvs82
11763
11764         * src/imap_gtk.c
11765                 Remember that the user doesn't want to override
11766                 offline mode, for 3 seconds. It avoid presenting
11767                 him with N popups in a really short time.
11768
11769 2005-06-17 [colin]      1.9.11cvs81
11770
11771         * src/imap.c
11772                 Fix IMAP breaking on folders containing '('
11773                 (Probably won't be enough)
11774
11775 2005-06-17 [colin]      1.9.11cvs80
11776
11777         Forgotten files on 1.9.11cvs79
11778         * src/summaryview.c
11779                 Fix stepping when not immediately executing
11780         * src/imap.c
11781                 Really prevent UID FETCH 0
11782         * src/codeconv.c
11783                 Fix outgoing charset never set to utf-8
11784         * src/mh.c
11785                 Fix leak
11786
11787 2005-06-16 [colin]      1.9.11cvs79
11788
11789         * src/compose.c
11790                 Fix bug #707 (Dash splits rows)
11791                 Only wrap if we're on a line break position and
11792                 the previous one was a "white" (space) char.
11793                 Pango stuff is weird.
11794
11795 2005-06-16 [colin]      1.9.11cvs78
11796
11797         * src/imap_gtk.c
11798                 Lock summaryview while downloading messages
11799                 on user demand
11800         * src/procheader.c
11801         * src/unmime.c
11802         * src/common/utils.c
11803         * src/common/utils.h
11804                 Replace \r and \n with spaces in From and
11805                 Subject headers
11806
11807 2005-06-16 [paul]       1.9.11cvs77
11808
11809         * src/procmime.c
11810                 liberalise the mime parser
11811         * src/gtk/about.c
11812                 add text wrapping
11813
11814 2005-06-16 [paul]       1.9.11cvs76
11815
11816         * src/gtk/about.c
11817                 reworked
11818
11819 2005-06-15 [colin]      1.9.11cvs75
11820
11821         * src/compose.c
11822                 Finish header encoding fix
11823         * src/summaryview.c
11824                 Fix segfault
11825         * src/headerview.c
11826                 Fix compilation (Thanks Stephan
11827                 Sachse)
11828
11829 2005-06-15 [colin]      1.9.11cvs74
11830
11831         * Makefile.am
11832                 Install gnome2 stuff rather than gnome1, 
11833                 if both are present
11834         * src/codeconv.c
11835         * src/codeconv.h
11836         * src/compose.c
11837                 Fix headers encoding
11838         * src/folder.c
11839                 Visual progress when fetching all messages
11840         * src/folderview.c
11841         * src/summaryview.c
11842         * src/summaryview.h
11843                 Prevent changing current message while
11844                 incorporating
11845
11846 2005-06-15 [paul]       1.9.11cvs73
11847
11848         * src/gtk/gtkaspell.c
11849         * src/gtk/gtkaspell.h
11850                 fix build warnings
11851
11852 2005-06-15 [paul]       1.9.11cvs72
11853
11854         * src/prefs_filtering.c
11855                 allow reordering of filter rules by
11856                 drag n drop
11857
11858 2005-06-15 [paul]       1.9.11cvs71
11859
11860         * COPYING
11861                 updated
11862         * src/codeconv.c
11863                 replace deprecated function
11864         * src/inc.c
11865         * src/send_message.c
11866         * src/gtk/progressdialog.c
11867         * src/gtk/progressdialog.h
11868                 salvage and reuse parts of reverted sync
11869
11870 2005-06-15 [paul]       1.9.11cvs70
11871
11872         * src/inc.c
11873         * src/send_message.c
11874         * src/gtk/progressdialog.c
11875         * src/gtk/progressdialog.h
11876                 revert yesterday's sync with main
11877                 it contains deprecated functions
11878
11879 2005-06-15 [colin]      1.9.11cvs69
11880
11881         * src/headerview.c
11882                 Fix bug #670 (multi user to: will corrupt message 
11883                 headers display)
11884
11885 2005-06-15 [colin]      1.9.11cvs68
11886
11887         * src/compose.c
11888                 Fix bug #421 (Fix undo on wrapping)
11889
11890 2005-06-15 [colin]      1.9.11cvs67
11891
11892         * src/folder.c
11893                 Provide visual feedback while processing
11894                 folder's rules.
11895         * src/imap.c
11896                 Provide visual feedback while getting
11897                 short headers (for uncached messages)
11898
11899
11900 2005-06-14 [paul]       1.9.11cvs66
11901
11902         * src/account.c
11903                 change a couple stock icons
11904         * src/inc.c
11905         * src/send_message.c
11906         * src/gtk/progressdialog.c
11907         * src/gtk/progressdialog.h
11908                 sync main's GtkTreeView implementation
11909
11910 2005-06-14 [colin]      1.9.11cvs65
11911
11912         * src/imap.c
11913                 Various little fixes, mainly on error paths
11914
11915 2005-06-13 [colin]      1.9.11cvs64
11916
11917         * matcher.c
11918         * procmsg.c
11919         * procmsg.h
11920                 Add a way to fetch only headers. This speeds
11921                 up filtering on headers for IMAP. Fixes:
11922                 bug #481 extraneous imap commands slow down 
11923                         imap filtering
11924                 bug #522 Sylpheed downloads all messages 
11925                         when opening mailbox (IMAP)
11926                 bug #677 IMAP fetch is soooooooooooooo slow
11927         * src/folder.c
11928         * src/folder.h
11929                 Add a folder set_batch method so that
11930                 implementations can speed up flags changes
11931         * src/folderutils.c
11932         * src/summaryview.c
11933                 Use that in mark as (un)read and mark all read
11934                 Refix bug #679
11935         * src/imap.c
11936                 Implement set_batch - brings back deferred
11937                 flags in a less buggy manner. Fixes:
11938                 bug #729 IMAP immediate expunge of deleted messages
11939                 bug #191 remove list of messages with one command
11940                 Fix login with strange chars
11941                 Implement fetch_msg_full
11942                 Fix copy (wrong counts)
11943
11944 2005-06-12 [colin]      1.9.11cvs63
11945
11946         * src/folder.c
11947                 lock incorporation during long operations.
11948                 Avoids fucking up the IMAP socket.
11949
11950 2005-06-12 [colin]      1.9.11cvs62
11951
11952         * src/imap.c
11953                 Fix harmful typo
11954                 Factorize remove_all_msg
11955                 Thread-ize expunge
11956         * src/summaryview.c
11957                 Don't update partial-download status if unnecessary
11958         * src/folder.c
11959                 Use remove_msgs everywhere possible
11960
11961 2005-06-12 [colin]      1.9.11cvs61
11962
11963         * src/folder.c
11964         * src/folder.h
11965                 Add a remove_msgs function to remove a 
11966                 list of messages
11967         * src/imap.c
11968                 Implement that.
11969
11970 2005-06-12 [colin]      1.9.11cvs60
11971
11972         * src/imap.c
11973                 Remove flags-processing deferring... Too hard
11974                 to get it to work in all cases.
11975
11976 2005-06-11 [colin]      1.9.11cvs59
11977
11978         * src/imap.c
11979                 printf -> debug_print
11980
11981 2005-06-11 [colin]      1.9.11cvs58
11982
11983         * src/imap.c
11984                 o Fix build without USE_PTHREAD
11985                 o Factorize imap_open
11986                 o Alertpanel in case of impossible connection
11987                 o Alertpanel in case of impossible login
11988                 o Fix deferred flags processing to force a 
11989                   flush before adding some more flags to process,
11990                   but in another folder.
11991
11992 2005-06-10 [colin]      1.9.11cvs57
11993
11994         * src/imap.c
11995                 o Fix a format string error
11996                 o init ssl socket outside of the thread 
11997                   (it possibly invokes gtk calls)
11998         * src/procmime.c
11999                 o Put back the buffer to its necessary size
12000                 o Fix changing a file pointer without keeping
12001                   track of it (thanks Valgrind)
12002         * src/common/smtp.c
12003                 o Fix automatic STARTTLS if login should be done
12004                   and the server only allows it after starting TLS
12005         * src/gtk/gtkinputdialog.c
12006                 o Eat GDK_Return so that the combo popup doesn't 
12007                   appear when we press Enter to validate the combo
12008                   input dialog (as seen in the Open with... dialog)
12009
12010 2005-06-10 [colin]      1.9.11cvs56
12011
12012         * src/imap.c
12013                 o A bit less debug
12014                 o Fix a crash on deletion
12015                 o Threadize imap_select (it's called outside of 
12016                   threads)
12017                 o Defer treatment of DELETED flags
12018
12019
12020 2005-06-09 [colin]      1.9.11cvs55
12021
12022         * src/imap.c
12023                 Make sure we check imap_gtk_should_override(), which
12024                 potentially calls gtk stuff, before creating thread.
12025                 That way it should't be called via imap_get_session()
12026                 inside a thread.
12027
12028 2005-06-09 [colin]      1.9.11cvs54
12029
12030         * src/imap.c
12031                 o add a bit of status output
12032                 o remove some dead code
12033                 o threadize get_list_of_uids
12034                 o threadize imap_get_flags
12035                 o defer flag changing by 500ms so that they
12036                   can be batched
12037
12038
12039 2005-06-08 [colin]      1.9.11cvs53
12040
12041         * src/imap.c
12042                 Thread-ize imap_cmd_fetch
12043
12044 2005-06-08 [colin]      1.9.11cvs52
12045
12046         * src/main.c
12047                 Mmh, that broke POP3...
12048
12049 2005-06-08 [colin]      1.9.11cvs51
12050
12051         * src/main.c
12052                 Stabilize IMAP patch (thanks to Hoa)
12053
12054 2005-06-08 [colin]      1.9.11cvs50
12055
12056         * src/imap.c
12057                 Test patch to speed up imap. 
12058
12059 2005-06-08 [colin]      1.9.11cvs49
12060
12061         * src/imap_gtk.c
12062                 Warning fix
12063         * src/procmime.c
12064                 Apply patch from gentoo to use /usr/share/mime/globs if 
12065                 available, after un-breaking it
12066         * src/common/log.c
12067         * src/common/log.h
12068                 Use g_timeout for invoking hooks that possibly use gtk
12069                 calls. This should leave gtk calls in the main thread.
12070
12071 2005-06-08 [paul]       1.9.11cvs48
12072
12073         * src/codeconv.c
12074                 conv_get_outgoing_charset_str(): don't
12075                 use prefs_common setting
12076         * src/compose.c
12077         * src/compose.h
12078                 add /Options/Character encoding/... to
12079                 temporarily change the outgoing encoding
12080
12081         (belated sync with main)
12082
12083 2005-06-08 [paul]       1.9.11cvs47
12084
12085         * src/compose.c
12086                 correction to/completion of last
12087                 sync with main
12088
12089 2005-06-08 [paul]       1.9.11cvs46
12090
12091         sync with main:
12092         
12093         * src/codeconv.c
12094         * src/codeconv.h
12095                 always enabled Japanese auto-detection
12096                 if the first letters of locale string
12097                 is "ja"
12098         * src/compose.c
12099                 don't use "destroy" signal to destroy
12100                 Compose object (fix rare crashes on discard?)
12101         * src/mainwindow.c
12102         * src/messageview.c
12103         * src/prefs_send.c
12104                 added Hebrew encodings
12105         * src/sourcewindow.c
12106                 don't use "destroy" signal to destroy
12107                 objects
12108
12109 2005-06-07 [colin]      1.9.11cvs45
12110
12111         * src/summaryview.c
12112                 Add missing unlocks/locks
12113
12114 2005-06-07 [paul]       1.9.11cvs44
12115
12116         * src/summaryview.c
12117                 restore bug #749 fix
12118
12119 2005-06-06 [colin]      1.9.11cvs43
12120
12121         * src/summaryview.c
12122                 Fix selection bug when prefs_common.open_unread 
12123                 is FALSE
12124
12125 2005-06-06 [colin]      1.9.11cvs42
12126
12127         * src/common/md5.c
12128                 Fix a warning
12129         * src/summaryview.c
12130         * src/folderview.c
12131                 Factorize long operations beginning and end
12132                 (locking, freezing/thawing, cursor, ...)
12133                 Check selection->data member in selection-
12134                 related loops; this avoids dying an awful
12135                 death if the selection changes on us while
12136                 we're marking a whole IMAP folder unread, 
12137                 for example.
12138
12139 2005-06-06 [paul]       1.9.11cvs41
12140
12141         * src/textview.c
12142                 don't g_free() a static gchar buffer
12143
12144 2005-06-05 [colin]      1.9.11cvs40
12145
12146         * src/mainwindow.c
12147         * src/messageview.c
12148         * src/summaryview.c
12149                 Fix bug #749 (Show all headers should be
12150                 sticky as the GUI suggests)
12151
12152 2005-06-03 [paul]       1.9.11cvs39
12153
12154         * src/compose.c
12155                 don't allow editing of mail while sending.
12156                 patch by Colin
12157
12158 2005-06-03 [paul]       1.9.11cvs38
12159
12160         * src/folderview.c
12161                 add a freeze/thaw to speed up 'mark all read'
12162
12163 2005-06-03 [paul]       1.9.11cvs37
12164
12165         * src/prefs_message.c
12166                 reflect changes immediately
12167
12168 2005-06-02 [colin]      1.9.11cvs36
12169
12170         * po/POTFILES.in
12171                 Patch by Fabien Vantard.
12172
12173 2005-06-02 [colin]      1.9.11cvs35
12174
12175         * src/imap.c
12176                 Use a non-blocking imap_getline() if possible.
12177                 This should completely prevent the interface
12178                 from freezin on imap operations, although it
12179                 may do strange stuff in case of folder switching
12180                 while a big imap operation is taking place...
12181
12182                 In addition, fix a leak in the case thread
12183                 creation fails on connection.
12184
12185 2005-06-02 [colin]      1.9.11cvs34
12186
12187         * src/crash.c
12188         * src/prefs_common.h
12189                 Fix build (prefs_common_init() doesn't exist
12190                 anymore)
12191
12192 2005-06-02 [colin]      1.9.11cvs33
12193
12194         * src/prefs_account.c
12195                 Fix bug #245 (filtering rules broken when
12196                 renaming a remote account (imap4 or nntp)
12197
12198 2005-06-02 [colin]      1.9.11cvs32
12199
12200         * src/imap.c
12201                 Try to fix IMAP shortcomings: 
12202                 o Multithread imap_open()
12203                 o allow offline-mode overriding instead of
12204                   just returning NULL
12205         * src/imap_gtk.c
12206         * src/imap_gtk.h
12207                 Add a function to ask whether we want to
12208                 override offline-mode for 10 minutes (one-shot
12209                 asking was painful)
12210         * src/procheader.c
12211                 Fix segfault when imap parser isn't happy about
12212                 a missing {
12213
12214 2005-06-01 [colin]      1.9.11cvs31
12215
12216         * src/addrharvest.c
12217         * src/compose.c
12218         * src/mbox.c
12219         * src/mbox.h
12220         * src/mh.c
12221         * src/msgcache.c
12222         * src/send_message.c
12223         * src/setup.c
12224         * src/undo.c
12225         * src/common/hooks.c
12226         * src/common/prefs.c
12227         * src/common/template.c
12228         * src/common/utils.c
12229         * src/gtk/gtkutils.c
12230         * src/gtk/inputdialog.c
12231         * src/gtk/menu.c
12232         * src/gtk/pluginwindow.c
12233         * src/gtk/prefswindow.c
12234         * src/plugins/pgpmime/passphrase.c
12235         * src/plugins/pgpmime/prefs_gpg.c
12236                 More -Wall fixes
12237
12238         * src/common/Makefile.am
12239         * src/common/timing.h
12240                 Add basic timing code
12241
12242         * src/summaryview.c
12243                 Fix a bug with unread messages when 
12244                 re-sorting folders, and by the way
12245                 fix a big performance hit when 
12246                 re-sorting (10k mails: before 5s,
12247                 after .5s)
12248
12249         * src/prefs_compose_writing.c
12250         * src/prefs_compose_writing.h
12251         * src/prefs_message.c
12252         * src/prefs_message.h
12253         * src/prefs_other.c
12254         * src/prefs_other.h
12255         * src/prefs_quote.c
12256         * src/prefs_quote.h
12257         * src/prefs_receive.c
12258         * src/prefs_receive.h
12259         * src/prefs_send.c
12260         * src/prefs_send.h
12261         * src/prefs_summaries.c
12262         * src/prefs_summaries.h
12263                 Fix copyright banner
12264
12265 2005-06-01 [paul]       1.9.11cvs30
12266
12267         * po/fi.po
12268                 updated by Flammie Pirinen
12269         * src/procmime.c
12270                 fix 'Bad BASE64 content' output
12271
12272 2005-05-31 [colin]      1.9.11cvs29
12273
12274         * src/procmime.c
12275                 Oops, where did my hunk go.
12276
12277 2005-05-31 [colin]      1.9.11cvs28
12278
12279         * src/Makefile.am
12280         * src/account.c
12281         * src/action.c
12282         * src/addr_compl.c
12283         * src/addressbook.c
12284         * src/codeconv.c
12285         * src/compose.c
12286         * src/export.c
12287         * src/folder.c
12288         * src/folderview.c
12289         * src/image_viewer.c
12290         * src/main.c
12291         * src/mainwindow.c
12292         * src/messageview.c
12293         * src/mimeview.c
12294         * src/msgcache.c
12295         * src/prefs_account.c
12296         * src/prefs_actions.c
12297         * src/prefs_common.c
12298         * src/prefs_compose_writing.c
12299         * src/prefs_customheader.c
12300         * src/prefs_ext_prog.c
12301         * src/prefs_filtering.c
12302         * src/prefs_filtering_action.c
12303         * src/prefs_fonts.c
12304         * src/prefs_image_viewer.c
12305         * src/prefs_message.c
12306         * src/prefs_message.h
12307         * src/prefs_msg_colors.c
12308         * src/prefs_other.c
12309         * src/prefs_other.h
12310         * src/prefs_quote.c
12311         * src/prefs_receive.c
12312         * src/prefs_receive.h
12313         * src/prefs_send.c
12314         * src/prefs_send.h
12315         * src/prefs_spelling.c
12316         * src/prefs_summaries.c
12317         * src/prefs_summary_column.c
12318         * src/prefs_template.c
12319         * src/prefs_themes.c
12320         * src/prefs_toolbar.c
12321         * src/prefs_wrapping.c
12322         * src/procmime.c
12323         * src/procmsg.c
12324         * src/send_message.h
12325         * src/ssl_manager.c
12326         * src/summary_search.c
12327         * src/summaryview.c
12328         * src/textview.c
12329         * src/wizard.c
12330         * src/common/smtp.c
12331         * src/common/smtp.h
12332         * src/gtk/gtkutils.h
12333                 o Move the rest of Common prefs to new style
12334                 o Lots of -Wall warning fixes
12335                 o fix FIXME in cache memusage calculation
12336                 o Let return receipts be sent from any account
12337                 o Little cache optimisation (read)
12338                 o Fix bug #746 (don't treat commas as separators
12339                   when inside a quoted string)
12340
12341 2005-05-31 [paul]       1.9.11cvs27
12342
12343         * src/prefs_common.c
12344                 fix 'off-by-one' typo
12345
12346 2005-05-31 [paul]       1.9.11cvs26
12347
12348         * src/account.c
12349         * src/addr_compl.c
12350         * src/compose.c
12351         * src/foldersel.c
12352         * src/prefs_actions.c
12353         * src/prefs_common.c
12354         * src/prefs_common.h
12355         * src/prefs_customheader.c
12356         * src/prefs_display_header.c
12357         * src/prefs_filtering.c
12358         * src/prefs_filtering_action.c
12359         * src/prefs_matcher.c
12360         * src/prefs_summaries.c
12361         * src/prefs_summary_column.c
12362         * src/prefs_template.c
12363         * src/prefs_toolbar.c
12364         * src/ssl_manager.c
12365         * src/gtk/pluginwindow.c
12366         * src/gtk/prefswindow.c
12367         * src/gtk/progressdialog.c
12368                 add hidden prefs 'enable_rules_hint'
12369                 for gtk_tree_view_set_rules_hint()
12370                 (sync with main)
12371                 
12372
12373 2005-05-31 [colin]      1.9.11cvs25
12374
12375         * src/Makefile.am
12376         * src/main.c
12377         * src/prefs_common.c
12378         * src/prefs_summaries.c ** ADDED **
12379         * src/prefs_summaries.h ** ADDED **
12380                 Common/Display -> Display/Summaries
12381
12382 2005-05-31 [colin]      1.9.11cvs24
12383
12384         * src/Makefile.am
12385         * src/main.c
12386         * src/prefs_quote.c ** ADDED **
12387         * src/prefs_quote.h ** ADDED **
12388                 Move Common/Quote to Compose/Quoting
12389         * src/prefs_common.c
12390         * src/prefs_common.h
12391                 Remove old quote stuff, add
12392                 convenience functions for GtkTextView prefs
12393         * src/gtk/prefswindow.c
12394                 Set default height higher
12395
12396 2005-05-30 [colin]      1.9.11cvs23
12397
12398         * src/Makefile.am
12399         * src/main.c
12400         * src/prefs_common.c
12401         * src/prefs_compose_writing.c ** ADDED **
12402         * src/prefs_compose_writing.h ** ADDED **
12403                 Move Common/Compose prefs to Compose/Writing
12404
12405 2005-05-30 [colin]      1.9.11cvs22
12406
12407         * src/common/utils.c
12408                 Fix bug #651 (Confused Attract by Subject)
12409                 Patch by M. Benkmann <haferfrost@web.de>
12410         * AUTHORS
12411
12412 2005-05-30 [colin]      1.9.11cvs21
12413
12414         * src/compose.c
12415                 Fix concatenation of different headers of
12416                 the same type (bug #645)
12417         * src/prefs_folder_item.c
12418                 Fix bug #699 (setting color to black doesn't
12419                 work immediately)
12420         * src/procmime.c
12421                 Print out decoding error only once per
12422                 block
12423
12424 2005-05-30 [paul]       1.9.11cvs20
12425
12426         * src/common/template.c
12427                 fix Bcc
12428
12429 2005-05-30 [paul]       1.9.11cvs19
12430
12431         * doc/src/rfc2368.txt   **NEW FILE**
12432         * src/compose.c
12433                 compose_entries_set(): don't interpret Bcc
12434                 header field (conform to RFC 2368)
12435                 (sync with main)
12436
12437 2005-05-29 [colin]      1.9.11cvs18
12438
12439         * src/prefs_common.c
12440                 Let the default reply format respect
12441                 netiquette by cutting the signature.
12442
12443 2005-05-29 [colin]      1.9.11cvs17
12444
12445         * src/summaryview.c
12446                 Don't let always_show_msg override
12447                 open_unread_on_enter when opening a new
12448                 directory.
12449
12450 2005-05-27 [paul]       1.9.11cvs16
12451
12452         sync with main:
12453
12454         * src/main.c
12455                 app_will_exit(): cleanup tmp directory when exit
12456         * src/message_search.c
12457                 improved the interface and made code cleanup.
12458                 removed Clear button
12459         * src/send_message.c
12460                 send_message_local(): use GSpawn, and detect errors
12461         * src/summary_search.c
12462                 improved the interface and made code cleanup
12463         * src/textview.c
12464                 textview_write_link(): also skip non-ascii space
12465                  at the head of link strings (phishing check
12466                  didn't work at the case)
12467         * src/common/utils.c
12468                 get_command_output(): use g_spawn_command_line_sync()
12469                 instead of popen()
12470
12471 2005-05-26 [colin]      1.9.11cvs15
12472
12473         * src/folder.c
12474                 remove printf
12475
12476 2005-05-26 [colin]      1.9.11cvs14
12477
12478         * src/common/nntp.c
12479                 Fix nntp mode reader (bug #611)
12480                 Patch by Florian Mickler <florian@mickler.org>
12481
12482 2005-05-26 [colin]      1.9.11cvs13
12483
12484         * src/plugins/pgpmime/passphrase.c
12485                 Fix mouse grabbing (bug #557)
12486
12487 2005-05-26 [colin]      1.9.11cvs12
12488
12489         * src/prefs_themes.c
12490                 Fix g_warning (bug #541)
12491
12492 2005-05-26 [colin]      1.9.11cvs11
12493
12494         * src/prefs_actions.c
12495         * src/prefs_template.c
12496                 Fix bug #506 (no warning if action/template
12497                 is not saved)
12498         * src/common/template.c
12499                 Fix a possible crash
12500
12501 2005-05-26 [colin]      1.9.11cvs10
12502
12503         * src/folder.c
12504         * src/folderview.c
12505         * src/procmsg.c
12506         * src/summaryview.c
12507                 Forbid locked messages to be moved or
12508                 deleted. Locked messages in trashes 
12509                 still get deleted, for performance
12510                 reason (mh.c::mh_remove_all_msgs)
12511
12512 2005-05-25 [colin]      1.9.11cvs9
12513
12514         * src/procmime.c
12515                 Use correct encoding when sending mails
12516                 with attachments that have accentued 
12517                 chars in their name
12518
12519 2005-05-24 [colin]      1.9.11cvs8
12520
12521         * src/summaryview.c
12522                 Fix bug #688 f) read/unread marker not
12523                 changed on first click
12524                 Also, optimize summary_status_show()
12525                 calls
12526         * src/folder.c
12527         * src/inc.c
12528         * src/procmime.c
12529                 Fix bug #688 b) and c) wrt message
12530                 attachments and signature
12531         * src/stock_pixmap.c
12532         * src/stock_pixmap.h
12533         * src/stock_pixmap.c
12534         * src/stock_pixmap.h
12535         * src/Makefile.am
12536         * src/pixmaps/clip_gpg_signed.xpm
12537                 Add clip/signed icon
12538
12539 2005-05-24 [colin]      1.9.11cvs7
12540
12541         * src/folder_item_prefs.c
12542                 whitespace fix
12543
12544 2005-05-24 [colin]      1.9.11cvs6
12545
12546         * src/folderview.c
12547         * src/prefs_common.c
12548         * src/prefs_common.h
12549                 Add a confirmation to folder drag and drop
12550                 fixes bug #156
12551         * src/alertpanel.c
12552         * src/alertpanel.h
12553                 fix _with_disable parameters so that
12554                 the buttons labels are specifiable too
12555         * src/plugins/pgpmime/sgpgme.c
12556                 reflect said change
12557                 
12558
12559 2005-05-24 [colin]      1.9.11cvs5
12560
12561         * src/folderview.c
12562                 Uncollapse/collapse folders on double-click
12563                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12564                 closes bug #108
12565
12566 2005-05-23 [colin]      1.9.11cvs4
12567
12568         * src/common/socket.c
12569                 Check another special SSL_peek() error.
12570                 Should help wrt bug #728
12571
12572 2005-05-23 [colin]      1.9.11cvs3
12573
12574         * src/plugins/pgpmime/pgpmime.c
12575                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12576                 breaking menu accelerators and stuff. Users will have to
12577                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12578                 account's privacy preferences if needed.
12579
12580 2005-05-22 [paul]
12581
12582         * tools/kdeservicemenu/install.sh
12583                 use kdesu to prompt for root password if doing
12584                 global install/uninstall
12585
12586 2005-05-20 [colin]      1.9.11cvs2
12587
12588         * src/procmsg.c
12589                 Fix another compilation error with gcc-2.9x
12590                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12591         * src/send_message.c
12592                 Don't send QUIT if we aren't connected
12593
12594 2005-05-19 [colin]      1.9.11cvs1
12595
12596         * src/procmsg.c
12597                 Fix compilation with gcc 2.9x
12598
12599 2005-05-19 [paul]       1.9.11
12600
12601         1.9.11 released
12602
12603 2005-05-19 [paul]       1.9.9cvs14
12604
12605         * src/gtk/inputdialog.c
12606                 prevent gettext warning
12607
12608 2005-05-19 [paul]       1.9.9cvs13
12609
12610         * src/mainwindow.c
12611         * src/prefs_common.c
12612         * src/prefs_common.h
12613         * src/textview.c
12614         * src/textview.h
12615                 add an option to toggle cursor in message
12616                 view (sync with main)
12617
12618 2005-05-18 [colin]      1.9.9cvs12
12619
12620         * src/compose.c
12621                 Dereference freed pointer
12622         * src/gtk/gtkaspell.c
12623                 Fix duplication of dictionaries (is it an aspell issue?)
12624
12625 2005-05-18 [colin]      1.9.9cvs11
12626
12627         * src/gtk/inputdialog.c
12628         * src/gtk/gtkaspell.c
12629                 HIGuify dialogs
12630         * src/alertpanel.c
12631                 Remove a double call
12632
12633 2005-05-17 [colin]      1.9.9cvs10
12634
12635         * src/gtk/gtkaspell.c
12636                 Fix dialogs, Ctrl-Enter accel
12637
12638 2005-05-17 [colin]      1.9.9cvs9
12639
12640         * src/gtk/gtkaspell.c
12641                 Fix some accelerators, escape in replace-window
12642
12643 2005-05-16 [colin]      1.9.9cvs8
12644
12645         * src/gtk/gtkaspell.c
12646                 Revert last commit, it was a mistake.
12647
12648 2005-05-16 [colin]      1.9.9cvs7
12649
12650         * src/gtk/gtkaspell.c
12651                 Remove buggy code while we're at it. It's a 
12652                 dead code path anyway.
12653
12654 2005-05-16 [colin]      1.9.9cvs6
12655
12656         * src/gtk/gtkaspell.c
12657                 Missed some gtk_menu_popup where deactivate
12658                 signal should be handled. Should fix bug
12659                 #629 a bit more.
12660
12661 2005-05-16 [colin]      1.9.9cvs5
12662
12663         * src/gtk/gtkaspell.c
12664                 Remove debug printf()s
12665
12666 2005-05-16 [colin]      1.9.9cvs4
12667
12668         * src/gtk/gtkaspell.c
12669                 Fix a bit aspell problems
12670                 (see bug #629)
12671
12672 2005-05-13 [colin]      1.9.9cvs3
12673
12674         * src/folderview.c
12675                 Fix the + appearing even when no subfolders
12676                 have unread messages. Thanks to wwp for the
12677                 bug report.
12678
12679 2005-05-11 [paul]       1.9.9cvs2
12680
12681         * src/folderview.c
12682                 correction to 1.9.9cvs1, only colour folders that
12683                 have new msgs (not unread msgs)
12684
12685 2005-05-10 [colin]      1.9.9cvs1
12686
12687         * src/folderview.c
12688         * src/summaryview.c
12689                 Try to fix bolding bugs again.
12690
12691 2005-05-09 [paul]
12692
12693         * tools/claws.i18n.status.pl
12694                 add Ricardo Mones Lastra's script that has been providing
12695                 the i18n status page for many months
12696
12697 2005-05-09 [paul]       1.9.9
12698
12699         1.9.9 release
12700
12701 2005-05-09 [paul]       1.9.6cvs58
12702
12703         * AUTHORS
12704         * INSTALL
12705         * README.claws
12706                 updated
12707         * Makefile.am 
12708         * RELEASE_NOTES.claws
12709                 add release notes to cvs to simplify release
12710                 procedure
12711         * configure.ac
12712                 add ca and fi to ALL_LINGUAS
12713         * po/Makefile.in.in
12714                 workaround for missing Makevars
12715         * po/ca.po
12716         * po/fi.po
12717                 add new Catalan and Finnish translations
12718                 submitted by Miquel Oliete and Flammie Pirinen
12719         * po/de.po
12720         * po/es.po
12721         * po/fr.po
12722         * po/it.po
12723         * po/pl.po
12724         * po/ru.po
12725         * po/sk.po
12726         * po/sr.po
12727         * po/zh_CN.po
12728                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12729                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12730                 Urke MMI, and Hansom Young
12731         * src/main.c
12732                 Fix drafting when quitting. compose_draft() closes the
12733                 compose windows, which modifies the compose_list GSList.
12734                 We have to refresh this list after echo drafting to avoid a
12735                 segfault
12736         * src/partial_download.c
12737                 fix segfault on exit
12738
12739 2005-05-06 [paul]       1.9.6cvs57
12740
12741         * src/grouplistdialog.c
12742                 quick fix/workaround for unresizeable newsgroup
12743                 name column 
12744
12745 2005-05-06 [paul]       1.9.6cvs56
12746
12747         * src/inc.c
12748         * src/mainwindow.c
12749                 use gettext plural forms
12750         * src/imap_gtk.c
12751         * src/mh_gtk.c
12752         * src/toolbar.c
12753                 small improvement to english usage
12754
12755 2005-05-05 [thorsten]   1.9.6cvs55
12756
12757         * src/folder.c
12758                 fix possible crash
12759
12760 2005-05-05 [paul]       1.9.6cvs54
12761         
12762         sync with HEAD
12763
12764         * AUTHORS
12765         * src/compose.c
12766                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12767                 patch by Tim Mann
12768
12769 2005-05-05 [paul]       1.9.6cvs53
12770
12771         * src/mainwindow.c
12772                 fix resizing of separate message and
12773                 folder views
12774
12775 2005-05-05 [paul]       1.9.6cvs52
12776
12777         * src/account.c
12778         * src/addrgather.c
12779         * src/browseldap.c
12780         * src/exphtmldlg.c
12781         * src/expldifdlg.c
12782         * src/importmutt.c
12783         * src/importpine.c
12784         * src/main.c
12785         * src/mainwindow.c
12786         * src/noticeview.c
12787         * src/prefs_filtering.c
12788         * src/prefs_filtering_action.c
12789         * src/prefs_matcher.c
12790         * src/prefs_spelling.c
12791         * src/prefs_toolbar.c
12792         * src/toolbar.c
12793         * src/wizard.c
12794         * src/gtk/description_window.c
12795         * src/gtk/gtkvscrollbutton.c
12796         * src/gtk/progressdialog.c
12797         * src/gtk/quicksearch.c
12798         * src/plugins/pgpmime/prefs_gpg.c
12799         * src/plugins/spamassassin/spamassassin_gtk.c
12800                 replace deprecated gtk_widget_set_usize
12801
12802 2005-05-04 [colin]      1.9.6cvs51
12803
12804         * src/common/utils.c
12805                 Fix crash when subst_for_filename is called
12806                 with a NULL parameter
12807
12808 2005-05-04 [colin]      1.9.6cvs50
12809
12810         * src/partial_download.c
12811         * src/pop.c
12812                 Escape login when writing uidl file
12813                 fixes bug #736
12814
12815 2005-05-03 [colin]      1.9.6cvs49
12816
12817         * src/procmime.c
12818                 Fix possible DOS in mime parser
12819                 (see bug #634)
12820
12821 2005-05-02 [colin]      1.9.6cvs48
12822
12823         * src/compose.c
12824                 Try to fix the copy/paste mess once again.
12825
12826
12827 2005-04-30 [colin]      1.9.6cvs47
12828
12829         * src/prefs_account.h
12830         * src/procmsg.c
12831         * src/send_message.c
12832         * src/common/smtp.c
12833         * src/common/smtp.h
12834                 Try to batch sending mails (per account) instead of
12835                 reconnecting to server every time.
12836
12837 2005-04-29 [colin]      1.9.6cvs46
12838
12839         * src/messageview.c
12840                 Fix window resizing that refused to size down
12841         * src/prefs_common.c
12842         * src/prefs_common.h
12843         * src/prefs_filtering.c
12844                 Save Filtering's window size
12845
12846 2005-04-21 [paul]       1.9.6cvs45
12847
12848         * ChangeLog-gtk2.claws
12849         * src/setup.c
12850                 correction to sync
12851
12852 2005-04-21 [paul]       1.9.6cvs44
12853
12854         sync with main:
12855
12856         * src/setup.c
12857         * src/statusbar.c
12858         * src/statusbar.h
12859                 use gtkut_widget_draw_now(). Improved performance
12860                 of the update of statusbar
12861         * src/textview.c
12862                 textview_smooth_scroll_do(): redraw it after scroll
12863                 is done (fixed incorrect display when a part of the
12864                 view is hidden).
12865         * src/gtk/gtkutils.c
12866         * src/gtk/gtkutils.h
12867                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12868                 to force update of widgets.
12869                 Removed gtkut_widget_wait_for_draw() which had a big
12870                 overhead  because of waiting for all events processed 
12871
12872 2005-04-20 [paul]       1.9.6cvs43
12873
12874         * src/codeconv.c
12875                 complete 1.9.6cvs42's sync:
12876                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12877
12878 2005-04-19 [paul]       1.9.6cvs42
12879
12880         sync with main:
12881
12882         * src/action.c
12883                 catch_output(): correctly select the insert text
12884                 (fix invalid iterator warnings).
12885         * src/codeconv.c
12886         * src/codeconv.h
12887         * src/mainwindow.c
12888         * src/messageview.c
12889         * src/prefs_common.c
12890                 support GBK encoding.
12891         * src/common/session.c
12892         * src/common/session.h
12893                 use separate buffer for large data to be sent,
12894                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12895
12896 2005-04-18 [paul]       1.9.6cvs41
12897
12898         * src/jpilot.c
12899                 convert unsigned long into guint32
12900                 patch by Paul LeoNerd Evans 
12901
12902 2005-04-17 [colin]      1.9.6cvs40
12903
12904         * src/compose.c
12905                 Fix 'Request return receipt' from folder
12906                 properties (bug #708)
12907
12908 2005-04-17 [colin]      1.9.6cvs39
12909
12910         * src/mainwindow.c
12911                 Fix duplicate hotkeys in Mainwindow's menu
12912
12913 2005-04-17 [colin]      1.9.6cvs38
12914
12915         * src/folderview.c
12916                 Fix duplicate hotkeys in Folderview's contextual
12917                 menu
12918
12919 2005-04-15 [colin]      1.9.6cvs37
12920
12921         * src/summaryview.c
12922                 Fix 'Save as...' with non-ascii filenames
12923
12924 2005-04-15 [colin]      1.9.6cvs36
12925
12926         * src/plugins/pgpmime/pgpmime.c
12927                 Fix bus error on 64bit. Spotted by 
12928                 macallan1888@gmail.com
12929
12930 2005-04-15 [colin]      1.9.6cvs35
12931
12932         * src/prefs_account.c
12933                 Fix cvs34.
12934
12935 2005-04-12 [colin]      1.9.6cvs34
12936
12937         * src/prefs_account.c
12938                 Fix smtp auth type off-by-one. We forgot to
12939                 add PLAIN in the prefs-to-gui setter func and
12940                 as a result, the selected auth when opening
12941                 account prefs was not the correct one.
12942
12943 2005-04-12 [paul]       1.9.6cvs33
12944
12945         * src/inc.c
12946                 if the recv dialog is visible, Cancel only
12947                 cancels the current account
12948
12949
12950 2005-04-10 [colin]      1.9.6cvs32
12951
12952         * src/filtering.c
12953                 Copy score when copying FilteringActions
12954                 Fix bug #674
12955
12956 2005-04-10 [colin]      1.9.6cvs31
12957
12958         * src/inc.c
12959                 Make Message -> Receive -> Cancel cancel 
12960                 incorporation on all accounts. Fixes
12961                 bug #693
12962
12963 2005-04-10 [colin]      1.9.6cvs30
12964
12965         * src/prefs_account.c
12966                 Update Privacy checkbuttons status based
12967                 on the selected privacy system
12968         * src/compose.c
12969                 Always connect the "None" privacy system; the
12970                 static boolean was probably there to avoid
12971                 reconnecting twice in the same compose window,
12972                 but as the parent function is only called once
12973                 per compose, it's only a bug - as a static is
12974                 initialized once per application instance.
12975                 Also, don't uncheck Sign and Encrypt when
12976                 selecting None as privacy system; just ignore
12977                 them when sending/queuing.
12978                 Should fix bug #695
12979
12980 2005-04-08 [colin]      1.9.6cvs29
12981
12982         * src/account.c
12983         * src/prefs_account.c
12984         * src/prefs_account.h
12985                 Add account preference to queue message in a certain
12986                 folder.
12987
12988 2005-04-06 [colin]      1.9.6cvs28
12989
12990         * src/prefs_account.c
12991                 Update old inbox path syntax
12992
12993 2005-04-06 [paul]       1.9.6cvs27
12994
12995         sync with main:
12996
12997         * configure.ac
12998                 changed -traditional-cpp to -no-cpp-precomp for newer
12999                 Mac OS X support
13000         * src/foldersel.c
13001                 made column resize automatically
13002         * src/send_message.c
13003                 send_message_smtp(): consider EOF right after QUIT
13004                 successful (workaround for Gmail SMTP server)
13005         * src/common/socket.c
13006                 ssl_read(), ssl_peek(): check EOF which violates the
13007                 SSL protocol
13008         * src/gtk/colorlabel.c
13009                 removed warnings when displaying colorlabel menu
13010                 (don't use GtkAlignment)
13011
13012 2005-04-05 [paul]       1.9.6cvs26
13013
13014         * src/plugins/trayicon/trayicon.c
13015                 fix clipping of icon under KDE3 
13016
13017 2005-04-05 [paul]       1.9.6cvs25
13018
13019         * src/summaryview.c
13020                 hide display of threading
13021                 patch by Alfons
13022
13023 2005-04-04 [thorsten]   1.9.6cvs24
13024
13025         * src/mh.c
13026                 marks lost on filesystems with different stat() results on
13027                 summer-/wintertime
13028
13029 2005-04-03 [colin]      1.9.6cvs23
13030
13031         * src/summaryview.c
13032                 Don't handle up/down. Patch by Alfons
13033
13034 2005-04-02 [colin]      1.9.6cvs22
13035
13036         * src/summaryview.c
13037                 Make scrolling faster. Patch by Alfons.
13038
13039 2005-04-01 [colin]      1.9.6cvs21
13040
13041         * src/Makefile.am
13042         * src/stock_pixmap.c
13043         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13044         * src/pixmaps/dir_noselect.xpm ** ADDED **
13045                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13046
13047 2005-04-01 [colin]      1.9.6cvs20
13048
13049         * src/image_viewer.c
13050         * src/image_viewer.h
13051         * src/procmime.c
13052         * src/procmime.h
13053         * src/textview.c
13054         * src/textview.h
13055                 Implement inline image resizing and right-clicking
13056
13057 2005-04-01 [paul]       1.9.6cvs19
13058
13059         * AUTHORS
13060         * Makefile.am
13061         * configure.ac
13062                 check for gnome2
13063                 patch by Luca Cavalli <loopback<AT>slackit.org>
13064         * po/ru.po
13065                 updated by Pavlo Bohmat
13066
13067 2005-03-31 [colin]      1.9.6cvs18
13068
13069         * src/news.c
13070                 Fix parsing references
13071         * src/msgcache.c
13072                 don't put nulls in the references list
13073         * src/procheader.c
13074                 commit that forgotten file in 1.9.6cvs14
13075
13076 2005-03-31 [colin]      1.9.6cvs17
13077
13078         * src/compose.c
13079                 Fix joining of signature separator again. 
13080                 Maybe Hiro could put it in main too...
13081
13082 2005-03-31 [colin]      1.9.6cvs16
13083
13084         * src/Makefile.am
13085         * src/foldersel.c
13086         * src/stock_pixmap.c
13087         * src/stock_pixmap.h
13088         * src/pixmaps/dir-noselect.xpm
13089                 Update foldersel.c (sync from main, patch by Alfons)
13090
13091 2005-03-30 [colin]      1.9.6cvs15
13092
13093         * src/imap.c
13094                 Fix handling of imap folders containing [] in 
13095                 their name. Thanks to Nahuel Angelinetti for
13096                 the detailed bugreport.
13097
13098 2005-03-30 [colin]      1.9.6cvs14
13099
13100         * src/common/utils.h
13101         * src/common/utils.c
13102         * src/common/defs.h
13103         * src/matcher.c
13104         * src/msgcache.c
13105         * src/news.c
13106         * src/procmsg.c
13107         * src/procmsg.h
13108         * src/quote_fmt_parse.y
13109         * src/summaryview.c
13110                 Update references system. Patch by Alfons
13111
13112 2005-03-30 [colin]      1.9.6cvs13
13113
13114         * src/common/socket.c
13115                 Force the glibc to read resolv.conf again when 
13116                 it has changed. Should fix issues when changing
13117                 networks on a laptop and not restarting sylpheed. 
13118
13119 2005-03-30 [paul]       1.9.6cvs12
13120
13121         partial sync with main:
13122
13123         * src/action.c
13124                 create_io_dialog(): use user-defined text font
13125                 (thanks to Alfons), and modified its appearance.
13126         * src/addrgather.c
13127         * src/addrharvest.c
13128         * src/browseldap.c
13129                 replace old code
13130         * src/compose.c
13131                 don't join (presumably) itemized lines on line-wrapping
13132                 fixed wrapping of quote when auto-wrapping is enabled
13133                 compose_destroy(): destroy paned only if it's not
13134                 attached to window. Fixed memory leak of popup menu.
13135         * src/exphtmldlg.c
13136         * src/expldifdlg.c
13137                 replace old code
13138         * src/html.c
13139         * src/html.h
13140         * src/importmutt.c
13141         * src/importpine.c
13142                 replace old code
13143         * src/main.c
13144                 removed redundant code
13145         * src/mainwindow.c
13146                 changed 'Code set' (which is rather incorrect)
13147                 in the menu to 'Character encoding'
13148                 main_window_set_widgets(): request size first
13149                 to prevent window size becoming wrong
13150                 fixed remembering of the state of the visibility
13151                 of MessageView
13152         * src/messageview.c
13153                 changed 'Code set' (which is rather incorrect)
13154                 in the menu to 'Character encoding'
13155         * src/prefs_common.c
13156         * src/prefs_common.h
13157                 added an option whether to render HTML as text or not
13158                 added separators to outgoing encoding menu
13159         * src/procheader.c
13160                 procheader_scan_date_string(): support header
13161                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13162         * src/summaryview.c
13163         * src/summaryview.h
13164                 minor code cleanup
13165         * src/textview.c
13166                 textview_show_html(): force output of newline
13167                 added an option whether to render HTML as text or not
13168         * src/common/utils.c
13169                 strncpy2(): optimized based on Alfons' code
13170         * src/gtk/gtkutils.c
13171         * src/gtk/gtkutils.h
13172                 removed non-used code
13173         * src/plugins/pgpmime/passphrase.c
13174                 partially fixed grab input of passphrase dialog
13175                 Confine pointer to window
13176
13177 2005-03-30 [colin]      1.9.6cvs11
13178
13179         * src/msgcache.c
13180         * src/msgcache.h
13181                 Read/write 32bit ints from cache & marks
13182                 From main.
13183
13184 2005-03-29 [paul]       1.9.6cvs10
13185
13186         * AUTHORS
13187         * ChangeLog.claws
13188         * src/compose.c
13189         * src/gtk/gtkaspell.c
13190                 sync with HEAD (don't pass NULL pointers) 
13191
13192 2005-03-24 [paul]
13193
13194         * tools/Makefile.am
13195         * tools/README
13196         * tools/acroread2sylpheed.pl
13197                 sync with HEAD (add script to send pdfs as
13198                 attachments from Adobe Reader 7)
13199
13200 2005-03-21 [paul]       1.9.6cvs9
13201
13202         * configure.ac
13203         * po/POTFILES.in
13204         * src/Makefile.am
13205         * src/crash.c
13206         * src/image_viewer.c ** ADDED **
13207         * src/image_viewer.h ** ADDED **
13208         * src/main.c
13209         * src/prefs_common.c
13210         * src/prefs_common.h
13211         * src/prefs_image_viewer.c ** ADDED **
13212         * src/prefs_image_viewer.h ** ADDED **
13213         * src/textview.c
13214         * src/gtk/about.c
13215         * src/pixmaps/sylpheed_logo.xpm
13216         * src/plugins/Makefile.am
13217         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13218         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13219         * src/plugins/image_viewer/plugin.c ** REMOVED **
13220         * src/plugins/image_viewer/viewer.c ** REMOVED **
13221         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13222         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13223         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13224         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13225         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13226                 as gdk-pixbuf is now built-in
13227                 remove image_viewer plugin and put code back into
13228                 main codebase
13229                 implement inline image display (sync with main)
13230
13231                 replace logo with newer, nicer, larger version  
13232
13233 2005-03-21 [paul]       1.9.6cvs8
13234
13235         * src/gtk/about.c
13236                 cosmetic improvement
13237
13238 2005-03-21 [holger]     1.9.6cvs7
13239
13240         * src/plugins/spamassassin/spamassassin.c
13241                 Sync with HEAD
13242                 (unregister hook on failed plugin init)
13243
13244 2005-03-20 [colin]      1.9.6cvs6
13245
13246         * src/common/plugin.c
13247                 Check that plugin isn't already loaded
13248                 Patch by Alfons
13249
13250 2005-03-20 [thorsten]   1.9.6cvs5
13251
13252         * src/compose.c
13253                 use a more compatible syntax
13254
13255 2005-03-20 [thorsten]   1.9.6cvs4
13256
13257         * src/prefs_toolbar.c
13258                 fix crash when selecting toolbar item (uninitialized pointer)
13259
13260 2005-03-20 [thorsten]   1.9.6cvs3
13261
13262         * src/procmime.c
13263                 fix mimetype detection (referenced free()d string)
13264
13265 2005-03-20 [paul]       1.9.6cvs2
13266
13267         * src/compose.c
13268                 sync with HEAD (1.0.3cvs5)
13269                 neglect Reply-To header if empty
13270                 Patch by Alfons 
13271
13272 2005-03-19 [holger]     1.9.6cvs1
13273
13274         * src/summaryview.c
13275         * src/summaryview.h
13276                 Sync with HEAD
13277
13278 2005-03-18 [paul]       1.9.6
13279
13280         initial GTK2 release
13281
13282 2005-03-18 [paul]       1.0.3cvs3.1
13283
13284         * AUTHORS
13285         * ChangeLog.claws
13286         * configure.ac
13287         * src/gtk/about.c
13288         * src/pixmaps/sylpheed_logo.xpm
13289                 sync with HEAD
13290
13291 2005-03-18 [colin]      1.0.3cvs2.6
13292
13293         * src/summaryview.c
13294                 Remove call to summary_step in summary_copy_selected_to
13295                 Can't see its purpose, and this causes bug when copying
13296                 a message if the next one is unread: it reads it.
13297
13298 2005-03-18 [paul]       1.0.3cvs2.5
13299
13300         * src/foldersel.c
13301                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13302
13303 2005-03-18 [paul]       1.0.3cvs2.4
13304
13305         * src/addrharvest.c
13306         * src/codeconv.c
13307         * src/codeconv.h
13308         * src/compose.c
13309         * src/news.c
13310         * src/procheader.c
13311         * src/procmime.c
13312         * src/unmime.c
13313         * src/unmime.h
13314                 fix buffer overflow, CAN-2005-0667, see
13315                 http://secunia.com/advisories/14491/
13316                 Patch by Alfons
13317
13318 2005-03-17 [colin]      1.0.3cvs2.3
13319
13320         * src/prefs_fonts.c
13321         * src/summaryview.c
13322                 Fix font bugs (both lists now officialy share 
13323                 the same font)
13324                 
13325
13326 2005-03-17 [paul]       1.0.3cvs2.2
13327
13328         * src/gtk/pluginwindow.c
13329                 make plugin descriptions uneditable
13330
13331 2005-03-11 [paul]       1.0.3cvs2.1
13332
13333         * ChangeLog.claws
13334         * configure.ac
13335         * po/POTFILES.in
13336         * src/plugins/trayicon/trayicon.c
13337                 sync with HEAD
13338                 add src/wizard.c to POTFILES.in
13339
13340 2005-03-11 [paul]       1.0.3cvs1.1
13341
13342         * ChangeLog
13343         * ChangeLog.claws
13344         * configure.ac
13345         * po/de.po
13346         * po/es.po
13347         * po/fr.po
13348         * po/it.po
13349         * po/pt_BR.po
13350         * po/ru.po
13351         * po/sk.po
13352         * po/sr.po
13353         * po/zh_CN.po
13354                 sync with HEAD
13355
13356 2005-03-04 [colin]      1.0.1cvs22.2
13357
13358         * src/compose.c
13359                 Fix signatures with accentued chars in it
13360
13361 2005-03-04 [colin]      1.0.1cvs22.1
13362
13363         * src/common/smtp.c
13364         * src/common/smtp.h
13365                 Don't use SIZE param in MAIL FROM: if server 
13366                 doesn't support it. Patch by Eugen Freiter
13367                 <eugen_f@users.sf.net>
13368
13369 2005-02-27 [paul]       1.0.1cvs20.1
13370
13371         * ChangeLog.claws
13372         * configure.ac
13373         * src/messageview.c
13374                 sync with HEAD
13375
13376 2005-02-27 [colin]      1.0.1cvs19.4
13377
13378         * src/procheader.c
13379         * src/procheader.h
13380                 Fix prototypes. Patch by Alfons
13381
13382 2005-02-27 [colin]      1.0.1cvs19.3
13383
13384         * src/compose.c
13385                 Don't auto-join the signature separator.
13386
13387 2005-02-26 [colin]      1.0.1cvs19.2
13388
13389         * src/summaryview.c
13390                 Fix 'mark all read' with collapsed threads.
13391                 Patch by Alfons.
13392
13393 2005-02-25 [paul]       1.0.1cvs19.1
13394
13395         * ChangeLog.claws
13396         * configure.ac
13397         * src/prefs_account.c
13398         * src/prefs_folder_item.c
13399         * src/gtk/prefswindow.c
13400         * src/gtk/prefswindow.h
13401                 sync with HEAD
13402
13403 2005-02-25 [paul]       1.0.1cvs15.12
13404
13405         * src/alertpanel.c
13406         * src/codeconv.c
13407         * src/compose.c
13408         * src/textview.c
13409         * src/gtk/gtkutils.c
13410         * src/gtk/gtkutils.h
13411         * src/gtk/logwindow.c
13412         * src/gtk/progressdialog.c
13413                 sync with main (revision 127)
13414                 and fix logwindow clipping
13415
13416 2005-02-24 [colin]      1.0.1cvs15.11
13417
13418         * src/plugins/pgpmime/passphrase.c
13419                 Disable input grabbing; it doesn't work yet.
13420
13421 2005-02-24 [colin]      1.0.1cvs15.10
13422
13423         * src/messageview.c
13424                 Don't send out receipts if offline. Ask.
13425
13426 2005-02-23 [colin]      1.0.1cvs15.9
13427
13428         * src/summaryview.c     
13429                 Fix expanding
13430
13431 2005-02-23 [colin]      1.0.1cvs15.8
13432
13433         * src/summaryview.c
13434                 Really fix Bug 568 by removing useless
13435                 calls. summary_thread_init() now called
13436                 in summary_sort(). This should please
13437                 Alfons as it should be faster than 
13438                 previously.
13439
13440 2005-02-23 [colin]      1.0.1cvs15.7
13441
13442         * src/compose.c
13443                 Encode parts as QP or B64 if signing
13444
13445 2005-02-23 [colin]      1.0.1cvs15.6
13446
13447         * src/compose.c
13448                 Fix Mimeinfo leakage (including tmp files)
13449         * src/procmsg.c
13450                 Fix tmp file leakage (spotted by Ivan Rayner)
13451
13452 2005-02-22 [colin]      1.0.1cvs15.5
13453
13454         * src/expldifdlg.c
13455                 Fix keyboard input. Patch by Alfons.
13456
13457 2005-02-21 [colin]      1.0.1cvs15.4
13458
13459         * src/compose.c
13460                 Fix Sign/Encrypt when unselecting privacy
13461                 system
13462         * src/prefs_common.c
13463                 Change default message font to Monospace
13464         * src/summaryview.c
13465                 More freezing during potentially large operations
13466
13467 2005-02-21 [paul]       1.0.1cvs15.3
13468
13469         * src/main.c
13470                 fix --help output
13471
13472 2005-02-21 [paul]       1.0.1cvs15.2
13473
13474         * po/Makefile.in.in
13475         * src/compose.c
13476         * src/summaryview.c
13477         * src/textview.c
13478         * src/common/utils.c
13479         * src/common/utils.h
13480                 sync with main (revision 117)
13481
13482 2005-02-20 [colin]      1.0.1cvs15.1
13483
13484         * src/common/defs.h
13485                 Change cache file to .sylpheed_claws_cache, as
13486                 suggested by Alfons. Allows people to switch
13487                 between Sylpheed and Sylpheed-Claws. it is
13488                 a good idea to "Check for new messages" at next
13489                 startup.
13490
13491
13492 2005-02-18 [colin]      1.0.1cvs14.1
13493
13494         * src/quote_fmt_lex.l
13495         * src/quote_fmt_parse.y
13496                 Fix parser initialisation. Patch by Ivan.
13497
13498 2005-02-18 [colin]      1.0.1cvs11.6
13499
13500         * src/folderview.c
13501                 Fix scrolldown (bug 662)
13502
13503 2005-02-17 [colin]      1.0.1cvs11.5
13504
13505         * src/codeconv.c
13506                 conv_filename_to_utf8: return clean 7bit instead
13507                 of broken utf8 if needed
13508         * src/mimeview.c
13509                 Fix display of parts with unclean 8bit names
13510
13511 2005-02-17 [paul]       1.0.1cvs11.4
13512
13513         * src/compose.c
13514         * src/exportldif.c
13515         * src/matcher_parser_parse.y
13516         * src/procmime.c
13517         * src/sourcewindow.c
13518         * src/common/Makefile.am
13519         * src/common/intl.h             ** REMOVED **
13520         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13521                 sync with main (revision 109)
13522                 and clean up
13523
13524 2005-02-16 [colin]      1.0.1cvs11.3
13525
13526         * src/summaryview.c
13527                 Fix collapsed thread not highlighting when new
13528                 messages in it (Bug 568) Patch by Stephan Sachse.
13529                 Fix messed up selection when reaching bounds (Bug 632)
13530         * src/prefs_themes.c
13531                 Fix theme installing (Bug 684)
13532
13533 2005-02-16 [colin]      1.0.1cvs11.2
13534
13535         * src/messageview.c
13536                 Fix messageview_select_all
13537
13538 2005-02-16 [colin]      1.0.1cvs11.1
13539
13540         * src/mh.c
13541                 Sync with HEAD (MH scan required function)
13542
13543 2005-02-15 [colin]      1.0.1cvs8.1
13544
13545         * src/mimeview.c
13546         * src/common/utils.c
13547                 Sync with HEAD (filename chars substitution)
13548
13549 2005-02-15 [colin]      1.0.1cvs7.3
13550
13551         * src/gtk/pluginwindow.c
13552                 Fix button spacing
13553
13554 2005-02-15 [colin]      1.0.1cvs7.2
13555
13556         * src/mimeview.c
13557                 Fix mime icons not reset across message when
13558                 scrolled down
13559
13560 2005-02-15 [colin]      1.0.1cvs7.1
13561
13562         * src/compose.c
13563         * src/procmime.c
13564                 Sync with HEAD (optimisation of cvs6)
13565
13566 2005-02-14 [colin]      1.0.1cvs6.1
13567
13568         * src/compose.c
13569         * src/procmime.c
13570                 Sync with HEAD (encode "From " at line beginning)
13571
13572 2005-02-14 [colin]      1.0.1cvs5.3
13573
13574         * src/compose.c
13575                 Fix wrapping with accentued chars.
13576
13577 2005-02-13 [colin]      1.0.1cvs5.2
13578
13579         * src/textview.c
13580                 Fix email informative part parsing with
13581                 accentued chars in it. ispunct() returns
13582                 true for them in utf8...
13583
13584 2005-02-12 [colin]      1.0.1cvs5.1
13585
13586         * src/filtering.c
13587                 Sync with HEAD (remove wrong use of compose after send)
13588
13589 2005-02-12 [paul]       1.0.1cvs4.5
13590
13591         * src/textview.c
13592                 remove unnecessary code (thanks to Alfons)
13593
13594 2005-02-12 [paul]       1.0.1cvs4.4
13595
13596         * src/textview.c
13597                 add 'Copy' to contextual menu on emails
13598
13599 2005-02-11 [colin]      1.0.1cvs4.3
13600
13601         * src/compose.c
13602                 revert 1.0.0cvs28.2, it doesn't work that well.
13603
13604 2005-02-11 [paul]       1.0.1cvs4.2
13605
13606         * po/Makefile.in.in
13607                 fix 'make release'
13608
13609 2005-02-10 [paul]       1.0.1cvs4.1
13610
13611         * ChangeLog
13612         * ChangeLog.claws
13613         * ChangeLog.jp
13614         * configure.ac
13615         * src/compose.c
13616                 sync with HEAD (sync with main)
13617
13618 2005-02-10 [paul]       1.0.1cvs3.2
13619
13620         * AUTHORS
13621         * Makefile.am
13622         * autogen.sh
13623         * configure.ac
13624         * config/mkinstalldirs
13625         * intl/.cvsignore
13626         * intl/ChangeLog
13627         * intl/VERSION
13628         * intl/bindtextdom.c
13629         * intl/config.charset
13630         * intl/dcgettext.c
13631         * intl/dcigettext.c
13632         * intl/dcngettext.c
13633         * intl/dgettext.c
13634         * intl/dngettext.c
13635         * intl/eval-plural.h
13636         * intl/explodename.c
13637         * intl/finddomain.c
13638         * intl/gettext.c
13639         * intl/gettextP.h
13640         * intl/gmo.h
13641         * intl/hash-string.h
13642         * intl/intl-compat.c
13643         * intl/l10nflist.c
13644         * intl/libgnuintl.h.in
13645         * intl/loadinfo.h
13646         * intl/loadmsgcat.c
13647         * intl/localcharset.c
13648         * intl/localcharset.h
13649         * intl/locale.alias
13650         * intl/localealias.c
13651         * intl/localename.c
13652         * intl/log.c
13653         * intl/ngettext.c
13654         * intl/os2compat.c
13655         * intl/os2compat.h
13656         * intl/osdep.c
13657         * intl/plural-exp.c
13658         * intl/plural-exp.h
13659         * intl/plural.c
13660         * intl/plural.y
13661         * intl/ref-add.sin
13662         * intl/ref-del.sin
13663         * intl/relocatable.c
13664         * intl/relocatable.h
13665         * intl/textdomain.c
13666         * m4/Makefile.am
13667         * po/Makefile.in.in
13668         * src/Makefile.am
13669         * src/account.c
13670         * src/action.c
13671         * src/addr_compl.c
13672         * src/addressadd.c
13673         * src/addressbook.c
13674         * src/addrgather.c
13675         * src/addrindex.c
13676         * src/alertpanel.c
13677         * src/browseldap.c
13678         * src/codeconv.c
13679         * src/codeconv.h
13680         * src/compose.c
13681         * src/compose.h
13682         * src/crash.c
13683         * src/editaddress.c
13684         * src/editbook.c
13685         * src/editgroup.c
13686         * src/editjpilot.c
13687         * src/editldap.c
13688         * src/editldap_basedn.c
13689         * src/editvcard.c
13690         * src/exphtmldlg.c
13691         * src/expldifdlg.c
13692         * src/export.c
13693         * src/exporthtml.c
13694         * src/filtering.c
13695         * src/folder.c
13696         * src/folder_item_prefs.c
13697         * src/foldersel.c
13698         * src/folderview.c
13699         * src/grouplistdialog.c
13700         * src/headerview.c
13701         * src/imap.c
13702         * src/imap_gtk.c
13703         * src/import.c
13704         * src/importldif.c
13705         * src/importmutt.c
13706         * src/importpine.c
13707         * src/inc.c
13708         * src/ldif.c
13709         * src/main.c
13710         * src/mainwindow.c
13711         * src/matcher.c
13712         * src/mbox.c
13713         * src/message_search.c
13714         * src/messageview.c
13715         * src/mh.c
13716         * src/mh_gtk.c
13717         * src/mimeview.c
13718         * src/msgcache.c
13719         * src/news.c
13720         * src/news_gtk.c
13721         * src/noticeview.c
13722         * src/partial_download.c
13723         * src/pop.c
13724         * src/prefs_account.c
13725         * src/prefs_actions.c
13726         * src/prefs_common.c
13727         * src/prefs_customheader.c
13728         * src/prefs_display_header.c
13729         * src/prefs_ext_prog.c
13730         * src/prefs_filtering.c
13731         * src/prefs_filtering_action.c
13732         * src/prefs_folder_item.c
13733         * src/prefs_fonts.c
13734         * src/prefs_gtk.c
13735         * src/prefs_matcher.c
13736         * src/prefs_msg_colors.c
13737         * src/prefs_spelling.c
13738         * src/prefs_summary_column.c
13739         * src/prefs_template.c
13740         * src/prefs_themes.c
13741         * src/prefs_toolbar.c
13742         * src/prefs_wrapping.c
13743         * src/privacy.c
13744         * src/procheader.c
13745         * src/procmime.c
13746         * src/procmsg.c
13747         * src/quote_fmt.c
13748         * src/recv.c
13749         * src/send_message.c
13750         * src/setup.c
13751         * src/sourcewindow.c
13752         * src/ssl_manager.c
13753         * src/statusbar.c
13754         * src/summary_search.c
13755         * src/summaryview.c
13756         * src/textview.c
13757         * src/toolbar.c
13758         * src/wizard.c
13759         * src/common/nntp.c
13760         * src/common/plugin.c
13761         * src/common/smtp.c
13762         * src/common/ssl.c
13763         * src/common/ssl_certificate.c
13764         * src/common/string_match.c
13765         * src/common/sylpheed.c
13766         * src/common/template.c
13767         * src/common/utils.c
13768         * src/gtk/about.c
13769         * src/gtk/colorlabel.c
13770         * src/gtk/description_window.c
13771         * src/gtk/filesel.c
13772         * src/gtk/foldersort.c
13773         * src/gtk/gtkaspell.c
13774         * src/gtk/gtkutils.c
13775         * src/gtk/inputdialog.c
13776         * src/gtk/logwindow.c
13777         * src/gtk/menu.c
13778         * src/gtk/pluginwindow.c
13779         * src/gtk/prefswindow.c
13780         * src/gtk/progressdialog.c
13781         * src/gtk/quicksearch.c
13782         * src/gtk/sslcertwindow.c
13783         * src/plugins/clamav/clamav_plugin.c
13784         * src/plugins/clamav/clamav_plugin_gtk.c
13785         * src/plugins/demo/demo.c
13786         * src/plugins/dillo_viewer/dillo_prefs.c
13787         * src/plugins/dillo_viewer/dillo_viewer.c
13788         * src/plugins/image_viewer/plugin.c
13789         * src/plugins/image_viewer/viewer.c
13790         * src/plugins/image_viewer/viewerprefs.c
13791         * src/plugins/mathml_viewer/mathml_viewer.c
13792         * src/plugins/pgpmime/passphrase.c
13793         * src/plugins/pgpmime/plugin.c
13794         * src/plugins/pgpmime/prefs_gpg.c
13795         * src/plugins/pgpmime/select-keys.c
13796         * src/plugins/pgpmime/sgpgme.c
13797         * src/plugins/spamassassin/spamassassin.c
13798         * src/plugins/spamassassin/spamassassin_gtk.c
13799         * src/plugins/trayicon/trayicon.c
13800                 sync with main (revision 104)
13801
13802 2005-02-10 [colin]      1.0.1cvs3.1
13803
13804         * src/mainwindow.c
13805                 Sync with HEAD (fix occasional crasher)
13806
13807 2005-02-10 [colin]      1.0.1cvs2.1
13808
13809         * src/messageview.c
13810                 Synw with HEAD (don't automatically display html)
13811
13812 2005-02-09 [colin]      1.0.1cvs1.3
13813
13814         * src/textview.c
13815         * src/textview.h
13816                 Add contextual menu on emails
13817
13818 2005-02-09 [colin]      1.0.1cvs1.2
13819
13820         * src/codeconv.c
13821                 Fix converting from broken headers and 
13822                 put back the _ in missing places
13823                 (feature broke with cvs24.2 sync, main 
13824                  possibly affected?)
13825
13826 2005-02-09 [colin]      1.0.1cvs1.1
13827
13828         * src/messageview.c
13829         * src/mimeview.c
13830         * src/mimeview.h
13831                 Sync with HEAD (display non text/plain mails with plugin)
13832
13833 2005-02-08 [colin]      1.0.1.1
13834
13835         * ChangeLog.claws
13836         * po/pt_BR.po
13837                 Sync with HEAD
13838         * configure.ac
13839                 Make default configuration directory 
13840                 be .sylpheed-gtk2
13841
13842 2005-02-08 [colin]      1.0.0cvs29.1
13843
13844         * po/de.po
13845         * po/es.po
13846         * po/fr.po
13847         * po/it.po
13848         * po/sk.po
13849         * po/sr.po
13850                 Sync translations with HEAD
13851
13852 2005-02-06 [colin]      1.0.0cvs28.3
13853
13854         * src/compose.c
13855                 Make compose a bit faster - patch by Alfons.
13856
13857 2005-02-06 [colin]      1.0.0cvs28.2
13858
13859         * src/compose.c
13860                 Make pasting via middle-click more reliable
13861
13862 2005-02-05 [paul]       1.0.0cvs28.1
13863
13864         * ChangeLog
13865         * ChangeLog.claws
13866         * ChangeLog.jp
13867         * configure.ac
13868         * src/compose.c
13869                 sync with HEAD
13870                 (fix bug 682 'redirect is broken'
13871
13872 2005-02-05 [torte]      1.0.0cvs27.1
13873
13874         * ChangeLog.claws
13875         * configure.ac
13876         * src/partial_download.c
13877                 Sync with HEAD (fix buf overflow)
13878
13879 2005-02-03 [colin]      1.0.0cvs26.1
13880
13881         * src/common/plugin.c
13882                 Sync with HEAD (avoid plugin mismatches)
13883
13884 2005-02-03 [paul]       1.0.0cvs25.3
13885
13886         * src/folderview.c
13887         * src/headerview.c
13888         * src/summaryview.c
13889         * src/textview.c
13890         * src/gtk/colorlabel.c
13891                 third and final part of initial sync with main-gtk2
13892
13893 2005-02-03 [paul]       1.0.0cvs25.2
13894
13895         * src/jpilot.c
13896                 fix building with jpilot support
13897
13898 2005-02-02 [colin]      1.0.0cvs25.1
13899
13900         * src/messageview.c
13901                 Sync with HEAD (fix dangerous typo)
13902
13903 2005-02-01 [colin]      1.0.0cvs24.3
13904
13905         * src/common/xml.c
13906                 Write file as advertised (UTF-8)
13907
13908 2005-02-01 [paul]       1.0.0cvs24.2
13909
13910         * src/addrbook.c
13911         * src/addrindex.c
13912         * src/alertpanel.h
13913         * src/codeconv.c
13914         * src/codeconv.h
13915         * src/compose.c
13916         * src/export.c
13917         * src/folder_item_prefs.c
13918         * src/html.c
13919         * src/imap.c
13920         * src/import.c
13921         * src/jpilot.c
13922         * src/mainwindow.c
13923         * src/matcher_parser_lex.l
13924         * src/messageview.c
13925         * src/mh.c
13926         * src/prefs_account.c
13927         * src/prefs_actions.c
13928         * src/prefs_common.c
13929         * src/prefs_gtk.c
13930         * src/prefs_gtk.h
13931         * src/prefs_themes.c
13932         * src/procheader.c
13933         * src/procmime.c
13934         * src/sourcewindow.c
13935         * src/statusbar.c
13936         * src/summaryview.c
13937         * src/textview.c
13938         * src/toolbar.c
13939         * src/unmime.c
13940         * src/common/template.c
13941         * src/common/utils.c
13942         * src/common/xml.c
13943         * src/common/xml.h
13944         * src/gtk/gtkaspell.c
13945         * src/plugins/clamav/clamav_plugin.c
13946         * src/plugins/dillo_viewer/dillo_prefs.c
13947         * src/plugins/image_viewer/viewerprefs.c
13948         * src/plugins/pgpmime/passphrase.c
13949         * src/plugins/pgpmime/prefs_gpg.c
13950         * src/plugins/pgpmime/select-keys.c
13951         * src/plugins/spamassassin/spamassassin.c
13952                 second part of initial sync with main-gtk2
13953                 (more to follow)
13954
13955 2005-01-31 [colin]      1.0.0cvs24.1
13956
13957         * src/compose.c
13958                 Sync with HEAD
13959
13960 2005-01-29 [paul]       1.0.0cvs23.2
13961
13962         * src/account.c
13963         * src/action.c
13964         * src/addressadd.c
13965         * src/addressbook.c
13966         * src/alertpanel.c
13967         * src/compose.c
13968         * src/editaddress.c
13969         * src/editbook.c
13970         * src/editgroup.c
13971         * src/editjpilot.c
13972         * src/editldap.c
13973         * src/editldap_basedn.c
13974         * src/editvcard.c
13975         * src/export.c
13976         * src/foldersel.c
13977         * src/grouplistdialog.c
13978         * src/import.c
13979         * src/importldif.c
13980         * src/inc.c
13981         * src/main.c
13982         * src/mainwindow.c
13983         * src/message_search.c
13984         * src/messageview.c
13985         * src/mimeview.c
13986         * src/prefs_actions.c
13987         * src/prefs_common.c
13988         * src/prefs_common.h
13989         * src/prefs_customheader.c
13990         * src/prefs_display_header.c
13991         * src/prefs_filtering.c
13992         * src/prefs_filtering_action.c
13993         * src/prefs_gtk.c
13994         * src/prefs_matcher.c
13995         * src/prefs_summary_column.c
13996         * src/prefs_template.c
13997         * src/sourcewindow.c
13998         * src/summary_search.c
13999         * src/summaryview.c
14000         * src/textview.c
14001         * src/gtk/about.c
14002         * src/gtk/description_window.c
14003         * src/gtk/gtkshruler.c
14004         * src/gtk/gtkutils.c
14005         * src/gtk/gtkutils.h
14006         * src/gtk/inputdialog.c
14007         * src/gtk/logwindow.c
14008         * src/gtk/prefswindow.c
14009         * src/gtk/progressdialog.c
14010         * src/gtk/progressdialog.h
14011                 first part of initial sync with main-gtk2
14012                 (more to follow)
14013
14014 2005-01-28 [colin]      1.0.0cvs23.1
14015
14016         * src/folderview.c
14017                 Sync with HEAD
14018
14019 2005-01-27 [colin]      1.0.0cvs21.1
14020
14021         * src/folder.c
14022         * src/folderview.c
14023                 Sync with HEAD
14024
14025 2005-01-27 [colin]      1.0.0cvs19.1
14026
14027         * src/procmime.c
14028                 Sync with HEAD
14029
14030 2005-01-27 [colin]      1.0.0cvs18.1
14031
14032         * src/messageview.c
14033         * src/summaryview.c
14034         * src/mainwindow.c
14035         * src/compose.c
14036         * src/compose.h
14037         * src/procmsg.c
14038         * src/procmsg.h
14039         * src/toolbar.c
14040                 Sync with HEAD
14041
14042 2005-01-26 [paul]       1.0.0cvs15.2
14043
14044         * src/compose.c
14045                 compose_entries_set(): convert subject and body to
14046                 utf8 if necessary. patch by Felix Eckhofer
14047
14048 2005-01-26 [paul]       1.0.0cvs15.1
14049
14050         * configure.ac
14051         * src/common/template.c
14052                 sync with HEAD (fix memory leak)
14053
14054 2005-01-25 [paul]       1.0.0cvs14.1
14055
14056         * configure.ac
14057         * src/compose.c
14058                 sync with HEAD
14059
14060 2005-01-24 [colin]      1.0.0cvs13.1
14061
14062         * src/summaryview.c
14063                 Sync with HEAD
14064
14065 2005-01-24 [paul]       1.0.0cvs12.1
14066
14067         * configure.ac
14068         * src/messageview.c
14069         * src/mh.c
14070         * src/common/utils.c
14071                 sync with HEAD
14072
14073 2005-01-24 [colin]      1.0.0cvs11.1
14074
14075         * src/procheader.c
14076                 Sync with HEAD
14077
14078 2005-01-24 [colin]      1.0.0cvs10.1
14079
14080         * src/folderview.c
14081                 Sync with HEAD
14082
14083 2005-01-23 [colin]      1.0.0cvs9.1
14084
14085         * src/crash.c
14086                 Sync with HEAD
14087
14088 2005-01-22 [colin]      1.0.0cvs8.1
14089
14090         * src/summaryview.c
14091         * src/gtk/quicksearch.c
14092                 Sync with HEAD
14093
14094 2005-01-21 [colin]      1.0.0cvs7.1
14095
14096         * src/summaryview.c
14097                 Sync with HEAD
14098
14099 2005-01-21 [colin]      1.0.0cvs6.1
14100
14101         * src/summaryview.c
14102                 Sync with HEAD
14103
14104 2005-01-21 [colin]      1.0.0cvs5.1
14105
14106         * src/gtk/quicksearch.c
14107         * src/prefs_common.c
14108         * src/prefs_common.h
14109                 Sync with HEAD (recurse option)
14110
14111 2005-01-21 [colin]      1.0.0cvs4.1
14112
14113         * src/folder.h
14114         * src/folderview.c
14115         * src/folderview.h
14116         * src/summaryview.c
14117         * src/gtk/quicksearch.c
14118         * src/gtk/quicksearch.h
14119                 Sync with HEAD (recursive quicksearch)
14120
14121 2005-01-20 [colin]      1.0.0cvs3.4
14122
14123         * src/ssl_manager.c
14124                 Remove useless code
14125
14126 2005-01-20 [colin]      1.0.0cvs3.3
14127
14128         * src/ssl_manager.c
14129                 Fix leak, thanks to Alfons.
14130
14131 2005-01-20 [colin]      1.0.0cvs3.2
14132
14133         * src/ssl_manager.c
14134                 Port SSL certificate window to GTK2.
14135
14136 2005-01-20 [paul]       1.0.0cvs3.1
14137
14138         * ChangeLog.claws
14139         * configure.ac
14140         * src/addrindex.c
14141         * src/addrindex.h
14142                 sync with HEAD
14143
14144 2005-01-19 [colin]      1.0.0cvs2.2
14145
14146         * src/plugins/trayicon/trayicon.c
14147                 Fix freeze with gtk-2.6, the easy way
14148                 (signal blocking helpless there...)
14149                 Closes bug #668.
14150
14151 2005-01-19 [colin]      1.0.0cvs2.1
14152
14153         * src/mbox.c
14154         * src/mbox.h
14155         * src/mainwindow.c
14156         * src/summaryview.c
14157         * src/summaryview.h
14158                 Sync with HEAD
14159
14160 2005-01-19 [paul]       1.0.0cvs1.1
14161
14162         * configure.ac
14163         * po/de.po
14164         * po/es.po
14165         * po/fr.po
14166         * po/hr.po
14167         * po/it.po
14168         * po/ja.po
14169         * po/ko.po
14170         * po/pt_BR.po
14171         * po/ru.po
14172         * po/sk.po
14173         * po/sr.po
14174                 sync with HEAD (update translations)
14175
14176 2005-01-18 [colin]      1.0.0cvs0.1
14177
14178         * src/foldersel.c
14179                 Specify search column - patch by Alfons
14180
14181 2005-01-18 [colin]      0.9.13cvs36.3
14182
14183         * src/prefs_toolbar.c
14184                 Change Delete to Remove
14185         * src/prefs_fonts.c
14186                 GTK2 version and leak fixes
14187         * src/prefs_actions.c
14188                 Add stock buttons.
14189                 All patches by Alfons
14190
14191 2005-01-17 [colin]      0.9.13cvs36.2
14192
14193         * src/compose.c
14194                 Fix DnD inserting twice. While at it,
14195                 add DnD support for text/plain in the
14196                 body, and add support in the headers.
14197
14198 2005-01-16 [colin]      0.9.13cvs36.1
14199
14200         * ChangeLog
14201         * ChangeLog.jp
14202         * ChangeLog.claws
14203                 Sync with HEAD (nothing applicable)
14204
14205 2005-01-16 [colin]      0.9.13cvs33.2
14206
14207         * src/prefs_toolbar.c
14208                 GTK2ize prefs_toolbar, by Alfons.
14209
14210 2005-01-14 [colin]      0.9.13cvs33.1
14211
14212         * src/html.c
14213         * src/msgcache.c
14214                 Sync with HEAD
14215
14216 2005-01-14 [colin]      0.9.13cvs32.1
14217
14218         * src/html.c
14219         * src/html.h
14220         * src/msgcache.c
14221         * AUTHORS
14222         * tools/calypso_convert.pl
14223                 Sync with HEAD
14224
14225 2005-01-08 [colin]      0.9.13cvs29.2
14226
14227         * src/prefs_filtering_action.c
14228         * src/prefs_filtering.c
14229                 2 more gtk2 patches by Alfons
14230
14231 2005-01-07 [paul]       0.9.13cvs29.1
14232
14233         * ChangeLog
14234         * ChangeLog.claws
14235         * ChangeLog.jp
14236         * configure.ac
14237         * src/pop.c
14238         * src/pop.h
14239                 sync with HEAD
14240
14241 2005-01-07 [colin]      0.9.13cvs28.3
14242
14243         * src/gtk/progressdialog.c
14244         * src/gtk/progressdialog.h
14245         * src/inc.c
14246         * src/send_message.c
14247                 GTK2 for the incorporation dialog. The CList isn't dead
14248                 yet, for a more smooth migration. Patch by Alfons.
14249
14250 2005-01-06 [colin]      0.9.13cvs28.2
14251
14252         * src/prefs_display_header.c
14253                 GTK2 conversion by Alfons
14254         * src/prefs_actions.c
14255         * src/prefs_matcher.c
14256                 Fix 2 leaks - patch by Alfons
14257
14258 2005-01-06 [colin]      0.9.13cvs28.1
14259
14260         * src/prefs_matcher.c
14261                 Sync with HEAD
14262
14263 2005-01-06 [colin]      0.9.13cvs27.4
14264
14265         * src/prefs_matcher.c
14266                 Fix double-free. Patch by Alfons
14267
14268 2005-01-06 [colin]      0.9.13cvs27.3
14269
14270         * src/prefs_matcher.c
14271                 GTK2 widgets + memleak
14272                 Patch by Alfons
14273
14274 2005-01-05 [colin]      0.9.13cvs27.2
14275
14276         * src/account.c
14277         * src/addr_compl.c
14278         * src/foldersel.c
14279         * src/stock_pixmap.c
14280         * src/stock_pixmap.h
14281                 3 more GTK2 patches by Alfons.
14282
14283 2005-01-04 [colin]      0.9.13cvs27.1
14284
14285         * src/folderview.c
14286         * src/imap_gtk.c
14287         * src/news_gtk.c
14288                 Sync with HEAD
14289
14290 2005-01-04 [colin]      0.9.13cvs25.9
14291
14292         * src/compose.c
14293                 Fix Show Ruler menuitem
14294         * src/prefs_template.c
14295                 Convert to GTK2
14296         * src/common/utils.c
14297                 Make auto pointer stuff handles NULLs
14298                 Patches by Alfons.
14299
14300 2005-01-04 [colin]      0.9.13cvs25.8
14301
14302         * src/compose.c
14303                 Move the attachment list to gtk2
14304                 Patch by Alfons.
14305
14306 2005-01-04 [colin]      0.9.13cvs25.7
14307
14308         * src/textview.c
14309                 Make some keys work again
14310                 Patch by SungHyun Nam <namsh@kldp.org>
14311
14312 2005-01-04 [colin]      0.9.13cvs25.6
14313
14314         * src/gtk/gtkshruler.c
14315                 Move the ruler to GTK2
14316                 Patch by Alfons
14317
14318 2005-01-03 [colin]      0.9.13cvs25.5
14319
14320         * src/compose.c
14321                 Fix my broken patch apply 
14322
14323 2005-01-03 [colin]      0.9.13cvs25.4
14324
14325         * src/common/utils.c
14326         * src/common/utils.h
14327         * src/gtk/prefswindow.c
14328                 Move auto pointer stuff to utils.c
14329                 Patch by Alfons again :)
14330
14331 2005-01-03 [colin]      0.9.13cvs25.3
14332
14333         * src/compose.c
14334         * src/prefs_gtk.c
14335         * src/prefs_template.c
14336         * src/textview.c
14337                 Empty text widgets with empty strings, not NULL char
14338                 Patch by SungHyun Nam <namsh@kldp_org>
14339
14340 2005-01-03 [colin]      0.9.13cvs25.2
14341
14342         * src/main.c
14343         * AUTHORS
14344                 Sync with HEAD
14345
14346 2005-01-03 [colin]      0.9.13cvs25.1
14347
14348         * src/pop.c
14349         * src/pop.h
14350                 Sync with HEAD
14351
14352 2005-01-03 [colin]      0.9.13cvs24.3
14353
14354         * src/account.c
14355                 Two patches from Alfons and Alex S Moore:
14356                 fix images, fix return value.
14357
14358 2005-01-01 [colin]      0.9.13cvs24.2
14359
14360         * src/prefs_actions.c
14361                 Fix over-zealous assertion. Patch by Alfons
14362
14363 2005-01-01 [colin]      0.9.13cvs24.1
14364
14365         * src/procmime.c
14366                 Sync with HEAD (leak fix)
14367
14368 2004-12-31 [colin]      0.9.13cvs23.2
14369
14370         * src/prefs_common.c
14371                 GTK2 widgets + stock buttons - patch by Alfons
14372
14373 2004-12-31 [paul]       0.9.13cvs23.1
14374
14375         * configure.ac
14376                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14377         * src/gtk/pluginwindow.c
14378                 use GTK2 widgets and plug memory leaks,
14379                 patches by Alfons
14380
14381 2004-12-30 [colin]      0.9.13cvs22.4
14382
14383         * src/account.c
14384         * src/action.c
14385         * src/export.c
14386         * src/foldersel.c
14387         * src/import.c
14388         * src/message_search.c
14389         * src/prefs_actions.c
14390         * src/prefs_common.c
14391         * src/prefs_customheader.c
14392         * src/prefs_filtering.c
14393         * src/prefs_summary_column.c
14394         * src/summary_search.c
14395         * src/gtk/about.c
14396         * src/gtk/description_window.c
14397         * src/gtk/gtkutils.c
14398         * src/gtk/gtkutils.h
14399         * src/gtk/inputdialog.c
14400         * src/gtk/prefswindow.c
14401                 Use GTK2 stock buttons. Patches by Alfons.
14402
14403 2004-12-30 [colin]      0.9.13cvs22.3
14404
14405         * src/account.c
14406                 Sync with HEAD
14407         * src/prefs_actions.c
14408         * src/prefs_customheader.c
14409         * src/prefs_filtering.c
14410         * src/prefs_msg_colors.c
14411         * src/prefs_summary_column.c
14412         * src/gtk/prefswindow.c
14413                 Use GtkTreeView instead of deprecated 
14414                 widgets. Patches by Alfons.
14415
14416 2004-12-30 [paul]       0.9.13cvs22.2
14417
14418         * src/foldersel.c
14419                 use GTK 2 Tree View
14420                 patch by Alfons, with root folder sorting fix
14421                 by Stephan Sachse
14422
14423 2004-12-30 [paul]       0.9.13cvs22.1
14424
14425         * ChangeLog
14426         * ChangeLog.claws
14427         * ChangeLog.jp
14428         * NEWS
14429         * configure.ac
14430         * src/account.c
14431                 sync with HEAD
14432
14433 2004-12-22 [martin]     0.9.13cvs21.2
14434
14435         * src/action.c
14436                 free the command line after its use
14437
14438 2004-12-18 [paul]       0.9.13cvs21.1
14439
14440         * AUTHORS
14441         * ChangeLog
14442         * ChangeLog.claws
14443         * ChangeLog.jp
14444         * NEWS
14445         * configure.ac
14446         * src/action.c
14447         * src/compose.c
14448         * src/syldap.c
14449                 sync with HEAD
14450
14451 2004-12-17 [martin]     0.9.13cvs17.2
14452
14453         * src/action.c
14454                 convert actions input to locale
14455         * src/inc.c
14456                 convert notification command to locale
14457         * src/plugins/pgpmime/select-keys.c
14458                 convert attributes to utf8
14459
14460 2004-12-14 [colin]      0.9.13cvs17.1
14461
14462         * ChangeLog
14463         * ChangeLog.jp
14464         * ChangeLog.claws
14465         * src/action.c
14466         * src/common/utils.c
14467         * src/gtk/prefswindow.c
14468         * src/gtk/gtkutils.c
14469         * src/gtk/gtkutils.h
14470         * src/plugins/spamassassin/libspamc.c
14471                 Sync with HEAD
14472
14473 2004-12-13 [colin]      0.9.13cvs14.1
14474
14475         * src/quote_fmt_parse.y
14476                 Sync with HEAD
14477
14478 2004-12-10 [colin]      0.9.13cvs12.1
14479
14480         * src/prefs_themes.c
14481         * src/mainwindow.c
14482         * src/messageview.c
14483                 Sync with HEAD
14484
14485 2004-12-09 [colin]      0.9.13cvs10.1
14486
14487         * src/procmime.c
14488                 Sync with HEAD (fix B64 encoding from memory)
14489
14490 2004-12-08 [colin]      0.9.13cvs9.1
14491
14492         * src/gtk/colorlabel.c
14493                 Sync with HEAD
14494
14495 2004-12-08 [paul]       0.9.13cvs8.2
14496
14497         * src/gtk/pluginwindow.c
14498                 fix window resizing oddities
14499
14500 2004-12-08 [colin]      0.9.13cvs8.1
14501
14502         * src/quote_fmt_parse.y
14503                 Sync with HEAD
14504
14505 2004-12-08 [colin]      0.9.13cvs7.1
14506
14507         * src/matcher_parser_parse.y
14508         * src/msgcache.c
14509         * src/prefs_matcher.c
14510         * src/procheader.c
14511         * src/matcher.c
14512         * src/common/defs.h
14513         * po/sr.po
14514                 Sync with HEAD
14515
14516 2004-12-08 [colin]      0.9.13cvs6.1
14517
14518         * src/quote_fmt_parse.y
14519         * src/textview.c
14520                 Sync with HEAD
14521         * src/gtk/prefswindow.c
14522         * src/gtk/pluginwindow.c
14523                 Fix G_CALLBACKS protos (thanks to Alfons)
14524
14525 2004-12-07 [torte]      0.9.13cvs2.2
14526
14527         * src/procmime.c
14528                 [Bug 650] reply button causes crash
14529                 Thanks to David Relson and Christoph
14530
14531 2004-12-07 [colin]      0.9.13cvs2.1
14532
14533         * ChangeLog.claws
14534         * AUTHORS
14535         * po/sk.po
14536         * src/procmime.c
14537         * src/prefs_account.c
14538         * src/common/smtp.c
14539         * src/common/smtp.h
14540                 Sync with HEAD
14541
14542 2004-12-06 [colin]      0.9.12cvs187.1
14543
14544         * ChangeLog.claws
14545         * INSTALL
14546         * Makefile.am
14547         * README.claws
14548         * TODO.claws
14549         * configure.ac
14550         * po/bg.po
14551         * po/cs.po
14552         * po/el.po
14553         * po/en_GB.po
14554         * po/es.po
14555         * po/fr.po
14556         * po/hr.po
14557         * po/hu.po
14558         * po/it.po
14559         * po/ja.po
14560         * po/ko.po
14561         * po/nl.po
14562         * po/pl.po
14563         * po/pt_BR.po
14564         * po/ru.po
14565         * po/sk.po
14566         * po/sr.po
14567         * po/sv.po
14568         * po/zh_CN.po
14569         * po/zh_TW.Big5.po
14570         * src/compose.c
14571         * tools/Makefile.am
14572         * tools/README
14573         * tools/filter_conv.pl
14574         * tools/kdeservicemenu/README
14575         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14576         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14577                 Sync with HEAD
14578
14579 2004-12-04 [colin]      0.9.12cvs183.1
14580
14581         * src/compose.c
14582                 Sync with HEAD (compose window position saving)
14583
14584 2004-12-04 [paul]       0.9.12cvs182.3
14585
14586         * src/messageview.c
14587         * src/mimeview.c
14588         * src/prefs_customheader.c
14589         * src/gtk/quicksearch.c
14590                 replace some forgotten GTK_SIGNAL_FUNCs
14591
14592 2004-12-04 [paul]       0.9.12cvs182.2
14593
14594         * src/Makefile.am
14595                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14596                 committed in error      
14597
14598 2004-12-04 [paul]       0.9.12cvs182.1
14599
14600         * ChangeLog
14601         * ChangeLog.claws
14602         * ChangeLog.jp
14603         * INSTALL
14604         * NEWS
14605         * README
14606         * README.jp
14607         * configure.ac
14608         * doc/manual/ja/Makefile.am
14609         * doc/manual/ja/sylpheed-1.html
14610         * doc/manual/ja/sylpheed-10.html
14611         * doc/manual/ja/sylpheed-11.html
14612         * doc/manual/ja/sylpheed-12.html
14613         * doc/manual/ja/sylpheed-13.html
14614         * doc/manual/ja/sylpheed-14.html
14615         * doc/manual/ja/sylpheed-15.html
14616         * doc/manual/ja/sylpheed-16.html
14617         * doc/manual/ja/sylpheed-17.html
14618         * doc/manual/ja/sylpheed-18.html
14619         * doc/manual/ja/sylpheed-19.html
14620         * doc/manual/ja/sylpheed-2.html
14621         * doc/manual/ja/sylpheed-20.html
14622         * doc/manual/ja/sylpheed-3.html
14623         * doc/manual/ja/sylpheed-4.html
14624         * doc/manual/ja/sylpheed-5.html
14625         * doc/manual/ja/sylpheed-6.html
14626         * doc/manual/ja/sylpheed-7.html
14627         * doc/manual/ja/sylpheed-8.html
14628         * doc/manual/ja/sylpheed-9.html
14629         * doc/manual/ja/sylpheed.html
14630         * doc/manual/ja/sylpheed.sgml
14631         * po/de.po
14632         * src/Makefile.am
14633         * src/compose.c
14634         * src/procmime.c
14635         * src/pixmaps/regular.xpm **REMOVED**
14636         * src/plugins/pgpmime/pgpmime.c
14637         * src/plugins/pgpmime/plugin.c
14638         * src/plugins/pgpmime/prefs_gpg.c
14639                 sync with HEAD
14640
14641 2004-12-03 [paul]       0.9.12cvs180.1
14642
14643         * ChangeLog
14644         * ChangeLog.claws
14645         * ChangeLog.jp
14646         * configure.ac
14647         * src/Makefile.am
14648         * src/pop.c
14649         * src/common/utils.c
14650         * src/common/utils.h
14651         * src/pixmaps/continue.xpm
14652         * src/pixmaps/dir_close.xpm
14653         * src/pixmaps/dir_open.xpm
14654         * src/pixmaps/drafts_close.xpm
14655         * src/pixmaps/drafts_open.xpm
14656         * src/pixmaps/folder.xpm **REMOVED**
14657         * src/pixmaps/group.xpm
14658         * src/pixmaps/unread.xpm
14659                 sync with HEAD
14660
14661 2004-12-02 [colin]      0.9.12cvs179.1
14662
14663         * src/compose.c
14664                 Sync with HEAD (non-duplicated reedition)
14665
14666 2004-12-02 [colin]      0.9.12cvs178.1
14667
14668         * src/compose.c
14669                 Sync with HEAD (linewrap_quote fix)
14670
14671 2004-12-01 [colin]      0.9.12cvs177.3
14672
14673         * src/addrharvest.c
14674                 Replace sizeof with strlen
14675
14676 2004-12-01 [paul]       0.9.12cvs177.2
14677
14678         * src/addrharvest.c
14679                 fix 'harvest addresses'
14680
14681 2004-11-30 [colin]      0.9.12cvs177.1
14682
14683         * src/gtk/prefswindow.c
14684         * src/gtk/pluginwindow.c
14685                 Sync with HEAD
14686
14687 2004-11-29 [colin]      0.9.12cvs176.1
14688
14689         * src/folderview.c
14690                 sync with HEAD (Fix disappearing separators in folderview's popup)
14691
14692 2004-11-29 [colin]      0.9.12cvs175.1
14693
14694         * src/procmime.c
14695                 Sync with head (another format fix)
14696
14697 2004-11-29 [colin]      0.9.12cvs174.1
14698
14699         * src/pop.c
14700                 Sync with HEAD (format string fix)
14701
14702 2004-11-26 [colin]      0.9.12cvs173.1
14703
14704         * src/common/smtp.c
14705         * src/common/smtp.h
14706                 Sync with HEAD
14707
14708 2004-11-24 [colin]      0.9.12cvs172.1
14709
14710         * src/plugins/pgpmime/pgpmime.c
14711                 Sync with HEAD
14712
14713 2004-11-24 [colin]      0.9.12cvs171.1
14714
14715         * src/plugins/pgpmime/pgpmime.c
14716                 Sync with head (gpgmectx leaks)
14717
14718 2004-11-24 [colin]      0.9.12cvs169.1
14719
14720         * src/plugins/pgpmime/plugin.c
14721         * src/plugins/trayicon/Makefile.am
14722         * src/plugins/trayicon/newmarkedmail.xpm
14723         * src/plugins/trayicon/trayicon.c
14724         * src/plugins/trayicon/unreadmarkedmail.xpm
14725                 Sync with HEAD
14726
14727 2004-11-23 [colin]      0.9.12cvs168.1
14728
14729         * src/partial_download.c
14730         * src/partial_download.h
14731         * src/plugins/pgpmime/plugin.c
14732                 Sync with HEAD
14733
14734 2004-11-23 [colin]      0.9.12cvs166.1
14735
14736         * src/Makefile.am
14737         * src/codeconv.c
14738         * src/compose.c
14739         * src/folderview.c
14740         * src/main.c
14741         * src/partial_download.c
14742         * src/partial_download.h
14743         * src/prefs_account.c
14744         * src/prefs_account.h
14745         * src/privacy.c
14746         * src/privacy.h
14747         * src/procmime.c
14748         * src/common/Makefile.am
14749         * src/common/base64.h
14750         * src/common/partial_download.c
14751         * src/common/partial_download.h
14752         * src/gtk/prefswindow.c
14753         * src/gtk/prefswindow.h
14754         * src/plugins/pgpmime/pgpmime.c
14755         * src/plugins/pgpmime/prefs_gpg.c
14756         * src/plugins/pgpmime/prefs_gpg.h
14757         * src/plugins/pgpmime/sgpgme.c
14758         * src/plugins/pgpmime/sgpgme.h
14759                 Sync with HEAD
14760
14761 2004-11-23 [colin]      0.9.12cvs163.1
14762
14763         * src/main.c
14764                 Sync with HEAD (cursor optimization)
14765
14766 2004-11-23 [colin]      0.9.12cvs162.1
14767
14768         * src/prefs_common.c
14769         * src/prefs_themes.c
14770         * src/procmsg.c
14771                 Sync with HEAD
14772
14773 2004-11-23 [colin]      0.9.12cvs158.9
14774
14775         * src/compose.c
14776                 Fix double-free when forwarding
14777         * src/msgcache.c
14778                 Fix leak on error path
14779                 
14780
14781 2004-11-23 [colin]      0.9.12cvs158.8
14782
14783         * src/compose.c
14784                 Fix possible double-free
14785                 Spotted by Alfons
14786
14787 2004-11-23 [colin]      0.9.12cvs158.7
14788
14789         * src/compose.c
14790                 Fix some signal handlers' prototypes
14791                 Spotted by Alfons
14792
14793 2004-11-22 [colin]      0.9.12cvs158.6
14794
14795         * src/compose.c
14796                 Remove unneeded code and duplicated
14797                 wrapping - patch by Alfons
14798
14799 2004-11-22 [colin]      0.9.12cvs158.5
14800
14801         * src/prefs_themes.c
14802                 Fix oversized selector
14803
14804 2004-11-22 [colin]      0.9.12cvs158.4
14805
14806         * src/compose.c
14807                 fix dump_text()
14808                 patch by Alfons
14809
14810 2004-11-19 [colin]      0.9.12cvs158.3
14811
14812         * src/textview.c
14813                 Add a context menu on links (open, copy)
14814
14815 2004-11-18 [paul]       0.9.12cvs158.2
14816
14817         * src/addrgather.c
14818         * src/exphtmldlg.c
14819         * src/expldifdlg.c
14820         * src/mimeview.c
14821         * src/prefs_common.c
14822         * src/plugins/image_viewer/viewer.c
14823         * src/plugins/spamassassin/spamassassin_gtk.c
14824                 replace deprecated gtk_notebook_set_page
14825                 and gtk_notebook_current_page
14826
14827 2004-11-18 [paul]       0.9.12cvs158.1
14828
14829         * configure.ac
14830         * src/compose.c
14831         * src/mainwindow.c
14832         * src/messageview.c
14833         * src/prefs_common.c
14834         * src/common/utils.c
14835         * src/common/utils.h
14836                 sync with HEAD
14837
14838 2004-11-17 [colin]      0.9.12cvs156.1
14839
14840         * src/prefs_account.c
14841         * src/prefs_account.h
14842         * src/procmsg.c
14843                 Sync with HEAD (add pref to store encrypted mails encrypted)
14844
14845 2004-11-17 [paul]       0.9.12cvs155.1
14846
14847         * ChangeLog
14848         * ChangeLog.claws
14849         * ChangeLog.jp
14850         * NEWS
14851         * configure.ac
14852         * src/compose.c
14853         * src/jpilot.c
14854         * src/privacy.c
14855         * src/procmime.c
14856         * src/procmime.h
14857         * src/procmsg.c
14858         * src/toolbar.c
14859         * src/pixmaps/error.xpm
14860                 sync with HEAD
14861
14862 2004-11-17 [colin]      0.9.12cvs151.1
14863
14864         * src/plugins/pgpmime/pgpmime.c
14865                 Sync with HEAD (remove debug printf)
14866
14867 2004-11-17 [colin]      0.9.12cvs150.1
14868
14869         * src/plugins/pgpmime/pgpmime.c
14870                 Sync with HEAD (off-by-one fix)
14871
14872 2004-11-17 [colin]      0.9.12cvs149.1
14873
14874         * src/procmsg.c
14875                 Sync with HEAD (coding style fixes)
14876
14877 2004-11-16 [colin]      0.9.12cvs148.1
14878
14879         * src/procmsg.c
14880                 Sync with head (Fix the fix)
14881
14882 2004-11-16 [colin]      0.9.12cvs147.1
14883
14884         * src/procmsg.c
14885                 Sync with Main (leak fix)
14886
14887 2004-11-16 [colin]      0.9.12cvs146.14
14888
14889         * src/compose.c
14890                 Remove useless chunk of code
14891                 Patch by Alfons
14892
14893 2004-11-15 [colin]      0.9.12cvs146.13
14894
14895         * src/compose.c
14896                 Fix drafting after insertion
14897                 Patch by Alfons
14898
14899 2004-11-15 [colin]      0.9.12cvs146.12
14900
14901         * src/compose.c
14902         * src/prefs_filtering.c
14903         * src/prefs_filtering_action.c
14904         * src/prefs_toolbar.c
14905                 Fix some const-correctness
14906
14907 2004-11-15 [colin]      0.9.12cvs146.11
14908
14909         * src/summaryview.c
14910         * src/prefs_themes.c
14911         * src/messageview.c
14912                 Fix some leaks
14913
14914 2004-11-15 [colin]      0.9.12cvs146.10
14915
14916         * src/codeconv.c
14917                 More unreadable locale fixes
14918
14919 2004-11-14 [colin]      0.9.12cvs146.9
14920
14921         * src/textview.c
14922                 Fix uri_security_check
14923                 Patch by Alfons
14924
14925 2004-11-13 [paul]       0.9.12cvs146.8
14926
14927         * src/folder.c
14928         * src/procmime.c
14929                 fix 2 bugs introduced in last commit
14930
14931 2004-11-13 [paul]       0.9.12cvs146.7
14932
14933         * src/compose.c
14934         * src/exporthtml.c
14935         * src/exportldif.c
14936         * src/folder.c
14937         * src/imap.c
14938         * src/imap_gtk.c
14939         * src/main.c
14940         * src/mainwindow.c
14941         * src/messageview.c
14942         * src/mh_gtk.c
14943         * src/prefs_themes.c
14944         * src/procmime.c
14945         * src/setup.c
14946         * src/summaryview.c
14947                 replace deprecated g_basename
14948
14949 2004-11-13 [paul]       0.9.12cvs146.6
14950
14951         * src/compose.c
14952         * src/imap.c
14953         * src/matcher_parser.h
14954         * src/matcher_parser_parse.y
14955         * src/prefs_filtering.c
14956         * src/prefs_filtering_action.c
14957         * src/prefs_themes.c
14958         * src/prefs_toolbar.c
14959         * src/common/utils.c
14960                 various small fixes/cleanups
14961
14962 2004-11-12 [colin]      0.9.12cvs146.5
14963
14964         * src/textview.c
14965                 Validate event's origin on visibility notify
14966                 Patch by Alfons.
14967
14968 2004-11-12 [paul]       0.9.12cvs146.4
14969
14970         * src/exporthtml.c
14971         * src/exportldif.c
14972         * src/imap.c
14973         * src/mh.c
14974         * src/mimeview.c
14975         * src/prefs_spelling.c
14976         * src/prefs_themes.c
14977                 replace deprecated g_dirname    
14978
14979 2004-11-12 [colin]      0.9.12cvs146.3
14980
14981         * src/textview.c
14982                 Some coding style fixes
14983
14984 2004-11-12 [colin]      0.9.12cvs146.2
14985
14986         * src/codeconv.c
14987                 We want to replace _all_ extended chars in
14988                 conv_unreadable_*, because any string containing
14989                 extended chars not parsing as UTF8 is 
14990                 undisplayed on gtk2.
14991
14992 2004-11-12 [paul]       0.9.12cvs146.1
14993
14994         * ChangeLog
14995         * ChangeLog.claws
14996         * ChangeLog.jp
14997         * NEWS
14998         * configure.ac
14999         * src/account.c
15000         * src/folderview.c
15001         * src/folderview.h
15002         * src/imap.c
15003         * src/imap_gtk.c
15004         * src/inc.c
15005         * src/mainwindow.c
15006         * src/mh_gtk.c
15007         * src/news_gtk.c
15008         * src/pop.c
15009         * src/prefs_account.c
15010         * src/prefs_account.h
15011         * src/prefs_ext_prog.c
15012         * src/procmime.c
15013         * src/procmime.h
15014         * src/procmsg.c
15015         * src/procmsg.h
15016         * src/summary_search.c
15017         * src/summaryview.c
15018         * src/textview.c
15019         * src/common/defs.h
15020         * src/common/utils.c
15021         * src/common/utils.h
15022         * src/gtk/menu.c
15023         * src/gtk/menu.h
15024                 sync with HEAD
15025
15026 2004-11-11 [colin]      0.9.12cvs144.2
15027
15028         * src/textview.c
15029                 Fix URI range selection (patch by Alfons)
15030
15031 2004-11-09 [colin]      0.9.12cvs144.1
15032
15033         * ChangeLog.claws
15034         * src/compose.c
15035         * src/folder.c
15036         * src/folder_item_prefs.c
15037         * src/prefs_account.c
15038         * src/prefs_account.h
15039         * src/plugins/pgpmime/pgpmime.c
15040                 Sync with HEAD
15041
15042 2004-11-08 [colin]      0.9.12cvs143.1
15043
15044         * src/summaryview.c
15045                 Sync with HEAD (optimize quicksearch)
15046
15047 2004-11-08 [colin]      0.9.12cvs142.2
15048
15049         * src/compose.c
15050                 Don't wrap when Edit/Auto wrapping is disabled
15051
15052 2004-11-08 [colin]      0.9.12cvs142.1
15053
15054         * src/textview.c
15055                 Sync with HEAD
15056
15057 2004-11-08 [colin]      0.9.12cvs141.1
15058
15059         * src/textview.c
15060                 Sync with HEAD (fix some mail URIs)
15061
15062 2004-11-08 [colin]      0.9.12cvs140.3
15063
15064         * src/textview.c
15065                 o Use text cursor instead of arrow when
15066                   not on a link
15067                 o Fix handling of contiguous links (as in
15068                   "colin@colino.net" <colin@colino.net>)
15069                   This one unveils a bug in get_email_part()
15070
15071 2004-11-07 [colin]      0.9.12cvs140.2
15072
15073         * src/textview.c
15074                 Fix memleak. Patch by Alfons.
15075
15076 2004-11-06 [colin]      0.9.12cvs140.1
15077
15078         * src/compose.c
15079                 Sync with HEAD (don't ask passphrase
15080                 when drafting)
15081
15082 2004-11-06 [paul]       0.9.12cvs139.2
15083
15084         * AUTHORS
15085         * src/textview.c
15086         * src/textview.h
15087                 textview URI handling. hovering over a 
15088                 link displays it in the status bar,
15089                 and changes the mouse pointer to a hand 
15090                 cursor. a link is activated with a single 
15091                 click. (Modified from the) patch by Jean-Yves 
15092                 Lefort <jylefort@users.sourceforge.net>
15093                 
15094
15095 2004-11-05 [colin]      0.9.12cvs139.1
15096
15097         * src/compose.c
15098         * src/procmime.c
15099                 Sync with HEAD again ^^
15100
15101 2004-11-05 [colin]      0.9.12cvs139.1
15102
15103         * src/compose.c
15104         * src/procmime.c
15105                 Sync with HEAD
15106
15107 2004-11-03 [paul]       0.9.12cvs138.1
15108
15109         * ChangeLog.claws
15110         * configure.ac
15111         * po/POTFILES.in
15112         * src/prefs_ext_prog.c
15113         * src/procmime.c
15114         * tools/kdeservicemenu/README
15115         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15116         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15117                 sync with HEAD
15118
15119 2004-11-01 [christoph]  0.9.12cvs136.2
15120
15121         * src/procmime.c
15122                 convert MIME parameters to UTF-8
15123
15124 2004-10-29 [colin]      0.9.12cvs136.1
15125
15126         * src/common/utils.c
15127                 Sync with HEAD (don't use '=' in mime boundary)
15128
15129 2004-10-29 [paul]       0.9.12cvs135.1
15130
15131         * configure.ac
15132         * doc/src/rfc2231.txt
15133         * src/procmime.c
15134         * src/common/quoted-printable.c
15135         * src/common/utils.c
15136         * src/common/utils.h
15137                 sync with HEAD
15138
15139 2004-10-27 [paul]       0.9.12cvs134.1
15140
15141         * configure.ac
15142         * src/main.c
15143         * src/procmime.c
15144         * src/plugins/pgpmime/pgpmime.c
15145                 sync with HEAD
15146
15147 2004-10-26 [paul]       0.9.12cvs132.3
15148
15149         * src/account.c
15150         * src/addressbook.c
15151         * src/addrgather.c
15152         * src/addrharvest.c
15153         * src/codeconv.c
15154         * src/compose.c
15155         * src/customheader.c
15156         * src/editaddress.c
15157         * src/editgroup.c
15158         * src/enriched.c
15159         * src/expldifdlg.c
15160         * src/exporthtml.c
15161         * src/exportldif.c
15162         * src/folder.c
15163         * src/foldersel.c
15164         * src/folderview.c
15165         * src/grouplistdialog.c
15166         * src/html.c
15167         * src/imap.c
15168         * src/jpilot.c
15169         * src/ldapserver.c
15170         * src/ldif.c
15171         * src/mimeview.c
15172         * src/news.c
15173         * src/news_gtk.c
15174         * src/pop.c
15175         * src/prefs_display_header.c
15176         * src/prefs_gtk.c
15177         * src/prefs_msg_colors.c
15178         * src/prefs_toolbar.c
15179         * src/procheader.c
15180         * src/procmime.c
15181         * src/summaryview.c
15182         * src/textview.c
15183         * src/toolbar.c
15184         * src/vcard.c
15185         * src/common/mgutils.c
15186         * src/common/nntp.c
15187         * src/common/smtp.c
15188         * src/common/template.c
15189         * src/common/utils.c
15190         * src/common/xmlprops.c
15191         * src/plugins/pgpmime/pgpmime.c
15192         * src/plugins/pgpmime/select-keys.c
15193         * src/plugins/pgpmime/sgpgme.c
15194                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15195                 g_string_sprintfa(), gtk_notebook_current_page()
15196
15197 2004-10-26 [colin]      0.9.12cvs132.2
15198
15199         * src/prefs_folder_item.c
15200                 Fix default-account selection
15201
15202 2004-10-21 [colin]      0.9.12cvs133
15203
15204         * src/compose.c
15205                 Sync with HEAD (Remove extra separator in compose's Options)
15206         * src/textview.c
15207                 Set wrapping to char
15208
15209 2004-10-21 [paul]       0.9.12cvs131.2
15210
15211         * src/compose.c
15212         * src/sourcewindow.c
15213                 fix wrapping
15214                 fix window shrinking 
15215
15216 2004-10-21 [colin]      0.9.12cvs131.1
15217
15218         * ChangeLog.claws
15219         * src/compose.c
15220                 Sync with HEAD
15221
15222 2004-10-21 [paul]       0.9.12cvs130.2
15223
15224         * src/prefs_folder_item.c
15225                 sync with HEAD (Apply to subfolders)
15226
15227 2004-10-19 [colin]      0.9.12cvs130.1
15228
15229         * ChangeLog.claws
15230         * src/compose.c
15231         * src/common/utils.c
15232         * src/gtk/menu.c
15233                 Sync with HEAD
15234
15235 2004-10-19 [colin]      0.9.12cvs128.1
15236
15237         * src/addrbook.c
15238         * src/addrcache.c
15239         * src/addressbook.c
15240         * src/codeconv.c
15241         * src/compose.c
15242         * src/customheader.c
15243         * src/editaddress.c
15244         * src/editgroup.c
15245         * src/exporthtml.c
15246         * src/folder.c
15247         * src/folderview.c
15248         * src/imap.c
15249         * src/jpilot.c
15250         * src/main.c
15251         * src/matcher_parser_parse.y
15252         * src/mbox.c
15253         * src/pop.c
15254         * src/prefs_account.c
15255         * src/prefs_gtk.c
15256         * src/prefs_msg_colors.c
15257         * src/procheader.c
15258         * src/procmime.c
15259         * src/procmime.h
15260         * src/procmsg.c
15261         * src/summaryview.c
15262         * src/textview.c
15263         * src/common/base64.c
15264         * src/common/partial_download.c
15265         * src/common/socket.c
15266         * src/common/sylpheed.c
15267         * src/common/utils.c
15268         * src/common/utils.h
15269         * src/gtk/pluginwindow.c
15270         * src/gtk/quicksearch.c
15271         * src/plugins/clamav/clamav_plugin.c
15272         * src/plugins/clamav/clamav_plugin.h
15273         * src/plugins/clamav/clamav_plugin_gtk.c
15274         * src/plugins/pgpmime/passphrase.c
15275         * src/plugins/pgpmime/pgpmime.c
15276         * src/plugins/pgpmime/plugin.c
15277         * src/plugins/pgpmime/prefs_gpg.c
15278         * src/plugins/pgpmime/prefs_gpg.h
15279         * src/plugins/pgpmime/select-keys.c
15280         * src/plugins/pgpmime/sgpgme.c
15281         * src/plugins/spamassassin/libspamc.c
15282         * src/plugins/spamassassin/spamassassin.c
15283         * src/plugins/spamassassin/spamassassin.h
15284         * src/plugins/spamassassin/spamassassin_gtk.c
15285         * src/plugins/trayicon/trayicon.c
15286         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15287                 Sync with HEAD
15288
15289 2004-10-14 [colin]      0.9.12cvs126.2
15290
15291         * src/codeconv.c
15292         * src/textview.c
15293                 Fix conv_unreadable_locale
15294
15295 2004-10-13 [colin]      0.9.12cvs126.1
15296
15297         * src/compose.c
15298                 Sync with HEAD (don't convert charset for 
15299                 drafted messages, minor cleanup)
15300
15301 2004-10-13 [colin]      0.9.12cvs125.1
15302
15303         * po/POTFILES.in
15304                 Sync with HEAD (POTFILES fix)
15305
15306 2004-10-12 [colin]      0.9.12cvs124.3
15307
15308         * src/compose.c
15309                 Fix encoding bug from latest sync
15310
15311 2004-10-12 [paul]       0.9.12cvs124.2
15312
15313         * src/plugins/pgpmime/prefs_gpg.c
15314         * src/plugins/pgpmime/prefs_gpg.h
15315                 forgotten in last commit        
15316
15317 2004-10-12 [paul]       0.9.12cvs124.1
15318
15319         * ChangeLog.claws
15320         * configure.ac
15321         * m4/spamassassin.m4
15322         * src/Makefile.am
15323         * src/account.c
15324         * src/compose.c
15325         * src/compose.h
15326         * src/crash.c
15327         * src/main.c
15328         * src/mimeview.c
15329         * src/passphrase.c
15330         * src/passphrase.h
15331         * src/prefs_account.c
15332         * src/prefs_account.h
15333         * src/prefs_common.c
15334         * src/privacy.c
15335         * src/privacy.h
15336         * src/procmime.c
15337         * src/procmime.h
15338         * src/procmsg.c
15339         * src/rfc2015.c
15340         * src/rfc2015.h
15341         * src/select-keys.c
15342         * src/select-keys.h
15343         * src/textview.c
15344         * src/common/utils.c
15345         * src/common/utils.h
15346         * src/gtk/about.c
15347         * src/plugins/pgpmime/Makefile.am
15348         * src/plugins/pgpmime/passphrase.c
15349         * src/plugins/pgpmime/passphrase.h
15350         * src/plugins/pgpmime/pgpmime.c
15351         * src/plugins/pgpmime/plugin.c
15352         * src/plugins/pgpmime/select-keys.c
15353         * src/plugins/pgpmime/select-keys.h
15354         * src/plugins/pgpmime/sgpgme.c
15355         * src/plugins/pgpmime/sgpgme.h
15356                 sync with HEAD
15357
15358 2004-10-04 [colin]      0.9.12cvs122.1
15359
15360         * src/mainwindow.c
15361         * src/messageview.c
15362         * src/messageview.h
15363         * src/textview.c
15364                 Sync with HEAD
15365
15366 2004-10-04 [colin]      0.9.12cvs121.1
15367
15368         * src/summaryview.c
15369                 Sync with HEAD
15370
15371 2004-10-04 [paul]       0.9.12cvs120.1
15372
15373         * configure.ac
15374                 sync with HEAD [don't try to build 
15375                 pgpmime plugin when gpgme is disabled]
15376
15377 2004-10-03 [colin]      0.9.12cvs119.3
15378
15379         * src/gtk/gtksctree.c
15380                 Lots of side effects. Put back as before 117.2.
15381         * src/summaryview.c
15382                 Fix bug #602
15383
15384 2004-10-03 [colin]      0.9.12cvs119.2
15385
15386         * src/gtk/gtksctree.c
15387                 Revert 608 fix that doesn't work that good
15388
15389 2004-10-02 [colin]      0.9.12cvs119.1
15390
15391         * src/mainwindow.c
15392         * src/messageview.c
15393         * src/prefs_common.h
15394         * src/procmime.c
15395         * src/procmime.h
15396         * src/textview.c
15397                 Sync with HEAD
15398         * src/gtk/gtksctree.c
15399                 Close bug #608
15400
15401 2004-10-01 [colin]      0.9.12cvs118.1
15402
15403         * src/mimeview.c
15404                 Sync with HEAD (better Save All fix)
15405
15406 2004-10-01 [colin]      0.9.12cvs117.2
15407
15408         * src/gtk/gtksctree.c
15409                 Faster on selection
15410
15411 2004-10-01 [colin]      0.9.12cvs117.1
15412
15413         * src/mimeview.c
15414                 Sync with HEAD (Save All: only attachments)
15415
15416 2004-10-01 [paul]       0.9.12cvs116.1
15417
15418         * ChangeLog.claws
15419         * configure.ac
15420         * src/account.c
15421         * src/prefs_common.c
15422         * src/gtk/colorlabel.c
15423                 sync with HEAD
15424
15425 2004-09-30 [colin]      0.9.12cvs115.1
15426
15427         * src/stock_pixmap.c
15428         * src/stock_pixmap.h
15429         * src/folderview.c
15430         * src/Makefile.am
15431         * src/pixmaps/read.xpm
15432                 Sync with HEAD (new pixmap)
15433
15434 2004-09-29 [colin]      0.9.12cvs114.1
15435
15436         * src/compose.c
15437                 Sync with HEAD
15438                 Fix focus handling in headers
15439
15440 2004-09-29 [paul]       0.9.12cvs113.1
15441
15442         * src/quote_fmt_parse.y
15443                 sync with HEAD
15444  
15445
15446 2004-09-28 [colin]      0.9.12cvs112.1
15447
15448         * src/folderview.c
15449         * src/mainwindow.c
15450                 Sync with HEAD
15451
15452 2004-09-28 [colin]      0.9.12cvs110.1
15453
15454         * src/folderview.c
15455                 Sync with HEAD (Contextual Empty trash menu)
15456
15457 2004-09-28 [colin]      0.9.12cvs108.1
15458
15459         * src/addressbook.c
15460                 Sync with HEAD (addressbook edit on double-click)
15461
15462 2004-09-28 [colin]      0.9.12cvs106.1
15463
15464         * src/inc.c
15465                 Sync with HEAD (folder_item freeze on inc)
15466
15467 2004-09-27 [colin]      0.9.12cvs105.1
15468
15469         * src/folderview.c
15470                 Sync with HEAD (right-align new and unread column)
15471
15472 2004-09-27 [colin]      0.9.12cvs104.1
15473
15474         * src/main.c
15475                 Sync with HEAD (revert 0.9.12cvs101)
15476
15477 2004-09-24 [colin]      0.9.12cvs103.2
15478
15479         * src/wizard.c
15480                 Fix gtk warnings and use domain part of the email address 
15481                 when domain detection fails (no dot in domain name)
15482
15483 2004-09-23 [colin]      0.9.12cvs103.1
15484
15485         * src/plugins/spamassassin/libspamc.c
15486         * src/plugins/spamassassin/libspamc.h
15487         * src/plugins/spamassassin/utils.c
15488         * src/plugins/spamassassin/utils.h
15489                 Sync with HEAD (Update spamassassin to 3.0)
15490
15491 2004-09-21 [colin]      0.9.12cvs102.3
15492
15493         * src/action.c
15494                 Add horizontal scrollbar in action io dialog as needed
15495                 Patch by Alfons.
15496
15497 2004-09-20 [colin]      0.9.12cvs102.2
15498
15499         * src/plugins/image_viewer/viewer.c
15500                 Remove imlib stuff
15501                 use gtk_pixmap_set when clearing
15502                 (would be better to use gtkImages, but causes size-allocate 
15503                 signals storm)
15504
15505 2004-09-17 [paul]       0.9.12cvs102.1
15506
15507         * ChangeLog
15508         * ChangeLog.claws
15509         * ChangeLog.jp
15510         * configure.ac
15511         * src/inc.c
15512                 sync with HEAD
15513
15514
15515 2004-09-17 [colin]      0.9.12cvs101.1
15516
15517         * ChangeLog.claws
15518         * src/main.c
15519                 Sync with HEAD (fix segs at exit)
15520
15521 2004-09-14 [colin]      0.9.12cvs99.5
15522
15523         * src/common/socket.c
15524         * AUTHORS
15525                 Fix send error on 64bit platforms
15526                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15527
15528 2004-09-14 [colin]      0.9.12cvs99.4
15529
15530         * src/action.c
15531                 Fix action output with utf8 
15532                 Patch by Alfons.
15533
15534 2004-09-14 [colin]      0.9.12cvs99.3
15535
15536         * ChangeLog.claws
15537         * src/folder.c
15538                 Sync with HEAD
15539
15540 2004-09-09 [colin]      0.9.12cvs99.2
15541
15542         * src/action.c
15543                 Fix progress bar (displaying "Completed %v/%u")
15544                 Patch by Alfons.
15545
15546 2004-09-08 [colin]      0.9.12cvs99.1
15547
15548         * src/account.c
15549         * src/folder.c
15550         * src/procmsg.c
15551         * src/procmsg.h
15552         * src/plugins/pgpmime/pgpmime.c
15553                 Sync with HEAD
15554
15555 2004-09-08 [colin]      0.9.12cvs97.2
15556
15557         * src/summaryview.c
15558                 Don't select mails in collapsed threads 
15559                 when navigating with up/down
15560
15561 2004-09-07 [colin]      0.9.12cvs97.1
15562
15563         * src/inc.c
15564                 Sync with HEAD (meaningful error messages)
15565
15566 2004-09-06 [colin]      0.9.12cvs96.1
15567
15568         * src/toolbar.c
15569                 Sync with HEAD (fix Redirect graying out)
15570
15571 2004-09-06 [colin]      0.9.12cvs95.1
15572
15573         * src/summaryview.c
15574         * src/mimeview.c
15575                 Sync with HEAD (fix dropped URIs)
15576
15577 2004-09-06 [colin]      0.9.12cvs94.1
15578
15579         * src/addressbook.c
15580         * src/addressitem.h
15581         * src/addritem.c
15582         * src/addritem.h
15583                 Sync with HEAD (addressbook DnD)
15584
15585 2004-09-03 [colin]      0.9.12cvs93.1
15586
15587         * src/summaryview.c
15588                 Sync with HEAD (next/prev unread)
15589
15590 2004-09-03 [colin]      0.9.12cvs92.1
15591
15592         * src/prefs_common.c
15593         * src/prefs_common.h
15594         * src/summaryview.c
15595                 Sync with HEAD ('mark_as_read_delay' pref)
15596
15597 2004-09-02 [colin]      0.9.12cvs91.2
15598
15599         * src/common/xml.c
15600                 Fix leak
15601
15602 2004-09-02 [colin]      0.9.12cvs91.1
15603
15604         * src/gtk/menu.c
15605                 Sync with HEAD (menu accel don't work, but whatever)
15606
15607 2004-09-02 [colin]      0.9.12cvs90.1
15608
15609         * src/account.c
15610                 Sync with HEAD (fix bug 582)
15611
15612 2004-09-02 [colin]      0.9.12cvs89.1
15613
15614         * src/addrindex.c
15615                 Sync with HEAD (free deleted queries)
15616
15617 2004-09-02 [colin]      0.9.12cvs88.1
15618
15619         * src/ldapquery.c
15620                 Sync with HEAD (fix LDAP freezes)
15621
15622 2004-09-02 [colin]      0.9.12cvs87.1
15623
15624         * src/prefs_spelling.c
15625                 Sync with HEAD (add default dictionary)
15626
15627 2004-09-01 [colin]      0.9.12cvs86.1
15628
15629         * src/filtering.c
15630         * src/folderview.c
15631         * src/imap.c
15632         * src/prefs_matcher.c
15633         * src/stock_pixmap.c
15634         * src/summary_search.c
15635         * src/summaryview.c
15636         * src/wizard.c
15637         * src/wizard.h
15638                 Sync with HEAD (uninitialized vars fixes)
15639                 + gtk2 specific warning fixes
15640
15641 2004-08-31 [colin]      0.9.12cvs85.1
15642
15643         * src/folder.c
15644                 Sync with HEAD (Fix memory corruption due to 
15645                 uninitialized var)
15646
15647 2004-08-31 [colin]      0.9.12cvs84.4
15648
15649         * src/summary_search.c
15650                 Fix segfaults when searching in folders with broken headers
15651
15652 2004-08-31 [colin]      0.9.12cvs84.3
15653
15654         * src/compose.c
15655         * src/textview.c
15656                 Fix some more encoding/decoding issues
15657
15658 2004-08-30 [colin]      0.9.12cvs84.2
15659
15660         * src/mimeview.c
15661         * src/prefs_themes.c
15662         * src/gtk/filesel.c
15663         * src/gtk/filesel.h
15664                 Add a folder-mode selection (fixes mimeview's "Save all")
15665
15666 2004-08-29 [colin]      0.9.12cvs84.1
15667
15668         * src/mimeview.c
15669                 Sync with HEAD (don't escape saved filenames)
15670
15671 2004-08-27 [colin]      0.9.12cvs83.1
15672
15673         * ChangeLog
15674         * ChangeLog.claws
15675         * ChangeLog.jp
15676         * src/mh.c
15677         * src/procheader.c
15678         * src/procmsg.c
15679         * src/procmsg.h
15680         * src/common/utils.c
15681         * src/gtk/menu.h
15682         * po/
15683                 Sync with HEAD 0.9.12cvs83 (sync with main)
15684
15685 2004-08-26 [colin]      0.9.12cvs82.4
15686
15687         * src/codeconv.c
15688                 Fix strange stack corruption
15689                 Convert to utf8 after unmime, not before
15690
15691 2004-08-26 [colin]      0.9.12cvs82.3
15692
15693         * src/main.c
15694         * src/wizard.c
15695                 Fix account folders duplication
15696
15697 2004-08-25 [colin]      0.9.12cvs82.2
15698
15699         * src/wizard.c
15700                 Remove ports
15701                 Add SSL selection
15702                 Use login@server as account name
15703
15704 2004-08-25 [colin]      0.9.12cvs82.1
15705
15706         * src/plugins/pgpmime/pgpmime.c
15707                 Sync with HEAD (leak fix).
15708
15709 2004-08-25 [colin]      0.9.12cvs81.1
15710
15711         * src/plugins/pgpmime/pgpmime.c
15712         * src/plugins/pgpmime/sgpgme.c
15713         * src/plugins/pgpmime/sgpgme.h
15714                 Sync with HEAD (Handle combined messages).
15715
15716 2004-08-24 [colin]      0.9.12cvs80.3
15717
15718         * src/wizard.c
15719                 Fix full name, ports, and imap
15720
15721 2004-08-24 [colin]      0.9.12cvs80.2
15722
15723         * src/Makefile.am
15724         * src/main.c
15725         * src/setup.c
15726         * src/setup.h
15727         * src/stock_pixmap.c
15728         * src/stock_pixmap.h
15729         * src/wizard.c ** ADDED **
15730         * src/wizard.h ** ADDED ** 
15731         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15732                 Add a setup wizard 
15733
15734 2004-08-24 [colin]      0.9.12cvs80.1
15735
15736         * src/folder.c
15737                 Sync with HEAD (set mimeflags on all messages)
15738
15739 2004-08-24 [colin]      0.9.12cvs79.3
15740
15741         * src/matcher_parser_lex.l
15742                 Fix 8bits strings not in utf8
15743
15744 2004-08-24 [colin]      0.9.12cvs79.2
15745
15746         * src/compose.c
15747                 Check conversion result before replacing buffer
15748
15749 2004-08-23 [colin]      0.9.12cvs79.1
15750
15751         * src/compose.c
15752                 Sync with HEAD (create message header in memory)
15753
15754 2004-08-23 [colin]      0.9.12cvs78.1
15755
15756         * src/rfc2015.c
15757         * src/rfc2015.h
15758                 Sync with HEAD (fix bug 197 again)
15759
15760 2004-08-23 [colin]      0.9.12cvs77.3
15761
15762         * src/compose.c
15763                 Fix again inline gpg signing (which outputs utf8
15764                 in gtk2). Not syncing this fix to HEAD as this 
15765                 code is meant to die.
15766
15767 2004-08-23 [colin]      0.9.12cvs77.2
15768
15769         * src/prefs_account.h
15770                 Remove useless include
15771
15772 2004-08-23 [colin]      0.9.12cvs77.1
15773
15774         * src/imap.c
15775         * po/es.po
15776         * po/fr.po
15777         * po/it.po
15778         * po/pl.po
15779         * po/pt_BR.po
15780         * po/sk.po
15781         * po/sr.po
15782                 Sync with HEAD (fix bug 577)
15783
15784 2004-08-22 [colin]      0.9.12cvs76.1
15785
15786         * src/plugins/trayicon/trayicon.c
15787                 Sync with HEAD (fix formatting bug)
15788
15789 2004-08-21 [colin]      0.9.12cvs74.2
15790
15791         * src/gtk/colorsel.c
15792                 Fix bug 564 (Folder color selection window exits on any
15793                 keypress)
15794
15795 2004-08-21 [colin]      0.9.12cvs74.1
15796
15797         * ChangeLog.claws
15798         * src/compose.c
15799         * src/summaryview.c
15800         * src/toolbar.c
15801                 Sync with HEAD (fix bug 576)
15802
15803 2004-08-21 [colin]      0.9.12cvs70.1
15804
15805         * src/compose.c
15806         * src/mainwindow.c
15807                 Sync with HEAD
15808                 
15809
15810 2004-08-21 [paul]       0.9.12cvs66.4
15811
15812         * src/mainwindow.c
15813         * src/messageview.c
15814         * src/gtk/menu.c
15815         * src/plugins/spamassassin/spamassassin_gtk.c
15816                 remove some deprecated gtk1 functions
15817
15818
15819 2004-08-21 [colin]      0.9.12cvs66.3
15820
15821         * src/compose.c
15822         * src/codeconv.c
15823                 Fix warnings
15824                 Remove encoding hacks
15825                 Fix bug 575 (Strange character messes up message)
15826                 Don't display conversion error when drafting
15827
15828 2004-08-21 [paul]       0.9.12cvs66.2
15829
15830         * src/prefs_account.c
15831                 fix GnuPG mode bugs
15832
15833
15834 2004-08-20 [colin]      0.9.12cvs66.1
15835
15836         * src/codeconv.c
15837                 Sync with HEAD 0.9.12cvs66
15838
15839 2004-08-20 [paul]
15840
15841         * src/plugins/pgpmime/plugin.c
15842                 modify PGP/MIME plugin's description
15843
15844 2004-08-17 [colin]      0.9.12cvs65.1
15845
15846         * src/common/ssl.c
15847         * src/plugins/pgpmime/plugin.c
15848                 Sync with HEAD
15849
15850 2004-08-14 [colin]      0.9.12cvs60.3
15851
15852         * src/plugins/trayicon/trayicon.c
15853                 Put back resize callback, on size-request signal
15854                 rather than size-allocate to avoid infinite 
15855                 callback loop
15856
15857 2004-08-13 [colin]      0.9.12cvs60.2
15858
15859         * src/common/defs.h
15860                 Cache versions have been fixed
15861
15862 2004-08-13 [colin]      0.9.12cvs60.1
15863
15864         * src/folderutils.c
15865                 Sync with HEAD
15866
15867 2004-08-12 [colin]      0.9.12cvs59.1
15868
15869         * src/plugins/trayicon/trayicon.c
15870                 Sync with HEAD
15871
15872 2004-08-12 [colin]      0.9.12cvs57.5
15873
15874         * sylpheed.desktop
15875         * configure.ac
15876         * src/Makefile.am
15877         * src/main.c
15878                 Add support for Freedesktop.org's startup notification
15879
15880 2004-08-11 [colin]      0.9.12cvs57.4
15881
15882         * src/textview.c
15883                 Fix off-by-one
15884
15885 2004-08-11 [colin]      0.9.12cvs57.3
15886
15887         * src/message_search.c
15888         * src/summary_search.c
15889                 Make searches case insensitive by default
15890         * src/textview.c
15891                 Fix case-insensitive search in message
15892
15893 2004-08-11 [colin]      0.9.12cvs57.2
15894
15895         * src/summary_search.c
15896                 Let case-sensitive be specified
15897
15898 2004-08-10 [colin]      0.9.12cvs55.4
15899
15900         * src/common/socket.c
15901                 Fix the possible race condition
15902
15903 2004-08-09 [paul]       0.9.12cvs55.3
15904
15905         * configure.ac
15906         * src/Makefile.am
15907         * src/common/Makefile.am
15908                 sync with HEAD
15909
15910
15911 2004-08-09 [paul]       0.9.12cvs55.2
15912
15913         * autogen.sh
15914         * po/poconv.sh
15915                 remove unneeded script
15916
15917         * configure.ac
15918                 add forgotten USE_LDAP_TLS (sync with HEAD)
15919
15920
15921 2004-08-09 [colin]      0.9.12cvs55.1
15922
15923         * src/main.c
15924         * src/common/ssl.c
15925         * src/common/sylpheed.c
15926         * src/common/sylpheed.h
15927                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15928
15929 2004-08-09 [paul]       0.9.12cvs54.1
15930
15931         * ChangeLog
15932         * ChangeLog.claws
15933         * ChangeLog.jp
15934         * configure.ac
15935         * po/POTFILES.in
15936         * src/Makefile.am
15937         * src/folderutils.c
15938         * src/main.c
15939         * src/pgpmime.c
15940         * src/pgpmime.h
15941         * src/sgpgme.c
15942         * src/sgpgme.h
15943         * src/plugins/Makefile.am
15944         * src/plugins/pgpmime/.cvsignore
15945         * src/plugins/pgpmime/Makefile.am
15946         * src/plugins/pgpmime/pgpmime.c
15947         * src/plugins/pgpmime/pgpmime.h
15948         * src/plugins/pgpmime/plugin.c
15949         * src/plugins/pgpmime/sgpgme.c
15950         * src/plugins/pgpmime/sgpgme.h
15951                 sync with HEAD
15952
15953 2004-08-08 [paul]       0.9.12cvs51.1
15954
15955         * configure.ac
15956         * src/folder.c
15957                 sync with HEAD
15958
15959 2004-08-07 [colin]      0.9.12cvs50.1
15960
15961         * src/pop.c
15962         * src/common/partial_download.c
15963                 fix warnings (sync from HEAD)
15964
15965 2004-08-07 [colin]      0.9.12cvs48.1
15966
15967         * src/prefs_folder_item.c
15968                 sync with HEAD 0.9.12cvs48
15969
15970 2004-08-06 [colin]      0.9.12cvs47.1
15971
15972         * src/compose.c
15973                 Sync with HEAD
15974
15975 2004-08-06 [christoph]  0.9.12cvs46.2
15976
15977         * src/main.c
15978         * src/plugins/clamav/clamav_plugin_gtk.c
15979         * src/plugins/dillo_viewer/dillo_viewer.c
15980         * src/plugins/image_viewer/plugin.c
15981         * src/plugins/mathml_viewer/mathml_viewer.c
15982         * src/plugins/spamassassin/spamassassin_gtk.c
15983         * src/plugins/trayicon/trayicon.c
15984                 don't mix GTK1.2 plugin with GTK2 plugins
15985
15986 2004-08-06 [colin]      0.9.12cvs46.1
15987
15988         * ChangeLog
15989         * ChangeLog.claws
15990         * ChangeLog.jp
15991         * configure.ac
15992         * sylpheed-claws.pc.in
15993         * src/folder.c
15994         * src/imap.c
15995         * src/localfolder.c
15996         * src/messageview.c
15997         * src/mimeview.c
15998         * src/mimeview.h
15999         * src/msgcache.c
16000         * src/news.c
16001         * src/prefs_ext_prog.c
16002         * src/prefs_folder_item.c
16003         * src/prefs_fonts.c
16004         * src/prefs_msg_colors.c
16005         * src/prefs_spelling.c
16006         * src/prefs_themes.c
16007         * src/prefs_toolbar.c
16008         * src/prefs_wrapping.c
16009         * src/procmime.h
16010         * src/common/defs.h
16011         * src/common/nntp.c
16012         * src/common/session.c
16013         * src/common/session.h
16014         * src/common/socket.c
16015         * src/common/utils.h
16016         * src/common/xml.c
16017         * src/common/xml.h
16018         * src/gtk/prefswindow.c
16019         * src/gtk/prefswindow.h
16020         * src/plugins/clamav/clamav_plugin_gtk.c
16021         * src/plugins/dillo_viewer/dillo_prefs.c
16022         * src/plugins/image_viewer/viewerprefs.c
16023         * src/plugins/spamassassin/spamassassin_gtk.c
16024         * m4/openssl.m4 *** REMOVED ***
16025                 Sync with HEAD 0.9.12cvs46
16026
16027 2004-08-03 [paul]       0.9.12cvs40.2
16028
16029         * src/action.c
16030         * src/addressadd.c
16031         * src/addressbook.c
16032         * src/addrgather.c
16033         * src/browseldap.c
16034         * src/compose.c
16035         * src/crash.c
16036         * src/editaddress.c
16037         * src/editgroup.c
16038         * src/editldap_basedn.c
16039         * src/foldersel.c
16040         * src/importldif.c
16041         * src/mimeview.c
16042         * src/prefs_common.c
16043         * src/prefs_template.c
16044         * src/sourcewindow.c
16045         * src/summaryview.c
16046         * src/gtk/about.c
16047         * src/gtk/foldersort.c
16048         * src/gtk/logwindow.c
16049         * src/gtk/pluginwindow.c
16050         * src/gtk/prefswindow.c
16051                 change all gtk_scrolled_window_set_policy from 
16052                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16053
16054 2004-08-02 [paul]       0.9.12cvs40.1
16055
16056         * AUTHORS
16057                 update translation team section
16058         * po/pt_BR.po
16059                 updated by Frederico Goncalves Guimaraes
16060                 <fggdebian@yahoo.com.br>
16061
16062 2004-07-31 [colin]      0.9.12cvs39.9
16063
16064         * src/exphtmldlg.c
16065                 Fix compilation
16066
16067 2004-07-31 [colin]      0.9.12cvs39.8
16068
16069         * src/exphtmldlg.c
16070                 Fix an alertpanel type
16071
16072 2004-07-30 [colin]      0.9.12cvs39.7
16073
16074         * src/alertpanel.c
16075                 Fix alertpanel_error_log's icon
16076
16077 2004-07-30 [colin]      0.9.12cvs39.6
16078
16079         * src/pop.c
16080                 Two of them should still be warnings
16081
16082 2004-07-30 [colin]      0.9.12cvs39.5
16083
16084         * src/pop.c
16085                 More warning -> error
16086 2004-07-29 [colin]      0.9.12cvs39.4
16087
16088         * src/pop.c
16089                 Warning -> error
16090
16091 2004-07-29 [colin]      0.9.12cvs39.3
16092
16093         * src/prefs_matcher.c
16094                 Fix segfault
16095
16096 2004-07-29 [colin]      0.9.12cvs39.2
16097
16098         * src/alertpanel.c
16099                 More nice-looking alertpanels
16100
16101 2004-07-29 [colin]      0.9.12cvs39.1
16102
16103         * src/messageview.c
16104                 sync with head
16105                 (inform user when partial mail is deleted on server)
16106
16107 2004-07-29 [colin]      0.9.12cvs38.1
16108
16109         * src/messageview.c
16110                 sync with head
16111
16112 2004-07-28 [paul]       0.9.12cvs37.7
16113
16114         * src/mainwindow.c
16115                 complete the replacement of deprecated gtk_progress_*
16116
16117 2004-07-28 [paul]       0.9.12cvs37.6
16118
16119         * src/action.c
16120         * src/inc.c
16121         * src/mainwindow.c
16122         * src/send_message.c
16123         * src/gtk/progressdialog.c
16124         * src/gtk/progressdialog.h
16125                 replace deprecated gtk_progress_*
16126
16127 2004-07-28 [paul]       0.9.12cvs37.5
16128
16129         * src/gtk/filesel.c
16130                 remove gtk_window_set_wmclass()
16131 2004-07-28 [paul]       0.9.12cvs37.4
16132
16133         * src/addressbook.c
16134         * src/compose.c
16135         * src/foldersel.c
16136         * src/mainwindow.c
16137         * src/messageview.c
16138         * src/sourcewindow.c
16139         * src/gtk/logwindow.c
16140                 remove gtk_window_set_wmclass()
16141                 
16142         * src/prefs_filtering.c
16143         * src/prefs_filtering_action.c
16144         * src/prefs_fonts.c
16145         * src/prefs_gtk.c
16146         * src/prefs_matcher.c
16147         * src/ssl_manager.c
16148         * src/gtk/prefswindow.c
16149                 replace gtk_window_position()
16150
16151 2004-07-28 [colin]      0.9.12cvs37.3
16152
16153         * src/alertpanel.c
16154         * src/alertpanel.h
16155                 Add a way to specify panel type for specific
16156                 panels (alertpanel())
16157         * src/account.c
16158         * src/addressbook.c
16159         * src/compose.c
16160         * src/expldifdlg.c
16161         * src/main.c
16162         * src/messageview.c
16163         * src/summaryview.c
16164         * src/textview.c
16165         * src/gtk/sslcertwindow.c
16166                 Fix alertpanel()s so that their icon match
16167                 their real type
16168
16169 2004-07-28 [paul]       0.9.12cvs37.2
16170
16171         * src/addr_compl.c
16172         * src/addressbook.c
16173         * src/alertpanel.c
16174         * src/compose.c
16175         * src/export.c
16176         * src/foldersel.c
16177         * src/folderview.c
16178         * src/grouplistdialog.c
16179         * src/import.c
16180         * src/mainwindow.c
16181         * src/message_search.c
16182         * src/messageview.c
16183         * src/passphrase.c
16184         * src/prefs_actions.c
16185         * src/prefs_common.c
16186         * src/prefs_customheader.c
16187         * src/prefs_display_header.c
16188         * src/prefs_filtering.c
16189         * src/prefs_filtering_action.c
16190         * src/prefs_gtk.c
16191         * src/prefs_matcher.c
16192         * src/prefs_msg_colors.c
16193         * src/prefs_summary_column.c
16194         * src/prefs_template.c
16195         * src/sourcewindow.c
16196         * src/ssl_manager.c
16197         * src/summary_search.c
16198         * src/gtk/colorsel.c
16199         * src/gtk/description_window.c
16200         * src/gtk/gtkaspell.c
16201         * src/gtk/inputdialog.c
16202         * src/gtk/logwindow.c
16203         * src/gtk/prefswindow.c
16204         * src/gtk/progressdialog.c
16205                 replace deprecated gtk_window_set_policy
16206
16207 2004-07-27 [colin]      0.9.12cvs37.1
16208
16209         * src/msgcache.c
16210                 More fixes (synced for head again)
16211
16212 2004-07-27 [colin]      0.9.12cvs35.3
16213
16214         * src/msgcache.c
16215                 Fix wrong test
16216
16217 2004-07-27 [colin]      0.9.12cvs35.2
16218
16219         * src/mimeview.c
16220                 Fix width a bit (by Paul)
16221         * src/alertpanel.c
16222         * src/alertpanel.h
16223                 Specialize icons, make alertpanel_message()
16224                 private
16225         * src/message_search.c
16226         * src/sgpgme.c
16227         * src/summary_search.c
16228                 Suit alertpanel changes
16229
16230 2004-07-27 [colin]      0.9.12cvs35.1
16231
16232         * src/alertpanel.c
16233                 Add an icon
16234         * src/passphrase.c
16235                 Add debug output - maybe someone will
16236                 want to look at the problem with Grab
16237                 Input :)
16238         Bump version as we're synced with HEAD
16239
16240 2004-07-26 [colin]      0.9.12cvs33.26
16241
16242         * src/pop.c
16243                 Fix uidl-file parsing when not in new
16244                 format
16245
16246 2004-07-26 [colin]      0.9.12cvs33.25
16247
16248         * src/gtk/menu.c
16249                 Move popup menu up if necessary (fixes 
16250                 account selector)
16251         * src/mainwindow.c
16252                 Set account selector's button height to
16253                 minimum
16254
16255 2004-07-26 [colin]      0.9.12cvs33.24
16256
16257         * src/alertpanel.c
16258                 Maybe fix 551 (Truncated font in alert window)
16259
16260 2004-07-26 [colin]      0.9.12cvs33.23
16261
16262         * po/de.po
16263         * po/es.po
16264         * po/fr.po
16265         * po/it.po
16266         * po/ja.po
16267         * po/pl.po
16268         * po/ru.po
16269         * po/sk.po
16270         * po/sr.po
16271         * po/zh_CN.po
16272                 Sync po files with HEAD
16273
16274 2004-07-26 [paul]       0.9.12cvs33.22
16275
16276         * src/compose.c
16277                 fix Bug 556 'Organisation-header is sent even if empty'
16278
16279 2004-07-24 [colin]      0.9.12cvs33.21
16280
16281         * src/compose.c
16282         * src/gtk/gtkaspell.c
16283         * src/gtk/gtkaspell.h
16284                 Fix speller accelerators (require hack)
16285
16286 2004-07-24 [colin]      0.9.12cvs33.20
16287
16288         * src/gtk/gtkaspell.c
16289                 Fix over-eager code deletion breaking
16290                 Check while typing
16291
16292 2004-07-24 [colin]      0.9.12cvs33.19
16293
16294         * src/browseldap.c
16295         * src/ldapctrl.c
16296         * src/ldapctrl.h
16297         * src/ldapserver.h
16298                 Sync ldap with HEAD
16299         (Fixes 546 LDAP completely broken)
16300
16301 2004-07-24 [colin]      0.9.12cvs33.18
16302
16303         * src/prefs_msg_colors.c
16304                 Fix prototype mismatch
16305         (Fixes 547 void function cannot return value)
16306
16307 2004-07-24 [colin]      0.9.12cvs33.17
16308
16309         * src/mainwindow.c
16310                 Fix sort going back to previous sort key
16311                 when changing sort direction
16312
16313 2004-07-24 [colin]      0.9.12cvs33.16
16314
16315         * src/compose.c
16316                 Fix space insertion when re-wrapping at 
16317                 cursor point
16318
16319 2004-07-24 [colin]      0.9.12cvs33.15
16320
16321         * src/gtk/gtkaspell.c
16322                 Don't change cursor position in insert-text
16323                 callback
16324         (Fixes 539 Word wrapping on input transposes letters)
16325
16326 2004-07-24 [colin]      0.9.12cvs33.14
16327
16328         * src/gtk/gtkaspell.c
16329                 Reencode non-ascii chars to dictionary's
16330                 encoding
16331         (Fixes 544 Spell check broken non english locale)
16332
16333 2004-07-24 [colin]      0.9.12cvs33.13
16334
16335         * src/summaryview.c
16336                 Fix Shift+Down, add Home/End/PgUp/PgDown
16337
16338 2004-07-21 [colin]      0.9.12cvs33.12
16339
16340         * src/prefs_common.c
16341                 Fix a gtk warning (Patch by Andrej Kacian)
16342
16343 2004-07-21 [colin]      0.9.12cvs33.11
16344
16345         * src/gtk/filesel.c
16346                 More check
16347
16348 2004-07-21 [colin]      0.9.12cvs33.10
16349
16350         * src/compose.c
16351         * src/crash.c
16352         * src/export.c
16353         * src/import.c
16354         * src/messageview.c
16355         * src/mimeview.c
16356         * src/prefs_spelling.c
16357         * src/prefs_themes.c
16358         * src/summaryview.c
16359         * src/gtk/filesel.c
16360         * src/gtk/filesel.h
16361         * src/gtk/pluginwindow.c
16362                 Untwist open/save mode guessing logic, make
16363                 it explicit
16364
16365 2004-07-20 [colin]      0.9.12cvs33.9
16366
16367         * src/codeconv.c
16368                 conv_encode_header: src_charset is UTF-8 on
16369                 gtk2
16370         * src/compose.c
16371                 Remove double encoding of the headers
16372
16373 2004-07-20 [colin]      0.9.12cvs33.8
16374
16375         * src/codeconv.c
16376                 Fix typo
16377
16378 2004-07-20 [colin]      0.9.12cvs33.7
16379
16380         * src/mainwindow.c
16381                 Set the separated messageview to the saved
16382                 size of Claws' messageview (Patch by Alfons)
16383                 Fix a callback prototype (me)
16384
16385 2004-07-20 [colin]      0.9.12cvs33.6
16386
16387         * src/codeconv.h
16388                 Forgot one hunk in 0.9.12cvs33.4
16389
16390 2004-07-19 [colin]      0.9.12cvs33.5
16391
16392         * src/action.c
16393                 Action output fix
16394                 Patch by Alfons
16395
16396 2004-07-19 [colin]      0.9.12cvs33.4
16397
16398         * src/compose.c
16399                 Fix outgoing charset bug in headers
16400         * src/codeconv.c
16401                 Clean for glib2 - Patch by Alfons
16402
16403 2004-07-19 [colin]      0.9.12cvs33.3
16404
16405         * src/statusbar.c
16406                 Remove grip from the statusbar
16407                 Patch by Alfons
16408
16409 2004-07-19 [colin]      0.9.12cvs33.2
16410
16411         * src/messageview.c
16412         * src/textview.c
16413                 Fix messageview remembering the previous
16414                 scroll position when loading a new message
16415                 Patch by Alfons
16416
16417 2004-07-19 [colin]      0.9.12cvs33.1
16418
16419         * src/folder.h
16420         * src/folderview.c
16421         * src/summaryview.c
16422                 Sync with HEAD
16423
16424 2004-07-18 [colin]      0.9.12cvs32.7
16425
16426         * configure.ac
16427                 Remove useless check for XIM - noticed
16428                 by Alfons
16429
16430 2004-07-18 [colin]      0.9.12cvs32.6
16431
16432         * src/summaryview.c
16433                 Remove non-modified and shift-modified
16434                 accelerators in summaryview's popup
16435                 menu, as that doesn't get catched by
16436                 the accel-activate signal catcher...
16437
16438 2004-07-18 [colin]      0.9.12cvs32.5
16439
16440         * src/prefs_common.c
16441                 Define sensible default prefs for 
16442                 wrapping
16443
16444 2004-07-18 [colin]      0.9.12cvs32.4
16445
16446         * src/compose.c
16447         * src/prefs_common.c
16448         * src/prefs_common.h
16449         * src/prefs_wrapping.c
16450                 Remove Smart Wrapping pref, which does
16451                 nothing on gtk2 branch
16452
16453 2004-07-18 [colin]      0.9.12cvs32.3
16454
16455         * src/sourcewindow.c
16456                 Proper utf8
16457
16458 2004-07-18 [colin]      0.9.12cvs32.2
16459
16460         * src/compose.c
16461                 Save attachment status when drafting
16462
16463 2004-07-18 [colin]      0.9.12cvs32.1
16464
16465         * src/gtk/filesel.c
16466                 Fix erratic folder selection in open mode
16467
16468 2004-07-18 [colin]      0.9.12cvs31.11
16469
16470         * src/pop.c
16471                 Don't let partial messages get deleted
16472                 even with "dowload all"
16473                 (0.9.12cvs31.8 fix extension)
16474 2004-07-18 [colin]      0.9.12cvs31.10
16475
16476         * src/gtk/logwindow.c
16477                 Fix log scrolling
16478
16479 2004-07-18 [colin]      0.9.12cvs31.9
16480
16481         * src/common/utils.c
16482                 Fix non-utf8 strings coming from commands
16483                 and files
16484
16485 2004-07-18 [colin]      0.9.12cvs31.8
16486
16487         * src/pop.c
16488                 Fix partial download bug with Download all
16489                 messages option
16490
16491 2004-07-18 [colin]      0.9.12cvs31.7
16492
16493         * src/textview.c
16494                 Fix bug introduced in 0.9.12cvs31.2
16495                 (blocked in select mode after double click)
16496
16497 2004-07-18 [colin]      0.9.12cvs31.6
16498
16499         * src/compose.c
16500         * src/gtk/menu.c
16501                 More glib-warning fixes
16502
16503 2004-07-18 [colin]      0.9.12cvs31.5
16504
16505         * src/compose.c
16506                 Fix trashing the primary clipboard when moving 
16507                 around with tab
16508         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16509
16510 2004-07-18 [colin]      0.9.12cvs31.4
16511
16512         * src/codeconv.c
16513                 convert unencoded iso headers to utf8
16514         (Fix Bug 538 Unencoded local characters in subject make it 
16515          disappear)
16516
16517 2004-07-18 [colin]      0.9.12cvs31.3
16518
16519         * src/compose.c
16520                 Fix tab char handling in wrapping
16521         (Fix Bug 537 Line wrap problem - TAB character treated as 
16522          one character instead of 8)
16523
16524 2004-07-18 [colin]      0.9.12cvs31.2
16525
16526         * src/textview.c
16527                 return FALSE on GDK_MOTION_NOTIFY
16528         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16529          (unable to highlight))
16530
16531 2004-07-18 [colin]      0.9.12cvs31.1
16532
16533         * src/folderview.c
16534                 Sync with 0.9.12cvs31
16535
16536 2004-07-18 [colin]      0.9.12cvs30.4
16537
16538         * src/compose.c
16539                 Also block text_inserted when inserting a file
16540
16541 2004-07-18 [colin]      0.9.12cvs30.3
16542
16543         * src/compose.c
16544                 Fix smart wrapping (block text_inserted handler
16545                 while putting quotation to avoid wrap on input,
16546                 don't join lines if next is sig separator)
16547
16548 2004-07-17 [colin]      0.9.12cvs30.2
16549
16550         * src/folderview.c
16551         * src/mainwindow.c
16552         * src/mimeview.c
16553         * src/summaryview.c
16554         * src/gtk/quicksearch.c
16555         * src/gtk/quicksearch.h
16556                 Block key events handlers *and* accels while
16557                 quicksearch is focused
16558         (Fixes Bug 534 quick-search bar not accepting certain letters)
16559
16560 2004-07-17 [colin]      0.9.12cvs30.1
16561
16562         * src/folder.h
16563         * src/folderview.c
16564         * src/summaryview.c
16565                 Sync with 0.9.12cvs30
16566
16567 2004-07-17 [colin]      0.9.12cvs28.2
16568
16569         * src/mimeview.c
16570         * src/procmime.c
16571         * src/summaryview.c
16572         * src/gtk/menu.c
16573                 Squash some compile and glib warnings
16574
16575 2004-07-17 [paul]       0.9.12cvs28.1
16576
16577         * src/mimeview.c
16578                 sync with 0.9.12cvs28 HEAD
16579
16580 2004-07-16 [paul]       0.9.12cvs26.1
16581         
16582         * src/gtk/quicksearch.c
16583         * src/account.c
16584         * src/account.h
16585         * src/compose.c
16586         * src/customheader.c
16587         * src/folder_item_prefs.c
16588         * src/main.c
16589         * src/mainwindow.c
16590         * src/messageview.c
16591         * src/mimeview.c
16592         * src/news.c
16593         * src/pgpmime.c
16594         * src/pop.c
16595         * src/pop.h
16596         * src/prefs_account.c
16597         * src/prefs_account.h
16598         * src/prefs_common.c
16599         * src/prefs_common.h
16600         * src/prefs_display_header.c
16601         * src/prefs_gtk.c
16602         * src/prefs_gtk.h
16603         * src/procheader.c
16604         * src/procmime.c
16605                 sync with 0.9.12cvs26 HEAD      
16606
16607 2004-07-15 [colin]      0.9.12cvs18.14
16608
16609         * src/folder.c
16610                 Disable GPG signature check during
16611                 folder move and scan
16612         (Closes Bug 521 Signature checking slows down Folder-Move)
16613
16614 2004-07-14 [colin]      0.9.12cvs18.13
16615
16616         * src/common/partial_download.c
16617                 update includes
16618
16619 2004-07-14 [colin]      0.9.12cvs18.12
16620
16621         * src/common/partial_download.c
16622         * src/common/partial_download.h
16623                 Move doc at top, add correct copyright
16624
16625 2004-07-14 [colin]      0.9.12cvs18.11
16626
16627         * src/folder.c
16628         * src/messageview.c
16629         * src/pop.c
16630         * src/pop.h
16631         * src/procmsg.c
16632         * src/summaryview.c
16633         * src/common/Makefile.am
16634         * src/common/partial_download.c ** NEW FILES **
16635         * src/common/partial_download.h ** NEW FILES **
16636                 Move partial-download related stuff to its
16637                 own file
16638
16639 2004-07-14 [colin]      0.9.12cvs18.10
16640
16641         * src/send_message.c
16642                 Fix smtp auth when user is null or empty
16643
16644 2004-07-13 [colin]      0.9.12cvs18.9
16645
16646         * src/gtk/quicksearch.c
16647                 Use alphabetic order
16648
16649 2004-07-13 [colin]      0.9.12cvs18.8
16650
16651         * src/pop.c
16652                 Be paranoid on the checks
16653
16654 2004-07-13 [colin]      0.9.12cvs18.7
16655
16656         * src/gtk/quicksearch.c
16657                 Fix Engrish once again
16658
16659 2004-07-13 [colin]      0.9.12cvs18.6
16660
16661         * src/procmsg.c
16662         * src/summaryview.c
16663                 Mark messages for deletion when they are about to
16664                 be removed from trash
16665
16666 2004-07-13 [colin]      0.9.12cvs18.5
16667
16668         * src/matcher.c
16669         * src/matcher.h
16670         * src/matcher_parser_parse.y
16671         * src/prefs_matcher.c
16672         * src/gtk/quicksearch.c
16673                 Add 'partial' ('p') match string to find partially
16674                 downloaded messages
16675
16676 2004-07-13 [colin]      0.9.12cvs18.4
16677
16678         * src/pop.c
16679                 Fix misplaced block
16680
16681 2004-07-13 [colin]      0.9.12cvs18.3
16682
16683         * src/pop.c
16684         * src/pop.h
16685         * src/messageview.c
16686                 Refactor API (to avoid passing 5+ params and code
16687                 duplication)
16688         * src/folder.c
16689         * src/msgcache.c
16690         * src/procheader.c
16691         * src/common/defs.h
16692                 Add planned_download to cache
16693                 Don't mess uidl file when moving partially downloaded
16694                 mails (they change folder, we should change it in the
16695                 uidl list too or we'll remove an incorrect message)
16696                 (this also helps removing hacks when changing 
16697                 planned_download in messageview.c)
16698
16699 2004-07-12 [colin]      0.9.12cvs18.2
16700
16701         * src/gtk/quicksearch.c
16702                 Fix missing status update in quicksearch
16703
16704 2004-07-12 [paul]       0.9.12cvs18.1
16705
16706         * po/POTFILES.in
16707         * src/Makefile.am
16708         * src/account.c
16709         * src/codeconv.c
16710         * src/compose.c
16711         * src/inc.c
16712         * src/main.c
16713         * src/prefs_common.c
16714         * src/procmsg.h
16715         * src/toolbar.c
16716         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16717         * src/prefs_wrapping.[ch]       ** NEW FILES **
16718         * src/common/intl.h
16719         * src/common/utils.[ch]
16720         * src/gtk/quicksearch.[ch]
16721                 sync with 0.9.12cvs18 HEAD
16722
16723 2004-07-12 [colin]      0.9.11cvs17.25
16724
16725         * src/folder.c
16726         * src/folder.h
16727                 Remove unused function added by me in 0.9.11cvs17.10
16728
16729 2004-07-11 [colin]      0.9.11cvs17.24
16730
16731         * src/inc.c
16732         * src/messageview.c
16733         * src/pop.c
16734         * src/pop.h
16735                 Use folderitem and msgnum instead of filename to
16736                 know which mail to delete
16737                 Move old partial mail deletion to pop.c
16738
16739 2004-07-10 [colin]      0.9.11cvs17.23
16740
16741         * src/inc.c
16742                 Add debug
16743         * src/pop.c
16744         * src/pop.h
16745                 Don't re-use same enums for unrelated stuff: it's 
16746                 completely misleading !
16747                 Document a bit
16748
16749 2004-07-09 [colin]      0.9.11cvs17.22
16750
16751         * src/inc.c
16752                 Remove folder-type check and do
16753                 more tests to be sure everything's
16754                 ok
16755         * src/messageview.c
16756                 Punctuation update, remove useless
16757                 code, fix two warnings
16758         * src/noticeview.c
16759                 Layout cleaning, reset 2nd button
16760                 when specifying one
16761
16762 2004-07-09 [colin]      0.9.11cvs17.21
16763
16764         * src/messageview.c
16765         * src/pop.c
16766         * src/pop.h
16767                 Allow user to change his mind
16768                 and postpone decision (by
16769                 unmarking the mail)
16770
16771 2004-07-09 [colin]      0.9.11cvs17.20
16772
16773         * src/messageview.c
16774                 Fix bug with delete state
16775         * src/pop.c
16776         * src/pop.h
16777                 Fix buffer leak (fread doesn't 
16778                 terminate buffers with \0)
16779                 Refactoring (remove magic 
16780                 numbers)
16781
16782 2004-07-09 [colin]      0.9.11cvs17.19
16783
16784         * src/pop.c
16785                 Don't log "Skipping message" if 
16786                 we're going to TOP it two lines
16787                 later
16788
16789 2004-07-09 [colin]      0.9.11cvs17.18
16790
16791         * src/messageview.c
16792                 Fix Engrish
16793
16794 2004-07-09 [colin]      0.9.11cvs17.17
16795
16796         * src/pop.c
16797                 strlen checking...
16798         * src/messageview.c
16799                 refactoring a bit
16800
16801 2004-07-08 [colin]      0.9.11cvs17.16
16802
16803         * src/noticeview.c
16804         * src/noticeview.h
16805                 Add an optional second button
16806         * src/messageview.c
16807         * src/pop.c
16808         * src/pop.h
16809                 Don't delete partially received mails after a certain
16810                 time; rather, let the user decide.
16811
16812 2004-07-08 [colin]      0.9.11cvs17.15
16813
16814         * src/common/smtp.h
16815                 Sync with HEAD
16816
16817 2004-07-08 [colin]      0.9.11cvs17.14
16818
16819         * src/messageview.c
16820         * src/common/smtp.c
16821                 Use to_human_readable() for sizes
16822
16823 2004-07-08 [colin]      0.9.11cvs17.13
16824
16825         * src/inc.c
16826         * src/messageview.c
16827         * src/pop.c
16828         * src/pop.h
16829         * src/procmsg.c
16830                 Fix partial-downloading issues:
16831                         catch unsupported TOP
16832                         don't delete partially downloaded mails before 5 days
16833                         don't update existing with non-MH folders; that'll
16834                         make dups, but it's better than trashing the folder
16835                         free new msginfo parts
16836                 Fix indentation ;-)
16837
16838 2004-07-08 [colin]      0.9.11cvs17.12
16839
16840         * src/common/smtp.c
16841         * src/common/smtp.h
16842                 Sync smtp size verification with HEAD
16843
16844 2004-07-08 [colin]      0.9.11cvs17.11
16845
16846         * src/summaryview.c
16847         * src/prefs_common.c
16848         * src/prefs_common.h
16849         * src/gtk/quicksearch.c
16850         * src/gtk/quicksearch.h
16851                 Sync sticky pref with HEAD
16852
16853 2004-07-08 [colin]      0.9.11cvs17.10
16854
16855         * src/folder.c [1.213.2.6]
16856         * src/folder.h [1.87.2.6]
16857         * src/inc.c [1.149.2.7]
16858         * src/messageview.c [1.94.2.8]
16859         * src/procheader.c [1.47.2.6]
16860         * src/procmsg.c [1.150.2.4]
16861         * src/procmsg.h [1.60.2.5]
16862         * src/pop.c [1.56.2.4]
16863         * src/pop.h [1.17.2.3]
16864                 Let too big messages get downloaded, but truncated
16865                 Add a button to download them completely
16866                 
16867 2004-07-06 [colin]      0.9.11cvs17.9
16868
16869         * src/gtk/quicksearch.c [1.1.2.3]
16870                 Add a Clear button
16871         * commitHelper
16872         * PATCHSETS
16873                 Add a script to help with cvs
16874
16875 2004-07-03 [colin]      0.9.11cvs17.8
16876
16877         * src/plugins/imageviewer/viewer.c
16878                 fix imageviewer (which was staying on the first
16879                 displayed image)
16880
16881 2004-07-03 [colin]      0.9.11cvs17.7
16882
16883         Removed FIXME_GTK2 warnings
16884         * src/gtk/gtkutils.c
16885                 useless #warnings
16886         * src/gtk/menu.c
16887                 useless #warnings (no need to mess with menu rc)
16888         * src/gtk/menu.h
16889                 unused functions
16890         
16891
16892 2004-07-03 [colin]      0.9.11cvs17.6
16893
16894         Removed FIXME_GTK2 warnings
16895         * src/codeconv.c
16896                 useless #warnings (rewrite needed)
16897         * src/compose.c
16898                 useless #warnings (rewrite needed)
16899                 useless #warnings (gtk2 is like that)
16900                 useless #warnings (previously fixed)
16901         * src/main.c
16902                 useless #warnings (previously fixed)
16903         * src/message_search.c
16904                 useless #warnings (gtk2 is like that)
16905                 Made apparent that search is case-sensitive
16906         * src/mimeview.c
16907                 useless #warnings (rewrite needed)
16908                 useless #warnings (gtk2 is like that)
16909                 reimplemented real warnings
16910         * src/prefs_common.c
16911                 Removed block cursor option (not it gtk2)
16912         * src/prefs_gtk.c
16913                 useless #warnings (rewrite needed)
16914         * src/procheader.c
16915                 useless #warnings (rewrite needed)
16916         * src/sourcewindow.c
16917                 useless #warnings (incorrect placing)
16918         * src/summary_search.c
16919                 useless #warnings (gtk2 is like that)
16920                 Made apparent that search is case-sensitive
16921         * src/action.c
16922                 useless #warnings (gtk2 is like that)
16923         * src/textview.c
16924                 useless #warnings (rewrite needed)
16925         * src/toolbar.c
16926                 useless #warnings (rewrite needed)
16927
16928 2004-07-03 [colin]      0.9.11cvs17.5
16929
16930         * src/textview.c
16931                 Fix mismerge which broke URI opening
16932                 
16933 2004-07-01 [colin]      0.9.11cvs17.4
16934
16935         * src/gtk/filesel.c
16936                 Fill filename when saving
16937                 
16938 2004-06-27 [colin]      0.9.11cvs17.3
16939
16940         * src/gtk/filesel.[ch]
16941                 Use the new GTK file selector
16942                 Update prototype to match the reality: multiple file
16943                 selection is open-only          
16944         * src/compose.c
16945                 Match the new prototypes        
16946         * configure.ac
16947                 Match the new requirements (gtk 2.4.0)
16948                         
16949 2004-06-26 [colin]      0.9.11cvs17.2
16950
16951         * src/plugins/trayicon/trayicon.c
16952                 Remove useless signal handler on resize, which causes
16953                 an infinite "loop"
16954         
16955 2004-06-26 [colin]      0.9.11cvs17.1
16956         
16957         * tools/Makefile.am
16958                 remove launch_firebird and add nautilus2sylpheed.sh
16959         * src/quicksearch.c
16960           src/summaryview.c
16961                 Fix show/hide "Extended symbols" button problem
16962                 Fix apparition at startup
16963                 Fix const warnings
16964         * src/plugins/image_viewer/Makefile.am
16965                 Fix configure 
16966         * common/ssl.c
16967                 Re-enable certificate check, as it doesn't seem to
16968                 cause Xlib errors anymore
16969
16970 2004-06-25 [paul]       0.9.11cvs17
16971
16972         * sync with 0.9.11cvs17 HEAD
16973         
16974         NOTE: QuickSearch is broken
16975
16976 2004-06-07 [colin]      0.9.10claws67.10
16977         * src/plugins/trayicon/trayicon.c
16978           src/plugins/trayicon/libeggtrayicon/Makefile.am
16979           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16980                 Fix gettextization in trayicon plugin
16981
16982 2004-06-07 [colin]      0.9.10claws67.9
16983         
16984         * src/summaryview.c
16985           src/gtk/gtksctree.[ch]
16986                 Let Shift+{Up,Down} work in summaryview
16987                 (well, Down "works" and Up works)
16988                 Let the list scroll when using these keys
16989
16990 2004-06-06 [colin]      0.9.10claws67.8
16991
16992         * src/plugins/trayicon/trayicon.c
16993                 Fix pixmap update
16994
16995 2004-06-06 [colin]      0.9.10claws67.7
16996
16997         * src/addressbook.c
16998                 Fix signal handling causing system-wide focus grab
16999
17000 2004-05-25 [paul]       0.9.10claws67.6
17001
17002         * Makefile.am
17003           src/Makefile.am
17004                 clean up
17005
17006 2004-05-25 [paul]       0.9.10claws67.5
17007
17008         * replace deprecated gtk_signal... functions
17009
17010 2004-05-23 [colin]      0.9.10claws67.4
17011
17012         * src/compose.c
17013                 Fix wrapping
17014
17015 2004-05-22 [colin]      0.9.10claws67.3
17016
17017         * src/compose.c
17018                 Re-fix [Edited] in compose.c::compose_reedit()
17019
17020 2004-05-22 [colin]      0.9.10claws67.2
17021
17022         * src/procmime.c
17023                 Fix parsing of multiparts mails
17024
17025 2004-05-22 [colin]      0.9.10claws67.1
17026
17027         * src/summaryview.c
17028                 Fix quicksearch
17029
17030 2004-05-22 [paul]       0.9.10claws67
17031
17032         * sync with 0.9.10claws67 HEAD
17033
17034 2004-05-14 [alfons]
17035
17036         * src/procmime.h
17037                 add forgotton prototype
17038
17039 2004-05-10 [paul]       0.9.10claws57
17040
17041         * sync with 0.9.10claws57 HEAD
17042
17043 2004-05-05 [paul]       0.9.9.claws1
17044
17045         * ChangeLog-gtk2        ** REMOVED **
17046           ChangeLog-gtk2.claws  ** ADDED **
17047                 rename and adopt the normal claws format
17048                 
17049         * configure.ac
17050                 require gtkmathview >= 0.5
17051
17052         * ac/*                          ** REMOVED **
17053           ac/                           ** REMOVED **
17054           intl/Makefile.in              ** REMOVED **
17055           m4/                           ** ADDED **
17056           m4/missing                    ** ADDED **
17057           m4/missing/gdk-pixbuf.m4      ** ADDED **
17058           m4/missing/gettext.m4         ** ADDED **
17059           m4/missing/gpgme.m4           ** ADDED **
17060           m4/missing/imlib.m4           ** ADDED **
17061           m4/.cvsignore                 ** ADDED **
17062           m4/Makefile.am                ** ADDED **
17063           m4/README                     ** ADDED **
17064           m4/aclocal-include.m4         ** ADDED **
17065           m4/aspell.m4                  ** ADDED **
17066           m4/check-type.m4              ** ADDED **
17067           m4/gnupg-check-typedef.m4     ** ADDED **
17068           m4/openssl.m4                 ** ADDED **
17069           m4/spamassassin.m4            ** ADDED **
17070           po/ChangeLog                  ** REMOVED **
17071           po/Makefile.in.in             ** REMOVED **
17072           po/Rules-quot                 ** REMOVED **
17073           po/boldquot.sed               ** REMOVED **
17074           po/en@boldquot.header         ** REMOVED **
17075           po/en@quot.header             ** REMOVED **
17076           po/insert-header.sin          ** REMOVED **
17077           po/quot.sed                   ** REMOVED **
17078           po/remove-potcdate.sed        ** REMOVED **
17079           po/remove-potcdate.sin        ** REMOVED **
17080           po/stamp-po                   ** REMOVED **
17081           Makefile.am
17082           autogen.sh
17083           configure.ac
17084                 enable building with automake 1.8.x
17085                 add 'autopoint --force' to autogen.sh and remove all
17086                 auto-generated files, remove ac/ directory and use
17087                 m4/ directory instead
17088                 
17089         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17090                 fix gettextization
17091
17092 2004-02-28 Colin Leroy <colin@colino.net>
17093         * src/prefs_matcher.c
17094           src/prefs_filtering.c
17095           src/prefs_filtering_action.c
17096                 Fix non-editable GtkEntries
17097
17098 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17099         * src/prefs_themes.c
17100                 utf8 conversion for theme info
17101
17102 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17103         * sync 0.9.9claws
17104
17105 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17106         * src/grouplistdialog.c
17107                 allow multiple selections without ctrl key
17108
17109 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17110         * src/main.c
17111                 enable customizable accelerators
17112
17113 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17114         * src/prefs_common.c
17115                 re-enable different font settings for gtk1/2
17116         * src/prefs_folder_item.c
17117                 fix folder prefs displayed wrong
17118         * src/textview.c
17119                 set 'sunken' shadow type
17120
17121 2004-02-07 Colin Leroy <colin@colino.net>
17122         * src/compose.c
17123                 Fix message being always [Edited]
17124                 Encode headers correctly (utf8 buf)
17125
17126 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17127         * src/socket.c
17128                 remove double g_source_attach()
17129                 (Thanks to Colin Leroy)
17130
17131 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17132         * src/gtk/gtksctree.c
17133                 Fix SSL certificate list not shown
17134         * src/mimeview.c
17135                 Fix clicks in mime tree
17136
17137 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17138         * src/common/socket.c
17139                 Fix SSL receive
17140         * src/compose.c
17141                 Fix clipboard menu hotkeys
17142
17143 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17144         * src/gtk/gtkaspell.[ch]
17145           src/compose.c
17146                 reimplement spellchecker
17147
17148 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17149         * src/gtk/filesel.c
17150                 crash when inserting file in compose window
17151                 (TODO: keep old selection on clicks)
17152         * src/main.c
17153                 use gtkrc-2.0 instead of gtkrc
17154
17155 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17156         * src/messageview.c
17157                 remove orphaned mimeview unref()
17158
17159 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17160         * src/grouplistdialog.c
17161                 expand nodes containing subscribed groups
17162
17163 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17164         * src/textview.c
17165                 textview: hide cursor, restore old click behaviour
17166
17167 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17168         * src/textview.c
17169                 variable names messed up
17170
17171 2004-01-17 Colin Leroy <colin@colino.net>
17172         * src/addr_compl.c
17173                 Fix completion address too thin
17174         * src/compose.c
17175                 Fix tab-to-subject behaviour
17176         * src/summaryview.c
17177                 Implement key up & down in summaryview
17178
17179 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17180
17181         * sync 098claws
17182
17183 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17184         * configure.ac
17185           Makefile.am
17186           doc/.cvsignore
17187           doc/Makefile.am
17188                 faq, man, manual moved to doc/
17189         * ac/aspell.m4
17190           ac/check-type.m4
17191           ac/gnupg-check-typedef.m4
17192           ac/openssl.m4
17193           ac/spamassassin.m4
17194           ac/missing/gdk-pixbuf.m4
17195           ac/missing/gpgme.m4
17196           ac/missing/imlib.m4
17197                 fix automake warnings
17198
17199 2003-12-06 Colin Leroy <colin@colino.net>
17200         * src/summaryview.c
17201                 Fix quicksearch
17202
17203 2003-12-05 Colin Leroy <colin@colino.net>
17204         * src/summaryview.c
17205                 Fix going to next unread folder
17206
17207 2003-12-05 Colin Leroy <colin@colino.net>
17208         * src/crash.c
17209                 Fix gtk2 compilation
17210         * src/session.c
17211                 Remove iotag source handler at disconnection
17212         * src/socket.[ch] 
17213                 Remove source handler when closing socket 
17214                 (fixes another seg)
17215
17216 2003-12-04 Colin Leroy <colin@colino.net>
17217         * src/compose.c
17218           src/prefs_account.c
17219           src/prefs_common.c
17220                 Fix some dropdown menus
17221
17222 2003-12-04 Colin Leroy <colin@colino.net>
17223         * src/compose.c
17224                 Fix event handlers on header fields
17225         * src/common/socket.c
17226           src/common/session.c
17227                 Fix segfault with callback (SSL)
17228                 Fix end of session 
17229
17230 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17231
17232         * Fix compile bug in src/compose.c
17233         * removed src/gtk/gtkstext.[ch]
17234
17235 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17236
17237         * Convert character set and escape "text" attributes in toolbar setting
17238         files.
17239         * Fixed bug in button-press-event handling.
17240
17241 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17242
17243         * Fixed bug in key-press-event handling.
17244
17245 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17246
17247         * Enabled to compile tray-icon plugin (Ad-hoc).
17248         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17249
17250 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17251
17252         * Enabled to compile on sylpheed-claws.
17253         (tray-icon plugin still cannot compile yet.)
17254
17255 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17256
17257         * Updated to 0.9.5.
17258
17259 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17260
17261         * Updated to 0.9.4.
17262         * Ported monitoring SSL mechanism to GSource of GLib2
17263         (I don't confirm it)
17264         * Added _gtk2 suffix to key name of font preference to avoid
17265         ovverwriting preference of Gtk+-1.2 version.
17266
17267 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17268
17269         * Updated to 0.9.2.
17270
17271 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17272
17273         * Updated to 0.9.1.
17274         * Translate po files into UTF-8 when execute autogen.sh.
17275
17276 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17277
17278         * Updated to 0.9.0.
17279
17280 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17281
17282         * Plugged GError related memory leaks.
17283
17284 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17285
17286         * Changed default size of fonts.
17287         * Enabled to set titile font size of warning dialog.
17288
17289 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17290
17291         * Embed a sylpheed icon into executable binary on Windows.
17292
17293 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17294
17295         * I forgot to traslate character set of element string in src/xml.c.
17296
17297 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17298
17299         * Fixed detecting bind_textdomain_codeset in configure.in.
17300         * The bug in which "Example" of "Date fromat" preference isn't displayed
17301         correctly has been fixed.
17302
17303 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17304
17305         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17306           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17307           glib-gettextize
17308           Removed intl directory.
17309           Translated po files into UTF-8.
17310           (Thanks! Ryuji Abe)
17311
17312 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17313
17314         * The bug which doesn't unscape string in xml.c has been fixed.
17315
17316 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17317
17318         * The bug which is failed to translate encoding of file name thorough
17319         file dialog has been fixed.
17320
17321 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17322
17323         * Modified to translate file names which is used in inporting/expoting
17324         mbox feature and "Save as" feature into locale encoding.
17325         * Translate file names into locale encoding when "Attache file" and
17326         "Insert file".
17327         * Force set G_BROKEN_FILENAMES environment variable.
17328         * Other minor fixes.
17329
17330 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17331
17332         * Modified to treat MH folder's name as locale encoding.
17333
17334 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17335
17336         * The bug which clash on switching candidates of auto completion of
17337         addresses, cannot use auto completion in Japanesse is fixed
17338         (Thanks! Tokunaga-san)¡¥
17339
17340 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17341
17342         * The bug which cannot switch key accelerator preference has been fixed
17343         (Thanks! smbd-san)¡¥
17344
17345 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17346
17347         * version 0.8.11-gtk2-20030314
17348
17349 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17350
17351         * The bug in which character set conversion of filtering messages has
17352         been fixed.(Thanks! COCOA-san).
17353
17354 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17355
17356         * Revived "Leave space on head" preference in "Message" category.
17357         * A bug which clash when put the cursor to end of buffer and execute
17358         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17359
17360 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17361
17362         * version 0.8.11-gtk2-20030312
17363
17364 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17365
17366         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17367         * Modified to use Pango's API directly for font preference.
17368         * Integrated GtkTextView of textview to one widget.
17369         * Set fonts of header title in textview by "header_title" tag.
17370         * Removed some deprecated codes.
17371
17372 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17373
17374         * Updated to 0.8.11.
17375         * Merged cygwin patch(Thanks! Sakai-san).
17376
17377 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17378
17379         * version 0.8.10-gtk2-20030309